diff --git a/.changes/2.18.14.json b/.changes/2.18.14.json new file mode 100644 index 000000000000..73a5769387be --- /dev/null +++ b/.changes/2.18.14.json @@ -0,0 +1,42 @@ +{ + "version": "2.18.14", + "date": "2022-11-09", + "entries": [ + { + "type": "feature", + "category": "AWS Elemental MediaPackage VOD", + "contributor": "", + "description": "This release adds \"IncludeIframeOnlyStream\" for Dash endpoints." + }, + { + "type": "feature", + "category": "AWS Ground Station", + "contributor": "", + "description": "This release adds the preview of customer-provided ephemeris support for AWS Ground Station, allowing space vehicle owners to provide their own position and trajectory information for a satellite." + }, + { + "type": "feature", + "category": "Amazon Connect Cases", + "contributor": "", + "description": "This release adds the ability to disable templates through the UpdateTemplate API. Disabling templates prevents customers from creating cases using the template. For more information see https://docs.aws.amazon.com/cases/latest/APIReference/Welcome.html" + }, + { + "type": "feature", + "category": "Amazon Connect Service", + "contributor": "", + "description": "This release adds new fields SignInUrl, UserArn, and UserId to GetFederationToken response payload." + }, + { + "type": "feature", + "category": "Amazon Elastic Compute Cloud", + "contributor": "", + "description": "Amazon EC2 Trn1 instances, powered by AWS Trainium chips, are purpose built for high-performance deep learning training. u-24tb1.112xlarge and u-18tb1.112xlarge High Memory instances are purpose-built to run large in-memory databases." + }, + { + "type": "feature", + "category": "Amazon Transcribe Streaming Service", + "contributor": "", + "description": "This will release hi-IN and th-TH" + } + ] +} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 38db62b1df8a..4f3b62e7c440 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,28 @@ +# __2.18.14__ __2022-11-09__ +## __AWS Elemental MediaPackage VOD__ + - ### Features + - This release adds "IncludeIframeOnlyStream" for Dash endpoints. + +## __AWS Ground Station__ + - ### Features + - This release adds the preview of customer-provided ephemeris support for AWS Ground Station, allowing space vehicle owners to provide their own position and trajectory information for a satellite. + +## __Amazon Connect Cases__ + - ### Features + - This release adds the ability to disable templates through the UpdateTemplate API. Disabling templates prevents customers from creating cases using the template. For more information see https://docs.aws.amazon.com/cases/latest/APIReference/Welcome.html + +## __Amazon Connect Service__ + - ### Features + - This release adds new fields SignInUrl, UserArn, and UserId to GetFederationToken response payload. + +## __Amazon Elastic Compute Cloud__ + - ### Features + - Amazon EC2 Trn1 instances, powered by AWS Trainium chips, are purpose built for high-performance deep learning training. u-24tb1.112xlarge and u-18tb1.112xlarge High Memory instances are purpose-built to run large in-memory databases. + +## __Amazon Transcribe Streaming Service__ + - ### Features + - This will release hi-IN and th-TH + # __2.18.13__ __2022-11-08__ ## __AWS Certificate Manager__ - ### Features diff --git a/README.md b/README.md index 28df941aa382..07ef7cff5e0f 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ To automatically manage module versions (currently all modules have the same ver software.amazon.awssdk bom - 2.18.13 + 2.18.14 pom import @@ -86,12 +86,12 @@ Alternatively you can add dependencies for the specific services you use only: software.amazon.awssdk ec2 - 2.18.13 + 2.18.14 software.amazon.awssdk s3 - 2.18.13 + 2.18.14 ``` @@ -103,7 +103,7 @@ You can import the whole SDK into your project (includes *ALL* services). Please software.amazon.awssdk aws-sdk-java - 2.18.13 + 2.18.14 ``` diff --git a/archetypes/archetype-app-quickstart/pom.xml b/archetypes/archetype-app-quickstart/pom.xml index cc85e4914417..3563a91c82e6 100644 --- a/archetypes/archetype-app-quickstart/pom.xml +++ b/archetypes/archetype-app-quickstart/pom.xml @@ -20,7 +20,7 @@ archetypes software.amazon.awssdk - 2.18.13 + 2.18.14 4.0.0 diff --git a/archetypes/archetype-lambda/pom.xml b/archetypes/archetype-lambda/pom.xml index 7d0d64f256cc..d4d2518e3ec7 100644 --- a/archetypes/archetype-lambda/pom.xml +++ b/archetypes/archetype-lambda/pom.xml @@ -20,7 +20,7 @@ archetypes software.amazon.awssdk - 2.18.13 + 2.18.14 4.0.0 archetype-lambda diff --git a/archetypes/archetype-tools/pom.xml b/archetypes/archetype-tools/pom.xml index fd502d3e3bdd..db779ba8c6d8 100644 --- a/archetypes/archetype-tools/pom.xml +++ b/archetypes/archetype-tools/pom.xml @@ -20,7 +20,7 @@ archetypes software.amazon.awssdk - 2.18.13 + 2.18.14 4.0.0 diff --git a/archetypes/pom.xml b/archetypes/pom.xml index ae917a4a6194..181231301b2b 100644 --- a/archetypes/pom.xml +++ b/archetypes/pom.xml @@ -20,7 +20,7 @@ aws-sdk-java-pom software.amazon.awssdk - 2.18.13 + 2.18.14 4.0.0 archetypes diff --git a/aws-sdk-java/pom.xml b/aws-sdk-java/pom.xml index 1df1a73572e6..3b1a5f246538 100644 --- a/aws-sdk-java/pom.xml +++ b/aws-sdk-java/pom.xml @@ -17,7 +17,7 @@ software.amazon.awssdk aws-sdk-java-pom - 2.18.13 + 2.18.14 ../pom.xml aws-sdk-java diff --git a/bom-internal/pom.xml b/bom-internal/pom.xml index 0a5fdd83eca3..91bfe4db5471 100644 --- a/bom-internal/pom.xml +++ b/bom-internal/pom.xml @@ -20,7 +20,7 @@ aws-sdk-java-pom software.amazon.awssdk - 2.18.13 + 2.18.14 4.0.0 diff --git a/bom/pom.xml b/bom/pom.xml index 15af86fc2ef5..65f4ecf906eb 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -17,7 +17,7 @@ software.amazon.awssdk aws-sdk-java-pom - 2.18.13 + 2.18.14 ../pom.xml bom diff --git a/bundle/pom.xml b/bundle/pom.xml index 29a9d362ea52..2a29784102b3 100644 --- a/bundle/pom.xml +++ b/bundle/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk aws-sdk-java-pom - 2.18.13 + 2.18.14 bundle jar diff --git a/codegen-lite-maven-plugin/pom.xml b/codegen-lite-maven-plugin/pom.xml index 9cdc55511ec2..cecdb7fa60cc 100644 --- a/codegen-lite-maven-plugin/pom.xml +++ b/codegen-lite-maven-plugin/pom.xml @@ -22,7 +22,7 @@ software.amazon.awssdk aws-sdk-java-pom - 2.18.13 + 2.18.14 ../pom.xml codegen-lite-maven-plugin diff --git a/codegen-lite/pom.xml b/codegen-lite/pom.xml index c6cfa67cff14..e7ef76740252 100644 --- a/codegen-lite/pom.xml +++ b/codegen-lite/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk aws-sdk-java-pom - 2.18.13 + 2.18.14 codegen-lite AWS Java SDK :: Code Generator Lite diff --git a/codegen-maven-plugin/pom.xml b/codegen-maven-plugin/pom.xml index 0ff8305716fe..3e281f007a5d 100644 --- a/codegen-maven-plugin/pom.xml +++ b/codegen-maven-plugin/pom.xml @@ -22,7 +22,7 @@ software.amazon.awssdk aws-sdk-java-pom - 2.18.13 + 2.18.14 ../pom.xml codegen-maven-plugin diff --git a/codegen/pom.xml b/codegen/pom.xml index e565d0e2d882..befa78336053 100644 --- a/codegen/pom.xml +++ b/codegen/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk aws-sdk-java-pom - 2.18.13 + 2.18.14 codegen AWS Java SDK :: Code Generator diff --git a/core/annotations/pom.xml b/core/annotations/pom.xml index 2a03c77ffdb5..f69a917d6e66 100644 --- a/core/annotations/pom.xml +++ b/core/annotations/pom.xml @@ -20,7 +20,7 @@ core software.amazon.awssdk - 2.18.13 + 2.18.14 4.0.0 diff --git a/core/arns/pom.xml b/core/arns/pom.xml index fb23134e48f3..a4e0dae499f8 100644 --- a/core/arns/pom.xml +++ b/core/arns/pom.xml @@ -20,7 +20,7 @@ core software.amazon.awssdk - 2.18.13 + 2.18.14 4.0.0 diff --git a/core/auth-crt/pom.xml b/core/auth-crt/pom.xml index bc43b86f948b..ceb7c3476e16 100644 --- a/core/auth-crt/pom.xml +++ b/core/auth-crt/pom.xml @@ -22,7 +22,7 @@ software.amazon.awssdk core - 2.18.13 + 2.18.14 auth-crt diff --git a/core/auth/pom.xml b/core/auth/pom.xml index 0cf9d451ce3d..6d62b7fa679b 100644 --- a/core/auth/pom.xml +++ b/core/auth/pom.xml @@ -22,7 +22,7 @@ software.amazon.awssdk core - 2.18.13 + 2.18.14 auth diff --git a/core/aws-core/pom.xml b/core/aws-core/pom.xml index 7d9999034b4a..4377a68413d2 100644 --- a/core/aws-core/pom.xml +++ b/core/aws-core/pom.xml @@ -22,7 +22,7 @@ software.amazon.awssdk core - 2.18.13 + 2.18.14 aws-core diff --git a/core/endpoints-spi/pom.xml b/core/endpoints-spi/pom.xml index 295d53d246b7..334f5eeb1bb7 100644 --- a/core/endpoints-spi/pom.xml +++ b/core/endpoints-spi/pom.xml @@ -20,7 +20,7 @@ core software.amazon.awssdk - 2.18.13 + 2.18.14 4.0.0 diff --git a/core/json-utils/pom.xml b/core/json-utils/pom.xml index ef3fc322ad42..2757dff15c98 100644 --- a/core/json-utils/pom.xml +++ b/core/json-utils/pom.xml @@ -20,7 +20,7 @@ core software.amazon.awssdk - 2.18.13 + 2.18.14 4.0.0 diff --git a/core/metrics-spi/pom.xml b/core/metrics-spi/pom.xml index 3bfd4bf53b02..5913aeaa02cf 100644 --- a/core/metrics-spi/pom.xml +++ b/core/metrics-spi/pom.xml @@ -5,7 +5,7 @@ core software.amazon.awssdk - 2.18.13 + 2.18.14 4.0.0 diff --git a/core/pom.xml b/core/pom.xml index b93b57a1e183..cfcbf697e507 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -21,7 +21,7 @@ aws-sdk-java-pom software.amazon.awssdk - 2.18.13 + 2.18.14 core diff --git a/core/profiles/pom.xml b/core/profiles/pom.xml index 1a629fd78c48..9c6bf243b1dd 100644 --- a/core/profiles/pom.xml +++ b/core/profiles/pom.xml @@ -22,7 +22,7 @@ software.amazon.awssdk core - 2.18.13 + 2.18.14 profiles diff --git a/core/protocols/aws-cbor-protocol/pom.xml b/core/protocols/aws-cbor-protocol/pom.xml index 6bd38b5a5c76..71dbc184b61d 100644 --- a/core/protocols/aws-cbor-protocol/pom.xml +++ b/core/protocols/aws-cbor-protocol/pom.xml @@ -20,7 +20,7 @@ protocols software.amazon.awssdk - 2.18.13 + 2.18.14 4.0.0 diff --git a/core/protocols/aws-json-protocol/pom.xml b/core/protocols/aws-json-protocol/pom.xml index fa3a0ee172bd..4012b6cf88bf 100644 --- a/core/protocols/aws-json-protocol/pom.xml +++ b/core/protocols/aws-json-protocol/pom.xml @@ -20,7 +20,7 @@ protocols software.amazon.awssdk - 2.18.13 + 2.18.14 4.0.0 diff --git a/core/protocols/aws-query-protocol/pom.xml b/core/protocols/aws-query-protocol/pom.xml index 4b2f6f79e89d..ad682af3b536 100644 --- a/core/protocols/aws-query-protocol/pom.xml +++ b/core/protocols/aws-query-protocol/pom.xml @@ -20,7 +20,7 @@ protocols software.amazon.awssdk - 2.18.13 + 2.18.14 4.0.0 diff --git a/core/protocols/aws-xml-protocol/pom.xml b/core/protocols/aws-xml-protocol/pom.xml index 4c06136ba3f9..014c560f714c 100644 --- a/core/protocols/aws-xml-protocol/pom.xml +++ b/core/protocols/aws-xml-protocol/pom.xml @@ -20,7 +20,7 @@ protocols software.amazon.awssdk - 2.18.13 + 2.18.14 4.0.0 diff --git a/core/protocols/pom.xml b/core/protocols/pom.xml index 70e77ca61dc2..c7f0987926ca 100644 --- a/core/protocols/pom.xml +++ b/core/protocols/pom.xml @@ -20,7 +20,7 @@ core software.amazon.awssdk - 2.18.13 + 2.18.14 4.0.0 diff --git a/core/protocols/protocol-core/pom.xml b/core/protocols/protocol-core/pom.xml index bac64140730d..41c71a076510 100644 --- a/core/protocols/protocol-core/pom.xml +++ b/core/protocols/protocol-core/pom.xml @@ -20,7 +20,7 @@ protocols software.amazon.awssdk - 2.18.13 + 2.18.14 4.0.0 diff --git a/core/regions/pom.xml b/core/regions/pom.xml index 8adb54d01b98..bfefee3ef2b0 100644 --- a/core/regions/pom.xml +++ b/core/regions/pom.xml @@ -22,7 +22,7 @@ software.amazon.awssdk core - 2.18.13 + 2.18.14 regions diff --git a/core/sdk-core/pom.xml b/core/sdk-core/pom.xml index 4e1c7ce57fa5..8daaf2aa37ee 100644 --- a/core/sdk-core/pom.xml +++ b/core/sdk-core/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk core - 2.18.13 + 2.18.14 sdk-core AWS Java SDK :: SDK Core diff --git a/http-client-spi/pom.xml b/http-client-spi/pom.xml index 5494ff22692d..db133763ddd4 100644 --- a/http-client-spi/pom.xml +++ b/http-client-spi/pom.xml @@ -22,7 +22,7 @@ aws-sdk-java-pom software.amazon.awssdk - 2.18.13 + 2.18.14 http-client-spi AWS Java SDK :: HTTP Client Interface diff --git a/http-clients/apache-client/pom.xml b/http-clients/apache-client/pom.xml index ddfd60f78d45..cfdece3f8776 100644 --- a/http-clients/apache-client/pom.xml +++ b/http-clients/apache-client/pom.xml @@ -21,7 +21,7 @@ http-clients software.amazon.awssdk - 2.18.13 + 2.18.14 apache-client diff --git a/http-clients/aws-crt-client/pom.xml b/http-clients/aws-crt-client/pom.xml index 7dddc5789955..053a0aa97bde 100644 --- a/http-clients/aws-crt-client/pom.xml +++ b/http-clients/aws-crt-client/pom.xml @@ -21,7 +21,7 @@ http-clients software.amazon.awssdk - 2.18.13 + 2.18.14 4.0.0 diff --git a/http-clients/netty-nio-client/pom.xml b/http-clients/netty-nio-client/pom.xml index a080f82022b1..e53b1568a15e 100644 --- a/http-clients/netty-nio-client/pom.xml +++ b/http-clients/netty-nio-client/pom.xml @@ -20,7 +20,7 @@ http-clients software.amazon.awssdk - 2.18.13 + 2.18.14 4.0.0 diff --git a/http-clients/pom.xml b/http-clients/pom.xml index 971bce8bab1d..98eaf8b38cd1 100644 --- a/http-clients/pom.xml +++ b/http-clients/pom.xml @@ -21,7 +21,7 @@ aws-sdk-java-pom software.amazon.awssdk - 2.18.13 + 2.18.14 4.0.0 diff --git a/http-clients/url-connection-client/pom.xml b/http-clients/url-connection-client/pom.xml index f2ab9fdccede..92eb5a10083e 100644 --- a/http-clients/url-connection-client/pom.xml +++ b/http-clients/url-connection-client/pom.xml @@ -20,7 +20,7 @@ http-clients software.amazon.awssdk - 2.18.13 + 2.18.14 4.0.0 diff --git a/metric-publishers/cloudwatch-metric-publisher/pom.xml b/metric-publishers/cloudwatch-metric-publisher/pom.xml index 30c2007f27fe..58cf9ae5f447 100644 --- a/metric-publishers/cloudwatch-metric-publisher/pom.xml +++ b/metric-publishers/cloudwatch-metric-publisher/pom.xml @@ -17,7 +17,7 @@ software.amazon.awssdk metric-publishers - 2.18.13 + 2.18.14 cloudwatch-metric-publisher diff --git a/metric-publishers/pom.xml b/metric-publishers/pom.xml index f2bb1eae8d5b..9a64f6921ed1 100644 --- a/metric-publishers/pom.xml +++ b/metric-publishers/pom.xml @@ -17,7 +17,7 @@ software.amazon.awssdk aws-sdk-java-pom - 2.18.13 + 2.18.14 metric-publishers diff --git a/pom.xml b/pom.xml index 221bdca79f0f..e96b6f2bba98 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ 4.0.0 software.amazon.awssdk aws-sdk-java-pom - 2.18.13 + 2.18.14 pom AWS Java SDK :: Parent The Amazon Web Services SDK for Java provides Java APIs @@ -90,7 +90,7 @@ ${project.version} - 2.18.12 + 2.18.13 2.13.2 2.13.4.2 2.13.2 diff --git a/release-scripts/pom.xml b/release-scripts/pom.xml index 3b936513c44f..0ac90da72697 100644 --- a/release-scripts/pom.xml +++ b/release-scripts/pom.xml @@ -22,7 +22,7 @@ software.amazon.awssdk aws-sdk-java-pom - 2.18.13 + 2.18.14 ../pom.xml release-scripts diff --git a/services-custom/dynamodb-enhanced/pom.xml b/services-custom/dynamodb-enhanced/pom.xml index 1126bf21bf22..92cb33ba0772 100644 --- a/services-custom/dynamodb-enhanced/pom.xml +++ b/services-custom/dynamodb-enhanced/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services-custom - 2.18.13 + 2.18.14 dynamodb-enhanced AWS Java SDK :: DynamoDB :: Enhanced Client diff --git a/services-custom/pom.xml b/services-custom/pom.xml index cfd6acafda09..07db303bf019 100644 --- a/services-custom/pom.xml +++ b/services-custom/pom.xml @@ -19,7 +19,7 @@ software.amazon.awssdk aws-sdk-java-pom - 2.18.13 + 2.18.14 services-custom AWS Java SDK :: Custom Services diff --git a/services-custom/s3-transfer-manager/pom.xml b/services-custom/s3-transfer-manager/pom.xml index f2e0ffef2523..fa3e1d8e50c6 100644 --- a/services-custom/s3-transfer-manager/pom.xml +++ b/services-custom/s3-transfer-manager/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk aws-sdk-java-pom - 2.18.13 + 2.18.14 ../../pom.xml s3-transfer-manager diff --git a/services/accessanalyzer/pom.xml b/services/accessanalyzer/pom.xml index 3d6f34cf5f0f..88398019ab8f 100644 --- a/services/accessanalyzer/pom.xml +++ b/services/accessanalyzer/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 accessanalyzer AWS Java SDK :: Services :: AccessAnalyzer diff --git a/services/account/pom.xml b/services/account/pom.xml index 8621e5d6116b..792bbc7fb9a2 100644 --- a/services/account/pom.xml +++ b/services/account/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 account AWS Java SDK :: Services :: Account diff --git a/services/acm/pom.xml b/services/acm/pom.xml index 5fd56aced96b..ed18fdc0ced5 100644 --- a/services/acm/pom.xml +++ b/services/acm/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 acm AWS Java SDK :: Services :: AWS Certificate Manager diff --git a/services/acmpca/pom.xml b/services/acmpca/pom.xml index 045b39d6fdbe..8f6b5defea2e 100644 --- a/services/acmpca/pom.xml +++ b/services/acmpca/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 acmpca AWS Java SDK :: Services :: ACM PCA diff --git a/services/alexaforbusiness/pom.xml b/services/alexaforbusiness/pom.xml index f2c3f84c8b6d..4175b3960f42 100644 --- a/services/alexaforbusiness/pom.xml +++ b/services/alexaforbusiness/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.18.13 + 2.18.14 4.0.0 alexaforbusiness diff --git a/services/amp/pom.xml b/services/amp/pom.xml index a03cbc1745a7..113193725882 100644 --- a/services/amp/pom.xml +++ b/services/amp/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 amp AWS Java SDK :: Services :: Amp diff --git a/services/amplify/pom.xml b/services/amplify/pom.xml index 5457d6a97242..a1c87020faf9 100644 --- a/services/amplify/pom.xml +++ b/services/amplify/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 amplify AWS Java SDK :: Services :: Amplify diff --git a/services/amplifybackend/pom.xml b/services/amplifybackend/pom.xml index 193062193633..8d9d60fa5a15 100644 --- a/services/amplifybackend/pom.xml +++ b/services/amplifybackend/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 amplifybackend AWS Java SDK :: Services :: Amplify Backend diff --git a/services/amplifyuibuilder/pom.xml b/services/amplifyuibuilder/pom.xml index 6160b73dabad..e13d1ddfeb10 100644 --- a/services/amplifyuibuilder/pom.xml +++ b/services/amplifyuibuilder/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 amplifyuibuilder AWS Java SDK :: Services :: Amplify UI Builder diff --git a/services/apigateway/pom.xml b/services/apigateway/pom.xml index 9116f34d47e9..5e7e14a715f7 100644 --- a/services/apigateway/pom.xml +++ b/services/apigateway/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 apigateway AWS Java SDK :: Services :: Amazon API Gateway diff --git a/services/apigatewaymanagementapi/pom.xml b/services/apigatewaymanagementapi/pom.xml index e67ea4aa7d2d..f7505d28ac20 100644 --- a/services/apigatewaymanagementapi/pom.xml +++ b/services/apigatewaymanagementapi/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 apigatewaymanagementapi AWS Java SDK :: Services :: ApiGatewayManagementApi diff --git a/services/apigatewayv2/pom.xml b/services/apigatewayv2/pom.xml index c9d54ac8b85a..77916c2b5aa9 100644 --- a/services/apigatewayv2/pom.xml +++ b/services/apigatewayv2/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 apigatewayv2 AWS Java SDK :: Services :: ApiGatewayV2 diff --git a/services/appconfig/pom.xml b/services/appconfig/pom.xml index c96b8f59c63f..7d3da41b5e59 100644 --- a/services/appconfig/pom.xml +++ b/services/appconfig/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 appconfig AWS Java SDK :: Services :: AppConfig diff --git a/services/appconfigdata/pom.xml b/services/appconfigdata/pom.xml index 47183bb2ea91..4954fb45e541 100644 --- a/services/appconfigdata/pom.xml +++ b/services/appconfigdata/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 appconfigdata AWS Java SDK :: Services :: App Config Data diff --git a/services/appflow/pom.xml b/services/appflow/pom.xml index 5f3eddb8346a..ba741060d142 100644 --- a/services/appflow/pom.xml +++ b/services/appflow/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 appflow AWS Java SDK :: Services :: Appflow diff --git a/services/appintegrations/pom.xml b/services/appintegrations/pom.xml index 8d9c7ed9b9e7..1ddbe6fc4eee 100644 --- a/services/appintegrations/pom.xml +++ b/services/appintegrations/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 appintegrations AWS Java SDK :: Services :: App Integrations diff --git a/services/applicationautoscaling/pom.xml b/services/applicationautoscaling/pom.xml index 8bca5f5e363b..144c376d7bc5 100644 --- a/services/applicationautoscaling/pom.xml +++ b/services/applicationautoscaling/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 applicationautoscaling AWS Java SDK :: Services :: AWS Application Auto Scaling diff --git a/services/applicationcostprofiler/pom.xml b/services/applicationcostprofiler/pom.xml index f3ed1ea3e067..b76dc8a472ab 100644 --- a/services/applicationcostprofiler/pom.xml +++ b/services/applicationcostprofiler/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 applicationcostprofiler AWS Java SDK :: Services :: Application Cost Profiler diff --git a/services/applicationdiscovery/pom.xml b/services/applicationdiscovery/pom.xml index b6cecb8ef691..0a3a53331943 100644 --- a/services/applicationdiscovery/pom.xml +++ b/services/applicationdiscovery/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 applicationdiscovery AWS Java SDK :: Services :: AWS Application Discovery Service diff --git a/services/applicationinsights/pom.xml b/services/applicationinsights/pom.xml index cce03d4a7f8a..0a416fc28772 100644 --- a/services/applicationinsights/pom.xml +++ b/services/applicationinsights/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 applicationinsights AWS Java SDK :: Services :: Application Insights diff --git a/services/appmesh/pom.xml b/services/appmesh/pom.xml index 72d0091c3fe6..be3a938b3167 100644 --- a/services/appmesh/pom.xml +++ b/services/appmesh/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 appmesh AWS Java SDK :: Services :: App Mesh diff --git a/services/apprunner/pom.xml b/services/apprunner/pom.xml index 25ae6faa62a8..1cce594495f9 100644 --- a/services/apprunner/pom.xml +++ b/services/apprunner/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 apprunner AWS Java SDK :: Services :: App Runner diff --git a/services/appstream/pom.xml b/services/appstream/pom.xml index f0c14d9f7c7e..df97c8c34487 100644 --- a/services/appstream/pom.xml +++ b/services/appstream/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 appstream AWS Java SDK :: Services :: Amazon AppStream diff --git a/services/appsync/pom.xml b/services/appsync/pom.xml index 48de1a9075ee..f43eda403014 100644 --- a/services/appsync/pom.xml +++ b/services/appsync/pom.xml @@ -21,7 +21,7 @@ services software.amazon.awssdk - 2.18.13 + 2.18.14 appsync diff --git a/services/athena/pom.xml b/services/athena/pom.xml index 763ce496799a..1a0b7e9bc18b 100644 --- a/services/athena/pom.xml +++ b/services/athena/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 athena AWS Java SDK :: Services :: Amazon Athena diff --git a/services/auditmanager/pom.xml b/services/auditmanager/pom.xml index bde499666c9c..3b20323f25b9 100644 --- a/services/auditmanager/pom.xml +++ b/services/auditmanager/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 auditmanager AWS Java SDK :: Services :: Audit Manager diff --git a/services/autoscaling/pom.xml b/services/autoscaling/pom.xml index c881070c423b..b156fbfa2376 100644 --- a/services/autoscaling/pom.xml +++ b/services/autoscaling/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 autoscaling AWS Java SDK :: Services :: Auto Scaling diff --git a/services/autoscalingplans/pom.xml b/services/autoscalingplans/pom.xml index ff93992597f1..f451d40ae2d9 100644 --- a/services/autoscalingplans/pom.xml +++ b/services/autoscalingplans/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 autoscalingplans AWS Java SDK :: Services :: Auto Scaling Plans diff --git a/services/backup/pom.xml b/services/backup/pom.xml index 8b797bea9635..03b0f7055c8e 100644 --- a/services/backup/pom.xml +++ b/services/backup/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 backup AWS Java SDK :: Services :: Backup diff --git a/services/backupgateway/pom.xml b/services/backupgateway/pom.xml index dcd77e790317..fa77412c07ef 100644 --- a/services/backupgateway/pom.xml +++ b/services/backupgateway/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 backupgateway AWS Java SDK :: Services :: Backup Gateway diff --git a/services/backupstorage/pom.xml b/services/backupstorage/pom.xml index 76f7508bb50e..2995b96dba21 100644 --- a/services/backupstorage/pom.xml +++ b/services/backupstorage/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 backupstorage AWS Java SDK :: Services :: Backup Storage diff --git a/services/batch/pom.xml b/services/batch/pom.xml index 9755cf148907..e1407c5d8bd5 100644 --- a/services/batch/pom.xml +++ b/services/batch/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 batch AWS Java SDK :: Services :: AWS Batch diff --git a/services/billingconductor/pom.xml b/services/billingconductor/pom.xml index 03a745e41d9f..2a470b4e58c6 100644 --- a/services/billingconductor/pom.xml +++ b/services/billingconductor/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 billingconductor AWS Java SDK :: Services :: Billingconductor diff --git a/services/braket/pom.xml b/services/braket/pom.xml index 882369754bd0..0059e8396bc4 100644 --- a/services/braket/pom.xml +++ b/services/braket/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 braket AWS Java SDK :: Services :: Braket diff --git a/services/budgets/pom.xml b/services/budgets/pom.xml index 8ad745cc07b6..400192fac8de 100644 --- a/services/budgets/pom.xml +++ b/services/budgets/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 budgets AWS Java SDK :: Services :: AWS Budgets diff --git a/services/chime/pom.xml b/services/chime/pom.xml index 6f81dbd6a257..b746048ca915 100644 --- a/services/chime/pom.xml +++ b/services/chime/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 chime AWS Java SDK :: Services :: Chime diff --git a/services/chimesdkidentity/pom.xml b/services/chimesdkidentity/pom.xml index bc947c3949ba..18835abe4859 100644 --- a/services/chimesdkidentity/pom.xml +++ b/services/chimesdkidentity/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 chimesdkidentity AWS Java SDK :: Services :: Chime SDK Identity diff --git a/services/chimesdkmediapipelines/pom.xml b/services/chimesdkmediapipelines/pom.xml index 89747657cb1c..efa44e2d81dc 100644 --- a/services/chimesdkmediapipelines/pom.xml +++ b/services/chimesdkmediapipelines/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 chimesdkmediapipelines AWS Java SDK :: Services :: Chime SDK Media Pipelines diff --git a/services/chimesdkmeetings/pom.xml b/services/chimesdkmeetings/pom.xml index 928a55bd0036..664f20c55e90 100644 --- a/services/chimesdkmeetings/pom.xml +++ b/services/chimesdkmeetings/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 chimesdkmeetings AWS Java SDK :: Services :: Chime SDK Meetings diff --git a/services/chimesdkmessaging/pom.xml b/services/chimesdkmessaging/pom.xml index 452980e509f0..aefb8945b217 100644 --- a/services/chimesdkmessaging/pom.xml +++ b/services/chimesdkmessaging/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 chimesdkmessaging AWS Java SDK :: Services :: Chime SDK Messaging diff --git a/services/cloud9/pom.xml b/services/cloud9/pom.xml index ef97e15b4026..981c743f6b3b 100644 --- a/services/cloud9/pom.xml +++ b/services/cloud9/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.18.13 + 2.18.14 4.0.0 cloud9 diff --git a/services/cloudcontrol/pom.xml b/services/cloudcontrol/pom.xml index 25ce5a358580..9c7749cb091e 100644 --- a/services/cloudcontrol/pom.xml +++ b/services/cloudcontrol/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 cloudcontrol AWS Java SDK :: Services :: Cloud Control diff --git a/services/clouddirectory/pom.xml b/services/clouddirectory/pom.xml index 2ff6920c10d1..a006c4477674 100644 --- a/services/clouddirectory/pom.xml +++ b/services/clouddirectory/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 clouddirectory AWS Java SDK :: Services :: Amazon CloudDirectory diff --git a/services/cloudformation/pom.xml b/services/cloudformation/pom.xml index ac807d0c1c1f..6c8540a8c8ab 100644 --- a/services/cloudformation/pom.xml +++ b/services/cloudformation/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 cloudformation AWS Java SDK :: Services :: AWS CloudFormation diff --git a/services/cloudfront/pom.xml b/services/cloudfront/pom.xml index 3828cf60478e..dce8e0931e85 100644 --- a/services/cloudfront/pom.xml +++ b/services/cloudfront/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 cloudfront AWS Java SDK :: Services :: Amazon CloudFront diff --git a/services/cloudhsm/pom.xml b/services/cloudhsm/pom.xml index 0d55d7056bb2..858ee14c9dce 100644 --- a/services/cloudhsm/pom.xml +++ b/services/cloudhsm/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 cloudhsm AWS Java SDK :: Services :: AWS CloudHSM diff --git a/services/cloudhsmv2/pom.xml b/services/cloudhsmv2/pom.xml index 2cab2cdd89a3..14eeb9138cfb 100644 --- a/services/cloudhsmv2/pom.xml +++ b/services/cloudhsmv2/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.18.13 + 2.18.14 4.0.0 cloudhsmv2 diff --git a/services/cloudsearch/pom.xml b/services/cloudsearch/pom.xml index 5a5215a020f9..5a2830be9a64 100644 --- a/services/cloudsearch/pom.xml +++ b/services/cloudsearch/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 cloudsearch AWS Java SDK :: Services :: Amazon CloudSearch diff --git a/services/cloudsearchdomain/pom.xml b/services/cloudsearchdomain/pom.xml index 6bc68ae580c2..8359bc1d2b7c 100644 --- a/services/cloudsearchdomain/pom.xml +++ b/services/cloudsearchdomain/pom.xml @@ -22,7 +22,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 cloudsearchdomain AWS Java SDK :: Services :: Amazon CloudSearch Domain diff --git a/services/cloudtrail/pom.xml b/services/cloudtrail/pom.xml index 0a04b85d3daf..be89a74a359d 100644 --- a/services/cloudtrail/pom.xml +++ b/services/cloudtrail/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 cloudtrail AWS Java SDK :: Services :: AWS CloudTrail diff --git a/services/cloudwatch/pom.xml b/services/cloudwatch/pom.xml index 167b5bb15554..d63059b37955 100644 --- a/services/cloudwatch/pom.xml +++ b/services/cloudwatch/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 cloudwatch AWS Java SDK :: Services :: Amazon CloudWatch diff --git a/services/cloudwatchevents/pom.xml b/services/cloudwatchevents/pom.xml index f5aaaac8cfdc..41976c2d8ad7 100644 --- a/services/cloudwatchevents/pom.xml +++ b/services/cloudwatchevents/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 cloudwatchevents AWS Java SDK :: Services :: Amazon CloudWatch Events diff --git a/services/cloudwatchlogs/pom.xml b/services/cloudwatchlogs/pom.xml index 99f4ac307420..841d30878025 100644 --- a/services/cloudwatchlogs/pom.xml +++ b/services/cloudwatchlogs/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 cloudwatchlogs AWS Java SDK :: Services :: Amazon CloudWatch Logs diff --git a/services/codeartifact/pom.xml b/services/codeartifact/pom.xml index 16ac2500719f..9bf9edd58547 100644 --- a/services/codeartifact/pom.xml +++ b/services/codeartifact/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 codeartifact AWS Java SDK :: Services :: Codeartifact diff --git a/services/codebuild/pom.xml b/services/codebuild/pom.xml index 68e7583f4d91..d91d6f2d3e22 100644 --- a/services/codebuild/pom.xml +++ b/services/codebuild/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 codebuild AWS Java SDK :: Services :: AWS Code Build diff --git a/services/codecommit/pom.xml b/services/codecommit/pom.xml index b33755dc6d3c..b6d320764d95 100644 --- a/services/codecommit/pom.xml +++ b/services/codecommit/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 codecommit AWS Java SDK :: Services :: AWS CodeCommit diff --git a/services/codedeploy/pom.xml b/services/codedeploy/pom.xml index f0ec685a9903..0d019d2c199f 100644 --- a/services/codedeploy/pom.xml +++ b/services/codedeploy/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 codedeploy AWS Java SDK :: Services :: AWS CodeDeploy diff --git a/services/codeguruprofiler/pom.xml b/services/codeguruprofiler/pom.xml index 2e36206c2630..2284f42e96ab 100644 --- a/services/codeguruprofiler/pom.xml +++ b/services/codeguruprofiler/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 codeguruprofiler AWS Java SDK :: Services :: CodeGuruProfiler diff --git a/services/codegurureviewer/pom.xml b/services/codegurureviewer/pom.xml index dd54ccf830c1..b0d38e47d21b 100644 --- a/services/codegurureviewer/pom.xml +++ b/services/codegurureviewer/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 codegurureviewer AWS Java SDK :: Services :: CodeGuru Reviewer diff --git a/services/codepipeline/pom.xml b/services/codepipeline/pom.xml index 92f70afbf424..a5024e761b04 100644 --- a/services/codepipeline/pom.xml +++ b/services/codepipeline/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 codepipeline AWS Java SDK :: Services :: AWS CodePipeline diff --git a/services/codestar/pom.xml b/services/codestar/pom.xml index 1bec2b8ebed6..4d6af28280f3 100644 --- a/services/codestar/pom.xml +++ b/services/codestar/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 codestar AWS Java SDK :: Services :: AWS CodeStar diff --git a/services/codestarconnections/pom.xml b/services/codestarconnections/pom.xml index 675566d19464..959f4bc0a0d3 100644 --- a/services/codestarconnections/pom.xml +++ b/services/codestarconnections/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 codestarconnections AWS Java SDK :: Services :: CodeStar connections diff --git a/services/codestarnotifications/pom.xml b/services/codestarnotifications/pom.xml index 956c8bb3e96f..edc699d5f218 100644 --- a/services/codestarnotifications/pom.xml +++ b/services/codestarnotifications/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 codestarnotifications AWS Java SDK :: Services :: Codestar Notifications diff --git a/services/cognitoidentity/pom.xml b/services/cognitoidentity/pom.xml index 19ff4f8a558c..0d1310ebaa11 100644 --- a/services/cognitoidentity/pom.xml +++ b/services/cognitoidentity/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 cognitoidentity AWS Java SDK :: Services :: Amazon Cognito Identity diff --git a/services/cognitoidentityprovider/pom.xml b/services/cognitoidentityprovider/pom.xml index ff92370c8e13..9343a308c3d4 100644 --- a/services/cognitoidentityprovider/pom.xml +++ b/services/cognitoidentityprovider/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 cognitoidentityprovider AWS Java SDK :: Services :: Amazon Cognito Identity Provider Service diff --git a/services/cognitosync/pom.xml b/services/cognitosync/pom.xml index db6f0f747f51..cd8e1c2c763b 100644 --- a/services/cognitosync/pom.xml +++ b/services/cognitosync/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 cognitosync AWS Java SDK :: Services :: Amazon Cognito Sync diff --git a/services/comprehend/pom.xml b/services/comprehend/pom.xml index f302e895ada0..d083384b2b7a 100644 --- a/services/comprehend/pom.xml +++ b/services/comprehend/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.18.13 + 2.18.14 4.0.0 comprehend diff --git a/services/comprehendmedical/pom.xml b/services/comprehendmedical/pom.xml index 3f313128bd0d..c829db22f34a 100644 --- a/services/comprehendmedical/pom.xml +++ b/services/comprehendmedical/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 comprehendmedical AWS Java SDK :: Services :: ComprehendMedical diff --git a/services/computeoptimizer/pom.xml b/services/computeoptimizer/pom.xml index d94e84a08a17..d186e0ce2d8c 100644 --- a/services/computeoptimizer/pom.xml +++ b/services/computeoptimizer/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 computeoptimizer AWS Java SDK :: Services :: Compute Optimizer diff --git a/services/config/pom.xml b/services/config/pom.xml index e8316a7844bc..1be92b0390f0 100644 --- a/services/config/pom.xml +++ b/services/config/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 config AWS Java SDK :: Services :: AWS Config diff --git a/services/connect/pom.xml b/services/connect/pom.xml index 6fe94010fba0..a9892c3a4591 100644 --- a/services/connect/pom.xml +++ b/services/connect/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 connect AWS Java SDK :: Services :: Connect diff --git a/services/connect/src/main/resources/codegen-resources/endpoint-tests.json b/services/connect/src/main/resources/codegen-resources/endpoint-tests.json index c974fdf4f4ed..947deffaa017 100644 --- a/services/connect/src/main/resources/codegen-resources/endpoint-tests.json +++ b/services/connect/src/main/resources/codegen-resources/endpoint-tests.json @@ -8,9 +8,9 @@ } }, "params": { + "UseDualStack": true, "UseFIPS": true, - "Region": "ap-south-1", - "UseDualStack": true + "Region": "ap-south-1" } }, { @@ -21,9 +21,9 @@ } }, "params": { + "UseDualStack": false, "UseFIPS": true, - "Region": "ap-south-1", - "UseDualStack": false + "Region": "ap-south-1" } }, { @@ -34,9 +34,9 @@ } }, "params": { + "UseDualStack": true, "UseFIPS": false, - "Region": "ap-south-1", - "UseDualStack": true + "Region": "ap-south-1" } }, { @@ -47,9 +47,9 @@ } }, "params": { + "UseDualStack": false, "UseFIPS": false, - "Region": "ap-south-1", - "UseDualStack": false + "Region": "ap-south-1" } }, { @@ -60,9 +60,9 @@ } }, "params": { + "UseDualStack": true, "UseFIPS": true, - "Region": "ca-central-1", - "UseDualStack": true + "Region": "ca-central-1" } }, { @@ -73,9 +73,9 @@ } }, "params": { + "UseDualStack": false, "UseFIPS": true, - "Region": "ca-central-1", - "UseDualStack": false + "Region": "ca-central-1" } }, { @@ -86,9 +86,9 @@ } }, "params": { + "UseDualStack": true, "UseFIPS": false, - "Region": "ca-central-1", - "UseDualStack": true + "Region": "ca-central-1" } }, { @@ -99,9 +99,9 @@ } }, "params": { + "UseDualStack": false, "UseFIPS": false, - "Region": "ca-central-1", - "UseDualStack": false + "Region": "ca-central-1" } }, { @@ -112,9 +112,9 @@ } }, "params": { + "UseDualStack": true, "UseFIPS": true, - "Region": "eu-central-1", - "UseDualStack": true + "Region": "eu-central-1" } }, { @@ -125,9 +125,9 @@ } }, "params": { + "UseDualStack": false, "UseFIPS": true, - "Region": "eu-central-1", - "UseDualStack": false + "Region": "eu-central-1" } }, { @@ -138,9 +138,9 @@ } }, "params": { + "UseDualStack": true, "UseFIPS": false, - "Region": "eu-central-1", - "UseDualStack": true + "Region": "eu-central-1" } }, { @@ -151,9 +151,9 @@ } }, "params": { + "UseDualStack": false, "UseFIPS": false, - "Region": "eu-central-1", - "UseDualStack": false + "Region": "eu-central-1" } }, { @@ -164,9 +164,9 @@ } }, "params": { + "UseDualStack": true, "UseFIPS": true, - "Region": "us-west-2", - "UseDualStack": true + "Region": "us-west-2" } }, { @@ -177,9 +177,9 @@ } }, "params": { + "UseDualStack": false, "UseFIPS": true, - "Region": "us-west-2", - "UseDualStack": false + "Region": "us-west-2" } }, { @@ -190,9 +190,9 @@ } }, "params": { + "UseDualStack": true, "UseFIPS": false, - "Region": "us-west-2", - "UseDualStack": true + "Region": "us-west-2" } }, { @@ -203,9 +203,9 @@ } }, "params": { + "UseDualStack": false, "UseFIPS": false, - "Region": "us-west-2", - "UseDualStack": false + "Region": "us-west-2" } }, { @@ -216,9 +216,9 @@ } }, "params": { + "UseDualStack": true, "UseFIPS": true, - "Region": "af-south-1", - "UseDualStack": true + "Region": "af-south-1" } }, { @@ -229,9 +229,9 @@ } }, "params": { + "UseDualStack": false, "UseFIPS": true, - "Region": "af-south-1", - "UseDualStack": false + "Region": "af-south-1" } }, { @@ -242,9 +242,9 @@ } }, "params": { + "UseDualStack": true, "UseFIPS": false, - "Region": "af-south-1", - "UseDualStack": true + "Region": "af-south-1" } }, { @@ -255,9 +255,9 @@ } }, "params": { + "UseDualStack": false, "UseFIPS": false, - "Region": "af-south-1", - "UseDualStack": false + "Region": "af-south-1" } }, { @@ -268,9 +268,9 @@ } }, "params": { + "UseDualStack": true, "UseFIPS": true, - "Region": "eu-west-2", - "UseDualStack": true + "Region": "eu-west-2" } }, { @@ -281,9 +281,9 @@ } }, "params": { + "UseDualStack": false, "UseFIPS": true, - "Region": "eu-west-2", - "UseDualStack": false + "Region": "eu-west-2" } }, { @@ -294,9 +294,9 @@ } }, "params": { + "UseDualStack": true, "UseFIPS": false, - "Region": "eu-west-2", - "UseDualStack": true + "Region": "eu-west-2" } }, { @@ -307,9 +307,9 @@ } }, "params": { + "UseDualStack": false, "UseFIPS": false, - "Region": "eu-west-2", - "UseDualStack": false + "Region": "eu-west-2" } }, { @@ -320,9 +320,9 @@ } }, "params": { + "UseDualStack": true, "UseFIPS": true, - "Region": "ap-northeast-2", - "UseDualStack": true + "Region": "ap-northeast-2" } }, { @@ -333,9 +333,9 @@ } }, "params": { + "UseDualStack": false, "UseFIPS": true, - "Region": "ap-northeast-2", - "UseDualStack": false + "Region": "ap-northeast-2" } }, { @@ -346,9 +346,9 @@ } }, "params": { + "UseDualStack": true, "UseFIPS": false, - "Region": "ap-northeast-2", - "UseDualStack": true + "Region": "ap-northeast-2" } }, { @@ -359,9 +359,9 @@ } }, "params": { + "UseDualStack": false, "UseFIPS": false, - "Region": "ap-northeast-2", - "UseDualStack": false + "Region": "ap-northeast-2" } }, { @@ -372,9 +372,9 @@ } }, "params": { + "UseDualStack": true, "UseFIPS": true, - "Region": "ap-northeast-1", - "UseDualStack": true + "Region": "ap-northeast-1" } }, { @@ -385,9 +385,9 @@ } }, "params": { + "UseDualStack": false, "UseFIPS": true, - "Region": "ap-northeast-1", - "UseDualStack": false + "Region": "ap-northeast-1" } }, { @@ -398,9 +398,9 @@ } }, "params": { + "UseDualStack": true, "UseFIPS": false, - "Region": "ap-northeast-1", - "UseDualStack": true + "Region": "ap-northeast-1" } }, { @@ -411,9 +411,9 @@ } }, "params": { + "UseDualStack": false, "UseFIPS": false, - "Region": "ap-northeast-1", - "UseDualStack": false + "Region": "ap-northeast-1" } }, { @@ -424,9 +424,9 @@ } }, "params": { + "UseDualStack": true, "UseFIPS": true, - "Region": "us-gov-west-1", - "UseDualStack": true + "Region": "us-gov-west-1" } }, { @@ -437,9 +437,9 @@ } }, "params": { + "UseDualStack": false, "UseFIPS": true, - "Region": "us-gov-west-1", - "UseDualStack": false + "Region": "us-gov-west-1" } }, { @@ -450,9 +450,9 @@ } }, "params": { + "UseDualStack": true, "UseFIPS": false, - "Region": "us-gov-west-1", - "UseDualStack": true + "Region": "us-gov-west-1" } }, { @@ -463,9 +463,9 @@ } }, "params": { + "UseDualStack": false, "UseFIPS": false, - "Region": "us-gov-west-1", - "UseDualStack": false + "Region": "us-gov-west-1" } }, { @@ -476,9 +476,9 @@ } }, "params": { + "UseDualStack": true, "UseFIPS": true, - "Region": "ap-southeast-1", - "UseDualStack": true + "Region": "ap-southeast-1" } }, { @@ -489,9 +489,9 @@ } }, "params": { + "UseDualStack": false, "UseFIPS": true, - "Region": "ap-southeast-1", - "UseDualStack": false + "Region": "ap-southeast-1" } }, { @@ -502,9 +502,9 @@ } }, "params": { + "UseDualStack": true, "UseFIPS": false, - "Region": "ap-southeast-1", - "UseDualStack": true + "Region": "ap-southeast-1" } }, { @@ -515,9 +515,9 @@ } }, "params": { + "UseDualStack": false, "UseFIPS": false, - "Region": "ap-southeast-1", - "UseDualStack": false + "Region": "ap-southeast-1" } }, { @@ -528,9 +528,9 @@ } }, "params": { + "UseDualStack": true, "UseFIPS": true, - "Region": "ap-southeast-2", - "UseDualStack": true + "Region": "ap-southeast-2" } }, { @@ -541,9 +541,9 @@ } }, "params": { + "UseDualStack": false, "UseFIPS": true, - "Region": "ap-southeast-2", - "UseDualStack": false + "Region": "ap-southeast-2" } }, { @@ -554,9 +554,9 @@ } }, "params": { + "UseDualStack": true, "UseFIPS": false, - "Region": "ap-southeast-2", - "UseDualStack": true + "Region": "ap-southeast-2" } }, { @@ -567,9 +567,9 @@ } }, "params": { + "UseDualStack": false, "UseFIPS": false, - "Region": "ap-southeast-2", - "UseDualStack": false + "Region": "ap-southeast-2" } }, { @@ -580,9 +580,9 @@ } }, "params": { + "UseDualStack": true, "UseFIPS": true, - "Region": "us-east-1", - "UseDualStack": true + "Region": "us-east-1" } }, { @@ -593,9 +593,9 @@ } }, "params": { + "UseDualStack": false, "UseFIPS": true, - "Region": "us-east-1", - "UseDualStack": false + "Region": "us-east-1" } }, { @@ -606,9 +606,9 @@ } }, "params": { + "UseDualStack": true, "UseFIPS": false, - "Region": "us-east-1", - "UseDualStack": true + "Region": "us-east-1" } }, { @@ -619,9 +619,9 @@ } }, "params": { + "UseDualStack": false, "UseFIPS": false, - "Region": "us-east-1", - "UseDualStack": false + "Region": "us-east-1" } }, { @@ -632,9 +632,9 @@ } }, "params": { + "UseDualStack": false, "UseFIPS": false, "Region": "us-east-1", - "UseDualStack": false, "Endpoint": "https://example.com" } }, @@ -644,9 +644,9 @@ "error": "Invalid Configuration: FIPS and custom endpoint are not supported" }, "params": { + "UseDualStack": false, "UseFIPS": true, "Region": "us-east-1", - "UseDualStack": false, "Endpoint": "https://example.com" } }, @@ -656,9 +656,9 @@ "error": "Invalid Configuration: Dualstack and custom endpoint are not supported" }, "params": { + "UseDualStack": true, "UseFIPS": false, "Region": "us-east-1", - "UseDualStack": true, "Endpoint": "https://example.com" } } diff --git a/services/connect/src/main/resources/codegen-resources/service-2.json b/services/connect/src/main/resources/codegen-resources/service-2.json index e37208a6f1e1..eb5911e45c95 100644 --- a/services/connect/src/main/resources/codegen-resources/service-2.json +++ b/services/connect/src/main/resources/codegen-resources/service-2.json @@ -3420,7 +3420,7 @@ }, "ClientToken":{ "shape":"ClientToken", - "documentation":"

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.

