From f9470df1af9f2a59d3c30f691e593d0e4abbe9e2 Mon Sep 17 00:00:00 2001 From: Nate Prewitt Date: Thu, 14 Mar 2024 08:46:52 -0700 Subject: [PATCH 1/5] Move urllib3 2.x pin for Python 3.10+ (#3141) --- .changes/next-release/enhancement-urllib3-72501.json | 5 +++++ setup.cfg | 2 +- setup.py | 5 ++++- 3 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 .changes/next-release/enhancement-urllib3-72501.json diff --git a/.changes/next-release/enhancement-urllib3-72501.json b/.changes/next-release/enhancement-urllib3-72501.json new file mode 100644 index 0000000000..bd76986460 --- /dev/null +++ b/.changes/next-release/enhancement-urllib3-72501.json @@ -0,0 +1,5 @@ +{ + "type": "enhancement", + "category": "``urllib3``", + "description": "Added support for urllib3 2.2.1+ in Python 3.10+" +} diff --git a/setup.cfg b/setup.cfg index d660076be5..e02f848897 100644 --- a/setup.cfg +++ b/setup.cfg @@ -6,7 +6,7 @@ requires_dist = jmespath>=0.7.1,<2.0.0 python-dateutil>=2.1,<3.0.0 urllib3>=1.25.4,<1.27; python_version<"3.10" - urllib3>=1.25.4,<2.1; python_version>="3.10" + urllib3>=1.25.4,!=2.2.0,<3; python_version>="3.10" [options.extras_require] crt = awscrt==0.19.19 diff --git a/setup.py b/setup.py index 82cc63ed36..a9ca6130f5 100644 --- a/setup.py +++ b/setup.py @@ -25,8 +25,11 @@ def find_version(*file_paths): requires = [ 'jmespath>=0.7.1,<2.0.0', 'python-dateutil>=2.1,<3.0.0', + # Prior to Python 3.10, Python doesn't require openssl 1.1.1 + # but urllib3 2.0+ does. This means all botocore users will be + # broken by default on Amazon Linux 2 and AWS Lambda without this pin. 'urllib3>=1.25.4,<1.27 ; python_version < "3.10"', - 'urllib3>=1.25.4,<2.1 ; python_version >= "3.10"', + 'urllib3>=1.25.4,!=2.2.0,<3 ; python_version >= "3.10"', ] extras_require = { From a7ab46174b99ef7f831e00738c787e19452d6154 Mon Sep 17 00:00:00 2001 From: Nate Prewitt Date: Thu, 14 Mar 2024 09:29:32 -0700 Subject: [PATCH 2/5] Remove iot-roborunner client following the service deprecation (#3142) --- .../api-change-iotroborunner-62978.json | 5 + botocore/data/endpoints.json | 8 +- .../2018-05-10/endpoint-rule-set-1.json | 350 ---- .../2018-05-10/paginators-1.json | 28 - .../iot-roborunner/2018-05-10/service-2.json | 1407 ----------------- .../iot-roborunner/endpoint-tests-1.json | 314 ---- 6 files changed, 6 insertions(+), 2106 deletions(-) create mode 100644 .changes/next-release/api-change-iotroborunner-62978.json delete mode 100644 botocore/data/iot-roborunner/2018-05-10/endpoint-rule-set-1.json delete mode 100644 botocore/data/iot-roborunner/2018-05-10/paginators-1.json delete mode 100644 botocore/data/iot-roborunner/2018-05-10/service-2.json delete mode 100644 tests/functional/endpoint-rules/iot-roborunner/endpoint-tests-1.json diff --git a/.changes/next-release/api-change-iotroborunner-62978.json b/.changes/next-release/api-change-iotroborunner-62978.json new file mode 100644 index 0000000000..e2b96b4a26 --- /dev/null +++ b/.changes/next-release/api-change-iotroborunner-62978.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``iot-roborunner``", + "description": "The iot-roborunner client has been removed following the deprecation of the service." +} diff --git a/botocore/data/endpoints.json b/botocore/data/endpoints.json index 98b4b6aef5..6c695f7660 100644 --- a/botocore/data/endpoints.json +++ b/botocore/data/endpoints.json @@ -9486,12 +9486,6 @@ "us-east-1" : { } } }, - "iotroborunner" : { - "endpoints" : { - "eu-central-1" : { }, - "us-east-1" : { } - } - }, "iotsecuredtunneling" : { "defaults" : { "variants" : [ { @@ -27954,4 +27948,4 @@ "services" : { } } ], "version" : 3 -} \ No newline at end of file +} diff --git a/botocore/data/iot-roborunner/2018-05-10/endpoint-rule-set-1.json b/botocore/data/iot-roborunner/2018-05-10/endpoint-rule-set-1.json deleted file mode 100644 index fe51c5308e..0000000000 --- a/botocore/data/iot-roborunner/2018-05-10/endpoint-rule-set-1.json +++ /dev/null @@ -1,350 +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": [], - "type": "tree", - "rules": [ - { - "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": [], - "type": "tree", - "rules": [ - { - "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": [], - "type": "tree", - "rules": [ - { - "conditions": [], - "endpoint": { - "url": "https://iotroborunner-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": [], - "type": "tree", - "rules": [ - { - "conditions": [], - "endpoint": { - "url": "https://iotroborunner-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": [], - "type": "tree", - "rules": [ - { - "conditions": [], - "endpoint": { - "url": "https://iotroborunner.{Region}.{PartitionResult#dualStackDnsSuffix}", - "properties": {}, - "headers": {} - }, - "type": "endpoint" - } - ] - } - ] - }, - { - "conditions": [], - "error": "DualStack is enabled but this partition does not support DualStack", - "type": "error" - } - ] - }, - { - "conditions": [], - "type": "tree", - "rules": [ - { - "conditions": [], - "endpoint": { - "url": "https://iotroborunner.{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/iot-roborunner/2018-05-10/paginators-1.json b/botocore/data/iot-roborunner/2018-05-10/paginators-1.json deleted file mode 100644 index 6d1956a62b..0000000000 --- a/botocore/data/iot-roborunner/2018-05-10/paginators-1.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "pagination": { - "ListDestinations": { - "input_token": "nextToken", - "output_token": "nextToken", - "limit_key": "maxResults", - "result_key": "destinations" - }, - "ListSites": { - "input_token": "nextToken", - "output_token": "nextToken", - "limit_key": "maxResults", - "result_key": "sites" - }, - "ListWorkerFleets": { - "input_token": "nextToken", - "output_token": "nextToken", - "limit_key": "maxResults", - "result_key": "workerFleets" - }, - "ListWorkers": { - "input_token": "nextToken", - "output_token": "nextToken", - "limit_key": "maxResults", - "result_key": "workers" - } - } -} diff --git a/botocore/data/iot-roborunner/2018-05-10/service-2.json b/botocore/data/iot-roborunner/2018-05-10/service-2.json deleted file mode 100644 index dd42c75ef0..0000000000 --- a/botocore/data/iot-roborunner/2018-05-10/service-2.json +++ /dev/null @@ -1,1407 +0,0 @@ -{ - "version":"2.0", - "metadata":{ - "apiVersion":"2018-05-10", - "endpointPrefix":"iotroborunner", - "jsonVersion":"1.1", - "protocol":"rest-json", - "serviceFullName":"AWS IoT RoboRunner", - "serviceId":"IoT RoboRunner", - "signatureVersion":"v4", - "signingName":"iotroborunner", - "uid":"iot-roborunner-2018-05-10" - }, - "operations":{ - "CreateDestination":{ - "name":"CreateDestination", - "http":{ - "method":"POST", - "requestUri":"/createDestination", - "responseCode":200 - }, - "input":{"shape":"CreateDestinationRequest"}, - "output":{"shape":"CreateDestinationResponse"}, - "errors":[ - {"shape":"ConflictException"}, - {"shape":"AccessDeniedException"}, - {"shape":"ValidationException"}, - {"shape":"ResourceNotFoundException"}, - {"shape":"ThrottlingException"}, - {"shape":"InternalServerException"}, - {"shape":"ServiceQuotaExceededException"} - ], - "documentation":"

Grants permission to create a destination

", - "idempotent":true - }, - "CreateSite":{ - "name":"CreateSite", - "http":{ - "method":"POST", - "requestUri":"/createSite", - "responseCode":200 - }, - "input":{"shape":"CreateSiteRequest"}, - "output":{"shape":"CreateSiteResponse"}, - "errors":[ - {"shape":"ConflictException"}, - {"shape":"AccessDeniedException"}, - {"shape":"ValidationException"}, - {"shape":"ThrottlingException"}, - {"shape":"InternalServerException"}, - {"shape":"ServiceQuotaExceededException"} - ], - "documentation":"

Grants permission to create a site

", - "idempotent":true - }, - "CreateWorker":{ - "name":"CreateWorker", - "http":{ - "method":"POST", - "requestUri":"/createWorker", - "responseCode":200 - }, - "input":{"shape":"CreateWorkerRequest"}, - "output":{"shape":"CreateWorkerResponse"}, - "errors":[ - {"shape":"ConflictException"}, - {"shape":"AccessDeniedException"}, - {"shape":"ValidationException"}, - {"shape":"ResourceNotFoundException"}, - {"shape":"ThrottlingException"}, - {"shape":"InternalServerException"}, - {"shape":"ServiceQuotaExceededException"} - ], - "documentation":"

Grants permission to create a worker

", - "idempotent":true - }, - "CreateWorkerFleet":{ - "name":"CreateWorkerFleet", - "http":{ - "method":"POST", - "requestUri":"/createWorkerFleet", - "responseCode":200 - }, - "input":{"shape":"CreateWorkerFleetRequest"}, - "output":{"shape":"CreateWorkerFleetResponse"}, - "errors":[ - {"shape":"ConflictException"}, - {"shape":"AccessDeniedException"}, - {"shape":"ValidationException"}, - {"shape":"ResourceNotFoundException"}, - {"shape":"ThrottlingException"}, - {"shape":"InternalServerException"}, - {"shape":"ServiceQuotaExceededException"} - ], - "documentation":"

Grants permission to create a worker fleet

", - "idempotent":true - }, - "DeleteDestination":{ - "name":"DeleteDestination", - "http":{ - "method":"POST", - "requestUri":"/deleteDestination", - "responseCode":200 - }, - "input":{"shape":"DeleteDestinationRequest"}, - "output":{"shape":"DeleteDestinationResponse"}, - "errors":[ - {"shape":"ConflictException"}, - {"shape":"AccessDeniedException"}, - {"shape":"ValidationException"}, - {"shape":"ResourceNotFoundException"}, - {"shape":"ThrottlingException"}, - {"shape":"InternalServerException"} - ], - "documentation":"

Grants permission to delete a destination

" - }, - "DeleteSite":{ - "name":"DeleteSite", - "http":{ - "method":"POST", - "requestUri":"/deleteSite", - "responseCode":200 - }, - "input":{"shape":"DeleteSiteRequest"}, - "output":{"shape":"DeleteSiteResponse"}, - "errors":[ - {"shape":"ConflictException"}, - {"shape":"AccessDeniedException"}, - {"shape":"ValidationException"}, - {"shape":"ResourceNotFoundException"}, - {"shape":"ThrottlingException"}, - {"shape":"InternalServerException"} - ], - "documentation":"

Grants permission to delete a site

" - }, - "DeleteWorker":{ - "name":"DeleteWorker", - "http":{ - "method":"POST", - "requestUri":"/deleteWorker", - "responseCode":200 - }, - "input":{"shape":"DeleteWorkerRequest"}, - "output":{"shape":"DeleteWorkerResponse"}, - "errors":[ - {"shape":"ConflictException"}, - {"shape":"AccessDeniedException"}, - {"shape":"ValidationException"}, - {"shape":"ResourceNotFoundException"}, - {"shape":"ThrottlingException"}, - {"shape":"InternalServerException"} - ], - "documentation":"

Grants permission to delete a worker

" - }, - "DeleteWorkerFleet":{ - "name":"DeleteWorkerFleet", - "http":{ - "method":"POST", - "requestUri":"/deleteWorkerFleet", - "responseCode":200 - }, - "input":{"shape":"DeleteWorkerFleetRequest"}, - "output":{"shape":"DeleteWorkerFleetResponse"}, - "errors":[ - {"shape":"ConflictException"}, - {"shape":"AccessDeniedException"}, - {"shape":"ValidationException"}, - {"shape":"ResourceNotFoundException"}, - {"shape":"ThrottlingException"}, - {"shape":"InternalServerException"} - ], - "documentation":"

Grants permission to delete a worker fleet

" - }, - "GetDestination":{ - "name":"GetDestination", - "http":{ - "method":"GET", - "requestUri":"/getDestination", - "responseCode":200 - }, - "input":{"shape":"GetDestinationRequest"}, - "output":{"shape":"GetDestinationResponse"}, - "errors":[ - {"shape":"AccessDeniedException"}, - {"shape":"ValidationException"}, - {"shape":"ResourceNotFoundException"}, - {"shape":"ThrottlingException"}, - {"shape":"InternalServerException"} - ], - "documentation":"

Grants permission to get a destination

" - }, - "GetSite":{ - "name":"GetSite", - "http":{ - "method":"GET", - "requestUri":"/getSite", - "responseCode":200 - }, - "input":{"shape":"GetSiteRequest"}, - "output":{"shape":"GetSiteResponse"}, - "errors":[ - {"shape":"AccessDeniedException"}, - {"shape":"ValidationException"}, - {"shape":"ResourceNotFoundException"}, - {"shape":"ThrottlingException"}, - {"shape":"InternalServerException"} - ], - "documentation":"

Grants permission to get a site

" - }, - "GetWorker":{ - "name":"GetWorker", - "http":{ - "method":"GET", - "requestUri":"/getWorker", - "responseCode":200 - }, - "input":{"shape":"GetWorkerRequest"}, - "output":{"shape":"GetWorkerResponse"}, - "errors":[ - {"shape":"AccessDeniedException"}, - {"shape":"ValidationException"}, - {"shape":"ResourceNotFoundException"}, - {"shape":"ThrottlingException"}, - {"shape":"InternalServerException"} - ], - "documentation":"

Grants permission to get a worker

" - }, - "GetWorkerFleet":{ - "name":"GetWorkerFleet", - "http":{ - "method":"GET", - "requestUri":"/getWorkerFleet", - "responseCode":200 - }, - "input":{"shape":"GetWorkerFleetRequest"}, - "output":{"shape":"GetWorkerFleetResponse"}, - "errors":[ - {"shape":"AccessDeniedException"}, - {"shape":"ValidationException"}, - {"shape":"ResourceNotFoundException"}, - {"shape":"ThrottlingException"}, - {"shape":"InternalServerException"} - ], - "documentation":"

Grants permission to get a worker fleet

" - }, - "ListDestinations":{ - "name":"ListDestinations", - "http":{ - "method":"GET", - "requestUri":"/listDestinations", - "responseCode":200 - }, - "input":{"shape":"ListDestinationsRequest"}, - "output":{"shape":"ListDestinationsResponse"}, - "errors":[ - {"shape":"AccessDeniedException"}, - {"shape":"ValidationException"}, - {"shape":"ResourceNotFoundException"}, - {"shape":"ThrottlingException"}, - {"shape":"InternalServerException"} - ], - "documentation":"

Grants permission to list destinations

" - }, - "ListSites":{ - "name":"ListSites", - "http":{ - "method":"GET", - "requestUri":"/listSites", - "responseCode":200 - }, - "input":{"shape":"ListSitesRequest"}, - "output":{"shape":"ListSitesResponse"}, - "errors":[ - {"shape":"AccessDeniedException"}, - {"shape":"ValidationException"}, - {"shape":"ThrottlingException"}, - {"shape":"InternalServerException"} - ], - "documentation":"

Grants permission to list sites

" - }, - "ListWorkerFleets":{ - "name":"ListWorkerFleets", - "http":{ - "method":"GET", - "requestUri":"/listWorkerFleets", - "responseCode":200 - }, - "input":{"shape":"ListWorkerFleetsRequest"}, - "output":{"shape":"ListWorkerFleetsResponse"}, - "errors":[ - {"shape":"AccessDeniedException"}, - {"shape":"ValidationException"}, - {"shape":"ResourceNotFoundException"}, - {"shape":"ThrottlingException"}, - {"shape":"InternalServerException"} - ], - "documentation":"

Grants permission to list worker fleets

" - }, - "ListWorkers":{ - "name":"ListWorkers", - "http":{ - "method":"GET", - "requestUri":"/listWorkers", - "responseCode":200 - }, - "input":{"shape":"ListWorkersRequest"}, - "output":{"shape":"ListWorkersResponse"}, - "errors":[ - {"shape":"AccessDeniedException"}, - {"shape":"ValidationException"}, - {"shape":"ResourceNotFoundException"}, - {"shape":"ThrottlingException"}, - {"shape":"InternalServerException"} - ], - "documentation":"

Grants permission to list workers

" - }, - "UpdateDestination":{ - "name":"UpdateDestination", - "http":{ - "method":"POST", - "requestUri":"/updateDestination", - "responseCode":200 - }, - "input":{"shape":"UpdateDestinationRequest"}, - "output":{"shape":"UpdateDestinationResponse"}, - "errors":[ - {"shape":"AccessDeniedException"}, - {"shape":"ValidationException"}, - {"shape":"ResourceNotFoundException"}, - {"shape":"ThrottlingException"}, - {"shape":"InternalServerException"} - ], - "documentation":"

Grants permission to update a destination

" - }, - "UpdateSite":{ - "name":"UpdateSite", - "http":{ - "method":"POST", - "requestUri":"/updateSite", - "responseCode":200 - }, - "input":{"shape":"UpdateSiteRequest"}, - "output":{"shape":"UpdateSiteResponse"}, - "errors":[ - {"shape":"AccessDeniedException"}, - {"shape":"ValidationException"}, - {"shape":"ResourceNotFoundException"}, - {"shape":"ThrottlingException"}, - {"shape":"InternalServerException"} - ], - "documentation":"

Grants permission to update a site

" - }, - "UpdateWorker":{ - "name":"UpdateWorker", - "http":{ - "method":"POST", - "requestUri":"/updateWorker", - "responseCode":200 - }, - "input":{"shape":"UpdateWorkerRequest"}, - "output":{"shape":"UpdateWorkerResponse"}, - "errors":[ - {"shape":"AccessDeniedException"}, - {"shape":"ValidationException"}, - {"shape":"ResourceNotFoundException"}, - {"shape":"ThrottlingException"}, - {"shape":"InternalServerException"} - ], - "documentation":"

Grants permission to update a worker

" - }, - "UpdateWorkerFleet":{ - "name":"UpdateWorkerFleet", - "http":{ - "method":"POST", - "requestUri":"/updateWorkerFleet", - "responseCode":200 - }, - "input":{"shape":"UpdateWorkerFleetRequest"}, - "output":{"shape":"UpdateWorkerFleetResponse"}, - "errors":[ - {"shape":"AccessDeniedException"}, - {"shape":"ValidationException"}, - {"shape":"ResourceNotFoundException"}, - {"shape":"ThrottlingException"}, - {"shape":"InternalServerException"} - ], - "documentation":"

Grants permission to update a worker fleet

" - } - }, - "shapes":{ - "AccessDeniedException":{ - "type":"structure", - "members":{ - "message":{"shape":"String"} - }, - "documentation":"

User does not have sufficient access to perform this action.

", - "error":{ - "httpStatusCode":403, - "senderFault":true - }, - "exception":true, - "retryable":{"throttling":false} - }, - "CartesianCoordinates":{ - "type":"structure", - "required":[ - "x", - "y" - ], - "members":{ - "x":{ - "shape":"Double", - "documentation":"

X coordinate.

" - }, - "y":{ - "shape":"Double", - "documentation":"

Y coordinate.

" - }, - "z":{ - "shape":"Double", - "documentation":"

Z coordinate.

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

Cartesian coordinates in 3D space relative to the RoboRunner origin.

" - }, - "ConflictException":{ - "type":"structure", - "members":{ - "message":{"shape":"String"} - }, - "documentation":"

Exception thrown if a resource in a create request already exists.

", - "error":{ - "httpStatusCode":409, - "senderFault":true - }, - "exception":true - }, - "CreateDestinationRequest":{ - "type":"structure", - "required":[ - "name", - "site" - ], - "members":{ - "clientToken":{ - "shape":"IdempotencyToken", - "idempotencyToken":true - }, - "name":{"shape":"Name"}, - "site":{"shape":"SiteGenericIdentifier"}, - "state":{ - "shape":"DestinationState", - "documentation":"

The state of the destination. Default used if not specified.

" - }, - "additionalFixedProperties":{"shape":"DestinationAdditionalFixedProperties"} - } - }, - "CreateDestinationResponse":{ - "type":"structure", - "required":[ - "arn", - "id", - "createdAt", - "updatedAt", - "state" - ], - "members":{ - "arn":{"shape":"DestinationArn"}, - "id":{"shape":"DestinationId"}, - "createdAt":{"shape":"CreatedAtTimestamp"}, - "updatedAt":{"shape":"UpdatedAtTimestamp"}, - "state":{"shape":"DestinationState"} - } - }, - "CreateSiteRequest":{ - "type":"structure", - "required":[ - "name", - "countryCode" - ], - "members":{ - "clientToken":{ - "shape":"IdempotencyToken", - "idempotencyToken":true - }, - "name":{"shape":"Name"}, - "countryCode":{"shape":"SiteCountryCode"}, - "description":{"shape":"SiteDescription"} - } - }, - "CreateSiteResponse":{ - "type":"structure", - "required":[ - "arn", - "id", - "createdAt", - "updatedAt" - ], - "members":{ - "arn":{"shape":"SiteArn"}, - "id":{"shape":"SiteId"}, - "createdAt":{"shape":"CreatedAtTimestamp"}, - "updatedAt":{"shape":"UpdatedAtTimestamp"} - } - }, - "CreateWorkerFleetRequest":{ - "type":"structure", - "required":[ - "name", - "site" - ], - "members":{ - "clientToken":{ - "shape":"IdempotencyToken", - "idempotencyToken":true - }, - "name":{"shape":"Name"}, - "site":{"shape":"SiteGenericIdentifier"}, - "additionalFixedProperties":{"shape":"WorkerFleetAdditionalFixedProperties"} - } - }, - "CreateWorkerFleetResponse":{ - "type":"structure", - "required":[ - "arn", - "id", - "createdAt", - "updatedAt" - ], - "members":{ - "arn":{"shape":"WorkerFleetArn"}, - "id":{"shape":"WorkerFleetId"}, - "createdAt":{"shape":"CreatedAtTimestamp"}, - "updatedAt":{"shape":"UpdatedAtTimestamp"} - } - }, - "CreateWorkerRequest":{ - "type":"structure", - "required":[ - "name", - "fleet" - ], - "members":{ - "clientToken":{ - "shape":"IdempotencyToken", - "idempotencyToken":true - }, - "name":{"shape":"Name"}, - "fleet":{"shape":"WorkerFleetGenericIdentifier"}, - "additionalTransientProperties":{"shape":"WorkerAdditionalTransientPropertiesJson"}, - "additionalFixedProperties":{"shape":"WorkerAdditionalFixedPropertiesJson"}, - "vendorProperties":{"shape":"VendorProperties"}, - "position":{"shape":"PositionCoordinates"}, - "orientation":{"shape":"Orientation"} - } - }, - "CreateWorkerResponse":{ - "type":"structure", - "required":[ - "arn", - "id", - "createdAt", - "updatedAt", - "site" - ], - "members":{ - "arn":{"shape":"WorkerArn"}, - "id":{"shape":"WorkerId"}, - "createdAt":{"shape":"CreatedAtTimestamp"}, - "updatedAt":{"shape":"UpdatedAtTimestamp"}, - "site":{"shape":"SiteArn"} - } - }, - "CreatedAtTimestamp":{ - "type":"timestamp", - "documentation":"

Timestamp at which the resource was created.

" - }, - "DeleteDestinationRequest":{ - "type":"structure", - "required":["id"], - "members":{ - "id":{"shape":"DestinationGenericIdentifier"} - } - }, - "DeleteDestinationResponse":{ - "type":"structure", - "members":{ - } - }, - "DeleteSiteRequest":{ - "type":"structure", - "required":["id"], - "members":{ - "id":{"shape":"SiteGenericIdentifier"} - } - }, - "DeleteSiteResponse":{ - "type":"structure", - "members":{ - } - }, - "DeleteWorkerFleetRequest":{ - "type":"structure", - "required":["id"], - "members":{ - "id":{"shape":"WorkerFleetGenericIdentifier"} - } - }, - "DeleteWorkerFleetResponse":{ - "type":"structure", - "members":{ - } - }, - "DeleteWorkerRequest":{ - "type":"structure", - "required":["id"], - "members":{ - "id":{"shape":"WorkerGenericIdentifier"} - } - }, - "DeleteWorkerResponse":{ - "type":"structure", - "members":{ - } - }, - "Destination":{ - "type":"structure", - "required":[ - "arn", - "id", - "name", - "site", - "createdAt", - "updatedAt", - "state" - ], - "members":{ - "arn":{"shape":"DestinationArn"}, - "id":{"shape":"DestinationId"}, - "name":{"shape":"Name"}, - "site":{"shape":"SiteArn"}, - "createdAt":{"shape":"CreatedAtTimestamp"}, - "updatedAt":{"shape":"UpdatedAtTimestamp"}, - "state":{"shape":"DestinationState"}, - "additionalFixedProperties":{"shape":"DestinationAdditionalFixedProperties"} - }, - "documentation":"

Area within a facility where work can be performed.

" - }, - "DestinationAdditionalFixedProperties":{ - "type":"string", - "documentation":"

JSON document containing additional fixed properties regarding the destination

", - "max":131072, - "min":1 - }, - "DestinationArn":{ - "type":"string", - "documentation":"

Destination ARN.

", - "max":1011, - "min":1, - "pattern":"arn:aws:iotroborunner:[\\w-]+:\\w+:destination/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$|^arn:aws:iotroborunner:[\\w-]+:\\w+:site/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}/destination/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}" - }, - "DestinationGenericIdentifier":{ - "type":"string", - "documentation":"

