software.amazon.awssdk
workmail
diff --git a/services/pom.xml b/services/pom.xml
index ed7e1d1ac763..4d8342eed5c7 100644
--- a/services/pom.xml
+++ b/services/pom.xml
@@ -186,7 +186,6 @@
apigatewayv2
docdb
backup
- worklink
textract
managedblockchain
mediapackagevod
diff --git a/services/worklink/pom.xml b/services/worklink/pom.xml
deleted file mode 100644
index bd5d6be518ca..000000000000
--- a/services/worklink/pom.xml
+++ /dev/null
@@ -1,65 +0,0 @@
-
-
-
-
- 4.0.0
-
- software.amazon.awssdk
- services
- 2.28.11-SNAPSHOT
-
- worklink
- AWS Java SDK :: Services :: WorkLink
- The AWS Java SDK for WorkLink module holds the client classes that are used for
- communicating with WorkLink.
-
- https://aws.amazon.com/sdkforjava
-
-
-
- org.apache.maven.plugins
- maven-jar-plugin
-
-
-
- software.amazon.awssdk.services.worklink
-
-
-
-
-
-
-
-
-
- software.amazon.awssdk
- protocol-core
- ${awsjavasdk.version}
-
-
- software.amazon.awssdk
- aws-json-protocol
- ${awsjavasdk.version}
-
-
- software.amazon.awssdk
- http-auth-aws
- ${awsjavasdk.version}
-
-
-
diff --git a/services/worklink/src/main/resources/codegen-resources/customization.config b/services/worklink/src/main/resources/codegen-resources/customization.config
deleted file mode 100644
index 3614852de8bb..000000000000
--- a/services/worklink/src/main/resources/codegen-resources/customization.config
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "verifiedSimpleMethods": [
- "listFleets"
- ],
-
- "enableGenerateCompiledEndpointRules": true
-
-}
diff --git a/services/worklink/src/main/resources/codegen-resources/endpoint-rule-set.json b/services/worklink/src/main/resources/codegen-resources/endpoint-rule-set.json
deleted file mode 100644
index b68590f6cee6..000000000000
--- a/services/worklink/src/main/resources/codegen-resources/endpoint-rule-set.json
+++ /dev/null
@@ -1,314 +0,0 @@
-{
- "version": "1.0",
- "parameters": {
- "Region": {
- "builtIn": "AWS::Region",
- "required": false,
- "documentation": "The AWS region used to dispatch the request.",
- "type": "String"
- },
- "UseDualStack": {
- "builtIn": "AWS::UseDualStack",
- "required": true,
- "default": false,
- "documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
- "type": "Boolean"
- },
- "UseFIPS": {
- "builtIn": "AWS::UseFIPS",
- "required": true,
- "default": false,
- "documentation": "When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.",
- "type": "Boolean"
- },
- "Endpoint": {
- "builtIn": "SDK::Endpoint",
- "required": false,
- "documentation": "Override the endpoint used to send this request",
- "type": "String"
- }
- },
- "rules": [
- {
- "conditions": [
- {
- "fn": "isSet",
- "argv": [
- {
- "ref": "Endpoint"
- }
- ]
- }
- ],
- "type": "tree",
- "rules": [
- {
- "conditions": [
- {
- "fn": "booleanEquals",
- "argv": [
- {
- "ref": "UseFIPS"
- },
- true
- ]
- }
- ],
- "error": "Invalid Configuration: FIPS and custom endpoint are not supported",
- "type": "error"
- },
- {
- "conditions": [
- {
- "fn": "booleanEquals",
- "argv": [
- {
- "ref": "UseDualStack"
- },
- true
- ]
- }
- ],
- "error": "Invalid Configuration: Dualstack and custom endpoint are not supported",
- "type": "error"
- },
- {
- "conditions": [],
- "endpoint": {
- "url": {
- "ref": "Endpoint"
- },
- "properties": {},
- "headers": {}
- },
- "type": "endpoint"
- }
- ]
- },
- {
- "conditions": [
- {
- "fn": "isSet",
- "argv": [
- {
- "ref": "Region"
- }
- ]
- }
- ],
- "type": "tree",
- "rules": [
- {
- "conditions": [
- {
- "fn": "aws.partition",
- "argv": [
- {
- "ref": "Region"
- }
- ],
- "assign": "PartitionResult"
- }
- ],
- "type": "tree",
- "rules": [
- {
- "conditions": [
- {
- "fn": "booleanEquals",
- "argv": [
- {
- "ref": "UseFIPS"
- },
- true
- ]
- },
- {
- "fn": "booleanEquals",
- "argv": [
- {
- "ref": "UseDualStack"
- },
- true
- ]
- }
- ],
- "type": "tree",
- "rules": [
- {
- "conditions": [
- {
- "fn": "booleanEquals",
- "argv": [
- true,
- {
- "fn": "getAttr",
- "argv": [
- {
- "ref": "PartitionResult"
- },
- "supportsFIPS"
- ]
- }
- ]
- },
- {
- "fn": "booleanEquals",
- "argv": [
- true,
- {
- "fn": "getAttr",
- "argv": [
- {
- "ref": "PartitionResult"
- },
- "supportsDualStack"
- ]
- }
- ]
- }
- ],
- "type": "tree",
- "rules": [
- {
- "conditions": [],
- "endpoint": {
- "url": "https://worklink-fips.{Region}.{PartitionResult#dualStackDnsSuffix}",
- "properties": {},
- "headers": {}
- },
- "type": "endpoint"
- }
- ]
- },
- {
- "conditions": [],
- "error": "FIPS and DualStack are enabled, but this partition does not support one or both",
- "type": "error"
- }
- ]
- },
- {
- "conditions": [
- {
- "fn": "booleanEquals",
- "argv": [
- {
- "ref": "UseFIPS"
- },
- true
- ]
- }
- ],
- "type": "tree",
- "rules": [
- {
- "conditions": [
- {
- "fn": "booleanEquals",
- "argv": [
- true,
- {
- "fn": "getAttr",
- "argv": [
- {
- "ref": "PartitionResult"
- },
- "supportsFIPS"
- ]
- }
- ]
- }
- ],
- "type": "tree",
- "rules": [
- {
- "conditions": [],
- "endpoint": {
- "url": "https://worklink-fips.{Region}.{PartitionResult#dnsSuffix}",
- "properties": {},
- "headers": {}
- },
- "type": "endpoint"
- }
- ]
- },
- {
- "conditions": [],
- "error": "FIPS is enabled but this partition does not support FIPS",
- "type": "error"
- }
- ]
- },
- {
- "conditions": [
- {
- "fn": "booleanEquals",
- "argv": [
- {
- "ref": "UseDualStack"
- },
- true
- ]
- }
- ],
- "type": "tree",
- "rules": [
- {
- "conditions": [
- {
- "fn": "booleanEquals",
- "argv": [
- true,
- {
- "fn": "getAttr",
- "argv": [
- {
- "ref": "PartitionResult"
- },
- "supportsDualStack"
- ]
- }
- ]
- }
- ],
- "type": "tree",
- "rules": [
- {
- "conditions": [],
- "endpoint": {
- "url": "https://worklink.{Region}.{PartitionResult#dualStackDnsSuffix}",
- "properties": {},
- "headers": {}
- },
- "type": "endpoint"
- }
- ]
- },
- {
- "conditions": [],
- "error": "DualStack is enabled but this partition does not support DualStack",
- "type": "error"
- }
- ]
- },
- {
- "conditions": [],
- "endpoint": {
- "url": "https://worklink.{Region}.{PartitionResult#dnsSuffix}",
- "properties": {},
- "headers": {}
- },
- "type": "endpoint"
- }
- ]
- }
- ]
- },
- {
- "conditions": [],
- "error": "Invalid Configuration: Missing Region",
- "type": "error"
- }
- ]
-}
\ No newline at end of file
diff --git a/services/worklink/src/main/resources/codegen-resources/endpoint-tests.json b/services/worklink/src/main/resources/codegen-resources/endpoint-tests.json
deleted file mode 100644
index e5d8218f84ab..000000000000
--- a/services/worklink/src/main/resources/codegen-resources/endpoint-tests.json
+++ /dev/null
@@ -1,314 +0,0 @@
-{
- "testCases": [
- {
- "documentation": "For region us-east-1 with FIPS enabled and DualStack enabled",
- "expect": {
- "endpoint": {
- "url": "https://worklink-fips.us-east-1.api.aws"
- }
- },
- "params": {
- "Region": "us-east-1",
- "UseFIPS": true,
- "UseDualStack": true
- }
- },
- {
- "documentation": "For region us-east-1 with FIPS enabled and DualStack disabled",
- "expect": {
- "endpoint": {
- "url": "https://worklink-fips.us-east-1.amazonaws.com"
- }
- },
- "params": {
- "Region": "us-east-1",
- "UseFIPS": true,
- "UseDualStack": false
- }
- },
- {
- "documentation": "For region us-east-1 with FIPS disabled and DualStack enabled",
- "expect": {
- "endpoint": {
- "url": "https://worklink.us-east-1.api.aws"
- }
- },
- "params": {
- "Region": "us-east-1",
- "UseFIPS": false,
- "UseDualStack": true
- }
- },
- {
- "documentation": "For region us-east-1 with FIPS disabled and DualStack disabled",
- "expect": {
- "endpoint": {
- "url": "https://worklink.us-east-1.amazonaws.com"
- }
- },
- "params": {
- "Region": "us-east-1",
- "UseFIPS": false,
- "UseDualStack": false
- }
- },
- {
- "documentation": "For region cn-north-1 with FIPS enabled and DualStack enabled",
- "expect": {
- "endpoint": {
- "url": "https://worklink-fips.cn-north-1.api.amazonwebservices.com.cn"
- }
- },
- "params": {
- "Region": "cn-north-1",
- "UseFIPS": true,
- "UseDualStack": true
- }
- },
- {
- "documentation": "For region cn-north-1 with FIPS enabled and DualStack disabled",
- "expect": {
- "endpoint": {
- "url": "https://worklink-fips.cn-north-1.amazonaws.com.cn"
- }
- },
- "params": {
- "Region": "cn-north-1",
- "UseFIPS": true,
- "UseDualStack": false
- }
- },
- {
- "documentation": "For region cn-north-1 with FIPS disabled and DualStack enabled",
- "expect": {
- "endpoint": {
- "url": "https://worklink.cn-north-1.api.amazonwebservices.com.cn"
- }
- },
- "params": {
- "Region": "cn-north-1",
- "UseFIPS": false,
- "UseDualStack": true
- }
- },
- {
- "documentation": "For region cn-north-1 with FIPS disabled and DualStack disabled",
- "expect": {
- "endpoint": {
- "url": "https://worklink.cn-north-1.amazonaws.com.cn"
- }
- },
- "params": {
- "Region": "cn-north-1",
- "UseFIPS": false,
- "UseDualStack": false
- }
- },
- {
- "documentation": "For region us-gov-east-1 with FIPS enabled and DualStack enabled",
- "expect": {
- "endpoint": {
- "url": "https://worklink-fips.us-gov-east-1.api.aws"
- }
- },
- "params": {
- "Region": "us-gov-east-1",
- "UseFIPS": true,
- "UseDualStack": true
- }
- },
- {
- "documentation": "For region us-gov-east-1 with FIPS enabled and DualStack disabled",
- "expect": {
- "endpoint": {
- "url": "https://worklink-fips.us-gov-east-1.amazonaws.com"
- }
- },
- "params": {
- "Region": "us-gov-east-1",
- "UseFIPS": true,
- "UseDualStack": false
- }
- },
- {
- "documentation": "For region us-gov-east-1 with FIPS disabled and DualStack enabled",
- "expect": {
- "endpoint": {
- "url": "https://worklink.us-gov-east-1.api.aws"
- }
- },
- "params": {
- "Region": "us-gov-east-1",
- "UseFIPS": false,
- "UseDualStack": true
- }
- },
- {
- "documentation": "For region us-gov-east-1 with FIPS disabled and DualStack disabled",
- "expect": {
- "endpoint": {
- "url": "https://worklink.us-gov-east-1.amazonaws.com"
- }
- },
- "params": {
- "Region": "us-gov-east-1",
- "UseFIPS": false,
- "UseDualStack": false
- }
- },
- {
- "documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
- "expect": {
- "error": "FIPS and DualStack are enabled, but this partition does not support one or both"
- },
- "params": {
- "Region": "us-iso-east-1",
- "UseFIPS": true,
- "UseDualStack": true
- }
- },
- {
- "documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
- "expect": {
- "endpoint": {
- "url": "https://worklink-fips.us-iso-east-1.c2s.ic.gov"
- }
- },
- "params": {
- "Region": "us-iso-east-1",
- "UseFIPS": true,
- "UseDualStack": false
- }
- },
- {
- "documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
- "expect": {
- "error": "DualStack is enabled but this partition does not support DualStack"
- },
- "params": {
- "Region": "us-iso-east-1",
- "UseFIPS": false,
- "UseDualStack": true
- }
- },
- {
- "documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
- "expect": {
- "endpoint": {
- "url": "https://worklink.us-iso-east-1.c2s.ic.gov"
- }
- },
- "params": {
- "Region": "us-iso-east-1",
- "UseFIPS": false,
- "UseDualStack": false
- }
- },
- {
- "documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
- "expect": {
- "error": "FIPS and DualStack are enabled, but this partition does not support one or both"
- },
- "params": {
- "Region": "us-isob-east-1",
- "UseFIPS": true,
- "UseDualStack": true
- }
- },
- {
- "documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
- "expect": {
- "endpoint": {
- "url": "https://worklink-fips.us-isob-east-1.sc2s.sgov.gov"
- }
- },
- "params": {
- "Region": "us-isob-east-1",
- "UseFIPS": true,
- "UseDualStack": false
- }
- },
- {
- "documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
- "expect": {
- "error": "DualStack is enabled but this partition does not support DualStack"
- },
- "params": {
- "Region": "us-isob-east-1",
- "UseFIPS": false,
- "UseDualStack": true
- }
- },
- {
- "documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
- "expect": {
- "endpoint": {
- "url": "https://worklink.us-isob-east-1.sc2s.sgov.gov"
- }
- },
- "params": {
- "Region": "us-isob-east-1",
- "UseFIPS": false,
- "UseDualStack": false
- }
- },
- {
- "documentation": "For custom endpoint with region set and fips disabled and dualstack disabled",
- "expect": {
- "endpoint": {
- "url": "https://example.com"
- }
- },
- "params": {
- "Region": "us-east-1",
- "UseFIPS": false,
- "UseDualStack": false,
- "Endpoint": "https://example.com"
- }
- },
- {
- "documentation": "For custom endpoint with region not set and fips disabled and dualstack disabled",
- "expect": {
- "endpoint": {
- "url": "https://example.com"
- }
- },
- "params": {
- "UseFIPS": false,
- "UseDualStack": false,
- "Endpoint": "https://example.com"
- }
- },
- {
- "documentation": "For custom endpoint with fips enabled and dualstack disabled",
- "expect": {
- "error": "Invalid Configuration: FIPS and custom endpoint are not supported"
- },
- "params": {
- "Region": "us-east-1",
- "UseFIPS": true,
- "UseDualStack": false,
- "Endpoint": "https://example.com"
- }
- },
- {
- "documentation": "For custom endpoint with fips disabled and dualstack enabled",
- "expect": {
- "error": "Invalid Configuration: Dualstack and custom endpoint are not supported"
- },
- "params": {
- "Region": "us-east-1",
- "UseFIPS": false,
- "UseDualStack": true,
- "Endpoint": "https://example.com"
- }
- },
- {
- "documentation": "Missing region",
- "expect": {
- "error": "Invalid Configuration: Missing Region"
- }
- }
- ],
- "version": "1.0"
-}
\ No newline at end of file
diff --git a/services/worklink/src/main/resources/codegen-resources/paginators-1.json b/services/worklink/src/main/resources/codegen-resources/paginators-1.json
deleted file mode 100644
index e97d9639cea6..000000000000
--- a/services/worklink/src/main/resources/codegen-resources/paginators-1.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "pagination": {
- "ListDevices": {
- "input_token": "NextToken",
- "output_token": "NextToken",
- "limit_key": "MaxResults"
- },
- "ListDomains": {
- "input_token": "NextToken",
- "output_token": "NextToken",
- "limit_key": "MaxResults"
- },
- "ListFleets": {
- "input_token": "NextToken",
- "output_token": "NextToken",
- "limit_key": "MaxResults"
- },
- "ListWebsiteAuthorizationProviders": {
- "input_token": "NextToken",
- "output_token": "NextToken",
- "limit_key": "MaxResults"
- },
- "ListWebsiteCertificateAuthorities": {
- "input_token": "NextToken",
- "output_token": "NextToken",
- "limit_key": "MaxResults"
- }
- }
-}
diff --git a/services/worklink/src/main/resources/codegen-resources/service-2.json b/services/worklink/src/main/resources/codegen-resources/service-2.json
deleted file mode 100644
index f04c767d1766..000000000000
--- a/services/worklink/src/main/resources/codegen-resources/service-2.json
+++ /dev/null
@@ -1,1922 +0,0 @@
-{
- "version":"2.0",
- "metadata":{
- "apiVersion":"2018-09-25",
- "endpointPrefix":"worklink",
- "jsonVersion":"1.1",
- "protocol":"rest-json",
- "serviceAbbreviation":"WorkLink",
- "serviceFullName":"Amazon WorkLink",
- "serviceId":"WorkLink",
- "signatureVersion":"v4",
- "signingName":"worklink",
- "uid":"worklink-2018-09-25"
- },
- "operations":{
- "AssociateDomain":{
- "name":"AssociateDomain",
- "http":{
- "method":"POST",
- "requestUri":"/associateDomain"
- },
- "input":{"shape":"AssociateDomainRequest"},
- "output":{"shape":"AssociateDomainResponse"},
- "errors":[
- {"shape":"UnauthorizedException"},
- {"shape":"InternalServerErrorException"},
- {"shape":"InvalidRequestException"},
- {"shape":"ResourceNotFoundException"},
- {"shape":"ResourceAlreadyExistsException"},
- {"shape":"TooManyRequestsException"}
- ],
- "documentation":"Specifies a domain to be associated to Amazon WorkLink.
",
- "deprecated":true,
- "deprecatedMessage":"Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK."
- },
- "AssociateWebsiteAuthorizationProvider":{
- "name":"AssociateWebsiteAuthorizationProvider",
- "http":{
- "method":"POST",
- "requestUri":"/associateWebsiteAuthorizationProvider"
- },
- "input":{"shape":"AssociateWebsiteAuthorizationProviderRequest"},
- "output":{"shape":"AssociateWebsiteAuthorizationProviderResponse"},
- "errors":[
- {"shape":"UnauthorizedException"},
- {"shape":"InternalServerErrorException"},
- {"shape":"InvalidRequestException"},
- {"shape":"ResourceNotFoundException"},
- {"shape":"ResourceAlreadyExistsException"},
- {"shape":"TooManyRequestsException"}
- ],
- "documentation":"Associates a website authorization provider with a specified fleet. This is used to authorize users against associated websites in the company network.
",
- "deprecated":true,
- "deprecatedMessage":"Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK."
- },
- "AssociateWebsiteCertificateAuthority":{
- "name":"AssociateWebsiteCertificateAuthority",
- "http":{
- "method":"POST",
- "requestUri":"/associateWebsiteCertificateAuthority"
- },
- "input":{"shape":"AssociateWebsiteCertificateAuthorityRequest"},
- "output":{"shape":"AssociateWebsiteCertificateAuthorityResponse"},
- "errors":[
- {"shape":"UnauthorizedException"},
- {"shape":"InternalServerErrorException"},
- {"shape":"InvalidRequestException"},
- {"shape":"ResourceNotFoundException"},
- {"shape":"ResourceAlreadyExistsException"},
- {"shape":"TooManyRequestsException"}
- ],
- "documentation":"Imports the root certificate of a certificate authority (CA) used to obtain TLS certificates used by associated websites within the company network.
",
- "deprecated":true,
- "deprecatedMessage":"Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK."
- },
- "CreateFleet":{
- "name":"CreateFleet",
- "http":{
- "method":"POST",
- "requestUri":"/createFleet"
- },
- "input":{"shape":"CreateFleetRequest"},
- "output":{"shape":"CreateFleetResponse"},
- "errors":[
- {"shape":"UnauthorizedException"},
- {"shape":"InternalServerErrorException"},
- {"shape":"InvalidRequestException"},
- {"shape":"ResourceNotFoundException"},
- {"shape":"ResourceAlreadyExistsException"},
- {"shape":"TooManyRequestsException"}
- ],
- "documentation":"Creates a fleet. A fleet consists of resources and the configuration that delivers associated websites to authorized users who download and set up the Amazon WorkLink app.
",
- "deprecated":true,
- "deprecatedMessage":"Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK."
- },
- "DeleteFleet":{
- "name":"DeleteFleet",
- "http":{
- "method":"POST",
- "requestUri":"/deleteFleet"
- },
- "input":{"shape":"DeleteFleetRequest"},
- "output":{"shape":"DeleteFleetResponse"},
- "errors":[
- {"shape":"UnauthorizedException"},
- {"shape":"InternalServerErrorException"},
- {"shape":"InvalidRequestException"},
- {"shape":"ResourceNotFoundException"},
- {"shape":"TooManyRequestsException"}
- ],
- "documentation":"Deletes a fleet. Prevents users from accessing previously associated websites.
",
- "deprecated":true,
- "deprecatedMessage":"Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK."
- },
- "DescribeAuditStreamConfiguration":{
- "name":"DescribeAuditStreamConfiguration",
- "http":{
- "method":"POST",
- "requestUri":"/describeAuditStreamConfiguration"
- },
- "input":{"shape":"DescribeAuditStreamConfigurationRequest"},
- "output":{"shape":"DescribeAuditStreamConfigurationResponse"},
- "errors":[
- {"shape":"UnauthorizedException"},
- {"shape":"InternalServerErrorException"},
- {"shape":"InvalidRequestException"},
- {"shape":"ResourceNotFoundException"},
- {"shape":"TooManyRequestsException"}
- ],
- "documentation":"Describes the configuration for delivering audit streams to the customer account.
",
- "deprecated":true,
- "deprecatedMessage":"Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK."
- },
- "DescribeCompanyNetworkConfiguration":{
- "name":"DescribeCompanyNetworkConfiguration",
- "http":{
- "method":"POST",
- "requestUri":"/describeCompanyNetworkConfiguration"
- },
- "input":{"shape":"DescribeCompanyNetworkConfigurationRequest"},
- "output":{"shape":"DescribeCompanyNetworkConfigurationResponse"},
- "errors":[
- {"shape":"UnauthorizedException"},
- {"shape":"InternalServerErrorException"},
- {"shape":"InvalidRequestException"},
- {"shape":"ResourceNotFoundException"},
- {"shape":"TooManyRequestsException"}
- ],
- "documentation":"Describes the networking configuration to access the internal websites associated with the specified fleet.
",
- "deprecated":true,
- "deprecatedMessage":"Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK."
- },
- "DescribeDevice":{
- "name":"DescribeDevice",
- "http":{
- "method":"POST",
- "requestUri":"/describeDevice"
- },
- "input":{"shape":"DescribeDeviceRequest"},
- "output":{"shape":"DescribeDeviceResponse"},
- "errors":[
- {"shape":"UnauthorizedException"},
- {"shape":"InternalServerErrorException"},
- {"shape":"InvalidRequestException"},
- {"shape":"ResourceNotFoundException"},
- {"shape":"TooManyRequestsException"}
- ],
- "documentation":"Provides information about a user's device.
",
- "deprecated":true,
- "deprecatedMessage":"Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK."
- },
- "DescribeDevicePolicyConfiguration":{
- "name":"DescribeDevicePolicyConfiguration",
- "http":{
- "method":"POST",
- "requestUri":"/describeDevicePolicyConfiguration"
- },
- "input":{"shape":"DescribeDevicePolicyConfigurationRequest"},
- "output":{"shape":"DescribeDevicePolicyConfigurationResponse"},
- "errors":[
- {"shape":"UnauthorizedException"},
- {"shape":"InternalServerErrorException"},
- {"shape":"InvalidRequestException"},
- {"shape":"ResourceNotFoundException"},
- {"shape":"TooManyRequestsException"}
- ],
- "documentation":"Describes the device policy configuration for the specified fleet.
",
- "deprecated":true,
- "deprecatedMessage":"Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK."
- },
- "DescribeDomain":{
- "name":"DescribeDomain",
- "http":{
- "method":"POST",
- "requestUri":"/describeDomain"
- },
- "input":{"shape":"DescribeDomainRequest"},
- "output":{"shape":"DescribeDomainResponse"},
- "errors":[
- {"shape":"UnauthorizedException"},
- {"shape":"InternalServerErrorException"},
- {"shape":"InvalidRequestException"},
- {"shape":"ResourceNotFoundException"},
- {"shape":"TooManyRequestsException"}
- ],
- "documentation":"Provides information about the domain.
",
- "deprecated":true,
- "deprecatedMessage":"Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK."
- },
- "DescribeFleetMetadata":{
- "name":"DescribeFleetMetadata",
- "http":{
- "method":"POST",
- "requestUri":"/describeFleetMetadata"
- },
- "input":{"shape":"DescribeFleetMetadataRequest"},
- "output":{"shape":"DescribeFleetMetadataResponse"},
- "errors":[
- {"shape":"UnauthorizedException"},
- {"shape":"InternalServerErrorException"},
- {"shape":"InvalidRequestException"},
- {"shape":"ResourceNotFoundException"},
- {"shape":"TooManyRequestsException"}
- ],
- "documentation":"Provides basic information for the specified fleet, excluding identity provider, networking, and device configuration details.
",
- "deprecated":true,
- "deprecatedMessage":"Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK."
- },
- "DescribeIdentityProviderConfiguration":{
- "name":"DescribeIdentityProviderConfiguration",
- "http":{
- "method":"POST",
- "requestUri":"/describeIdentityProviderConfiguration"
- },
- "input":{"shape":"DescribeIdentityProviderConfigurationRequest"},
- "output":{"shape":"DescribeIdentityProviderConfigurationResponse"},
- "errors":[
- {"shape":"UnauthorizedException"},
- {"shape":"InternalServerErrorException"},
- {"shape":"InvalidRequestException"},
- {"shape":"ResourceNotFoundException"},
- {"shape":"TooManyRequestsException"}
- ],
- "documentation":"Describes the identity provider configuration of the specified fleet.
",
- "deprecated":true,
- "deprecatedMessage":"Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK."
- },
- "DescribeWebsiteCertificateAuthority":{
- "name":"DescribeWebsiteCertificateAuthority",
- "http":{
- "method":"POST",
- "requestUri":"/describeWebsiteCertificateAuthority"
- },
- "input":{"shape":"DescribeWebsiteCertificateAuthorityRequest"},
- "output":{"shape":"DescribeWebsiteCertificateAuthorityResponse"},
- "errors":[
- {"shape":"UnauthorizedException"},
- {"shape":"InternalServerErrorException"},
- {"shape":"InvalidRequestException"},
- {"shape":"ResourceNotFoundException"},
- {"shape":"TooManyRequestsException"}
- ],
- "documentation":"Provides information about the certificate authority.
",
- "deprecated":true,
- "deprecatedMessage":"Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK."
- },
- "DisassociateDomain":{
- "name":"DisassociateDomain",
- "http":{
- "method":"POST",
- "requestUri":"/disassociateDomain"
- },
- "input":{"shape":"DisassociateDomainRequest"},
- "output":{"shape":"DisassociateDomainResponse"},
- "errors":[
- {"shape":"UnauthorizedException"},
- {"shape":"InternalServerErrorException"},
- {"shape":"InvalidRequestException"},
- {"shape":"ResourceNotFoundException"},
- {"shape":"TooManyRequestsException"}
- ],
- "documentation":"Disassociates a domain from Amazon WorkLink. End users lose the ability to access the domain with Amazon WorkLink.
",
- "deprecated":true,
- "deprecatedMessage":"Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK."
- },
- "DisassociateWebsiteAuthorizationProvider":{
- "name":"DisassociateWebsiteAuthorizationProvider",
- "http":{
- "method":"POST",
- "requestUri":"/disassociateWebsiteAuthorizationProvider"
- },
- "input":{"shape":"DisassociateWebsiteAuthorizationProviderRequest"},
- "output":{"shape":"DisassociateWebsiteAuthorizationProviderResponse"},
- "errors":[
- {"shape":"UnauthorizedException"},
- {"shape":"InternalServerErrorException"},
- {"shape":"InvalidRequestException"},
- {"shape":"ResourceNotFoundException"},
- {"shape":"ResourceAlreadyExistsException"},
- {"shape":"TooManyRequestsException"}
- ],
- "documentation":"Disassociates a website authorization provider from a specified fleet. After the disassociation, users can't load any associated websites that require this authorization provider.
",
- "deprecated":true,
- "deprecatedMessage":"Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK."
- },
- "DisassociateWebsiteCertificateAuthority":{
- "name":"DisassociateWebsiteCertificateAuthority",
- "http":{
- "method":"POST",
- "requestUri":"/disassociateWebsiteCertificateAuthority"
- },
- "input":{"shape":"DisassociateWebsiteCertificateAuthorityRequest"},
- "output":{"shape":"DisassociateWebsiteCertificateAuthorityResponse"},
- "errors":[
- {"shape":"UnauthorizedException"},
- {"shape":"InternalServerErrorException"},
- {"shape":"InvalidRequestException"},
- {"shape":"ResourceNotFoundException"},
- {"shape":"TooManyRequestsException"}
- ],
- "documentation":"Removes a certificate authority (CA).
",
- "deprecated":true,
- "deprecatedMessage":"Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK."
- },
- "ListDevices":{
- "name":"ListDevices",
- "http":{
- "method":"POST",
- "requestUri":"/listDevices"
- },
- "input":{"shape":"ListDevicesRequest"},
- "output":{"shape":"ListDevicesResponse"},
- "errors":[
- {"shape":"UnauthorizedException"},
- {"shape":"InternalServerErrorException"},
- {"shape":"InvalidRequestException"},
- {"shape":"ResourceNotFoundException"},
- {"shape":"TooManyRequestsException"}
- ],
- "documentation":"Retrieves a list of devices registered with the specified fleet.
",
- "deprecated":true,
- "deprecatedMessage":"Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK."
- },
- "ListDomains":{
- "name":"ListDomains",
- "http":{
- "method":"POST",
- "requestUri":"/listDomains"
- },
- "input":{"shape":"ListDomainsRequest"},
- "output":{"shape":"ListDomainsResponse"},
- "errors":[
- {"shape":"UnauthorizedException"},
- {"shape":"InternalServerErrorException"},
- {"shape":"InvalidRequestException"},
- {"shape":"ResourceNotFoundException"},
- {"shape":"TooManyRequestsException"}
- ],
- "documentation":"Retrieves a list of domains associated to a specified fleet.
",
- "deprecated":true,
- "deprecatedMessage":"Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK."
- },
- "ListFleets":{
- "name":"ListFleets",
- "http":{
- "method":"POST",
- "requestUri":"/listFleets"
- },
- "input":{"shape":"ListFleetsRequest"},
- "output":{"shape":"ListFleetsResponse"},
- "errors":[
- {"shape":"UnauthorizedException"},
- {"shape":"InternalServerErrorException"},
- {"shape":"InvalidRequestException"},
- {"shape":"TooManyRequestsException"}
- ],
- "documentation":"Retrieves a list of fleets for the current account and Region.
",
- "deprecated":true,
- "deprecatedMessage":"Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK."
- },
- "ListTagsForResource":{
- "name":"ListTagsForResource",
- "http":{
- "method":"GET",
- "requestUri":"/tags/{ResourceArn}"
- },
- "input":{"shape":"ListTagsForResourceRequest"},
- "output":{"shape":"ListTagsForResourceResponse"},
- "errors":[
- {"shape":"InvalidRequestException"}
- ],
- "documentation":"Retrieves a list of tags for the specified resource.
",
- "deprecated":true,
- "deprecatedMessage":"Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK."
- },
- "ListWebsiteAuthorizationProviders":{
- "name":"ListWebsiteAuthorizationProviders",
- "http":{
- "method":"POST",
- "requestUri":"/listWebsiteAuthorizationProviders"
- },
- "input":{"shape":"ListWebsiteAuthorizationProvidersRequest"},
- "output":{"shape":"ListWebsiteAuthorizationProvidersResponse"},
- "errors":[
- {"shape":"UnauthorizedException"},
- {"shape":"InternalServerErrorException"},
- {"shape":"InvalidRequestException"},
- {"shape":"ResourceNotFoundException"},
- {"shape":"TooManyRequestsException"}
- ],
- "documentation":"Retrieves a list of website authorization providers associated with a specified fleet.
",
- "deprecated":true,
- "deprecatedMessage":"Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK."
- },
- "ListWebsiteCertificateAuthorities":{
- "name":"ListWebsiteCertificateAuthorities",
- "http":{
- "method":"POST",
- "requestUri":"/listWebsiteCertificateAuthorities"
- },
- "input":{"shape":"ListWebsiteCertificateAuthoritiesRequest"},
- "output":{"shape":"ListWebsiteCertificateAuthoritiesResponse"},
- "errors":[
- {"shape":"UnauthorizedException"},
- {"shape":"InternalServerErrorException"},
- {"shape":"InvalidRequestException"},
- {"shape":"TooManyRequestsException"}
- ],
- "documentation":"Retrieves a list of certificate authorities added for the current account and Region.
",
- "deprecated":true,
- "deprecatedMessage":"Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK."
- },
- "RestoreDomainAccess":{
- "name":"RestoreDomainAccess",
- "http":{
- "method":"POST",
- "requestUri":"/restoreDomainAccess"
- },
- "input":{"shape":"RestoreDomainAccessRequest"},
- "output":{"shape":"RestoreDomainAccessResponse"},
- "errors":[
- {"shape":"UnauthorizedException"},
- {"shape":"InternalServerErrorException"},
- {"shape":"InvalidRequestException"},
- {"shape":"ResourceNotFoundException"},
- {"shape":"TooManyRequestsException"}
- ],
- "documentation":"Moves a domain to ACTIVE status if it was in the INACTIVE status.
",
- "deprecated":true,
- "deprecatedMessage":"Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK."
- },
- "RevokeDomainAccess":{
- "name":"RevokeDomainAccess",
- "http":{
- "method":"POST",
- "requestUri":"/revokeDomainAccess"
- },
- "input":{"shape":"RevokeDomainAccessRequest"},
- "output":{"shape":"RevokeDomainAccessResponse"},
- "errors":[
- {"shape":"UnauthorizedException"},
- {"shape":"InternalServerErrorException"},
- {"shape":"InvalidRequestException"},
- {"shape":"ResourceNotFoundException"},
- {"shape":"TooManyRequestsException"}
- ],
- "documentation":"Moves a domain to INACTIVE status if it was in the ACTIVE status.
",
- "deprecated":true,
- "deprecatedMessage":"Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK."
- },
- "SignOutUser":{
- "name":"SignOutUser",
- "http":{
- "method":"POST",
- "requestUri":"/signOutUser"
- },
- "input":{"shape":"SignOutUserRequest"},
- "output":{"shape":"SignOutUserResponse"},
- "errors":[
- {"shape":"UnauthorizedException"},
- {"shape":"InternalServerErrorException"},
- {"shape":"InvalidRequestException"},
- {"shape":"ResourceNotFoundException"},
- {"shape":"TooManyRequestsException"}
- ],
- "documentation":"Signs the user out from all of their devices. The user can sign in again if they have valid credentials.
",
- "deprecated":true,
- "deprecatedMessage":"Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK."
- },
- "TagResource":{
- "name":"TagResource",
- "http":{
- "method":"POST",
- "requestUri":"/tags/{ResourceArn}"
- },
- "input":{"shape":"TagResourceRequest"},
- "output":{"shape":"TagResourceResponse"},
- "errors":[
- {"shape":"InvalidRequestException"}
- ],
- "documentation":"Adds or overwrites one or more tags for the specified resource, such as a fleet. Each tag consists of a key and an optional value. If a resource already has a tag with the same key, this operation updates its value.
",
- "deprecated":true,
- "deprecatedMessage":"Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK."
- },
- "UntagResource":{
- "name":"UntagResource",
- "http":{
- "method":"DELETE",
- "requestUri":"/tags/{ResourceArn}"
- },
- "input":{"shape":"UntagResourceRequest"},
- "output":{"shape":"UntagResourceResponse"},
- "errors":[
- {"shape":"InvalidRequestException"}
- ],
- "documentation":"Removes one or more tags from the specified resource.
",
- "deprecated":true,
- "deprecatedMessage":"Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK."
- },
- "UpdateAuditStreamConfiguration":{
- "name":"UpdateAuditStreamConfiguration",
- "http":{
- "method":"POST",
- "requestUri":"/updateAuditStreamConfiguration"
- },
- "input":{"shape":"UpdateAuditStreamConfigurationRequest"},
- "output":{"shape":"UpdateAuditStreamConfigurationResponse"},
- "errors":[
- {"shape":"UnauthorizedException"},
- {"shape":"InternalServerErrorException"},
- {"shape":"InvalidRequestException"},
- {"shape":"ResourceNotFoundException"},
- {"shape":"TooManyRequestsException"}
- ],
- "documentation":"Updates the audit stream configuration for the fleet.
",
- "deprecated":true,
- "deprecatedMessage":"Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK."
- },
- "UpdateCompanyNetworkConfiguration":{
- "name":"UpdateCompanyNetworkConfiguration",
- "http":{
- "method":"POST",
- "requestUri":"/updateCompanyNetworkConfiguration"
- },
- "input":{"shape":"UpdateCompanyNetworkConfigurationRequest"},
- "output":{"shape":"UpdateCompanyNetworkConfigurationResponse"},
- "errors":[
- {"shape":"UnauthorizedException"},
- {"shape":"InternalServerErrorException"},
- {"shape":"InvalidRequestException"},
- {"shape":"ResourceNotFoundException"},
- {"shape":"TooManyRequestsException"}
- ],
- "documentation":"Updates the company network configuration for the fleet.
",
- "deprecated":true,
- "deprecatedMessage":"Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK."
- },
- "UpdateDevicePolicyConfiguration":{
- "name":"UpdateDevicePolicyConfiguration",
- "http":{
- "method":"POST",
- "requestUri":"/updateDevicePolicyConfiguration"
- },
- "input":{"shape":"UpdateDevicePolicyConfigurationRequest"},
- "output":{"shape":"UpdateDevicePolicyConfigurationResponse"},
- "errors":[
- {"shape":"UnauthorizedException"},
- {"shape":"InternalServerErrorException"},
- {"shape":"InvalidRequestException"},
- {"shape":"ResourceNotFoundException"},
- {"shape":"TooManyRequestsException"}
- ],
- "documentation":"Updates the device policy configuration for the fleet.
",
- "deprecated":true,
- "deprecatedMessage":"Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK."
- },
- "UpdateDomainMetadata":{
- "name":"UpdateDomainMetadata",
- "http":{
- "method":"POST",
- "requestUri":"/updateDomainMetadata"
- },
- "input":{"shape":"UpdateDomainMetadataRequest"},
- "output":{"shape":"UpdateDomainMetadataResponse"},
- "errors":[
- {"shape":"UnauthorizedException"},
- {"shape":"InternalServerErrorException"},
- {"shape":"InvalidRequestException"},
- {"shape":"ResourceNotFoundException"},
- {"shape":"TooManyRequestsException"}
- ],
- "documentation":"Updates domain metadata, such as DisplayName.
",
- "deprecated":true,
- "deprecatedMessage":"Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK."
- },
- "UpdateFleetMetadata":{
- "name":"UpdateFleetMetadata",
- "http":{
- "method":"POST",
- "requestUri":"/UpdateFleetMetadata"
- },
- "input":{"shape":"UpdateFleetMetadataRequest"},
- "output":{"shape":"UpdateFleetMetadataResponse"},
- "errors":[
- {"shape":"UnauthorizedException"},
- {"shape":"InternalServerErrorException"},
- {"shape":"InvalidRequestException"},
- {"shape":"ResourceNotFoundException"},
- {"shape":"TooManyRequestsException"}
- ],
- "documentation":"Updates fleet metadata, such as DisplayName.
",
- "deprecated":true,
- "deprecatedMessage":"Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK."
- },
- "UpdateIdentityProviderConfiguration":{
- "name":"UpdateIdentityProviderConfiguration",
- "http":{
- "method":"POST",
- "requestUri":"/updateIdentityProviderConfiguration"
- },
- "input":{"shape":"UpdateIdentityProviderConfigurationRequest"},
- "output":{"shape":"UpdateIdentityProviderConfigurationResponse"},
- "errors":[
- {"shape":"UnauthorizedException"},
- {"shape":"InternalServerErrorException"},
- {"shape":"InvalidRequestException"},
- {"shape":"ResourceNotFoundException"},
- {"shape":"TooManyRequestsException"}
- ],
- "documentation":"Updates the identity provider configuration for the fleet.
",
- "deprecated":true,
- "deprecatedMessage":"Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK."
- }
- },
- "shapes":{
- "AcmCertificateArn":{
- "type":"string",
- "pattern":"arn:[\\w+=/,.@-]+:[\\w+=/,.@-]+:[\\w+=/,.@-]*:[0-9]+:[\\w+=,.@-]+(/[\\w+=/,.@-]+)*"
- },
- "AssociateDomainRequest":{
- "type":"structure",
- "required":[
- "FleetArn",
- "DomainName",
- "AcmCertificateArn"
- ],
- "members":{
- "FleetArn":{
- "shape":"FleetArn",
- "documentation":"The Amazon Resource Name (ARN) of the fleet.
"
- },
- "DomainName":{
- "shape":"DomainName",
- "documentation":"The fully qualified domain name (FQDN).
"
- },
- "DisplayName":{
- "shape":"DisplayName",
- "documentation":"The name to display.
"
- },
- "AcmCertificateArn":{
- "shape":"AcmCertificateArn",
- "documentation":"The ARN of an issued ACM certificate that is valid for the domain being associated.
"
- }
- }
- },
- "AssociateDomainResponse":{
- "type":"structure",
- "members":{
- }
- },
- "AssociateWebsiteAuthorizationProviderRequest":{
- "type":"structure",
- "required":[
- "FleetArn",
- "AuthorizationProviderType"
- ],
- "members":{
- "FleetArn":{
- "shape":"FleetArn",
- "documentation":"The ARN of the fleet.
"
- },
- "AuthorizationProviderType":{
- "shape":"AuthorizationProviderType",
- "documentation":"The authorization provider type.
"
- },
- "DomainName":{
- "shape":"DomainName",
- "documentation":"The domain name of the authorization provider. This applies only to SAML-based authorization providers.
"
- }
- }
- },
- "AssociateWebsiteAuthorizationProviderResponse":{
- "type":"structure",
- "members":{
- "AuthorizationProviderId":{
- "shape":"Id",
- "documentation":"A unique identifier for the authorization provider.
"
- }
- }
- },
- "AssociateWebsiteCertificateAuthorityRequest":{
- "type":"structure",
- "required":[
- "FleetArn",
- "Certificate"
- ],
- "members":{
- "FleetArn":{
- "shape":"FleetArn",
- "documentation":"The ARN of the fleet.
"
- },
- "Certificate":{
- "shape":"Certificate",
- "documentation":"The root certificate of the CA.
"
- },
- "DisplayName":{
- "shape":"DisplayName",
- "documentation":"The certificate name to display.
"
- }
- }
- },
- "AssociateWebsiteCertificateAuthorityResponse":{
- "type":"structure",
- "members":{
- "WebsiteCaId":{
- "shape":"Id",
- "documentation":"A unique identifier for the CA.
"
- }
- }
- },
- "AuditStreamArn":{
- "type":"string",
- "pattern":"^arn:aws:kinesis:.+:[0-9]{12}:stream/AmazonWorkLink-.*$"
- },
- "AuthorizationProviderType":{
- "type":"string",
- "enum":["SAML"]
- },
- "Boolean":{"type":"boolean"},
- "Certificate":{
- "type":"string",
- "max":8192,
- "min":1,
- "pattern":"-{5}BEGIN CERTIFICATE-{5}\\u000D?\\u000A([A-Za-z0-9/+]{64}\\u000D?\\u000A)*[A-Za-z0-9/+]{1,64}={0,2}\\u000D?\\u000A-{5}END CERTIFICATE-{5}(\\u000D?\\u000A)?"
- },
- "CertificateChain":{
- "type":"string",
- "max":32768,
- "min":1,
- "pattern":"(-{5}BEGIN CERTIFICATE-{5}\\u000D?\\u000A([A-Za-z0-9/+]{64}\\u000D?\\u000A)*[A-Za-z0-9/+]{1,64}={0,2}\\u000D?\\u000A-{5}END CERTIFICATE-{5}\\u000D?\\u000A)*-{5}BEGIN CERTIFICATE-{5}\\u000D?\\u000A([A-Za-z0-9/+]{64}\\u000D?\\u000A)*[A-Za-z0-9/+]{1,64}={0,2}\\u000D?\\u000A-{5}END CERTIFICATE-{5}(\\u000D?\\u000A)?"
- },
- "CompanyCode":{
- "type":"string",
- "max":32,
- "min":1
- },
- "CreateFleetRequest":{
- "type":"structure",
- "required":["FleetName"],
- "members":{
- "FleetName":{
- "shape":"FleetName",
- "documentation":"A unique name for the fleet.
"
- },
- "DisplayName":{
- "shape":"DisplayName",
- "documentation":"The fleet name to display.
"
- },
- "OptimizeForEndUserLocation":{
- "shape":"Boolean",
- "documentation":"The option to optimize for better performance by routing traffic through the closest AWS Region to users, which may be outside of your home Region.
"
- },
- "Tags":{
- "shape":"TagMap",
- "documentation":" The tags to add to the resource. A tag is a key-value pair.
"
- }
- }
- },
- "CreateFleetResponse":{
- "type":"structure",
- "members":{
- "FleetArn":{
- "shape":"FleetArn",
- "documentation":"The Amazon Resource Name (ARN) of the fleet.
"
- }
- }
- },
- "DateTime":{"type":"timestamp"},
- "DeleteFleetRequest":{
- "type":"structure",
- "required":["FleetArn"],
- "members":{
- "FleetArn":{
- "shape":"FleetArn",
- "documentation":"The ARN of the fleet.
"
- }
- }
- },
- "DeleteFleetResponse":{
- "type":"structure",
- "members":{
- }
- },
- "DescribeAuditStreamConfigurationRequest":{
- "type":"structure",
- "required":["FleetArn"],
- "members":{
- "FleetArn":{
- "shape":"FleetArn",
- "documentation":"The ARN of the fleet.
"
- }
- }
- },
- "DescribeAuditStreamConfigurationResponse":{
- "type":"structure",
- "members":{
- "AuditStreamArn":{
- "shape":"AuditStreamArn",
- "documentation":"The ARN of the Amazon Kinesis data stream that will receive the audit events.
"
- }
- }
- },
- "DescribeCompanyNetworkConfigurationRequest":{
- "type":"structure",
- "required":["FleetArn"],
- "members":{
- "FleetArn":{
- "shape":"FleetArn",
- "documentation":"The ARN of the fleet.
"
- }
- }
- },
- "DescribeCompanyNetworkConfigurationResponse":{
- "type":"structure",
- "members":{
- "VpcId":{
- "shape":"VpcId",
- "documentation":"The VPC with connectivity to associated websites.
"
- },
- "SubnetIds":{
- "shape":"SubnetIds",
- "documentation":"The subnets used for X-ENI connections from Amazon WorkLink rendering containers.
"
- },
- "SecurityGroupIds":{
- "shape":"SecurityGroupIds",
- "documentation":"The security groups associated with access to the provided subnets.
"
- }
- }
- },
- "DescribeDevicePolicyConfigurationRequest":{
- "type":"structure",
- "required":["FleetArn"],
- "members":{
- "FleetArn":{
- "shape":"FleetArn",
- "documentation":"The ARN of the fleet.
"
- }
- }
- },
- "DescribeDevicePolicyConfigurationResponse":{
- "type":"structure",
- "members":{
- "DeviceCaCertificate":{
- "shape":"Certificate",
- "documentation":"The certificate chain, including intermediate certificates and the root certificate authority certificate used to issue device certificates.
"
- }
- }
- },
- "DescribeDeviceRequest":{
- "type":"structure",
- "required":[
- "FleetArn",
- "DeviceId"
- ],
- "members":{
- "FleetArn":{
- "shape":"FleetArn",
- "documentation":"The ARN of the fleet.
"
- },
- "DeviceId":{
- "shape":"Id",
- "documentation":"A unique identifier for a registered user's device.
"
- }
- }
- },
- "DescribeDeviceResponse":{
- "type":"structure",
- "members":{
- "Status":{
- "shape":"DeviceStatus",
- "documentation":"The current state of the device.
"
- },
- "Model":{
- "shape":"DeviceModel",
- "documentation":"The model of the device.
"
- },
- "Manufacturer":{
- "shape":"DeviceManufacturer",
- "documentation":"The manufacturer of the device.
"
- },
- "OperatingSystem":{
- "shape":"DeviceOperatingSystemName",
- "documentation":"The operating system of the device.
"
- },
- "OperatingSystemVersion":{
- "shape":"DeviceOperatingSystemVersion",
- "documentation":"The operating system version of the device.
"
- },
- "PatchLevel":{
- "shape":"DevicePatchLevel",
- "documentation":"The operating system patch level of the device.
"
- },
- "FirstAccessedTime":{
- "shape":"DateTime",
- "documentation":"The date that the device first signed in to Amazon WorkLink.
"
- },
- "LastAccessedTime":{
- "shape":"DateTime",
- "documentation":"The date that the device last accessed Amazon WorkLink.
"
- },
- "Username":{
- "shape":"Username",
- "documentation":"The user name associated with the device.
"
- }
- }
- },
- "DescribeDomainRequest":{
- "type":"structure",
- "required":[
- "FleetArn",
- "DomainName"
- ],
- "members":{
- "FleetArn":{
- "shape":"FleetArn",
- "documentation":"The ARN of the fleet.
"
- },
- "DomainName":{
- "shape":"DomainName",
- "documentation":"The name of the domain.
"
- }
- }
- },
- "DescribeDomainResponse":{
- "type":"structure",
- "members":{
- "DomainName":{
- "shape":"DomainName",
- "documentation":"The name of the domain.
"
- },
- "DisplayName":{
- "shape":"DisplayName",
- "documentation":"The name to display.
"
- },
- "CreatedTime":{
- "shape":"DateTime",
- "documentation":"The time that the domain was added.
"
- },
- "DomainStatus":{
- "shape":"DomainStatus",
- "documentation":"The current state for the domain.
"
- },
- "AcmCertificateArn":{
- "shape":"AcmCertificateArn",
- "documentation":"The ARN of an issued ACM certificate that is valid for the domain being associated.
"
- }
- }
- },
- "DescribeFleetMetadataRequest":{
- "type":"structure",
- "required":["FleetArn"],
- "members":{
- "FleetArn":{
- "shape":"FleetArn",
- "documentation":"The Amazon Resource Name (ARN) of the fleet.
"
- }
- }
- },
- "DescribeFleetMetadataResponse":{
- "type":"structure",
- "members":{
- "CreatedTime":{
- "shape":"DateTime",
- "documentation":"The time that the fleet was created.
"
- },
- "LastUpdatedTime":{
- "shape":"DateTime",
- "documentation":"The time that the fleet was last updated.
"
- },
- "FleetName":{
- "shape":"FleetName",
- "documentation":"The name of the fleet.
"
- },
- "DisplayName":{
- "shape":"DisplayName",
- "documentation":"The name to display.
"
- },
- "OptimizeForEndUserLocation":{
- "shape":"Boolean",
- "documentation":"The option to optimize for better performance by routing traffic through the closest AWS Region to users, which may be outside of your home Region.
"
- },
- "CompanyCode":{
- "shape":"CompanyCode",
- "documentation":"The identifier used by users to sign in to the Amazon WorkLink app.
"
- },
- "FleetStatus":{
- "shape":"FleetStatus",
- "documentation":"The current state of the fleet.
"
- },
- "Tags":{
- "shape":"TagMap",
- "documentation":"The tags attached to the resource. A tag is a key-value pair.
"
- }
- }
- },
- "DescribeIdentityProviderConfigurationRequest":{
- "type":"structure",
- "required":["FleetArn"],
- "members":{
- "FleetArn":{
- "shape":"FleetArn",
- "documentation":"The ARN of the fleet.
"
- }
- }
- },
- "DescribeIdentityProviderConfigurationResponse":{
- "type":"structure",
- "members":{
- "IdentityProviderType":{
- "shape":"IdentityProviderType",
- "documentation":"The type of identity provider.
"
- },
- "ServiceProviderSamlMetadata":{
- "shape":"SamlMetadata",
- "documentation":"The SAML metadata document uploaded to the user’s identity provider.
"
- },
- "IdentityProviderSamlMetadata":{
- "shape":"SamlMetadata",
- "documentation":"The SAML metadata document provided by the user’s identity provider.
"
- }
- }
- },
- "DescribeWebsiteCertificateAuthorityRequest":{
- "type":"structure",
- "required":[
- "FleetArn",
- "WebsiteCaId"
- ],
- "members":{
- "FleetArn":{
- "shape":"FleetArn",
- "documentation":"The ARN of the fleet.
"
- },
- "WebsiteCaId":{
- "shape":"Id",
- "documentation":"A unique identifier for the certificate authority.
"
- }
- }
- },
- "DescribeWebsiteCertificateAuthorityResponse":{
- "type":"structure",
- "members":{
- "Certificate":{
- "shape":"Certificate",
- "documentation":"The root certificate of the certificate authority.
"
- },
- "CreatedTime":{
- "shape":"DateTime",
- "documentation":"The time that the certificate authority was added.
"
- },
- "DisplayName":{
- "shape":"DisplayName",
- "documentation":"The certificate name to display.
"
- }
- }
- },
- "DeviceManufacturer":{
- "type":"string",
- "max":256,
- "min":1
- },
- "DeviceModel":{
- "type":"string",
- "max":256,
- "min":1
- },
- "DeviceOperatingSystemName":{
- "type":"string",
- "max":256,
- "min":1
- },
- "DeviceOperatingSystemVersion":{
- "type":"string",
- "max":256,
- "min":1
- },
- "DevicePatchLevel":{
- "type":"string",
- "max":256,
- "min":1
- },
- "DeviceStatus":{
- "type":"string",
- "enum":[
- "ACTIVE",
- "SIGNED_OUT"
- ]
- },
- "DeviceSummary":{
- "type":"structure",
- "members":{
- "DeviceId":{
- "shape":"Id",
- "documentation":"The ID of the device.
"
- },
- "DeviceStatus":{
- "shape":"DeviceStatus",
- "documentation":"The status of the device.
"
- }
- },
- "documentation":"The summary of devices.
"
- },
- "DeviceSummaryList":{
- "type":"list",
- "member":{"shape":"DeviceSummary"}
- },
- "DisassociateDomainRequest":{
- "type":"structure",
- "required":[
- "FleetArn",
- "DomainName"
- ],
- "members":{
- "FleetArn":{
- "shape":"FleetArn",
- "documentation":"The ARN of the fleet.
"
- },
- "DomainName":{
- "shape":"DomainName",
- "documentation":"The name of the domain.
"
- }
- }
- },
- "DisassociateDomainResponse":{
- "type":"structure",
- "members":{
- }
- },
- "DisassociateWebsiteAuthorizationProviderRequest":{
- "type":"structure",
- "required":[
- "FleetArn",
- "AuthorizationProviderId"
- ],
- "members":{
- "FleetArn":{
- "shape":"FleetArn",
- "documentation":"The ARN of the fleet.
"
- },
- "AuthorizationProviderId":{
- "shape":"Id",
- "documentation":"A unique identifier for the authorization provider.
"
- }
- }
- },
- "DisassociateWebsiteAuthorizationProviderResponse":{
- "type":"structure",
- "members":{
- }
- },
- "DisassociateWebsiteCertificateAuthorityRequest":{
- "type":"structure",
- "required":[
- "FleetArn",
- "WebsiteCaId"
- ],
- "members":{
- "FleetArn":{
- "shape":"FleetArn",
- "documentation":"The ARN of the fleet.
"
- },
- "WebsiteCaId":{
- "shape":"Id",
- "documentation":"A unique identifier for the CA.
"
- }
- }
- },
- "DisassociateWebsiteCertificateAuthorityResponse":{
- "type":"structure",
- "members":{
- }
- },
- "DisplayName":{
- "type":"string",
- "max":100
- },
- "DomainName":{
- "type":"string",
- "max":253,
- "min":1,
- "pattern":"^[a-zA-Z0-9]?((?!-)([A-Za-z0-9-]*[A-Za-z0-9])\\.)+[a-zA-Z0-9]+$"
- },
- "DomainStatus":{
- "type":"string",
- "enum":[
- "PENDING_VALIDATION",
- "ASSOCIATING",
- "ACTIVE",
- "INACTIVE",
- "DISASSOCIATING",
- "DISASSOCIATED",
- "FAILED_TO_ASSOCIATE",
- "FAILED_TO_DISASSOCIATE"
- ]
- },
- "DomainSummary":{
- "type":"structure",
- "required":[
- "DomainName",
- "CreatedTime",
- "DomainStatus"
- ],
- "members":{
- "DomainName":{
- "shape":"DomainName",
- "documentation":"The name of the domain.
"
- },
- "DisplayName":{
- "shape":"DisplayName",
- "documentation":"The name to display.
"
- },
- "CreatedTime":{
- "shape":"DateTime",
- "documentation":"The time that the domain was created.
"
- },
- "DomainStatus":{
- "shape":"DomainStatus",
- "documentation":"The status of the domain.
"
- }
- },
- "documentation":"The summary of the domain.
"
- },
- "DomainSummaryList":{
- "type":"list",
- "member":{"shape":"DomainSummary"}
- },
- "ExceptionMessage":{"type":"string"},
- "FleetArn":{
- "type":"string",
- "max":2048,
- "min":20
- },
- "FleetName":{
- "type":"string",
- "max":48,
- "min":1,
- "pattern":"^[a-z0-9](?:[a-z0-9\\-]{0,46}[a-z0-9])?$"
- },
- "FleetStatus":{
- "type":"string",
- "enum":[
- "CREATING",
- "ACTIVE",
- "DELETING",
- "DELETED",
- "FAILED_TO_CREATE",
- "FAILED_TO_DELETE"
- ]
- },
- "FleetSummary":{
- "type":"structure",
- "members":{
- "FleetArn":{
- "shape":"FleetArn",
- "documentation":"The Amazon Resource Name (ARN) of the fleet.
"
- },
- "CreatedTime":{
- "shape":"DateTime",
- "documentation":"The time when the fleet was created.
"
- },
- "LastUpdatedTime":{
- "shape":"DateTime",
- "documentation":"The time when the fleet was last updated.
"
- },
- "FleetName":{
- "shape":"FleetName",
- "documentation":"The name of the fleet.
"
- },
- "DisplayName":{
- "shape":"DisplayName",
- "documentation":"The name of the fleet to display.
"
- },
- "CompanyCode":{
- "shape":"CompanyCode",
- "documentation":"The identifier used by users to sign into the Amazon WorkLink app.
"
- },
- "FleetStatus":{
- "shape":"FleetStatus",
- "documentation":"The status of the fleet.
"
- },
- "Tags":{
- "shape":"TagMap",
- "documentation":"The tags attached to the resource. A tag is a key-value pair.
"
- }
- },
- "documentation":"The summary of the fleet.
"
- },
- "FleetSummaryList":{
- "type":"list",
- "member":{"shape":"FleetSummary"}
- },
- "Id":{
- "type":"string",
- "max":256,
- "min":1
- },
- "IdentityProviderType":{
- "type":"string",
- "enum":["SAML"]
- },
- "InternalServerErrorException":{
- "type":"structure",
- "members":{
- "Message":{"shape":"ExceptionMessage"}
- },
- "documentation":"The service is temporarily unavailable.
",
- "error":{"httpStatusCode":500},
- "exception":true
- },
- "InvalidRequestException":{
- "type":"structure",
- "members":{
- "Message":{"shape":"ExceptionMessage"}
- },
- "documentation":"The request is not valid.
",
- "error":{"httpStatusCode":400},
- "exception":true
- },
- "ListDevicesRequest":{
- "type":"structure",
- "required":["FleetArn"],
- "members":{
- "FleetArn":{
- "shape":"FleetArn",
- "documentation":"The ARN of the fleet.
"
- },
- "NextToken":{
- "shape":"NextToken",
- "documentation":"The pagination token used to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
"
- },
- "MaxResults":{
- "shape":"MaxResults",
- "documentation":"The maximum number of results to be included in the next page.
"
- }
- }
- },
- "ListDevicesResponse":{
- "type":"structure",
- "members":{
- "Devices":{
- "shape":"DeviceSummaryList",
- "documentation":"Information about the devices.
"
- },
- "NextToken":{
- "shape":"NextToken",
- "documentation":"The pagination token used to retrieve the next page of results for this operation. If there are no more pages, this value is null.
"
- }
- }
- },
- "ListDomainsRequest":{
- "type":"structure",
- "required":["FleetArn"],
- "members":{
- "FleetArn":{
- "shape":"FleetArn",
- "documentation":"The ARN of the fleet.
"
- },
- "NextToken":{
- "shape":"NextToken",
- "documentation":"The pagination token used to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
"
- },
- "MaxResults":{
- "shape":"MaxResults",
- "documentation":"The maximum number of results to be included in the next page.
"
- }
- }
- },
- "ListDomainsResponse":{
- "type":"structure",
- "members":{
- "Domains":{
- "shape":"DomainSummaryList",
- "documentation":"Information about the domains.
"
- },
- "NextToken":{
- "shape":"NextToken",
- "documentation":"The pagination token used to retrieve the next page of results for this operation. If there are no more pages, this value is null.
"
- }
- }
- },
- "ListFleetsRequest":{
- "type":"structure",
- "members":{
- "NextToken":{
- "shape":"NextToken",
- "documentation":"The pagination token used to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
"
- },
- "MaxResults":{
- "shape":"MaxResults",
- "documentation":"The maximum number of results to be included in the next page.
"
- }
- }
- },
- "ListFleetsResponse":{
- "type":"structure",
- "members":{
- "FleetSummaryList":{
- "shape":"FleetSummaryList",
- "documentation":"The summary list of the fleets.
"
- },
- "NextToken":{
- "shape":"NextToken",
- "documentation":"The pagination token used to retrieve the next page of results for this operation. If there are no more pages, this value is null.
"
- }
- }
- },
- "ListTagsForResourceRequest":{
- "type":"structure",
- "required":["ResourceArn"],
- "members":{
- "ResourceArn":{
- "shape":"FleetArn",
- "documentation":"The Amazon Resource Name (ARN) of the fleet.
",
- "location":"uri",
- "locationName":"ResourceArn"
- }
- }
- },
- "ListTagsForResourceResponse":{
- "type":"structure",
- "members":{
- "Tags":{
- "shape":"TagMap",
- "documentation":"The tags attached to the resource. A tag is a key-value pair.
"
- }
- }
- },
- "ListWebsiteAuthorizationProvidersRequest":{
- "type":"structure",
- "required":["FleetArn"],
- "members":{
- "FleetArn":{
- "shape":"FleetArn",
- "documentation":"The ARN of the fleet.
"
- },
- "NextToken":{
- "shape":"NextToken",
- "documentation":"The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
"
- },
- "MaxResults":{
- "shape":"MaxResults",
- "documentation":"The maximum number of results to be included in the next page.
"
- }
- }
- },
- "ListWebsiteAuthorizationProvidersResponse":{
- "type":"structure",
- "members":{
- "WebsiteAuthorizationProviders":{
- "shape":"WebsiteAuthorizationProvidersSummaryList",
- "documentation":"The website authorization providers.
"
- },
- "NextToken":{
- "shape":"NextToken",
- "documentation":"The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
"
- }
- }
- },
- "ListWebsiteCertificateAuthoritiesRequest":{
- "type":"structure",
- "required":["FleetArn"],
- "members":{
- "FleetArn":{
- "shape":"FleetArn",
- "documentation":"The ARN of the fleet.
"
- },
- "MaxResults":{
- "shape":"MaxResults",
- "documentation":"The maximum number of results to be included in the next page.
"
- },
- "NextToken":{
- "shape":"NextToken",
- "documentation":"The pagination token used to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
"
- }
- }
- },
- "ListWebsiteCertificateAuthoritiesResponse":{
- "type":"structure",
- "members":{
- "WebsiteCertificateAuthorities":{
- "shape":"WebsiteCaSummaryList",
- "documentation":"Information about the certificates.
"
- },
- "NextToken":{
- "shape":"NextToken",
- "documentation":"The pagination token used to retrieve the next page of results for this operation. If there are no more pages, this value is null.
"
- }
- }
- },
- "MaxResults":{
- "type":"integer",
- "min":1
- },
- "NextToken":{
- "type":"string",
- "max":4096,
- "min":1,
- "pattern":"[\\w\\-]+"
- },
- "ResourceAlreadyExistsException":{
- "type":"structure",
- "members":{
- "Message":{"shape":"ExceptionMessage"}
- },
- "documentation":"The resource already exists.
",
- "error":{"httpStatusCode":400},
- "exception":true
- },
- "ResourceNotFoundException":{
- "type":"structure",
- "members":{
- "Message":{"shape":"ExceptionMessage"}
- },
- "documentation":"The requested resource was not found.
",
- "error":{"httpStatusCode":404},
- "exception":true
- },
- "RestoreDomainAccessRequest":{
- "type":"structure",
- "required":[
- "FleetArn",
- "DomainName"
- ],
- "members":{
- "FleetArn":{
- "shape":"FleetArn",
- "documentation":"The ARN of the fleet.
"
- },
- "DomainName":{
- "shape":"DomainName",
- "documentation":"The name of the domain.
"
- }
- }
- },
- "RestoreDomainAccessResponse":{
- "type":"structure",
- "members":{
- }
- },
- "RevokeDomainAccessRequest":{
- "type":"structure",
- "required":[
- "FleetArn",
- "DomainName"
- ],
- "members":{
- "FleetArn":{
- "shape":"FleetArn",
- "documentation":"The ARN of the fleet.
"
- },
- "DomainName":{
- "shape":"DomainName",
- "documentation":"The name of the domain.
"
- }
- }
- },
- "RevokeDomainAccessResponse":{
- "type":"structure",
- "members":{
- }
- },
- "SamlMetadata":{
- "type":"string",
- "max":204800,
- "min":1
- },
- "SecurityGroupId":{
- "type":"string",
- "pattern":"^sg-([0-9a-f]{8}|[0-9a-f]{17})$"
- },
- "SecurityGroupIds":{
- "type":"list",
- "member":{"shape":"SecurityGroupId"},
- "max":5
- },
- "SignOutUserRequest":{
- "type":"structure",
- "required":[
- "FleetArn",
- "Username"
- ],
- "members":{
- "FleetArn":{
- "shape":"FleetArn",
- "documentation":"The ARN of the fleet.
"
- },
- "Username":{
- "shape":"Username",
- "documentation":"The name of the user.
"
- }
- }
- },
- "SignOutUserResponse":{
- "type":"structure",
- "members":{
- }
- },
- "SubnetId":{
- "type":"string",
- "pattern":"^subnet-([0-9a-f]{8}|[0-9a-f]{17})$"
- },
- "SubnetIds":{
- "type":"list",
- "member":{"shape":"SubnetId"}
- },
- "TagKey":{
- "type":"string",
- "max":128,
- "min":1,
- "pattern":"^(?!aws:)[a-zA-Z+-=._:/]+$"
- },
- "TagKeyList":{
- "type":"list",
- "member":{"shape":"TagKey"},
- "max":50,
- "min":1
- },
- "TagMap":{
- "type":"map",
- "key":{"shape":"TagKey"},
- "value":{"shape":"TagValue"},
- "max":50,
- "min":1
- },
- "TagResourceRequest":{
- "type":"structure",
- "required":[
- "ResourceArn",
- "Tags"
- ],
- "members":{
- "ResourceArn":{
- "shape":"FleetArn",
- "documentation":"The Amazon Resource Name (ARN) of the fleet.
",
- "location":"uri",
- "locationName":"ResourceArn"
- },
- "Tags":{
- "shape":"TagMap",
- "documentation":"The tags to add to the resource. A tag is a key-value pair.
"
- }
- }
- },
- "TagResourceResponse":{
- "type":"structure",
- "members":{
- }
- },
- "TagValue":{
- "type":"string",
- "max":256
- },
- "TooManyRequestsException":{
- "type":"structure",
- "members":{
- "Message":{"shape":"ExceptionMessage"}
- },
- "documentation":"The number of requests exceeds the limit.
",
- "error":{"httpStatusCode":429},
- "exception":true
- },
- "UnauthorizedException":{
- "type":"structure",
- "members":{
- "Message":{"shape":"ExceptionMessage"}
- },
- "documentation":"You are not authorized to perform this action.
",
- "error":{"httpStatusCode":403},
- "exception":true
- },
- "UntagResourceRequest":{
- "type":"structure",
- "required":[
- "ResourceArn",
- "TagKeys"
- ],
- "members":{
- "ResourceArn":{
- "shape":"FleetArn",
- "documentation":"The Amazon Resource Name (ARN) of the fleet.
",
- "location":"uri",
- "locationName":"ResourceArn"
- },
- "TagKeys":{
- "shape":"TagKeyList",
- "documentation":"The list of tag keys to remove from the resource.
",
- "location":"querystring",
- "locationName":"tagKeys"
- }
- }
- },
- "UntagResourceResponse":{
- "type":"structure",
- "members":{
- }
- },
- "UpdateAuditStreamConfigurationRequest":{
- "type":"structure",
- "required":["FleetArn"],
- "members":{
- "FleetArn":{
- "shape":"FleetArn",
- "documentation":"The ARN of the fleet.
"
- },
- "AuditStreamArn":{
- "shape":"AuditStreamArn",
- "documentation":"The ARN of the Amazon Kinesis data stream that receives the audit events.
"
- }
- }
- },
- "UpdateAuditStreamConfigurationResponse":{
- "type":"structure",
- "members":{
- }
- },
- "UpdateCompanyNetworkConfigurationRequest":{
- "type":"structure",
- "required":[
- "FleetArn",
- "VpcId",
- "SubnetIds",
- "SecurityGroupIds"
- ],
- "members":{
- "FleetArn":{
- "shape":"FleetArn",
- "documentation":"The ARN of the fleet.
"
- },
- "VpcId":{
- "shape":"VpcId",
- "documentation":"The VPC with connectivity to associated websites.
"
- },
- "SubnetIds":{
- "shape":"SubnetIds",
- "documentation":"The subnets used for X-ENI connections from Amazon WorkLink rendering containers.
"
- },
- "SecurityGroupIds":{
- "shape":"SecurityGroupIds",
- "documentation":"The security groups associated with access to the provided subnets.
"
- }
- }
- },
- "UpdateCompanyNetworkConfigurationResponse":{
- "type":"structure",
- "members":{
- }
- },
- "UpdateDevicePolicyConfigurationRequest":{
- "type":"structure",
- "required":["FleetArn"],
- "members":{
- "FleetArn":{
- "shape":"FleetArn",
- "documentation":"The ARN of the fleet.
"
- },
- "DeviceCaCertificate":{
- "shape":"CertificateChain",
- "documentation":"The certificate chain, including intermediate certificates and the root certificate authority certificate used to issue device certificates.
"
- }
- }
- },
- "UpdateDevicePolicyConfigurationResponse":{
- "type":"structure",
- "members":{
- }
- },
- "UpdateDomainMetadataRequest":{
- "type":"structure",
- "required":[
- "FleetArn",
- "DomainName"
- ],
- "members":{
- "FleetArn":{
- "shape":"FleetArn",
- "documentation":"The ARN of the fleet.
"
- },
- "DomainName":{
- "shape":"DomainName",
- "documentation":"The name of the domain.
"
- },
- "DisplayName":{
- "shape":"DisplayName",
- "documentation":"The name to display.
"
- }
- }
- },
- "UpdateDomainMetadataResponse":{
- "type":"structure",
- "members":{
- }
- },
- "UpdateFleetMetadataRequest":{
- "type":"structure",
- "required":["FleetArn"],
- "members":{
- "FleetArn":{
- "shape":"FleetArn",
- "documentation":"The ARN of the fleet.
"
- },
- "DisplayName":{
- "shape":"DisplayName",
- "documentation":"The fleet name to display. The existing DisplayName is unset if null is passed.
"
- },
- "OptimizeForEndUserLocation":{
- "shape":"Boolean",
- "documentation":"The option to optimize for better performance by routing traffic through the closest AWS Region to users, which may be outside of your home Region.
"
- }
- }
- },
- "UpdateFleetMetadataResponse":{
- "type":"structure",
- "members":{
- }
- },
- "UpdateIdentityProviderConfigurationRequest":{
- "type":"structure",
- "required":[
- "FleetArn",
- "IdentityProviderType"
- ],
- "members":{
- "FleetArn":{
- "shape":"FleetArn",
- "documentation":"The ARN of the fleet.
"
- },
- "IdentityProviderType":{
- "shape":"IdentityProviderType",
- "documentation":"The type of identity provider.
"
- },
- "IdentityProviderSamlMetadata":{
- "shape":"SamlMetadata",
- "documentation":"The SAML metadata document provided by the customer’s identity provider. The existing IdentityProviderSamlMetadata is unset if null is passed.
"
- }
- }
- },
- "UpdateIdentityProviderConfigurationResponse":{
- "type":"structure",
- "members":{
- }
- },
- "Username":{
- "type":"string",
- "max":256,
- "min":1
- },
- "VpcId":{
- "type":"string",
- "pattern":"^vpc-([0-9a-f]{8}|[0-9a-f]{17})$"
- },
- "WebsiteAuthorizationProviderSummary":{
- "type":"structure",
- "required":["AuthorizationProviderType"],
- "members":{
- "AuthorizationProviderId":{
- "shape":"Id",
- "documentation":"A unique identifier for the authorization provider.
"
- },
- "AuthorizationProviderType":{
- "shape":"AuthorizationProviderType",
- "documentation":"The authorization provider type.
"
- },
- "DomainName":{
- "shape":"DomainName",
- "documentation":"The domain name of the authorization provider. This applies only to SAML-based authorization providers.
"
- },
- "CreatedTime":{
- "shape":"DateTime",
- "documentation":"The time of creation.
"
- }
- },
- "documentation":"The summary of the website authorization provider.
"
- },
- "WebsiteAuthorizationProvidersSummaryList":{
- "type":"list",
- "member":{"shape":"WebsiteAuthorizationProviderSummary"}
- },
- "WebsiteCaSummary":{
- "type":"structure",
- "members":{
- "WebsiteCaId":{
- "shape":"Id",
- "documentation":"A unique identifier for the CA.
"
- },
- "CreatedTime":{
- "shape":"DateTime",
- "documentation":"The time when the CA was added.
"
- },
- "DisplayName":{
- "shape":"DisplayName",
- "documentation":"The name to display.
"
- }
- },
- "documentation":"The summary of the certificate authority (CA).
"
- },
- "WebsiteCaSummaryList":{
- "type":"list",
- "member":{"shape":"WebsiteCaSummary"}
- }
- },
- "documentation":"Amazon WorkLink is a cloud-based service that provides secure access to internal websites and web apps from iOS and Android phones. In a single step, your users, such as employees, can access internal websites as efficiently as they access any other public website. They enter a URL in their web browser, or choose a link to an internal website in an email. Amazon WorkLink authenticates the user's access and securely renders authorized internal web content in a secure rendering service in the AWS cloud. Amazon WorkLink doesn't download or store any internal web content on mobile devices.
"
-}
From d040e934a0848271d3f555607a353a37439b8772 Mon Sep 17 00:00:00 2001
From: AWS <>
Date: Fri, 27 Sep 2024 18:36:09 +0000
Subject: [PATCH 3/8] Amazon Connect Customer Profiles Update: Introduces
optional RoleArn parameter for PutIntegration request and includes RoleArn in
the response of PutIntegration, GetIntegration and ListIntegrations
---
...-AmazonConnectCustomerProfiles-46390df.json | 6 ++++++
.../resources/codegen-resources/service-2.json | 18 +++++++++++++++++-
2 files changed, 23 insertions(+), 1 deletion(-)
create mode 100644 .changes/next-release/feature-AmazonConnectCustomerProfiles-46390df.json
diff --git a/.changes/next-release/feature-AmazonConnectCustomerProfiles-46390df.json b/.changes/next-release/feature-AmazonConnectCustomerProfiles-46390df.json
new file mode 100644
index 000000000000..bfcc13c3a479
--- /dev/null
+++ b/.changes/next-release/feature-AmazonConnectCustomerProfiles-46390df.json
@@ -0,0 +1,6 @@
+{
+ "type": "feature",
+ "category": "Amazon Connect Customer Profiles",
+ "contributor": "",
+ "description": "Introduces optional RoleArn parameter for PutIntegration request and includes RoleArn in the response of PutIntegration, GetIntegration and ListIntegrations"
+}
diff --git a/services/customerprofiles/src/main/resources/codegen-resources/service-2.json b/services/customerprofiles/src/main/resources/codegen-resources/service-2.json
index eabe1e22f25a..147591d3e5a2 100644
--- a/services/customerprofiles/src/main/resources/codegen-resources/service-2.json
+++ b/services/customerprofiles/src/main/resources/codegen-resources/service-2.json
@@ -2844,6 +2844,10 @@
"IsUnstructured":{
"shape":"optionalBoolean",
"documentation":"Boolean that shows if the Flow that's associated with the Integration is created in Amazon Appflow, or with ObjectTypeName equals _unstructured via API/CLI in flowDefinition.
"
+ },
+ "RoleArn":{
+ "shape":"RoleArn",
+ "documentation":"The Amazon Resource Name (ARN) of the IAM role. The Integration uses this role to make Customer Profiles requests on your behalf.
"
}
}
},
@@ -3710,6 +3714,10 @@
"IsUnstructured":{
"shape":"optionalBoolean",
"documentation":"Boolean that shows if the Flow that's associated with the Integration is created in Amazon Appflow, or with ObjectTypeName equals _unstructured via API/CLI in flowDefinition.
"
+ },
+ "RoleArn":{
+ "shape":"RoleArn",
+ "documentation":"The Amazon Resource Name (ARN) of the IAM role. The Integration uses this role to make Customer Profiles requests on your behalf.
"
}
},
"documentation":"An integration in list of integrations.
"
@@ -4579,6 +4587,10 @@
"ObjectTypeNames":{
"shape":"ObjectTypeNames",
"documentation":"A map in which each key is an event type from an external application such as Segment or Shopify, and each value is an ObjectTypeName
(template) used to ingest the event. It supports the following event types: SegmentIdentify
, ShopifyCreateCustomers
, ShopifyUpdateCustomers
, ShopifyCreateDraftOrders
, ShopifyUpdateDraftOrders
, ShopifyCreateOrders
, and ShopifyUpdatedOrders
.
"
+ },
+ "RoleArn":{
+ "shape":"RoleArn",
+ "documentation":"The Amazon Resource Name (ARN) of the IAM role. The Integration uses this role to make Customer Profiles requests on your behalf.
"
}
}
},
@@ -4626,6 +4638,10 @@
"IsUnstructured":{
"shape":"optionalBoolean",
"documentation":"Boolean that shows if the Flow that's associated with the Integration is created in Amazon Appflow, or with ObjectTypeName equals _unstructured via API/CLI in flowDefinition.
"
+ },
+ "RoleArn":{
+ "shape":"RoleArn",
+ "documentation":"The Amazon Resource Name (ARN) of the IAM role. The Integration uses this role to make Customer Profiles requests on your behalf.
"
}
}
},
@@ -6030,5 +6046,5 @@
"pattern":"[a-f0-9]{32}"
}
},
- "documentation":"Amazon Connect Customer Profiles Amazon Connect Customer Profiles is a unified customer profile for your contact center that has pre-built connectors powered by AppFlow that make it easy to combine customer information from third party applications, such as Salesforce (CRM), ServiceNow (ITSM), and your enterprise resource planning (ERP), with contact history from your Amazon Connect contact center.
For more information about the Amazon Connect Customer Profiles feature, see Use Customer Profiles in the Amazon Connect Administrator's Guide.
"
+ "documentation":"Amazon Connect Customer Profiles Amazon Connect Customer Profiles is a unified customer profile for your contact center that has pre-built connectors powered by AppFlow that make it easy to combine customer information from third party applications, such as Salesforce (CRM), ServiceNow (ITSM), and your enterprise resource planning (ERP), with contact history from your Amazon Connect contact center.
For more information about the Amazon Connect Customer Profiles feature, see Use Customer Profiles in the Amazon Connect Administrator's Guide.
"
}
From fea1e8455b950c89c87baeb3ef09855913564a4b Mon Sep 17 00:00:00 2001
From: AWS <>
Date: Fri, 27 Sep 2024 18:36:10 +0000
Subject: [PATCH 4/8] AWS SecurityHub Update: Documentation updates for AWS
Security Hub
---
.../feature-AWSSecurityHub-9f8257d.json | 6 ++
.../codegen-resources/service-2.json | 102 +++++++++---------
2 files changed, 57 insertions(+), 51 deletions(-)
create mode 100644 .changes/next-release/feature-AWSSecurityHub-9f8257d.json
diff --git a/.changes/next-release/feature-AWSSecurityHub-9f8257d.json b/.changes/next-release/feature-AWSSecurityHub-9f8257d.json
new file mode 100644
index 000000000000..9a5444de0895
--- /dev/null
+++ b/.changes/next-release/feature-AWSSecurityHub-9f8257d.json
@@ -0,0 +1,6 @@
+{
+ "type": "feature",
+ "category": "AWS SecurityHub",
+ "contributor": "",
+ "description": "Documentation updates for AWS Security Hub"
+}
diff --git a/services/securityhub/src/main/resources/codegen-resources/service-2.json b/services/securityhub/src/main/resources/codegen-resources/service-2.json
index c24a2fb45072..de3aa366fdc4 100644
--- a/services/securityhub/src/main/resources/codegen-resources/service-2.json
+++ b/services/securityhub/src/main/resources/codegen-resources/service-2.json
@@ -29,7 +29,7 @@
{"shape":"ResourceNotFoundException"},
{"shape":"InvalidAccessException"}
],
- "documentation":"Accepts the invitation to be a member account and be monitored by the Security Hub administrator account that the invitation was sent from.
This operation is only used by member accounts that are not added through Organizations.
When the member account accepts the invitation, permission is granted to the administrator account to view findings generated in the member account.
"
+ "documentation":" We recommend using Organizations instead of Security Hub invitations to manage your member accounts. For information, see Managing Security Hub administrator and member accounts with Organizations in the Security Hub User Guide.
Accepts the invitation to be a member account and be monitored by the Security Hub administrator account that the invitation was sent from.
This operation is only used by member accounts that are not added through Organizations.
When the member account accepts the invitation, permission is granted to the administrator account to view findings generated in the member account.
"
},
"AcceptInvitation":{
"name":"AcceptInvitation",
@@ -216,7 +216,7 @@
{"shape":"LimitExceededException"},
{"shape":"InvalidAccessException"}
],
- "documentation":"Used by Security Hub customers to update information about their investigation into a finding. Requested by administrator accounts or member accounts. Administrator accounts can update findings for their account and their member accounts. Member accounts can update findings for their account.
Updates from BatchUpdateFindings
do not affect the value of UpdatedAt
for a finding.
Administrator and member accounts can use BatchUpdateFindings
to update the following finding fields and objects.
-
Confidence
-
Criticality
-
Note
-
RelatedFindings
-
Severity
-
Types
-
UserDefinedFields
-
VerificationState
-
Workflow
You can configure IAM policies to restrict access to fields and field values. For example, you might not want member accounts to be able to suppress findings or change the finding severity. See Configuring access to BatchUpdateFindings in the Security Hub User Guide.
"
+ "documentation":"Used by Security Hub customers to update information about their investigation into a finding. Requested by administrator accounts or member accounts. Administrator accounts can update findings for their account and their member accounts. Member accounts can update findings for their account.
Updates from BatchUpdateFindings
don't affect the value of UpdatedAt
for a finding.
Administrator and member accounts can use BatchUpdateFindings
to update the following finding fields and objects.
-
Confidence
-
Criticality
-
Note
-
RelatedFindings
-
Severity
-
Types
-
UserDefinedFields
-
VerificationState
-
Workflow
You can configure IAM policies to restrict access to fields and field values. For example, you might not want member accounts to be able to suppress findings or change the finding severity. See Configuring access to BatchUpdateFindings in the Security Hub User Guide.
"
},
"BatchUpdateStandardsControlAssociations":{
"name":"BatchUpdateStandardsControlAssociations",
@@ -302,7 +302,7 @@
{"shape":"AccessDeniedException"},
{"shape":"InvalidInputException"}
],
- "documentation":"Used to enable finding aggregation. Must be called from the aggregation Region.
For more details about cross-Region replication, see Configuring finding aggregation in the Security Hub User Guide.
"
+ "documentation":" The aggregation Region is now called the home Region.
Used to enable cross-Region aggregation. This operation can be invoked from the home Region only.
For information about how cross-Region aggregation works, see Understanding cross-Region aggregation in Security Hub in the Security Hub User Guide.
"
},
"CreateInsight":{
"name":"CreateInsight",
@@ -337,7 +337,7 @@
{"shape":"ResourceConflictException"},
{"shape":"AccessDeniedException"}
],
- "documentation":"Creates a member association in Security Hub between the specified accounts and the account used to make the request, which is the administrator account. If you are integrated with Organizations, then the administrator account is designated by the organization management account.
CreateMembers
is always used to add accounts that are not organization members.
For accounts that are managed using Organizations, CreateMembers
is only used in the following cases:
This action can only be used by an account that has Security Hub enabled. To enable Security Hub, you can use the EnableSecurityHub
operation.
For accounts that are not organization members, you create the account association and then send an invitation to the member account. To send the invitation, you use the InviteMembers
operation. If the account owner accepts the invitation, the account becomes a member account in Security Hub.
Accounts that are managed using Organizations do not receive an invitation. They automatically become a member account in Security Hub.
-
If the organization account does not have Security Hub enabled, then Security Hub and the default standards are automatically enabled. Note that Security Hub cannot be enabled automatically for the organization management account. The organization management account must enable Security Hub before the administrator account enables it as a member account.
-
For organization accounts that already have Security Hub enabled, Security Hub does not make any other changes to those accounts. It does not change their enabled standards or controls.
A permissions policy is added that permits the administrator account to view the findings generated in the member account.
To remove the association between the administrator and member accounts, use the DisassociateFromMasterAccount
or DisassociateMembers
operation.
"
+ "documentation":"Creates a member association in Security Hub between the specified accounts and the account used to make the request, which is the administrator account. If you are integrated with Organizations, then the administrator account is designated by the organization management account.
CreateMembers
is always used to add accounts that are not organization members.
For accounts that are managed using Organizations, CreateMembers
is only used in the following cases:
This action can only be used by an account that has Security Hub enabled. To enable Security Hub, you can use the EnableSecurityHub
operation.
For accounts that are not organization members, you create the account association and then send an invitation to the member account. To send the invitation, you use the InviteMembers
operation. If the account owner accepts the invitation, the account becomes a member account in Security Hub.
Accounts that are managed using Organizations don't receive an invitation. They automatically become a member account in Security Hub.
-
If the organization account does not have Security Hub enabled, then Security Hub and the default standards are automatically enabled. Note that Security Hub cannot be enabled automatically for the organization management account. The organization management account must enable Security Hub before the administrator account enables it as a member account.
-
For organization accounts that already have Security Hub enabled, Security Hub does not make any other changes to those accounts. It does not change their enabled standards or controls.
A permissions policy is added that permits the administrator account to view the findings generated in the member account.
To remove the association between the administrator and member accounts, use the DisassociateFromMasterAccount
or DisassociateMembers
operation.
"
},
"DeclineInvitations":{
"name":"DeclineInvitations",
@@ -353,7 +353,7 @@
{"shape":"InvalidAccessException"},
{"shape":"ResourceNotFoundException"}
],
- "documentation":"Declines invitations to become a member account.
A prospective member account uses this operation to decline an invitation to become a member.
This operation is only called by member accounts that aren't part of an organization. Organization accounts don't receive invitations.
"
+ "documentation":" We recommend using Organizations instead of Security Hub invitations to manage your member accounts. For information, see Managing Security Hub administrator and member accounts with Organizations in the Security Hub User Guide.
Declines invitations to become a Security Hub member account.
A prospective member account uses this operation to decline an invitation to become a member.
Only member accounts that aren't part of an Amazon Web Services organization should use this operation. Organization accounts don't receive invitations.
"
},
"DeleteActionTarget":{
"name":"DeleteActionTarget",
@@ -406,7 +406,7 @@
{"shape":"InvalidInputException"},
{"shape":"ResourceNotFoundException"}
],
- "documentation":"Deletes a finding aggregator. When you delete the finding aggregator, you stop finding aggregation.
When you stop finding aggregation, findings that were already aggregated to the aggregation Region are still visible from the aggregation Region. New findings and finding updates are not aggregated.
"
+ "documentation":" The aggregation Region is now called the home Region.
Deletes a finding aggregator. When you delete the finding aggregator, you stop cross-Region aggregation. Finding replication stops occurring from the linked Regions to the home Region.
When you stop cross-Region aggregation, findings that were already replicated and sent to the home Region are still visible from the home Region. However, new findings and finding updates are no longer replicated and sent to the home Region.
"
},
"DeleteInsight":{
"name":"DeleteInsight",
@@ -440,7 +440,7 @@
{"shape":"ResourceNotFoundException"},
{"shape":"InvalidAccessException"}
],
- "documentation":"Deletes invitations received by the Amazon Web Services account to become a member account.
A Security Hub administrator account can use this operation to delete invitations sent to one or more member accounts.
This operation is only used to delete invitations that are sent to member accounts that aren't part of an organization. Organization accounts don't receive invitations.
"
+ "documentation":" We recommend using Organizations instead of Security Hub invitations to manage your member accounts. For information, see Managing Security Hub administrator and member accounts with Organizations in the Security Hub User Guide.
Deletes invitations to become a Security Hub member account.
A Security Hub administrator account can use this operation to delete invitations sent to one or more prospective member accounts.
This operation is only used to delete invitations that are sent to prospective member accounts that aren't part of an Amazon Web Services organization. Organization accounts don't receive invitations.
"
},
"DeleteMembers":{
"name":"DeleteMembers",
@@ -522,7 +522,7 @@
{"shape":"InvalidAccessException"},
{"shape":"InvalidInputException"}
],
- "documentation":"Returns information about product integrations in Security Hub.
You can optionally provide an integration ARN. If you provide an integration ARN, then the results only include that integration.
If you do not provide an integration ARN, then the results include all of the available product integrations.
"
+ "documentation":"Returns information about product integrations in Security Hub.
You can optionally provide an integration ARN. If you provide an integration ARN, then the results only include that integration.
If you don't provide an integration ARN, then the results include all of the available product integrations.
"
},
"DescribeStandards":{
"name":"DescribeStandards",
@@ -796,7 +796,7 @@
{"shape":"InvalidInputException"},
{"shape":"ResourceNotFoundException"}
],
- "documentation":"Returns the current finding aggregation configuration.
"
+ "documentation":" The aggregation Region is now called the home Region.
Returns the current configuration in the calling account for cross-Region aggregation. A finding aggregator is a resource that establishes the home Region and any linked Regions.
"
},
"GetFindingHistory":{
"name":"GetFindingHistory",
@@ -828,7 +828,7 @@
{"shape":"InvalidAccessException"},
{"shape":"LimitExceededException"}
],
- "documentation":"Returns a list of findings that match the specified criteria.
If finding aggregation is enabled, then when you call GetFindings
from the aggregation Region, the results include all of the matching findings from both the aggregation Region and the linked Regions.
"
+ "documentation":"Returns a list of findings that match the specified criteria.
If cross-Region aggregation is enabled, then when you call GetFindings
from the home Region, the results include all of the matching findings from both the home Region and linked Regions.
"
},
"GetInsightResults":{
"name":"GetInsightResults",
@@ -878,7 +878,7 @@
{"shape":"InvalidAccessException"},
{"shape":"LimitExceededException"}
],
- "documentation":"Returns the count of all Security Hub membership invitations that were sent to the current member account, not including the currently accepted invitation.
"
+ "documentation":" We recommend using Organizations instead of Security Hub invitations to manage your member accounts. For information, see Managing Security Hub administrator and member accounts with Organizations in the Security Hub User Guide.
Returns the count of all Security Hub membership invitations that were sent to the calling member account, not including the currently accepted invitation.
"
},
"GetMasterAccount":{
"name":"GetMasterAccount",
@@ -948,7 +948,7 @@
{"shape":"LimitExceededException"},
{"shape":"ResourceNotFoundException"}
],
- "documentation":"Invites other Amazon Web Services accounts to become member accounts for the Security Hub administrator account that the invitation is sent from.
This operation is only used to invite accounts that do not belong to an organization. Organization accounts do not receive invitations.
Before you can use this action to invite a member, you must first use the CreateMembers
action to create the member account in Security Hub.
When the account owner enables Security Hub and accepts the invitation to become a member account, the administrator account can view the findings generated from the member account.
"
+ "documentation":" We recommend using Organizations instead of Security Hub invitations to manage your member accounts. For information, see Managing Security Hub administrator and member accounts with Organizations in the Security Hub User Guide.
Invites other Amazon Web Services accounts to become member accounts for the Security Hub administrator account that the invitation is sent from.
This operation is only used to invite accounts that don't belong to an Amazon Web Services organization. Organization accounts don't receive invitations.
Before you can use this action to invite a member, you must first use the CreateMembers
action to create the member account in Security Hub.
When the account owner enables Security Hub and accepts the invitation to become a member account, the administrator account can view the findings generated in the member account.
"
},
"ListAutomationRules":{
"name":"ListAutomationRules",
@@ -1032,7 +1032,7 @@
{"shape":"AccessDeniedException"},
{"shape":"InvalidInputException"}
],
- "documentation":"If finding aggregation is enabled, then ListFindingAggregators
returns the ARN of the finding aggregator. You can run this operation from any Region.
"
+ "documentation":"If cross-Region aggregation is enabled, then ListFindingAggregators
returns the Amazon Resource Name (ARN) of the finding aggregator. You can run this operation from any Amazon Web Services Region.
"
},
"ListInvitations":{
"name":"ListInvitations",
@@ -1048,7 +1048,7 @@
{"shape":"InvalidAccessException"},
{"shape":"LimitExceededException"}
],
- "documentation":"Lists all Security Hub membership invitations that were sent to the current Amazon Web Services account.
This operation is only used by accounts that are managed by invitation. Accounts that are managed using the integration with Organizations do not receive invitations.
"
+ "documentation":" We recommend using Organizations instead of Security Hub invitations to manage your member accounts. For information, see Managing Security Hub administrator and member accounts with Organizations in the Security Hub User Guide.
Lists all Security Hub membership invitations that were sent to the calling account.
Only accounts that are managed by invitation can use this operation. Accounts that are managed using the integration with Organizations don't receive invitations.
"
},
"ListMembers":{
"name":"ListMembers",
@@ -1247,7 +1247,7 @@
{"shape":"InvalidInputException"},
{"shape":"ResourceNotFoundException"}
],
- "documentation":"Updates the finding aggregation configuration. Used to update the Region linking mode and the list of included or excluded Regions. You cannot use UpdateFindingAggregator
to change the aggregation Region.
You must run UpdateFindingAggregator
from the current aggregation Region.
"
+ "documentation":" The aggregation Region is now called the home Region.
Updates cross-Region aggregation settings. You can use this operation to update the Region linking mode and the list of included or excluded Amazon Web Services Regions. However, you can't use this operation to change the home Region.
You can invoke this operation from the current home Region only.
"
},
"UpdateFindings":{
"name":"UpdateFindings",
@@ -1725,14 +1725,14 @@
"members":{
"Type":{
"shape":"AutomationRulesActionType",
- "documentation":" Specifies that the rule action should update the Types
finding field. The Types
finding field classifies findings in the format of namespace/category/classifier. For more information, see Types taxonomy for ASFF in the Security Hub User Guide.
"
+ "documentation":" Specifies the type of action that Security Hub takes when a finding matches the defined criteria of a rule.
"
},
"FindingFieldsUpdate":{
"shape":"AutomationRulesFindingFieldsUpdate",
"documentation":" Specifies that the automation rule action is an update to a finding field.
"
}
},
- "documentation":" One or more actions to update finding fields if a finding matches the defined criteria of the rule.
"
+ "documentation":" One or more actions that Security Hub takes when a finding matches the defined criteria of a rule.
"
},
"AutomationRulesActionType":{
"type":"string",
@@ -1908,7 +1908,7 @@
},
"ResourceId":{
"shape":"StringFilterList",
- "documentation":" The identifier for the given resource type. For Amazon Web Services resources that are identified by Amazon Resource Names (ARNs), this is the ARN. For Amazon Web Services resources that lack ARNs, this is the identifier as defined by the Amazon Web Servicesservice that created the resource. For non-Amazon Web Services resources, this is a unique identifier that is associated with the resource.
Array Members: Minimum number of 1 item. Maximum number of 100 items.
"
+ "documentation":" The identifier for the given resource type. For Amazon Web Services resources that are identified by Amazon Resource Names (ARNs), this is the ARN. For Amazon Web Services resources that lack ARNs, this is the identifier as defined by the Amazon Web Services service that created the resource. For non-Amazon Web Services resources, this is a unique identifier that is associated with the resource.
Array Members: Minimum number of 1 item. Maximum number of 100 items.
"
},
"ResourcePartition":{
"shape":"StringFilterList",
@@ -3292,7 +3292,7 @@
},
"Lifecycle":{
"shape":"AwsBackupBackupPlanLifecycleDetails",
- "documentation":"Defines when a protected resource is transitioned to cold storage and when it expires. Backup transitions and expires backups automatically according to the lifecycle that you define. If you do not specify a lifecycle, Backup applies the lifecycle policy of the source backup to the destination backup.
Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days.
"
+ "documentation":"Defines when a protected resource is transitioned to cold storage and when it expires. Backup transitions and expires backups automatically according to the lifecycle that you define. If you don't specify a lifecycle, Backup applies the lifecycle policy of the source backup to the destination backup.
Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days.
"
}
},
"documentation":"An array of CopyAction
objects, each of which contains details of the copy operation.
"
@@ -3338,7 +3338,7 @@
},
"Lifecycle":{
"shape":"AwsBackupBackupPlanLifecycleDetails",
- "documentation":"Defines when a protected resource is transitioned to cold storage and when it expires. Backup transitions and expires backups automatically according to the lifecycle that you define. If you do not specify a lifecycle, Backup applies the lifecycle policy of the source backup to the destination backup.
Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days.
"
+ "documentation":"Defines when a protected resource is transitioned to cold storage and when it expires. Backup transitions and expires backups automatically according to the lifecycle that you define. If you don't specify a lifecycle, Backup applies the lifecycle policy of the source backup to the destination backup.
Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days.
"
}
},
"documentation":"Provides details about an array of BackupRule
objects, each of which specifies a scheduled task that is used to back up a selection of resources.
"
@@ -3360,7 +3360,7 @@
},
"EncryptionKeyArn":{
"shape":"NonEmptyString",
- "documentation":"The unique ARN associated with the server-side encryption key. You can specify a key to encrypt your backups from services that support full Backup management. If you do not specify a key, Backup creates an KMS key for you by default.
"
+ "documentation":"The unique ARN associated with the server-side encryption key. You can specify a key to encrypt your backups from services that support full Backup management. If you don't specify a key, Backup creates an KMS key for you by default.
"
},
"Notifications":{
"shape":"AwsBackupBackupVaultNotificationsDetails",
@@ -7636,7 +7636,7 @@
},
"SchedulingStrategy":{
"shape":"NonEmptyString",
- "documentation":"The scheduling strategy to use for the service.
The REPLICA
scheduling strategy places and maintains the desired number of tasks across the cluster. By default, the service scheduler spreads tasks across Availability Zones. Task placement strategies and constraints are used to customize task placement decisions.
The DAEMON
scheduling strategy deploys exactly one task on each active container instance that meets all of the task placement constraints that are specified in the cluster. The service scheduler also evaluates the task placement constraints for running tasks and stops tasks that do not meet the placement constraints.
Valid values: REPLICA
| DAEMON
"
+ "documentation":"The scheduling strategy to use for the service.
The REPLICA
scheduling strategy places and maintains the desired number of tasks across the cluster. By default, the service scheduler spreads tasks across Availability Zones. Task placement strategies and constraints are used to customize task placement decisions.
The DAEMON
scheduling strategy deploys exactly one task on each active container instance that meets all of the task placement constraints that are specified in the cluster. The service scheduler also evaluates the task placement constraints for running tasks and stops tasks that don't meet the placement constraints.
Valid values: REPLICA
| DAEMON
"
},
"ServiceArn":{
"shape":"NonEmptyString",
@@ -11610,7 +11610,7 @@
},
"DBName":{
"shape":"NonEmptyString",
- "documentation":"The meaning of this parameter differs according to the database engine you use.
MySQL, MariaDB, SQL Server, PostgreSQL
Contains the name of the initial database of this instance that was provided at create time, if one was specified when the DB instance was created. This same name is returned for the life of the DB instance.
Oracle
Contains the Oracle System ID (SID) of the created DB instance. Not shown when the returned parameters do not apply to an Oracle DB instance.
"
+ "documentation":"The meaning of this parameter differs according to the database engine you use.
MySQL, MariaDB, SQL Server, PostgreSQL
Contains the name of the initial database of this instance that was provided at create time, if one was specified when the DB instance was created. This same name is returned for the life of the DB instance.
Oracle
Contains the Oracle System ID (SID) of the created DB instance. Not shown when the returned parameters don't apply to an Oracle DB instance.
"
},
"DeletionProtection":{
"shape":"Boolean",
@@ -14209,7 +14209,7 @@
},
"WorkflowStatus":{
"shape":"StringFilterList",
- "documentation":"The status of the investigation into a finding. Allowed values are the following.
-
NEW
- The initial state of a finding, before it is reviewed.
Security Hub also resets the workflow status from NOTIFIED
or RESOLVED
to NEW
in the following cases:
-
RecordState
changes from ARCHIVED
to ACTIVE
.
-
Compliance.Status
changes from PASSED
to either WARNING
, FAILED
, or NOT_AVAILABLE
.
-
NOTIFIED
- Indicates that the resource owner has been notified about the security issue. Used when the initial reviewer is not the resource owner, and needs intervention from the resource owner.
If one of the following occurs, the workflow status is changed automatically from NOTIFIED
to NEW
:
-
RecordState
changes from ARCHIVED
to ACTIVE
.
-
Compliance.Status
changes from PASSED
to FAILED
, WARNING
, or NOT_AVAILABLE
.
-
SUPPRESSED
- Indicates that you reviewed the finding and do not believe that any action is needed.
The workflow status of a SUPPRESSED
finding does not change if RecordState
changes from ARCHIVED
to ACTIVE
.
-
RESOLVED
- The finding was reviewed and remediated and is now considered resolved.
The finding remains RESOLVED
unless one of the following occurs:
-
RecordState
changes from ARCHIVED
to ACTIVE
.
-
Compliance.Status
changes from PASSED
to FAILED
, WARNING
, or NOT_AVAILABLE
.
In those cases, the workflow status is automatically reset to NEW
.
For findings from controls, if Compliance.Status
is PASSED
, then Security Hub automatically sets the workflow status to RESOLVED
.
"
+ "documentation":"The status of the investigation into a finding. Allowed values are the following.
-
NEW
- The initial state of a finding, before it is reviewed.
Security Hub also resets the workflow status from NOTIFIED
or RESOLVED
to NEW
in the following cases:
-
RecordState
changes from ARCHIVED
to ACTIVE
.
-
Compliance.Status
changes from PASSED
to either WARNING
, FAILED
, or NOT_AVAILABLE
.
-
NOTIFIED
- Indicates that the resource owner has been notified about the security issue. Used when the initial reviewer is not the resource owner, and needs intervention from the resource owner.
If one of the following occurs, the workflow status is changed automatically from NOTIFIED
to NEW
:
-
RecordState
changes from ARCHIVED
to ACTIVE
.
-
Compliance.Status
changes from PASSED
to FAILED
, WARNING
, or NOT_AVAILABLE
.
-
SUPPRESSED
- Indicates that you reviewed the finding and don't believe that any action is needed.
The workflow status of a SUPPRESSED
finding does not change if RecordState
changes from ARCHIVED
to ACTIVE
.
-
RESOLVED
- The finding was reviewed and remediated and is now considered resolved.
The finding remains RESOLVED
unless one of the following occurs:
-
RecordState
changes from ARCHIVED
to ACTIVE
.
-
Compliance.Status
changes from PASSED
to FAILED
, WARNING
, or NOT_AVAILABLE
.
In those cases, the workflow status is automatically reset to NEW
.
For findings from controls, if Compliance.Status
is PASSED
, then Security Hub automatically sets the workflow status to RESOLVED
.
"
},
"RecordState":{
"shape":"StringFilterList",
@@ -14275,7 +14275,7 @@
},
"ComplianceSecurityControlId":{
"shape":"StringFilterList",
- "documentation":" The unique identifier of a control across standards. Values for this field typically consist of an Amazon Web Servicesservice and a number, such as APIGateway.5.
"
+ "documentation":" The unique identifier of a control across standards. Values for this field typically consist of an Amazon Web Services service and a number, such as APIGateway.5.
"
},
"ComplianceAssociatedStandardsId":{
"shape":"StringFilterList",
@@ -15035,11 +15035,11 @@
},
"OverrideAction":{
"shape":"WafOverrideAction",
- "documentation":"Use the OverrideAction
to test your RuleGroup
.
Any rule in a RuleGroup
can potentially block a request. If you set the OverrideAction
to None
, the RuleGroup
blocks a request if any individual rule in the RuleGroup
matches the request and is configured to block that request.
However, if you first want to test the RuleGroup
, set the OverrideAction
to Count
. The RuleGroup
then overrides any block action specified by individual rules contained within the group. Instead of blocking matching requests, those requests are counted.
ActivatedRule
|OverrideAction
applies only when updating or adding a RuleGroup
to a web ACL. In this case you do not use ActivatedRule
Action
. For all other update requests, ActivatedRule
Action
is used instead of ActivatedRule
OverrideAction
.
"
+ "documentation":"Use the OverrideAction
to test your RuleGroup
.
Any rule in a RuleGroup
can potentially block a request. If you set the OverrideAction
to None
, the RuleGroup
blocks a request if any individual rule in the RuleGroup
matches the request and is configured to block that request.
However, if you first want to test the RuleGroup
, set the OverrideAction
to Count
. The RuleGroup
then overrides any block action specified by individual rules contained within the group. Instead of blocking matching requests, those requests are counted.
ActivatedRule
|OverrideAction
applies only when updating or adding a RuleGroup
to a web ACL. In this case you don't use ActivatedRule
Action
. For all other update requests, ActivatedRule
Action
is used instead of ActivatedRule
OverrideAction
.
"
},
"Priority":{
"shape":"Integer",
- "documentation":"Specifies the order in which the rules in a web ACL are evaluated. Rules with a lower value for Priority
are evaluated before rules with a higher value. The value must be a unique integer. If you add multiple rules to a web ACL, the values do not need to be consecutive.
"
+ "documentation":"Specifies the order in which the rules in a web ACL are evaluated. Rules with a lower value for Priority
are evaluated before rules with a higher value. The value must be a unique integer. If you add multiple rules to a web ACL, the values don't need to be consecutive.
"
},
"RuleId":{
"shape":"NonEmptyString",
@@ -15857,7 +15857,7 @@
},
"SecurityControlId":{
"shape":"NonEmptyString",
- "documentation":" Typically provides the unique identifier of a control across standards. For Security Hub controls, this field consists of an Amazon Web Servicesservice and a unique number, such as APIGateway.5
.
"
+ "documentation":" Typically provides the unique identifier of a control across standards. For Security Hub controls, this field consists of an Amazon Web Services service and a unique number, such as APIGateway.5
.
"
},
"AssociatedStandards":{
"shape":"AssociatedStandardsList",
@@ -16231,7 +16231,7 @@
},
"Regions":{
"shape":"StringList",
- "documentation":"If RegionLinkingMode
is ALL_REGIONS_EXCEPT_SPECIFIED
, then this is a space-separated list of Regions that do not aggregate findings to the aggregation Region.
If RegionLinkingMode
is SPECIFIED_REGIONS
, then this is a space-separated list of Regions that do aggregate findings to the aggregation Region.
An InvalidInputException
error results if you populate this field while RegionLinkingMode
is NO_REGIONS
.
"
+ "documentation":"If RegionLinkingMode
is ALL_REGIONS_EXCEPT_SPECIFIED
, then this is a space-separated list of Regions that don't replicate and send findings to the home Region.
If RegionLinkingMode
is SPECIFIED_REGIONS
, then this is a space-separated list of Regions that do replicate and send findings to the home Region.
An InvalidInputException
error results if you populate this field while RegionLinkingMode
is NO_REGIONS
.
"
}
}
},
@@ -16240,11 +16240,11 @@
"members":{
"FindingAggregatorArn":{
"shape":"NonEmptyString",
- "documentation":"The ARN of the finding aggregator. You use the finding aggregator ARN to retrieve details for, update, and stop finding aggregation.
"
+ "documentation":"The ARN of the finding aggregator. You use the finding aggregator ARN to retrieve details for, update, and stop cross-Region aggregation.
"
},
"FindingAggregationRegion":{
"shape":"NonEmptyString",
- "documentation":"The aggregation Region.
"
+ "documentation":"The home Region. Findings generated in linked Regions are replicated and sent to the home Region.
"
},
"RegionLinkingMode":{
"shape":"NonEmptyString",
@@ -16926,7 +16926,7 @@
},
"EnableDefaultStandards":{
"shape":"Boolean",
- "documentation":"Whether to enable the security standards that Security Hub has designated as automatically enabled. If you do not provide a value for EnableDefaultStandards
, it is set to true
. To not enable the automatically enabled standards, set EnableDefaultStandards
to false
.
"
+ "documentation":"Whether to enable the security standards that Security Hub has designated as automatically enabled. If you don't provide a value for EnableDefaultStandards
, it is set to true
. To not enable the automatically enabled standards, set EnableDefaultStandards
to false
.
"
},
"ControlFindingGenerator":{
"shape":"ControlFindingGenerator",
@@ -17018,7 +17018,7 @@
"documentation":"The ARN of the finding aggregator. You use the finding aggregator ARN to retrieve details for, update, and delete the finding aggregator.
"
}
},
- "documentation":"A finding aggregator. A finding aggregator contains the configuration for finding aggregation.
"
+ "documentation":"A finding aggregator is a Security Hub resource that specifies cross-Region aggregation settings, including the home Region and any linked Regions.
"
},
"FindingAggregatorList":{
"type":"list",
@@ -17038,7 +17038,7 @@
},
"UpdateSource":{
"shape":"FindingHistoryUpdateSource",
- "documentation":" Identifies the source of the event that changed the finding. For example, an integrated Amazon Web Servicesservice or third-party partner integration may call BatchImportFindings
, or an Security Hub customer may call BatchUpdateFindings
.
"
+ "documentation":" Identifies the source of the event that changed the finding. For example, an integrated Amazon Web Services service or third-party partner integration may call BatchImportFindings
, or an Security Hub customer may call BatchUpdateFindings
.
"
},
"Updates":{
"shape":"FindingHistoryUpdatesList",
@@ -17078,7 +17078,7 @@
"members":{
"Type":{
"shape":"FindingHistoryUpdateSourceType",
- "documentation":" Describes the type of finding change event, such as a call to BatchImportFindings
(by an integrated Amazon Web Servicesservice or third party partner integration) or BatchUpdateFindings
(by a Security Hub customer).
"
+ "documentation":" Describes the type of finding change event, such as a call to BatchImportFindings
(by an integrated Amazon Web Services service or third party partner integration) or BatchUpdateFindings
(by a Security Hub customer).
"
},
"Identity":{
"shape":"NonEmptyString",
@@ -17396,7 +17396,7 @@
},
"FindingAggregationRegion":{
"shape":"NonEmptyString",
- "documentation":"The aggregation Region.
"
+ "documentation":"The home Region. Findings generated in linked Regions are replicated and sent to the home Region.
"
},
"RegionLinkingMode":{
"shape":"NonEmptyString",
@@ -17506,7 +17506,7 @@
"members":{
"InsightArns":{
"shape":"ArnList",
- "documentation":"The ARNs of the insights to describe. If you do not provide any insight ARNs, then GetInsights
returns all of your custom insights. It does not return any managed insights.
"
+ "documentation":"The ARNs of the insights to describe. If you don't provide any insight ARNs, then GetInsights
returns all of your custom insights. It does not return any managed insights.
"
},
"NextToken":{
"shape":"NextToken",
@@ -18885,7 +18885,7 @@
"members":{
"SecurityHub":{
"shape":"SecurityHubPolicy",
- "documentation":" The Amazon Web Servicesservice that the configuration policy applies to.
"
+ "documentation":" The Amazon Web Services service that the configuration policy applies to.
"
}
},
"documentation":" An object that defines how Security Hub is configured. It includes whether Security Hub is enabled or disabled, a list of enabled security standards, a list of enabled or disabled security controls, and a list of custom parameter values for specified controls. If you provide a list of security controls that are enabled in the configuration policy, Security Hub disables all other controls (including newly released controls). If you provide a list of security controls that are disabled in the configuration policy, Security Hub enables all other controls (including newly released controls).
",
@@ -19680,7 +19680,7 @@
},
"DestinationPrefixListId":{
"shape":"NonEmptyString",
- "documentation":" The prefix of the destination Amazon Web Servicesservice.
"
+ "documentation":" The prefix of the destination Amazon Web Services service.
"
},
"EgressOnlyInternetGatewayId":{
"shape":"NonEmptyString",
@@ -20101,7 +20101,7 @@
"members":{
"SecurityControlId":{
"shape":"NonEmptyString",
- "documentation":" The unique identifier of a security control across standards. Values for this field typically consist of an Amazon Web Servicesservice name and a number, such as APIGateway.3.
"
+ "documentation":" The unique identifier of a security control across standards. Values for this field typically consist of an Amazon Web Services service name and a number, such as APIGateway.3.
"
},
"SecurityControlArn":{
"shape":"NonEmptyString",
@@ -20173,7 +20173,7 @@
"members":{
"SecurityControlId":{
"shape":"NonEmptyString",
- "documentation":" The unique identifier of a security control across standards. Values for this field typically consist of an Amazon Web Servicesservice name and a number (for example, APIGateway.3). This parameter differs from SecurityControlArn
, which is a unique Amazon Resource Name (ARN) assigned to a control. The ARN references the security control ID (for example, arn:aws:securityhub:eu-central-1:123456789012:security-control/APIGateway.3).
"
+ "documentation":" The unique identifier of a security control across standards. Values for this field typically consist of an Amazon Web Services service name and a number (for example, APIGateway.3). This parameter differs from SecurityControlArn
, which is a unique Amazon Resource Name (ARN) assigned to a control. The ARN references the security control ID (for example, arn:aws:securityhub:eu-central-1:123456789012:security-control/APIGateway.3).
"
},
"Title":{
"shape":"NonEmptyString",
@@ -20329,11 +20329,11 @@
},
"Label":{
"shape":"SeverityLabel",
- "documentation":"The severity value of the finding. The allowed values are the following.
-
INFORMATIONAL
- No issue was found.
-
LOW
- The issue does not require action on its own.
-
MEDIUM
- The issue must be addressed but not urgently.
-
HIGH
- The issue must be addressed as a priority.
-
CRITICAL
- The issue must be remediated immediately to avoid it escalating.
If you provide Normalized
and do not provide Label
, then Label
is set automatically as follows.
-
0 - INFORMATIONAL
-
1–39 - LOW
-
40–69 - MEDIUM
-
70–89 - HIGH
-
90–100 - CRITICAL
"
+ "documentation":"The severity value of the finding. The allowed values are the following.
-
INFORMATIONAL
- No issue was found.
-
LOW
- The issue does not require action on its own.
-
MEDIUM
- The issue must be addressed but not urgently.
-
HIGH
- The issue must be addressed as a priority.
-
CRITICAL
- The issue must be remediated immediately to avoid it escalating.
If you provide Normalized
and don't provide Label
, then Label
is set automatically as follows.
-
0 - INFORMATIONAL
-
1–39 - LOW
-
40–69 - MEDIUM
-
70–89 - HIGH
-
90–100 - CRITICAL
"
},
"Normalized":{
"shape":"Integer",
- "documentation":"Deprecated. The normalized severity of a finding. Instead of providing Normalized
, provide Label
.
The value of Normalized
can be an integer between 0
and 100
.
If you provide Label
and do not provide Normalized
, then Normalized
is set automatically as follows.
-
INFORMATIONAL
- 0
-
LOW
- 1
-
MEDIUM
- 40
-
HIGH
- 70
-
CRITICAL
- 90
"
+ "documentation":"Deprecated. The normalized severity of a finding. Instead of providing Normalized
, provide Label
.
The value of Normalized
can be an integer between 0
and 100
.
If you provide Label
and don't provide Normalized
, then Normalized
is set automatically as follows.
-
INFORMATIONAL
- 0
-
LOW
- 1
-
MEDIUM
- 40
-
HIGH
- 70
-
CRITICAL
- 90
"
},
"Original":{
"shape":"NonEmptyString",
@@ -20366,7 +20366,7 @@
"members":{
"Normalized":{
"shape":"RatioScale",
- "documentation":"The normalized severity for the finding. This attribute is to be deprecated in favor of Label
.
If you provide Normalized
and do not provide Label
, Label
is set automatically as follows.
-
0 - INFORMATIONAL
-
1–39 - LOW
-
40–69 - MEDIUM
-
70–89 - HIGH
-
90–100 - CRITICAL
"
+ "documentation":"The normalized severity for the finding. This attribute is to be deprecated in favor of Label
.
If you provide Normalized
and don't provide Label
, Label
is set automatically as follows.
-
0 - INFORMATIONAL
-
1–39 - LOW
-
40–69 - MEDIUM
-
70–89 - HIGH
-
90–100 - CRITICAL
"
},
"Product":{
"shape":"Double",
@@ -20554,7 +20554,7 @@
},
"SecurityControlId":{
"shape":"NonEmptyString",
- "documentation":" The unique identifier of a security control across standards. Values for this field typically consist of an Amazon Web Servicesservice name and a number, such as APIGateway.3.
"
+ "documentation":" The unique identifier of a security control across standards. Values for this field typically consist of an Amazon Web Services service name and a number, such as APIGateway.3.
"
},
"SecurityControlArn":{
"shape":"NonEmptyString",
@@ -20636,7 +20636,7 @@
},
"SecurityControlId":{
"shape":"NonEmptyString",
- "documentation":" A unique standard-agnostic identifier for a control. Values for this field typically consist of an Amazon Web Servicesservice and a number, such as APIGateway.5. This field doesn't reference a specific standard.
"
+ "documentation":" A unique standard-agnostic identifier for a control. Values for this field typically consist of an Amazon Web Services service and a number, such as APIGateway.5. This field doesn't reference a specific standard.
"
},
"SecurityControlArn":{
"shape":"NonEmptyString",
@@ -21483,7 +21483,7 @@
},
"Regions":{
"shape":"StringList",
- "documentation":"If RegionLinkingMode
is ALL_REGIONS_EXCEPT_SPECIFIED
, then this is a space-separated list of Regions that do not aggregate findings to the aggregation Region.
If RegionLinkingMode
is SPECIFIED_REGIONS
, then this is a space-separated list of Regions that do aggregate findings to the aggregation Region.
An InvalidInputException
error results if you populate this field while RegionLinkingMode
is NO_REGIONS
.
"
+ "documentation":"If RegionLinkingMode
is ALL_REGIONS_EXCEPT_SPECIFIED
, then this is a space-separated list of Regions that don't replicate and send findings to the home Region.
If RegionLinkingMode
is SPECIFIED_REGIONS
, then this is a space-separated list of Regions that do replicate and send findings to the home Region.
An InvalidInputException
error results if you populate this field while RegionLinkingMode
is NO_REGIONS
.
"
}
}
},
@@ -21496,7 +21496,7 @@
},
"FindingAggregationRegion":{
"shape":"NonEmptyString",
- "documentation":"The aggregation Region.
"
+ "documentation":"The home Region. Findings generated in linked Regions are replicated and sent to the home Region.
"
},
"RegionLinkingMode":{
"shape":"NonEmptyString",
@@ -21887,7 +21887,7 @@
"members":{
"Status":{
"shape":"WorkflowStatus",
- "documentation":"The status of the investigation into the finding. The workflow status is specific to an individual finding. It does not affect the generation of new findings. For example, setting the workflow status to SUPPRESSED
or RESOLVED
does not prevent a new finding for the same issue.
The allowed values are the following.
-
NEW
- The initial state of a finding, before it is reviewed.
Security Hub also resets the workflow status from NOTIFIED
or RESOLVED
to NEW
in the following cases:
-
RecordState
changes from ARCHIVED
to ACTIVE
.
-
ComplianceStatus
changes from PASSED
to either WARNING
, FAILED
, or NOT_AVAILABLE
.
-
NOTIFIED
- Indicates that you notified the resource owner about the security issue. Used when the initial reviewer is not the resource owner, and needs intervention from the resource owner.
-
SUPPRESSED
- Indicates that you reviewed the finding and do not believe that any action is needed. The finding is no longer updated.
-
RESOLVED
- The finding was reviewed and remediated and is now considered resolved.
"
+ "documentation":"The status of the investigation into the finding. The workflow status is specific to an individual finding. It does not affect the generation of new findings. For example, setting the workflow status to SUPPRESSED
or RESOLVED
does not prevent a new finding for the same issue.
The allowed values are the following.
-
NEW
- The initial state of a finding, before it is reviewed.
Security Hub also resets the workflow status from NOTIFIED
or RESOLVED
to NEW
in the following cases:
-
RecordState
changes from ARCHIVED
to ACTIVE
.
-
ComplianceStatus
changes from PASSED
to either WARNING
, FAILED
, or NOT_AVAILABLE
.
-
NOTIFIED
- Indicates that you notified the resource owner about the security issue. Used when the initial reviewer is not the resource owner, and needs intervention from the resource owner.
-
SUPPRESSED
- Indicates that you reviewed the finding and don't believe that any action is needed. The finding is no longer updated.
-
RESOLVED
- The finding was reviewed and remediated and is now considered resolved.
"
}
},
"documentation":"Provides details about the status of the investigation into a finding.
"
@@ -21918,11 +21918,11 @@
"members":{
"Status":{
"shape":"WorkflowStatus",
- "documentation":"The status of the investigation into the finding. The workflow status is specific to an individual finding. It does not affect the generation of new findings. For example, setting the workflow status to SUPPRESSED
or RESOLVED
does not prevent a new finding for the same issue.
The allowed values are the following.
-
NEW
- The initial state of a finding, before it is reviewed.
Security Hub also resets WorkFlowStatus
from NOTIFIED
or RESOLVED
to NEW
in the following cases:
-
The record state changes from ARCHIVED
to ACTIVE
.
-
The compliance status changes from PASSED
to either WARNING
, FAILED
, or NOT_AVAILABLE
.
-
NOTIFIED
- Indicates that you notified the resource owner about the security issue. Used when the initial reviewer is not the resource owner, and needs intervention from the resource owner.
-
RESOLVED
- The finding was reviewed and remediated and is now considered resolved.
-
SUPPRESSED
- Indicates that you reviewed the finding and do not believe that any action is needed. The finding is no longer updated.
"
+ "documentation":"The status of the investigation into the finding. The workflow status is specific to an individual finding. It does not affect the generation of new findings. For example, setting the workflow status to SUPPRESSED
or RESOLVED
does not prevent a new finding for the same issue.
The allowed values are the following.
-
NEW
- The initial state of a finding, before it is reviewed.
Security Hub also resets WorkFlowStatus
from NOTIFIED
or RESOLVED
to NEW
in the following cases:
-
The record state changes from ARCHIVED
to ACTIVE
.
-
The compliance status changes from PASSED
to either WARNING
, FAILED
, or NOT_AVAILABLE
.
-
NOTIFIED
- Indicates that you notified the resource owner about the security issue. Used when the initial reviewer is not the resource owner, and needs intervention from the resource owner.
-
RESOLVED
- The finding was reviewed and remediated and is now considered resolved.
-
SUPPRESSED
- Indicates that you reviewed the finding and don't believe that any action is needed. The finding is no longer updated.
"
}
},
"documentation":"Used to update information about the investigation into the finding.
"
}
},
- "documentation":"Security Hub provides you with a comprehensive view of your security state in Amazon Web Services and helps you assess your Amazon Web Services environment against security industry standards and best practices.
Security Hub collects security data across Amazon Web Services accounts, Amazon Web Servicesservices, and supported third-party products and helps you analyze your security trends and identify the highest priority security issues.
To help you manage the security state of your organization, Security Hub supports multiple security standards. These include the Amazon Web Services Foundational Security Best Practices (FSBP) standard developed by Amazon Web Services, and external compliance frameworks such as the Center for Internet Security (CIS), the Payment Card Industry Data Security Standard (PCI DSS), and the National Institute of Standards and Technology (NIST). Each standard includes several security controls, each of which represents a security best practice. Security Hub runs checks against security controls and generates control findings to help you assess your compliance against security best practices.
In addition to generating control findings, Security Hub also receives findings from other Amazon Web Servicesservices, such as Amazon GuardDuty and Amazon Inspector, and supported third-party products. This gives you a single pane of glass into a variety of security-related issues. You can also send Security Hub findings to other Amazon Web Servicesservices and supported third-party products.
Security Hub offers automation features that help you triage and remediate security issues. For example, you can use automation rules to automatically update critical findings when a security check fails. You can also leverage the integration with Amazon EventBridge to trigger automatic responses to specific findings.
This guide, the Security Hub API Reference, provides information about the Security Hub API. This includes supported resources, HTTP methods, parameters, and schemas. If you're new to Security Hub, you might find it helpful to also review the Security Hub User Guide . The user guide explains key concepts and provides procedures that demonstrate how to use Security Hub features. It also provides information about topics such as integrating Security Hub with other Amazon Web Servicesservices.
In addition to interacting with Security Hub by making calls to the Security Hub API, you can use a current version of an Amazon Web Services command line tool or SDK. Amazon Web Services provides tools and SDKs that consist of libraries and sample code for various languages and platforms, such as PowerShell, Java, Go, Python, C++, and .NET. These tools and SDKs provide convenient, programmatic access to Security Hub and other Amazon Web Servicesservices . They also handle tasks such as signing requests, managing errors, and retrying requests automatically. For information about installing and using the Amazon Web Services tools and SDKs, see Tools to Build on Amazon Web Services.
With the exception of operations that are related to central configuration, Security Hub API requests are executed only in the Amazon Web Services Region that is currently active or in the specific Amazon Web Services Region that you specify in your request. Any configuration or settings change that results from the operation is applied only to that Region. To make the same change in other Regions, call the same API operation in each Region in which you want to apply the change. When you use central configuration, API requests for enabling Security Hub, standards, and controls are executed in the home Region and all linked Regions. For a list of central configuration operations, see the Central configuration terms and concepts section of the Security Hub User Guide.
The following throttling limits apply to Security Hub API operations.
-
BatchEnableStandards
- RateLimit
of 1 request per second. BurstLimit
of 1 request per second.
-
GetFindings
- RateLimit
of 3 requests per second. BurstLimit
of 6 requests per second.
-
BatchImportFindings
- RateLimit
of 10 requests per second. BurstLimit
of 30 requests per second.
-
BatchUpdateFindings
- RateLimit
of 10 requests per second. BurstLimit
of 30 requests per second.
-
UpdateStandardsControl
- RateLimit
of 1 request per second. BurstLimit
of 5 requests per second.
-
All other operations - RateLimit
of 10 requests per second. BurstLimit
of 30 requests per second.
"
+ "documentation":"Security Hub provides you with a comprehensive view of your security state in Amazon Web Services and helps you assess your Amazon Web Services environment against security industry standards and best practices.
Security Hub collects security data across Amazon Web Services accounts, Amazon Web Services services, and supported third-party products and helps you analyze your security trends and identify the highest priority security issues.
To help you manage the security state of your organization, Security Hub supports multiple security standards. These include the Amazon Web Services Foundational Security Best Practices (FSBP) standard developed by Amazon Web Services, and external compliance frameworks such as the Center for Internet Security (CIS), the Payment Card Industry Data Security Standard (PCI DSS), and the National Institute of Standards and Technology (NIST). Each standard includes several security controls, each of which represents a security best practice. Security Hub runs checks against security controls and generates control findings to help you assess your compliance against security best practices.
In addition to generating control findings, Security Hub also receives findings from other Amazon Web Services services, such as Amazon GuardDuty and Amazon Inspector, and supported third-party products. This gives you a single pane of glass into a variety of security-related issues. You can also send Security Hub findings to other Amazon Web Services services and supported third-party products.
Security Hub offers automation features that help you triage and remediate security issues. For example, you can use automation rules to automatically update critical findings when a security check fails. You can also leverage the integration with Amazon EventBridge to trigger automatic responses to specific findings.
This guide, the Security Hub API Reference, provides information about the Security Hub API. This includes supported resources, HTTP methods, parameters, and schemas. If you're new to Security Hub, you might find it helpful to also review the Security Hub User Guide . The user guide explains key concepts and provides procedures that demonstrate how to use Security Hub features. It also provides information about topics such as integrating Security Hub with other Amazon Web Services services.
In addition to interacting with Security Hub by making calls to the Security Hub API, you can use a current version of an Amazon Web Services command line tool or SDK. Amazon Web Services provides tools and SDKs that consist of libraries and sample code for various languages and platforms, such as PowerShell, Java, Go, Python, C++, and .NET. These tools and SDKs provide convenient, programmatic access to Security Hub and other Amazon Web Services services . They also handle tasks such as signing requests, managing errors, and retrying requests automatically. For information about installing and using the Amazon Web Services tools and SDKs, see Tools to Build on Amazon Web Services.
With the exception of operations that are related to central configuration, Security Hub API requests are executed only in the Amazon Web Services Region that is currently active or in the specific Amazon Web Services Region that you specify in your request. Any configuration or settings change that results from the operation is applied only to that Region. To make the same change in other Regions, call the same API operation in each Region in which you want to apply the change. When you use central configuration, API requests for enabling Security Hub, standards, and controls are executed in the home Region and all linked Regions. For a list of central configuration operations, see the Central configuration terms and concepts section of the Security Hub User Guide.
The following throttling limits apply to Security Hub API operations.
-
BatchEnableStandards
- RateLimit
of 1 request per second. BurstLimit
of 1 request per second.
-
GetFindings
- RateLimit
of 3 requests per second. BurstLimit
of 6 requests per second.
-
BatchImportFindings
- RateLimit
of 10 requests per second. BurstLimit
of 30 requests per second.
-
BatchUpdateFindings
- RateLimit
of 10 requests per second. BurstLimit
of 30 requests per second.
-
UpdateStandardsControl
- RateLimit
of 1 request per second. BurstLimit
of 5 requests per second.
-
All other operations - RateLimit
of 10 requests per second. BurstLimit
of 30 requests per second.
"
}
From aaa74e4b31508e376c420a249c430203cbc3746c Mon Sep 17 00:00:00 2001
From: AWS <>
Date: Fri, 27 Sep 2024 18:36:13 +0000
Subject: [PATCH 5/8] Amazon QuickSight Update: Adding personalization in
QuickSight data stories. Admins can enable or disable personalization through
QuickSight settings.
---
.../feature-AmazonQuickSight-28f38ac.json | 6 +
.../codegen-resources/service-2.json | 111 ++++++++++++++++++
2 files changed, 117 insertions(+)
create mode 100644 .changes/next-release/feature-AmazonQuickSight-28f38ac.json
diff --git a/.changes/next-release/feature-AmazonQuickSight-28f38ac.json b/.changes/next-release/feature-AmazonQuickSight-28f38ac.json
new file mode 100644
index 000000000000..eb21686dcf90
--- /dev/null
+++ b/.changes/next-release/feature-AmazonQuickSight-28f38ac.json
@@ -0,0 +1,6 @@
+{
+ "type": "feature",
+ "category": "Amazon QuickSight",
+ "contributor": "",
+ "description": "Adding personalization in QuickSight data stories. Admins can enable or disable personalization through QuickSight settings."
+}
diff --git a/services/quicksight/src/main/resources/codegen-resources/service-2.json b/services/quicksight/src/main/resources/codegen-resources/service-2.json
index a4ccd6ae7db3..ee1235c53219 100644
--- a/services/quicksight/src/main/resources/codegen-resources/service-2.json
+++ b/services/quicksight/src/main/resources/codegen-resources/service-2.json
@@ -1492,6 +1492,24 @@
],
"documentation":"Describes the current namespace.
"
},
+ "DescribeQPersonalizationConfiguration":{
+ "name":"DescribeQPersonalizationConfiguration",
+ "http":{
+ "method":"GET",
+ "requestUri":"/accounts/{AwsAccountId}/q-personalization-configuration"
+ },
+ "input":{"shape":"DescribeQPersonalizationConfigurationRequest"},
+ "output":{"shape":"DescribeQPersonalizationConfigurationResponse"},
+ "errors":[
+ {"shape":"AccessDeniedException"},
+ {"shape":"ConflictException"},
+ {"shape":"InvalidParameterValueException"},
+ {"shape":"ThrottlingException"},
+ {"shape":"ResourceNotFoundException"},
+ {"shape":"InternalFailureException"}
+ ],
+ "documentation":"Describes a personalization configuration.
"
+ },
"DescribeRefreshSchedule":{
"name":"DescribeRefreshSchedule",
"http":{
@@ -3073,6 +3091,25 @@
],
"documentation":"Use the UpdatePublicSharingSettings
operation to turn on or turn off the public sharing settings of an Amazon QuickSight dashboard.
To use this operation, turn on session capacity pricing for your Amazon QuickSight account.
Before you can turn on public sharing on your account, make sure to give public sharing permissions to an administrative user in the Identity and Access Management (IAM) console. For more information on using IAM with Amazon QuickSight, see Using Amazon QuickSight with IAM in the Amazon QuickSight User Guide.
"
},
+ "UpdateQPersonalizationConfiguration":{
+ "name":"UpdateQPersonalizationConfiguration",
+ "http":{
+ "method":"PUT",
+ "requestUri":"/accounts/{AwsAccountId}/q-personalization-configuration"
+ },
+ "input":{"shape":"UpdateQPersonalizationConfigurationRequest"},
+ "output":{"shape":"UpdateQPersonalizationConfigurationResponse"},
+ "errors":[
+ {"shape":"AccessDeniedException"},
+ {"shape":"ConflictException"},
+ {"shape":"InvalidParameterValueException"},
+ {"shape":"ResourceNotFoundException"},
+ {"shape":"ThrottlingException"},
+ {"shape":"InternalFailureException"},
+ {"shape":"ResourceUnavailableException"}
+ ],
+ "documentation":"Updates a personalization configuration.
"
+ },
"UpdateRefreshSchedule":{
"name":"UpdateRefreshSchedule",
"http":{
@@ -14520,6 +14557,36 @@
}
}
},
+ "DescribeQPersonalizationConfigurationRequest":{
+ "type":"structure",
+ "required":["AwsAccountId"],
+ "members":{
+ "AwsAccountId":{
+ "shape":"AwsAccountId",
+ "documentation":"The ID of the Amazon Web Services account that contains the personalization configuration that the user wants described.
",
+ "location":"uri",
+ "locationName":"AwsAccountId"
+ }
+ }
+ },
+ "DescribeQPersonalizationConfigurationResponse":{
+ "type":"structure",
+ "members":{
+ "PersonalizationMode":{
+ "shape":"PersonalizationMode",
+ "documentation":"A value that indicates whether personalization is enabled or not.
"
+ },
+ "RequestId":{
+ "shape":"String",
+ "documentation":"The Amazon Web Services request ID for this operation.
"
+ },
+ "Status":{
+ "shape":"StatusCode",
+ "documentation":"The HTTP status of the request.
",
+ "location":"statusCode"
+ }
+ }
+ },
"DescribeRefreshScheduleRequest":{
"type":"structure",
"required":[
@@ -23390,6 +23457,13 @@
"max":1000,
"min":1
},
+ "PersonalizationMode":{
+ "type":"string",
+ "enum":[
+ "ENABLED",
+ "DISABLED"
+ ]
+ },
"PhysicalTable":{
"type":"structure",
"members":{
@@ -32461,6 +32535,43 @@
}
}
},
+ "UpdateQPersonalizationConfigurationRequest":{
+ "type":"structure",
+ "required":[
+ "AwsAccountId",
+ "PersonalizationMode"
+ ],
+ "members":{
+ "AwsAccountId":{
+ "shape":"AwsAccountId",
+ "documentation":"The ID of the Amazon Web Services account account that contains the personalization configuration that the user wants to update.
",
+ "location":"uri",
+ "locationName":"AwsAccountId"
+ },
+ "PersonalizationMode":{
+ "shape":"PersonalizationMode",
+ "documentation":"An option to allow Amazon QuickSight to customize data stories with user specific metadata, specifically location and job information, in your IAM Identity Center instance.
"
+ }
+ }
+ },
+ "UpdateQPersonalizationConfigurationResponse":{
+ "type":"structure",
+ "members":{
+ "PersonalizationMode":{
+ "shape":"PersonalizationMode",
+ "documentation":"The personalization mode that is used for the personalization configuration.
"
+ },
+ "RequestId":{
+ "shape":"String",
+ "documentation":"The Amazon Web Services request ID for this operation.
"
+ },
+ "Status":{
+ "shape":"StatusCode",
+ "documentation":"The HTTP status of the request.
",
+ "location":"statusCode"
+ }
+ }
+ },
"UpdateRefreshScheduleRequest":{
"type":"structure",
"required":[
From c1a73d7956af9c92efba648897321fd74e30f063 Mon Sep 17 00:00:00 2001
From: AWS <>
Date: Fri, 27 Sep 2024 18:36:11 +0000
Subject: [PATCH 6/8] Amazon Simple Email Service Update: This release adds
support for engagement tracking over Https using custom domains.
---
...feature-AmazonSimpleEmailService-439f294.json | 6 ++++++
.../resources/codegen-resources/service-2.json | 16 +++++++++++++++-
2 files changed, 21 insertions(+), 1 deletion(-)
create mode 100644 .changes/next-release/feature-AmazonSimpleEmailService-439f294.json
diff --git a/.changes/next-release/feature-AmazonSimpleEmailService-439f294.json b/.changes/next-release/feature-AmazonSimpleEmailService-439f294.json
new file mode 100644
index 000000000000..131ffa42c0e6
--- /dev/null
+++ b/.changes/next-release/feature-AmazonSimpleEmailService-439f294.json
@@ -0,0 +1,6 @@
+{
+ "type": "feature",
+ "category": "Amazon Simple Email Service",
+ "contributor": "",
+ "description": "This release adds support for engagement tracking over Https using custom domains."
+}
diff --git a/services/sesv2/src/main/resources/codegen-resources/service-2.json b/services/sesv2/src/main/resources/codegen-resources/service-2.json
index 1b2a0e9c1eb0..2b199fd1e9f0 100644
--- a/services/sesv2/src/main/resources/codegen-resources/service-2.json
+++ b/services/sesv2/src/main/resources/codegen-resources/service-2.json
@@ -4230,6 +4230,15 @@
},
"documentation":"An object containing additional settings for your VDM configuration as applicable to the Guardian.
"
},
+ "HttpsPolicy":{
+ "type":"string",
+ "documentation":"The https policy to use for tracking open and click events. If the value is OPTIONAL or HttpsPolicy is not specified, the open trackers use HTTP and click tracker use the original protocol of the link. If the value is REQUIRE, both open and click tracker uses HTTPS and if the value is REQUIRE_OPEN_ONLY open tracker uses HTTPS and link tracker is same as original protocol of the link.
",
+ "enum":[
+ "REQUIRE",
+ "REQUIRE_OPEN_ONLY",
+ "OPTIONAL"
+ ]
+ },
"Identity":{
"type":"string",
"min":1
@@ -5702,7 +5711,8 @@
"CustomRedirectDomain":{
"shape":"CustomRedirectDomain",
"documentation":"The domain to use to track open and click events.
"
- }
+ },
+ "HttpsPolicy":{"shape":"HttpsPolicy"}
},
"documentation":"A request to add a custom domain for tracking open and click events to a configuration set.
"
},
@@ -6724,6 +6734,10 @@
"CustomRedirectDomain":{
"shape":"CustomRedirectDomain",
"documentation":"The domain to use for tracking open and click events.
"
+ },
+ "HttpsPolicy":{
+ "shape":"HttpsPolicy",
+ "documentation":"The https policy to use for tracking open and click events.
"
}
},
"documentation":"An object that defines the tracking options for a configuration set. When you use the Amazon SES API v2 to send an email, it contains an invisible image that's used to track when recipients open your email. If your email contains links, those links are changed slightly in order to track when recipients click them.
These images and links include references to a domain operated by Amazon Web Services. You can optionally configure the Amazon SES to use a domain that you operate for these images and links.
"
From a5928fa4680c79c673d8473b7308495883ba3b36 Mon Sep 17 00:00:00 2001
From: AWS <>
Date: Fri, 27 Sep 2024 18:38:20 +0000
Subject: [PATCH 7/8] Updated endpoints.json and partitions.json.
---
.../feature-AWSSDKforJavav2-0443982.json | 6 +++
.../regions/internal/region/endpoints.json | 42 +++++++++++++++++--
2 files changed, 45 insertions(+), 3 deletions(-)
create mode 100644 .changes/next-release/feature-AWSSDKforJavav2-0443982.json
diff --git a/.changes/next-release/feature-AWSSDKforJavav2-0443982.json b/.changes/next-release/feature-AWSSDKforJavav2-0443982.json
new file mode 100644
index 000000000000..e5b5ee3ca5e3
--- /dev/null
+++ b/.changes/next-release/feature-AWSSDKforJavav2-0443982.json
@@ -0,0 +1,6 @@
+{
+ "type": "feature",
+ "category": "AWS SDK for Java v2",
+ "contributor": "",
+ "description": "Updated endpoint and partition metadata."
+}
diff --git a/core/regions/src/main/resources/software/amazon/awssdk/regions/internal/region/endpoints.json b/core/regions/src/main/resources/software/amazon/awssdk/regions/internal/region/endpoints.json
index 092d1848c2de..2f01ce98de8e 100644
--- a/core/regions/src/main/resources/software/amazon/awssdk/regions/internal/region/endpoints.json
+++ b/core/regions/src/main/resources/software/amazon/awssdk/regions/internal/region/endpoints.json
@@ -29169,8 +29169,32 @@
},
"ds" : {
"endpoints" : {
- "us-iso-east-1" : { },
- "us-iso-west-1" : { }
+ "fips-us-iso-east-1" : {
+ "credentialScope" : {
+ "region" : "us-iso-east-1"
+ },
+ "deprecated" : true,
+ "hostname" : "ds-fips.us-iso-east-1.c2s.ic.gov"
+ },
+ "fips-us-iso-west-1" : {
+ "credentialScope" : {
+ "region" : "us-iso-west-1"
+ },
+ "deprecated" : true,
+ "hostname" : "ds-fips.us-iso-west-1.c2s.ic.gov"
+ },
+ "us-iso-east-1" : {
+ "variants" : [ {
+ "hostname" : "ds-fips.us-iso-east-1.c2s.ic.gov",
+ "tags" : [ "fips" ]
+ } ]
+ },
+ "us-iso-west-1" : {
+ "variants" : [ {
+ "hostname" : "ds-fips.us-iso-west-1.c2s.ic.gov",
+ "tags" : [ "fips" ]
+ } ]
+ }
}
},
"dynamodb" : {
@@ -29990,7 +30014,19 @@
},
"ds" : {
"endpoints" : {
- "us-isob-east-1" : { }
+ "fips-us-isob-east-1" : {
+ "credentialScope" : {
+ "region" : "us-isob-east-1"
+ },
+ "deprecated" : true,
+ "hostname" : "ds-fips.us-isob-east-1.sc2s.sgov.gov"
+ },
+ "us-isob-east-1" : {
+ "variants" : [ {
+ "hostname" : "ds-fips.us-isob-east-1.sc2s.sgov.gov",
+ "tags" : [ "fips" ]
+ } ]
+ }
}
},
"dynamodb" : {
From 732cd620b50cebc95f010399ad58274dc121c5c6 Mon Sep 17 00:00:00 2001
From: AWS <>
Date: Fri, 27 Sep 2024 18:39:45 +0000
Subject: [PATCH 8/8] Release 2.28.11. Updated CHANGELOG.md, README.md and all
pom.xml.
---
.changes/2.28.11.json | 36 +++++++++++++++++++
.../feature-AWSSDKforJavav2-0443982.json | 6 ----
.../feature-AWSSecurityHub-9f8257d.json | 6 ----
...AmazonConnectCustomerProfiles-46390df.json | 6 ----
.../feature-AmazonQuickSight-28f38ac.json | 6 ----
...ture-AmazonSimpleEmailService-439f294.json | 6 ----
CHANGELOG.md | 21 +++++++++++
README.md | 8 ++---
archetypes/archetype-app-quickstart/pom.xml | 2 +-
archetypes/archetype-lambda/pom.xml | 2 +-
archetypes/archetype-tools/pom.xml | 2 +-
archetypes/pom.xml | 2 +-
aws-sdk-java/pom.xml | 2 +-
bom-internal/pom.xml | 2 +-
bom/pom.xml | 2 +-
bundle-logging-bridge/pom.xml | 2 +-
bundle-sdk/pom.xml | 2 +-
bundle/pom.xml | 2 +-
codegen-lite-maven-plugin/pom.xml | 2 +-
codegen-lite/pom.xml | 2 +-
codegen-maven-plugin/pom.xml | 2 +-
codegen/pom.xml | 2 +-
core/annotations/pom.xml | 2 +-
core/arns/pom.xml | 2 +-
core/auth-crt/pom.xml | 2 +-
core/auth/pom.xml | 2 +-
core/aws-core/pom.xml | 2 +-
core/checksums-spi/pom.xml | 2 +-
core/checksums/pom.xml | 2 +-
core/crt-core/pom.xml | 2 +-
core/endpoints-spi/pom.xml | 2 +-
core/http-auth-aws-crt/pom.xml | 2 +-
core/http-auth-aws-eventstream/pom.xml | 2 +-
core/http-auth-aws/pom.xml | 2 +-
core/http-auth-spi/pom.xml | 2 +-
core/http-auth/pom.xml | 2 +-
core/identity-spi/pom.xml | 2 +-
core/imds/pom.xml | 2 +-
core/json-utils/pom.xml | 2 +-
core/metrics-spi/pom.xml | 2 +-
core/pom.xml | 2 +-
core/profiles/pom.xml | 2 +-
core/protocols/aws-cbor-protocol/pom.xml | 2 +-
core/protocols/aws-json-protocol/pom.xml | 2 +-
core/protocols/aws-query-protocol/pom.xml | 2 +-
core/protocols/aws-xml-protocol/pom.xml | 2 +-
core/protocols/pom.xml | 2 +-
core/protocols/protocol-core/pom.xml | 2 +-
core/protocols/smithy-rpcv2-protocol/pom.xml | 2 +-
core/regions/pom.xml | 2 +-
core/retries-spi/pom.xml | 2 +-
core/retries/pom.xml | 2 +-
core/sdk-core/pom.xml | 2 +-
http-client-spi/pom.xml | 2 +-
http-clients/apache-client/pom.xml | 2 +-
http-clients/aws-crt-client/pom.xml | 2 +-
http-clients/netty-nio-client/pom.xml | 2 +-
http-clients/pom.xml | 2 +-
http-clients/url-connection-client/pom.xml | 2 +-
.../cloudwatch-metric-publisher/pom.xml | 2 +-
metric-publishers/pom.xml | 2 +-
pom.xml | 2 +-
release-scripts/pom.xml | 2 +-
services-custom/dynamodb-enhanced/pom.xml | 2 +-
services-custom/iam-policy-builder/pom.xml | 2 +-
services-custom/pom.xml | 2 +-
.../s3-event-notifications/pom.xml | 2 +-
services-custom/s3-transfer-manager/pom.xml | 2 +-
services/accessanalyzer/pom.xml | 2 +-
services/account/pom.xml | 2 +-
services/acm/pom.xml | 2 +-
services/acmpca/pom.xml | 2 +-
services/amp/pom.xml | 2 +-
services/amplify/pom.xml | 2 +-
services/amplifybackend/pom.xml | 2 +-
services/amplifyuibuilder/pom.xml | 2 +-
services/apigateway/pom.xml | 2 +-
services/apigatewaymanagementapi/pom.xml | 2 +-
services/apigatewayv2/pom.xml | 2 +-
services/appconfig/pom.xml | 2 +-
services/appconfigdata/pom.xml | 2 +-
services/appfabric/pom.xml | 2 +-
services/appflow/pom.xml | 2 +-
services/appintegrations/pom.xml | 2 +-
services/applicationautoscaling/pom.xml | 2 +-
services/applicationcostprofiler/pom.xml | 2 +-
services/applicationdiscovery/pom.xml | 2 +-
services/applicationinsights/pom.xml | 2 +-
services/applicationsignals/pom.xml | 2 +-
services/appmesh/pom.xml | 2 +-
services/apprunner/pom.xml | 2 +-
services/appstream/pom.xml | 2 +-
services/appsync/pom.xml | 2 +-
services/apptest/pom.xml | 2 +-
services/arczonalshift/pom.xml | 2 +-
services/artifact/pom.xml | 2 +-
services/athena/pom.xml | 2 +-
services/auditmanager/pom.xml | 2 +-
services/autoscaling/pom.xml | 2 +-
services/autoscalingplans/pom.xml | 2 +-
services/b2bi/pom.xml | 2 +-
services/backup/pom.xml | 2 +-
services/backupgateway/pom.xml | 2 +-
services/batch/pom.xml | 2 +-
services/bcmdataexports/pom.xml | 2 +-
services/bedrock/pom.xml | 2 +-
services/bedrockagent/pom.xml | 2 +-
services/bedrockagentruntime/pom.xml | 2 +-
services/bedrockruntime/pom.xml | 2 +-
services/billingconductor/pom.xml | 2 +-
services/braket/pom.xml | 2 +-
services/budgets/pom.xml | 2 +-
services/chatbot/pom.xml | 2 +-
services/chime/pom.xml | 2 +-
services/chimesdkidentity/pom.xml | 2 +-
services/chimesdkmediapipelines/pom.xml | 2 +-
services/chimesdkmeetings/pom.xml | 2 +-
services/chimesdkmessaging/pom.xml | 2 +-
services/chimesdkvoice/pom.xml | 2 +-
services/cleanrooms/pom.xml | 2 +-
services/cleanroomsml/pom.xml | 2 +-
services/cloud9/pom.xml | 2 +-
services/cloudcontrol/pom.xml | 2 +-
services/clouddirectory/pom.xml | 2 +-
services/cloudformation/pom.xml | 2 +-
services/cloudfront/pom.xml | 2 +-
services/cloudfrontkeyvaluestore/pom.xml | 2 +-
services/cloudhsm/pom.xml | 2 +-
services/cloudhsmv2/pom.xml | 2 +-
services/cloudsearch/pom.xml | 2 +-
services/cloudsearchdomain/pom.xml | 2 +-
services/cloudtrail/pom.xml | 2 +-
services/cloudtraildata/pom.xml | 2 +-
services/cloudwatch/pom.xml | 2 +-
services/cloudwatchevents/pom.xml | 2 +-
services/cloudwatchlogs/pom.xml | 2 +-
services/codeartifact/pom.xml | 2 +-
services/codebuild/pom.xml | 2 +-
services/codecatalyst/pom.xml | 2 +-
services/codecommit/pom.xml | 2 +-
services/codeconnections/pom.xml | 2 +-
services/codedeploy/pom.xml | 2 +-
services/codeguruprofiler/pom.xml | 2 +-
services/codegurureviewer/pom.xml | 2 +-
services/codegurusecurity/pom.xml | 2 +-
services/codepipeline/pom.xml | 2 +-
services/codestarconnections/pom.xml | 2 +-
services/codestarnotifications/pom.xml | 2 +-
services/cognitoidentity/pom.xml | 2 +-
services/cognitoidentityprovider/pom.xml | 2 +-
services/cognitosync/pom.xml | 2 +-
services/comprehend/pom.xml | 2 +-
services/comprehendmedical/pom.xml | 2 +-
services/computeoptimizer/pom.xml | 2 +-
services/config/pom.xml | 2 +-
services/connect/pom.xml | 2 +-
services/connectcampaigns/pom.xml | 2 +-
services/connectcases/pom.xml | 2 +-
services/connectcontactlens/pom.xml | 2 +-
services/connectparticipant/pom.xml | 2 +-
services/controlcatalog/pom.xml | 2 +-
services/controltower/pom.xml | 2 +-
services/costandusagereport/pom.xml | 2 +-
services/costexplorer/pom.xml | 2 +-
services/costoptimizationhub/pom.xml | 2 +-
services/customerprofiles/pom.xml | 2 +-
services/databasemigration/pom.xml | 2 +-
services/databrew/pom.xml | 2 +-
services/dataexchange/pom.xml | 2 +-
services/datapipeline/pom.xml | 2 +-
services/datasync/pom.xml | 2 +-
services/datazone/pom.xml | 2 +-
services/dax/pom.xml | 2 +-
services/deadline/pom.xml | 2 +-
services/detective/pom.xml | 2 +-
services/devicefarm/pom.xml | 2 +-
services/devopsguru/pom.xml | 2 +-
services/directconnect/pom.xml | 2 +-
services/directory/pom.xml | 2 +-
services/directoryservicedata/pom.xml | 2 +-
services/dlm/pom.xml | 2 +-
services/docdb/pom.xml | 2 +-
services/docdbelastic/pom.xml | 2 +-
services/drs/pom.xml | 2 +-
services/dynamodb/pom.xml | 2 +-
services/ebs/pom.xml | 2 +-
services/ec2/pom.xml | 2 +-
services/ec2instanceconnect/pom.xml | 2 +-
services/ecr/pom.xml | 2 +-
services/ecrpublic/pom.xml | 2 +-
services/ecs/pom.xml | 2 +-
services/efs/pom.xml | 2 +-
services/eks/pom.xml | 2 +-
services/eksauth/pom.xml | 2 +-
services/elasticache/pom.xml | 2 +-
services/elasticbeanstalk/pom.xml | 2 +-
services/elasticinference/pom.xml | 2 +-
services/elasticloadbalancing/pom.xml | 2 +-
services/elasticloadbalancingv2/pom.xml | 2 +-
services/elasticsearch/pom.xml | 2 +-
services/elastictranscoder/pom.xml | 2 +-
services/emr/pom.xml | 2 +-
services/emrcontainers/pom.xml | 2 +-
services/emrserverless/pom.xml | 2 +-
services/entityresolution/pom.xml | 2 +-
services/eventbridge/pom.xml | 2 +-
services/evidently/pom.xml | 2 +-
services/finspace/pom.xml | 2 +-
services/finspacedata/pom.xml | 2 +-
services/firehose/pom.xml | 2 +-
services/fis/pom.xml | 2 +-
services/fms/pom.xml | 2 +-
services/forecast/pom.xml | 2 +-
services/forecastquery/pom.xml | 2 +-
services/frauddetector/pom.xml | 2 +-
services/freetier/pom.xml | 2 +-
services/fsx/pom.xml | 2 +-
services/gamelift/pom.xml | 2 +-
services/glacier/pom.xml | 2 +-
services/globalaccelerator/pom.xml | 2 +-
services/glue/pom.xml | 2 +-
services/grafana/pom.xml | 2 +-
services/greengrass/pom.xml | 2 +-
services/greengrassv2/pom.xml | 2 +-
services/groundstation/pom.xml | 2 +-
services/guardduty/pom.xml | 2 +-
services/health/pom.xml | 2 +-
services/healthlake/pom.xml | 2 +-
services/iam/pom.xml | 2 +-
services/identitystore/pom.xml | 2 +-
services/imagebuilder/pom.xml | 2 +-
services/inspector/pom.xml | 2 +-
services/inspector2/pom.xml | 2 +-
services/inspectorscan/pom.xml | 2 +-
services/internetmonitor/pom.xml | 2 +-
services/iot/pom.xml | 2 +-
services/iot1clickdevices/pom.xml | 2 +-
services/iot1clickprojects/pom.xml | 2 +-
services/iotanalytics/pom.xml | 2 +-
services/iotdataplane/pom.xml | 2 +-
services/iotdeviceadvisor/pom.xml | 2 +-
services/iotevents/pom.xml | 2 +-
services/ioteventsdata/pom.xml | 2 +-
services/iotfleethub/pom.xml | 2 +-
services/iotfleetwise/pom.xml | 2 +-
services/iotjobsdataplane/pom.xml | 2 +-
services/iotsecuretunneling/pom.xml | 2 +-
services/iotsitewise/pom.xml | 2 +-
services/iotthingsgraph/pom.xml | 2 +-
services/iottwinmaker/pom.xml | 2 +-
services/iotwireless/pom.xml | 2 +-
services/ivs/pom.xml | 2 +-
services/ivschat/pom.xml | 2 +-
services/ivsrealtime/pom.xml | 2 +-
services/kafka/pom.xml | 2 +-
services/kafkaconnect/pom.xml | 2 +-
services/kendra/pom.xml | 2 +-
services/kendraranking/pom.xml | 2 +-
services/keyspaces/pom.xml | 2 +-
services/kinesis/pom.xml | 2 +-
services/kinesisanalytics/pom.xml | 2 +-
services/kinesisanalyticsv2/pom.xml | 2 +-
services/kinesisvideo/pom.xml | 2 +-
services/kinesisvideoarchivedmedia/pom.xml | 2 +-
services/kinesisvideomedia/pom.xml | 2 +-
services/kinesisvideosignaling/pom.xml | 2 +-
services/kinesisvideowebrtcstorage/pom.xml | 2 +-
services/kms/pom.xml | 2 +-
services/lakeformation/pom.xml | 2 +-
services/lambda/pom.xml | 2 +-
services/launchwizard/pom.xml | 2 +-
services/lexmodelbuilding/pom.xml | 2 +-
services/lexmodelsv2/pom.xml | 2 +-
services/lexruntime/pom.xml | 2 +-
services/lexruntimev2/pom.xml | 2 +-
services/licensemanager/pom.xml | 2 +-
.../licensemanagerlinuxsubscriptions/pom.xml | 2 +-
.../licensemanagerusersubscriptions/pom.xml | 2 +-
services/lightsail/pom.xml | 2 +-
services/location/pom.xml | 2 +-
services/lookoutequipment/pom.xml | 2 +-
services/lookoutmetrics/pom.xml | 2 +-
services/lookoutvision/pom.xml | 2 +-
services/m2/pom.xml | 2 +-
services/machinelearning/pom.xml | 2 +-
services/macie2/pom.xml | 2 +-
services/mailmanager/pom.xml | 2 +-
services/managedblockchain/pom.xml | 2 +-
services/managedblockchainquery/pom.xml | 2 +-
services/marketplaceagreement/pom.xml | 2 +-
services/marketplacecatalog/pom.xml | 2 +-
services/marketplacecommerceanalytics/pom.xml | 2 +-
services/marketplacedeployment/pom.xml | 2 +-
services/marketplaceentitlement/pom.xml | 2 +-
services/marketplacemetering/pom.xml | 2 +-
services/mediaconnect/pom.xml | 2 +-
services/mediaconvert/pom.xml | 2 +-
services/medialive/pom.xml | 2 +-
services/mediapackage/pom.xml | 2 +-
services/mediapackagev2/pom.xml | 2 +-
services/mediapackagevod/pom.xml | 2 +-
services/mediastore/pom.xml | 2 +-
services/mediastoredata/pom.xml | 2 +-
services/mediatailor/pom.xml | 2 +-
services/medicalimaging/pom.xml | 2 +-
services/memorydb/pom.xml | 2 +-
services/mgn/pom.xml | 2 +-
services/migrationhub/pom.xml | 2 +-
services/migrationhubconfig/pom.xml | 2 +-
services/migrationhuborchestrator/pom.xml | 2 +-
services/migrationhubrefactorspaces/pom.xml | 2 +-
services/migrationhubstrategy/pom.xml | 2 +-
services/mq/pom.xml | 2 +-
services/mturk/pom.xml | 2 +-
services/mwaa/pom.xml | 2 +-
services/neptune/pom.xml | 2 +-
services/neptunedata/pom.xml | 2 +-
services/neptunegraph/pom.xml | 2 +-
services/networkfirewall/pom.xml | 2 +-
services/networkmanager/pom.xml | 2 +-
services/networkmonitor/pom.xml | 2 +-
services/nimble/pom.xml | 2 +-
services/oam/pom.xml | 2 +-
services/omics/pom.xml | 2 +-
services/opensearch/pom.xml | 2 +-
services/opensearchserverless/pom.xml | 2 +-
services/opsworks/pom.xml | 2 +-
services/opsworkscm/pom.xml | 2 +-
services/organizations/pom.xml | 2 +-
services/osis/pom.xml | 2 +-
services/outposts/pom.xml | 2 +-
services/panorama/pom.xml | 2 +-
services/paymentcryptography/pom.xml | 2 +-
services/paymentcryptographydata/pom.xml | 2 +-
services/pcaconnectorad/pom.xml | 2 +-
services/pcaconnectorscep/pom.xml | 2 +-
services/pcs/pom.xml | 2 +-
services/personalize/pom.xml | 2 +-
services/personalizeevents/pom.xml | 2 +-
services/personalizeruntime/pom.xml | 2 +-
services/pi/pom.xml | 2 +-
services/pinpoint/pom.xml | 2 +-
services/pinpointemail/pom.xml | 2 +-
services/pinpointsmsvoice/pom.xml | 2 +-
services/pinpointsmsvoicev2/pom.xml | 2 +-
services/pipes/pom.xml | 2 +-
services/polly/pom.xml | 2 +-
services/pom.xml | 2 +-
services/pricing/pom.xml | 2 +-
services/privatenetworks/pom.xml | 2 +-
services/proton/pom.xml | 2 +-
services/qapps/pom.xml | 2 +-
services/qbusiness/pom.xml | 2 +-
services/qconnect/pom.xml | 2 +-
services/qldb/pom.xml | 2 +-
services/qldbsession/pom.xml | 2 +-
services/quicksight/pom.xml | 2 +-
services/ram/pom.xml | 2 +-
services/rbin/pom.xml | 2 +-
services/rds/pom.xml | 2 +-
services/rdsdata/pom.xml | 2 +-
services/redshift/pom.xml | 2 +-
services/redshiftdata/pom.xml | 2 +-
services/redshiftserverless/pom.xml | 2 +-
services/rekognition/pom.xml | 2 +-
services/repostspace/pom.xml | 2 +-
services/resiliencehub/pom.xml | 2 +-
services/resourceexplorer2/pom.xml | 2 +-
services/resourcegroups/pom.xml | 2 +-
services/resourcegroupstaggingapi/pom.xml | 2 +-
services/robomaker/pom.xml | 2 +-
services/rolesanywhere/pom.xml | 2 +-
services/route53/pom.xml | 2 +-
services/route53domains/pom.xml | 2 +-
services/route53profiles/pom.xml | 2 +-
services/route53recoverycluster/pom.xml | 2 +-
services/route53recoverycontrolconfig/pom.xml | 2 +-
services/route53recoveryreadiness/pom.xml | 2 +-
services/route53resolver/pom.xml | 2 +-
services/rum/pom.xml | 2 +-
services/s3/pom.xml | 2 +-
services/s3control/pom.xml | 2 +-
services/s3outposts/pom.xml | 2 +-
services/sagemaker/pom.xml | 2 +-
services/sagemakera2iruntime/pom.xml | 2 +-
services/sagemakeredge/pom.xml | 2 +-
services/sagemakerfeaturestoreruntime/pom.xml | 2 +-
services/sagemakergeospatial/pom.xml | 2 +-
services/sagemakermetrics/pom.xml | 2 +-
services/sagemakerruntime/pom.xml | 2 +-
services/savingsplans/pom.xml | 2 +-
services/scheduler/pom.xml | 2 +-
services/schemas/pom.xml | 2 +-
services/secretsmanager/pom.xml | 2 +-
services/securityhub/pom.xml | 2 +-
services/securitylake/pom.xml | 2 +-
.../serverlessapplicationrepository/pom.xml | 2 +-
services/servicecatalog/pom.xml | 2 +-
services/servicecatalogappregistry/pom.xml | 2 +-
services/servicediscovery/pom.xml | 2 +-
services/servicequotas/pom.xml | 2 +-
services/ses/pom.xml | 2 +-
services/sesv2/pom.xml | 2 +-
services/sfn/pom.xml | 2 +-
services/shield/pom.xml | 2 +-
services/signer/pom.xml | 2 +-
services/simspaceweaver/pom.xml | 2 +-
services/sms/pom.xml | 2 +-
services/snowball/pom.xml | 2 +-
services/snowdevicemanagement/pom.xml | 2 +-
services/sns/pom.xml | 2 +-
services/sqs/pom.xml | 2 +-
services/ssm/pom.xml | 2 +-
services/ssmcontacts/pom.xml | 2 +-
services/ssmincidents/pom.xml | 2 +-
services/ssmquicksetup/pom.xml | 2 +-
services/ssmsap/pom.xml | 2 +-
services/sso/pom.xml | 2 +-
services/ssoadmin/pom.xml | 2 +-
services/ssooidc/pom.xml | 2 +-
services/storagegateway/pom.xml | 2 +-
services/sts/pom.xml | 2 +-
services/supplychain/pom.xml | 2 +-
services/support/pom.xml | 2 +-
services/supportapp/pom.xml | 2 +-
services/swf/pom.xml | 2 +-
services/synthetics/pom.xml | 2 +-
services/taxsettings/pom.xml | 2 +-
services/textract/pom.xml | 2 +-
services/timestreaminfluxdb/pom.xml | 2 +-
services/timestreamquery/pom.xml | 2 +-
services/timestreamwrite/pom.xml | 2 +-
services/tnb/pom.xml | 2 +-
services/transcribe/pom.xml | 2 +-
services/transcribestreaming/pom.xml | 2 +-
services/transfer/pom.xml | 2 +-
services/translate/pom.xml | 2 +-
services/trustedadvisor/pom.xml | 2 +-
services/verifiedpermissions/pom.xml | 2 +-
services/voiceid/pom.xml | 2 +-
services/vpclattice/pom.xml | 2 +-
services/waf/pom.xml | 2 +-
services/wafv2/pom.xml | 2 +-
services/wellarchitected/pom.xml | 2 +-
services/wisdom/pom.xml | 2 +-
services/workdocs/pom.xml | 2 +-
services/workmail/pom.xml | 2 +-
services/workmailmessageflow/pom.xml | 2 +-
services/workspaces/pom.xml | 2 +-
services/workspacesthinclient/pom.xml | 2 +-
services/workspacesweb/pom.xml | 2 +-
services/xray/pom.xml | 2 +-
test/auth-tests/pom.xml | 2 +-
.../pom.xml | 2 +-
test/bundle-shading-tests/pom.xml | 2 +-
test/codegen-generated-classes-test/pom.xml | 2 +-
test/crt-unavailable-tests/pom.xml | 2 +-
test/http-client-tests/pom.xml | 2 +-
test/module-path-tests/pom.xml | 2 +-
.../pom.xml | 2 +-
test/protocol-tests-core/pom.xml | 2 +-
test/protocol-tests/pom.xml | 2 +-
test/region-testing/pom.xml | 2 +-
test/ruleset-testing-core/pom.xml | 2 +-
test/s3-benchmarks/pom.xml | 2 +-
test/sdk-benchmarks/pom.xml | 2 +-
test/sdk-native-image-test/pom.xml | 2 +-
test/service-test-utils/pom.xml | 2 +-
test/stability-tests/pom.xml | 2 +-
test/test-utils/pom.xml | 2 +-
test/tests-coverage-reporting/pom.xml | 2 +-
test/v2-migration-tests/pom.xml | 2 +-
third-party/pom.xml | 2 +-
third-party/third-party-jackson-core/pom.xml | 2 +-
.../pom.xml | 2 +-
third-party/third-party-slf4j-api/pom.xml | 2 +-
utils/pom.xml | 2 +-
v2-migration/pom.xml | 2 +-
478 files changed, 531 insertions(+), 504 deletions(-)
create mode 100644 .changes/2.28.11.json
delete mode 100644 .changes/next-release/feature-AWSSDKforJavav2-0443982.json
delete mode 100644 .changes/next-release/feature-AWSSecurityHub-9f8257d.json
delete mode 100644 .changes/next-release/feature-AmazonConnectCustomerProfiles-46390df.json
delete mode 100644 .changes/next-release/feature-AmazonQuickSight-28f38ac.json
delete mode 100644 .changes/next-release/feature-AmazonSimpleEmailService-439f294.json
diff --git a/.changes/2.28.11.json b/.changes/2.28.11.json
new file mode 100644
index 000000000000..37efbe940499
--- /dev/null
+++ b/.changes/2.28.11.json
@@ -0,0 +1,36 @@
+{
+ "version": "2.28.11",
+ "date": "2024-09-27",
+ "entries": [
+ {
+ "type": "feature",
+ "category": "AWS SecurityHub",
+ "contributor": "",
+ "description": "Documentation updates for AWS Security Hub"
+ },
+ {
+ "type": "feature",
+ "category": "Amazon Connect Customer Profiles",
+ "contributor": "",
+ "description": "Introduces optional RoleArn parameter for PutIntegration request and includes RoleArn in the response of PutIntegration, GetIntegration and ListIntegrations"
+ },
+ {
+ "type": "feature",
+ "category": "Amazon QuickSight",
+ "contributor": "",
+ "description": "Adding personalization in QuickSight data stories. Admins can enable or disable personalization through QuickSight settings."
+ },
+ {
+ "type": "feature",
+ "category": "Amazon Simple Email Service",
+ "contributor": "",
+ "description": "This release adds support for engagement tracking over Https using custom domains."
+ },
+ {
+ "type": "feature",
+ "category": "AWS SDK for Java v2",
+ "contributor": "",
+ "description": "Updated endpoint and partition metadata."
+ }
+ ]
+}
\ No newline at end of file
diff --git a/.changes/next-release/feature-AWSSDKforJavav2-0443982.json b/.changes/next-release/feature-AWSSDKforJavav2-0443982.json
deleted file mode 100644
index e5b5ee3ca5e3..000000000000
--- a/.changes/next-release/feature-AWSSDKforJavav2-0443982.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "type": "feature",
- "category": "AWS SDK for Java v2",
- "contributor": "",
- "description": "Updated endpoint and partition metadata."
-}
diff --git a/.changes/next-release/feature-AWSSecurityHub-9f8257d.json b/.changes/next-release/feature-AWSSecurityHub-9f8257d.json
deleted file mode 100644
index 9a5444de0895..000000000000
--- a/.changes/next-release/feature-AWSSecurityHub-9f8257d.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "type": "feature",
- "category": "AWS SecurityHub",
- "contributor": "",
- "description": "Documentation updates for AWS Security Hub"
-}
diff --git a/.changes/next-release/feature-AmazonConnectCustomerProfiles-46390df.json b/.changes/next-release/feature-AmazonConnectCustomerProfiles-46390df.json
deleted file mode 100644
index bfcc13c3a479..000000000000
--- a/.changes/next-release/feature-AmazonConnectCustomerProfiles-46390df.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "type": "feature",
- "category": "Amazon Connect Customer Profiles",
- "contributor": "",
- "description": "Introduces optional RoleArn parameter for PutIntegration request and includes RoleArn in the response of PutIntegration, GetIntegration and ListIntegrations"
-}
diff --git a/.changes/next-release/feature-AmazonQuickSight-28f38ac.json b/.changes/next-release/feature-AmazonQuickSight-28f38ac.json
deleted file mode 100644
index eb21686dcf90..000000000000
--- a/.changes/next-release/feature-AmazonQuickSight-28f38ac.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "type": "feature",
- "category": "Amazon QuickSight",
- "contributor": "",
- "description": "Adding personalization in QuickSight data stories. Admins can enable or disable personalization through QuickSight settings."
-}
diff --git a/.changes/next-release/feature-AmazonSimpleEmailService-439f294.json b/.changes/next-release/feature-AmazonSimpleEmailService-439f294.json
deleted file mode 100644
index 131ffa42c0e6..000000000000
--- a/.changes/next-release/feature-AmazonSimpleEmailService-439f294.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "type": "feature",
- "category": "Amazon Simple Email Service",
- "contributor": "",
- "description": "This release adds support for engagement tracking over Https using custom domains."
-}
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a6d65d1a5022..b5c09ddf1d3e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,25 @@
#### 👋 _Looking for changelogs for older versions? You can find them in the [changelogs](./changelogs) directory._
+# __2.28.11__ __2024-09-27__
+## __AWS SDK for Java v2__
+ - ### Features
+ - Updated endpoint and partition metadata.
+
+## __AWS SecurityHub__
+ - ### Features
+ - Documentation updates for AWS Security Hub
+
+## __Amazon Connect Customer Profiles__
+ - ### Features
+ - Introduces optional RoleArn parameter for PutIntegration request and includes RoleArn in the response of PutIntegration, GetIntegration and ListIntegrations
+
+## __Amazon QuickSight__
+ - ### Features
+ - Adding personalization in QuickSight data stories. Admins can enable or disable personalization through QuickSight settings.
+
+## __Amazon Simple Email Service__
+ - ### Features
+ - This release adds support for engagement tracking over Https using custom domains.
+
# __2.28.10__ __2024-09-26__
## __AWS Chatbot__
- ### Features
diff --git a/README.md b/README.md
index 463d7d729ecb..6f13e59a7015 100644
--- a/README.md
+++ b/README.md
@@ -51,7 +51,7 @@ To automatically manage module versions (currently all modules have the same ver
software.amazon.awssdk
bom
- 2.28.10
+ 2.28.11
pom
import
@@ -85,12 +85,12 @@ Alternatively you can add dependencies for the specific services you use only:
software.amazon.awssdk
ec2
- 2.28.10
+ 2.28.11
software.amazon.awssdk
s3
- 2.28.10
+ 2.28.11
```
@@ -102,7 +102,7 @@ You can import the whole SDK into your project (includes *ALL* services). Please
software.amazon.awssdk
aws-sdk-java
- 2.28.10
+ 2.28.11
```
diff --git a/archetypes/archetype-app-quickstart/pom.xml b/archetypes/archetype-app-quickstart/pom.xml
index 3bc463defe4e..1348d5d3d5bd 100644
--- a/archetypes/archetype-app-quickstart/pom.xml
+++ b/archetypes/archetype-app-quickstart/pom.xml
@@ -20,7 +20,7 @@
archetypes
software.amazon.awssdk
- 2.28.11-SNAPSHOT
+ 2.28.11
4.0.0
diff --git a/archetypes/archetype-lambda/pom.xml b/archetypes/archetype-lambda/pom.xml
index a0d33e265906..f371b2d0f154 100644
--- a/archetypes/archetype-lambda/pom.xml
+++ b/archetypes/archetype-lambda/pom.xml
@@ -20,7 +20,7 @@
archetypes
software.amazon.awssdk
- 2.28.11-SNAPSHOT
+ 2.28.11
4.0.0
archetype-lambda
diff --git a/archetypes/archetype-tools/pom.xml b/archetypes/archetype-tools/pom.xml
index 8e080e3e1fd0..390f44dd4d8c 100644
--- a/archetypes/archetype-tools/pom.xml
+++ b/archetypes/archetype-tools/pom.xml
@@ -20,7 +20,7 @@
archetypes
software.amazon.awssdk
- 2.28.11-SNAPSHOT
+ 2.28.11
4.0.0
diff --git a/archetypes/pom.xml b/archetypes/pom.xml
index d928f115df56..cf8ea010a32f 100644
--- a/archetypes/pom.xml
+++ b/archetypes/pom.xml
@@ -20,7 +20,7 @@
aws-sdk-java-pom
software.amazon.awssdk
- 2.28.11-SNAPSHOT
+ 2.28.11
4.0.0
archetypes
diff --git a/aws-sdk-java/pom.xml b/aws-sdk-java/pom.xml
index 9ed59c89e63c..7c316d257bc6 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.28.11-SNAPSHOT
+ 2.28.11
../pom.xml
aws-sdk-java
diff --git a/bom-internal/pom.xml b/bom-internal/pom.xml
index 03c53e1ba4b6..f66f40d4f139 100644
--- a/bom-internal/pom.xml
+++ b/bom-internal/pom.xml
@@ -20,7 +20,7 @@
aws-sdk-java-pom
software.amazon.awssdk
- 2.28.11-SNAPSHOT
+ 2.28.11
4.0.0
diff --git a/bom/pom.xml b/bom/pom.xml
index 35bfe3b300bb..aed1f02b8108 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
aws-sdk-java-pom
- 2.28.11-SNAPSHOT
+ 2.28.11
../pom.xml
bom
diff --git a/bundle-logging-bridge/pom.xml b/bundle-logging-bridge/pom.xml
index 6a12273c3ea5..d272948a83aa 100644
--- a/bundle-logging-bridge/pom.xml
+++ b/bundle-logging-bridge/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
aws-sdk-java-pom
- 2.28.11-SNAPSHOT
+ 2.28.11
bundle-logging-bridge
jar
diff --git a/bundle-sdk/pom.xml b/bundle-sdk/pom.xml
index 5143c7dbc923..92876dbb5ffc 100644
--- a/bundle-sdk/pom.xml
+++ b/bundle-sdk/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
aws-sdk-java-pom
- 2.28.11-SNAPSHOT
+ 2.28.11
bundle-sdk
jar
diff --git a/bundle/pom.xml b/bundle/pom.xml
index 980cc65a2309..8d797d0c3d22 100644
--- a/bundle/pom.xml
+++ b/bundle/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
aws-sdk-java-pom
- 2.28.11-SNAPSHOT
+ 2.28.11
bundle
jar
diff --git a/codegen-lite-maven-plugin/pom.xml b/codegen-lite-maven-plugin/pom.xml
index 0dfd8f189494..24687f037956 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.28.11-SNAPSHOT
+ 2.28.11
../pom.xml
codegen-lite-maven-plugin
diff --git a/codegen-lite/pom.xml b/codegen-lite/pom.xml
index 4cd2bbfb5806..feb560ecf04d 100644
--- a/codegen-lite/pom.xml
+++ b/codegen-lite/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
aws-sdk-java-pom
- 2.28.11-SNAPSHOT
+ 2.28.11
codegen-lite
AWS Java SDK :: Code Generator Lite
diff --git a/codegen-maven-plugin/pom.xml b/codegen-maven-plugin/pom.xml
index ddddda0b1670..4fb8572329be 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.28.11-SNAPSHOT
+ 2.28.11
../pom.xml
codegen-maven-plugin
diff --git a/codegen/pom.xml b/codegen/pom.xml
index fbcec4ae3e45..5166d573e452 100644
--- a/codegen/pom.xml
+++ b/codegen/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
aws-sdk-java-pom
- 2.28.11-SNAPSHOT
+ 2.28.11
codegen
AWS Java SDK :: Code Generator
diff --git a/core/annotations/pom.xml b/core/annotations/pom.xml
index a3b7f02a0b40..6dd50c416e77 100644
--- a/core/annotations/pom.xml
+++ b/core/annotations/pom.xml
@@ -20,7 +20,7 @@
core
software.amazon.awssdk
- 2.28.11-SNAPSHOT
+ 2.28.11
4.0.0
diff --git a/core/arns/pom.xml b/core/arns/pom.xml
index 7fb17d1e5261..7da03b9b06f6 100644
--- a/core/arns/pom.xml
+++ b/core/arns/pom.xml
@@ -20,7 +20,7 @@
core
software.amazon.awssdk
- 2.28.11-SNAPSHOT
+ 2.28.11
4.0.0
diff --git a/core/auth-crt/pom.xml b/core/auth-crt/pom.xml
index 6bce789bab47..be0634ec9671 100644
--- a/core/auth-crt/pom.xml
+++ b/core/auth-crt/pom.xml
@@ -22,7 +22,7 @@
software.amazon.awssdk
core
- 2.28.11-SNAPSHOT
+ 2.28.11
auth-crt
diff --git a/core/auth/pom.xml b/core/auth/pom.xml
index c560ec5a914b..a1d23580ab28 100644
--- a/core/auth/pom.xml
+++ b/core/auth/pom.xml
@@ -22,7 +22,7 @@
software.amazon.awssdk
core
- 2.28.11-SNAPSHOT
+ 2.28.11
auth
diff --git a/core/aws-core/pom.xml b/core/aws-core/pom.xml
index 6d56569c211d..b71bb675189b 100644
--- a/core/aws-core/pom.xml
+++ b/core/aws-core/pom.xml
@@ -22,7 +22,7 @@
software.amazon.awssdk
core
- 2.28.11-SNAPSHOT
+ 2.28.11
aws-core
diff --git a/core/checksums-spi/pom.xml b/core/checksums-spi/pom.xml
index 64d5713af94b..7cdc166ccbd7 100644
--- a/core/checksums-spi/pom.xml
+++ b/core/checksums-spi/pom.xml
@@ -22,7 +22,7 @@
software.amazon.awssdk
core
- 2.28.11-SNAPSHOT
+ 2.28.11
checksums-spi
diff --git a/core/checksums/pom.xml b/core/checksums/pom.xml
index f6d2eb302083..f873fcb63387 100644
--- a/core/checksums/pom.xml
+++ b/core/checksums/pom.xml
@@ -22,7 +22,7 @@
software.amazon.awssdk
core
- 2.28.11-SNAPSHOT
+ 2.28.11
checksums
diff --git a/core/crt-core/pom.xml b/core/crt-core/pom.xml
index 6b88b8dfdca9..00a1f6f8edc6 100644
--- a/core/crt-core/pom.xml
+++ b/core/crt-core/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
core
- 2.28.11-SNAPSHOT
+ 2.28.11
crt-core
diff --git a/core/endpoints-spi/pom.xml b/core/endpoints-spi/pom.xml
index 79dbcaa73871..3bddf964d07c 100644
--- a/core/endpoints-spi/pom.xml
+++ b/core/endpoints-spi/pom.xml
@@ -20,7 +20,7 @@
core
software.amazon.awssdk
- 2.28.11-SNAPSHOT
+ 2.28.11
4.0.0
diff --git a/core/http-auth-aws-crt/pom.xml b/core/http-auth-aws-crt/pom.xml
index 6554510bedf1..eaa33a636ce5 100644
--- a/core/http-auth-aws-crt/pom.xml
+++ b/core/http-auth-aws-crt/pom.xml
@@ -22,7 +22,7 @@
software.amazon.awssdk
core
- 2.28.11-SNAPSHOT
+ 2.28.11
http-auth-aws-crt
diff --git a/core/http-auth-aws-eventstream/pom.xml b/core/http-auth-aws-eventstream/pom.xml
index 80bbaf7851ae..b268ee31c016 100644
--- a/core/http-auth-aws-eventstream/pom.xml
+++ b/core/http-auth-aws-eventstream/pom.xml
@@ -22,7 +22,7 @@
software.amazon.awssdk
core
- 2.28.11-SNAPSHOT
+ 2.28.11
http-auth-aws-eventstream
diff --git a/core/http-auth-aws/pom.xml b/core/http-auth-aws/pom.xml
index 9ed04809a42f..57579dd6c634 100644
--- a/core/http-auth-aws/pom.xml
+++ b/core/http-auth-aws/pom.xml
@@ -22,7 +22,7 @@
software.amazon.awssdk
core
- 2.28.11-SNAPSHOT
+ 2.28.11
http-auth-aws
diff --git a/core/http-auth-spi/pom.xml b/core/http-auth-spi/pom.xml
index 73fc67347920..e6654eda938a 100644
--- a/core/http-auth-spi/pom.xml
+++ b/core/http-auth-spi/pom.xml
@@ -22,7 +22,7 @@
software.amazon.awssdk
core
- 2.28.11-SNAPSHOT
+ 2.28.11
http-auth-spi
diff --git a/core/http-auth/pom.xml b/core/http-auth/pom.xml
index 969041c7da2c..1fcce67dda6d 100644
--- a/core/http-auth/pom.xml
+++ b/core/http-auth/pom.xml
@@ -22,7 +22,7 @@
software.amazon.awssdk
core
- 2.28.11-SNAPSHOT
+ 2.28.11
http-auth
diff --git a/core/identity-spi/pom.xml b/core/identity-spi/pom.xml
index 76f1f2d05c54..25201bbd0c14 100644
--- a/core/identity-spi/pom.xml
+++ b/core/identity-spi/pom.xml
@@ -22,7 +22,7 @@
software.amazon.awssdk
core
- 2.28.11-SNAPSHOT
+ 2.28.11
identity-spi
diff --git a/core/imds/pom.xml b/core/imds/pom.xml
index b234d8ec0661..1dcf040969de 100644
--- a/core/imds/pom.xml
+++ b/core/imds/pom.xml
@@ -20,7 +20,7 @@
core
software.amazon.awssdk
- 2.28.11-SNAPSHOT
+ 2.28.11
4.0.0
imds
diff --git a/core/json-utils/pom.xml b/core/json-utils/pom.xml
index a8a20c0cf36a..599a339a948d 100644
--- a/core/json-utils/pom.xml
+++ b/core/json-utils/pom.xml
@@ -20,7 +20,7 @@
core
software.amazon.awssdk
- 2.28.11-SNAPSHOT
+ 2.28.11
4.0.0
diff --git a/core/metrics-spi/pom.xml b/core/metrics-spi/pom.xml
index 4b19aa7e8eed..d808c3e35544 100644
--- a/core/metrics-spi/pom.xml
+++ b/core/metrics-spi/pom.xml
@@ -5,7 +5,7 @@
core
software.amazon.awssdk
- 2.28.11-SNAPSHOT
+ 2.28.11
4.0.0
diff --git a/core/pom.xml b/core/pom.xml
index ffdc5f504a95..e849159c668b 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -21,7 +21,7 @@
aws-sdk-java-pom
software.amazon.awssdk
- 2.28.11-SNAPSHOT
+ 2.28.11
core
diff --git a/core/profiles/pom.xml b/core/profiles/pom.xml
index d645df9879b0..ee477bb03d76 100644
--- a/core/profiles/pom.xml
+++ b/core/profiles/pom.xml
@@ -22,7 +22,7 @@
software.amazon.awssdk
core
- 2.28.11-SNAPSHOT
+ 2.28.11
profiles
diff --git a/core/protocols/aws-cbor-protocol/pom.xml b/core/protocols/aws-cbor-protocol/pom.xml
index d646fc35eed0..3ab8ee3a194b 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.28.11-SNAPSHOT
+ 2.28.11
4.0.0
diff --git a/core/protocols/aws-json-protocol/pom.xml b/core/protocols/aws-json-protocol/pom.xml
index 53ad995b8028..84cf2acd6ae7 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.28.11-SNAPSHOT
+ 2.28.11
4.0.0
diff --git a/core/protocols/aws-query-protocol/pom.xml b/core/protocols/aws-query-protocol/pom.xml
index c1179caba95c..745cc2a92869 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.28.11-SNAPSHOT
+ 2.28.11
4.0.0
diff --git a/core/protocols/aws-xml-protocol/pom.xml b/core/protocols/aws-xml-protocol/pom.xml
index 6bb02963fa6f..26ffebaee01e 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.28.11-SNAPSHOT
+ 2.28.11
4.0.0
diff --git a/core/protocols/pom.xml b/core/protocols/pom.xml
index e9ca98c0463c..3e9cf3a4089e 100644
--- a/core/protocols/pom.xml
+++ b/core/protocols/pom.xml
@@ -20,7 +20,7 @@
core
software.amazon.awssdk
- 2.28.11-SNAPSHOT
+ 2.28.11
4.0.0
diff --git a/core/protocols/protocol-core/pom.xml b/core/protocols/protocol-core/pom.xml
index 84df57dc6707..37b389c1a871 100644
--- a/core/protocols/protocol-core/pom.xml
+++ b/core/protocols/protocol-core/pom.xml
@@ -20,7 +20,7 @@
protocols
software.amazon.awssdk
- 2.28.11-SNAPSHOT
+ 2.28.11
4.0.0
diff --git a/core/protocols/smithy-rpcv2-protocol/pom.xml b/core/protocols/smithy-rpcv2-protocol/pom.xml
index 2fba234dfcef..b086396bc5cf 100644
--- a/core/protocols/smithy-rpcv2-protocol/pom.xml
+++ b/core/protocols/smithy-rpcv2-protocol/pom.xml
@@ -20,7 +20,7 @@
protocols
software.amazon.awssdk
- 2.28.11-SNAPSHOT
+ 2.28.11
4.0.0
diff --git a/core/regions/pom.xml b/core/regions/pom.xml
index 62fc0ab054eb..393f25b50a5b 100644
--- a/core/regions/pom.xml
+++ b/core/regions/pom.xml
@@ -22,7 +22,7 @@
software.amazon.awssdk
core
- 2.28.11-SNAPSHOT
+ 2.28.11
regions
diff --git a/core/retries-spi/pom.xml b/core/retries-spi/pom.xml
index 6e1daa101606..ce5c3892fadf 100644
--- a/core/retries-spi/pom.xml
+++ b/core/retries-spi/pom.xml
@@ -20,7 +20,7 @@
core
software.amazon.awssdk
- 2.28.11-SNAPSHOT
+ 2.28.11
4.0.0
diff --git a/core/retries/pom.xml b/core/retries/pom.xml
index 53dec3c41e8b..5544dc5ceb52 100644
--- a/core/retries/pom.xml
+++ b/core/retries/pom.xml
@@ -21,7 +21,7 @@
core
software.amazon.awssdk
- 2.28.11-SNAPSHOT
+ 2.28.11
4.0.0
diff --git a/core/sdk-core/pom.xml b/core/sdk-core/pom.xml
index 4a3bcedaa137..f57399ffe749 100644
--- a/core/sdk-core/pom.xml
+++ b/core/sdk-core/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
core
- 2.28.11-SNAPSHOT
+ 2.28.11
sdk-core
AWS Java SDK :: SDK Core
diff --git a/http-client-spi/pom.xml b/http-client-spi/pom.xml
index db3dcc846cf1..8a79e66dfe67 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.28.11-SNAPSHOT
+ 2.28.11
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 cdfa8b21db49..d4906661319d 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.28.11-SNAPSHOT
+ 2.28.11
apache-client
diff --git a/http-clients/aws-crt-client/pom.xml b/http-clients/aws-crt-client/pom.xml
index c60893eeea57..e89b76836c63 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.28.11-SNAPSHOT
+ 2.28.11
4.0.0
diff --git a/http-clients/netty-nio-client/pom.xml b/http-clients/netty-nio-client/pom.xml
index 4a739885cef1..d3baf305283b 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.28.11-SNAPSHOT
+ 2.28.11
4.0.0
diff --git a/http-clients/pom.xml b/http-clients/pom.xml
index ba97c1661e8f..471db44eadda 100644
--- a/http-clients/pom.xml
+++ b/http-clients/pom.xml
@@ -21,7 +21,7 @@
aws-sdk-java-pom
software.amazon.awssdk
- 2.28.11-SNAPSHOT
+ 2.28.11
4.0.0
diff --git a/http-clients/url-connection-client/pom.xml b/http-clients/url-connection-client/pom.xml
index 3e0d2ad360e0..f8c83430c066 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.28.11-SNAPSHOT
+ 2.28.11
4.0.0
diff --git a/metric-publishers/cloudwatch-metric-publisher/pom.xml b/metric-publishers/cloudwatch-metric-publisher/pom.xml
index 46b78862ebb9..3a8759bfd2f2 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.28.11-SNAPSHOT
+ 2.28.11
cloudwatch-metric-publisher
diff --git a/metric-publishers/pom.xml b/metric-publishers/pom.xml
index 732bc7aae842..8c2b042037b3 100644
--- a/metric-publishers/pom.xml
+++ b/metric-publishers/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
aws-sdk-java-pom
- 2.28.11-SNAPSHOT
+ 2.28.11
metric-publishers
diff --git a/pom.xml b/pom.xml
index d7f7a82db0f7..6bdec9f869e9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
4.0.0
software.amazon.awssdk
aws-sdk-java-pom
- 2.28.11-SNAPSHOT
+ 2.28.11
pom
AWS Java SDK :: Parent
The Amazon Web Services SDK for Java provides Java APIs
diff --git a/release-scripts/pom.xml b/release-scripts/pom.xml
index e7ef2fd8777e..40e9ac11b33f 100644
--- a/release-scripts/pom.xml
+++ b/release-scripts/pom.xml
@@ -22,7 +22,7 @@
software.amazon.awssdk
aws-sdk-java-pom
- 2.28.11-SNAPSHOT
+ 2.28.11
../pom.xml
release-scripts
diff --git a/services-custom/dynamodb-enhanced/pom.xml b/services-custom/dynamodb-enhanced/pom.xml
index 3153bb11af63..8063b8562205 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.28.11-SNAPSHOT
+ 2.28.11
dynamodb-enhanced
AWS Java SDK :: DynamoDB :: Enhanced Client
diff --git a/services-custom/iam-policy-builder/pom.xml b/services-custom/iam-policy-builder/pom.xml
index 0e0a84f6b28f..3f074f9f55ec 100644
--- a/services-custom/iam-policy-builder/pom.xml
+++ b/services-custom/iam-policy-builder/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
aws-sdk-java-pom
- 2.28.11-SNAPSHOT
+ 2.28.11
../../pom.xml
iam-policy-builder
diff --git a/services-custom/pom.xml b/services-custom/pom.xml
index c08e15638fa4..8504a415520c 100644
--- a/services-custom/pom.xml
+++ b/services-custom/pom.xml
@@ -19,7 +19,7 @@
software.amazon.awssdk
aws-sdk-java-pom
- 2.28.11-SNAPSHOT
+ 2.28.11
services-custom
AWS Java SDK :: Custom Services
diff --git a/services-custom/s3-event-notifications/pom.xml b/services-custom/s3-event-notifications/pom.xml
index 94d285d6fd0d..0229c754b996 100644
--- a/services-custom/s3-event-notifications/pom.xml
+++ b/services-custom/s3-event-notifications/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
aws-sdk-java-pom
- 2.28.11-SNAPSHOT
+ 2.28.11
../../pom.xml
s3-event-notifications
diff --git a/services-custom/s3-transfer-manager/pom.xml b/services-custom/s3-transfer-manager/pom.xml
index 983cc9b6139e..25d6d2bf2e18 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.28.11-SNAPSHOT
+ 2.28.11
../../pom.xml
s3-transfer-manager
diff --git a/services/accessanalyzer/pom.xml b/services/accessanalyzer/pom.xml
index 47713ae197da..1f361f2c144b 100644
--- a/services/accessanalyzer/pom.xml
+++ b/services/accessanalyzer/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
accessanalyzer
AWS Java SDK :: Services :: AccessAnalyzer
diff --git a/services/account/pom.xml b/services/account/pom.xml
index e521a11d9768..876917598b8d 100644
--- a/services/account/pom.xml
+++ b/services/account/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
account
AWS Java SDK :: Services :: Account
diff --git a/services/acm/pom.xml b/services/acm/pom.xml
index fb790e692d62..701bbc6edd58 100644
--- a/services/acm/pom.xml
+++ b/services/acm/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
acm
AWS Java SDK :: Services :: AWS Certificate Manager
diff --git a/services/acmpca/pom.xml b/services/acmpca/pom.xml
index d21a6646f579..812d64b57d9e 100644
--- a/services/acmpca/pom.xml
+++ b/services/acmpca/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
acmpca
AWS Java SDK :: Services :: ACM PCA
diff --git a/services/amp/pom.xml b/services/amp/pom.xml
index 42ff88d174e5..bc19a39576e3 100644
--- a/services/amp/pom.xml
+++ b/services/amp/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
amp
AWS Java SDK :: Services :: Amp
diff --git a/services/amplify/pom.xml b/services/amplify/pom.xml
index 6af8423a8482..4bda2fd7b20a 100644
--- a/services/amplify/pom.xml
+++ b/services/amplify/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
amplify
AWS Java SDK :: Services :: Amplify
diff --git a/services/amplifybackend/pom.xml b/services/amplifybackend/pom.xml
index 2fd9bec123f0..408a6b65e6d2 100644
--- a/services/amplifybackend/pom.xml
+++ b/services/amplifybackend/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
amplifybackend
AWS Java SDK :: Services :: Amplify Backend
diff --git a/services/amplifyuibuilder/pom.xml b/services/amplifyuibuilder/pom.xml
index 7740cde3dfd9..543ddf68f2fc 100644
--- a/services/amplifyuibuilder/pom.xml
+++ b/services/amplifyuibuilder/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
amplifyuibuilder
AWS Java SDK :: Services :: Amplify UI Builder
diff --git a/services/apigateway/pom.xml b/services/apigateway/pom.xml
index 276a67caf498..6f28c2cf81c8 100644
--- a/services/apigateway/pom.xml
+++ b/services/apigateway/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
apigateway
AWS Java SDK :: Services :: Amazon API Gateway
diff --git a/services/apigatewaymanagementapi/pom.xml b/services/apigatewaymanagementapi/pom.xml
index 5b92e7883723..132dbf96985e 100644
--- a/services/apigatewaymanagementapi/pom.xml
+++ b/services/apigatewaymanagementapi/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
apigatewaymanagementapi
AWS Java SDK :: Services :: ApiGatewayManagementApi
diff --git a/services/apigatewayv2/pom.xml b/services/apigatewayv2/pom.xml
index 4dd644936458..920ea113e732 100644
--- a/services/apigatewayv2/pom.xml
+++ b/services/apigatewayv2/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
apigatewayv2
AWS Java SDK :: Services :: ApiGatewayV2
diff --git a/services/appconfig/pom.xml b/services/appconfig/pom.xml
index 53f4307ff006..dddc2c4d0db6 100644
--- a/services/appconfig/pom.xml
+++ b/services/appconfig/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
appconfig
AWS Java SDK :: Services :: AppConfig
diff --git a/services/appconfigdata/pom.xml b/services/appconfigdata/pom.xml
index fb7653c86443..4f4c77870c0e 100644
--- a/services/appconfigdata/pom.xml
+++ b/services/appconfigdata/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
appconfigdata
AWS Java SDK :: Services :: App Config Data
diff --git a/services/appfabric/pom.xml b/services/appfabric/pom.xml
index 48aef6652d1e..81accdeda848 100644
--- a/services/appfabric/pom.xml
+++ b/services/appfabric/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
appfabric
AWS Java SDK :: Services :: App Fabric
diff --git a/services/appflow/pom.xml b/services/appflow/pom.xml
index 43a432ecbadf..d447b0f63e55 100644
--- a/services/appflow/pom.xml
+++ b/services/appflow/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
appflow
AWS Java SDK :: Services :: Appflow
diff --git a/services/appintegrations/pom.xml b/services/appintegrations/pom.xml
index 6c20fd78c347..708f41783407 100644
--- a/services/appintegrations/pom.xml
+++ b/services/appintegrations/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
appintegrations
AWS Java SDK :: Services :: App Integrations
diff --git a/services/applicationautoscaling/pom.xml b/services/applicationautoscaling/pom.xml
index c92446f166ed..2f4d5e00f40c 100644
--- a/services/applicationautoscaling/pom.xml
+++ b/services/applicationautoscaling/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
applicationautoscaling
AWS Java SDK :: Services :: AWS Application Auto Scaling
diff --git a/services/applicationcostprofiler/pom.xml b/services/applicationcostprofiler/pom.xml
index 94d294e4ef05..4a6578690511 100644
--- a/services/applicationcostprofiler/pom.xml
+++ b/services/applicationcostprofiler/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
applicationcostprofiler
AWS Java SDK :: Services :: Application Cost Profiler
diff --git a/services/applicationdiscovery/pom.xml b/services/applicationdiscovery/pom.xml
index 05bec2929d0c..7390245528a9 100644
--- a/services/applicationdiscovery/pom.xml
+++ b/services/applicationdiscovery/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
applicationdiscovery
AWS Java SDK :: Services :: AWS Application Discovery Service
diff --git a/services/applicationinsights/pom.xml b/services/applicationinsights/pom.xml
index 7cd0095e496c..7cef744fba1f 100644
--- a/services/applicationinsights/pom.xml
+++ b/services/applicationinsights/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
applicationinsights
AWS Java SDK :: Services :: Application Insights
diff --git a/services/applicationsignals/pom.xml b/services/applicationsignals/pom.xml
index 6f1869e996cd..384e92c0894a 100644
--- a/services/applicationsignals/pom.xml
+++ b/services/applicationsignals/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
applicationsignals
AWS Java SDK :: Services :: Application Signals
diff --git a/services/appmesh/pom.xml b/services/appmesh/pom.xml
index 7ee6a6c953c9..ce2fd6c8e454 100644
--- a/services/appmesh/pom.xml
+++ b/services/appmesh/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
appmesh
AWS Java SDK :: Services :: App Mesh
diff --git a/services/apprunner/pom.xml b/services/apprunner/pom.xml
index 1921f7a1ba60..c2096f3c0bb6 100644
--- a/services/apprunner/pom.xml
+++ b/services/apprunner/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
apprunner
AWS Java SDK :: Services :: App Runner
diff --git a/services/appstream/pom.xml b/services/appstream/pom.xml
index 6f8fc8ba3e6c..b6563c1fc1a3 100644
--- a/services/appstream/pom.xml
+++ b/services/appstream/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
appstream
AWS Java SDK :: Services :: Amazon AppStream
diff --git a/services/appsync/pom.xml b/services/appsync/pom.xml
index c178ba4dbbfa..b38686f4e657 100644
--- a/services/appsync/pom.xml
+++ b/services/appsync/pom.xml
@@ -21,7 +21,7 @@
services
software.amazon.awssdk
- 2.28.11-SNAPSHOT
+ 2.28.11
appsync
diff --git a/services/apptest/pom.xml b/services/apptest/pom.xml
index 56d6242ede95..1a15ad4b0b6b 100644
--- a/services/apptest/pom.xml
+++ b/services/apptest/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
apptest
AWS Java SDK :: Services :: App Test
diff --git a/services/arczonalshift/pom.xml b/services/arczonalshift/pom.xml
index 3aafb8714f08..5910e15b4e4b 100644
--- a/services/arczonalshift/pom.xml
+++ b/services/arczonalshift/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
arczonalshift
AWS Java SDK :: Services :: ARC Zonal Shift
diff --git a/services/artifact/pom.xml b/services/artifact/pom.xml
index 582193415c12..291c594547c9 100644
--- a/services/artifact/pom.xml
+++ b/services/artifact/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
artifact
AWS Java SDK :: Services :: Artifact
diff --git a/services/athena/pom.xml b/services/athena/pom.xml
index 1e0ebc62c2ca..aac9fbf31723 100644
--- a/services/athena/pom.xml
+++ b/services/athena/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
athena
AWS Java SDK :: Services :: Amazon Athena
diff --git a/services/auditmanager/pom.xml b/services/auditmanager/pom.xml
index a70589ecdf74..39ffc2a901f3 100644
--- a/services/auditmanager/pom.xml
+++ b/services/auditmanager/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
auditmanager
AWS Java SDK :: Services :: Audit Manager
diff --git a/services/autoscaling/pom.xml b/services/autoscaling/pom.xml
index 82ada4ce81c8..6799dded9d97 100644
--- a/services/autoscaling/pom.xml
+++ b/services/autoscaling/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
autoscaling
AWS Java SDK :: Services :: Auto Scaling
diff --git a/services/autoscalingplans/pom.xml b/services/autoscalingplans/pom.xml
index 3ad201db5390..fd872f25ab58 100644
--- a/services/autoscalingplans/pom.xml
+++ b/services/autoscalingplans/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
autoscalingplans
AWS Java SDK :: Services :: Auto Scaling Plans
diff --git a/services/b2bi/pom.xml b/services/b2bi/pom.xml
index 3633d8c5ee1a..34238da3a6da 100644
--- a/services/b2bi/pom.xml
+++ b/services/b2bi/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
b2bi
AWS Java SDK :: Services :: B2 Bi
diff --git a/services/backup/pom.xml b/services/backup/pom.xml
index b5fffbf63db7..09473dfde862 100644
--- a/services/backup/pom.xml
+++ b/services/backup/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
backup
AWS Java SDK :: Services :: Backup
diff --git a/services/backupgateway/pom.xml b/services/backupgateway/pom.xml
index 2fbd6e290fd1..81d3c11da280 100644
--- a/services/backupgateway/pom.xml
+++ b/services/backupgateway/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
backupgateway
AWS Java SDK :: Services :: Backup Gateway
diff --git a/services/batch/pom.xml b/services/batch/pom.xml
index 299e578fe322..1e8e0beb5241 100644
--- a/services/batch/pom.xml
+++ b/services/batch/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
batch
AWS Java SDK :: Services :: AWS Batch
diff --git a/services/bcmdataexports/pom.xml b/services/bcmdataexports/pom.xml
index 31b0f249d0d9..78600a291ef1 100644
--- a/services/bcmdataexports/pom.xml
+++ b/services/bcmdataexports/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
bcmdataexports
AWS Java SDK :: Services :: BCM Data Exports
diff --git a/services/bedrock/pom.xml b/services/bedrock/pom.xml
index 5132a0ae2759..6519c1c57ed7 100644
--- a/services/bedrock/pom.xml
+++ b/services/bedrock/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
bedrock
AWS Java SDK :: Services :: Bedrock
diff --git a/services/bedrockagent/pom.xml b/services/bedrockagent/pom.xml
index b9021342204b..ddfb116ef423 100644
--- a/services/bedrockagent/pom.xml
+++ b/services/bedrockagent/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
bedrockagent
AWS Java SDK :: Services :: Bedrock Agent
diff --git a/services/bedrockagentruntime/pom.xml b/services/bedrockagentruntime/pom.xml
index a8828dfd1ce9..e26a37408e92 100644
--- a/services/bedrockagentruntime/pom.xml
+++ b/services/bedrockagentruntime/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
bedrockagentruntime
AWS Java SDK :: Services :: Bedrock Agent Runtime
diff --git a/services/bedrockruntime/pom.xml b/services/bedrockruntime/pom.xml
index 3c52c06821dd..66cb5cb134e7 100644
--- a/services/bedrockruntime/pom.xml
+++ b/services/bedrockruntime/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
bedrockruntime
AWS Java SDK :: Services :: Bedrock Runtime
diff --git a/services/billingconductor/pom.xml b/services/billingconductor/pom.xml
index 6853ee886b01..271e06b5ef86 100644
--- a/services/billingconductor/pom.xml
+++ b/services/billingconductor/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
billingconductor
AWS Java SDK :: Services :: Billingconductor
diff --git a/services/braket/pom.xml b/services/braket/pom.xml
index 15d2c953894d..dca4addfb313 100644
--- a/services/braket/pom.xml
+++ b/services/braket/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
braket
AWS Java SDK :: Services :: Braket
diff --git a/services/budgets/pom.xml b/services/budgets/pom.xml
index 6554d151a8ad..948a16cdd05e 100644
--- a/services/budgets/pom.xml
+++ b/services/budgets/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
budgets
AWS Java SDK :: Services :: AWS Budgets
diff --git a/services/chatbot/pom.xml b/services/chatbot/pom.xml
index 822e01bb7183..df6630b9c1fc 100644
--- a/services/chatbot/pom.xml
+++ b/services/chatbot/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
chatbot
AWS Java SDK :: Services :: Chatbot
diff --git a/services/chime/pom.xml b/services/chime/pom.xml
index 1670621c6284..039e4ab1d713 100644
--- a/services/chime/pom.xml
+++ b/services/chime/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
chime
AWS Java SDK :: Services :: Chime
diff --git a/services/chimesdkidentity/pom.xml b/services/chimesdkidentity/pom.xml
index 830c9cafc503..b5d1ac332165 100644
--- a/services/chimesdkidentity/pom.xml
+++ b/services/chimesdkidentity/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
chimesdkidentity
AWS Java SDK :: Services :: Chime SDK Identity
diff --git a/services/chimesdkmediapipelines/pom.xml b/services/chimesdkmediapipelines/pom.xml
index 926ba6218b74..a2b72e6909ce 100644
--- a/services/chimesdkmediapipelines/pom.xml
+++ b/services/chimesdkmediapipelines/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
chimesdkmediapipelines
AWS Java SDK :: Services :: Chime SDK Media Pipelines
diff --git a/services/chimesdkmeetings/pom.xml b/services/chimesdkmeetings/pom.xml
index 47d31c647e22..1c63441b972a 100644
--- a/services/chimesdkmeetings/pom.xml
+++ b/services/chimesdkmeetings/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
chimesdkmeetings
AWS Java SDK :: Services :: Chime SDK Meetings
diff --git a/services/chimesdkmessaging/pom.xml b/services/chimesdkmessaging/pom.xml
index 64e6437a4622..bf674a9e6f31 100644
--- a/services/chimesdkmessaging/pom.xml
+++ b/services/chimesdkmessaging/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
chimesdkmessaging
AWS Java SDK :: Services :: Chime SDK Messaging
diff --git a/services/chimesdkvoice/pom.xml b/services/chimesdkvoice/pom.xml
index 4601720b4e85..e868bef470a6 100644
--- a/services/chimesdkvoice/pom.xml
+++ b/services/chimesdkvoice/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
chimesdkvoice
AWS Java SDK :: Services :: Chime SDK Voice
diff --git a/services/cleanrooms/pom.xml b/services/cleanrooms/pom.xml
index 84a01213b305..5855173ed9e0 100644
--- a/services/cleanrooms/pom.xml
+++ b/services/cleanrooms/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
cleanrooms
AWS Java SDK :: Services :: Clean Rooms
diff --git a/services/cleanroomsml/pom.xml b/services/cleanroomsml/pom.xml
index 4e3fe0a9bced..e747b1d660e1 100644
--- a/services/cleanroomsml/pom.xml
+++ b/services/cleanroomsml/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
cleanroomsml
AWS Java SDK :: Services :: Clean Rooms ML
diff --git a/services/cloud9/pom.xml b/services/cloud9/pom.xml
index 15ef46b430fb..5e04fbcdc1fa 100644
--- a/services/cloud9/pom.xml
+++ b/services/cloud9/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.28.11-SNAPSHOT
+ 2.28.11
4.0.0
cloud9
diff --git a/services/cloudcontrol/pom.xml b/services/cloudcontrol/pom.xml
index c77c833a420c..87e6195fd602 100644
--- a/services/cloudcontrol/pom.xml
+++ b/services/cloudcontrol/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
cloudcontrol
AWS Java SDK :: Services :: Cloud Control
diff --git a/services/clouddirectory/pom.xml b/services/clouddirectory/pom.xml
index 7294d0cce5d6..dc87829d8f65 100644
--- a/services/clouddirectory/pom.xml
+++ b/services/clouddirectory/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
clouddirectory
AWS Java SDK :: Services :: Amazon CloudDirectory
diff --git a/services/cloudformation/pom.xml b/services/cloudformation/pom.xml
index 168bf1e71cce..74908925a089 100644
--- a/services/cloudformation/pom.xml
+++ b/services/cloudformation/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
cloudformation
AWS Java SDK :: Services :: AWS CloudFormation
diff --git a/services/cloudfront/pom.xml b/services/cloudfront/pom.xml
index bf25e4331d0b..3927db43a56c 100644
--- a/services/cloudfront/pom.xml
+++ b/services/cloudfront/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
cloudfront
AWS Java SDK :: Services :: Amazon CloudFront
diff --git a/services/cloudfrontkeyvaluestore/pom.xml b/services/cloudfrontkeyvaluestore/pom.xml
index 212e05acb293..b42ba9a1cb33 100644
--- a/services/cloudfrontkeyvaluestore/pom.xml
+++ b/services/cloudfrontkeyvaluestore/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
cloudfrontkeyvaluestore
AWS Java SDK :: Services :: Cloud Front Key Value Store
diff --git a/services/cloudhsm/pom.xml b/services/cloudhsm/pom.xml
index c34388581f3a..f69572e1d2e6 100644
--- a/services/cloudhsm/pom.xml
+++ b/services/cloudhsm/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
cloudhsm
AWS Java SDK :: Services :: AWS CloudHSM
diff --git a/services/cloudhsmv2/pom.xml b/services/cloudhsmv2/pom.xml
index d33948b91551..81784098eda8 100644
--- a/services/cloudhsmv2/pom.xml
+++ b/services/cloudhsmv2/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.28.11-SNAPSHOT
+ 2.28.11
4.0.0
cloudhsmv2
diff --git a/services/cloudsearch/pom.xml b/services/cloudsearch/pom.xml
index b11291a8a617..37de47345506 100644
--- a/services/cloudsearch/pom.xml
+++ b/services/cloudsearch/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
cloudsearch
AWS Java SDK :: Services :: Amazon CloudSearch
diff --git a/services/cloudsearchdomain/pom.xml b/services/cloudsearchdomain/pom.xml
index ae27ff1edf0e..478c6540034f 100644
--- a/services/cloudsearchdomain/pom.xml
+++ b/services/cloudsearchdomain/pom.xml
@@ -22,7 +22,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
cloudsearchdomain
AWS Java SDK :: Services :: Amazon CloudSearch Domain
diff --git a/services/cloudtrail/pom.xml b/services/cloudtrail/pom.xml
index f6919dba4c39..0c993dacfe79 100644
--- a/services/cloudtrail/pom.xml
+++ b/services/cloudtrail/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
cloudtrail
AWS Java SDK :: Services :: AWS CloudTrail
diff --git a/services/cloudtraildata/pom.xml b/services/cloudtraildata/pom.xml
index 58a3c30ec5d4..bbf92d9fc7b2 100644
--- a/services/cloudtraildata/pom.xml
+++ b/services/cloudtraildata/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
cloudtraildata
AWS Java SDK :: Services :: Cloud Trail Data
diff --git a/services/cloudwatch/pom.xml b/services/cloudwatch/pom.xml
index 237c1022dad8..ee6e15a07add 100644
--- a/services/cloudwatch/pom.xml
+++ b/services/cloudwatch/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
cloudwatch
AWS Java SDK :: Services :: Amazon CloudWatch
diff --git a/services/cloudwatchevents/pom.xml b/services/cloudwatchevents/pom.xml
index 752c8cb6c04b..db3d1eeec6a6 100644
--- a/services/cloudwatchevents/pom.xml
+++ b/services/cloudwatchevents/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
cloudwatchevents
AWS Java SDK :: Services :: Amazon CloudWatch Events
diff --git a/services/cloudwatchlogs/pom.xml b/services/cloudwatchlogs/pom.xml
index 72c60586ceb7..7c9e4c82a116 100644
--- a/services/cloudwatchlogs/pom.xml
+++ b/services/cloudwatchlogs/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
cloudwatchlogs
AWS Java SDK :: Services :: Amazon CloudWatch Logs
diff --git a/services/codeartifact/pom.xml b/services/codeartifact/pom.xml
index daf72d739576..6ad9e18363af 100644
--- a/services/codeartifact/pom.xml
+++ b/services/codeartifact/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
codeartifact
AWS Java SDK :: Services :: Codeartifact
diff --git a/services/codebuild/pom.xml b/services/codebuild/pom.xml
index 0a0f7d2d73c3..12976178ba49 100644
--- a/services/codebuild/pom.xml
+++ b/services/codebuild/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
codebuild
AWS Java SDK :: Services :: AWS Code Build
diff --git a/services/codecatalyst/pom.xml b/services/codecatalyst/pom.xml
index b3cbadd1cc27..26f8c9650a48 100644
--- a/services/codecatalyst/pom.xml
+++ b/services/codecatalyst/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
codecatalyst
AWS Java SDK :: Services :: Code Catalyst
diff --git a/services/codecommit/pom.xml b/services/codecommit/pom.xml
index cb6d8505c6c3..855fbfd5e965 100644
--- a/services/codecommit/pom.xml
+++ b/services/codecommit/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
codecommit
AWS Java SDK :: Services :: AWS CodeCommit
diff --git a/services/codeconnections/pom.xml b/services/codeconnections/pom.xml
index a898b21e2c4c..6adf6ce5205c 100644
--- a/services/codeconnections/pom.xml
+++ b/services/codeconnections/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
codeconnections
AWS Java SDK :: Services :: Code Connections
diff --git a/services/codedeploy/pom.xml b/services/codedeploy/pom.xml
index 32516b582a37..ef5c87499fed 100644
--- a/services/codedeploy/pom.xml
+++ b/services/codedeploy/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
codedeploy
AWS Java SDK :: Services :: AWS CodeDeploy
diff --git a/services/codeguruprofiler/pom.xml b/services/codeguruprofiler/pom.xml
index 4fc7f0ae8f3e..d133adaf04d4 100644
--- a/services/codeguruprofiler/pom.xml
+++ b/services/codeguruprofiler/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
codeguruprofiler
AWS Java SDK :: Services :: CodeGuruProfiler
diff --git a/services/codegurureviewer/pom.xml b/services/codegurureviewer/pom.xml
index 266e0fef6495..e9b528e92900 100644
--- a/services/codegurureviewer/pom.xml
+++ b/services/codegurureviewer/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
codegurureviewer
AWS Java SDK :: Services :: CodeGuru Reviewer
diff --git a/services/codegurusecurity/pom.xml b/services/codegurusecurity/pom.xml
index 4c4cfc773101..f0e1296556ac 100644
--- a/services/codegurusecurity/pom.xml
+++ b/services/codegurusecurity/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
codegurusecurity
AWS Java SDK :: Services :: Code Guru Security
diff --git a/services/codepipeline/pom.xml b/services/codepipeline/pom.xml
index 41de8cf0b041..82d341074a46 100644
--- a/services/codepipeline/pom.xml
+++ b/services/codepipeline/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
codepipeline
AWS Java SDK :: Services :: AWS CodePipeline
diff --git a/services/codestarconnections/pom.xml b/services/codestarconnections/pom.xml
index 1c319a7b909f..d40c1c31ee34 100644
--- a/services/codestarconnections/pom.xml
+++ b/services/codestarconnections/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
codestarconnections
AWS Java SDK :: Services :: CodeStar connections
diff --git a/services/codestarnotifications/pom.xml b/services/codestarnotifications/pom.xml
index 9696192de627..585cfa5f34c6 100644
--- a/services/codestarnotifications/pom.xml
+++ b/services/codestarnotifications/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
codestarnotifications
AWS Java SDK :: Services :: Codestar Notifications
diff --git a/services/cognitoidentity/pom.xml b/services/cognitoidentity/pom.xml
index 1ba71cba2de6..4360cc5e8ec0 100644
--- a/services/cognitoidentity/pom.xml
+++ b/services/cognitoidentity/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
cognitoidentity
AWS Java SDK :: Services :: Amazon Cognito Identity
diff --git a/services/cognitoidentityprovider/pom.xml b/services/cognitoidentityprovider/pom.xml
index 69780a580d04..e236753ea9d8 100644
--- a/services/cognitoidentityprovider/pom.xml
+++ b/services/cognitoidentityprovider/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
cognitoidentityprovider
AWS Java SDK :: Services :: Amazon Cognito Identity Provider Service
diff --git a/services/cognitosync/pom.xml b/services/cognitosync/pom.xml
index e933c022cbe4..7c762de3edd6 100644
--- a/services/cognitosync/pom.xml
+++ b/services/cognitosync/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
cognitosync
AWS Java SDK :: Services :: Amazon Cognito Sync
diff --git a/services/comprehend/pom.xml b/services/comprehend/pom.xml
index 53ddd8592e9b..2c44ea164078 100644
--- a/services/comprehend/pom.xml
+++ b/services/comprehend/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.28.11-SNAPSHOT
+ 2.28.11
4.0.0
comprehend
diff --git a/services/comprehendmedical/pom.xml b/services/comprehendmedical/pom.xml
index 6e5992e1a3c6..8fed4f9ef547 100644
--- a/services/comprehendmedical/pom.xml
+++ b/services/comprehendmedical/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
comprehendmedical
AWS Java SDK :: Services :: ComprehendMedical
diff --git a/services/computeoptimizer/pom.xml b/services/computeoptimizer/pom.xml
index 49d2168fdf35..341e98538a40 100644
--- a/services/computeoptimizer/pom.xml
+++ b/services/computeoptimizer/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
computeoptimizer
AWS Java SDK :: Services :: Compute Optimizer
diff --git a/services/config/pom.xml b/services/config/pom.xml
index 87485a24c782..c97864769f15 100644
--- a/services/config/pom.xml
+++ b/services/config/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
config
AWS Java SDK :: Services :: AWS Config
diff --git a/services/connect/pom.xml b/services/connect/pom.xml
index 2b0b4f0d6ced..8cc164118ee6 100644
--- a/services/connect/pom.xml
+++ b/services/connect/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
connect
AWS Java SDK :: Services :: Connect
diff --git a/services/connectcampaigns/pom.xml b/services/connectcampaigns/pom.xml
index 2fa542deeecb..42e50df430e1 100644
--- a/services/connectcampaigns/pom.xml
+++ b/services/connectcampaigns/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
connectcampaigns
AWS Java SDK :: Services :: Connect Campaigns
diff --git a/services/connectcases/pom.xml b/services/connectcases/pom.xml
index 8cae1b279d9a..27fb17576eda 100644
--- a/services/connectcases/pom.xml
+++ b/services/connectcases/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
connectcases
AWS Java SDK :: Services :: Connect Cases
diff --git a/services/connectcontactlens/pom.xml b/services/connectcontactlens/pom.xml
index 5bc5b03d9f70..f54d847f78c7 100644
--- a/services/connectcontactlens/pom.xml
+++ b/services/connectcontactlens/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
connectcontactlens
AWS Java SDK :: Services :: Connect Contact Lens
diff --git a/services/connectparticipant/pom.xml b/services/connectparticipant/pom.xml
index 6e7815303b18..f7519ce0e0b7 100644
--- a/services/connectparticipant/pom.xml
+++ b/services/connectparticipant/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
connectparticipant
AWS Java SDK :: Services :: ConnectParticipant
diff --git a/services/controlcatalog/pom.xml b/services/controlcatalog/pom.xml
index 8cc78345cdcc..8f8113927362 100644
--- a/services/controlcatalog/pom.xml
+++ b/services/controlcatalog/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
controlcatalog
AWS Java SDK :: Services :: Control Catalog
diff --git a/services/controltower/pom.xml b/services/controltower/pom.xml
index 9671c848016f..5b1973e6d5c0 100644
--- a/services/controltower/pom.xml
+++ b/services/controltower/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
controltower
AWS Java SDK :: Services :: Control Tower
diff --git a/services/costandusagereport/pom.xml b/services/costandusagereport/pom.xml
index 9f04d36d51a7..eef46f1e7ff9 100644
--- a/services/costandusagereport/pom.xml
+++ b/services/costandusagereport/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
costandusagereport
AWS Java SDK :: Services :: AWS Cost and Usage Report
diff --git a/services/costexplorer/pom.xml b/services/costexplorer/pom.xml
index dc3f4b90e22f..0717576cdd0b 100644
--- a/services/costexplorer/pom.xml
+++ b/services/costexplorer/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.28.11-SNAPSHOT
+ 2.28.11
4.0.0
costexplorer
diff --git a/services/costoptimizationhub/pom.xml b/services/costoptimizationhub/pom.xml
index 556230415bab..cff613eeefcf 100644
--- a/services/costoptimizationhub/pom.xml
+++ b/services/costoptimizationhub/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
costoptimizationhub
AWS Java SDK :: Services :: Cost Optimization Hub
diff --git a/services/customerprofiles/pom.xml b/services/customerprofiles/pom.xml
index 4ddeee656135..2ee768722d32 100644
--- a/services/customerprofiles/pom.xml
+++ b/services/customerprofiles/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
customerprofiles
AWS Java SDK :: Services :: Customer Profiles
diff --git a/services/databasemigration/pom.xml b/services/databasemigration/pom.xml
index 3a1579f42994..90d0cfb9ebb5 100644
--- a/services/databasemigration/pom.xml
+++ b/services/databasemigration/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
databasemigration
AWS Java SDK :: Services :: AWS Database Migration Service
diff --git a/services/databrew/pom.xml b/services/databrew/pom.xml
index 3690412d85c5..21b798770310 100644
--- a/services/databrew/pom.xml
+++ b/services/databrew/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
databrew
AWS Java SDK :: Services :: Data Brew
diff --git a/services/dataexchange/pom.xml b/services/dataexchange/pom.xml
index 1b707d9a2aee..687387611eef 100644
--- a/services/dataexchange/pom.xml
+++ b/services/dataexchange/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
dataexchange
AWS Java SDK :: Services :: DataExchange
diff --git a/services/datapipeline/pom.xml b/services/datapipeline/pom.xml
index 65865ad9a21f..1603ff3c91bb 100644
--- a/services/datapipeline/pom.xml
+++ b/services/datapipeline/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
datapipeline
AWS Java SDK :: Services :: AWS Data Pipeline
diff --git a/services/datasync/pom.xml b/services/datasync/pom.xml
index e9bfb61ea656..660275acc62a 100644
--- a/services/datasync/pom.xml
+++ b/services/datasync/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
datasync
AWS Java SDK :: Services :: DataSync
diff --git a/services/datazone/pom.xml b/services/datazone/pom.xml
index 19700e7b0437..fecc45679712 100644
--- a/services/datazone/pom.xml
+++ b/services/datazone/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
datazone
AWS Java SDK :: Services :: Data Zone
diff --git a/services/dax/pom.xml b/services/dax/pom.xml
index 1b4f2143a3db..7c03ed775ae0 100644
--- a/services/dax/pom.xml
+++ b/services/dax/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
dax
AWS Java SDK :: Services :: Amazon DynamoDB Accelerator (DAX)
diff --git a/services/deadline/pom.xml b/services/deadline/pom.xml
index cb5f1675973d..b34e2ab470b0 100644
--- a/services/deadline/pom.xml
+++ b/services/deadline/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
deadline
AWS Java SDK :: Services :: Deadline
diff --git a/services/detective/pom.xml b/services/detective/pom.xml
index d91da66bb63e..aa511aa316a1 100644
--- a/services/detective/pom.xml
+++ b/services/detective/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
detective
AWS Java SDK :: Services :: Detective
diff --git a/services/devicefarm/pom.xml b/services/devicefarm/pom.xml
index cba64d94c5df..5802b0e57370 100644
--- a/services/devicefarm/pom.xml
+++ b/services/devicefarm/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
devicefarm
AWS Java SDK :: Services :: AWS Device Farm
diff --git a/services/devopsguru/pom.xml b/services/devopsguru/pom.xml
index 29224611895e..a79c95534926 100644
--- a/services/devopsguru/pom.xml
+++ b/services/devopsguru/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
devopsguru
AWS Java SDK :: Services :: Dev Ops Guru
diff --git a/services/directconnect/pom.xml b/services/directconnect/pom.xml
index 872508339233..8feee82ced1c 100644
--- a/services/directconnect/pom.xml
+++ b/services/directconnect/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
directconnect
AWS Java SDK :: Services :: AWS Direct Connect
diff --git a/services/directory/pom.xml b/services/directory/pom.xml
index 96286f98d366..0560f818a277 100644
--- a/services/directory/pom.xml
+++ b/services/directory/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
directory
AWS Java SDK :: Services :: AWS Directory Service
diff --git a/services/directoryservicedata/pom.xml b/services/directoryservicedata/pom.xml
index 13415a90b327..8e7d9a350031 100644
--- a/services/directoryservicedata/pom.xml
+++ b/services/directoryservicedata/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
directoryservicedata
AWS Java SDK :: Services :: Directory Service Data
diff --git a/services/dlm/pom.xml b/services/dlm/pom.xml
index f418343396a5..8c42ef9e1540 100644
--- a/services/dlm/pom.xml
+++ b/services/dlm/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
dlm
AWS Java SDK :: Services :: DLM
diff --git a/services/docdb/pom.xml b/services/docdb/pom.xml
index 417b6454a533..4f227e883cdb 100644
--- a/services/docdb/pom.xml
+++ b/services/docdb/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
docdb
AWS Java SDK :: Services :: DocDB
diff --git a/services/docdbelastic/pom.xml b/services/docdbelastic/pom.xml
index b2430c05b9d9..a13c2d1e5be7 100644
--- a/services/docdbelastic/pom.xml
+++ b/services/docdbelastic/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
docdbelastic
AWS Java SDK :: Services :: Doc DB Elastic
diff --git a/services/drs/pom.xml b/services/drs/pom.xml
index 1c8d7f7239d4..cd517dca2aca 100644
--- a/services/drs/pom.xml
+++ b/services/drs/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
drs
AWS Java SDK :: Services :: Drs
diff --git a/services/dynamodb/pom.xml b/services/dynamodb/pom.xml
index d6f890c96458..384df1b3966b 100644
--- a/services/dynamodb/pom.xml
+++ b/services/dynamodb/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
dynamodb
AWS Java SDK :: Services :: Amazon DynamoDB
diff --git a/services/ebs/pom.xml b/services/ebs/pom.xml
index 975b9ffe53e6..80734937c903 100644
--- a/services/ebs/pom.xml
+++ b/services/ebs/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
ebs
AWS Java SDK :: Services :: EBS
diff --git a/services/ec2/pom.xml b/services/ec2/pom.xml
index 4295ae92d2a1..cb2993cacf0d 100644
--- a/services/ec2/pom.xml
+++ b/services/ec2/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
ec2
AWS Java SDK :: Services :: Amazon EC2
diff --git a/services/ec2instanceconnect/pom.xml b/services/ec2instanceconnect/pom.xml
index 2faedc68dde8..48bfe91e2f5f 100644
--- a/services/ec2instanceconnect/pom.xml
+++ b/services/ec2instanceconnect/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
ec2instanceconnect
AWS Java SDK :: Services :: EC2 Instance Connect
diff --git a/services/ecr/pom.xml b/services/ecr/pom.xml
index c7a4f308a9f9..899ed144a5a8 100644
--- a/services/ecr/pom.xml
+++ b/services/ecr/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
ecr
AWS Java SDK :: Services :: Amazon EC2 Container Registry
diff --git a/services/ecrpublic/pom.xml b/services/ecrpublic/pom.xml
index 831ccc01a661..bb63bb7da43a 100644
--- a/services/ecrpublic/pom.xml
+++ b/services/ecrpublic/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
ecrpublic
AWS Java SDK :: Services :: ECR PUBLIC
diff --git a/services/ecs/pom.xml b/services/ecs/pom.xml
index 99a937b4783c..cce88645aec2 100644
--- a/services/ecs/pom.xml
+++ b/services/ecs/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
ecs
AWS Java SDK :: Services :: Amazon EC2 Container Service
diff --git a/services/efs/pom.xml b/services/efs/pom.xml
index 66315b5e417e..7a161e8be87c 100644
--- a/services/efs/pom.xml
+++ b/services/efs/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
efs
AWS Java SDK :: Services :: Amazon Elastic File System
diff --git a/services/eks/pom.xml b/services/eks/pom.xml
index 88985e42fd4a..e178ee444ce6 100644
--- a/services/eks/pom.xml
+++ b/services/eks/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
eks
AWS Java SDK :: Services :: EKS
diff --git a/services/eksauth/pom.xml b/services/eksauth/pom.xml
index db6146bcaac2..4358bf97c2d3 100644
--- a/services/eksauth/pom.xml
+++ b/services/eksauth/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
eksauth
AWS Java SDK :: Services :: EKS Auth
diff --git a/services/elasticache/pom.xml b/services/elasticache/pom.xml
index 10616d363c69..d632d9418366 100644
--- a/services/elasticache/pom.xml
+++ b/services/elasticache/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
elasticache
AWS Java SDK :: Services :: Amazon ElastiCache
diff --git a/services/elasticbeanstalk/pom.xml b/services/elasticbeanstalk/pom.xml
index ffada2048d64..e4beb4671d2c 100644
--- a/services/elasticbeanstalk/pom.xml
+++ b/services/elasticbeanstalk/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
elasticbeanstalk
AWS Java SDK :: Services :: AWS Elastic Beanstalk
diff --git a/services/elasticinference/pom.xml b/services/elasticinference/pom.xml
index e4a0bdc5ca16..f6a4367e8ed6 100644
--- a/services/elasticinference/pom.xml
+++ b/services/elasticinference/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
elasticinference
AWS Java SDK :: Services :: Elastic Inference
diff --git a/services/elasticloadbalancing/pom.xml b/services/elasticloadbalancing/pom.xml
index 8b63c9c959c5..299ad03391de 100644
--- a/services/elasticloadbalancing/pom.xml
+++ b/services/elasticloadbalancing/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
elasticloadbalancing
AWS Java SDK :: Services :: Elastic Load Balancing
diff --git a/services/elasticloadbalancingv2/pom.xml b/services/elasticloadbalancingv2/pom.xml
index 6f37f26e0a96..6c00813280e2 100644
--- a/services/elasticloadbalancingv2/pom.xml
+++ b/services/elasticloadbalancingv2/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
elasticloadbalancingv2
AWS Java SDK :: Services :: Elastic Load Balancing V2
diff --git a/services/elasticsearch/pom.xml b/services/elasticsearch/pom.xml
index 547b464631d1..edd2bee7d09a 100644
--- a/services/elasticsearch/pom.xml
+++ b/services/elasticsearch/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
elasticsearch
AWS Java SDK :: Services :: Amazon Elasticsearch Service
diff --git a/services/elastictranscoder/pom.xml b/services/elastictranscoder/pom.xml
index 18f430232cd3..3821be502308 100644
--- a/services/elastictranscoder/pom.xml
+++ b/services/elastictranscoder/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
elastictranscoder
AWS Java SDK :: Services :: Amazon Elastic Transcoder
diff --git a/services/emr/pom.xml b/services/emr/pom.xml
index e7f8123d01eb..bcd6be8f5e2c 100644
--- a/services/emr/pom.xml
+++ b/services/emr/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
emr
AWS Java SDK :: Services :: Amazon EMR
diff --git a/services/emrcontainers/pom.xml b/services/emrcontainers/pom.xml
index 47ee94666be3..420686d44530 100644
--- a/services/emrcontainers/pom.xml
+++ b/services/emrcontainers/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
emrcontainers
AWS Java SDK :: Services :: EMR Containers
diff --git a/services/emrserverless/pom.xml b/services/emrserverless/pom.xml
index bfec114b5f9b..bc11dda8020d 100644
--- a/services/emrserverless/pom.xml
+++ b/services/emrserverless/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
emrserverless
AWS Java SDK :: Services :: EMR Serverless
diff --git a/services/entityresolution/pom.xml b/services/entityresolution/pom.xml
index 35349868de56..aa60f80d5d60 100644
--- a/services/entityresolution/pom.xml
+++ b/services/entityresolution/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
entityresolution
AWS Java SDK :: Services :: Entity Resolution
diff --git a/services/eventbridge/pom.xml b/services/eventbridge/pom.xml
index a9082c4f782d..b862d7783ab3 100644
--- a/services/eventbridge/pom.xml
+++ b/services/eventbridge/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
eventbridge
AWS Java SDK :: Services :: EventBridge
diff --git a/services/evidently/pom.xml b/services/evidently/pom.xml
index 185b78d54b64..ed0ccb26e842 100644
--- a/services/evidently/pom.xml
+++ b/services/evidently/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
evidently
AWS Java SDK :: Services :: Evidently
diff --git a/services/finspace/pom.xml b/services/finspace/pom.xml
index 01bb6a0dda81..e2a2b4e66e5e 100644
--- a/services/finspace/pom.xml
+++ b/services/finspace/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
finspace
AWS Java SDK :: Services :: Finspace
diff --git a/services/finspacedata/pom.xml b/services/finspacedata/pom.xml
index 2658304a861a..d4a7b498d126 100644
--- a/services/finspacedata/pom.xml
+++ b/services/finspacedata/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
finspacedata
AWS Java SDK :: Services :: Finspace Data
diff --git a/services/firehose/pom.xml b/services/firehose/pom.xml
index ddc6f41a3989..6b4c7063b7c1 100644
--- a/services/firehose/pom.xml
+++ b/services/firehose/pom.xml
@@ -22,7 +22,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
firehose
AWS Java SDK :: Services :: Amazon Kinesis Firehose
diff --git a/services/fis/pom.xml b/services/fis/pom.xml
index 910d61afa8a4..6c00a3ead2a7 100644
--- a/services/fis/pom.xml
+++ b/services/fis/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
fis
AWS Java SDK :: Services :: Fis
diff --git a/services/fms/pom.xml b/services/fms/pom.xml
index 5827dddaab43..78049bad8cf5 100644
--- a/services/fms/pom.xml
+++ b/services/fms/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
fms
AWS Java SDK :: Services :: FMS
diff --git a/services/forecast/pom.xml b/services/forecast/pom.xml
index 691018d77f70..070bbe46cc8f 100644
--- a/services/forecast/pom.xml
+++ b/services/forecast/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
forecast
AWS Java SDK :: Services :: Forecast
diff --git a/services/forecastquery/pom.xml b/services/forecastquery/pom.xml
index 0a960fbb1cc8..327c7bb6b424 100644
--- a/services/forecastquery/pom.xml
+++ b/services/forecastquery/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
forecastquery
AWS Java SDK :: Services :: Forecastquery
diff --git a/services/frauddetector/pom.xml b/services/frauddetector/pom.xml
index 5b6457cee902..5ac9bb267e6d 100644
--- a/services/frauddetector/pom.xml
+++ b/services/frauddetector/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
frauddetector
AWS Java SDK :: Services :: FraudDetector
diff --git a/services/freetier/pom.xml b/services/freetier/pom.xml
index c154f47a1d65..65f9dfe5099a 100644
--- a/services/freetier/pom.xml
+++ b/services/freetier/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
freetier
AWS Java SDK :: Services :: Free Tier
diff --git a/services/fsx/pom.xml b/services/fsx/pom.xml
index 1ecac45f38db..07d94f271ec1 100644
--- a/services/fsx/pom.xml
+++ b/services/fsx/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
fsx
AWS Java SDK :: Services :: FSx
diff --git a/services/gamelift/pom.xml b/services/gamelift/pom.xml
index 9b9ef85808bf..b0b9c0e38e2b 100644
--- a/services/gamelift/pom.xml
+++ b/services/gamelift/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
gamelift
AWS Java SDK :: Services :: AWS GameLift
diff --git a/services/glacier/pom.xml b/services/glacier/pom.xml
index 25b0c28bd5ef..c5626d2fcbe7 100644
--- a/services/glacier/pom.xml
+++ b/services/glacier/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
glacier
AWS Java SDK :: Services :: Amazon Glacier
diff --git a/services/globalaccelerator/pom.xml b/services/globalaccelerator/pom.xml
index 9786efb0acc6..14e45963b4b6 100644
--- a/services/globalaccelerator/pom.xml
+++ b/services/globalaccelerator/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
globalaccelerator
AWS Java SDK :: Services :: Global Accelerator
diff --git a/services/glue/pom.xml b/services/glue/pom.xml
index d519ff4a6104..3800bb41219b 100644
--- a/services/glue/pom.xml
+++ b/services/glue/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.28.11-SNAPSHOT
+ 2.28.11
4.0.0
glue
diff --git a/services/grafana/pom.xml b/services/grafana/pom.xml
index 2147f71b9bfd..41c06c0affde 100644
--- a/services/grafana/pom.xml
+++ b/services/grafana/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
grafana
AWS Java SDK :: Services :: Grafana
diff --git a/services/greengrass/pom.xml b/services/greengrass/pom.xml
index 803442607d50..6711e8115c2c 100644
--- a/services/greengrass/pom.xml
+++ b/services/greengrass/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
greengrass
AWS Java SDK :: Services :: AWS Greengrass
diff --git a/services/greengrassv2/pom.xml b/services/greengrassv2/pom.xml
index 87de9d9c7a46..540c22f863e3 100644
--- a/services/greengrassv2/pom.xml
+++ b/services/greengrassv2/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
greengrassv2
AWS Java SDK :: Services :: Greengrass V2
diff --git a/services/groundstation/pom.xml b/services/groundstation/pom.xml
index c04afc392085..d177afba46f8 100644
--- a/services/groundstation/pom.xml
+++ b/services/groundstation/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
groundstation
AWS Java SDK :: Services :: GroundStation
diff --git a/services/guardduty/pom.xml b/services/guardduty/pom.xml
index f257e368163d..7e6cc72d7868 100644
--- a/services/guardduty/pom.xml
+++ b/services/guardduty/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.28.11-SNAPSHOT
+ 2.28.11
4.0.0
guardduty
diff --git a/services/health/pom.xml b/services/health/pom.xml
index 40d878fe1d0c..f534e417f5e1 100644
--- a/services/health/pom.xml
+++ b/services/health/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
health
AWS Java SDK :: Services :: AWS Health APIs and Notifications
diff --git a/services/healthlake/pom.xml b/services/healthlake/pom.xml
index 5817019d25b7..6e269c805167 100644
--- a/services/healthlake/pom.xml
+++ b/services/healthlake/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
healthlake
AWS Java SDK :: Services :: Health Lake
diff --git a/services/iam/pom.xml b/services/iam/pom.xml
index f93471fa079d..66653c319003 100644
--- a/services/iam/pom.xml
+++ b/services/iam/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
iam
AWS Java SDK :: Services :: AWS IAM
diff --git a/services/identitystore/pom.xml b/services/identitystore/pom.xml
index 9af1c5b6cdfb..bf22b610833a 100644
--- a/services/identitystore/pom.xml
+++ b/services/identitystore/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
identitystore
AWS Java SDK :: Services :: Identitystore
diff --git a/services/imagebuilder/pom.xml b/services/imagebuilder/pom.xml
index a6d86fcab26c..622f17d41f94 100644
--- a/services/imagebuilder/pom.xml
+++ b/services/imagebuilder/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
imagebuilder
AWS Java SDK :: Services :: Imagebuilder
diff --git a/services/inspector/pom.xml b/services/inspector/pom.xml
index 7764050ce714..71c21a57f4c7 100644
--- a/services/inspector/pom.xml
+++ b/services/inspector/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
inspector
AWS Java SDK :: Services :: Amazon Inspector Service
diff --git a/services/inspector2/pom.xml b/services/inspector2/pom.xml
index 5fc36dea20c6..bd721475241e 100644
--- a/services/inspector2/pom.xml
+++ b/services/inspector2/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
inspector2
AWS Java SDK :: Services :: Inspector2
diff --git a/services/inspectorscan/pom.xml b/services/inspectorscan/pom.xml
index fb23cffdd2b0..14f3b3a29a4c 100644
--- a/services/inspectorscan/pom.xml
+++ b/services/inspectorscan/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
inspectorscan
AWS Java SDK :: Services :: Inspector Scan
diff --git a/services/internetmonitor/pom.xml b/services/internetmonitor/pom.xml
index 06f961ebc8b1..5b32f3562153 100644
--- a/services/internetmonitor/pom.xml
+++ b/services/internetmonitor/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
internetmonitor
AWS Java SDK :: Services :: Internet Monitor
diff --git a/services/iot/pom.xml b/services/iot/pom.xml
index 0e3d55f655c2..1358d930f7d0 100644
--- a/services/iot/pom.xml
+++ b/services/iot/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
iot
AWS Java SDK :: Services :: AWS IoT
diff --git a/services/iot1clickdevices/pom.xml b/services/iot1clickdevices/pom.xml
index 49542a0015b6..eb9dc22dcd9d 100644
--- a/services/iot1clickdevices/pom.xml
+++ b/services/iot1clickdevices/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
iot1clickdevices
AWS Java SDK :: Services :: IoT 1Click Devices Service
diff --git a/services/iot1clickprojects/pom.xml b/services/iot1clickprojects/pom.xml
index a218d41577fd..0cde0b5d2ed2 100644
--- a/services/iot1clickprojects/pom.xml
+++ b/services/iot1clickprojects/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
iot1clickprojects
AWS Java SDK :: Services :: IoT 1Click Projects
diff --git a/services/iotanalytics/pom.xml b/services/iotanalytics/pom.xml
index 842d738479cf..43ccd6451cc6 100644
--- a/services/iotanalytics/pom.xml
+++ b/services/iotanalytics/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
iotanalytics
AWS Java SDK :: Services :: IoTAnalytics
diff --git a/services/iotdataplane/pom.xml b/services/iotdataplane/pom.xml
index ff85b08072b0..a49d6b54b095 100644
--- a/services/iotdataplane/pom.xml
+++ b/services/iotdataplane/pom.xml
@@ -22,7 +22,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
iotdataplane
AWS Java SDK :: Services :: AWS IoT Data Plane
diff --git a/services/iotdeviceadvisor/pom.xml b/services/iotdeviceadvisor/pom.xml
index bb1e10253bbc..31f1bee36f04 100644
--- a/services/iotdeviceadvisor/pom.xml
+++ b/services/iotdeviceadvisor/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
iotdeviceadvisor
AWS Java SDK :: Services :: Iot Device Advisor
diff --git a/services/iotevents/pom.xml b/services/iotevents/pom.xml
index b0774cd9fdb6..e315051a7741 100644
--- a/services/iotevents/pom.xml
+++ b/services/iotevents/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
iotevents
AWS Java SDK :: Services :: IoT Events
diff --git a/services/ioteventsdata/pom.xml b/services/ioteventsdata/pom.xml
index d4c1e8a7864b..6b7149791d24 100644
--- a/services/ioteventsdata/pom.xml
+++ b/services/ioteventsdata/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
ioteventsdata
AWS Java SDK :: Services :: IoT Events Data
diff --git a/services/iotfleethub/pom.xml b/services/iotfleethub/pom.xml
index e8aa8859f233..ae6d75871cb4 100644
--- a/services/iotfleethub/pom.xml
+++ b/services/iotfleethub/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
iotfleethub
AWS Java SDK :: Services :: Io T Fleet Hub
diff --git a/services/iotfleetwise/pom.xml b/services/iotfleetwise/pom.xml
index d89123bc879a..b445aeba1916 100644
--- a/services/iotfleetwise/pom.xml
+++ b/services/iotfleetwise/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
iotfleetwise
AWS Java SDK :: Services :: Io T Fleet Wise
diff --git a/services/iotjobsdataplane/pom.xml b/services/iotjobsdataplane/pom.xml
index b7e6a4d0262a..f1c12accc747 100644
--- a/services/iotjobsdataplane/pom.xml
+++ b/services/iotjobsdataplane/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
iotjobsdataplane
AWS Java SDK :: Services :: IoT Jobs Data Plane
diff --git a/services/iotsecuretunneling/pom.xml b/services/iotsecuretunneling/pom.xml
index cede785afc19..15ddbe90b238 100644
--- a/services/iotsecuretunneling/pom.xml
+++ b/services/iotsecuretunneling/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
iotsecuretunneling
AWS Java SDK :: Services :: IoTSecureTunneling
diff --git a/services/iotsitewise/pom.xml b/services/iotsitewise/pom.xml
index 730b81695f4a..572cc9aa7ede 100644
--- a/services/iotsitewise/pom.xml
+++ b/services/iotsitewise/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
iotsitewise
AWS Java SDK :: Services :: Io T Site Wise
diff --git a/services/iotthingsgraph/pom.xml b/services/iotthingsgraph/pom.xml
index 5c20d3791554..36eac7962524 100644
--- a/services/iotthingsgraph/pom.xml
+++ b/services/iotthingsgraph/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
iotthingsgraph
AWS Java SDK :: Services :: IoTThingsGraph
diff --git a/services/iottwinmaker/pom.xml b/services/iottwinmaker/pom.xml
index e5ea69d81804..076171188b66 100644
--- a/services/iottwinmaker/pom.xml
+++ b/services/iottwinmaker/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
iottwinmaker
AWS Java SDK :: Services :: Io T Twin Maker
diff --git a/services/iotwireless/pom.xml b/services/iotwireless/pom.xml
index 591da1d231bd..78f537e869ff 100644
--- a/services/iotwireless/pom.xml
+++ b/services/iotwireless/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
iotwireless
AWS Java SDK :: Services :: IoT Wireless
diff --git a/services/ivs/pom.xml b/services/ivs/pom.xml
index 334982451415..afba58a90f98 100644
--- a/services/ivs/pom.xml
+++ b/services/ivs/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
ivs
AWS Java SDK :: Services :: Ivs
diff --git a/services/ivschat/pom.xml b/services/ivschat/pom.xml
index 126fb217d83b..b8aaa9d8b424 100644
--- a/services/ivschat/pom.xml
+++ b/services/ivschat/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
ivschat
AWS Java SDK :: Services :: Ivschat
diff --git a/services/ivsrealtime/pom.xml b/services/ivsrealtime/pom.xml
index a8535630bcd6..5ea0e6f27cff 100644
--- a/services/ivsrealtime/pom.xml
+++ b/services/ivsrealtime/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
ivsrealtime
AWS Java SDK :: Services :: IVS Real Time
diff --git a/services/kafka/pom.xml b/services/kafka/pom.xml
index d85ea33643cb..f9758e1ebfb5 100644
--- a/services/kafka/pom.xml
+++ b/services/kafka/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
kafka
AWS Java SDK :: Services :: Kafka
diff --git a/services/kafkaconnect/pom.xml b/services/kafkaconnect/pom.xml
index 014080ea7c7c..8a102987b47f 100644
--- a/services/kafkaconnect/pom.xml
+++ b/services/kafkaconnect/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
kafkaconnect
AWS Java SDK :: Services :: Kafka Connect
diff --git a/services/kendra/pom.xml b/services/kendra/pom.xml
index 73b5bd3ae6ed..0d82b8200fb6 100644
--- a/services/kendra/pom.xml
+++ b/services/kendra/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
kendra
AWS Java SDK :: Services :: Kendra
diff --git a/services/kendraranking/pom.xml b/services/kendraranking/pom.xml
index 50e2a1b01437..ecafcfc011cb 100644
--- a/services/kendraranking/pom.xml
+++ b/services/kendraranking/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
kendraranking
AWS Java SDK :: Services :: Kendra Ranking
diff --git a/services/keyspaces/pom.xml b/services/keyspaces/pom.xml
index 187fff6cc0c1..44e99f245902 100644
--- a/services/keyspaces/pom.xml
+++ b/services/keyspaces/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
keyspaces
AWS Java SDK :: Services :: Keyspaces
diff --git a/services/kinesis/pom.xml b/services/kinesis/pom.xml
index f8a1d0699626..83a9258123ff 100644
--- a/services/kinesis/pom.xml
+++ b/services/kinesis/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
kinesis
AWS Java SDK :: Services :: Amazon Kinesis
diff --git a/services/kinesisanalytics/pom.xml b/services/kinesisanalytics/pom.xml
index e7983402e4e3..f6bafbc31dc2 100644
--- a/services/kinesisanalytics/pom.xml
+++ b/services/kinesisanalytics/pom.xml
@@ -22,7 +22,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
kinesisanalytics
AWS Java SDK :: Services :: Amazon Kinesis Analytics
diff --git a/services/kinesisanalyticsv2/pom.xml b/services/kinesisanalyticsv2/pom.xml
index a61517467e49..712585ac0d81 100644
--- a/services/kinesisanalyticsv2/pom.xml
+++ b/services/kinesisanalyticsv2/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
kinesisanalyticsv2
AWS Java SDK :: Services :: Kinesis Analytics V2
diff --git a/services/kinesisvideo/pom.xml b/services/kinesisvideo/pom.xml
index da96bb680516..9baf32c24630 100644
--- a/services/kinesisvideo/pom.xml
+++ b/services/kinesisvideo/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.28.11-SNAPSHOT
+ 2.28.11
4.0.0
kinesisvideo
diff --git a/services/kinesisvideoarchivedmedia/pom.xml b/services/kinesisvideoarchivedmedia/pom.xml
index 18550ee219fd..2e0f5259f18d 100644
--- a/services/kinesisvideoarchivedmedia/pom.xml
+++ b/services/kinesisvideoarchivedmedia/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
kinesisvideoarchivedmedia
AWS Java SDK :: Services :: Kinesis Video Archived Media
diff --git a/services/kinesisvideomedia/pom.xml b/services/kinesisvideomedia/pom.xml
index a47decafd885..1fc57bf5eedf 100644
--- a/services/kinesisvideomedia/pom.xml
+++ b/services/kinesisvideomedia/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
kinesisvideomedia
AWS Java SDK :: Services :: Kinesis Video Media
diff --git a/services/kinesisvideosignaling/pom.xml b/services/kinesisvideosignaling/pom.xml
index 5bada9fd93c1..59346663a1ad 100644
--- a/services/kinesisvideosignaling/pom.xml
+++ b/services/kinesisvideosignaling/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
kinesisvideosignaling
AWS Java SDK :: Services :: Kinesis Video Signaling
diff --git a/services/kinesisvideowebrtcstorage/pom.xml b/services/kinesisvideowebrtcstorage/pom.xml
index 685fc87f7f1c..48379932851d 100644
--- a/services/kinesisvideowebrtcstorage/pom.xml
+++ b/services/kinesisvideowebrtcstorage/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
kinesisvideowebrtcstorage
AWS Java SDK :: Services :: Kinesis Video Web RTC Storage
diff --git a/services/kms/pom.xml b/services/kms/pom.xml
index 978c2074d0c8..79dca920567e 100644
--- a/services/kms/pom.xml
+++ b/services/kms/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
kms
AWS Java SDK :: Services :: AWS KMS
diff --git a/services/lakeformation/pom.xml b/services/lakeformation/pom.xml
index 7d959aed3978..0a2a2486fa30 100644
--- a/services/lakeformation/pom.xml
+++ b/services/lakeformation/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
lakeformation
AWS Java SDK :: Services :: LakeFormation
diff --git a/services/lambda/pom.xml b/services/lambda/pom.xml
index 6e12372c4409..352e38684b29 100644
--- a/services/lambda/pom.xml
+++ b/services/lambda/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
lambda
AWS Java SDK :: Services :: AWS Lambda
diff --git a/services/launchwizard/pom.xml b/services/launchwizard/pom.xml
index 58caef8f43d9..b03c84669eb4 100644
--- a/services/launchwizard/pom.xml
+++ b/services/launchwizard/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
launchwizard
AWS Java SDK :: Services :: Launch Wizard
diff --git a/services/lexmodelbuilding/pom.xml b/services/lexmodelbuilding/pom.xml
index 87be5805b248..84da5ca3ee1d 100644
--- a/services/lexmodelbuilding/pom.xml
+++ b/services/lexmodelbuilding/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
lexmodelbuilding
AWS Java SDK :: Services :: Amazon Lex Model Building
diff --git a/services/lexmodelsv2/pom.xml b/services/lexmodelsv2/pom.xml
index 6aaa6bb8dfed..748a5f79c083 100644
--- a/services/lexmodelsv2/pom.xml
+++ b/services/lexmodelsv2/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
lexmodelsv2
AWS Java SDK :: Services :: Lex Models V2
diff --git a/services/lexruntime/pom.xml b/services/lexruntime/pom.xml
index 67ca8183d0b7..49dedea956d0 100644
--- a/services/lexruntime/pom.xml
+++ b/services/lexruntime/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
lexruntime
AWS Java SDK :: Services :: Amazon Lex Runtime
diff --git a/services/lexruntimev2/pom.xml b/services/lexruntimev2/pom.xml
index 21a606f54edb..163ec5158a44 100644
--- a/services/lexruntimev2/pom.xml
+++ b/services/lexruntimev2/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
lexruntimev2
AWS Java SDK :: Services :: Lex Runtime V2
diff --git a/services/licensemanager/pom.xml b/services/licensemanager/pom.xml
index ec317792186c..a9c621d3a8b3 100644
--- a/services/licensemanager/pom.xml
+++ b/services/licensemanager/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
licensemanager
AWS Java SDK :: Services :: License Manager
diff --git a/services/licensemanagerlinuxsubscriptions/pom.xml b/services/licensemanagerlinuxsubscriptions/pom.xml
index 06519bfa8a45..8a7e4b729947 100644
--- a/services/licensemanagerlinuxsubscriptions/pom.xml
+++ b/services/licensemanagerlinuxsubscriptions/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
licensemanagerlinuxsubscriptions
AWS Java SDK :: Services :: License Manager Linux Subscriptions
diff --git a/services/licensemanagerusersubscriptions/pom.xml b/services/licensemanagerusersubscriptions/pom.xml
index 805d82c161f6..2aa9c2586b5a 100644
--- a/services/licensemanagerusersubscriptions/pom.xml
+++ b/services/licensemanagerusersubscriptions/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
licensemanagerusersubscriptions
AWS Java SDK :: Services :: License Manager User Subscriptions
diff --git a/services/lightsail/pom.xml b/services/lightsail/pom.xml
index 8b543687c786..dfcdbe904b02 100644
--- a/services/lightsail/pom.xml
+++ b/services/lightsail/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
lightsail
AWS Java SDK :: Services :: Amazon Lightsail
diff --git a/services/location/pom.xml b/services/location/pom.xml
index 539522c1e723..ff0d35915ac7 100644
--- a/services/location/pom.xml
+++ b/services/location/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
location
AWS Java SDK :: Services :: Location
diff --git a/services/lookoutequipment/pom.xml b/services/lookoutequipment/pom.xml
index 8a2e4005c7cf..45104d8c1c73 100644
--- a/services/lookoutequipment/pom.xml
+++ b/services/lookoutequipment/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
lookoutequipment
AWS Java SDK :: Services :: Lookout Equipment
diff --git a/services/lookoutmetrics/pom.xml b/services/lookoutmetrics/pom.xml
index 88a016bd464a..739980edf5f7 100644
--- a/services/lookoutmetrics/pom.xml
+++ b/services/lookoutmetrics/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
lookoutmetrics
AWS Java SDK :: Services :: Lookout Metrics
diff --git a/services/lookoutvision/pom.xml b/services/lookoutvision/pom.xml
index 3b93af3e3734..655ed8da944d 100644
--- a/services/lookoutvision/pom.xml
+++ b/services/lookoutvision/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
lookoutvision
AWS Java SDK :: Services :: Lookout Vision
diff --git a/services/m2/pom.xml b/services/m2/pom.xml
index a8b165ffaebf..d0dff88b8b54 100644
--- a/services/m2/pom.xml
+++ b/services/m2/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
m2
AWS Java SDK :: Services :: M2
diff --git a/services/machinelearning/pom.xml b/services/machinelearning/pom.xml
index 5dccf63c8076..0b75d867feb4 100644
--- a/services/machinelearning/pom.xml
+++ b/services/machinelearning/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
machinelearning
AWS Java SDK :: Services :: Amazon Machine Learning
diff --git a/services/macie2/pom.xml b/services/macie2/pom.xml
index 96790a8712c4..254aae89fc00 100644
--- a/services/macie2/pom.xml
+++ b/services/macie2/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
macie2
AWS Java SDK :: Services :: Macie2
diff --git a/services/mailmanager/pom.xml b/services/mailmanager/pom.xml
index 340bd9ef3e09..d7b40d587cf4 100644
--- a/services/mailmanager/pom.xml
+++ b/services/mailmanager/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
mailmanager
AWS Java SDK :: Services :: Mail Manager
diff --git a/services/managedblockchain/pom.xml b/services/managedblockchain/pom.xml
index aeaa75613026..9438d45bf370 100644
--- a/services/managedblockchain/pom.xml
+++ b/services/managedblockchain/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
managedblockchain
AWS Java SDK :: Services :: ManagedBlockchain
diff --git a/services/managedblockchainquery/pom.xml b/services/managedblockchainquery/pom.xml
index 9d641282cfc0..1a48e05bdf64 100644
--- a/services/managedblockchainquery/pom.xml
+++ b/services/managedblockchainquery/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
managedblockchainquery
AWS Java SDK :: Services :: Managed Blockchain Query
diff --git a/services/marketplaceagreement/pom.xml b/services/marketplaceagreement/pom.xml
index bb7257c934bc..258eb1eabfe7 100644
--- a/services/marketplaceagreement/pom.xml
+++ b/services/marketplaceagreement/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
marketplaceagreement
AWS Java SDK :: Services :: Marketplace Agreement
diff --git a/services/marketplacecatalog/pom.xml b/services/marketplacecatalog/pom.xml
index 80b3b815d1d9..1b30825bed45 100644
--- a/services/marketplacecatalog/pom.xml
+++ b/services/marketplacecatalog/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
marketplacecatalog
AWS Java SDK :: Services :: Marketplace Catalog
diff --git a/services/marketplacecommerceanalytics/pom.xml b/services/marketplacecommerceanalytics/pom.xml
index 7925c87e0b74..a6b3722fee04 100644
--- a/services/marketplacecommerceanalytics/pom.xml
+++ b/services/marketplacecommerceanalytics/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
marketplacecommerceanalytics
AWS Java SDK :: Services :: AWS Marketplace Commerce Analytics
diff --git a/services/marketplacedeployment/pom.xml b/services/marketplacedeployment/pom.xml
index 6100a7071b69..84d21cfee07b 100644
--- a/services/marketplacedeployment/pom.xml
+++ b/services/marketplacedeployment/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
marketplacedeployment
AWS Java SDK :: Services :: Marketplace Deployment
diff --git a/services/marketplaceentitlement/pom.xml b/services/marketplaceentitlement/pom.xml
index 8aef8fee7335..665ccf860bf9 100644
--- a/services/marketplaceentitlement/pom.xml
+++ b/services/marketplaceentitlement/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
marketplaceentitlement
AWS Java SDK :: Services :: AWS Marketplace Entitlement
diff --git a/services/marketplacemetering/pom.xml b/services/marketplacemetering/pom.xml
index cc03ae434b22..e72c1ecb30bd 100644
--- a/services/marketplacemetering/pom.xml
+++ b/services/marketplacemetering/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
marketplacemetering
AWS Java SDK :: Services :: AWS Marketplace Metering Service
diff --git a/services/mediaconnect/pom.xml b/services/mediaconnect/pom.xml
index 53d7d6b246f4..d4733fd67b78 100644
--- a/services/mediaconnect/pom.xml
+++ b/services/mediaconnect/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
mediaconnect
AWS Java SDK :: Services :: MediaConnect
diff --git a/services/mediaconvert/pom.xml b/services/mediaconvert/pom.xml
index 9882563b52ee..feff6f71cfcd 100644
--- a/services/mediaconvert/pom.xml
+++ b/services/mediaconvert/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.28.11-SNAPSHOT
+ 2.28.11
4.0.0
mediaconvert
diff --git a/services/medialive/pom.xml b/services/medialive/pom.xml
index ad7dc74289ee..88f19e3750dc 100644
--- a/services/medialive/pom.xml
+++ b/services/medialive/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.28.11-SNAPSHOT
+ 2.28.11
4.0.0
medialive
diff --git a/services/mediapackage/pom.xml b/services/mediapackage/pom.xml
index 83928d491ae9..056ae37fb55e 100644
--- a/services/mediapackage/pom.xml
+++ b/services/mediapackage/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.28.11-SNAPSHOT
+ 2.28.11
4.0.0
mediapackage
diff --git a/services/mediapackagev2/pom.xml b/services/mediapackagev2/pom.xml
index fa0213307a18..23bd28e004ae 100644
--- a/services/mediapackagev2/pom.xml
+++ b/services/mediapackagev2/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
mediapackagev2
AWS Java SDK :: Services :: Media Package V2
diff --git a/services/mediapackagevod/pom.xml b/services/mediapackagevod/pom.xml
index 809960e5ea40..857256869e51 100644
--- a/services/mediapackagevod/pom.xml
+++ b/services/mediapackagevod/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
mediapackagevod
AWS Java SDK :: Services :: MediaPackage Vod
diff --git a/services/mediastore/pom.xml b/services/mediastore/pom.xml
index 432f2660006c..cdcdd7573668 100644
--- a/services/mediastore/pom.xml
+++ b/services/mediastore/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.28.11-SNAPSHOT
+ 2.28.11
4.0.0
mediastore
diff --git a/services/mediastoredata/pom.xml b/services/mediastoredata/pom.xml
index b9b30eff8203..2befa670b21d 100644
--- a/services/mediastoredata/pom.xml
+++ b/services/mediastoredata/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.28.11-SNAPSHOT
+ 2.28.11
4.0.0
mediastoredata
diff --git a/services/mediatailor/pom.xml b/services/mediatailor/pom.xml
index 3c50876e4aa6..b6c63113d58d 100644
--- a/services/mediatailor/pom.xml
+++ b/services/mediatailor/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
mediatailor
AWS Java SDK :: Services :: MediaTailor
diff --git a/services/medicalimaging/pom.xml b/services/medicalimaging/pom.xml
index 0533364687e2..b4bda1c41942 100644
--- a/services/medicalimaging/pom.xml
+++ b/services/medicalimaging/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
medicalimaging
AWS Java SDK :: Services :: Medical Imaging
diff --git a/services/memorydb/pom.xml b/services/memorydb/pom.xml
index d6f76a533062..e5b403342fea 100644
--- a/services/memorydb/pom.xml
+++ b/services/memorydb/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
memorydb
AWS Java SDK :: Services :: Memory DB
diff --git a/services/mgn/pom.xml b/services/mgn/pom.xml
index a249bad5aaa7..3a9cf2439a8a 100644
--- a/services/mgn/pom.xml
+++ b/services/mgn/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
mgn
AWS Java SDK :: Services :: Mgn
diff --git a/services/migrationhub/pom.xml b/services/migrationhub/pom.xml
index f5bfbbed3d58..f0c68c89e387 100644
--- a/services/migrationhub/pom.xml
+++ b/services/migrationhub/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.28.11-SNAPSHOT
+ 2.28.11
4.0.0
migrationhub
diff --git a/services/migrationhubconfig/pom.xml b/services/migrationhubconfig/pom.xml
index ae6b72b1ccc9..af94e1520a5f 100644
--- a/services/migrationhubconfig/pom.xml
+++ b/services/migrationhubconfig/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
migrationhubconfig
AWS Java SDK :: Services :: MigrationHub Config
diff --git a/services/migrationhuborchestrator/pom.xml b/services/migrationhuborchestrator/pom.xml
index 017a978a07f2..66e062c5ad74 100644
--- a/services/migrationhuborchestrator/pom.xml
+++ b/services/migrationhuborchestrator/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
migrationhuborchestrator
AWS Java SDK :: Services :: Migration Hub Orchestrator
diff --git a/services/migrationhubrefactorspaces/pom.xml b/services/migrationhubrefactorspaces/pom.xml
index 73ebc694613d..89667638fdd9 100644
--- a/services/migrationhubrefactorspaces/pom.xml
+++ b/services/migrationhubrefactorspaces/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
migrationhubrefactorspaces
AWS Java SDK :: Services :: Migration Hub Refactor Spaces
diff --git a/services/migrationhubstrategy/pom.xml b/services/migrationhubstrategy/pom.xml
index f23c9530b784..d8f99a904e1d 100644
--- a/services/migrationhubstrategy/pom.xml
+++ b/services/migrationhubstrategy/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
migrationhubstrategy
AWS Java SDK :: Services :: Migration Hub Strategy
diff --git a/services/mq/pom.xml b/services/mq/pom.xml
index 26d88e6165bb..34723577125d 100644
--- a/services/mq/pom.xml
+++ b/services/mq/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.28.11-SNAPSHOT
+ 2.28.11
4.0.0
mq
diff --git a/services/mturk/pom.xml b/services/mturk/pom.xml
index 587a4a814333..c180f3bbf10d 100644
--- a/services/mturk/pom.xml
+++ b/services/mturk/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
mturk
AWS Java SDK :: Services :: Amazon Mechanical Turk Requester
diff --git a/services/mwaa/pom.xml b/services/mwaa/pom.xml
index b2008c5435f8..b1731bfb5ba0 100644
--- a/services/mwaa/pom.xml
+++ b/services/mwaa/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
mwaa
AWS Java SDK :: Services :: MWAA
diff --git a/services/neptune/pom.xml b/services/neptune/pom.xml
index 9219a88e1644..944b2c7f3dde 100644
--- a/services/neptune/pom.xml
+++ b/services/neptune/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
neptune
AWS Java SDK :: Services :: Neptune
diff --git a/services/neptunedata/pom.xml b/services/neptunedata/pom.xml
index 9adcea1b1d5f..d444bdca7a2e 100644
--- a/services/neptunedata/pom.xml
+++ b/services/neptunedata/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
neptunedata
AWS Java SDK :: Services :: Neptunedata
diff --git a/services/neptunegraph/pom.xml b/services/neptunegraph/pom.xml
index 9e1590f5287c..6bd57a71b821 100644
--- a/services/neptunegraph/pom.xml
+++ b/services/neptunegraph/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
neptunegraph
AWS Java SDK :: Services :: Neptune Graph
diff --git a/services/networkfirewall/pom.xml b/services/networkfirewall/pom.xml
index ddc9370c8284..a4655039e637 100644
--- a/services/networkfirewall/pom.xml
+++ b/services/networkfirewall/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
networkfirewall
AWS Java SDK :: Services :: Network Firewall
diff --git a/services/networkmanager/pom.xml b/services/networkmanager/pom.xml
index 96bd4030cc20..dd37e25c6855 100644
--- a/services/networkmanager/pom.xml
+++ b/services/networkmanager/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
networkmanager
AWS Java SDK :: Services :: NetworkManager
diff --git a/services/networkmonitor/pom.xml b/services/networkmonitor/pom.xml
index 260de0d248ce..838307b037d4 100644
--- a/services/networkmonitor/pom.xml
+++ b/services/networkmonitor/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
networkmonitor
AWS Java SDK :: Services :: Network Monitor
diff --git a/services/nimble/pom.xml b/services/nimble/pom.xml
index 079e0791a71f..23c7ff132bbe 100644
--- a/services/nimble/pom.xml
+++ b/services/nimble/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
nimble
AWS Java SDK :: Services :: Nimble
diff --git a/services/oam/pom.xml b/services/oam/pom.xml
index f6825c0f2a15..8ecb16bb9916 100644
--- a/services/oam/pom.xml
+++ b/services/oam/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
oam
AWS Java SDK :: Services :: OAM
diff --git a/services/omics/pom.xml b/services/omics/pom.xml
index 627531a4e13b..4f53164bacaf 100644
--- a/services/omics/pom.xml
+++ b/services/omics/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
omics
AWS Java SDK :: Services :: Omics
diff --git a/services/opensearch/pom.xml b/services/opensearch/pom.xml
index 8733e048e72a..eb028b9c9391 100644
--- a/services/opensearch/pom.xml
+++ b/services/opensearch/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
opensearch
AWS Java SDK :: Services :: Open Search
diff --git a/services/opensearchserverless/pom.xml b/services/opensearchserverless/pom.xml
index 4353133d2a11..51fc03bb19fb 100644
--- a/services/opensearchserverless/pom.xml
+++ b/services/opensearchserverless/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
opensearchserverless
AWS Java SDK :: Services :: Open Search Serverless
diff --git a/services/opsworks/pom.xml b/services/opsworks/pom.xml
index be5dccb4a83e..763825d573a3 100644
--- a/services/opsworks/pom.xml
+++ b/services/opsworks/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
opsworks
AWS Java SDK :: Services :: AWS OpsWorks
diff --git a/services/opsworkscm/pom.xml b/services/opsworkscm/pom.xml
index 9293bd6c2486..c0b9bb24346b 100644
--- a/services/opsworkscm/pom.xml
+++ b/services/opsworkscm/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
opsworkscm
AWS Java SDK :: Services :: AWS OpsWorks for Chef Automate
diff --git a/services/organizations/pom.xml b/services/organizations/pom.xml
index e839e6bd1b21..f4a9ecdda59a 100644
--- a/services/organizations/pom.xml
+++ b/services/organizations/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
organizations
AWS Java SDK :: Services :: AWS Organizations
diff --git a/services/osis/pom.xml b/services/osis/pom.xml
index f84301c307b9..01cb093d3dff 100644
--- a/services/osis/pom.xml
+++ b/services/osis/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
osis
AWS Java SDK :: Services :: OSIS
diff --git a/services/outposts/pom.xml b/services/outposts/pom.xml
index 77e13ea45480..3756b901a9e7 100644
--- a/services/outposts/pom.xml
+++ b/services/outposts/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
outposts
AWS Java SDK :: Services :: Outposts
diff --git a/services/panorama/pom.xml b/services/panorama/pom.xml
index 0b317faaba1c..c58310eb19bd 100644
--- a/services/panorama/pom.xml
+++ b/services/panorama/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
panorama
AWS Java SDK :: Services :: Panorama
diff --git a/services/paymentcryptography/pom.xml b/services/paymentcryptography/pom.xml
index 5af33027952f..bda95776041a 100644
--- a/services/paymentcryptography/pom.xml
+++ b/services/paymentcryptography/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
paymentcryptography
AWS Java SDK :: Services :: Payment Cryptography
diff --git a/services/paymentcryptographydata/pom.xml b/services/paymentcryptographydata/pom.xml
index c531da5c7a6e..67a48ac4fb3c 100644
--- a/services/paymentcryptographydata/pom.xml
+++ b/services/paymentcryptographydata/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
paymentcryptographydata
AWS Java SDK :: Services :: Payment Cryptography Data
diff --git a/services/pcaconnectorad/pom.xml b/services/pcaconnectorad/pom.xml
index 5bfec50bc044..169bc8ad0ba1 100644
--- a/services/pcaconnectorad/pom.xml
+++ b/services/pcaconnectorad/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
pcaconnectorad
AWS Java SDK :: Services :: Pca Connector Ad
diff --git a/services/pcaconnectorscep/pom.xml b/services/pcaconnectorscep/pom.xml
index 9dcc71b91e89..50419b266360 100644
--- a/services/pcaconnectorscep/pom.xml
+++ b/services/pcaconnectorscep/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
pcaconnectorscep
AWS Java SDK :: Services :: Pca Connector Scep
diff --git a/services/pcs/pom.xml b/services/pcs/pom.xml
index 719c4dd8a97d..6050100fa215 100644
--- a/services/pcs/pom.xml
+++ b/services/pcs/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
pcs
AWS Java SDK :: Services :: PCS
diff --git a/services/personalize/pom.xml b/services/personalize/pom.xml
index 8256540d28ed..c2ad5845e350 100644
--- a/services/personalize/pom.xml
+++ b/services/personalize/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
personalize
AWS Java SDK :: Services :: Personalize
diff --git a/services/personalizeevents/pom.xml b/services/personalizeevents/pom.xml
index 8b5d689a82a4..24e1a4b0c99b 100644
--- a/services/personalizeevents/pom.xml
+++ b/services/personalizeevents/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
personalizeevents
AWS Java SDK :: Services :: Personalize Events
diff --git a/services/personalizeruntime/pom.xml b/services/personalizeruntime/pom.xml
index 36fa5c2bfb33..c4f8d5580dd9 100644
--- a/services/personalizeruntime/pom.xml
+++ b/services/personalizeruntime/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
personalizeruntime
AWS Java SDK :: Services :: Personalize Runtime
diff --git a/services/pi/pom.xml b/services/pi/pom.xml
index 2865a0020d99..c9b73a714c97 100644
--- a/services/pi/pom.xml
+++ b/services/pi/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
pi
AWS Java SDK :: Services :: PI
diff --git a/services/pinpoint/pom.xml b/services/pinpoint/pom.xml
index f5e057ec8966..eb6667684dfb 100644
--- a/services/pinpoint/pom.xml
+++ b/services/pinpoint/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
pinpoint
AWS Java SDK :: Services :: Amazon Pinpoint
diff --git a/services/pinpointemail/pom.xml b/services/pinpointemail/pom.xml
index d151aed71229..985d0181cc01 100644
--- a/services/pinpointemail/pom.xml
+++ b/services/pinpointemail/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
pinpointemail
AWS Java SDK :: Services :: Pinpoint Email
diff --git a/services/pinpointsmsvoice/pom.xml b/services/pinpointsmsvoice/pom.xml
index 2e1d93d51b37..17e90f8faf2d 100644
--- a/services/pinpointsmsvoice/pom.xml
+++ b/services/pinpointsmsvoice/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
pinpointsmsvoice
AWS Java SDK :: Services :: Pinpoint SMS Voice
diff --git a/services/pinpointsmsvoicev2/pom.xml b/services/pinpointsmsvoicev2/pom.xml
index a45e45d680cb..1bd1283fea76 100644
--- a/services/pinpointsmsvoicev2/pom.xml
+++ b/services/pinpointsmsvoicev2/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
pinpointsmsvoicev2
AWS Java SDK :: Services :: Pinpoint SMS Voice V2
diff --git a/services/pipes/pom.xml b/services/pipes/pom.xml
index 56fe219b03f4..902f83e26be6 100644
--- a/services/pipes/pom.xml
+++ b/services/pipes/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
pipes
AWS Java SDK :: Services :: Pipes
diff --git a/services/polly/pom.xml b/services/polly/pom.xml
index a616c1ede9ea..70a1f2c546be 100644
--- a/services/polly/pom.xml
+++ b/services/polly/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
polly
AWS Java SDK :: Services :: Amazon Polly
diff --git a/services/pom.xml b/services/pom.xml
index 4d8342eed5c7..a0001b3d7667 100644
--- a/services/pom.xml
+++ b/services/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
aws-sdk-java-pom
- 2.28.11-SNAPSHOT
+ 2.28.11
services
AWS Java SDK :: Services
diff --git a/services/pricing/pom.xml b/services/pricing/pom.xml
index 859f8204d283..b7c38cf3bc27 100644
--- a/services/pricing/pom.xml
+++ b/services/pricing/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.28.11-SNAPSHOT
+ 2.28.11
4.0.0
pricing
diff --git a/services/privatenetworks/pom.xml b/services/privatenetworks/pom.xml
index befa97527002..1642bd1bc697 100644
--- a/services/privatenetworks/pom.xml
+++ b/services/privatenetworks/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
privatenetworks
AWS Java SDK :: Services :: Private Networks
diff --git a/services/proton/pom.xml b/services/proton/pom.xml
index d1b0c0ea1650..10a7b6c5daec 100644
--- a/services/proton/pom.xml
+++ b/services/proton/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
proton
AWS Java SDK :: Services :: Proton
diff --git a/services/qapps/pom.xml b/services/qapps/pom.xml
index 748ecd7f290f..728b930892a8 100644
--- a/services/qapps/pom.xml
+++ b/services/qapps/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
qapps
AWS Java SDK :: Services :: Q Apps
diff --git a/services/qbusiness/pom.xml b/services/qbusiness/pom.xml
index a9878e42b19e..70e8ab3dac5f 100644
--- a/services/qbusiness/pom.xml
+++ b/services/qbusiness/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
qbusiness
AWS Java SDK :: Services :: Q Business
diff --git a/services/qconnect/pom.xml b/services/qconnect/pom.xml
index 469fd19f5b4d..070a4dc86d27 100644
--- a/services/qconnect/pom.xml
+++ b/services/qconnect/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
qconnect
AWS Java SDK :: Services :: Q Connect
diff --git a/services/qldb/pom.xml b/services/qldb/pom.xml
index 8fe125119b55..86b4a673df49 100644
--- a/services/qldb/pom.xml
+++ b/services/qldb/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
qldb
AWS Java SDK :: Services :: QLDB
diff --git a/services/qldbsession/pom.xml b/services/qldbsession/pom.xml
index 6d8669fb0ef1..b6165ad0a6c3 100644
--- a/services/qldbsession/pom.xml
+++ b/services/qldbsession/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
qldbsession
AWS Java SDK :: Services :: QLDB Session
diff --git a/services/quicksight/pom.xml b/services/quicksight/pom.xml
index 16774543c570..5477ab584b3b 100644
--- a/services/quicksight/pom.xml
+++ b/services/quicksight/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
quicksight
AWS Java SDK :: Services :: QuickSight
diff --git a/services/ram/pom.xml b/services/ram/pom.xml
index fbc35febf706..2e796f5ea26f 100644
--- a/services/ram/pom.xml
+++ b/services/ram/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
ram
AWS Java SDK :: Services :: RAM
diff --git a/services/rbin/pom.xml b/services/rbin/pom.xml
index 74a39436199f..2ac6cd2b55db 100644
--- a/services/rbin/pom.xml
+++ b/services/rbin/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
rbin
AWS Java SDK :: Services :: Rbin
diff --git a/services/rds/pom.xml b/services/rds/pom.xml
index fee59500cda6..b6c061758679 100644
--- a/services/rds/pom.xml
+++ b/services/rds/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
rds
AWS Java SDK :: Services :: Amazon RDS
diff --git a/services/rdsdata/pom.xml b/services/rdsdata/pom.xml
index ec8c0d3a8b7e..9c8ae77da951 100644
--- a/services/rdsdata/pom.xml
+++ b/services/rdsdata/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
rdsdata
AWS Java SDK :: Services :: RDS Data
diff --git a/services/redshift/pom.xml b/services/redshift/pom.xml
index 77b336c0c63e..0956cb372848 100644
--- a/services/redshift/pom.xml
+++ b/services/redshift/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
redshift
AWS Java SDK :: Services :: Amazon Redshift
diff --git a/services/redshiftdata/pom.xml b/services/redshiftdata/pom.xml
index 6288e98a632d..a86e31b345e4 100644
--- a/services/redshiftdata/pom.xml
+++ b/services/redshiftdata/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
redshiftdata
AWS Java SDK :: Services :: Redshift Data
diff --git a/services/redshiftserverless/pom.xml b/services/redshiftserverless/pom.xml
index 41f19926fcd3..869fc0c0f6b0 100644
--- a/services/redshiftserverless/pom.xml
+++ b/services/redshiftserverless/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
redshiftserverless
AWS Java SDK :: Services :: Redshift Serverless
diff --git a/services/rekognition/pom.xml b/services/rekognition/pom.xml
index 169c500ca762..0ee0456ab435 100644
--- a/services/rekognition/pom.xml
+++ b/services/rekognition/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
rekognition
AWS Java SDK :: Services :: Amazon Rekognition
diff --git a/services/repostspace/pom.xml b/services/repostspace/pom.xml
index 65218a08ec42..66fe4c83271d 100644
--- a/services/repostspace/pom.xml
+++ b/services/repostspace/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
repostspace
AWS Java SDK :: Services :: Repostspace
diff --git a/services/resiliencehub/pom.xml b/services/resiliencehub/pom.xml
index 65a06217ca7a..368f002c1d7b 100644
--- a/services/resiliencehub/pom.xml
+++ b/services/resiliencehub/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
resiliencehub
AWS Java SDK :: Services :: Resiliencehub
diff --git a/services/resourceexplorer2/pom.xml b/services/resourceexplorer2/pom.xml
index 95a156b453b0..e30e2337fc43 100644
--- a/services/resourceexplorer2/pom.xml
+++ b/services/resourceexplorer2/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
resourceexplorer2
AWS Java SDK :: Services :: Resource Explorer 2
diff --git a/services/resourcegroups/pom.xml b/services/resourcegroups/pom.xml
index 89d55d571e6f..08fa2ccd4165 100644
--- a/services/resourcegroups/pom.xml
+++ b/services/resourcegroups/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.28.11-SNAPSHOT
+ 2.28.11
4.0.0
resourcegroups
diff --git a/services/resourcegroupstaggingapi/pom.xml b/services/resourcegroupstaggingapi/pom.xml
index 3561e715af5e..d9e4d86c927a 100644
--- a/services/resourcegroupstaggingapi/pom.xml
+++ b/services/resourcegroupstaggingapi/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
resourcegroupstaggingapi
AWS Java SDK :: Services :: AWS Resource Groups Tagging API
diff --git a/services/robomaker/pom.xml b/services/robomaker/pom.xml
index bb1470cb185d..23022748954d 100644
--- a/services/robomaker/pom.xml
+++ b/services/robomaker/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
robomaker
AWS Java SDK :: Services :: RoboMaker
diff --git a/services/rolesanywhere/pom.xml b/services/rolesanywhere/pom.xml
index 457b212c203e..5ebad5776709 100644
--- a/services/rolesanywhere/pom.xml
+++ b/services/rolesanywhere/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
rolesanywhere
AWS Java SDK :: Services :: Roles Anywhere
diff --git a/services/route53/pom.xml b/services/route53/pom.xml
index 97f30f8e54c8..c19046c7d429 100644
--- a/services/route53/pom.xml
+++ b/services/route53/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
route53
AWS Java SDK :: Services :: Amazon Route53
diff --git a/services/route53domains/pom.xml b/services/route53domains/pom.xml
index 003d8e93494b..317f23bff76b 100644
--- a/services/route53domains/pom.xml
+++ b/services/route53domains/pom.xml
@@ -22,7 +22,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
route53domains
AWS Java SDK :: Services :: Amazon Route53 Domains
diff --git a/services/route53profiles/pom.xml b/services/route53profiles/pom.xml
index 1eb94ceee4ac..def486ce97aa 100644
--- a/services/route53profiles/pom.xml
+++ b/services/route53profiles/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
route53profiles
AWS Java SDK :: Services :: Route53 Profiles
diff --git a/services/route53recoverycluster/pom.xml b/services/route53recoverycluster/pom.xml
index 17255c761a93..bc42a5ee4c83 100644
--- a/services/route53recoverycluster/pom.xml
+++ b/services/route53recoverycluster/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
route53recoverycluster
AWS Java SDK :: Services :: Route53 Recovery Cluster
diff --git a/services/route53recoverycontrolconfig/pom.xml b/services/route53recoverycontrolconfig/pom.xml
index 9f7ebeab755f..4c14e672017b 100644
--- a/services/route53recoverycontrolconfig/pom.xml
+++ b/services/route53recoverycontrolconfig/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
route53recoverycontrolconfig
AWS Java SDK :: Services :: Route53 Recovery Control Config
diff --git a/services/route53recoveryreadiness/pom.xml b/services/route53recoveryreadiness/pom.xml
index ce683de598b2..11d12f7f3fe2 100644
--- a/services/route53recoveryreadiness/pom.xml
+++ b/services/route53recoveryreadiness/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
route53recoveryreadiness
AWS Java SDK :: Services :: Route53 Recovery Readiness
diff --git a/services/route53resolver/pom.xml b/services/route53resolver/pom.xml
index db699aed0c10..89d5a4a55e3b 100644
--- a/services/route53resolver/pom.xml
+++ b/services/route53resolver/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
route53resolver
AWS Java SDK :: Services :: Route53Resolver
diff --git a/services/rum/pom.xml b/services/rum/pom.xml
index 47e9f0169b81..ab4446d40fb0 100644
--- a/services/rum/pom.xml
+++ b/services/rum/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
rum
AWS Java SDK :: Services :: RUM
diff --git a/services/s3/pom.xml b/services/s3/pom.xml
index 7740fc499640..bcf34b794f63 100644
--- a/services/s3/pom.xml
+++ b/services/s3/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
s3
AWS Java SDK :: Services :: Amazon S3
diff --git a/services/s3control/pom.xml b/services/s3control/pom.xml
index 6971a9c1b954..f5478c5ce8f1 100644
--- a/services/s3control/pom.xml
+++ b/services/s3control/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
s3control
AWS Java SDK :: Services :: Amazon S3 Control
diff --git a/services/s3outposts/pom.xml b/services/s3outposts/pom.xml
index 54676bbfccf3..f85bd0820115 100644
--- a/services/s3outposts/pom.xml
+++ b/services/s3outposts/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
s3outposts
AWS Java SDK :: Services :: S3 Outposts
diff --git a/services/sagemaker/pom.xml b/services/sagemaker/pom.xml
index 128e7f648c42..22dda366e2ad 100644
--- a/services/sagemaker/pom.xml
+++ b/services/sagemaker/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.28.11-SNAPSHOT
+ 2.28.11
4.0.0
sagemaker
diff --git a/services/sagemakera2iruntime/pom.xml b/services/sagemakera2iruntime/pom.xml
index a85a19d99c77..9c263118211a 100644
--- a/services/sagemakera2iruntime/pom.xml
+++ b/services/sagemakera2iruntime/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
sagemakera2iruntime
AWS Java SDK :: Services :: SageMaker A2I Runtime
diff --git a/services/sagemakeredge/pom.xml b/services/sagemakeredge/pom.xml
index 6b2904ecfe04..ff4e30e73171 100644
--- a/services/sagemakeredge/pom.xml
+++ b/services/sagemakeredge/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
sagemakeredge
AWS Java SDK :: Services :: Sagemaker Edge
diff --git a/services/sagemakerfeaturestoreruntime/pom.xml b/services/sagemakerfeaturestoreruntime/pom.xml
index 7dcb7b654456..29b2e9161999 100644
--- a/services/sagemakerfeaturestoreruntime/pom.xml
+++ b/services/sagemakerfeaturestoreruntime/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
sagemakerfeaturestoreruntime
AWS Java SDK :: Services :: Sage Maker Feature Store Runtime
diff --git a/services/sagemakergeospatial/pom.xml b/services/sagemakergeospatial/pom.xml
index ca928ff7f523..ae519475b208 100644
--- a/services/sagemakergeospatial/pom.xml
+++ b/services/sagemakergeospatial/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
sagemakergeospatial
AWS Java SDK :: Services :: Sage Maker Geospatial
diff --git a/services/sagemakermetrics/pom.xml b/services/sagemakermetrics/pom.xml
index c3ed34f76761..859dfc50eacc 100644
--- a/services/sagemakermetrics/pom.xml
+++ b/services/sagemakermetrics/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
sagemakermetrics
AWS Java SDK :: Services :: Sage Maker Metrics
diff --git a/services/sagemakerruntime/pom.xml b/services/sagemakerruntime/pom.xml
index 1888006ab6e1..38ef6e66e474 100644
--- a/services/sagemakerruntime/pom.xml
+++ b/services/sagemakerruntime/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
sagemakerruntime
AWS Java SDK :: Services :: SageMaker Runtime
diff --git a/services/savingsplans/pom.xml b/services/savingsplans/pom.xml
index 3a875c627d50..c215b4ab814b 100644
--- a/services/savingsplans/pom.xml
+++ b/services/savingsplans/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
savingsplans
AWS Java SDK :: Services :: Savingsplans
diff --git a/services/scheduler/pom.xml b/services/scheduler/pom.xml
index bce5e55852c9..99b2d91b799c 100644
--- a/services/scheduler/pom.xml
+++ b/services/scheduler/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
scheduler
AWS Java SDK :: Services :: Scheduler
diff --git a/services/schemas/pom.xml b/services/schemas/pom.xml
index 04d35c5ab5ab..a42c313f1e3e 100644
--- a/services/schemas/pom.xml
+++ b/services/schemas/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
schemas
AWS Java SDK :: Services :: Schemas
diff --git a/services/secretsmanager/pom.xml b/services/secretsmanager/pom.xml
index dac34943ef96..973716b75890 100644
--- a/services/secretsmanager/pom.xml
+++ b/services/secretsmanager/pom.xml
@@ -22,7 +22,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
secretsmanager
AWS Java SDK :: Services :: AWS Secrets Manager
diff --git a/services/securityhub/pom.xml b/services/securityhub/pom.xml
index e2f6149968d1..2678e032543c 100644
--- a/services/securityhub/pom.xml
+++ b/services/securityhub/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
securityhub
AWS Java SDK :: Services :: SecurityHub
diff --git a/services/securitylake/pom.xml b/services/securitylake/pom.xml
index 60694e5450ef..344cfb921869 100644
--- a/services/securitylake/pom.xml
+++ b/services/securitylake/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
securitylake
AWS Java SDK :: Services :: Security Lake
diff --git a/services/serverlessapplicationrepository/pom.xml b/services/serverlessapplicationrepository/pom.xml
index e31ff4019f7d..313300b44780 100644
--- a/services/serverlessapplicationrepository/pom.xml
+++ b/services/serverlessapplicationrepository/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.28.11-SNAPSHOT
+ 2.28.11
4.0.0
serverlessapplicationrepository
diff --git a/services/servicecatalog/pom.xml b/services/servicecatalog/pom.xml
index 995379fbadda..56708c29a267 100644
--- a/services/servicecatalog/pom.xml
+++ b/services/servicecatalog/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
servicecatalog
AWS Java SDK :: Services :: AWS Service Catalog
diff --git a/services/servicecatalogappregistry/pom.xml b/services/servicecatalogappregistry/pom.xml
index bedbbe5beca0..3a192c37ede5 100644
--- a/services/servicecatalogappregistry/pom.xml
+++ b/services/servicecatalogappregistry/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
servicecatalogappregistry
AWS Java SDK :: Services :: Service Catalog App Registry
diff --git a/services/servicediscovery/pom.xml b/services/servicediscovery/pom.xml
index 296cf7f6f17e..c9ce74071e89 100644
--- a/services/servicediscovery/pom.xml
+++ b/services/servicediscovery/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.28.11-SNAPSHOT
+ 2.28.11
4.0.0
servicediscovery
diff --git a/services/servicequotas/pom.xml b/services/servicequotas/pom.xml
index b26580a66801..7d3656d3b563 100644
--- a/services/servicequotas/pom.xml
+++ b/services/servicequotas/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
servicequotas
AWS Java SDK :: Services :: Service Quotas
diff --git a/services/ses/pom.xml b/services/ses/pom.xml
index e94a63167115..dbb828d86d58 100644
--- a/services/ses/pom.xml
+++ b/services/ses/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
ses
AWS Java SDK :: Services :: Amazon SES
diff --git a/services/sesv2/pom.xml b/services/sesv2/pom.xml
index 2c0283ebde06..6d268349b61a 100644
--- a/services/sesv2/pom.xml
+++ b/services/sesv2/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
sesv2
AWS Java SDK :: Services :: SESv2
diff --git a/services/sfn/pom.xml b/services/sfn/pom.xml
index 90c7a8b16a1a..2da0758ac625 100644
--- a/services/sfn/pom.xml
+++ b/services/sfn/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
sfn
AWS Java SDK :: Services :: AWS Step Functions
diff --git a/services/shield/pom.xml b/services/shield/pom.xml
index 978802b21774..57301b2e2a1a 100644
--- a/services/shield/pom.xml
+++ b/services/shield/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
shield
AWS Java SDK :: Services :: AWS Shield
diff --git a/services/signer/pom.xml b/services/signer/pom.xml
index 22993aa50e82..769f3859058a 100644
--- a/services/signer/pom.xml
+++ b/services/signer/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
signer
AWS Java SDK :: Services :: Signer
diff --git a/services/simspaceweaver/pom.xml b/services/simspaceweaver/pom.xml
index 6f94a5c05b8d..439e8ddae8d2 100644
--- a/services/simspaceweaver/pom.xml
+++ b/services/simspaceweaver/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
simspaceweaver
AWS Java SDK :: Services :: Sim Space Weaver
diff --git a/services/sms/pom.xml b/services/sms/pom.xml
index 49aa2e22eb7b..f2de5b9deee3 100644
--- a/services/sms/pom.xml
+++ b/services/sms/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
sms
AWS Java SDK :: Services :: AWS Server Migration
diff --git a/services/snowball/pom.xml b/services/snowball/pom.xml
index 5ffe9fa6f63a..f65ba303753d 100644
--- a/services/snowball/pom.xml
+++ b/services/snowball/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
snowball
AWS Java SDK :: Services :: Amazon Snowball
diff --git a/services/snowdevicemanagement/pom.xml b/services/snowdevicemanagement/pom.xml
index f309e808ed4e..2e0408a32f09 100644
--- a/services/snowdevicemanagement/pom.xml
+++ b/services/snowdevicemanagement/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
snowdevicemanagement
AWS Java SDK :: Services :: Snow Device Management
diff --git a/services/sns/pom.xml b/services/sns/pom.xml
index 30cd0a6e7919..d1d988ff4bb4 100644
--- a/services/sns/pom.xml
+++ b/services/sns/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
sns
AWS Java SDK :: Services :: Amazon SNS
diff --git a/services/sqs/pom.xml b/services/sqs/pom.xml
index 99c60d090720..0e7c02ed736f 100644
--- a/services/sqs/pom.xml
+++ b/services/sqs/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
sqs
AWS Java SDK :: Services :: Amazon SQS
diff --git a/services/ssm/pom.xml b/services/ssm/pom.xml
index d7bed360ee94..8ae57a6c8efe 100644
--- a/services/ssm/pom.xml
+++ b/services/ssm/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
ssm
AWS Java SDK :: Services :: AWS Simple Systems Management (SSM)
diff --git a/services/ssmcontacts/pom.xml b/services/ssmcontacts/pom.xml
index 07a5438bf7f7..0c23a54aeaad 100644
--- a/services/ssmcontacts/pom.xml
+++ b/services/ssmcontacts/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
ssmcontacts
AWS Java SDK :: Services :: SSM Contacts
diff --git a/services/ssmincidents/pom.xml b/services/ssmincidents/pom.xml
index afdcb1903617..d431b0bd438a 100644
--- a/services/ssmincidents/pom.xml
+++ b/services/ssmincidents/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
ssmincidents
AWS Java SDK :: Services :: SSM Incidents
diff --git a/services/ssmquicksetup/pom.xml b/services/ssmquicksetup/pom.xml
index 9ca79b8b3478..7d20f472f738 100644
--- a/services/ssmquicksetup/pom.xml
+++ b/services/ssmquicksetup/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
ssmquicksetup
AWS Java SDK :: Services :: SSM Quick Setup
diff --git a/services/ssmsap/pom.xml b/services/ssmsap/pom.xml
index 796cc4024446..a3ea62cafc55 100644
--- a/services/ssmsap/pom.xml
+++ b/services/ssmsap/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
ssmsap
AWS Java SDK :: Services :: Ssm Sap
diff --git a/services/sso/pom.xml b/services/sso/pom.xml
index 83b7d8189b3b..183de0773ea7 100644
--- a/services/sso/pom.xml
+++ b/services/sso/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
sso
AWS Java SDK :: Services :: SSO
diff --git a/services/ssoadmin/pom.xml b/services/ssoadmin/pom.xml
index e5bec3c4e8b4..fa2322deaa4e 100644
--- a/services/ssoadmin/pom.xml
+++ b/services/ssoadmin/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
ssoadmin
AWS Java SDK :: Services :: SSO Admin
diff --git a/services/ssooidc/pom.xml b/services/ssooidc/pom.xml
index c68171947a0d..ca23f07a20ba 100644
--- a/services/ssooidc/pom.xml
+++ b/services/ssooidc/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
ssooidc
AWS Java SDK :: Services :: SSO OIDC
diff --git a/services/storagegateway/pom.xml b/services/storagegateway/pom.xml
index d6ac6b64fa12..26ff5e143aa1 100644
--- a/services/storagegateway/pom.xml
+++ b/services/storagegateway/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
storagegateway
AWS Java SDK :: Services :: AWS Storage Gateway
diff --git a/services/sts/pom.xml b/services/sts/pom.xml
index 8f96ccee2622..d3cf0d8a935d 100644
--- a/services/sts/pom.xml
+++ b/services/sts/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
sts
AWS Java SDK :: Services :: AWS STS
diff --git a/services/supplychain/pom.xml b/services/supplychain/pom.xml
index 48dbe08193c5..013e3862f34a 100644
--- a/services/supplychain/pom.xml
+++ b/services/supplychain/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
supplychain
AWS Java SDK :: Services :: Supply Chain
diff --git a/services/support/pom.xml b/services/support/pom.xml
index b8afe95bab3b..8f3c5ba8cbbf 100644
--- a/services/support/pom.xml
+++ b/services/support/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
support
AWS Java SDK :: Services :: AWS Support
diff --git a/services/supportapp/pom.xml b/services/supportapp/pom.xml
index 93442d4b772d..2f171934600a 100644
--- a/services/supportapp/pom.xml
+++ b/services/supportapp/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
supportapp
AWS Java SDK :: Services :: Support App
diff --git a/services/swf/pom.xml b/services/swf/pom.xml
index 9fb196c56ea9..384d7e129cf8 100644
--- a/services/swf/pom.xml
+++ b/services/swf/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
swf
AWS Java SDK :: Services :: Amazon SWF
diff --git a/services/synthetics/pom.xml b/services/synthetics/pom.xml
index c01bd3610f11..93a47b984f29 100644
--- a/services/synthetics/pom.xml
+++ b/services/synthetics/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
synthetics
AWS Java SDK :: Services :: Synthetics
diff --git a/services/taxsettings/pom.xml b/services/taxsettings/pom.xml
index 3870fc9ee6a0..f6ed9a19104d 100644
--- a/services/taxsettings/pom.xml
+++ b/services/taxsettings/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
taxsettings
AWS Java SDK :: Services :: Tax Settings
diff --git a/services/textract/pom.xml b/services/textract/pom.xml
index 31e913cc690a..54f67aeffc71 100644
--- a/services/textract/pom.xml
+++ b/services/textract/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
textract
AWS Java SDK :: Services :: Textract
diff --git a/services/timestreaminfluxdb/pom.xml b/services/timestreaminfluxdb/pom.xml
index a8170db1fdb2..945fb7f4551b 100644
--- a/services/timestreaminfluxdb/pom.xml
+++ b/services/timestreaminfluxdb/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
timestreaminfluxdb
AWS Java SDK :: Services :: Timestream Influx DB
diff --git a/services/timestreamquery/pom.xml b/services/timestreamquery/pom.xml
index 0f69b5fe1b97..06acdcda1573 100644
--- a/services/timestreamquery/pom.xml
+++ b/services/timestreamquery/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
timestreamquery
AWS Java SDK :: Services :: Timestream Query
diff --git a/services/timestreamwrite/pom.xml b/services/timestreamwrite/pom.xml
index 4c154984c40a..9ed3aa4eb2e1 100644
--- a/services/timestreamwrite/pom.xml
+++ b/services/timestreamwrite/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
timestreamwrite
AWS Java SDK :: Services :: Timestream Write
diff --git a/services/tnb/pom.xml b/services/tnb/pom.xml
index 151bdf9ea8e1..287f42134c86 100644
--- a/services/tnb/pom.xml
+++ b/services/tnb/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
tnb
AWS Java SDK :: Services :: Tnb
diff --git a/services/transcribe/pom.xml b/services/transcribe/pom.xml
index 5edec4fa07c9..6bd2b3a466ce 100644
--- a/services/transcribe/pom.xml
+++ b/services/transcribe/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
transcribe
AWS Java SDK :: Services :: Transcribe
diff --git a/services/transcribestreaming/pom.xml b/services/transcribestreaming/pom.xml
index be029124116e..dd16d320be0a 100644
--- a/services/transcribestreaming/pom.xml
+++ b/services/transcribestreaming/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
transcribestreaming
AWS Java SDK :: Services :: AWS Transcribe Streaming
diff --git a/services/transfer/pom.xml b/services/transfer/pom.xml
index f8c20dee806f..17950320a800 100644
--- a/services/transfer/pom.xml
+++ b/services/transfer/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
transfer
AWS Java SDK :: Services :: Transfer
diff --git a/services/translate/pom.xml b/services/translate/pom.xml
index 9d33d2c7d2e6..bff9c7885ff0 100644
--- a/services/translate/pom.xml
+++ b/services/translate/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.28.11-SNAPSHOT
+ 2.28.11
4.0.0
translate
diff --git a/services/trustedadvisor/pom.xml b/services/trustedadvisor/pom.xml
index 57ec85b6428a..cb8a63ae890b 100644
--- a/services/trustedadvisor/pom.xml
+++ b/services/trustedadvisor/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
trustedadvisor
AWS Java SDK :: Services :: Trusted Advisor
diff --git a/services/verifiedpermissions/pom.xml b/services/verifiedpermissions/pom.xml
index 3b5f61666f7a..62121c830e94 100644
--- a/services/verifiedpermissions/pom.xml
+++ b/services/verifiedpermissions/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
verifiedpermissions
AWS Java SDK :: Services :: Verified Permissions
diff --git a/services/voiceid/pom.xml b/services/voiceid/pom.xml
index 9943b896b326..73b9fc7e2f99 100644
--- a/services/voiceid/pom.xml
+++ b/services/voiceid/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
voiceid
AWS Java SDK :: Services :: Voice ID
diff --git a/services/vpclattice/pom.xml b/services/vpclattice/pom.xml
index 5e0b8456db43..1a96375f3c94 100644
--- a/services/vpclattice/pom.xml
+++ b/services/vpclattice/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
vpclattice
AWS Java SDK :: Services :: VPC Lattice
diff --git a/services/waf/pom.xml b/services/waf/pom.xml
index 77560e3f0546..34113525102c 100644
--- a/services/waf/pom.xml
+++ b/services/waf/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
waf
AWS Java SDK :: Services :: AWS WAF
diff --git a/services/wafv2/pom.xml b/services/wafv2/pom.xml
index 2038c92f9815..569f91f49481 100644
--- a/services/wafv2/pom.xml
+++ b/services/wafv2/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
wafv2
AWS Java SDK :: Services :: WAFV2
diff --git a/services/wellarchitected/pom.xml b/services/wellarchitected/pom.xml
index 12211474332b..995ec09cbad1 100644
--- a/services/wellarchitected/pom.xml
+++ b/services/wellarchitected/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
wellarchitected
AWS Java SDK :: Services :: Well Architected
diff --git a/services/wisdom/pom.xml b/services/wisdom/pom.xml
index 8bdf13bb014f..c38f2967210f 100644
--- a/services/wisdom/pom.xml
+++ b/services/wisdom/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
wisdom
AWS Java SDK :: Services :: Wisdom
diff --git a/services/workdocs/pom.xml b/services/workdocs/pom.xml
index 7bc398a9a0ac..f369272ca89f 100644
--- a/services/workdocs/pom.xml
+++ b/services/workdocs/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
workdocs
AWS Java SDK :: Services :: Amazon WorkDocs
diff --git a/services/workmail/pom.xml b/services/workmail/pom.xml
index c8810a665749..a54f408e7a70 100644
--- a/services/workmail/pom.xml
+++ b/services/workmail/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.28.11-SNAPSHOT
+ 2.28.11
4.0.0
workmail
diff --git a/services/workmailmessageflow/pom.xml b/services/workmailmessageflow/pom.xml
index 7b3168b71414..a3b0039dbc04 100644
--- a/services/workmailmessageflow/pom.xml
+++ b/services/workmailmessageflow/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
workmailmessageflow
AWS Java SDK :: Services :: WorkMailMessageFlow
diff --git a/services/workspaces/pom.xml b/services/workspaces/pom.xml
index bec05e160331..ccc7e83dd9ec 100644
--- a/services/workspaces/pom.xml
+++ b/services/workspaces/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
workspaces
AWS Java SDK :: Services :: Amazon WorkSpaces
diff --git a/services/workspacesthinclient/pom.xml b/services/workspacesthinclient/pom.xml
index 11e45b076246..039d70c4505a 100644
--- a/services/workspacesthinclient/pom.xml
+++ b/services/workspacesthinclient/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
workspacesthinclient
AWS Java SDK :: Services :: Work Spaces Thin Client
diff --git a/services/workspacesweb/pom.xml b/services/workspacesweb/pom.xml
index 523dbbb6a238..ac0712c926cf 100644
--- a/services/workspacesweb/pom.xml
+++ b/services/workspacesweb/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
workspacesweb
AWS Java SDK :: Services :: Work Spaces Web
diff --git a/services/xray/pom.xml b/services/xray/pom.xml
index cd19c009381b..017696a6da65 100644
--- a/services/xray/pom.xml
+++ b/services/xray/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.28.11-SNAPSHOT
+ 2.28.11
xray
AWS Java SDK :: Services :: AWS X-Ray
diff --git a/test/auth-tests/pom.xml b/test/auth-tests/pom.xml
index e3a2b0a33085..ab3a949d769b 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.28.11-SNAPSHOT
+ 2.28.11
../../pom.xml
4.0.0
diff --git a/test/bundle-logging-bridge-binding-test/pom.xml b/test/bundle-logging-bridge-binding-test/pom.xml
index 87b5deac2405..42ca60a93e9b 100644
--- a/test/bundle-logging-bridge-binding-test/pom.xml
+++ b/test/bundle-logging-bridge-binding-test/pom.xml
@@ -20,7 +20,7 @@
aws-sdk-java-pom
software.amazon.awssdk
- 2.28.11-SNAPSHOT
+ 2.28.11
../../pom.xml
4.0.0
diff --git a/test/bundle-shading-tests/pom.xml b/test/bundle-shading-tests/pom.xml
index 323b070738e6..51fd1090cba0 100644
--- a/test/bundle-shading-tests/pom.xml
+++ b/test/bundle-shading-tests/pom.xml
@@ -20,7 +20,7 @@
aws-sdk-java-pom
software.amazon.awssdk
- 2.28.11-SNAPSHOT
+ 2.28.11
../../pom.xml
4.0.0
diff --git a/test/codegen-generated-classes-test/pom.xml b/test/codegen-generated-classes-test/pom.xml
index 817e75b9db92..a58210b68231 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.28.11-SNAPSHOT
+ 2.28.11
../../pom.xml
diff --git a/test/crt-unavailable-tests/pom.xml b/test/crt-unavailable-tests/pom.xml
index 39816b01768b..60bb9a738dc7 100644
--- a/test/crt-unavailable-tests/pom.xml
+++ b/test/crt-unavailable-tests/pom.xml
@@ -20,7 +20,7 @@
aws-sdk-java-pom
software.amazon.awssdk
- 2.28.11-SNAPSHOT
+ 2.28.11
../../pom.xml
4.0.0
diff --git a/test/http-client-tests/pom.xml b/test/http-client-tests/pom.xml
index 664802a33842..1c8970046372 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.28.11-SNAPSHOT
+ 2.28.11
../../pom.xml
http-client-tests
diff --git a/test/module-path-tests/pom.xml b/test/module-path-tests/pom.xml
index 59dd271a84d3..99b0445c078a 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.28.11-SNAPSHOT
+ 2.28.11
../../pom.xml
4.0.0
diff --git a/test/old-client-version-compatibility-test/pom.xml b/test/old-client-version-compatibility-test/pom.xml
index 31a1f56418e4..05f5482a786c 100644
--- a/test/old-client-version-compatibility-test/pom.xml
+++ b/test/old-client-version-compatibility-test/pom.xml
@@ -21,7 +21,7 @@
aws-sdk-java-pom
software.amazon.awssdk
- 2.28.11-SNAPSHOT
+ 2.28.11
../../pom.xml
diff --git a/test/protocol-tests-core/pom.xml b/test/protocol-tests-core/pom.xml
index 667c159bf8e9..76df621ba7db 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.28.11-SNAPSHOT
+ 2.28.11
../../pom.xml
4.0.0
diff --git a/test/protocol-tests/pom.xml b/test/protocol-tests/pom.xml
index 445b8096d7e9..d360970d47b5 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.28.11-SNAPSHOT
+ 2.28.11
../../pom.xml
4.0.0
diff --git a/test/region-testing/pom.xml b/test/region-testing/pom.xml
index 9b944bdb721e..2b8c332e4288 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.28.11-SNAPSHOT
+ 2.28.11
../../pom.xml
4.0.0
diff --git a/test/ruleset-testing-core/pom.xml b/test/ruleset-testing-core/pom.xml
index 806cd281a169..fc22a040aaed 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.28.11-SNAPSHOT
+ 2.28.11
../../pom.xml
4.0.0
diff --git a/test/s3-benchmarks/pom.xml b/test/s3-benchmarks/pom.xml
index 43d7c830c9dd..36fe916649ef 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.28.11-SNAPSHOT
+ 2.28.11
../../pom.xml
4.0.0
diff --git a/test/sdk-benchmarks/pom.xml b/test/sdk-benchmarks/pom.xml
index 03f9de02332f..dce2b1806b8a 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.28.11-SNAPSHOT
+ 2.28.11
../../pom.xml
diff --git a/test/sdk-native-image-test/pom.xml b/test/sdk-native-image-test/pom.xml
index 68966fb2ee4b..1b413c8f5959 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.28.11-SNAPSHOT
+ 2.28.11
../../pom.xml
4.0.0
diff --git a/test/service-test-utils/pom.xml b/test/service-test-utils/pom.xml
index d48d655e0229..cb6178f35171 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.28.11-SNAPSHOT
+ 2.28.11
../../pom.xml
service-test-utils
diff --git a/test/stability-tests/pom.xml b/test/stability-tests/pom.xml
index e5f4010c6aa0..2a73d6b6d640 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.28.11-SNAPSHOT
+ 2.28.11
../../pom.xml
4.0.0
diff --git a/test/test-utils/pom.xml b/test/test-utils/pom.xml
index d268779ff8ac..b5d6c6ec3a7a 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.28.11-SNAPSHOT
+ 2.28.11
../../pom.xml
test-utils
diff --git a/test/tests-coverage-reporting/pom.xml b/test/tests-coverage-reporting/pom.xml
index 70db0299e87b..d010a14b80de 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.28.11-SNAPSHOT
+ 2.28.11
../../pom.xml
4.0.0
diff --git a/test/v2-migration-tests/pom.xml b/test/v2-migration-tests/pom.xml
index 36c748149fc5..cdb4a5474b22 100644
--- a/test/v2-migration-tests/pom.xml
+++ b/test/v2-migration-tests/pom.xml
@@ -22,7 +22,7 @@
software.amazon.awssdk
aws-sdk-java-pom
- 2.28.11-SNAPSHOT
+ 2.28.11
../..
diff --git a/third-party/pom.xml b/third-party/pom.xml
index e5e8acd5ebd4..ab7bd0271404 100644
--- a/third-party/pom.xml
+++ b/third-party/pom.xml
@@ -21,7 +21,7 @@
aws-sdk-java-pom
software.amazon.awssdk
- 2.28.11-SNAPSHOT
+ 2.28.11
third-party
diff --git a/third-party/third-party-jackson-core/pom.xml b/third-party/third-party-jackson-core/pom.xml
index f7df77665c0f..45fbda030226 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.28.11-SNAPSHOT
+ 2.28.11
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 39d93e8703f9..6ce53e89a1a7 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.28.11-SNAPSHOT
+ 2.28.11
4.0.0
diff --git a/third-party/third-party-slf4j-api/pom.xml b/third-party/third-party-slf4j-api/pom.xml
index b4d753d3f336..a44a0d1d3325 100644
--- a/third-party/third-party-slf4j-api/pom.xml
+++ b/third-party/third-party-slf4j-api/pom.xml
@@ -20,7 +20,7 @@
third-party
software.amazon.awssdk
- 2.28.11-SNAPSHOT
+ 2.28.11
4.0.0
diff --git a/utils/pom.xml b/utils/pom.xml
index bdfd455f41b9..af2b18963a90 100644
--- a/utils/pom.xml
+++ b/utils/pom.xml
@@ -20,7 +20,7 @@
aws-sdk-java-pom
software.amazon.awssdk
- 2.28.11-SNAPSHOT
+ 2.28.11
4.0.0
diff --git a/v2-migration/pom.xml b/v2-migration/pom.xml
index 5121af012b24..13c50ae280ab 100644
--- a/v2-migration/pom.xml
+++ b/v2-migration/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
aws-sdk-java-pom
- 2.28.11-SNAPSHOT
+ 2.28.11
../pom.xml