", + "documentation":"

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.

Pattern: ^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$

", "idempotencyToken":true } } @@ -6170,6 +6170,18 @@ "Credentials":{ "shape":"Credentials", "documentation":"

The credentials to use for federation.

" + }, + "SignInUrl":{ + "shape":"Url", + "documentation":"

The URL to sign into the user's instance.

" + }, + "UserArn":{ + "shape":"ARN", + "documentation":"

The Amazon Resource Name (ARN) of the user.

" + }, + "UserId":{ + "shape":"AgentResourceId", + "documentation":"

The identifier for the user.

" } } }, @@ -9676,7 +9688,7 @@ "members":{ "InstanceId":{ "shape":"InstanceIdOrArn", - "documentation":"

The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.

", + "documentation":"

The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance. You can provide the InstanceId, or the entire ARN.

", "location":"uri", "locationName":"InstanceId" }, @@ -12449,6 +12461,7 @@ } } }, + "Url":{"type":"string"}, "UrlReference":{ "type":"structure", "members":{ diff --git a/services/connectcampaigns/pom.xml b/services/connectcampaigns/pom.xml index 09efbbfc06e1..fe6bb8205b9b 100644 --- a/services/connectcampaigns/pom.xml +++ b/services/connectcampaigns/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 connectcampaigns AWS Java SDK :: Services :: Connect Campaigns diff --git a/services/connectcases/pom.xml b/services/connectcases/pom.xml index ae1054c857b7..e407a0c2ae9a 100644 --- a/services/connectcases/pom.xml +++ b/services/connectcases/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 connectcases AWS Java SDK :: Services :: Connect Cases diff --git a/services/connectcases/src/main/resources/codegen-resources/endpoint-tests.json b/services/connectcases/src/main/resources/codegen-resources/endpoint-tests.json index f727289a41a1..9e508f597f55 100644 --- a/services/connectcases/src/main/resources/codegen-resources/endpoint-tests.json +++ b/services/connectcases/src/main/resources/codegen-resources/endpoint-tests.json @@ -9,8 +9,8 @@ }, "params": { "UseDualStack": true, - "Region": "us-gov-east-1", - "UseFIPS": true + "UseFIPS": true, + "Region": "us-gov-east-1" } }, { @@ -22,8 +22,8 @@ }, "params": { "UseDualStack": false, - "Region": "us-gov-east-1", - "UseFIPS": true + "UseFIPS": true, + "Region": "us-gov-east-1" } }, { @@ -35,8 +35,8 @@ }, "params": { "UseDualStack": true, - "Region": "us-gov-east-1", - "UseFIPS": false + "UseFIPS": false, + "Region": "us-gov-east-1" } }, { @@ -48,8 +48,8 @@ }, "params": { "UseDualStack": false, - "Region": "us-gov-east-1", - "UseFIPS": false + "UseFIPS": false, + "Region": "us-gov-east-1" } }, { @@ -61,8 +61,8 @@ }, "params": { "UseDualStack": true, - "Region": "cn-north-1", - "UseFIPS": true + "UseFIPS": true, + "Region": "cn-north-1" } }, { @@ -74,8 +74,8 @@ }, "params": { "UseDualStack": false, - "Region": "cn-north-1", - "UseFIPS": true + "UseFIPS": true, + "Region": "cn-north-1" } }, { @@ -87,8 +87,8 @@ }, "params": { "UseDualStack": true, - "Region": "cn-north-1", - "UseFIPS": false + "UseFIPS": false, + "Region": "cn-north-1" } }, { @@ -100,8 +100,8 @@ }, "params": { "UseDualStack": false, - "Region": "cn-north-1", - "UseFIPS": false + "UseFIPS": false, + "Region": "cn-north-1" } }, { @@ -111,8 +111,8 @@ }, "params": { "UseDualStack": true, - "Region": "us-iso-east-1", - "UseFIPS": true + "UseFIPS": true, + "Region": "us-iso-east-1" } }, { @@ -124,8 +124,8 @@ }, "params": { "UseDualStack": false, - "Region": "us-iso-east-1", - "UseFIPS": true + "UseFIPS": true, + "Region": "us-iso-east-1" } }, { @@ -135,8 +135,8 @@ }, "params": { "UseDualStack": true, - "Region": "us-iso-east-1", - "UseFIPS": false + "UseFIPS": false, + "Region": "us-iso-east-1" } }, { @@ -148,8 +148,8 @@ }, "params": { "UseDualStack": false, - "Region": "us-iso-east-1", - "UseFIPS": false + "UseFIPS": false, + "Region": "us-iso-east-1" } }, { @@ -161,8 +161,8 @@ }, "params": { "UseDualStack": true, - "Region": "us-east-1", - "UseFIPS": true + "UseFIPS": true, + "Region": "us-east-1" } }, { @@ -174,8 +174,8 @@ }, "params": { "UseDualStack": false, - "Region": "us-east-1", - "UseFIPS": true + "UseFIPS": true, + "Region": "us-east-1" } }, { @@ -187,8 +187,8 @@ }, "params": { "UseDualStack": true, - "Region": "us-east-1", - "UseFIPS": false + "UseFIPS": false, + "Region": "us-east-1" } }, { @@ -200,8 +200,8 @@ }, "params": { "UseDualStack": false, - "Region": "us-east-1", - "UseFIPS": false + "UseFIPS": false, + "Region": "us-east-1" } }, { @@ -211,8 +211,8 @@ }, "params": { "UseDualStack": true, - "Region": "us-isob-east-1", - "UseFIPS": true + "UseFIPS": true, + "Region": "us-isob-east-1" } }, { @@ -224,8 +224,8 @@ }, "params": { "UseDualStack": false, - "Region": "us-isob-east-1", - "UseFIPS": true + "UseFIPS": true, + "Region": "us-isob-east-1" } }, { @@ -235,8 +235,8 @@ }, "params": { "UseDualStack": true, - "Region": "us-isob-east-1", - "UseFIPS": false + "UseFIPS": false, + "Region": "us-isob-east-1" } }, { @@ -248,8 +248,8 @@ }, "params": { "UseDualStack": false, - "Region": "us-isob-east-1", - "UseFIPS": false + "UseFIPS": false, + "Region": "us-isob-east-1" } }, { @@ -261,8 +261,8 @@ }, "params": { "UseDualStack": false, - "Region": "us-east-1", "UseFIPS": false, + "Region": "us-east-1", "Endpoint": "https://example.com" } }, @@ -273,8 +273,8 @@ }, "params": { "UseDualStack": false, - "Region": "us-east-1", "UseFIPS": true, + "Region": "us-east-1", "Endpoint": "https://example.com" } }, @@ -285,8 +285,8 @@ }, "params": { "UseDualStack": true, - "Region": "us-east-1", "UseFIPS": false, + "Region": "us-east-1", "Endpoint": "https://example.com" } } diff --git a/services/connectcases/src/main/resources/codegen-resources/service-2.json b/services/connectcases/src/main/resources/codegen-resources/service-2.json index 5e076e581cdc..7d90a7c2381f 100644 --- a/services/connectcases/src/main/resources/codegen-resources/service-2.json +++ b/services/connectcases/src/main/resources/codegen-resources/service-2.json @@ -170,7 +170,7 @@ {"shape":"ConflictException"}, {"shape":"ServiceQuotaExceededException"} ], - "documentation":"

Creates a template in the Cases domain. This template is used to define the case object model (that is, define what data can be captured on cases) in a Cases domain. A template must have a unique name within a domain, and it must reference existing field IDs and layout IDs. Additionally, multiple fields with same IDs are not allowed within the same Template.

", + "documentation":"

Creates a template in the Cases domain. This template is used to define the case object model (that is, to define what data can be captured on cases) in a Cases domain. A template must have a unique name within a domain, and it must reference existing field IDs and layout IDs. Additionally, multiple fields with same IDs are not allowed within the same Template. A template can be either Active or Inactive, as indicated by its status. Inactive templates cannot be used to create cases.

", "idempotent":true }, "GetCase":{ @@ -532,7 +532,8 @@ {"shape":"ValidationException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"}, - {"shape":"ConflictException"} + {"shape":"ConflictException"}, + {"shape":"ServiceQuotaExceededException"} ], "documentation":"

Updates the attributes of an existing layout.

If the action is successful, the service sends back an HTTP 200 response with an empty HTTP body.

A ValidationException is returned when you add non-existent fieldIds to a layout.

Title and Status fields cannot be part of layouts because they are not configurable.

", "idempotent":true @@ -554,7 +555,7 @@ {"shape":"AccessDeniedException"}, {"shape":"ConflictException"} ], - "documentation":"

Updates the attributes of an existing template. The template attributes that can be modified include name, description, layouts, and requiredFields. At least one of these attributes must not be null. If a null value is provided for a given attribute, that attribute is ignored and its current value is preserved.

", + "documentation":"

Updates the attributes of an existing template. The template attributes that can be modified include name, description, layoutConfiguration, requiredFields, and status. At least one of these attributes must not be null. If a null value is provided for a given attribute, that attribute is ignored and its current value is preserved.

", "idempotent":true } }, @@ -891,7 +892,7 @@ "members":{ "clientToken":{ "shape":"CreateCaseRequestClientTokenString", - "documentation":"

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

", + "documentation":"

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.

", "idempotencyToken":true }, "domainId":{ @@ -1132,6 +1133,10 @@ "requiredFields":{ "shape":"RequiredFieldList", "documentation":"

A list of fields that must contain a value for a case to be successfully created with this template.

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

The status of the template.

" } } }, @@ -1321,7 +1326,7 @@ "FieldGroupFieldsList":{ "type":"list", "member":{"shape":"FieldItem"}, - "max":30, + "max":100, "min":0 }, "FieldGroupNameString":{ @@ -1771,6 +1776,7 @@ "type":"structure", "required":[ "name", + "status", "templateArn", "templateId" ], @@ -1791,6 +1797,10 @@ "shape":"RequiredFieldList", "documentation":"

A list of fields that must contain a value for a case to be successfully created with this template.

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

The status of the template.

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

A map of of key-value pairs that represent tags on a resource. Tags are used to organize, track, or control access for this resource.

" @@ -2165,6 +2175,12 @@ "documentation":"

The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.

", "location":"querystring", "locationName":"nextToken" + }, + "status":{ + "shape":"TemplateStatusFilters", + "documentation":"

A list of status values to filter on.

", + "location":"querystring", + "locationName":"status" } } }, @@ -2662,10 +2678,26 @@ "min":1, "pattern":"^.*[\\S]$" }, + "TemplateStatus":{ + "type":"string", + "documentation":"

Status of a template

", + "enum":[ + "Active", + "Inactive" + ] + }, + "TemplateStatusFilters":{ + "type":"list", + "member":{"shape":"TemplateStatus"}, + "documentation":"

List of filters used on the ListTemplates result set

", + "max":2, + "min":1 + }, "TemplateSummary":{ "type":"structure", "required":[ "name", + "status", "templateArn", "templateId" ], @@ -2674,6 +2706,10 @@ "shape":"TemplateName", "documentation":"

The template name.

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

The status of the template.

" + }, "templateArn":{ "shape":"TemplateArn", "documentation":"

The Amazon Resource Name (ARN) of the template.

" @@ -2854,6 +2890,10 @@ "shape":"RequiredFieldList", "documentation":"

A list of fields that must contain a value for a case to be successfully created with this template.

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

The status of the template.

" + }, "templateId":{ "shape":"TemplateId", "documentation":"

A unique identifier for the template.