Destination ARN.

", - "max":1011, - "min":1, - "pattern":"arn:aws:iotroborunner:[\\w-]+:\\w+:destination/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$|^arn:aws:iotroborunner:[\\w-]+:\\w+:site/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}/destination/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}" - }, - "DestinationId":{ - "type":"string", - "documentation":"

Filters access by the destination's identifier

", - "max":255, - "min":1 - }, - "DestinationState":{ - "type":"string", - "documentation":"

State of the destination.

", - "enum":[ - "ENABLED", - "DISABLED", - "DECOMMISSIONED" - ] - }, - "Destinations":{ - "type":"list", - "member":{"shape":"Destination"}, - "documentation":"

List of destinations.

" - }, - "Double":{ - "type":"double", - "box":true - }, - "GetDestinationRequest":{ - "type":"structure", - "required":["id"], - "members":{ - "id":{ - "shape":"DestinationGenericIdentifier", - "location":"querystring", - "locationName":"id" - } - } - }, - "GetDestinationResponse":{ - "type":"structure", - "required":[ - "arn", - "id", - "name", - "site", - "createdAt", - "updatedAt", - "state" - ], - "members":{ - "arn":{"shape":"DestinationArn"}, - "id":{"shape":"DestinationId"}, - "name":{"shape":"Name"}, - "site":{"shape":"SiteArn"}, - "createdAt":{"shape":"CreatedAtTimestamp"}, - "updatedAt":{"shape":"UpdatedAtTimestamp"}, - "state":{"shape":"DestinationState"}, - "additionalFixedProperties":{"shape":"DestinationAdditionalFixedProperties"} - } - }, - "GetSiteRequest":{ - "type":"structure", - "required":["id"], - "members":{ - "id":{ - "shape":"SiteGenericIdentifier", - "location":"querystring", - "locationName":"id" - } - } - }, - "GetSiteResponse":{ - "type":"structure", - "required":[ - "arn", - "id", - "name", - "countryCode", - "createdAt", - "updatedAt" - ], - "members":{ - "arn":{"shape":"SiteArn"}, - "id":{"shape":"SiteId"}, - "name":{"shape":"Name"}, - "countryCode":{"shape":"SiteCountryCode"}, - "description":{"shape":"SiteDescription"}, - "createdAt":{"shape":"CreatedAtTimestamp"}, - "updatedAt":{"shape":"UpdatedAtTimestamp"} - } - }, - "GetWorkerFleetRequest":{ - "type":"structure", - "required":["id"], - "members":{ - "id":{ - "shape":"WorkerFleetGenericIdentifier", - "location":"querystring", - "locationName":"id" - } - } - }, - "GetWorkerFleetResponse":{ - "type":"structure", - "required":[ - "id", - "arn", - "name", - "site", - "createdAt", - "updatedAt" - ], - "members":{ - "id":{"shape":"WorkerFleetId"}, - "arn":{"shape":"WorkerFleetArn"}, - "name":{"shape":"Name"}, - "site":{"shape":"SiteArn"}, - "createdAt":{"shape":"CreatedAtTimestamp"}, - "updatedAt":{"shape":"UpdatedAtTimestamp"}, - "additionalFixedProperties":{"shape":"WorkerFleetAdditionalFixedProperties"} - } - }, - "GetWorkerRequest":{ - "type":"structure", - "required":["id"], - "members":{ - "id":{ - "shape":"WorkerGenericIdentifier", - "location":"querystring", - "locationName":"id" - } - } - }, - "GetWorkerResponse":{ - "type":"structure", - "required":[ - "arn", - "id", - "fleet", - "site", - "createdAt", - "updatedAt", - "name" - ], - "members":{ - "arn":{"shape":"WorkerArn"}, - "id":{"shape":"WorkerId"}, - "fleet":{"shape":"WorkerFleetArn"}, - "site":{"shape":"SiteArn"}, - "createdAt":{"shape":"CreatedAtTimestamp"}, - "updatedAt":{"shape":"UpdatedAtTimestamp"}, - "name":{"shape":"Name"}, - "additionalTransientProperties":{"shape":"WorkerAdditionalTransientPropertiesJson"}, - "additionalFixedProperties":{"shape":"WorkerAdditionalFixedPropertiesJson"}, - "vendorProperties":{"shape":"VendorProperties"}, - "position":{"shape":"PositionCoordinates"}, - "orientation":{"shape":"Orientation"} - } - }, - "IdempotencyToken":{ - "type":"string", - "documentation":"

Token used for detecting replayed requests. Replayed requests will not be performed multiple times.

", - "max":64, - "min":1, - "pattern":"[!-~]*" - }, - "InternalServerException":{ - "type":"structure", - "members":{ - "message":{"shape":"String"} - }, - "documentation":"

Exception thrown if something goes wrong within the service.

", - "error":{"httpStatusCode":500}, - "exception":true, - "fault":true - }, - "ListDestinationsRequest":{ - "type":"structure", - "required":["site"], - "members":{ - "site":{ - "shape":"SiteGenericIdentifier", - "location":"querystring", - "locationName":"site" - }, - "maxResults":{ - "shape":"PageSize", - "location":"querystring", - "locationName":"maxResults" - }, - "nextToken":{ - "shape":"PaginationToken", - "location":"querystring", - "locationName":"nextToken" - }, - "state":{ - "shape":"DestinationState", - "location":"querystring", - "locationName":"state" - } - } - }, - "ListDestinationsResponse":{ - "type":"structure", - "members":{ - "nextToken":{"shape":"PaginationToken"}, - "destinations":{"shape":"Destinations"} - } - }, - "ListSitesPageSize":{ - "type":"integer", - "documentation":"

Maximum number of results to retrieve in a single ListSites call.

", - "box":true, - "max":25, - "min":1 - }, - "ListSitesRequest":{ - "type":"structure", - "members":{ - "maxResults":{ - "shape":"ListSitesPageSize", - "location":"querystring", - "locationName":"maxResults" - }, - "nextToken":{ - "shape":"PaginationToken", - "location":"querystring", - "locationName":"nextToken" - } - } - }, - "ListSitesResponse":{ - "type":"structure", - "members":{ - "nextToken":{"shape":"PaginationToken"}, - "sites":{"shape":"Sites"} - } - }, - "ListWorkerFleetsPageSize":{ - "type":"integer", - "documentation":"

Maximum number of results to retrieve in a single ListWorkerFleets call.

", - "box":true, - "max":25, - "min":1 - }, - "ListWorkerFleetsRequest":{ - "type":"structure", - "required":["site"], - "members":{ - "site":{ - "shape":"SiteGenericIdentifier", - "location":"querystring", - "locationName":"site" - }, - "maxResults":{ - "shape":"ListWorkerFleetsPageSize", - "location":"querystring", - "locationName":"maxResults" - }, - "nextToken":{ - "shape":"PaginationToken", - "location":"querystring", - "locationName":"nextToken" - } - } - }, - "ListWorkerFleetsResponse":{ - "type":"structure", - "members":{ - "nextToken":{"shape":"PaginationToken"}, - "workerFleets":{"shape":"WorkerFleets"} - } - }, - "ListWorkersPageSize":{ - "type":"integer", - "documentation":"

Maximum number of results to retrieve in a single ListWorkers call.

", - "box":true, - "max":25, - "min":1 - }, - "ListWorkersRequest":{ - "type":"structure", - "required":["site"], - "members":{ - "site":{ - "shape":"SiteGenericIdentifier", - "location":"querystring", - "locationName":"site" - }, - "maxResults":{ - "shape":"ListWorkersPageSize", - "location":"querystring", - "locationName":"maxResults" - }, - "nextToken":{ - "shape":"PaginationToken", - "location":"querystring", - "locationName":"nextToken" - }, - "fleet":{ - "shape":"WorkerFleetGenericIdentifier", - "location":"querystring", - "locationName":"fleet" - } - } - }, - "ListWorkersResponse":{ - "type":"structure", - "members":{ - "nextToken":{"shape":"PaginationToken"}, - "workers":{"shape":"Workers"} - } - }, - "Name":{ - "type":"string", - "documentation":"

Human friendly name of the resource.

", - "max":255, - "min":1 - }, - "Orientation":{ - "type":"structure", - "members":{ - "degrees":{ - "shape":"OrientationDegreesDouble", - "documentation":"

Degrees, limited on [0, 360)

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

Worker orientation measured in units clockwise from north.

", - "union":true - }, - "OrientationDegreesDouble":{ - "type":"double", - "box":true, - "max":360, - "min":0 - }, - "PageSize":{ - "type":"integer", - "documentation":"

Maximum number of results to retrieve in a single call.

", - "box":true, - "max":1000, - "min":1 - }, - "PaginationToken":{ - "type":"string", - "documentation":"

Pagination token returned when another page of data exists. Provide it in your next call to the API to receive the next page.

", - "max":2048, - "min":1, - "pattern":".*[a-zA-Z0-9_.-/+=]*.*" - }, - "PositionCoordinates":{ - "type":"structure", - "members":{ - "cartesianCoordinates":{ - "shape":"CartesianCoordinates", - "documentation":"

Cartesian coordinates.

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

Supported coordinates for worker position.

", - "union":true - }, - "ResourceNotFoundException":{ - "type":"structure", - "members":{ - "message":{"shape":"String"} - }, - "documentation":"

Exception thrown if a resource referenced in the request doesn't exist.

", - "error":{ - "httpStatusCode":404, - "senderFault":true - }, - "exception":true - }, - "ServiceQuotaExceededException":{ - "type":"structure", - "members":{ - "message":{"shape":"String"} - }, - "documentation":"

Exception thrown if the user's AWS account has reached a service limit and the operation cannot proceed.

", - "error":{ - "httpStatusCode":402, - "senderFault":true - }, - "exception":true, - "retryable":{"throttling":false} - }, - "Site":{ - "type":"structure", - "required":[ - "arn", - "name", - "countryCode", - "createdAt" - ], - "members":{ - "arn":{"shape":"SiteArn"}, - "name":{ - "shape":"Name", - "documentation":"

The name of the site. Mutable after creation and unique within a given account.

" - }, - "countryCode":{"shape":"SiteCountryCode"}, - "createdAt":{"shape":"CreatedAtTimestamp"} - }, - "documentation":"

