diff --git a/.changelog/5028b91c-7174-4v65-9adf-c787e66cd12c.json b/.changelog/5028b91c-7174-4v65-9adf-c787e66cd12c.json new file mode 100644 index 00000000000..11f2025d0bf --- /dev/null +++ b/.changelog/5028b91c-7174-4v65-9adf-c787e66cd12c.json @@ -0,0 +1,9 @@ +{ + "id": "5028b91c-7174-4v65-9adf-c787e66cd12c", + "type": "bugfix", + "collapse": false, + "description": "Fix incorrect reference to old s3manager in comments.", + "modules": [ + "feature/s3/manager" + ] +} diff --git a/.changelog/50cedb35-ef4d-49a5-bd20-4882e48ddf70.json b/.changelog/50cedb35-ef4d-49a5-bd20-4882e48ddf70.json new file mode 100644 index 00000000000..81c7e738a2b --- /dev/null +++ b/.changelog/50cedb35-ef4d-49a5-bd20-4882e48ddf70.json @@ -0,0 +1,10 @@ +{ + "id": "50cedb35-ef4d-49a5-bd20-4882e48ddf70", + "type": "feature", + "collapse": false, + "description": "Add FixUnmarshalIndividualSetValues option to DecoderOptions to fix unmarshalling of individual values of StringSet, NumberSet, and BinarySet attributes.", + "modules": [ + "feature/dynamodb/attributevalue", + "feature/dynamodbstreams/attributevalue" + ] +} diff --git a/.changelog/67431bb2-f939-4912-b813-adcc349a4bf5.json b/.changelog/67431bb2-f939-4912-b813-adcc349a4bf5.json new file mode 100644 index 00000000000..c4cf641f8bc --- /dev/null +++ b/.changelog/67431bb2-f939-4912-b813-adcc349a4bf5.json @@ -0,0 +1,9 @@ +{ + "id": "67431bb2-f939-4912-b813-adcc349a4bf5", + "type": "bugfix", + "description": "Refactor filepath.Walk to filepath.WalkDir", + "collapse": false, + "modules": [ + "internal/ini" + ] +} diff --git a/.changelog/fd3c62c5-c1cf-48de-a223-ea0fdf4136c9.json b/.changelog/fd3c62c5-c1cf-48de-a223-ea0fdf4136c9.json new file mode 100644 index 00000000000..7208ae19a19 --- /dev/null +++ b/.changelog/fd3c62c5-c1cf-48de-a223-ea0fdf4136c9.json @@ -0,0 +1,8 @@ +{ + "id": "fd3c62c5-c1cf-48de-a223-ea0fdf4136c9", + "type": "feature", + "description": "Reduce allocations in query encoding.", + "modules": [ + "." + ] +} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index b6dd76bcba5..363c2857d01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,84 @@ +# Release (2025-01-24) + +## General Highlights +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + +## Module Highlights +* `github.com/aws/aws-sdk-go-v2`: v1.34.0 + * **Feature**: Reduce allocations in query encoding. +* `github.com/aws/aws-sdk-go-v2/config`: [v1.29.2](config/CHANGELOG.md#v1292-2025-01-24) + * **Bug Fix**: Fix env config naming and usage of deprecated ioutil +* `github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue`: [v1.16.0](feature/dynamodb/attributevalue/CHANGELOG.md#v1160-2025-01-24) + * **Feature**: Add FixUnmarshalIndividualSetValues option to DecoderOptions to fix unmarshalling of individual values of StringSet, NumberSet, and BinarySet attributes. +* `github.com/aws/aws-sdk-go-v2/feature/dynamodbstreams/attributevalue`: [v1.15.0](feature/dynamodbstreams/attributevalue/CHANGELOG.md#v1150-2025-01-24) + * **Feature**: Add FixUnmarshalIndividualSetValues option to DecoderOptions to fix unmarshalling of individual values of StringSet, NumberSet, and BinarySet attributes. +* `github.com/aws/aws-sdk-go-v2/feature/s3/manager`: [v1.17.54](feature/s3/manager/CHANGELOG.md#v11754-2025-01-24) + * **Bug Fix**: Fix incorrect reference to old s3manager in comments. +* `github.com/aws/aws-sdk-go-v2/internal/ini`: [v1.8.2](internal/ini/CHANGELOG.md#v182-2025-01-24) + * **Bug Fix**: Refactor filepath.Walk to filepath.WalkDir +* `github.com/aws/aws-sdk-go-v2/service/autoscaling`: [v1.51.8](service/autoscaling/CHANGELOG.md#v1518-2025-01-24) + * **Bug Fix**: Switch to generated waiters, removing the dependency on go-jmespath and fixing broken waiters that used ordering comparators. +* `github.com/aws/aws-sdk-go-v2/service/cloudtrail`: [v1.47.0](service/cloudtrail/CHANGELOG.md#v1470-2025-01-24) + * **Feature**: This release introduces the SearchSampleQueries API that allows users to search for CloudTrail Lake sample queries. +* `github.com/aws/aws-sdk-go-v2/service/cloudwatch`: [v1.43.10](service/cloudwatch/CHANGELOG.md#v14310-2025-01-24) + * **Bug Fix**: Switch to generated waiters, removing the dependency on go-jmespath and fixing broken waiters that used ordering comparators. +* `github.com/aws/aws-sdk-go-v2/service/eks`: [v1.57.0](service/eks/CHANGELOG.md#v1570-2025-01-24) + * **Feature**: Adds support for UpdateStrategies in EKS Managed Node Groups. +* `github.com/aws/aws-sdk-go-v2/service/healthlake`: [v1.29.0](service/healthlake/CHANGELOG.md#v1290-2025-01-24) + * **Feature**: Added new authorization strategy value 'SMART_ON_FHIR' for CreateFHIRDatastore API to support Smart App 2.0 +* `github.com/aws/aws-sdk-go-v2/service/internal/checksum`: [v1.5.3](service/internal/checksum/CHANGELOG.md#v153-2025-01-24) + * **Bug Fix**: Enable request checksum validation mode by default +* `github.com/aws/aws-sdk-go-v2/service/s3`: [v1.74.1](service/s3/CHANGELOG.md#v1741-2025-01-24) + * **Bug Fix**: Enable request checksum validation mode by default +* `github.com/aws/aws-sdk-go-v2/service/ssm`: [v1.56.8](service/ssm/CHANGELOG.md#v1568-2025-01-24) + * **Documentation**: Systems Manager doc-only update for January, 2025. +* `github.com/aws/aws-sdk-go-v2/service/ssooidc`: [v1.28.11](service/ssooidc/CHANGELOG.md#v12811-2025-01-24) + * **Documentation**: Fixed typos in the descriptions. +* `github.com/aws/aws-sdk-go-v2/service/transfer`: [v1.56.0](service/transfer/CHANGELOG.md#v1560-2025-01-24) + * **Feature**: Added CustomDirectories as a new directory option for storing inbound AS2 messages, MDN files and Status files. + +# Release (2025-01-23) + +## Module Highlights +* `github.com/aws/aws-sdk-go-v2/service/ec2`: [v1.201.0](service/ec2/CHANGELOG.md#v12010-2025-01-23) + * **Feature**: Added "future" allocation type for future dated capacity reservation + +# Release (2025-01-22) + +## General Highlights +* **Dependency Update**: Updated to the latest SDK module versions + +## Module Highlights +* `github.com/aws/aws-sdk-go-v2/service/bedrockagentruntime`: [v1.33.0](service/bedrockagentruntime/CHANGELOG.md#v1330-2025-01-22) + * **Feature**: Adds multi-turn input support for an Agent node in an Amazon Bedrock Flow +* `github.com/aws/aws-sdk-go-v2/service/glue`: [v1.105.4](service/glue/CHANGELOG.md#v11054-2025-01-22) + * **Documentation**: Docs Update for timeout changes +* `github.com/aws/aws-sdk-go-v2/service/medialive`: [v1.66.0](service/medialive/CHANGELOG.md#v1660-2025-01-22) + * **Feature**: AWS Elemental MediaLive adds a new feature, ID3 segment tagging, in CMAF Ingest output groups. It allows customers to insert ID3 tags into every output segment, controlled by a newly added channel schedule action Id3SegmentTagging. +* `github.com/aws/aws-sdk-go-v2/service/s3`: [v1.74.0](service/s3/CHANGELOG.md#v1740-2025-01-22) + * **Feature**: Add a client config option to disable logging when output checksum validation is skipped due to an unsupported algorithm. +* `github.com/aws/aws-sdk-go-v2/service/workspacesthinclient`: [v1.11.2](service/workspacesthinclient/CHANGELOG.md#v1112-2025-01-22) + * **Documentation**: Rename WorkSpaces Web to WorkSpaces Secure Browser + +# Release (2025-01-21) + +## Module Highlights +* `github.com/aws/aws-sdk-go-v2/service/batch`: [v1.49.7](service/batch/CHANGELOG.md#v1497-2025-01-21) + * **Documentation**: Documentation-only update: clarified the description of the shareDecaySeconds parameter of the FairsharePolicy data type, clarified the description of the priority parameter of the JobQueueDetail data type. +* `github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs`: [v1.45.7](service/cloudwatchlogs/CHANGELOG.md#v1457-2025-01-21) + * **Documentation**: Documentation-only update to address doc errors +* `github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider`: [v1.49.0](service/cognitoidentityprovider/CHANGELOG.md#v1490-2025-01-21) + * **Feature**: corrects the dual-stack endpoint configuration for cognitoidp +* `github.com/aws/aws-sdk-go-v2/service/connect`: [v1.124.0](service/connect/CHANGELOG.md#v11240-2025-01-21) + * **Feature**: Added DeleteContactFlowVersion API and the CAMPAIGN flow type +* `github.com/aws/aws-sdk-go-v2/service/iotsitewise`: [v1.45.0](service/iotsitewise/CHANGELOG.md#v1450-2025-01-21) + * **Feature**: AWS IoT SiteWise now supports ingestion and querying of Null (all data types) and NaN (double type) values of bad or uncertain data quality. New partial error handling prevents data loss during ingestion. Enabled by default for new customers; existing customers can opt-in. +* `github.com/aws/aws-sdk-go-v2/service/quicksight`: [v1.83.0](service/quicksight/CHANGELOG.md#v1830-2025-01-21) + * **Feature**: Added `DigitGroupingStyle` in ThousandsSeparator to allow grouping by `LAKH`( Indian Grouping system ) currency. Support LAKH and `CRORE` currency types in Column Formatting. +* `github.com/aws/aws-sdk-go-v2/service/sns`: [v1.33.14](service/sns/CHANGELOG.md#v13314-2025-01-21) + * **Documentation**: This release adds support for the topic attribute FifoThroughputScope for SNS FIFO topics. For details, see the documentation history in the Amazon Simple Notification Service Developer Guide. + # Release (2025-01-17) ## General Highlights diff --git a/README.md b/README.md index cd43039f2c0..fb3ec1f3347 100644 --- a/README.md +++ b/README.md @@ -134,10 +134,11 @@ The v2 SDK will use GitHub [Issues] to track feature requests and issues with th ## Resources -[SDK Developer Guide](https://aws.github.io/aws-sdk-go-v2/docs/) - Use this document to learn how to get started and +[SDK Developer Guide](https://docs.aws.amazon.com/sdk-for-go/v2/developer-guide/welcome.html) - Use this document to learn how to get started and use the AWS SDK for Go V2. -[SDK Migration Guide](https://aws.github.io/aws-sdk-go-v2/docs/migrating/) - Use this document to learn how to migrate to V2 from the AWS SDK for Go. + +[SDK Migration Guide](https://docs.aws.amazon.com/sdk-for-go/v2/developer-guide/migrate-gosdk.html) - Use this document to learn how to migrate to V2 from the AWS SDK for Go. [SDK API Reference Documentation](https://pkg.go.dev/mod/github.com/aws/aws-sdk-go-v2) - Use this document to look up all API operation input and output parameters for AWS diff --git a/SMITHY_GO_CODEGEN_VERSION b/SMITHY_GO_CODEGEN_VERSION index 107e69ef333..2964b066f5c 100644 --- a/SMITHY_GO_CODEGEN_VERSION +++ b/SMITHY_GO_CODEGEN_VERSION @@ -1 +1 @@ -a7d0f1ef5f730836889f670f8d739456fc940779 +d708d1d4ae7dc9bc80ae20d1e09623fba519e9d7 diff --git a/aws/go_module_metadata.go b/aws/go_module_metadata.go index 56e60759ee0..57d5c02ee5a 100644 --- a/aws/go_module_metadata.go +++ b/aws/go_module_metadata.go @@ -3,4 +3,4 @@ package aws // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.33.0" +const goModuleVersion = "1.34.0" diff --git a/aws/protocol/eventstream/CHANGELOG.md b/aws/protocol/eventstream/CHANGELOG.md index a4872987aef..41a4852874b 100644 --- a/aws/protocol/eventstream/CHANGELOG.md +++ b/aws/protocol/eventstream/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.6.8 (2025-01-24) + +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.6.7 (2024-11-18) * **Dependency Update**: Update to smithy-go v1.22.1. diff --git a/aws/protocol/eventstream/go.mod b/aws/protocol/eventstream/go.mod index 3902775f1bb..d6af443df8a 100644 --- a/aws/protocol/eventstream/go.mod +++ b/aws/protocol/eventstream/go.mod @@ -2,6 +2,6 @@ module github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream go 1.21 -require github.com/aws/smithy-go v1.22.1 +require github.com/aws/smithy-go v1.22.2 replace github.com/aws/aws-sdk-go-v2 => ../../../ diff --git a/aws/protocol/eventstream/go.sum b/aws/protocol/eventstream/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/aws/protocol/eventstream/go.sum +++ b/aws/protocol/eventstream/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/aws/protocol/eventstream/go_module_metadata.go b/aws/protocol/eventstream/go_module_metadata.go index 78af41cbedf..faf5fcc515b 100644 --- a/aws/protocol/eventstream/go_module_metadata.go +++ b/aws/protocol/eventstream/go_module_metadata.go @@ -3,4 +3,4 @@ package eventstream // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.6.7" +const goModuleVersion = "1.6.8" diff --git a/aws/protocol/query/array.go b/aws/protocol/query/array.go index 47ebc0f5476..6669a3ddfd0 100644 --- a/aws/protocol/query/array.go +++ b/aws/protocol/query/array.go @@ -1,8 +1,8 @@ package query import ( - "fmt" "net/url" + "strconv" ) // Array represents the encoding of Query lists and sets. A Query array is a @@ -21,19 +21,8 @@ type Array struct { // keys for each element in the list. For example, an entry might have the // key "ParentStructure.ListName.member.MemberName.1". // - // While this is currently represented as a string that gets added to, it - // could also be represented as a stack that only gets condensed into a - // string when a finalized key is created. This could potentially reduce - // allocations. + // When the array is not flat the prefix will contain the memberName otherwise the memberName is ignored prefix string - // Whether the list is flat or not. A list that is not flat will produce the - // following entry to the url.Values for a given entry: - // ListName.MemberName.1=value - // A list that is flat will produce the following: - // ListName.1=value - flat bool - // The location name of the member. In most cases this should be "member". - memberName string // Elements are stored in values, so we keep track of the list size here. size int32 // Empty lists are encoded as "=", if we add a value later we will @@ -45,11 +34,14 @@ func newArray(values url.Values, prefix string, flat bool, memberName string) *A emptyValue := newValue(values, prefix, flat) emptyValue.String("") + if !flat { + // This uses string concatenation in place of fmt.Sprintf as fmt.Sprintf has a much higher resource overhead + prefix = prefix + keySeparator + memberName + } + return &Array{ values: values, prefix: prefix, - flat: flat, - memberName: memberName, emptyValue: emptyValue, } } @@ -63,10 +55,7 @@ func (a *Array) Value() Value { // Query lists start a 1, so adjust the size first a.size++ - prefix := a.prefix - if !a.flat { - prefix = fmt.Sprintf("%s.%s", prefix, a.memberName) - } // Lists can't have flat members - return newValue(a.values, fmt.Sprintf("%s.%d", prefix, a.size), false) + // This uses string concatenation in place of fmt.Sprintf as fmt.Sprintf has a much higher resource overhead + return newValue(a.values, a.prefix+keySeparator+strconv.FormatInt(int64(a.size), 10), false) } diff --git a/aws/protocol/query/object.go b/aws/protocol/query/object.go index 455b92515ca..305a8ace302 100644 --- a/aws/protocol/query/object.go +++ b/aws/protocol/query/object.go @@ -1,9 +1,6 @@ package query -import ( - "fmt" - "net/url" -) +import "net/url" // Object represents the encoding of Query structures and unions. A Query // object is a representation of a mapping of string keys to arbitrary @@ -56,14 +53,16 @@ func (o *Object) FlatKey(name string) Value { func (o *Object) key(name string, flatValue bool) Value { if o.prefix != "" { - return newValue(o.values, fmt.Sprintf("%s.%s", o.prefix, name), flatValue) + // This uses string concatenation in place of fmt.Sprintf as fmt.Sprintf has a much higher resource overhead + return newValue(o.values, o.prefix+keySeparator+name, flatValue) } return newValue(o.values, name, flatValue) } func (o *Object) keyWithValues(name string, flatValue bool) Value { if o.prefix != "" { - return newAppendValue(o.values, fmt.Sprintf("%s.%s", o.prefix, name), flatValue) + // This uses string concatenation in place of fmt.Sprintf as fmt.Sprintf has a much higher resource overhead + return newAppendValue(o.values, o.prefix+keySeparator+name, flatValue) } return newAppendValue(o.values, name, flatValue) } diff --git a/aws/protocol/query/value.go b/aws/protocol/query/value.go index a9251521f12..8063c592ddd 100644 --- a/aws/protocol/query/value.go +++ b/aws/protocol/query/value.go @@ -7,6 +7,8 @@ import ( "github.com/aws/smithy-go/encoding/httpbinding" ) +const keySeparator = "." + // Value represents a Query Value type. type Value struct { // The query values to add the value to. diff --git a/aws/protocol/query/value_test.go b/aws/protocol/query/value_test.go new file mode 100644 index 00000000000..f8336f39d46 --- /dev/null +++ b/aws/protocol/query/value_test.go @@ -0,0 +1,64 @@ +package query + +import ( + "fmt" + "strconv" + "testing" +) + +var output string + +func Benchmark_sprintf_strings(b *testing.B) { + for i := 0; i < b.N; i++ { + output = fmt.Sprintf("%s.%s", "foo", "bar") + } +} + +func Benchmark_concat_strings(b *testing.B) { + for i := 0; i < b.N; i++ { + output = "foo" + keySeparator + "bar" + } +} + +func Benchmark_int_formatting(b *testing.B) { + benchmarkFuncs := []struct { + name string + formatter func(val int32) + }{ + { + name: "array - sprintf", formatter: func(val int32) { + output = fmt.Sprintf("%s.%d", "foo", val) + }, + }, + { + name: "array - concat strconv", formatter: func(val int32) { + output = "foo" + keySeparator + strconv.FormatInt(int64(val), 10) + }, + }, + { + name: "map - sprintf", formatter: func(val int32) { + output = fmt.Sprintf("%s.%d.%s", "foo", val, "bar") + output = fmt.Sprintf("%s.%d.%s", "foo", val, "bar") + }, + }, + { + name: "map - concat strconv", formatter: func(val int32) { + valString := strconv.FormatInt(int64(val), 10) + output = "foo" + keySeparator + valString + keySeparator + "bar" + output = "foo" + keySeparator + valString + keySeparator + "bar" + }, + }, + } + + sizesToTest := []int32{1, 10, 100, 250, 500, 1000} + + for _, bm := range benchmarkFuncs { + for _, size := range sizesToTest { + b.Run(fmt.Sprintf("%s with %d size", bm.name, size), func(b *testing.B) { + for i := 0; i < b.N; i++ { + bm.formatter(size) + } + }) + } + } +} diff --git a/ci-find-smithy-go.sh b/ci-find-smithy-go.sh index c1e2346cf64..ce519bb6408 100755 --- a/ci-find-smithy-go.sh +++ b/ci-find-smithy-go.sh @@ -12,6 +12,9 @@ if [ -z "$SMITHY_GO_REPOSITORY" ]; then SMITHY_GO_REPOSITORY=aws/smithy-go fi +if [ "$SMITHY_GO_REPOSITORY" == /smithy-go ]; then + SMITHY_GO_REPOSITORY=aws/smithy-go +fi if [ -z "$RUNNER_TMPDIR" ]; then echo env RUNNER_TMPDIR is required diff --git a/codegen/sdk-codegen/aws-models/batch.json b/codegen/sdk-codegen/aws-models/batch.json index 7319b98ad97..af5c3091d69 100644 --- a/codegen/sdk-codegen/aws-models/batch.json +++ b/codegen/sdk-codegen/aws-models/batch.json @@ -4907,7 +4907,7 @@ "shareDecaySeconds": { "target": "com.amazonaws.batch#Integer", "traits": { - "smithy.api#documentation": "

The amount of time (in seconds) to use to calculate a fair share percentage for each fair\n share identifier in use. A value of zero (0) indicates that only current usage is measured. The\n decay allows for more recently run jobs to have more weight than jobs that ran earlier. The\n maximum supported value is 604800 (1 week).

" + "smithy.api#documentation": "

The amount of time (in seconds) to use to calculate a fair share percentage for each fair\n share identifier in use. A value of zero (0) indicates the default minimum time window (600 seconds).\n The maximum supported value is 604800 (1 week).

\n

The decay allows for more recently run jobs to have more weight than jobs that ran earlier. \n Consider adjusting this number if you have jobs that (on average) run longer than ten minutes, \n or a large difference in job count or job run times between share identifiers, and the allocation\n of resources doesn’t meet your needs.

" } }, "computeReservation": { @@ -5585,7 +5585,7 @@ "target": "com.amazonaws.batch#Integer", "traits": { "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The priority of the job queue. Job queues with a higher priority (or a higher integer value for the priority parameter) are evaluated first when associated with the same compute environment. Priority is determined in descending order. For example, a job queue with a priority value of 10 is given scheduling preference over a job queue with a priority value of 1. All of the compute environments must be either Amazon EC2 (EC2 or SPOT) or Fargate (FARGATE or FARGATE_SPOT). Amazon EC2 and Fargate compute environments can't be mixed.

", + "smithy.api#documentation": "

The priority of the job queue. Job queue priority determines the order \n that job queues are evaluated when multiple queues dispatch jobs within a \n shared compute environment. A higher value for priority indicates\n a higher priority. Queues are evaluated in cycles, in descending order by\n priority. For example, a job queue with a priority value of 10 is \n evaluated before a queue with a priority value of 1. All of the \n compute environments must be either Amazon EC2 (EC2 or SPOT)\n or Fargate (FARGATE or FARGATE_SPOT). Amazon EC2 and \n Fargate compute environments can't be mixed.

\n \n

Job queue priority doesn't guarantee that a particular job executes before \n a job in a lower priority queue. Jobs added to higher priority queues during the \n queue evaluation cycle might not be evaluated until the next cycle. A job is \n dispatched from a queue only if resources are available when the queue is evaluated. \n If there are insufficient resources available at that time, the cycle proceeds to the \n next queue. This means that jobs added to higher priority queues might have to wait \n for jobs in multiple lower priority queues to complete before they are dispatched. \n You can use job dependencies to control the order for jobs from queues with different \n priorities. For more information, see Job Dependencies\n in the Batch User Guide.

\n
", "smithy.api#required": {} } }, @@ -5944,7 +5944,7 @@ "targetInstanceTypes": { "target": "com.amazonaws.batch#StringList", "traits": { - "smithy.api#documentation": "

The instance type or family that this this override launch template should be applied to.

\n

This parameter is required when defining a launch template override.

\n

Information included in this parameter must meet the following requirements:

\n " + "smithy.api#documentation": "

The instance type or family that this override launch template should be applied to.

\n

This parameter is required when defining a launch template override.

\n

Information included in this parameter must meet the following requirements:

\n " } } }, @@ -7743,7 +7743,7 @@ "environment": { "target": "com.amazonaws.batch#EnvironmentVariables", "traits": { - "smithy.api#documentation": "

The environment variables to pass to a container. This parameter maps to Env inthe Create a container\n section of the Docker Remote API\n and the --env parameter to docker run.

\n \n

We don't recommend using plaintext environment variables for sensitive information, such as\n credential data.

\n
\n \n

Environment variables cannot start with AWS_BATCH. This naming convention is\n reserved for variables that Batch sets.

\n
" + "smithy.api#documentation": "

The environment variables to pass to a container. This parameter maps to Env in the Create a container\n section of the Docker Remote API\n and the --env parameter to docker run.

\n \n

We don't recommend using plaintext environment variables for sensitive information, such as\n credential data.

\n
\n \n

Environment variables cannot start with AWS_BATCH. This naming convention is\n reserved for variables that Batch sets.

\n
" } }, "essential": { diff --git a/codegen/sdk-codegen/aws-models/bedrock-agent-runtime.json b/codegen/sdk-codegen/aws-models/bedrock-agent-runtime.json index 471c981fc43..631335bc312 100644 --- a/codegen/sdk-codegen/aws-models/bedrock-agent-runtime.json +++ b/codegen/sdk-codegen/aws-models/bedrock-agent-runtime.json @@ -2301,9 +2301,25 @@ "traits": { "smithy.api#enumValue": "SUCCESS" } + }, + "INPUT_REQUIRED": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "INPUT_REQUIRED" + } } } }, + "com.amazonaws.bedrockagentruntime#FlowExecutionId": { + "type": "string", + "traits": { + "smithy.api#length": { + "min": 2, + "max": 100 + }, + "smithy.api#pattern": "^[0-9a-zA-Z._:-]+$" + } + }, "com.amazonaws.bedrockagentruntime#FlowIdentifier": { "type": "string", "traits": { @@ -2326,8 +2342,7 @@ "nodeOutputName": { "target": "com.amazonaws.bedrockagentruntime#NodeOutputName", "traits": { - "smithy.api#documentation": "

The name of the output from the flow input node that begins the prompt flow.

", - "smithy.api#required": {} + "smithy.api#documentation": "

The name of the output from the flow input node that begins the prompt flow.

" } }, "content": { @@ -2336,6 +2351,12 @@ "smithy.api#documentation": "

Contains information about an input into the prompt flow.

", "smithy.api#required": {} } + }, + "nodeInputName": { + "target": "com.amazonaws.bedrockagentruntime#NodeInputName", + "traits": { + "smithy.api#documentation": "

The name of the input from the flow input node.

" + } } }, "traits": { @@ -2369,6 +2390,50 @@ } } }, + "com.amazonaws.bedrockagentruntime#FlowMultiTurnInputContent": { + "type": "union", + "members": { + "document": { + "target": "smithy.api#Document", + "traits": { + "smithy.api#documentation": "

The requested additional input to send back to the multi-turn flow node.

" + } + } + }, + "traits": { + "smithy.api#documentation": "

The content structure containing input information for multi-turn flow interactions.

" + } + }, + "com.amazonaws.bedrockagentruntime#FlowMultiTurnInputRequestEvent": { + "type": "structure", + "members": { + "nodeName": { + "target": "com.amazonaws.bedrockagentruntime#NodeName", + "traits": { + "smithy.api#documentation": "

The name of the node in the flow that is requesting the input.

", + "smithy.api#required": {} + } + }, + "nodeType": { + "target": "com.amazonaws.bedrockagentruntime#NodeType", + "traits": { + "smithy.api#documentation": "

The type of the node in the flow that is requesting the input.

", + "smithy.api#required": {} + } + }, + "content": { + "target": "com.amazonaws.bedrockagentruntime#FlowMultiTurnInputContent", + "traits": { + "smithy.api#documentation": "

The content payload containing the input request details for the multi-turn interaction.

", + "smithy.api#required": {} + } + } + }, + "traits": { + "smithy.api#documentation": "

Response object from the flow multi-turn node requesting additional information.

", + "smithy.api#sensitive": {} + } + }, "com.amazonaws.bedrockagentruntime#FlowOutputContent": { "type": "union", "members": { @@ -2495,6 +2560,12 @@ "traits": { "smithy.api#documentation": "

There was an issue with a dependency due to a server issue. Retry your request.

" } + }, + "flowMultiTurnInputRequestEvent": { + "target": "com.amazonaws.bedrockagentruntime#FlowMultiTurnInputRequestEvent", + "traits": { + "smithy.api#documentation": "

The event stream containing the multi-turn input request information from the flow.

" + } } }, "traits": { @@ -4868,6 +4939,12 @@ "traits": { "smithy.api#documentation": "

Model performance settings for the request.

" } + }, + "executionId": { + "target": "com.amazonaws.bedrockagentruntime#FlowExecutionId", + "traits": { + "smithy.api#documentation": "

The unique identifier for the current flow execution. If you don't provide a value, Amazon Bedrock creates the identifier for you.

" + } } }, "traits": { @@ -4884,6 +4961,13 @@ "smithy.api#httpPayload": {}, "smithy.api#required": {} } + }, + "executionId": { + "target": "com.amazonaws.bedrockagentruntime#FlowExecutionId", + "traits": { + "smithy.api#documentation": "

The unique identifier for the current flow execution.

", + "smithy.api#httpHeader": "x-amz-bedrock-flow-execution-id" + } } }, "traits": { diff --git a/codegen/sdk-codegen/aws-models/cloudtrail.json b/codegen/sdk-codegen/aws-models/cloudtrail.json index cd57d4a614f..0eb96f168ea 100644 --- a/codegen/sdk-codegen/aws-models/cloudtrail.json +++ b/codegen/sdk-codegen/aws-models/cloudtrail.json @@ -251,7 +251,7 @@ } }, "traits": { - "smithy.api#documentation": "

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

\n

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

\n

For information about configurable advanced event selector fields, see \n AdvancedEventSelector \n in the CloudTrailUser Guide.

" + "smithy.api#documentation": "

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

\n

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

\n

For information about configurable advanced event selector fields, see \n AdvancedEventSelector \n in the CloudTrail API Reference.

" } }, "com.amazonaws.cloudtrail#AdvancedEventSelectors": { @@ -266,7 +266,7 @@ "Field": { "target": "com.amazonaws.cloudtrail#SelectorField", "traits": { - "smithy.api#documentation": "

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

\n

For more information, see \n AdvancedFieldSelector \n in the CloudTrailUser Guide.

", + "smithy.api#documentation": "

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

\n

For more information, see \n AdvancedFieldSelector \n in the CloudTrail API Reference.

\n \n

Selectors don't support the use of wildcards like * . To match multiple values with a single condition, \n you may use StartsWith, EndsWith, NotStartsWith, or NotEndsWith to explicitly match the beginning or end of the event field.

\n
", "smithy.api#required": {} } }, @@ -810,6 +810,9 @@ { "target": "com.amazonaws.cloudtrail#RestoreEventDataStore" }, + { + "target": "com.amazonaws.cloudtrail#SearchSampleQueries" + }, { "target": "com.amazonaws.cloudtrail#StartDashboardRefresh" }, @@ -4943,7 +4946,7 @@ } ], "traits": { - "smithy.api#documentation": "

Describes the settings for the Insights event selectors that you configured for your\n trail or event data store. GetInsightSelectors shows if CloudTrail Insights event logging\n is enabled on the trail or event data store, and if it is, which Insights types are enabled. If you run\n GetInsightSelectors on a trail or event data store that does not have Insights events enabled,\n the operation throws the exception InsightNotEnabledException\n

\n

Specify either the EventDataStore parameter to get Insights event selectors for an event data store, \n or the TrailName parameter to the get Insights event selectors for a trail. You cannot specify these parameters together.

\n

For more information, see Logging CloudTrail Insights events in the CloudTrail User Guide.

", + "smithy.api#documentation": "

Describes the settings for the Insights event selectors that you configured for your\n trail or event data store. GetInsightSelectors shows if CloudTrail Insights event logging\n is enabled on the trail or event data store, and if it is, which Insights types are enabled. If you run\n GetInsightSelectors on a trail or event data store that does not have Insights events enabled,\n the operation throws the exception InsightNotEnabledException\n

\n

Specify either the EventDataStore parameter to get Insights event selectors for an event data store, \n or the TrailName parameter to the get Insights event selectors for a trail. You cannot specify these parameters together.

\n

For more information, see Working with CloudTrail Insights in the CloudTrail User Guide.

", "smithy.api#idempotent": {} } }, @@ -8012,7 +8015,7 @@ } ], "traits": { - "smithy.api#documentation": "

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

\n

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

\n

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

\n \n

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

\n

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

\n

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

\n

Example

\n
    \n
  1. \n

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

    \n
  2. \n
  3. \n

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

    \n
  4. \n
  5. \n

    CloudTrail evaluates whether the events match your event selectors.

    \n
  6. \n
  7. \n

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

    \n
  8. \n
  9. \n

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

    \n
  10. \n
\n

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

\n

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

\n

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

", + "smithy.api#documentation": "

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

\n

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

\n

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

\n \n

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

\n

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

\n

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

\n

Example

\n
    \n
  1. \n

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

    \n
  2. \n
  3. \n

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

    \n
  4. \n
  5. \n

    CloudTrail evaluates whether the events match your event selectors.

    \n
  6. \n
  7. \n

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

    \n
  8. \n
  9. \n

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

    \n
  10. \n
\n

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

\n

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

\n

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

", "smithy.api#idempotent": {} } }, @@ -8128,7 +8131,7 @@ } ], "traits": { - "smithy.api#documentation": "

Lets you enable Insights event logging by specifying the Insights selectors that you\n want to enable on an existing trail or event data store. You also use PutInsightSelectors to turn\n off Insights event logging, by passing an empty list of Insights types. The valid Insights\n event types are ApiErrorRateInsight and\n ApiCallRateInsight.

\n

To enable Insights on an event data store, you must specify the ARNs (or ID suffix of the ARNs) for the source event data store (EventDataStore) and the destination event data store (InsightsDestination). The source event data store logs management events and enables Insights. \n The destination event data store logs Insights events based upon the management event activity of the source event data store. The source and destination event data stores must belong to the same Amazon Web Services account.

\n

To log Insights events for a trail, you must specify the name (TrailName) of the CloudTrail trail for which you want to change or add Insights\n selectors.

\n

To log CloudTrail Insights events on API call volume, the trail or event data store\n must log write management events. To log CloudTrail\n Insights events on API error rate, the trail or event data store must log read or\n write management events. You can call GetEventSelectors on a trail \n to check whether the trail logs management events. You can call GetEventDataStore on an \n event data store to check whether the event data store logs management events.

\n

For more information, see Logging CloudTrail Insights events in the CloudTrail User Guide.

", + "smithy.api#documentation": "

Lets you enable Insights event logging by specifying the Insights selectors that you\n want to enable on an existing trail or event data store. You also use PutInsightSelectors to turn\n off Insights event logging, by passing an empty list of Insights types. The valid Insights\n event types are ApiErrorRateInsight and\n ApiCallRateInsight.

\n

To enable Insights on an event data store, you must specify the ARNs (or ID suffix of the ARNs) for the source event data store (EventDataStore) and the destination event data store (InsightsDestination). The source event data store logs management events and enables Insights. \n The destination event data store logs Insights events based upon the management event activity of the source event data store. The source and destination event data stores must belong to the same Amazon Web Services account.

\n

To log Insights events for a trail, you must specify the name (TrailName) of the CloudTrail trail for which you want to change or add Insights\n selectors.

\n

To log CloudTrail Insights events on API call volume, the trail or event data store\n must log write management events. To log CloudTrail\n Insights events on API error rate, the trail or event data store must log read or\n write management events. You can call GetEventSelectors on a trail \n to check whether the trail logs management events. You can call GetEventDataStore on an \n event data store to check whether the event data store logs management events.

\n

For more information, see Working with CloudTrail Insights in the CloudTrail User Guide.

", "smithy.api#idempotent": {} } }, @@ -9241,6 +9244,150 @@ "smithy.api#documentation": "

The settings for the source S3 bucket.

" } }, + "com.amazonaws.cloudtrail#SampleQueryDescription": { + "type": "string" + }, + "com.amazonaws.cloudtrail#SampleQueryName": { + "type": "string" + }, + "com.amazonaws.cloudtrail#SampleQueryRelevance": { + "type": "float", + "traits": { + "smithy.api#default": 0 + } + }, + "com.amazonaws.cloudtrail#SampleQuerySQL": { + "type": "string" + }, + "com.amazonaws.cloudtrail#SearchSampleQueries": { + "type": "operation", + "input": { + "target": "com.amazonaws.cloudtrail#SearchSampleQueriesRequest" + }, + "output": { + "target": "com.amazonaws.cloudtrail#SearchSampleQueriesResponse" + }, + "errors": [ + { + "target": "com.amazonaws.cloudtrail#InvalidParameterException" + }, + { + "target": "com.amazonaws.cloudtrail#OperationNotPermittedException" + }, + { + "target": "com.amazonaws.cloudtrail#UnsupportedOperationException" + } + ], + "traits": { + "smithy.api#documentation": "

\n Searches sample queries and returns a list of sample queries that are sorted by relevance. \n To search for sample queries, provide a natural language SearchPhrase in English.\n

", + "smithy.api#idempotent": {} + } + }, + "com.amazonaws.cloudtrail#SearchSampleQueriesMaxResults": { + "type": "integer", + "traits": { + "smithy.api#range": { + "min": 1, + "max": 50 + } + } + }, + "com.amazonaws.cloudtrail#SearchSampleQueriesRequest": { + "type": "structure", + "members": { + "SearchPhrase": { + "target": "com.amazonaws.cloudtrail#SearchSampleQueriesSearchPhrase", + "traits": { + "smithy.api#documentation": "

\n The natural language phrase to use for the semantic search. The phrase must be in English. The length constraint is in characters, not words.

", + "smithy.api#required": {} + } + }, + "MaxResults": { + "target": "com.amazonaws.cloudtrail#SearchSampleQueriesMaxResults", + "traits": { + "smithy.api#documentation": "

\n The maximum number of results to return on a single page. The default value is 10.\n

" + } + }, + "NextToken": { + "target": "com.amazonaws.cloudtrail#PaginationToken", + "traits": { + "smithy.api#documentation": "

\n A token you can use to get the next page of results. The length constraint is in characters, not words.\n

" + } + } + }, + "traits": { + "smithy.api#input": {} + } + }, + "com.amazonaws.cloudtrail#SearchSampleQueriesResponse": { + "type": "structure", + "members": { + "SearchResults": { + "target": "com.amazonaws.cloudtrail#SearchSampleQueriesSearchResults", + "traits": { + "smithy.api#documentation": "

\n A list of objects containing the search results ordered from most relevant to least relevant.\n

" + } + }, + "NextToken": { + "target": "com.amazonaws.cloudtrail#PaginationToken", + "traits": { + "smithy.api#documentation": "

\n A token you can use to get the next page of results.

" + } + } + }, + "traits": { + "smithy.api#output": {} + } + }, + "com.amazonaws.cloudtrail#SearchSampleQueriesSearchPhrase": { + "type": "string", + "traits": { + "smithy.api#length": { + "min": 2, + "max": 1000 + }, + "smithy.api#pattern": "^[ -~\\n]*$" + } + }, + "com.amazonaws.cloudtrail#SearchSampleQueriesSearchResult": { + "type": "structure", + "members": { + "Name": { + "target": "com.amazonaws.cloudtrail#SampleQueryName", + "traits": { + "smithy.api#documentation": "

\n The name of a sample query.\n

" + } + }, + "Description": { + "target": "com.amazonaws.cloudtrail#SampleQueryDescription", + "traits": { + "smithy.api#documentation": "

\n A longer description of a sample query.\n

" + } + }, + "SQL": { + "target": "com.amazonaws.cloudtrail#SampleQuerySQL", + "traits": { + "smithy.api#documentation": "

\n The SQL code of the sample query.\n

" + } + }, + "Relevance": { + "target": "com.amazonaws.cloudtrail#SampleQueryRelevance", + "traits": { + "smithy.api#default": 0, + "smithy.api#documentation": "

\n A value between 0 and 1 indicating the similarity between the search phrase and result.\n

" + } + } + }, + "traits": { + "smithy.api#documentation": "

\n A search result returned by the SearchSampleQueries operation.\n

" + } + }, + "com.amazonaws.cloudtrail#SearchSampleQueriesSearchResults": { + "type": "list", + "member": { + "target": "com.amazonaws.cloudtrail#SearchSampleQueriesSearchResult" + } + }, "com.amazonaws.cloudtrail#SelectorField": { "type": "string", "traits": { diff --git a/codegen/sdk-codegen/aws-models/cloudwatch-logs.json b/codegen/sdk-codegen/aws-models/cloudwatch-logs.json index d4a1f0549b8..d2a383edfc5 100644 --- a/codegen/sdk-codegen/aws-models/cloudwatch-logs.json +++ b/codegen/sdk-codegen/aws-models/cloudwatch-logs.json @@ -538,7 +538,7 @@ } ], "traits": { - "smithy.api#documentation": "

Associates the specified KMS key with either one log group in the account, or with all stored\n CloudWatch Logs query insights results in the account.

\n

When you use AssociateKmsKey, you specify either the logGroupName parameter\n or the resourceIdentifier parameter. You can't specify both of those parameters in the same operation.

\n \n \n

If you delete the key that is used to encrypt log events or log group query results,\n then all the associated stored log events or query results that were encrypted with that key \n will be unencryptable and unusable.

\n
\n \n

CloudWatch Logs supports only symmetric KMS keys. Do not use an associate\n an asymmetric KMS key with your log group or query results. For more information, see Using\n Symmetric and Asymmetric Keys.

\n
\n

It can take up to 5 minutes for this operation to take effect.

\n

If you attempt to associate a KMS key with a log group but the KMS key does not exist or the KMS key is disabled, you receive an\n InvalidParameterException error.

" + "smithy.api#documentation": "

Associates the specified KMS key with either one log group in the account, or with all stored\n CloudWatch Logs query insights results in the account.

\n

When you use AssociateKmsKey, you specify either the logGroupName parameter\n or the resourceIdentifier parameter. You can't specify both of those parameters in the same operation.

\n \n \n

If you delete the key that is used to encrypt log events or log group query results,\n then all the associated stored log events or query results that were encrypted with that key \n will be unencryptable and unusable.

\n
\n \n

CloudWatch Logs supports only symmetric KMS keys. Do not use an associate\n an asymmetric KMS key with your log group or query results. For more information, see Using\n Symmetric and Asymmetric Keys.

\n
\n

It can take up to 5 minutes for this operation to take effect.

\n

If you attempt to associate a KMS key with a log group but the KMS key does not exist or the KMS key is disabled, you receive an\n InvalidParameterException error.

" } }, "com.amazonaws.cloudwatchlogs#AssociateKmsKeyRequest": { @@ -985,7 +985,7 @@ } ], "traits": { - "smithy.api#documentation": "

Creates an export task so that you can efficiently export data from a log group to an\n Amazon S3 bucket. When you perform a CreateExportTask operation, you must use\n credentials that have permission to write to the S3 bucket that you specify as the\n destination.

\n

Exporting log data to S3 buckets that are encrypted by KMS is supported.\n Exporting log data to Amazon S3 buckets that have S3 Object Lock enabled with a\n retention period is also supported.

\n

Exporting to S3 buckets that are encrypted with AES-256 is supported.

\n

This is an asynchronous call. If all the required information is provided, this \n operation initiates an export task and responds with the ID of the task. After the task has started,\n you can use DescribeExportTasks to get the status of the export task. Each account can\n only have one active (RUNNING or PENDING) export task at a time.\n To cancel an export task, use CancelExportTask.

\n

You can export logs from multiple log groups or multiple time ranges to the same S3\n bucket. To separate log data for each export task, specify a prefix to be used as the Amazon\n S3 key prefix for all exported objects.

\n \n

Time-based sorting on chunks of log data inside an exported file is not guaranteed. You can\n sort the exported log field data by using Linux utilities.

\n
" + "smithy.api#documentation": "

Creates an export task so that you can efficiently export data from a log group to an\n Amazon S3 bucket. When you perform a CreateExportTask operation, you must use\n credentials that have permission to write to the S3 bucket that you specify as the\n destination.

\n

Exporting log data to S3 buckets that are encrypted by KMS is supported.\n Exporting log data to Amazon S3 buckets that have S3 Object Lock enabled with a\n retention period is also supported.

\n

Exporting to S3 buckets that are encrypted with AES-256 is supported.

\n

This is an asynchronous call. If all the required information is provided, this \n operation initiates an export task and responds with the ID of the task. After the task has started,\n you can use DescribeExportTasks to get the status of the export task. Each account can\n only have one active (RUNNING or PENDING) export task at a time.\n To cancel an export task, use CancelExportTask.

\n

You can export logs from multiple log groups or multiple time ranges to the same S3\n bucket. To separate log data for each export task, specify a prefix to be used as the Amazon\n S3 key prefix for all exported objects.

\n \n

We recommend that you don't regularly export to Amazon S3 as a way to continuously archive your logs. For that use case, we instaed recommend that \n you use subscriptions. For more information about subscriptions, see \n Real-time processing of log data with subscriptions.

\n
\n \n

Time-based sorting on chunks of log data inside an exported file is not guaranteed. You can\n sort the exported log field data by using Linux utilities.

\n
" } }, "com.amazonaws.cloudwatchlogs#CreateExportTaskRequest": { @@ -1493,7 +1493,7 @@ } ], "traits": { - "smithy.api#documentation": "

Deletes s delivery. A delivery is a connection between a logical delivery source and a logical\n delivery destination. Deleting a delivery only deletes the connection between the delivery source and delivery destination. It does\n not delete the delivery destination or the delivery source.

" + "smithy.api#documentation": "

Deletes a delivery. A delivery is a connection between a logical delivery source and a logical\n delivery destination. Deleting a delivery only deletes the connection between the delivery source and delivery destination. It does\n not delete the delivery destination or the delivery source.

" } }, "com.amazonaws.cloudwatchlogs#DeleteDeliveryDestination": { @@ -2522,7 +2522,7 @@ } ], "traits": { - "smithy.api#documentation": "

Returns a list of all CloudWatch Logs account policies in the account.

" + "smithy.api#documentation": "

Returns a list of all CloudWatch Logs account policies in the account.

\n

To use this operation, you must be signed on with the correct permissions depending on the type of policy that you are retrieving information for.

\n " } }, "com.amazonaws.cloudwatchlogs#DescribeAccountPoliciesRequest": { @@ -3291,7 +3291,7 @@ } ], "traits": { - "smithy.api#documentation": "

Lists the log streams for the specified log group. \n You can list all the log streams or filter the results by prefix.\n You can also control how the results are ordered.

\n

You can specify the log group to search by using either logGroupIdentifier or logGroupName.\n You must include one of these two parameters, but you can't include both.\n

\n

This operation has a limit of five transactions per second, after which transactions are throttled.

\n

If you are using CloudWatch cross-account observability, you can use this operation in a monitoring account and \n view data from the linked source accounts. For more information, see \n CloudWatch cross-account observability.

", + "smithy.api#documentation": "

Lists the log streams for the specified log group. \n You can list all the log streams or filter the results by prefix.\n You can also control how the results are ordered.

\n

You can specify the log group to search by using either logGroupIdentifier or logGroupName.\n You must include one of these two parameters, but you can't include both.\n

\n

This operation has a limit of 25 transactions per second, after which transactions are throttled.

\n

If you are using CloudWatch cross-account observability, you can use this operation in a monitoring account and \n view data from the linked source accounts. For more information, see \n CloudWatch cross-account observability.

", "smithy.api#paginated": { "inputToken": "nextToken", "outputToken": "nextToken", @@ -8752,14 +8752,14 @@ "dataSourceRoleArn": { "target": "com.amazonaws.cloudwatchlogs#Arn", "traits": { - "smithy.api#documentation": "

Specify the ARN of an IAM role that CloudWatch Logs will use to create the integration. This role must have the permissions necessary to access the OpenSearch Service\n collection to be able to create the dashboards. For more information about the permissions needed, see Create an IAM role to access the OpenSearch Service collection in the CloudWatch Logs User Guide.

", + "smithy.api#documentation": "

Specify the ARN of an IAM role that CloudWatch Logs will use to create the integration. This role must have the permissions necessary to access the OpenSearch Service\n collection to be able to create the dashboards. For more information about the permissions needed, see Permissions that the integration needs in the CloudWatch Logs User Guide.

", "smithy.api#required": {} } }, "dashboardViewerPrincipals": { "target": "com.amazonaws.cloudwatchlogs#DashboardViewerPrincipals", "traits": { - "smithy.api#documentation": "

Specify the ARNs of IAM roles and IAM users who you want to grant permission to for viewing the dashboards.

\n \n

In addition to specifying these users here, you must also grant them the CloudWatchOpenSearchDashboardsAccess \n IAM policy. For more information, see

\n
", + "smithy.api#documentation": "

Specify the ARNs of IAM roles and IAM users who you want to grant permission to for viewing the dashboards.

\n \n

In addition to specifying these users here, you must also grant them the CloudWatchOpenSearchDashboardAccess \n IAM policy. For more information, see IAM policies for users.

\n
", "smithy.api#required": {} } }, @@ -9430,7 +9430,7 @@ } ], "traits": { - "smithy.api#documentation": "

Creates an account-level data protection policy, subscription filter policy, or field index policy\n that applies to all log groups \n or a subset of log groups in the account.

\n

\n Data protection policy\n

\n

A data protection policy can help safeguard sensitive \n data that's ingested by your log groups by auditing and masking the sensitive log data. Each account can have only\n one account-level data protection policy.

\n \n

Sensitive data is detected and masked when it is ingested into a log group. When you set a \n data protection policy, log events ingested into the log groups before that time are not masked.

\n
\n

If you use PutAccountPolicy to create a data protection policy for your whole account, it applies to both existing log groups\n and all log groups that are created later in this account. The account-level policy is applied to existing log groups\n with eventual consistency. It might take up to 5 minutes before sensitive data in existing log groups begins to be masked.

\n

By default, when a user views a log event that includes masked data, the sensitive data is replaced by asterisks.\n A user who has the logs:Unmask permission can use a \n GetLogEvents or \n FilterLogEvents\n operation with the unmask parameter set to true to view the unmasked \n log events. Users with the logs:Unmask can also view unmasked data in the CloudWatch Logs\n console by running a CloudWatch Logs Insights query with the unmask query command.

\n

For more information, including a list of types of data that can be audited and masked, see\n Protect sensitive log data with masking.

\n

To use the PutAccountPolicy operation for a data protection policy, you must be signed on with \n the logs:PutDataProtectionPolicy\n and logs:PutAccountPolicy permissions.

\n

The PutAccountPolicy operation applies to all log groups in the account. You can use \n PutDataProtectionPolicy\n to create a data protection policy that applies to just one log group. \n If a log group has its own data protection policy and \n the account also has an account-level data protection policy, then the two policies are cumulative. Any sensitive term\n specified in either policy is masked.

\n

\n Subscription filter policy\n

\n

A subscription filter policy sets up a real-time feed of log events from CloudWatch Logs to other Amazon Web Services services.\n Account-level subscription filter policies apply to both existing log groups and log groups that are created later in \n this account. Supported destinations are Kinesis Data Streams, Firehose, and \n Lambda. When log events are sent to the receiving service, they are Base64 encoded and \n compressed with the GZIP format.

\n

The following destinations are supported for subscription filters:

\n \n

Each account can have one account-level subscription filter policy per Region. \n If you are updating an existing filter, you must specify the correct name in PolicyName.\n To perform a PutAccountPolicy subscription filter operation for any destination except a Lambda \n function, you must also have the iam:PassRole permission.

\n

\n Transformer policy\n

\n

Creates or updates a log transformer policy for your account. You use log transformers to transform log events into\n a different format, making them easier for you to process and analyze. You can also transform logs from different sources into standardized formats that \n contain\n relevant, source-specific information. After you have created a transformer, \n CloudWatch Logs performs this transformation at the time of log ingestion. You can then refer to the transformed versions of the logs during\n operations such as querying with CloudWatch Logs Insights or creating metric filters or subscription filters.

\n

You can also use a transformer to copy metadata from metadata keys into the log events themselves. This metadata can include log group name, \n log stream name, account ID and Region.

\n

A transformer for a log group is a series of processors, where each processor applies one type of transformation to the log events\n ingested into this log group. For more information about the available processors to use in a transformer, see \n Processors that you can use.

\n

Having log events in standardized format enables visibility across your applications for your log analysis, reporting, and alarming needs. \n CloudWatch Logs provides transformation for common log types with out-of-the-box transformation templates for major Amazon Web Services log sources such \n as VPC flow logs, Lambda, and Amazon RDS. You can use pre-built transformation templates or create custom transformation policies.

\n

You can create transformers only for the log groups in the Standard log class.

\n

You can have one account-level transformer policy that applies to all log groups in the account. \n Or you can create as many as 20 account-level transformer policies that are each scoped to a subset of log groups with \n the selectionCriteria parameter. If you have multiple\n account-level transformer policies with selection criteria, no two of them can use the same or overlapping log group name prefixes.\n For example, if you have one policy filtered to log groups that start with my-log, you can't have another field index\n policy filtered to my-logpprod or my-logging.

\n

You can also set up a transformer at the log-group level. For more information, see \n PutTransformer. If there is both a \n log-group level transformer created with PutTransformer and an account-level transformer that could apply to the same log \n group, the log group uses only the log-group level transformer. It ignores the account-level transformer.

\n

\n Field index policy\n

\n

You can use field index policies to create indexes on fields found in \n log events in the log group. Creating field indexes can help lower the scan volume for CloudWatch Logs Insights queries that reference\n those fields, because these queries attempt to skip the processing of log events that are known to not match the indexed field.\n Good fields to index are fields that you often need to query for and fields or values that match only a small fraction of the total log events.\n Common examples of indexes\n include request ID, session ID, user IDs, or instance IDs. For more information, see \n Create field indexes to improve query performance and reduce costs\n

\n

To find the fields that are in your log group events, use the \n GetLogGroupFields\n operation.

\n

For example, suppose you have created a field index for requestId. Then, any \n CloudWatch Logs Insights query on that log group that includes requestId = value\n \n or requestId in [value, value, ...] will attempt to process only the log events where\n the indexed field matches the specified value.

\n

Matches of log events to the names of indexed fields are case-sensitive. For example, an indexed field\n of RequestId won't match a log event containing requestId.

\n

You can have one account-level field index policy that applies to all log groups in the account. \n Or you can create as many as 20 account-level field index policies that are each scoped to a subset of log groups with \n the selectionCriteria parameter. If you have multiple\n account-level index policies with selection criteria, no two of them can use the same or overlapping log group name prefixes.\n For example, if you have one policy filtered to log groups that start with my-log, you can't have another field index\n policy filtered to my-logpprod or my-logging.

\n

If you create an account-level field index policy in a monitoring account in cross-account observability, the policy is applied only\n to the monitoring account and not to any source accounts.

\n

If you want to create a field index policy for a single log group, you can use PutIndexPolicy instead of \n PutAccountPolicy. If you do so, that log group will use only that log-group level policy, and will ignore the account-level policy\n that you create with PutAccountPolicy.

" + "smithy.api#documentation": "

Creates an account-level data protection policy, subscription filter policy, or field index policy\n that applies to all log groups \n or a subset of log groups in the account.

\n

To use this operation, you must be signed on with the correct permissions depending on the type of policy that you are creating.

\n \n

\n Data protection policy\n

\n

A data protection policy can help safeguard sensitive \n data that's ingested by your log groups by auditing and masking the sensitive log data. Each account can have only\n one account-level data protection policy.

\n \n

Sensitive data is detected and masked when it is ingested into a log group. When you set a \n data protection policy, log events ingested into the log groups before that time are not masked.

\n
\n

If you use PutAccountPolicy to create a data protection policy for your whole account, it applies to both existing log groups\n and all log groups that are created later in this account. The account-level policy is applied to existing log groups\n with eventual consistency. It might take up to 5 minutes before sensitive data in existing log groups begins to be masked.

\n

By default, when a user views a log event that includes masked data, the sensitive data is replaced by asterisks.\n A user who has the logs:Unmask permission can use a \n GetLogEvents or \n FilterLogEvents\n operation with the unmask parameter set to true to view the unmasked \n log events. Users with the logs:Unmask can also view unmasked data in the CloudWatch Logs\n console by running a CloudWatch Logs Insights query with the unmask query command.

\n

For more information, including a list of types of data that can be audited and masked, see\n Protect sensitive log data with masking.

\n

To use the PutAccountPolicy operation for a data protection policy, you must be signed on with \n the logs:PutDataProtectionPolicy\n and logs:PutAccountPolicy permissions.

\n

The PutAccountPolicy operation applies to all log groups in the account. You can use \n PutDataProtectionPolicy\n to create a data protection policy that applies to just one log group. \n If a log group has its own data protection policy and \n the account also has an account-level data protection policy, then the two policies are cumulative. Any sensitive term\n specified in either policy is masked.

\n

\n Subscription filter policy\n

\n

A subscription filter policy sets up a real-time feed of log events from CloudWatch Logs to other Amazon Web Services services.\n Account-level subscription filter policies apply to both existing log groups and log groups that are created later in \n this account. Supported destinations are Kinesis Data Streams, Firehose, and \n Lambda. When log events are sent to the receiving service, they are Base64 encoded and \n compressed with the GZIP format.

\n

The following destinations are supported for subscription filters:

\n \n

Each account can have one account-level subscription filter policy per Region. \n If you are updating an existing filter, you must specify the correct name in PolicyName.\n To perform a PutAccountPolicy subscription filter operation for any destination except a Lambda \n function, you must also have the iam:PassRole permission.

\n

\n Transformer policy\n

\n

Creates or updates a log transformer policy for your account. You use log transformers to transform log events into\n a different format, making them easier for you to process and analyze. You can also transform logs from different sources into standardized formats that \n contain\n relevant, source-specific information. After you have created a transformer, \n CloudWatch Logs performs this transformation at the time of log ingestion. You can then refer to the transformed versions of the logs during\n operations such as querying with CloudWatch Logs Insights or creating metric filters or subscription filters.

\n

You can also use a transformer to copy metadata from metadata keys into the log events themselves. This metadata can include log group name, \n log stream name, account ID and Region.

\n

A transformer for a log group is a series of processors, where each processor applies one type of transformation to the log events\n ingested into this log group. For more information about the available processors to use in a transformer, see \n Processors that you can use.

\n

Having log events in standardized format enables visibility across your applications for your log analysis, reporting, and alarming needs. \n CloudWatch Logs provides transformation for common log types with out-of-the-box transformation templates for major Amazon Web Services log sources such \n as VPC flow logs, Lambda, and Amazon RDS. You can use pre-built transformation templates or create custom transformation policies.

\n

You can create transformers only for the log groups in the Standard log class.

\n

You can have one account-level transformer policy that applies to all log groups in the account. \n Or you can create as many as 20 account-level transformer policies that are each scoped to a subset of log groups with \n the selectionCriteria parameter. If you have multiple\n account-level transformer policies with selection criteria, no two of them can use the same or overlapping log group name prefixes.\n For example, if you have one policy filtered to log groups that start with my-log, you can't have another field index\n policy filtered to my-logpprod or my-logging.

\n

You can also set up a transformer at the log-group level. For more information, see \n PutTransformer. If there is both a \n log-group level transformer created with PutTransformer and an account-level transformer that could apply to the same log \n group, the log group uses only the log-group level transformer. It ignores the account-level transformer.

\n

\n Field index policy\n

\n

You can use field index policies to create indexes on fields found in \n log events in the log group. Creating field indexes can help lower the scan volume for CloudWatch Logs Insights queries that reference\n those fields, because these queries attempt to skip the processing of log events that are known to not match the indexed field.\n Good fields to index are fields that you often need to query for and fields or values that match only a small fraction of the total log events.\n Common examples of indexes\n include request ID, session ID, user IDs, or instance IDs. For more information, see \n Create field indexes to improve query performance and reduce costs\n

\n

To find the fields that are in your log group events, use the \n GetLogGroupFields\n operation.

\n

For example, suppose you have created a field index for requestId. Then, any \n CloudWatch Logs Insights query on that log group that includes requestId = value\n \n or requestId in [value, value, ...] will attempt to process only the log events where\n the indexed field matches the specified value.

\n

Matches of log events to the names of indexed fields are case-sensitive. For example, an indexed field\n of RequestId won't match a log event containing requestId.

\n

You can have one account-level field index policy that applies to all log groups in the account. \n Or you can create as many as 20 account-level field index policies that are each scoped to a subset of log groups with \n the selectionCriteria parameter. If you have multiple\n account-level index policies with selection criteria, no two of them can use the same or overlapping log group name prefixes.\n For example, if you have one policy filtered to log groups that start with my-log, you can't have another field index\n policy filtered to my-logpprod or my-logging.

\n

If you create an account-level field index policy in a monitoring account in cross-account observability, the policy is applied only\n to the monitoring account and not to any source accounts.

\n

If you want to create a field index policy for a single log group, you can use PutIndexPolicy instead of \n PutAccountPolicy. If you do so, that log group will use only that log-group level policy, and will ignore the account-level policy\n that you create with PutAccountPolicy.

" } }, "com.amazonaws.cloudwatchlogs#PutAccountPolicyRequest": { @@ -9594,7 +9594,7 @@ } ], "traits": { - "smithy.api#documentation": "

Creates or updates a logical delivery destination. A delivery destination is an Amazon Web Services resource that represents an \n Amazon Web Services service that logs can be sent to. CloudWatch Logs, Amazon S3, and\n Firehose are supported as logs delivery destinations.

\n

To configure logs delivery between a supported Amazon Web Services service and a destination, you must do the following:

\n \n

You can configure a single delivery source to send logs to multiple destinations by creating multiple deliveries. You \n can also create multiple deliveries to configure multiple delivery sources to send logs to the same delivery destination.

\n

Only some Amazon Web Services services support being configured as a delivery source. These services are listed\n as Supported [V2 Permissions] in the table at \n Enabling \n logging from Amazon Web Services services.\n

\n

If you use this operation to update an existing delivery destination, all the current delivery destination parameters are overwritten\n with the new parameter values that you specify.

" + "smithy.api#documentation": "

Creates or updates a logical delivery destination. A delivery destination is an Amazon Web Services resource that represents an \n Amazon Web Services service that logs can be sent to. CloudWatch Logs, Amazon S3, and\n Firehose are supported as logs delivery destinations.

\n

To configure logs delivery between a supported Amazon Web Services service and a destination, you must do the following:

\n \n

You can configure a single delivery source to send logs to multiple destinations by creating multiple deliveries. You \n can also create multiple deliveries to configure multiple delivery sources to send logs to the same delivery destination.

\n

Only some Amazon Web Services services support being configured as a delivery source. These services are listed\n as Supported [V2 Permissions] in the table at \n Enabling \n logging from Amazon Web Services services.\n

\n

If you use this operation to update an existing delivery destination, all the current delivery destination parameters are overwritten\n with the new parameter values that you specify.

" } }, "com.amazonaws.cloudwatchlogs#PutDeliveryDestinationPolicy": { @@ -9759,7 +9759,7 @@ "logType": { "target": "com.amazonaws.cloudwatchlogs#LogType", "traits": { - "smithy.api#documentation": "

Defines the type of log that the source is sending.

\n ", + "smithy.api#documentation": "

Defines the type of log that the source is sending.

\n ", "smithy.api#required": {} } }, @@ -10179,7 +10179,7 @@ } ], "traits": { - "smithy.api#documentation": "

Creates or updates a metric filter and associates it with the specified log group. With\n metric filters, you can configure rules to extract metric data from log events ingested\n through PutLogEvents.

\n

The maximum number of metric filters that can be associated with a log group is\n 100.

\n

Using regular expressions to create metric filters is supported. For these filters, \n there is a quota of two regular expression patterns within a single filter pattern. There\n is also a quota of five regular expression patterns per log group.\n For more information about using regular expressions in metric filters, \n see \n Filter pattern syntax for metric filters, subscription filters, filter log events, and Live Tail.

\n

When you create a metric filter, you can also optionally assign a unit and dimensions\n to the metric that is created.

\n \n

Metrics extracted from log events are charged as custom metrics.\n To prevent unexpected high charges, do not specify high-cardinality fields such as \n IPAddress or requestID as dimensions. Each different value \n found for \n a dimension is treated as a separate metric and accrues charges as a separate custom metric.\n

\n

CloudWatch Logs might disable a metric filter if it generates 1,000 different name/value pairs for\n your specified dimensions within one hour.

\n

You can also set up a billing alarm to alert you if your charges are higher than \n expected. For more information, \n see \n Creating a Billing Alarm to Monitor Your Estimated Amazon Web Services Charges.\n

\n
" + "smithy.api#documentation": "

Creates or updates a metric filter and associates it with the specified log group. With\n metric filters, you can configure rules to extract metric data from log events ingested\n through PutLogEvents.

\n

The maximum number of metric filters that can be associated with a log group is\n 100.

\n

Using regular expressions in filter patterns is supported. For these filters, \n there is a quota of two regular expression patterns within a single filter pattern. There\n is also a quota of five regular expression patterns per log group.\n For more information about using regular expressions in filter patterns, \n see \n Filter pattern syntax for metric filters, subscription filters, filter log events, and Live Tail.

\n

When you create a metric filter, you can also optionally assign a unit and dimensions\n to the metric that is created.

\n \n

Metrics extracted from log events are charged as custom metrics.\n To prevent unexpected high charges, do not specify high-cardinality fields such as \n IPAddress or requestID as dimensions. Each different value \n found for \n a dimension is treated as a separate metric and accrues charges as a separate custom metric.\n

\n

CloudWatch Logs might disable a metric filter if it generates 1,000 different name/value pairs for\n your specified dimensions within one hour.

\n

You can also set up a billing alarm to alert you if your charges are higher than \n expected. For more information, \n see \n Creating a Billing Alarm to Monitor Your Estimated Amazon Web Services Charges.\n

\n
" } }, "com.amazonaws.cloudwatchlogs#PutMetricFilterRequest": { @@ -10445,7 +10445,7 @@ } ], "traits": { - "smithy.api#documentation": "

Creates or updates a subscription filter and associates it with the specified log\n group. With subscription filters, you can subscribe to a real-time stream of log events\n ingested through PutLogEvents\n and have them delivered to a specific destination. When log events are sent to the receiving\n service, they are Base64 encoded and compressed with the GZIP format.

\n

The following destinations are supported for subscription filters:

\n \n

Each log group can have up to two subscription filters associated with it. If you are\n updating an existing filter, you must specify the correct name in filterName.\n

\n

Using regular expressions to create subscription filters is supported. For these filters, \n there is a quotas of quota of two regular expression patterns within a single filter pattern. There\n is also a quota of five regular expression patterns per log group.\n For more information about using regular expressions in subscription filters, \n see \n Filter pattern syntax for metric filters, subscription filters, filter log events, and Live Tail.

\n

To perform a PutSubscriptionFilter operation for any destination except a Lambda function, \n you must also have the \n iam:PassRole permission.

" + "smithy.api#documentation": "

Creates or updates a subscription filter and associates it with the specified log\n group. With subscription filters, you can subscribe to a real-time stream of log events\n ingested through PutLogEvents\n and have them delivered to a specific destination. When log events are sent to the receiving\n service, they are Base64 encoded and compressed with the GZIP format.

\n

The following destinations are supported for subscription filters:

\n \n

Each log group can have up to two subscription filters associated with it. If you are\n updating an existing filter, you must specify the correct name in filterName.\n

\n

Using regular expressions in filter patterns is supported. For these filters, \n there is a quotas of quota of two regular expression patterns within a single filter pattern. There\n is also a quota of five regular expression patterns per log group.\n For more information about using regular expressions in filter patterns, \n see \n Filter pattern syntax for metric filters, subscription filters, filter log events, and Live Tail.

\n

To perform a PutSubscriptionFilter operation for any destination except a Lambda function, \n you must also have the \n iam:PassRole permission.

" } }, "com.amazonaws.cloudwatchlogs#PutSubscriptionFilterRequest": { @@ -11175,7 +11175,7 @@ "suffixPath": { "target": "com.amazonaws.cloudwatchlogs#DeliverySuffixPath", "traits": { - "smithy.api#documentation": "

This string allows re-configuring the S3 object prefix to contain either static or variable sections. The valid variables \n to use in the suffix path will vary by each log source. See ConfigurationTemplate$allowedSuffixPathFields for \n more info on what values are supported in the suffix path for each log source.

" + "smithy.api#documentation": "

This string allows re-configuring the S3 object prefix to contain either static or variable sections. The valid variables \n to use in the suffix path will vary by each log source. To find the values supported for the suffix path for each log source, \n use the DescribeConfigurationTemplates operation and check the \n allowedSuffixPathFields field in the response.

" } }, "enableHiveCompatiblePath": { @@ -11288,7 +11288,7 @@ } }, "traits": { - "smithy.api#documentation": "

his exception is returned if an unknown error occurs during a Live Tail session.

", + "smithy.api#documentation": "

This exception is returned if an unknown error occurs during a Live Tail session.

", "smithy.api#error": "client" } }, diff --git a/codegen/sdk-codegen/aws-models/cognito-identity-provider.json b/codegen/sdk-codegen/aws-models/cognito-identity-provider.json index 172de5b1d84..d623cbe4cd2 100644 --- a/codegen/sdk-codegen/aws-models/cognito-identity-provider.json +++ b/codegen/sdk-codegen/aws-models/cognito-identity-provider.json @@ -569,6 +569,82 @@ } ], "rules": [ + { + "conditions": [ + { + "fn": "stringEquals", + "argv": [ + { + "ref": "Region" + }, + "us-east-1" + ] + } + ], + "endpoint": { + "url": "https://cognito-idp-fips.us-east-1.amazonaws.com", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + }, + { + "conditions": [ + { + "fn": "stringEquals", + "argv": [ + { + "ref": "Region" + }, + "us-east-2" + ] + } + ], + "endpoint": { + "url": "https://cognito-idp-fips.us-east-2.amazonaws.com", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + }, + { + "conditions": [ + { + "fn": "stringEquals", + "argv": [ + { + "ref": "Region" + }, + "us-west-1" + ] + } + ], + "endpoint": { + "url": "https://cognito-idp-fips.us-west-1.amazonaws.com", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + }, + { + "conditions": [ + { + "fn": "stringEquals", + "argv": [ + { + "ref": "Region" + }, + "us-west-2" + ] + } + ], + "endpoint": { + "url": "https://cognito-idp-fips.us-west-2.amazonaws.com", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + }, { "conditions": [], "endpoint": { @@ -673,6 +749,31 @@ } ], "rules": [ + { + "conditions": [ + { + "fn": "stringEquals", + "argv": [ + "aws", + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "name" + ] + } + ] + } + ], + "endpoint": { + "url": "https://cognito-idp.{Region}.amazonaws.com", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + }, { "conditions": [], "endpoint": { @@ -717,6 +818,32 @@ }, "smithy.rules#endpointTests": { "testCases": [ + { + "documentation": "For region af-south-1 with FIPS disabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://cognito-idp.af-south-1.amazonaws.com" + } + }, + "params": { + "Region": "af-south-1", + "UseFIPS": false, + "UseDualStack": false + } + }, + { + "documentation": "For region ap-east-1 with FIPS disabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://cognito-idp.ap-east-1.amazonaws.com" + } + }, + "params": { + "Region": "ap-east-1", + "UseFIPS": false, + "UseDualStack": false + } + }, { "documentation": "For region ap-northeast-1 with FIPS disabled and DualStack disabled", "expect": { @@ -743,6 +870,19 @@ "UseDualStack": false } }, + { + "documentation": "For region ap-northeast-3 with FIPS disabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://cognito-idp.ap-northeast-3.amazonaws.com" + } + }, + "params": { + "Region": "ap-northeast-3", + "UseFIPS": false, + "UseDualStack": false + } + }, { "documentation": "For region ap-south-1 with FIPS disabled and DualStack disabled", "expect": { @@ -756,6 +896,19 @@ "UseDualStack": false } }, + { + "documentation": "For region ap-south-2 with FIPS disabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://cognito-idp.ap-south-2.amazonaws.com" + } + }, + "params": { + "Region": "ap-south-2", + "UseFIPS": false, + "UseDualStack": false + } + }, { "documentation": "For region ap-southeast-1 with FIPS disabled and DualStack disabled", "expect": { @@ -782,6 +935,32 @@ "UseDualStack": false } }, + { + "documentation": "For region ap-southeast-3 with FIPS disabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://cognito-idp.ap-southeast-3.amazonaws.com" + } + }, + "params": { + "Region": "ap-southeast-3", + "UseFIPS": false, + "UseDualStack": false + } + }, + { + "documentation": "For region ap-southeast-4 with FIPS disabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://cognito-idp.ap-southeast-4.amazonaws.com" + } + }, + "params": { + "Region": "ap-southeast-4", + "UseFIPS": false, + "UseDualStack": false + } + }, { "documentation": "For region ca-central-1 with FIPS disabled and DualStack disabled", "expect": { @@ -795,6 +974,19 @@ "UseDualStack": false } }, + { + "documentation": "For region ca-west-1 with FIPS disabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://cognito-idp.ca-west-1.amazonaws.com" + } + }, + "params": { + "Region": "ca-west-1", + "UseFIPS": false, + "UseDualStack": false + } + }, { "documentation": "For region eu-central-1 with FIPS disabled and DualStack disabled", "expect": { @@ -808,6 +1000,19 @@ "UseDualStack": false } }, + { + "documentation": "For region eu-central-2 with FIPS disabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://cognito-idp.eu-central-2.amazonaws.com" + } + }, + "params": { + "Region": "eu-central-2", + "UseFIPS": false, + "UseDualStack": false + } + }, { "documentation": "For region eu-north-1 with FIPS disabled and DualStack disabled", "expect": { @@ -821,6 +1026,32 @@ "UseDualStack": false } }, + { + "documentation": "For region eu-south-1 with FIPS disabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://cognito-idp.eu-south-1.amazonaws.com" + } + }, + "params": { + "Region": "eu-south-1", + "UseFIPS": false, + "UseDualStack": false + } + }, + { + "documentation": "For region eu-south-2 with FIPS disabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://cognito-idp.eu-south-2.amazonaws.com" + } + }, + "params": { + "Region": "eu-south-2", + "UseFIPS": false, + "UseDualStack": false + } + }, { "documentation": "For region eu-west-1 with FIPS disabled and DualStack disabled", "expect": { @@ -860,6 +1091,32 @@ "UseDualStack": false } }, + { + "documentation": "For region il-central-1 with FIPS disabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://cognito-idp.il-central-1.amazonaws.com" + } + }, + "params": { + "Region": "il-central-1", + "UseFIPS": false, + "UseDualStack": false + } + }, + { + "documentation": "For region me-central-1 with FIPS disabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://cognito-idp.me-central-1.amazonaws.com" + } + }, + "params": { + "Region": "me-central-1", + "UseFIPS": false, + "UseDualStack": false + } + }, { "documentation": "For region me-south-1 with FIPS disabled and DualStack disabled", "expect": { @@ -912,6 +1169,19 @@ "UseDualStack": false } }, + { + "documentation": "For region us-east-1 with FIPS enabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://cognito-idp-fips.us-east-1.amazonaws.com" + } + }, + "params": { + "Region": "us-east-1", + "UseFIPS": true, + "UseDualStack": true + } + }, { "documentation": "For region us-east-2 with FIPS disabled and DualStack disabled", "expect": { @@ -938,6 +1208,19 @@ "UseDualStack": false } }, + { + "documentation": "For region us-east-2 with FIPS enabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://cognito-idp-fips.us-east-2.amazonaws.com" + } + }, + "params": { + "Region": "us-east-2", + "UseFIPS": true, + "UseDualStack": true + } + }, { "documentation": "For region us-west-1 with FIPS disabled and DualStack disabled", "expect": { @@ -964,6 +1247,19 @@ "UseDualStack": false } }, + { + "documentation": "For region us-west-1 with FIPS enabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://cognito-idp-fips.us-west-1.amazonaws.com" + } + }, + "params": { + "Region": "us-west-1", + "UseFIPS": true, + "UseDualStack": true + } + }, { "documentation": "For region us-west-2 with FIPS disabled and DualStack disabled", "expect": { @@ -991,14 +1287,14 @@ } }, { - "documentation": "For region us-east-1 with FIPS enabled and DualStack enabled", + "documentation": "For region us-west-2 with FIPS enabled and DualStack enabled", "expect": { "endpoint": { - "url": "https://cognito-idp-fips.us-east-1.api.aws" + "url": "https://cognito-idp-fips.us-west-2.amazonaws.com" } }, "params": { - "Region": "us-east-1", + "Region": "us-west-2", "UseFIPS": true, "UseDualStack": true } @@ -1007,7 +1303,7 @@ "documentation": "For region us-east-1 with FIPS disabled and DualStack enabled", "expect": { "endpoint": { - "url": "https://cognito-idp.us-east-1.api.aws" + "url": "https://cognito-idp.us-east-1.amazonaws.com" } }, "params": { diff --git a/codegen/sdk-codegen/aws-models/connect.json b/codegen/sdk-codegen/aws-models/connect.json index 0dd364d082b..7aeb9c9d136 100644 --- a/codegen/sdk-codegen/aws-models/connect.json +++ b/codegen/sdk-codegen/aws-models/connect.json @@ -1057,6 +1057,9 @@ { "target": "com.amazonaws.connect#DeleteContactFlowModule" }, + { + "target": "com.amazonaws.connect#DeleteContactFlowVersion" + }, { "target": "com.amazonaws.connect#DeleteEmailAddress" }, @@ -3734,7 +3737,7 @@ } ], "traits": { - "smithy.api#documentation": "

>Associates a set of proficiencies with a user.

", + "smithy.api#documentation": "

Associates a set of proficiencies with a user.

", "smithy.api#http": { "method": "POST", "uri": "/users/{InstanceId}/{UserId}/associate-proficiencies", @@ -6463,6 +6466,12 @@ "traits": { "smithy.api#enumValue": "QUEUE_TRANSFER" } + }, + "CAMPAIGN": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "CAMPAIGN" + } } } }, @@ -7417,7 +7426,7 @@ "FlowContentSha256": { "target": "com.amazonaws.connect#FlowContentSha256", "traits": { - "smithy.api#documentation": "

Indicates the checksum value of the flow content.

" + "smithy.api#documentation": "

Indicates the checksum value of the latest published flow content.

" } } }, @@ -7457,7 +7466,7 @@ } ], "traits": { - "smithy.api#documentation": "

Publishes a new version of the flow provided. Versions are immutable and monotonically\n increasing. If a version of the same flow content already exists, no new version is created and\n instead the existing version number is returned. If the FlowContentSha256 provided\n is different from the FlowContentSha256 of the $LATEST published flow\n content, then an error is returned. This API only supports creating versions for flows of type\n Campaign.

", + "smithy.api#documentation": "

Publishes a new version of the flow provided. Versions are immutable and monotonically\n increasing. If the FlowContentSha256 provided is different from the\n FlowContentSha256 of the $LATEST published flow content, then an error\n is returned. This API only supports creating versions for flows of type\n Campaign.

", "smithy.api#http": { "method": "PUT", "uri": "/contact-flows/{InstanceId}/{ContactFlowId}/version", @@ -7496,6 +7505,12 @@ "smithy.api#documentation": "

Indicates the checksum value of the flow content.

" } }, + "ContactFlowVersion": { + "target": "com.amazonaws.connect#ResourceVersion", + "traits": { + "smithy.api#documentation": "

The identifier of the flow version.

" + } + }, "LastModifiedTime": { "target": "com.amazonaws.connect#Timestamp", "traits": { @@ -11112,6 +11127,82 @@ "smithy.api#output": {} } }, + "com.amazonaws.connect#DeleteContactFlowVersion": { + "type": "operation", + "input": { + "target": "com.amazonaws.connect#DeleteContactFlowVersionRequest" + }, + "output": { + "target": "com.amazonaws.connect#DeleteContactFlowVersionResponse" + }, + "errors": [ + { + "target": "com.amazonaws.connect#AccessDeniedException" + }, + { + "target": "com.amazonaws.connect#InternalServiceException" + }, + { + "target": "com.amazonaws.connect#InvalidParameterException" + }, + { + "target": "com.amazonaws.connect#InvalidRequestException" + }, + { + "target": "com.amazonaws.connect#ResourceNotFoundException" + }, + { + "target": "com.amazonaws.connect#ThrottlingException" + } + ], + "traits": { + "smithy.api#documentation": "

Deletes the particular version specified in flow version identifier.

", + "smithy.api#http": { + "method": "DELETE", + "uri": "/contact-flows/{InstanceId}/{ContactFlowId}/version/{ContactFlowVersion}", + "code": 200 + } + } + }, + "com.amazonaws.connect#DeleteContactFlowVersionRequest": { + "type": "structure", + "members": { + "InstanceId": { + "target": "com.amazonaws.connect#InstanceId", + "traits": { + "smithy.api#documentation": "

The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.

", + "smithy.api#httpLabel": {}, + "smithy.api#required": {} + } + }, + "ContactFlowId": { + "target": "com.amazonaws.connect#ARN", + "traits": { + "smithy.api#documentation": "

The identifier of the flow.

", + "smithy.api#httpLabel": {}, + "smithy.api#required": {} + } + }, + "ContactFlowVersion": { + "target": "com.amazonaws.connect#ResourceVersion", + "traits": { + "smithy.api#documentation": "

The identifier of the flow version.

", + "smithy.api#httpLabel": {}, + "smithy.api#required": {} + } + } + }, + "traits": { + "smithy.api#input": {} + } + }, + "com.amazonaws.connect#DeleteContactFlowVersionResponse": { + "type": "structure", + "members": {}, + "traits": { + "smithy.api#output": {} + } + }, "com.amazonaws.connect#DeleteEmailAddress": { "type": "operation", "input": { @@ -11695,7 +11786,7 @@ } ], "traits": { - "smithy.api#documentation": "

Deletes a queue. It isn't possible to delete a queue by using the Amazon Connect admin website.

", + "smithy.api#documentation": "

Deletes a queue.

", "smithy.api#http": { "method": "DELETE", "uri": "/queues/{InstanceId}/{QueueId}", @@ -12797,7 +12888,7 @@ } ], "traits": { - "smithy.api#documentation": "

Describes the specified flow.

\n

You can also create and update flows using the Amazon Connect\n Flow language.

\n

Use the $SAVED alias in the request to describe the SAVED content\n of a Flow. For example, arn:aws:.../contact-flow/{id}:$SAVED. After a flow is\n published, $SAVED needs to be supplied to view saved content that has not been\n published.

\n

In the response, Status indicates the flow status as either\n SAVED or PUBLISHED. The PUBLISHED status will initiate\n validation on the content. SAVED does not initiate validation of the content.\n SAVED | PUBLISHED\n

", + "smithy.api#documentation": "

Describes the specified flow.

\n

You can also create and update flows using the Amazon Connect\n Flow language.

\n

Use the $SAVED alias in the request to describe the SAVED content\n of a Flow. For example, arn:aws:.../contact-flow/{id}:$SAVED. After a flow is\n published, $SAVED needs to be supplied to view saved content that has not been\n published.

\n

Use arn:aws:.../contact-flow/{id}:{version} to retrieve the content of a\n specific flow version.

\n

In the response, Status indicates the flow status as either\n SAVED or PUBLISHED. The PUBLISHED status will initiate\n validation on the content. SAVED does not initiate validation of the content.\n SAVED | PUBLISHED\n

", "smithy.api#http": { "method": "GET", "uri": "/contact-flows/{InstanceId}/{ContactFlowId}", diff --git a/codegen/sdk-codegen/aws-models/ec2.json b/codegen/sdk-codegen/aws-models/ec2.json index 3bfc483196c..ec7e1cf1411 100644 --- a/codegen/sdk-codegen/aws-models/ec2.json +++ b/codegen/sdk-codegen/aws-models/ec2.json @@ -2088,6 +2088,12 @@ "traits": { "smithy.api#enumValue": "used" } + }, + "future": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "future" + } } } }, @@ -6116,7 +6122,7 @@ "target": "com.amazonaws.ec2#AssignIpv6AddressesResult" }, "traits": { - "smithy.api#documentation": "

Assigns the specified IPv6 addresses to the specified network interface. You can\n specify specific IPv6 addresses, or you can specify the number of IPv6\n addresses to be automatically assigned from the subnet's IPv6 CIDR block range.\n You can assign as many IPv6 addresses to a network interface as you can assign private\n IPv4 addresses, and the limit varies by instance type.

\n

You must specify either the IPv6 addresses or the IPv6 address count in the request.

\n

You can optionally use Prefix Delegation on the network interface. You must specify\n either the IPV6 Prefix Delegation prefixes, or the IPv6 Prefix Delegation count. For\n information, see \n Assigning prefixes to network interfaces in the Amazon EC2 User Guide.

" + "smithy.api#documentation": "

Assigns one or more IPv6 addresses to the specified network interface. You can\n specify one or more specific IPv6 addresses, or you can specify the number of IPv6\n addresses to be automatically assigned from within the subnet's IPv6 CIDR block range.\n You can assign as many IPv6 addresses to a network interface as you can assign private\n IPv4 addresses, and the limit varies per instance type.

\n

You must specify either the IPv6 addresses or the IPv6 address count in the request.

\n

You can optionally use Prefix Delegation on the network interface. You must specify\n either the IPV6 Prefix Delegation prefixes, or the IPv6 Prefix Delegation count. For\n information, see \n Assigning prefixes to network interfaces in the Amazon EC2 User Guide.

" } }, "com.amazonaws.ec2#AssignIpv6AddressesRequest": { @@ -6131,7 +6137,7 @@ "Ipv6Prefixes": { "target": "com.amazonaws.ec2#IpPrefixList", "traits": { - "smithy.api#documentation": "

One or more IPv6 prefixes assigned to the network interface. You can't use this option if you use the Ipv6PrefixCount option.

", + "smithy.api#documentation": "

One or more IPv6 prefixes assigned to the network interface. You cannot use this option if you use the Ipv6PrefixCount option.

", "smithy.api#xmlName": "Ipv6Prefix" } }, @@ -6207,7 +6213,7 @@ "target": "com.amazonaws.ec2#AssignPrivateIpAddressesResult" }, "traits": { - "smithy.api#documentation": "

Assigns the specified secondary private IP addresses to the specified network interface.

\n

You can specify specific secondary IP addresses, or you can specify the number \n of secondary IP addresses to be automatically assigned from the subnet's CIDR block range. \n The number of secondary IP addresses that you can assign to an instance varies by instance type.\n For more information about Elastic IP addresses, see Elastic IP Addresses in the Amazon EC2 User Guide.

\n

When you move a secondary private IP address to another network interface, any Elastic IP address \n that is associated with the IP address is also moved.

\n

Remapping an IP address is an asynchronous operation. When you move an IP address from one network\n interface to another, check network/interfaces/macs/mac/local-ipv4s in the instance\n metadata to confirm that the remapping is complete.

\n

You must specify either the IP addresses or the IP address count in the request.

\n

You can optionally use Prefix Delegation on the network interface. You must specify\n either the IPv4 Prefix Delegation prefixes, or the IPv4 Prefix Delegation count. For\n information, see \n Assigning prefixes to network interfaces in the Amazon EC2 User Guide.

", + "smithy.api#documentation": "

Assigns one or more secondary private IP addresses to the specified network interface.

\n

You can specify one or more specific secondary IP addresses, or you can specify the number \n of secondary IP addresses to be automatically assigned within the subnet's CIDR block range. \n The number of secondary IP addresses that you can assign to an instance varies by instance type.\n For more information about Elastic IP addresses, see Elastic IP Addresses in the Amazon EC2 User Guide.

\n

When you move a secondary private IP address to another network interface, any Elastic IP address \n that is associated with the IP address is also moved.

\n

Remapping an IP address is an asynchronous operation. When you move an IP address from one network\n interface to another, check network/interfaces/macs/mac/local-ipv4s in the instance\n metadata to confirm that the remapping is complete.

\n

You must specify either the IP addresses or the IP address count in the request.

\n

You can optionally use Prefix Delegation on the network interface. You must specify\n either the IPv4 Prefix Delegation prefixes, or the IPv4 Prefix Delegation count. For\n information, see \n Assigning prefixes to network interfaces in the Amazon EC2 User Guide.

", "smithy.api#examples": [ { "title": "To assign a specific secondary private IP address to an interface", @@ -6236,14 +6242,14 @@ "Ipv4Prefixes": { "target": "com.amazonaws.ec2#IpPrefixList", "traits": { - "smithy.api#documentation": "

One or more IPv4 prefixes assigned to the network interface. You can't use this option if you use the Ipv4PrefixCount option.

", + "smithy.api#documentation": "

One or more IPv4 prefixes assigned to the network interface. You cannot use this option if you use the Ipv4PrefixCount option.

", "smithy.api#xmlName": "Ipv4Prefix" } }, "Ipv4PrefixCount": { "target": "com.amazonaws.ec2#Integer", "traits": { - "smithy.api#documentation": "

The number of IPv4 prefixes that Amazon Web Services automatically assigns to the network interface. You can't use this option if you use the Ipv4 Prefixes option.

" + "smithy.api#documentation": "

The number of IPv4 prefixes that Amazon Web Services automatically assigns to the network interface. You cannot use this option if you use the Ipv4 Prefixes option.

" } }, "NetworkInterfaceId": { @@ -10248,7 +10254,7 @@ "target": "com.amazonaws.ec2#CancelCapacityReservationResult" }, "traits": { - "smithy.api#documentation": "

Cancels the specified Capacity Reservation, releases the reserved capacity, and changes \n\t\t\tthe Capacity Reservation's state to cancelled.

\n

You can cancel a Capacity Reservation that is in the following states:

\n \n \n

You can't modify or cancel a Capacity Block. For more information, see Capacity Blocks for ML.

\n
\n

If a future-dated Capacity Reservation enters the delayed state, the commitment \n\t\t\tduration is waived, and you can cancel it as soon as it enters the active state.

\n

Instances running in the reserved capacity continue running until you stop them. Stopped\n\t\t\tinstances that target the Capacity Reservation can no longer launch. Modify these instances to either\n\t\t\ttarget a different Capacity Reservation, launch On-Demand Instance capacity, or run in any open Capacity Reservation\n\t\t\tthat has matching attributes and sufficient capacity.

" + "smithy.api#documentation": "

Cancels the specified Capacity Reservation, releases the reserved capacity, and changes \n\t\t\tthe Capacity Reservation's state to cancelled.

\n

You can cancel a Capacity Reservation that is in the following states:

\n \n

If a future-dated Capacity Reservation enters the delayed state, the commitment \n\t\t\tduration is waived, and you can cancel it as soon as it enters the active state.

\n

Instances running in the reserved capacity continue running until you stop them. Stopped\n\t\t\tinstances that target the Capacity Reservation can no longer launch. Modify these instances to either\n\t\t\ttarget a different Capacity Reservation, launch On-Demand Instance capacity, or run in any open Capacity Reservation\n\t\t\tthat has matching attributes and sufficient capacity.

" } }, "com.amazonaws.ec2#CancelCapacityReservationFleetError": { @@ -14731,7 +14737,7 @@ "target": "com.amazonaws.ec2#CopySnapshotResult" }, "traits": { - "smithy.api#documentation": "

Copies a point-in-time snapshot of an EBS volume and stores it in Amazon S3. You can copy a\n snapshot within the same Region, from one Region to another, or from a Region to an Outpost. \n You can't copy a snapshot from an Outpost to a Region, from one Outpost to another, or within \n the same Outpost.

\n

You can use the snapshot to create EBS volumes or Amazon Machine Images (AMIs).

\n

When copying snapshots to a Region, copies of encrypted EBS snapshots remain encrypted. \n \tCopies of unencrypted snapshots remain unencrypted, unless you enable encryption for the \n \tsnapshot copy operation. By default, encrypted snapshot copies use the default KMS key; \n \thowever, you can specify a different KMS key. To copy an encrypted \n \tsnapshot that has been shared from another account, you must have permissions for the KMS key \n \tused to encrypt the snapshot.

\n

Snapshots copied to an Outpost are encrypted by default using the default encryption key\n for the Region, or a different key that you specify in the request using KmsKeyId. Outposts do not support unencrypted snapshots. For more information,\n see Amazon EBS\n local snapshots on Outposts in the Amazon EBS User Guide.

\n

Snapshots created by copying another snapshot have an arbitrary volume ID that should not\n be used for any purpose.

\n

For more information, see Copy an Amazon EBS snapshot in the\n Amazon EBS User Guide.

", + "smithy.api#documentation": "

Copies a point-in-time snapshot of an EBS volume and stores it in Amazon S3. You can copy a\n snapshot within the same Region, from one Region to another, or from a Region to an Outpost. \n You can't copy a snapshot from an Outpost to a Region, from one Outpost to another, or within \n the same Outpost.

\n

You can use the snapshot to create EBS volumes or Amazon Machine Images (AMIs).

\n

When copying snapshots to a Region, copies of encrypted EBS snapshots remain encrypted. \n \tCopies of unencrypted snapshots remain unencrypted, unless you enable encryption for the \n \tsnapshot copy operation. By default, encrypted snapshot copies use the default KMS key; \n \thowever, you can specify a different KMS key. To copy an encrypted \n \tsnapshot that has been shared from another account, you must have permissions for the KMS key \n \tused to encrypt the snapshot.

\n

Snapshots copied to an Outpost are encrypted by default using the default\n \t\tencryption key for the Region, or a different key that you specify in the request using \n \t\tKmsKeyId. Outposts do not support unencrypted \n \t snapshots. For more information, \n \t\t\tAmazon EBS local snapshots on Outposts in the Amazon EBS User Guide.

\n

Snapshots created by copying another snapshot have an arbitrary volume ID that should not\n be used for any purpose.

\n

For more information, see Copy an Amazon EBS snapshot in the\n Amazon EBS User Guide.

", "smithy.api#examples": [ { "title": "To copy a snapshot", @@ -18172,7 +18178,7 @@ "target": "com.amazonaws.ec2#CreateManagedPrefixListResult" }, "traits": { - "smithy.api#documentation": "

Creates a managed prefix list. You can specify entries for the prefix list. \n Each entry consists of a CIDR block and an optional description.

" + "smithy.api#documentation": "

Creates a managed prefix list. You can specify one or more entries for the prefix list. \n Each entry consists of a CIDR block and an optional description.

" } }, "com.amazonaws.ec2#CreateManagedPrefixListRequest": { @@ -18991,7 +18997,7 @@ "Groups": { "target": "com.amazonaws.ec2#SecurityGroupIdStringList", "traits": { - "smithy.api#documentation": "

The IDs of the security groups.

", + "smithy.api#documentation": "

The IDs of one or more security groups.

", "smithy.api#xmlName": "SecurityGroupId" } }, @@ -19819,7 +19825,7 @@ "target": "com.amazonaws.ec2#Snapshot" }, "traits": { - "smithy.api#documentation": "

Creates a snapshot of an EBS volume and stores it in Amazon S3. You can use snapshots for\n \tbackups, to make copies of EBS volumes, and to save data before shutting down an\n \tinstance.

\n

The location of the source EBS volume determines where you can create the snapshot.

\n \n

When a snapshot is created, any Amazon Web Services Marketplace product codes that are associated with the\n source volume are propagated to the snapshot.

\n

You can take a snapshot of an attached volume that is in use. However, snapshots only\n capture data that has been written to your Amazon EBS volume at the time the snapshot command is\n issued; this might exclude any data that has been cached by any applications or the operating\n system. If you can pause any file systems on the volume long enough to take a snapshot, your\n snapshot should be complete. However, if you cannot pause all file writes to the volume, you\n should unmount the volume from within the instance, issue the snapshot command, and then\n remount the volume to ensure a consistent and complete snapshot. You may remount and use your\n volume while the snapshot status is pending.

\n

When you create a snapshot for an EBS volume that serves as a root device, we recommend \n that you stop the instance before taking the snapshot.

\n

Snapshots that are taken from encrypted volumes are automatically encrypted. Volumes that\n are created from encrypted snapshots are also automatically encrypted. Your encrypted volumes\n and any associated snapshots always remain protected. For more information, see Amazon EBS encryption\n in the Amazon EBS User Guide.

", + "smithy.api#documentation": "

Creates a snapshot of an EBS volume and stores it in Amazon S3. You can use snapshots for\n \tbackups, to make copies of EBS volumes, and to save data before shutting down an\n \tinstance.

\n

The location of the source EBS volume determines where you can create the snapshot.

\n \n

When a snapshot is created, any Amazon Web Services Marketplace product codes that are associated with the\n source volume are propagated to the snapshot.

\n

You can take a snapshot of an attached volume that is in use. However, snapshots only\n capture data that has been written to your Amazon EBS volume at the time the snapshot command is\n issued; this might exclude any data that has been cached by any applications or the operating\n system. If you can pause any file systems on the volume long enough to take a snapshot, your\n snapshot should be complete. However, if you cannot pause all file writes to the volume, you\n should unmount the volume from within the instance, issue the snapshot command, and then\n remount the volume to ensure a consistent and complete snapshot. You may remount and use your\n volume while the snapshot status is pending.

\n

When you create a snapshot for an EBS volume that serves as a root device, we recommend \n that you stop the instance before taking the snapshot.

\n

Snapshots that are taken from encrypted volumes are automatically encrypted. Volumes that\n are created from encrypted snapshots are also automatically encrypted. Your encrypted volumes\n and any associated snapshots always remain protected. For more information, \n Amazon EBS encryption \n in the Amazon EBS User Guide.

", "smithy.api#examples": [ { "title": "To create a snapshot", @@ -19900,7 +19906,7 @@ "target": "com.amazonaws.ec2#CreateSnapshotsResult" }, "traits": { - "smithy.api#documentation": "

Creates crash-consistent snapshots of multiple EBS volumes attached to an Amazon EC2 instance.\n Volumes are chosen by specifying an instance. Each volume attached to the specified instance \n will produce one snapshot that is crash-consistent across the instance. You can include all of \n the volumes currently attached to the instance, or you can exclude the root volume or specific \n data (non-root) volumes from the multi-volume snapshot set.

\n

The location of the source instance determines where you can create the snapshots.

\n " + "smithy.api#documentation": "

Creates crash-consistent snapshots of multiple EBS volumes attached to an Amazon EC2 instance.\n Volumes are chosen by specifying an instance. Each volume attached to the specified instance \n will produce one snapshot that is crash-consistent across the instance. You can include all of \n the volumes currently attached to the instance, or you can exclude the root volume or specific \n data (non-root) volumes from the multi-volume snapshot set.

\n

The location of the source instance determines where you can create the snapshots.

\n " } }, "com.amazonaws.ec2#CreateSnapshotsRequest": { @@ -26574,7 +26580,7 @@ "target": "smithy.api#Unit" }, "traits": { - "smithy.api#documentation": "

Deletes the specified snapshot.

\n

When you make periodic snapshots of a volume, the snapshots are incremental, and only the\n blocks on the device that have changed since your last snapshot are saved in the new snapshot.\n When you delete a snapshot, only the data not needed for any other snapshot is removed. So\n regardless of which prior snapshots have been deleted, all active snapshots will have access\n to all the information needed to restore the volume.

\n

You cannot delete a snapshot of the root device of an EBS volume used by a registered AMI.\n You must first deregister the AMI before you can delete the snapshot.

\n

For more information, see Delete an Amazon EBS snapshot in the\n Amazon EBS User Guide.

", + "smithy.api#documentation": "

Deletes the specified snapshot.

\n

When you make periodic snapshots of a volume, the snapshots are incremental, and only the\n blocks on the device that have changed since your last snapshot are saved in the new snapshot.\n When you delete a snapshot, only the data not needed for any other snapshot is removed. So\n regardless of which prior snapshots have been deleted, all active snapshots will have access\n to all the information needed to restore the volume.

\n

You cannot delete a snapshot of the root device of an EBS volume used by a registered AMI.\n You must first de-register the AMI before you can delete the snapshot.

\n

For more information, see Delete an Amazon EBS snapshot in the\n Amazon EBS User Guide.

", "smithy.api#examples": [ { "title": "To delete a snapshot", @@ -29694,7 +29700,7 @@ "target": "com.amazonaws.ec2#DescribeCapacityBlockOfferingsResult" }, "traits": { - "smithy.api#documentation": "

Describes Capacity Block offerings available for purchase in the Amazon Web Services Region that you're currently using. With Capacity Blocks, you purchase a\n\t\t\tspecific instance type for a period of time.

\n

To search for an available Capacity Block offering, you specify a reservation duration\n and instance count. You must select one of the following options.

\n ", + "smithy.api#documentation": "

Describes Capacity Block offerings available for purchase in the Amazon Web Services Region that you're currently using. With Capacity Blocks, you purchase a\n\t\t\tspecific instance type for a period of time.

", "smithy.api#paginated": { "inputToken": "NextToken", "outputToken": "NextToken", @@ -34175,7 +34181,7 @@ "target": "com.amazonaws.ec2#DescribeInstanceTopologyResult" }, "traits": { - "smithy.api#documentation": "

Describes a tree-based hierarchy that represents the physical host placement of your\n EC2 instances within an Availability Zone or Local Zone. You can use this information to\n determine the relative proximity of your EC2 instances within the Amazon Web Services network to\n support your tightly coupled workloads.

\n

\n Limitations\n

\n \n

For more information, see Amazon EC2 instance\n topology in the Amazon EC2 User Guide.

", + "smithy.api#documentation": "

Describes a tree-based hierarchy that represents the physical host placement of your\n EC2 instances within an Availability Zone or Local Zone. You can use this information to\n determine the relative proximity of your EC2 instances within the Amazon Web Services network to\n support your tightly coupled workloads.

\n

\n Limitations\n

\n \n

For more information, see Amazon EC2 instance\n topology in the Amazon EC2 User Guide.

", "smithy.api#paginated": { "inputToken": "NextToken", "outputToken": "NextToken", @@ -37758,7 +37764,7 @@ "target": "com.amazonaws.ec2#DescribeNetworkInterfacesResult" }, "traits": { - "smithy.api#documentation": "

Describes the specified network interfaces or all your network interfaces.

\n

If you have a large number of network interfaces, the operation fails unless \n you use pagination or one of the following filters: group-id, \n mac-address, private-dns-name, private-ip-address, \n private-dns-name, subnet-id, or vpc-id.

\n \n

We strongly recommend using only paginated requests. Unpaginated requests are\n susceptible to throttling and timeouts.

\n
", + "smithy.api#documentation": "

Describes one or more of your network interfaces.

\n

If you have a large number of network interfaces, the operation fails unless \n you use pagination or one of the following filters: group-id, \n mac-address, private-dns-name, private-ip-address, \n private-dns-name, subnet-id, or vpc-id.

\n \n

We strongly recommend using only paginated requests. Unpaginated requests are\n susceptible to throttling and timeouts.

\n
", "smithy.api#examples": [ { "title": "To describe a network interface", @@ -37900,7 +37906,7 @@ "target": "com.amazonaws.ec2#FilterList", "traits": { "aws.protocols#ec2QueryName": "Filter", - "smithy.api#documentation": "

One or more filters.

\n ", + "smithy.api#documentation": "

One or more filters.

\n ", "smithy.api#xmlName": "filter" } } @@ -62411,7 +62417,7 @@ "target": "com.amazonaws.ec2#String", "traits": { "aws.protocols#ec2QueryName": "NoDevice", - "smithy.api#documentation": "

Suppresses the specified device included in the block device mapping.

", + "smithy.api#documentation": "

suppress the specified device included in the block device mapping.

", "smithy.api#xmlName": "noDevice" } } @@ -64021,7 +64027,7 @@ "target": "com.amazonaws.ec2#Integer", "traits": { "aws.protocols#ec2QueryName": "SecondaryPrivateIpAddressCount", - "smithy.api#documentation": "

The number of secondary private IPv4 addresses. You can’t specify this parameter and\n also specify a secondary private IP address using the PrivateIpAddress\n parameter.

", + "smithy.api#documentation": "

The number of secondary private IPv4 addresses. You can't specify this option and specify more than one private IP address using the private IP addresses option. You cannot specify this option if you're\n \tlaunching more than one instance in a RunInstances request.

", "smithy.api#xmlName": "secondaryPrivateIpAddressCount" } }, @@ -64323,7 +64329,7 @@ "target": "com.amazonaws.ec2#AcceleratorTypeSet", "traits": { "aws.protocols#ec2QueryName": "AcceleratorTypeSet", - "smithy.api#documentation": "

The accelerator types that must be on the instance type.

\n \n

Default: Any accelerator type

", + "smithy.api#documentation": "

The accelerator types that must be on the instance type.

\n \n

Default: Any accelerator type

", "smithy.api#xmlName": "acceleratorTypeSet" } }, @@ -64506,7 +64512,7 @@ "AcceleratorTypes": { "target": "com.amazonaws.ec2#AcceleratorTypeSet", "traits": { - "smithy.api#documentation": "

The accelerator types that must be on the instance type.

\n \n

Default: Any accelerator type

", + "smithy.api#documentation": "

The accelerator types that must be on the instance type.

\n \n

Default: Any accelerator type

", "smithy.api#xmlName": "AcceleratorType" } }, @@ -74358,7 +74364,7 @@ } }, "traits": { - "smithy.api#documentation": "

Describes the IPv6 prefix option for a network interface.

" + "smithy.api#documentation": "

Describes the IPv4 prefix option for a network interface.

" } }, "com.amazonaws.ec2#Ipv6PrefixSpecificationResponse": { @@ -109260,7 +109266,7 @@ "target": "com.amazonaws.ec2#UnassignIpv6AddressesResult" }, "traits": { - "smithy.api#documentation": "

Unassigns the specified IPv6 addresses or Prefix Delegation prefixes from a network interface.

" + "smithy.api#documentation": "

Unassigns one or more IPv6 addresses IPv4 Prefix Delegation prefixes from a network interface.

" } }, "com.amazonaws.ec2#UnassignIpv6AddressesRequest": { @@ -109319,7 +109325,7 @@ "target": "com.amazonaws.ec2#IpPrefixList", "traits": { "aws.protocols#ec2QueryName": "UnassignedIpv6PrefixSet", - "smithy.api#documentation": "

The IPv6 prefixes that have been unassigned from the network interface.

", + "smithy.api#documentation": "

The IPv4 prefixes that have been unassigned from the network interface.

", "smithy.api#xmlName": "unassignedIpv6PrefixSet" } } @@ -109337,7 +109343,7 @@ "target": "smithy.api#Unit" }, "traits": { - "smithy.api#documentation": "

Unassigns the specified secondary private IP addresses or IPv4 Prefix Delegation prefixes from a \n \tnetwork interface.

", + "smithy.api#documentation": "

Unassigns one or more secondary private IP addresses, or IPv4 Prefix Delegation prefixes from a \n \tnetwork interface.

", "smithy.api#examples": [ { "title": "To unassign a secondary private IP address from a network interface", diff --git a/codegen/sdk-codegen/aws-models/eks.json b/codegen/sdk-codegen/aws-models/eks.json index edca7c041cf..5d9bfb9b36b 100644 --- a/codegen/sdk-codegen/aws-models/eks.json +++ b/codegen/sdk-codegen/aws-models/eks.json @@ -318,7 +318,7 @@ "name": "eks" }, "aws.protocols#restJson1": {}, - "smithy.api#documentation": "

Amazon Elastic Kubernetes Service (Amazon EKS) is a managed service that makes it easy\n for you to run Kubernetes on Amazon Web Services without needing to setup or maintain your own\n Kubernetes control plane. Kubernetes is an open-source system for automating the deployment,\n scaling, and management of containerized applications.

\n

Amazon EKS runs up-to-date versions of the open-source Kubernetes software, so you\n can use all the existing plugins and tooling from the Kubernetes community. Applications\n running on Amazon EKS are fully compatible with applications running on any\n standard Kubernetes environment, whether running in on-premises data centers or public\n clouds. This means that you can easily migrate any standard Kubernetes application to Amazon EKS without any code modification required.

", + "smithy.api#documentation": "

Amazon Elastic Kubernetes Service (Amazon EKS) is a managed service that makes it easy\n for you to run Kubernetes on Amazon Web Services without needing to setup or maintain your own\n Kubernetes control plane. Kubernetes is an open-source system for automating the deployment,\n scaling, and management of containerized applications.

\n

Amazon EKS runs up-to-date versions of the open-source Kubernetes software, so you\n can use all the existing plugins and tooling from the Kubernetes community. Applications\n running on Amazon EKS are fully compatible with applications running on any\n standard Kubernetes environment, whether running in on-premises data centers or public\n clouds. This means that you can easily migrate any standard Kubernetes application to Amazon EKS\n without any code modification required.

", "smithy.api#title": "Amazon Elastic Kubernetes Service", "smithy.rules#endpointRuleSet": { "version": "1.0", @@ -1399,7 +1399,7 @@ "principalArn": { "target": "com.amazonaws.eks#String", "traits": { - "smithy.api#documentation": "

The ARN of the IAM principal for the access entry. If you ever delete\n the IAM principal with this ARN, the access entry isn't automatically\n deleted. We recommend that you delete the access entry with an ARN for an IAM principal that you delete. If you don't delete the access entry and ever\n recreate the IAM principal, even if it has the same ARN, the access\n entry won't work. This is because even though the ARN is the same for the recreated\n IAM principal, the roleID or userID (you\n can see this with the Security Token Service\n GetCallerIdentity API) is different for the recreated IAM\n principal than it was for the original IAM principal. Even though you\n don't see the IAM principal's roleID or userID\n for an access entry, Amazon EKS stores it with the access entry.

" + "smithy.api#documentation": "

The ARN of the IAM principal for the access entry. If you ever delete\n the IAM principal with this ARN, the access entry isn't automatically\n deleted. We recommend that you delete the access entry with an ARN for an IAM\n principal that you delete. If you don't delete the access entry and ever\n recreate the IAM principal, even if it has the same ARN, the access\n entry won't work. This is because even though the ARN is the same for the recreated\n IAM principal, the roleID or userID (you\n can see this with the Security Token Service\n GetCallerIdentity API) is different for the recreated IAM\n principal than it was for the original IAM principal. Even though you\n don't see the IAM principal's roleID or userID\n for an access entry, Amazon EKS stores it with the access entry.

" } }, "kubernetesGroups": { @@ -1611,7 +1611,7 @@ "podIdentityAssociations": { "target": "com.amazonaws.eks#StringList", "traits": { - "smithy.api#documentation": "

An array of Pod Identity Assocations owned by the Addon. Each EKS Pod Identity association maps a role to a service account in a namespace in the cluster.

\n

For more information, see Attach an IAM Role to an Amazon EKS add-on using Pod Identity in the EKS User Guide.

" + "smithy.api#documentation": "

An array of Pod Identity Assocations owned by the Addon. Each EKS Pod Identity association maps a role to a service account in a namespace in the cluster.

\n

For more information, see Attach an IAM Role to an Amazon EKS add-on using Pod Identity in the Amazon EKS User Guide.

" } } }, @@ -1631,12 +1631,12 @@ "compatibleVersions": { "target": "com.amazonaws.eks#StringList", "traits": { - "smithy.api#documentation": "

A list of compatible add-on versions.

" + "smithy.api#documentation": "

The list of compatible Amazon EKS add-on versions for the next Kubernetes version.

" } } }, "traits": { - "smithy.api#documentation": "

Contains compatibility information for an Amazon EKS add-on.

" + "smithy.api#documentation": "

The summary information about the Amazon EKS add-on compatibility for the next Kubernetes \n version for an insight check in the UPGRADE_READINESS category.

" } }, "com.amazonaws.eks#AddonCompatibilityDetails": { @@ -1819,7 +1819,7 @@ } }, "traits": { - "smithy.api#documentation": "

A type of Pod Identity Association owned by an Amazon EKS Add-on.

\n

Each EKS Pod Identity Association maps a role to a service account in a namespace in the cluster.

\n

For more information, see Attach an IAM Role to an Amazon EKS add-on using Pod Identity in the EKS User Guide.

" + "smithy.api#documentation": "

A type of Pod Identity Association owned by an Amazon EKS Add-on.

\n

Each EKS Pod Identity Association maps a role to a service account in a namespace in the cluster.

\n

For more information, see Attach an IAM Role to an Amazon EKS add-on using Pod Identity in the Amazon EKS User Guide.

" } }, "com.amazonaws.eks#AddonPodIdentityAssociationsList": { @@ -2336,7 +2336,7 @@ } }, "traits": { - "smithy.api#documentation": "

Indicates the current configuration of the block storage capability on your EKS Auto Mode cluster. For example, if the capability is enabled or disabled. If the block storage capability is enabled, EKS Auto Mode will create and delete EBS volumes in your Amazon Web Services account. For more information, see EKS Auto Mode block storage capability in the EKS User Guide.

" + "smithy.api#documentation": "

Indicates the current configuration of the block storage capability on your EKS Auto Mode cluster. For example, if the capability is enabled or disabled. If the block storage capability is enabled, EKS Auto Mode will create and delete EBS volumes in your Amazon Web Services account. For more information, see EKS Auto Mode block storage capability in the Amazon EKS User Guide.

" } }, "com.amazonaws.eks#Boolean": { @@ -2606,7 +2606,7 @@ "outpostConfig": { "target": "com.amazonaws.eks#OutpostConfigResponse", "traits": { - "smithy.api#documentation": "

An object representing the configuration of your local Amazon EKS cluster on\n an Amazon Web Services Outpost. This object isn't available for clusters on the Amazon Web Services cloud.

" + "smithy.api#documentation": "

An object representing the configuration of your local Amazon EKS cluster on\n an Amazon Web Services Outpost. This object isn't available for clusters on the Amazon Web Services\n cloud.

" } }, "accessConfig": { @@ -2618,7 +2618,7 @@ "upgradePolicy": { "target": "com.amazonaws.eks#UpgradePolicyResponse", "traits": { - "smithy.api#documentation": "

This value indicates if extended support is enabled or disabled for the cluster.

\n

\n Learn more about EKS Extended Support in the EKS User Guide.\n

" + "smithy.api#documentation": "

This value indicates if extended support is enabled or disabled for the cluster.

\n

\n Learn more about EKS Extended Support in the Amazon EKS User Guide.\n

" } }, "zonalShiftConfig": { @@ -2636,13 +2636,13 @@ "computeConfig": { "target": "com.amazonaws.eks#ComputeConfigResponse", "traits": { - "smithy.api#documentation": "

Indicates the current configuration of the compute capability on your EKS Auto Mode cluster. For example, if the capability is enabled or disabled. If the compute capability is enabled, EKS Auto Mode will create and delete EC2 Managed Instances in your Amazon Web Services account. For more information, see EKS Auto Mode compute capability in the EKS User Guide.

" + "smithy.api#documentation": "

Indicates the current configuration of the compute capability on your EKS Auto Mode cluster. For example, if the capability is enabled or disabled. If the compute capability is enabled, EKS Auto Mode will create and delete EC2 Managed Instances in your Amazon Web Services account. For more information, see EKS Auto Mode compute capability in the Amazon EKS User Guide.

" } }, "storageConfig": { "target": "com.amazonaws.eks#StorageConfigResponse", "traits": { - "smithy.api#documentation": "

Indicates the current configuration of the block storage capability on your EKS Auto Mode cluster. For example, if the capability is enabled or disabled. If the block storage capability is enabled, EKS Auto Mode will create and delete EBS volumes in your Amazon Web Services account. For more information, see EKS Auto Mode block storage capability in the EKS User Guide.

" + "smithy.api#documentation": "

Indicates the current configuration of the block storage capability on your EKS Auto Mode cluster. For example, if the capability is enabled or disabled. If the block storage capability is enabled, EKS Auto Mode will create and delete EBS volumes in your Amazon Web Services account. For more information, see EKS Auto Mode block storage capability in the Amazon EKS User Guide.

" } } }, @@ -3003,18 +3003,18 @@ "nodePools": { "target": "com.amazonaws.eks#StringList", "traits": { - "smithy.api#documentation": "

Configuration for node pools that defines the compute resources for your EKS Auto Mode cluster. For more information, see EKS Auto Mode Node Pools in the EKS User Guide.

" + "smithy.api#documentation": "

Configuration for node pools that defines the compute resources for your EKS Auto Mode cluster. For more information, see EKS Auto Mode Node Pools in the Amazon EKS User Guide.

" } }, "nodeRoleArn": { "target": "com.amazonaws.eks#String", "traits": { - "smithy.api#documentation": "

The ARN of the IAM Role EKS will assign to EC2 Managed Instances in your EKS Auto Mode cluster. This value cannot be changed after the compute capability of EKS Auto Mode is enabled. For more information, see the IAM Reference in the EKS User Guide.

" + "smithy.api#documentation": "

The ARN of the IAM Role EKS will assign to EC2 Managed Instances in your EKS Auto Mode cluster. This value cannot be changed after the compute capability of EKS Auto Mode is enabled. For more information, see the IAM Reference in the Amazon EKS User Guide.

" } } }, "traits": { - "smithy.api#documentation": "

Request to update the configuration of the compute capability of your EKS Auto Mode cluster. For example, enable the capability. For more information, see EKS Auto Mode compute capability in the EKS User Guide.

" + "smithy.api#documentation": "

Request to update the configuration of the compute capability of your EKS Auto Mode cluster. For example, enable the capability. For more information, see EKS Auto Mode compute capability in the Amazon EKS User Guide.

" } }, "com.amazonaws.eks#ComputeConfigResponse": { @@ -3029,7 +3029,7 @@ "nodePools": { "target": "com.amazonaws.eks#StringList", "traits": { - "smithy.api#documentation": "

Indicates the current configuration of node pools in your EKS Auto Mode cluster. For more information, see EKS Auto Mode Node Pools in the EKS User Guide.

" + "smithy.api#documentation": "

Indicates the current configuration of node pools in your EKS Auto Mode cluster. For more information, see EKS Auto Mode Node Pools in the Amazon EKS User Guide.

" } }, "nodeRoleArn": { @@ -3173,7 +3173,7 @@ } }, "traits": { - "smithy.api#documentation": "

The placement configuration for all the control plane instances of your local Amazon EKS cluster on an Amazon Web Services Outpost. For more information, see\n Capacity\n considerations in the Amazon EKS User Guide.

" + "smithy.api#documentation": "

The placement configuration for all the control plane instances of your local Amazon EKS\n cluster on an Amazon Web Services Outpost. For more information, see\n Capacity\n considerations in the Amazon EKS User Guide.

" } }, "com.amazonaws.eks#ControlPlanePlacementResponse": { @@ -3187,7 +3187,7 @@ } }, "traits": { - "smithy.api#documentation": "

The placement configuration for all the control plane instances of your local Amazon EKS cluster on an Amazon Web Services Outpost. For more information, see\n Capacity considerations in the Amazon EKS User Guide.

" + "smithy.api#documentation": "

The placement configuration for all the control plane instances of your local Amazon EKS\n cluster on an Amazon Web Services Outpost. For more information, see\n Capacity considerations in the Amazon EKS User Guide.

" } }, "com.amazonaws.eks#CreateAccessConfigRequest": { @@ -3261,7 +3261,7 @@ "principalArn": { "target": "com.amazonaws.eks#String", "traits": { - "smithy.api#documentation": "

The ARN of the IAM principal for the AccessEntry. You can specify one ARN for each access entry. You can't specify the\n same ARN in more than one access entry. This value can't be changed after access entry\n creation.

\n

The valid principals differ depending on the type of the access entry in the\n type field. The only valid ARN is IAM roles for the types of access\n entries for nodes: \n . You can use every IAM principal type for STANDARD access entries.\n You can't use the STS session principal type with access entries because this is a\n temporary principal for each session and not a permanent identity that can be assigned\n permissions.

\n

\n IAM best practices recommend using IAM roles with\n temporary credentials, rather than IAM users with long-term credentials.\n

", + "smithy.api#documentation": "

The ARN of the IAM principal for the AccessEntry. You can specify one ARN for each access entry. You can't specify the\n same ARN in more than one access entry. This value can't be changed after access entry\n creation.

\n

The valid principals differ depending on the type of the access entry in the\n type field. For STANDARD access entries, you can use every\n IAM principal type. For nodes (EC2 (for EKS Auto Mode),\n EC2_LINUX, EC2_WINDOWS, FARGATE_LINUX, and\n HYBRID_LINUX), the only valid ARN is IAM roles.\n \n You can't use the STS session principal type with access entries because this is a\n temporary principal for each session and not a permanent identity that can be assigned\n permissions.

\n

\n IAM\n best practices recommend using IAM roles with\n temporary credentials, rather than IAM users with long-term credentials.\n

", "smithy.api#required": {} } }, @@ -3293,7 +3293,7 @@ "type": { "target": "com.amazonaws.eks#String", "traits": { - "smithy.api#documentation": "

The type of the new access entry. Valid values are Standard,\n FARGATE_LINUX, EC2_LINUX, and\n EC2_WINDOWS.

\n

If the principalArn is for an IAM role that's used for\n self-managed Amazon EC2 nodes, specify EC2_LINUX or\n EC2_WINDOWS. Amazon EKS grants the necessary permissions to the\n node for you. If the principalArn is for any other purpose, specify\n STANDARD. If you don't specify a value, Amazon EKS sets the\n value to STANDARD. It's unnecessary to create access entries for IAM roles used with Fargate profiles or managed Amazon EC2 nodes, because Amazon EKS creates entries in the\n aws-auth\n ConfigMap for the roles. You can't change this value once you've created\n the access entry.

\n

If you set the value to EC2_LINUX or EC2_WINDOWS, you can't\n specify values for kubernetesGroups, or associate an\n AccessPolicy to the access entry.

" + "smithy.api#documentation": "

The type of the new access entry. Valid values are STANDARD,\n FARGATE_LINUX, EC2_LINUX, EC2_WINDOWS,\n EC2 (for EKS Auto Mode), HYBRID_LINUX, and HYPERPOD_LINUX.\n

\n

If the principalArn is for an IAM role that's used for self-managed\n Amazon EC2 nodes, specify EC2_LINUX or EC2_WINDOWS. Amazon EKS grants\n the necessary permissions to the node for you. If the principalArn is for\n any other purpose, specify STANDARD. If you don't specify a value, Amazon EKS\n sets the value to STANDARD. If you have the access mode of the cluster set\n to API_AND_CONFIG_MAP, it's unnecessary to create access entries for IAM\n roles used with Fargate profiles or managed Amazon EC2 nodes, because Amazon EKS creates entries\n in the aws-auth\n ConfigMap for the roles. You can't change this value once you've created\n the access entry.

\n

If you set the value to EC2_LINUX or EC2_WINDOWS, you can't\n specify values for kubernetesGroups, or associate an\n AccessPolicy to the access entry.

" } } }, @@ -3341,7 +3341,7 @@ } ], "traits": { - "smithy.api#documentation": "

Creates an Amazon EKS add-on.

\n

Amazon EKS add-ons help to automate the provisioning and lifecycle management\n of common operational software for Amazon EKS clusters. For more information,\n see Amazon EKS add-ons in the Amazon EKS User Guide.

", + "smithy.api#documentation": "

Creates an Amazon EKS add-on.

\n

Amazon EKS add-ons help to automate the provisioning and lifecycle management\n of common operational software for Amazon EKS clusters. For more information,\n see Amazon EKS\n add-ons in the Amazon EKS User Guide.

", "smithy.api#http": { "method": "POST", "uri": "/clusters/{clusterName}/addons", @@ -3407,7 +3407,7 @@ "podIdentityAssociations": { "target": "com.amazonaws.eks#AddonPodIdentityAssociationsList", "traits": { - "smithy.api#documentation": "

An array of Pod Identity Assocations to be created. Each EKS Pod Identity association maps a Kubernetes service account to an IAM Role.

\n

For more information, see Attach an IAM Role to an Amazon EKS add-on using Pod Identity in the EKS User Guide.

" + "smithy.api#documentation": "

An array of Pod Identity Assocations to be created. Each EKS Pod Identity association maps a Kubernetes service account to an IAM Role.

\n

For more information, see Attach an IAM Role to an Amazon EKS add-on using Pod Identity in the Amazon EKS User Guide.

" } } }, @@ -3458,7 +3458,7 @@ } ], "traits": { - "smithy.api#documentation": "

Creates an Amazon EKS control plane.

\n

The Amazon EKS control plane consists of control plane instances that run the\n Kubernetes software, such as etcd and the API server. The control plane runs in\n an account managed by Amazon Web Services, and the Kubernetes API is exposed by the Amazon EKS API server endpoint. Each Amazon EKS cluster control plane is\n single tenant and unique. It runs on its own set of Amazon EC2 instances.

\n

The cluster control plane is provisioned across multiple Availability Zones and\n fronted by an Elastic Load Balancing\n Network Load Balancer. Amazon EKS also provisions elastic network interfaces in\n your VPC subnets to provide connectivity from the control plane instances to the nodes\n (for example, to support kubectl exec, logs, and\n proxy data flows).

\n

Amazon EKS nodes run in your Amazon Web Services account and connect to your\n cluster's control plane over the Kubernetes API server endpoint and a certificate file that\n is created for your cluster.

\n

You can use the endpointPublicAccess and\n endpointPrivateAccess parameters to enable or disable public and\n private access to your cluster's Kubernetes API server endpoint. By default, public access is\n enabled, and private access is disabled. For more information, see Amazon EKS Cluster Endpoint Access Control in the\n \n Amazon EKS User Guide\n .

\n

You can use the logging parameter to enable or disable exporting the\n Kubernetes control plane logs for your cluster to CloudWatch Logs. By default, cluster\n control plane logs aren't exported to CloudWatch Logs. For more information, see\n Amazon EKS Cluster Control Plane Logs in the\n \n Amazon EKS User Guide\n .

\n \n

CloudWatch Logs ingestion, archive storage, and data scanning rates apply to\n exported control plane logs. For more information, see CloudWatch\n Pricing.

\n
\n

In most cases, it takes several minutes to create a cluster. After you create an\n Amazon EKS cluster, you must configure your Kubernetes tooling to communicate\n with the API server and launch nodes into your cluster. For more information, see Allowing users to\n access your cluster and Launching\n Amazon EKS nodes in the Amazon EKS User Guide.

", + "smithy.api#documentation": "

Creates an Amazon EKS control plane.

\n

The Amazon EKS control plane consists of control plane instances that run the\n Kubernetes software, such as etcd and the API server. The control plane runs in\n an account managed by Amazon Web Services, and the Kubernetes API is exposed by the Amazon EKS\n API server endpoint. Each Amazon EKS cluster control plane is\n single tenant and unique. It runs on its own set of Amazon EC2 instances.

\n

The cluster control plane is provisioned across multiple Availability Zones and\n fronted by an Elastic Load Balancing\n Network Load Balancer. Amazon EKS also provisions elastic network interfaces in\n your VPC subnets to provide connectivity from the control plane instances to the nodes\n (for example, to support kubectl exec, logs, and\n proxy data flows).

\n

Amazon EKS nodes run in your Amazon Web Services account and connect to your\n cluster's control plane over the Kubernetes API server endpoint and a certificate file that\n is created for your cluster.

\n

You can use the endpointPublicAccess and\n endpointPrivateAccess parameters to enable or disable public and\n private access to your cluster's Kubernetes API server endpoint. By default, public access is\n enabled, and private access is disabled. For more information, see Amazon EKS\n Cluster Endpoint Access Control in the\n \n Amazon EKS User Guide\n .

\n

You can use the logging parameter to enable or disable exporting the\n Kubernetes control plane logs for your cluster to CloudWatch Logs. By default, cluster\n control plane logs aren't exported to CloudWatch Logs. For more information, see\n Amazon EKS Cluster Control Plane Logs in the\n \n Amazon EKS User Guide\n .

\n \n

CloudWatch Logs ingestion, archive storage, and data scanning rates apply to\n exported control plane logs. For more information, see CloudWatch\n Pricing.

\n
\n

In most cases, it takes several minutes to create a cluster. After you create an\n Amazon EKS cluster, you must configure your Kubernetes tooling to communicate\n with the API server and launch nodes into your cluster. For more information, see Allowing users to\n access your cluster and Launching\n Amazon EKS nodes in the Amazon EKS User Guide.

", "smithy.api#examples": [ { "title": "To create a new cluster", @@ -3507,7 +3507,7 @@ "roleArn": { "target": "com.amazonaws.eks#String", "traits": { - "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the IAM role that provides permissions for the Kubernetes\n control plane to make calls to Amazon Web Services API operations on your behalf. For\n more information, see Amazon EKS Service IAM Role in the \n Amazon EKS User Guide\n .

", + "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the IAM role that provides permissions for the Kubernetes\n control plane to make calls to Amazon Web Services API operations on your behalf. For\n more information, see Amazon EKS Service IAM\n Role in the \n Amazon EKS User Guide\n .

", "smithy.api#required": {} } }, @@ -3527,7 +3527,7 @@ "logging": { "target": "com.amazonaws.eks#Logging", "traits": { - "smithy.api#documentation": "

Enable or disable exporting the Kubernetes control plane logs for your cluster to CloudWatch Logs. By default, cluster control plane logs aren't exported to CloudWatch Logs. For more information, see Amazon EKS Cluster control plane logs in the\n \n Amazon EKS User Guide\n .

\n \n

CloudWatch Logs ingestion, archive storage, and data scanning rates apply to\n exported control plane logs. For more information, see CloudWatch\n Pricing.

\n
" + "smithy.api#documentation": "

Enable or disable exporting the Kubernetes control plane logs for your cluster to CloudWatch Logs\n . By default, cluster control plane logs aren't exported to CloudWatch Logs\n . For more information, see Amazon EKS\n Cluster control plane logs in the\n \n Amazon EKS User Guide\n .

\n \n

CloudWatch Logs ingestion, archive storage, and data scanning rates apply to\n exported control plane logs. For more information, see CloudWatch\n Pricing.

\n
" } }, "clientRequestToken": { @@ -3576,7 +3576,7 @@ "zonalShiftConfig": { "target": "com.amazonaws.eks#ZonalShiftConfigRequest", "traits": { - "smithy.api#documentation": "

Enable or disable ARC zonal shift for the cluster. If zonal shift is enabled, Amazon Web Services\n configures zonal autoshift for the cluster.

\n

Zonal shift is a feature of\n Amazon Application Recovery Controller (ARC). ARC zonal shift is designed to be a temporary measure that allows you to move\n traffic for a resource away from an impaired AZ until the zonal shift expires or you cancel\n it. You can extend the zonal shift if necessary.

\n

You can start a zonal shift for an EKS cluster, or you can allow Amazon Web Services to do it for you\n by enabling zonal autoshift. This shift updates the flow of\n east-to-west network traffic in your cluster to only consider network endpoints for Pods\n running on worker nodes in healthy AZs. Additionally, any ALB or NLB handling ingress\n traffic for applications in your EKS cluster will automatically route traffic to targets in\n the healthy AZs. For more information about zonal shift in EKS, see Learn about Amazon Application Recovery Controller (ARC)\n Zonal Shift in Amazon EKS in the\n \n Amazon EKS User Guide\n .

" + "smithy.api#documentation": "

Enable or disable ARC zonal shift for the cluster. If zonal shift is enabled, Amazon Web Services\n configures zonal autoshift for the cluster.

\n

Zonal shift is a feature of\n Amazon Application Recovery Controller (ARC). ARC zonal shift is designed to be a temporary measure that allows you to move\n traffic for a resource away from an impaired AZ until the zonal shift expires or you cancel\n it. You can extend the zonal shift if necessary.

\n

You can start a zonal shift for an Amazon EKS cluster, or you can allow Amazon Web Services to do it for you\n by enabling zonal autoshift. This shift updates the flow of\n east-to-west network traffic in your cluster to only consider network endpoints for Pods\n running on worker nodes in healthy AZs. Additionally, any ALB or NLB handling ingress\n traffic for applications in your Amazon EKS cluster will automatically route traffic to targets in\n the healthy AZs. For more information about zonal shift in EKS, see Learn about Amazon Application Recovery Controller (ARC)\n Zonal Shift in Amazon EKS in the\n \n Amazon EKS User Guide\n .

" } }, "remoteNetworkConfig": { @@ -3748,7 +3748,7 @@ } ], "traits": { - "smithy.api#documentation": "

Creates an Fargate profile for your Amazon EKS cluster. You\n must have at least one Fargate profile in a cluster to be able to run\n pods on Fargate.

\n

The Fargate profile allows an administrator to declare which pods run\n on Fargate and specify which pods run on which Fargate\n profile. This declaration is done through the profile’s selectors. Each profile can have\n up to five selectors that contain a namespace and labels. A namespace is required for\n every selector. The label field consists of multiple optional key-value pairs. Pods that\n match the selectors are scheduled on Fargate. If a to-be-scheduled pod\n matches any of the selectors in the Fargate profile, then that pod is run\n on Fargate.

\n

When you create a Fargate profile, you must specify a pod execution\n role to use with the pods that are scheduled with the profile. This role is added to the\n cluster's Kubernetes Role Based\n Access Control (RBAC) for authorization so that the kubelet\n that is running on the Fargate infrastructure can register with your\n Amazon EKS cluster so that it can appear in your cluster as a node. The pod\n execution role also provides IAM permissions to the Fargate infrastructure to allow read access to Amazon ECR image repositories. For\n more information, see Pod Execution Role in the Amazon EKS User Guide.

\n

Fargate profiles are immutable. However, you can create a new updated\n profile to replace an existing profile and then delete the original after the updated\n profile has finished creating.

\n

If any Fargate profiles in a cluster are in the DELETING\n status, you must wait for that Fargate profile to finish deleting before\n you can create any other profiles in that cluster.

\n

For more information, see Fargate profile in the\n Amazon EKS User Guide.

", + "smithy.api#documentation": "

Creates an Fargate profile for your Amazon EKS cluster. You\n must have at least one Fargate profile in a cluster to be able to run\n pods on Fargate.

\n

The Fargate profile allows an administrator to declare which pods run\n on Fargate and specify which pods run on which Fargate\n profile. This declaration is done through the profile's selectors. Each profile can have\n up to five selectors that contain a namespace and labels. A namespace is required for\n every selector. The label field consists of multiple optional key-value pairs. Pods that\n match the selectors are scheduled on Fargate. If a to-be-scheduled pod\n matches any of the selectors in the Fargate profile, then that pod is run\n on Fargate.

\n

When you create a Fargate profile, you must specify a pod execution\n role to use with the pods that are scheduled with the profile. This role is added to the\n cluster's Kubernetes Role Based\n Access Control (RBAC) for authorization so that the kubelet\n that is running on the Fargate infrastructure can register with your\n Amazon EKS cluster so that it can appear in your cluster as a node. The pod\n execution role also provides IAM permissions to the Fargate infrastructure to \n allow read access to Amazon ECR image repositories. For\n more information, see Pod Execution Role in the Amazon EKS User Guide.

\n

Fargate profiles are immutable. However, you can create a new updated\n profile to replace an existing profile and then delete the original after the updated\n profile has finished creating.

\n

If any Fargate profiles in a cluster are in the DELETING\n status, you must wait for that Fargate profile to finish deleting before\n you can create any other profiles in that cluster.

\n

For more information, see Fargate profile in the\n Amazon EKS User Guide.

", "smithy.api#http": { "method": "POST", "uri": "/clusters/{clusterName}/fargate-profiles", @@ -3923,7 +3923,7 @@ "nodeRole": { "target": "com.amazonaws.eks#String", "traits": { - "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the IAM role to associate with your node group. The\n Amazon EKS worker node kubelet daemon makes calls to Amazon Web Services APIs on your behalf. Nodes receive permissions for these API calls\n through an IAM instance profile and associated policies. Before you can\n launch nodes and register them into a cluster, you must create an IAM\n role for those nodes to use when they are launched. For more information, see Amazon EKS node IAM role in the\n \n Amazon EKS User Guide\n . If you specify launchTemplate, then don't specify \n \n IamInstanceProfile\n in your launch template, or the node group \n deployment will fail. For more information about using launch templates with Amazon EKS, see Customizing managed nodes with launch templates in the Amazon EKS User Guide.

", + "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the IAM role to associate with your node group. The\n Amazon EKS worker node kubelet daemon makes calls to Amazon Web Services\n APIs on your behalf. Nodes receive permissions for these API calls\n through an IAM instance profile and associated policies. Before you can\n launch nodes and register them into a cluster, you must create an IAM\n role for those nodes to use when they are launched. For more information, see Amazon EKS\n node IAM role in the\n \n Amazon EKS User Guide\n . If you specify launchTemplate, then don't specify \n \n IamInstanceProfile\n in your launch template, or the node group \n deployment will fail. For more information about using launch templates with Amazon EKS, see Customizing managed nodes with launch templates in the Amazon EKS User Guide.

", "smithy.api#required": {} } }, @@ -3985,7 +3985,7 @@ "releaseVersion": { "target": "com.amazonaws.eks#String", "traits": { - "smithy.api#documentation": "

The AMI version of the Amazon EKS optimized AMI to use with your node group.\n By default, the latest available AMI version for the node group's current Kubernetes version\n is used. For information about Linux versions, see Amazon EKS optimized Amazon Linux AMI versions in the Amazon EKS User Guide. Amazon EKS managed node groups support the November 2022 and later releases of the\n Windows AMIs. For information about Windows versions, see Amazon EKS optimized Windows AMI versions in the\n Amazon EKS User Guide.

\n

If you specify launchTemplate, and your launch template uses a custom AMI, then don't specify \n releaseVersion, or the node group deployment will fail.\n For more information about using launch templates with Amazon EKS, see Customizing managed nodes with launch templates in the Amazon EKS User Guide.

" + "smithy.api#documentation": "

The AMI version of the Amazon EKS optimized AMI to use with your node group.\n By default, the latest available AMI version for the node group's current Kubernetes version\n is used. For information about Linux versions, see Amazon EKS\n optimized Amazon Linux AMI versions in the Amazon EKS User Guide. Amazon EKS\n managed node groups support the November 2022 and later releases of the\n Windows AMIs. For information about Windows versions, see Amazon EKS optimized Windows AMI versions in the\n Amazon EKS User Guide.

\n

If you specify launchTemplate, and your launch template uses a custom AMI, then don't specify \n releaseVersion, or the node group deployment will fail.\n For more information about using launch templates with Amazon EKS, see Customizing managed nodes with launch templates in the Amazon EKS User Guide.

" } } }, @@ -4065,7 +4065,7 @@ "serviceAccount": { "target": "com.amazonaws.eks#String", "traits": { - "smithy.api#documentation": "

The name of the Kubernetes service account inside the cluster to associate the IAM credentials with.

", + "smithy.api#documentation": "

The name of the Kubernetes service account inside the cluster to associate the IAM\n credentials with.

", "smithy.api#required": {} } }, @@ -4224,7 +4224,7 @@ "target": "com.amazonaws.eks#Boolean", "traits": { "smithy.api#default": false, - "smithy.api#documentation": "

Specifying this option preserves the add-on software on your cluster but Amazon EKS stops managing any settings for the add-on. If an IAM\n account is associated with the add-on, it isn't removed.

", + "smithy.api#documentation": "

Specifying this option preserves the add-on software on your cluster but Amazon EKS\n stops managing any settings for the add-on. If an IAM\n account is associated with the add-on, it isn't removed.

", "smithy.api#httpQuery": "preserve" } } @@ -6324,7 +6324,7 @@ } }, "traits": { - "smithy.api#documentation": "

Indicates the current configuration of the load balancing capability on your EKS Auto Mode cluster. For example, if the capability is enabled or disabled. For more information, see EKS Auto Mode load balancing capability in the EKS User Guide.

" + "smithy.api#documentation": "

Indicates the current configuration of the load balancing capability on your EKS Auto Mode cluster. For example, if the capability is enabled or disabled. For more information, see EKS Auto Mode load balancing capability in the Amazon EKS User Guide.

" } }, "com.amazonaws.eks#EncryptionConfig": { @@ -6874,7 +6874,7 @@ "addonCompatibilityDetails": { "target": "com.amazonaws.eks#AddonCompatibilityDetails", "traits": { - "smithy.api#documentation": "

A list of AddonCompatibilityDetail objects for Amazon EKS add-ons.

" + "smithy.api#documentation": "

A list of AddonCompatibilityDetail objects for Amazon EKS add-ons.

" } } }, @@ -7172,7 +7172,7 @@ "code": { "target": "com.amazonaws.eks#NodegroupIssueCode", "traits": { - "smithy.api#documentation": "

A brief description of the error.

\n " + "smithy.api#documentation": "

A brief description of the error.

\n " } }, "message": { @@ -7210,13 +7210,13 @@ "ipFamily": { "target": "com.amazonaws.eks#IpFamily", "traits": { - "smithy.api#documentation": "

Specify which IP family is used to assign Kubernetes pod and service IP addresses. If you\n don't specify a value, ipv4 is used by default. You can only specify an IP\n family when you create a cluster and can't change this value once the cluster is\n created. If you specify ipv6, the VPC and subnets that you specify for\n cluster creation must have both IPv4 and IPv6 CIDR blocks\n assigned to them. You can't specify ipv6 for clusters in China\n Regions.

\n

You can only specify ipv6 for 1.21 and later clusters that\n use version 1.10.1 or later of the Amazon VPC CNI add-on. If you specify\n ipv6, then ensure that your VPC meets the requirements listed in the\n considerations listed in Assigning IPv6 addresses to pods and\n services in the Amazon EKS User Guide. Kubernetes assigns services\n IPv6 addresses from the unique local address range\n (fc00::/7). You can't specify a custom IPv6 CIDR block.\n Pod addresses are assigned from the subnet's IPv6 CIDR.

" + "smithy.api#documentation": "

Specify which IP family is used to assign Kubernetes pod and service IP addresses. If you\n don't specify a value, ipv4 is used by default. You can only specify an IP\n family when you create a cluster and can't change this value once the cluster is\n created. If you specify ipv6, the VPC and subnets that you specify for\n cluster creation must have both IPv4 and IPv6 CIDR blocks\n assigned to them. You can't specify ipv6 for clusters in China\n Regions.

\n

You can only specify ipv6 for 1.21 and later clusters that\n use version 1.10.1 or later of the Amazon VPC CNI add-on. If you specify\n ipv6, then ensure that your VPC meets the requirements listed in the\n considerations listed in Assigning IPv6 addresses to pods and\n services in the Amazon EKS User Guide. Kubernetes assigns services\n IPv6 addresses from the unique local address range\n (fc00::/7). You can't specify a custom IPv6 CIDR block.\n Pod addresses are assigned from the subnet's IPv6 CIDR.

" } }, "elasticLoadBalancing": { "target": "com.amazonaws.eks#ElasticLoadBalancing", "traits": { - "smithy.api#documentation": "

Request to enable or disable the load balancing capability on your EKS Auto Mode cluster. For more information, see EKS Auto Mode load balancing capability in the EKS User Guide.

" + "smithy.api#documentation": "

Request to enable or disable the load balancing capability on your EKS Auto Mode cluster. For more information, see EKS Auto Mode load balancing capability in the Amazon EKS User Guide.

" } } }, @@ -7769,7 +7769,7 @@ "clusters": { "target": "com.amazonaws.eks#StringList", "traits": { - "smithy.api#documentation": "

A list of all of the clusters for your account in the specified Amazon Web Services Region.

" + "smithy.api#documentation": "

A list of all of the clusters for your account in the specified Amazon Web Services Region\n .

" } }, "nextToken": { @@ -8190,7 +8190,7 @@ } ], "traits": { - "smithy.api#documentation": "

Lists the managed node groups associated with the specified cluster in your Amazon Web Services account in the specified Amazon Web Services Region. Self-managed node\n groups aren't listed.

", + "smithy.api#documentation": "

Lists the managed node groups associated with the specified cluster in your Amazon Web Services\n account in the specified Amazon Web Services Region. Self-managed node\n groups aren't listed.

", "smithy.api#http": { "method": "GET", "uri": "/clusters/{clusterName}/node-groups", @@ -8465,7 +8465,7 @@ } ], "traits": { - "smithy.api#documentation": "

Lists the updates associated with an Amazon EKS resource in your Amazon Web Services account, in the specified Amazon Web Services Region.

", + "smithy.api#documentation": "

Lists the updates associated with an Amazon EKS resource in your Amazon Web Services\n account, in the specified Amazon Web Services Region.

", "smithy.api#http": { "method": "GET", "uri": "/clusters/{name}/updates", @@ -8564,7 +8564,7 @@ "enabled": { "target": "com.amazonaws.eks#BoxedBoolean", "traits": { - "smithy.api#documentation": "

If a log type is enabled, that log type exports its control plane logs to CloudWatch Logs. If a log type isn't enabled, that log type doesn't export its control\n plane logs. Each individual log type can be enabled or disabled independently.

" + "smithy.api#documentation": "

If a log type is enabled, that log type exports its control plane logs to CloudWatch Logs\n . If a log type isn't enabled, that log type doesn't export its control\n plane logs. Each individual log type can be enabled or disabled independently.

" } } }, @@ -9086,13 +9086,13 @@ "maxSize": { "target": "com.amazonaws.eks#Capacity", "traits": { - "smithy.api#documentation": "

The maximum number of nodes that the managed node group can scale out to. For\n information about the maximum number that you can specify, see Amazon EKS service quotas in the Amazon EKS User Guide.

" + "smithy.api#documentation": "

The maximum number of nodes that the managed node group can scale out to. For\n information about the maximum number that you can specify, see Amazon EKS service \n quotas in the Amazon EKS User Guide.

" } }, "desiredSize": { "target": "com.amazonaws.eks#ZeroCapacity", "traits": { - "smithy.api#documentation": "

The current number of nodes that the managed node group should maintain.

\n \n

If you use the Kubernetes Cluster\n Autoscaler, you shouldn't change the desiredSize value\n directly, as this can cause the Cluster Autoscaler to suddenly scale up or scale\n down.

\n
\n

Whenever this parameter changes, the number of worker nodes in the node group is\n updated to the specified size. If this parameter is given a value that is smaller than\n the current number of running worker nodes, the necessary number of worker nodes are\n terminated to match the given value.\n \n When using CloudFormation, no action occurs if you remove this parameter from your CFN\n template.

\n

This parameter can be different from minSize in some cases, such as when\n starting with extra hosts for testing. This parameter can also be different when you\n want to start with an estimated number of needed hosts, but let the Cluster Autoscaler\n reduce the number if there are too many. When the Cluster Autoscaler is used, the\n desiredSize parameter is altered by the Cluster Autoscaler (but can be\n out-of-date for short periods of time). the Cluster Autoscaler doesn't scale a managed\n node group lower than minSize or higher than maxSize.

" + "smithy.api#documentation": "

The current number of nodes that the managed node group should maintain.

\n \n

If you use the Kubernetes Cluster\n Autoscaler, you shouldn't change the desiredSize value\n directly, as this can cause the Cluster Autoscaler to suddenly scale up or scale\n down.

\n
\n

Whenever this parameter changes, the number of worker nodes in the node group is\n updated to the specified size. If this parameter is given a value that is smaller than\n the current number of running worker nodes, the necessary number of worker nodes are\n terminated to match the given value.\n \n When using CloudFormation, no action occurs if you remove this parameter from your CFN\n template.

\n

This parameter can be different from minSize in some cases, such as when\n starting with extra hosts for testing. This parameter can also be different when you\n want to start with an estimated number of needed hosts, but let the Cluster Autoscaler\n reduce the number if there are too many. When the Cluster Autoscaler is used, the \n desiredSize parameter is altered by the Cluster Autoscaler (but can be\n out-of-date for short periods of time). the Cluster Autoscaler doesn't scale a managed\n node group lower than minSize or higher than maxSize.

" } } }, @@ -9161,10 +9161,33 @@ "traits": { "smithy.api#documentation": "

The maximum percentage of nodes unavailable during a version update. This percentage\n of nodes are updated in parallel, up to 100 nodes at once. This value or\n maxUnavailable is required to have a value.

" } + }, + "updateStrategy": { + "target": "com.amazonaws.eks#NodegroupUpdateStrategies", + "traits": { + "smithy.api#documentation": "

The configuration for the behavior to follow during a node group version update of this managed\n node group. You choose between two possible strategies for replacing nodes during an\n UpdateNodegroupVersion action.

\n

An Amazon EKS managed node group updates by replacing nodes with new nodes of newer AMI\n versions in parallel. The update strategy changes the managed node\n update behavior of the managed node group for each quantity. The\n default strategy has guardrails to protect you from\n misconfiguration and launches the new instances first, before terminating the old\n instances. The minimal strategy removes the guardrails and\n terminates the old instances before launching the new instances. This minimal\n strategy is useful in scenarios where you are constrained to resources or costs (for\n example, with hardware accelerators such as GPUs).

" + } } }, "traits": { - "smithy.api#documentation": "

The node group update configuration.

" + "smithy.api#documentation": "

The node group update configuration. An Amazon EKS managed node group updates by replacing nodes with new\n nodes of newer AMI versions in parallel. You choose the maximum\n unavailable and the update strategy.

" + } + }, + "com.amazonaws.eks#NodegroupUpdateStrategies": { + "type": "enum", + "members": { + "DEFAULT": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "DEFAULT" + } + }, + "MINIMAL": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "MINIMAL" + } + } } }, "com.amazonaws.eks#NonZeroInteger": { @@ -9357,7 +9380,7 @@ "controlPlaneInstanceType": { "target": "com.amazonaws.eks#String", "traits": { - "smithy.api#documentation": "

The Amazon EC2 instance type that you want to use for your local Amazon EKS cluster on Outposts. Choose an instance type based on the number of nodes\n that your cluster will have. For more information, see Capacity\n considerations in the Amazon EKS User Guide.

\n

The instance type that you specify is used for all Kubernetes control plane instances. The\n instance type can't be changed after cluster creation. The control plane is not\n automatically scaled by Amazon EKS.

\n

", + "smithy.api#documentation": "

The Amazon EC2 instance type that you want to use for your local Amazon EKS\n cluster on Outposts. Choose an instance type based on the number of nodes\n that your cluster will have. For more information, see Capacity\n considerations in the Amazon EKS User Guide.

\n

The instance type that you specify is used for all Kubernetes control plane instances. The\n instance type can't be changed after cluster creation. The control plane is not\n automatically scaled by Amazon EKS.

\n

", "smithy.api#required": {} } }, @@ -9427,7 +9450,7 @@ "serviceAccount": { "target": "com.amazonaws.eks#String", "traits": { - "smithy.api#documentation": "

The name of the Kubernetes service account inside the cluster to associate the IAM credentials with.

" + "smithy.api#documentation": "

The name of the Kubernetes service account inside the cluster to associate the IAM\n credentials with.

" } }, "roleArn": { @@ -9597,7 +9620,7 @@ "connectorConfig": { "target": "com.amazonaws.eks#ConnectorConfigRequest", "traits": { - "smithy.api#documentation": "

The configuration settings required to connect the Kubernetes cluster to the Amazon EKS control plane.

", + "smithy.api#documentation": "

The configuration settings required to connect the Kubernetes cluster to the Amazon EKS\n control plane.

", "smithy.api#required": {} } }, @@ -9636,7 +9659,7 @@ "ec2SshKey": { "target": "com.amazonaws.eks#String", "traits": { - "smithy.api#documentation": "

The Amazon EC2 SSH key name that provides access for SSH communication with\n the nodes in the managed node group. For more information, see Amazon EC2 key pairs and Linux instances in the Amazon Elastic Compute Cloud User Guide for Linux Instances. For\n Windows, an Amazon EC2 SSH key is used to obtain the RDP password. For more\n information, see Amazon EC2 key pairs and Windows instances in\n the Amazon Elastic Compute Cloud User Guide for Windows Instances.

" + "smithy.api#documentation": "

The Amazon EC2 SSH key name that provides access for SSH communication with\n the nodes in the managed node group. For more information, see Amazon EC2\n key pairs and Linux instances in the Amazon Elastic Compute Cloud User Guide for Linux Instances. For\n Windows, an Amazon EC2 SSH key is used to obtain the RDP password. For more\n information, see Amazon EC2 key pairs and Windows instances in\n the Amazon Elastic Compute Cloud User Guide for Windows Instances.

" } }, "sourceSecurityGroups": { @@ -9874,7 +9897,7 @@ } }, "traits": { - "smithy.api#documentation": "

The specified resource could not be found. You can view your available clusters with\n ListClusters. You can view your available managed node groups with\n ListNodegroups. Amazon EKS clusters and node groups are Amazon Web Services Region specific.

", + "smithy.api#documentation": "

The specified resource could not be found. You can view your available clusters with\n ListClusters. You can view your available managed node groups with\n ListNodegroups. Amazon EKS clusters and node groups are Amazon Web Services Region\n specific.

", "smithy.api#error": "client", "smithy.api#httpError": 404 } @@ -9971,7 +9994,7 @@ } }, "traits": { - "smithy.api#documentation": "

Request to update the configuration of the storage capability of your EKS Auto Mode cluster. For example, enable the capability. For more information, see EKS Auto Mode block storage capability in the EKS User Guide.

" + "smithy.api#documentation": "

Request to update the configuration of the storage capability of your EKS Auto Mode cluster. For example, enable the capability. For more information, see EKS Auto Mode block storage capability in the Amazon EKS User Guide.

" } }, "com.amazonaws.eks#StorageConfigResponse": { @@ -10495,7 +10518,7 @@ "podIdentityAssociations": { "target": "com.amazonaws.eks#AddonPodIdentityAssociationsList", "traits": { - "smithy.api#documentation": "

An array of Pod Identity Assocations to be updated. Each EKS Pod Identity association maps a Kubernetes service account to an IAM Role. If this value is left blank, no change. If an empty array is provided, existing Pod Identity Assocations owned by the Addon are deleted.

\n

For more information, see Attach an IAM Role to an Amazon EKS add-on using Pod Identity in the EKS User Guide.

" + "smithy.api#documentation": "

An array of Pod Identity Assocations to be updated. Each EKS Pod Identity association maps a Kubernetes service account to an IAM Role. If this value is left blank, no change. If an empty array is provided, existing Pod Identity Assocations owned by the Addon are deleted.

\n

For more information, see Attach an IAM Role to an Amazon EKS add-on using Pod Identity in the Amazon EKS User Guide.

" } } }, @@ -10543,7 +10566,7 @@ } ], "traits": { - "smithy.api#documentation": "

Updates an Amazon EKS cluster configuration. Your cluster continues to\n function during the update. The response output includes an update ID that you can use\n to track the status of your cluster update with DescribeUpdate\"/>.

\n

You can use this API operation to enable or disable exporting the Kubernetes control plane\n logs for your cluster to CloudWatch Logs. By default, cluster control plane logs\n aren't exported to CloudWatch Logs. For more information, see Amazon EKS Cluster control plane logs in the\n \n Amazon EKS User Guide\n .

\n \n

CloudWatch Logs ingestion, archive storage, and data scanning rates apply to\n exported control plane logs. For more information, see CloudWatch\n Pricing.

\n
\n

You can also use this API operation to enable or disable public and private access to\n your cluster's Kubernetes API server endpoint. By default, public access is enabled, and\n private access is disabled. For more information, see Amazon EKS cluster endpoint access control in the\n \n Amazon EKS User Guide\n .

\n

You can also use this API operation to choose different subnets and security groups\n for the cluster. You must specify at least two subnets that are in different\n Availability Zones. You can't change which VPC the subnets are from, the subnets must be\n in the same VPC as the subnets that the cluster was created with. For more information\n about the VPC requirements, see https://docs.aws.amazon.com/eks/latest/userguide/network_reqs.html in the \n Amazon EKS User Guide\n .

\n

You can also use this API operation to enable or disable ARC zonal shift. If zonal shift is enabled, Amazon Web Services\n configures zonal autoshift for the cluster.

\n

Cluster updates are asynchronous, and they should finish within a few minutes. During\n an update, the cluster status moves to UPDATING (this status transition is\n eventually consistent). When the update is complete (either Failed or\n Successful), the cluster status moves to Active.

", + "smithy.api#documentation": "

Updates an Amazon EKS cluster configuration. Your cluster continues to\n function during the update. The response output includes an update ID that you can use\n to track the status of your cluster update with DescribeUpdate\"/>.

\n

You can use this API operation to enable or disable exporting the Kubernetes control plane\n logs for your cluster to CloudWatch Logs. By default, cluster control plane logs\n aren't exported to CloudWatch Logs. For more information, see Amazon EKS\n Cluster control plane logs in the\n \n Amazon EKS User Guide\n .

\n \n

CloudWatch Logs ingestion, archive storage, and data scanning rates apply to\n exported control plane logs. For more information, see CloudWatch\n Pricing.

\n
\n

You can also use this API operation to enable or disable public and private access to\n your cluster's Kubernetes API server endpoint. By default, public access is enabled, and\n private access is disabled. For more information, see Amazon EKS\n cluster endpoint access control in the\n \n Amazon EKS User Guide\n .

\n

You can also use this API operation to choose different subnets and security groups\n for the cluster. You must specify at least two subnets that are in different\n Availability Zones. You can't change which VPC the subnets are from, the subnets must be\n in the same VPC as the subnets that the cluster was created with. For more information\n about the VPC requirements, see https://docs.aws.amazon.com/eks/latest/userguide/network_reqs.html in the \n Amazon EKS User Guide\n .

\n

You can also use this API operation to enable or disable ARC zonal shift. If zonal shift is enabled, Amazon Web Services\n configures zonal autoshift for the cluster.

\n

Cluster updates are asynchronous, and they should finish within a few minutes. During\n an update, the cluster status moves to UPDATING (this status transition is\n eventually consistent). When the update is complete (either Failed or\n Successful), the cluster status moves to Active.

", "smithy.api#http": { "method": "POST", "uri": "/clusters/{name}/update-config", @@ -10568,7 +10591,7 @@ "logging": { "target": "com.amazonaws.eks#Logging", "traits": { - "smithy.api#documentation": "

Enable or disable exporting the Kubernetes control plane logs for your cluster to CloudWatch Logs. By default, cluster control plane logs aren't exported to CloudWatch Logs. For more information, see Amazon EKS cluster control plane logs in the\n \n Amazon EKS User Guide\n .

\n \n

CloudWatch Logs ingestion, archive storage, and data scanning rates apply to\n exported control plane logs. For more information, see CloudWatch\n Pricing.

\n
" + "smithy.api#documentation": "

Enable or disable exporting the Kubernetes control plane logs for your cluster to CloudWatch Logs\n . By default, cluster control plane logs aren't exported to CloudWatch Logs\n . For more information, see Amazon EKS\n cluster control plane logs in the\n \n Amazon EKS User Guide\n .

\n \n

CloudWatch Logs ingestion, archive storage, and data scanning rates apply to\n exported control plane logs. For more information, see CloudWatch\n Pricing.

\n
" } }, "clientRequestToken": { @@ -10656,7 +10679,7 @@ } ], "traits": { - "smithy.api#documentation": "

Updates an Amazon EKS cluster to the specified Kubernetes version. Your cluster\n continues to function during the update. The response output includes an update ID that\n you can use to track the status of your cluster update with the DescribeUpdate API operation.

\n

Cluster updates are asynchronous, and they should finish within a few minutes. During\n an update, the cluster status moves to UPDATING (this status transition is\n eventually consistent). When the update is complete (either Failed or\n Successful), the cluster status moves to Active.

\n

If your cluster has managed node groups attached to it, all of your node groups’ Kubernetes\n versions must match the cluster’s Kubernetes version in order to update the cluster to a new\n Kubernetes version.

", + "smithy.api#documentation": "

Updates an Amazon EKS cluster to the specified Kubernetes version. Your cluster\n continues to function during the update. The response output includes an update ID that\n you can use to track the status of your cluster update with the DescribeUpdate API operation.

\n

Cluster updates are asynchronous, and they should finish within a few minutes. During\n an update, the cluster status moves to UPDATING (this status transition is\n eventually consistent). When the update is complete (either Failed or\n Successful), the cluster status moves to Active.

\n

If your cluster has managed node groups attached to it, all of your node groups' Kubernetes\n versions must match the cluster's Kubernetes version in order to update the cluster to a new\n Kubernetes version.

", "smithy.api#http": { "method": "POST", "uri": "/clusters/{name}/updates", @@ -10836,7 +10859,7 @@ } ], "traits": { - "smithy.api#documentation": "

Updates an Amazon EKS managed node group configuration. Your node group\n continues to function during the update. The response output includes an update ID that\n you can use to track the status of your node group update with the DescribeUpdate API operation. Currently you can update the Kubernetes labels\n for a node group or the scaling configuration.

", + "smithy.api#documentation": "

Updates an Amazon EKS managed node group configuration. Your node group\n continues to function during the update. The response output includes an update ID that\n you can use to track the status of your node group update with the DescribeUpdate API operation. You can update the Kubernetes labels and taints\n for a node group and the scaling and version update configuration.

", "smithy.api#http": { "method": "POST", "uri": "/clusters/{clusterName}/node-groups/{nodegroupName}/update-config", @@ -10981,7 +11004,7 @@ "releaseVersion": { "target": "com.amazonaws.eks#String", "traits": { - "smithy.api#documentation": "

The AMI version of the Amazon EKS optimized AMI to use for the update. By\n default, the latest available AMI version for the node group's Kubernetes version is used.\n For information about Linux versions, see Amazon EKS optimized Amazon Linux AMI versions in the Amazon EKS User Guide. Amazon EKS managed node groups support the November 2022 and later releases of the\n Windows AMIs. For information about Windows versions, see Amazon EKS optimized Windows AMI versions in the\n Amazon EKS User Guide.

\n

If you specify launchTemplate, and your launch template uses a custom AMI, then don't specify \n releaseVersion, or the node group update will fail.\n For more information about using launch templates with Amazon EKS, see Customizing managed nodes with launch templates in the Amazon EKS User Guide.

" + "smithy.api#documentation": "

The AMI version of the Amazon EKS optimized AMI to use for the update. By\n default, the latest available AMI version for the node group's Kubernetes version is used.\n For information about Linux versions, see Amazon EKS\n optimized Amazon Linux AMI versions in the Amazon EKS User Guide. Amazon EKS\n managed node groups support the November 2022 and later releases of the\n Windows AMIs. For information about Windows versions, see Amazon EKS optimized Windows AMI versions in the\n Amazon EKS User Guide.

\n

If you specify launchTemplate, and your launch template uses a custom AMI, then don't specify \n releaseVersion, or the node group update will fail.\n For more information about using launch templates with Amazon EKS, see Customizing managed nodes with launch templates in the Amazon EKS User Guide.

" } }, "launchTemplate": { @@ -11187,6 +11210,12 @@ "smithy.api#enumValue": "NodeRepairEnabled" } }, + "UPDATE_STRATEGY": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "UpdateStrategy" + } + }, "CONFIGURATION_VALUES": { "target": "smithy.api#Unit", "traits": { @@ -11475,12 +11504,12 @@ "supportType": { "target": "com.amazonaws.eks#SupportType", "traits": { - "smithy.api#documentation": "

If the cluster is set to EXTENDED, it will enter extended support at the end of standard support. If the cluster is set to STANDARD, it will be automatically upgraded at the end of standard support.

\n

\n Learn more about EKS Extended Support in the EKS User Guide.\n

" + "smithy.api#documentation": "

If the cluster is set to EXTENDED, it will enter extended support at the end of standard support. If the cluster is set to STANDARD, it will be automatically upgraded at the end of standard support.

\n

\n Learn more about EKS Extended Support in the Amazon EKS User Guide.\n

" } } }, "traits": { - "smithy.api#documentation": "

The support policy to use for the cluster. Extended support allows you to remain on specific Kubernetes versions for longer. Clusters in extended support have higher costs. The default value is EXTENDED. Use STANDARD to disable extended support.

\n

\n Learn more about EKS Extended Support in the EKS User Guide.\n

" + "smithy.api#documentation": "

The support policy to use for the cluster. Extended support allows you to remain on specific Kubernetes versions for longer. Clusters in extended support have higher costs. The default value is EXTENDED. Use STANDARD to disable extended support.

\n

\n Learn more about EKS Extended Support in the Amazon EKS User Guide.\n

" } }, "com.amazonaws.eks#UpgradePolicyResponse": { @@ -11489,12 +11518,12 @@ "supportType": { "target": "com.amazonaws.eks#SupportType", "traits": { - "smithy.api#documentation": "

If the cluster is set to EXTENDED, it will enter extended support at the end of standard support. If the cluster is set to STANDARD, it will be automatically upgraded at the end of standard support.

\n

\n Learn more about EKS Extended Support in the EKS User Guide.\n

" + "smithy.api#documentation": "

If the cluster is set to EXTENDED, it will enter extended support at the end of standard support. If the cluster is set to STANDARD, it will be automatically upgraded at the end of standard support.

\n

\n Learn more about EKS Extended Support in the Amazon EKS User Guide.\n

" } } }, "traits": { - "smithy.api#documentation": "

This value indicates if extended support is enabled or disabled for the cluster.

\n

\n Learn more about EKS Extended Support in the EKS User Guide.\n

" + "smithy.api#documentation": "

This value indicates if extended support is enabled or disabled for the cluster.

\n

\n Learn more about EKS Extended Support in the Amazon EKS User Guide.\n

" } }, "com.amazonaws.eks#VpcConfigRequest": { @@ -11527,7 +11556,7 @@ "publicAccessCidrs": { "target": "com.amazonaws.eks#StringList", "traits": { - "smithy.api#documentation": "

The CIDR blocks that are allowed access to your cluster's public Kubernetes API server\n endpoint. Communication to the endpoint from addresses outside of the CIDR blocks that\n you specify is denied. The default value is 0.0.0.0/0. If you've disabled\n private endpoint access, make sure that you specify the necessary CIDR blocks for every\n node and Fargate\n Pod in the cluster. For more information, see Amazon EKS cluster endpoint access control in the\n \n Amazon EKS User Guide\n .

" + "smithy.api#documentation": "

The CIDR blocks that are allowed access to your cluster's public Kubernetes API server\n endpoint. Communication to the endpoint from addresses outside of the CIDR blocks that\n you specify is denied. The default value is 0.0.0.0/0. If you've disabled\n private endpoint access, make sure that you specify the necessary CIDR blocks for every\n node and Fargate\n Pod in the cluster. For more information, see Amazon EKS cluster \n endpoint access control in the \n Amazon EKS User Guide\n .

" } } }, @@ -11573,7 +11602,7 @@ "target": "com.amazonaws.eks#Boolean", "traits": { "smithy.api#default": false, - "smithy.api#documentation": "

This parameter indicates whether the Amazon EKS private API server endpoint is\n enabled. If the Amazon EKS private API server endpoint is enabled, Kubernetes API\n requests that originate from within your cluster's VPC use the private VPC endpoint\n instead of traversing the internet. If this value is disabled and you have nodes or\n Fargate pods in the cluster, then ensure that\n publicAccessCidrs includes the necessary CIDR blocks for communication\n with the nodes or Fargate pods. For more information, see Amazon EKS cluster endpoint access control in the\n \n Amazon EKS User Guide\n .

" + "smithy.api#documentation": "

This parameter indicates whether the Amazon EKS private API server endpoint is\n enabled. If the Amazon EKS private API server endpoint is enabled, Kubernetes API\n requests that originate from within your cluster's VPC use the private VPC endpoint\n instead of traversing the internet. If this value is disabled and you have nodes or\n Fargate pods in the cluster, then ensure that\n publicAccessCidrs includes the necessary CIDR blocks for communication\n with the nodes or Fargate pods. For more information, see Amazon EKS\n cluster endpoint access control in the\n \n Amazon EKS User Guide\n .

" } }, "publicAccessCidrs": { diff --git a/codegen/sdk-codegen/aws-models/emr-serverless.json b/codegen/sdk-codegen/aws-models/emr-serverless.json index 14a6a9b4112..45371c628f0 100644 --- a/codegen/sdk-codegen/aws-models/emr-serverless.json +++ b/codegen/sdk-codegen/aws-models/emr-serverless.json @@ -1651,7 +1651,7 @@ "traits": { "smithy.api#length": { "min": 1, - "max": 256 + "max": 4096 }, "smithy.api#pattern": ".*\\S.*", "smithy.api#sensitive": {} diff --git a/codegen/sdk-codegen/aws-models/glue.json b/codegen/sdk-codegen/aws-models/glue.json index 26d394afec8..189eacd404c 100644 --- a/codegen/sdk-codegen/aws-models/glue.json +++ b/codegen/sdk-codegen/aws-models/glue.json @@ -1838,7 +1838,7 @@ "Timeout": { "target": "com.amazonaws.glue#Timeout", "traits": { - "smithy.api#documentation": "

The JobRun timeout in minutes. This is the maximum time that a job run can\n consume resources before it is terminated and enters TIMEOUT status. The default\n is 2,880 minutes (48 hours). This overrides the timeout value set in the parent job.

" + "smithy.api#documentation": "

The JobRun timeout in minutes. This is the maximum time that a job run can\n consume resources before it is terminated and enters TIMEOUT status. This overrides the timeout value set in the parent job.

\n

Jobs must have timeout values less than 7 days or 10080 minutes. Otherwise, the jobs will throw an exception.

\n

When the value is left blank, the timeout is defaulted to 2880 minutes.

\n

Any existing Glue jobs that had a timeout value greater than 7 days will be defaulted to 7 days. For instance if you have specified a timeout of 20 days for a batch job, it will be stopped on the 7th day.

\n

For streaming jobs, if you have set up a maintenance window, it will be restarted during the maintenance window after 7 days.

" } }, "SecurityConfiguration": { @@ -10707,7 +10707,7 @@ "Timeout": { "target": "com.amazonaws.glue#Timeout", "traits": { - "smithy.api#documentation": "

The job timeout in minutes. This is the maximum time that a job run\n can consume resources before it is terminated and enters TIMEOUT\n status. The default is 2,880 minutes (48 hours) for batch jobs.

\n

Streaming jobs must have timeout values less than 7 days or 10080 minutes. When the value is left blank, the job will be restarted after 7 days based if you have not setup a maintenance window. If you have setup maintenance window, it will be restarted during the maintenance window after 7 days.

" + "smithy.api#documentation": "

The job timeout in minutes. This is the maximum time that a job run\n can consume resources before it is terminated and enters TIMEOUT\n status.

\n

Jobs must have timeout values less than 7 days or 10080 minutes. Otherwise, the jobs will throw an exception.

\n

When the value is left blank, the timeout is defaulted to 2880 minutes.

\n

Any existing Glue jobs that had a timeout value greater than 7 days will be defaulted to 7 days. For instance if you have specified a timeout of 20 days for a batch job, it will be stopped on the 7th day.

\n

For streaming jobs, if you have set up a maintenance window, it will be restarted during the maintenance window after 7 days.

" } }, "MaxCapacity": { @@ -11591,7 +11591,7 @@ "Timeout": { "target": "com.amazonaws.glue#Timeout", "traits": { - "smithy.api#documentation": "

\n The number of minutes before session times out. Default for Spark ETL\n jobs is 48 hours (2880 minutes), the maximum session lifetime for this job type.\n Consult the documentation for other job types.\n

" + "smithy.api#documentation": "

\n The number of minutes before session times out. Default for Spark ETL\n jobs is 48 hours (2880 minutes).\n Consult the documentation for other job types.\n

" } }, "IdleTimeout": { @@ -27064,7 +27064,7 @@ "Timeout": { "target": "com.amazonaws.glue#Timeout", "traits": { - "smithy.api#documentation": "

The job timeout in minutes. This is the maximum time that a job run\n can consume resources before it is terminated and enters TIMEOUT\n status. The default is 2,880 minutes (48 hours) for batch jobs.

\n

Streaming jobs must have timeout values less than 7 days or 10080 minutes. When the value is left blank, the job will be restarted after 7 days based if you have not setup a maintenance window. If you have setup maintenance window, it will be restarted during the maintenance window after 7 days.

" + "smithy.api#documentation": "

The job timeout in minutes. This is the maximum time that a job run\n can consume resources before it is terminated and enters TIMEOUT\n status.

\n

Jobs must have timeout values less than 7 days or 10080 minutes. Otherwise, the jobs will throw an exception.

\n

When the value is left blank, the timeout is defaulted to 2880 minutes.

\n

Any existing Glue jobs that had a timeout value greater than 7 days will be defaulted to 7 days. For instance if you have specified a timeout of 20 days for a batch job, it will be stopped on the 7th day.

\n

For streaming jobs, if you have set up a maintenance window, it will be restarted during the maintenance window after 7 days.

" } }, "MaxCapacity": { @@ -27420,7 +27420,7 @@ "Timeout": { "target": "com.amazonaws.glue#Timeout", "traits": { - "smithy.api#documentation": "

The JobRun timeout in minutes. This is the maximum time that a job run can\n consume resources before it is terminated and enters TIMEOUT status. This value overrides the timeout value set in the parent job.

\n

Jobs must have timeout values less than 7 days or 10080 minutes. Otherwise, the jobs will throw an exception.

\n

When the value is left blank, the timeout is defaulted to 2880 minutes.

\n

Any existing Glue jobs that had a timeout value greater than 7 days will be defaulted to 7 days. For instance if you have specified a timeout of 20 days for a batch job, it will be stopped on the 7th day.

" + "smithy.api#documentation": "

The JobRun timeout in minutes. This is the maximum time that a job run can\n consume resources before it is terminated and enters TIMEOUT status. This value overrides the timeout value set in the parent job.

\n

Jobs must have timeout values less than 7 days or 10080 minutes. Otherwise, the jobs will throw an exception.

\n

When the value is left blank, the timeout is defaulted to 2880 minutes.

\n

Any existing Glue jobs that had a timeout value greater than 7 days will be defaulted to 7 days. For instance if you have specified a timeout of 20 days for a batch job, it will be stopped on the 7th day.

\n

For streaming jobs, if you have set up a maintenance window, it will be restarted during the maintenance window after 7 days.

" } }, "MaxCapacity": { @@ -27654,7 +27654,7 @@ "Timeout": { "target": "com.amazonaws.glue#Timeout", "traits": { - "smithy.api#documentation": "

The job timeout in minutes. This is the maximum time that a job run\n can consume resources before it is terminated and enters TIMEOUT\n status. The default is 2,880 minutes (48 hours) for batch jobs.

\n

Streaming jobs must have timeout values less than 7 days or 10080 minutes. When the value is left blank, the job will be restarted after 7 days based if you have not setup a maintenance window. If you have setup maintenance window, it will be restarted during the maintenance window after 7 days.

" + "smithy.api#documentation": "

The job timeout in minutes. This is the maximum time that a job run\n can consume resources before it is terminated and enters TIMEOUT\n status.

\n

Jobs must have timeout values less than 7 days or 10080 minutes. Otherwise, the jobs will throw an exception.

\n

When the value is left blank, the timeout is defaulted to 2880 minutes.

\n

Any existing Glue jobs that had a timeout value greater than 7 days will be defaulted to 7 days. For instance if you have specified a timeout of 20 days for a batch job, it will be stopped on the 7th day.

\n

For streaming jobs, if you have set up a maintenance window, it will be restarted during the maintenance window after 7 days.

" } }, "MaxCapacity": { @@ -38519,7 +38519,7 @@ "Timeout": { "target": "com.amazonaws.glue#Timeout", "traits": { - "smithy.api#documentation": "

The JobRun timeout in minutes. This is the maximum time that a job run can\n consume resources before it is terminated and enters TIMEOUT status. This value overrides the timeout value set in the parent job.

\n

Jobs must have timeout values less than 7 days or 10080 minutes. Otherwise, the jobs will throw an exception.

\n

When the value is left blank, the timeout is defaulted to 2880 minutes.

\n

Any existing Glue jobs that had a timeout value greater than 7 days will be defaulted to 7 days. For instance if you have specified a timeout of 20 days for a batch job, it will be stopped on the 7th day.

" + "smithy.api#documentation": "

The JobRun timeout in minutes. This is the maximum time that a job run can\n consume resources before it is terminated and enters TIMEOUT status. This value overrides the timeout value set in the parent job.

\n

Jobs must have timeout values less than 7 days or 10080 minutes. Otherwise, the jobs will throw an exception.

\n

When the value is left blank, the timeout is defaulted to 2880 minutes.

\n

Any existing Glue jobs that had a timeout value greater than 7 days will be defaulted to 7 days. For instance if you have specified a timeout of 20 days for a batch job, it will be stopped on the 7th day.

\n

For streaming jobs, if you have set up a maintenance window, it will be restarted during the maintenance window after 7 days.

" } }, "MaxCapacity": { diff --git a/codegen/sdk-codegen/aws-models/healthlake.json b/codegen/sdk-codegen/aws-models/healthlake.json index 33db822d026..dcb828d648b 100644 --- a/codegen/sdk-codegen/aws-models/healthlake.json +++ b/codegen/sdk-codegen/aws-models/healthlake.json @@ -61,6 +61,12 @@ "smithy.api#enumValue": "SMART_ON_FHIR_V1" } }, + "SMART_ON_FHIR": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "SMART_ON_FHIR" + } + }, "AWS_AUTH": { "target": "smithy.api#Unit", "traits": { @@ -1783,6 +1789,12 @@ "smithy.api#enumValue": "SUBMITTED" } }, + "QUEUED": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "QUEUED" + } + }, "IN_PROGRESS": { "target": "smithy.api#Unit", "traits": { @@ -2392,8 +2404,7 @@ "target": "com.amazonaws.healthlake#ClientTokenString", "traits": { "smithy.api#documentation": "

An optional user provided token used for ensuring idempotency.

", - "smithy.api#idempotencyToken": {}, - "smithy.api#required": {} + "smithy.api#idempotencyToken": {} } } }, @@ -2498,8 +2509,7 @@ "target": "com.amazonaws.healthlake#ClientTokenString", "traits": { "smithy.api#documentation": "

Optional user provided token used for ensuring idempotency.

", - "smithy.api#idempotencyToken": {}, - "smithy.api#required": {} + "smithy.api#idempotencyToken": {} } } }, diff --git a/codegen/sdk-codegen/aws-models/iotsitewise.json b/codegen/sdk-codegen/aws-models/iotsitewise.json index cdfbb572c3a..0adcbb1c462 100644 --- a/codegen/sdk-codegen/aws-models/iotsitewise.json +++ b/codegen/sdk-codegen/aws-models/iotsitewise.json @@ -4293,6 +4293,12 @@ "com.amazonaws.iotsitewise#BatchPutAssetPropertyValueRequest": { "type": "structure", "members": { + "enablePartialEntryProcessing": { + "target": "com.amazonaws.iotsitewise#BooleanValue", + "traits": { + "smithy.api#documentation": "

This setting enables partial ingestion at entry-level. If set to true, we ingest all TQVs not resulting in an error. If set to \n false, an invalid TQV fails ingestion of the entire entry that contains it.

" + } + }, "entries": { "target": "com.amazonaws.iotsitewise#PutAssetPropertyValueEntries", "traits": { @@ -4320,6 +4326,9 @@ "smithy.api#output": {} } }, + "com.amazonaws.iotsitewise#BooleanValue": { + "type": "boolean" + }, "com.amazonaws.iotsitewise#Bucket": { "type": "string", "traits": { @@ -9183,6 +9192,12 @@ "traits": { "smithy.api#documentation": "

Set this period to specify how long your data is stored in the warm tier before it is deleted. You can set this only if cold tier is enabled.

" } + }, + "disallowIngestNullNaN": { + "target": "com.amazonaws.iotsitewise#DisallowIngestNullNaN", + "traits": { + "smithy.api#documentation": "

Describes the configuration for ingesting NULL and NaN data. \n By default the feature is allowed. The feature is disallowed if the value is true.

" + } } }, "traits": { @@ -9377,6 +9392,9 @@ "target": "com.amazonaws.iotsitewise#DetailedError" } }, + "com.amazonaws.iotsitewise#DisallowIngestNullNaN": { + "type": "boolean" + }, "com.amazonaws.iotsitewise#DisassociateAssets": { "type": "operation", "input": { @@ -13454,12 +13472,7 @@ "type": "boolean" }, "com.amazonaws.iotsitewise#NumberOfDays": { - "type": "integer", - "traits": { - "smithy.api#range": { - "min": 30 - } - } + "type": "integer" }, "com.amazonaws.iotsitewise#Offset": { "type": "string", @@ -14009,6 +14022,21 @@ "com.amazonaws.iotsitewise#PropertyValueIntegerValue": { "type": "integer" }, + "com.amazonaws.iotsitewise#PropertyValueNullValue": { + "type": "structure", + "members": { + "valueType": { + "target": "com.amazonaws.iotsitewise#RawValueType", + "traits": { + "smithy.api#documentation": "

The type of null asset property data.

", + "smithy.api#required": {} + } + } + }, + "traits": { + "smithy.api#documentation": "

The value type of null asset property data with BAD and UNCERTAIN qualities.

" + } + }, "com.amazonaws.iotsitewise#PropertyValueStringValue": { "type": "string" }, @@ -14282,6 +14310,12 @@ "traits": { "smithy.api#documentation": "

Set this period to specify how long your data is stored in the warm tier before it is deleted. You can set this only if cold tier is enabled.

" } + }, + "disallowIngestNullNaN": { + "target": "com.amazonaws.iotsitewise#DisallowIngestNullNaN", + "traits": { + "smithy.api#documentation": "

Describes the configuration for ingesting NULL and NaN data. \n By default the feature is allowed. The feature is disallowed if the value is true.

" + } } }, "traits": { @@ -14330,6 +14364,12 @@ "traits": { "smithy.api#documentation": "

Set this period to specify how long your data is stored in the warm tier before it is deleted. You can set this only if cold tier is enabled.

" } + }, + "disallowIngestNullNaN": { + "target": "com.amazonaws.iotsitewise#DisallowIngestNullNaN", + "traits": { + "smithy.api#documentation": "

Describes the configuration for ingesting NULL and NaN data. \n By default the feature is allowed. The feature is disallowed if the value is true.

" + } } }, "traits": { @@ -14393,6 +14433,41 @@ "smithy.api#httpError": 400 } }, + "com.amazonaws.iotsitewise#RawValueType": { + "type": "enum", + "members": { + "DOUBLE": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "D" + } + }, + "BOOLEAN": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "B" + } + }, + "STRING": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "S" + } + }, + "INTEGER": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "I" + } + }, + "UNKNOWN": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "U" + } + } + } + }, "com.amazonaws.iotsitewise#Reference": { "type": "structure", "members": { @@ -16455,7 +16530,7 @@ "stringValue": { "target": "com.amazonaws.iotsitewise#PropertyValueStringValue", "traits": { - "smithy.api#documentation": "

Asset property data of type string (sequence of characters).

" + "smithy.api#documentation": "

\n Asset property data of type string (sequence of characters).\n The allowed pattern: \"^$|[^\\u0000-\\u001F\\u007F]+\". The max length is 1024.\n

" } }, "integerValue": { @@ -16467,7 +16542,7 @@ "doubleValue": { "target": "com.amazonaws.iotsitewise#PropertyValueDoubleValue", "traits": { - "smithy.api#documentation": "

Asset property data of type double (floating point number).

" + "smithy.api#documentation": "

\n Asset property data of type double (floating point number). The min value is -10^10. \n The max value is 10^10. Double.NaN is allowed.\n

" } }, "booleanValue": { @@ -16475,6 +16550,12 @@ "traits": { "smithy.api#documentation": "

Asset property data of type Boolean (true or false).

" } + }, + "nullValue": { + "target": "com.amazonaws.iotsitewise#PropertyValueNullValue", + "traits": { + "smithy.api#documentation": "

The type of null asset property data with BAD and UNCERTAIN qualities.

" + } } }, "traits": { diff --git a/codegen/sdk-codegen/aws-models/medialive.json b/codegen/sdk-codegen/aws-models/medialive.json index 0c40fa229f7..f0438c1b2b2 100644 --- a/codegen/sdk-codegen/aws-models/medialive.json +++ b/codegen/sdk-codegen/aws-models/medialive.json @@ -4490,6 +4490,26 @@ "smithy.api#documentation": "Used in CreateClusterSummary, DescribeClusterSummary, DescribeClusterResult, UpdateClusterResult." } }, + "com.amazonaws.medialive#CmafId3Behavior": { + "type": "enum", + "members": { + "DISABLED": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "DISABLED" + } + }, + "ENABLED": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "ENABLED" + } + } + }, + "traits": { + "smithy.api#documentation": "Cmaf Id3 Behavior" + } + }, "com.amazonaws.medialive#CmafIngestGroupSettings": { "type": "structure", "members": { @@ -4564,6 +4584,20 @@ "smithy.api#documentation": "Change the modifier that MediaLive automatically adds to the Streams() name for a SCTE 35 track. The default is \"scte\", which means the default name will be Streams(scte.cmfm). Any string you enter here will replace the \"scte\" string.\\nThe modifier can only contain: numbers, letters, plus (+), minus (-), underscore (_) and period (.) and has a maximum length of 100 characters.", "smithy.api#jsonName": "scte35NameModifier" } + }, + "Id3Behavior": { + "target": "com.amazonaws.medialive#CmafId3Behavior", + "traits": { + "smithy.api#documentation": "Set to ENABLED to enable ID3 metadata insertion. To include metadata, you configure other parameters in the output group, or you add an ID3 action to the channel schedule.", + "smithy.api#jsonName": "id3Behavior" + } + }, + "Id3NameModifier": { + "target": "com.amazonaws.medialive#__stringMax100", + "traits": { + "smithy.api#documentation": "Change the modifier that MediaLive automatically adds to the Streams() name that identifies an ID3 track. The default is \"id3\", which means the default name will be Streams(id3.cmfm). Any string you enter here will replace the \"id3\" string.\\nThe modifier can only contain: numbers, letters, plus (+), minus (-), underscore (_) and period (.) and has a maximum length of 100 characters.", + "smithy.api#jsonName": "id3NameModifier" + } } }, "traits": { @@ -18635,6 +18669,28 @@ "smithy.api#documentation": "When set to \"standard\", an I-Frame only playlist will be written out for each video output in the output group. This I-Frame only playlist will contain byte range offsets pointing to the I-frame(s) in each segment." } }, + "com.amazonaws.medialive#Id3SegmentTaggingScheduleActionSettings": { + "type": "structure", + "members": { + "Id3": { + "target": "com.amazonaws.medialive#__string", + "traits": { + "smithy.api#documentation": "Complete this parameter if you want to specify the entire ID3 metadata. Enter a base64 string that contains one or more fully formed ID3 tags, according to the ID3 specification: http://id3.org/id3v2.4.0-structure", + "smithy.api#jsonName": "id3" + } + }, + "Tag": { + "target": "com.amazonaws.medialive#__string", + "traits": { + "smithy.api#documentation": "Complete this parameter if you want to specify only the metadata, not the entire frame. MediaLive will insert the metadata in a TXXX frame. Enter the value as plain text. You can include standard MediaLive variable data such as the current segment number.", + "smithy.api#jsonName": "tag" + } + } + }, + "traits": { + "smithy.api#documentation": "Settings for the action to insert ID3 metadata in every segment, in applicable output groups." + } + }, "com.amazonaws.medialive#ImmediateModeScheduleActionStartSettings": { "type": "structure", "members": {}, @@ -29694,6 +29750,20 @@ "smithy.api#documentation": "Action to deactivate a static image overlay in one or more specified outputs", "smithy.api#jsonName": "staticImageOutputDeactivateSettings" } + }, + "Id3SegmentTaggingSettings": { + "target": "com.amazonaws.medialive#Id3SegmentTaggingScheduleActionSettings", + "traits": { + "smithy.api#documentation": "Action to insert ID3 metadata in every segment, in applicable output groups", + "smithy.api#jsonName": "id3SegmentTaggingSettings" + } + }, + "TimedMetadataSettings": { + "target": "com.amazonaws.medialive#TimedMetadataScheduleActionSettings", + "traits": { + "smithy.api#documentation": "Action to insert ID3 metadata once, in applicable output groups", + "smithy.api#jsonName": "timedMetadataSettings" + } } }, "traits": { @@ -33398,6 +33468,23 @@ "smithy.api#documentation": "Timecode Config Source" } }, + "com.amazonaws.medialive#TimedMetadataScheduleActionSettings": { + "type": "structure", + "members": { + "Id3": { + "target": "com.amazonaws.medialive#__string", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "Enter a base64 string that contains one or more fully formed ID3 tags.See the ID3 specification: http://id3.org/id3v2.4.0-structure", + "smithy.api#jsonName": "id3", + "smithy.api#required": {} + } + } + }, + "traits": { + "smithy.api#documentation": "Settings for the action to insert ID3 metadata (as a one-time action) in applicable output groups." + } + }, "com.amazonaws.medialive#TooManyRequestsException": { "type": "structure", "members": { diff --git a/codegen/sdk-codegen/aws-models/quicksight.json b/codegen/sdk-codegen/aws-models/quicksight.json index 8f68cab4baa..f8962fea7dc 100644 --- a/codegen/sdk-codegen/aws-models/quicksight.json +++ b/codegen/sdk-codegen/aws-models/quicksight.json @@ -24181,6 +24181,23 @@ "smithy.api#documentation": "

The configuration of destination parameter values.

\n

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

" } }, + "com.amazonaws.quicksight#DigitGroupingStyle": { + "type": "enum", + "members": { + "DEFAULT": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "DEFAULT" + } + }, + "LAKHS": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "LAKHS" + } + } + } + }, "com.amazonaws.quicksight#DimensionField": { "type": "structure", "members": { @@ -39032,6 +39049,18 @@ "traits": { "smithy.api#enumValue": "TRILLIONS" } + }, + "LAKHS": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "LAKHS" + } + }, + "CRORES": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "CRORES" + } } } }, @@ -51628,7 +51657,7 @@ "traits": { "smithy.api#length": { "min": 0, - "max": 100 + "max": 201 } } }, @@ -51971,11 +52000,23 @@ } } }, + "com.amazonaws.quicksight#TableUnaggregatedFieldList": { + "type": "list", + "member": { + "target": "com.amazonaws.quicksight#UnaggregatedField" + }, + "traits": { + "smithy.api#length": { + "min": 0, + "max": 201 + } + } + }, "com.amazonaws.quicksight#TableUnaggregatedFieldWells": { "type": "structure", "members": { "Values": { - "target": "com.amazonaws.quicksight#UnaggregatedFieldList", + "target": "com.amazonaws.quicksight#TableUnaggregatedFieldList", "traits": { "smithy.api#documentation": "

The values field well for a pivot table. Values are unaggregated for an unaggregated table.

" } @@ -53200,6 +53241,12 @@ "traits": { "smithy.api#documentation": "

Determines the visibility of the thousands separator.

" } + }, + "GroupingStyle": { + "target": "com.amazonaws.quicksight#DigitGroupingStyle", + "traits": { + "smithy.api#documentation": "

Determines the way numbers are styled to accommodate different readability standards. The DEFAULT value uses the standard international grouping system and groups numbers by the thousands. The LAKHS value uses the Indian numbering system and groups numbers by lakhs and crores.

" + } } }, "traits": { diff --git a/codegen/sdk-codegen/aws-models/sns.json b/codegen/sdk-codegen/aws-models/sns.json index 7ee31650084..282103c5878 100644 --- a/codegen/sdk-codegen/aws-models/sns.json +++ b/codegen/sdk-codegen/aws-models/sns.json @@ -1794,7 +1794,7 @@ "Attributes": { "target": "com.amazonaws.sns#TopicAttributesMap", "traits": { - "smithy.api#documentation": "

A map of attributes with their corresponding values.

\n

The following lists names, descriptions, and values of the special request parameters\n that the CreateTopic action uses:

\n \n

The following attribute applies only to server-side\n encryption:

\n \n

The following attributes apply only to FIFO topics:

\n " + "smithy.api#documentation": "

A map of attributes with their corresponding values.

\n

The following lists names, descriptions, and values of the special request parameters\n that the CreateTopic action uses:

\n \n

The following attribute applies only to server-side\n encryption:

\n \n

The following attributes apply only to FIFO topics:

\n \n " } }, "Tags": { @@ -3947,7 +3947,7 @@ "MessageDeduplicationId": { "target": "com.amazonaws.sns#String", "traits": { - "smithy.api#documentation": "

This parameter applies only to FIFO (first-in-first-out) topics.

\n

The token used for deduplication of messages within a 5-minute minimum deduplication\n interval. If a message with a particular MessageDeduplicationId is sent\n successfully, subsequent messages with the same MessageDeduplicationId are\n accepted successfully but aren't delivered.

\n \n \n

The MessageDeduplicationId is available to the consumer of the\n message (this can be useful for troubleshooting delivery issues).

\n

If a message is sent successfully but the acknowledgement is lost and the message\n is resent with the same MessageDeduplicationId after the deduplication\n interval, Amazon SNS can't detect duplicate messages.

\n

Amazon SNS continues to keep track of the message deduplication ID even after the\n message is received and deleted.

\n
\n

The length of MessageDeduplicationId is 128 characters.

\n

\n MessageDeduplicationId can contain alphanumeric characters (a-z,\n A-Z, 0-9) and punctuation\n (!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~).

" + "smithy.api#documentation": "

This parameter applies only to FIFO (first-in-first-out) topics.

\n \n \n

The MessageDeduplicationId is available to the consumer of the\n message (this can be useful for troubleshooting delivery issues).

\n

If a message is sent successfully but the acknowledgement is lost and the message\n is resent with the same MessageDeduplicationId after the deduplication\n interval, Amazon SNS can't detect duplicate messages.

\n

Amazon SNS continues to keep track of the message deduplication ID even after the\n message is received and deleted.

\n
" } }, "MessageGroupId": { @@ -4068,7 +4068,7 @@ "MessageDeduplicationId": { "target": "com.amazonaws.sns#String", "traits": { - "smithy.api#documentation": "

This parameter applies only to FIFO (first-in-first-out) topics. The\n MessageDeduplicationId can contain up to 128 alphanumeric characters\n (a-z, A-Z, 0-9) and punctuation\n (!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~).

\n

Every message must have a unique MessageDeduplicationId, which is a token\n used for deduplication of sent messages. If a message with a particular\n MessageDeduplicationId is sent successfully, any message sent with the\n same MessageDeduplicationId during the 5-minute deduplication interval is\n treated as a duplicate.

\n

If the topic has ContentBasedDeduplication set, the system generates a\n MessageDeduplicationId based on the contents of the message. Your\n MessageDeduplicationId overrides the generated one.

" + "smithy.api#documentation": "" } }, "MessageGroupId": { @@ -4561,7 +4561,7 @@ "AttributeName": { "target": "com.amazonaws.sns#attributeName", "traits": { - "smithy.api#documentation": "

A map of attributes with their corresponding values.

\n

The following lists the names, descriptions, and values of the special request\n parameters that the SetTopicAttributes action uses:

\n \n \n

The SuccessFeedbackRoleArn and FailureFeedbackRoleArn\n attributes are used to give Amazon SNS write access to use CloudWatch Logs on your\n behalf. The SuccessFeedbackSampleRate attribute is for specifying the\n sample rate percentage (0-100) of successfully delivered messages. After you\n configure the FailureFeedbackRoleArn attribute, then all failed message\n deliveries generate CloudWatch Logs.

\n
\n

The following attribute applies only to server-side-encryption:

\n \n

The following attribute applies only to FIFO topics:

\n ", + "smithy.api#documentation": "

A map of attributes with their corresponding values.

\n

The following lists the names, descriptions, and values of the special request\n parameters that the SetTopicAttributes action uses:

\n \n \n

The SuccessFeedbackRoleArn and FailureFeedbackRoleArn\n attributes are used to give Amazon SNS write access to use CloudWatch Logs on your\n behalf. The SuccessFeedbackSampleRate attribute is for specifying the\n sample rate percentage (0-100) of successfully delivered messages. After you\n configure the FailureFeedbackRoleArn attribute, then all failed message\n deliveries generate CloudWatch Logs.

\n
\n

The following attribute applies only to server-side-encryption:

\n \n

The following attribute applies only to FIFO topics:

\n \n ", "smithy.api#required": {} } }, diff --git a/codegen/sdk-codegen/aws-models/ssm.json b/codegen/sdk-codegen/aws-models/ssm.json index fb11af8ac7d..3d8dad7d0d5 100644 --- a/codegen/sdk-codegen/aws-models/ssm.json +++ b/codegen/sdk-codegen/aws-models/ssm.json @@ -858,7 +858,7 @@ "name": "ssm" }, "aws.protocols#awsJson1_1": {}, - "smithy.api#documentation": "

Amazon Web Services Systems Manager is the operations hub for your Amazon Web Services applications and resources and a secure\n end-to-end management solution for hybrid cloud environments that enables safe and secure\n operations at scale.

\n

This reference is intended to be used with the Amazon Web Services Systems Manager User Guide. To get started, see Setting up Amazon Web Services Systems Manager.

\n

\n Related resources\n

\n ", + "smithy.api#documentation": "

Amazon Web Services Systems Manager is the operations hub for your Amazon Web Services applications and resources and a secure\n end-to-end management solution for hybrid cloud environments that enables safe and secure\n operations at scale.

\n

This reference is intended to be used with the Amazon Web Services Systems Manager User Guide. To get started, see Setting up Amazon Web Services Systems Manager.

\n

\n Related resources\n

\n ", "smithy.api#title": "Amazon Simple Systems Manager (SSM)", "smithy.api#xmlNamespace": { "uri": "http://ssm.amazonaws.com/doc/2014-11-06/" @@ -1936,7 +1936,7 @@ } ], "traits": { - "smithy.api#documentation": "

Associates a related item to a Systems Manager OpsCenter OpsItem. For example, you can associate an\n Incident Manager incident or analysis with an OpsItem. Incident Manager and OpsCenter are capabilities of\n Amazon Web Services Systems Manager.

" + "smithy.api#documentation": "

Associates a related item to a Systems Manager OpsCenter OpsItem. For example, you can associate an\n Incident Manager incident or analysis with an OpsItem. Incident Manager and OpsCenter are tools in\n Amazon Web Services Systems Manager.

" } }, "com.amazonaws.ssm#AssociateOpsItemRelatedItemRequest": { @@ -2188,7 +2188,7 @@ "AutomationTargetParameterName": { "target": "com.amazonaws.ssm#AutomationTargetParameterName", "traits": { - "smithy.api#documentation": "

Choose the parameter that will define how your automation will branch out. This target is\n required for associations that use an Automation runbook and target resources by using rate\n controls. Automation is a capability of Amazon Web Services Systems Manager.

" + "smithy.api#documentation": "

Choose the parameter that will define how your automation will branch out. This target is\n required for associations that use an Automation runbook and target resources by using rate\n controls. Automation is a tool in Amazon Web Services Systems Manager.

" } }, "Parameters": { @@ -2260,7 +2260,7 @@ "SyncCompliance": { "target": "com.amazonaws.ssm#AssociationSyncCompliance", "traits": { - "smithy.api#documentation": "

The mode for generating association compliance. You can specify AUTO or\n MANUAL. In AUTO mode, the system uses the status of the association\n execution to determine the compliance status. If the association execution runs successfully,\n then the association is COMPLIANT. If the association execution doesn't run\n successfully, the association is NON-COMPLIANT.

\n

In MANUAL mode, you must specify the AssociationId as a parameter\n for the PutComplianceItems API operation. In this case, compliance data isn't\n managed by State Manager, a capability of Amazon Web Services Systems Manager. It is managed by your direct call to the\n PutComplianceItems API operation.

\n

By default, all associations use AUTO mode.

" + "smithy.api#documentation": "

The mode for generating association compliance. You can specify AUTO or\n MANUAL. In AUTO mode, the system uses the status of the association\n execution to determine the compliance status. If the association execution runs successfully,\n then the association is COMPLIANT. If the association execution doesn't run\n successfully, the association is NON-COMPLIANT.

\n

In MANUAL mode, you must specify the AssociationId as a parameter\n for the PutComplianceItems API operation. In this case, compliance data isn't\n managed by State Manager, a tool in Amazon Web Services Systems Manager. It is managed by your direct call to the PutComplianceItems API operation.

\n

By default, all associations use AUTO mode.

" } }, "ApplyOnlyAtCronInterval": { @@ -3030,7 +3030,7 @@ "SyncCompliance": { "target": "com.amazonaws.ssm#AssociationSyncCompliance", "traits": { - "smithy.api#documentation": "

The mode for generating association compliance. You can specify AUTO or\n MANUAL. In AUTO mode, the system uses the status of the association\n execution to determine the compliance status. If the association execution runs successfully,\n then the association is COMPLIANT. If the association execution doesn't run\n successfully, the association is NON-COMPLIANT.

\n

In MANUAL mode, you must specify the AssociationId as a parameter\n for the PutComplianceItems API operation. In this case, compliance data isn't\n managed by State Manager, a capability of Amazon Web Services Systems Manager. It is managed by your direct call to the\n PutComplianceItems API operation.

\n

By default, all associations use AUTO mode.

" + "smithy.api#documentation": "

The mode for generating association compliance. You can specify AUTO or\n MANUAL. In AUTO mode, the system uses the status of the association\n execution to determine the compliance status. If the association execution runs successfully,\n then the association is COMPLIANT. If the association execution doesn't run\n successfully, the association is NON-COMPLIANT.

\n

In MANUAL mode, you must specify the AssociationId as a parameter\n for the PutComplianceItems API operation. In this case, compliance data isn't\n managed by State Manager, a tool in Amazon Web Services Systems Manager. It is managed by your direct call to the PutComplianceItems API operation.

\n

By default, all associations use AUTO mode.

" } }, "ApplyOnlyAtCronInterval": { @@ -4700,7 +4700,7 @@ "ServiceRole": { "target": "com.amazonaws.ssm#ServiceRole", "traits": { - "smithy.api#documentation": "

The Identity and Access Management (IAM) service role that Run Command, a capability\n of Amazon Web Services Systems Manager, uses to act on your behalf when sending notifications about command status changes.\n

" + "smithy.api#documentation": "

The Identity and Access Management (IAM) service role that Run Command, a tool in\n Amazon Web Services Systems Manager, uses to act on your behalf when sending notifications about command status changes.\n

" } }, "NotificationConfig": { @@ -4909,7 +4909,7 @@ "ServiceRole": { "target": "com.amazonaws.ssm#ServiceRole", "traits": { - "smithy.api#documentation": "

The Identity and Access Management (IAM) service role that Run Command, a capability\n of Amazon Web Services Systems Manager, uses to act on your behalf when sending notifications about command status changes\n on a per managed node basis.

" + "smithy.api#documentation": "

The Identity and Access Management (IAM) service role that Run Command, a tool in\n Amazon Web Services Systems Manager, uses to act on your behalf when sending notifications about command status changes on\n a per managed node basis.

" } }, "NotificationConfig": { @@ -5757,7 +5757,7 @@ } ], "traits": { - "smithy.api#documentation": "

Generates an activation code and activation ID you can use to register your on-premises\n servers, edge devices, or virtual machine (VM) with Amazon Web Services Systems Manager. Registering these machines with\n Systems Manager makes it possible to manage them using Systems Manager capabilities. You use the activation code and\n ID when installing SSM Agent on machines in your hybrid environment. For more information about\n requirements for managing on-premises machines using Systems Manager, see Using Amazon Web Services Systems Manager in\n hybrid and multicloud environments in the Amazon Web Services Systems Manager User Guide.

\n \n

Amazon Elastic Compute Cloud (Amazon EC2) instances, edge devices, and on-premises servers and VMs that are\n configured for Systems Manager are all called managed nodes.

\n
" + "smithy.api#documentation": "

Generates an activation code and activation ID you can use to register your on-premises\n servers, edge devices, or virtual machine (VM) with Amazon Web Services Systems Manager. Registering these machines with\n Systems Manager makes it possible to manage them using Systems Manager tools. You use the activation code and ID when\n installing SSM Agent on machines in your hybrid environment. For more information about\n requirements for managing on-premises machines using Systems Manager, see Using Amazon Web Services Systems Manager in\n hybrid and multicloud environments in the Amazon Web Services Systems Manager User Guide.

\n \n

Amazon Elastic Compute Cloud (Amazon EC2) instances, edge devices, and on-premises servers and VMs that are\n configured for Systems Manager are all called managed nodes.

\n
" } }, "com.amazonaws.ssm#CreateActivationRequest": { @@ -5881,7 +5881,7 @@ } ], "traits": { - "smithy.api#documentation": "

A State Manager association defines the state that you want to maintain on your managed\n nodes. For example, an association can specify that anti-virus software must be installed and\n running on your managed nodes, or that certain ports must be closed. For static targets, the\n association specifies a schedule for when the configuration is reapplied. For dynamic targets,\n such as an Amazon Web Services resource group or an Amazon Web Services autoscaling group, State Manager, a capability of\n Amazon Web Services Systems Manager applies the configuration when new managed nodes are added to the group. The\n association also specifies actions to take when applying the configuration. For example, an\n association for anti-virus software might run once a day. If the software isn't installed, then\n State Manager installs it. If the software is installed, but the service isn't running, then the\n association might instruct State Manager to start the service.

" + "smithy.api#documentation": "

A State Manager association defines the state that you want to maintain on your managed\n nodes. For example, an association can specify that anti-virus software must be installed and\n running on your managed nodes, or that certain ports must be closed. For static targets, the\n association specifies a schedule for when the configuration is reapplied. For dynamic targets,\n such as an Amazon Web Services resource group or an Amazon Web Services autoscaling group, State Manager, a tool in Amazon Web Services Systems Manager\n applies the configuration when new managed nodes are added to the group. The association also\n specifies actions to take when applying the configuration. For example, an association for\n anti-virus software might run once a day. If the software isn't installed, then State Manager\n installs it. If the software is installed, but the service isn't running, then the association\n might instruct State Manager to start the service.

" } }, "com.amazonaws.ssm#CreateAssociationBatch": { @@ -5988,7 +5988,7 @@ "AutomationTargetParameterName": { "target": "com.amazonaws.ssm#AutomationTargetParameterName", "traits": { - "smithy.api#documentation": "

Specify the target for the association. This target is required for associations that use an\n Automation runbook and target resources by using rate controls. Automation is a capability of\n Amazon Web Services Systems Manager.

" + "smithy.api#documentation": "

Specify the target for the association. This target is required for associations that use an\n Automation runbook and target resources by using rate controls. Automation is a tool in\n Amazon Web Services Systems Manager.

" } }, "DocumentVersion": { @@ -6042,7 +6042,7 @@ "SyncCompliance": { "target": "com.amazonaws.ssm#AssociationSyncCompliance", "traits": { - "smithy.api#documentation": "

The mode for generating association compliance. You can specify AUTO or\n MANUAL. In AUTO mode, the system uses the status of the association\n execution to determine the compliance status. If the association execution runs successfully,\n then the association is COMPLIANT. If the association execution doesn't run\n successfully, the association is NON-COMPLIANT.

\n

In MANUAL mode, you must specify the AssociationId as a parameter\n for the PutComplianceItems API operation. In this case, compliance data isn't\n managed by State Manager, a capability of Amazon Web Services Systems Manager. It is managed by your direct call to the\n PutComplianceItems API operation.

\n

By default, all associations use AUTO mode.

" + "smithy.api#documentation": "

The mode for generating association compliance. You can specify AUTO or\n MANUAL. In AUTO mode, the system uses the status of the association\n execution to determine the compliance status. If the association execution runs successfully,\n then the association is COMPLIANT. If the association execution doesn't run\n successfully, the association is NON-COMPLIANT.

\n

In MANUAL mode, you must specify the AssociationId as a parameter\n for the PutComplianceItems API operation. In this case, compliance data isn't\n managed by State Manager, a tool in Amazon Web Services Systems Manager. It is managed by your direct call to the PutComplianceItems API operation.

\n

By default, all associations use AUTO mode.

" } }, "ApplyOnlyAtCronInterval": { @@ -6165,7 +6165,7 @@ "AutomationTargetParameterName": { "target": "com.amazonaws.ssm#AutomationTargetParameterName", "traits": { - "smithy.api#documentation": "

Choose the parameter that will define how your automation will branch out. This target is\n required for associations that use an Automation runbook and target resources by using rate\n controls. Automation is a capability of Amazon Web Services Systems Manager.

" + "smithy.api#documentation": "

Choose the parameter that will define how your automation will branch out. This target is\n required for associations that use an Automation runbook and target resources by using rate\n controls. Automation is a tool in Amazon Web Services Systems Manager.

" } }, "MaxErrors": { @@ -10327,7 +10327,7 @@ "target": "com.amazonaws.ssm#Integer", "traits": { "smithy.api#default": null, - "smithy.api#documentation": "

The number of managed nodes with NotApplicable patches beyond the supported\n limit, which aren't reported by name to Inventory. Inventory is a capability of Amazon Web Services Systems Manager.

" + "smithy.api#documentation": "

The number of managed nodes with NotApplicable patches beyond the supported\n limit, which aren't reported by name to Inventory. Inventory is a tool in Amazon Web Services Systems Manager.

" } }, "InstancesWithCriticalNonCompliantPatches": { @@ -10619,7 +10619,7 @@ } ], "traits": { - "smithy.api#documentation": "

Deletes the association between an OpsItem and a related item. For example, this API\n operation can delete an Incident Manager incident from an OpsItem. Incident Manager is a capability of\n Amazon Web Services Systems Manager.

" + "smithy.api#documentation": "

Deletes the association between an OpsItem and a related item. For example, this API\n operation can delete an Incident Manager incident from an OpsItem. Incident Manager is a tool in\n Amazon Web Services Systems Manager.

" } }, "com.amazonaws.ssm#DisassociateOpsItemRelatedItemRequest": { @@ -12220,7 +12220,7 @@ } ], "traits": { - "smithy.api#documentation": "

Gets the state of a Amazon Web Services Systems Manager change calendar at the current time or a specified time. If\n you specify a time, GetCalendarState returns the state of the calendar at that\n specific time, and returns the next time that the change calendar state will transition. If you\n don't specify a time, GetCalendarState uses the current time. Change Calendar\n entries have two possible states: OPEN or CLOSED.

\n

If you specify more than one calendar in a request, the command returns the status of\n OPEN only if all calendars in the request are open. If one or more calendars in the\n request are closed, the status returned is CLOSED.

\n

For more information about Change Calendar, a capability of Amazon Web Services Systems Manager, see Amazon Web Services Systems Manager Change Calendar in the Amazon Web Services Systems Manager User Guide.

" + "smithy.api#documentation": "

Gets the state of a Amazon Web Services Systems Manager change calendar at the current time or a specified time. If\n you specify a time, GetCalendarState returns the state of the calendar at that\n specific time, and returns the next time that the change calendar state will transition. If you\n don't specify a time, GetCalendarState uses the current time. Change Calendar\n entries have two possible states: OPEN or CLOSED.

\n

If you specify more than one calendar in a request, the command returns the status of\n OPEN only if all calendars in the request are open. If one or more calendars in the\n request are closed, the status returned is CLOSED.

\n

For more information about Change Calendar, a tool in Amazon Web Services Systems Manager, see Amazon Web Services Systems Manager Change Calendar in the Amazon Web Services Systems Manager User Guide.

" } }, "com.amazonaws.ssm#GetCalendarStateRequest": { @@ -12654,7 +12654,7 @@ } ], "traits": { - "smithy.api#documentation": "

Retrieves the current snapshot for the patch baseline the managed node uses. This API is\n primarily used by the AWS-RunPatchBaseline Systems Manager document (SSM document).

\n \n

If you run the command locally, such as with the Command Line Interface (CLI), the system attempts to use your local Amazon Web Services credentials and the operation fails. To avoid\n this, you can run the command in the Amazon Web Services Systems Manager console. Use Run Command, a capability of\n Amazon Web Services Systems Manager, with an SSM document that enables you to target a managed node with a script or\n command. For example, run the command using the AWS-RunShellScript document or the\n AWS-RunPowerShellScript document.

\n
" + "smithy.api#documentation": "

Retrieves the current snapshot for the patch baseline the managed node uses. This API is\n primarily used by the AWS-RunPatchBaseline Systems Manager document (SSM document).

\n \n

If you run the command locally, such as with the Command Line Interface (CLI), the system attempts to use your local Amazon Web Services credentials and the operation fails. To avoid\n this, you can run the command in the Amazon Web Services Systems Manager console. Use Run Command, a tool in Amazon Web Services Systems Manager,\n with an SSM document that enables you to target a managed node with a script or command. For\n example, run the command using the AWS-RunShellScript document or the\n AWS-RunPowerShellScript document.

\n
" } }, "com.amazonaws.ssm#GetDeployablePatchSnapshotForInstanceRequest": { @@ -14199,7 +14199,7 @@ } ], "traits": { - "smithy.api#documentation": "

Retrieve information about one or more parameters in a specific hierarchy.

\n

Request results are returned on a best-effort basis. If you specify MaxResults\n in the request, the response includes information up to the limit specified. The number of items\n returned, however, can be between zero and the value of MaxResults. If the service\n reaches an internal limit while processing the results, it stops the operation and returns the\n matching values up to that point and a NextToken. You can specify the\n NextToken in a subsequent call to get the next set of results.

", + "smithy.api#documentation": "

Retrieve information about one or more parameters under a specified level in a hierarchy.

\n

Request results are returned on a best-effort basis. If you specify MaxResults\n in the request, the response includes information up to the limit specified. The number of items\n returned, however, can be between zero and the value of MaxResults. If the service\n reaches an internal limit while processing the results, it stops the operation and returns the\n matching values up to that point and a NextToken. You can specify the\n NextToken in a subsequent call to get the next set of results.

", "smithy.api#paginated": { "inputToken": "NextToken", "outputToken": "NextToken", @@ -15499,7 +15499,7 @@ "target": "com.amazonaws.ssm#PatchUnreportedNotApplicableCount", "traits": { "smithy.api#default": null, - "smithy.api#documentation": "

The number of patches beyond the supported limit of NotApplicableCount that\n aren't reported by name to Inventory. Inventory is a capability of Amazon Web Services Systems Manager.

" + "smithy.api#documentation": "

The number of patches beyond the supported limit of NotApplicableCount that\n aren't reported by name to Inventory. Inventory is a tool in Amazon Web Services Systems Manager.

" } }, "NotApplicableCount": { @@ -17900,7 +17900,7 @@ } ], "traits": { - "smithy.api#documentation": "

Returns all State Manager associations in the current Amazon Web Services account and Amazon Web Services Region. You\n can limit the results to a specific State Manager association document or managed node by\n specifying a filter. State Manager is a capability of Amazon Web Services Systems Manager.

", + "smithy.api#documentation": "

Returns all State Manager associations in the current Amazon Web Services account and Amazon Web Services Region. You\n can limit the results to a specific State Manager association document or managed node by\n specifying a filter. State Manager is a tool in Amazon Web Services Systems Manager.

", "smithy.api#paginated": { "inputToken": "NextToken", "outputToken": "NextToken", @@ -19021,7 +19021,7 @@ } ], "traits": { - "smithy.api#documentation": "

Lists all related-item resources associated with a Systems Manager OpsCenter OpsItem. OpsCenter is a\n capability of Amazon Web Services Systems Manager.

", + "smithy.api#documentation": "

Lists all related-item resources associated with a Systems Manager OpsCenter OpsItem. OpsCenter is a\n tool in Amazon Web Services Systems Manager.

", "smithy.api#paginated": { "inputToken": "NextToken", "outputToken": "NextToken", @@ -23617,7 +23617,7 @@ "PolicyType": { "target": "com.amazonaws.ssm#String", "traits": { - "smithy.api#documentation": "

The type of policy. Parameter Store, a capability of Amazon Web Services Systems Manager, supports the following\n policy types: Expiration, ExpirationNotification, and NoChangeNotification.

" + "smithy.api#documentation": "

The type of policy. Parameter Store, a tool in Amazon Web Services Systems Manager, supports the following policy\n types: Expiration, ExpirationNotification, and NoChangeNotification.

" } }, "PolicyStatus": { @@ -25690,7 +25690,7 @@ "Value": { "target": "com.amazonaws.ssm#PSParameterValue", "traits": { - "smithy.api#documentation": "

The parameter value that you want to add to the system. Standard parameters have a value\n limit of 4 KB. Advanced parameters have a value limit of 8 KB.

\n \n

Parameters can't be referenced or nested in the values of other parameters. You can't\n include {{}} or {{ssm:parameter-name}} in a\n parameter value.

\n
", + "smithy.api#documentation": "

The parameter value that you want to add to the system. Standard parameters have a value\n limit of 4 KB. Advanced parameters have a value limit of 8 KB.

\n \n

Parameters can't be referenced or nested in the values of other parameters. You can't\n include values wrapped in double brackets {{}} or\n {{ssm:parameter-name}} in a parameter value.

\n
", "smithy.api#required": {} } }, @@ -25734,7 +25734,7 @@ "Policies": { "target": "com.amazonaws.ssm#ParameterPolicies", "traits": { - "smithy.api#documentation": "

One or more policies to apply to a parameter. This operation takes a JSON array. Parameter\n Store, a capability of Amazon Web Services Systems Manager supports the following policy types:

\n

Expiration: This policy deletes the parameter after it expires. When you create the policy,\n you specify the expiration date. You can update the expiration date and time by updating the\n policy. Updating the parameter doesn't affect the expiration date and time.\n When the expiration time is reached, Parameter Store deletes the parameter.

\n

ExpirationNotification: This policy initiates an event in Amazon CloudWatch Events that\n notifies you about the expiration. By using this policy, you can receive notification before or\n after the expiration time is reached, in units of days or hours.

\n

NoChangeNotification: This policy initiates a CloudWatch Events event if a parameter hasn't\n been modified for a specified period of time. This policy type is useful when, for example, a\n secret needs to be changed within a period of time, but it hasn't been changed.

\n

All existing policies are preserved until you send new policies or an empty policy. For more\n information about parameter policies, see Assigning parameter\n policies.

" + "smithy.api#documentation": "

One or more policies to apply to a parameter. This operation takes a JSON array. Parameter\n Store, a tool in Amazon Web Services Systems Manager supports the following policy types:

\n

Expiration: This policy deletes the parameter after it expires. When you create the policy,\n you specify the expiration date. You can update the expiration date and time by updating the\n policy. Updating the parameter doesn't affect the expiration date and time.\n When the expiration time is reached, Parameter Store deletes the parameter.

\n

ExpirationNotification: This policy initiates an event in Amazon CloudWatch Events that\n notifies you about the expiration. By using this policy, you can receive notification before or\n after the expiration time is reached, in units of days or hours.

\n

NoChangeNotification: This policy initiates a CloudWatch Events event if a parameter hasn't\n been modified for a specified period of time. This policy type is useful when, for example, a\n secret needs to be changed within a period of time, but it hasn't been changed.

\n

All existing policies are preserved until you send new policies or an empty policy. For more\n information about parameter policies, see Assigning parameter\n policies.

" } }, "DataType": { @@ -27892,7 +27892,7 @@ "CloudWatchOutputConfig": { "target": "com.amazonaws.ssm#CloudWatchOutputConfig", "traits": { - "smithy.api#documentation": "

Enables Amazon Web Services Systems Manager to send Run Command output to Amazon CloudWatch Logs. Run Command is a\n capability of Amazon Web Services Systems Manager.

" + "smithy.api#documentation": "

Enables Amazon Web Services Systems Manager to send Run Command output to Amazon CloudWatch Logs. Run Command is a\n tool in Amazon Web Services Systems Manager.

" } }, "AlarmConfiguration": { @@ -28659,7 +28659,7 @@ "Tags": { "target": "com.amazonaws.ssm#TagList", "traits": { - "smithy.api#documentation": "

Optional metadata that you assign to a resource. You can specify a maximum of five tags for\n an automation. Tags enable you to categorize a resource in different ways, such as by purpose,\n owner, or environment. For example, you might want to tag an automation to identify an\n environment or operating system. In this case, you could specify the following key-value\n pairs:

\n \n \n

To add tags to an existing automation, use the AddTagsToResource\n operation.

\n
" + "smithy.api#documentation": "

Optional metadata that you assign to a resource. You can specify a maximum of five tags for\n an automation. Tags enable you to categorize a resource in different ways, such as by purpose,\n owner, or environment. For example, you might want to tag an automation to identify an\n environment or operating system. In this case, you could specify the following key-value\n pairs:

\n \n \n

The Array Members maximum value is reported as 1000. This number includes\n capacity reserved for internal operations. When calling the\n StartAutomationExecution action, you can specify a maximum of 5 tags. You can,\n however, use the AddTagsToResource action to add up to a total of 50 tags to\n an existing automation configuration.

\n
" } }, "AlarmConfiguration": { @@ -28785,7 +28785,7 @@ "Tags": { "target": "com.amazonaws.ssm#TagList", "traits": { - "smithy.api#documentation": "

Optional metadata that you assign to a resource. You can specify a maximum of five tags for\n a change request. Tags enable you to categorize a resource in different ways, such as by\n purpose, owner, or environment. For example, you might want to tag a change request to identify\n an environment or target Amazon Web Services Region. In this case, you could specify the following key-value\n pairs:

\n " + "smithy.api#documentation": "

Optional metadata that you assign to a resource. You can specify a maximum of five tags for\n a change request. Tags enable you to categorize a resource in different ways, such as by\n purpose, owner, or environment. For example, you might want to tag a change request to identify\n an environment or target Amazon Web Services Region. In this case, you could specify the following key-value\n pairs:

\n \n \n

The Array Members maximum value is reported as 1000. This number includes\n capacity reserved for internal operations. When calling the\n StartChangeRequestExecution action, you can specify a maximum of 5 tags. You can,\n however, use the AddTagsToResource action to add up to a total of 50 tags to\n an existing change request configuration.

\n
" } }, "ScheduledEndTime": { @@ -28940,7 +28940,7 @@ "Parameters": { "target": "com.amazonaws.ssm#SessionManagerParameters", "traits": { - "smithy.api#documentation": "

The values you want to specify for the parameters defined in the Session\n document.

" + "smithy.api#documentation": "

The values you want to specify for the parameters defined in the Session document.\n For more information about these parameters, see Create a\n Session Manager preferences document in the\n Amazon Web Services Systems Manager User Guide.

" } } }, @@ -29474,7 +29474,7 @@ } }, "traits": { - "smithy.api#documentation": "

An array of search criteria that targets managed nodes using a key-value pair that you\n specify.

\n \n

One or more targets must be specified for maintenance window Run Command-type tasks.\n Depending on the task, targets are optional for other maintenance window task types (Automation,\n Lambda, and Step Functions). For more information about running tasks\n that don't specify targets, see Registering\n maintenance window tasks without targets in the\n Amazon Web Services Systems Manager User Guide.

\n
\n

Supported formats include the following.

\n

\n For all Systems Manager capabilities:\n

\n \n

\n For Automation and Change Manager:\n

\n \n

\n For Run Command and Maintenance Windows:\n

\n \n

\n For State Manager:\n

\n \n

For more information about how to send commands that target managed nodes using\n Key,Value parameters, see Targeting multiple managed nodes in the Amazon Web Services Systems Manager User Guide.

" + "smithy.api#documentation": "

An array of search criteria that targets managed nodes using a key-value pair that you\n specify.

\n \n

One or more targets must be specified for maintenance window Run Command-type tasks.\n Depending on the task, targets are optional for other maintenance window task types (Automation,\n Lambda, and Step Functions). For more information about running tasks\n that don't specify targets, see Registering\n maintenance window tasks without targets in the\n Amazon Web Services Systems Manager User Guide.

\n
\n

Supported formats include the following.

\n

\n For all Systems Manager tools:\n

\n \n

\n For Automation and Change Manager:\n

\n \n

\n For Run Command and Maintenance Windows:\n

\n \n

\n For State Manager:\n

\n \n

For more information about how to send commands that target managed nodes using\n Key,Value parameters, see Targeting multiple managed nodes in the Amazon Web Services Systems Manager User Guide.

" } }, "com.amazonaws.ssm#TargetCount": { @@ -30141,7 +30141,7 @@ "Parameters": { "target": "com.amazonaws.ssm#Parameters", "traits": { - "smithy.api#documentation": "

The parameters you want to update for the association. If you create a parameter using\n Parameter Store, a capability of Amazon Web Services Systems Manager, you can reference the parameter using\n {{ssm:parameter-name}}.

" + "smithy.api#documentation": "

The parameters you want to update for the association. If you create a parameter using\n Parameter Store, a tool in Amazon Web Services Systems Manager, you can reference the parameter using\n {{ssm:parameter-name}}.

" } }, "DocumentVersion": { @@ -30189,7 +30189,7 @@ "AutomationTargetParameterName": { "target": "com.amazonaws.ssm#AutomationTargetParameterName", "traits": { - "smithy.api#documentation": "

Choose the parameter that will define how your automation will branch out. This target is\n required for associations that use an Automation runbook and target resources by using rate\n controls. Automation is a capability of Amazon Web Services Systems Manager.

" + "smithy.api#documentation": "

Choose the parameter that will define how your automation will branch out. This target is\n required for associations that use an Automation runbook and target resources by using rate\n controls. Automation is a tool in Amazon Web Services Systems Manager.

" } }, "MaxErrors": { @@ -30213,7 +30213,7 @@ "SyncCompliance": { "target": "com.amazonaws.ssm#AssociationSyncCompliance", "traits": { - "smithy.api#documentation": "

The mode for generating association compliance. You can specify AUTO or\n MANUAL. In AUTO mode, the system uses the status of the association\n execution to determine the compliance status. If the association execution runs successfully,\n then the association is COMPLIANT. If the association execution doesn't run\n successfully, the association is NON-COMPLIANT.

\n

In MANUAL mode, you must specify the AssociationId as a parameter\n for the PutComplianceItems API operation. In this case, compliance data isn't\n managed by State Manager, a capability of Amazon Web Services Systems Manager. It is managed by your direct call to the\n PutComplianceItems API operation.

\n

By default, all associations use AUTO mode.

" + "smithy.api#documentation": "

The mode for generating association compliance. You can specify AUTO or\n MANUAL. In AUTO mode, the system uses the status of the association\n execution to determine the compliance status. If the association execution runs successfully,\n then the association is COMPLIANT. If the association execution doesn't run\n successfully, the association is NON-COMPLIANT.

\n

In MANUAL mode, you must specify the AssociationId as a parameter\n for the PutComplianceItems API operation. In this case, compliance data isn't\n managed by State Manager, a tool in Amazon Web Services Systems Manager. It is managed by your direct call to the PutComplianceItems API operation.

\n

By default, all associations use AUTO mode.

" } }, "ApplyOnlyAtCronInterval": { diff --git a/codegen/sdk-codegen/aws-models/sso-oidc.json b/codegen/sdk-codegen/aws-models/sso-oidc.json index ad40043c8de..7cd97dd1221 100644 --- a/codegen/sdk-codegen/aws-models/sso-oidc.json +++ b/codegen/sdk-codegen/aws-models/sso-oidc.json @@ -58,7 +58,7 @@ "name": "sso-oauth" }, "aws.protocols#restJson1": {}, - "smithy.api#documentation": "

IAM Identity Center OpenID Connect (OIDC) is a web service that enables a client (such as CLI\n or a native application) to register with IAM Identity Center. The service also enables the client to\n fetch the user’s access token upon successful authentication and authorization with\n IAM Identity Center.

\n \n

IAM Identity Center uses the sso and identitystore API namespaces.

\n
\n

\n Considerations for Using This Guide\n

\n

Before you begin using this guide, we recommend that you first review the following\n important information about how the IAM Identity Center OIDC service works.

\n \n

For general information about IAM Identity Center, see What is\n IAM Identity Center? in the IAM Identity Center User Guide.

", + "smithy.api#documentation": "

IAM Identity Center OpenID Connect (OIDC) is a web service that enables a client (such as CLI or a\n native application) to register with IAM Identity Center. The service also enables the client to fetch the\n user’s access token upon successful authentication and authorization with IAM Identity Center.

\n

\n API namespaces\n

\n

IAM Identity Center uses the sso and identitystore API namespaces. IAM Identity Center\n OpenID Connect uses the sso-oidc namespace.

\n

\n Considerations for using this guide\n

\n

Before you begin using this guide, we recommend that you first review the following\n important information about how the IAM Identity Center OIDC service works.

\n \n

For general information about IAM Identity Center, see What is\n IAM Identity Center? in the IAM Identity Center User Guide.

", "smithy.api#title": "AWS SSO OIDC", "smithy.rules#endpointRuleSet": { "version": "1.0", @@ -968,13 +968,13 @@ "error": { "target": "com.amazonaws.ssooidc#Error", "traits": { - "smithy.api#documentation": "

Single error code.\n For this exception the value will be access_denied.

" + "smithy.api#documentation": "

Single error code. For this exception the value will be access_denied.

" } }, "error_description": { "target": "com.amazonaws.ssooidc#ErrorDescription", "traits": { - "smithy.api#documentation": "

Human-readable text providing additional information, used to assist the\n client developer in understanding the error that occurred.

" + "smithy.api#documentation": "

Human-readable text providing additional information, used to assist the client developer\n in understanding the error that occurred.

" } } }, @@ -1008,13 +1008,13 @@ "error": { "target": "com.amazonaws.ssooidc#Error", "traits": { - "smithy.api#documentation": "

Single error code.\n For this exception the value will be authorization_pending.

" + "smithy.api#documentation": "

Single error code. For this exception the value will be\n authorization_pending.

" } }, "error_description": { "target": "com.amazonaws.ssooidc#ErrorDescription", "traits": { - "smithy.api#documentation": "

Human-readable text providing additional information, used to assist the\n client developer in understanding the error that occurred.

" + "smithy.api#documentation": "

Human-readable text providing additional information, used to assist the client developer\n in understanding the error that occurred.

" } } }, @@ -1090,7 +1090,7 @@ ], "traits": { "smithy.api#auth": [], - "smithy.api#documentation": "

Creates and returns access and refresh tokens for clients that are authenticated using\n client secrets. The access token can be used to fetch short-term credentials for the assigned\n AWS accounts or to access application APIs using bearer authentication.

", + "smithy.api#documentation": "

Creates and returns access and refresh tokens for clients that are authenticated using\n client secrets. The access token can be used to fetch short-lived credentials for the assigned\n AWS accounts or to access application APIs using bearer authentication.

", "smithy.api#examples": [ { "title": "Call OAuth/OIDC /token endpoint for Device Code grant with Secret authentication", @@ -1156,44 +1156,44 @@ "grantType": { "target": "com.amazonaws.ssooidc#GrantType", "traits": { - "smithy.api#documentation": "

Supports the following OAuth grant types: Device Code and Refresh Token.\n Specify either of the following values, depending on the grant type that you want:

\n

* Device Code - urn:ietf:params:oauth:grant-type:device_code\n

\n

* Refresh Token - refresh_token\n

\n

For information about how to obtain the device code, see the StartDeviceAuthorization topic.

", + "smithy.api#documentation": "

Supports the following OAuth grant types: Authorization Code, Device Code, and Refresh\n Token. Specify one of the following values, depending on the grant type that you want:

\n

* Authorization Code - authorization_code\n

\n

* Device Code - urn:ietf:params:oauth:grant-type:device_code\n

\n

* Refresh Token - refresh_token\n

", "smithy.api#required": {} } }, "deviceCode": { "target": "com.amazonaws.ssooidc#DeviceCode", "traits": { - "smithy.api#documentation": "

Used only when calling this API for the Device Code grant type. This short-term code is\n used to identify this authorization request. This comes from the result of the\n StartDeviceAuthorization API.

" + "smithy.api#documentation": "

Used only when calling this API for the Device Code grant type. This short-lived code is\n used to identify this authorization request. This comes from the result of the StartDeviceAuthorization API.

" } }, "code": { "target": "com.amazonaws.ssooidc#AuthCode", "traits": { - "smithy.api#documentation": "

Used only when calling this API for the Authorization Code grant type. The short-term code is\n used to identify this authorization request. This grant type is currently unsupported for the\n CreateToken API.

" + "smithy.api#documentation": "

Used only when calling this API for the Authorization Code grant type. The short-lived\n code is used to identify this authorization request.

" } }, "refreshToken": { "target": "com.amazonaws.ssooidc#RefreshToken", "traits": { - "smithy.api#documentation": "

Used only when calling this API for the Refresh Token grant type. This token is used to\n refresh short-term tokens, such as the access token, that might expire.

\n

For more information about the features and limitations of the current IAM Identity Center OIDC\n implementation, see Considerations for Using this Guide in the IAM Identity Center\n OIDC API Reference.

" + "smithy.api#documentation": "

Used only when calling this API for the Refresh Token grant type. This token is used to\n refresh short-lived tokens, such as the access token, that might expire.

\n

For more information about the features and limitations of the current IAM Identity Center OIDC\n implementation, see Considerations for Using this Guide in the IAM Identity Center\n OIDC API Reference.

" } }, "scope": { "target": "com.amazonaws.ssooidc#Scopes", "traits": { - "smithy.api#documentation": "

The list of scopes for which authorization is requested. The access token that is issued\n is limited to the scopes that are granted. If this value is not specified, IAM Identity Center authorizes\n all scopes that are configured for the client during the call to\n RegisterClient.

" + "smithy.api#documentation": "

The list of scopes for which authorization is requested. The access token that is issued\n is limited to the scopes that are granted. If this value is not specified, IAM Identity Center authorizes\n all scopes that are configured for the client during the call to RegisterClient.

" } }, "redirectUri": { "target": "com.amazonaws.ssooidc#URI", "traits": { - "smithy.api#documentation": "

Used only when calling this API for the Authorization Code grant type. This value specifies\n the location of the client or application that has registered to receive the authorization\n code.

" + "smithy.api#documentation": "

Used only when calling this API for the Authorization Code grant type. This value\n specifies the location of the client or application that has registered to receive the\n authorization code.

" } }, "codeVerifier": { "target": "com.amazonaws.ssooidc#CodeVerifier", "traits": { - "smithy.api#documentation": "

Used only when calling this API for the Authorization Code grant type. This value is generated\n by the client and presented to validate the original code challenge value the client passed at\n authorization time.

" + "smithy.api#documentation": "

Used only when calling this API for the Authorization Code grant type. This value is\n generated by the client and presented to validate the original code challenge value the client\n passed at authorization time.

" } } }, @@ -1226,13 +1226,13 @@ "refreshToken": { "target": "com.amazonaws.ssooidc#RefreshToken", "traits": { - "smithy.api#documentation": "

A token that, if present, can be used to refresh a previously issued access token that\n might have expired.

\n

For more\n information about the features and limitations of the current IAM Identity Center OIDC implementation,\n see Considerations for Using this Guide in the IAM Identity Center\n OIDC API Reference.

" + "smithy.api#documentation": "

A token that, if present, can be used to refresh a previously issued access token that\n might have expired.

\n

For more information about the features and limitations of the current IAM Identity Center OIDC\n implementation, see Considerations for Using this Guide in the IAM Identity Center\n OIDC API Reference.

" } }, "idToken": { "target": "com.amazonaws.ssooidc#IdToken", "traits": { - "smithy.api#documentation": "

The idToken is not implemented or supported. For more information about the\n features and limitations of the current IAM Identity Center OIDC implementation, see Considerations\n for Using this Guide in the IAM Identity Center\n OIDC API Reference.

\n

A JSON Web Token (JWT) that identifies who is associated with the issued access token.\n

" + "smithy.api#documentation": "

The idToken is not implemented or supported. For more information about the\n features and limitations of the current IAM Identity Center OIDC implementation, see\n Considerations for Using this Guide in the IAM Identity Center\n OIDC API Reference.

\n

A JSON Web Token (JWT) that identifies who is associated with the issued access token.\n

" } } }, @@ -1287,7 +1287,7 @@ } ], "traits": { - "smithy.api#documentation": "

Creates and returns access and refresh tokens for clients and applications that are\n authenticated using IAM entities. The access token can be used to fetch short-term credentials\n for the assigned Amazon Web Services accounts or to access application APIs using bearer\n authentication.

", + "smithy.api#documentation": "

Creates and returns access and refresh tokens for clients and applications that are\n authenticated using IAM entities. The access token can be used to fetch short-lived\n credentials for the assigned Amazon Web Services accounts or to access application APIs using\n bearer authentication.

", "smithy.api#examples": [ { "title": "Call OAuth/OIDC /token endpoint for Authorization Code grant with IAM authentication", @@ -1318,18 +1318,19 @@ } }, { - "title": "Call OAuth/OIDC /token endpoint for Refresh Token grant with IAM authentication", + "title": "Call OAuth/OIDC /token endpoint for JWT Bearer grant with IAM authentication", "documentation": "", "input": { "clientId": "arn:aws:sso::123456789012:application/ssoins-111111111111/apl-222222222222", - "grantType": "refresh_token", - "refreshToken": "aorvJYubGpU6i91YnH7Mfo-AT2fIVa1zCfA_Rvq9yjVKIP3onFmmykuQ7E93y2I-9Nyj-A_sVvMufaLNL0bqnDRtgAkc0:MGUCMFrRsktMRVlWaOR70XGMFGLL0SlcCw4DiYveIiOVx1uK9BbD0gvAddsW3UTLozXKMgIxAJ3qxUvjpnlLIOaaKOoa/FuNgqJVvr9GMwDtnAtlh9iZzAkEXAMPLEREFRESHTOKEN" + "grantType": "urn:ietf:params:oauth:grant-type:jwt-bearer", + "assertion": "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImtpZCI6IjFMVE16YWtpaGlSbGFfOHoyQkVKVlhlV01xbyJ9.eyJ2ZXIiOiIyLjAiLCJpc3MiOiJodHRwczovL2xvZ2luLm1pY3Jvc29mdG9ubGluZS5jb20vOTEyMjA0MGQtNmM2Ny00YzViLWIxMTItMzZhMzA0YjY2ZGFkL3YyLjAiLCJzdWIiOiJBQUFBQUFBQUFBQUFBQUFBQUFBQUFJa3pxRlZyU2FTYUZIeTc4MmJidGFRIiwiYXVkIjoiNmNiMDQwMTgtYTNmNS00NmE3LWI5OTUtOTQwYzc4ZjVhZWYzIiwiZXhwIjoxNTM2MzYxNDExLCJpYXQiOjE1MzYyNzQ3MTEsIm5iZiI6MTUzNjI3NDcxMSwibmFtZSI6IkFiZSBMaW5jb2xuIiwicHJlZmVycmVkX3VzZXJuYW1lIjoiQWJlTGlAbWljcm9zb2Z0LmNvbSIsIm9pZCI6IjAwMDAwMDAwLTAwMDAtMDAwMC02NmYzLTMzMzJlY2E3ZWE4MSIsInRpZCI6IjkxMjIwNDBkLTZjNjctNGM1Yi1iMTEyLTM2YTMwNGI2NmRhZCIsIm5vbmNlIjoiMTIzNTIzIiwiYWlvIjoiRGYyVVZYTDFpeCFsTUNXTVNPSkJjRmF0emNHZnZGR2hqS3Y4cTVnMHg3MzJkUjVNQjVCaXN2R1FPN1lXQnlqZDhpUURMcSFlR2JJRGFreXA1bW5PcmNkcUhlWVNubHRlcFFtUnA2QUlaOGpZIn0.1AFWW-Ck5nROwSlltm7GzZvDwUkqvhSQpm55TQsmVo9Y59cLhRXpvB8n-55HCr9Z6G_31_UbeUkoz612I2j_Sm9FFShSDDjoaLQr54CreGIJvjtmS3EkK9a7SJBbcpL1MpUtlfygow39tFjY7EVNW9plWUvRrTgVk7lYLprvfzw-CIqw3gHC-T7IK_m_xkr08INERBtaecwhTeN4chPC4W3jdmw_lIxzC48YoQ0dB1L9-ImX98Egypfrlbm0IBL5spFzL6JDZIRRJOu8vecJvj1mq-IUhGt0MacxX8jdxYLP-KUu2d9MbNKpCKJuZ7p8gwTL5B7NlUdh_dmSviPWrw" }, "output": { "accessToken": "aoal-YigITUDiNX1xZwOMXM5MxOWDL0E0jg9P6_C_jKQPxS_SKCP6f0kh1Up4g7TtvQqkMnD-GJiU_S1gvug6SrggAkc0:MGYCMQD3IatVjV7jAJU91kK3PkS/SfA2wtgWzOgZWDOR7sDGN9t0phCZz5It/aes/3C1Zj0CMQCKWOgRaiz6AIhza3DSXQNMLjRKXC8F8ceCsHlgYLMZ7hZidEXAMPLEACCESSTOKEN", "tokenType": "Bearer", "expiresIn": 1579729529, "refreshToken": "aorvJYubGpU6i91YnH7Mfo-AT2fIVa1zCfA_Rvq9yjVKIP3onFmmykuQ7E93y2I-9Nyj-A_sVvMufaLNL0bqnDRtgAkc0:MGUCMFrRsktMRVlWaOR70XGMFGLL0SlcCw4DiYveIiOVx1uK9BbD0gvAddsW3UTLozXKMgIxAJ3qxUvjpnlLIOaaKOoa/FuNgqJVvr9GMwDtnAtlh9iZzAkEXAMPLEREFRESHTOKEN", + "idToken": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhd3M6aWRlbnRpdHlfc3RvcmVfaWQiOiJkLTMzMzMzMzMzMzMiLCJzdWIiOiI3MzA0NDhmMi1lMGExLTcwYTctYzk1NC0wMDAwMDAwMDAwMDAiLCJhd3M6aW5zdGFuY2VfYWNjb3VudCI6IjExMTExMTExMTExMSIsInN0czppZGVudGl0eV9jb250ZXh0IjoiRVhBTVBMRUlERU5USVRZQ09OVEVYVCIsInN0czphdWRpdF9jb250ZXh0IjoiRVhBTVBMRUFVRElUQ09OVEVYVCIsImlzcyI6Imh0dHBzOi8vaWRlbnRpdHljZW50ZXIuYW1hem9uYXdzLmNvbS9zc29pbnMtMTExMTExMTExMTExIiwiYXdzOmlkZW50aXR5X3N0b3JlX2FybiI6ImFybjphd3M6aWRlbnRpdHlzdG9yZTo6MTExMTExMTExMTExOmlkZW50aXR5c3RvcmUvZC0zMzMzMzMzMzMzIiwiYXVkIjoiYXJuOmF3czpzc286OjEyMzQ1Njc4OTAxMjphcHBsaWNhdGlvbi9zc29pbnMtMTExMTExMTExMTExL2FwbC0yMjIyMjIyMjIyMjIiLCJhd3M6aW5zdGFuY2VfYXJuIjoiYXJuOmF3czpzc286OjppbnN0YW5jZS9zc29pbnMtMTExMTExMTExMTExIiwiYXdzOmNyZWRlbnRpYWxfaWQiOiJfWlIyTjZhVkJqMjdGUEtheWpfcEtwVjc3QVBERl80MXB4ZXRfWWpJdUpONlVJR2RBdkpFWEFNUExFQ1JFRElEIiwiYXV0aF90aW1lIjoiMjAyMC0wMS0yMlQxMjo0NToyOVoiLCJleHAiOjE1Nzk3Mjk1MjksImlhdCI6MTU3OTcyNTkyOX0.Xyah6qbk78qThzJ41iFU2yfGuRqqtKXHrJYwQ8L9Ip0", "issuedTokenType": "urn:ietf:params:oauth:token-type:refresh_token", "scope": [ "openid", @@ -1339,19 +1340,18 @@ } }, { - "title": "Call OAuth/OIDC /token endpoint for JWT Bearer grant with IAM authentication", + "title": "Call OAuth/OIDC /token endpoint for Refresh Token grant with IAM authentication", "documentation": "", "input": { "clientId": "arn:aws:sso::123456789012:application/ssoins-111111111111/apl-222222222222", - "grantType": "urn:ietf:params:oauth:grant-type:jwt-bearer", - "assertion": "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImtpZCI6IjFMVE16YWtpaGlSbGFfOHoyQkVKVlhlV01xbyJ9.eyJ2ZXIiOiIyLjAiLCJpc3MiOiJodHRwczovL2xvZ2luLm1pY3Jvc29mdG9ubGluZS5jb20vOTEyMjA0MGQtNmM2Ny00YzViLWIxMTItMzZhMzA0YjY2ZGFkL3YyLjAiLCJzdWIiOiJBQUFBQUFBQUFBQUFBQUFBQUFBQUFJa3pxRlZyU2FTYUZIeTc4MmJidGFRIiwiYXVkIjoiNmNiMDQwMTgtYTNmNS00NmE3LWI5OTUtOTQwYzc4ZjVhZWYzIiwiZXhwIjoxNTM2MzYxNDExLCJpYXQiOjE1MzYyNzQ3MTEsIm5iZiI6MTUzNjI3NDcxMSwibmFtZSI6IkFiZSBMaW5jb2xuIiwicHJlZmVycmVkX3VzZXJuYW1lIjoiQWJlTGlAbWljcm9zb2Z0LmNvbSIsIm9pZCI6IjAwMDAwMDAwLTAwMDAtMDAwMC02NmYzLTMzMzJlY2E3ZWE4MSIsInRpZCI6IjkxMjIwNDBkLTZjNjctNGM1Yi1iMTEyLTM2YTMwNGI2NmRhZCIsIm5vbmNlIjoiMTIzNTIzIiwiYWlvIjoiRGYyVVZYTDFpeCFsTUNXTVNPSkJjRmF0emNHZnZGR2hqS3Y4cTVnMHg3MzJkUjVNQjVCaXN2R1FPN1lXQnlqZDhpUURMcSFlR2JJRGFreXA1bW5PcmNkcUhlWVNubHRlcFFtUnA2QUlaOGpZIn0.1AFWW-Ck5nROwSlltm7GzZvDwUkqvhSQpm55TQsmVo9Y59cLhRXpvB8n-55HCr9Z6G_31_UbeUkoz612I2j_Sm9FFShSDDjoaLQr54CreGIJvjtmS3EkK9a7SJBbcpL1MpUtlfygow39tFjY7EVNW9plWUvRrTgVk7lYLprvfzw-CIqw3gHC-T7IK_m_xkr08INERBtaecwhTeN4chPC4W3jdmw_lIxzC48YoQ0dB1L9-ImX98Egypfrlbm0IBL5spFzL6JDZIRRJOu8vecJvj1mq-IUhGt0MacxX8jdxYLP-KUu2d9MbNKpCKJuZ7p8gwTL5B7NlUdh_dmSviPWrw" + "grantType": "refresh_token", + "refreshToken": "aorvJYubGpU6i91YnH7Mfo-AT2fIVa1zCfA_Rvq9yjVKIP3onFmmykuQ7E93y2I-9Nyj-A_sVvMufaLNL0bqnDRtgAkc0:MGUCMFrRsktMRVlWaOR70XGMFGLL0SlcCw4DiYveIiOVx1uK9BbD0gvAddsW3UTLozXKMgIxAJ3qxUvjpnlLIOaaKOoa/FuNgqJVvr9GMwDtnAtlh9iZzAkEXAMPLEREFRESHTOKEN" }, "output": { "accessToken": "aoal-YigITUDiNX1xZwOMXM5MxOWDL0E0jg9P6_C_jKQPxS_SKCP6f0kh1Up4g7TtvQqkMnD-GJiU_S1gvug6SrggAkc0:MGYCMQD3IatVjV7jAJU91kK3PkS/SfA2wtgWzOgZWDOR7sDGN9t0phCZz5It/aes/3C1Zj0CMQCKWOgRaiz6AIhza3DSXQNMLjRKXC8F8ceCsHlgYLMZ7hZidEXAMPLEACCESSTOKEN", "tokenType": "Bearer", "expiresIn": 1579729529, "refreshToken": "aorvJYubGpU6i91YnH7Mfo-AT2fIVa1zCfA_Rvq9yjVKIP3onFmmykuQ7E93y2I-9Nyj-A_sVvMufaLNL0bqnDRtgAkc0:MGUCMFrRsktMRVlWaOR70XGMFGLL0SlcCw4DiYveIiOVx1uK9BbD0gvAddsW3UTLozXKMgIxAJ3qxUvjpnlLIOaaKOoa/FuNgqJVvr9GMwDtnAtlh9iZzAkEXAMPLEREFRESHTOKEN", - "idToken": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhd3M6aWRlbnRpdHlfc3RvcmVfaWQiOiJkLTMzMzMzMzMzMzMiLCJzdWIiOiI3MzA0NDhmMi1lMGExLTcwYTctYzk1NC0wMDAwMDAwMDAwMDAiLCJhd3M6aW5zdGFuY2VfYWNjb3VudCI6IjExMTExMTExMTExMSIsInN0czppZGVudGl0eV9jb250ZXh0IjoiRVhBTVBMRUlERU5USVRZQ09OVEVYVCIsInN0czphdWRpdF9jb250ZXh0IjoiRVhBTVBMRUFVRElUQ09OVEVYVCIsImlzcyI6Imh0dHBzOi8vaWRlbnRpdHljZW50ZXIuYW1hem9uYXdzLmNvbS9zc29pbnMtMTExMTExMTExMTExIiwiYXdzOmlkZW50aXR5X3N0b3JlX2FybiI6ImFybjphd3M6aWRlbnRpdHlzdG9yZTo6MTExMTExMTExMTExOmlkZW50aXR5c3RvcmUvZC0zMzMzMzMzMzMzIiwiYXVkIjoiYXJuOmF3czpzc286OjEyMzQ1Njc4OTAxMjphcHBsaWNhdGlvbi9zc29pbnMtMTExMTExMTExMTExL2FwbC0yMjIyMjIyMjIyMjIiLCJhd3M6aW5zdGFuY2VfYXJuIjoiYXJuOmF3czpzc286OjppbnN0YW5jZS9zc29pbnMtMTExMTExMTExMTExIiwiYXdzOmNyZWRlbnRpYWxfaWQiOiJfWlIyTjZhVkJqMjdGUEtheWpfcEtwVjc3QVBERl80MXB4ZXRfWWpJdUpONlVJR2RBdkpFWEFNUExFQ1JFRElEIiwiYXV0aF90aW1lIjoiMjAyMC0wMS0yMlQxMjo0NToyOVoiLCJleHAiOjE1Nzk3Mjk1MjksImlhdCI6MTU3OTcyNTkyOX0.Xyah6qbk78qThzJ41iFU2yfGuRqqtKXHrJYwQ8L9Ip0", "issuedTokenType": "urn:ietf:params:oauth:token-type:refresh_token", "scope": [ "openid", @@ -1411,37 +1411,37 @@ "code": { "target": "com.amazonaws.ssooidc#AuthCode", "traits": { - "smithy.api#documentation": "

Used only when calling this API for the Authorization Code grant type. This short-term\n code is used to identify this authorization request. The code is obtained through a redirect\n from IAM Identity Center to a redirect URI persisted in the Authorization Code GrantOptions for the\n application.

" + "smithy.api#documentation": "

Used only when calling this API for the Authorization Code grant type. This short-lived\n code is used to identify this authorization request. The code is obtained through a redirect\n from IAM Identity Center to a redirect URI persisted in the Authorization Code GrantOptions for the\n application.

" } }, "refreshToken": { "target": "com.amazonaws.ssooidc#RefreshToken", "traits": { - "smithy.api#documentation": "

Used only when calling this API for the Refresh Token grant type. This token is used to\n refresh short-term tokens, such as the access token, that might expire.

\n

For more information about the features and limitations of the current IAM Identity Center OIDC\n implementation, see Considerations for Using this Guide in the IAM Identity Center\n OIDC API Reference.

" + "smithy.api#documentation": "

Used only when calling this API for the Refresh Token grant type. This token is used to\n refresh short-lived tokens, such as the access token, that might expire.

\n

For more information about the features and limitations of the current IAM Identity Center OIDC\n implementation, see Considerations for Using this Guide in the IAM Identity Center\n OIDC API Reference.

" } }, "assertion": { "target": "com.amazonaws.ssooidc#Assertion", "traits": { - "smithy.api#documentation": "

Used only when calling this API for the JWT Bearer grant type. This value specifies the JSON\n Web Token (JWT) issued by a trusted token issuer. To authorize a trusted token issuer,\n configure the JWT Bearer GrantOptions for the application.

" + "smithy.api#documentation": "

Used only when calling this API for the JWT Bearer grant type. This value specifies the\n JSON Web Token (JWT) issued by a trusted token issuer. To authorize a trusted token issuer,\n configure the JWT Bearer GrantOptions for the application.

" } }, "scope": { "target": "com.amazonaws.ssooidc#Scopes", "traits": { - "smithy.api#documentation": "

The list of scopes for which authorization is requested. The access token that is issued\n is limited to the scopes that are granted. If the value is not specified, IAM Identity Center authorizes all\n scopes configured for the application, including the following default scopes:\n openid, aws, sts:identity_context.

" + "smithy.api#documentation": "

The list of scopes for which authorization is requested. The access token that is issued\n is limited to the scopes that are granted. If the value is not specified, IAM Identity Center authorizes all\n scopes configured for the application, including the following default scopes:\n openid, aws, sts:identity_context.

" } }, "redirectUri": { "target": "com.amazonaws.ssooidc#URI", "traits": { - "smithy.api#documentation": "

Used only when calling this API for the Authorization Code grant type. This value specifies\n the location of the client or application that has registered to receive the authorization code.\n

" + "smithy.api#documentation": "

Used only when calling this API for the Authorization Code grant type. This value\n specifies the location of the client or application that has registered to receive the\n authorization code.

" } }, "subjectToken": { "target": "com.amazonaws.ssooidc#SubjectToken", "traits": { - "smithy.api#documentation": "

Used only when calling this API for the Token Exchange grant type. This value specifies\n the subject of the exchange. The value of the subject token must be an access token issued by\n IAM Identity Center to a different client or application. The access token must have authorized scopes\n that indicate the requested application as a target audience.

" + "smithy.api#documentation": "

Used only when calling this API for the Token Exchange grant type. This value specifies\n the subject of the exchange. The value of the subject token must be an access token issued by\n IAM Identity Center to a different client or application. The access token must have authorized scopes that\n indicate the requested application as a target audience.

" } }, "subjectTokenType": { @@ -1459,7 +1459,7 @@ "codeVerifier": { "target": "com.amazonaws.ssooidc#CodeVerifier", "traits": { - "smithy.api#documentation": "

Used only when calling this API for the Authorization Code grant type. This value is generated\n by the client and presented to validate the original code challenge value the client passed at\n authorization time.

" + "smithy.api#documentation": "

Used only when calling this API for the Authorization Code grant type. This value is\n generated by the client and presented to validate the original code challenge value the client\n passed at authorization time.

" } } }, @@ -1492,25 +1492,25 @@ "refreshToken": { "target": "com.amazonaws.ssooidc#RefreshToken", "traits": { - "smithy.api#documentation": "

A token that, if present, can be used to refresh a previously issued access token that\n might have expired.

\n

For more\n information about the features and limitations of the current IAM Identity Center OIDC implementation,\n see Considerations for Using this Guide in the IAM Identity Center\n OIDC API Reference.

" + "smithy.api#documentation": "

A token that, if present, can be used to refresh a previously issued access token that\n might have expired.

\n

For more information about the features and limitations of the current IAM Identity Center OIDC\n implementation, see Considerations for Using this Guide in the IAM Identity Center\n OIDC API Reference.

" } }, "idToken": { "target": "com.amazonaws.ssooidc#IdToken", "traits": { - "smithy.api#documentation": "

A JSON Web Token (JWT) that identifies the user associated with the issued access token.\n

" + "smithy.api#documentation": "

A JSON Web Token (JWT) that identifies the user associated with the issued access token.\n

" } }, "issuedTokenType": { "target": "com.amazonaws.ssooidc#TokenTypeURI", "traits": { - "smithy.api#documentation": "

Indicates the type of tokens that are issued by IAM Identity Center. The following values are supported:\n

\n

* Access Token - urn:ietf:params:oauth:token-type:access_token\n

\n

* Refresh Token - urn:ietf:params:oauth:token-type:refresh_token\n

" + "smithy.api#documentation": "

Indicates the type of tokens that are issued by IAM Identity Center. The following values are supported:

\n

* Access Token - urn:ietf:params:oauth:token-type:access_token\n

\n

* Refresh Token - urn:ietf:params:oauth:token-type:refresh_token\n

" } }, "scope": { "target": "com.amazonaws.ssooidc#Scopes", "traits": { - "smithy.api#documentation": "

The list of scopes for which authorization is granted. The access token that is issued\n is limited to the scopes that are granted.

" + "smithy.api#documentation": "

The list of scopes for which authorization is granted. The access token that is issued is\n limited to the scopes that are granted.

" } } }, @@ -1539,13 +1539,13 @@ "error": { "target": "com.amazonaws.ssooidc#Error", "traits": { - "smithy.api#documentation": "

Single error code.\n For this exception the value will be expired_token.

" + "smithy.api#documentation": "

Single error code. For this exception the value will be expired_token.

" } }, "error_description": { "target": "com.amazonaws.ssooidc#ErrorDescription", "traits": { - "smithy.api#documentation": "

Human-readable text providing additional information, used to assist the\n client developer in understanding the error that occurred.

" + "smithy.api#documentation": "

Human-readable text providing additional information, used to assist the client developer\n in understanding the error that occurred.

" } } }, @@ -1576,13 +1576,13 @@ "error": { "target": "com.amazonaws.ssooidc#Error", "traits": { - "smithy.api#documentation": "

Single error code.\n For this exception the value will be server_error.

" + "smithy.api#documentation": "

Single error code. For this exception the value will be server_error.

" } }, "error_description": { "target": "com.amazonaws.ssooidc#ErrorDescription", "traits": { - "smithy.api#documentation": "

Human-readable text providing additional information, used to assist the\n client developer in understanding the error that occurred.

" + "smithy.api#documentation": "

Human-readable text providing additional information, used to assist the client developer\n in understanding the error that occurred.

" } } }, @@ -1604,13 +1604,13 @@ "error": { "target": "com.amazonaws.ssooidc#Error", "traits": { - "smithy.api#documentation": "

Single error code.\n For this exception the value will be invalid_client.

" + "smithy.api#documentation": "

Single error code. For this exception the value will be\n invalid_client.

" } }, "error_description": { "target": "com.amazonaws.ssooidc#ErrorDescription", "traits": { - "smithy.api#documentation": "

Human-readable text providing additional information, used to assist the\n client developer in understanding the error that occurred.

" + "smithy.api#documentation": "

Human-readable text providing additional information, used to assist the client developer\n in understanding the error that occurred.

" } } }, @@ -1626,13 +1626,13 @@ "error": { "target": "com.amazonaws.ssooidc#Error", "traits": { - "smithy.api#documentation": "

Single error code.\n For this exception the value will be invalid_client_metadata.

" + "smithy.api#documentation": "

Single error code. For this exception the value will be\n invalid_client_metadata.

" } }, "error_description": { "target": "com.amazonaws.ssooidc#ErrorDescription", "traits": { - "smithy.api#documentation": "

Human-readable text providing additional information, used to assist the\n client developer in understanding the error that occurred.

" + "smithy.api#documentation": "

Human-readable text providing additional information, used to assist the client developer\n in understanding the error that occurred.

" } } }, @@ -1648,13 +1648,13 @@ "error": { "target": "com.amazonaws.ssooidc#Error", "traits": { - "smithy.api#documentation": "

Single error code.\n For this exception the value will be invalid_grant.

" + "smithy.api#documentation": "

Single error code. For this exception the value will be invalid_grant.

" } }, "error_description": { "target": "com.amazonaws.ssooidc#ErrorDescription", "traits": { - "smithy.api#documentation": "

Human-readable text providing additional information, used to assist the\n client developer in understanding the error that occurred.

" + "smithy.api#documentation": "

Human-readable text providing additional information, used to assist the client developer\n in understanding the error that occurred.

" } } }, @@ -1670,18 +1670,18 @@ "error": { "target": "com.amazonaws.ssooidc#Error", "traits": { - "smithy.api#documentation": "

Single error code.\n For this exception the value will be invalid_redirect_uri.

" + "smithy.api#documentation": "

Single error code. For this exception the value will be\n invalid_redirect_uri.

" } }, "error_description": { "target": "com.amazonaws.ssooidc#ErrorDescription", "traits": { - "smithy.api#documentation": "

Human-readable text providing additional information, used to assist the\n client developer in understanding the error that occurred.

" + "smithy.api#documentation": "

Human-readable text providing additional information, used to assist the client developer\n in understanding the error that occurred.

" } } }, "traits": { - "smithy.api#documentation": "

Indicates that one or more redirect URI in the request is not supported for this operation.

", + "smithy.api#documentation": "

Indicates that one or more redirect URI in the request is not supported for this\n operation.

", "smithy.api#error": "client", "smithy.api#httpError": 400 } @@ -1692,13 +1692,13 @@ "error": { "target": "com.amazonaws.ssooidc#Error", "traits": { - "smithy.api#documentation": "

Single error code.\n For this exception the value will be invalid_request.

" + "smithy.api#documentation": "

Single error code. For this exception the value will be\n invalid_request.

" } }, "error_description": { "target": "com.amazonaws.ssooidc#ErrorDescription", "traits": { - "smithy.api#documentation": "

Human-readable text providing additional information, used to assist the\n client developer in understanding the error that occurred.

" + "smithy.api#documentation": "

Human-readable text providing additional information, used to assist the client developer\n in understanding the error that occurred.

" } } }, @@ -1714,13 +1714,13 @@ "error": { "target": "com.amazonaws.ssooidc#Error", "traits": { - "smithy.api#documentation": "

Single error code.\n For this exception the value will be invalid_request.

" + "smithy.api#documentation": "

Single error code. For this exception the value will be\n invalid_request.

" } }, "error_description": { "target": "com.amazonaws.ssooidc#ErrorDescription", "traits": { - "smithy.api#documentation": "

Human-readable text providing additional information, used to assist the\n client developer in understanding the error that occurred.

" + "smithy.api#documentation": "

Human-readable text providing additional information, used to assist the client developer\n in understanding the error that occurred.

" } }, "endpoint": { @@ -1748,13 +1748,13 @@ "error": { "target": "com.amazonaws.ssooidc#Error", "traits": { - "smithy.api#documentation": "

Single error code.\n For this exception the value will be invalid_scope.

" + "smithy.api#documentation": "

Single error code. For this exception the value will be invalid_scope.

" } }, "error_description": { "target": "com.amazonaws.ssooidc#ErrorDescription", "traits": { - "smithy.api#documentation": "

Human-readable text providing additional information, used to assist the\n client developer in understanding the error that occurred.

" + "smithy.api#documentation": "

Human-readable text providing additional information, used to assist the client developer\n in understanding the error that occurred.

" } } }, @@ -1818,7 +1818,7 @@ ], "traits": { "smithy.api#auth": [], - "smithy.api#documentation": "

Registers a client with IAM Identity Center. This allows clients to initiate device authorization.\n The output should be persisted for reuse through many authentication requests.

", + "smithy.api#documentation": "

Registers a public client with IAM Identity Center. This allows clients to perform authorization using\n the authorization code grant with Proof Key for Code Exchange (PKCE) or the device\n code grant.

", "smithy.api#examples": [ { "title": "Call OAuth/OIDC /register-client endpoint", @@ -1888,19 +1888,19 @@ "grantTypes": { "target": "com.amazonaws.ssooidc#GrantTypes", "traits": { - "smithy.api#documentation": "

The list of OAuth 2.0 grant types that are defined by the client. This list is used to\n restrict the token granting flows available to the client.

" + "smithy.api#documentation": "

The list of OAuth 2.0 grant types that are defined by the client. This list is used to\n restrict the token granting flows available to the client. Supports the following OAuth 2.0\n grant types: Authorization Code, Device Code, and Refresh Token.

\n

* Authorization Code - authorization_code\n

\n

* Device Code - urn:ietf:params:oauth:grant-type:device_code\n

\n

* Refresh Token - refresh_token\n

" } }, "issuerUrl": { "target": "com.amazonaws.ssooidc#URI", "traits": { - "smithy.api#documentation": "

The IAM Identity Center Issuer URL associated with an instance of IAM Identity Center. This value is needed for user access to resources through the client.

" + "smithy.api#documentation": "

The IAM Identity Center Issuer URL associated with an instance of IAM Identity Center. This value is needed for user\n access to resources through the client.

" } }, "entitledApplicationArn": { "target": "com.amazonaws.ssooidc#ArnType", "traits": { - "smithy.api#documentation": "

This IAM Identity Center application ARN is used to define administrator-managed configuration for public client access to resources. At\n authorization, the scopes, grants, and redirect URI available to this client will be restricted by this application resource.

" + "smithy.api#documentation": "

This IAM Identity Center application ARN is used to define administrator-managed configuration for\n public client access to resources. At authorization, the scopes, grants, and redirect URI\n available to this client will be restricted by this application resource.

" } } }, @@ -1969,13 +1969,13 @@ "error": { "target": "com.amazonaws.ssooidc#Error", "traits": { - "smithy.api#documentation": "

Single error code.\n For this exception the value will be slow_down.

" + "smithy.api#documentation": "

Single error code. For this exception the value will be slow_down.

" } }, "error_description": { "target": "com.amazonaws.ssooidc#ErrorDescription", "traits": { - "smithy.api#documentation": "

Human-readable text providing additional information, used to assist the\n client developer in understanding the error that occurred.

" + "smithy.api#documentation": "

Human-readable text providing additional information, used to assist the client developer\n in understanding the error that occurred.

" } } }, @@ -2060,7 +2060,7 @@ "startUrl": { "target": "com.amazonaws.ssooidc#URI", "traits": { - "smithy.api#documentation": "

The URL for the Amazon Web Services access portal. For more information, see Using\n the Amazon Web Services access portal in the IAM Identity Center User Guide.

", + "smithy.api#documentation": "

The URL for the Amazon Web Services access portal. For more information, see Using\n the Amazon Web Services access portal in the IAM Identity Center User Guide.

", "smithy.api#required": {} } } @@ -2136,13 +2136,13 @@ "error": { "target": "com.amazonaws.ssooidc#Error", "traits": { - "smithy.api#documentation": "

Single error code.\n For this exception the value will be unauthorized_client.

" + "smithy.api#documentation": "

Single error code. For this exception the value will be\n unauthorized_client.

" } }, "error_description": { "target": "com.amazonaws.ssooidc#ErrorDescription", "traits": { - "smithy.api#documentation": "

Human-readable text providing additional information, used to assist the\n client developer in understanding the error that occurred.

" + "smithy.api#documentation": "

Human-readable text providing additional information, used to assist the client developer\n in understanding the error that occurred.

" } } }, @@ -2158,13 +2158,13 @@ "error": { "target": "com.amazonaws.ssooidc#Error", "traits": { - "smithy.api#documentation": "

Single error code.\n For this exception the value will be unsupported_grant_type.

" + "smithy.api#documentation": "

Single error code. For this exception the value will be\n unsupported_grant_type.

" } }, "error_description": { "target": "com.amazonaws.ssooidc#ErrorDescription", "traits": { - "smithy.api#documentation": "

Human-readable text providing additional information, used to assist the\n client developer in understanding the error that occurred.

" + "smithy.api#documentation": "

Human-readable text providing additional information, used to assist the client developer\n in understanding the error that occurred.

" } } }, diff --git a/codegen/sdk-codegen/aws-models/transfer.json b/codegen/sdk-codegen/aws-models/transfer.json index 9ed633734e3..18d7db616bc 100644 --- a/codegen/sdk-codegen/aws-models/transfer.json +++ b/codegen/sdk-codegen/aws-models/transfer.json @@ -714,7 +714,7 @@ "iam:PassRole" ] }, - "smithy.api#documentation": "

Creates an agreement. An agreement is a bilateral trading partner agreement, or partnership,\n between an Transfer Family server and an AS2 process. The agreement defines the file and message\n transfer relationship between the server and the AS2 process. To define an agreement, Transfer Family\n combines a server, local profile, partner profile, certificate, and other\n attributes.

\n

The partner is identified with the PartnerProfileId, and the AS2 process is identified with the LocalProfileId.

" + "smithy.api#documentation": "

Creates an agreement. An agreement is a bilateral trading partner agreement, or partnership,\n between an Transfer Family server and an AS2 process. The agreement defines the file and message\n transfer relationship between the server and the AS2 process. To define an agreement, Transfer Family\n combines a server, local profile, partner profile, certificate, and other\n attributes.

\n

The partner is identified with the PartnerProfileId, and the AS2 process is identified with the LocalProfileId.

\n \n

Specify either\n BaseDirectory or CustomDirectories, but not both. Specifying both causes the command to fail.

\n
" } }, "com.amazonaws.transfer#CreateAgreementRequest": { @@ -750,8 +750,7 @@ "BaseDirectory": { "target": "com.amazonaws.transfer#HomeDirectory", "traits": { - "smithy.api#documentation": "

The landing directory (folder) for files transferred by using the AS2 protocol.

\n

A BaseDirectory example is\n /amzn-s3-demo-bucket/home/mydirectory.

", - "smithy.api#required": {} + "smithy.api#documentation": "

The landing directory (folder) for files transferred by using the AS2 protocol.

\n

A BaseDirectory example is\n /amzn-s3-demo-bucket/home/mydirectory.

" } }, "AccessRole": { @@ -784,6 +783,12 @@ "traits": { "smithy.api#documentation": "

\n Determines whether or not unsigned messages from your trading partners will be accepted.\n

\n " } + }, + "CustomDirectories": { + "target": "com.amazonaws.transfer#CustomDirectoriesType", + "traits": { + "smithy.api#documentation": "

A CustomDirectoriesType structure. This structure specifies custom directories for storing various AS2 message files. You can specify directories for the following types of files.

\n " + } } }, "traits": { @@ -1487,6 +1492,49 @@ "smithy.api#output": {} } }, + "com.amazonaws.transfer#CustomDirectoriesType": { + "type": "structure", + "members": { + "FailedFilesDirectory": { + "target": "com.amazonaws.transfer#HomeDirectory", + "traits": { + "smithy.api#documentation": "

Specifies a location to store failed AS2 message files.

", + "smithy.api#required": {} + } + }, + "MdnFilesDirectory": { + "target": "com.amazonaws.transfer#HomeDirectory", + "traits": { + "smithy.api#documentation": "

Specifies a location to store MDN files.

", + "smithy.api#required": {} + } + }, + "PayloadFilesDirectory": { + "target": "com.amazonaws.transfer#HomeDirectory", + "traits": { + "smithy.api#documentation": "

Specifies a location to store the payload for AS2 message files.

", + "smithy.api#required": {} + } + }, + "StatusFilesDirectory": { + "target": "com.amazonaws.transfer#HomeDirectory", + "traits": { + "smithy.api#documentation": "

Specifies a location to store AS2 status messages.

", + "smithy.api#required": {} + } + }, + "TemporaryFilesDirectory": { + "target": "com.amazonaws.transfer#HomeDirectory", + "traits": { + "smithy.api#documentation": "

Specifies a location to store temporary AS2 message files.

", + "smithy.api#required": {} + } + } + }, + "traits": { + "smithy.api#documentation": "

Contains Amazon S3 locations for storing specific types of AS2 message files.

" + } + }, "com.amazonaws.transfer#CustomStepDetails": { "type": "structure", "members": { @@ -3248,6 +3296,12 @@ "traits": { "smithy.api#documentation": "

\n Determines whether or not unsigned messages from your trading partners will be accepted.\n

\n " } + }, + "CustomDirectories": { + "target": "com.amazonaws.transfer#CustomDirectoriesType", + "traits": { + "smithy.api#documentation": "

A CustomDirectoriesType structure. This structure specifies custom directories for storing various AS2 message files. You can specify directories for the following types of files.

\n " + } } }, "traits": { @@ -10014,7 +10068,7 @@ "iam:PassRole" ] }, - "smithy.api#documentation": "

Updates some of the parameters for an existing agreement. Provide the\n AgreementId and the ServerId for the agreement that you want to\n update, along with the new values for the parameters to update.

" + "smithy.api#documentation": "

Updates some of the parameters for an existing agreement. Provide the\n AgreementId and the ServerId for the agreement that you want to\n update, along with the new values for the parameters to update.

\n \n

Specify either\n BaseDirectory or CustomDirectories, but not both. Specifying both causes the command to fail.

\n

If you update an agreement from using base directory to custom directories, the base directory is no longer used. Similarly, if you change from custom directories to a base directory, the custom directories are no longer used.

\n
" } }, "com.amazonaws.transfer#UpdateAgreementRequest": { @@ -10081,6 +10135,12 @@ "traits": { "smithy.api#documentation": "

\n Determines whether or not unsigned messages from your trading partners will be accepted.\n

\n " } + }, + "CustomDirectories": { + "target": "com.amazonaws.transfer#CustomDirectoriesType", + "traits": { + "smithy.api#documentation": "

A CustomDirectoriesType structure. This structure specifies custom directories for storing various AS2 message files. You can specify directories for the following types of files.

\n " + } } }, "traits": { diff --git a/codegen/sdk-codegen/aws-models/workspaces-thin-client.json b/codegen/sdk-codegen/aws-models/workspaces-thin-client.json index 9e0e1bfea5f..fc9a725cdef 100644 --- a/codegen/sdk-codegen/aws-models/workspaces-thin-client.json +++ b/codegen/sdk-codegen/aws-models/workspaces-thin-client.json @@ -144,7 +144,7 @@ "desktopArn": { "target": "com.amazonaws.workspacesthinclient#Arn", "traits": { - "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the desktop to stream from Amazon WorkSpaces,\n WorkSpaces Web, or AppStream 2.0.

", + "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the desktop to stream from Amazon WorkSpaces,\n WorkSpaces Secure Browser, or AppStream 2.0.

", "smithy.api#required": {} } }, @@ -894,7 +894,7 @@ "desktopArn": { "target": "com.amazonaws.workspacesthinclient#Arn", "traits": { - "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the desktop to stream from Amazon WorkSpaces,\n WorkSpaces Web, or AppStream 2.0.

" + "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the desktop to stream from Amazon WorkSpaces,\n WorkSpaces Secure Browser, or AppStream 2.0.

" } }, "desktopEndpoint": { @@ -1064,7 +1064,7 @@ "desktopArn": { "target": "com.amazonaws.workspacesthinclient#Arn", "traits": { - "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the desktop to stream from Amazon WorkSpaces,\n WorkSpaces Web, or AppStream 2.0.

" + "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the desktop to stream from Amazon WorkSpaces,\n WorkSpaces Secure Browser, or AppStream 2.0.

" } }, "desktopEndpoint": { @@ -3184,7 +3184,7 @@ "desktopArn": { "target": "com.amazonaws.workspacesthinclient#Arn", "traits": { - "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the desktop to stream from Amazon WorkSpaces,\n WorkSpaces Web, or AppStream 2.0.

" + "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the desktop to stream from Amazon WorkSpaces,\n WorkSpaces Secure Browser, or AppStream 2.0.

" } }, "desktopEndpoint": { diff --git a/codegen/smithy-aws-go-codegen/src/main/java/software/amazon/smithy/aws/go/codegen/AwsHttpChecksumGenerator.java b/codegen/smithy-aws-go-codegen/src/main/java/software/amazon/smithy/aws/go/codegen/AwsHttpChecksumGenerator.java index d2bbbc080f9..43e5001042a 100644 --- a/codegen/smithy-aws-go-codegen/src/main/java/software/amazon/smithy/aws/go/codegen/AwsHttpChecksumGenerator.java +++ b/codegen/smithy-aws-go-codegen/src/main/java/software/amazon/smithy/aws/go/codegen/AwsHttpChecksumGenerator.java @@ -15,15 +15,18 @@ import software.amazon.smithy.go.codegen.GoCodegenPlugin; import software.amazon.smithy.go.codegen.GoDelegator; import software.amazon.smithy.go.codegen.GoSettings; +import software.amazon.smithy.go.codegen.GoUniverseTypes; import software.amazon.smithy.go.codegen.GoWriter; import software.amazon.smithy.go.codegen.SmithyGoDependency; import software.amazon.smithy.go.codegen.SymbolUtils; +import software.amazon.smithy.go.codegen.integration.ConfigField; import software.amazon.smithy.go.codegen.integration.GoIntegration; import software.amazon.smithy.go.codegen.integration.MiddlewareRegistrar; import software.amazon.smithy.go.codegen.integration.RuntimeClientPlugin; import software.amazon.smithy.model.Model; import software.amazon.smithy.model.knowledge.TopDownIndex; import software.amazon.smithy.model.shapes.MemberShape; +import software.amazon.smithy.model.shapes.ShapeType; import software.amazon.smithy.model.shapes.OperationShape; import software.amazon.smithy.model.shapes.ServiceShape; import software.amazon.smithy.aws.traits.HttpChecksumTrait; @@ -52,6 +55,10 @@ private static String getRequestValidationModeAccessorFuncName(String operationN return String.format("get%s%s", operationName, "RequestValidationModeMember"); } + private static String setRequestValidationModeAccessorFuncName(String operationName) { + return String.format("set%s%s", operationName, "RequestValidationModeMember"); + } + private static String getAddInputMiddlewareFuncName(String operationName) { return String.format("add%sInputChecksumMiddlewares", operationName); } @@ -113,6 +120,18 @@ public void processFinalizedModel(GoSettings settings, Model model) { .useClientOptions() .build()) .build()); + + var outputChecksumConfigs = RuntimeClientPlugin.builder() + .servicePredicate(AwsHttpChecksumGenerator::hasOutputChecksumTrait) + .addConfigField( + ConfigField.builder() + .name("DisableLogOutputChecksumValidationSkipped") + .type(GoUniverseTypes.Bool) + .documentation("Disables logging when the client skips output checksum validation due to lack of algorithm support.") + .build() + ) + .build(); + runtimeClientPlugins.add(outputChecksumConfigs); } } @@ -144,7 +163,7 @@ public void writeAdditionalFiles( goDelegator.useShapeWriter(operation, writer -> { // generate getter helper function to access input member value - writeGetInputMemberAccessorHelper(writer, model, symbolProvider, operation); + writeInputMemberAccessorHelper(writer, model, symbolProvider, operation); // generate middleware helper function if (generateComputeInputChecksums) { @@ -198,7 +217,7 @@ public static boolean hasInputChecksumTrait(Model model, ServiceShape service) { return false; } - private static boolean hasOutputChecksumTrait(Model model, ServiceShape service, OperationShape operation) { + private static boolean hasOutputChecksumTrait(Model model, ServiceShape service, OperationShape operation) { if (!hasChecksumTrait(model, service, operation)) { return false; } @@ -342,17 +361,19 @@ private void writeOutputMiddlewareHelper( writer.write(""" return $T(stack, $T{ GetValidationMode: $L, + SetValidationMode: $L, ResponseChecksumValidation: options.ResponseChecksumValidation, ValidationAlgorithms: $L, IgnoreMultipartValidation: $L, - LogValidationSkipped: true, - LogMultipartValidationSkipped: true, + LogValidationSkipped: !options.DisableLogOutputChecksumValidationSkipped, + LogMultipartValidationSkipped: !options.DisableLogOutputChecksumValidationSkipped, })""", SymbolUtils.createValueSymbolBuilder("AddOutputMiddleware", AwsGoDependency.SERVICE_INTERNAL_CHECKSUM).build(), SymbolUtils.createValueSymbolBuilder("OutputMiddlewareOptions", AwsGoDependency.SERVICE_INTERNAL_CHECKSUM).build(), getRequestValidationModeAccessorFuncName(operationName), + setRequestValidationModeAccessorFuncName(operationName), convertToGoStringList(responseAlgorithms), ignoreMultipartChecksumValidationMap.getOrDefault( service.toShapeId(), new HashSet<>()).contains(operation.toShapeId()) @@ -375,7 +396,7 @@ private String convertToGoStringList(List list) { return sb.toString(); } - private void writeGetInputMemberAccessorHelper( + private void writeInputMemberAccessorHelper( GoWriter writer, Model model, SymbolProvider symbolProvider, @@ -424,6 +445,9 @@ private void writeGetInputMemberAccessorHelper( String.format("%s gets the request checksum validation mode provided as input.", funcName)); getInputTemplate(writer, symbolProvider, input, funcName, memberName); writer.insertTrailingNewline(); + funcName = setRequestValidationModeAccessorFuncName(operationSymbol.getName()); + setInputTemplate(writer, symbolProvider, input, funcName, memberName); + writer.insertTrailingNewline(); } } @@ -445,6 +469,26 @@ private void getInputTemplate( writer.write(""); } + private void setInputTemplate( + GoWriter writer, + SymbolProvider symbolProvider, + StructureShape input, + String funcName, + String memberName + ) { + writer.write(GoWriter.goTemplate(""" + func $fn:L(input interface{}, mode string) { + in := input.(*$inputType:L) + in.$member:L = types.$member:L(mode) + }""", + Map.of( + "fn", funcName, + "inputType", symbolProvider.toSymbol(input).getName(), + "member", memberName + ))); + writer.write(""); + } + private void generateInputComputedChecksumMetadataHelpers( GoWriter writer, Model model, diff --git a/codegen/smithy-aws-go-codegen/src/main/java/software/amazon/smithy/aws/go/codegen/customization/AwsWaiters2.java b/codegen/smithy-aws-go-codegen/src/main/java/software/amazon/smithy/aws/go/codegen/customization/AwsWaiters2.java index 2ac74322436..80cd1190ec1 100644 --- a/codegen/smithy-aws-go-codegen/src/main/java/software/amazon/smithy/aws/go/codegen/customization/AwsWaiters2.java +++ b/codegen/smithy-aws-go-codegen/src/main/java/software/amazon/smithy/aws/go/codegen/customization/AwsWaiters2.java @@ -12,7 +12,9 @@ public class AwsWaiters2 extends Waiters2 { public static final List PHASED_ROLLOUT_SERVICES = List.of( - ShapeId.from("com.amazonaws.ec2#AmazonEC2") + ShapeId.from("com.amazonaws.ec2#AmazonEC2"), + ShapeId.from("com.amazonaws.autoscaling#AutoScaling_2011_01_01"), + ShapeId.from("com.amazonaws.cloudwatch#GraniteServiceVersion20100801") ); @Override diff --git a/codegen/smithy-aws-go-codegen/src/main/resources/software/amazon/smithy/aws/go/codegen/endpoints.json b/codegen/smithy-aws-go-codegen/src/main/resources/software/amazon/smithy/aws/go/codegen/endpoints.json index 1bdb751b5bb..ff6c6a38565 100644 --- a/codegen/smithy-aws-go-codegen/src/main/resources/software/amazon/smithy/aws/go/codegen/endpoints.json +++ b/codegen/smithy-aws-go-codegen/src/main/resources/software/amazon/smithy/aws/go/codegen/endpoints.json @@ -2938,6 +2938,7 @@ "il-central-1" : { }, "me-central-1" : { }, "me-south-1" : { }, + "mx-central-1" : { }, "sa-east-1" : { }, "us-east-1" : { }, "us-east-2" : { }, @@ -8757,6 +8758,13 @@ "deprecated" : true, "hostname" : "elasticfilesystem-fips.me-south-1.amazonaws.com" }, + "fips-mx-central-1" : { + "credentialScope" : { + "region" : "mx-central-1" + }, + "deprecated" : true, + "hostname" : "elasticfilesystem-fips.mx-central-1.amazonaws.com" + }, "fips-sa-east-1" : { "credentialScope" : { "region" : "sa-east-1" @@ -8810,6 +8818,12 @@ "tags" : [ "fips" ] } ] }, + "mx-central-1" : { + "variants" : [ { + "hostname" : "elasticfilesystem-fips.mx-central-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, "sa-east-1" : { "variants" : [ { "hostname" : "elasticfilesystem-fips.sa-east-1.amazonaws.com", @@ -23546,39 +23560,150 @@ }, "synthetics" : { "endpoints" : { - "af-south-1" : { }, - "ap-east-1" : { }, - "ap-northeast-1" : { }, - "ap-northeast-2" : { }, - "ap-northeast-3" : { }, - "ap-south-1" : { }, - "ap-south-2" : { }, - "ap-southeast-1" : { }, - "ap-southeast-2" : { }, - "ap-southeast-3" : { }, - "ap-southeast-4" : { }, - "ap-southeast-5" : { }, - "ap-southeast-7" : { }, + "af-south-1" : { + "variants" : [ { + "hostname" : "synthetics.af-south-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-east-1" : { + "variants" : [ { + "hostname" : "synthetics.ap-east-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-northeast-1" : { + "variants" : [ { + "hostname" : "synthetics.ap-northeast-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-northeast-2" : { + "variants" : [ { + "hostname" : "synthetics.ap-northeast-2.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-northeast-3" : { + "variants" : [ { + "hostname" : "synthetics.ap-northeast-3.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-south-1" : { + "variants" : [ { + "hostname" : "synthetics.ap-south-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-south-2" : { + "variants" : [ { + "hostname" : "synthetics.ap-south-2.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-southeast-1" : { + "variants" : [ { + "hostname" : "synthetics.ap-southeast-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-southeast-2" : { + "variants" : [ { + "hostname" : "synthetics.ap-southeast-2.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-southeast-3" : { + "variants" : [ { + "hostname" : "synthetics.ap-southeast-3.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-southeast-4" : { + "variants" : [ { + "hostname" : "synthetics.ap-southeast-4.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-southeast-5" : { + "variants" : [ { + "hostname" : "synthetics.ap-southeast-5.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-southeast-7" : { + "variants" : [ { + "hostname" : "synthetics.ap-southeast-7.api.aws", + "tags" : [ "dualstack" ] + } ] + }, "ca-central-1" : { "variants" : [ { "hostname" : "synthetics-fips.ca-central-1.amazonaws.com", "tags" : [ "fips" ] + }, { + "hostname" : "synthetics.ca-central-1.api.aws", + "tags" : [ "dualstack" ] } ] }, "ca-west-1" : { "variants" : [ { "hostname" : "synthetics-fips.ca-west-1.amazonaws.com", "tags" : [ "fips" ] + }, { + "hostname" : "synthetics.ca-west-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "eu-central-1" : { + "variants" : [ { + "hostname" : "synthetics.eu-central-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "eu-central-2" : { + "variants" : [ { + "hostname" : "synthetics.eu-central-2.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "eu-north-1" : { + "variants" : [ { + "hostname" : "synthetics.eu-north-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "eu-south-1" : { + "variants" : [ { + "hostname" : "synthetics.eu-south-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "eu-south-2" : { + "variants" : [ { + "hostname" : "synthetics.eu-south-2.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "eu-west-1" : { + "variants" : [ { + "hostname" : "synthetics.eu-west-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "eu-west-2" : { + "variants" : [ { + "hostname" : "synthetics.eu-west-2.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "eu-west-3" : { + "variants" : [ { + "hostname" : "synthetics.eu-west-3.api.aws", + "tags" : [ "dualstack" ] } ] }, - "eu-central-1" : { }, - "eu-central-2" : { }, - "eu-north-1" : { }, - "eu-south-1" : { }, - "eu-south-2" : { }, - "eu-west-1" : { }, - "eu-west-2" : { }, - "eu-west-3" : { }, "fips-ca-central-1" : { "credentialScope" : { "region" : "ca-central-1" @@ -23621,33 +23746,70 @@ "deprecated" : true, "hostname" : "synthetics-fips.us-west-2.amazonaws.com" }, - "il-central-1" : { }, - "me-central-1" : { }, - "me-south-1" : { }, - "mx-central-1" : { }, - "sa-east-1" : { }, + "il-central-1" : { + "variants" : [ { + "hostname" : "synthetics.il-central-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "me-central-1" : { + "variants" : [ { + "hostname" : "synthetics.me-central-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "me-south-1" : { + "variants" : [ { + "hostname" : "synthetics.me-south-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "mx-central-1" : { + "variants" : [ { + "hostname" : "synthetics.mx-central-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "sa-east-1" : { + "variants" : [ { + "hostname" : "synthetics.sa-east-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, "us-east-1" : { "variants" : [ { "hostname" : "synthetics-fips.us-east-1.amazonaws.com", "tags" : [ "fips" ] + }, { + "hostname" : "synthetics.us-east-1.api.aws", + "tags" : [ "dualstack" ] } ] }, "us-east-2" : { "variants" : [ { "hostname" : "synthetics-fips.us-east-2.amazonaws.com", "tags" : [ "fips" ] + }, { + "hostname" : "synthetics.us-east-2.api.aws", + "tags" : [ "dualstack" ] } ] }, "us-west-1" : { "variants" : [ { "hostname" : "synthetics-fips.us-west-1.amazonaws.com", "tags" : [ "fips" ] + }, { + "hostname" : "synthetics.us-west-1.api.aws", + "tags" : [ "dualstack" ] } ] }, "us-west-2" : { "variants" : [ { "hostname" : "synthetics-fips.us-west-2.amazonaws.com", "tags" : [ "fips" ] + }, { + "hostname" : "synthetics.us-west-2.api.aws", + "tags" : [ "dualstack" ] } ] } } @@ -27310,8 +27472,18 @@ }, "synthetics" : { "endpoints" : { - "cn-north-1" : { }, - "cn-northwest-1" : { } + "cn-north-1" : { + "variants" : [ { + "hostname" : "synthetics.cn-north-1.api.amazonwebservices.com.cn", + "tags" : [ "dualstack" ] + } ] + }, + "cn-northwest-1" : { + "variants" : [ { + "hostname" : "synthetics.cn-northwest-1.api.amazonwebservices.com.cn", + "tags" : [ "dualstack" ] + } ] + } } }, "tagging" : { diff --git a/config/CHANGELOG.md b/config/CHANGELOG.md index 67e1c4cea8e..3cb7d14ef42 100644 --- a/config/CHANGELOG.md +++ b/config/CHANGELOG.md @@ -1,3 +1,9 @@ +# v1.29.2 (2025-01-24) + +* **Bug Fix**: Fix env config naming and usage of deprecated ioutil +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.29.1 (2025-01-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/config/config.go b/config/config.go index 0577c61869e..09d9b63116c 100644 --- a/config/config.go +++ b/config/config.go @@ -218,7 +218,7 @@ func resolveConfigLoaders(options *LoadOptions) []loader { loaders[0] = loadEnvConfig // specification of a profile should cause a load failure if it doesn't exist - if os.Getenv(awsProfileEnvVar) != "" || options.SharedConfigProfile != "" { + if os.Getenv(awsProfileEnv) != "" || options.SharedConfigProfile != "" { loaders[1] = loadSharedConfig } else { loaders[1] = loadSharedConfigIgnoreNotExist diff --git a/config/env_config.go b/config/env_config.go index a672850f53e..9db507e38ea 100644 --- a/config/env_config.go +++ b/config/env_config.go @@ -5,7 +5,6 @@ import ( "context" "fmt" "io" - "io/ioutil" "os" "strconv" "strings" @@ -21,63 +20,63 @@ const CredentialsSourceName = "EnvConfigCredentials" // Environment variables that will be read for configuration values. const ( - awsAccessKeyIDEnvVar = "AWS_ACCESS_KEY_ID" - awsAccessKeyEnvVar = "AWS_ACCESS_KEY" + awsAccessKeyIDEnv = "AWS_ACCESS_KEY_ID" + awsAccessKeyEnv = "AWS_ACCESS_KEY" - awsSecretAccessKeyEnvVar = "AWS_SECRET_ACCESS_KEY" - awsSecretKeyEnvVar = "AWS_SECRET_KEY" + awsSecretAccessKeyEnv = "AWS_SECRET_ACCESS_KEY" + awsSecretKeyEnv = "AWS_SECRET_KEY" - awsSessionTokenEnvVar = "AWS_SESSION_TOKEN" + awsSessionTokenEnv = "AWS_SESSION_TOKEN" - awsContainerCredentialsEndpointEnvVar = "AWS_CONTAINER_CREDENTIALS_FULL_URI" - awsContainerCredentialsRelativePathEnvVar = "AWS_CONTAINER_CREDENTIALS_RELATIVE_URI" - awsContainerPProviderAuthorizationEnvVar = "AWS_CONTAINER_AUTHORIZATION_TOKEN" + awsContainerCredentialsFullURIEnv = "AWS_CONTAINER_CREDENTIALS_FULL_URI" + awsContainerCredentialsRelativeURIEnv = "AWS_CONTAINER_CREDENTIALS_RELATIVE_URI" + awsContainerAuthorizationTokenEnv = "AWS_CONTAINER_AUTHORIZATION_TOKEN" - awsRegionEnvVar = "AWS_REGION" - awsDefaultRegionEnvVar = "AWS_DEFAULT_REGION" + awsRegionEnv = "AWS_REGION" + awsDefaultRegionEnv = "AWS_DEFAULT_REGION" - awsProfileEnvVar = "AWS_PROFILE" - awsDefaultProfileEnvVar = "AWS_DEFAULT_PROFILE" + awsProfileEnv = "AWS_PROFILE" + awsDefaultProfileEnv = "AWS_DEFAULT_PROFILE" - awsSharedCredentialsFileEnvVar = "AWS_SHARED_CREDENTIALS_FILE" + awsSharedCredentialsFileEnv = "AWS_SHARED_CREDENTIALS_FILE" - awsConfigFileEnvVar = "AWS_CONFIG_FILE" + awsConfigFileEnv = "AWS_CONFIG_FILE" - awsCustomCABundleEnvVar = "AWS_CA_BUNDLE" + awsCABundleEnv = "AWS_CA_BUNDLE" - awsWebIdentityTokenFilePathEnvVar = "AWS_WEB_IDENTITY_TOKEN_FILE" + awsWebIdentityTokenFileEnv = "AWS_WEB_IDENTITY_TOKEN_FILE" - awsRoleARNEnvVar = "AWS_ROLE_ARN" - awsRoleSessionNameEnvVar = "AWS_ROLE_SESSION_NAME" + awsRoleARNEnv = "AWS_ROLE_ARN" + awsRoleSessionNameEnv = "AWS_ROLE_SESSION_NAME" - awsEnableEndpointDiscoveryEnvVar = "AWS_ENABLE_ENDPOINT_DISCOVERY" + awsEnableEndpointDiscoveryEnv = "AWS_ENABLE_ENDPOINT_DISCOVERY" - awsS3UseARNRegionEnvVar = "AWS_S3_USE_ARN_REGION" + awsS3UseARNRegionEnv = "AWS_S3_USE_ARN_REGION" - awsEc2MetadataServiceEndpointModeEnvVar = "AWS_EC2_METADATA_SERVICE_ENDPOINT_MODE" + awsEc2MetadataServiceEndpointModeEnv = "AWS_EC2_METADATA_SERVICE_ENDPOINT_MODE" - awsEc2MetadataServiceEndpointEnvVar = "AWS_EC2_METADATA_SERVICE_ENDPOINT" + awsEc2MetadataServiceEndpointEnv = "AWS_EC2_METADATA_SERVICE_ENDPOINT" - awsEc2MetadataDisabled = "AWS_EC2_METADATA_DISABLED" - awsEc2MetadataV1DisabledEnvVar = "AWS_EC2_METADATA_V1_DISABLED" + awsEc2MetadataDisabledEnv = "AWS_EC2_METADATA_DISABLED" + awsEc2MetadataV1DisabledEnv = "AWS_EC2_METADATA_V1_DISABLED" - awsS3DisableMultiRegionAccessPointEnvVar = "AWS_S3_DISABLE_MULTIREGION_ACCESS_POINTS" + awsS3DisableMultiRegionAccessPointsEnv = "AWS_S3_DISABLE_MULTIREGION_ACCESS_POINTS" - awsUseDualStackEndpoint = "AWS_USE_DUALSTACK_ENDPOINT" + awsUseDualStackEndpointEnv = "AWS_USE_DUALSTACK_ENDPOINT" - awsUseFIPSEndpoint = "AWS_USE_FIPS_ENDPOINT" + awsUseFIPSEndpointEnv = "AWS_USE_FIPS_ENDPOINT" - awsDefaultMode = "AWS_DEFAULTS_MODE" + awsDefaultsModeEnv = "AWS_DEFAULTS_MODE" - awsRetryMaxAttempts = "AWS_MAX_ATTEMPTS" - awsRetryMode = "AWS_RETRY_MODE" - awsSdkAppID = "AWS_SDK_UA_APP_ID" + awsMaxAttemptsEnv = "AWS_MAX_ATTEMPTS" + awsRetryModeEnv = "AWS_RETRY_MODE" + awsSdkUaAppIDEnv = "AWS_SDK_UA_APP_ID" - awsIgnoreConfiguredEndpoints = "AWS_IGNORE_CONFIGURED_ENDPOINT_URLS" - awsEndpointURL = "AWS_ENDPOINT_URL" + awsIgnoreConfiguredEndpointURLEnv = "AWS_IGNORE_CONFIGURED_ENDPOINT_URLS" + awsEndpointURLEnv = "AWS_ENDPOINT_URL" - awsDisableRequestCompression = "AWS_DISABLE_REQUEST_COMPRESSION" - awsRequestMinCompressionSizeBytes = "AWS_REQUEST_MIN_COMPRESSION_SIZE_BYTES" + awsDisableRequestCompressionEnv = "AWS_DISABLE_REQUEST_COMPRESSION" + awsRequestMinCompressionSizeBytesEnv = "AWS_REQUEST_MIN_COMPRESSION_SIZE_BYTES" awsS3DisableExpressSessionAuthEnv = "AWS_S3_DISABLE_EXPRESS_SESSION_AUTH" @@ -90,20 +89,20 @@ const ( var ( credAccessEnvKeys = []string{ - awsAccessKeyIDEnvVar, - awsAccessKeyEnvVar, + awsAccessKeyIDEnv, + awsAccessKeyEnv, } credSecretEnvKeys = []string{ - awsSecretAccessKeyEnvVar, - awsSecretKeyEnvVar, + awsSecretAccessKeyEnv, + awsSecretKeyEnv, } regionEnvKeys = []string{ - awsRegionEnvVar, - awsDefaultRegionEnvVar, + awsRegionEnv, + awsDefaultRegionEnv, } profileEnvKeys = []string{ - awsProfileEnvVar, - awsDefaultProfileEnvVar, + awsProfileEnv, + awsDefaultProfileEnv, } ) @@ -325,79 +324,79 @@ func NewEnvConfig() (EnvConfig, error) { setStringFromEnvVal(&creds.SecretAccessKey, credSecretEnvKeys) if creds.HasKeys() { creds.AccountID = os.Getenv(awsAccountIDEnv) - creds.SessionToken = os.Getenv(awsSessionTokenEnvVar) + creds.SessionToken = os.Getenv(awsSessionTokenEnv) cfg.Credentials = creds } - cfg.ContainerCredentialsEndpoint = os.Getenv(awsContainerCredentialsEndpointEnvVar) - cfg.ContainerCredentialsRelativePath = os.Getenv(awsContainerCredentialsRelativePathEnvVar) - cfg.ContainerAuthorizationToken = os.Getenv(awsContainerPProviderAuthorizationEnvVar) + cfg.ContainerCredentialsEndpoint = os.Getenv(awsContainerCredentialsFullURIEnv) + cfg.ContainerCredentialsRelativePath = os.Getenv(awsContainerCredentialsRelativeURIEnv) + cfg.ContainerAuthorizationToken = os.Getenv(awsContainerAuthorizationTokenEnv) setStringFromEnvVal(&cfg.Region, regionEnvKeys) setStringFromEnvVal(&cfg.SharedConfigProfile, profileEnvKeys) - cfg.SharedCredentialsFile = os.Getenv(awsSharedCredentialsFileEnvVar) - cfg.SharedConfigFile = os.Getenv(awsConfigFileEnvVar) + cfg.SharedCredentialsFile = os.Getenv(awsSharedCredentialsFileEnv) + cfg.SharedConfigFile = os.Getenv(awsConfigFileEnv) - cfg.CustomCABundle = os.Getenv(awsCustomCABundleEnvVar) + cfg.CustomCABundle = os.Getenv(awsCABundleEnv) - cfg.WebIdentityTokenFilePath = os.Getenv(awsWebIdentityTokenFilePathEnvVar) + cfg.WebIdentityTokenFilePath = os.Getenv(awsWebIdentityTokenFileEnv) - cfg.RoleARN = os.Getenv(awsRoleARNEnvVar) - cfg.RoleSessionName = os.Getenv(awsRoleSessionNameEnvVar) + cfg.RoleARN = os.Getenv(awsRoleARNEnv) + cfg.RoleSessionName = os.Getenv(awsRoleSessionNameEnv) - cfg.AppID = os.Getenv(awsSdkAppID) + cfg.AppID = os.Getenv(awsSdkUaAppIDEnv) - if err := setBoolPtrFromEnvVal(&cfg.DisableRequestCompression, []string{awsDisableRequestCompression}); err != nil { + if err := setBoolPtrFromEnvVal(&cfg.DisableRequestCompression, []string{awsDisableRequestCompressionEnv}); err != nil { return cfg, err } - if err := setInt64PtrFromEnvVal(&cfg.RequestMinCompressSizeBytes, []string{awsRequestMinCompressionSizeBytes}, smithyrequestcompression.MaxRequestMinCompressSizeBytes); err != nil { + if err := setInt64PtrFromEnvVal(&cfg.RequestMinCompressSizeBytes, []string{awsRequestMinCompressionSizeBytesEnv}, smithyrequestcompression.MaxRequestMinCompressSizeBytes); err != nil { return cfg, err } - if err := setEndpointDiscoveryTypeFromEnvVal(&cfg.EnableEndpointDiscovery, []string{awsEnableEndpointDiscoveryEnvVar}); err != nil { + if err := setEndpointDiscoveryTypeFromEnvVal(&cfg.EnableEndpointDiscovery, []string{awsEnableEndpointDiscoveryEnv}); err != nil { return cfg, err } - if err := setBoolPtrFromEnvVal(&cfg.S3UseARNRegion, []string{awsS3UseARNRegionEnvVar}); err != nil { + if err := setBoolPtrFromEnvVal(&cfg.S3UseARNRegion, []string{awsS3UseARNRegionEnv}); err != nil { return cfg, err } - setEC2IMDSClientEnableState(&cfg.EC2IMDSClientEnableState, []string{awsEc2MetadataDisabled}) - if err := setEC2IMDSEndpointMode(&cfg.EC2IMDSEndpointMode, []string{awsEc2MetadataServiceEndpointModeEnvVar}); err != nil { + setEC2IMDSClientEnableState(&cfg.EC2IMDSClientEnableState, []string{awsEc2MetadataDisabledEnv}) + if err := setEC2IMDSEndpointMode(&cfg.EC2IMDSEndpointMode, []string{awsEc2MetadataServiceEndpointModeEnv}); err != nil { return cfg, err } - cfg.EC2IMDSEndpoint = os.Getenv(awsEc2MetadataServiceEndpointEnvVar) - if err := setBoolPtrFromEnvVal(&cfg.EC2IMDSv1Disabled, []string{awsEc2MetadataV1DisabledEnvVar}); err != nil { + cfg.EC2IMDSEndpoint = os.Getenv(awsEc2MetadataServiceEndpointEnv) + if err := setBoolPtrFromEnvVal(&cfg.EC2IMDSv1Disabled, []string{awsEc2MetadataV1DisabledEnv}); err != nil { return cfg, err } - if err := setBoolPtrFromEnvVal(&cfg.S3DisableMultiRegionAccessPoints, []string{awsS3DisableMultiRegionAccessPointEnvVar}); err != nil { + if err := setBoolPtrFromEnvVal(&cfg.S3DisableMultiRegionAccessPoints, []string{awsS3DisableMultiRegionAccessPointsEnv}); err != nil { return cfg, err } - if err := setUseDualStackEndpointFromEnvVal(&cfg.UseDualStackEndpoint, []string{awsUseDualStackEndpoint}); err != nil { + if err := setUseDualStackEndpointFromEnvVal(&cfg.UseDualStackEndpoint, []string{awsUseDualStackEndpointEnv}); err != nil { return cfg, err } - if err := setUseFIPSEndpointFromEnvVal(&cfg.UseFIPSEndpoint, []string{awsUseFIPSEndpoint}); err != nil { + if err := setUseFIPSEndpointFromEnvVal(&cfg.UseFIPSEndpoint, []string{awsUseFIPSEndpointEnv}); err != nil { return cfg, err } - if err := setDefaultsModeFromEnvVal(&cfg.DefaultsMode, []string{awsDefaultMode}); err != nil { + if err := setDefaultsModeFromEnvVal(&cfg.DefaultsMode, []string{awsDefaultsModeEnv}); err != nil { return cfg, err } - if err := setIntFromEnvVal(&cfg.RetryMaxAttempts, []string{awsRetryMaxAttempts}); err != nil { + if err := setIntFromEnvVal(&cfg.RetryMaxAttempts, []string{awsMaxAttemptsEnv}); err != nil { return cfg, err } - if err := setRetryModeFromEnvVal(&cfg.RetryMode, []string{awsRetryMode}); err != nil { + if err := setRetryModeFromEnvVal(&cfg.RetryMode, []string{awsRetryModeEnv}); err != nil { return cfg, err } - setStringFromEnvVal(&cfg.BaseEndpoint, []string{awsEndpointURL}) + setStringFromEnvVal(&cfg.BaseEndpoint, []string{awsEndpointURLEnv}) - if err := setBoolPtrFromEnvVal(&cfg.IgnoreConfiguredEndpoints, []string{awsIgnoreConfiguredEndpoints}); err != nil { + if err := setBoolPtrFromEnvVal(&cfg.IgnoreConfiguredEndpoints, []string{awsIgnoreConfiguredEndpointURLEnv}); err != nil { return cfg, err } @@ -647,7 +646,7 @@ func (c EnvConfig) getCustomCABundle(context.Context) (io.Reader, bool, error) { return nil, false, nil } - b, err := ioutil.ReadFile(c.CustomCABundle) + b, err := os.ReadFile(c.CustomCABundle) if err != nil { return nil, false, err } @@ -671,7 +670,7 @@ func (c EnvConfig) getBaseEndpoint(context.Context) (string, bool, error) { // GetServiceBaseEndpoint is used to retrieve a normalized SDK ID for use // with configured endpoints. func (c EnvConfig) GetServiceBaseEndpoint(ctx context.Context, sdkID string) (string, bool, error) { - if endpt := os.Getenv(fmt.Sprintf("%s_%s", awsEndpointURL, normalizeEnv(sdkID))); endpt != "" { + if endpt := os.Getenv(fmt.Sprintf("%s_%s", awsEndpointURLEnv, normalizeEnv(sdkID))); endpt != "" { return endpt, true, nil } return "", false, nil diff --git a/config/go.mod b/config/go.mod index 191cabd5c0a..3fd2039bc8a 100644 --- a/config/go.mod +++ b/config/go.mod @@ -3,21 +3,21 @@ module github.com/aws/aws-sdk-go-v2/config go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/credentials v1.17.54 - github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.24 - github.com/aws/aws-sdk-go-v2/internal/ini v1.8.1 - github.com/aws/aws-sdk-go-v2/service/sso v1.24.11 - github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.10 - github.com/aws/aws-sdk-go-v2/service/sts v1.33.9 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/credentials v1.17.55 + github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.25 + github.com/aws/aws-sdk-go-v2/internal/ini v1.8.2 + github.com/aws/aws-sdk-go-v2/service/sso v1.24.12 + github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.11 + github.com/aws/aws-sdk-go-v2/service/sts v1.33.10 + github.com/aws/smithy-go v1.22.2 ) require ( - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 // indirect - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.1 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.9 // indirect + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 // indirect + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.2 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.10 // indirect ) replace github.com/aws/aws-sdk-go-v2 => ../ diff --git a/config/go.sum b/config/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/config/go.sum +++ b/config/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/config/go_module_metadata.go b/config/go_module_metadata.go index 4a6615f9c06..1859fe93163 100644 --- a/config/go_module_metadata.go +++ b/config/go_module_metadata.go @@ -3,4 +3,4 @@ package config // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.29.1" +const goModuleVersion = "1.29.2" diff --git a/credentials/CHANGELOG.md b/credentials/CHANGELOG.md index 1579ae94a24..8a3ed35bedd 100644 --- a/credentials/CHANGELOG.md +++ b/credentials/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.17.55 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.17.54 (2025-01-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/credentials/go.mod b/credentials/go.mod index 40b8b69e728..2d256299de6 100644 --- a/credentials/go.mod +++ b/credentials/go.mod @@ -3,19 +3,19 @@ module github.com/aws/aws-sdk-go-v2/credentials go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.24 - github.com/aws/aws-sdk-go-v2/service/sso v1.24.11 - github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.10 - github.com/aws/aws-sdk-go-v2/service/sts v1.33.9 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.25 + github.com/aws/aws-sdk-go-v2/service/sso v1.24.12 + github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.11 + github.com/aws/aws-sdk-go-v2/service/sts v1.33.10 + github.com/aws/smithy-go v1.22.2 ) require ( - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 // indirect - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.1 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.9 // indirect + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 // indirect + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.2 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.10 // indirect ) replace github.com/aws/aws-sdk-go-v2 => ../ diff --git a/credentials/go.sum b/credentials/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/credentials/go.sum +++ b/credentials/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/credentials/go_module_metadata.go b/credentials/go_module_metadata.go index dd3c8b9bbf8..fd852ab0c30 100644 --- a/credentials/go_module_metadata.go +++ b/credentials/go_module_metadata.go @@ -3,4 +3,4 @@ package credentials // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.17.54" +const goModuleVersion = "1.17.55" diff --git a/example/service/dynamodb/createTable/go.mod b/example/service/dynamodb/createTable/go.mod index 1afc34bac62..46e3fb0aacd 100644 --- a/example/service/dynamodb/createTable/go.mod +++ b/example/service/dynamodb/createTable/go.mod @@ -3,24 +3,24 @@ module github.com/aws/aws-sdk-go-v2/example/service/dynamodb/createTable go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/config v1.29.1 - github.com/aws/aws-sdk-go-v2/service/dynamodb v1.39.5 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/config v1.29.2 + github.com/aws/aws-sdk-go-v2/service/dynamodb v1.39.6 ) require ( - github.com/aws/aws-sdk-go-v2/credentials v1.17.54 // indirect - github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.24 // indirect - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 // indirect - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 // indirect - github.com/aws/aws-sdk-go-v2/internal/ini v1.8.1 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.1 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.10.9 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.9 // indirect - github.com/aws/aws-sdk-go-v2/service/sso v1.24.11 // indirect - github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.10 // indirect - github.com/aws/aws-sdk-go-v2/service/sts v1.33.9 // indirect - github.com/aws/smithy-go v1.22.1 // indirect + github.com/aws/aws-sdk-go-v2/credentials v1.17.55 // indirect + github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.25 // indirect + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 // indirect + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 // indirect + github.com/aws/aws-sdk-go-v2/internal/ini v1.8.2 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.2 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.10.10 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.10 // indirect + github.com/aws/aws-sdk-go-v2/service/sso v1.24.12 // indirect + github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.11 // indirect + github.com/aws/aws-sdk-go-v2/service/sts v1.33.10 // indirect + github.com/aws/smithy-go v1.22.2 // indirect github.com/jmespath/go-jmespath v0.4.0 // indirect ) diff --git a/example/service/dynamodb/createTable/go.sum b/example/service/dynamodb/createTable/go.sum index aa7eb14ff92..3df7c5c8b09 100644 --- a/example/service/dynamodb/createTable/go.sum +++ b/example/service/dynamodb/createTable/go.sum @@ -1,5 +1,5 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/jmespath/go-jmespath v0.4.0 h1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9YPoQUg= diff --git a/example/service/dynamodb/scanItems/go.mod b/example/service/dynamodb/scanItems/go.mod index 6b828637b33..6987d80b8d8 100644 --- a/example/service/dynamodb/scanItems/go.mod +++ b/example/service/dynamodb/scanItems/go.mod @@ -3,26 +3,26 @@ module github.com/aws/aws-sdk-go-v2/example/service/dynamodb/listItems go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/config v1.29.1 - github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.15.28 - github.com/aws/aws-sdk-go-v2/service/dynamodb v1.39.5 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/config v1.29.2 + github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.16.0 + github.com/aws/aws-sdk-go-v2/service/dynamodb v1.39.6 ) require ( - github.com/aws/aws-sdk-go-v2/credentials v1.17.54 // indirect - github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.24 // indirect - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 // indirect - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 // indirect - github.com/aws/aws-sdk-go-v2/internal/ini v1.8.1 // indirect - github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.24.15 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.1 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.10.9 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.9 // indirect - github.com/aws/aws-sdk-go-v2/service/sso v1.24.11 // indirect - github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.10 // indirect - github.com/aws/aws-sdk-go-v2/service/sts v1.33.9 // indirect - github.com/aws/smithy-go v1.22.1 // indirect + github.com/aws/aws-sdk-go-v2/credentials v1.17.55 // indirect + github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.25 // indirect + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 // indirect + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 // indirect + github.com/aws/aws-sdk-go-v2/internal/ini v1.8.2 // indirect + github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.24.16 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.2 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.10.10 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.10 // indirect + github.com/aws/aws-sdk-go-v2/service/sso v1.24.12 // indirect + github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.11 // indirect + github.com/aws/aws-sdk-go-v2/service/sts v1.33.10 // indirect + github.com/aws/smithy-go v1.22.2 // indirect github.com/jmespath/go-jmespath v0.4.0 // indirect ) diff --git a/example/service/dynamodb/scanItems/go.sum b/example/service/dynamodb/scanItems/go.sum index aa7eb14ff92..3df7c5c8b09 100644 --- a/example/service/dynamodb/scanItems/go.sum +++ b/example/service/dynamodb/scanItems/go.sum @@ -1,5 +1,5 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/jmespath/go-jmespath v0.4.0 h1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9YPoQUg= diff --git a/example/service/s3/listObjects/go.mod b/example/service/s3/listObjects/go.mod index a7892304a0f..750669d4967 100644 --- a/example/service/s3/listObjects/go.mod +++ b/example/service/s3/listObjects/go.mod @@ -3,27 +3,27 @@ module github.com/aws/aws-sdk-go-v2/example/service/s3/listObjects go 1.21 require ( - github.com/aws/aws-sdk-go-v2/config v1.29.1 - github.com/aws/aws-sdk-go-v2/service/s3 v1.73.2 + github.com/aws/aws-sdk-go-v2/config v1.29.2 + github.com/aws/aws-sdk-go-v2/service/s3 v1.74.1 ) require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 // indirect - github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.7 // indirect - github.com/aws/aws-sdk-go-v2/credentials v1.17.54 // indirect - github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.24 // indirect - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 // indirect - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 // indirect - github.com/aws/aws-sdk-go-v2/internal/ini v1.8.1 // indirect - github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.28 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.1 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.5.2 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.9 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.9 // indirect - github.com/aws/aws-sdk-go-v2/service/sso v1.24.11 // indirect - github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.10 // indirect - github.com/aws/aws-sdk-go-v2/service/sts v1.33.9 // indirect - github.com/aws/smithy-go v1.22.1 // indirect + github.com/aws/aws-sdk-go-v2 v1.34.0 // indirect + github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.8 // indirect + github.com/aws/aws-sdk-go-v2/credentials v1.17.55 // indirect + github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.25 // indirect + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 // indirect + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 // indirect + github.com/aws/aws-sdk-go-v2/internal/ini v1.8.2 // indirect + github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.29 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.2 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.5.3 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.10 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.10 // indirect + github.com/aws/aws-sdk-go-v2/service/sso v1.24.12 // indirect + github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.11 // indirect + github.com/aws/aws-sdk-go-v2/service/sts v1.33.10 // indirect + github.com/aws/smithy-go v1.22.2 // indirect ) replace github.com/aws/aws-sdk-go-v2 => ../../../../ diff --git a/example/service/s3/listObjects/go.sum b/example/service/s3/listObjects/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/example/service/s3/listObjects/go.sum +++ b/example/service/s3/listObjects/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/example/service/s3/usingPrivateLink/go.mod b/example/service/s3/usingPrivateLink/go.mod index cbde9f3d9fd..9f8014f1aad 100644 --- a/example/service/s3/usingPrivateLink/go.mod +++ b/example/service/s3/usingPrivateLink/go.mod @@ -3,28 +3,28 @@ module github.com/aws/aws-sdk-go-v2/example/service/s3/usingPrivateLink go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/config v1.29.1 - github.com/aws/aws-sdk-go-v2/service/s3 v1.73.2 - github.com/aws/aws-sdk-go-v2/service/s3control v1.52.6 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/config v1.29.2 + github.com/aws/aws-sdk-go-v2/service/s3 v1.74.1 + github.com/aws/aws-sdk-go-v2/service/s3control v1.52.7 ) require ( - github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.7 // indirect - github.com/aws/aws-sdk-go-v2/credentials v1.17.54 // indirect - github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.24 // indirect - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 // indirect - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 // indirect - github.com/aws/aws-sdk-go-v2/internal/ini v1.8.1 // indirect - github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.28 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.1 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.5.2 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.9 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.9 // indirect - github.com/aws/aws-sdk-go-v2/service/sso v1.24.11 // indirect - github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.10 // indirect - github.com/aws/aws-sdk-go-v2/service/sts v1.33.9 // indirect - github.com/aws/smithy-go v1.22.1 // indirect + github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.8 // indirect + github.com/aws/aws-sdk-go-v2/credentials v1.17.55 // indirect + github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.25 // indirect + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 // indirect + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 // indirect + github.com/aws/aws-sdk-go-v2/internal/ini v1.8.2 // indirect + github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.29 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.2 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.5.3 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.10 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.10 // indirect + github.com/aws/aws-sdk-go-v2/service/sso v1.24.12 // indirect + github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.11 // indirect + github.com/aws/aws-sdk-go-v2/service/sts v1.33.10 // indirect + github.com/aws/smithy-go v1.22.2 // indirect ) replace github.com/aws/aws-sdk-go-v2 => ../../../../ diff --git a/example/service/s3/usingPrivateLink/go.sum b/example/service/s3/usingPrivateLink/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/example/service/s3/usingPrivateLink/go.sum +++ b/example/service/s3/usingPrivateLink/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/feature/cloudfront/sign/CHANGELOG.md b/feature/cloudfront/sign/CHANGELOG.md index aad7d82092b..21d253bf5c4 100644 --- a/feature/cloudfront/sign/CHANGELOG.md +++ b/feature/cloudfront/sign/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.8.6 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.8.5 (2025-01-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/feature/cloudfront/sign/go.mod b/feature/cloudfront/sign/go.mod index 90b2c26feff..63302449889 100644 --- a/feature/cloudfront/sign/go.mod +++ b/feature/cloudfront/sign/go.mod @@ -2,8 +2,8 @@ module github.com/aws/aws-sdk-go-v2/feature/cloudfront/sign go 1.21 -require github.com/aws/aws-sdk-go-v2 v1.33.0 +require github.com/aws/aws-sdk-go-v2 v1.34.0 -require github.com/aws/smithy-go v1.22.1 // indirect +require github.com/aws/smithy-go v1.22.2 // indirect replace github.com/aws/aws-sdk-go-v2 => ../../../ diff --git a/feature/cloudfront/sign/go.sum b/feature/cloudfront/sign/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/feature/cloudfront/sign/go.sum +++ b/feature/cloudfront/sign/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/feature/cloudfront/sign/go_module_metadata.go b/feature/cloudfront/sign/go_module_metadata.go index fc19f362fdf..521d6a23002 100644 --- a/feature/cloudfront/sign/go_module_metadata.go +++ b/feature/cloudfront/sign/go_module_metadata.go @@ -3,4 +3,4 @@ package sign // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.8.5" +const goModuleVersion = "1.8.6" diff --git a/feature/dsql/auth/CHANGELOG.md b/feature/dsql/auth/CHANGELOG.md index 4794a8d4f6d..887b1309902 100644 --- a/feature/dsql/auth/CHANGELOG.md +++ b/feature/dsql/auth/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.0.4 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.0.3 (2025-01-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/feature/dsql/auth/go.mod b/feature/dsql/auth/go.mod index 656dbd1b586..d249a85ea8a 100644 --- a/feature/dsql/auth/go.mod +++ b/feature/dsql/auth/go.mod @@ -2,8 +2,8 @@ module github.com/aws/aws-sdk-go-v2/feature/dsql/auth go 1.21 -require github.com/aws/aws-sdk-go-v2 v1.33.0 +require github.com/aws/aws-sdk-go-v2 v1.34.0 -require github.com/aws/smithy-go v1.22.1 // indirect +require github.com/aws/smithy-go v1.22.2 // indirect replace github.com/aws/aws-sdk-go-v2 => ../../../ diff --git a/feature/dsql/auth/go.sum b/feature/dsql/auth/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/feature/dsql/auth/go.sum +++ b/feature/dsql/auth/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/feature/dsql/auth/go_module_metadata.go b/feature/dsql/auth/go_module_metadata.go index 5353cbd632d..78e19484318 100644 --- a/feature/dsql/auth/go_module_metadata.go +++ b/feature/dsql/auth/go_module_metadata.go @@ -3,4 +3,4 @@ package auth // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.0.3" +const goModuleVersion = "1.0.4" diff --git a/feature/dynamodb/attributevalue/CHANGELOG.md b/feature/dynamodb/attributevalue/CHANGELOG.md index 88b8858b57e..58890ade9b4 100644 --- a/feature/dynamodb/attributevalue/CHANGELOG.md +++ b/feature/dynamodb/attributevalue/CHANGELOG.md @@ -1,3 +1,9 @@ +# v1.16.0 (2025-01-24) + +* **Feature**: Add FixUnmarshalIndividualSetValues option to DecoderOptions to fix unmarshalling of individual values of StringSet, NumberSet, and BinarySet attributes. +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.15.28 (2025-01-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/feature/dynamodb/attributevalue/decode.go b/feature/dynamodb/attributevalue/decode.go index 15a94f4b24d..9be77b9912a 100644 --- a/feature/dynamodb/attributevalue/decode.go +++ b/feature/dynamodb/attributevalue/decode.go @@ -243,6 +243,11 @@ type DecoderOptions struct { // call UnmarshalText on the target. If the attributevalue is a binary, its // value will be used to call UnmarshalBinary. UseEncodingUnmarshalers bool + + // When enabled, the decoder will call Unmarshaler.UnmarshalDynamoDBAttributeValue + // for each individual set item instead of the whole set at once. + // See issue #2895. + FixUnmarshalIndividualSetValues bool } // A Decoder provides unmarshaling AttributeValues to Go value types. @@ -447,7 +452,15 @@ func (d *Decoder) decodeBinarySet(bs [][]byte, v reflect.Value) error { } u, elem := indirect[Unmarshaler](v.Index(i), indirectOptions{}) if u != nil { - return u.UnmarshalDynamoDBAttributeValue(&types.AttributeValueMemberBS{Value: bs}) + if d.options.FixUnmarshalIndividualSetValues { + err := u.UnmarshalDynamoDBAttributeValue(&types.AttributeValueMemberB{Value: bs[i]}) + if err != nil { + return err + } + continue + } else { + return u.UnmarshalDynamoDBAttributeValue(&types.AttributeValueMemberBS{Value: bs}) + } } if err := d.decodeBinary(bs[i], elem); err != nil { return err @@ -582,7 +595,15 @@ func (d *Decoder) decodeNumberSet(ns []string, v reflect.Value) error { } u, elem := indirect[Unmarshaler](v.Index(i), indirectOptions{}) if u != nil { - return u.UnmarshalDynamoDBAttributeValue(&types.AttributeValueMemberNS{Value: ns}) + if d.options.FixUnmarshalIndividualSetValues { + err := u.UnmarshalDynamoDBAttributeValue(&types.AttributeValueMemberN{Value: ns[i]}) + if err != nil { + return err + } + continue + } else { + return u.UnmarshalDynamoDBAttributeValue(&types.AttributeValueMemberNS{Value: ns}) + } } if err := d.decodeNumber(ns[i], elem, tag{}); err != nil { return err @@ -804,7 +825,15 @@ func (d *Decoder) decodeStringSet(ss []string, v reflect.Value) error { } u, elem := indirect[Unmarshaler](v.Index(i), indirectOptions{}) if u != nil { - return u.UnmarshalDynamoDBAttributeValue(&types.AttributeValueMemberSS{Value: ss}) + if d.options.FixUnmarshalIndividualSetValues { + err := u.UnmarshalDynamoDBAttributeValue(&types.AttributeValueMemberS{Value: ss[i]}) + if err != nil { + return err + } + continue + } else { + return u.UnmarshalDynamoDBAttributeValue(&types.AttributeValueMemberSS{Value: ss}) + } } if err := d.decodeString(ss[i], elem, tag{}); err != nil { return err diff --git a/feature/dynamodb/attributevalue/decode_test.go b/feature/dynamodb/attributevalue/decode_test.go index 9481ed5f7e8..c99887eacbb 100644 --- a/feature/dynamodb/attributevalue/decode_test.go +++ b/feature/dynamodb/attributevalue/decode_test.go @@ -1268,3 +1268,79 @@ func TestUnmarshalBinary(t *testing.T) { t.Errorf("expected %v, got %v", expected, actual) } } + +type testStringItem string + +func (t *testStringItem) UnmarshalDynamoDBAttributeValue(av types.AttributeValue) error { + v, ok := av.(*types.AttributeValueMemberS) + if !ok { + return fmt.Errorf("expecting string value") + } + *t = testStringItem(v.Value) + return nil +} + +type testNumberItem float64 + +func (t *testNumberItem) UnmarshalDynamoDBAttributeValue(av types.AttributeValue) error { + v, ok := av.(*types.AttributeValueMemberN) + if !ok { + return fmt.Errorf("expecting number value") + } + n, err := strconv.ParseFloat(v.Value, 64) + if err != nil { + return err + } + *t = testNumberItem(n) + return nil +} + +type testBinaryItem []byte + +func (t *testBinaryItem) UnmarshalDynamoDBAttributeValue(av types.AttributeValue) error { + v, ok := av.(*types.AttributeValueMemberB) + if !ok { + return fmt.Errorf("expecting binary value") + } + *t = make([]byte, len(v.Value)) + copy(*t, v.Value) + return nil +} + +type testStringSetWithUnmarshaler struct { + Strings []testStringItem `dynamodbav:",stringset"` + Numbers []testNumberItem `dynamodbav:",numberset"` + Binaries []testBinaryItem `dynamodbav:",binaryset"` +} + +func TestUnmarshalIndividualSetValues(t *testing.T) { + in := &types.AttributeValueMemberM{ + Value: map[string]types.AttributeValue{ + "Strings": &types.AttributeValueMemberSS{ + Value: []string{"a", "b"}, + }, + "Numbers": &types.AttributeValueMemberNS{ + Value: []string{"1", "2"}, + }, + "Binaries": &types.AttributeValueMemberBS{ + Value: [][]byte{{1, 2}, {3, 4}}, + }, + }, + } + var actual testStringSetWithUnmarshaler + err := UnmarshalWithOptions(in, &actual, func(o *DecoderOptions) { + o.FixUnmarshalIndividualSetValues = true + }) + if err != nil { + t.Fatalf("expect no error, got %v", err) + } + + expected := testStringSetWithUnmarshaler{ + Strings: []testStringItem{"a", "b"}, + Numbers: []testNumberItem{1, 2}, + Binaries: []testBinaryItem{{1, 2}, {3, 4}}, + } + if diff := cmpDiff(expected, actual); diff != "" { + t.Errorf("expect value match\n%s", diff) + } +} diff --git a/feature/dynamodb/attributevalue/go.mod b/feature/dynamodb/attributevalue/go.mod index 3038860d0a3..75a7e14f5dc 100644 --- a/feature/dynamodb/attributevalue/go.mod +++ b/feature/dynamodb/attributevalue/go.mod @@ -3,12 +3,12 @@ module github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/service/dynamodb v1.39.5 - github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.24.15 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/service/dynamodb v1.39.6 + github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.24.16 ) -require github.com/aws/smithy-go v1.22.1 // indirect +require github.com/aws/smithy-go v1.22.2 // indirect replace github.com/aws/aws-sdk-go-v2 => ../../../ diff --git a/feature/dynamodb/attributevalue/go.sum b/feature/dynamodb/attributevalue/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/feature/dynamodb/attributevalue/go.sum +++ b/feature/dynamodb/attributevalue/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/feature/dynamodb/attributevalue/go_module_metadata.go b/feature/dynamodb/attributevalue/go_module_metadata.go index b0f705a8de2..227dd17fd96 100644 --- a/feature/dynamodb/attributevalue/go_module_metadata.go +++ b/feature/dynamodb/attributevalue/go_module_metadata.go @@ -3,4 +3,4 @@ package attributevalue // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.15.28" +const goModuleVersion = "1.16.0" diff --git a/feature/dynamodb/expression/CHANGELOG.md b/feature/dynamodb/expression/CHANGELOG.md index 2bb6caaa72e..f6fc2d6bfd4 100644 --- a/feature/dynamodb/expression/CHANGELOG.md +++ b/feature/dynamodb/expression/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.7.64 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.7.63 (2025-01-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/feature/dynamodb/expression/go.mod b/feature/dynamodb/expression/go.mod index d1d77341b29..8841ecf9679 100644 --- a/feature/dynamodb/expression/go.mod +++ b/feature/dynamodb/expression/go.mod @@ -3,18 +3,18 @@ module github.com/aws/aws-sdk-go-v2/feature/dynamodb/expression go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.15.28 - github.com/aws/aws-sdk-go-v2/service/dynamodb v1.39.5 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.16.0 + github.com/aws/aws-sdk-go-v2/service/dynamodb v1.39.6 ) require ( - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 // indirect - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 // indirect - github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.24.15 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.1 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.10.9 // indirect - github.com/aws/smithy-go v1.22.1 // indirect + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 // indirect + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 // indirect + github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.24.16 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.2 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.10.10 // indirect + github.com/aws/smithy-go v1.22.2 // indirect github.com/jmespath/go-jmespath v0.4.0 // indirect ) diff --git a/feature/dynamodb/expression/go.sum b/feature/dynamodb/expression/go.sum index aa7eb14ff92..3df7c5c8b09 100644 --- a/feature/dynamodb/expression/go.sum +++ b/feature/dynamodb/expression/go.sum @@ -1,5 +1,5 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/jmespath/go-jmespath v0.4.0 h1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9YPoQUg= diff --git a/feature/dynamodb/expression/go_module_metadata.go b/feature/dynamodb/expression/go_module_metadata.go index 00dc4e6166a..d829fd2e737 100644 --- a/feature/dynamodb/expression/go_module_metadata.go +++ b/feature/dynamodb/expression/go_module_metadata.go @@ -3,4 +3,4 @@ package expression // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.7.63" +const goModuleVersion = "1.7.64" diff --git a/feature/dynamodbstreams/attributevalue/CHANGELOG.md b/feature/dynamodbstreams/attributevalue/CHANGELOG.md index 8ad4f45d828..cc93a13cc44 100644 --- a/feature/dynamodbstreams/attributevalue/CHANGELOG.md +++ b/feature/dynamodbstreams/attributevalue/CHANGELOG.md @@ -1,3 +1,9 @@ +# v1.15.0 (2025-01-24) + +* **Feature**: Add FixUnmarshalIndividualSetValues option to DecoderOptions to fix unmarshalling of individual values of StringSet, NumberSet, and BinarySet attributes. +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.14.63 (2025-01-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/feature/dynamodbstreams/attributevalue/decode.go b/feature/dynamodbstreams/attributevalue/decode.go index 35021869967..f8ddfecd09c 100644 --- a/feature/dynamodbstreams/attributevalue/decode.go +++ b/feature/dynamodbstreams/attributevalue/decode.go @@ -243,6 +243,11 @@ type DecoderOptions struct { // call UnmarshalText on the target. If the attributevalue is a binary, its // value will be used to call UnmarshalBinary. UseEncodingUnmarshalers bool + + // When enabled, the decoder will call Unmarshaler.UnmarshalDynamoDBStreamsAttributeValue + // for each individual set item instead of the whole set at once. + // See issue #2895. + FixUnmarshalIndividualSetValues bool } // A Decoder provides unmarshaling AttributeValues to Go value types. @@ -447,7 +452,15 @@ func (d *Decoder) decodeBinarySet(bs [][]byte, v reflect.Value) error { } u, elem := indirect[Unmarshaler](v.Index(i), indirectOptions{}) if u != nil { - return u.UnmarshalDynamoDBStreamsAttributeValue(&types.AttributeValueMemberBS{Value: bs}) + if d.options.FixUnmarshalIndividualSetValues { + err := u.UnmarshalDynamoDBStreamsAttributeValue(&types.AttributeValueMemberB{Value: bs[i]}) + if err != nil { + return err + } + continue + } else { + return u.UnmarshalDynamoDBStreamsAttributeValue(&types.AttributeValueMemberBS{Value: bs}) + } } if err := d.decodeBinary(bs[i], elem); err != nil { return err @@ -582,7 +595,15 @@ func (d *Decoder) decodeNumberSet(ns []string, v reflect.Value) error { } u, elem := indirect[Unmarshaler](v.Index(i), indirectOptions{}) if u != nil { - return u.UnmarshalDynamoDBStreamsAttributeValue(&types.AttributeValueMemberNS{Value: ns}) + if d.options.FixUnmarshalIndividualSetValues { + err := u.UnmarshalDynamoDBStreamsAttributeValue(&types.AttributeValueMemberN{Value: ns[i]}) + if err != nil { + return err + } + continue + } else { + return u.UnmarshalDynamoDBStreamsAttributeValue(&types.AttributeValueMemberNS{Value: ns}) + } } if err := d.decodeNumber(ns[i], elem, tag{}); err != nil { return err @@ -804,7 +825,15 @@ func (d *Decoder) decodeStringSet(ss []string, v reflect.Value) error { } u, elem := indirect[Unmarshaler](v.Index(i), indirectOptions{}) if u != nil { - return u.UnmarshalDynamoDBStreamsAttributeValue(&types.AttributeValueMemberSS{Value: ss}) + if d.options.FixUnmarshalIndividualSetValues { + err := u.UnmarshalDynamoDBStreamsAttributeValue(&types.AttributeValueMemberS{Value: ss[i]}) + if err != nil { + return err + } + continue + } else { + return u.UnmarshalDynamoDBStreamsAttributeValue(&types.AttributeValueMemberSS{Value: ss}) + } } if err := d.decodeString(ss[i], elem, tag{}); err != nil { return err diff --git a/feature/dynamodbstreams/attributevalue/decode_test.go b/feature/dynamodbstreams/attributevalue/decode_test.go index 1bccef17abb..0de682390cd 100644 --- a/feature/dynamodbstreams/attributevalue/decode_test.go +++ b/feature/dynamodbstreams/attributevalue/decode_test.go @@ -1268,3 +1268,79 @@ func TestUnmarshalBinary(t *testing.T) { t.Errorf("expected %v, got %v", expected, actual) } } + +type testStringItem string + +func (t *testStringItem) UnmarshalDynamoDBStreamsAttributeValue(av types.AttributeValue) error { + v, ok := av.(*types.AttributeValueMemberS) + if !ok { + return fmt.Errorf("expecting string value") + } + *t = testStringItem(v.Value) + return nil +} + +type testNumberItem float64 + +func (t *testNumberItem) UnmarshalDynamoDBStreamsAttributeValue(av types.AttributeValue) error { + v, ok := av.(*types.AttributeValueMemberN) + if !ok { + return fmt.Errorf("expecting number value") + } + n, err := strconv.ParseFloat(v.Value, 64) + if err != nil { + return err + } + *t = testNumberItem(n) + return nil +} + +type testBinaryItem []byte + +func (t *testBinaryItem) UnmarshalDynamoDBStreamsAttributeValue(av types.AttributeValue) error { + v, ok := av.(*types.AttributeValueMemberB) + if !ok { + return fmt.Errorf("expecting binary value") + } + *t = make([]byte, len(v.Value)) + copy(*t, v.Value) + return nil +} + +type testStringSetWithUnmarshaler struct { + Strings []testStringItem `dynamodbav:",stringset"` + Numbers []testNumberItem `dynamodbav:",numberset"` + Binaries []testBinaryItem `dynamodbav:",binaryset"` +} + +func TestUnmarshalIndividualSetValues(t *testing.T) { + in := &types.AttributeValueMemberM{ + Value: map[string]types.AttributeValue{ + "Strings": &types.AttributeValueMemberSS{ + Value: []string{"a", "b"}, + }, + "Numbers": &types.AttributeValueMemberNS{ + Value: []string{"1", "2"}, + }, + "Binaries": &types.AttributeValueMemberBS{ + Value: [][]byte{{1, 2}, {3, 4}}, + }, + }, + } + var actual testStringSetWithUnmarshaler + err := UnmarshalWithOptions(in, &actual, func(o *DecoderOptions) { + o.FixUnmarshalIndividualSetValues = true + }) + if err != nil { + t.Fatalf("expect no error, got %v", err) + } + + expected := testStringSetWithUnmarshaler{ + Strings: []testStringItem{"a", "b"}, + Numbers: []testNumberItem{1, 2}, + Binaries: []testBinaryItem{{1, 2}, {3, 4}}, + } + if diff := cmpDiff(expected, actual); diff != "" { + t.Errorf("expect value match\n%s", diff) + } +} diff --git a/feature/dynamodbstreams/attributevalue/go.mod b/feature/dynamodbstreams/attributevalue/go.mod index 8ede536f23b..2f35a23d28e 100644 --- a/feature/dynamodbstreams/attributevalue/go.mod +++ b/feature/dynamodbstreams/attributevalue/go.mod @@ -3,12 +3,12 @@ module github.com/aws/aws-sdk-go-v2/feature/dynamodbstreams/attributevalue go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/service/dynamodb v1.39.5 - github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.24.15 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/service/dynamodb v1.39.6 + github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.24.16 ) -require github.com/aws/smithy-go v1.22.1 // indirect +require github.com/aws/smithy-go v1.22.2 // indirect replace github.com/aws/aws-sdk-go-v2 => ../../../ diff --git a/feature/dynamodbstreams/attributevalue/go.sum b/feature/dynamodbstreams/attributevalue/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/feature/dynamodbstreams/attributevalue/go.sum +++ b/feature/dynamodbstreams/attributevalue/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/feature/dynamodbstreams/attributevalue/go_module_metadata.go b/feature/dynamodbstreams/attributevalue/go_module_metadata.go index c325c7a919c..f4c8ccb3bb1 100644 --- a/feature/dynamodbstreams/attributevalue/go_module_metadata.go +++ b/feature/dynamodbstreams/attributevalue/go_module_metadata.go @@ -3,4 +3,4 @@ package attributevalue // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.14.63" +const goModuleVersion = "1.15.0" diff --git a/feature/ec2/imds/CHANGELOG.md b/feature/ec2/imds/CHANGELOG.md index 82ed689dc2a..3154dfa30f8 100644 --- a/feature/ec2/imds/CHANGELOG.md +++ b/feature/ec2/imds/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.16.25 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.16.24 (2025-01-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/feature/ec2/imds/go.mod b/feature/ec2/imds/go.mod index b3ec119e1c7..daf6e5b9acf 100644 --- a/feature/ec2/imds/go.mod +++ b/feature/ec2/imds/go.mod @@ -3,8 +3,8 @@ module github.com/aws/aws-sdk-go-v2/feature/ec2/imds go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../../ diff --git a/feature/ec2/imds/go.sum b/feature/ec2/imds/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/feature/ec2/imds/go.sum +++ b/feature/ec2/imds/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/feature/ec2/imds/go_module_metadata.go b/feature/ec2/imds/go_module_metadata.go index 694b1148fbc..cb091ba3347 100644 --- a/feature/ec2/imds/go_module_metadata.go +++ b/feature/ec2/imds/go_module_metadata.go @@ -3,4 +3,4 @@ package imds // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.16.24" +const goModuleVersion = "1.16.25" diff --git a/feature/ec2/imds/internal/configtesting/go.mod b/feature/ec2/imds/internal/configtesting/go.mod index 8829b9cf774..8fac64643a7 100644 --- a/feature/ec2/imds/internal/configtesting/go.mod +++ b/feature/ec2/imds/internal/configtesting/go.mod @@ -3,22 +3,22 @@ module github.com/aws/aws-sdk-go-v2/feature/ec2/imds/internal/configtesting go 1.21 require ( - github.com/aws/aws-sdk-go-v2/config v1.29.1 - github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.24 + github.com/aws/aws-sdk-go-v2/config v1.29.2 + github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.25 ) require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 // indirect - github.com/aws/aws-sdk-go-v2/credentials v1.17.54 // indirect - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 // indirect - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 // indirect - github.com/aws/aws-sdk-go-v2/internal/ini v1.8.1 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.1 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.9 // indirect - github.com/aws/aws-sdk-go-v2/service/sso v1.24.11 // indirect - github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.10 // indirect - github.com/aws/aws-sdk-go-v2/service/sts v1.33.9 // indirect - github.com/aws/smithy-go v1.22.1 // indirect + github.com/aws/aws-sdk-go-v2 v1.34.0 // indirect + github.com/aws/aws-sdk-go-v2/credentials v1.17.55 // indirect + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 // indirect + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 // indirect + github.com/aws/aws-sdk-go-v2/internal/ini v1.8.2 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.2 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.10 // indirect + github.com/aws/aws-sdk-go-v2/service/sso v1.24.12 // indirect + github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.11 // indirect + github.com/aws/aws-sdk-go-v2/service/sts v1.33.10 // indirect + github.com/aws/smithy-go v1.22.2 // indirect ) replace github.com/aws/aws-sdk-go-v2 => ../../../../../ diff --git a/feature/ec2/imds/internal/configtesting/go.sum b/feature/ec2/imds/internal/configtesting/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/feature/ec2/imds/internal/configtesting/go.sum +++ b/feature/ec2/imds/internal/configtesting/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/feature/rds/auth/CHANGELOG.md b/feature/rds/auth/CHANGELOG.md index 772f701277b..4d8109e65a9 100644 --- a/feature/rds/auth/CHANGELOG.md +++ b/feature/rds/auth/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.5.5 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.5.4 (2025-01-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/feature/rds/auth/go.mod b/feature/rds/auth/go.mod index 82c38428c58..97ebf385661 100644 --- a/feature/rds/auth/go.mod +++ b/feature/rds/auth/go.mod @@ -2,8 +2,8 @@ module github.com/aws/aws-sdk-go-v2/feature/rds/auth go 1.21 -require github.com/aws/aws-sdk-go-v2 v1.33.0 +require github.com/aws/aws-sdk-go-v2 v1.34.0 -require github.com/aws/smithy-go v1.22.1 // indirect +require github.com/aws/smithy-go v1.22.2 // indirect replace github.com/aws/aws-sdk-go-v2 => ../../../ diff --git a/feature/rds/auth/go.sum b/feature/rds/auth/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/feature/rds/auth/go.sum +++ b/feature/rds/auth/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/feature/rds/auth/go_module_metadata.go b/feature/rds/auth/go_module_metadata.go index a0a57b6b42c..35eb12c7811 100644 --- a/feature/rds/auth/go_module_metadata.go +++ b/feature/rds/auth/go_module_metadata.go @@ -3,4 +3,4 @@ package auth // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.5.4" +const goModuleVersion = "1.5.5" diff --git a/feature/s3/manager/CHANGELOG.md b/feature/s3/manager/CHANGELOG.md index 1cd00d7efcb..18d21d1fbd7 100644 --- a/feature/s3/manager/CHANGELOG.md +++ b/feature/s3/manager/CHANGELOG.md @@ -1,3 +1,13 @@ +# v1.17.54 (2025-01-24) + +* **Bug Fix**: Fix incorrect reference to old s3manager in comments. +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + +# v1.17.53 (2025-01-22) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.52 (2025-01-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/feature/s3/manager/download.go b/feature/s3/manager/download.go index 5a9fe2dd34c..3994364472b 100644 --- a/feature/s3/manager/download.go +++ b/feature/s3/manager/download.go @@ -158,7 +158,7 @@ func NewDownloader(c DownloadAPIClient, options ...func(*Downloader)) *Downloade // // pre-allocate in memory buffer, where headObject type is *s3.HeadObjectOutput // buf := make([]byte, int(headObject.ContentLength)) // // wrap with aws.WriteAtBuffer -// w := s3manager.NewWriteAtBuffer(buf) +// w := manager.NewWriteAtBuffer(buf) // // download file into the memory // numBytesDownloaded, err := downloader.Download(ctx, w, &s3.GetObjectInput{ // Bucket: aws.String(bucket), diff --git a/feature/s3/manager/go.mod b/feature/s3/manager/go.mod index a07bf9ce293..72f35d31649 100644 --- a/feature/s3/manager/go.mod +++ b/feature/s3/manager/go.mod @@ -3,27 +3,27 @@ module github.com/aws/aws-sdk-go-v2/feature/s3/manager go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/config v1.29.1 - github.com/aws/aws-sdk-go-v2/service/s3 v1.73.2 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/config v1.29.2 + github.com/aws/aws-sdk-go-v2/service/s3 v1.74.1 + github.com/aws/smithy-go v1.22.2 ) require ( - github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.7 // indirect - github.com/aws/aws-sdk-go-v2/credentials v1.17.54 // indirect - github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.24 // indirect - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 // indirect - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 // indirect - github.com/aws/aws-sdk-go-v2/internal/ini v1.8.1 // indirect - github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.28 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.1 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.5.2 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.9 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.9 // indirect - github.com/aws/aws-sdk-go-v2/service/sso v1.24.11 // indirect - github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.10 // indirect - github.com/aws/aws-sdk-go-v2/service/sts v1.33.9 // indirect + github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.8 // indirect + github.com/aws/aws-sdk-go-v2/credentials v1.17.55 // indirect + github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.25 // indirect + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 // indirect + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 // indirect + github.com/aws/aws-sdk-go-v2/internal/ini v1.8.2 // indirect + github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.29 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.2 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.5.3 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.10 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.10 // indirect + github.com/aws/aws-sdk-go-v2/service/sso v1.24.12 // indirect + github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.11 // indirect + github.com/aws/aws-sdk-go-v2/service/sts v1.33.10 // indirect ) replace github.com/aws/aws-sdk-go-v2 => ../../../ diff --git a/feature/s3/manager/go.sum b/feature/s3/manager/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/feature/s3/manager/go.sum +++ b/feature/s3/manager/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/feature/s3/manager/go_module_metadata.go b/feature/s3/manager/go_module_metadata.go index 8e7e7847ce8..f235daeb449 100644 --- a/feature/s3/manager/go_module_metadata.go +++ b/feature/s3/manager/go_module_metadata.go @@ -3,4 +3,4 @@ package manager // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.17.52" +const goModuleVersion = "1.17.54" diff --git a/feature/s3/manager/types.go b/feature/s3/manager/types.go index 968f907327f..399d81aaee2 100644 --- a/feature/s3/manager/types.go +++ b/feature/s3/manager/types.go @@ -15,7 +15,7 @@ import ( // requires payload signing. // // Note: If using with S3 PutObject to stream an object upload. The SDK's S3 -// Upload Manager(s3manager.Uploader) provides support for streaming +// Upload Manager(manager.Uploader) provides support for streaming // with the ability to retry network errors. func ReadSeekCloser(r io.Reader) *ReaderSeekerCloser { return &ReaderSeekerCloser{r} @@ -137,7 +137,7 @@ func (r *ReaderSeekerCloser) Close() error { } // A WriteAtBuffer provides a in memory buffer supporting the io.WriterAt interface -// Can be used with the s3manager.Downloader to download content to a buffer +// Can be used with the manager.Downloader to download content to a buffer // in memory. Safe to use concurrently. type WriteAtBuffer struct { buf []byte diff --git a/go.mod b/go.mod index 90925d09527..79f24a9b00f 100644 --- a/go.mod +++ b/go.mod @@ -1,7 +1,7 @@ module github.com/aws/aws-sdk-go-v2 require ( - github.com/aws/smithy-go v1.22.1 + github.com/aws/smithy-go v1.22.2 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/go.sum b/go.sum index aa7eb14ff92..3df7c5c8b09 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/jmespath/go-jmespath v0.4.0 h1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9YPoQUg= diff --git a/internal/configsources/CHANGELOG.md b/internal/configsources/CHANGELOG.md index ec84287b5a6..9818ebc724e 100644 --- a/internal/configsources/CHANGELOG.md +++ b/internal/configsources/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.3.29 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.3.28 (2025-01-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/internal/configsources/configtesting/go.mod b/internal/configsources/configtesting/go.mod index a4b5e474011..5690ed9f6b4 100644 --- a/internal/configsources/configtesting/go.mod +++ b/internal/configsources/configtesting/go.mod @@ -3,22 +3,22 @@ module github.com/aws/aws-sdk-go-v2/internal/configsources/configtesting go 1.21 require ( - github.com/aws/aws-sdk-go-v2/config v1.29.1 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 + github.com/aws/aws-sdk-go-v2/config v1.29.2 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 ) require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 // indirect - github.com/aws/aws-sdk-go-v2/credentials v1.17.54 // indirect - github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.24 // indirect - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 // indirect - github.com/aws/aws-sdk-go-v2/internal/ini v1.8.1 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.1 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.9 // indirect - github.com/aws/aws-sdk-go-v2/service/sso v1.24.11 // indirect - github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.10 // indirect - github.com/aws/aws-sdk-go-v2/service/sts v1.33.9 // indirect - github.com/aws/smithy-go v1.22.1 // indirect + github.com/aws/aws-sdk-go-v2 v1.34.0 // indirect + github.com/aws/aws-sdk-go-v2/credentials v1.17.55 // indirect + github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.25 // indirect + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 // indirect + github.com/aws/aws-sdk-go-v2/internal/ini v1.8.2 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.2 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.10 // indirect + github.com/aws/aws-sdk-go-v2/service/sso v1.24.12 // indirect + github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.11 // indirect + github.com/aws/aws-sdk-go-v2/service/sts v1.33.10 // indirect + github.com/aws/smithy-go v1.22.2 // indirect ) replace github.com/aws/aws-sdk-go-v2 => ../../../ diff --git a/internal/configsources/configtesting/go.sum b/internal/configsources/configtesting/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/internal/configsources/configtesting/go.sum +++ b/internal/configsources/configtesting/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/internal/configsources/go.mod b/internal/configsources/go.mod index 115fb96f9b1..49250a2a0a2 100644 --- a/internal/configsources/go.mod +++ b/internal/configsources/go.mod @@ -2,8 +2,8 @@ module github.com/aws/aws-sdk-go-v2/internal/configsources go 1.21 -require github.com/aws/aws-sdk-go-v2 v1.33.0 +require github.com/aws/aws-sdk-go-v2 v1.34.0 -require github.com/aws/smithy-go v1.22.1 // indirect +require github.com/aws/smithy-go v1.22.2 // indirect replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/internal/configsources/go.sum b/internal/configsources/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/internal/configsources/go.sum +++ b/internal/configsources/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/internal/configsources/go_module_metadata.go b/internal/configsources/go_module_metadata.go index 7ad6eaf9db2..39765330361 100644 --- a/internal/configsources/go_module_metadata.go +++ b/internal/configsources/go_module_metadata.go @@ -3,4 +3,4 @@ package configsources // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.3.28" +const goModuleVersion = "1.3.29" diff --git a/internal/endpoints/v2/CHANGELOG.md b/internal/endpoints/v2/CHANGELOG.md index f9eb3c6addd..d30a3176b53 100644 --- a/internal/endpoints/v2/CHANGELOG.md +++ b/internal/endpoints/v2/CHANGELOG.md @@ -1,3 +1,8 @@ +# v2.6.29 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v2.6.28 (2025-01-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/internal/endpoints/v2/go.mod b/internal/endpoints/v2/go.mod index 4ded66b631d..a2fb63eee0e 100644 --- a/internal/endpoints/v2/go.mod +++ b/internal/endpoints/v2/go.mod @@ -3,8 +3,8 @@ module github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../../ diff --git a/internal/endpoints/v2/go.sum b/internal/endpoints/v2/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/internal/endpoints/v2/go.sum +++ b/internal/endpoints/v2/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/internal/endpoints/v2/go_module_metadata.go b/internal/endpoints/v2/go_module_metadata.go index 44d8b51950a..994cb44cf8b 100644 --- a/internal/endpoints/v2/go_module_metadata.go +++ b/internal/endpoints/v2/go_module_metadata.go @@ -3,4 +3,4 @@ package endpoints // goModuleVersion is the tagged release for this module -const goModuleVersion = "2.6.28" +const goModuleVersion = "2.6.29" diff --git a/internal/ini/CHANGELOG.md b/internal/ini/CHANGELOG.md index be61098b46d..1d23b9be22d 100644 --- a/internal/ini/CHANGELOG.md +++ b/internal/ini/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.8.2 (2025-01-24) + +* **Bug Fix**: Refactor filepath.Walk to filepath.WalkDir + # v1.8.1 (2024-08-15) * **Dependency Update**: Bump minimum Go version to 1.21. diff --git a/internal/ini/go_module_metadata.go b/internal/ini/go_module_metadata.go index ef6a38110ed..355ed39e111 100644 --- a/internal/ini/go_module_metadata.go +++ b/internal/ini/go_module_metadata.go @@ -3,4 +3,4 @@ package ini // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.8.1" +const goModuleVersion = "1.8.2" diff --git a/internal/ini/ini_test.go b/internal/ini/ini_test.go index 92c7e2007bd..68837e6dc37 100644 --- a/internal/ini/ini_test.go +++ b/internal/ini/ini_test.go @@ -3,6 +3,7 @@ package ini import ( "encoding/json" "fmt" + "io/fs" "io/ioutil" "os" "path/filepath" @@ -12,13 +13,13 @@ import ( func TestValidDataFiles(t *testing.T) { const expectedFileSuffix = "_expected" - err := filepath.Walk(filepath.Join("testdata", "valid"), - func(path string, info os.FileInfo, fnErr error) (err error) { + err := filepath.WalkDir(filepath.Join("testdata", "valid"), + func(path string, d fs.DirEntry, fnErr error) (err error) { if strings.HasSuffix(path, expectedFileSuffix) { return nil } - if info.IsDir() { + if d.IsDir() { return nil } diff --git a/internal/protocoltest/awsrestjson/go.mod b/internal/protocoltest/awsrestjson/go.mod index 8310945a65a..3156b95e48f 100644 --- a/internal/protocoltest/awsrestjson/go.mod +++ b/internal/protocoltest/awsrestjson/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/internal/protocoltest/awsrestjson go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../../ diff --git a/internal/protocoltest/awsrestjson/go.sum b/internal/protocoltest/awsrestjson/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/internal/protocoltest/awsrestjson/go.sum +++ b/internal/protocoltest/awsrestjson/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/internal/protocoltest/ec2query/go.mod b/internal/protocoltest/ec2query/go.mod index 5df83167de1..21b843f3a98 100644 --- a/internal/protocoltest/ec2query/go.mod +++ b/internal/protocoltest/ec2query/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/internal/protocoltest/ec2query go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../../ diff --git a/internal/protocoltest/ec2query/go.sum b/internal/protocoltest/ec2query/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/internal/protocoltest/ec2query/go.sum +++ b/internal/protocoltest/ec2query/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/internal/protocoltest/jsonrpc/go.mod b/internal/protocoltest/jsonrpc/go.mod index 5998b7abc6a..d986fd6f78c 100644 --- a/internal/protocoltest/jsonrpc/go.mod +++ b/internal/protocoltest/jsonrpc/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/internal/protocoltest/jsonrpc go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../../ diff --git a/internal/protocoltest/jsonrpc/go.sum b/internal/protocoltest/jsonrpc/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/internal/protocoltest/jsonrpc/go.sum +++ b/internal/protocoltest/jsonrpc/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/internal/protocoltest/jsonrpc10/go.mod b/internal/protocoltest/jsonrpc10/go.mod index 075f636f0e9..733cf2d3a19 100644 --- a/internal/protocoltest/jsonrpc10/go.mod +++ b/internal/protocoltest/jsonrpc10/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/internal/protocoltest/jsonrpc10 go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../../ diff --git a/internal/protocoltest/jsonrpc10/go.sum b/internal/protocoltest/jsonrpc10/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/internal/protocoltest/jsonrpc10/go.sum +++ b/internal/protocoltest/jsonrpc10/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/internal/protocoltest/query/go.mod b/internal/protocoltest/query/go.mod index 703485e722e..82b92825218 100644 --- a/internal/protocoltest/query/go.mod +++ b/internal/protocoltest/query/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/internal/protocoltest/query go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../../ diff --git a/internal/protocoltest/query/go.sum b/internal/protocoltest/query/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/internal/protocoltest/query/go.sum +++ b/internal/protocoltest/query/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/internal/protocoltest/restxml/go.mod b/internal/protocoltest/restxml/go.mod index 98081ec1653..b1dcc4371db 100644 --- a/internal/protocoltest/restxml/go.mod +++ b/internal/protocoltest/restxml/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/internal/protocoltest/restxml go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../../ diff --git a/internal/protocoltest/restxml/go.sum b/internal/protocoltest/restxml/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/internal/protocoltest/restxml/go.sum +++ b/internal/protocoltest/restxml/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/internal/protocoltest/restxmlwithnamespace/go.mod b/internal/protocoltest/restxmlwithnamespace/go.mod index ac27e598f94..412d11f084a 100644 --- a/internal/protocoltest/restxmlwithnamespace/go.mod +++ b/internal/protocoltest/restxmlwithnamespace/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/internal/protocoltest/restxmlwithnamespace go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../../ diff --git a/internal/protocoltest/restxmlwithnamespace/go.sum b/internal/protocoltest/restxmlwithnamespace/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/internal/protocoltest/restxmlwithnamespace/go.sum +++ b/internal/protocoltest/restxmlwithnamespace/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/internal/protocoltest/smithyrpcv2cbor/go.mod b/internal/protocoltest/smithyrpcv2cbor/go.mod index bca6a0ebe1f..5f5a14131be 100644 --- a/internal/protocoltest/smithyrpcv2cbor/go.mod +++ b/internal/protocoltest/smithyrpcv2cbor/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/internal/protocoltest/smithyrpcv2cbor go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../../ diff --git a/internal/protocoltest/smithyrpcv2cbor/go.sum b/internal/protocoltest/smithyrpcv2cbor/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/internal/protocoltest/smithyrpcv2cbor/go.sum +++ b/internal/protocoltest/smithyrpcv2cbor/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/internal/repotools/cmd/syncAPIModels/main.go b/internal/repotools/cmd/syncAPIModels/main.go index 6b8e4ff2ff6..cfbb66ed93d 100644 --- a/internal/repotools/cmd/syncAPIModels/main.go +++ b/internal/repotools/cmd/syncAPIModels/main.go @@ -5,6 +5,7 @@ import ( "flag" "fmt" "io" + "io/fs" "log" "os" "path/filepath" @@ -74,13 +75,13 @@ type SourceModel struct { func findSmithyModels(modelPath string) (map[string]SourceModel, error) { models := map[string]SourceModel{} - err := filepath.Walk(modelPath, - func(path string, info os.FileInfo, err error) error { - if err != nil || info.IsDir() { + err := filepath.WalkDir(modelPath, + func(path string, d fs.DirEntry, err error) error { + if err != nil || d.IsDir() { return err } - if filepath.Ext(info.Name()) != ".json" { + if filepath.Ext(d.Name()) != ".json" { return nil } diff --git a/internal/v4a/CHANGELOG.md b/internal/v4a/CHANGELOG.md index aab35c8d98a..dc3aadcf4c5 100644 --- a/internal/v4a/CHANGELOG.md +++ b/internal/v4a/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.3.29 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.3.28 (2025-01-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/internal/v4a/go.mod b/internal/v4a/go.mod index ceabfdeb72d..1afdc6a1aea 100644 --- a/internal/v4a/go.mod +++ b/internal/v4a/go.mod @@ -3,8 +3,8 @@ module github.com/aws/aws-sdk-go-v2/internal/v4a go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/internal/v4a/go.sum b/internal/v4a/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/internal/v4a/go.sum +++ b/internal/v4a/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/internal/v4a/go_module_metadata.go b/internal/v4a/go_module_metadata.go index 46d009b75e5..eb85d57b9d1 100644 --- a/internal/v4a/go_module_metadata.go +++ b/internal/v4a/go_module_metadata.go @@ -3,4 +3,4 @@ package v4a // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.3.28" +const goModuleVersion = "1.3.29" diff --git a/modman.toml b/modman.toml index 9cfb9026daa..c642b50193b 100644 --- a/modman.toml +++ b/modman.toml @@ -1,7 +1,7 @@ [dependencies] "github.com/aws/aws-sdk-go" = "v1.44.28" - "github.com/aws/smithy-go" = "v1.22.1" + "github.com/aws/smithy-go" = "v1.22.2" "github.com/jmespath/go-jmespath" = "v0.4.0" [modules] diff --git a/service/accessanalyzer/CHANGELOG.md b/service/accessanalyzer/CHANGELOG.md index 28a63dc6279..e5d8eb2fa39 100644 --- a/service/accessanalyzer/CHANGELOG.md +++ b/service/accessanalyzer/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.36.9 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.36.8 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/accessanalyzer/go.mod b/service/accessanalyzer/go.mod index de15520ff07..f61b77cfe81 100644 --- a/service/accessanalyzer/go.mod +++ b/service/accessanalyzer/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/accessanalyzer go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/accessanalyzer/go.sum b/service/accessanalyzer/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/accessanalyzer/go.sum +++ b/service/accessanalyzer/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/accessanalyzer/go_module_metadata.go b/service/accessanalyzer/go_module_metadata.go index 7ef64b74fb7..b3952aab297 100644 --- a/service/accessanalyzer/go_module_metadata.go +++ b/service/accessanalyzer/go_module_metadata.go @@ -3,4 +3,4 @@ package accessanalyzer // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.36.8" +const goModuleVersion = "1.36.9" diff --git a/service/account/CHANGELOG.md b/service/account/CHANGELOG.md index 3f64e7de20c..e98af768b14 100644 --- a/service/account/CHANGELOG.md +++ b/service/account/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.22.5 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.22.4 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/account/go.mod b/service/account/go.mod index 2fea464a6b0..25e0c34682a 100644 --- a/service/account/go.mod +++ b/service/account/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/account go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/account/go.sum b/service/account/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/account/go.sum +++ b/service/account/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/account/go_module_metadata.go b/service/account/go_module_metadata.go index 7371c4294a0..b41c0bb39ff 100644 --- a/service/account/go_module_metadata.go +++ b/service/account/go_module_metadata.go @@ -3,4 +3,4 @@ package account // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.22.4" +const goModuleVersion = "1.22.5" diff --git a/service/acm/CHANGELOG.md b/service/acm/CHANGELOG.md index 6159574a0c5..6dbe4638c00 100644 --- a/service/acm/CHANGELOG.md +++ b/service/acm/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.30.14 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.30.13 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/acm/go.mod b/service/acm/go.mod index c16ce06c484..3408fa57d1f 100644 --- a/service/acm/go.mod +++ b/service/acm/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/acm go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/acm/go.sum b/service/acm/go.sum index aa7eb14ff92..3df7c5c8b09 100644 --- a/service/acm/go.sum +++ b/service/acm/go.sum @@ -1,5 +1,5 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/jmespath/go-jmespath v0.4.0 h1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9YPoQUg= diff --git a/service/acm/go_module_metadata.go b/service/acm/go_module_metadata.go index 435453bc836..6502ad9df08 100644 --- a/service/acm/go_module_metadata.go +++ b/service/acm/go_module_metadata.go @@ -3,4 +3,4 @@ package acm // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.30.13" +const goModuleVersion = "1.30.14" diff --git a/service/acmpca/CHANGELOG.md b/service/acmpca/CHANGELOG.md index d228578969f..d1ea261c9a4 100644 --- a/service/acmpca/CHANGELOG.md +++ b/service/acmpca/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.37.14 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.37.13 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/acmpca/go.mod b/service/acmpca/go.mod index 0435c166a02..77772fe07e0 100644 --- a/service/acmpca/go.mod +++ b/service/acmpca/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/acmpca go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/acmpca/go.sum b/service/acmpca/go.sum index aa7eb14ff92..3df7c5c8b09 100644 --- a/service/acmpca/go.sum +++ b/service/acmpca/go.sum @@ -1,5 +1,5 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/jmespath/go-jmespath v0.4.0 h1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9YPoQUg= diff --git a/service/acmpca/go_module_metadata.go b/service/acmpca/go_module_metadata.go index 0432e9d2904..9aaea6d3689 100644 --- a/service/acmpca/go_module_metadata.go +++ b/service/acmpca/go_module_metadata.go @@ -3,4 +3,4 @@ package acmpca // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.37.13" +const goModuleVersion = "1.37.14" diff --git a/service/amp/CHANGELOG.md b/service/amp/CHANGELOG.md index 1189b9e5be3..ca51dd9f71a 100644 --- a/service/amp/CHANGELOG.md +++ b/service/amp/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.30.10 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.30.9 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/amp/go.mod b/service/amp/go.mod index 275692b07e9..c3e63c063ba 100644 --- a/service/amp/go.mod +++ b/service/amp/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/amp go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/amp/go.sum b/service/amp/go.sum index aa7eb14ff92..3df7c5c8b09 100644 --- a/service/amp/go.sum +++ b/service/amp/go.sum @@ -1,5 +1,5 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/jmespath/go-jmespath v0.4.0 h1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9YPoQUg= diff --git a/service/amp/go_module_metadata.go b/service/amp/go_module_metadata.go index 4bdfa1a21a6..7999d282194 100644 --- a/service/amp/go_module_metadata.go +++ b/service/amp/go_module_metadata.go @@ -3,4 +3,4 @@ package amp // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.30.9" +const goModuleVersion = "1.30.10" diff --git a/service/amplify/CHANGELOG.md b/service/amplify/CHANGELOG.md index 6de17f87254..2dcd6f5c359 100644 --- a/service/amplify/CHANGELOG.md +++ b/service/amplify/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.28.5 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.28.4 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/amplify/go.mod b/service/amplify/go.mod index 26cbf48b406..1ca95ba3f20 100644 --- a/service/amplify/go.mod +++ b/service/amplify/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/amplify go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/amplify/go.sum b/service/amplify/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/amplify/go.sum +++ b/service/amplify/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/amplify/go_module_metadata.go b/service/amplify/go_module_metadata.go index b054d446a54..17cdb709b24 100644 --- a/service/amplify/go_module_metadata.go +++ b/service/amplify/go_module_metadata.go @@ -3,4 +3,4 @@ package amplify // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.28.4" +const goModuleVersion = "1.28.5" diff --git a/service/amplifybackend/CHANGELOG.md b/service/amplifybackend/CHANGELOG.md index a0f52c945be..41173d302b7 100644 --- a/service/amplifybackend/CHANGELOG.md +++ b/service/amplifybackend/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.27.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.27.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/amplifybackend/go.mod b/service/amplifybackend/go.mod index c1bda6fbff6..fc263743a6a 100644 --- a/service/amplifybackend/go.mod +++ b/service/amplifybackend/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/amplifybackend go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/amplifybackend/go.sum b/service/amplifybackend/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/amplifybackend/go.sum +++ b/service/amplifybackend/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/amplifybackend/go_module_metadata.go b/service/amplifybackend/go_module_metadata.go index 58ac6862d39..d47e3a96a4b 100644 --- a/service/amplifybackend/go_module_metadata.go +++ b/service/amplifybackend/go_module_metadata.go @@ -3,4 +3,4 @@ package amplifybackend // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.27.11" +const goModuleVersion = "1.27.12" diff --git a/service/amplifyuibuilder/CHANGELOG.md b/service/amplifyuibuilder/CHANGELOG.md index 6d99b9d6033..1f1787b5619 100644 --- a/service/amplifyuibuilder/CHANGELOG.md +++ b/service/amplifyuibuilder/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.23.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.23.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/amplifyuibuilder/go.mod b/service/amplifyuibuilder/go.mod index 57e522c6000..803453867c7 100644 --- a/service/amplifyuibuilder/go.mod +++ b/service/amplifyuibuilder/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/amplifyuibuilder go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/amplifyuibuilder/go.sum b/service/amplifyuibuilder/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/amplifyuibuilder/go.sum +++ b/service/amplifyuibuilder/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/amplifyuibuilder/go_module_metadata.go b/service/amplifyuibuilder/go_module_metadata.go index d4a83f78d77..46a4934090c 100644 --- a/service/amplifyuibuilder/go_module_metadata.go +++ b/service/amplifyuibuilder/go_module_metadata.go @@ -3,4 +3,4 @@ package amplifyuibuilder // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.23.11" +const goModuleVersion = "1.23.12" diff --git a/service/apigateway/CHANGELOG.md b/service/apigateway/CHANGELOG.md index 30853020b9b..03287533c93 100644 --- a/service/apigateway/CHANGELOG.md +++ b/service/apigateway/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.28.8 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.28.7 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/apigateway/go.mod b/service/apigateway/go.mod index 0e134245ff6..9a5d620ca71 100644 --- a/service/apigateway/go.mod +++ b/service/apigateway/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/apigateway go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/apigateway/go.sum b/service/apigateway/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/apigateway/go.sum +++ b/service/apigateway/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/apigateway/go_module_metadata.go b/service/apigateway/go_module_metadata.go index 7ed31c3eb88..341a5b6fb27 100644 --- a/service/apigateway/go_module_metadata.go +++ b/service/apigateway/go_module_metadata.go @@ -3,4 +3,4 @@ package apigateway // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.28.7" +const goModuleVersion = "1.28.8" diff --git a/service/apigatewaymanagementapi/CHANGELOG.md b/service/apigatewaymanagementapi/CHANGELOG.md index 39a07911847..b142f978c63 100644 --- a/service/apigatewaymanagementapi/CHANGELOG.md +++ b/service/apigatewaymanagementapi/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.23.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.23.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/apigatewaymanagementapi/go.mod b/service/apigatewaymanagementapi/go.mod index 79f33c05ac8..27cefbbc89a 100644 --- a/service/apigatewaymanagementapi/go.mod +++ b/service/apigatewaymanagementapi/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/apigatewaymanagementapi go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/apigatewaymanagementapi/go.sum b/service/apigatewaymanagementapi/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/apigatewaymanagementapi/go.sum +++ b/service/apigatewaymanagementapi/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/apigatewaymanagementapi/go_module_metadata.go b/service/apigatewaymanagementapi/go_module_metadata.go index 549ae4fcfdf..0c302a9467e 100644 --- a/service/apigatewaymanagementapi/go_module_metadata.go +++ b/service/apigatewaymanagementapi/go_module_metadata.go @@ -3,4 +3,4 @@ package apigatewaymanagementapi // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.23.11" +const goModuleVersion = "1.23.12" diff --git a/service/apigatewayv2/CHANGELOG.md b/service/apigatewayv2/CHANGELOG.md index fa62efc1cc3..a73dede3ae4 100644 --- a/service/apigatewayv2/CHANGELOG.md +++ b/service/apigatewayv2/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.24.14 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.24.13 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/apigatewayv2/go.mod b/service/apigatewayv2/go.mod index 711644b2bcc..81ff62fcf65 100644 --- a/service/apigatewayv2/go.mod +++ b/service/apigatewayv2/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/apigatewayv2 go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/apigatewayv2/go.sum b/service/apigatewayv2/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/apigatewayv2/go.sum +++ b/service/apigatewayv2/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/apigatewayv2/go_module_metadata.go b/service/apigatewayv2/go_module_metadata.go index c865be35b8d..2ec05f58e3c 100644 --- a/service/apigatewayv2/go_module_metadata.go +++ b/service/apigatewayv2/go_module_metadata.go @@ -3,4 +3,4 @@ package apigatewayv2 // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.24.13" +const goModuleVersion = "1.24.14" diff --git a/service/appconfig/CHANGELOG.md b/service/appconfig/CHANGELOG.md index 250f1e668e6..388c38b08bd 100644 --- a/service/appconfig/CHANGELOG.md +++ b/service/appconfig/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.36.8 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.36.7 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/appconfig/go.mod b/service/appconfig/go.mod index 8e7b9be1975..01dffc6651c 100644 --- a/service/appconfig/go.mod +++ b/service/appconfig/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/appconfig go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/appconfig/go.sum b/service/appconfig/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/appconfig/go.sum +++ b/service/appconfig/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/appconfig/go_module_metadata.go b/service/appconfig/go_module_metadata.go index 7115f8f72af..92da32fa1d8 100644 --- a/service/appconfig/go_module_metadata.go +++ b/service/appconfig/go_module_metadata.go @@ -3,4 +3,4 @@ package appconfig // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.36.7" +const goModuleVersion = "1.36.8" diff --git a/service/appconfigdata/CHANGELOG.md b/service/appconfigdata/CHANGELOG.md index 2a8ed6c9671..806de91893c 100644 --- a/service/appconfigdata/CHANGELOG.md +++ b/service/appconfigdata/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.18.14 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.18.13 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/appconfigdata/go.mod b/service/appconfigdata/go.mod index eec5cdcb0bf..312ee66e59d 100644 --- a/service/appconfigdata/go.mod +++ b/service/appconfigdata/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/appconfigdata go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/appconfigdata/go.sum b/service/appconfigdata/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/appconfigdata/go.sum +++ b/service/appconfigdata/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/appconfigdata/go_module_metadata.go b/service/appconfigdata/go_module_metadata.go index ee5d181a457..a1aa9db941b 100644 --- a/service/appconfigdata/go_module_metadata.go +++ b/service/appconfigdata/go_module_metadata.go @@ -3,4 +3,4 @@ package appconfigdata // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.18.13" +const goModuleVersion = "1.18.14" diff --git a/service/appfabric/CHANGELOG.md b/service/appfabric/CHANGELOG.md index ca5209e45d1..b120c7ab4b0 100644 --- a/service/appfabric/CHANGELOG.md +++ b/service/appfabric/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.11.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.11.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/appfabric/go.mod b/service/appfabric/go.mod index 6b8e62dd385..780d16c180e 100644 --- a/service/appfabric/go.mod +++ b/service/appfabric/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/appfabric go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/appfabric/go.sum b/service/appfabric/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/appfabric/go.sum +++ b/service/appfabric/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/appfabric/go_module_metadata.go b/service/appfabric/go_module_metadata.go index 125c635dcc4..b8afc28b924 100644 --- a/service/appfabric/go_module_metadata.go +++ b/service/appfabric/go_module_metadata.go @@ -3,4 +3,4 @@ package appfabric // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.11.11" +const goModuleVersion = "1.11.12" diff --git a/service/appflow/CHANGELOG.md b/service/appflow/CHANGELOG.md index f4d9f5ded95..2b58e2df024 100644 --- a/service/appflow/CHANGELOG.md +++ b/service/appflow/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.45.13 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.45.12 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/appflow/go.mod b/service/appflow/go.mod index fd55ab5be4d..aa064b79a24 100644 --- a/service/appflow/go.mod +++ b/service/appflow/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/appflow go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/appflow/go.sum b/service/appflow/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/appflow/go.sum +++ b/service/appflow/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/appflow/go_module_metadata.go b/service/appflow/go_module_metadata.go index ea6102d935a..7cad57b2cc7 100644 --- a/service/appflow/go_module_metadata.go +++ b/service/appflow/go_module_metadata.go @@ -3,4 +3,4 @@ package appflow // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.45.12" +const goModuleVersion = "1.45.13" diff --git a/service/appintegrations/CHANGELOG.md b/service/appintegrations/CHANGELOG.md index d953730e886..b6581635dd7 100644 --- a/service/appintegrations/CHANGELOG.md +++ b/service/appintegrations/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.30.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.30.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/appintegrations/go.mod b/service/appintegrations/go.mod index 9fe14229830..c3ab7c86afc 100644 --- a/service/appintegrations/go.mod +++ b/service/appintegrations/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/appintegrations go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/appintegrations/go.sum b/service/appintegrations/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/appintegrations/go.sum +++ b/service/appintegrations/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/appintegrations/go_module_metadata.go b/service/appintegrations/go_module_metadata.go index 32eaa050d64..34f2b854961 100644 --- a/service/appintegrations/go_module_metadata.go +++ b/service/appintegrations/go_module_metadata.go @@ -3,4 +3,4 @@ package appintegrations // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.30.11" +const goModuleVersion = "1.30.12" diff --git a/service/applicationautoscaling/CHANGELOG.md b/service/applicationautoscaling/CHANGELOG.md index c9eedab6832..a3f5afbf589 100644 --- a/service/applicationautoscaling/CHANGELOG.md +++ b/service/applicationautoscaling/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.34.9 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.34.8 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/applicationautoscaling/go.mod b/service/applicationautoscaling/go.mod index 9d10d73a6f9..b2c4915b7a9 100644 --- a/service/applicationautoscaling/go.mod +++ b/service/applicationautoscaling/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/applicationautoscaling go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/applicationautoscaling/go.sum b/service/applicationautoscaling/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/applicationautoscaling/go.sum +++ b/service/applicationautoscaling/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/applicationautoscaling/go_module_metadata.go b/service/applicationautoscaling/go_module_metadata.go index be4c69f1e5e..acff8b3f184 100644 --- a/service/applicationautoscaling/go_module_metadata.go +++ b/service/applicationautoscaling/go_module_metadata.go @@ -3,4 +3,4 @@ package applicationautoscaling // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.34.8" +const goModuleVersion = "1.34.9" diff --git a/service/applicationcostprofiler/CHANGELOG.md b/service/applicationcostprofiler/CHANGELOG.md index d324aeaa1da..bc4a5151bd8 100644 --- a/service/applicationcostprofiler/CHANGELOG.md +++ b/service/applicationcostprofiler/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.21.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.21.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/applicationcostprofiler/go.mod b/service/applicationcostprofiler/go.mod index 52c8d4d7f1c..81cd5558e49 100644 --- a/service/applicationcostprofiler/go.mod +++ b/service/applicationcostprofiler/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/applicationcostprofiler go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/applicationcostprofiler/go.sum b/service/applicationcostprofiler/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/applicationcostprofiler/go.sum +++ b/service/applicationcostprofiler/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/applicationcostprofiler/go_module_metadata.go b/service/applicationcostprofiler/go_module_metadata.go index 361d30aa2f7..1f497b44bcc 100644 --- a/service/applicationcostprofiler/go_module_metadata.go +++ b/service/applicationcostprofiler/go_module_metadata.go @@ -3,4 +3,4 @@ package applicationcostprofiler // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.21.11" +const goModuleVersion = "1.21.12" diff --git a/service/applicationdiscoveryservice/CHANGELOG.md b/service/applicationdiscoveryservice/CHANGELOG.md index 20b628ff8ba..37749d75b34 100644 --- a/service/applicationdiscoveryservice/CHANGELOG.md +++ b/service/applicationdiscoveryservice/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.29.6 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.29.5 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/applicationdiscoveryservice/go.mod b/service/applicationdiscoveryservice/go.mod index f9a032224f7..e6ce4fd2101 100644 --- a/service/applicationdiscoveryservice/go.mod +++ b/service/applicationdiscoveryservice/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/applicationdiscoveryservice go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/applicationdiscoveryservice/go.sum b/service/applicationdiscoveryservice/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/applicationdiscoveryservice/go.sum +++ b/service/applicationdiscoveryservice/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/applicationdiscoveryservice/go_module_metadata.go b/service/applicationdiscoveryservice/go_module_metadata.go index ac47aed57d5..1a5bb3701fe 100644 --- a/service/applicationdiscoveryservice/go_module_metadata.go +++ b/service/applicationdiscoveryservice/go_module_metadata.go @@ -3,4 +3,4 @@ package applicationdiscoveryservice // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.29.5" +const goModuleVersion = "1.29.6" diff --git a/service/applicationinsights/CHANGELOG.md b/service/applicationinsights/CHANGELOG.md index 250d7112993..9f6ce792c53 100644 --- a/service/applicationinsights/CHANGELOG.md +++ b/service/applicationinsights/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.29.10 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.29.9 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/applicationinsights/go.mod b/service/applicationinsights/go.mod index 4c7fda3f6cf..6705b66ee63 100644 --- a/service/applicationinsights/go.mod +++ b/service/applicationinsights/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/applicationinsights go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/applicationinsights/go.sum b/service/applicationinsights/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/applicationinsights/go.sum +++ b/service/applicationinsights/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/applicationinsights/go_module_metadata.go b/service/applicationinsights/go_module_metadata.go index a8b36b447c1..520e8116be9 100644 --- a/service/applicationinsights/go_module_metadata.go +++ b/service/applicationinsights/go_module_metadata.go @@ -3,4 +3,4 @@ package applicationinsights // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.29.9" +const goModuleVersion = "1.29.10" diff --git a/service/applicationsignals/CHANGELOG.md b/service/applicationsignals/CHANGELOG.md index 941e9ea8f86..71f4804bbb1 100644 --- a/service/applicationsignals/CHANGELOG.md +++ b/service/applicationsignals/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.7.7 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.7.6 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/applicationsignals/go.mod b/service/applicationsignals/go.mod index acfc952f338..1be5a50216c 100644 --- a/service/applicationsignals/go.mod +++ b/service/applicationsignals/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/applicationsignals go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/applicationsignals/go.sum b/service/applicationsignals/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/applicationsignals/go.sum +++ b/service/applicationsignals/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/applicationsignals/go_module_metadata.go b/service/applicationsignals/go_module_metadata.go index 2d634af3bbf..14262db3377 100644 --- a/service/applicationsignals/go_module_metadata.go +++ b/service/applicationsignals/go_module_metadata.go @@ -3,4 +3,4 @@ package applicationsignals // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.7.6" +const goModuleVersion = "1.7.7" diff --git a/service/appmesh/CHANGELOG.md b/service/appmesh/CHANGELOG.md index 4f0765e7b3a..463e8c90684 100644 --- a/service/appmesh/CHANGELOG.md +++ b/service/appmesh/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.29.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.29.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/appmesh/go.mod b/service/appmesh/go.mod index e2b1d81789b..40a7079b1ca 100644 --- a/service/appmesh/go.mod +++ b/service/appmesh/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/appmesh go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/appmesh/go.sum b/service/appmesh/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/appmesh/go.sum +++ b/service/appmesh/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/appmesh/go_module_metadata.go b/service/appmesh/go_module_metadata.go index 189d2c9e34e..a49d702d185 100644 --- a/service/appmesh/go_module_metadata.go +++ b/service/appmesh/go_module_metadata.go @@ -3,4 +3,4 @@ package appmesh // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.29.11" +const goModuleVersion = "1.29.12" diff --git a/service/apprunner/CHANGELOG.md b/service/apprunner/CHANGELOG.md index 9cf9de1848f..54cd2e5f424 100644 --- a/service/apprunner/CHANGELOG.md +++ b/service/apprunner/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.32.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.32.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/apprunner/go.mod b/service/apprunner/go.mod index 75b70a4693e..679f48daacb 100644 --- a/service/apprunner/go.mod +++ b/service/apprunner/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/apprunner go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/apprunner/go.sum b/service/apprunner/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/apprunner/go.sum +++ b/service/apprunner/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/apprunner/go_module_metadata.go b/service/apprunner/go_module_metadata.go index 33282adfa6b..196d80d4ef7 100644 --- a/service/apprunner/go_module_metadata.go +++ b/service/apprunner/go_module_metadata.go @@ -3,4 +3,4 @@ package apprunner // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.32.11" +const goModuleVersion = "1.32.12" diff --git a/service/appstream/CHANGELOG.md b/service/appstream/CHANGELOG.md index daed943ba6c..c2300c04c0f 100644 --- a/service/appstream/CHANGELOG.md +++ b/service/appstream/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.42.5 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.42.4 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/appstream/go.mod b/service/appstream/go.mod index 2006c8f1997..b62db63cc81 100644 --- a/service/appstream/go.mod +++ b/service/appstream/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/appstream go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/appstream/go.sum b/service/appstream/go.sum index aa7eb14ff92..3df7c5c8b09 100644 --- a/service/appstream/go.sum +++ b/service/appstream/go.sum @@ -1,5 +1,5 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/jmespath/go-jmespath v0.4.0 h1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9YPoQUg= diff --git a/service/appstream/go_module_metadata.go b/service/appstream/go_module_metadata.go index f8e0fd80235..7689c5adb48 100644 --- a/service/appstream/go_module_metadata.go +++ b/service/appstream/go_module_metadata.go @@ -3,4 +3,4 @@ package appstream // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.42.4" +const goModuleVersion = "1.42.5" diff --git a/service/appsync/CHANGELOG.md b/service/appsync/CHANGELOG.md index e719273d838..94c45fd5279 100644 --- a/service/appsync/CHANGELOG.md +++ b/service/appsync/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.41.4 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.41.3 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/appsync/go.mod b/service/appsync/go.mod index 38ad6a694a4..b45f4f7f8e2 100644 --- a/service/appsync/go.mod +++ b/service/appsync/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/appsync go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/appsync/go.sum b/service/appsync/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/appsync/go.sum +++ b/service/appsync/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/appsync/go_module_metadata.go b/service/appsync/go_module_metadata.go index baa9645380a..09120855530 100644 --- a/service/appsync/go_module_metadata.go +++ b/service/appsync/go_module_metadata.go @@ -3,4 +3,4 @@ package appsync // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.41.3" +const goModuleVersion = "1.41.4" diff --git a/service/apptest/CHANGELOG.md b/service/apptest/CHANGELOG.md index 6cff5312b66..168944e8e7f 100644 --- a/service/apptest/CHANGELOG.md +++ b/service/apptest/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.4.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.4.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/apptest/go.mod b/service/apptest/go.mod index a666c284b12..504622b054c 100644 --- a/service/apptest/go.mod +++ b/service/apptest/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/apptest go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/apptest/go.sum b/service/apptest/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/apptest/go.sum +++ b/service/apptest/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/apptest/go_module_metadata.go b/service/apptest/go_module_metadata.go index 980a6ed1a43..c50ea53508c 100644 --- a/service/apptest/go_module_metadata.go +++ b/service/apptest/go_module_metadata.go @@ -3,4 +3,4 @@ package apptest // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.4.11" +const goModuleVersion = "1.4.12" diff --git a/service/arczonalshift/CHANGELOG.md b/service/arczonalshift/CHANGELOG.md index 7985579a013..7fb76342266 100644 --- a/service/arczonalshift/CHANGELOG.md +++ b/service/arczonalshift/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.14.14 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.14.13 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/arczonalshift/go.mod b/service/arczonalshift/go.mod index dc87c8dacb0..b5b2f185071 100644 --- a/service/arczonalshift/go.mod +++ b/service/arczonalshift/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/arczonalshift go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/arczonalshift/go.sum b/service/arczonalshift/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/arczonalshift/go.sum +++ b/service/arczonalshift/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/arczonalshift/go_module_metadata.go b/service/arczonalshift/go_module_metadata.go index 2e4b8f42255..dc9d8800b1f 100644 --- a/service/arczonalshift/go_module_metadata.go +++ b/service/arczonalshift/go_module_metadata.go @@ -3,4 +3,4 @@ package arczonalshift // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.14.13" +const goModuleVersion = "1.14.14" diff --git a/service/artifact/CHANGELOG.md b/service/artifact/CHANGELOG.md index 1d18fd6d0fd..f0be2b4f318 100644 --- a/service/artifact/CHANGELOG.md +++ b/service/artifact/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.8.3 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.8.2 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/artifact/go.mod b/service/artifact/go.mod index 45fde074a28..e9dabde504b 100644 --- a/service/artifact/go.mod +++ b/service/artifact/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/artifact go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/artifact/go.sum b/service/artifact/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/artifact/go.sum +++ b/service/artifact/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/artifact/go_module_metadata.go b/service/artifact/go_module_metadata.go index b7f1af6087c..2bdb9922d30 100644 --- a/service/artifact/go_module_metadata.go +++ b/service/artifact/go_module_metadata.go @@ -3,4 +3,4 @@ package artifact // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.8.2" +const goModuleVersion = "1.8.3" diff --git a/service/athena/CHANGELOG.md b/service/athena/CHANGELOG.md index 8fc88bc1607..768023d9ca6 100644 --- a/service/athena/CHANGELOG.md +++ b/service/athena/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.49.6 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.49.5 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/athena/go.mod b/service/athena/go.mod index b587b722985..193a3395973 100644 --- a/service/athena/go.mod +++ b/service/athena/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/athena go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/athena/go.sum b/service/athena/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/athena/go.sum +++ b/service/athena/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/athena/go_module_metadata.go b/service/athena/go_module_metadata.go index b59292e2123..24b9807896b 100644 --- a/service/athena/go_module_metadata.go +++ b/service/athena/go_module_metadata.go @@ -3,4 +3,4 @@ package athena // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.49.5" +const goModuleVersion = "1.49.6" diff --git a/service/auditmanager/CHANGELOG.md b/service/auditmanager/CHANGELOG.md index a628799e367..74b18427d21 100644 --- a/service/auditmanager/CHANGELOG.md +++ b/service/auditmanager/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.37.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.37.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/auditmanager/go.mod b/service/auditmanager/go.mod index 78c9a2a589c..0684eecd26d 100644 --- a/service/auditmanager/go.mod +++ b/service/auditmanager/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/auditmanager go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/auditmanager/go.sum b/service/auditmanager/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/auditmanager/go.sum +++ b/service/auditmanager/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/auditmanager/go_module_metadata.go b/service/auditmanager/go_module_metadata.go index 126aedfa925..e938878d5b6 100644 --- a/service/auditmanager/go_module_metadata.go +++ b/service/auditmanager/go_module_metadata.go @@ -3,4 +3,4 @@ package auditmanager // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.37.11" +const goModuleVersion = "1.37.12" diff --git a/service/autoscaling/CHANGELOG.md b/service/autoscaling/CHANGELOG.md index ba822f4445d..17971ef56c0 100644 --- a/service/autoscaling/CHANGELOG.md +++ b/service/autoscaling/CHANGELOG.md @@ -1,3 +1,9 @@ +# v1.51.8 (2025-01-24) + +* **Bug Fix**: Switch to generated waiters, removing the dependency on go-jmespath and fixing broken waiters that used ordering comparators. +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.51.7 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/autoscaling/api_op_DescribeAutoScalingGroups.go b/service/autoscaling/api_op_DescribeAutoScalingGroups.go index d6eefbef045..1bc272e512a 100644 --- a/service/autoscaling/api_op_DescribeAutoScalingGroups.go +++ b/service/autoscaling/api_op_DescribeAutoScalingGroups.go @@ -11,7 +11,6 @@ import ( smithytime "github.com/aws/smithy-go/time" smithyhttp "github.com/aws/smithy-go/transport/http" smithywaiter "github.com/aws/smithy-go/waiter" - jmespath "github.com/jmespath/go-jmespath" "strconv" "time" ) @@ -341,43 +340,31 @@ func (w *GroupExistsWaiter) WaitForOutput(ctx context.Context, params *DescribeA func groupExistsStateRetryable(ctx context.Context, input *DescribeAutoScalingGroupsInput, output *DescribeAutoScalingGroupsOutput, err error) (bool, error) { if err == nil { - pathValue, err := jmespath.Search("length(AutoScalingGroups) > `0`", output) - if err != nil { - return false, fmt.Errorf("error evaluating waiter state: %w", err) - } - + v1 := output.AutoScalingGroups + v2 := len(v1) + v3 := 0 + v4 := int64(v2) > int64(v3) expectedValue := "true" bv, err := strconv.ParseBool(expectedValue) if err != nil { return false, fmt.Errorf("error parsing boolean from string %w", err) } - value, ok := pathValue.(bool) - if !ok { - return false, fmt.Errorf("waiter comparator expected bool value got %T", pathValue) - } - - if value == bv { + if v4 == bv { return false, nil } } if err == nil { - pathValue, err := jmespath.Search("length(AutoScalingGroups) > `0`", output) - if err != nil { - return false, fmt.Errorf("error evaluating waiter state: %w", err) - } - + v1 := output.AutoScalingGroups + v2 := len(v1) + v3 := 0 + v4 := int64(v2) > int64(v3) expectedValue := "false" bv, err := strconv.ParseBool(expectedValue) if err != nil { return false, fmt.Errorf("error parsing boolean from string %w", err) } - value, ok := pathValue.(bool) - if !ok { - return false, fmt.Errorf("waiter comparator expected bool value got %T", pathValue) - } - - if value == bv { + if v4 == bv { return true, nil } } @@ -548,43 +535,103 @@ func (w *GroupInServiceWaiter) WaitForOutput(ctx context.Context, params *Descri func groupInServiceStateRetryable(ctx context.Context, input *DescribeAutoScalingGroupsInput, output *DescribeAutoScalingGroupsOutput, err error) (bool, error) { if err == nil { - pathValue, err := jmespath.Search("contains(AutoScalingGroups[].[length(Instances[?LifecycleState=='InService']) >= MinSize][], `false`)", output) - if err != nil { - return false, fmt.Errorf("error evaluating waiter state: %w", err) - } + v1 := output.AutoScalingGroups + var v2 [][]bool + for _, v := range v1 { + v3 := v.Instances + var v4 []types.Instance + for _, v := range v3 { + v5 := v.LifecycleState + v6 := "InService" + v7 := string(v5) == string(v6) + if v7 { + v4 = append(v4, v) + } + } + v8 := len(v4) + v9 := v.MinSize + var v10 bool + if v9 == nil { + v9 = new(int32) + *v9 = 0 + } + if v9 != nil { + v10 = int64(v8) >= int64(*v9) + } + v11 := []bool{} + v11 = append(v11, v10) + v2 = append(v2, v11) + } + var v12 []bool + for _, v := range v2 { + v12 = append(v12, v...) + } + v13 := false + var v14 bool + for _, v := range v12 { + if v == v13 { + v14 = true + break + } + } expectedValue := "false" bv, err := strconv.ParseBool(expectedValue) if err != nil { return false, fmt.Errorf("error parsing boolean from string %w", err) } - value, ok := pathValue.(bool) - if !ok { - return false, fmt.Errorf("waiter comparator expected bool value got %T", pathValue) - } - - if value == bv { + if v14 == bv { return false, nil } } if err == nil { - pathValue, err := jmespath.Search("contains(AutoScalingGroups[].[length(Instances[?LifecycleState=='InService']) >= MinSize][], `false`)", output) - if err != nil { - return false, fmt.Errorf("error evaluating waiter state: %w", err) - } + v1 := output.AutoScalingGroups + var v2 [][]bool + for _, v := range v1 { + v3 := v.Instances + var v4 []types.Instance + for _, v := range v3 { + v5 := v.LifecycleState + v6 := "InService" + v7 := string(v5) == string(v6) + if v7 { + v4 = append(v4, v) + } + } + v8 := len(v4) + v9 := v.MinSize + var v10 bool + if v9 == nil { + v9 = new(int32) + *v9 = 0 + } + if v9 != nil { + v10 = int64(v8) >= int64(*v9) + } + v11 := []bool{} + v11 = append(v11, v10) + v2 = append(v2, v11) + } + var v12 []bool + for _, v := range v2 { + v12 = append(v12, v...) + } + v13 := false + var v14 bool + for _, v := range v12 { + if v == v13 { + v14 = true + break + } + } expectedValue := "true" bv, err := strconv.ParseBool(expectedValue) if err != nil { return false, fmt.Errorf("error parsing boolean from string %w", err) } - value, ok := pathValue.(bool) - if !ok { - return false, fmt.Errorf("waiter comparator expected bool value got %T", pathValue) - } - - if value == bv { + if v14 == bv { return true, nil } } @@ -755,43 +802,31 @@ func (w *GroupNotExistsWaiter) WaitForOutput(ctx context.Context, params *Descri func groupNotExistsStateRetryable(ctx context.Context, input *DescribeAutoScalingGroupsInput, output *DescribeAutoScalingGroupsOutput, err error) (bool, error) { if err == nil { - pathValue, err := jmespath.Search("length(AutoScalingGroups) > `0`", output) - if err != nil { - return false, fmt.Errorf("error evaluating waiter state: %w", err) - } - + v1 := output.AutoScalingGroups + v2 := len(v1) + v3 := 0 + v4 := int64(v2) > int64(v3) expectedValue := "false" bv, err := strconv.ParseBool(expectedValue) if err != nil { return false, fmt.Errorf("error parsing boolean from string %w", err) } - value, ok := pathValue.(bool) - if !ok { - return false, fmt.Errorf("waiter comparator expected bool value got %T", pathValue) - } - - if value == bv { + if v4 == bv { return false, nil } } if err == nil { - pathValue, err := jmespath.Search("length(AutoScalingGroups) > `0`", output) - if err != nil { - return false, fmt.Errorf("error evaluating waiter state: %w", err) - } - + v1 := output.AutoScalingGroups + v2 := len(v1) + v3 := 0 + v4 := int64(v2) > int64(v3) expectedValue := "true" bv, err := strconv.ParseBool(expectedValue) if err != nil { return false, fmt.Errorf("error parsing boolean from string %w", err) } - value, ok := pathValue.(bool) - if !ok { - return false, fmt.Errorf("waiter comparator expected bool value got %T", pathValue) - } - - if value == bv { + if v4 == bv { return true, nil } } diff --git a/service/autoscaling/api_op_DescribeAutoScalingGroups_test.go b/service/autoscaling/api_op_DescribeAutoScalingGroups_test.go new file mode 100644 index 00000000000..8e0c9962b45 --- /dev/null +++ b/service/autoscaling/api_op_DescribeAutoScalingGroups_test.go @@ -0,0 +1,191 @@ +package autoscaling + +import ( + "context" + "fmt" + "testing" + + "github.com/aws/aws-sdk-go-v2/aws" + "github.com/aws/aws-sdk-go-v2/service/autoscaling/types" +) + +// manually tests the most complex jmespath expression in the entire SDK +func TestGroupInServiceStateRetryable(t *testing.T) { + for name, tt := range map[string]struct { + Output *DescribeAutoScalingGroupsOutput + Expect bool + }{ + // terminal cases: there are no groups that have NOT spun up yet, + // indicated by # of InService < MinSize + "empty output": { + Output: &DescribeAutoScalingGroupsOutput{}, + Expect: false, + }, + "empty group list": { + Output: &DescribeAutoScalingGroupsOutput{ + AutoScalingGroups: []types.AutoScalingGroup{}, + }, + Expect: false, + }, + "empty instance list": { + Output: &DescribeAutoScalingGroupsOutput{ + AutoScalingGroups: []types.AutoScalingGroup{ + { + Instances: []types.Instance{}, + }, + }, + }, + Expect: false, + }, + "1 !InService": { + Output: &DescribeAutoScalingGroupsOutput{ + AutoScalingGroups: []types.AutoScalingGroup{ + { + Instances: []types.Instance{ + {LifecycleState: types.LifecycleStateQuarantined}, + }, + }, + }, + }, + Expect: false, + }, + "1 InService, MinSize nil": { + Output: &DescribeAutoScalingGroupsOutput{ + AutoScalingGroups: []types.AutoScalingGroup{ + { + Instances: []types.Instance{ + {LifecycleState: types.LifecycleStateInService}, + }, + }, + }, + }, + Expect: false, + }, + "1 InService, MinSize 0": { + Output: &DescribeAutoScalingGroupsOutput{ + AutoScalingGroups: []types.AutoScalingGroup{ + { + Instances: []types.Instance{ + {LifecycleState: types.LifecycleStateInService}, + }, + MinSize: aws.Int32(0), + }, + }, + }, + Expect: false, + }, + "1 InService, MinSize 1": { + Output: &DescribeAutoScalingGroupsOutput{ + AutoScalingGroups: []types.AutoScalingGroup{ + { + Instances: []types.Instance{ + {LifecycleState: types.LifecycleStateInService}, + }, + MinSize: aws.Int32(1), + }, + }, + }, + Expect: false, + }, + // retry cases: at least one group is spinning up + "0 InService(nil slice), MinSize 2": { + Output: &DescribeAutoScalingGroupsOutput{ + AutoScalingGroups: []types.AutoScalingGroup{ + { + MinSize: aws.Int32(2), + }, + }, + }, + Expect: true, + }, + "0 InService(empty slice), MinSize 2": { + Output: &DescribeAutoScalingGroupsOutput{ + AutoScalingGroups: []types.AutoScalingGroup{ + { + Instances: []types.Instance{}, + MinSize: aws.Int32(2), + }, + }, + }, + Expect: true, + }, + "1 Pending, MinSize 2": { + Output: &DescribeAutoScalingGroupsOutput{ + AutoScalingGroups: []types.AutoScalingGroup{ + { + Instances: []types.Instance{ + {LifecycleState: types.LifecycleStatePending}, + }, + MinSize: aws.Int32(2), + }, + }, + }, + Expect: true, + }, + "1 Pending, 1 InService, MinSize 2": { + Output: &DescribeAutoScalingGroupsOutput{ + AutoScalingGroups: []types.AutoScalingGroup{ + { + Instances: []types.Instance{ + {LifecycleState: types.LifecycleStatePending}, + {LifecycleState: types.LifecycleStateInService}, + }, + MinSize: aws.Int32(2), + }, + }, + }, + Expect: true, + }, + // one group is done but another is spinning up + // it's unclear if the service would ever return something like this, + // but that's how the waiter is written + "(1/2) + (2/2)": { + Output: &DescribeAutoScalingGroupsOutput{ + AutoScalingGroups: []types.AutoScalingGroup{ + { + Instances: []types.Instance{ + {LifecycleState: types.LifecycleStatePending}, + {LifecycleState: types.LifecycleStateInService}, + }, + MinSize: aws.Int32(2), + }, + { + Instances: []types.Instance{ + {LifecycleState: types.LifecycleStateInService}, + {LifecycleState: types.LifecycleStateInService}, + }, + MinSize: aws.Int32(2), + }, + }, + }, + Expect: true, + }, + // and then a terminal case where it spun up + "2 InService, MinSize 2": { + Output: &DescribeAutoScalingGroupsOutput{ + AutoScalingGroups: []types.AutoScalingGroup{ + { + Instances: []types.Instance{ + {LifecycleState: types.LifecycleStateInService}, + {LifecycleState: types.LifecycleStateInService}, + }, + MinSize: aws.Int32(2), + }, + }, + }, + Expect: false, + }, + } { + t.Run(name, func(t *testing.T) { + fmt.Println(name) + retryable, err := groupInServiceStateRetryable(context.Background(), nil, tt.Output, nil) + if err != nil { + t.Fatal(err) + } + + if tt.Expect != retryable { + t.Errorf("%s: expected retryable=%v, got %v", name, tt.Expect, retryable) + } + }) + } +} diff --git a/service/autoscaling/generated.json b/service/autoscaling/generated.json index eb092498430..f9801793d8c 100644 --- a/service/autoscaling/generated.json +++ b/service/autoscaling/generated.json @@ -3,8 +3,7 @@ "github.com/aws/aws-sdk-go-v2": "v1.4.0", "github.com/aws/aws-sdk-go-v2/internal/configsources": "v0.0.0-00010101000000-000000000000", "github.com/aws/aws-sdk-go-v2/internal/endpoints/v2": "v2.0.0-00010101000000-000000000000", - "github.com/aws/smithy-go": "v1.4.0", - "github.com/jmespath/go-jmespath": "v0.4.0" + "github.com/aws/smithy-go": "v1.4.0" }, "files": [ "api_client.go", diff --git a/service/autoscaling/go.mod b/service/autoscaling/go.mod index 1ea7c336e1b..cbe10c2636e 100644 --- a/service/autoscaling/go.mod +++ b/service/autoscaling/go.mod @@ -3,11 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/autoscaling go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 - github.com/jmespath/go-jmespath v0.4.0 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/autoscaling/go.sum b/service/autoscaling/go.sum index aa7eb14ff92..cad7e6ad46a 100644 --- a/service/autoscaling/go.sum +++ b/service/autoscaling/go.sum @@ -1,14 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= -github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8= -github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= -github.com/jmespath/go-jmespath v0.4.0 h1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9YPoQUg= -github.com/jmespath/go-jmespath v0.4.0/go.mod h1:T8mJZnbsbmF+m6zOOFylbeCJqk5+pHWvzYPziyZiYoo= -github.com/jmespath/go-jmespath/internal/testify v1.5.1 h1:shLQSRRSCCPj3f2gpwzGwWFoC7ycTf1rcQZHOlsJ6N8= -github.com/jmespath/go-jmespath/internal/testify v1.5.1/go.mod h1:L3OGu8Wl2/fWfCI6z80xFu9LTZmf1ZRjMHUOPmWr69U= -github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= -github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= -github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= -gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= -gopkg.in/yaml.v2 v2.2.8 h1:obN1ZagJSUGI0Ek/LBmuj4SNLPfIny3KsKFopxRdj10= -gopkg.in/yaml.v2 v2.2.8/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/autoscaling/go_module_metadata.go b/service/autoscaling/go_module_metadata.go index 43115b2bc54..5ec3d1b7551 100644 --- a/service/autoscaling/go_module_metadata.go +++ b/service/autoscaling/go_module_metadata.go @@ -3,4 +3,4 @@ package autoscaling // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.51.7" +const goModuleVersion = "1.51.8" diff --git a/service/autoscalingplans/CHANGELOG.md b/service/autoscalingplans/CHANGELOG.md index 19ba6cc1763..4c9482d60d7 100644 --- a/service/autoscalingplans/CHANGELOG.md +++ b/service/autoscalingplans/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.24.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.24.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/autoscalingplans/go.mod b/service/autoscalingplans/go.mod index 784501c63b8..b80adc632ac 100644 --- a/service/autoscalingplans/go.mod +++ b/service/autoscalingplans/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/autoscalingplans go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/autoscalingplans/go.sum b/service/autoscalingplans/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/autoscalingplans/go.sum +++ b/service/autoscalingplans/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/autoscalingplans/go_module_metadata.go b/service/autoscalingplans/go_module_metadata.go index 4b926088a7b..b8f17a720de 100644 --- a/service/autoscalingplans/go_module_metadata.go +++ b/service/autoscalingplans/go_module_metadata.go @@ -3,4 +3,4 @@ package autoscalingplans // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.24.11" +const goModuleVersion = "1.24.12" diff --git a/service/b2bi/CHANGELOG.md b/service/b2bi/CHANGELOG.md index 4cf680d0dd2..0193bc4949a 100644 --- a/service/b2bi/CHANGELOG.md +++ b/service/b2bi/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.0.0-preview.60 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.0.0-preview.59 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/b2bi/go.mod b/service/b2bi/go.mod index 83d73aada56..f3618510638 100644 --- a/service/b2bi/go.mod +++ b/service/b2bi/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/b2bi go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/b2bi/go.sum b/service/b2bi/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/b2bi/go.sum +++ b/service/b2bi/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/b2bi/go_module_metadata.go b/service/b2bi/go_module_metadata.go index 990e3d707fc..13d3ed584a8 100644 --- a/service/b2bi/go_module_metadata.go +++ b/service/b2bi/go_module_metadata.go @@ -3,4 +3,4 @@ package b2bi // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.0.0-preview.59" +const goModuleVersion = "1.0.0-preview.60" diff --git a/service/backup/CHANGELOG.md b/service/backup/CHANGELOG.md index 3781c6e2e4b..164e505ebc8 100644 --- a/service/backup/CHANGELOG.md +++ b/service/backup/CHANGELOG.md @@ -1,3 +1,12 @@ +# v1.40.6 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + +# v1.40.5 (2025-01-22) + +* No change notes available for this release. + # v1.40.4 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/backup/go.mod b/service/backup/go.mod index 9dfaaf9bab0..120c4e40300 100644 --- a/service/backup/go.mod +++ b/service/backup/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/backup go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/backup/go.sum b/service/backup/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/backup/go.sum +++ b/service/backup/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/backup/go_module_metadata.go b/service/backup/go_module_metadata.go index ddaae0a44ab..a5924fbcdeb 100644 --- a/service/backup/go_module_metadata.go +++ b/service/backup/go_module_metadata.go @@ -3,4 +3,4 @@ package backup // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.40.4" +const goModuleVersion = "1.40.6" diff --git a/service/backup/internal/endpoints/endpoints.go b/service/backup/internal/endpoints/endpoints.go index 96957dfa214..bd25c4433c5 100644 --- a/service/backup/internal/endpoints/endpoints.go +++ b/service/backup/internal/endpoints/endpoints.go @@ -217,6 +217,9 @@ var defaultPartitions = endpoints.Partitions{ endpoints.EndpointKey{ Region: "me-south-1", }: endpoints.Endpoint{}, + endpoints.EndpointKey{ + Region: "mx-central-1", + }: endpoints.Endpoint{}, endpoints.EndpointKey{ Region: "sa-east-1", }: endpoints.Endpoint{}, diff --git a/service/backupgateway/CHANGELOG.md b/service/backupgateway/CHANGELOG.md index 2124e3e7fae..7605ead3388 100644 --- a/service/backupgateway/CHANGELOG.md +++ b/service/backupgateway/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.20.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.20.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/backupgateway/go.mod b/service/backupgateway/go.mod index 41d4b050e7b..26a49b43f15 100644 --- a/service/backupgateway/go.mod +++ b/service/backupgateway/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/backupgateway go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/backupgateway/go.sum b/service/backupgateway/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/backupgateway/go.sum +++ b/service/backupgateway/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/backupgateway/go_module_metadata.go b/service/backupgateway/go_module_metadata.go index 37e9402ca05..8c4c895f6ed 100644 --- a/service/backupgateway/go_module_metadata.go +++ b/service/backupgateway/go_module_metadata.go @@ -3,4 +3,4 @@ package backupgateway // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.20.11" +const goModuleVersion = "1.20.12" diff --git a/service/backupsearch/CHANGELOG.md b/service/backupsearch/CHANGELOG.md index 63cfbfbcc45..653dc702be3 100644 --- a/service/backupsearch/CHANGELOG.md +++ b/service/backupsearch/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.0.5 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.0.4 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/backupsearch/go.mod b/service/backupsearch/go.mod index c3989ce78ee..c5fa35d504f 100644 --- a/service/backupsearch/go.mod +++ b/service/backupsearch/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/backupsearch go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/backupsearch/go.sum b/service/backupsearch/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/backupsearch/go.sum +++ b/service/backupsearch/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/backupsearch/go_module_metadata.go b/service/backupsearch/go_module_metadata.go index 7cd82b337d4..903e0180779 100644 --- a/service/backupsearch/go_module_metadata.go +++ b/service/backupsearch/go_module_metadata.go @@ -3,4 +3,4 @@ package backupsearch // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.0.4" +const goModuleVersion = "1.0.5" diff --git a/service/batch/CHANGELOG.md b/service/batch/CHANGELOG.md index b8aa4c034f4..7a0925a1e2e 100644 --- a/service/batch/CHANGELOG.md +++ b/service/batch/CHANGELOG.md @@ -1,3 +1,12 @@ +# v1.49.8 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + +# v1.49.7 (2025-01-21) + +* **Documentation**: Documentation-only update: clarified the description of the shareDecaySeconds parameter of the FairsharePolicy data type, clarified the description of the priority parameter of the JobQueueDetail data type. + # v1.49.6 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/batch/go.mod b/service/batch/go.mod index 39ce4090b85..eb6a814f874 100644 --- a/service/batch/go.mod +++ b/service/batch/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/batch go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/batch/go.sum b/service/batch/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/batch/go.sum +++ b/service/batch/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/batch/go_module_metadata.go b/service/batch/go_module_metadata.go index 74a7eb533a3..01b0bf10d1b 100644 --- a/service/batch/go_module_metadata.go +++ b/service/batch/go_module_metadata.go @@ -3,4 +3,4 @@ package batch // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.49.6" +const goModuleVersion = "1.49.8" diff --git a/service/batch/types/types.go b/service/batch/types/types.go index a8c565a1850..9f19664c649 100644 --- a/service/batch/types/types.go +++ b/service/batch/types/types.go @@ -2607,10 +2607,15 @@ type FairsharePolicy struct { ComputeReservation *int32 // The amount of time (in seconds) to use to calculate a fair share percentage for - // each fair share identifier in use. A value of zero (0) indicates that only - // current usage is measured. The decay allows for more recently run jobs to have - // more weight than jobs that ran earlier. The maximum supported value is 604800 (1 + // each fair share identifier in use. A value of zero (0) indicates the default + // minimum time window (600 seconds). The maximum supported value is 604800 (1 // week). + // + // The decay allows for more recently run jobs to have more weight than jobs that + // ran earlier. Consider adjusting this number if you have jobs that (on average) + // run longer than ten minutes, or a large difference in job count or job run times + // between share identifiers, and the allocation of resources doesn’t meet your + // needs. ShareDecaySeconds *int32 // An array of SharedIdentifier objects that contain the weights for the fair @@ -2979,13 +2984,27 @@ type JobQueueDetail struct { // This member is required. JobQueueName *string - // The priority of the job queue. Job queues with a higher priority (or a higher - // integer value for the priority parameter) are evaluated first when associated - // with the same compute environment. Priority is determined in descending order. - // For example, a job queue with a priority value of 10 is given scheduling - // preference over a job queue with a priority value of 1 . All of the compute - // environments must be either Amazon EC2 ( EC2 or SPOT ) or Fargate ( FARGATE or - // FARGATE_SPOT ). Amazon EC2 and Fargate compute environments can't be mixed. + // The priority of the job queue. Job queue priority determines the order that job + // queues are evaluated when multiple queues dispatch jobs within a shared compute + // environment. A higher value for priority indicates a higher priority. Queues + // are evaluated in cycles, in descending order by priority. For example, a job + // queue with a priority value of 10 is evaluated before a queue with a priority + // value of 1 . All of the compute environments must be either Amazon EC2 ( EC2 or + // SPOT ) or Fargate ( FARGATE or FARGATE_SPOT ). Amazon EC2 and Fargate compute + // environments can't be mixed. + // + // Job queue priority doesn't guarantee that a particular job executes before a + // job in a lower priority queue. Jobs added to higher priority queues during the + // queue evaluation cycle might not be evaluated until the next cycle. A job is + // dispatched from a queue only if resources are available when the queue is + // evaluated. If there are insufficient resources available at that time, the cycle + // proceeds to the next queue. This means that jobs added to higher priority queues + // might have to wait for jobs in multiple lower priority queues to complete before + // they are dispatched. You can use job dependencies to control the order for jobs + // from queues with different priorities. For more information, see [Job Dependencies]in the Batch + // User Guide. + // + // [Job Dependencies]: https://docs.aws.amazon.com/batch/latest/userguide/job_dependencies.html // // This member is required. Priority *int32 @@ -3244,7 +3263,7 @@ type LaunchTemplateSpecificationOverride struct { // launchTemplateId as well. LaunchTemplateName *string - // The instance type or family that this this override launch template should be + // The instance type or family that this override launch template should be // applied to. // // This parameter is required when defining a launch template override. @@ -4267,8 +4286,8 @@ type TaskContainerProperties struct { // A list of containers that this container depends on. DependsOn []TaskContainerDependency - // The environment variables to pass to a container. This parameter maps to Env - // inthe [Create a container]section of the [Docker Remote API] and the --env parameter to [docker run]. + // The environment variables to pass to a container. This parameter maps to Env in + // the [Create a container]section of the [Docker Remote API] and the --env parameter to [docker run]. // // We don't recommend using plaintext environment variables for sensitive // information, such as credential data. diff --git a/service/bcmdataexports/CHANGELOG.md b/service/bcmdataexports/CHANGELOG.md index 26da2db6e9c..bd004f1f461 100644 --- a/service/bcmdataexports/CHANGELOG.md +++ b/service/bcmdataexports/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.7.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.7.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/bcmdataexports/go.mod b/service/bcmdataexports/go.mod index d59d3f8642b..9a6894e4082 100644 --- a/service/bcmdataexports/go.mod +++ b/service/bcmdataexports/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/bcmdataexports go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/bcmdataexports/go.sum b/service/bcmdataexports/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/bcmdataexports/go.sum +++ b/service/bcmdataexports/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/bcmdataexports/go_module_metadata.go b/service/bcmdataexports/go_module_metadata.go index 3c65597de52..ddd49af7531 100644 --- a/service/bcmdataexports/go_module_metadata.go +++ b/service/bcmdataexports/go_module_metadata.go @@ -3,4 +3,4 @@ package bcmdataexports // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.7.11" +const goModuleVersion = "1.7.12" diff --git a/service/bcmpricingcalculator/CHANGELOG.md b/service/bcmpricingcalculator/CHANGELOG.md index 4a317735dfd..f599a22f1d8 100644 --- a/service/bcmpricingcalculator/CHANGELOG.md +++ b/service/bcmpricingcalculator/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.1.4 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.1.3 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/bcmpricingcalculator/go.mod b/service/bcmpricingcalculator/go.mod index c5916981995..cba6326a7bc 100644 --- a/service/bcmpricingcalculator/go.mod +++ b/service/bcmpricingcalculator/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/bcmpricingcalculator go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/bcmpricingcalculator/go.sum b/service/bcmpricingcalculator/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/bcmpricingcalculator/go.sum +++ b/service/bcmpricingcalculator/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/bcmpricingcalculator/go_module_metadata.go b/service/bcmpricingcalculator/go_module_metadata.go index 9393d7dfe2d..4a10466e80d 100644 --- a/service/bcmpricingcalculator/go_module_metadata.go +++ b/service/bcmpricingcalculator/go_module_metadata.go @@ -3,4 +3,4 @@ package bcmpricingcalculator // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.1.3" +const goModuleVersion = "1.1.4" diff --git a/service/bedrock/CHANGELOG.md b/service/bedrock/CHANGELOG.md index 174fdbcd7ce..b9af33bd858 100644 --- a/service/bedrock/CHANGELOG.md +++ b/service/bedrock/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.26.3 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.26.2 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/bedrock/go.mod b/service/bedrock/go.mod index f267a081550..e23c9ba0013 100644 --- a/service/bedrock/go.mod +++ b/service/bedrock/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/bedrock go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/bedrock/go.sum b/service/bedrock/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/bedrock/go.sum +++ b/service/bedrock/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/bedrock/go_module_metadata.go b/service/bedrock/go_module_metadata.go index 5ebb933cfe8..d224c070d36 100644 --- a/service/bedrock/go_module_metadata.go +++ b/service/bedrock/go_module_metadata.go @@ -3,4 +3,4 @@ package bedrock // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.26.2" +const goModuleVersion = "1.26.3" diff --git a/service/bedrockagent/CHANGELOG.md b/service/bedrockagent/CHANGELOG.md index 1706878374a..52d579ad071 100644 --- a/service/bedrockagent/CHANGELOG.md +++ b/service/bedrockagent/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.33.4 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.33.3 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/bedrockagent/go.mod b/service/bedrockagent/go.mod index de9641d4325..52eb5394dad 100644 --- a/service/bedrockagent/go.mod +++ b/service/bedrockagent/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/bedrockagent go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/bedrockagent/go.sum b/service/bedrockagent/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/bedrockagent/go.sum +++ b/service/bedrockagent/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/bedrockagent/go_module_metadata.go b/service/bedrockagent/go_module_metadata.go index c0d1e2ce3b8..a4de0b08cf2 100644 --- a/service/bedrockagent/go_module_metadata.go +++ b/service/bedrockagent/go_module_metadata.go @@ -3,4 +3,4 @@ package bedrockagent // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.33.3" +const goModuleVersion = "1.33.4" diff --git a/service/bedrockagentruntime/CHANGELOG.md b/service/bedrockagentruntime/CHANGELOG.md index feeb99d96fe..d4dae59a7d4 100644 --- a/service/bedrockagentruntime/CHANGELOG.md +++ b/service/bedrockagentruntime/CHANGELOG.md @@ -1,3 +1,12 @@ +# v1.33.1 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + +# v1.33.0 (2025-01-22) + +* **Feature**: Adds multi-turn input support for an Agent node in an Amazon Bedrock Flow + # v1.32.1 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/bedrockagentruntime/api_op_InvokeFlow.go b/service/bedrockagentruntime/api_op_InvokeFlow.go index 56d7ed92122..d82c4495efa 100644 --- a/service/bedrockagentruntime/api_op_InvokeFlow.go +++ b/service/bedrockagentruntime/api_op_InvokeFlow.go @@ -59,6 +59,10 @@ type InvokeFlowInput struct { // [Track each step in your prompt flow by viewing its trace in Amazon Bedrock]: https://docs.aws.amazon.com/bedrock/latest/userguide/flows-trace.html EnableTrace *bool + // The unique identifier for the current flow execution. If you don't provide a + // value, Amazon Bedrock creates the identifier for you. + ExecutionId *string + // Model performance settings for the request. ModelPerformanceConfiguration *types.ModelPerformanceConfiguration @@ -66,6 +70,10 @@ type InvokeFlowInput struct { } type InvokeFlowOutput struct { + + // The unique identifier for the current flow execution. + ExecutionId *string + eventStream *InvokeFlowEventStream // Metadata pertaining to the operation's result. diff --git a/service/bedrockagentruntime/deserializers.go b/service/bedrockagentruntime/deserializers.go index 63f9345cd85..03b3eb2aaa4 100644 --- a/service/bedrockagentruntime/deserializers.go +++ b/service/bedrockagentruntime/deserializers.go @@ -681,6 +681,11 @@ func (m *awsRestjson1_deserializeOpInvokeFlow) HandleDeserialize(ctx context.Con output := &InvokeFlowOutput{} out.Result = output + err = awsRestjson1_deserializeOpHttpBindingsInvokeFlowOutput(output, response) + if err != nil { + return out, metadata, &smithy.DeserializationError{Err: fmt.Errorf("failed to decode response with invalid Http bindings, %w", err)} + } + span.End() return out, metadata, err } @@ -763,6 +768,19 @@ func awsRestjson1_deserializeOpErrorInvokeFlow(response *smithyhttp.Response, me } } +func awsRestjson1_deserializeOpHttpBindingsInvokeFlowOutput(v *InvokeFlowOutput, response *smithyhttp.Response) error { + if v == nil { + return fmt.Errorf("unsupported deserialization for nil %T", v) + } + + if headerValues := response.Header.Values("x-amz-bedrock-flow-execution-id"); len(headerValues) != 0 { + headerValues[0] = strings.TrimSpace(headerValues[0]) + v.ExecutionId = ptr.String(headerValues[0]) + } + + return nil +} + type awsRestjson1_deserializeOpInvokeInlineAgent struct { } @@ -9214,6 +9232,14 @@ func awsRestjson1_deserializeEventStreamFlowResponseStream(v *types.FlowResponse *v = vv return nil + case strings.EqualFold("flowMultiTurnInputRequestEvent", eventType.String()): + vv := &types.FlowResponseStreamMemberFlowMultiTurnInputRequestEvent{} + if err := awsRestjson1_deserializeEventMessageFlowMultiTurnInputRequestEvent(&vv.Value, msg); err != nil { + return err + } + *v = vv + return nil + case strings.EqualFold("flowOutputEvent", eventType.String()): vv := &types.FlowResponseStreamMemberFlowOutputEvent{} if err := awsRestjson1_deserializeEventMessageFlowOutputEvent(&vv.Value, msg); err != nil { @@ -9420,6 +9446,44 @@ func awsRestjson1_deserializeEventMessageFlowTraceEvent(v *types.FlowTraceEvent, return nil } +func awsRestjson1_deserializeEventMessageFlowMultiTurnInputRequestEvent(v *types.FlowMultiTurnInputRequestEvent, msg *eventstream.Message) error { + if v == nil { + return fmt.Errorf("unexpected serialization of nil %T", v) + } + + br := bytes.NewReader(msg.Payload) + var buff [1024]byte + ringBuffer := smithyio.NewRingBuffer(buff[:]) + + body := io.TeeReader(br, ringBuffer) + decoder := json.NewDecoder(body) + decoder.UseNumber() + var shape interface{} + if err := decoder.Decode(&shape); err != nil && err != io.EOF { + var snapshot bytes.Buffer + io.Copy(&snapshot, ringBuffer) + err = &smithy.DeserializationError{ + Err: fmt.Errorf("failed to decode response body, %w", err), + Snapshot: snapshot.Bytes(), + } + return err + } + + if err := awsRestjson1_deserializeDocumentFlowMultiTurnInputRequestEvent(&v, shape); err != nil { + if err != nil { + var snapshot bytes.Buffer + io.Copy(&snapshot, ringBuffer) + err = &smithy.DeserializationError{ + Err: fmt.Errorf("failed to decode response body, %w", err), + Snapshot: snapshot.Bytes(), + } + return err + } + + } + return nil +} + func awsRestjson1_deserializeDocumentFlowCompletionEvent(v **types.FlowCompletionEvent, value interface{}) error { if v == nil { return fmt.Errorf("unexpected nil of type %T", v) @@ -9460,6 +9524,98 @@ func awsRestjson1_deserializeDocumentFlowCompletionEvent(v **types.FlowCompletio return nil } +func awsRestjson1_deserializeDocumentFlowMultiTurnInputContent(v *types.FlowMultiTurnInputContent, value interface{}) error { + if v == nil { + return fmt.Errorf("unexpected nil of type %T", v) + } + if value == nil { + return nil + } + + shape, ok := value.(map[string]interface{}) + if !ok { + return fmt.Errorf("unexpected JSON type %v", value) + } + + var uv types.FlowMultiTurnInputContent +loop: + for key, value := range shape { + if value == nil { + continue + } + switch key { + case "document": + var mv document.Interface + if err := awsRestjson1_deserializeDocumentDocument(&mv, value); err != nil { + return err + } + uv = &types.FlowMultiTurnInputContentMemberDocument{Value: mv} + break loop + + default: + uv = &types.UnknownUnionMember{Tag: key} + break loop + + } + } + *v = uv + return nil +} + +func awsRestjson1_deserializeDocumentFlowMultiTurnInputRequestEvent(v **types.FlowMultiTurnInputRequestEvent, value interface{}) error { + if v == nil { + return fmt.Errorf("unexpected nil of type %T", v) + } + if value == nil { + return nil + } + + shape, ok := value.(map[string]interface{}) + if !ok { + return fmt.Errorf("unexpected JSON type %v", value) + } + + var sv *types.FlowMultiTurnInputRequestEvent + if *v == nil { + sv = &types.FlowMultiTurnInputRequestEvent{} + } else { + sv = *v + } + + for key, value := range shape { + switch key { + case "content": + if err := awsRestjson1_deserializeDocumentFlowMultiTurnInputContent(&sv.Content, value); err != nil { + return err + } + + case "nodeName": + if value != nil { + jtv, ok := value.(string) + if !ok { + return fmt.Errorf("expected NodeName to be of type string, got %T instead", value) + } + sv.NodeName = ptr.String(jtv) + } + + case "nodeType": + if value != nil { + jtv, ok := value.(string) + if !ok { + return fmt.Errorf("expected NodeType to be of type string, got %T instead", value) + } + sv.NodeType = types.NodeType(jtv) + } + + default: + _, _ = key, value + + } + } + *v = sv + return nil +} + func awsRestjson1_deserializeDocumentFlowOutputContent(v *types.FlowOutputContent, value interface{}) error { if v == nil { return fmt.Errorf("unexpected nil of type %T", v) diff --git a/service/bedrockagentruntime/go.mod b/service/bedrockagentruntime/go.mod index 2e2d3e79f3d..c15be7caa3b 100644 --- a/service/bedrockagentruntime/go.mod +++ b/service/bedrockagentruntime/go.mod @@ -3,11 +3,11 @@ module github.com/aws/aws-sdk-go-v2/service/bedrockagentruntime go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.7 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.8 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/bedrockagentruntime/go.sum b/service/bedrockagentruntime/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/bedrockagentruntime/go.sum +++ b/service/bedrockagentruntime/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/bedrockagentruntime/go_module_metadata.go b/service/bedrockagentruntime/go_module_metadata.go index 033355fa19e..73072b7345f 100644 --- a/service/bedrockagentruntime/go_module_metadata.go +++ b/service/bedrockagentruntime/go_module_metadata.go @@ -3,4 +3,4 @@ package bedrockagentruntime // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.32.1" +const goModuleVersion = "1.33.1" diff --git a/service/bedrockagentruntime/serializers.go b/service/bedrockagentruntime/serializers.go index 6d43e3686eb..ffe63177b04 100644 --- a/service/bedrockagentruntime/serializers.go +++ b/service/bedrockagentruntime/serializers.go @@ -545,6 +545,11 @@ func awsRestjson1_serializeOpDocumentInvokeFlowInput(v *InvokeFlowInput, value s ok.Boolean(*v.EnableTrace) } + if v.ExecutionId != nil { + ok := object.Key("executionId") + ok.String(*v.ExecutionId) + } + if v.Inputs != nil { ok := object.Key("inputs") if err := awsRestjson1_serializeDocumentFlowInputs(v.Inputs, ok); err != nil { @@ -1774,6 +1779,11 @@ func awsRestjson1_serializeDocumentFlowInput(v *types.FlowInput, value smithyjso } } + if v.NodeInputName != nil { + ok := object.Key("nodeInputName") + ok.String(*v.NodeInputName) + } + if v.NodeName != nil { ok := object.Key("nodeName") ok.String(*v.NodeName) diff --git a/service/bedrockagentruntime/types/enums.go b/service/bedrockagentruntime/types/enums.go index 1258f8068a6..fcf8c7f69d5 100644 --- a/service/bedrockagentruntime/types/enums.go +++ b/service/bedrockagentruntime/types/enums.go @@ -219,7 +219,8 @@ type FlowCompletionReason string // Enum values for FlowCompletionReason const ( - FlowCompletionReasonSuccess FlowCompletionReason = "SUCCESS" + FlowCompletionReasonSuccess FlowCompletionReason = "SUCCESS" + FlowCompletionReasonInputRequired FlowCompletionReason = "INPUT_REQUIRED" ) // Values returns all known values for FlowCompletionReason. Note that this can be @@ -229,6 +230,7 @@ const ( func (FlowCompletionReason) Values() []FlowCompletionReason { return []FlowCompletionReason{ "SUCCESS", + "INPUT_REQUIRED", } } diff --git a/service/bedrockagentruntime/types/types.go b/service/bedrockagentruntime/types/types.go index 941058612f2..e2a92615e7f 100644 --- a/service/bedrockagentruntime/types/types.go +++ b/service/bedrockagentruntime/types/types.go @@ -777,9 +777,10 @@ type FlowInput struct { // This member is required. NodeName *string + // The name of the input from the flow input node. + NodeInputName *string + // The name of the output from the flow input node that begins the prompt flow. - // - // This member is required. NodeOutputName *string noSmithyDocumentSerde @@ -803,6 +804,47 @@ type FlowInputContentMemberDocument struct { func (*FlowInputContentMemberDocument) isFlowInputContent() {} +// The content structure containing input information for multi-turn flow +// interactions. +// +// The following types satisfy this interface: +// +// FlowMultiTurnInputContentMemberDocument +type FlowMultiTurnInputContent interface { + isFlowMultiTurnInputContent() +} + +// The requested additional input to send back to the multi-turn flow node. +type FlowMultiTurnInputContentMemberDocument struct { + Value document.Interface + + noSmithyDocumentSerde +} + +func (*FlowMultiTurnInputContentMemberDocument) isFlowMultiTurnInputContent() {} + +// Response object from the flow multi-turn node requesting additional information. +type FlowMultiTurnInputRequestEvent struct { + + // The content payload containing the input request details for the multi-turn + // interaction. + // + // This member is required. + Content FlowMultiTurnInputContent + + // The name of the node in the flow that is requesting the input. + // + // This member is required. + NodeName *string + + // The type of the node in the flow that is requesting the input. + // + // This member is required. + NodeType NodeType + + noSmithyDocumentSerde +} + // Contains information about the content in an output from prompt flow invocation. // // The following types satisfy this interface: @@ -847,6 +889,7 @@ type FlowOutputEvent struct { // The following types satisfy this interface: // // FlowResponseStreamMemberFlowCompletionEvent +// FlowResponseStreamMemberFlowMultiTurnInputRequestEvent // FlowResponseStreamMemberFlowOutputEvent // FlowResponseStreamMemberFlowTraceEvent type FlowResponseStream interface { @@ -862,6 +905,16 @@ type FlowResponseStreamMemberFlowCompletionEvent struct { func (*FlowResponseStreamMemberFlowCompletionEvent) isFlowResponseStream() {} +// The event stream containing the multi-turn input request information from the +// flow. +type FlowResponseStreamMemberFlowMultiTurnInputRequestEvent struct { + Value FlowMultiTurnInputRequestEvent + + noSmithyDocumentSerde +} + +func (*FlowResponseStreamMemberFlowMultiTurnInputRequestEvent) isFlowResponseStream() {} + // Contains information about an output from flow invocation. type FlowResponseStreamMemberFlowOutputEvent struct { Value FlowOutputEvent @@ -4214,6 +4267,7 @@ func (*UnknownUnionMember) isAPISchema() {} func (*UnknownUnionMember) isCaller() {} func (*UnknownUnionMember) isContentBlock() {} func (*UnknownUnionMember) isFlowInputContent() {} +func (*UnknownUnionMember) isFlowMultiTurnInputContent() {} func (*UnknownUnionMember) isFlowOutputContent() {} func (*UnknownUnionMember) isFlowResponseStream() {} func (*UnknownUnionMember) isFlowTrace() {} diff --git a/service/bedrockagentruntime/types/types_exported_test.go b/service/bedrockagentruntime/types/types_exported_test.go index f5ed1229176..09a6431c109 100644 --- a/service/bedrockagentruntime/types/types_exported_test.go +++ b/service/bedrockagentruntime/types/types_exported_test.go @@ -106,6 +106,24 @@ func ExampleFlowInputContent_outputUsage() { var _ document.Interface +func ExampleFlowMultiTurnInputContent_outputUsage() { + var union types.FlowMultiTurnInputContent + // type switches can be used to check the union value + switch v := union.(type) { + case *types.FlowMultiTurnInputContentMemberDocument: + _ = v.Value // Value is document.Interface + + case *types.UnknownUnionMember: + fmt.Println("unknown tag:", v.Tag) + + default: + fmt.Println("union is nil or unknown type") + + } +} + +var _ document.Interface + func ExampleFlowOutputContent_outputUsage() { var union types.FlowOutputContent // type switches can be used to check the union value @@ -131,6 +149,9 @@ func ExampleFlowResponseStream_outputUsage() { case *types.FlowResponseStreamMemberFlowCompletionEvent: _ = v.Value // Value is types.FlowCompletionEvent + case *types.FlowResponseStreamMemberFlowMultiTurnInputRequestEvent: + _ = v.Value // Value is types.FlowMultiTurnInputRequestEvent + case *types.FlowResponseStreamMemberFlowOutputEvent: _ = v.Value // Value is types.FlowOutputEvent @@ -149,6 +170,7 @@ func ExampleFlowResponseStream_outputUsage() { var _ *types.FlowOutputEvent var _ *types.FlowTraceEvent var _ *types.FlowCompletionEvent +var _ *types.FlowMultiTurnInputRequestEvent func ExampleFlowTrace_outputUsage() { var union types.FlowTrace diff --git a/service/bedrockagentruntime/validators.go b/service/bedrockagentruntime/validators.go index 8a037cc120c..167fc47059b 100644 --- a/service/bedrockagentruntime/validators.go +++ b/service/bedrockagentruntime/validators.go @@ -585,9 +585,6 @@ func validateFlowInput(v *types.FlowInput) error { if v.NodeName == nil { invalidParams.Add(smithy.NewErrParamRequired("NodeName")) } - if v.NodeOutputName == nil { - invalidParams.Add(smithy.NewErrParamRequired("NodeOutputName")) - } if v.Content == nil { invalidParams.Add(smithy.NewErrParamRequired("Content")) } diff --git a/service/bedrockdataautomation/CHANGELOG.md b/service/bedrockdataautomation/CHANGELOG.md index 0f132fac4bb..5536aeff797 100644 --- a/service/bedrockdataautomation/CHANGELOG.md +++ b/service/bedrockdataautomation/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.0.6 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.0.5 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/bedrockdataautomation/go.mod b/service/bedrockdataautomation/go.mod index 37140ccfc5b..ffdea82ffbe 100644 --- a/service/bedrockdataautomation/go.mod +++ b/service/bedrockdataautomation/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/bedrockdataautomation go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/bedrockdataautomation/go.sum b/service/bedrockdataautomation/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/bedrockdataautomation/go.sum +++ b/service/bedrockdataautomation/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/bedrockdataautomation/go_module_metadata.go b/service/bedrockdataautomation/go_module_metadata.go index 9c610256b7b..f506eeb3f5e 100644 --- a/service/bedrockdataautomation/go_module_metadata.go +++ b/service/bedrockdataautomation/go_module_metadata.go @@ -3,4 +3,4 @@ package bedrockdataautomation // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.0.5" +const goModuleVersion = "1.0.6" diff --git a/service/bedrockdataautomationruntime/CHANGELOG.md b/service/bedrockdataautomationruntime/CHANGELOG.md index 64e45ad8b90..9c982842a23 100644 --- a/service/bedrockdataautomationruntime/CHANGELOG.md +++ b/service/bedrockdataautomationruntime/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.0.6 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.0.5 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/bedrockdataautomationruntime/go.mod b/service/bedrockdataautomationruntime/go.mod index 544042a8f9c..7a3627b2eb2 100644 --- a/service/bedrockdataautomationruntime/go.mod +++ b/service/bedrockdataautomationruntime/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/bedrockdataautomationruntime go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/bedrockdataautomationruntime/go.sum b/service/bedrockdataautomationruntime/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/bedrockdataautomationruntime/go.sum +++ b/service/bedrockdataautomationruntime/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/bedrockdataautomationruntime/go_module_metadata.go b/service/bedrockdataautomationruntime/go_module_metadata.go index ebe02a9b44d..12196b7c1e3 100644 --- a/service/bedrockdataautomationruntime/go_module_metadata.go +++ b/service/bedrockdataautomationruntime/go_module_metadata.go @@ -3,4 +3,4 @@ package bedrockdataautomationruntime // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.0.5" +const goModuleVersion = "1.0.6" diff --git a/service/bedrockruntime/CHANGELOG.md b/service/bedrockruntime/CHANGELOG.md index b27052eca77..1730f2b9901 100644 --- a/service/bedrockruntime/CHANGELOG.md +++ b/service/bedrockruntime/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.24.1 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.24.0 (2025-01-17) * **Feature**: Allow hyphens in tool name for Converse and ConverseStream APIs diff --git a/service/bedrockruntime/go.mod b/service/bedrockruntime/go.mod index b1d5298b3f3..1f9f39422ed 100644 --- a/service/bedrockruntime/go.mod +++ b/service/bedrockruntime/go.mod @@ -3,11 +3,11 @@ module github.com/aws/aws-sdk-go-v2/service/bedrockruntime go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.7 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.8 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/bedrockruntime/go.sum b/service/bedrockruntime/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/bedrockruntime/go.sum +++ b/service/bedrockruntime/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/bedrockruntime/go_module_metadata.go b/service/bedrockruntime/go_module_metadata.go index 5faf33c78a3..10cb05536d1 100644 --- a/service/bedrockruntime/go_module_metadata.go +++ b/service/bedrockruntime/go_module_metadata.go @@ -3,4 +3,4 @@ package bedrockruntime // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.24.0" +const goModuleVersion = "1.24.1" diff --git a/service/billing/CHANGELOG.md b/service/billing/CHANGELOG.md index a519c0484ed..d0b3a028439 100644 --- a/service/billing/CHANGELOG.md +++ b/service/billing/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.1.4 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.1.3 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/billing/go.mod b/service/billing/go.mod index ea2faaaf4b1..c5401ee6fdd 100644 --- a/service/billing/go.mod +++ b/service/billing/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/billing go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/billing/go.sum b/service/billing/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/billing/go.sum +++ b/service/billing/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/billing/go_module_metadata.go b/service/billing/go_module_metadata.go index 807082bb296..5f7325a3a51 100644 --- a/service/billing/go_module_metadata.go +++ b/service/billing/go_module_metadata.go @@ -3,4 +3,4 @@ package billing // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.1.3" +const goModuleVersion = "1.1.4" diff --git a/service/billingconductor/CHANGELOG.md b/service/billingconductor/CHANGELOG.md index 33a84ae5472..cc86b69b7c5 100644 --- a/service/billingconductor/CHANGELOG.md +++ b/service/billingconductor/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.20.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.20.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/billingconductor/go.mod b/service/billingconductor/go.mod index 1331a2db8cb..c0b3b7be03e 100644 --- a/service/billingconductor/go.mod +++ b/service/billingconductor/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/billingconductor go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/billingconductor/go.sum b/service/billingconductor/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/billingconductor/go.sum +++ b/service/billingconductor/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/billingconductor/go_module_metadata.go b/service/billingconductor/go_module_metadata.go index d6cebbd05ee..d45ea884470 100644 --- a/service/billingconductor/go_module_metadata.go +++ b/service/billingconductor/go_module_metadata.go @@ -3,4 +3,4 @@ package billingconductor // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.20.11" +const goModuleVersion = "1.20.12" diff --git a/service/braket/CHANGELOG.md b/service/braket/CHANGELOG.md index 8c58725ccab..0b9752baded 100644 --- a/service/braket/CHANGELOG.md +++ b/service/braket/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.31.13 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.31.12 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/braket/go.mod b/service/braket/go.mod index 9348630e5ed..9a2f07a8da0 100644 --- a/service/braket/go.mod +++ b/service/braket/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/braket go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/braket/go.sum b/service/braket/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/braket/go.sum +++ b/service/braket/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/braket/go_module_metadata.go b/service/braket/go_module_metadata.go index 87ce7334e61..7438d26d578 100644 --- a/service/braket/go_module_metadata.go +++ b/service/braket/go_module_metadata.go @@ -3,4 +3,4 @@ package braket // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.31.12" +const goModuleVersion = "1.31.13" diff --git a/service/budgets/CHANGELOG.md b/service/budgets/CHANGELOG.md index 7612a59d897..7d16e14fc5b 100644 --- a/service/budgets/CHANGELOG.md +++ b/service/budgets/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.29.6 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.29.5 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/budgets/go.mod b/service/budgets/go.mod index 021d9cb9b7d..2a561bcb9e9 100644 --- a/service/budgets/go.mod +++ b/service/budgets/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/budgets go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/budgets/go.sum b/service/budgets/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/budgets/go.sum +++ b/service/budgets/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/budgets/go_module_metadata.go b/service/budgets/go_module_metadata.go index b8d8a4125a4..6432541b8f6 100644 --- a/service/budgets/go_module_metadata.go +++ b/service/budgets/go_module_metadata.go @@ -3,4 +3,4 @@ package budgets // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.29.5" +const goModuleVersion = "1.29.6" diff --git a/service/chatbot/CHANGELOG.md b/service/chatbot/CHANGELOG.md index 551c0f75d29..cee461e57b0 100644 --- a/service/chatbot/CHANGELOG.md +++ b/service/chatbot/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.9.6 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.9.5 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/chatbot/go.mod b/service/chatbot/go.mod index fd1d378390a..dfc2d911102 100644 --- a/service/chatbot/go.mod +++ b/service/chatbot/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/chatbot go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/chatbot/go.sum b/service/chatbot/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/chatbot/go.sum +++ b/service/chatbot/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/chatbot/go_module_metadata.go b/service/chatbot/go_module_metadata.go index 958b0889a54..9285eeb4a67 100644 --- a/service/chatbot/go_module_metadata.go +++ b/service/chatbot/go_module_metadata.go @@ -3,4 +3,4 @@ package chatbot // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.9.5" +const goModuleVersion = "1.9.6" diff --git a/service/chime/CHANGELOG.md b/service/chime/CHANGELOG.md index c91cdce9e2a..244b5ea6727 100644 --- a/service/chime/CHANGELOG.md +++ b/service/chime/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.34.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.34.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/chime/go.mod b/service/chime/go.mod index 99a95bc5f70..16b47ebd145 100644 --- a/service/chime/go.mod +++ b/service/chime/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/chime go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/chime/go.sum b/service/chime/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/chime/go.sum +++ b/service/chime/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/chime/go_module_metadata.go b/service/chime/go_module_metadata.go index 7fe6ecf035c..3506747f965 100644 --- a/service/chime/go_module_metadata.go +++ b/service/chime/go_module_metadata.go @@ -3,4 +3,4 @@ package chime // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.34.11" +const goModuleVersion = "1.34.12" diff --git a/service/chimesdkidentity/CHANGELOG.md b/service/chimesdkidentity/CHANGELOG.md index 0aa45f5b103..e887254816a 100644 --- a/service/chimesdkidentity/CHANGELOG.md +++ b/service/chimesdkidentity/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.22.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.22.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/chimesdkidentity/go.mod b/service/chimesdkidentity/go.mod index 58e8b27d13e..90fd21c0a6d 100644 --- a/service/chimesdkidentity/go.mod +++ b/service/chimesdkidentity/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/chimesdkidentity go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/chimesdkidentity/go.sum b/service/chimesdkidentity/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/chimesdkidentity/go.sum +++ b/service/chimesdkidentity/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/chimesdkidentity/go_module_metadata.go b/service/chimesdkidentity/go_module_metadata.go index 0cdf2363b0a..d21b96a297b 100644 --- a/service/chimesdkidentity/go_module_metadata.go +++ b/service/chimesdkidentity/go_module_metadata.go @@ -3,4 +3,4 @@ package chimesdkidentity // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.22.11" +const goModuleVersion = "1.22.12" diff --git a/service/chimesdkmediapipelines/CHANGELOG.md b/service/chimesdkmediapipelines/CHANGELOG.md index e150ee1235c..7929c43cce9 100644 --- a/service/chimesdkmediapipelines/CHANGELOG.md +++ b/service/chimesdkmediapipelines/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.21.7 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.21.6 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/chimesdkmediapipelines/go.mod b/service/chimesdkmediapipelines/go.mod index 6e2f76faaa9..ff96f67aa3f 100644 --- a/service/chimesdkmediapipelines/go.mod +++ b/service/chimesdkmediapipelines/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/chimesdkmediapipelines go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/chimesdkmediapipelines/go.sum b/service/chimesdkmediapipelines/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/chimesdkmediapipelines/go.sum +++ b/service/chimesdkmediapipelines/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/chimesdkmediapipelines/go_module_metadata.go b/service/chimesdkmediapipelines/go_module_metadata.go index 319027cd012..b9641a7c74c 100644 --- a/service/chimesdkmediapipelines/go_module_metadata.go +++ b/service/chimesdkmediapipelines/go_module_metadata.go @@ -3,4 +3,4 @@ package chimesdkmediapipelines // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.21.6" +const goModuleVersion = "1.21.7" diff --git a/service/chimesdkmeetings/CHANGELOG.md b/service/chimesdkmeetings/CHANGELOG.md index da641d02ee8..18b9a30417e 100644 --- a/service/chimesdkmeetings/CHANGELOG.md +++ b/service/chimesdkmeetings/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.27.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.27.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/chimesdkmeetings/go.mod b/service/chimesdkmeetings/go.mod index b25aac5451d..01ec01af4c1 100644 --- a/service/chimesdkmeetings/go.mod +++ b/service/chimesdkmeetings/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/chimesdkmeetings go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/chimesdkmeetings/go.sum b/service/chimesdkmeetings/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/chimesdkmeetings/go.sum +++ b/service/chimesdkmeetings/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/chimesdkmeetings/go_module_metadata.go b/service/chimesdkmeetings/go_module_metadata.go index f37b25efa17..df829699853 100644 --- a/service/chimesdkmeetings/go_module_metadata.go +++ b/service/chimesdkmeetings/go_module_metadata.go @@ -3,4 +3,4 @@ package chimesdkmeetings // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.27.11" +const goModuleVersion = "1.27.12" diff --git a/service/chimesdkmessaging/CHANGELOG.md b/service/chimesdkmessaging/CHANGELOG.md index 719886ad0e3..41759ed4c88 100644 --- a/service/chimesdkmessaging/CHANGELOG.md +++ b/service/chimesdkmessaging/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.26.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.26.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/chimesdkmessaging/go.mod b/service/chimesdkmessaging/go.mod index da97520cb84..addb8d01d02 100644 --- a/service/chimesdkmessaging/go.mod +++ b/service/chimesdkmessaging/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/chimesdkmessaging go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/chimesdkmessaging/go.sum b/service/chimesdkmessaging/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/chimesdkmessaging/go.sum +++ b/service/chimesdkmessaging/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/chimesdkmessaging/go_module_metadata.go b/service/chimesdkmessaging/go_module_metadata.go index 28b0207f9b5..44800803b88 100644 --- a/service/chimesdkmessaging/go_module_metadata.go +++ b/service/chimesdkmessaging/go_module_metadata.go @@ -3,4 +3,4 @@ package chimesdkmessaging // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.26.11" +const goModuleVersion = "1.26.12" diff --git a/service/chimesdkvoice/CHANGELOG.md b/service/chimesdkvoice/CHANGELOG.md index a9dafe7a79c..a2f3f430733 100644 --- a/service/chimesdkvoice/CHANGELOG.md +++ b/service/chimesdkvoice/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.20.5 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.20.4 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/chimesdkvoice/go.mod b/service/chimesdkvoice/go.mod index 6b27d9c3444..8d11f55cbce 100644 --- a/service/chimesdkvoice/go.mod +++ b/service/chimesdkvoice/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/chimesdkvoice go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/chimesdkvoice/go.sum b/service/chimesdkvoice/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/chimesdkvoice/go.sum +++ b/service/chimesdkvoice/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/chimesdkvoice/go_module_metadata.go b/service/chimesdkvoice/go_module_metadata.go index cb6c460171a..af579eac37a 100644 --- a/service/chimesdkvoice/go_module_metadata.go +++ b/service/chimesdkvoice/go_module_metadata.go @@ -3,4 +3,4 @@ package chimesdkvoice // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.20.4" +const goModuleVersion = "1.20.5" diff --git a/service/cleanrooms/CHANGELOG.md b/service/cleanrooms/CHANGELOG.md index 3c33f8d0b87..6db5d3be568 100644 --- a/service/cleanrooms/CHANGELOG.md +++ b/service/cleanrooms/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.21.5 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.21.4 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/cleanrooms/go.mod b/service/cleanrooms/go.mod index 13b7030ca03..bcc566d75e6 100644 --- a/service/cleanrooms/go.mod +++ b/service/cleanrooms/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/cleanrooms go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/cleanrooms/go.sum b/service/cleanrooms/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/cleanrooms/go.sum +++ b/service/cleanrooms/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/cleanrooms/go_module_metadata.go b/service/cleanrooms/go_module_metadata.go index 932bec038a7..2e2254bac8e 100644 --- a/service/cleanrooms/go_module_metadata.go +++ b/service/cleanrooms/go_module_metadata.go @@ -3,4 +3,4 @@ package cleanrooms // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.21.4" +const goModuleVersion = "1.21.5" diff --git a/service/cleanroomsml/CHANGELOG.md b/service/cleanroomsml/CHANGELOG.md index bdf33ae535a..132d8edfb34 100644 --- a/service/cleanroomsml/CHANGELOG.md +++ b/service/cleanroomsml/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.11.5 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.11.4 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/cleanroomsml/go.mod b/service/cleanroomsml/go.mod index 1d695d4cde9..3986766e4b1 100644 --- a/service/cleanroomsml/go.mod +++ b/service/cleanroomsml/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/cleanroomsml go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/cleanroomsml/go.sum b/service/cleanroomsml/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/cleanroomsml/go.sum +++ b/service/cleanroomsml/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/cleanroomsml/go_module_metadata.go b/service/cleanroomsml/go_module_metadata.go index e3c4bb02c28..91fce3ab044 100644 --- a/service/cleanroomsml/go_module_metadata.go +++ b/service/cleanroomsml/go_module_metadata.go @@ -3,4 +3,4 @@ package cleanroomsml // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.11.4" +const goModuleVersion = "1.11.5" diff --git a/service/cloud9/CHANGELOG.md b/service/cloud9/CHANGELOG.md index b44402c0e94..220ca9e229f 100644 --- a/service/cloud9/CHANGELOG.md +++ b/service/cloud9/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.28.13 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.28.12 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/cloud9/go.mod b/service/cloud9/go.mod index 2e2ed8ddf53..5e9213dda28 100644 --- a/service/cloud9/go.mod +++ b/service/cloud9/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/cloud9 go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/cloud9/go.sum b/service/cloud9/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/cloud9/go.sum +++ b/service/cloud9/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/cloud9/go_module_metadata.go b/service/cloud9/go_module_metadata.go index d7751e9e44a..7a1f6ce0efd 100644 --- a/service/cloud9/go_module_metadata.go +++ b/service/cloud9/go_module_metadata.go @@ -3,4 +3,4 @@ package cloud9 // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.28.12" +const goModuleVersion = "1.28.13" diff --git a/service/cloudcontrol/CHANGELOG.md b/service/cloudcontrol/CHANGELOG.md index 6ca8b8d2deb..25d477cb615 100644 --- a/service/cloudcontrol/CHANGELOG.md +++ b/service/cloudcontrol/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.23.8 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.23.7 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/cloudcontrol/go.mod b/service/cloudcontrol/go.mod index ac31a6d33b1..319477a7116 100644 --- a/service/cloudcontrol/go.mod +++ b/service/cloudcontrol/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/cloudcontrol go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/cloudcontrol/go.sum b/service/cloudcontrol/go.sum index aa7eb14ff92..3df7c5c8b09 100644 --- a/service/cloudcontrol/go.sum +++ b/service/cloudcontrol/go.sum @@ -1,5 +1,5 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/jmespath/go-jmespath v0.4.0 h1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9YPoQUg= diff --git a/service/cloudcontrol/go_module_metadata.go b/service/cloudcontrol/go_module_metadata.go index e6df3424485..32b58583eb6 100644 --- a/service/cloudcontrol/go_module_metadata.go +++ b/service/cloudcontrol/go_module_metadata.go @@ -3,4 +3,4 @@ package cloudcontrol // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.23.7" +const goModuleVersion = "1.23.8" diff --git a/service/clouddirectory/CHANGELOG.md b/service/clouddirectory/CHANGELOG.md index fc17694f31b..ae86462d0f2 100644 --- a/service/clouddirectory/CHANGELOG.md +++ b/service/clouddirectory/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.24.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.24.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/clouddirectory/go.mod b/service/clouddirectory/go.mod index 54e98bea5ba..3ddfa6672db 100644 --- a/service/clouddirectory/go.mod +++ b/service/clouddirectory/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/clouddirectory go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/clouddirectory/go.sum b/service/clouddirectory/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/clouddirectory/go.sum +++ b/service/clouddirectory/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/clouddirectory/go_module_metadata.go b/service/clouddirectory/go_module_metadata.go index 00ad0645356..8c50ca44582 100644 --- a/service/clouddirectory/go_module_metadata.go +++ b/service/clouddirectory/go_module_metadata.go @@ -3,4 +3,4 @@ package clouddirectory // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.24.11" +const goModuleVersion = "1.24.12" diff --git a/service/cloudformation/CHANGELOG.md b/service/cloudformation/CHANGELOG.md index d34f7d97789..dba44cde863 100644 --- a/service/cloudformation/CHANGELOG.md +++ b/service/cloudformation/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.56.8 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.56.7 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/cloudformation/go.mod b/service/cloudformation/go.mod index 5a1d0d3e344..f549ca66270 100644 --- a/service/cloudformation/go.mod +++ b/service/cloudformation/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/cloudformation go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/cloudformation/go.sum b/service/cloudformation/go.sum index aa7eb14ff92..3df7c5c8b09 100644 --- a/service/cloudformation/go.sum +++ b/service/cloudformation/go.sum @@ -1,5 +1,5 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/jmespath/go-jmespath v0.4.0 h1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9YPoQUg= diff --git a/service/cloudformation/go_module_metadata.go b/service/cloudformation/go_module_metadata.go index 1a77a5cac8b..fac948ccec9 100644 --- a/service/cloudformation/go_module_metadata.go +++ b/service/cloudformation/go_module_metadata.go @@ -3,4 +3,4 @@ package cloudformation // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.56.7" +const goModuleVersion = "1.56.8" diff --git a/service/cloudfront/CHANGELOG.md b/service/cloudfront/CHANGELOG.md index 1d355a3e057..515ca387b99 100644 --- a/service/cloudfront/CHANGELOG.md +++ b/service/cloudfront/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.44.6 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.44.5 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/cloudfront/go.mod b/service/cloudfront/go.mod index 612a22a6930..efb120ca057 100644 --- a/service/cloudfront/go.mod +++ b/service/cloudfront/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/cloudfront go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/cloudfront/go.sum b/service/cloudfront/go.sum index aa7eb14ff92..3df7c5c8b09 100644 --- a/service/cloudfront/go.sum +++ b/service/cloudfront/go.sum @@ -1,5 +1,5 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/jmespath/go-jmespath v0.4.0 h1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9YPoQUg= diff --git a/service/cloudfront/go_module_metadata.go b/service/cloudfront/go_module_metadata.go index 3c6e5d40c25..b0a3cb66374 100644 --- a/service/cloudfront/go_module_metadata.go +++ b/service/cloudfront/go_module_metadata.go @@ -3,4 +3,4 @@ package cloudfront // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.44.5" +const goModuleVersion = "1.44.6" diff --git a/service/cloudfrontkeyvaluestore/CHANGELOG.md b/service/cloudfrontkeyvaluestore/CHANGELOG.md index e0c0ee72905..12da40c7938 100644 --- a/service/cloudfrontkeyvaluestore/CHANGELOG.md +++ b/service/cloudfrontkeyvaluestore/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.8.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.8.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/cloudfrontkeyvaluestore/go.mod b/service/cloudfrontkeyvaluestore/go.mod index be45f6bc5db..80d71853ff4 100644 --- a/service/cloudfrontkeyvaluestore/go.mod +++ b/service/cloudfrontkeyvaluestore/go.mod @@ -3,11 +3,11 @@ module github.com/aws/aws-sdk-go-v2/service/cloudfrontkeyvaluestore go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/cloudfrontkeyvaluestore/go.sum b/service/cloudfrontkeyvaluestore/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/cloudfrontkeyvaluestore/go.sum +++ b/service/cloudfrontkeyvaluestore/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/cloudfrontkeyvaluestore/go_module_metadata.go b/service/cloudfrontkeyvaluestore/go_module_metadata.go index 1d3d4b11ed2..1a7446f6aa4 100644 --- a/service/cloudfrontkeyvaluestore/go_module_metadata.go +++ b/service/cloudfrontkeyvaluestore/go_module_metadata.go @@ -3,4 +3,4 @@ package cloudfrontkeyvaluestore // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.8.11" +const goModuleVersion = "1.8.12" diff --git a/service/cloudhsm/CHANGELOG.md b/service/cloudhsm/CHANGELOG.md index e87f5e88a95..b20c556483a 100644 --- a/service/cloudhsm/CHANGELOG.md +++ b/service/cloudhsm/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.24.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.24.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/cloudhsm/go.mod b/service/cloudhsm/go.mod index 4673670f895..567ada94f1b 100644 --- a/service/cloudhsm/go.mod +++ b/service/cloudhsm/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/cloudhsm go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/cloudhsm/go.sum b/service/cloudhsm/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/cloudhsm/go.sum +++ b/service/cloudhsm/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/cloudhsm/go_module_metadata.go b/service/cloudhsm/go_module_metadata.go index 0bfa9385dfc..51003e3a9e8 100644 --- a/service/cloudhsm/go_module_metadata.go +++ b/service/cloudhsm/go_module_metadata.go @@ -3,4 +3,4 @@ package cloudhsm // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.24.11" +const goModuleVersion = "1.24.12" diff --git a/service/cloudhsmv2/CHANGELOG.md b/service/cloudhsmv2/CHANGELOG.md index 1dbc675d276..f02b38d2c1f 100644 --- a/service/cloudhsmv2/CHANGELOG.md +++ b/service/cloudhsmv2/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.29.4 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.29.3 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/cloudhsmv2/go.mod b/service/cloudhsmv2/go.mod index d4b86a84f31..44194b6f7a9 100644 --- a/service/cloudhsmv2/go.mod +++ b/service/cloudhsmv2/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/cloudhsmv2 go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/cloudhsmv2/go.sum b/service/cloudhsmv2/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/cloudhsmv2/go.sum +++ b/service/cloudhsmv2/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/cloudhsmv2/go_module_metadata.go b/service/cloudhsmv2/go_module_metadata.go index ad5d40233dd..807ba649eb4 100644 --- a/service/cloudhsmv2/go_module_metadata.go +++ b/service/cloudhsmv2/go_module_metadata.go @@ -3,4 +3,4 @@ package cloudhsmv2 // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.29.3" +const goModuleVersion = "1.29.4" diff --git a/service/cloudsearch/CHANGELOG.md b/service/cloudsearch/CHANGELOG.md index 221c352f23b..8ebe6ce505a 100644 --- a/service/cloudsearch/CHANGELOG.md +++ b/service/cloudsearch/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.26.11 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.26.10 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/cloudsearch/go.mod b/service/cloudsearch/go.mod index b74162e60fb..502aec2157a 100644 --- a/service/cloudsearch/go.mod +++ b/service/cloudsearch/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/cloudsearch go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/cloudsearch/go.sum b/service/cloudsearch/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/cloudsearch/go.sum +++ b/service/cloudsearch/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/cloudsearch/go_module_metadata.go b/service/cloudsearch/go_module_metadata.go index 3424fc613b8..e5543a7deae 100644 --- a/service/cloudsearch/go_module_metadata.go +++ b/service/cloudsearch/go_module_metadata.go @@ -3,4 +3,4 @@ package cloudsearch // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.26.10" +const goModuleVersion = "1.26.11" diff --git a/service/cloudsearchdomain/CHANGELOG.md b/service/cloudsearchdomain/CHANGELOG.md index 918061e9763..d897c4a52eb 100644 --- a/service/cloudsearchdomain/CHANGELOG.md +++ b/service/cloudsearchdomain/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.23.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.23.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/cloudsearchdomain/go.mod b/service/cloudsearchdomain/go.mod index 08af6b70cfa..d55436c121a 100644 --- a/service/cloudsearchdomain/go.mod +++ b/service/cloudsearchdomain/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/cloudsearchdomain go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/cloudsearchdomain/go.sum b/service/cloudsearchdomain/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/cloudsearchdomain/go.sum +++ b/service/cloudsearchdomain/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/cloudsearchdomain/go_module_metadata.go b/service/cloudsearchdomain/go_module_metadata.go index f8e6673f8e4..d2ba3b95029 100644 --- a/service/cloudsearchdomain/go_module_metadata.go +++ b/service/cloudsearchdomain/go_module_metadata.go @@ -3,4 +3,4 @@ package cloudsearchdomain // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.23.11" +const goModuleVersion = "1.23.12" diff --git a/service/cloudtrail/CHANGELOG.md b/service/cloudtrail/CHANGELOG.md index 088c0379aa2..4e12b1b0ced 100644 --- a/service/cloudtrail/CHANGELOG.md +++ b/service/cloudtrail/CHANGELOG.md @@ -1,3 +1,9 @@ +# v1.47.0 (2025-01-24) + +* **Feature**: This release introduces the SearchSampleQueries API that allows users to search for CloudTrail Lake sample queries. +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.46.9 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/cloudtrail/api_op_GetInsightSelectors.go b/service/cloudtrail/api_op_GetInsightSelectors.go index 4360b1e73bd..4eb6dcd6784 100644 --- a/service/cloudtrail/api_op_GetInsightSelectors.go +++ b/service/cloudtrail/api_op_GetInsightSelectors.go @@ -22,9 +22,9 @@ import ( // an event data store, or the TrailName parameter to the get Insights event // selectors for a trail. You cannot specify these parameters together. // -// For more information, see [Logging CloudTrail Insights events] in the CloudTrail User Guide. +// For more information, see [Working with CloudTrail Insights] in the CloudTrail User Guide. // -// [Logging CloudTrail Insights events]: https://docs.aws.amazon.com/awscloudtrail/latest/userguide/logging-insights-events-with-cloudtrail.html +// [Working with CloudTrail Insights]: https://docs.aws.amazon.com/awscloudtrail/latest/userguide/logging-insights-events-with-cloudtrail.html func (c *Client) GetInsightSelectors(ctx context.Context, params *GetInsightSelectorsInput, optFns ...func(*Options)) (*GetInsightSelectorsOutput, error) { if params == nil { params = &GetInsightSelectorsInput{} diff --git a/service/cloudtrail/api_op_PutEventSelectors.go b/service/cloudtrail/api_op_PutEventSelectors.go index 3094b6c570d..1b67ab615f4 100644 --- a/service/cloudtrail/api_op_PutEventSelectors.go +++ b/service/cloudtrail/api_op_PutEventSelectors.go @@ -33,7 +33,7 @@ import ( // If you want your trail to log Insights events, be sure the event selector or // advanced event selector enables logging of the Insights event types you want // configured for your trail. For more information about logging Insights events, -// see [Logging Insights events]in the CloudTrail User Guide. By default, trails created without specific +// see [Working with CloudTrail Insights]in the CloudTrail User Guide. By default, trails created without specific // event selectors are configured to log all read and write management events, and // no data events or network activity events. // @@ -68,8 +68,8 @@ import ( // trail. For more information, see [Logging management events], [Logging data events], [Logging network activity events], and [Quotas in CloudTrail] in the CloudTrail User Guide. // // [Logging network activity events]: https://docs.aws.amazon.com/awscloudtrail/latest/userguide/logging-network-events-with-cloudtrail.html -// [Logging Insights events]: https://docs.aws.amazon.com/awscloudtrail/latest/userguide/logging-insights-events-with-cloudtrail.html // [Logging management events]: https://docs.aws.amazon.com/awscloudtrail/latest/userguide/logging-management-events-with-cloudtrail.html +// [Working with CloudTrail Insights]: https://docs.aws.amazon.com/awscloudtrail/latest/userguide/logging-insights-events-with-cloudtrail.html // [Quotas in CloudTrail]: https://docs.aws.amazon.com/awscloudtrail/latest/userguide/WhatIsCloudTrail-Limits.html // [Logging data events]: https://docs.aws.amazon.com/awscloudtrail/latest/userguide/logging-data-events-with-cloudtrail.html func (c *Client) PutEventSelectors(ctx context.Context, params *PutEventSelectorsInput, optFns ...func(*Options)) (*PutEventSelectorsOutput, error) { diff --git a/service/cloudtrail/api_op_PutInsightSelectors.go b/service/cloudtrail/api_op_PutInsightSelectors.go index e788147b847..8a55d7b63f1 100644 --- a/service/cloudtrail/api_op_PutInsightSelectors.go +++ b/service/cloudtrail/api_op_PutInsightSelectors.go @@ -35,9 +35,9 @@ import ( // logs management events. You can call GetEventDataStore on an event data store // to check whether the event data store logs management events. // -// For more information, see [Logging CloudTrail Insights events] in the CloudTrail User Guide. +// For more information, see [Working with CloudTrail Insights] in the CloudTrail User Guide. // -// [Logging CloudTrail Insights events]: https://docs.aws.amazon.com/awscloudtrail/latest/userguide/logging-insights-events-with-cloudtrail.html +// [Working with CloudTrail Insights]: https://docs.aws.amazon.com/awscloudtrail/latest/userguide/logging-insights-events-with-cloudtrail.html func (c *Client) PutInsightSelectors(ctx context.Context, params *PutInsightSelectorsInput, optFns ...func(*Options)) (*PutInsightSelectorsOutput, error) { if params == nil { params = &PutInsightSelectorsInput{} diff --git a/service/cloudtrail/api_op_SearchSampleQueries.go b/service/cloudtrail/api_op_SearchSampleQueries.go new file mode 100644 index 00000000000..e4ffbd9ca1a --- /dev/null +++ b/service/cloudtrail/api_op_SearchSampleQueries.go @@ -0,0 +1,173 @@ +// Code generated by smithy-go-codegen DO NOT EDIT. + +package cloudtrail + +import ( + "context" + "fmt" + awsmiddleware "github.com/aws/aws-sdk-go-v2/aws/middleware" + "github.com/aws/aws-sdk-go-v2/service/cloudtrail/types" + "github.com/aws/smithy-go/middleware" + smithyhttp "github.com/aws/smithy-go/transport/http" +) + +// Searches sample queries and returns a list of sample queries that are sorted +// +// by relevance. To search for sample queries, provide a natural language +// SearchPhrase in English. +func (c *Client) SearchSampleQueries(ctx context.Context, params *SearchSampleQueriesInput, optFns ...func(*Options)) (*SearchSampleQueriesOutput, error) { + if params == nil { + params = &SearchSampleQueriesInput{} + } + + result, metadata, err := c.invokeOperation(ctx, "SearchSampleQueries", params, optFns, c.addOperationSearchSampleQueriesMiddlewares) + if err != nil { + return nil, err + } + + out := result.(*SearchSampleQueriesOutput) + out.ResultMetadata = metadata + return out, nil +} + +type SearchSampleQueriesInput struct { + + // The natural language phrase to use for the semantic search. The phrase must be + // in English. The length constraint is in characters, not words. + // + // This member is required. + SearchPhrase *string + + // The maximum number of results to return on a single page. The default value is + // 10. + MaxResults *int32 + + // A token you can use to get the next page of results. The length constraint is + // in characters, not words. + NextToken *string + + noSmithyDocumentSerde +} + +type SearchSampleQueriesOutput struct { + + // A token you can use to get the next page of results. + NextToken *string + + // A list of objects containing the search results ordered from most relevant to + // least relevant. + SearchResults []types.SearchSampleQueriesSearchResult + + // Metadata pertaining to the operation's result. + ResultMetadata middleware.Metadata + + noSmithyDocumentSerde +} + +func (c *Client) addOperationSearchSampleQueriesMiddlewares(stack *middleware.Stack, options Options) (err error) { + if err := stack.Serialize.Add(&setOperationInputMiddleware{}, middleware.After); err != nil { + return err + } + err = stack.Serialize.Add(&awsAwsjson11_serializeOpSearchSampleQueries{}, middleware.After) + if err != nil { + return err + } + err = stack.Deserialize.Add(&awsAwsjson11_deserializeOpSearchSampleQueries{}, middleware.After) + if err != nil { + return err + } + if err := addProtocolFinalizerMiddlewares(stack, options, "SearchSampleQueries"); err != nil { + return fmt.Errorf("add protocol finalizers: %v", err) + } + + if err = addlegacyEndpointContextSetter(stack, options); err != nil { + return err + } + if err = addSetLoggerMiddleware(stack, options); err != nil { + return err + } + if err = addClientRequestID(stack); err != nil { + return err + } + if err = addComputeContentLength(stack); err != nil { + return err + } + if err = addResolveEndpointMiddleware(stack, options); err != nil { + return err + } + if err = addComputePayloadSHA256(stack); err != nil { + return err + } + if err = addRetry(stack, options); err != nil { + return err + } + if err = addRawResponseToMetadata(stack); err != nil { + return err + } + if err = addRecordResponseTiming(stack); err != nil { + return err + } + if err = addSpanRetryLoop(stack, options); err != nil { + return err + } + if err = addClientUserAgent(stack, options); err != nil { + return err + } + if err = smithyhttp.AddErrorCloseResponseBodyMiddleware(stack); err != nil { + return err + } + if err = smithyhttp.AddCloseResponseBodyMiddleware(stack); err != nil { + return err + } + if err = addSetLegacyContextSigningOptionsMiddleware(stack); err != nil { + return err + } + if err = addTimeOffsetBuild(stack, c); err != nil { + return err + } + if err = addUserAgentRetryMode(stack, options); err != nil { + return err + } + if err = addOpSearchSampleQueriesValidationMiddleware(stack); err != nil { + return err + } + if err = stack.Initialize.Add(newServiceMetadataMiddleware_opSearchSampleQueries(options.Region), middleware.Before); err != nil { + return err + } + if err = addRecursionDetection(stack); err != nil { + return err + } + if err = addRequestIDRetrieverMiddleware(stack); err != nil { + return err + } + if err = addResponseErrorMiddleware(stack); err != nil { + return err + } + if err = addRequestResponseLogging(stack, options); err != nil { + return err + } + if err = addDisableHTTPSMiddleware(stack, options); err != nil { + return err + } + if err = addSpanInitializeStart(stack); err != nil { + return err + } + if err = addSpanInitializeEnd(stack); err != nil { + return err + } + if err = addSpanBuildRequestStart(stack); err != nil { + return err + } + if err = addSpanBuildRequestEnd(stack); err != nil { + return err + } + return nil +} + +func newServiceMetadataMiddleware_opSearchSampleQueries(region string) *awsmiddleware.RegisterServiceMetadata { + return &awsmiddleware.RegisterServiceMetadata{ + Region: region, + ServiceID: ServiceID, + OperationName: "SearchSampleQueries", + } +} diff --git a/service/cloudtrail/deserializers.go b/service/cloudtrail/deserializers.go index 903d56d9e31..f3079719c0a 100644 --- a/service/cloudtrail/deserializers.go +++ b/service/cloudtrail/deserializers.go @@ -5950,6 +5950,123 @@ func awsAwsjson11_deserializeOpErrorRestoreEventDataStore(response *smithyhttp.R } } +type awsAwsjson11_deserializeOpSearchSampleQueries struct { +} + +func (*awsAwsjson11_deserializeOpSearchSampleQueries) ID() string { + return "OperationDeserializer" +} + +func (m *awsAwsjson11_deserializeOpSearchSampleQueries) HandleDeserialize(ctx context.Context, in middleware.DeserializeInput, next middleware.DeserializeHandler) ( + out middleware.DeserializeOutput, metadata middleware.Metadata, err error, +) { + out, metadata, err = next.HandleDeserialize(ctx, in) + if err != nil { + return out, metadata, err + } + + _, span := tracing.StartSpan(ctx, "OperationDeserializer") + endTimer := startMetricTimer(ctx, "client.call.deserialization_duration") + defer endTimer() + defer span.End() + response, ok := out.RawResponse.(*smithyhttp.Response) + if !ok { + return out, metadata, &smithy.DeserializationError{Err: fmt.Errorf("unknown transport type %T", out.RawResponse)} + } + + if response.StatusCode < 200 || response.StatusCode >= 300 { + return out, metadata, awsAwsjson11_deserializeOpErrorSearchSampleQueries(response, &metadata) + } + output := &SearchSampleQueriesOutput{} + out.Result = output + + var buff [1024]byte + ringBuffer := smithyio.NewRingBuffer(buff[:]) + + body := io.TeeReader(response.Body, ringBuffer) + decoder := json.NewDecoder(body) + decoder.UseNumber() + var shape interface{} + if err := decoder.Decode(&shape); err != nil && err != io.EOF { + var snapshot bytes.Buffer + io.Copy(&snapshot, ringBuffer) + err = &smithy.DeserializationError{ + Err: fmt.Errorf("failed to decode response body, %w", err), + Snapshot: snapshot.Bytes(), + } + return out, metadata, err + } + + err = awsAwsjson11_deserializeOpDocumentSearchSampleQueriesOutput(&output, shape) + if err != nil { + var snapshot bytes.Buffer + io.Copy(&snapshot, ringBuffer) + err = &smithy.DeserializationError{ + Err: fmt.Errorf("failed to decode response body, %w", err), + Snapshot: snapshot.Bytes(), + } + return out, metadata, err + } + + return out, metadata, err +} + +func awsAwsjson11_deserializeOpErrorSearchSampleQueries(response *smithyhttp.Response, metadata *middleware.Metadata) error { + var errorBuffer bytes.Buffer + if _, err := io.Copy(&errorBuffer, response.Body); err != nil { + return &smithy.DeserializationError{Err: fmt.Errorf("failed to copy error response body, %w", err)} + } + errorBody := bytes.NewReader(errorBuffer.Bytes()) + + errorCode := "UnknownError" + errorMessage := errorCode + + headerCode := response.Header.Get("X-Amzn-ErrorType") + + var buff [1024]byte + ringBuffer := smithyio.NewRingBuffer(buff[:]) + + body := io.TeeReader(errorBody, ringBuffer) + decoder := json.NewDecoder(body) + decoder.UseNumber() + bodyInfo, err := getProtocolErrorInfo(decoder) + if err != nil { + var snapshot bytes.Buffer + io.Copy(&snapshot, ringBuffer) + err = &smithy.DeserializationError{ + Err: fmt.Errorf("failed to decode response body, %w", err), + Snapshot: snapshot.Bytes(), + } + return err + } + + errorBody.Seek(0, io.SeekStart) + if typ, ok := resolveProtocolErrorType(headerCode, bodyInfo); ok { + errorCode = restjson.SanitizeErrorCode(typ) + } + if len(bodyInfo.Message) != 0 { + errorMessage = bodyInfo.Message + } + switch { + case strings.EqualFold("InvalidParameterException", errorCode): + return awsAwsjson11_deserializeErrorInvalidParameterException(response, errorBody) + + case strings.EqualFold("OperationNotPermittedException", errorCode): + return awsAwsjson11_deserializeErrorOperationNotPermittedException(response, errorBody) + + case strings.EqualFold("UnsupportedOperationException", errorCode): + return awsAwsjson11_deserializeErrorUnsupportedOperationException(response, errorBody) + + default: + genericError := &smithy.GenericAPIError{ + Code: errorCode, + Message: errorMessage, + } + return genericError + + } +} + type awsAwsjson11_deserializeOpStartDashboardRefresh struct { } @@ -16378,6 +16495,132 @@ func awsAwsjson11_deserializeDocumentS3ImportSource(v **types.S3ImportSource, va return nil } +func awsAwsjson11_deserializeDocumentSearchSampleQueriesSearchResult(v **types.SearchSampleQueriesSearchResult, value interface{}) error { + if v == nil { + return fmt.Errorf("unexpected nil of type %T", v) + } + if value == nil { + return nil + } + + shape, ok := value.(map[string]interface{}) + if !ok { + return fmt.Errorf("unexpected JSON type %v", value) + } + + var sv *types.SearchSampleQueriesSearchResult + if *v == nil { + sv = &types.SearchSampleQueriesSearchResult{} + } else { + sv = *v + } + + for key, value := range shape { + switch key { + case "Description": + if value != nil { + jtv, ok := value.(string) + if !ok { + return fmt.Errorf("expected SampleQueryDescription to be of type string, got %T instead", value) + } + sv.Description = ptr.String(jtv) + } + + case "Name": + if value != nil { + jtv, ok := value.(string) + if !ok { + return fmt.Errorf("expected SampleQueryName to be of type string, got %T instead", value) + } + sv.Name = ptr.String(jtv) + } + + case "Relevance": + if value != nil { + switch jtv := value.(type) { + case json.Number: + f64, err := jtv.Float64() + if err != nil { + return err + } + sv.Relevance = float32(f64) + + case string: + var f64 float64 + switch { + case strings.EqualFold(jtv, "NaN"): + f64 = math.NaN() + + case strings.EqualFold(jtv, "Infinity"): + f64 = math.Inf(1) + + case strings.EqualFold(jtv, "-Infinity"): + f64 = math.Inf(-1) + + default: + return fmt.Errorf("unknown JSON number value: %s", jtv) + + } + sv.Relevance = float32(f64) + + default: + return fmt.Errorf("expected SampleQueryRelevance to be a JSON Number, got %T instead", value) + + } + } + + case "SQL": + if value != nil { + jtv, ok := value.(string) + if !ok { + return fmt.Errorf("expected SampleQuerySQL to be of type string, got %T instead", value) + } + sv.SQL = ptr.String(jtv) + } + + default: + _, _ = key, value + + } + } + *v = sv + return nil +} + +func awsAwsjson11_deserializeDocumentSearchSampleQueriesSearchResults(v *[]types.SearchSampleQueriesSearchResult, value interface{}) error { + if v == nil { + return fmt.Errorf("unexpected nil of type %T", v) + } + if value == nil { + return nil + } + + shape, ok := value.([]interface{}) + if !ok { + return fmt.Errorf("unexpected JSON type %v", value) + } + + var cv []types.SearchSampleQueriesSearchResult + if *v == nil { + cv = []types.SearchSampleQueriesSearchResult{} + } else { + cv = *v + } + + for _, value := range shape { + var col types.SearchSampleQueriesSearchResult + destAddr := &col + if err := awsAwsjson11_deserializeDocumentSearchSampleQueriesSearchResult(&destAddr, value); err != nil { + return err + } + col = *destAddr + cv = append(cv, col) + + } + *v = cv + return nil +} + func awsAwsjson11_deserializeDocumentServiceQuotaExceededException(v **types.ServiceQuotaExceededException, value interface{}) error { if v == nil { return fmt.Errorf("unexpected nil of type %T", v) @@ -20226,6 +20469,51 @@ func awsAwsjson11_deserializeOpDocumentRestoreEventDataStoreOutput(v **RestoreEv return nil } +func awsAwsjson11_deserializeOpDocumentSearchSampleQueriesOutput(v **SearchSampleQueriesOutput, value interface{}) error { + if v == nil { + return fmt.Errorf("unexpected nil of type %T", v) + } + if value == nil { + return nil + } + + shape, ok := value.(map[string]interface{}) + if !ok { + return fmt.Errorf("unexpected JSON type %v", value) + } + + var sv *SearchSampleQueriesOutput + if *v == nil { + sv = &SearchSampleQueriesOutput{} + } else { + sv = *v + } + + for key, value := range shape { + switch key { + case "NextToken": + if value != nil { + jtv, ok := value.(string) + if !ok { + return fmt.Errorf("expected PaginationToken to be of type string, got %T instead", value) + } + sv.NextToken = ptr.String(jtv) + } + + case "SearchResults": + if err := awsAwsjson11_deserializeDocumentSearchSampleQueriesSearchResults(&sv.SearchResults, value); err != nil { + return err + } + + default: + _, _ = key, value + + } + } + *v = sv + return nil +} + func awsAwsjson11_deserializeOpDocumentStartDashboardRefreshOutput(v **StartDashboardRefreshOutput, value interface{}) error { if v == nil { return fmt.Errorf("unexpected nil of type %T", v) diff --git a/service/cloudtrail/generated.json b/service/cloudtrail/generated.json index c5de6530cc0..9e6b432dd47 100644 --- a/service/cloudtrail/generated.json +++ b/service/cloudtrail/generated.json @@ -52,6 +52,7 @@ "api_op_RegisterOrganizationDelegatedAdmin.go", "api_op_RemoveTags.go", "api_op_RestoreEventDataStore.go", + "api_op_SearchSampleQueries.go", "api_op_StartDashboardRefresh.go", "api_op_StartEventDataStoreIngestion.go", "api_op_StartImport.go", diff --git a/service/cloudtrail/go.mod b/service/cloudtrail/go.mod index c92634c7076..699db12b1c7 100644 --- a/service/cloudtrail/go.mod +++ b/service/cloudtrail/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/cloudtrail go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/cloudtrail/go.sum b/service/cloudtrail/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/cloudtrail/go.sum +++ b/service/cloudtrail/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/cloudtrail/go_module_metadata.go b/service/cloudtrail/go_module_metadata.go index d1c433362b4..8c0c711a818 100644 --- a/service/cloudtrail/go_module_metadata.go +++ b/service/cloudtrail/go_module_metadata.go @@ -3,4 +3,4 @@ package cloudtrail // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.46.9" +const goModuleVersion = "1.47.0" diff --git a/service/cloudtrail/serializers.go b/service/cloudtrail/serializers.go index 5c29cf115fc..8649123bd90 100644 --- a/service/cloudtrail/serializers.go +++ b/service/cloudtrail/serializers.go @@ -2701,6 +2701,67 @@ func (m *awsAwsjson11_serializeOpRestoreEventDataStore) HandleSerialize(ctx cont return next.HandleSerialize(ctx, in) } +type awsAwsjson11_serializeOpSearchSampleQueries struct { +} + +func (*awsAwsjson11_serializeOpSearchSampleQueries) ID() string { + return "OperationSerializer" +} + +func (m *awsAwsjson11_serializeOpSearchSampleQueries) HandleSerialize(ctx context.Context, in middleware.SerializeInput, next middleware.SerializeHandler) ( + out middleware.SerializeOutput, metadata middleware.Metadata, err error, +) { + _, span := tracing.StartSpan(ctx, "OperationSerializer") + endTimer := startMetricTimer(ctx, "client.call.serialization_duration") + defer endTimer() + defer span.End() + request, ok := in.Request.(*smithyhttp.Request) + if !ok { + return out, metadata, &smithy.SerializationError{Err: fmt.Errorf("unknown transport type %T", in.Request)} + } + + input, ok := in.Parameters.(*SearchSampleQueriesInput) + _ = input + if !ok { + return out, metadata, &smithy.SerializationError{Err: fmt.Errorf("unknown input parameters type %T", in.Parameters)} + } + + operationPath := "/" + if len(request.Request.URL.Path) == 0 { + request.Request.URL.Path = operationPath + } else { + request.Request.URL.Path = path.Join(request.Request.URL.Path, operationPath) + if request.Request.URL.Path != "/" && operationPath[len(operationPath)-1] == '/' { + request.Request.URL.Path += "/" + } + } + request.Request.Method = "POST" + httpBindingEncoder, err := httpbinding.NewEncoder(request.URL.Path, request.URL.RawQuery, request.Header) + if err != nil { + return out, metadata, &smithy.SerializationError{Err: err} + } + httpBindingEncoder.SetHeader("Content-Type").String("application/x-amz-json-1.1") + httpBindingEncoder.SetHeader("X-Amz-Target").String("CloudTrail_20131101.SearchSampleQueries") + + jsonEncoder := smithyjson.NewEncoder() + if err := awsAwsjson11_serializeOpDocumentSearchSampleQueriesInput(input, jsonEncoder.Value); err != nil { + return out, metadata, &smithy.SerializationError{Err: err} + } + + if request, err = request.SetStream(bytes.NewReader(jsonEncoder.Bytes())); err != nil { + return out, metadata, &smithy.SerializationError{Err: err} + } + + if request.Request, err = httpBindingEncoder.Encode(request.Request); err != nil { + return out, metadata, &smithy.SerializationError{Err: err} + } + in.Request = request + + endTimer() + span.End() + return next.HandleSerialize(ctx, in) +} + type awsAwsjson11_serializeOpStartDashboardRefresh struct { } @@ -4915,6 +4976,28 @@ func awsAwsjson11_serializeOpDocumentRestoreEventDataStoreInput(v *RestoreEventD return nil } +func awsAwsjson11_serializeOpDocumentSearchSampleQueriesInput(v *SearchSampleQueriesInput, value smithyjson.Value) error { + object := value.Object() + defer object.Close() + + if v.MaxResults != nil { + ok := object.Key("MaxResults") + ok.Integer(*v.MaxResults) + } + + if v.NextToken != nil { + ok := object.Key("NextToken") + ok.String(*v.NextToken) + } + + if v.SearchPhrase != nil { + ok := object.Key("SearchPhrase") + ok.String(*v.SearchPhrase) + } + + return nil +} + func awsAwsjson11_serializeOpDocumentStartDashboardRefreshInput(v *StartDashboardRefreshInput, value smithyjson.Value) error { object := value.Object() defer object.Close() diff --git a/service/cloudtrail/snapshot/api_op_SearchSampleQueries.go.snap b/service/cloudtrail/snapshot/api_op_SearchSampleQueries.go.snap new file mode 100644 index 00000000000..a83c7b8233f --- /dev/null +++ b/service/cloudtrail/snapshot/api_op_SearchSampleQueries.go.snap @@ -0,0 +1,41 @@ +SearchSampleQueries + Initialize stack step + spanInitializeStart + RegisterServiceMetadata + legacyEndpointContextSetter + SetLogger + OperationInputValidation + spanInitializeEnd + Serialize stack step + spanBuildRequestStart + setOperationInput + ResolveEndpoint + OperationSerializer + Build stack step + ClientRequestID + ComputeContentLength + UserAgent + AddTimeOffsetMiddleware + RecursionDetection + spanBuildRequestEnd + Finalize stack step + spanRetryLoop + Retry + RetryMetricsHeader + ResolveAuthScheme + GetIdentity + ResolveEndpointV2 + disableHTTPS + ComputePayloadHash + setLegacyContextSigningOptions + Signing + Deserialize stack step + AddRawResponseToMetadata + ErrorCloseResponseBody + CloseResponseBody + ResponseErrorWrapper + RequestIDRetriever + OperationDeserializer + AddTimeOffsetMiddleware + RecordResponseTiming + RequestResponseLogger diff --git a/service/cloudtrail/snapshot_test.go b/service/cloudtrail/snapshot_test.go index 55cc6cd9af9..65a039dfabd 100644 --- a/service/cloudtrail/snapshot_test.go +++ b/service/cloudtrail/snapshot_test.go @@ -590,6 +590,18 @@ func TestCheckSnapshot_RestoreEventDataStore(t *testing.T) { } } +func TestCheckSnapshot_SearchSampleQueries(t *testing.T) { + svc := New(Options{}) + _, err := svc.SearchSampleQueries(context.Background(), nil, func(o *Options) { + o.APIOptions = append(o.APIOptions, func(stack *middleware.Stack) error { + return testSnapshot(stack, "SearchSampleQueries") + }) + }) + if _, ok := err.(snapshotOK); !ok && err != nil { + t.Fatal(err) + } +} + func TestCheckSnapshot_StartDashboardRefresh(t *testing.T) { svc := New(Options{}) _, err := svc.StartDashboardRefresh(context.Background(), nil, func(o *Options) { @@ -1261,6 +1273,18 @@ func TestUpdateSnapshot_RestoreEventDataStore(t *testing.T) { } } +func TestUpdateSnapshot_SearchSampleQueries(t *testing.T) { + svc := New(Options{}) + _, err := svc.SearchSampleQueries(context.Background(), nil, func(o *Options) { + o.APIOptions = append(o.APIOptions, func(stack *middleware.Stack) error { + return updateSnapshot(stack, "SearchSampleQueries") + }) + }) + if _, ok := err.(snapshotOK); !ok && err != nil { + t.Fatal(err) + } +} + func TestUpdateSnapshot_StartDashboardRefresh(t *testing.T) { svc := New(Options{}) _, err := svc.StartDashboardRefresh(context.Background(), nil, func(o *Options) { diff --git a/service/cloudtrail/types/types.go b/service/cloudtrail/types/types.go index 35e9c001e1b..ffbffea7fd1 100644 --- a/service/cloudtrail/types/types.go +++ b/service/cloudtrail/types/types.go @@ -16,7 +16,7 @@ import ( // You cannot apply both event selectors and advanced event selectors to a trail. // // For information about configurable advanced event selector fields, see [AdvancedEventSelector] in the -// CloudTrailUser Guide. +// CloudTrail API Reference. // // [Logging network activity events]: https://docs.aws.amazon.com/awscloudtrail/latest/userguide/logging-network-events-with-cloudtrail.html // [AdvancedEventSelector]: https://docs.aws.amazon.com/awscloudtrail/latest/APIReference/API_AdvancedEventSelector.html @@ -44,7 +44,11 @@ type AdvancedFieldSelector struct { // items, Audit Manager evidence, or events outside of Amazon Web Services, the // field is used only for selecting events as filtering is not supported. // - // For more information, see [AdvancedFieldSelector] in the CloudTrailUser Guide. + // For more information, see [AdvancedFieldSelector] in the CloudTrail API Reference. + // + // Selectors don't support the use of wildcards like * . To match multiple values + // with a single condition, you may use StartsWith , EndsWith , NotStartsWith , or + // NotEndsWith to explicitly match the beginning or end of the event field. // // [AdvancedFieldSelector]: https://docs.aws.amazon.com/awscloudtrail/latest/APIReference/API_AdvancedFieldSelector.html // @@ -760,6 +764,25 @@ type S3ImportSource struct { noSmithyDocumentSerde } +// A search result returned by the SearchSampleQueries operation. +type SearchSampleQueriesSearchResult struct { + + // A longer description of a sample query. + Description *string + + // The name of a sample query. + Name *string + + // A value between 0 and 1 indicating the similarity between the search phrase + // and result. + Relevance float32 + + // The SQL code of the sample query. + SQL *string + + noSmithyDocumentSerde +} + // Contains configuration information about the channel. type SourceConfig struct { diff --git a/service/cloudtrail/validators.go b/service/cloudtrail/validators.go index ff0140b6f2f..1fa9b308712 100644 --- a/service/cloudtrail/validators.go +++ b/service/cloudtrail/validators.go @@ -710,6 +710,26 @@ func (m *validateOpRestoreEventDataStore) HandleInitialize(ctx context.Context, return next.HandleInitialize(ctx, in) } +type validateOpSearchSampleQueries struct { +} + +func (*validateOpSearchSampleQueries) ID() string { + return "OperationInputValidation" +} + +func (m *validateOpSearchSampleQueries) HandleInitialize(ctx context.Context, in middleware.InitializeInput, next middleware.InitializeHandler) ( + out middleware.InitializeOutput, metadata middleware.Metadata, err error, +) { + input, ok := in.Parameters.(*SearchSampleQueriesInput) + if !ok { + return out, metadata, fmt.Errorf("unknown input parameters type %T", in.Parameters) + } + if err := validateOpSearchSampleQueriesInput(input); err != nil { + return out, metadata, err + } + return next.HandleInitialize(ctx, in) +} + type validateOpStartDashboardRefresh struct { } @@ -1070,6 +1090,10 @@ func addOpRestoreEventDataStoreValidationMiddleware(stack *middleware.Stack) err return stack.Initialize.Add(&validateOpRestoreEventDataStore{}, middleware.After) } +func addOpSearchSampleQueriesValidationMiddleware(stack *middleware.Stack) error { + return stack.Initialize.Add(&validateOpSearchSampleQueries{}, middleware.After) +} + func addOpStartDashboardRefreshValidationMiddleware(stack *middleware.Stack) error { return stack.Initialize.Add(&validateOpStartDashboardRefresh{}, middleware.After) } @@ -1963,6 +1987,21 @@ func validateOpRestoreEventDataStoreInput(v *RestoreEventDataStoreInput) error { } } +func validateOpSearchSampleQueriesInput(v *SearchSampleQueriesInput) error { + if v == nil { + return nil + } + invalidParams := smithy.InvalidParamsError{Context: "SearchSampleQueriesInput"} + if v.SearchPhrase == nil { + invalidParams.Add(smithy.NewErrParamRequired("SearchPhrase")) + } + if invalidParams.Len() > 0 { + return invalidParams + } else { + return nil + } +} + func validateOpStartDashboardRefreshInput(v *StartDashboardRefreshInput) error { if v == nil { return nil diff --git a/service/cloudtraildata/CHANGELOG.md b/service/cloudtraildata/CHANGELOG.md index 1b6ee7cd72e..d9b5fdb6580 100644 --- a/service/cloudtraildata/CHANGELOG.md +++ b/service/cloudtraildata/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.11.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.11.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/cloudtraildata/go.mod b/service/cloudtraildata/go.mod index 5c27f8141a7..0ad3e3081a9 100644 --- a/service/cloudtraildata/go.mod +++ b/service/cloudtraildata/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/cloudtraildata go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/cloudtraildata/go.sum b/service/cloudtraildata/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/cloudtraildata/go.sum +++ b/service/cloudtraildata/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/cloudtraildata/go_module_metadata.go b/service/cloudtraildata/go_module_metadata.go index 4a137cca826..e1e9b054d86 100644 --- a/service/cloudtraildata/go_module_metadata.go +++ b/service/cloudtraildata/go_module_metadata.go @@ -3,4 +3,4 @@ package cloudtraildata // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.11.11" +const goModuleVersion = "1.11.12" diff --git a/service/cloudwatch/CHANGELOG.md b/service/cloudwatch/CHANGELOG.md index a6549a273f1..4e9d241971e 100644 --- a/service/cloudwatch/CHANGELOG.md +++ b/service/cloudwatch/CHANGELOG.md @@ -1,3 +1,9 @@ +# v1.43.10 (2025-01-24) + +* **Bug Fix**: Switch to generated waiters, removing the dependency on go-jmespath and fixing broken waiters that used ordering comparators. +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.43.9 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/cloudwatch/api_op_DescribeAlarms.go b/service/cloudwatch/api_op_DescribeAlarms.go index 1f125dc1042..0d7ea9a4db0 100644 --- a/service/cloudwatch/api_op_DescribeAlarms.go +++ b/service/cloudwatch/api_op_DescribeAlarms.go @@ -11,7 +11,6 @@ import ( smithytime "github.com/aws/smithy-go/time" smithyhttp "github.com/aws/smithy-go/transport/http" smithywaiter "github.com/aws/smithy-go/waiter" - jmespath "github.com/jmespath/go-jmespath" "strconv" "time" ) @@ -387,22 +386,16 @@ func (w *AlarmExistsWaiter) WaitForOutput(ctx context.Context, params *DescribeA func alarmExistsStateRetryable(ctx context.Context, input *DescribeAlarmsInput, output *DescribeAlarmsOutput, err error) (bool, error) { if err == nil { - pathValue, err := jmespath.Search("length(MetricAlarms[]) > `0`", output) - if err != nil { - return false, fmt.Errorf("error evaluating waiter state: %w", err) - } - + v1 := output.MetricAlarms + v2 := len(v1) + v3 := 0 + v4 := int64(v2) > int64(v3) expectedValue := "true" bv, err := strconv.ParseBool(expectedValue) if err != nil { return false, fmt.Errorf("error parsing boolean from string %w", err) } - value, ok := pathValue.(bool) - if !ok { - return false, fmt.Errorf("waiter comparator expected bool value got %T", pathValue) - } - - if value == bv { + if v4 == bv { return false, nil } } @@ -575,22 +568,16 @@ func (w *CompositeAlarmExistsWaiter) WaitForOutput(ctx context.Context, params * func compositeAlarmExistsStateRetryable(ctx context.Context, input *DescribeAlarmsInput, output *DescribeAlarmsOutput, err error) (bool, error) { if err == nil { - pathValue, err := jmespath.Search("length(CompositeAlarms[]) > `0`", output) - if err != nil { - return false, fmt.Errorf("error evaluating waiter state: %w", err) - } - + v1 := output.CompositeAlarms + v2 := len(v1) + v3 := 0 + v4 := int64(v2) > int64(v3) expectedValue := "true" bv, err := strconv.ParseBool(expectedValue) if err != nil { return false, fmt.Errorf("error parsing boolean from string %w", err) } - value, ok := pathValue.(bool) - if !ok { - return false, fmt.Errorf("waiter comparator expected bool value got %T", pathValue) - } - - if value == bv { + if v4 == bv { return false, nil } } diff --git a/service/cloudwatch/generated.json b/service/cloudwatch/generated.json index 4c3d7f8bc01..1815386c46f 100644 --- a/service/cloudwatch/generated.json +++ b/service/cloudwatch/generated.json @@ -3,8 +3,7 @@ "github.com/aws/aws-sdk-go-v2": "v1.4.0", "github.com/aws/aws-sdk-go-v2/internal/configsources": "v0.0.0-00010101000000-000000000000", "github.com/aws/aws-sdk-go-v2/internal/endpoints/v2": "v2.0.0-00010101000000-000000000000", - "github.com/aws/smithy-go": "v1.4.0", - "github.com/jmespath/go-jmespath": "v0.4.0" + "github.com/aws/smithy-go": "v1.4.0" }, "files": [ "api_client.go", diff --git a/service/cloudwatch/go.mod b/service/cloudwatch/go.mod index f8f1dd459d0..15dd6b8266b 100644 --- a/service/cloudwatch/go.mod +++ b/service/cloudwatch/go.mod @@ -3,11 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/cloudwatch go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 - github.com/jmespath/go-jmespath v0.4.0 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/cloudwatch/go.sum b/service/cloudwatch/go.sum index aa7eb14ff92..cad7e6ad46a 100644 --- a/service/cloudwatch/go.sum +++ b/service/cloudwatch/go.sum @@ -1,14 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= -github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8= -github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= -github.com/jmespath/go-jmespath v0.4.0 h1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9YPoQUg= -github.com/jmespath/go-jmespath v0.4.0/go.mod h1:T8mJZnbsbmF+m6zOOFylbeCJqk5+pHWvzYPziyZiYoo= -github.com/jmespath/go-jmespath/internal/testify v1.5.1 h1:shLQSRRSCCPj3f2gpwzGwWFoC7ycTf1rcQZHOlsJ6N8= -github.com/jmespath/go-jmespath/internal/testify v1.5.1/go.mod h1:L3OGu8Wl2/fWfCI6z80xFu9LTZmf1ZRjMHUOPmWr69U= -github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= -github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= -github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= -gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= -gopkg.in/yaml.v2 v2.2.8 h1:obN1ZagJSUGI0Ek/LBmuj4SNLPfIny3KsKFopxRdj10= -gopkg.in/yaml.v2 v2.2.8/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/cloudwatch/go_module_metadata.go b/service/cloudwatch/go_module_metadata.go index ed97d07478b..ea7009a777a 100644 --- a/service/cloudwatch/go_module_metadata.go +++ b/service/cloudwatch/go_module_metadata.go @@ -3,4 +3,4 @@ package cloudwatch // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.43.9" +const goModuleVersion = "1.43.10" diff --git a/service/cloudwatchevents/CHANGELOG.md b/service/cloudwatchevents/CHANGELOG.md index 0e74fa0db9c..3a5d878ae9e 100644 --- a/service/cloudwatchevents/CHANGELOG.md +++ b/service/cloudwatchevents/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.27.14 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.27.13 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/cloudwatchevents/go.mod b/service/cloudwatchevents/go.mod index 94f6e155a9d..8d1302e8c60 100644 --- a/service/cloudwatchevents/go.mod +++ b/service/cloudwatchevents/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/cloudwatchevents go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/cloudwatchevents/go.sum b/service/cloudwatchevents/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/cloudwatchevents/go.sum +++ b/service/cloudwatchevents/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/cloudwatchevents/go_module_metadata.go b/service/cloudwatchevents/go_module_metadata.go index 92b6ccf3e89..46ba48c6c84 100644 --- a/service/cloudwatchevents/go_module_metadata.go +++ b/service/cloudwatchevents/go_module_metadata.go @@ -3,4 +3,4 @@ package cloudwatchevents // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.27.13" +const goModuleVersion = "1.27.14" diff --git a/service/cloudwatchlogs/CHANGELOG.md b/service/cloudwatchlogs/CHANGELOG.md index a56580e33de..e93f062dbe0 100644 --- a/service/cloudwatchlogs/CHANGELOG.md +++ b/service/cloudwatchlogs/CHANGELOG.md @@ -1,3 +1,12 @@ +# v1.45.8 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + +# v1.45.7 (2025-01-21) + +* **Documentation**: Documentation-only update to address doc errors + # v1.45.6 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/cloudwatchlogs/api_op_AssociateKmsKey.go b/service/cloudwatchlogs/api_op_AssociateKmsKey.go index 5d912014e0b..e537e7a3c2c 100644 --- a/service/cloudwatchlogs/api_op_AssociateKmsKey.go +++ b/service/cloudwatchlogs/api_op_AssociateKmsKey.go @@ -17,9 +17,9 @@ import ( // the resourceIdentifier parameter. You can't specify both of those parameters in // the same operation. // -// - Specify the logGroupName parameter to cause all log events stored in the log -// group to be encrypted with that key. Only the log events ingested after the key -// is associated are encrypted with that key. +// - Specify the logGroupName parameter to cause log events ingested into that +// log group to be encrypted with that key. Only the log events ingested after the +// key is associated are encrypted with that key. // // Associating a KMS key with a log group overrides any existing associations // diff --git a/service/cloudwatchlogs/api_op_CreateExportTask.go b/service/cloudwatchlogs/api_op_CreateExportTask.go index eb5e12a8440..86132dbe70e 100644 --- a/service/cloudwatchlogs/api_op_CreateExportTask.go +++ b/service/cloudwatchlogs/api_op_CreateExportTask.go @@ -31,11 +31,16 @@ import ( // same S3 bucket. To separate log data for each export task, specify a prefix to // be used as the Amazon S3 key prefix for all exported objects. // +// We recommend that you don't regularly export to Amazon S3 as a way to +// continuously archive your logs. For that use case, we instaed recommend that you +// use subscriptions. For more information about subscriptions, see [Real-time processing of log data with subscriptions]. +// // Time-based sorting on chunks of log data inside an exported file is not // guaranteed. You can sort the exported log field data by using Linux utilities. // // [CancelExportTask]: https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_CancelExportTask.html // [DescribeExportTasks]: https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_DescribeExportTasks.html +// [Real-time processing of log data with subscriptions]: https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/Subscriptions.html func (c *Client) CreateExportTask(ctx context.Context, params *CreateExportTaskInput, optFns ...func(*Options)) (*CreateExportTaskOutput, error) { if params == nil { params = &CreateExportTaskInput{} diff --git a/service/cloudwatchlogs/api_op_DeleteDelivery.go b/service/cloudwatchlogs/api_op_DeleteDelivery.go index dd96f20c951..20b7f7e4290 100644 --- a/service/cloudwatchlogs/api_op_DeleteDelivery.go +++ b/service/cloudwatchlogs/api_op_DeleteDelivery.go @@ -10,7 +10,7 @@ import ( smithyhttp "github.com/aws/smithy-go/transport/http" ) -// Deletes s delivery. A delivery is a connection between a logical delivery +// Deletes a delivery. A delivery is a connection between a logical delivery // source and a logical delivery destination. Deleting a delivery only deletes the // connection between the delivery source and delivery destination. It does not // delete the delivery destination or the delivery source. diff --git a/service/cloudwatchlogs/api_op_DescribeAccountPolicies.go b/service/cloudwatchlogs/api_op_DescribeAccountPolicies.go index f88b294196e..62194fdc80a 100644 --- a/service/cloudwatchlogs/api_op_DescribeAccountPolicies.go +++ b/service/cloudwatchlogs/api_op_DescribeAccountPolicies.go @@ -12,6 +12,21 @@ import ( ) // Returns a list of all CloudWatch Logs account policies in the account. +// +// To use this operation, you must be signed on with the correct permissions +// depending on the type of policy that you are retrieving information for. +// +// - To see data protection policies, you must have the +// logs:GetDataProtectionPolicy and logs:DescribeAccountPolicies permissions. +// +// - To see subscription filter policies, you must have the +// logs:DescrubeSubscriptionFilters and logs:DescribeAccountPolicies permissions. +// +// - To see transformer policies, you must have the logs:GetTransformer and +// logs:DescribeAccountPolicies permissions. +// +// - To see field index policies, you must have the logs:DescribeIndexPolicies +// and logs:DescribeAccountPolicies permissions. func (c *Client) DescribeAccountPolicies(ctx context.Context, params *DescribeAccountPoliciesInput, optFns ...func(*Options)) (*DescribeAccountPoliciesOutput, error) { if params == nil { params = &DescribeAccountPoliciesInput{} diff --git a/service/cloudwatchlogs/api_op_DescribeLogStreams.go b/service/cloudwatchlogs/api_op_DescribeLogStreams.go index f3c872f2b78..3c4642bbf6e 100644 --- a/service/cloudwatchlogs/api_op_DescribeLogStreams.go +++ b/service/cloudwatchlogs/api_op_DescribeLogStreams.go @@ -19,7 +19,7 @@ import ( // logGroupName . You must include one of these two parameters, but you can't // include both. // -// This operation has a limit of five transactions per second, after which +// This operation has a limit of 25 transactions per second, after which // transactions are throttled. // // If you are using CloudWatch cross-account observability, you can use this diff --git a/service/cloudwatchlogs/api_op_PutAccountPolicy.go b/service/cloudwatchlogs/api_op_PutAccountPolicy.go index 4c201fb79e7..7d8407b9ab4 100644 --- a/service/cloudwatchlogs/api_op_PutAccountPolicy.go +++ b/service/cloudwatchlogs/api_op_PutAccountPolicy.go @@ -15,6 +15,21 @@ import ( // field index policy that applies to all log groups or a subset of log groups in // the account. // +// To use this operation, you must be signed on with the correct permissions +// depending on the type of policy that you are creating. +// +// - To create a data protection policy, you must have the +// logs:PutDataProtectionPolicy and logs:PutAccountPolicy permissions. +// +// - To create a subscription filter policy, you must have the +// logs:PutSubscriptionFilter and logs:PutccountPolicy permissions. +// +// - To create a transformer policy, you must have the logs:PutTransformer and +// logs:PutAccountPolicy permissions. +// +// - To create a field index policy, you must have the logs:PutIndexPolicy and +// logs:PutAccountPolicy permissions. +// // # Data protection policy // // A data protection policy can help safeguard sensitive data that's ingested by diff --git a/service/cloudwatchlogs/api_op_PutDeliveryDestination.go b/service/cloudwatchlogs/api_op_PutDeliveryDestination.go index 1d3e9aa3db2..3d021d2f403 100644 --- a/service/cloudwatchlogs/api_op_PutDeliveryDestination.go +++ b/service/cloudwatchlogs/api_op_PutDeliveryDestination.go @@ -22,8 +22,9 @@ import ( // - Create a delivery source, which is a logical object that represents the // resource that is actually sending the logs. For more information, see [PutDeliverySource]. // -// - Use PutDeliveryDestination to create a delivery destination, which is a -// logical object that represents the actual delivery destination. +// - Use PutDeliveryDestination to create a delivery destination in the same +// account of the actual delivery destination. The delivery destination that you +// create is a logical object that represents the actual delivery destination. // // - If you are delivering logs cross-account, you must use [PutDeliveryDestinationPolicy]in the destination // account to assign an IAM policy to the destination. This policy allows delivery diff --git a/service/cloudwatchlogs/api_op_PutDeliverySource.go b/service/cloudwatchlogs/api_op_PutDeliverySource.go index 8c1e142a51d..7be48120fe8 100644 --- a/service/cloudwatchlogs/api_op_PutDeliverySource.go +++ b/service/cloudwatchlogs/api_op_PutDeliverySource.go @@ -70,13 +70,25 @@ type PutDeliverySourceInput struct { // // - For Amazon Bedrock, the valid value is APPLICATION_LOGS . // + // - For CloudFront, the valid value is ACCESS_LOGS . + // // - For Amazon CodeWhisperer, the valid value is EVENT_LOGS . // + // - For Elemental MediaPackage, the valid values are EGRESS_ACCESS_LOGS and + // INGRESS_ACCESS_LOGS . + // + // - For Elemental MediaTailor, the valid values are AD_DECISION_SERVER_LOGS , + // MANIFEST_SERVICE_LOGS , and TRANSCODE_LOGS . + // // - For IAM Identity Center, the valid value is ERROR_LOGS . // + // - For Amazon Q, the valid value is EVENT_LOGS . + // + // - For Amazon SES mail manager, the valid value is APPLICATION_LOG . + // // - For Amazon WorkMail, the valid values are ACCESS_CONTROL_LOGS , - // AUTHENTICATION_LOGS , WORKMAIL_AVAILABILITY_PROVIDER_LOGS , and - // WORKMAIL_MAILBOX_ACCESS_LOGS . + // AUTHENTICATION_LOGS , WORKMAIL_AVAILABILITY_PROVIDER_LOGS , + // WORKMAIL_MAILBOX_ACCESS_LOGS , and WORKMAIL_PERSONAL_ACCESS_TOKEN_LOGS . // // This member is required. LogType *string diff --git a/service/cloudwatchlogs/api_op_PutMetricFilter.go b/service/cloudwatchlogs/api_op_PutMetricFilter.go index 9c8acb9f7fe..74d75fc1ec4 100644 --- a/service/cloudwatchlogs/api_op_PutMetricFilter.go +++ b/service/cloudwatchlogs/api_op_PutMetricFilter.go @@ -18,11 +18,11 @@ import ( // The maximum number of metric filters that can be associated with a log group is // 100. // -// Using regular expressions to create metric filters is supported. For these -// filters, there is a quota of two regular expression patterns within a single -// filter pattern. There is also a quota of five regular expression patterns per -// log group. For more information about using regular expressions in metric -// filters, see [Filter pattern syntax for metric filters, subscription filters, filter log events, and Live Tail]. +// Using regular expressions in filter patterns is supported. For these filters, +// there is a quota of two regular expression patterns within a single filter +// pattern. There is also a quota of five regular expression patterns per log +// group. For more information about using regular expressions in filter patterns, +// see [Filter pattern syntax for metric filters, subscription filters, filter log events, and Live Tail]. // // When you create a metric filter, you can also optionally assign a unit and // dimensions to the metric that is created. diff --git a/service/cloudwatchlogs/api_op_PutSubscriptionFilter.go b/service/cloudwatchlogs/api_op_PutSubscriptionFilter.go index 57a898e8213..3fee0221c80 100644 --- a/service/cloudwatchlogs/api_op_PutSubscriptionFilter.go +++ b/service/cloudwatchlogs/api_op_PutSubscriptionFilter.go @@ -36,11 +36,11 @@ import ( // you are updating an existing filter, you must specify the correct name in // filterName . // -// Using regular expressions to create subscription filters is supported. For -// these filters, there is a quotas of quota of two regular expression patterns -// within a single filter pattern. There is also a quota of five regular expression -// patterns per log group. For more information about using regular expressions in -// subscription filters, see [Filter pattern syntax for metric filters, subscription filters, filter log events, and Live Tail]. +// Using regular expressions in filter patterns is supported. For these filters, +// there is a quotas of quota of two regular expression patterns within a single +// filter pattern. There is also a quota of five regular expression patterns per +// log group. For more information about using regular expressions in filter +// patterns, see [Filter pattern syntax for metric filters, subscription filters, filter log events, and Live Tail]. // // To perform a PutSubscriptionFilter operation for any destination except a // Lambda function, you must also have the iam:PassRole permission. diff --git a/service/cloudwatchlogs/go.mod b/service/cloudwatchlogs/go.mod index 06a6a8166f3..005f36f7e8a 100644 --- a/service/cloudwatchlogs/go.mod +++ b/service/cloudwatchlogs/go.mod @@ -3,11 +3,11 @@ module github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.7 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.8 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/cloudwatchlogs/go.sum b/service/cloudwatchlogs/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/cloudwatchlogs/go.sum +++ b/service/cloudwatchlogs/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/cloudwatchlogs/go_module_metadata.go b/service/cloudwatchlogs/go_module_metadata.go index 0e047896e57..cef446ed8fd 100644 --- a/service/cloudwatchlogs/go_module_metadata.go +++ b/service/cloudwatchlogs/go_module_metadata.go @@ -3,4 +3,4 @@ package cloudwatchlogs // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.45.6" +const goModuleVersion = "1.45.8" diff --git a/service/cloudwatchlogs/types/errors.go b/service/cloudwatchlogs/types/errors.go index e35e5809a1b..d1a4b0cd50e 100644 --- a/service/cloudwatchlogs/types/errors.go +++ b/service/cloudwatchlogs/types/errors.go @@ -365,7 +365,8 @@ func (e *ServiceUnavailableException) ErrorCode() string { } func (e *ServiceUnavailableException) ErrorFault() smithy.ErrorFault { return smithy.FaultServer } -// his exception is returned if an unknown error occurs during a Live Tail session. +// This exception is returned if an unknown error occurs during a Live Tail +// session. type SessionStreamingException struct { Message *string diff --git a/service/cloudwatchlogs/types/types.go b/service/cloudwatchlogs/types/types.go index 824583b9e5c..28ac5037f5f 100644 --- a/service/cloudwatchlogs/types/types.go +++ b/service/cloudwatchlogs/types/types.go @@ -1582,7 +1582,9 @@ type OpenSearchResourceConfig struct { // for viewing the dashboards. // // In addition to specifying these users here, you must also grant them the - // CloudWatchOpenSearchDashboardsAccess IAM policy. For more information, see + // CloudWatchOpenSearchDashboardAccess IAM policy. For more information, see [IAM policies for users]. + // + // [IAM policies for users]: https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/OpenSearch-Dashboards-UserRoles.html // // This member is required. DashboardViewerPrincipals []string @@ -1590,9 +1592,9 @@ type OpenSearchResourceConfig struct { // Specify the ARN of an IAM role that CloudWatch Logs will use to create the // integration. This role must have the permissions necessary to access the // OpenSearch Service collection to be able to create the dashboards. For more - // information about the permissions needed, see [Create an IAM role to access the OpenSearch Service collection]in the CloudWatch Logs User Guide. + // information about the permissions needed, see [Permissions that the integration needs]in the CloudWatch Logs User Guide. // - // [Create an IAM role to access the OpenSearch Service collection]: https://docs.aws.amazon.com/OpenSearch-Dashboards-CreateRole + // [Permissions that the integration needs]: https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/OpenSearch-Dashboards-CreateRole.html // // This member is required. DataSourceRoleArn *string @@ -2281,8 +2283,11 @@ type S3DeliveryConfiguration struct { // This string allows re-configuring the S3 object prefix to contain either static // or variable sections. The valid variables to use in the suffix path will vary by - // each log source. See ConfigurationTemplate$allowedSuffixPathFields for more - // info on what values are supported in the suffix path for each log source. + // each log source. To find the values supported for the suffix path for each log + // source, use the [DescribeConfigurationTemplates]operation and check the allowedSuffixPathFields field in the + // response. + // + // [DescribeConfigurationTemplates]: https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_DescribeConfigurationTemplates.html SuffixPath *string noSmithyDocumentSerde diff --git a/service/codeartifact/CHANGELOG.md b/service/codeartifact/CHANGELOG.md index 612ef94a5bd..8bf87289ae7 100644 --- a/service/codeartifact/CHANGELOG.md +++ b/service/codeartifact/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.33.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.33.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/codeartifact/go.mod b/service/codeartifact/go.mod index bc061b7e3df..82e2db01cfb 100644 --- a/service/codeartifact/go.mod +++ b/service/codeartifact/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/codeartifact go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/codeartifact/go.sum b/service/codeartifact/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/codeartifact/go.sum +++ b/service/codeartifact/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/codeartifact/go_module_metadata.go b/service/codeartifact/go_module_metadata.go index b0f698ec3be..c8d63594cad 100644 --- a/service/codeartifact/go_module_metadata.go +++ b/service/codeartifact/go_module_metadata.go @@ -3,4 +3,4 @@ package codeartifact // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.33.11" +const goModuleVersion = "1.33.12" diff --git a/service/codebuild/CHANGELOG.md b/service/codebuild/CHANGELOG.md index da1b197a6ec..92b0b7afcb9 100644 --- a/service/codebuild/CHANGELOG.md +++ b/service/codebuild/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.50.3 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.50.2 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/codebuild/go.mod b/service/codebuild/go.mod index be8ab79f1e8..222a75b6129 100644 --- a/service/codebuild/go.mod +++ b/service/codebuild/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/codebuild go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/codebuild/go.sum b/service/codebuild/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/codebuild/go.sum +++ b/service/codebuild/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/codebuild/go_module_metadata.go b/service/codebuild/go_module_metadata.go index c30c7c3d753..39a40cbe245 100644 --- a/service/codebuild/go_module_metadata.go +++ b/service/codebuild/go_module_metadata.go @@ -3,4 +3,4 @@ package codebuild // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.50.2" +const goModuleVersion = "1.50.3" diff --git a/service/codecatalyst/CHANGELOG.md b/service/codecatalyst/CHANGELOG.md index 9376003a93e..e6e6384f3dc 100644 --- a/service/codecatalyst/CHANGELOG.md +++ b/service/codecatalyst/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.17.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.17.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/codecatalyst/go.mod b/service/codecatalyst/go.mod index df17a7b5413..e9375eb0f27 100644 --- a/service/codecatalyst/go.mod +++ b/service/codecatalyst/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/codecatalyst go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/codecatalyst/go.sum b/service/codecatalyst/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/codecatalyst/go.sum +++ b/service/codecatalyst/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/codecatalyst/go_module_metadata.go b/service/codecatalyst/go_module_metadata.go index 9d8e076a91d..c6aa2610322 100644 --- a/service/codecatalyst/go_module_metadata.go +++ b/service/codecatalyst/go_module_metadata.go @@ -3,4 +3,4 @@ package codecatalyst // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.17.11" +const goModuleVersion = "1.17.12" diff --git a/service/codecommit/CHANGELOG.md b/service/codecommit/CHANGELOG.md index 8ce45851fb8..8d2274cb62c 100644 --- a/service/codecommit/CHANGELOG.md +++ b/service/codecommit/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.27.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.27.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/codecommit/go.mod b/service/codecommit/go.mod index 301304bc4f6..404de99ed26 100644 --- a/service/codecommit/go.mod +++ b/service/codecommit/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/codecommit go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/codecommit/go.sum b/service/codecommit/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/codecommit/go.sum +++ b/service/codecommit/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/codecommit/go_module_metadata.go b/service/codecommit/go_module_metadata.go index 453d2800453..6c3b3d7c987 100644 --- a/service/codecommit/go_module_metadata.go +++ b/service/codecommit/go_module_metadata.go @@ -3,4 +3,4 @@ package codecommit // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.27.11" +const goModuleVersion = "1.27.12" diff --git a/service/codeconnections/CHANGELOG.md b/service/codeconnections/CHANGELOG.md index 4ea4ee583dd..553c56f9a36 100644 --- a/service/codeconnections/CHANGELOG.md +++ b/service/codeconnections/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.5.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.5.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/codeconnections/go.mod b/service/codeconnections/go.mod index ae71a099341..241e14858bb 100644 --- a/service/codeconnections/go.mod +++ b/service/codeconnections/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/codeconnections go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/codeconnections/go.sum b/service/codeconnections/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/codeconnections/go.sum +++ b/service/codeconnections/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/codeconnections/go_module_metadata.go b/service/codeconnections/go_module_metadata.go index eb6155f59ef..57495d3e39a 100644 --- a/service/codeconnections/go_module_metadata.go +++ b/service/codeconnections/go_module_metadata.go @@ -3,4 +3,4 @@ package codeconnections // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.5.11" +const goModuleVersion = "1.5.12" diff --git a/service/codedeploy/CHANGELOG.md b/service/codedeploy/CHANGELOG.md index fb963d2ee3d..d1b11b09fcf 100644 --- a/service/codedeploy/CHANGELOG.md +++ b/service/codedeploy/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.29.14 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.29.13 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/codedeploy/go.mod b/service/codedeploy/go.mod index 90b40635c90..7134d94fa0a 100644 --- a/service/codedeploy/go.mod +++ b/service/codedeploy/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/codedeploy go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/codedeploy/go.sum b/service/codedeploy/go.sum index aa7eb14ff92..3df7c5c8b09 100644 --- a/service/codedeploy/go.sum +++ b/service/codedeploy/go.sum @@ -1,5 +1,5 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/jmespath/go-jmespath v0.4.0 h1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9YPoQUg= diff --git a/service/codedeploy/go_module_metadata.go b/service/codedeploy/go_module_metadata.go index 09e1b420501..0d1512ccda5 100644 --- a/service/codedeploy/go_module_metadata.go +++ b/service/codedeploy/go_module_metadata.go @@ -3,4 +3,4 @@ package codedeploy // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.29.13" +const goModuleVersion = "1.29.14" diff --git a/service/codeguruprofiler/CHANGELOG.md b/service/codeguruprofiler/CHANGELOG.md index ce16af6790f..7111fd2c21c 100644 --- a/service/codeguruprofiler/CHANGELOG.md +++ b/service/codeguruprofiler/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.24.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.24.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/codeguruprofiler/go.mod b/service/codeguruprofiler/go.mod index b286d9dd107..23d014d6f7b 100644 --- a/service/codeguruprofiler/go.mod +++ b/service/codeguruprofiler/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/codeguruprofiler go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/codeguruprofiler/go.sum b/service/codeguruprofiler/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/codeguruprofiler/go.sum +++ b/service/codeguruprofiler/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/codeguruprofiler/go_module_metadata.go b/service/codeguruprofiler/go_module_metadata.go index 1e91826d478..63000014a23 100644 --- a/service/codeguruprofiler/go_module_metadata.go +++ b/service/codeguruprofiler/go_module_metadata.go @@ -3,4 +3,4 @@ package codeguruprofiler // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.24.11" +const goModuleVersion = "1.24.12" diff --git a/service/codegurureviewer/CHANGELOG.md b/service/codegurureviewer/CHANGELOG.md index 81a13e970c0..94aaaae0519 100644 --- a/service/codegurureviewer/CHANGELOG.md +++ b/service/codegurureviewer/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.29.13 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.29.12 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/codegurureviewer/go.mod b/service/codegurureviewer/go.mod index 81186baffee..a153440fad9 100644 --- a/service/codegurureviewer/go.mod +++ b/service/codegurureviewer/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/codegurureviewer go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/codegurureviewer/go.sum b/service/codegurureviewer/go.sum index aa7eb14ff92..3df7c5c8b09 100644 --- a/service/codegurureviewer/go.sum +++ b/service/codegurureviewer/go.sum @@ -1,5 +1,5 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/jmespath/go-jmespath v0.4.0 h1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9YPoQUg= diff --git a/service/codegurureviewer/go_module_metadata.go b/service/codegurureviewer/go_module_metadata.go index e4e57440b93..42821a3d4fa 100644 --- a/service/codegurureviewer/go_module_metadata.go +++ b/service/codegurureviewer/go_module_metadata.go @@ -3,4 +3,4 @@ package codegurureviewer // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.29.12" +const goModuleVersion = "1.29.13" diff --git a/service/codegurusecurity/CHANGELOG.md b/service/codegurusecurity/CHANGELOG.md index bfd04c924fe..b85332cedd1 100644 --- a/service/codegurusecurity/CHANGELOG.md +++ b/service/codegurusecurity/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.12.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.12.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/codegurusecurity/go.mod b/service/codegurusecurity/go.mod index 9dbcaaad919..b1c1ecbdf75 100644 --- a/service/codegurusecurity/go.mod +++ b/service/codegurusecurity/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/codegurusecurity go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/codegurusecurity/go.sum b/service/codegurusecurity/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/codegurusecurity/go.sum +++ b/service/codegurusecurity/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/codegurusecurity/go_module_metadata.go b/service/codegurusecurity/go_module_metadata.go index 7229202c11a..60f48075bc7 100644 --- a/service/codegurusecurity/go_module_metadata.go +++ b/service/codegurusecurity/go_module_metadata.go @@ -3,4 +3,4 @@ package codegurusecurity // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.12.11" +const goModuleVersion = "1.12.12" diff --git a/service/codepipeline/CHANGELOG.md b/service/codepipeline/CHANGELOG.md index 6620265b78d..d1bf01f2b7e 100644 --- a/service/codepipeline/CHANGELOG.md +++ b/service/codepipeline/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.38.5 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.38.4 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/codepipeline/go.mod b/service/codepipeline/go.mod index b0b7a6eb807..797096b3280 100644 --- a/service/codepipeline/go.mod +++ b/service/codepipeline/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/codepipeline go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/codepipeline/go.sum b/service/codepipeline/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/codepipeline/go.sum +++ b/service/codepipeline/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/codepipeline/go_module_metadata.go b/service/codepipeline/go_module_metadata.go index fd4778cdb34..11166df9905 100644 --- a/service/codepipeline/go_module_metadata.go +++ b/service/codepipeline/go_module_metadata.go @@ -3,4 +3,4 @@ package codepipeline // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.38.4" +const goModuleVersion = "1.38.5" diff --git a/service/codestarconnections/CHANGELOG.md b/service/codestarconnections/CHANGELOG.md index acdab9b5978..93bf031a5f5 100644 --- a/service/codestarconnections/CHANGELOG.md +++ b/service/codestarconnections/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.29.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.29.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/codestarconnections/go.mod b/service/codestarconnections/go.mod index f9237dc7dce..52cdfb71ae0 100644 --- a/service/codestarconnections/go.mod +++ b/service/codestarconnections/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/codestarconnections go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/codestarconnections/go.sum b/service/codestarconnections/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/codestarconnections/go.sum +++ b/service/codestarconnections/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/codestarconnections/go_module_metadata.go b/service/codestarconnections/go_module_metadata.go index 498f945d76e..010ee0c55c9 100644 --- a/service/codestarconnections/go_module_metadata.go +++ b/service/codestarconnections/go_module_metadata.go @@ -3,4 +3,4 @@ package codestarconnections // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.29.11" +const goModuleVersion = "1.29.12" diff --git a/service/codestarnotifications/CHANGELOG.md b/service/codestarnotifications/CHANGELOG.md index d019a238e47..35b1e6bf82b 100644 --- a/service/codestarnotifications/CHANGELOG.md +++ b/service/codestarnotifications/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.26.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.26.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/codestarnotifications/go.mod b/service/codestarnotifications/go.mod index 283c6495eb1..6e9c28c0c2c 100644 --- a/service/codestarnotifications/go.mod +++ b/service/codestarnotifications/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/codestarnotifications go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/codestarnotifications/go.sum b/service/codestarnotifications/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/codestarnotifications/go.sum +++ b/service/codestarnotifications/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/codestarnotifications/go_module_metadata.go b/service/codestarnotifications/go_module_metadata.go index c1c8d568087..673c1b6c160 100644 --- a/service/codestarnotifications/go_module_metadata.go +++ b/service/codestarnotifications/go_module_metadata.go @@ -3,4 +3,4 @@ package codestarnotifications // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.26.11" +const goModuleVersion = "1.26.12" diff --git a/service/cognitoidentity/CHANGELOG.md b/service/cognitoidentity/CHANGELOG.md index f24e50e5c56..ff299200123 100644 --- a/service/cognitoidentity/CHANGELOG.md +++ b/service/cognitoidentity/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.28.2 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.28.1 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/cognitoidentity/go.mod b/service/cognitoidentity/go.mod index 9e5f3e3134b..1d830762a2f 100644 --- a/service/cognitoidentity/go.mod +++ b/service/cognitoidentity/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/cognitoidentity go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/cognitoidentity/go.sum b/service/cognitoidentity/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/cognitoidentity/go.sum +++ b/service/cognitoidentity/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/cognitoidentity/go_module_metadata.go b/service/cognitoidentity/go_module_metadata.go index 1ff65ed9cd6..75eba9eff52 100644 --- a/service/cognitoidentity/go_module_metadata.go +++ b/service/cognitoidentity/go_module_metadata.go @@ -3,4 +3,4 @@ package cognitoidentity // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.28.1" +const goModuleVersion = "1.28.2" diff --git a/service/cognitoidentityprovider/CHANGELOG.md b/service/cognitoidentityprovider/CHANGELOG.md index f400dcfdf60..51753a21817 100644 --- a/service/cognitoidentityprovider/CHANGELOG.md +++ b/service/cognitoidentityprovider/CHANGELOG.md @@ -1,3 +1,12 @@ +# v1.49.1 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + +# v1.49.0 (2025-01-21) + +* **Feature**: corrects the dual-stack endpoint configuration for cognitoidp + # v1.48.6 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/cognitoidentityprovider/endpoints.go b/service/cognitoidentityprovider/endpoints.go index a0934eb6239..f1ae64433a8 100644 --- a/service/cognitoidentityprovider/endpoints.go +++ b/service/cognitoidentityprovider/endpoints.go @@ -361,6 +361,58 @@ func (r *resolver) ResolveEndpoint( if _UseDualStack == true { if true == _PartitionResult.SupportsFIPS { if true == _PartitionResult.SupportsDualStack { + if _Region == "us-east-1" { + uriString := "https://cognito-idp-fips.us-east-1.amazonaws.com" + + uri, err := url.Parse(uriString) + if err != nil { + return endpoint, fmt.Errorf("Failed to parse uri: %s", uriString) + } + + return smithyendpoints.Endpoint{ + URI: *uri, + Headers: http.Header{}, + }, nil + } + if _Region == "us-east-2" { + uriString := "https://cognito-idp-fips.us-east-2.amazonaws.com" + + uri, err := url.Parse(uriString) + if err != nil { + return endpoint, fmt.Errorf("Failed to parse uri: %s", uriString) + } + + return smithyendpoints.Endpoint{ + URI: *uri, + Headers: http.Header{}, + }, nil + } + if _Region == "us-west-1" { + uriString := "https://cognito-idp-fips.us-west-1.amazonaws.com" + + uri, err := url.Parse(uriString) + if err != nil { + return endpoint, fmt.Errorf("Failed to parse uri: %s", uriString) + } + + return smithyendpoints.Endpoint{ + URI: *uri, + Headers: http.Header{}, + }, nil + } + if _Region == "us-west-2" { + uriString := "https://cognito-idp-fips.us-west-2.amazonaws.com" + + uri, err := url.Parse(uriString) + if err != nil { + return endpoint, fmt.Errorf("Failed to parse uri: %s", uriString) + } + + return smithyendpoints.Endpoint{ + URI: *uri, + Headers: http.Header{}, + }, nil + } uriString := func() string { var out strings.Builder out.WriteString("https://cognito-idp-fips.") @@ -409,6 +461,25 @@ func (r *resolver) ResolveEndpoint( } if _UseDualStack == true { if true == _PartitionResult.SupportsDualStack { + if "aws" == _PartitionResult.Name { + uriString := func() string { + var out strings.Builder + out.WriteString("https://cognito-idp.") + out.WriteString(_Region) + out.WriteString(".amazonaws.com") + return out.String() + }() + + uri, err := url.Parse(uriString) + if err != nil { + return endpoint, fmt.Errorf("Failed to parse uri: %s", uriString) + } + + return smithyendpoints.Endpoint{ + URI: *uri, + Headers: http.Header{}, + }, nil + } uriString := func() string { var out strings.Builder out.WriteString("https://cognito-idp.") diff --git a/service/cognitoidentityprovider/endpoints_test.go b/service/cognitoidentityprovider/endpoints_test.go index c27a638a295..8da97d3241b 100644 --- a/service/cognitoidentityprovider/endpoints_test.go +++ b/service/cognitoidentityprovider/endpoints_test.go @@ -14,10 +14,454 @@ import ( "testing" ) -// For region ap-northeast-1 with FIPS disabled and DualStack disabled +// For region af-south-1 with FIPS disabled and DualStack disabled func TestEndpointCase0(t *testing.T) { var params = EndpointParameters{ - Region: ptr.String("ap-northeast-1"), + Region: ptr.String("af-south-1"), + UseFIPS: ptr.Bool(false), + UseDualStack: ptr.Bool(false), + } + + resolver := NewDefaultEndpointResolverV2() + result, err := resolver.ResolveEndpoint(context.Background(), params) + _, _ = result, err + + if err != nil { + t.Fatalf("expect no error, got %v", err) + } + + uri, _ := url.Parse("https://cognito-idp.af-south-1.amazonaws.com") + + expectEndpoint := smithyendpoints.Endpoint{ + URI: *uri, + Headers: http.Header{}, + Properties: smithy.Properties{}, + } + + if e, a := expectEndpoint.URI, result.URI; e != a { + t.Errorf("expect %v URI, got %v", e, a) + } + + if !reflect.DeepEqual(expectEndpoint.Headers, result.Headers) { + t.Errorf("expect headers to match\n%v != %v", expectEndpoint.Headers, result.Headers) + } + + if !reflect.DeepEqual(expectEndpoint.Properties, result.Properties) { + t.Errorf("expect properties to match\n%v != %v", expectEndpoint.Properties, result.Properties) + } +} + +// For region ap-east-1 with FIPS disabled and DualStack disabled +func TestEndpointCase1(t *testing.T) { + var params = EndpointParameters{ + Region: ptr.String("ap-east-1"), + UseFIPS: ptr.Bool(false), + UseDualStack: ptr.Bool(false), + } + + resolver := NewDefaultEndpointResolverV2() + result, err := resolver.ResolveEndpoint(context.Background(), params) + _, _ = result, err + + if err != nil { + t.Fatalf("expect no error, got %v", err) + } + + uri, _ := url.Parse("https://cognito-idp.ap-east-1.amazonaws.com") + + expectEndpoint := smithyendpoints.Endpoint{ + URI: *uri, + Headers: http.Header{}, + Properties: smithy.Properties{}, + } + + if e, a := expectEndpoint.URI, result.URI; e != a { + t.Errorf("expect %v URI, got %v", e, a) + } + + if !reflect.DeepEqual(expectEndpoint.Headers, result.Headers) { + t.Errorf("expect headers to match\n%v != %v", expectEndpoint.Headers, result.Headers) + } + + if !reflect.DeepEqual(expectEndpoint.Properties, result.Properties) { + t.Errorf("expect properties to match\n%v != %v", expectEndpoint.Properties, result.Properties) + } +} + +// For region ap-northeast-1 with FIPS disabled and DualStack disabled +func TestEndpointCase2(t *testing.T) { + var params = EndpointParameters{ + Region: ptr.String("ap-northeast-1"), + UseFIPS: ptr.Bool(false), + UseDualStack: ptr.Bool(false), + } + + resolver := NewDefaultEndpointResolverV2() + result, err := resolver.ResolveEndpoint(context.Background(), params) + _, _ = result, err + + if err != nil { + t.Fatalf("expect no error, got %v", err) + } + + uri, _ := url.Parse("https://cognito-idp.ap-northeast-1.amazonaws.com") + + expectEndpoint := smithyendpoints.Endpoint{ + URI: *uri, + Headers: http.Header{}, + Properties: smithy.Properties{}, + } + + if e, a := expectEndpoint.URI, result.URI; e != a { + t.Errorf("expect %v URI, got %v", e, a) + } + + if !reflect.DeepEqual(expectEndpoint.Headers, result.Headers) { + t.Errorf("expect headers to match\n%v != %v", expectEndpoint.Headers, result.Headers) + } + + if !reflect.DeepEqual(expectEndpoint.Properties, result.Properties) { + t.Errorf("expect properties to match\n%v != %v", expectEndpoint.Properties, result.Properties) + } +} + +// For region ap-northeast-2 with FIPS disabled and DualStack disabled +func TestEndpointCase3(t *testing.T) { + var params = EndpointParameters{ + Region: ptr.String("ap-northeast-2"), + UseFIPS: ptr.Bool(false), + UseDualStack: ptr.Bool(false), + } + + resolver := NewDefaultEndpointResolverV2() + result, err := resolver.ResolveEndpoint(context.Background(), params) + _, _ = result, err + + if err != nil { + t.Fatalf("expect no error, got %v", err) + } + + uri, _ := url.Parse("https://cognito-idp.ap-northeast-2.amazonaws.com") + + expectEndpoint := smithyendpoints.Endpoint{ + URI: *uri, + Headers: http.Header{}, + Properties: smithy.Properties{}, + } + + if e, a := expectEndpoint.URI, result.URI; e != a { + t.Errorf("expect %v URI, got %v", e, a) + } + + if !reflect.DeepEqual(expectEndpoint.Headers, result.Headers) { + t.Errorf("expect headers to match\n%v != %v", expectEndpoint.Headers, result.Headers) + } + + if !reflect.DeepEqual(expectEndpoint.Properties, result.Properties) { + t.Errorf("expect properties to match\n%v != %v", expectEndpoint.Properties, result.Properties) + } +} + +// For region ap-northeast-3 with FIPS disabled and DualStack disabled +func TestEndpointCase4(t *testing.T) { + var params = EndpointParameters{ + Region: ptr.String("ap-northeast-3"), + UseFIPS: ptr.Bool(false), + UseDualStack: ptr.Bool(false), + } + + resolver := NewDefaultEndpointResolverV2() + result, err := resolver.ResolveEndpoint(context.Background(), params) + _, _ = result, err + + if err != nil { + t.Fatalf("expect no error, got %v", err) + } + + uri, _ := url.Parse("https://cognito-idp.ap-northeast-3.amazonaws.com") + + expectEndpoint := smithyendpoints.Endpoint{ + URI: *uri, + Headers: http.Header{}, + Properties: smithy.Properties{}, + } + + if e, a := expectEndpoint.URI, result.URI; e != a { + t.Errorf("expect %v URI, got %v", e, a) + } + + if !reflect.DeepEqual(expectEndpoint.Headers, result.Headers) { + t.Errorf("expect headers to match\n%v != %v", expectEndpoint.Headers, result.Headers) + } + + if !reflect.DeepEqual(expectEndpoint.Properties, result.Properties) { + t.Errorf("expect properties to match\n%v != %v", expectEndpoint.Properties, result.Properties) + } +} + +// For region ap-south-1 with FIPS disabled and DualStack disabled +func TestEndpointCase5(t *testing.T) { + var params = EndpointParameters{ + Region: ptr.String("ap-south-1"), + UseFIPS: ptr.Bool(false), + UseDualStack: ptr.Bool(false), + } + + resolver := NewDefaultEndpointResolverV2() + result, err := resolver.ResolveEndpoint(context.Background(), params) + _, _ = result, err + + if err != nil { + t.Fatalf("expect no error, got %v", err) + } + + uri, _ := url.Parse("https://cognito-idp.ap-south-1.amazonaws.com") + + expectEndpoint := smithyendpoints.Endpoint{ + URI: *uri, + Headers: http.Header{}, + Properties: smithy.Properties{}, + } + + if e, a := expectEndpoint.URI, result.URI; e != a { + t.Errorf("expect %v URI, got %v", e, a) + } + + if !reflect.DeepEqual(expectEndpoint.Headers, result.Headers) { + t.Errorf("expect headers to match\n%v != %v", expectEndpoint.Headers, result.Headers) + } + + if !reflect.DeepEqual(expectEndpoint.Properties, result.Properties) { + t.Errorf("expect properties to match\n%v != %v", expectEndpoint.Properties, result.Properties) + } +} + +// For region ap-south-2 with FIPS disabled and DualStack disabled +func TestEndpointCase6(t *testing.T) { + var params = EndpointParameters{ + Region: ptr.String("ap-south-2"), + UseFIPS: ptr.Bool(false), + UseDualStack: ptr.Bool(false), + } + + resolver := NewDefaultEndpointResolverV2() + result, err := resolver.ResolveEndpoint(context.Background(), params) + _, _ = result, err + + if err != nil { + t.Fatalf("expect no error, got %v", err) + } + + uri, _ := url.Parse("https://cognito-idp.ap-south-2.amazonaws.com") + + expectEndpoint := smithyendpoints.Endpoint{ + URI: *uri, + Headers: http.Header{}, + Properties: smithy.Properties{}, + } + + if e, a := expectEndpoint.URI, result.URI; e != a { + t.Errorf("expect %v URI, got %v", e, a) + } + + if !reflect.DeepEqual(expectEndpoint.Headers, result.Headers) { + t.Errorf("expect headers to match\n%v != %v", expectEndpoint.Headers, result.Headers) + } + + if !reflect.DeepEqual(expectEndpoint.Properties, result.Properties) { + t.Errorf("expect properties to match\n%v != %v", expectEndpoint.Properties, result.Properties) + } +} + +// For region ap-southeast-1 with FIPS disabled and DualStack disabled +func TestEndpointCase7(t *testing.T) { + var params = EndpointParameters{ + Region: ptr.String("ap-southeast-1"), + UseFIPS: ptr.Bool(false), + UseDualStack: ptr.Bool(false), + } + + resolver := NewDefaultEndpointResolverV2() + result, err := resolver.ResolveEndpoint(context.Background(), params) + _, _ = result, err + + if err != nil { + t.Fatalf("expect no error, got %v", err) + } + + uri, _ := url.Parse("https://cognito-idp.ap-southeast-1.amazonaws.com") + + expectEndpoint := smithyendpoints.Endpoint{ + URI: *uri, + Headers: http.Header{}, + Properties: smithy.Properties{}, + } + + if e, a := expectEndpoint.URI, result.URI; e != a { + t.Errorf("expect %v URI, got %v", e, a) + } + + if !reflect.DeepEqual(expectEndpoint.Headers, result.Headers) { + t.Errorf("expect headers to match\n%v != %v", expectEndpoint.Headers, result.Headers) + } + + if !reflect.DeepEqual(expectEndpoint.Properties, result.Properties) { + t.Errorf("expect properties to match\n%v != %v", expectEndpoint.Properties, result.Properties) + } +} + +// For region ap-southeast-2 with FIPS disabled and DualStack disabled +func TestEndpointCase8(t *testing.T) { + var params = EndpointParameters{ + Region: ptr.String("ap-southeast-2"), + UseFIPS: ptr.Bool(false), + UseDualStack: ptr.Bool(false), + } + + resolver := NewDefaultEndpointResolverV2() + result, err := resolver.ResolveEndpoint(context.Background(), params) + _, _ = result, err + + if err != nil { + t.Fatalf("expect no error, got %v", err) + } + + uri, _ := url.Parse("https://cognito-idp.ap-southeast-2.amazonaws.com") + + expectEndpoint := smithyendpoints.Endpoint{ + URI: *uri, + Headers: http.Header{}, + Properties: smithy.Properties{}, + } + + if e, a := expectEndpoint.URI, result.URI; e != a { + t.Errorf("expect %v URI, got %v", e, a) + } + + if !reflect.DeepEqual(expectEndpoint.Headers, result.Headers) { + t.Errorf("expect headers to match\n%v != %v", expectEndpoint.Headers, result.Headers) + } + + if !reflect.DeepEqual(expectEndpoint.Properties, result.Properties) { + t.Errorf("expect properties to match\n%v != %v", expectEndpoint.Properties, result.Properties) + } +} + +// For region ap-southeast-3 with FIPS disabled and DualStack disabled +func TestEndpointCase9(t *testing.T) { + var params = EndpointParameters{ + Region: ptr.String("ap-southeast-3"), + UseFIPS: ptr.Bool(false), + UseDualStack: ptr.Bool(false), + } + + resolver := NewDefaultEndpointResolverV2() + result, err := resolver.ResolveEndpoint(context.Background(), params) + _, _ = result, err + + if err != nil { + t.Fatalf("expect no error, got %v", err) + } + + uri, _ := url.Parse("https://cognito-idp.ap-southeast-3.amazonaws.com") + + expectEndpoint := smithyendpoints.Endpoint{ + URI: *uri, + Headers: http.Header{}, + Properties: smithy.Properties{}, + } + + if e, a := expectEndpoint.URI, result.URI; e != a { + t.Errorf("expect %v URI, got %v", e, a) + } + + if !reflect.DeepEqual(expectEndpoint.Headers, result.Headers) { + t.Errorf("expect headers to match\n%v != %v", expectEndpoint.Headers, result.Headers) + } + + if !reflect.DeepEqual(expectEndpoint.Properties, result.Properties) { + t.Errorf("expect properties to match\n%v != %v", expectEndpoint.Properties, result.Properties) + } +} + +// For region ap-southeast-4 with FIPS disabled and DualStack disabled +func TestEndpointCase10(t *testing.T) { + var params = EndpointParameters{ + Region: ptr.String("ap-southeast-4"), + UseFIPS: ptr.Bool(false), + UseDualStack: ptr.Bool(false), + } + + resolver := NewDefaultEndpointResolverV2() + result, err := resolver.ResolveEndpoint(context.Background(), params) + _, _ = result, err + + if err != nil { + t.Fatalf("expect no error, got %v", err) + } + + uri, _ := url.Parse("https://cognito-idp.ap-southeast-4.amazonaws.com") + + expectEndpoint := smithyendpoints.Endpoint{ + URI: *uri, + Headers: http.Header{}, + Properties: smithy.Properties{}, + } + + if e, a := expectEndpoint.URI, result.URI; e != a { + t.Errorf("expect %v URI, got %v", e, a) + } + + if !reflect.DeepEqual(expectEndpoint.Headers, result.Headers) { + t.Errorf("expect headers to match\n%v != %v", expectEndpoint.Headers, result.Headers) + } + + if !reflect.DeepEqual(expectEndpoint.Properties, result.Properties) { + t.Errorf("expect properties to match\n%v != %v", expectEndpoint.Properties, result.Properties) + } +} + +// For region ca-central-1 with FIPS disabled and DualStack disabled +func TestEndpointCase11(t *testing.T) { + var params = EndpointParameters{ + Region: ptr.String("ca-central-1"), + UseFIPS: ptr.Bool(false), + UseDualStack: ptr.Bool(false), + } + + resolver := NewDefaultEndpointResolverV2() + result, err := resolver.ResolveEndpoint(context.Background(), params) + _, _ = result, err + + if err != nil { + t.Fatalf("expect no error, got %v", err) + } + + uri, _ := url.Parse("https://cognito-idp.ca-central-1.amazonaws.com") + + expectEndpoint := smithyendpoints.Endpoint{ + URI: *uri, + Headers: http.Header{}, + Properties: smithy.Properties{}, + } + + if e, a := expectEndpoint.URI, result.URI; e != a { + t.Errorf("expect %v URI, got %v", e, a) + } + + if !reflect.DeepEqual(expectEndpoint.Headers, result.Headers) { + t.Errorf("expect headers to match\n%v != %v", expectEndpoint.Headers, result.Headers) + } + + if !reflect.DeepEqual(expectEndpoint.Properties, result.Properties) { + t.Errorf("expect properties to match\n%v != %v", expectEndpoint.Properties, result.Properties) + } +} + +// For region ca-west-1 with FIPS disabled and DualStack disabled +func TestEndpointCase12(t *testing.T) { + var params = EndpointParameters{ + Region: ptr.String("ca-west-1"), UseFIPS: ptr.Bool(false), UseDualStack: ptr.Bool(false), } @@ -30,7 +474,7 @@ func TestEndpointCase0(t *testing.T) { t.Fatalf("expect no error, got %v", err) } - uri, _ := url.Parse("https://cognito-idp.ap-northeast-1.amazonaws.com") + uri, _ := url.Parse("https://cognito-idp.ca-west-1.amazonaws.com") expectEndpoint := smithyendpoints.Endpoint{ URI: *uri, @@ -51,10 +495,10 @@ func TestEndpointCase0(t *testing.T) { } } -// For region ap-northeast-2 with FIPS disabled and DualStack disabled -func TestEndpointCase1(t *testing.T) { +// For region eu-central-1 with FIPS disabled and DualStack disabled +func TestEndpointCase13(t *testing.T) { var params = EndpointParameters{ - Region: ptr.String("ap-northeast-2"), + Region: ptr.String("eu-central-1"), UseFIPS: ptr.Bool(false), UseDualStack: ptr.Bool(false), } @@ -67,7 +511,7 @@ func TestEndpointCase1(t *testing.T) { t.Fatalf("expect no error, got %v", err) } - uri, _ := url.Parse("https://cognito-idp.ap-northeast-2.amazonaws.com") + uri, _ := url.Parse("https://cognito-idp.eu-central-1.amazonaws.com") expectEndpoint := smithyendpoints.Endpoint{ URI: *uri, @@ -88,10 +532,10 @@ func TestEndpointCase1(t *testing.T) { } } -// For region ap-south-1 with FIPS disabled and DualStack disabled -func TestEndpointCase2(t *testing.T) { +// For region eu-central-2 with FIPS disabled and DualStack disabled +func TestEndpointCase14(t *testing.T) { var params = EndpointParameters{ - Region: ptr.String("ap-south-1"), + Region: ptr.String("eu-central-2"), UseFIPS: ptr.Bool(false), UseDualStack: ptr.Bool(false), } @@ -104,7 +548,7 @@ func TestEndpointCase2(t *testing.T) { t.Fatalf("expect no error, got %v", err) } - uri, _ := url.Parse("https://cognito-idp.ap-south-1.amazonaws.com") + uri, _ := url.Parse("https://cognito-idp.eu-central-2.amazonaws.com") expectEndpoint := smithyendpoints.Endpoint{ URI: *uri, @@ -125,10 +569,10 @@ func TestEndpointCase2(t *testing.T) { } } -// For region ap-southeast-1 with FIPS disabled and DualStack disabled -func TestEndpointCase3(t *testing.T) { +// For region eu-north-1 with FIPS disabled and DualStack disabled +func TestEndpointCase15(t *testing.T) { var params = EndpointParameters{ - Region: ptr.String("ap-southeast-1"), + Region: ptr.String("eu-north-1"), UseFIPS: ptr.Bool(false), UseDualStack: ptr.Bool(false), } @@ -141,7 +585,7 @@ func TestEndpointCase3(t *testing.T) { t.Fatalf("expect no error, got %v", err) } - uri, _ := url.Parse("https://cognito-idp.ap-southeast-1.amazonaws.com") + uri, _ := url.Parse("https://cognito-idp.eu-north-1.amazonaws.com") expectEndpoint := smithyendpoints.Endpoint{ URI: *uri, @@ -162,10 +606,10 @@ func TestEndpointCase3(t *testing.T) { } } -// For region ap-southeast-2 with FIPS disabled and DualStack disabled -func TestEndpointCase4(t *testing.T) { +// For region eu-south-1 with FIPS disabled and DualStack disabled +func TestEndpointCase16(t *testing.T) { var params = EndpointParameters{ - Region: ptr.String("ap-southeast-2"), + Region: ptr.String("eu-south-1"), UseFIPS: ptr.Bool(false), UseDualStack: ptr.Bool(false), } @@ -178,7 +622,7 @@ func TestEndpointCase4(t *testing.T) { t.Fatalf("expect no error, got %v", err) } - uri, _ := url.Parse("https://cognito-idp.ap-southeast-2.amazonaws.com") + uri, _ := url.Parse("https://cognito-idp.eu-south-1.amazonaws.com") expectEndpoint := smithyendpoints.Endpoint{ URI: *uri, @@ -199,10 +643,10 @@ func TestEndpointCase4(t *testing.T) { } } -// For region ca-central-1 with FIPS disabled and DualStack disabled -func TestEndpointCase5(t *testing.T) { +// For region eu-south-2 with FIPS disabled and DualStack disabled +func TestEndpointCase17(t *testing.T) { var params = EndpointParameters{ - Region: ptr.String("ca-central-1"), + Region: ptr.String("eu-south-2"), UseFIPS: ptr.Bool(false), UseDualStack: ptr.Bool(false), } @@ -215,7 +659,7 @@ func TestEndpointCase5(t *testing.T) { t.Fatalf("expect no error, got %v", err) } - uri, _ := url.Parse("https://cognito-idp.ca-central-1.amazonaws.com") + uri, _ := url.Parse("https://cognito-idp.eu-south-2.amazonaws.com") expectEndpoint := smithyendpoints.Endpoint{ URI: *uri, @@ -236,10 +680,10 @@ func TestEndpointCase5(t *testing.T) { } } -// For region eu-central-1 with FIPS disabled and DualStack disabled -func TestEndpointCase6(t *testing.T) { +// For region eu-west-1 with FIPS disabled and DualStack disabled +func TestEndpointCase18(t *testing.T) { var params = EndpointParameters{ - Region: ptr.String("eu-central-1"), + Region: ptr.String("eu-west-1"), UseFIPS: ptr.Bool(false), UseDualStack: ptr.Bool(false), } @@ -252,7 +696,7 @@ func TestEndpointCase6(t *testing.T) { t.Fatalf("expect no error, got %v", err) } - uri, _ := url.Parse("https://cognito-idp.eu-central-1.amazonaws.com") + uri, _ := url.Parse("https://cognito-idp.eu-west-1.amazonaws.com") expectEndpoint := smithyendpoints.Endpoint{ URI: *uri, @@ -273,10 +717,10 @@ func TestEndpointCase6(t *testing.T) { } } -// For region eu-north-1 with FIPS disabled and DualStack disabled -func TestEndpointCase7(t *testing.T) { +// For region eu-west-2 with FIPS disabled and DualStack disabled +func TestEndpointCase19(t *testing.T) { var params = EndpointParameters{ - Region: ptr.String("eu-north-1"), + Region: ptr.String("eu-west-2"), UseFIPS: ptr.Bool(false), UseDualStack: ptr.Bool(false), } @@ -289,7 +733,7 @@ func TestEndpointCase7(t *testing.T) { t.Fatalf("expect no error, got %v", err) } - uri, _ := url.Parse("https://cognito-idp.eu-north-1.amazonaws.com") + uri, _ := url.Parse("https://cognito-idp.eu-west-2.amazonaws.com") expectEndpoint := smithyendpoints.Endpoint{ URI: *uri, @@ -310,10 +754,10 @@ func TestEndpointCase7(t *testing.T) { } } -// For region eu-west-1 with FIPS disabled and DualStack disabled -func TestEndpointCase8(t *testing.T) { +// For region eu-west-3 with FIPS disabled and DualStack disabled +func TestEndpointCase20(t *testing.T) { var params = EndpointParameters{ - Region: ptr.String("eu-west-1"), + Region: ptr.String("eu-west-3"), UseFIPS: ptr.Bool(false), UseDualStack: ptr.Bool(false), } @@ -326,7 +770,7 @@ func TestEndpointCase8(t *testing.T) { t.Fatalf("expect no error, got %v", err) } - uri, _ := url.Parse("https://cognito-idp.eu-west-1.amazonaws.com") + uri, _ := url.Parse("https://cognito-idp.eu-west-3.amazonaws.com") expectEndpoint := smithyendpoints.Endpoint{ URI: *uri, @@ -347,10 +791,10 @@ func TestEndpointCase8(t *testing.T) { } } -// For region eu-west-2 with FIPS disabled and DualStack disabled -func TestEndpointCase9(t *testing.T) { +// For region il-central-1 with FIPS disabled and DualStack disabled +func TestEndpointCase21(t *testing.T) { var params = EndpointParameters{ - Region: ptr.String("eu-west-2"), + Region: ptr.String("il-central-1"), UseFIPS: ptr.Bool(false), UseDualStack: ptr.Bool(false), } @@ -363,7 +807,7 @@ func TestEndpointCase9(t *testing.T) { t.Fatalf("expect no error, got %v", err) } - uri, _ := url.Parse("https://cognito-idp.eu-west-2.amazonaws.com") + uri, _ := url.Parse("https://cognito-idp.il-central-1.amazonaws.com") expectEndpoint := smithyendpoints.Endpoint{ URI: *uri, @@ -384,10 +828,10 @@ func TestEndpointCase9(t *testing.T) { } } -// For region eu-west-3 with FIPS disabled and DualStack disabled -func TestEndpointCase10(t *testing.T) { +// For region me-central-1 with FIPS disabled and DualStack disabled +func TestEndpointCase22(t *testing.T) { var params = EndpointParameters{ - Region: ptr.String("eu-west-3"), + Region: ptr.String("me-central-1"), UseFIPS: ptr.Bool(false), UseDualStack: ptr.Bool(false), } @@ -400,7 +844,7 @@ func TestEndpointCase10(t *testing.T) { t.Fatalf("expect no error, got %v", err) } - uri, _ := url.Parse("https://cognito-idp.eu-west-3.amazonaws.com") + uri, _ := url.Parse("https://cognito-idp.me-central-1.amazonaws.com") expectEndpoint := smithyendpoints.Endpoint{ URI: *uri, @@ -422,7 +866,7 @@ func TestEndpointCase10(t *testing.T) { } // For region me-south-1 with FIPS disabled and DualStack disabled -func TestEndpointCase11(t *testing.T) { +func TestEndpointCase23(t *testing.T) { var params = EndpointParameters{ Region: ptr.String("me-south-1"), UseFIPS: ptr.Bool(false), @@ -459,7 +903,7 @@ func TestEndpointCase11(t *testing.T) { } // For region sa-east-1 with FIPS disabled and DualStack disabled -func TestEndpointCase12(t *testing.T) { +func TestEndpointCase24(t *testing.T) { var params = EndpointParameters{ Region: ptr.String("sa-east-1"), UseFIPS: ptr.Bool(false), @@ -496,7 +940,7 @@ func TestEndpointCase12(t *testing.T) { } // For region us-east-1 with FIPS disabled and DualStack disabled -func TestEndpointCase13(t *testing.T) { +func TestEndpointCase25(t *testing.T) { var params = EndpointParameters{ Region: ptr.String("us-east-1"), UseFIPS: ptr.Bool(false), @@ -533,7 +977,7 @@ func TestEndpointCase13(t *testing.T) { } // For region us-east-1 with FIPS enabled and DualStack disabled -func TestEndpointCase14(t *testing.T) { +func TestEndpointCase26(t *testing.T) { var params = EndpointParameters{ Region: ptr.String("us-east-1"), UseFIPS: ptr.Bool(true), @@ -569,8 +1013,45 @@ func TestEndpointCase14(t *testing.T) { } } +// For region us-east-1 with FIPS enabled and DualStack enabled +func TestEndpointCase27(t *testing.T) { + var params = EndpointParameters{ + Region: ptr.String("us-east-1"), + UseFIPS: ptr.Bool(true), + UseDualStack: ptr.Bool(true), + } + + resolver := NewDefaultEndpointResolverV2() + result, err := resolver.ResolveEndpoint(context.Background(), params) + _, _ = result, err + + if err != nil { + t.Fatalf("expect no error, got %v", err) + } + + uri, _ := url.Parse("https://cognito-idp-fips.us-east-1.amazonaws.com") + + expectEndpoint := smithyendpoints.Endpoint{ + URI: *uri, + Headers: http.Header{}, + Properties: smithy.Properties{}, + } + + if e, a := expectEndpoint.URI, result.URI; e != a { + t.Errorf("expect %v URI, got %v", e, a) + } + + if !reflect.DeepEqual(expectEndpoint.Headers, result.Headers) { + t.Errorf("expect headers to match\n%v != %v", expectEndpoint.Headers, result.Headers) + } + + if !reflect.DeepEqual(expectEndpoint.Properties, result.Properties) { + t.Errorf("expect properties to match\n%v != %v", expectEndpoint.Properties, result.Properties) + } +} + // For region us-east-2 with FIPS disabled and DualStack disabled -func TestEndpointCase15(t *testing.T) { +func TestEndpointCase28(t *testing.T) { var params = EndpointParameters{ Region: ptr.String("us-east-2"), UseFIPS: ptr.Bool(false), @@ -607,7 +1088,7 @@ func TestEndpointCase15(t *testing.T) { } // For region us-east-2 with FIPS enabled and DualStack disabled -func TestEndpointCase16(t *testing.T) { +func TestEndpointCase29(t *testing.T) { var params = EndpointParameters{ Region: ptr.String("us-east-2"), UseFIPS: ptr.Bool(true), @@ -643,8 +1124,45 @@ func TestEndpointCase16(t *testing.T) { } } +// For region us-east-2 with FIPS enabled and DualStack enabled +func TestEndpointCase30(t *testing.T) { + var params = EndpointParameters{ + Region: ptr.String("us-east-2"), + UseFIPS: ptr.Bool(true), + UseDualStack: ptr.Bool(true), + } + + resolver := NewDefaultEndpointResolverV2() + result, err := resolver.ResolveEndpoint(context.Background(), params) + _, _ = result, err + + if err != nil { + t.Fatalf("expect no error, got %v", err) + } + + uri, _ := url.Parse("https://cognito-idp-fips.us-east-2.amazonaws.com") + + expectEndpoint := smithyendpoints.Endpoint{ + URI: *uri, + Headers: http.Header{}, + Properties: smithy.Properties{}, + } + + if e, a := expectEndpoint.URI, result.URI; e != a { + t.Errorf("expect %v URI, got %v", e, a) + } + + if !reflect.DeepEqual(expectEndpoint.Headers, result.Headers) { + t.Errorf("expect headers to match\n%v != %v", expectEndpoint.Headers, result.Headers) + } + + if !reflect.DeepEqual(expectEndpoint.Properties, result.Properties) { + t.Errorf("expect properties to match\n%v != %v", expectEndpoint.Properties, result.Properties) + } +} + // For region us-west-1 with FIPS disabled and DualStack disabled -func TestEndpointCase17(t *testing.T) { +func TestEndpointCase31(t *testing.T) { var params = EndpointParameters{ Region: ptr.String("us-west-1"), UseFIPS: ptr.Bool(false), @@ -681,7 +1199,7 @@ func TestEndpointCase17(t *testing.T) { } // For region us-west-1 with FIPS enabled and DualStack disabled -func TestEndpointCase18(t *testing.T) { +func TestEndpointCase32(t *testing.T) { var params = EndpointParameters{ Region: ptr.String("us-west-1"), UseFIPS: ptr.Bool(true), @@ -717,8 +1235,45 @@ func TestEndpointCase18(t *testing.T) { } } +// For region us-west-1 with FIPS enabled and DualStack enabled +func TestEndpointCase33(t *testing.T) { + var params = EndpointParameters{ + Region: ptr.String("us-west-1"), + UseFIPS: ptr.Bool(true), + UseDualStack: ptr.Bool(true), + } + + resolver := NewDefaultEndpointResolverV2() + result, err := resolver.ResolveEndpoint(context.Background(), params) + _, _ = result, err + + if err != nil { + t.Fatalf("expect no error, got %v", err) + } + + uri, _ := url.Parse("https://cognito-idp-fips.us-west-1.amazonaws.com") + + expectEndpoint := smithyendpoints.Endpoint{ + URI: *uri, + Headers: http.Header{}, + Properties: smithy.Properties{}, + } + + if e, a := expectEndpoint.URI, result.URI; e != a { + t.Errorf("expect %v URI, got %v", e, a) + } + + if !reflect.DeepEqual(expectEndpoint.Headers, result.Headers) { + t.Errorf("expect headers to match\n%v != %v", expectEndpoint.Headers, result.Headers) + } + + if !reflect.DeepEqual(expectEndpoint.Properties, result.Properties) { + t.Errorf("expect properties to match\n%v != %v", expectEndpoint.Properties, result.Properties) + } +} + // For region us-west-2 with FIPS disabled and DualStack disabled -func TestEndpointCase19(t *testing.T) { +func TestEndpointCase34(t *testing.T) { var params = EndpointParameters{ Region: ptr.String("us-west-2"), UseFIPS: ptr.Bool(false), @@ -755,7 +1310,7 @@ func TestEndpointCase19(t *testing.T) { } // For region us-west-2 with FIPS enabled and DualStack disabled -func TestEndpointCase20(t *testing.T) { +func TestEndpointCase35(t *testing.T) { var params = EndpointParameters{ Region: ptr.String("us-west-2"), UseFIPS: ptr.Bool(true), @@ -791,10 +1346,10 @@ func TestEndpointCase20(t *testing.T) { } } -// For region us-east-1 with FIPS enabled and DualStack enabled -func TestEndpointCase21(t *testing.T) { +// For region us-west-2 with FIPS enabled and DualStack enabled +func TestEndpointCase36(t *testing.T) { var params = EndpointParameters{ - Region: ptr.String("us-east-1"), + Region: ptr.String("us-west-2"), UseFIPS: ptr.Bool(true), UseDualStack: ptr.Bool(true), } @@ -807,7 +1362,7 @@ func TestEndpointCase21(t *testing.T) { t.Fatalf("expect no error, got %v", err) } - uri, _ := url.Parse("https://cognito-idp-fips.us-east-1.api.aws") + uri, _ := url.Parse("https://cognito-idp-fips.us-west-2.amazonaws.com") expectEndpoint := smithyendpoints.Endpoint{ URI: *uri, @@ -829,7 +1384,7 @@ func TestEndpointCase21(t *testing.T) { } // For region us-east-1 with FIPS disabled and DualStack enabled -func TestEndpointCase22(t *testing.T) { +func TestEndpointCase37(t *testing.T) { var params = EndpointParameters{ Region: ptr.String("us-east-1"), UseFIPS: ptr.Bool(false), @@ -844,7 +1399,7 @@ func TestEndpointCase22(t *testing.T) { t.Fatalf("expect no error, got %v", err) } - uri, _ := url.Parse("https://cognito-idp.us-east-1.api.aws") + uri, _ := url.Parse("https://cognito-idp.us-east-1.amazonaws.com") expectEndpoint := smithyendpoints.Endpoint{ URI: *uri, @@ -866,7 +1421,7 @@ func TestEndpointCase22(t *testing.T) { } // For region cn-north-1 with FIPS enabled and DualStack enabled -func TestEndpointCase23(t *testing.T) { +func TestEndpointCase38(t *testing.T) { var params = EndpointParameters{ Region: ptr.String("cn-north-1"), UseFIPS: ptr.Bool(true), @@ -903,7 +1458,7 @@ func TestEndpointCase23(t *testing.T) { } // For region cn-north-1 with FIPS enabled and DualStack disabled -func TestEndpointCase24(t *testing.T) { +func TestEndpointCase39(t *testing.T) { var params = EndpointParameters{ Region: ptr.String("cn-north-1"), UseFIPS: ptr.Bool(true), @@ -940,7 +1495,7 @@ func TestEndpointCase24(t *testing.T) { } // For region cn-north-1 with FIPS disabled and DualStack enabled -func TestEndpointCase25(t *testing.T) { +func TestEndpointCase40(t *testing.T) { var params = EndpointParameters{ Region: ptr.String("cn-north-1"), UseFIPS: ptr.Bool(false), @@ -977,7 +1532,7 @@ func TestEndpointCase25(t *testing.T) { } // For region cn-north-1 with FIPS disabled and DualStack disabled -func TestEndpointCase26(t *testing.T) { +func TestEndpointCase41(t *testing.T) { var params = EndpointParameters{ Region: ptr.String("cn-north-1"), UseFIPS: ptr.Bool(false), @@ -1014,7 +1569,7 @@ func TestEndpointCase26(t *testing.T) { } // For region us-gov-west-1 with FIPS disabled and DualStack disabled -func TestEndpointCase27(t *testing.T) { +func TestEndpointCase42(t *testing.T) { var params = EndpointParameters{ Region: ptr.String("us-gov-west-1"), UseFIPS: ptr.Bool(false), @@ -1051,7 +1606,7 @@ func TestEndpointCase27(t *testing.T) { } // For region us-gov-west-1 with FIPS enabled and DualStack disabled -func TestEndpointCase28(t *testing.T) { +func TestEndpointCase43(t *testing.T) { var params = EndpointParameters{ Region: ptr.String("us-gov-west-1"), UseFIPS: ptr.Bool(true), @@ -1088,7 +1643,7 @@ func TestEndpointCase28(t *testing.T) { } // For region us-gov-east-1 with FIPS enabled and DualStack enabled -func TestEndpointCase29(t *testing.T) { +func TestEndpointCase44(t *testing.T) { var params = EndpointParameters{ Region: ptr.String("us-gov-east-1"), UseFIPS: ptr.Bool(true), @@ -1125,7 +1680,7 @@ func TestEndpointCase29(t *testing.T) { } // For region us-gov-east-1 with FIPS enabled and DualStack disabled -func TestEndpointCase30(t *testing.T) { +func TestEndpointCase45(t *testing.T) { var params = EndpointParameters{ Region: ptr.String("us-gov-east-1"), UseFIPS: ptr.Bool(true), @@ -1162,7 +1717,7 @@ func TestEndpointCase30(t *testing.T) { } // For region us-gov-east-1 with FIPS disabled and DualStack enabled -func TestEndpointCase31(t *testing.T) { +func TestEndpointCase46(t *testing.T) { var params = EndpointParameters{ Region: ptr.String("us-gov-east-1"), UseFIPS: ptr.Bool(false), @@ -1199,7 +1754,7 @@ func TestEndpointCase31(t *testing.T) { } // For region us-gov-east-1 with FIPS disabled and DualStack disabled -func TestEndpointCase32(t *testing.T) { +func TestEndpointCase47(t *testing.T) { var params = EndpointParameters{ Region: ptr.String("us-gov-east-1"), UseFIPS: ptr.Bool(false), @@ -1236,7 +1791,7 @@ func TestEndpointCase32(t *testing.T) { } // For region us-iso-east-1 with FIPS enabled and DualStack enabled -func TestEndpointCase33(t *testing.T) { +func TestEndpointCase48(t *testing.T) { var params = EndpointParameters{ Region: ptr.String("us-iso-east-1"), UseFIPS: ptr.Bool(true), @@ -1256,7 +1811,7 @@ func TestEndpointCase33(t *testing.T) { } // For region us-iso-east-1 with FIPS enabled and DualStack disabled -func TestEndpointCase34(t *testing.T) { +func TestEndpointCase49(t *testing.T) { var params = EndpointParameters{ Region: ptr.String("us-iso-east-1"), UseFIPS: ptr.Bool(true), @@ -1293,7 +1848,7 @@ func TestEndpointCase34(t *testing.T) { } // For region us-iso-east-1 with FIPS disabled and DualStack enabled -func TestEndpointCase35(t *testing.T) { +func TestEndpointCase50(t *testing.T) { var params = EndpointParameters{ Region: ptr.String("us-iso-east-1"), UseFIPS: ptr.Bool(false), @@ -1313,7 +1868,7 @@ func TestEndpointCase35(t *testing.T) { } // For region us-iso-east-1 with FIPS disabled and DualStack disabled -func TestEndpointCase36(t *testing.T) { +func TestEndpointCase51(t *testing.T) { var params = EndpointParameters{ Region: ptr.String("us-iso-east-1"), UseFIPS: ptr.Bool(false), @@ -1350,7 +1905,7 @@ func TestEndpointCase36(t *testing.T) { } // For region us-isob-east-1 with FIPS enabled and DualStack enabled -func TestEndpointCase37(t *testing.T) { +func TestEndpointCase52(t *testing.T) { var params = EndpointParameters{ Region: ptr.String("us-isob-east-1"), UseFIPS: ptr.Bool(true), @@ -1370,7 +1925,7 @@ func TestEndpointCase37(t *testing.T) { } // For region us-isob-east-1 with FIPS enabled and DualStack disabled -func TestEndpointCase38(t *testing.T) { +func TestEndpointCase53(t *testing.T) { var params = EndpointParameters{ Region: ptr.String("us-isob-east-1"), UseFIPS: ptr.Bool(true), @@ -1407,7 +1962,7 @@ func TestEndpointCase38(t *testing.T) { } // For region us-isob-east-1 with FIPS disabled and DualStack enabled -func TestEndpointCase39(t *testing.T) { +func TestEndpointCase54(t *testing.T) { var params = EndpointParameters{ Region: ptr.String("us-isob-east-1"), UseFIPS: ptr.Bool(false), @@ -1427,7 +1982,7 @@ func TestEndpointCase39(t *testing.T) { } // For region us-isob-east-1 with FIPS disabled and DualStack disabled -func TestEndpointCase40(t *testing.T) { +func TestEndpointCase55(t *testing.T) { var params = EndpointParameters{ Region: ptr.String("us-isob-east-1"), UseFIPS: ptr.Bool(false), @@ -1464,7 +2019,7 @@ func TestEndpointCase40(t *testing.T) { } // For custom endpoint with region set and fips disabled and dualstack disabled -func TestEndpointCase41(t *testing.T) { +func TestEndpointCase56(t *testing.T) { var params = EndpointParameters{ Region: ptr.String("us-east-1"), UseFIPS: ptr.Bool(false), @@ -1502,7 +2057,7 @@ func TestEndpointCase41(t *testing.T) { } // For custom endpoint with region not set and fips disabled and dualstack disabled -func TestEndpointCase42(t *testing.T) { +func TestEndpointCase57(t *testing.T) { var params = EndpointParameters{ UseFIPS: ptr.Bool(false), UseDualStack: ptr.Bool(false), @@ -1539,7 +2094,7 @@ func TestEndpointCase42(t *testing.T) { } // For custom endpoint with fips enabled and dualstack disabled -func TestEndpointCase43(t *testing.T) { +func TestEndpointCase58(t *testing.T) { var params = EndpointParameters{ Region: ptr.String("us-east-1"), UseFIPS: ptr.Bool(true), @@ -1560,7 +2115,7 @@ func TestEndpointCase43(t *testing.T) { } // For custom endpoint with fips disabled and dualstack enabled -func TestEndpointCase44(t *testing.T) { +func TestEndpointCase59(t *testing.T) { var params = EndpointParameters{ Region: ptr.String("us-east-1"), UseFIPS: ptr.Bool(false), @@ -1581,7 +2136,7 @@ func TestEndpointCase44(t *testing.T) { } // Missing region -func TestEndpointCase45(t *testing.T) { +func TestEndpointCase60(t *testing.T) { var params = EndpointParameters{} resolver := NewDefaultEndpointResolverV2() diff --git a/service/cognitoidentityprovider/go.mod b/service/cognitoidentityprovider/go.mod index 52f37483f6d..e92b8214829 100644 --- a/service/cognitoidentityprovider/go.mod +++ b/service/cognitoidentityprovider/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/cognitoidentityprovider/go.sum b/service/cognitoidentityprovider/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/cognitoidentityprovider/go.sum +++ b/service/cognitoidentityprovider/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/cognitoidentityprovider/go_module_metadata.go b/service/cognitoidentityprovider/go_module_metadata.go index 0371b9e4699..3afb4911037 100644 --- a/service/cognitoidentityprovider/go_module_metadata.go +++ b/service/cognitoidentityprovider/go_module_metadata.go @@ -3,4 +3,4 @@ package cognitoidentityprovider // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.48.6" +const goModuleVersion = "1.49.1" diff --git a/service/cognitosync/CHANGELOG.md b/service/cognitosync/CHANGELOG.md index 918061e9763..d897c4a52eb 100644 --- a/service/cognitosync/CHANGELOG.md +++ b/service/cognitosync/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.23.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.23.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/cognitosync/go.mod b/service/cognitosync/go.mod index 6ed23f7c558..91681fc5640 100644 --- a/service/cognitosync/go.mod +++ b/service/cognitosync/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/cognitosync go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/cognitosync/go.sum b/service/cognitosync/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/cognitosync/go.sum +++ b/service/cognitosync/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/cognitosync/go_module_metadata.go b/service/cognitosync/go_module_metadata.go index 0690c2179d0..cc085345822 100644 --- a/service/cognitosync/go_module_metadata.go +++ b/service/cognitosync/go_module_metadata.go @@ -3,4 +3,4 @@ package cognitosync // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.23.11" +const goModuleVersion = "1.23.12" diff --git a/service/comprehend/CHANGELOG.md b/service/comprehend/CHANGELOG.md index 594968cb534..6e3519469ba 100644 --- a/service/comprehend/CHANGELOG.md +++ b/service/comprehend/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.35.13 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.35.12 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/comprehend/go.mod b/service/comprehend/go.mod index f0d858e17a7..483ec290c81 100644 --- a/service/comprehend/go.mod +++ b/service/comprehend/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/comprehend go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/comprehend/go.sum b/service/comprehend/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/comprehend/go.sum +++ b/service/comprehend/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/comprehend/go_module_metadata.go b/service/comprehend/go_module_metadata.go index 21fc170b8a5..71efe079fd4 100644 --- a/service/comprehend/go_module_metadata.go +++ b/service/comprehend/go_module_metadata.go @@ -3,4 +3,4 @@ package comprehend // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.35.12" +const goModuleVersion = "1.35.13" diff --git a/service/comprehendmedical/CHANGELOG.md b/service/comprehendmedical/CHANGELOG.md index e1b3acf7443..bb2ba8623d0 100644 --- a/service/comprehendmedical/CHANGELOG.md +++ b/service/comprehendmedical/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.26.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.26.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/comprehendmedical/go.mod b/service/comprehendmedical/go.mod index 5af8b9629cf..dc3ae5082b0 100644 --- a/service/comprehendmedical/go.mod +++ b/service/comprehendmedical/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/comprehendmedical go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/comprehendmedical/go.sum b/service/comprehendmedical/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/comprehendmedical/go.sum +++ b/service/comprehendmedical/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/comprehendmedical/go_module_metadata.go b/service/comprehendmedical/go_module_metadata.go index 495cc2ccf73..c03021c3971 100644 --- a/service/comprehendmedical/go_module_metadata.go +++ b/service/comprehendmedical/go_module_metadata.go @@ -3,4 +3,4 @@ package comprehendmedical // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.26.11" +const goModuleVersion = "1.26.12" diff --git a/service/computeoptimizer/CHANGELOG.md b/service/computeoptimizer/CHANGELOG.md index 2aa452b2e09..951b6cb0a27 100644 --- a/service/computeoptimizer/CHANGELOG.md +++ b/service/computeoptimizer/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.41.3 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.41.2 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/computeoptimizer/go.mod b/service/computeoptimizer/go.mod index 5e072f25f40..3710f7a362b 100644 --- a/service/computeoptimizer/go.mod +++ b/service/computeoptimizer/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/computeoptimizer go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/computeoptimizer/go.sum b/service/computeoptimizer/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/computeoptimizer/go.sum +++ b/service/computeoptimizer/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/computeoptimizer/go_module_metadata.go b/service/computeoptimizer/go_module_metadata.go index e40280a40e0..d41ea461f21 100644 --- a/service/computeoptimizer/go_module_metadata.go +++ b/service/computeoptimizer/go_module_metadata.go @@ -3,4 +3,4 @@ package computeoptimizer // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.41.2" +const goModuleVersion = "1.41.3" diff --git a/service/configservice/CHANGELOG.md b/service/configservice/CHANGELOG.md index 8c656ebcabf..5f89891b71e 100644 --- a/service/configservice/CHANGELOG.md +++ b/service/configservice/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.51.8 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.51.7 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/configservice/go.mod b/service/configservice/go.mod index ed4002759e2..5620e59373e 100644 --- a/service/configservice/go.mod +++ b/service/configservice/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/configservice go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/configservice/go.sum b/service/configservice/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/configservice/go.sum +++ b/service/configservice/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/configservice/go_module_metadata.go b/service/configservice/go_module_metadata.go index 12d4d6c563f..9a4d0834c12 100644 --- a/service/configservice/go_module_metadata.go +++ b/service/configservice/go_module_metadata.go @@ -3,4 +3,4 @@ package configservice // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.51.7" +const goModuleVersion = "1.51.8" diff --git a/service/connect/CHANGELOG.md b/service/connect/CHANGELOG.md index d0851b2a36f..c58cbea93b2 100644 --- a/service/connect/CHANGELOG.md +++ b/service/connect/CHANGELOG.md @@ -1,3 +1,12 @@ +# v1.124.1 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + +# v1.124.0 (2025-01-21) + +* **Feature**: Added DeleteContactFlowVersion API and the CAMPAIGN flow type + # v1.123.4 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/connect/api_op_AssociateUserProficiencies.go b/service/connect/api_op_AssociateUserProficiencies.go index 9a6a26822df..f1a61df43bf 100644 --- a/service/connect/api_op_AssociateUserProficiencies.go +++ b/service/connect/api_op_AssociateUserProficiencies.go @@ -11,7 +11,7 @@ import ( smithyhttp "github.com/aws/smithy-go/transport/http" ) -// >Associates a set of proficiencies with a user. +// Associates a set of proficiencies with a user. func (c *Client) AssociateUserProficiencies(ctx context.Context, params *AssociateUserProficienciesInput, optFns ...func(*Options)) (*AssociateUserProficienciesOutput, error) { if params == nil { params = &AssociateUserProficienciesInput{} diff --git a/service/connect/api_op_CreateContactFlow.go b/service/connect/api_op_CreateContactFlow.go index 48d12d51688..815b3ec03b3 100644 --- a/service/connect/api_op_CreateContactFlow.go +++ b/service/connect/api_op_CreateContactFlow.go @@ -83,7 +83,7 @@ type CreateContactFlowOutput struct { // The identifier of the flow. ContactFlowId *string - // Indicates the checksum value of the flow content. + // Indicates the checksum value of the latest published flow content. FlowContentSha256 *string // Metadata pertaining to the operation's result. diff --git a/service/connect/api_op_CreateContactFlowVersion.go b/service/connect/api_op_CreateContactFlowVersion.go index 1517eb041b8..6ee5f606a45 100644 --- a/service/connect/api_op_CreateContactFlowVersion.go +++ b/service/connect/api_op_CreateContactFlowVersion.go @@ -12,11 +12,9 @@ import ( ) // Publishes a new version of the flow provided. Versions are immutable and -// monotonically increasing. If a version of the same flow content already exists, -// no new version is created and instead the existing version number is returned. -// If the FlowContentSha256 provided is different from the FlowContentSha256 of -// the $LATEST published flow content, then an error is returned. This API only -// supports creating versions for flows of type Campaign . +// monotonically increasing. If the FlowContentSha256 provided is different from +// the FlowContentSha256 of the $LATEST published flow content, then an error is +// returned. This API only supports creating versions for flows of type Campaign . func (c *Client) CreateContactFlowVersion(ctx context.Context, params *CreateContactFlowVersionInput, optFns ...func(*Options)) (*CreateContactFlowVersionOutput, error) { if params == nil { params = &CreateContactFlowVersionInput{} @@ -44,6 +42,9 @@ type CreateContactFlowVersionInput struct { // This member is required. InstanceId *string + // The identifier of the flow version. + ContactFlowVersion *int64 + // The description of the flow version. Description *string diff --git a/service/connect/api_op_DeleteContactFlowVersion.go b/service/connect/api_op_DeleteContactFlowVersion.go new file mode 100644 index 00000000000..09c264b576e --- /dev/null +++ b/service/connect/api_op_DeleteContactFlowVersion.go @@ -0,0 +1,165 @@ +// Code generated by smithy-go-codegen DO NOT EDIT. + +package connect + +import ( + "context" + "fmt" + awsmiddleware "github.com/aws/aws-sdk-go-v2/aws/middleware" + "github.com/aws/smithy-go/middleware" + smithyhttp "github.com/aws/smithy-go/transport/http" +) + +// Deletes the particular version specified in flow version identifier. +func (c *Client) DeleteContactFlowVersion(ctx context.Context, params *DeleteContactFlowVersionInput, optFns ...func(*Options)) (*DeleteContactFlowVersionOutput, error) { + if params == nil { + params = &DeleteContactFlowVersionInput{} + } + + result, metadata, err := c.invokeOperation(ctx, "DeleteContactFlowVersion", params, optFns, c.addOperationDeleteContactFlowVersionMiddlewares) + if err != nil { + return nil, err + } + + out := result.(*DeleteContactFlowVersionOutput) + out.ResultMetadata = metadata + return out, nil +} + +type DeleteContactFlowVersionInput struct { + + // The identifier of the flow. + // + // This member is required. + ContactFlowId *string + + // The identifier of the flow version. + // + // This member is required. + ContactFlowVersion *int64 + + // The identifier of the Amazon Connect instance. You can [find the instance ID] in the Amazon Resource + // Name (ARN) of the instance. + // + // [find the instance ID]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html + // + // This member is required. + InstanceId *string + + noSmithyDocumentSerde +} + +type DeleteContactFlowVersionOutput struct { + // Metadata pertaining to the operation's result. + ResultMetadata middleware.Metadata + + noSmithyDocumentSerde +} + +func (c *Client) addOperationDeleteContactFlowVersionMiddlewares(stack *middleware.Stack, options Options) (err error) { + if err := stack.Serialize.Add(&setOperationInputMiddleware{}, middleware.After); err != nil { + return err + } + err = stack.Serialize.Add(&awsRestjson1_serializeOpDeleteContactFlowVersion{}, middleware.After) + if err != nil { + return err + } + err = stack.Deserialize.Add(&awsRestjson1_deserializeOpDeleteContactFlowVersion{}, middleware.After) + if err != nil { + return err + } + if err := addProtocolFinalizerMiddlewares(stack, options, "DeleteContactFlowVersion"); err != nil { + return fmt.Errorf("add protocol finalizers: %v", err) + } + + if err = addlegacyEndpointContextSetter(stack, options); err != nil { + return err + } + if err = addSetLoggerMiddleware(stack, options); err != nil { + return err + } + if err = addClientRequestID(stack); err != nil { + return err + } + if err = addComputeContentLength(stack); err != nil { + return err + } + if err = addResolveEndpointMiddleware(stack, options); err != nil { + return err + } + if err = addComputePayloadSHA256(stack); err != nil { + return err + } + if err = addRetry(stack, options); err != nil { + return err + } + if err = addRawResponseToMetadata(stack); err != nil { + return err + } + if err = addRecordResponseTiming(stack); err != nil { + return err + } + if err = addSpanRetryLoop(stack, options); err != nil { + return err + } + if err = addClientUserAgent(stack, options); err != nil { + return err + } + if err = smithyhttp.AddErrorCloseResponseBodyMiddleware(stack); err != nil { + return err + } + if err = smithyhttp.AddCloseResponseBodyMiddleware(stack); err != nil { + return err + } + if err = addSetLegacyContextSigningOptionsMiddleware(stack); err != nil { + return err + } + if err = addTimeOffsetBuild(stack, c); err != nil { + return err + } + if err = addUserAgentRetryMode(stack, options); err != nil { + return err + } + if err = addOpDeleteContactFlowVersionValidationMiddleware(stack); err != nil { + return err + } + if err = stack.Initialize.Add(newServiceMetadataMiddleware_opDeleteContactFlowVersion(options.Region), middleware.Before); err != nil { + return err + } + if err = addRecursionDetection(stack); err != nil { + return err + } + if err = addRequestIDRetrieverMiddleware(stack); err != nil { + return err + } + if err = addResponseErrorMiddleware(stack); err != nil { + return err + } + if err = addRequestResponseLogging(stack, options); err != nil { + return err + } + if err = addDisableHTTPSMiddleware(stack, options); err != nil { + return err + } + if err = addSpanInitializeStart(stack); err != nil { + return err + } + if err = addSpanInitializeEnd(stack); err != nil { + return err + } + if err = addSpanBuildRequestStart(stack); err != nil { + return err + } + if err = addSpanBuildRequestEnd(stack); err != nil { + return err + } + return nil +} + +func newServiceMetadataMiddleware_opDeleteContactFlowVersion(region string) *awsmiddleware.RegisterServiceMetadata { + return &awsmiddleware.RegisterServiceMetadata{ + Region: region, + ServiceID: ServiceID, + OperationName: "DeleteContactFlowVersion", + } +} diff --git a/service/connect/api_op_DeleteQueue.go b/service/connect/api_op_DeleteQueue.go index bc1936aa932..401ca37984d 100644 --- a/service/connect/api_op_DeleteQueue.go +++ b/service/connect/api_op_DeleteQueue.go @@ -10,8 +10,7 @@ import ( smithyhttp "github.com/aws/smithy-go/transport/http" ) -// Deletes a queue. It isn't possible to delete a queue by using the Amazon -// Connect admin website. +// Deletes a queue. func (c *Client) DeleteQueue(ctx context.Context, params *DeleteQueueInput, optFns ...func(*Options)) (*DeleteQueueOutput, error) { if params == nil { params = &DeleteQueueInput{} diff --git a/service/connect/api_op_DescribeContactFlow.go b/service/connect/api_op_DescribeContactFlow.go index 5efe0bb50a7..efe877f5d0e 100644 --- a/service/connect/api_op_DescribeContactFlow.go +++ b/service/connect/api_op_DescribeContactFlow.go @@ -19,6 +19,9 @@ import ( // For example, arn:aws:.../contact-flow/{id}:$SAVED . After a flow is published, // $SAVED needs to be supplied to view saved content that has not been published. // +// Use arn:aws:.../contact-flow/{id}:{version} to retrieve the content of a +// specific flow version. +// // In the response, Status indicates the flow status as either SAVED or PUBLISHED . // The PUBLISHED status will initiate validation on the content. SAVED does not // initiate validation of the content. SAVED | PUBLISHED diff --git a/service/connect/deserializers.go b/service/connect/deserializers.go index 138be9f247c..77c61d6e3d5 100644 --- a/service/connect/deserializers.go +++ b/service/connect/deserializers.go @@ -8871,6 +8871,109 @@ func awsRestjson1_deserializeOpErrorDeleteContactFlowModule(response *smithyhttp } } +type awsRestjson1_deserializeOpDeleteContactFlowVersion struct { +} + +func (*awsRestjson1_deserializeOpDeleteContactFlowVersion) ID() string { + return "OperationDeserializer" +} + +func (m *awsRestjson1_deserializeOpDeleteContactFlowVersion) HandleDeserialize(ctx context.Context, in middleware.DeserializeInput, next middleware.DeserializeHandler) ( + out middleware.DeserializeOutput, metadata middleware.Metadata, err error, +) { + out, metadata, err = next.HandleDeserialize(ctx, in) + if err != nil { + return out, metadata, err + } + + _, span := tracing.StartSpan(ctx, "OperationDeserializer") + endTimer := startMetricTimer(ctx, "client.call.deserialization_duration") + defer endTimer() + defer span.End() + response, ok := out.RawResponse.(*smithyhttp.Response) + if !ok { + return out, metadata, &smithy.DeserializationError{Err: fmt.Errorf("unknown transport type %T", out.RawResponse)} + } + + if response.StatusCode < 200 || response.StatusCode >= 300 { + return out, metadata, awsRestjson1_deserializeOpErrorDeleteContactFlowVersion(response, &metadata) + } + output := &DeleteContactFlowVersionOutput{} + out.Result = output + + span.End() + return out, metadata, err +} + +func awsRestjson1_deserializeOpErrorDeleteContactFlowVersion(response *smithyhttp.Response, metadata *middleware.Metadata) error { + var errorBuffer bytes.Buffer + if _, err := io.Copy(&errorBuffer, response.Body); err != nil { + return &smithy.DeserializationError{Err: fmt.Errorf("failed to copy error response body, %w", err)} + } + errorBody := bytes.NewReader(errorBuffer.Bytes()) + + errorCode := "UnknownError" + errorMessage := errorCode + + headerCode := response.Header.Get("X-Amzn-ErrorType") + if len(headerCode) != 0 { + errorCode = restjson.SanitizeErrorCode(headerCode) + } + + var buff [1024]byte + ringBuffer := smithyio.NewRingBuffer(buff[:]) + + body := io.TeeReader(errorBody, ringBuffer) + decoder := json.NewDecoder(body) + decoder.UseNumber() + jsonCode, message, err := restjson.GetErrorInfo(decoder) + if err != nil { + var snapshot bytes.Buffer + io.Copy(&snapshot, ringBuffer) + err = &smithy.DeserializationError{ + Err: fmt.Errorf("failed to decode response body, %w", err), + Snapshot: snapshot.Bytes(), + } + return err + } + + errorBody.Seek(0, io.SeekStart) + if len(headerCode) == 0 && len(jsonCode) != 0 { + errorCode = restjson.SanitizeErrorCode(jsonCode) + } + if len(message) != 0 { + errorMessage = message + } + + switch { + case strings.EqualFold("AccessDeniedException", errorCode): + return awsRestjson1_deserializeErrorAccessDeniedException(response, errorBody) + + case strings.EqualFold("InternalServiceException", errorCode): + return awsRestjson1_deserializeErrorInternalServiceException(response, errorBody) + + case strings.EqualFold("InvalidParameterException", errorCode): + return awsRestjson1_deserializeErrorInvalidParameterException(response, errorBody) + + case strings.EqualFold("InvalidRequestException", errorCode): + return awsRestjson1_deserializeErrorInvalidRequestException(response, errorBody) + + case strings.EqualFold("ResourceNotFoundException", errorCode): + return awsRestjson1_deserializeErrorResourceNotFoundException(response, errorBody) + + case strings.EqualFold("ThrottlingException", errorCode): + return awsRestjson1_deserializeErrorThrottlingException(response, errorBody) + + default: + genericError := &smithy.GenericAPIError{ + Code: errorCode, + Message: errorMessage, + } + return genericError + + } +} + type awsRestjson1_deserializeOpDeleteEmailAddress struct { } diff --git a/service/connect/generated.json b/service/connect/generated.json index 37e0e63b369..243eff1e655 100644 --- a/service/connect/generated.json +++ b/service/connect/generated.json @@ -64,6 +64,7 @@ "api_op_DeleteContactEvaluation.go", "api_op_DeleteContactFlow.go", "api_op_DeleteContactFlowModule.go", + "api_op_DeleteContactFlowVersion.go", "api_op_DeleteEmailAddress.go", "api_op_DeleteEvaluationForm.go", "api_op_DeleteHoursOfOperation.go", diff --git a/service/connect/go.mod b/service/connect/go.mod index 785d610133e..1eb57f28feb 100644 --- a/service/connect/go.mod +++ b/service/connect/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/connect go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/connect/go.sum b/service/connect/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/connect/go.sum +++ b/service/connect/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/connect/go_module_metadata.go b/service/connect/go_module_metadata.go index dac7f4fbdd5..66cebf73671 100644 --- a/service/connect/go_module_metadata.go +++ b/service/connect/go_module_metadata.go @@ -3,4 +3,4 @@ package connect // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.123.4" +const goModuleVersion = "1.124.1" diff --git a/service/connect/serializers.go b/service/connect/serializers.go index 3333b9a9cc4..10da82fcb85 100644 --- a/service/connect/serializers.go +++ b/service/connect/serializers.go @@ -2814,6 +2814,11 @@ func awsRestjson1_serializeOpDocumentCreateContactFlowVersionInput(v *CreateCont object := value.Object() defer object.Close() + if v.ContactFlowVersion != nil { + ok := object.Key("ContactFlowVersion") + ok.Long(*v.ContactFlowVersion) + } + if v.Description != nil { ok := object.Key("Description") ok.String(*v.Description) @@ -6111,6 +6116,95 @@ func awsRestjson1_serializeOpHttpBindingsDeleteContactFlowModuleInput(v *DeleteC return nil } +type awsRestjson1_serializeOpDeleteContactFlowVersion struct { +} + +func (*awsRestjson1_serializeOpDeleteContactFlowVersion) ID() string { + return "OperationSerializer" +} + +func (m *awsRestjson1_serializeOpDeleteContactFlowVersion) HandleSerialize(ctx context.Context, in middleware.SerializeInput, next middleware.SerializeHandler) ( + out middleware.SerializeOutput, metadata middleware.Metadata, err error, +) { + _, span := tracing.StartSpan(ctx, "OperationSerializer") + endTimer := startMetricTimer(ctx, "client.call.serialization_duration") + defer endTimer() + defer span.End() + request, ok := in.Request.(*smithyhttp.Request) + if !ok { + return out, metadata, &smithy.SerializationError{Err: fmt.Errorf("unknown transport type %T", in.Request)} + } + + input, ok := in.Parameters.(*DeleteContactFlowVersionInput) + _ = input + if !ok { + return out, metadata, &smithy.SerializationError{Err: fmt.Errorf("unknown input parameters type %T", in.Parameters)} + } + + opPath, opQuery := httpbinding.SplitURI("/contact-flows/{InstanceId}/{ContactFlowId}/version/{ContactFlowVersion}") + request.URL.Path = smithyhttp.JoinPath(request.URL.Path, opPath) + request.URL.RawQuery = smithyhttp.JoinRawQuery(request.URL.RawQuery, opQuery) + request.Method = "DELETE" + var restEncoder *httpbinding.Encoder + if request.URL.RawPath == "" { + restEncoder, err = httpbinding.NewEncoder(request.URL.Path, request.URL.RawQuery, request.Header) + } else { + request.URL.RawPath = smithyhttp.JoinPath(request.URL.RawPath, opPath) + restEncoder, err = httpbinding.NewEncoderWithRawPath(request.URL.Path, request.URL.RawPath, request.URL.RawQuery, request.Header) + } + + if err != nil { + return out, metadata, &smithy.SerializationError{Err: err} + } + + if err := awsRestjson1_serializeOpHttpBindingsDeleteContactFlowVersionInput(input, restEncoder); err != nil { + return out, metadata, &smithy.SerializationError{Err: err} + } + + if request.Request, err = restEncoder.Encode(request.Request); err != nil { + return out, metadata, &smithy.SerializationError{Err: err} + } + in.Request = request + + endTimer() + span.End() + return next.HandleSerialize(ctx, in) +} +func awsRestjson1_serializeOpHttpBindingsDeleteContactFlowVersionInput(v *DeleteContactFlowVersionInput, encoder *httpbinding.Encoder) error { + if v == nil { + return fmt.Errorf("unsupported serialization of nil %T", v) + } + + if v.ContactFlowId == nil || len(*v.ContactFlowId) == 0 { + return &smithy.SerializationError{Err: fmt.Errorf("input member ContactFlowId must not be empty")} + } + if v.ContactFlowId != nil { + if err := encoder.SetURI("ContactFlowId").String(*v.ContactFlowId); err != nil { + return err + } + } + + if v.ContactFlowVersion == nil { + return &smithy.SerializationError{Err: fmt.Errorf("input member ContactFlowVersion must not be empty")} + } + if v.ContactFlowVersion != nil { + if err := encoder.SetURI("ContactFlowVersion").Long(*v.ContactFlowVersion); err != nil { + return err + } + } + + if v.InstanceId == nil || len(*v.InstanceId) == 0 { + return &smithy.SerializationError{Err: fmt.Errorf("input member InstanceId must not be empty")} + } + if v.InstanceId != nil { + if err := encoder.SetURI("InstanceId").String(*v.InstanceId); err != nil { + return err + } + } + + return nil +} + type awsRestjson1_serializeOpDeleteEmailAddress struct { } diff --git a/service/connect/snapshot/api_op_DeleteContactFlowVersion.go.snap b/service/connect/snapshot/api_op_DeleteContactFlowVersion.go.snap new file mode 100644 index 00000000000..2e89bcf743d --- /dev/null +++ b/service/connect/snapshot/api_op_DeleteContactFlowVersion.go.snap @@ -0,0 +1,41 @@ +DeleteContactFlowVersion + Initialize stack step + spanInitializeStart + RegisterServiceMetadata + legacyEndpointContextSetter + SetLogger + OperationInputValidation + spanInitializeEnd + Serialize stack step + spanBuildRequestStart + setOperationInput + ResolveEndpoint + OperationSerializer + Build stack step + ClientRequestID + ComputeContentLength + UserAgent + AddTimeOffsetMiddleware + RecursionDetection + spanBuildRequestEnd + Finalize stack step + spanRetryLoop + Retry + RetryMetricsHeader + ResolveAuthScheme + GetIdentity + ResolveEndpointV2 + disableHTTPS + ComputePayloadHash + setLegacyContextSigningOptions + Signing + Deserialize stack step + AddRawResponseToMetadata + ErrorCloseResponseBody + CloseResponseBody + ResponseErrorWrapper + RequestIDRetriever + OperationDeserializer + AddTimeOffsetMiddleware + RecordResponseTiming + RequestResponseLogger diff --git a/service/connect/snapshot_test.go b/service/connect/snapshot_test.go index 846e0ef814d..238b181090b 100644 --- a/service/connect/snapshot_test.go +++ b/service/connect/snapshot_test.go @@ -734,6 +734,18 @@ func TestCheckSnapshot_DeleteContactFlowModule(t *testing.T) { } } +func TestCheckSnapshot_DeleteContactFlowVersion(t *testing.T) { + svc := New(Options{}) + _, err := svc.DeleteContactFlowVersion(context.Background(), nil, func(o *Options) { + o.APIOptions = append(o.APIOptions, func(stack *middleware.Stack) error { + return testSnapshot(stack, "DeleteContactFlowVersion") + }) + }) + if _, ok := err.(snapshotOK); !ok && err != nil { + t.Fatal(err) + } +} + func TestCheckSnapshot_DeleteEmailAddress(t *testing.T) { svc := New(Options{}) _, err := svc.DeleteEmailAddress(context.Background(), nil, func(o *Options) { @@ -4093,6 +4105,18 @@ func TestUpdateSnapshot_DeleteContactFlowModule(t *testing.T) { } } +func TestUpdateSnapshot_DeleteContactFlowVersion(t *testing.T) { + svc := New(Options{}) + _, err := svc.DeleteContactFlowVersion(context.Background(), nil, func(o *Options) { + o.APIOptions = append(o.APIOptions, func(stack *middleware.Stack) error { + return updateSnapshot(stack, "DeleteContactFlowVersion") + }) + }) + if _, ok := err.(snapshotOK); !ok && err != nil { + t.Fatal(err) + } +} + func TestUpdateSnapshot_DeleteEmailAddress(t *testing.T) { svc := New(Options{}) _, err := svc.DeleteEmailAddress(context.Background(), nil, func(o *Options) { diff --git a/service/connect/types/enums.go b/service/connect/types/enums.go index 57d1f272cd3..0d4a8853a19 100644 --- a/service/connect/types/enums.go +++ b/service/connect/types/enums.go @@ -368,6 +368,7 @@ const ( ContactFlowTypeOutboundWhisper ContactFlowType = "OUTBOUND_WHISPER" ContactFlowTypeAgentTransfer ContactFlowType = "AGENT_TRANSFER" ContactFlowTypeQueueTransfer ContactFlowType = "QUEUE_TRANSFER" + ContactFlowTypeCampaign ContactFlowType = "CAMPAIGN" ) // Values returns all known values for ContactFlowType. Note that this can be @@ -385,6 +386,7 @@ func (ContactFlowType) Values() []ContactFlowType { "OUTBOUND_WHISPER", "AGENT_TRANSFER", "QUEUE_TRANSFER", + "CAMPAIGN", } } diff --git a/service/connect/validators.go b/service/connect/validators.go index f466b6e3468..eeff5c99a27 100644 --- a/service/connect/validators.go +++ b/service/connect/validators.go @@ -1130,6 +1130,26 @@ func (m *validateOpDeleteContactFlowModule) HandleInitialize(ctx context.Context return next.HandleInitialize(ctx, in) } +type validateOpDeleteContactFlowVersion struct { +} + +func (*validateOpDeleteContactFlowVersion) ID() string { + return "OperationInputValidation" +} + +func (m *validateOpDeleteContactFlowVersion) HandleInitialize(ctx context.Context, in middleware.InitializeInput, next middleware.InitializeHandler) ( + out middleware.InitializeOutput, metadata middleware.Metadata, err error, +) { + input, ok := in.Parameters.(*DeleteContactFlowVersionInput) + if !ok { + return out, metadata, fmt.Errorf("unknown input parameters type %T", in.Parameters) + } + if err := validateOpDeleteContactFlowVersionInput(input); err != nil { + return out, metadata, err + } + return next.HandleInitialize(ctx, in) +} + type validateOpDeleteEmailAddress struct { } @@ -5774,6 +5794,10 @@ func addOpDeleteContactFlowModuleValidationMiddleware(stack *middleware.Stack) e return stack.Initialize.Add(&validateOpDeleteContactFlowModule{}, middleware.After) } +func addOpDeleteContactFlowVersionValidationMiddleware(stack *middleware.Stack) error { + return stack.Initialize.Add(&validateOpDeleteContactFlowVersion{}, middleware.After) +} + func addOpDeleteEmailAddressValidationMiddleware(stack *middleware.Stack) error { return stack.Initialize.Add(&validateOpDeleteEmailAddress{}, middleware.After) } @@ -9917,6 +9941,27 @@ func validateOpDeleteContactFlowModuleInput(v *DeleteContactFlowModuleInput) err } } +func validateOpDeleteContactFlowVersionInput(v *DeleteContactFlowVersionInput) error { + if v == nil { + return nil + } + invalidParams := smithy.InvalidParamsError{Context: "DeleteContactFlowVersionInput"} + if v.InstanceId == nil { + invalidParams.Add(smithy.NewErrParamRequired("InstanceId")) + } + if v.ContactFlowId == nil { + invalidParams.Add(smithy.NewErrParamRequired("ContactFlowId")) + } + if v.ContactFlowVersion == nil { + invalidParams.Add(smithy.NewErrParamRequired("ContactFlowVersion")) + } + if invalidParams.Len() > 0 { + return invalidParams + } else { + return nil + } +} + func validateOpDeleteEmailAddressInput(v *DeleteEmailAddressInput) error { if v == nil { return nil diff --git a/service/connectcampaigns/CHANGELOG.md b/service/connectcampaigns/CHANGELOG.md index febe2fec5a1..d7777187925 100644 --- a/service/connectcampaigns/CHANGELOG.md +++ b/service/connectcampaigns/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.15.13 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.15.12 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/connectcampaigns/go.mod b/service/connectcampaigns/go.mod index 19f4dade570..ee4c0d204e4 100644 --- a/service/connectcampaigns/go.mod +++ b/service/connectcampaigns/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/connectcampaigns go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/connectcampaigns/go.sum b/service/connectcampaigns/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/connectcampaigns/go.sum +++ b/service/connectcampaigns/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/connectcampaigns/go_module_metadata.go b/service/connectcampaigns/go_module_metadata.go index 4610e652042..f2f19f8d3b8 100644 --- a/service/connectcampaigns/go_module_metadata.go +++ b/service/connectcampaigns/go_module_metadata.go @@ -3,4 +3,4 @@ package connectcampaigns // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.15.12" +const goModuleVersion = "1.15.13" diff --git a/service/connectcampaignsv2/CHANGELOG.md b/service/connectcampaignsv2/CHANGELOG.md index 6aafc4b1b3e..36177c45ef3 100644 --- a/service/connectcampaignsv2/CHANGELOG.md +++ b/service/connectcampaignsv2/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.1.5 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.1.4 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/connectcampaignsv2/go.mod b/service/connectcampaignsv2/go.mod index 102298ad88c..4b0e5c2c089 100644 --- a/service/connectcampaignsv2/go.mod +++ b/service/connectcampaignsv2/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/connectcampaignsv2 go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/connectcampaignsv2/go.sum b/service/connectcampaignsv2/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/connectcampaignsv2/go.sum +++ b/service/connectcampaignsv2/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/connectcampaignsv2/go_module_metadata.go b/service/connectcampaignsv2/go_module_metadata.go index 757c02a7fe2..482219d4d5b 100644 --- a/service/connectcampaignsv2/go_module_metadata.go +++ b/service/connectcampaignsv2/go_module_metadata.go @@ -3,4 +3,4 @@ package connectcampaignsv2 // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.1.4" +const goModuleVersion = "1.1.5" diff --git a/service/connectcases/CHANGELOG.md b/service/connectcases/CHANGELOG.md index 4f1adfb1acb..17c9e3c4e0e 100644 --- a/service/connectcases/CHANGELOG.md +++ b/service/connectcases/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.21.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.21.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/connectcases/go.mod b/service/connectcases/go.mod index 2fdee240eff..ee093d2831c 100644 --- a/service/connectcases/go.mod +++ b/service/connectcases/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/connectcases go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/connectcases/go.sum b/service/connectcases/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/connectcases/go.sum +++ b/service/connectcases/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/connectcases/go_module_metadata.go b/service/connectcases/go_module_metadata.go index 6f2cb64bb42..4e2ca95613c 100644 --- a/service/connectcases/go_module_metadata.go +++ b/service/connectcases/go_module_metadata.go @@ -3,4 +3,4 @@ package connectcases // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.21.11" +const goModuleVersion = "1.21.12" diff --git a/service/connectcontactlens/CHANGELOG.md b/service/connectcontactlens/CHANGELOG.md index c23d8770e95..f2ae7ed82ba 100644 --- a/service/connectcontactlens/CHANGELOG.md +++ b/service/connectcontactlens/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.26.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.26.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/connectcontactlens/go.mod b/service/connectcontactlens/go.mod index dd6c36e36e5..712cdbdd852 100644 --- a/service/connectcontactlens/go.mod +++ b/service/connectcontactlens/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/connectcontactlens go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/connectcontactlens/go.sum b/service/connectcontactlens/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/connectcontactlens/go.sum +++ b/service/connectcontactlens/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/connectcontactlens/go_module_metadata.go b/service/connectcontactlens/go_module_metadata.go index 272b1ac58d1..a9fe6c470c6 100644 --- a/service/connectcontactlens/go_module_metadata.go +++ b/service/connectcontactlens/go_module_metadata.go @@ -3,4 +3,4 @@ package connectcontactlens // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.26.11" +const goModuleVersion = "1.26.12" diff --git a/service/connectparticipant/CHANGELOG.md b/service/connectparticipant/CHANGELOG.md index 6ba536a270d..eab1f053e75 100644 --- a/service/connectparticipant/CHANGELOG.md +++ b/service/connectparticipant/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.28.5 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.28.4 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/connectparticipant/go.mod b/service/connectparticipant/go.mod index e1a1a1acc2d..acacb982ac3 100644 --- a/service/connectparticipant/go.mod +++ b/service/connectparticipant/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/connectparticipant go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/connectparticipant/go.sum b/service/connectparticipant/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/connectparticipant/go.sum +++ b/service/connectparticipant/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/connectparticipant/go_module_metadata.go b/service/connectparticipant/go_module_metadata.go index 322ed54af3b..369a5ca75b5 100644 --- a/service/connectparticipant/go_module_metadata.go +++ b/service/connectparticipant/go_module_metadata.go @@ -3,4 +3,4 @@ package connectparticipant // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.28.4" +const goModuleVersion = "1.28.5" diff --git a/service/controlcatalog/CHANGELOG.md b/service/controlcatalog/CHANGELOG.md index d57851a6367..299c5e661d0 100644 --- a/service/controlcatalog/CHANGELOG.md +++ b/service/controlcatalog/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.6.8 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.6.7 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/controlcatalog/go.mod b/service/controlcatalog/go.mod index 2511a68c44d..c674bf334fd 100644 --- a/service/controlcatalog/go.mod +++ b/service/controlcatalog/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/controlcatalog go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/controlcatalog/go.sum b/service/controlcatalog/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/controlcatalog/go.sum +++ b/service/controlcatalog/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/controlcatalog/go_module_metadata.go b/service/controlcatalog/go_module_metadata.go index d6571d01d14..b43d1e40396 100644 --- a/service/controlcatalog/go_module_metadata.go +++ b/service/controlcatalog/go_module_metadata.go @@ -3,4 +3,4 @@ package controlcatalog // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.6.7" +const goModuleVersion = "1.6.8" diff --git a/service/controltower/CHANGELOG.md b/service/controltower/CHANGELOG.md index 9c42acf5328..277ea256b04 100644 --- a/service/controltower/CHANGELOG.md +++ b/service/controltower/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.20.6 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.20.5 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/controltower/go.mod b/service/controltower/go.mod index 372d189617c..1d47bed223a 100644 --- a/service/controltower/go.mod +++ b/service/controltower/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/controltower go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/controltower/go.sum b/service/controltower/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/controltower/go.sum +++ b/service/controltower/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/controltower/go_module_metadata.go b/service/controltower/go_module_metadata.go index cd760c2d4b8..287ebfa1acc 100644 --- a/service/controltower/go_module_metadata.go +++ b/service/controltower/go_module_metadata.go @@ -3,4 +3,4 @@ package controltower // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.20.5" +const goModuleVersion = "1.20.6" diff --git a/service/costandusagereportservice/CHANGELOG.md b/service/costandusagereportservice/CHANGELOG.md index f58035fe2e4..0e270f57e79 100644 --- a/service/costandusagereportservice/CHANGELOG.md +++ b/service/costandusagereportservice/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.28.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.28.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/costandusagereportservice/go.mod b/service/costandusagereportservice/go.mod index 7f376b2fb47..6f6808d561a 100644 --- a/service/costandusagereportservice/go.mod +++ b/service/costandusagereportservice/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/costandusagereportservice go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/costandusagereportservice/go.sum b/service/costandusagereportservice/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/costandusagereportservice/go.sum +++ b/service/costandusagereportservice/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/costandusagereportservice/go_module_metadata.go b/service/costandusagereportservice/go_module_metadata.go index c6f9822521b..fd7a7439b75 100644 --- a/service/costandusagereportservice/go_module_metadata.go +++ b/service/costandusagereportservice/go_module_metadata.go @@ -3,4 +3,4 @@ package costandusagereportservice // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.28.11" +const goModuleVersion = "1.28.12" diff --git a/service/costexplorer/CHANGELOG.md b/service/costexplorer/CHANGELOG.md index 924adddc8d8..627ce51cc09 100644 --- a/service/costexplorer/CHANGELOG.md +++ b/service/costexplorer/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.46.4 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.46.3 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/costexplorer/go.mod b/service/costexplorer/go.mod index db06788b358..56e791ad657 100644 --- a/service/costexplorer/go.mod +++ b/service/costexplorer/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/costexplorer go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/costexplorer/go.sum b/service/costexplorer/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/costexplorer/go.sum +++ b/service/costexplorer/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/costexplorer/go_module_metadata.go b/service/costexplorer/go_module_metadata.go index 4bcad16f5f5..3709377108f 100644 --- a/service/costexplorer/go_module_metadata.go +++ b/service/costexplorer/go_module_metadata.go @@ -3,4 +3,4 @@ package costexplorer // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.46.3" +const goModuleVersion = "1.46.4" diff --git a/service/costoptimizationhub/CHANGELOG.md b/service/costoptimizationhub/CHANGELOG.md index a2f8a6605ba..c93cdce7312 100644 --- a/service/costoptimizationhub/CHANGELOG.md +++ b/service/costoptimizationhub/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.11.6 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.11.5 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/costoptimizationhub/go.mod b/service/costoptimizationhub/go.mod index 7de25182d67..0a993e21218 100644 --- a/service/costoptimizationhub/go.mod +++ b/service/costoptimizationhub/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/costoptimizationhub go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/costoptimizationhub/go.sum b/service/costoptimizationhub/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/costoptimizationhub/go.sum +++ b/service/costoptimizationhub/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/costoptimizationhub/go_module_metadata.go b/service/costoptimizationhub/go_module_metadata.go index 179026fa6ce..a890c8b1e47 100644 --- a/service/costoptimizationhub/go_module_metadata.go +++ b/service/costoptimizationhub/go_module_metadata.go @@ -3,4 +3,4 @@ package costoptimizationhub // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.11.5" +const goModuleVersion = "1.11.6" diff --git a/service/customerprofiles/CHANGELOG.md b/service/customerprofiles/CHANGELOG.md index 727e3cc9487..e8a042453dc 100644 --- a/service/customerprofiles/CHANGELOG.md +++ b/service/customerprofiles/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.44.5 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.44.4 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/customerprofiles/go.mod b/service/customerprofiles/go.mod index 2b0cfef1d13..40b73d44ad8 100644 --- a/service/customerprofiles/go.mod +++ b/service/customerprofiles/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/customerprofiles go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/customerprofiles/go.sum b/service/customerprofiles/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/customerprofiles/go.sum +++ b/service/customerprofiles/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/customerprofiles/go_module_metadata.go b/service/customerprofiles/go_module_metadata.go index 7365a5879a7..87c374413e3 100644 --- a/service/customerprofiles/go_module_metadata.go +++ b/service/customerprofiles/go_module_metadata.go @@ -3,4 +3,4 @@ package customerprofiles // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.44.4" +const goModuleVersion = "1.44.5" diff --git a/service/databasemigrationservice/CHANGELOG.md b/service/databasemigrationservice/CHANGELOG.md index 9c0b9cff43c..36508b64bcb 100644 --- a/service/databasemigrationservice/CHANGELOG.md +++ b/service/databasemigrationservice/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.45.7 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.45.6 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/databasemigrationservice/go.mod b/service/databasemigrationservice/go.mod index b9ef9fe7c97..93218b59b44 100644 --- a/service/databasemigrationservice/go.mod +++ b/service/databasemigrationservice/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/databasemigrationservice go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/databasemigrationservice/go.sum b/service/databasemigrationservice/go.sum index aa7eb14ff92..3df7c5c8b09 100644 --- a/service/databasemigrationservice/go.sum +++ b/service/databasemigrationservice/go.sum @@ -1,5 +1,5 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/jmespath/go-jmespath v0.4.0 h1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9YPoQUg= diff --git a/service/databasemigrationservice/go_module_metadata.go b/service/databasemigrationservice/go_module_metadata.go index d6c04b44a98..c06e54669ff 100644 --- a/service/databasemigrationservice/go_module_metadata.go +++ b/service/databasemigrationservice/go_module_metadata.go @@ -3,4 +3,4 @@ package databasemigrationservice // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.45.6" +const goModuleVersion = "1.45.7" diff --git a/service/databrew/CHANGELOG.md b/service/databrew/CHANGELOG.md index 93090426ed5..99c2c52fd04 100644 --- a/service/databrew/CHANGELOG.md +++ b/service/databrew/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.33.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.33.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/databrew/go.mod b/service/databrew/go.mod index 6202dc77eee..8c50296ee91 100644 --- a/service/databrew/go.mod +++ b/service/databrew/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/databrew go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/databrew/go.sum b/service/databrew/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/databrew/go.sum +++ b/service/databrew/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/databrew/go_module_metadata.go b/service/databrew/go_module_metadata.go index 747379b4199..f898be25bfe 100644 --- a/service/databrew/go_module_metadata.go +++ b/service/databrew/go_module_metadata.go @@ -3,4 +3,4 @@ package databrew // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.33.11" +const goModuleVersion = "1.33.12" diff --git a/service/dataexchange/CHANGELOG.md b/service/dataexchange/CHANGELOG.md index 91ed3392ca8..f07ff87a9cd 100644 --- a/service/dataexchange/CHANGELOG.md +++ b/service/dataexchange/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.33.10 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.33.9 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/dataexchange/go.mod b/service/dataexchange/go.mod index ac4fdc9d86f..cb5f53d63ae 100644 --- a/service/dataexchange/go.mod +++ b/service/dataexchange/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/dataexchange go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/dataexchange/go.sum b/service/dataexchange/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/dataexchange/go.sum +++ b/service/dataexchange/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/dataexchange/go_module_metadata.go b/service/dataexchange/go_module_metadata.go index a147cb5a73b..fab1c9ae1d1 100644 --- a/service/dataexchange/go_module_metadata.go +++ b/service/dataexchange/go_module_metadata.go @@ -3,4 +3,4 @@ package dataexchange // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.33.9" +const goModuleVersion = "1.33.10" diff --git a/service/datapipeline/CHANGELOG.md b/service/datapipeline/CHANGELOG.md index e66fa614e08..c4eedd60e92 100644 --- a/service/datapipeline/CHANGELOG.md +++ b/service/datapipeline/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.25.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.25.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/datapipeline/go.mod b/service/datapipeline/go.mod index 39c5455b3a8..4383f6c2fc2 100644 --- a/service/datapipeline/go.mod +++ b/service/datapipeline/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/datapipeline go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/datapipeline/go.sum b/service/datapipeline/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/datapipeline/go.sum +++ b/service/datapipeline/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/datapipeline/go_module_metadata.go b/service/datapipeline/go_module_metadata.go index 8739a06f361..7dcffb255e3 100644 --- a/service/datapipeline/go_module_metadata.go +++ b/service/datapipeline/go_module_metadata.go @@ -3,4 +3,4 @@ package datapipeline // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.25.11" +const goModuleVersion = "1.25.12" diff --git a/service/datasync/CHANGELOG.md b/service/datasync/CHANGELOG.md index 9ffa7b9736c..f494911dcb9 100644 --- a/service/datasync/CHANGELOG.md +++ b/service/datasync/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.44.7 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.44.6 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/datasync/go.mod b/service/datasync/go.mod index 1d44b1ccad2..d21bc24e619 100644 --- a/service/datasync/go.mod +++ b/service/datasync/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/datasync go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/datasync/go.sum b/service/datasync/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/datasync/go.sum +++ b/service/datasync/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/datasync/go_module_metadata.go b/service/datasync/go_module_metadata.go index 821b166cb6f..c2156f71c58 100644 --- a/service/datasync/go_module_metadata.go +++ b/service/datasync/go_module_metadata.go @@ -3,4 +3,4 @@ package datasync // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.44.6" +const goModuleVersion = "1.44.7" diff --git a/service/datazone/CHANGELOG.md b/service/datazone/CHANGELOG.md index 360acbbd21c..caeb69cb44b 100644 --- a/service/datazone/CHANGELOG.md +++ b/service/datazone/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.25.6 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.25.5 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/datazone/go.mod b/service/datazone/go.mod index 95b3fde6eda..1d0fa4af44d 100644 --- a/service/datazone/go.mod +++ b/service/datazone/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/datazone go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/datazone/go.sum b/service/datazone/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/datazone/go.sum +++ b/service/datazone/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/datazone/go_module_metadata.go b/service/datazone/go_module_metadata.go index 2fef96fcaea..cd01819fd92 100644 --- a/service/datazone/go_module_metadata.go +++ b/service/datazone/go_module_metadata.go @@ -3,4 +3,4 @@ package datazone // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.25.5" +const goModuleVersion = "1.25.6" diff --git a/service/dax/CHANGELOG.md b/service/dax/CHANGELOG.md index 814db2d1265..2f07e23d5ec 100644 --- a/service/dax/CHANGELOG.md +++ b/service/dax/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.23.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.23.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/dax/go.mod b/service/dax/go.mod index 39303e1f775..7797b218a11 100644 --- a/service/dax/go.mod +++ b/service/dax/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/dax go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/dax/go.sum b/service/dax/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/dax/go.sum +++ b/service/dax/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/dax/go_module_metadata.go b/service/dax/go_module_metadata.go index 872e81f0e6f..b671ccdae85 100644 --- a/service/dax/go_module_metadata.go +++ b/service/dax/go_module_metadata.go @@ -3,4 +3,4 @@ package dax // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.23.11" +const goModuleVersion = "1.23.12" diff --git a/service/deadline/CHANGELOG.md b/service/deadline/CHANGELOG.md index 3be32c0b05d..94cac1cdd65 100644 --- a/service/deadline/CHANGELOG.md +++ b/service/deadline/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.7.8 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.7.7 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/deadline/go.mod b/service/deadline/go.mod index 28f49143a96..40f2d31cf89 100644 --- a/service/deadline/go.mod +++ b/service/deadline/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/deadline go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/deadline/go.sum b/service/deadline/go.sum index aa7eb14ff92..3df7c5c8b09 100644 --- a/service/deadline/go.sum +++ b/service/deadline/go.sum @@ -1,5 +1,5 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/jmespath/go-jmespath v0.4.0 h1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9YPoQUg= diff --git a/service/deadline/go_module_metadata.go b/service/deadline/go_module_metadata.go index 5ba58c3e2bc..5ab6f366380 100644 --- a/service/deadline/go_module_metadata.go +++ b/service/deadline/go_module_metadata.go @@ -3,4 +3,4 @@ package deadline // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.7.7" +const goModuleVersion = "1.7.8" diff --git a/service/detective/CHANGELOG.md b/service/detective/CHANGELOG.md index 396abc280f4..f6d5cb603c7 100644 --- a/service/detective/CHANGELOG.md +++ b/service/detective/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.31.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.31.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/detective/go.mod b/service/detective/go.mod index 15cf8e4d170..64c8dbef5f7 100644 --- a/service/detective/go.mod +++ b/service/detective/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/detective go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/detective/go.sum b/service/detective/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/detective/go.sum +++ b/service/detective/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/detective/go_module_metadata.go b/service/detective/go_module_metadata.go index 120bf20a5bd..c288936af44 100644 --- a/service/detective/go_module_metadata.go +++ b/service/detective/go_module_metadata.go @@ -3,4 +3,4 @@ package detective // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.31.11" +const goModuleVersion = "1.31.12" diff --git a/service/devicefarm/CHANGELOG.md b/service/devicefarm/CHANGELOG.md index 0f6d25f1a95..3f3e0313e4d 100644 --- a/service/devicefarm/CHANGELOG.md +++ b/service/devicefarm/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.28.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.28.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/devicefarm/go.mod b/service/devicefarm/go.mod index 19b93afdf53..cf1babbb489 100644 --- a/service/devicefarm/go.mod +++ b/service/devicefarm/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/devicefarm go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/devicefarm/go.sum b/service/devicefarm/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/devicefarm/go.sum +++ b/service/devicefarm/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/devicefarm/go_module_metadata.go b/service/devicefarm/go_module_metadata.go index e8c46cf56ca..10ddb9fbbab 100644 --- a/service/devicefarm/go_module_metadata.go +++ b/service/devicefarm/go_module_metadata.go @@ -3,4 +3,4 @@ package devicefarm // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.28.11" +const goModuleVersion = "1.28.12" diff --git a/service/devopsguru/CHANGELOG.md b/service/devopsguru/CHANGELOG.md index a6f3b0ef0f8..74e1337fc21 100644 --- a/service/devopsguru/CHANGELOG.md +++ b/service/devopsguru/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.34.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.34.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/devopsguru/go.mod b/service/devopsguru/go.mod index 98581e5bd3e..5a288169133 100644 --- a/service/devopsguru/go.mod +++ b/service/devopsguru/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/devopsguru go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/devopsguru/go.sum b/service/devopsguru/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/devopsguru/go.sum +++ b/service/devopsguru/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/devopsguru/go_module_metadata.go b/service/devopsguru/go_module_metadata.go index c2d48e3cbc2..1b886bd801f 100644 --- a/service/devopsguru/go_module_metadata.go +++ b/service/devopsguru/go_module_metadata.go @@ -3,4 +3,4 @@ package devopsguru // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.34.11" +const goModuleVersion = "1.34.12" diff --git a/service/directconnect/CHANGELOG.md b/service/directconnect/CHANGELOG.md index 5853e55c246..8697bce8df4 100644 --- a/service/directconnect/CHANGELOG.md +++ b/service/directconnect/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.30.8 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.30.7 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/directconnect/go.mod b/service/directconnect/go.mod index 5215c539278..b77d060fe58 100644 --- a/service/directconnect/go.mod +++ b/service/directconnect/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/directconnect go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/directconnect/go.sum b/service/directconnect/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/directconnect/go.sum +++ b/service/directconnect/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/directconnect/go_module_metadata.go b/service/directconnect/go_module_metadata.go index 76b5995b57b..2b7cb9d5a6d 100644 --- a/service/directconnect/go_module_metadata.go +++ b/service/directconnect/go_module_metadata.go @@ -3,4 +3,4 @@ package directconnect // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.30.7" +const goModuleVersion = "1.30.8" diff --git a/service/directoryservice/CHANGELOG.md b/service/directoryservice/CHANGELOG.md index eb701ec8e74..6f10172fc18 100644 --- a/service/directoryservice/CHANGELOG.md +++ b/service/directoryservice/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.30.13 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.30.12 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/directoryservice/go.mod b/service/directoryservice/go.mod index b7ca8b634f7..fb87057557c 100644 --- a/service/directoryservice/go.mod +++ b/service/directoryservice/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/directoryservice go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/directoryservice/go.sum b/service/directoryservice/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/directoryservice/go.sum +++ b/service/directoryservice/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/directoryservice/go_module_metadata.go b/service/directoryservice/go_module_metadata.go index 4148fd50912..514e37377f6 100644 --- a/service/directoryservice/go_module_metadata.go +++ b/service/directoryservice/go_module_metadata.go @@ -3,4 +3,4 @@ package directoryservice // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.30.12" +const goModuleVersion = "1.30.13" diff --git a/service/directoryservicedata/CHANGELOG.md b/service/directoryservicedata/CHANGELOG.md index d0df760c86e..df1d233932e 100644 --- a/service/directoryservicedata/CHANGELOG.md +++ b/service/directoryservicedata/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.2.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.2.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/directoryservicedata/go.mod b/service/directoryservicedata/go.mod index 0b547d6b3cf..53bba38055f 100644 --- a/service/directoryservicedata/go.mod +++ b/service/directoryservicedata/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/directoryservicedata go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/directoryservicedata/go.sum b/service/directoryservicedata/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/directoryservicedata/go.sum +++ b/service/directoryservicedata/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/directoryservicedata/go_module_metadata.go b/service/directoryservicedata/go_module_metadata.go index ede6b2664ae..c8304a4981d 100644 --- a/service/directoryservicedata/go_module_metadata.go +++ b/service/directoryservicedata/go_module_metadata.go @@ -3,4 +3,4 @@ package directoryservicedata // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.2.11" +const goModuleVersion = "1.2.12" diff --git a/service/dlm/CHANGELOG.md b/service/dlm/CHANGELOG.md index 60defd948d5..69c50dd6632 100644 --- a/service/dlm/CHANGELOG.md +++ b/service/dlm/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.29.7 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.29.6 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/dlm/go.mod b/service/dlm/go.mod index 2b097ab564c..e41fb230140 100644 --- a/service/dlm/go.mod +++ b/service/dlm/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/dlm go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/dlm/go.sum b/service/dlm/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/dlm/go.sum +++ b/service/dlm/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/dlm/go_module_metadata.go b/service/dlm/go_module_metadata.go index 5710dbaf9d3..522b40a9f7e 100644 --- a/service/dlm/go_module_metadata.go +++ b/service/dlm/go_module_metadata.go @@ -3,4 +3,4 @@ package dlm // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.29.6" +const goModuleVersion = "1.29.7" diff --git a/service/docdb/CHANGELOG.md b/service/docdb/CHANGELOG.md index a5f04434ca5..fa21bd90b51 100644 --- a/service/docdb/CHANGELOG.md +++ b/service/docdb/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.40.6 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.40.5 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/docdb/go.mod b/service/docdb/go.mod index 491daa03aea..1970e7c837e 100644 --- a/service/docdb/go.mod +++ b/service/docdb/go.mod @@ -3,12 +3,12 @@ module github.com/aws/aws-sdk-go-v2/service/docdb go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.1 - github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.9 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.2 + github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.10 + github.com/aws/smithy-go v1.22.2 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/docdb/go.sum b/service/docdb/go.sum index aa7eb14ff92..3df7c5c8b09 100644 --- a/service/docdb/go.sum +++ b/service/docdb/go.sum @@ -1,5 +1,5 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/jmespath/go-jmespath v0.4.0 h1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9YPoQUg= diff --git a/service/docdb/go_module_metadata.go b/service/docdb/go_module_metadata.go index c0f06b0f64e..be91e29e244 100644 --- a/service/docdb/go_module_metadata.go +++ b/service/docdb/go_module_metadata.go @@ -3,4 +3,4 @@ package docdb // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.40.5" +const goModuleVersion = "1.40.6" diff --git a/service/docdbelastic/CHANGELOG.md b/service/docdbelastic/CHANGELOG.md index f49a251b5d0..f3f420f30d2 100644 --- a/service/docdbelastic/CHANGELOG.md +++ b/service/docdbelastic/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.14.9 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.14.8 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/docdbelastic/go.mod b/service/docdbelastic/go.mod index 2aafcaa9936..e7370fd6b8b 100644 --- a/service/docdbelastic/go.mod +++ b/service/docdbelastic/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/docdbelastic go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/docdbelastic/go.sum b/service/docdbelastic/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/docdbelastic/go.sum +++ b/service/docdbelastic/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/docdbelastic/go_module_metadata.go b/service/docdbelastic/go_module_metadata.go index 7f317e20ac6..8365003ed60 100644 --- a/service/docdbelastic/go_module_metadata.go +++ b/service/docdbelastic/go_module_metadata.go @@ -3,4 +3,4 @@ package docdbelastic // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.14.8" +const goModuleVersion = "1.14.9" diff --git a/service/drs/CHANGELOG.md b/service/drs/CHANGELOG.md index 5c63e7032e9..f8cf17768ca 100644 --- a/service/drs/CHANGELOG.md +++ b/service/drs/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.30.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.30.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/drs/go.mod b/service/drs/go.mod index 5df9ed8a01f..85955129078 100644 --- a/service/drs/go.mod +++ b/service/drs/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/drs go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/drs/go.sum b/service/drs/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/drs/go.sum +++ b/service/drs/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/drs/go_module_metadata.go b/service/drs/go_module_metadata.go index f5ba5b2df73..29aefa05d92 100644 --- a/service/drs/go_module_metadata.go +++ b/service/drs/go_module_metadata.go @@ -3,4 +3,4 @@ package drs // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.30.11" +const goModuleVersion = "1.30.12" diff --git a/service/dsql/CHANGELOG.md b/service/dsql/CHANGELOG.md index 13861260a2b..65ee883b589 100644 --- a/service/dsql/CHANGELOG.md +++ b/service/dsql/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.0.6 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.0.5 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/dsql/go.mod b/service/dsql/go.mod index 7988c1db05d..e8f2c4187b1 100644 --- a/service/dsql/go.mod +++ b/service/dsql/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/dsql go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/dsql/go.sum b/service/dsql/go.sum index aa7eb14ff92..3df7c5c8b09 100644 --- a/service/dsql/go.sum +++ b/service/dsql/go.sum @@ -1,5 +1,5 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/jmespath/go-jmespath v0.4.0 h1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9YPoQUg= diff --git a/service/dsql/go_module_metadata.go b/service/dsql/go_module_metadata.go index 8021d20ab3c..631bf2b8308 100644 --- a/service/dsql/go_module_metadata.go +++ b/service/dsql/go_module_metadata.go @@ -3,4 +3,4 @@ package dsql // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.0.5" +const goModuleVersion = "1.0.6" diff --git a/service/dynamodb/CHANGELOG.md b/service/dynamodb/CHANGELOG.md index 2ff695c83e8..c21797599bd 100644 --- a/service/dynamodb/CHANGELOG.md +++ b/service/dynamodb/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.39.6 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.39.5 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/dynamodb/go.mod b/service/dynamodb/go.mod index 723c756a13c..e55d9e1be28 100644 --- a/service/dynamodb/go.mod +++ b/service/dynamodb/go.mod @@ -3,12 +3,12 @@ module github.com/aws/aws-sdk-go-v2/service/dynamodb go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.1 - github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.10.9 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.2 + github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.10.10 + github.com/aws/smithy-go v1.22.2 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/dynamodb/go.sum b/service/dynamodb/go.sum index aa7eb14ff92..3df7c5c8b09 100644 --- a/service/dynamodb/go.sum +++ b/service/dynamodb/go.sum @@ -1,5 +1,5 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/jmespath/go-jmespath v0.4.0 h1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9YPoQUg= diff --git a/service/dynamodb/go_module_metadata.go b/service/dynamodb/go_module_metadata.go index 128986ce7ff..47aa3196aa2 100644 --- a/service/dynamodb/go_module_metadata.go +++ b/service/dynamodb/go_module_metadata.go @@ -3,4 +3,4 @@ package dynamodb // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.39.5" +const goModuleVersion = "1.39.6" diff --git a/service/dynamodbstreams/CHANGELOG.md b/service/dynamodbstreams/CHANGELOG.md index 4095d15f5fc..657bb5e8e06 100644 --- a/service/dynamodbstreams/CHANGELOG.md +++ b/service/dynamodbstreams/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.24.16 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.24.15 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/dynamodbstreams/go.mod b/service/dynamodbstreams/go.mod index b1d9ea81436..47d46f2bb77 100644 --- a/service/dynamodbstreams/go.mod +++ b/service/dynamodbstreams/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/dynamodbstreams go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/dynamodbstreams/go.sum b/service/dynamodbstreams/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/dynamodbstreams/go.sum +++ b/service/dynamodbstreams/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/dynamodbstreams/go_module_metadata.go b/service/dynamodbstreams/go_module_metadata.go index 76ccb8d9495..946d5f323e4 100644 --- a/service/dynamodbstreams/go_module_metadata.go +++ b/service/dynamodbstreams/go_module_metadata.go @@ -3,4 +3,4 @@ package dynamodbstreams // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.24.15" +const goModuleVersion = "1.24.16" diff --git a/service/ebs/CHANGELOG.md b/service/ebs/CHANGELOG.md index 4db257ab5e3..febd33f9bd9 100644 --- a/service/ebs/CHANGELOG.md +++ b/service/ebs/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.27.14 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.27.13 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/ebs/go.mod b/service/ebs/go.mod index 8aa231e4bf3..bdf18b920f7 100644 --- a/service/ebs/go.mod +++ b/service/ebs/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/ebs go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/ebs/go.sum b/service/ebs/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/ebs/go.sum +++ b/service/ebs/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/ebs/go_module_metadata.go b/service/ebs/go_module_metadata.go index f1ac925b5af..1019adcc2e8 100644 --- a/service/ebs/go_module_metadata.go +++ b/service/ebs/go_module_metadata.go @@ -3,4 +3,4 @@ package ebs // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.27.13" +const goModuleVersion = "1.27.14" diff --git a/service/ec2/CHANGELOG.md b/service/ec2/CHANGELOG.md index ff567af1ab9..16cb8431676 100644 --- a/service/ec2/CHANGELOG.md +++ b/service/ec2/CHANGELOG.md @@ -1,3 +1,12 @@ +# v1.201.1 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + +# v1.201.0 (2025-01-23) + +* **Feature**: Added "future" allocation type for future dated capacity reservation + # v1.200.0 (2025-01-17) * **Feature**: Release u7i-6tb.112xlarge, u7i-8tb.112xlarge, u7inh-32tb.480xlarge, p5e.48xlarge, p5en.48xlarge, f2.12xlarge, f2.48xlarge, trn2.48xlarge instance types. diff --git a/service/ec2/api_op_AssignIpv6Addresses.go b/service/ec2/api_op_AssignIpv6Addresses.go index 099fed0d88c..dfc09bc347d 100644 --- a/service/ec2/api_op_AssignIpv6Addresses.go +++ b/service/ec2/api_op_AssignIpv6Addresses.go @@ -10,11 +10,11 @@ import ( smithyhttp "github.com/aws/smithy-go/transport/http" ) -// Assigns the specified IPv6 addresses to the specified network interface. You -// can specify specific IPv6 addresses, or you can specify the number of IPv6 -// addresses to be automatically assigned from the subnet's IPv6 CIDR block range. -// You can assign as many IPv6 addresses to a network interface as you can assign -// private IPv4 addresses, and the limit varies by instance type. +// Assigns one or more IPv6 addresses to the specified network interface. You can +// specify one or more specific IPv6 addresses, or you can specify the number of +// IPv6 addresses to be automatically assigned from within the subnet's IPv6 CIDR +// block range. You can assign as many IPv6 addresses to a network interface as you +// can assign private IPv4 addresses, and the limit varies per instance type. // // You must specify either the IPv6 addresses or the IPv6 address count in the // request. @@ -62,8 +62,8 @@ type AssignIpv6AddressesInput struct { // option. Ipv6PrefixCount *int32 - // One or more IPv6 prefixes assigned to the network interface. You can't use this - // option if you use the Ipv6PrefixCount option. + // One or more IPv6 prefixes assigned to the network interface. You cannot use + // this option if you use the Ipv6PrefixCount option. Ipv6Prefixes []string noSmithyDocumentSerde diff --git a/service/ec2/api_op_AssignPrivateIpAddresses.go b/service/ec2/api_op_AssignPrivateIpAddresses.go index b9c85cf619a..f47219a64f1 100644 --- a/service/ec2/api_op_AssignPrivateIpAddresses.go +++ b/service/ec2/api_op_AssignPrivateIpAddresses.go @@ -11,14 +11,14 @@ import ( smithyhttp "github.com/aws/smithy-go/transport/http" ) -// Assigns the specified secondary private IP addresses to the specified network +// Assigns one or more secondary private IP addresses to the specified network // interface. // -// You can specify specific secondary IP addresses, or you can specify the number -// of secondary IP addresses to be automatically assigned from the subnet's CIDR -// block range. The number of secondary IP addresses that you can assign to an -// instance varies by instance type. For more information about Elastic IP -// addresses, see [Elastic IP Addresses]in the Amazon EC2 User Guide. +// You can specify one or more specific secondary IP addresses, or you can specify +// the number of secondary IP addresses to be automatically assigned within the +// subnet's CIDR block range. The number of secondary IP addresses that you can +// assign to an instance varies by instance type. For more information about +// Elastic IP addresses, see [Elastic IP Addresses]in the Amazon EC2 User Guide. // // When you move a secondary private IP address to another network interface, any // Elastic IP address that is associated with the IP address is also moved. @@ -65,12 +65,12 @@ type AssignPrivateIpAddressesInput struct { AllowReassignment *bool // The number of IPv4 prefixes that Amazon Web Services automatically assigns to - // the network interface. You can't use this option if you use the Ipv4 Prefixes + // the network interface. You cannot use this option if you use the Ipv4 Prefixes // option. Ipv4PrefixCount *int32 - // One or more IPv4 prefixes assigned to the network interface. You can't use this - // option if you use the Ipv4PrefixCount option. + // One or more IPv4 prefixes assigned to the network interface. You cannot use + // this option if you use the Ipv4PrefixCount option. Ipv4Prefixes []string // The IP addresses to be assigned as a secondary private IP address to the diff --git a/service/ec2/api_op_CancelCapacityReservation.go b/service/ec2/api_op_CancelCapacityReservation.go index 88661628c4e..7d800237b27 100644 --- a/service/ec2/api_op_CancelCapacityReservation.go +++ b/service/ec2/api_op_CancelCapacityReservation.go @@ -21,8 +21,6 @@ import ( // elapsed. You can't cancel a future-dated Capacity Reservation during the // commitment duration. // -// You can't modify or cancel a Capacity Block. For more information, see [Capacity Blocks for ML]. -// // If a future-dated Capacity Reservation enters the delayed state, the commitment // duration is waived, and you can cancel it as soon as it enters the active state. // @@ -31,8 +29,6 @@ import ( // launch. Modify these instances to either target a different Capacity // Reservation, launch On-Demand Instance capacity, or run in any open Capacity // Reservation that has matching attributes and sufficient capacity. -// -// [Capacity Blocks for ML]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-capacity-blocks.html func (c *Client) CancelCapacityReservation(ctx context.Context, params *CancelCapacityReservationInput, optFns ...func(*Options)) (*CancelCapacityReservationOutput, error) { if params == nil { params = &CancelCapacityReservationInput{} diff --git a/service/ec2/api_op_CopySnapshot.go b/service/ec2/api_op_CopySnapshot.go index d8f3f35b8e3..bd79455cc63 100644 --- a/service/ec2/api_op_CopySnapshot.go +++ b/service/ec2/api_op_CopySnapshot.go @@ -30,7 +30,7 @@ import ( // Snapshots copied to an Outpost are encrypted by default using the default // encryption key for the Region, or a different key that you specify in the // request using KmsKeyId. Outposts do not support unencrypted snapshots. For more -// information, see [Amazon EBS local snapshots on Outposts]in the Amazon EBS User Guide. +// information, [Amazon EBS local snapshots on Outposts]in the Amazon EBS User Guide. // // Snapshots created by copying another snapshot have an arbitrary volume ID that // should not be used for any purpose. diff --git a/service/ec2/api_op_CreateManagedPrefixList.go b/service/ec2/api_op_CreateManagedPrefixList.go index 68159e0c5ca..1d7f533d8cd 100644 --- a/service/ec2/api_op_CreateManagedPrefixList.go +++ b/service/ec2/api_op_CreateManagedPrefixList.go @@ -11,8 +11,8 @@ import ( smithyhttp "github.com/aws/smithy-go/transport/http" ) -// Creates a managed prefix list. You can specify entries for the prefix list. -// Each entry consists of a CIDR block and an optional description. +// Creates a managed prefix list. You can specify one or more entries for the +// prefix list. Each entry consists of a CIDR block and an optional description. func (c *Client) CreateManagedPrefixList(ctx context.Context, params *CreateManagedPrefixListInput, optFns ...func(*Options)) (*CreateManagedPrefixListOutput, error) { if params == nil { params = &CreateManagedPrefixListInput{} diff --git a/service/ec2/api_op_CreateNetworkInterface.go b/service/ec2/api_op_CreateNetworkInterface.go index fb0940bcfb5..4cedfa456f7 100644 --- a/service/ec2/api_op_CreateNetworkInterface.go +++ b/service/ec2/api_op_CreateNetworkInterface.go @@ -75,7 +75,7 @@ type CreateNetworkInterfaceInput struct { // with the ENI becomes the primary IPv6 address. EnablePrimaryIpv6 *bool - // The IDs of the security groups. + // The IDs of one or more security groups. Groups []string // The type of network interface. The default is interface . diff --git a/service/ec2/api_op_CreateSnapshot.go b/service/ec2/api_op_CreateSnapshot.go index e187cae8053..e1a59604f33 100644 --- a/service/ec2/api_op_CreateSnapshot.go +++ b/service/ec2/api_op_CreateSnapshot.go @@ -23,7 +23,7 @@ import ( // same Region as the volume. // // - If the source volume is in a Local Zone, you can create the snapshot in the -// same Local Zone or in its parent Amazon Web Services Region. +// same Local Zone or in parent Amazon Web Services Region. // // - If the source volume is on an Outpost, you can create the snapshot on the // same Outpost or in its parent Amazon Web Services Region. @@ -47,7 +47,7 @@ import ( // Snapshots that are taken from encrypted volumes are automatically encrypted. // Volumes that are created from encrypted snapshots are also automatically // encrypted. Your encrypted volumes and any associated snapshots always remain -// protected. For more information, see [Amazon EBS encryption]in the Amazon EBS User Guide. +// protected. For more information, [Amazon EBS encryption]in the Amazon EBS User Guide. // // [Amazon EBS encryption]: https://docs.aws.amazon.com/ebs/latest/userguide/ebs-encryption.html func (c *Client) CreateSnapshot(ctx context.Context, params *CreateSnapshotInput, optFns ...func(*Options)) (*CreateSnapshotOutput, error) { diff --git a/service/ec2/api_op_CreateSnapshots.go b/service/ec2/api_op_CreateSnapshots.go index db82a7174d6..02db596189a 100644 --- a/service/ec2/api_op_CreateSnapshots.go +++ b/service/ec2/api_op_CreateSnapshots.go @@ -25,7 +25,7 @@ import ( // same Region as the instance. // // - If the source instance is in a Local Zone, you can create the snapshots in -// the same Local Zone or in its parent Amazon Web Services Region. +// the same Local Zone or in parent Amazon Web Services Region. // // - If the source instance is on an Outpost, you can create the snapshots on // the same Outpost or in its parent Amazon Web Services Region. diff --git a/service/ec2/api_op_DeleteSnapshot.go b/service/ec2/api_op_DeleteSnapshot.go index 6ab49f457a3..30f413865a0 100644 --- a/service/ec2/api_op_DeleteSnapshot.go +++ b/service/ec2/api_op_DeleteSnapshot.go @@ -20,7 +20,7 @@ import ( // needed to restore the volume. // // You cannot delete a snapshot of the root device of an EBS volume used by a -// registered AMI. You must first deregister the AMI before you can delete the +// registered AMI. You must first de-register the AMI before you can delete the // snapshot. // // For more information, see [Delete an Amazon EBS snapshot] in the Amazon EBS User Guide. diff --git a/service/ec2/api_op_DescribeCapacityBlockOfferings.go b/service/ec2/api_op_DescribeCapacityBlockOfferings.go index 7855a8dfaac..716140f3ca6 100644 --- a/service/ec2/api_op_DescribeCapacityBlockOfferings.go +++ b/service/ec2/api_op_DescribeCapacityBlockOfferings.go @@ -15,14 +15,6 @@ import ( // Describes Capacity Block offerings available for purchase in the Amazon Web // Services Region that you're currently using. With Capacity Blocks, you purchase // a specific instance type for a period of time. -// -// To search for an available Capacity Block offering, you specify a reservation -// duration and instance count. You must select one of the following options. -// -// - For reservation durations 1-day increments up 14 days and 7-day increments -// up to 182 days total -// -// - For instance count 1, 2, 4, 8, 16, 32, or 64 instances func (c *Client) DescribeCapacityBlockOfferings(ctx context.Context, params *DescribeCapacityBlockOfferingsInput, optFns ...func(*Options)) (*DescribeCapacityBlockOfferingsOutput, error) { if params == nil { params = &DescribeCapacityBlockOfferingsInput{} diff --git a/service/ec2/api_op_DescribeInstanceTopology.go b/service/ec2/api_op_DescribeInstanceTopology.go index af4ad0552e2..235d7d8f45d 100644 --- a/service/ec2/api_op_DescribeInstanceTopology.go +++ b/service/ec2/api_op_DescribeInstanceTopology.go @@ -33,8 +33,7 @@ import ( // - p3dn.24xlarge | p4d.24xlarge | p4de.24xlarge | p5.48xlarge | p5e.48xlarge | // p5en.48xlarge // -// - trn1.2xlarge | trn1.32xlarge | trn1n.32xlarge | trn2.48xlarge | -// trn2u.48xlarge +// - trn1.2xlarge | trn1.32xlarge | trn1n.32xlarge // // For more information, see [Amazon EC2 instance topology] in the Amazon EC2 User Guide. // diff --git a/service/ec2/api_op_DescribeNetworkInterfaces.go b/service/ec2/api_op_DescribeNetworkInterfaces.go index d23cc6f8bd8..ca53b6fb4df 100644 --- a/service/ec2/api_op_DescribeNetworkInterfaces.go +++ b/service/ec2/api_op_DescribeNetworkInterfaces.go @@ -16,7 +16,7 @@ import ( "time" ) -// Describes the specified network interfaces or all your network interfaces. +// Describes one or more of your network interfaces. // // If you have a large number of network interfaces, the operation fails unless // you use pagination or one of the following filters: group-id , mac-address , @@ -118,12 +118,6 @@ type DescribeNetworkInterfacesInput struct { // // - network-interface-id - The ID of the network interface. // - // - operator.managed - A Boolean that indicates whether this is a managed - // network interface. - // - // - operator.principal - The principal that manages the network interface. Only - // valid for managed network interfaces, where managed is true . - // // - owner-id - The Amazon Web Services account ID of the network interface owner. // // - private-dns-name - The private DNS name of the network interface (IPv4). diff --git a/service/ec2/api_op_UnassignIpv6Addresses.go b/service/ec2/api_op_UnassignIpv6Addresses.go index 7eced4229eb..e3e5f5c8a82 100644 --- a/service/ec2/api_op_UnassignIpv6Addresses.go +++ b/service/ec2/api_op_UnassignIpv6Addresses.go @@ -10,7 +10,7 @@ import ( smithyhttp "github.com/aws/smithy-go/transport/http" ) -// Unassigns the specified IPv6 addresses or Prefix Delegation prefixes from a +// Unassigns one or more IPv6 addresses IPv4 Prefix Delegation prefixes from a // network interface. func (c *Client) UnassignIpv6Addresses(ctx context.Context, params *UnassignIpv6AddressesInput, optFns ...func(*Options)) (*UnassignIpv6AddressesOutput, error) { if params == nil { @@ -51,7 +51,7 @@ type UnassignIpv6AddressesOutput struct { // The IPv6 addresses that have been unassigned from the network interface. UnassignedIpv6Addresses []string - // The IPv6 prefixes that have been unassigned from the network interface. + // The IPv4 prefixes that have been unassigned from the network interface. UnassignedIpv6Prefixes []string // Metadata pertaining to the operation's result. diff --git a/service/ec2/api_op_UnassignPrivateIpAddresses.go b/service/ec2/api_op_UnassignPrivateIpAddresses.go index a3066b551d2..6fda0dd04a3 100644 --- a/service/ec2/api_op_UnassignPrivateIpAddresses.go +++ b/service/ec2/api_op_UnassignPrivateIpAddresses.go @@ -10,8 +10,8 @@ import ( smithyhttp "github.com/aws/smithy-go/transport/http" ) -// Unassigns the specified secondary private IP addresses or IPv4 Prefix -// Delegation prefixes from a network interface. +// Unassigns one or more secondary private IP addresses, or IPv4 Prefix Delegation +// prefixes from a network interface. func (c *Client) UnassignPrivateIpAddresses(ctx context.Context, params *UnassignPrivateIpAddressesInput, optFns ...func(*Options)) (*UnassignPrivateIpAddressesOutput, error) { if params == nil { params = &UnassignPrivateIpAddressesInput{} diff --git a/service/ec2/go.mod b/service/ec2/go.mod index 63d3384cd60..ba766340f50 100644 --- a/service/ec2/go.mod +++ b/service/ec2/go.mod @@ -3,12 +3,12 @@ module github.com/aws/aws-sdk-go-v2/service/ec2 go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.1 - github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.9 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.2 + github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.10 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/ec2/go.sum b/service/ec2/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/ec2/go.sum +++ b/service/ec2/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/ec2/go_module_metadata.go b/service/ec2/go_module_metadata.go index ac583650784..68d468b5640 100644 --- a/service/ec2/go_module_metadata.go +++ b/service/ec2/go_module_metadata.go @@ -3,4 +3,4 @@ package ec2 // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.200.0" +const goModuleVersion = "1.201.1" diff --git a/service/ec2/types/enums.go b/service/ec2/types/enums.go index d42be831409..90c212720ee 100644 --- a/service/ec2/types/enums.go +++ b/service/ec2/types/enums.go @@ -261,7 +261,8 @@ type AllocationType string // Enum values for AllocationType const ( - AllocationTypeUsed AllocationType = "used" + AllocationTypeUsed AllocationType = "used" + AllocationTypeFuture AllocationType = "future" ) // Values returns all known values for AllocationType. Note that this can be @@ -271,6 +272,7 @@ const ( func (AllocationType) Values() []AllocationType { return []AllocationType{ "used", + "future", } } diff --git a/service/ec2/types/types.go b/service/ec2/types/types.go index b3dc9ba0a7a..5ab47a2a8db 100644 --- a/service/ec2/types/types.go +++ b/service/ec2/types/types.go @@ -7095,7 +7095,7 @@ type InstanceBlockDeviceMappingSpecification struct { // launched. Ebs *EbsInstanceBlockDeviceSpecification - // Suppresses the specified device included in the block device mapping. + // suppress the specified device included in the block device mapping. NoDevice *string // The virtual device name. @@ -7843,9 +7843,12 @@ type InstanceNetworkInterfaceSpecification struct { // [RunInstances]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RunInstances.html PrivateIpAddresses []PrivateIpAddressSpecification - // The number of secondary private IPv4 addresses. You can’t specify this - // parameter and also specify a secondary private IP address using the - // PrivateIpAddress parameter. + // The number of secondary private IPv4 addresses. You can't specify this option + // and specify more than one private IP address using the private IP addresses + // option. You cannot specify this option if you're launching more than one + // instance in a [RunInstances]request. + // + // [RunInstances]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RunInstances.html SecondaryPrivateIpAddressCount *int32 // The ID of the subnet associated with the network interface. Applies only if @@ -8006,11 +8009,9 @@ type InstanceRequirements struct { // The accelerator types that must be on the instance type. // - // - For instance types with FPGA accelerators, specify fpga . - // // - For instance types with GPU accelerators, specify gpu . // - // - For instance types with Inference accelerators, specify inference . + // - For instance types with FPGA accelerators, specify fpga . // // Default: Any accelerator type AcceleratorTypes []AcceleratorType @@ -8377,11 +8378,9 @@ type InstanceRequirementsRequest struct { // The accelerator types that must be on the instance type. // - // - For instance types with FPGA accelerators, specify fpga . - // - // - For instance types with GPU accelerators, specify gpu . + // - To include instance types with GPU hardware, specify gpu . // - // - For instance types with Inference accelerators, specify inference . + // - To include instance types with FPGA hardware, specify fpga . // // Default: Any accelerator type AcceleratorTypes []AcceleratorType @@ -10195,7 +10194,7 @@ type Ipv6PrefixSpecification struct { noSmithyDocumentSerde } -// Describes the IPv6 prefix option for a network interface. +// Describes the IPv4 prefix option for a network interface. type Ipv6PrefixSpecificationRequest struct { // The IPv6 prefix. diff --git a/service/ec2instanceconnect/CHANGELOG.md b/service/ec2instanceconnect/CHANGELOG.md index 9c43479873c..ed4fd4ff989 100644 --- a/service/ec2instanceconnect/CHANGELOG.md +++ b/service/ec2instanceconnect/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.27.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.27.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/ec2instanceconnect/go.mod b/service/ec2instanceconnect/go.mod index 8ba700c6f1d..a630234d137 100644 --- a/service/ec2instanceconnect/go.mod +++ b/service/ec2instanceconnect/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/ec2instanceconnect go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/ec2instanceconnect/go.sum b/service/ec2instanceconnect/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/ec2instanceconnect/go.sum +++ b/service/ec2instanceconnect/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/ec2instanceconnect/go_module_metadata.go b/service/ec2instanceconnect/go_module_metadata.go index e19b84139de..f45710ca8a5 100644 --- a/service/ec2instanceconnect/go_module_metadata.go +++ b/service/ec2instanceconnect/go_module_metadata.go @@ -3,4 +3,4 @@ package ec2instanceconnect // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.27.11" +const goModuleVersion = "1.27.12" diff --git a/service/ecr/CHANGELOG.md b/service/ecr/CHANGELOG.md index 7cbbb6119ad..245460b2cee 100644 --- a/service/ecr/CHANGELOG.md +++ b/service/ecr/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.38.7 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.38.6 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/ecr/go.mod b/service/ecr/go.mod index ffacbc6ce8e..c0d2a65db5e 100644 --- a/service/ecr/go.mod +++ b/service/ecr/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/ecr go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/ecr/go.sum b/service/ecr/go.sum index aa7eb14ff92..3df7c5c8b09 100644 --- a/service/ecr/go.sum +++ b/service/ecr/go.sum @@ -1,5 +1,5 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/jmespath/go-jmespath v0.4.0 h1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9YPoQUg= diff --git a/service/ecr/go_module_metadata.go b/service/ecr/go_module_metadata.go index 9021a6b4619..c88b0600c33 100644 --- a/service/ecr/go_module_metadata.go +++ b/service/ecr/go_module_metadata.go @@ -3,4 +3,4 @@ package ecr // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.38.6" +const goModuleVersion = "1.38.7" diff --git a/service/ecrpublic/CHANGELOG.md b/service/ecrpublic/CHANGELOG.md index ae4719c61b6..ea6c216c643 100644 --- a/service/ecrpublic/CHANGELOG.md +++ b/service/ecrpublic/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.29.5 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.29.4 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/ecrpublic/go.mod b/service/ecrpublic/go.mod index b36a9902471..3a877bea1e0 100644 --- a/service/ecrpublic/go.mod +++ b/service/ecrpublic/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/ecrpublic go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/ecrpublic/go.sum b/service/ecrpublic/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/ecrpublic/go.sum +++ b/service/ecrpublic/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/ecrpublic/go_module_metadata.go b/service/ecrpublic/go_module_metadata.go index b4331361e07..39ee8258345 100644 --- a/service/ecrpublic/go_module_metadata.go +++ b/service/ecrpublic/go_module_metadata.go @@ -3,4 +3,4 @@ package ecrpublic // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.29.4" +const goModuleVersion = "1.29.5" diff --git a/service/ecs/CHANGELOG.md b/service/ecs/CHANGELOG.md index 256ccfdf669..2ac0606d2f5 100644 --- a/service/ecs/CHANGELOG.md +++ b/service/ecs/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.53.9 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.53.8 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/ecs/go.mod b/service/ecs/go.mod index 748bb0514f7..b760d512e75 100644 --- a/service/ecs/go.mod +++ b/service/ecs/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/ecs go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/ecs/go.sum b/service/ecs/go.sum index aa7eb14ff92..3df7c5c8b09 100644 --- a/service/ecs/go.sum +++ b/service/ecs/go.sum @@ -1,5 +1,5 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/jmespath/go-jmespath v0.4.0 h1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9YPoQUg= diff --git a/service/ecs/go_module_metadata.go b/service/ecs/go_module_metadata.go index 588dce06c38..dcff2085903 100644 --- a/service/ecs/go_module_metadata.go +++ b/service/ecs/go_module_metadata.go @@ -3,4 +3,4 @@ package ecs // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.53.8" +const goModuleVersion = "1.53.9" diff --git a/service/efs/CHANGELOG.md b/service/efs/CHANGELOG.md index 52cdee64966..fe736962020 100644 --- a/service/efs/CHANGELOG.md +++ b/service/efs/CHANGELOG.md @@ -1,3 +1,12 @@ +# v1.34.7 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + +# v1.34.6 (2025-01-21) + +* No change notes available for this release. + # v1.34.5 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/efs/go.mod b/service/efs/go.mod index 14875012868..4ca10be9456 100644 --- a/service/efs/go.mod +++ b/service/efs/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/efs go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/efs/go.sum b/service/efs/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/efs/go.sum +++ b/service/efs/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/efs/go_module_metadata.go b/service/efs/go_module_metadata.go index e04dcf05a78..ba6aa7eee1e 100644 --- a/service/efs/go_module_metadata.go +++ b/service/efs/go_module_metadata.go @@ -3,4 +3,4 @@ package efs // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.34.5" +const goModuleVersion = "1.34.7" diff --git a/service/efs/internal/endpoints/endpoints.go b/service/efs/internal/endpoints/endpoints.go index 8e46f2966f5..50c2a028cfc 100644 --- a/service/efs/internal/endpoints/endpoints.go +++ b/service/efs/internal/endpoints/endpoints.go @@ -580,6 +580,15 @@ var defaultPartitions = endpoints.Partitions{ }, Deprecated: aws.TrueTernary, }, + endpoints.EndpointKey{ + Region: "fips-mx-central-1", + }: endpoints.Endpoint{ + Hostname: "elasticfilesystem-fips.mx-central-1.amazonaws.com", + CredentialScope: endpoints.CredentialScope{ + Region: "mx-central-1", + }, + Deprecated: aws.TrueTernary, + }, endpoints.EndpointKey{ Region: "fips-sa-east-1", }: endpoints.Endpoint{ @@ -652,6 +661,15 @@ var defaultPartitions = endpoints.Partitions{ }: { Hostname: "elasticfilesystem-fips.me-south-1.amazonaws.com", }, + endpoints.EndpointKey{ + Region: "mx-central-1", + }: endpoints.Endpoint{}, + endpoints.EndpointKey{ + Region: "mx-central-1", + Variant: endpoints.FIPSVariant, + }: { + Hostname: "elasticfilesystem-fips.mx-central-1.amazonaws.com", + }, endpoints.EndpointKey{ Region: "sa-east-1", }: endpoints.Endpoint{}, diff --git a/service/eks/CHANGELOG.md b/service/eks/CHANGELOG.md index 4f8ac1356a6..47f725ae98c 100644 --- a/service/eks/CHANGELOG.md +++ b/service/eks/CHANGELOG.md @@ -1,3 +1,9 @@ +# v1.57.0 (2025-01-24) + +* **Feature**: Adds support for UpdateStrategies in EKS Managed Node Groups. +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.56.5 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/eks/api_op_CreateAccessEntry.go b/service/eks/api_op_CreateAccessEntry.go index fab886ec73d..6da799e3691 100644 --- a/service/eks/api_op_CreateAccessEntry.go +++ b/service/eks/api_op_CreateAccessEntry.go @@ -53,11 +53,13 @@ type CreateAccessEntryInput struct { // This value can't be changed after access entry creation. // // The valid principals differ depending on the type of the access entry in the - // type field. The only valid ARN is IAM roles for the types of access entries for - // nodes: . You can use every IAM principal type for STANDARD access entries. You - // can't use the STS session principal type with access entries because this is a - // temporary principal for each session and not a permanent identity that can be - // assigned permissions. + // type field. For STANDARD access entries, you can use every IAM principal type. + // For nodes ( EC2 (for EKS Auto Mode), EC2_LINUX , EC2_WINDOWS , FARGATE_LINUX , + // and HYBRID_LINUX ), the only valid ARN is IAM roles. + // + // You can't use the STS session principal type with access entries because this + // is a temporary principal for each session and not a permanent identity that can + // be assigned permissions. // // [IAM best practices]recommend using IAM roles with temporary credentials, rather than IAM users // with long-term credentials. @@ -97,17 +99,19 @@ type CreateAccessEntryInput struct { // other cluster or Amazon Web Services resources. Tags map[string]string - // The type of the new access entry. Valid values are Standard , FARGATE_LINUX , - // EC2_LINUX , and EC2_WINDOWS . + // The type of the new access entry. Valid values are STANDARD , FARGATE_LINUX , + // EC2_LINUX , EC2_WINDOWS , EC2 (for EKS Auto Mode), HYBRID_LINUX , and + // HYPERPOD_LINUX . // // If the principalArn is for an IAM role that's used for self-managed Amazon EC2 // nodes, specify EC2_LINUX or EC2_WINDOWS . Amazon EKS grants the necessary // permissions to the node for you. If the principalArn is for any other purpose, // specify STANDARD . If you don't specify a value, Amazon EKS sets the value to - // STANDARD . It's unnecessary to create access entries for IAM roles used with - // Fargate profiles or managed Amazon EC2 nodes, because Amazon EKS creates entries - // in the aws-auth ConfigMap for the roles. You can't change this value once - // you've created the access entry. + // STANDARD . If you have the access mode of the cluster set to API_AND_CONFIG_MAP + // , it's unnecessary to create access entries for IAM roles used with Fargate + // profiles or managed Amazon EC2 nodes, because Amazon EKS creates entries in the + // aws-auth ConfigMap for the roles. You can't change this value once you've + // created the access entry. // // If you set the value to EC2_LINUX or EC2_WINDOWS , you can't specify values for // kubernetesGroups , or associate an AccessPolicy to the access entry. diff --git a/service/eks/api_op_CreateAddon.go b/service/eks/api_op_CreateAddon.go index 7069ce2bcb3..17c0c2294e3 100644 --- a/service/eks/api_op_CreateAddon.go +++ b/service/eks/api_op_CreateAddon.go @@ -64,7 +64,7 @@ type CreateAddonInput struct { // An array of Pod Identity Assocations to be created. Each EKS Pod Identity // association maps a Kubernetes service account to an IAM Role. // - // For more information, see [Attach an IAM Role to an Amazon EKS add-on using Pod Identity] in the EKS User Guide. + // For more information, see [Attach an IAM Role to an Amazon EKS add-on using Pod Identity] in the Amazon EKS User Guide. // // [Attach an IAM Role to an Amazon EKS add-on using Pod Identity]: https://docs.aws.amazon.com/eks/latest/userguide/add-ons-iam.html PodIdentityAssociations []types.AddonPodIdentityAssociations diff --git a/service/eks/api_op_CreateCluster.go b/service/eks/api_op_CreateCluster.go index bc67f7dac08..28ac13b0991 100644 --- a/service/eks/api_op_CreateCluster.go +++ b/service/eks/api_op_CreateCluster.go @@ -127,8 +127,8 @@ type CreateClusterInput struct { KubernetesNetworkConfig *types.KubernetesNetworkConfigRequest // Enable or disable exporting the Kubernetes control plane logs for your cluster - // to CloudWatch Logs. By default, cluster control plane logs aren't exported to - // CloudWatch Logs. For more information, see [Amazon EKS Cluster control plane logs]in the Amazon EKS User Guide . + // to CloudWatch Logs . By default, cluster control plane logs aren't exported to + // CloudWatch Logs . For more information, see [Amazon EKS Cluster control plane logs]in the Amazon EKS User Guide . // // CloudWatch Logs ingestion, archive storage, and data scanning rates apply to // exported control plane logs. For more information, see [CloudWatch Pricing]. @@ -177,13 +177,13 @@ type CreateClusterInput struct { // traffic for a resource away from an impaired AZ until the zonal shift expires or // you cancel it. You can extend the zonal shift if necessary. // - // You can start a zonal shift for an EKS cluster, or you can allow Amazon Web - // Services to do it for you by enabling zonal autoshift. This shift updates the - // flow of east-to-west network traffic in your cluster to only consider network - // endpoints for Pods running on worker nodes in healthy AZs. Additionally, any ALB - // or NLB handling ingress traffic for applications in your EKS cluster will - // automatically route traffic to targets in the healthy AZs. For more information - // about zonal shift in EKS, see [Learn about Amazon Application Recovery Controller (ARC) Zonal Shift in Amazon EKS]in the Amazon EKS User Guide . + // You can start a zonal shift for an Amazon EKS cluster, or you can allow Amazon + // Web Services to do it for you by enabling zonal autoshift. This shift updates + // the flow of east-to-west network traffic in your cluster to only consider + // network endpoints for Pods running on worker nodes in healthy AZs. Additionally, + // any ALB or NLB handling ingress traffic for applications in your Amazon EKS + // cluster will automatically route traffic to targets in the healthy AZs. For more + // information about zonal shift in EKS, see [Learn about Amazon Application Recovery Controller (ARC) Zonal Shift in Amazon EKS]in the Amazon EKS User Guide . // // [Learn about Amazon Application Recovery Controller (ARC) Zonal Shift in Amazon EKS]: https://docs.aws.amazon.com/eks/latest/userguide/zone-shift.html ZonalShiftConfig *types.ZonalShiftConfigRequest diff --git a/service/eks/api_op_CreateFargateProfile.go b/service/eks/api_op_CreateFargateProfile.go index 497fbc472c8..b45f30c5c47 100644 --- a/service/eks/api_op_CreateFargateProfile.go +++ b/service/eks/api_op_CreateFargateProfile.go @@ -16,7 +16,7 @@ import ( // // The Fargate profile allows an administrator to declare which pods run on // Fargate and specify which pods run on which Fargate profile. This declaration is -// done through the profile’s selectors. Each profile can have up to five selectors +// done through the profile's selectors. Each profile can have up to five selectors // that contain a namespace and labels. A namespace is required for every selector. // The label field consists of multiple optional key-value pairs. Pods that match // the selectors are scheduled on Fargate. If a to-be-scheduled pod matches any of diff --git a/service/eks/api_op_ListClusters.go b/service/eks/api_op_ListClusters.go index 851921d495c..b107f57c921 100644 --- a/service/eks/api_op_ListClusters.go +++ b/service/eks/api_op_ListClusters.go @@ -59,7 +59,7 @@ type ListClustersInput struct { type ListClustersOutput struct { // A list of all of the clusters for your account in the specified Amazon Web - // Services Region. + // Services Region . Clusters []string // The nextToken value returned from a previous paginated request, where maxResults diff --git a/service/eks/api_op_UpdateAddon.go b/service/eks/api_op_UpdateAddon.go index 726351457bc..ccec5337c93 100644 --- a/service/eks/api_op_UpdateAddon.go +++ b/service/eks/api_op_UpdateAddon.go @@ -62,7 +62,7 @@ type UpdateAddonInput struct { // left blank, no change. If an empty array is provided, existing Pod Identity // Assocations owned by the Addon are deleted. // - // For more information, see [Attach an IAM Role to an Amazon EKS add-on using Pod Identity] in the EKS User Guide. + // For more information, see [Attach an IAM Role to an Amazon EKS add-on using Pod Identity] in the Amazon EKS User Guide. // // [Attach an IAM Role to an Amazon EKS add-on using Pod Identity]: https://docs.aws.amazon.com/eks/latest/userguide/add-ons-iam.html PodIdentityAssociations []types.AddonPodIdentityAssociations diff --git a/service/eks/api_op_UpdateClusterConfig.go b/service/eks/api_op_UpdateClusterConfig.go index bb563980448..654a873676f 100644 --- a/service/eks/api_op_UpdateClusterConfig.go +++ b/service/eks/api_op_UpdateClusterConfig.go @@ -85,8 +85,8 @@ type UpdateClusterConfigInput struct { KubernetesNetworkConfig *types.KubernetesNetworkConfigRequest // Enable or disable exporting the Kubernetes control plane logs for your cluster - // to CloudWatch Logs. By default, cluster control plane logs aren't exported to - // CloudWatch Logs. For more information, see [Amazon EKS cluster control plane logs]in the Amazon EKS User Guide . + // to CloudWatch Logs . By default, cluster control plane logs aren't exported to + // CloudWatch Logs . For more information, see [Amazon EKS cluster control plane logs]in the Amazon EKS User Guide . // // CloudWatch Logs ingestion, archive storage, and data scanning rates apply to // exported control plane logs. For more information, see [CloudWatch Pricing]. diff --git a/service/eks/api_op_UpdateClusterVersion.go b/service/eks/api_op_UpdateClusterVersion.go index 5a95547a4cb..1237bf88e63 100644 --- a/service/eks/api_op_UpdateClusterVersion.go +++ b/service/eks/api_op_UpdateClusterVersion.go @@ -22,7 +22,7 @@ import ( // Successful ), the cluster status moves to Active . // // If your cluster has managed node groups attached to it, all of your node -// groups’ Kubernetes versions must match the cluster’s Kubernetes version in order +// groups' Kubernetes versions must match the cluster's Kubernetes version in order // to update the cluster to a new Kubernetes version. func (c *Client) UpdateClusterVersion(ctx context.Context, params *UpdateClusterVersionInput, optFns ...func(*Options)) (*UpdateClusterVersionOutput, error) { if params == nil { diff --git a/service/eks/api_op_UpdateNodegroupConfig.go b/service/eks/api_op_UpdateNodegroupConfig.go index c287486c22a..242badf24b6 100644 --- a/service/eks/api_op_UpdateNodegroupConfig.go +++ b/service/eks/api_op_UpdateNodegroupConfig.go @@ -14,8 +14,8 @@ import ( // Updates an Amazon EKS managed node group configuration. Your node group // continues to function during the update. The response output includes an update // ID that you can use to track the status of your node group update with the DescribeUpdateAPI -// operation. Currently you can update the Kubernetes labels for a node group or -// the scaling configuration. +// operation. You can update the Kubernetes labels and taints for a node group and +// the scaling and version update configuration. func (c *Client) UpdateNodegroupConfig(ctx context.Context, params *UpdateNodegroupConfigInput, optFns ...func(*Options)) (*UpdateNodegroupConfigOutput, error) { if params == nil { params = &UpdateNodegroupConfigInput{} diff --git a/service/eks/deserializers.go b/service/eks/deserializers.go index 8c88fa242f9..830b7905dcc 100644 --- a/service/eks/deserializers.go +++ b/service/eks/deserializers.go @@ -14529,6 +14529,15 @@ func awsRestjson1_deserializeDocumentNodegroupUpdateConfig(v **types.NodegroupUp sv.MaxUnavailablePercentage = ptr.Int32(int32(i64)) } + case "updateStrategy": + if value != nil { + jtv, ok := value.(string) + if !ok { + return fmt.Errorf("expected NodegroupUpdateStrategies to be of type string, got %T instead", value) + } + sv.UpdateStrategy = types.NodegroupUpdateStrategies(jtv) + } + default: _, _ = key, value diff --git a/service/eks/go.mod b/service/eks/go.mod index 57afd788fed..7fd12581276 100644 --- a/service/eks/go.mod +++ b/service/eks/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/eks go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/eks/go.sum b/service/eks/go.sum index aa7eb14ff92..3df7c5c8b09 100644 --- a/service/eks/go.sum +++ b/service/eks/go.sum @@ -1,5 +1,5 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/jmespath/go-jmespath v0.4.0 h1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9YPoQUg= diff --git a/service/eks/go_module_metadata.go b/service/eks/go_module_metadata.go index 6d21d8de214..5b936004714 100644 --- a/service/eks/go_module_metadata.go +++ b/service/eks/go_module_metadata.go @@ -3,4 +3,4 @@ package eks // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.56.5" +const goModuleVersion = "1.57.0" diff --git a/service/eks/serializers.go b/service/eks/serializers.go index 80344615bd8..4e3b9b736ed 100644 --- a/service/eks/serializers.go +++ b/service/eks/serializers.go @@ -5963,6 +5963,11 @@ func awsRestjson1_serializeDocumentNodegroupUpdateConfig(v *types.NodegroupUpdat ok.Integer(*v.MaxUnavailablePercentage) } + if len(v.UpdateStrategy) > 0 { + ok := object.Key("updateStrategy") + ok.String(string(v.UpdateStrategy)) + } + return nil } diff --git a/service/eks/types/enums.go b/service/eks/types/enums.go index af84b0634e7..9f82c2245c1 100644 --- a/service/eks/types/enums.go +++ b/service/eks/types/enums.go @@ -692,6 +692,25 @@ func (NodegroupStatus) Values() []NodegroupStatus { } } +type NodegroupUpdateStrategies string + +// Enum values for NodegroupUpdateStrategies +const ( + NodegroupUpdateStrategiesDefault NodegroupUpdateStrategies = "DEFAULT" + NodegroupUpdateStrategiesMinimal NodegroupUpdateStrategies = "MINIMAL" +) + +// Values returns all known values for NodegroupUpdateStrategies. Note that this +// can be expanded in the future, and so it is only as up to date as the client. +// +// The ordering of this slice is not guaranteed to be stable across updates. +func (NodegroupUpdateStrategies) Values() []NodegroupUpdateStrategies { + return []NodegroupUpdateStrategies{ + "DEFAULT", + "MINIMAL", + } +} + type ResolveConflicts string // Enum values for ResolveConflicts @@ -781,6 +800,7 @@ const ( UpdateParamTypeMaxUnavailable UpdateParamType = "MaxUnavailable" UpdateParamTypeMaxUnavailablePercentage UpdateParamType = "MaxUnavailablePercentage" UpdateParamTypeNodeRepairEnabled UpdateParamType = "NodeRepairEnabled" + UpdateParamTypeUpdateStrategy UpdateParamType = "UpdateStrategy" UpdateParamTypeConfigurationValues UpdateParamType = "ConfigurationValues" UpdateParamTypeSecurityGroups UpdateParamType = "SecurityGroups" UpdateParamTypeSubnets UpdateParamType = "Subnets" @@ -823,6 +843,7 @@ func (UpdateParamType) Values() []UpdateParamType { "MaxUnavailable", "MaxUnavailablePercentage", "NodeRepairEnabled", + "UpdateStrategy", "ConfigurationValues", "SecurityGroups", "Subnets", diff --git a/service/eks/types/types.go b/service/eks/types/types.go index eef31f69715..58882088005 100644 --- a/service/eks/types/types.go +++ b/service/eks/types/types.go @@ -144,7 +144,7 @@ type Addon struct { // An array of Pod Identity Assocations owned by the Addon. Each EKS Pod Identity // association maps a role to a service account in a namespace in the cluster. // - // For more information, see [Attach an IAM Role to an Amazon EKS add-on using Pod Identity] in the EKS User Guide. + // For more information, see [Attach an IAM Role to an Amazon EKS add-on using Pod Identity] in the Amazon EKS User Guide. // // [Attach an IAM Role to an Amazon EKS add-on using Pod Identity]: https://docs.aws.amazon.com/eks/latest/userguide/add-ons-iam.html PodIdentityAssociations []string @@ -167,10 +167,12 @@ type Addon struct { noSmithyDocumentSerde } -// Contains compatibility information for an Amazon EKS add-on. +// The summary information about the Amazon EKS add-on compatibility for the next +// Kubernetes version for an insight check in the UPGRADE_READINESS category. type AddonCompatibilityDetail struct { - // A list of compatible add-on versions. + // The list of compatible Amazon EKS add-on versions for the next Kubernetes + // version. CompatibleVersions []string // The name of the Amazon EKS add-on. @@ -233,7 +235,7 @@ type AddonIssue struct { // Each EKS Pod Identity Association maps a role to a service account in a // namespace in the cluster. // -// For more information, see [Attach an IAM Role to an Amazon EKS add-on using Pod Identity] in the EKS User Guide. +// For more information, see [Attach an IAM Role to an Amazon EKS add-on using Pod Identity] in the Amazon EKS User Guide. // // [Attach an IAM Role to an Amazon EKS add-on using Pod Identity]: https://docs.aws.amazon.com/eks/latest/userguide/add-ons-iam.html type AddonPodIdentityAssociations struct { @@ -320,7 +322,7 @@ type AutoScalingGroup struct { // Auto Mode cluster. For example, if the capability is enabled or disabled. If the // block storage capability is enabled, EKS Auto Mode will create and delete EBS // volumes in your Amazon Web Services account. For more information, see EKS Auto -// Mode block storage capability in the EKS User Guide. +// Mode block storage capability in the Amazon EKS User Guide. type BlockStorage struct { // Indicates if the block storage capability is enabled on your EKS Auto Mode @@ -377,7 +379,7 @@ type Cluster struct { // Mode cluster. For example, if the capability is enabled or disabled. If the // compute capability is enabled, EKS Auto Mode will create and delete EC2 Managed // Instances in your Amazon Web Services account. For more information, see EKS - // Auto Mode compute capability in the EKS User Guide. + // Auto Mode compute capability in the Amazon EKS User Guide. ComputeConfig *ComputeConfigResponse // The configuration used to connect to a cluster for registration. @@ -450,7 +452,7 @@ type Cluster struct { // Auto Mode cluster. For example, if the capability is enabled or disabled. If the // block storage capability is enabled, EKS Auto Mode will create and delete EBS // volumes in your Amazon Web Services account. For more information, see EKS Auto - // Mode block storage capability in the EKS User Guide. + // Mode block storage capability in the Amazon EKS User Guide. StorageConfig *StorageConfigResponse // Metadata that assists with categorization and organization. Each tag consists @@ -460,9 +462,9 @@ type Cluster struct { // This value indicates if extended support is enabled or disabled for the cluster. // - // [Learn more about EKS Extended Support in the EKS User Guide.] + // [Learn more about EKS Extended Support in the Amazon EKS User Guide.] // - // [Learn more about EKS Extended Support in the EKS User Guide.]: https://docs.aws.amazon.com/eks/latest/userguide/extended-support-control.html + // [Learn more about EKS Extended Support in the Amazon EKS User Guide.]: https://docs.aws.amazon.com/eks/latest/userguide/extended-support-control.html UpgradePolicy *UpgradePolicyResponse // The Kubernetes server version for the cluster. @@ -548,7 +550,7 @@ type Compatibility struct { // Request to update the configuration of the compute capability of your EKS Auto // Mode cluster. For example, enable the capability. For more information, see EKS -// Auto Mode compute capability in the EKS User Guide. +// Auto Mode compute capability in the Amazon EKS User Guide. type ComputeConfigRequest struct { // Request to enable or disable the compute capability on your EKS Auto Mode @@ -557,14 +559,14 @@ type ComputeConfigRequest struct { Enabled *bool // Configuration for node pools that defines the compute resources for your EKS - // Auto Mode cluster. For more information, see EKS Auto Mode Node Pools in the EKS - // User Guide. + // Auto Mode cluster. For more information, see EKS Auto Mode Node Pools in the + // Amazon EKS User Guide. NodePools []string // The ARN of the IAM Role EKS will assign to EC2 Managed Instances in your EKS // Auto Mode cluster. This value cannot be changed after the compute capability of - // EKS Auto Mode is enabled. For more information, see the IAM Reference in the EKS - // User Guide. + // EKS Auto Mode is enabled. For more information, see the IAM Reference in the + // Amazon EKS User Guide. NodeRoleArn *string noSmithyDocumentSerde @@ -580,8 +582,8 @@ type ComputeConfigResponse struct { Enabled *bool // Indicates the current configuration of node pools in your EKS Auto Mode - // cluster. For more information, see EKS Auto Mode Node Pools in the EKS User - // Guide. + // cluster. For more information, see EKS Auto Mode Node Pools in the Amazon EKS + // User Guide. NodePools []string // The ARN of the IAM Role EKS will assign to EC2 Managed Instances in your EKS @@ -766,8 +768,8 @@ type EksAnywhereSubscriptionTerm struct { // Indicates the current configuration of the load balancing capability on your // EKS Auto Mode cluster. For example, if the capability is enabled or disabled. -// For more information, see EKS Auto Mode load balancing capability in the EKS -// User Guide. +// For more information, see EKS Auto Mode load balancing capability in the Amazon +// EKS User Guide. type ElasticLoadBalancing struct { // Indicates if the load balancing capability is enabled on your EKS Auto Mode @@ -1161,7 +1163,7 @@ type KubernetesNetworkConfigRequest struct { // Request to enable or disable the load balancing capability on your EKS Auto // Mode cluster. For more information, see EKS Auto Mode load balancing capability - // in the EKS User Guide. + // in the Amazon EKS User Guide. ElasticLoadBalancing *ElasticLoadBalancing // Specify which IP family is used to assign Kubernetes pod and service IP @@ -1288,7 +1290,7 @@ type Logging struct { type LogSetup struct { // If a log type is enabled, that log type exports its control plane logs to - // CloudWatch Logs. If a log type isn't enabled, that log type doesn't export its + // CloudWatch Logs . If a log type isn't enabled, that log type doesn't export its // control plane logs. Each individual log type can be enabled or disabled // independently. Enabled *bool @@ -1485,7 +1487,9 @@ type NodegroupScalingConfig struct { noSmithyDocumentSerde } -// The node group update configuration. +// The node group update configuration. An Amazon EKS managed node group updates +// by replacing nodes with new nodes of newer AMI versions in parallel. You choose +// the maximum unavailable and the update strategy. type NodegroupUpdateConfig struct { // The maximum number of nodes unavailable at once during a version update. Nodes @@ -1498,6 +1502,23 @@ type NodegroupUpdateConfig struct { // or maxUnavailable is required to have a value. MaxUnavailablePercentage *int32 + // The configuration for the behavior to follow during a node group version update + // of this managed node group. You choose between two possible strategies for + // replacing nodes during an [UpdateNodegroupVersion]action. + // + // An Amazon EKS managed node group updates by replacing nodes with new nodes of + // newer AMI versions in parallel. The update strategy changes the managed node + // update behavior of the managed node group for each quantity. The default + // strategy has guardrails to protect you from misconfiguration and launches the + // new instances first, before terminating the old instances. The minimal strategy + // removes the guardrails and terminates the old instances before launching the new + // instances. This minimal strategy is useful in scenarios where you are + // constrained to resources or costs (for example, with hardware accelerators such + // as GPUs). + // + // [UpdateNodegroupVersion]: https://docs.aws.amazon.com/latest/APIReference/API_UpdateNodegroupVersion.html + UpdateStrategy NodegroupUpdateStrategies + noSmithyDocumentSerde } @@ -2034,7 +2055,7 @@ type RemotePodNetwork struct { // Request to update the configuration of the storage capability of your EKS Auto // Mode cluster. For example, enable the capability. For more information, see EKS -// Auto Mode block storage capability in the EKS User Guide. +// Auto Mode block storage capability in the Amazon EKS User Guide. type StorageConfigRequest struct { // Request to configure EBS Block Storage settings for your EKS Auto Mode cluster. @@ -2149,18 +2170,18 @@ type UpdateTaintsPayload struct { // have higher costs. The default value is EXTENDED . Use STANDARD to disable // extended support. // -// [Learn more about EKS Extended Support in the EKS User Guide.] +// [Learn more about EKS Extended Support in the Amazon EKS User Guide.] // -// [Learn more about EKS Extended Support in the EKS User Guide.]: https://docs.aws.amazon.com/eks/latest/userguide/extended-support-control.html +// [Learn more about EKS Extended Support in the Amazon EKS User Guide.]: https://docs.aws.amazon.com/eks/latest/userguide/extended-support-control.html type UpgradePolicyRequest struct { // If the cluster is set to EXTENDED , it will enter extended support at the end of // standard support. If the cluster is set to STANDARD , it will be automatically // upgraded at the end of standard support. // - // [Learn more about EKS Extended Support in the EKS User Guide.] + // [Learn more about EKS Extended Support in the Amazon EKS User Guide.] // - // [Learn more about EKS Extended Support in the EKS User Guide.]: https://docs.aws.amazon.com/eks/latest/userguide/extended-support-control.html + // [Learn more about EKS Extended Support in the Amazon EKS User Guide.]: https://docs.aws.amazon.com/eks/latest/userguide/extended-support-control.html SupportType SupportType noSmithyDocumentSerde @@ -2168,18 +2189,18 @@ type UpgradePolicyRequest struct { // This value indicates if extended support is enabled or disabled for the cluster. // -// [Learn more about EKS Extended Support in the EKS User Guide.] +// [Learn more about EKS Extended Support in the Amazon EKS User Guide.] // -// [Learn more about EKS Extended Support in the EKS User Guide.]: https://docs.aws.amazon.com/eks/latest/userguide/extended-support-control.html +// [Learn more about EKS Extended Support in the Amazon EKS User Guide.]: https://docs.aws.amazon.com/eks/latest/userguide/extended-support-control.html type UpgradePolicyResponse struct { // If the cluster is set to EXTENDED , it will enter extended support at the end of // standard support. If the cluster is set to STANDARD , it will be automatically // upgraded at the end of standard support. // - // [Learn more about EKS Extended Support in the EKS User Guide.] + // [Learn more about EKS Extended Support in the Amazon EKS User Guide.] // - // [Learn more about EKS Extended Support in the EKS User Guide.]: https://docs.aws.amazon.com/eks/latest/userguide/extended-support-control.html + // [Learn more about EKS Extended Support in the Amazon EKS User Guide.]: https://docs.aws.amazon.com/eks/latest/userguide/extended-support-control.html SupportType SupportType noSmithyDocumentSerde diff --git a/service/eksauth/CHANGELOG.md b/service/eksauth/CHANGELOG.md index 07aa2eb7534..eedc598efa2 100644 --- a/service/eksauth/CHANGELOG.md +++ b/service/eksauth/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.7.14 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.7.13 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/eksauth/go.mod b/service/eksauth/go.mod index 3eab5f3a2f4..eeeafa855e2 100644 --- a/service/eksauth/go.mod +++ b/service/eksauth/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/eksauth go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/eksauth/go.sum b/service/eksauth/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/eksauth/go.sum +++ b/service/eksauth/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/eksauth/go_module_metadata.go b/service/eksauth/go_module_metadata.go index a447698893f..c115b2d37f8 100644 --- a/service/eksauth/go_module_metadata.go +++ b/service/eksauth/go_module_metadata.go @@ -3,4 +3,4 @@ package eksauth // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.7.13" +const goModuleVersion = "1.7.14" diff --git a/service/elasticache/CHANGELOG.md b/service/elasticache/CHANGELOG.md index 51604400e76..a8dd320b0db 100644 --- a/service/elasticache/CHANGELOG.md +++ b/service/elasticache/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.44.8 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.44.7 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/elasticache/go.mod b/service/elasticache/go.mod index 51fa5d29baa..4a24ea17f62 100644 --- a/service/elasticache/go.mod +++ b/service/elasticache/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/elasticache go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/elasticache/go.sum b/service/elasticache/go.sum index aa7eb14ff92..3df7c5c8b09 100644 --- a/service/elasticache/go.sum +++ b/service/elasticache/go.sum @@ -1,5 +1,5 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/jmespath/go-jmespath v0.4.0 h1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9YPoQUg= diff --git a/service/elasticache/go_module_metadata.go b/service/elasticache/go_module_metadata.go index cddca7d72c9..0ecb6bed00f 100644 --- a/service/elasticache/go_module_metadata.go +++ b/service/elasticache/go_module_metadata.go @@ -3,4 +3,4 @@ package elasticache // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.44.7" +const goModuleVersion = "1.44.8" diff --git a/service/elasticbeanstalk/CHANGELOG.md b/service/elasticbeanstalk/CHANGELOG.md index 8f901b3e96f..3ad1a4aa7a7 100644 --- a/service/elasticbeanstalk/CHANGELOG.md +++ b/service/elasticbeanstalk/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.28.13 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.28.12 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/elasticbeanstalk/go.mod b/service/elasticbeanstalk/go.mod index 6554ae3fc0c..e7429f8bd36 100644 --- a/service/elasticbeanstalk/go.mod +++ b/service/elasticbeanstalk/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/elasticbeanstalk go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/elasticbeanstalk/go.sum b/service/elasticbeanstalk/go.sum index aa7eb14ff92..3df7c5c8b09 100644 --- a/service/elasticbeanstalk/go.sum +++ b/service/elasticbeanstalk/go.sum @@ -1,5 +1,5 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/jmespath/go-jmespath v0.4.0 h1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9YPoQUg= diff --git a/service/elasticbeanstalk/go_module_metadata.go b/service/elasticbeanstalk/go_module_metadata.go index 867a4b7e7b0..a288e9fafd5 100644 --- a/service/elasticbeanstalk/go_module_metadata.go +++ b/service/elasticbeanstalk/go_module_metadata.go @@ -3,4 +3,4 @@ package elasticbeanstalk // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.28.12" +const goModuleVersion = "1.28.13" diff --git a/service/elasticinference/CHANGELOG.md b/service/elasticinference/CHANGELOG.md index f0559026e1e..7a499af4dd7 100644 --- a/service/elasticinference/CHANGELOG.md +++ b/service/elasticinference/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.23.13 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.23.12 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/elasticinference/go.mod b/service/elasticinference/go.mod index 8329aec5119..2bda6ddd78e 100644 --- a/service/elasticinference/go.mod +++ b/service/elasticinference/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/elasticinference go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/elasticinference/go.sum b/service/elasticinference/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/elasticinference/go.sum +++ b/service/elasticinference/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/elasticinference/go_module_metadata.go b/service/elasticinference/go_module_metadata.go index 83f9aee8a3f..78a3e788e3a 100644 --- a/service/elasticinference/go_module_metadata.go +++ b/service/elasticinference/go_module_metadata.go @@ -3,4 +3,4 @@ package elasticinference // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.23.12" +const goModuleVersion = "1.23.13" diff --git a/service/elasticloadbalancing/CHANGELOG.md b/service/elasticloadbalancing/CHANGELOG.md index dede93f4215..1d4c560db41 100644 --- a/service/elasticloadbalancing/CHANGELOG.md +++ b/service/elasticloadbalancing/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.28.13 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.28.12 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/elasticloadbalancing/go.mod b/service/elasticloadbalancing/go.mod index f793f6c01e3..bd6fda7b8a5 100644 --- a/service/elasticloadbalancing/go.mod +++ b/service/elasticloadbalancing/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/elasticloadbalancing go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/elasticloadbalancing/go.sum b/service/elasticloadbalancing/go.sum index aa7eb14ff92..3df7c5c8b09 100644 --- a/service/elasticloadbalancing/go.sum +++ b/service/elasticloadbalancing/go.sum @@ -1,5 +1,5 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/jmespath/go-jmespath v0.4.0 h1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9YPoQUg= diff --git a/service/elasticloadbalancing/go_module_metadata.go b/service/elasticloadbalancing/go_module_metadata.go index 37237e21e75..5d1913920b2 100644 --- a/service/elasticloadbalancing/go_module_metadata.go +++ b/service/elasticloadbalancing/go_module_metadata.go @@ -3,4 +3,4 @@ package elasticloadbalancing // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.28.12" +const goModuleVersion = "1.28.13" diff --git a/service/elasticloadbalancingv2/CHANGELOG.md b/service/elasticloadbalancingv2/CHANGELOG.md index 154b9f2bc5e..ebd9f490e78 100644 --- a/service/elasticloadbalancingv2/CHANGELOG.md +++ b/service/elasticloadbalancingv2/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.43.8 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.43.7 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/elasticloadbalancingv2/go.mod b/service/elasticloadbalancingv2/go.mod index 575b5ba187b..baa1e0ae139 100644 --- a/service/elasticloadbalancingv2/go.mod +++ b/service/elasticloadbalancingv2/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/elasticloadbalancingv2/go.sum b/service/elasticloadbalancingv2/go.sum index aa7eb14ff92..3df7c5c8b09 100644 --- a/service/elasticloadbalancingv2/go.sum +++ b/service/elasticloadbalancingv2/go.sum @@ -1,5 +1,5 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/jmespath/go-jmespath v0.4.0 h1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9YPoQUg= diff --git a/service/elasticloadbalancingv2/go_module_metadata.go b/service/elasticloadbalancingv2/go_module_metadata.go index 08a249d85c3..ac5b9c4f6cd 100644 --- a/service/elasticloadbalancingv2/go_module_metadata.go +++ b/service/elasticloadbalancingv2/go_module_metadata.go @@ -3,4 +3,4 @@ package elasticloadbalancingv2 // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.43.7" +const goModuleVersion = "1.43.8" diff --git a/service/elasticsearchservice/CHANGELOG.md b/service/elasticsearchservice/CHANGELOG.md index bf7e1d6feb0..7f96efe9f37 100644 --- a/service/elasticsearchservice/CHANGELOG.md +++ b/service/elasticsearchservice/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.32.14 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.32.13 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/elasticsearchservice/go.mod b/service/elasticsearchservice/go.mod index e5892a52854..c1da720b67c 100644 --- a/service/elasticsearchservice/go.mod +++ b/service/elasticsearchservice/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/elasticsearchservice go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/elasticsearchservice/go.sum b/service/elasticsearchservice/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/elasticsearchservice/go.sum +++ b/service/elasticsearchservice/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/elasticsearchservice/go_module_metadata.go b/service/elasticsearchservice/go_module_metadata.go index 01f8c860b33..370ff298a0f 100644 --- a/service/elasticsearchservice/go_module_metadata.go +++ b/service/elasticsearchservice/go_module_metadata.go @@ -3,4 +3,4 @@ package elasticsearchservice // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.32.13" +const goModuleVersion = "1.32.14" diff --git a/service/elastictranscoder/CHANGELOG.md b/service/elastictranscoder/CHANGELOG.md index 1f4b534aacb..818655c4da6 100644 --- a/service/elastictranscoder/CHANGELOG.md +++ b/service/elastictranscoder/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.27.13 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.27.12 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/elastictranscoder/go.mod b/service/elastictranscoder/go.mod index dbc06251b9b..7a793943caf 100644 --- a/service/elastictranscoder/go.mod +++ b/service/elastictranscoder/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/elastictranscoder go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/elastictranscoder/go.sum b/service/elastictranscoder/go.sum index aa7eb14ff92..3df7c5c8b09 100644 --- a/service/elastictranscoder/go.sum +++ b/service/elastictranscoder/go.sum @@ -1,5 +1,5 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/jmespath/go-jmespath v0.4.0 h1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9YPoQUg= diff --git a/service/elastictranscoder/go_module_metadata.go b/service/elastictranscoder/go_module_metadata.go index 088feb9bd36..ed0b7fce5d4 100644 --- a/service/elastictranscoder/go_module_metadata.go +++ b/service/elastictranscoder/go_module_metadata.go @@ -3,4 +3,4 @@ package elastictranscoder // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.27.12" +const goModuleVersion = "1.27.13" diff --git a/service/emr/CHANGELOG.md b/service/emr/CHANGELOG.md index f2dd18533c6..65655494cf5 100644 --- a/service/emr/CHANGELOG.md +++ b/service/emr/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.47.8 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.47.7 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/emr/go.mod b/service/emr/go.mod index 2e12389b988..f9ba6429206 100644 --- a/service/emr/go.mod +++ b/service/emr/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/emr go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/emr/go.sum b/service/emr/go.sum index aa7eb14ff92..3df7c5c8b09 100644 --- a/service/emr/go.sum +++ b/service/emr/go.sum @@ -1,5 +1,5 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/jmespath/go-jmespath v0.4.0 h1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9YPoQUg= diff --git a/service/emr/go_module_metadata.go b/service/emr/go_module_metadata.go index 03628130618..cf49e9fc77f 100644 --- a/service/emr/go_module_metadata.go +++ b/service/emr/go_module_metadata.go @@ -3,4 +3,4 @@ package emr // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.47.7" +const goModuleVersion = "1.47.8" diff --git a/service/emrcontainers/CHANGELOG.md b/service/emrcontainers/CHANGELOG.md index 24354adcdd4..2ec4f711e23 100644 --- a/service/emrcontainers/CHANGELOG.md +++ b/service/emrcontainers/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.33.13 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.33.12 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/emrcontainers/go.mod b/service/emrcontainers/go.mod index 6c32b821137..460b6a073c8 100644 --- a/service/emrcontainers/go.mod +++ b/service/emrcontainers/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/emrcontainers go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/emrcontainers/go.sum b/service/emrcontainers/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/emrcontainers/go.sum +++ b/service/emrcontainers/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/emrcontainers/go_module_metadata.go b/service/emrcontainers/go_module_metadata.go index c85b02a16ac..cb38def42d8 100644 --- a/service/emrcontainers/go_module_metadata.go +++ b/service/emrcontainers/go_module_metadata.go @@ -3,4 +3,4 @@ package emrcontainers // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.33.12" +const goModuleVersion = "1.33.13" diff --git a/service/emrserverless/CHANGELOG.md b/service/emrserverless/CHANGELOG.md index 0927e1fb6de..9e5e5208340 100644 --- a/service/emrserverless/CHANGELOG.md +++ b/service/emrserverless/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.27.5 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.27.4 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/emrserverless/go.mod b/service/emrserverless/go.mod index 89c78792d61..7448f41fa6f 100644 --- a/service/emrserverless/go.mod +++ b/service/emrserverless/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/emrserverless go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/emrserverless/go.sum b/service/emrserverless/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/emrserverless/go.sum +++ b/service/emrserverless/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/emrserverless/go_module_metadata.go b/service/emrserverless/go_module_metadata.go index eb238ef5710..992b5ff0d35 100644 --- a/service/emrserverless/go_module_metadata.go +++ b/service/emrserverless/go_module_metadata.go @@ -3,4 +3,4 @@ package emrserverless // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.27.4" +const goModuleVersion = "1.27.5" diff --git a/service/entityresolution/CHANGELOG.md b/service/entityresolution/CHANGELOG.md index 12a73653304..d8bb4912ed9 100644 --- a/service/entityresolution/CHANGELOG.md +++ b/service/entityresolution/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.15.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.15.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/entityresolution/go.mod b/service/entityresolution/go.mod index f413be0fa9e..7ec0aa3a060 100644 --- a/service/entityresolution/go.mod +++ b/service/entityresolution/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/entityresolution go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/entityresolution/go.sum b/service/entityresolution/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/entityresolution/go.sum +++ b/service/entityresolution/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/entityresolution/go_module_metadata.go b/service/entityresolution/go_module_metadata.go index 231beb767f0..22451579040 100644 --- a/service/entityresolution/go_module_metadata.go +++ b/service/entityresolution/go_module_metadata.go @@ -3,4 +3,4 @@ package entityresolution // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.15.11" +const goModuleVersion = "1.15.12" diff --git a/service/eventbridge/CHANGELOG.md b/service/eventbridge/CHANGELOG.md index d8bb9022bb6..137cc9ce864 100644 --- a/service/eventbridge/CHANGELOG.md +++ b/service/eventbridge/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.36.7 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.36.6 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/eventbridge/go.mod b/service/eventbridge/go.mod index 99ed178d629..853ce1f3b64 100644 --- a/service/eventbridge/go.mod +++ b/service/eventbridge/go.mod @@ -3,11 +3,11 @@ module github.com/aws/aws-sdk-go-v2/service/eventbridge go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/eventbridge/go.sum b/service/eventbridge/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/eventbridge/go.sum +++ b/service/eventbridge/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/eventbridge/go_module_metadata.go b/service/eventbridge/go_module_metadata.go index 858c6917ad4..4fefeb5c7d9 100644 --- a/service/eventbridge/go_module_metadata.go +++ b/service/eventbridge/go_module_metadata.go @@ -3,4 +3,4 @@ package eventbridge // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.36.6" +const goModuleVersion = "1.36.7" diff --git a/service/evidently/CHANGELOG.md b/service/evidently/CHANGELOG.md index d3386206391..9348ed4af98 100644 --- a/service/evidently/CHANGELOG.md +++ b/service/evidently/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.23.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.23.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/evidently/go.mod b/service/evidently/go.mod index e3896ed2385..6070f7c20a6 100644 --- a/service/evidently/go.mod +++ b/service/evidently/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/evidently go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/evidently/go.sum b/service/evidently/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/evidently/go.sum +++ b/service/evidently/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/evidently/go_module_metadata.go b/service/evidently/go_module_metadata.go index 6bd8aa3830e..ffe9133b194 100644 --- a/service/evidently/go_module_metadata.go +++ b/service/evidently/go_module_metadata.go @@ -3,4 +3,4 @@ package evidently // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.23.11" +const goModuleVersion = "1.23.12" diff --git a/service/finspace/CHANGELOG.md b/service/finspace/CHANGELOG.md index 1bd06467895..f1b8f3a3d1a 100644 --- a/service/finspace/CHANGELOG.md +++ b/service/finspace/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.28.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.28.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/finspace/go.mod b/service/finspace/go.mod index 101e1b40bed..7c7cfa41c25 100644 --- a/service/finspace/go.mod +++ b/service/finspace/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/finspace go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/finspace/go.sum b/service/finspace/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/finspace/go.sum +++ b/service/finspace/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/finspace/go_module_metadata.go b/service/finspace/go_module_metadata.go index 02ed4bc8e24..fef4359c6e4 100644 --- a/service/finspace/go_module_metadata.go +++ b/service/finspace/go_module_metadata.go @@ -3,4 +3,4 @@ package finspace // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.28.11" +const goModuleVersion = "1.28.12" diff --git a/service/finspacedata/CHANGELOG.md b/service/finspacedata/CHANGELOG.md index b741ae2dfca..3d914f27d78 100644 --- a/service/finspacedata/CHANGELOG.md +++ b/service/finspacedata/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.28.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.28.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/finspacedata/go.mod b/service/finspacedata/go.mod index 1854702c299..ffc2f5b05e0 100644 --- a/service/finspacedata/go.mod +++ b/service/finspacedata/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/finspacedata go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/finspacedata/go.sum b/service/finspacedata/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/finspacedata/go.sum +++ b/service/finspacedata/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/finspacedata/go_module_metadata.go b/service/finspacedata/go_module_metadata.go index 76e430f0726..a6afc356829 100644 --- a/service/finspacedata/go_module_metadata.go +++ b/service/finspacedata/go_module_metadata.go @@ -3,4 +3,4 @@ package finspacedata // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.28.11" +const goModuleVersion = "1.28.12" diff --git a/service/firehose/CHANGELOG.md b/service/firehose/CHANGELOG.md index b3c0620b525..470333e15b8 100644 --- a/service/firehose/CHANGELOG.md +++ b/service/firehose/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.35.7 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.35.6 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/firehose/go.mod b/service/firehose/go.mod index c52a19da975..bac5971c483 100644 --- a/service/firehose/go.mod +++ b/service/firehose/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/firehose go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/firehose/go.sum b/service/firehose/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/firehose/go.sum +++ b/service/firehose/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/firehose/go_module_metadata.go b/service/firehose/go_module_metadata.go index 181b4032df2..7c0c3ab92c7 100644 --- a/service/firehose/go_module_metadata.go +++ b/service/firehose/go_module_metadata.go @@ -3,4 +3,4 @@ package firehose // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.35.6" +const goModuleVersion = "1.35.7" diff --git a/service/fis/CHANGELOG.md b/service/fis/CHANGELOG.md index ce5cd12e743..5b266b97463 100644 --- a/service/fis/CHANGELOG.md +++ b/service/fis/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.31.7 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.31.6 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/fis/go.mod b/service/fis/go.mod index 35cbe46433f..251b6acecf7 100644 --- a/service/fis/go.mod +++ b/service/fis/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/fis go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/fis/go.sum b/service/fis/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/fis/go.sum +++ b/service/fis/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/fis/go_module_metadata.go b/service/fis/go_module_metadata.go index 7afa1300c08..578d3a89982 100644 --- a/service/fis/go_module_metadata.go +++ b/service/fis/go_module_metadata.go @@ -3,4 +3,4 @@ package fis // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.31.6" +const goModuleVersion = "1.31.7" diff --git a/service/fms/CHANGELOG.md b/service/fms/CHANGELOG.md index fa9519b6bac..b581b219fae 100644 --- a/service/fms/CHANGELOG.md +++ b/service/fms/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.39.3 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.39.2 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/fms/go.mod b/service/fms/go.mod index cb75b7e143a..dcb1780a6dd 100644 --- a/service/fms/go.mod +++ b/service/fms/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/fms go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/fms/go.sum b/service/fms/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/fms/go.sum +++ b/service/fms/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/fms/go_module_metadata.go b/service/fms/go_module_metadata.go index 8a244511966..0c833cc4ca4 100644 --- a/service/fms/go_module_metadata.go +++ b/service/fms/go_module_metadata.go @@ -3,4 +3,4 @@ package fms // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.39.2" +const goModuleVersion = "1.39.3" diff --git a/service/forecast/CHANGELOG.md b/service/forecast/CHANGELOG.md index 9dd95ffe2f5..95b364a30de 100644 --- a/service/forecast/CHANGELOG.md +++ b/service/forecast/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.36.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.36.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/forecast/go.mod b/service/forecast/go.mod index 7860e612130..b265189029d 100644 --- a/service/forecast/go.mod +++ b/service/forecast/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/forecast go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/forecast/go.sum b/service/forecast/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/forecast/go.sum +++ b/service/forecast/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/forecast/go_module_metadata.go b/service/forecast/go_module_metadata.go index 3a2f82963d2..ae8782d531a 100644 --- a/service/forecast/go_module_metadata.go +++ b/service/forecast/go_module_metadata.go @@ -3,4 +3,4 @@ package forecast // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.36.11" +const goModuleVersion = "1.36.12" diff --git a/service/forecastquery/CHANGELOG.md b/service/forecastquery/CHANGELOG.md index dac8665ddc1..8d55111e887 100644 --- a/service/forecastquery/CHANGELOG.md +++ b/service/forecastquery/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.24.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.24.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/forecastquery/go.mod b/service/forecastquery/go.mod index 0e6cab99370..514294b2b8a 100644 --- a/service/forecastquery/go.mod +++ b/service/forecastquery/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/forecastquery go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/forecastquery/go.sum b/service/forecastquery/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/forecastquery/go.sum +++ b/service/forecastquery/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/forecastquery/go_module_metadata.go b/service/forecastquery/go_module_metadata.go index 7e2bfe6ab1e..62d99f6648b 100644 --- a/service/forecastquery/go_module_metadata.go +++ b/service/forecastquery/go_module_metadata.go @@ -3,4 +3,4 @@ package forecastquery // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.24.11" +const goModuleVersion = "1.24.12" diff --git a/service/frauddetector/CHANGELOG.md b/service/frauddetector/CHANGELOG.md index 079e8e001ef..914dc5fdf2f 100644 --- a/service/frauddetector/CHANGELOG.md +++ b/service/frauddetector/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.35.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.35.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/frauddetector/go.mod b/service/frauddetector/go.mod index acfdeda5929..efecc6d9deb 100644 --- a/service/frauddetector/go.mod +++ b/service/frauddetector/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/frauddetector go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/frauddetector/go.sum b/service/frauddetector/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/frauddetector/go.sum +++ b/service/frauddetector/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/frauddetector/go_module_metadata.go b/service/frauddetector/go_module_metadata.go index 69818c54553..fef7ab0c00d 100644 --- a/service/frauddetector/go_module_metadata.go +++ b/service/frauddetector/go_module_metadata.go @@ -3,4 +3,4 @@ package frauddetector // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.35.11" +const goModuleVersion = "1.35.12" diff --git a/service/freetier/CHANGELOG.md b/service/freetier/CHANGELOG.md index ce57a8b8bfd..ecf5bd70841 100644 --- a/service/freetier/CHANGELOG.md +++ b/service/freetier/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.7.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.7.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/freetier/go.mod b/service/freetier/go.mod index 6ee2b292885..0470c2ab3b9 100644 --- a/service/freetier/go.mod +++ b/service/freetier/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/freetier go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/freetier/go.sum b/service/freetier/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/freetier/go.sum +++ b/service/freetier/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/freetier/go_module_metadata.go b/service/freetier/go_module_metadata.go index 63e80560075..4bbaf4e1032 100644 --- a/service/freetier/go_module_metadata.go +++ b/service/freetier/go_module_metadata.go @@ -3,4 +3,4 @@ package freetier // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.7.11" +const goModuleVersion = "1.7.12" diff --git a/service/fsx/CHANGELOG.md b/service/fsx/CHANGELOG.md index c36a55ca536..74e446a51c5 100644 --- a/service/fsx/CHANGELOG.md +++ b/service/fsx/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.51.6 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.51.5 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/fsx/go.mod b/service/fsx/go.mod index 0cd897b70c5..38ffc1923c1 100644 --- a/service/fsx/go.mod +++ b/service/fsx/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/fsx go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/fsx/go.sum b/service/fsx/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/fsx/go.sum +++ b/service/fsx/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/fsx/go_module_metadata.go b/service/fsx/go_module_metadata.go index 81e4d6c0993..e4816e90083 100644 --- a/service/fsx/go_module_metadata.go +++ b/service/fsx/go_module_metadata.go @@ -3,4 +3,4 @@ package fsx // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.51.5" +const goModuleVersion = "1.51.6" diff --git a/service/gamelift/CHANGELOG.md b/service/gamelift/CHANGELOG.md index 8600d2f7f9a..23ac202ca52 100644 --- a/service/gamelift/CHANGELOG.md +++ b/service/gamelift/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.39.3 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.39.2 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/gamelift/go.mod b/service/gamelift/go.mod index b5021c45256..76e2d6aa854 100644 --- a/service/gamelift/go.mod +++ b/service/gamelift/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/gamelift go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/gamelift/go.sum b/service/gamelift/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/gamelift/go.sum +++ b/service/gamelift/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/gamelift/go_module_metadata.go b/service/gamelift/go_module_metadata.go index 5d1f1e38a78..7ea1d4f0a0a 100644 --- a/service/gamelift/go_module_metadata.go +++ b/service/gamelift/go_module_metadata.go @@ -3,4 +3,4 @@ package gamelift // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.39.2" +const goModuleVersion = "1.39.3" diff --git a/service/geomaps/CHANGELOG.md b/service/geomaps/CHANGELOG.md index 0c598d0ae4e..ada4cd8a7c2 100644 --- a/service/geomaps/CHANGELOG.md +++ b/service/geomaps/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.0.9 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.0.8 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/geomaps/go.mod b/service/geomaps/go.mod index f259dfeb9a9..27032518580 100644 --- a/service/geomaps/go.mod +++ b/service/geomaps/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/geomaps go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/geomaps/go.sum b/service/geomaps/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/geomaps/go.sum +++ b/service/geomaps/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/geomaps/go_module_metadata.go b/service/geomaps/go_module_metadata.go index 4a65c48f4aa..592341d34da 100644 --- a/service/geomaps/go_module_metadata.go +++ b/service/geomaps/go_module_metadata.go @@ -3,4 +3,4 @@ package geomaps // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.0.8" +const goModuleVersion = "1.0.9" diff --git a/service/geoplaces/CHANGELOG.md b/service/geoplaces/CHANGELOG.md index 04aa19eba3a..2a67f4a1eb8 100644 --- a/service/geoplaces/CHANGELOG.md +++ b/service/geoplaces/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.0.9 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.0.8 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/geoplaces/go.mod b/service/geoplaces/go.mod index 5d587cfd192..92d48002e6f 100644 --- a/service/geoplaces/go.mod +++ b/service/geoplaces/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/geoplaces go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/geoplaces/go.sum b/service/geoplaces/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/geoplaces/go.sum +++ b/service/geoplaces/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/geoplaces/go_module_metadata.go b/service/geoplaces/go_module_metadata.go index 3360d850311..904ed89a41a 100644 --- a/service/geoplaces/go_module_metadata.go +++ b/service/geoplaces/go_module_metadata.go @@ -3,4 +3,4 @@ package geoplaces // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.0.8" +const goModuleVersion = "1.0.9" diff --git a/service/georoutes/CHANGELOG.md b/service/georoutes/CHANGELOG.md index 594c0c3a31d..7b4d91f5565 100644 --- a/service/georoutes/CHANGELOG.md +++ b/service/georoutes/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.0.9 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.0.8 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/georoutes/go.mod b/service/georoutes/go.mod index 9e12c129b45..93ee8f127d7 100644 --- a/service/georoutes/go.mod +++ b/service/georoutes/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/georoutes go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/georoutes/go.sum b/service/georoutes/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/georoutes/go.sum +++ b/service/georoutes/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/georoutes/go_module_metadata.go b/service/georoutes/go_module_metadata.go index a5324dbd2a7..c07c5366a10 100644 --- a/service/georoutes/go_module_metadata.go +++ b/service/georoutes/go_module_metadata.go @@ -3,4 +3,4 @@ package georoutes // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.0.8" +const goModuleVersion = "1.0.9" diff --git a/service/glacier/CHANGELOG.md b/service/glacier/CHANGELOG.md index b5dc940752e..c125e7b4b22 100644 --- a/service/glacier/CHANGELOG.md +++ b/service/glacier/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.26.13 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.26.12 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/glacier/go.mod b/service/glacier/go.mod index 1b2cb9219c5..717442799da 100644 --- a/service/glacier/go.mod +++ b/service/glacier/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/glacier go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/glacier/go.sum b/service/glacier/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/glacier/go.sum +++ b/service/glacier/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/glacier/go_module_metadata.go b/service/glacier/go_module_metadata.go index 503e5d64bfe..8746304021d 100644 --- a/service/glacier/go_module_metadata.go +++ b/service/glacier/go_module_metadata.go @@ -3,4 +3,4 @@ package glacier // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.26.12" +const goModuleVersion = "1.26.13" diff --git a/service/globalaccelerator/CHANGELOG.md b/service/globalaccelerator/CHANGELOG.md index 8f0630d494c..f82f271a31a 100644 --- a/service/globalaccelerator/CHANGELOG.md +++ b/service/globalaccelerator/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.29.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.29.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/globalaccelerator/go.mod b/service/globalaccelerator/go.mod index aa8259dd409..1045d7e4ee9 100644 --- a/service/globalaccelerator/go.mod +++ b/service/globalaccelerator/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/globalaccelerator go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/globalaccelerator/go.sum b/service/globalaccelerator/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/globalaccelerator/go.sum +++ b/service/globalaccelerator/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/globalaccelerator/go_module_metadata.go b/service/globalaccelerator/go_module_metadata.go index ce3abf3931a..70399ef8563 100644 --- a/service/globalaccelerator/go_module_metadata.go +++ b/service/globalaccelerator/go_module_metadata.go @@ -3,4 +3,4 @@ package globalaccelerator // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.29.11" +const goModuleVersion = "1.29.12" diff --git a/service/glue/CHANGELOG.md b/service/glue/CHANGELOG.md index babcfa876f1..ab680ec458a 100644 --- a/service/glue/CHANGELOG.md +++ b/service/glue/CHANGELOG.md @@ -1,3 +1,12 @@ +# v1.105.5 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + +# v1.105.4 (2025-01-22) + +* **Documentation**: Docs Update for timeout changes + # v1.105.3 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/glue/api_op_CreateJob.go b/service/glue/api_op_CreateJob.go index f7e1eaafb38..02d51b10fe9 100644 --- a/service/glue/api_op_CreateJob.go +++ b/service/glue/api_op_CreateJob.go @@ -207,13 +207,19 @@ type CreateJobInput struct { Tags map[string]string // The job timeout in minutes. This is the maximum time that a job run can consume - // resources before it is terminated and enters TIMEOUT status. The default is - // 2,880 minutes (48 hours) for batch jobs. + // resources before it is terminated and enters TIMEOUT status. // - // Streaming jobs must have timeout values less than 7 days or 10080 minutes. When - // the value is left blank, the job will be restarted after 7 days based if you - // have not setup a maintenance window. If you have setup maintenance window, it - // will be restarted during the maintenance window after 7 days. + // Jobs must have timeout values less than 7 days or 10080 minutes. Otherwise, the + // jobs will throw an exception. + // + // When the value is left blank, the timeout is defaulted to 2880 minutes. + // + // Any existing Glue jobs that had a timeout value greater than 7 days will be + // defaulted to 7 days. For instance if you have specified a timeout of 20 days for + // a batch job, it will be stopped on the 7th day. + // + // For streaming jobs, if you have set up a maintenance window, it will be + // restarted during the maintenance window after 7 days. Timeout *int32 // The type of predefined worker that is allocated when a job runs. Accepts a diff --git a/service/glue/api_op_CreateSession.go b/service/glue/api_op_CreateSession.go index 4299b5ad7dc..13007510b81 100644 --- a/service/glue/api_op_CreateSession.go +++ b/service/glue/api_op_CreateSession.go @@ -80,8 +80,7 @@ type CreateSessionInput struct { Tags map[string]string // The number of minutes before session times out. Default for Spark ETL jobs is - // 48 hours (2880 minutes), the maximum session lifetime for this job type. Consult - // the documentation for other job types. + // 48 hours (2880 minutes). Consult the documentation for other job types. Timeout *int32 // The type of predefined worker that is allocated when a job runs. Accepts a diff --git a/service/glue/api_op_StartJobRun.go b/service/glue/api_op_StartJobRun.go index d0dbdddb5f6..359d1bd54b3 100644 --- a/service/glue/api_op_StartJobRun.go +++ b/service/glue/api_op_StartJobRun.go @@ -138,6 +138,9 @@ type StartJobRunInput struct { // Any existing Glue jobs that had a timeout value greater than 7 days will be // defaulted to 7 days. For instance if you have specified a timeout of 20 days for // a batch job, it will be stopped on the 7th day. + // + // For streaming jobs, if you have set up a maintenance window, it will be + // restarted during the maintenance window after 7 days. Timeout *int32 // The type of predefined worker that is allocated when a job runs. Accepts a diff --git a/service/glue/go.mod b/service/glue/go.mod index af73ec48141..f20957ac298 100644 --- a/service/glue/go.mod +++ b/service/glue/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/glue go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/glue/go.sum b/service/glue/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/glue/go.sum +++ b/service/glue/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/glue/go_module_metadata.go b/service/glue/go_module_metadata.go index beb6dd884b5..a3dba6c7072 100644 --- a/service/glue/go_module_metadata.go +++ b/service/glue/go_module_metadata.go @@ -3,4 +3,4 @@ package glue // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.105.3" +const goModuleVersion = "1.105.5" diff --git a/service/glue/types/types.go b/service/glue/types/types.go index 9bd37dc61c1..5b3a9a482b2 100644 --- a/service/glue/types/types.go +++ b/service/glue/types/types.go @@ -39,9 +39,20 @@ type Action struct { SecurityConfiguration *string // The JobRun timeout in minutes. This is the maximum time that a job run can - // consume resources before it is terminated and enters TIMEOUT status. The - // default is 2,880 minutes (48 hours). This overrides the timeout value set in the - // parent job. + // consume resources before it is terminated and enters TIMEOUT status. This + // overrides the timeout value set in the parent job. + // + // Jobs must have timeout values less than 7 days or 10080 minutes. Otherwise, the + // jobs will throw an exception. + // + // When the value is left blank, the timeout is defaulted to 2880 minutes. + // + // Any existing Glue jobs that had a timeout value greater than 7 days will be + // defaulted to 7 days. For instance if you have specified a timeout of 20 days for + // a batch job, it will be stopped on the 7th day. + // + // For streaming jobs, if you have set up a maintenance window, it will be + // restarted during the maintenance window after 7 days. Timeout *int32 noSmithyDocumentSerde @@ -5398,13 +5409,19 @@ type Job struct { SourceControlDetails *SourceControlDetails // The job timeout in minutes. This is the maximum time that a job run can consume - // resources before it is terminated and enters TIMEOUT status. The default is - // 2,880 minutes (48 hours) for batch jobs. + // resources before it is terminated and enters TIMEOUT status. + // + // Jobs must have timeout values less than 7 days or 10080 minutes. Otherwise, the + // jobs will throw an exception. + // + // When the value is left blank, the timeout is defaulted to 2880 minutes. + // + // Any existing Glue jobs that had a timeout value greater than 7 days will be + // defaulted to 7 days. For instance if you have specified a timeout of 20 days for + // a batch job, it will be stopped on the 7th day. // - // Streaming jobs must have timeout values less than 7 days or 10080 minutes. When - // the value is left blank, the job will be restarted after 7 days based if you - // have not setup a maintenance window. If you have setup maintenance window, it - // will be restarted during the maintenance window after 7 days. + // For streaming jobs, if you have set up a maintenance window, it will be + // restarted during the maintenance window after 7 days. Timeout *int32 // The type of predefined worker that is allocated when a job runs. Accepts a @@ -5731,6 +5748,9 @@ type JobRun struct { // Any existing Glue jobs that had a timeout value greater than 7 days will be // defaulted to 7 days. For instance if you have specified a timeout of 20 days for // a batch job, it will be stopped on the 7th day. + // + // For streaming jobs, if you have set up a maintenance window, it will be + // restarted during the maintenance window after 7 days. Timeout *int32 // The name of the trigger that started this job run. @@ -5947,13 +5967,19 @@ type JobUpdate struct { SourceControlDetails *SourceControlDetails // The job timeout in minutes. This is the maximum time that a job run can consume - // resources before it is terminated and enters TIMEOUT status. The default is - // 2,880 minutes (48 hours) for batch jobs. + // resources before it is terminated and enters TIMEOUT status. + // + // Jobs must have timeout values less than 7 days or 10080 minutes. Otherwise, the + // jobs will throw an exception. + // + // When the value is left blank, the timeout is defaulted to 2880 minutes. + // + // Any existing Glue jobs that had a timeout value greater than 7 days will be + // defaulted to 7 days. For instance if you have specified a timeout of 20 days for + // a batch job, it will be stopped on the 7th day. // - // Streaming jobs must have timeout values less than 7 days or 10080 minutes. When - // the value is left blank, the job will be restarted after 7 days based if you - // have not setup a maintenance window. If you have setup maintenance window, it - // will be restarted during the maintenance window after 7 days. + // For streaming jobs, if you have set up a maintenance window, it will be + // restarted during the maintenance window after 7 days. Timeout *int32 // The type of predefined worker that is allocated when a job runs. Accepts a diff --git a/service/grafana/CHANGELOG.md b/service/grafana/CHANGELOG.md index e91f6604e56..f04cab4d7ad 100644 --- a/service/grafana/CHANGELOG.md +++ b/service/grafana/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.26.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.26.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/grafana/go.mod b/service/grafana/go.mod index e26dc2afd99..259fd88d41f 100644 --- a/service/grafana/go.mod +++ b/service/grafana/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/grafana go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/grafana/go.sum b/service/grafana/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/grafana/go.sum +++ b/service/grafana/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/grafana/go_module_metadata.go b/service/grafana/go_module_metadata.go index 68e54d628b2..ee9efc3d7e7 100644 --- a/service/grafana/go_module_metadata.go +++ b/service/grafana/go_module_metadata.go @@ -3,4 +3,4 @@ package grafana // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.26.11" +const goModuleVersion = "1.26.12" diff --git a/service/greengrass/CHANGELOG.md b/service/greengrass/CHANGELOG.md index ecca8b4531c..c503096cc2b 100644 --- a/service/greengrass/CHANGELOG.md +++ b/service/greengrass/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.27.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.27.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/greengrass/go.mod b/service/greengrass/go.mod index 38791d99749..899997a47ec 100644 --- a/service/greengrass/go.mod +++ b/service/greengrass/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/greengrass go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/greengrass/go.sum b/service/greengrass/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/greengrass/go.sum +++ b/service/greengrass/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/greengrass/go_module_metadata.go b/service/greengrass/go_module_metadata.go index 5e9d8c97fe4..24e8d4b5716 100644 --- a/service/greengrass/go_module_metadata.go +++ b/service/greengrass/go_module_metadata.go @@ -3,4 +3,4 @@ package greengrass // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.27.11" +const goModuleVersion = "1.27.12" diff --git a/service/greengrassv2/CHANGELOG.md b/service/greengrassv2/CHANGELOG.md index 6b0829dca29..29849f9e6db 100644 --- a/service/greengrassv2/CHANGELOG.md +++ b/service/greengrassv2/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.36.5 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.36.4 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/greengrassv2/go.mod b/service/greengrassv2/go.mod index 76fd7954ed0..11a72517b82 100644 --- a/service/greengrassv2/go.mod +++ b/service/greengrassv2/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/greengrassv2 go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/greengrassv2/go.sum b/service/greengrassv2/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/greengrassv2/go.sum +++ b/service/greengrassv2/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/greengrassv2/go_module_metadata.go b/service/greengrassv2/go_module_metadata.go index cbe3a477035..904bfde17c8 100644 --- a/service/greengrassv2/go_module_metadata.go +++ b/service/greengrassv2/go_module_metadata.go @@ -3,4 +3,4 @@ package greengrassv2 // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.36.4" +const goModuleVersion = "1.36.5" diff --git a/service/groundstation/CHANGELOG.md b/service/groundstation/CHANGELOG.md index ec7e452d58b..031be38860b 100644 --- a/service/groundstation/CHANGELOG.md +++ b/service/groundstation/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.31.13 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.31.12 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/groundstation/go.mod b/service/groundstation/go.mod index be3b9938348..4c75298be21 100644 --- a/service/groundstation/go.mod +++ b/service/groundstation/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/groundstation go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/groundstation/go.sum b/service/groundstation/go.sum index aa7eb14ff92..3df7c5c8b09 100644 --- a/service/groundstation/go.sum +++ b/service/groundstation/go.sum @@ -1,5 +1,5 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/jmespath/go-jmespath v0.4.0 h1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9YPoQUg= diff --git a/service/groundstation/go_module_metadata.go b/service/groundstation/go_module_metadata.go index 86a3d61117a..1b35798c87a 100644 --- a/service/groundstation/go_module_metadata.go +++ b/service/groundstation/go_module_metadata.go @@ -3,4 +3,4 @@ package groundstation // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.31.12" +const goModuleVersion = "1.31.13" diff --git a/service/guardduty/CHANGELOG.md b/service/guardduty/CHANGELOG.md index fd7e3f08d60..b9fadde7395 100644 --- a/service/guardduty/CHANGELOG.md +++ b/service/guardduty/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.52.6 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.52.5 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/guardduty/go.mod b/service/guardduty/go.mod index 4a5fe085ca3..89e248c3f49 100644 --- a/service/guardduty/go.mod +++ b/service/guardduty/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/guardduty go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/guardduty/go.sum b/service/guardduty/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/guardduty/go.sum +++ b/service/guardduty/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/guardduty/go_module_metadata.go b/service/guardduty/go_module_metadata.go index e9bcacc4a23..5e0d8e568f8 100644 --- a/service/guardduty/go_module_metadata.go +++ b/service/guardduty/go_module_metadata.go @@ -3,4 +3,4 @@ package guardduty // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.52.5" +const goModuleVersion = "1.52.6" diff --git a/service/health/CHANGELOG.md b/service/health/CHANGELOG.md index 5ca2184a51f..0ae77c15059 100644 --- a/service/health/CHANGELOG.md +++ b/service/health/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.29.6 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.29.5 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/health/go.mod b/service/health/go.mod index f07a56351ec..6f518bde53a 100644 --- a/service/health/go.mod +++ b/service/health/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/health go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/health/go.sum b/service/health/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/health/go.sum +++ b/service/health/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/health/go_module_metadata.go b/service/health/go_module_metadata.go index c62d260befe..6afccf45a27 100644 --- a/service/health/go_module_metadata.go +++ b/service/health/go_module_metadata.go @@ -3,4 +3,4 @@ package health // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.29.5" +const goModuleVersion = "1.29.6" diff --git a/service/healthlake/CHANGELOG.md b/service/healthlake/CHANGELOG.md index fd44a13ce92..3071a9fadf3 100644 --- a/service/healthlake/CHANGELOG.md +++ b/service/healthlake/CHANGELOG.md @@ -1,3 +1,9 @@ +# v1.29.0 (2025-01-24) + +* **Feature**: Added new authorization strategy value 'SMART_ON_FHIR' for CreateFHIRDatastore API to support Smart App 2.0 +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.28.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/healthlake/api_op_StartFHIRExportJob.go b/service/healthlake/api_op_StartFHIRExportJob.go index 03fd9cd3557..a5777d09b59 100644 --- a/service/healthlake/api_op_StartFHIRExportJob.go +++ b/service/healthlake/api_op_StartFHIRExportJob.go @@ -29,11 +29,6 @@ func (c *Client) StartFHIRExportJob(ctx context.Context, params *StartFHIRExport type StartFHIRExportJobInput struct { - // An optional user provided token used for ensuring idempotency. - // - // This member is required. - ClientToken *string - // The Amazon Resource Name used during the initiation of the job. // // This member is required. @@ -50,6 +45,9 @@ type StartFHIRExportJobInput struct { // This member is required. OutputDataConfig types.OutputDataConfig + // An optional user provided token used for ensuring idempotency. + ClientToken *string + // The user generated name for an export job. JobName *string diff --git a/service/healthlake/api_op_StartFHIRImportJob.go b/service/healthlake/api_op_StartFHIRImportJob.go index 832b719bf48..752ec350943 100644 --- a/service/healthlake/api_op_StartFHIRImportJob.go +++ b/service/healthlake/api_op_StartFHIRImportJob.go @@ -29,11 +29,6 @@ func (c *Client) StartFHIRImportJob(ctx context.Context, params *StartFHIRImport type StartFHIRImportJobInput struct { - // Optional user provided token used for ensuring idempotency. - // - // This member is required. - ClientToken *string - // The Amazon Resource Name (ARN) that gives AWS HealthLake access permission. // // This member is required. @@ -54,6 +49,9 @@ type StartFHIRImportJobInput struct { // This member is required. JobOutputDataConfig types.OutputDataConfig + // Optional user provided token used for ensuring idempotency. + ClientToken *string + // The name of the FHIR Import job in the StartFHIRImport job request. JobName *string diff --git a/service/healthlake/go.mod b/service/healthlake/go.mod index 8e7046f8ae8..52187be80f2 100644 --- a/service/healthlake/go.mod +++ b/service/healthlake/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/healthlake go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/healthlake/go.sum b/service/healthlake/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/healthlake/go.sum +++ b/service/healthlake/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/healthlake/go_module_metadata.go b/service/healthlake/go_module_metadata.go index 3a6fa6c58e3..83a6c4f4bc3 100644 --- a/service/healthlake/go_module_metadata.go +++ b/service/healthlake/go_module_metadata.go @@ -3,4 +3,4 @@ package healthlake // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.28.11" +const goModuleVersion = "1.29.0" diff --git a/service/healthlake/types/enums.go b/service/healthlake/types/enums.go index 4ba7f5ad9f5..16d563be6af 100644 --- a/service/healthlake/types/enums.go +++ b/service/healthlake/types/enums.go @@ -6,8 +6,9 @@ type AuthorizationStrategy string // Enum values for AuthorizationStrategy const ( - AuthorizationStrategySmartv1 AuthorizationStrategy = "SMART_ON_FHIR_V1" - AuthorizationStrategyAwsAuth AuthorizationStrategy = "AWS_AUTH" + AuthorizationStrategySmartv1 AuthorizationStrategy = "SMART_ON_FHIR_V1" + AuthorizationStrategySmartOnFhir AuthorizationStrategy = "SMART_ON_FHIR" + AuthorizationStrategyAwsAuth AuthorizationStrategy = "AWS_AUTH" ) // Values returns all known values for AuthorizationStrategy. Note that this can @@ -17,6 +18,7 @@ const ( func (AuthorizationStrategy) Values() []AuthorizationStrategy { return []AuthorizationStrategy{ "SMART_ON_FHIR_V1", + "SMART_ON_FHIR", "AWS_AUTH", } } @@ -106,6 +108,7 @@ type JobStatus string // Enum values for JobStatus const ( JobStatusSubmitted JobStatus = "SUBMITTED" + JobStatusQueued JobStatus = "QUEUED" JobStatusInProgress JobStatus = "IN_PROGRESS" JobStatusCompletedWithErrors JobStatus = "COMPLETED_WITH_ERRORS" JobStatusCompleted JobStatus = "COMPLETED" @@ -123,6 +126,7 @@ const ( func (JobStatus) Values() []JobStatus { return []JobStatus{ "SUBMITTED", + "QUEUED", "IN_PROGRESS", "COMPLETED_WITH_ERRORS", "COMPLETED", diff --git a/service/healthlake/validators.go b/service/healthlake/validators.go index a2ed431058c..20ded0babe7 100644 --- a/service/healthlake/validators.go +++ b/service/healthlake/validators.go @@ -598,9 +598,6 @@ func validateOpStartFHIRExportJobInput(v *StartFHIRExportJobInput) error { if v.DataAccessRoleArn == nil { invalidParams.Add(smithy.NewErrParamRequired("DataAccessRoleArn")) } - if v.ClientToken == nil { - invalidParams.Add(smithy.NewErrParamRequired("ClientToken")) - } if invalidParams.Len() > 0 { return invalidParams } else { @@ -629,9 +626,6 @@ func validateOpStartFHIRImportJobInput(v *StartFHIRImportJobInput) error { if v.DataAccessRoleArn == nil { invalidParams.Add(smithy.NewErrParamRequired("DataAccessRoleArn")) } - if v.ClientToken == nil { - invalidParams.Add(smithy.NewErrParamRequired("ClientToken")) - } if invalidParams.Len() > 0 { return invalidParams } else { diff --git a/service/iam/CHANGELOG.md b/service/iam/CHANGELOG.md index 5efb7cd2bc5..96425270252 100644 --- a/service/iam/CHANGELOG.md +++ b/service/iam/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.38.8 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.38.7 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/iam/go.mod b/service/iam/go.mod index d427652bee0..d661f05aa44 100644 --- a/service/iam/go.mod +++ b/service/iam/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/iam go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/iam/go.sum b/service/iam/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/iam/go.sum +++ b/service/iam/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/iam/go_module_metadata.go b/service/iam/go_module_metadata.go index 5123637f5d9..0835f444d6d 100644 --- a/service/iam/go_module_metadata.go +++ b/service/iam/go_module_metadata.go @@ -3,4 +3,4 @@ package iam // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.38.7" +const goModuleVersion = "1.38.8" diff --git a/service/identitystore/CHANGELOG.md b/service/identitystore/CHANGELOG.md index 20063972fd4..aa38779f346 100644 --- a/service/identitystore/CHANGELOG.md +++ b/service/identitystore/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.27.13 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.27.12 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/identitystore/go.mod b/service/identitystore/go.mod index be518dd1398..8994c9f52c2 100644 --- a/service/identitystore/go.mod +++ b/service/identitystore/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/identitystore go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/identitystore/go.sum b/service/identitystore/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/identitystore/go.sum +++ b/service/identitystore/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/identitystore/go_module_metadata.go b/service/identitystore/go_module_metadata.go index 99a0c45e1b2..c4a8fe10409 100644 --- a/service/identitystore/go_module_metadata.go +++ b/service/identitystore/go_module_metadata.go @@ -3,4 +3,4 @@ package identitystore // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.27.12" +const goModuleVersion = "1.27.13" diff --git a/service/imagebuilder/CHANGELOG.md b/service/imagebuilder/CHANGELOG.md index 85bd0660db0..a032680d806 100644 --- a/service/imagebuilder/CHANGELOG.md +++ b/service/imagebuilder/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.40.4 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.40.3 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/imagebuilder/go.mod b/service/imagebuilder/go.mod index c43d218c84d..82f0796b747 100644 --- a/service/imagebuilder/go.mod +++ b/service/imagebuilder/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/imagebuilder go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/imagebuilder/go.sum b/service/imagebuilder/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/imagebuilder/go.sum +++ b/service/imagebuilder/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/imagebuilder/go_module_metadata.go b/service/imagebuilder/go_module_metadata.go index 3b483af7030..09668cd0443 100644 --- a/service/imagebuilder/go_module_metadata.go +++ b/service/imagebuilder/go_module_metadata.go @@ -3,4 +3,4 @@ package imagebuilder // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.40.3" +const goModuleVersion = "1.40.4" diff --git a/service/inspector/CHANGELOG.md b/service/inspector/CHANGELOG.md index 49c37f7fa4f..29da9ab5e58 100644 --- a/service/inspector/CHANGELOG.md +++ b/service/inspector/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.25.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.25.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/inspector/go.mod b/service/inspector/go.mod index 6ce64349b96..5837552c202 100644 --- a/service/inspector/go.mod +++ b/service/inspector/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/inspector go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/inspector/go.sum b/service/inspector/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/inspector/go.sum +++ b/service/inspector/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/inspector/go_module_metadata.go b/service/inspector/go_module_metadata.go index 1a25856b0bb..daca05e3c0f 100644 --- a/service/inspector/go_module_metadata.go +++ b/service/inspector/go_module_metadata.go @@ -3,4 +3,4 @@ package inspector // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.25.11" +const goModuleVersion = "1.25.12" diff --git a/service/inspector2/CHANGELOG.md b/service/inspector2/CHANGELOG.md index f79cf68d7b6..0b0bac65510 100644 --- a/service/inspector2/CHANGELOG.md +++ b/service/inspector2/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.34.6 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.34.5 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/inspector2/go.mod b/service/inspector2/go.mod index dd7979a5cbb..20126589bf2 100644 --- a/service/inspector2/go.mod +++ b/service/inspector2/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/inspector2 go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/inspector2/go.sum b/service/inspector2/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/inspector2/go.sum +++ b/service/inspector2/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/inspector2/go_module_metadata.go b/service/inspector2/go_module_metadata.go index b3fe4ca45cb..d667fdfb5ca 100644 --- a/service/inspector2/go_module_metadata.go +++ b/service/inspector2/go_module_metadata.go @@ -3,4 +3,4 @@ package inspector2 // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.34.5" +const goModuleVersion = "1.34.6" diff --git a/service/inspectorscan/CHANGELOG.md b/service/inspectorscan/CHANGELOG.md index 8285fa0459d..15ced966d92 100644 --- a/service/inspectorscan/CHANGELOG.md +++ b/service/inspectorscan/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.7.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.7.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/inspectorscan/go.mod b/service/inspectorscan/go.mod index ace9d8b4936..8f817186278 100644 --- a/service/inspectorscan/go.mod +++ b/service/inspectorscan/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/inspectorscan go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/inspectorscan/go.sum b/service/inspectorscan/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/inspectorscan/go.sum +++ b/service/inspectorscan/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/inspectorscan/go_module_metadata.go b/service/inspectorscan/go_module_metadata.go index 3c49fbe74b9..74265c2851e 100644 --- a/service/inspectorscan/go_module_metadata.go +++ b/service/inspectorscan/go_module_metadata.go @@ -3,4 +3,4 @@ package inspectorscan // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.7.11" +const goModuleVersion = "1.7.12" diff --git a/service/internal/accept-encoding/CHANGELOG.md b/service/internal/accept-encoding/CHANGELOG.md index 8ab28d3a987..ef78753a923 100644 --- a/service/internal/accept-encoding/CHANGELOG.md +++ b/service/internal/accept-encoding/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.2 (2025-01-24) + +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.12.1 (2024-11-18) * **Dependency Update**: Update to smithy-go v1.22.1. diff --git a/service/internal/accept-encoding/go.mod b/service/internal/accept-encoding/go.mod index e9bcdb84fa5..15e473c8bc6 100644 --- a/service/internal/accept-encoding/go.mod +++ b/service/internal/accept-encoding/go.mod @@ -2,4 +2,4 @@ module github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding go 1.21 -require github.com/aws/smithy-go v1.22.1 +require github.com/aws/smithy-go v1.22.2 diff --git a/service/internal/accept-encoding/go.sum b/service/internal/accept-encoding/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/internal/accept-encoding/go.sum +++ b/service/internal/accept-encoding/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/internal/accept-encoding/go_module_metadata.go b/service/internal/accept-encoding/go_module_metadata.go index 1514acbe346..cbf79b401da 100644 --- a/service/internal/accept-encoding/go_module_metadata.go +++ b/service/internal/accept-encoding/go_module_metadata.go @@ -3,4 +3,4 @@ package acceptencoding // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.12.1" +const goModuleVersion = "1.12.2" diff --git a/service/internal/benchmark/go.mod b/service/internal/benchmark/go.mod index 7969244ae52..40baf5abbf5 100644 --- a/service/internal/benchmark/go.mod +++ b/service/internal/benchmark/go.mod @@ -4,24 +4,24 @@ go 1.21 require ( github.com/aws/aws-sdk-go v1.44.28 - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/service/dynamodb v1.39.5 - github.com/aws/aws-sdk-go-v2/service/lexruntimeservice v1.24.11 - github.com/aws/aws-sdk-go-v2/service/s3 v1.73.2 - github.com/aws/aws-sdk-go-v2/service/schemas v1.28.13 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/service/dynamodb v1.39.6 + github.com/aws/aws-sdk-go-v2/service/lexruntimeservice v1.24.12 + github.com/aws/aws-sdk-go-v2/service/s3 v1.74.1 + github.com/aws/aws-sdk-go-v2/service/schemas v1.28.14 + github.com/aws/smithy-go v1.22.2 ) require ( - github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.7 // indirect - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 // indirect - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 // indirect - github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.28 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.1 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.5.2 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.10.9 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.9 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.9 // indirect + github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.8 // indirect + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 // indirect + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 // indirect + github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.29 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.2 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.5.3 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.10.10 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.10 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.10 // indirect github.com/jmespath/go-jmespath v0.4.0 // indirect ) diff --git a/service/internal/benchmark/go.sum b/service/internal/benchmark/go.sum index bd48474a005..79d0d311b8d 100644 --- a/service/internal/benchmark/go.sum +++ b/service/internal/benchmark/go.sum @@ -1,7 +1,7 @@ github.com/aws/aws-sdk-go v1.44.28 h1:h/OAqEqY18wq//v6h4GNPMmCkxuzSDrWuGyrvSiRqf4= github.com/aws/aws-sdk-go v1.44.28/go.mod h1:y4AeaBuwd2Lk+GepC1E9v0qOiTws0MIWAX4oIKwKHZo= -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/jmespath/go-jmespath v0.4.0 h1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9YPoQUg= diff --git a/service/internal/checksum/CHANGELOG.md b/service/internal/checksum/CHANGELOG.md index b3d10fc4b4f..0a2fedd56a5 100644 --- a/service/internal/checksum/CHANGELOG.md +++ b/service/internal/checksum/CHANGELOG.md @@ -1,3 +1,9 @@ +# v1.5.3 (2025-01-24) + +* **Bug Fix**: Enable request checksum validation mode by default +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.5.2 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/internal/checksum/go.mod b/service/internal/checksum/go.mod index c807083e97c..de0ad002b26 100644 --- a/service/internal/checksum/go.mod +++ b/service/internal/checksum/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/internal/checksum go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.9 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.10 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../../ diff --git a/service/internal/checksum/go.sum b/service/internal/checksum/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/internal/checksum/go.sum +++ b/service/internal/checksum/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/internal/checksum/go_module_metadata.go b/service/internal/checksum/go_module_metadata.go index 4c0b2e5328d..929b7242a6e 100644 --- a/service/internal/checksum/go_module_metadata.go +++ b/service/internal/checksum/go_module_metadata.go @@ -3,4 +3,4 @@ package checksum // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.5.2" +const goModuleVersion = "1.5.3" diff --git a/service/internal/checksum/middleware_add.go b/service/internal/checksum/middleware_add.go index fbb094ab635..274d649fb53 100644 --- a/service/internal/checksum/middleware_add.go +++ b/service/internal/checksum/middleware_add.go @@ -113,6 +113,9 @@ type OutputMiddlewareOptions struct { // mode and true, or false if no mode is specified. GetValidationMode func(interface{}) (string, bool) + // SetValidationMode is a function to set the checksum validation mode of input parameters + SetValidationMode func(interface{}, string) + // ResponseChecksumValidation is the user config to opt-in/out response checksum validation ResponseChecksumValidation aws.ResponseChecksumValidation @@ -141,6 +144,7 @@ type OutputMiddlewareOptions struct { func AddOutputMiddleware(stack *middleware.Stack, options OutputMiddlewareOptions) error { err := stack.Initialize.Add(&setupOutputContext{ GetValidationMode: options.GetValidationMode, + SetValidationMode: options.SetValidationMode, ResponseChecksumValidation: options.ResponseChecksumValidation, }, middleware.Before) if err != nil { diff --git a/service/internal/checksum/middleware_setup_context.go b/service/internal/checksum/middleware_setup_context.go index 01494abe2cc..3347e88cceb 100644 --- a/service/internal/checksum/middleware_setup_context.go +++ b/service/internal/checksum/middleware_setup_context.go @@ -70,6 +70,9 @@ type setupOutputContext struct { // mode and true, or false if no mode is specified. GetValidationMode func(interface{}) (string, bool) + // SetValidationMode is a function to set the checksum validation mode of input parameters + SetValidationMode func(interface{}, string) + // ResponseChecksumValidation states user config to opt-in/out checksum validation ResponseChecksumValidation aws.ResponseChecksumValidation } @@ -90,6 +93,7 @@ func (m *setupOutputContext) HandleInitialize( mode, _ := m.GetValidationMode(in.Parameters) if m.ResponseChecksumValidation == aws.ResponseChecksumValidationWhenSupported || mode == checksumValidationModeEnabled { + m.SetValidationMode(in.Parameters, checksumValidationModeEnabled) ctx = setContextOutputValidationMode(ctx, checksumValidationModeEnabled) } diff --git a/service/internal/checksum/middleware_setup_context_test.go b/service/internal/checksum/middleware_setup_context_test.go index a3660c63504..66ea3b2e79b 100644 --- a/service/internal/checksum/middleware_setup_context_test.go +++ b/service/internal/checksum/middleware_setup_context_test.go @@ -131,43 +131,66 @@ func TestSetupOutput(t *testing.T) { inputParams interface{} ResponseChecksumValidation aws.ResponseChecksumValidation getValidationMode func(interface{}) (string, bool) - expectValue string + setValidationMode func(interface{}, string) + expectCtxValue string + expectInputValue string }{ "user config support checksum found empty": { ResponseChecksumValidation: aws.ResponseChecksumValidationWhenSupported, - inputParams: Params{Value: ""}, + inputParams: &Params{Value: ""}, getValidationMode: func(v interface{}) (string, bool) { - vv := v.(Params) + vv := v.(*Params) return vv.Value, true }, - expectValue: "ENABLED", + setValidationMode: func(v interface{}, m string) { + vv := v.(*Params) + vv.Value = m + }, + expectCtxValue: "ENABLED", + expectInputValue: "ENABLED", }, "user config support checksum found invalid value": { ResponseChecksumValidation: aws.ResponseChecksumValidationWhenSupported, - inputParams: Params{Value: "abc123"}, + inputParams: &Params{Value: "abc123"}, getValidationMode: func(v interface{}) (string, bool) { - vv := v.(Params) + vv := v.(*Params) return vv.Value, true + }, - expectValue: "ENABLED", + setValidationMode: func(v interface{}, m string) { + vv := v.(*Params) + vv.Value = m + }, + expectCtxValue: "ENABLED", + expectInputValue: "ENABLED", }, "user config require checksum found invalid value": { ResponseChecksumValidation: aws.ResponseChecksumValidationWhenRequired, - inputParams: Params{Value: "abc123"}, + inputParams: &Params{Value: "abc123"}, getValidationMode: func(v interface{}) (string, bool) { - vv := v.(Params) + vv := v.(*Params) return vv.Value, true }, - expectValue: "", + setValidationMode: func(v interface{}, m string) { + vv := v.(*Params) + vv.Value = m + }, + expectCtxValue: "", + expectInputValue: "abc123", }, "user config require checksum found valid value": { ResponseChecksumValidation: aws.ResponseChecksumValidationWhenRequired, - inputParams: Params{Value: "ENABLED"}, + inputParams: &Params{Value: "ENABLED"}, getValidationMode: func(v interface{}) (string, bool) { - vv := v.(Params) + vv := v.(*Params) return vv.Value, true }, - expectValue: "ENABLED", + setValidationMode: func(v interface{}, m string) { + vv := v.(*Params) + vv.Value = m + }, + expectCtxValue: "ENABLED", + expectInputValue: "ENABLED", }, } @@ -175,6 +198,7 @@ func TestSetupOutput(t *testing.T) { t.Run(name, func(t *testing.T) { m := setupOutputContext{ GetValidationMode: c.getValidationMode, + SetValidationMode: c.setValidationMode, ResponseChecksumValidation: c.ResponseChecksumValidation, } @@ -185,8 +209,12 @@ func TestSetupOutput(t *testing.T) { out middleware.InitializeOutput, metadata middleware.Metadata, err error, ) { v := getContextOutputValidationMode(ctx) - if e, a := c.expectValue, v; e != a { - t.Errorf("expect value %v, got %v", e, a) + if e, a := c.expectCtxValue, v; e != a { + t.Errorf("expect ctx checksum validation mode to be %v, got %v", e, a) + } + in := input.Parameters.(*Params) + if e, a := c.expectInputValue, in.Value; e != a { + t.Errorf("expect input checksum validation mode to be %v, got %v", e, a) } return out, metadata, nil diff --git a/service/internal/endpoint-discovery/CHANGELOG.md b/service/internal/endpoint-discovery/CHANGELOG.md index 11ea0f85cbc..5b2f77f64c1 100644 --- a/service/internal/endpoint-discovery/CHANGELOG.md +++ b/service/internal/endpoint-discovery/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.10.10 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.10.9 (2025-01-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/internal/endpoint-discovery/go.mod b/service/internal/endpoint-discovery/go.mod index 4e9699c9e40..e5f26801b0b 100644 --- a/service/internal/endpoint-discovery/go.mod +++ b/service/internal/endpoint-discovery/go.mod @@ -3,8 +3,8 @@ module github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../../ diff --git a/service/internal/endpoint-discovery/go.sum b/service/internal/endpoint-discovery/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/internal/endpoint-discovery/go.sum +++ b/service/internal/endpoint-discovery/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/internal/endpoint-discovery/go_module_metadata.go b/service/internal/endpoint-discovery/go_module_metadata.go index ae0f123c065..5a634edd493 100644 --- a/service/internal/endpoint-discovery/go_module_metadata.go +++ b/service/internal/endpoint-discovery/go_module_metadata.go @@ -3,4 +3,4 @@ package endpointdiscovery // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.10.9" +const goModuleVersion = "1.10.10" diff --git a/service/internal/eventstreamtesting/CHANGELOG.md b/service/internal/eventstreamtesting/CHANGELOG.md index 4e400d48748..21b6f1adb39 100644 --- a/service/internal/eventstreamtesting/CHANGELOG.md +++ b/service/internal/eventstreamtesting/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.5.16 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.5.15 (2025-01-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/internal/eventstreamtesting/go.mod b/service/internal/eventstreamtesting/go.mod index b1cc345b043..d64af68bc01 100644 --- a/service/internal/eventstreamtesting/go.mod +++ b/service/internal/eventstreamtesting/go.mod @@ -3,12 +3,12 @@ module github.com/aws/aws-sdk-go-v2/service/internal/eventstreamtesting go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.7 - github.com/aws/aws-sdk-go-v2/credentials v1.17.54 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.8 + github.com/aws/aws-sdk-go-v2/credentials v1.17.55 ) -require github.com/aws/smithy-go v1.22.1 // indirect +require github.com/aws/smithy-go v1.22.2 // indirect replace github.com/aws/aws-sdk-go-v2 => ../../../ diff --git a/service/internal/eventstreamtesting/go.sum b/service/internal/eventstreamtesting/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/internal/eventstreamtesting/go.sum +++ b/service/internal/eventstreamtesting/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/internal/eventstreamtesting/go_module_metadata.go b/service/internal/eventstreamtesting/go_module_metadata.go index 1cc42250c0f..9cbe6439112 100644 --- a/service/internal/eventstreamtesting/go_module_metadata.go +++ b/service/internal/eventstreamtesting/go_module_metadata.go @@ -3,4 +3,4 @@ package eventstreamtesting // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.5.15" +const goModuleVersion = "1.5.16" diff --git a/service/internal/integrationtest/go.mod b/service/internal/integrationtest/go.mod index 805bee65b92..fd6480afa06 100644 --- a/service/internal/integrationtest/go.mod +++ b/service/internal/integrationtest/go.mod @@ -1,104 +1,104 @@ module github.com/aws/aws-sdk-go-v2/service/internal/integrationtest require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/config v1.29.1 - github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.52 - github.com/aws/aws-sdk-go-v2/service/acm v1.30.13 - github.com/aws/aws-sdk-go-v2/service/apigateway v1.28.7 - github.com/aws/aws-sdk-go-v2/service/applicationautoscaling v1.34.8 - github.com/aws/aws-sdk-go-v2/service/applicationdiscoveryservice v1.29.5 - github.com/aws/aws-sdk-go-v2/service/appstream v1.42.4 - github.com/aws/aws-sdk-go-v2/service/athena v1.49.5 - github.com/aws/aws-sdk-go-v2/service/batch v1.49.6 - github.com/aws/aws-sdk-go-v2/service/cloudformation v1.56.7 - github.com/aws/aws-sdk-go-v2/service/cloudfront v1.44.5 - github.com/aws/aws-sdk-go-v2/service/cloudhsmv2 v1.29.3 - github.com/aws/aws-sdk-go-v2/service/cloudtrail v1.46.9 - github.com/aws/aws-sdk-go-v2/service/cloudwatch v1.43.9 - github.com/aws/aws-sdk-go-v2/service/codebuild v1.50.2 - github.com/aws/aws-sdk-go-v2/service/codecommit v1.27.11 - github.com/aws/aws-sdk-go-v2/service/codedeploy v1.29.13 - github.com/aws/aws-sdk-go-v2/service/codepipeline v1.38.4 - github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider v1.48.6 - github.com/aws/aws-sdk-go-v2/service/configservice v1.51.7 - github.com/aws/aws-sdk-go-v2/service/costandusagereportservice v1.28.11 - github.com/aws/aws-sdk-go-v2/service/databasemigrationservice v1.45.6 - github.com/aws/aws-sdk-go-v2/service/devicefarm v1.28.11 - github.com/aws/aws-sdk-go-v2/service/directconnect v1.30.7 - github.com/aws/aws-sdk-go-v2/service/directoryservice v1.30.12 - github.com/aws/aws-sdk-go-v2/service/docdb v1.40.5 - github.com/aws/aws-sdk-go-v2/service/dynamodb v1.39.5 - github.com/aws/aws-sdk-go-v2/service/ec2 v1.200.0 - github.com/aws/aws-sdk-go-v2/service/ecr v1.38.6 - github.com/aws/aws-sdk-go-v2/service/ecs v1.53.8 - github.com/aws/aws-sdk-go-v2/service/efs v1.34.5 - github.com/aws/aws-sdk-go-v2/service/elasticache v1.44.7 - github.com/aws/aws-sdk-go-v2/service/elasticbeanstalk v1.28.12 - github.com/aws/aws-sdk-go-v2/service/elasticloadbalancing v1.28.12 - github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 v1.43.7 - github.com/aws/aws-sdk-go-v2/service/elasticsearchservice v1.32.13 - github.com/aws/aws-sdk-go-v2/service/emr v1.47.7 - github.com/aws/aws-sdk-go-v2/service/eventbridge v1.36.6 - github.com/aws/aws-sdk-go-v2/service/firehose v1.35.6 - github.com/aws/aws-sdk-go-v2/service/gamelift v1.39.2 - github.com/aws/aws-sdk-go-v2/service/glacier v1.26.12 - github.com/aws/aws-sdk-go-v2/service/glue v1.105.3 - github.com/aws/aws-sdk-go-v2/service/health v1.29.5 - github.com/aws/aws-sdk-go-v2/service/iam v1.38.7 - github.com/aws/aws-sdk-go-v2/service/inspector v1.25.11 - github.com/aws/aws-sdk-go-v2/service/iot v1.62.4 - github.com/aws/aws-sdk-go-v2/service/kinesis v1.32.13 - github.com/aws/aws-sdk-go-v2/service/kms v1.37.13 - github.com/aws/aws-sdk-go-v2/service/lambda v1.69.7 - github.com/aws/aws-sdk-go-v2/service/lightsail v1.42.11 - github.com/aws/aws-sdk-go-v2/service/marketplacecommerceanalytics v1.24.11 - github.com/aws/aws-sdk-go-v2/service/neptune v1.35.12 - github.com/aws/aws-sdk-go-v2/service/pinpointemail v1.23.11 - github.com/aws/aws-sdk-go-v2/service/polly v1.45.12 - github.com/aws/aws-sdk-go-v2/service/rds v1.93.7 - github.com/aws/aws-sdk-go-v2/service/redshift v1.53.7 - github.com/aws/aws-sdk-go-v2/service/rekognition v1.45.13 - github.com/aws/aws-sdk-go-v2/service/route53 v1.48.2 - github.com/aws/aws-sdk-go-v2/service/route53domains v1.28.5 - github.com/aws/aws-sdk-go-v2/service/route53resolver v1.34.8 - github.com/aws/aws-sdk-go-v2/service/s3 v1.73.2 - github.com/aws/aws-sdk-go-v2/service/s3control v1.52.6 - github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.34.13 - github.com/aws/aws-sdk-go-v2/service/servicecatalog v1.32.11 - github.com/aws/aws-sdk-go-v2/service/ses v1.29.6 - github.com/aws/aws-sdk-go-v2/service/sfn v1.34.7 - github.com/aws/aws-sdk-go-v2/service/shield v1.29.11 - github.com/aws/aws-sdk-go-v2/service/snowball v1.30.13 - github.com/aws/aws-sdk-go-v2/service/sns v1.33.13 - github.com/aws/aws-sdk-go-v2/service/sqs v1.37.9 - github.com/aws/aws-sdk-go-v2/service/ssm v1.56.7 - github.com/aws/aws-sdk-go-v2/service/sts v1.33.9 - github.com/aws/aws-sdk-go-v2/service/support v1.26.11 - github.com/aws/aws-sdk-go-v2/service/timestreamwrite v1.29.12 - github.com/aws/aws-sdk-go-v2/service/transcribestreaming v1.22.9 - github.com/aws/aws-sdk-go-v2/service/waf v1.25.11 - github.com/aws/aws-sdk-go-v2/service/wafregional v1.25.11 - github.com/aws/aws-sdk-go-v2/service/wafv2 v1.55.10 - github.com/aws/aws-sdk-go-v2/service/workspaces v1.52.1 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/config v1.29.2 + github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.54 + github.com/aws/aws-sdk-go-v2/service/acm v1.30.14 + github.com/aws/aws-sdk-go-v2/service/apigateway v1.28.8 + github.com/aws/aws-sdk-go-v2/service/applicationautoscaling v1.34.9 + github.com/aws/aws-sdk-go-v2/service/applicationdiscoveryservice v1.29.6 + github.com/aws/aws-sdk-go-v2/service/appstream v1.42.5 + github.com/aws/aws-sdk-go-v2/service/athena v1.49.6 + github.com/aws/aws-sdk-go-v2/service/batch v1.49.8 + github.com/aws/aws-sdk-go-v2/service/cloudformation v1.56.8 + github.com/aws/aws-sdk-go-v2/service/cloudfront v1.44.6 + github.com/aws/aws-sdk-go-v2/service/cloudhsmv2 v1.29.4 + github.com/aws/aws-sdk-go-v2/service/cloudtrail v1.47.0 + github.com/aws/aws-sdk-go-v2/service/cloudwatch v1.43.10 + github.com/aws/aws-sdk-go-v2/service/codebuild v1.50.3 + github.com/aws/aws-sdk-go-v2/service/codecommit v1.27.12 + github.com/aws/aws-sdk-go-v2/service/codedeploy v1.29.14 + github.com/aws/aws-sdk-go-v2/service/codepipeline v1.38.5 + github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider v1.49.1 + github.com/aws/aws-sdk-go-v2/service/configservice v1.51.8 + github.com/aws/aws-sdk-go-v2/service/costandusagereportservice v1.28.12 + github.com/aws/aws-sdk-go-v2/service/databasemigrationservice v1.45.7 + github.com/aws/aws-sdk-go-v2/service/devicefarm v1.28.12 + github.com/aws/aws-sdk-go-v2/service/directconnect v1.30.8 + github.com/aws/aws-sdk-go-v2/service/directoryservice v1.30.13 + github.com/aws/aws-sdk-go-v2/service/docdb v1.40.6 + github.com/aws/aws-sdk-go-v2/service/dynamodb v1.39.6 + github.com/aws/aws-sdk-go-v2/service/ec2 v1.201.1 + github.com/aws/aws-sdk-go-v2/service/ecr v1.38.7 + github.com/aws/aws-sdk-go-v2/service/ecs v1.53.9 + github.com/aws/aws-sdk-go-v2/service/efs v1.34.7 + github.com/aws/aws-sdk-go-v2/service/elasticache v1.44.8 + github.com/aws/aws-sdk-go-v2/service/elasticbeanstalk v1.28.13 + github.com/aws/aws-sdk-go-v2/service/elasticloadbalancing v1.28.13 + github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 v1.43.8 + github.com/aws/aws-sdk-go-v2/service/elasticsearchservice v1.32.14 + github.com/aws/aws-sdk-go-v2/service/emr v1.47.8 + github.com/aws/aws-sdk-go-v2/service/eventbridge v1.36.7 + github.com/aws/aws-sdk-go-v2/service/firehose v1.35.7 + github.com/aws/aws-sdk-go-v2/service/gamelift v1.39.3 + github.com/aws/aws-sdk-go-v2/service/glacier v1.26.13 + github.com/aws/aws-sdk-go-v2/service/glue v1.105.5 + github.com/aws/aws-sdk-go-v2/service/health v1.29.6 + github.com/aws/aws-sdk-go-v2/service/iam v1.38.8 + github.com/aws/aws-sdk-go-v2/service/inspector v1.25.12 + github.com/aws/aws-sdk-go-v2/service/iot v1.62.5 + github.com/aws/aws-sdk-go-v2/service/kinesis v1.32.14 + github.com/aws/aws-sdk-go-v2/service/kms v1.37.14 + github.com/aws/aws-sdk-go-v2/service/lambda v1.69.8 + github.com/aws/aws-sdk-go-v2/service/lightsail v1.42.12 + github.com/aws/aws-sdk-go-v2/service/marketplacecommerceanalytics v1.24.12 + github.com/aws/aws-sdk-go-v2/service/neptune v1.35.13 + github.com/aws/aws-sdk-go-v2/service/pinpointemail v1.23.12 + github.com/aws/aws-sdk-go-v2/service/polly v1.45.13 + github.com/aws/aws-sdk-go-v2/service/rds v1.93.8 + github.com/aws/aws-sdk-go-v2/service/redshift v1.53.8 + github.com/aws/aws-sdk-go-v2/service/rekognition v1.45.14 + github.com/aws/aws-sdk-go-v2/service/route53 v1.48.3 + github.com/aws/aws-sdk-go-v2/service/route53domains v1.28.6 + github.com/aws/aws-sdk-go-v2/service/route53resolver v1.34.9 + github.com/aws/aws-sdk-go-v2/service/s3 v1.74.1 + github.com/aws/aws-sdk-go-v2/service/s3control v1.52.7 + github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.34.14 + github.com/aws/aws-sdk-go-v2/service/servicecatalog v1.32.12 + github.com/aws/aws-sdk-go-v2/service/ses v1.29.7 + github.com/aws/aws-sdk-go-v2/service/sfn v1.34.8 + github.com/aws/aws-sdk-go-v2/service/shield v1.29.12 + github.com/aws/aws-sdk-go-v2/service/snowball v1.30.14 + github.com/aws/aws-sdk-go-v2/service/sns v1.33.15 + github.com/aws/aws-sdk-go-v2/service/sqs v1.37.10 + github.com/aws/aws-sdk-go-v2/service/ssm v1.56.8 + github.com/aws/aws-sdk-go-v2/service/sts v1.33.10 + github.com/aws/aws-sdk-go-v2/service/support v1.26.12 + github.com/aws/aws-sdk-go-v2/service/timestreamwrite v1.29.13 + github.com/aws/aws-sdk-go-v2/service/transcribestreaming v1.22.10 + github.com/aws/aws-sdk-go-v2/service/waf v1.25.12 + github.com/aws/aws-sdk-go-v2/service/wafregional v1.25.12 + github.com/aws/aws-sdk-go-v2/service/wafv2 v1.55.11 + github.com/aws/aws-sdk-go-v2/service/workspaces v1.52.2 + github.com/aws/smithy-go v1.22.2 ) require ( - github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.7 // indirect - github.com/aws/aws-sdk-go-v2/credentials v1.17.54 // indirect - github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.24 // indirect - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 // indirect - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 // indirect - github.com/aws/aws-sdk-go-v2/internal/ini v1.8.1 // indirect - github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.28 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.1 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.5.2 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.10.9 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.9 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.9 // indirect - github.com/aws/aws-sdk-go-v2/service/sso v1.24.11 // indirect - github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.10 // indirect + github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.8 // indirect + github.com/aws/aws-sdk-go-v2/credentials v1.17.55 // indirect + github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.25 // indirect + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 // indirect + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 // indirect + github.com/aws/aws-sdk-go-v2/internal/ini v1.8.2 // indirect + github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.29 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.2 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.5.3 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.10.10 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.10 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.10 // indirect + github.com/aws/aws-sdk-go-v2/service/sso v1.24.12 // indirect + github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.11 // indirect github.com/jmespath/go-jmespath v0.4.0 // indirect ) diff --git a/service/internal/integrationtest/go.sum b/service/internal/integrationtest/go.sum index aa7eb14ff92..3df7c5c8b09 100644 --- a/service/internal/integrationtest/go.sum +++ b/service/internal/integrationtest/go.sum @@ -1,5 +1,5 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/jmespath/go-jmespath v0.4.0 h1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9YPoQUg= diff --git a/service/internal/integrationtest/s3/checksum_test.go b/service/internal/integrationtest/s3/checksum_test.go index 9d7551870a1..16975b06ea9 100644 --- a/service/internal/integrationtest/s3/checksum_test.go +++ b/service/internal/integrationtest/s3/checksum_test.go @@ -46,12 +46,12 @@ func (c *retryClient) Do(req *http.Request) (*http.Response, error) { func TestInteg_ObjectChecksums(t *testing.T) { cases := map[string]map[string]struct { - disableHTTPS bool - retry bool - params *s3.PutObjectInput - expectErr string + disableHTTPS bool + retry bool + requestChecksumCalculation aws.RequestChecksumCalculation + params *s3.PutObjectInput - getObjectChecksumMode s3types.ChecksumMode + expectErr string expectReadErr string expectLogged string expectChecksumAlgorithms s3types.ChecksumAlgorithm @@ -60,12 +60,11 @@ func TestInteg_ObjectChecksums(t *testing.T) { expectAlgorithmsUsed *s3.ChecksumValidationMetadata }{ "seekable": { - "no checksum": { + "no checksum algorithm passed": { params: &s3.PutObjectInput{ Body: strings.NewReader("abc123"), }, - getObjectChecksumMode: s3types.ChecksumModeEnabled, - expectPayload: []byte("abc123"), + expectPayload: []byte("abc123"), expectComputedChecksums: &s3.ComputedInputChecksumsMetadata{ ComputedChecksums: map[string]string{ "CRC32": "zwK7XA==", @@ -75,14 +74,21 @@ func TestInteg_ObjectChecksums(t *testing.T) { AlgorithmsUsed: []string{"CRC32"}, }, }, + "no checksum calculation": { + params: &s3.PutObjectInput{ + Body: strings.NewReader("abc123"), + }, + requestChecksumCalculation: aws.RequestChecksumCalculationWhenRequired, + expectPayload: []byte("abc123"), + expectLogged: "Response has no supported checksum", + }, "preset checksum": { params: &s3.PutObjectInput{ Body: strings.NewReader("hello world"), ChecksumAlgorithm: s3types.ChecksumAlgorithmCrc32c, ChecksumCRC32C: aws.String("yZRlqg=="), }, - getObjectChecksumMode: s3types.ChecksumModeEnabled, - expectPayload: []byte("hello world"), + expectPayload: []byte("hello world"), expectComputedChecksums: &s3.ComputedInputChecksumsMetadata{ ComputedChecksums: map[string]string{ "CRC32C": "yZRlqg==", @@ -92,14 +98,26 @@ func TestInteg_ObjectChecksums(t *testing.T) { AlgorithmsUsed: []string{"CRC32C"}, }, }, + "preset crc64 checksum": { + params: &s3.PutObjectInput{ + Body: strings.NewReader("Hello, precomputed checksum!"), + ChecksumCRC64NVME: aws.String("uxBNEklueLQ="), + }, + expectPayload: []byte("Hello, precomputed checksum!"), + expectComputedChecksums: &s3.ComputedInputChecksumsMetadata{ + ComputedChecksums: map[string]string{ + "CRC64NVME": "uxBNEklueLQ=", + }, + }, + expectLogged: "Response has no supported checksum", + }, "wrong preset checksum": { params: &s3.PutObjectInput{ Body: strings.NewReader("hello world"), ChecksumAlgorithm: s3types.ChecksumAlgorithmCrc32c, ChecksumCRC32C: aws.String("RZRlqg=="), }, - getObjectChecksumMode: s3types.ChecksumModeEnabled, - expectErr: "BadDigest", + expectErr: "BadDigest", }, "without TLS autofill header checksum": { disableHTTPS: true, @@ -107,8 +125,7 @@ func TestInteg_ObjectChecksums(t *testing.T) { Body: strings.NewReader("hello world"), ChecksumAlgorithm: s3types.ChecksumAlgorithmCrc32c, }, - getObjectChecksumMode: s3types.ChecksumModeEnabled, - expectPayload: []byte("hello world"), + expectPayload: []byte("hello world"), expectComputedChecksums: &s3.ComputedInputChecksumsMetadata{ ComputedChecksums: map[string]string{ "CRC32C": "yZRlqg==", @@ -124,8 +141,7 @@ func TestInteg_ObjectChecksums(t *testing.T) { Body: strings.NewReader("hello world"), ChecksumAlgorithm: s3types.ChecksumAlgorithmCrc32c, }, - getObjectChecksumMode: s3types.ChecksumModeEnabled, - expectPayload: []byte("hello world"), + expectPayload: []byte("hello world"), expectComputedChecksums: &s3.ComputedInputChecksumsMetadata{ ComputedChecksums: map[string]string{ "CRC32C": "yZRlqg==", @@ -141,8 +157,7 @@ func TestInteg_ObjectChecksums(t *testing.T) { ContentLength: aws.Int64(11), ChecksumAlgorithm: s3types.ChecksumAlgorithmCrc32c, }, - getObjectChecksumMode: s3types.ChecksumModeEnabled, - expectPayload: []byte("hello world"), + expectPayload: []byte("hello world"), expectComputedChecksums: &s3.ComputedInputChecksumsMetadata{ ComputedChecksums: map[string]string{ "CRC32C": "yZRlqg==", @@ -158,8 +173,7 @@ func TestInteg_ObjectChecksums(t *testing.T) { ChecksumAlgorithm: s3types.ChecksumAlgorithmCrc32c, ContentEncoding: aws.String("gzip"), }, - getObjectChecksumMode: s3types.ChecksumModeEnabled, - expectPayload: []byte("hello world"), + expectPayload: []byte("hello world"), expectComputedChecksums: &s3.ComputedInputChecksumsMetadata{ ComputedChecksums: map[string]string{ "CRC32C": "yZRlqg==", @@ -171,12 +185,11 @@ func TestInteg_ObjectChecksums(t *testing.T) { }, }, "unseekable": { - "no checksum": { + "no checksum algorithm passed": { params: &s3.PutObjectInput{ Body: bytes.NewBuffer([]byte("abc123")), }, - getObjectChecksumMode: s3types.ChecksumModeEnabled, - expectPayload: []byte("abc123"), + expectPayload: []byte("abc123"), expectComputedChecksums: &s3.ComputedInputChecksumsMetadata{ ComputedChecksums: map[string]string{ "CRC32": "zwK7XA==", @@ -186,14 +199,21 @@ func TestInteg_ObjectChecksums(t *testing.T) { AlgorithmsUsed: []string{"CRC32"}, }, }, + "no checksum calculation": { + params: &s3.PutObjectInput{ + Body: bytes.NewBuffer([]byte("abc123")), + }, + requestChecksumCalculation: aws.RequestChecksumCalculationWhenRequired, + expectPayload: []byte("abc123"), + expectLogged: "Response has no supported checksum", + }, "preset checksum": { params: &s3.PutObjectInput{ Body: bytes.NewBuffer([]byte("hello world")), ChecksumAlgorithm: s3types.ChecksumAlgorithmCrc32c, ChecksumCRC32C: aws.String("yZRlqg=="), }, - getObjectChecksumMode: s3types.ChecksumModeEnabled, - expectPayload: []byte("hello world"), + expectPayload: []byte("hello world"), expectComputedChecksums: &s3.ComputedInputChecksumsMetadata{ ComputedChecksums: map[string]string{ "CRC32C": "yZRlqg==", @@ -203,22 +223,33 @@ func TestInteg_ObjectChecksums(t *testing.T) { AlgorithmsUsed: []string{"CRC32C"}, }, }, + "preset crc64 checksum": { + params: &s3.PutObjectInput{ + Body: bytes.NewBuffer([]byte("Hello, precomputed checksum!")), + ChecksumCRC64NVME: aws.String("uxBNEklueLQ="), + }, + expectPayload: []byte("Hello, precomputed checksum!"), + expectComputedChecksums: &s3.ComputedInputChecksumsMetadata{ + ComputedChecksums: map[string]string{ + "CRC64NVME": "uxBNEklueLQ=", + }, + }, + expectLogged: "Response has no supported checksum", + }, "wrong preset checksum": { params: &s3.PutObjectInput{ Body: bytes.NewBuffer([]byte("hello world")), ChecksumAlgorithm: s3types.ChecksumAlgorithmCrc32c, ChecksumCRC32C: aws.String("RZRlqg=="), }, - getObjectChecksumMode: s3types.ChecksumModeEnabled, - expectErr: "BadDigest", + expectErr: "BadDigest", }, "autofill trailing checksum": { params: &s3.PutObjectInput{ Body: bytes.NewBuffer([]byte("hello world")), ChecksumAlgorithm: s3types.ChecksumAlgorithmCrc32c, }, - getObjectChecksumMode: s3types.ChecksumModeEnabled, - expectPayload: []byte("hello world"), + expectPayload: []byte("hello world"), expectComputedChecksums: &s3.ComputedInputChecksumsMetadata{ ComputedChecksums: map[string]string{ "CRC32C": "yZRlqg==", @@ -242,8 +273,7 @@ func TestInteg_ObjectChecksums(t *testing.T) { ContentLength: aws.Int64(11), ChecksumAlgorithm: s3types.ChecksumAlgorithmCrc32c, }, - getObjectChecksumMode: s3types.ChecksumModeEnabled, - expectPayload: []byte("hello world"), + expectPayload: []byte("hello world"), expectComputedChecksums: &s3.ComputedInputChecksumsMetadata{ ComputedChecksums: map[string]string{ "CRC32C": "yZRlqg==", @@ -262,9 +292,8 @@ func TestInteg_ObjectChecksums(t *testing.T) { }, }, "nil body": { - "no checksum": { - params: &s3.PutObjectInput{}, - getObjectChecksumMode: s3types.ChecksumModeEnabled, + "no checksum algorithm passed": { + params: &s3.PutObjectInput{}, expectComputedChecksums: &s3.ComputedInputChecksumsMetadata{ ComputedChecksums: map[string]string{ "CRC32": "AAAAAA==", @@ -274,12 +303,16 @@ func TestInteg_ObjectChecksums(t *testing.T) { AlgorithmsUsed: []string{"CRC32"}, }, }, + "no checksum calculation": { + params: &s3.PutObjectInput{}, + requestChecksumCalculation: aws.RequestChecksumCalculationWhenRequired, + expectLogged: "Response has no supported checksum", + }, "preset checksum": { params: &s3.PutObjectInput{ ChecksumAlgorithm: s3types.ChecksumAlgorithmCrc32c, ChecksumCRC32C: aws.String("AAAAAA=="), }, - getObjectChecksumMode: s3types.ChecksumModeEnabled, expectComputedChecksums: &s3.ComputedInputChecksumsMetadata{ ComputedChecksums: map[string]string{ "CRC32C": "AAAAAA==", @@ -293,7 +326,6 @@ func TestInteg_ObjectChecksums(t *testing.T) { params: &s3.PutObjectInput{ ChecksumAlgorithm: s3types.ChecksumAlgorithmCrc32c, }, - getObjectChecksumMode: s3types.ChecksumModeEnabled, expectComputedChecksums: &s3.ComputedInputChecksumsMetadata{ ComputedChecksums: map[string]string{ "CRC32C": "AAAAAA==", @@ -308,7 +340,6 @@ func TestInteg_ObjectChecksums(t *testing.T) { params: &s3.PutObjectInput{ ChecksumAlgorithm: s3types.ChecksumAlgorithmCrc32c, }, - getObjectChecksumMode: s3types.ChecksumModeEnabled, expectComputedChecksums: &s3.ComputedInputChecksumsMetadata{ ComputedChecksums: map[string]string{ "CRC32C": "AAAAAA==", @@ -320,11 +351,10 @@ func TestInteg_ObjectChecksums(t *testing.T) { }, }, "empty body": { - "no checksum": { + "no checksum algorithm passed": { params: &s3.PutObjectInput{ Body: bytes.NewBuffer([]byte{}), }, - getObjectChecksumMode: s3types.ChecksumModeEnabled, expectComputedChecksums: &s3.ComputedInputChecksumsMetadata{ ComputedChecksums: map[string]string{ "CRC32": "AAAAAA==", @@ -334,13 +364,19 @@ func TestInteg_ObjectChecksums(t *testing.T) { AlgorithmsUsed: []string{"CRC32"}, }, }, + "no checksum calculation": { + params: &s3.PutObjectInput{ + Body: bytes.NewBuffer([]byte{}), + }, + requestChecksumCalculation: aws.RequestChecksumCalculationWhenRequired, + expectLogged: "Response has no supported checksum", + }, "preset checksum": { params: &s3.PutObjectInput{ Body: bytes.NewBuffer([]byte{}), ChecksumAlgorithm: s3types.ChecksumAlgorithmCrc32c, ChecksumCRC32C: aws.String("AAAAAA=="), }, - getObjectChecksumMode: s3types.ChecksumModeEnabled, expectComputedChecksums: &s3.ComputedInputChecksumsMetadata{ ComputedChecksums: map[string]string{ "CRC32C": "AAAAAA==", @@ -355,7 +391,6 @@ func TestInteg_ObjectChecksums(t *testing.T) { Body: bytes.NewBuffer([]byte{}), ChecksumAlgorithm: s3types.ChecksumAlgorithmCrc32c, }, - getObjectChecksumMode: s3types.ChecksumModeEnabled, expectComputedChecksums: &s3.ComputedInputChecksumsMetadata{ ComputedChecksums: map[string]string{ "CRC32C": "AAAAAA==", @@ -371,7 +406,6 @@ func TestInteg_ObjectChecksums(t *testing.T) { Body: bytes.NewBuffer([]byte{}), ChecksumAlgorithm: s3types.ChecksumAlgorithmCrc32c, }, - getObjectChecksumMode: s3types.ChecksumModeEnabled, expectComputedChecksums: &s3.ComputedInputChecksumsMetadata{ ComputedChecksums: map[string]string{ "CRC32C": "AAAAAA==", @@ -396,6 +430,9 @@ func TestInteg_ObjectChecksums(t *testing.T) { s3Options := func(o *s3.Options) { o.Logger = logger o.EndpointOptions.DisableHTTPS = c.disableHTTPS + if c.requestChecksumCalculation != 0 { + o.RequestChecksumCalculation = c.requestChecksumCalculation + } } if c.retry { @@ -432,9 +469,8 @@ func TestInteg_ObjectChecksums(t *testing.T) { } getResult, err := s3client.GetObject(ctx, &s3.GetObjectInput{ - Bucket: c.params.Bucket, - Key: c.params.Key, - ChecksumMode: c.getObjectChecksumMode, + Bucket: c.params.Bucket, + Key: c.params.Key, }, s3Options) if err != nil { t.Fatalf("expect no error, got %v", err) diff --git a/service/internal/presigned-url/CHANGELOG.md b/service/internal/presigned-url/CHANGELOG.md index 234a1efe255..715587f5196 100644 --- a/service/internal/presigned-url/CHANGELOG.md +++ b/service/internal/presigned-url/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.12.10 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.12.9 (2025-01-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/internal/presigned-url/go.mod b/service/internal/presigned-url/go.mod index 37b98aadcc1..23dd7979faf 100644 --- a/service/internal/presigned-url/go.mod +++ b/service/internal/presigned-url/go.mod @@ -3,8 +3,8 @@ module github.com/aws/aws-sdk-go-v2/service/internal/presigned-url go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../../ diff --git a/service/internal/presigned-url/go.sum b/service/internal/presigned-url/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/internal/presigned-url/go.sum +++ b/service/internal/presigned-url/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/internal/presigned-url/go_module_metadata.go b/service/internal/presigned-url/go_module_metadata.go index 5433434085a..8d8a4c9faa3 100644 --- a/service/internal/presigned-url/go_module_metadata.go +++ b/service/internal/presigned-url/go_module_metadata.go @@ -3,4 +3,4 @@ package presignedurl // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.12.9" +const goModuleVersion = "1.12.10" diff --git a/service/internal/s3shared/CHANGELOG.md b/service/internal/s3shared/CHANGELOG.md index bdb9bdcd117..82038e23fac 100644 --- a/service/internal/s3shared/CHANGELOG.md +++ b/service/internal/s3shared/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.18.10 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.18.9 (2025-01-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/internal/s3shared/go.mod b/service/internal/s3shared/go.mod index 14e06525035..3fda640726f 100644 --- a/service/internal/s3shared/go.mod +++ b/service/internal/s3shared/go.mod @@ -3,8 +3,8 @@ module github.com/aws/aws-sdk-go-v2/service/internal/s3shared go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../../ diff --git a/service/internal/s3shared/go.sum b/service/internal/s3shared/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/internal/s3shared/go.sum +++ b/service/internal/s3shared/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/internal/s3shared/go_module_metadata.go b/service/internal/s3shared/go_module_metadata.go index f1954485cab..95d5bb41000 100644 --- a/service/internal/s3shared/go_module_metadata.go +++ b/service/internal/s3shared/go_module_metadata.go @@ -3,4 +3,4 @@ package s3shared // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.18.9" +const goModuleVersion = "1.18.10" diff --git a/service/internetmonitor/CHANGELOG.md b/service/internetmonitor/CHANGELOG.md index e35f19e55a6..02ebd3cc762 100644 --- a/service/internetmonitor/CHANGELOG.md +++ b/service/internetmonitor/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.20.10 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.20.9 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/internetmonitor/go.mod b/service/internetmonitor/go.mod index 998bb9b6ba9..eb9d875f307 100644 --- a/service/internetmonitor/go.mod +++ b/service/internetmonitor/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/internetmonitor go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/internetmonitor/go.sum b/service/internetmonitor/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/internetmonitor/go.sum +++ b/service/internetmonitor/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/internetmonitor/go_module_metadata.go b/service/internetmonitor/go_module_metadata.go index c058334db33..6a8eec7861c 100644 --- a/service/internetmonitor/go_module_metadata.go +++ b/service/internetmonitor/go_module_metadata.go @@ -3,4 +3,4 @@ package internetmonitor // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.20.9" +const goModuleVersion = "1.20.10" diff --git a/service/invoicing/CHANGELOG.md b/service/invoicing/CHANGELOG.md index 2d4f32c96eb..2cea33e6adb 100644 --- a/service/invoicing/CHANGELOG.md +++ b/service/invoicing/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.0.5 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.0.4 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/invoicing/go.mod b/service/invoicing/go.mod index 661ab1a50c5..5c546284072 100644 --- a/service/invoicing/go.mod +++ b/service/invoicing/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/invoicing go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/invoicing/go.sum b/service/invoicing/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/invoicing/go.sum +++ b/service/invoicing/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/invoicing/go_module_metadata.go b/service/invoicing/go_module_metadata.go index ed59935154d..4d9299814ea 100644 --- a/service/invoicing/go_module_metadata.go +++ b/service/invoicing/go_module_metadata.go @@ -3,4 +3,4 @@ package invoicing // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.0.4" +const goModuleVersion = "1.0.5" diff --git a/service/iot/CHANGELOG.md b/service/iot/CHANGELOG.md index ed5bafaadf5..e9558e58f8e 100644 --- a/service/iot/CHANGELOG.md +++ b/service/iot/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.62.5 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.62.4 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/iot/go.mod b/service/iot/go.mod index f662e7c2c7b..aec215e61c5 100644 --- a/service/iot/go.mod +++ b/service/iot/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/iot go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/iot/go.sum b/service/iot/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/iot/go.sum +++ b/service/iot/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/iot/go_module_metadata.go b/service/iot/go_module_metadata.go index 2535ec8dc13..3aca48d9a5b 100644 --- a/service/iot/go_module_metadata.go +++ b/service/iot/go_module_metadata.go @@ -3,4 +3,4 @@ package iot // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.62.4" +const goModuleVersion = "1.62.5" diff --git a/service/iotanalytics/CHANGELOG.md b/service/iotanalytics/CHANGELOG.md index 80b5b2f4955..96786fe7de7 100644 --- a/service/iotanalytics/CHANGELOG.md +++ b/service/iotanalytics/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.26.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.26.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/iotanalytics/go.mod b/service/iotanalytics/go.mod index 50743ab6020..976709d2543 100644 --- a/service/iotanalytics/go.mod +++ b/service/iotanalytics/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/iotanalytics go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/iotanalytics/go.sum b/service/iotanalytics/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/iotanalytics/go.sum +++ b/service/iotanalytics/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/iotanalytics/go_module_metadata.go b/service/iotanalytics/go_module_metadata.go index f2a6bfd7b6a..0931e8fbb6e 100644 --- a/service/iotanalytics/go_module_metadata.go +++ b/service/iotanalytics/go_module_metadata.go @@ -3,4 +3,4 @@ package iotanalytics // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.26.11" +const goModuleVersion = "1.26.12" diff --git a/service/iotdataplane/CHANGELOG.md b/service/iotdataplane/CHANGELOG.md index ae049d209ae..0c5f3b96128 100644 --- a/service/iotdataplane/CHANGELOG.md +++ b/service/iotdataplane/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.26.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.26.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/iotdataplane/go.mod b/service/iotdataplane/go.mod index 24ff01be12c..ed129167f11 100644 --- a/service/iotdataplane/go.mod +++ b/service/iotdataplane/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/iotdataplane go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/iotdataplane/go.sum b/service/iotdataplane/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/iotdataplane/go.sum +++ b/service/iotdataplane/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/iotdataplane/go_module_metadata.go b/service/iotdataplane/go_module_metadata.go index 97d28e19cbe..1b31c4d7764 100644 --- a/service/iotdataplane/go_module_metadata.go +++ b/service/iotdataplane/go_module_metadata.go @@ -3,4 +3,4 @@ package iotdataplane // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.26.11" +const goModuleVersion = "1.26.12" diff --git a/service/iotdeviceadvisor/CHANGELOG.md b/service/iotdeviceadvisor/CHANGELOG.md index a0bd6b55cf5..1ba2dd6d422 100644 --- a/service/iotdeviceadvisor/CHANGELOG.md +++ b/service/iotdeviceadvisor/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.31.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.31.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/iotdeviceadvisor/go.mod b/service/iotdeviceadvisor/go.mod index 01e47ac5769..28ce281b54c 100644 --- a/service/iotdeviceadvisor/go.mod +++ b/service/iotdeviceadvisor/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/iotdeviceadvisor go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/iotdeviceadvisor/go.sum b/service/iotdeviceadvisor/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/iotdeviceadvisor/go.sum +++ b/service/iotdeviceadvisor/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/iotdeviceadvisor/go_module_metadata.go b/service/iotdeviceadvisor/go_module_metadata.go index 53b30ea6337..cae1e5aec40 100644 --- a/service/iotdeviceadvisor/go_module_metadata.go +++ b/service/iotdeviceadvisor/go_module_metadata.go @@ -3,4 +3,4 @@ package iotdeviceadvisor // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.31.11" +const goModuleVersion = "1.31.12" diff --git a/service/iotevents/CHANGELOG.md b/service/iotevents/CHANGELOG.md index 3043bbffd85..5944571ac89 100644 --- a/service/iotevents/CHANGELOG.md +++ b/service/iotevents/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.27.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.27.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/iotevents/go.mod b/service/iotevents/go.mod index f16ce1c73d8..745e8f5b1a3 100644 --- a/service/iotevents/go.mod +++ b/service/iotevents/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/iotevents go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/iotevents/go.sum b/service/iotevents/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/iotevents/go.sum +++ b/service/iotevents/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/iotevents/go_module_metadata.go b/service/iotevents/go_module_metadata.go index 16306729a07..f4274574ce0 100644 --- a/service/iotevents/go_module_metadata.go +++ b/service/iotevents/go_module_metadata.go @@ -3,4 +3,4 @@ package iotevents // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.27.11" +const goModuleVersion = "1.27.12" diff --git a/service/ioteventsdata/CHANGELOG.md b/service/ioteventsdata/CHANGELOG.md index cdaf64cf94b..ceeeaa65441 100644 --- a/service/ioteventsdata/CHANGELOG.md +++ b/service/ioteventsdata/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.24.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.24.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/ioteventsdata/go.mod b/service/ioteventsdata/go.mod index c29121d0cd3..fff085cf1f5 100644 --- a/service/ioteventsdata/go.mod +++ b/service/ioteventsdata/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/ioteventsdata go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/ioteventsdata/go.sum b/service/ioteventsdata/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/ioteventsdata/go.sum +++ b/service/ioteventsdata/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/ioteventsdata/go_module_metadata.go b/service/ioteventsdata/go_module_metadata.go index 55181d83882..c976c99ee31 100644 --- a/service/ioteventsdata/go_module_metadata.go +++ b/service/ioteventsdata/go_module_metadata.go @@ -3,4 +3,4 @@ package ioteventsdata // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.24.11" +const goModuleVersion = "1.24.12" diff --git a/service/iotfleethub/CHANGELOG.md b/service/iotfleethub/CHANGELOG.md index 4295c46f300..6c4c396823f 100644 --- a/service/iotfleethub/CHANGELOG.md +++ b/service/iotfleethub/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.24.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.24.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/iotfleethub/go.mod b/service/iotfleethub/go.mod index 8bb202c5969..9daf0b3eca0 100644 --- a/service/iotfleethub/go.mod +++ b/service/iotfleethub/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/iotfleethub go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/iotfleethub/go.sum b/service/iotfleethub/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/iotfleethub/go.sum +++ b/service/iotfleethub/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/iotfleethub/go_module_metadata.go b/service/iotfleethub/go_module_metadata.go index 40741d0d0da..b99b2538e48 100644 --- a/service/iotfleethub/go_module_metadata.go +++ b/service/iotfleethub/go_module_metadata.go @@ -3,4 +3,4 @@ package iotfleethub // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.24.11" +const goModuleVersion = "1.24.12" diff --git a/service/iotfleetwise/CHANGELOG.md b/service/iotfleetwise/CHANGELOG.md index a6247aa2e64..a835ca196aa 100644 --- a/service/iotfleetwise/CHANGELOG.md +++ b/service/iotfleetwise/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.22.7 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.22.6 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/iotfleetwise/go.mod b/service/iotfleetwise/go.mod index 301721985e8..2991e5f31d0 100644 --- a/service/iotfleetwise/go.mod +++ b/service/iotfleetwise/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/iotfleetwise go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/iotfleetwise/go.sum b/service/iotfleetwise/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/iotfleetwise/go.sum +++ b/service/iotfleetwise/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/iotfleetwise/go_module_metadata.go b/service/iotfleetwise/go_module_metadata.go index 6e434ef417a..5a4d748952c 100644 --- a/service/iotfleetwise/go_module_metadata.go +++ b/service/iotfleetwise/go_module_metadata.go @@ -3,4 +3,4 @@ package iotfleetwise // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.22.6" +const goModuleVersion = "1.22.7" diff --git a/service/iotjobsdataplane/CHANGELOG.md b/service/iotjobsdataplane/CHANGELOG.md index 5844de95913..39edee07bc2 100644 --- a/service/iotjobsdataplane/CHANGELOG.md +++ b/service/iotjobsdataplane/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.24.6 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.24.5 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/iotjobsdataplane/go.mod b/service/iotjobsdataplane/go.mod index aecd940fe09..97e2f0d3a95 100644 --- a/service/iotjobsdataplane/go.mod +++ b/service/iotjobsdataplane/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/iotjobsdataplane go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/iotjobsdataplane/go.sum b/service/iotjobsdataplane/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/iotjobsdataplane/go.sum +++ b/service/iotjobsdataplane/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/iotjobsdataplane/go_module_metadata.go b/service/iotjobsdataplane/go_module_metadata.go index 3753be18aee..dfb8f28f52d 100644 --- a/service/iotjobsdataplane/go_module_metadata.go +++ b/service/iotjobsdataplane/go_module_metadata.go @@ -3,4 +3,4 @@ package iotjobsdataplane // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.24.5" +const goModuleVersion = "1.24.6" diff --git a/service/iotsecuretunneling/CHANGELOG.md b/service/iotsecuretunneling/CHANGELOG.md index d26a200f347..1904cc8e819 100644 --- a/service/iotsecuretunneling/CHANGELOG.md +++ b/service/iotsecuretunneling/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.28.4 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.28.3 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/iotsecuretunneling/go.mod b/service/iotsecuretunneling/go.mod index 406a29f5ae1..f116fc9c6fd 100644 --- a/service/iotsecuretunneling/go.mod +++ b/service/iotsecuretunneling/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/iotsecuretunneling go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/iotsecuretunneling/go.sum b/service/iotsecuretunneling/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/iotsecuretunneling/go.sum +++ b/service/iotsecuretunneling/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/iotsecuretunneling/go_module_metadata.go b/service/iotsecuretunneling/go_module_metadata.go index d846f87ec54..b9c9eb102c6 100644 --- a/service/iotsecuretunneling/go_module_metadata.go +++ b/service/iotsecuretunneling/go_module_metadata.go @@ -3,4 +3,4 @@ package iotsecuretunneling // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.28.3" +const goModuleVersion = "1.28.4" diff --git a/service/iotsitewise/CHANGELOG.md b/service/iotsitewise/CHANGELOG.md index ded2efdaae2..2a199f38276 100644 --- a/service/iotsitewise/CHANGELOG.md +++ b/service/iotsitewise/CHANGELOG.md @@ -1,3 +1,12 @@ +# v1.45.1 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + +# v1.45.0 (2025-01-21) + +* **Feature**: AWS IoT SiteWise now supports ingestion and querying of Null (all data types) and NaN (double type) values of bad or uncertain data quality. New partial error handling prevents data loss during ingestion. Enabled by default for new customers; existing customers can opt-in. + # v1.44.6 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/iotsitewise/api_op_BatchPutAssetPropertyValue.go b/service/iotsitewise/api_op_BatchPutAssetPropertyValue.go index 23c1532241b..82116ebc0a7 100644 --- a/service/iotsitewise/api_op_BatchPutAssetPropertyValue.go +++ b/service/iotsitewise/api_op_BatchPutAssetPropertyValue.go @@ -61,6 +61,11 @@ type BatchPutAssetPropertyValueInput struct { // This member is required. Entries []types.PutAssetPropertyValueEntry + // This setting enables partial ingestion at entry-level. If set to true , we + // ingest all TQVs not resulting in an error. If set to false , an invalid TQV + // fails ingestion of the entire entry that contains it. + EnablePartialEntryProcessing *bool + noSmithyDocumentSerde } diff --git a/service/iotsitewise/api_op_DescribeStorageConfiguration.go b/service/iotsitewise/api_op_DescribeStorageConfiguration.go index 8f73d103298..1b1d367d31a 100644 --- a/service/iotsitewise/api_op_DescribeStorageConfiguration.go +++ b/service/iotsitewise/api_op_DescribeStorageConfiguration.go @@ -51,6 +51,10 @@ type DescribeStorageConfigurationOutput struct { // This member is required. StorageType types.StorageType + // Describes the configuration for ingesting NULL and NaN data. By default the + // feature is allowed. The feature is disallowed if the value is true . + DisallowIngestNullNaN *bool + // Contains the storage configuration for time series (data streams) that aren't // associated with asset properties. The disassociatedDataStorage can be one of // the following values: diff --git a/service/iotsitewise/api_op_PutStorageConfiguration.go b/service/iotsitewise/api_op_PutStorageConfiguration.go index ab8e621a62d..7c70c4149c0 100644 --- a/service/iotsitewise/api_op_PutStorageConfiguration.go +++ b/service/iotsitewise/api_op_PutStorageConfiguration.go @@ -41,6 +41,10 @@ type PutStorageConfigurationInput struct { // This member is required. StorageType types.StorageType + // Describes the configuration for ingesting NULL and NaN data. By default the + // feature is allowed. The feature is disallowed if the value is true . + DisallowIngestNullNaN *bool + // Contains the storage configuration for time series (data streams) that aren't // associated with asset properties. The disassociatedDataStorage can be one of // the following values: @@ -97,6 +101,10 @@ type PutStorageConfigurationOutput struct { // This member is required. StorageType types.StorageType + // Describes the configuration for ingesting NULL and NaN data. By default the + // feature is allowed. The feature is disallowed if the value is true . + DisallowIngestNullNaN *bool + // Contains the storage configuration for time series (data streams) that aren't // associated with asset properties. The disassociatedDataStorage can be one of // the following values: diff --git a/service/iotsitewise/deserializers.go b/service/iotsitewise/deserializers.go index c1a32c71b50..29efb774e6d 100644 --- a/service/iotsitewise/deserializers.go +++ b/service/iotsitewise/deserializers.go @@ -8312,6 +8312,15 @@ func awsRestjson1_deserializeOpDocumentDescribeStorageConfigurationOutput(v **De return err } + case "disallowIngestNullNaN": + if value != nil { + jtv, ok := value.(bool) + if !ok { + return fmt.Errorf("expected DisallowIngestNullNaN to be of type *bool, got %T instead", value) + } + sv.DisallowIngestNullNaN = ptr.Bool(jtv) + } + case "disassociatedDataStorage": if value != nil { jtv, ok := value.(string) @@ -13653,6 +13662,15 @@ func awsRestjson1_deserializeOpDocumentPutStorageConfigurationOutput(v **PutStor return err } + case "disallowIngestNullNaN": + if value != nil { + jtv, ok := value.(bool) + if !ok { + return fmt.Errorf("expected DisallowIngestNullNaN to be of type *bool, got %T instead", value) + } + sv.DisallowIngestNullNaN = ptr.Bool(jtv) + } + case "disassociatedDataStorage": if value != nil { jtv, ok := value.(string) @@ -24827,6 +24845,46 @@ func awsRestjson1_deserializeDocumentPropertyType(v **types.PropertyType, value return nil } +func awsRestjson1_deserializeDocumentPropertyValueNullValue(v **types.PropertyValueNullValue, value interface{}) error { + if v == nil { + return fmt.Errorf("unexpected nil of type %T", v) + } + if value == nil { + return nil + } + + shape, ok := value.(map[string]interface{}) + if !ok { + return fmt.Errorf("unexpected JSON type %v", value) + } + + var sv *types.PropertyValueNullValue + if *v == nil { + sv = &types.PropertyValueNullValue{} + } else { + sv = *v + } + + for key, value := range shape { + switch key { + case "valueType": + if value != nil { + jtv, ok := value.(string) + if !ok { + return fmt.Errorf("expected RawValueType to be of type string, got %T instead", value) + } + sv.ValueType = types.RawValueType(jtv) + } + + default: + _, _ = key, value + + } + } + *v = sv + return nil +} + func awsRestjson1_deserializeDocumentQueryTimeoutException(v **types.QueryTimeoutException, value interface{}) error { if v == nil { return fmt.Errorf("unexpected nil of type %T", v) @@ -25977,6 +26035,11 @@ func awsRestjson1_deserializeDocumentVariant(v **types.Variant, value interface{ sv.IntegerValue = ptr.Int32(int32(i64)) } + case "nullValue": + if err := awsRestjson1_deserializeDocumentPropertyValueNullValue(&sv.NullValue, value); err != nil { + return err + } + case "stringValue": if value != nil { jtv, ok := value.(string) diff --git a/service/iotsitewise/go.mod b/service/iotsitewise/go.mod index 128499c59b4..1f40d502c3b 100644 --- a/service/iotsitewise/go.mod +++ b/service/iotsitewise/go.mod @@ -3,11 +3,11 @@ module github.com/aws/aws-sdk-go-v2/service/iotsitewise go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.7 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.8 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/iotsitewise/go.sum b/service/iotsitewise/go.sum index aa7eb14ff92..3df7c5c8b09 100644 --- a/service/iotsitewise/go.sum +++ b/service/iotsitewise/go.sum @@ -1,5 +1,5 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/jmespath/go-jmespath v0.4.0 h1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9YPoQUg= diff --git a/service/iotsitewise/go_module_metadata.go b/service/iotsitewise/go_module_metadata.go index 8c73302e2e9..eb825391b70 100644 --- a/service/iotsitewise/go_module_metadata.go +++ b/service/iotsitewise/go_module_metadata.go @@ -3,4 +3,4 @@ package iotsitewise // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.44.6" +const goModuleVersion = "1.45.1" diff --git a/service/iotsitewise/serializers.go b/service/iotsitewise/serializers.go index f6a014b164f..d60e12f1c5a 100644 --- a/service/iotsitewise/serializers.go +++ b/service/iotsitewise/serializers.go @@ -767,6 +767,11 @@ func awsRestjson1_serializeOpDocumentBatchPutAssetPropertyValueInput(v *BatchPut object := value.Object() defer object.Close() + if v.EnablePartialEntryProcessing != nil { + ok := object.Key("enablePartialEntryProcessing") + ok.Boolean(*v.EnablePartialEntryProcessing) + } + if v.Entries != nil { ok := object.Key("entries") if err := awsRestjson1_serializeDocumentPutAssetPropertyValueEntries(v.Entries, ok); err != nil { @@ -6679,6 +6684,11 @@ func awsRestjson1_serializeOpDocumentPutStorageConfigurationInput(v *PutStorageC object := value.Object() defer object.Close() + if v.DisallowIngestNullNaN != nil { + ok := object.Key("disallowIngestNullNaN") + ok.Boolean(*v.DisallowIngestNullNaN) + } + if len(v.DisassociatedDataStorage) > 0 { ok := object.Key("disassociatedDataStorage") ok.String(string(v.DisassociatedDataStorage)) @@ -9372,6 +9382,18 @@ func awsRestjson1_serializeDocumentPropertyType(v *types.PropertyType, value smi return nil } +func awsRestjson1_serializeDocumentPropertyValueNullValue(v *types.PropertyValueNullValue, value smithyjson.Value) error { + object := value.Object() + defer object.Close() + + if len(v.ValueType) > 0 { + ok := object.Key("valueType") + ok.String(string(v.ValueType)) + } + + return nil +} + func awsRestjson1_serializeDocumentPutAssetPropertyValueEntries(v []types.PutAssetPropertyValueEntry, value smithyjson.Value) error { array := value.Array() defer array.Close() @@ -9664,6 +9686,13 @@ func awsRestjson1_serializeDocumentVariant(v *types.Variant, value smithyjson.Va ok.Integer(*v.IntegerValue) } + if v.NullValue != nil { + ok := object.Key("nullValue") + if err := awsRestjson1_serializeDocumentPropertyValueNullValue(v.NullValue, ok); err != nil { + return err + } + } + if v.StringValue != nil { ok := object.Key("stringValue") ok.String(*v.StringValue) diff --git a/service/iotsitewise/types/enums.go b/service/iotsitewise/types/enums.go index 2b238256a37..12468e21659 100644 --- a/service/iotsitewise/types/enums.go +++ b/service/iotsitewise/types/enums.go @@ -885,6 +885,31 @@ func (Quality) Values() []Quality { } } +type RawValueType string + +// Enum values for RawValueType +const ( + RawValueTypeDouble RawValueType = "D" + RawValueTypeBoolean RawValueType = "B" + RawValueTypeString RawValueType = "S" + RawValueTypeInteger RawValueType = "I" + RawValueTypeUnknown RawValueType = "U" +) + +// Values returns all known values for RawValueType. Note that this can be +// expanded in the future, and so it is only as up to date as the client. +// +// The ordering of this slice is not guaranteed to be stable across updates. +func (RawValueType) Values() []RawValueType { + return []RawValueType{ + "D", + "B", + "S", + "I", + "U", + } +} + type ResourceType string // Enum values for ResourceType diff --git a/service/iotsitewise/types/types.go b/service/iotsitewise/types/types.go index ca73d9b666b..feeb6245fd9 100644 --- a/service/iotsitewise/types/types.go +++ b/service/iotsitewise/types/types.go @@ -2641,6 +2641,17 @@ type PropertyType struct { noSmithyDocumentSerde } +// The value type of null asset property data with BAD and UNCERTAIN qualities. +type PropertyValueNullValue struct { + + // The type of null asset property data. + // + // This member is required. + ValueType RawValueType + + noSmithyDocumentSerde +} + // Contains a list of value updates for an asset property in the list of asset // entries consumed by the [BatchPutAssetPropertyValue]API operation. // @@ -3057,13 +3068,18 @@ type Variant struct { // Asset property data of type Boolean (true or false). BooleanValue *bool - // Asset property data of type double (floating point number). + // Asset property data of type double (floating point number). The min value is + // -10^10. The max value is 10^10. Double.NaN is allowed. DoubleValue *float64 // Asset property data of type integer (whole number). IntegerValue *int32 - // Asset property data of type string (sequence of characters). + // The type of null asset property data with BAD and UNCERTAIN qualities. + NullValue *PropertyValueNullValue + + // Asset property data of type string (sequence of characters). The allowed + // pattern: "^$|[^\u0000-\u001F\u007F]+". The max length is 1024. StringValue *string noSmithyDocumentSerde diff --git a/service/iotsitewise/validators.go b/service/iotsitewise/validators.go index ef286ebb7d5..1cd30160436 100644 --- a/service/iotsitewise/validators.go +++ b/service/iotsitewise/validators.go @@ -2105,6 +2105,10 @@ func validateAssetPropertyValue(v *types.AssetPropertyValue) error { invalidParams := smithy.InvalidParamsError{Context: "AssetPropertyValue"} if v.Value == nil { invalidParams.Add(smithy.NewErrParamRequired("Value")) + } else if v.Value != nil { + if err := validateVariant(v.Value); err != nil { + invalidParams.AddNested("Value", err.(smithy.InvalidParamsError)) + } } if v.Timestamp == nil { invalidParams.Add(smithy.NewErrParamRequired("Timestamp")) @@ -2820,6 +2824,21 @@ func validatePropertyType(v *types.PropertyType) error { } } +func validatePropertyValueNullValue(v *types.PropertyValueNullValue) error { + if v == nil { + return nil + } + invalidParams := smithy.InvalidParamsError{Context: "PropertyValueNullValue"} + if len(v.ValueType) == 0 { + invalidParams.Add(smithy.NewErrParamRequired("ValueType")) + } + if invalidParams.Len() > 0 { + return invalidParams + } else { + return nil + } +} + func validatePutAssetPropertyValueEntries(v []types.PutAssetPropertyValueEntry) error { if v == nil { return nil @@ -3020,6 +3039,23 @@ func validateUserIdentity(v *types.UserIdentity) error { } } +func validateVariant(v *types.Variant) error { + if v == nil { + return nil + } + invalidParams := smithy.InvalidParamsError{Context: "Variant"} + if v.NullValue != nil { + if err := validatePropertyValueNullValue(v.NullValue); err != nil { + invalidParams.AddNested("NullValue", err.(smithy.InvalidParamsError)) + } + } + if invalidParams.Len() > 0 { + return invalidParams + } else { + return nil + } +} + func validateOpAssociateAssetsInput(v *AssociateAssetsInput) error { if v == nil { return nil diff --git a/service/iotthingsgraph/CHANGELOG.md b/service/iotthingsgraph/CHANGELOG.md index 886018d0d60..03292fe45c0 100644 --- a/service/iotthingsgraph/CHANGELOG.md +++ b/service/iotthingsgraph/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.25.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.25.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/iotthingsgraph/go.mod b/service/iotthingsgraph/go.mod index 0f0439e195a..30eaaadeeeb 100644 --- a/service/iotthingsgraph/go.mod +++ b/service/iotthingsgraph/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/iotthingsgraph go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/iotthingsgraph/go.sum b/service/iotthingsgraph/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/iotthingsgraph/go.sum +++ b/service/iotthingsgraph/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/iotthingsgraph/go_module_metadata.go b/service/iotthingsgraph/go_module_metadata.go index 330cfdacd02..4ccd28bdcef 100644 --- a/service/iotthingsgraph/go_module_metadata.go +++ b/service/iotthingsgraph/go_module_metadata.go @@ -3,4 +3,4 @@ package iotthingsgraph // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.25.11" +const goModuleVersion = "1.25.12" diff --git a/service/iottwinmaker/CHANGELOG.md b/service/iottwinmaker/CHANGELOG.md index 1588e978ac4..06d4a56e199 100644 --- a/service/iottwinmaker/CHANGELOG.md +++ b/service/iottwinmaker/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.24.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.24.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/iottwinmaker/go.mod b/service/iottwinmaker/go.mod index 1d5cb72b716..8248ccc9659 100644 --- a/service/iottwinmaker/go.mod +++ b/service/iottwinmaker/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/iottwinmaker go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/iottwinmaker/go.sum b/service/iottwinmaker/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/iottwinmaker/go.sum +++ b/service/iottwinmaker/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/iottwinmaker/go_module_metadata.go b/service/iottwinmaker/go_module_metadata.go index 323106103a2..d107cb52f83 100644 --- a/service/iottwinmaker/go_module_metadata.go +++ b/service/iottwinmaker/go_module_metadata.go @@ -3,4 +3,4 @@ package iottwinmaker // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.24.11" +const goModuleVersion = "1.24.12" diff --git a/service/iotwireless/CHANGELOG.md b/service/iotwireless/CHANGELOG.md index 5fce1efbfc8..95db56c1c74 100644 --- a/service/iotwireless/CHANGELOG.md +++ b/service/iotwireless/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.45.7 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.45.6 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/iotwireless/go.mod b/service/iotwireless/go.mod index f36ebd6d002..ae7b9ec75cf 100644 --- a/service/iotwireless/go.mod +++ b/service/iotwireless/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/iotwireless go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/iotwireless/go.sum b/service/iotwireless/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/iotwireless/go.sum +++ b/service/iotwireless/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/iotwireless/go_module_metadata.go b/service/iotwireless/go_module_metadata.go index 42901645895..a63f2daa342 100644 --- a/service/iotwireless/go_module_metadata.go +++ b/service/iotwireless/go_module_metadata.go @@ -3,4 +3,4 @@ package iotwireless // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.45.6" +const goModuleVersion = "1.45.7" diff --git a/service/ivs/CHANGELOG.md b/service/ivs/CHANGELOG.md index b9efccc668f..748a3a85435 100644 --- a/service/ivs/CHANGELOG.md +++ b/service/ivs/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.42.7 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.42.6 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/ivs/go.mod b/service/ivs/go.mod index 0b2ff3bccc2..96f373222af 100644 --- a/service/ivs/go.mod +++ b/service/ivs/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/ivs go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/ivs/go.sum b/service/ivs/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/ivs/go.sum +++ b/service/ivs/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/ivs/go_module_metadata.go b/service/ivs/go_module_metadata.go index 586b7335d21..c1ece43fde9 100644 --- a/service/ivs/go_module_metadata.go +++ b/service/ivs/go_module_metadata.go @@ -3,4 +3,4 @@ package ivs // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.42.6" +const goModuleVersion = "1.42.7" diff --git a/service/ivschat/CHANGELOG.md b/service/ivschat/CHANGELOG.md index 2ce188ba449..2d20e4fbebd 100644 --- a/service/ivschat/CHANGELOG.md +++ b/service/ivschat/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.16.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.16.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/ivschat/go.mod b/service/ivschat/go.mod index a0243f3207d..fda64d5f44c 100644 --- a/service/ivschat/go.mod +++ b/service/ivschat/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/ivschat go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/ivschat/go.sum b/service/ivschat/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/ivschat/go.sum +++ b/service/ivschat/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/ivschat/go_module_metadata.go b/service/ivschat/go_module_metadata.go index c62635c4a15..25baf0cd1e7 100644 --- a/service/ivschat/go_module_metadata.go +++ b/service/ivschat/go_module_metadata.go @@ -3,4 +3,4 @@ package ivschat // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.16.11" +const goModuleVersion = "1.16.12" diff --git a/service/ivsrealtime/CHANGELOG.md b/service/ivsrealtime/CHANGELOG.md index e59b4e16a07..c18752d8abb 100644 --- a/service/ivsrealtime/CHANGELOG.md +++ b/service/ivsrealtime/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.21.5 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.21.4 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/ivsrealtime/go.mod b/service/ivsrealtime/go.mod index 68e8628258a..77579eb1f0c 100644 --- a/service/ivsrealtime/go.mod +++ b/service/ivsrealtime/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/ivsrealtime go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/ivsrealtime/go.sum b/service/ivsrealtime/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/ivsrealtime/go.sum +++ b/service/ivsrealtime/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/ivsrealtime/go_module_metadata.go b/service/ivsrealtime/go_module_metadata.go index d7870b0d1c0..26eada8c71b 100644 --- a/service/ivsrealtime/go_module_metadata.go +++ b/service/ivsrealtime/go_module_metadata.go @@ -3,4 +3,4 @@ package ivsrealtime // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.21.4" +const goModuleVersion = "1.21.5" diff --git a/service/kafka/CHANGELOG.md b/service/kafka/CHANGELOG.md index f3bb23e4a32..96d9a217152 100644 --- a/service/kafka/CHANGELOG.md +++ b/service/kafka/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.38.13 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.38.12 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/kafka/go.mod b/service/kafka/go.mod index b884bdca27d..fb8099657e6 100644 --- a/service/kafka/go.mod +++ b/service/kafka/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/kafka go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/kafka/go.sum b/service/kafka/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/kafka/go.sum +++ b/service/kafka/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/kafka/go_module_metadata.go b/service/kafka/go_module_metadata.go index 42df3c93ab4..7afcae42a86 100644 --- a/service/kafka/go_module_metadata.go +++ b/service/kafka/go_module_metadata.go @@ -3,4 +3,4 @@ package kafka // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.38.12" +const goModuleVersion = "1.38.13" diff --git a/service/kafkaconnect/CHANGELOG.md b/service/kafkaconnect/CHANGELOG.md index 2b4c3e0efc6..2566117ad6e 100644 --- a/service/kafkaconnect/CHANGELOG.md +++ b/service/kafkaconnect/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.22.3 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.22.2 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/kafkaconnect/go.mod b/service/kafkaconnect/go.mod index 4facd13a70f..3d1cfbffc6c 100644 --- a/service/kafkaconnect/go.mod +++ b/service/kafkaconnect/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/kafkaconnect go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/kafkaconnect/go.sum b/service/kafkaconnect/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/kafkaconnect/go.sum +++ b/service/kafkaconnect/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/kafkaconnect/go_module_metadata.go b/service/kafkaconnect/go_module_metadata.go index e5e5a489a72..3c55a7edbce 100644 --- a/service/kafkaconnect/go_module_metadata.go +++ b/service/kafkaconnect/go_module_metadata.go @@ -3,4 +3,4 @@ package kafkaconnect // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.22.2" +const goModuleVersion = "1.22.3" diff --git a/service/kendra/CHANGELOG.md b/service/kendra/CHANGELOG.md index ecfcbc9adff..9194eea4e69 100644 --- a/service/kendra/CHANGELOG.md +++ b/service/kendra/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.55.5 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.55.4 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/kendra/go.mod b/service/kendra/go.mod index 2069f6d95be..a3070b13f90 100644 --- a/service/kendra/go.mod +++ b/service/kendra/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/kendra go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/kendra/go.sum b/service/kendra/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/kendra/go.sum +++ b/service/kendra/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/kendra/go_module_metadata.go b/service/kendra/go_module_metadata.go index 27ab1b43f15..703fc60f795 100644 --- a/service/kendra/go_module_metadata.go +++ b/service/kendra/go_module_metadata.go @@ -3,4 +3,4 @@ package kendra // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.55.4" +const goModuleVersion = "1.55.5" diff --git a/service/kendraranking/CHANGELOG.md b/service/kendraranking/CHANGELOG.md index 7405d413b92..d318301b3e9 100644 --- a/service/kendraranking/CHANGELOG.md +++ b/service/kendraranking/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.11.14 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.11.13 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/kendraranking/go.mod b/service/kendraranking/go.mod index 39ab12e523c..9641d38e010 100644 --- a/service/kendraranking/go.mod +++ b/service/kendraranking/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/kendraranking go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/kendraranking/go.sum b/service/kendraranking/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/kendraranking/go.sum +++ b/service/kendraranking/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/kendraranking/go_module_metadata.go b/service/kendraranking/go_module_metadata.go index a416bd543f0..ec5ac203b1b 100644 --- a/service/kendraranking/go_module_metadata.go +++ b/service/kendraranking/go_module_metadata.go @@ -3,4 +3,4 @@ package kendraranking // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.11.13" +const goModuleVersion = "1.11.14" diff --git a/service/keyspaces/CHANGELOG.md b/service/keyspaces/CHANGELOG.md index 3e04807fd0f..2d6bee83248 100644 --- a/service/keyspaces/CHANGELOG.md +++ b/service/keyspaces/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.16.7 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.16.6 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/keyspaces/go.mod b/service/keyspaces/go.mod index ca6c4dc3e1a..fda83cab696 100644 --- a/service/keyspaces/go.mod +++ b/service/keyspaces/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/keyspaces go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/keyspaces/go.sum b/service/keyspaces/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/keyspaces/go.sum +++ b/service/keyspaces/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/keyspaces/go_module_metadata.go b/service/keyspaces/go_module_metadata.go index fb607d2aeae..fce4a26284a 100644 --- a/service/keyspaces/go_module_metadata.go +++ b/service/keyspaces/go_module_metadata.go @@ -3,4 +3,4 @@ package keyspaces // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.16.6" +const goModuleVersion = "1.16.7" diff --git a/service/kinesis/CHANGELOG.md b/service/kinesis/CHANGELOG.md index 3ba21e6f57d..1ab5c2b0ea3 100644 --- a/service/kinesis/CHANGELOG.md +++ b/service/kinesis/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.32.14 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.32.13 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/kinesis/go.mod b/service/kinesis/go.mod index 4106f8a1100..565370e664d 100644 --- a/service/kinesis/go.mod +++ b/service/kinesis/go.mod @@ -3,11 +3,11 @@ module github.com/aws/aws-sdk-go-v2/service/kinesis go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.7 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.8 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/kinesis/go.sum b/service/kinesis/go.sum index aa7eb14ff92..3df7c5c8b09 100644 --- a/service/kinesis/go.sum +++ b/service/kinesis/go.sum @@ -1,5 +1,5 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/jmespath/go-jmespath v0.4.0 h1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9YPoQUg= diff --git a/service/kinesis/go_module_metadata.go b/service/kinesis/go_module_metadata.go index e60a8d586a4..ece70e8057f 100644 --- a/service/kinesis/go_module_metadata.go +++ b/service/kinesis/go_module_metadata.go @@ -3,4 +3,4 @@ package kinesis // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.32.13" +const goModuleVersion = "1.32.14" diff --git a/service/kinesis/internal/testing/go.mod b/service/kinesis/internal/testing/go.mod index 4056cdb80b8..f6dca640112 100644 --- a/service/kinesis/internal/testing/go.mod +++ b/service/kinesis/internal/testing/go.mod @@ -3,17 +3,17 @@ module github.com/aws/aws-sdk-go-v2/service/kinesis/internal/testing go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.7 - github.com/aws/aws-sdk-go-v2/service/internal/eventstreamtesting v1.5.15 - github.com/aws/aws-sdk-go-v2/service/kinesis v1.32.13 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.8 + github.com/aws/aws-sdk-go-v2/service/internal/eventstreamtesting v1.5.16 + github.com/aws/aws-sdk-go-v2/service/kinesis v1.32.14 + github.com/aws/smithy-go v1.22.2 ) require ( - github.com/aws/aws-sdk-go-v2/credentials v1.17.54 // indirect - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 // indirect - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 // indirect + github.com/aws/aws-sdk-go-v2/credentials v1.17.55 // indirect + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 // indirect + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 // indirect github.com/jmespath/go-jmespath v0.4.0 // indirect ) diff --git a/service/kinesis/internal/testing/go.sum b/service/kinesis/internal/testing/go.sum index aa7eb14ff92..3df7c5c8b09 100644 --- a/service/kinesis/internal/testing/go.sum +++ b/service/kinesis/internal/testing/go.sum @@ -1,5 +1,5 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/jmespath/go-jmespath v0.4.0 h1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9YPoQUg= diff --git a/service/kinesisanalytics/CHANGELOG.md b/service/kinesisanalytics/CHANGELOG.md index a5324de3071..72cac88b287 100644 --- a/service/kinesisanalytics/CHANGELOG.md +++ b/service/kinesisanalytics/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.25.13 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.25.12 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/kinesisanalytics/go.mod b/service/kinesisanalytics/go.mod index defb3974d3f..95c0540919c 100644 --- a/service/kinesisanalytics/go.mod +++ b/service/kinesisanalytics/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/kinesisanalytics go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/kinesisanalytics/go.sum b/service/kinesisanalytics/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/kinesisanalytics/go.sum +++ b/service/kinesisanalytics/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/kinesisanalytics/go_module_metadata.go b/service/kinesisanalytics/go_module_metadata.go index 6bc14d9084f..b7fd1c60a37 100644 --- a/service/kinesisanalytics/go_module_metadata.go +++ b/service/kinesisanalytics/go_module_metadata.go @@ -3,4 +3,4 @@ package kinesisanalytics // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.25.12" +const goModuleVersion = "1.25.13" diff --git a/service/kinesisanalyticsv2/CHANGELOG.md b/service/kinesisanalyticsv2/CHANGELOG.md index e91a4a8a928..2478c41a525 100644 --- a/service/kinesisanalyticsv2/CHANGELOG.md +++ b/service/kinesisanalyticsv2/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.31.13 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.31.12 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/kinesisanalyticsv2/go.mod b/service/kinesisanalyticsv2/go.mod index 23a239bd0a9..a60bd2ffb01 100644 --- a/service/kinesisanalyticsv2/go.mod +++ b/service/kinesisanalyticsv2/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/kinesisanalyticsv2 go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/kinesisanalyticsv2/go.sum b/service/kinesisanalyticsv2/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/kinesisanalyticsv2/go.sum +++ b/service/kinesisanalyticsv2/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/kinesisanalyticsv2/go_module_metadata.go b/service/kinesisanalyticsv2/go_module_metadata.go index 4fadc274594..32873975cd9 100644 --- a/service/kinesisanalyticsv2/go_module_metadata.go +++ b/service/kinesisanalyticsv2/go_module_metadata.go @@ -3,4 +3,4 @@ package kinesisanalyticsv2 // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.31.12" +const goModuleVersion = "1.31.13" diff --git a/service/kinesisvideo/CHANGELOG.md b/service/kinesisvideo/CHANGELOG.md index a8bcc8559d1..6aff412c71c 100644 --- a/service/kinesisvideo/CHANGELOG.md +++ b/service/kinesisvideo/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.27.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.27.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/kinesisvideo/go.mod b/service/kinesisvideo/go.mod index 7e48ebbabb6..0220ca750aa 100644 --- a/service/kinesisvideo/go.mod +++ b/service/kinesisvideo/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/kinesisvideo go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/kinesisvideo/go.sum b/service/kinesisvideo/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/kinesisvideo/go.sum +++ b/service/kinesisvideo/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/kinesisvideo/go_module_metadata.go b/service/kinesisvideo/go_module_metadata.go index 2b24d10f48f..96429b97184 100644 --- a/service/kinesisvideo/go_module_metadata.go +++ b/service/kinesisvideo/go_module_metadata.go @@ -3,4 +3,4 @@ package kinesisvideo // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.27.11" +const goModuleVersion = "1.27.12" diff --git a/service/kinesisvideoarchivedmedia/CHANGELOG.md b/service/kinesisvideoarchivedmedia/CHANGELOG.md index 6bce726f946..d59bd7fcd7a 100644 --- a/service/kinesisvideoarchivedmedia/CHANGELOG.md +++ b/service/kinesisvideoarchivedmedia/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.27.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.27.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/kinesisvideoarchivedmedia/go.mod b/service/kinesisvideoarchivedmedia/go.mod index f5bb3c47040..779e5ede967 100644 --- a/service/kinesisvideoarchivedmedia/go.mod +++ b/service/kinesisvideoarchivedmedia/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/kinesisvideoarchivedmedia go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/kinesisvideoarchivedmedia/go.sum b/service/kinesisvideoarchivedmedia/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/kinesisvideoarchivedmedia/go.sum +++ b/service/kinesisvideoarchivedmedia/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/kinesisvideoarchivedmedia/go_module_metadata.go b/service/kinesisvideoarchivedmedia/go_module_metadata.go index c71b6dc97af..8008e7fd734 100644 --- a/service/kinesisvideoarchivedmedia/go_module_metadata.go +++ b/service/kinesisvideoarchivedmedia/go_module_metadata.go @@ -3,4 +3,4 @@ package kinesisvideoarchivedmedia // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.27.11" +const goModuleVersion = "1.27.12" diff --git a/service/kinesisvideomedia/CHANGELOG.md b/service/kinesisvideomedia/CHANGELOG.md index 993f53f4d03..de038bafab2 100644 --- a/service/kinesisvideomedia/CHANGELOG.md +++ b/service/kinesisvideomedia/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.22.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.22.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/kinesisvideomedia/go.mod b/service/kinesisvideomedia/go.mod index cce6f571519..170bc4ffbd8 100644 --- a/service/kinesisvideomedia/go.mod +++ b/service/kinesisvideomedia/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/kinesisvideomedia go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/kinesisvideomedia/go.sum b/service/kinesisvideomedia/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/kinesisvideomedia/go.sum +++ b/service/kinesisvideomedia/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/kinesisvideomedia/go_module_metadata.go b/service/kinesisvideomedia/go_module_metadata.go index 30cd72b0604..999117c1672 100644 --- a/service/kinesisvideomedia/go_module_metadata.go +++ b/service/kinesisvideomedia/go_module_metadata.go @@ -3,4 +3,4 @@ package kinesisvideomedia // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.22.11" +const goModuleVersion = "1.22.12" diff --git a/service/kinesisvideosignaling/CHANGELOG.md b/service/kinesisvideosignaling/CHANGELOG.md index d5aede80010..64e08e781ed 100644 --- a/service/kinesisvideosignaling/CHANGELOG.md +++ b/service/kinesisvideosignaling/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.23.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.23.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/kinesisvideosignaling/go.mod b/service/kinesisvideosignaling/go.mod index a8183fee4bb..c94ca934e0e 100644 --- a/service/kinesisvideosignaling/go.mod +++ b/service/kinesisvideosignaling/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/kinesisvideosignaling go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/kinesisvideosignaling/go.sum b/service/kinesisvideosignaling/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/kinesisvideosignaling/go.sum +++ b/service/kinesisvideosignaling/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/kinesisvideosignaling/go_module_metadata.go b/service/kinesisvideosignaling/go_module_metadata.go index 1f5ecd6a797..500c37b3cd2 100644 --- a/service/kinesisvideosignaling/go_module_metadata.go +++ b/service/kinesisvideosignaling/go_module_metadata.go @@ -3,4 +3,4 @@ package kinesisvideosignaling // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.23.11" +const goModuleVersion = "1.23.12" diff --git a/service/kinesisvideowebrtcstorage/CHANGELOG.md b/service/kinesisvideowebrtcstorage/CHANGELOG.md index 0f398d479b7..95fdd7105b6 100644 --- a/service/kinesisvideowebrtcstorage/CHANGELOG.md +++ b/service/kinesisvideowebrtcstorage/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.14.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.14.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/kinesisvideowebrtcstorage/go.mod b/service/kinesisvideowebrtcstorage/go.mod index d394a3f5e8e..a4b7e671584 100644 --- a/service/kinesisvideowebrtcstorage/go.mod +++ b/service/kinesisvideowebrtcstorage/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/kinesisvideowebrtcstorage go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/kinesisvideowebrtcstorage/go.sum b/service/kinesisvideowebrtcstorage/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/kinesisvideowebrtcstorage/go.sum +++ b/service/kinesisvideowebrtcstorage/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/kinesisvideowebrtcstorage/go_module_metadata.go b/service/kinesisvideowebrtcstorage/go_module_metadata.go index af04f8e7afc..cdc065f0fa3 100644 --- a/service/kinesisvideowebrtcstorage/go_module_metadata.go +++ b/service/kinesisvideowebrtcstorage/go_module_metadata.go @@ -3,4 +3,4 @@ package kinesisvideowebrtcstorage // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.14.11" +const goModuleVersion = "1.14.12" diff --git a/service/kms/CHANGELOG.md b/service/kms/CHANGELOG.md index dbe6b62309a..bc175840daf 100644 --- a/service/kms/CHANGELOG.md +++ b/service/kms/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.37.14 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.37.13 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/kms/go.mod b/service/kms/go.mod index f84b820abfb..21d301b4ca3 100644 --- a/service/kms/go.mod +++ b/service/kms/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/kms go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/kms/go.sum b/service/kms/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/kms/go.sum +++ b/service/kms/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/kms/go_module_metadata.go b/service/kms/go_module_metadata.go index 9345fe51fc6..a57e7a29f82 100644 --- a/service/kms/go_module_metadata.go +++ b/service/kms/go_module_metadata.go @@ -3,4 +3,4 @@ package kms // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.37.13" +const goModuleVersion = "1.37.14" diff --git a/service/lakeformation/CHANGELOG.md b/service/lakeformation/CHANGELOG.md index 6f22eaecf9d..c02b24a78a6 100644 --- a/service/lakeformation/CHANGELOG.md +++ b/service/lakeformation/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.39.6 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.39.5 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/lakeformation/go.mod b/service/lakeformation/go.mod index 16fbe507699..1a25bfdf040 100644 --- a/service/lakeformation/go.mod +++ b/service/lakeformation/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/lakeformation go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/lakeformation/go.sum b/service/lakeformation/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/lakeformation/go.sum +++ b/service/lakeformation/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/lakeformation/go_module_metadata.go b/service/lakeformation/go_module_metadata.go index 27f5bf32e20..00295c33b89 100644 --- a/service/lakeformation/go_module_metadata.go +++ b/service/lakeformation/go_module_metadata.go @@ -3,4 +3,4 @@ package lakeformation // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.39.5" +const goModuleVersion = "1.39.6" diff --git a/service/lambda/CHANGELOG.md b/service/lambda/CHANGELOG.md index 6602c4684ff..58ce2166016 100644 --- a/service/lambda/CHANGELOG.md +++ b/service/lambda/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.69.8 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.69.7 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/lambda/go.mod b/service/lambda/go.mod index 1a5659e1c01..621c3f32926 100644 --- a/service/lambda/go.mod +++ b/service/lambda/go.mod @@ -3,11 +3,11 @@ module github.com/aws/aws-sdk-go-v2/service/lambda go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.7 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.8 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/lambda/go.sum b/service/lambda/go.sum index aa7eb14ff92..3df7c5c8b09 100644 --- a/service/lambda/go.sum +++ b/service/lambda/go.sum @@ -1,5 +1,5 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/jmespath/go-jmespath v0.4.0 h1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9YPoQUg= diff --git a/service/lambda/go_module_metadata.go b/service/lambda/go_module_metadata.go index 6ff7bb2da0f..05931cf1419 100644 --- a/service/lambda/go_module_metadata.go +++ b/service/lambda/go_module_metadata.go @@ -3,4 +3,4 @@ package lambda // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.69.7" +const goModuleVersion = "1.69.8" diff --git a/service/launchwizard/CHANGELOG.md b/service/launchwizard/CHANGELOG.md index 3d2a0e8a3f2..48c6faa9dd2 100644 --- a/service/launchwizard/CHANGELOG.md +++ b/service/launchwizard/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.8.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.8.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/launchwizard/go.mod b/service/launchwizard/go.mod index b45c9b9a989..b5665d541cc 100644 --- a/service/launchwizard/go.mod +++ b/service/launchwizard/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/launchwizard go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/launchwizard/go.sum b/service/launchwizard/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/launchwizard/go.sum +++ b/service/launchwizard/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/launchwizard/go_module_metadata.go b/service/launchwizard/go_module_metadata.go index 8bc13a38d6b..39b31f69f07 100644 --- a/service/launchwizard/go_module_metadata.go +++ b/service/launchwizard/go_module_metadata.go @@ -3,4 +3,4 @@ package launchwizard // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.8.11" +const goModuleVersion = "1.8.12" diff --git a/service/lexmodelbuildingservice/CHANGELOG.md b/service/lexmodelbuildingservice/CHANGELOG.md index 029075e1e3a..e9e7d8fd894 100644 --- a/service/lexmodelbuildingservice/CHANGELOG.md +++ b/service/lexmodelbuildingservice/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.28.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.28.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/lexmodelbuildingservice/go.mod b/service/lexmodelbuildingservice/go.mod index bcc65ec43a5..e5e640b6f6f 100644 --- a/service/lexmodelbuildingservice/go.mod +++ b/service/lexmodelbuildingservice/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/lexmodelbuildingservice go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/lexmodelbuildingservice/go.sum b/service/lexmodelbuildingservice/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/lexmodelbuildingservice/go.sum +++ b/service/lexmodelbuildingservice/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/lexmodelbuildingservice/go_module_metadata.go b/service/lexmodelbuildingservice/go_module_metadata.go index c1419b82f16..412e0029adc 100644 --- a/service/lexmodelbuildingservice/go_module_metadata.go +++ b/service/lexmodelbuildingservice/go_module_metadata.go @@ -3,4 +3,4 @@ package lexmodelbuildingservice // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.28.11" +const goModuleVersion = "1.28.12" diff --git a/service/lexmodelsv2/CHANGELOG.md b/service/lexmodelsv2/CHANGELOG.md index 7d1ac24c88e..d36ab0286a1 100644 --- a/service/lexmodelsv2/CHANGELOG.md +++ b/service/lexmodelsv2/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.49.13 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.49.12 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/lexmodelsv2/go.mod b/service/lexmodelsv2/go.mod index 9a2bb22df04..fc2dbb7676b 100644 --- a/service/lexmodelsv2/go.mod +++ b/service/lexmodelsv2/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/lexmodelsv2 go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/lexmodelsv2/go.sum b/service/lexmodelsv2/go.sum index aa7eb14ff92..3df7c5c8b09 100644 --- a/service/lexmodelsv2/go.sum +++ b/service/lexmodelsv2/go.sum @@ -1,5 +1,5 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/jmespath/go-jmespath v0.4.0 h1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9YPoQUg= diff --git a/service/lexmodelsv2/go_module_metadata.go b/service/lexmodelsv2/go_module_metadata.go index 7d6d284f4b6..e2cefdaa114 100644 --- a/service/lexmodelsv2/go_module_metadata.go +++ b/service/lexmodelsv2/go_module_metadata.go @@ -3,4 +3,4 @@ package lexmodelsv2 // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.49.12" +const goModuleVersion = "1.49.13" diff --git a/service/lexruntimeservice/CHANGELOG.md b/service/lexruntimeservice/CHANGELOG.md index d2589426f14..05d56e5946e 100644 --- a/service/lexruntimeservice/CHANGELOG.md +++ b/service/lexruntimeservice/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.24.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.24.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/lexruntimeservice/go.mod b/service/lexruntimeservice/go.mod index 3b350ce5f1d..24b59406523 100644 --- a/service/lexruntimeservice/go.mod +++ b/service/lexruntimeservice/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/lexruntimeservice go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/lexruntimeservice/go.sum b/service/lexruntimeservice/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/lexruntimeservice/go.sum +++ b/service/lexruntimeservice/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/lexruntimeservice/go_module_metadata.go b/service/lexruntimeservice/go_module_metadata.go index 52bcacd5aa0..02ff43f5843 100644 --- a/service/lexruntimeservice/go_module_metadata.go +++ b/service/lexruntimeservice/go_module_metadata.go @@ -3,4 +3,4 @@ package lexruntimeservice // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.24.11" +const goModuleVersion = "1.24.12" diff --git a/service/lexruntimev2/CHANGELOG.md b/service/lexruntimev2/CHANGELOG.md index 5c789c34d09..1ea360f0038 100644 --- a/service/lexruntimev2/CHANGELOG.md +++ b/service/lexruntimev2/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.29.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.29.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/lexruntimev2/go.mod b/service/lexruntimev2/go.mod index 4a543abb2e3..212034981af 100644 --- a/service/lexruntimev2/go.mod +++ b/service/lexruntimev2/go.mod @@ -3,11 +3,11 @@ module github.com/aws/aws-sdk-go-v2/service/lexruntimev2 go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.7 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.8 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/lexruntimev2/go.sum b/service/lexruntimev2/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/lexruntimev2/go.sum +++ b/service/lexruntimev2/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/lexruntimev2/go_module_metadata.go b/service/lexruntimev2/go_module_metadata.go index e92542e4bfa..3e639a3f1b0 100644 --- a/service/lexruntimev2/go_module_metadata.go +++ b/service/lexruntimev2/go_module_metadata.go @@ -3,4 +3,4 @@ package lexruntimev2 // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.29.11" +const goModuleVersion = "1.29.12" diff --git a/service/licensemanager/CHANGELOG.md b/service/licensemanager/CHANGELOG.md index df55ac9d0ce..aac020f9353 100644 --- a/service/licensemanager/CHANGELOG.md +++ b/service/licensemanager/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.29.13 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.29.12 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/licensemanager/go.mod b/service/licensemanager/go.mod index 2f8ec646598..27f8029b7f3 100644 --- a/service/licensemanager/go.mod +++ b/service/licensemanager/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/licensemanager go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/licensemanager/go.sum b/service/licensemanager/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/licensemanager/go.sum +++ b/service/licensemanager/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/licensemanager/go_module_metadata.go b/service/licensemanager/go_module_metadata.go index c91b91088be..e189c34cbd7 100644 --- a/service/licensemanager/go_module_metadata.go +++ b/service/licensemanager/go_module_metadata.go @@ -3,4 +3,4 @@ package licensemanager // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.29.12" +const goModuleVersion = "1.29.13" diff --git a/service/licensemanagerlinuxsubscriptions/CHANGELOG.md b/service/licensemanagerlinuxsubscriptions/CHANGELOG.md index 25e21679729..39d13414d37 100644 --- a/service/licensemanagerlinuxsubscriptions/CHANGELOG.md +++ b/service/licensemanagerlinuxsubscriptions/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.14.13 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.14.12 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/licensemanagerlinuxsubscriptions/go.mod b/service/licensemanagerlinuxsubscriptions/go.mod index cb9a3cbf753..984da1e1291 100644 --- a/service/licensemanagerlinuxsubscriptions/go.mod +++ b/service/licensemanagerlinuxsubscriptions/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/licensemanagerlinuxsubscriptions go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/licensemanagerlinuxsubscriptions/go.sum b/service/licensemanagerlinuxsubscriptions/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/licensemanagerlinuxsubscriptions/go.sum +++ b/service/licensemanagerlinuxsubscriptions/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/licensemanagerlinuxsubscriptions/go_module_metadata.go b/service/licensemanagerlinuxsubscriptions/go_module_metadata.go index 6ee1c276314..c8973fd3310 100644 --- a/service/licensemanagerlinuxsubscriptions/go_module_metadata.go +++ b/service/licensemanagerlinuxsubscriptions/go_module_metadata.go @@ -3,4 +3,4 @@ package licensemanagerlinuxsubscriptions // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.14.12" +const goModuleVersion = "1.14.13" diff --git a/service/licensemanagerusersubscriptions/CHANGELOG.md b/service/licensemanagerusersubscriptions/CHANGELOG.md index 9859362dba9..2338a890fd4 100644 --- a/service/licensemanagerusersubscriptions/CHANGELOG.md +++ b/service/licensemanagerusersubscriptions/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.14.7 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.14.6 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/licensemanagerusersubscriptions/go.mod b/service/licensemanagerusersubscriptions/go.mod index d439624f133..79a3b17529d 100644 --- a/service/licensemanagerusersubscriptions/go.mod +++ b/service/licensemanagerusersubscriptions/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/licensemanagerusersubscriptions go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/licensemanagerusersubscriptions/go.sum b/service/licensemanagerusersubscriptions/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/licensemanagerusersubscriptions/go.sum +++ b/service/licensemanagerusersubscriptions/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/licensemanagerusersubscriptions/go_module_metadata.go b/service/licensemanagerusersubscriptions/go_module_metadata.go index ac7c82c6415..9d760864e75 100644 --- a/service/licensemanagerusersubscriptions/go_module_metadata.go +++ b/service/licensemanagerusersubscriptions/go_module_metadata.go @@ -3,4 +3,4 @@ package licensemanagerusersubscriptions // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.14.6" +const goModuleVersion = "1.14.7" diff --git a/service/lightsail/CHANGELOG.md b/service/lightsail/CHANGELOG.md index e5d21c9e647..37113d942f7 100644 --- a/service/lightsail/CHANGELOG.md +++ b/service/lightsail/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.42.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.42.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/lightsail/go.mod b/service/lightsail/go.mod index b30595232c7..409976bc51a 100644 --- a/service/lightsail/go.mod +++ b/service/lightsail/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/lightsail go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/lightsail/go.sum b/service/lightsail/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/lightsail/go.sum +++ b/service/lightsail/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/lightsail/go_module_metadata.go b/service/lightsail/go_module_metadata.go index bfca49e5012..2198f1f4a2b 100644 --- a/service/lightsail/go_module_metadata.go +++ b/service/lightsail/go_module_metadata.go @@ -3,4 +3,4 @@ package lightsail // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.42.11" +const goModuleVersion = "1.42.12" diff --git a/service/location/CHANGELOG.md b/service/location/CHANGELOG.md index 6fd89cf72c4..9ea6270ce76 100644 --- a/service/location/CHANGELOG.md +++ b/service/location/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.42.13 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.42.12 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/location/go.mod b/service/location/go.mod index 1e4be3ac20c..b83e311d0c9 100644 --- a/service/location/go.mod +++ b/service/location/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/location go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/location/go.sum b/service/location/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/location/go.sum +++ b/service/location/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/location/go_module_metadata.go b/service/location/go_module_metadata.go index c7f78a0ea8b..e434a44c413 100644 --- a/service/location/go_module_metadata.go +++ b/service/location/go_module_metadata.go @@ -3,4 +3,4 @@ package location // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.42.12" +const goModuleVersion = "1.42.13" diff --git a/service/lookoutequipment/CHANGELOG.md b/service/lookoutequipment/CHANGELOG.md index 241875d9d1d..7f13fe7c80c 100644 --- a/service/lookoutequipment/CHANGELOG.md +++ b/service/lookoutequipment/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.30.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.30.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/lookoutequipment/go.mod b/service/lookoutequipment/go.mod index d20d9c4e9f0..dd87adc1f93 100644 --- a/service/lookoutequipment/go.mod +++ b/service/lookoutequipment/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/lookoutequipment go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/lookoutequipment/go.sum b/service/lookoutequipment/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/lookoutequipment/go.sum +++ b/service/lookoutequipment/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/lookoutequipment/go_module_metadata.go b/service/lookoutequipment/go_module_metadata.go index a4387acad4f..0413cd1660b 100644 --- a/service/lookoutequipment/go_module_metadata.go +++ b/service/lookoutequipment/go_module_metadata.go @@ -3,4 +3,4 @@ package lookoutequipment // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.30.11" +const goModuleVersion = "1.30.12" diff --git a/service/lookoutmetrics/CHANGELOG.md b/service/lookoutmetrics/CHANGELOG.md index 78b5748923d..7aea21d8d1f 100644 --- a/service/lookoutmetrics/CHANGELOG.md +++ b/service/lookoutmetrics/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.31.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.31.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/lookoutmetrics/go.mod b/service/lookoutmetrics/go.mod index 22e2014863d..735f285b433 100644 --- a/service/lookoutmetrics/go.mod +++ b/service/lookoutmetrics/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/lookoutmetrics go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/lookoutmetrics/go.sum b/service/lookoutmetrics/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/lookoutmetrics/go.sum +++ b/service/lookoutmetrics/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/lookoutmetrics/go_module_metadata.go b/service/lookoutmetrics/go_module_metadata.go index 67847659e36..d6a083f6c35 100644 --- a/service/lookoutmetrics/go_module_metadata.go +++ b/service/lookoutmetrics/go_module_metadata.go @@ -3,4 +3,4 @@ package lookoutmetrics // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.31.11" +const goModuleVersion = "1.31.12" diff --git a/service/lookoutvision/CHANGELOG.md b/service/lookoutvision/CHANGELOG.md index dc5dd94ddd3..93687fe5133 100644 --- a/service/lookoutvision/CHANGELOG.md +++ b/service/lookoutvision/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.27.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.27.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/lookoutvision/go.mod b/service/lookoutvision/go.mod index 12ed6bcbef7..fb2637e2019 100644 --- a/service/lookoutvision/go.mod +++ b/service/lookoutvision/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/lookoutvision go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/lookoutvision/go.sum b/service/lookoutvision/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/lookoutvision/go.sum +++ b/service/lookoutvision/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/lookoutvision/go_module_metadata.go b/service/lookoutvision/go_module_metadata.go index 89de590e16c..01f5c61e64b 100644 --- a/service/lookoutvision/go_module_metadata.go +++ b/service/lookoutvision/go_module_metadata.go @@ -3,4 +3,4 @@ package lookoutvision // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.27.11" +const goModuleVersion = "1.27.12" diff --git a/service/m2/CHANGELOG.md b/service/m2/CHANGELOG.md index 96fd076240e..af1778c8cf5 100644 --- a/service/m2/CHANGELOG.md +++ b/service/m2/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.19.5 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.19.4 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/m2/go.mod b/service/m2/go.mod index 2b6421dc282..73dc92a588d 100644 --- a/service/m2/go.mod +++ b/service/m2/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/m2 go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/m2/go.sum b/service/m2/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/m2/go.sum +++ b/service/m2/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/m2/go_module_metadata.go b/service/m2/go_module_metadata.go index f12c843dde2..08dd95fd519 100644 --- a/service/m2/go_module_metadata.go +++ b/service/m2/go_module_metadata.go @@ -3,4 +3,4 @@ package m2 // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.19.4" +const goModuleVersion = "1.19.5" diff --git a/service/machinelearning/CHANGELOG.md b/service/machinelearning/CHANGELOG.md index 568e150050a..3aa7130f478 100644 --- a/service/machinelearning/CHANGELOG.md +++ b/service/machinelearning/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.28.13 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.28.12 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/machinelearning/go.mod b/service/machinelearning/go.mod index 75f4d84a00c..a6f6c6f1d9c 100644 --- a/service/machinelearning/go.mod +++ b/service/machinelearning/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/machinelearning go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/machinelearning/go.sum b/service/machinelearning/go.sum index aa7eb14ff92..3df7c5c8b09 100644 --- a/service/machinelearning/go.sum +++ b/service/machinelearning/go.sum @@ -1,5 +1,5 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/jmespath/go-jmespath v0.4.0 h1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9YPoQUg= diff --git a/service/machinelearning/go_module_metadata.go b/service/machinelearning/go_module_metadata.go index a4704bd25cd..b9e4485aa88 100644 --- a/service/machinelearning/go_module_metadata.go +++ b/service/machinelearning/go_module_metadata.go @@ -3,4 +3,4 @@ package machinelearning // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.28.12" +const goModuleVersion = "1.28.13" diff --git a/service/macie2/CHANGELOG.md b/service/macie2/CHANGELOG.md index 82c870778c4..624608ebbad 100644 --- a/service/macie2/CHANGELOG.md +++ b/service/macie2/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.44.6 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.44.5 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/macie2/go.mod b/service/macie2/go.mod index b26d46deeed..8ee1d3021e3 100644 --- a/service/macie2/go.mod +++ b/service/macie2/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/macie2 go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/macie2/go.sum b/service/macie2/go.sum index aa7eb14ff92..3df7c5c8b09 100644 --- a/service/macie2/go.sum +++ b/service/macie2/go.sum @@ -1,5 +1,5 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/jmespath/go-jmespath v0.4.0 h1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9YPoQUg= diff --git a/service/macie2/go_module_metadata.go b/service/macie2/go_module_metadata.go index d86e0a5a50d..afb92151ad5 100644 --- a/service/macie2/go_module_metadata.go +++ b/service/macie2/go_module_metadata.go @@ -3,4 +3,4 @@ package macie2 // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.44.5" +const goModuleVersion = "1.44.6" diff --git a/service/mailmanager/CHANGELOG.md b/service/mailmanager/CHANGELOG.md index 196b3e295e7..7f4b17a506b 100644 --- a/service/mailmanager/CHANGELOG.md +++ b/service/mailmanager/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.7.6 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.7.5 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/mailmanager/go.mod b/service/mailmanager/go.mod index 33d9ce70377..91979ac68d2 100644 --- a/service/mailmanager/go.mod +++ b/service/mailmanager/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/mailmanager go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/mailmanager/go.sum b/service/mailmanager/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/mailmanager/go.sum +++ b/service/mailmanager/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/mailmanager/go_module_metadata.go b/service/mailmanager/go_module_metadata.go index 2fecf04c202..15caffa5612 100644 --- a/service/mailmanager/go_module_metadata.go +++ b/service/mailmanager/go_module_metadata.go @@ -3,4 +3,4 @@ package mailmanager // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.7.5" +const goModuleVersion = "1.7.6" diff --git a/service/managedblockchain/CHANGELOG.md b/service/managedblockchain/CHANGELOG.md index 694ace39d89..cca27c68ca2 100644 --- a/service/managedblockchain/CHANGELOG.md +++ b/service/managedblockchain/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.26.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.26.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/managedblockchain/go.mod b/service/managedblockchain/go.mod index 22d89edbe7f..74888713f45 100644 --- a/service/managedblockchain/go.mod +++ b/service/managedblockchain/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/managedblockchain go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/managedblockchain/go.sum b/service/managedblockchain/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/managedblockchain/go.sum +++ b/service/managedblockchain/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/managedblockchain/go_module_metadata.go b/service/managedblockchain/go_module_metadata.go index faaa462eec5..8a1a98ac58d 100644 --- a/service/managedblockchain/go_module_metadata.go +++ b/service/managedblockchain/go_module_metadata.go @@ -3,4 +3,4 @@ package managedblockchain // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.26.11" +const goModuleVersion = "1.26.12" diff --git a/service/managedblockchainquery/CHANGELOG.md b/service/managedblockchainquery/CHANGELOG.md index 89db8812039..fb05b6c1d70 100644 --- a/service/managedblockchainquery/CHANGELOG.md +++ b/service/managedblockchainquery/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.16.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.16.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/managedblockchainquery/go.mod b/service/managedblockchainquery/go.mod index a10fb5b3d85..a72c0fc34e9 100644 --- a/service/managedblockchainquery/go.mod +++ b/service/managedblockchainquery/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/managedblockchainquery go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/managedblockchainquery/go.sum b/service/managedblockchainquery/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/managedblockchainquery/go.sum +++ b/service/managedblockchainquery/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/managedblockchainquery/go_module_metadata.go b/service/managedblockchainquery/go_module_metadata.go index 657bad45307..ccdc234d5c8 100644 --- a/service/managedblockchainquery/go_module_metadata.go +++ b/service/managedblockchainquery/go_module_metadata.go @@ -3,4 +3,4 @@ package managedblockchainquery // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.16.11" +const goModuleVersion = "1.16.12" diff --git a/service/marketplaceagreement/CHANGELOG.md b/service/marketplaceagreement/CHANGELOG.md index 125683c0b9e..14a798f57e6 100644 --- a/service/marketplaceagreement/CHANGELOG.md +++ b/service/marketplaceagreement/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.6.13 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.6.12 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/marketplaceagreement/go.mod b/service/marketplaceagreement/go.mod index f8c3374ce8f..84970df701e 100644 --- a/service/marketplaceagreement/go.mod +++ b/service/marketplaceagreement/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/marketplaceagreement go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/marketplaceagreement/go.sum b/service/marketplaceagreement/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/marketplaceagreement/go.sum +++ b/service/marketplaceagreement/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/marketplaceagreement/go_module_metadata.go b/service/marketplaceagreement/go_module_metadata.go index dfb41d1c378..5c48acf5760 100644 --- a/service/marketplaceagreement/go_module_metadata.go +++ b/service/marketplaceagreement/go_module_metadata.go @@ -3,4 +3,4 @@ package marketplaceagreement // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.6.12" +const goModuleVersion = "1.6.13" diff --git a/service/marketplacecatalog/CHANGELOG.md b/service/marketplacecatalog/CHANGELOG.md index 71676df2223..b13e989ef1b 100644 --- a/service/marketplacecatalog/CHANGELOG.md +++ b/service/marketplacecatalog/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.30.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.30.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/marketplacecatalog/go.mod b/service/marketplacecatalog/go.mod index b7a5b368e34..674382b27e8 100644 --- a/service/marketplacecatalog/go.mod +++ b/service/marketplacecatalog/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/marketplacecatalog go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/marketplacecatalog/go.sum b/service/marketplacecatalog/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/marketplacecatalog/go.sum +++ b/service/marketplacecatalog/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/marketplacecatalog/go_module_metadata.go b/service/marketplacecatalog/go_module_metadata.go index 63ca1af6717..ef4e3ab93b0 100644 --- a/service/marketplacecatalog/go_module_metadata.go +++ b/service/marketplacecatalog/go_module_metadata.go @@ -3,4 +3,4 @@ package marketplacecatalog // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.30.11" +const goModuleVersion = "1.30.12" diff --git a/service/marketplacecommerceanalytics/CHANGELOG.md b/service/marketplacecommerceanalytics/CHANGELOG.md index a9ebd4d0644..eb63254c3da 100644 --- a/service/marketplacecommerceanalytics/CHANGELOG.md +++ b/service/marketplacecommerceanalytics/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.24.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.24.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/marketplacecommerceanalytics/go.mod b/service/marketplacecommerceanalytics/go.mod index d0fb7f34f04..414ac7232e4 100644 --- a/service/marketplacecommerceanalytics/go.mod +++ b/service/marketplacecommerceanalytics/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/marketplacecommerceanalytics go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/marketplacecommerceanalytics/go.sum b/service/marketplacecommerceanalytics/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/marketplacecommerceanalytics/go.sum +++ b/service/marketplacecommerceanalytics/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/marketplacecommerceanalytics/go_module_metadata.go b/service/marketplacecommerceanalytics/go_module_metadata.go index c3d8010ab83..9d453b0a9ed 100644 --- a/service/marketplacecommerceanalytics/go_module_metadata.go +++ b/service/marketplacecommerceanalytics/go_module_metadata.go @@ -3,4 +3,4 @@ package marketplacecommerceanalytics // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.24.11" +const goModuleVersion = "1.24.12" diff --git a/service/marketplacedeployment/CHANGELOG.md b/service/marketplacedeployment/CHANGELOG.md index dd33528cffc..93fc8a65014 100644 --- a/service/marketplacedeployment/CHANGELOG.md +++ b/service/marketplacedeployment/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.6.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.6.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/marketplacedeployment/go.mod b/service/marketplacedeployment/go.mod index 0f0f2926462..42a93a85a0b 100644 --- a/service/marketplacedeployment/go.mod +++ b/service/marketplacedeployment/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/marketplacedeployment go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/marketplacedeployment/go.sum b/service/marketplacedeployment/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/marketplacedeployment/go.sum +++ b/service/marketplacedeployment/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/marketplacedeployment/go_module_metadata.go b/service/marketplacedeployment/go_module_metadata.go index 0e6bb8aa7c5..2d6a94561d2 100644 --- a/service/marketplacedeployment/go_module_metadata.go +++ b/service/marketplacedeployment/go_module_metadata.go @@ -3,4 +3,4 @@ package marketplacedeployment // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.6.11" +const goModuleVersion = "1.6.12" diff --git a/service/marketplaceentitlementservice/CHANGELOG.md b/service/marketplaceentitlementservice/CHANGELOG.md index a926eb1557c..3eedb5632a7 100644 --- a/service/marketplaceentitlementservice/CHANGELOG.md +++ b/service/marketplaceentitlementservice/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.25.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.25.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/marketplaceentitlementservice/go.mod b/service/marketplaceentitlementservice/go.mod index a287946cfc9..5464ae2e337 100644 --- a/service/marketplaceentitlementservice/go.mod +++ b/service/marketplaceentitlementservice/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/marketplaceentitlementservice go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/marketplaceentitlementservice/go.sum b/service/marketplaceentitlementservice/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/marketplaceentitlementservice/go.sum +++ b/service/marketplaceentitlementservice/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/marketplaceentitlementservice/go_module_metadata.go b/service/marketplaceentitlementservice/go_module_metadata.go index e338fbd065c..32c2779fb39 100644 --- a/service/marketplaceentitlementservice/go_module_metadata.go +++ b/service/marketplaceentitlementservice/go_module_metadata.go @@ -3,4 +3,4 @@ package marketplaceentitlementservice // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.25.11" +const goModuleVersion = "1.25.12" diff --git a/service/marketplacemetering/CHANGELOG.md b/service/marketplacemetering/CHANGELOG.md index badc5fb3806..630f9af2f57 100644 --- a/service/marketplacemetering/CHANGELOG.md +++ b/service/marketplacemetering/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.25.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.25.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/marketplacemetering/go.mod b/service/marketplacemetering/go.mod index 2ccbc3252db..9d2be835697 100644 --- a/service/marketplacemetering/go.mod +++ b/service/marketplacemetering/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/marketplacemetering go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/marketplacemetering/go.sum b/service/marketplacemetering/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/marketplacemetering/go.sum +++ b/service/marketplacemetering/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/marketplacemetering/go_module_metadata.go b/service/marketplacemetering/go_module_metadata.go index 481c7f3249e..1835ee7bfb7 100644 --- a/service/marketplacemetering/go_module_metadata.go +++ b/service/marketplacemetering/go_module_metadata.go @@ -3,4 +3,4 @@ package marketplacemetering // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.25.11" +const goModuleVersion = "1.25.12" diff --git a/service/marketplacereporting/CHANGELOG.md b/service/marketplacereporting/CHANGELOG.md index 4f9de674be1..13ff58eb01e 100644 --- a/service/marketplacereporting/CHANGELOG.md +++ b/service/marketplacereporting/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.1.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.1.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/marketplacereporting/go.mod b/service/marketplacereporting/go.mod index 95f684e9ebb..ea819a36b50 100644 --- a/service/marketplacereporting/go.mod +++ b/service/marketplacereporting/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/marketplacereporting go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/marketplacereporting/go.sum b/service/marketplacereporting/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/marketplacereporting/go.sum +++ b/service/marketplacereporting/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/marketplacereporting/go_module_metadata.go b/service/marketplacereporting/go_module_metadata.go index 783478d8e7b..0447a37c54d 100644 --- a/service/marketplacereporting/go_module_metadata.go +++ b/service/marketplacereporting/go_module_metadata.go @@ -3,4 +3,4 @@ package marketplacereporting // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.1.11" +const goModuleVersion = "1.1.12" diff --git a/service/mediaconnect/CHANGELOG.md b/service/mediaconnect/CHANGELOG.md index 6b9d399a0a6..5753bf07c11 100644 --- a/service/mediaconnect/CHANGELOG.md +++ b/service/mediaconnect/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.37.5 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.37.4 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/mediaconnect/go.mod b/service/mediaconnect/go.mod index 27f94f2d4bd..9a20f90ea4f 100644 --- a/service/mediaconnect/go.mod +++ b/service/mediaconnect/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/mediaconnect go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/mediaconnect/go.sum b/service/mediaconnect/go.sum index aa7eb14ff92..3df7c5c8b09 100644 --- a/service/mediaconnect/go.sum +++ b/service/mediaconnect/go.sum @@ -1,5 +1,5 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/jmespath/go-jmespath v0.4.0 h1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9YPoQUg= diff --git a/service/mediaconnect/go_module_metadata.go b/service/mediaconnect/go_module_metadata.go index 976231aaba7..e5128679248 100644 --- a/service/mediaconnect/go_module_metadata.go +++ b/service/mediaconnect/go_module_metadata.go @@ -3,4 +3,4 @@ package mediaconnect // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.37.4" +const goModuleVersion = "1.37.5" diff --git a/service/mediaconvert/CHANGELOG.md b/service/mediaconvert/CHANGELOG.md index 2c6ef131fb2..dbf35b54e5a 100644 --- a/service/mediaconvert/CHANGELOG.md +++ b/service/mediaconvert/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.65.4 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.65.3 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/mediaconvert/go.mod b/service/mediaconvert/go.mod index cd245d8aa72..271b7ddca07 100644 --- a/service/mediaconvert/go.mod +++ b/service/mediaconvert/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/mediaconvert go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/mediaconvert/go.sum b/service/mediaconvert/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/mediaconvert/go.sum +++ b/service/mediaconvert/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/mediaconvert/go_module_metadata.go b/service/mediaconvert/go_module_metadata.go index 3788d74f73c..5f6b7a6382c 100644 --- a/service/mediaconvert/go_module_metadata.go +++ b/service/mediaconvert/go_module_metadata.go @@ -3,4 +3,4 @@ package mediaconvert // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.65.3" +const goModuleVersion = "1.65.4" diff --git a/service/medialive/CHANGELOG.md b/service/medialive/CHANGELOG.md index 643b040e5e9..a5e0f1eb53e 100644 --- a/service/medialive/CHANGELOG.md +++ b/service/medialive/CHANGELOG.md @@ -1,3 +1,12 @@ +# v1.66.1 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + +# v1.66.0 (2025-01-22) + +* **Feature**: AWS Elemental MediaLive adds a new feature, ID3 segment tagging, in CMAF Ingest output groups. It allows customers to insert ID3 tags into every output segment, controlled by a newly added channel schedule action Id3SegmentTagging. + # v1.65.4 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/medialive/deserializers.go b/service/medialive/deserializers.go index 4de336db3ad..4c8587d49f4 100644 --- a/service/medialive/deserializers.go +++ b/service/medialive/deserializers.go @@ -30206,6 +30206,24 @@ func awsRestjson1_deserializeDocumentCmafIngestGroupSettings(v **types.CmafInges return err } + case "id3Behavior": + if value != nil { + jtv, ok := value.(string) + if !ok { + return fmt.Errorf("expected CmafId3Behavior to be of type string, got %T instead", value) + } + sv.Id3Behavior = types.CmafId3Behavior(jtv) + } + + case "id3NameModifier": + if value != nil { + jtv, ok := value.(string) + if !ok { + return fmt.Errorf("expected __stringMax100 to be of type string, got %T instead", value) + } + sv.Id3NameModifier = ptr.String(jtv) + } + case "klvBehavior": if value != nil { jtv, ok := value.(string) @@ -35862,6 +35880,55 @@ func awsRestjson1_deserializeDocumentHtmlMotionGraphicsSettings(v **types.HtmlMo return nil } +func awsRestjson1_deserializeDocumentId3SegmentTaggingScheduleActionSettings(v **types.Id3SegmentTaggingScheduleActionSettings, value interface{}) error { + if v == nil { + return fmt.Errorf("unexpected nil of type %T", v) + } + if value == nil { + return nil + } + + shape, ok := value.(map[string]interface{}) + if !ok { + return fmt.Errorf("unexpected JSON type %v", value) + } + + var sv *types.Id3SegmentTaggingScheduleActionSettings + if *v == nil { + sv = &types.Id3SegmentTaggingScheduleActionSettings{} + } else { + sv = *v + } + + for key, value := range shape { + switch key { + case "id3": + if value != nil { + jtv, ok := value.(string) + if !ok { + return fmt.Errorf("expected __string to be of type string, got %T instead", value) + } + sv.Id3 = ptr.String(jtv) + } + + case "tag": + if value != nil { + jtv, ok := value.(string) + if !ok { + return fmt.Errorf("expected __string to be of type string, got %T instead", value) + } + sv.Tag = ptr.String(jtv) + } + + default: + _, _ = key, value + + } + } + *v = sv + return nil +} + func awsRestjson1_deserializeDocumentImmediateModeScheduleActionStartSettings(v **types.ImmediateModeScheduleActionStartSettings, value interface{}) error { if v == nil { return fmt.Errorf("unexpected nil of type %T", v) @@ -43630,6 +43697,11 @@ func awsRestjson1_deserializeDocumentScheduleActionSettings(v **types.ScheduleAc return err } + case "id3SegmentTaggingSettings": + if err := awsRestjson1_deserializeDocumentId3SegmentTaggingScheduleActionSettings(&sv.Id3SegmentTaggingSettings, value); err != nil { + return err + } + case "inputPrepareSettings": if err := awsRestjson1_deserializeDocumentInputPrepareScheduleActionSettings(&sv.InputPrepareSettings, value); err != nil { return err @@ -43695,6 +43767,11 @@ func awsRestjson1_deserializeDocumentScheduleActionSettings(v **types.ScheduleAc return err } + case "timedMetadataSettings": + if err := awsRestjson1_deserializeDocumentTimedMetadataScheduleActionSettings(&sv.TimedMetadataSettings, value); err != nil { + return err + } + default: _, _ = key, value @@ -46129,6 +46206,46 @@ func awsRestjson1_deserializeDocumentTimecodeConfig(v **types.TimecodeConfig, va return nil } +func awsRestjson1_deserializeDocumentTimedMetadataScheduleActionSettings(v **types.TimedMetadataScheduleActionSettings, value interface{}) error { + if v == nil { + return fmt.Errorf("unexpected nil of type %T", v) + } + if value == nil { + return nil + } + + shape, ok := value.(map[string]interface{}) + if !ok { + return fmt.Errorf("unexpected JSON type %v", value) + } + + var sv *types.TimedMetadataScheduleActionSettings + if *v == nil { + sv = &types.TimedMetadataScheduleActionSettings{} + } else { + sv = *v + } + + for key, value := range shape { + switch key { + case "id3": + if value != nil { + jtv, ok := value.(string) + if !ok { + return fmt.Errorf("expected __string to be of type string, got %T instead", value) + } + sv.Id3 = ptr.String(jtv) + } + + default: + _, _ = key, value + + } + } + *v = sv + return nil +} + func awsRestjson1_deserializeDocumentTooManyRequestsException(v **types.TooManyRequestsException, value interface{}) error { if v == nil { return fmt.Errorf("unexpected nil of type %T", v) diff --git a/service/medialive/go.mod b/service/medialive/go.mod index bdbf4a13a12..ba2d9c60787 100644 --- a/service/medialive/go.mod +++ b/service/medialive/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/medialive go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/medialive/go.sum b/service/medialive/go.sum index aa7eb14ff92..3df7c5c8b09 100644 --- a/service/medialive/go.sum +++ b/service/medialive/go.sum @@ -1,5 +1,5 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/jmespath/go-jmespath v0.4.0 h1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9YPoQUg= diff --git a/service/medialive/go_module_metadata.go b/service/medialive/go_module_metadata.go index 007f27bd207..63649ff8732 100644 --- a/service/medialive/go_module_metadata.go +++ b/service/medialive/go_module_metadata.go @@ -3,4 +3,4 @@ package medialive // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.65.4" +const goModuleVersion = "1.66.1" diff --git a/service/medialive/serializers.go b/service/medialive/serializers.go index 3e8dda92bb5..889654c8001 100644 --- a/service/medialive/serializers.go +++ b/service/medialive/serializers.go @@ -12311,6 +12311,16 @@ func awsRestjson1_serializeDocumentCmafIngestGroupSettings(v *types.CmafIngestGr } } + if len(v.Id3Behavior) > 0 { + ok := object.Key("id3Behavior") + ok.String(string(v.Id3Behavior)) + } + + if v.Id3NameModifier != nil { + ok := object.Key("id3NameModifier") + ok.String(*v.Id3NameModifier) + } + if len(v.KlvBehavior) > 0 { ok := object.Key("klvBehavior") ok.String(string(v.KlvBehavior)) @@ -14490,6 +14500,23 @@ func awsRestjson1_serializeDocumentHtmlMotionGraphicsSettings(v *types.HtmlMotio return nil } +func awsRestjson1_serializeDocumentId3SegmentTaggingScheduleActionSettings(v *types.Id3SegmentTaggingScheduleActionSettings, value smithyjson.Value) error { + object := value.Object() + defer object.Close() + + if v.Id3 != nil { + ok := object.Key("id3") + ok.String(*v.Id3) + } + + if v.Tag != nil { + ok := object.Key("tag") + ok.String(*v.Tag) + } + + return nil +} + func awsRestjson1_serializeDocumentImmediateModeScheduleActionStartSettings(v *types.ImmediateModeScheduleActionStartSettings, value smithyjson.Value) error { object := value.Object() defer object.Close() @@ -17140,6 +17167,13 @@ func awsRestjson1_serializeDocumentScheduleActionSettings(v *types.ScheduleActio } } + if v.Id3SegmentTaggingSettings != nil { + ok := object.Key("id3SegmentTaggingSettings") + if err := awsRestjson1_serializeDocumentId3SegmentTaggingScheduleActionSettings(v.Id3SegmentTaggingSettings, ok); err != nil { + return err + } + } + if v.InputPrepareSettings != nil { ok := object.Key("inputPrepareSettings") if err := awsRestjson1_serializeDocumentInputPrepareScheduleActionSettings(v.InputPrepareSettings, ok); err != nil { @@ -17231,6 +17265,13 @@ func awsRestjson1_serializeDocumentScheduleActionSettings(v *types.ScheduleActio } } + if v.TimedMetadataSettings != nil { + ok := object.Key("timedMetadataSettings") + if err := awsRestjson1_serializeDocumentTimedMetadataScheduleActionSettings(v.TimedMetadataSettings, ok); err != nil { + return err + } + } + return nil } @@ -18024,6 +18065,18 @@ func awsRestjson1_serializeDocumentTimecodeConfig(v *types.TimecodeConfig, value return nil } +func awsRestjson1_serializeDocumentTimedMetadataScheduleActionSettings(v *types.TimedMetadataScheduleActionSettings, value smithyjson.Value) error { + object := value.Object() + defer object.Close() + + if v.Id3 != nil { + ok := object.Key("id3") + ok.String(*v.Id3) + } + + return nil +} + func awsRestjson1_serializeDocumentTtmlDestinationSettings(v *types.TtmlDestinationSettings, value smithyjson.Value) error { object := value.Object() defer object.Close() diff --git a/service/medialive/types/enums.go b/service/medialive/types/enums.go index 0949121ef52..9ed8cbec177 100644 --- a/service/medialive/types/enums.go +++ b/service/medialive/types/enums.go @@ -1161,6 +1161,25 @@ func (ClusterType) Values() []ClusterType { } } +type CmafId3Behavior string + +// Enum values for CmafId3Behavior +const ( + CmafId3BehaviorDisabled CmafId3Behavior = "DISABLED" + CmafId3BehaviorEnabled CmafId3Behavior = "ENABLED" +) + +// Values returns all known values for CmafId3Behavior. Note that this can be +// expanded in the future, and so it is only as up to date as the client. +// +// The ordering of this slice is not guaranteed to be stable across updates. +func (CmafId3Behavior) Values() []CmafId3Behavior { + return []CmafId3Behavior{ + "DISABLED", + "ENABLED", + } +} + type CmafIngestSegmentLengthUnits string // Enum values for CmafIngestSegmentLengthUnits diff --git a/service/medialive/types/types.go b/service/medialive/types/types.go index 1adcb22df98..4d3d1cd6db5 100644 --- a/service/medialive/types/types.go +++ b/service/medialive/types/types.go @@ -1541,6 +1541,18 @@ type CmafIngestGroupSettings struct { // This member is required. Destination *OutputLocationRef + // Set to ENABLED to enable ID3 metadata insertion. To include metadata, you + // configure other parameters in the output group, or you add an ID3 action to the + // channel schedule. + Id3Behavior CmafId3Behavior + + // Change the modifier that MediaLive automatically adds to the Streams() name + // that identifies an ID3 track. The default is "id3", which means the default name + // will be Streams(id3.cmfm). Any string you enter here will replace the "id3" + // string.\nThe modifier can only contain: numbers, letters, plus (+), minus (-), + // underscore (_) and period (.) and has a maximum length of 100 characters. + Id3NameModifier *string + // If set to passthrough, passes any KLV data from the input source to this output. KlvBehavior CmafKLVBehavior @@ -3661,6 +3673,24 @@ type HtmlMotionGraphicsSettings struct { noSmithyDocumentSerde } +// Settings for the action to insert ID3 metadata in every segment, in applicable +// output groups. +type Id3SegmentTaggingScheduleActionSettings struct { + + // Complete this parameter if you want to specify the entire ID3 metadata. Enter a + // base64 string that contains one or more fully formed ID3 tags, according to the + // ID3 specification: http://id3.org/id3v2.4.0-structure + Id3 *string + + // Complete this parameter if you want to specify only the metadata, not the + // entire frame. MediaLive will insert the metadata in a TXXX frame. Enter the + // value as plain text. You can include standard MediaLive variable data such as + // the current segment number. + Tag *string + + noSmithyDocumentSerde +} + // Settings to configure an action so that it occurs as soon as possible. type ImmediateModeScheduleActionStartSettings struct { noSmithyDocumentSerde @@ -6482,6 +6512,9 @@ type ScheduleActionSettings struct { // Action to insert ID3 metadata once, in HLS output groups HlsTimedMetadataSettings *HlsTimedMetadataScheduleActionSettings + // Action to insert ID3 metadata in every segment, in applicable output groups + Id3SegmentTaggingSettings *Id3SegmentTaggingScheduleActionSettings + // Action to prepare an input for a future immediate input switch InputPrepareSettings *InputPrepareScheduleActionSettings @@ -6521,6 +6554,9 @@ type ScheduleActionSettings struct { // Action to deactivate a static image overlay in one or more specified outputs StaticImageOutputDeactivateSettings *StaticImageOutputDeactivateScheduleActionSettings + // Action to insert ID3 metadata once, in applicable output groups + TimedMetadataSettings *TimedMetadataScheduleActionSettings + noSmithyDocumentSerde } @@ -7365,6 +7401,19 @@ type TimecodeConfig struct { noSmithyDocumentSerde } +// Settings for the action to insert ID3 metadata (as a one-time action) in +// applicable output groups. +type TimedMetadataScheduleActionSettings struct { + + // Enter a base64 string that contains one or more fully formed ID3 tags.See the + // ID3 specification: http://id3.org/id3v2.4.0-structure + // + // This member is required. + Id3 *string + + noSmithyDocumentSerde +} + // Details about the input device that is being transferred. type TransferringInputDeviceSummary struct { diff --git a/service/medialive/validators.go b/service/medialive/validators.go index 15cc6aa8f59..bf28c159d68 100644 --- a/service/medialive/validators.go +++ b/service/medialive/validators.go @@ -4315,6 +4315,11 @@ func validateScheduleActionSettings(v *types.ScheduleActionSettings) error { invalidParams.AddNested("StaticImageOutputDeactivateSettings", err.(smithy.InvalidParamsError)) } } + if v.TimedMetadataSettings != nil { + if err := validateTimedMetadataScheduleActionSettings(v.TimedMetadataSettings); err != nil { + invalidParams.AddNested("TimedMetadataSettings", err.(smithy.InvalidParamsError)) + } + } if invalidParams.Len() > 0 { return invalidParams } else { @@ -4671,6 +4676,21 @@ func validateTimecodeConfig(v *types.TimecodeConfig) error { } } +func validateTimedMetadataScheduleActionSettings(v *types.TimedMetadataScheduleActionSettings) error { + if v == nil { + return nil + } + invalidParams := smithy.InvalidParamsError{Context: "TimedMetadataScheduleActionSettings"} + if v.Id3 == nil { + invalidParams.Add(smithy.NewErrParamRequired("Id3")) + } + if invalidParams.Len() > 0 { + return invalidParams + } else { + return nil + } +} + func validateUdpContainerSettings(v *types.UdpContainerSettings) error { if v == nil { return nil diff --git a/service/mediapackage/CHANGELOG.md b/service/mediapackage/CHANGELOG.md index 25203dfbd8b..779bc768d66 100644 --- a/service/mediapackage/CHANGELOG.md +++ b/service/mediapackage/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.34.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.34.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/mediapackage/go.mod b/service/mediapackage/go.mod index 20cd3c93562..04e576ae7aa 100644 --- a/service/mediapackage/go.mod +++ b/service/mediapackage/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/mediapackage go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/mediapackage/go.sum b/service/mediapackage/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/mediapackage/go.sum +++ b/service/mediapackage/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/mediapackage/go_module_metadata.go b/service/mediapackage/go_module_metadata.go index 99526df472c..e566bdb8c36 100644 --- a/service/mediapackage/go_module_metadata.go +++ b/service/mediapackage/go_module_metadata.go @@ -3,4 +3,4 @@ package mediapackage // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.34.11" +const goModuleVersion = "1.34.12" diff --git a/service/mediapackagev2/CHANGELOG.md b/service/mediapackagev2/CHANGELOG.md index 0785f504f02..883b81954e8 100644 --- a/service/mediapackagev2/CHANGELOG.md +++ b/service/mediapackagev2/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.20.7 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.20.6 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/mediapackagev2/go.mod b/service/mediapackagev2/go.mod index 2419c40aa86..a6d3f3e030c 100644 --- a/service/mediapackagev2/go.mod +++ b/service/mediapackagev2/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/mediapackagev2 go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/mediapackagev2/go.sum b/service/mediapackagev2/go.sum index aa7eb14ff92..3df7c5c8b09 100644 --- a/service/mediapackagev2/go.sum +++ b/service/mediapackagev2/go.sum @@ -1,5 +1,5 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/jmespath/go-jmespath v0.4.0 h1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9YPoQUg= diff --git a/service/mediapackagev2/go_module_metadata.go b/service/mediapackagev2/go_module_metadata.go index 8e025b6e478..20d03131196 100644 --- a/service/mediapackagev2/go_module_metadata.go +++ b/service/mediapackagev2/go_module_metadata.go @@ -3,4 +3,4 @@ package mediapackagev2 // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.20.6" +const goModuleVersion = "1.20.7" diff --git a/service/mediapackagevod/CHANGELOG.md b/service/mediapackagevod/CHANGELOG.md index ff39d706f64..c20c95fdca6 100644 --- a/service/mediapackagevod/CHANGELOG.md +++ b/service/mediapackagevod/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.34.13 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.34.12 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/mediapackagevod/go.mod b/service/mediapackagevod/go.mod index 9f3234d89d6..e6779b00687 100644 --- a/service/mediapackagevod/go.mod +++ b/service/mediapackagevod/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/mediapackagevod go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/mediapackagevod/go.sum b/service/mediapackagevod/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/mediapackagevod/go.sum +++ b/service/mediapackagevod/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/mediapackagevod/go_module_metadata.go b/service/mediapackagevod/go_module_metadata.go index dc177e39ce0..304d0476db9 100644 --- a/service/mediapackagevod/go_module_metadata.go +++ b/service/mediapackagevod/go_module_metadata.go @@ -3,4 +3,4 @@ package mediapackagevod // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.34.12" +const goModuleVersion = "1.34.13" diff --git a/service/mediastore/CHANGELOG.md b/service/mediastore/CHANGELOG.md index 5f3e577b00f..07bfdd3ddae 100644 --- a/service/mediastore/CHANGELOG.md +++ b/service/mediastore/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.24.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.24.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/mediastore/go.mod b/service/mediastore/go.mod index fe96d733e4c..4c7f328cc68 100644 --- a/service/mediastore/go.mod +++ b/service/mediastore/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/mediastore go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/mediastore/go.sum b/service/mediastore/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/mediastore/go.sum +++ b/service/mediastore/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/mediastore/go_module_metadata.go b/service/mediastore/go_module_metadata.go index 70bf8eda535..b1722a11ba8 100644 --- a/service/mediastore/go_module_metadata.go +++ b/service/mediastore/go_module_metadata.go @@ -3,4 +3,4 @@ package mediastore // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.24.11" +const goModuleVersion = "1.24.12" diff --git a/service/mediastoredata/CHANGELOG.md b/service/mediastoredata/CHANGELOG.md index 894225b2475..f54c6f36475 100644 --- a/service/mediastoredata/CHANGELOG.md +++ b/service/mediastoredata/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.24.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.24.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/mediastoredata/go.mod b/service/mediastoredata/go.mod index 8f8954bb906..5f8b296e311 100644 --- a/service/mediastoredata/go.mod +++ b/service/mediastoredata/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/mediastoredata go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/mediastoredata/go.sum b/service/mediastoredata/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/mediastoredata/go.sum +++ b/service/mediastoredata/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/mediastoredata/go_module_metadata.go b/service/mediastoredata/go_module_metadata.go index 4e9a9c91f52..008ddf0c015 100644 --- a/service/mediastoredata/go_module_metadata.go +++ b/service/mediastoredata/go_module_metadata.go @@ -3,4 +3,4 @@ package mediastoredata // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.24.11" +const goModuleVersion = "1.24.12" diff --git a/service/mediatailor/CHANGELOG.md b/service/mediatailor/CHANGELOG.md index 04689047ef5..8d6e9018514 100644 --- a/service/mediatailor/CHANGELOG.md +++ b/service/mediatailor/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.42.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.42.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/mediatailor/go.mod b/service/mediatailor/go.mod index 99a3b079138..f3173d4e9da 100644 --- a/service/mediatailor/go.mod +++ b/service/mediatailor/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/mediatailor go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/mediatailor/go.sum b/service/mediatailor/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/mediatailor/go.sum +++ b/service/mediatailor/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/mediatailor/go_module_metadata.go b/service/mediatailor/go_module_metadata.go index cd9953b9f36..773ee81df13 100644 --- a/service/mediatailor/go_module_metadata.go +++ b/service/mediatailor/go_module_metadata.go @@ -3,4 +3,4 @@ package mediatailor // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.42.11" +const goModuleVersion = "1.42.12" diff --git a/service/medicalimaging/CHANGELOG.md b/service/medicalimaging/CHANGELOG.md index 4d7d43d7b94..108f9533b0b 100644 --- a/service/medicalimaging/CHANGELOG.md +++ b/service/medicalimaging/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.14.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.14.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/medicalimaging/go.mod b/service/medicalimaging/go.mod index 8a82214c400..1066a3b0e2e 100644 --- a/service/medicalimaging/go.mod +++ b/service/medicalimaging/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/medicalimaging go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/medicalimaging/go.sum b/service/medicalimaging/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/medicalimaging/go.sum +++ b/service/medicalimaging/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/medicalimaging/go_module_metadata.go b/service/medicalimaging/go_module_metadata.go index a712c589434..96922aaefbd 100644 --- a/service/medicalimaging/go_module_metadata.go +++ b/service/medicalimaging/go_module_metadata.go @@ -3,4 +3,4 @@ package medicalimaging // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.14.11" +const goModuleVersion = "1.14.12" diff --git a/service/memorydb/CHANGELOG.md b/service/memorydb/CHANGELOG.md index cfd99b4b493..489820c794d 100644 --- a/service/memorydb/CHANGELOG.md +++ b/service/memorydb/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.25.5 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.25.4 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/memorydb/go.mod b/service/memorydb/go.mod index db6efdcc989..a8f8cfecbb8 100644 --- a/service/memorydb/go.mod +++ b/service/memorydb/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/memorydb go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/memorydb/go.sum b/service/memorydb/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/memorydb/go.sum +++ b/service/memorydb/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/memorydb/go_module_metadata.go b/service/memorydb/go_module_metadata.go index d1d8987911e..364cdac86cc 100644 --- a/service/memorydb/go_module_metadata.go +++ b/service/memorydb/go_module_metadata.go @@ -3,4 +3,4 @@ package memorydb // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.25.4" +const goModuleVersion = "1.25.5" diff --git a/service/mgn/CHANGELOG.md b/service/mgn/CHANGELOG.md index 316bfe2ffbe..7661dddfed3 100644 --- a/service/mgn/CHANGELOG.md +++ b/service/mgn/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.32.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.32.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/mgn/go.mod b/service/mgn/go.mod index 1b2a5f3b5cb..62908441c4c 100644 --- a/service/mgn/go.mod +++ b/service/mgn/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/mgn go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/mgn/go.sum b/service/mgn/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/mgn/go.sum +++ b/service/mgn/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/mgn/go_module_metadata.go b/service/mgn/go_module_metadata.go index a2c4d38020b..80401f09948 100644 --- a/service/mgn/go_module_metadata.go +++ b/service/mgn/go_module_metadata.go @@ -3,4 +3,4 @@ package mgn // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.32.11" +const goModuleVersion = "1.32.12" diff --git a/service/migrationhub/CHANGELOG.md b/service/migrationhub/CHANGELOG.md index bb7e057555a..1c9ee5d201d 100644 --- a/service/migrationhub/CHANGELOG.md +++ b/service/migrationhub/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.25.5 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.25.4 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/migrationhub/go.mod b/service/migrationhub/go.mod index c8637db4a2a..ff8ff45a67d 100644 --- a/service/migrationhub/go.mod +++ b/service/migrationhub/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/migrationhub go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/migrationhub/go.sum b/service/migrationhub/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/migrationhub/go.sum +++ b/service/migrationhub/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/migrationhub/go_module_metadata.go b/service/migrationhub/go_module_metadata.go index 14a16d46338..7c12a9d69fc 100644 --- a/service/migrationhub/go_module_metadata.go +++ b/service/migrationhub/go_module_metadata.go @@ -3,4 +3,4 @@ package migrationhub // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.25.4" +const goModuleVersion = "1.25.5" diff --git a/service/migrationhubconfig/CHANGELOG.md b/service/migrationhubconfig/CHANGELOG.md index b5683d943c0..73396db8435 100644 --- a/service/migrationhubconfig/CHANGELOG.md +++ b/service/migrationhubconfig/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.25.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.25.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/migrationhubconfig/go.mod b/service/migrationhubconfig/go.mod index 5a0bc4081ca..566f88f51ea 100644 --- a/service/migrationhubconfig/go.mod +++ b/service/migrationhubconfig/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/migrationhubconfig go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/migrationhubconfig/go.sum b/service/migrationhubconfig/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/migrationhubconfig/go.sum +++ b/service/migrationhubconfig/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/migrationhubconfig/go_module_metadata.go b/service/migrationhubconfig/go_module_metadata.go index 6a4a0e282b9..b437f2e79a6 100644 --- a/service/migrationhubconfig/go_module_metadata.go +++ b/service/migrationhubconfig/go_module_metadata.go @@ -3,4 +3,4 @@ package migrationhubconfig // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.25.11" +const goModuleVersion = "1.25.12" diff --git a/service/migrationhuborchestrator/CHANGELOG.md b/service/migrationhuborchestrator/CHANGELOG.md index 637444a2fac..bd3e5649a92 100644 --- a/service/migrationhuborchestrator/CHANGELOG.md +++ b/service/migrationhuborchestrator/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.13.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.13.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/migrationhuborchestrator/go.mod b/service/migrationhuborchestrator/go.mod index e804c03272d..be913fc4c1a 100644 --- a/service/migrationhuborchestrator/go.mod +++ b/service/migrationhuborchestrator/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/migrationhuborchestrator go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/migrationhuborchestrator/go.sum b/service/migrationhuborchestrator/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/migrationhuborchestrator/go.sum +++ b/service/migrationhuborchestrator/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/migrationhuborchestrator/go_module_metadata.go b/service/migrationhuborchestrator/go_module_metadata.go index a63fe775a17..3f4f4bf6b60 100644 --- a/service/migrationhuborchestrator/go_module_metadata.go +++ b/service/migrationhuborchestrator/go_module_metadata.go @@ -3,4 +3,4 @@ package migrationhuborchestrator // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.13.11" +const goModuleVersion = "1.13.12" diff --git a/service/migrationhubrefactorspaces/CHANGELOG.md b/service/migrationhubrefactorspaces/CHANGELOG.md index a059abc24a6..f124555d048 100644 --- a/service/migrationhubrefactorspaces/CHANGELOG.md +++ b/service/migrationhubrefactorspaces/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.20.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.20.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/migrationhubrefactorspaces/go.mod b/service/migrationhubrefactorspaces/go.mod index ad63df241bf..3c77b856937 100644 --- a/service/migrationhubrefactorspaces/go.mod +++ b/service/migrationhubrefactorspaces/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/migrationhubrefactorspaces go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/migrationhubrefactorspaces/go.sum b/service/migrationhubrefactorspaces/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/migrationhubrefactorspaces/go.sum +++ b/service/migrationhubrefactorspaces/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/migrationhubrefactorspaces/go_module_metadata.go b/service/migrationhubrefactorspaces/go_module_metadata.go index ebb5d3b3a8f..8cca4ea01e9 100644 --- a/service/migrationhubrefactorspaces/go_module_metadata.go +++ b/service/migrationhubrefactorspaces/go_module_metadata.go @@ -3,4 +3,4 @@ package migrationhubrefactorspaces // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.20.11" +const goModuleVersion = "1.20.12" diff --git a/service/migrationhubstrategy/CHANGELOG.md b/service/migrationhubstrategy/CHANGELOG.md index f01a0444bda..835d2267ff4 100644 --- a/service/migrationhubstrategy/CHANGELOG.md +++ b/service/migrationhubstrategy/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.21.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.21.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/migrationhubstrategy/go.mod b/service/migrationhubstrategy/go.mod index 8c0e6af39d1..4d748f0f6f5 100644 --- a/service/migrationhubstrategy/go.mod +++ b/service/migrationhubstrategy/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/migrationhubstrategy go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/migrationhubstrategy/go.sum b/service/migrationhubstrategy/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/migrationhubstrategy/go.sum +++ b/service/migrationhubstrategy/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/migrationhubstrategy/go_module_metadata.go b/service/migrationhubstrategy/go_module_metadata.go index fd95c100faf..7cc6eb6746c 100644 --- a/service/migrationhubstrategy/go_module_metadata.go +++ b/service/migrationhubstrategy/go_module_metadata.go @@ -3,4 +3,4 @@ package migrationhubstrategy // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.21.11" +const goModuleVersion = "1.21.12" diff --git a/service/mq/CHANGELOG.md b/service/mq/CHANGELOG.md index c6557d7a99e..1270020f5f4 100644 --- a/service/mq/CHANGELOG.md +++ b/service/mq/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.27.13 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.27.12 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/mq/go.mod b/service/mq/go.mod index d16a55a0f1a..b4fd4b05bdd 100644 --- a/service/mq/go.mod +++ b/service/mq/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/mq go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/mq/go.sum b/service/mq/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/mq/go.sum +++ b/service/mq/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/mq/go_module_metadata.go b/service/mq/go_module_metadata.go index 1453ff05ac1..55283ad74c4 100644 --- a/service/mq/go_module_metadata.go +++ b/service/mq/go_module_metadata.go @@ -3,4 +3,4 @@ package mq // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.27.12" +const goModuleVersion = "1.27.13" diff --git a/service/mturk/CHANGELOG.md b/service/mturk/CHANGELOG.md index e66fa614e08..c4eedd60e92 100644 --- a/service/mturk/CHANGELOG.md +++ b/service/mturk/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.25.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.25.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/mturk/go.mod b/service/mturk/go.mod index 3d824bf77cc..0a5b3781aeb 100644 --- a/service/mturk/go.mod +++ b/service/mturk/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/mturk go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/mturk/go.sum b/service/mturk/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/mturk/go.sum +++ b/service/mturk/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/mturk/go_module_metadata.go b/service/mturk/go_module_metadata.go index d0535408f1f..7fc68320414 100644 --- a/service/mturk/go_module_metadata.go +++ b/service/mturk/go_module_metadata.go @@ -3,4 +3,4 @@ package mturk // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.25.11" +const goModuleVersion = "1.25.12" diff --git a/service/mwaa/CHANGELOG.md b/service/mwaa/CHANGELOG.md index 8dd63d7ac4d..ea210213509 100644 --- a/service/mwaa/CHANGELOG.md +++ b/service/mwaa/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.33.7 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.33.6 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/mwaa/go.mod b/service/mwaa/go.mod index c7c869461c4..5f12682edda 100644 --- a/service/mwaa/go.mod +++ b/service/mwaa/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/mwaa go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/mwaa/go.sum b/service/mwaa/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/mwaa/go.sum +++ b/service/mwaa/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/mwaa/go_module_metadata.go b/service/mwaa/go_module_metadata.go index 3da633ceb37..dbf41eb25b4 100644 --- a/service/mwaa/go_module_metadata.go +++ b/service/mwaa/go_module_metadata.go @@ -3,4 +3,4 @@ package mwaa // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.33.6" +const goModuleVersion = "1.33.7" diff --git a/service/neptune/CHANGELOG.md b/service/neptune/CHANGELOG.md index 41181c070ef..d0ca5b76774 100644 --- a/service/neptune/CHANGELOG.md +++ b/service/neptune/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.35.13 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.35.12 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/neptune/go.mod b/service/neptune/go.mod index 3c23f5ad11e..f89716b4658 100644 --- a/service/neptune/go.mod +++ b/service/neptune/go.mod @@ -3,12 +3,12 @@ module github.com/aws/aws-sdk-go-v2/service/neptune go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.1 - github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.9 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.2 + github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.10 + github.com/aws/smithy-go v1.22.2 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/neptune/go.sum b/service/neptune/go.sum index aa7eb14ff92..3df7c5c8b09 100644 --- a/service/neptune/go.sum +++ b/service/neptune/go.sum @@ -1,5 +1,5 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/jmespath/go-jmespath v0.4.0 h1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9YPoQUg= diff --git a/service/neptune/go_module_metadata.go b/service/neptune/go_module_metadata.go index 98cdd99fec9..06374951fb8 100644 --- a/service/neptune/go_module_metadata.go +++ b/service/neptune/go_module_metadata.go @@ -3,4 +3,4 @@ package neptune // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.35.12" +const goModuleVersion = "1.35.13" diff --git a/service/neptunedata/CHANGELOG.md b/service/neptunedata/CHANGELOG.md index 7bc82a2b335..5126f7e1ffe 100644 --- a/service/neptunedata/CHANGELOG.md +++ b/service/neptunedata/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.9.11 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.9.10 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/neptunedata/go.mod b/service/neptunedata/go.mod index 4f506d2db3f..bbfec6035c1 100644 --- a/service/neptunedata/go.mod +++ b/service/neptunedata/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/neptunedata go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/neptunedata/go.sum b/service/neptunedata/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/neptunedata/go.sum +++ b/service/neptunedata/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/neptunedata/go_module_metadata.go b/service/neptunedata/go_module_metadata.go index ecbc4a01328..068002ddc66 100644 --- a/service/neptunedata/go_module_metadata.go +++ b/service/neptunedata/go_module_metadata.go @@ -3,4 +3,4 @@ package neptunedata // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.9.10" +const goModuleVersion = "1.9.11" diff --git a/service/neptunegraph/CHANGELOG.md b/service/neptunegraph/CHANGELOG.md index c4cf7cac8f6..6fa4dd4ad39 100644 --- a/service/neptunegraph/CHANGELOG.md +++ b/service/neptunegraph/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.15.7 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.15.6 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/neptunegraph/go.mod b/service/neptunegraph/go.mod index 60a773de3d7..d5f2287e7d8 100644 --- a/service/neptunegraph/go.mod +++ b/service/neptunegraph/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/neptunegraph go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/neptunegraph/go.sum b/service/neptunegraph/go.sum index aa7eb14ff92..3df7c5c8b09 100644 --- a/service/neptunegraph/go.sum +++ b/service/neptunegraph/go.sum @@ -1,5 +1,5 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/jmespath/go-jmespath v0.4.0 h1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9YPoQUg= diff --git a/service/neptunegraph/go_module_metadata.go b/service/neptunegraph/go_module_metadata.go index c5295b10cd0..7b73f36c5a9 100644 --- a/service/neptunegraph/go_module_metadata.go +++ b/service/neptunegraph/go_module_metadata.go @@ -3,4 +3,4 @@ package neptunegraph // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.15.6" +const goModuleVersion = "1.15.7" diff --git a/service/networkfirewall/CHANGELOG.md b/service/networkfirewall/CHANGELOG.md index 4473a012486..4d95f8b6bd8 100644 --- a/service/networkfirewall/CHANGELOG.md +++ b/service/networkfirewall/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.44.11 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.44.10 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/networkfirewall/go.mod b/service/networkfirewall/go.mod index c3cd01b21b9..8afa6c15863 100644 --- a/service/networkfirewall/go.mod +++ b/service/networkfirewall/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/networkfirewall go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/networkfirewall/go.sum b/service/networkfirewall/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/networkfirewall/go.sum +++ b/service/networkfirewall/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/networkfirewall/go_module_metadata.go b/service/networkfirewall/go_module_metadata.go index 3c1cbe6e283..a9623e8e8ec 100644 --- a/service/networkfirewall/go_module_metadata.go +++ b/service/networkfirewall/go_module_metadata.go @@ -3,4 +3,4 @@ package networkfirewall // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.44.10" +const goModuleVersion = "1.44.11" diff --git a/service/networkflowmonitor/CHANGELOG.md b/service/networkflowmonitor/CHANGELOG.md index 6fc92111f00..17d31492f74 100644 --- a/service/networkflowmonitor/CHANGELOG.md +++ b/service/networkflowmonitor/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.0.5 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.0.4 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/networkflowmonitor/go.mod b/service/networkflowmonitor/go.mod index 781564ef159..6d01f05fdac 100644 --- a/service/networkflowmonitor/go.mod +++ b/service/networkflowmonitor/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/networkflowmonitor go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/networkflowmonitor/go.sum b/service/networkflowmonitor/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/networkflowmonitor/go.sum +++ b/service/networkflowmonitor/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/networkflowmonitor/go_module_metadata.go b/service/networkflowmonitor/go_module_metadata.go index 7f40f8b39fc..5e2b62c0adf 100644 --- a/service/networkflowmonitor/go_module_metadata.go +++ b/service/networkflowmonitor/go_module_metadata.go @@ -3,4 +3,4 @@ package networkflowmonitor // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.0.4" +const goModuleVersion = "1.0.5" diff --git a/service/networkmanager/CHANGELOG.md b/service/networkmanager/CHANGELOG.md index d6522977b2e..2d7530fc554 100644 --- a/service/networkmanager/CHANGELOG.md +++ b/service/networkmanager/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.32.7 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.32.6 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/networkmanager/go.mod b/service/networkmanager/go.mod index 845b70468f8..5439312c0a9 100644 --- a/service/networkmanager/go.mod +++ b/service/networkmanager/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/networkmanager go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/networkmanager/go.sum b/service/networkmanager/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/networkmanager/go.sum +++ b/service/networkmanager/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/networkmanager/go_module_metadata.go b/service/networkmanager/go_module_metadata.go index e9def2039c1..0575116ca12 100644 --- a/service/networkmanager/go_module_metadata.go +++ b/service/networkmanager/go_module_metadata.go @@ -3,4 +3,4 @@ package networkmanager // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.32.6" +const goModuleVersion = "1.32.7" diff --git a/service/networkmonitor/CHANGELOG.md b/service/networkmonitor/CHANGELOG.md index 1322bd48245..08093920f63 100644 --- a/service/networkmonitor/CHANGELOG.md +++ b/service/networkmonitor/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.7.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.7.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/networkmonitor/go.mod b/service/networkmonitor/go.mod index a2367983d71..8c235826d6d 100644 --- a/service/networkmonitor/go.mod +++ b/service/networkmonitor/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/networkmonitor go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/networkmonitor/go.sum b/service/networkmonitor/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/networkmonitor/go.sum +++ b/service/networkmonitor/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/networkmonitor/go_module_metadata.go b/service/networkmonitor/go_module_metadata.go index 8c99ddb537b..ad735bf6749 100644 --- a/service/networkmonitor/go_module_metadata.go +++ b/service/networkmonitor/go_module_metadata.go @@ -3,4 +3,4 @@ package networkmonitor // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.7.11" +const goModuleVersion = "1.7.12" diff --git a/service/notifications/CHANGELOG.md b/service/notifications/CHANGELOG.md index cc24400a27b..fea5a631512 100644 --- a/service/notifications/CHANGELOG.md +++ b/service/notifications/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.1.1 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.1.0 (2025-01-17) * **Feature**: Added support for Managed Notifications, integration with AWS Organization and added aggregation summaries for Aggregate Notifications diff --git a/service/notifications/go.mod b/service/notifications/go.mod index d35c35f012a..43ce149e997 100644 --- a/service/notifications/go.mod +++ b/service/notifications/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/notifications go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/notifications/go.sum b/service/notifications/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/notifications/go.sum +++ b/service/notifications/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/notifications/go_module_metadata.go b/service/notifications/go_module_metadata.go index a99c7ac2293..833a1854f49 100644 --- a/service/notifications/go_module_metadata.go +++ b/service/notifications/go_module_metadata.go @@ -3,4 +3,4 @@ package notifications // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.1.0" +const goModuleVersion = "1.1.1" diff --git a/service/notificationscontacts/CHANGELOG.md b/service/notificationscontacts/CHANGELOG.md index 9ae36c01693..079c64fafa5 100644 --- a/service/notificationscontacts/CHANGELOG.md +++ b/service/notificationscontacts/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.0.6 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.0.5 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/notificationscontacts/go.mod b/service/notificationscontacts/go.mod index 27f9f1879e6..91dd820d6ac 100644 --- a/service/notificationscontacts/go.mod +++ b/service/notificationscontacts/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/notificationscontacts go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/notificationscontacts/go.sum b/service/notificationscontacts/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/notificationscontacts/go.sum +++ b/service/notificationscontacts/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/notificationscontacts/go_module_metadata.go b/service/notificationscontacts/go_module_metadata.go index 14086fea997..74c152db405 100644 --- a/service/notificationscontacts/go_module_metadata.go +++ b/service/notificationscontacts/go_module_metadata.go @@ -3,4 +3,4 @@ package notificationscontacts // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.0.5" +const goModuleVersion = "1.0.6" diff --git a/service/oam/CHANGELOG.md b/service/oam/CHANGELOG.md index 6f8331cf74b..6b7a46fe12c 100644 --- a/service/oam/CHANGELOG.md +++ b/service/oam/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.15.14 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.15.13 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/oam/go.mod b/service/oam/go.mod index ac1b0bf9135..7ff2f78347e 100644 --- a/service/oam/go.mod +++ b/service/oam/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/oam go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/oam/go.sum b/service/oam/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/oam/go.sum +++ b/service/oam/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/oam/go_module_metadata.go b/service/oam/go_module_metadata.go index 329f77d8cfa..55624bf5881 100644 --- a/service/oam/go_module_metadata.go +++ b/service/oam/go_module_metadata.go @@ -3,4 +3,4 @@ package oam // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.15.13" +const goModuleVersion = "1.15.14" diff --git a/service/observabilityadmin/CHANGELOG.md b/service/observabilityadmin/CHANGELOG.md index d7bb1d28f44..f2c4be06217 100644 --- a/service/observabilityadmin/CHANGELOG.md +++ b/service/observabilityadmin/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.0.6 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.0.5 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/observabilityadmin/go.mod b/service/observabilityadmin/go.mod index f3b9f4c625c..99d2200a4d4 100644 --- a/service/observabilityadmin/go.mod +++ b/service/observabilityadmin/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/observabilityadmin go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/observabilityadmin/go.sum b/service/observabilityadmin/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/observabilityadmin/go.sum +++ b/service/observabilityadmin/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/observabilityadmin/go_module_metadata.go b/service/observabilityadmin/go_module_metadata.go index 734b4fba750..dbcbd972951 100644 --- a/service/observabilityadmin/go_module_metadata.go +++ b/service/observabilityadmin/go_module_metadata.go @@ -3,4 +3,4 @@ package observabilityadmin // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.0.5" +const goModuleVersion = "1.0.6" diff --git a/service/omics/CHANGELOG.md b/service/omics/CHANGELOG.md index 18ce7cc164d..8805493f384 100644 --- a/service/omics/CHANGELOG.md +++ b/service/omics/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.28.7 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.28.6 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/omics/go.mod b/service/omics/go.mod index 514c0f08594..6ff85fd3fb6 100644 --- a/service/omics/go.mod +++ b/service/omics/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/omics go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/omics/go.sum b/service/omics/go.sum index aa7eb14ff92..3df7c5c8b09 100644 --- a/service/omics/go.sum +++ b/service/omics/go.sum @@ -1,5 +1,5 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/jmespath/go-jmespath v0.4.0 h1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9YPoQUg= diff --git a/service/omics/go_module_metadata.go b/service/omics/go_module_metadata.go index 8380a93314f..9f0f928c76d 100644 --- a/service/omics/go_module_metadata.go +++ b/service/omics/go_module_metadata.go @@ -3,4 +3,4 @@ package omics // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.28.6" +const goModuleVersion = "1.28.7" diff --git a/service/opensearch/CHANGELOG.md b/service/opensearch/CHANGELOG.md index 75585c0ce2c..2f8e8e50962 100644 --- a/service/opensearch/CHANGELOG.md +++ b/service/opensearch/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.45.7 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.45.6 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/opensearch/go.mod b/service/opensearch/go.mod index 2f2664f0029..6317f595337 100644 --- a/service/opensearch/go.mod +++ b/service/opensearch/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/opensearch go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/opensearch/go.sum b/service/opensearch/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/opensearch/go.sum +++ b/service/opensearch/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/opensearch/go_module_metadata.go b/service/opensearch/go_module_metadata.go index 0aaa5f06484..4df3395f0c6 100644 --- a/service/opensearch/go_module_metadata.go +++ b/service/opensearch/go_module_metadata.go @@ -3,4 +3,4 @@ package opensearch // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.45.6" +const goModuleVersion = "1.45.7" diff --git a/service/opensearchserverless/CHANGELOG.md b/service/opensearchserverless/CHANGELOG.md index 62a5afb404d..c08c60cb8e9 100644 --- a/service/opensearchserverless/CHANGELOG.md +++ b/service/opensearchserverless/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.17.10 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.17.9 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/opensearchserverless/go.mod b/service/opensearchserverless/go.mod index 443867f1131..e991ab8fb1e 100644 --- a/service/opensearchserverless/go.mod +++ b/service/opensearchserverless/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/opensearchserverless go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/opensearchserverless/go.sum b/service/opensearchserverless/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/opensearchserverless/go.sum +++ b/service/opensearchserverless/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/opensearchserverless/go_module_metadata.go b/service/opensearchserverless/go_module_metadata.go index 7f57892dab8..8462abc92a0 100644 --- a/service/opensearchserverless/go_module_metadata.go +++ b/service/opensearchserverless/go_module_metadata.go @@ -3,4 +3,4 @@ package opensearchserverless // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.17.9" +const goModuleVersion = "1.17.10" diff --git a/service/opsworks/CHANGELOG.md b/service/opsworks/CHANGELOG.md index db17b8153f3..153b02886f8 100644 --- a/service/opsworks/CHANGELOG.md +++ b/service/opsworks/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.26.13 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.26.12 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/opsworks/go.mod b/service/opsworks/go.mod index 6c61b8d24c9..b55b008fdeb 100644 --- a/service/opsworks/go.mod +++ b/service/opsworks/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/opsworks go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/opsworks/go.sum b/service/opsworks/go.sum index aa7eb14ff92..3df7c5c8b09 100644 --- a/service/opsworks/go.sum +++ b/service/opsworks/go.sum @@ -1,5 +1,5 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/jmespath/go-jmespath v0.4.0 h1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9YPoQUg= diff --git a/service/opsworks/go_module_metadata.go b/service/opsworks/go_module_metadata.go index 46d890f60ba..b38bb4ec0e2 100644 --- a/service/opsworks/go_module_metadata.go +++ b/service/opsworks/go_module_metadata.go @@ -3,4 +3,4 @@ package opsworks // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.26.12" +const goModuleVersion = "1.26.13" diff --git a/service/opsworkscm/CHANGELOG.md b/service/opsworkscm/CHANGELOG.md index 81e420ac316..d48d008ea21 100644 --- a/service/opsworkscm/CHANGELOG.md +++ b/service/opsworkscm/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.27.14 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.27.13 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/opsworkscm/go.mod b/service/opsworkscm/go.mod index 1389eca9138..2b921350fa5 100644 --- a/service/opsworkscm/go.mod +++ b/service/opsworkscm/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/opsworkscm go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/opsworkscm/go.sum b/service/opsworkscm/go.sum index aa7eb14ff92..3df7c5c8b09 100644 --- a/service/opsworkscm/go.sum +++ b/service/opsworkscm/go.sum @@ -1,5 +1,5 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/jmespath/go-jmespath v0.4.0 h1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9YPoQUg= diff --git a/service/opsworkscm/go_module_metadata.go b/service/opsworkscm/go_module_metadata.go index 15995446293..cf7d6cfa5a8 100644 --- a/service/opsworkscm/go_module_metadata.go +++ b/service/opsworkscm/go_module_metadata.go @@ -3,4 +3,4 @@ package opsworkscm // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.27.13" +const goModuleVersion = "1.27.14" diff --git a/service/organizations/CHANGELOG.md b/service/organizations/CHANGELOG.md index e3c302b5740..fb237de54f8 100644 --- a/service/organizations/CHANGELOG.md +++ b/service/organizations/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.37.4 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.37.3 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/organizations/go.mod b/service/organizations/go.mod index 20eb37bdb32..bf87ee7cb74 100644 --- a/service/organizations/go.mod +++ b/service/organizations/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/organizations go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/organizations/go.sum b/service/organizations/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/organizations/go.sum +++ b/service/organizations/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/organizations/go_module_metadata.go b/service/organizations/go_module_metadata.go index 52dff5feba5..75c92789cc5 100644 --- a/service/organizations/go_module_metadata.go +++ b/service/organizations/go_module_metadata.go @@ -3,4 +3,4 @@ package organizations // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.37.3" +const goModuleVersion = "1.37.4" diff --git a/service/osis/CHANGELOG.md b/service/osis/CHANGELOG.md index b766106a657..607e9194073 100644 --- a/service/osis/CHANGELOG.md +++ b/service/osis/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.14.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.14.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/osis/go.mod b/service/osis/go.mod index 68f638c4139..555b456c87c 100644 --- a/service/osis/go.mod +++ b/service/osis/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/osis go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/osis/go.sum b/service/osis/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/osis/go.sum +++ b/service/osis/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/osis/go_module_metadata.go b/service/osis/go_module_metadata.go index d23ffbd3b27..855f94adef2 100644 --- a/service/osis/go_module_metadata.go +++ b/service/osis/go_module_metadata.go @@ -3,4 +3,4 @@ package osis // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.14.11" +const goModuleVersion = "1.14.12" diff --git a/service/outposts/CHANGELOG.md b/service/outposts/CHANGELOG.md index 1f3778b22a9..0984beea09d 100644 --- a/service/outposts/CHANGELOG.md +++ b/service/outposts/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.48.4 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.48.3 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/outposts/go.mod b/service/outposts/go.mod index 9a343d4c1f4..aa94afea41f 100644 --- a/service/outposts/go.mod +++ b/service/outposts/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/outposts go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/outposts/go.sum b/service/outposts/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/outposts/go.sum +++ b/service/outposts/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/outposts/go_module_metadata.go b/service/outposts/go_module_metadata.go index 8a00fab872f..412c311d11c 100644 --- a/service/outposts/go_module_metadata.go +++ b/service/outposts/go_module_metadata.go @@ -3,4 +3,4 @@ package outposts // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.48.3" +const goModuleVersion = "1.48.4" diff --git a/service/panorama/CHANGELOG.md b/service/panorama/CHANGELOG.md index 2c2ac5f41d8..589d167cf19 100644 --- a/service/panorama/CHANGELOG.md +++ b/service/panorama/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.22.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.22.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/panorama/go.mod b/service/panorama/go.mod index dbc6eefb34f..26202256b35 100644 --- a/service/panorama/go.mod +++ b/service/panorama/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/panorama go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/panorama/go.sum b/service/panorama/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/panorama/go.sum +++ b/service/panorama/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/panorama/go_module_metadata.go b/service/panorama/go_module_metadata.go index 75fdc896ff0..3a80ea943ee 100644 --- a/service/panorama/go_module_metadata.go +++ b/service/panorama/go_module_metadata.go @@ -3,4 +3,4 @@ package panorama // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.22.11" +const goModuleVersion = "1.22.12" diff --git a/service/partnercentralselling/CHANGELOG.md b/service/partnercentralselling/CHANGELOG.md index c95d0843d41..5c89d392844 100644 --- a/service/partnercentralselling/CHANGELOG.md +++ b/service/partnercentralselling/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.3.2 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.3.1 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/partnercentralselling/go.mod b/service/partnercentralselling/go.mod index b6cb9634719..3114e95a616 100644 --- a/service/partnercentralselling/go.mod +++ b/service/partnercentralselling/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/partnercentralselling go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/partnercentralselling/go.sum b/service/partnercentralselling/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/partnercentralselling/go.sum +++ b/service/partnercentralselling/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/partnercentralselling/go_module_metadata.go b/service/partnercentralselling/go_module_metadata.go index 36f61ebcd98..6e641479db1 100644 --- a/service/partnercentralselling/go_module_metadata.go +++ b/service/partnercentralselling/go_module_metadata.go @@ -3,4 +3,4 @@ package partnercentralselling // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.3.1" +const goModuleVersion = "1.3.2" diff --git a/service/paymentcryptography/CHANGELOG.md b/service/paymentcryptography/CHANGELOG.md index af4f62742fb..0b5fa56387a 100644 --- a/service/paymentcryptography/CHANGELOG.md +++ b/service/paymentcryptography/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.16.7 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.16.6 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/paymentcryptography/go.mod b/service/paymentcryptography/go.mod index cf89d23557d..ab86811fe5a 100644 --- a/service/paymentcryptography/go.mod +++ b/service/paymentcryptography/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/paymentcryptography go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/paymentcryptography/go.sum b/service/paymentcryptography/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/paymentcryptography/go.sum +++ b/service/paymentcryptography/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/paymentcryptography/go_module_metadata.go b/service/paymentcryptography/go_module_metadata.go index 9563f227064..d07f82002b4 100644 --- a/service/paymentcryptography/go_module_metadata.go +++ b/service/paymentcryptography/go_module_metadata.go @@ -3,4 +3,4 @@ package paymentcryptography // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.16.6" +const goModuleVersion = "1.16.7" diff --git a/service/paymentcryptographydata/CHANGELOG.md b/service/paymentcryptographydata/CHANGELOG.md index faa5be24a3e..0b30c1cfa79 100644 --- a/service/paymentcryptographydata/CHANGELOG.md +++ b/service/paymentcryptographydata/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.16.10 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.16.9 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/paymentcryptographydata/go.mod b/service/paymentcryptographydata/go.mod index 084f51ecfea..0587d7ddf09 100644 --- a/service/paymentcryptographydata/go.mod +++ b/service/paymentcryptographydata/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/paymentcryptographydata go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/paymentcryptographydata/go.sum b/service/paymentcryptographydata/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/paymentcryptographydata/go.sum +++ b/service/paymentcryptographydata/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/paymentcryptographydata/go_module_metadata.go b/service/paymentcryptographydata/go_module_metadata.go index 8fb2e90fd51..89379815f03 100644 --- a/service/paymentcryptographydata/go_module_metadata.go +++ b/service/paymentcryptographydata/go_module_metadata.go @@ -3,4 +3,4 @@ package paymentcryptographydata // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.16.9" +const goModuleVersion = "1.16.10" diff --git a/service/pcaconnectorad/CHANGELOG.md b/service/pcaconnectorad/CHANGELOG.md index 9e692df196f..c57d5d56559 100644 --- a/service/pcaconnectorad/CHANGELOG.md +++ b/service/pcaconnectorad/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.9.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.9.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/pcaconnectorad/go.mod b/service/pcaconnectorad/go.mod index 532b535089e..576756d09f8 100644 --- a/service/pcaconnectorad/go.mod +++ b/service/pcaconnectorad/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/pcaconnectorad go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/pcaconnectorad/go.sum b/service/pcaconnectorad/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/pcaconnectorad/go.sum +++ b/service/pcaconnectorad/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/pcaconnectorad/go_module_metadata.go b/service/pcaconnectorad/go_module_metadata.go index 76879f659f2..b244b4803f5 100644 --- a/service/pcaconnectorad/go_module_metadata.go +++ b/service/pcaconnectorad/go_module_metadata.go @@ -3,4 +3,4 @@ package pcaconnectorad // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.9.11" +const goModuleVersion = "1.9.12" diff --git a/service/pcaconnectorscep/CHANGELOG.md b/service/pcaconnectorscep/CHANGELOG.md index 96a6b9d6027..81391d8e38b 100644 --- a/service/pcaconnectorscep/CHANGELOG.md +++ b/service/pcaconnectorscep/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.4.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.4.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/pcaconnectorscep/go.mod b/service/pcaconnectorscep/go.mod index 6d23bdd5eef..cd2480d8da0 100644 --- a/service/pcaconnectorscep/go.mod +++ b/service/pcaconnectorscep/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/pcaconnectorscep go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/pcaconnectorscep/go.sum b/service/pcaconnectorscep/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/pcaconnectorscep/go.sum +++ b/service/pcaconnectorscep/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/pcaconnectorscep/go_module_metadata.go b/service/pcaconnectorscep/go_module_metadata.go index a41552217ee..2c808f7dfec 100644 --- a/service/pcaconnectorscep/go_module_metadata.go +++ b/service/pcaconnectorscep/go_module_metadata.go @@ -3,4 +3,4 @@ package pcaconnectorscep // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.4.11" +const goModuleVersion = "1.4.12" diff --git a/service/pcs/CHANGELOG.md b/service/pcs/CHANGELOG.md index 9e90c9f0407..6fb5b5d80ee 100644 --- a/service/pcs/CHANGELOG.md +++ b/service/pcs/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.2.13 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.2.12 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/pcs/go.mod b/service/pcs/go.mod index 861ff2d7eec..bf3af19f5c7 100644 --- a/service/pcs/go.mod +++ b/service/pcs/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/pcs go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/pcs/go.sum b/service/pcs/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/pcs/go.sum +++ b/service/pcs/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/pcs/go_module_metadata.go b/service/pcs/go_module_metadata.go index cdde2b227f0..b9de5792a8e 100644 --- a/service/pcs/go_module_metadata.go +++ b/service/pcs/go_module_metadata.go @@ -3,4 +3,4 @@ package pcs // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.2.12" +const goModuleVersion = "1.2.13" diff --git a/service/personalize/CHANGELOG.md b/service/personalize/CHANGELOG.md index 5fac8742bd1..2560eb3998b 100644 --- a/service/personalize/CHANGELOG.md +++ b/service/personalize/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.39.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.39.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/personalize/go.mod b/service/personalize/go.mod index 59569e69854..738b9b9471e 100644 --- a/service/personalize/go.mod +++ b/service/personalize/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/personalize go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/personalize/go.sum b/service/personalize/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/personalize/go.sum +++ b/service/personalize/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/personalize/go_module_metadata.go b/service/personalize/go_module_metadata.go index 07ccbac0c24..66864623358 100644 --- a/service/personalize/go_module_metadata.go +++ b/service/personalize/go_module_metadata.go @@ -3,4 +3,4 @@ package personalize // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.39.11" +const goModuleVersion = "1.39.12" diff --git a/service/personalizeevents/CHANGELOG.md b/service/personalizeevents/CHANGELOG.md index b4c08ab6bce..4f5d0e95077 100644 --- a/service/personalizeevents/CHANGELOG.md +++ b/service/personalizeevents/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.25.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.25.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/personalizeevents/go.mod b/service/personalizeevents/go.mod index 7951bbdac25..e177ae38132 100644 --- a/service/personalizeevents/go.mod +++ b/service/personalizeevents/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/personalizeevents go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/personalizeevents/go.sum b/service/personalizeevents/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/personalizeevents/go.sum +++ b/service/personalizeevents/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/personalizeevents/go_module_metadata.go b/service/personalizeevents/go_module_metadata.go index cbe723fa67a..bbbb33010e9 100644 --- a/service/personalizeevents/go_module_metadata.go +++ b/service/personalizeevents/go_module_metadata.go @@ -3,4 +3,4 @@ package personalizeevents // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.25.11" +const goModuleVersion = "1.25.12" diff --git a/service/personalizeruntime/CHANGELOG.md b/service/personalizeruntime/CHANGELOG.md index 88d02ee5aad..8b1f8af6b8d 100644 --- a/service/personalizeruntime/CHANGELOG.md +++ b/service/personalizeruntime/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.27.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.27.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/personalizeruntime/go.mod b/service/personalizeruntime/go.mod index 95f160ef8a7..6ab73dc9f31 100644 --- a/service/personalizeruntime/go.mod +++ b/service/personalizeruntime/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/personalizeruntime go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/personalizeruntime/go.sum b/service/personalizeruntime/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/personalizeruntime/go.sum +++ b/service/personalizeruntime/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/personalizeruntime/go_module_metadata.go b/service/personalizeruntime/go_module_metadata.go index 77113c9cbd9..f32a67c01b0 100644 --- a/service/personalizeruntime/go_module_metadata.go +++ b/service/personalizeruntime/go_module_metadata.go @@ -3,4 +3,4 @@ package personalizeruntime // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.27.11" +const goModuleVersion = "1.27.12" diff --git a/service/pi/CHANGELOG.md b/service/pi/CHANGELOG.md index 131c37a72d4..9bb663371b9 100644 --- a/service/pi/CHANGELOG.md +++ b/service/pi/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.29.14 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.29.13 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/pi/go.mod b/service/pi/go.mod index 4f141c5c6bb..24abff6f3d5 100644 --- a/service/pi/go.mod +++ b/service/pi/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/pi go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/pi/go.sum b/service/pi/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/pi/go.sum +++ b/service/pi/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/pi/go_module_metadata.go b/service/pi/go_module_metadata.go index fada9d7c633..d00a4f38551 100644 --- a/service/pi/go_module_metadata.go +++ b/service/pi/go_module_metadata.go @@ -3,4 +3,4 @@ package pi // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.29.13" +const goModuleVersion = "1.29.14" diff --git a/service/pinpoint/CHANGELOG.md b/service/pinpoint/CHANGELOG.md index d251fb6a37b..e2501f08d9d 100644 --- a/service/pinpoint/CHANGELOG.md +++ b/service/pinpoint/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.34.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.34.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/pinpoint/go.mod b/service/pinpoint/go.mod index 7b95e1f48d3..79b75ff0571 100644 --- a/service/pinpoint/go.mod +++ b/service/pinpoint/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/pinpoint go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/pinpoint/go.sum b/service/pinpoint/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/pinpoint/go.sum +++ b/service/pinpoint/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/pinpoint/go_module_metadata.go b/service/pinpoint/go_module_metadata.go index a3cff167f2a..37159dd8d39 100644 --- a/service/pinpoint/go_module_metadata.go +++ b/service/pinpoint/go_module_metadata.go @@ -3,4 +3,4 @@ package pinpoint // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.34.11" +const goModuleVersion = "1.34.12" diff --git a/service/pinpointemail/CHANGELOG.md b/service/pinpointemail/CHANGELOG.md index 8c4adc7a8e5..a7406ae204b 100644 --- a/service/pinpointemail/CHANGELOG.md +++ b/service/pinpointemail/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.23.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.23.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/pinpointemail/go.mod b/service/pinpointemail/go.mod index 28e47cf9fa3..cd688bef89a 100644 --- a/service/pinpointemail/go.mod +++ b/service/pinpointemail/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/pinpointemail go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/pinpointemail/go.sum b/service/pinpointemail/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/pinpointemail/go.sum +++ b/service/pinpointemail/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/pinpointemail/go_module_metadata.go b/service/pinpointemail/go_module_metadata.go index dbbde44eece..934506b7e45 100644 --- a/service/pinpointemail/go_module_metadata.go +++ b/service/pinpointemail/go_module_metadata.go @@ -3,4 +3,4 @@ package pinpointemail // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.23.11" +const goModuleVersion = "1.23.12" diff --git a/service/pinpointsmsvoice/CHANGELOG.md b/service/pinpointsmsvoice/CHANGELOG.md index ac4d3fb886b..97dea34ee26 100644 --- a/service/pinpointsmsvoice/CHANGELOG.md +++ b/service/pinpointsmsvoice/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.23.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.23.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/pinpointsmsvoice/go.mod b/service/pinpointsmsvoice/go.mod index f764eb3b1d5..7d42dd5c7bf 100644 --- a/service/pinpointsmsvoice/go.mod +++ b/service/pinpointsmsvoice/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/pinpointsmsvoice go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/pinpointsmsvoice/go.sum b/service/pinpointsmsvoice/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/pinpointsmsvoice/go.sum +++ b/service/pinpointsmsvoice/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/pinpointsmsvoice/go_module_metadata.go b/service/pinpointsmsvoice/go_module_metadata.go index 66ede08aede..bf934f55693 100644 --- a/service/pinpointsmsvoice/go_module_metadata.go +++ b/service/pinpointsmsvoice/go_module_metadata.go @@ -3,4 +3,4 @@ package pinpointsmsvoice // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.23.11" +const goModuleVersion = "1.23.12" diff --git a/service/pinpointsmsvoicev2/CHANGELOG.md b/service/pinpointsmsvoicev2/CHANGELOG.md index ddec8022172..5cab68e8a92 100644 --- a/service/pinpointsmsvoicev2/CHANGELOG.md +++ b/service/pinpointsmsvoicev2/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.18.7 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.18.6 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/pinpointsmsvoicev2/go.mod b/service/pinpointsmsvoicev2/go.mod index 0c64d9ef687..91aded8afb6 100644 --- a/service/pinpointsmsvoicev2/go.mod +++ b/service/pinpointsmsvoicev2/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/pinpointsmsvoicev2 go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/pinpointsmsvoicev2/go.sum b/service/pinpointsmsvoicev2/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/pinpointsmsvoicev2/go.sum +++ b/service/pinpointsmsvoicev2/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/pinpointsmsvoicev2/go_module_metadata.go b/service/pinpointsmsvoicev2/go_module_metadata.go index ce130c3150a..b18c950842f 100644 --- a/service/pinpointsmsvoicev2/go_module_metadata.go +++ b/service/pinpointsmsvoicev2/go_module_metadata.go @@ -3,4 +3,4 @@ package pinpointsmsvoicev2 // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.18.6" +const goModuleVersion = "1.18.7" diff --git a/service/pipes/CHANGELOG.md b/service/pipes/CHANGELOG.md index 717901ca231..9321237ef0d 100644 --- a/service/pipes/CHANGELOG.md +++ b/service/pipes/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.18.10 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.18.9 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/pipes/go.mod b/service/pipes/go.mod index 5d029e2a5e8..a400617e002 100644 --- a/service/pipes/go.mod +++ b/service/pipes/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/pipes go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/pipes/go.sum b/service/pipes/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/pipes/go.sum +++ b/service/pipes/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/pipes/go_module_metadata.go b/service/pipes/go_module_metadata.go index 2d266910461..de65126b310 100644 --- a/service/pipes/go_module_metadata.go +++ b/service/pipes/go_module_metadata.go @@ -3,4 +3,4 @@ package pipes // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.18.9" +const goModuleVersion = "1.18.10" diff --git a/service/polly/CHANGELOG.md b/service/polly/CHANGELOG.md index 413cbf97edd..38d8b609610 100644 --- a/service/polly/CHANGELOG.md +++ b/service/polly/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.45.13 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.45.12 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/polly/go.mod b/service/polly/go.mod index 5797e1b2b6e..d54c0711ce0 100644 --- a/service/polly/go.mod +++ b/service/polly/go.mod @@ -3,12 +3,12 @@ module github.com/aws/aws-sdk-go-v2/service/polly go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.1 - github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.9 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.2 + github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.10 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/polly/go.sum b/service/polly/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/polly/go.sum +++ b/service/polly/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/polly/go_module_metadata.go b/service/polly/go_module_metadata.go index 9022a56b28a..db161f0d253 100644 --- a/service/polly/go_module_metadata.go +++ b/service/polly/go_module_metadata.go @@ -3,4 +3,4 @@ package polly // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.45.12" +const goModuleVersion = "1.45.13" diff --git a/service/pricing/CHANGELOG.md b/service/pricing/CHANGELOG.md index cf58b088741..3abe893e4f4 100644 --- a/service/pricing/CHANGELOG.md +++ b/service/pricing/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.32.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.32.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/pricing/go.mod b/service/pricing/go.mod index 54406f84792..e59cfa0c351 100644 --- a/service/pricing/go.mod +++ b/service/pricing/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/pricing go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/pricing/go.sum b/service/pricing/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/pricing/go.sum +++ b/service/pricing/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/pricing/go_module_metadata.go b/service/pricing/go_module_metadata.go index 731648acfbe..0ff5e13805c 100644 --- a/service/pricing/go_module_metadata.go +++ b/service/pricing/go_module_metadata.go @@ -3,4 +3,4 @@ package pricing // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.32.11" +const goModuleVersion = "1.32.12" diff --git a/service/privatenetworks/CHANGELOG.md b/service/privatenetworks/CHANGELOG.md index 9c97c128d09..600f849f65a 100644 --- a/service/privatenetworks/CHANGELOG.md +++ b/service/privatenetworks/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.13.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.13.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/privatenetworks/go.mod b/service/privatenetworks/go.mod index be9feea0f77..14d55c73672 100644 --- a/service/privatenetworks/go.mod +++ b/service/privatenetworks/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/privatenetworks go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/privatenetworks/go.sum b/service/privatenetworks/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/privatenetworks/go.sum +++ b/service/privatenetworks/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/privatenetworks/go_module_metadata.go b/service/privatenetworks/go_module_metadata.go index ce9ec28fa88..60945c2624e 100644 --- a/service/privatenetworks/go_module_metadata.go +++ b/service/privatenetworks/go_module_metadata.go @@ -3,4 +3,4 @@ package privatenetworks // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.13.11" +const goModuleVersion = "1.13.12" diff --git a/service/proton/CHANGELOG.md b/service/proton/CHANGELOG.md index 7369c9f29bd..7bc01cd974c 100644 --- a/service/proton/CHANGELOG.md +++ b/service/proton/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.33.13 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.33.12 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/proton/go.mod b/service/proton/go.mod index 1e2a9f612f9..66b50e53e6b 100644 --- a/service/proton/go.mod +++ b/service/proton/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/proton go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/proton/go.sum b/service/proton/go.sum index aa7eb14ff92..3df7c5c8b09 100644 --- a/service/proton/go.sum +++ b/service/proton/go.sum @@ -1,5 +1,5 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/jmespath/go-jmespath v0.4.0 h1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9YPoQUg= diff --git a/service/proton/go_module_metadata.go b/service/proton/go_module_metadata.go index 572a3c85b84..52c361e73e1 100644 --- a/service/proton/go_module_metadata.go +++ b/service/proton/go_module_metadata.go @@ -3,4 +3,4 @@ package proton // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.33.12" +const goModuleVersion = "1.33.13" diff --git a/service/qapps/CHANGELOG.md b/service/qapps/CHANGELOG.md index 8013c8d314d..ee47f2e5f5b 100644 --- a/service/qapps/CHANGELOG.md +++ b/service/qapps/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.6.5 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.6.4 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/qapps/go.mod b/service/qapps/go.mod index 91da78631a8..d9c84a4c71f 100644 --- a/service/qapps/go.mod +++ b/service/qapps/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/qapps go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/qapps/go.sum b/service/qapps/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/qapps/go.sum +++ b/service/qapps/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/qapps/go_module_metadata.go b/service/qapps/go_module_metadata.go index 00baf762f4b..72871101907 100644 --- a/service/qapps/go_module_metadata.go +++ b/service/qapps/go_module_metadata.go @@ -3,4 +3,4 @@ package qapps // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.6.4" +const goModuleVersion = "1.6.5" diff --git a/service/qbusiness/CHANGELOG.md b/service/qbusiness/CHANGELOG.md index 1740910518e..c70711113fc 100644 --- a/service/qbusiness/CHANGELOG.md +++ b/service/qbusiness/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.19.7 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.19.6 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/qbusiness/go.mod b/service/qbusiness/go.mod index 91cf50b62e1..b6093836d85 100644 --- a/service/qbusiness/go.mod +++ b/service/qbusiness/go.mod @@ -3,11 +3,11 @@ module github.com/aws/aws-sdk-go-v2/service/qbusiness go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.7 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.8 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/qbusiness/go.sum b/service/qbusiness/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/qbusiness/go.sum +++ b/service/qbusiness/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/qbusiness/go_module_metadata.go b/service/qbusiness/go_module_metadata.go index a319112886e..c95d783df34 100644 --- a/service/qbusiness/go_module_metadata.go +++ b/service/qbusiness/go_module_metadata.go @@ -3,4 +3,4 @@ package qbusiness // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.19.6" +const goModuleVersion = "1.19.7" diff --git a/service/qconnect/CHANGELOG.md b/service/qconnect/CHANGELOG.md index 0b14d952900..caba7bef6f9 100644 --- a/service/qconnect/CHANGELOG.md +++ b/service/qconnect/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.15.4 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.15.3 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/qconnect/go.mod b/service/qconnect/go.mod index 057ca1c4838..3f3b1e968ed 100644 --- a/service/qconnect/go.mod +++ b/service/qconnect/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/qconnect go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/qconnect/go.sum b/service/qconnect/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/qconnect/go.sum +++ b/service/qconnect/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/qconnect/go_module_metadata.go b/service/qconnect/go_module_metadata.go index fa53ad19b89..2895a2c33d1 100644 --- a/service/qconnect/go_module_metadata.go +++ b/service/qconnect/go_module_metadata.go @@ -3,4 +3,4 @@ package qconnect // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.15.3" +const goModuleVersion = "1.15.4" diff --git a/service/qldb/CHANGELOG.md b/service/qldb/CHANGELOG.md index 07789422a8f..84442736aa0 100644 --- a/service/qldb/CHANGELOG.md +++ b/service/qldb/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.25.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.25.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/qldb/go.mod b/service/qldb/go.mod index e5a373235be..555d590b210 100644 --- a/service/qldb/go.mod +++ b/service/qldb/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/qldb go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/qldb/go.sum b/service/qldb/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/qldb/go.sum +++ b/service/qldb/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/qldb/go_module_metadata.go b/service/qldb/go_module_metadata.go index 8ea01d0d56e..8f0326740aa 100644 --- a/service/qldb/go_module_metadata.go +++ b/service/qldb/go_module_metadata.go @@ -3,4 +3,4 @@ package qldb // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.25.11" +const goModuleVersion = "1.25.12" diff --git a/service/qldbsession/CHANGELOG.md b/service/qldbsession/CHANGELOG.md index 6cbedc3c281..53dde734343 100644 --- a/service/qldbsession/CHANGELOG.md +++ b/service/qldbsession/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.25.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.25.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/qldbsession/go.mod b/service/qldbsession/go.mod index 49f1fb9620f..47449c2e0b6 100644 --- a/service/qldbsession/go.mod +++ b/service/qldbsession/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/qldbsession go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/qldbsession/go.sum b/service/qldbsession/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/qldbsession/go.sum +++ b/service/qldbsession/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/qldbsession/go_module_metadata.go b/service/qldbsession/go_module_metadata.go index aafe2e1d76e..32b8c5c0de2 100644 --- a/service/qldbsession/go_module_metadata.go +++ b/service/qldbsession/go_module_metadata.go @@ -3,4 +3,4 @@ package qldbsession // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.25.11" +const goModuleVersion = "1.25.12" diff --git a/service/quicksight/CHANGELOG.md b/service/quicksight/CHANGELOG.md index 8b88d90ae83..af9e711f806 100644 --- a/service/quicksight/CHANGELOG.md +++ b/service/quicksight/CHANGELOG.md @@ -1,3 +1,12 @@ +# v1.83.1 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + +# v1.83.0 (2025-01-21) + +* **Feature**: Added `DigitGroupingStyle` in ThousandsSeparator to allow grouping by `LAKH`( Indian Grouping system ) currency. Support LAKH and `CRORE` currency types in Column Formatting. + # v1.82.4 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/quicksight/deserializers.go b/service/quicksight/deserializers.go index 8325619093a..d4daae77a1d 100644 --- a/service/quicksight/deserializers.go +++ b/service/quicksight/deserializers.go @@ -94208,6 +94208,40 @@ func awsRestjson1_deserializeDocumentTableStyleTargetList(v *[]types.TableStyleT return nil } +func awsRestjson1_deserializeDocumentTableUnaggregatedFieldList(v *[]types.UnaggregatedField, value interface{}) error { + if v == nil { + return fmt.Errorf("unexpected nil of type %T", v) + } + if value == nil { + return nil + } + + shape, ok := value.([]interface{}) + if !ok { + return fmt.Errorf("unexpected JSON type %v", value) + } + + var cv []types.UnaggregatedField + if *v == nil { + cv = []types.UnaggregatedField{} + } else { + cv = *v + } + + for _, value := range shape { + var col types.UnaggregatedField + destAddr := &col + if err := awsRestjson1_deserializeDocumentUnaggregatedField(&destAddr, value); err != nil { + return err + } + col = *destAddr + cv = append(cv, col) + + } + *v = cv + return nil +} + func awsRestjson1_deserializeDocumentTableUnaggregatedFieldWells(v **types.TableUnaggregatedFieldWells, value interface{}) error { if v == nil { return fmt.Errorf("unexpected nil of type %T", v) @@ -94231,7 +94265,7 @@ func awsRestjson1_deserializeDocumentTableUnaggregatedFieldWells(v **types.Table for key, value := range shape { switch key { case "Values": - if err := awsRestjson1_deserializeDocumentUnaggregatedFieldList(&sv.Values, value); err != nil { + if err := awsRestjson1_deserializeDocumentTableUnaggregatedFieldList(&sv.Values, value); err != nil { return err } @@ -96171,6 +96205,15 @@ func awsRestjson1_deserializeDocumentThousandSeparatorOptions(v **types.Thousand for key, value := range shape { switch key { + case "GroupingStyle": + if value != nil { + jtv, ok := value.(string) + if !ok { + return fmt.Errorf("expected DigitGroupingStyle to be of type string, got %T instead", value) + } + sv.GroupingStyle = types.DigitGroupingStyle(jtv) + } + case "Symbol": if value != nil { jtv, ok := value.(string) diff --git a/service/quicksight/go.mod b/service/quicksight/go.mod index 3cab62a9ede..7969694986a 100644 --- a/service/quicksight/go.mod +++ b/service/quicksight/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/quicksight go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/quicksight/go.sum b/service/quicksight/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/quicksight/go.sum +++ b/service/quicksight/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/quicksight/go_module_metadata.go b/service/quicksight/go_module_metadata.go index cea6b48314b..529e212e736 100644 --- a/service/quicksight/go_module_metadata.go +++ b/service/quicksight/go_module_metadata.go @@ -3,4 +3,4 @@ package quicksight // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.82.4" +const goModuleVersion = "1.83.1" diff --git a/service/quicksight/serializers.go b/service/quicksight/serializers.go index 4e9eaef8336..c4a5f71f3e7 100644 --- a/service/quicksight/serializers.go +++ b/service/quicksight/serializers.go @@ -42197,13 +42197,26 @@ func awsRestjson1_serializeDocumentTableStyleTargetList(v []types.TableStyleTarg return nil } +func awsRestjson1_serializeDocumentTableUnaggregatedFieldList(v []types.UnaggregatedField, value smithyjson.Value) error { + array := value.Array() + defer array.Close() + + for i := range v { + av := array.Value() + if err := awsRestjson1_serializeDocumentUnaggregatedField(&v[i], av); err != nil { + return err + } + } + return nil +} + func awsRestjson1_serializeDocumentTableUnaggregatedFieldWells(v *types.TableUnaggregatedFieldWells, value smithyjson.Value) error { object := value.Object() defer object.Close() if v.Values != nil { ok := object.Key("Values") - if err := awsRestjson1_serializeDocumentUnaggregatedFieldList(v.Values, ok); err != nil { + if err := awsRestjson1_serializeDocumentTableUnaggregatedFieldList(v.Values, ok); err != nil { return err } } @@ -42609,6 +42622,11 @@ func awsRestjson1_serializeDocumentThousandSeparatorOptions(v *types.ThousandSep object := value.Object() defer object.Close() + if len(v.GroupingStyle) > 0 { + ok := object.Key("GroupingStyle") + ok.String(string(v.GroupingStyle)) + } + if len(v.Symbol) > 0 { ok := object.Key("Symbol") ok.String(string(v.Symbol)) diff --git a/service/quicksight/types/enums.go b/service/quicksight/types/enums.go index ba98d8885f6..6db76d01231 100644 --- a/service/quicksight/types/enums.go +++ b/service/quicksight/types/enums.go @@ -1780,6 +1780,25 @@ func (DefaultAggregation) Values() []DefaultAggregation { } } +type DigitGroupingStyle string + +// Enum values for DigitGroupingStyle +const ( + DigitGroupingStyleDefault DigitGroupingStyle = "DEFAULT" + DigitGroupingStyleLakhs DigitGroupingStyle = "LAKHS" +) + +// Values returns all known values for DigitGroupingStyle. Note that this can be +// expanded in the future, and so it is only as up to date as the client. +// +// The ordering of this slice is not guaranteed to be stable across updates. +func (DigitGroupingStyle) Values() []DigitGroupingStyle { + return []DigitGroupingStyle{ + "DEFAULT", + "LAKHS", + } +} + type DisplayFormat string // Enum values for DisplayFormat @@ -3325,6 +3344,8 @@ const ( NumberScaleMillions NumberScale = "MILLIONS" NumberScaleBillions NumberScale = "BILLIONS" NumberScaleTrillions NumberScale = "TRILLIONS" + NumberScaleLakhs NumberScale = "LAKHS" + NumberScaleCrores NumberScale = "CRORES" ) // Values returns all known values for NumberScale. Note that this can be expanded @@ -3339,6 +3360,8 @@ func (NumberScale) Values() []NumberScale { "MILLIONS", "BILLIONS", "TRILLIONS", + "LAKHS", + "CRORES", } } diff --git a/service/quicksight/types/types.go b/service/quicksight/types/types.go index 4c8c777cef5..b7b7e2fd34f 100644 --- a/service/quicksight/types/types.go +++ b/service/quicksight/types/types.go @@ -15799,6 +15799,12 @@ type ThemeVersionSummary struct { // The options that determine the thousands separator configuration. type ThousandSeparatorOptions struct { + // Determines the way numbers are styled to accommodate different readability + // standards. The DEFAULT value uses the standard international grouping system + // and groups numbers by the thousands. The LAKHS value uses the Indian numbering + // system and groups numbers by lakhs and crores. + GroupingStyle DigitGroupingStyle + // Determines the thousands separator symbol. Symbol NumericSeparatorSymbol diff --git a/service/quicksight/validators.go b/service/quicksight/validators.go index 67b465f0e37..08d950e23c6 100644 --- a/service/quicksight/validators.go +++ b/service/quicksight/validators.go @@ -18675,13 +18675,30 @@ func validateTableStyleTargetList(v []types.TableStyleTarget) error { } } +func validateTableUnaggregatedFieldList(v []types.UnaggregatedField) error { + if v == nil { + return nil + } + invalidParams := smithy.InvalidParamsError{Context: "TableUnaggregatedFieldList"} + for i := range v { + if err := validateUnaggregatedField(&v[i]); err != nil { + invalidParams.AddNested(fmt.Sprintf("[%d]", i), err.(smithy.InvalidParamsError)) + } + } + if invalidParams.Len() > 0 { + return invalidParams + } else { + return nil + } +} + func validateTableUnaggregatedFieldWells(v *types.TableUnaggregatedFieldWells) error { if v == nil { return nil } invalidParams := smithy.InvalidParamsError{Context: "TableUnaggregatedFieldWells"} if v.Values != nil { - if err := validateUnaggregatedFieldList(v.Values); err != nil { + if err := validateTableUnaggregatedFieldList(v.Values); err != nil { invalidParams.AddNested("Values", err.(smithy.InvalidParamsError)) } } diff --git a/service/ram/CHANGELOG.md b/service/ram/CHANGELOG.md index 03bb1dd528b..a397329e815 100644 --- a/service/ram/CHANGELOG.md +++ b/service/ram/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.29.14 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.29.13 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/ram/go.mod b/service/ram/go.mod index 04bd19aa038..3984508ac94 100644 --- a/service/ram/go.mod +++ b/service/ram/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/ram go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/ram/go.sum b/service/ram/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/ram/go.sum +++ b/service/ram/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/ram/go_module_metadata.go b/service/ram/go_module_metadata.go index 687895f5aa1..1b3991c161b 100644 --- a/service/ram/go_module_metadata.go +++ b/service/ram/go_module_metadata.go @@ -3,4 +3,4 @@ package ram // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.29.13" +const goModuleVersion = "1.29.14" diff --git a/service/rbin/CHANGELOG.md b/service/rbin/CHANGELOG.md index 19034eef6f9..512f5446a89 100644 --- a/service/rbin/CHANGELOG.md +++ b/service/rbin/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.21.9 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.21.8 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/rbin/go.mod b/service/rbin/go.mod index 1b320f20277..ca0253383ea 100644 --- a/service/rbin/go.mod +++ b/service/rbin/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/rbin go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/rbin/go.sum b/service/rbin/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/rbin/go.sum +++ b/service/rbin/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/rbin/go_module_metadata.go b/service/rbin/go_module_metadata.go index 15fa91d848a..162c223c490 100644 --- a/service/rbin/go_module_metadata.go +++ b/service/rbin/go_module_metadata.go @@ -3,4 +3,4 @@ package rbin // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.21.8" +const goModuleVersion = "1.21.9" diff --git a/service/rds/CHANGELOG.md b/service/rds/CHANGELOG.md index c9304b9834b..82521a8a0f1 100644 --- a/service/rds/CHANGELOG.md +++ b/service/rds/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.93.8 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.93.7 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/rds/go.mod b/service/rds/go.mod index 7d68194f122..2a3b13da8ad 100644 --- a/service/rds/go.mod +++ b/service/rds/go.mod @@ -3,12 +3,12 @@ module github.com/aws/aws-sdk-go-v2/service/rds go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.1 - github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.9 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.2 + github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.10 + github.com/aws/smithy-go v1.22.2 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/rds/go.sum b/service/rds/go.sum index aa7eb14ff92..3df7c5c8b09 100644 --- a/service/rds/go.sum +++ b/service/rds/go.sum @@ -1,5 +1,5 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/jmespath/go-jmespath v0.4.0 h1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9YPoQUg= diff --git a/service/rds/go_module_metadata.go b/service/rds/go_module_metadata.go index f6ed0577d5c..6a8ef1258e4 100644 --- a/service/rds/go_module_metadata.go +++ b/service/rds/go_module_metadata.go @@ -3,4 +3,4 @@ package rds // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.93.7" +const goModuleVersion = "1.93.8" diff --git a/service/rdsdata/CHANGELOG.md b/service/rdsdata/CHANGELOG.md index 9001c43b98b..26d576fa214 100644 --- a/service/rdsdata/CHANGELOG.md +++ b/service/rdsdata/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.26.6 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.26.5 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/rdsdata/go.mod b/service/rdsdata/go.mod index 5eddb4a2cc7..6776c363aa8 100644 --- a/service/rdsdata/go.mod +++ b/service/rdsdata/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/rdsdata go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/rdsdata/go.sum b/service/rdsdata/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/rdsdata/go.sum +++ b/service/rdsdata/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/rdsdata/go_module_metadata.go b/service/rdsdata/go_module_metadata.go index 99afd21577a..8e9356cd740 100644 --- a/service/rdsdata/go_module_metadata.go +++ b/service/rdsdata/go_module_metadata.go @@ -3,4 +3,4 @@ package rdsdata // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.26.5" +const goModuleVersion = "1.26.6" diff --git a/service/redshift/CHANGELOG.md b/service/redshift/CHANGELOG.md index d7a5c7a0c8d..0b28622c5f1 100644 --- a/service/redshift/CHANGELOG.md +++ b/service/redshift/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.53.8 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.53.7 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/redshift/go.mod b/service/redshift/go.mod index 23e724df243..3a6ad943458 100644 --- a/service/redshift/go.mod +++ b/service/redshift/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/redshift go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/redshift/go.sum b/service/redshift/go.sum index aa7eb14ff92..3df7c5c8b09 100644 --- a/service/redshift/go.sum +++ b/service/redshift/go.sum @@ -1,5 +1,5 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/jmespath/go-jmespath v0.4.0 h1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9YPoQUg= diff --git a/service/redshift/go_module_metadata.go b/service/redshift/go_module_metadata.go index 61d60ff1ba2..311e559b6b8 100644 --- a/service/redshift/go_module_metadata.go +++ b/service/redshift/go_module_metadata.go @@ -3,4 +3,4 @@ package redshift // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.53.7" +const goModuleVersion = "1.53.8" diff --git a/service/redshiftdata/CHANGELOG.md b/service/redshiftdata/CHANGELOG.md index 1d0ae063794..3d291b5df1a 100644 --- a/service/redshiftdata/CHANGELOG.md +++ b/service/redshiftdata/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.31.9 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.31.8 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/redshiftdata/go.mod b/service/redshiftdata/go.mod index 1da43eaa65b..407f32f6c48 100644 --- a/service/redshiftdata/go.mod +++ b/service/redshiftdata/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/redshiftdata go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/redshiftdata/go.sum b/service/redshiftdata/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/redshiftdata/go.sum +++ b/service/redshiftdata/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/redshiftdata/go_module_metadata.go b/service/redshiftdata/go_module_metadata.go index fb0e36ba296..98f6593f33b 100644 --- a/service/redshiftdata/go_module_metadata.go +++ b/service/redshiftdata/go_module_metadata.go @@ -3,4 +3,4 @@ package redshiftdata // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.31.8" +const goModuleVersion = "1.31.9" diff --git a/service/redshiftserverless/CHANGELOG.md b/service/redshiftserverless/CHANGELOG.md index 3c1f852b84e..f4ac626fe2b 100644 --- a/service/redshiftserverless/CHANGELOG.md +++ b/service/redshiftserverless/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.25.5 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.25.4 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/redshiftserverless/go.mod b/service/redshiftserverless/go.mod index 1979b336615..f79ccd35776 100644 --- a/service/redshiftserverless/go.mod +++ b/service/redshiftserverless/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/redshiftserverless go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/redshiftserverless/go.sum b/service/redshiftserverless/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/redshiftserverless/go.sum +++ b/service/redshiftserverless/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/redshiftserverless/go_module_metadata.go b/service/redshiftserverless/go_module_metadata.go index 9aa4dafb9e5..4c6ccb93596 100644 --- a/service/redshiftserverless/go_module_metadata.go +++ b/service/redshiftserverless/go_module_metadata.go @@ -3,4 +3,4 @@ package redshiftserverless // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.25.4" +const goModuleVersion = "1.25.5" diff --git a/service/rekognition/CHANGELOG.md b/service/rekognition/CHANGELOG.md index 93d1422df40..f6d2654f25c 100644 --- a/service/rekognition/CHANGELOG.md +++ b/service/rekognition/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.45.14 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.45.13 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/rekognition/go.mod b/service/rekognition/go.mod index 18718aa6409..5249d405e7c 100644 --- a/service/rekognition/go.mod +++ b/service/rekognition/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/rekognition go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/rekognition/go.sum b/service/rekognition/go.sum index aa7eb14ff92..3df7c5c8b09 100644 --- a/service/rekognition/go.sum +++ b/service/rekognition/go.sum @@ -1,5 +1,5 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/jmespath/go-jmespath v0.4.0 h1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9YPoQUg= diff --git a/service/rekognition/go_module_metadata.go b/service/rekognition/go_module_metadata.go index 6ef69506875..a9c4fca8d9a 100644 --- a/service/rekognition/go_module_metadata.go +++ b/service/rekognition/go_module_metadata.go @@ -3,4 +3,4 @@ package rekognition // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.45.13" +const goModuleVersion = "1.45.14" diff --git a/service/repostspace/CHANGELOG.md b/service/repostspace/CHANGELOG.md index 1943724c930..3bec71d5767 100644 --- a/service/repostspace/CHANGELOG.md +++ b/service/repostspace/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.8.10 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.8.9 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/repostspace/go.mod b/service/repostspace/go.mod index d60ae183671..151959d76e7 100644 --- a/service/repostspace/go.mod +++ b/service/repostspace/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/repostspace go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/repostspace/go.sum b/service/repostspace/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/repostspace/go.sum +++ b/service/repostspace/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/repostspace/go_module_metadata.go b/service/repostspace/go_module_metadata.go index 2be5f9867b5..5700dfc1430 100644 --- a/service/repostspace/go_module_metadata.go +++ b/service/repostspace/go_module_metadata.go @@ -3,4 +3,4 @@ package repostspace // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.8.9" +const goModuleVersion = "1.8.10" diff --git a/service/resiliencehub/CHANGELOG.md b/service/resiliencehub/CHANGELOG.md index 0ef2d6839cd..a3b8b74cf7e 100644 --- a/service/resiliencehub/CHANGELOG.md +++ b/service/resiliencehub/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.29.6 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.29.5 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/resiliencehub/go.mod b/service/resiliencehub/go.mod index b81800b25d4..0dad000ffb0 100644 --- a/service/resiliencehub/go.mod +++ b/service/resiliencehub/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/resiliencehub go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/resiliencehub/go.sum b/service/resiliencehub/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/resiliencehub/go.sum +++ b/service/resiliencehub/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/resiliencehub/go_module_metadata.go b/service/resiliencehub/go_module_metadata.go index 937056c129c..54d110dd1db 100644 --- a/service/resiliencehub/go_module_metadata.go +++ b/service/resiliencehub/go_module_metadata.go @@ -3,4 +3,4 @@ package resiliencehub // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.29.5" +const goModuleVersion = "1.29.6" diff --git a/service/resourceexplorer2/CHANGELOG.md b/service/resourceexplorer2/CHANGELOG.md index 42d1f1e2e99..5254020088c 100644 --- a/service/resourceexplorer2/CHANGELOG.md +++ b/service/resourceexplorer2/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.16.7 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.16.6 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/resourceexplorer2/go.mod b/service/resourceexplorer2/go.mod index 6b5d5eac186..f90bd6e46e1 100644 --- a/service/resourceexplorer2/go.mod +++ b/service/resourceexplorer2/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/resourceexplorer2 go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/resourceexplorer2/go.sum b/service/resourceexplorer2/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/resourceexplorer2/go.sum +++ b/service/resourceexplorer2/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/resourceexplorer2/go_module_metadata.go b/service/resourceexplorer2/go_module_metadata.go index 4e62a2184fc..823e087d119 100644 --- a/service/resourceexplorer2/go_module_metadata.go +++ b/service/resourceexplorer2/go_module_metadata.go @@ -3,4 +3,4 @@ package resourceexplorer2 // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.16.6" +const goModuleVersion = "1.16.7" diff --git a/service/resourcegroups/CHANGELOG.md b/service/resourcegroups/CHANGELOG.md index f668879ba9b..fbe1e408f94 100644 --- a/service/resourcegroups/CHANGELOG.md +++ b/service/resourcegroups/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.27.14 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.27.13 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/resourcegroups/go.mod b/service/resourcegroups/go.mod index fe7120e02f4..58136b12d24 100644 --- a/service/resourcegroups/go.mod +++ b/service/resourcegroups/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/resourcegroups go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/resourcegroups/go.sum b/service/resourcegroups/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/resourcegroups/go.sum +++ b/service/resourcegroups/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/resourcegroups/go_module_metadata.go b/service/resourcegroups/go_module_metadata.go index 2dc09363299..e766d7e5c21 100644 --- a/service/resourcegroups/go_module_metadata.go +++ b/service/resourcegroups/go_module_metadata.go @@ -3,4 +3,4 @@ package resourcegroups // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.27.13" +const goModuleVersion = "1.27.14" diff --git a/service/resourcegroupstaggingapi/CHANGELOG.md b/service/resourcegroupstaggingapi/CHANGELOG.md index e29956ddd60..148853f4492 100644 --- a/service/resourcegroupstaggingapi/CHANGELOG.md +++ b/service/resourcegroupstaggingapi/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.25.14 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.25.13 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/resourcegroupstaggingapi/go.mod b/service/resourcegroupstaggingapi/go.mod index 812c34a1d31..d0eeecb72f4 100644 --- a/service/resourcegroupstaggingapi/go.mod +++ b/service/resourcegroupstaggingapi/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/resourcegroupstaggingapi go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/resourcegroupstaggingapi/go.sum b/service/resourcegroupstaggingapi/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/resourcegroupstaggingapi/go.sum +++ b/service/resourcegroupstaggingapi/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/resourcegroupstaggingapi/go_module_metadata.go b/service/resourcegroupstaggingapi/go_module_metadata.go index 12b1f591de4..962d8dc4720 100644 --- a/service/resourcegroupstaggingapi/go_module_metadata.go +++ b/service/resourcegroupstaggingapi/go_module_metadata.go @@ -3,4 +3,4 @@ package resourcegroupstaggingapi // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.25.13" +const goModuleVersion = "1.25.14" diff --git a/service/robomaker/CHANGELOG.md b/service/robomaker/CHANGELOG.md index 1e15360838d..71878894b26 100644 --- a/service/robomaker/CHANGELOG.md +++ b/service/robomaker/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.30.13 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.30.12 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/robomaker/go.mod b/service/robomaker/go.mod index e02f785bae3..11301c17214 100644 --- a/service/robomaker/go.mod +++ b/service/robomaker/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/robomaker go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/robomaker/go.sum b/service/robomaker/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/robomaker/go.sum +++ b/service/robomaker/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/robomaker/go_module_metadata.go b/service/robomaker/go_module_metadata.go index bafe5931010..f3882d1b6ad 100644 --- a/service/robomaker/go_module_metadata.go +++ b/service/robomaker/go_module_metadata.go @@ -3,4 +3,4 @@ package robomaker // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.30.12" +const goModuleVersion = "1.30.13" diff --git a/service/rolesanywhere/CHANGELOG.md b/service/rolesanywhere/CHANGELOG.md index 17158875c19..726382b3391 100644 --- a/service/rolesanywhere/CHANGELOG.md +++ b/service/rolesanywhere/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.16.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.16.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/rolesanywhere/go.mod b/service/rolesanywhere/go.mod index 118f325f2e9..5ac1ee84b39 100644 --- a/service/rolesanywhere/go.mod +++ b/service/rolesanywhere/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/rolesanywhere go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/rolesanywhere/go.sum b/service/rolesanywhere/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/rolesanywhere/go.sum +++ b/service/rolesanywhere/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/rolesanywhere/go_module_metadata.go b/service/rolesanywhere/go_module_metadata.go index 65d1e9a6de3..2a8b599e657 100644 --- a/service/rolesanywhere/go_module_metadata.go +++ b/service/rolesanywhere/go_module_metadata.go @@ -3,4 +3,4 @@ package rolesanywhere // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.16.11" +const goModuleVersion = "1.16.12" diff --git a/service/route53/CHANGELOG.md b/service/route53/CHANGELOG.md index 0c7c9fcf2a7..6a18e915112 100644 --- a/service/route53/CHANGELOG.md +++ b/service/route53/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.48.3 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.48.2 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/route53/go.mod b/service/route53/go.mod index 0b0727d6316..318d7e847cf 100644 --- a/service/route53/go.mod +++ b/service/route53/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/route53 go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/route53/go.sum b/service/route53/go.sum index aa7eb14ff92..3df7c5c8b09 100644 --- a/service/route53/go.sum +++ b/service/route53/go.sum @@ -1,5 +1,5 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/jmespath/go-jmespath v0.4.0 h1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9YPoQUg= diff --git a/service/route53/go_module_metadata.go b/service/route53/go_module_metadata.go index abc8d30d089..b4596ca3876 100644 --- a/service/route53/go_module_metadata.go +++ b/service/route53/go_module_metadata.go @@ -3,4 +3,4 @@ package route53 // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.48.2" +const goModuleVersion = "1.48.3" diff --git a/service/route53domains/CHANGELOG.md b/service/route53domains/CHANGELOG.md index 88f6306f2c2..1027196b05a 100644 --- a/service/route53domains/CHANGELOG.md +++ b/service/route53domains/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.28.6 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.28.5 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/route53domains/go.mod b/service/route53domains/go.mod index b878c611eb3..1983c899129 100644 --- a/service/route53domains/go.mod +++ b/service/route53domains/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/route53domains go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/route53domains/go.sum b/service/route53domains/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/route53domains/go.sum +++ b/service/route53domains/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/route53domains/go_module_metadata.go b/service/route53domains/go_module_metadata.go index 6795222161e..a52df4e58b2 100644 --- a/service/route53domains/go_module_metadata.go +++ b/service/route53domains/go_module_metadata.go @@ -3,4 +3,4 @@ package route53domains // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.28.5" +const goModuleVersion = "1.28.6" diff --git a/service/route53profiles/CHANGELOG.md b/service/route53profiles/CHANGELOG.md index 6ef7c541991..f9adc904878 100644 --- a/service/route53profiles/CHANGELOG.md +++ b/service/route53profiles/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.4.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.4.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/route53profiles/go.mod b/service/route53profiles/go.mod index aae14531820..962a1427487 100644 --- a/service/route53profiles/go.mod +++ b/service/route53profiles/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/route53profiles go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/route53profiles/go.sum b/service/route53profiles/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/route53profiles/go.sum +++ b/service/route53profiles/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/route53profiles/go_module_metadata.go b/service/route53profiles/go_module_metadata.go index c5ae854ca7d..0e79596328d 100644 --- a/service/route53profiles/go_module_metadata.go +++ b/service/route53profiles/go_module_metadata.go @@ -3,4 +3,4 @@ package route53profiles // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.4.11" +const goModuleVersion = "1.4.12" diff --git a/service/route53recoverycluster/CHANGELOG.md b/service/route53recoverycluster/CHANGELOG.md index 4601be84e2d..4f23c44c658 100644 --- a/service/route53recoverycluster/CHANGELOG.md +++ b/service/route53recoverycluster/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.23.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.23.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/route53recoverycluster/go.mod b/service/route53recoverycluster/go.mod index 3337fc1c830..56ed6e4ee6c 100644 --- a/service/route53recoverycluster/go.mod +++ b/service/route53recoverycluster/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/route53recoverycluster go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/route53recoverycluster/go.sum b/service/route53recoverycluster/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/route53recoverycluster/go.sum +++ b/service/route53recoverycluster/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/route53recoverycluster/go_module_metadata.go b/service/route53recoverycluster/go_module_metadata.go index edc3bcd9571..806007f7e72 100644 --- a/service/route53recoverycluster/go_module_metadata.go +++ b/service/route53recoverycluster/go_module_metadata.go @@ -3,4 +3,4 @@ package route53recoverycluster // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.23.11" +const goModuleVersion = "1.23.12" diff --git a/service/route53recoverycontrolconfig/CHANGELOG.md b/service/route53recoverycontrolconfig/CHANGELOG.md index 406c250fd92..edd409535cd 100644 --- a/service/route53recoverycontrolconfig/CHANGELOG.md +++ b/service/route53recoverycontrolconfig/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.25.13 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.25.12 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/route53recoverycontrolconfig/go.mod b/service/route53recoverycontrolconfig/go.mod index a78316dd41b..ac7d175d467 100644 --- a/service/route53recoverycontrolconfig/go.mod +++ b/service/route53recoverycontrolconfig/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/route53recoverycontrolconfig go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/route53recoverycontrolconfig/go.sum b/service/route53recoverycontrolconfig/go.sum index aa7eb14ff92..3df7c5c8b09 100644 --- a/service/route53recoverycontrolconfig/go.sum +++ b/service/route53recoverycontrolconfig/go.sum @@ -1,5 +1,5 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/jmespath/go-jmespath v0.4.0 h1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9YPoQUg= diff --git a/service/route53recoverycontrolconfig/go_module_metadata.go b/service/route53recoverycontrolconfig/go_module_metadata.go index c1e482437f4..6bfc9c9937d 100644 --- a/service/route53recoverycontrolconfig/go_module_metadata.go +++ b/service/route53recoverycontrolconfig/go_module_metadata.go @@ -3,4 +3,4 @@ package route53recoverycontrolconfig // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.25.12" +const goModuleVersion = "1.25.13" diff --git a/service/route53recoveryreadiness/CHANGELOG.md b/service/route53recoveryreadiness/CHANGELOG.md index d1c4beefb3b..08478d31c3a 100644 --- a/service/route53recoveryreadiness/CHANGELOG.md +++ b/service/route53recoveryreadiness/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.21.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.21.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/route53recoveryreadiness/go.mod b/service/route53recoveryreadiness/go.mod index 724c42003cc..76a07f65d25 100644 --- a/service/route53recoveryreadiness/go.mod +++ b/service/route53recoveryreadiness/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/route53recoveryreadiness go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/route53recoveryreadiness/go.sum b/service/route53recoveryreadiness/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/route53recoveryreadiness/go.sum +++ b/service/route53recoveryreadiness/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/route53recoveryreadiness/go_module_metadata.go b/service/route53recoveryreadiness/go_module_metadata.go index 935888464bb..15acc16c060 100644 --- a/service/route53recoveryreadiness/go_module_metadata.go +++ b/service/route53recoveryreadiness/go_module_metadata.go @@ -3,4 +3,4 @@ package route53recoveryreadiness // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.21.11" +const goModuleVersion = "1.21.12" diff --git a/service/route53resolver/CHANGELOG.md b/service/route53resolver/CHANGELOG.md index 018cab3bcd0..7fdd8b933fb 100644 --- a/service/route53resolver/CHANGELOG.md +++ b/service/route53resolver/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.34.9 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.34.8 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/route53resolver/go.mod b/service/route53resolver/go.mod index 3bb684cd804..eef7daf3471 100644 --- a/service/route53resolver/go.mod +++ b/service/route53resolver/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/route53resolver go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/route53resolver/go.sum b/service/route53resolver/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/route53resolver/go.sum +++ b/service/route53resolver/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/route53resolver/go_module_metadata.go b/service/route53resolver/go_module_metadata.go index ee2f1740e09..ee6c62b3d87 100644 --- a/service/route53resolver/go_module_metadata.go +++ b/service/route53resolver/go_module_metadata.go @@ -3,4 +3,4 @@ package route53resolver // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.34.8" +const goModuleVersion = "1.34.9" diff --git a/service/rum/CHANGELOG.md b/service/rum/CHANGELOG.md index 56f3fcc5d94..6b59828ec03 100644 --- a/service/rum/CHANGELOG.md +++ b/service/rum/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.21.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.21.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/rum/go.mod b/service/rum/go.mod index 3a3a8ae7faa..c67834baf9c 100644 --- a/service/rum/go.mod +++ b/service/rum/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/rum go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/rum/go.sum b/service/rum/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/rum/go.sum +++ b/service/rum/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/rum/go_module_metadata.go b/service/rum/go_module_metadata.go index b6b2fed9ce5..2d04b8cc45f 100644 --- a/service/rum/go_module_metadata.go +++ b/service/rum/go_module_metadata.go @@ -3,4 +3,4 @@ package rum // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.21.11" +const goModuleVersion = "1.21.12" diff --git a/service/s3/CHANGELOG.md b/service/s3/CHANGELOG.md index a3176cf1e48..5130bf2d201 100644 --- a/service/s3/CHANGELOG.md +++ b/service/s3/CHANGELOG.md @@ -1,3 +1,13 @@ +# v1.74.1 (2025-01-24) + +* **Bug Fix**: Enable request checksum validation mode by default +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + +# v1.74.0 (2025-01-22) + +* **Feature**: Add a client config option to disable logging when output checksum validation is skipped due to an unsupported algorithm. + # v1.73.2 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/s3/api_op_GetObject.go b/service/s3/api_op_GetObject.go index c2b0c7f9da3..7d0786c9bd7 100644 --- a/service/s3/api_op_GetObject.go +++ b/service/s3/api_op_GetObject.go @@ -814,14 +814,20 @@ func getGetObjectRequestValidationModeMember(input interface{}) (string, bool) { return string(in.ChecksumMode), true } +func setGetObjectRequestValidationModeMember(input interface{}, mode string) { + in := input.(*GetObjectInput) + in.ChecksumMode = types.ChecksumMode(mode) +} + func addGetObjectOutputChecksumMiddlewares(stack *middleware.Stack, options Options) error { return internalChecksum.AddOutputMiddleware(stack, internalChecksum.OutputMiddlewareOptions{ GetValidationMode: getGetObjectRequestValidationModeMember, + SetValidationMode: setGetObjectRequestValidationModeMember, ResponseChecksumValidation: options.ResponseChecksumValidation, ValidationAlgorithms: []string{"CRC64NVME", "CRC32", "CRC32C", "SHA256", "SHA1"}, IgnoreMultipartValidation: true, - LogValidationSkipped: true, - LogMultipartValidationSkipped: true, + LogValidationSkipped: !options.DisableLogOutputChecksumValidationSkipped, + LogMultipartValidationSkipped: !options.DisableLogOutputChecksumValidationSkipped, }) } diff --git a/service/s3/go.mod b/service/s3/go.mod index 423b058d6ee..89612325626 100644 --- a/service/s3/go.mod +++ b/service/s3/go.mod @@ -3,16 +3,16 @@ module github.com/aws/aws-sdk-go-v2/service/s3 go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.7 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.28 - github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.1 - github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.5.2 - github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.9 - github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.9 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.8 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.29 + github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.2 + github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.5.3 + github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.10 + github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.10 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/s3/go.sum b/service/s3/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/s3/go.sum +++ b/service/s3/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/s3/go_module_metadata.go b/service/s3/go_module_metadata.go index c8ded6385c9..2f8f70509f4 100644 --- a/service/s3/go_module_metadata.go +++ b/service/s3/go_module_metadata.go @@ -3,4 +3,4 @@ package s3 // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.73.2" +const goModuleVersion = "1.74.1" diff --git a/service/s3/internal/configtesting/go.mod b/service/s3/internal/configtesting/go.mod index 113c77c9328..936d3d54110 100644 --- a/service/s3/internal/configtesting/go.mod +++ b/service/s3/internal/configtesting/go.mod @@ -3,23 +3,23 @@ module github.com/aws/aws-sdk-go-v2/service/s3/internal/configtesting go 1.21 require ( - github.com/aws/aws-sdk-go-v2/config v1.29.1 - github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.9 + github.com/aws/aws-sdk-go-v2/config v1.29.2 + github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.10 ) require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 // indirect - github.com/aws/aws-sdk-go-v2/credentials v1.17.54 // indirect - github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.24 // indirect - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 // indirect - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 // indirect - github.com/aws/aws-sdk-go-v2/internal/ini v1.8.1 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.1 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.9 // indirect - github.com/aws/aws-sdk-go-v2/service/sso v1.24.11 // indirect - github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.10 // indirect - github.com/aws/aws-sdk-go-v2/service/sts v1.33.9 // indirect - github.com/aws/smithy-go v1.22.1 // indirect + github.com/aws/aws-sdk-go-v2 v1.34.0 // indirect + github.com/aws/aws-sdk-go-v2/credentials v1.17.55 // indirect + github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.25 // indirect + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 // indirect + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 // indirect + github.com/aws/aws-sdk-go-v2/internal/ini v1.8.2 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.2 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.10 // indirect + github.com/aws/aws-sdk-go-v2/service/sso v1.24.12 // indirect + github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.11 // indirect + github.com/aws/aws-sdk-go-v2/service/sts v1.33.10 // indirect + github.com/aws/smithy-go v1.22.2 // indirect ) replace github.com/aws/aws-sdk-go-v2 => ../../../../ diff --git a/service/s3/internal/configtesting/go.sum b/service/s3/internal/configtesting/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/s3/internal/configtesting/go.sum +++ b/service/s3/internal/configtesting/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/s3/options.go b/service/s3/options.go index 6b98e8802de..6f29b807f05 100644 --- a/service/s3/options.go +++ b/service/s3/options.go @@ -52,6 +52,10 @@ type Options struct { // clients initial default settings. DefaultsMode aws.DefaultsMode + // Disables logging when the client skips output checksum validation due to lack + // of algorithm support. + DisableLogOutputChecksumValidationSkipped bool + // Allows you to disable S3 Multi-Region access points feature. DisableMultiRegionAccessPoints bool diff --git a/service/s3control/CHANGELOG.md b/service/s3control/CHANGELOG.md index 684e4cb2ebc..727e2f32ce9 100644 --- a/service/s3control/CHANGELOG.md +++ b/service/s3control/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.52.7 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.52.6 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/s3control/go.mod b/service/s3control/go.mod index 4ec3d8c01f1..98cc841db3e 100644 --- a/service/s3control/go.mod +++ b/service/s3control/go.mod @@ -3,11 +3,11 @@ module github.com/aws/aws-sdk-go-v2/service/s3control go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.9 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.10 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/s3control/go.sum b/service/s3control/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/s3control/go.sum +++ b/service/s3control/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/s3control/go_module_metadata.go b/service/s3control/go_module_metadata.go index 80e33cd9f0c..0e6784379ca 100644 --- a/service/s3control/go_module_metadata.go +++ b/service/s3control/go_module_metadata.go @@ -3,4 +3,4 @@ package s3control // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.52.6" +const goModuleVersion = "1.52.7" diff --git a/service/s3outposts/CHANGELOG.md b/service/s3outposts/CHANGELOG.md index a819a83d241..73a90c80bdb 100644 --- a/service/s3outposts/CHANGELOG.md +++ b/service/s3outposts/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.28.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.28.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/s3outposts/go.mod b/service/s3outposts/go.mod index d1f29a72b66..01f0dcf8810 100644 --- a/service/s3outposts/go.mod +++ b/service/s3outposts/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/s3outposts go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/s3outposts/go.sum b/service/s3outposts/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/s3outposts/go.sum +++ b/service/s3outposts/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/s3outposts/go_module_metadata.go b/service/s3outposts/go_module_metadata.go index b6711c27e14..87faa2ee184 100644 --- a/service/s3outposts/go_module_metadata.go +++ b/service/s3outposts/go_module_metadata.go @@ -3,4 +3,4 @@ package s3outposts // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.28.11" +const goModuleVersion = "1.28.12" diff --git a/service/s3tables/CHANGELOG.md b/service/s3tables/CHANGELOG.md index 63faf3e8c59..7f280c929c1 100644 --- a/service/s3tables/CHANGELOG.md +++ b/service/s3tables/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.0.5 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.0.4 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/s3tables/go.mod b/service/s3tables/go.mod index 75b69d55417..8fa4c9519b1 100644 --- a/service/s3tables/go.mod +++ b/service/s3tables/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/s3tables go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/s3tables/go.sum b/service/s3tables/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/s3tables/go.sum +++ b/service/s3tables/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/s3tables/go_module_metadata.go b/service/s3tables/go_module_metadata.go index e666bbdab29..50f82f88380 100644 --- a/service/s3tables/go_module_metadata.go +++ b/service/s3tables/go_module_metadata.go @@ -3,4 +3,4 @@ package s3tables // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.0.4" +const goModuleVersion = "1.0.5" diff --git a/service/sagemaker/CHANGELOG.md b/service/sagemaker/CHANGELOG.md index 3b6b131c114..0d5a3bafa4b 100644 --- a/service/sagemaker/CHANGELOG.md +++ b/service/sagemaker/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.173.2 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.173.1 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/sagemaker/go.mod b/service/sagemaker/go.mod index fa9444c0dc6..8dc76617ca6 100644 --- a/service/sagemaker/go.mod +++ b/service/sagemaker/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/sagemaker go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/sagemaker/go.sum b/service/sagemaker/go.sum index aa7eb14ff92..3df7c5c8b09 100644 --- a/service/sagemaker/go.sum +++ b/service/sagemaker/go.sum @@ -1,5 +1,5 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/jmespath/go-jmespath v0.4.0 h1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9YPoQUg= diff --git a/service/sagemaker/go_module_metadata.go b/service/sagemaker/go_module_metadata.go index 3b23f756488..8dafe6c7bcf 100644 --- a/service/sagemaker/go_module_metadata.go +++ b/service/sagemaker/go_module_metadata.go @@ -3,4 +3,4 @@ package sagemaker // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.173.1" +const goModuleVersion = "1.173.2" diff --git a/service/sagemakera2iruntime/CHANGELOG.md b/service/sagemakera2iruntime/CHANGELOG.md index 92cc9d9c882..9612e53c44b 100644 --- a/service/sagemakera2iruntime/CHANGELOG.md +++ b/service/sagemakera2iruntime/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.27.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.27.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/sagemakera2iruntime/go.mod b/service/sagemakera2iruntime/go.mod index 3d7525d7b77..01741acdaf9 100644 --- a/service/sagemakera2iruntime/go.mod +++ b/service/sagemakera2iruntime/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/sagemakera2iruntime go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/sagemakera2iruntime/go.sum b/service/sagemakera2iruntime/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/sagemakera2iruntime/go.sum +++ b/service/sagemakera2iruntime/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/sagemakera2iruntime/go_module_metadata.go b/service/sagemakera2iruntime/go_module_metadata.go index 422f9cfd0db..c29f708eee2 100644 --- a/service/sagemakera2iruntime/go_module_metadata.go +++ b/service/sagemakera2iruntime/go_module_metadata.go @@ -3,4 +3,4 @@ package sagemakera2iruntime // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.27.11" +const goModuleVersion = "1.27.12" diff --git a/service/sagemakeredge/CHANGELOG.md b/service/sagemakeredge/CHANGELOG.md index 90d476b6327..c99c8a57829 100644 --- a/service/sagemakeredge/CHANGELOG.md +++ b/service/sagemakeredge/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.25.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.25.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/sagemakeredge/go.mod b/service/sagemakeredge/go.mod index c3e5c7d1904..eba8f3e05ba 100644 --- a/service/sagemakeredge/go.mod +++ b/service/sagemakeredge/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/sagemakeredge go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/sagemakeredge/go.sum b/service/sagemakeredge/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/sagemakeredge/go.sum +++ b/service/sagemakeredge/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/sagemakeredge/go_module_metadata.go b/service/sagemakeredge/go_module_metadata.go index ad2f25d4419..1658e91d0b2 100644 --- a/service/sagemakeredge/go_module_metadata.go +++ b/service/sagemakeredge/go_module_metadata.go @@ -3,4 +3,4 @@ package sagemakeredge // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.25.11" +const goModuleVersion = "1.25.12" diff --git a/service/sagemakerfeaturestoreruntime/CHANGELOG.md b/service/sagemakerfeaturestoreruntime/CHANGELOG.md index a15c58033c6..af23a6d8839 100644 --- a/service/sagemakerfeaturestoreruntime/CHANGELOG.md +++ b/service/sagemakerfeaturestoreruntime/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.29.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.29.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/sagemakerfeaturestoreruntime/go.mod b/service/sagemakerfeaturestoreruntime/go.mod index aca4ee7f824..8d607e703d1 100644 --- a/service/sagemakerfeaturestoreruntime/go.mod +++ b/service/sagemakerfeaturestoreruntime/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/sagemakerfeaturestoreruntime go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/sagemakerfeaturestoreruntime/go.sum b/service/sagemakerfeaturestoreruntime/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/sagemakerfeaturestoreruntime/go.sum +++ b/service/sagemakerfeaturestoreruntime/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/sagemakerfeaturestoreruntime/go_module_metadata.go b/service/sagemakerfeaturestoreruntime/go_module_metadata.go index ec10e0f3ee2..0b46e5838e6 100644 --- a/service/sagemakerfeaturestoreruntime/go_module_metadata.go +++ b/service/sagemakerfeaturestoreruntime/go_module_metadata.go @@ -3,4 +3,4 @@ package sagemakerfeaturestoreruntime // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.29.11" +const goModuleVersion = "1.29.12" diff --git a/service/sagemakergeospatial/CHANGELOG.md b/service/sagemakergeospatial/CHANGELOG.md index 2d5c688c4ae..6f042e62fd2 100644 --- a/service/sagemakergeospatial/CHANGELOG.md +++ b/service/sagemakergeospatial/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.14.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.14.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/sagemakergeospatial/go.mod b/service/sagemakergeospatial/go.mod index c868945146e..19106ab8dea 100644 --- a/service/sagemakergeospatial/go.mod +++ b/service/sagemakergeospatial/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/sagemakergeospatial go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/sagemakergeospatial/go.sum b/service/sagemakergeospatial/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/sagemakergeospatial/go.sum +++ b/service/sagemakergeospatial/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/sagemakergeospatial/go_module_metadata.go b/service/sagemakergeospatial/go_module_metadata.go index 5cb549264bf..59ff2579353 100644 --- a/service/sagemakergeospatial/go_module_metadata.go +++ b/service/sagemakergeospatial/go_module_metadata.go @@ -3,4 +3,4 @@ package sagemakergeospatial // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.14.11" +const goModuleVersion = "1.14.12" diff --git a/service/sagemakermetrics/CHANGELOG.md b/service/sagemakermetrics/CHANGELOG.md index 85ab0f15d64..77917b4fab3 100644 --- a/service/sagemakermetrics/CHANGELOG.md +++ b/service/sagemakermetrics/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.12.13 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.12.12 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/sagemakermetrics/go.mod b/service/sagemakermetrics/go.mod index 4f57858208a..ab371bf78f7 100644 --- a/service/sagemakermetrics/go.mod +++ b/service/sagemakermetrics/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/sagemakermetrics go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/sagemakermetrics/go.sum b/service/sagemakermetrics/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/sagemakermetrics/go.sum +++ b/service/sagemakermetrics/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/sagemakermetrics/go_module_metadata.go b/service/sagemakermetrics/go_module_metadata.go index 182b68f2255..8888eaa371b 100644 --- a/service/sagemakermetrics/go_module_metadata.go +++ b/service/sagemakermetrics/go_module_metadata.go @@ -3,4 +3,4 @@ package sagemakermetrics // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.12.12" +const goModuleVersion = "1.12.13" diff --git a/service/sagemakerruntime/CHANGELOG.md b/service/sagemakerruntime/CHANGELOG.md index e14feb9a6d7..f8762ed6489 100644 --- a/service/sagemakerruntime/CHANGELOG.md +++ b/service/sagemakerruntime/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.32.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.32.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/sagemakerruntime/go.mod b/service/sagemakerruntime/go.mod index dbcff8b572b..ab5588c179d 100644 --- a/service/sagemakerruntime/go.mod +++ b/service/sagemakerruntime/go.mod @@ -3,11 +3,11 @@ module github.com/aws/aws-sdk-go-v2/service/sagemakerruntime go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.7 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.8 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/sagemakerruntime/go.sum b/service/sagemakerruntime/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/sagemakerruntime/go.sum +++ b/service/sagemakerruntime/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/sagemakerruntime/go_module_metadata.go b/service/sagemakerruntime/go_module_metadata.go index 24b1d96a9f0..cef523e06ff 100644 --- a/service/sagemakerruntime/go_module_metadata.go +++ b/service/sagemakerruntime/go_module_metadata.go @@ -3,4 +3,4 @@ package sagemakerruntime // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.32.11" +const goModuleVersion = "1.32.12" diff --git a/service/savingsplans/CHANGELOG.md b/service/savingsplans/CHANGELOG.md index 4847b2830d7..c1df7ce0c8e 100644 --- a/service/savingsplans/CHANGELOG.md +++ b/service/savingsplans/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.23.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.23.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/savingsplans/go.mod b/service/savingsplans/go.mod index 697db1f97e1..58b88ddf4ad 100644 --- a/service/savingsplans/go.mod +++ b/service/savingsplans/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/savingsplans go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/savingsplans/go.sum b/service/savingsplans/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/savingsplans/go.sum +++ b/service/savingsplans/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/savingsplans/go_module_metadata.go b/service/savingsplans/go_module_metadata.go index a3a0ac1c22a..e1901e02a2d 100644 --- a/service/savingsplans/go_module_metadata.go +++ b/service/savingsplans/go_module_metadata.go @@ -3,4 +3,4 @@ package savingsplans // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.23.11" +const goModuleVersion = "1.23.12" diff --git a/service/scheduler/CHANGELOG.md b/service/scheduler/CHANGELOG.md index 0591f01e727..0a5a97b2da1 100644 --- a/service/scheduler/CHANGELOG.md +++ b/service/scheduler/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.12.13 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.12.12 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/scheduler/go.mod b/service/scheduler/go.mod index 9601f436350..1a16267f5a6 100644 --- a/service/scheduler/go.mod +++ b/service/scheduler/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/scheduler go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/scheduler/go.sum b/service/scheduler/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/scheduler/go.sum +++ b/service/scheduler/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/scheduler/go_module_metadata.go b/service/scheduler/go_module_metadata.go index 7e2afe1c2b0..13acc2c8362 100644 --- a/service/scheduler/go_module_metadata.go +++ b/service/scheduler/go_module_metadata.go @@ -3,4 +3,4 @@ package scheduler // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.12.12" +const goModuleVersion = "1.12.13" diff --git a/service/schemas/CHANGELOG.md b/service/schemas/CHANGELOG.md index d2bf017553a..a76bea3b02b 100644 --- a/service/schemas/CHANGELOG.md +++ b/service/schemas/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.28.14 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.28.13 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/schemas/go.mod b/service/schemas/go.mod index ecf1a3398a4..c463f1ebf50 100644 --- a/service/schemas/go.mod +++ b/service/schemas/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/schemas go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/schemas/go.sum b/service/schemas/go.sum index aa7eb14ff92..3df7c5c8b09 100644 --- a/service/schemas/go.sum +++ b/service/schemas/go.sum @@ -1,5 +1,5 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/jmespath/go-jmespath v0.4.0 h1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9YPoQUg= diff --git a/service/schemas/go_module_metadata.go b/service/schemas/go_module_metadata.go index f821294bb65..733da7e8d19 100644 --- a/service/schemas/go_module_metadata.go +++ b/service/schemas/go_module_metadata.go @@ -3,4 +3,4 @@ package schemas // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.28.13" +const goModuleVersion = "1.28.14" diff --git a/service/secretsmanager/CHANGELOG.md b/service/secretsmanager/CHANGELOG.md index 31eb47a8042..593e617442e 100644 --- a/service/secretsmanager/CHANGELOG.md +++ b/service/secretsmanager/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.34.14 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.34.13 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/secretsmanager/go.mod b/service/secretsmanager/go.mod index 0f7f628c851..ab228c2a007 100644 --- a/service/secretsmanager/go.mod +++ b/service/secretsmanager/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/secretsmanager go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/secretsmanager/go.sum b/service/secretsmanager/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/secretsmanager/go.sum +++ b/service/secretsmanager/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/secretsmanager/go_module_metadata.go b/service/secretsmanager/go_module_metadata.go index a19ce311e7b..c27262a06f4 100644 --- a/service/secretsmanager/go_module_metadata.go +++ b/service/secretsmanager/go_module_metadata.go @@ -3,4 +3,4 @@ package secretsmanager // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.34.13" +const goModuleVersion = "1.34.14" diff --git a/service/securityhub/CHANGELOG.md b/service/securityhub/CHANGELOG.md index b7cc0ca9562..311dc846a08 100644 --- a/service/securityhub/CHANGELOG.md +++ b/service/securityhub/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.55.6 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.55.5 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/securityhub/go.mod b/service/securityhub/go.mod index e08454508bd..7a6febaaa5e 100644 --- a/service/securityhub/go.mod +++ b/service/securityhub/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/securityhub go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/securityhub/go.sum b/service/securityhub/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/securityhub/go.sum +++ b/service/securityhub/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/securityhub/go_module_metadata.go b/service/securityhub/go_module_metadata.go index c7d11c98d78..ac606e8ce14 100644 --- a/service/securityhub/go_module_metadata.go +++ b/service/securityhub/go_module_metadata.go @@ -3,4 +3,4 @@ package securityhub // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.55.5" +const goModuleVersion = "1.55.6" diff --git a/service/securityir/CHANGELOG.md b/service/securityir/CHANGELOG.md index 414788a1ae2..de3ce927399 100644 --- a/service/securityir/CHANGELOG.md +++ b/service/securityir/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.1.2 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.1.1 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/securityir/go.mod b/service/securityir/go.mod index d3a62f69fb6..de9ea306b0f 100644 --- a/service/securityir/go.mod +++ b/service/securityir/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/securityir go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/securityir/go.sum b/service/securityir/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/securityir/go.sum +++ b/service/securityir/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/securityir/go_module_metadata.go b/service/securityir/go_module_metadata.go index 73e09ad6963..b76a2a8431e 100644 --- a/service/securityir/go_module_metadata.go +++ b/service/securityir/go_module_metadata.go @@ -3,4 +3,4 @@ package securityir // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.1.1" +const goModuleVersion = "1.1.2" diff --git a/service/securitylake/CHANGELOG.md b/service/securitylake/CHANGELOG.md index 460c677c462..ff0208ccf32 100644 --- a/service/securitylake/CHANGELOG.md +++ b/service/securitylake/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.19.11 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.19.10 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/securitylake/go.mod b/service/securitylake/go.mod index 5a0542d09ee..95c2677206c 100644 --- a/service/securitylake/go.mod +++ b/service/securitylake/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/securitylake go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/securitylake/go.sum b/service/securitylake/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/securitylake/go.sum +++ b/service/securitylake/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/securitylake/go_module_metadata.go b/service/securitylake/go_module_metadata.go index 1d7ee2f7e70..fad3ad78ca8 100644 --- a/service/securitylake/go_module_metadata.go +++ b/service/securitylake/go_module_metadata.go @@ -3,4 +3,4 @@ package securitylake // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.19.10" +const goModuleVersion = "1.19.11" diff --git a/service/serverlessapplicationrepository/CHANGELOG.md b/service/serverlessapplicationrepository/CHANGELOG.md index bbc7778a95f..ec4586b8a03 100644 --- a/service/serverlessapplicationrepository/CHANGELOG.md +++ b/service/serverlessapplicationrepository/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.24.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.24.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/serverlessapplicationrepository/go.mod b/service/serverlessapplicationrepository/go.mod index 71dc19a1319..de2ba226fba 100644 --- a/service/serverlessapplicationrepository/go.mod +++ b/service/serverlessapplicationrepository/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/serverlessapplicationrepository go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/serverlessapplicationrepository/go.sum b/service/serverlessapplicationrepository/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/serverlessapplicationrepository/go.sum +++ b/service/serverlessapplicationrepository/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/serverlessapplicationrepository/go_module_metadata.go b/service/serverlessapplicationrepository/go_module_metadata.go index 7731aa04af8..dc027aa0e6e 100644 --- a/service/serverlessapplicationrepository/go_module_metadata.go +++ b/service/serverlessapplicationrepository/go_module_metadata.go @@ -3,4 +3,4 @@ package serverlessapplicationrepository // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.24.11" +const goModuleVersion = "1.24.12" diff --git a/service/servicecatalog/CHANGELOG.md b/service/servicecatalog/CHANGELOG.md index a737b67a186..bf4430f066d 100644 --- a/service/servicecatalog/CHANGELOG.md +++ b/service/servicecatalog/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.32.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.32.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/servicecatalog/go.mod b/service/servicecatalog/go.mod index d4e837cddfc..3246a429408 100644 --- a/service/servicecatalog/go.mod +++ b/service/servicecatalog/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/servicecatalog go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/servicecatalog/go.sum b/service/servicecatalog/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/servicecatalog/go.sum +++ b/service/servicecatalog/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/servicecatalog/go_module_metadata.go b/service/servicecatalog/go_module_metadata.go index 0cacda1b836..dbff8728ae2 100644 --- a/service/servicecatalog/go_module_metadata.go +++ b/service/servicecatalog/go_module_metadata.go @@ -3,4 +3,4 @@ package servicecatalog // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.32.11" +const goModuleVersion = "1.32.12" diff --git a/service/servicecatalogappregistry/CHANGELOG.md b/service/servicecatalogappregistry/CHANGELOG.md index 826f77f112d..e4d8720e51c 100644 --- a/service/servicecatalogappregistry/CHANGELOG.md +++ b/service/servicecatalogappregistry/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.30.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.30.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/servicecatalogappregistry/go.mod b/service/servicecatalogappregistry/go.mod index 1620c645c9c..384a4ec4649 100644 --- a/service/servicecatalogappregistry/go.mod +++ b/service/servicecatalogappregistry/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/servicecatalogappregistry go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/servicecatalogappregistry/go.sum b/service/servicecatalogappregistry/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/servicecatalogappregistry/go.sum +++ b/service/servicecatalogappregistry/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/servicecatalogappregistry/go_module_metadata.go b/service/servicecatalogappregistry/go_module_metadata.go index 8898a8c1e92..faf0a58d5d6 100644 --- a/service/servicecatalogappregistry/go_module_metadata.go +++ b/service/servicecatalogappregistry/go_module_metadata.go @@ -3,4 +3,4 @@ package servicecatalogappregistry // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.30.11" +const goModuleVersion = "1.30.12" diff --git a/service/servicediscovery/CHANGELOG.md b/service/servicediscovery/CHANGELOG.md index 0daa5fc00b4..6d4ae2d8ba6 100644 --- a/service/servicediscovery/CHANGELOG.md +++ b/service/servicediscovery/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.34.7 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.34.6 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/servicediscovery/go.mod b/service/servicediscovery/go.mod index 819cc5b2eac..0081c9d2f07 100644 --- a/service/servicediscovery/go.mod +++ b/service/servicediscovery/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/servicediscovery go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/servicediscovery/go.sum b/service/servicediscovery/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/servicediscovery/go.sum +++ b/service/servicediscovery/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/servicediscovery/go_module_metadata.go b/service/servicediscovery/go_module_metadata.go index c1f9a41f29f..12c9b5132ae 100644 --- a/service/servicediscovery/go_module_metadata.go +++ b/service/servicediscovery/go_module_metadata.go @@ -3,4 +3,4 @@ package servicediscovery // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.34.6" +const goModuleVersion = "1.34.7" diff --git a/service/servicequotas/CHANGELOG.md b/service/servicequotas/CHANGELOG.md index 6ee765b2ed8..fe252172615 100644 --- a/service/servicequotas/CHANGELOG.md +++ b/service/servicequotas/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.25.14 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.25.13 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/servicequotas/go.mod b/service/servicequotas/go.mod index 2dbb5ed1848..280e5f27578 100644 --- a/service/servicequotas/go.mod +++ b/service/servicequotas/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/servicequotas go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/servicequotas/go.sum b/service/servicequotas/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/servicequotas/go.sum +++ b/service/servicequotas/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/servicequotas/go_module_metadata.go b/service/servicequotas/go_module_metadata.go index 4f5eee3b2f9..7192e5649b9 100644 --- a/service/servicequotas/go_module_metadata.go +++ b/service/servicequotas/go_module_metadata.go @@ -3,4 +3,4 @@ package servicequotas // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.25.13" +const goModuleVersion = "1.25.14" diff --git a/service/ses/CHANGELOG.md b/service/ses/CHANGELOG.md index 7351b87560c..4c6d61604d0 100644 --- a/service/ses/CHANGELOG.md +++ b/service/ses/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.29.7 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.29.6 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/ses/go.mod b/service/ses/go.mod index e7dd62672d9..2a69c963eea 100644 --- a/service/ses/go.mod +++ b/service/ses/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/ses go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/ses/go.sum b/service/ses/go.sum index aa7eb14ff92..3df7c5c8b09 100644 --- a/service/ses/go.sum +++ b/service/ses/go.sum @@ -1,5 +1,5 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/jmespath/go-jmespath v0.4.0 h1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9YPoQUg= diff --git a/service/ses/go_module_metadata.go b/service/ses/go_module_metadata.go index eb26d54a7dc..9dacf31a4a7 100644 --- a/service/ses/go_module_metadata.go +++ b/service/ses/go_module_metadata.go @@ -3,4 +3,4 @@ package ses // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.29.6" +const goModuleVersion = "1.29.7" diff --git a/service/sesv2/CHANGELOG.md b/service/sesv2/CHANGELOG.md index b23299ec77b..585eab44aba 100644 --- a/service/sesv2/CHANGELOG.md +++ b/service/sesv2/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.41.2 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.41.1 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/sesv2/go.mod b/service/sesv2/go.mod index aec4760a1ec..b4d89791fb0 100644 --- a/service/sesv2/go.mod +++ b/service/sesv2/go.mod @@ -3,11 +3,11 @@ module github.com/aws/aws-sdk-go-v2/service/sesv2 go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/sesv2/go.sum b/service/sesv2/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/sesv2/go.sum +++ b/service/sesv2/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/sesv2/go_module_metadata.go b/service/sesv2/go_module_metadata.go index 55ac11e4c79..c72fae9cc3e 100644 --- a/service/sesv2/go_module_metadata.go +++ b/service/sesv2/go_module_metadata.go @@ -3,4 +3,4 @@ package sesv2 // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.41.1" +const goModuleVersion = "1.41.2" diff --git a/service/sfn/CHANGELOG.md b/service/sfn/CHANGELOG.md index 44c89d90c7d..3e988c7755d 100644 --- a/service/sfn/CHANGELOG.md +++ b/service/sfn/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.34.8 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.34.7 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/sfn/go.mod b/service/sfn/go.mod index 4f430fe0532..004af8b8d99 100644 --- a/service/sfn/go.mod +++ b/service/sfn/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/sfn go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/sfn/go.sum b/service/sfn/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/sfn/go.sum +++ b/service/sfn/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/sfn/go_module_metadata.go b/service/sfn/go_module_metadata.go index 76aca7f9b3b..74a82d8a070 100644 --- a/service/sfn/go_module_metadata.go +++ b/service/sfn/go_module_metadata.go @@ -3,4 +3,4 @@ package sfn // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.34.7" +const goModuleVersion = "1.34.8" diff --git a/service/shield/CHANGELOG.md b/service/shield/CHANGELOG.md index 1f6212c6763..4231d027683 100644 --- a/service/shield/CHANGELOG.md +++ b/service/shield/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.29.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.29.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/shield/go.mod b/service/shield/go.mod index 0d9280067d3..b8bfbe5656b 100644 --- a/service/shield/go.mod +++ b/service/shield/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/shield go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/shield/go.sum b/service/shield/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/shield/go.sum +++ b/service/shield/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/shield/go_module_metadata.go b/service/shield/go_module_metadata.go index 2bea3db14f9..40cd07b3b8a 100644 --- a/service/shield/go_module_metadata.go +++ b/service/shield/go_module_metadata.go @@ -3,4 +3,4 @@ package shield // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.29.11" +const goModuleVersion = "1.29.12" diff --git a/service/signer/CHANGELOG.md b/service/signer/CHANGELOG.md index 794a6adc7b0..f05ad248fe9 100644 --- a/service/signer/CHANGELOG.md +++ b/service/signer/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.26.13 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.26.12 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/signer/go.mod b/service/signer/go.mod index 8bed347810c..eb85f2c4dce 100644 --- a/service/signer/go.mod +++ b/service/signer/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/signer go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/signer/go.sum b/service/signer/go.sum index aa7eb14ff92..3df7c5c8b09 100644 --- a/service/signer/go.sum +++ b/service/signer/go.sum @@ -1,5 +1,5 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/jmespath/go-jmespath v0.4.0 h1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9YPoQUg= diff --git a/service/signer/go_module_metadata.go b/service/signer/go_module_metadata.go index 21cf2967be4..1962d0248a3 100644 --- a/service/signer/go_module_metadata.go +++ b/service/signer/go_module_metadata.go @@ -3,4 +3,4 @@ package signer // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.26.12" +const goModuleVersion = "1.26.13" diff --git a/service/simspaceweaver/CHANGELOG.md b/service/simspaceweaver/CHANGELOG.md index b75cce1fc64..5624495fae7 100644 --- a/service/simspaceweaver/CHANGELOG.md +++ b/service/simspaceweaver/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.14.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.14.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/simspaceweaver/go.mod b/service/simspaceweaver/go.mod index f01aba8c37a..c2dc4ef7530 100644 --- a/service/simspaceweaver/go.mod +++ b/service/simspaceweaver/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/simspaceweaver go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/simspaceweaver/go.sum b/service/simspaceweaver/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/simspaceweaver/go.sum +++ b/service/simspaceweaver/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/simspaceweaver/go_module_metadata.go b/service/simspaceweaver/go_module_metadata.go index 3f72a54175e..7ed7ebebd59 100644 --- a/service/simspaceweaver/go_module_metadata.go +++ b/service/simspaceweaver/go_module_metadata.go @@ -3,4 +3,4 @@ package simspaceweaver // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.14.11" +const goModuleVersion = "1.14.12" diff --git a/service/sms/CHANGELOG.md b/service/sms/CHANGELOG.md index f99a1aaef82..f1ff7c19fbe 100644 --- a/service/sms/CHANGELOG.md +++ b/service/sms/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.24.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.24.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/sms/go.mod b/service/sms/go.mod index 0d95da703f0..350c7892225 100644 --- a/service/sms/go.mod +++ b/service/sms/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/sms go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/sms/go.sum b/service/sms/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/sms/go.sum +++ b/service/sms/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/sms/go_module_metadata.go b/service/sms/go_module_metadata.go index 37ef3f3d996..c397e2570ab 100644 --- a/service/sms/go_module_metadata.go +++ b/service/sms/go_module_metadata.go @@ -3,4 +3,4 @@ package sms // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.24.11" +const goModuleVersion = "1.24.12" diff --git a/service/snowball/CHANGELOG.md b/service/snowball/CHANGELOG.md index ceb2c4fc553..cae13ae9c70 100644 --- a/service/snowball/CHANGELOG.md +++ b/service/snowball/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.30.14 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.30.13 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/snowball/go.mod b/service/snowball/go.mod index da7c39ab354..9cbebe98401 100644 --- a/service/snowball/go.mod +++ b/service/snowball/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/snowball go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/snowball/go.sum b/service/snowball/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/snowball/go.sum +++ b/service/snowball/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/snowball/go_module_metadata.go b/service/snowball/go_module_metadata.go index 17683f942fd..a0ee0c6e719 100644 --- a/service/snowball/go_module_metadata.go +++ b/service/snowball/go_module_metadata.go @@ -3,4 +3,4 @@ package snowball // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.30.13" +const goModuleVersion = "1.30.14" diff --git a/service/snowdevicemanagement/CHANGELOG.md b/service/snowdevicemanagement/CHANGELOG.md index 37ed57cb96c..4ec2ab3ee19 100644 --- a/service/snowdevicemanagement/CHANGELOG.md +++ b/service/snowdevicemanagement/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.20.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.20.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/snowdevicemanagement/go.mod b/service/snowdevicemanagement/go.mod index eccdfeafb51..0d78e0b5c23 100644 --- a/service/snowdevicemanagement/go.mod +++ b/service/snowdevicemanagement/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/snowdevicemanagement go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/snowdevicemanagement/go.sum b/service/snowdevicemanagement/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/snowdevicemanagement/go.sum +++ b/service/snowdevicemanagement/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/snowdevicemanagement/go_module_metadata.go b/service/snowdevicemanagement/go_module_metadata.go index e086947e068..c6e8ea9e554 100644 --- a/service/snowdevicemanagement/go_module_metadata.go +++ b/service/snowdevicemanagement/go_module_metadata.go @@ -3,4 +3,4 @@ package snowdevicemanagement // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.20.11" +const goModuleVersion = "1.20.12" diff --git a/service/sns/CHANGELOG.md b/service/sns/CHANGELOG.md index a07f68ae7b3..2d273668c11 100644 --- a/service/sns/CHANGELOG.md +++ b/service/sns/CHANGELOG.md @@ -1,3 +1,12 @@ +# v1.33.15 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + +# v1.33.14 (2025-01-21) + +* **Documentation**: This release adds support for the topic attribute FifoThroughputScope for SNS FIFO topics. For details, see the documentation history in the Amazon Simple Notification Service Developer Guide. + # v1.33.13 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/sns/api_op_CreateTopic.go b/service/sns/api_op_CreateTopic.go index 3af284af7cc..e03c6b04f7c 100644 --- a/service/sns/api_op_CreateTopic.go +++ b/service/sns/api_op_CreateTopic.go @@ -99,6 +99,19 @@ type CreateTopicInput struct { // (Optional) To override the generated value, you can specify a value for the // MessageDeduplicationId parameter for the Publish action. // + // - FifoThroughputScope – Enables higher throughput for your FIFO topic by + // adjusting the scope of deduplication. This attribute has two possible values: + // + // - Topic – The scope of message deduplication is across the entire topic. This + // is the default value and maintains existing behavior, with a maximum throughput + // of 3000 messages per second or 20MB per second, whichever comes first. + // + // - MessageGroup – The scope of deduplication is within each individual message + // group, which enables higher throughput per topic subject to regional quotas. For + // more information on quotas or to request an increase, see [Amazon SNS service quotas]in the Amazon Web + // Services General Reference. + // + // [Amazon SNS service quotas]: https://docs.aws.amazon.com/general/latest/gr/sns.html // [server-side encryption]: https://docs.aws.amazon.com/sns/latest/dg/sns-server-side-encryption.html // [Key Terms]: https://docs.aws.amazon.com/sns/latest/dg/sns-server-side-encryption.html#sse-key-terms // [KeyId]: https://docs.aws.amazon.com/kms/latest/APIReference/API_DescribeKey.html#API_DescribeKey_RequestParameters diff --git a/service/sns/api_op_Publish.go b/service/sns/api_op_Publish.go index 95860bf6eeb..4077578d735 100644 --- a/service/sns/api_op_Publish.go +++ b/service/sns/api_op_Publish.go @@ -105,19 +105,47 @@ type PublishInput struct { // Message attributes for Publish action. MessageAttributes map[string]types.MessageAttributeValue - // This parameter applies only to FIFO (first-in-first-out) topics. The - // MessageDeduplicationId can contain up to 128 alphanumeric characters (a-z, A-Z, - // 0-9) and punctuation (!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~) . - // - // Every message must have a unique MessageDeduplicationId , which is a token used - // for deduplication of sent messages. If a message with a particular - // MessageDeduplicationId is sent successfully, any message sent with the same - // MessageDeduplicationId during the 5-minute deduplication interval is treated as - // a duplicate. - // - // If the topic has ContentBasedDeduplication set, the system generates a - // MessageDeduplicationId based on the contents of the message. Your - // MessageDeduplicationId overrides the generated one. + // - This parameter applies only to FIFO (first-in-first-out) topics. The + // MessageDeduplicationId can contain up to 128 alphanumeric characters (a-z, + // A-Z, 0-9) and punctuation (!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~) . + // + // - Every message must have a unique MessageDeduplicationId , which is a token + // used for deduplication of sent messages within the 5 minute minimum + // deduplication interval. + // + // - The scope of deduplication depends on the FifoThroughputScope attribute, + // when set to Topic the message deduplication scope is across the entire topic, + // when set to MessageGroup the message deduplication scope is within each + // individual message group. + // + // - If a message with a particular MessageDeduplicationId is sent successfully, + // subsequent messages within the deduplication scope and interval, with the same + // MessageDeduplicationId , are accepted successfully but aren't delivered. + // + // - Every message must have a unique MessageDeduplicationId : + // + // - You may provide a MessageDeduplicationId explicitly. + // + // - If you aren't able to provide a MessageDeduplicationId and you enable + // ContentBasedDeduplication for your topic, Amazon SNS uses a SHA-256 hash to + // generate the MessageDeduplicationId using the body of the message (but not the + // attributes of the message). + // + // - If you don't provide a MessageDeduplicationId and the topic doesn't have + // ContentBasedDeduplication set, the action fails with an error. + // + // - If the topic has a ContentBasedDeduplication set, your + // MessageDeduplicationId overrides the generated one. + // + // - When ContentBasedDeduplication is in effect, messages with identical content + // sent within the deduplication scope and interval are treated as duplicates and + // only one copy of the message is delivered. + // + // - If you send one message with ContentBasedDeduplication enabled, and then + // another message with a MessageDeduplicationId that is the same as the one + // generated for the first MessageDeduplicationId , the two messages are treated + // as duplicates, within the deduplication scope and interval, and only one copy of + // the message is delivered. MessageDeduplicationId *string // This parameter applies only to FIFO (first-in-first-out) topics. The diff --git a/service/sns/api_op_SetTopicAttributes.go b/service/sns/api_op_SetTopicAttributes.go index 27a71e67f32..49379a1a997 100644 --- a/service/sns/api_op_SetTopicAttributes.go +++ b/service/sns/api_op_SetTopicAttributes.go @@ -162,6 +162,19 @@ type SetTopicAttributesInput struct { // (Optional) To override the generated value, you can specify a value for the // MessageDeduplicationId parameter for the Publish action. // + // - FifoThroughputScope – Enables higher throughput for your FIFO topic by + // adjusting the scope of deduplication. This attribute has two possible values: + // + // - Topic – The scope of message deduplication is across the entire topic. This + // is the default value and maintains existing behavior, with a maximum throughput + // of 3000 messages per second or 20MB per second, whichever comes first. + // + // - MessageGroup – The scope of deduplication is within each individual message + // group, which enables higher throughput per topic subject to regional quotas. For + // more information on quotas or to request an increase, see [Amazon SNS service quotas]in the Amazon Web + // Services General Reference. + // + // [Amazon SNS service quotas]: https://docs.aws.amazon.com/general/latest/gr/sns.html // [Using Amazon SNS Application Attributes for Message Delivery Status]: https://docs.aws.amazon.com/sns/latest/dg/sns-msg-status.html // [Key Terms]: https://docs.aws.amazon.com/sns/latest/dg/sns-server-side-encryption.html#sse-key-terms // [KeyId]: https://docs.aws.amazon.com/kms/latest/APIReference/API_DescribeKey.html#API_DescribeKey_RequestParameters diff --git a/service/sns/go.mod b/service/sns/go.mod index f825f57c3e7..d2b16f29161 100644 --- a/service/sns/go.mod +++ b/service/sns/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/sns go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/sns/go.sum b/service/sns/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/sns/go.sum +++ b/service/sns/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/sns/go_module_metadata.go b/service/sns/go_module_metadata.go index b01e666a8a2..c108324b1a9 100644 --- a/service/sns/go_module_metadata.go +++ b/service/sns/go_module_metadata.go @@ -3,4 +3,4 @@ package sns // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.33.13" +const goModuleVersion = "1.33.15" diff --git a/service/sns/types/types.go b/service/sns/types/types.go index d7c5eb7dc20..8d2ce1e5ff1 100644 --- a/service/sns/types/types.go +++ b/service/sns/types/types.go @@ -141,10 +141,22 @@ type PublishBatchRequestEntry struct { // This parameter applies only to FIFO (first-in-first-out) topics. // - // The token used for deduplication of messages within a 5-minute minimum - // deduplication interval. If a message with a particular MessageDeduplicationId - // is sent successfully, subsequent messages with the same MessageDeduplicationId - // are accepted successfully but aren't delivered. + // - This parameter applies only to FIFO (first-in-first-out) topics. The + // MessageDeduplicationId can contain up to 128 alphanumeric characters (a-z, + // A-Z, 0-9) and punctuation (!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~) . + // + // - Every message must have a unique MessageDeduplicationId , which is a token + // used for deduplication of sent messages within the 5 minute minimum + // deduplication interval. + // + // - The scope of deduplication depends on the FifoThroughputScope attribute, + // when set to Topic the message deduplication scope is across the entire topic, + // when set to MessageGroup the message deduplication scope is within each + // individual message group. + // + // - If a message with a particular MessageDeduplicationId is sent successfully, + // subsequent messages within the deduplication scope and interval, with the same + // MessageDeduplicationId , are accepted successfully but aren't delivered. // // - Every message must have a unique MessageDeduplicationId . // @@ -162,13 +174,14 @@ type PublishBatchRequestEntry struct { // MessageDeduplicationId overrides the generated one. // // - When ContentBasedDeduplication is in effect, messages with identical content - // sent within the deduplication interval are treated as duplicates and only one - // copy of the message is delivered. + // sent within the deduplication scope and interval are treated as duplicates and + // only one copy of the message is delivered. // // - If you send one message with ContentBasedDeduplication enabled, and then // another message with a MessageDeduplicationId that is the same as the one // generated for the first MessageDeduplicationId , the two messages are treated - // as duplicates and only one copy of the message is delivered. + // as duplicates, within the deduplication scope and interval, and only one copy of + // the message is delivered. // // The MessageDeduplicationId is available to the consumer of the message (this // can be useful for troubleshooting delivery issues). @@ -179,11 +192,6 @@ type PublishBatchRequestEntry struct { // // Amazon SNS continues to keep track of the message deduplication ID even after // the message is received and deleted. - // - // The length of MessageDeduplicationId is 128 characters. - // - // MessageDeduplicationId can contain alphanumeric characters (a-z, A-Z, 0-9) and - // punctuation (!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~) . MessageDeduplicationId *string // This parameter applies only to FIFO (first-in-first-out) topics. diff --git a/service/socialmessaging/CHANGELOG.md b/service/socialmessaging/CHANGELOG.md index 6af4a72918c..48b53cd4034 100644 --- a/service/socialmessaging/CHANGELOG.md +++ b/service/socialmessaging/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.1.5 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.1.4 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/socialmessaging/go.mod b/service/socialmessaging/go.mod index 78414356361..1c839eaeb6f 100644 --- a/service/socialmessaging/go.mod +++ b/service/socialmessaging/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/socialmessaging go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/socialmessaging/go.sum b/service/socialmessaging/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/socialmessaging/go.sum +++ b/service/socialmessaging/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/socialmessaging/go_module_metadata.go b/service/socialmessaging/go_module_metadata.go index 7f6adf6597b..6c335545606 100644 --- a/service/socialmessaging/go_module_metadata.go +++ b/service/socialmessaging/go_module_metadata.go @@ -3,4 +3,4 @@ package socialmessaging // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.1.4" +const goModuleVersion = "1.1.5" diff --git a/service/sqs/CHANGELOG.md b/service/sqs/CHANGELOG.md index eaf5460740f..8352ad61174 100644 --- a/service/sqs/CHANGELOG.md +++ b/service/sqs/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.37.10 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.37.9 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/sqs/go.mod b/service/sqs/go.mod index 97f580d9be8..744819e5534 100644 --- a/service/sqs/go.mod +++ b/service/sqs/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/sqs go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/sqs/go.sum b/service/sqs/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/sqs/go.sum +++ b/service/sqs/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/sqs/go_module_metadata.go b/service/sqs/go_module_metadata.go index 06daa596465..befbd1c766e 100644 --- a/service/sqs/go_module_metadata.go +++ b/service/sqs/go_module_metadata.go @@ -3,4 +3,4 @@ package sqs // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.37.9" +const goModuleVersion = "1.37.10" diff --git a/service/ssm/CHANGELOG.md b/service/ssm/CHANGELOG.md index 3c6a5b549f1..329137d2e1c 100644 --- a/service/ssm/CHANGELOG.md +++ b/service/ssm/CHANGELOG.md @@ -1,3 +1,9 @@ +# v1.56.8 (2025-01-24) + +* **Documentation**: Systems Manager doc-only update for January, 2025. +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.56.7 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/ssm/api_op_AssociateOpsItemRelatedItem.go b/service/ssm/api_op_AssociateOpsItemRelatedItem.go index 5e030e98fde..5ef786de730 100644 --- a/service/ssm/api_op_AssociateOpsItemRelatedItem.go +++ b/service/ssm/api_op_AssociateOpsItemRelatedItem.go @@ -12,8 +12,7 @@ import ( // Associates a related item to a Systems Manager OpsCenter OpsItem. For example, // you can associate an Incident Manager incident or analysis with an OpsItem. -// Incident Manager and OpsCenter are capabilities of Amazon Web Services Systems -// Manager. +// Incident Manager and OpsCenter are tools in Amazon Web Services Systems Manager. func (c *Client) AssociateOpsItemRelatedItem(ctx context.Context, params *AssociateOpsItemRelatedItemInput, optFns ...func(*Options)) (*AssociateOpsItemRelatedItemOutput, error) { if params == nil { params = &AssociateOpsItemRelatedItemInput{} diff --git a/service/ssm/api_op_CreateActivation.go b/service/ssm/api_op_CreateActivation.go index 751cd09340d..e0cee74e153 100644 --- a/service/ssm/api_op_CreateActivation.go +++ b/service/ssm/api_op_CreateActivation.go @@ -15,11 +15,10 @@ import ( // Generates an activation code and activation ID you can use to register your // on-premises servers, edge devices, or virtual machine (VM) with Amazon Web // Services Systems Manager. Registering these machines with Systems Manager makes -// it possible to manage them using Systems Manager capabilities. You use the -// activation code and ID when installing SSM Agent on machines in your hybrid -// environment. For more information about requirements for managing on-premises -// machines using Systems Manager, see [Using Amazon Web Services Systems Manager in hybrid and multicloud environments]in the Amazon Web Services Systems Manager -// User Guide. +// it possible to manage them using Systems Manager tools. You use the activation +// code and ID when installing SSM Agent on machines in your hybrid environment. +// For more information about requirements for managing on-premises machines using +// Systems Manager, see [Using Amazon Web Services Systems Manager in hybrid and multicloud environments]in the Amazon Web Services Systems Manager User Guide. // // Amazon Elastic Compute Cloud (Amazon EC2) instances, edge devices, and // on-premises servers and VMs that are configured for Systems Manager are all diff --git a/service/ssm/api_op_CreateAssociation.go b/service/ssm/api_op_CreateAssociation.go index 22b5ef21e23..4fa91f9f434 100644 --- a/service/ssm/api_op_CreateAssociation.go +++ b/service/ssm/api_op_CreateAssociation.go @@ -17,11 +17,11 @@ import ( // be closed. For static targets, the association specifies a schedule for when the // configuration is reapplied. For dynamic targets, such as an Amazon Web Services // resource group or an Amazon Web Services autoscaling group, State Manager, a -// capability of Amazon Web Services Systems Manager applies the configuration when -// new managed nodes are added to the group. The association also specifies actions -// to take when applying the configuration. For example, an association for -// anti-virus software might run once a day. If the software isn't installed, then -// State Manager installs it. If the software is installed, but the service isn't +// tool in Amazon Web Services Systems Manager applies the configuration when new +// managed nodes are added to the group. The association also specifies actions to +// take when applying the configuration. For example, an association for anti-virus +// software might run once a day. If the software isn't installed, then State +// Manager installs it. If the software is installed, but the service isn't // running, then the association might instruct State Manager to start the service. func (c *Client) CreateAssociation(ctx context.Context, params *CreateAssociationInput, optFns ...func(*Options)) (*CreateAssociationOutput, error) { if params == nil { @@ -79,8 +79,8 @@ type CreateAssociationInput struct { // Choose the parameter that will define how your automation will branch out. This // target is required for associations that use an Automation runbook and target - // resources by using rate controls. Automation is a capability of Amazon Web - // Services Systems Manager. + // resources by using rate controls. Automation is a tool in Amazon Web Services + // Systems Manager. AutomationTargetParameterName *string // The names or Amazon Resource Names (ARNs) of the Change Calendar type documents diff --git a/service/ssm/api_op_DescribePatchGroupState.go b/service/ssm/api_op_DescribePatchGroupState.go index 9f1955e8900..6740acfd2e5 100644 --- a/service/ssm/api_op_DescribePatchGroupState.go +++ b/service/ssm/api_op_DescribePatchGroupState.go @@ -91,8 +91,8 @@ type DescribePatchGroupStateOutput struct { InstancesWithSecurityNonCompliantPatches *int32 // The number of managed nodes with NotApplicable patches beyond the supported - // limit, which aren't reported by name to Inventory. Inventory is a capability of - // Amazon Web Services Systems Manager. + // limit, which aren't reported by name to Inventory. Inventory is a tool in Amazon + // Web Services Systems Manager. InstancesWithUnreportedNotApplicablePatches *int32 // Metadata pertaining to the operation's result. diff --git a/service/ssm/api_op_DisassociateOpsItemRelatedItem.go b/service/ssm/api_op_DisassociateOpsItemRelatedItem.go index b59d069d151..721540f117a 100644 --- a/service/ssm/api_op_DisassociateOpsItemRelatedItem.go +++ b/service/ssm/api_op_DisassociateOpsItemRelatedItem.go @@ -12,7 +12,7 @@ import ( // Deletes the association between an OpsItem and a related item. For example, // this API operation can delete an Incident Manager incident from an OpsItem. -// Incident Manager is a capability of Amazon Web Services Systems Manager. +// Incident Manager is a tool in Amazon Web Services Systems Manager. func (c *Client) DisassociateOpsItemRelatedItem(ctx context.Context, params *DisassociateOpsItemRelatedItemInput, optFns ...func(*Options)) (*DisassociateOpsItemRelatedItemOutput, error) { if params == nil { params = &DisassociateOpsItemRelatedItemInput{} diff --git a/service/ssm/api_op_GetCalendarState.go b/service/ssm/api_op_GetCalendarState.go index e9f3c106709..f4d8eb9ebbd 100644 --- a/service/ssm/api_op_GetCalendarState.go +++ b/service/ssm/api_op_GetCalendarState.go @@ -22,7 +22,7 @@ import ( // status of OPEN only if all calendars in the request are open. If one or more // calendars in the request are closed, the status returned is CLOSED . // -// For more information about Change Calendar, a capability of Amazon Web Services +// For more information about Change Calendar, a tool in Amazon Web Services // Systems Manager, see [Amazon Web Services Systems Manager Change Calendar]in the Amazon Web Services Systems Manager User Guide. // // [Amazon Web Services Systems Manager Change Calendar]: https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-change-calendar.html diff --git a/service/ssm/api_op_GetDeployablePatchSnapshotForInstance.go b/service/ssm/api_op_GetDeployablePatchSnapshotForInstance.go index 2fec2c19bb2..54bb71cb5ca 100644 --- a/service/ssm/api_op_GetDeployablePatchSnapshotForInstance.go +++ b/service/ssm/api_op_GetDeployablePatchSnapshotForInstance.go @@ -18,9 +18,9 @@ import ( // If you run the command locally, such as with the Command Line Interface (CLI), // the system attempts to use your local Amazon Web Services credentials and the // operation fails. To avoid this, you can run the command in the Amazon Web -// Services Systems Manager console. Use Run Command, a capability of Amazon Web -// Services Systems Manager, with an SSM document that enables you to target a -// managed node with a script or command. For example, run the command using the +// Services Systems Manager console. Use Run Command, a tool in Amazon Web Services +// Systems Manager, with an SSM document that enables you to target a managed node +// with a script or command. For example, run the command using the // AWS-RunShellScript document or the AWS-RunPowerShellScript document. func (c *Client) GetDeployablePatchSnapshotForInstance(ctx context.Context, params *GetDeployablePatchSnapshotForInstanceInput, optFns ...func(*Options)) (*GetDeployablePatchSnapshotForInstanceOutput, error) { if params == nil { diff --git a/service/ssm/api_op_GetParametersByPath.go b/service/ssm/api_op_GetParametersByPath.go index 2c244d2585a..74c77d55d33 100644 --- a/service/ssm/api_op_GetParametersByPath.go +++ b/service/ssm/api_op_GetParametersByPath.go @@ -11,7 +11,8 @@ import ( smithyhttp "github.com/aws/smithy-go/transport/http" ) -// Retrieve information about one or more parameters in a specific hierarchy. +// Retrieve information about one or more parameters under a specified level in a +// hierarchy. // // Request results are returned on a best-effort basis. If you specify MaxResults // in the request, the response includes information up to the limit specified. The diff --git a/service/ssm/api_op_ListAssociations.go b/service/ssm/api_op_ListAssociations.go index dc3cb704f4a..f8b9919f673 100644 --- a/service/ssm/api_op_ListAssociations.go +++ b/service/ssm/api_op_ListAssociations.go @@ -14,7 +14,7 @@ import ( // Returns all State Manager associations in the current Amazon Web Services // account and Amazon Web Services Region. You can limit the results to a specific // State Manager association document or managed node by specifying a filter. State -// Manager is a capability of Amazon Web Services Systems Manager. +// Manager is a tool in Amazon Web Services Systems Manager. func (c *Client) ListAssociations(ctx context.Context, params *ListAssociationsInput, optFns ...func(*Options)) (*ListAssociationsOutput, error) { if params == nil { params = &ListAssociationsInput{} diff --git a/service/ssm/api_op_ListOpsItemRelatedItems.go b/service/ssm/api_op_ListOpsItemRelatedItems.go index f4616199806..994b53a5981 100644 --- a/service/ssm/api_op_ListOpsItemRelatedItems.go +++ b/service/ssm/api_op_ListOpsItemRelatedItems.go @@ -12,7 +12,7 @@ import ( ) // Lists all related-item resources associated with a Systems Manager OpsCenter -// OpsItem. OpsCenter is a capability of Amazon Web Services Systems Manager. +// OpsItem. OpsCenter is a tool in Amazon Web Services Systems Manager. func (c *Client) ListOpsItemRelatedItems(ctx context.Context, params *ListOpsItemRelatedItemsInput, optFns ...func(*Options)) (*ListOpsItemRelatedItemsOutput, error) { if params == nil { params = &ListOpsItemRelatedItemsInput{} diff --git a/service/ssm/api_op_PutParameter.go b/service/ssm/api_op_PutParameter.go index 727fa40a5ac..cb790412047 100644 --- a/service/ssm/api_op_PutParameter.go +++ b/service/ssm/api_op_PutParameter.go @@ -76,7 +76,8 @@ type PutParameterInput struct { // have a value limit of 4 KB. Advanced parameters have a value limit of 8 KB. // // Parameters can't be referenced or nested in the values of other parameters. You - // can't include {{}} or {{ssm:parameter-name}} in a parameter value. + // can't include values wrapped in double brackets {{}} or {{ssm:parameter-name}} + // in a parameter value. // // This member is required. Value *string @@ -139,8 +140,8 @@ type PutParameterInput struct { Overwrite *bool // One or more policies to apply to a parameter. This operation takes a JSON - // array. Parameter Store, a capability of Amazon Web Services Systems Manager - // supports the following policy types: + // array. Parameter Store, a tool in Amazon Web Services Systems Manager supports + // the following policy types: // // Expiration: This policy deletes the parameter after it expires. When you create // the policy, you specify the expiration date. You can update the expiration date diff --git a/service/ssm/api_op_SendCommand.go b/service/ssm/api_op_SendCommand.go index 493de7b2735..2b870b88eee 100644 --- a/service/ssm/api_op_SendCommand.go +++ b/service/ssm/api_op_SendCommand.go @@ -47,8 +47,8 @@ type SendCommandInput struct { AlarmConfiguration *types.AlarmConfiguration // Enables Amazon Web Services Systems Manager to send Run Command output to - // Amazon CloudWatch Logs. Run Command is a capability of Amazon Web Services - // Systems Manager. + // Amazon CloudWatch Logs. Run Command is a tool in Amazon Web Services Systems + // Manager. CloudWatchOutputConfig *types.CloudWatchOutputConfig // User-specified information about the command, such as a brief description of diff --git a/service/ssm/api_op_StartAutomationExecution.go b/service/ssm/api_op_StartAutomationExecution.go index cfbb6624c30..113f0908633 100644 --- a/service/ssm/api_op_StartAutomationExecution.go +++ b/service/ssm/api_op_StartAutomationExecution.go @@ -94,7 +94,11 @@ type StartAutomationExecutionInput struct { // // - Key=OS,Value=Windows // - // To add tags to an existing automation, use the AddTagsToResource operation. + // The Array Members maximum value is reported as 1000. This number includes + // capacity reserved for internal operations. When calling the + // StartAutomationExecution action, you can specify a maximum of 5 tags. You can, + // however, use the AddTagsToResourceaction to add up to a total of 50 tags to an existing + // automation configuration. Tags []types.Tag // A location is a combination of Amazon Web Services Regions and/or Amazon Web diff --git a/service/ssm/api_op_StartChangeRequestExecution.go b/service/ssm/api_op_StartChangeRequestExecution.go index ae23acbe9b6..2f631a43bde 100644 --- a/service/ssm/api_op_StartChangeRequestExecution.go +++ b/service/ssm/api_op_StartChangeRequestExecution.go @@ -100,6 +100,12 @@ type StartChangeRequestExecutionInput struct { // - Key=Environment,Value=Production // // - Key=Region,Value=us-east-2 + // + // The Array Members maximum value is reported as 1000. This number includes + // capacity reserved for internal operations. When calling the + // StartChangeRequestExecution action, you can specify a maximum of 5 tags. You + // can, however, use the AddTagsToResourceaction to add up to a total of 50 tags to an existing + // change request configuration. Tags []types.Tag noSmithyDocumentSerde diff --git a/service/ssm/api_op_StartSession.go b/service/ssm/api_op_StartSession.go index 268e15f5c62..eed0c276d53 100644 --- a/service/ssm/api_op_StartSession.go +++ b/service/ssm/api_op_StartSession.go @@ -57,7 +57,10 @@ type StartSessionInput struct { DocumentName *string // The values you want to specify for the parameters defined in the Session - // document. + // document. For more information about these parameters, see [Create a Session Manager preferences document]in the Amazon Web + // Services Systems Manager User Guide. + // + // [Create a Session Manager preferences document]: https://docs.aws.amazon.com/systems-manager/latest/userguide/getting-started-create-preferences-cli.html Parameters map[string][]string // The reason for connecting to the instance. This value is included in the diff --git a/service/ssm/api_op_UpdateAssociation.go b/service/ssm/api_op_UpdateAssociation.go index 80b17c90f34..19f40756691 100644 --- a/service/ssm/api_op_UpdateAssociation.go +++ b/service/ssm/api_op_UpdateAssociation.go @@ -87,8 +87,8 @@ type UpdateAssociationInput struct { // Choose the parameter that will define how your automation will branch out. This // target is required for associations that use an Automation runbook and target - // resources by using rate controls. Automation is a capability of Amazon Web - // Services Systems Manager. + // resources by using rate controls. Automation is a tool in Amazon Web Services + // Systems Manager. AutomationTargetParameterName *string // The names or Amazon Resource Names (ARNs) of the Change Calendar type documents @@ -180,8 +180,8 @@ type UpdateAssociationInput struct { OutputLocation *types.InstanceAssociationOutputLocation // The parameters you want to update for the association. If you create a - // parameter using Parameter Store, a capability of Amazon Web Services Systems - // Manager, you can reference the parameter using {{ssm:parameter-name}} . + // parameter using Parameter Store, a tool in Amazon Web Services Systems Manager, + // you can reference the parameter using {{ssm:parameter-name}} . Parameters map[string][]string // The cron expression used to schedule the association that you want to update. @@ -207,9 +207,9 @@ type UpdateAssociationInput struct { // successfully, the association is NON-COMPLIANT . // // In MANUAL mode, you must specify the AssociationId as a parameter for the PutComplianceItems API - // operation. In this case, compliance data isn't managed by State Manager, a - // capability of Amazon Web Services Systems Manager. It is managed by your direct - // call to the PutComplianceItemsAPI operation. + // operation. In this case, compliance data isn't managed by State Manager, a tool + // in Amazon Web Services Systems Manager. It is managed by your direct call to the + // PutComplianceItemsAPI operation. // // By default, all associations use AUTO mode. SyncCompliance types.AssociationSyncCompliance diff --git a/service/ssm/doc.go b/service/ssm/doc.go index 02f238c371f..bc66312261c 100644 --- a/service/ssm/doc.go +++ b/service/ssm/doc.go @@ -11,17 +11,17 @@ // // Related resources // -// - For information about each of the capabilities that comprise Systems -// Manager, see [Systems Manager capabilities]in the Amazon Web Services Systems Manager User Guide. +// - For information about each of the tools that comprise Systems Manager, see [Using Systems Manager tools] +// in the Amazon Web Services Systems Manager User Guide. // -// - For details about predefined runbooks for Automation, a capability of -// Amazon Web Services Systems Manager, see the [Systems Manager Automation runbook reference]. +// - For details about predefined runbooks for Automation, a tool in Amazon Web +// Services Systems Manager, see the [Systems Manager Automation runbook reference]. // -// - For information about AppConfig, a capability of Systems Manager, see the [AppConfig User Guide] -// and the [AppConfig API Reference]. +// - For information about AppConfig, a tool in Systems Manager, see the [AppConfig User Guide]and the [AppConfig API Reference] +// . // -// - For information about Incident Manager, a capability of Systems Manager, -// see the [Systems Manager Incident Manager User Guide]and the [Systems Manager Incident Manager API Reference]. +// - For information about Incident Manager, a tool in Systems Manager, see the [Systems Manager Incident Manager User Guide] +// and the [Systems Manager Incident Manager API Reference]. // // [Amazon Web Services Systems Manager User Guide]: https://docs.aws.amazon.com/systems-manager/latest/userguide/ // [AppConfig User Guide]: https://docs.aws.amazon.com/appconfig/latest/userguide/ @@ -30,5 +30,5 @@ // [Systems Manager Incident Manager API Reference]: https://docs.aws.amazon.com/incident-manager/latest/APIReference/ // [Setting up Amazon Web Services Systems Manager]: https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-setting-up.html // [Systems Manager Incident Manager User Guide]: https://docs.aws.amazon.com/incident-manager/latest/userguide/ -// [Systems Manager capabilities]: https://docs.aws.amazon.com/systems-manager/latest/userguide/what-is-systems-manager.html#systems-manager-capabilities +// [Using Systems Manager tools]: https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-tools.html package ssm diff --git a/service/ssm/go.mod b/service/ssm/go.mod index 5e4a613b924..b647949bda2 100644 --- a/service/ssm/go.mod +++ b/service/ssm/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/ssm go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/ssm/go.sum b/service/ssm/go.sum index aa7eb14ff92..3df7c5c8b09 100644 --- a/service/ssm/go.sum +++ b/service/ssm/go.sum @@ -1,5 +1,5 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/jmespath/go-jmespath v0.4.0 h1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9YPoQUg= diff --git a/service/ssm/go_module_metadata.go b/service/ssm/go_module_metadata.go index 14afdd0ce55..f519543431d 100644 --- a/service/ssm/go_module_metadata.go +++ b/service/ssm/go_module_metadata.go @@ -3,4 +3,4 @@ package ssm // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.56.7" +const goModuleVersion = "1.56.8" diff --git a/service/ssm/types/types.go b/service/ssm/types/types.go index 1c948f63c31..095c6001f98 100644 --- a/service/ssm/types/types.go +++ b/service/ssm/types/types.go @@ -193,8 +193,8 @@ type AssociationDescription struct { // Choose the parameter that will define how your automation will branch out. This // target is required for associations that use an Automation runbook and target - // resources by using rate controls. Automation is a capability of Amazon Web - // Services Systems Manager. + // resources by using rate controls. Automation is a tool in Amazon Web Services + // Systems Manager. AutomationTargetParameterName *string // The names or Amazon Resource Names (ARNs) of the Change Calendar type documents @@ -284,9 +284,9 @@ type AssociationDescription struct { // successfully, the association is NON-COMPLIANT . // // In MANUAL mode, you must specify the AssociationId as a parameter for the PutComplianceItems API - // operation. In this case, compliance data isn't managed by State Manager, a - // capability of Amazon Web Services Systems Manager. It is managed by your direct - // call to the PutComplianceItemsAPI operation. + // operation. In this case, compliance data isn't managed by State Manager, a tool + // in Amazon Web Services Systems Manager. It is managed by your direct call to the + // PutComplianceItemsAPI operation. // // By default, all associations use AUTO mode. SyncCompliance AssociationSyncCompliance @@ -565,9 +565,9 @@ type AssociationVersionInfo struct { // successfully, the association is NON-COMPLIANT . // // In MANUAL mode, you must specify the AssociationId as a parameter for the PutComplianceItems API - // operation. In this case, compliance data isn't managed by State Manager, a - // capability of Amazon Web Services Systems Manager. It is managed by your direct - // call to the PutComplianceItemsAPI operation. + // operation. In this case, compliance data isn't managed by State Manager, a tool + // in Amazon Web Services Systems Manager. It is managed by your direct call to the + // PutComplianceItemsAPI operation. // // By default, all associations use AUTO mode. SyncCompliance AssociationSyncCompliance @@ -1134,9 +1134,9 @@ type Command struct { // The date and time the command was requested. RequestedDateTime *time.Time - // The Identity and Access Management (IAM) service role that Run Command, a - // capability of Amazon Web Services Systems Manager, uses to act on your behalf - // when sending notifications about command status changes. + // The Identity and Access Management (IAM) service role that Run Command, a tool + // in Amazon Web Services Systems Manager, uses to act on your behalf when sending + // notifications about command status changes. ServiceRole *string // The status of the command. @@ -1341,10 +1341,9 @@ type CommandInvocation struct { // The time and date the request was sent to this managed node. RequestedDateTime *time.Time - // The Identity and Access Management (IAM) service role that Run Command, a - // capability of Amazon Web Services Systems Manager, uses to act on your behalf - // when sending notifications about command status changes on a per managed node - // basis. + // The Identity and Access Management (IAM) service role that Run Command, a tool + // in Amazon Web Services Systems Manager, uses to act on your behalf when sending + // notifications about command status changes on a per managed node basis. ServiceRole *string // The URL to the plugin's StdErr file in Amazon Simple Storage Service (Amazon @@ -1713,7 +1712,7 @@ type CreateAssociationBatchRequestEntry struct { // Specify the target for the association. This target is required for // associations that use an Automation runbook and target resources by using rate - // controls. Automation is a capability of Amazon Web Services Systems Manager. + // controls. Automation is a tool in Amazon Web Services Systems Manager. AutomationTargetParameterName *string // The names or Amazon Resource Names (ARNs) of the Change Calendar type documents @@ -1803,9 +1802,9 @@ type CreateAssociationBatchRequestEntry struct { // successfully, the association is NON-COMPLIANT . // // In MANUAL mode, you must specify the AssociationId as a parameter for the PutComplianceItems API - // operation. In this case, compliance data isn't managed by State Manager, a - // capability of Amazon Web Services Systems Manager. It is managed by your direct - // call to the PutComplianceItemsAPI operation. + // operation. In this case, compliance data isn't managed by State Manager, a tool + // in Amazon Web Services Systems Manager. It is managed by your direct call to the + // PutComplianceItemsAPI operation. // // By default, all associations use AUTO mode. SyncCompliance AssociationSyncCompliance @@ -2813,8 +2812,8 @@ type InstancePatchState struct { SnapshotId *string // The number of patches beyond the supported limit of NotApplicableCount that - // aren't reported by name to Inventory. Inventory is a capability of Amazon Web - // Services Systems Manager. + // aren't reported by name to Inventory. Inventory is a tool in Amazon Web Services + // Systems Manager. UnreportedNotApplicableCount *int32 noSmithyDocumentSerde @@ -4580,8 +4579,8 @@ type ParameterInlinePolicy struct { // The JSON text of the policy. PolicyText *string - // The type of policy. Parameter Store, a capability of Amazon Web Services - // Systems Manager, supports the following policy types: Expiration, + // The type of policy. Parameter Store, a tool in Amazon Web Services Systems + // Manager, supports the following policy types: Expiration, // ExpirationNotification, and NoChangeNotification. PolicyType *string @@ -5827,7 +5826,7 @@ type Tag struct { // // Supported formats include the following. // -// For all Systems Manager capabilities: +// For all Systems Manager tools: // // - Key=tag-key,Values=tag-value-1,tag-value-2 // diff --git a/service/ssmcontacts/CHANGELOG.md b/service/ssmcontacts/CHANGELOG.md index 26a0cefba5b..1b81c354af9 100644 --- a/service/ssmcontacts/CHANGELOG.md +++ b/service/ssmcontacts/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.26.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.26.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/ssmcontacts/go.mod b/service/ssmcontacts/go.mod index e3624d513d9..2851a8296f7 100644 --- a/service/ssmcontacts/go.mod +++ b/service/ssmcontacts/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/ssmcontacts go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/ssmcontacts/go.sum b/service/ssmcontacts/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/ssmcontacts/go.sum +++ b/service/ssmcontacts/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/ssmcontacts/go_module_metadata.go b/service/ssmcontacts/go_module_metadata.go index 447443cf56e..cd1b7141800 100644 --- a/service/ssmcontacts/go_module_metadata.go +++ b/service/ssmcontacts/go_module_metadata.go @@ -3,4 +3,4 @@ package ssmcontacts // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.26.11" +const goModuleVersion = "1.26.12" diff --git a/service/ssmincidents/CHANGELOG.md b/service/ssmincidents/CHANGELOG.md index ab2a86cade0..d07a2535a3d 100644 --- a/service/ssmincidents/CHANGELOG.md +++ b/service/ssmincidents/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.34.13 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.34.12 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/ssmincidents/go.mod b/service/ssmincidents/go.mod index ede54092633..158861e4f08 100644 --- a/service/ssmincidents/go.mod +++ b/service/ssmincidents/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/ssmincidents go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/ssmincidents/go.sum b/service/ssmincidents/go.sum index aa7eb14ff92..3df7c5c8b09 100644 --- a/service/ssmincidents/go.sum +++ b/service/ssmincidents/go.sum @@ -1,5 +1,5 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/jmespath/go-jmespath v0.4.0 h1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9YPoQUg= diff --git a/service/ssmincidents/go_module_metadata.go b/service/ssmincidents/go_module_metadata.go index 9b92b86423f..0195d161353 100644 --- a/service/ssmincidents/go_module_metadata.go +++ b/service/ssmincidents/go_module_metadata.go @@ -3,4 +3,4 @@ package ssmincidents // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.34.12" +const goModuleVersion = "1.34.13" diff --git a/service/ssmquicksetup/CHANGELOG.md b/service/ssmquicksetup/CHANGELOG.md index a95ed73e14c..b6455ad6561 100644 --- a/service/ssmquicksetup/CHANGELOG.md +++ b/service/ssmquicksetup/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.3.6 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.3.5 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/ssmquicksetup/go.mod b/service/ssmquicksetup/go.mod index 72ec2bf7c4e..666d86399bb 100644 --- a/service/ssmquicksetup/go.mod +++ b/service/ssmquicksetup/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/ssmquicksetup go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/ssmquicksetup/go.sum b/service/ssmquicksetup/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/ssmquicksetup/go.sum +++ b/service/ssmquicksetup/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/ssmquicksetup/go_module_metadata.go b/service/ssmquicksetup/go_module_metadata.go index 6be8fe898be..ddf0af59fee 100644 --- a/service/ssmquicksetup/go_module_metadata.go +++ b/service/ssmquicksetup/go_module_metadata.go @@ -3,4 +3,4 @@ package ssmquicksetup // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.3.5" +const goModuleVersion = "1.3.6" diff --git a/service/ssmsap/CHANGELOG.md b/service/ssmsap/CHANGELOG.md index a3674d6a15f..a73c7fb5418 100644 --- a/service/ssmsap/CHANGELOG.md +++ b/service/ssmsap/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.19.5 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.19.4 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/ssmsap/go.mod b/service/ssmsap/go.mod index a83a6bfcf64..1f09dc69863 100644 --- a/service/ssmsap/go.mod +++ b/service/ssmsap/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/ssmsap go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/ssmsap/go.sum b/service/ssmsap/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/ssmsap/go.sum +++ b/service/ssmsap/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/ssmsap/go_module_metadata.go b/service/ssmsap/go_module_metadata.go index fb1bb98ceee..eaa830191dc 100644 --- a/service/ssmsap/go_module_metadata.go +++ b/service/ssmsap/go_module_metadata.go @@ -3,4 +3,4 @@ package ssmsap // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.19.4" +const goModuleVersion = "1.19.5" diff --git a/service/sso/CHANGELOG.md b/service/sso/CHANGELOG.md index a5a4fabcf0f..d8f0d5d1ef7 100644 --- a/service/sso/CHANGELOG.md +++ b/service/sso/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.24.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.24.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/sso/go.mod b/service/sso/go.mod index fc2f626bd42..fba5a473a36 100644 --- a/service/sso/go.mod +++ b/service/sso/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/sso go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/sso/go.sum b/service/sso/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/sso/go.sum +++ b/service/sso/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/sso/go_module_metadata.go b/service/sso/go_module_metadata.go index 768dc6b2a80..3bdb12089cd 100644 --- a/service/sso/go_module_metadata.go +++ b/service/sso/go_module_metadata.go @@ -3,4 +3,4 @@ package sso // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.24.11" +const goModuleVersion = "1.24.12" diff --git a/service/ssoadmin/CHANGELOG.md b/service/ssoadmin/CHANGELOG.md index 7bc52c55796..e8e0407d254 100644 --- a/service/ssoadmin/CHANGELOG.md +++ b/service/ssoadmin/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.29.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.29.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/ssoadmin/go.mod b/service/ssoadmin/go.mod index 29d62ac256e..071e21768a0 100644 --- a/service/ssoadmin/go.mod +++ b/service/ssoadmin/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/ssoadmin go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/ssoadmin/go.sum b/service/ssoadmin/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/ssoadmin/go.sum +++ b/service/ssoadmin/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/ssoadmin/go_module_metadata.go b/service/ssoadmin/go_module_metadata.go index 848ce234ded..06cc2b917f2 100644 --- a/service/ssoadmin/go_module_metadata.go +++ b/service/ssoadmin/go_module_metadata.go @@ -3,4 +3,4 @@ package ssoadmin // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.29.11" +const goModuleVersion = "1.29.12" diff --git a/service/ssooidc/CHANGELOG.md b/service/ssooidc/CHANGELOG.md index 7fefefbf62f..2e650695724 100644 --- a/service/ssooidc/CHANGELOG.md +++ b/service/ssooidc/CHANGELOG.md @@ -1,3 +1,9 @@ +# v1.28.11 (2025-01-24) + +* **Documentation**: Fixed typos in the descriptions. +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.28.10 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/ssooidc/api_op_CreateToken.go b/service/ssooidc/api_op_CreateToken.go index 5fb8d2ab946..2ab35244793 100644 --- a/service/ssooidc/api_op_CreateToken.go +++ b/service/ssooidc/api_op_CreateToken.go @@ -12,7 +12,7 @@ import ( // Creates and returns access and refresh tokens for clients that are // authenticated using client secrets. The access token can be used to fetch -// short-term credentials for the assigned AWS accounts or to access application +// short-lived credentials for the assigned AWS accounts or to access application // APIs using bearer authentication. func (c *Client) CreateToken(ctx context.Context, params *CreateTokenInput, optFns ...func(*Options)) (*CreateTokenOutput, error) { if params == nil { @@ -43,22 +43,21 @@ type CreateTokenInput struct { // This member is required. ClientSecret *string - // Supports the following OAuth grant types: Device Code and Refresh Token. - // Specify either of the following values, depending on the grant type that you - // want: + // Supports the following OAuth grant types: Authorization Code, Device Code, and + // Refresh Token. Specify one of the following values, depending on the grant type + // that you want: + // + // * Authorization Code - authorization_code // // * Device Code - urn:ietf:params:oauth:grant-type:device_code // // * Refresh Token - refresh_token // - // For information about how to obtain the device code, see the StartDeviceAuthorization topic. - // // This member is required. GrantType *string // Used only when calling this API for the Authorization Code grant type. The - // short-term code is used to identify this authorization request. This grant type - // is currently unsupported for the CreateTokenAPI. + // short-lived code is used to identify this authorization request. Code *string // Used only when calling this API for the Authorization Code grant type. This @@ -66,9 +65,9 @@ type CreateTokenInput struct { // challenge value the client passed at authorization time. CodeVerifier *string - // Used only when calling this API for the Device Code grant type. This short-term - // code is used to identify this authorization request. This comes from the result - // of the StartDeviceAuthorizationAPI. + // Used only when calling this API for the Device Code grant type. This + // short-lived code is used to identify this authorization request. This comes from + // the result of the StartDeviceAuthorizationAPI. DeviceCode *string // Used only when calling this API for the Authorization Code grant type. This @@ -77,7 +76,7 @@ type CreateTokenInput struct { RedirectUri *string // Used only when calling this API for the Refresh Token grant type. This token is - // used to refresh short-term tokens, such as the access token, that might expire. + // used to refresh short-lived tokens, such as the access token, that might expire. // // For more information about the features and limitations of the current IAM // Identity Center OIDC implementation, see Considerations for Using this Guide in diff --git a/service/ssooidc/api_op_CreateTokenWithIAM.go b/service/ssooidc/api_op_CreateTokenWithIAM.go index 8abd43690d2..e5253ce884f 100644 --- a/service/ssooidc/api_op_CreateTokenWithIAM.go +++ b/service/ssooidc/api_op_CreateTokenWithIAM.go @@ -12,7 +12,7 @@ import ( // Creates and returns access and refresh tokens for clients and applications that // are authenticated using IAM entities. The access token can be used to fetch -// short-term credentials for the assigned Amazon Web Services accounts or to +// short-lived credentials for the assigned Amazon Web Services accounts or to // access application APIs using bearer authentication. func (c *Client) CreateTokenWithIAM(ctx context.Context, params *CreateTokenWithIAMInput, optFns ...func(*Options)) (*CreateTokenWithIAMOutput, error) { if params == nil { @@ -59,7 +59,7 @@ type CreateTokenWithIAMInput struct { Assertion *string // Used only when calling this API for the Authorization Code grant type. This - // short-term code is used to identify this authorization request. The code is + // short-lived code is used to identify this authorization request. The code is // obtained through a redirect from IAM Identity Center to a redirect URI persisted // in the Authorization Code GrantOptions for the application. Code *string @@ -75,7 +75,7 @@ type CreateTokenWithIAMInput struct { RedirectUri *string // Used only when calling this API for the Refresh Token grant type. This token is - // used to refresh short-term tokens, such as the access token, that might expire. + // used to refresh short-lived tokens, such as the access token, that might expire. // // For more information about the features and limitations of the current IAM // Identity Center OIDC implementation, see Considerations for Using this Guide in diff --git a/service/ssooidc/api_op_RegisterClient.go b/service/ssooidc/api_op_RegisterClient.go index 03a3594be0b..2022270db2b 100644 --- a/service/ssooidc/api_op_RegisterClient.go +++ b/service/ssooidc/api_op_RegisterClient.go @@ -10,9 +10,9 @@ import ( smithyhttp "github.com/aws/smithy-go/transport/http" ) -// Registers a client with IAM Identity Center. This allows clients to initiate -// device authorization. The output should be persisted for reuse through many -// authentication requests. +// Registers a public client with IAM Identity Center. This allows clients to +// perform authorization using the authorization code grant with Proof Key for Code +// Exchange (PKCE) or the device code grant. func (c *Client) RegisterClient(ctx context.Context, params *RegisterClientInput, optFns ...func(*Options)) (*RegisterClientOutput, error) { if params == nil { params = &RegisterClientInput{} @@ -48,7 +48,15 @@ type RegisterClientInput struct { EntitledApplicationArn *string // The list of OAuth 2.0 grant types that are defined by the client. This list is - // used to restrict the token granting flows available to the client. + // used to restrict the token granting flows available to the client. Supports the + // following OAuth 2.0 grant types: Authorization Code, Device Code, and Refresh + // Token. + // + // * Authorization Code - authorization_code + // + // * Device Code - urn:ietf:params:oauth:grant-type:device_code + // + // * Refresh Token - refresh_token GrantTypes []string // The IAM Identity Center Issuer URL associated with an instance of IAM Identity diff --git a/service/ssooidc/doc.go b/service/ssooidc/doc.go index 1d258e5677b..f3510b18c54 100644 --- a/service/ssooidc/doc.go +++ b/service/ssooidc/doc.go @@ -8,9 +8,12 @@ // Center. The service also enables the client to fetch the user’s access token // upon successful authentication and authorization with IAM Identity Center. // -// IAM Identity Center uses the sso and identitystore API namespaces. +// # API namespaces // -// # Considerations for Using This Guide +// IAM Identity Center uses the sso and identitystore API namespaces. IAM Identity +// Center OpenID Connect uses the sso-oidc namespace. +// +// # Considerations for using this guide // // Before you begin using this guide, we recommend that you first review the // following important information about how the IAM Identity Center OIDC service diff --git a/service/ssooidc/go.mod b/service/ssooidc/go.mod index c9cb5b5aaf7..9d5b5b52880 100644 --- a/service/ssooidc/go.mod +++ b/service/ssooidc/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/ssooidc go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/ssooidc/go.sum b/service/ssooidc/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/ssooidc/go.sum +++ b/service/ssooidc/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/ssooidc/go_module_metadata.go b/service/ssooidc/go_module_metadata.go index 358ca24dfb7..9f78e8f7418 100644 --- a/service/ssooidc/go_module_metadata.go +++ b/service/ssooidc/go_module_metadata.go @@ -3,4 +3,4 @@ package ssooidc // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.28.10" +const goModuleVersion = "1.28.11" diff --git a/service/storagegateway/CHANGELOG.md b/service/storagegateway/CHANGELOG.md index 3a060e639e4..9ce4007d709 100644 --- a/service/storagegateway/CHANGELOG.md +++ b/service/storagegateway/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.34.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.34.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/storagegateway/go.mod b/service/storagegateway/go.mod index 0f6ff736357..01b7a3ab739 100644 --- a/service/storagegateway/go.mod +++ b/service/storagegateway/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/storagegateway go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/storagegateway/go.sum b/service/storagegateway/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/storagegateway/go.sum +++ b/service/storagegateway/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/storagegateway/go_module_metadata.go b/service/storagegateway/go_module_metadata.go index d96768620df..0fde1303ad5 100644 --- a/service/storagegateway/go_module_metadata.go +++ b/service/storagegateway/go_module_metadata.go @@ -3,4 +3,4 @@ package storagegateway // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.34.11" +const goModuleVersion = "1.34.12" diff --git a/service/sts/CHANGELOG.md b/service/sts/CHANGELOG.md index 3847023b64d..4a95edf92f5 100644 --- a/service/sts/CHANGELOG.md +++ b/service/sts/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.33.10 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.33.9 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/sts/go.mod b/service/sts/go.mod index 3e1d8fbedab..3d2fa2eda54 100644 --- a/service/sts/go.mod +++ b/service/sts/go.mod @@ -3,12 +3,12 @@ module github.com/aws/aws-sdk-go-v2/service/sts go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.1 - github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.9 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.2 + github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.10 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/sts/go.sum b/service/sts/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/sts/go.sum +++ b/service/sts/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/sts/go_module_metadata.go b/service/sts/go_module_metadata.go index 827bcf077f8..6db8f82fb55 100644 --- a/service/sts/go_module_metadata.go +++ b/service/sts/go_module_metadata.go @@ -3,4 +3,4 @@ package sts // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.33.9" +const goModuleVersion = "1.33.10" diff --git a/service/supplychain/CHANGELOG.md b/service/supplychain/CHANGELOG.md index 67ab2141f42..caaf9011299 100644 --- a/service/supplychain/CHANGELOG.md +++ b/service/supplychain/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.11.4 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.11.3 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/supplychain/go.mod b/service/supplychain/go.mod index 8576b7b80c9..ae95387de18 100644 --- a/service/supplychain/go.mod +++ b/service/supplychain/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/supplychain go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/supplychain/go.sum b/service/supplychain/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/supplychain/go.sum +++ b/service/supplychain/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/supplychain/go_module_metadata.go b/service/supplychain/go_module_metadata.go index 21e8e29d422..a2df76251b4 100644 --- a/service/supplychain/go_module_metadata.go +++ b/service/supplychain/go_module_metadata.go @@ -3,4 +3,4 @@ package supplychain // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.11.3" +const goModuleVersion = "1.11.4" diff --git a/service/support/CHANGELOG.md b/service/support/CHANGELOG.md index 2b1b9c98394..727f225e776 100644 --- a/service/support/CHANGELOG.md +++ b/service/support/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.26.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.26.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/support/go.mod b/service/support/go.mod index 6c4e04f402c..82bd5b8128f 100644 --- a/service/support/go.mod +++ b/service/support/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/support go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/support/go.sum b/service/support/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/support/go.sum +++ b/service/support/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/support/go_module_metadata.go b/service/support/go_module_metadata.go index 60b004d6ffd..d571455e947 100644 --- a/service/support/go_module_metadata.go +++ b/service/support/go_module_metadata.go @@ -3,4 +3,4 @@ package support // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.26.11" +const goModuleVersion = "1.26.12" diff --git a/service/supportapp/CHANGELOG.md b/service/supportapp/CHANGELOG.md index 9ac34c95c84..c7c1ea0b3db 100644 --- a/service/supportapp/CHANGELOG.md +++ b/service/supportapp/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.13.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.13.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/supportapp/go.mod b/service/supportapp/go.mod index b7480352883..7983d045774 100644 --- a/service/supportapp/go.mod +++ b/service/supportapp/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/supportapp go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/supportapp/go.sum b/service/supportapp/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/supportapp/go.sum +++ b/service/supportapp/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/supportapp/go_module_metadata.go b/service/supportapp/go_module_metadata.go index 5522dae841a..77286d3cff9 100644 --- a/service/supportapp/go_module_metadata.go +++ b/service/supportapp/go_module_metadata.go @@ -3,4 +3,4 @@ package supportapp // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.13.11" +const goModuleVersion = "1.13.12" diff --git a/service/swf/CHANGELOG.md b/service/swf/CHANGELOG.md index 384c8d2f922..2b882e9d18c 100644 --- a/service/swf/CHANGELOG.md +++ b/service/swf/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.27.15 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.27.14 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/swf/go.mod b/service/swf/go.mod index bf87fc303b8..541f7dd714e 100644 --- a/service/swf/go.mod +++ b/service/swf/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/swf go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/swf/go.sum b/service/swf/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/swf/go.sum +++ b/service/swf/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/swf/go_module_metadata.go b/service/swf/go_module_metadata.go index cfed36d0c31..5197eb21c06 100644 --- a/service/swf/go_module_metadata.go +++ b/service/swf/go_module_metadata.go @@ -3,4 +3,4 @@ package swf // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.27.14" +const goModuleVersion = "1.27.15" diff --git a/service/synthetics/CHANGELOG.md b/service/synthetics/CHANGELOG.md index f1d85896d5f..559855ef3d9 100644 --- a/service/synthetics/CHANGELOG.md +++ b/service/synthetics/CHANGELOG.md @@ -1,3 +1,12 @@ +# v1.31.8 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + +# v1.31.7 (2025-01-22) + +* No change notes available for this release. + # v1.31.6 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/synthetics/go.mod b/service/synthetics/go.mod index defa47d8ac7..cb0524270a7 100644 --- a/service/synthetics/go.mod +++ b/service/synthetics/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/synthetics go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/synthetics/go.sum b/service/synthetics/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/synthetics/go.sum +++ b/service/synthetics/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/synthetics/go_module_metadata.go b/service/synthetics/go_module_metadata.go index 6bca040b4d1..19ee9ad7998 100644 --- a/service/synthetics/go_module_metadata.go +++ b/service/synthetics/go_module_metadata.go @@ -3,4 +3,4 @@ package synthetics // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.31.6" +const goModuleVersion = "1.31.8" diff --git a/service/synthetics/internal/endpoints/endpoints.go b/service/synthetics/internal/endpoints/endpoints.go index 75000b0a31a..ddc469722f9 100644 --- a/service/synthetics/internal/endpoints/endpoints.go +++ b/service/synthetics/internal/endpoints/endpoints.go @@ -142,42 +142,120 @@ var defaultPartitions = endpoints.Partitions{ endpoints.EndpointKey{ Region: "af-south-1", }: endpoints.Endpoint{}, + endpoints.EndpointKey{ + Region: "af-south-1", + Variant: endpoints.DualStackVariant, + }: { + Hostname: "synthetics.af-south-1.api.aws", + }, endpoints.EndpointKey{ Region: "ap-east-1", }: endpoints.Endpoint{}, + endpoints.EndpointKey{ + Region: "ap-east-1", + Variant: endpoints.DualStackVariant, + }: { + Hostname: "synthetics.ap-east-1.api.aws", + }, endpoints.EndpointKey{ Region: "ap-northeast-1", }: endpoints.Endpoint{}, + endpoints.EndpointKey{ + Region: "ap-northeast-1", + Variant: endpoints.DualStackVariant, + }: { + Hostname: "synthetics.ap-northeast-1.api.aws", + }, endpoints.EndpointKey{ Region: "ap-northeast-2", }: endpoints.Endpoint{}, + endpoints.EndpointKey{ + Region: "ap-northeast-2", + Variant: endpoints.DualStackVariant, + }: { + Hostname: "synthetics.ap-northeast-2.api.aws", + }, endpoints.EndpointKey{ Region: "ap-northeast-3", }: endpoints.Endpoint{}, + endpoints.EndpointKey{ + Region: "ap-northeast-3", + Variant: endpoints.DualStackVariant, + }: { + Hostname: "synthetics.ap-northeast-3.api.aws", + }, endpoints.EndpointKey{ Region: "ap-south-1", }: endpoints.Endpoint{}, + endpoints.EndpointKey{ + Region: "ap-south-1", + Variant: endpoints.DualStackVariant, + }: { + Hostname: "synthetics.ap-south-1.api.aws", + }, endpoints.EndpointKey{ Region: "ap-south-2", }: endpoints.Endpoint{}, + endpoints.EndpointKey{ + Region: "ap-south-2", + Variant: endpoints.DualStackVariant, + }: { + Hostname: "synthetics.ap-south-2.api.aws", + }, endpoints.EndpointKey{ Region: "ap-southeast-1", }: endpoints.Endpoint{}, + endpoints.EndpointKey{ + Region: "ap-southeast-1", + Variant: endpoints.DualStackVariant, + }: { + Hostname: "synthetics.ap-southeast-1.api.aws", + }, endpoints.EndpointKey{ Region: "ap-southeast-2", }: endpoints.Endpoint{}, + endpoints.EndpointKey{ + Region: "ap-southeast-2", + Variant: endpoints.DualStackVariant, + }: { + Hostname: "synthetics.ap-southeast-2.api.aws", + }, endpoints.EndpointKey{ Region: "ap-southeast-3", }: endpoints.Endpoint{}, + endpoints.EndpointKey{ + Region: "ap-southeast-3", + Variant: endpoints.DualStackVariant, + }: { + Hostname: "synthetics.ap-southeast-3.api.aws", + }, endpoints.EndpointKey{ Region: "ap-southeast-4", }: endpoints.Endpoint{}, + endpoints.EndpointKey{ + Region: "ap-southeast-4", + Variant: endpoints.DualStackVariant, + }: { + Hostname: "synthetics.ap-southeast-4.api.aws", + }, endpoints.EndpointKey{ Region: "ap-southeast-5", }: endpoints.Endpoint{}, + endpoints.EndpointKey{ + Region: "ap-southeast-5", + Variant: endpoints.DualStackVariant, + }: { + Hostname: "synthetics.ap-southeast-5.api.aws", + }, endpoints.EndpointKey{ Region: "ap-southeast-7", }: endpoints.Endpoint{}, + endpoints.EndpointKey{ + Region: "ap-southeast-7", + Variant: endpoints.DualStackVariant, + }: { + Hostname: "synthetics.ap-southeast-7.api.aws", + }, endpoints.EndpointKey{ Region: "ca-central-1", }: endpoints.Endpoint{}, @@ -187,6 +265,12 @@ var defaultPartitions = endpoints.Partitions{ }: { Hostname: "synthetics-fips.ca-central-1.amazonaws.com", }, + endpoints.EndpointKey{ + Region: "ca-central-1", + Variant: endpoints.DualStackVariant, + }: { + Hostname: "synthetics.ca-central-1.api.aws", + }, endpoints.EndpointKey{ Region: "ca-west-1", }: endpoints.Endpoint{}, @@ -196,30 +280,84 @@ var defaultPartitions = endpoints.Partitions{ }: { Hostname: "synthetics-fips.ca-west-1.amazonaws.com", }, + endpoints.EndpointKey{ + Region: "ca-west-1", + Variant: endpoints.DualStackVariant, + }: { + Hostname: "synthetics.ca-west-1.api.aws", + }, endpoints.EndpointKey{ Region: "eu-central-1", }: endpoints.Endpoint{}, + endpoints.EndpointKey{ + Region: "eu-central-1", + Variant: endpoints.DualStackVariant, + }: { + Hostname: "synthetics.eu-central-1.api.aws", + }, endpoints.EndpointKey{ Region: "eu-central-2", }: endpoints.Endpoint{}, + endpoints.EndpointKey{ + Region: "eu-central-2", + Variant: endpoints.DualStackVariant, + }: { + Hostname: "synthetics.eu-central-2.api.aws", + }, endpoints.EndpointKey{ Region: "eu-north-1", }: endpoints.Endpoint{}, + endpoints.EndpointKey{ + Region: "eu-north-1", + Variant: endpoints.DualStackVariant, + }: { + Hostname: "synthetics.eu-north-1.api.aws", + }, endpoints.EndpointKey{ Region: "eu-south-1", }: endpoints.Endpoint{}, + endpoints.EndpointKey{ + Region: "eu-south-1", + Variant: endpoints.DualStackVariant, + }: { + Hostname: "synthetics.eu-south-1.api.aws", + }, endpoints.EndpointKey{ Region: "eu-south-2", }: endpoints.Endpoint{}, + endpoints.EndpointKey{ + Region: "eu-south-2", + Variant: endpoints.DualStackVariant, + }: { + Hostname: "synthetics.eu-south-2.api.aws", + }, endpoints.EndpointKey{ Region: "eu-west-1", }: endpoints.Endpoint{}, + endpoints.EndpointKey{ + Region: "eu-west-1", + Variant: endpoints.DualStackVariant, + }: { + Hostname: "synthetics.eu-west-1.api.aws", + }, endpoints.EndpointKey{ Region: "eu-west-2", }: endpoints.Endpoint{}, + endpoints.EndpointKey{ + Region: "eu-west-2", + Variant: endpoints.DualStackVariant, + }: { + Hostname: "synthetics.eu-west-2.api.aws", + }, endpoints.EndpointKey{ Region: "eu-west-3", }: endpoints.Endpoint{}, + endpoints.EndpointKey{ + Region: "eu-west-3", + Variant: endpoints.DualStackVariant, + }: { + Hostname: "synthetics.eu-west-3.api.aws", + }, endpoints.EndpointKey{ Region: "fips-ca-central-1", }: endpoints.Endpoint{ @@ -277,18 +415,48 @@ var defaultPartitions = endpoints.Partitions{ endpoints.EndpointKey{ Region: "il-central-1", }: endpoints.Endpoint{}, + endpoints.EndpointKey{ + Region: "il-central-1", + Variant: endpoints.DualStackVariant, + }: { + Hostname: "synthetics.il-central-1.api.aws", + }, endpoints.EndpointKey{ Region: "me-central-1", }: endpoints.Endpoint{}, + endpoints.EndpointKey{ + Region: "me-central-1", + Variant: endpoints.DualStackVariant, + }: { + Hostname: "synthetics.me-central-1.api.aws", + }, endpoints.EndpointKey{ Region: "me-south-1", }: endpoints.Endpoint{}, + endpoints.EndpointKey{ + Region: "me-south-1", + Variant: endpoints.DualStackVariant, + }: { + Hostname: "synthetics.me-south-1.api.aws", + }, endpoints.EndpointKey{ Region: "mx-central-1", }: endpoints.Endpoint{}, + endpoints.EndpointKey{ + Region: "mx-central-1", + Variant: endpoints.DualStackVariant, + }: { + Hostname: "synthetics.mx-central-1.api.aws", + }, endpoints.EndpointKey{ Region: "sa-east-1", }: endpoints.Endpoint{}, + endpoints.EndpointKey{ + Region: "sa-east-1", + Variant: endpoints.DualStackVariant, + }: { + Hostname: "synthetics.sa-east-1.api.aws", + }, endpoints.EndpointKey{ Region: "us-east-1", }: endpoints.Endpoint{}, @@ -298,6 +466,12 @@ var defaultPartitions = endpoints.Partitions{ }: { Hostname: "synthetics-fips.us-east-1.amazonaws.com", }, + endpoints.EndpointKey{ + Region: "us-east-1", + Variant: endpoints.DualStackVariant, + }: { + Hostname: "synthetics.us-east-1.api.aws", + }, endpoints.EndpointKey{ Region: "us-east-2", }: endpoints.Endpoint{}, @@ -307,6 +481,12 @@ var defaultPartitions = endpoints.Partitions{ }: { Hostname: "synthetics-fips.us-east-2.amazonaws.com", }, + endpoints.EndpointKey{ + Region: "us-east-2", + Variant: endpoints.DualStackVariant, + }: { + Hostname: "synthetics.us-east-2.api.aws", + }, endpoints.EndpointKey{ Region: "us-west-1", }: endpoints.Endpoint{}, @@ -316,6 +496,12 @@ var defaultPartitions = endpoints.Partitions{ }: { Hostname: "synthetics-fips.us-west-1.amazonaws.com", }, + endpoints.EndpointKey{ + Region: "us-west-1", + Variant: endpoints.DualStackVariant, + }: { + Hostname: "synthetics.us-west-1.api.aws", + }, endpoints.EndpointKey{ Region: "us-west-2", }: endpoints.Endpoint{}, @@ -325,6 +511,12 @@ var defaultPartitions = endpoints.Partitions{ }: { Hostname: "synthetics-fips.us-west-2.amazonaws.com", }, + endpoints.EndpointKey{ + Region: "us-west-2", + Variant: endpoints.DualStackVariant, + }: { + Hostname: "synthetics.us-west-2.api.aws", + }, }, }, { @@ -365,9 +557,21 @@ var defaultPartitions = endpoints.Partitions{ endpoints.EndpointKey{ Region: "cn-north-1", }: endpoints.Endpoint{}, + endpoints.EndpointKey{ + Region: "cn-north-1", + Variant: endpoints.DualStackVariant, + }: { + Hostname: "synthetics.cn-north-1.api.amazonwebservices.com.cn", + }, endpoints.EndpointKey{ Region: "cn-northwest-1", }: endpoints.Endpoint{}, + endpoints.EndpointKey{ + Region: "cn-northwest-1", + Variant: endpoints.DualStackVariant, + }: { + Hostname: "synthetics.cn-northwest-1.api.amazonwebservices.com.cn", + }, }, }, { diff --git a/service/taxsettings/CHANGELOG.md b/service/taxsettings/CHANGELOG.md index fcebe14dd37..1059109b927 100644 --- a/service/taxsettings/CHANGELOG.md +++ b/service/taxsettings/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.7.6 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.7.5 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/taxsettings/go.mod b/service/taxsettings/go.mod index 36d0a4b1f46..267a6e77465 100644 --- a/service/taxsettings/go.mod +++ b/service/taxsettings/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/taxsettings go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/taxsettings/go.sum b/service/taxsettings/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/taxsettings/go.sum +++ b/service/taxsettings/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/taxsettings/go_module_metadata.go b/service/taxsettings/go_module_metadata.go index 7847796761b..bfd2f3fec44 100644 --- a/service/taxsettings/go_module_metadata.go +++ b/service/taxsettings/go_module_metadata.go @@ -3,4 +3,4 @@ package taxsettings // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.7.5" +const goModuleVersion = "1.7.6" diff --git a/service/textract/CHANGELOG.md b/service/textract/CHANGELOG.md index c5681cc4cf6..767fa2b8440 100644 --- a/service/textract/CHANGELOG.md +++ b/service/textract/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.34.14 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.34.13 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/textract/go.mod b/service/textract/go.mod index f2444551366..fcc26eedac8 100644 --- a/service/textract/go.mod +++ b/service/textract/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/textract go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/textract/go.sum b/service/textract/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/textract/go.sum +++ b/service/textract/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/textract/go_module_metadata.go b/service/textract/go_module_metadata.go index be0a7f86a80..92bb12a2f68 100644 --- a/service/textract/go_module_metadata.go +++ b/service/textract/go_module_metadata.go @@ -3,4 +3,4 @@ package textract // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.34.13" +const goModuleVersion = "1.34.14" diff --git a/service/timestreaminfluxdb/CHANGELOG.md b/service/timestreaminfluxdb/CHANGELOG.md index ac13c5afb21..e225ea11941 100644 --- a/service/timestreaminfluxdb/CHANGELOG.md +++ b/service/timestreaminfluxdb/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.7.5 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.7.4 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/timestreaminfluxdb/go.mod b/service/timestreaminfluxdb/go.mod index 3a8a401ac8e..2440fee7fc4 100644 --- a/service/timestreaminfluxdb/go.mod +++ b/service/timestreaminfluxdb/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/timestreaminfluxdb go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/timestreaminfluxdb/go.sum b/service/timestreaminfluxdb/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/timestreaminfluxdb/go.sum +++ b/service/timestreaminfluxdb/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/timestreaminfluxdb/go_module_metadata.go b/service/timestreaminfluxdb/go_module_metadata.go index c401109bc5e..1fa64cafc65 100644 --- a/service/timestreaminfluxdb/go_module_metadata.go +++ b/service/timestreaminfluxdb/go_module_metadata.go @@ -3,4 +3,4 @@ package timestreaminfluxdb // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.7.4" +const goModuleVersion = "1.7.5" diff --git a/service/timestreamquery/CHANGELOG.md b/service/timestreamquery/CHANGELOG.md index cfa1c549d1c..1e18a894faa 100644 --- a/service/timestreamquery/CHANGELOG.md +++ b/service/timestreamquery/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.29.6 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.29.5 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/timestreamquery/go.mod b/service/timestreamquery/go.mod index b01e5c523d2..27048327c79 100644 --- a/service/timestreamquery/go.mod +++ b/service/timestreamquery/go.mod @@ -3,11 +3,11 @@ module github.com/aws/aws-sdk-go-v2/service/timestreamquery go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.10.9 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.10.10 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/timestreamquery/go.sum b/service/timestreamquery/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/timestreamquery/go.sum +++ b/service/timestreamquery/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/timestreamquery/go_module_metadata.go b/service/timestreamquery/go_module_metadata.go index 7725d12f321..9b3b35cce50 100644 --- a/service/timestreamquery/go_module_metadata.go +++ b/service/timestreamquery/go_module_metadata.go @@ -3,4 +3,4 @@ package timestreamquery // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.29.5" +const goModuleVersion = "1.29.6" diff --git a/service/timestreamwrite/CHANGELOG.md b/service/timestreamwrite/CHANGELOG.md index 01ae7378287..293806b429c 100644 --- a/service/timestreamwrite/CHANGELOG.md +++ b/service/timestreamwrite/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.29.13 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.29.12 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/timestreamwrite/go.mod b/service/timestreamwrite/go.mod index 8227e134d4a..c56bceba66e 100644 --- a/service/timestreamwrite/go.mod +++ b/service/timestreamwrite/go.mod @@ -3,11 +3,11 @@ module github.com/aws/aws-sdk-go-v2/service/timestreamwrite go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.10.9 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.10.10 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/timestreamwrite/go.sum b/service/timestreamwrite/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/timestreamwrite/go.sum +++ b/service/timestreamwrite/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/timestreamwrite/go_module_metadata.go b/service/timestreamwrite/go_module_metadata.go index e58b79c04fc..b898d9e625a 100644 --- a/service/timestreamwrite/go_module_metadata.go +++ b/service/timestreamwrite/go_module_metadata.go @@ -3,4 +3,4 @@ package timestreamwrite // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.29.12" +const goModuleVersion = "1.29.13" diff --git a/service/tnb/CHANGELOG.md b/service/tnb/CHANGELOG.md index 47ea0dc0369..c26a4bf6629 100644 --- a/service/tnb/CHANGELOG.md +++ b/service/tnb/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.13.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.13.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/tnb/go.mod b/service/tnb/go.mod index b46f3cf2449..dc6a0dbfd2b 100644 --- a/service/tnb/go.mod +++ b/service/tnb/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/tnb go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/tnb/go.sum b/service/tnb/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/tnb/go.sum +++ b/service/tnb/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/tnb/go_module_metadata.go b/service/tnb/go_module_metadata.go index 84a1e2f7a93..278b73ea7af 100644 --- a/service/tnb/go_module_metadata.go +++ b/service/tnb/go_module_metadata.go @@ -3,4 +3,4 @@ package tnb // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.13.11" +const goModuleVersion = "1.13.12" diff --git a/service/transcribe/CHANGELOG.md b/service/transcribe/CHANGELOG.md index 2fff5237016..69b007d1138 100644 --- a/service/transcribe/CHANGELOG.md +++ b/service/transcribe/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.42.3 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.42.2 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/transcribe/go.mod b/service/transcribe/go.mod index 79290691a62..92335052315 100644 --- a/service/transcribe/go.mod +++ b/service/transcribe/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/transcribe go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/transcribe/go.sum b/service/transcribe/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/transcribe/go.sum +++ b/service/transcribe/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/transcribe/go_module_metadata.go b/service/transcribe/go_module_metadata.go index ecf7362494d..353b1332835 100644 --- a/service/transcribe/go_module_metadata.go +++ b/service/transcribe/go_module_metadata.go @@ -3,4 +3,4 @@ package transcribe // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.42.2" +const goModuleVersion = "1.42.3" diff --git a/service/transcribestreaming/CHANGELOG.md b/service/transcribestreaming/CHANGELOG.md index 7cbb8431c7c..beb850f171b 100644 --- a/service/transcribestreaming/CHANGELOG.md +++ b/service/transcribestreaming/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.22.10 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.22.9 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/transcribestreaming/go.mod b/service/transcribestreaming/go.mod index 19d4a4a1c05..0fd15c9c9bd 100644 --- a/service/transcribestreaming/go.mod +++ b/service/transcribestreaming/go.mod @@ -3,11 +3,11 @@ module github.com/aws/aws-sdk-go-v2/service/transcribestreaming go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.7 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.8 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/transcribestreaming/go.sum b/service/transcribestreaming/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/transcribestreaming/go.sum +++ b/service/transcribestreaming/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/transcribestreaming/go_module_metadata.go b/service/transcribestreaming/go_module_metadata.go index 561e3c66a1f..bb432d72ae0 100644 --- a/service/transcribestreaming/go_module_metadata.go +++ b/service/transcribestreaming/go_module_metadata.go @@ -3,4 +3,4 @@ package transcribestreaming // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.22.9" +const goModuleVersion = "1.22.10" diff --git a/service/transcribestreaming/internal/testing/go.mod b/service/transcribestreaming/internal/testing/go.mod index 6fd95d616df..569508dfa06 100644 --- a/service/transcribestreaming/internal/testing/go.mod +++ b/service/transcribestreaming/internal/testing/go.mod @@ -3,17 +3,17 @@ module github.com/aws/aws-sdk-go-v2/service/transcribestreaming/internal/testing go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.7 - github.com/aws/aws-sdk-go-v2/service/internal/eventstreamtesting v1.5.15 - github.com/aws/aws-sdk-go-v2/service/transcribestreaming v1.22.9 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.8 + github.com/aws/aws-sdk-go-v2/service/internal/eventstreamtesting v1.5.16 + github.com/aws/aws-sdk-go-v2/service/transcribestreaming v1.22.10 + github.com/aws/smithy-go v1.22.2 ) require ( - github.com/aws/aws-sdk-go-v2/credentials v1.17.54 // indirect - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 // indirect - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 // indirect + github.com/aws/aws-sdk-go-v2/credentials v1.17.55 // indirect + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 // indirect + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 // indirect ) replace github.com/aws/aws-sdk-go-v2 => ../../../../ diff --git a/service/transcribestreaming/internal/testing/go.sum b/service/transcribestreaming/internal/testing/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/transcribestreaming/internal/testing/go.sum +++ b/service/transcribestreaming/internal/testing/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/transfer/CHANGELOG.md b/service/transfer/CHANGELOG.md index 74f1c8595c8..f139583e61a 100644 --- a/service/transfer/CHANGELOG.md +++ b/service/transfer/CHANGELOG.md @@ -1,3 +1,9 @@ +# v1.56.0 (2025-01-24) + +* **Feature**: Added CustomDirectories as a new directory option for storing inbound AS2 messages, MDN files and Status files. +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.55.5 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/transfer/api_op_CreateAgreement.go b/service/transfer/api_op_CreateAgreement.go index e056d3d1f50..27a4b6d6e3d 100644 --- a/service/transfer/api_op_CreateAgreement.go +++ b/service/transfer/api_op_CreateAgreement.go @@ -19,6 +19,9 @@ import ( // // The partner is identified with the PartnerProfileId , and the AS2 process is // identified with the LocalProfileId . +// +// Specify either BaseDirectory or CustomDirectories , but not both. Specifying +// both causes the command to fail. func (c *Client) CreateAgreement(ctx context.Context, params *CreateAgreementInput, optFns ...func(*Options)) (*CreateAgreementOutput, error) { if params == nil { params = &CreateAgreementInput{} @@ -69,13 +72,6 @@ type CreateAgreementInput struct { // This member is required. AccessRole *string - // The landing directory (folder) for files transferred by using the AS2 protocol. - // - // A BaseDirectory example is /amzn-s3-demo-bucket/home/mydirectory . - // - // This member is required. - BaseDirectory *string - // A unique identifier for the AS2 local profile. // // This member is required. @@ -92,6 +88,26 @@ type CreateAgreementInput struct { // This member is required. ServerId *string + // The landing directory (folder) for files transferred by using the AS2 protocol. + // + // A BaseDirectory example is /amzn-s3-demo-bucket/home/mydirectory . + BaseDirectory *string + + // A CustomDirectoriesType structure. This structure specifies custom directories + // for storing various AS2 message files. You can specify directories for the + // following types of files. + // + // - Failed files + // + // - MDN files + // + // - Payload files + // + // - Status files + // + // - Temporary files + CustomDirectories *types.CustomDirectoriesType + // A name or short description to identify the agreement. Description *string diff --git a/service/transfer/api_op_UpdateAgreement.go b/service/transfer/api_op_UpdateAgreement.go index 0d24614b1a9..acd4a774e25 100644 --- a/service/transfer/api_op_UpdateAgreement.go +++ b/service/transfer/api_op_UpdateAgreement.go @@ -14,6 +14,13 @@ import ( // Updates some of the parameters for an existing agreement. Provide the // AgreementId and the ServerId for the agreement that you want to update, along // with the new values for the parameters to update. +// +// Specify either BaseDirectory or CustomDirectories , but not both. Specifying +// both causes the command to fail. +// +// If you update an agreement from using base directory to custom directories, the +// base directory is no longer used. Similarly, if you change from custom +// directories to a base directory, the custom directories are no longer used. func (c *Client) UpdateAgreement(ctx context.Context, params *UpdateAgreementInput, optFns ...func(*Options)) (*UpdateAgreementOutput, error) { if params == nil { params = &UpdateAgreementInput{} @@ -79,6 +86,21 @@ type UpdateAgreementInput struct { // /amzn-s3-demo-bucket/home/mydirectory . BaseDirectory *string + // A CustomDirectoriesType structure. This structure specifies custom directories + // for storing various AS2 message files. You can specify directories for the + // following types of files. + // + // - Failed files + // + // - MDN files + // + // - Payload files + // + // - Status files + // + // - Temporary files + CustomDirectories *types.CustomDirectoriesType + // To replace the existing description, provide a short description for the // agreement. Description *string diff --git a/service/transfer/deserializers.go b/service/transfer/deserializers.go index 6662089bdd9..52b18233893 100644 --- a/service/transfer/deserializers.go +++ b/service/transfer/deserializers.go @@ -8921,6 +8921,82 @@ func awsAwsjson11_deserializeDocumentCopyStepDetails(v **types.CopyStepDetails, return nil } +func awsAwsjson11_deserializeDocumentCustomDirectoriesType(v **types.CustomDirectoriesType, value interface{}) error { + if v == nil { + return fmt.Errorf("unexpected nil of type %T", v) + } + if value == nil { + return nil + } + + shape, ok := value.(map[string]interface{}) + if !ok { + return fmt.Errorf("unexpected JSON type %v", value) + } + + var sv *types.CustomDirectoriesType + if *v == nil { + sv = &types.CustomDirectoriesType{} + } else { + sv = *v + } + + for key, value := range shape { + switch key { + case "FailedFilesDirectory": + if value != nil { + jtv, ok := value.(string) + if !ok { + return fmt.Errorf("expected HomeDirectory to be of type string, got %T instead", value) + } + sv.FailedFilesDirectory = ptr.String(jtv) + } + + case "MdnFilesDirectory": + if value != nil { + jtv, ok := value.(string) + if !ok { + return fmt.Errorf("expected HomeDirectory to be of type string, got %T instead", value) + } + sv.MdnFilesDirectory = ptr.String(jtv) + } + + case "PayloadFilesDirectory": + if value != nil { + jtv, ok := value.(string) + if !ok { + return fmt.Errorf("expected HomeDirectory to be of type string, got %T instead", value) + } + sv.PayloadFilesDirectory = ptr.String(jtv) + } + + case "StatusFilesDirectory": + if value != nil { + jtv, ok := value.(string) + if !ok { + return fmt.Errorf("expected HomeDirectory to be of type string, got %T instead", value) + } + sv.StatusFilesDirectory = ptr.String(jtv) + } + + case "TemporaryFilesDirectory": + if value != nil { + jtv, ok := value.(string) + if !ok { + return fmt.Errorf("expected HomeDirectory to be of type string, got %T instead", value) + } + sv.TemporaryFilesDirectory = ptr.String(jtv) + } + + default: + _, _ = key, value + + } + } + *v = sv + return nil +} + func awsAwsjson11_deserializeDocumentCustomStepDetails(v **types.CustomStepDetails, value interface{}) error { if v == nil { return fmt.Errorf("unexpected nil of type %T", v) @@ -9257,6 +9333,11 @@ func awsAwsjson11_deserializeDocumentDescribedAgreement(v **types.DescribedAgree sv.BaseDirectory = ptr.String(jtv) } + case "CustomDirectories": + if err := awsAwsjson11_deserializeDocumentCustomDirectoriesType(&sv.CustomDirectories, value); err != nil { + return err + } + case "Description": if value != nil { jtv, ok := value.(string) diff --git a/service/transfer/go.mod b/service/transfer/go.mod index e3e35de43fe..428220a58b5 100644 --- a/service/transfer/go.mod +++ b/service/transfer/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/transfer go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/transfer/go.sum b/service/transfer/go.sum index aa7eb14ff92..3df7c5c8b09 100644 --- a/service/transfer/go.sum +++ b/service/transfer/go.sum @@ -1,5 +1,5 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/jmespath/go-jmespath v0.4.0 h1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9YPoQUg= diff --git a/service/transfer/go_module_metadata.go b/service/transfer/go_module_metadata.go index ec4769857cc..5fb273bcdd9 100644 --- a/service/transfer/go_module_metadata.go +++ b/service/transfer/go_module_metadata.go @@ -3,4 +3,4 @@ package transfer // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.55.5" +const goModuleVersion = "1.56.0" diff --git a/service/transfer/serializers.go b/service/transfer/serializers.go index 16ca73b470d..f168f268fb4 100644 --- a/service/transfer/serializers.go +++ b/service/transfer/serializers.go @@ -4344,6 +4344,38 @@ func awsAwsjson11_serializeDocumentCopyStepDetails(v *types.CopyStepDetails, val return nil } +func awsAwsjson11_serializeDocumentCustomDirectoriesType(v *types.CustomDirectoriesType, value smithyjson.Value) error { + object := value.Object() + defer object.Close() + + if v.FailedFilesDirectory != nil { + ok := object.Key("FailedFilesDirectory") + ok.String(*v.FailedFilesDirectory) + } + + if v.MdnFilesDirectory != nil { + ok := object.Key("MdnFilesDirectory") + ok.String(*v.MdnFilesDirectory) + } + + if v.PayloadFilesDirectory != nil { + ok := object.Key("PayloadFilesDirectory") + ok.String(*v.PayloadFilesDirectory) + } + + if v.StatusFilesDirectory != nil { + ok := object.Key("StatusFilesDirectory") + ok.String(*v.StatusFilesDirectory) + } + + if v.TemporaryFilesDirectory != nil { + ok := object.Key("TemporaryFilesDirectory") + ok.String(*v.TemporaryFilesDirectory) + } + + return nil +} + func awsAwsjson11_serializeDocumentCustomStepDetails(v *types.CustomStepDetails, value smithyjson.Value) error { object := value.Object() defer object.Close() @@ -5108,6 +5140,13 @@ func awsAwsjson11_serializeOpDocumentCreateAgreementInput(v *CreateAgreementInpu ok.String(*v.BaseDirectory) } + if v.CustomDirectories != nil { + ok := object.Key("CustomDirectories") + if err := awsAwsjson11_serializeDocumentCustomDirectoriesType(v.CustomDirectories, ok); err != nil { + return err + } + } + if v.Description != nil { ok := object.Key("Description") ok.String(*v.Description) @@ -6473,6 +6512,13 @@ func awsAwsjson11_serializeOpDocumentUpdateAgreementInput(v *UpdateAgreementInpu ok.String(*v.BaseDirectory) } + if v.CustomDirectories != nil { + ok := object.Key("CustomDirectories") + if err := awsAwsjson11_serializeDocumentCustomDirectoriesType(v.CustomDirectories, ok); err != nil { + return err + } + } + if v.Description != nil { ok := object.Key("Description") ok.String(*v.Description) diff --git a/service/transfer/types/types.go b/service/transfer/types/types.go index ae86a4283f1..d20e0f06db8 100644 --- a/service/transfer/types/types.go +++ b/service/transfer/types/types.go @@ -170,6 +170,37 @@ type CopyStepDetails struct { noSmithyDocumentSerde } +// Contains Amazon S3 locations for storing specific types of AS2 message files. +type CustomDirectoriesType struct { + + // Specifies a location to store failed AS2 message files. + // + // This member is required. + FailedFilesDirectory *string + + // Specifies a location to store MDN files. + // + // This member is required. + MdnFilesDirectory *string + + // Specifies a location to store the payload for AS2 message files. + // + // This member is required. + PayloadFilesDirectory *string + + // Specifies a location to store AS2 status messages. + // + // This member is required. + StatusFilesDirectory *string + + // Specifies a location to store temporary AS2 message files. + // + // This member is required. + TemporaryFilesDirectory *string + + noSmithyDocumentSerde +} + // Each step type has its own StepDetails structure. type CustomStepDetails struct { @@ -401,6 +432,21 @@ type DescribedAgreement struct { // protocol. BaseDirectory *string + // A CustomDirectoriesType structure. This structure specifies custom directories + // for storing various AS2 message files. You can specify directories for the + // following types of files. + // + // - Failed files + // + // - MDN files + // + // - Payload files + // + // - Status files + // + // - Temporary files + CustomDirectories *CustomDirectoriesType + // The name or short description that's used to identify the agreement. Description *string diff --git a/service/transfer/validators.go b/service/transfer/validators.go index 5cc00afd002..46865c60030 100644 --- a/service/transfer/validators.go +++ b/service/transfer/validators.go @@ -1498,6 +1498,33 @@ func addOpUpdateWebAppValidationMiddleware(stack *middleware.Stack) error { return stack.Initialize.Add(&validateOpUpdateWebApp{}, middleware.After) } +func validateCustomDirectoriesType(v *types.CustomDirectoriesType) error { + if v == nil { + return nil + } + invalidParams := smithy.InvalidParamsError{Context: "CustomDirectoriesType"} + if v.FailedFilesDirectory == nil { + invalidParams.Add(smithy.NewErrParamRequired("FailedFilesDirectory")) + } + if v.MdnFilesDirectory == nil { + invalidParams.Add(smithy.NewErrParamRequired("MdnFilesDirectory")) + } + if v.PayloadFilesDirectory == nil { + invalidParams.Add(smithy.NewErrParamRequired("PayloadFilesDirectory")) + } + if v.StatusFilesDirectory == nil { + invalidParams.Add(smithy.NewErrParamRequired("StatusFilesDirectory")) + } + if v.TemporaryFilesDirectory == nil { + invalidParams.Add(smithy.NewErrParamRequired("TemporaryFilesDirectory")) + } + if invalidParams.Len() > 0 { + return invalidParams + } else { + return nil + } +} + func validateDecryptStepDetails(v *types.DecryptStepDetails) error { if v == nil { return nil @@ -1814,9 +1841,6 @@ func validateOpCreateAgreementInput(v *CreateAgreementInput) error { if v.PartnerProfileId == nil { invalidParams.Add(smithy.NewErrParamRequired("PartnerProfileId")) } - if v.BaseDirectory == nil { - invalidParams.Add(smithy.NewErrParamRequired("BaseDirectory")) - } if v.AccessRole == nil { invalidParams.Add(smithy.NewErrParamRequired("AccessRole")) } @@ -1825,6 +1849,11 @@ func validateOpCreateAgreementInput(v *CreateAgreementInput) error { invalidParams.AddNested("Tags", err.(smithy.InvalidParamsError)) } } + if v.CustomDirectories != nil { + if err := validateCustomDirectoriesType(v.CustomDirectories); err != nil { + invalidParams.AddNested("CustomDirectories", err.(smithy.InvalidParamsError)) + } + } if invalidParams.Len() > 0 { return invalidParams } else { @@ -2770,6 +2799,11 @@ func validateOpUpdateAgreementInput(v *UpdateAgreementInput) error { if v.ServerId == nil { invalidParams.Add(smithy.NewErrParamRequired("ServerId")) } + if v.CustomDirectories != nil { + if err := validateCustomDirectoriesType(v.CustomDirectories); err != nil { + invalidParams.AddNested("CustomDirectories", err.(smithy.InvalidParamsError)) + } + } if invalidParams.Len() > 0 { return invalidParams } else { diff --git a/service/translate/CHANGELOG.md b/service/translate/CHANGELOG.md index af7519285ac..89700fb7f2d 100644 --- a/service/translate/CHANGELOG.md +++ b/service/translate/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.28.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.28.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/translate/go.mod b/service/translate/go.mod index 5f2610752b0..47b45617971 100644 --- a/service/translate/go.mod +++ b/service/translate/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/translate go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/translate/go.sum b/service/translate/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/translate/go.sum +++ b/service/translate/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/translate/go_module_metadata.go b/service/translate/go_module_metadata.go index af84ee797a8..4e5e40091c7 100644 --- a/service/translate/go_module_metadata.go +++ b/service/translate/go_module_metadata.go @@ -3,4 +3,4 @@ package translate // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.28.11" +const goModuleVersion = "1.28.12" diff --git a/service/trustedadvisor/CHANGELOG.md b/service/trustedadvisor/CHANGELOG.md index 8c51a2fe5a2..952f052cf95 100644 --- a/service/trustedadvisor/CHANGELOG.md +++ b/service/trustedadvisor/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.8.13 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.8.12 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/trustedadvisor/go.mod b/service/trustedadvisor/go.mod index 3f2f606e5e7..39e5cff4f71 100644 --- a/service/trustedadvisor/go.mod +++ b/service/trustedadvisor/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/trustedadvisor go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/trustedadvisor/go.sum b/service/trustedadvisor/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/trustedadvisor/go.sum +++ b/service/trustedadvisor/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/trustedadvisor/go_module_metadata.go b/service/trustedadvisor/go_module_metadata.go index 51f6ff0e2fc..b4e6c843cf5 100644 --- a/service/trustedadvisor/go_module_metadata.go +++ b/service/trustedadvisor/go_module_metadata.go @@ -3,4 +3,4 @@ package trustedadvisor // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.8.12" +const goModuleVersion = "1.8.13" diff --git a/service/verifiedpermissions/CHANGELOG.md b/service/verifiedpermissions/CHANGELOG.md index 27636d59d79..a9a50fa5f02 100644 --- a/service/verifiedpermissions/CHANGELOG.md +++ b/service/verifiedpermissions/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.20.8 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.20.7 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/verifiedpermissions/go.mod b/service/verifiedpermissions/go.mod index 565347162a0..b81bad2610d 100644 --- a/service/verifiedpermissions/go.mod +++ b/service/verifiedpermissions/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/verifiedpermissions go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/verifiedpermissions/go.sum b/service/verifiedpermissions/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/verifiedpermissions/go.sum +++ b/service/verifiedpermissions/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/verifiedpermissions/go_module_metadata.go b/service/verifiedpermissions/go_module_metadata.go index e1c2300047d..85f9fd96156 100644 --- a/service/verifiedpermissions/go_module_metadata.go +++ b/service/verifiedpermissions/go_module_metadata.go @@ -3,4 +3,4 @@ package verifiedpermissions // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.20.7" +const goModuleVersion = "1.20.8" diff --git a/service/voiceid/CHANGELOG.md b/service/voiceid/CHANGELOG.md index f76aedfd67f..406786f0f48 100644 --- a/service/voiceid/CHANGELOG.md +++ b/service/voiceid/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.24.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.24.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/voiceid/go.mod b/service/voiceid/go.mod index b9fbb8fc4fa..019f1abd470 100644 --- a/service/voiceid/go.mod +++ b/service/voiceid/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/voiceid go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/voiceid/go.sum b/service/voiceid/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/voiceid/go.sum +++ b/service/voiceid/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/voiceid/go_module_metadata.go b/service/voiceid/go_module_metadata.go index 85f78625f3c..49a7a902cbf 100644 --- a/service/voiceid/go_module_metadata.go +++ b/service/voiceid/go_module_metadata.go @@ -3,4 +3,4 @@ package voiceid // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.24.11" +const goModuleVersion = "1.24.12" diff --git a/service/vpclattice/CHANGELOG.md b/service/vpclattice/CHANGELOG.md index deeade5c20c..cba481d4c8a 100644 --- a/service/vpclattice/CHANGELOG.md +++ b/service/vpclattice/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.13.7 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.13.6 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/vpclattice/go.mod b/service/vpclattice/go.mod index 08874ccfe45..4bc99c2aef6 100644 --- a/service/vpclattice/go.mod +++ b/service/vpclattice/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/vpclattice go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/vpclattice/go.sum b/service/vpclattice/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/vpclattice/go.sum +++ b/service/vpclattice/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/vpclattice/go_module_metadata.go b/service/vpclattice/go_module_metadata.go index f406011464b..ed20039e9df 100644 --- a/service/vpclattice/go_module_metadata.go +++ b/service/vpclattice/go_module_metadata.go @@ -3,4 +3,4 @@ package vpclattice // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.13.6" +const goModuleVersion = "1.13.7" diff --git a/service/waf/CHANGELOG.md b/service/waf/CHANGELOG.md index c0f8a205fce..4a6b4641116 100644 --- a/service/waf/CHANGELOG.md +++ b/service/waf/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.25.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.25.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/waf/go.mod b/service/waf/go.mod index ee3b0572037..95f86e69e7f 100644 --- a/service/waf/go.mod +++ b/service/waf/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/waf go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/waf/go.sum b/service/waf/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/waf/go.sum +++ b/service/waf/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/waf/go_module_metadata.go b/service/waf/go_module_metadata.go index afee9657195..9f8e472430b 100644 --- a/service/waf/go_module_metadata.go +++ b/service/waf/go_module_metadata.go @@ -3,4 +3,4 @@ package waf // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.25.11" +const goModuleVersion = "1.25.12" diff --git a/service/wafregional/CHANGELOG.md b/service/wafregional/CHANGELOG.md index 470c5a3e0eb..e14febbb5bc 100644 --- a/service/wafregional/CHANGELOG.md +++ b/service/wafregional/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.25.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.25.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/wafregional/go.mod b/service/wafregional/go.mod index e7840a85525..c4e098b060a 100644 --- a/service/wafregional/go.mod +++ b/service/wafregional/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/wafregional go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/wafregional/go.sum b/service/wafregional/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/wafregional/go.sum +++ b/service/wafregional/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/wafregional/go_module_metadata.go b/service/wafregional/go_module_metadata.go index 7b3fc0228e2..ca4a8283beb 100644 --- a/service/wafregional/go_module_metadata.go +++ b/service/wafregional/go_module_metadata.go @@ -3,4 +3,4 @@ package wafregional // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.25.11" +const goModuleVersion = "1.25.12" diff --git a/service/wafv2/CHANGELOG.md b/service/wafv2/CHANGELOG.md index 0176444d5a2..8db7be6434e 100644 --- a/service/wafv2/CHANGELOG.md +++ b/service/wafv2/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.55.11 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.55.10 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/wafv2/go.mod b/service/wafv2/go.mod index 86bfa2b6cb4..4cd22675756 100644 --- a/service/wafv2/go.mod +++ b/service/wafv2/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/wafv2 go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/wafv2/go.sum b/service/wafv2/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/wafv2/go.sum +++ b/service/wafv2/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/wafv2/go_module_metadata.go b/service/wafv2/go_module_metadata.go index 24a13354c10..9c7136c482b 100644 --- a/service/wafv2/go_module_metadata.go +++ b/service/wafv2/go_module_metadata.go @@ -3,4 +3,4 @@ package wafv2 // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.55.10" +const goModuleVersion = "1.55.11" diff --git a/service/wellarchitected/CHANGELOG.md b/service/wellarchitected/CHANGELOG.md index 4ef0a25af7b..5abc3d52954 100644 --- a/service/wellarchitected/CHANGELOG.md +++ b/service/wellarchitected/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.34.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.34.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/wellarchitected/go.mod b/service/wellarchitected/go.mod index 36bbcbaf34b..e317c36fbe1 100644 --- a/service/wellarchitected/go.mod +++ b/service/wellarchitected/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/wellarchitected go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/wellarchitected/go.sum b/service/wellarchitected/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/wellarchitected/go.sum +++ b/service/wellarchitected/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/wellarchitected/go_module_metadata.go b/service/wellarchitected/go_module_metadata.go index 0e525ba4af7..4bbe35b1138 100644 --- a/service/wellarchitected/go_module_metadata.go +++ b/service/wellarchitected/go_module_metadata.go @@ -3,4 +3,4 @@ package wellarchitected // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.34.11" +const goModuleVersion = "1.34.12" diff --git a/service/wisdom/CHANGELOG.md b/service/wisdom/CHANGELOG.md index cd56c41cfb6..f0082d765ae 100644 --- a/service/wisdom/CHANGELOG.md +++ b/service/wisdom/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.27.13 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.27.12 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/wisdom/go.mod b/service/wisdom/go.mod index 9b7a19634b4..5f26ed16792 100644 --- a/service/wisdom/go.mod +++ b/service/wisdom/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/wisdom go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/wisdom/go.sum b/service/wisdom/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/wisdom/go.sum +++ b/service/wisdom/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/wisdom/go_module_metadata.go b/service/wisdom/go_module_metadata.go index f3ca9f3f494..785eacced45 100644 --- a/service/wisdom/go_module_metadata.go +++ b/service/wisdom/go_module_metadata.go @@ -3,4 +3,4 @@ package wisdom // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.27.12" +const goModuleVersion = "1.27.13" diff --git a/service/workdocs/CHANGELOG.md b/service/workdocs/CHANGELOG.md index 921992977df..d0f65052eb6 100644 --- a/service/workdocs/CHANGELOG.md +++ b/service/workdocs/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.25.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.25.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/workdocs/go.mod b/service/workdocs/go.mod index 37f993d17db..0a7dee1a11f 100644 --- a/service/workdocs/go.mod +++ b/service/workdocs/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/workdocs go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/workdocs/go.sum b/service/workdocs/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/workdocs/go.sum +++ b/service/workdocs/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/workdocs/go_module_metadata.go b/service/workdocs/go_module_metadata.go index d4b92f28a8c..4dfc141e4f1 100644 --- a/service/workdocs/go_module_metadata.go +++ b/service/workdocs/go_module_metadata.go @@ -3,4 +3,4 @@ package workdocs // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.25.11" +const goModuleVersion = "1.25.12" diff --git a/service/workmail/CHANGELOG.md b/service/workmail/CHANGELOG.md index e32ac2ad6ed..0b98088df59 100644 --- a/service/workmail/CHANGELOG.md +++ b/service/workmail/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.30.9 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.30.8 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/workmail/go.mod b/service/workmail/go.mod index c2fbfe25205..1b122a65962 100644 --- a/service/workmail/go.mod +++ b/service/workmail/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/workmail go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/workmail/go.sum b/service/workmail/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/workmail/go.sum +++ b/service/workmail/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/workmail/go_module_metadata.go b/service/workmail/go_module_metadata.go index 85e6784f8de..f513a5c2515 100644 --- a/service/workmail/go_module_metadata.go +++ b/service/workmail/go_module_metadata.go @@ -3,4 +3,4 @@ package workmail // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.30.8" +const goModuleVersion = "1.30.9" diff --git a/service/workmailmessageflow/CHANGELOG.md b/service/workmailmessageflow/CHANGELOG.md index 918061e9763..d897c4a52eb 100644 --- a/service/workmailmessageflow/CHANGELOG.md +++ b/service/workmailmessageflow/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.23.12 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.23.11 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/workmailmessageflow/go.mod b/service/workmailmessageflow/go.mod index 17e883b258c..fff0ba7216a 100644 --- a/service/workmailmessageflow/go.mod +++ b/service/workmailmessageflow/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/workmailmessageflow go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/workmailmessageflow/go.sum b/service/workmailmessageflow/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/workmailmessageflow/go.sum +++ b/service/workmailmessageflow/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/workmailmessageflow/go_module_metadata.go b/service/workmailmessageflow/go_module_metadata.go index ab7e657f524..a0cfdde4b55 100644 --- a/service/workmailmessageflow/go_module_metadata.go +++ b/service/workmailmessageflow/go_module_metadata.go @@ -3,4 +3,4 @@ package workmailmessageflow // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.23.11" +const goModuleVersion = "1.23.12" diff --git a/service/workspaces/CHANGELOG.md b/service/workspaces/CHANGELOG.md index 243ab51c506..6f69e3a5801 100644 --- a/service/workspaces/CHANGELOG.md +++ b/service/workspaces/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.52.2 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.52.1 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/workspaces/go.mod b/service/workspaces/go.mod index 04adb86597f..9df392b9778 100644 --- a/service/workspaces/go.mod +++ b/service/workspaces/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/workspaces go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/workspaces/go.sum b/service/workspaces/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/workspaces/go.sum +++ b/service/workspaces/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/workspaces/go_module_metadata.go b/service/workspaces/go_module_metadata.go index 436591363e4..d8df56d46ba 100644 --- a/service/workspaces/go_module_metadata.go +++ b/service/workspaces/go_module_metadata.go @@ -3,4 +3,4 @@ package workspaces // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.52.1" +const goModuleVersion = "1.52.2" diff --git a/service/workspacesthinclient/CHANGELOG.md b/service/workspacesthinclient/CHANGELOG.md index 5628b163280..9ca550223f5 100644 --- a/service/workspacesthinclient/CHANGELOG.md +++ b/service/workspacesthinclient/CHANGELOG.md @@ -1,3 +1,12 @@ +# v1.11.3 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + +# v1.11.2 (2025-01-22) + +* **Documentation**: Rename WorkSpaces Web to WorkSpaces Secure Browser + # v1.11.1 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/workspacesthinclient/api_op_CreateEnvironment.go b/service/workspacesthinclient/api_op_CreateEnvironment.go index 5f511fafbad..ecf7a95f51a 100644 --- a/service/workspacesthinclient/api_op_CreateEnvironment.go +++ b/service/workspacesthinclient/api_op_CreateEnvironment.go @@ -30,7 +30,7 @@ func (c *Client) CreateEnvironment(ctx context.Context, params *CreateEnvironmen type CreateEnvironmentInput struct { // The Amazon Resource Name (ARN) of the desktop to stream from Amazon WorkSpaces, - // WorkSpaces Web, or AppStream 2.0. + // WorkSpaces Secure Browser, or AppStream 2.0. // // This member is required. DesktopArn *string diff --git a/service/workspacesthinclient/api_op_UpdateEnvironment.go b/service/workspacesthinclient/api_op_UpdateEnvironment.go index 9a25ef7205b..f77e3ab1f23 100644 --- a/service/workspacesthinclient/api_op_UpdateEnvironment.go +++ b/service/workspacesthinclient/api_op_UpdateEnvironment.go @@ -38,7 +38,7 @@ type UpdateEnvironmentInput struct { DesiredSoftwareSetId *string // The Amazon Resource Name (ARN) of the desktop to stream from Amazon WorkSpaces, - // WorkSpaces Web, or AppStream 2.0. + // WorkSpaces Secure Browser, or AppStream 2.0. DesktopArn *string // The URL for the identity provider login (only for environments that use diff --git a/service/workspacesthinclient/go.mod b/service/workspacesthinclient/go.mod index daea111af3d..21ccbe6a52e 100644 --- a/service/workspacesthinclient/go.mod +++ b/service/workspacesthinclient/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/workspacesthinclient go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/workspacesthinclient/go.sum b/service/workspacesthinclient/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/workspacesthinclient/go.sum +++ b/service/workspacesthinclient/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/workspacesthinclient/go_module_metadata.go b/service/workspacesthinclient/go_module_metadata.go index a2595d3501a..eb78fd6e152 100644 --- a/service/workspacesthinclient/go_module_metadata.go +++ b/service/workspacesthinclient/go_module_metadata.go @@ -3,4 +3,4 @@ package workspacesthinclient // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.11.1" +const goModuleVersion = "1.11.3" diff --git a/service/workspacesthinclient/types/types.go b/service/workspacesthinclient/types/types.go index 0a153f2567f..23672b6c871 100644 --- a/service/workspacesthinclient/types/types.go +++ b/service/workspacesthinclient/types/types.go @@ -147,7 +147,7 @@ type Environment struct { DesiredSoftwareSetId *string // The Amazon Resource Name (ARN) of the desktop to stream from Amazon WorkSpaces, - // WorkSpaces Web, or AppStream 2.0. + // WorkSpaces Secure Browser, or AppStream 2.0. DesktopArn *string // The URL for the identity provider login (only for environments that use @@ -219,7 +219,7 @@ type EnvironmentSummary struct { DesiredSoftwareSetId *string // The Amazon Resource Name (ARN) of the desktop to stream from Amazon WorkSpaces, - // WorkSpaces Web, or AppStream 2.0. + // WorkSpaces Secure Browser, or AppStream 2.0. DesktopArn *string // The URL for the identity provider login (only for environments that use diff --git a/service/workspacesweb/CHANGELOG.md b/service/workspacesweb/CHANGELOG.md index 5da709701f3..4caafeffd14 100644 --- a/service/workspacesweb/CHANGELOG.md +++ b/service/workspacesweb/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.25.6 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.25.5 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/workspacesweb/go.mod b/service/workspacesweb/go.mod index 1e0345781a3..2bdd2532b0a 100644 --- a/service/workspacesweb/go.mod +++ b/service/workspacesweb/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/workspacesweb go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/workspacesweb/go.sum b/service/workspacesweb/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/workspacesweb/go.sum +++ b/service/workspacesweb/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/workspacesweb/go_module_metadata.go b/service/workspacesweb/go_module_metadata.go index 0d9afa6e8e1..b9f6733f74b 100644 --- a/service/workspacesweb/go_module_metadata.go +++ b/service/workspacesweb/go_module_metadata.go @@ -3,4 +3,4 @@ package workspacesweb // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.25.5" +const goModuleVersion = "1.25.6" diff --git a/service/xray/CHANGELOG.md b/service/xray/CHANGELOG.md index 96b3b9c25a7..e1bf0d3ae44 100644 --- a/service/xray/CHANGELOG.md +++ b/service/xray/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.30.8 (2025-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions +* **Dependency Update**: Upgrade to smithy-go v1.22.2. + # v1.30.7 (2025-01-17) * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. diff --git a/service/xray/go.mod b/service/xray/go.mod index 21201baa96d..b6842cb7ad1 100644 --- a/service/xray/go.mod +++ b/service/xray/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/xray go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.33.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 - github.com/aws/smithy-go v1.22.1 + github.com/aws/aws-sdk-go-v2 v1.34.0 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 + github.com/aws/smithy-go v1.22.2 ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/xray/go.sum b/service/xray/go.sum index bd2678891af..cad7e6ad46a 100644 --- a/service/xray/go.sum +++ b/service/xray/go.sum @@ -1,2 +1,2 @@ -github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= -github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= +github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ= +github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= diff --git a/service/xray/go_module_metadata.go b/service/xray/go_module_metadata.go index b2a959ddac4..4a3b6a41386 100644 --- a/service/xray/go_module_metadata.go +++ b/service/xray/go_module_metadata.go @@ -3,4 +3,4 @@ package xray // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.30.7" +const goModuleVersion = "1.30.8"