", diff --git a/services/connectcontactlens/pom.xml b/services/connectcontactlens/pom.xml index af4ce6696ad8..1f230a53bacd 100644 --- a/services/connectcontactlens/pom.xml +++ b/services/connectcontactlens/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 connectcontactlens AWS Java SDK :: Services :: Connect Contact Lens diff --git a/services/connectparticipant/pom.xml b/services/connectparticipant/pom.xml index f6001ea1c705..1c53bd2f0a10 100644 --- a/services/connectparticipant/pom.xml +++ b/services/connectparticipant/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 connectparticipant AWS Java SDK :: Services :: ConnectParticipant diff --git a/services/controltower/pom.xml b/services/controltower/pom.xml index 2b60feb569c0..1b801a0aa58c 100644 --- a/services/controltower/pom.xml +++ b/services/controltower/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 controltower AWS Java SDK :: Services :: Control Tower diff --git a/services/costandusagereport/pom.xml b/services/costandusagereport/pom.xml index 13f08c6274b5..79c2a4996224 100644 --- a/services/costandusagereport/pom.xml +++ b/services/costandusagereport/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 costandusagereport AWS Java SDK :: Services :: AWS Cost and Usage Report diff --git a/services/costexplorer/pom.xml b/services/costexplorer/pom.xml index fd6169c9bc79..c5fee137a8ea 100644 --- a/services/costexplorer/pom.xml +++ b/services/costexplorer/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.18.13 + 2.18.14 4.0.0 costexplorer diff --git a/services/customerprofiles/pom.xml b/services/customerprofiles/pom.xml index bf5269ced2d8..cb5b8bbdfff7 100644 --- a/services/customerprofiles/pom.xml +++ b/services/customerprofiles/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 customerprofiles AWS Java SDK :: Services :: Customer Profiles diff --git a/services/databasemigration/pom.xml b/services/databasemigration/pom.xml index b03c91d6291a..a74fa3984768 100644 --- a/services/databasemigration/pom.xml +++ b/services/databasemigration/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 databasemigration AWS Java SDK :: Services :: AWS Database Migration Service diff --git a/services/databrew/pom.xml b/services/databrew/pom.xml index 64274d2aa2a1..94af06d89df1 100644 --- a/services/databrew/pom.xml +++ b/services/databrew/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 databrew AWS Java SDK :: Services :: Data Brew diff --git a/services/dataexchange/pom.xml b/services/dataexchange/pom.xml index 1489d218e5f5..f2ace179ae50 100644 --- a/services/dataexchange/pom.xml +++ b/services/dataexchange/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 dataexchange AWS Java SDK :: Services :: DataExchange diff --git a/services/datapipeline/pom.xml b/services/datapipeline/pom.xml index 08b1d1250931..f5e9b68b582f 100644 --- a/services/datapipeline/pom.xml +++ b/services/datapipeline/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 datapipeline AWS Java SDK :: Services :: AWS Data Pipeline diff --git a/services/datasync/pom.xml b/services/datasync/pom.xml index e71121229872..e806c5bebba7 100644 --- a/services/datasync/pom.xml +++ b/services/datasync/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 datasync AWS Java SDK :: Services :: DataSync diff --git a/services/dax/pom.xml b/services/dax/pom.xml index 873d0dc44902..a0944c8c6e27 100644 --- a/services/dax/pom.xml +++ b/services/dax/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 dax AWS Java SDK :: Services :: Amazon DynamoDB Accelerator (DAX) diff --git a/services/detective/pom.xml b/services/detective/pom.xml index b5ebbcf6da67..209e87ae01d5 100644 --- a/services/detective/pom.xml +++ b/services/detective/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 detective AWS Java SDK :: Services :: Detective diff --git a/services/devicefarm/pom.xml b/services/devicefarm/pom.xml index 8b9e8c10d3f0..f8e011648879 100644 --- a/services/devicefarm/pom.xml +++ b/services/devicefarm/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 devicefarm AWS Java SDK :: Services :: AWS Device Farm diff --git a/services/devopsguru/pom.xml b/services/devopsguru/pom.xml index fbcc65118712..51f08cd780e9 100644 --- a/services/devopsguru/pom.xml +++ b/services/devopsguru/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 devopsguru AWS Java SDK :: Services :: Dev Ops Guru diff --git a/services/directconnect/pom.xml b/services/directconnect/pom.xml index 0f3041387e75..e28036931395 100644 --- a/services/directconnect/pom.xml +++ b/services/directconnect/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 directconnect AWS Java SDK :: Services :: AWS Direct Connect diff --git a/services/directory/pom.xml b/services/directory/pom.xml index b059fd6dc0b7..18f45f788762 100644 --- a/services/directory/pom.xml +++ b/services/directory/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 directory AWS Java SDK :: Services :: AWS Directory Service diff --git a/services/dlm/pom.xml b/services/dlm/pom.xml index 3d794921c330..a4c0c3f02bef 100644 --- a/services/dlm/pom.xml +++ b/services/dlm/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 dlm AWS Java SDK :: Services :: DLM diff --git a/services/docdb/pom.xml b/services/docdb/pom.xml index 3009914f0226..e569c2dab189 100644 --- a/services/docdb/pom.xml +++ b/services/docdb/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 docdb AWS Java SDK :: Services :: DocDB diff --git a/services/drs/pom.xml b/services/drs/pom.xml index 9ae4e512dcbe..8028dac43c42 100644 --- a/services/drs/pom.xml +++ b/services/drs/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 drs AWS Java SDK :: Services :: Drs diff --git a/services/dynamodb/pom.xml b/services/dynamodb/pom.xml index f90f87f5ddb5..2940835c4a2c 100644 --- a/services/dynamodb/pom.xml +++ b/services/dynamodb/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 dynamodb AWS Java SDK :: Services :: Amazon DynamoDB diff --git a/services/ebs/pom.xml b/services/ebs/pom.xml index 26b8eefbb6ea..e13fd787506b 100644 --- a/services/ebs/pom.xml +++ b/services/ebs/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 ebs AWS Java SDK :: Services :: EBS diff --git a/services/ec2/pom.xml b/services/ec2/pom.xml index 5317b99180db..52ba622c33f6 100644 --- a/services/ec2/pom.xml +++ b/services/ec2/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 ec2 AWS Java SDK :: Services :: Amazon EC2 diff --git a/services/ec2/src/main/resources/codegen-resources/service-2.json b/services/ec2/src/main/resources/codegen-resources/service-2.json index 1a8048720a84..9c438735b6a9 100644 --- a/services/ec2/src/main/resources/codegen-resources/service-2.json +++ b/services/ec2/src/main/resources/codegen-resources/service-2.json @@ -6833,7 +6833,8 @@ "i386", "x86_64", "arm64", - "x86_64_mac" + "x86_64_mac", + "arm64_mac" ] }, "ArchitectureTypeList":{ @@ -6858,7 +6859,8 @@ "i386", "x86_64", "arm64", - "x86_64_mac" + "x86_64_mac", + "arm64_mac" ] }, "ArnList":{ @@ -32530,7 +32532,11 @@ "r6a.48xlarge", "r6a.metal", "p4de.24xlarge", - "u-3tb1.56xlarge" + "u-3tb1.56xlarge", + "u-18tb1.112xlarge", + "u-24tb1.112xlarge", + "trn1.2xlarge", + "trn1.32xlarge" ] }, "InstanceTypeHypervisor":{ diff --git a/services/ec2instanceconnect/pom.xml b/services/ec2instanceconnect/pom.xml index 32396fc03583..60df59f9edd5 100644 --- a/services/ec2instanceconnect/pom.xml +++ b/services/ec2instanceconnect/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 ec2instanceconnect AWS Java SDK :: Services :: EC2 Instance Connect diff --git a/services/ecr/pom.xml b/services/ecr/pom.xml index 6147ddff25fe..2fa7ba8c3205 100644 --- a/services/ecr/pom.xml +++ b/services/ecr/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 ecr AWS Java SDK :: Services :: Amazon EC2 Container Registry diff --git a/services/ecrpublic/pom.xml b/services/ecrpublic/pom.xml index 82ac80d695d1..ecafaf9bc708 100644 --- a/services/ecrpublic/pom.xml +++ b/services/ecrpublic/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 ecrpublic AWS Java SDK :: Services :: ECR PUBLIC diff --git a/services/ecs/pom.xml b/services/ecs/pom.xml index 1113c55528e3..83b3d69b6e7d 100644 --- a/services/ecs/pom.xml +++ b/services/ecs/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 ecs AWS Java SDK :: Services :: Amazon EC2 Container Service diff --git a/services/efs/pom.xml b/services/efs/pom.xml index 8a99ad99a99b..72b4985f3697 100644 --- a/services/efs/pom.xml +++ b/services/efs/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 efs AWS Java SDK :: Services :: Amazon Elastic File System diff --git a/services/eks/pom.xml b/services/eks/pom.xml index 49f1804ffa5e..ea28cdbe050d 100644 --- a/services/eks/pom.xml +++ b/services/eks/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 eks AWS Java SDK :: Services :: EKS diff --git a/services/elasticache/pom.xml b/services/elasticache/pom.xml index 9f16cca2d598..dde327c35488 100644 --- a/services/elasticache/pom.xml +++ b/services/elasticache/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 elasticache AWS Java SDK :: Services :: Amazon ElastiCache diff --git a/services/elasticbeanstalk/pom.xml b/services/elasticbeanstalk/pom.xml index d3d810ddd820..c521f8e92981 100644 --- a/services/elasticbeanstalk/pom.xml +++ b/services/elasticbeanstalk/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 elasticbeanstalk AWS Java SDK :: Services :: AWS Elastic Beanstalk diff --git a/services/elasticinference/pom.xml b/services/elasticinference/pom.xml index baee6762536f..8d88a64bfcab 100644 --- a/services/elasticinference/pom.xml +++ b/services/elasticinference/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 elasticinference AWS Java SDK :: Services :: Elastic Inference diff --git a/services/elasticloadbalancing/pom.xml b/services/elasticloadbalancing/pom.xml index f4668838cf6c..0308bf321670 100644 --- a/services/elasticloadbalancing/pom.xml +++ b/services/elasticloadbalancing/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 elasticloadbalancing AWS Java SDK :: Services :: Elastic Load Balancing diff --git a/services/elasticloadbalancingv2/pom.xml b/services/elasticloadbalancingv2/pom.xml index 943fb08744e3..b063f68369da 100644 --- a/services/elasticloadbalancingv2/pom.xml +++ b/services/elasticloadbalancingv2/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 elasticloadbalancingv2 AWS Java SDK :: Services :: Elastic Load Balancing V2 diff --git a/services/elasticsearch/pom.xml b/services/elasticsearch/pom.xml index 2e257b2b3a16..e058ae553ae5 100644 --- a/services/elasticsearch/pom.xml +++ b/services/elasticsearch/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 elasticsearch AWS Java SDK :: Services :: Amazon Elasticsearch Service diff --git a/services/elastictranscoder/pom.xml b/services/elastictranscoder/pom.xml index 4eef5cbd66cc..06e636df6885 100644 --- a/services/elastictranscoder/pom.xml +++ b/services/elastictranscoder/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 elastictranscoder AWS Java SDK :: Services :: Amazon Elastic Transcoder diff --git a/services/emr/pom.xml b/services/emr/pom.xml index 1bd9c8a481ae..ff4feb653b15 100644 --- a/services/emr/pom.xml +++ b/services/emr/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 emr AWS Java SDK :: Services :: Amazon EMR diff --git a/services/emrcontainers/pom.xml b/services/emrcontainers/pom.xml index c7ee37026208..f6614f676263 100644 --- a/services/emrcontainers/pom.xml +++ b/services/emrcontainers/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 emrcontainers AWS Java SDK :: Services :: EMR Containers diff --git a/services/emrserverless/pom.xml b/services/emrserverless/pom.xml index 35418c6c1e2a..f546f0fb0851 100644 --- a/services/emrserverless/pom.xml +++ b/services/emrserverless/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 emrserverless AWS Java SDK :: Services :: EMR Serverless diff --git a/services/eventbridge/pom.xml b/services/eventbridge/pom.xml index eb5ddd041c5c..de97366b6f05 100644 --- a/services/eventbridge/pom.xml +++ b/services/eventbridge/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 eventbridge AWS Java SDK :: Services :: EventBridge diff --git a/services/evidently/pom.xml b/services/evidently/pom.xml index 0429fa965d85..661578cb51a4 100644 --- a/services/evidently/pom.xml +++ b/services/evidently/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 evidently AWS Java SDK :: Services :: Evidently diff --git a/services/finspace/pom.xml b/services/finspace/pom.xml index 2de7106bbac3..bd0afb17901d 100644 --- a/services/finspace/pom.xml +++ b/services/finspace/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 finspace AWS Java SDK :: Services :: Finspace diff --git a/services/finspacedata/pom.xml b/services/finspacedata/pom.xml index f8f2cdd713a6..9cc206fcbd3b 100644 --- a/services/finspacedata/pom.xml +++ b/services/finspacedata/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 finspacedata AWS Java SDK :: Services :: Finspace Data diff --git a/services/firehose/pom.xml b/services/firehose/pom.xml index 9a2a0222c524..6ae1f775c22d 100644 --- a/services/firehose/pom.xml +++ b/services/firehose/pom.xml @@ -22,7 +22,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 firehose AWS Java SDK :: Services :: Amazon Kinesis Firehose diff --git a/services/fis/pom.xml b/services/fis/pom.xml index c6db6551be07..6917e694a18a 100644 --- a/services/fis/pom.xml +++ b/services/fis/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 fis AWS Java SDK :: Services :: Fis diff --git a/services/fms/pom.xml b/services/fms/pom.xml index b7eb64d75033..deca1870f4f4 100644 --- a/services/fms/pom.xml +++ b/services/fms/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 fms AWS Java SDK :: Services :: FMS diff --git a/services/forecast/pom.xml b/services/forecast/pom.xml index f1eb9180cdb0..fc6d5e2339fb 100644 --- a/services/forecast/pom.xml +++ b/services/forecast/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 forecast AWS Java SDK :: Services :: Forecast diff --git a/services/forecastquery/pom.xml b/services/forecastquery/pom.xml index 126ae1006f0a..6ccf24d00264 100644 --- a/services/forecastquery/pom.xml +++ b/services/forecastquery/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 forecastquery AWS Java SDK :: Services :: Forecastquery diff --git a/services/frauddetector/pom.xml b/services/frauddetector/pom.xml index c6c64ddf2076..b9692a1bdd26 100644 --- a/services/frauddetector/pom.xml +++ b/services/frauddetector/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 frauddetector AWS Java SDK :: Services :: FraudDetector diff --git a/services/fsx/pom.xml b/services/fsx/pom.xml index 00751e1bfef6..c25e4d8b195b 100644 --- a/services/fsx/pom.xml +++ b/services/fsx/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 fsx AWS Java SDK :: Services :: FSx diff --git a/services/gamelift/pom.xml b/services/gamelift/pom.xml index 16b87cba41a6..0dcb68c1931b 100644 --- a/services/gamelift/pom.xml +++ b/services/gamelift/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 gamelift AWS Java SDK :: Services :: AWS GameLift diff --git a/services/gamesparks/pom.xml b/services/gamesparks/pom.xml index 858f3bea6ad4..a9acc49f4c0a 100644 --- a/services/gamesparks/pom.xml +++ b/services/gamesparks/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 gamesparks AWS Java SDK :: Services :: Game Sparks diff --git a/services/glacier/pom.xml b/services/glacier/pom.xml index 997516442bbe..452264f8dfde 100644 --- a/services/glacier/pom.xml +++ b/services/glacier/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 glacier AWS Java SDK :: Services :: Amazon Glacier diff --git a/services/globalaccelerator/pom.xml b/services/globalaccelerator/pom.xml index 338d5605530d..477feab2698c 100644 --- a/services/globalaccelerator/pom.xml +++ b/services/globalaccelerator/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 globalaccelerator AWS Java SDK :: Services :: Global Accelerator diff --git a/services/glue/pom.xml b/services/glue/pom.xml index 48e43d4fafe5..0d9938b7391e 100644 --- a/services/glue/pom.xml +++ b/services/glue/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.18.13 + 2.18.14 4.0.0 glue diff --git a/services/grafana/pom.xml b/services/grafana/pom.xml index 2fb1af976541..3edb882737a3 100644 --- a/services/grafana/pom.xml +++ b/services/grafana/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 grafana AWS Java SDK :: Services :: Grafana diff --git a/services/greengrass/pom.xml b/services/greengrass/pom.xml index 5c8dfd5a0978..1eb3608e3119 100644 --- a/services/greengrass/pom.xml +++ b/services/greengrass/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 greengrass AWS Java SDK :: Services :: AWS Greengrass diff --git a/services/greengrassv2/pom.xml b/services/greengrassv2/pom.xml index e641104765cb..db4982e49cb4 100644 --- a/services/greengrassv2/pom.xml +++ b/services/greengrassv2/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 greengrassv2 AWS Java SDK :: Services :: Greengrass V2 diff --git a/services/groundstation/pom.xml b/services/groundstation/pom.xml index 9ea9d5a09f75..580ad6a9e997 100644 --- a/services/groundstation/pom.xml +++ b/services/groundstation/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 groundstation AWS Java SDK :: Services :: GroundStation diff --git a/services/groundstation/src/main/resources/codegen-resources/endpoint-tests.json b/services/groundstation/src/main/resources/codegen-resources/endpoint-tests.json index 106893b8e421..86cc42b2d136 100644 --- a/services/groundstation/src/main/resources/codegen-resources/endpoint-tests.json +++ b/services/groundstation/src/main/resources/codegen-resources/endpoint-tests.json @@ -9,8 +9,8 @@ }, "params": { "UseDualStack": true, - "Region": "ca-central-1", - "UseFIPS": true + "UseFIPS": true, + "Region": "ca-central-1" } }, { @@ -22,8 +22,8 @@ }, "params": { "UseDualStack": false, - "Region": "ca-central-1", - "UseFIPS": true + "UseFIPS": true, + "Region": "ca-central-1" } }, { @@ -35,8 +35,8 @@ }, "params": { "UseDualStack": true, - "Region": "ca-central-1", - "UseFIPS": false + "UseFIPS": false, + "Region": "ca-central-1" } }, { @@ -48,8 +48,8 @@ }, "params": { "UseDualStack": false, - "Region": "ca-central-1", - "UseFIPS": false + "UseFIPS": false, + "Region": "ca-central-1" } }, { @@ -61,8 +61,8 @@ }, "params": { "UseDualStack": true, - "Region": "eu-central-1", - "UseFIPS": true + "UseFIPS": true, + "Region": "eu-central-1" } }, { @@ -74,8 +74,8 @@ }, "params": { "UseDualStack": false, - "Region": "eu-central-1", - "UseFIPS": true + "UseFIPS": true, + "Region": "eu-central-1" } }, { @@ -87,8 +87,8 @@ }, "params": { "UseDualStack": true, - "Region": "eu-central-1", - "UseFIPS": false + "UseFIPS": false, + "Region": "eu-central-1" } }, { @@ -100,8 +100,8 @@ }, "params": { "UseDualStack": false, - "Region": "eu-central-1", - "UseFIPS": false + "UseFIPS": false, + "Region": "eu-central-1" } }, { @@ -113,8 +113,8 @@ }, "params": { "UseDualStack": true, - "Region": "us-west-2", - "UseFIPS": true + "UseFIPS": true, + "Region": "us-west-2" } }, { @@ -126,8 +126,8 @@ }, "params": { "UseDualStack": false, - "Region": "us-west-2", - "UseFIPS": true + "UseFIPS": true, + "Region": "us-west-2" } }, { @@ -139,8 +139,8 @@ }, "params": { "UseDualStack": true, - "Region": "us-west-2", - "UseFIPS": false + "UseFIPS": false, + "Region": "us-west-2" } }, { @@ -152,8 +152,8 @@ }, "params": { "UseDualStack": false, - "Region": "us-west-2", - "UseFIPS": false + "UseFIPS": false, + "Region": "us-west-2" } }, { @@ -165,8 +165,8 @@ }, "params": { "UseDualStack": true, - "Region": "af-south-1", - "UseFIPS": true + "UseFIPS": true, + "Region": "af-south-1" } }, { @@ -178,8 +178,8 @@ }, "params": { "UseDualStack": false, - "Region": "af-south-1", - "UseFIPS": true + "UseFIPS": true, + "Region": "af-south-1" } }, { @@ -191,8 +191,8 @@ }, "params": { "UseDualStack": true, - "Region": "af-south-1", - "UseFIPS": false + "UseFIPS": false, + "Region": "af-south-1" } }, { @@ -204,8 +204,8 @@ }, "params": { "UseDualStack": false, - "Region": "af-south-1", - "UseFIPS": false + "UseFIPS": false, + "Region": "af-south-1" } }, { @@ -217,8 +217,8 @@ }, "params": { "UseDualStack": true, - "Region": "eu-north-1", - "UseFIPS": true + "UseFIPS": true, + "Region": "eu-north-1" } }, { @@ -230,8 +230,8 @@ }, "params": { "UseDualStack": false, - "Region": "eu-north-1", - "UseFIPS": true + "UseFIPS": true, + "Region": "eu-north-1" } }, { @@ -243,8 +243,8 @@ }, "params": { "UseDualStack": true, - "Region": "eu-north-1", - "UseFIPS": false + "UseFIPS": false, + "Region": "eu-north-1" } }, { @@ -256,8 +256,8 @@ }, "params": { "UseDualStack": false, - "Region": "eu-north-1", - "UseFIPS": false + "UseFIPS": false, + "Region": "eu-north-1" } }, { @@ -269,8 +269,8 @@ }, "params": { "UseDualStack": true, - "Region": "eu-west-1", - "UseFIPS": true + "UseFIPS": true, + "Region": "eu-west-1" } }, { @@ -282,8 +282,8 @@ }, "params": { "UseDualStack": false, - "Region": "eu-west-1", - "UseFIPS": true + "UseFIPS": true, + "Region": "eu-west-1" } }, { @@ -295,8 +295,8 @@ }, "params": { "UseDualStack": true, - "Region": "eu-west-1", - "UseFIPS": false + "UseFIPS": false, + "Region": "eu-west-1" } }, { @@ -308,8 +308,8 @@ }, "params": { "UseDualStack": false, - "Region": "eu-west-1", - "UseFIPS": false + "UseFIPS": false, + "Region": "eu-west-1" } }, { @@ -321,8 +321,8 @@ }, "params": { "UseDualStack": true, - "Region": "ap-northeast-2", - "UseFIPS": true + "UseFIPS": true, + "Region": "ap-northeast-2" } }, { @@ -334,8 +334,8 @@ }, "params": { "UseDualStack": false, - "Region": "ap-northeast-2", - "UseFIPS": true + "UseFIPS": true, + "Region": "ap-northeast-2" } }, { @@ -347,8 +347,8 @@ }, "params": { "UseDualStack": true, - "Region": "ap-northeast-2", - "UseFIPS": false + "UseFIPS": false, + "Region": "ap-northeast-2" } }, { @@ -360,8 +360,8 @@ }, "params": { "UseDualStack": false, - "Region": "ap-northeast-2", - "UseFIPS": false + "UseFIPS": false, + "Region": "ap-northeast-2" } }, { @@ -373,8 +373,8 @@ }, "params": { "UseDualStack": true, - "Region": "me-south-1", - "UseFIPS": true + "UseFIPS": true, + "Region": "me-south-1" } }, { @@ -386,8 +386,8 @@ }, "params": { "UseDualStack": false, - "Region": "me-south-1", - "UseFIPS": true + "UseFIPS": true, + "Region": "me-south-1" } }, { @@ -399,8 +399,8 @@ }, "params": { "UseDualStack": true, - "Region": "me-south-1", - "UseFIPS": false + "UseFIPS": false, + "Region": "me-south-1" } }, { @@ -412,8 +412,8 @@ }, "params": { "UseDualStack": false, - "Region": "me-south-1", - "UseFIPS": false + "UseFIPS": false, + "Region": "me-south-1" } }, { @@ -425,8 +425,8 @@ }, "params": { "UseDualStack": true, - "Region": "sa-east-1", - "UseFIPS": true + "UseFIPS": true, + "Region": "sa-east-1" } }, { @@ -438,8 +438,8 @@ }, "params": { "UseDualStack": false, - "Region": "sa-east-1", - "UseFIPS": true + "UseFIPS": true, + "Region": "sa-east-1" } }, { @@ -451,8 +451,8 @@ }, "params": { "UseDualStack": true, - "Region": "sa-east-1", - "UseFIPS": false + "UseFIPS": false, + "Region": "sa-east-1" } }, { @@ -464,8 +464,8 @@ }, "params": { "UseDualStack": false, - "Region": "sa-east-1", - "UseFIPS": false + "UseFIPS": false, + "Region": "sa-east-1" } }, { @@ -477,8 +477,8 @@ }, "params": { "UseDualStack": true, - "Region": "ap-southeast-1", - "UseFIPS": true + "UseFIPS": true, + "Region": "ap-southeast-1" } }, { @@ -490,8 +490,8 @@ }, "params": { "UseDualStack": false, - "Region": "ap-southeast-1", - "UseFIPS": true + "UseFIPS": true, + "Region": "ap-southeast-1" } }, { @@ -503,8 +503,8 @@ }, "params": { "UseDualStack": true, - "Region": "ap-southeast-1", - "UseFIPS": false + "UseFIPS": false, + "Region": "ap-southeast-1" } }, { @@ -516,8 +516,8 @@ }, "params": { "UseDualStack": false, - "Region": "ap-southeast-1", - "UseFIPS": false + "UseFIPS": false, + "Region": "ap-southeast-1" } }, { @@ -529,8 +529,8 @@ }, "params": { "UseDualStack": true, - "Region": "ap-southeast-2", - "UseFIPS": true + "UseFIPS": true, + "Region": "ap-southeast-2" } }, { @@ -542,8 +542,8 @@ }, "params": { "UseDualStack": false, - "Region": "ap-southeast-2", - "UseFIPS": true + "UseFIPS": true, + "Region": "ap-southeast-2" } }, { @@ -555,8 +555,8 @@ }, "params": { "UseDualStack": true, - "Region": "ap-southeast-2", - "UseFIPS": false + "UseFIPS": false, + "Region": "ap-southeast-2" } }, { @@ -568,8 +568,8 @@ }, "params": { "UseDualStack": false, - "Region": "ap-southeast-2", - "UseFIPS": false + "UseFIPS": false, + "Region": "ap-southeast-2" } }, { @@ -581,8 +581,8 @@ }, "params": { "UseDualStack": true, - "Region": "us-east-1", - "UseFIPS": true + "UseFIPS": true, + "Region": "us-east-1" } }, { @@ -594,8 +594,8 @@ }, "params": { "UseDualStack": false, - "Region": "us-east-1", - "UseFIPS": true + "UseFIPS": true, + "Region": "us-east-1" } }, { @@ -607,8 +607,8 @@ }, "params": { "UseDualStack": true, - "Region": "us-east-1", - "UseFIPS": false + "UseFIPS": false, + "Region": "us-east-1" } }, { @@ -620,8 +620,8 @@ }, "params": { "UseDualStack": false, - "Region": "us-east-1", - "UseFIPS": false + "UseFIPS": false, + "Region": "us-east-1" } }, { @@ -633,8 +633,8 @@ }, "params": { "UseDualStack": true, - "Region": "us-east-2", - "UseFIPS": true + "UseFIPS": true, + "Region": "us-east-2" } }, { @@ -646,8 +646,8 @@ }, "params": { "UseDualStack": false, - "Region": "us-east-2", - "UseFIPS": true + "UseFIPS": true, + "Region": "us-east-2" } }, { @@ -659,8 +659,8 @@ }, "params": { "UseDualStack": true, - "Region": "us-east-2", - "UseFIPS": false + "UseFIPS": false, + "Region": "us-east-2" } }, { @@ -672,8 +672,8 @@ }, "params": { "UseDualStack": false, - "Region": "us-east-2", - "UseFIPS": false + "UseFIPS": false, + "Region": "us-east-2" } }, { @@ -685,8 +685,8 @@ }, "params": { "UseDualStack": false, - "Region": "us-east-1", "UseFIPS": false, + "Region": "us-east-1", "Endpoint": "https://example.com" } }, @@ -697,8 +697,8 @@ }, "params": { "UseDualStack": false, - "Region": "us-east-1", "UseFIPS": true, + "Region": "us-east-1", "Endpoint": "https://example.com" } }, @@ -709,8 +709,8 @@ }, "params": { "UseDualStack": true, - "Region": "us-east-1", "UseFIPS": false, + "Region": "us-east-1", "Endpoint": "https://example.com" } } diff --git a/services/groundstation/src/main/resources/codegen-resources/paginators-1.json b/services/groundstation/src/main/resources/codegen-resources/paginators-1.json index 373acccef58a..82920fa5799c 100644 --- a/services/groundstation/src/main/resources/codegen-resources/paginators-1.json +++ b/services/groundstation/src/main/resources/codegen-resources/paginators-1.json @@ -18,6 +18,12 @@ "limit_key": "maxResults", "result_key": "dataflowEndpointGroupList" }, + "ListEphemerides": { + "input_token": "nextToken", + "output_token": "nextToken", + "limit_key": "maxResults", + "result_key": "ephemerides" + }, "ListGroundStations": { "input_token": "nextToken", "output_token": "nextToken", diff --git a/services/groundstation/src/main/resources/codegen-resources/service-2.json b/services/groundstation/src/main/resources/codegen-resources/service-2.json index efcfa748f3c5..89e4bc1988a7 100644 --- a/services/groundstation/src/main/resources/codegen-resources/service-2.json +++ b/services/groundstation/src/main/resources/codegen-resources/service-2.json @@ -62,6 +62,22 @@ ], "documentation":"

Creates a DataflowEndpoint group containing the specified list of DataflowEndpoint objects.

The name field in each endpoint is used in your mission profile DataflowEndpointConfig to specify which endpoints to use during a contact.

When a contact uses multiple DataflowEndpointConfig objects, each Config must match a DataflowEndpoint in the same group.

" }, + "CreateEphemeris":{ + "name":"CreateEphemeris", + "http":{ + "method":"POST", + "requestUri":"/ephemeris", + "responseCode":200 + }, + "input":{"shape":"CreateEphemerisRequest"}, + "output":{"shape":"EphemerisIdResponse"}, + "errors":[ + {"shape":"InvalidParameterException"}, + {"shape":"DependencyException"}, + {"shape":"ResourceNotFoundException"} + ], + "documentation":"

Creates an Ephemeris with the specified EphemerisData.

" + }, "CreateMissionProfile":{ "name":"CreateMissionProfile", "http":{ @@ -112,6 +128,23 @@ "documentation":"

Deletes a dataflow endpoint group.

", "idempotent":true }, + "DeleteEphemeris":{ + "name":"DeleteEphemeris", + "http":{ + "method":"DELETE", + "requestUri":"/ephemeris/{ephemerisId}", + "responseCode":200 + }, + "input":{"shape":"DeleteEphemerisRequest"}, + "output":{"shape":"EphemerisIdResponse"}, + "errors":[ + {"shape":"InvalidParameterException"}, + {"shape":"DependencyException"}, + {"shape":"ResourceNotFoundException"} + ], + "documentation":"

Deletes an ephemeris

", + "idempotent":true + }, "DeleteMissionProfile":{ "name":"DeleteMissionProfile", "http":{ @@ -145,6 +178,22 @@ ], "documentation":"

Describes an existing contact.

" }, + "DescribeEphemeris":{ + "name":"DescribeEphemeris", + "http":{ + "method":"GET", + "requestUri":"/ephemeris/{ephemerisId}", + "responseCode":200 + }, + "input":{"shape":"DescribeEphemerisRequest"}, + "output":{"shape":"DescribeEphemerisResponse"}, + "errors":[ + {"shape":"InvalidParameterException"}, + {"shape":"DependencyException"}, + {"shape":"ResourceNotFoundException"} + ], + "documentation":"

Describes an existing ephemeris.

" + }, "GetConfig":{ "name":"GetConfig", "http":{ @@ -273,6 +322,22 @@ ], "documentation":"

Returns a list of DataflowEndpoint groups.

" }, + "ListEphemerides":{ + "name":"ListEphemerides", + "http":{ + "method":"POST", + "requestUri":"/ephemerides", + "responseCode":200 + }, + "input":{"shape":"ListEphemeridesRequest"}, + "output":{"shape":"ListEphemeridesResponse"}, + "errors":[ + {"shape":"InvalidParameterException"}, + {"shape":"DependencyException"}, + {"shape":"ResourceNotFoundException"} + ], + "documentation":"

List existing ephemerides.

" + }, "ListGroundStations":{ "name":"ListGroundStations", "http":{ @@ -403,6 +468,23 @@ "documentation":"

Updates the Config used when scheduling contacts.

Updating a Config will not update the execution parameters for existing future contacts scheduled with this Config.

", "idempotent":true }, + "UpdateEphemeris":{ + "name":"UpdateEphemeris", + "http":{ + "method":"PUT", + "requestUri":"/ephemeris/{ephemerisId}", + "responseCode":200 + }, + "input":{"shape":"UpdateEphemerisRequest"}, + "output":{"shape":"EphemerisIdResponse"}, + "errors":[ + {"shape":"InvalidParameterException"}, + {"shape":"DependencyException"}, + {"shape":"ResourceNotFoundException"} + ], + "documentation":"

Updates an existing ephemeris

", + "idempotent":true + }, "UpdateMissionProfile":{ "name":"UpdateMissionProfile", "http":{ @@ -422,6 +504,12 @@ } }, "shapes":{ + "AWSRegion":{ + "type":"string", + "max":128, + "min":1, + "pattern":"^[\\w-]+$" + }, "AngleUnits":{ "type":"string", "enum":[ @@ -495,6 +583,12 @@ }, "documentation":"

Information about the uplink Config of an antenna.

" }, + "AnyArn":{ + "type":"string", + "max":1024, + "min":5, + "pattern":"^(arn:aws:)[\\s\\S]{0,1024}$" + }, "BandwidthUnits":{ "type":"string", "enum":[ @@ -513,7 +607,7 @@ "required":["contactId"], "members":{ "contactId":{ - "shape":"String", + "shape":"Uuid", "documentation":"

UUID of a contact.

", "location":"uri", "locationName":"contactId" @@ -633,7 +727,7 @@ "type":"structure", "members":{ "contactId":{ - "shape":"String", + "shape":"Uuid", "documentation":"

UUID of a contact.

" }, "contactStatus":{ @@ -642,7 +736,7 @@ }, "endTime":{ "shape":"Timestamp", - "documentation":"

End time of a contact.

" + "documentation":"

End time of a contact in UTC.

" }, "errorMessage":{ "shape":"String", @@ -678,7 +772,7 @@ }, "startTime":{ "shape":"Timestamp", - "documentation":"

Start time of a contact.

" + "documentation":"

Start time of a contact in UTC.

" }, "tags":{ "shape":"TagsMap", @@ -691,7 +785,7 @@ "type":"structure", "members":{ "contactId":{ - "shape":"String", + "shape":"Uuid", "documentation":"

UUID of a contact.

" } }, @@ -756,6 +850,47 @@ }, "documentation":"

" }, + "CreateEphemerisRequest":{ + "type":"structure", + "required":[ + "name", + "satelliteId" + ], + "members":{ + "enabled":{ + "shape":"Boolean", + "documentation":"

Whether to set the ephemeris status to ENABLED after validation.

Setting this to false will set the ephemeris status to DISABLED after validation.

" + }, + "ephemeris":{ + "shape":"EphemerisData", + "documentation":"

Ephemeris data.

" + }, + "expirationTime":{ + "shape":"Timestamp", + "documentation":"

An overall expiration time for the ephemeris in UTC, after which it will become EXPIRED.

" + }, + "kmsKeyArn":{ + "shape":"KeyArn", + "documentation":"

The ARN of a KMS key used to encrypt the ephemeris in Ground Station.

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

A name string associated with the ephemeris. Used as a human-readable identifier for the ephemeris.

" + }, + "priority":{ + "shape":"CustomerEphemerisPriority", + "documentation":"

Customer-provided priority score to establish the order in which overlapping ephemerides should be used.

The default for customer-provided ephemeris priority is 1, and higher numbers take precedence.

Priority must be 1 or greater

" + }, + "satelliteId":{ + "shape":"Uuid", + "documentation":"

AWS Ground Station satellite ID for this ephemeris.

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

Tags assigned to an ephemeris.

" + } + } + }, "CreateMissionProfileRequest":{ "type":"structure", "required":[ @@ -778,7 +913,7 @@ "documentation":"

A list of lists of ARNs. Each list of ARNs is an edge, with a from Config and a to Config.

" }, "minimumViableContactDurationSeconds":{ - "shape":"DurationInSeconds", + "shape":"PositiveDurationInSeconds", "documentation":"

Smallest amount of time in seconds that you’d like to see for an available contact. AWS Ground Station will not present you with contacts shorter than this duration.

" }, "name":{ @@ -804,6 +939,12 @@ "REQUIRED" ] }, + "CustomerEphemerisPriority":{ + "type":"integer", + "box":true, + "max":99999, + "min":1 + }, "DataflowDetail":{ "type":"structure", "members":{ @@ -824,7 +965,9 @@ }, "DataflowEdgeList":{ "type":"list", - "member":{"shape":"DataflowEdge"} + "member":{"shape":"DataflowEdge"}, + "max":500, + "min":0 }, "DataflowEndpoint":{ "type":"structure", @@ -868,7 +1011,7 @@ "type":"structure", "members":{ "dataflowEndpointGroupId":{ - "shape":"String", + "shape":"Uuid", "documentation":"

UUID of a dataflow endpoint group.

" } }, @@ -886,7 +1029,7 @@ "documentation":"

ARN of a dataflow endpoint group.

" }, "dataflowEndpointGroupId":{ - "shape":"String", + "shape":"Uuid", "documentation":"

UUID of a dataflow endpoint group.

" } }, @@ -921,7 +1064,7 @@ ], "members":{ "configId":{ - "shape":"String", + "shape":"Uuid", "documentation":"

UUID of a Config.

", "location":"uri", "locationName":"configId" @@ -940,7 +1083,7 @@ "required":["dataflowEndpointGroupId"], "members":{ "dataflowEndpointGroupId":{ - "shape":"String", + "shape":"Uuid", "documentation":"

UUID of a dataflow endpoint group.

", "location":"uri", "locationName":"dataflowEndpointGroupId" @@ -948,12 +1091,24 @@ }, "documentation":"

" }, + "DeleteEphemerisRequest":{ + "type":"structure", + "required":["ephemerisId"], + "members":{ + "ephemerisId":{ + "shape":"Uuid", + "documentation":"

The AWS Ground Station ephemeris ID.

", + "location":"uri", + "locationName":"ephemerisId" + } + } + }, "DeleteMissionProfileRequest":{ "type":"structure", "required":["missionProfileId"], "members":{ "missionProfileId":{ - "shape":"String", + "shape":"Uuid", "documentation":"

UUID of a mission profile.

", "location":"uri", "locationName":"missionProfileId" @@ -991,7 +1146,7 @@ "required":["contactId"], "members":{ "contactId":{ - "shape":"String", + "shape":"Uuid", "documentation":"

UUID of a contact.

", "location":"uri", "locationName":"contactId" @@ -1003,7 +1158,7 @@ "type":"structure", "members":{ "contactId":{ - "shape":"String", + "shape":"Uuid", "documentation":"

UUID of a contact.

" }, "contactStatus":{ @@ -1016,7 +1171,7 @@ }, "endTime":{ "shape":"Timestamp", - "documentation":"

End time of a contact.

" + "documentation":"

End time of a contact in UTC.

" }, "errorMessage":{ "shape":"String", @@ -1052,7 +1207,7 @@ }, "startTime":{ "shape":"Timestamp", - "documentation":"

Start time of a contact.

" + "documentation":"

Start time of a contact in UTC.