Facility containing destinations, workers, activities, and tasks.

" - }, - "SiteArn":{ - "type":"string", - "documentation":"

Site ARN.

", - "max":1011, - "min":1, - "pattern":"arn:aws:iotroborunner:[\\w-]+:\\w+:site/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}" - }, - "SiteCountryCode":{ - "type":"string", - "documentation":"

A valid ISO 3166-1 alpha-2 code for the country in which the site resides. e.g., US.

", - "max":2, - "min":2, - "pattern":"[a-zA-Z]{2}" - }, - "SiteDescription":{ - "type":"string", - "documentation":"

A high-level description of the site.

", - "max":140, - "min":0 - }, - "SiteGenericIdentifier":{ - "type":"string", - "documentation":"

Site ARN.

", - "max":1011, - "min":1, - "pattern":"arn:aws:iotroborunner:[\\w-]+:\\w+:site/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}" - }, - "SiteId":{ - "type":"string", - "documentation":"

Filters access by the site's identifier

", - "max":255, - "min":1 - }, - "Sites":{ - "type":"list", - "member":{"shape":"Site"}, - "documentation":"

List of facilities.

" - }, - "String":{"type":"string"}, - "ThrottlingException":{ - "type":"structure", - "members":{ - "message":{"shape":"String"} - }, - "documentation":"

Exception thrown if the api has been called too quickly be the client.

", - "error":{ - "httpStatusCode":429, - "senderFault":true - }, - "exception":true, - "retryable":{"throttling":true} - }, - "UpdateDestinationRequest":{ - "type":"structure", - "required":["id"], - "members":{ - "id":{"shape":"DestinationGenericIdentifier"}, - "name":{"shape":"Name"}, - "state":{"shape":"DestinationState"}, - "additionalFixedProperties":{"shape":"DestinationAdditionalFixedProperties"} - } - }, - "UpdateDestinationResponse":{ - "type":"structure", - "required":[ - "arn", - "id", - "name", - "updatedAt", - "state" - ], - "members":{ - "arn":{"shape":"DestinationArn"}, - "id":{"shape":"DestinationId"}, - "name":{"shape":"Name"}, - "updatedAt":{"shape":"UpdatedAtTimestamp"}, - "state":{"shape":"DestinationState"}, - "additionalFixedProperties":{"shape":"DestinationAdditionalFixedProperties"} - } - }, - "UpdateSiteRequest":{ - "type":"structure", - "required":["id"], - "members":{ - "id":{"shape":"SiteGenericIdentifier"}, - "name":{"shape":"Name"}, - "countryCode":{"shape":"SiteCountryCode"}, - "description":{"shape":"SiteDescription"} - } - }, - "UpdateSiteResponse":{ - "type":"structure", - "required":[ - "arn", - "id", - "name", - "updatedAt" - ], - "members":{ - "arn":{"shape":"SiteArn"}, - "id":{"shape":"SiteId"}, - "name":{"shape":"Name"}, - "countryCode":{"shape":"SiteCountryCode"}, - "description":{"shape":"SiteDescription"}, - "updatedAt":{"shape":"UpdatedAtTimestamp"} - } - }, - "UpdateWorkerFleetRequest":{ - "type":"structure", - "required":["id"], - "members":{ - "id":{"shape":"WorkerFleetGenericIdentifier"}, - "name":{"shape":"Name"}, - "additionalFixedProperties":{"shape":"WorkerFleetAdditionalFixedProperties"} - } - }, - "UpdateWorkerFleetResponse":{ - "type":"structure", - "required":[ - "arn", - "id", - "name", - "updatedAt" - ], - "members":{ - "arn":{"shape":"WorkerFleetArn"}, - "id":{"shape":"WorkerFleetId"}, - "name":{"shape":"Name"}, - "updatedAt":{"shape":"UpdatedAtTimestamp"}, - "additionalFixedProperties":{"shape":"WorkerFleetAdditionalFixedProperties"} - } - }, - "UpdateWorkerRequest":{ - "type":"structure", - "required":["id"], - "members":{ - "id":{"shape":"WorkerGenericIdentifier"}, - "name":{"shape":"Name"}, - "additionalTransientProperties":{"shape":"WorkerAdditionalTransientPropertiesJson"}, - "additionalFixedProperties":{"shape":"WorkerAdditionalFixedPropertiesJson"}, - "vendorProperties":{"shape":"VendorProperties"}, - "position":{"shape":"PositionCoordinates"}, - "orientation":{"shape":"Orientation"} - } - }, - "UpdateWorkerResponse":{ - "type":"structure", - "required":[ - "arn", - "id", - "fleet", - "updatedAt", - "name" - ], - "members":{ - "arn":{"shape":"WorkerArn"}, - "id":{"shape":"WorkerId"}, - "fleet":{"shape":"WorkerFleetArn"}, - "updatedAt":{"shape":"UpdatedAtTimestamp"}, - "name":{"shape":"Name"}, - "additionalTransientProperties":{"shape":"WorkerAdditionalTransientPropertiesJson"}, - "additionalFixedProperties":{"shape":"WorkerAdditionalFixedPropertiesJson"}, - "orientation":{"shape":"Orientation"}, - "vendorProperties":{"shape":"VendorProperties"}, - "position":{"shape":"PositionCoordinates"} - } - }, - "UpdatedAtTimestamp":{ - "type":"timestamp", - "documentation":"

Timestamp at which the resource was last updated.

" - }, - "ValidationException":{ - "type":"structure", - "members":{ - "message":{"shape":"String"} - }, - "documentation":"

Exception thrown if an invalid parameter is provided to an API.

", - "error":{ - "httpStatusCode":400, - "senderFault":true - }, - "exception":true - }, - "VendorAdditionalFixedPropertiesJson":{ - "type":"string", - "documentation":"

JSON blob containing unstructured vendor properties that are fixed and won't change during regular operation.

", - "max":131072, - "min":1 - }, - "VendorAdditionalTransientPropertiesJson":{ - "type":"string", - "documentation":"

JSON blob containing unstructured vendor properties that are transient and may change during regular operation.

", - "max":131072, - "min":1 - }, - "VendorProperties":{ - "type":"structure", - "required":["vendorWorkerId"], - "members":{ - "vendorWorkerId":{"shape":"VendorWorkerId"}, - "vendorWorkerIpAddress":{"shape":"VendorWorkerIpAddress"}, - "vendorAdditionalTransientProperties":{"shape":"VendorAdditionalTransientPropertiesJson"}, - "vendorAdditionalFixedProperties":{"shape":"VendorAdditionalFixedPropertiesJson"} - }, - "documentation":"

Properties of the worker that are provided by the vendor FMS.

" - }, - "VendorWorkerId":{ - "type":"string", - "documentation":"

The worker ID defined by the vendor FMS.

", - "max":255, - "min":1 - }, - "VendorWorkerIpAddress":{ - "type":"string", - "documentation":"

The worker IP address defined by the vendor FMS.

", - "max":45, - "min":1 - }, - "Worker":{ - "type":"structure", - "required":[ - "arn", - "id", - "fleet", - "createdAt", - "updatedAt", - "name", - "site" - ], - "members":{ - "arn":{"shape":"WorkerArn"}, - "id":{"shape":"WorkerId"}, - "fleet":{"shape":"WorkerFleetArn"}, - "createdAt":{"shape":"CreatedAtTimestamp"}, - "updatedAt":{"shape":"UpdatedAtTimestamp"}, - "name":{"shape":"Name"}, - "site":{"shape":"SiteArn"}, - "additionalTransientProperties":{"shape":"WorkerAdditionalTransientPropertiesJson"}, - "additionalFixedProperties":{"shape":"WorkerAdditionalFixedPropertiesJson"}, - "vendorProperties":{"shape":"VendorProperties"}, - "position":{"shape":"PositionCoordinates"}, - "orientation":{"shape":"Orientation"} - }, - "documentation":"

A unit capable of performing tasks.

" - }, - "WorkerAdditionalFixedPropertiesJson":{ - "type":"string", - "documentation":"

JSON blob containing unstructured worker properties that are fixed and won't change during regular operation.

", - "max":131072, - "min":1 - }, - "WorkerAdditionalTransientPropertiesJson":{ - "type":"string", - "documentation":"

JSON blob containing unstructured worker properties that are transient and may change during regular operation.

", - "max":131072, - "min":1 - }, - "WorkerArn":{ - "type":"string", - "documentation":"

Full ARN of the worker.

", - "max":1011, - "min":1, - "pattern":"arn:aws:iotroborunner:[\\w-]+:\\w+:site/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}/worker-fleet/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}/worker/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}" - }, - "WorkerFleet":{ - "type":"structure", - "required":[ - "arn", - "id", - "name", - "site", - "createdAt", - "updatedAt" - ], - "members":{ - "arn":{"shape":"WorkerFleetArn"}, - "id":{"shape":"WorkerFleetId"}, - "name":{"shape":"Name"}, - "site":{"shape":"SiteArn"}, - "createdAt":{"shape":"CreatedAtTimestamp"}, - "updatedAt":{"shape":"UpdatedAtTimestamp"}, - "additionalFixedProperties":{"shape":"WorkerFleetAdditionalFixedProperties"} - }, - "documentation":"

A collection of workers organized within a facility.

" - }, - "WorkerFleetAdditionalFixedProperties":{ - "type":"string", - "documentation":"

JSON blob containing additional fixed properties regarding the worker fleet

", - "max":131072, - "min":1 - }, - "WorkerFleetArn":{ - "type":"string", - "documentation":"

Full ARN of the worker fleet.

", - "max":1011, - "min":1, - "pattern":"arn:aws:iotroborunner:[\\w-]+:\\w+:site/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}/worker-fleet/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}" - }, - "WorkerFleetGenericIdentifier":{ - "type":"string", - "documentation":"

Full ARN of the worker fleet.

", - "max":1011, - "min":1, - "pattern":"arn:aws:iotroborunner:[\\w-]+:\\w+:site/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}/worker-fleet/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}" - }, - "WorkerFleetId":{ - "type":"string", - "documentation":"

Filters access by the worker fleet's identifier

", - "max":255, - "min":1 - }, - "WorkerFleets":{ - "type":"list", - "member":{"shape":"WorkerFleet"}, - "documentation":"

List of worker fleets.

" - }, - "WorkerGenericIdentifier":{ - "type":"string", - "documentation":"

Full ARN of the worker.

", - "max":1011, - "min":1, - "pattern":"arn:aws:iotroborunner:[\\w-]+:\\w+:site/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}/worker-fleet/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}/worker/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}" - }, - "WorkerId":{ - "type":"string", - "documentation":"

Filters access by the workers identifier

", - "max":255, - "min":1 - }, - "Workers":{ - "type":"list", - "member":{"shape":"Worker"}, - "documentation":"

List of workers.

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

An example service, deployed with the Octane Service creator, which will echo the string

" -} diff --git a/tests/functional/endpoint-rules/iot-roborunner/endpoint-tests-1.json b/tests/functional/endpoint-rules/iot-roborunner/endpoint-tests-1.json deleted file mode 100644 index 1d0ec1dc4e..0000000000 --- a/tests/functional/endpoint-rules/iot-roborunner/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://iotroborunner-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://iotroborunner-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://iotroborunner.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://iotroborunner.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://iotroborunner-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://iotroborunner-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://iotroborunner.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://iotroborunner.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://iotroborunner-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://iotroborunner-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://iotroborunner.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://iotroborunner.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://iotroborunner-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://iotroborunner.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://iotroborunner-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://iotroborunner.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 5909601773768f8842b80a5275775600ba8ec80b Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Thu, 14 Mar 2024 18:06:06 +0000 Subject: [PATCH 3/5] Update to latest models --- .../api-change-amplify-29485.json | 5 + .../api-change-ec2instanceconnect-62662.json | 5 + .../next-release/api-change-elbv2-18902.json | 5 + .../next-release/api-change-fis-40494.json | 5 + .../next-release/api-change-rds-17813.json | 5 + .../api-change-secretsmanager-7601.json | 5 + .../api-change-timestreaminfluxdb-74528.json | 5 + .../data/amplify/2017-07-25/service-2.json | 8 +- .../2018-04-02/endpoint-rule-set-1.json | 40 +- .../2018-04-02/service-2.json | 15 +- botocore/data/elbv2/2015-12-01/service-2.json | 2 +- botocore/data/fis/2020-12-01/service-2.json | 91 +- botocore/data/rds/2014-10-31/service-2.json | 4 +- .../secretsmanager/2017-10-17/service-2.json | 6 +- .../2023-01-27/endpoint-rule-set-1.json | 350 +++++ .../2023-01-27/paginators-1.json | 16 + .../2023-01-27/service-2.json | 1317 +++++++++++++++++ .../timestream-influxdb/endpoint-tests-1.json | 314 ++++ 18 files changed, 2149 insertions(+), 49 deletions(-) create mode 100644 .changes/next-release/api-change-amplify-29485.json create mode 100644 .changes/next-release/api-change-ec2instanceconnect-62662.json create mode 100644 .changes/next-release/api-change-elbv2-18902.json create mode 100644 .changes/next-release/api-change-fis-40494.json create mode 100644 .changes/next-release/api-change-rds-17813.json create mode 100644 .changes/next-release/api-change-secretsmanager-7601.json create mode 100644 .changes/next-release/api-change-timestreaminfluxdb-74528.json create mode 100644 botocore/data/timestream-influxdb/2023-01-27/endpoint-rule-set-1.json create mode 100644 botocore/data/timestream-influxdb/2023-01-27/paginators-1.json create mode 100644 botocore/data/timestream-influxdb/2023-01-27/service-2.json create mode 100644 tests/functional/endpoint-rules/timestream-influxdb/endpoint-tests-1.json diff --git a/.changes/next-release/api-change-amplify-29485.json b/.changes/next-release/api-change-amplify-29485.json new file mode 100644 index 0000000000..86e83c10be --- /dev/null +++ b/.changes/next-release/api-change-amplify-29485.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``amplify``", + "description": "Documentation updates for Amplify. Identifies the APIs available only to apps created using Amplify Gen 1." +} diff --git a/.changes/next-release/api-change-ec2instanceconnect-62662.json b/.changes/next-release/api-change-ec2instanceconnect-62662.json new file mode 100644 index 0000000000..1f91e56ccd --- /dev/null +++ b/.changes/next-release/api-change-ec2instanceconnect-62662.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``ec2-instance-connect``", + "description": "This release includes a new exception type \"SerialConsoleSessionUnsupportedException\" for SendSerialConsoleSSHPublicKey API." +} diff --git a/.changes/next-release/api-change-elbv2-18902.json b/.changes/next-release/api-change-elbv2-18902.json new file mode 100644 index 0000000000..1f0d59e3b3 --- /dev/null +++ b/.changes/next-release/api-change-elbv2-18902.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``elbv2``", + "description": "This release allows you to configure HTTP client keep-alive duration for communication between clients and Application Load Balancers." +} diff --git a/.changes/next-release/api-change-fis-40494.json b/.changes/next-release/api-change-fis-40494.json new file mode 100644 index 0000000000..2197af022a --- /dev/null +++ b/.changes/next-release/api-change-fis-40494.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``fis``", + "description": "This release adds support for previewing target resources before running a FIS experiment. It also adds resource ARNs for actions, experiments, and experiment templates to API responses." +} diff --git a/.changes/next-release/api-change-rds-17813.json b/.changes/next-release/api-change-rds-17813.json new file mode 100644 index 0000000000..9eb784bb53 --- /dev/null +++ b/.changes/next-release/api-change-rds-17813.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``rds``", + "description": "Updates Amazon RDS documentation for EBCDIC collation for RDS for Db2." +} diff --git a/.changes/next-release/api-change-secretsmanager-7601.json b/.changes/next-release/api-change-secretsmanager-7601.json new file mode 100644 index 0000000000..32e0eb5f7c --- /dev/null +++ b/.changes/next-release/api-change-secretsmanager-7601.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``secretsmanager``", + "description": "Doc only update for Secrets Manager" +} diff --git a/.changes/next-release/api-change-timestreaminfluxdb-74528.json b/.changes/next-release/api-change-timestreaminfluxdb-74528.json new file mode 100644 index 0000000000..a2454d8519 --- /dev/null +++ b/.changes/next-release/api-change-timestreaminfluxdb-74528.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``timestream-influxdb``", + "description": "This is the initial SDK release for Amazon Timestream for InfluxDB. Amazon Timestream for InfluxDB is a new time-series database engine that makes it easy for application developers and DevOps teams to run InfluxDB databases on AWS for near real-time time-series applications using open source APIs." +} diff --git a/botocore/data/amplify/2017-07-25/service-2.json b/botocore/data/amplify/2017-07-25/service-2.json index a1cbbbb3b8..c1e91ac2d7 100644 --- a/botocore/data/amplify/2017-07-25/service-2.json +++ b/botocore/data/amplify/2017-07-25/service-2.json @@ -45,7 +45,7 @@ {"shape":"InternalFailureException"}, {"shape":"LimitExceededException"} ], - "documentation":"

Creates a new backend environment for an Amplify app.

" + "documentation":"

Creates a new backend environment for an Amplify app.

This API is available only to Amplify Gen 1 applications where the backend is created using Amplify Studio or the Amplify command line interface (CLI). This API isn’t available to applications created using the Amplify Gen 2 public preview. When you deploy an application with Amplify Gen 2, you provision the app's backend infrastructure using Typescript code.

" }, "CreateBranch":{ "name":"CreateBranch", @@ -149,7 +149,7 @@ {"shape":"InternalFailureException"}, {"shape":"DependentServiceFailureException"} ], - "documentation":"

Deletes a backend environment for an Amplify app.

" + "documentation":"

Deletes a backend environment for an Amplify app.

This API is available only to Amplify Gen 1 applications where the backend was created using Amplify Studio or the Amplify command line interface (CLI). This API isn’t available to applications created using the Amplify Gen 2 public preview. When you deploy an application with Amplify Gen 2, you provision the app's backend infrastructure using Typescript code.

" }, "DeleteBranch":{ "name":"DeleteBranch", @@ -282,7 +282,7 @@ {"shape":"NotFoundException"}, {"shape":"InternalFailureException"} ], - "documentation":"

