From 338d189c3b1fb68b0971a8cfbd2af50a39ebdbf5 Mon Sep 17 00:00:00 2001 From: SamRemis Date: Wed, 25 Sep 2024 10:43:45 -0400 Subject: [PATCH 1/5] remove dead comment (#3265) --- botocore/__init__.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/botocore/__init__.py b/botocore/__init__.py index 605c7611f6..518d8aad91 100644 --- a/botocore/__init__.py +++ b/botocore/__init__.py @@ -55,10 +55,6 @@ def emit(self, record): ('ExecutePartiQLBatch', '_'): 'execute_partiql_batch', ('ExecutePartiQLBatch', '-'): 'execute-partiql-batch', } -# The items in this dict represent partial renames to apply globally to all -# services which might have a matching argument or operation. This way a -# common mis-translation can be fixed without having to call out each -# individual case. ScalarTypes = ('string', 'integer', 'boolean', 'timestamp', 'float', 'double') BOTOCORE_ROOT = os.path.dirname(os.path.abspath(__file__)) From 3126dc8704b18999a79218e9efc3abeeed710f74 Mon Sep 17 00:00:00 2001 From: Alessandra Romero <24320222+alexgromero@users.noreply.github.com> Date: Wed, 25 Sep 2024 11:54:32 -0400 Subject: [PATCH 2/5] remove worklink client following the service deprecation (#3264) --- .../api-change-worklink-80875.json | 5 + .../2018-09-25/endpoint-rule-set-1.json | 314 --- .../data/worklink/2018-09-25/examples-1.json | 5 - .../worklink/2018-09-25/paginators-1.json | 3 - .../data/worklink/2018-09-25/service-2.json | 1922 ----------------- .../worklink/endpoint-tests-1.json | 314 --- 6 files changed, 5 insertions(+), 2558 deletions(-) create mode 100644 .changes/next-release/api-change-worklink-80875.json delete mode 100644 botocore/data/worklink/2018-09-25/endpoint-rule-set-1.json delete mode 100644 botocore/data/worklink/2018-09-25/examples-1.json delete mode 100644 botocore/data/worklink/2018-09-25/paginators-1.json delete mode 100644 botocore/data/worklink/2018-09-25/service-2.json delete mode 100644 tests/functional/endpoint-rules/worklink/endpoint-tests-1.json diff --git a/.changes/next-release/api-change-worklink-80875.json b/.changes/next-release/api-change-worklink-80875.json new file mode 100644 index 0000000000..71d9771878 --- /dev/null +++ b/.changes/next-release/api-change-worklink-80875.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``worklink``", + "description": "The worklink client has been removed following the deprecation of the service." +} diff --git a/botocore/data/worklink/2018-09-25/endpoint-rule-set-1.json b/botocore/data/worklink/2018-09-25/endpoint-rule-set-1.json deleted file mode 100644 index b68590f6ce..0000000000 --- a/botocore/data/worklink/2018-09-25/endpoint-rule-set-1.json +++ /dev/null @@ -1,314 +0,0 @@ -{ - "version": "1.0", - "parameters": { - "Region": { - "builtIn": "AWS::Region", - "required": false, - "documentation": "The AWS region used to dispatch the request.", - "type": "String" - }, - "UseDualStack": { - "builtIn": "AWS::UseDualStack", - "required": true, - "default": false, - "documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.", - "type": "Boolean" - }, - "UseFIPS": { - "builtIn": "AWS::UseFIPS", - "required": true, - "default": false, - "documentation": "When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.", - "type": "Boolean" - }, - "Endpoint": { - "builtIn": "SDK::Endpoint", - "required": false, - "documentation": "Override the endpoint used to send this request", - "type": "String" - } - }, - "rules": [ - { - "conditions": [ - { - "fn": "isSet", - "argv": [ - { - "ref": "Endpoint" - } - ] - } - ], - "type": "tree", - "rules": [ - { - "conditions": [ - { - "fn": "booleanEquals", - "argv": [ - { - "ref": "UseFIPS" - }, - true - ] - } - ], - "error": "Invalid Configuration: FIPS and custom endpoint are not supported", - "type": "error" - }, - { - "conditions": [ - { - "fn": "booleanEquals", - "argv": [ - { - "ref": "UseDualStack" - }, - true - ] - } - ], - "error": "Invalid Configuration: Dualstack and custom endpoint are not supported", - "type": "error" - }, - { - "conditions": [], - "endpoint": { - "url": { - "ref": "Endpoint" - }, - "properties": {}, - "headers": {} - }, - "type": "endpoint" - } - ] - }, - { - "conditions": [ - { - "fn": "isSet", - "argv": [ - { - "ref": "Region" - } - ] - } - ], - "type": "tree", - "rules": [ - { - "conditions": [ - { - "fn": "aws.partition", - "argv": [ - { - "ref": "Region" - } - ], - "assign": "PartitionResult" - } - ], - "type": "tree", - "rules": [ - { - "conditions": [ - { - "fn": "booleanEquals", - "argv": [ - { - "ref": "UseFIPS" - }, - true - ] - }, - { - "fn": "booleanEquals", - "argv": [ - { - "ref": "UseDualStack" - }, - true - ] - } - ], - "type": "tree", - "rules": [ - { - "conditions": [ - { - "fn": "booleanEquals", - "argv": [ - true, - { - "fn": "getAttr", - "argv": [ - { - "ref": "PartitionResult" - }, - "supportsFIPS" - ] - } - ] - }, - { - "fn": "booleanEquals", - "argv": [ - true, - { - "fn": "getAttr", - "argv": [ - { - "ref": "PartitionResult" - }, - "supportsDualStack" - ] - } - ] - } - ], - "type": "tree", - "rules": [ - { - "conditions": [], - "endpoint": { - "url": "https://worklink-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", - "properties": {}, - "headers": {} - }, - "type": "endpoint" - } - ] - }, - { - "conditions": [], - "error": "FIPS and DualStack are enabled, but this partition does not support one or both", - "type": "error" - } - ] - }, - { - "conditions": [ - { - "fn": "booleanEquals", - "argv": [ - { - "ref": "UseFIPS" - }, - true - ] - } - ], - "type": "tree", - "rules": [ - { - "conditions": [ - { - "fn": "booleanEquals", - "argv": [ - true, - { - "fn": "getAttr", - "argv": [ - { - "ref": "PartitionResult" - }, - "supportsFIPS" - ] - } - ] - } - ], - "type": "tree", - "rules": [ - { - "conditions": [], - "endpoint": { - "url": "https://worklink-fips.{Region}.{PartitionResult#dnsSuffix}", - "properties": {}, - "headers": {} - }, - "type": "endpoint" - } - ] - }, - { - "conditions": [], - "error": "FIPS is enabled but this partition does not support FIPS", - "type": "error" - } - ] - }, - { - "conditions": [ - { - "fn": "booleanEquals", - "argv": [ - { - "ref": "UseDualStack" - }, - true - ] - } - ], - "type": "tree", - "rules": [ - { - "conditions": [ - { - "fn": "booleanEquals", - "argv": [ - true, - { - "fn": "getAttr", - "argv": [ - { - "ref": "PartitionResult" - }, - "supportsDualStack" - ] - } - ] - } - ], - "type": "tree", - "rules": [ - { - "conditions": [], - "endpoint": { - "url": "https://worklink.{Region}.{PartitionResult#dualStackDnsSuffix}", - "properties": {}, - "headers": {} - }, - "type": "endpoint" - } - ] - }, - { - "conditions": [], - "error": "DualStack is enabled but this partition does not support DualStack", - "type": "error" - } - ] - }, - { - "conditions": [], - "endpoint": { - "url": "https://worklink.{Region}.{PartitionResult#dnsSuffix}", - "properties": {}, - "headers": {} - }, - "type": "endpoint" - } - ] - } - ] - }, - { - "conditions": [], - "error": "Invalid Configuration: Missing Region", - "type": "error" - } - ] -} \ No newline at end of file diff --git a/botocore/data/worklink/2018-09-25/examples-1.json b/botocore/data/worklink/2018-09-25/examples-1.json deleted file mode 100644 index 0ea7e3b0bb..0000000000 --- a/botocore/data/worklink/2018-09-25/examples-1.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "version": "1.0", - "examples": { - } -} diff --git a/botocore/data/worklink/2018-09-25/paginators-1.json b/botocore/data/worklink/2018-09-25/paginators-1.json deleted file mode 100644 index ea142457a6..0000000000 --- a/botocore/data/worklink/2018-09-25/paginators-1.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "pagination": {} -} diff --git a/botocore/data/worklink/2018-09-25/service-2.json b/botocore/data/worklink/2018-09-25/service-2.json deleted file mode 100644 index f04c767d17..0000000000 --- a/botocore/data/worklink/2018-09-25/service-2.json +++ /dev/null @@ -1,1922 +0,0 @@ -{ - "version":"2.0", - "metadata":{ - "apiVersion":"2018-09-25", - "endpointPrefix":"worklink", - "jsonVersion":"1.1", - "protocol":"rest-json", - "serviceAbbreviation":"WorkLink", - "serviceFullName":"Amazon WorkLink", - "serviceId":"WorkLink", - "signatureVersion":"v4", - "signingName":"worklink", - "uid":"worklink-2018-09-25" - }, - "operations":{ - "AssociateDomain":{ - "name":"AssociateDomain", - "http":{ - "method":"POST", - "requestUri":"/associateDomain" - }, - "input":{"shape":"AssociateDomainRequest"}, - "output":{"shape":"AssociateDomainResponse"}, - "errors":[ - {"shape":"UnauthorizedException"}, - {"shape":"InternalServerErrorException"}, - {"shape":"InvalidRequestException"}, - {"shape":"ResourceNotFoundException"}, - {"shape":"ResourceAlreadyExistsException"}, - {"shape":"TooManyRequestsException"} - ], - "documentation":"

Specifies a domain to be associated to Amazon WorkLink.

", - "deprecated":true, - "deprecatedMessage":"Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK." - }, - "AssociateWebsiteAuthorizationProvider":{ - "name":"AssociateWebsiteAuthorizationProvider", - "http":{ - "method":"POST", - "requestUri":"/associateWebsiteAuthorizationProvider" - }, - "input":{"shape":"AssociateWebsiteAuthorizationProviderRequest"}, - "output":{"shape":"AssociateWebsiteAuthorizationProviderResponse"}, - "errors":[ - {"shape":"UnauthorizedException"}, - {"shape":"InternalServerErrorException"}, - {"shape":"InvalidRequestException"}, - {"shape":"ResourceNotFoundException"}, - {"shape":"ResourceAlreadyExistsException"}, - {"shape":"TooManyRequestsException"} - ], - "documentation":"

Associates a website authorization provider with a specified fleet. This is used to authorize users against associated websites in the company network.

", - "deprecated":true, - "deprecatedMessage":"Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK." - }, - "AssociateWebsiteCertificateAuthority":{ - "name":"AssociateWebsiteCertificateAuthority", - "http":{ - "method":"POST", - "requestUri":"/associateWebsiteCertificateAuthority" - }, - "input":{"shape":"AssociateWebsiteCertificateAuthorityRequest"}, - "output":{"shape":"AssociateWebsiteCertificateAuthorityResponse"}, - "errors":[ - {"shape":"UnauthorizedException"}, - {"shape":"InternalServerErrorException"}, - {"shape":"InvalidRequestException"}, - {"shape":"ResourceNotFoundException"}, - {"shape":"ResourceAlreadyExistsException"}, - {"shape":"TooManyRequestsException"} - ], - "documentation":"

Imports the root certificate of a certificate authority (CA) used to obtain TLS certificates used by associated websites within the company network.

", - "deprecated":true, - "deprecatedMessage":"Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK." - }, - "CreateFleet":{ - "name":"CreateFleet", - "http":{ - "method":"POST", - "requestUri":"/createFleet" - }, - "input":{"shape":"CreateFleetRequest"}, - "output":{"shape":"CreateFleetResponse"}, - "errors":[ - {"shape":"UnauthorizedException"}, - {"shape":"InternalServerErrorException"}, - {"shape":"InvalidRequestException"}, - {"shape":"ResourceNotFoundException"}, - {"shape":"ResourceAlreadyExistsException"}, - {"shape":"TooManyRequestsException"} - ], - "documentation":"

Creates a fleet. A fleet consists of resources and the configuration that delivers associated websites to authorized users who download and set up the Amazon WorkLink app.

", - "deprecated":true, - "deprecatedMessage":"Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK." - }, - "DeleteFleet":{ - "name":"DeleteFleet", - "http":{ - "method":"POST", - "requestUri":"/deleteFleet" - }, - "input":{"shape":"DeleteFleetRequest"}, - "output":{"shape":"DeleteFleetResponse"}, - "errors":[ - {"shape":"UnauthorizedException"}, - {"shape":"InternalServerErrorException"}, - {"shape":"InvalidRequestException"}, - {"shape":"ResourceNotFoundException"}, - {"shape":"TooManyRequestsException"} - ], - "documentation":"

Deletes a fleet. Prevents users from accessing previously associated websites.

", - "deprecated":true, - "deprecatedMessage":"Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK." - }, - "DescribeAuditStreamConfiguration":{ - "name":"DescribeAuditStreamConfiguration", - "http":{ - "method":"POST", - "requestUri":"/describeAuditStreamConfiguration" - }, - "input":{"shape":"DescribeAuditStreamConfigurationRequest"}, - "output":{"shape":"DescribeAuditStreamConfigurationResponse"}, - "errors":[ - {"shape":"UnauthorizedException"}, - {"shape":"InternalServerErrorException"}, - {"shape":"InvalidRequestException"}, - {"shape":"ResourceNotFoundException"}, - {"shape":"TooManyRequestsException"} - ], - "documentation":"

Describes the configuration for delivering audit streams to the customer account.

", - "deprecated":true, - "deprecatedMessage":"Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK." - }, - "DescribeCompanyNetworkConfiguration":{ - "name":"DescribeCompanyNetworkConfiguration", - "http":{ - "method":"POST", - "requestUri":"/describeCompanyNetworkConfiguration" - }, - "input":{"shape":"DescribeCompanyNetworkConfigurationRequest"}, - "output":{"shape":"DescribeCompanyNetworkConfigurationResponse"}, - "errors":[ - {"shape":"UnauthorizedException"}, - {"shape":"InternalServerErrorException"}, - {"shape":"InvalidRequestException"}, - {"shape":"ResourceNotFoundException"}, - {"shape":"TooManyRequestsException"} - ], - "documentation":"

Describes the networking configuration to access the internal websites associated with the specified fleet.

", - "deprecated":true, - "deprecatedMessage":"Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK." - }, - "DescribeDevice":{ - "name":"DescribeDevice", - "http":{ - "method":"POST", - "requestUri":"/describeDevice" - }, - "input":{"shape":"DescribeDeviceRequest"}, - "output":{"shape":"DescribeDeviceResponse"}, - "errors":[ - {"shape":"UnauthorizedException"}, - {"shape":"InternalServerErrorException"}, - {"shape":"InvalidRequestException"}, - {"shape":"ResourceNotFoundException"}, - {"shape":"TooManyRequestsException"} - ], - "documentation":"

Provides information about a user's device.

", - "deprecated":true, - "deprecatedMessage":"Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK." - }, - "DescribeDevicePolicyConfiguration":{ - "name":"DescribeDevicePolicyConfiguration", - "http":{ - "method":"POST", - "requestUri":"/describeDevicePolicyConfiguration" - }, - "input":{"shape":"DescribeDevicePolicyConfigurationRequest"}, - "output":{"shape":"DescribeDevicePolicyConfigurationResponse"}, - "errors":[ - {"shape":"UnauthorizedException"}, - {"shape":"InternalServerErrorException"}, - {"shape":"InvalidRequestException"}, - {"shape":"ResourceNotFoundException"}, - {"shape":"TooManyRequestsException"} - ], - "documentation":"

Describes the device policy configuration for the specified fleet.

", - "deprecated":true, - "deprecatedMessage":"Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK." - }, - "DescribeDomain":{ - "name":"DescribeDomain", - "http":{ - "method":"POST", - "requestUri":"/describeDomain" - }, - "input":{"shape":"DescribeDomainRequest"}, - "output":{"shape":"DescribeDomainResponse"}, - "errors":[ - {"shape":"UnauthorizedException"}, - {"shape":"InternalServerErrorException"}, - {"shape":"InvalidRequestException"}, - {"shape":"ResourceNotFoundException"}, - {"shape":"TooManyRequestsException"} - ], - "documentation":"

Provides information about the domain.

", - "deprecated":true, - "deprecatedMessage":"Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK." - }, - "DescribeFleetMetadata":{ - "name":"DescribeFleetMetadata", - "http":{ - "method":"POST", - "requestUri":"/describeFleetMetadata" - }, - "input":{"shape":"DescribeFleetMetadataRequest"}, - "output":{"shape":"DescribeFleetMetadataResponse"}, - "errors":[ - {"shape":"UnauthorizedException"}, - {"shape":"InternalServerErrorException"}, - {"shape":"InvalidRequestException"}, - {"shape":"ResourceNotFoundException"}, - {"shape":"TooManyRequestsException"} - ], - "documentation":"

Provides basic information for the specified fleet, excluding identity provider, networking, and device configuration details.

", - "deprecated":true, - "deprecatedMessage":"Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK." - }, - "DescribeIdentityProviderConfiguration":{ - "name":"DescribeIdentityProviderConfiguration", - "http":{ - "method":"POST", - "requestUri":"/describeIdentityProviderConfiguration" - }, - "input":{"shape":"DescribeIdentityProviderConfigurationRequest"}, - "output":{"shape":"DescribeIdentityProviderConfigurationResponse"}, - "errors":[ - {"shape":"UnauthorizedException"}, - {"shape":"InternalServerErrorException"}, - {"shape":"InvalidRequestException"}, - {"shape":"ResourceNotFoundException"}, - {"shape":"TooManyRequestsException"} - ], - "documentation":"

Describes the identity provider configuration of the specified fleet.

", - "deprecated":true, - "deprecatedMessage":"Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK." - }, - "DescribeWebsiteCertificateAuthority":{ - "name":"DescribeWebsiteCertificateAuthority", - "http":{ - "method":"POST", - "requestUri":"/describeWebsiteCertificateAuthority" - }, - "input":{"shape":"DescribeWebsiteCertificateAuthorityRequest"}, - "output":{"shape":"DescribeWebsiteCertificateAuthorityResponse"}, - "errors":[ - {"shape":"UnauthorizedException"}, - {"shape":"InternalServerErrorException"}, - {"shape":"InvalidRequestException"}, - {"shape":"ResourceNotFoundException"}, - {"shape":"TooManyRequestsException"} - ], - "documentation":"

Provides information about the certificate authority.

", - "deprecated":true, - "deprecatedMessage":"Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK." - }, - "DisassociateDomain":{ - "name":"DisassociateDomain", - "http":{ - "method":"POST", - "requestUri":"/disassociateDomain" - }, - "input":{"shape":"DisassociateDomainRequest"}, - "output":{"shape":"DisassociateDomainResponse"}, - "errors":[ - {"shape":"UnauthorizedException"}, - {"shape":"InternalServerErrorException"}, - {"shape":"InvalidRequestException"}, - {"shape":"ResourceNotFoundException"}, - {"shape":"TooManyRequestsException"} - ], - "documentation":"

Disassociates a domain from Amazon WorkLink. End users lose the ability to access the domain with Amazon WorkLink.

", - "deprecated":true, - "deprecatedMessage":"Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK." - }, - "DisassociateWebsiteAuthorizationProvider":{ - "name":"DisassociateWebsiteAuthorizationProvider", - "http":{ - "method":"POST", - "requestUri":"/disassociateWebsiteAuthorizationProvider" - }, - "input":{"shape":"DisassociateWebsiteAuthorizationProviderRequest"}, - "output":{"shape":"DisassociateWebsiteAuthorizationProviderResponse"}, - "errors":[ - {"shape":"UnauthorizedException"}, - {"shape":"InternalServerErrorException"}, - {"shape":"InvalidRequestException"}, - {"shape":"ResourceNotFoundException"}, - {"shape":"ResourceAlreadyExistsException"}, - {"shape":"TooManyRequestsException"} - ], - "documentation":"

Disassociates a website authorization provider from a specified fleet. After the disassociation, users can't load any associated websites that require this authorization provider.

", - "deprecated":true, - "deprecatedMessage":"Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK." - }, - "DisassociateWebsiteCertificateAuthority":{ - "name":"DisassociateWebsiteCertificateAuthority", - "http":{ - "method":"POST", - "requestUri":"/disassociateWebsiteCertificateAuthority" - }, - "input":{"shape":"DisassociateWebsiteCertificateAuthorityRequest"}, - "output":{"shape":"DisassociateWebsiteCertificateAuthorityResponse"}, - "errors":[ - {"shape":"UnauthorizedException"}, - {"shape":"InternalServerErrorException"}, - {"shape":"InvalidRequestException"}, - {"shape":"ResourceNotFoundException"}, - {"shape":"TooManyRequestsException"} - ], - "documentation":"

Removes a certificate authority (CA).

", - "deprecated":true, - "deprecatedMessage":"Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK." - }, - "ListDevices":{ - "name":"ListDevices", - "http":{ - "method":"POST", - "requestUri":"/listDevices" - }, - "input":{"shape":"ListDevicesRequest"}, - "output":{"shape":"ListDevicesResponse"}, - "errors":[ - {"shape":"UnauthorizedException"}, - {"shape":"InternalServerErrorException"}, - {"shape":"InvalidRequestException"}, - {"shape":"ResourceNotFoundException"}, - {"shape":"TooManyRequestsException"} - ], - "documentation":"

Retrieves a list of devices registered with the specified fleet.

", - "deprecated":true, - "deprecatedMessage":"Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK." - }, - "ListDomains":{ - "name":"ListDomains", - "http":{ - "method":"POST", - "requestUri":"/listDomains" - }, - "input":{"shape":"ListDomainsRequest"}, - "output":{"shape":"ListDomainsResponse"}, - "errors":[ - {"shape":"UnauthorizedException"}, - {"shape":"InternalServerErrorException"}, - {"shape":"InvalidRequestException"}, - {"shape":"ResourceNotFoundException"}, - {"shape":"TooManyRequestsException"} - ], - "documentation":"

Retrieves a list of domains associated to a specified fleet.

", - "deprecated":true, - "deprecatedMessage":"Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK." - }, - "ListFleets":{ - "name":"ListFleets", - "http":{ - "method":"POST", - "requestUri":"/listFleets" - }, - "input":{"shape":"ListFleetsRequest"}, - "output":{"shape":"ListFleetsResponse"}, - "errors":[ - {"shape":"UnauthorizedException"}, - {"shape":"InternalServerErrorException"}, - {"shape":"InvalidRequestException"}, - {"shape":"TooManyRequestsException"} - ], - "documentation":"

Retrieves a list of fleets for the current account and Region.

", - "deprecated":true, - "deprecatedMessage":"Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK." - }, - "ListTagsForResource":{ - "name":"ListTagsForResource", - "http":{ - "method":"GET", - "requestUri":"/tags/{ResourceArn}" - }, - "input":{"shape":"ListTagsForResourceRequest"}, - "output":{"shape":"ListTagsForResourceResponse"}, - "errors":[ - {"shape":"InvalidRequestException"} - ], - "documentation":"

Retrieves a list of tags for the specified resource.

", - "deprecated":true, - "deprecatedMessage":"Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK." - }, - "ListWebsiteAuthorizationProviders":{ - "name":"ListWebsiteAuthorizationProviders", - "http":{ - "method":"POST", - "requestUri":"/listWebsiteAuthorizationProviders" - }, - "input":{"shape":"ListWebsiteAuthorizationProvidersRequest"}, - "output":{"shape":"ListWebsiteAuthorizationProvidersResponse"}, - "errors":[ - {"shape":"UnauthorizedException"}, - {"shape":"InternalServerErrorException"}, - {"shape":"InvalidRequestException"}, - {"shape":"ResourceNotFoundException"}, - {"shape":"TooManyRequestsException"} - ], - "documentation":"

Retrieves a list of website authorization providers associated with a specified fleet.

", - "deprecated":true, - "deprecatedMessage":"Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK." - }, - "ListWebsiteCertificateAuthorities":{ - "name":"ListWebsiteCertificateAuthorities", - "http":{ - "method":"POST", - "requestUri":"/listWebsiteCertificateAuthorities" - }, - "input":{"shape":"ListWebsiteCertificateAuthoritiesRequest"}, - "output":{"shape":"ListWebsiteCertificateAuthoritiesResponse"}, - "errors":[ - {"shape":"UnauthorizedException"}, - {"shape":"InternalServerErrorException"}, - {"shape":"InvalidRequestException"}, - {"shape":"TooManyRequestsException"} - ], - "documentation":"

Retrieves a list of certificate authorities added for the current account and Region.

", - "deprecated":true, - "deprecatedMessage":"Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK." - }, - "RestoreDomainAccess":{ - "name":"RestoreDomainAccess", - "http":{ - "method":"POST", - "requestUri":"/restoreDomainAccess" - }, - "input":{"shape":"RestoreDomainAccessRequest"}, - "output":{"shape":"RestoreDomainAccessResponse"}, - "errors":[ - {"shape":"UnauthorizedException"}, - {"shape":"InternalServerErrorException"}, - {"shape":"InvalidRequestException"}, - {"shape":"ResourceNotFoundException"}, - {"shape":"TooManyRequestsException"} - ], - "documentation":"

Moves a domain to ACTIVE status if it was in the INACTIVE status.

", - "deprecated":true, - "deprecatedMessage":"Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK." - }, - "RevokeDomainAccess":{ - "name":"RevokeDomainAccess", - "http":{ - "method":"POST", - "requestUri":"/revokeDomainAccess" - }, - "input":{"shape":"RevokeDomainAccessRequest"}, - "output":{"shape":"RevokeDomainAccessResponse"}, - "errors":[ - {"shape":"UnauthorizedException"}, - {"shape":"InternalServerErrorException"}, - {"shape":"InvalidRequestException"}, - {"shape":"ResourceNotFoundException"}, - {"shape":"TooManyRequestsException"} - ], - "documentation":"

Moves a domain to INACTIVE status if it was in the ACTIVE status.

", - "deprecated":true, - "deprecatedMessage":"Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK." - }, - "SignOutUser":{ - "name":"SignOutUser", - "http":{ - "method":"POST", - "requestUri":"/signOutUser" - }, - "input":{"shape":"SignOutUserRequest"}, - "output":{"shape":"SignOutUserResponse"}, - "errors":[ - {"shape":"UnauthorizedException"}, - {"shape":"InternalServerErrorException"}, - {"shape":"InvalidRequestException"}, - {"shape":"ResourceNotFoundException"}, - {"shape":"TooManyRequestsException"} - ], - "documentation":"

Signs the user out from all of their devices. The user can sign in again if they have valid credentials.

", - "deprecated":true, - "deprecatedMessage":"Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK." - }, - "TagResource":{ - "name":"TagResource", - "http":{ - "method":"POST", - "requestUri":"/tags/{ResourceArn}" - }, - "input":{"shape":"TagResourceRequest"}, - "output":{"shape":"TagResourceResponse"}, - "errors":[ - {"shape":"InvalidRequestException"} - ], - "documentation":"

Adds or overwrites one or more tags for the specified resource, such as a fleet. Each tag consists of a key and an optional value. If a resource already has a tag with the same key, this operation updates its value.

", - "deprecated":true, - "deprecatedMessage":"Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK." - }, - "UntagResource":{ - "name":"UntagResource", - "http":{ - "method":"DELETE", - "requestUri":"/tags/{ResourceArn}" - }, - "input":{"shape":"UntagResourceRequest"}, - "output":{"shape":"UntagResourceResponse"}, - "errors":[ - {"shape":"InvalidRequestException"} - ], - "documentation":"

Removes one or more tags from the specified resource.

", - "deprecated":true, - "deprecatedMessage":"Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK." - }, - "UpdateAuditStreamConfiguration":{ - "name":"UpdateAuditStreamConfiguration", - "http":{ - "method":"POST", - "requestUri":"/updateAuditStreamConfiguration" - }, - "input":{"shape":"UpdateAuditStreamConfigurationRequest"}, - "output":{"shape":"UpdateAuditStreamConfigurationResponse"}, - "errors":[ - {"shape":"UnauthorizedException"}, - {"shape":"InternalServerErrorException"}, - {"shape":"InvalidRequestException"}, - {"shape":"ResourceNotFoundException"}, - {"shape":"TooManyRequestsException"} - ], - "documentation":"

Updates the audit stream configuration for the fleet.

", - "deprecated":true, - "deprecatedMessage":"Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK." - }, - "UpdateCompanyNetworkConfiguration":{ - "name":"UpdateCompanyNetworkConfiguration", - "http":{ - "method":"POST", - "requestUri":"/updateCompanyNetworkConfiguration" - }, - "input":{"shape":"UpdateCompanyNetworkConfigurationRequest"}, - "output":{"shape":"UpdateCompanyNetworkConfigurationResponse"}, - "errors":[ - {"shape":"UnauthorizedException"}, - {"shape":"InternalServerErrorException"}, - {"shape":"InvalidRequestException"}, - {"shape":"ResourceNotFoundException"}, - {"shape":"TooManyRequestsException"} - ], - "documentation":"

Updates the company network configuration for the fleet.

", - "deprecated":true, - "deprecatedMessage":"Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK." - }, - "UpdateDevicePolicyConfiguration":{ - "name":"UpdateDevicePolicyConfiguration", - "http":{ - "method":"POST", - "requestUri":"/updateDevicePolicyConfiguration" - }, - "input":{"shape":"UpdateDevicePolicyConfigurationRequest"}, - "output":{"shape":"UpdateDevicePolicyConfigurationResponse"}, - "errors":[ - {"shape":"UnauthorizedException"}, - {"shape":"InternalServerErrorException"}, - {"shape":"InvalidRequestException"}, - {"shape":"ResourceNotFoundException"}, - {"shape":"TooManyRequestsException"} - ], - "documentation":"

Updates the device policy configuration for the fleet.

", - "deprecated":true, - "deprecatedMessage":"Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK." - }, - "UpdateDomainMetadata":{ - "name":"UpdateDomainMetadata", - "http":{ - "method":"POST", - "requestUri":"/updateDomainMetadata" - }, - "input":{"shape":"UpdateDomainMetadataRequest"}, - "output":{"shape":"UpdateDomainMetadataResponse"}, - "errors":[ - {"shape":"UnauthorizedException"}, - {"shape":"InternalServerErrorException"}, - {"shape":"InvalidRequestException"}, - {"shape":"ResourceNotFoundException"}, - {"shape":"TooManyRequestsException"} - ], - "documentation":"

Updates domain metadata, such as DisplayName.

", - "deprecated":true, - "deprecatedMessage":"Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK." - }, - "UpdateFleetMetadata":{ - "name":"UpdateFleetMetadata", - "http":{ - "method":"POST", - "requestUri":"/UpdateFleetMetadata" - }, - "input":{"shape":"UpdateFleetMetadataRequest"}, - "output":{"shape":"UpdateFleetMetadataResponse"}, - "errors":[ - {"shape":"UnauthorizedException"}, - {"shape":"InternalServerErrorException"}, - {"shape":"InvalidRequestException"}, - {"shape":"ResourceNotFoundException"}, - {"shape":"TooManyRequestsException"} - ], - "documentation":"

Updates fleet metadata, such as DisplayName.

", - "deprecated":true, - "deprecatedMessage":"Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK." - }, - "UpdateIdentityProviderConfiguration":{ - "name":"UpdateIdentityProviderConfiguration", - "http":{ - "method":"POST", - "requestUri":"/updateIdentityProviderConfiguration" - }, - "input":{"shape":"UpdateIdentityProviderConfigurationRequest"}, - "output":{"shape":"UpdateIdentityProviderConfigurationResponse"}, - "errors":[ - {"shape":"UnauthorizedException"}, - {"shape":"InternalServerErrorException"}, - {"shape":"InvalidRequestException"}, - {"shape":"ResourceNotFoundException"}, - {"shape":"TooManyRequestsException"} - ], - "documentation":"

Updates the identity provider configuration for the fleet.

", - "deprecated":true, - "deprecatedMessage":"Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK." - } - }, - "shapes":{ - "AcmCertificateArn":{ - "type":"string", - "pattern":"arn:[\\w+=/,.@-]+:[\\w+=/,.@-]+:[\\w+=/,.@-]*:[0-9]+:[\\w+=,.@-]+(/[\\w+=/,.@-]+)*" - }, - "AssociateDomainRequest":{ - "type":"structure", - "required":[ - "FleetArn", - "DomainName", - "AcmCertificateArn" - ], - "members":{ - "FleetArn":{ - "shape":"FleetArn", - "documentation":"

The Amazon Resource Name (ARN) of the fleet.

" - }, - "DomainName":{ - "shape":"DomainName", - "documentation":"

The fully qualified domain name (FQDN).

" - }, - "DisplayName":{ - "shape":"DisplayName", - "documentation":"

The name to display.

" - }, - "AcmCertificateArn":{ - "shape":"AcmCertificateArn", - "documentation":"

The ARN of an issued ACM certificate that is valid for the domain being associated.

" - } - } - }, - "AssociateDomainResponse":{ - "type":"structure", - "members":{ - } - }, - "AssociateWebsiteAuthorizationProviderRequest":{ - "type":"structure", - "required":[ - "FleetArn", - "AuthorizationProviderType" - ], - "members":{ - "FleetArn":{ - "shape":"FleetArn", - "documentation":"

The ARN of the fleet.

" - }, - "AuthorizationProviderType":{ - "shape":"AuthorizationProviderType", - "documentation":"

The authorization provider type.

" - }, - "DomainName":{ - "shape":"DomainName", - "documentation":"

The domain name of the authorization provider. This applies only to SAML-based authorization providers.

" - } - } - }, - "AssociateWebsiteAuthorizationProviderResponse":{ - "type":"structure", - "members":{ - "AuthorizationProviderId":{ - "shape":"Id", - "documentation":"

A unique identifier for the authorization provider.

" - } - } - }, - "AssociateWebsiteCertificateAuthorityRequest":{ - "type":"structure", - "required":[ - "FleetArn", - "Certificate" - ], - "members":{ - "FleetArn":{ - "shape":"FleetArn", - "documentation":"

The ARN of the fleet.

" - }, - "Certificate":{ - "shape":"Certificate", - "documentation":"

The root certificate of the CA.

" - }, - "DisplayName":{ - "shape":"DisplayName", - "documentation":"

The certificate name to display.

" - } - } - }, - "AssociateWebsiteCertificateAuthorityResponse":{ - "type":"structure", - "members":{ - "WebsiteCaId":{ - "shape":"Id", - "documentation":"

A unique identifier for the CA.

" - } - } - }, - "AuditStreamArn":{ - "type":"string", - "pattern":"^arn:aws:kinesis:.+:[0-9]{12}:stream/AmazonWorkLink-.*$" - }, - "AuthorizationProviderType":{ - "type":"string", - "enum":["SAML"] - }, - "Boolean":{"type":"boolean"}, - "Certificate":{ - "type":"string", - "max":8192, - "min":1, - "pattern":"-{5}BEGIN CERTIFICATE-{5}\\u000D?\\u000A([A-Za-z0-9/+]{64}\\u000D?\\u000A)*[A-Za-z0-9/+]{1,64}={0,2}\\u000D?\\u000A-{5}END CERTIFICATE-{5}(\\u000D?\\u000A)?" - }, - "CertificateChain":{ - "type":"string", - "max":32768, - "min":1, - "pattern":"(-{5}BEGIN CERTIFICATE-{5}\\u000D?\\u000A([A-Za-z0-9/+]{64}\\u000D?\\u000A)*[A-Za-z0-9/+]{1,64}={0,2}\\u000D?\\u000A-{5}END CERTIFICATE-{5}\\u000D?\\u000A)*-{5}BEGIN CERTIFICATE-{5}\\u000D?\\u000A([A-Za-z0-9/+]{64}\\u000D?\\u000A)*[A-Za-z0-9/+]{1,64}={0,2}\\u000D?\\u000A-{5}END CERTIFICATE-{5}(\\u000D?\\u000A)?" - }, - "CompanyCode":{ - "type":"string", - "max":32, - "min":1 - }, - "CreateFleetRequest":{ - "type":"structure", - "required":["FleetName"], - "members":{ - "FleetName":{ - "shape":"FleetName", - "documentation":"

A unique name for the fleet.

" - }, - "DisplayName":{ - "shape":"DisplayName", - "documentation":"

The fleet name to display.

" - }, - "OptimizeForEndUserLocation":{ - "shape":"Boolean", - "documentation":"

The option to optimize for better performance by routing traffic through the closest AWS Region to users, which may be outside of your home Region.

" - }, - "Tags":{ - "shape":"TagMap", - "documentation":"

The tags to add to the resource. A tag is a key-value pair.

" - } - } - }, - "CreateFleetResponse":{ - "type":"structure", - "members":{ - "FleetArn":{ - "shape":"FleetArn", - "documentation":"

The Amazon Resource Name (ARN) of the fleet.

" - } - } - }, - "DateTime":{"type":"timestamp"}, - "DeleteFleetRequest":{ - "type":"structure", - "required":["FleetArn"], - "members":{ - "FleetArn":{ - "shape":"FleetArn", - "documentation":"

The ARN of the fleet.

" - } - } - }, - "DeleteFleetResponse":{ - "type":"structure", - "members":{ - } - }, - "DescribeAuditStreamConfigurationRequest":{ - "type":"structure", - "required":["FleetArn"], - "members":{ - "FleetArn":{ - "shape":"FleetArn", - "documentation":"

The ARN of the fleet.

" - } - } - }, - "DescribeAuditStreamConfigurationResponse":{ - "type":"structure", - "members":{ - "AuditStreamArn":{ - "shape":"AuditStreamArn", - "documentation":"

The ARN of the Amazon Kinesis data stream that will receive the audit events.

" - } - } - }, - "DescribeCompanyNetworkConfigurationRequest":{ - "type":"structure", - "required":["FleetArn"], - "members":{ - "FleetArn":{ - "shape":"FleetArn", - "documentation":"

The ARN of the fleet.

" - } - } - }, - "DescribeCompanyNetworkConfigurationResponse":{ - "type":"structure", - "members":{ - "VpcId":{ - "shape":"VpcId", - "documentation":"

The VPC with connectivity to associated websites.

" - }, - "SubnetIds":{ - "shape":"SubnetIds", - "documentation":"

The subnets used for X-ENI connections from Amazon WorkLink rendering containers.

" - }, - "SecurityGroupIds":{ - "shape":"SecurityGroupIds", - "documentation":"

The security groups associated with access to the provided subnets.

" - } - } - }, - "DescribeDevicePolicyConfigurationRequest":{ - "type":"structure", - "required":["FleetArn"], - "members":{ - "FleetArn":{ - "shape":"FleetArn", - "documentation":"

The ARN of the fleet.

" - } - } - }, - "DescribeDevicePolicyConfigurationResponse":{ - "type":"structure", - "members":{ - "DeviceCaCertificate":{ - "shape":"Certificate", - "documentation":"

The certificate chain, including intermediate certificates and the root certificate authority certificate used to issue device certificates.

" - } - } - }, - "DescribeDeviceRequest":{ - "type":"structure", - "required":[ - "FleetArn", - "DeviceId" - ], - "members":{ - "FleetArn":{ - "shape":"FleetArn", - "documentation":"

The ARN of the fleet.

" - }, - "DeviceId":{ - "shape":"Id", - "documentation":"

A unique identifier for a registered user's device.

" - } - } - }, - "DescribeDeviceResponse":{ - "type":"structure", - "members":{ - "Status":{ - "shape":"DeviceStatus", - "documentation":"

The current state of the device.

" - }, - "Model":{ - "shape":"DeviceModel", - "documentation":"

The model of the device.

" - }, - "Manufacturer":{ - "shape":"DeviceManufacturer", - "documentation":"

The manufacturer of the device.

" - }, - "OperatingSystem":{ - "shape":"DeviceOperatingSystemName", - "documentation":"

The operating system of the device.

" - }, - "OperatingSystemVersion":{ - "shape":"DeviceOperatingSystemVersion", - "documentation":"

The operating system version of the device.

" - }, - "PatchLevel":{ - "shape":"DevicePatchLevel", - "documentation":"

The operating system patch level of the device.

" - }, - "FirstAccessedTime":{ - "shape":"DateTime", - "documentation":"

The date that the device first signed in to Amazon WorkLink.

" - }, - "LastAccessedTime":{ - "shape":"DateTime", - "documentation":"

The date that the device last accessed Amazon WorkLink.

" - }, - "Username":{ - "shape":"Username", - "documentation":"

The user name associated with the device.

" - } - } - }, - "DescribeDomainRequest":{ - "type":"structure", - "required":[ - "FleetArn", - "DomainName" - ], - "members":{ - "FleetArn":{ - "shape":"FleetArn", - "documentation":"

The ARN of the fleet.

" - }, - "DomainName":{ - "shape":"DomainName", - "documentation":"

The name of the domain.

" - } - } - }, - "DescribeDomainResponse":{ - "type":"structure", - "members":{ - "DomainName":{ - "shape":"DomainName", - "documentation":"

The name of the domain.

" - }, - "DisplayName":{ - "shape":"DisplayName", - "documentation":"

The name to display.

" - }, - "CreatedTime":{ - "shape":"DateTime", - "documentation":"

The time that the domain was added.

" - }, - "DomainStatus":{ - "shape":"DomainStatus", - "documentation":"

The current state for the domain.

" - }, - "AcmCertificateArn":{ - "shape":"AcmCertificateArn", - "documentation":"

The ARN of an issued ACM certificate that is valid for the domain being associated.

" - } - } - }, - "DescribeFleetMetadataRequest":{ - "type":"structure", - "required":["FleetArn"], - "members":{ - "FleetArn":{ - "shape":"FleetArn", - "documentation":"

The Amazon Resource Name (ARN) of the fleet.

" - } - } - }, - "DescribeFleetMetadataResponse":{ - "type":"structure", - "members":{ - "CreatedTime":{ - "shape":"DateTime", - "documentation":"

The time that the fleet was created.

" - }, - "LastUpdatedTime":{ - "shape":"DateTime", - "documentation":"

The time that the fleet was last updated.

" - }, - "FleetName":{ - "shape":"FleetName", - "documentation":"

The name of the fleet.

" - }, - "DisplayName":{ - "shape":"DisplayName", - "documentation":"

The name to display.

" - }, - "OptimizeForEndUserLocation":{ - "shape":"Boolean", - "documentation":"

The option to optimize for better performance by routing traffic through the closest AWS Region to users, which may be outside of your home Region.

" - }, - "CompanyCode":{ - "shape":"CompanyCode", - "documentation":"

The identifier used by users to sign in to the Amazon WorkLink app.

" - }, - "FleetStatus":{ - "shape":"FleetStatus", - "documentation":"

The current state of the fleet.

" - }, - "Tags":{ - "shape":"TagMap", - "documentation":"

The tags attached to the resource. A tag is a key-value pair.

" - } - } - }, - "DescribeIdentityProviderConfigurationRequest":{ - "type":"structure", - "required":["FleetArn"], - "members":{ - "FleetArn":{ - "shape":"FleetArn", - "documentation":"

The ARN of the fleet.

" - } - } - }, - "DescribeIdentityProviderConfigurationResponse":{ - "type":"structure", - "members":{ - "IdentityProviderType":{ - "shape":"IdentityProviderType", - "documentation":"

The type of identity provider.

" - }, - "ServiceProviderSamlMetadata":{ - "shape":"SamlMetadata", - "documentation":"

The SAML metadata document uploaded to the user’s identity provider.

" - }, - "IdentityProviderSamlMetadata":{ - "shape":"SamlMetadata", - "documentation":"

The SAML metadata document provided by the user’s identity provider.

" - } - } - }, - "DescribeWebsiteCertificateAuthorityRequest":{ - "type":"structure", - "required":[ - "FleetArn", - "WebsiteCaId" - ], - "members":{ - "FleetArn":{ - "shape":"FleetArn", - "documentation":"

The ARN of the fleet.

" - }, - "WebsiteCaId":{ - "shape":"Id", - "documentation":"

A unique identifier for the certificate authority.

" - } - } - }, - "DescribeWebsiteCertificateAuthorityResponse":{ - "type":"structure", - "members":{ - "Certificate":{ - "shape":"Certificate", - "documentation":"

The root certificate of the certificate authority.

" - }, - "CreatedTime":{ - "shape":"DateTime", - "documentation":"

The time that the certificate authority was added.

" - }, - "DisplayName":{ - "shape":"DisplayName", - "documentation":"

The certificate name to display.

" - } - } - }, - "DeviceManufacturer":{ - "type":"string", - "max":256, - "min":1 - }, - "DeviceModel":{ - "type":"string", - "max":256, - "min":1 - }, - "DeviceOperatingSystemName":{ - "type":"string", - "max":256, - "min":1 - }, - "DeviceOperatingSystemVersion":{ - "type":"string", - "max":256, - "min":1 - }, - "DevicePatchLevel":{ - "type":"string", - "max":256, - "min":1 - }, - "DeviceStatus":{ - "type":"string", - "enum":[ - "ACTIVE", - "SIGNED_OUT" - ] - }, - "DeviceSummary":{ - "type":"structure", - "members":{ - "DeviceId":{ - "shape":"Id", - "documentation":"

The ID of the device.

" - }, - "DeviceStatus":{ - "shape":"DeviceStatus", - "documentation":"

The status of the device.

" - } - }, - "documentation":"

The summary of devices.

" - }, - "DeviceSummaryList":{ - "type":"list", - "member":{"shape":"DeviceSummary"} - }, - "DisassociateDomainRequest":{ - "type":"structure", - "required":[ - "FleetArn", - "DomainName" - ], - "members":{ - "FleetArn":{ - "shape":"FleetArn", - "documentation":"

The ARN of the fleet.

" - }, - "DomainName":{ - "shape":"DomainName", - "documentation":"

The name of the domain.

" - } - } - }, - "DisassociateDomainResponse":{ - "type":"structure", - "members":{ - } - }, - "DisassociateWebsiteAuthorizationProviderRequest":{ - "type":"structure", - "required":[ - "FleetArn", - "AuthorizationProviderId" - ], - "members":{ - "FleetArn":{ - "shape":"FleetArn", - "documentation":"

The ARN of the fleet.

" - }, - "AuthorizationProviderId":{ - "shape":"Id", - "documentation":"

A unique identifier for the authorization provider.

" - } - } - }, - "DisassociateWebsiteAuthorizationProviderResponse":{ - "type":"structure", - "members":{ - } - }, - "DisassociateWebsiteCertificateAuthorityRequest":{ - "type":"structure", - "required":[ - "FleetArn", - "WebsiteCaId" - ], - "members":{ - "FleetArn":{ - "shape":"FleetArn", - "documentation":"

The ARN of the fleet.

" - }, - "WebsiteCaId":{ - "shape":"Id", - "documentation":"

A unique identifier for the CA.

" - } - } - }, - "DisassociateWebsiteCertificateAuthorityResponse":{ - "type":"structure", - "members":{ - } - }, - "DisplayName":{ - "type":"string", - "max":100 - }, - "DomainName":{ - "type":"string", - "max":253, - "min":1, - "pattern":"^[a-zA-Z0-9]?((?!-)([A-Za-z0-9-]*[A-Za-z0-9])\\.)+[a-zA-Z0-9]+$" - }, - "DomainStatus":{ - "type":"string", - "enum":[ - "PENDING_VALIDATION", - "ASSOCIATING", - "ACTIVE", - "INACTIVE", - "DISASSOCIATING", - "DISASSOCIATED", - "FAILED_TO_ASSOCIATE", - "FAILED_TO_DISASSOCIATE" - ] - }, - "DomainSummary":{ - "type":"structure", - "required":[ - "DomainName", - "CreatedTime", - "DomainStatus" - ], - "members":{ - "DomainName":{ - "shape":"DomainName", - "documentation":"

The name of the domain.

" - }, - "DisplayName":{ - "shape":"DisplayName", - "documentation":"

The name to display.

" - }, - "CreatedTime":{ - "shape":"DateTime", - "documentation":"

The time that the domain was created.

" - }, - "DomainStatus":{ - "shape":"DomainStatus", - "documentation":"

The status of the domain.

" - } - }, - "documentation":"

The summary of the domain.

" - }, - "DomainSummaryList":{ - "type":"list", - "member":{"shape":"DomainSummary"} - }, - "ExceptionMessage":{"type":"string"}, - "FleetArn":{ - "type":"string", - "max":2048, - "min":20 - }, - "FleetName":{ - "type":"string", - "max":48, - "min":1, - "pattern":"^[a-z0-9](?:[a-z0-9\\-]{0,46}[a-z0-9])?$" - }, - "FleetStatus":{ - "type":"string", - "enum":[ - "CREATING", - "ACTIVE", - "DELETING", - "DELETED", - "FAILED_TO_CREATE", - "FAILED_TO_DELETE" - ] - }, - "FleetSummary":{ - "type":"structure", - "members":{ - "FleetArn":{ - "shape":"FleetArn", - "documentation":"

The Amazon Resource Name (ARN) of the fleet.

" - }, - "CreatedTime":{ - "shape":"DateTime", - "documentation":"

The time when the fleet was created.

" - }, - "LastUpdatedTime":{ - "shape":"DateTime", - "documentation":"

The time when the fleet was last updated.

" - }, - "FleetName":{ - "shape":"FleetName", - "documentation":"

The name of the fleet.

" - }, - "DisplayName":{ - "shape":"DisplayName", - "documentation":"

The name of the fleet to display.

" - }, - "CompanyCode":{ - "shape":"CompanyCode", - "documentation":"

The identifier used by users to sign into the Amazon WorkLink app.

" - }, - "FleetStatus":{ - "shape":"FleetStatus", - "documentation":"

The status of the fleet.

" - }, - "Tags":{ - "shape":"TagMap", - "documentation":"

The tags attached to the resource. A tag is a key-value pair.

" - } - }, - "documentation":"

The summary of the fleet.

" - }, - "FleetSummaryList":{ - "type":"list", - "member":{"shape":"FleetSummary"} - }, - "Id":{ - "type":"string", - "max":256, - "min":1 - }, - "IdentityProviderType":{ - "type":"string", - "enum":["SAML"] - }, - "InternalServerErrorException":{ - "type":"structure", - "members":{ - "Message":{"shape":"ExceptionMessage"} - }, - "documentation":"

The service is temporarily unavailable.

", - "error":{"httpStatusCode":500}, - "exception":true - }, - "InvalidRequestException":{ - "type":"structure", - "members":{ - "Message":{"shape":"ExceptionMessage"} - }, - "documentation":"

The request is not valid.

", - "error":{"httpStatusCode":400}, - "exception":true - }, - "ListDevicesRequest":{ - "type":"structure", - "required":["FleetArn"], - "members":{ - "FleetArn":{ - "shape":"FleetArn", - "documentation":"

The ARN of the fleet.

" - }, - "NextToken":{ - "shape":"NextToken", - "documentation":"

The pagination token used to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

" - }, - "MaxResults":{ - "shape":"MaxResults", - "documentation":"

The maximum number of results to be included in the next page.

" - } - } - }, - "ListDevicesResponse":{ - "type":"structure", - "members":{ - "Devices":{ - "shape":"DeviceSummaryList", - "documentation":"

Information about the devices.

" - }, - "NextToken":{ - "shape":"NextToken", - "documentation":"

The pagination token used to retrieve the next page of results for this operation. If there are no more pages, this value is null.

" - } - } - }, - "ListDomainsRequest":{ - "type":"structure", - "required":["FleetArn"], - "members":{ - "FleetArn":{ - "shape":"FleetArn", - "documentation":"

The ARN of the fleet.

" - }, - "NextToken":{ - "shape":"NextToken", - "documentation":"

The pagination token used to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

" - }, - "MaxResults":{ - "shape":"MaxResults", - "documentation":"

The maximum number of results to be included in the next page.

" - } - } - }, - "ListDomainsResponse":{ - "type":"structure", - "members":{ - "Domains":{ - "shape":"DomainSummaryList", - "documentation":"

Information about the domains.

" - }, - "NextToken":{ - "shape":"NextToken", - "documentation":"

The pagination token used to retrieve the next page of results for this operation. If there are no more pages, this value is null.

" - } - } - }, - "ListFleetsRequest":{ - "type":"structure", - "members":{ - "NextToken":{ - "shape":"NextToken", - "documentation":"

The pagination token used to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

" - }, - "MaxResults":{ - "shape":"MaxResults", - "documentation":"

The maximum number of results to be included in the next page.

" - } - } - }, - "ListFleetsResponse":{ - "type":"structure", - "members":{ - "FleetSummaryList":{ - "shape":"FleetSummaryList", - "documentation":"

The summary list of the fleets.

" - }, - "NextToken":{ - "shape":"NextToken", - "documentation":"

The pagination token used to retrieve the next page of results for this operation. If there are no more pages, this value is null.

" - } - } - }, - "ListTagsForResourceRequest":{ - "type":"structure", - "required":["ResourceArn"], - "members":{ - "ResourceArn":{ - "shape":"FleetArn", - "documentation":"

The Amazon Resource Name (ARN) of the fleet.

", - "location":"uri", - "locationName":"ResourceArn" - } - } - }, - "ListTagsForResourceResponse":{ - "type":"structure", - "members":{ - "Tags":{ - "shape":"TagMap", - "documentation":"

The tags attached to the resource. A tag is a key-value pair.

" - } - } - }, - "ListWebsiteAuthorizationProvidersRequest":{ - "type":"structure", - "required":["FleetArn"], - "members":{ - "FleetArn":{ - "shape":"FleetArn", - "documentation":"

The ARN of the fleet.

" - }, - "NextToken":{ - "shape":"NextToken", - "documentation":"

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

" - }, - "MaxResults":{ - "shape":"MaxResults", - "documentation":"

The maximum number of results to be included in the next page.

" - } - } - }, - "ListWebsiteAuthorizationProvidersResponse":{ - "type":"structure", - "members":{ - "WebsiteAuthorizationProviders":{ - "shape":"WebsiteAuthorizationProvidersSummaryList", - "documentation":"

The website authorization providers.

" - }, - "NextToken":{ - "shape":"NextToken", - "documentation":"

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

" - } - } - }, - "ListWebsiteCertificateAuthoritiesRequest":{ - "type":"structure", - "required":["FleetArn"], - "members":{ - "FleetArn":{ - "shape":"FleetArn", - "documentation":"

The ARN of the fleet.

" - }, - "MaxResults":{ - "shape":"MaxResults", - "documentation":"

The maximum number of results to be included in the next page.

" - }, - "NextToken":{ - "shape":"NextToken", - "documentation":"

The pagination token used to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

" - } - } - }, - "ListWebsiteCertificateAuthoritiesResponse":{ - "type":"structure", - "members":{ - "WebsiteCertificateAuthorities":{ - "shape":"WebsiteCaSummaryList", - "documentation":"

Information about the certificates.

" - }, - "NextToken":{ - "shape":"NextToken", - "documentation":"

The pagination token used to retrieve the next page of results for this operation. If there are no more pages, this value is null.

" - } - } - }, - "MaxResults":{ - "type":"integer", - "min":1 - }, - "NextToken":{ - "type":"string", - "max":4096, - "min":1, - "pattern":"[\\w\\-]+" - }, - "ResourceAlreadyExistsException":{ - "type":"structure", - "members":{ - "Message":{"shape":"ExceptionMessage"} - }, - "documentation":"

The resource already exists.

", - "error":{"httpStatusCode":400}, - "exception":true - }, - "ResourceNotFoundException":{ - "type":"structure", - "members":{ - "Message":{"shape":"ExceptionMessage"} - }, - "documentation":"

The requested resource was not found.

", - "error":{"httpStatusCode":404}, - "exception":true - }, - "RestoreDomainAccessRequest":{ - "type":"structure", - "required":[ - "FleetArn", - "DomainName" - ], - "members":{ - "FleetArn":{ - "shape":"FleetArn", - "documentation":"

The ARN of the fleet.

" - }, - "DomainName":{ - "shape":"DomainName", - "documentation":"

The name of the domain.

" - } - } - }, - "RestoreDomainAccessResponse":{ - "type":"structure", - "members":{ - } - }, - "RevokeDomainAccessRequest":{ - "type":"structure", - "required":[ - "FleetArn", - "DomainName" - ], - "members":{ - "FleetArn":{ - "shape":"FleetArn", - "documentation":"

The ARN of the fleet.

" - }, - "DomainName":{ - "shape":"DomainName", - "documentation":"

The name of the domain.

" - } - } - }, - "RevokeDomainAccessResponse":{ - "type":"structure", - "members":{ - } - }, - "SamlMetadata":{ - "type":"string", - "max":204800, - "min":1 - }, - "SecurityGroupId":{ - "type":"string", - "pattern":"^sg-([0-9a-f]{8}|[0-9a-f]{17})$" - }, - "SecurityGroupIds":{ - "type":"list", - "member":{"shape":"SecurityGroupId"}, - "max":5 - }, - "SignOutUserRequest":{ - "type":"structure", - "required":[ - "FleetArn", - "Username" - ], - "members":{ - "FleetArn":{ - "shape":"FleetArn", - "documentation":"

The ARN of the fleet.

" - }, - "Username":{ - "shape":"Username", - "documentation":"

The name of the user.

" - } - } - }, - "SignOutUserResponse":{ - "type":"structure", - "members":{ - } - }, - "SubnetId":{ - "type":"string", - "pattern":"^subnet-([0-9a-f]{8}|[0-9a-f]{17})$" - }, - "SubnetIds":{ - "type":"list", - "member":{"shape":"SubnetId"} - }, - "TagKey":{ - "type":"string", - "max":128, - "min":1, - "pattern":"^(?!aws:)[a-zA-Z+-=._:/]+$" - }, - "TagKeyList":{ - "type":"list", - "member":{"shape":"TagKey"}, - "max":50, - "min":1 - }, - "TagMap":{ - "type":"map", - "key":{"shape":"TagKey"}, - "value":{"shape":"TagValue"}, - "max":50, - "min":1 - }, - "TagResourceRequest":{ - "type":"structure", - "required":[ - "ResourceArn", - "Tags" - ], - "members":{ - "ResourceArn":{ - "shape":"FleetArn", - "documentation":"

The Amazon Resource Name (ARN) of the fleet.

", - "location":"uri", - "locationName":"ResourceArn" - }, - "Tags":{ - "shape":"TagMap", - "documentation":"

The tags to add to the resource. A tag is a key-value pair.

" - } - } - }, - "TagResourceResponse":{ - "type":"structure", - "members":{ - } - }, - "TagValue":{ - "type":"string", - "max":256 - }, - "TooManyRequestsException":{ - "type":"structure", - "members":{ - "Message":{"shape":"ExceptionMessage"} - }, - "documentation":"

The number of requests exceeds the limit.

", - "error":{"httpStatusCode":429}, - "exception":true - }, - "UnauthorizedException":{ - "type":"structure", - "members":{ - "Message":{"shape":"ExceptionMessage"} - }, - "documentation":"

You are not authorized to perform this action.

", - "error":{"httpStatusCode":403}, - "exception":true - }, - "UntagResourceRequest":{ - "type":"structure", - "required":[ - "ResourceArn", - "TagKeys" - ], - "members":{ - "ResourceArn":{ - "shape":"FleetArn", - "documentation":"

The Amazon Resource Name (ARN) of the fleet.

", - "location":"uri", - "locationName":"ResourceArn" - }, - "TagKeys":{ - "shape":"TagKeyList", - "documentation":"

The list of tag keys to remove from the resource.

", - "location":"querystring", - "locationName":"tagKeys" - } - } - }, - "UntagResourceResponse":{ - "type":"structure", - "members":{ - } - }, - "UpdateAuditStreamConfigurationRequest":{ - "type":"structure", - "required":["FleetArn"], - "members":{ - "FleetArn":{ - "shape":"FleetArn", - "documentation":"

The ARN of the fleet.

" - }, - "AuditStreamArn":{ - "shape":"AuditStreamArn", - "documentation":"

The ARN of the Amazon Kinesis data stream that receives the audit events.

" - } - } - }, - "UpdateAuditStreamConfigurationResponse":{ - "type":"structure", - "members":{ - } - }, - "UpdateCompanyNetworkConfigurationRequest":{ - "type":"structure", - "required":[ - "FleetArn", - "VpcId", - "SubnetIds", - "SecurityGroupIds" - ], - "members":{ - "FleetArn":{ - "shape":"FleetArn", - "documentation":"

The ARN of the fleet.

" - }, - "VpcId":{ - "shape":"VpcId", - "documentation":"

The VPC with connectivity to associated websites.

" - }, - "SubnetIds":{ - "shape":"SubnetIds", - "documentation":"

The subnets used for X-ENI connections from Amazon WorkLink rendering containers.

" - }, - "SecurityGroupIds":{ - "shape":"SecurityGroupIds", - "documentation":"

The security groups associated with access to the provided subnets.

" - } - } - }, - "UpdateCompanyNetworkConfigurationResponse":{ - "type":"structure", - "members":{ - } - }, - "UpdateDevicePolicyConfigurationRequest":{ - "type":"structure", - "required":["FleetArn"], - "members":{ - "FleetArn":{ - "shape":"FleetArn", - "documentation":"

The ARN of the fleet.

" - }, - "DeviceCaCertificate":{ - "shape":"CertificateChain", - "documentation":"

The certificate chain, including intermediate certificates and the root certificate authority certificate used to issue device certificates.

" - } - } - }, - "UpdateDevicePolicyConfigurationResponse":{ - "type":"structure", - "members":{ - } - }, - "UpdateDomainMetadataRequest":{ - "type":"structure", - "required":[ - "FleetArn", - "DomainName" - ], - "members":{ - "FleetArn":{ - "shape":"FleetArn", - "documentation":"

The ARN of the fleet.

" - }, - "DomainName":{ - "shape":"DomainName", - "documentation":"

The name of the domain.

" - }, - "DisplayName":{ - "shape":"DisplayName", - "documentation":"

The name to display.

" - } - } - }, - "UpdateDomainMetadataResponse":{ - "type":"structure", - "members":{ - } - }, - "UpdateFleetMetadataRequest":{ - "type":"structure", - "required":["FleetArn"], - "members":{ - "FleetArn":{ - "shape":"FleetArn", - "documentation":"

The ARN of the fleet.

" - }, - "DisplayName":{ - "shape":"DisplayName", - "documentation":"

The fleet name to display. The existing DisplayName is unset if null is passed.

" - }, - "OptimizeForEndUserLocation":{ - "shape":"Boolean", - "documentation":"

The option to optimize for better performance by routing traffic through the closest AWS Region to users, which may be outside of your home Region.

" - } - } - }, - "UpdateFleetMetadataResponse":{ - "type":"structure", - "members":{ - } - }, - "UpdateIdentityProviderConfigurationRequest":{ - "type":"structure", - "required":[ - "FleetArn", - "IdentityProviderType" - ], - "members":{ - "FleetArn":{ - "shape":"FleetArn", - "documentation":"

The ARN of the fleet.

" - }, - "IdentityProviderType":{ - "shape":"IdentityProviderType", - "documentation":"

The type of identity provider.

" - }, - "IdentityProviderSamlMetadata":{ - "shape":"SamlMetadata", - "documentation":"

The SAML metadata document provided by the customer’s identity provider. The existing IdentityProviderSamlMetadata is unset if null is passed.

" - } - } - }, - "UpdateIdentityProviderConfigurationResponse":{ - "type":"structure", - "members":{ - } - }, - "Username":{ - "type":"string", - "max":256, - "min":1 - }, - "VpcId":{ - "type":"string", - "pattern":"^vpc-([0-9a-f]{8}|[0-9a-f]{17})$" - }, - "WebsiteAuthorizationProviderSummary":{ - "type":"structure", - "required":["AuthorizationProviderType"], - "members":{ - "AuthorizationProviderId":{ - "shape":"Id", - "documentation":"

A unique identifier for the authorization provider.

" - }, - "AuthorizationProviderType":{ - "shape":"AuthorizationProviderType", - "documentation":"

The authorization provider type.

" - }, - "DomainName":{ - "shape":"DomainName", - "documentation":"

The domain name of the authorization provider. This applies only to SAML-based authorization providers.

" - }, - "CreatedTime":{ - "shape":"DateTime", - "documentation":"

The time of creation.

" - } - }, - "documentation":"

The summary of the website authorization provider.

" - }, - "WebsiteAuthorizationProvidersSummaryList":{ - "type":"list", - "member":{"shape":"WebsiteAuthorizationProviderSummary"} - }, - "WebsiteCaSummary":{ - "type":"structure", - "members":{ - "WebsiteCaId":{ - "shape":"Id", - "documentation":"

A unique identifier for the CA.

" - }, - "CreatedTime":{ - "shape":"DateTime", - "documentation":"

The time when the CA was added.

" - }, - "DisplayName":{ - "shape":"DisplayName", - "documentation":"

The name to display.

" - } - }, - "documentation":"

The summary of the certificate authority (CA).

" - }, - "WebsiteCaSummaryList":{ - "type":"list", - "member":{"shape":"WebsiteCaSummary"} - } - }, - "documentation":"

Amazon WorkLink is a cloud-based service that provides secure access to internal websites and web apps from iOS and Android phones. In a single step, your users, such as employees, can access internal websites as efficiently as they access any other public website. They enter a URL in their web browser, or choose a link to an internal website in an email. Amazon WorkLink authenticates the user's access and securely renders authorized internal web content in a secure rendering service in the AWS cloud. Amazon WorkLink doesn't download or store any internal web content on mobile devices.

" -} diff --git a/tests/functional/endpoint-rules/worklink/endpoint-tests-1.json b/tests/functional/endpoint-rules/worklink/endpoint-tests-1.json deleted file mode 100644 index e5d8218f84..0000000000 --- a/tests/functional/endpoint-rules/worklink/endpoint-tests-1.json +++ /dev/null @@ -1,314 +0,0 @@ -{ - "testCases": [ - { - "documentation": "For region us-east-1 with FIPS enabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://worklink-fips.us-east-1.api.aws" - } - }, - "params": { - "Region": "us-east-1", - "UseFIPS": true, - "UseDualStack": true - } - }, - { - "documentation": "For region us-east-1 with FIPS enabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://worklink-fips.us-east-1.amazonaws.com" - } - }, - "params": { - "Region": "us-east-1", - "UseFIPS": true, - "UseDualStack": false - } - }, - { - "documentation": "For region us-east-1 with FIPS disabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://worklink.us-east-1.api.aws" - } - }, - "params": { - "Region": "us-east-1", - "UseFIPS": false, - "UseDualStack": true - } - }, - { - "documentation": "For region us-east-1 with FIPS disabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://worklink.us-east-1.amazonaws.com" - } - }, - "params": { - "Region": "us-east-1", - "UseFIPS": false, - "UseDualStack": false - } - }, - { - "documentation": "For region cn-north-1 with FIPS enabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://worklink-fips.cn-north-1.api.amazonwebservices.com.cn" - } - }, - "params": { - "Region": "cn-north-1", - "UseFIPS": true, - "UseDualStack": true - } - }, - { - "documentation": "For region cn-north-1 with FIPS enabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://worklink-fips.cn-north-1.amazonaws.com.cn" - } - }, - "params": { - "Region": "cn-north-1", - "UseFIPS": true, - "UseDualStack": false - } - }, - { - "documentation": "For region cn-north-1 with FIPS disabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://worklink.cn-north-1.api.amazonwebservices.com.cn" - } - }, - "params": { - "Region": "cn-north-1", - "UseFIPS": false, - "UseDualStack": true - } - }, - { - "documentation": "For region cn-north-1 with FIPS disabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://worklink.cn-north-1.amazonaws.com.cn" - } - }, - "params": { - "Region": "cn-north-1", - "UseFIPS": false, - "UseDualStack": false - } - }, - { - "documentation": "For region us-gov-east-1 with FIPS enabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://worklink-fips.us-gov-east-1.api.aws" - } - }, - "params": { - "Region": "us-gov-east-1", - "UseFIPS": true, - "UseDualStack": true - } - }, - { - "documentation": "For region us-gov-east-1 with FIPS enabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://worklink-fips.us-gov-east-1.amazonaws.com" - } - }, - "params": { - "Region": "us-gov-east-1", - "UseFIPS": true, - "UseDualStack": false - } - }, - { - "documentation": "For region us-gov-east-1 with FIPS disabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://worklink.us-gov-east-1.api.aws" - } - }, - "params": { - "Region": "us-gov-east-1", - "UseFIPS": false, - "UseDualStack": true - } - }, - { - "documentation": "For region us-gov-east-1 with FIPS disabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://worklink.us-gov-east-1.amazonaws.com" - } - }, - "params": { - "Region": "us-gov-east-1", - "UseFIPS": false, - "UseDualStack": false - } - }, - { - "documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled", - "expect": { - "error": "FIPS and DualStack are enabled, but this partition does not support one or both" - }, - "params": { - "Region": "us-iso-east-1", - "UseFIPS": true, - "UseDualStack": true - } - }, - { - "documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://worklink-fips.us-iso-east-1.c2s.ic.gov" - } - }, - "params": { - "Region": "us-iso-east-1", - "UseFIPS": true, - "UseDualStack": false - } - }, - { - "documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled", - "expect": { - "error": "DualStack is enabled but this partition does not support DualStack" - }, - "params": { - "Region": "us-iso-east-1", - "UseFIPS": false, - "UseDualStack": true - } - }, - { - "documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://worklink.us-iso-east-1.c2s.ic.gov" - } - }, - "params": { - "Region": "us-iso-east-1", - "UseFIPS": false, - "UseDualStack": false - } - }, - { - "documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled", - "expect": { - "error": "FIPS and DualStack are enabled, but this partition does not support one or both" - }, - "params": { - "Region": "us-isob-east-1", - "UseFIPS": true, - "UseDualStack": true - } - }, - { - "documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://worklink-fips.us-isob-east-1.sc2s.sgov.gov" - } - }, - "params": { - "Region": "us-isob-east-1", - "UseFIPS": true, - "UseDualStack": false - } - }, - { - "documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled", - "expect": { - "error": "DualStack is enabled but this partition does not support DualStack" - }, - "params": { - "Region": "us-isob-east-1", - "UseFIPS": false, - "UseDualStack": true - } - }, - { - "documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://worklink.us-isob-east-1.sc2s.sgov.gov" - } - }, - "params": { - "Region": "us-isob-east-1", - "UseFIPS": false, - "UseDualStack": false - } - }, - { - "documentation": "For custom endpoint with region set and fips disabled and dualstack disabled", - "expect": { - "endpoint": { - "url": "https://example.com" - } - }, - "params": { - "Region": "us-east-1", - "UseFIPS": false, - "UseDualStack": false, - "Endpoint": "https://example.com" - } - }, - { - "documentation": "For custom endpoint with region not set and fips disabled and dualstack disabled", - "expect": { - "endpoint": { - "url": "https://example.com" - } - }, - "params": { - "UseFIPS": false, - "UseDualStack": false, - "Endpoint": "https://example.com" - } - }, - { - "documentation": "For custom endpoint with fips enabled and dualstack disabled", - "expect": { - "error": "Invalid Configuration: FIPS and custom endpoint are not supported" - }, - "params": { - "Region": "us-east-1", - "UseFIPS": true, - "UseDualStack": false, - "Endpoint": "https://example.com" - } - }, - { - "documentation": "For custom endpoint with fips disabled and dualstack enabled", - "expect": { - "error": "Invalid Configuration: Dualstack and custom endpoint are not supported" - }, - "params": { - "Region": "us-east-1", - "UseFIPS": false, - "UseDualStack": true, - "Endpoint": "https://example.com" - } - }, - { - "documentation": "Missing region", - "expect": { - "error": "Invalid Configuration: Missing Region" - } - } - ], - "version": "1.0" -} \ No newline at end of file From ee29edc19cfb5aec81eaf0ac5649e561f9fab73a Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Wed, 25 Sep 2024 18:13:49 +0000 Subject: [PATCH 3/5] Update to latest models --- .../api-change-cloudtrail-44066.json | 5 ++++ .../next-release/api-change-ec2-94754.json | 5 ++++ .../next-release/api-change-fsx-77997.json | 5 ++++ .../data/cloudtrail/2013-11-01/service-2.json | 24 +++++++++---------- botocore/data/ec2/2016-11-15/service-2.json | 12 +++++----- botocore/data/fsx/2018-03-01/service-2.json | 10 ++++---- 6 files changed, 38 insertions(+), 23 deletions(-) create mode 100644 .changes/next-release/api-change-cloudtrail-44066.json create mode 100644 .changes/next-release/api-change-ec2-94754.json create mode 100644 .changes/next-release/api-change-fsx-77997.json diff --git a/.changes/next-release/api-change-cloudtrail-44066.json b/.changes/next-release/api-change-cloudtrail-44066.json new file mode 100644 index 0000000000..8858f12e13 --- /dev/null +++ b/.changes/next-release/api-change-cloudtrail-44066.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``cloudtrail``", + "description": "Doc-only update for CloudTrail network activity events release (in preview)" +} diff --git a/.changes/next-release/api-change-ec2-94754.json b/.changes/next-release/api-change-ec2-94754.json new file mode 100644 index 0000000000..05c988a586 --- /dev/null +++ b/.changes/next-release/api-change-ec2-94754.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``ec2``", + "description": "Updates to documentation for the transit gateway security group referencing feature." +} diff --git a/.changes/next-release/api-change-fsx-77997.json b/.changes/next-release/api-change-fsx-77997.json new file mode 100644 index 0000000000..8b5854791f --- /dev/null +++ b/.changes/next-release/api-change-fsx-77997.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``fsx``", + "description": "Doc-only update to address Lustre S3 hard-coded names." +} diff --git a/botocore/data/cloudtrail/2013-11-01/service-2.json b/botocore/data/cloudtrail/2013-11-01/service-2.json index 10db39af11..78ea1efa67 100644 --- a/botocore/data/cloudtrail/2013-11-01/service-2.json +++ b/botocore/data/cloudtrail/2013-11-01/service-2.json @@ -420,7 +420,7 @@ {"shape":"OperationNotPermittedException"}, {"shape":"NoManagementAccountSLRExistsException"} ], - "documentation":"

Describes the settings for the event selectors that you configured for your trail. The information returned for your event selectors includes the following:

For more information about logging management and data events, see the following topics in the CloudTrail User Guide:

", + "documentation":"

Describes the settings for the event selectors that you configured for your trail. The information returned for your event selectors includes the following:

For more information about logging management, data, and network activity events, see the following topics in the CloudTrail User Guide:

", "idempotent":true }, "GetImport":{ @@ -748,7 +748,7 @@ {"shape":"NoManagementAccountSLRExistsException"}, {"shape":"InsufficientDependencyServiceAccessPermissionException"} ], - "documentation":"

Configures an event selector or advanced event selectors for your trail. Use event selectors or advanced event selectors to specify management and data event settings for your trail. If you want your trail to log Insights events, be sure the event selector enables logging of the Insights event types you want configured for your trail. For more information about logging Insights events, see Logging Insights events in the CloudTrail User Guide. By default, trails created without specific event selectors are configured to log all read and write management events, and no data events.

When an event occurs in your account, CloudTrail evaluates the event selectors or advanced event selectors in all trails. For each trail, if the event matches any event selector, the trail processes and logs the event. If the event doesn't match any event selector, the trail doesn't log the event.

Example

  1. You create an event selector for a trail and specify that you want write-only events.

  2. The EC2 GetConsoleOutput and RunInstances API operations occur in your account.

  3. CloudTrail evaluates whether the events match your event selectors.

  4. The RunInstances is a write-only event and it matches your event selector. The trail logs the event.

  5. The GetConsoleOutput is a read-only event that doesn't match your event selector. The trail doesn't log the event.

The PutEventSelectors operation must be called from the Region in which the trail was created; otherwise, an InvalidHomeRegionException exception is thrown.

You can configure up to five event selectors for each trail. For more information, see Logging management events, Logging data events, and Quotas in CloudTrail in the CloudTrail User Guide.

You can add advanced event selectors, and conditions for your advanced event selectors, up to a maximum of 500 values for all conditions and selectors on a trail. You can use either AdvancedEventSelectors or EventSelectors, but not both. If you apply AdvancedEventSelectors to a trail, any existing EventSelectors are overwritten. For more information about advanced event selectors, see Logging data events in the CloudTrail User Guide.

", + "documentation":"

Configures event selectors (also referred to as basic event selectors) or advanced event selectors for your trail. You can use either AdvancedEventSelectors or EventSelectors, but not both. If you apply AdvancedEventSelectors to a trail, any existing EventSelectors are overwritten.

You can use AdvancedEventSelectors to log management events, data events for all resource types, and network activity events.

You can use EventSelectors to log management events and data events for the following resource types:

You can't use EventSelectors to log network activity events.

If you want your trail to log Insights events, be sure the event selector or advanced event selector enables logging of the Insights event types you want configured for your trail. For more information about logging Insights events, see Logging Insights events in the CloudTrail User Guide. By default, trails created without specific event selectors are configured to log all read and write management events, and no data events or network activity events.

When an event occurs in your account, CloudTrail evaluates the event selectors or advanced event selectors in all trails. For each trail, if the event matches any event selector, the trail processes and logs the event. If the event doesn't match any event selector, the trail doesn't log the event.

Example

  1. You create an event selector for a trail and specify that you want to log write-only events.

  2. The EC2 GetConsoleOutput and RunInstances API operations occur in your account.

  3. CloudTrail evaluates whether the events match your event selectors.

  4. The RunInstances is a write-only event and it matches your event selector. The trail logs the event.

  5. The GetConsoleOutput is a read-only event that doesn't match your event selector. The trail doesn't log the event.

The PutEventSelectors operation must be called from the Region in which the trail was created; otherwise, an InvalidHomeRegionException exception is thrown.

You can configure up to five event selectors for each trail.

You can add advanced event selectors, and conditions for your advanced event selectors, up to a maximum of 500 values for all conditions and selectors on a trail. For more information, see Logging management events, Logging data events, Logging network activity events, and Quotas in CloudTrail in the CloudTrail User Guide.

", "idempotent":true }, "PutInsightSelectors":{ @@ -897,7 +897,7 @@ {"shape":"NoManagementAccountSLRExistsException"}, {"shape":"InsufficientDependencyServiceAccessPermissionException"} ], - "documentation":"

Starts the ingestion of live events on an event data store specified as either an ARN or the ID portion of the ARN. To start ingestion, the event data store Status must be STOPPED_INGESTION and the eventCategory must be Management, Data, or ConfigurationItem.

" + "documentation":"

Starts the ingestion of live events on an event data store specified as either an ARN or the ID portion of the ARN. To start ingestion, the event data store Status must be STOPPED_INGESTION and the eventCategory must be Management, Data, NetworkActivity, or ConfigurationItem.

" }, "StartImport":{ "name":"StartImport", @@ -996,7 +996,7 @@ {"shape":"NoManagementAccountSLRExistsException"}, {"shape":"InsufficientDependencyServiceAccessPermissionException"} ], - "documentation":"

Stops the ingestion of live events on an event data store specified as either an ARN or the ID portion of the ARN. To stop ingestion, the event data store Status must be ENABLED and the eventCategory must be Management, Data, or ConfigurationItem.

" + "documentation":"

Stops the ingestion of live events on an event data store specified as either an ARN or the ID portion of the ARN. To stop ingestion, the event data store Status must be ENABLED and the eventCategory must be Management, Data, NetworkActivity, or ConfigurationItem.

" }, "StopImport":{ "name":"StopImport", @@ -1091,7 +1091,7 @@ {"shape":"NoManagementAccountSLRExistsException"}, {"shape":"OrganizationNotInAllFeaturesModeException"} ], - "documentation":"

Updates an event data store. The required EventDataStore value is an ARN or the ID portion of the ARN. Other parameters are optional, but at least one optional parameter must be specified, or CloudTrail throws an error. RetentionPeriod is in days, and valid values are integers between 7 and 3653 if the BillingMode is set to EXTENDABLE_RETENTION_PRICING, or between 7 and 2557 if BillingMode is set to FIXED_RETENTION_PRICING. By default, TerminationProtection is enabled.

For event data stores for CloudTrail events, AdvancedEventSelectors includes or excludes management or data events in your event data store. For more information about AdvancedEventSelectors, see AdvancedEventSelectors.

For event data stores for CloudTrail Insights events, Config configuration items, Audit Manager evidence, or non-Amazon Web Services events, AdvancedEventSelectors includes events of that type in your event data store.

", + "documentation":"

Updates an event data store. The required EventDataStore value is an ARN or the ID portion of the ARN. Other parameters are optional, but at least one optional parameter must be specified, or CloudTrail throws an error. RetentionPeriod is in days, and valid values are integers between 7 and 3653 if the BillingMode is set to EXTENDABLE_RETENTION_PRICING, or between 7 and 2557 if BillingMode is set to FIXED_RETENTION_PRICING. By default, TerminationProtection is enabled.

For event data stores for CloudTrail events, AdvancedEventSelectors includes or excludes management, data, or network activity events in your event data store. For more information about AdvancedEventSelectors, see AdvancedEventSelectors.

For event data stores for CloudTrail Insights events, Config configuration items, Audit Manager evidence, or non-Amazon Web Services events, AdvancedEventSelectors includes events of that type in your event data store.

", "idempotent":true }, "UpdateTrail":{ @@ -1220,7 +1220,7 @@ "documentation":"

Contains all selector statements in an advanced event selector.

" } }, - "documentation":"

Advanced event selectors let you create fine-grained selectors for CloudTrail management and data events. They help you control costs by logging only those events that are important to you. For more information about advanced event selectors, see Logging management events and Logging data events in the CloudTrail User Guide.

You cannot apply both event selectors and advanced event selectors to a trail.

Supported CloudTrail event record fields for management events

Supported CloudTrail event record fields for data events

For event data stores for CloudTrail Insights events, Config configuration items, Audit Manager evidence, or events outside of Amazon Web Services, the only supported field is eventCategory.

" + "documentation":"

Advanced event selectors let you create fine-grained selectors for CloudTrail management, data, and network activity events. They help you control costs by logging only those events that are important to you. For more information about configuring advanced event selectors, see the Logging data events, Logging network activity events, and Logging management events topics in the CloudTrail User Guide.

You cannot apply both event selectors and advanced event selectors to a trail.

Supported CloudTrail event record fields for management events

Supported CloudTrail event record fields for data events

Supported CloudTrail event record fields for network activity events

Network activity events is in preview release for CloudTrail and is subject to change.

For event data stores for CloudTrail Insights events, Config configuration items, Audit Manager evidence, or events outside of Amazon Web Services, the only supported field is eventCategory.

" }, "AdvancedEventSelectors":{ "type":"list", @@ -1232,7 +1232,7 @@ "members":{ "Field":{ "shape":"SelectorField", - "documentation":"

A field in a CloudTrail event record on which to filter events to be logged. For event data stores for CloudTrail Insights events, Config configuration items, Audit Manager evidence, or events outside of Amazon Web Services, the field is used only for selecting events as filtering is not supported.

For CloudTrail management events, supported fields include readOnly, eventCategory, and eventSource.

For CloudTrail data events, supported fields include readOnly, eventCategory, eventName, resources.type, and resources.ARN.

For event data stores for CloudTrail Insights events, Config configuration items, Audit Manager evidence, or events outside of Amazon Web Services, the only supported field is eventCategory.

" + "documentation":"

A field in a CloudTrail event record on which to filter events to be logged. For event data stores for CloudTrail Insights events, Config configuration items, Audit Manager evidence, or events outside of Amazon Web Services, the field is used only for selecting events as filtering is not supported.

For CloudTrail management events, supported fields include eventCategory (required), eventSource, and readOnly.

For CloudTrail data events, supported fields include eventCategory (required), resources.type (required), eventName, readOnly, and resources.ARN.

For CloudTrail network activity events, supported fields include eventCategory (required), eventSource (required), eventName, errorCode, and vpcEndpointId.

For event data stores for CloudTrail Insights events, Config configuration items, Audit Manager evidence, or events outside of Amazon Web Services, the only supported field is eventCategory.

" }, "Equals":{ "shape":"Operator", @@ -1687,10 +1687,10 @@ }, "Values":{ "shape":"DataResourceValues", - "documentation":"

An array of Amazon Resource Name (ARN) strings or partial ARN strings for the specified resource type.

" + "documentation":"

An array of Amazon Resource Name (ARN) strings or partial ARN strings for the specified resource type.

" } }, - "documentation":"

Data events provide information about the resource operations performed on or within a resource itself. These are also known as data plane operations. You can specify up to 250 data resources for a trail.

Configure the DataResource to specify the resource type and resource ARNs for which you want to log data events.

You can specify the following resource types in your event selectors for your trail:

The total number of allowed data resources is 250. This number can be distributed between 1 and 5 event selectors, but the total cannot exceed 250 across all selectors for the trail.

If you are using advanced event selectors, the maximum total number of values for all conditions, across all advanced event selectors for the trail, is 500.

The following example demonstrates how logging works when you configure logging of all data events for an S3 bucket named bucket-1. In this example, the CloudTrail user specified an empty prefix, and the option to log both Read and Write data events.

  1. A user uploads an image file to bucket-1.

  2. The PutObject API operation is an Amazon S3 object-level API. It is recorded as a data event in CloudTrail. Because the CloudTrail user specified an S3 bucket with an empty prefix, events that occur on any object in that bucket are logged. The trail processes and logs the event.

  3. A user uploads an object to an Amazon S3 bucket named arn:aws:s3:::bucket-2.

  4. The PutObject API operation occurred for an object in an S3 bucket that the CloudTrail user didn't specify for the trail. The trail doesn’t log the event.

The following example demonstrates how logging works when you configure logging of Lambda data events for a Lambda function named MyLambdaFunction, but not for all Lambda functions.

  1. A user runs a script that includes a call to the MyLambdaFunction function and the MyOtherLambdaFunction function.

  2. The Invoke API operation on MyLambdaFunction is an Lambda API. It is recorded as a data event in CloudTrail. Because the CloudTrail user specified logging data events for MyLambdaFunction, any invocations of that function are logged. The trail processes and logs the event.

  3. The Invoke API operation on MyOtherLambdaFunction is an Lambda API. Because the CloudTrail user did not specify logging data events for all Lambda functions, the Invoke operation for MyOtherLambdaFunction does not match the function specified for the trail. The trail doesn’t log the event.

" + "documentation":"

You can configure the DataResource in an EventSelector to log data events for the following three resource types:

To log data events for all other resource types including objects stored in directory buckets, you must use AdvancedEventSelectors. You must also use AdvancedEventSelectors if you want to filter on the eventName field.

Configure the DataResource to specify the resource type and resource ARNs for which you want to log data events.

The total number of allowed data resources is 250. This number can be distributed between 1 and 5 event selectors, but the total cannot exceed 250 across all selectors for the trail.

The following example demonstrates how logging works when you configure logging of all data events for a general purpose bucket named amzn-s3-demo-bucket1. In this example, the CloudTrail user specified an empty prefix, and the option to log both Read and Write data events.

  1. A user uploads an image file to amzn-s3-demo-bucket1.

  2. The PutObject API operation is an Amazon S3 object-level API. It is recorded as a data event in CloudTrail. Because the CloudTrail user specified an S3 bucket with an empty prefix, events that occur on any object in that bucket are logged. The trail processes and logs the event.

  3. A user uploads an object to an Amazon S3 bucket named arn:aws:s3:::amzn-s3-demo-bucket1.

  4. The PutObject API operation occurred for an object in an S3 bucket that the CloudTrail user didn't specify for the trail. The trail doesn’t log the event.

The following example demonstrates how logging works when you configure logging of Lambda data events for a Lambda function named MyLambdaFunction, but not for all Lambda functions.

  1. A user runs a script that includes a call to the MyLambdaFunction function and the MyOtherLambdaFunction function.

  2. The Invoke API operation on MyLambdaFunction is an Lambda API. It is recorded as a data event in CloudTrail. Because the CloudTrail user specified logging data events for MyLambdaFunction, any invocations of that function are logged. The trail processes and logs the event.

  3. The Invoke API operation on MyOtherLambdaFunction is an Lambda API. Because the CloudTrail user did not specify logging data events for all Lambda functions, the Invoke operation for MyOtherLambdaFunction does not match the function specified for the trail. The trail doesn’t log the event.

" }, "DataResourceValues":{ "type":"list", @@ -2190,7 +2190,7 @@ }, "DataResources":{ "shape":"DataResources", - "documentation":"

CloudTrail supports data event logging for Amazon S3 objects, Lambda functions, and Amazon DynamoDB tables with basic event selectors. You can specify up to 250 resources for an individual event selector, but the total number of data resources cannot exceed 250 across all event selectors in a trail. This limit does not apply if you configure resource logging for all data events.

For more information, see Data Events and Limits in CloudTrail in the CloudTrail User Guide.

" + "documentation":"

CloudTrail supports data event logging for Amazon S3 objects in standard S3 buckets, Lambda functions, and Amazon DynamoDB tables with basic event selectors. You can specify up to 250 resources for an individual event selector, but the total number of data resources cannot exceed 250 across all event selectors in a trail. This limit does not apply if you configure resource logging for all data events.

For more information, see Data Events and Limits in CloudTrail in the CloudTrail User Guide.

To log data events for all other resource types including objects stored in directory buckets, you must use AdvancedEventSelectors. You must also use AdvancedEventSelectors if you want to filter on the eventName field.

" }, "ExcludeManagementEventSources":{ "shape":"ExcludeManagementEventSources", @@ -3682,11 +3682,11 @@ }, "EventSelectors":{ "shape":"EventSelectors", - "documentation":"

Specifies the settings for your event selectors. You can configure up to five event selectors for a trail. You can use either EventSelectors or AdvancedEventSelectors in a PutEventSelectors request, but not both. If you apply EventSelectors to a trail, any existing AdvancedEventSelectors are overwritten.

" + "documentation":"

Specifies the settings for your event selectors. You can use event selectors to log management events and data events for the following resource types:

You can't use event selectors to log network activity events.

You can configure up to five event selectors for a trail. You can use either EventSelectors or AdvancedEventSelectors in a PutEventSelectors request, but not both. If you apply EventSelectors to a trail, any existing AdvancedEventSelectors are overwritten.

" }, "AdvancedEventSelectors":{ "shape":"AdvancedEventSelectors", - "documentation":"

Specifies the settings for advanced event selectors. You can add advanced event selectors, and conditions for your advanced event selectors, up to a maximum of 500 values for all conditions and selectors on a trail. You can use either AdvancedEventSelectors or EventSelectors, but not both. If you apply AdvancedEventSelectors to a trail, any existing EventSelectors are overwritten. For more information about advanced event selectors, see Logging data events in the CloudTrail User Guide.

" + "documentation":"

Specifies the settings for advanced event selectors. You can use advanced event selectors to log management events, data events for all resource types, and network activity events.

You can add advanced event selectors, and conditions for your advanced event selectors, up to a maximum of 500 values for all conditions and selectors on a trail. You can use either AdvancedEventSelectors or EventSelectors, but not both. If you apply AdvancedEventSelectors to a trail, any existing EventSelectors are overwritten. For more information about advanced event selectors, see Logging data events and Logging network activity events in the CloudTrail User Guide.

" } } }, diff --git a/botocore/data/ec2/2016-11-15/service-2.json b/botocore/data/ec2/2016-11-15/service-2.json index 1f84c148d3..431d883387 100644 --- a/botocore/data/ec2/2016-11-15/service-2.json +++ b/botocore/data/ec2/2016-11-15/service-2.json @@ -15661,7 +15661,7 @@ }, "SecurityGroupReferencingSupport":{ "shape":"SecurityGroupReferencingSupportValue", - "documentation":"

This parameter is in preview and may not be available for your account.

Enables you to reference a security group across VPCs attached to a transit gateway. Use this option to simplify security group management and control of instance-to-instance traffic across VPCs that are connected by transit gateway. You can also use this option to migrate from VPC peering (which was the only option that supported security group referencing) to transit gateways (which now also support security group referencing). This option is disabled by default and there are no additional costs to use this feature.

If you don't enable or disable SecurityGroupReferencingSupport in the request, the attachment will inherit the security group referencing support setting on the transit gateway.

" + "documentation":"

Enables you to reference a security group across VPCs attached to a transit gateway to simplify security group management.

This option is disabled by default.

If you don't enable or disable SecurityGroupReferencingSupport in the request, the attachment will inherit the security group referencing support setting on the transit gateway.

For more information about security group referencing, see Security group referencing in the Amazon Web Services Transit Gateways Guide.

" }, "Ipv6Support":{ "shape":"Ipv6SupportValue", @@ -44135,7 +44135,7 @@ }, "SecurityGroupReferencingSupport":{ "shape":"SecurityGroupReferencingSupportValue", - "documentation":"

This parameter is in preview and may not be available for your account.

Enables you to reference a security group across VPCs attached to a transit gateway. Use this option to simplify security group management and control of instance-to-instance traffic across VPCs that are connected by transit gateway. You can also use this option to migrate from VPC peering (which was the only option that supported security group referencing) to transit gateways (which now also support security group referencing). This option is disabled by default and there are no additional costs to use this feature.

" + "documentation":"

Enables you to reference a security group across VPCs attached to a transit gateway to simplify security group management.

This option is disabled by default.

For more information about security group referencing, see Security group referencing in the Amazon Web Services Transit Gateways Guide.

" }, "AutoAcceptSharedAttachments":{ "shape":"AutoAcceptSharedAttachmentsValue", @@ -44270,7 +44270,7 @@ }, "SecurityGroupReferencingSupport":{ "shape":"SecurityGroupReferencingSupportValue", - "documentation":"

This parameter is in preview and may not be available for your account.

Enables you to reference a security group across VPCs attached to a transit gateway. Use this option to simplify security group management and control of instance-to-instance traffic across VPCs that are connected by transit gateway. You can also use this option to migrate from VPC peering (which was the only option that supported security group referencing) to transit gateways (which now also support security group referencing). This option is disabled by default and there are no additional costs to use this feature.

" + "documentation":"

Enables you to reference a security group across VPCs attached to a transit gateway to simplify security group management.

This option is disabled by default.

For more information about security group referencing, see Security group referencing in the Amazon Web Services Transit Gateways Guide.

" }, "Ipv6Support":{ "shape":"Ipv6SupportValue", @@ -57703,7 +57703,7 @@ }, "SecurityGroupReferencingSupport":{ "shape":"SecurityGroupReferencingSupportValue", - "documentation":"

This parameter is in preview and may not be available for your account.

Enables you to reference a security group across VPCs attached to a transit gateway. Use this option to simplify security group management and control of instance-to-instance traffic across VPCs that are connected by transit gateway. You can also use this option to migrate from VPC peering (which was the only option that supported security group referencing) to transit gateways (which now also support security group referencing). This option is disabled by default and there are no additional costs to use this feature.

", + "documentation":"

Enables you to reference a security group across VPCs attached to a transit gateway to simplify security group management.

This option is enabled by default.

For more information about security group referencing, see Security group referencing in the Amazon Web Services Transit Gateways Guide.

", "locationName":"securityGroupReferencingSupport" }, "MulticastSupport":{ @@ -58103,7 +58103,7 @@ }, "SecurityGroupReferencingSupport":{ "shape":"SecurityGroupReferencingSupportValue", - "documentation":"

This parameter is in preview and may not be available for your account.

Enables you to reference a security group across VPCs attached to a transit gateway. Use this option to simplify security group management and control of instance-to-instance traffic across VPCs that are connected by transit gateway. You can also use this option to migrate from VPC peering (which was the only option that supported security group referencing) to transit gateways (which now also support security group referencing). This option is disabled by default and there are no additional costs to use this feature.

" + "documentation":"

Enables you to reference a security group across VPCs attached to a transit gateway to simplify security group management.

This option is disabled by default.

For more information about security group referencing, see Security group referencing in the Amazon Web Services Transit Gateways Guide.

" }, "MulticastSupport":{ "shape":"MulticastSupportValue", @@ -58560,7 +58560,7 @@ }, "SecurityGroupReferencingSupport":{ "shape":"SecurityGroupReferencingSupportValue", - "documentation":"

This parameter is in preview and may not be available for your account.

Enables you to reference a security group across VPCs attached to a transit gateway. Use this option to simplify security group management and control of instance-to-instance traffic across VPCs that are connected by transit gateway. You can also use this option to migrate from VPC peering (which was the only option that supported security group referencing) to transit gateways (which now also support security group referencing). This option is disabled by default and there are no additional costs to use this feature.

", + "documentation":"

Enables you to reference a security group across VPCs attached to a transit gateway to simplify security group management.

This option is disabled by default.

For more information about security group referencing, see Security group referencing in the Amazon Web Services Transit Gateways Guide.

", "locationName":"securityGroupReferencingSupport" }, "Ipv6Support":{ diff --git a/botocore/data/fsx/2018-03-01/service-2.json b/botocore/data/fsx/2018-03-01/service-2.json index 16d7dda7a4..5197dc7076 100644 --- a/botocore/data/fsx/2018-03-01/service-2.json +++ b/botocore/data/fsx/2018-03-01/service-2.json @@ -1324,7 +1324,7 @@ }, "Path":{ "shape":"ArchivePath", - "documentation":"

Required if Enabled is set to true. Specifies the location of the report on the file system's linked S3 data repository. An absolute path that defines where the completion report will be stored in the destination location. The Path you provide must be located within the file system’s ExportPath. An example Path value is \"s3://myBucket/myExportPath/optionalPrefix\". The report provides the following information for each file in the report: FilePath, FileStatus, and ErrorCode.

" + "documentation":"

Required if Enabled is set to true. Specifies the location of the report on the file system's linked S3 data repository. An absolute path that defines where the completion report will be stored in the destination location. The Path you provide must be located within the file system’s ExportPath. An example Path value is \"s3://amzn-s3-demo-bucket/myExportPath/optionalPrefix\". The report provides the following information for each file in the report: FilePath, FileStatus, and ErrorCode.

" }, "Format":{ "shape":"ReportFormat", @@ -1477,7 +1477,7 @@ }, "DataRepositoryPath":{ "shape":"ArchivePath", - "documentation":"

The path to the Amazon S3 data repository that will be linked to the file system. The path can be an S3 bucket or prefix in the format s3://myBucket/myPrefix/. This path specifies where in the S3 data repository files will be imported from or exported to.

" + "documentation":"

The path to the Amazon S3 data repository that will be linked to the file system. The path can be an S3 bucket or prefix in the format s3://bucket-name/prefix/ (where prefix is optional). This path specifies where in the S3 data repository files will be imported from or exported to.

" }, "BatchImportMetaDataOnCreate":{ "shape":"BatchImportMetaDataOnCreate", @@ -1521,7 +1521,7 @@ }, "Paths":{ "shape":"DataRepositoryTaskPaths", - "documentation":"

A list of paths for the data repository task to use when the task is processed. If a path that you provide isn't valid, the task fails. If you don't provide paths, the default behavior is to export all files to S3 (for export tasks), import all files from S3 (for import tasks), or release all exported files that meet the last accessed time criteria (for release tasks).

" + "documentation":"

A list of paths for the data repository task to use when the task is processed. If a path that you provide isn't valid, the task fails. If you don't provide paths, the default behavior is to export all files to S3 (for export tasks), import all files from S3 (for import tasks), or release all exported files that meet the last accessed time criteria (for release tasks).

" }, "FileSystemId":{"shape":"FileSystemId"}, "Report":{ @@ -2337,7 +2337,7 @@ }, "DataRepositoryPath":{ "shape":"ArchivePath", - "documentation":"

The path to the data repository that will be linked to the cache or file system.

" + "documentation":"

The path to the data repository that will be linked to the cache or file system.

" }, "BatchImportMetaDataOnCreate":{ "shape":"BatchImportMetaDataOnCreate", @@ -3509,7 +3509,7 @@ }, "DataRepositoryPath":{ "shape":"ArchivePath", - "documentation":"

The path to the S3 or NFS data repository that links to the cache. You must provide one of the following paths:

" + "documentation":"

The path to the S3 or NFS data repository that links to the cache. You must provide one of the following paths:

" }, "DataRepositorySubdirectories":{ "shape":"SubDirectoriesPaths", From 1a72d4eaf55bc491769385e2300374ed3fa0399e Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Wed, 25 Sep 2024 18:13:50 +0000 Subject: [PATCH 4/5] Update endpoints model --- botocore/data/endpoints.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/botocore/data/endpoints.json b/botocore/data/endpoints.json index a55056557b..a7a3389535 100644 --- a/botocore/data/endpoints.json +++ b/botocore/data/endpoints.json @@ -20913,6 +20913,7 @@ "vpc-lattice" : { "endpoints" : { "af-south-1" : { }, + "ap-east-1" : { }, "ap-northeast-1" : { }, "ap-northeast-2" : { }, "ap-south-1" : { }, @@ -20925,6 +20926,7 @@ "eu-west-1" : { }, "eu-west-2" : { }, "eu-west-3" : { }, + "me-south-1" : { }, "sa-east-1" : { }, "us-east-1" : { }, "us-east-2" : { }, From 889bcb18befd6ff870a6eac7c1b8d6516e5067ff Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Wed, 25 Sep 2024 18:14:59 +0000 Subject: [PATCH 5/5] Bumping version to 1.35.27 --- .changes/1.35.27.json | 22 +++++++++++++++++++ .../api-change-cloudtrail-44066.json | 5 ----- .../next-release/api-change-ec2-94754.json | 5 ----- .../next-release/api-change-fsx-77997.json | 5 ----- .../api-change-worklink-80875.json | 5 ----- CHANGELOG.rst | 9 ++++++++ botocore/__init__.py | 2 +- docs/source/conf.py | 2 +- 8 files changed, 33 insertions(+), 22 deletions(-) create mode 100644 .changes/1.35.27.json delete mode 100644 .changes/next-release/api-change-cloudtrail-44066.json delete mode 100644 .changes/next-release/api-change-ec2-94754.json delete mode 100644 .changes/next-release/api-change-fsx-77997.json delete mode 100644 .changes/next-release/api-change-worklink-80875.json diff --git a/.changes/1.35.27.json b/.changes/1.35.27.json new file mode 100644 index 0000000000..0326c2924b --- /dev/null +++ b/.changes/1.35.27.json @@ -0,0 +1,22 @@ +[ + { + "category": "``cloudtrail``", + "description": "Doc-only update for CloudTrail network activity events release (in preview)", + "type": "api-change" + }, + { + "category": "``ec2``", + "description": "Updates to documentation for the transit gateway security group referencing feature.", + "type": "api-change" + }, + { + "category": "``fsx``", + "description": "Doc-only update to address Lustre S3 hard-coded names.", + "type": "api-change" + }, + { + "category": "``worklink``", + "description": "The worklink client has been removed following the deprecation of the service.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-cloudtrail-44066.json b/.changes/next-release/api-change-cloudtrail-44066.json deleted file mode 100644 index 8858f12e13..0000000000 --- a/.changes/next-release/api-change-cloudtrail-44066.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``cloudtrail``", - "description": "Doc-only update for CloudTrail network activity events release (in preview)" -} diff --git a/.changes/next-release/api-change-ec2-94754.json b/.changes/next-release/api-change-ec2-94754.json deleted file mode 100644 index 05c988a586..0000000000 --- a/.changes/next-release/api-change-ec2-94754.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ec2``", - "description": "Updates to documentation for the transit gateway security group referencing feature." -} diff --git a/.changes/next-release/api-change-fsx-77997.json b/.changes/next-release/api-change-fsx-77997.json deleted file mode 100644 index 8b5854791f..0000000000 --- a/.changes/next-release/api-change-fsx-77997.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``fsx``", - "description": "Doc-only update to address Lustre S3 hard-coded names." -} diff --git a/.changes/next-release/api-change-worklink-80875.json b/.changes/next-release/api-change-worklink-80875.json deleted file mode 100644 index 71d9771878..0000000000 --- a/.changes/next-release/api-change-worklink-80875.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``worklink``", - "description": "The worklink client has been removed following the deprecation of the service." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 84f4c44c6c..a0473493c2 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,15 @@ CHANGELOG ========= +1.35.27 +======= + +* api-change:``cloudtrail``: Doc-only update for CloudTrail network activity events release (in preview) +* api-change:``ec2``: Updates to documentation for the transit gateway security group referencing feature. +* api-change:``fsx``: Doc-only update to address Lustre S3 hard-coded names. +* api-change:``worklink``: The worklink client has been removed following the deprecation of the service. + + 1.35.26 ======= diff --git a/botocore/__init__.py b/botocore/__init__.py index 518d8aad91..596f11f407 100644 --- a/botocore/__init__.py +++ b/botocore/__init__.py @@ -16,7 +16,7 @@ import os import re -__version__ = '1.35.26' +__version__ = '1.35.27' class NullHandler(logging.Handler): diff --git a/docs/source/conf.py b/docs/source/conf.py index 87f881d7e4..e76f03f8c4 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -59,7 +59,7 @@ # The short X.Y version. version = '1.35.' # The full version, including alpha/beta/rc tags. -release = '1.35.26' +release = '1.35.27' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.