" }, "tags":{ "shape":"TagsMap", @@ -1061,6 +1216,63 @@ }, "documentation":"

" }, + "DescribeEphemerisRequest":{ + "type":"structure", + "required":["ephemerisId"], + "members":{ + "ephemerisId":{ + "shape":"Uuid", + "documentation":"

The AWS Ground Station ephemeris ID.

", + "location":"uri", + "locationName":"ephemerisId" + } + } + }, + "DescribeEphemerisResponse":{ + "type":"structure", + "members":{ + "creationTime":{ + "shape":"Timestamp", + "documentation":"

The time the ephemeris was uploaded in UTC.

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

Whether or not the ephemeris is enabled.

" + }, + "ephemerisId":{ + "shape":"Uuid", + "documentation":"

The AWS Ground Station ephemeris ID.

" + }, + "invalidReason":{ + "shape":"EphemerisInvalidReason", + "documentation":"

Reason that an ephemeris failed validation. Only provided for ephemerides with INVALID status.

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

A name string associated with the ephemeris. Used as a human-readable identifier for the ephemeris.

" + }, + "priority":{ + "shape":"EphemerisPriority", + "documentation":"

Customer-provided priority score to establish the order in which overlapping ephemerides should be used.

The default for customer-provided ephemeris priority is 1, and higher numbers take precedence.

Priority must be 1 or greater

" + }, + "satelliteId":{ + "shape":"Uuid", + "documentation":"

The AWS Ground Station satellite ID associated with ephemeris.

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

The status of the ephemeris.

" + }, + "suppliedData":{ + "shape":"EphemerisTypeDescription", + "documentation":"

Supplied ephemeris data.

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

Tags assigned to an ephemeris.

" + } + } + }, "Destination":{ "type":"structure", "members":{ @@ -1069,7 +1281,7 @@ "documentation":"

Additional details for a Config, if type is dataflow endpoint or antenna demod decode.

" }, "configId":{ - "shape":"String", + "shape":"Uuid", "documentation":"

UUID of a Config.

" }, "configType":{ @@ -1091,7 +1303,7 @@ "type":"integer", "box":true, "max":21600, - "min":1 + "min":0 }, "Eirp":{ "type":"structure", @@ -1142,14 +1354,16 @@ }, "securityDetails":{ "shape":"SecurityDetails", - "documentation":"

Endpoint security details.

" + "documentation":"

Endpoint security details including a list of subnets, a list of security groups and a role to connect streams to instances.

" } }, "documentation":"

Information about the endpoint details.

" }, "EndpointDetailsList":{ "type":"list", - "member":{"shape":"EndpointDetails"} + "member":{"shape":"EndpointDetails"}, + "max":500, + "min":0 }, "EndpointStatus":{ "type":"string", @@ -1161,6 +1375,150 @@ "failed" ] }, + "EphemeridesList":{ + "type":"list", + "member":{"shape":"EphemerisItem"}, + "max":500, + "min":1 + }, + "EphemerisData":{ + "type":"structure", + "members":{ + "oem":{"shape":"OEMEphemeris"}, + "tle":{"shape":"TLEEphemeris"} + }, + "documentation":"

Ephemeris data.

", + "union":true + }, + "EphemerisDescription":{ + "type":"structure", + "members":{ + "ephemerisData":{ + "shape":"UnboundedString", + "documentation":"

Supplied ephemeris data.

" + }, + "sourceS3Object":{ + "shape":"S3Object", + "documentation":"

Source S3 object used for the ephemeris.

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

Description of ephemeris.

" + }, + "EphemerisIdResponse":{ + "type":"structure", + "members":{ + "ephemerisId":{ + "shape":"Uuid", + "documentation":"

The AWS Ground Station ephemeris ID.

" + } + } + }, + "EphemerisInvalidReason":{ + "type":"string", + "enum":[ + "METADATA_INVALID", + "TIME_RANGE_INVALID", + "TRAJECTORY_INVALID", + "KMS_KEY_INVALID", + "VALIDATION_ERROR" + ] + }, + "EphemerisItem":{ + "type":"structure", + "members":{ + "creationTime":{ + "shape":"Timestamp", + "documentation":"

The time the ephemeris was uploaded in UTC.

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

Whether or not the ephemeris is enabled.

" + }, + "ephemerisId":{ + "shape":"Uuid", + "documentation":"

The AWS Ground Station ephemeris ID.

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

A name string associated with the ephemeris. Used as a human-readable identifier for the ephemeris.

" + }, + "priority":{ + "shape":"EphemerisPriority", + "documentation":"

Customer-provided priority score to establish the order in which overlapping ephemerides should be used.

The default for customer-provided ephemeris priority is 1, and higher numbers take precedence.

Priority must be 1 or greater

" + }, + "sourceS3Object":{ + "shape":"S3Object", + "documentation":"

Source S3 object used for the ephemeris.

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

The status of the ephemeris.

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

Ephemeris item.

" + }, + "EphemerisMetaData":{ + "type":"structure", + "required":["source"], + "members":{ + "ephemerisId":{ + "shape":"Uuid", + "documentation":"

UUID of a customer-provided ephemeris.

This field is not populated for default ephemerides from Space Track.

" + }, + "epoch":{ + "shape":"Timestamp", + "documentation":"

The epoch of a default, ephemeris from Space Track in UTC.

This field is not populated for customer-provided ephemerides.

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

A name string associated with the ephemeris. Used as a human-readable identifier for the ephemeris.

A name is only returned for customer-provider ephemerides that have a name associated.

" + }, + "source":{ + "shape":"EphemerisSource", + "documentation":"

The EphemerisSource that generated a given ephemeris.

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

Metadata describing a particular ephemeris.

" + }, + "EphemerisPriority":{ + "type":"integer", + "box":true, + "max":99999, + "min":0 + }, + "EphemerisSource":{ + "type":"string", + "enum":[ + "CUSTOMER_PROVIDED", + "SPACE_TRACK" + ] + }, + "EphemerisStatus":{ + "type":"string", + "enum":[ + "VALIDATING", + "INVALID", + "ERROR", + "ENABLED", + "DISABLED", + "EXPIRED" + ] + }, + "EphemerisStatusList":{ + "type":"list", + "member":{"shape":"EphemerisStatus"}, + "max":500, + "min":0 + }, + "EphemerisTypeDescription":{ + "type":"structure", + "members":{ + "oem":{"shape":"EphemerisDescription"}, + "tle":{"shape":"EphemerisDescription"} + }, + "documentation":"

", + "union":true + }, "Frequency":{ "type":"structure", "required":[ @@ -1213,7 +1571,7 @@ ], "members":{ "configId":{ - "shape":"String", + "shape":"Uuid", "documentation":"

UUID of a Config.

", "location":"uri", "locationName":"configId" @@ -1268,7 +1626,7 @@ "required":["dataflowEndpointGroupId"], "members":{ "dataflowEndpointGroupId":{ - "shape":"String", + "shape":"Uuid", "documentation":"

UUID of a dataflow endpoint group.

", "location":"uri", "locationName":"dataflowEndpointGroupId" @@ -1284,7 +1642,7 @@ "documentation":"

ARN of a dataflow endpoint group.

" }, "dataflowEndpointGroupId":{ - "shape":"String", + "shape":"Uuid", "documentation":"

UUID of a dataflow endpoint group.

" }, "endpointsDetails":{ @@ -1306,11 +1664,11 @@ ], "members":{ "month":{ - "shape":"Integer", + "shape":"Month", "documentation":"

The month being requested, with a value of 1-12.

" }, "year":{ - "shape":"Integer", + "shape":"Year", "documentation":"

The year being requested, in the format of YYYY.

" } }, @@ -1347,7 +1705,7 @@ "required":["missionProfileId"], "members":{ "missionProfileId":{ - "shape":"String", + "shape":"Uuid", "documentation":"

UUID of a mission profile.

", "location":"uri", "locationName":"missionProfileId" @@ -1371,7 +1729,7 @@ "documentation":"

A list of lists of ARNs. Each list of ARNs is an edge, with a from Config and a to Config.

" }, "minimumViableContactDurationSeconds":{ - "shape":"DurationInSeconds", + "shape":"PositiveDurationInSeconds", "documentation":"

Smallest amount of time in seconds that you’d like to see for an available contact. AWS Ground Station will not present you with contacts shorter than this duration.

" }, "missionProfileArn":{ @@ -1379,15 +1737,15 @@ "documentation":"

ARN of a mission profile.

" }, "missionProfileId":{ - "shape":"String", + "shape":"Uuid", "documentation":"

UUID of a mission profile.

" }, "name":{ - "shape":"String", + "shape":"SafeName", "documentation":"

Name of a mission profile.

" }, "region":{ - "shape":"String", + "shape":"AWSRegion", "documentation":"

Region of a mission profile.

" }, "tags":{ @@ -1406,7 +1764,7 @@ "required":["satelliteId"], "members":{ "satelliteId":{ - "shape":"String", + "shape":"Uuid", "documentation":"

UUID of a satellite.

", "location":"uri", "locationName":"satelliteId" @@ -1417,6 +1775,10 @@ "GetSatelliteResponse":{ "type":"structure", "members":{ + "currentEphemeris":{ + "shape":"EphemerisMetaData", + "documentation":"

The current ephemeris being used to compute the trajectory of the satellite.

" + }, "groundStations":{ "shape":"GroundStationIdList", "documentation":"

A list of ground stations to which the satellite is on-boarded.

" @@ -1440,15 +1802,15 @@ "type":"structure", "members":{ "groundStationId":{ - "shape":"String", + "shape":"GroundStationName", "documentation":"

UUID of a ground station.

" }, "groundStationName":{ - "shape":"String", + "shape":"GroundStationName", "documentation":"

Name of a ground station.

" }, "region":{ - "shape":"String", + "shape":"AWSRegion", "documentation":"

Ground station Region.