Returns a backend environment for an Amplify app.

" + "documentation":"

Returns a backend environment for an Amplify app.

This API is available only to Amplify Gen 1 applications where the backend was created using Amplify Studio or the Amplify command line interface (CLI). This API isn’t available to applications created using the Amplify Gen 2 public preview. When you deploy an application with Amplify Gen 2, you provision the app's backend infrastructure using Typescript code.

" }, "GetBranch":{ "name":"GetBranch", @@ -394,7 +394,7 @@ {"shape":"UnauthorizedException"}, {"shape":"InternalFailureException"} ], - "documentation":"

Lists the backend environments for an Amplify app.

" + "documentation":"

Lists the backend environments for an Amplify app.

This API is available only to Amplify Gen 1 applications where the backend was created using Amplify Studio or the Amplify command line interface (CLI). This API isn’t available to applications created using the Amplify Gen 2 public preview. When you deploy an application with Amplify Gen 2, you provision the app's backend infrastructure using Typescript code.

" }, "ListBranches":{ "name":"ListBranches", diff --git a/botocore/data/ec2-instance-connect/2018-04-02/endpoint-rule-set-1.json b/botocore/data/ec2-instance-connect/2018-04-02/endpoint-rule-set-1.json index 66af4752b1..2b34801f16 100644 --- a/botocore/data/ec2-instance-connect/2018-04-02/endpoint-rule-set-1.json +++ b/botocore/data/ec2-instance-connect/2018-04-02/endpoint-rule-set-1.json @@ -40,7 +40,6 @@ ] } ], - "type": "tree", "rules": [ { "conditions": [ @@ -83,7 +82,8 @@ }, "type": "endpoint" } - ] + ], + "type": "tree" }, { "conditions": [ @@ -96,7 +96,6 @@ ] } ], - "type": "tree", "rules": [ { "conditions": [ @@ -110,7 +109,6 @@ "assign": "PartitionResult" } ], - "type": "tree", "rules": [ { "conditions": [ @@ -133,7 +131,6 @@ ] } ], - "type": "tree", "rules": [ { "conditions": [ @@ -168,7 +165,6 @@ ] } ], - "type": "tree", "rules": [ { "conditions": [], @@ -179,14 +175,16 @@ }, "type": "endpoint" } - ] + ], + "type": "tree" }, { "conditions": [], "error": "FIPS and DualStack are enabled, but this partition does not support one or both", "type": "error" } - ] + ], + "type": "tree" }, { "conditions": [ @@ -200,14 +198,12 @@ ] } ], - "type": "tree", "rules": [ { "conditions": [ { "fn": "booleanEquals", "argv": [ - true, { "fn": "getAttr", "argv": [ @@ -216,11 +212,11 @@ }, "supportsFIPS" ] - } + }, + true ] } ], - "type": "tree", "rules": [ { "conditions": [], @@ -231,14 +227,16 @@ }, "type": "endpoint" } - ] + ], + "type": "tree" }, { "conditions": [], "error": "FIPS is enabled but this partition does not support FIPS", "type": "error" } - ] + ], + "type": "tree" }, { "conditions": [ @@ -252,7 +250,6 @@ ] } ], - "type": "tree", "rules": [ { "conditions": [ @@ -272,7 +269,6 @@ ] } ], - "type": "tree", "rules": [ { "conditions": [], @@ -283,14 +279,16 @@ }, "type": "endpoint" } - ] + ], + "type": "tree" }, { "conditions": [], "error": "DualStack is enabled but this partition does not support DualStack", "type": "error" } - ] + ], + "type": "tree" }, { "conditions": [], @@ -301,9 +299,11 @@ }, "type": "endpoint" } - ] + ], + "type": "tree" } - ] + ], + "type": "tree" }, { "conditions": [], diff --git a/botocore/data/ec2-instance-connect/2018-04-02/service-2.json b/botocore/data/ec2-instance-connect/2018-04-02/service-2.json index 099dbf8e7e..7f30726505 100644 --- a/botocore/data/ec2-instance-connect/2018-04-02/service-2.json +++ b/botocore/data/ec2-instance-connect/2018-04-02/service-2.json @@ -51,7 +51,8 @@ {"shape":"SerialConsoleSessionLimitExceededException"}, {"shape":"SerialConsoleSessionUnavailableException"}, {"shape":"EC2InstanceStateInvalidException"}, - {"shape":"EC2InstanceUnavailableException"} + {"shape":"EC2InstanceUnavailableException"}, + {"shape":"SerialConsoleSessionUnsupportedException"} ], "documentation":"

Pushes an SSH public key to the specified EC2 instance. The key remains for 60 seconds, which gives you 60 seconds to establish a serial console connection to the instance using SSH. For more information, see EC2 Serial Console in the Amazon EC2 User Guide.

" } @@ -113,7 +114,7 @@ "type":"string", "max":32, "min":1, - "pattern":"^[A-Za-z_][A-Za-z0-9\\@\\._-]{0,30}[A-Za-z0-9\\$_-]?$" + "pattern":"(^[A-Za-z_][A-Za-z0-9\\@\\._-]{0,30}[A-Za-z0-9\\$_-]?$)|(^(?=.{2,32}$)[0-9]{1,32}[A-Za-z\\@\\._-][A-Za-z0-9\\@\\._-]*[A-Za-z0-9\\$_-]?$)" }, "InvalidArgsException":{ "type":"structure", @@ -227,6 +228,14 @@ "exception":true, "fault":true }, + "SerialConsoleSessionUnsupportedException":{ + "type":"structure", + "members":{ + "Message":{"shape":"String"} + }, + "documentation":"

Your instance's BIOS version is unsupported for serial console connection. Reboot your instance to update its BIOS, and then try again to connect.

", + "exception":true + }, "SerialPort":{ "type":"integer", "max":0, @@ -252,5 +261,5 @@ "exception":true } }, - "documentation":"

Amazon EC2 Instance Connect enables system administrators to publish one-time use SSH public keys to EC2, providing users a simple and secure way to connect to their instances.

" + "documentation":"

This is the Amazon EC2 Instance Connect API Reference. It provides descriptions, syntax, and usage examples for each of the actions for Amazon EC2 Instance Connect. Amazon EC2 Instance Connect enables system administrators to publish one-time use SSH public keys to EC2, providing users a simple and secure way to connect to their instances.

To view the Amazon EC2 Instance Connect content in the Amazon EC2 User Guide, see Connect to your Linux instance using EC2 Instance Connect.

For Amazon EC2 APIs, see the Amazon EC2 API Reference.

" } diff --git a/botocore/data/elbv2/2015-12-01/service-2.json b/botocore/data/elbv2/2015-12-01/service-2.json index 8fe1ed37d5..7181baebcc 100644 --- a/botocore/data/elbv2/2015-12-01/service-2.json +++ b/botocore/data/elbv2/2015-12-01/service-2.json @@ -2640,7 +2640,7 @@ "members":{ "Key":{ "shape":"LoadBalancerAttributeKey", - "documentation":"

The name of the attribute.

The following attributes are supported by all load balancers:

  • deletion_protection.enabled - Indicates whether deletion protection is enabled. The value is true or false. The default is false.

  • load_balancing.cross_zone.enabled - Indicates whether cross-zone load balancing is enabled. The possible values are true and false. The default for Network Load Balancers and Gateway Load Balancers is false. The default for Application Load Balancers is true, and cannot be changed.

The following attributes are supported by both Application Load Balancers and Network Load Balancers:

  • access_logs.s3.enabled - Indicates whether access logs are enabled. The value is true or false. The default is false.

  • access_logs.s3.bucket - The name of the S3 bucket for the access logs. This attribute is required if access logs are enabled. The bucket must exist in the same region as the load balancer and have a bucket policy that grants Elastic Load Balancing permissions to write to the bucket.

  • access_logs.s3.prefix - The prefix for the location in the S3 bucket for the access logs.

  • ipv6.deny_all_igw_traffic - Blocks internet gateway (IGW) access to the load balancer. It is set to false for internet-facing load balancers and true for internal load balancers, preventing unintended access to your internal load balancer through an internet gateway.

The following attributes are supported by only Application Load Balancers:

  • idle_timeout.timeout_seconds - The idle timeout value, in seconds. The valid range is 1-4000 seconds. The default is 60 seconds.

  • connection_logs.s3.enabled - Indicates whether connection logs are enabled. The value is true or false. The default is false.

  • connection_logs.s3.bucket - The name of the S3 bucket for the connection logs. This attribute is required if connection logs are enabled. The bucket must exist in the same region as the load balancer and have a bucket policy that grants Elastic Load Balancing permissions to write to the bucket.

  • connection_logs.s3.prefix - The prefix for the location in the S3 bucket for the connection logs.

  • routing.http.desync_mitigation_mode - Determines how the load balancer handles requests that might pose a security risk to your application. The possible values are monitor, defensive, and strictest. The default is defensive.

  • routing.http.drop_invalid_header_fields.enabled - Indicates whether HTTP headers with invalid header fields are removed by the load balancer (true) or routed to targets (false). The default is false.

  • routing.http.preserve_host_header.enabled - Indicates whether the Application Load Balancer should preserve the Host header in the HTTP request and send it to the target without any change. The possible values are true and false. The default is false.

  • routing.http.x_amzn_tls_version_and_cipher_suite.enabled - Indicates whether the two headers (x-amzn-tls-version and x-amzn-tls-cipher-suite), which contain information about the negotiated TLS version and cipher suite, are added to the client request before sending it to the target. The x-amzn-tls-version header has information about the TLS protocol version negotiated with the client, and the x-amzn-tls-cipher-suite header has information about the cipher suite negotiated with the client. Both headers are in OpenSSL format. The possible values for the attribute are true and false. The default is false.

  • routing.http.xff_client_port.enabled - Indicates whether the X-Forwarded-For header should preserve the source port that the client used to connect to the load balancer. The possible values are true and false. The default is false.

  • routing.http.xff_header_processing.mode - Enables you to modify, preserve, or remove the X-Forwarded-For header in the HTTP request before the Application Load Balancer sends the request to the target. The possible values are append, preserve, and remove. The default is append.

    • If the value is append, the Application Load Balancer adds the client IP address (of the last hop) to the X-Forwarded-For header in the HTTP request before it sends it to targets.

    • If the value is preserve the Application Load Balancer preserves the X-Forwarded-For header in the HTTP request, and sends it to targets without any change.

    • If the value is remove, the Application Load Balancer removes the X-Forwarded-For header in the HTTP request before it sends it to targets.

  • routing.http2.enabled - Indicates whether HTTP/2 is enabled. The possible values are true and false. The default is true. Elastic Load Balancing requires that message header names contain only alphanumeric characters and hyphens.

  • waf.fail_open.enabled - Indicates whether to allow a WAF-enabled load balancer to route requests to targets if it is unable to forward the request to Amazon Web Services WAF. The possible values are true and false. The default is false.

The following attributes are supported by only Network Load Balancers:

  • dns_record.client_routing_policy - Indicates how traffic is distributed among the load balancer Availability Zones. The possible values are availability_zone_affinity with 100 percent zonal affinity, partial_availability_zone_affinity with 85 percent zonal affinity, and any_availability_zone with 0 percent zonal affinity.

" + "documentation":"

The name of the attribute.

The following attributes are supported by all load balancers:

  • deletion_protection.enabled - Indicates whether deletion protection is enabled. The value is true or false. The default is false.

  • load_balancing.cross_zone.enabled - Indicates whether cross-zone load balancing is enabled. The possible values are true and false. The default for Network Load Balancers and Gateway Load Balancers is false. The default for Application Load Balancers is true, and cannot be changed.

The following attributes are supported by both Application Load Balancers and Network Load Balancers:

  • access_logs.s3.enabled - Indicates whether access logs are enabled. The value is true or false. The default is false.

  • access_logs.s3.bucket - The name of the S3 bucket for the access logs. This attribute is required if access logs are enabled. The bucket must exist in the same region as the load balancer and have a bucket policy that grants Elastic Load Balancing permissions to write to the bucket.

  • access_logs.s3.prefix - The prefix for the location in the S3 bucket for the access logs.

  • ipv6.deny_all_igw_traffic - Blocks internet gateway (IGW) access to the load balancer. It is set to false for internet-facing load balancers and true for internal load balancers, preventing unintended access to your internal load balancer through an internet gateway.

The following attributes are supported by only Application Load Balancers:

  • idle_timeout.timeout_seconds - The idle timeout value, in seconds. The valid range is 1-4000 seconds. The default is 60 seconds.

  • client_keep_alive.seconds - The client keep alive value, in seconds. The valid range is 60-604800 seconds. The default is 3600 seconds.

  • connection_logs.s3.enabled - Indicates whether connection logs are enabled. The value is true or false. The default is false.

  • connection_logs.s3.bucket - The name of the S3 bucket for the connection logs. This attribute is required if connection logs are enabled. The bucket must exist in the same region as the load balancer and have a bucket policy that grants Elastic Load Balancing permissions to write to the bucket.

  • connection_logs.s3.prefix - The prefix for the location in the S3 bucket for the connection logs.

  • routing.http.desync_mitigation_mode - Determines how the load balancer handles requests that might pose a security risk to your application. The possible values are monitor, defensive, and strictest. The default is defensive.

  • routing.http.drop_invalid_header_fields.enabled - Indicates whether HTTP headers with invalid header fields are removed by the load balancer (true) or routed to targets (false). The default is false.

  • routing.http.preserve_host_header.enabled - Indicates whether the Application Load Balancer should preserve the Host header in the HTTP request and send it to the target without any change. The possible values are true and false. The default is false.

  • routing.http.x_amzn_tls_version_and_cipher_suite.enabled - Indicates whether the two headers (x-amzn-tls-version and x-amzn-tls-cipher-suite), which contain information about the negotiated TLS version and cipher suite, are added to the client request before sending it to the target. The x-amzn-tls-version header has information about the TLS protocol version negotiated with the client, and the x-amzn-tls-cipher-suite header has information about the cipher suite negotiated with the client. Both headers are in OpenSSL format. The possible values for the attribute are true and false. The default is false.

  • routing.http.xff_client_port.enabled - Indicates whether the X-Forwarded-For header should preserve the source port that the client used to connect to the load balancer. The possible values are true and false. The default is false.

  • routing.http.xff_header_processing.mode - Enables you to modify, preserve, or remove the X-Forwarded-For header in the HTTP request before the Application Load Balancer sends the request to the target. The possible values are append, preserve, and remove. The default is append.

    • If the value is append, the Application Load Balancer adds the client IP address (of the last hop) to the X-Forwarded-For header in the HTTP request before it sends it to targets.

    • If the value is preserve the Application Load Balancer preserves the X-Forwarded-For header in the HTTP request, and sends it to targets without any change.

    • If the value is remove, the Application Load Balancer removes the X-Forwarded-For header in the HTTP request before it sends it to targets.

  • routing.http2.enabled - Indicates whether HTTP/2 is enabled. The possible values are true and false. The default is true. Elastic Load Balancing requires that message header names contain only alphanumeric characters and hyphens.

  • waf.fail_open.enabled - Indicates whether to allow a WAF-enabled load balancer to route requests to targets if it is unable to forward the request to Amazon Web Services WAF. The possible values are true and false. The default is false.

The following attributes are supported by only Network Load Balancers:

  • dns_record.client_routing_policy - Indicates how traffic is distributed among the load balancer Availability Zones. The possible values are availability_zone_affinity with 100 percent zonal affinity, partial_availability_zone_affinity with 85 percent zonal affinity, and any_availability_zone with 0 percent zonal affinity.

" }, "Value":{ "shape":"LoadBalancerAttributeValue", diff --git a/botocore/data/fis/2020-12-01/service-2.json b/botocore/data/fis/2020-12-01/service-2.json index e873b83db9..d3f5ff45ce 100644 --- a/botocore/data/fis/2020-12-01/service-2.json +++ b/botocore/data/fis/2020-12-01/service-2.json @@ -28,7 +28,7 @@ {"shape":"ResourceNotFoundException"}, {"shape":"ServiceQuotaExceededException"} ], - "documentation":"

Creates an experiment template.

An experiment template includes the following components:

  • Targets: A target can be a specific resource in your Amazon Web Services environment, or one or more resources that match criteria that you specify, for example, resources that have specific tags.

  • Actions: The actions to carry out on the target. You can specify multiple actions, the duration of each action, and when to start each action during an experiment.

  • Stop conditions: If a stop condition is triggered while an experiment is running, the experiment is automatically stopped. You can define a stop condition as a CloudWatch alarm.

For more information, see experiment templates in the Fault Injection Simulator User Guide.

" + "documentation":"

Creates an experiment template.

An experiment template includes the following components:

  • Targets: A target can be a specific resource in your Amazon Web Services environment, or one or more resources that match criteria that you specify, for example, resources that have specific tags.

  • Actions: The actions to carry out on the target. You can specify multiple actions, the duration of each action, and when to start each action during an experiment.

  • Stop conditions: If a stop condition is triggered while an experiment is running, the experiment is automatically stopped. You can define a stop condition as a CloudWatch alarm.

For more information, see experiment templates in the Fault Injection Service User Guide.

" }, "CreateTargetAccountConfiguration":{ "name":"CreateTargetAccountConfiguration", @@ -45,7 +45,7 @@ {"shape":"ResourceNotFoundException"}, {"shape":"ServiceQuotaExceededException"} ], - "documentation":"

Creates a target account configuration for the experiment template. A target account configuration is required when accountTargeting of experimentOptions is set to multi-account. For more information, see experiment options in the Fault Injection Simulator User Guide.

" + "documentation":"

Creates a target account configuration for the experiment template. A target account configuration is required when accountTargeting of experimentOptions is set to multi-account. For more information, see experiment options in the Fault Injection Service User Guide.

" }, "DeleteExperimentTemplate":{ "name":"DeleteExperimentTemplate", @@ -380,6 +380,10 @@ "shape":"ActionId", "documentation":"

The ID of the action.

" }, + "arn":{ + "shape":"ResourceArn", + "documentation":"

The Amazon Resource Name (ARN) of the action.

" + }, "description":{ "shape":"ActionDescription", "documentation":"

The description for the action.

" @@ -397,7 +401,7 @@ "documentation":"