" } }, @@ -1456,12 +1818,20 @@ }, "GroundStationIdList":{ "type":"list", - "member":{"shape":"String"} + "member":{"shape":"GroundStationName"}, + "max":500, + "min":0 }, "GroundStationList":{ "type":"list", "member":{"shape":"GroundStationData"} }, + "GroundStationName":{ + "type":"string", + "max":500, + "min":4, + "pattern":"^[ a-zA-Z0-9-._:=]{4,256}$" + }, "Integer":{ "type":"integer", "box":true @@ -1488,17 +1858,18 @@ "min":2, "pattern":"^[{}\\[\\]:.,\"0-9A-z\\-_\\s]{2,8192}$" }, + "KeyArn":{"type":"string"}, "ListConfigsRequest":{ "type":"structure", "members":{ "maxResults":{ - "shape":"Integer", + "shape":"PaginationMaxResults", "documentation":"

Maximum number of Configs returned.

", "location":"querystring", "locationName":"maxResults" }, "nextToken":{ - "shape":"String", + "shape":"PaginationToken", "documentation":"

Next token returned in the request of a previous ListConfigs call. Used to get the next page of results.

", "location":"querystring", "locationName":"nextToken" @@ -1514,7 +1885,7 @@ "documentation":"

List of Config items.

" }, "nextToken":{ - "shape":"String", + "shape":"PaginationToken", "documentation":"

Next token returned in the response of a previous ListConfigs call. Used to get the next page of results.

" } }, @@ -1530,14 +1901,14 @@ "members":{ "endTime":{ "shape":"Timestamp", - "documentation":"

End time of a contact.

" + "documentation":"

End time of a contact in UTC.

" }, "groundStation":{ - "shape":"String", + "shape":"GroundStationName", "documentation":"

Name of a ground station.

" }, "maxResults":{ - "shape":"Integer", + "shape":"PaginationMaxResults", "documentation":"

Maximum number of contacts returned.

" }, "missionProfileArn":{ @@ -1545,7 +1916,7 @@ "documentation":"

ARN of a mission profile.

" }, "nextToken":{ - "shape":"String", + "shape":"PaginationToken", "documentation":"

Next token returned in the request of a previous ListContacts call. Used to get the next page of results.

" }, "satelliteArn":{ @@ -1554,7 +1925,7 @@ }, "startTime":{ "shape":"Timestamp", - "documentation":"

Start time of a contact.

" + "documentation":"

Start time of a contact in UTC.

" }, "statusList":{ "shape":"StatusList", @@ -1571,7 +1942,7 @@ "documentation":"

List of contacts.

" }, "nextToken":{ - "shape":"String", + "shape":"PaginationToken", "documentation":"

Next token returned in the response of a previous ListContacts call. Used to get the next page of results.

" } }, @@ -1581,13 +1952,13 @@ "type":"structure", "members":{ "maxResults":{ - "shape":"Integer", + "shape":"PaginationMaxResults", "documentation":"

Maximum number of dataflow endpoint groups returned.

", "location":"querystring", "locationName":"maxResults" }, "nextToken":{ - "shape":"String", + "shape":"PaginationToken", "documentation":"

Next token returned in the request of a previous ListDataflowEndpointGroups call. Used to get the next page of results.

", "location":"querystring", "locationName":"nextToken" @@ -1603,29 +1974,80 @@ "documentation":"

A list of dataflow endpoint groups.

" }, "nextToken":{ - "shape":"String", + "shape":"PaginationToken", "documentation":"

Next token returned in the response of a previous ListDataflowEndpointGroups call. Used to get the next page of results.

" } }, "documentation":"

" }, + "ListEphemeridesRequest":{ + "type":"structure", + "required":[ + "endTime", + "satelliteId", + "startTime" + ], + "members":{ + "endTime":{ + "shape":"Timestamp", + "documentation":"

The end time to list in UTC. The operation will return an ephemeris if its expiration time is within the time range defined by the startTime and endTime.

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

Maximum number of ephemerides to return.

", + "location":"querystring", + "locationName":"maxResults" + }, + "nextToken":{ + "shape":"PaginationToken", + "documentation":"

Pagination token.

", + "location":"querystring", + "locationName":"nextToken" + }, + "satelliteId":{ + "shape":"Uuid", + "documentation":"

The AWS Ground Station satellite ID to list ephemeris for.

" + }, + "startTime":{ + "shape":"Timestamp", + "documentation":"

The start time to list in UTC. The operation will return an ephemeris if its expiration time is within the time range defined by the startTime and endTime.

" + }, + "statusList":{ + "shape":"EphemerisStatusList", + "documentation":"

The list of ephemeris status to return.

" + } + } + }, + "ListEphemeridesResponse":{ + "type":"structure", + "members":{ + "ephemerides":{ + "shape":"EphemeridesList", + "documentation":"

List of ephemerides.

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

Pagination token.

" + } + } + }, "ListGroundStationsRequest":{ "type":"structure", "members":{ "maxResults":{ - "shape":"Integer", + "shape":"PaginationMaxResults", "documentation":"

Maximum number of ground stations returned.

", "location":"querystring", "locationName":"maxResults" }, "nextToken":{ - "shape":"String", + "shape":"PaginationToken", "documentation":"

Next token that can be supplied in the next call to get the next page of ground stations.

", "location":"querystring", "locationName":"nextToken" }, "satelliteId":{ - "shape":"String", + "shape":"Uuid", "documentation":"

Satellite ID to retrieve on-boarded ground stations.

", "location":"querystring", "locationName":"satelliteId" @@ -1641,7 +2063,7 @@ "documentation":"

List of ground stations.

" }, "nextToken":{ - "shape":"String", + "shape":"PaginationToken", "documentation":"

Next token that can be supplied in the next call to get the next page of ground stations.

" } }, @@ -1651,13 +2073,13 @@ "type":"structure", "members":{ "maxResults":{ - "shape":"Integer", + "shape":"PaginationMaxResults", "documentation":"

Maximum number of mission profiles returned.

", "location":"querystring", "locationName":"maxResults" }, "nextToken":{ - "shape":"String", + "shape":"PaginationToken", "documentation":"

Next token returned in the request of a previous ListMissionProfiles call. Used to get the next page of results.

", "location":"querystring", "locationName":"nextToken" @@ -1673,7 +2095,7 @@ "documentation":"

List of mission profiles.

" }, "nextToken":{ - "shape":"String", + "shape":"PaginationToken", "documentation":"

Next token returned in the response of a previous ListMissionProfiles call. Used to get the next page of results.

" } }, @@ -1683,13 +2105,13 @@ "type":"structure", "members":{ "maxResults":{ - "shape":"Integer", + "shape":"PaginationMaxResults", "documentation":"

Maximum number of satellites returned.

", "location":"querystring", "locationName":"maxResults" }, "nextToken":{ - "shape":"String", + "shape":"PaginationToken", "documentation":"

Next token that can be supplied in the next call to get the next page of satellites.

", "location":"querystring", "locationName":"nextToken" @@ -1701,7 +2123,7 @@ "type":"structure", "members":{ "nextToken":{ - "shape":"String", + "shape":"PaginationToken", "documentation":"

Next token that can be supplied in the next call to get the next page of satellites.

" }, "satellites":{ @@ -1716,7 +2138,7 @@ "required":["resourceArn"], "members":{ "resourceArn":{ - "shape":"String", + "shape":"AnyArn", "documentation":"

ARN of a resource.

", "location":"uri", "locationName":"resourceArn" @@ -1739,7 +2161,7 @@ "type":"structure", "members":{ "missionProfileId":{ - "shape":"String", + "shape":"Uuid", "documentation":"

UUID of a mission profile.

" } }, @@ -1757,20 +2179,52 @@ "documentation":"

ARN of a mission profile.

" }, "missionProfileId":{ - "shape":"String", + "shape":"Uuid", "documentation":"

UUID of a mission profile.

" }, "name":{ - "shape":"String", + "shape":"SafeName", "documentation":"

Name of a mission profile.

" }, "region":{ - "shape":"String", + "shape":"AWSRegion", "documentation":"

Region of a mission profile.

" } }, "documentation":"

Item in a list of mission profiles.

" }, + "Month":{ + "type":"integer", + "box":true, + "max":12, + "min":1 + }, + "OEMEphemeris":{ + "type":"structure", + "members":{ + "oemData":{ + "shape":"UnboundedString", + "documentation":"

The data for an OEM ephemeris, supplied directly in the request rather than through an S3 object.

" + }, + "s3Object":{ + "shape":"S3Object", + "documentation":"

Identifies the S3 object to be used as the ephemeris.

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

Ephemeris data in Orbit Ephemeris Message (OEM) format.

" + }, + "PaginationMaxResults":{ + "type":"integer", + "box":true, + "max":100, + "min":0 + }, + "PaginationToken":{ + "type":"string", + "max":1000, + "min":3, + "pattern":"^[A-Za-z0-9-/+_.=]+$" + }, "Polarization":{ "type":"string", "enum":[ @@ -1779,6 +2233,12 @@ "RIGHT_HAND" ] }, + "PositiveDurationInSeconds":{ + "type":"integer", + "box":true, + "max":21600, + "min":1 + }, "ReserveContactRequest":{ "type":"structure", "required":[ @@ -1791,10 +2251,10 @@ "members":{ "endTime":{ "shape":"Timestamp", - "documentation":"

End time of a contact.

" + "documentation":"

End time of a contact in UTC.

" }, "groundStation":{ - "shape":"String", + "shape":"GroundStationName", "documentation":"

Name of a ground station.

" }, "missionProfileArn":{ @@ -1807,7 +2267,7 @@ }, "startTime":{ "shape":"Timestamp", - "documentation":"

Start time of a contact.

" + "documentation":"

Start time of a contact in UTC.

" }, "tags":{ "shape":"TagsMap", @@ -1845,12 +2305,42 @@ "exception":true }, "RoleArn":{"type":"string"}, + "S3BucketName":{ + "type":"string", + "max":63, + "min":3, + "pattern":"^[a-z0-9.-]{3,63}$" + }, "S3KeyPrefix":{ "type":"string", "max":900, "min":1, "pattern":"^([a-zA-Z0-9_\\-=/]|\\{satellite_id\\}|\\{config\\-name}|\\{s3\\-config-id}|\\{year\\}|\\{month\\}|\\{day\\}){1,900}$" }, + "S3Object":{ + "type":"structure", + "members":{ + "bucket":{ + "shape":"S3BucketName", + "documentation":"

An Amazon S3 Bucket name.

" + }, + "key":{ + "shape":"S3ObjectKey", + "documentation":"

An Amazon S3 key for the ephemeris.

" + }, + "version":{ + "shape":"S3VersionId", + "documentation":"

For versioned S3 objects, the version to use for the ephemeris.

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

Object stored in S3 containing ephemeris data.

" + }, + "S3ObjectKey":{ + "type":"string", + "max":1024, + "min":1, + "pattern":"^[a-zA-Z0-9!*'\\)\\(./_-]{1,1024}$" + }, "S3RecordingConfig":{ "type":"structure", "required":[ @@ -1882,11 +2372,17 @@ }, "keyTemplate":{ "shape":"String", - "documentation":"

Template of the S3 key used.

" + "documentation":"

Key template used for the S3 Recording Configuration

" } }, "documentation":"

Details about an S3 recording Config used in a contact.

" }, + "S3VersionId":{ + "type":"string", + "max":1024, + "min":1, + "pattern":"^[\\s\\S]{1,1024}$" + }, "SafeName":{ "type":"string", "max":256, @@ -1900,6 +2396,10 @@ "SatelliteListItem":{ "type":"structure", "members":{ + "currentEphemeris":{ + "shape":"EphemerisMetaData", + "documentation":"

The current ephemeris being used to compute the trajectory of the satellite.

" + }, "groundStations":{ "shape":"GroundStationIdList", "documentation":"

A list of ground stations to which the satellite is on-boarded.

" @@ -1969,7 +2469,7 @@ "members":{ "configDetails":{ "shape":"ConfigDetails", - "documentation":"

Additional details for a Config, if type is dataflow endpoint or antenna demod decode.

" + "documentation":"

Additional details for a Config, if type is dataflow-endpoint or antenna-downlink-demod-decode

" }, "configId":{ "shape":"String", @@ -2010,16 +2510,63 @@ }, "StatusList":{ "type":"list", - "member":{"shape":"ContactStatus"} + "member":{"shape":"ContactStatus"}, + "max":500, + "min":0 }, "String":{"type":"string"}, "SubnetList":{ "type":"list", "member":{"shape":"String"} }, + "TLEData":{ + "type":"structure", + "required":[ + "tleLine1", + "tleLine2", + "validTimeRange" + ], + "members":{ + "tleLine1":{ + "shape":"TleLineOne", + "documentation":"

First line of two-line element set (TLE) data.

" + }, + "tleLine2":{ + "shape":"TleLineTwo", + "documentation":"

Second line of two-line element set (TLE) data.

" + }, + "validTimeRange":{ + "shape":"TimeRange", + "documentation":"

The valid time range for the TLE. Gaps or overlap are not permitted.

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

Two-line element set (TLE) data.

" + }, + "TLEDataList":{ + "type":"list", + "member":{"shape":"TLEData"}, + "max":500, + "min":1 + }, + "TLEEphemeris":{ + "type":"structure", + "members":{ + "s3Object":{ + "shape":"S3Object", + "documentation":"

Identifies the S3 object to be used as the ephemeris.

" + }, + "tleData":{ + "shape":"TLEDataList", + "documentation":"

The data for a TLE ephemeris, supplied directly in the request rather than through an S3 object.

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

Two-line element set (TLE) ephemeris.

" + }, "TagKeys":{ "type":"list", - "member":{"shape":"String"} + "member":{"shape":"UnboundedString"}, + "max":500, + "min":0 }, "TagResourceRequest":{ "type":"structure", @@ -2029,7 +2576,7 @@ ], "members":{ "resourceArn":{ - "shape":"String", + "shape":"AnyArn", "documentation":"

ARN of a resource tag.

", "location":"uri", "locationName":"resourceArn" @@ -2052,7 +2599,37 @@ "key":{"shape":"String"}, "value":{"shape":"String"} }, + "TimeRange":{ + "type":"structure", + "required":[ + "endTime", + "startTime" + ], + "members":{ + "endTime":{ + "shape":"Timestamp", + "documentation":"

Time in UTC at which the time range ends.

" + }, + "startTime":{ + "shape":"Timestamp", + "documentation":"

Time in UTC at which the time range starts.

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

A time range with a start and end time.

" + }, "Timestamp":{"type":"timestamp"}, + "TleLineOne":{ + "type":"string", + "max":69, + "min":69, + "pattern":"^1 [ 0-9]{5}[A-Z] [ 0-9]{5}[ A-Z]{3} [ 0-9]{5}[.][ 0-9]{8} (?:(?:[ 0+-][.][ 0-9]{8})|(?: [ +-][.][ 0-9]{7})) [ +-][ 0-9]{5}[+-][ 0-9] [ +-][ 0-9]{5}[+-][ 0-9] [ 0-9] [ 0-9]{4}[ 0-9]$" + }, + "TleLineTwo":{ + "type":"string", + "max":69, + "min":69, + "pattern":"^2 [ 0-9]{5} [ 0-9]{3}[.][ 0-9]{4} [ 0-9]{3}[.][ 0-9]{4} [ 0-9]{7} [ 0-9]{3}[.][ 0-9]{4} [ 0-9]{3}[.][ 0-9]{4} [ 0-9]{2}[.][ 0-9]{13}[ 0-9]$" + }, "TrackingConfig":{ "type":"structure", "required":["autotrack"], @@ -2064,6 +2641,11 @@ }, "documentation":"

Object that determines whether tracking should be used during a contact executed with this Config in the mission profile.

" }, + "UnboundedString":{ + "type":"string", + "min":1, + "pattern":"^[\\s\\S]+$" + }, "UntagResourceRequest":{ "type":"structure", "required":[ @@ -2072,7 +2654,7 @@ ], "members":{ "resourceArn":{ - "shape":"String", + "shape":"AnyArn", "documentation":"

ARN of a resource.

", "location":"uri", "locationName":"resourceArn" @@ -2106,7 +2688,7 @@ "documentation":"

Parameters of a Config.

" }, "configId":{ - "shape":"String", + "shape":"Uuid", "documentation":"

UUID of a Config.

", "location":"uri", "locationName":"configId" @@ -2124,6 +2706,33 @@ }, "documentation":"

" }, + "UpdateEphemerisRequest":{ + "type":"structure", + "required":[ + "enabled", + "ephemerisId" + ], + "members":{ + "enabled":{ + "shape":"Boolean", + "documentation":"

Whether the ephemeris is enabled or not. Changing this value will not require the ephemeris to be re-validated.

" + }, + "ephemerisId":{ + "shape":"Uuid", + "documentation":"

The AWS Ground Station ephemeris ID.

", + "location":"uri", + "locationName":"ephemerisId" + }, + "name":{ + "shape":"SafeName", + "documentation":"

A name string associated with the ephemeris. Used as a human-readable identifier for the ephemeris.

" + }, + "priority":{ + "shape":"EphemerisPriority", + "documentation":"

Customer-provided priority score to establish the order in which overlapping ephemerides should be used.

The default for customer-provided ephemeris priority is 1, and higher numbers take precedence.

Priority must be 1 or greater

" + } + } + }, "UpdateMissionProfileRequest":{ "type":"structure", "required":["missionProfileId"], @@ -2141,11 +2750,11 @@ "documentation":"

A list of lists of ARNs. Each list of ARNs is an edge, with a from Config and a to Config.

" }, "minimumViableContactDurationSeconds":{ - "shape":"DurationInSeconds", + "shape":"PositiveDurationInSeconds", "documentation":"

Smallest amount of time in seconds that you’d like to see for an available contact. AWS Ground Station will not present you with contacts shorter than this duration.

" }, "missionProfileId":{ - "shape":"String", + "shape":"Uuid", "documentation":"

UUID of a mission profile.

", "location":"uri", "locationName":"missionProfileId" @@ -2198,12 +2807,18 @@ "type":"string", "max":128, "min":1, - "pattern":"[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}" + "pattern":"^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$" + }, + "Year":{ + "type":"integer", + "box":true, + "max":3000, + "min":2018 }, "noradSatelliteID":{ "type":"integer", "max":99999, - "min":1 + "min":0 }, "satelliteArn":{"type":"string"} }, diff --git a/services/guardduty/pom.xml b/services/guardduty/pom.xml index bcd8038363bc..bfa932449d2a 100644 --- a/services/guardduty/pom.xml +++ b/services/guardduty/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.18.13 + 2.18.14 4.0.0 guardduty diff --git a/services/health/pom.xml b/services/health/pom.xml index 0ca2eddda1e0..112d8754f068 100644 --- a/services/health/pom.xml +++ b/services/health/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 health AWS Java SDK :: Services :: AWS Health APIs and Notifications diff --git a/services/healthlake/pom.xml b/services/healthlake/pom.xml index 6d1a34583f2a..e4cea2d44d8b 100644 --- a/services/healthlake/pom.xml +++ b/services/healthlake/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 healthlake AWS Java SDK :: Services :: Health Lake diff --git a/services/honeycode/pom.xml b/services/honeycode/pom.xml index cfe13eba4a99..dc32992d311d 100644 --- a/services/honeycode/pom.xml +++ b/services/honeycode/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 honeycode AWS Java SDK :: Services :: Honeycode diff --git a/services/iam/pom.xml b/services/iam/pom.xml index 98478d09832b..a4752f7ae69c 100644 --- a/services/iam/pom.xml +++ b/services/iam/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 iam AWS Java SDK :: Services :: AWS IAM diff --git a/services/identitystore/pom.xml b/services/identitystore/pom.xml index 2a88494812c5..7e43a61cd350 100644 --- a/services/identitystore/pom.xml +++ b/services/identitystore/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 identitystore AWS Java SDK :: Services :: Identitystore diff --git a/services/imagebuilder/pom.xml b/services/imagebuilder/pom.xml index 8f8d052a0627..4044319d8034 100644 --- a/services/imagebuilder/pom.xml +++ b/services/imagebuilder/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 imagebuilder AWS Java SDK :: Services :: Imagebuilder diff --git a/services/inspector/pom.xml b/services/inspector/pom.xml index 7e7143f76f61..c07e2ee8a3cb 100644 --- a/services/inspector/pom.xml +++ b/services/inspector/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 inspector AWS Java SDK :: Services :: Amazon Inspector Service diff --git a/services/inspector2/pom.xml b/services/inspector2/pom.xml index 150697266c7d..435aa527f8f2 100644 --- a/services/inspector2/pom.xml +++ b/services/inspector2/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 inspector2 AWS Java SDK :: Services :: Inspector2 diff --git a/services/iot/pom.xml b/services/iot/pom.xml index 481e2cbd5fd8..1ec80ba453cd 100644 --- a/services/iot/pom.xml +++ b/services/iot/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 iot AWS Java SDK :: Services :: AWS IoT diff --git a/services/iot1clickdevices/pom.xml b/services/iot1clickdevices/pom.xml index 28a1482d5b00..2039e6e3d19a 100644 --- a/services/iot1clickdevices/pom.xml +++ b/services/iot1clickdevices/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 iot1clickdevices AWS Java SDK :: Services :: IoT 1Click Devices Service diff --git a/services/iot1clickprojects/pom.xml b/services/iot1clickprojects/pom.xml index ca0f1ee0b5f5..db0035ad0460 100644 --- a/services/iot1clickprojects/pom.xml +++ b/services/iot1clickprojects/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 iot1clickprojects AWS Java SDK :: Services :: IoT 1Click Projects diff --git a/services/iotanalytics/pom.xml b/services/iotanalytics/pom.xml index f92d4383f4c6..6d089e1c7f0e 100644 --- a/services/iotanalytics/pom.xml +++ b/services/iotanalytics/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 iotanalytics AWS Java SDK :: Services :: IoTAnalytics diff --git a/services/iotdataplane/pom.xml b/services/iotdataplane/pom.xml index ff88bbbc3cd2..5afc6e27c300 100644 --- a/services/iotdataplane/pom.xml +++ b/services/iotdataplane/pom.xml @@ -22,7 +22,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 iotdataplane AWS Java SDK :: Services :: AWS IoT Data Plane diff --git a/services/iotdeviceadvisor/pom.xml b/services/iotdeviceadvisor/pom.xml index f2c4eca8c376..68202f0de268 100644 --- a/services/iotdeviceadvisor/pom.xml +++ b/services/iotdeviceadvisor/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 iotdeviceadvisor AWS Java SDK :: Services :: Iot Device Advisor diff --git a/services/iotevents/pom.xml b/services/iotevents/pom.xml index 8fd75c30ddff..433b418305e2 100644 --- a/services/iotevents/pom.xml +++ b/services/iotevents/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 iotevents AWS Java SDK :: Services :: IoT Events diff --git a/services/ioteventsdata/pom.xml b/services/ioteventsdata/pom.xml index 87078fe8a0b3..86c9cb62d23f 100644 --- a/services/ioteventsdata/pom.xml +++ b/services/ioteventsdata/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 ioteventsdata AWS Java SDK :: Services :: IoT Events Data diff --git a/services/iotfleethub/pom.xml b/services/iotfleethub/pom.xml index 99f0c2840cd1..25fbbe79b112 100644 --- a/services/iotfleethub/pom.xml +++ b/services/iotfleethub/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 iotfleethub AWS Java SDK :: Services :: Io T Fleet Hub diff --git a/services/iotfleetwise/pom.xml b/services/iotfleetwise/pom.xml index 77be81ed5105..c84f6525c27a 100644 --- a/services/iotfleetwise/pom.xml +++ b/services/iotfleetwise/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 iotfleetwise AWS Java SDK :: Services :: Io T Fleet Wise diff --git a/services/iotjobsdataplane/pom.xml b/services/iotjobsdataplane/pom.xml index 1fb585d3dc87..61c7a72912b0 100644 --- a/services/iotjobsdataplane/pom.xml +++ b/services/iotjobsdataplane/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 iotjobsdataplane AWS Java SDK :: Services :: IoT Jobs Data Plane diff --git a/services/iotsecuretunneling/pom.xml b/services/iotsecuretunneling/pom.xml index 1a143dd40669..28931b0d0259 100644 --- a/services/iotsecuretunneling/pom.xml +++ b/services/iotsecuretunneling/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 iotsecuretunneling AWS Java SDK :: Services :: IoTSecureTunneling diff --git a/services/iotsitewise/pom.xml b/services/iotsitewise/pom.xml index d260389ddeec..36189bae0800 100644 --- a/services/iotsitewise/pom.xml +++ b/services/iotsitewise/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 iotsitewise AWS Java SDK :: Services :: Io T Site Wise diff --git a/services/iotthingsgraph/pom.xml b/services/iotthingsgraph/pom.xml index 8616cffd57d4..50d3194af5c0 100644 --- a/services/iotthingsgraph/pom.xml +++ b/services/iotthingsgraph/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 iotthingsgraph AWS Java SDK :: Services :: IoTThingsGraph diff --git a/services/iottwinmaker/pom.xml b/services/iottwinmaker/pom.xml index dce157aa1411..9981e1380603 100644 --- a/services/iottwinmaker/pom.xml +++ b/services/iottwinmaker/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 iottwinmaker AWS Java SDK :: Services :: Io T Twin Maker diff --git a/services/iotwireless/pom.xml b/services/iotwireless/pom.xml index 21873984caa7..5b80e11889de 100644 --- a/services/iotwireless/pom.xml +++ b/services/iotwireless/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 iotwireless AWS Java SDK :: Services :: IoT Wireless diff --git a/services/ivs/pom.xml b/services/ivs/pom.xml index 0b7c36d1094f..8e2dc4a7d9c8 100644 --- a/services/ivs/pom.xml +++ b/services/ivs/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 ivs AWS Java SDK :: Services :: Ivs diff --git a/services/ivschat/pom.xml b/services/ivschat/pom.xml index 31eba183047b..4c76b8759583 100644 --- a/services/ivschat/pom.xml +++ b/services/ivschat/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 ivschat AWS Java SDK :: Services :: Ivschat diff --git a/services/kafka/pom.xml b/services/kafka/pom.xml index 5eee99a22d0e..afd224f41952 100644 --- a/services/kafka/pom.xml +++ b/services/kafka/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 kafka AWS Java SDK :: Services :: Kafka diff --git a/services/kafkaconnect/pom.xml b/services/kafkaconnect/pom.xml index d7da6b0d337f..48bb04d74973 100644 --- a/services/kafkaconnect/pom.xml +++ b/services/kafkaconnect/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 kafkaconnect AWS Java SDK :: Services :: Kafka Connect diff --git a/services/kendra/pom.xml b/services/kendra/pom.xml index b52117740e9e..0b3d81f9ebcb 100644 --- a/services/kendra/pom.xml +++ b/services/kendra/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 kendra AWS Java SDK :: Services :: Kendra diff --git a/services/keyspaces/pom.xml b/services/keyspaces/pom.xml index da0f0287a64a..b6fc29ecb9f9 100644 --- a/services/keyspaces/pom.xml +++ b/services/keyspaces/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 keyspaces AWS Java SDK :: Services :: Keyspaces diff --git a/services/kinesis/pom.xml b/services/kinesis/pom.xml index 1fef0beea00f..a309fea4be73 100644 --- a/services/kinesis/pom.xml +++ b/services/kinesis/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 kinesis AWS Java SDK :: Services :: Amazon Kinesis diff --git a/services/kinesisanalytics/pom.xml b/services/kinesisanalytics/pom.xml index 3951efed01be..c46888b44cf3 100644 --- a/services/kinesisanalytics/pom.xml +++ b/services/kinesisanalytics/pom.xml @@ -22,7 +22,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 kinesisanalytics AWS Java SDK :: Services :: Amazon Kinesis Analytics diff --git a/services/kinesisanalyticsv2/pom.xml b/services/kinesisanalyticsv2/pom.xml index 6c0492b7b933..400258db4881 100644 --- a/services/kinesisanalyticsv2/pom.xml +++ b/services/kinesisanalyticsv2/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 kinesisanalyticsv2 AWS Java SDK :: Services :: Kinesis Analytics V2 diff --git a/services/kinesisvideo/pom.xml b/services/kinesisvideo/pom.xml index bc074cb8cd63..d85c9122aed7 100644 --- a/services/kinesisvideo/pom.xml +++ b/services/kinesisvideo/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.18.13 + 2.18.14 4.0.0 kinesisvideo diff --git a/services/kinesisvideoarchivedmedia/pom.xml b/services/kinesisvideoarchivedmedia/pom.xml index 32e3d446d8cb..eff37800105d 100644 --- a/services/kinesisvideoarchivedmedia/pom.xml +++ b/services/kinesisvideoarchivedmedia/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 kinesisvideoarchivedmedia AWS Java SDK :: Services :: Kinesis Video Archived Media diff --git a/services/kinesisvideomedia/pom.xml b/services/kinesisvideomedia/pom.xml index dbf5a3fd995b..7cae4167a251 100644 --- a/services/kinesisvideomedia/pom.xml +++ b/services/kinesisvideomedia/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 kinesisvideomedia AWS Java SDK :: Services :: Kinesis Video Media diff --git a/services/kinesisvideosignaling/pom.xml b/services/kinesisvideosignaling/pom.xml index e4b7479fbfbc..8cc2224cb55d 100644 --- a/services/kinesisvideosignaling/pom.xml +++ b/services/kinesisvideosignaling/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 kinesisvideosignaling AWS Java SDK :: Services :: Kinesis Video Signaling diff --git a/services/kms/pom.xml b/services/kms/pom.xml index a768fe9ad134..607e8ed3dc69 100644 --- a/services/kms/pom.xml +++ b/services/kms/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 kms AWS Java SDK :: Services :: AWS KMS diff --git a/services/lakeformation/pom.xml b/services/lakeformation/pom.xml index 7df4e87a35fd..360821a1c98f 100644 --- a/services/lakeformation/pom.xml +++ b/services/lakeformation/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 lakeformation AWS Java SDK :: Services :: LakeFormation diff --git a/services/lambda/pom.xml b/services/lambda/pom.xml index d6518d84f37f..5c5231535b5c 100644 --- a/services/lambda/pom.xml +++ b/services/lambda/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 lambda AWS Java SDK :: Services :: AWS Lambda diff --git a/services/lexmodelbuilding/pom.xml b/services/lexmodelbuilding/pom.xml index e0ecc4b953d7..9179ba260ae3 100644 --- a/services/lexmodelbuilding/pom.xml +++ b/services/lexmodelbuilding/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 lexmodelbuilding AWS Java SDK :: Services :: Amazon Lex Model Building diff --git a/services/lexmodelsv2/pom.xml b/services/lexmodelsv2/pom.xml index cb961cae9f46..bb1d4cbae2a4 100644 --- a/services/lexmodelsv2/pom.xml +++ b/services/lexmodelsv2/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 lexmodelsv2 AWS Java SDK :: Services :: Lex Models V2 diff --git a/services/lexruntime/pom.xml b/services/lexruntime/pom.xml index 0ab852f92f18..f242e546a116 100644 --- a/services/lexruntime/pom.xml +++ b/services/lexruntime/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 lexruntime AWS Java SDK :: Services :: Amazon Lex Runtime diff --git a/services/lexruntimev2/pom.xml b/services/lexruntimev2/pom.xml index ce119401bd3b..067a13bd5203 100644 --- a/services/lexruntimev2/pom.xml +++ b/services/lexruntimev2/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 lexruntimev2 AWS Java SDK :: Services :: Lex Runtime V2 diff --git a/services/licensemanager/pom.xml b/services/licensemanager/pom.xml index 14b7f50c5af9..95ff2cf9e99d 100644 --- a/services/licensemanager/pom.xml +++ b/services/licensemanager/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 licensemanager AWS Java SDK :: Services :: License Manager diff --git a/services/licensemanagerusersubscriptions/pom.xml b/services/licensemanagerusersubscriptions/pom.xml index f66632e8e85e..1c77359ebe88 100644 --- a/services/licensemanagerusersubscriptions/pom.xml +++ b/services/licensemanagerusersubscriptions/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 licensemanagerusersubscriptions AWS Java SDK :: Services :: License Manager User Subscriptions diff --git a/services/lightsail/pom.xml b/services/lightsail/pom.xml index e35cf9fbf052..e1dc86fcd5bb 100644 --- a/services/lightsail/pom.xml +++ b/services/lightsail/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 lightsail AWS Java SDK :: Services :: Amazon Lightsail diff --git a/services/location/pom.xml b/services/location/pom.xml index ec9e116877a8..96b3aa7f6b67 100644 --- a/services/location/pom.xml +++ b/services/location/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 location AWS Java SDK :: Services :: Location diff --git a/services/lookoutequipment/pom.xml b/services/lookoutequipment/pom.xml index c6a7f7b3fce1..f196ea75a0ee 100644 --- a/services/lookoutequipment/pom.xml +++ b/services/lookoutequipment/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 lookoutequipment AWS Java SDK :: Services :: Lookout Equipment diff --git a/services/lookoutmetrics/pom.xml b/services/lookoutmetrics/pom.xml index 1f5f94413bbd..14b4df35a522 100644 --- a/services/lookoutmetrics/pom.xml +++ b/services/lookoutmetrics/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 lookoutmetrics AWS Java SDK :: Services :: Lookout Metrics diff --git a/services/lookoutvision/pom.xml b/services/lookoutvision/pom.xml index d0debc924a36..26f223e28ec9 100644 --- a/services/lookoutvision/pom.xml +++ b/services/lookoutvision/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 lookoutvision AWS Java SDK :: Services :: Lookout Vision diff --git a/services/m2/pom.xml b/services/m2/pom.xml index a4b76d495d7e..af66faeee9b0 100644 --- a/services/m2/pom.xml +++ b/services/m2/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 m2 AWS Java SDK :: Services :: M2 diff --git a/services/machinelearning/pom.xml b/services/machinelearning/pom.xml index 8ad630ddc673..66548dcd063f 100644 --- a/services/machinelearning/pom.xml +++ b/services/machinelearning/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 machinelearning AWS Java SDK :: Services :: Amazon Machine Learning diff --git a/services/macie/pom.xml b/services/macie/pom.xml index 496e21f7d227..59607218ebf4 100644 --- a/services/macie/pom.xml +++ b/services/macie/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 macie AWS Java SDK :: Services :: Macie diff --git a/services/macie2/pom.xml b/services/macie2/pom.xml index 412e4775e87e..767d7e39fdfe 100644 --- a/services/macie2/pom.xml +++ b/services/macie2/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 macie2 AWS Java SDK :: Services :: Macie2 diff --git a/services/managedblockchain/pom.xml b/services/managedblockchain/pom.xml index 10978de9c34b..0a0ae3614539 100644 --- a/services/managedblockchain/pom.xml +++ b/services/managedblockchain/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 managedblockchain AWS Java SDK :: Services :: ManagedBlockchain diff --git a/services/marketplacecatalog/pom.xml b/services/marketplacecatalog/pom.xml index 87658b862077..169bb8997180 100644 --- a/services/marketplacecatalog/pom.xml +++ b/services/marketplacecatalog/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 marketplacecatalog AWS Java SDK :: Services :: Marketplace Catalog diff --git a/services/marketplacecommerceanalytics/pom.xml b/services/marketplacecommerceanalytics/pom.xml index 69bc61a7d06a..e17b4653ce60 100644 --- a/services/marketplacecommerceanalytics/pom.xml +++ b/services/marketplacecommerceanalytics/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 marketplacecommerceanalytics AWS Java SDK :: Services :: AWS Marketplace Commerce Analytics diff --git a/services/marketplaceentitlement/pom.xml b/services/marketplaceentitlement/pom.xml index a9b90ca942ba..0f14a1078f31 100644 --- a/services/marketplaceentitlement/pom.xml +++ b/services/marketplaceentitlement/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 marketplaceentitlement AWS Java SDK :: Services :: AWS Marketplace Entitlement diff --git a/services/marketplacemetering/pom.xml b/services/marketplacemetering/pom.xml index 5de4f329cdf4..9badb46da2e5 100644 --- a/services/marketplacemetering/pom.xml +++ b/services/marketplacemetering/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 marketplacemetering AWS Java SDK :: Services :: AWS Marketplace Metering Service diff --git a/services/mediaconnect/pom.xml b/services/mediaconnect/pom.xml index 19d201c73988..653e000bb84a 100644 --- a/services/mediaconnect/pom.xml +++ b/services/mediaconnect/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 mediaconnect AWS Java SDK :: Services :: MediaConnect diff --git a/services/mediaconvert/pom.xml b/services/mediaconvert/pom.xml index 52951afae517..ac79fcdaa81e 100644 --- a/services/mediaconvert/pom.xml +++ b/services/mediaconvert/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.18.13 + 2.18.14 4.0.0 mediaconvert diff --git a/services/medialive/pom.xml b/services/medialive/pom.xml index 2e2ead14663b..2079a06a9d16 100644 --- a/services/medialive/pom.xml +++ b/services/medialive/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.18.13 + 2.18.14 4.0.0 medialive diff --git a/services/mediapackage/pom.xml b/services/mediapackage/pom.xml index 698f5019819e..bb5dd5b2ef3f 100644 --- a/services/mediapackage/pom.xml +++ b/services/mediapackage/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.18.13 + 2.18.14 4.0.0 mediapackage diff --git a/services/mediapackagevod/pom.xml b/services/mediapackagevod/pom.xml index 28a9a8af11ba..f77a902ab03d 100644 --- a/services/mediapackagevod/pom.xml +++ b/services/mediapackagevod/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 mediapackagevod AWS Java SDK :: Services :: MediaPackage Vod diff --git a/services/mediapackagevod/src/main/resources/codegen-resources/endpoint-tests.json b/services/mediapackagevod/src/main/resources/codegen-resources/endpoint-tests.json index 9e2f5d3aadf6..d2402a72cecf 100644 --- a/services/mediapackagevod/src/main/resources/codegen-resources/endpoint-tests.json +++ b/services/mediapackagevod/src/main/resources/codegen-resources/endpoint-tests.json @@ -9,8 +9,8 @@ }, "params": { "UseDualStack": true, - "Region": "ap-south-1", - "UseFIPS": true + "UseFIPS": true, + "Region": "ap-south-1" } }, { @@ -22,8 +22,8 @@ }, "params": { "UseDualStack": false, - "Region": "ap-south-1", - "UseFIPS": true + "UseFIPS": true, + "Region": "ap-south-1" } }, { @@ -35,8 +35,8 @@ }, "params": { "UseDualStack": true, - "Region": "ap-south-1", - "UseFIPS": false + "UseFIPS": false, + "Region": "ap-south-1" } }, { @@ -48,8 +48,8 @@ }, "params": { "UseDualStack": false, - "Region": "ap-south-1", - "UseFIPS": false + "UseFIPS": false, + "Region": "ap-south-1" } }, { @@ -61,8 +61,8 @@ }, "params": { "UseDualStack": true, - "Region": "eu-central-1", - "UseFIPS": true + "UseFIPS": true, + "Region": "eu-central-1" } }, { @@ -74,8 +74,8 @@ }, "params": { "UseDualStack": false, - "Region": "eu-central-1", - "UseFIPS": true + "UseFIPS": true, + "Region": "eu-central-1" } }, { @@ -87,8 +87,8 @@ }, "params": { "UseDualStack": true, - "Region": "eu-central-1", - "UseFIPS": false + "UseFIPS": false, + "Region": "eu-central-1" } }, { @@ -100,8 +100,8 @@ }, "params": { "UseDualStack": false, - "Region": "eu-central-1", - "UseFIPS": false + "UseFIPS": false, + "Region": "eu-central-1" } }, { @@ -113,8 +113,8 @@ }, "params": { "UseDualStack": true, - "Region": "us-west-1", - "UseFIPS": true + "UseFIPS": true, + "Region": "us-west-1" } }, { @@ -126,8 +126,8 @@ }, "params": { "UseDualStack": false, - "Region": "us-west-1", - "UseFIPS": true + "UseFIPS": true, + "Region": "us-west-1" } }, { @@ -139,8 +139,8 @@ }, "params": { "UseDualStack": true, - "Region": "us-west-1", - "UseFIPS": false + "UseFIPS": false, + "Region": "us-west-1" } }, { @@ -152,8 +152,8 @@ }, "params": { "UseDualStack": false, - "Region": "us-west-1", - "UseFIPS": false + "UseFIPS": false, + "Region": "us-west-1" } }, { @@ -165,8 +165,8 @@ }, "params": { "UseDualStack": true, - "Region": "us-west-2", - "UseFIPS": true + "UseFIPS": true, + "Region": "us-west-2" } }, { @@ -178,8 +178,8 @@ }, "params": { "UseDualStack": false, - "Region": "us-west-2", - "UseFIPS": true + "UseFIPS": true, + "Region": "us-west-2" } }, { @@ -191,8 +191,8 @@ }, "params": { "UseDualStack": true, - "Region": "us-west-2", - "UseFIPS": false + "UseFIPS": false, + "Region": "us-west-2" } }, { @@ -204,8 +204,8 @@ }, "params": { "UseDualStack": false, - "Region": "us-west-2", - "UseFIPS": false + "UseFIPS": false, + "Region": "us-west-2" } }, { @@ -217,8 +217,8 @@ }, "params": { "UseDualStack": true, - "Region": "eu-north-1", - "UseFIPS": true + "UseFIPS": true, + "Region": "eu-north-1" } }, { @@ -230,8 +230,8 @@ }, "params": { "UseDualStack": false, - "Region": "eu-north-1", - "UseFIPS": true + "UseFIPS": true, + "Region": "eu-north-1" } }, { @@ -243,8 +243,8 @@ }, "params": { "UseDualStack": true, - "Region": "eu-north-1", - "UseFIPS": false + "UseFIPS": false, + "Region": "eu-north-1" } }, { @@ -256,8 +256,8 @@ }, "params": { "UseDualStack": false, - "Region": "eu-north-1", - "UseFIPS": false + "UseFIPS": false, + "Region": "eu-north-1" } }, { @@ -269,8 +269,8 @@ }, "params": { "UseDualStack": true, - "Region": "eu-west-3", - "UseFIPS": true + "UseFIPS": true, + "Region": "eu-west-3" } }, { @@ -282,8 +282,8 @@ }, "params": { "UseDualStack": false, - "Region": "eu-west-3", - "UseFIPS": true + "UseFIPS": true, + "Region": "eu-west-3" } }, { @@ -295,8 +295,8 @@ }, "params": { "UseDualStack": true, - "Region": "eu-west-3", - "UseFIPS": false + "UseFIPS": false, + "Region": "eu-west-3" } }, { @@ -308,8 +308,8 @@ }, "params": { "UseDualStack": false, - "Region": "eu-west-3", - "UseFIPS": false + "UseFIPS": false, + "Region": "eu-west-3" } }, { @@ -321,8 +321,8 @@ }, "params": { "UseDualStack": true, - "Region": "eu-west-2", - "UseFIPS": true + "UseFIPS": true, + "Region": "eu-west-2" } }, { @@ -334,8 +334,8 @@ }, "params": { "UseDualStack": false, - "Region": "eu-west-2", - "UseFIPS": true + "UseFIPS": true, + "Region": "eu-west-2" } }, { @@ -347,8 +347,8 @@ }, "params": { "UseDualStack": true, - "Region": "eu-west-2", - "UseFIPS": false + "UseFIPS": false, + "Region": "eu-west-2" } }, { @@ -360,8 +360,8 @@ }, "params": { "UseDualStack": false, - "Region": "eu-west-2", - "UseFIPS": false + "UseFIPS": false, + "Region": "eu-west-2" } }, { @@ -373,8 +373,8 @@ }, "params": { "UseDualStack": true, - "Region": "eu-west-1", - "UseFIPS": true + "UseFIPS": true, + "Region": "eu-west-1" } }, { @@ -386,8 +386,8 @@ }, "params": { "UseDualStack": false, - "Region": "eu-west-1", - "UseFIPS": true + "UseFIPS": true, + "Region": "eu-west-1" } }, { @@ -399,8 +399,8 @@ }, "params": { "UseDualStack": true, - "Region": "eu-west-1", - "UseFIPS": false + "UseFIPS": false, + "Region": "eu-west-1" } }, { @@ -412,8 +412,8 @@ }, "params": { "UseDualStack": false, - "Region": "eu-west-1", - "UseFIPS": false + "UseFIPS": false, + "Region": "eu-west-1" } }, { @@ -425,8 +425,8 @@ }, "params": { "UseDualStack": true, - "Region": "ap-northeast-2", - "UseFIPS": true + "UseFIPS": true, + "Region": "ap-northeast-2" } }, { @@ -438,8 +438,8 @@ }, "params": { "UseDualStack": false, - "Region": "ap-northeast-2", - "UseFIPS": true + "UseFIPS": true, + "Region": "ap-northeast-2" } }, { @@ -451,8 +451,8 @@ }, "params": { "UseDualStack": true, - "Region": "ap-northeast-2", - "UseFIPS": false + "UseFIPS": false, + "Region": "ap-northeast-2" } }, { @@ -464,8 +464,8 @@ }, "params": { "UseDualStack": false, - "Region": "ap-northeast-2", - "UseFIPS": false + "UseFIPS": false, + "Region": "ap-northeast-2" } }, { @@ -477,8 +477,8 @@ }, "params": { "UseDualStack": true, - "Region": "ap-northeast-1", - "UseFIPS": true + "UseFIPS": true, + "Region": "ap-northeast-1" } }, { @@ -490,8 +490,8 @@ }, "params": { "UseDualStack": false, - "Region": "ap-northeast-1", - "UseFIPS": true + "UseFIPS": true, + "Region": "ap-northeast-1" } }, { @@ -503,8 +503,8 @@ }, "params": { "UseDualStack": true, - "Region": "ap-northeast-1", - "UseFIPS": false + "UseFIPS": false, + "Region": "ap-northeast-1" } }, { @@ -516,8 +516,8 @@ }, "params": { "UseDualStack": false, - "Region": "ap-northeast-1", - "UseFIPS": false + "UseFIPS": false, + "Region": "ap-northeast-1" } }, { @@ -529,8 +529,8 @@ }, "params": { "UseDualStack": true, - "Region": "sa-east-1", - "UseFIPS": true + "UseFIPS": true, + "Region": "sa-east-1" } }, { @@ -542,8 +542,8 @@ }, "params": { "UseDualStack": false, - "Region": "sa-east-1", - "UseFIPS": true + "UseFIPS": true, + "Region": "sa-east-1" } }, { @@ -555,8 +555,8 @@ }, "params": { "UseDualStack": true, - "Region": "sa-east-1", - "UseFIPS": false + "UseFIPS": false, + "Region": "sa-east-1" } }, { @@ -568,8 +568,8 @@ }, "params": { "UseDualStack": false, - "Region": "sa-east-1", - "UseFIPS": false + "UseFIPS": false, + "Region": "sa-east-1" } }, { @@ -581,8 +581,8 @@ }, "params": { "UseDualStack": true, - "Region": "ap-southeast-1", - "UseFIPS": true + "UseFIPS": true, + "Region": "ap-southeast-1" } }, { @@ -594,8 +594,8 @@ }, "params": { "UseDualStack": false, - "Region": "ap-southeast-1", - "UseFIPS": true + "UseFIPS": true, + "Region": "ap-southeast-1" } }, { @@ -607,8 +607,8 @@ }, "params": { "UseDualStack": true, - "Region": "ap-southeast-1", - "UseFIPS": false + "UseFIPS": false, + "Region": "ap-southeast-1" } }, { @@ -620,8 +620,8 @@ }, "params": { "UseDualStack": false, - "Region": "ap-southeast-1", - "UseFIPS": false + "UseFIPS": false, + "Region": "ap-southeast-1" } }, { @@ -633,8 +633,8 @@ }, "params": { "UseDualStack": true, - "Region": "ap-southeast-2", - "UseFIPS": true + "UseFIPS": true, + "Region": "ap-southeast-2" } }, { @@ -646,8 +646,8 @@ }, "params": { "UseDualStack": false, - "Region": "ap-southeast-2", - "UseFIPS": true + "UseFIPS": true, + "Region": "ap-southeast-2" } }, { @@ -659,8 +659,8 @@ }, "params": { "UseDualStack": true, - "Region": "ap-southeast-2", - "UseFIPS": false + "UseFIPS": false, + "Region": "ap-southeast-2" } }, { @@ -672,8 +672,8 @@ }, "params": { "UseDualStack": false, - "Region": "ap-southeast-2", - "UseFIPS": false + "UseFIPS": false, + "Region": "ap-southeast-2" } }, { @@ -683,8 +683,8 @@ }, "params": { "UseDualStack": true, - "Region": "us-iso-east-1", - "UseFIPS": true + "UseFIPS": true, + "Region": "us-iso-east-1" } }, { @@ -696,8 +696,8 @@ }, "params": { "UseDualStack": false, - "Region": "us-iso-east-1", - "UseFIPS": true + "UseFIPS": true, + "Region": "us-iso-east-1" } }, { @@ -707,8 +707,8 @@ }, "params": { "UseDualStack": true, - "Region": "us-iso-east-1", - "UseFIPS": false + "UseFIPS": false, + "Region": "us-iso-east-1" } }, { @@ -720,8 +720,8 @@ }, "params": { "UseDualStack": false, - "Region": "us-iso-east-1", - "UseFIPS": false + "UseFIPS": false, + "Region": "us-iso-east-1" } }, { @@ -733,8 +733,8 @@ }, "params": { "UseDualStack": true, - "Region": "us-east-1", - "UseFIPS": true + "UseFIPS": true, + "Region": "us-east-1" } }, { @@ -746,8 +746,8 @@ }, "params": { "UseDualStack": false, - "Region": "us-east-1", - "UseFIPS": true + "UseFIPS": true, + "Region": "us-east-1" } }, { @@ -759,8 +759,8 @@ }, "params": { "UseDualStack": true, - "Region": "us-east-1", - "UseFIPS": false + "UseFIPS": false, + "Region": "us-east-1" } }, { @@ -772,8 +772,8 @@ }, "params": { "UseDualStack": false, - "Region": "us-east-1", - "UseFIPS": false + "UseFIPS": false, + "Region": "us-east-1" } }, { @@ -785,8 +785,8 @@ }, "params": { "UseDualStack": true, - "Region": "us-east-2", - "UseFIPS": true + "UseFIPS": true, + "Region": "us-east-2" } }, { @@ -798,8 +798,8 @@ }, "params": { "UseDualStack": false, - "Region": "us-east-2", - "UseFIPS": true + "UseFIPS": true, + "Region": "us-east-2" } }, { @@ -811,8 +811,8 @@ }, "params": { "UseDualStack": true, - "Region": "us-east-2", - "UseFIPS": false + "UseFIPS": false, + "Region": "us-east-2" } }, { @@ -824,8 +824,8 @@ }, "params": { "UseDualStack": false, - "Region": "us-east-2", - "UseFIPS": false + "UseFIPS": false, + "Region": "us-east-2" } }, { @@ -835,8 +835,8 @@ }, "params": { "UseDualStack": true, - "Region": "us-isob-east-1", - "UseFIPS": true + "UseFIPS": true, + "Region": "us-isob-east-1" } }, { @@ -848,8 +848,8 @@ }, "params": { "UseDualStack": false, - "Region": "us-isob-east-1", - "UseFIPS": true + "UseFIPS": true, + "Region": "us-isob-east-1" } }, { @@ -859,8 +859,8 @@ }, "params": { "UseDualStack": true, - "Region": "us-isob-east-1", - "UseFIPS": false + "UseFIPS": false, + "Region": "us-isob-east-1" } }, { @@ -872,8 +872,8 @@ }, "params": { "UseDualStack": false, - "Region": "us-isob-east-1", - "UseFIPS": false + "UseFIPS": false, + "Region": "us-isob-east-1" } }, { @@ -885,8 +885,8 @@ }, "params": { "UseDualStack": false, - "Region": "us-east-1", "UseFIPS": false, + "Region": "us-east-1", "Endpoint": "https://example.com" } }, @@ -897,8 +897,8 @@ }, "params": { "UseDualStack": false, - "Region": "us-east-1", "UseFIPS": true, + "Region": "us-east-1", "Endpoint": "https://example.com" } }, @@ -909,8 +909,8 @@ }, "params": { "UseDualStack": true, - "Region": "us-east-1", "UseFIPS": false, + "Region": "us-east-1", "Endpoint": "https://example.com" } } diff --git a/services/mediapackagevod/src/main/resources/codegen-resources/service-2.json b/services/mediapackagevod/src/main/resources/codegen-resources/service-2.json index aba6af7d89e1..5acd9b550081 100644 --- a/services/mediapackagevod/src/main/resources/codegen-resources/service-2.json +++ b/services/mediapackagevod/src/main/resources/codegen-resources/service-2.json @@ -1142,6 +1142,11 @@ "locationName": "includeEncoderConfigurationInSegments", "shape": "__boolean" }, + "IncludeIframeOnlyStream": { + "documentation": "When enabled, an I-Frame only stream will be included in the output.", + "locationName": "includeIframeOnlyStream", + "shape": "__boolean" + }, "PeriodTriggers": { "documentation": "A list of triggers that controls when the outgoing Dynamic Adaptive Streaming over HTTP (DASH)\nMedia Presentation Description (MPD) will be partitioned into multiple periods. If empty, the content will not\nbe partitioned into more than one period. If the list contains \"ADS\", new periods will be created where\nthe Asset contains SCTE-35 ad markers.\n", "locationName": "periodTriggers", diff --git a/services/mediastore/pom.xml b/services/mediastore/pom.xml index 2912c2da25b2..55ae5edad350 100644 --- a/services/mediastore/pom.xml +++ b/services/mediastore/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.18.13 + 2.18.14 4.0.0 mediastore diff --git a/services/mediastoredata/pom.xml b/services/mediastoredata/pom.xml index fc537f140c8d..dd635bb5e5d4 100644 --- a/services/mediastoredata/pom.xml +++ b/services/mediastoredata/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.18.13 + 2.18.14 4.0.0 mediastoredata diff --git a/services/mediatailor/pom.xml b/services/mediatailor/pom.xml index fadfd89d802c..9abf7025746e 100644 --- a/services/mediatailor/pom.xml +++ b/services/mediatailor/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 mediatailor AWS Java SDK :: Services :: MediaTailor diff --git a/services/memorydb/pom.xml b/services/memorydb/pom.xml index 58b819b48915..5b68202b3be2 100644 --- a/services/memorydb/pom.xml +++ b/services/memorydb/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 memorydb AWS Java SDK :: Services :: Memory DB diff --git a/services/mgn/pom.xml b/services/mgn/pom.xml index 4b1c99c6b919..4889b33a468e 100644 --- a/services/mgn/pom.xml +++ b/services/mgn/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 mgn AWS Java SDK :: Services :: Mgn diff --git a/services/migrationhub/pom.xml b/services/migrationhub/pom.xml index dcac0c30ab2e..c97bf403e804 100644 --- a/services/migrationhub/pom.xml +++ b/services/migrationhub/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.18.13 + 2.18.14 4.0.0 migrationhub diff --git a/services/migrationhubconfig/pom.xml b/services/migrationhubconfig/pom.xml index 1a029fa6808f..a92b93a39226 100644 --- a/services/migrationhubconfig/pom.xml +++ b/services/migrationhubconfig/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 migrationhubconfig AWS Java SDK :: Services :: MigrationHub Config diff --git a/services/migrationhuborchestrator/pom.xml b/services/migrationhuborchestrator/pom.xml index 46cba05812c8..34df18fd80aa 100644 --- a/services/migrationhuborchestrator/pom.xml +++ b/services/migrationhuborchestrator/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 migrationhuborchestrator AWS Java SDK :: Services :: Migration Hub Orchestrator diff --git a/services/migrationhubrefactorspaces/pom.xml b/services/migrationhubrefactorspaces/pom.xml index 3d3f71bd18a9..8c8534c68c0c 100644 --- a/services/migrationhubrefactorspaces/pom.xml +++ b/services/migrationhubrefactorspaces/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 migrationhubrefactorspaces AWS Java SDK :: Services :: Migration Hub Refactor Spaces diff --git a/services/migrationhubstrategy/pom.xml b/services/migrationhubstrategy/pom.xml index dfa4db949f51..671e40452bc6 100644 --- a/services/migrationhubstrategy/pom.xml +++ b/services/migrationhubstrategy/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 migrationhubstrategy AWS Java SDK :: Services :: Migration Hub Strategy diff --git a/services/mobile/pom.xml b/services/mobile/pom.xml index bf41575e508e..93919647765e 100644 --- a/services/mobile/pom.xml +++ b/services/mobile/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.18.13 + 2.18.14 4.0.0 mobile diff --git a/services/mq/pom.xml b/services/mq/pom.xml index 65dbc87dc07a..bcd2486922e3 100644 --- a/services/mq/pom.xml +++ b/services/mq/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.18.13 + 2.18.14 4.0.0 mq diff --git a/services/mturk/pom.xml b/services/mturk/pom.xml index 6a1a312ad1a9..81a8e7a80b51 100644 --- a/services/mturk/pom.xml +++ b/services/mturk/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 mturk AWS Java SDK :: Services :: Amazon Mechanical Turk Requester diff --git a/services/mwaa/pom.xml b/services/mwaa/pom.xml index c27de5b76776..8aaa267f806b 100644 --- a/services/mwaa/pom.xml +++ b/services/mwaa/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 mwaa AWS Java SDK :: Services :: MWAA diff --git a/services/neptune/pom.xml b/services/neptune/pom.xml index c13df7014a99..b24827b9aa02 100644 --- a/services/neptune/pom.xml +++ b/services/neptune/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 neptune AWS Java SDK :: Services :: Neptune diff --git a/services/networkfirewall/pom.xml b/services/networkfirewall/pom.xml index d011a5cbb7fd..537f120ad366 100644 --- a/services/networkfirewall/pom.xml +++ b/services/networkfirewall/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 networkfirewall AWS Java SDK :: Services :: Network Firewall diff --git a/services/networkmanager/pom.xml b/services/networkmanager/pom.xml index 36c6ce258bea..309033b5f2bc 100644 --- a/services/networkmanager/pom.xml +++ b/services/networkmanager/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 networkmanager AWS Java SDK :: Services :: NetworkManager diff --git a/services/nimble/pom.xml b/services/nimble/pom.xml index 884c4cc2952c..3795cfba76a7 100644 --- a/services/nimble/pom.xml +++ b/services/nimble/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 nimble AWS Java SDK :: Services :: Nimble diff --git a/services/opensearch/pom.xml b/services/opensearch/pom.xml index 98a7e6dabcda..14ae25e0437a 100644 --- a/services/opensearch/pom.xml +++ b/services/opensearch/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 opensearch AWS Java SDK :: Services :: Open Search diff --git a/services/opsworks/pom.xml b/services/opsworks/pom.xml index ba581e45be35..ec95e5e45030 100644 --- a/services/opsworks/pom.xml +++ b/services/opsworks/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 opsworks AWS Java SDK :: Services :: AWS OpsWorks diff --git a/services/opsworkscm/pom.xml b/services/opsworkscm/pom.xml index dc0287071e6e..f1e5727711d9 100644 --- a/services/opsworkscm/pom.xml +++ b/services/opsworkscm/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 opsworkscm AWS Java SDK :: Services :: AWS OpsWorks for Chef Automate diff --git a/services/organizations/pom.xml b/services/organizations/pom.xml index cac3fa36f01f..0c35c123e99b 100644 --- a/services/organizations/pom.xml +++ b/services/organizations/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 organizations AWS Java SDK :: Services :: AWS Organizations diff --git a/services/outposts/pom.xml b/services/outposts/pom.xml index 0081b6c47c31..d875f4907e93 100644 --- a/services/outposts/pom.xml +++ b/services/outposts/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 outposts AWS Java SDK :: Services :: Outposts diff --git a/services/panorama/pom.xml b/services/panorama/pom.xml index f02a9a57e683..47202d7cbcb1 100644 --- a/services/panorama/pom.xml +++ b/services/panorama/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 panorama AWS Java SDK :: Services :: Panorama diff --git a/services/personalize/pom.xml b/services/personalize/pom.xml index 88f17b7c1d31..c2e7a519ecde 100644 --- a/services/personalize/pom.xml +++ b/services/personalize/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 personalize AWS Java SDK :: Services :: Personalize diff --git a/services/personalizeevents/pom.xml b/services/personalizeevents/pom.xml index 63d349db1cd8..18ce595b4acc 100644 --- a/services/personalizeevents/pom.xml +++ b/services/personalizeevents/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 personalizeevents AWS Java SDK :: Services :: Personalize Events diff --git a/services/personalizeruntime/pom.xml b/services/personalizeruntime/pom.xml index 67487b7208dd..71a416584bdd 100644 --- a/services/personalizeruntime/pom.xml +++ b/services/personalizeruntime/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 personalizeruntime AWS Java SDK :: Services :: Personalize Runtime diff --git a/services/pi/pom.xml b/services/pi/pom.xml index c2a89978c2e4..c4f131ed855b 100644 --- a/services/pi/pom.xml +++ b/services/pi/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 pi AWS Java SDK :: Services :: PI diff --git a/services/pinpoint/pom.xml b/services/pinpoint/pom.xml index baf1050c04e2..3c0d9c11a4d8 100644 --- a/services/pinpoint/pom.xml +++ b/services/pinpoint/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 pinpoint AWS Java SDK :: Services :: Amazon Pinpoint diff --git a/services/pinpointemail/pom.xml b/services/pinpointemail/pom.xml index e8ea712b9718..111b6650927a 100644 --- a/services/pinpointemail/pom.xml +++ b/services/pinpointemail/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 pinpointemail AWS Java SDK :: Services :: Pinpoint Email diff --git a/services/pinpointsmsvoice/pom.xml b/services/pinpointsmsvoice/pom.xml index 88b67a8dbea3..0ee817aadcf0 100644 --- a/services/pinpointsmsvoice/pom.xml +++ b/services/pinpointsmsvoice/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 pinpointsmsvoice AWS Java SDK :: Services :: Pinpoint SMS Voice diff --git a/services/pinpointsmsvoicev2/pom.xml b/services/pinpointsmsvoicev2/pom.xml index 821012adb9ed..24658ae3baf7 100644 --- a/services/pinpointsmsvoicev2/pom.xml +++ b/services/pinpointsmsvoicev2/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 pinpointsmsvoicev2 AWS Java SDK :: Services :: Pinpoint SMS Voice V2 diff --git a/services/polly/pom.xml b/services/polly/pom.xml index aa426d90140c..47faf25cac51 100644 --- a/services/polly/pom.xml +++ b/services/polly/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 polly AWS Java SDK :: Services :: Amazon Polly diff --git a/services/pom.xml b/services/pom.xml index 61f964bcf168..7ea8a3637aff 100644 --- a/services/pom.xml +++ b/services/pom.xml @@ -17,7 +17,7 @@ software.amazon.awssdk aws-sdk-java-pom - 2.18.13 + 2.18.14 services AWS Java SDK :: Services diff --git a/services/pricing/pom.xml b/services/pricing/pom.xml index 11dba3dffdff..f41ee1b442cb 100644 --- a/services/pricing/pom.xml +++ b/services/pricing/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.18.13 + 2.18.14 4.0.0 pricing diff --git a/services/privatenetworks/pom.xml b/services/privatenetworks/pom.xml index bb3417ef9604..b8db77526731 100644 --- a/services/privatenetworks/pom.xml +++ b/services/privatenetworks/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 privatenetworks AWS Java SDK :: Services :: Private Networks diff --git a/services/proton/pom.xml b/services/proton/pom.xml index b4142c6172c2..090b73508ab9 100644 --- a/services/proton/pom.xml +++ b/services/proton/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 proton AWS Java SDK :: Services :: Proton diff --git a/services/qldb/pom.xml b/services/qldb/pom.xml index 8481d55a925b..b32ef6071977 100644 --- a/services/qldb/pom.xml +++ b/services/qldb/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 qldb AWS Java SDK :: Services :: QLDB diff --git a/services/qldbsession/pom.xml b/services/qldbsession/pom.xml index 34eb5a3fdacf..ab3bba4c3e79 100644 --- a/services/qldbsession/pom.xml +++ b/services/qldbsession/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 qldbsession AWS Java SDK :: Services :: QLDB Session diff --git a/services/quicksight/pom.xml b/services/quicksight/pom.xml index 10543838ae57..c89f13effc10 100644 --- a/services/quicksight/pom.xml +++ b/services/quicksight/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 quicksight AWS Java SDK :: Services :: QuickSight diff --git a/services/ram/pom.xml b/services/ram/pom.xml index cea15ff81b1a..11458849eed4 100644 --- a/services/ram/pom.xml +++ b/services/ram/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 ram AWS Java SDK :: Services :: RAM diff --git a/services/rbin/pom.xml b/services/rbin/pom.xml index 79d015cfc50c..166d9977ed8a 100644 --- a/services/rbin/pom.xml +++ b/services/rbin/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 rbin AWS Java SDK :: Services :: Rbin diff --git a/services/rds/pom.xml b/services/rds/pom.xml index bdc3f3bfbdac..19f3bd984688 100644 --- a/services/rds/pom.xml +++ b/services/rds/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 rds AWS Java SDK :: Services :: Amazon RDS diff --git a/services/rdsdata/pom.xml b/services/rdsdata/pom.xml index c3ba58a2d445..91ede116e98a 100644 --- a/services/rdsdata/pom.xml +++ b/services/rdsdata/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 rdsdata AWS Java SDK :: Services :: RDS Data diff --git a/services/redshift/pom.xml b/services/redshift/pom.xml index f19797fd8a7e..c7cdc1aa828b 100644 --- a/services/redshift/pom.xml +++ b/services/redshift/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 redshift AWS Java SDK :: Services :: Amazon Redshift diff --git a/services/redshiftdata/pom.xml b/services/redshiftdata/pom.xml index b7f8467c4248..0e1501e1fcb9 100644 --- a/services/redshiftdata/pom.xml +++ b/services/redshiftdata/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 redshiftdata AWS Java SDK :: Services :: Redshift Data diff --git a/services/redshiftserverless/pom.xml b/services/redshiftserverless/pom.xml index a89a017a3b94..d20bf1d5c276 100644 --- a/services/redshiftserverless/pom.xml +++ b/services/redshiftserverless/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 redshiftserverless AWS Java SDK :: Services :: Redshift Serverless diff --git a/services/rekognition/pom.xml b/services/rekognition/pom.xml index 300c1621a42d..6416dcb8fc0a 100644 --- a/services/rekognition/pom.xml +++ b/services/rekognition/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 rekognition AWS Java SDK :: Services :: Amazon Rekognition diff --git a/services/resiliencehub/pom.xml b/services/resiliencehub/pom.xml index d4fad817b759..01bf90922209 100644 --- a/services/resiliencehub/pom.xml +++ b/services/resiliencehub/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 resiliencehub AWS Java SDK :: Services :: Resiliencehub diff --git a/services/resourceexplorer2/pom.xml b/services/resourceexplorer2/pom.xml index 6932a662a951..458e4a7ea103 100644 --- a/services/resourceexplorer2/pom.xml +++ b/services/resourceexplorer2/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 resourceexplorer2 AWS Java SDK :: Services :: Resource Explorer 2 diff --git a/services/resourcegroups/pom.xml b/services/resourcegroups/pom.xml index fc22cf1e5c37..1aef2c90e55e 100644 --- a/services/resourcegroups/pom.xml +++ b/services/resourcegroups/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.18.13 + 2.18.14 4.0.0 resourcegroups diff --git a/services/resourcegroupstaggingapi/pom.xml b/services/resourcegroupstaggingapi/pom.xml index afbfae525909..e7fa7bda220a 100644 --- a/services/resourcegroupstaggingapi/pom.xml +++ b/services/resourcegroupstaggingapi/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 resourcegroupstaggingapi AWS Java SDK :: Services :: AWS Resource Groups Tagging API diff --git a/services/robomaker/pom.xml b/services/robomaker/pom.xml index 9533b7e5c404..ec519efd1696 100644 --- a/services/robomaker/pom.xml +++ b/services/robomaker/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 robomaker AWS Java SDK :: Services :: RoboMaker diff --git a/services/rolesanywhere/pom.xml b/services/rolesanywhere/pom.xml index 5aa3f4b98b7f..712be3c5cd02 100644 --- a/services/rolesanywhere/pom.xml +++ b/services/rolesanywhere/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 rolesanywhere AWS Java SDK :: Services :: Roles Anywhere diff --git a/services/route53/pom.xml b/services/route53/pom.xml index 0f596e50985d..db110f6279b9 100644 --- a/services/route53/pom.xml +++ b/services/route53/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 route53 AWS Java SDK :: Services :: Amazon Route53 diff --git a/services/route53domains/pom.xml b/services/route53domains/pom.xml index 6ba2c03bf609..09c5fe7b9d4b 100644 --- a/services/route53domains/pom.xml +++ b/services/route53domains/pom.xml @@ -22,7 +22,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 route53domains AWS Java SDK :: Services :: Amazon Route53 Domains diff --git a/services/route53recoverycluster/pom.xml b/services/route53recoverycluster/pom.xml index 983c7046e9c2..0b18da0542ba 100644 --- a/services/route53recoverycluster/pom.xml +++ b/services/route53recoverycluster/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 route53recoverycluster AWS Java SDK :: Services :: Route53 Recovery Cluster diff --git a/services/route53recoverycontrolconfig/pom.xml b/services/route53recoverycontrolconfig/pom.xml index 4ab9dec2f0f0..ccdbc00d56c4 100644 --- a/services/route53recoverycontrolconfig/pom.xml +++ b/services/route53recoverycontrolconfig/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 route53recoverycontrolconfig AWS Java SDK :: Services :: Route53 Recovery Control Config diff --git a/services/route53recoveryreadiness/pom.xml b/services/route53recoveryreadiness/pom.xml index b61340b57ea9..6e12dcbd3853 100644 --- a/services/route53recoveryreadiness/pom.xml +++ b/services/route53recoveryreadiness/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 route53recoveryreadiness AWS Java SDK :: Services :: Route53 Recovery Readiness diff --git a/services/route53resolver/pom.xml b/services/route53resolver/pom.xml index d9fa09d6f27e..db4d91ff07c1 100644 --- a/services/route53resolver/pom.xml +++ b/services/route53resolver/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 route53resolver AWS Java SDK :: Services :: Route53Resolver diff --git a/services/rum/pom.xml b/services/rum/pom.xml index f3df5c5d630b..465e48795b61 100644 --- a/services/rum/pom.xml +++ b/services/rum/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 rum AWS Java SDK :: Services :: RUM diff --git a/services/s3/pom.xml b/services/s3/pom.xml index 8f1598614a4a..78dd29013de8 100644 --- a/services/s3/pom.xml +++ b/services/s3/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 s3 AWS Java SDK :: Services :: Amazon S3 diff --git a/services/s3control/pom.xml b/services/s3control/pom.xml index 1f24ed1936e3..72fc9e6743c3 100644 --- a/services/s3control/pom.xml +++ b/services/s3control/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 s3control AWS Java SDK :: Services :: Amazon S3 Control diff --git a/services/s3outposts/pom.xml b/services/s3outposts/pom.xml index ee9ab10d602b..5334759a7b70 100644 --- a/services/s3outposts/pom.xml +++ b/services/s3outposts/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 s3outposts AWS Java SDK :: Services :: S3 Outposts diff --git a/services/sagemaker/pom.xml b/services/sagemaker/pom.xml index 1cbc94752b9a..c92f483f86bf 100644 --- a/services/sagemaker/pom.xml +++ b/services/sagemaker/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.18.13 + 2.18.14 4.0.0 sagemaker diff --git a/services/sagemakera2iruntime/pom.xml b/services/sagemakera2iruntime/pom.xml index e7bde1601895..0473eb22e103 100644 --- a/services/sagemakera2iruntime/pom.xml +++ b/services/sagemakera2iruntime/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 sagemakera2iruntime AWS Java SDK :: Services :: SageMaker A2I Runtime diff --git a/services/sagemakeredge/pom.xml b/services/sagemakeredge/pom.xml index 53c057bee2a2..d7b2de3e83f8 100644 --- a/services/sagemakeredge/pom.xml +++ b/services/sagemakeredge/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 sagemakeredge AWS Java SDK :: Services :: Sagemaker Edge diff --git a/services/sagemakerfeaturestoreruntime/pom.xml b/services/sagemakerfeaturestoreruntime/pom.xml index f5c50ccb5ca9..e7a231d9021d 100644 --- a/services/sagemakerfeaturestoreruntime/pom.xml +++ b/services/sagemakerfeaturestoreruntime/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 sagemakerfeaturestoreruntime AWS Java SDK :: Services :: Sage Maker Feature Store Runtime diff --git a/services/sagemakerruntime/pom.xml b/services/sagemakerruntime/pom.xml index a08dfb54e4dd..96accef2d835 100644 --- a/services/sagemakerruntime/pom.xml +++ b/services/sagemakerruntime/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 sagemakerruntime AWS Java SDK :: Services :: SageMaker Runtime diff --git a/services/savingsplans/pom.xml b/services/savingsplans/pom.xml index b0122a21b4b8..d1956859728e 100644 --- a/services/savingsplans/pom.xml +++ b/services/savingsplans/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 savingsplans AWS Java SDK :: Services :: Savingsplans diff --git a/services/schemas/pom.xml b/services/schemas/pom.xml index b19053044ec1..97704dc5c94f 100644 --- a/services/schemas/pom.xml +++ b/services/schemas/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 schemas AWS Java SDK :: Services :: Schemas diff --git a/services/secretsmanager/pom.xml b/services/secretsmanager/pom.xml index 2431cd8535aa..c24dfc0df6db 100644 --- a/services/secretsmanager/pom.xml +++ b/services/secretsmanager/pom.xml @@ -22,7 +22,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 secretsmanager AWS Java SDK :: Services :: AWS Secrets Manager diff --git a/services/securityhub/pom.xml b/services/securityhub/pom.xml index ee15a8413f73..03490f65e276 100644 --- a/services/securityhub/pom.xml +++ b/services/securityhub/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 securityhub AWS Java SDK :: Services :: SecurityHub diff --git a/services/serverlessapplicationrepository/pom.xml b/services/serverlessapplicationrepository/pom.xml index 35dab9be58ee..d9bb2b74b3f5 100644 --- a/services/serverlessapplicationrepository/pom.xml +++ b/services/serverlessapplicationrepository/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.18.13 + 2.18.14 4.0.0 serverlessapplicationrepository diff --git a/services/servicecatalog/pom.xml b/services/servicecatalog/pom.xml index 65d5b32bffb8..9bb9af5c6cbc 100644 --- a/services/servicecatalog/pom.xml +++ b/services/servicecatalog/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 servicecatalog AWS Java SDK :: Services :: AWS Service Catalog diff --git a/services/servicecatalogappregistry/pom.xml b/services/servicecatalogappregistry/pom.xml index 766b0b5bcc27..c621cefcfc59 100644 --- a/services/servicecatalogappregistry/pom.xml +++ b/services/servicecatalogappregistry/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 servicecatalogappregistry AWS Java SDK :: Services :: Service Catalog App Registry diff --git a/services/servicediscovery/pom.xml b/services/servicediscovery/pom.xml index 771695c8f1e0..3c64eb601467 100644 --- a/services/servicediscovery/pom.xml +++ b/services/servicediscovery/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.18.13 + 2.18.14 4.0.0 servicediscovery diff --git a/services/servicequotas/pom.xml b/services/servicequotas/pom.xml index 2ff7a99fd0ea..6768a1e247f8 100644 --- a/services/servicequotas/pom.xml +++ b/services/servicequotas/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 servicequotas AWS Java SDK :: Services :: Service Quotas diff --git a/services/ses/pom.xml b/services/ses/pom.xml index b795af785b4b..bbccb916879a 100644 --- a/services/ses/pom.xml +++ b/services/ses/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 ses AWS Java SDK :: Services :: Amazon SES diff --git a/services/sesv2/pom.xml b/services/sesv2/pom.xml index 7e40cbb8d800..7ed72e778c24 100644 --- a/services/sesv2/pom.xml +++ b/services/sesv2/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 sesv2 AWS Java SDK :: Services :: SESv2 diff --git a/services/sfn/pom.xml b/services/sfn/pom.xml index 1b260cc9a20e..1ad012e35c2b 100644 --- a/services/sfn/pom.xml +++ b/services/sfn/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 sfn AWS Java SDK :: Services :: AWS Step Functions diff --git a/services/shield/pom.xml b/services/shield/pom.xml index e5e0b333d4be..29baf7df644c 100644 --- a/services/shield/pom.xml +++ b/services/shield/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 shield AWS Java SDK :: Services :: AWS Shield diff --git a/services/signer/pom.xml b/services/signer/pom.xml index 984d0448b990..72c7fb59a9d2 100644 --- a/services/signer/pom.xml +++ b/services/signer/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 signer AWS Java SDK :: Services :: Signer diff --git a/services/sms/pom.xml b/services/sms/pom.xml index ca8877f263d9..40b5b0347e25 100644 --- a/services/sms/pom.xml +++ b/services/sms/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 sms AWS Java SDK :: Services :: AWS Server Migration diff --git a/services/snowball/pom.xml b/services/snowball/pom.xml index 78a91fa36601..939bc859adaf 100644 --- a/services/snowball/pom.xml +++ b/services/snowball/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 snowball AWS Java SDK :: Services :: Amazon Snowball diff --git a/services/snowdevicemanagement/pom.xml b/services/snowdevicemanagement/pom.xml index 48bb355b86c2..d03c0833288a 100644 --- a/services/snowdevicemanagement/pom.xml +++ b/services/snowdevicemanagement/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 snowdevicemanagement AWS Java SDK :: Services :: Snow Device Management diff --git a/services/sns/pom.xml b/services/sns/pom.xml index e04e7bcee8b8..afd5de799949 100644 --- a/services/sns/pom.xml +++ b/services/sns/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 sns AWS Java SDK :: Services :: Amazon SNS diff --git a/services/sqs/pom.xml b/services/sqs/pom.xml index 3b96cf6996f8..521a287a1a32 100644 --- a/services/sqs/pom.xml +++ b/services/sqs/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 sqs AWS Java SDK :: Services :: Amazon SQS diff --git a/services/ssm/pom.xml b/services/ssm/pom.xml index 9e05a952ef2b..b8a2a9204143 100644 --- a/services/ssm/pom.xml +++ b/services/ssm/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 ssm AWS Java SDK :: Services :: AWS Simple Systems Management (SSM) diff --git a/services/ssmcontacts/pom.xml b/services/ssmcontacts/pom.xml index 59bf4b462bc2..89d7a53a6db5 100644 --- a/services/ssmcontacts/pom.xml +++ b/services/ssmcontacts/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 ssmcontacts AWS Java SDK :: Services :: SSM Contacts diff --git a/services/ssmincidents/pom.xml b/services/ssmincidents/pom.xml index 44e4443bcc2d..792e7f775caf 100644 --- a/services/ssmincidents/pom.xml +++ b/services/ssmincidents/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 ssmincidents AWS Java SDK :: Services :: SSM Incidents diff --git a/services/sso/pom.xml b/services/sso/pom.xml index 8c62d15e0ff2..f95b487f7bd3 100644 --- a/services/sso/pom.xml +++ b/services/sso/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 sso AWS Java SDK :: Services :: SSO diff --git a/services/ssoadmin/pom.xml b/services/ssoadmin/pom.xml index 70cff38e6d4d..4ac8272061d4 100644 --- a/services/ssoadmin/pom.xml +++ b/services/ssoadmin/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 ssoadmin AWS Java SDK :: Services :: SSO Admin diff --git a/services/ssooidc/pom.xml b/services/ssooidc/pom.xml index ad3aa274d32c..dd8fcc6227e1 100644 --- a/services/ssooidc/pom.xml +++ b/services/ssooidc/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 ssooidc AWS Java SDK :: Services :: SSO OIDC diff --git a/services/storagegateway/pom.xml b/services/storagegateway/pom.xml index 3019da14edc4..872cf49737a2 100644 --- a/services/storagegateway/pom.xml +++ b/services/storagegateway/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 storagegateway AWS Java SDK :: Services :: AWS Storage Gateway diff --git a/services/sts/pom.xml b/services/sts/pom.xml index 2ce26c85bbbe..e7465df0a2a6 100644 --- a/services/sts/pom.xml +++ b/services/sts/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 sts AWS Java SDK :: Services :: AWS STS diff --git a/services/support/pom.xml b/services/support/pom.xml index 73549612a2a3..c1c3fb727916 100644 --- a/services/support/pom.xml +++ b/services/support/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 support AWS Java SDK :: Services :: AWS Support diff --git a/services/supportapp/pom.xml b/services/supportapp/pom.xml index b7f9c083bef5..0e31063f2249 100644 --- a/services/supportapp/pom.xml +++ b/services/supportapp/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 supportapp AWS Java SDK :: Services :: Support App diff --git a/services/swf/pom.xml b/services/swf/pom.xml index d5619bfddef1..2e37e0b6b105 100644 --- a/services/swf/pom.xml +++ b/services/swf/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 swf AWS Java SDK :: Services :: Amazon SWF diff --git a/services/synthetics/pom.xml b/services/synthetics/pom.xml index 7911a422818f..ce713367b612 100644 --- a/services/synthetics/pom.xml +++ b/services/synthetics/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 synthetics AWS Java SDK :: Services :: Synthetics diff --git a/services/textract/pom.xml b/services/textract/pom.xml index f26198954881..b565a395a904 100644 --- a/services/textract/pom.xml +++ b/services/textract/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 textract AWS Java SDK :: Services :: Textract diff --git a/services/timestreamquery/pom.xml b/services/timestreamquery/pom.xml index 40db5815950d..dda7b5d8c669 100644 --- a/services/timestreamquery/pom.xml +++ b/services/timestreamquery/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 timestreamquery AWS Java SDK :: Services :: Timestream Query diff --git a/services/timestreamwrite/pom.xml b/services/timestreamwrite/pom.xml index 2ea5fbf11365..7920432c7a1f 100644 --- a/services/timestreamwrite/pom.xml +++ b/services/timestreamwrite/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 timestreamwrite AWS Java SDK :: Services :: Timestream Write diff --git a/services/transcribe/pom.xml b/services/transcribe/pom.xml index 4093399abaff..bf8bb18d16cb 100644 --- a/services/transcribe/pom.xml +++ b/services/transcribe/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 transcribe AWS Java SDK :: Services :: Transcribe diff --git a/services/transcribestreaming/pom.xml b/services/transcribestreaming/pom.xml index 0f2e1b65e79f..4d78cd3129da 100644 --- a/services/transcribestreaming/pom.xml +++ b/services/transcribestreaming/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 transcribestreaming AWS Java SDK :: Services :: AWS Transcribe Streaming diff --git a/services/transcribestreaming/src/main/resources/codegen-resources/endpoint-tests.json b/services/transcribestreaming/src/main/resources/codegen-resources/endpoint-tests.json index 449e3c64fdd6..023d22985125 100644 --- a/services/transcribestreaming/src/main/resources/codegen-resources/endpoint-tests.json +++ b/services/transcribestreaming/src/main/resources/codegen-resources/endpoint-tests.json @@ -8,9 +8,9 @@ } }, "params": { - "UseDualStack": true, + "UseFIPS": true, "Region": "us-gov-east-1", - "UseFIPS": true + "UseDualStack": true } }, { @@ -21,9 +21,9 @@ } }, "params": { - "UseDualStack": false, + "UseFIPS": true, "Region": "us-gov-east-1", - "UseFIPS": true + "UseDualStack": false } }, { @@ -34,9 +34,9 @@ } }, "params": { - "UseDualStack": true, + "UseFIPS": false, "Region": "us-gov-east-1", - "UseFIPS": false + "UseDualStack": true } }, { @@ -47,9 +47,9 @@ } }, "params": { - "UseDualStack": false, + "UseFIPS": false, "Region": "us-gov-east-1", - "UseFIPS": false + "UseDualStack": false } }, { @@ -60,9 +60,9 @@ } }, "params": { - "UseDualStack": true, + "UseFIPS": true, "Region": "ca-central-1", - "UseFIPS": true + "UseDualStack": true } }, { @@ -73,9 +73,9 @@ } }, "params": { - "UseDualStack": false, + "UseFIPS": true, "Region": "ca-central-1", - "UseFIPS": true + "UseDualStack": false } }, { @@ -86,9 +86,9 @@ } }, "params": { - "UseDualStack": true, + "UseFIPS": false, "Region": "ca-central-1", - "UseFIPS": false + "UseDualStack": true } }, { @@ -99,9 +99,9 @@ } }, "params": { - "UseDualStack": false, + "UseFIPS": false, "Region": "ca-central-1", - "UseFIPS": false + "UseDualStack": false } }, { @@ -112,9 +112,9 @@ } }, "params": { - "UseDualStack": true, + "UseFIPS": true, "Region": "eu-central-1", - "UseFIPS": true + "UseDualStack": true } }, { @@ -125,9 +125,9 @@ } }, "params": { - "UseDualStack": false, + "UseFIPS": true, "Region": "eu-central-1", - "UseFIPS": true + "UseDualStack": false } }, { @@ -138,9 +138,9 @@ } }, "params": { - "UseDualStack": true, + "UseFIPS": false, "Region": "eu-central-1", - "UseFIPS": false + "UseDualStack": true } }, { @@ -151,9 +151,9 @@ } }, "params": { - "UseDualStack": false, + "UseFIPS": false, "Region": "eu-central-1", - "UseFIPS": false + "UseDualStack": false } }, { @@ -164,9 +164,9 @@ } }, "params": { - "UseDualStack": true, + "UseFIPS": true, "Region": "us-west-2", - "UseFIPS": true + "UseDualStack": true } }, { @@ -177,9 +177,9 @@ } }, "params": { - "UseDualStack": false, + "UseFIPS": true, "Region": "us-west-2", - "UseFIPS": true + "UseDualStack": false } }, { @@ -190,9 +190,9 @@ } }, "params": { - "UseDualStack": true, + "UseFIPS": false, "Region": "us-west-2", - "UseFIPS": false + "UseDualStack": true } }, { @@ -203,9 +203,9 @@ } }, "params": { - "UseDualStack": false, + "UseFIPS": false, "Region": "us-west-2", - "UseFIPS": false + "UseDualStack": false } }, { @@ -216,9 +216,9 @@ } }, "params": { - "UseDualStack": true, + "UseFIPS": true, "Region": "eu-west-2", - "UseFIPS": true + "UseDualStack": true } }, { @@ -229,9 +229,9 @@ } }, "params": { - "UseDualStack": false, + "UseFIPS": true, "Region": "eu-west-2", - "UseFIPS": true + "UseDualStack": false } }, { @@ -242,9 +242,9 @@ } }, "params": { - "UseDualStack": true, + "UseFIPS": false, "Region": "eu-west-2", - "UseFIPS": false + "UseDualStack": true } }, { @@ -255,9 +255,9 @@ } }, "params": { - "UseDualStack": false, + "UseFIPS": false, "Region": "eu-west-2", - "UseFIPS": false + "UseDualStack": false } }, { @@ -268,9 +268,9 @@ } }, "params": { - "UseDualStack": true, + "UseFIPS": true, "Region": "eu-west-1", - "UseFIPS": true + "UseDualStack": true } }, { @@ -281,9 +281,9 @@ } }, "params": { - "UseDualStack": false, + "UseFIPS": true, "Region": "eu-west-1", - "UseFIPS": true + "UseDualStack": false } }, { @@ -294,9 +294,9 @@ } }, "params": { - "UseDualStack": true, + "UseFIPS": false, "Region": "eu-west-1", - "UseFIPS": false + "UseDualStack": true } }, { @@ -307,9 +307,9 @@ } }, "params": { - "UseDualStack": false, + "UseFIPS": false, "Region": "eu-west-1", - "UseFIPS": false + "UseDualStack": false } }, { @@ -320,9 +320,9 @@ } }, "params": { - "UseDualStack": true, + "UseFIPS": true, "Region": "ap-northeast-2", - "UseFIPS": true + "UseDualStack": true } }, { @@ -333,9 +333,9 @@ } }, "params": { - "UseDualStack": false, + "UseFIPS": true, "Region": "ap-northeast-2", - "UseFIPS": true + "UseDualStack": false } }, { @@ -346,9 +346,9 @@ } }, "params": { - "UseDualStack": true, + "UseFIPS": false, "Region": "ap-northeast-2", - "UseFIPS": false + "UseDualStack": true } }, { @@ -359,9 +359,9 @@ } }, "params": { - "UseDualStack": false, + "UseFIPS": false, "Region": "ap-northeast-2", - "UseFIPS": false + "UseDualStack": false } }, { @@ -372,9 +372,9 @@ } }, "params": { - "UseDualStack": true, + "UseFIPS": true, "Region": "ap-northeast-1", - "UseFIPS": true + "UseDualStack": true } }, { @@ -385,9 +385,9 @@ } }, "params": { - "UseDualStack": false, + "UseFIPS": true, "Region": "ap-northeast-1", - "UseFIPS": true + "UseDualStack": false } }, { @@ -398,9 +398,9 @@ } }, "params": { - "UseDualStack": true, + "UseFIPS": false, "Region": "ap-northeast-1", - "UseFIPS": false + "UseDualStack": true } }, { @@ -411,9 +411,9 @@ } }, "params": { - "UseDualStack": false, + "UseFIPS": false, "Region": "ap-northeast-1", - "UseFIPS": false + "UseDualStack": false } }, { @@ -424,9 +424,9 @@ } }, "params": { - "UseDualStack": true, + "UseFIPS": true, "Region": "sa-east-1", - "UseFIPS": true + "UseDualStack": true } }, { @@ -437,9 +437,9 @@ } }, "params": { - "UseDualStack": false, + "UseFIPS": true, "Region": "sa-east-1", - "UseFIPS": true + "UseDualStack": false } }, { @@ -450,9 +450,9 @@ } }, "params": { - "UseDualStack": true, + "UseFIPS": false, "Region": "sa-east-1", - "UseFIPS": false + "UseDualStack": true } }, { @@ -463,9 +463,9 @@ } }, "params": { - "UseDualStack": false, + "UseFIPS": false, "Region": "sa-east-1", - "UseFIPS": false + "UseDualStack": false } }, { @@ -476,9 +476,9 @@ } }, "params": { - "UseDualStack": true, + "UseFIPS": true, "Region": "cn-north-1", - "UseFIPS": true + "UseDualStack": true } }, { @@ -489,9 +489,9 @@ } }, "params": { - "UseDualStack": false, + "UseFIPS": true, "Region": "cn-north-1", - "UseFIPS": true + "UseDualStack": false } }, { @@ -502,9 +502,9 @@ } }, "params": { - "UseDualStack": true, + "UseFIPS": false, "Region": "cn-north-1", - "UseFIPS": false + "UseDualStack": true } }, { @@ -515,9 +515,9 @@ } }, "params": { - "UseDualStack": false, + "UseFIPS": false, "Region": "cn-north-1", - "UseFIPS": false + "UseDualStack": false } }, { @@ -528,9 +528,9 @@ } }, "params": { - "UseDualStack": true, + "UseFIPS": true, "Region": "us-gov-west-1", - "UseFIPS": true + "UseDualStack": true } }, { @@ -541,9 +541,9 @@ } }, "params": { - "UseDualStack": false, + "UseFIPS": true, "Region": "us-gov-west-1", - "UseFIPS": true + "UseDualStack": false } }, { @@ -554,9 +554,9 @@ } }, "params": { - "UseDualStack": true, + "UseFIPS": false, "Region": "us-gov-west-1", - "UseFIPS": false + "UseDualStack": true } }, { @@ -567,9 +567,9 @@ } }, "params": { - "UseDualStack": false, + "UseFIPS": false, "Region": "us-gov-west-1", - "UseFIPS": false + "UseDualStack": false } }, { @@ -580,9 +580,9 @@ } }, "params": { - "UseDualStack": true, + "UseFIPS": true, "Region": "ap-southeast-2", - "UseFIPS": true + "UseDualStack": true } }, { @@ -593,9 +593,9 @@ } }, "params": { - "UseDualStack": false, + "UseFIPS": true, "Region": "ap-southeast-2", - "UseFIPS": true + "UseDualStack": false } }, { @@ -606,9 +606,9 @@ } }, "params": { - "UseDualStack": true, + "UseFIPS": false, "Region": "ap-southeast-2", - "UseFIPS": false + "UseDualStack": true } }, { @@ -619,9 +619,9 @@ } }, "params": { - "UseDualStack": false, + "UseFIPS": false, "Region": "ap-southeast-2", - "UseFIPS": false + "UseDualStack": false } }, { @@ -630,9 +630,9 @@ "error": "FIPS and DualStack are enabled, but this partition does not support one or both" }, "params": { - "UseDualStack": true, + "UseFIPS": true, "Region": "us-iso-east-1", - "UseFIPS": true + "UseDualStack": true } }, { @@ -643,9 +643,9 @@ } }, "params": { - "UseDualStack": false, + "UseFIPS": true, "Region": "us-iso-east-1", - "UseFIPS": true + "UseDualStack": false } }, { @@ -654,9 +654,9 @@ "error": "DualStack is enabled but this partition does not support DualStack" }, "params": { - "UseDualStack": true, + "UseFIPS": false, "Region": "us-iso-east-1", - "UseFIPS": false + "UseDualStack": true } }, { @@ -667,9 +667,9 @@ } }, "params": { - "UseDualStack": false, + "UseFIPS": false, "Region": "us-iso-east-1", - "UseFIPS": false + "UseDualStack": false } }, { @@ -680,9 +680,9 @@ } }, "params": { - "UseDualStack": true, + "UseFIPS": true, "Region": "us-east-1", - "UseFIPS": true + "UseDualStack": true } }, { @@ -693,9 +693,9 @@ } }, "params": { - "UseDualStack": false, + "UseFIPS": true, "Region": "us-east-1", - "UseFIPS": true + "UseDualStack": false } }, { @@ -706,9 +706,9 @@ } }, "params": { - "UseDualStack": true, + "UseFIPS": false, "Region": "us-east-1", - "UseFIPS": false + "UseDualStack": true } }, { @@ -719,9 +719,9 @@ } }, "params": { - "UseDualStack": false, + "UseFIPS": false, "Region": "us-east-1", - "UseFIPS": false + "UseDualStack": false } }, { @@ -732,9 +732,9 @@ } }, "params": { - "UseDualStack": true, + "UseFIPS": true, "Region": "us-east-2", - "UseFIPS": true + "UseDualStack": true } }, { @@ -745,9 +745,9 @@ } }, "params": { - "UseDualStack": false, + "UseFIPS": true, "Region": "us-east-2", - "UseFIPS": true + "UseDualStack": false } }, { @@ -758,9 +758,9 @@ } }, "params": { - "UseDualStack": true, + "UseFIPS": false, "Region": "us-east-2", - "UseFIPS": false + "UseDualStack": true } }, { @@ -771,9 +771,9 @@ } }, "params": { - "UseDualStack": false, + "UseFIPS": false, "Region": "us-east-2", - "UseFIPS": false + "UseDualStack": false } }, { @@ -784,9 +784,9 @@ } }, "params": { - "UseDualStack": true, + "UseFIPS": true, "Region": "cn-northwest-1", - "UseFIPS": true + "UseDualStack": true } }, { @@ -797,9 +797,9 @@ } }, "params": { - "UseDualStack": false, + "UseFIPS": true, "Region": "cn-northwest-1", - "UseFIPS": true + "UseDualStack": false } }, { @@ -810,9 +810,9 @@ } }, "params": { - "UseDualStack": true, + "UseFIPS": false, "Region": "cn-northwest-1", - "UseFIPS": false + "UseDualStack": true } }, { @@ -823,9 +823,9 @@ } }, "params": { - "UseDualStack": false, + "UseFIPS": false, "Region": "cn-northwest-1", - "UseFIPS": false + "UseDualStack": false } }, { @@ -836,9 +836,9 @@ } }, "params": { - "UseDualStack": false, - "Region": "us-east-1", "UseFIPS": false, + "Region": "us-east-1", + "UseDualStack": false, "Endpoint": "https://example.com" } }, @@ -848,9 +848,9 @@ "error": "Invalid Configuration: FIPS and custom endpoint are not supported" }, "params": { - "UseDualStack": false, - "Region": "us-east-1", "UseFIPS": true, + "Region": "us-east-1", + "UseDualStack": false, "Endpoint": "https://example.com" } }, @@ -860,9 +860,9 @@ "error": "Invalid Configuration: Dualstack and custom endpoint are not supported" }, "params": { - "UseDualStack": true, - "Region": "us-east-1", "UseFIPS": false, + "Region": "us-east-1", + "UseDualStack": true, "Endpoint": "https://example.com" } } diff --git a/services/transcribestreaming/src/main/resources/codegen-resources/service-2.json b/services/transcribestreaming/src/main/resources/codegen-resources/service-2.json index 7c3b30304f05..d8b5bd4d6cb4 100644 --- a/services/transcribestreaming/src/main/resources/codegen-resources/service-2.json +++ b/services/transcribestreaming/src/main/resources/codegen-resources/service-2.json @@ -27,7 +27,7 @@ {"shape":"ConflictException"}, {"shape":"ServiceUnavailableException"} ], - "documentation":"

Starts a bidirectional HTTP/2 stream where audio is streamed to Amazon Transcribe Medical and the transcription results are streamed to your application.

" + "documentation":"

Starts a bidirectional HTTP/2 or WebSocket stream where audio is streamed to Amazon Transcribe Medical and the transcription results are streamed to your application.

For more information on streaming with Amazon Transcribe Medical, see Transcribing streaming audio.

" }, "StartStreamTranscription":{ "name":"StartStreamTranscription", @@ -44,7 +44,7 @@ {"shape":"ConflictException"}, {"shape":"ServiceUnavailableException"} ], - "documentation":"

Starts a bidirectional HTTP/2 stream where audio is streamed to Amazon Transcribe and the transcription results are streamed to your application.

The following are encoded as HTTP/2 headers:

See the SDK for Go API Reference for more detail.

" + "documentation":"

Starts a bidirectional HTTP/2 or WebSocket stream where audio is streamed to Amazon Transcribe and the transcription results are streamed to your application.

The following are encoded as headers:

For more information on streaming with Amazon Transcribe, see Transcribing streaming audio.

" } }, "shapes":{ @@ -53,18 +53,18 @@ "members":{ "Transcript":{ "shape":"String", - "documentation":"

The text that was transcribed from the audio.

" + "documentation":"

Contains transcribed text.

" }, "Items":{ "shape":"ItemList", - "documentation":"

One or more alternative interpretations of the input audio.

" + "documentation":"

Contains words, phrases, or punctuation marks in your transcription output.

" }, "Entities":{ "shape":"EntityList", - "documentation":"

Contains the entities identified as personally identifiable information (PII) in the transcription output.

" + "documentation":"

Contains entities identified as personally identifiable information (PII) in your transcription output.

" } }, - "documentation":"

A list of possible transcriptions for the audio.

" + "documentation":"

A list of possible alternative transcriptions for the input audio. Each alternative may contain one or more of Items, Entities, or Transcript.

" }, "AlternativeList":{ "type":"list", @@ -80,7 +80,7 @@ "eventpayload":true } }, - "documentation":"

Provides a wrapper for the audio chunks that you are sending.

For information on audio encoding in Amazon Transcribe, see Speech input. For information on audio encoding formats in Amazon Transcribe Medical, see Speech input.

", + "documentation":"

A wrapper for your audio chunks. Your audio stream consists of one or more audio events, which consist of one or more audio chunks.

For more information, see Event stream encoding.

", "event":true }, "AudioStream":{ @@ -88,10 +88,10 @@ "members":{ "AudioEvent":{ "shape":"AudioEvent", - "documentation":"

A blob of audio from your application. You audio stream consists of one or more audio events.

For information on audio encoding formats in Amazon Transcribe, see Speech input. For information on audio encoding formats in Amazon Transcribe Medical, see Speech input.

For more information on stream encoding in Amazon Transcribe, see Event stream encoding. For information on stream encoding in Amazon Transcribe Medical, see Event stream encoding.

" + "documentation":"

A blob of audio from your application. Your audio stream consists of one or more audio events.

For more information, see Event stream encoding.

" } }, - "documentation":"

Represents the audio stream from your application to Amazon Transcribe.

", + "documentation":"

An encoded stream of audio blobs. Audio streams are encoded as either HTTP/2 or WebSocket data frames.

For more information, see Transcribing streaming audio.

", "eventstream":true }, "BadRequestException":{ @@ -99,7 +99,7 @@ "members":{ "Message":{"shape":"String"} }, - "documentation":"

One or more arguments to the StartStreamTranscription or StartMedicalStreamTranscription operation was invalid. For example, MediaEncoding was not set to a valid encoding, or LanguageCode was not set to a valid code. Check the parameters and try your request again.

", + "documentation":"

One or more arguments to the StartStreamTranscription or StartMedicalStreamTranscription operation was not valid. For example, MediaEncoding or LanguageCode used not valid values. Check the specified parameters and try your request again.

", "error":{"httpStatusCode":400}, "exception":true }, @@ -128,30 +128,30 @@ "members":{ "StartTime":{ "shape":"Double", - "documentation":"

The start time of speech that was identified as PII.

" + "documentation":"

The start time, in milliseconds, of the utterance that was identified as PII.

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

The end time of speech that was identified as PII.

" + "documentation":"

The end time, in milliseconds, of the utterance that was identified as PII.

" }, "Category":{ "shape":"String", - "documentation":"

The category of information identified in this entity; for example, PII.

" + "documentation":"

The category of information identified. The only category is PII.

" }, "Type":{ "shape":"String", - "documentation":"

The type of PII identified in this entity; for example, name or credit card number.

" + "documentation":"

The type of PII identified. For example, NAME or CREDIT_DEBIT_NUMBER.

" }, "Content":{ "shape":"String", - "documentation":"

The words in the transcription output that have been identified as a PII entity.

" + "documentation":"

The word or words identified as PII.

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

A value between zero and one that Amazon Transcribe assigns to PII identified in the source audio. Larger values indicate a higher confidence in PII identification.

" + "documentation":"

The confidence score associated with the identified PII entity in your audio.

Confidence scores are values between 0 and 1. A larger value indicates a higher probability that the identified entity correctly matches the entity spoken in your media.

" } }, - "documentation":"

The entity identified as personally identifiable information (PII).

" + "documentation":"

Contains entities identified as personally identifiable information (PII) in your transcription output, along with various associated attributes. Examples include category, confidence score, type, stability score, and start and end times.

" }, "EntityList":{ "type":"list", @@ -162,7 +162,7 @@ "members":{ "Message":{"shape":"String"} }, - "documentation":"

A problem occurred while processing the audio. Amazon Transcribe or Amazon Transcribe Medical terminated processing. Try your request again.

", + "documentation":"

A problem occurred while processing the audio. Amazon Transcribe terminated processing.

", "error":{"httpStatusCode":500}, "exception":true, "fault":true @@ -172,38 +172,38 @@ "members":{ "StartTime":{ "shape":"Double", - "documentation":"

The offset from the beginning of the audio stream to the beginning of the audio that resulted in the item.

" + "documentation":"

The start time, in milliseconds, of the transcribed item.

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

The offset from the beginning of the audio stream to the end of the audio that resulted in the item.

" + "documentation":"

The end time, in milliseconds, of the transcribed item.

" }, "Type":{ "shape":"ItemType", - "documentation":"

The type of the item. PRONUNCIATION indicates that the item is a word that was recognized in the input audio. PUNCTUATION indicates that the item was interpreted as a pause in the input audio.

" + "documentation":"

The type of item identified. Options are: PRONUNCIATION (spoken words) and PUNCTUATION.

" }, "Content":{ "shape":"String", - "documentation":"

The word or punctuation that was recognized in the input audio.

" + "documentation":"

The word or punctuation that was transcribed.

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

Indicates whether a word in the item matches a word in the vocabulary filter you've chosen for your media stream. If true then a word in the item matches your vocabulary filter.

" + "documentation":"

Indicates whether the specified item matches a word in the vocabulary filter included in your request. If true, there is a vocabulary filter match.

" }, "Speaker":{ "shape":"String", - "documentation":"

If speaker identification is enabled, shows the speakers identified in the media stream.

" + "documentation":"

If speaker partitioning is enabled, Speaker labels the speaker of the specified item.

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

A value between zero and one for an item that is a confidence score that Amazon Transcribe assigns to each word or phrase that it transcribes.

" + "documentation":"

The confidence score associated with a word or phrase in your transcript.

Confidence scores are values between 0 and 1. A larger value indicates a higher probability that the identified item correctly matches the item spoken in your media.

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

If partial result stabilization has been enabled, indicates whether the word or phrase in the item is stable. If Stable is true, the result is stable.

" + "documentation":"

If partial result stabilization is enabled, Stable indicates whether the specified item is stable (true) or if it may change when the segment is complete (false).

" } }, - "documentation":"

A word, phrase, or punctuation mark that is transcribed from the input audio.

" + "documentation":"

A word, phrase, or punctuation mark in your transcription output, along with various associated attributes, such as confidence score, type, and start and end times.

" }, "ItemList":{ "type":"list", @@ -230,7 +230,9 @@ "pt-BR", "ja-JP", "ko-KR", - "zh-CN" + "zh-CN", + "hi-IN", + "th-TH" ] }, "LanguageIdentification":{ @@ -248,21 +250,21 @@ "members":{ "LanguageCode":{ "shape":"LanguageCode", - "documentation":"

The language code of the language identified by Amazon Transcribe.

" + "documentation":"

The language code of the identified language.

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

The confidence score for the associated language code. Confidence scores are values between zero and one; larger values indicate a higher confidence in the identified language.

" + "documentation":"

The confidence score associated with the identified language code. Confidence scores are values between zero and one; larger values indicate a higher confidence in the identified language.

" } }, - "documentation":"

The language codes of the identified languages and their associated confidence scores. The confidence score is a value between zero and one; a larger value indicates a higher confidence in the identified language.

" + "documentation":"

The language code that represents the language identified in your audio, including the associated confidence score. If you enabled channel identification in your request and each channel contained a different language, you will have more than one LanguageWithScore result.

" }, "LimitExceededException":{ "type":"structure", "members":{ "Message":{"shape":"String"} }, - "documentation":"

You have exceeded the maximum number of concurrent transcription streams, are starting transcription streams too quickly, or the maximum audio length of 4 hours. Wait until a stream has finished processing, or break your audio stream into smaller chunks and try your request again.

", + "documentation":"

Your client has exceeded one of the Amazon Transcribe limits. This is typically the audio length limit. Break your audio stream into smaller chunks and try your request again.

", "error":{"httpStatusCode":429}, "exception":true }, @@ -284,18 +286,18 @@ "members":{ "Transcript":{ "shape":"String", - "documentation":"

The text that was transcribed from the audio.

" + "documentation":"

Contains transcribed text.

" }, "Items":{ "shape":"MedicalItemList", - "documentation":"

A list of objects that contains words and punctuation marks that represents one or more interpretations of the input audio.

" + "documentation":"

Contains words, phrases, or punctuation marks in your transcription output.

" }, "Entities":{ "shape":"MedicalEntityList", - "documentation":"

Contains the medical entities identified as personal health information in the transcription output.

" + "documentation":"

Contains entities identified as personal health information (PHI) in your transcription output.

" } }, - "documentation":"

A list of possible transcriptions for the audio.

" + "documentation":"

A list of possible alternative transcriptions for the input audio. Each alternative may contain one or more of Items, Entities, or Transcript.

" }, "MedicalAlternativeList":{ "type":"list", @@ -310,26 +312,26 @@ "members":{ "StartTime":{ "shape":"Double", - "documentation":"

The start time of the speech that was identified as a medical entity.

" + "documentation":"

The start time, in milliseconds, of the utterance that was identified as PHI.

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

The end time of the speech that was identified as a medical entity.

" + "documentation":"

The end time, in milliseconds, of the utterance that was identified as PHI.

" }, "Category":{ "shape":"String", - "documentation":"

The type of personal health information of the medical entity.

" + "documentation":"

The category of information identified. The only category is PHI.

" }, "Content":{ "shape":"String", - "documentation":"

The word or words in the transcription output that have been identified as a medical entity.

" + "documentation":"

The word or words identified as PHI.

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

A value between zero and one that Amazon Transcribe Medical assigned to the personal health information that it identified in the source audio. Larger values indicate that Amazon Transcribe Medical has higher confidence in the personal health information that it identified.

" + "documentation":"

The confidence score associated with the identified PHI entity in your audio.

Confidence scores are values between 0 and 1. A larger value indicates a higher probability that the identified entity correctly matches the entity spoken in your media.

" } }, - "documentation":"

The medical entity identified as personal health information.

" + "documentation":"

Contains entities identified as personal health information (PHI) in your transcription output, along with various associated attributes. Examples include category, confidence score, type, stability score, and start and end times.

" }, "MedicalEntityList":{ "type":"list", @@ -340,30 +342,30 @@ "members":{ "StartTime":{ "shape":"Double", - "documentation":"

The number of seconds into an audio stream that indicates the creation time of an item.

" + "documentation":"

The start time, in milliseconds, of the transcribed item.

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

The number of seconds into an audio stream that indicates the creation time of an item.

" + "documentation":"

The end time, in milliseconds, of the transcribed item.

" }, "Type":{ "shape":"ItemType", - "documentation":"

The type of the item. PRONUNCIATION indicates that the item is a word that was recognized in the input audio. PUNCTUATION indicates that the item was interpreted as a pause in the input audio, such as a period to indicate the end of a sentence.

" + "documentation":"

The type of item identified. Options are: PRONUNCIATION (spoken words) and PUNCTUATION.

" }, "Content":{ "shape":"String", - "documentation":"

The word or punctuation mark that was recognized in the input audio.

" + "documentation":"

The word or punctuation that was transcribed.

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

A value between 0 and 1 for an item that is a confidence score that Amazon Transcribe Medical assigns to each word that it transcribes.

" + "documentation":"

The confidence score associated with a word or phrase in your transcript.

Confidence scores are values between 0 and 1. A larger value indicates a higher probability that the identified item correctly matches the item spoken in your media.

" }, "Speaker":{ "shape":"String", - "documentation":"

If speaker identification is enabled, shows the integer values that correspond to the different speakers identified in the stream. For example, if the value of Speaker in the stream is either a 0 or a 1, that indicates that Amazon Transcribe Medical has identified two speakers in the stream. The value of 0 corresponds to one speaker and the value of 1 corresponds to the other speaker.

" + "documentation":"

If speaker partitioning is enabled, Speaker labels the speaker of the specified item.

" } }, - "documentation":"

A word, phrase, or punctuation mark that is transcribed from the input audio.

" + "documentation":"

A word, phrase, or punctuation mark in your transcription output, along with various associated attributes, such as confidence score, type, and start and end times.

" }, "MedicalItemList":{ "type":"list", @@ -374,30 +376,30 @@ "members":{ "ResultId":{ "shape":"String", - "documentation":"

A unique identifier for the result.

" + "documentation":"

Provides a unique identifier for the Result.

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

The time, in seconds, from the beginning of the audio stream to the beginning of the result.

" + "documentation":"

The start time, in milliseconds, of the Result.

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

The time, in seconds, from the beginning of the audio stream to the end of the result.

" + "documentation":"

The end time, in milliseconds, of the Result.

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

Amazon Transcribe Medical divides the incoming audio stream into segments at natural points in the audio. Transcription results are returned based on these segments.

The IsPartial field is true to indicate that Amazon Transcribe Medical has additional transcription data to send. The IsPartial field is false to indicate that this is the last transcription result for the segment.

" + "documentation":"

Indicates if the segment is complete.

If IsPartial is true, the segment is not complete. If IsPartial is false, the segment is complete.

" }, "Alternatives":{ "shape":"MedicalAlternativeList", - "documentation":"

A list of possible transcriptions of the audio. Each alternative typically contains one Item that contains the result of the transcription.

" + "documentation":"

A list of possible alternative transcriptions for the input audio. Each alternative may contain one or more of Items, Entities, or Transcript.

" }, "ChannelId":{ "shape":"String", - "documentation":"

When channel identification is enabled, Amazon Transcribe Medical transcribes the speech from each audio channel separately.

You can use ChannelId to retrieve the transcription results for a single channel in your audio stream.

" + "documentation":"

Indicates the channel identified for the Result.

" } }, - "documentation":"

The results of transcribing a portion of the input audio stream.

" + "documentation":"

The Result associated with a .

Contains a set of transcription results from one or more audio segments, along with additional information per your request parameters. This can include information relating to alternative transcriptions, channel identification, partial result stabilization, language identification, and other transcription-related data.

" }, "MedicalResultList":{ "type":"list", @@ -408,20 +410,20 @@ "members":{ "Results":{ "shape":"MedicalResultList", - "documentation":"

MedicalResult objects that contain the results of transcribing a portion of the input audio stream. The array can be empty.

" + "documentation":"

Contains a set of transcription results from one or more audio segments, along with additional information per your request parameters. This can include information relating to alternative transcriptions, channel identification, partial result stabilization, language identification, and other transcription-related data.

" } }, - "documentation":"

The medical transcript in a MedicalTranscriptEvent.

" + "documentation":"

The MedicalTranscript associated with a .

MedicalTranscript contains Results, which contains a set of transcription results from one or more audio segments, along with additional information per your request parameters.

" }, "MedicalTranscriptEvent":{ "type":"structure", "members":{ "Transcript":{ "shape":"MedicalTranscript", - "documentation":"

The transcription of the audio stream. The transcription is composed of all of the items in the results list.

" + "documentation":"

Contains Results, which contains a set of transcription results from one or more audio segments, along with additional information per your request parameters. This can include information relating to alternative transcriptions, channel identification, partial result stabilization, language identification, and other transcription-related data.

" } }, - "documentation":"

Represents a set of transcription results from the server to the client. It contains one or more segments of the transcription.

", + "documentation":"

The MedicalTranscriptEvent associated with a MedicalTranscriptResultStream.

Contains a set of transcription results from one or more audio segments, along with additional information per your request parameters.

", "event":true }, "MedicalTranscriptResultStream":{ @@ -429,7 +431,7 @@ "members":{ "TranscriptEvent":{ "shape":"MedicalTranscriptEvent", - "documentation":"

A portion of the transcription of the audio stream. Events are sent periodically from Amazon Transcribe Medical to your application. The event can be a partial transcription of a section of the audio stream, or it can be the entire transcription of that portion of the audio stream.

" + "documentation":"

The MedicalTranscriptEvent associated with a MedicalTranscriptResultStream.

Contains a set of transcription results from one or more audio segments, along with additional information per your request parameters. This can include information relating to alternative transcriptions, channel identification, partial result stabilization, language identification, and other transcription-related data.

" }, "BadRequestException":{"shape":"BadRequestException"}, "LimitExceededException":{"shape":"LimitExceededException"}, @@ -437,7 +439,7 @@ "ConflictException":{"shape":"ConflictException"}, "ServiceUnavailableException":{"shape":"ServiceUnavailableException"} }, - "documentation":"

Represents the transcription result stream from Amazon Transcribe Medical to your application.

", + "documentation":"

Contains detailed information about your streaming session.

", "eventstream":true }, "ModelName":{ @@ -470,38 +472,38 @@ "members":{ "ResultId":{ "shape":"String", - "documentation":"

A unique identifier for the result.

" + "documentation":"

Provides a unique identifier for the Result.

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

The offset in seconds from the beginning of the audio stream to the beginning of the result.

" + "documentation":"

The start time, in milliseconds, of the Result.

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

The offset in seconds from the beginning of the audio stream to the end of the result.

" + "documentation":"

The end time, in milliseconds, of the Result.

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

Amazon Transcribe divides the incoming audio stream into segments at natural points in the audio. Transcription results are returned based on these segments.

The IsPartial field is true to indicate that Amazon Transcribe has additional transcription data to send, false to indicate that this is the last transcription result for the segment.

" + "documentation":"

Indicates if the segment is complete.

If IsPartial is true, the segment is not complete. If IsPartial is false, the segment is complete.

" }, "Alternatives":{ "shape":"AlternativeList", - "documentation":"

A list of possible transcriptions for the audio. Each alternative typically contains one item that contains the result of the transcription.

" + "documentation":"

A list of possible alternative transcriptions for the input audio. Each alternative may contain one or more of Items, Entities, or Transcript.

" }, "ChannelId":{ "shape":"String", - "documentation":"

When channel identification is enabled, Amazon Transcribe transcribes the speech from each audio channel separately.

You can use ChannelId to retrieve the transcription results for a single channel in your audio stream.

" + "documentation":"

Indicates the channel identified for the Result.

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

The language code of the identified language in your media stream.

" + "documentation":"

The language code that represents the language spoken in your audio stream.

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

The language code of the dominant language identified in your media.

" + "documentation":"

The language code of the dominant language identified in your stream.

If you enabled channel identification and each channel of your audio contains a different language, you may have more than one result.

" } }, - "documentation":"

The result of transcribing a portion of the input audio stream.

" + "documentation":"

The Result associated with a .

Contains a set of transcription results from one or more audio segments, along with additional information per your request parameters. This can include information relating to alternative transcriptions, channel identification, partial result stabilization, language identification, and other transcription-related data.

" }, "ResultList":{ "type":"list", @@ -512,7 +514,7 @@ "members":{ "Message":{"shape":"String"} }, - "documentation":"

Service is currently unavailable. Try your request later.

", + "documentation":"

The service is currently unavailable. Try your request later.

", "error":{"httpStatusCode":503}, "exception":true }, @@ -547,68 +549,68 @@ "members":{ "LanguageCode":{ "shape":"LanguageCode", - "documentation":"

Indicates the source language used in the input audio stream. For Amazon Transcribe Medical, this is US English (en-US).

", + "documentation":"

Specify the language code that represents the language spoken in your audio.

Amazon Transcribe Medical only supports US English (en-US).

", "location":"header", "locationName":"x-amzn-transcribe-language-code" }, "MediaSampleRateHertz":{ "shape":"MediaSampleRateHertz", - "documentation":"

The sample rate of the input audio (in Hertz). Amazon Transcribe medical supports a range from 16,000 Hz to 48,000 Hz. Note that the sample rate you specify must match that of your audio.

", + "documentation":"

The sample rate of the input audio (in hertz). Amazon Transcribe Medical supports a range from 16,000 Hz to 48,000 Hz. Note that the sample rate you specify must match that of your audio.

", "location":"header", "locationName":"x-amzn-transcribe-sample-rate" }, "MediaEncoding":{ "shape":"MediaEncoding", - "documentation":"

The encoding used for the input audio.

", + "documentation":"

Specify the encoding used for the input audio. Supported formats are:

  • FLAC

  • OPUS-encoded audio in an Ogg container

  • PCM (only signed 16-bit little-endian audio formats, which does not include WAV)

For more information, see Media formats.

", "location":"header", "locationName":"x-amzn-transcribe-media-encoding" }, "VocabularyName":{ "shape":"VocabularyName", - "documentation":"

The name of the medical custom vocabulary to use when processing the real-time stream.

", + "documentation":"

Specify the name of the custom vocabulary that you want to use when processing your transcription. Note that vocabulary names are case sensitive.

", "location":"header", "locationName":"x-amzn-transcribe-vocabulary-name" }, "Specialty":{ "shape":"Specialty", - "documentation":"

The medical specialty of the clinician or provider.

", + "documentation":"

Specify the medical specialty contained in your audio.

", "location":"header", "locationName":"x-amzn-transcribe-specialty" }, "Type":{ "shape":"Type", - "documentation":"

The type of input audio. Choose DICTATION for a provider dictating patient notes. Choose CONVERSATION for a dialogue between a patient and one or more medical professionanls.

", + "documentation":"

Specify the type of input audio. For example, choose DICTATION for a provider dictating patient notes and CONVERSATION for a dialogue between a patient and a medical professional.

", "location":"header", "locationName":"x-amzn-transcribe-type" }, "ShowSpeakerLabel":{ "shape":"Boolean", - "documentation":"

When true, enables speaker identification in your real-time stream.

", + "documentation":"

Enables speaker partitioning (diarization) in your transcription output. Speaker partitioning labels the speech from individual speakers in your media file.

For more information, see Partitioning speakers (diarization).

", "location":"header", "locationName":"x-amzn-transcribe-show-speaker-label" }, "SessionId":{ "shape":"SessionId", - "documentation":"

Optional. An identifier for the transcription session. If you don't provide a session ID, Amazon Transcribe generates one for you and returns it in the response.

", + "documentation":"

Specify a name for your transcription session. If you don't include this parameter in your request, Amazon Transcribe Medical generates an ID and returns it in the response.

You can use a session ID to retry a streaming session.

", "location":"header", "locationName":"x-amzn-transcribe-session-id" }, "AudioStream":{"shape":"AudioStream"}, "EnableChannelIdentification":{ "shape":"Boolean", - "documentation":"

When true, instructs Amazon Transcribe Medical to process each audio channel separately and then merge the transcription output of each channel into a single transcription.

Amazon Transcribe Medical also produces a transcription of each item. An item includes the start time, end time, and any alternative transcriptions.

You can't set both ShowSpeakerLabel and EnableChannelIdentification in the same request. If you set both, your request returns a BadRequestException.

", + "documentation":"

Enables channel identification in multi-channel audio.

Channel identification transcribes the audio on each channel independently, then appends the output for each channel into one transcript.

If you have multi-channel audio and do not enable channel identification, your audio is transcribed in a continuous manner and your transcript is not separated by channel.

For more information, see Transcribing multi-channel audio.

", "location":"header", "locationName":"x-amzn-transcribe-enable-channel-identification" }, "NumberOfChannels":{ "shape":"NumberOfChannels", - "documentation":"

The number of channels that are in your audio stream.

", + "documentation":"

Specify the number of channels in your audio stream. Up to two channels are supported.

", "location":"header", "locationName":"x-amzn-transcribe-number-of-channels" }, "ContentIdentificationType":{ "shape":"MedicalContentIdentificationType", - "documentation":"

Set this field to PHI to identify personal health information in the transcription output.

", + "documentation":"

Labels all personal health information (PHI) identified in your transcript.

Content identification is performed at the segment level; PHI is flagged upon complete transcription of an audio segment.

For more information, see Identifying personal health information (PHI) in a transcription.

", "location":"header", "locationName":"x-amzn-transcribe-content-identification-type" } @@ -620,77 +622,77 @@ "members":{ "RequestId":{ "shape":"RequestId", - "documentation":"

An identifier for the streaming transcription.

", + "documentation":"

Provides the identifier for your streaming request.

", "location":"header", "locationName":"x-amzn-request-id" }, "LanguageCode":{ "shape":"LanguageCode", - "documentation":"

The language code for the response transcript. For Amazon Transcribe Medical, this is US English (en-US).

", + "documentation":"

Provides the language code that you specified in your request. This must be en-US.

", "location":"header", "locationName":"x-amzn-transcribe-language-code" }, "MediaSampleRateHertz":{ "shape":"MediaSampleRateHertz", - "documentation":"

The sample rate of the input audio, in Hertz (Hz).

", + "documentation":"

Provides the sample rate that you specified in your request.

", "location":"header", "locationName":"x-amzn-transcribe-sample-rate" }, "MediaEncoding":{ "shape":"MediaEncoding", - "documentation":"

The encoding used for the input audio stream.

", + "documentation":"

Provides the media encoding you specified in your request.

", "location":"header", "locationName":"x-amzn-transcribe-media-encoding" }, "VocabularyName":{ "shape":"VocabularyName", - "documentation":"

The name of the vocabulary used when processing the stream.

", + "documentation":"

Provides the name of the custom vocabulary that you specified in your request.

", "location":"header", "locationName":"x-amzn-transcribe-vocabulary-name" }, "Specialty":{ "shape":"Specialty", - "documentation":"

The specialty in the medical domain.

", + "documentation":"

Provides the medical specialty that you specified in your request.

", "location":"header", "locationName":"x-amzn-transcribe-specialty" }, "Type":{ "shape":"Type", - "documentation":"

The type of audio that was transcribed.

", + "documentation":"

Provides the type of audio you specified in your request.

", "location":"header", "locationName":"x-amzn-transcribe-type" }, "ShowSpeakerLabel":{ "shape":"Boolean", - "documentation":"

Shows whether speaker identification was enabled in the stream.

", + "documentation":"

Shows whether speaker partitioning was enabled for your transcription.

", "location":"header", "locationName":"x-amzn-transcribe-show-speaker-label" }, "SessionId":{ "shape":"SessionId", - "documentation":"

Optional. An identifier for the transcription session. If you don't provide a session ID, Amazon Transcribe generates one for you and returns it in the response.

", + "documentation":"

Provides the identifier for your transcription session.

", "location":"header", "locationName":"x-amzn-transcribe-session-id" }, "TranscriptResultStream":{ "shape":"MedicalTranscriptResultStream", - "documentation":"

Represents the stream of transcription events from Amazon Transcribe Medical to your application.

" + "documentation":"

Provides detailed information about your streaming session.

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

Shows whether channel identification has been enabled in the stream.

", + "documentation":"

Shows whether channel identification was enabled for your transcription.

", "location":"header", "locationName":"x-amzn-transcribe-enable-channel-identification" }, "NumberOfChannels":{ "shape":"NumberOfChannels", - "documentation":"

The number of channels identified in the stream.

", + "documentation":"

Provides the number of channels that you specified in your request.

", "location":"header", "locationName":"x-amzn-transcribe-number-of-channels" }, "ContentIdentificationType":{ "shape":"MedicalContentIdentificationType", - "documentation":"

If the value is PHI, indicates that you've configured your stream to identify personal health information.

", + "documentation":"

Shows whether content identification was enabled for your transcription.

", "location":"header", "locationName":"x-amzn-transcribe-content-identification-type" } @@ -707,131 +709,131 @@ "members":{ "LanguageCode":{ "shape":"LanguageCode", - "documentation":"

The language code of the input audio stream.

", + "documentation":"

Specify the language code that represents the language spoken in your audio.

If you're unsure of the language spoken in your audio, consider using IdentifyLanguage to enable automatic language identification.

For a list of languages supported with Amazon Transcribe streaming, refer to the Supported languages table.

", "location":"header", "locationName":"x-amzn-transcribe-language-code" }, "MediaSampleRateHertz":{ "shape":"MediaSampleRateHertz", - "documentation":"

The sample rate of the input audio (in Hertz). Low-quality audio, such as telephone audio, is typically around 8,000 Hz. High-quality audio typically ranges from 16,000 Hz to 48,000 Hz. Note that the sample rate you specify must match that of your audio.

", + "documentation":"

The sample rate of the input audio (in hertz). Low-quality audio, such as telephone audio, is typically around 8,000 Hz. High-quality audio typically ranges from 16,000 Hz to 48,000 Hz. Note that the sample rate you specify must match that of your audio.

", "location":"header", "locationName":"x-amzn-transcribe-sample-rate" }, "MediaEncoding":{ "shape":"MediaEncoding", - "documentation":"

The encoding used for the input audio.

", + "documentation":"

Specify the encoding used for the input audio. Supported formats are:

  • FLAC

  • OPUS-encoded audio in an Ogg container

  • PCM (only signed 16-bit little-endian audio formats, which does not include WAV)

For more information, see Media formats.

", "location":"header", "locationName":"x-amzn-transcribe-media-encoding" }, "VocabularyName":{ "shape":"VocabularyName", - "documentation":"

The name of the custom vocabulary you want to use with your transcription.

This operation is not intended for use in conjunction with the IdentifyLanguage operation. If you're using IdentifyLanguage in your request and want to use one or more custom vocabularies with your transcription, use the VocabularyNames operation instead.

", + "documentation":"

Specify the name of the custom vocabulary that you want to use when processing your transcription. Note that vocabulary names are case sensitive.

If the language of the specified custom vocabulary doesn't match the language identified in your media, your job fails.

This parameter is not intended for use with the IdentifyLanguage parameter. If you're including IdentifyLanguage in your request and want to use one or more custom vocabularies with your transcription, use the VocabularyNames parameter instead.

For more information, see Custom vocabularies.

", "location":"header", "locationName":"x-amzn-transcribe-vocabulary-name" }, "SessionId":{ "shape":"SessionId", - "documentation":"

A identifier for the transcription session. Use this parameter when you want to retry a session. If you don't provide a session ID, Amazon Transcribe will generate one for you and return it in the response.

", + "documentation":"

Specify a name for your transcription session. If you don't include this parameter in your request, Amazon Transcribe generates an ID and returns it in the response.

You can use a session ID to retry a streaming session.

", "location":"header", "locationName":"x-amzn-transcribe-session-id" }, "AudioStream":{ "shape":"AudioStream", - "documentation":"

PCM-encoded stream of audio blobs. The audio stream is encoded as an HTTP/2 data frame.

" + "documentation":"

An encoded stream of audio blobs. Audio streams are encoded as either HTTP/2 or WebSocket data frames.

For more information, see Transcribing streaming audio.

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

The name of the vocabulary filter you want to use with your transcription.

This operation is not intended for use in conjunction with the IdentifyLanguage operation. If you're using IdentifyLanguage in your request and want to use one or more vocabulary filters with your transcription, use the VocabularyFilterNames operation instead.

", + "documentation":"

Specify the name of the custom vocabulary filter that you want to use when processing your transcription. Note that vocabulary filter names are case sensitive.

If the language of the specified custom vocabulary filter doesn't match the language identified in your media, your job fails.

This parameter is not intended for use with the IdentifyLanguage parameter. If you're including IdentifyLanguage in your request and want to use one or more vocabulary filters with your transcription, use the VocabularyFilterNames parameter instead.

For more information, see Using vocabulary filtering with unwanted words.

", "location":"header", "locationName":"x-amzn-transcribe-vocabulary-filter-name" }, "VocabularyFilterMethod":{ "shape":"VocabularyFilterMethod", - "documentation":"

The manner in which you use your vocabulary filter to filter words in your transcript. Remove removes filtered words from your transcription results. Mask masks filtered words with a *** in your transcription results. Tag keeps the filtered words in your transcription results and tags them. The tag appears as VocabularyFilterMatch equal to True.

", + "documentation":"

Specify how you want your vocabulary filter applied to your transcript.

To replace words with ***, choose mask.

To delete words, choose remove.

To flag words without changing them, choose tag.

", "location":"header", "locationName":"x-amzn-transcribe-vocabulary-filter-method" }, "ShowSpeakerLabel":{ "shape":"Boolean", - "documentation":"

When true, enables speaker identification in your media stream.

", + "documentation":"

Enables speaker partitioning (diarization) in your transcription output. Speaker partitioning labels the speech from individual speakers in your media file.

For more information, see Partitioning speakers (diarization).

", "location":"header", "locationName":"x-amzn-transcribe-show-speaker-label" }, "EnableChannelIdentification":{ "shape":"Boolean", - "documentation":"

When true, instructs Amazon Transcribe to process each audio channel separately, then merges the transcription output of each channel into a single transcription.

Amazon Transcribe also produces a transcription of each item. An item includes the start time, end time, and any alternative transcriptions.

", + "documentation":"

Enables channel identification in multi-channel audio.

Channel identification transcribes the audio on each channel independently, then appends the output for each channel into one transcript.

If you have multi-channel audio and do not enable channel identification, your audio is transcribed in a continuous manner and your transcript is not separated by channel.

For more information, see Transcribing multi-channel audio.

", "location":"header", "locationName":"x-amzn-transcribe-enable-channel-identification" }, "NumberOfChannels":{ "shape":"NumberOfChannels", - "documentation":"

The number of channels that are in your audio stream.

", + "documentation":"

Specify the number of channels in your audio stream. Up to two channels are supported.

", "location":"header", "locationName":"x-amzn-transcribe-number-of-channels" }, "EnablePartialResultsStabilization":{ "shape":"Boolean", - "documentation":"

When true, instructs Amazon Transcribe to present transcription results that have the partial results stabilized. Normally, any word or phrase from one partial result can change in a subsequent partial result. With partial results stabilization enabled, only the last few words of one partial result can change in another partial result.

", + "documentation":"

Enables partial result stabilization for your transcription. Partial result stabilization can reduce latency in your output, but may impact accuracy. For more information, see Partial-result stabilization.

", "location":"header", "locationName":"x-amzn-transcribe-enable-partial-results-stabilization" }, "PartialResultsStability":{ "shape":"PartialResultsStability", - "documentation":"

You can use this field to set the stability level of the transcription results. A higher stability level means that the transcription results are less likely to change. Higher stability levels can come with lower overall transcription accuracy.

", + "documentation":"

Specify the level of stability to use when you enable partial results stabilization (EnablePartialResultsStabilization).

Low stability provides the highest accuracy. High stability transcribes faster, but with slightly lower accuracy.

For more information, see Partial-result stabilization.

", "location":"header", "locationName":"x-amzn-transcribe-partial-results-stability" }, "ContentIdentificationType":{ "shape":"ContentIdentificationType", - "documentation":"

Set this field to PII to identify personally identifiable information (PII) in the transcription output. Content identification is performed only upon complete transcription of the audio segments.

You can’t set both ContentIdentificationType and ContentRedactionType in the same request. If you set both, your request returns a BadRequestException.

", + "documentation":"

Labels all personally identifiable information (PII) identified in your transcript.

Content identification is performed at the segment level; PII specified in PiiEntityTypes is flagged upon complete transcription of an audio segment.

You can’t set ContentIdentificationType and ContentRedactionType in the same request. If you set both, your request returns a BadRequestException.

For more information, see Redacting or identifying personally identifiable information.

", "location":"header", "locationName":"x-amzn-transcribe-content-identification-type" }, "ContentRedactionType":{ "shape":"ContentRedactionType", - "documentation":"

Set this field to PII to redact personally identifiable information (PII) in the transcription output. Content redaction is performed only upon complete transcription of the audio segments.

You can’t set both ContentRedactionType and ContentIdentificationType in the same request. If you set both, your request returns a BadRequestException.

", + "documentation":"

Redacts all personally identifiable information (PII) identified in your transcript.

Content redaction is performed at the segment level; PII specified in PiiEntityTypes is redacted upon complete transcription of an audio segment.

You can’t set ContentRedactionType and ContentIdentificationType in the same request. If you set both, your request returns a BadRequestException.

For more information, see Redacting or identifying personally identifiable information.

", "location":"header", "locationName":"x-amzn-transcribe-content-redaction-type" }, "PiiEntityTypes":{ "shape":"PiiEntityTypes", - "documentation":"

List the PII entity types you want to identify or redact. In order to specify entity types, you must have either ContentIdentificationType or ContentRedactionType enabled.

PIIEntityTypes must be comma-separated; the available values are: BANK_ACCOUNT_NUMBER, BANK_ROUTING, CREDIT_DEBIT_NUMBER, CREDIT_DEBIT_CVV, CREDIT_DEBIT_EXPIRY, PIN, EMAIL, ADDRESS, NAME, PHONE, SSN, and ALL.

PiiEntityTypes is an optional parameter with a default value of ALL.

", + "documentation":"

Specify which types of personally identifiable information (PII) you want to redact in your transcript. You can include as many types as you'd like, or you can select ALL.

To include PiiEntityTypes in your request, you must also include either ContentIdentificationType or ContentRedactionType.

Values must be comma-separated and can include: BANK_ACCOUNT_NUMBER, BANK_ROUTING, CREDIT_DEBIT_NUMBER, CREDIT_DEBIT_CVV, CREDIT_DEBIT_EXPIRY, PIN, EMAIL, ADDRESS, NAME, PHONE, SSN, or ALL.

", "location":"header", "locationName":"x-amzn-transcribe-pii-entity-types" }, "LanguageModelName":{ "shape":"ModelName", - "documentation":"

The name of the language model you want to use.

", + "documentation":"

Specify the name of the custom language model that you want to use when processing your transcription. Note that language model names are case sensitive.

The language of the specified language model must match the language code you specify in your transcription request. If the languages don't match, the language model isn't applied. There are no errors or warnings associated with a language mismatch.

For more information, see Custom language models.

", "location":"header", "locationName":"x-amzn-transcribe-language-model-name" }, "IdentifyLanguage":{ "shape":"Boolean", - "documentation":"

Optional. Set this value to true to enable language identification for your media stream.

", + "documentation":"

Enables automatic language identification for your transcription.

If you include IdentifyLanguage, you can optionally include a list of language codes, using LanguageOptions, that you think may be present in your audio stream. Including language options can improve transcription accuracy.

You can also include a preferred language using PreferredLanguage. Adding a preferred language can help Amazon Transcribe identify the language faster than if you omit this parameter.

If you have multi-channel audio that contains different languages on each channel, and you've enabled channel identification, automatic language identification identifies the dominant language on each audio channel.

Note that you must include either LanguageCode or IdentifyLanguage in your request. If you include both parameters, your request fails.

Streaming language identification can't be combined with custom language models or redaction.

", "location":"header", "locationName":"x-amzn-transcribe-identify-language" }, "LanguageOptions":{ "shape":"LanguageOptions", - "documentation":"

An object containing a list of languages that might be present in your audio.

You must provide two or more language codes to help Amazon Transcribe identify the correct language of your media stream with the highest possible accuracy. You can only select one variant per language; for example, you can't include both en-US and en-UK in the same request.

You can only use this parameter if you've set IdentifyLanguage to truein your request.

", + "documentation":"

Specify two or more language codes that represent the languages you think may be present in your media; including more than five is not recommended. If you're unsure what languages are present, do not include this parameter.

Including language options can improve the accuracy of language identification.

If you include LanguageOptions in your request, you must also include IdentifyLanguage.

For a list of languages supported with Amazon Transcribe streaming, refer to the Supported languages table.

You can only include one language dialect per language per stream. For example, you cannot include en-US and en-AU in the same request.

", "location":"header", "locationName":"x-amzn-transcribe-language-options" }, "PreferredLanguage":{ "shape":"LanguageCode", - "documentation":"

Optional. From the subset of languages codes you provided for LanguageOptions, you can select one preferred language for your transcription.

You can only use this parameter if you've set IdentifyLanguage to truein your request.

", + "documentation":"

Specify a preferred language from the subset of languages codes you specified in LanguageOptions.

You can only use this parameter if you've included IdentifyLanguage and LanguageOptions in your request.

", "location":"header", "locationName":"x-amzn-transcribe-preferred-language" }, "VocabularyNames":{ "shape":"VocabularyNames", - "documentation":"

The names of the custom vocabularies you want to use with your transcription.

Note that if the custom vocabularies you specify are in languages that don't match the language identified in your media, your job fails.

This operation is only intended for use in conjunction with the IdentifyLanguage operation. If you're not using IdentifyLanguage in your request and want to use a custom vocabulary with your transcription, use the VocabularyName operation instead.

", + "documentation":"

Specify the names of the custom vocabularies that you want to use when processing your transcription. Note that vocabulary names are case sensitive.

If none of the languages of the specified custom vocabularies match the language identified in your media, your job fails.

This parameter is only intended for use with the IdentifyLanguage parameter. If you're not including IdentifyLanguage in your request and want to use a custom vocabulary with your transcription, use the VocabularyName parameter instead.

For more information, see Custom vocabularies.

", "location":"header", "locationName":"x-amzn-transcribe-vocabulary-names" }, "VocabularyFilterNames":{ "shape":"VocabularyFilterNames", - "documentation":"

The names of the vocabulary filters you want to use with your transcription.

Note that if the vocabulary filters you specify are in languages that don't match the language identified in your media, your job fails.

This operation is only intended for use in conjunction with the IdentifyLanguage operation. If you're not using IdentifyLanguage in your request and want to use a vocabulary filter with your transcription, use the VocabularyFilterName operation instead.

", + "documentation":"

Specify the names of the custom vocabulary filters that you want to use when processing your transcription. Note that vocabulary filter names are case sensitive.

If none of the languages of the specified custom vocabulary filters match the language identified in your media, your job fails.

This parameter is only intended for use with the IdentifyLanguage parameter. If you're not including IdentifyLanguage in your request and want to use a custom vocabulary filter with your transcription, use the VocabularyFilterName parameter instead.

For more information, see Using vocabulary filtering with unwanted words.

", "location":"header", "locationName":"x-amzn-transcribe-vocabulary-filter-names" } @@ -843,95 +845,95 @@ "members":{ "RequestId":{ "shape":"RequestId", - "documentation":"

An identifier for the transcription.

", + "documentation":"

Provides the identifier for your streaming request.

", "location":"header", "locationName":"x-amzn-request-id" }, "LanguageCode":{ "shape":"LanguageCode", - "documentation":"

The language code of the input audio stream.

", + "documentation":"

Provides the language code that you specified in your request.

", "location":"header", "locationName":"x-amzn-transcribe-language-code" }, "MediaSampleRateHertz":{ "shape":"MediaSampleRateHertz", - "documentation":"

The sample rate, in Hertz (Hz), for the input audio stream.

", + "documentation":"

Provides the sample rate that you specified in your request.

", "location":"header", "locationName":"x-amzn-transcribe-sample-rate" }, "MediaEncoding":{ "shape":"MediaEncoding", - "documentation":"

The encoding used for the input audio stream.

", + "documentation":"

Provides the media encoding you specified in your request.

", "location":"header", "locationName":"x-amzn-transcribe-media-encoding" }, "VocabularyName":{ "shape":"VocabularyName", - "documentation":"

The name of the custom vocabulary used when processing the stream.

", + "documentation":"

Provides the name of the custom vocabulary that you specified in your request.

", "location":"header", "locationName":"x-amzn-transcribe-vocabulary-name" }, "SessionId":{ "shape":"SessionId", - "documentation":"

An identifier for a specific transcription session.

", + "documentation":"

Provides the identifier for your transcription session.

", "location":"header", "locationName":"x-amzn-transcribe-session-id" }, "TranscriptResultStream":{ "shape":"TranscriptResultStream", - "documentation":"

Represents the stream of transcription events from Amazon Transcribe to your application.

" + "documentation":"

Provides detailed information about your streaming session.

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

The name of the vocabulary filter used when processing the stream.

", + "documentation":"

Provides the name of the custom vocabulary filter that you specified in your request.

", "location":"header", "locationName":"x-amzn-transcribe-vocabulary-filter-name" }, "VocabularyFilterMethod":{ "shape":"VocabularyFilterMethod", - "documentation":"

The vocabulary filtering method used when processing the stream.

", + "documentation":"

Provides the vocabulary filtering method used in your transcription.

", "location":"header", "locationName":"x-amzn-transcribe-vocabulary-filter-method" }, "ShowSpeakerLabel":{ "shape":"Boolean", - "documentation":"

Shows whether speaker identification was enabled in the transcription.

", + "documentation":"

Shows whether speaker partitioning was enabled for your transcription.

", "location":"header", "locationName":"x-amzn-transcribe-show-speaker-label" }, "EnableChannelIdentification":{ "shape":"Boolean", - "documentation":"

Shows whether channel identification was enabled in the stream.

", + "documentation":"

Shows whether channel identification was enabled for your transcription.

", "location":"header", "locationName":"x-amzn-transcribe-enable-channel-identification" }, "NumberOfChannels":{ "shape":"NumberOfChannels", - "documentation":"

The number of channels identified in the stream.

", + "documentation":"

Provides the number of channels that you specified in your request.

", "location":"header", "locationName":"x-amzn-transcribe-number-of-channels" }, "EnablePartialResultsStabilization":{ "shape":"Boolean", - "documentation":"

Shows whether partial results stabilization was enabled in the transcription.

", + "documentation":"

Shows whether partial results stabilization was enabled for your transcription.

", "location":"header", "locationName":"x-amzn-transcribe-enable-partial-results-stabilization" }, "PartialResultsStability":{ "shape":"PartialResultsStability", - "documentation":"

If partial results stabilization has been enabled in the stream, shows the stability level.

", + "documentation":"

Provides the stabilization level used for your transcription.

", "location":"header", "locationName":"x-amzn-transcribe-partial-results-stability" }, "ContentIdentificationType":{ "shape":"ContentIdentificationType", - "documentation":"

Shows whether content identification was enabled in this stream.

", + "documentation":"

Shows whether content identification was enabled for your transcription.

", "location":"header", "locationName":"x-amzn-transcribe-content-identification-type" }, "ContentRedactionType":{ "shape":"ContentRedactionType", - "documentation":"

Shows whether content redaction was enabled in this stream.

", + "documentation":"

Shows whether content redaction was enabled for your transcription.

", "location":"header", "locationName":"x-amzn-transcribe-content-redaction-type" }, @@ -943,37 +945,37 @@ }, "LanguageModelName":{ "shape":"ModelName", - "documentation":"

The name of the custom language model used in the transcription.

", + "documentation":"

Provides the name of the custom language model that you specified in your request.

", "location":"header", "locationName":"x-amzn-transcribe-language-model-name" }, "IdentifyLanguage":{ "shape":"Boolean", - "documentation":"

The language code of the language identified in your media stream.

", + "documentation":"

Shows whether automatic language identification was enabled for your transcription.

", "location":"header", "locationName":"x-amzn-transcribe-identify-language" }, "LanguageOptions":{ "shape":"LanguageOptions", - "documentation":"

The language codes used in the identification of your media stream's predominant language.

", + "documentation":"

Provides the language codes that you specified in your request.

", "location":"header", "locationName":"x-amzn-transcribe-language-options" }, "PreferredLanguage":{ "shape":"LanguageCode", - "documentation":"

The preferred language you specified in your request.

", + "documentation":"

Provides the preferred language that you specified in your request.

", "location":"header", "locationName":"x-amzn-transcribe-preferred-language" }, "VocabularyNames":{ "shape":"VocabularyNames", - "documentation":"

The name of the custom vocabulary used when processing the stream.

", + "documentation":"

Provides the names of the custom vocabularies that you specified in your request.

", "location":"header", "locationName":"x-amzn-transcribe-vocabulary-names" }, "VocabularyFilterNames":{ "shape":"VocabularyFilterNames", - "documentation":"

The name of the vocabulary filter used when processing the stream.

", + "documentation":"

Provides the names of the custom vocabulary filters that you specified in your request.

", "location":"header", "locationName":"x-amzn-transcribe-vocabulary-filter-names" } @@ -986,20 +988,20 @@ "members":{ "Results":{ "shape":"ResultList", - "documentation":"

Result objects that contain the results of transcribing a portion of the input audio stream. The array can be empty.

" + "documentation":"

Contains a set of transcription results from one or more audio segments, along with additional information per your request parameters. This can include information relating to alternative transcriptions, channel identification, partial result stabilization, language identification, and other transcription-related data.

" } }, - "documentation":"

The transcription in a TranscriptEvent.

" + "documentation":"

The Transcript associated with a .

Transcript contains Results, which contains a set of transcription results from one or more audio segments, along with additional information per your request parameters.

" }, "TranscriptEvent":{ "type":"structure", "members":{ "Transcript":{ "shape":"Transcript", - "documentation":"

The transcription of the audio stream. The transcription is composed of all of the items in the results list.

" + "documentation":"

Contains Results, which contains a set of transcription results from one or more audio segments, along with additional information per your request parameters. This can include information relating to alternative transcriptions, channel identification, partial result stabilization, language identification, and other transcription-related data.

" } }, - "documentation":"

Represents a set of transcription results from the server to the client. It contains one or more segments of the transcription.

", + "documentation":"

The TranscriptEvent associated with a TranscriptResultStream.

Contains a set of transcription results from one or more audio segments, along with additional information per your request parameters.

", "event":true }, "TranscriptResultStream":{ @@ -1007,7 +1009,7 @@ "members":{ "TranscriptEvent":{ "shape":"TranscriptEvent", - "documentation":"

A portion of the transcription of the audio stream. Events are sent periodically from Amazon Transcribe to your application. The event can be a partial transcription of a section of the audio stream, or it can be the entire transcription of that portion of the audio stream.

" + "documentation":"

Contains Transcript, which contains Results. The object contains a set of transcription results from one or more audio segments, along with additional information per your request parameters.

" }, "BadRequestException":{ "shape":"BadRequestException", @@ -1015,7 +1017,7 @@ }, "LimitExceededException":{ "shape":"LimitExceededException", - "documentation":"

Your client has exceeded one of the Amazon Transcribe limits, typically the limit on audio length. Break your audio stream into smaller chunks and try your request again.

" + "documentation":"

Your client has exceeded one of the Amazon Transcribe limits. This is typically the audio length limit. Break your audio stream into smaller chunks and try your request again.

" }, "InternalFailureException":{ "shape":"InternalFailureException", @@ -1027,10 +1029,10 @@ }, "ServiceUnavailableException":{ "shape":"ServiceUnavailableException", - "documentation":"

Service is currently unavailable. Try your request later.

" + "documentation":"

The service is currently unavailable. Try your request later.

" } }, - "documentation":"

Represents the transcription result stream from Amazon Transcribe to your application.

", + "documentation":"

Contains detailed information about your streaming session.

", "eventstream":true }, "Type":{ @@ -1073,5 +1075,5 @@ "pattern":"^[a-zA-Z0-9,-._]+" } }, - "documentation":"

Operations and objects for transcribing streaming speech to text.

" + "documentation":"

Amazon Transcribe streaming offers two types of real-time transcription: Standard and Medical.

  • Standard transcriptions are the most common option. Refer to for details.

  • Medical transcriptions are tailored to medical professionals and incorporate medical terms. A common use case for this service is transcribing doctor-patient dialogue in real time, so doctors can focus on their patient instead of taking notes. Refer to for details.

" } diff --git a/services/transfer/pom.xml b/services/transfer/pom.xml index 7f60f47ea53a..555a7add0215 100644 --- a/services/transfer/pom.xml +++ b/services/transfer/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 transfer AWS Java SDK :: Services :: Transfer diff --git a/services/translate/pom.xml b/services/translate/pom.xml index a29256b8b1c1..6fa421f92981 100644 --- a/services/translate/pom.xml +++ b/services/translate/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.18.13 + 2.18.14 4.0.0 translate diff --git a/services/voiceid/pom.xml b/services/voiceid/pom.xml index 2424dfac1c08..e9547f9f02e8 100644 --- a/services/voiceid/pom.xml +++ b/services/voiceid/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 voiceid AWS Java SDK :: Services :: Voice ID diff --git a/services/waf/pom.xml b/services/waf/pom.xml index 009733176c70..fc73c5916cdb 100644 --- a/services/waf/pom.xml +++ b/services/waf/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 waf AWS Java SDK :: Services :: AWS WAF diff --git a/services/wafv2/pom.xml b/services/wafv2/pom.xml index 2f4183ae62d2..71eaaf7ef834 100644 --- a/services/wafv2/pom.xml +++ b/services/wafv2/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 wafv2 AWS Java SDK :: Services :: WAFV2 diff --git a/services/wellarchitected/pom.xml b/services/wellarchitected/pom.xml index ef3f62c2ec29..c22655427e38 100644 --- a/services/wellarchitected/pom.xml +++ b/services/wellarchitected/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 wellarchitected AWS Java SDK :: Services :: Well Architected diff --git a/services/wisdom/pom.xml b/services/wisdom/pom.xml index 5d73aba3dae0..f22faf81ac07 100644 --- a/services/wisdom/pom.xml +++ b/services/wisdom/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 wisdom AWS Java SDK :: Services :: Wisdom diff --git a/services/workdocs/pom.xml b/services/workdocs/pom.xml index a9b28ec43c75..528b409b0d71 100644 --- a/services/workdocs/pom.xml +++ b/services/workdocs/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 workdocs AWS Java SDK :: Services :: Amazon WorkDocs diff --git a/services/worklink/pom.xml b/services/worklink/pom.xml index 4cb4b2782519..bc5195e411d8 100644 --- a/services/worklink/pom.xml +++ b/services/worklink/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 worklink AWS Java SDK :: Services :: WorkLink diff --git a/services/workmail/pom.xml b/services/workmail/pom.xml index 803b5f7bdcc3..6967931f4c26 100644 --- a/services/workmail/pom.xml +++ b/services/workmail/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.18.13 + 2.18.14 4.0.0 workmail diff --git a/services/workmailmessageflow/pom.xml b/services/workmailmessageflow/pom.xml index bc56fd7c742f..e569e4a665c2 100644 --- a/services/workmailmessageflow/pom.xml +++ b/services/workmailmessageflow/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 workmailmessageflow AWS Java SDK :: Services :: WorkMailMessageFlow diff --git a/services/workspaces/pom.xml b/services/workspaces/pom.xml index f832be32f150..fee45c4c61f6 100644 --- a/services/workspaces/pom.xml +++ b/services/workspaces/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 workspaces AWS Java SDK :: Services :: Amazon WorkSpaces diff --git a/services/workspacesweb/pom.xml b/services/workspacesweb/pom.xml index 718c5275a51a..2021438c8fb2 100644 --- a/services/workspacesweb/pom.xml +++ b/services/workspacesweb/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 workspacesweb AWS Java SDK :: Services :: Work Spaces Web diff --git a/services/xray/pom.xml b/services/xray/pom.xml index b688c73643d3..7395d26c39ca 100644 --- a/services/xray/pom.xml +++ b/services/xray/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.18.13 + 2.18.14 xray AWS Java SDK :: Services :: AWS X-Ray diff --git a/test/auth-tests/pom.xml b/test/auth-tests/pom.xml index b99a46b8dd4a..3754a9bf7ec0 100644 --- a/test/auth-tests/pom.xml +++ b/test/auth-tests/pom.xml @@ -20,7 +20,7 @@ aws-sdk-java-pom software.amazon.awssdk - 2.18.13 + 2.18.14 ../../pom.xml 4.0.0 diff --git a/test/codegen-generated-classes-test/pom.xml b/test/codegen-generated-classes-test/pom.xml index b21b3e9e62a1..52bd8a79b0e7 100644 --- a/test/codegen-generated-classes-test/pom.xml +++ b/test/codegen-generated-classes-test/pom.xml @@ -21,7 +21,7 @@ aws-sdk-java-pom software.amazon.awssdk - 2.18.13 + 2.18.14 ../../pom.xml diff --git a/test/http-client-tests/pom.xml b/test/http-client-tests/pom.xml index fa84d93853a4..14fc10b7dc24 100644 --- a/test/http-client-tests/pom.xml +++ b/test/http-client-tests/pom.xml @@ -21,7 +21,7 @@ aws-sdk-java-pom software.amazon.awssdk - 2.18.13 + 2.18.14 ../../pom.xml http-client-tests diff --git a/test/module-path-tests/pom.xml b/test/module-path-tests/pom.xml index fa5e22f3eabe..5b5b56a3956a 100644 --- a/test/module-path-tests/pom.xml +++ b/test/module-path-tests/pom.xml @@ -20,7 +20,7 @@ aws-sdk-java-pom software.amazon.awssdk - 2.18.13 + 2.18.14 ../../pom.xml 4.0.0 diff --git a/test/protocol-tests-core/pom.xml b/test/protocol-tests-core/pom.xml index fd4cf23a68aa..5fd1e7ada3eb 100644 --- a/test/protocol-tests-core/pom.xml +++ b/test/protocol-tests-core/pom.xml @@ -20,7 +20,7 @@ aws-sdk-java-pom software.amazon.awssdk - 2.18.13 + 2.18.14 ../../pom.xml 4.0.0 diff --git a/test/protocol-tests/pom.xml b/test/protocol-tests/pom.xml index 2f0db92878c3..a5e62eb13935 100644 --- a/test/protocol-tests/pom.xml +++ b/test/protocol-tests/pom.xml @@ -20,7 +20,7 @@ aws-sdk-java-pom software.amazon.awssdk - 2.18.13 + 2.18.14 ../../pom.xml 4.0.0 diff --git a/test/region-testing/pom.xml b/test/region-testing/pom.xml index 2ace54ec6ebb..c2b48da14e7f 100644 --- a/test/region-testing/pom.xml +++ b/test/region-testing/pom.xml @@ -20,7 +20,7 @@ aws-sdk-java-pom software.amazon.awssdk - 2.18.13 + 2.18.14 ../../pom.xml 4.0.0 diff --git a/test/ruleset-testing-core/pom.xml b/test/ruleset-testing-core/pom.xml index cd411de88ab8..26ab2137f87a 100644 --- a/test/ruleset-testing-core/pom.xml +++ b/test/ruleset-testing-core/pom.xml @@ -20,7 +20,7 @@ aws-sdk-java-pom software.amazon.awssdk - 2.18.13 + 2.18.14 ../../pom.xml 4.0.0 diff --git a/test/s3-benchmarks/pom.xml b/test/s3-benchmarks/pom.xml index d57bd6668937..cfca034382bc 100644 --- a/test/s3-benchmarks/pom.xml +++ b/test/s3-benchmarks/pom.xml @@ -20,7 +20,7 @@ aws-sdk-java-pom software.amazon.awssdk - 2.18.13 + 2.18.14 ../../pom.xml 4.0.0 diff --git a/test/sdk-benchmarks/pom.xml b/test/sdk-benchmarks/pom.xml index 4beac3a177de..2d11cdc4f626 100644 --- a/test/sdk-benchmarks/pom.xml +++ b/test/sdk-benchmarks/pom.xml @@ -19,7 +19,7 @@ software.amazon.awssdk aws-sdk-java-pom - 2.18.13 + 2.18.14 ../../pom.xml diff --git a/test/sdk-native-image-test/pom.xml b/test/sdk-native-image-test/pom.xml index 134a5527896e..20d698af4a7b 100644 --- a/test/sdk-native-image-test/pom.xml +++ b/test/sdk-native-image-test/pom.xml @@ -20,7 +20,7 @@ aws-sdk-java-pom software.amazon.awssdk - 2.18.13 + 2.18.14 ../../pom.xml 4.0.0 diff --git a/test/service-test-utils/pom.xml b/test/service-test-utils/pom.xml index 1584951a3893..1cba6d0f740f 100644 --- a/test/service-test-utils/pom.xml +++ b/test/service-test-utils/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk aws-sdk-java-pom - 2.18.13 + 2.18.14 ../../pom.xml service-test-utils diff --git a/test/stability-tests/pom.xml b/test/stability-tests/pom.xml index bdbe272d8a09..0e73d113ee91 100644 --- a/test/stability-tests/pom.xml +++ b/test/stability-tests/pom.xml @@ -20,7 +20,7 @@ aws-sdk-java-pom software.amazon.awssdk - 2.18.13 + 2.18.14 ../../pom.xml 4.0.0 diff --git a/test/test-utils/pom.xml b/test/test-utils/pom.xml index dc4bd5748cc8..2dd3b32efd62 100644 --- a/test/test-utils/pom.xml +++ b/test/test-utils/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk aws-sdk-java-pom - 2.18.13 + 2.18.14 ../../pom.xml test-utils diff --git a/test/tests-coverage-reporting/pom.xml b/test/tests-coverage-reporting/pom.xml index a1608d25cbf6..6f98735c915f 100644 --- a/test/tests-coverage-reporting/pom.xml +++ b/test/tests-coverage-reporting/pom.xml @@ -20,7 +20,7 @@ aws-sdk-java-pom software.amazon.awssdk - 2.18.13 + 2.18.14 ../../pom.xml 4.0.0 diff --git a/third-party/pom.xml b/third-party/pom.xml index 043e079ee1e4..25f9bfd46866 100644 --- a/third-party/pom.xml +++ b/third-party/pom.xml @@ -21,7 +21,7 @@ aws-sdk-java-pom software.amazon.awssdk - 2.18.13 + 2.18.14 third-party diff --git a/third-party/third-party-jackson-core/pom.xml b/third-party/third-party-jackson-core/pom.xml index 16fadac6e515..71cc769d7140 100644 --- a/third-party/third-party-jackson-core/pom.xml +++ b/third-party/third-party-jackson-core/pom.xml @@ -20,7 +20,7 @@ third-party software.amazon.awssdk - 2.18.13 + 2.18.14 4.0.0 diff --git a/third-party/third-party-jackson-dataformat-cbor/pom.xml b/third-party/third-party-jackson-dataformat-cbor/pom.xml index b6291472d1d2..086c37de4588 100644 --- a/third-party/third-party-jackson-dataformat-cbor/pom.xml +++ b/third-party/third-party-jackson-dataformat-cbor/pom.xml @@ -20,7 +20,7 @@ third-party software.amazon.awssdk - 2.18.13 + 2.18.14 4.0.0 diff --git a/utils/pom.xml b/utils/pom.xml index 59f860d00160..2f02b723cac4 100644 --- a/utils/pom.xml +++ b/utils/pom.xml @@ -20,7 +20,7 @@ aws-sdk-java-pom software.amazon.awssdk - 2.18.13 + 2.18.14 4.0.0