The tags for the action.

" } }, - "documentation":"

Describes an action. For more information, see FIS actions in the Fault Injection Simulator User Guide.

" + "documentation":"

Describes an action. For more information, see FIS actions in the Fault Injection Service User Guide.

" }, "ActionDescription":{ "type":"string", @@ -447,6 +451,10 @@ "shape":"ActionId", "documentation":"

The ID of the action.

" }, + "arn":{ + "shape":"ResourceArn", + "documentation":"

The Amazon Resource Name (ARN) of the action.

" + }, "description":{ "shape":"ActionDescription", "documentation":"

The description for the action.

" @@ -486,6 +494,13 @@ "max":64, "pattern":"[\\S]+" }, + "ActionsMode":{ + "type":"string", + "enum":[ + "skip-all", + "run-all" + ] + }, "ClientToken":{ "type":"string", "max":1024, @@ -532,7 +547,7 @@ "documentation":"

The name of the action that must be completed before the current action starts. Omit this parameter to run the action at the start of the experiment.

" } }, - "documentation":"

Specifies an action for an experiment template.

For more information, see Actions in the Fault Injection Simulator User Guide.

" + "documentation":"

Specifies an action for an experiment template.

For more information, see Actions in the Fault Injection Service User Guide.

" }, "CreateExperimentTemplateActionInputMap":{ "type":"map", @@ -681,7 +696,7 @@ "documentation":"

The resource type parameters.

" } }, - "documentation":"

Specifies a target for an experiment. You must specify at least one Amazon Resource Name (ARN) or at least one resource tag. You cannot specify both ARNs and tags.

For more information, see Targets in the Fault Injection Simulator User Guide.

" + "documentation":"

Specifies a target for an experiment. You must specify at least one Amazon Resource Name (ARN) or at least one resource tag. You cannot specify both ARNs and tags.

For more information, see Targets in the Fault Injection Service User Guide.

" }, "CreateExperimentTemplateTargetInputMap":{ "type":"map", @@ -709,7 +724,7 @@ }, "accountId":{ "shape":"TargetAccountId", - "documentation":"

The AWS account ID of the target account.

", + "documentation":"

The Amazon Web Services account ID of the target account.

", "location":"uri", "locationName":"accountId" }, @@ -769,7 +784,7 @@ }, "accountId":{ "shape":"TargetAccountId", - "documentation":"

The AWS account ID of the target account.

", + "documentation":"

The Amazon Web Services account ID of the target account.

", "location":"uri", "locationName":"accountId" } @@ -803,6 +818,10 @@ "shape":"ExperimentId", "documentation":"

The ID of the experiment.

" }, + "arn":{ + "shape":"ResourceArn", + "documentation":"

The Amazon Resource Name (ARN) of the experiment.

" + }, "experimentTemplateId":{ "shape":"ExperimentTemplateId", "documentation":"

The ID of the experiment template.

" @@ -1024,6 +1043,10 @@ "emptyTargetResolutionMode":{ "shape":"EmptyTargetResolutionMode", "documentation":"

The empty target resolution mode for an experiment.

" + }, + "actionsMode":{ + "shape":"ActionsMode", + "documentation":"

The actions mode of the experiment that is set from the StartExperiment API command.

" } }, "documentation":"

Describes the options for an experiment.

" @@ -1099,6 +1122,10 @@ "shape":"ExperimentId", "documentation":"

The ID of the experiment.

" }, + "arn":{ + "shape":"ResourceArn", + "documentation":"

The Amazon Resource Name (ARN) of the experiment.

" + }, "experimentTemplateId":{ "shape":"ExperimentTemplateId", "documentation":"

The ID of the experiment template.

" @@ -1114,6 +1141,10 @@ "tags":{ "shape":"TagMap", "documentation":"

The tags for the experiment.

" + }, + "experimentOptions":{ + "shape":"ExperimentOptions", + "documentation":"

The experiment options for the experiment.

" } }, "documentation":"

Provides a summary of an experiment.

" @@ -1161,7 +1192,7 @@ }, "accountId":{ "shape":"TargetAccountId", - "documentation":"

The AWS account ID of the target account.

" + "documentation":"

The Amazon Web Services account ID of the target account.

" }, "description":{ "shape":"TargetAccountConfigurationDescription", @@ -1183,7 +1214,7 @@ }, "accountId":{ "shape":"TargetAccountId", - "documentation":"

The AWS account ID of the target account.

" + "documentation":"

The Amazon Web Services account ID of the target account.

" }, "description":{ "shape":"TargetAccountConfigurationDescription", @@ -1261,6 +1292,10 @@ "shape":"ExperimentTemplateId", "documentation":"

The ID of the experiment template.

" }, + "arn":{ + "shape":"ResourceArn", + "documentation":"

The Amazon Resource Name (ARN) of the experiment template.

" + }, "description":{ "shape":"ExperimentTemplateDescription", "documentation":"

The description for the experiment template.

" @@ -1500,6 +1535,10 @@ "shape":"ExperimentTemplateId", "documentation":"

The ID of the experiment template.

" }, + "arn":{ + "shape":"ResourceArn", + "documentation":"

The Amazon Resource Name (ARN) of the experiment template.

" + }, "description":{ "shape":"ExperimentTemplateDescription", "documentation":"

The description of the experiment template.

" @@ -1605,7 +1644,7 @@ "documentation":"

The attribute values for the filter.

" } }, - "documentation":"

Specifies a filter used for the target resource input in an experiment template.

For more information, see Resource filters in the Fault Injection Simulator User Guide.

" + "documentation":"

Specifies a filter used for the target resource input in an experiment template.

For more information, see Resource filters in the Fault Injection Service User Guide.

" }, "ExperimentTemplateTargetMap":{ "type":"map", @@ -1695,7 +1734,7 @@ }, "accountId":{ "shape":"TargetAccountId", - "documentation":"

The AWS account ID of the target account.

", + "documentation":"

The Amazon Web Services account ID of the target account.

", "location":"uri", "locationName":"accountId" } @@ -1746,7 +1785,7 @@ }, "accountId":{ "shape":"TargetAccountId", - "documentation":"

The AWS account ID of the target account.

", + "documentation":"

The Amazon Web Services account ID of the target account.

", "location":"uri", "locationName":"accountId" } @@ -1955,6 +1994,12 @@ "documentation":"

The token for the next page of results.

", "location":"querystring", "locationName":"nextToken" + }, + "experimentTemplateId":{ + "shape":"ExperimentTemplateId", + "documentation":"

The ID of the experiment template.

", + "location":"querystring", + "locationName":"experimentTemplateId" } } }, @@ -2147,6 +2192,16 @@ "error":{"httpStatusCode":402}, "exception":true }, + "StartExperimentExperimentOptionsInput":{ + "type":"structure", + "members":{ + "actionsMode":{ + "shape":"ActionsMode", + "documentation":"

Specifies the actions mode for experiment options.

" + } + }, + "documentation":"

Specifies experiment options for running an experiment.

" + }, "StartExperimentRequest":{ "type":"structure", "required":[ @@ -2163,6 +2218,10 @@ "shape":"ExperimentTemplateId", "documentation":"

The ID of the experiment template.

" }, + "experimentOptions":{ + "shape":"StartExperimentExperimentOptionsInput", + "documentation":"

The experiment options for running the experiment.

" + }, "tags":{ "shape":"TagMap", "documentation":"

The tags to apply to the experiment.

" @@ -2263,7 +2322,7 @@ }, "accountId":{ "shape":"TargetAccountId", - "documentation":"

The AWS account ID of the target account.

" + "documentation":"

The Amazon Web Services account ID of the target account.

" }, "description":{ "shape":"TargetAccountConfigurationDescription", @@ -2290,7 +2349,7 @@ }, "accountId":{ "shape":"TargetAccountId", - "documentation":"

The AWS account ID of the target account.

" + "documentation":"

The Amazon Web Services account ID of the target account.

" }, "description":{ "shape":"TargetAccountConfigurationDescription", @@ -2610,7 +2669,7 @@ }, "accountId":{ "shape":"TargetAccountId", - "documentation":"

The AWS account ID of the target account.

", + "documentation":"

The Amazon Web Services account ID of the target account.

", "location":"uri", "locationName":"accountId" }, @@ -2643,5 +2702,5 @@ "exception":true } }, - "documentation":"

Fault Injection Simulator is a managed service that enables you to perform fault injection experiments on your Amazon Web Services workloads. For more information, see the Fault Injection Simulator User Guide.

" + "documentation":"

Fault Injection Service is a managed service that enables you to perform fault injection experiments on your Amazon Web Services workloads. For more information, see the Fault Injection Service User Guide.

" } diff --git a/botocore/data/rds/2014-10-31/service-2.json b/botocore/data/rds/2014-10-31/service-2.json index d0cab94a4a..14ec7c034f 100644 --- a/botocore/data/rds/2014-10-31/service-2.json +++ b/botocore/data/rds/2014-10-31/service-2.json @@ -4379,7 +4379,7 @@ "members":{ "DBName":{ "shape":"String", - "documentation":"

The meaning of this parameter differs according to the database engine you use.

Amazon Aurora MySQL

The name of the database to create when the primary DB instance of the Aurora MySQL DB cluster is created. If this parameter isn't specified for an Aurora MySQL DB cluster, no database is created in the DB cluster.

Constraints:

  • Must contain 1 to 64 alphanumeric characters.

  • Can't be a word reserved by the database engine.

Amazon Aurora PostgreSQL

The name of the database to create when the primary DB instance of the Aurora PostgreSQL DB cluster is created. If this parameter isn't specified for an Aurora PostgreSQL DB cluster, a database named postgres is created in the DB cluster.

Constraints:

  • It must contain 1 to 63 alphanumeric characters.

  • Must begin with a letter. Subsequent characters can be letters, underscores, or digits (0 to 9).

  • Can't be a word reserved by the database engine.

Amazon RDS Custom for Oracle

The Oracle System ID (SID) of the created RDS Custom DB instance. If you don't specify a value, the default value is ORCL for non-CDBs and RDSCDB for CDBs.

Default: ORCL

Constraints:

  • Must contain 1 to 8 alphanumeric characters.

  • Must contain a letter.

  • Can't be a word reserved by the database engine.

Amazon RDS Custom for SQL Server

Not applicable. Must be null.

RDS for Db2

The name of the database to create when the DB instance is created. If this parameter isn't specified, no database is created in the DB instance.

Constraints:

  • Must contain 1 to 64 letters or numbers.

  • Must begin with a letter. Subsequent characters can be letters, underscores, or digits (0-9).

  • Can't be a word reserved by the specified database engine.

RDS for MariaDB

The name of the database to create when the DB instance is created. If this parameter isn't specified, no database is created in the DB instance.

Constraints:

  • Must contain 1 to 64 letters or numbers.

  • Must begin with a letter. Subsequent characters can be letters, underscores, or digits (0-9).

  • Can't be a word reserved by the specified database engine.

RDS for MySQL

The name of the database to create when the DB instance is created. If this parameter isn't specified, no database is created in the DB instance.

Constraints:

  • Must contain 1 to 64 letters or numbers.

  • Must begin with a letter. Subsequent characters can be letters, underscores, or digits (0-9).

  • Can't be a word reserved by the specified database engine.

RDS for Oracle

The Oracle System ID (SID) of the created DB instance. If you don't specify a value, the default value is ORCL. You can't specify the string null, or any other reserved word, for DBName.

Default: ORCL

Constraints:

  • Can't be longer than 8 characters.

RDS for PostgreSQL

The name of the database to create when the DB instance is created. If this parameter isn't specified, a database named postgres is created in the DB instance.

Constraints:

  • Must contain 1 to 63 letters, numbers, or underscores.

  • Must begin with a letter. Subsequent characters can be letters, underscores, or digits (0-9).

  • Can't be a word reserved by the specified database engine.

RDS for SQL Server

Not applicable. Must be null.

" + "documentation":"

The meaning of this parameter differs according to the database engine you use.

Amazon Aurora MySQL

The name of the database to create when the primary DB instance of the Aurora MySQL DB cluster is created. If this parameter isn't specified for an Aurora MySQL DB cluster, no database is created in the DB cluster.

Constraints:

  • Must contain 1 to 64 alphanumeric characters.

  • Can't be a word reserved by the database engine.

Amazon Aurora PostgreSQL

The name of the database to create when the primary DB instance of the Aurora PostgreSQL DB cluster is created. If this parameter isn't specified for an Aurora PostgreSQL DB cluster, a database named postgres is created in the DB cluster.

Constraints:

  • It must contain 1 to 63 alphanumeric characters.

  • Must begin with a letter. Subsequent characters can be letters, underscores, or digits (0 to 9).

  • Can't be a word reserved by the database engine.

Amazon RDS Custom for Oracle

The Oracle System ID (SID) of the created RDS Custom DB instance. If you don't specify a value, the default value is ORCL for non-CDBs and RDSCDB for CDBs.

Default: ORCL

Constraints:

  • Must contain 1 to 8 alphanumeric characters.

  • Must contain a letter.

  • Can't be a word reserved by the database engine.

Amazon RDS Custom for SQL Server

Not applicable. Must be null.

RDS for Db2

The name of the database to create when the DB instance is created. If this parameter isn't specified, no database is created in the DB instance. In some cases, we recommend that you don't add a database name. For more information, see Additional considerations in the Amazon RDS User Guide.

Constraints:

  • Must contain 1 to 64 letters or numbers.

  • Must begin with a letter. Subsequent characters can be letters, underscores, or digits (0-9).

  • Can't be a word reserved by the specified database engine.

RDS for MariaDB

The name of the database to create when the DB instance is created. If this parameter isn't specified, no database is created in the DB instance.

Constraints:

  • Must contain 1 to 64 letters or numbers.

  • Must begin with a letter. Subsequent characters can be letters, underscores, or digits (0-9).

  • Can't be a word reserved by the specified database engine.

RDS for MySQL

The name of the database to create when the DB instance is created. If this parameter isn't specified, no database is created in the DB instance.

Constraints:

  • Must contain 1 to 64 letters or numbers.

  • Must begin with a letter. Subsequent characters can be letters, underscores, or digits (0-9).

  • Can't be a word reserved by the specified database engine.

RDS for Oracle

The Oracle System ID (SID) of the created DB instance. If you don't specify a value, the default value is ORCL. You can't specify the string null, or any other reserved word, for DBName.

Default: ORCL

Constraints:

  • Can't be longer than 8 characters.

RDS for PostgreSQL

The name of the database to create when the DB instance is created. If this parameter isn't specified, a database named postgres is created in the DB instance.

Constraints:

  • Must contain 1 to 63 letters, numbers, or underscores.

  • Must begin with a letter. Subsequent characters can be letters, underscores, or digits (0-9).

  • Can't be a word reserved by the specified database engine.

RDS for SQL Server

Not applicable. Must be null.

" }, "DBInstanceIdentifier":{ "shape":"String", @@ -9960,7 +9960,7 @@ }, "Filters":{ "shape":"FilterList", - "documentation":"

This parameter isn't currently supported.

" + "documentation":"

A filter that specifies one or more global database clusters to describe. This parameter is case-sensitive.

Currently, the only supported filter is region.

If used, the request returns information about any global cluster with at least one member (primary or secondary) in the specified Amazon Web Services Regions.

" }, "MaxRecords":{ "shape":"IntegerOptional", diff --git a/botocore/data/secretsmanager/2017-10-17/service-2.json b/botocore/data/secretsmanager/2017-10-17/service-2.json index 0f5e987afb..780d8505ce 100644 --- a/botocore/data/secretsmanager/2017-10-17/service-2.json +++ b/botocore/data/secretsmanager/2017-10-17/service-2.json @@ -129,7 +129,7 @@ {"shape":"InvalidRequestException"}, {"shape":"InternalServiceError"} ], - "documentation":"

Generates a random password. We recommend that you specify the maximum length and include every character type that the system you are generating a password for can support. By default, Secrets Manager uses uppercase and lowercase letters, numbers, and the following characters in passwords: !\\\"#$%&'()*+,-./:;<=>?@[\\\\]^_`{|}~

Secrets Manager generates a CloudTrail log entry when you call this action. Do not include sensitive information in request parameters because it might be logged. For more information, see Logging Secrets Manager events with CloudTrail.

Required permissions: secretsmanager:GetRandomPassword. For more information, see IAM policy actions for Secrets Manager and Authentication and access control in Secrets Manager.

" + "documentation":"

Generates a random password. We recommend that you specify the maximum length and include every character type that the system you are generating a password for can support. By default, Secrets Manager uses uppercase and lowercase letters, numbers, and the following characters in passwords: !\\\"#$%&'()*+,-./:;<=>?@[\\\\]^_`{|}~

Secrets Manager generates a CloudTrail log entry when you call this action.

Required permissions: secretsmanager:GetRandomPassword. For more information, see IAM policy actions for Secrets Manager and Authentication and access control in Secrets Manager.

" }, "GetResourcePolicy":{ "name":"GetResourcePolicy", @@ -447,7 +447,7 @@ }, "MaxResults":{ "shape":"MaxResultsBatchType", - "documentation":"

The number of results to include in the response.

If there are more results available, in the response, Secrets Manager includes NextToken. To get the next results, call BatchGetSecretValue again with the value from NextToken.

", + "documentation":"

The number of results to include in the response.

If there are more results available, in the response, Secrets Manager includes NextToken. To get the next results, call BatchGetSecretValue again with the value from NextToken. To use this parameter, you must also use the Filters parameter.

", "box":true }, "NextToken":{ @@ -706,7 +706,7 @@ }, "NextRotationDate":{ "shape":"NextRotationDateType", - "documentation":"

The next rotation is scheduled to occur on or before this date. If the secret isn't configured for rotation or rotation has been disabled, Secrets Manager returns null. If rotation fails, Secrets Manager retries the entire rotation process multiple times. If rotation is unsuccessful, this date may be in the past.

" + "documentation":"

The next rotation is scheduled to occur on or before this date. If the secret isn't configured for rotation or rotation has been disabled, Secrets Manager returns null. If rotation fails, Secrets Manager retries the entire rotation process multiple times. If rotation is unsuccessful, this date may be in the past.

This date represents the latest date that rotation will occur, but it is not an approximate rotation date. In some cases, for example if you turn off automatic rotation and then turn it back on, the next rotation may occur much sooner than this date.

" }, "Tags":{ "shape":"TagListType", diff --git a/botocore/data/timestream-influxdb/2023-01-27/endpoint-rule-set-1.json b/botocore/data/timestream-influxdb/2023-01-27/endpoint-rule-set-1.json new file mode 100644 index 0000000000..d1f1313596 --- /dev/null +++ b/botocore/data/timestream-influxdb/2023-01-27/endpoint-rule-set-1.json @@ -0,0 +1,350 @@ +{ + "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" + } + ] + } + ], + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseFIPS" + }, + true + ] + } + ], + "error": "Invalid Configuration: FIPS and custom endpoint are not supported", + "type": "error" + }, + { + "conditions": [], + "rules": [ + { + "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" + } + ], + "type": "tree" + } + ], + "type": "tree" + }, + { + "conditions": [], + "rules": [ + { + "conditions": [ + { + "fn": "isSet", + "argv": [ + { + "ref": "Region" + } + ] + } + ], + "rules": [ + { + "conditions": [ + { + "fn": "aws.partition", + "argv": [ + { + "ref": "Region" + } + ], + "assign": "PartitionResult" + } + ], + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseFIPS" + }, + true + ] + }, + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseDualStack" + }, + true + ] + } + ], + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + true, + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsFIPS" + ] + } + ] + }, + { + "fn": "booleanEquals", + "argv": [ + true, + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsDualStack" + ] + } + ] + } + ], + "rules": [ + { + "conditions": [], + "rules": [ + { + "conditions": [], + "endpoint": { + "url": "https://timestream-influxdb-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ], + "type": "tree" + } + ], + "type": "tree" + }, + { + "conditions": [], + "error": "FIPS and DualStack are enabled, but this partition does not support one or both", + "type": "error" + } + ], + "type": "tree" + }, + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseFIPS" + }, + true + ] + } + ], + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsFIPS" + ] + }, + true + ] + } + ], + "rules": [ + { + "conditions": [], + "rules": [ + { + "conditions": [], + "endpoint": { + "url": "https://timestream-influxdb-fips.{Region}.{PartitionResult#dnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ], + "type": "tree" + } + ], + "type": "tree" + }, + { + "conditions": [], + "error": "FIPS is enabled but this partition does not support FIPS", + "type": "error" + } + ], + "type": "tree" + }, + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseDualStack" + }, + true + ] + } + ], + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + true, + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsDualStack" + ] + } + ] + } + ], + "rules": [ + { + "conditions": [], + "rules": [ + { + "conditions": [], + "endpoint": { + "url": "https://timestream-influxdb.{Region}.{PartitionResult#dualStackDnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ], + "type": "tree" + } + ], + "type": "tree" + }, + { + "conditions": [], + "error": "DualStack is enabled but this partition does not support DualStack", + "type": "error" + } + ], + "type": "tree" + }, + { + "conditions": [], + "rules": [ + { + "conditions": [], + "endpoint": { + "url": "https://timestream-influxdb.{Region}.{PartitionResult#dnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ], + "type": "tree" + } + ], + "type": "tree" + } + ], + "type": "tree" + }, + { + "conditions": [], + "error": "Invalid Configuration: Missing Region", + "type": "error" + } + ], + "type": "tree" + } + ] +} \ No newline at end of file diff --git a/botocore/data/timestream-influxdb/2023-01-27/paginators-1.json b/botocore/data/timestream-influxdb/2023-01-27/paginators-1.json new file mode 100644 index 0000000000..999388e155 --- /dev/null +++ b/botocore/data/timestream-influxdb/2023-01-27/paginators-1.json @@ -0,0 +1,16 @@ +{ + "pagination": { + "ListDbInstances": { + "input_token": "nextToken", + "output_token": "nextToken", + "limit_key": "maxResults", + "result_key": "items" + }, + "ListDbParameterGroups": { + "input_token": "nextToken", + "output_token": "nextToken", + "limit_key": "maxResults", + "result_key": "items" + } + } +} diff --git a/botocore/data/timestream-influxdb/2023-01-27/service-2.json b/botocore/data/timestream-influxdb/2023-01-27/service-2.json new file mode 100644 index 0000000000..ec7f683dc1 --- /dev/null +++ b/botocore/data/timestream-influxdb/2023-01-27/service-2.json @@ -0,0 +1,1317 @@ +{ + "version":"2.0", + "metadata":{ + "apiVersion":"2023-01-27", + "endpointPrefix":"timestream-influxdb", + "jsonVersion":"1.0", + "protocol":"json", + "ripServiceName":"timestream-influxdb", + "serviceAbbreviation":"Timestream InfluxDB", + "serviceFullName":"Timestream InfluxDB", + "serviceId":"Timestream InfluxDB", + "signatureVersion":"v4", + "signingName":"timestream-influxdb", + "targetPrefix":"AmazonTimestreamInfluxDB", + "uid":"timestream-influxdb-2023-01-27" + }, + "operations":{ + "CreateDbInstance":{ + "name":"CreateDbInstance", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"CreateDbInstanceInput"}, + "output":{"shape":"CreateDbInstanceOutput"}, + "errors":[ + {"shape":"ServiceQuotaExceededException"}, + {"shape":"ValidationException"}, + {"shape":"AccessDeniedException"}, + {"shape":"InternalServerException"}, + {"shape":"ConflictException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"ThrottlingException"} + ], + "documentation":"

Creates a new Timestream for InfluxDB DB instance.

", + "idempotent":true + }, + "CreateDbParameterGroup":{ + "name":"CreateDbParameterGroup", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"CreateDbParameterGroupInput"}, + "output":{"shape":"CreateDbParameterGroupOutput"}, + "errors":[ + {"shape":"ServiceQuotaExceededException"}, + {"shape":"ValidationException"}, + {"shape":"AccessDeniedException"}, + {"shape":"InternalServerException"}, + {"shape":"ConflictException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"ThrottlingException"} + ], + "documentation":"

Creates a new Timestream for InfluxDB DB parameter group to associate with DB instances.

", + "idempotent":true + }, + "DeleteDbInstance":{ + "name":"DeleteDbInstance", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"DeleteDbInstanceInput"}, + "output":{"shape":"DeleteDbInstanceOutput"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"AccessDeniedException"}, + {"shape":"InternalServerException"}, + {"shape":"ConflictException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"ThrottlingException"} + ], + "documentation":"

Deletes a Timestream for InfluxDB DB instance.

", + "idempotent":true + }, + "GetDbInstance":{ + "name":"GetDbInstance", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"GetDbInstanceInput"}, + "output":{"shape":"GetDbInstanceOutput"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"AccessDeniedException"}, + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"ThrottlingException"} + ], + "documentation":"

Returns a Timestream for InfluxDB DB instance.

" + }, + "GetDbParameterGroup":{ + "name":"GetDbParameterGroup", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"GetDbParameterGroupInput"}, + "output":{"shape":"GetDbParameterGroupOutput"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"AccessDeniedException"}, + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"ThrottlingException"} + ], + "documentation":"

Returns a Timestream for InfluxDB DB parameter group.

" + }, + "ListDbInstances":{ + "name":"ListDbInstances", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"ListDbInstancesInput"}, + "output":{"shape":"ListDbInstancesOutput"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"AccessDeniedException"}, + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"ThrottlingException"} + ], + "documentation":"

Returns a list of Timestream for InfluxDB DB instances.

" + }, + "ListDbParameterGroups":{ + "name":"ListDbParameterGroups", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"ListDbParameterGroupsInput"}, + "output":{"shape":"ListDbParameterGroupsOutput"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"AccessDeniedException"}, + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"ThrottlingException"} + ], + "documentation":"

Returns a list of Timestream for InfluxDB DB parameter groups.

" + }, + "ListTagsForResource":{ + "name":"ListTagsForResource", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"ListTagsForResourceRequest"}, + "output":{"shape":"ListTagsForResourceResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"} + ], + "documentation":"

A list of tags applied to the resource.

" + }, + "TagResource":{ + "name":"TagResource", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"TagResourceRequest"}, + "errors":[ + {"shape":"ResourceNotFoundException"} + ], + "documentation":"

Tags are composed of a Key/Value pairs. You can use tags to categorize and track your Timestream for InfluxDB resources.

", + "idempotent":true + }, + "UntagResource":{ + "name":"UntagResource", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"UntagResourceRequest"}, + "errors":[ + {"shape":"ResourceNotFoundException"} + ], + "documentation":"

Removes the tag from the specified resource.

", + "idempotent":true + }, + "UpdateDbInstance":{ + "name":"UpdateDbInstance", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"UpdateDbInstanceInput"}, + "output":{"shape":"UpdateDbInstanceOutput"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"AccessDeniedException"}, + {"shape":"InternalServerException"}, + {"shape":"ConflictException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"ThrottlingException"} + ], + "documentation":"

Updates a Timestream for InfluxDB DB instance.

", + "idempotent":true + } + }, + "shapes":{ + "AccessDeniedException":{ + "type":"structure", + "required":["message"], + "members":{ + "message":{"shape":"String"} + }, + "documentation":"

You do not have sufficient access to perform this action.

", + "exception":true + }, + "AllocatedStorage":{ + "type":"integer", + "box":true, + "max":16384, + "min":20 + }, + "Arn":{ + "type":"string", + "max":1011, + "min":1, + "pattern":"arn:aws[a-z\\-]*:timestream\\-influxdb:[a-z0-9\\-]+:[0-9]{12}:(db\\-instance|db\\-parameter\\-group)/[a-zA-Z0-9]{3,64}" + }, + "Boolean":{ + "type":"boolean", + "box":true + }, + "Bucket":{ + "type":"string", + "max":64, + "min":2, + "pattern":"[^_][^\"]*" + }, + "ConflictException":{ + "type":"structure", + "required":[ + "message", + "resourceId", + "resourceType" + ], + "members":{ + "message":{"shape":"String"}, + "resourceId":{ + "shape":"String", + "documentation":"

The identifier for the Timestream for InfluxDB resource associated with the request.

" + }, + "resourceType":{ + "shape":"String", + "documentation":"

The type of Timestream for InfluxDB resource associated with the request.

" + } + }, + "documentation":"

The request conflicts with an existing resource in Timestream for InfluxDB.

", + "exception":true + }, + "CreateDbInstanceInput":{ + "type":"structure", + "required":[ + "name", + "password", + "dbInstanceType", + "vpcSubnetIds", + "vpcSecurityGroupIds", + "allocatedStorage" + ], + "members":{ + "name":{ + "shape":"DbInstanceName", + "documentation":"

The name that uniquely identifies the DB instance when interacting with the Amazon Timestream for InfluxDB API and CLI commands. This name will also be a prefix included in the endpoint. DB instance names must be unique per customer and per region.

" + }, + "username":{ + "shape":"Username", + "documentation":"

The username of the initial admin user created in InfluxDB. Must start with a letter and can't end with a hyphen or contain two consecutive hyphens. For example, my-user1. This username will allow you to access the InfluxDB UI to perform various administrative tasks and also use the InfluxDB CLI to create an operator token. These attributes will be stored in a Secret created in Amazon Secrets Manager in your account.

" + }, + "password":{ + "shape":"Password", + "documentation":"

The password of the initial admin user created in InfluxDB. This password will allow you to access the InfluxDB UI to perform various administrative tasks and also use the InfluxDB CLI to create an operator token. These attributes will be stored in a Secret created in AWS SecretManager in your account.

" + }, + "organization":{ + "shape":"Organization", + "documentation":"

The name of the initial organization for the initial admin user in InfluxDB. An InfluxDB organization is a workspace for a group of users.

" + }, + "bucket":{ + "shape":"Bucket", + "documentation":"

The name of the initial InfluxDB bucket. All InfluxDB data is stored in a bucket. A bucket combines the concept of a database and a retention period (the duration of time that each data point persists). A bucket belongs to an organization.

" + }, + "dbInstanceType":{ + "shape":"DbInstanceType", + "documentation":"

The Timestream for InfluxDB DB instance type to run InfluxDB on.

" + }, + "vpcSubnetIds":{ + "shape":"VpcSubnetIdList", + "documentation":"

A list of VPC subnet IDs to associate with the DB instance. Provide at least two VPC subnet IDs in different availability zones when deploying with a Multi-AZ standby.

" + }, + "vpcSecurityGroupIds":{ + "shape":"VpcSecurityGroupIdList", + "documentation":"

A list of VPC security group IDs to associate with the DB instance.

" + }, + "publiclyAccessible":{ + "shape":"Boolean", + "documentation":"

Configures the DB instance with a public IP to facilitate access.

" + }, + "dbStorageType":{ + "shape":"DbStorageType", + "documentation":"

The Timestream for InfluxDB DB storage type to read and write InfluxDB data.

You can choose between 3 different types of provisioned Influx IOPS included storage according to your workloads requirements:

  • Influx IO Included 3000 IOPS

  • Influx IO Included 12000 IOPS

  • Influx IO Included 16000 IOPS

" + }, + "allocatedStorage":{ + "shape":"AllocatedStorage", + "documentation":"

The amount of storage to allocate for your DB storage type in GiB (gibibytes).

" + }, + "dbParameterGroupIdentifier":{ + "shape":"DbParameterGroupIdentifier", + "documentation":"

The id of the DB parameter group to assign to your DB instance. DB parameter groups specify how the database is configured. For example, DB parameter groups can specify the limit for query concurrency.

" + }, + "deploymentType":{ + "shape":"DeploymentType", + "documentation":"

Specifies whether the DB instance will be deployed as a standalone instance or with a Multi-AZ standby for high availability.

" + }, + "logDeliveryConfiguration":{ + "shape":"LogDeliveryConfiguration", + "documentation":"

Configuration for sending InfluxDB engine logs to a specified S3 bucket.

" + }, + "tags":{ + "shape":"RequestTagMap", + "documentation":"

A list of key-value pairs to associate with the DB instance.

" + } + } + }, + "CreateDbInstanceOutput":{ + "type":"structure", + "required":[ + "id", + "name", + "arn", + "vpcSubnetIds" + ], + "members":{ + "id":{ + "shape":"DbInstanceId", + "documentation":"

A service-generated unique identifier.

" + }, + "name":{ + "shape":"DbInstanceName", + "documentation":"

The customer-supplied name that uniquely identifies the DB instance when interacting with the Amazon Timestream for InfluxDB API and CLI commands.

" + }, + "arn":{ + "shape":"Arn", + "documentation":"

The Amazon Resource Name (ARN) of the DB instance.

" + }, + "status":{ + "shape":"Status", + "documentation":"

The status of the DB instance.

" + }, + "endpoint":{ + "shape":"String", + "documentation":"

The endpoint used to connect to InfluxDB. The default InfluxDB port is 8086.

" + }, + "dbInstanceType":{ + "shape":"DbInstanceType", + "documentation":"

The Timestream for InfluxDB instance type that InfluxDB runs on.

" + }, + "dbStorageType":{ + "shape":"DbStorageType", + "documentation":"

The Timestream for InfluxDB DB storage type that InfluxDB stores data on.

" + }, + "allocatedStorage":{ + "shape":"AllocatedStorage", + "documentation":"

The amount of storage allocated for your DB storage type (in gibibytes).

" + }, + "deploymentType":{ + "shape":"DeploymentType", + "documentation":"

Specifies whether the Timestream for InfluxDB is deployed as Single-AZ or with a MultiAZ Standby for High availability.

" + }, + "vpcSubnetIds":{ + "shape":"VpcSubnetIdList", + "documentation":"

A list of VPC subnet IDs associated with the DB instance.

" + }, + "publiclyAccessible":{ + "shape":"Boolean", + "documentation":"

Indicates if the DB instance has a public IP to facilitate access.

" + }, + "vpcSecurityGroupIds":{ + "shape":"VpcSecurityGroupIdList", + "documentation":"

A list of VPC security group IDs associated with the DB instance.

" + }, + "dbParameterGroupIdentifier":{ + "shape":"DbParameterGroupIdentifier", + "documentation":"

The id of the DB parameter group assigned to your DB instance.

" + }, + "availabilityZone":{ + "shape":"String", + "documentation":"

The Availability Zone in which the DB instance resides.

" + }, + "secondaryAvailabilityZone":{ + "shape":"String", + "documentation":"

The Availability Zone in which the standby instance is located when deploying with a MultiAZ standby instance.

" + }, + "logDeliveryConfiguration":{ + "shape":"LogDeliveryConfiguration", + "documentation":"

Configuration for sending InfluxDB engine logs to send to specified S3 bucket.

" + }, + "influxAuthParametersSecretArn":{ + "shape":"String", + "documentation":"

The Amazon Resource Name (ARN) of the AWS Secrets Manager secret containing the initial InfluxDB authorization parameters. The secret value is a JSON formatted key-value pair holding InfluxDB authorization values: organization, bucket, username, and password.

" + } + } + }, + "CreateDbParameterGroupInput":{ + "type":"structure", + "required":["name"], + "members":{ + "name":{ + "shape":"DbParameterGroupName", + "documentation":"

The name of the DB parameter group. The name must be unique per customer and per region.

" + }, + "description":{ + "shape":"CreateDbParameterGroupInputDescriptionString", + "documentation":"

A description of the DB parameter group.

" + }, + "parameters":{ + "shape":"Parameters", + "documentation":"

A list of the parameters that comprise the DB parameter group.

" + }, + "tags":{ + "shape":"RequestTagMap", + "documentation":"

A list of key-value pairs to associate with the DB parameter group.

" + } + } + }, + "CreateDbParameterGroupInputDescriptionString":{ + "type":"string", + "max":500, + "min":0 + }, + "CreateDbParameterGroupOutput":{ + "type":"structure", + "required":[ + "id", + "name", + "arn" + ], + "members":{ + "id":{ + "shape":"DbParameterGroupId", + "documentation":"

A service-generated unique identifier.

" + }, + "name":{ + "shape":"DbParameterGroupName", + "documentation":"

The customer-supplied name that uniquely identifies the DB parameter group when interacting with the Amazon Timestream for InfluxDB API and CLI commands.

" + }, + "arn":{ + "shape":"Arn", + "documentation":"

The Amazon Resource Name (ARM) of the DB parameter group.

" + }, + "description":{ + "shape":"String", + "documentation":"

The description of the DB parameter group.

" + }, + "parameters":{ + "shape":"Parameters", + "documentation":"

A list of the parameters that comprise the DB parameter group.

" + } + } + }, + "DbInstanceId":{ + "type":"string", + "max":64, + "min":3, + "pattern":"[a-zA-Z0-9]+" + }, + "DbInstanceIdentifier":{ + "type":"string", + "max":64, + "min":3, + "pattern":"[a-zA-Z0-9]+" + }, + "DbInstanceName":{ + "type":"string", + "max":40, + "min":3, + "pattern":"[a-zA-z][a-zA-Z0-9]*(-[a-zA-Z0-9]+)*" + }, + "DbInstanceSummary":{ + "type":"structure", + "required":[ + "id", + "name", + "arn" + ], + "members":{ + "id":{ + "shape":"DbInstanceId", + "documentation":"

The service-generated unique identifier of the DB instance.

" + }, + "name":{ + "shape":"DbInstanceName", + "documentation":"

This customer-supplied name uniquely identifies the DB instance when interacting with the Amazon Timestream for InfluxDB API and AWS CLI commands.

" + }, + "arn":{ + "shape":"Arn", + "documentation":"

The Amazon Resource Name (ARN) of the DB instance.

" + }, + "status":{ + "shape":"Status", + "documentation":"

The status of the DB instance.

" + }, + "endpoint":{ + "shape":"String", + "documentation":"

The endpoint used to connect to InfluxDB. The default InfluxDB port is 8086.

" + }, + "dbInstanceType":{ + "shape":"DbInstanceType", + "documentation":"

The Timestream for InfluxDB instance type to run InfluxDB on.

" + }, + "dbStorageType":{ + "shape":"DbStorageType", + "documentation":"

The storage type for your DB instance.

" + }, + "allocatedStorage":{ + "shape":"AllocatedStorage", + "documentation":"

The amount of storage to allocate for your DbStorageType in GiB (gibibytes).

" + }, + "deploymentType":{ + "shape":"DeploymentType", + "documentation":"

Single-Instance or with a MultiAZ Standby for High availability.

" + } + }, + "documentation":"

Contains a summary of a DB instance.

" + }, + "DbInstanceSummaryList":{ + "type":"list", + "member":{"shape":"DbInstanceSummary"} + }, + "DbInstanceType":{ + "type":"string", + "enum":[ + "db.influx.medium", + "db.influx.large", + "db.influx.xlarge", + "db.influx.2xlarge", + "db.influx.4xlarge", + "db.influx.8xlarge", + "db.influx.12xlarge", + "db.influx.16xlarge" + ] + }, + "DbParameterGroupId":{ + "type":"string", + "max":64, + "min":3, + "pattern":"[a-zA-Z0-9]+" + }, + "DbParameterGroupIdentifier":{ + "type":"string", + "max":64, + "min":3, + "pattern":"[a-zA-Z0-9]+" + }, + "DbParameterGroupName":{ + "type":"string", + "max":64, + "min":3, + "pattern":"[a-zA-z][a-zA-Z0-9]*(-[a-zA-Z0-9]+)*" + }, + "DbParameterGroupSummary":{ + "type":"structure", + "required":[ + "id", + "name", + "arn" + ], + "members":{ + "id":{ + "shape":"DbParameterGroupId", + "documentation":"

A service-generated unique identifier.

" + }, + "name":{ + "shape":"DbParameterGroupName", + "documentation":"

This customer-supplied name uniquely identifies the parameter group.

" + }, + "arn":{ + "shape":"Arn", + "documentation":"

The Amazon Resource Name (ARN) of the DB parameter group.

" + }, + "description":{ + "shape":"String", + "documentation":"

A description of the DB parameter group.

" + } + }, + "documentation":"

Contains a summary of a DB parameter group.

" + }, + "DbParameterGroupSummaryList":{ + "type":"list", + "member":{"shape":"DbParameterGroupSummary"} + }, + "DbStorageType":{ + "type":"string", + "enum":[ + "InfluxIOIncludedT1", + "InfluxIOIncludedT2", + "InfluxIOIncludedT3" + ] + }, + "DeleteDbInstanceInput":{ + "type":"structure", + "required":["identifier"], + "members":{ + "identifier":{ + "shape":"DbInstanceIdentifier", + "documentation":"

The id of the DB instance.

" + } + } + }, + "DeleteDbInstanceOutput":{ + "type":"structure", + "required":[ + "id", + "name", + "arn", + "vpcSubnetIds" + ], + "members":{ + "id":{ + "shape":"DbInstanceId", + "documentation":"

A service-generated unique identifier.

" + }, + "name":{ + "shape":"DbInstanceName", + "documentation":"

The customer-supplied name that uniquely identifies the DB instance when interacting with the Amazon Timestream for InfluxDB API and CLI commands.

" + }, + "arn":{ + "shape":"Arn", + "documentation":"

The Amazon Resource Name (ARN) of the DB instance.

" + }, + "status":{ + "shape":"Status", + "documentation":"

The status of the DB instance.

" + }, + "endpoint":{ + "shape":"String", + "documentation":"

The endpoint used to connect to InfluxDB. The default InfluxDB port is 8086.

" + }, + "dbInstanceType":{ + "shape":"DbInstanceType", + "documentation":"

The Timestream for InfluxDB instance type that InfluxDB runs on.

" + }, + "dbStorageType":{ + "shape":"DbStorageType", + "documentation":"

The Timestream for InfluxDB DB storage type that InfluxDB stores data on.

" + }, + "allocatedStorage":{ + "shape":"AllocatedStorage", + "documentation":"

The amount of storage allocated for your DB storage type (in gibibytes).

" + }, + "deploymentType":{ + "shape":"DeploymentType", + "documentation":"

Specifies whether the Timestream for InfluxDB is deployed as Single-AZ or with a MultiAZ Standby for High availability.

" + }, + "vpcSubnetIds":{ + "shape":"VpcSubnetIdList", + "documentation":"

A list of VPC subnet IDs associated with the DB instance.

" + }, + "publiclyAccessible":{ + "shape":"Boolean", + "documentation":"

Indicates if the DB instance has a public IP to facilitate access.

" + }, + "vpcSecurityGroupIds":{ + "shape":"VpcSecurityGroupIdList", + "documentation":"

A list of VPC security group IDs associated with the DB instance.

" + }, + "dbParameterGroupIdentifier":{ + "shape":"DbParameterGroupIdentifier", + "documentation":"

The id of the DB parameter group assigned to your DB instance.

" + }, + "availabilityZone":{ + "shape":"String", + "documentation":"

The Availability Zone in which the DB instance resides.

" + }, + "secondaryAvailabilityZone":{ + "shape":"String", + "documentation":"

The Availability Zone in which the standby instance is located when deploying with a MultiAZ standby instance.

" + }, + "logDeliveryConfiguration":{ + "shape":"LogDeliveryConfiguration", + "documentation":"

Configuration for sending InfluxDB engine logs to send to specified S3 bucket.

" + }, + "influxAuthParametersSecretArn":{ + "shape":"String", + "documentation":"

The Amazon Resource Name (ARN) of the AWS Secrets Manager secret containing the initial InfluxDB authorization parameters. The secret value is a JSON formatted key-value pair holding InfluxDB authorization values: organization, bucket, username, and password.

" + } + } + }, + "DeploymentType":{ + "type":"string", + "enum":[ + "SINGLE_AZ", + "WITH_MULTIAZ_STANDBY" + ] + }, + "GetDbInstanceInput":{ + "type":"structure", + "required":["identifier"], + "members":{ + "identifier":{ + "shape":"DbInstanceIdentifier", + "documentation":"

The id of the DB instance.

" + } + } + }, + "GetDbInstanceOutput":{ + "type":"structure", + "required":[ + "id", + "name", + "arn", + "vpcSubnetIds" + ], + "members":{ + "id":{ + "shape":"DbInstanceId", + "documentation":"

A service-generated unique identifier.

" + }, + "name":{ + "shape":"DbInstanceName", + "documentation":"

The customer-supplied name that uniquely identifies the DB instance when interacting with the Amazon Timestream for InfluxDB API and CLI commands.

" + }, + "arn":{ + "shape":"Arn", + "documentation":"

The Amazon Resource Name (ARN) of the DB instance.

" + }, + "status":{ + "shape":"Status", + "documentation":"

The status of the DB instance.

" + }, + "endpoint":{ + "shape":"String", + "documentation":"

The endpoint used to connect to InfluxDB. The default InfluxDB port is 8086.

" + }, + "dbInstanceType":{ + "shape":"DbInstanceType", + "documentation":"

The Timestream for InfluxDB instance type that InfluxDB runs on.

" + }, + "dbStorageType":{ + "shape":"DbStorageType", + "documentation":"

The Timestream for InfluxDB DB storage type that InfluxDB stores data on.

" + }, + "allocatedStorage":{ + "shape":"AllocatedStorage", + "documentation":"

The amount of storage allocated for your DB storage type (in gibibytes).

" + }, + "deploymentType":{ + "shape":"DeploymentType", + "documentation":"

Specifies whether the Timestream for InfluxDB is deployed as Single-AZ or with a MultiAZ Standby for High availability.

" + }, + "vpcSubnetIds":{ + "shape":"VpcSubnetIdList", + "documentation":"

A list of VPC subnet IDs associated with the DB instance.

" + }, + "publiclyAccessible":{ + "shape":"Boolean", + "documentation":"

Indicates if the DB instance has a public IP to facilitate access.

" + }, + "vpcSecurityGroupIds":{ + "shape":"VpcSecurityGroupIdList", + "documentation":"

A list of VPC security group IDs associated with the DB instance.

" + }, + "dbParameterGroupIdentifier":{ + "shape":"DbParameterGroupIdentifier", + "documentation":"

The id of the DB parameter group assigned to your DB instance.

" + }, + "availabilityZone":{ + "shape":"String", + "documentation":"

The Availability Zone in which the DB instance resides.

" + }, + "secondaryAvailabilityZone":{ + "shape":"String", + "documentation":"

The Availability Zone in which the standby instance is located when deploying with a MultiAZ standby instance.

" + }, + "logDeliveryConfiguration":{ + "shape":"LogDeliveryConfiguration", + "documentation":"

Configuration for sending InfluxDB engine logs to send to specified S3 bucket.

" + }, + "influxAuthParametersSecretArn":{ + "shape":"String", + "documentation":"

The Amazon Resource Name (ARN) of the AWS Secrets Manager secret containing the initial InfluxDB authorization parameters. The secret value is a JSON formatted key-value pair holding InfluxDB authorization values: organization, bucket, username, and password.

" + } + } + }, + "GetDbParameterGroupInput":{ + "type":"structure", + "required":["identifier"], + "members":{ + "identifier":{ + "shape":"DbParameterGroupIdentifier", + "documentation":"

The id of the DB parameter group.

" + } + } + }, + "GetDbParameterGroupOutput":{ + "type":"structure", + "required":[ + "id", + "name", + "arn" + ], + "members":{ + "id":{ + "shape":"DbParameterGroupId", + "documentation":"

A service-generated unique identifier.

" + }, + "name":{ + "shape":"DbParameterGroupName", + "documentation":"

The customer-supplied name that uniquely identifies the DB parameter group when interacting with the Amazon Timestream for InfluxDB API and CLI commands.

" + }, + "arn":{ + "shape":"Arn", + "documentation":"

The Amazon Resource Name (ARN) of the DB parameter group.

" + }, + "description":{ + "shape":"String", + "documentation":"

A description of the DB parameter group.

" + }, + "parameters":{ + "shape":"Parameters", + "documentation":"

The parameters that comprise the DB parameter group.

" + } + } + }, + "InfluxDBv2Parameters":{ + "type":"structure", + "members":{ + "fluxLogEnabled":{ + "shape":"Boolean", + "documentation":"

Include option to show detailed logs for Flux queries.

Default: false

" + }, + "logLevel":{ + "shape":"LogLevel", + "documentation":"

Log output level. InfluxDB outputs log entries with severity levels greater than or equal to the level specified.

Default: info

" + }, + "noTasks":{ + "shape":"Boolean", + "documentation":"

Disable the task scheduler. If problematic tasks prevent InfluxDB from starting, use this option to start InfluxDB without scheduling or executing tasks.

Default: false

" + }, + "queryConcurrency":{ + "shape":"InfluxDBv2ParametersQueryConcurrencyInteger", + "documentation":"

Number of queries allowed to execute concurrently. Setting to 0 allows an unlimited number of concurrent queries.

Default: 0

" + }, + "queryQueueSize":{ + "shape":"InfluxDBv2ParametersQueryQueueSizeInteger", + "documentation":"

Maximum number of queries allowed in execution queue. When queue limit is reached, new queries are rejected. Setting to 0 allows an unlimited number of queries in the queue.

Default: 0

" + }, + "tracingType":{ + "shape":"TracingType", + "documentation":"

Enable tracing in InfluxDB and specifies the tracing type. Tracing is disabled by default.

" + }, + "metricsDisabled":{ + "shape":"Boolean", + "documentation":"

Disable the HTTP /metrics endpoint which exposes internal InfluxDB metrics.

Default: false

" + } + }, + "documentation":"

All the customer-modifiable InfluxDB v2 parameters in Timestream for InfluxDB.

" + }, + "InfluxDBv2ParametersQueryConcurrencyInteger":{ + "type":"integer", + "box":true, + "max":256, + "min":0 + }, + "InfluxDBv2ParametersQueryQueueSizeInteger":{ + "type":"integer", + "box":true, + "max":256, + "min":0 + }, + "Integer":{ + "type":"integer", + "box":true + }, + "InternalServerException":{ + "type":"structure", + "required":["message"], + "members":{ + "message":{"shape":"String"} + }, + "documentation":"

The request processing has failed because of an unknown error, exception or failure.

", + "exception":true, + "fault":true, + "retryable":{"throttling":false} + }, + "ListDbInstancesInput":{ + "type":"structure", + "members":{ + "nextToken":{ + "shape":"NextToken", + "documentation":"

The pagination token. To resume pagination, provide the NextToken value as argument of a subsequent API invocation.

" + }, + "maxResults":{ + "shape":"MaxResults", + "documentation":"

The maximum number of items to return in the output. If the total number of items available is more than the value specified, a NextToken is provided in the output. To resume pagination, provide the NextToken value as argument of a subsequent API invocation.

" + } + } + }, + "ListDbInstancesOutput":{ + "type":"structure", + "required":["items"], + "members":{ + "items":{ + "shape":"DbInstanceSummaryList", + "documentation":"

A list of Timestream for InfluxDB DB instance summaries.

" + }, + "nextToken":{ + "shape":"NextToken", + "documentation":"

Token from a previous call of the operation. When this value is provided, the service returns results from where the previous response left off.

" + } + } + }, + "ListDbParameterGroupsInput":{ + "type":"structure", + "members":{ + "nextToken":{ + "shape":"NextToken", + "documentation":"

The pagination token. To resume pagination, provide the NextToken value as argument of a subsequent API invocation.

" + }, + "maxResults":{ + "shape":"MaxResults", + "documentation":"

The maximum number of items to return in the output. If the total number of items available is more than the value specified, a NextToken is provided in the output. To resume pagination, provide the NextToken value as argument of a subsequent API invocation.

" + } + } + }, + "ListDbParameterGroupsOutput":{ + "type":"structure", + "required":["items"], + "members":{ + "items":{ + "shape":"DbParameterGroupSummaryList", + "documentation":"

A list of Timestream for InfluxDB DB parameter group summaries.

" + }, + "nextToken":{ + "shape":"NextToken", + "documentation":"

Token from a previous call of the operation. When this value is provided, the service returns results from where the previous response left off.

" + } + } + }, + "ListTagsForResourceRequest":{ + "type":"structure", + "required":["resourceArn"], + "members":{ + "resourceArn":{ + "shape":"Arn", + "documentation":"

The Amazon Resource Name (ARN) of the tagged resource.

" + } + } + }, + "ListTagsForResourceResponse":{ + "type":"structure", + "members":{ + "tags":{ + "shape":"ResponseTagMap", + "documentation":"

A list of tags used to categorize and track resources.

" + } + } + }, + "LogDeliveryConfiguration":{ + "type":"structure", + "required":["s3Configuration"], + "members":{ + "s3Configuration":{ + "shape":"S3Configuration", + "documentation":"

Configuration for S3 bucket log delivery.

" + } + }, + "documentation":"

Configuration for sending InfluxDB engine logs to send to specified S3 bucket.

" + }, + "LogLevel":{ + "type":"string", + "enum":[ + "debug", + "info", + "error" + ] + }, + "MaxResults":{ + "type":"integer", + "box":true, + "max":100, + "min":1 + }, + "NextToken":{"type":"string"}, + "Organization":{ + "type":"string", + "max":64, + "min":1 + }, + "Parameters":{ + "type":"structure", + "members":{ + "InfluxDBv2":{ + "shape":"InfluxDBv2Parameters", + "documentation":"

All the customer-modifiable InfluxDB v2 parameters in Timestream for InfluxDB.

" + } + }, + "documentation":"

The parameters that comprise the parameter group.

", + "union":true + }, + "Password":{ + "type":"string", + "max":64, + "min":8, + "pattern":"[a-zA-Z0-9]+", + "sensitive":true + }, + "RequestTagMap":{ + "type":"map", + "key":{"shape":"TagKey"}, + "value":{"shape":"TagValue"}, + "max":200, + "min":1 + }, + "ResourceNotFoundException":{ + "type":"structure", + "required":[ + "message", + "resourceId", + "resourceType" + ], + "members":{ + "message":{"shape":"String"}, + "resourceId":{ + "shape":"String", + "documentation":"

The identifier for the Timestream for InfluxDB resource associated with the request.

" + }, + "resourceType":{ + "shape":"String", + "documentation":"

The type of Timestream for InfluxDB resource associated with the request.

" + } + }, + "documentation":"

The requested resource was not found or does not exist.

", + "exception":true + }, + "ResponseTagMap":{ + "type":"map", + "key":{"shape":"TagKey"}, + "value":{"shape":"TagValue"}, + "max":200, + "min":0 + }, + "S3Configuration":{ + "type":"structure", + "required":[ + "bucketName", + "enabled" + ], + "members":{ + "bucketName":{ + "shape":"S3ConfigurationBucketNameString", + "documentation":"

The name of the S3 bucket to deliver logs to.

" + }, + "enabled":{ + "shape":"Boolean", + "documentation":"

Indicates whether log delivery to the S3 bucket is enabled.

" + } + }, + "documentation":"

Configuration for S3 bucket log delivery.

" + }, + "S3ConfigurationBucketNameString":{ + "type":"string", + "max":63, + "min":3, + "pattern":"[0-9a-z]+[0-9a-z\\.\\-]*[0-9a-z]+" + }, + "ServiceQuotaExceededException":{ + "type":"structure", + "required":["message"], + "members":{ + "message":{"shape":"String"} + }, + "documentation":"

The request exceeds the service quota.

", + "exception":true + }, + "Status":{ + "type":"string", + "enum":[ + "CREATING", + "AVAILABLE", + "DELETING", + "MODIFYING", + "UPDATING", + "DELETED", + "FAILED" + ] + }, + "String":{"type":"string"}, + "TagKey":{ + "type":"string", + "max":128, + "min":1 + }, + "TagKeys":{ + "type":"list", + "member":{"shape":"TagKey"}, + "max":200, + "min":1 + }, + "TagResourceRequest":{ + "type":"structure", + "required":[ + "resourceArn", + "tags" + ], + "members":{ + "resourceArn":{ + "shape":"Arn", + "documentation":"

The Amazon Resource Name (ARN) of the tagged resource.

" + }, + "tags":{ + "shape":"RequestTagMap", + "documentation":"

A list of tags used to categorize and track resources.

" + } + } + }, + "TagValue":{ + "type":"string", + "max":256, + "min":0 + }, + "ThrottlingException":{ + "type":"structure", + "required":["message"], + "members":{ + "message":{"shape":"String"}, + "retryAfterSeconds":{ + "shape":"Integer", + "documentation":"

The number of seconds the caller should wait before retrying.

" + } + }, + "documentation":"

The request was denied due to request throttling.

", + "exception":true, + "retryable":{"throttling":false} + }, + "TracingType":{ + "type":"string", + "enum":[ + "log", + "jaeger" + ] + }, + "UntagResourceRequest":{ + "type":"structure", + "required":[ + "resourceArn", + "tagKeys" + ], + "members":{ + "resourceArn":{ + "shape":"Arn", + "documentation":"

The Amazon Resource Name (ARN) of the tagged resource.

" + }, + "tagKeys":{ + "shape":"TagKeys", + "documentation":"

The keys used to identify the tags.

" + } + } + }, + "UpdateDbInstanceInput":{ + "type":"structure", + "required":["identifier"], + "members":{ + "identifier":{ + "shape":"DbInstanceIdentifier", + "documentation":"

The id of the DB instance.

" + }, + "logDeliveryConfiguration":{ + "shape":"LogDeliveryConfiguration", + "documentation":"

Configuration for sending InfluxDB engine logs to send to specified S3 bucket.

" + }, + "dbParameterGroupIdentifier":{ + "shape":"DbParameterGroupIdentifier", + "documentation":"

The id of the DB parameter group to assign to your DB instance. DB parameter groups specify how the database is configured. For example, DB parameter groups can specify the limit for query concurrency.

" + } + } + }, + "UpdateDbInstanceOutput":{ + "type":"structure", + "required":[ + "id", + "name", + "arn", + "vpcSubnetIds" + ], + "members":{ + "id":{ + "shape":"DbInstanceId", + "documentation":"

A service-generated unique identifier.

" + }, + "name":{ + "shape":"DbInstanceName", + "documentation":"

This customer-supplied name uniquely identifies the DB instance when interacting with the Amazon Timestream for InfluxDB API and AWS CLI commands.

" + }, + "arn":{ + "shape":"Arn", + "documentation":"

The Amazon Resource Name (ARN) of the DB instance.

" + }, + "status":{ + "shape":"Status", + "documentation":"

The status of the DB instance.

" + }, + "endpoint":{ + "shape":"String", + "documentation":"

The endpoint used to connect to InfluxDB. The default InfluxDB port is 8086.

" + }, + "dbInstanceType":{ + "shape":"DbInstanceType", + "documentation":"

The Timestream for InfluxDB instance type that InfluxDB runs on.

" + }, + "dbStorageType":{ + "shape":"DbStorageType", + "documentation":"

The Timestream for InfluxDB DB storage type that InfluxDB stores data on.

" + }, + "allocatedStorage":{ + "shape":"AllocatedStorage", + "documentation":"

The amount of storage allocated for your DB storage type (in gibibytes).

" + }, + "deploymentType":{ + "shape":"DeploymentType", + "documentation":"

Specifies whether the Timestream for InfluxDB is deployed as Single-AZ or with a MultiAZ Standby for High availability.

" + }, + "vpcSubnetIds":{ + "shape":"VpcSubnetIdList", + "documentation":"

A list of VPC subnet IDs associated with the DB instance.

" + }, + "publiclyAccessible":{ + "shape":"Boolean", + "documentation":"

Indicates if the DB instance has a public IP to facilitate access.

" + }, + "vpcSecurityGroupIds":{ + "shape":"VpcSecurityGroupIdList", + "documentation":"

A list of VPC security group IDs associated with the DB instance.

" + }, + "dbParameterGroupIdentifier":{ + "shape":"DbParameterGroupIdentifier", + "documentation":"

The id of the DB parameter group assigned to your DB instance.

" + }, + "availabilityZone":{ + "shape":"String", + "documentation":"

The Availability Zone in which the DB instance resides.

" + }, + "secondaryAvailabilityZone":{ + "shape":"String", + "documentation":"

The Availability Zone in which the standby instance is located when deploying with a MultiAZ standby instance.

" + }, + "logDeliveryConfiguration":{ + "shape":"LogDeliveryConfiguration", + "documentation":"

Configuration for sending InfluxDB engine logs to send to specified S3 bucket.

" + }, + "influxAuthParametersSecretArn":{ + "shape":"String", + "documentation":"

The Amazon Resource Name (ARN) of the AWS Secrets Manager secret containing the initial InfluxDB authorization parameters. The secret value is a JSON formatted key-value pair holding InfluxDB authorization values: organization, bucket, username, and password.

" + } + } + }, + "Username":{ + "type":"string", + "max":64, + "min":1, + "sensitive":true + }, + "ValidationException":{ + "type":"structure", + "required":[ + "message", + "reason" + ], + "members":{ + "message":{"shape":"String"}, + "reason":{ + "shape":"ValidationExceptionReason", + "documentation":"

The reason that validation failed.

" + } + }, + "documentation":"

The input fails to satisfy the constraints specified by Timestream for InfluxDB.

", + "exception":true + }, + "ValidationExceptionReason":{ + "type":"string", + "enum":[ + "FIELD_VALIDATION_FAILED", + "OTHER" + ] + }, + "VpcSecurityGroupId":{ + "type":"string", + "max":64, + "min":0, + "pattern":"sg-[a-z0-9]+" + }, + "VpcSecurityGroupIdList":{ + "type":"list", + "member":{"shape":"VpcSecurityGroupId"}, + "max":5, + "min":1 + }, + "VpcSubnetId":{ + "type":"string", + "max":64, + "min":0, + "pattern":"subnet-[a-z0-9]+" + }, + "VpcSubnetIdList":{ + "type":"list", + "member":{"shape":"VpcSubnetId"}, + "max":3, + "min":1 + } + }, + "documentation":"

Amazon Timestream for InfluxDB is a managed time-series database engine that makes it easy for application developers and DevOps teams to run InfluxDB databases on AWS for near real-time time-series applications using open-source APIs. With Amazon Timestream for InfluxDB, it is easy to set up, operate, and scale time-series workloads that can answer queries with single-digit millisecond query response time.

" +} diff --git a/tests/functional/endpoint-rules/timestream-influxdb/endpoint-tests-1.json b/tests/functional/endpoint-rules/timestream-influxdb/endpoint-tests-1.json new file mode 100644 index 0000000000..c0d089c25b --- /dev/null +++ b/tests/functional/endpoint-rules/timestream-influxdb/endpoint-tests-1.json @@ -0,0 +1,314 @@ +{ + "testCases": [ + { + "documentation": "For region us-east-1 with FIPS enabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://timestream-influxdb-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://timestream-influxdb-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://timestream-influxdb.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://timestream-influxdb.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://timestream-influxdb-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://timestream-influxdb-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://timestream-influxdb.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://timestream-influxdb.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://timestream-influxdb-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://timestream-influxdb-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://timestream-influxdb.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://timestream-influxdb.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://timestream-influxdb-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://timestream-influxdb.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://timestream-influxdb-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://timestream-influxdb.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 9540e0a1f6312ee2bd5a008a13b8e9afb7db72a4 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Thu, 14 Mar 2024 18:06:07 +0000 Subject: [PATCH 4/5] Update endpoints model --- botocore/data/endpoints.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/botocore/data/endpoints.json b/botocore/data/endpoints.json index 6c695f7660..99a2143074 100644 --- a/botocore/data/endpoints.json +++ b/botocore/data/endpoints.json @@ -27948,4 +27948,4 @@ "services" : { } } ], "version" : 3 -} +} \ No newline at end of file From 2139dddf49b3c5ecf85c7a909653ceea520af616 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Thu, 14 Mar 2024 18:06:53 +0000 Subject: [PATCH 5/5] Bumping version to 1.34.63 --- .changes/1.34.63.json | 47 +++++++++++++++++++ .../api-change-amplify-29485.json | 5 -- .../api-change-ec2instanceconnect-62662.json | 5 -- .../next-release/api-change-elbv2-18902.json | 5 -- .../next-release/api-change-fis-40494.json | 5 -- .../api-change-iotroborunner-62978.json | 5 -- .../next-release/api-change-rds-17813.json | 5 -- .../api-change-secretsmanager-7601.json | 5 -- .../api-change-timestreaminfluxdb-74528.json | 5 -- .../enhancement-urllib3-72501.json | 5 -- CHANGELOG.rst | 14 ++++++ botocore/__init__.py | 2 +- docs/source/conf.py | 2 +- 13 files changed, 63 insertions(+), 47 deletions(-) create mode 100644 .changes/1.34.63.json delete mode 100644 .changes/next-release/api-change-amplify-29485.json delete mode 100644 .changes/next-release/api-change-ec2instanceconnect-62662.json delete mode 100644 .changes/next-release/api-change-elbv2-18902.json delete mode 100644 .changes/next-release/api-change-fis-40494.json delete mode 100644 .changes/next-release/api-change-iotroborunner-62978.json delete mode 100644 .changes/next-release/api-change-rds-17813.json delete mode 100644 .changes/next-release/api-change-secretsmanager-7601.json delete mode 100644 .changes/next-release/api-change-timestreaminfluxdb-74528.json delete mode 100644 .changes/next-release/enhancement-urllib3-72501.json diff --git a/.changes/1.34.63.json b/.changes/1.34.63.json new file mode 100644 index 0000000000..850ef3d017 --- /dev/null +++ b/.changes/1.34.63.json @@ -0,0 +1,47 @@ +[ + { + "category": "``amplify``", + "description": "Documentation updates for Amplify. Identifies the APIs available only to apps created using Amplify Gen 1.", + "type": "api-change" + }, + { + "category": "``ec2-instance-connect``", + "description": "This release includes a new exception type \"SerialConsoleSessionUnsupportedException\" for SendSerialConsoleSSHPublicKey API.", + "type": "api-change" + }, + { + "category": "``elbv2``", + "description": "This release allows you to configure HTTP client keep-alive duration for communication between clients and Application Load Balancers.", + "type": "api-change" + }, + { + "category": "``fis``", + "description": "This release adds support for previewing target resources before running a FIS experiment. It also adds resource ARNs for actions, experiments, and experiment templates to API responses.", + "type": "api-change" + }, + { + "category": "``iot-roborunner``", + "description": "The iot-roborunner client has been removed following the deprecation of the service.", + "type": "api-change" + }, + { + "category": "``rds``", + "description": "Updates Amazon RDS documentation for EBCDIC collation for RDS for Db2.", + "type": "api-change" + }, + { + "category": "``secretsmanager``", + "description": "Doc only update for Secrets Manager", + "type": "api-change" + }, + { + "category": "``timestream-influxdb``", + "description": "This is the initial SDK release for Amazon Timestream for InfluxDB. Amazon Timestream for InfluxDB is a new time-series database engine that makes it easy for application developers and DevOps teams to run InfluxDB databases on AWS for near real-time time-series applications using open source APIs.", + "type": "api-change" + }, + { + "category": "``urllib3``", + "description": "Added support for urllib3 2.2.1+ in Python 3.10+", + "type": "enhancement" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-amplify-29485.json b/.changes/next-release/api-change-amplify-29485.json deleted file mode 100644 index 86e83c10be..0000000000 --- a/.changes/next-release/api-change-amplify-29485.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``amplify``", - "description": "Documentation updates for Amplify. Identifies the APIs available only to apps created using Amplify Gen 1." -} diff --git a/.changes/next-release/api-change-ec2instanceconnect-62662.json b/.changes/next-release/api-change-ec2instanceconnect-62662.json deleted file mode 100644 index 1f91e56ccd..0000000000 --- a/.changes/next-release/api-change-ec2instanceconnect-62662.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ec2-instance-connect``", - "description": "This release includes a new exception type \"SerialConsoleSessionUnsupportedException\" for SendSerialConsoleSSHPublicKey API." -} diff --git a/.changes/next-release/api-change-elbv2-18902.json b/.changes/next-release/api-change-elbv2-18902.json deleted file mode 100644 index 1f0d59e3b3..0000000000 --- a/.changes/next-release/api-change-elbv2-18902.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``elbv2``", - "description": "This release allows you to configure HTTP client keep-alive duration for communication between clients and Application Load Balancers." -} diff --git a/.changes/next-release/api-change-fis-40494.json b/.changes/next-release/api-change-fis-40494.json deleted file mode 100644 index 2197af022a..0000000000 --- a/.changes/next-release/api-change-fis-40494.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``fis``", - "description": "This release adds support for previewing target resources before running a FIS experiment. It also adds resource ARNs for actions, experiments, and experiment templates to API responses." -} diff --git a/.changes/next-release/api-change-iotroborunner-62978.json b/.changes/next-release/api-change-iotroborunner-62978.json deleted file mode 100644 index e2b96b4a26..0000000000 --- a/.changes/next-release/api-change-iotroborunner-62978.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``iot-roborunner``", - "description": "The iot-roborunner client has been removed following the deprecation of the service." -} diff --git a/.changes/next-release/api-change-rds-17813.json b/.changes/next-release/api-change-rds-17813.json deleted file mode 100644 index 9eb784bb53..0000000000 --- a/.changes/next-release/api-change-rds-17813.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``rds``", - "description": "Updates Amazon RDS documentation for EBCDIC collation for RDS for Db2." -} diff --git a/.changes/next-release/api-change-secretsmanager-7601.json b/.changes/next-release/api-change-secretsmanager-7601.json deleted file mode 100644 index 32e0eb5f7c..0000000000 --- a/.changes/next-release/api-change-secretsmanager-7601.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``secretsmanager``", - "description": "Doc only update for Secrets Manager" -} diff --git a/.changes/next-release/api-change-timestreaminfluxdb-74528.json b/.changes/next-release/api-change-timestreaminfluxdb-74528.json deleted file mode 100644 index a2454d8519..0000000000 --- a/.changes/next-release/api-change-timestreaminfluxdb-74528.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``timestream-influxdb``", - "description": "This is the initial SDK release for Amazon Timestream for InfluxDB. Amazon Timestream for InfluxDB is a new time-series database engine that makes it easy for application developers and DevOps teams to run InfluxDB databases on AWS for near real-time time-series applications using open source APIs." -} diff --git a/.changes/next-release/enhancement-urllib3-72501.json b/.changes/next-release/enhancement-urllib3-72501.json deleted file mode 100644 index bd76986460..0000000000 --- a/.changes/next-release/enhancement-urllib3-72501.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "enhancement", - "category": "``urllib3``", - "description": "Added support for urllib3 2.2.1+ in Python 3.10+" -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 7634d4ef1f..9a4f61d02d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,20 @@ CHANGELOG ========= +1.34.63 +======= + +* api-change:``amplify``: Documentation updates for Amplify. Identifies the APIs available only to apps created using Amplify Gen 1. +* api-change:``ec2-instance-connect``: This release includes a new exception type "SerialConsoleSessionUnsupportedException" for SendSerialConsoleSSHPublicKey API. +* api-change:``elbv2``: This release allows you to configure HTTP client keep-alive duration for communication between clients and Application Load Balancers. +* api-change:``fis``: This release adds support for previewing target resources before running a FIS experiment. It also adds resource ARNs for actions, experiments, and experiment templates to API responses. +* api-change:``iot-roborunner``: The iot-roborunner client has been removed following the deprecation of the service. +* api-change:``rds``: Updates Amazon RDS documentation for EBCDIC collation for RDS for Db2. +* api-change:``secretsmanager``: Doc only update for Secrets Manager +* api-change:``timestream-influxdb``: This is the initial SDK release for Amazon Timestream for InfluxDB. Amazon Timestream for InfluxDB is a new time-series database engine that makes it easy for application developers and DevOps teams to run InfluxDB databases on AWS for near real-time time-series applications using open source APIs. +* enhancement:``urllib3``: Added support for urllib3 2.2.1+ in Python 3.10+ + + 1.34.62 ======= diff --git a/botocore/__init__.py b/botocore/__init__.py index 928712fe03..89b2ae7596 100644 --- a/botocore/__init__.py +++ b/botocore/__init__.py @@ -16,7 +16,7 @@ import os import re -__version__ = '1.34.62' +__version__ = '1.34.63' class NullHandler(logging.Handler): diff --git a/docs/source/conf.py b/docs/source/conf.py index 80def12f9c..62b55e92a0 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -59,7 +59,7 @@ # The short X.Y version. version = '1.34.' # The full version, including alpha/beta/rc tags. -release = '1.34.62' +release = '1.34.63' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.