From c11769cb38fc091807c95b0872f099e67ef23193 Mon Sep 17 00:00:00 2001 From: AWS SDK For Ruby Date: Fri, 6 Sep 2024 18:12:55 +0000 Subject: [PATCH 1/5] Updated API models and rebuilt service gems. --- README.md | 1 - apis/qapps/2023-11-27/api-2.json | 56 +++- apis/qapps/2023-11-27/docs-2.json | 20 +- apis/qapps/2023-11-27/examples-1.json | 23 ++ .../spec/protocol-tests/input/rest-json.json | 148 ++++++++-- gems/aws-partitions/lib/aws-partitions.rb | 1 - gems/aws-partitions/partitions.json | 262 ++++++++++++++++-- gems/aws-sdk-qapps/CHANGELOG.md | 5 + gems/aws-sdk-qapps/VERSION | 2 +- gems/aws-sdk-qapps/lib/aws-sdk-qapps.rb | 2 +- .../aws-sdk-qapps/lib/aws-sdk-qapps/client.rb | 64 ++++- .../lib/aws-sdk-qapps/client_api.rb | 29 ++ .../lib/aws-sdk-qapps/endpoints.rb | 14 + .../lib/aws-sdk-qapps/plugins/endpoints.rb | 2 + gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb | 58 +++- gems/aws-sdk-qapps/sig/client.rbs | 11 + gems/aws-sdk-qapps/sig/types.rbs | 12 + gems/aws-sdk-resources/CHANGELOG.md | 5 + gems/aws-sdk-resources/VERSION | 2 +- .../aws-sdk-resources.gemspec | 1 - .../lib/aws-sdk-resources.rb | 1 - 21 files changed, 654 insertions(+), 65 deletions(-) diff --git a/README.md b/README.md index 30b4c8cd46b..4cb4af5ef1f 100644 --- a/README.md +++ b/README.md @@ -396,7 +396,6 @@ RubyGems.org page under "LINKS" section. | AWS Key Management Service | Aws::KMS | aws-sdk-kms | 2014-11-01 | | AWS Lake Formation | Aws::LakeFormation | aws-sdk-lakeformation | 2017-03-31 | | AWS Lambda | Aws::Lambda | aws-sdk-lambda | 2015-03-31 | -| AWS Lambda | Aws::LambdaPreview | aws-sdk-lambdapreview | 2014-11-11 | | AWS Launch Wizard | Aws::LaunchWizard | aws-sdk-launchwizard | 2018-05-10 | | AWS License Manager | Aws::LicenseManager | aws-sdk-licensemanager | 2018-08-01 | | AWS License Manager Linux Subscriptions | Aws::LicenseManagerLinuxSubscriptions | aws-sdk-licensemanagerlinuxsubscriptions | 2018-05-10 | diff --git a/apis/qapps/2023-11-27/api-2.json b/apis/qapps/2023-11-27/api-2.json index 4b1d5dfbf53..061ee023c2c 100644 --- a/apis/qapps/2023-11-27/api-2.json +++ b/apis/qapps/2023-11-27/api-2.json @@ -24,6 +24,7 @@ "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"AccessDeniedException"}, + {"shape":"ConflictException"}, {"shape":"ValidationException"}, {"shape":"InternalServerException"}, {"shape":"UnauthorizedException"}, @@ -136,6 +137,7 @@ "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"AccessDeniedException"}, + {"shape":"ConflictException"}, {"shape":"ValidationException"}, {"shape":"InternalServerException"}, {"shape":"UnauthorizedException"}, @@ -390,12 +392,32 @@ "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"AccessDeniedException"}, + {"shape":"ConflictException"}, {"shape":"ValidationException"}, {"shape":"InternalServerException"}, {"shape":"UnauthorizedException"}, {"shape":"ThrottlingException"} ] }, + "UpdateLibraryItemMetadata":{ + "name":"UpdateLibraryItemMetadata", + "http":{ + "method":"POST", + "requestUri":"/catalog.updateItemMetadata", + "responseCode":200 + }, + "input":{"shape":"UpdateLibraryItemMetadataInput"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ConflictException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"}, + {"shape":"UnauthorizedException"}, + {"shape":"ThrottlingException"} + ], + "idempotent":true + }, "UpdateQApp":{ "name":"UpdateQApp", "http":{ @@ -750,7 +772,8 @@ "createdBy":{"shape":"String"}, "updatedAt":{"shape":"QAppsTimestamp"}, "updatedBy":{"shape":"String"}, - "ratingCount":{"shape":"Integer"} + "ratingCount":{"shape":"Integer"}, + "isVerified":{"shape":"Boolean"} } }, "CreateQAppInput":{ @@ -1012,7 +1035,8 @@ "updatedBy":{"shape":"String"}, "ratingCount":{"shape":"Integer"}, "isRatedByUser":{"shape":"Boolean"}, - "userCount":{"shape":"Integer"} + "userCount":{"shape":"Integer"}, + "isVerified":{"shape":"Boolean"} } }, "GetQAppInput":{ @@ -1182,7 +1206,8 @@ "updatedBy":{"shape":"String"}, "ratingCount":{"shape":"Integer"}, "isRatedByUser":{"shape":"Boolean"}, - "userCount":{"shape":"Integer"} + "userCount":{"shape":"Integer"}, + "isVerified":{"shape":"Boolean"} } }, "LibraryItemStatus":{ @@ -1648,7 +1673,8 @@ "Title":{ "type":"string", "max":100, - "min":0 + "min":0, + "pattern":"[^{}\\\\\"<>]+" }, "UUID":{ "type":"string", @@ -1707,6 +1733,22 @@ "categories":{"shape":"CategoryIdList"} } }, + "UpdateLibraryItemMetadataInput":{ + "type":"structure", + "required":[ + "instanceId", + "libraryItemId" + ], + "members":{ + "instanceId":{ + "shape":"InstanceId", + "location":"header", + "locationName":"instance-id" + }, + "libraryItemId":{"shape":"UUID"}, + "isVerified":{"shape":"Boolean"} + } + }, "UpdateLibraryItemOutput":{ "type":"structure", "required":[ @@ -1731,7 +1773,8 @@ "updatedBy":{"shape":"String"}, "ratingCount":{"shape":"Integer"}, "isRatedByUser":{"shape":"Boolean"}, - "userCount":{"shape":"Integer"} + "userCount":{"shape":"Integer"}, + "isVerified":{"shape":"Boolean"} } }, "UpdateQAppInput":{ @@ -1822,7 +1865,8 @@ "description":{"shape":"Description"}, "createdAt":{"shape":"QAppsTimestamp"}, "canEdit":{"shape":"Boolean"}, - "status":{"shape":"String"} + "status":{"shape":"String"}, + "isVerified":{"shape":"Boolean"} } }, "UserAppsList":{ diff --git a/apis/qapps/2023-11-27/docs-2.json b/apis/qapps/2023-11-27/docs-2.json index 2f5d653090a..8e3ae2fc779 100644 --- a/apis/qapps/2023-11-27/docs-2.json +++ b/apis/qapps/2023-11-27/docs-2.json @@ -1,6 +1,6 @@ { "version": "2.0", - "service": "

The Amazon Q Apps feature capability within Amazon Q Business allows web experience users to create lightweight, purpose-built AI apps to fulfill specific tasks from within their web experience. For example, users can create an Q Appthat exclusively generates marketing-related content to improve your marketing team's productivity or a Q App for marketing content-generation like writing customer emails and creating promotional content using a certain style of voice, tone, and branding. For more information, see Amazon Q App in the Amazon Q Business User Guide.

", + "service": "

The Amazon Q Apps feature capability within Amazon Q Business allows web experience users to create lightweight, purpose-built AI apps to fulfill specific tasks from within their web experience. For example, users can create a Q App that exclusively generates marketing-related content to improve your marketing team's productivity or a Q App for writing customer emails and creating promotional content using a certain style of voice, tone, and branding. For more information on the capabilities, see Amazon Q Apps capabilities in the Amazon Q Business User Guide.

For an overview of the Amazon Q App APIs, see Overview of Amazon Q Apps API operations.

For information about the IAM access control permissions you need to use the Amazon Q Apps API, see IAM role for the Amazon Q Business web experience including Amazon Q Apps in the Amazon Q Business User Guide.

", "operations": { "AssociateLibraryItemReview": "

Associates a rating or review for a library item with the user submitting the request. This increments the rating count for the specified library item.

", "AssociateQAppWithUser": "

This operation creates a link between the user's identity calling the operation and a specific Q App. This is useful to mark the Q App as a favorite for the user if the user doesn't own the Amazon Q App so they can still run it and see it in their inventory of Q Apps.

", @@ -22,7 +22,8 @@ "StopQAppSession": "

Stops an active session for an Amazon Q App.This deletes all data related to the session and makes it invalid for future uses. The results of the session will be persisted as part of the conversation.

", "TagResource": "

Associates tags with an Amazon Q Apps resource.

", "UntagResource": "

Disassociates tags from an Amazon Q Apps resource.

", - "UpdateLibraryItem": "

Updates the metadata and status of a library item for an Amazon Q App.

", + "UpdateLibraryItem": "

Updates the library item for an Amazon Q App.

", + "UpdateLibraryItemMetadata": "

Updates the verification status of a library item for an Amazon Q App.

", "UpdateQApp": "

Updates an existing Amazon Q App, allowing modifications to its title, description, and definition.

", "UpdateQAppSession": "

Updates the session for a given Q App sessionId. This is only valid when at least one card of the session is in the WAITING state. Data for each WAITING card can be provided as input. If inputs are not provided, the call will be accepted but session will not move forward. Inputs for cards that are not in the WAITING status will be ignored.

" }, @@ -128,12 +129,18 @@ "base": null, "refs": { "AppDefinition$canEdit": "

A flag indicating whether the Q App's definition can be edited by the user.

", + "CreateLibraryItemOutput$isVerified": "

Indicates whether the library item has been verified.

", "FileUploadCard$allowOverride": "

A flag indicating if the user can override the default file for the upload card.

", "FileUploadCardInput$allowOverride": "

A flag indicating if the user can override the default file for the upload card.

", "GetLibraryItemOutput$isRatedByUser": "

Whether the current user has rated the library item.

", + "GetLibraryItemOutput$isVerified": "

Indicates whether the library item has been verified.

", "LibraryItemMember$isRatedByUser": "

Whether the current user has rated the library item.

", + "LibraryItemMember$isVerified": "

Indicates whether the library item has been verified.

", + "UpdateLibraryItemMetadataInput$isVerified": "

The verification status of the library item

", "UpdateLibraryItemOutput$isRatedByUser": "

Whether the current user has rated the library item.

", - "UserAppItem$canEdit": "

A flag indicating whether the user can edit the Q App.

" + "UpdateLibraryItemOutput$isVerified": "

Indicates whether the library item has been verified.

", + "UserAppItem$canEdit": "

A flag indicating whether the user can edit the Q App.

", + "UserAppItem$isVerified": "

Indicates whether the Q App has been verified.

" } }, "Card": { @@ -460,6 +467,7 @@ "StartQAppSessionInput$instanceId": "

The unique identifier of the Amazon Q Business application environment instance.

", "StopQAppSessionInput$instanceId": "

The unique identifier of the Amazon Q Business application environment instance.

", "UpdateLibraryItemInput$instanceId": "

The unique identifier of the Amazon Q Business application environment instance.

", + "UpdateLibraryItemMetadataInput$instanceId": "

The unique identifier of the Amazon Q Business application environment instance.

", "UpdateQAppInput$instanceId": "

The unique identifier of the Amazon Q Business application environment instance.

", "UpdateQAppSessionInput$instanceId": "

The unique identifier of the Amazon Q Business application environment instance.

" } @@ -886,6 +894,7 @@ "TextInputCard$id": "

The unique identifier of the text input card.

", "TextInputCardInput$id": "

The unique identifier of the text input card.

", "UpdateLibraryItemInput$libraryItemId": "

The unique identifier of the library item to update.

", + "UpdateLibraryItemMetadataInput$libraryItemId": "

The unique identifier of the updated library item.

", "UpdateLibraryItemOutput$libraryItemId": "

The unique identifier of the updated library item.

", "UpdateLibraryItemOutput$appId": "

The unique identifier of the Q App associated with the library item.

", "UpdateQAppInput$appId": "

The unique identifier of the Q App to update.

", @@ -914,6 +923,11 @@ "refs": { } }, + "UpdateLibraryItemMetadataInput": { + "base": null, + "refs": { + } + }, "UpdateLibraryItemOutput": { "base": null, "refs": { diff --git a/apis/qapps/2023-11-27/examples-1.json b/apis/qapps/2023-11-27/examples-1.json index 1a1fc4d4581..4a5968bcc56 100644 --- a/apis/qapps/2023-11-27/examples-1.json +++ b/apis/qapps/2023-11-27/examples-1.json @@ -34,6 +34,7 @@ "output": { "createdAt": "2024-05-21T23:17:27.350Z", "createdBy": "a841e300-40c1-7062-fa34-5b46dadbbaac", + "isVerified": false, "libraryItemId": "cb9ecf72-8563-450d-9db9-994f98297316", "ratingCount": 0, "status": "PUBLISHED", @@ -155,6 +156,7 @@ "createdAt": "2024-05-08T16:09:56.080Z", "createdBy": "a841e300-40c1-7062-fa34-5b46dadbbaac", "isRatedByUser": false, + "isVerified": false, "libraryItemId": "18cbebaa-196a-4aa5-a840-88d548e07f8f", "ratingCount": 0, "status": "PUBLISHED", @@ -296,6 +298,7 @@ "createdAt": "2024-05-21T23:17:27.350Z", "createdBy": "a841e300-40c1-7062-fa34-5b46dadbbaac", "isRatedByUser": true, + "isVerified": false, "libraryItemId": "cb9ecf72-8563-450d-9db9-994f98297316", "ratingCount": 3, "status": "PUBLISHED", @@ -315,6 +318,7 @@ "createdAt": "2024-05-08T16:09:56.080Z", "createdBy": "a841e300-40c1-7062-fa34-5b46dadbbaac", "isRatedByUser": false, + "isVerified": false, "libraryItemId": "18cbebaa-196a-4aa5-a840-88d548e07f8f", "ratingCount": 5, "status": "PUBLISHED", @@ -334,6 +338,7 @@ "createdAt": "2024-05-07T22:57:59.327Z", "createdBy": "a841e300-40c1-7062-fa34-5b46dadbbaac", "isRatedByUser": false, + "isVerified": false, "libraryItemId": "549abfe0-f5c4-45a2-bb9b-c05987a49c6d", "ratingCount": 8, "status": "PUBLISHED", @@ -361,6 +366,7 @@ "appId": "7b9fe303-18bb-4643-952c-bfcf9f4c427f", "createdAt": "2024-05-21T04:09:10.401Z", "description": "Description 1", + "isVerified": false, "status": "DRAFT", "title": "App 1" }, @@ -369,6 +375,7 @@ "appId": "dd178fd6-ad3d-49b3-a32d-e915cf423e37", "createdAt": "2024-05-21T04:09:10.401Z", "description": "Description 2", + "isVerified": true, "status": "PUBLISHED", "title": "App 2" }, @@ -377,6 +384,7 @@ "appId": "3274b744-1a13-4aad-953f-eda2e4149e6e", "createdAt": "2024-05-21T04:09:10.401Z", "description": "Description 3", + "isVerified": false, "status": "DRAFT", "title": "App 3" } @@ -399,6 +407,7 @@ "appId": "bec8ee64-2635-41e8-aace-e1e418f4f295", "createdAt": "2024-05-21T04:09:10.401Z", "description": "Description 4", + "isVerified": true, "status": "PUBLISHED", "title": "App 4" }, @@ -407,6 +416,7 @@ "appId": "c380a45d-bd77-45b0-a0e5-8a266c1d8bc4", "createdAt": "2024-05-21T04:09:10.401Z", "description": "Description 5", + "isVerified": false, "status": "PUBLISHED", "title": "App 5" }, @@ -415,6 +425,7 @@ "appId": "afc4ee80-9722-4396-85a6-7aeaff52c177", "createdAt": "2024-05-21T04:09:10.401Z", "description": "Description 6", + "isVerified": false, "status": "PUBLISHED", "title": "App 6" } @@ -510,6 +521,7 @@ ], "createdAt": "2024-05-21T23:17:27.350Z", "createdBy": "a841e300-40c1-7062-fa34-5b46dadbbaac", + "isVerified": false, "libraryItemId": "cb9ecf72-8563-450d-9db9-994f98297316", "ratingCount": 24, "status": "DISABLED", @@ -520,6 +532,17 @@ "title": "Sets the status of a library item to DISABLED" } ], + "UpdateLibraryItemMetadata": [ + { + "input": { + "instanceId": "0b95c9c4-89cc-4aa8-9aae-aa91cbec699f", + "isVerified": true, + "libraryItemId": "cb9ecf72-8563-450d-9db9-994f98297316" + }, + "id": "example-1", + "title": "Update a library item to be verified" + } + ], "UpdateQApp": [ { "input": { diff --git a/build_tools/aws-sdk-code-generator/spec/protocol-tests/input/rest-json.json b/build_tools/aws-sdk-code-generator/spec/protocol-tests/input/rest-json.json index d8794d64413..4718d3531b9 100644 --- a/build_tools/aws-sdk-code-generator/spec/protocol-tests/input/rest-json.json +++ b/build_tools/aws-sdk-code-generator/spec/protocol-tests/input/rest-json.json @@ -5469,7 +5469,7 @@ ] }, { - "description": "Test cases for TestNoInputNoPayload operation", + "description": "Test cases for TestGetNoInputNoPayload operation", "metadata": { "protocol": "rest-json", "protocols": [ @@ -5480,15 +5480,15 @@ "shapes": {}, "cases": [ { - "id": "RestJsonHttpWithNoInput", + "id": "RestJsonHttpGetWithNoInput", "given": { - "name": "TestNoInputNoPayload", + "name": "TestGetNoInputNoPayload", "http": { "method": "GET", "requestUri": "/no_input_no_payload", "responseCode": 200 }, - "documentation": "

This example operation has no input and serializes a request without an HTTP body.

These tests are to ensure we do not attach a body or related headers (Content-Length, Content-Type) to operations that semantically cannot produce an HTTP body.

" + "documentation": "

This example GET operation has no input and serializes a request without a HTTP body.

These tests are to ensure we do not attach a body or related headers (Content-Length, Content-Type) to operations that semantically cannot produce an HTTP body.

" }, "description": "Serializes a GET request for an operation with no input, and therefore no modeled body", "params": {}, @@ -5497,15 +5497,15 @@ "uri": "/no_input_no_payload", "body": "", "forbidHeaders": [ - "Content-Length", - "Content-Type" + "Content-Type", + "Content-Length" ] } } ] }, { - "description": "Test cases for TestNoPayload operation", + "description": "Test cases for TestGetNoPayload operation", "metadata": { "protocol": "rest-json", "protocols": [ @@ -5530,9 +5530,9 @@ }, "cases": [ { - "id": "RestJsonHttpWithNoModeledBody", + "id": "RestJsonHttpGetWithNoModeledBody", "given": { - "name": "TestNoPayload", + "name": "TestGetNoPayload", "http": { "method": "GET", "requestUri": "/no_payload", @@ -5541,7 +5541,7 @@ "input": { "shape": "TestNoPayloadInputOutput" }, - "documentation": "

This example operation serializes a request without an HTTP body.

These tests are to ensure we do not attach a body or related headers (Content-Length, Content-Type) to operations that semantically cannot produce an HTTP body.

" + "documentation": "

This example GET operation serializes a request without a modeled HTTP body.

These tests are to ensure we do not attach a body or related headers (Content-Length, Content-Type) to operations that semantically cannot produce an HTTP body.

" }, "description": "Serializes a GET request with no modeled body", "params": {}, @@ -5556,9 +5556,9 @@ } }, { - "id": "RestJsonHttpWithHeaderMemberNoModeledBody", + "id": "RestJsonHttpGetWithHeaderMemberNoModeledBody", "given": { - "name": "TestNoPayload", + "name": "TestGetNoPayload", "http": { "method": "GET", "requestUri": "/no_payload", @@ -5567,7 +5567,7 @@ "input": { "shape": "TestNoPayloadInputOutput" }, - "documentation": "

This example operation serializes a request without an HTTP body.

These tests are to ensure we do not attach a body or related headers (Content-Length, Content-Type) to operations that semantically cannot produce an HTTP body.

" + "documentation": "

This example GET operation serializes a request without a modeled HTTP body.

These tests are to ensure we do not attach a body or related headers (Content-Length, Content-Type) to operations that semantically cannot produce an HTTP body.

" }, "description": "Serializes a GET request with header member but no modeled body", "params": { @@ -5640,10 +5640,7 @@ "serialized": { "method": "POST", "uri": "/blob_payload", - "body": "", - "headers": { - "Content-Type": "application/octet-stream" - } + "body": "" } }, { @@ -5817,6 +5814,123 @@ } ] }, + { + "description": "Test cases for TestPostNoInputNoPayload operation", + "metadata": { + "protocol": "rest-json", + "protocols": [ + "rest-json" + ], + "apiVersion": "2019-12-16" + }, + "shapes": {}, + "cases": [ + { + "id": "RestJsonHttpPostWithNoInput", + "given": { + "name": "TestPostNoInputNoPayload", + "http": { + "method": "POST", + "requestUri": "/no_input_no_payload", + "responseCode": 200 + }, + "documentation": "

This example POST operation has no input and serializes a request without a HTTP body.

These tests are to ensure we do not attach a body or related headers (Content-Type) to a POST operation with no modeled input.

" + }, + "description": "Serializes a POST request for an operation with no input, and therefore no modeled body", + "params": {}, + "serialized": { + "method": "POST", + "uri": "/no_input_no_payload", + "body": "", + "forbidHeaders": [ + "Content-Type" + ] + } + } + ] + }, + { + "description": "Test cases for TestPostNoPayload operation", + "metadata": { + "protocol": "rest-json", + "protocols": [ + "rest-json" + ], + "apiVersion": "2019-12-16" + }, + "shapes": { + "TestNoPayloadInputOutput": { + "type": "structure", + "members": { + "testId": { + "shape": "String", + "location": "header", + "locationName": "X-Amz-Test-Id" + } + } + }, + "String": { + "type": "string" + } + }, + "cases": [ + { + "id": "RestJsonHttpPostWithNoModeledBody", + "given": { + "name": "TestPostNoPayload", + "http": { + "method": "POST", + "requestUri": "/no_payload", + "responseCode": 200 + }, + "input": { + "shape": "TestNoPayloadInputOutput" + }, + "documentation": "

This example POST operation serializes a request without a modeled HTTP body.

These tests are to ensure we do not attach a body or related headers (Content-Type) to a POST operation with no modeled payload.

" + }, + "description": "Serializes a POST request with no modeled body", + "params": {}, + "serialized": { + "method": "POST", + "uri": "/no_payload", + "body": "", + "forbidHeaders": [ + "Content-Type" + ] + } + }, + { + "id": "RestJsonHttpWithPostHeaderMemberNoModeledBody", + "given": { + "name": "TestPostNoPayload", + "http": { + "method": "POST", + "requestUri": "/no_payload", + "responseCode": 200 + }, + "input": { + "shape": "TestNoPayloadInputOutput" + }, + "documentation": "

This example POST operation serializes a request without a modeled HTTP body.

These tests are to ensure we do not attach a body or related headers (Content-Type) to a POST operation with no modeled payload.

" + }, + "description": "Serializes a POST request with header member but no modeled body", + "params": { + "testId": "t-12345" + }, + "serialized": { + "method": "POST", + "uri": "/no_payload", + "body": "", + "headers": { + "X-Amz-Test-Id": "t-12345" + }, + "forbidHeaders": [ + "Content-Type" + ] + } + } + ] + }, { "description": "Test cases for TimestampFormatHeaders operation", "metadata": { diff --git a/gems/aws-partitions/lib/aws-partitions.rb b/gems/aws-partitions/lib/aws-partitions.rb index 12b64e5c73d..2e564affa9c 100644 --- a/gems/aws-partitions/lib/aws-partitions.rb +++ b/gems/aws-partitions/lib/aws-partitions.rb @@ -447,7 +447,6 @@ def service_ids 'KinesisVideoWebRTCStorage' => 'kinesisvideo', 'LakeFormation' => 'lakeformation', 'Lambda' => 'lambda', - 'LambdaPreview' => 'lambda', 'LaunchWizard' => 'launchwizard', 'Lex' => 'runtime.lex', 'LexModelBuildingService' => 'models.lex', diff --git a/gems/aws-partitions/partitions.json b/gems/aws-partitions/partitions.json index 73b271303c8..f3745188fe5 100644 --- a/gems/aws-partitions/partitions.json +++ b/gems/aws-partitions/partitions.json @@ -2020,6 +2020,21 @@ "us-west-2" : { } } }, + "apptest" : { + "endpoints" : { + "ap-southeast-2" : { }, + "eu-central-1" : { }, + "fips-us-east-1" : { + "deprecated" : true + }, + "sa-east-1" : { }, + "us-east-1" : { + "variants" : [ { + "tags" : [ "fips" ] + } ] + } + } + }, "aps" : { "defaults" : { "protocols" : [ "https" ] @@ -6859,22 +6874,102 @@ }, "elasticbeanstalk" : { "endpoints" : { - "af-south-1" : { }, - "ap-east-1" : { }, - "ap-northeast-1" : { }, - "ap-northeast-2" : { }, - "ap-northeast-3" : { }, - "ap-south-1" : { }, - "ap-southeast-1" : { }, - "ap-southeast-2" : { }, - "ap-southeast-3" : { }, - "ca-central-1" : { }, - "eu-central-1" : { }, - "eu-north-1" : { }, - "eu-south-1" : { }, - "eu-west-1" : { }, - "eu-west-2" : { }, - "eu-west-3" : { }, + "af-south-1" : { + "variants" : [ { + "hostname" : "elasticbeanstalk.af-south-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-east-1" : { + "variants" : [ { + "hostname" : "elasticbeanstalk.ap-east-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-northeast-1" : { + "variants" : [ { + "hostname" : "elasticbeanstalk.ap-northeast-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-northeast-2" : { + "variants" : [ { + "hostname" : "elasticbeanstalk.ap-northeast-2.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-northeast-3" : { + "variants" : [ { + "hostname" : "elasticbeanstalk.ap-northeast-3.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-south-1" : { + "variants" : [ { + "hostname" : "elasticbeanstalk.ap-south-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-southeast-1" : { + "variants" : [ { + "hostname" : "elasticbeanstalk.ap-southeast-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-southeast-2" : { + "variants" : [ { + "hostname" : "elasticbeanstalk.ap-southeast-2.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-southeast-3" : { + "variants" : [ { + "hostname" : "elasticbeanstalk.ap-southeast-3.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ca-central-1" : { + "variants" : [ { + "hostname" : "elasticbeanstalk.ca-central-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "eu-central-1" : { + "variants" : [ { + "hostname" : "elasticbeanstalk.eu-central-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "eu-north-1" : { + "variants" : [ { + "hostname" : "elasticbeanstalk.eu-north-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "eu-south-1" : { + "variants" : [ { + "hostname" : "elasticbeanstalk.eu-south-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "eu-west-1" : { + "variants" : [ { + "hostname" : "elasticbeanstalk.eu-west-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "eu-west-2" : { + "variants" : [ { + "hostname" : "elasticbeanstalk.eu-west-2.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "eu-west-3" : { + "variants" : [ { + "hostname" : "elasticbeanstalk.eu-west-3.api.aws", + "tags" : [ "dualstack" ] + } ] + }, "fips-us-east-1" : { "credentialScope" : { "region" : "us-east-1" @@ -6903,31 +6998,70 @@ "deprecated" : true, "hostname" : "elasticbeanstalk-fips.us-west-2.amazonaws.com" }, - "il-central-1" : { }, - "me-south-1" : { }, - "sa-east-1" : { }, + "il-central-1" : { + "variants" : [ { + "hostname" : "elasticbeanstalk.il-central-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "me-south-1" : { + "variants" : [ { + "hostname" : "elasticbeanstalk.me-south-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "sa-east-1" : { + "variants" : [ { + "hostname" : "elasticbeanstalk.sa-east-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, "us-east-1" : { "variants" : [ { "hostname" : "elasticbeanstalk-fips.us-east-1.amazonaws.com", "tags" : [ "fips" ] + }, { + "hostname" : "elasticbeanstalk-fips.us-east-1.api.aws", + "tags" : [ "dualstack", "fips" ] + }, { + "hostname" : "elasticbeanstalk.us-east-1.api.aws", + "tags" : [ "dualstack" ] } ] }, "us-east-2" : { "variants" : [ { "hostname" : "elasticbeanstalk-fips.us-east-2.amazonaws.com", "tags" : [ "fips" ] + }, { + "hostname" : "elasticbeanstalk-fips.us-east-2.api.aws", + "tags" : [ "dualstack", "fips" ] + }, { + "hostname" : "elasticbeanstalk.us-east-2.api.aws", + "tags" : [ "dualstack" ] } ] }, "us-west-1" : { "variants" : [ { "hostname" : "elasticbeanstalk-fips.us-west-1.amazonaws.com", "tags" : [ "fips" ] + }, { + "hostname" : "elasticbeanstalk-fips.us-west-1.api.aws", + "tags" : [ "dualstack", "fips" ] + }, { + "hostname" : "elasticbeanstalk.us-west-1.api.aws", + "tags" : [ "dualstack" ] } ] }, "us-west-2" : { "variants" : [ { "hostname" : "elasticbeanstalk-fips.us-west-2.amazonaws.com", "tags" : [ "fips" ] + }, { + "hostname" : "elasticbeanstalk-fips.us-west-2.api.aws", + "tags" : [ "dualstack", "fips" ] + }, { + "hostname" : "elasticbeanstalk.us-west-2.api.aws", + "tags" : [ "dualstack" ] } ] } } @@ -15984,8 +16118,32 @@ "ap-southeast-3" : { }, "ap-southeast-4" : { }, "ap-southeast-5" : { }, - "ca-central-1" : { }, - "ca-west-1" : { }, + "ca-central-1" : { + "variants" : [ { + "hostname" : "route53resolver-fips.ca-central-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "ca-central-1-fips" : { + "credentialScope" : { + "region" : "ca-central-1" + }, + "deprecated" : true, + "hostname" : "route53resolver-fips.ca-central-1.amazonaws.com" + }, + "ca-west-1" : { + "variants" : [ { + "hostname" : "route53resolver-fips.ca-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "ca-west-1-fips" : { + "credentialScope" : { + "region" : "ca-west-1" + }, + "deprecated" : true, + "hostname" : "route53resolver-fips.ca-west-1.amazonaws.com" + }, "eu-central-1" : { }, "eu-central-2" : { }, "eu-north-1" : { }, @@ -15998,10 +16156,58 @@ "me-central-1" : { }, "me-south-1" : { }, "sa-east-1" : { }, - "us-east-1" : { }, - "us-east-2" : { }, - "us-west-1" : { }, - "us-west-2" : { } + "us-east-1" : { + "variants" : [ { + "hostname" : "route53resolver-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-1-fips" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "route53resolver-fips.us-east-1.amazonaws.com" + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "route53resolver-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2-fips" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "route53resolver-fips.us-east-2.amazonaws.com" + }, + "us-west-1" : { + "variants" : [ { + "hostname" : "route53resolver-fips.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-1-fips" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "route53resolver-fips.us-west-1.amazonaws.com" + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "route53resolver-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2-fips" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "route53resolver-fips.us-west-2.amazonaws.com" + } } }, "rum" : { @@ -25093,6 +25299,9 @@ "variants" : [ { "hostname" : "elasticbeanstalk.us-gov-east-1.amazonaws.com", "tags" : [ "fips" ] + }, { + "hostname" : "elasticbeanstalk.us-gov-east-1.api.aws", + "tags" : [ "dualstack" ] } ] }, "us-gov-east-1-fips" : { @@ -25110,6 +25319,9 @@ "variants" : [ { "hostname" : "elasticbeanstalk.us-gov-west-1.amazonaws.com", "tags" : [ "fips" ] + }, { + "hostname" : "elasticbeanstalk.us-gov-west-1.api.aws", + "tags" : [ "dualstack" ] } ] }, "us-gov-west-1-fips" : { diff --git a/gems/aws-sdk-qapps/CHANGELOG.md b/gems/aws-sdk-qapps/CHANGELOG.md index e1df1107a8d..dd25cc3eaaf 100644 --- a/gems/aws-sdk-qapps/CHANGELOG.md +++ b/gems/aws-sdk-qapps/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.2.0 (2024-09-06) +------------------ + +* Feature - Adds UpdateLibraryItemMetadata api to change status of app for admin verification feature and returns isVerified field in any api returning the app or library item. + 1.1.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-qapps/VERSION b/gems/aws-sdk-qapps/VERSION index 9084fa2f716..26aaba0e866 100644 --- a/gems/aws-sdk-qapps/VERSION +++ b/gems/aws-sdk-qapps/VERSION @@ -1 +1 @@ -1.1.0 +1.2.0 diff --git a/gems/aws-sdk-qapps/lib/aws-sdk-qapps.rb b/gems/aws-sdk-qapps/lib/aws-sdk-qapps.rb index cf2be90e57d..3e03696c0c9 100644 --- a/gems/aws-sdk-qapps/lib/aws-sdk-qapps.rb +++ b/gems/aws-sdk-qapps/lib/aws-sdk-qapps.rb @@ -53,6 +53,6 @@ # @!group service module Aws::QApps - GEM_VERSION = '1.1.0' + GEM_VERSION = '1.2.0' end diff --git a/gems/aws-sdk-qapps/lib/aws-sdk-qapps/client.rb b/gems/aws-sdk-qapps/lib/aws-sdk-qapps/client.rb index 2f4298ee752..003710a045e 100644 --- a/gems/aws-sdk-qapps/lib/aws-sdk-qapps/client.rb +++ b/gems/aws-sdk-qapps/lib/aws-sdk-qapps/client.rb @@ -539,6 +539,7 @@ def associate_q_app_with_user(params = {}, options = {}) # * {Types::CreateLibraryItemOutput#updated_at #updated_at} => Time # * {Types::CreateLibraryItemOutput#updated_by #updated_by} => String # * {Types::CreateLibraryItemOutput#rating_count #rating_count} => Integer + # * {Types::CreateLibraryItemOutput#is_verified #is_verified} => Boolean # # # @example Example: Create a Library Item @@ -556,6 +557,7 @@ def associate_q_app_with_user(params = {}, options = {}) # { # created_at: Time.parse("2024-05-21T23:17:27.350Z"), # created_by: "a841e300-40c1-7062-fa34-5b46dadbbaac", + # is_verified: false, # library_item_id: "cb9ecf72-8563-450d-9db9-994f98297316", # rating_count: 0, # status: "PUBLISHED", @@ -581,6 +583,7 @@ def associate_q_app_with_user(params = {}, options = {}) # resp.updated_at #=> Time # resp.updated_by #=> String # resp.rating_count #=> Integer + # resp.is_verified #=> Boolean # # @see http://docs.aws.amazon.com/goto/WebAPI/qapps-2023-11-27/CreateLibraryItem AWS API Documentation # @@ -994,6 +997,7 @@ def disassociate_q_app_from_user(params = {}, options = {}) # * {Types::GetLibraryItemOutput#rating_count #rating_count} => Integer # * {Types::GetLibraryItemOutput#is_rated_by_user #is_rated_by_user} => Boolean # * {Types::GetLibraryItemOutput#user_count #user_count} => Integer + # * {Types::GetLibraryItemOutput#is_verified #is_verified} => Boolean # # # @example Example: Retrieve a library item @@ -1024,6 +1028,7 @@ def disassociate_q_app_from_user(params = {}, options = {}) # created_at: Time.parse("2024-05-08T16:09:56.080Z"), # created_by: "a841e300-40c1-7062-fa34-5b46dadbbaac", # is_rated_by_user: false, + # is_verified: false, # library_item_id: "18cbebaa-196a-4aa5-a840-88d548e07f8f", # rating_count: 0, # status: "PUBLISHED", @@ -1056,6 +1061,7 @@ def disassociate_q_app_from_user(params = {}, options = {}) # resp.rating_count #=> Integer # resp.is_rated_by_user #=> Boolean # resp.user_count #=> Integer + # resp.is_verified #=> Boolean # # @see http://docs.aws.amazon.com/goto/WebAPI/qapps-2023-11-27/GetLibraryItem AWS API Documentation # @@ -1462,6 +1468,7 @@ def import_document(params = {}, options = {}) # created_at: Time.parse("2024-05-21T23:17:27.350Z"), # created_by: "a841e300-40c1-7062-fa34-5b46dadbbaac", # is_rated_by_user: true, + # is_verified: false, # library_item_id: "cb9ecf72-8563-450d-9db9-994f98297316", # rating_count: 3, # status: "PUBLISHED", @@ -1481,6 +1488,7 @@ def import_document(params = {}, options = {}) # created_at: Time.parse("2024-05-08T16:09:56.080Z"), # created_by: "a841e300-40c1-7062-fa34-5b46dadbbaac", # is_rated_by_user: false, + # is_verified: false, # library_item_id: "18cbebaa-196a-4aa5-a840-88d548e07f8f", # rating_count: 5, # status: "PUBLISHED", @@ -1500,6 +1508,7 @@ def import_document(params = {}, options = {}) # created_at: Time.parse("2024-05-07T22:57:59.327Z"), # created_by: "a841e300-40c1-7062-fa34-5b46dadbbaac", # is_rated_by_user: false, + # is_verified: false, # library_item_id: "549abfe0-f5c4-45a2-bb9b-c05987a49c6d", # rating_count: 8, # status: "PUBLISHED", @@ -1537,6 +1546,7 @@ def import_document(params = {}, options = {}) # resp.library_items[0].rating_count #=> Integer # resp.library_items[0].is_rated_by_user #=> Boolean # resp.library_items[0].user_count #=> Integer + # resp.library_items[0].is_verified #=> Boolean # resp.next_token #=> String # # @see http://docs.aws.amazon.com/goto/WebAPI/qapps-2023-11-27/ListLibraryItems AWS API Documentation @@ -1586,6 +1596,7 @@ def list_library_items(params = {}, options = {}) # app_id: "7b9fe303-18bb-4643-952c-bfcf9f4c427f", # created_at: Time.parse("2024-05-21T04:09:10.401Z"), # description: "Description 1", + # is_verified: false, # status: "DRAFT", # title: "App 1", # }, @@ -1594,6 +1605,7 @@ def list_library_items(params = {}, options = {}) # app_id: "dd178fd6-ad3d-49b3-a32d-e915cf423e37", # created_at: Time.parse("2024-05-21T04:09:10.401Z"), # description: "Description 2", + # is_verified: true, # status: "PUBLISHED", # title: "App 2", # }, @@ -1602,6 +1614,7 @@ def list_library_items(params = {}, options = {}) # app_id: "3274b744-1a13-4aad-953f-eda2e4149e6e", # created_at: Time.parse("2024-05-21T04:09:10.401Z"), # description: "Description 3", + # is_verified: false, # status: "DRAFT", # title: "App 3", # }, @@ -1625,6 +1638,7 @@ def list_library_items(params = {}, options = {}) # app_id: "bec8ee64-2635-41e8-aace-e1e418f4f295", # created_at: Time.parse("2024-05-21T04:09:10.401Z"), # description: "Description 4", + # is_verified: true, # status: "PUBLISHED", # title: "App 4", # }, @@ -1633,6 +1647,7 @@ def list_library_items(params = {}, options = {}) # app_id: "c380a45d-bd77-45b0-a0e5-8a266c1d8bc4", # created_at: Time.parse("2024-05-21T04:09:10.401Z"), # description: "Description 5", + # is_verified: false, # status: "PUBLISHED", # title: "App 5", # }, @@ -1641,6 +1656,7 @@ def list_library_items(params = {}, options = {}) # app_id: "afc4ee80-9722-4396-85a6-7aeaff52c177", # created_at: Time.parse("2024-05-21T04:09:10.401Z"), # description: "Description 6", + # is_verified: false, # status: "PUBLISHED", # title: "App 6", # }, @@ -1666,6 +1682,7 @@ def list_library_items(params = {}, options = {}) # resp.apps[0].created_at #=> Time # resp.apps[0].can_edit #=> Boolean # resp.apps[0].status #=> String + # resp.apps[0].is_verified #=> Boolean # resp.next_token #=> String # # @see http://docs.aws.amazon.com/goto/WebAPI/qapps-2023-11-27/ListQApps AWS API Documentation @@ -2024,7 +2041,7 @@ def untag_resource(params = {}, options = {}) req.send_request(options) end - # Updates the metadata and status of a library item for an Amazon Q App. + # Updates the library item for an Amazon Q App. # # @option params [required, String] :instance_id # The unique identifier of the Amazon Q Business application environment @@ -2054,6 +2071,7 @@ def untag_resource(params = {}, options = {}) # * {Types::UpdateLibraryItemOutput#rating_count #rating_count} => Integer # * {Types::UpdateLibraryItemOutput#is_rated_by_user #is_rated_by_user} => Boolean # * {Types::UpdateLibraryItemOutput#user_count #user_count} => Integer + # * {Types::UpdateLibraryItemOutput#is_verified #is_verified} => Boolean # # # @example Example: Sets the status of a library item to DISABLED @@ -2084,6 +2102,7 @@ def untag_resource(params = {}, options = {}) # ], # created_at: Time.parse("2024-05-21T23:17:27.350Z"), # created_by: "a841e300-40c1-7062-fa34-5b46dadbbaac", + # is_verified: false, # library_item_id: "cb9ecf72-8563-450d-9db9-994f98297316", # rating_count: 24, # status: "DISABLED", @@ -2116,6 +2135,7 @@ def untag_resource(params = {}, options = {}) # resp.rating_count #=> Integer # resp.is_rated_by_user #=> Boolean # resp.user_count #=> Integer + # resp.is_verified #=> Boolean # # @see http://docs.aws.amazon.com/goto/WebAPI/qapps-2023-11-27/UpdateLibraryItem AWS API Documentation # @@ -2126,6 +2146,46 @@ def update_library_item(params = {}, options = {}) req.send_request(options) end + # Updates the verification status of a library item for an Amazon Q App. + # + # @option params [required, String] :instance_id + # The unique identifier of the Amazon Q Business application environment + # instance. + # + # @option params [required, String] :library_item_id + # The unique identifier of the updated library item. + # + # @option params [Boolean] :is_verified + # The verification status of the library item + # + # @return [Struct] Returns an empty {Seahorse::Client::Response response}. + # + # + # @example Example: Update a library item to be verified + # + # resp = client.update_library_item_metadata({ + # instance_id: "0b95c9c4-89cc-4aa8-9aae-aa91cbec699f", + # is_verified: true, + # library_item_id: "cb9ecf72-8563-450d-9db9-994f98297316", + # }) + # + # @example Request syntax with placeholder values + # + # resp = client.update_library_item_metadata({ + # instance_id: "InstanceId", # required + # library_item_id: "UUID", # required + # is_verified: false, + # }) + # + # @see http://docs.aws.amazon.com/goto/WebAPI/qapps-2023-11-27/UpdateLibraryItemMetadata AWS API Documentation + # + # @overload update_library_item_metadata(params = {}) + # @param [Hash] params ({}) + def update_library_item_metadata(params = {}, options = {}) + req = build_request(:update_library_item_metadata, params) + req.send_request(options) + end + # Updates an existing Amazon Q App, allowing modifications to its title, # description, and definition. # @@ -2435,7 +2495,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-qapps' - context[:gem_version] = '1.1.0' + context[:gem_version] = '1.2.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-qapps/lib/aws-sdk-qapps/client_api.rb b/gems/aws-sdk-qapps/lib/aws-sdk-qapps/client_api.rb index 0e65fe32630..2687d258120 100644 --- a/gems/aws-sdk-qapps/lib/aws-sdk-qapps/client_api.rb +++ b/gems/aws-sdk-qapps/lib/aws-sdk-qapps/client_api.rb @@ -130,6 +130,7 @@ module ClientApi UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest') UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse') UpdateLibraryItemInput = Shapes::StructureShape.new(name: 'UpdateLibraryItemInput') + UpdateLibraryItemMetadataInput = Shapes::StructureShape.new(name: 'UpdateLibraryItemMetadataInput') UpdateLibraryItemOutput = Shapes::StructureShape.new(name: 'UpdateLibraryItemOutput') UpdateQAppInput = Shapes::StructureShape.new(name: 'UpdateQAppInput') UpdateQAppOutput = Shapes::StructureShape.new(name: 'UpdateQAppOutput') @@ -251,6 +252,7 @@ module ClientApi CreateLibraryItemOutput.add_member(:updated_at, Shapes::ShapeRef.new(shape: QAppsTimestamp, location_name: "updatedAt")) CreateLibraryItemOutput.add_member(:updated_by, Shapes::ShapeRef.new(shape: String, location_name: "updatedBy")) CreateLibraryItemOutput.add_member(:rating_count, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "ratingCount")) + CreateLibraryItemOutput.add_member(:is_verified, Shapes::ShapeRef.new(shape: Boolean, location_name: "isVerified")) CreateLibraryItemOutput.struct_class = Types::CreateLibraryItemOutput CreateQAppInput.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "header", location_name: "instance-id")) @@ -344,6 +346,7 @@ module ClientApi GetLibraryItemOutput.add_member(:rating_count, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "ratingCount")) GetLibraryItemOutput.add_member(:is_rated_by_user, Shapes::ShapeRef.new(shape: Boolean, location_name: "isRatedByUser")) GetLibraryItemOutput.add_member(:user_count, Shapes::ShapeRef.new(shape: Integer, location_name: "userCount")) + GetLibraryItemOutput.add_member(:is_verified, Shapes::ShapeRef.new(shape: Boolean, location_name: "isVerified")) GetLibraryItemOutput.struct_class = Types::GetLibraryItemOutput GetQAppInput.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "header", location_name: "instance-id")) @@ -405,6 +408,7 @@ module ClientApi LibraryItemMember.add_member(:rating_count, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "ratingCount")) LibraryItemMember.add_member(:is_rated_by_user, Shapes::ShapeRef.new(shape: Boolean, location_name: "isRatedByUser")) LibraryItemMember.add_member(:user_count, Shapes::ShapeRef.new(shape: Integer, location_name: "userCount")) + LibraryItemMember.add_member(:is_verified, Shapes::ShapeRef.new(shape: Boolean, location_name: "isVerified")) LibraryItemMember.struct_class = Types::LibraryItemMember ListLibraryItemsInput.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "header", location_name: "instance-id")) @@ -565,6 +569,11 @@ module ClientApi UpdateLibraryItemInput.add_member(:categories, Shapes::ShapeRef.new(shape: CategoryIdList, location_name: "categories")) UpdateLibraryItemInput.struct_class = Types::UpdateLibraryItemInput + UpdateLibraryItemMetadataInput.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "header", location_name: "instance-id")) + UpdateLibraryItemMetadataInput.add_member(:library_item_id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "libraryItemId")) + UpdateLibraryItemMetadataInput.add_member(:is_verified, Shapes::ShapeRef.new(shape: Boolean, location_name: "isVerified")) + UpdateLibraryItemMetadataInput.struct_class = Types::UpdateLibraryItemMetadataInput + UpdateLibraryItemOutput.add_member(:library_item_id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "libraryItemId")) UpdateLibraryItemOutput.add_member(:app_id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "appId")) UpdateLibraryItemOutput.add_member(:app_version, Shapes::ShapeRef.new(shape: AppVersion, required: true, location_name: "appVersion")) @@ -577,6 +586,7 @@ module ClientApi UpdateLibraryItemOutput.add_member(:rating_count, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "ratingCount")) UpdateLibraryItemOutput.add_member(:is_rated_by_user, Shapes::ShapeRef.new(shape: Boolean, location_name: "isRatedByUser")) UpdateLibraryItemOutput.add_member(:user_count, Shapes::ShapeRef.new(shape: Integer, location_name: "userCount")) + UpdateLibraryItemOutput.add_member(:is_verified, Shapes::ShapeRef.new(shape: Boolean, location_name: "isVerified")) UpdateLibraryItemOutput.struct_class = Types::UpdateLibraryItemOutput UpdateQAppInput.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "header", location_name: "instance-id")) @@ -616,6 +626,7 @@ module ClientApi UserAppItem.add_member(:created_at, Shapes::ShapeRef.new(shape: QAppsTimestamp, required: true, location_name: "createdAt")) UserAppItem.add_member(:can_edit, Shapes::ShapeRef.new(shape: Boolean, location_name: "canEdit")) UserAppItem.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "status")) + UserAppItem.add_member(:is_verified, Shapes::ShapeRef.new(shape: Boolean, location_name: "isVerified")) UserAppItem.struct_class = Types::UserAppItem UserAppsList.member = Shapes::ShapeRef.new(shape: UserAppItem) @@ -650,6 +661,7 @@ module ClientApi o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure)) o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException) o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException) + o.errors << Shapes::ShapeRef.new(shape: ConflictException) o.errors << Shapes::ShapeRef.new(shape: ValidationException) o.errors << Shapes::ShapeRef.new(shape: InternalServerException) o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException) @@ -740,6 +752,7 @@ module ClientApi o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure)) o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException) o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException) + o.errors << Shapes::ShapeRef.new(shape: ConflictException) o.errors << Shapes::ShapeRef.new(shape: ValidationException) o.errors << Shapes::ShapeRef.new(shape: InternalServerException) o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException) @@ -950,6 +963,22 @@ module ClientApi o.output = Shapes::ShapeRef.new(shape: UpdateLibraryItemOutput) o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException) o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException) + o.errors << Shapes::ShapeRef.new(shape: ConflictException) + o.errors << Shapes::ShapeRef.new(shape: ValidationException) + o.errors << Shapes::ShapeRef.new(shape: InternalServerException) + o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException) + o.errors << Shapes::ShapeRef.new(shape: ThrottlingException) + end) + + api.add_operation(:update_library_item_metadata, Seahorse::Model::Operation.new.tap do |o| + o.name = "UpdateLibraryItemMetadata" + o.http_method = "POST" + o.http_request_uri = "/catalog.updateItemMetadata" + o.input = Shapes::ShapeRef.new(shape: UpdateLibraryItemMetadataInput) + o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure)) + o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException) + o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException) + o.errors << Shapes::ShapeRef.new(shape: ConflictException) o.errors << Shapes::ShapeRef.new(shape: ValidationException) o.errors << Shapes::ShapeRef.new(shape: InternalServerException) o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException) diff --git a/gems/aws-sdk-qapps/lib/aws-sdk-qapps/endpoints.rb b/gems/aws-sdk-qapps/lib/aws-sdk-qapps/endpoints.rb index 594e8e6583d..e9f40b624d2 100644 --- a/gems/aws-sdk-qapps/lib/aws-sdk-qapps/endpoints.rb +++ b/gems/aws-sdk-qapps/lib/aws-sdk-qapps/endpoints.rb @@ -306,6 +306,20 @@ def self.build(context) end end + class UpdateLibraryItemMetadata + def self.build(context) + unless context.config.regional_endpoint + endpoint = context.config.endpoint.to_s + end + Aws::QApps::EndpointParameters.new( + region: context.config.region, + use_dual_stack: context.config.use_dualstack_endpoint, + use_fips: context.config.use_fips_endpoint, + endpoint: endpoint, + ) + end + end + class UpdateQApp def self.build(context) unless context.config.regional_endpoint diff --git a/gems/aws-sdk-qapps/lib/aws-sdk-qapps/plugins/endpoints.rb b/gems/aws-sdk-qapps/lib/aws-sdk-qapps/plugins/endpoints.rb index c4e85ea6990..4fa286f59ea 100644 --- a/gems/aws-sdk-qapps/lib/aws-sdk-qapps/plugins/endpoints.rb +++ b/gems/aws-sdk-qapps/lib/aws-sdk-qapps/plugins/endpoints.rb @@ -100,6 +100,8 @@ def parameters_for_operation(context) Aws::QApps::Endpoints::UntagResource.build(context) when :update_library_item Aws::QApps::Endpoints::UpdateLibraryItem.build(context) + when :update_library_item_metadata + Aws::QApps::Endpoints::UpdateLibraryItemMetadata.build(context) when :update_q_app Aws::QApps::Endpoints::UpdateQApp.build(context) when :update_q_app_session diff --git a/gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb b/gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb index a7f0cb16d0d..0caa73cbc93 100644 --- a/gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb +++ b/gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb @@ -472,6 +472,10 @@ class CreateLibraryItemInput < Struct.new( # The number of ratings the library item has received from users. # @return [Integer] # + # @!attribute [rw] is_verified + # Indicates whether the library item has been verified. + # @return [Boolean] + # # @see http://docs.aws.amazon.com/goto/WebAPI/qapps-2023-11-27/CreateLibraryItemOutput AWS API Documentation # class CreateLibraryItemOutput < Struct.new( @@ -481,7 +485,8 @@ class CreateLibraryItemOutput < Struct.new( :created_by, :updated_at, :updated_by, - :rating_count) + :rating_count, + :is_verified) SENSITIVE = [] include Aws::Structure end @@ -885,6 +890,10 @@ class GetLibraryItemInput < Struct.new( # account. # @return [Integer] # + # @!attribute [rw] is_verified + # Indicates whether the library item has been verified. + # @return [Boolean] + # # @see http://docs.aws.amazon.com/goto/WebAPI/qapps-2023-11-27/GetLibraryItemOutput AWS API Documentation # class GetLibraryItemOutput < Struct.new( @@ -899,7 +908,8 @@ class GetLibraryItemOutput < Struct.new( :updated_by, :rating_count, :is_rated_by_user, - :user_count) + :user_count, + :is_verified) SENSITIVE = [] include Aws::Structure end @@ -1168,6 +1178,10 @@ class InternalServerException < Struct.new( # The number of users who have the associated Q App. # @return [Integer] # + # @!attribute [rw] is_verified + # Indicates whether the library item has been verified. + # @return [Boolean] + # # @see http://docs.aws.amazon.com/goto/WebAPI/qapps-2023-11-27/LibraryItemMember AWS API Documentation # class LibraryItemMember < Struct.new( @@ -1182,7 +1196,8 @@ class LibraryItemMember < Struct.new( :updated_by, :rating_count, :is_rated_by_user, - :user_count) + :user_count, + :is_verified) SENSITIVE = [] include Aws::Structure end @@ -1865,6 +1880,29 @@ class UpdateLibraryItemInput < Struct.new( include Aws::Structure end + # @!attribute [rw] instance_id + # The unique identifier of the Amazon Q Business application + # environment instance. + # @return [String] + # + # @!attribute [rw] library_item_id + # The unique identifier of the updated library item. + # @return [String] + # + # @!attribute [rw] is_verified + # The verification status of the library item + # @return [Boolean] + # + # @see http://docs.aws.amazon.com/goto/WebAPI/qapps-2023-11-27/UpdateLibraryItemMetadataInput AWS API Documentation + # + class UpdateLibraryItemMetadataInput < Struct.new( + :instance_id, + :library_item_id, + :is_verified) + SENSITIVE = [] + include Aws::Structure + end + # @!attribute [rw] library_item_id # The unique identifier of the updated library item. # @return [String] @@ -1913,6 +1951,10 @@ class UpdateLibraryItemInput < Struct.new( # The number of users who have the associated Q App. # @return [Integer] # + # @!attribute [rw] is_verified + # Indicates whether the library item has been verified. + # @return [Boolean] + # # @see http://docs.aws.amazon.com/goto/WebAPI/qapps-2023-11-27/UpdateLibraryItemOutput AWS API Documentation # class UpdateLibraryItemOutput < Struct.new( @@ -1927,7 +1969,8 @@ class UpdateLibraryItemOutput < Struct.new( :updated_by, :rating_count, :is_rated_by_user, - :user_count) + :user_count, + :is_verified) SENSITIVE = [] include Aws::Structure end @@ -2105,6 +2148,10 @@ class UpdateQAppSessionOutput < Struct.new( # The status of the user's association with the Q App. # @return [String] # + # @!attribute [rw] is_verified + # Indicates whether the Q App has been verified. + # @return [Boolean] + # # @see http://docs.aws.amazon.com/goto/WebAPI/qapps-2023-11-27/UserAppItem AWS API Documentation # class UserAppItem < Struct.new( @@ -2114,7 +2161,8 @@ class UserAppItem < Struct.new( :description, :created_at, :can_edit, - :status) + :status, + :is_verified) SENSITIVE = [] include Aws::Structure end diff --git a/gems/aws-sdk-qapps/sig/client.rbs b/gems/aws-sdk-qapps/sig/client.rbs index 888994826f0..3f97b28a9eb 100644 --- a/gems/aws-sdk-qapps/sig/client.rbs +++ b/gems/aws-sdk-qapps/sig/client.rbs @@ -97,6 +97,7 @@ module Aws def updated_at: () -> ::Time def updated_by: () -> ::String def rating_count: () -> ::Integer + def is_verified: () -> bool end # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/QApps/Client.html#create_library_item-instance_method def create_library_item: ( @@ -281,6 +282,7 @@ module Aws def rating_count: () -> ::Integer def is_rated_by_user: () -> bool def user_count: () -> ::Integer + def is_verified: () -> bool end # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/QApps/Client.html#get_library_item-instance_method def get_library_item: ( @@ -461,6 +463,7 @@ module Aws def rating_count: () -> ::Integer def is_rated_by_user: () -> bool def user_count: () -> ::Integer + def is_verified: () -> bool end # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/QApps/Client.html#update_library_item-instance_method def update_library_item: ( @@ -471,6 +474,14 @@ module Aws ) -> _UpdateLibraryItemResponseSuccess | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateLibraryItemResponseSuccess + # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/QApps/Client.html#update_library_item_metadata-instance_method + def update_library_item_metadata: ( + instance_id: ::String, + library_item_id: ::String, + ?is_verified: bool + ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure] + | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure] + interface _UpdateQAppResponseSuccess include ::Seahorse::Client::_ResponseSuccess[Types::UpdateQAppOutput] def app_id: () -> ::String diff --git a/gems/aws-sdk-qapps/sig/types.rbs b/gems/aws-sdk-qapps/sig/types.rbs index 80eb2f2127c..b2f285b4b96 100644 --- a/gems/aws-sdk-qapps/sig/types.rbs +++ b/gems/aws-sdk-qapps/sig/types.rbs @@ -146,6 +146,7 @@ module Aws::QApps attr_accessor updated_at: ::Time attr_accessor updated_by: ::String attr_accessor rating_count: ::Integer + attr_accessor is_verified: bool SENSITIVE: [] end @@ -265,6 +266,7 @@ module Aws::QApps attr_accessor rating_count: ::Integer attr_accessor is_rated_by_user: bool attr_accessor user_count: ::Integer + attr_accessor is_verified: bool SENSITIVE: [] end @@ -340,6 +342,7 @@ module Aws::QApps attr_accessor rating_count: ::Integer attr_accessor is_rated_by_user: bool attr_accessor user_count: ::Integer + attr_accessor is_verified: bool SENSITIVE: [] end @@ -549,6 +552,13 @@ module Aws::QApps SENSITIVE: [] end + class UpdateLibraryItemMetadataInput + attr_accessor instance_id: ::String + attr_accessor library_item_id: ::String + attr_accessor is_verified: bool + SENSITIVE: [] + end + class UpdateLibraryItemOutput attr_accessor library_item_id: ::String attr_accessor app_id: ::String @@ -562,6 +572,7 @@ module Aws::QApps attr_accessor rating_count: ::Integer attr_accessor is_rated_by_user: bool attr_accessor user_count: ::Integer + attr_accessor is_verified: bool SENSITIVE: [] end @@ -611,6 +622,7 @@ module Aws::QApps attr_accessor created_at: ::Time attr_accessor can_edit: bool attr_accessor status: ::String + attr_accessor is_verified: bool SENSITIVE: [] end diff --git a/gems/aws-sdk-resources/CHANGELOG.md b/gems/aws-sdk-resources/CHANGELOG.md index 31ce6bde7d9..864f61f5a0e 100644 --- a/gems/aws-sdk-resources/CHANGELOG.md +++ b/gems/aws-sdk-resources/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +3.205.0 (2024-09-06) +------------------ + +* Feature - Removed a dependency on the deprecated `aws-sdk-lambdapreview` gem. + 3.204.0 (2024-08-30) ------------------ diff --git a/gems/aws-sdk-resources/VERSION b/gems/aws-sdk-resources/VERSION index f83c8a3abce..5d9c2749905 100644 --- a/gems/aws-sdk-resources/VERSION +++ b/gems/aws-sdk-resources/VERSION @@ -1 +1 @@ -3.204.0 +3.205.0 diff --git a/gems/aws-sdk-resources/aws-sdk-resources.gemspec b/gems/aws-sdk-resources/aws-sdk-resources.gemspec index 522af8cdf47..684eb63df89 100644 --- a/gems/aws-sdk-resources/aws-sdk-resources.gemspec +++ b/gems/aws-sdk-resources/aws-sdk-resources.gemspec @@ -220,7 +220,6 @@ Gem::Specification.new do |spec| spec.add_dependency('aws-sdk-kinesisvideowebrtcstorage', '~> 1') spec.add_dependency('aws-sdk-lakeformation', '~> 1') spec.add_dependency('aws-sdk-lambda', '~> 1') - spec.add_dependency('aws-sdk-lambdapreview', '~> 1') spec.add_dependency('aws-sdk-launchwizard', '~> 1') spec.add_dependency('aws-sdk-lex', '~> 1') spec.add_dependency('aws-sdk-lexmodelbuildingservice', '~> 1') diff --git a/gems/aws-sdk-resources/lib/aws-sdk-resources.rb b/gems/aws-sdk-resources/lib/aws-sdk-resources.rb index ec60c23add5..be9913727ad 100644 --- a/gems/aws-sdk-resources/lib/aws-sdk-resources.rb +++ b/gems/aws-sdk-resources/lib/aws-sdk-resources.rb @@ -210,7 +210,6 @@ module Aws autoload :KinesisVideoWebRTCStorage, 'aws-sdk-kinesisvideowebrtcstorage' autoload :LakeFormation, 'aws-sdk-lakeformation' autoload :Lambda, 'aws-sdk-lambda' - autoload :LambdaPreview, 'aws-sdk-lambdapreview' autoload :LaunchWizard, 'aws-sdk-launchwizard' autoload :Lex, 'aws-sdk-lex' autoload :LexModelBuildingService, 'aws-sdk-lexmodelbuildingservice' From f6bc67062e246b16c25e93aad82ab4d1a5ba0524 Mon Sep 17 00:00:00 2001 From: AWS SDK For Ruby Date: Mon, 9 Sep 2024 18:15:52 +0000 Subject: [PATCH 2/5] Updated API models and rebuilt service gems. --- apis/dynamodb/2012-08-10/docs-2.json | 6 +- .../2015-12-01/paginators-1.json | 10 + .../2015-12-01/waiters-2.json | 6 +- apis/ivs-realtime/2020-07-14/api-2.json | 274 +- apis/ivs-realtime/2020-07-14/docs-2.json | 210 +- .../ivs-realtime/2020-07-14/paginators-1.json | 6 + apis/kafka/2018-11-14/api-2.json | 2593 +++++++++-------- apis/kafka/2018-11-14/docs-2.json | 16 +- apis/runtime.sagemaker/2017-05-13/api-2.json | 35 + apis/runtime.sagemaker/2017-05-13/docs-2.json | 19 + apis/sagemaker/2017-07-24/api-2.json | 70 +- apis/sagemaker/2017-07-24/docs-2.json | 51 +- gems/aws-partitions/CHANGELOG.md | 5 + gems/aws-partitions/VERSION | 2 +- gems/aws-partitions/partitions.json | 12 + gems/aws-sdk-dynamodb/CHANGELOG.md | 5 + gems/aws-sdk-dynamodb/VERSION | 2 +- gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb.rb | 2 +- .../lib/aws-sdk-dynamodb/client.rb | 26 +- .../lib/aws-sdk-dynamodb/types.rb | 12 +- .../CHANGELOG.md | 5 + gems/aws-sdk-elasticloadbalancingv2/VERSION | 2 +- .../lib/aws-sdk-elasticloadbalancingv2.rb | 2 +- .../aws-sdk-elasticloadbalancingv2/client.rb | 6 +- .../client_api.rb | 10 + .../aws-sdk-elasticloadbalancingv2/waiters.rb | 6 +- gems/aws-sdk-ivsrealtime/CHANGELOG.md | 5 + gems/aws-sdk-ivsrealtime/VERSION | 2 +- .../lib/aws-sdk-ivsrealtime.rb | 2 +- .../lib/aws-sdk-ivsrealtime/client.rb | 369 ++- .../lib/aws-sdk-ivsrealtime/client_api.rb | 157 +- .../lib/aws-sdk-ivsrealtime/endpoints.rb | 70 + .../aws-sdk-ivsrealtime/plugins/endpoints.rb | 10 + .../lib/aws-sdk-ivsrealtime/types.rb | 553 +++- gems/aws-sdk-ivsrealtime/sig/client.rbs | 61 + gems/aws-sdk-ivsrealtime/sig/types.rbs | 90 +- gems/aws-sdk-kafka/CHANGELOG.md | 5 + gems/aws-sdk-kafka/VERSION | 2 +- gems/aws-sdk-kafka/aws-sdk-kafka.gemspec | 2 +- gems/aws-sdk-kafka/lib/aws-sdk-kafka.rb | 2 +- .../aws-sdk-kafka/lib/aws-sdk-kafka/client.rb | 14 +- .../lib/aws-sdk-kafka/client_api.rb | 7 + gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb | 22 + gems/aws-sdk-kafka/sig/client.rbs | 3 + gems/aws-sdk-kafka/sig/types.rbs | 6 + gems/aws-sdk-sagemaker/CHANGELOG.md | 5 + gems/aws-sdk-sagemaker/VERSION | 2 +- .../lib/aws-sdk-sagemaker.rb | 2 +- .../lib/aws-sdk-sagemaker/client.rb | 41 +- .../lib/aws-sdk-sagemaker/client_api.rb | 26 +- .../lib/aws-sdk-sagemaker/types.rb | 86 +- gems/aws-sdk-sagemaker/sig/client.rbs | 19 +- gems/aws-sdk-sagemaker/sig/types.rbs | 19 +- gems/aws-sdk-sagemakerruntime/CHANGELOG.md | 5 + gems/aws-sdk-sagemakerruntime/VERSION | 2 +- .../lib/aws-sdk-sagemakerruntime.rb | 2 +- .../lib/aws-sdk-sagemakerruntime/client.rb | 35 +- .../aws-sdk-sagemakerruntime/client_api.rb | 7 + .../lib/aws-sdk-sagemakerruntime/types.rb | 50 +- gems/aws-sdk-sagemakerruntime/sig/client.rbs | 8 +- gems/aws-sdk-sagemakerruntime/sig/types.rbs | 4 + 61 files changed, 3651 insertions(+), 1437 deletions(-) diff --git a/apis/dynamodb/2012-08-10/docs-2.json b/apis/dynamodb/2012-08-10/docs-2.json index 872fd2430a1..da9a9fb8db9 100644 --- a/apis/dynamodb/2012-08-10/docs-2.json +++ b/apis/dynamodb/2012-08-10/docs-2.json @@ -46,10 +46,10 @@ "RestoreTableFromBackup": "

Creates a new table from an existing backup. Any number of users can execute up to 50 concurrent restores (any type of restore) in a given account.

You can call RestoreTableFromBackup at a maximum rate of 10 times per second.

You must manually set up the following on the restored table:

", "RestoreTableToPointInTime": "

Restores the specified table to the specified point in time within EarliestRestorableDateTime and LatestRestorableDateTime. You can restore your table to any point in time during the last 35 days. Any number of users can execute up to 50 concurrent restores (any type of restore) in a given account.

When you restore using point in time recovery, DynamoDB restores your table data to the state based on the selected date and time (day:hour:minute:second) to a new table.

Along with data, the following are also included on the new restored table using point in time recovery:

You must manually set up the following on the restored table:

", "Scan": "

The Scan operation returns one or more items and item attributes by accessing every item in a table or a secondary index. To have DynamoDB return fewer items, you can provide a FilterExpression operation.

If the total size of scanned items exceeds the maximum dataset size limit of 1 MB, the scan completes and results are returned to the user. The LastEvaluatedKey value is also returned and the requestor can use the LastEvaluatedKey to continue the scan in a subsequent operation. Each scan response also includes number of items that were scanned (ScannedCount) as part of the request. If using a FilterExpression, a scan result can result in no items meeting the criteria and the Count will result in zero. If you did not use a FilterExpression in the scan request, then Count is the same as ScannedCount.

Count and ScannedCount only return the count of items specific to a single scan request and, unless the table is less than 1MB, do not represent the total number of items in the table.

A single Scan operation first reads up to the maximum number of items set (if using the Limit parameter) or a maximum of 1 MB of data and then applies any filtering to the results if a FilterExpression is provided. If LastEvaluatedKey is present in the response, pagination is required to complete the full table scan. For more information, see Paginating the Results in the Amazon DynamoDB Developer Guide.

Scan operations proceed sequentially; however, for faster performance on a large table or secondary index, applications can request a parallel Scan operation by providing the Segment and TotalSegments parameters. For more information, see Parallel Scan in the Amazon DynamoDB Developer Guide.

By default, a Scan uses eventually consistent reads when accessing the items in a table. Therefore, the results from an eventually consistent Scan may not include the latest item changes at the time the scan iterates through each item in the table. If you require a strongly consistent read of each item as the scan iterates through the items in the table, you can set the ConsistentRead parameter to true. Strong consistency only relates to the consistency of the read at the item level.

DynamoDB does not provide snapshot isolation for a scan operation when the ConsistentRead parameter is set to true. Thus, a DynamoDB scan operation does not guarantee that all reads in a scan see a consistent snapshot of the table when the scan operation was requested.

", - "TagResource": "

Associate a set of tags with an Amazon DynamoDB resource. You can then activate these user-defined tags so that they appear on the Billing and Cost Management console for cost allocation tracking. You can call TagResource up to five times per second, per account.

For an overview on tagging DynamoDB resources, see Tagging for DynamoDB in the Amazon DynamoDB Developer Guide.

", + "TagResource": "

Associate a set of tags with an Amazon DynamoDB resource. You can then activate these user-defined tags so that they appear on the Billing and Cost Management console for cost allocation tracking. You can call TagResource up to five times per second, per account.

For an overview on tagging DynamoDB resources, see Tagging for DynamoDB in the Amazon DynamoDB Developer Guide.

", "TransactGetItems": "

TransactGetItems is a synchronous operation that atomically retrieves multiple items from one or more tables (but not from indexes) in a single account and Region. A TransactGetItems call can contain up to 100 TransactGetItem objects, each of which contains a Get structure that specifies an item to retrieve from a table in the account and Region. A call to TransactGetItems cannot retrieve items from tables in more than one Amazon Web Services account or Region. The aggregate size of the items in the transaction cannot exceed 4 MB.

DynamoDB rejects the entire TransactGetItems request if any of the following is true:

", "TransactWriteItems": "

TransactWriteItems is a synchronous write operation that groups up to 100 action requests. These actions can target items in different tables, but not in different Amazon Web Services accounts or Regions, and no two actions can target the same item. For example, you cannot both ConditionCheck and Update the same item. The aggregate size of the items in the transaction cannot exceed 4 MB.

The actions are completed atomically so that either all of them succeed, or all of them fail. They are defined by the following objects:

DynamoDB rejects the entire TransactWriteItems request if any of the following is true:

", - "UntagResource": "

Removes the association of tags from an Amazon DynamoDB resource. You can call UntagResource up to five times per second, per account.

For an overview on tagging DynamoDB resources, see Tagging for DynamoDB in the Amazon DynamoDB Developer Guide.

", + "UntagResource": "

Removes the association of tags from an Amazon DynamoDB resource. You can call UntagResource up to five times per second, per account.

For an overview on tagging DynamoDB resources, see Tagging for DynamoDB in the Amazon DynamoDB Developer Guide.

", "UpdateContinuousBackups": "

UpdateContinuousBackups enables or disables point in time recovery for the specified table. A successful UpdateContinuousBackups call returns the current ContinuousBackupsDescription. Continuous backups are ENABLED on all tables at table creation. If point in time recovery is enabled, PointInTimeRecoveryStatus will be set to ENABLED.

Once continuous backups and point in time recovery are enabled, you can restore to any point in time within EarliestRestorableDateTime and LatestRestorableDateTime.

LatestRestorableDateTime is typically 5 minutes before the current time. You can restore your table to any point in time during the last 35 days.

", "UpdateContributorInsights": "

Updates the status for contributor insights for a specific table or index. CloudWatch Contributor Insights for DynamoDB graphs display the partition key and (if applicable) sort key of frequently accessed items and frequently throttled items in plaintext. If you require the use of Amazon Web Services Key Management Service (KMS) to encrypt this table’s partition key and sort key data with an Amazon Web Services managed key or customer managed key, you should not enable CloudWatch Contributor Insights for DynamoDB for this table.

", "UpdateGlobalTable": "

Adds or removes replicas in the specified global table. The global table must already exist to be able to use this operation. Any replica to be added must be empty, have the same name as the global table, have the same key schema, have DynamoDB Streams enabled, and have the same provisioned and maximum write capacity units.

This documentation is for version 2017.11.29 (Legacy) of global tables, which should be avoided for new global tables. Customers should use Global Tables version 2019.11.21 (Current) when possible, because it provides greater flexibility, higher efficiency, and consumes less write capacity than 2017.11.29 (Legacy).

To determine which version you're using, see Determining the global table version you are using. To update existing global tables from version 2017.11.29 (Legacy) to version 2019.11.21 (Current), see Upgrading global tables.

For global tables, this operation only applies to global tables using Version 2019.11.21 (Current version). If you are using global tables Version 2019.11.21 you can use UpdateTable instead.

Although you can use UpdateGlobalTable to add replicas and remove replicas in a single request, for simplicity we recommend that you issue separate requests for adding or removing replicas.

If global secondary indexes are specified, then the following conditions must also be met:

", @@ -2555,7 +2555,7 @@ } }, "ResourceInUseException": { - "base": "

The operation conflicts with the resource's availability. For example, you attempted to recreate an existing table, or tried to delete a table currently in the CREATING state.

", + "base": "

The operation conflicts with the resource's availability. For example:

When appropriate, wait for the ongoing update to complete and attempt the request again.

", "refs": { } }, diff --git a/apis/elasticloadbalancingv2/2015-12-01/paginators-1.json b/apis/elasticloadbalancingv2/2015-12-01/paginators-1.json index ec7152a2d29..e6876acb206 100644 --- a/apis/elasticloadbalancingv2/2015-12-01/paginators-1.json +++ b/apis/elasticloadbalancingv2/2015-12-01/paginators-1.json @@ -1,5 +1,10 @@ { "pagination": { + "DescribeListenerCertificates": { + "input_token": "Marker", + "output_token": "NextMarker", + "result_key": "Certificates" + }, "DescribeListeners": { "input_token": "Marker", "output_token": "NextMarker", @@ -10,6 +15,11 @@ "output_token": "NextMarker", "result_key": "LoadBalancers" }, + "DescribeRules": { + "input_token": "Marker", + "output_token": "NextMarker", + "result_key": "Rules" + }, "DescribeTargetGroups": { "input_token": "Marker", "output_token": "NextMarker", diff --git a/apis/elasticloadbalancingv2/2015-12-01/waiters-2.json b/apis/elasticloadbalancingv2/2015-12-01/waiters-2.json index 9f3d77d828f..0a7e8afdd5a 100644 --- a/apis/elasticloadbalancingv2/2015-12-01/waiters-2.json +++ b/apis/elasticloadbalancingv2/2015-12-01/waiters-2.json @@ -13,7 +13,7 @@ }, { "matcher": "error", - "expected": "LoadBalancerNotFound", + "expected": "LoadBalancerNotFoundException", "state": "retry" } ] @@ -38,7 +38,7 @@ { "state": "retry", "matcher": "error", - "expected": "LoadBalancerNotFound" + "expected": "LoadBalancerNotFoundException" } ] }, @@ -55,7 +55,7 @@ }, { "matcher": "error", - "expected": "LoadBalancerNotFound", + "expected": "LoadBalancerNotFoundException", "state": "success" } ] diff --git a/apis/ivs-realtime/2020-07-14/api-2.json b/apis/ivs-realtime/2020-07-14/api-2.json index e067b65e3bd..b26867e7eb3 100644 --- a/apis/ivs-realtime/2020-07-14/api-2.json +++ b/apis/ivs-realtime/2020-07-14/api-2.json @@ -3,8 +3,8 @@ "metadata":{ "apiVersion":"2020-07-14", "endpointPrefix":"ivsrealtime", + "jsonVersion":"1.1", "protocol":"rest-json", - "protocols":["rest-json"], "serviceAbbreviation":"ivsrealtime", "serviceFullName":"Amazon Interactive Video Service RealTime", "serviceId":"IVS RealTime", @@ -32,6 +32,22 @@ {"shape":"PendingVerification"} ] }, + "CreateIngestConfiguration":{ + "name":"CreateIngestConfiguration", + "http":{ + "method":"POST", + "requestUri":"/CreateIngestConfiguration", + "responseCode":200 + }, + "input":{"shape":"CreateIngestConfigurationRequest"}, + "output":{"shape":"CreateIngestConfigurationResponse"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ServiceQuotaExceededException"}, + {"shape":"PendingVerification"} + ] + }, "CreateParticipantToken":{ "name":"CreateParticipantToken", "http":{ @@ -102,6 +118,23 @@ {"shape":"ConflictException"} ] }, + "DeleteIngestConfiguration":{ + "name":"DeleteIngestConfiguration", + "http":{ + "method":"POST", + "requestUri":"/DeleteIngestConfiguration", + "responseCode":200 + }, + "input":{"shape":"DeleteIngestConfigurationRequest"}, + "output":{"shape":"DeleteIngestConfigurationResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ValidationException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ConflictException"}, + {"shape":"PendingVerification"} + ] + }, "DeletePublicKey":{ "name":"DeletePublicKey", "http":{ @@ -206,6 +239,21 @@ {"shape":"ConflictException"} ] }, + "GetIngestConfiguration":{ + "name":"GetIngestConfiguration", + "http":{ + "method":"POST", + "requestUri":"/GetIngestConfiguration", + "responseCode":200 + }, + "input":{"shape":"GetIngestConfigurationRequest"}, + "output":{"shape":"GetIngestConfigurationResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ValidationException"}, + {"shape":"AccessDeniedException"} + ] + }, "GetParticipant":{ "name":"GetParticipant", "http":{ @@ -335,6 +383,20 @@ {"shape":"ConflictException"} ] }, + "ListIngestConfigurations":{ + "name":"ListIngestConfigurations", + "http":{ + "method":"POST", + "requestUri":"/ListIngestConfigurations", + "responseCode":200 + }, + "input":{"shape":"ListIngestConfigurationsRequest"}, + "output":{"shape":"ListIngestConfigurationsResponse"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"AccessDeniedException"} + ] + }, "ListParticipantEvents":{ "name":"ListParticipantEvents", "http":{ @@ -506,6 +568,23 @@ ], "idempotent":true }, + "UpdateIngestConfiguration":{ + "name":"UpdateIngestConfiguration", + "http":{ + "method":"POST", + "requestUri":"/UpdateIngestConfiguration", + "responseCode":200 + }, + "input":{"shape":"UpdateIngestConfigurationRequest"}, + "output":{"shape":"UpdateIngestConfigurationResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ValidationException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ConflictException"}, + {"shape":"PendingVerification"} + ] + }, "UpdateStage":{ "name":"UpdateStage", "http":{ @@ -563,6 +642,7 @@ "max":8500000, "min":1 }, + "Boolean":{"type":"boolean"}, "ChannelArn":{ "type":"string", "max":128, @@ -666,6 +746,25 @@ "encoderConfiguration":{"shape":"EncoderConfiguration"} } }, + "CreateIngestConfigurationRequest":{ + "type":"structure", + "required":["ingestProtocol"], + "members":{ + "name":{"shape":"IngestConfigurationName"}, + "stageArn":{"shape":"IngestConfigurationStageArn"}, + "userId":{"shape":"UserId"}, + "attributes":{"shape":"ParticipantAttributes"}, + "ingestProtocol":{"shape":"IngestProtocol"}, + "insecureIngest":{"shape":"InsecureIngest"}, + "tags":{"shape":"Tags"} + } + }, + "CreateIngestConfigurationResponse":{ + "type":"structure", + "members":{ + "ingestConfiguration":{"shape":"IngestConfiguration"} + } + }, "CreateParticipantTokenRequest":{ "type":"structure", "required":["stageArn"], @@ -726,6 +825,19 @@ "members":{ } }, + "DeleteIngestConfigurationRequest":{ + "type":"structure", + "required":["arn"], + "members":{ + "arn":{"shape":"IngestConfigurationArn"}, + "force":{"shape":"Boolean"} + } + }, + "DeleteIngestConfigurationResponse":{ + "type":"structure", + "members":{ + } + }, "DeletePublicKeyRequest":{ "type":"structure", "required":["arn"], @@ -918,7 +1030,15 @@ "enum":[ "INSUFFICIENT_CAPABILITIES", "QUOTA_EXCEEDED", - "PUBLISHER_NOT_FOUND" + "PUBLISHER_NOT_FOUND", + "BITRATE_EXCEEDED", + "RESOLUTION_EXCEEDED", + "STREAM_DURATION_EXCEEDED", + "INVALID_AUDIO_CODEC", + "INVALID_VIDEO_CODEC", + "INVALID_PROTOCOL", + "INVALID_STREAM_KEY", + "REUSE_OF_STREAM_KEY" ] }, "EventList":{ @@ -971,6 +1091,19 @@ "encoderConfiguration":{"shape":"EncoderConfiguration"} } }, + "GetIngestConfigurationRequest":{ + "type":"structure", + "required":["arn"], + "members":{ + "arn":{"shape":"IngestConfigurationArn"} + } + }, + "GetIngestConfigurationResponse":{ + "type":"structure", + "members":{ + "ingestConfiguration":{"shape":"IngestConfiguration"} + } + }, "GetParticipantRequest":{ "type":"structure", "required":[ @@ -1081,6 +1214,85 @@ "publicKey":{"shape":"PublicKey"} } }, + "IngestConfiguration":{ + "type":"structure", + "required":[ + "arn", + "ingestProtocol", + "streamKey", + "stageArn", + "participantId", + "state" + ], + "members":{ + "name":{"shape":"IngestConfigurationName"}, + "arn":{"shape":"IngestConfigurationArn"}, + "ingestProtocol":{"shape":"IngestProtocol"}, + "streamKey":{"shape":"StreamKey"}, + "stageArn":{"shape":"IngestConfigurationStageArn"}, + "participantId":{"shape":"ParticipantId"}, + "state":{"shape":"IngestConfigurationState"}, + "userId":{"shape":"UserId"}, + "attributes":{"shape":"ParticipantAttributes"}, + "tags":{"shape":"Tags"} + } + }, + "IngestConfigurationArn":{ + "type":"string", + "max":128, + "min":1, + "pattern":"arn:aws:ivs:[a-z0-9-]+:[0-9]+:ingest-configuration/[a-zA-Z0-9-]+" + }, + "IngestConfigurationList":{ + "type":"list", + "member":{"shape":"IngestConfigurationSummary"} + }, + "IngestConfigurationName":{ + "type":"string", + "max":128, + "min":0, + "pattern":"[a-zA-Z0-9-_]*" + }, + "IngestConfigurationStageArn":{ + "type":"string", + "max":128, + "min":0, + "pattern":"^$|^arn:aws:ivs:[a-z0-9-]+:[0-9]+:stage/[a-zA-Z0-9-]+$" + }, + "IngestConfigurationState":{ + "type":"string", + "enum":[ + "ACTIVE", + "INACTIVE" + ] + }, + "IngestConfigurationSummary":{ + "type":"structure", + "required":[ + "arn", + "ingestProtocol", + "stageArn", + "participantId", + "state" + ], + "members":{ + "name":{"shape":"IngestConfigurationName"}, + "arn":{"shape":"IngestConfigurationArn"}, + "ingestProtocol":{"shape":"IngestProtocol"}, + "stageArn":{"shape":"IngestConfigurationStageArn"}, + "participantId":{"shape":"ParticipantId"}, + "state":{"shape":"IngestConfigurationState"}, + "userId":{"shape":"UserId"} + } + }, + "IngestProtocol":{ + "type":"string", + "enum":[ + "RTMP", + "RTMPS" + ] + }, + "InsecureIngest":{"type":"boolean"}, "InternalServerException":{ "type":"structure", "members":{ @@ -1129,6 +1341,23 @@ "nextToken":{"shape":"PaginationToken"} } }, + "ListIngestConfigurationsRequest":{ + "type":"structure", + "members":{ + "filterByStageArn":{"shape":"StageArn"}, + "filterByState":{"shape":"IngestConfigurationState"}, + "nextToken":{"shape":"PaginationToken"}, + "maxResults":{"shape":"MaxIngestConfigurationResults"} + } + }, + "ListIngestConfigurationsResponse":{ + "type":"structure", + "required":["ingestConfigurations"], + "members":{ + "ingestConfigurations":{"shape":"IngestConfigurationList"}, + "nextToken":{"shape":"PaginationToken"} + } + }, "ListParticipantEventsRequest":{ "type":"structure", "required":[ @@ -1269,6 +1498,12 @@ "max":100, "min":1 }, + "MaxIngestConfigurationResults":{ + "type":"integer", + "box":true, + "max":100, + "min":1 + }, "MaxParticipantEventResults":{ "type":"integer", "box":true, @@ -1329,7 +1564,8 @@ "sdkVersion":{"shape":"ParticipantClientAttribute"}, "recordingS3BucketName":{"shape":"ParticipantRecordingS3BucketName"}, "recordingS3Prefix":{"shape":"ParticipantRecordingS3Prefix"}, - "recordingState":{"shape":"ParticipantRecordingState"} + "recordingState":{"shape":"ParticipantRecordingState"}, + "protocol":{"shape":"ParticipantProtocol"} } }, "ParticipantAttributes":{ @@ -1353,6 +1589,15 @@ "type":"list", "member":{"shape":"ParticipantSummary"} }, + "ParticipantProtocol":{ + "type":"string", + "enum":[ + "UNKNOWN", + "WHIP", + "RTMP", + "RTMPS" + ] + }, "ParticipantRecordingFilterByRecordingState":{ "type":"string", "enum":[ @@ -1679,7 +1924,9 @@ "type":"structure", "members":{ "events":{"shape":"StageEndpoint"}, - "whip":{"shape":"StageEndpoint"} + "whip":{"shape":"StageEndpoint"}, + "rtmp":{"shape":"StageEndpoint"}, + "rtmps":{"shape":"StageEndpoint"} } }, "StageName":{ @@ -1799,6 +2046,11 @@ "type":"list", "member":{"shape":"StorageConfigurationSummary"} }, + "StreamKey":{ + "type":"string", + "pattern":"rt_[0-9]+_[a-z0-9-]+_[a-zA-Z0-9-]+_.+", + "sensitive":true + }, "String":{"type":"string"}, "TagKey":{ "type":"string", @@ -1871,6 +2123,20 @@ "members":{ } }, + "UpdateIngestConfigurationRequest":{ + "type":"structure", + "required":["arn"], + "members":{ + "arn":{"shape":"IngestConfigurationArn"}, + "stageArn":{"shape":"IngestConfigurationStageArn"} + } + }, + "UpdateIngestConfigurationResponse":{ + "type":"structure", + "members":{ + "ingestConfiguration":{"shape":"IngestConfiguration"} + } + }, "UpdateStageRequest":{ "type":"structure", "required":["arn"], diff --git a/apis/ivs-realtime/2020-07-14/docs-2.json b/apis/ivs-realtime/2020-07-14/docs-2.json index d5ce211ea3a..42a72148415 100644 --- a/apis/ivs-realtime/2020-07-14/docs-2.json +++ b/apis/ivs-realtime/2020-07-14/docs-2.json @@ -1,18 +1,21 @@ { "version": "2.0", - "service": "

The Amazon Interactive Video Service (IVS) real-time API is REST compatible, using a standard HTTP API and an AWS EventBridge event stream for responses. JSON is used for both requests and responses, including errors.

Key Concepts

For server-side composition:

For more information about your IVS live stream, also see Getting Started with Amazon IVS Real-Time Streaming.

Tagging

A tag is a metadata label that you assign to an AWS resource. A tag comprises a key and a value, both set by you. For example, you might set a tag as topic:nature to label a particular video category. See Tagging AWS Resources for more information, including restrictions that apply to tags and \"Tag naming limits and requirements\"; Amazon IVS stages has no service-specific constraints beyond what is documented there.

Tags can help you identify and organize your AWS resources. For example, you can use the same tag for different resources to indicate that they are related. You can also use tags to manage access (see Access Tags).

The Amazon IVS real-time API has these tag-related endpoints: TagResource, UntagResource, and ListTagsForResource. The following resource supports tagging: Stage.

At most 50 tags can be applied to a resource.

", + "service": "

The Amazon Interactive Video Service (IVS) real-time API is REST compatible, using a standard HTTP API and an AWS EventBridge event stream for responses. JSON is used for both requests and responses, including errors.

Key Concepts

For server-side composition:

For more information about your IVS live stream, also see Getting Started with Amazon IVS Real-Time Streaming.

Tagging

A tag is a metadata label that you assign to an AWS resource. A tag comprises a key and a value, both set by you. For example, you might set a tag as topic:nature to label a particular video category. See Best practices and strategies in Tagging AWS Resources and Tag Editor for details, including restrictions that apply to tags and \"Tag naming limits and requirements\"; Amazon IVS stages has no service-specific constraints beyond what is documented there.

Tags can help you identify and organize your AWS resources. For example, you can use the same tag for different resources to indicate that they are related. You can also use tags to manage access (see Access Tags).

The Amazon IVS real-time API has these tag-related operations: TagResource, UntagResource, and ListTagsForResource. The following resource supports tagging: Stage.

At most 50 tags can be applied to a resource.

", "operations": { "CreateEncoderConfiguration": "

Creates an EncoderConfiguration object.

", + "CreateIngestConfiguration": "

Creates a new IngestConfiguration resource, used to specify the ingest protocol for a stage.

", "CreateParticipantToken": "

Creates an additional token for a specified stage. This can be done after stage creation or when tokens expire. Tokens always are scoped to the stage for which they are created.

Encryption keys are owned by Amazon IVS and never used directly by your application.

", "CreateStage": "

Creates a new stage (and optionally participant tokens).

", "CreateStorageConfiguration": "

Creates a new storage configuration, used to enable recording to Amazon S3. When a StorageConfiguration is created, IVS will modify the S3 bucketPolicy of the provided bucket. This will ensure that IVS has sufficient permissions to write content to the provided bucket.

", "DeleteEncoderConfiguration": "

Deletes an EncoderConfiguration resource. Ensures that no Compositions are using this template; otherwise, returns an error.

", + "DeleteIngestConfiguration": "

Deletes a specified IngestConfiguration, so it can no longer be used to broadcast. An IngestConfiguration cannot be deleted if the publisher is actively streaming to a stage, unless force is set to true.

", "DeletePublicKey": "

Deletes the specified public key used to sign stage participant tokens. This invalidates future participant tokens generated using the key pair’s private key.

", - "DeleteStage": "

Shuts down and deletes the specified stage (disconnecting all participants).

", + "DeleteStage": "

Shuts down and deletes the specified stage (disconnecting all participants). This operation also removes the stageArn from the associated IngestConfiguration, if there are participants using the IngestConfiguration to publish to the stage.

", "DeleteStorageConfiguration": "

Deletes the storage configuration for the specified ARN.

If you try to delete a storage configuration that is used by a Composition, you will get an error (409 ConflictException). To avoid this, for all Compositions that reference the storage configuration, first use StopComposition and wait for it to complete, then use DeleteStorageConfiguration.

", - "DisconnectParticipant": "

Disconnects a specified participant and revokes the participant permanently from a specified stage.

", + "DisconnectParticipant": "

Disconnects a specified participant from a specified stage. If the participant is publishing using an IngestConfiguration, DisconnectParticipant also updates the stageArn in the IngestConfiguration to be an empty string.

", "GetComposition": "

Get information about the specified Composition resource.

", "GetEncoderConfiguration": "

Gets information about the specified EncoderConfiguration resource.

", + "GetIngestConfiguration": "

Gets information about the specified IngestConfiguration.

", "GetParticipant": "

Gets information about the specified participant token.

", "GetPublicKey": "

Gets information for the specified public key.

", "GetStage": "

Gets information for the specified stage.

", @@ -21,6 +24,7 @@ "ImportPublicKey": "

Import a public key to be used for signing stage participant tokens.

", "ListCompositions": "

Gets summary information about all Compositions in your account, in the AWS region where the API request is processed.

", "ListEncoderConfigurations": "

Gets summary information about all EncoderConfigurations in your account, in the AWS region where the API request is processed.

", + "ListIngestConfigurations": "

Lists all IngestConfigurations in your account, in the AWS region where the API request is processed.

", "ListParticipantEvents": "

Lists events for a specified participant that occurred during a specified stage session.

", "ListParticipants": "

Lists all participants in a specified stage session.

", "ListPublicKeys": "

Gets summary information about all public keys in your account, in the AWS region where the API request is processed.

", @@ -28,10 +32,11 @@ "ListStages": "

Gets summary information about all stages in your account, in the AWS region where the API request is processed.

", "ListStorageConfigurations": "

Gets summary information about all storage configurations in your account, in the AWS region where the API request is processed.

", "ListTagsForResource": "

Gets information about AWS tags for the specified ARN.

", - "StartComposition": "

Starts a Composition from a stage based on the configuration provided in the request.

A Composition is an ephemeral resource that exists after this endpoint returns successfully. Composition stops and the resource is deleted:

", + "StartComposition": "

Starts a Composition from a stage based on the configuration provided in the request.

A Composition is an ephemeral resource that exists after this operation returns successfully. Composition stops and the resource is deleted:

", "StopComposition": "

Stops and deletes a Composition resource. Any broadcast from the Composition resource is stopped.

", "TagResource": "

Adds or updates tags for the AWS resource with the specified ARN.

", "UntagResource": "

Removes tags from the resource with the specified ARN.

", + "UpdateIngestConfiguration": "

Updates a specified IngestConfiguration. Only the stage ARN attached to the IngestConfiguration can be updated. An IngestConfiguration that is active cannot be updated.

", "UpdateStage": "

Updates a stage’s configuration.

" }, "shapes": { @@ -68,6 +73,12 @@ "Video$bitrate": "

Bitrate for generated output, in bps. Default: 2500000.

" } }, + "Boolean": { + "base": null, + "refs": { + "DeleteIngestConfigurationRequest$force": "

Optional field to force deletion of the IngestConfiguration. If this is set to true when a participant is actively publishing, the participant is disconnected from the stage, followed by deletion of the IngestConfiguration. Default: false.

" + } + }, "ChannelArn": { "base": null, "refs": { @@ -136,6 +147,16 @@ "refs": { } }, + "CreateIngestConfigurationRequest": { + "base": null, + "refs": { + } + }, + "CreateIngestConfigurationResponse": { + "base": null, + "refs": { + } + }, "CreateParticipantTokenRequest": { "base": null, "refs": { @@ -176,6 +197,16 @@ "refs": { } }, + "DeleteIngestConfigurationRequest": { + "base": null, + "refs": { + } + }, + "DeleteIngestConfigurationResponse": { + "base": null, + "refs": { + } + }, "DeletePublicKeyRequest": { "base": null, "refs": { @@ -373,6 +404,16 @@ "refs": { } }, + "GetIngestConfigurationRequest": { + "base": null, + "refs": { + } + }, + "GetIngestConfigurationResponse": { + "base": null, + "refs": { + } + }, "GetParticipantRequest": { "base": null, "refs": { @@ -452,6 +493,75 @@ "refs": { } }, + "IngestConfiguration": { + "base": "

Object specifying an ingest configuration.

", + "refs": { + "CreateIngestConfigurationResponse$ingestConfiguration": "

The IngestConfiguration that was created.

", + "GetIngestConfigurationResponse$ingestConfiguration": "

The IngestConfiguration that was returned.

", + "UpdateIngestConfigurationResponse$ingestConfiguration": "

The updated IngestConfiguration.

" + } + }, + "IngestConfigurationArn": { + "base": null, + "refs": { + "DeleteIngestConfigurationRequest$arn": "

ARN of the IngestConfiguration.

", + "GetIngestConfigurationRequest$arn": "

ARN of the ingest for which the information is to be retrieved.

", + "IngestConfiguration$arn": "

Ingest configuration ARN.

", + "IngestConfigurationSummary$arn": "

Ingest configuration ARN.

", + "UpdateIngestConfigurationRequest$arn": "

ARN of the IngestConfiguration, for which the related stage ARN needs to be updated.

" + } + }, + "IngestConfigurationList": { + "base": null, + "refs": { + "ListIngestConfigurationsResponse$ingestConfigurations": "

List of the matching ingest configurations (summary information only).

" + } + }, + "IngestConfigurationName": { + "base": null, + "refs": { + "CreateIngestConfigurationRequest$name": "

Optional name that can be specified for the IngestConfiguration being created.

", + "IngestConfiguration$name": "

Ingest name

", + "IngestConfigurationSummary$name": "

Ingest name.

" + } + }, + "IngestConfigurationStageArn": { + "base": null, + "refs": { + "CreateIngestConfigurationRequest$stageArn": "

ARN of the stage with which the IngestConfiguration is associated.

", + "IngestConfiguration$stageArn": "

ARN of the stage with which the IngestConfiguration is associated.

", + "IngestConfigurationSummary$stageArn": "

ARN of the stage with which the IngestConfiguration is associated.

", + "UpdateIngestConfigurationRequest$stageArn": "

Stage ARN that needs to be updated.

" + } + }, + "IngestConfigurationState": { + "base": null, + "refs": { + "IngestConfiguration$state": "

State of the ingest configuration. It is ACTIVE if a publisher currently is publishing to the stage associated with the ingest configuration.

", + "IngestConfigurationSummary$state": "

State of the ingest configuration. It is ACTIVE if a publisher currently is publishing to the stage associated with the ingest configuration.

", + "ListIngestConfigurationsRequest$filterByState": "

Filters the response list to match the specified state. Only one filter (by stage ARN or by state) can be used at a time.

" + } + }, + "IngestConfigurationSummary": { + "base": "

Summary information about an IngestConfiguration.

", + "refs": { + "IngestConfigurationList$member": null + } + }, + "IngestProtocol": { + "base": null, + "refs": { + "CreateIngestConfigurationRequest$ingestProtocol": "

Type of ingest protocol that the user employs to broadcast. If this is set to RTMP, insecureIngest must be set to true.

", + "IngestConfiguration$ingestProtocol": "

Type of ingest protocol that the user employs for broadcasting.

", + "IngestConfigurationSummary$ingestProtocol": "

Type of ingest protocol that the user employs for broadcasting.

" + } + }, + "InsecureIngest": { + "base": null, + "refs": { + "CreateIngestConfigurationRequest$insecureIngest": "

Whether the stage allows insecure RTMP ingest. This must be set to true, if ingestProtocol is set to RTMP. Default: false.

" + } + }, "InternalServerException": { "base": "

", "refs": { @@ -484,6 +594,16 @@ "refs": { } }, + "ListIngestConfigurationsRequest": { + "base": null, + "refs": { + } + }, + "ListIngestConfigurationsResponse": { + "base": null, + "refs": { + } + }, "ListParticipantEventsRequest": { "base": null, "refs": { @@ -566,6 +686,12 @@ "ListEncoderConfigurationsRequest$maxResults": "

Maximum number of results to return. Default: 100.

" } }, + "MaxIngestConfigurationResults": { + "base": null, + "refs": { + "ListIngestConfigurationsRequest$maxResults": "

Maximum number of results to return. Default: 50.

" + } + }, "MaxParticipantEventResults": { "base": null, "refs": { @@ -616,6 +742,8 @@ "ListCompositionsResponse$nextToken": "

If there are more compositions than maxResults, use nextToken in the request to get the next set.

", "ListEncoderConfigurationsRequest$nextToken": "

The first encoder configuration to retrieve. This is used for pagination; see the nextToken response field.

", "ListEncoderConfigurationsResponse$nextToken": "

If there are more encoder configurations than maxResults, use nextToken in the request to get the next set.

", + "ListIngestConfigurationsRequest$nextToken": "

The first IngestConfiguration to retrieve. This is used for pagination; see the nextToken response field.

", + "ListIngestConfigurationsResponse$nextToken": "

If there are more IngestConfigurations than maxResults, use nextToken in the request to get the next set.

", "ListParticipantEventsRequest$nextToken": "

The first participant event to retrieve. This is used for pagination; see the nextToken response field.

", "ListParticipantEventsResponse$nextToken": "

If there are more events than maxResults, use nextToken in the request to get the next set.

", "ListParticipantsRequest$nextToken": "

The first participant to retrieve. This is used for pagination; see the nextToken response field.

", @@ -639,6 +767,8 @@ "ParticipantAttributes": { "base": null, "refs": { + "CreateIngestConfigurationRequest$attributes": "

Application-provided attributes to store in the IngestConfiguration and attach to a stage. Map keys and values can contain UTF-8 encoded text. The maximum length of this field is 1 KB total. This field is exposed to all stage participants and should not be used for personally identifying, confidential, or sensitive information.

", + "IngestConfiguration$attributes": "

Application-provided attributes to to store in the IngestConfiguration and attach to a stage. Map keys and values can contain UTF-8 encoded text. The maximum length of this field is 1 KB total. This field is exposed to all stage participants and should not be used for personally identifying, confidential, or sensitive information.

", "Participant$attributes": "

Application-provided attributes to encode into the token and attach to a stage. Map keys and values can contain UTF-8 encoded text. The maximum length of this field is 1 KB total. This field is exposed to all stage participants and should not be used for personally identifying, confidential, or sensitive information.

" } }, @@ -659,6 +789,8 @@ "Event$participantId": "

Unique identifier for the participant who triggered the event. This is assigned by IVS.

", "Event$remoteParticipantId": "

Unique identifier for the remote participant. For a subscribe event, this is the publisher. For a publish or join event, this is null. This is assigned by IVS.

", "GetParticipantRequest$participantId": "

Unique identifier for the participant. This is assigned by IVS and returned by CreateParticipantToken.

", + "IngestConfiguration$participantId": "

ID of the participant within the stage.

", + "IngestConfigurationSummary$participantId": "

ID of the participant within the stage.

", "ListParticipantEventsRequest$participantId": "

Unique identifier for this participant. This is assigned by IVS and returned by CreateParticipantToken.

", "Participant$participantId": "

Unique identifier for this participant, assigned by IVS.

", "ParticipantSummary$participantId": "

Unique identifier for this participant, assigned by IVS.

" @@ -670,6 +802,12 @@ "ListParticipantsResponse$participants": "

List of the matching participants (summary information only).

" } }, + "ParticipantProtocol": { + "base": null, + "refs": { + "Participant$protocol": "

Type of ingest protocol that the participant employs for broadcasting.

" + } + }, "ParticipantRecordingFilterByRecordingState": { "base": null, "refs": { @@ -779,7 +917,7 @@ "ParticipantTokenId": { "base": null, "refs": { - "DisconnectParticipantRequest$participantId": "

Identifier of the participant to be disconnected. This is assigned by IVS and returned by CreateParticipantToken.

", + "DisconnectParticipantRequest$participantId": "

Identifier of the participant to be disconnected. IVS assigns this; it is returned by CreateParticipantToken (for streams using WebRTC ingest) or CreateIngestConfiguration (for streams using RTMP ingest).

", "ParticipantToken$participantId": "

Unique identifier for this participant token, assigned by IVS.

" } }, @@ -977,6 +1115,7 @@ "GetStageRequest$arn": "

ARN of the stage for which the information is to be retrieved.

", "GetStageSessionRequest$stageArn": "

ARN of the stage for which the information is to be retrieved.

", "ListCompositionsRequest$filterByStageArn": "

Filters the Composition list to match the specified Stage ARN.

", + "ListIngestConfigurationsRequest$filterByStageArn": "

Filters the response list to match the specified stage ARN. Only one filter (by stage ARN or by state) can be used at a time.

", "ListParticipantEventsRequest$stageArn": "

Stage ARN.

", "ListParticipantsRequest$stageArn": "

Stage ARN.

", "ListStageSessionsRequest$stageArn": "

Stage ARN.

", @@ -990,11 +1129,13 @@ "base": null, "refs": { "StageEndpoints$events": "

Events endpoint.

", - "StageEndpoints$whip": "

WHIP endpoint.

" + "StageEndpoints$whip": "

The endpoint to be used for IVS real-time streaming using the WHIP protocol.

", + "StageEndpoints$rtmp": "

The endpoint to be used for IVS real-time streaming using the RTMP protocol.

", + "StageEndpoints$rtmps": "

The endpoint to be used for IVS real-time streaming using the RTMPS protocol.

" } }, "StageEndpoints": { - "base": "

Summary information about various endpoints for a stage.

", + "base": "

Summary information about various endpoints for a stage. We recommend that you cache these values at stage creation; the values can be cached for up to 14 days.

", "refs": { "Stage$endpoints": "

Summary information about various endpoints for a stage.

" } @@ -1108,6 +1249,12 @@ "ListStorageConfigurationsResponse$storageConfigurations": "

List of the matching storage configurations.

" } }, + "StreamKey": { + "base": null, + "refs": { + "IngestConfiguration$streamKey": "

Ingest-key value for the RTMP(S) protocol.

" + } + }, "String": { "base": null, "refs": { @@ -1130,7 +1277,7 @@ "TagKeyList": { "base": null, "refs": { - "UntagResourceRequest$tagKeys": "

Array of tags to be removed. Array of maps, each of the form string:string (key:value). See Tagging AWS Resources for details, including restrictions that apply to tags and \"Tag naming limits and requirements\"; Amazon IVS has no constraints beyond what is documented there.

" + "UntagResourceRequest$tagKeys": "

Array of tags to be removed. Array of maps, each of the form string:string (key:value). See Best practices and strategies in Tagging AWS Resources and Tag Editor for details, including restrictions that apply to tags and \"Tag naming limits and requirements\"; Amazon IVS has no constraints on tags beyond what is documented there.

" } }, "TagResourceRequest": { @@ -1152,23 +1299,25 @@ "Tags": { "base": null, "refs": { - "Composition$tags": "

Tags attached to the resource. Array of maps, each of the form string:string (key:value). See Tagging AWS Resources for details, including restrictions that apply to tags and \"Tag naming limits and requirements\"; Amazon IVS has no constraints on tags beyond what is documented there.

", - "CompositionSummary$tags": "

Tags attached to the resource. Array of maps, each of the form string:string (key:value). See Tagging AWS Resources for details, including restrictions that apply to tags and \"Tag naming limits and requirements\"; Amazon IVS has no constraints on tags beyond what is documented there.

", - "CreateEncoderConfigurationRequest$tags": "

Tags attached to the resource. Array of maps, each of the form string:string (key:value). See Tagging AWS Resources for details, including restrictions that apply to tags and \"Tag naming limits and requirements\"; Amazon IVS has no constraints on tags beyond what is documented there.

", - "CreateStageRequest$tags": "

Tags attached to the resource. Array of maps, each of the form string:string (key:value). See Tagging AWS Resources for details, including restrictions that apply to tags and \"Tag naming limits and requirements\"; Amazon IVS has no constraints on tags beyond what is documented there.

", - "CreateStorageConfigurationRequest$tags": "

Tags attached to the resource. Array of maps, each of the form string:string (key:value). See Tagging AWS Resources for details, including restrictions that apply to tags and \"Tag naming limits and requirements\"; Amazon IVS has no constraints on tags beyond what is documented there.

", - "EncoderConfiguration$tags": "

Tags attached to the resource. Array of maps, each of the form string:string (key:value). See Tagging AWS Resources for details, including restrictions that apply to tags and \"Tag naming limits and requirements\"; Amazon IVS has no constraints on tags beyond what is documented there.

", - "EncoderConfigurationSummary$tags": "

Tags attached to the resource. Array of maps, each of the form string:string (key:value). See Tagging AWS Resources for details, including restrictions that apply to tags and \"Tag naming limits and requirements\"; Amazon IVS has no constraints on tags beyond what is documented there.

", - "ImportPublicKeyRequest$tags": "

Tags attached to the resource. Array of maps, each of the form string:string (key:value). See Tagging AWS Resources for details, including restrictions that apply to tags and \"Tag naming limits and requirements\"; Amazon IVS has no constraints on tags beyond what is documented there.

", + "Composition$tags": "

Tags attached to the resource. Array of maps, each of the form string:string (key:value). See Best practices and strategies in Tagging AWS Resources and Tag Editor for details, including restrictions that apply to tags and \"Tag naming limits and requirements\"; Amazon IVS has no constraints on tags beyond what is documented there.

", + "CompositionSummary$tags": "

Tags attached to the resource. Array of maps, each of the form string:string (key:value). See Best practices and strategies in Tagging AWS Resources and Tag Editor for details, including restrictions that apply to tags and \"Tag naming limits and requirements\"; Amazon IVS has no constraints on tags beyond what is documented there.

", + "CreateEncoderConfigurationRequest$tags": "

Tags attached to the resource. Array of maps, each of the form string:string (key:value). See Best practices and strategies in Tagging AWS Resources and Tag Editor for details, including restrictions that apply to tags and \"Tag naming limits and requirements\"; Amazon IVS has no constraints on tags beyond what is documented there.

", + "CreateIngestConfigurationRequest$tags": "

Tags attached to the resource. Array of maps, each of the form string:string (key:value). See Best practices and strategies in Tagging AWS Resources and Tag Editor for details, including restrictions that apply to tags and \"Tag naming limits and requirements\"; Amazon IVS has no constraints on tags beyond what is documented there.

", + "CreateStageRequest$tags": "

Tags attached to the resource. Array of maps, each of the form string:string (key:value). See Best practices and strategies in Tagging AWS Resources and Tag Editor for details, including restrictions that apply to tags and \"Tag naming limits and requirements\"; Amazon IVS has no constraints on tags beyond what is documented there.

", + "CreateStorageConfigurationRequest$tags": "

Tags attached to the resource. Array of maps, each of the form string:string (key:value). See Best practices and strategies in Tagging AWS Resources and Tag Editor for details, including restrictions that apply to tags and \"Tag naming limits and requirements\"; Amazon IVS has no constraints on tags beyond what is documented there.

", + "EncoderConfiguration$tags": "

Tags attached to the resource. Array of maps, each of the form string:string (key:value). See Best practices and strategies in Tagging AWS Resources and Tag Editor for details, including restrictions that apply to tags and \"Tag naming limits and requirements\"; Amazon IVS has no constraints on tags beyond what is documented there.

", + "EncoderConfigurationSummary$tags": "

Tags attached to the resource. Array of maps, each of the form string:string (key:value). See Best practices and strategies in Tagging AWS Resources and Tag Editor for details, including restrictions that apply to tags and \"Tag naming limits and requirements\"; Amazon IVS has no constraints on tags beyond what is documented there.

", + "ImportPublicKeyRequest$tags": "

Tags attached to the resource. Array of maps, each of the form string:string (key:value). See Best practices and strategies in Tagging AWS Resources and Tag Editor for details, including restrictions that apply to tags and \"Tag naming limits and requirements\"; Amazon IVS has no constraints on tags beyond what is documented there.

", + "IngestConfiguration$tags": "

Tags attached to the resource. Array of maps, each of the form string:string (key:value). See Best practices and strategies in Tagging AWS Resources and Tag Editor for details, including restrictions that apply to tags and \"Tag naming limits and requirements\"; Amazon IVS has no constraints on tags beyond what is documented there.

", "ListTagsForResourceResponse$tags": "

Tags attached to the resource. Array of maps, each of the form string:string (key:value).

", - "PublicKey$tags": "

Tags attached to the resource. Array of maps, each of the form string:string (key:value). See Tagging AWS Resources for details, including restrictions that apply to tags and \"Tag naming limits and requirements\"; Amazon IVS has no constraints on tags beyond what is documented there.

", - "PublicKeySummary$tags": "

Tags attached to the resource. Array of maps, each of the form string:string (key:value). See Tagging AWS Resources for details, including restrictions that apply to tags and \"Tag naming limits and requirements\"; Amazon IVS has no constraints on tags beyond what is documented there.

", - "Stage$tags": "

Tags attached to the resource. Array of maps, each of the form string:string (key:value). See Tagging AWS Resources for details, including restrictions that apply to tags and \"Tag naming limits and requirements\"; Amazon IVS has no constraints on tags beyond what is documented there.

", - "StageSummary$tags": "

Tags attached to the resource. Array of maps, each of the form string:string (key:value). See Tagging AWS Resources for details, including restrictions that apply to tags and \"Tag naming limits and requirements\"; Amazon IVS has no constraints on tags beyond what is documented there.

", - "StartCompositionRequest$tags": "

Tags attached to the resource. Array of maps, each of the form string:string (key:value). See Tagging AWS Resources for details, including restrictions that apply to tags and \"Tag naming limits and requirements\"; Amazon IVS has no constraints on tags beyond what is documented there.

", - "StorageConfiguration$tags": "

Tags attached to the resource. Array of maps, each of the form string:string (key:value). See Tagging AWS Resources for details, including restrictions that apply to tags and \"Tag naming limits and requirements\"; Amazon IVS has no constraints on tags beyond what is documented there.

", - "StorageConfigurationSummary$tags": "

Tags attached to the resource. Array of maps, each of the form string:string (key:value). See Tagging AWS Resources for details, including restrictions that apply to tags and \"Tag naming limits and requirements\"; Amazon IVS has no constraints on tags beyond what is documented there.

", - "TagResourceRequest$tags": "

Array of tags to be added or updated. Array of maps, each of the form string:string (key:value). See Tagging AWS Resources for details, including restrictions that apply to tags and \"Tag naming limits and requirements\"; Amazon IVS has no constraints beyond what is documented there.

" + "PublicKey$tags": "

Tags attached to the resource. Array of maps, each of the form string:string (key:value). See Best practices and strategies in Tagging AWS Resources and Tag Editor for details, including restrictions that apply to tags and \"Tag naming limits and requirements\"; Amazon IVS has no constraints on tags beyond what is documented there.

", + "PublicKeySummary$tags": "

Tags attached to the resource. Array of maps, each of the form string:string (key:value). See Best practices and strategies in Tagging AWS Resources and Tag Editor for details, including restrictions that apply to tags and \"Tag naming limits and requirements\"; Amazon IVS has no constraints on tags beyond what is documented there.

", + "Stage$tags": "

Tags attached to the resource. Array of maps, each of the form string:string (key:value). See Best practices and strategies in Tagging AWS Resources and Tag Editor for details, including restrictions that apply to tags and \"Tag naming limits and requirements\"; Amazon IVS has no constraints on tags beyond what is documented there.

", + "StageSummary$tags": "

Tags attached to the resource. Array of maps, each of the form string:string (key:value). See Best practices and strategies in Tagging AWS Resources and Tag Editor for details, including restrictions that apply to tags and \"Tag naming limits and requirements\"; Amazon IVS has no constraints on tags beyond what is documented there.

", + "StartCompositionRequest$tags": "

Tags attached to the resource. Array of maps, each of the form string:string (key:value). See Best practices and strategies in Tagging AWS Resources and Tag Editor for details, including restrictions that apply to tags and \"Tag naming limits and requirements\"; Amazon IVS has no constraints on tags beyond what is documented there.

", + "StorageConfiguration$tags": "

Tags attached to the resource. Array of maps, each of the form string:string (key:value). See Best practices and strategies in Tagging AWS Resources and Tag Editor for details, including restrictions that apply to tags and \"Tag naming limits and requirements\"; Amazon IVS has no constraints on tags beyond what is documented there.

", + "StorageConfigurationSummary$tags": "

Tags attached to the resource. Array of maps, each of the form string:string (key:value). See Best practices and strategies in Tagging AWS Resources and Tag Editor for details, including restrictions that apply to tags and \"Tag naming limits and requirements\"; Amazon IVS has no constraints on tags beyond what is documented there.

", + "TagResourceRequest$tags": "

Array of tags to be added or updated. Array of maps, each of the form string:string (key:value). See Best practices and strategies in Tagging AWS Resources and Tag Editor for details, including restrictions that apply to tags and \"Tag naming limits and requirements\"; Amazon IVS has no constraints on tags beyond what is documented there.

" } }, "Time": { @@ -1201,6 +1350,16 @@ "refs": { } }, + "UpdateIngestConfigurationRequest": { + "base": null, + "refs": { + } + }, + "UpdateIngestConfigurationResponse": { + "base": null, + "refs": { + } + }, "UpdateStageRequest": { "base": null, "refs": { @@ -1214,6 +1373,9 @@ "UserId": { "base": null, "refs": { + "CreateIngestConfigurationRequest$userId": "

Customer-assigned name to help identify the participant using the IngestConfiguration; this can be used to link a participant to a user in the customer’s own systems. This can be any UTF-8 encoded text. This field is exposed to all stage participants and should not be used for personally identifying, confidential, or sensitive information.

", + "IngestConfiguration$userId": "

Customer-assigned name to help identify the participant using the IngestConfiguration; this can be used to link a participant to a user in the customer’s own systems. This can be any UTF-8 encoded text. This field is exposed to all stage participants and should not be used for personally identifying, confidential, or sensitive information.

", + "IngestConfigurationSummary$userId": "

Customer-assigned name to help identify the participant using the IngestConfiguration; this can be used to link a participant to a user in the customer’s own systems. This can be any UTF-8 encoded text. This field is exposed to all stage participants and should not be used for personally identifying, confidential, or sensitive information.

", "ListParticipantsRequest$filterByUserId": "

Filters the response list to match the specified user ID. Only one of filterByUserId, filterByPublished, filterByState, or filterByRecordingState can be provided per request. A userId is a customer-assigned name to help identify the token; this can be used to link a participant to a user in the customer’s own systems.

", "Participant$userId": "

Customer-assigned name to help identify the token; this can be used to link a participant to a user in the customer’s own systems. This can be any UTF-8 encoded text. This field is exposed to all stage participants and should not be used for personally identifying, confidential, or sensitive information.

", "ParticipantSummary$userId": "

Customer-assigned name to help identify the token; this can be used to link a participant to a user in the customer’s own systems. This can be any UTF-8 encoded text. This field is exposed to all stage participants and should not be used for personally identifying, confidential, or sensitive information.

" diff --git a/apis/ivs-realtime/2020-07-14/paginators-1.json b/apis/ivs-realtime/2020-07-14/paginators-1.json index f8e81fa57e5..309300d0e94 100644 --- a/apis/ivs-realtime/2020-07-14/paginators-1.json +++ b/apis/ivs-realtime/2020-07-14/paginators-1.json @@ -10,6 +10,12 @@ "output_token": "nextToken", "limit_key": "maxResults" }, + "ListIngestConfigurations": { + "input_token": "nextToken", + "output_token": "nextToken", + "limit_key": "maxResults", + "result_key": "ingestConfigurations" + }, "ListParticipantEvents": { "input_token": "nextToken", "output_token": "nextToken", diff --git a/apis/kafka/2018-11-14/api-2.json b/apis/kafka/2018-11-14/api-2.json index fb923ea419d..0f122880f1f 100644 --- a/apis/kafka/2018-11-14/api-2.json +++ b/apis/kafka/2018-11-14/api-2.json @@ -9,37 +9,48 @@ "protocol": "rest-json", "jsonVersion": "1.1", "uid": "kafka-2018-11-14", - "signatureVersion": "v4" + "signatureVersion": "v4", + "auth": [ + "aws.auth#sigv4" + ] }, "operations": { - "BatchAssociateScramSecret" : { - "name" : "BatchAssociateScramSecret", - "http" : { - "method" : "POST", - "requestUri" : "/v1/clusters/{clusterArn}/scram-secrets", - "responseCode" : 200 - }, - "input" : { - "shape" : "BatchAssociateScramSecretRequest" - }, - "output" : { - "shape" : "BatchAssociateScramSecretResponse" - }, - "errors" : [ { - "shape" : "BadRequestException" - }, { - "shape" : "UnauthorizedException" - }, { - "shape" : "InternalServerErrorException" - }, { - "shape" : "ForbiddenException" - }, { - "shape" : "NotFoundException" - }, { - "shape" : "ServiceUnavailableException" - }, { - "shape" : "TooManyRequestsException" - } ] + "BatchAssociateScramSecret": { + "name": "BatchAssociateScramSecret", + "http": { + "method": "POST", + "requestUri": "/v1/clusters/{clusterArn}/scram-secrets", + "responseCode": 200 + }, + "input": { + "shape": "BatchAssociateScramSecretRequest" + }, + "output": { + "shape": "BatchAssociateScramSecretResponse" + }, + "errors": [ + { + "shape": "BadRequestException" + }, + { + "shape": "UnauthorizedException" + }, + { + "shape": "InternalServerErrorException" + }, + { + "shape": "ForbiddenException" + }, + { + "shape": "NotFoundException" + }, + { + "shape": "ServiceUnavailableException" + }, + { + "shape": "TooManyRequestsException" + } + ] }, "CreateCluster": { "name": "CreateCluster", @@ -300,7 +311,7 @@ }, "errors": [ { - "shape": "BadRequestException" + "shape": "BadRequestException" }, { "shape": "UnauthorizedException" @@ -443,34 +454,42 @@ } ] }, - "DescribeClusterOperationV2" : { - "name" : "DescribeClusterOperationV2", - "http" : { - "method" : "GET", - "requestUri" : "/api/v2/operations/{clusterOperationArn}", - "responseCode" : 200 - }, - "input" : { - "shape" : "DescribeClusterOperationV2Request" - }, - "output" : { - "shape" : "DescribeClusterOperationV2Response" - }, - "errors" : [ { - "shape" : "BadRequestException" - }, { - "shape" : "UnauthorizedException" - }, { - "shape" : "InternalServerErrorException" - }, { - "shape" : "ForbiddenException" - }, { - "shape" : "NotFoundException" - }, { - "shape" : "ServiceUnavailableException" - }, { - "shape" : "TooManyRequestsException" - } ] + "DescribeClusterOperationV2": { + "name": "DescribeClusterOperationV2", + "http": { + "method": "GET", + "requestUri": "/api/v2/operations/{clusterOperationArn}", + "responseCode": 200 + }, + "input": { + "shape": "DescribeClusterOperationV2Request" + }, + "output": { + "shape": "DescribeClusterOperationV2Response" + }, + "errors": [ + { + "shape": "BadRequestException" + }, + { + "shape": "UnauthorizedException" + }, + { + "shape": "InternalServerErrorException" + }, + { + "shape": "ForbiddenException" + }, + { + "shape": "NotFoundException" + }, + { + "shape": "ServiceUnavailableException" + }, + { + "shape": "TooManyRequestsException" + } + ] }, "DescribeConfiguration": { "name": "DescribeConfiguration", @@ -611,34 +630,42 @@ } ] }, - "BatchDisassociateScramSecret" : { - "name" : "BatchDisassociateScramSecret", - "http" : { - "method" : "PATCH", - "requestUri" : "/v1/clusters/{clusterArn}/scram-secrets", - "responseCode" : 200 - }, - "input" : { - "shape" : "BatchDisassociateScramSecretRequest" - }, - "output" : { - "shape" : "BatchDisassociateScramSecretResponse" - }, - "errors" : [ { - "shape" : "BadRequestException" - }, { - "shape" : "UnauthorizedException" - }, { - "shape" : "InternalServerErrorException" - }, { - "shape" : "ForbiddenException" - }, { - "shape" : "NotFoundException" - }, { - "shape" : "ServiceUnavailableException" - }, { - "shape" : "TooManyRequestsException" - } ] + "BatchDisassociateScramSecret": { + "name": "BatchDisassociateScramSecret", + "http": { + "method": "PATCH", + "requestUri": "/v1/clusters/{clusterArn}/scram-secrets", + "responseCode": 200 + }, + "input": { + "shape": "BatchDisassociateScramSecretRequest" + }, + "output": { + "shape": "BatchDisassociateScramSecretResponse" + }, + "errors": [ + { + "shape": "BadRequestException" + }, + { + "shape": "UnauthorizedException" + }, + { + "shape": "InternalServerErrorException" + }, + { + "shape": "ForbiddenException" + }, + { + "shape": "NotFoundException" + }, + { + "shape": "ServiceUnavailableException" + }, + { + "shape": "TooManyRequestsException" + } + ] }, "GetBootstrapBrokers": { "name": "GetBootstrapBrokers", @@ -671,40 +698,40 @@ } ] }, - "GetCompatibleKafkaVersions" : { - "name" : "GetCompatibleKafkaVersions", - "http" : { - "method" : "GET", - "requestUri" : "/v1/compatible-kafka-versions", - "responseCode" : 200 + "GetCompatibleKafkaVersions": { + "name": "GetCompatibleKafkaVersions", + "http": { + "method": "GET", + "requestUri": "/v1/compatible-kafka-versions", + "responseCode": 200 }, - "input" : { - "shape" : "GetCompatibleKafkaVersionsRequest" + "input": { + "shape": "GetCompatibleKafkaVersionsRequest" }, - "output" : { - "shape" : "GetCompatibleKafkaVersionsResponse" + "output": { + "shape": "GetCompatibleKafkaVersionsResponse" }, - "errors" : [ + "errors": [ { - "shape" : "BadRequestException" + "shape": "BadRequestException" }, { - "shape" : "UnauthorizedException" + "shape": "UnauthorizedException" }, { - "shape" : "InternalServerErrorException" + "shape": "InternalServerErrorException" }, { - "shape" : "ForbiddenException" + "shape": "ForbiddenException" }, { - "shape" : "NotFoundException" + "shape": "NotFoundException" }, { - "shape" : "ServiceUnavailableException" + "shape": "ServiceUnavailableException" }, { - "shape" : "TooManyRequestsException" + "shape": "TooManyRequestsException" } ] }, @@ -736,34 +763,42 @@ } ] }, - "ListClusterOperationsV2" : { - "name" : "ListClusterOperationsV2", - "http" : { - "method" : "GET", - "requestUri" : "/api/v2/clusters/{clusterArn}/operations", - "responseCode" : 200 - }, - "input" : { - "shape" : "ListClusterOperationsV2Request" - }, - "output" : { - "shape" : "ListClusterOperationsV2Response" - }, - "errors" : [ { - "shape" : "BadRequestException" - }, { - "shape" : "UnauthorizedException" - }, { - "shape" : "InternalServerErrorException" - }, { - "shape" : "ForbiddenException" - }, { - "shape" : "NotFoundException" - }, { - "shape" : "ServiceUnavailableException" - }, { - "shape" : "TooManyRequestsException" - } ] + "ListClusterOperationsV2": { + "name": "ListClusterOperationsV2", + "http": { + "method": "GET", + "requestUri": "/api/v2/clusters/{clusterArn}/operations", + "responseCode": 200 + }, + "input": { + "shape": "ListClusterOperationsV2Request" + }, + "output": { + "shape": "ListClusterOperationsV2Response" + }, + "errors": [ + { + "shape": "BadRequestException" + }, + { + "shape": "UnauthorizedException" + }, + { + "shape": "InternalServerErrorException" + }, + { + "shape": "ForbiddenException" + }, + { + "shape": "NotFoundException" + }, + { + "shape": "ServiceUnavailableException" + }, + { + "shape": "TooManyRequestsException" + } + ] }, "ListClusters": { "name": "ListClusters", @@ -979,34 +1014,42 @@ } ] }, - "ListScramSecrets" : { - "name" : "ListScramSecrets", - "http" : { - "method" : "GET", - "requestUri" : "/v1/clusters/{clusterArn}/scram-secrets", - "responseCode" : 200 - }, - "input" : { - "shape" : "ListScramSecretsRequest" - }, - "output" : { - "shape" : "ListScramSecretsResponse" - }, - "errors" : [ { - "shape" : "BadRequestException" - }, { - "shape" : "UnauthorizedException" - }, { - "shape" : "InternalServerErrorException" - }, { - "shape" : "ForbiddenException" - }, { - "shape" : "NotFoundException" - }, { - "shape" : "ServiceUnavailableException" - }, { - "shape" : "TooManyRequestsException" - } ] + "ListScramSecrets": { + "name": "ListScramSecrets", + "http": { + "method": "GET", + "requestUri": "/v1/clusters/{clusterArn}/scram-secrets", + "responseCode": 200 + }, + "input": { + "shape": "ListScramSecretsRequest" + }, + "output": { + "shape": "ListScramSecretsResponse" + }, + "errors": [ + { + "shape": "BadRequestException" + }, + { + "shape": "UnauthorizedException" + }, + { + "shape": "InternalServerErrorException" + }, + { + "shape": "ForbiddenException" + }, + { + "shape": "NotFoundException" + }, + { + "shape": "ServiceUnavailableException" + }, + { + "shape": "TooManyRequestsException" + } + ] }, "ListTagsForResource": { "name": "ListTagsForResource", @@ -1147,7 +1190,7 @@ "shape": "BadRequestException" }, { - "shape" : "UnauthorizedException" + "shape": "UnauthorizedException" }, { "shape": "InternalServerErrorException" @@ -1178,7 +1221,7 @@ "shape": "BadRequestException" }, { - "shape" : "UnauthorizedException" + "shape": "UnauthorizedException" }, { "shape": "InternalServerErrorException" @@ -1209,7 +1252,7 @@ "shape": "BadRequestException" }, { - "shape" : "UnauthorizedException" + "shape": "UnauthorizedException" }, { "shape": "InternalServerErrorException" @@ -1464,104 +1507,110 @@ } ] }, - "UpdateClusterKafkaVersion" : { - "name" : "UpdateClusterKafkaVersion", - "http" : { - "method" : "PUT", - "requestUri" : "/v1/clusters/{clusterArn}/version", - "responseCode" : 200 + "UpdateClusterKafkaVersion": { + "name": "UpdateClusterKafkaVersion", + "http": { + "method": "PUT", + "requestUri": "/v1/clusters/{clusterArn}/version", + "responseCode": 200 }, - "input" : { - "shape" : "UpdateClusterKafkaVersionRequest" + "input": { + "shape": "UpdateClusterKafkaVersionRequest" }, - "output" : { - "shape" : "UpdateClusterKafkaVersionResponse" + "output": { + "shape": "UpdateClusterKafkaVersionResponse" }, - "errors" : [ + "errors": [ { - "shape" : "BadRequestException" + "shape": "BadRequestException" }, { - "shape" : "UnauthorizedException" + "shape": "UnauthorizedException" }, { - "shape" : "InternalServerErrorException" + "shape": "InternalServerErrorException" }, { - "shape" : "ForbiddenException" + "shape": "ForbiddenException" }, { - "shape" : "NotFoundException" + "shape": "NotFoundException" }, { - "shape" : "ServiceUnavailableException" + "shape": "ServiceUnavailableException" }, { - "shape" : "TooManyRequestsException" + "shape": "TooManyRequestsException" } ] }, - "UpdateConnectivity":{ - "name":"UpdateConnectivity", - "http":{ - "method":"PUT", - "requestUri":"/v1/clusters/{clusterArn}/connectivity", - "responseCode":200 + "UpdateConnectivity": { + "name": "UpdateConnectivity", + "http": { + "method": "PUT", + "requestUri": "/v1/clusters/{clusterArn}/connectivity", + "responseCode": 200 }, - "input":{ - "shape":"UpdateConnectivityRequest" + "input": { + "shape": "UpdateConnectivityRequest" }, - "output":{ - "shape":"UpdateConnectivityResponse" + "output": { + "shape": "UpdateConnectivityResponse" }, - "errors":[ + "errors": [ { - "shape":"BadRequestException" + "shape": "BadRequestException" }, { - "shape":"UnauthorizedException" + "shape": "UnauthorizedException" }, { - "shape":"InternalServerErrorException" + "shape": "InternalServerErrorException" }, { - "shape":"ForbiddenException" + "shape": "ForbiddenException" }, { - "shape":"NotFoundException" + "shape": "NotFoundException" }, { - "shape":"ServiceUnavailableException" + "shape": "ServiceUnavailableException" }, { - "shape":"TooManyRequestsException" + "shape": "TooManyRequestsException" } ] }, - "UpdateMonitoring" : { - "name" : "UpdateMonitoring", - "http" : { - "method" : "PUT", - "requestUri" : "/v1/clusters/{clusterArn}/monitoring", - "responseCode" : 200 + "UpdateMonitoring": { + "name": "UpdateMonitoring", + "http": { + "method": "PUT", + "requestUri": "/v1/clusters/{clusterArn}/monitoring", + "responseCode": 200 }, - "input" : { - "shape" : "UpdateMonitoringRequest" + "input": { + "shape": "UpdateMonitoringRequest" }, - "output" : { - "shape" : "UpdateMonitoringResponse" + "output": { + "shape": "UpdateMonitoringResponse" }, - "errors" : [ { - "shape" : "ServiceUnavailableException" - }, { - "shape" : "BadRequestException" - }, { - "shape" : "UnauthorizedException" - }, { - "shape" : "InternalServerErrorException" - }, { - "shape" : "ForbiddenException" - } ] + "errors": [ + { + "shape": "ServiceUnavailableException" + }, + { + "shape": "BadRequestException" + }, + { + "shape": "UnauthorizedException" + }, + { + "shape": "InternalServerErrorException" + }, + { + "shape": "ForbiddenException" + } + ] }, "UpdateReplicationInfo": { "name": "UpdateReplicationInfo", @@ -1600,115 +1649,136 @@ } ] }, - "UpdateSecurity" : { - "name" : "UpdateSecurity", - "http" : { - "method" : "PATCH", - "requestUri" : "/v1/clusters/{clusterArn}/security", - "responseCode" : 200 - }, - "input" : { - "shape" : "UpdateSecurityRequest" - }, - "output" : { - "shape" : "UpdateSecurityResponse" - }, - "errors" : [ { - "shape" : "BadRequestException" - }, { - "shape" : "UnauthorizedException" - }, { - "shape" : "InternalServerErrorException" - }, { - "shape" : "ForbiddenException" - }, { - "shape" : "NotFoundException" - }, { - "shape" : "ServiceUnavailableException" - }, { - "shape" : "TooManyRequestsException" - } ] - }, - "UpdateStorage" : { - "name" : "UpdateStorage", - "http" : { - "method" : "PUT", - "requestUri" : "/v1/clusters/{clusterArn}/storage", - "responseCode" : 200 - }, - "input" : { - "shape" : "UpdateStorageRequest" - }, - "output" : { - "shape" : "UpdateStorageResponse" - }, - "errors" : [ { - "shape" : "BadRequestException" - }, { - "shape" : "UnauthorizedException" - }, { - "shape" : "InternalServerErrorException" - }, { - "shape" : "ForbiddenException" - }, { - "shape" : "NotFoundException" - }, { - "shape" : "ServiceUnavailableException" - }, { - "shape" : "TooManyRequestsException" - } ] - } - }, - "shapes": { - "AmazonMskCluster": { - "type": "structure", - "members": { - "MskClusterArn": { - "shape": "__string", - "locationName": "mskClusterArn" - } + "UpdateSecurity": { + "name": "UpdateSecurity", + "http": { + "method": "PATCH", + "requestUri": "/v1/clusters/{clusterArn}/security", + "responseCode": 200 }, - "required": ["MskClusterArn"] - }, - "BatchAssociateScramSecretRequest" : { - "type" : "structure", - "members" : { - "ClusterArn" : { - "shape" : "__string", - "location" : "uri", - "locationName" : "clusterArn" - }, - "SecretArnList" : { - "shape" : "__listOf__string", - "locationName" : "secretArnList" - } + "input": { + "shape": "UpdateSecurityRequest" }, - "required" : [ "ClusterArn", "SecretArnList" ] - }, - "BatchAssociateScramSecretResponse" : { - "type" : "structure", - "members" : { - "ClusterArn" : { - "shape" : "__string", - "locationName" : "clusterArn" + "output": { + "shape": "UpdateSecurityResponse" + }, + "errors": [ + { + "shape": "BadRequestException" }, - "UnprocessedScramSecrets" : { - "shape" : "__listOfUnprocessedScramSecret", - "locationName" : "unprocessedScramSecrets" - } - } - }, - "BadRequestException": { - "type": "structure", - "members": { - "InvalidParameter": { - "shape": "__string", - "locationName": "invalidParameter" + { + "shape": "UnauthorizedException" }, - "Message": { - "shape": "__string", - "locationName": "message" - } + { + "shape": "InternalServerErrorException" + }, + { + "shape": "ForbiddenException" + }, + { + "shape": "NotFoundException" + }, + { + "shape": "ServiceUnavailableException" + }, + { + "shape": "TooManyRequestsException" + } + ] + }, + "UpdateStorage": { + "name": "UpdateStorage", + "http": { + "method": "PUT", + "requestUri": "/v1/clusters/{clusterArn}/storage", + "responseCode": 200 + }, + "input": { + "shape": "UpdateStorageRequest" + }, + "output": { + "shape": "UpdateStorageResponse" + }, + "errors": [ + { + "shape": "BadRequestException" + }, + { + "shape": "UnauthorizedException" + }, + { + "shape": "InternalServerErrorException" + }, + { + "shape": "ForbiddenException" + }, + { + "shape": "NotFoundException" + }, + { + "shape": "ServiceUnavailableException" + }, + { + "shape": "TooManyRequestsException" + } + ] + } + }, + "shapes": { + "AmazonMskCluster": { + "type": "structure", + "members": { + "MskClusterArn": { + "shape": "__string", + "locationName": "mskClusterArn" + } + }, + "required": [ + "MskClusterArn" + ] + }, + "BatchAssociateScramSecretRequest": { + "type": "structure", + "members": { + "ClusterArn": { + "shape": "__string", + "location": "uri", + "locationName": "clusterArn" + }, + "SecretArnList": { + "shape": "__listOf__string", + "locationName": "secretArnList" + } + }, + "required": [ + "ClusterArn", + "SecretArnList" + ] + }, + "BatchAssociateScramSecretResponse": { + "type": "structure", + "members": { + "ClusterArn": { + "shape": "__string", + "locationName": "clusterArn" + }, + "UnprocessedScramSecrets": { + "shape": "__listOfUnprocessedScramSecret", + "locationName": "unprocessedScramSecrets" + } + } + }, + "BadRequestException": { + "type": "structure", + "members": { + "InvalidParameter": { + "shape": "__string", + "locationName": "invalidParameter" + }, + "Message": { + "shape": "__string", + "locationName": "message" + } }, "exception": true, "error": { @@ -1728,9 +1798,9 @@ "shape": "__string", "locationName": "kafkaBrokerNodeId" }, - "ProvisionedThroughput" : { - "shape" : "ProvisionedThroughput", - "locationName" : "provisionedThroughput" + "ProvisionedThroughput": { + "shape": "ProvisionedThroughput", + "locationName": "provisionedThroughput" }, "VolumeSizeGB": { "shape": "__integer", @@ -1741,20 +1811,20 @@ "KafkaBrokerNodeId" ] }, - "BrokerLogs" : { - "type" : "structure", - "members" : { - "CloudWatchLogs" : { - "shape" : "CloudWatchLogs", - "locationName" : "cloudWatchLogs" + "BrokerLogs": { + "type": "structure", + "members": { + "CloudWatchLogs": { + "shape": "CloudWatchLogs", + "locationName": "cloudWatchLogs" }, - "Firehose" : { - "shape" : "Firehose", - "locationName" : "firehose" + "Firehose": { + "shape": "Firehose", + "locationName": "firehose" }, - "S3" : { - "shape" : "S3", - "locationName" : "s3" + "S3": { + "shape": "S3", + "locationName": "s3" } } }, @@ -1781,9 +1851,9 @@ "shape": "StorageInfo", "locationName": "storageInfo" }, - "ConnectivityInfo":{ - "shape":"ConnectivityInfo", - "locationName":"connectivityInfo" + "ConnectivityInfo": { + "shape": "ConnectivityInfo", + "locationName": "connectivityInfo" }, "ZoneIds": { "shape": "__listOf__string", @@ -1841,33 +1911,33 @@ } } }, - "ClientAuthentication" : { - "type" : "structure", - "members" : { - "Sasl" : { - "shape" : "Sasl", - "locationName" : "sasl" + "ClientAuthentication": { + "type": "structure", + "members": { + "Sasl": { + "shape": "Sasl", + "locationName": "sasl" }, - "Tls" : { - "shape" : "Tls", - "locationName" : "tls" + "Tls": { + "shape": "Tls", + "locationName": "tls" }, - "Unauthenticated" : { - "shape" : "Unauthenticated", - "locationName" : "unauthenticated" + "Unauthenticated": { + "shape": "Unauthenticated", + "locationName": "unauthenticated" } } }, - "VpcConnectivityClientAuthentication" : { - "type" : "structure", - "members" : { - "Sasl" : { - "shape" : "VpcConnectivitySasl", - "locationName" : "sasl" + "VpcConnectivityClientAuthentication": { + "type": "structure", + "members": { + "Sasl": { + "shape": "VpcConnectivitySasl", + "locationName": "sasl" }, - "Tls" : { - "shape" : "VpcConnectivityTls", - "locationName" : "tls" + "Tls": { + "shape": "VpcConnectivityTls", + "locationName": "tls" } } }, @@ -1879,19 +1949,21 @@ "PLAINTEXT" ] }, - "CloudWatchLogs" : { - "type" : "structure", - "members" : { - "Enabled" : { - "shape" : "__boolean", - "locationName" : "enabled" + "CloudWatchLogs": { + "type": "structure", + "members": { + "Enabled": { + "shape": "__boolean", + "locationName": "enabled" }, - "LogGroup" : { - "shape" : "__string", - "locationName" : "logGroup" + "LogGroup": { + "shape": "__string", + "locationName": "logGroup" } }, - "required" : [ "Enabled" ] + "required": [ + "Enabled" + ] }, "ClusterInfo": { "type": "structure", @@ -1944,9 +2016,9 @@ "shape": "__integer", "locationName": "numberOfBrokerNodes" }, - "OpenMonitoring" : { - "shape" : "OpenMonitoring", - "locationName" : "openMonitoring" + "OpenMonitoring": { + "shape": "OpenMonitoring", + "locationName": "openMonitoring" }, "State": { "shape": "ClusterState", @@ -1964,13 +2036,13 @@ "shape": "__string", "locationName": "zookeeperConnectString" }, - "ZookeeperConnectStringTls" : { - "shape" : "__string", - "locationName" : "zookeeperConnectStringTls" + "ZookeeperConnectStringTls": { + "shape": "__string", + "locationName": "zookeeperConnectStringTls" }, - "StorageMode" : { - "shape" : "StorageMode", - "locationName" : "storageMode" + "StorageMode": { + "shape": "StorageMode", + "locationName": "storageMode" }, "CustomerActionStatus": { "shape": "CustomerActionStatus", @@ -2031,129 +2103,129 @@ } } }, - "ClusterOperationStep" : { - "type" : "structure", - "members" : { - "StepInfo" : { - "shape" : "ClusterOperationStepInfo", - "locationName" : "stepInfo" + "ClusterOperationStep": { + "type": "structure", + "members": { + "StepInfo": { + "shape": "ClusterOperationStepInfo", + "locationName": "stepInfo" }, - "StepName" : { - "shape" : "__string", - "locationName" : "stepName" + "StepName": { + "shape": "__string", + "locationName": "stepName" } } }, - "ClusterOperationStepInfo" : { - "type" : "structure", - "members" : { - "StepStatus" : { - "shape" : "__string", - "locationName" : "stepStatus" + "ClusterOperationStepInfo": { + "type": "structure", + "members": { + "StepStatus": { + "shape": "__string", + "locationName": "stepStatus" } } }, - "ClusterOperationV2" : { - "type" : "structure", - "members" : { - "ClusterArn" : { - "shape" : "__string", - "locationName" : "clusterArn" + "ClusterOperationV2": { + "type": "structure", + "members": { + "ClusterArn": { + "shape": "__string", + "locationName": "clusterArn" }, - "ClusterType" : { - "shape" : "ClusterType", - "locationName" : "clusterType" + "ClusterType": { + "shape": "ClusterType", + "locationName": "clusterType" }, - "StartTime" : { - "shape" : "__timestampIso8601", - "locationName" : "startTime" + "StartTime": { + "shape": "__timestampIso8601", + "locationName": "startTime" }, - "EndTime" : { - "shape" : "__timestampIso8601", - "locationName" : "endTime" + "EndTime": { + "shape": "__timestampIso8601", + "locationName": "endTime" }, - "OperationArn" : { - "shape" : "__string", - "locationName" : "operationArn" + "OperationArn": { + "shape": "__string", + "locationName": "operationArn" }, - "OperationState" : { - "shape" : "__string", - "locationName" : "operationState" + "OperationState": { + "shape": "__string", + "locationName": "operationState" }, - "OperationType" : { - "shape" : "__string", - "locationName" : "operationType" + "OperationType": { + "shape": "__string", + "locationName": "operationType" }, - "Provisioned" : { - "shape" : "ClusterOperationV2Provisioned", - "locationName" : "provisioned" + "Provisioned": { + "shape": "ClusterOperationV2Provisioned", + "locationName": "provisioned" }, - "Serverless" : { - "shape" : "ClusterOperationV2Serverless", - "locationName" : "serverless" + "Serverless": { + "shape": "ClusterOperationV2Serverless", + "locationName": "serverless" } } }, - "ClusterOperationV2Provisioned" : { - "type" : "structure", - "members" : { - "OperationSteps" : { - "shape" : "__listOfClusterOperationStep", - "locationName" : "operationSteps" + "ClusterOperationV2Provisioned": { + "type": "structure", + "members": { + "OperationSteps": { + "shape": "__listOfClusterOperationStep", + "locationName": "operationSteps" }, - "SourceClusterInfo" : { - "shape" : "MutableClusterInfo", - "locationName" : "sourceClusterInfo" + "SourceClusterInfo": { + "shape": "MutableClusterInfo", + "locationName": "sourceClusterInfo" }, - "TargetClusterInfo" : { - "shape" : "MutableClusterInfo", - "locationName" : "targetClusterInfo" + "TargetClusterInfo": { + "shape": "MutableClusterInfo", + "locationName": "targetClusterInfo" }, - "VpcConnectionInfo" : { - "shape" : "VpcConnectionInfo", - "locationName" : "vpcConnectionInfo" + "VpcConnectionInfo": { + "shape": "VpcConnectionInfo", + "locationName": "vpcConnectionInfo" } } }, - "ClusterOperationV2Serverless" : { - "type" : "structure", - "members" : { - "VpcConnectionInfo" : { - "shape" : "VpcConnectionInfoServerless", - "locationName" : "vpcConnectionInfo" + "ClusterOperationV2Serverless": { + "type": "structure", + "members": { + "VpcConnectionInfo": { + "shape": "VpcConnectionInfoServerless", + "locationName": "vpcConnectionInfo" } } }, - "ClusterOperationV2Summary" : { - "type" : "structure", - "members" : { - "ClusterArn" : { - "shape" : "__string", - "locationName" : "clusterArn" + "ClusterOperationV2Summary": { + "type": "structure", + "members": { + "ClusterArn": { + "shape": "__string", + "locationName": "clusterArn" }, - "ClusterType" : { - "shape" : "ClusterType", - "locationName" : "clusterType" + "ClusterType": { + "shape": "ClusterType", + "locationName": "clusterType" }, - "StartTime" : { - "shape" : "__timestampIso8601", - "locationName" : "startTime" + "StartTime": { + "shape": "__timestampIso8601", + "locationName": "startTime" }, - "EndTime" : { - "shape" : "__timestampIso8601", - "locationName" : "endTime" + "EndTime": { + "shape": "__timestampIso8601", + "locationName": "endTime" }, - "OperationArn" : { - "shape" : "__string", - "locationName" : "operationArn" + "OperationArn": { + "shape": "__string", + "locationName": "operationArn" }, - "OperationState" : { - "shape" : "__string", - "locationName" : "operationState" + "OperationState": { + "shape": "__string", + "locationName": "operationState" }, - "OperationType" : { - "shape" : "__string", - "locationName" : "operationType" + "OperationType": { + "shape": "__string", + "locationName": "operationType" } } }, @@ -2231,16 +2303,16 @@ "TargetClusterArn" ] }, - "CompatibleKafkaVersion" : { - "type" : "structure", - "members" : { - "SourceVersion" : { - "shape" : "__string", - "locationName" : "sourceVersion" + "CompatibleKafkaVersion": { + "type": "structure", + "members": { + "SourceVersion": { + "shape": "__string", + "locationName": "sourceVersion" }, - "TargetVersions" : { - "shape" : "__listOf__string", - "locationName" : "targetVersions" + "TargetVersions": { + "shape": "__listOf__string", + "locationName": "targetVersions" } } }, @@ -2349,29 +2421,29 @@ "httpStatusCode": 409 } }, - "ConnectivityInfo":{ - "type":"structure", - "members":{ - "PublicAccess":{ - "shape":"PublicAccess", - "locationName":"publicAccess" + "ConnectivityInfo": { + "type": "structure", + "members": { + "PublicAccess": { + "shape": "PublicAccess", + "locationName": "publicAccess" }, "VpcConnectivity": { - "shape":"VpcConnectivity", - "locationName":"vpcConnectivity" + "shape": "VpcConnectivity", + "locationName": "vpcConnectivity" } } }, - "BrokerCountUpdateInfo" : { - "type" : "structure", - "members" : { - "CreatedBrokerIds" : { - "shape" : "__listOf__double", - "locationName" : "createdBrokerIds" + "BrokerCountUpdateInfo": { + "type": "structure", + "members": { + "CreatedBrokerIds": { + "shape": "__listOf__double", + "locationName": "createdBrokerIds" }, - "DeletedBrokerIds" : { - "shape" : "__listOf__double", - "locationName" : "deletedBrokerIds" + "DeletedBrokerIds": { + "shape": "__listOf__double", + "locationName": "deletedBrokerIds" } } }, @@ -2395,7 +2467,9 @@ "locationName": "synchroniseConsumerGroupOffsets" } }, - "required": ["ConsumerGroupsToReplicate"] + "required": [ + "ConsumerGroupsToReplicate" + ] }, "ConsumerGroupReplicationUpdate": { "type": "structure", @@ -2417,7 +2491,12 @@ "locationName": "synchroniseConsumerGroupOffsets" } }, - "required": ["ConsumerGroupsToReplicate", "ConsumerGroupsToExclude", "SynchroniseConsumerGroupOffsets", "DetectAndCopyNewConsumerGroups"] + "required": [ + "ConsumerGroupsToReplicate", + "ConsumerGroupsToExclude", + "SynchroniseConsumerGroupOffsets", + "DetectAndCopyNewConsumerGroups" + ] }, "CreateClusterRequest": { "type": "structure", @@ -2458,17 +2537,17 @@ "shape": "__integerMin1Max15", "locationName": "numberOfBrokerNodes" }, - "OpenMonitoring" : { - "shape" : "OpenMonitoringInfo", - "locationName" : "openMonitoring" + "OpenMonitoring": { + "shape": "OpenMonitoringInfo", + "locationName": "openMonitoring" }, "Tags": { "shape": "__mapOf__string", "locationName": "tags" }, - "StorageMode" : { - "shape" : "StorageMode", - "locationName" : "storageMode" + "StorageMode": { + "shape": "StorageMode", + "locationName": "storageMode" } }, "required": [ @@ -2573,7 +2652,12 @@ "locationName": "tags" } }, - "required": ["ServiceExecutionRoleArn", "ReplicatorName", "ReplicationInfoList", "KafkaClusters"] + "required": [ + "ServiceExecutionRoleArn", + "ReplicatorName", + "ReplicationInfoList", + "KafkaClusters" + ] }, "CreateReplicatorResponse": { "type": "structure", @@ -2738,7 +2822,9 @@ "locationName": "replicatorArn" } }, - "required": ["ReplicatorArn"] + "required": [ + "ReplicatorArn" + ] }, "DeleteReplicatorResponse": { "type": "structure", @@ -2792,16 +2878,18 @@ "ClusterOperationArn" ] }, - "DescribeClusterOperationV2Request" : { - "type" : "structure", - "members" : { - "ClusterOperationArn" : { - "shape" : "__string", - "location" : "uri", - "locationName" : "clusterOperationArn" + "DescribeClusterOperationV2Request": { + "type": "structure", + "members": { + "ClusterOperationArn": { + "shape": "__string", + "location": "uri", + "locationName": "clusterOperationArn" } }, - "required" : [ "ClusterOperationArn" ] + "required": [ + "ClusterOperationArn" + ] }, "DescribeClusterOperationResponse": { "type": "structure", @@ -2812,12 +2900,12 @@ } } }, - "DescribeClusterOperationV2Response" : { - "type" : "structure", - "members" : { - "ClusterOperationInfo" : { - "shape" : "ClusterOperationV2", - "locationName" : "clusterOperationInfo" + "DescribeClusterOperationV2Response": { + "type": "structure", + "members": { + "ClusterOperationInfo": { + "shape": "ClusterOperationV2", + "locationName": "clusterOperationInfo" } } }, @@ -2942,7 +3030,9 @@ "locationName": "replicatorArn" } }, - "required": ["ReplicatorArn"] + "required": [ + "ReplicatorArn" + ] }, "DescribeReplicatorResponse": { "type": "structure", @@ -3056,40 +3146,43 @@ } } }, - "BatchDisassociateScramSecretRequest" : { - "type" : "structure", - "members" : { - "ClusterArn" : { - "shape" : "__string", - "location" : "uri", - "locationName" : "clusterArn" + "BatchDisassociateScramSecretRequest": { + "type": "structure", + "members": { + "ClusterArn": { + "shape": "__string", + "location": "uri", + "locationName": "clusterArn" }, - "SecretArnList" : { - "shape" : "__listOf__string", - "locationName" : "secretArnList" + "SecretArnList": { + "shape": "__listOf__string", + "locationName": "secretArnList" } }, - "required" : [ "ClusterArn", "SecretArnList" ] + "required": [ + "ClusterArn", + "SecretArnList" + ] }, - "BatchDisassociateScramSecretResponse" : { - "type" : "structure", - "members" : { - "ClusterArn" : { - "shape" : "__string", - "locationName" : "clusterArn" + "BatchDisassociateScramSecretResponse": { + "type": "structure", + "members": { + "ClusterArn": { + "shape": "__string", + "locationName": "clusterArn" }, - "UnprocessedScramSecrets" : { - "shape" : "__listOfUnprocessedScramSecret", - "locationName" : "unprocessedScramSecrets" + "UnprocessedScramSecrets": { + "shape": "__listOfUnprocessedScramSecret", + "locationName": "unprocessedScramSecrets" } } }, "EBSStorageInfo": { "type": "structure", "members": { - "ProvisionedThroughput" : { - "shape" : "ProvisionedThroughput", - "locationName" : "provisionedThroughput" + "ProvisionedThroughput": { + "shape": "ProvisionedThroughput", + "locationName": "provisionedThroughput" }, "VolumeSize": { "shape": "__integerMin1Max16384", @@ -3157,19 +3250,21 @@ } } }, - "Firehose" : { - "type" : "structure", - "members" : { - "DeliveryStream" : { - "shape" : "__string", - "locationName" : "deliveryStream" + "Firehose": { + "type": "structure", + "members": { + "DeliveryStream": { + "shape": "__string", + "locationName": "deliveryStream" }, - "Enabled" : { - "shape" : "__boolean", - "locationName" : "enabled" + "Enabled": { + "shape": "__boolean", + "locationName": "enabled" } }, - "required" : [ "Enabled" ] + "required": [ + "Enabled" + ] }, "ErrorInfo": { "type": "structure", @@ -3221,17 +3316,17 @@ "shape": "__string", "locationName": "bootstrapBrokerString" }, - "BootstrapBrokerStringPublicSaslIam" : { - "shape" : "__string", - "locationName" : "bootstrapBrokerStringPublicSaslIam" + "BootstrapBrokerStringPublicSaslIam": { + "shape": "__string", + "locationName": "bootstrapBrokerStringPublicSaslIam" }, - "BootstrapBrokerStringPublicSaslScram" : { - "shape" : "__string", - "locationName" : "bootstrapBrokerStringPublicSaslScram" + "BootstrapBrokerStringPublicSaslScram": { + "shape": "__string", + "locationName": "bootstrapBrokerStringPublicSaslScram" }, - "BootstrapBrokerStringPublicTls" : { - "shape" : "__string", - "locationName" : "bootstrapBrokerStringPublicTls" + "BootstrapBrokerStringPublicTls": { + "shape": "__string", + "locationName": "bootstrapBrokerStringPublicTls" }, "BootstrapBrokerStringTls": { "shape": "__string", @@ -3259,22 +3354,22 @@ } } }, - "GetCompatibleKafkaVersionsRequest" : { - "type" : "structure", - "members" : { - "ClusterArn" : { - "shape" : "__string", - "location" : "querystring", - "locationName" : "clusterArn" + "GetCompatibleKafkaVersionsRequest": { + "type": "structure", + "members": { + "ClusterArn": { + "shape": "__string", + "location": "querystring", + "locationName": "clusterArn" } } }, - "GetCompatibleKafkaVersionsResponse" : { - "type" : "structure", - "members" : { - "CompatibleKafkaVersions" : { - "shape" : "__listOfCompatibleKafkaVersion", - "locationName" : "compatibleKafkaVersions" + "GetCompatibleKafkaVersionsResponse": { + "type": "structure", + "members": { + "CompatibleKafkaVersions": { + "shape": "__listOfCompatibleKafkaVersion", + "locationName": "compatibleKafkaVersions" } } }, @@ -3307,21 +3402,26 @@ "locationName": "vpcConfig" } }, - "required": ["VpcConfig", "AmazonMskCluster"] + "required": [ + "VpcConfig", + "AmazonMskCluster" + ] }, - "KafkaClusterClientVpcConfig" : { - "type" : "structure", - "members" : { - "SecurityGroupIds" : { - "shape" : "__listOf__string", - "locationName" : "securityGroupIds" + "KafkaClusterClientVpcConfig": { + "type": "structure", + "members": { + "SecurityGroupIds": { + "shape": "__listOf__string", + "locationName": "securityGroupIds" }, - "SubnetIds" : { - "shape" : "__listOf__string", - "locationName" : "subnetIds" + "SubnetIds": { + "shape": "__listOf__string", + "locationName": "subnetIds" } }, - "required" : [ "SubnetIds" ] + "required": [ + "SubnetIds" + ] }, "KafkaClusterDescription": { "type": "structure", @@ -3396,26 +3496,28 @@ "ClusterArn" ] }, - "ListClusterOperationsV2Request" : { - "type" : "structure", - "members" : { - "ClusterArn" : { - "shape" : "__string", - "location" : "uri", - "locationName" : "clusterArn" - }, - "MaxResults" : { - "shape" : "MaxResults", - "location" : "querystring", - "locationName" : "maxResults" - }, - "NextToken" : { - "shape" : "__string", - "location" : "querystring", - "locationName" : "nextToken" - } - }, - "required" : [ "ClusterArn" ] + "ListClusterOperationsV2Request": { + "type": "structure", + "members": { + "ClusterArn": { + "shape": "__string", + "location": "uri", + "locationName": "clusterArn" + }, + "MaxResults": { + "shape": "MaxResults", + "location": "querystring", + "locationName": "maxResults" + }, + "NextToken": { + "shape": "__string", + "location": "querystring", + "locationName": "nextToken" + } + }, + "required": [ + "ClusterArn" + ] }, "ListClusterOperationsResponse": { "type": "structure", @@ -3430,16 +3532,16 @@ } } }, - "ListClusterOperationsV2Response" : { - "type" : "structure", - "members" : { - "ClusterOperationInfoList" : { - "shape" : "__listOfClusterOperationV2Summary", - "locationName" : "clusterOperationInfoList" + "ListClusterOperationsV2Response": { + "type": "structure", + "members": { + "ClusterOperationInfoList": { + "shape": "__listOfClusterOperationV2Summary", + "locationName": "clusterOperationInfoList" }, - "NextToken" : { - "shape" : "__string", - "locationName" : "nextToken" + "NextToken": { + "shape": "__string", + "locationName": "nextToken" } } }, @@ -3542,7 +3644,11 @@ }, "CustomerActionStatus": { "type": "string", - "enum": [ "CRITICAL_ACTION_REQUIRED", "ACTION_RECOMMENDED", "NONE" ] + "enum": [ + "CRITICAL_ACTION_REQUIRED", + "ACTION_RECOMMENDED", + "NONE" + ] }, "DescribeClusterV2Request": { "type": "structure", @@ -3681,9 +3787,9 @@ "locationName": "state", "documentation": "\n

The state of the cluster. The possible states are ACTIVE, CREATING, DELETING, FAILED, HEALING, MAINTENANCE, REBOOTING_BROKER, and UPDATING.

\n " }, - "StateInfo" : { - "shape" : "StateInfo", - "locationName" : "stateInfo", + "StateInfo": { + "shape": "StateInfo", + "locationName": "stateInfo", "documentation": "\n

State Info for the Amazon MSK cluster.

\n " }, "Tags": { @@ -3713,9 +3819,9 @@ ] }, "ProvisionedRequest": { - "type" : "structure", + "type": "structure", "documentation": "\n

Provisioned cluster request.

\n ", - "members" : { + "members": { "BrokerNodeGroupInfo": { "shape": "BrokerNodeGroupInfo", "locationName": "brokerNodeGroupInfo", @@ -3741,10 +3847,10 @@ "locationName": "enhancedMonitoring", "documentation": "\n

Specifies the level of monitoring for the MSK cluster. The possible values are DEFAULT, PER_BROKER, PER_TOPIC_PER_BROKER, and PER_TOPIC_PER_PARTITION.

\n " }, - "OpenMonitoring" : { - "shape" : "OpenMonitoringInfo", - "locationName" : "openMonitoring", - "documentation" : "\n

The settings for open monitoring.

\n " + "OpenMonitoring": { + "shape": "OpenMonitoringInfo", + "locationName": "openMonitoring", + "documentation": "\n

The settings for open monitoring.

\n " }, "KafkaVersion": { "shape": "__stringMin1Max128", @@ -3761,9 +3867,9 @@ "locationName": "numberOfBrokerNodes", "documentation": "\n

The number of brokers in the cluster.

\n " }, - "StorageMode" : { - "shape" : "StorageMode", - "locationName" : "storageMode", + "StorageMode": { + "shape": "StorageMode", + "locationName": "storageMode", "documentation": "\n

This controls storage mode for supported storage tiers.

\n " } }, @@ -3774,9 +3880,9 @@ ] }, "Provisioned": { - "type" : "structure", + "type": "structure", "documentation": "\n

Provisioned cluster.

\n ", - "members" : { + "members": { "BrokerNodeGroupInfo": { "shape": "BrokerNodeGroupInfo", "locationName": "brokerNodeGroupInfo", @@ -3802,10 +3908,10 @@ "locationName": "enhancedMonitoring", "documentation": "\n

Specifies the level of monitoring for the MSK cluster. The possible values are DEFAULT, PER_BROKER, PER_TOPIC_PER_BROKER, and PER_TOPIC_PER_PARTITION.

\n " }, - "OpenMonitoring" : { - "shape" : "OpenMonitoringInfo", - "locationName" : "openMonitoring", - "documentation" : "\n

The settings for open monitoring.

\n " + "OpenMonitoring": { + "shape": "OpenMonitoringInfo", + "locationName": "openMonitoring", + "documentation": "\n

The settings for open monitoring.

\n " }, "LoggingInfo": { "shape": "LoggingInfo", @@ -3822,14 +3928,14 @@ "locationName": "zookeeperConnectString", "documentation": "\n

The connection string to use to connect to the Apache ZooKeeper cluster.

\n " }, - "ZookeeperConnectStringTls" : { - "shape" : "__string", - "locationName" : "zookeeperConnectStringTls", - "documentation" : "\n

The connection string to use to connect to the Apache ZooKeeper cluster on a TLS port.

\n " + "ZookeeperConnectStringTls": { + "shape": "__string", + "locationName": "zookeeperConnectStringTls", + "documentation": "\n

The connection string to use to connect to the Apache ZooKeeper cluster on a TLS port.

\n " }, - "StorageMode" : { - "shape" : "StorageMode", - "locationName" : "storageMode", + "StorageMode": { + "shape": "StorageMode", + "locationName": "storageMode", "documentation": "\n

This controls storage mode for supported storage tiers.

\n " }, "CustomerActionStatus": { @@ -3844,18 +3950,18 @@ ] }, "VpcConfig": { - "type" : "structure", + "type": "structure", "documentation": "\n

The configuration of the Amazon VPCs for the cluster.

\n ", "members": { "SubnetIds": { "shape": "__listOf__string", "locationName": "subnetIds", - "documentation" : "\n

The IDs of the subnets associated with the cluster.

\n " + "documentation": "\n

The IDs of the subnets associated with the cluster.

\n " }, "SecurityGroupIds": { "shape": "__listOf__string", "locationName": "securityGroupIds", - "documentation" : "\n

The IDs of the security groups associated with the cluster.

\n " + "documentation": "\n

The IDs of the security groups associated with the cluster.

\n " } }, "required": [ @@ -3863,9 +3969,9 @@ ] }, "ServerlessRequest": { - "type" : "structure", + "type": "structure", "documentation": "\n

Serverless cluster request.

\n ", - "members" : { + "members": { "VpcConfigs": { "shape": "__listOfVpcConfig", "locationName": "vpcConfigs", @@ -3881,32 +3987,32 @@ "VpcConfigs" ] }, - "ServerlessClientAuthentication" : { - "type" : "structure", - "members" : { - "Sasl" : { - "shape" : "ServerlessSasl", - "locationName" : "sasl", - "documentation" : "\n

Details for client authentication using SASL.

\n " + "ServerlessClientAuthentication": { + "type": "structure", + "members": { + "Sasl": { + "shape": "ServerlessSasl", + "locationName": "sasl", + "documentation": "\n

Details for client authentication using SASL.

\n " } }, - "documentation" : "\n

Includes all client authentication information.

\n " + "documentation": "\n

Includes all client authentication information.

\n " }, - "ServerlessSasl" : { - "type" : "structure", - "members" : { - "Iam" : { - "shape" : "Iam", - "locationName" : "iam", - "documentation" : "\n

Indicates whether IAM access control is enabled.

\n " + "ServerlessSasl": { + "type": "structure", + "members": { + "Iam": { + "shape": "Iam", + "locationName": "iam", + "documentation": "\n

Indicates whether IAM access control is enabled.

\n " } }, - "documentation" : "\n

Details for client authentication using SASL.

\n " + "documentation": "\n

Details for client authentication using SASL.

\n " }, "Serverless": { - "type" : "structure", + "type": "structure", "documentation": "\n

Serverless cluster.

\n ", - "members" : { + "members": { "VpcConfigs": { "shape": "__listOfVpcConfig", "locationName": "vpcConfigs", @@ -4083,37 +4189,39 @@ } } }, - "ListScramSecretsRequest" : { - "type" : "structure", - "members" : { - "ClusterArn" : { - "shape" : "__string", - "location" : "uri", - "locationName" : "clusterArn" + "ListScramSecretsRequest": { + "type": "structure", + "members": { + "ClusterArn": { + "shape": "__string", + "location": "uri", + "locationName": "clusterArn" }, - "MaxResults" : { - "shape" : "MaxResults", - "location" : "querystring", - "locationName" : "maxResults" + "MaxResults": { + "shape": "MaxResults", + "location": "querystring", + "locationName": "maxResults" }, - "NextToken" : { - "shape" : "__string", - "location" : "querystring", - "locationName" : "nextToken" + "NextToken": { + "shape": "__string", + "location": "querystring", + "locationName": "nextToken" } }, - "required" : [ "ClusterArn" ] + "required": [ + "ClusterArn" + ] }, - "ListScramSecretsResponse" : { - "type" : "structure", - "members" : { - "NextToken" : { - "shape" : "__string", - "locationName" : "nextToken" + "ListScramSecretsResponse": { + "type": "structure", + "members": { + "NextToken": { + "shape": "__string", + "locationName": "nextToken" }, - "SecretArnList" : { - "shape" : "__listOf__string", - "locationName" : "secretArnList" + "SecretArnList": { + "shape": "__listOf__string", + "locationName": "secretArnList" } } }, @@ -4152,39 +4260,43 @@ "locationName": "brokerLogs" } }, - "required": [ "BrokerLogs" ] + "required": [ + "BrokerLogs" + ] }, - "ListClientVpcConnectionsRequest" : { - "type" : "structure", - "members" : { - "ClusterArn" : { - "shape" : "__string", - "location" : "uri", - "locationName" : "clusterArn" + "ListClientVpcConnectionsRequest": { + "type": "structure", + "members": { + "ClusterArn": { + "shape": "__string", + "location": "uri", + "locationName": "clusterArn" }, - "MaxResults" : { - "shape" : "MaxResults", - "location" : "querystring", - "locationName" : "maxResults" + "MaxResults": { + "shape": "MaxResults", + "location": "querystring", + "locationName": "maxResults" }, - "NextToken" : { - "shape" : "__string", - "location" : "querystring", - "locationName" : "nextToken" + "NextToken": { + "shape": "__string", + "location": "querystring", + "locationName": "nextToken" } }, - "required" : [ "ClusterArn" ] + "required": [ + "ClusterArn" + ] }, - "ListClientVpcConnectionsResponse" : { - "type" : "structure", - "members" : { - "NextToken" : { - "shape" : "__string", - "locationName" : "nextToken" + "ListClientVpcConnectionsResponse": { + "type": "structure", + "members": { + "NextToken": { + "shape": "__string", + "locationName": "nextToken" }, - "ClientVpcConnections" : { - "shape" : "__listOfClientVpcConnection", - "locationName" : "clientVpcConnections" + "ClientVpcConnections": { + "shape": "__listOfClientVpcConnection", + "locationName": "clientVpcConnections" } } }, @@ -4221,37 +4333,37 @@ } } }, - "ListVpcConnectionsRequest" : { - "type" : "structure", - "members" : { - "MaxResults" : { - "shape" : "MaxResults", - "location" : "querystring", - "locationName" : "maxResults" + "ListVpcConnectionsRequest": { + "type": "structure", + "members": { + "MaxResults": { + "shape": "MaxResults", + "location": "querystring", + "locationName": "maxResults" }, - "NextToken" : { - "shape" : "__string", - "location" : "querystring", - "locationName" : "nextToken" + "NextToken": { + "shape": "__string", + "location": "querystring", + "locationName": "nextToken" } } }, - "ListVpcConnectionsResponse" : { - "type" : "structure", - "members" : { - "NextToken" : { - "shape" : "__string", - "locationName" : "nextToken" + "ListVpcConnectionsResponse": { + "type": "structure", + "members": { + "NextToken": { + "shape": "__string", + "locationName": "nextToken" }, - "VpcConnections" : { - "shape" : "__listOfVpcConnection", - "locationName" : "vpcConnections" + "VpcConnections": { + "shape": "__listOfVpcConnection", + "locationName": "vpcConnections" } } }, - "RejectClientVpcConnectionRequest" : { - "type" : "structure", - "members" : { + "RejectClientVpcConnectionRequest": { + "type": "structure", + "members": { "ClusterArn": { "shape": "__string", "location": "uri", @@ -4262,67 +4374,70 @@ "locationName": "vpcConnectionArn" } }, - "required" : [ "VpcConnectionArn", "ClusterArn" ] + "required": [ + "VpcConnectionArn", + "ClusterArn" + ] }, - "RejectClientVpcConnectionResponse" : { + "RejectClientVpcConnectionResponse": { "type": "structure", "members": { } }, - "MutableClusterInfo" : { - "type" : "structure", - "members" : { - "BrokerEBSVolumeInfo" : { - "shape" : "__listOfBrokerEBSVolumeInfo", - "locationName" : "brokerEBSVolumeInfo" + "MutableClusterInfo": { + "type": "structure", + "members": { + "BrokerEBSVolumeInfo": { + "shape": "__listOfBrokerEBSVolumeInfo", + "locationName": "brokerEBSVolumeInfo" }, - "ConfigurationInfo" : { - "shape" : "ConfigurationInfo", - "locationName" : "configurationInfo" + "ConfigurationInfo": { + "shape": "ConfigurationInfo", + "locationName": "configurationInfo" }, - "NumberOfBrokerNodes" : { - "shape" : "__integer", - "locationName" : "numberOfBrokerNodes" + "NumberOfBrokerNodes": { + "shape": "__integer", + "locationName": "numberOfBrokerNodes" }, - "OpenMonitoring" : { - "shape" : "OpenMonitoring", - "locationName" : "openMonitoring" + "OpenMonitoring": { + "shape": "OpenMonitoring", + "locationName": "openMonitoring" }, - "EnhancedMonitoring" : { - "shape" : "EnhancedMonitoring", - "locationName" : "enhancedMonitoring" + "EnhancedMonitoring": { + "shape": "EnhancedMonitoring", + "locationName": "enhancedMonitoring" }, - "KafkaVersion" : { - "shape" : "__string", - "locationName" : "kafkaVersion" + "KafkaVersion": { + "shape": "__string", + "locationName": "kafkaVersion" }, - "LoggingInfo" : { - "shape" : "LoggingInfo", - "locationName" : "loggingInfo" + "LoggingInfo": { + "shape": "LoggingInfo", + "locationName": "loggingInfo" }, - "InstanceType" : { - "shape" : "__string", - "locationName" : "instanceType" + "InstanceType": { + "shape": "__string", + "locationName": "instanceType" }, - "ClientAuthentication" : { - "shape" : "ClientAuthentication", - "locationName" : "clientAuthentication" + "ClientAuthentication": { + "shape": "ClientAuthentication", + "locationName": "clientAuthentication" }, - "EncryptionInfo" : { - "shape" : "EncryptionInfo", - "locationName" : "encryptionInfo" + "EncryptionInfo": { + "shape": "EncryptionInfo", + "locationName": "encryptionInfo" }, "ConnectivityInfo": { "shape": "ConnectivityInfo", "locationName": "connectivityInfo" }, - "StorageMode" : { - "shape" : "StorageMode", - "locationName" : "storageMode" + "StorageMode": { + "shape": "StorageMode", + "locationName": "storageMode" }, - "BrokerCountUpdateInfo" : { + "BrokerCountUpdateInfo": { "shape": "BrokerCountUpdateInfo", - "locationName" : "brokerCountUpdateInfo" + "locationName": "brokerCountUpdateInfo" } } }, @@ -4406,7 +4521,13 @@ "locationName": "topicReplication" } }, - "required": ["TargetCompressionType", "TopicReplication", "ConsumerGroupReplication", "SourceKafkaClusterArn", "TargetKafkaClusterArn"] + "required": [ + "TargetCompressionType", + "TopicReplication", + "ConsumerGroupReplication", + "SourceKafkaClusterArn", + "TargetKafkaClusterArn" + ] }, "ReplicationInfoDescription": { "type": "structure", @@ -4446,18 +4567,37 @@ } } }, - "ReplicationStartingPosition" : { - "type" : "structure", - "members" : { - "Type" : { - "shape" : "ReplicationStartingPositionType", - "locationName" : "type" + "ReplicationStartingPosition": { + "type": "structure", + "members": { + "Type": { + "shape": "ReplicationStartingPositionType", + "locationName": "type" } } }, - "ReplicationStartingPositionType" : { - "type" : "string", - "enum" : [ "LATEST", "EARLIEST" ] + "ReplicationStartingPositionType": { + "type": "string", + "enum": [ + "LATEST", + "EARLIEST" + ] + }, + "ReplicationTopicNameConfiguration": { + "type": "structure", + "members": { + "Type": { + "shape": "ReplicationTopicNameConfigurationType", + "locationName": "type" + } + } + }, + "ReplicationTopicNameConfigurationType": { + "type": "string", + "enum": [ + "PREFIXED_WITH_SOURCE_CLUSTER_ALIAS", + "IDENTICAL" + ] }, "ReplicationStateInfo": { "type": "structure", @@ -4474,7 +4614,13 @@ }, "ReplicatorState": { "type": "string", - "enum": ["RUNNING", "CREATING", "UPDATING", "DELETING", "FAILED"] + "enum": [ + "RUNNING", + "CREATING", + "UPDATING", + "DELETING", + "FAILED" + ] }, "ReplicatorSummary": { "type": "structure", @@ -4517,65 +4663,65 @@ } } }, - "Sasl" : { - "type" : "structure", - "members" : { - "Scram" : { - "shape" : "Scram", - "locationName" : "scram" + "Sasl": { + "type": "structure", + "members": { + "Scram": { + "shape": "Scram", + "locationName": "scram" }, - "Iam" : { - "shape" : "Iam", - "locationName" : "iam" + "Iam": { + "shape": "Iam", + "locationName": "iam" } } }, - "VpcConnectivitySasl" : { - "type" : "structure", - "members" : { - "Scram" : { - "shape" : "VpcConnectivityScram", - "locationName" : "scram" + "VpcConnectivitySasl": { + "type": "structure", + "members": { + "Scram": { + "shape": "VpcConnectivityScram", + "locationName": "scram" }, - "Iam" : { - "shape" : "VpcConnectivityIam", - "locationName" : "iam" + "Iam": { + "shape": "VpcConnectivityIam", + "locationName": "iam" } } }, - "Scram" : { - "type" : "structure", - "members" : { - "Enabled" : { - "shape" : "__boolean", - "locationName" : "enabled" + "Scram": { + "type": "structure", + "members": { + "Enabled": { + "shape": "__boolean", + "locationName": "enabled" } } }, - "VpcConnectivityScram" : { - "type" : "structure", - "members" : { - "Enabled" : { - "shape" : "__boolean", - "locationName" : "enabled" + "VpcConnectivityScram": { + "type": "structure", + "members": { + "Enabled": { + "shape": "__boolean", + "locationName": "enabled" } } }, - "Iam" : { - "type" : "structure", - "members" : { - "Enabled" : { - "shape" : "__boolean", - "locationName" : "enabled" + "Iam": { + "type": "structure", + "members": { + "Enabled": { + "shape": "__boolean", + "locationName": "enabled" } } }, - "VpcConnectivityIam" : { - "type" : "structure", - "members" : { - "Enabled" : { - "shape" : "__boolean", - "locationName" : "enabled" + "VpcConnectivityIam": { + "type": "structure", + "members": { + "Enabled": { + "shape": "__boolean", + "locationName": "enabled" } } }, @@ -4618,9 +4764,12 @@ } } }, - "StorageMode" : { - "type" : "string", - "enum" : [ "LOCAL", "TIERED" ] + "StorageMode": { + "type": "string", + "enum": [ + "LOCAL", + "TIERED" + ] }, "TagResourceRequest": { "type": "structure", @@ -4642,7 +4791,13 @@ }, "TargetCompressionType": { "type": "string", - "enum": ["NONE", "GZIP", "SNAPPY", "LZ4", "ZSTD"] + "enum": [ + "NONE", + "GZIP", + "SNAPPY", + "LZ4", + "ZSTD" + ] }, "TopicReplication": { "type": "structure", @@ -4659,9 +4814,13 @@ "shape": "__boolean", "locationName": "detectAndCopyNewTopics" }, - "StartingPosition" : { - "shape" : "ReplicationStartingPosition", - "locationName" : "startingPosition" + "StartingPosition": { + "shape": "ReplicationStartingPosition", + "locationName": "startingPosition" + }, + "TopicNameConfiguration": { + "shape": "ReplicationTopicNameConfiguration", + "locationName": "topicNameConfiguration" }, "TopicsToExclude": { "shape": "__listOf__stringMax249", @@ -4672,7 +4831,9 @@ "locationName": "topicsToReplicate" } }, - "required": ["TopicsToReplicate"] + "required": [ + "TopicsToReplicate" + ] }, "TopicReplicationUpdate": { "type": "structure", @@ -4698,27 +4859,33 @@ "locationName": "topicsToReplicate" } }, - "required": ["TopicsToReplicate", "TopicsToExclude", "CopyTopicConfigurations", "DetectAndCopyNewTopics", "CopyAccessControlListsForTopics"] + "required": [ + "TopicsToReplicate", + "TopicsToExclude", + "CopyTopicConfigurations", + "DetectAndCopyNewTopics", + "CopyAccessControlListsForTopics" + ] }, - "Tls" : { - "type" : "structure", - "members" : { - "CertificateAuthorityArnList" : { - "shape" : "__listOf__string", - "locationName" : "certificateAuthorityArnList" + "Tls": { + "type": "structure", + "members": { + "CertificateAuthorityArnList": { + "shape": "__listOf__string", + "locationName": "certificateAuthorityArnList" }, - "Enabled" : { - "shape" : "__boolean", - "locationName" : "enabled" + "Enabled": { + "shape": "__boolean", + "locationName": "enabled" } } }, - "VpcConnectivityTls" : { - "type" : "structure", - "members" : { - "Enabled" : { - "shape" : "__boolean", - "locationName" : "enabled" + "VpcConnectivityTls": { + "type": "structure", + "members": { + "Enabled": { + "shape": "__boolean", + "locationName": "enabled" } } }, @@ -4739,12 +4906,12 @@ "httpStatusCode": 429 } }, - "Unauthenticated" : { - "type" : "structure", - "members" : { - "Enabled" : { - "shape" : "__boolean", - "locationName" : "enabled" + "Unauthenticated": { + "type": "structure", + "members": { + "Enabled": { + "shape": "__boolean", + "locationName": "enabled" } } }, @@ -4765,20 +4932,20 @@ "httpStatusCode": 401 } }, - "UnprocessedScramSecret" : { - "type" : "structure", - "members" : { - "ErrorCode" : { - "shape" : "__string", - "locationName" : "errorCode" + "UnprocessedScramSecret": { + "type": "structure", + "members": { + "ErrorCode": { + "shape": "__string", + "locationName": "errorCode" }, - "ErrorMessage" : { - "shape" : "__string", - "locationName" : "errorMessage" + "ErrorMessage": { + "shape": "__string", + "locationName": "errorMessage" }, - "SecretArn" : { - "shape" : "__string", - "locationName" : "secretArn" + "SecretArn": { + "shape": "__string", + "locationName": "secretArn" } } }, @@ -4945,43 +5112,47 @@ } } }, - "UpdateClusterKafkaVersionRequest" : { - "type" : "structure", - "members" : { - "ClusterArn" : { - "shape" : "__string", - "location" : "uri", - "locationName" : "clusterArn" + "UpdateClusterKafkaVersionRequest": { + "type": "structure", + "members": { + "ClusterArn": { + "shape": "__string", + "location": "uri", + "locationName": "clusterArn" }, - "ConfigurationInfo" : { - "shape" : "ConfigurationInfo", - "locationName" : "configurationInfo" + "ConfigurationInfo": { + "shape": "ConfigurationInfo", + "locationName": "configurationInfo" }, - "CurrentVersion" : { - "shape" : "__string", - "locationName" : "currentVersion" + "CurrentVersion": { + "shape": "__string", + "locationName": "currentVersion" }, - "TargetKafkaVersion" : { - "shape" : "__string", - "locationName" : "targetKafkaVersion" + "TargetKafkaVersion": { + "shape": "__string", + "locationName": "targetKafkaVersion" } }, - "required" : [ "ClusterArn", "TargetKafkaVersion", "CurrentVersion" ] + "required": [ + "ClusterArn", + "TargetKafkaVersion", + "CurrentVersion" + ] }, - "UpdateClusterKafkaVersionResponse" : { - "type" : "structure", - "members" : { - "ClusterArn" : { - "shape" : "__string", - "locationName" : "clusterArn" + "UpdateClusterKafkaVersionResponse": { + "type": "structure", + "members": { + "ClusterArn": { + "shape": "__string", + "locationName": "clusterArn" }, - "ClusterOperationArn" : { - "shape" : "__string", - "locationName" : "clusterOperationArn" + "ClusterOperationArn": { + "shape": "__string", + "locationName": "clusterOperationArn" } } }, - "UpdateConfigurationRequest" : { + "UpdateConfigurationRequest": { "type": "structure", "members": { "Arn": { @@ -5003,7 +5174,7 @@ "ServerProperties" ] }, - "UpdateConfigurationResponse" : { + "UpdateConfigurationResponse": { "type": "structure", "members": { "Arn": { @@ -5016,79 +5187,82 @@ } } }, - "UpdateConnectivityRequest":{ - "type":"structure", - "members":{ - "ClusterArn":{ - "shape":"__string", - "location":"uri", - "locationName":"clusterArn" + "UpdateConnectivityRequest": { + "type": "structure", + "members": { + "ClusterArn": { + "shape": "__string", + "location": "uri", + "locationName": "clusterArn" }, - "ConnectivityInfo":{ - "shape":"ConnectivityInfo", - "locationName":"connectivityInfo" + "ConnectivityInfo": { + "shape": "ConnectivityInfo", + "locationName": "connectivityInfo" }, - "CurrentVersion":{ - "shape":"__string", - "locationName":"currentVersion" + "CurrentVersion": { + "shape": "__string", + "locationName": "currentVersion" } }, - "required":[ + "required": [ "ClusterArn", "ConnectivityInfo", "CurrentVersion" ] }, - "UpdateConnectivityResponse":{ - "type":"structure", - "members":{ - "ClusterArn":{ - "shape":"__string", - "locationName":"clusterArn" + "UpdateConnectivityResponse": { + "type": "structure", + "members": { + "ClusterArn": { + "shape": "__string", + "locationName": "clusterArn" }, - "ClusterOperationArn":{ - "shape":"__string", - "locationName":"clusterOperationArn" + "ClusterOperationArn": { + "shape": "__string", + "locationName": "clusterOperationArn" } } }, - "UpdateMonitoringRequest" : { - "type" : "structure", - "members" : { - "ClusterArn" : { - "shape" : "__string", - "location" : "uri", - "locationName" : "clusterArn" + "UpdateMonitoringRequest": { + "type": "structure", + "members": { + "ClusterArn": { + "shape": "__string", + "location": "uri", + "locationName": "clusterArn" }, - "CurrentVersion" : { - "shape" : "__string", - "locationName" : "currentVersion" + "CurrentVersion": { + "shape": "__string", + "locationName": "currentVersion" }, - "EnhancedMonitoring" : { - "shape" : "EnhancedMonitoring", - "locationName" : "enhancedMonitoring" + "EnhancedMonitoring": { + "shape": "EnhancedMonitoring", + "locationName": "enhancedMonitoring" }, - "OpenMonitoring" : { - "shape" : "OpenMonitoringInfo", - "locationName" : "openMonitoring" + "OpenMonitoring": { + "shape": "OpenMonitoringInfo", + "locationName": "openMonitoring" }, "LoggingInfo": { "shape": "LoggingInfo", "locationName": "loggingInfo" } }, - "required" : [ "ClusterArn", "CurrentVersion" ] + "required": [ + "ClusterArn", + "CurrentVersion" + ] }, - "UpdateMonitoringResponse" : { - "type" : "structure", - "members" : { - "ClusterArn" : { - "shape" : "__string", - "locationName" : "clusterArn" + "UpdateMonitoringResponse": { + "type": "structure", + "members": { + "ClusterArn": { + "shape": "__string", + "locationName": "clusterArn" }, - "ClusterOperationArn" : { - "shape" : "__string", - "locationName" : "clusterOperationArn" + "ClusterOperationArn": { + "shape": "__string", + "locationName": "clusterOperationArn" } } }, @@ -5121,7 +5295,12 @@ "locationName": "topicReplication" } }, - "required": ["ReplicatorArn", "SourceKafkaClusterArn", "CurrentVersion", "TargetKafkaClusterArn"] + "required": [ + "ReplicatorArn", + "SourceKafkaClusterArn", + "CurrentVersion", + "TargetKafkaClusterArn" + ] }, "UpdateReplicationInfoResponse": { "type": "structure", @@ -5136,79 +5315,85 @@ } } }, - "UpdateSecurityRequest" : { - "type" : "structure", - "members" : { - "ClientAuthentication" : { - "shape" : "ClientAuthentication", - "locationName" : "clientAuthentication" + "UpdateSecurityRequest": { + "type": "structure", + "members": { + "ClientAuthentication": { + "shape": "ClientAuthentication", + "locationName": "clientAuthentication" }, - "ClusterArn" : { - "shape" : "__string", - "location" : "uri", - "locationName" : "clusterArn" + "ClusterArn": { + "shape": "__string", + "location": "uri", + "locationName": "clusterArn" }, - "CurrentVersion" : { - "shape" : "__string", - "locationName" : "currentVersion" + "CurrentVersion": { + "shape": "__string", + "locationName": "currentVersion" }, - "EncryptionInfo" : { - "shape" : "EncryptionInfo", - "locationName" : "encryptionInfo" + "EncryptionInfo": { + "shape": "EncryptionInfo", + "locationName": "encryptionInfo" } }, - "required" : [ "ClusterArn", "CurrentVersion" ] + "required": [ + "ClusterArn", + "CurrentVersion" + ] }, - "UpdateSecurityResponse" : { - "type" : "structure", - "members" : { - "ClusterArn" : { - "shape" : "__string", - "locationName" : "clusterArn" + "UpdateSecurityResponse": { + "type": "structure", + "members": { + "ClusterArn": { + "shape": "__string", + "locationName": "clusterArn" }, - "ClusterOperationArn" : { - "shape" : "__string", - "locationName" : "clusterOperationArn" + "ClusterOperationArn": { + "shape": "__string", + "locationName": "clusterOperationArn" } } }, - "UpdateStorageRequest" : { - "type" : "structure", - "members" : { - "ClusterArn" : { - "shape" : "__string", - "location" : "uri", - "locationName" : "clusterArn" + "UpdateStorageRequest": { + "type": "structure", + "members": { + "ClusterArn": { + "shape": "__string", + "location": "uri", + "locationName": "clusterArn" }, - "CurrentVersion" : { - "shape" : "__string", - "locationName" : "currentVersion" + "CurrentVersion": { + "shape": "__string", + "locationName": "currentVersion" }, - "ProvisionedThroughput" : { - "shape" : "ProvisionedThroughput", - "locationName" : "provisionedThroughput" + "ProvisionedThroughput": { + "shape": "ProvisionedThroughput", + "locationName": "provisionedThroughput" }, - "StorageMode" : { - "shape" : "StorageMode", - "locationName" : "storageMode" + "StorageMode": { + "shape": "StorageMode", + "locationName": "storageMode" }, - "VolumeSizeGB" : { - "shape" : "__integer", - "locationName" : "volumeSizeGB" + "VolumeSizeGB": { + "shape": "__integer", + "locationName": "volumeSizeGB" } }, - "required" : [ "ClusterArn", "CurrentVersion" ] + "required": [ + "ClusterArn", + "CurrentVersion" + ] }, - "UpdateStorageResponse" : { - "type" : "structure", - "members" : { - "ClusterArn" : { - "shape" : "__string", - "locationName" : "clusterArn" + "UpdateStorageResponse": { + "type": "structure", + "members": { + "ClusterArn": { + "shape": "__string", + "locationName": "clusterArn" }, - "ClusterOperationArn" : { - "shape" : "__string", - "locationName" : "clusterOperationArn" + "ClusterOperationArn": { + "shape": "__string", + "locationName": "clusterOperationArn" } } }, @@ -5266,80 +5451,84 @@ } } }, - "OpenMonitoring" : { - "type" : "structure", - "members" : { - "Prometheus" : { - "shape" : "Prometheus", - "locationName" : "prometheus" + "OpenMonitoring": { + "type": "structure", + "members": { + "Prometheus": { + "shape": "Prometheus", + "locationName": "prometheus" } }, - "required" : [ "Prometheus" ] + "required": [ + "Prometheus" + ] }, - "OpenMonitoringInfo" : { - "type" : "structure", - "members" : { - "Prometheus" : { - "shape" : "PrometheusInfo", - "locationName" : "prometheus" + "OpenMonitoringInfo": { + "type": "structure", + "members": { + "Prometheus": { + "shape": "PrometheusInfo", + "locationName": "prometheus" } }, - "required" : [ "Prometheus" ] + "required": [ + "Prometheus" + ] }, - "Prometheus" : { - "type" : "structure", - "members" : { - "JmxExporter" : { - "shape" : "JmxExporter", - "locationName" : "jmxExporter" + "Prometheus": { + "type": "structure", + "members": { + "JmxExporter": { + "shape": "JmxExporter", + "locationName": "jmxExporter" }, - "NodeExporter" : { - "shape" : "NodeExporter", - "locationName" : "nodeExporter" + "NodeExporter": { + "shape": "NodeExporter", + "locationName": "nodeExporter" } } }, - "PrometheusInfo" : { - "type" : "structure", - "members" : { - "JmxExporter" : { - "shape" : "JmxExporterInfo", - "locationName" : "jmxExporter" + "PrometheusInfo": { + "type": "structure", + "members": { + "JmxExporter": { + "shape": "JmxExporterInfo", + "locationName": "jmxExporter" }, - "NodeExporter" : { - "shape" : "NodeExporterInfo", - "locationName" : "nodeExporter" + "NodeExporter": { + "shape": "NodeExporterInfo", + "locationName": "nodeExporter" } } }, - "ProvisionedThroughput" : { - "type" : "structure", - "members" : { - "Enabled" : { - "shape" : "__boolean", - "locationName" : "enabled" + "ProvisionedThroughput": { + "type": "structure", + "members": { + "Enabled": { + "shape": "__boolean", + "locationName": "enabled" }, - "VolumeThroughput" : { - "shape" : "__integer", - "locationName" : "volumeThroughput" + "VolumeThroughput": { + "shape": "__integer", + "locationName": "volumeThroughput" } } }, - "PublicAccess":{ - "type":"structure", - "members":{ - "Type":{ - "shape":"__string", - "locationName":"type" + "PublicAccess": { + "type": "structure", + "members": { + "Type": { + "shape": "__string", + "locationName": "type" } } }, - "VpcConnectivity":{ - "type":"structure", - "members":{ - "ClientAuthentication":{ - "shape":"VpcConnectivityClientAuthentication", - "locationName":"clientAuthentication" + "VpcConnectivity": { + "type": "structure", + "members": { + "ClientAuthentication": { + "shape": "VpcConnectivityClientAuthentication", + "locationName": "clientAuthentication" } } }, @@ -5364,28 +5553,28 @@ } } }, - "VpcConnectionInfoServerless" : { - "type" : "structure", - "members" : { - "CreationTime" : { - "shape" : "__timestampIso8601", - "locationName" : "creationTime" + "VpcConnectionInfoServerless": { + "type": "structure", + "members": { + "CreationTime": { + "shape": "__timestampIso8601", + "locationName": "creationTime" }, - "Owner" : { - "shape" : "__string", - "locationName" : "owner" + "Owner": { + "shape": "__string", + "locationName": "owner" }, - "UserIdentity" : { - "shape" : "UserIdentity", - "locationName" : "userIdentity" + "UserIdentity": { + "shape": "UserIdentity", + "locationName": "userIdentity" }, - "VpcConnectionArn" : { - "shape" : "__string", - "locationName" : "vpcConnectionArn" + "VpcConnectionArn": { + "shape": "__string", + "locationName": "vpcConnectionArn" } } }, - "VpcConnectionState":{ + "VpcConnectionState": { "type": "string", "enum": [ "CREATING", @@ -5411,7 +5600,10 @@ "locationName": "clusterArn" } }, - "required": [ "ClusterArn", "BrokerIds" ] + "required": [ + "ClusterArn", + "BrokerIds" + ] }, "RebootBrokerResponse": { "type": "structure", @@ -5426,63 +5618,73 @@ } } }, - "S3" : { - "type" : "structure", - "members" : { - "Bucket" : { - "shape" : "__string", - "locationName" : "bucket" + "S3": { + "type": "structure", + "members": { + "Bucket": { + "shape": "__string", + "locationName": "bucket" }, - "Enabled" : { - "shape" : "__boolean", - "locationName" : "enabled" + "Enabled": { + "shape": "__boolean", + "locationName": "enabled" }, - "Prefix" : { - "shape" : "__string", - "locationName" : "prefix" + "Prefix": { + "shape": "__string", + "locationName": "prefix" } }, - "required" : [ "Enabled" ] + "required": [ + "Enabled" + ] }, - "JmxExporter" : { - "type" : "structure", - "members" : { - "EnabledInBroker" : { - "shape" : "__boolean", - "locationName" : "enabledInBroker" + "JmxExporter": { + "type": "structure", + "members": { + "EnabledInBroker": { + "shape": "__boolean", + "locationName": "enabledInBroker" } }, - "required" : [ "EnabledInBroker" ] + "required": [ + "EnabledInBroker" + ] }, - "JmxExporterInfo" : { - "type" : "structure", - "members" : { - "EnabledInBroker" : { - "shape" : "__boolean", - "locationName" : "enabledInBroker" + "JmxExporterInfo": { + "type": "structure", + "members": { + "EnabledInBroker": { + "shape": "__boolean", + "locationName": "enabledInBroker" } }, - "required" : [ "EnabledInBroker" ] + "required": [ + "EnabledInBroker" + ] }, - "NodeExporter" : { - "type" : "structure", - "members" : { - "EnabledInBroker" : { - "shape" : "__boolean", - "locationName" : "enabledInBroker" + "NodeExporter": { + "type": "structure", + "members": { + "EnabledInBroker": { + "shape": "__boolean", + "locationName": "enabledInBroker" } }, - "required" : [ "EnabledInBroker" ] + "required": [ + "EnabledInBroker" + ] }, - "NodeExporterInfo" : { - "type" : "structure", - "members" : { - "EnabledInBroker" : { - "shape" : "__boolean", - "locationName" : "enabledInBroker" + "NodeExporterInfo": { + "type": "structure", + "members": { + "EnabledInBroker": { + "shape": "__boolean", + "locationName": "enabledInBroker" } }, - "required" : [ "EnabledInBroker" ] + "required": [ + "EnabledInBroker" + ] }, "__boolean": { "type": "boolean" @@ -5518,10 +5720,10 @@ "shape": "ClusterInfo" } }, - "__listOfClusterOperationV2Summary" : { - "type" : "list", - "member" : { - "shape" : "ClusterOperationV2Summary" + "__listOfClusterOperationV2Summary": { + "type": "list", + "member": { + "shape": "ClusterOperationV2Summary" } }, "__listOfClusterOperationInfo": { @@ -5530,16 +5732,16 @@ "shape": "ClusterOperationInfo" } }, - "__listOfClusterOperationStep" : { - "type" : "list", - "member" : { - "shape" : "ClusterOperationStep" + "__listOfClusterOperationStep": { + "type": "list", + "member": { + "shape": "ClusterOperationStep" } }, - "__listOfCompatibleKafkaVersion" : { - "type" : "list", - "member" : { - "shape" : "CompatibleKafkaVersion" + "__listOfCompatibleKafkaVersion": { + "type": "list", + "member": { + "shape": "CompatibleKafkaVersion" } }, "__listOfCluster": { @@ -5548,10 +5750,10 @@ "shape": "Cluster" } }, - "__listOfVpcConfig" : { - "type" : "list", - "member" : { - "shape" : "VpcConfig" + "__listOfVpcConfig": { + "type": "list", + "member": { + "shape": "VpcConfig" } }, "__listOfConfiguration": { @@ -5566,22 +5768,22 @@ "shape": "ConfigurationRevision" } }, - "__listOfKafkaCluster" : { - "type" : "list", - "member" : { - "shape" : "KafkaCluster" + "__listOfKafkaCluster": { + "type": "list", + "member": { + "shape": "KafkaCluster" } }, - "__listOfKafkaClusterDescription" : { - "type" : "list", - "member" : { - "shape" : "KafkaClusterDescription" + "__listOfKafkaClusterDescription": { + "type": "list", + "member": { + "shape": "KafkaClusterDescription" } }, - "__listOfKafkaClusterSummary" : { - "type" : "list", - "member" : { - "shape" : "KafkaClusterSummary" + "__listOfKafkaClusterSummary": { + "type": "list", + "member": { + "shape": "KafkaClusterSummary" } }, "__listOfKafkaVersion": { @@ -5602,47 +5804,46 @@ "shape": "ClientVpcConnection" } }, - "__listOfReplicationInfo" : { - "type" : "list", - "member" : { - "shape" : "ReplicationInfo" + "__listOfReplicationInfo": { + "type": "list", + "member": { + "shape": "ReplicationInfo" } }, - "__listOfReplicationInfoDescription" : { - "type" : "list", - "member" : { - "shape" : "ReplicationInfoDescription" + "__listOfReplicationInfoDescription": { + "type": "list", + "member": { + "shape": "ReplicationInfoDescription" } }, - "__listOfReplicationInfoSummary" : { - "type" : "list", - "member" : { - "shape" : "ReplicationInfoSummary" + "__listOfReplicationInfoSummary": { + "type": "list", + "member": { + "shape": "ReplicationInfoSummary" } }, - "__listOfReplicatorSummary" : { - "type" : "list", - "member" : { - "shape" : "ReplicatorSummary" + "__listOfReplicatorSummary": { + "type": "list", + "member": { + "shape": "ReplicatorSummary" } }, - "__listOfVpcConnection": { "type": "list", "member": { "shape": "VpcConnection" } }, - "__listOfUnprocessedScramSecret" : { - "type" : "list", - "member" : { - "shape" : "UnprocessedScramSecret" + "__listOfUnprocessedScramSecret": { + "type": "list", + "member": { + "shape": "UnprocessedScramSecret" } }, - "__listOf__double" : { - "type" : "list", - "member" : { - "shape" : "__double" + "__listOf__double": { + "type": "list", + "member": { + "shape": "__double" } }, "__listOf__string": { @@ -5651,16 +5852,16 @@ "shape": "__string" } }, - "__listOf__stringMax249" : { - "type" : "list", - "member" : { - "shape" : "__stringMax249" + "__listOf__stringMax249": { + "type": "list", + "member": { + "shape": "__stringMax249" } }, - "__listOf__stringMax256" : { - "type" : "list", - "member" : { - "shape" : "__stringMax256" + "__listOf__stringMax256": { + "type": "list", + "member": { + "shape": "__stringMax256" } }, "__long": { @@ -5678,28 +5879,28 @@ "__string": { "type": "string" }, - "__stringMax1024" : { - "type" : "string", - "max" : 1024 + "__stringMax1024": { + "type": "string", + "max": 1024 }, - "__stringMax249" : { - "type" : "string", - "max" : 249 + "__stringMax249": { + "type": "string", + "max": 249 }, - "__stringMax256" : { - "type" : "string", - "max" : 256 + "__stringMax256": { + "type": "string", + "max": 256 }, "__stringMin1Max128": { "type": "string", "min": 1, "max": 128 }, - "__stringMin1Max128Pattern09AZaZ09AZaZ0" : { - "type" : "string", - "min" : 1, - "max" : 128, - "pattern" : "^[0-9A-Za-z][0-9A-Za-z-]{0,}$" + "__stringMin1Max128Pattern09AZaZ09AZaZ0": { + "type": "string", + "min": 1, + "max": 128, + "pattern": "^[0-9A-Za-z][0-9A-Za-z-]{0,}$" }, "__stringMin1Max64": { "type": "string", diff --git a/apis/kafka/2018-11-14/docs-2.json b/apis/kafka/2018-11-14/docs-2.json index 31ab240d3bc..818816c06a2 100644 --- a/apis/kafka/2018-11-14/docs-2.json +++ b/apis/kafka/2018-11-14/docs-2.json @@ -22,7 +22,7 @@ "DescribeReplicator" : "

Returns a description of the Kafka Replicator whose Amazon Resource Name (ARN) is specified in the request.

", "DescribeVpcConnection" : "

Displays information about the specified Amazon MSK VPC connection.

", "BatchDisassociateScramSecret" : "

Disassociates one or more Scram Secrets from an Amazon MSK cluster.

", - "GetBootstrapBrokers" : "

A list of brokers that a client application can use to bootstrap.

", + "GetBootstrapBrokers" : "

A list of brokers that a client application can use to bootstrap. This list doesn't necessarily include all of the brokers in the cluster. The following Python 3.6 example shows how you can use the Amazon Resource Name (ARN) of a cluster to get its bootstrap brokers. If you don't know the ARN of your cluster, you can use the ListClusters operation to get the ARNs of all the clusters in this account and Region.

", "GetCompatibleKafkaVersions" : "

Gets the Apache Kafka versions to which you can update the MSK cluster.

", "GetClusterPolicy" : "

Retrieves the contents of the specified MSK cluster policy.

", "ListClientVpcConnections" : "

Displays a list of client VPC connections.

", @@ -769,6 +769,18 @@ "ReplicationStartingPosition$Type" : "

The type of replication starting position.

" } }, + "ReplicationTopicNameConfiguration" : { + "base" : "

Configuration for specifying replicated topic names should be the same as their corresponding upstream topics or prefixed with source cluster alias.

", + "refs" : { + "TopicReplication$TopicNameConfiguration" : "

Configuration for specifying replicated topic names same as their corresponding upstream topics or prefixed with source cluster alias.

" + } + }, + "ReplicationTopicNameConfigurationType" : { + "base" : "

The type of replicated topic name.

", + "refs" : { + "ReplicationTopicNameConfiguration$Type" : "

The type of replicated topic name.

" + } + }, "ReplicationStateInfo" : { "base" : "Details about the state of a replicator", "refs" : { @@ -1537,4 +1549,4 @@ } } } -} \ No newline at end of file +} diff --git a/apis/runtime.sagemaker/2017-05-13/api-2.json b/apis/runtime.sagemaker/2017-05-13/api-2.json index 79ac8bac7aa..7914e0dbd2e 100644 --- a/apis/runtime.sagemaker/2017-05-13/api-2.json +++ b/apis/runtime.sagemaker/2017-05-13/api-2.json @@ -266,6 +266,11 @@ "shape":"InferenceComponentHeader", "location":"header", "locationName":"X-Amzn-SageMaker-Inference-Component" + }, + "SessionId":{ + "shape":"SessionIdOrNewSessionConstantHeader", + "location":"header", + "locationName":"X-Amzn-SageMaker-Session-Id" } }, "payload":"Body" @@ -289,6 +294,16 @@ "shape":"CustomAttributesHeader", "location":"header", "locationName":"X-Amzn-SageMaker-Custom-Attributes" + }, + "NewSessionId":{ + "shape":"NewSessionResponseHeader", + "location":"header", + "locationName":"X-Amzn-SageMaker-New-Session-Id" + }, + "ClosedSessionId":{ + "shape":"SessionIdHeader", + "location":"header", + "locationName":"X-Amzn-SageMaker-Closed-Session-Id" } }, "payload":"Body" @@ -340,6 +355,11 @@ "shape":"InferenceComponentHeader", "location":"header", "locationName":"X-Amzn-SageMaker-Inference-Component" + }, + "SessionId":{ + "shape":"SessionIdHeader", + "location":"header", + "locationName":"X-Amzn-SageMaker-Session-Id" } }, "payload":"Body" @@ -401,6 +421,11 @@ "exception":true, "synthetic":true }, + "NewSessionResponseHeader":{ + "type":"string", + "max":256, + "pattern":"^[a-zA-Z0-9](-*[a-zA-Z0-9])*;\\sExpires=[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}Z$" + }, "PartBlob":{ "type":"blob", "sensitive":true @@ -439,6 +464,16 @@ "fault":true, "synthetic":true }, + "SessionIdHeader":{ + "type":"string", + "max":256, + "pattern":"^[a-zA-Z0-9](-*[a-zA-Z0-9])*$" + }, + "SessionIdOrNewSessionConstantHeader":{ + "type":"string", + "max":256, + "pattern":"^(NEW_SESSION)$|^[a-zA-Z0-9](-*[a-zA-Z0-9])*$" + }, "StatusCode":{"type":"integer"}, "TargetContainerHostnameHeader":{ "type":"string", diff --git a/apis/runtime.sagemaker/2017-05-13/docs-2.json b/apis/runtime.sagemaker/2017-05-13/docs-2.json index d61e4f69e26..375342ce554 100644 --- a/apis/runtime.sagemaker/2017-05-13/docs-2.json +++ b/apis/runtime.sagemaker/2017-05-13/docs-2.json @@ -172,6 +172,12 @@ "ResponseStream$ModelStreamError": "

An error occurred while streaming the response body. This error can have the following error codes:

ModelInvocationTimeExceeded

The model failed to finish sending the response within the timeout period allowed by Amazon SageMaker.

StreamBroken

The Transmission Control Protocol (TCP) connection between the client and the model was reset or closed.

" } }, + "NewSessionResponseHeader": { + "base": null, + "refs": { + "InvokeEndpointOutput$NewSessionId": "

If you created a stateful session with your request, the ID and expiration time that the model assigns to that session.

" + } + }, "PartBlob": { "base": null, "refs": { @@ -201,6 +207,19 @@ "refs": { } }, + "SessionIdHeader": { + "base": null, + "refs": { + "InvokeEndpointOutput$ClosedSessionId": "

If you closed a stateful session with your request, the ID of that session.

", + "InvokeEndpointWithResponseStreamInput$SessionId": "

The ID of a stateful session to handle your request.

You can't create a stateful session by using the InvokeEndpointWithResponseStream action. Instead, you can create one by using the InvokeEndpoint action. In your request, you specify NEW_SESSION for the SessionId request parameter. The response to that request provides the session ID for the NewSessionId response parameter.

" + } + }, + "SessionIdOrNewSessionConstantHeader": { + "base": null, + "refs": { + "InvokeEndpointInput$SessionId": "

Creates a stateful session or identifies an existing one. You can do one of the following:

With a stateful session, you can send multiple requests to a stateful model. When you create a session with a stateful model, the model must create the session ID and set the expiration time. The model must also provide that information in the response to your request. You can get the ID and timestamp from the NewSessionId response parameter. For any subsequent request where you specify that session ID, SageMaker routes the request to the same instance that supports the session.

" + } + }, "StatusCode": { "base": null, "refs": { diff --git a/apis/sagemaker/2017-07-24/api-2.json b/apis/sagemaker/2017-07-24/api-2.json index c782fdec499..0f0faade779 100644 --- a/apis/sagemaker/2017-07-24/api-2.json +++ b/apis/sagemaker/2017-07-24/api-2.json @@ -5930,9 +5930,10 @@ "InstanceGroupName":{"shape":"ClusterInstanceGroupName"}, "InstanceType":{"shape":"ClusterInstanceType"}, "LifeCycleConfig":{"shape":"ClusterLifeCycleConfig"}, - "ExecutionRole":{"shape":"IAMRoleArn"}, + "ExecutionRole":{"shape":"RoleArn"}, "ThreadsPerCore":{"shape":"ClusterThreadsPerCore"}, - "InstanceStorageConfigs":{"shape":"ClusterInstanceStorageConfigs"} + "InstanceStorageConfigs":{"shape":"ClusterInstanceStorageConfigs"}, + "OnStartDeepHealthChecks":{"shape":"OnStartDeepHealthChecks"} } }, "ClusterInstanceGroupDetailsList":{ @@ -5959,9 +5960,10 @@ "InstanceGroupName":{"shape":"ClusterInstanceGroupName"}, "InstanceType":{"shape":"ClusterInstanceType"}, "LifeCycleConfig":{"shape":"ClusterLifeCycleConfig"}, - "ExecutionRole":{"shape":"IAMRoleArn"}, + "ExecutionRole":{"shape":"RoleArn"}, "ThreadsPerCore":{"shape":"ClusterThreadsPerCore"}, - "InstanceStorageConfigs":{"shape":"ClusterInstanceStorageConfigs"} + "InstanceStorageConfigs":{"shape":"ClusterInstanceStorageConfigs"}, + "OnStartDeepHealthChecks":{"shape":"OnStartDeepHealthChecks"} } }, "ClusterInstanceGroupSpecifications":{ @@ -5984,7 +5986,8 @@ "Failure", "Pending", "ShuttingDown", - "SystemUpdating" + "SystemUpdating", + "DeepHealthCheckInProgress" ] }, "ClusterInstanceStatusDetails":{ @@ -6100,6 +6103,13 @@ "min":1, "pattern":"^i-[a-f0-9]{8}(?:[a-f0-9]{9})?$" }, + "ClusterNodeRecovery":{ + "type":"string", + "enum":[ + "Automatic", + "None" + ] + }, "ClusterNodeSummaries":{ "type":"list", "member":{"shape":"ClusterNodeSummary"} @@ -6125,6 +6135,20 @@ "type":"integer", "min":0 }, + "ClusterOrchestrator":{ + "type":"structure", + "required":["Eks"], + "members":{ + "Eks":{"shape":"ClusterOrchestratorEksConfig"} + } + }, + "ClusterOrchestratorEksConfig":{ + "type":"structure", + "required":["ClusterArn"], + "members":{ + "ClusterArn":{"shape":"EksClusterArn"} + } + }, "ClusterPrivateDnsHostname":{ "type":"string", "pattern":"^ip-((25[0-5]|(2[0-4]|1\\d|[1-9]|)\\d)-?\\b){4}\\..*$" @@ -6794,7 +6818,9 @@ "ClusterName":{"shape":"ClusterName"}, "InstanceGroups":{"shape":"ClusterInstanceGroupSpecifications"}, "VpcConfig":{"shape":"VpcConfig"}, - "Tags":{"shape":"TagList"} + "Tags":{"shape":"TagList"}, + "Orchestrator":{"shape":"ClusterOrchestrator"}, + "NodeRecovery":{"shape":"ClusterNodeRecovery"} } }, "CreateClusterResponse":{ @@ -8353,6 +8379,13 @@ "max":20, "min":0 }, + "DeepHealthCheckType":{ + "type":"string", + "enum":[ + "InstanceStress", + "InstanceConnectivity" + ] + }, "DefaultEbsStorageSettings":{ "type":"structure", "required":[ @@ -9268,7 +9301,9 @@ "CreationTime":{"shape":"Timestamp"}, "FailureMessage":{"shape":"String"}, "InstanceGroups":{"shape":"ClusterInstanceGroupDetailsList"}, - "VpcConfig":{"shape":"VpcConfig"} + "VpcConfig":{"shape":"VpcConfig"}, + "Orchestrator":{"shape":"ClusterOrchestrator"}, + "NodeRecovery":{"shape":"ClusterNodeRecovery"} } }, "DescribeCodeRepositoryInput":{ @@ -11573,6 +11608,12 @@ "max":10, "pattern":"\\d+" }, + "EksClusterArn":{ + "type":"string", + "max":2048, + "min":20, + "pattern":"^arn:aws[a-z\\-]*:eks:[a-z0-9\\-]*:[0-9]{12}:cluster\\/[0-9A-Za-z][A-Za-z0-9\\-_]{0,99}$" + }, "EmrServerlessComputeConfig":{ "type":"structure", "required":["ExecutionRoleARN"], @@ -13372,12 +13413,6 @@ "type":"integer", "min":1 }, - "IAMRoleArn":{ - "type":"string", - "max":2048, - "min":20, - "pattern":"^arn:aws[a-z\\-]*:iam::\\d{12}:role/[\\w+=,.@-]{1,64}$" - }, "IamIdentity":{ "type":"structure", "members":{ @@ -18474,6 +18509,12 @@ "Groups":{"shape":"Groups"} } }, + "OnStartDeepHealthChecks":{ + "type":"list", + "member":{"shape":"DeepHealthCheckType"}, + "max":2, + "min":1 + }, "OnlineStoreConfig":{ "type":"structure", "members":{ @@ -23507,7 +23548,8 @@ ], "members":{ "ClusterName":{"shape":"ClusterNameOrArn"}, - "InstanceGroups":{"shape":"ClusterInstanceGroupSpecifications"} + "InstanceGroups":{"shape":"ClusterInstanceGroupSpecifications"}, + "NodeRecovery":{"shape":"ClusterNodeRecovery"} } }, "UpdateClusterResponse":{ diff --git a/apis/sagemaker/2017-07-24/docs-2.json b/apis/sagemaker/2017-07-24/docs-2.json index 44c2c48147f..8d65f851b2b 100644 --- a/apis/sagemaker/2017-07-24/docs-2.json +++ b/apis/sagemaker/2017-07-24/docs-2.json @@ -677,7 +677,7 @@ "AppLifecycleManagement": { "base": "

Settings that are used to configure and manage the lifecycle of Amazon SageMaker Studio applications.

", "refs": { - "CodeEditorAppSettings$AppLifecycleManagement": "

Settings that are used to configure and manage the lifecycle of CodeEditor applications.

", + "CodeEditorAppSettings$AppLifecycleManagement": "

Settings that are used to configure and manage the lifecycle of CodeEditor applications.

", "JupyterLabAppSettings$AppLifecycleManagement": "

Indicates whether idle shutdown is activated for JupyterLab applications.

" } }, @@ -2227,6 +2227,14 @@ "DescribeClusterNodeRequest$NodeId": "

The ID of the SageMaker HyperPod cluster node.

" } }, + "ClusterNodeRecovery": { + "base": null, + "refs": { + "CreateClusterRequest$NodeRecovery": "

The node recovery mode for the SageMaker HyperPod cluster. When set to Automatic, SageMaker HyperPod will automatically reboot or replace faulty nodes when issues are detected. When set to None, cluster administrators will need to manually manage any faulty cluster instances.

", + "DescribeClusterResponse$NodeRecovery": "

The node recovery mode configured for the SageMaker HyperPod cluster.

", + "UpdateClusterRequest$NodeRecovery": "

The node recovery mode to be applied to the SageMaker HyperPod cluster.

" + } + }, "ClusterNodeSummaries": { "base": null, "refs": { @@ -2245,6 +2253,19 @@ "ClusterInstanceGroupDetails$CurrentCount": "

The number of instances that are currently in the instance group of a SageMaker HyperPod cluster.

" } }, + "ClusterOrchestrator": { + "base": "

The type of orchestrator used for the SageMaker HyperPod cluster.

", + "refs": { + "CreateClusterRequest$Orchestrator": "

The type of orchestrator to use for the SageMaker HyperPod cluster. Currently, the only supported value is \"eks\", which is to use an Amazon Elastic Kubernetes Service (EKS) cluster as the orchestrator.

", + "DescribeClusterResponse$Orchestrator": "

The type of orchestrator used for the SageMaker HyperPod cluster.

" + } + }, + "ClusterOrchestratorEksConfig": { + "base": "

The configuration settings for the Amazon EKS cluster used as the orchestrator for the SageMaker HyperPod cluster.

", + "refs": { + "ClusterOrchestrator$Eks": "

The Amazon EKS cluster used as the orchestrator for the SageMaker HyperPod cluster.

" + } + }, "ClusterPrivateDnsHostname": { "base": null, "refs": { @@ -3616,6 +3637,12 @@ "TrainingJob$DebugRuleEvaluationStatuses": "

Information about the evaluation status of the rules for the training job.

" } }, + "DeepHealthCheckType": { + "base": null, + "refs": { + "OnStartDeepHealthChecks$member": null + } + }, "DefaultEbsStorageSettings": { "base": "

A collection of default EBS storage settings that apply to spaces created within a domain or user profile.

", "refs": { @@ -5330,6 +5357,12 @@ "DescribeUserProfileResponse$HomeEfsFileSystemUid": "

The ID of the user's profile in the Amazon Elastic File System volume.

" } }, + "EksClusterArn": { + "base": null, + "refs": { + "ClusterOrchestratorEksConfig$ClusterArn": "

The Amazon Resource Name (ARN) of the Amazon EKS cluster associated with the SageMaker HyperPod cluster.

" + } + }, "EmrServerlessComputeConfig": { "base": "

This data type is intended for use exclusively by SageMaker Canvas and cannot be used in other contexts at the moment.

Specifies the compute configuration for the EMR Serverless job.

", "refs": { @@ -7284,13 +7317,6 @@ "HyperbandStrategyConfig$MinResource": "

The minimum number of resources (such as epochs) that can be used by a training job launched by a hyperparameter tuning job. If the value for MinResource has not been reached, the training job is not stopped by Hyperband.

" } }, - "IAMRoleArn": { - "base": null, - "refs": { - "ClusterInstanceGroupDetails$ExecutionRole": "

The execution role for the instance group to assume.

", - "ClusterInstanceGroupSpecification$ExecutionRole": "

Specifies an IAM execution role to be assumed by the instance group.

" - } - }, "IamIdentity": { "base": "

The IAM Identity details associated with the user. These details are associated with model package groups, model packages and project entities only.

", "refs": { @@ -11606,6 +11632,13 @@ "MemberDefinition$OidcMemberDefinition": "

A list user groups that exist in your OIDC Identity Provider (IdP). One to ten groups can be used to create a single private work team. When you add a user group to the list of Groups, you can add that user group to one or more private work teams. If you add a user group to a private work team, all workers in that user group are added to the work team.

" } }, + "OnStartDeepHealthChecks": { + "base": null, + "refs": { + "ClusterInstanceGroupDetails$OnStartDeepHealthChecks": "

A flag indicating whether deep health checks should be performed when the cluster instance group is created or updated.

", + "ClusterInstanceGroupSpecification$OnStartDeepHealthChecks": "

A flag indicating whether deep health checks should be performed when the cluster instance group is created or updated.

" + } + }, "OnlineStoreConfig": { "base": "

Use this to specify the Amazon Web Services Key Management Service (KMS) Key ID, or KMSKeyId, for at rest data encryption. You can turn OnlineStore on or off by specifying the EnableOnlineStore flag at General Assembly.

The default value is False.

", "refs": { @@ -13537,6 +13570,8 @@ "refs": { "AlgorithmValidationSpecification$ValidationRole": "

The IAM roles that SageMaker uses to run the training jobs.

", "AssumableRoleArns$member": null, + "ClusterInstanceGroupDetails$ExecutionRole": "

The execution role for the instance group to assume.

", + "ClusterInstanceGroupSpecification$ExecutionRole": "

Specifies an IAM execution role to be assumed by the instance group.

", "CreateAutoMLJobRequest$RoleArn": "

The ARN of the role that is used to access the data.

", "CreateAutoMLJobV2Request$RoleArn": "

The ARN of the role that is used to access the data.

", "CreateCompilationJobRequest$RoleArn": "

The Amazon Resource Name (ARN) of an IAM role that enables Amazon SageMaker to perform tasks on your behalf.

During model compilation, Amazon SageMaker needs your permission to:

You grant permissions for all of these tasks to an IAM role. To pass this role to Amazon SageMaker, the caller of this API must have the iam:PassRole permission. For more information, see Amazon SageMaker Roles.

", diff --git a/gems/aws-partitions/CHANGELOG.md b/gems/aws-partitions/CHANGELOG.md index 5eaaff00af1..8a2a8b1b042 100644 --- a/gems/aws-partitions/CHANGELOG.md +++ b/gems/aws-partitions/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.972.0 (2024-09-09) +------------------ + +* Feature - Updated the partitions source data the determines the AWS service regions and endpoints. + 1.971.0 (2024-09-04) ------------------ diff --git a/gems/aws-partitions/VERSION b/gems/aws-partitions/VERSION index a10fb69ed77..91051144439 100644 --- a/gems/aws-partitions/VERSION +++ b/gems/aws-partitions/VERSION @@ -1 +1 @@ -1.971.0 +1.972.0 diff --git a/gems/aws-partitions/partitions.json b/gems/aws-partitions/partitions.json index f3745188fe5..b4355eba40c 100644 --- a/gems/aws-partitions/partitions.json +++ b/gems/aws-partitions/partitions.json @@ -1757,6 +1757,12 @@ "tags" : [ "dualstack" ] } ] }, + "eu-central-2" : { + "variants" : [ { + "hostname" : "appmesh.eu-central-2.api.aws", + "tags" : [ "dualstack" ] + } ] + }, "eu-north-1" : { "variants" : [ { "hostname" : "appmesh.eu-north-1.api.aws", @@ -1769,6 +1775,12 @@ "tags" : [ "dualstack" ] } ] }, + "eu-south-2" : { + "variants" : [ { + "hostname" : "appmesh.eu-south-2.api.aws", + "tags" : [ "dualstack" ] + } ] + }, "eu-west-1" : { "variants" : [ { "hostname" : "appmesh.eu-west-1.api.aws", diff --git a/gems/aws-sdk-dynamodb/CHANGELOG.md b/gems/aws-sdk-dynamodb/CHANGELOG.md index 6d0b41ff742..d9082dc0834 100644 --- a/gems/aws-sdk-dynamodb/CHANGELOG.md +++ b/gems/aws-sdk-dynamodb/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.120.0 (2024-09-09) +------------------ + +* Feature - Doc-only update for DynamoDB. Added information about async behavior for TagResource and UntagResource APIs and updated the description of ResourceInUseException. + 1.119.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-dynamodb/VERSION b/gems/aws-sdk-dynamodb/VERSION index 46cd9694132..499526a0114 100644 --- a/gems/aws-sdk-dynamodb/VERSION +++ b/gems/aws-sdk-dynamodb/VERSION @@ -1 +1 @@ -1.119.0 +1.120.0 diff --git a/gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb.rb b/gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb.rb index f6540fd7ba4..dd26a922d50 100644 --- a/gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb.rb +++ b/gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb.rb @@ -54,6 +54,6 @@ # @!group service module Aws::DynamoDB - GEM_VERSION = '1.119.0' + GEM_VERSION = '1.120.0' end diff --git a/gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/client.rb b/gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/client.rb index 65d2381d7ab..e2cb3ac5502 100644 --- a/gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/client.rb +++ b/gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/client.rb @@ -6502,6 +6502,18 @@ def scan(params = {}, options = {}) # and Cost Management console for cost allocation tracking. You can call # TagResource up to five times per second, per account. # + # * `TagResource` is an asynchronous operation. If you issue a + # ListTagsOfResource request immediately after a `TagResource` + # request, DynamoDB might return your previous tag set, if there was + # one, or an empty tag set. This is because `ListTagsOfResource` uses + # an eventually consistent query, and the metadata for your tags or + # table might not be available at that moment. Wait for a few seconds, + # and then try the `ListTagsOfResource` request again. + # + # * The application or removal of tags using `TagResource` and + # `UntagResource` APIs is eventually consistent. `ListTagsOfResource` + # API will only reflect the changes after a few seconds. + # # For an overview on tagging DynamoDB resources, see [Tagging for # DynamoDB][1] in the *Amazon DynamoDB Developer Guide*. # @@ -6851,6 +6863,18 @@ def transact_write_items(params = {}, options = {}) # Removes the association of tags from an Amazon DynamoDB resource. You # can call `UntagResource` up to five times per second, per account. # + # * `UntagResource` is an asynchronous operation. If you issue a + # ListTagsOfResource request immediately after an `UntagResource` + # request, DynamoDB might return your previous tag set, if there was + # one, or an empty tag set. This is because `ListTagsOfResource` uses + # an eventually consistent query, and the metadata for your tags or + # table might not be available at that moment. Wait for a few seconds, + # and then try the `ListTagsOfResource` request again. + # + # * The application or removal of tags using `TagResource` and + # `UntagResource` APIs is eventually consistent. `ListTagsOfResource` + # API will only reflect the changes after a few seconds. + # # For an overview on tagging DynamoDB resources, see [Tagging for # DynamoDB][1] in the *Amazon DynamoDB Developer Guide*. # @@ -8393,7 +8417,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-dynamodb' - context[:gem_version] = '1.119.0' + context[:gem_version] = '1.120.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb b/gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb index 1b6ae995214..e4efaa75448 100644 --- a/gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb +++ b/gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb @@ -7596,8 +7596,16 @@ class RequestLimitExceeded < Struct.new( end # The operation conflicts with the resource's availability. For - # example, you attempted to recreate an existing table, or tried to - # delete a table currently in the `CREATING` state. + # example: + # + # * You attempted to recreate an existing table. + # + # * You tried to delete a table currently in the `CREATING` state. + # + # * You tried to update a resource that was already being updated. + # + # When appropriate, wait for the ongoing update to complete and attempt + # the request again. # # @!attribute [rw] message # The resource which is being attempted to be changed is in use. diff --git a/gems/aws-sdk-elasticloadbalancingv2/CHANGELOG.md b/gems/aws-sdk-elasticloadbalancingv2/CHANGELOG.md index 9a1a1e0a27f..c268972206c 100644 --- a/gems/aws-sdk-elasticloadbalancingv2/CHANGELOG.md +++ b/gems/aws-sdk-elasticloadbalancingv2/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.111.0 (2024-09-09) +------------------ + +* Feature - Add paginators for the ELBv2 DescribeListenerCertificates and DescribeRules APIs. Fix broken waiter for the ELBv2 DescribeLoadBalancers API. + 1.110.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-elasticloadbalancingv2/VERSION b/gems/aws-sdk-elasticloadbalancingv2/VERSION index 1916b6b587d..d313a193da0 100644 --- a/gems/aws-sdk-elasticloadbalancingv2/VERSION +++ b/gems/aws-sdk-elasticloadbalancingv2/VERSION @@ -1 +1 @@ -1.110.0 +1.111.0 diff --git a/gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2.rb b/gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2.rb index a9316ad2b02..2284b488abd 100644 --- a/gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2.rb +++ b/gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2.rb @@ -53,6 +53,6 @@ # @!group service module Aws::ElasticLoadBalancingV2 - GEM_VERSION = '1.110.0' + GEM_VERSION = '1.111.0' end diff --git a/gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/client.rb b/gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/client.rb index 29dc34524f0..718bf3b91fd 100644 --- a/gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/client.rb +++ b/gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/client.rb @@ -2178,6 +2178,8 @@ def describe_listener_attributes(params = {}, options = {}) # * {Types::DescribeListenerCertificatesOutput#certificates #certificates} => Array<Types::Certificate> # * {Types::DescribeListenerCertificatesOutput#next_marker #next_marker} => String # + # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}. + # # @example Request syntax with placeholder values # # resp = client.describe_listener_certificates({ @@ -2555,6 +2557,8 @@ def describe_load_balancers(params = {}, options = {}) # * {Types::DescribeRulesOutput#rules #rules} => Array<Types::Rule> # * {Types::DescribeRulesOutput#next_marker #next_marker} => String # + # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}. + # # # @example Example: To describe a rule # @@ -5078,7 +5082,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-elasticloadbalancingv2' - context[:gem_version] = '1.110.0' + context[:gem_version] = '1.111.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/client_api.rb b/gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/client_api.rb index 204009b0ae3..eec4de958e0 100644 --- a/gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/client_api.rb +++ b/gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/client_api.rb @@ -1495,6 +1495,11 @@ module ClientApi o.input = Shapes::ShapeRef.new(shape: DescribeListenerCertificatesInput) o.output = Shapes::ShapeRef.new(shape: DescribeListenerCertificatesOutput) o.errors << Shapes::ShapeRef.new(shape: ListenerNotFoundException) + o[:pager] = Aws::Pager.new( + tokens: { + "next_marker" => "marker" + } + ) end) api.add_operation(:describe_listeners, Seahorse::Model::Operation.new.tap do |o| @@ -1545,6 +1550,11 @@ module ClientApi o.errors << Shapes::ShapeRef.new(shape: ListenerNotFoundException) o.errors << Shapes::ShapeRef.new(shape: RuleNotFoundException) o.errors << Shapes::ShapeRef.new(shape: UnsupportedProtocolException) + o[:pager] = Aws::Pager.new( + tokens: { + "next_marker" => "marker" + } + ) end) api.add_operation(:describe_ssl_policies, Seahorse::Model::Operation.new.tap do |o| diff --git a/gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/waiters.rb b/gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/waiters.rb index 74ffa22515a..4bad4694274 100644 --- a/gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/waiters.rb +++ b/gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/waiters.rb @@ -108,7 +108,7 @@ def initialize(options) { "state" => "retry", "matcher" => "error", - "expected" => "LoadBalancerNotFound" + "expected" => "LoadBalancerNotFoundException" } ] ) @@ -149,7 +149,7 @@ def initialize(options) }, { "matcher" => "error", - "expected" => "LoadBalancerNotFound", + "expected" => "LoadBalancerNotFoundException", "state" => "retry" } ] @@ -192,7 +192,7 @@ def initialize(options) }, { "matcher" => "error", - "expected" => "LoadBalancerNotFound", + "expected" => "LoadBalancerNotFoundException", "state" => "success" } ] diff --git a/gems/aws-sdk-ivsrealtime/CHANGELOG.md b/gems/aws-sdk-ivsrealtime/CHANGELOG.md index 407d9ea085d..7cedf516c91 100644 --- a/gems/aws-sdk-ivsrealtime/CHANGELOG.md +++ b/gems/aws-sdk-ivsrealtime/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.27.0 (2024-09-09) +------------------ + +* Feature - IVS Real-Time now offers customers the ability to broadcast to Stages using RTMP(S). + 1.26.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-ivsrealtime/VERSION b/gems/aws-sdk-ivsrealtime/VERSION index 5ff8c4f5d2a..5db08bf2dc5 100644 --- a/gems/aws-sdk-ivsrealtime/VERSION +++ b/gems/aws-sdk-ivsrealtime/VERSION @@ -1 +1 @@ -1.26.0 +1.27.0 diff --git a/gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime.rb b/gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime.rb index 68ff10591e4..c144b2f73e1 100644 --- a/gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime.rb +++ b/gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime.rb @@ -53,6 +53,6 @@ # @!group service module Aws::IVSRealTime - GEM_VERSION = '1.26.0' + GEM_VERSION = '1.27.0' end diff --git a/gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/client.rb b/gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/client.rb index 37d7de152f8..ff62abcf0bf 100644 --- a/gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/client.rb +++ b/gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/client.rb @@ -448,14 +448,15 @@ def initialize(*args) # # @option params [Hash] :tags # Tags attached to the resource. Array of maps, each of the form - # `string:string (key:value)`. See [Tagging AWS Resources][1] for - # details, including restrictions that apply to tags and "Tag naming - # limits and requirements"; Amazon IVS has no constraints on tags - # beyond what is documented there. + # `string:string (key:value)`. See [Best practices and strategies][1] in + # *Tagging AWS Resources and Tag Editor* for details, including + # restrictions that apply to tags and "Tag naming limits and + # requirements"; Amazon IVS has no constraints on tags beyond what is + # documented there. # # # - # [1]: https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html + # [1]: https://docs.aws.amazon.com/tag-editor/latest/userguide/best-practices-and-strats.html # # @return [Types::CreateEncoderConfigurationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods: # @@ -496,6 +497,95 @@ def create_encoder_configuration(params = {}, options = {}) req.send_request(options) end + # Creates a new IngestConfiguration resource, used to specify the ingest + # protocol for a stage. + # + # @option params [String] :name + # Optional name that can be specified for the IngestConfiguration being + # created. + # + # @option params [String] :stage_arn + # ARN of the stage with which the IngestConfiguration is associated. + # + # @option params [String] :user_id + # Customer-assigned name to help identify the participant using the + # IngestConfiguration; this can be used to link a participant to a user + # in the customer’s own systems. This can be any UTF-8 encoded text. + # *This field is exposed to all stage participants and should not be + # used for personally identifying, confidential, or sensitive + # information.* + # + # @option params [Hash] :attributes + # Application-provided attributes to store in the IngestConfiguration + # and attach to a stage. Map keys and values can contain UTF-8 encoded + # text. The maximum length of this field is 1 KB total. *This field is + # exposed to all stage participants and should not be used for + # personally identifying, confidential, or sensitive information.* + # + # @option params [required, String] :ingest_protocol + # Type of ingest protocol that the user employs to broadcast. If this is + # set to `RTMP`, `insecureIngest` must be set to `true`. + # + # @option params [Boolean] :insecure_ingest + # Whether the stage allows insecure RTMP ingest. This must be set to + # `true`, if `ingestProtocol` is set to `RTMP`. Default: `false`. + # + # @option params [Hash] :tags + # Tags attached to the resource. Array of maps, each of the form + # `string:string (key:value)`. See [Best practices and strategies][1] in + # *Tagging AWS Resources and Tag Editor* for details, including + # restrictions that apply to tags and "Tag naming limits and + # requirements"; Amazon IVS has no constraints on tags beyond what is + # documented there. + # + # + # + # [1]: https://docs.aws.amazon.com/tag-editor/latest/userguide/best-practices-and-strats.html + # + # @return [Types::CreateIngestConfigurationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods: + # + # * {Types::CreateIngestConfigurationResponse#ingest_configuration #ingest_configuration} => Types::IngestConfiguration + # + # @example Request syntax with placeholder values + # + # resp = client.create_ingest_configuration({ + # name: "IngestConfigurationName", + # stage_arn: "IngestConfigurationStageArn", + # user_id: "UserId", + # attributes: { + # "String" => "String", + # }, + # ingest_protocol: "RTMP", # required, accepts RTMP, RTMPS + # insecure_ingest: false, + # tags: { + # "TagKey" => "TagValue", + # }, + # }) + # + # @example Response structure + # + # resp.ingest_configuration.name #=> String + # resp.ingest_configuration.arn #=> String + # resp.ingest_configuration.ingest_protocol #=> String, one of "RTMP", "RTMPS" + # resp.ingest_configuration.stream_key #=> String + # resp.ingest_configuration.stage_arn #=> String + # resp.ingest_configuration.participant_id #=> String + # resp.ingest_configuration.state #=> String, one of "ACTIVE", "INACTIVE" + # resp.ingest_configuration.user_id #=> String + # resp.ingest_configuration.attributes #=> Hash + # resp.ingest_configuration.attributes["String"] #=> String + # resp.ingest_configuration.tags #=> Hash + # resp.ingest_configuration.tags["TagKey"] #=> String + # + # @see http://docs.aws.amazon.com/goto/WebAPI/ivs-realtime-2020-07-14/CreateIngestConfiguration AWS API Documentation + # + # @overload create_ingest_configuration(params = {}) + # @param [Hash] params ({}) + def create_ingest_configuration(params = {}, options = {}) + req = build_request(:create_ingest_configuration, params) + req.send_request(options) + end + # Creates an additional token for a specified stage. This can be done # after stage creation or when tokens expire. Tokens always are scoped # to the stage for which they are created. @@ -575,14 +665,15 @@ def create_participant_token(params = {}, options = {}) # # @option params [Hash] :tags # Tags attached to the resource. Array of maps, each of the form - # `string:string (key:value)`. See [Tagging AWS Resources][1] for - # details, including restrictions that apply to tags and "Tag naming - # limits and requirements"; Amazon IVS has no constraints on tags - # beyond what is documented there. + # `string:string (key:value)`. See [Best practices and strategies][1] in + # *Tagging AWS Resources and Tag Editor* for details, including + # restrictions that apply to tags and "Tag naming limits and + # requirements"; Amazon IVS has no constraints on tags beyond what is + # documented there. # # # - # [1]: https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html + # [1]: https://docs.aws.amazon.com/tag-editor/latest/userguide/best-practices-and-strats.html # # @option params [Types::AutoParticipantRecordingConfiguration] :auto_participant_recording_configuration # Configuration object for individual participant recording, to attach @@ -628,6 +719,8 @@ def create_participant_token(params = {}, options = {}) # resp.stage.auto_participant_recording_configuration.media_types[0] #=> String, one of "AUDIO_VIDEO", "AUDIO_ONLY" # resp.stage.endpoints.events #=> String # resp.stage.endpoints.whip #=> String + # resp.stage.endpoints.rtmp #=> String + # resp.stage.endpoints.rtmps #=> String # resp.participant_tokens #=> Array # resp.participant_tokens[0].participant_id #=> String # resp.participant_tokens[0].token #=> String @@ -662,14 +755,15 @@ def create_stage(params = {}, options = {}) # # @option params [Hash] :tags # Tags attached to the resource. Array of maps, each of the form - # `string:string (key:value)`. See [Tagging AWS Resources][1] for - # details, including restrictions that apply to tags and "Tag naming - # limits and requirements"; Amazon IVS has no constraints on tags - # beyond what is documented there. + # `string:string (key:value)`. See [Best practices and strategies][1] in + # *Tagging AWS Resources and Tag Editor* for details, including + # restrictions that apply to tags and "Tag naming limits and + # requirements"; Amazon IVS has no constraints on tags beyond what is + # documented there. # # # - # [1]: https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html + # [1]: https://docs.aws.amazon.com/tag-editor/latest/userguide/best-practices-and-strats.html # # @return [Types::CreateStorageConfigurationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods: # @@ -727,6 +821,38 @@ def delete_encoder_configuration(params = {}, options = {}) req.send_request(options) end + # Deletes a specified IngestConfiguration, so it can no longer be used + # to broadcast. An IngestConfiguration cannot be deleted if the + # publisher is actively streaming to a stage, unless `force` is set to + # `true`. + # + # @option params [required, String] :arn + # ARN of the IngestConfiguration. + # + # @option params [Boolean] :force + # Optional field to force deletion of the IngestConfiguration. If this + # is set to `true` when a participant is actively publishing, the + # participant is disconnected from the stage, followed by deletion of + # the IngestConfiguration. Default: `false`. + # + # @return [Struct] Returns an empty {Seahorse::Client::Response response}. + # + # @example Request syntax with placeholder values + # + # resp = client.delete_ingest_configuration({ + # arn: "IngestConfigurationArn", # required + # force: false, + # }) + # + # @see http://docs.aws.amazon.com/goto/WebAPI/ivs-realtime-2020-07-14/DeleteIngestConfiguration AWS API Documentation + # + # @overload delete_ingest_configuration(params = {}) + # @param [Hash] params ({}) + def delete_ingest_configuration(params = {}, options = {}) + req = build_request(:delete_ingest_configuration, params) + req.send_request(options) + end + # Deletes the specified public key used to sign stage participant # tokens. This invalidates future participant tokens generated using the # key pair’s private key. @@ -752,7 +878,9 @@ def delete_public_key(params = {}, options = {}) end # Shuts down and deletes the specified stage (disconnecting all - # participants). + # participants). This operation also removes the `stageArn` from the + # associated IngestConfiguration, if there are participants using the + # IngestConfiguration to publish to the stage. # # @option params [required, String] :arn # ARN of the stage to be deleted. @@ -802,15 +930,18 @@ def delete_storage_configuration(params = {}, options = {}) req.send_request(options) end - # Disconnects a specified participant and revokes the participant - # permanently from a specified stage. + # Disconnects a specified participant from a specified stage. If the + # participant is publishing using an IngestConfiguration, + # DisconnectParticipant also updates the `stageArn` in the + # IngestConfiguration to be an empty string. # # @option params [required, String] :stage_arn # ARN of the stage to which the participant is attached. # # @option params [required, String] :participant_id - # Identifier of the participant to be disconnected. This is assigned by - # IVS and returned by CreateParticipantToken. + # Identifier of the participant to be disconnected. IVS assigns this; it + # is returned by CreateParticipantToken (for streams using WebRTC + # ingest) or CreateIngestConfiguration (for streams using RTMP ingest). # # @option params [String] :reason # Description of why this participant is being disconnected. @@ -931,6 +1062,45 @@ def get_encoder_configuration(params = {}, options = {}) req.send_request(options) end + # Gets information about the specified IngestConfiguration. + # + # @option params [required, String] :arn + # ARN of the ingest for which the information is to be retrieved. + # + # @return [Types::GetIngestConfigurationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods: + # + # * {Types::GetIngestConfigurationResponse#ingest_configuration #ingest_configuration} => Types::IngestConfiguration + # + # @example Request syntax with placeholder values + # + # resp = client.get_ingest_configuration({ + # arn: "IngestConfigurationArn", # required + # }) + # + # @example Response structure + # + # resp.ingest_configuration.name #=> String + # resp.ingest_configuration.arn #=> String + # resp.ingest_configuration.ingest_protocol #=> String, one of "RTMP", "RTMPS" + # resp.ingest_configuration.stream_key #=> String + # resp.ingest_configuration.stage_arn #=> String + # resp.ingest_configuration.participant_id #=> String + # resp.ingest_configuration.state #=> String, one of "ACTIVE", "INACTIVE" + # resp.ingest_configuration.user_id #=> String + # resp.ingest_configuration.attributes #=> Hash + # resp.ingest_configuration.attributes["String"] #=> String + # resp.ingest_configuration.tags #=> Hash + # resp.ingest_configuration.tags["TagKey"] #=> String + # + # @see http://docs.aws.amazon.com/goto/WebAPI/ivs-realtime-2020-07-14/GetIngestConfiguration AWS API Documentation + # + # @overload get_ingest_configuration(params = {}) + # @param [Hash] params ({}) + def get_ingest_configuration(params = {}, options = {}) + req = build_request(:get_ingest_configuration, params) + req.send_request(options) + end + # Gets information about the specified participant token. # # @option params [required, String] :stage_arn @@ -973,6 +1143,7 @@ def get_encoder_configuration(params = {}, options = {}) # resp.participant.recording_s3_bucket_name #=> String # resp.participant.recording_s3_prefix #=> String # resp.participant.recording_state #=> String, one of "STARTING", "ACTIVE", "STOPPING", "STOPPED", "FAILED", "DISABLED" + # resp.participant.protocol #=> String, one of "UNKNOWN", "WHIP", "RTMP", "RTMPS" # # @see http://docs.aws.amazon.com/goto/WebAPI/ivs-realtime-2020-07-14/GetParticipant AWS API Documentation # @@ -1043,6 +1214,8 @@ def get_public_key(params = {}, options = {}) # resp.stage.auto_participant_recording_configuration.media_types[0] #=> String, one of "AUDIO_VIDEO", "AUDIO_ONLY" # resp.stage.endpoints.events #=> String # resp.stage.endpoints.whip #=> String + # resp.stage.endpoints.rtmp #=> String + # resp.stage.endpoints.rtmps #=> String # # @see http://docs.aws.amazon.com/goto/WebAPI/ivs-realtime-2020-07-14/GetStage AWS API Documentation # @@ -1129,14 +1302,15 @@ def get_storage_configuration(params = {}, options = {}) # # @option params [Hash] :tags # Tags attached to the resource. Array of maps, each of the form - # `string:string (key:value)`. See [Tagging AWS Resources][1] for - # details, including restrictions that apply to tags and "Tag naming - # limits and requirements"; Amazon IVS has no constraints on tags - # beyond what is documented there. + # `string:string (key:value)`. See [Best practices and strategies][1] in + # *Tagging AWS Resources and Tag Editor* for details, including + # restrictions that apply to tags and "Tag naming limits and + # requirements"; Amazon IVS has no constraints on tags beyond what is + # documented there. # # # - # [1]: https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html + # [1]: https://docs.aws.amazon.com/tag-editor/latest/userguide/best-practices-and-strats.html # # @return [Types::ImportPublicKeyResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods: # @@ -1271,6 +1445,61 @@ def list_encoder_configurations(params = {}, options = {}) req.send_request(options) end + # Lists all IngestConfigurations in your account, in the AWS region + # where the API request is processed. + # + # @option params [String] :filter_by_stage_arn + # Filters the response list to match the specified stage ARN. Only one + # filter (by stage ARN or by state) can be used at a time. + # + # @option params [String] :filter_by_state + # Filters the response list to match the specified state. Only one + # filter (by stage ARN or by state) can be used at a time. + # + # @option params [String] :next_token + # The first IngestConfiguration to retrieve. This is used for + # pagination; see the `nextToken` response field. + # + # @option params [Integer] :max_results + # Maximum number of results to return. Default: 50. + # + # @return [Types::ListIngestConfigurationsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods: + # + # * {Types::ListIngestConfigurationsResponse#ingest_configurations #ingest_configurations} => Array<Types::IngestConfigurationSummary> + # * {Types::ListIngestConfigurationsResponse#next_token #next_token} => String + # + # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}. + # + # @example Request syntax with placeholder values + # + # resp = client.list_ingest_configurations({ + # filter_by_stage_arn: "StageArn", + # filter_by_state: "ACTIVE", # accepts ACTIVE, INACTIVE + # next_token: "PaginationToken", + # max_results: 1, + # }) + # + # @example Response structure + # + # resp.ingest_configurations #=> Array + # resp.ingest_configurations[0].name #=> String + # resp.ingest_configurations[0].arn #=> String + # resp.ingest_configurations[0].ingest_protocol #=> String, one of "RTMP", "RTMPS" + # resp.ingest_configurations[0].stage_arn #=> String + # resp.ingest_configurations[0].participant_id #=> String + # resp.ingest_configurations[0].state #=> String, one of "ACTIVE", "INACTIVE" + # resp.ingest_configurations[0].user_id #=> String + # resp.next_token #=> String + # + # @see http://docs.aws.amazon.com/goto/WebAPI/ivs-realtime-2020-07-14/ListIngestConfigurations AWS API Documentation + # + # @overload list_ingest_configurations(params = {}) + # @param [Hash] params ({}) + def list_ingest_configurations(params = {}, options = {}) + req = build_request(:list_ingest_configurations, params) + req.send_request(options) + end + # Lists events for a specified participant that occurred during a # specified stage session. # @@ -1315,7 +1544,7 @@ def list_encoder_configurations(params = {}, options = {}) # resp.events[0].participant_id #=> String # resp.events[0].event_time #=> Time # resp.events[0].remote_participant_id #=> String - # resp.events[0].error_code #=> String, one of "INSUFFICIENT_CAPABILITIES", "QUOTA_EXCEEDED", "PUBLISHER_NOT_FOUND" + # resp.events[0].error_code #=> String, one of "INSUFFICIENT_CAPABILITIES", "QUOTA_EXCEEDED", "PUBLISHER_NOT_FOUND", "BITRATE_EXCEEDED", "RESOLUTION_EXCEEDED", "STREAM_DURATION_EXCEEDED", "INVALID_AUDIO_CODEC", "INVALID_VIDEO_CODEC", "INVALID_PROTOCOL", "INVALID_STREAM_KEY", "REUSE_OF_STREAM_KEY" # resp.next_token #=> String # # @see http://docs.aws.amazon.com/goto/WebAPI/ivs-realtime-2020-07-14/ListParticipantEvents AWS API Documentation @@ -1612,8 +1841,9 @@ def list_tags_for_resource(params = {}, options = {}) # Starts a Composition from a stage based on the configuration provided # in the request. # - # A Composition is an ephemeral resource that exists after this endpoint - # returns successfully. Composition stops and the resource is deleted: + # A Composition is an ephemeral resource that exists after this + # operation returns successfully. Composition stops and the resource is + # deleted: # # * When StopComposition is called. # @@ -1646,14 +1876,15 @@ def list_tags_for_resource(params = {}, options = {}) # # @option params [Hash] :tags # Tags attached to the resource. Array of maps, each of the form - # `string:string (key:value)`. See [Tagging AWS Resources][1] for - # details, including restrictions that apply to tags and "Tag naming - # limits and requirements"; Amazon IVS has no constraints on tags - # beyond what is documented there. + # `string:string (key:value)`. See [Best practices and strategies][1] in + # *Tagging AWS Resources and Tag Editor* for details, including + # restrictions that apply to tags and "Tag naming limits and + # requirements"; Amazon IVS has no constraints on tags beyond what is + # documented there. # # # - # [1]: https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html + # [1]: https://docs.aws.amazon.com/tag-editor/latest/userguide/best-practices-and-strats.html # # @return [Types::StartCompositionResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods: # @@ -1783,14 +2014,15 @@ def stop_composition(params = {}, options = {}) # # @option params [required, Hash] :tags # Array of tags to be added or updated. Array of maps, each of the form - # `string:string (key:value)`. See [Tagging AWS Resources][1] for - # details, including restrictions that apply to tags and "Tag naming - # limits and requirements"; Amazon IVS has no constraints beyond what - # is documented there. + # `string:string (key:value)`. See [Best practices and strategies][1] in + # *Tagging AWS Resources and Tag Editor* for details, including + # restrictions that apply to tags and "Tag naming limits and + # requirements"; Amazon IVS has no constraints on tags beyond what is + # documented there. # # # - # [1]: https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html + # [1]: https://docs.aws.amazon.com/tag-editor/latest/userguide/best-practices-and-strats.html # # @return [Struct] Returns an empty {Seahorse::Client::Response response}. # @@ -1819,14 +2051,15 @@ def tag_resource(params = {}, options = {}) # # @option params [required, Array] :tag_keys # Array of tags to be removed. Array of maps, each of the form - # `string:string (key:value)`. See [Tagging AWS Resources][1] for - # details, including restrictions that apply to tags and "Tag naming - # limits and requirements"; Amazon IVS has no constraints beyond what - # is documented there. + # `string:string (key:value)`. See [Best practices and strategies][1] in + # *Tagging AWS Resources and Tag Editor* for details, including + # restrictions that apply to tags and "Tag naming limits and + # requirements"; Amazon IVS has no constraints on tags beyond what is + # documented there. # # # - # [1]: https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html + # [1]: https://docs.aws.amazon.com/tag-editor/latest/userguide/best-practices-and-strats.html # # @return [Struct] Returns an empty {Seahorse::Client::Response response}. # @@ -1846,6 +2079,52 @@ def untag_resource(params = {}, options = {}) req.send_request(options) end + # Updates a specified IngestConfiguration. Only the stage ARN attached + # to the IngestConfiguration can be updated. An IngestConfiguration that + # is active cannot be updated. + # + # @option params [required, String] :arn + # ARN of the IngestConfiguration, for which the related stage ARN needs + # to be updated. + # + # @option params [String] :stage_arn + # Stage ARN that needs to be updated. + # + # @return [Types::UpdateIngestConfigurationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods: + # + # * {Types::UpdateIngestConfigurationResponse#ingest_configuration #ingest_configuration} => Types::IngestConfiguration + # + # @example Request syntax with placeholder values + # + # resp = client.update_ingest_configuration({ + # arn: "IngestConfigurationArn", # required + # stage_arn: "IngestConfigurationStageArn", + # }) + # + # @example Response structure + # + # resp.ingest_configuration.name #=> String + # resp.ingest_configuration.arn #=> String + # resp.ingest_configuration.ingest_protocol #=> String, one of "RTMP", "RTMPS" + # resp.ingest_configuration.stream_key #=> String + # resp.ingest_configuration.stage_arn #=> String + # resp.ingest_configuration.participant_id #=> String + # resp.ingest_configuration.state #=> String, one of "ACTIVE", "INACTIVE" + # resp.ingest_configuration.user_id #=> String + # resp.ingest_configuration.attributes #=> Hash + # resp.ingest_configuration.attributes["String"] #=> String + # resp.ingest_configuration.tags #=> Hash + # resp.ingest_configuration.tags["TagKey"] #=> String + # + # @see http://docs.aws.amazon.com/goto/WebAPI/ivs-realtime-2020-07-14/UpdateIngestConfiguration AWS API Documentation + # + # @overload update_ingest_configuration(params = {}) + # @param [Hash] params ({}) + def update_ingest_configuration(params = {}, options = {}) + req = build_request(:update_ingest_configuration, params) + req.send_request(options) + end + # Updates a stage’s configuration. # # @option params [required, String] :arn @@ -1886,6 +2165,8 @@ def untag_resource(params = {}, options = {}) # resp.stage.auto_participant_recording_configuration.media_types[0] #=> String, one of "AUDIO_VIDEO", "AUDIO_ONLY" # resp.stage.endpoints.events #=> String # resp.stage.endpoints.whip #=> String + # resp.stage.endpoints.rtmp #=> String + # resp.stage.endpoints.rtmps #=> String # # @see http://docs.aws.amazon.com/goto/WebAPI/ivs-realtime-2020-07-14/UpdateStage AWS API Documentation # @@ -1914,7 +2195,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-ivsrealtime' - context[:gem_version] = '1.26.0' + context[:gem_version] = '1.27.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/client_api.rb b/gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/client_api.rb index 0282bd39c4a..5bcb790608b 100644 --- a/gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/client_api.rb +++ b/gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/client_api.rb @@ -18,6 +18,7 @@ module ClientApi AutoParticipantRecordingConfiguration = Shapes::StructureShape.new(name: 'AutoParticipantRecordingConfiguration') AutoParticipantRecordingStorageConfigurationArn = Shapes::StringShape.new(name: 'AutoParticipantRecordingStorageConfigurationArn') Bitrate = Shapes::IntegerShape.new(name: 'Bitrate') + Boolean = Shapes::BooleanShape.new(name: 'Boolean') ChannelArn = Shapes::StringShape.new(name: 'ChannelArn') ChannelDestinationConfiguration = Shapes::StructureShape.new(name: 'ChannelDestinationConfiguration') Composition = Shapes::StructureShape.new(name: 'Composition') @@ -29,6 +30,8 @@ module ClientApi ConflictException = Shapes::StructureShape.new(name: 'ConflictException') CreateEncoderConfigurationRequest = Shapes::StructureShape.new(name: 'CreateEncoderConfigurationRequest') CreateEncoderConfigurationResponse = Shapes::StructureShape.new(name: 'CreateEncoderConfigurationResponse') + CreateIngestConfigurationRequest = Shapes::StructureShape.new(name: 'CreateIngestConfigurationRequest') + CreateIngestConfigurationResponse = Shapes::StructureShape.new(name: 'CreateIngestConfigurationResponse') CreateParticipantTokenRequest = Shapes::StructureShape.new(name: 'CreateParticipantTokenRequest') CreateParticipantTokenResponse = Shapes::StructureShape.new(name: 'CreateParticipantTokenResponse') CreateStageRequest = Shapes::StructureShape.new(name: 'CreateStageRequest') @@ -37,6 +40,8 @@ module ClientApi CreateStorageConfigurationResponse = Shapes::StructureShape.new(name: 'CreateStorageConfigurationResponse') DeleteEncoderConfigurationRequest = Shapes::StructureShape.new(name: 'DeleteEncoderConfigurationRequest') DeleteEncoderConfigurationResponse = Shapes::StructureShape.new(name: 'DeleteEncoderConfigurationResponse') + DeleteIngestConfigurationRequest = Shapes::StructureShape.new(name: 'DeleteIngestConfigurationRequest') + DeleteIngestConfigurationResponse = Shapes::StructureShape.new(name: 'DeleteIngestConfigurationResponse') DeletePublicKeyRequest = Shapes::StructureShape.new(name: 'DeletePublicKeyRequest') DeletePublicKeyResponse = Shapes::StructureShape.new(name: 'DeletePublicKeyResponse') DeleteStageRequest = Shapes::StructureShape.new(name: 'DeleteStageRequest') @@ -70,6 +75,8 @@ module ClientApi GetCompositionResponse = Shapes::StructureShape.new(name: 'GetCompositionResponse') GetEncoderConfigurationRequest = Shapes::StructureShape.new(name: 'GetEncoderConfigurationRequest') GetEncoderConfigurationResponse = Shapes::StructureShape.new(name: 'GetEncoderConfigurationResponse') + GetIngestConfigurationRequest = Shapes::StructureShape.new(name: 'GetIngestConfigurationRequest') + GetIngestConfigurationResponse = Shapes::StructureShape.new(name: 'GetIngestConfigurationResponse') GetParticipantRequest = Shapes::StructureShape.new(name: 'GetParticipantRequest') GetParticipantResponse = Shapes::StructureShape.new(name: 'GetParticipantResponse') GetPublicKeyRequest = Shapes::StructureShape.new(name: 'GetPublicKeyRequest') @@ -85,12 +92,23 @@ module ClientApi Height = Shapes::IntegerShape.new(name: 'Height') ImportPublicKeyRequest = Shapes::StructureShape.new(name: 'ImportPublicKeyRequest') ImportPublicKeyResponse = Shapes::StructureShape.new(name: 'ImportPublicKeyResponse') + IngestConfiguration = Shapes::StructureShape.new(name: 'IngestConfiguration') + IngestConfigurationArn = Shapes::StringShape.new(name: 'IngestConfigurationArn') + IngestConfigurationList = Shapes::ListShape.new(name: 'IngestConfigurationList') + IngestConfigurationName = Shapes::StringShape.new(name: 'IngestConfigurationName') + IngestConfigurationStageArn = Shapes::StringShape.new(name: 'IngestConfigurationStageArn') + IngestConfigurationState = Shapes::StringShape.new(name: 'IngestConfigurationState') + IngestConfigurationSummary = Shapes::StructureShape.new(name: 'IngestConfigurationSummary') + IngestProtocol = Shapes::StringShape.new(name: 'IngestProtocol') + InsecureIngest = Shapes::BooleanShape.new(name: 'InsecureIngest') InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException') LayoutConfiguration = Shapes::StructureShape.new(name: 'LayoutConfiguration') ListCompositionsRequest = Shapes::StructureShape.new(name: 'ListCompositionsRequest') ListCompositionsResponse = Shapes::StructureShape.new(name: 'ListCompositionsResponse') ListEncoderConfigurationsRequest = Shapes::StructureShape.new(name: 'ListEncoderConfigurationsRequest') ListEncoderConfigurationsResponse = Shapes::StructureShape.new(name: 'ListEncoderConfigurationsResponse') + ListIngestConfigurationsRequest = Shapes::StructureShape.new(name: 'ListIngestConfigurationsRequest') + ListIngestConfigurationsResponse = Shapes::StructureShape.new(name: 'ListIngestConfigurationsResponse') ListParticipantEventsRequest = Shapes::StructureShape.new(name: 'ListParticipantEventsRequest') ListParticipantEventsResponse = Shapes::StructureShape.new(name: 'ListParticipantEventsResponse') ListParticipantsRequest = Shapes::StructureShape.new(name: 'ListParticipantsRequest') @@ -107,6 +125,7 @@ module ClientApi ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse') MaxCompositionResults = Shapes::IntegerShape.new(name: 'MaxCompositionResults') MaxEncoderConfigurationResults = Shapes::IntegerShape.new(name: 'MaxEncoderConfigurationResults') + MaxIngestConfigurationResults = Shapes::IntegerShape.new(name: 'MaxIngestConfigurationResults') MaxParticipantEventResults = Shapes::IntegerShape.new(name: 'MaxParticipantEventResults') MaxParticipantResults = Shapes::IntegerShape.new(name: 'MaxParticipantResults') MaxPublicKeyResults = Shapes::IntegerShape.new(name: 'MaxPublicKeyResults') @@ -120,6 +139,7 @@ module ClientApi ParticipantClientAttribute = Shapes::StringShape.new(name: 'ParticipantClientAttribute') ParticipantId = Shapes::StringShape.new(name: 'ParticipantId') ParticipantList = Shapes::ListShape.new(name: 'ParticipantList') + ParticipantProtocol = Shapes::StringShape.new(name: 'ParticipantProtocol') ParticipantRecordingFilterByRecordingState = Shapes::StringShape.new(name: 'ParticipantRecordingFilterByRecordingState') ParticipantRecordingMediaType = Shapes::StringShape.new(name: 'ParticipantRecordingMediaType') ParticipantRecordingMediaTypeList = Shapes::ListShape.new(name: 'ParticipantRecordingMediaTypeList') @@ -184,6 +204,7 @@ module ClientApi StorageConfigurationName = Shapes::StringShape.new(name: 'StorageConfigurationName') StorageConfigurationSummary = Shapes::StructureShape.new(name: 'StorageConfigurationSummary') StorageConfigurationSummaryList = Shapes::ListShape.new(name: 'StorageConfigurationSummaryList') + StreamKey = Shapes::StringShape.new(name: 'StreamKey') String = Shapes::StringShape.new(name: 'String') TagKey = Shapes::StringShape.new(name: 'TagKey') TagKeyList = Shapes::ListShape.new(name: 'TagKeyList') @@ -194,6 +215,8 @@ module ClientApi Time = Shapes::TimestampShape.new(name: 'Time', timestampFormat: "iso8601") UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest') UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse') + UpdateIngestConfigurationRequest = Shapes::StructureShape.new(name: 'UpdateIngestConfigurationRequest') + UpdateIngestConfigurationResponse = Shapes::StructureShape.new(name: 'UpdateIngestConfigurationResponse') UpdateStageRequest = Shapes::StructureShape.new(name: 'UpdateStageRequest') UpdateStageResponse = Shapes::StructureShape.new(name: 'UpdateStageResponse') UserId = Shapes::StringShape.new(name: 'UserId') @@ -247,6 +270,18 @@ module ClientApi CreateEncoderConfigurationResponse.add_member(:encoder_configuration, Shapes::ShapeRef.new(shape: EncoderConfiguration, location_name: "encoderConfiguration")) CreateEncoderConfigurationResponse.struct_class = Types::CreateEncoderConfigurationResponse + CreateIngestConfigurationRequest.add_member(:name, Shapes::ShapeRef.new(shape: IngestConfigurationName, location_name: "name")) + CreateIngestConfigurationRequest.add_member(:stage_arn, Shapes::ShapeRef.new(shape: IngestConfigurationStageArn, location_name: "stageArn")) + CreateIngestConfigurationRequest.add_member(:user_id, Shapes::ShapeRef.new(shape: UserId, location_name: "userId")) + CreateIngestConfigurationRequest.add_member(:attributes, Shapes::ShapeRef.new(shape: ParticipantAttributes, location_name: "attributes")) + CreateIngestConfigurationRequest.add_member(:ingest_protocol, Shapes::ShapeRef.new(shape: IngestProtocol, required: true, location_name: "ingestProtocol")) + CreateIngestConfigurationRequest.add_member(:insecure_ingest, Shapes::ShapeRef.new(shape: InsecureIngest, location_name: "insecureIngest")) + CreateIngestConfigurationRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags")) + CreateIngestConfigurationRequest.struct_class = Types::CreateIngestConfigurationRequest + + CreateIngestConfigurationResponse.add_member(:ingest_configuration, Shapes::ShapeRef.new(shape: IngestConfiguration, location_name: "ingestConfiguration")) + CreateIngestConfigurationResponse.struct_class = Types::CreateIngestConfigurationResponse + CreateParticipantTokenRequest.add_member(:stage_arn, Shapes::ShapeRef.new(shape: StageArn, required: true, location_name: "stageArn")) CreateParticipantTokenRequest.add_member(:duration, Shapes::ShapeRef.new(shape: ParticipantTokenDurationMinutes, location_name: "duration")) CreateParticipantTokenRequest.add_member(:user_id, Shapes::ShapeRef.new(shape: ParticipantTokenUserId, location_name: "userId")) @@ -280,6 +315,12 @@ module ClientApi DeleteEncoderConfigurationResponse.struct_class = Types::DeleteEncoderConfigurationResponse + DeleteIngestConfigurationRequest.add_member(:arn, Shapes::ShapeRef.new(shape: IngestConfigurationArn, required: true, location_name: "arn")) + DeleteIngestConfigurationRequest.add_member(:force, Shapes::ShapeRef.new(shape: Boolean, location_name: "force")) + DeleteIngestConfigurationRequest.struct_class = Types::DeleteIngestConfigurationRequest + + DeleteIngestConfigurationResponse.struct_class = Types::DeleteIngestConfigurationResponse + DeletePublicKeyRequest.add_member(:arn, Shapes::ShapeRef.new(shape: PublicKeyArn, required: true, location_name: "arn")) DeletePublicKeyRequest.struct_class = Types::DeletePublicKeyRequest @@ -366,6 +407,12 @@ module ClientApi GetEncoderConfigurationResponse.add_member(:encoder_configuration, Shapes::ShapeRef.new(shape: EncoderConfiguration, location_name: "encoderConfiguration")) GetEncoderConfigurationResponse.struct_class = Types::GetEncoderConfigurationResponse + GetIngestConfigurationRequest.add_member(:arn, Shapes::ShapeRef.new(shape: IngestConfigurationArn, required: true, location_name: "arn")) + GetIngestConfigurationRequest.struct_class = Types::GetIngestConfigurationRequest + + GetIngestConfigurationResponse.add_member(:ingest_configuration, Shapes::ShapeRef.new(shape: IngestConfiguration, location_name: "ingestConfiguration")) + GetIngestConfigurationResponse.struct_class = Types::GetIngestConfigurationResponse + GetParticipantRequest.add_member(:stage_arn, Shapes::ShapeRef.new(shape: StageArn, required: true, location_name: "stageArn")) GetParticipantRequest.add_member(:session_id, Shapes::ShapeRef.new(shape: StageSessionId, required: true, location_name: "sessionId")) GetParticipantRequest.add_member(:participant_id, Shapes::ShapeRef.new(shape: ParticipantId, required: true, location_name: "participantId")) @@ -414,6 +461,29 @@ module ClientApi ImportPublicKeyResponse.add_member(:public_key, Shapes::ShapeRef.new(shape: PublicKey, location_name: "publicKey")) ImportPublicKeyResponse.struct_class = Types::ImportPublicKeyResponse + IngestConfiguration.add_member(:name, Shapes::ShapeRef.new(shape: IngestConfigurationName, location_name: "name")) + IngestConfiguration.add_member(:arn, Shapes::ShapeRef.new(shape: IngestConfigurationArn, required: true, location_name: "arn")) + IngestConfiguration.add_member(:ingest_protocol, Shapes::ShapeRef.new(shape: IngestProtocol, required: true, location_name: "ingestProtocol")) + IngestConfiguration.add_member(:stream_key, Shapes::ShapeRef.new(shape: StreamKey, required: true, location_name: "streamKey")) + IngestConfiguration.add_member(:stage_arn, Shapes::ShapeRef.new(shape: IngestConfigurationStageArn, required: true, location_name: "stageArn")) + IngestConfiguration.add_member(:participant_id, Shapes::ShapeRef.new(shape: ParticipantId, required: true, location_name: "participantId")) + IngestConfiguration.add_member(:state, Shapes::ShapeRef.new(shape: IngestConfigurationState, required: true, location_name: "state")) + IngestConfiguration.add_member(:user_id, Shapes::ShapeRef.new(shape: UserId, location_name: "userId")) + IngestConfiguration.add_member(:attributes, Shapes::ShapeRef.new(shape: ParticipantAttributes, location_name: "attributes")) + IngestConfiguration.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags")) + IngestConfiguration.struct_class = Types::IngestConfiguration + + IngestConfigurationList.member = Shapes::ShapeRef.new(shape: IngestConfigurationSummary) + + IngestConfigurationSummary.add_member(:name, Shapes::ShapeRef.new(shape: IngestConfigurationName, location_name: "name")) + IngestConfigurationSummary.add_member(:arn, Shapes::ShapeRef.new(shape: IngestConfigurationArn, required: true, location_name: "arn")) + IngestConfigurationSummary.add_member(:ingest_protocol, Shapes::ShapeRef.new(shape: IngestProtocol, required: true, location_name: "ingestProtocol")) + IngestConfigurationSummary.add_member(:stage_arn, Shapes::ShapeRef.new(shape: IngestConfigurationStageArn, required: true, location_name: "stageArn")) + IngestConfigurationSummary.add_member(:participant_id, Shapes::ShapeRef.new(shape: ParticipantId, required: true, location_name: "participantId")) + IngestConfigurationSummary.add_member(:state, Shapes::ShapeRef.new(shape: IngestConfigurationState, required: true, location_name: "state")) + IngestConfigurationSummary.add_member(:user_id, Shapes::ShapeRef.new(shape: UserId, location_name: "userId")) + IngestConfigurationSummary.struct_class = Types::IngestConfigurationSummary + InternalServerException.add_member(:exception_message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "exceptionMessage")) InternalServerException.struct_class = Types::InternalServerException @@ -439,6 +509,16 @@ module ClientApi ListEncoderConfigurationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken")) ListEncoderConfigurationsResponse.struct_class = Types::ListEncoderConfigurationsResponse + ListIngestConfigurationsRequest.add_member(:filter_by_stage_arn, Shapes::ShapeRef.new(shape: StageArn, location_name: "filterByStageArn")) + ListIngestConfigurationsRequest.add_member(:filter_by_state, Shapes::ShapeRef.new(shape: IngestConfigurationState, location_name: "filterByState")) + ListIngestConfigurationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken")) + ListIngestConfigurationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxIngestConfigurationResults, location_name: "maxResults")) + ListIngestConfigurationsRequest.struct_class = Types::ListIngestConfigurationsRequest + + ListIngestConfigurationsResponse.add_member(:ingest_configurations, Shapes::ShapeRef.new(shape: IngestConfigurationList, required: true, location_name: "ingestConfigurations")) + ListIngestConfigurationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken")) + ListIngestConfigurationsResponse.struct_class = Types::ListIngestConfigurationsResponse + ListParticipantEventsRequest.add_member(:stage_arn, Shapes::ShapeRef.new(shape: StageArn, required: true, location_name: "stageArn")) ListParticipantEventsRequest.add_member(:session_id, Shapes::ShapeRef.new(shape: StageSessionId, required: true, location_name: "sessionId")) ListParticipantEventsRequest.add_member(:participant_id, Shapes::ShapeRef.new(shape: ParticipantId, required: true, location_name: "participantId")) @@ -518,6 +598,7 @@ module ClientApi Participant.add_member(:recording_s3_bucket_name, Shapes::ShapeRef.new(shape: ParticipantRecordingS3BucketName, location_name: "recordingS3BucketName")) Participant.add_member(:recording_s3_prefix, Shapes::ShapeRef.new(shape: ParticipantRecordingS3Prefix, location_name: "recordingS3Prefix")) Participant.add_member(:recording_state, Shapes::ShapeRef.new(shape: ParticipantRecordingState, location_name: "recordingState")) + Participant.add_member(:protocol, Shapes::ShapeRef.new(shape: ParticipantProtocol, location_name: "protocol")) Participant.struct_class = Types::Participant ParticipantAttributes.key = Shapes::ShapeRef.new(shape: String) @@ -618,6 +699,8 @@ module ClientApi StageEndpoints.add_member(:events, Shapes::ShapeRef.new(shape: StageEndpoint, location_name: "events")) StageEndpoints.add_member(:whip, Shapes::ShapeRef.new(shape: StageEndpoint, location_name: "whip")) + StageEndpoints.add_member(:rtmp, Shapes::ShapeRef.new(shape: StageEndpoint, location_name: "rtmp")) + StageEndpoints.add_member(:rtmps, Shapes::ShapeRef.new(shape: StageEndpoint, location_name: "rtmps")) StageEndpoints.struct_class = Types::StageEndpoints StageSession.add_member(:session_id, Shapes::ShapeRef.new(shape: StageSessionId, location_name: "sessionId")) @@ -686,6 +769,13 @@ module ClientApi UntagResourceResponse.struct_class = Types::UntagResourceResponse + UpdateIngestConfigurationRequest.add_member(:arn, Shapes::ShapeRef.new(shape: IngestConfigurationArn, required: true, location_name: "arn")) + UpdateIngestConfigurationRequest.add_member(:stage_arn, Shapes::ShapeRef.new(shape: IngestConfigurationStageArn, location_name: "stageArn")) + UpdateIngestConfigurationRequest.struct_class = Types::UpdateIngestConfigurationRequest + + UpdateIngestConfigurationResponse.add_member(:ingest_configuration, Shapes::ShapeRef.new(shape: IngestConfiguration, location_name: "ingestConfiguration")) + UpdateIngestConfigurationResponse.struct_class = Types::UpdateIngestConfigurationResponse + UpdateStageRequest.add_member(:arn, Shapes::ShapeRef.new(shape: StageArn, required: true, location_name: "arn")) UpdateStageRequest.add_member(:name, Shapes::ShapeRef.new(shape: StageName, location_name: "name")) UpdateStageRequest.add_member(:auto_participant_recording_configuration, Shapes::ShapeRef.new(shape: AutoParticipantRecordingConfiguration, location_name: "autoParticipantRecordingConfiguration")) @@ -712,8 +802,8 @@ module ClientApi api.metadata = { "apiVersion" => "2020-07-14", "endpointPrefix" => "ivsrealtime", + "jsonVersion" => "1.1", "protocol" => "rest-json", - "protocols" => ["rest-json"], "serviceAbbreviation" => "ivsrealtime", "serviceFullName" => "Amazon Interactive Video Service RealTime", "serviceId" => "IVS RealTime", @@ -737,6 +827,18 @@ module ClientApi o.errors << Shapes::ShapeRef.new(shape: PendingVerification) end) + api.add_operation(:create_ingest_configuration, Seahorse::Model::Operation.new.tap do |o| + o.name = "CreateIngestConfiguration" + o.http_method = "POST" + o.http_request_uri = "/CreateIngestConfiguration" + o.input = Shapes::ShapeRef.new(shape: CreateIngestConfigurationRequest) + o.output = Shapes::ShapeRef.new(shape: CreateIngestConfigurationResponse) + o.errors << Shapes::ShapeRef.new(shape: ValidationException) + o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException) + o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException) + o.errors << Shapes::ShapeRef.new(shape: PendingVerification) + end) + api.add_operation(:create_participant_token, Seahorse::Model::Operation.new.tap do |o| o.name = "CreateParticipantToken" o.http_method = "POST" @@ -791,6 +893,19 @@ module ClientApi o.errors << Shapes::ShapeRef.new(shape: ConflictException) end) + api.add_operation(:delete_ingest_configuration, Seahorse::Model::Operation.new.tap do |o| + o.name = "DeleteIngestConfiguration" + o.http_method = "POST" + o.http_request_uri = "/DeleteIngestConfiguration" + o.input = Shapes::ShapeRef.new(shape: DeleteIngestConfigurationRequest) + o.output = Shapes::ShapeRef.new(shape: DeleteIngestConfigurationResponse) + o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException) + o.errors << Shapes::ShapeRef.new(shape: ValidationException) + o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException) + o.errors << Shapes::ShapeRef.new(shape: ConflictException) + o.errors << Shapes::ShapeRef.new(shape: PendingVerification) + end) + api.add_operation(:delete_public_key, Seahorse::Model::Operation.new.tap do |o| o.name = "DeletePublicKey" o.http_method = "POST" @@ -871,6 +986,17 @@ module ClientApi o.errors << Shapes::ShapeRef.new(shape: ConflictException) end) + api.add_operation(:get_ingest_configuration, Seahorse::Model::Operation.new.tap do |o| + o.name = "GetIngestConfiguration" + o.http_method = "POST" + o.http_request_uri = "/GetIngestConfiguration" + o.input = Shapes::ShapeRef.new(shape: GetIngestConfigurationRequest) + o.output = Shapes::ShapeRef.new(shape: GetIngestConfigurationResponse) + o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException) + o.errors << Shapes::ShapeRef.new(shape: ValidationException) + o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException) + end) + api.add_operation(:get_participant, Seahorse::Model::Operation.new.tap do |o| o.name = "GetParticipant" o.http_method = "POST" @@ -980,6 +1106,22 @@ module ClientApi ) end) + api.add_operation(:list_ingest_configurations, Seahorse::Model::Operation.new.tap do |o| + o.name = "ListIngestConfigurations" + o.http_method = "POST" + o.http_request_uri = "/ListIngestConfigurations" + o.input = Shapes::ShapeRef.new(shape: ListIngestConfigurationsRequest) + o.output = Shapes::ShapeRef.new(shape: ListIngestConfigurationsResponse) + o.errors << Shapes::ShapeRef.new(shape: ValidationException) + o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException) + o[:pager] = Aws::Pager.new( + limit_key: "max_results", + tokens: { + "next_token" => "next_token" + } + ) + end) + api.add_operation(:list_participant_events, Seahorse::Model::Operation.new.tap do |o| o.name = "ListParticipantEvents" o.http_method = "POST" @@ -1142,6 +1284,19 @@ module ClientApi o.errors << Shapes::ShapeRef.new(shape: InternalServerException) end) + api.add_operation(:update_ingest_configuration, Seahorse::Model::Operation.new.tap do |o| + o.name = "UpdateIngestConfiguration" + o.http_method = "POST" + o.http_request_uri = "/UpdateIngestConfiguration" + o.input = Shapes::ShapeRef.new(shape: UpdateIngestConfigurationRequest) + o.output = Shapes::ShapeRef.new(shape: UpdateIngestConfigurationResponse) + o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException) + o.errors << Shapes::ShapeRef.new(shape: ValidationException) + o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException) + o.errors << Shapes::ShapeRef.new(shape: ConflictException) + o.errors << Shapes::ShapeRef.new(shape: PendingVerification) + end) + api.add_operation(:update_stage, Seahorse::Model::Operation.new.tap do |o| o.name = "UpdateStage" o.http_method = "POST" diff --git a/gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/endpoints.rb b/gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/endpoints.rb index 795de377051..bea5ffd9bae 100644 --- a/gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/endpoints.rb +++ b/gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/endpoints.rb @@ -26,6 +26,20 @@ def self.build(context) end end + class CreateIngestConfiguration + def self.build(context) + unless context.config.regional_endpoint + endpoint = context.config.endpoint.to_s + end + Aws::IVSRealTime::EndpointParameters.new( + region: context.config.region, + use_dual_stack: context.config.use_dualstack_endpoint, + use_fips: context.config.use_fips_endpoint, + endpoint: endpoint, + ) + end + end + class CreateParticipantToken def self.build(context) unless context.config.regional_endpoint @@ -82,6 +96,20 @@ def self.build(context) end end + class DeleteIngestConfiguration + def self.build(context) + unless context.config.regional_endpoint + endpoint = context.config.endpoint.to_s + end + Aws::IVSRealTime::EndpointParameters.new( + region: context.config.region, + use_dual_stack: context.config.use_dualstack_endpoint, + use_fips: context.config.use_fips_endpoint, + endpoint: endpoint, + ) + end + end + class DeletePublicKey def self.build(context) unless context.config.regional_endpoint @@ -166,6 +194,20 @@ def self.build(context) end end + class GetIngestConfiguration + def self.build(context) + unless context.config.regional_endpoint + endpoint = context.config.endpoint.to_s + end + Aws::IVSRealTime::EndpointParameters.new( + region: context.config.region, + use_dual_stack: context.config.use_dualstack_endpoint, + use_fips: context.config.use_fips_endpoint, + endpoint: endpoint, + ) + end + end + class GetParticipant def self.build(context) unless context.config.regional_endpoint @@ -278,6 +320,20 @@ def self.build(context) end end + class ListIngestConfigurations + def self.build(context) + unless context.config.regional_endpoint + endpoint = context.config.endpoint.to_s + end + Aws::IVSRealTime::EndpointParameters.new( + region: context.config.region, + use_dual_stack: context.config.use_dualstack_endpoint, + use_fips: context.config.use_fips_endpoint, + endpoint: endpoint, + ) + end + end + class ListParticipantEvents def self.build(context) unless context.config.regional_endpoint @@ -432,6 +488,20 @@ def self.build(context) end end + class UpdateIngestConfiguration + def self.build(context) + unless context.config.regional_endpoint + endpoint = context.config.endpoint.to_s + end + Aws::IVSRealTime::EndpointParameters.new( + region: context.config.region, + use_dual_stack: context.config.use_dualstack_endpoint, + use_fips: context.config.use_fips_endpoint, + endpoint: endpoint, + ) + end + end + class UpdateStage def self.build(context) unless context.config.regional_endpoint diff --git a/gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/plugins/endpoints.rb b/gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/plugins/endpoints.rb index 7386395c1c6..ebd109abc05 100644 --- a/gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/plugins/endpoints.rb +++ b/gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/plugins/endpoints.rb @@ -60,6 +60,8 @@ def parameters_for_operation(context) case context.operation_name when :create_encoder_configuration Aws::IVSRealTime::Endpoints::CreateEncoderConfiguration.build(context) + when :create_ingest_configuration + Aws::IVSRealTime::Endpoints::CreateIngestConfiguration.build(context) when :create_participant_token Aws::IVSRealTime::Endpoints::CreateParticipantToken.build(context) when :create_stage @@ -68,6 +70,8 @@ def parameters_for_operation(context) Aws::IVSRealTime::Endpoints::CreateStorageConfiguration.build(context) when :delete_encoder_configuration Aws::IVSRealTime::Endpoints::DeleteEncoderConfiguration.build(context) + when :delete_ingest_configuration + Aws::IVSRealTime::Endpoints::DeleteIngestConfiguration.build(context) when :delete_public_key Aws::IVSRealTime::Endpoints::DeletePublicKey.build(context) when :delete_stage @@ -80,6 +84,8 @@ def parameters_for_operation(context) Aws::IVSRealTime::Endpoints::GetComposition.build(context) when :get_encoder_configuration Aws::IVSRealTime::Endpoints::GetEncoderConfiguration.build(context) + when :get_ingest_configuration + Aws::IVSRealTime::Endpoints::GetIngestConfiguration.build(context) when :get_participant Aws::IVSRealTime::Endpoints::GetParticipant.build(context) when :get_public_key @@ -96,6 +102,8 @@ def parameters_for_operation(context) Aws::IVSRealTime::Endpoints::ListCompositions.build(context) when :list_encoder_configurations Aws::IVSRealTime::Endpoints::ListEncoderConfigurations.build(context) + when :list_ingest_configurations + Aws::IVSRealTime::Endpoints::ListIngestConfigurations.build(context) when :list_participant_events Aws::IVSRealTime::Endpoints::ListParticipantEvents.build(context) when :list_participants @@ -118,6 +126,8 @@ def parameters_for_operation(context) Aws::IVSRealTime::Endpoints::TagResource.build(context) when :untag_resource Aws::IVSRealTime::Endpoints::UntagResource.build(context) + when :update_ingest_configuration + Aws::IVSRealTime::Endpoints::UpdateIngestConfiguration.build(context) when :update_stage Aws::IVSRealTime::Endpoints::UpdateStage.build(context) end diff --git a/gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb b/gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb index f772b5944b3..a4f370765b9 100644 --- a/gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb +++ b/gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb @@ -93,14 +93,15 @@ class ChannelDestinationConfiguration < Struct.new( # # @!attribute [rw] tags # Tags attached to the resource. Array of maps, each of the form - # `string:string (key:value)`. See [Tagging AWS Resources][1] for - # details, including restrictions that apply to tags and "Tag naming - # limits and requirements"; Amazon IVS has no constraints on tags - # beyond what is documented there. + # `string:string (key:value)`. See [Best practices and strategies][1] + # in *Tagging AWS Resources and Tag Editor* for details, including + # restrictions that apply to tags and "Tag naming limits and + # requirements"; Amazon IVS has no constraints on tags beyond what is + # documented there. # # # - # [1]: https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html + # [1]: https://docs.aws.amazon.com/tag-editor/latest/userguide/best-practices-and-strats.html # @return [Hash] # # @!attribute [rw] start_time @@ -148,14 +149,15 @@ class Composition < Struct.new( # # @!attribute [rw] tags # Tags attached to the resource. Array of maps, each of the form - # `string:string (key:value)`. See [Tagging AWS Resources][1] for - # details, including restrictions that apply to tags and "Tag naming - # limits and requirements"; Amazon IVS has no constraints on tags - # beyond what is documented there. + # `string:string (key:value)`. See [Best practices and strategies][1] + # in *Tagging AWS Resources and Tag Editor* for details, including + # restrictions that apply to tags and "Tag naming limits and + # requirements"; Amazon IVS has no constraints on tags beyond what is + # documented there. # # # - # [1]: https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html + # [1]: https://docs.aws.amazon.com/tag-editor/latest/userguide/best-practices-and-strats.html # @return [Hash] # # @!attribute [rw] start_time @@ -205,14 +207,15 @@ class ConflictException < Struct.new( # # @!attribute [rw] tags # Tags attached to the resource. Array of maps, each of the form - # `string:string (key:value)`. See [Tagging AWS Resources][1] for - # details, including restrictions that apply to tags and "Tag naming - # limits and requirements"; Amazon IVS has no constraints on tags - # beyond what is documented there. + # `string:string (key:value)`. See [Best practices and strategies][1] + # in *Tagging AWS Resources and Tag Editor* for details, including + # restrictions that apply to tags and "Tag naming limits and + # requirements"; Amazon IVS has no constraints on tags beyond what is + # documented there. # # # - # [1]: https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html + # [1]: https://docs.aws.amazon.com/tag-editor/latest/userguide/best-practices-and-strats.html # @return [Hash] # # @see http://docs.aws.amazon.com/goto/WebAPI/ivs-realtime-2020-07-14/CreateEncoderConfigurationRequest AWS API Documentation @@ -237,6 +240,81 @@ class CreateEncoderConfigurationResponse < Struct.new( include Aws::Structure end + # @!attribute [rw] name + # Optional name that can be specified for the IngestConfiguration + # being created. + # @return [String] + # + # @!attribute [rw] stage_arn + # ARN of the stage with which the IngestConfiguration is associated. + # @return [String] + # + # @!attribute [rw] user_id + # Customer-assigned name to help identify the participant using the + # IngestConfiguration; this can be used to link a participant to a + # user in the customer’s own systems. This can be any UTF-8 encoded + # text. *This field is exposed to all stage participants and should + # not be used for personally identifying, confidential, or sensitive + # information.* + # @return [String] + # + # @!attribute [rw] attributes + # Application-provided attributes to store in the IngestConfiguration + # and attach to a stage. Map keys and values can contain UTF-8 encoded + # text. The maximum length of this field is 1 KB total. *This field is + # exposed to all stage participants and should not be used for + # personally identifying, confidential, or sensitive information.* + # @return [Hash] + # + # @!attribute [rw] ingest_protocol + # Type of ingest protocol that the user employs to broadcast. If this + # is set to `RTMP`, `insecureIngest` must be set to `true`. + # @return [String] + # + # @!attribute [rw] insecure_ingest + # Whether the stage allows insecure RTMP ingest. This must be set to + # `true`, if `ingestProtocol` is set to `RTMP`. Default: `false`. + # @return [Boolean] + # + # @!attribute [rw] tags + # Tags attached to the resource. Array of maps, each of the form + # `string:string (key:value)`. See [Best practices and strategies][1] + # in *Tagging AWS Resources and Tag Editor* for details, including + # restrictions that apply to tags and "Tag naming limits and + # requirements"; Amazon IVS has no constraints on tags beyond what is + # documented there. + # + # + # + # [1]: https://docs.aws.amazon.com/tag-editor/latest/userguide/best-practices-and-strats.html + # @return [Hash] + # + # @see http://docs.aws.amazon.com/goto/WebAPI/ivs-realtime-2020-07-14/CreateIngestConfigurationRequest AWS API Documentation + # + class CreateIngestConfigurationRequest < Struct.new( + :name, + :stage_arn, + :user_id, + :attributes, + :ingest_protocol, + :insecure_ingest, + :tags) + SENSITIVE = [] + include Aws::Structure + end + + # @!attribute [rw] ingest_configuration + # The IngestConfiguration that was created. + # @return [Types::IngestConfiguration] + # + # @see http://docs.aws.amazon.com/goto/WebAPI/ivs-realtime-2020-07-14/CreateIngestConfigurationResponse AWS API Documentation + # + class CreateIngestConfigurationResponse < Struct.new( + :ingest_configuration) + SENSITIVE = [] + include Aws::Structure + end + # @!attribute [rw] stage_arn # ARN of the stage to which this token is scoped. # @return [String] @@ -301,14 +379,15 @@ class CreateParticipantTokenResponse < Struct.new( # # @!attribute [rw] tags # Tags attached to the resource. Array of maps, each of the form - # `string:string (key:value)`. See [Tagging AWS Resources][1] for - # details, including restrictions that apply to tags and "Tag naming - # limits and requirements"; Amazon IVS has no constraints on tags - # beyond what is documented there. + # `string:string (key:value)`. See [Best practices and strategies][1] + # in *Tagging AWS Resources and Tag Editor* for details, including + # restrictions that apply to tags and "Tag naming limits and + # requirements"; Amazon IVS has no constraints on tags beyond what is + # documented there. # # # - # [1]: https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html + # [1]: https://docs.aws.amazon.com/tag-editor/latest/userguide/best-practices-and-strats.html # @return [Hash] # # @!attribute [rw] auto_participant_recording_configuration @@ -356,14 +435,15 @@ class CreateStageResponse < Struct.new( # # @!attribute [rw] tags # Tags attached to the resource. Array of maps, each of the form - # `string:string (key:value)`. See [Tagging AWS Resources][1] for - # details, including restrictions that apply to tags and "Tag naming - # limits and requirements"; Amazon IVS has no constraints on tags - # beyond what is documented there. + # `string:string (key:value)`. See [Best practices and strategies][1] + # in *Tagging AWS Resources and Tag Editor* for details, including + # restrictions that apply to tags and "Tag naming limits and + # requirements"; Amazon IVS has no constraints on tags beyond what is + # documented there. # # # - # [1]: https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html + # [1]: https://docs.aws.amazon.com/tag-editor/latest/userguide/best-practices-and-strats.html # @return [Hash] # # @see http://docs.aws.amazon.com/goto/WebAPI/ivs-realtime-2020-07-14/CreateStorageConfigurationRequest AWS API Documentation @@ -404,6 +484,30 @@ class DeleteEncoderConfigurationRequest < Struct.new( # class DeleteEncoderConfigurationResponse < Aws::EmptyStructure; end + # @!attribute [rw] arn + # ARN of the IngestConfiguration. + # @return [String] + # + # @!attribute [rw] force + # Optional field to force deletion of the IngestConfiguration. If this + # is set to `true` when a participant is actively publishing, the + # participant is disconnected from the stage, followed by deletion of + # the IngestConfiguration. Default: `false`. + # @return [Boolean] + # + # @see http://docs.aws.amazon.com/goto/WebAPI/ivs-realtime-2020-07-14/DeleteIngestConfigurationRequest AWS API Documentation + # + class DeleteIngestConfigurationRequest < Struct.new( + :arn, + :force) + SENSITIVE = [] + include Aws::Structure + end + + # @see http://docs.aws.amazon.com/goto/WebAPI/ivs-realtime-2020-07-14/DeleteIngestConfigurationResponse AWS API Documentation + # + class DeleteIngestConfigurationResponse < Aws::EmptyStructure; end + # @!attribute [rw] arn # ARN of the public key to be deleted. # @return [String] @@ -569,8 +673,10 @@ class DestinationSummary < Struct.new( # @return [String] # # @!attribute [rw] participant_id - # Identifier of the participant to be disconnected. This is assigned - # by IVS and returned by CreateParticipantToken. + # Identifier of the participant to be disconnected. IVS assigns this; + # it is returned by CreateParticipantToken (for streams using WebRTC + # ingest) or CreateIngestConfiguration (for streams using RTMP + # ingest). # @return [String] # # @!attribute [rw] reason @@ -608,14 +714,15 @@ class DisconnectParticipantResponse < Aws::EmptyStructure; end # # @!attribute [rw] tags # Tags attached to the resource. Array of maps, each of the form - # `string:string (key:value)`. See [Tagging AWS Resources][1] for - # details, including restrictions that apply to tags and "Tag naming - # limits and requirements"; Amazon IVS has no constraints on tags - # beyond what is documented there. + # `string:string (key:value)`. See [Best practices and strategies][1] + # in *Tagging AWS Resources and Tag Editor* for details, including + # restrictions that apply to tags and "Tag naming limits and + # requirements"; Amazon IVS has no constraints on tags beyond what is + # documented there. # # # - # [1]: https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html + # [1]: https://docs.aws.amazon.com/tag-editor/latest/userguide/best-practices-and-strats.html # @return [Hash] # # @see http://docs.aws.amazon.com/goto/WebAPI/ivs-realtime-2020-07-14/EncoderConfiguration AWS API Documentation @@ -641,14 +748,15 @@ class EncoderConfiguration < Struct.new( # # @!attribute [rw] tags # Tags attached to the resource. Array of maps, each of the form - # `string:string (key:value)`. See [Tagging AWS Resources][1] for - # details, including restrictions that apply to tags and "Tag naming - # limits and requirements"; Amazon IVS has no constraints on tags - # beyond what is documented there. + # `string:string (key:value)`. See [Best practices and strategies][1] + # in *Tagging AWS Resources and Tag Editor* for details, including + # restrictions that apply to tags and "Tag naming limits and + # requirements"; Amazon IVS has no constraints on tags beyond what is + # documented there. # # # - # [1]: https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html + # [1]: https://docs.aws.amazon.com/tag-editor/latest/userguide/best-practices-and-strats.html # @return [Hash] # # @see http://docs.aws.amazon.com/goto/WebAPI/ivs-realtime-2020-07-14/EncoderConfigurationSummary AWS API Documentation @@ -761,6 +869,30 @@ class GetEncoderConfigurationResponse < Struct.new( include Aws::Structure end + # @!attribute [rw] arn + # ARN of the ingest for which the information is to be retrieved. + # @return [String] + # + # @see http://docs.aws.amazon.com/goto/WebAPI/ivs-realtime-2020-07-14/GetIngestConfigurationRequest AWS API Documentation + # + class GetIngestConfigurationRequest < Struct.new( + :arn) + SENSITIVE = [] + include Aws::Structure + end + + # @!attribute [rw] ingest_configuration + # The IngestConfiguration that was returned. + # @return [Types::IngestConfiguration] + # + # @see http://docs.aws.amazon.com/goto/WebAPI/ivs-realtime-2020-07-14/GetIngestConfigurationResponse AWS API Documentation + # + class GetIngestConfigurationResponse < Struct.new( + :ingest_configuration) + SENSITIVE = [] + include Aws::Structure + end + # @!attribute [rw] stage_arn # Stage ARN. # @return [String] @@ -956,14 +1088,15 @@ class GridConfiguration < Struct.new( # # @!attribute [rw] tags # Tags attached to the resource. Array of maps, each of the form - # `string:string (key:value)`. See [Tagging AWS Resources][1] for - # details, including restrictions that apply to tags and "Tag naming - # limits and requirements"; Amazon IVS has no constraints on tags - # beyond what is documented there. + # `string:string (key:value)`. See [Best practices and strategies][1] + # in *Tagging AWS Resources and Tag Editor* for details, including + # restrictions that apply to tags and "Tag naming limits and + # requirements"; Amazon IVS has no constraints on tags beyond what is + # documented there. # # # - # [1]: https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html + # [1]: https://docs.aws.amazon.com/tag-editor/latest/userguide/best-practices-and-strats.html # @return [Hash] # # @see http://docs.aws.amazon.com/goto/WebAPI/ivs-realtime-2020-07-14/ImportPublicKeyRequest AWS API Documentation @@ -988,6 +1121,137 @@ class ImportPublicKeyResponse < Struct.new( include Aws::Structure end + # Object specifying an ingest configuration. + # + # @!attribute [rw] name + # Ingest name + # @return [String] + # + # @!attribute [rw] arn + # Ingest configuration ARN. + # @return [String] + # + # @!attribute [rw] ingest_protocol + # Type of ingest protocol that the user employs for broadcasting. + # @return [String] + # + # @!attribute [rw] stream_key + # Ingest-key value for the RTMP(S) protocol. + # @return [String] + # + # @!attribute [rw] stage_arn + # ARN of the stage with which the IngestConfiguration is associated. + # @return [String] + # + # @!attribute [rw] participant_id + # ID of the participant within the stage. + # @return [String] + # + # @!attribute [rw] state + # State of the ingest configuration. It is `ACTIVE` if a publisher + # currently is publishing to the stage associated with the ingest + # configuration. + # @return [String] + # + # @!attribute [rw] user_id + # Customer-assigned name to help identify the participant using the + # IngestConfiguration; this can be used to link a participant to a + # user in the customer’s own systems. This can be any UTF-8 encoded + # text. *This field is exposed to all stage participants and should + # not be used for personally identifying, confidential, or sensitive + # information.* + # @return [String] + # + # @!attribute [rw] attributes + # Application-provided attributes to to store in the + # IngestConfiguration and attach to a stage. Map keys and values can + # contain UTF-8 encoded text. The maximum length of this field is 1 KB + # total. *This field is exposed to all stage participants and should + # not be used for personally identifying, confidential, or sensitive + # information.* + # @return [Hash] + # + # @!attribute [rw] tags + # Tags attached to the resource. Array of maps, each of the form + # `string:string (key:value)`. See [Best practices and strategies][1] + # in *Tagging AWS Resources and Tag Editor* for details, including + # restrictions that apply to tags and "Tag naming limits and + # requirements"; Amazon IVS has no constraints on tags beyond what is + # documented there. + # + # + # + # [1]: https://docs.aws.amazon.com/tag-editor/latest/userguide/best-practices-and-strats.html + # @return [Hash] + # + # @see http://docs.aws.amazon.com/goto/WebAPI/ivs-realtime-2020-07-14/IngestConfiguration AWS API Documentation + # + class IngestConfiguration < Struct.new( + :name, + :arn, + :ingest_protocol, + :stream_key, + :stage_arn, + :participant_id, + :state, + :user_id, + :attributes, + :tags) + SENSITIVE = [:stream_key] + include Aws::Structure + end + + # Summary information about an IngestConfiguration. + # + # @!attribute [rw] name + # Ingest name. + # @return [String] + # + # @!attribute [rw] arn + # Ingest configuration ARN. + # @return [String] + # + # @!attribute [rw] ingest_protocol + # Type of ingest protocol that the user employs for broadcasting. + # @return [String] + # + # @!attribute [rw] stage_arn + # ARN of the stage with which the IngestConfiguration is associated. + # @return [String] + # + # @!attribute [rw] participant_id + # ID of the participant within the stage. + # @return [String] + # + # @!attribute [rw] state + # State of the ingest configuration. It is `ACTIVE` if a publisher + # currently is publishing to the stage associated with the ingest + # configuration. + # @return [String] + # + # @!attribute [rw] user_id + # Customer-assigned name to help identify the participant using the + # IngestConfiguration; this can be used to link a participant to a + # user in the customer’s own systems. This can be any UTF-8 encoded + # text. *This field is exposed to all stage participants and should + # not be used for personally identifying, confidential, or sensitive + # information.* + # @return [String] + # + # @see http://docs.aws.amazon.com/goto/WebAPI/ivs-realtime-2020-07-14/IngestConfigurationSummary AWS API Documentation + # + class IngestConfigurationSummary < Struct.new( + :name, + :arn, + :ingest_protocol, + :stage_arn, + :participant_id, + :state, + :user_id) + SENSITIVE = [] + include Aws::Structure + end + # @!attribute [rw] exception_message # Unexpected error during processing of request. # @return [String] @@ -1104,6 +1368,55 @@ class ListEncoderConfigurationsResponse < Struct.new( include Aws::Structure end + # @!attribute [rw] filter_by_stage_arn + # Filters the response list to match the specified stage ARN. Only one + # filter (by stage ARN or by state) can be used at a time. + # @return [String] + # + # @!attribute [rw] filter_by_state + # Filters the response list to match the specified state. Only one + # filter (by stage ARN or by state) can be used at a time. + # @return [String] + # + # @!attribute [rw] next_token + # The first IngestConfiguration to retrieve. This is used for + # pagination; see the `nextToken` response field. + # @return [String] + # + # @!attribute [rw] max_results + # Maximum number of results to return. Default: 50. + # @return [Integer] + # + # @see http://docs.aws.amazon.com/goto/WebAPI/ivs-realtime-2020-07-14/ListIngestConfigurationsRequest AWS API Documentation + # + class ListIngestConfigurationsRequest < Struct.new( + :filter_by_stage_arn, + :filter_by_state, + :next_token, + :max_results) + SENSITIVE = [] + include Aws::Structure + end + + # @!attribute [rw] ingest_configurations + # List of the matching ingest configurations (summary information + # only). + # @return [Array] + # + # @!attribute [rw] next_token + # If there are more IngestConfigurations than `maxResults`, use + # `nextToken` in the request to get the next set. + # @return [String] + # + # @see http://docs.aws.amazon.com/goto/WebAPI/ivs-realtime-2020-07-14/ListIngestConfigurationsResponse AWS API Documentation + # + class ListIngestConfigurationsResponse < Struct.new( + :ingest_configurations, + :next_token) + SENSITIVE = [] + include Aws::Structure + end + # @!attribute [rw] stage_arn # Stage ARN. # @return [String] @@ -1487,6 +1800,11 @@ class ListTagsForResourceResponse < Struct.new( # The participant’s recording state. # @return [String] # + # @!attribute [rw] protocol + # Type of ingest protocol that the participant employs for + # broadcasting. + # @return [String] + # # @see http://docs.aws.amazon.com/goto/WebAPI/ivs-realtime-2020-07-14/Participant AWS API Documentation # class Participant < Struct.new( @@ -1504,7 +1822,8 @@ class Participant < Struct.new( :sdk_version, :recording_s3_bucket_name, :recording_s3_prefix, - :recording_state) + :recording_state, + :protocol) SENSITIVE = [] include Aws::Structure end @@ -1767,14 +2086,15 @@ class PipConfiguration < Struct.new( # # @!attribute [rw] tags # Tags attached to the resource. Array of maps, each of the form - # `string:string (key:value)`. See [Tagging AWS Resources][1] for - # details, including restrictions that apply to tags and "Tag naming - # limits and requirements"; Amazon IVS has no constraints on tags - # beyond what is documented there. + # `string:string (key:value)`. See [Best practices and strategies][1] + # in *Tagging AWS Resources and Tag Editor* for details, including + # restrictions that apply to tags and "Tag naming limits and + # requirements"; Amazon IVS has no constraints on tags beyond what is + # documented there. # # # - # [1]: https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html + # [1]: https://docs.aws.amazon.com/tag-editor/latest/userguide/best-practices-and-strats.html # @return [Hash] # # @see http://docs.aws.amazon.com/goto/WebAPI/ivs-realtime-2020-07-14/PublicKey AWS API Documentation @@ -1801,14 +2121,15 @@ class PublicKey < Struct.new( # # @!attribute [rw] tags # Tags attached to the resource. Array of maps, each of the form - # `string:string (key:value)`. See [Tagging AWS Resources][1] for - # details, including restrictions that apply to tags and "Tag naming - # limits and requirements"; Amazon IVS has no constraints on tags - # beyond what is documented there. + # `string:string (key:value)`. See [Best practices and strategies][1] + # in *Tagging AWS Resources and Tag Editor* for details, including + # restrictions that apply to tags and "Tag naming limits and + # requirements"; Amazon IVS has no constraints on tags beyond what is + # documented there. # # # - # [1]: https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html + # [1]: https://docs.aws.amazon.com/tag-editor/latest/userguide/best-practices-and-strats.html # @return [Hash] # # @see http://docs.aws.amazon.com/goto/WebAPI/ivs-realtime-2020-07-14/PublicKeySummary AWS API Documentation @@ -1935,14 +2256,15 @@ class ServiceQuotaExceededException < Struct.new( # # @!attribute [rw] tags # Tags attached to the resource. Array of maps, each of the form - # `string:string (key:value)`. See [Tagging AWS Resources][1] for - # details, including restrictions that apply to tags and "Tag naming - # limits and requirements"; Amazon IVS has no constraints on tags - # beyond what is documented there. + # `string:string (key:value)`. See [Best practices and strategies][1] + # in *Tagging AWS Resources and Tag Editor* for details, including + # restrictions that apply to tags and "Tag naming limits and + # requirements"; Amazon IVS has no constraints on tags beyond what is + # documented there. # # # - # [1]: https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html + # [1]: https://docs.aws.amazon.com/tag-editor/latest/userguide/best-practices-and-strats.html # @return [Hash] # # @!attribute [rw] auto_participant_recording_configuration @@ -1967,21 +2289,36 @@ class Stage < Struct.new( include Aws::Structure end - # Summary information about various endpoints for a stage. + # Summary information about various endpoints for a stage. We recommend + # that you cache these values at stage creation; the values can be + # cached for up to 14 days. # # @!attribute [rw] events # Events endpoint. # @return [String] # # @!attribute [rw] whip - # WHIP endpoint. + # The endpoint to be used for IVS real-time streaming using the WHIP + # protocol. + # @return [String] + # + # @!attribute [rw] rtmp + # The endpoint to be used for IVS real-time streaming using the RTMP + # protocol. + # @return [String] + # + # @!attribute [rw] rtmps + # The endpoint to be used for IVS real-time streaming using the RTMPS + # protocol. # @return [String] # # @see http://docs.aws.amazon.com/goto/WebAPI/ivs-realtime-2020-07-14/StageEndpoints AWS API Documentation # class StageEndpoints < Struct.new( :events, - :whip) + :whip, + :rtmp, + :rtmps) SENSITIVE = [] include Aws::Structure end @@ -2058,14 +2395,15 @@ class StageSessionSummary < Struct.new( # # @!attribute [rw] tags # Tags attached to the resource. Array of maps, each of the form - # `string:string (key:value)`. See [Tagging AWS Resources][1] for - # details, including restrictions that apply to tags and "Tag naming - # limits and requirements"; Amazon IVS has no constraints on tags - # beyond what is documented there. + # `string:string (key:value)`. See [Best practices and strategies][1] + # in *Tagging AWS Resources and Tag Editor* for details, including + # restrictions that apply to tags and "Tag naming limits and + # requirements"; Amazon IVS has no constraints on tags beyond what is + # documented there. # # # - # [1]: https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html + # [1]: https://docs.aws.amazon.com/tag-editor/latest/userguide/best-practices-and-strats.html # @return [Hash] # # @see http://docs.aws.amazon.com/goto/WebAPI/ivs-realtime-2020-07-14/StageSummary AWS API Documentation @@ -2100,14 +2438,15 @@ class StageSummary < Struct.new( # # @!attribute [rw] tags # Tags attached to the resource. Array of maps, each of the form - # `string:string (key:value)`. See [Tagging AWS Resources][1] for - # details, including restrictions that apply to tags and "Tag naming - # limits and requirements"; Amazon IVS has no constraints on tags - # beyond what is documented there. + # `string:string (key:value)`. See [Best practices and strategies][1] + # in *Tagging AWS Resources and Tag Editor* for details, including + # restrictions that apply to tags and "Tag naming limits and + # requirements"; Amazon IVS has no constraints on tags beyond what is + # documented there. # # # - # [1]: https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html + # [1]: https://docs.aws.amazon.com/tag-editor/latest/userguide/best-practices-and-strats.html # @return [Hash] # # @see http://docs.aws.amazon.com/goto/WebAPI/ivs-realtime-2020-07-14/StartCompositionRequest AWS API Documentation @@ -2168,14 +2507,15 @@ class StopCompositionResponse < Aws::EmptyStructure; end # # @!attribute [rw] tags # Tags attached to the resource. Array of maps, each of the form - # `string:string (key:value)`. See [Tagging AWS Resources][1] for - # details, including restrictions that apply to tags and "Tag naming - # limits and requirements"; Amazon IVS has no constraints on tags - # beyond what is documented there. + # `string:string (key:value)`. See [Best practices and strategies][1] + # in *Tagging AWS Resources and Tag Editor* for details, including + # restrictions that apply to tags and "Tag naming limits and + # requirements"; Amazon IVS has no constraints on tags beyond what is + # documented there. # # # - # [1]: https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html + # [1]: https://docs.aws.amazon.com/tag-editor/latest/userguide/best-practices-and-strats.html # @return [Hash] # # @see http://docs.aws.amazon.com/goto/WebAPI/ivs-realtime-2020-07-14/StorageConfiguration AWS API Documentation @@ -2206,14 +2546,15 @@ class StorageConfiguration < Struct.new( # # @!attribute [rw] tags # Tags attached to the resource. Array of maps, each of the form - # `string:string (key:value)`. See [Tagging AWS Resources][1] for - # details, including restrictions that apply to tags and "Tag naming - # limits and requirements"; Amazon IVS has no constraints on tags - # beyond what is documented there. + # `string:string (key:value)`. See [Best practices and strategies][1] + # in *Tagging AWS Resources and Tag Editor* for details, including + # restrictions that apply to tags and "Tag naming limits and + # requirements"; Amazon IVS has no constraints on tags beyond what is + # documented there. # # # - # [1]: https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html + # [1]: https://docs.aws.amazon.com/tag-editor/latest/userguide/best-practices-and-strats.html # @return [Hash] # # @see http://docs.aws.amazon.com/goto/WebAPI/ivs-realtime-2020-07-14/StorageConfigurationSummary AWS API Documentation @@ -2233,14 +2574,15 @@ class StorageConfigurationSummary < Struct.new( # # @!attribute [rw] tags # Array of tags to be added or updated. Array of maps, each of the - # form `string:string (key:value)`. See [Tagging AWS Resources][1] for + # form `string:string (key:value)`. See [Best practices and + # strategies][1] in *Tagging AWS Resources and Tag Editor* for # details, including restrictions that apply to tags and "Tag naming - # limits and requirements"; Amazon IVS has no constraints beyond what - # is documented there. + # limits and requirements"; Amazon IVS has no constraints on tags + # beyond what is documented there. # # # - # [1]: https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html + # [1]: https://docs.aws.amazon.com/tag-editor/latest/userguide/best-practices-and-strats.html # @return [Hash] # # @see http://docs.aws.amazon.com/goto/WebAPI/ivs-realtime-2020-07-14/TagResourceRequest AWS API Documentation @@ -2262,14 +2604,15 @@ class TagResourceResponse < Aws::EmptyStructure; end # # @!attribute [rw] tag_keys # Array of tags to be removed. Array of maps, each of the form - # `string:string (key:value)`. See [Tagging AWS Resources][1] for - # details, including restrictions that apply to tags and "Tag naming - # limits and requirements"; Amazon IVS has no constraints beyond what - # is documented there. + # `string:string (key:value)`. See [Best practices and strategies][1] + # in *Tagging AWS Resources and Tag Editor* for details, including + # restrictions that apply to tags and "Tag naming limits and + # requirements"; Amazon IVS has no constraints on tags beyond what is + # documented there. # # # - # [1]: https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html + # [1]: https://docs.aws.amazon.com/tag-editor/latest/userguide/best-practices-and-strats.html # @return [Array] # # @see http://docs.aws.amazon.com/goto/WebAPI/ivs-realtime-2020-07-14/UntagResourceRequest AWS API Documentation @@ -2285,6 +2628,36 @@ class UntagResourceRequest < Struct.new( # class UntagResourceResponse < Aws::EmptyStructure; end + # @!attribute [rw] arn + # ARN of the IngestConfiguration, for which the related stage ARN + # needs to be updated. + # @return [String] + # + # @!attribute [rw] stage_arn + # Stage ARN that needs to be updated. + # @return [String] + # + # @see http://docs.aws.amazon.com/goto/WebAPI/ivs-realtime-2020-07-14/UpdateIngestConfigurationRequest AWS API Documentation + # + class UpdateIngestConfigurationRequest < Struct.new( + :arn, + :stage_arn) + SENSITIVE = [] + include Aws::Structure + end + + # @!attribute [rw] ingest_configuration + # The updated IngestConfiguration. + # @return [Types::IngestConfiguration] + # + # @see http://docs.aws.amazon.com/goto/WebAPI/ivs-realtime-2020-07-14/UpdateIngestConfigurationResponse AWS API Documentation + # + class UpdateIngestConfigurationResponse < Struct.new( + :ingest_configuration) + SENSITIVE = [] + include Aws::Structure + end + # @!attribute [rw] arn # ARN of the stage to be updated. # @return [String] diff --git a/gems/aws-sdk-ivsrealtime/sig/client.rbs b/gems/aws-sdk-ivsrealtime/sig/client.rbs index b6044060cd8..2771e78cdf3 100644 --- a/gems/aws-sdk-ivsrealtime/sig/client.rbs +++ b/gems/aws-sdk-ivsrealtime/sig/client.rbs @@ -91,6 +91,22 @@ module Aws ) -> _CreateEncoderConfigurationResponseSuccess | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateEncoderConfigurationResponseSuccess + interface _CreateIngestConfigurationResponseSuccess + include ::Seahorse::Client::_ResponseSuccess[Types::CreateIngestConfigurationResponse] + def ingest_configuration: () -> Types::IngestConfiguration + end + # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IVSRealTime/Client.html#create_ingest_configuration-instance_method + def create_ingest_configuration: ( + ?name: ::String, + ?stage_arn: ::String, + ?user_id: ::String, + ?attributes: Hash[::String, ::String], + ingest_protocol: ("RTMP" | "RTMPS"), + ?insecure_ingest: bool, + ?tags: Hash[::String, ::String] + ) -> _CreateIngestConfigurationResponseSuccess + | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateIngestConfigurationResponseSuccess + interface _CreateParticipantTokenResponseSuccess include ::Seahorse::Client::_ResponseSuccess[Types::CreateParticipantTokenResponse] def participant_token: () -> Types::ParticipantToken @@ -152,6 +168,16 @@ module Aws ) -> _DeleteEncoderConfigurationResponseSuccess | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteEncoderConfigurationResponseSuccess + interface _DeleteIngestConfigurationResponseSuccess + include ::Seahorse::Client::_ResponseSuccess[Types::DeleteIngestConfigurationResponse] + end + # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IVSRealTime/Client.html#delete_ingest_configuration-instance_method + def delete_ingest_configuration: ( + arn: ::String, + ?force: bool + ) -> _DeleteIngestConfigurationResponseSuccess + | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteIngestConfigurationResponseSuccess + interface _DeletePublicKeyResponseSuccess include ::Seahorse::Client::_ResponseSuccess[Types::DeletePublicKeyResponse] end @@ -210,6 +236,16 @@ module Aws ) -> _GetEncoderConfigurationResponseSuccess | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetEncoderConfigurationResponseSuccess + interface _GetIngestConfigurationResponseSuccess + include ::Seahorse::Client::_ResponseSuccess[Types::GetIngestConfigurationResponse] + def ingest_configuration: () -> Types::IngestConfiguration + end + # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IVSRealTime/Client.html#get_ingest_configuration-instance_method + def get_ingest_configuration: ( + arn: ::String + ) -> _GetIngestConfigurationResponseSuccess + | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetIngestConfigurationResponseSuccess + interface _GetParticipantResponseSuccess include ::Seahorse::Client::_ResponseSuccess[Types::GetParticipantResponse] def participant: () -> Types::Participant @@ -301,6 +337,20 @@ module Aws ) -> _ListEncoderConfigurationsResponseSuccess | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListEncoderConfigurationsResponseSuccess + interface _ListIngestConfigurationsResponseSuccess + include ::Seahorse::Client::_ResponseSuccess[Types::ListIngestConfigurationsResponse] + def ingest_configurations: () -> ::Array[Types::IngestConfigurationSummary] + def next_token: () -> ::String + end + # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IVSRealTime/Client.html#list_ingest_configurations-instance_method + def list_ingest_configurations: ( + ?filter_by_stage_arn: ::String, + ?filter_by_state: ("ACTIVE" | "INACTIVE"), + ?next_token: ::String, + ?max_results: ::Integer + ) -> _ListIngestConfigurationsResponseSuccess + | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListIngestConfigurationsResponseSuccess + interface _ListParticipantEventsResponseSuccess include ::Seahorse::Client::_ResponseSuccess[Types::ListParticipantEventsResponse] def events: () -> ::Array[Types::Event] @@ -471,6 +521,17 @@ module Aws ) -> _UntagResourceResponseSuccess | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UntagResourceResponseSuccess + interface _UpdateIngestConfigurationResponseSuccess + include ::Seahorse::Client::_ResponseSuccess[Types::UpdateIngestConfigurationResponse] + def ingest_configuration: () -> Types::IngestConfiguration + end + # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IVSRealTime/Client.html#update_ingest_configuration-instance_method + def update_ingest_configuration: ( + arn: ::String, + ?stage_arn: ::String + ) -> _UpdateIngestConfigurationResponseSuccess + | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateIngestConfigurationResponseSuccess + interface _UpdateStageResponseSuccess include ::Seahorse::Client::_ResponseSuccess[Types::UpdateStageResponse] def stage: () -> Types::Stage diff --git a/gems/aws-sdk-ivsrealtime/sig/types.rbs b/gems/aws-sdk-ivsrealtime/sig/types.rbs index 981e9b72db2..95f1183bc7c 100644 --- a/gems/aws-sdk-ivsrealtime/sig/types.rbs +++ b/gems/aws-sdk-ivsrealtime/sig/types.rbs @@ -65,6 +65,22 @@ module Aws::IVSRealTime SENSITIVE: [] end + class CreateIngestConfigurationRequest + attr_accessor name: ::String + attr_accessor stage_arn: ::String + attr_accessor user_id: ::String + attr_accessor attributes: ::Hash[::String, ::String] + attr_accessor ingest_protocol: ("RTMP" | "RTMPS") + attr_accessor insecure_ingest: bool + attr_accessor tags: ::Hash[::String, ::String] + SENSITIVE: [] + end + + class CreateIngestConfigurationResponse + attr_accessor ingest_configuration: Types::IngestConfiguration + SENSITIVE: [] + end + class CreateParticipantTokenRequest attr_accessor stage_arn: ::String attr_accessor duration: ::Integer @@ -113,6 +129,15 @@ module Aws::IVSRealTime class DeleteEncoderConfigurationResponse < Aws::EmptyStructure end + class DeleteIngestConfigurationRequest + attr_accessor arn: ::String + attr_accessor force: bool + SENSITIVE: [] + end + + class DeleteIngestConfigurationResponse < Aws::EmptyStructure + end + class DeletePublicKeyRequest attr_accessor arn: ::String SENSITIVE: [] @@ -197,7 +222,7 @@ module Aws::IVSRealTime attr_accessor participant_id: ::String attr_accessor event_time: ::Time attr_accessor remote_participant_id: ::String - attr_accessor error_code: ("INSUFFICIENT_CAPABILITIES" | "QUOTA_EXCEEDED" | "PUBLISHER_NOT_FOUND") + attr_accessor error_code: ("INSUFFICIENT_CAPABILITIES" | "QUOTA_EXCEEDED" | "PUBLISHER_NOT_FOUND" | "BITRATE_EXCEEDED" | "RESOLUTION_EXCEEDED" | "STREAM_DURATION_EXCEEDED" | "INVALID_AUDIO_CODEC" | "INVALID_VIDEO_CODEC" | "INVALID_PROTOCOL" | "INVALID_STREAM_KEY" | "REUSE_OF_STREAM_KEY") SENSITIVE: [] end @@ -221,6 +246,16 @@ module Aws::IVSRealTime SENSITIVE: [] end + class GetIngestConfigurationRequest + attr_accessor arn: ::String + SENSITIVE: [] + end + + class GetIngestConfigurationResponse + attr_accessor ingest_configuration: Types::IngestConfiguration + SENSITIVE: [] + end + class GetParticipantRequest attr_accessor stage_arn: ::String attr_accessor session_id: ::String @@ -295,6 +330,31 @@ module Aws::IVSRealTime SENSITIVE: [] end + class IngestConfiguration + attr_accessor name: ::String + attr_accessor arn: ::String + attr_accessor ingest_protocol: ("RTMP" | "RTMPS") + attr_accessor stream_key: ::String + attr_accessor stage_arn: ::String + attr_accessor participant_id: ::String + attr_accessor state: ("ACTIVE" | "INACTIVE") + attr_accessor user_id: ::String + attr_accessor attributes: ::Hash[::String, ::String] + attr_accessor tags: ::Hash[::String, ::String] + SENSITIVE: [:stream_key] + end + + class IngestConfigurationSummary + attr_accessor name: ::String + attr_accessor arn: ::String + attr_accessor ingest_protocol: ("RTMP" | "RTMPS") + attr_accessor stage_arn: ::String + attr_accessor participant_id: ::String + attr_accessor state: ("ACTIVE" | "INACTIVE") + attr_accessor user_id: ::String + SENSITIVE: [] + end + class InternalServerException attr_accessor exception_message: ::String SENSITIVE: [] @@ -332,6 +392,20 @@ module Aws::IVSRealTime SENSITIVE: [] end + class ListIngestConfigurationsRequest + attr_accessor filter_by_stage_arn: ::String + attr_accessor filter_by_state: ("ACTIVE" | "INACTIVE") + attr_accessor next_token: ::String + attr_accessor max_results: ::Integer + SENSITIVE: [] + end + + class ListIngestConfigurationsResponse + attr_accessor ingest_configurations: ::Array[Types::IngestConfigurationSummary] + attr_accessor next_token: ::String + SENSITIVE: [] + end + class ListParticipantEventsRequest attr_accessor stage_arn: ::String attr_accessor session_id: ::String @@ -440,6 +514,7 @@ module Aws::IVSRealTime attr_accessor recording_s3_bucket_name: ::String attr_accessor recording_s3_prefix: ::String attr_accessor recording_state: ("STARTING" | "ACTIVE" | "STOPPING" | "STOPPED" | "FAILED" | "DISABLED") + attr_accessor protocol: ("UNKNOWN" | "WHIP" | "RTMP" | "RTMPS") SENSITIVE: [] end @@ -552,6 +627,8 @@ module Aws::IVSRealTime class StageEndpoints attr_accessor events: ::String attr_accessor whip: ::String + attr_accessor rtmp: ::String + attr_accessor rtmps: ::String SENSITIVE: [] end @@ -633,6 +710,17 @@ module Aws::IVSRealTime class UntagResourceResponse < Aws::EmptyStructure end + class UpdateIngestConfigurationRequest + attr_accessor arn: ::String + attr_accessor stage_arn: ::String + SENSITIVE: [] + end + + class UpdateIngestConfigurationResponse + attr_accessor ingest_configuration: Types::IngestConfiguration + SENSITIVE: [] + end + class UpdateStageRequest attr_accessor arn: ::String attr_accessor name: ::String diff --git a/gems/aws-sdk-kafka/CHANGELOG.md b/gems/aws-sdk-kafka/CHANGELOG.md index 0a077ba5481..eb85b3391c5 100644 --- a/gems/aws-sdk-kafka/CHANGELOG.md +++ b/gems/aws-sdk-kafka/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.79.0 (2024-09-09) +------------------ + +* Feature - Amazon MSK Replicator can now replicate data to identically named topics between MSK clusters within the same AWS Region or across different AWS Regions. + 1.78.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-kafka/VERSION b/gems/aws-sdk-kafka/VERSION index 54227249d1f..b3a8c61e6a8 100644 --- a/gems/aws-sdk-kafka/VERSION +++ b/gems/aws-sdk-kafka/VERSION @@ -1 +1 @@ -1.78.0 +1.79.0 diff --git a/gems/aws-sdk-kafka/aws-sdk-kafka.gemspec b/gems/aws-sdk-kafka/aws-sdk-kafka.gemspec index 0094fac2ddf..9f5a5906924 100644 --- a/gems/aws-sdk-kafka/aws-sdk-kafka.gemspec +++ b/gems/aws-sdk-kafka/aws-sdk-kafka.gemspec @@ -26,7 +26,7 @@ Gem::Specification.new do |spec| } spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.203.0') - spec.add_dependency('aws-sigv4', '~> 1.1') + spec.add_dependency('aws-sigv4', '~> 1.5') spec.required_ruby_version = '>= 2.5' end diff --git a/gems/aws-sdk-kafka/lib/aws-sdk-kafka.rb b/gems/aws-sdk-kafka/lib/aws-sdk-kafka.rb index f23cde66c80..6281b58fd28 100644 --- a/gems/aws-sdk-kafka/lib/aws-sdk-kafka.rb +++ b/gems/aws-sdk-kafka/lib/aws-sdk-kafka.rb @@ -52,6 +52,6 @@ # @!group service module Aws::Kafka - GEM_VERSION = '1.78.0' + GEM_VERSION = '1.79.0' end diff --git a/gems/aws-sdk-kafka/lib/aws-sdk-kafka/client.rb b/gems/aws-sdk-kafka/lib/aws-sdk-kafka/client.rb index 65bbb7fbe7c..36e1981022f 100644 --- a/gems/aws-sdk-kafka/lib/aws-sdk-kafka/client.rb +++ b/gems/aws-sdk-kafka/lib/aws-sdk-kafka/client.rb @@ -914,6 +914,9 @@ def create_configuration(params = {}, options = {}) # starting_position: { # type: "LATEST", # accepts LATEST, EARLIEST # }, + # topic_name_configuration: { + # type: "PREFIXED_WITH_SOURCE_CLUSTER_ALIAS", # accepts PREFIXED_WITH_SOURCE_CLUSTER_ALIAS, IDENTICAL + # }, # topics_to_exclude: ["__stringMax249"], # topics_to_replicate: ["__stringMax249"], # required # }, @@ -1673,6 +1676,7 @@ def describe_configuration_revision(params = {}, options = {}) # resp.replication_info_list[0].topic_replication.copy_topic_configurations #=> Boolean # resp.replication_info_list[0].topic_replication.detect_and_copy_new_topics #=> Boolean # resp.replication_info_list[0].topic_replication.starting_position.type #=> String, one of "LATEST", "EARLIEST" + # resp.replication_info_list[0].topic_replication.topic_name_configuration.type #=> String, one of "PREFIXED_WITH_SOURCE_CLUSTER_ALIAS", "IDENTICAL" # resp.replication_info_list[0].topic_replication.topics_to_exclude #=> Array # resp.replication_info_list[0].topic_replication.topics_to_exclude[0] #=> String # resp.replication_info_list[0].topic_replication.topics_to_replicate #=> Array @@ -1779,7 +1783,13 @@ def batch_disassociate_scram_secret(params = {}, options = {}) req.send_request(options) end - # A list of brokers that a client application can use to bootstrap. + # A list of brokers that a client application can use to bootstrap. This + # list doesn't necessarily include all of the brokers in the cluster. + # The following Python 3.6 example shows how you can use the Amazon + # Resource Name (ARN) of a cluster to get its bootstrap brokers. If you + # don't know the ARN of your cluster, you can use the `ListClusters` + # operation to get the ARNs of all the clusters in this account and + # Region. # # @option params [required, String] :cluster_arn # @@ -3380,7 +3390,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-kafka' - context[:gem_version] = '1.78.0' + context[:gem_version] = '1.79.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-kafka/lib/aws-sdk-kafka/client_api.rb b/gems/aws-sdk-kafka/lib/aws-sdk-kafka/client_api.rb index 0d7afe8d0f2..98a767915f7 100644 --- a/gems/aws-sdk-kafka/lib/aws-sdk-kafka/client_api.rb +++ b/gems/aws-sdk-kafka/lib/aws-sdk-kafka/client_api.rb @@ -167,6 +167,8 @@ module ClientApi ReplicationStartingPosition = Shapes::StructureShape.new(name: 'ReplicationStartingPosition') ReplicationStartingPositionType = Shapes::StringShape.new(name: 'ReplicationStartingPositionType') ReplicationStateInfo = Shapes::StructureShape.new(name: 'ReplicationStateInfo') + ReplicationTopicNameConfiguration = Shapes::StructureShape.new(name: 'ReplicationTopicNameConfiguration') + ReplicationTopicNameConfigurationType = Shapes::StringShape.new(name: 'ReplicationTopicNameConfigurationType') ReplicatorState = Shapes::StringShape.new(name: 'ReplicatorState') ReplicatorSummary = Shapes::StructureShape.new(name: 'ReplicatorSummary') S3 = Shapes::StructureShape.new(name: 'S3') @@ -1001,6 +1003,9 @@ module ClientApi ReplicationStateInfo.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message")) ReplicationStateInfo.struct_class = Types::ReplicationStateInfo + ReplicationTopicNameConfiguration.add_member(:type, Shapes::ShapeRef.new(shape: ReplicationTopicNameConfigurationType, location_name: "type")) + ReplicationTopicNameConfiguration.struct_class = Types::ReplicationTopicNameConfiguration + ReplicatorSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: __timestampIso8601, location_name: "creationTime")) ReplicatorSummary.add_member(:current_version, Shapes::ShapeRef.new(shape: __string, location_name: "currentVersion")) ReplicatorSummary.add_member(:is_replicator_reference, Shapes::ShapeRef.new(shape: __boolean, location_name: "isReplicatorReference")) @@ -1065,6 +1070,7 @@ module ClientApi TopicReplication.add_member(:copy_topic_configurations, Shapes::ShapeRef.new(shape: __boolean, location_name: "copyTopicConfigurations")) TopicReplication.add_member(:detect_and_copy_new_topics, Shapes::ShapeRef.new(shape: __boolean, location_name: "detectAndCopyNewTopics")) TopicReplication.add_member(:starting_position, Shapes::ShapeRef.new(shape: ReplicationStartingPosition, location_name: "startingPosition")) + TopicReplication.add_member(:topic_name_configuration, Shapes::ShapeRef.new(shape: ReplicationTopicNameConfiguration, location_name: "topicNameConfiguration")) TopicReplication.add_member(:topics_to_exclude, Shapes::ShapeRef.new(shape: __listOf__stringMax249, location_name: "topicsToExclude")) TopicReplication.add_member(:topics_to_replicate, Shapes::ShapeRef.new(shape: __listOf__stringMax249, required: true, location_name: "topicsToReplicate")) TopicReplication.struct_class = Types::TopicReplication @@ -1318,6 +1324,7 @@ module ClientApi api.metadata = { "apiVersion" => "2018-11-14", + "auth" => ["aws.auth#sigv4"], "endpointPrefix" => "kafka", "jsonVersion" => "1.1", "protocol" => "rest-json", diff --git a/gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb b/gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb index 9355ffce91f..5215fbb520f 100644 --- a/gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb +++ b/gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb @@ -3483,6 +3483,22 @@ class ReplicationStartingPosition < Struct.new( include Aws::Structure end + # Configuration for specifying replicated topic names should be the same + # as their corresponding upstream topics or prefixed with source cluster + # alias. + # + # @!attribute [rw] type + # The type of replicated topic name. + # @return [String] + # + # @see http://docs.aws.amazon.com/goto/WebAPI/kafka-2018-11-14/ReplicationTopicNameConfiguration AWS API Documentation + # + class ReplicationTopicNameConfiguration < Struct.new( + :type) + SENSITIVE = [] + include Aws::Structure + end + # Details about the state of a replicator # # @!attribute [rw] code @@ -3727,6 +3743,11 @@ class TagResourceRequest < Struct.new( # replicating from. # @return [Types::ReplicationStartingPosition] # + # @!attribute [rw] topic_name_configuration + # Configuration for specifying replicated topic names same as their + # corresponding upstream topics or prefixed with source cluster alias. + # @return [Types::ReplicationTopicNameConfiguration] + # # @!attribute [rw] topics_to_exclude # List of regular expression patterns indicating the topics that # should not be replicated. @@ -3743,6 +3764,7 @@ class TopicReplication < Struct.new( :copy_topic_configurations, :detect_and_copy_new_topics, :starting_position, + :topic_name_configuration, :topics_to_exclude, :topics_to_replicate) SENSITIVE = [] diff --git a/gems/aws-sdk-kafka/sig/client.rbs b/gems/aws-sdk-kafka/sig/client.rbs index 69fc99141a6..4b4b97daa2d 100644 --- a/gems/aws-sdk-kafka/sig/client.rbs +++ b/gems/aws-sdk-kafka/sig/client.rbs @@ -379,6 +379,9 @@ module Aws starting_position: { type: ("LATEST" | "EARLIEST")? }?, + topic_name_configuration: { + type: ("PREFIXED_WITH_SOURCE_CLUSTER_ALIAS" | "IDENTICAL")? + }?, topics_to_exclude: Array[::String]?, topics_to_replicate: Array[::String] } diff --git a/gems/aws-sdk-kafka/sig/types.rbs b/gems/aws-sdk-kafka/sig/types.rbs index 127280faa2e..6060a381ab3 100644 --- a/gems/aws-sdk-kafka/sig/types.rbs +++ b/gems/aws-sdk-kafka/sig/types.rbs @@ -985,6 +985,11 @@ module Aws::Kafka SENSITIVE: [] end + class ReplicationTopicNameConfiguration + attr_accessor type: ("PREFIXED_WITH_SOURCE_CLUSTER_ALIAS" | "IDENTICAL") + SENSITIVE: [] + end + class ReplicationStateInfo attr_accessor code: ::String attr_accessor message: ::String @@ -1064,6 +1069,7 @@ module Aws::Kafka attr_accessor copy_topic_configurations: bool attr_accessor detect_and_copy_new_topics: bool attr_accessor starting_position: Types::ReplicationStartingPosition + attr_accessor topic_name_configuration: Types::ReplicationTopicNameConfiguration attr_accessor topics_to_exclude: ::Array[::String] attr_accessor topics_to_replicate: ::Array[::String] SENSITIVE: [] diff --git a/gems/aws-sdk-sagemaker/CHANGELOG.md b/gems/aws-sdk-sagemaker/CHANGELOG.md index 95c57d179cb..3ec4907b9ba 100644 --- a/gems/aws-sdk-sagemaker/CHANGELOG.md +++ b/gems/aws-sdk-sagemaker/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.260.0 (2024-09-09) +------------------ + +* Feature - Amazon Sagemaker supports orchestrating SageMaker HyperPod clusters with Amazon EKS + 1.259.0 (2024-09-05) ------------------ diff --git a/gems/aws-sdk-sagemaker/VERSION b/gems/aws-sdk-sagemaker/VERSION index afac1ed7cdc..ca16b5a927b 100644 --- a/gems/aws-sdk-sagemaker/VERSION +++ b/gems/aws-sdk-sagemaker/VERSION @@ -1 +1 @@ -1.259.0 +1.260.0 diff --git a/gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker.rb b/gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker.rb index 756628c1e8c..088c295fc5a 100644 --- a/gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker.rb +++ b/gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker.rb @@ -53,6 +53,6 @@ # @!group service module Aws::SageMaker - GEM_VERSION = '1.259.0' + GEM_VERSION = '1.260.0' end diff --git a/gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/client.rb b/gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/client.rb index 4f44a0a4910..692a2bd0704 100644 --- a/gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/client.rb +++ b/gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/client.rb @@ -1873,6 +1873,18 @@ def create_auto_ml_job_v2(params = {}, options = {}) # # [1]: https://docs.aws.amazon.com/tag-editor/latest/userguide/tagging.html # + # @option params [Types::ClusterOrchestrator] :orchestrator + # The type of orchestrator to use for the SageMaker HyperPod cluster. + # Currently, the only supported value is `"eks"`, which is to use an + # Amazon Elastic Kubernetes Service (EKS) cluster as the orchestrator. + # + # @option params [String] :node_recovery + # The node recovery mode for the SageMaker HyperPod cluster. When set to + # `Automatic`, SageMaker HyperPod will automatically reboot or replace + # faulty nodes when issues are detected. When set to `None`, cluster + # administrators will need to manually manage any faulty cluster + # instances. + # # @return [Types::CreateClusterResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods: # # * {Types::CreateClusterResponse#cluster_arn #cluster_arn} => String @@ -1890,7 +1902,7 @@ def create_auto_ml_job_v2(params = {}, options = {}) # source_s3_uri: "S3Uri", # required # on_create: "ClusterLifeCycleConfigFileName", # required # }, - # execution_role: "IAMRoleArn", # required + # execution_role: "RoleArn", # required # threads_per_core: 1, # instance_storage_configs: [ # { @@ -1899,6 +1911,7 @@ def create_auto_ml_job_v2(params = {}, options = {}) # }, # }, # ], + # on_start_deep_health_checks: ["InstanceStress"], # accepts InstanceStress, InstanceConnectivity # }, # ], # vpc_config: { @@ -1911,6 +1924,12 @@ def create_auto_ml_job_v2(params = {}, options = {}) # value: "TagValue", # required # }, # ], + # orchestrator: { + # eks: { # required + # cluster_arn: "EksClusterArn", # required + # }, + # }, + # node_recovery: "Automatic", # accepts Automatic, None # }) # # @example Response structure @@ -12062,6 +12081,8 @@ def describe_auto_ml_job_v2(params = {}, options = {}) # * {Types::DescribeClusterResponse#failure_message #failure_message} => String # * {Types::DescribeClusterResponse#instance_groups #instance_groups} => Array<Types::ClusterInstanceGroupDetails> # * {Types::DescribeClusterResponse#vpc_config #vpc_config} => Types::VpcConfig + # * {Types::DescribeClusterResponse#orchestrator #orchestrator} => Types::ClusterOrchestrator + # * {Types::DescribeClusterResponse#node_recovery #node_recovery} => String # # @example Request syntax with placeholder values # @@ -12087,10 +12108,14 @@ def describe_auto_ml_job_v2(params = {}, options = {}) # resp.instance_groups[0].threads_per_core #=> Integer # resp.instance_groups[0].instance_storage_configs #=> Array # resp.instance_groups[0].instance_storage_configs[0].ebs_volume_config.volume_size_in_gb #=> Integer + # resp.instance_groups[0].on_start_deep_health_checks #=> Array + # resp.instance_groups[0].on_start_deep_health_checks[0] #=> String, one of "InstanceStress", "InstanceConnectivity" # resp.vpc_config.security_group_ids #=> Array # resp.vpc_config.security_group_ids[0] #=> String # resp.vpc_config.subnets #=> Array # resp.vpc_config.subnets[0] #=> String + # resp.orchestrator.eks.cluster_arn #=> String + # resp.node_recovery #=> String, one of "Automatic", "None" # # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeCluster AWS API Documentation # @@ -12126,7 +12151,7 @@ def describe_cluster(params = {}, options = {}) # # resp.node_details.instance_group_name #=> String # resp.node_details.instance_id #=> String - # resp.node_details.instance_status.status #=> String, one of "Running", "Failure", "Pending", "ShuttingDown", "SystemUpdating" + # resp.node_details.instance_status.status #=> String, one of "Running", "Failure", "Pending", "ShuttingDown", "SystemUpdating", "DeepHealthCheckInProgress" # resp.node_details.instance_status.message #=> String # resp.node_details.instance_type #=> String, one of "ml.p4d.24xlarge", "ml.p4de.24xlarge", "ml.p5.48xlarge", "ml.trn1.32xlarge", "ml.trn1n.32xlarge", "ml.g5.xlarge", "ml.g5.2xlarge", "ml.g5.4xlarge", "ml.g5.8xlarge", "ml.g5.12xlarge", "ml.g5.16xlarge", "ml.g5.24xlarge", "ml.g5.48xlarge", "ml.c5.large", "ml.c5.xlarge", "ml.c5.2xlarge", "ml.c5.4xlarge", "ml.c5.9xlarge", "ml.c5.12xlarge", "ml.c5.18xlarge", "ml.c5.24xlarge", "ml.c5n.large", "ml.c5n.2xlarge", "ml.c5n.4xlarge", "ml.c5n.9xlarge", "ml.c5n.18xlarge", "ml.m5.large", "ml.m5.xlarge", "ml.m5.2xlarge", "ml.m5.4xlarge", "ml.m5.8xlarge", "ml.m5.12xlarge", "ml.m5.16xlarge", "ml.m5.24xlarge", "ml.t3.medium", "ml.t3.large", "ml.t3.xlarge", "ml.t3.2xlarge" # resp.node_details.launch_time #=> Time @@ -18137,7 +18162,7 @@ def list_candidates_for_auto_ml_job(params = {}, options = {}) # resp.cluster_node_summaries[0].instance_id #=> String # resp.cluster_node_summaries[0].instance_type #=> String, one of "ml.p4d.24xlarge", "ml.p4de.24xlarge", "ml.p5.48xlarge", "ml.trn1.32xlarge", "ml.trn1n.32xlarge", "ml.g5.xlarge", "ml.g5.2xlarge", "ml.g5.4xlarge", "ml.g5.8xlarge", "ml.g5.12xlarge", "ml.g5.16xlarge", "ml.g5.24xlarge", "ml.g5.48xlarge", "ml.c5.large", "ml.c5.xlarge", "ml.c5.2xlarge", "ml.c5.4xlarge", "ml.c5.9xlarge", "ml.c5.12xlarge", "ml.c5.18xlarge", "ml.c5.24xlarge", "ml.c5n.large", "ml.c5n.2xlarge", "ml.c5n.4xlarge", "ml.c5n.9xlarge", "ml.c5n.18xlarge", "ml.m5.large", "ml.m5.xlarge", "ml.m5.2xlarge", "ml.m5.4xlarge", "ml.m5.8xlarge", "ml.m5.12xlarge", "ml.m5.16xlarge", "ml.m5.24xlarge", "ml.t3.medium", "ml.t3.large", "ml.t3.xlarge", "ml.t3.2xlarge" # resp.cluster_node_summaries[0].launch_time #=> Time - # resp.cluster_node_summaries[0].instance_status.status #=> String, one of "Running", "Failure", "Pending", "ShuttingDown", "SystemUpdating" + # resp.cluster_node_summaries[0].instance_status.status #=> String, one of "Running", "Failure", "Pending", "ShuttingDown", "SystemUpdating", "DeepHealthCheckInProgress" # resp.cluster_node_summaries[0].instance_status.message #=> String # # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListClusterNodes AWS API Documentation @@ -24719,6 +24744,10 @@ def update_artifact(params = {}, options = {}) # @option params [required, Array] :instance_groups # Specify the instance groups to update. # + # @option params [String] :node_recovery + # The node recovery mode to be applied to the SageMaker HyperPod + # cluster. + # # @return [Types::UpdateClusterResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods: # # * {Types::UpdateClusterResponse#cluster_arn #cluster_arn} => String @@ -24736,7 +24765,7 @@ def update_artifact(params = {}, options = {}) # source_s3_uri: "S3Uri", # required # on_create: "ClusterLifeCycleConfigFileName", # required # }, - # execution_role: "IAMRoleArn", # required + # execution_role: "RoleArn", # required # threads_per_core: 1, # instance_storage_configs: [ # { @@ -24745,8 +24774,10 @@ def update_artifact(params = {}, options = {}) # }, # }, # ], + # on_start_deep_health_checks: ["InstanceStress"], # accepts InstanceStress, InstanceConnectivity # }, # ], + # node_recovery: "Automatic", # accepts Automatic, None # }) # # @example Response structure @@ -27737,7 +27768,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-sagemaker' - context[:gem_version] = '1.259.0' + context[:gem_version] = '1.260.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/client_api.rb b/gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/client_api.rb index 58639b6fecb..b5aa65bfc27 100644 --- a/gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/client_api.rb +++ b/gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/client_api.rb @@ -283,9 +283,12 @@ module ClientApi ClusterNameOrArn = Shapes::StringShape.new(name: 'ClusterNameOrArn') ClusterNodeDetails = Shapes::StructureShape.new(name: 'ClusterNodeDetails') ClusterNodeId = Shapes::StringShape.new(name: 'ClusterNodeId') + ClusterNodeRecovery = Shapes::StringShape.new(name: 'ClusterNodeRecovery') ClusterNodeSummaries = Shapes::ListShape.new(name: 'ClusterNodeSummaries') ClusterNodeSummary = Shapes::StructureShape.new(name: 'ClusterNodeSummary') ClusterNonNegativeInstanceCount = Shapes::IntegerShape.new(name: 'ClusterNonNegativeInstanceCount') + ClusterOrchestrator = Shapes::StructureShape.new(name: 'ClusterOrchestrator') + ClusterOrchestratorEksConfig = Shapes::StructureShape.new(name: 'ClusterOrchestratorEksConfig') ClusterPrivateDnsHostname = Shapes::StringShape.new(name: 'ClusterPrivateDnsHostname') ClusterPrivatePrimaryIp = Shapes::StringShape.new(name: 'ClusterPrivatePrimaryIp') ClusterSortBy = Shapes::StringShape.new(name: 'ClusterSortBy') @@ -510,6 +513,7 @@ module ClientApi DebugRuleConfigurations = Shapes::ListShape.new(name: 'DebugRuleConfigurations') DebugRuleEvaluationStatus = Shapes::StructureShape.new(name: 'DebugRuleEvaluationStatus') DebugRuleEvaluationStatuses = Shapes::ListShape.new(name: 'DebugRuleEvaluationStatuses') + DeepHealthCheckType = Shapes::StringShape.new(name: 'DeepHealthCheckType') DefaultEbsStorageSettings = Shapes::StructureShape.new(name: 'DefaultEbsStorageSettings') DefaultGid = Shapes::IntegerShape.new(name: 'DefaultGid') DefaultSpaceSettings = Shapes::StructureShape.new(name: 'DefaultSpaceSettings') @@ -812,6 +816,7 @@ module ClientApi EdgeVersion = Shapes::StringShape.new(name: 'EdgeVersion') Edges = Shapes::ListShape.new(name: 'Edges') EfsUid = Shapes::StringShape.new(name: 'EfsUid') + EksClusterArn = Shapes::StringShape.new(name: 'EksClusterArn') EmrServerlessComputeConfig = Shapes::StructureShape.new(name: 'EmrServerlessComputeConfig') EmrServerlessSettings = Shapes::StructureShape.new(name: 'EmrServerlessSettings') EmrSettings = Shapes::StructureShape.new(name: 'EmrSettings') @@ -1048,7 +1053,6 @@ module ClientApi HyperbandStrategyConfig = Shapes::StructureShape.new(name: 'HyperbandStrategyConfig') HyperbandStrategyMaxResource = Shapes::IntegerShape.new(name: 'HyperbandStrategyMaxResource') HyperbandStrategyMinResource = Shapes::IntegerShape.new(name: 'HyperbandStrategyMinResource') - IAMRoleArn = Shapes::StringShape.new(name: 'IAMRoleArn') IamIdentity = Shapes::StructureShape.new(name: 'IamIdentity') IamPolicyConstraints = Shapes::StructureShape.new(name: 'IamPolicyConstraints') IdempotencyToken = Shapes::StringShape.new(name: 'IdempotencyToken') @@ -1638,6 +1642,7 @@ module ClientApi OidcConfigForResponse = Shapes::StructureShape.new(name: 'OidcConfigForResponse') OidcEndpoint = Shapes::StringShape.new(name: 'OidcEndpoint') OidcMemberDefinition = Shapes::StructureShape.new(name: 'OidcMemberDefinition') + OnStartDeepHealthChecks = Shapes::ListShape.new(name: 'OnStartDeepHealthChecks') OnlineStoreConfig = Shapes::StructureShape.new(name: 'OnlineStoreConfig') OnlineStoreConfigUpdate = Shapes::StructureShape.new(name: 'OnlineStoreConfigUpdate') OnlineStoreSecurityConfig = Shapes::StructureShape.new(name: 'OnlineStoreSecurityConfig') @@ -2962,9 +2967,10 @@ module ClientApi ClusterInstanceGroupDetails.add_member(:instance_group_name, Shapes::ShapeRef.new(shape: ClusterInstanceGroupName, location_name: "InstanceGroupName")) ClusterInstanceGroupDetails.add_member(:instance_type, Shapes::ShapeRef.new(shape: ClusterInstanceType, location_name: "InstanceType")) ClusterInstanceGroupDetails.add_member(:life_cycle_config, Shapes::ShapeRef.new(shape: ClusterLifeCycleConfig, location_name: "LifeCycleConfig")) - ClusterInstanceGroupDetails.add_member(:execution_role, Shapes::ShapeRef.new(shape: IAMRoleArn, location_name: "ExecutionRole")) + ClusterInstanceGroupDetails.add_member(:execution_role, Shapes::ShapeRef.new(shape: RoleArn, location_name: "ExecutionRole")) ClusterInstanceGroupDetails.add_member(:threads_per_core, Shapes::ShapeRef.new(shape: ClusterThreadsPerCore, location_name: "ThreadsPerCore")) ClusterInstanceGroupDetails.add_member(:instance_storage_configs, Shapes::ShapeRef.new(shape: ClusterInstanceStorageConfigs, location_name: "InstanceStorageConfigs")) + ClusterInstanceGroupDetails.add_member(:on_start_deep_health_checks, Shapes::ShapeRef.new(shape: OnStartDeepHealthChecks, location_name: "OnStartDeepHealthChecks")) ClusterInstanceGroupDetails.struct_class = Types::ClusterInstanceGroupDetails ClusterInstanceGroupDetailsList.member = Shapes::ShapeRef.new(shape: ClusterInstanceGroupDetails) @@ -2973,9 +2979,10 @@ module ClientApi ClusterInstanceGroupSpecification.add_member(:instance_group_name, Shapes::ShapeRef.new(shape: ClusterInstanceGroupName, required: true, location_name: "InstanceGroupName")) ClusterInstanceGroupSpecification.add_member(:instance_type, Shapes::ShapeRef.new(shape: ClusterInstanceType, required: true, location_name: "InstanceType")) ClusterInstanceGroupSpecification.add_member(:life_cycle_config, Shapes::ShapeRef.new(shape: ClusterLifeCycleConfig, required: true, location_name: "LifeCycleConfig")) - ClusterInstanceGroupSpecification.add_member(:execution_role, Shapes::ShapeRef.new(shape: IAMRoleArn, required: true, location_name: "ExecutionRole")) + ClusterInstanceGroupSpecification.add_member(:execution_role, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "ExecutionRole")) ClusterInstanceGroupSpecification.add_member(:threads_per_core, Shapes::ShapeRef.new(shape: ClusterThreadsPerCore, location_name: "ThreadsPerCore")) ClusterInstanceGroupSpecification.add_member(:instance_storage_configs, Shapes::ShapeRef.new(shape: ClusterInstanceStorageConfigs, location_name: "InstanceStorageConfigs")) + ClusterInstanceGroupSpecification.add_member(:on_start_deep_health_checks, Shapes::ShapeRef.new(shape: OnStartDeepHealthChecks, location_name: "OnStartDeepHealthChecks")) ClusterInstanceGroupSpecification.struct_class = Types::ClusterInstanceGroupSpecification ClusterInstanceGroupSpecifications.member = Shapes::ShapeRef.new(shape: ClusterInstanceGroupSpecification) @@ -3022,6 +3029,12 @@ module ClientApi ClusterNodeSummary.add_member(:instance_status, Shapes::ShapeRef.new(shape: ClusterInstanceStatusDetails, required: true, location_name: "InstanceStatus")) ClusterNodeSummary.struct_class = Types::ClusterNodeSummary + ClusterOrchestrator.add_member(:eks, Shapes::ShapeRef.new(shape: ClusterOrchestratorEksConfig, required: true, location_name: "Eks")) + ClusterOrchestrator.struct_class = Types::ClusterOrchestrator + + ClusterOrchestratorEksConfig.add_member(:cluster_arn, Shapes::ShapeRef.new(shape: EksClusterArn, required: true, location_name: "ClusterArn")) + ClusterOrchestratorEksConfig.struct_class = Types::ClusterOrchestratorEksConfig + ClusterSummaries.member = Shapes::ShapeRef.new(shape: ClusterSummary) ClusterSummary.add_member(:cluster_arn, Shapes::ShapeRef.new(shape: ClusterArn, required: true, location_name: "ClusterArn")) @@ -3252,6 +3265,8 @@ module ClientApi CreateClusterRequest.add_member(:instance_groups, Shapes::ShapeRef.new(shape: ClusterInstanceGroupSpecifications, required: true, location_name: "InstanceGroups")) CreateClusterRequest.add_member(:vpc_config, Shapes::ShapeRef.new(shape: VpcConfig, location_name: "VpcConfig")) CreateClusterRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags")) + CreateClusterRequest.add_member(:orchestrator, Shapes::ShapeRef.new(shape: ClusterOrchestrator, location_name: "Orchestrator")) + CreateClusterRequest.add_member(:node_recovery, Shapes::ShapeRef.new(shape: ClusterNodeRecovery, location_name: "NodeRecovery")) CreateClusterRequest.struct_class = Types::CreateClusterRequest CreateClusterResponse.add_member(:cluster_arn, Shapes::ShapeRef.new(shape: ClusterArn, required: true, location_name: "ClusterArn")) @@ -4468,6 +4483,8 @@ module ClientApi DescribeClusterResponse.add_member(:failure_message, Shapes::ShapeRef.new(shape: String, location_name: "FailureMessage")) DescribeClusterResponse.add_member(:instance_groups, Shapes::ShapeRef.new(shape: ClusterInstanceGroupDetailsList, required: true, location_name: "InstanceGroups")) DescribeClusterResponse.add_member(:vpc_config, Shapes::ShapeRef.new(shape: VpcConfig, location_name: "VpcConfig")) + DescribeClusterResponse.add_member(:orchestrator, Shapes::ShapeRef.new(shape: ClusterOrchestrator, location_name: "Orchestrator")) + DescribeClusterResponse.add_member(:node_recovery, Shapes::ShapeRef.new(shape: ClusterNodeRecovery, location_name: "NodeRecovery")) DescribeClusterResponse.struct_class = Types::DescribeClusterResponse DescribeCodeRepositoryInput.add_member(:code_repository_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "CodeRepositoryName")) @@ -8389,6 +8406,8 @@ module ClientApi OidcMemberDefinition.add_member(:groups, Shapes::ShapeRef.new(shape: Groups, location_name: "Groups")) OidcMemberDefinition.struct_class = Types::OidcMemberDefinition + OnStartDeepHealthChecks.member = Shapes::ShapeRef.new(shape: DeepHealthCheckType) + OnlineStoreConfig.add_member(:security_config, Shapes::ShapeRef.new(shape: OnlineStoreSecurityConfig, location_name: "SecurityConfig")) OnlineStoreConfig.add_member(:enable_online_store, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableOnlineStore")) OnlineStoreConfig.add_member(:ttl_duration, Shapes::ShapeRef.new(shape: TtlDuration, location_name: "TtlDuration")) @@ -9968,6 +9987,7 @@ module ClientApi UpdateClusterRequest.add_member(:cluster_name, Shapes::ShapeRef.new(shape: ClusterNameOrArn, required: true, location_name: "ClusterName")) UpdateClusterRequest.add_member(:instance_groups, Shapes::ShapeRef.new(shape: ClusterInstanceGroupSpecifications, required: true, location_name: "InstanceGroups")) + UpdateClusterRequest.add_member(:node_recovery, Shapes::ShapeRef.new(shape: ClusterNodeRecovery, location_name: "NodeRecovery")) UpdateClusterRequest.struct_class = Types::UpdateClusterRequest UpdateClusterResponse.add_member(:cluster_arn, Shapes::ShapeRef.new(shape: ClusterArn, required: true, location_name: "ClusterArn")) diff --git a/gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb b/gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb index 0105f6ccc90..4166cc693b2 100644 --- a/gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb +++ b/gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb @@ -4157,6 +4157,11 @@ class ClusterEbsVolumeConfig < Struct.new( # SageMaker HyperPod cluster instance group. # @return [Array] # + # @!attribute [rw] on_start_deep_health_checks + # A flag indicating whether deep health checks should be performed + # when the cluster instance group is created or updated. + # @return [Array] + # # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ClusterInstanceGroupDetails AWS API Documentation # class ClusterInstanceGroupDetails < Struct.new( @@ -4167,7 +4172,8 @@ class ClusterInstanceGroupDetails < Struct.new( :life_cycle_config, :execution_role, :threads_per_core, - :instance_storage_configs) + :instance_storage_configs, + :on_start_deep_health_checks) SENSITIVE = [] include Aws::Structure end @@ -4214,6 +4220,11 @@ class ClusterInstanceGroupDetails < Struct.new( # the SageMaker HyperPod cluster instance group. # @return [Array] # + # @!attribute [rw] on_start_deep_health_checks + # A flag indicating whether deep health checks should be performed + # when the cluster instance group is created or updated. + # @return [Array] + # # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ClusterInstanceGroupSpecification AWS API Documentation # class ClusterInstanceGroupSpecification < Struct.new( @@ -4223,7 +4234,8 @@ class ClusterInstanceGroupSpecification < Struct.new( :life_cycle_config, :execution_role, :threads_per_core, - :instance_storage_configs) + :instance_storage_configs, + :on_start_deep_health_checks) SENSITIVE = [] include Aws::Structure end @@ -4436,6 +4448,37 @@ class ClusterNodeSummary < Struct.new( include Aws::Structure end + # The type of orchestrator used for the SageMaker HyperPod cluster. + # + # @!attribute [rw] eks + # The Amazon EKS cluster used as the orchestrator for the SageMaker + # HyperPod cluster. + # @return [Types::ClusterOrchestratorEksConfig] + # + # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ClusterOrchestrator AWS API Documentation + # + class ClusterOrchestrator < Struct.new( + :eks) + SENSITIVE = [] + include Aws::Structure + end + + # The configuration settings for the Amazon EKS cluster used as the + # orchestrator for the SageMaker HyperPod cluster. + # + # @!attribute [rw] cluster_arn + # The Amazon Resource Name (ARN) of the Amazon EKS cluster associated + # with the SageMaker HyperPod cluster. + # @return [String] + # + # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ClusterOrchestratorEksConfig AWS API Documentation + # + class ClusterOrchestratorEksConfig < Struct.new( + :cluster_arn) + SENSITIVE = [] + include Aws::Structure + end + # Lists a summary of the properties of a SageMaker HyperPod cluster. # # @!attribute [rw] cluster_arn @@ -5738,13 +5781,29 @@ class CreateAutoMLJobV2Response < Struct.new( # [1]: https://docs.aws.amazon.com/tag-editor/latest/userguide/tagging.html # @return [Array] # + # @!attribute [rw] orchestrator + # The type of orchestrator to use for the SageMaker HyperPod cluster. + # Currently, the only supported value is `"eks"`, which is to use an + # Amazon Elastic Kubernetes Service (EKS) cluster as the orchestrator. + # @return [Types::ClusterOrchestrator] + # + # @!attribute [rw] node_recovery + # The node recovery mode for the SageMaker HyperPod cluster. When set + # to `Automatic`, SageMaker HyperPod will automatically reboot or + # replace faulty nodes when issues are detected. When set to `None`, + # cluster administrators will need to manually manage any faulty + # cluster instances. + # @return [String] + # # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateClusterRequest AWS API Documentation # class CreateClusterRequest < Struct.new( :cluster_name, :instance_groups, :vpc_config, - :tags) + :tags, + :orchestrator, + :node_recovery) SENSITIVE = [] include Aws::Structure end @@ -12807,6 +12866,15 @@ class DescribeClusterRequest < Struct.new( # [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/infrastructure-give-access.html # @return [Types::VpcConfig] # + # @!attribute [rw] orchestrator + # The type of orchestrator used for the SageMaker HyperPod cluster. + # @return [Types::ClusterOrchestrator] + # + # @!attribute [rw] node_recovery + # The node recovery mode configured for the SageMaker HyperPod + # cluster. + # @return [String] + # # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeClusterResponse AWS API Documentation # class DescribeClusterResponse < Struct.new( @@ -12816,7 +12884,9 @@ class DescribeClusterResponse < Struct.new( :creation_time, :failure_message, :instance_groups, - :vpc_config) + :vpc_config, + :orchestrator, + :node_recovery) SENSITIVE = [] include Aws::Structure end @@ -44979,11 +45049,17 @@ class UpdateArtifactResponse < Struct.new( # Specify the instance groups to update. # @return [Array] # + # @!attribute [rw] node_recovery + # The node recovery mode to be applied to the SageMaker HyperPod + # cluster. + # @return [String] + # # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateClusterRequest AWS API Documentation # class UpdateClusterRequest < Struct.new( :cluster_name, - :instance_groups) + :instance_groups, + :node_recovery) SENSITIVE = [] include Aws::Structure end diff --git a/gems/aws-sdk-sagemaker/sig/client.rbs b/gems/aws-sdk-sagemaker/sig/client.rbs index 530f5f06420..66d2d994915 100644 --- a/gems/aws-sdk-sagemaker/sig/client.rbs +++ b/gems/aws-sdk-sagemaker/sig/client.rbs @@ -712,7 +712,8 @@ module Aws volume_size_in_gb: ::Integer }? }, - ]? + ]?, + on_start_deep_health_checks: Array[("InstanceStress" | "InstanceConnectivity")]? }, ], ?vpc_config: { @@ -724,7 +725,13 @@ module Aws key: ::String, value: ::String }, - ] + ], + ?orchestrator: { + eks: { + cluster_arn: ::String + } + }, + ?node_recovery: ("Automatic" | "None") ) -> _CreateClusterResponseSuccess | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateClusterResponseSuccess @@ -4889,6 +4896,8 @@ module Aws def failure_message: () -> ::String def instance_groups: () -> ::Array[Types::ClusterInstanceGroupDetails] def vpc_config: () -> Types::VpcConfig + def orchestrator: () -> Types::ClusterOrchestrator + def node_recovery: () -> ("Automatic" | "None") end # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SageMaker/Client.html#describe_cluster-instance_method def describe_cluster: ( @@ -8075,9 +8084,11 @@ module Aws volume_size_in_gb: ::Integer }? }, - ]? + ]?, + on_start_deep_health_checks: Array[("InstanceStress" | "InstanceConnectivity")]? }, - ] + ], + ?node_recovery: ("Automatic" | "None") ) -> _UpdateClusterResponseSuccess | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateClusterResponseSuccess diff --git a/gems/aws-sdk-sagemaker/sig/types.rbs b/gems/aws-sdk-sagemaker/sig/types.rbs index 96c033d9775..888ea2dca99 100644 --- a/gems/aws-sdk-sagemaker/sig/types.rbs +++ b/gems/aws-sdk-sagemaker/sig/types.rbs @@ -710,6 +710,7 @@ module Aws::SageMaker attr_accessor execution_role: ::String attr_accessor threads_per_core: ::Integer attr_accessor instance_storage_configs: ::Array[Types::ClusterInstanceStorageConfig] + attr_accessor on_start_deep_health_checks: ::Array[("InstanceStress" | "InstanceConnectivity")] SENSITIVE: [] end @@ -721,6 +722,7 @@ module Aws::SageMaker attr_accessor execution_role: ::String attr_accessor threads_per_core: ::Integer attr_accessor instance_storage_configs: ::Array[Types::ClusterInstanceStorageConfig] + attr_accessor on_start_deep_health_checks: ::Array[("InstanceStress" | "InstanceConnectivity")] SENSITIVE: [] end @@ -731,7 +733,7 @@ module Aws::SageMaker end class ClusterInstanceStatusDetails - attr_accessor status: ("Running" | "Failure" | "Pending" | "ShuttingDown" | "SystemUpdating") + attr_accessor status: ("Running" | "Failure" | "Pending" | "ShuttingDown" | "SystemUpdating" | "DeepHealthCheckInProgress") attr_accessor message: ::String SENSITIVE: [] end @@ -777,6 +779,16 @@ module Aws::SageMaker SENSITIVE: [] end + class ClusterOrchestrator + attr_accessor eks: Types::ClusterOrchestratorEksConfig + SENSITIVE: [] + end + + class ClusterOrchestratorEksConfig + attr_accessor cluster_arn: ::String + SENSITIVE: [] + end + class ClusterSummary attr_accessor cluster_arn: ::String attr_accessor cluster_name: ::String @@ -1048,6 +1060,8 @@ module Aws::SageMaker attr_accessor instance_groups: ::Array[Types::ClusterInstanceGroupSpecification] attr_accessor vpc_config: Types::VpcConfig attr_accessor tags: ::Array[Types::Tag] + attr_accessor orchestrator: Types::ClusterOrchestrator + attr_accessor node_recovery: ("Automatic" | "None") SENSITIVE: [] end @@ -2668,6 +2682,8 @@ module Aws::SageMaker attr_accessor failure_message: ::String attr_accessor instance_groups: ::Array[Types::ClusterInstanceGroupDetails] attr_accessor vpc_config: Types::VpcConfig + attr_accessor orchestrator: Types::ClusterOrchestrator + attr_accessor node_recovery: ("Automatic" | "None") SENSITIVE: [] end @@ -9337,6 +9353,7 @@ module Aws::SageMaker class UpdateClusterRequest attr_accessor cluster_name: ::String attr_accessor instance_groups: ::Array[Types::ClusterInstanceGroupSpecification] + attr_accessor node_recovery: ("Automatic" | "None") SENSITIVE: [] end diff --git a/gems/aws-sdk-sagemakerruntime/CHANGELOG.md b/gems/aws-sdk-sagemakerruntime/CHANGELOG.md index d223d0afbe5..fb6d5099f31 100644 --- a/gems/aws-sdk-sagemakerruntime/CHANGELOG.md +++ b/gems/aws-sdk-sagemakerruntime/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.70.0 (2024-09-09) +------------------ + +* Feature - AWS SageMaker Runtime feature: Add sticky routing to support stateful inference models. + 1.69.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-sagemakerruntime/VERSION b/gems/aws-sdk-sagemakerruntime/VERSION index 49349856550..832e9afb6c1 100644 --- a/gems/aws-sdk-sagemakerruntime/VERSION +++ b/gems/aws-sdk-sagemakerruntime/VERSION @@ -1 +1 @@ -1.69.0 +1.70.0 diff --git a/gems/aws-sdk-sagemakerruntime/lib/aws-sdk-sagemakerruntime.rb b/gems/aws-sdk-sagemakerruntime/lib/aws-sdk-sagemakerruntime.rb index 83e3b765003..9fa2f6768fc 100644 --- a/gems/aws-sdk-sagemakerruntime/lib/aws-sdk-sagemakerruntime.rb +++ b/gems/aws-sdk-sagemakerruntime/lib/aws-sdk-sagemakerruntime.rb @@ -53,6 +53,6 @@ # @!group service module Aws::SageMakerRuntime - GEM_VERSION = '1.69.0' + GEM_VERSION = '1.70.0' end diff --git a/gems/aws-sdk-sagemakerruntime/lib/aws-sdk-sagemakerruntime/client.rb b/gems/aws-sdk-sagemakerruntime/lib/aws-sdk-sagemakerruntime/client.rb index 36d35bb5dcb..22f0fe1d156 100644 --- a/gems/aws-sdk-sagemakerruntime/lib/aws-sdk-sagemakerruntime/client.rb +++ b/gems/aws-sdk-sagemakerruntime/lib/aws-sdk-sagemakerruntime/client.rb @@ -577,12 +577,31 @@ def initialize(*args) # If the endpoint hosts one or more inference components, this parameter # specifies the name of inference component to invoke. # + # @option params [String] :session_id + # Creates a stateful session or identifies an existing one. You can do + # one of the following: + # + # * Create a stateful session by specifying the value `NEW_SESSION`. + # + # * Send your request to an existing stateful session by specifying the + # ID of that session. + # + # With a stateful session, you can send multiple requests to a stateful + # model. When you create a session with a stateful model, the model must + # create the session ID and set the expiration time. The model must also + # provide that information in the response to your request. You can get + # the ID and timestamp from the `NewSessionId` response parameter. For + # any subsequent request where you specify that session ID, SageMaker + # routes the request to the same instance that supports the session. + # # @return [Types::InvokeEndpointOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods: # # * {Types::InvokeEndpointOutput#body #body} => String # * {Types::InvokeEndpointOutput#content_type #content_type} => String # * {Types::InvokeEndpointOutput#invoked_production_variant #invoked_production_variant} => String # * {Types::InvokeEndpointOutput#custom_attributes #custom_attributes} => String + # * {Types::InvokeEndpointOutput#new_session_id #new_session_id} => String + # * {Types::InvokeEndpointOutput#closed_session_id #closed_session_id} => String # # @example Request syntax with placeholder values # @@ -598,6 +617,7 @@ def initialize(*args) # inference_id: "InferenceId", # enable_explanations: "EnableExplanationsHeader", # inference_component_name: "InferenceComponentHeader", + # session_id: "SessionIdOrNewSessionConstantHeader", # }) # # @example Response structure @@ -606,6 +626,8 @@ def initialize(*args) # resp.content_type #=> String # resp.invoked_production_variant #=> String # resp.custom_attributes #=> String + # resp.new_session_id #=> String + # resp.closed_session_id #=> String # # @see http://docs.aws.amazon.com/goto/WebAPI/runtime.sagemaker-2017-05-13/InvokeEndpoint AWS API Documentation # @@ -843,6 +865,16 @@ def invoke_endpoint_async(params = {}, options = {}) # specifies the name of inference component to invoke for a streaming # response. # + # @option params [String] :session_id + # The ID of a stateful session to handle your request. + # + # You can't create a stateful session by using the + # `InvokeEndpointWithResponseStream` action. Instead, you can create one + # by using the ` InvokeEndpoint ` action. In your request, you specify + # `NEW_SESSION` for the `SessionId` request parameter. The response to + # that request provides the session ID for the `NewSessionId` response + # parameter. + # # @return [Types::InvokeEndpointWithResponseStreamOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods: # # * {Types::InvokeEndpointWithResponseStreamOutput#body #body} => Types::ResponseStream @@ -963,6 +995,7 @@ def invoke_endpoint_async(params = {}, options = {}) # target_container_hostname: "TargetContainerHostnameHeader", # inference_id: "InferenceId", # inference_component_name: "InferenceComponentHeader", + # session_id: "SessionIdHeader", # }) # # @example Response structure @@ -1030,7 +1063,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-sagemakerruntime' - context[:gem_version] = '1.69.0' + context[:gem_version] = '1.70.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-sagemakerruntime/lib/aws-sdk-sagemakerruntime/client_api.rb b/gems/aws-sdk-sagemakerruntime/lib/aws-sdk-sagemakerruntime/client_api.rb index 1fd16b743b3..d6b029d5a51 100644 --- a/gems/aws-sdk-sagemakerruntime/lib/aws-sdk-sagemakerruntime/client_api.rb +++ b/gems/aws-sdk-sagemakerruntime/lib/aws-sdk-sagemakerruntime/client_api.rb @@ -37,11 +37,14 @@ module ClientApi ModelError = Shapes::StructureShape.new(name: 'ModelError') ModelNotReadyException = Shapes::StructureShape.new(name: 'ModelNotReadyException') ModelStreamError = Shapes::StructureShape.new(name: 'ModelStreamError') + NewSessionResponseHeader = Shapes::StringShape.new(name: 'NewSessionResponseHeader') PartBlob = Shapes::BlobShape.new(name: 'PartBlob') PayloadPart = Shapes::StructureShape.new(name: 'PayloadPart') RequestTTLSecondsHeader = Shapes::IntegerShape.new(name: 'RequestTTLSecondsHeader') ResponseStream = Shapes::StructureShape.new(name: 'ResponseStream') ServiceUnavailable = Shapes::StructureShape.new(name: 'ServiceUnavailable') + SessionIdHeader = Shapes::StringShape.new(name: 'SessionIdHeader') + SessionIdOrNewSessionConstantHeader = Shapes::StringShape.new(name: 'SessionIdOrNewSessionConstantHeader') StatusCode = Shapes::IntegerShape.new(name: 'StatusCode') TargetContainerHostnameHeader = Shapes::StringShape.new(name: 'TargetContainerHostnameHeader') TargetModelHeader = Shapes::StringShape.new(name: 'TargetModelHeader') @@ -83,6 +86,7 @@ module ClientApi InvokeEndpointInput.add_member(:inference_id, Shapes::ShapeRef.new(shape: InferenceId, location: "header", location_name: "X-Amzn-SageMaker-Inference-Id")) InvokeEndpointInput.add_member(:enable_explanations, Shapes::ShapeRef.new(shape: EnableExplanationsHeader, location: "header", location_name: "X-Amzn-SageMaker-Enable-Explanations")) InvokeEndpointInput.add_member(:inference_component_name, Shapes::ShapeRef.new(shape: InferenceComponentHeader, location: "header", location_name: "X-Amzn-SageMaker-Inference-Component")) + InvokeEndpointInput.add_member(:session_id, Shapes::ShapeRef.new(shape: SessionIdOrNewSessionConstantHeader, location: "header", location_name: "X-Amzn-SageMaker-Session-Id")) InvokeEndpointInput.struct_class = Types::InvokeEndpointInput InvokeEndpointInput[:payload] = :body InvokeEndpointInput[:payload_member] = InvokeEndpointInput.member(:body) @@ -91,6 +95,8 @@ module ClientApi InvokeEndpointOutput.add_member(:content_type, Shapes::ShapeRef.new(shape: Header, location: "header", location_name: "Content-Type")) InvokeEndpointOutput.add_member(:invoked_production_variant, Shapes::ShapeRef.new(shape: Header, location: "header", location_name: "x-Amzn-Invoked-Production-Variant")) InvokeEndpointOutput.add_member(:custom_attributes, Shapes::ShapeRef.new(shape: CustomAttributesHeader, location: "header", location_name: "X-Amzn-SageMaker-Custom-Attributes")) + InvokeEndpointOutput.add_member(:new_session_id, Shapes::ShapeRef.new(shape: NewSessionResponseHeader, location: "header", location_name: "X-Amzn-SageMaker-New-Session-Id")) + InvokeEndpointOutput.add_member(:closed_session_id, Shapes::ShapeRef.new(shape: SessionIdHeader, location: "header", location_name: "X-Amzn-SageMaker-Closed-Session-Id")) InvokeEndpointOutput.struct_class = Types::InvokeEndpointOutput InvokeEndpointOutput[:payload] = :body InvokeEndpointOutput[:payload_member] = InvokeEndpointOutput.member(:body) @@ -104,6 +110,7 @@ module ClientApi InvokeEndpointWithResponseStreamInput.add_member(:target_container_hostname, Shapes::ShapeRef.new(shape: TargetContainerHostnameHeader, location: "header", location_name: "X-Amzn-SageMaker-Target-Container-Hostname")) InvokeEndpointWithResponseStreamInput.add_member(:inference_id, Shapes::ShapeRef.new(shape: InferenceId, location: "header", location_name: "X-Amzn-SageMaker-Inference-Id")) InvokeEndpointWithResponseStreamInput.add_member(:inference_component_name, Shapes::ShapeRef.new(shape: InferenceComponentHeader, location: "header", location_name: "X-Amzn-SageMaker-Inference-Component")) + InvokeEndpointWithResponseStreamInput.add_member(:session_id, Shapes::ShapeRef.new(shape: SessionIdHeader, location: "header", location_name: "X-Amzn-SageMaker-Session-Id")) InvokeEndpointWithResponseStreamInput.struct_class = Types::InvokeEndpointWithResponseStreamInput InvokeEndpointWithResponseStreamInput[:payload] = :body InvokeEndpointWithResponseStreamInput[:payload_member] = InvokeEndpointWithResponseStreamInput.member(:body) diff --git a/gems/aws-sdk-sagemakerruntime/lib/aws-sdk-sagemakerruntime/types.rb b/gems/aws-sdk-sagemakerruntime/lib/aws-sdk-sagemakerruntime/types.rb index 597e27b5445..9067746f43f 100644 --- a/gems/aws-sdk-sagemakerruntime/lib/aws-sdk-sagemakerruntime/types.rb +++ b/gems/aws-sdk-sagemakerruntime/lib/aws-sdk-sagemakerruntime/types.rb @@ -262,6 +262,25 @@ class InvokeEndpointAsyncOutput < Struct.new( # parameter specifies the name of inference component to invoke. # @return [String] # + # @!attribute [rw] session_id + # Creates a stateful session or identifies an existing one. You can do + # one of the following: + # + # * Create a stateful session by specifying the value `NEW_SESSION`. + # + # * Send your request to an existing stateful session by specifying + # the ID of that session. + # + # With a stateful session, you can send multiple requests to a + # stateful model. When you create a session with a stateful model, the + # model must create the session ID and set the expiration time. The + # model must also provide that information in the response to your + # request. You can get the ID and timestamp from the `NewSessionId` + # response parameter. For any subsequent request where you specify + # that session ID, SageMaker routes the request to the same instance + # that supports the session. + # @return [String] + # # @see http://docs.aws.amazon.com/goto/WebAPI/runtime.sagemaker-2017-05-13/InvokeEndpointInput AWS API Documentation # class InvokeEndpointInput < Struct.new( @@ -275,7 +294,8 @@ class InvokeEndpointInput < Struct.new( :target_container_hostname, :inference_id, :enable_explanations, - :inference_component_name) + :inference_component_name, + :session_id) SENSITIVE = [:body, :custom_attributes] include Aws::Structure end @@ -331,13 +351,25 @@ class InvokeEndpointInput < Struct.new( # [1]: https://tools.ietf.org/html/rfc7230#section-3.2.6 # @return [String] # + # @!attribute [rw] new_session_id + # If you created a stateful session with your request, the ID and + # expiration time that the model assigns to that session. + # @return [String] + # + # @!attribute [rw] closed_session_id + # If you closed a stateful session with your request, the ID of that + # session. + # @return [String] + # # @see http://docs.aws.amazon.com/goto/WebAPI/runtime.sagemaker-2017-05-13/InvokeEndpointOutput AWS API Documentation # class InvokeEndpointOutput < Struct.new( :body, :content_type, :invoked_production_variant, - :custom_attributes) + :custom_attributes, + :new_session_id, + :closed_session_id) SENSITIVE = [:body, :custom_attributes] include Aws::Structure end @@ -429,6 +461,17 @@ class InvokeEndpointOutput < Struct.new( # streaming response. # @return [String] # + # @!attribute [rw] session_id + # The ID of a stateful session to handle your request. + # + # You can't create a stateful session by using the + # `InvokeEndpointWithResponseStream` action. Instead, you can create + # one by using the ` InvokeEndpoint ` action. In your request, you + # specify `NEW_SESSION` for the `SessionId` request parameter. The + # response to that request provides the session ID for the + # `NewSessionId` response parameter. + # @return [String] + # # @see http://docs.aws.amazon.com/goto/WebAPI/runtime.sagemaker-2017-05-13/InvokeEndpointWithResponseStreamInput AWS API Documentation # class InvokeEndpointWithResponseStreamInput < Struct.new( @@ -440,7 +483,8 @@ class InvokeEndpointWithResponseStreamInput < Struct.new( :target_variant, :target_container_hostname, :inference_id, - :inference_component_name) + :inference_component_name, + :session_id) SENSITIVE = [:body, :custom_attributes] include Aws::Structure end diff --git a/gems/aws-sdk-sagemakerruntime/sig/client.rbs b/gems/aws-sdk-sagemakerruntime/sig/client.rbs index fbe81d0d9d5..bf8f8d7c8b0 100644 --- a/gems/aws-sdk-sagemakerruntime/sig/client.rbs +++ b/gems/aws-sdk-sagemakerruntime/sig/client.rbs @@ -83,6 +83,8 @@ module Aws def content_type: () -> ::String def invoked_production_variant: () -> ::String def custom_attributes: () -> ::String + def new_session_id: () -> ::String + def closed_session_id: () -> ::String end # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SageMakerRuntime/Client.html#invoke_endpoint-instance_method def invoke_endpoint: ( @@ -96,7 +98,8 @@ module Aws ?target_container_hostname: ::String, ?inference_id: ::String, ?enable_explanations: ::String, - ?inference_component_name: ::String + ?inference_component_name: ::String, + ?session_id: ::String ) -> _InvokeEndpointResponseSuccess | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _InvokeEndpointResponseSuccess @@ -136,7 +139,8 @@ module Aws ?target_variant: ::String, ?target_container_hostname: ::String, ?inference_id: ::String, - ?inference_component_name: ::String + ?inference_component_name: ::String, + ?session_id: ::String ) ?{ (*untyped) -> void } -> _InvokeEndpointWithResponseStreamResponseSuccess | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) ?{ (*untyped) -> void } -> _InvokeEndpointWithResponseStreamResponseSuccess end diff --git a/gems/aws-sdk-sagemakerruntime/sig/types.rbs b/gems/aws-sdk-sagemakerruntime/sig/types.rbs index 24a58b9f794..706c87c7a3b 100644 --- a/gems/aws-sdk-sagemakerruntime/sig/types.rbs +++ b/gems/aws-sdk-sagemakerruntime/sig/types.rbs @@ -55,6 +55,7 @@ module Aws::SageMakerRuntime attr_accessor inference_id: ::String attr_accessor enable_explanations: ::String attr_accessor inference_component_name: ::String + attr_accessor session_id: ::String SENSITIVE: [:body, :custom_attributes] end @@ -63,6 +64,8 @@ module Aws::SageMakerRuntime attr_accessor content_type: ::String attr_accessor invoked_production_variant: ::String attr_accessor custom_attributes: ::String + attr_accessor new_session_id: ::String + attr_accessor closed_session_id: ::String SENSITIVE: [:body, :custom_attributes] end @@ -76,6 +79,7 @@ module Aws::SageMakerRuntime attr_accessor target_container_hostname: ::String attr_accessor inference_id: ::String attr_accessor inference_component_name: ::String + attr_accessor session_id: ::String SENSITIVE: [:body, :custom_attributes] end From 804ab42ef0d57a54a595dda13ef7644e034eef9e Mon Sep 17 00:00:00 2001 From: Alex Woods Date: Mon, 9 Sep 2024 13:45:01 -0700 Subject: [PATCH 3/5] Add support for Http client cert and key to support mTLS (#3100) --- gems/aws-sdk-core/CHANGELOG.md | 2 ++ .../lib/seahorse/client/net_http/connection_pool.rb | 10 ++++++++-- .../lib/seahorse/client/plugins/net_http.rb | 9 +++++++++ .../spec/seahorse/client/plugins/net_http_spec.rb | 8 ++++++++ 4 files changed, 27 insertions(+), 2 deletions(-) diff --git a/gems/aws-sdk-core/CHANGELOG.md b/gems/aws-sdk-core/CHANGELOG.md index 67f220208fa..3b8a970d019 100644 --- a/gems/aws-sdk-core/CHANGELOG.md +++ b/gems/aws-sdk-core/CHANGELOG.md @@ -1,6 +1,8 @@ Unreleased Changes ------------------ +* Issue - Add support for `ssl_cert` and `ssl_key` configuration options to support mTLS. + 3.203.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-core/lib/seahorse/client/net_http/connection_pool.rb b/gems/aws-sdk-core/lib/seahorse/client/net_http/connection_pool.rb index a777b561817..e6285ce8a29 100644 --- a/gems/aws-sdk-core/lib/seahorse/client/net_http/connection_pool.rb +++ b/gems/aws-sdk-core/lib/seahorse/client/net_http/connection_pool.rb @@ -34,7 +34,9 @@ class ConnectionPool ssl_ca_bundle: nil, ssl_ca_directory: nil, ssl_ca_store: nil, - ssl_timeout: nil + ssl_timeout: nil, + ssl_cert: nil, + ssl_key: nil } # @api private @@ -246,7 +248,9 @@ def pool_options options :ssl_ca_bundle => options[:ssl_ca_bundle], :ssl_ca_directory => options[:ssl_ca_directory], :ssl_ca_store => options[:ssl_ca_store], - :ssl_timeout => options[:ssl_timeout] + :ssl_timeout => options[:ssl_timeout], + :ssl_cert => options[:ssl_cert], + :ssl_key => options[:ssl_key] } end @@ -291,6 +295,8 @@ def start_session endpoint http.ca_file = ssl_ca_bundle if ssl_ca_bundle http.ca_path = ssl_ca_directory if ssl_ca_directory http.cert_store = ssl_ca_store if ssl_ca_store + http.cert = ssl_cert if ssl_cert + http.key = ssl_key if ssl_key else http.verify_mode = OpenSSL::SSL::VERIFY_NONE end diff --git a/gems/aws-sdk-core/lib/seahorse/client/plugins/net_http.rb b/gems/aws-sdk-core/lib/seahorse/client/plugins/net_http.rb index 75b122f9eb7..7b36300be02 100644 --- a/gems/aws-sdk-core/lib/seahorse/client/plugins/net_http.rb +++ b/gems/aws-sdk-core/lib/seahorse/client/plugins/net_http.rb @@ -70,6 +70,15 @@ class NetHttp < Plugin resolve_ssl_timeout(cfg) end + option(:ssl_cert, default: nil, doc_type: OpenSSL::X509::Certificate, docstring: <<-DOCS) +Sets a client certificate when creating http connections. + DOCS + + + option(:ssl_key, default: nil, doc_type: OpenSSL::PKey, docstring: <<-DOCS) +Sets a client key when creating http connections. + DOCS + option(:logger) # for backwards compat handler(Client::NetHttp::Handler, step: :send) diff --git a/gems/aws-sdk-core/spec/seahorse/client/plugins/net_http_spec.rb b/gems/aws-sdk-core/spec/seahorse/client/plugins/net_http_spec.rb index 9258789e7b0..6ebb5e4a046 100644 --- a/gems/aws-sdk-core/spec/seahorse/client/plugins/net_http_spec.rb +++ b/gems/aws-sdk-core/spec/seahorse/client/plugins/net_http_spec.rb @@ -102,6 +102,14 @@ module Plugins it 'adds a :ssl_ca_store option without default' do expect(config.ssl_ca_store).to eq(nil) end + + it 'adds a :ssl_cert option with no default' do + expect(config.ssl_cert).to eq(nil) + end + + it 'adds a :ssl_key option with no default' do + expect(config.ssl_key).to eq(nil) + end end describe '#add_handlers' do From 2745b550b7236f649e6c9e8d03d349753dca4165 Mon Sep 17 00:00:00 2001 From: AWS SDK For Ruby Date: Tue, 10 Sep 2024 18:26:05 +0000 Subject: [PATCH 4/5] Updated API models and rebuilt service gems. --- apis/chime-sdk-voice/2022-08-03/docs-2.json | 8 +- apis/cognito-identity/2014-06-30/api-2.json | 13 +- apis/pipes/2015-10-07/api-2.json | 16 +- apis/pipes/2015-10-07/docs-2.json | 14 +- apis/securityhub/2018-10-26/docs-2.json | 16 +- gems/aws-partitions/CHANGELOG.md | 5 + gems/aws-partitions/VERSION | 2 +- gems/aws-partitions/partitions.json | 163 ++++++++++++++++-- gems/aws-sdk-accessanalyzer/CHANGELOG.md | 5 + gems/aws-sdk-accessanalyzer/VERSION | 2 +- .../lib/aws-sdk-accessanalyzer.rb | 2 +- .../lib/aws-sdk-accessanalyzer/client.rb | 8 +- gems/aws-sdk-account/CHANGELOG.md | 5 + gems/aws-sdk-account/VERSION | 2 +- gems/aws-sdk-account/lib/aws-sdk-account.rb | 2 +- .../lib/aws-sdk-account/client.rb | 8 +- gems/aws-sdk-acm/CHANGELOG.md | 5 + gems/aws-sdk-acm/VERSION | 2 +- gems/aws-sdk-acm/lib/aws-sdk-acm.rb | 2 +- gems/aws-sdk-acm/lib/aws-sdk-acm/client.rb | 8 +- gems/aws-sdk-acmpca/CHANGELOG.md | 5 + gems/aws-sdk-acmpca/VERSION | 2 +- gems/aws-sdk-acmpca/lib/aws-sdk-acmpca.rb | 2 +- .../lib/aws-sdk-acmpca/client.rb | 8 +- gems/aws-sdk-amplify/CHANGELOG.md | 5 + gems/aws-sdk-amplify/VERSION | 2 +- gems/aws-sdk-amplify/lib/aws-sdk-amplify.rb | 2 +- .../lib/aws-sdk-amplify/client.rb | 8 +- gems/aws-sdk-amplifybackend/CHANGELOG.md | 5 + gems/aws-sdk-amplifybackend/VERSION | 2 +- .../lib/aws-sdk-amplifybackend.rb | 2 +- .../lib/aws-sdk-amplifybackend/client.rb | 8 +- gems/aws-sdk-amplifyuibuilder/CHANGELOG.md | 5 + gems/aws-sdk-amplifyuibuilder/VERSION | 2 +- .../lib/aws-sdk-amplifyuibuilder.rb | 2 +- .../lib/aws-sdk-amplifyuibuilder/client.rb | 8 +- gems/aws-sdk-apigateway/CHANGELOG.md | 5 + gems/aws-sdk-apigateway/VERSION | 2 +- .../lib/aws-sdk-apigateway.rb | 2 +- .../lib/aws-sdk-apigateway/client.rb | 8 +- .../CHANGELOG.md | 5 + gems/aws-sdk-apigatewaymanagementapi/VERSION | 2 +- .../lib/aws-sdk-apigatewaymanagementapi.rb | 2 +- .../aws-sdk-apigatewaymanagementapi/client.rb | 8 +- gems/aws-sdk-apigatewayv2/CHANGELOG.md | 5 + gems/aws-sdk-apigatewayv2/VERSION | 2 +- .../lib/aws-sdk-apigatewayv2.rb | 2 +- .../lib/aws-sdk-apigatewayv2/client.rb | 8 +- gems/aws-sdk-appconfig/CHANGELOG.md | 5 + gems/aws-sdk-appconfig/VERSION | 2 +- .../lib/aws-sdk-appconfig.rb | 2 +- .../lib/aws-sdk-appconfig/client.rb | 8 +- gems/aws-sdk-appconfigdata/CHANGELOG.md | 5 + gems/aws-sdk-appconfigdata/VERSION | 2 +- .../lib/aws-sdk-appconfigdata.rb | 2 +- .../lib/aws-sdk-appconfigdata/client.rb | 8 +- gems/aws-sdk-appfabric/CHANGELOG.md | 5 + gems/aws-sdk-appfabric/VERSION | 2 +- .../lib/aws-sdk-appfabric.rb | 2 +- .../lib/aws-sdk-appfabric/client.rb | 8 +- gems/aws-sdk-appflow/CHANGELOG.md | 5 + gems/aws-sdk-appflow/VERSION | 2 +- gems/aws-sdk-appflow/lib/aws-sdk-appflow.rb | 2 +- .../lib/aws-sdk-appflow/client.rb | 8 +- .../CHANGELOG.md | 5 + gems/aws-sdk-appintegrationsservice/VERSION | 2 +- .../lib/aws-sdk-appintegrationsservice.rb | 2 +- .../aws-sdk-appintegrationsservice/client.rb | 8 +- .../CHANGELOG.md | 5 + gems/aws-sdk-applicationautoscaling/VERSION | 2 +- .../lib/aws-sdk-applicationautoscaling.rb | 2 +- .../aws-sdk-applicationautoscaling/client.rb | 8 +- .../CHANGELOG.md | 5 + gems/aws-sdk-applicationcostprofiler/VERSION | 2 +- .../lib/aws-sdk-applicationcostprofiler.rb | 2 +- .../aws-sdk-applicationcostprofiler/client.rb | 8 +- .../CHANGELOG.md | 5 + .../VERSION | 2 +- .../aws-sdk-applicationdiscoveryservice.rb | 2 +- .../client.rb | 8 +- gems/aws-sdk-applicationinsights/CHANGELOG.md | 5 + gems/aws-sdk-applicationinsights/VERSION | 2 +- .../lib/aws-sdk-applicationinsights.rb | 2 +- .../lib/aws-sdk-applicationinsights/client.rb | 8 +- gems/aws-sdk-applicationsignals/CHANGELOG.md | 5 + gems/aws-sdk-applicationsignals/VERSION | 2 +- .../lib/aws-sdk-applicationsignals.rb | 2 +- .../lib/aws-sdk-applicationsignals/client.rb | 8 +- gems/aws-sdk-appmesh/CHANGELOG.md | 5 + gems/aws-sdk-appmesh/VERSION | 2 +- gems/aws-sdk-appmesh/lib/aws-sdk-appmesh.rb | 2 +- .../lib/aws-sdk-appmesh/client.rb | 8 +- gems/aws-sdk-appregistry/CHANGELOG.md | 5 + gems/aws-sdk-appregistry/VERSION | 2 +- .../lib/aws-sdk-appregistry.rb | 2 +- .../lib/aws-sdk-appregistry/client.rb | 8 +- gems/aws-sdk-apprunner/CHANGELOG.md | 5 + gems/aws-sdk-apprunner/VERSION | 2 +- .../lib/aws-sdk-apprunner.rb | 2 +- .../lib/aws-sdk-apprunner/client.rb | 8 +- gems/aws-sdk-appstream/CHANGELOG.md | 5 + gems/aws-sdk-appstream/VERSION | 2 +- .../lib/aws-sdk-appstream.rb | 2 +- .../lib/aws-sdk-appstream/client.rb | 8 +- gems/aws-sdk-appsync/CHANGELOG.md | 5 + gems/aws-sdk-appsync/VERSION | 2 +- gems/aws-sdk-appsync/lib/aws-sdk-appsync.rb | 2 +- .../lib/aws-sdk-appsync/client.rb | 8 +- gems/aws-sdk-apptest/CHANGELOG.md | 5 + gems/aws-sdk-apptest/VERSION | 2 +- gems/aws-sdk-apptest/lib/aws-sdk-apptest.rb | 2 +- .../lib/aws-sdk-apptest/client.rb | 8 +- gems/aws-sdk-arczonalshift/CHANGELOG.md | 5 + gems/aws-sdk-arczonalshift/VERSION | 2 +- .../lib/aws-sdk-arczonalshift.rb | 2 +- .../lib/aws-sdk-arczonalshift/client.rb | 8 +- gems/aws-sdk-artifact/CHANGELOG.md | 5 + gems/aws-sdk-artifact/VERSION | 2 +- gems/aws-sdk-artifact/lib/aws-sdk-artifact.rb | 2 +- .../lib/aws-sdk-artifact/client.rb | 8 +- gems/aws-sdk-athena/CHANGELOG.md | 5 + gems/aws-sdk-athena/VERSION | 2 +- gems/aws-sdk-athena/lib/aws-sdk-athena.rb | 2 +- .../lib/aws-sdk-athena/client.rb | 8 +- gems/aws-sdk-auditmanager/CHANGELOG.md | 5 + gems/aws-sdk-auditmanager/VERSION | 2 +- .../lib/aws-sdk-auditmanager.rb | 2 +- .../lib/aws-sdk-auditmanager/client.rb | 8 +- gems/aws-sdk-augmentedairuntime/CHANGELOG.md | 5 + gems/aws-sdk-augmentedairuntime/VERSION | 2 +- .../lib/aws-sdk-augmentedairuntime.rb | 2 +- .../lib/aws-sdk-augmentedairuntime/client.rb | 8 +- gems/aws-sdk-autoscaling/CHANGELOG.md | 5 + gems/aws-sdk-autoscaling/VERSION | 2 +- .../lib/aws-sdk-autoscaling.rb | 2 +- .../lib/aws-sdk-autoscaling/client.rb | 8 +- gems/aws-sdk-autoscalingplans/CHANGELOG.md | 5 + gems/aws-sdk-autoscalingplans/VERSION | 2 +- .../lib/aws-sdk-autoscalingplans.rb | 2 +- .../lib/aws-sdk-autoscalingplans/client.rb | 8 +- gems/aws-sdk-b2bi/CHANGELOG.md | 5 + gems/aws-sdk-b2bi/VERSION | 2 +- gems/aws-sdk-b2bi/lib/aws-sdk-b2bi.rb | 2 +- gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/client.rb | 8 +- gems/aws-sdk-backup/CHANGELOG.md | 5 + gems/aws-sdk-backup/VERSION | 2 +- gems/aws-sdk-backup/lib/aws-sdk-backup.rb | 2 +- .../lib/aws-sdk-backup/client.rb | 8 +- gems/aws-sdk-backupgateway/CHANGELOG.md | 5 + gems/aws-sdk-backupgateway/VERSION | 2 +- .../lib/aws-sdk-backupgateway.rb | 2 +- .../lib/aws-sdk-backupgateway/client.rb | 8 +- gems/aws-sdk-batch/CHANGELOG.md | 5 + gems/aws-sdk-batch/VERSION | 2 +- gems/aws-sdk-batch/lib/aws-sdk-batch.rb | 2 +- .../aws-sdk-batch/lib/aws-sdk-batch/client.rb | 8 +- gems/aws-sdk-bcmdataexports/CHANGELOG.md | 5 + gems/aws-sdk-bcmdataexports/VERSION | 2 +- .../lib/aws-sdk-bcmdataexports.rb | 2 +- .../lib/aws-sdk-bcmdataexports/client.rb | 8 +- gems/aws-sdk-bedrock/CHANGELOG.md | 5 + gems/aws-sdk-bedrock/VERSION | 2 +- gems/aws-sdk-bedrock/lib/aws-sdk-bedrock.rb | 2 +- .../lib/aws-sdk-bedrock/client.rb | 8 +- gems/aws-sdk-bedrockagent/CHANGELOG.md | 5 + gems/aws-sdk-bedrockagent/VERSION | 2 +- .../lib/aws-sdk-bedrockagent.rb | 2 +- .../lib/aws-sdk-bedrockagent/client.rb | 8 +- gems/aws-sdk-bedrockagentruntime/CHANGELOG.md | 5 + gems/aws-sdk-bedrockagentruntime/VERSION | 2 +- .../lib/aws-sdk-bedrockagentruntime.rb | 2 +- .../lib/aws-sdk-bedrockagentruntime/client.rb | 8 +- gems/aws-sdk-bedrockruntime/CHANGELOG.md | 5 + gems/aws-sdk-bedrockruntime/VERSION | 2 +- .../lib/aws-sdk-bedrockruntime.rb | 2 +- .../lib/aws-sdk-bedrockruntime/client.rb | 8 +- gems/aws-sdk-billingconductor/CHANGELOG.md | 5 + gems/aws-sdk-billingconductor/VERSION | 2 +- .../lib/aws-sdk-billingconductor.rb | 2 +- .../lib/aws-sdk-billingconductor/client.rb | 8 +- gems/aws-sdk-braket/CHANGELOG.md | 5 + gems/aws-sdk-braket/VERSION | 2 +- gems/aws-sdk-braket/lib/aws-sdk-braket.rb | 2 +- .../lib/aws-sdk-braket/client.rb | 8 +- gems/aws-sdk-budgets/CHANGELOG.md | 5 + gems/aws-sdk-budgets/VERSION | 2 +- gems/aws-sdk-budgets/lib/aws-sdk-budgets.rb | 2 +- .../lib/aws-sdk-budgets/client.rb | 8 +- gems/aws-sdk-chatbot/CHANGELOG.md | 5 + gems/aws-sdk-chatbot/VERSION | 2 +- gems/aws-sdk-chatbot/lib/aws-sdk-chatbot.rb | 2 +- .../lib/aws-sdk-chatbot/client.rb | 8 +- gems/aws-sdk-chime/CHANGELOG.md | 5 + gems/aws-sdk-chime/VERSION | 2 +- gems/aws-sdk-chime/lib/aws-sdk-chime.rb | 2 +- .../aws-sdk-chime/lib/aws-sdk-chime/client.rb | 8 +- gems/aws-sdk-chimesdkidentity/CHANGELOG.md | 5 + gems/aws-sdk-chimesdkidentity/VERSION | 2 +- .../lib/aws-sdk-chimesdkidentity.rb | 2 +- .../lib/aws-sdk-chimesdkidentity/client.rb | 8 +- .../CHANGELOG.md | 5 + gems/aws-sdk-chimesdkmediapipelines/VERSION | 2 +- .../lib/aws-sdk-chimesdkmediapipelines.rb | 2 +- .../aws-sdk-chimesdkmediapipelines/client.rb | 8 +- gems/aws-sdk-chimesdkmeetings/CHANGELOG.md | 5 + gems/aws-sdk-chimesdkmeetings/VERSION | 2 +- .../lib/aws-sdk-chimesdkmeetings.rb | 2 +- .../lib/aws-sdk-chimesdkmeetings/client.rb | 8 +- gems/aws-sdk-chimesdkmessaging/CHANGELOG.md | 5 + gems/aws-sdk-chimesdkmessaging/VERSION | 2 +- .../lib/aws-sdk-chimesdkmessaging.rb | 2 +- .../lib/aws-sdk-chimesdkmessaging/client.rb | 8 +- gems/aws-sdk-chimesdkvoice/CHANGELOG.md | 5 + gems/aws-sdk-chimesdkvoice/VERSION | 2 +- .../lib/aws-sdk-chimesdkvoice.rb | 2 +- .../lib/aws-sdk-chimesdkvoice/client.rb | 18 +- .../lib/aws-sdk-chimesdkvoice/types.rb | 28 ++- gems/aws-sdk-cleanrooms/CHANGELOG.md | 5 + gems/aws-sdk-cleanrooms/VERSION | 2 +- .../lib/aws-sdk-cleanrooms.rb | 2 +- .../lib/aws-sdk-cleanrooms/client.rb | 8 +- gems/aws-sdk-cleanroomsml/CHANGELOG.md | 5 + gems/aws-sdk-cleanroomsml/VERSION | 2 +- .../lib/aws-sdk-cleanroomsml.rb | 2 +- .../lib/aws-sdk-cleanroomsml/client.rb | 8 +- gems/aws-sdk-cloud9/CHANGELOG.md | 5 + gems/aws-sdk-cloud9/VERSION | 2 +- gems/aws-sdk-cloud9/lib/aws-sdk-cloud9.rb | 2 +- .../lib/aws-sdk-cloud9/client.rb | 8 +- gems/aws-sdk-cloudcontrolapi/CHANGELOG.md | 5 + gems/aws-sdk-cloudcontrolapi/VERSION | 2 +- .../lib/aws-sdk-cloudcontrolapi.rb | 2 +- .../lib/aws-sdk-cloudcontrolapi/client.rb | 8 +- gems/aws-sdk-clouddirectory/CHANGELOG.md | 5 + gems/aws-sdk-clouddirectory/VERSION | 2 +- .../lib/aws-sdk-clouddirectory.rb | 2 +- .../lib/aws-sdk-clouddirectory/client.rb | 8 +- gems/aws-sdk-cloudformation/CHANGELOG.md | 5 + gems/aws-sdk-cloudformation/VERSION | 2 +- .../lib/aws-sdk-cloudformation.rb | 2 +- .../lib/aws-sdk-cloudformation/client.rb | 8 +- gems/aws-sdk-cloudfront/CHANGELOG.md | 5 + gems/aws-sdk-cloudfront/VERSION | 2 +- .../lib/aws-sdk-cloudfront.rb | 2 +- .../lib/aws-sdk-cloudfront/client.rb | 8 +- .../CHANGELOG.md | 5 + gems/aws-sdk-cloudfrontkeyvaluestore/VERSION | 2 +- .../lib/aws-sdk-cloudfrontkeyvaluestore.rb | 2 +- .../aws-sdk-cloudfrontkeyvaluestore/client.rb | 8 +- gems/aws-sdk-cloudhsm/CHANGELOG.md | 5 + gems/aws-sdk-cloudhsm/VERSION | 2 +- gems/aws-sdk-cloudhsm/lib/aws-sdk-cloudhsm.rb | 2 +- .../lib/aws-sdk-cloudhsm/client.rb | 8 +- gems/aws-sdk-cloudhsmv2/CHANGELOG.md | 5 + gems/aws-sdk-cloudhsmv2/VERSION | 2 +- .../lib/aws-sdk-cloudhsmv2.rb | 2 +- .../lib/aws-sdk-cloudhsmv2/client.rb | 8 +- gems/aws-sdk-cloudsearch/CHANGELOG.md | 5 + gems/aws-sdk-cloudsearch/VERSION | 2 +- .../lib/aws-sdk-cloudsearch.rb | 2 +- .../lib/aws-sdk-cloudsearch/client.rb | 8 +- gems/aws-sdk-cloudsearchdomain/CHANGELOG.md | 5 + gems/aws-sdk-cloudsearchdomain/VERSION | 2 +- .../lib/aws-sdk-cloudsearchdomain.rb | 2 +- .../lib/aws-sdk-cloudsearchdomain/client.rb | 8 +- gems/aws-sdk-cloudtrail/CHANGELOG.md | 5 + gems/aws-sdk-cloudtrail/VERSION | 2 +- .../lib/aws-sdk-cloudtrail.rb | 2 +- .../lib/aws-sdk-cloudtrail/client.rb | 8 +- gems/aws-sdk-cloudtraildata/CHANGELOG.md | 5 + gems/aws-sdk-cloudtraildata/VERSION | 2 +- .../lib/aws-sdk-cloudtraildata.rb | 2 +- .../lib/aws-sdk-cloudtraildata/client.rb | 8 +- gems/aws-sdk-cloudwatch/CHANGELOG.md | 5 + gems/aws-sdk-cloudwatch/VERSION | 2 +- .../lib/aws-sdk-cloudwatch.rb | 2 +- .../lib/aws-sdk-cloudwatch/client.rb | 8 +- gems/aws-sdk-cloudwatchevents/CHANGELOG.md | 5 + gems/aws-sdk-cloudwatchevents/VERSION | 2 +- .../lib/aws-sdk-cloudwatchevents.rb | 2 +- .../lib/aws-sdk-cloudwatchevents/client.rb | 8 +- gems/aws-sdk-cloudwatchevidently/CHANGELOG.md | 5 + gems/aws-sdk-cloudwatchevidently/VERSION | 2 +- .../lib/aws-sdk-cloudwatchevidently.rb | 2 +- .../lib/aws-sdk-cloudwatchevidently/client.rb | 8 +- gems/aws-sdk-cloudwatchlogs/CHANGELOG.md | 5 + gems/aws-sdk-cloudwatchlogs/VERSION | 2 +- .../lib/aws-sdk-cloudwatchlogs.rb | 2 +- .../lib/aws-sdk-cloudwatchlogs/client.rb | 8 +- gems/aws-sdk-cloudwatchrum/CHANGELOG.md | 5 + gems/aws-sdk-cloudwatchrum/VERSION | 2 +- .../lib/aws-sdk-cloudwatchrum.rb | 2 +- .../lib/aws-sdk-cloudwatchrum/client.rb | 8 +- gems/aws-sdk-codeartifact/CHANGELOG.md | 5 + gems/aws-sdk-codeartifact/VERSION | 2 +- .../lib/aws-sdk-codeartifact.rb | 2 +- .../lib/aws-sdk-codeartifact/client.rb | 8 +- gems/aws-sdk-codebuild/CHANGELOG.md | 5 + gems/aws-sdk-codebuild/VERSION | 2 +- .../lib/aws-sdk-codebuild.rb | 2 +- .../lib/aws-sdk-codebuild/client.rb | 8 +- gems/aws-sdk-codecatalyst/CHANGELOG.md | 5 + gems/aws-sdk-codecatalyst/VERSION | 2 +- .../lib/aws-sdk-codecatalyst.rb | 2 +- .../lib/aws-sdk-codecatalyst/client.rb | 8 +- gems/aws-sdk-codecommit/CHANGELOG.md | 5 + gems/aws-sdk-codecommit/VERSION | 2 +- .../lib/aws-sdk-codecommit.rb | 2 +- .../lib/aws-sdk-codecommit/client.rb | 8 +- gems/aws-sdk-codeconnections/CHANGELOG.md | 5 + gems/aws-sdk-codeconnections/VERSION | 2 +- .../lib/aws-sdk-codeconnections.rb | 2 +- .../lib/aws-sdk-codeconnections/client.rb | 8 +- gems/aws-sdk-codedeploy/CHANGELOG.md | 5 + gems/aws-sdk-codedeploy/VERSION | 2 +- .../lib/aws-sdk-codedeploy.rb | 2 +- .../lib/aws-sdk-codedeploy/client.rb | 8 +- gems/aws-sdk-codeguruprofiler/CHANGELOG.md | 5 + gems/aws-sdk-codeguruprofiler/VERSION | 2 +- .../lib/aws-sdk-codeguruprofiler.rb | 2 +- .../lib/aws-sdk-codeguruprofiler/client.rb | 8 +- gems/aws-sdk-codegurureviewer/CHANGELOG.md | 5 + gems/aws-sdk-codegurureviewer/VERSION | 2 +- .../lib/aws-sdk-codegurureviewer.rb | 2 +- .../lib/aws-sdk-codegurureviewer/client.rb | 8 +- gems/aws-sdk-codegurusecurity/CHANGELOG.md | 5 + gems/aws-sdk-codegurusecurity/VERSION | 2 +- .../lib/aws-sdk-codegurusecurity.rb | 2 +- .../lib/aws-sdk-codegurusecurity/client.rb | 8 +- gems/aws-sdk-codepipeline/CHANGELOG.md | 5 + gems/aws-sdk-codepipeline/VERSION | 2 +- .../lib/aws-sdk-codepipeline.rb | 2 +- .../lib/aws-sdk-codepipeline/client.rb | 8 +- gems/aws-sdk-codestarconnections/CHANGELOG.md | 5 + gems/aws-sdk-codestarconnections/VERSION | 2 +- .../lib/aws-sdk-codestarconnections.rb | 2 +- .../lib/aws-sdk-codestarconnections/client.rb | 8 +- .../CHANGELOG.md | 5 + gems/aws-sdk-codestarnotifications/VERSION | 2 +- .../lib/aws-sdk-codestarnotifications.rb | 2 +- .../aws-sdk-codestarnotifications/client.rb | 8 +- gems/aws-sdk-cognitoidentity/CHANGELOG.md | 5 + gems/aws-sdk-cognitoidentity/VERSION | 2 +- .../lib/aws-sdk-cognitoidentity.rb | 2 +- .../lib/aws-sdk-cognitoidentity/client.rb | 8 +- .../lib/aws-sdk-cognitoidentity/types.rb | 16 +- gems/aws-sdk-cognitoidentity/sig/types.rbs | 6 +- .../CHANGELOG.md | 5 + gems/aws-sdk-cognitoidentityprovider/VERSION | 2 +- .../lib/aws-sdk-cognitoidentityprovider.rb | 2 +- .../aws-sdk-cognitoidentityprovider/client.rb | 8 +- gems/aws-sdk-cognitosync/CHANGELOG.md | 5 + gems/aws-sdk-cognitosync/VERSION | 2 +- .../lib/aws-sdk-cognitosync.rb | 2 +- .../lib/aws-sdk-cognitosync/client.rb | 8 +- gems/aws-sdk-comprehend/CHANGELOG.md | 5 + gems/aws-sdk-comprehend/VERSION | 2 +- .../lib/aws-sdk-comprehend.rb | 2 +- .../lib/aws-sdk-comprehend/client.rb | 8 +- gems/aws-sdk-comprehendmedical/CHANGELOG.md | 5 + gems/aws-sdk-comprehendmedical/VERSION | 2 +- .../lib/aws-sdk-comprehendmedical.rb | 2 +- .../lib/aws-sdk-comprehendmedical/client.rb | 8 +- gems/aws-sdk-computeoptimizer/CHANGELOG.md | 5 + gems/aws-sdk-computeoptimizer/VERSION | 2 +- .../lib/aws-sdk-computeoptimizer.rb | 2 +- .../lib/aws-sdk-computeoptimizer/client.rb | 8 +- gems/aws-sdk-configservice/CHANGELOG.md | 5 + gems/aws-sdk-configservice/VERSION | 2 +- .../lib/aws-sdk-configservice.rb | 2 +- .../lib/aws-sdk-configservice/client.rb | 8 +- gems/aws-sdk-connect/CHANGELOG.md | 5 + gems/aws-sdk-connect/VERSION | 2 +- gems/aws-sdk-connect/lib/aws-sdk-connect.rb | 2 +- .../lib/aws-sdk-connect/client.rb | 8 +- .../CHANGELOG.md | 5 + gems/aws-sdk-connectcampaignservice/VERSION | 2 +- .../lib/aws-sdk-connectcampaignservice.rb | 2 +- .../aws-sdk-connectcampaignservice/client.rb | 8 +- gems/aws-sdk-connectcases/CHANGELOG.md | 5 + gems/aws-sdk-connectcases/VERSION | 2 +- .../lib/aws-sdk-connectcases.rb | 2 +- .../lib/aws-sdk-connectcases/client.rb | 8 +- gems/aws-sdk-connectcontactlens/CHANGELOG.md | 5 + gems/aws-sdk-connectcontactlens/VERSION | 2 +- .../lib/aws-sdk-connectcontactlens.rb | 2 +- .../lib/aws-sdk-connectcontactlens/client.rb | 8 +- gems/aws-sdk-connectparticipant/CHANGELOG.md | 5 + gems/aws-sdk-connectparticipant/VERSION | 2 +- .../lib/aws-sdk-connectparticipant.rb | 2 +- .../lib/aws-sdk-connectparticipant/client.rb | 8 +- .../aws-sdk-connectwisdomservice/CHANGELOG.md | 5 + gems/aws-sdk-connectwisdomservice/VERSION | 2 +- .../lib/aws-sdk-connectwisdomservice.rb | 2 +- .../aws-sdk-connectwisdomservice/client.rb | 8 +- gems/aws-sdk-controlcatalog/CHANGELOG.md | 5 + gems/aws-sdk-controlcatalog/VERSION | 2 +- .../lib/aws-sdk-controlcatalog.rb | 2 +- .../lib/aws-sdk-controlcatalog/client.rb | 8 +- gems/aws-sdk-controltower/CHANGELOG.md | 5 + gems/aws-sdk-controltower/VERSION | 2 +- .../lib/aws-sdk-controltower.rb | 2 +- .../lib/aws-sdk-controltower/client.rb | 8 +- gems/aws-sdk-core/CHANGELOG.md | 9 + gems/aws-sdk-core/VERSION | 2 +- gems/aws-sdk-core/lib/aws-sdk-sso.rb | 2 +- gems/aws-sdk-core/lib/aws-sdk-sso/client.rb | 8 +- gems/aws-sdk-core/lib/aws-sdk-ssooidc.rb | 2 +- .../lib/aws-sdk-ssooidc/client.rb | 8 +- gems/aws-sdk-core/lib/aws-sdk-sts.rb | 2 +- gems/aws-sdk-core/lib/aws-sdk-sts/client.rb | 8 +- .../CHANGELOG.md | 5 + .../aws-sdk-costandusagereportservice/VERSION | 2 +- .../lib/aws-sdk-costandusagereportservice.rb | 2 +- .../client.rb | 8 +- gems/aws-sdk-costexplorer/CHANGELOG.md | 5 + gems/aws-sdk-costexplorer/VERSION | 2 +- .../lib/aws-sdk-costexplorer.rb | 2 +- .../lib/aws-sdk-costexplorer/client.rb | 8 +- gems/aws-sdk-costoptimizationhub/CHANGELOG.md | 5 + gems/aws-sdk-costoptimizationhub/VERSION | 2 +- .../lib/aws-sdk-costoptimizationhub.rb | 2 +- .../lib/aws-sdk-costoptimizationhub/client.rb | 8 +- gems/aws-sdk-customerprofiles/CHANGELOG.md | 5 + gems/aws-sdk-customerprofiles/VERSION | 2 +- .../lib/aws-sdk-customerprofiles.rb | 2 +- .../lib/aws-sdk-customerprofiles/client.rb | 8 +- .../CHANGELOG.md | 5 + gems/aws-sdk-databasemigrationservice/VERSION | 2 +- .../lib/aws-sdk-databasemigrationservice.rb | 2 +- .../client.rb | 8 +- gems/aws-sdk-dataexchange/CHANGELOG.md | 5 + gems/aws-sdk-dataexchange/VERSION | 2 +- .../lib/aws-sdk-dataexchange.rb | 2 +- .../lib/aws-sdk-dataexchange/client.rb | 8 +- gems/aws-sdk-datapipeline/CHANGELOG.md | 5 + gems/aws-sdk-datapipeline/VERSION | 2 +- .../lib/aws-sdk-datapipeline.rb | 2 +- .../lib/aws-sdk-datapipeline/client.rb | 8 +- gems/aws-sdk-datasync/CHANGELOG.md | 5 + gems/aws-sdk-datasync/VERSION | 2 +- gems/aws-sdk-datasync/lib/aws-sdk-datasync.rb | 2 +- .../lib/aws-sdk-datasync/client.rb | 8 +- gems/aws-sdk-datazone/CHANGELOG.md | 5 + gems/aws-sdk-datazone/VERSION | 2 +- gems/aws-sdk-datazone/lib/aws-sdk-datazone.rb | 2 +- .../lib/aws-sdk-datazone/client.rb | 8 +- gems/aws-sdk-dax/CHANGELOG.md | 5 + gems/aws-sdk-dax/VERSION | 2 +- gems/aws-sdk-dax/lib/aws-sdk-dax.rb | 2 +- gems/aws-sdk-dax/lib/aws-sdk-dax/client.rb | 8 +- gems/aws-sdk-deadline/CHANGELOG.md | 5 + gems/aws-sdk-deadline/VERSION | 2 +- gems/aws-sdk-deadline/lib/aws-sdk-deadline.rb | 2 +- .../lib/aws-sdk-deadline/client.rb | 8 +- gems/aws-sdk-detective/CHANGELOG.md | 5 + gems/aws-sdk-detective/VERSION | 2 +- .../lib/aws-sdk-detective.rb | 2 +- .../lib/aws-sdk-detective/client.rb | 8 +- gems/aws-sdk-devicefarm/CHANGELOG.md | 5 + gems/aws-sdk-devicefarm/VERSION | 2 +- .../lib/aws-sdk-devicefarm.rb | 2 +- .../lib/aws-sdk-devicefarm/client.rb | 8 +- gems/aws-sdk-devopsguru/CHANGELOG.md | 5 + gems/aws-sdk-devopsguru/VERSION | 2 +- .../lib/aws-sdk-devopsguru.rb | 2 +- .../lib/aws-sdk-devopsguru/client.rb | 8 +- gems/aws-sdk-directconnect/CHANGELOG.md | 5 + gems/aws-sdk-directconnect/VERSION | 2 +- .../lib/aws-sdk-directconnect.rb | 2 +- .../lib/aws-sdk-directconnect/client.rb | 8 +- gems/aws-sdk-directoryservice/CHANGELOG.md | 5 + gems/aws-sdk-directoryservice/VERSION | 2 +- .../lib/aws-sdk-directoryservice.rb | 2 +- .../lib/aws-sdk-directoryservice/client.rb | 8 +- gems/aws-sdk-dlm/CHANGELOG.md | 5 + gems/aws-sdk-dlm/VERSION | 2 +- gems/aws-sdk-dlm/lib/aws-sdk-dlm.rb | 2 +- gems/aws-sdk-dlm/lib/aws-sdk-dlm/client.rb | 8 +- gems/aws-sdk-docdb/CHANGELOG.md | 5 + gems/aws-sdk-docdb/VERSION | 2 +- gems/aws-sdk-docdb/lib/aws-sdk-docdb.rb | 2 +- .../aws-sdk-docdb/lib/aws-sdk-docdb/client.rb | 8 +- gems/aws-sdk-docdbelastic/CHANGELOG.md | 5 + gems/aws-sdk-docdbelastic/VERSION | 2 +- .../lib/aws-sdk-docdbelastic.rb | 2 +- .../lib/aws-sdk-docdbelastic/client.rb | 8 +- gems/aws-sdk-drs/CHANGELOG.md | 5 + gems/aws-sdk-drs/VERSION | 2 +- gems/aws-sdk-drs/lib/aws-sdk-drs.rb | 2 +- gems/aws-sdk-drs/lib/aws-sdk-drs/client.rb | 8 +- gems/aws-sdk-dynamodb/CHANGELOG.md | 5 + gems/aws-sdk-dynamodb/VERSION | 2 +- gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb.rb | 2 +- .../lib/aws-sdk-dynamodb/client.rb | 8 +- gems/aws-sdk-dynamodbstreams/CHANGELOG.md | 5 + gems/aws-sdk-dynamodbstreams/VERSION | 2 +- .../lib/aws-sdk-dynamodbstreams.rb | 2 +- .../lib/aws-sdk-dynamodbstreams/client.rb | 8 +- gems/aws-sdk-ebs/CHANGELOG.md | 5 + gems/aws-sdk-ebs/VERSION | 2 +- gems/aws-sdk-ebs/lib/aws-sdk-ebs.rb | 2 +- gems/aws-sdk-ebs/lib/aws-sdk-ebs/client.rb | 8 +- gems/aws-sdk-ec2/CHANGELOG.md | 5 + gems/aws-sdk-ec2/VERSION | 2 +- gems/aws-sdk-ec2/lib/aws-sdk-ec2.rb | 2 +- gems/aws-sdk-ec2/lib/aws-sdk-ec2/client.rb | 8 +- gems/aws-sdk-ec2instanceconnect/CHANGELOG.md | 5 + gems/aws-sdk-ec2instanceconnect/VERSION | 2 +- .../lib/aws-sdk-ec2instanceconnect.rb | 2 +- .../lib/aws-sdk-ec2instanceconnect/client.rb | 8 +- gems/aws-sdk-ecr/CHANGELOG.md | 5 + gems/aws-sdk-ecr/VERSION | 2 +- gems/aws-sdk-ecr/lib/aws-sdk-ecr.rb | 2 +- gems/aws-sdk-ecr/lib/aws-sdk-ecr/client.rb | 8 +- gems/aws-sdk-ecrpublic/CHANGELOG.md | 5 + gems/aws-sdk-ecrpublic/VERSION | 2 +- .../lib/aws-sdk-ecrpublic.rb | 2 +- .../lib/aws-sdk-ecrpublic/client.rb | 8 +- gems/aws-sdk-ecs/CHANGELOG.md | 5 + gems/aws-sdk-ecs/VERSION | 2 +- gems/aws-sdk-ecs/lib/aws-sdk-ecs.rb | 2 +- gems/aws-sdk-ecs/lib/aws-sdk-ecs/client.rb | 8 +- gems/aws-sdk-efs/CHANGELOG.md | 5 + gems/aws-sdk-efs/VERSION | 2 +- gems/aws-sdk-efs/lib/aws-sdk-efs.rb | 2 +- gems/aws-sdk-efs/lib/aws-sdk-efs/client.rb | 8 +- gems/aws-sdk-eks/CHANGELOG.md | 5 + gems/aws-sdk-eks/VERSION | 2 +- gems/aws-sdk-eks/lib/aws-sdk-eks.rb | 2 +- gems/aws-sdk-eks/lib/aws-sdk-eks/client.rb | 8 +- gems/aws-sdk-eksauth/CHANGELOG.md | 5 + gems/aws-sdk-eksauth/VERSION | 2 +- gems/aws-sdk-eksauth/lib/aws-sdk-eksauth.rb | 2 +- .../lib/aws-sdk-eksauth/client.rb | 8 +- gems/aws-sdk-elasticache/CHANGELOG.md | 5 + gems/aws-sdk-elasticache/VERSION | 2 +- .../lib/aws-sdk-elasticache.rb | 2 +- .../lib/aws-sdk-elasticache/client.rb | 8 +- gems/aws-sdk-elasticbeanstalk/CHANGELOG.md | 5 + gems/aws-sdk-elasticbeanstalk/VERSION | 2 +- .../lib/aws-sdk-elasticbeanstalk.rb | 2 +- .../lib/aws-sdk-elasticbeanstalk/client.rb | 8 +- gems/aws-sdk-elasticinference/CHANGELOG.md | 5 + gems/aws-sdk-elasticinference/VERSION | 2 +- .../lib/aws-sdk-elasticinference.rb | 2 +- .../lib/aws-sdk-elasticinference/client.rb | 8 +- .../aws-sdk-elasticloadbalancing/CHANGELOG.md | 5 + gems/aws-sdk-elasticloadbalancing/VERSION | 2 +- .../lib/aws-sdk-elasticloadbalancing.rb | 2 +- .../aws-sdk-elasticloadbalancing/client.rb | 8 +- .../CHANGELOG.md | 5 + gems/aws-sdk-elasticloadbalancingv2/VERSION | 2 +- .../lib/aws-sdk-elasticloadbalancingv2.rb | 2 +- .../aws-sdk-elasticloadbalancingv2/client.rb | 8 +- .../aws-sdk-elasticsearchservice/CHANGELOG.md | 5 + gems/aws-sdk-elasticsearchservice/VERSION | 2 +- .../lib/aws-sdk-elasticsearchservice.rb | 2 +- .../aws-sdk-elasticsearchservice/client.rb | 8 +- gems/aws-sdk-elastictranscoder/CHANGELOG.md | 5 + gems/aws-sdk-elastictranscoder/VERSION | 2 +- .../lib/aws-sdk-elastictranscoder.rb | 2 +- .../lib/aws-sdk-elastictranscoder/client.rb | 8 +- gems/aws-sdk-emr/CHANGELOG.md | 5 + gems/aws-sdk-emr/VERSION | 2 +- gems/aws-sdk-emr/lib/aws-sdk-emr.rb | 2 +- gems/aws-sdk-emr/lib/aws-sdk-emr/client.rb | 8 +- gems/aws-sdk-emrcontainers/CHANGELOG.md | 5 + gems/aws-sdk-emrcontainers/VERSION | 2 +- .../lib/aws-sdk-emrcontainers.rb | 2 +- .../lib/aws-sdk-emrcontainers/client.rb | 8 +- gems/aws-sdk-emrserverless/CHANGELOG.md | 5 + gems/aws-sdk-emrserverless/VERSION | 2 +- .../lib/aws-sdk-emrserverless.rb | 2 +- .../lib/aws-sdk-emrserverless/client.rb | 8 +- gems/aws-sdk-entityresolution/CHANGELOG.md | 5 + gems/aws-sdk-entityresolution/VERSION | 2 +- .../lib/aws-sdk-entityresolution.rb | 2 +- .../lib/aws-sdk-entityresolution/client.rb | 8 +- gems/aws-sdk-eventbridge/CHANGELOG.md | 5 + gems/aws-sdk-eventbridge/VERSION | 2 +- .../lib/aws-sdk-eventbridge.rb | 2 +- .../lib/aws-sdk-eventbridge/client.rb | 8 +- gems/aws-sdk-finspace/CHANGELOG.md | 5 + gems/aws-sdk-finspace/VERSION | 2 +- gems/aws-sdk-finspace/lib/aws-sdk-finspace.rb | 2 +- .../lib/aws-sdk-finspace/client.rb | 8 +- gems/aws-sdk-finspacedata/CHANGELOG.md | 5 + gems/aws-sdk-finspacedata/VERSION | 2 +- .../lib/aws-sdk-finspacedata.rb | 2 +- .../lib/aws-sdk-finspacedata/client.rb | 8 +- gems/aws-sdk-firehose/CHANGELOG.md | 5 + gems/aws-sdk-firehose/VERSION | 2 +- gems/aws-sdk-firehose/lib/aws-sdk-firehose.rb | 2 +- .../lib/aws-sdk-firehose/client.rb | 8 +- gems/aws-sdk-fis/CHANGELOG.md | 5 + gems/aws-sdk-fis/VERSION | 2 +- gems/aws-sdk-fis/lib/aws-sdk-fis.rb | 2 +- gems/aws-sdk-fis/lib/aws-sdk-fis/client.rb | 8 +- gems/aws-sdk-fms/CHANGELOG.md | 5 + gems/aws-sdk-fms/VERSION | 2 +- gems/aws-sdk-fms/lib/aws-sdk-fms.rb | 2 +- gems/aws-sdk-fms/lib/aws-sdk-fms/client.rb | 8 +- .../aws-sdk-forecastqueryservice/CHANGELOG.md | 5 + gems/aws-sdk-forecastqueryservice/VERSION | 2 +- .../lib/aws-sdk-forecastqueryservice.rb | 2 +- .../aws-sdk-forecastqueryservice/client.rb | 8 +- gems/aws-sdk-forecastservice/CHANGELOG.md | 5 + gems/aws-sdk-forecastservice/VERSION | 2 +- .../lib/aws-sdk-forecastservice.rb | 2 +- .../lib/aws-sdk-forecastservice/client.rb | 8 +- gems/aws-sdk-frauddetector/CHANGELOG.md | 5 + gems/aws-sdk-frauddetector/VERSION | 2 +- .../lib/aws-sdk-frauddetector.rb | 2 +- .../lib/aws-sdk-frauddetector/client.rb | 8 +- gems/aws-sdk-freetier/CHANGELOG.md | 5 + gems/aws-sdk-freetier/VERSION | 2 +- gems/aws-sdk-freetier/lib/aws-sdk-freetier.rb | 2 +- .../lib/aws-sdk-freetier/client.rb | 8 +- gems/aws-sdk-fsx/CHANGELOG.md | 5 + gems/aws-sdk-fsx/VERSION | 2 +- gems/aws-sdk-fsx/lib/aws-sdk-fsx.rb | 2 +- gems/aws-sdk-fsx/lib/aws-sdk-fsx/client.rb | 8 +- gems/aws-sdk-gamelift/CHANGELOG.md | 5 + gems/aws-sdk-gamelift/VERSION | 2 +- gems/aws-sdk-gamelift/lib/aws-sdk-gamelift.rb | 2 +- .../lib/aws-sdk-gamelift/client.rb | 8 +- gems/aws-sdk-glacier/CHANGELOG.md | 5 + gems/aws-sdk-glacier/VERSION | 2 +- gems/aws-sdk-glacier/lib/aws-sdk-glacier.rb | 2 +- .../lib/aws-sdk-glacier/client.rb | 8 +- gems/aws-sdk-globalaccelerator/CHANGELOG.md | 5 + gems/aws-sdk-globalaccelerator/VERSION | 2 +- .../lib/aws-sdk-globalaccelerator.rb | 2 +- .../lib/aws-sdk-globalaccelerator/client.rb | 8 +- gems/aws-sdk-glue/CHANGELOG.md | 5 + gems/aws-sdk-glue/VERSION | 2 +- gems/aws-sdk-glue/lib/aws-sdk-glue.rb | 2 +- gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb | 8 +- gems/aws-sdk-gluedatabrew/CHANGELOG.md | 5 + gems/aws-sdk-gluedatabrew/VERSION | 2 +- .../lib/aws-sdk-gluedatabrew.rb | 2 +- .../lib/aws-sdk-gluedatabrew/client.rb | 8 +- gems/aws-sdk-greengrass/CHANGELOG.md | 5 + gems/aws-sdk-greengrass/VERSION | 2 +- .../lib/aws-sdk-greengrass.rb | 2 +- .../lib/aws-sdk-greengrass/client.rb | 8 +- gems/aws-sdk-greengrassv2/CHANGELOG.md | 5 + gems/aws-sdk-greengrassv2/VERSION | 2 +- .../lib/aws-sdk-greengrassv2.rb | 2 +- .../lib/aws-sdk-greengrassv2/client.rb | 8 +- gems/aws-sdk-groundstation/CHANGELOG.md | 5 + gems/aws-sdk-groundstation/VERSION | 2 +- .../lib/aws-sdk-groundstation.rb | 2 +- .../lib/aws-sdk-groundstation/client.rb | 8 +- gems/aws-sdk-guardduty/CHANGELOG.md | 5 + gems/aws-sdk-guardduty/VERSION | 2 +- .../lib/aws-sdk-guardduty.rb | 2 +- .../lib/aws-sdk-guardduty/client.rb | 8 +- gems/aws-sdk-health/CHANGELOG.md | 5 + gems/aws-sdk-health/VERSION | 2 +- gems/aws-sdk-health/lib/aws-sdk-health.rb | 2 +- .../lib/aws-sdk-health/client.rb | 8 +- gems/aws-sdk-healthlake/CHANGELOG.md | 5 + gems/aws-sdk-healthlake/VERSION | 2 +- .../lib/aws-sdk-healthlake.rb | 2 +- .../lib/aws-sdk-healthlake/client.rb | 8 +- gems/aws-sdk-iam/CHANGELOG.md | 5 + gems/aws-sdk-iam/VERSION | 2 +- gems/aws-sdk-iam/lib/aws-sdk-iam.rb | 2 +- gems/aws-sdk-iam/lib/aws-sdk-iam/client.rb | 8 +- gems/aws-sdk-identitystore/CHANGELOG.md | 5 + gems/aws-sdk-identitystore/VERSION | 2 +- .../lib/aws-sdk-identitystore.rb | 2 +- .../lib/aws-sdk-identitystore/client.rb | 8 +- gems/aws-sdk-imagebuilder/CHANGELOG.md | 5 + gems/aws-sdk-imagebuilder/VERSION | 2 +- .../lib/aws-sdk-imagebuilder.rb | 2 +- .../lib/aws-sdk-imagebuilder/client.rb | 8 +- gems/aws-sdk-importexport/CHANGELOG.md | 5 + gems/aws-sdk-importexport/VERSION | 2 +- .../lib/aws-sdk-importexport.rb | 2 +- .../lib/aws-sdk-importexport/client.rb | 8 +- gems/aws-sdk-inspector/CHANGELOG.md | 5 + gems/aws-sdk-inspector/VERSION | 2 +- .../lib/aws-sdk-inspector.rb | 2 +- .../lib/aws-sdk-inspector/client.rb | 8 +- gems/aws-sdk-inspector2/CHANGELOG.md | 5 + gems/aws-sdk-inspector2/VERSION | 2 +- .../lib/aws-sdk-inspector2.rb | 2 +- .../lib/aws-sdk-inspector2/client.rb | 8 +- gems/aws-sdk-inspectorscan/CHANGELOG.md | 5 + gems/aws-sdk-inspectorscan/VERSION | 2 +- .../lib/aws-sdk-inspectorscan.rb | 2 +- .../lib/aws-sdk-inspectorscan/client.rb | 8 +- gems/aws-sdk-internetmonitor/CHANGELOG.md | 5 + gems/aws-sdk-internetmonitor/VERSION | 2 +- .../lib/aws-sdk-internetmonitor.rb | 2 +- .../lib/aws-sdk-internetmonitor/client.rb | 8 +- gems/aws-sdk-iot/CHANGELOG.md | 5 + gems/aws-sdk-iot/VERSION | 2 +- gems/aws-sdk-iot/lib/aws-sdk-iot.rb | 2 +- gems/aws-sdk-iot/lib/aws-sdk-iot/client.rb | 8 +- .../CHANGELOG.md | 5 + gems/aws-sdk-iot1clickdevicesservice/VERSION | 2 +- .../lib/aws-sdk-iot1clickdevicesservice.rb | 2 +- .../aws-sdk-iot1clickdevicesservice/client.rb | 8 +- gems/aws-sdk-iot1clickprojects/CHANGELOG.md | 5 + gems/aws-sdk-iot1clickprojects/VERSION | 2 +- .../lib/aws-sdk-iot1clickprojects.rb | 2 +- .../lib/aws-sdk-iot1clickprojects/client.rb | 8 +- gems/aws-sdk-iotanalytics/CHANGELOG.md | 5 + gems/aws-sdk-iotanalytics/VERSION | 2 +- .../lib/aws-sdk-iotanalytics.rb | 2 +- .../lib/aws-sdk-iotanalytics/client.rb | 8 +- gems/aws-sdk-iotdataplane/CHANGELOG.md | 5 + gems/aws-sdk-iotdataplane/VERSION | 2 +- .../lib/aws-sdk-iotdataplane.rb | 2 +- .../lib/aws-sdk-iotdataplane/client.rb | 8 +- gems/aws-sdk-iotdeviceadvisor/CHANGELOG.md | 5 + gems/aws-sdk-iotdeviceadvisor/VERSION | 2 +- .../lib/aws-sdk-iotdeviceadvisor.rb | 2 +- .../lib/aws-sdk-iotdeviceadvisor/client.rb | 8 +- gems/aws-sdk-iotevents/CHANGELOG.md | 5 + gems/aws-sdk-iotevents/VERSION | 2 +- .../lib/aws-sdk-iotevents.rb | 2 +- .../lib/aws-sdk-iotevents/client.rb | 8 +- gems/aws-sdk-ioteventsdata/CHANGELOG.md | 5 + gems/aws-sdk-ioteventsdata/VERSION | 2 +- .../lib/aws-sdk-ioteventsdata.rb | 2 +- .../lib/aws-sdk-ioteventsdata/client.rb | 8 +- gems/aws-sdk-iotfleethub/CHANGELOG.md | 5 + gems/aws-sdk-iotfleethub/VERSION | 2 +- .../lib/aws-sdk-iotfleethub.rb | 2 +- .../lib/aws-sdk-iotfleethub/client.rb | 8 +- gems/aws-sdk-iotfleetwise/CHANGELOG.md | 5 + gems/aws-sdk-iotfleetwise/VERSION | 2 +- .../lib/aws-sdk-iotfleetwise.rb | 2 +- .../lib/aws-sdk-iotfleetwise/client.rb | 8 +- gems/aws-sdk-iotjobsdataplane/CHANGELOG.md | 5 + gems/aws-sdk-iotjobsdataplane/VERSION | 2 +- .../lib/aws-sdk-iotjobsdataplane.rb | 2 +- .../lib/aws-sdk-iotjobsdataplane/client.rb | 8 +- gems/aws-sdk-iotsecuretunneling/CHANGELOG.md | 5 + gems/aws-sdk-iotsecuretunneling/VERSION | 2 +- .../lib/aws-sdk-iotsecuretunneling.rb | 2 +- .../lib/aws-sdk-iotsecuretunneling/client.rb | 8 +- gems/aws-sdk-iotsitewise/CHANGELOG.md | 5 + gems/aws-sdk-iotsitewise/VERSION | 2 +- .../lib/aws-sdk-iotsitewise.rb | 2 +- .../lib/aws-sdk-iotsitewise/client.rb | 8 +- gems/aws-sdk-iotthingsgraph/CHANGELOG.md | 5 + gems/aws-sdk-iotthingsgraph/VERSION | 2 +- .../lib/aws-sdk-iotthingsgraph.rb | 2 +- .../lib/aws-sdk-iotthingsgraph/client.rb | 8 +- gems/aws-sdk-iottwinmaker/CHANGELOG.md | 5 + gems/aws-sdk-iottwinmaker/VERSION | 2 +- .../lib/aws-sdk-iottwinmaker.rb | 2 +- .../lib/aws-sdk-iottwinmaker/client.rb | 8 +- gems/aws-sdk-iotwireless/CHANGELOG.md | 5 + gems/aws-sdk-iotwireless/VERSION | 2 +- .../lib/aws-sdk-iotwireless.rb | 2 +- .../lib/aws-sdk-iotwireless/client.rb | 8 +- gems/aws-sdk-ivs/CHANGELOG.md | 5 + gems/aws-sdk-ivs/VERSION | 2 +- gems/aws-sdk-ivs/lib/aws-sdk-ivs.rb | 2 +- gems/aws-sdk-ivs/lib/aws-sdk-ivs/client.rb | 8 +- gems/aws-sdk-ivschat/CHANGELOG.md | 5 + gems/aws-sdk-ivschat/VERSION | 2 +- gems/aws-sdk-ivschat/lib/aws-sdk-ivschat.rb | 2 +- .../lib/aws-sdk-ivschat/client.rb | 8 +- gems/aws-sdk-ivsrealtime/CHANGELOG.md | 5 + gems/aws-sdk-ivsrealtime/VERSION | 2 +- .../lib/aws-sdk-ivsrealtime.rb | 2 +- .../lib/aws-sdk-ivsrealtime/client.rb | 8 +- gems/aws-sdk-kafka/CHANGELOG.md | 5 + gems/aws-sdk-kafka/VERSION | 2 +- gems/aws-sdk-kafka/lib/aws-sdk-kafka.rb | 2 +- .../aws-sdk-kafka/lib/aws-sdk-kafka/client.rb | 8 +- gems/aws-sdk-kafkaconnect/CHANGELOG.md | 5 + gems/aws-sdk-kafkaconnect/VERSION | 2 +- .../lib/aws-sdk-kafkaconnect.rb | 2 +- .../lib/aws-sdk-kafkaconnect/client.rb | 8 +- gems/aws-sdk-kendra/CHANGELOG.md | 5 + gems/aws-sdk-kendra/VERSION | 2 +- gems/aws-sdk-kendra/lib/aws-sdk-kendra.rb | 2 +- .../lib/aws-sdk-kendra/client.rb | 8 +- gems/aws-sdk-kendraranking/CHANGELOG.md | 5 + gems/aws-sdk-kendraranking/VERSION | 2 +- .../lib/aws-sdk-kendraranking.rb | 2 +- .../lib/aws-sdk-kendraranking/client.rb | 8 +- gems/aws-sdk-keyspaces/CHANGELOG.md | 5 + gems/aws-sdk-keyspaces/VERSION | 2 +- .../lib/aws-sdk-keyspaces.rb | 2 +- .../lib/aws-sdk-keyspaces/client.rb | 8 +- gems/aws-sdk-kinesis/CHANGELOG.md | 5 + gems/aws-sdk-kinesis/VERSION | 2 +- gems/aws-sdk-kinesis/lib/aws-sdk-kinesis.rb | 2 +- .../lib/aws-sdk-kinesis/async_client.rb | 2 +- .../lib/aws-sdk-kinesis/client.rb | 8 +- gems/aws-sdk-kinesisanalytics/CHANGELOG.md | 5 + gems/aws-sdk-kinesisanalytics/VERSION | 2 +- .../lib/aws-sdk-kinesisanalytics.rb | 2 +- .../lib/aws-sdk-kinesisanalytics/client.rb | 8 +- gems/aws-sdk-kinesisanalyticsv2/CHANGELOG.md | 5 + gems/aws-sdk-kinesisanalyticsv2/VERSION | 2 +- .../lib/aws-sdk-kinesisanalyticsv2.rb | 2 +- .../lib/aws-sdk-kinesisanalyticsv2/client.rb | 8 +- gems/aws-sdk-kinesisvideo/CHANGELOG.md | 5 + gems/aws-sdk-kinesisvideo/VERSION | 2 +- .../lib/aws-sdk-kinesisvideo.rb | 2 +- .../lib/aws-sdk-kinesisvideo/client.rb | 8 +- .../CHANGELOG.md | 5 + .../aws-sdk-kinesisvideoarchivedmedia/VERSION | 2 +- .../lib/aws-sdk-kinesisvideoarchivedmedia.rb | 2 +- .../client.rb | 8 +- gems/aws-sdk-kinesisvideomedia/CHANGELOG.md | 5 + gems/aws-sdk-kinesisvideomedia/VERSION | 2 +- .../lib/aws-sdk-kinesisvideomedia.rb | 2 +- .../lib/aws-sdk-kinesisvideomedia/client.rb | 8 +- .../CHANGELOG.md | 5 + .../VERSION | 2 +- .../aws-sdk-kinesisvideosignalingchannels.rb | 2 +- .../client.rb | 8 +- .../CHANGELOG.md | 5 + .../aws-sdk-kinesisvideowebrtcstorage/VERSION | 2 +- .../lib/aws-sdk-kinesisvideowebrtcstorage.rb | 2 +- .../client.rb | 8 +- gems/aws-sdk-kms/CHANGELOG.md | 5 + gems/aws-sdk-kms/VERSION | 2 +- gems/aws-sdk-kms/lib/aws-sdk-kms.rb | 2 +- gems/aws-sdk-kms/lib/aws-sdk-kms/client.rb | 8 +- gems/aws-sdk-lakeformation/CHANGELOG.md | 5 + gems/aws-sdk-lakeformation/VERSION | 2 +- .../lib/aws-sdk-lakeformation.rb | 2 +- .../lib/aws-sdk-lakeformation/client.rb | 8 +- gems/aws-sdk-lambda/CHANGELOG.md | 5 + gems/aws-sdk-lambda/VERSION | 2 +- gems/aws-sdk-lambda/lib/aws-sdk-lambda.rb | 2 +- .../lib/aws-sdk-lambda/client.rb | 8 +- gems/aws-sdk-launchwizard/CHANGELOG.md | 5 + gems/aws-sdk-launchwizard/VERSION | 2 +- .../lib/aws-sdk-launchwizard.rb | 2 +- .../lib/aws-sdk-launchwizard/client.rb | 8 +- gems/aws-sdk-lex/CHANGELOG.md | 5 + gems/aws-sdk-lex/VERSION | 2 +- gems/aws-sdk-lex/lib/aws-sdk-lex.rb | 2 +- gems/aws-sdk-lex/lib/aws-sdk-lex/client.rb | 8 +- .../CHANGELOG.md | 5 + gems/aws-sdk-lexmodelbuildingservice/VERSION | 2 +- .../lib/aws-sdk-lexmodelbuildingservice.rb | 2 +- .../aws-sdk-lexmodelbuildingservice/client.rb | 8 +- gems/aws-sdk-lexmodelsv2/CHANGELOG.md | 5 + gems/aws-sdk-lexmodelsv2/VERSION | 2 +- .../lib/aws-sdk-lexmodelsv2.rb | 2 +- .../lib/aws-sdk-lexmodelsv2/client.rb | 8 +- gems/aws-sdk-lexruntimev2/CHANGELOG.md | 5 + gems/aws-sdk-lexruntimev2/VERSION | 2 +- .../lib/aws-sdk-lexruntimev2.rb | 2 +- .../lib/aws-sdk-lexruntimev2/async_client.rb | 2 +- .../lib/aws-sdk-lexruntimev2/client.rb | 8 +- gems/aws-sdk-licensemanager/CHANGELOG.md | 5 + gems/aws-sdk-licensemanager/VERSION | 2 +- .../lib/aws-sdk-licensemanager.rb | 2 +- .../lib/aws-sdk-licensemanager/client.rb | 8 +- .../CHANGELOG.md | 5 + .../VERSION | 2 +- ...ws-sdk-licensemanagerlinuxsubscriptions.rb | 2 +- .../client.rb | 8 +- .../CHANGELOG.md | 5 + .../VERSION | 2 +- ...aws-sdk-licensemanagerusersubscriptions.rb | 2 +- .../client.rb | 8 +- gems/aws-sdk-lightsail/CHANGELOG.md | 5 + gems/aws-sdk-lightsail/VERSION | 2 +- .../lib/aws-sdk-lightsail.rb | 2 +- .../lib/aws-sdk-lightsail/client.rb | 8 +- gems/aws-sdk-locationservice/CHANGELOG.md | 5 + gems/aws-sdk-locationservice/VERSION | 2 +- .../lib/aws-sdk-locationservice.rb | 2 +- .../lib/aws-sdk-locationservice/client.rb | 8 +- gems/aws-sdk-lookoutequipment/CHANGELOG.md | 5 + gems/aws-sdk-lookoutequipment/VERSION | 2 +- .../lib/aws-sdk-lookoutequipment.rb | 2 +- .../lib/aws-sdk-lookoutequipment/client.rb | 8 +- gems/aws-sdk-lookoutforvision/CHANGELOG.md | 5 + gems/aws-sdk-lookoutforvision/VERSION | 2 +- .../lib/aws-sdk-lookoutforvision.rb | 2 +- .../lib/aws-sdk-lookoutforvision/client.rb | 8 +- gems/aws-sdk-lookoutmetrics/CHANGELOG.md | 5 + gems/aws-sdk-lookoutmetrics/VERSION | 2 +- .../lib/aws-sdk-lookoutmetrics.rb | 2 +- .../lib/aws-sdk-lookoutmetrics/client.rb | 8 +- gems/aws-sdk-machinelearning/CHANGELOG.md | 5 + gems/aws-sdk-machinelearning/VERSION | 2 +- .../lib/aws-sdk-machinelearning.rb | 2 +- .../lib/aws-sdk-machinelearning/client.rb | 8 +- gems/aws-sdk-macie2/CHANGELOG.md | 5 + gems/aws-sdk-macie2/VERSION | 2 +- gems/aws-sdk-macie2/lib/aws-sdk-macie2.rb | 2 +- .../lib/aws-sdk-macie2/client.rb | 8 +- gems/aws-sdk-mailmanager/CHANGELOG.md | 5 + gems/aws-sdk-mailmanager/VERSION | 2 +- .../lib/aws-sdk-mailmanager.rb | 2 +- .../lib/aws-sdk-mailmanager/client.rb | 8 +- .../CHANGELOG.md | 5 + gems/aws-sdk-mainframemodernization/VERSION | 2 +- .../lib/aws-sdk-mainframemodernization.rb | 2 +- .../aws-sdk-mainframemodernization/client.rb | 8 +- gems/aws-sdk-managedblockchain/CHANGELOG.md | 5 + gems/aws-sdk-managedblockchain/VERSION | 2 +- .../lib/aws-sdk-managedblockchain.rb | 2 +- .../lib/aws-sdk-managedblockchain/client.rb | 8 +- .../CHANGELOG.md | 5 + gems/aws-sdk-managedblockchainquery/VERSION | 2 +- .../lib/aws-sdk-managedblockchainquery.rb | 2 +- .../aws-sdk-managedblockchainquery/client.rb | 8 +- gems/aws-sdk-managedgrafana/CHANGELOG.md | 5 + gems/aws-sdk-managedgrafana/VERSION | 2 +- .../lib/aws-sdk-managedgrafana.rb | 2 +- .../lib/aws-sdk-managedgrafana/client.rb | 8 +- .../aws-sdk-marketplaceagreement/CHANGELOG.md | 5 + gems/aws-sdk-marketplaceagreement/VERSION | 2 +- .../lib/aws-sdk-marketplaceagreement.rb | 2 +- .../aws-sdk-marketplaceagreement/client.rb | 8 +- gems/aws-sdk-marketplacecatalog/CHANGELOG.md | 5 + gems/aws-sdk-marketplacecatalog/VERSION | 2 +- .../lib/aws-sdk-marketplacecatalog.rb | 2 +- .../lib/aws-sdk-marketplacecatalog/client.rb | 8 +- .../CHANGELOG.md | 5 + .../VERSION | 2 +- .../aws-sdk-marketplacecommerceanalytics.rb | 2 +- .../client.rb | 8 +- .../CHANGELOG.md | 5 + gems/aws-sdk-marketplacedeployment/VERSION | 2 +- .../lib/aws-sdk-marketplacedeployment.rb | 2 +- .../aws-sdk-marketplacedeployment/client.rb | 8 +- .../CHANGELOG.md | 5 + .../VERSION | 2 +- .../aws-sdk-marketplaceentitlementservice.rb | 2 +- .../client.rb | 8 +- gems/aws-sdk-marketplacemetering/CHANGELOG.md | 5 + gems/aws-sdk-marketplacemetering/VERSION | 2 +- .../lib/aws-sdk-marketplacemetering.rb | 2 +- .../lib/aws-sdk-marketplacemetering/client.rb | 8 +- gems/aws-sdk-mediaconnect/CHANGELOG.md | 5 + gems/aws-sdk-mediaconnect/VERSION | 2 +- .../lib/aws-sdk-mediaconnect.rb | 2 +- .../lib/aws-sdk-mediaconnect/client.rb | 8 +- gems/aws-sdk-mediaconvert/CHANGELOG.md | 5 + gems/aws-sdk-mediaconvert/VERSION | 2 +- .../lib/aws-sdk-mediaconvert.rb | 2 +- .../lib/aws-sdk-mediaconvert/client.rb | 8 +- gems/aws-sdk-medialive/CHANGELOG.md | 5 + gems/aws-sdk-medialive/VERSION | 2 +- .../lib/aws-sdk-medialive.rb | 2 +- .../lib/aws-sdk-medialive/client.rb | 8 +- gems/aws-sdk-mediapackage/CHANGELOG.md | 5 + gems/aws-sdk-mediapackage/VERSION | 2 +- .../lib/aws-sdk-mediapackage.rb | 2 +- .../lib/aws-sdk-mediapackage/client.rb | 8 +- gems/aws-sdk-mediapackagev2/CHANGELOG.md | 5 + gems/aws-sdk-mediapackagev2/VERSION | 2 +- .../lib/aws-sdk-mediapackagev2.rb | 2 +- .../lib/aws-sdk-mediapackagev2/client.rb | 8 +- gems/aws-sdk-mediapackagevod/CHANGELOG.md | 5 + gems/aws-sdk-mediapackagevod/VERSION | 2 +- .../lib/aws-sdk-mediapackagevod.rb | 2 +- .../lib/aws-sdk-mediapackagevod/client.rb | 8 +- gems/aws-sdk-mediastore/CHANGELOG.md | 5 + gems/aws-sdk-mediastore/VERSION | 2 +- .../lib/aws-sdk-mediastore.rb | 2 +- .../lib/aws-sdk-mediastore/client.rb | 8 +- gems/aws-sdk-mediastoredata/CHANGELOG.md | 5 + gems/aws-sdk-mediastoredata/VERSION | 2 +- .../lib/aws-sdk-mediastoredata.rb | 2 +- .../lib/aws-sdk-mediastoredata/client.rb | 8 +- gems/aws-sdk-mediatailor/CHANGELOG.md | 5 + gems/aws-sdk-mediatailor/VERSION | 2 +- .../lib/aws-sdk-mediatailor.rb | 2 +- .../lib/aws-sdk-mediatailor/client.rb | 8 +- gems/aws-sdk-medicalimaging/CHANGELOG.md | 5 + gems/aws-sdk-medicalimaging/VERSION | 2 +- .../lib/aws-sdk-medicalimaging.rb | 2 +- .../lib/aws-sdk-medicalimaging/client.rb | 8 +- gems/aws-sdk-memorydb/CHANGELOG.md | 5 + gems/aws-sdk-memorydb/VERSION | 2 +- gems/aws-sdk-memorydb/lib/aws-sdk-memorydb.rb | 2 +- .../lib/aws-sdk-memorydb/client.rb | 8 +- gems/aws-sdk-mgn/CHANGELOG.md | 5 + gems/aws-sdk-mgn/VERSION | 2 +- gems/aws-sdk-mgn/lib/aws-sdk-mgn.rb | 2 +- gems/aws-sdk-mgn/lib/aws-sdk-mgn/client.rb | 8 +- gems/aws-sdk-migrationhub/CHANGELOG.md | 5 + gems/aws-sdk-migrationhub/VERSION | 2 +- .../lib/aws-sdk-migrationhub.rb | 2 +- .../lib/aws-sdk-migrationhub/client.rb | 8 +- gems/aws-sdk-migrationhubconfig/CHANGELOG.md | 5 + gems/aws-sdk-migrationhubconfig/VERSION | 2 +- .../lib/aws-sdk-migrationhubconfig.rb | 2 +- .../lib/aws-sdk-migrationhubconfig/client.rb | 8 +- .../CHANGELOG.md | 5 + gems/aws-sdk-migrationhuborchestrator/VERSION | 2 +- .../lib/aws-sdk-migrationhuborchestrator.rb | 2 +- .../client.rb | 8 +- .../CHANGELOG.md | 5 + .../VERSION | 2 +- .../lib/aws-sdk-migrationhubrefactorspaces.rb | 2 +- .../client.rb | 8 +- .../CHANGELOG.md | 5 + .../VERSION | 2 +- ...sdk-migrationhubstrategyrecommendations.rb | 2 +- .../client.rb | 8 +- gems/aws-sdk-mq/CHANGELOG.md | 5 + gems/aws-sdk-mq/VERSION | 2 +- gems/aws-sdk-mq/lib/aws-sdk-mq.rb | 2 +- gems/aws-sdk-mq/lib/aws-sdk-mq/client.rb | 8 +- gems/aws-sdk-mturk/CHANGELOG.md | 5 + gems/aws-sdk-mturk/VERSION | 2 +- gems/aws-sdk-mturk/lib/aws-sdk-mturk.rb | 2 +- .../aws-sdk-mturk/lib/aws-sdk-mturk/client.rb | 8 +- gems/aws-sdk-mwaa/CHANGELOG.md | 5 + gems/aws-sdk-mwaa/VERSION | 2 +- gems/aws-sdk-mwaa/lib/aws-sdk-mwaa.rb | 2 +- gems/aws-sdk-mwaa/lib/aws-sdk-mwaa/client.rb | 8 +- gems/aws-sdk-neptune/CHANGELOG.md | 5 + gems/aws-sdk-neptune/VERSION | 2 +- gems/aws-sdk-neptune/lib/aws-sdk-neptune.rb | 2 +- .../lib/aws-sdk-neptune/client.rb | 8 +- gems/aws-sdk-neptunedata/CHANGELOG.md | 5 + gems/aws-sdk-neptunedata/VERSION | 2 +- .../lib/aws-sdk-neptunedata.rb | 2 +- .../lib/aws-sdk-neptunedata/client.rb | 8 +- gems/aws-sdk-neptunegraph/CHANGELOG.md | 5 + gems/aws-sdk-neptunegraph/VERSION | 2 +- .../lib/aws-sdk-neptunegraph.rb | 2 +- .../lib/aws-sdk-neptunegraph/client.rb | 8 +- gems/aws-sdk-networkfirewall/CHANGELOG.md | 5 + gems/aws-sdk-networkfirewall/VERSION | 2 +- .../lib/aws-sdk-networkfirewall.rb | 2 +- .../lib/aws-sdk-networkfirewall/client.rb | 8 +- gems/aws-sdk-networkmanager/CHANGELOG.md | 5 + gems/aws-sdk-networkmanager/VERSION | 2 +- .../lib/aws-sdk-networkmanager.rb | 2 +- .../lib/aws-sdk-networkmanager/client.rb | 8 +- gems/aws-sdk-networkmonitor/CHANGELOG.md | 5 + gems/aws-sdk-networkmonitor/VERSION | 2 +- .../lib/aws-sdk-networkmonitor.rb | 2 +- .../lib/aws-sdk-networkmonitor/client.rb | 8 +- gems/aws-sdk-nimblestudio/CHANGELOG.md | 5 + gems/aws-sdk-nimblestudio/VERSION | 2 +- .../lib/aws-sdk-nimblestudio.rb | 2 +- .../lib/aws-sdk-nimblestudio/client.rb | 8 +- gems/aws-sdk-oam/CHANGELOG.md | 5 + gems/aws-sdk-oam/VERSION | 2 +- gems/aws-sdk-oam/lib/aws-sdk-oam.rb | 2 +- gems/aws-sdk-oam/lib/aws-sdk-oam/client.rb | 8 +- gems/aws-sdk-omics/CHANGELOG.md | 5 + gems/aws-sdk-omics/VERSION | 2 +- gems/aws-sdk-omics/lib/aws-sdk-omics.rb | 2 +- .../aws-sdk-omics/lib/aws-sdk-omics/client.rb | 8 +- .../aws-sdk-opensearchserverless/CHANGELOG.md | 5 + gems/aws-sdk-opensearchserverless/VERSION | 2 +- .../lib/aws-sdk-opensearchserverless.rb | 2 +- .../aws-sdk-opensearchserverless/client.rb | 8 +- gems/aws-sdk-opensearchservice/CHANGELOG.md | 5 + gems/aws-sdk-opensearchservice/VERSION | 2 +- .../lib/aws-sdk-opensearchservice.rb | 2 +- .../lib/aws-sdk-opensearchservice/client.rb | 8 +- gems/aws-sdk-opsworks/CHANGELOG.md | 5 + gems/aws-sdk-opsworks/VERSION | 2 +- gems/aws-sdk-opsworks/lib/aws-sdk-opsworks.rb | 2 +- .../lib/aws-sdk-opsworks/client.rb | 8 +- gems/aws-sdk-opsworkscm/CHANGELOG.md | 5 + gems/aws-sdk-opsworkscm/VERSION | 2 +- .../lib/aws-sdk-opsworkscm.rb | 2 +- .../lib/aws-sdk-opsworkscm/client.rb | 8 +- gems/aws-sdk-organizations/CHANGELOG.md | 5 + gems/aws-sdk-organizations/VERSION | 2 +- .../lib/aws-sdk-organizations.rb | 2 +- .../lib/aws-sdk-organizations/client.rb | 8 +- gems/aws-sdk-osis/CHANGELOG.md | 5 + gems/aws-sdk-osis/VERSION | 2 +- gems/aws-sdk-osis/lib/aws-sdk-osis.rb | 2 +- gems/aws-sdk-osis/lib/aws-sdk-osis/client.rb | 8 +- gems/aws-sdk-outposts/CHANGELOG.md | 5 + gems/aws-sdk-outposts/VERSION | 2 +- gems/aws-sdk-outposts/lib/aws-sdk-outposts.rb | 2 +- .../lib/aws-sdk-outposts/client.rb | 8 +- gems/aws-sdk-panorama/CHANGELOG.md | 5 + gems/aws-sdk-panorama/VERSION | 2 +- gems/aws-sdk-panorama/lib/aws-sdk-panorama.rb | 2 +- .../lib/aws-sdk-panorama/client.rb | 8 +- gems/aws-sdk-paymentcryptography/CHANGELOG.md | 5 + gems/aws-sdk-paymentcryptography/VERSION | 2 +- .../lib/aws-sdk-paymentcryptography.rb | 2 +- .../lib/aws-sdk-paymentcryptography/client.rb | 8 +- .../CHANGELOG.md | 5 + gems/aws-sdk-paymentcryptographydata/VERSION | 2 +- .../lib/aws-sdk-paymentcryptographydata.rb | 2 +- .../aws-sdk-paymentcryptographydata/client.rb | 8 +- gems/aws-sdk-pcaconnectorad/CHANGELOG.md | 5 + gems/aws-sdk-pcaconnectorad/VERSION | 2 +- .../lib/aws-sdk-pcaconnectorad.rb | 2 +- .../lib/aws-sdk-pcaconnectorad/client.rb | 8 +- gems/aws-sdk-pcaconnectorscep/CHANGELOG.md | 5 + gems/aws-sdk-pcaconnectorscep/VERSION | 2 +- .../lib/aws-sdk-pcaconnectorscep.rb | 2 +- .../lib/aws-sdk-pcaconnectorscep/client.rb | 8 +- gems/aws-sdk-pcs/CHANGELOG.md | 5 + gems/aws-sdk-pcs/VERSION | 2 +- gems/aws-sdk-pcs/lib/aws-sdk-pcs.rb | 2 +- gems/aws-sdk-pcs/lib/aws-sdk-pcs/client.rb | 8 +- gems/aws-sdk-personalize/CHANGELOG.md | 5 + gems/aws-sdk-personalize/VERSION | 2 +- .../lib/aws-sdk-personalize.rb | 2 +- .../lib/aws-sdk-personalize/client.rb | 8 +- gems/aws-sdk-personalizeevents/CHANGELOG.md | 5 + gems/aws-sdk-personalizeevents/VERSION | 2 +- .../lib/aws-sdk-personalizeevents.rb | 2 +- .../lib/aws-sdk-personalizeevents/client.rb | 8 +- gems/aws-sdk-personalizeruntime/CHANGELOG.md | 5 + gems/aws-sdk-personalizeruntime/VERSION | 2 +- .../lib/aws-sdk-personalizeruntime.rb | 2 +- .../lib/aws-sdk-personalizeruntime/client.rb | 8 +- gems/aws-sdk-pi/CHANGELOG.md | 5 + gems/aws-sdk-pi/VERSION | 2 +- gems/aws-sdk-pi/lib/aws-sdk-pi.rb | 2 +- gems/aws-sdk-pi/lib/aws-sdk-pi/client.rb | 8 +- gems/aws-sdk-pinpoint/CHANGELOG.md | 5 + gems/aws-sdk-pinpoint/VERSION | 2 +- gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint.rb | 2 +- .../lib/aws-sdk-pinpoint/client.rb | 8 +- gems/aws-sdk-pinpointemail/CHANGELOG.md | 5 + gems/aws-sdk-pinpointemail/VERSION | 2 +- .../lib/aws-sdk-pinpointemail.rb | 2 +- .../lib/aws-sdk-pinpointemail/client.rb | 8 +- gems/aws-sdk-pinpointsmsvoice/CHANGELOG.md | 5 + gems/aws-sdk-pinpointsmsvoice/VERSION | 2 +- .../lib/aws-sdk-pinpointsmsvoice.rb | 2 +- .../lib/aws-sdk-pinpointsmsvoice/client.rb | 8 +- gems/aws-sdk-pinpointsmsvoicev2/CHANGELOG.md | 5 + gems/aws-sdk-pinpointsmsvoicev2/VERSION | 2 +- .../lib/aws-sdk-pinpointsmsvoicev2.rb | 2 +- .../lib/aws-sdk-pinpointsmsvoicev2/client.rb | 8 +- gems/aws-sdk-pipes/CHANGELOG.md | 5 + gems/aws-sdk-pipes/VERSION | 2 +- gems/aws-sdk-pipes/aws-sdk-pipes.gemspec | 2 +- gems/aws-sdk-pipes/lib/aws-sdk-pipes.rb | 2 +- .../aws-sdk-pipes/lib/aws-sdk-pipes/client.rb | 49 +++++- .../lib/aws-sdk-pipes/client_api.rb | 5 + gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb | 83 ++++++--- gems/aws-sdk-pipes/sig/client.rbs | 7 +- gems/aws-sdk-pipes/sig/types.rbs | 3 + gems/aws-sdk-polly/CHANGELOG.md | 5 + gems/aws-sdk-polly/VERSION | 2 +- gems/aws-sdk-polly/lib/aws-sdk-polly.rb | 2 +- .../aws-sdk-polly/lib/aws-sdk-polly/client.rb | 8 +- gems/aws-sdk-pricing/CHANGELOG.md | 5 + gems/aws-sdk-pricing/VERSION | 2 +- gems/aws-sdk-pricing/lib/aws-sdk-pricing.rb | 2 +- .../lib/aws-sdk-pricing/client.rb | 8 +- gems/aws-sdk-privatenetworks/CHANGELOG.md | 5 + gems/aws-sdk-privatenetworks/VERSION | 2 +- .../lib/aws-sdk-privatenetworks.rb | 2 +- .../lib/aws-sdk-privatenetworks/client.rb | 8 +- gems/aws-sdk-prometheusservice/CHANGELOG.md | 5 + gems/aws-sdk-prometheusservice/VERSION | 2 +- .../lib/aws-sdk-prometheusservice.rb | 2 +- .../lib/aws-sdk-prometheusservice/client.rb | 8 +- gems/aws-sdk-proton/CHANGELOG.md | 5 + gems/aws-sdk-proton/VERSION | 2 +- gems/aws-sdk-proton/lib/aws-sdk-proton.rb | 2 +- .../lib/aws-sdk-proton/client.rb | 8 +- gems/aws-sdk-qapps/CHANGELOG.md | 5 + gems/aws-sdk-qapps/VERSION | 2 +- gems/aws-sdk-qapps/lib/aws-sdk-qapps.rb | 2 +- .../aws-sdk-qapps/lib/aws-sdk-qapps/client.rb | 8 +- gems/aws-sdk-qbusiness/CHANGELOG.md | 5 + gems/aws-sdk-qbusiness/VERSION | 2 +- .../lib/aws-sdk-qbusiness.rb | 2 +- .../lib/aws-sdk-qbusiness/async_client.rb | 2 +- .../lib/aws-sdk-qbusiness/client.rb | 8 +- gems/aws-sdk-qconnect/CHANGELOG.md | 5 + gems/aws-sdk-qconnect/VERSION | 2 +- gems/aws-sdk-qconnect/lib/aws-sdk-qconnect.rb | 2 +- .../lib/aws-sdk-qconnect/client.rb | 8 +- gems/aws-sdk-qldb/CHANGELOG.md | 5 + gems/aws-sdk-qldb/VERSION | 2 +- gems/aws-sdk-qldb/lib/aws-sdk-qldb.rb | 2 +- gems/aws-sdk-qldb/lib/aws-sdk-qldb/client.rb | 8 +- gems/aws-sdk-qldbsession/CHANGELOG.md | 5 + gems/aws-sdk-qldbsession/VERSION | 2 +- .../lib/aws-sdk-qldbsession.rb | 2 +- .../lib/aws-sdk-qldbsession/client.rb | 8 +- gems/aws-sdk-quicksight/CHANGELOG.md | 5 + gems/aws-sdk-quicksight/VERSION | 2 +- .../lib/aws-sdk-quicksight.rb | 2 +- .../lib/aws-sdk-quicksight/client.rb | 8 +- gems/aws-sdk-ram/CHANGELOG.md | 5 + gems/aws-sdk-ram/VERSION | 2 +- gems/aws-sdk-ram/lib/aws-sdk-ram.rb | 2 +- gems/aws-sdk-ram/lib/aws-sdk-ram/client.rb | 8 +- gems/aws-sdk-rds/CHANGELOG.md | 5 + gems/aws-sdk-rds/VERSION | 2 +- gems/aws-sdk-rds/lib/aws-sdk-rds.rb | 2 +- gems/aws-sdk-rds/lib/aws-sdk-rds/client.rb | 8 +- gems/aws-sdk-rdsdataservice/CHANGELOG.md | 5 + gems/aws-sdk-rdsdataservice/VERSION | 2 +- .../lib/aws-sdk-rdsdataservice.rb | 2 +- .../lib/aws-sdk-rdsdataservice/client.rb | 8 +- gems/aws-sdk-recyclebin/CHANGELOG.md | 5 + gems/aws-sdk-recyclebin/VERSION | 2 +- .../lib/aws-sdk-recyclebin.rb | 2 +- .../lib/aws-sdk-recyclebin/client.rb | 8 +- gems/aws-sdk-redshift/CHANGELOG.md | 5 + gems/aws-sdk-redshift/VERSION | 2 +- gems/aws-sdk-redshift/lib/aws-sdk-redshift.rb | 2 +- .../lib/aws-sdk-redshift/client.rb | 8 +- .../CHANGELOG.md | 5 + gems/aws-sdk-redshiftdataapiservice/VERSION | 2 +- .../lib/aws-sdk-redshiftdataapiservice.rb | 2 +- .../aws-sdk-redshiftdataapiservice/client.rb | 8 +- gems/aws-sdk-redshiftserverless/CHANGELOG.md | 5 + gems/aws-sdk-redshiftserverless/VERSION | 2 +- .../lib/aws-sdk-redshiftserverless.rb | 2 +- .../lib/aws-sdk-redshiftserverless/client.rb | 8 +- gems/aws-sdk-rekognition/CHANGELOG.md | 5 + gems/aws-sdk-rekognition/VERSION | 2 +- .../lib/aws-sdk-rekognition.rb | 2 +- .../lib/aws-sdk-rekognition/client.rb | 8 +- gems/aws-sdk-repostspace/CHANGELOG.md | 5 + gems/aws-sdk-repostspace/VERSION | 2 +- .../lib/aws-sdk-repostspace.rb | 2 +- .../lib/aws-sdk-repostspace/client.rb | 8 +- gems/aws-sdk-resiliencehub/CHANGELOG.md | 5 + gems/aws-sdk-resiliencehub/VERSION | 2 +- .../lib/aws-sdk-resiliencehub.rb | 2 +- .../lib/aws-sdk-resiliencehub/client.rb | 8 +- gems/aws-sdk-resourceexplorer2/CHANGELOG.md | 5 + gems/aws-sdk-resourceexplorer2/VERSION | 2 +- .../lib/aws-sdk-resourceexplorer2.rb | 2 +- .../lib/aws-sdk-resourceexplorer2/client.rb | 8 +- gems/aws-sdk-resourcegroups/CHANGELOG.md | 5 + gems/aws-sdk-resourcegroups/VERSION | 2 +- .../lib/aws-sdk-resourcegroups.rb | 2 +- .../lib/aws-sdk-resourcegroups/client.rb | 8 +- .../CHANGELOG.md | 5 + gems/aws-sdk-resourcegroupstaggingapi/VERSION | 2 +- .../lib/aws-sdk-resourcegroupstaggingapi.rb | 2 +- .../client.rb | 8 +- gems/aws-sdk-robomaker/CHANGELOG.md | 5 + gems/aws-sdk-robomaker/VERSION | 2 +- .../lib/aws-sdk-robomaker.rb | 2 +- .../lib/aws-sdk-robomaker/client.rb | 8 +- gems/aws-sdk-rolesanywhere/CHANGELOG.md | 5 + gems/aws-sdk-rolesanywhere/VERSION | 2 +- .../lib/aws-sdk-rolesanywhere.rb | 2 +- .../lib/aws-sdk-rolesanywhere/client.rb | 8 +- gems/aws-sdk-route53/CHANGELOG.md | 5 + gems/aws-sdk-route53/VERSION | 2 +- gems/aws-sdk-route53/lib/aws-sdk-route53.rb | 2 +- .../lib/aws-sdk-route53/client.rb | 8 +- gems/aws-sdk-route53domains/CHANGELOG.md | 5 + gems/aws-sdk-route53domains/VERSION | 2 +- .../lib/aws-sdk-route53domains.rb | 2 +- .../lib/aws-sdk-route53domains/client.rb | 8 +- gems/aws-sdk-route53profiles/CHANGELOG.md | 5 + gems/aws-sdk-route53profiles/VERSION | 2 +- .../lib/aws-sdk-route53profiles.rb | 2 +- .../lib/aws-sdk-route53profiles/client.rb | 8 +- .../CHANGELOG.md | 5 + gems/aws-sdk-route53recoverycluster/VERSION | 2 +- .../lib/aws-sdk-route53recoverycluster.rb | 2 +- .../aws-sdk-route53recoverycluster/client.rb | 8 +- .../CHANGELOG.md | 5 + .../VERSION | 2 +- .../aws-sdk-route53recoverycontrolconfig.rb | 2 +- .../client.rb | 8 +- .../CHANGELOG.md | 5 + gems/aws-sdk-route53recoveryreadiness/VERSION | 2 +- .../lib/aws-sdk-route53recoveryreadiness.rb | 2 +- .../client.rb | 8 +- gems/aws-sdk-route53resolver/CHANGELOG.md | 5 + gems/aws-sdk-route53resolver/VERSION | 2 +- .../lib/aws-sdk-route53resolver.rb | 2 +- .../lib/aws-sdk-route53resolver/client.rb | 8 +- gems/aws-sdk-s3/CHANGELOG.md | 5 + gems/aws-sdk-s3/VERSION | 2 +- gems/aws-sdk-s3/lib/aws-sdk-s3.rb | 2 +- gems/aws-sdk-s3/lib/aws-sdk-s3/client.rb | 8 +- gems/aws-sdk-s3control/CHANGELOG.md | 5 + gems/aws-sdk-s3control/VERSION | 2 +- .../lib/aws-sdk-s3control.rb | 2 +- .../lib/aws-sdk-s3control/client.rb | 8 +- gems/aws-sdk-s3outposts/CHANGELOG.md | 5 + gems/aws-sdk-s3outposts/VERSION | 2 +- .../lib/aws-sdk-s3outposts.rb | 2 +- .../lib/aws-sdk-s3outposts/client.rb | 8 +- gems/aws-sdk-sagemaker/CHANGELOG.md | 5 + gems/aws-sdk-sagemaker/VERSION | 2 +- .../lib/aws-sdk-sagemaker.rb | 2 +- .../lib/aws-sdk-sagemaker/client.rb | 8 +- .../aws-sdk-sagemakeredgemanager/CHANGELOG.md | 5 + gems/aws-sdk-sagemakeredgemanager/VERSION | 2 +- .../lib/aws-sdk-sagemakeredgemanager.rb | 2 +- .../aws-sdk-sagemakeredgemanager/client.rb | 8 +- .../CHANGELOG.md | 5 + .../VERSION | 2 +- .../aws-sdk-sagemakerfeaturestoreruntime.rb | 2 +- .../client.rb | 8 +- gems/aws-sdk-sagemakergeospatial/CHANGELOG.md | 5 + gems/aws-sdk-sagemakergeospatial/VERSION | 2 +- .../lib/aws-sdk-sagemakergeospatial.rb | 2 +- .../lib/aws-sdk-sagemakergeospatial/client.rb | 8 +- gems/aws-sdk-sagemakermetrics/CHANGELOG.md | 5 + gems/aws-sdk-sagemakermetrics/VERSION | 2 +- .../lib/aws-sdk-sagemakermetrics.rb | 2 +- .../lib/aws-sdk-sagemakermetrics/client.rb | 8 +- gems/aws-sdk-sagemakerruntime/CHANGELOG.md | 5 + gems/aws-sdk-sagemakerruntime/VERSION | 2 +- .../lib/aws-sdk-sagemakerruntime.rb | 2 +- .../lib/aws-sdk-sagemakerruntime/client.rb | 8 +- gems/aws-sdk-savingsplans/CHANGELOG.md | 5 + gems/aws-sdk-savingsplans/VERSION | 2 +- .../lib/aws-sdk-savingsplans.rb | 2 +- .../lib/aws-sdk-savingsplans/client.rb | 8 +- gems/aws-sdk-scheduler/CHANGELOG.md | 5 + gems/aws-sdk-scheduler/VERSION | 2 +- .../lib/aws-sdk-scheduler.rb | 2 +- .../lib/aws-sdk-scheduler/client.rb | 8 +- gems/aws-sdk-schemas/CHANGELOG.md | 5 + gems/aws-sdk-schemas/VERSION | 2 +- gems/aws-sdk-schemas/lib/aws-sdk-schemas.rb | 2 +- .../lib/aws-sdk-schemas/client.rb | 8 +- gems/aws-sdk-secretsmanager/CHANGELOG.md | 5 + gems/aws-sdk-secretsmanager/VERSION | 2 +- .../lib/aws-sdk-secretsmanager.rb | 2 +- .../lib/aws-sdk-secretsmanager/client.rb | 8 +- gems/aws-sdk-securityhub/CHANGELOG.md | 5 + gems/aws-sdk-securityhub/VERSION | 2 +- .../lib/aws-sdk-securityhub.rb | 2 +- .../lib/aws-sdk-securityhub/client.rb | 8 +- .../lib/aws-sdk-securityhub/types.rb | 43 +++-- gems/aws-sdk-securitylake/CHANGELOG.md | 5 + gems/aws-sdk-securitylake/VERSION | 2 +- .../lib/aws-sdk-securitylake.rb | 2 +- .../lib/aws-sdk-securitylake/client.rb | 8 +- .../CHANGELOG.md | 5 + .../VERSION | 2 +- ...aws-sdk-serverlessapplicationrepository.rb | 2 +- .../client.rb | 8 +- gems/aws-sdk-servicecatalog/CHANGELOG.md | 5 + gems/aws-sdk-servicecatalog/VERSION | 2 +- .../lib/aws-sdk-servicecatalog.rb | 2 +- .../lib/aws-sdk-servicecatalog/client.rb | 8 +- gems/aws-sdk-servicediscovery/CHANGELOG.md | 5 + gems/aws-sdk-servicediscovery/VERSION | 2 +- .../lib/aws-sdk-servicediscovery.rb | 2 +- .../lib/aws-sdk-servicediscovery/client.rb | 8 +- gems/aws-sdk-servicequotas/CHANGELOG.md | 5 + gems/aws-sdk-servicequotas/VERSION | 2 +- .../lib/aws-sdk-servicequotas.rb | 2 +- .../lib/aws-sdk-servicequotas/client.rb | 8 +- gems/aws-sdk-ses/CHANGELOG.md | 5 + gems/aws-sdk-ses/VERSION | 2 +- gems/aws-sdk-ses/lib/aws-sdk-ses.rb | 2 +- gems/aws-sdk-ses/lib/aws-sdk-ses/client.rb | 8 +- gems/aws-sdk-sesv2/CHANGELOG.md | 5 + gems/aws-sdk-sesv2/VERSION | 2 +- gems/aws-sdk-sesv2/lib/aws-sdk-sesv2.rb | 2 +- .../aws-sdk-sesv2/lib/aws-sdk-sesv2/client.rb | 8 +- gems/aws-sdk-shield/CHANGELOG.md | 5 + gems/aws-sdk-shield/VERSION | 2 +- gems/aws-sdk-shield/lib/aws-sdk-shield.rb | 2 +- .../lib/aws-sdk-shield/client.rb | 8 +- gems/aws-sdk-signer/CHANGELOG.md | 5 + gems/aws-sdk-signer/VERSION | 2 +- gems/aws-sdk-signer/lib/aws-sdk-signer.rb | 2 +- .../lib/aws-sdk-signer/client.rb | 8 +- gems/aws-sdk-simpledb/CHANGELOG.md | 5 + gems/aws-sdk-simpledb/VERSION | 2 +- gems/aws-sdk-simpledb/lib/aws-sdk-simpledb.rb | 2 +- .../lib/aws-sdk-simpledb/client.rb | 8 +- gems/aws-sdk-simspaceweaver/CHANGELOG.md | 5 + gems/aws-sdk-simspaceweaver/VERSION | 2 +- .../lib/aws-sdk-simspaceweaver.rb | 2 +- .../lib/aws-sdk-simspaceweaver/client.rb | 8 +- gems/aws-sdk-sms/CHANGELOG.md | 5 + gems/aws-sdk-sms/VERSION | 2 +- gems/aws-sdk-sms/lib/aws-sdk-sms.rb | 2 +- gems/aws-sdk-sms/lib/aws-sdk-sms/client.rb | 8 +- gems/aws-sdk-snowball/CHANGELOG.md | 5 + gems/aws-sdk-snowball/VERSION | 2 +- gems/aws-sdk-snowball/lib/aws-sdk-snowball.rb | 2 +- .../lib/aws-sdk-snowball/client.rb | 8 +- .../aws-sdk-snowdevicemanagement/CHANGELOG.md | 5 + gems/aws-sdk-snowdevicemanagement/VERSION | 2 +- .../lib/aws-sdk-snowdevicemanagement.rb | 2 +- .../aws-sdk-snowdevicemanagement/client.rb | 8 +- gems/aws-sdk-sns/CHANGELOG.md | 5 + gems/aws-sdk-sns/VERSION | 2 +- gems/aws-sdk-sns/lib/aws-sdk-sns.rb | 2 +- gems/aws-sdk-sns/lib/aws-sdk-sns/client.rb | 8 +- gems/aws-sdk-sqs/CHANGELOG.md | 5 + gems/aws-sdk-sqs/VERSION | 2 +- gems/aws-sdk-sqs/lib/aws-sdk-sqs.rb | 2 +- gems/aws-sdk-sqs/lib/aws-sdk-sqs/client.rb | 8 +- gems/aws-sdk-ssm/CHANGELOG.md | 5 + gems/aws-sdk-ssm/VERSION | 2 +- gems/aws-sdk-ssm/lib/aws-sdk-ssm.rb | 2 +- gems/aws-sdk-ssm/lib/aws-sdk-ssm/client.rb | 8 +- gems/aws-sdk-ssmcontacts/CHANGELOG.md | 5 + gems/aws-sdk-ssmcontacts/VERSION | 2 +- .../lib/aws-sdk-ssmcontacts.rb | 2 +- .../lib/aws-sdk-ssmcontacts/client.rb | 8 +- gems/aws-sdk-ssmincidents/CHANGELOG.md | 5 + gems/aws-sdk-ssmincidents/VERSION | 2 +- .../lib/aws-sdk-ssmincidents.rb | 2 +- .../lib/aws-sdk-ssmincidents/client.rb | 8 +- gems/aws-sdk-ssmquicksetup/CHANGELOG.md | 5 + gems/aws-sdk-ssmquicksetup/VERSION | 2 +- .../lib/aws-sdk-ssmquicksetup.rb | 2 +- .../lib/aws-sdk-ssmquicksetup/client.rb | 8 +- gems/aws-sdk-ssmsap/CHANGELOG.md | 5 + gems/aws-sdk-ssmsap/VERSION | 2 +- gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap.rb | 2 +- .../lib/aws-sdk-ssmsap/client.rb | 8 +- gems/aws-sdk-ssoadmin/CHANGELOG.md | 5 + gems/aws-sdk-ssoadmin/VERSION | 2 +- gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin.rb | 2 +- .../lib/aws-sdk-ssoadmin/client.rb | 8 +- gems/aws-sdk-states/CHANGELOG.md | 5 + gems/aws-sdk-states/VERSION | 2 +- gems/aws-sdk-states/lib/aws-sdk-states.rb | 2 +- .../lib/aws-sdk-states/client.rb | 8 +- gems/aws-sdk-storagegateway/CHANGELOG.md | 5 + gems/aws-sdk-storagegateway/VERSION | 2 +- .../lib/aws-sdk-storagegateway.rb | 2 +- .../lib/aws-sdk-storagegateway/client.rb | 8 +- gems/aws-sdk-supplychain/CHANGELOG.md | 5 + gems/aws-sdk-supplychain/VERSION | 2 +- .../lib/aws-sdk-supplychain.rb | 2 +- .../lib/aws-sdk-supplychain/client.rb | 8 +- gems/aws-sdk-support/CHANGELOG.md | 5 + gems/aws-sdk-support/VERSION | 2 +- gems/aws-sdk-support/lib/aws-sdk-support.rb | 2 +- .../lib/aws-sdk-support/client.rb | 8 +- gems/aws-sdk-supportapp/CHANGELOG.md | 5 + gems/aws-sdk-supportapp/VERSION | 2 +- .../lib/aws-sdk-supportapp.rb | 2 +- .../lib/aws-sdk-supportapp/client.rb | 8 +- gems/aws-sdk-swf/CHANGELOG.md | 5 + gems/aws-sdk-swf/VERSION | 2 +- gems/aws-sdk-swf/lib/aws-sdk-swf.rb | 2 +- gems/aws-sdk-swf/lib/aws-sdk-swf/client.rb | 8 +- gems/aws-sdk-synthetics/CHANGELOG.md | 5 + gems/aws-sdk-synthetics/VERSION | 2 +- .../lib/aws-sdk-synthetics.rb | 2 +- .../lib/aws-sdk-synthetics/client.rb | 8 +- gems/aws-sdk-taxsettings/CHANGELOG.md | 5 + gems/aws-sdk-taxsettings/VERSION | 2 +- .../lib/aws-sdk-taxsettings.rb | 2 +- .../lib/aws-sdk-taxsettings/client.rb | 8 +- gems/aws-sdk-textract/CHANGELOG.md | 5 + gems/aws-sdk-textract/VERSION | 2 +- gems/aws-sdk-textract/lib/aws-sdk-textract.rb | 2 +- .../lib/aws-sdk-textract/client.rb | 8 +- gems/aws-sdk-timestreaminfluxdb/CHANGELOG.md | 5 + gems/aws-sdk-timestreaminfluxdb/VERSION | 2 +- .../lib/aws-sdk-timestreaminfluxdb.rb | 2 +- .../lib/aws-sdk-timestreaminfluxdb/client.rb | 8 +- gems/aws-sdk-timestreamquery/CHANGELOG.md | 5 + gems/aws-sdk-timestreamquery/VERSION | 2 +- .../lib/aws-sdk-timestreamquery.rb | 2 +- .../lib/aws-sdk-timestreamquery/client.rb | 8 +- gems/aws-sdk-timestreamwrite/CHANGELOG.md | 5 + gems/aws-sdk-timestreamwrite/VERSION | 2 +- .../lib/aws-sdk-timestreamwrite.rb | 2 +- .../lib/aws-sdk-timestreamwrite/client.rb | 8 +- gems/aws-sdk-tnb/CHANGELOG.md | 5 + gems/aws-sdk-tnb/VERSION | 2 +- gems/aws-sdk-tnb/lib/aws-sdk-tnb.rb | 2 +- gems/aws-sdk-tnb/lib/aws-sdk-tnb/client.rb | 8 +- gems/aws-sdk-transcribeservice/CHANGELOG.md | 5 + gems/aws-sdk-transcribeservice/VERSION | 2 +- .../lib/aws-sdk-transcribeservice.rb | 2 +- .../lib/aws-sdk-transcribeservice/client.rb | 8 +- .../CHANGELOG.md | 5 + .../VERSION | 2 +- .../lib/aws-sdk-transcribestreamingservice.rb | 2 +- .../async_client.rb | 2 +- .../client.rb | 8 +- gems/aws-sdk-transfer/CHANGELOG.md | 5 + gems/aws-sdk-transfer/VERSION | 2 +- gems/aws-sdk-transfer/lib/aws-sdk-transfer.rb | 2 +- .../lib/aws-sdk-transfer/client.rb | 8 +- gems/aws-sdk-translate/CHANGELOG.md | 5 + gems/aws-sdk-translate/VERSION | 2 +- .../lib/aws-sdk-translate.rb | 2 +- .../lib/aws-sdk-translate/client.rb | 8 +- gems/aws-sdk-trustedadvisor/CHANGELOG.md | 5 + gems/aws-sdk-trustedadvisor/VERSION | 2 +- .../lib/aws-sdk-trustedadvisor.rb | 2 +- .../lib/aws-sdk-trustedadvisor/client.rb | 8 +- gems/aws-sdk-verifiedpermissions/CHANGELOG.md | 5 + gems/aws-sdk-verifiedpermissions/VERSION | 2 +- .../lib/aws-sdk-verifiedpermissions.rb | 2 +- .../lib/aws-sdk-verifiedpermissions/client.rb | 8 +- gems/aws-sdk-voiceid/CHANGELOG.md | 5 + gems/aws-sdk-voiceid/VERSION | 2 +- gems/aws-sdk-voiceid/lib/aws-sdk-voiceid.rb | 2 +- .../lib/aws-sdk-voiceid/client.rb | 8 +- gems/aws-sdk-vpclattice/CHANGELOG.md | 5 + gems/aws-sdk-vpclattice/VERSION | 2 +- .../lib/aws-sdk-vpclattice.rb | 2 +- .../lib/aws-sdk-vpclattice/client.rb | 8 +- gems/aws-sdk-waf/CHANGELOG.md | 5 + gems/aws-sdk-waf/VERSION | 2 +- gems/aws-sdk-waf/lib/aws-sdk-waf.rb | 2 +- gems/aws-sdk-waf/lib/aws-sdk-waf/client.rb | 8 +- gems/aws-sdk-wafregional/CHANGELOG.md | 5 + gems/aws-sdk-wafregional/VERSION | 2 +- .../lib/aws-sdk-wafregional.rb | 2 +- .../lib/aws-sdk-wafregional/client.rb | 8 +- gems/aws-sdk-wafv2/CHANGELOG.md | 5 + gems/aws-sdk-wafv2/VERSION | 2 +- gems/aws-sdk-wafv2/lib/aws-sdk-wafv2.rb | 2 +- .../aws-sdk-wafv2/lib/aws-sdk-wafv2/client.rb | 8 +- gems/aws-sdk-wellarchitected/CHANGELOG.md | 5 + gems/aws-sdk-wellarchitected/VERSION | 2 +- .../lib/aws-sdk-wellarchitected.rb | 2 +- .../lib/aws-sdk-wellarchitected/client.rb | 8 +- gems/aws-sdk-workdocs/CHANGELOG.md | 5 + gems/aws-sdk-workdocs/VERSION | 2 +- gems/aws-sdk-workdocs/lib/aws-sdk-workdocs.rb | 2 +- .../lib/aws-sdk-workdocs/client.rb | 8 +- gems/aws-sdk-worklink/CHANGELOG.md | 5 + gems/aws-sdk-worklink/VERSION | 2 +- gems/aws-sdk-worklink/lib/aws-sdk-worklink.rb | 2 +- .../lib/aws-sdk-worklink/client.rb | 8 +- gems/aws-sdk-workmail/CHANGELOG.md | 5 + gems/aws-sdk-workmail/VERSION | 2 +- gems/aws-sdk-workmail/lib/aws-sdk-workmail.rb | 2 +- .../lib/aws-sdk-workmail/client.rb | 8 +- gems/aws-sdk-workmailmessageflow/CHANGELOG.md | 5 + gems/aws-sdk-workmailmessageflow/VERSION | 2 +- .../lib/aws-sdk-workmailmessageflow.rb | 2 +- .../lib/aws-sdk-workmailmessageflow/client.rb | 8 +- gems/aws-sdk-workspaces/CHANGELOG.md | 5 + gems/aws-sdk-workspaces/VERSION | 2 +- .../lib/aws-sdk-workspaces.rb | 2 +- .../lib/aws-sdk-workspaces/client.rb | 8 +- .../aws-sdk-workspacesthinclient/CHANGELOG.md | 5 + gems/aws-sdk-workspacesthinclient/VERSION | 2 +- .../lib/aws-sdk-workspacesthinclient.rb | 2 +- .../aws-sdk-workspacesthinclient/client.rb | 8 +- gems/aws-sdk-workspacesweb/CHANGELOG.md | 5 + gems/aws-sdk-workspacesweb/VERSION | 2 +- .../lib/aws-sdk-workspacesweb.rb | 2 +- .../lib/aws-sdk-workspacesweb/client.rb | 8 +- gems/aws-sdk-xray/CHANGELOG.md | 5 + gems/aws-sdk-xray/VERSION | 2 +- gems/aws-sdk-xray/lib/aws-sdk-xray.rb | 2 +- gems/aws-sdk-xray/lib/aws-sdk-xray/client.rb | 8 +- 1565 files changed, 5788 insertions(+), 1270 deletions(-) diff --git a/apis/chime-sdk-voice/2022-08-03/docs-2.json b/apis/chime-sdk-voice/2022-08-03/docs-2.json index fa534fcceb5..5475b8fd1a5 100644 --- a/apis/chime-sdk-voice/2022-08-03/docs-2.json +++ b/apis/chime-sdk-voice/2022-08-03/docs-2.json @@ -208,7 +208,7 @@ "GetVoiceToneAnalysisTaskRequest$IsCaller": "

Specifies whether the voice being analyzed is the caller (originator) or the callee (responder).

", "LoggingConfiguration$EnableSIPLogs": "

Boolean that enables sending SIP message logs to Amazon CloudWatch.

", "LoggingConfiguration$EnableMediaMetricLogs": "

Enables or disables media metrics logging.

", - "MediaInsightsConfiguration$Disabled": "

Denotes the configration as enabled or disabled.

", + "MediaInsightsConfiguration$Disabled": "

Denotes the configuration as enabled or disabled.

", "Origination$Disabled": "

When origination settings are disabled, inbound calls are not enabled for your Amazon Chime SDK Voice Connector. This parameter is not required, but you must specify this parameter or Routes.

", "Proxy$Disabled": "

When true, stops proxy sessions from being created on the specified Amazon Chime SDK Voice Connector.

", "PutVoiceConnectorProxyRequest$Disabled": "

When true, stops proxy sessions from being created on the specified Amazon Chime SDK Voice Connector.

", @@ -1126,7 +1126,7 @@ "GetSpeakerSearchTaskRequest$SpeakerSearchTaskId": "

The ID of the speaker search task.

", "GetVoiceProfileDomainRequest$VoiceProfileDomainId": "

The voice profile domain ID.

", "GetVoiceProfileRequest$VoiceProfileId": "

The voice profile ID.

", - "GetVoiceToneAnalysisTaskRequest$VoiceToneAnalysisTaskId": "

The ID of the voice tone anlysis task.

", + "GetVoiceToneAnalysisTaskRequest$VoiceToneAnalysisTaskId": "

The ID of the voice tone analysis task.

", "ListVoiceProfilesRequest$VoiceProfileDomainId": "

The ID of the voice profile domain.

", "SpeakerSearchDetails$VoiceprintGenerationStatus": "

The status of a voice print generation operation, VoiceprintGenerationSuccess or VoiceprintGenerationFailure..

", "SpeakerSearchResult$VoiceProfileId": "

The voice profile ID.

", @@ -1619,7 +1619,7 @@ "ValidateE911AddressRequest$StreetInfo": "

The address street information, such as 8th Avenue.

", "ValidateE911AddressRequest$City": "

The address city, such as Portland.

", "ValidateE911AddressRequest$State": "

The address state, such as ME.

", - "ValidateE911AddressRequest$Country": "

The country in the address being validated.

", + "ValidateE911AddressRequest$Country": "

The country in the address being validated as two-letter country code in ISO 3166-1 alpha-2 format, such as US. For more information, see ISO 3166-1 alpha-2 in Wikipedia.

", "ValidateE911AddressRequest$PostalCode": "

The dress postal code, such 04352.

" } }, @@ -2108,7 +2108,7 @@ "ValidationResult": { "base": null, "refs": { - "ValidateE911AddressResponse$ValidationResult": "

Number indicating the result of address validation. 0 means the address was perfect as-is and successfully validated. 1 means the address was corrected. 2 means the address sent was not close enough and was not validated.

" + "ValidateE911AddressResponse$ValidationResult": "

Number indicating the result of address validation.

Each possible result is defined as follows:

  • 0 - Address validation succeeded.

  • 1 - Address validation succeeded. The address was a close enough match and has been corrected as part of the address object.

  • 2 - Address validation failed. You should re-submit the validation request with candidates from the CandidateAddressList result, if it's a close match.

" } }, "VoiceConnector": { diff --git a/apis/cognito-identity/2014-06-30/api-2.json b/apis/cognito-identity/2014-06-30/api-2.json index 2d25a88f700..338efa85147 100644 --- a/apis/cognito-identity/2014-06-30/api-2.json +++ b/apis/cognito-identity/2014-06-30/api-2.json @@ -767,7 +767,8 @@ "IdentityProviderToken":{ "type":"string", "max":50000, - "min":1 + "min":1, + "sensitive":true }, "IdentityProviders":{ "type":"map", @@ -944,7 +945,10 @@ "type":"list", "member":{"shape":"ARNString"} }, - "OIDCToken":{"type":"string"}, + "OIDCToken":{ + "type":"string", + "sensitive":true + }, "PaginationKey":{ "type":"string", "max":65535, @@ -1031,7 +1035,10 @@ "type":"list", "member":{"shape":"ARNString"} }, - "SecretKeyString":{"type":"string"}, + "SecretKeyString":{ + "type":"string", + "sensitive":true + }, "SessionTokenString":{"type":"string"}, "SetIdentityPoolRolesInput":{ "type":"structure", diff --git a/apis/pipes/2015-10-07/api-2.json b/apis/pipes/2015-10-07/api-2.json index 191d41d163f..0b7af0dba6a 100644 --- a/apis/pipes/2015-10-07/api-2.json +++ b/apis/pipes/2015-10-07/api-2.json @@ -2,6 +2,7 @@ "version":"2.0", "metadata":{ "apiVersion":"2015-10-07", + "auth":["aws.auth#sigv4"], "endpointPrefix":"pipes", "protocol":"rest-json", "protocols":["rest-json"], @@ -400,7 +401,8 @@ "TargetParameters":{"shape":"PipeTargetParameters"}, "RoleArn":{"shape":"RoleArn"}, "Tags":{"shape":"TagMap"}, - "LogConfiguration":{"shape":"PipeLogConfigurationParameters"} + "LogConfiguration":{"shape":"PipeLogConfigurationParameters"}, + "KmsKeyIdentifier":{"shape":"KmsKeyIdentifier"} } }, "CreatePipeResponse":{ @@ -484,7 +486,8 @@ "Tags":{"shape":"TagMap"}, "CreationTime":{"shape":"Timestamp"}, "LastModifiedTime":{"shape":"Timestamp"}, - "LogConfiguration":{"shape":"PipeLogConfiguration"} + "LogConfiguration":{"shape":"PipeLogConfiguration"}, + "KmsKeyIdentifier":{"shape":"KmsKeyIdentifier"} } }, "DimensionMapping":{ @@ -802,6 +805,12 @@ "AT_TIMESTAMP" ] }, + "KmsKeyIdentifier":{ + "type":"string", + "max":2048, + "min":0, + "pattern":"[a-zA-Z0-9_\\-/:]*" + }, "LaunchType":{ "type":"string", "enum":[ @@ -1957,7 +1966,8 @@ "Target":{"shape":"Arn"}, "TargetParameters":{"shape":"PipeTargetParameters"}, "RoleArn":{"shape":"RoleArn"}, - "LogConfiguration":{"shape":"PipeLogConfigurationParameters"} + "LogConfiguration":{"shape":"PipeLogConfigurationParameters"}, + "KmsKeyIdentifier":{"shape":"KmsKeyIdentifier"} } }, "UpdatePipeResponse":{ diff --git a/apis/pipes/2015-10-07/docs-2.json b/apis/pipes/2015-10-07/docs-2.json index 40d7fc8de7e..c40b5898d56 100644 --- a/apis/pipes/2015-10-07/docs-2.json +++ b/apis/pipes/2015-10-07/docs-2.json @@ -550,6 +550,14 @@ "PipeSourceKinesisStreamParameters$StartingPosition": "

(Streams only) The position in a stream from which to start reading.

" } }, + "KmsKeyIdentifier": { + "base": null, + "refs": { + "CreatePipeRequest$KmsKeyIdentifier": "

The identifier of the KMS customer managed key for EventBridge to use, if you choose to use a customer managed key to encrypt pipe data. The identifier can be the key Amazon Resource Name (ARN), KeyId, key alias, or key alias ARN.

If you do not specify a customer managed key identifier, EventBridge uses an Amazon Web Services owned key to encrypt pipe data.

For more information, see Managing keys in the Key Management Service Developer Guide.

", + "DescribePipeResponse$KmsKeyIdentifier": "

The identifier of the KMS customer managed key for EventBridge to use to encrypt pipe data, if one has been specified.

For more information, see Data encryption in EventBridge in the Amazon EventBridge User Guide.

", + "UpdatePipeRequest$KmsKeyIdentifier": "

The identifier of the KMS customer managed key for EventBridge to use, if you choose to use a customer managed key to encrypt pipe data. The identifier can be the key Amazon Resource Name (ARN), KeyId, key alias, or key alias ARN.

To update a pipe that is using the default Amazon Web Services owned key to use a customer managed key instead, or update a pipe that is using a customer managed key to use a different customer managed key, specify a customer managed key identifier.

To update a pipe that is using a customer managed key to use the default Amazon Web Services owned key, specify an empty string.

For more information, see Managing keys in the Key Management Service Developer Guide.

" + } + }, "LaunchType": { "base": null, "refs": { @@ -1196,8 +1204,8 @@ "S3OutputFormat": { "base": null, "refs": { - "S3LogDestination$OutputFormat": "

The format EventBridge uses for the log records.

", - "S3LogDestinationParameters$OutputFormat": "

How EventBridge should format the log records.

" + "S3LogDestination$OutputFormat": "

The format EventBridge uses for the log records.

EventBridge currently only supports json formatting.

", + "S3LogDestinationParameters$OutputFormat": "

How EventBridge should format the log records.

EventBridge currently only supports json formatting.

" } }, "SageMakerPipelineParameter": { @@ -1259,7 +1267,7 @@ "SecurityGroupIds": { "base": "

List of SecurityGroupId.

", "refs": { - "SelfManagedKafkaAccessConfigurationVpc$SecurityGroup": "

Specifies the security groups associated with the stream. These security groups must all be in the same VPC. You can specify as many as five security groups. If you do not specify a security group, the default security group for the VPC is used.

" + "SelfManagedKafkaAccessConfigurationVpc$SecurityGroup": "

Specifies the security groups associated with the stream. These security groups must all be in the same VPC. You can specify as many as five security groups.

" } }, "SecurityGroups": { diff --git a/apis/securityhub/2018-10-26/docs-2.json b/apis/securityhub/2018-10-26/docs-2.json index 0508ff8490f..64b107f1875 100644 --- a/apis/securityhub/2018-10-26/docs-2.json +++ b/apis/securityhub/2018-10-26/docs-2.json @@ -170,7 +170,7 @@ "ActionRemoteIpDetails": { "base": "

For AwsApiAction, NetworkConnectionAction, and PortProbeAction, RemoteIpDetails provides information about the remote IP address that was involved in the action.

", "refs": { - "AwsApiCallAction$RemoteIpDetails": "

Provided if CallerType is remoteIp. Provides information about the remote IP address that the API call originated from.

", + "AwsApiCallAction$RemoteIpDetails": "

Provided if CallerType is remoteip. Provides information about the remote IP address that the API call originated from.

", "NetworkConnectionAction$RemoteIpDetails": "

Information about the remote IP address that issued the network connection request.

", "PortProbeDetail$RemoteIpDetails": "

Provides information about the remote IP address that performed the scan.

" } @@ -252,7 +252,7 @@ "AssociatedStandardsList": { "base": null, "refs": { - "Compliance$AssociatedStandards": "

The enabled security standards in which a security control is currently enabled.

" + "Compliance$AssociatedStandards": "

Typically provides an array of enabled security standards in which a security control is currently enabled.

" } }, "AssociationFilters": { @@ -4749,7 +4749,7 @@ } }, "Compliance": { - "base": "

Contains finding details that are specific to control-based findings. Only returned for findings generated from controls.

", + "base": "

This object typically provides details about a control finding, such as applicable standards and the status of control checks. While finding providers can add custom content in Compliance object fields, they are typically used to review details of Security Hub control findings.

", "refs": { "AwsSecurityFinding$Compliance": "

This data type is exclusive to findings that are generated as the result of a check run against a specific rule in a supported security standard, such as CIS Amazon Web Services Foundations. Contains security standard-related finding details.

" } @@ -4757,7 +4757,7 @@ "ComplianceStatus": { "base": null, "refs": { - "Compliance$Status": "

The result of a standards check.

The valid values for Status are as follows.

    • PASSED - Standards check passed for all evaluated resources.

    • WARNING - Some information is missing or this check is not supported for your configuration.

    • FAILED - Standards check failed for at least one evaluated resource.

    • NOT_AVAILABLE - Check could not be performed due to a service outage, API error, or because the result of the Config evaluation was NOT_APPLICABLE. If the Config evaluation result was NOT_APPLICABLE for a Security Hub control, Security Hub automatically archives the finding after 3 days.

" + "Compliance$Status": "

Typically summarizes the result of a control check.

For Security Hub controls, valid values for Status are as follows.

    • PASSED - Standards check passed for all evaluated resources.

    • WARNING - Some information is missing or this check is not supported for your configuration.

    • FAILED - Standards check failed for at least one evaluated resource.

    • NOT_AVAILABLE - Check could not be performed due to a service outage, API error, or because the result of the Config evaluation was NOT_APPLICABLE. If the Config evaluation result was NOT_APPLICABLE for a Security Hub control, Security Hub automatically archives the finding after 3 days.

" } }, "ConfigurationOptions": { @@ -7658,7 +7658,7 @@ "CloudWatchLogsLogGroupArnConfigDetails$Id": "

The ID for a DNS query logging configuration.

", "CodeVulnerabilitiesFilePath$FileName": "

The name of the file in which the code vulnerability is located.

", "CodeVulnerabilitiesFilePath$FilePath": "

The file path to the code in which the vulnerability is located.

", - "Compliance$SecurityControlId": "

The unique identifier of a control across standards. Values for this field typically consist of an Amazon Web Servicesservice and a number, such as APIGateway.5.

", + "Compliance$SecurityControlId": "

Typically provides the unique identifier of a control across standards. For Security Hub controls, this field consists of an Amazon Web Servicesservice and a unique number, such as APIGateway.5.

", "ConfigurationPolicyAssociationSummary$ConfigurationPolicyId": "

The universally unique identifier (UUID) of the configuration policy.

", "ConfigurationPolicyAssociationSummary$TargetId": "

The identifier of the target account, organizational unit, or the root.

", "ConfigurationPolicyAssociationSummary$AssociationStatusMessage": "

The explanation for a FAILED value for AssociationStatus.

", @@ -8394,7 +8394,7 @@ "RelatedRequirementsList": { "base": null, "refs": { - "Compliance$RelatedRequirements": "

For a control, the industry or regulatory framework requirements that are related to the control. The check for that control is aligned with these requirements.

Array Members: Maximum number of 32 items.

", + "Compliance$RelatedRequirements": "

Typically provides the industry or regulatory framework requirements that are related to a control. The check for that control is aligned with these requirements.

Array Members: Maximum number of 32 items.

", "StandardsControl$RelatedRequirements": "

The list of requirements that are related to this control.

", "StandardsControlAssociationDetail$RelatedRequirements": "

The requirement that underlies a control in the compliance framework related to the standard.

", "StandardsControlAssociationSummary$RelatedRequirements": "

The requirement that underlies this control in the compliance framework related to the standard.

" @@ -8714,7 +8714,7 @@ "SecurityControlParametersList": { "base": null, "refs": { - "Compliance$SecurityControlParameters": "

An object that includes security control parameter names and values.

" + "Compliance$SecurityControlParameters": "

Typically an object that includes security control parameter names and values.

" } }, "SecurityControlProperty": { @@ -9035,7 +9035,7 @@ "StatusReasonsList": { "base": null, "refs": { - "Compliance$StatusReasons": "

For findings generated from controls, a list of reasons behind the value of Status. For the list of status reason codes and their meanings, see Standards-related information in the ASFF in the Security Hub User Guide.

" + "Compliance$StatusReasons": "

Typically used to provide a list of reasons for the value of Status.

" } }, "StringConfigurationOptions": { diff --git a/gems/aws-partitions/CHANGELOG.md b/gems/aws-partitions/CHANGELOG.md index 8a2a8b1b042..e1c19735082 100644 --- a/gems/aws-partitions/CHANGELOG.md +++ b/gems/aws-partitions/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.973.0 (2024-09-10) +------------------ + +* Feature - Updated the partitions source data the determines the AWS service regions and endpoints. + 1.972.0 (2024-09-09) ------------------ diff --git a/gems/aws-partitions/VERSION b/gems/aws-partitions/VERSION index 91051144439..17a1ddf31e0 100644 --- a/gems/aws-partitions/VERSION +++ b/gems/aws-partitions/VERSION @@ -1 +1 @@ -1.972.0 +1.973.0 diff --git a/gems/aws-partitions/partitions.json b/gems/aws-partitions/partitions.json index b4355eba40c..7f365c22f56 100644 --- a/gems/aws-partitions/partitions.json +++ b/gems/aws-partitions/partitions.json @@ -3051,9 +3051,45 @@ "eu-north-1" : { }, "eu-west-1" : { }, "eu-west-2" : { }, - "us-east-1" : { }, - "us-east-2" : { }, - "us-west-2" : { } + "fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "cleanrooms-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "cleanrooms-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "cleanrooms-fips.us-west-2.amazonaws.com" + }, + "us-east-1" : { + "variants" : [ { + "hostname" : "cleanrooms-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "cleanrooms-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "cleanrooms-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + } } }, "cloud9" : { @@ -6385,10 +6421,30 @@ "protocols" : [ "http", "https" ] }, "endpoints" : { - "af-south-1" : { }, - "ap-east-1" : { }, - "ap-northeast-1" : { }, - "ap-northeast-2" : { }, + "af-south-1" : { + "variants" : [ { + "hostname" : "ec2.af-south-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-east-1" : { + "variants" : [ { + "hostname" : "ec2.ap-east-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-northeast-1" : { + "variants" : [ { + "hostname" : "ec2.ap-northeast-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-northeast-2" : { + "variants" : [ { + "hostname" : "ec2.ap-northeast-2.api.aws", + "tags" : [ "dualstack" ] + } ] + }, "ap-northeast-3" : { }, "ap-south-1" : { "variants" : [ { @@ -6397,14 +6453,28 @@ } ] }, "ap-south-2" : { }, - "ap-southeast-1" : { }, - "ap-southeast-2" : { }, + "ap-southeast-1" : { + "variants" : [ { + "hostname" : "ec2.ap-southeast-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-southeast-2" : { + "variants" : [ { + "hostname" : "ec2.ap-southeast-2.api.aws", + "tags" : [ "dualstack" ] + } ] + }, "ap-southeast-3" : { }, "ap-southeast-4" : { }, + "ap-southeast-5" : { }, "ca-central-1" : { "variants" : [ { "hostname" : "ec2-fips.ca-central-1.amazonaws.com", "tags" : [ "fips" ] + }, { + "hostname" : "ec2.ca-central-1.api.aws", + "tags" : [ "dualstack" ] } ] }, "ca-west-1" : { @@ -6413,10 +6483,25 @@ "tags" : [ "fips" ] } ] }, - "eu-central-1" : { }, + "eu-central-1" : { + "variants" : [ { + "hostname" : "ec2.eu-central-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, "eu-central-2" : { }, - "eu-north-1" : { }, - "eu-south-1" : { }, + "eu-north-1" : { + "variants" : [ { + "hostname" : "ec2.eu-north-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "eu-south-1" : { + "variants" : [ { + "hostname" : "ec2.eu-south-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, "eu-south-2" : { }, "eu-west-1" : { "variants" : [ { @@ -6424,8 +6509,18 @@ "tags" : [ "dualstack" ] } ] }, - "eu-west-2" : { }, - "eu-west-3" : { }, + "eu-west-2" : { + "variants" : [ { + "hostname" : "ec2.eu-west-2.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "eu-west-3" : { + "variants" : [ { + "hostname" : "ec2.eu-west-3.api.aws", + "tags" : [ "dualstack" ] + } ] + }, "fips-ca-central-1" : { "credentialScope" : { "region" : "ca-central-1" @@ -6470,7 +6565,12 @@ }, "il-central-1" : { }, "me-central-1" : { }, - "me-south-1" : { }, + "me-south-1" : { + "variants" : [ { + "hostname" : "ec2.me-south-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, "sa-east-1" : { "variants" : [ { "hostname" : "ec2.sa-east-1.api.aws", @@ -6499,6 +6599,9 @@ "variants" : [ { "hostname" : "ec2-fips.us-west-1.amazonaws.com", "tags" : [ "fips" ] + }, { + "hostname" : "ec2.us-west-1.api.aws", + "tags" : [ "dualstack" ] } ] }, "us-west-2" : { @@ -12787,6 +12890,7 @@ "ap-northeast-2" : { }, "ap-northeast-3" : { }, "ap-south-1" : { }, + "ap-south-2" : { }, "ap-southeast-1" : { }, "ap-southeast-2" : { }, "ap-southeast-4" : { }, @@ -12796,6 +12900,7 @@ "eu-west-1" : { }, "eu-west-2" : { }, "eu-west-3" : { }, + "me-central-1" : { }, "sa-east-1" : { }, "us-east-1" : { }, "us-east-2" : { }, @@ -21995,8 +22100,32 @@ "eu-central-1" : { }, "eu-west-1" : { }, "eu-west-2" : { }, - "us-east-1" : { }, - "us-west-2" : { } + "fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "workspaces-web-fips.us-east-1.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "workspaces-web-fips.us-west-2.amazonaws.com" + }, + "us-east-1" : { + "variants" : [ { + "hostname" : "workspaces-web-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "workspaces-web-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + } } }, "xray" : { diff --git a/gems/aws-sdk-accessanalyzer/CHANGELOG.md b/gems/aws-sdk-accessanalyzer/CHANGELOG.md index f85966a645b..f008ec5c606 100644 --- a/gems/aws-sdk-accessanalyzer/CHANGELOG.md +++ b/gems/aws-sdk-accessanalyzer/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.56.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.55.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-accessanalyzer/VERSION b/gems/aws-sdk-accessanalyzer/VERSION index 094d6ad00ce..3ebf789f5a8 100644 --- a/gems/aws-sdk-accessanalyzer/VERSION +++ b/gems/aws-sdk-accessanalyzer/VERSION @@ -1 +1 @@ -1.55.0 +1.56.0 diff --git a/gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer.rb b/gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer.rb index 9207edb4c93..8bc65e5a93d 100644 --- a/gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer.rb +++ b/gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer.rb @@ -52,6 +52,6 @@ # @!group service module Aws::AccessAnalyzer - GEM_VERSION = '1.55.0' + GEM_VERSION = '1.56.0' end diff --git a/gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/client.rb b/gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/client.rb index 3677a86763c..e0b76a38796 100644 --- a/gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/client.rb +++ b/gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -2653,7 +2659,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-accessanalyzer' - context[:gem_version] = '1.55.0' + context[:gem_version] = '1.56.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-account/CHANGELOG.md b/gems/aws-sdk-account/CHANGELOG.md index f534b45defb..a74d86d94d7 100644 --- a/gems/aws-sdk-account/CHANGELOG.md +++ b/gems/aws-sdk-account/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.30.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.29.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-account/VERSION b/gems/aws-sdk-account/VERSION index 5e57fb89558..034552a83ee 100644 --- a/gems/aws-sdk-account/VERSION +++ b/gems/aws-sdk-account/VERSION @@ -1 +1 @@ -1.29.0 +1.30.0 diff --git a/gems/aws-sdk-account/lib/aws-sdk-account.rb b/gems/aws-sdk-account/lib/aws-sdk-account.rb index 56da5b9b8af..451242b489d 100644 --- a/gems/aws-sdk-account/lib/aws-sdk-account.rb +++ b/gems/aws-sdk-account/lib/aws-sdk-account.rb @@ -52,6 +52,6 @@ # @!group service module Aws::Account - GEM_VERSION = '1.29.0' + GEM_VERSION = '1.30.0' end diff --git a/gems/aws-sdk-account/lib/aws-sdk-account/client.rb b/gems/aws-sdk-account/lib/aws-sdk-account/client.rb index a7ceb406ac5..69bb6c69e02 100644 --- a/gems/aws-sdk-account/lib/aws-sdk-account/client.rb +++ b/gems/aws-sdk-account/lib/aws-sdk-account/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -1308,7 +1314,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-account' - context[:gem_version] = '1.29.0' + context[:gem_version] = '1.30.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-acm/CHANGELOG.md b/gems/aws-sdk-acm/CHANGELOG.md index 6dfb96bbfb3..8138f3608dd 100644 --- a/gems/aws-sdk-acm/CHANGELOG.md +++ b/gems/aws-sdk-acm/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.76.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.75.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-acm/VERSION b/gems/aws-sdk-acm/VERSION index 7c7053aa238..32a6ce3c719 100644 --- a/gems/aws-sdk-acm/VERSION +++ b/gems/aws-sdk-acm/VERSION @@ -1 +1 @@ -1.75.0 +1.76.0 diff --git a/gems/aws-sdk-acm/lib/aws-sdk-acm.rb b/gems/aws-sdk-acm/lib/aws-sdk-acm.rb index 93f6e4c8768..02b8e8994fa 100644 --- a/gems/aws-sdk-acm/lib/aws-sdk-acm.rb +++ b/gems/aws-sdk-acm/lib/aws-sdk-acm.rb @@ -53,6 +53,6 @@ # @!group service module Aws::ACM - GEM_VERSION = '1.75.0' + GEM_VERSION = '1.76.0' end diff --git a/gems/aws-sdk-acm/lib/aws-sdk-acm/client.rb b/gems/aws-sdk-acm/lib/aws-sdk-acm/client.rb index a5185bb34e0..dc036bbd415 100644 --- a/gems/aws-sdk-acm/lib/aws-sdk-acm/client.rb +++ b/gems/aws-sdk-acm/lib/aws-sdk-acm/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -1504,7 +1510,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-acm' - context[:gem_version] = '1.75.0' + context[:gem_version] = '1.76.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-acmpca/CHANGELOG.md b/gems/aws-sdk-acmpca/CHANGELOG.md index 261df0bfd2a..d125cc83809 100644 --- a/gems/aws-sdk-acmpca/CHANGELOG.md +++ b/gems/aws-sdk-acmpca/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.78.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.77.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-acmpca/VERSION b/gems/aws-sdk-acmpca/VERSION index 79e15fd4937..54227249d1f 100644 --- a/gems/aws-sdk-acmpca/VERSION +++ b/gems/aws-sdk-acmpca/VERSION @@ -1 +1 @@ -1.77.0 +1.78.0 diff --git a/gems/aws-sdk-acmpca/lib/aws-sdk-acmpca.rb b/gems/aws-sdk-acmpca/lib/aws-sdk-acmpca.rb index fd306f0778c..4bf881345bd 100644 --- a/gems/aws-sdk-acmpca/lib/aws-sdk-acmpca.rb +++ b/gems/aws-sdk-acmpca/lib/aws-sdk-acmpca.rb @@ -53,6 +53,6 @@ # @!group service module Aws::ACMPCA - GEM_VERSION = '1.77.0' + GEM_VERSION = '1.78.0' end diff --git a/gems/aws-sdk-acmpca/lib/aws-sdk-acmpca/client.rb b/gems/aws-sdk-acmpca/lib/aws-sdk-acmpca/client.rb index 2b777de4026..0b4c7ed2a6d 100644 --- a/gems/aws-sdk-acmpca/lib/aws-sdk-acmpca/client.rb +++ b/gems/aws-sdk-acmpca/lib/aws-sdk-acmpca/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -2648,7 +2654,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-acmpca' - context[:gem_version] = '1.77.0' + context[:gem_version] = '1.78.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-amplify/CHANGELOG.md b/gems/aws-sdk-amplify/CHANGELOG.md index e208ca784aa..54ebece2ad4 100644 --- a/gems/aws-sdk-amplify/CHANGELOG.md +++ b/gems/aws-sdk-amplify/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.68.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.67.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-amplify/VERSION b/gems/aws-sdk-amplify/VERSION index 65ee0959841..ee2f4ca9130 100644 --- a/gems/aws-sdk-amplify/VERSION +++ b/gems/aws-sdk-amplify/VERSION @@ -1 +1 @@ -1.67.0 +1.68.0 diff --git a/gems/aws-sdk-amplify/lib/aws-sdk-amplify.rb b/gems/aws-sdk-amplify/lib/aws-sdk-amplify.rb index 0cd4ae1f15e..4d839dbf679 100644 --- a/gems/aws-sdk-amplify/lib/aws-sdk-amplify.rb +++ b/gems/aws-sdk-amplify/lib/aws-sdk-amplify.rb @@ -52,6 +52,6 @@ # @!group service module Aws::Amplify - GEM_VERSION = '1.67.0' + GEM_VERSION = '1.68.0' end diff --git a/gems/aws-sdk-amplify/lib/aws-sdk-amplify/client.rb b/gems/aws-sdk-amplify/lib/aws-sdk-amplify/client.rb index ffd7be06cfe..60db89934a1 100644 --- a/gems/aws-sdk-amplify/lib/aws-sdk-amplify/client.rb +++ b/gems/aws-sdk-amplify/lib/aws-sdk-amplify/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -2930,7 +2936,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-amplify' - context[:gem_version] = '1.67.0' + context[:gem_version] = '1.68.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-amplifybackend/CHANGELOG.md b/gems/aws-sdk-amplifybackend/CHANGELOG.md index 10a64949210..aa3ee87b793 100644 --- a/gems/aws-sdk-amplifybackend/CHANGELOG.md +++ b/gems/aws-sdk-amplifybackend/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.38.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.37.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-amplifybackend/VERSION b/gems/aws-sdk-amplifybackend/VERSION index bf50e910e62..ebeef2f2d61 100644 --- a/gems/aws-sdk-amplifybackend/VERSION +++ b/gems/aws-sdk-amplifybackend/VERSION @@ -1 +1 @@ -1.37.0 +1.38.0 diff --git a/gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend.rb b/gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend.rb index 286b56a2cd2..2b7361fee6a 100644 --- a/gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend.rb +++ b/gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend.rb @@ -52,6 +52,6 @@ # @!group service module Aws::AmplifyBackend - GEM_VERSION = '1.37.0' + GEM_VERSION = '1.38.0' end diff --git a/gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/client.rb b/gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/client.rb index 8932dd15d75..82d1d3e0c83 100644 --- a/gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/client.rb +++ b/gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -2135,7 +2141,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-amplifybackend' - context[:gem_version] = '1.37.0' + context[:gem_version] = '1.38.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-amplifyuibuilder/CHANGELOG.md b/gems/aws-sdk-amplifyuibuilder/CHANGELOG.md index 11a1e67eabb..a6d53a5f29d 100644 --- a/gems/aws-sdk-amplifyuibuilder/CHANGELOG.md +++ b/gems/aws-sdk-amplifyuibuilder/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.32.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.31.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-amplifyuibuilder/VERSION b/gems/aws-sdk-amplifyuibuilder/VERSION index 34aae156b19..359c41089a4 100644 --- a/gems/aws-sdk-amplifyuibuilder/VERSION +++ b/gems/aws-sdk-amplifyuibuilder/VERSION @@ -1 +1 @@ -1.31.0 +1.32.0 diff --git a/gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder.rb b/gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder.rb index 222b7295ea2..47a56403abc 100644 --- a/gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder.rb +++ b/gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder.rb @@ -53,6 +53,6 @@ # @!group service module Aws::AmplifyUIBuilder - GEM_VERSION = '1.31.0' + GEM_VERSION = '1.32.0' end diff --git a/gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/client.rb b/gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/client.rb index fde78b41208..e7f7c37cd0f 100644 --- a/gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/client.rb +++ b/gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -6572,7 +6578,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-amplifyuibuilder' - context[:gem_version] = '1.31.0' + context[:gem_version] = '1.32.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-apigateway/CHANGELOG.md b/gems/aws-sdk-apigateway/CHANGELOG.md index 089cb307ceb..d617b9b9842 100644 --- a/gems/aws-sdk-apigateway/CHANGELOG.md +++ b/gems/aws-sdk-apigateway/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.103.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.102.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-apigateway/VERSION b/gems/aws-sdk-apigateway/VERSION index 1c55b869e98..e402df2ddc9 100644 --- a/gems/aws-sdk-apigateway/VERSION +++ b/gems/aws-sdk-apigateway/VERSION @@ -1 +1 @@ -1.102.0 +1.103.0 diff --git a/gems/aws-sdk-apigateway/lib/aws-sdk-apigateway.rb b/gems/aws-sdk-apigateway/lib/aws-sdk-apigateway.rb index 5081ff138c5..0ef580e0139 100644 --- a/gems/aws-sdk-apigateway/lib/aws-sdk-apigateway.rb +++ b/gems/aws-sdk-apigateway/lib/aws-sdk-apigateway.rb @@ -52,6 +52,6 @@ # @!group service module Aws::APIGateway - GEM_VERSION = '1.102.0' + GEM_VERSION = '1.103.0' end diff --git a/gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/client.rb b/gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/client.rb index 39620c56743..6c34cbf5054 100644 --- a/gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/client.rb +++ b/gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/client.rb @@ -427,6 +427,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -7115,7 +7121,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-apigateway' - context[:gem_version] = '1.102.0' + context[:gem_version] = '1.103.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-apigatewaymanagementapi/CHANGELOG.md b/gems/aws-sdk-apigatewaymanagementapi/CHANGELOG.md index d2a6f4ee983..b7e056138b4 100644 --- a/gems/aws-sdk-apigatewaymanagementapi/CHANGELOG.md +++ b/gems/aws-sdk-apigatewaymanagementapi/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.50.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.49.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-apigatewaymanagementapi/VERSION b/gems/aws-sdk-apigatewaymanagementapi/VERSION index 7f3a46a841e..5a5c7211dc6 100644 --- a/gems/aws-sdk-apigatewaymanagementapi/VERSION +++ b/gems/aws-sdk-apigatewaymanagementapi/VERSION @@ -1 +1 @@ -1.49.0 +1.50.0 diff --git a/gems/aws-sdk-apigatewaymanagementapi/lib/aws-sdk-apigatewaymanagementapi.rb b/gems/aws-sdk-apigatewaymanagementapi/lib/aws-sdk-apigatewaymanagementapi.rb index 8d6b2333fe6..e5f78b70bc1 100644 --- a/gems/aws-sdk-apigatewaymanagementapi/lib/aws-sdk-apigatewaymanagementapi.rb +++ b/gems/aws-sdk-apigatewaymanagementapi/lib/aws-sdk-apigatewaymanagementapi.rb @@ -52,6 +52,6 @@ # @!group service module Aws::ApiGatewayManagementApi - GEM_VERSION = '1.49.0' + GEM_VERSION = '1.50.0' end diff --git a/gems/aws-sdk-apigatewaymanagementapi/lib/aws-sdk-apigatewaymanagementapi/client.rb b/gems/aws-sdk-apigatewaymanagementapi/lib/aws-sdk-apigatewaymanagementapi/client.rb index 110c3f795d6..e7511b023a2 100644 --- a/gems/aws-sdk-apigatewaymanagementapi/lib/aws-sdk-apigatewaymanagementapi/client.rb +++ b/gems/aws-sdk-apigatewaymanagementapi/lib/aws-sdk-apigatewaymanagementapi/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -527,7 +533,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-apigatewaymanagementapi' - context[:gem_version] = '1.49.0' + context[:gem_version] = '1.50.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-apigatewayv2/CHANGELOG.md b/gems/aws-sdk-apigatewayv2/CHANGELOG.md index ecee76747d1..24c76369c20 100644 --- a/gems/aws-sdk-apigatewayv2/CHANGELOG.md +++ b/gems/aws-sdk-apigatewayv2/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.62.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.61.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-apigatewayv2/VERSION b/gems/aws-sdk-apigatewayv2/VERSION index 91951fd8ad7..76d05362056 100644 --- a/gems/aws-sdk-apigatewayv2/VERSION +++ b/gems/aws-sdk-apigatewayv2/VERSION @@ -1 +1 @@ -1.61.0 +1.62.0 diff --git a/gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2.rb b/gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2.rb index 14ba39cb0f4..18a97e36786 100644 --- a/gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2.rb +++ b/gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2.rb @@ -52,6 +52,6 @@ # @!group service module Aws::ApiGatewayV2 - GEM_VERSION = '1.61.0' + GEM_VERSION = '1.62.0' end diff --git a/gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/client.rb b/gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/client.rb index 0af7e4106c7..c7e7f956df0 100644 --- a/gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/client.rb +++ b/gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -4572,7 +4578,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-apigatewayv2' - context[:gem_version] = '1.61.0' + context[:gem_version] = '1.62.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-appconfig/CHANGELOG.md b/gems/aws-sdk-appconfig/CHANGELOG.md index ffa20401bb7..a8e33ce512a 100644 --- a/gems/aws-sdk-appconfig/CHANGELOG.md +++ b/gems/aws-sdk-appconfig/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.54.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.53.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-appconfig/VERSION b/gems/aws-sdk-appconfig/VERSION index 3f4830156cb..b7921ae87bc 100644 --- a/gems/aws-sdk-appconfig/VERSION +++ b/gems/aws-sdk-appconfig/VERSION @@ -1 +1 @@ -1.53.0 +1.54.0 diff --git a/gems/aws-sdk-appconfig/lib/aws-sdk-appconfig.rb b/gems/aws-sdk-appconfig/lib/aws-sdk-appconfig.rb index 7ec94d18b4d..acc29992a94 100644 --- a/gems/aws-sdk-appconfig/lib/aws-sdk-appconfig.rb +++ b/gems/aws-sdk-appconfig/lib/aws-sdk-appconfig.rb @@ -52,6 +52,6 @@ # @!group service module Aws::AppConfig - GEM_VERSION = '1.53.0' + GEM_VERSION = '1.54.0' end diff --git a/gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/client.rb b/gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/client.rb index 950d805ab58..40d9237c6d1 100644 --- a/gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/client.rb +++ b/gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -3857,7 +3863,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-appconfig' - context[:gem_version] = '1.53.0' + context[:gem_version] = '1.54.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-appconfigdata/CHANGELOG.md b/gems/aws-sdk-appconfigdata/CHANGELOG.md index 4094581c11b..781ca44788c 100644 --- a/gems/aws-sdk-appconfigdata/CHANGELOG.md +++ b/gems/aws-sdk-appconfigdata/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.27.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.26.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-appconfigdata/VERSION b/gems/aws-sdk-appconfigdata/VERSION index 5ff8c4f5d2a..5db08bf2dc5 100644 --- a/gems/aws-sdk-appconfigdata/VERSION +++ b/gems/aws-sdk-appconfigdata/VERSION @@ -1 +1 @@ -1.26.0 +1.27.0 diff --git a/gems/aws-sdk-appconfigdata/lib/aws-sdk-appconfigdata.rb b/gems/aws-sdk-appconfigdata/lib/aws-sdk-appconfigdata.rb index 90d0038601d..65cbe15bc79 100644 --- a/gems/aws-sdk-appconfigdata/lib/aws-sdk-appconfigdata.rb +++ b/gems/aws-sdk-appconfigdata/lib/aws-sdk-appconfigdata.rb @@ -52,6 +52,6 @@ # @!group service module Aws::AppConfigData - GEM_VERSION = '1.26.0' + GEM_VERSION = '1.27.0' end diff --git a/gems/aws-sdk-appconfigdata/lib/aws-sdk-appconfigdata/client.rb b/gems/aws-sdk-appconfigdata/lib/aws-sdk-appconfigdata/client.rb index 2983f8751c5..2ae9bf2ee64 100644 --- a/gems/aws-sdk-appconfigdata/lib/aws-sdk-appconfigdata/client.rb +++ b/gems/aws-sdk-appconfigdata/lib/aws-sdk-appconfigdata/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -572,7 +578,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-appconfigdata' - context[:gem_version] = '1.26.0' + context[:gem_version] = '1.27.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-appfabric/CHANGELOG.md b/gems/aws-sdk-appfabric/CHANGELOG.md index 72c6895a767..5aed58b7603 100644 --- a/gems/aws-sdk-appfabric/CHANGELOG.md +++ b/gems/aws-sdk-appfabric/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.16.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.15.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-appfabric/VERSION b/gems/aws-sdk-appfabric/VERSION index 141f2e805be..15b989e398f 100644 --- a/gems/aws-sdk-appfabric/VERSION +++ b/gems/aws-sdk-appfabric/VERSION @@ -1 +1 @@ -1.15.0 +1.16.0 diff --git a/gems/aws-sdk-appfabric/lib/aws-sdk-appfabric.rb b/gems/aws-sdk-appfabric/lib/aws-sdk-appfabric.rb index cef5e9f80f0..9f03dd84f85 100644 --- a/gems/aws-sdk-appfabric/lib/aws-sdk-appfabric.rb +++ b/gems/aws-sdk-appfabric/lib/aws-sdk-appfabric.rb @@ -53,6 +53,6 @@ # @!group service module Aws::AppFabric - GEM_VERSION = '1.15.0' + GEM_VERSION = '1.16.0' end diff --git a/gems/aws-sdk-appfabric/lib/aws-sdk-appfabric/client.rb b/gems/aws-sdk-appfabric/lib/aws-sdk-appfabric/client.rb index 7d4eed61ef5..176f57c4026 100644 --- a/gems/aws-sdk-appfabric/lib/aws-sdk-appfabric/client.rb +++ b/gems/aws-sdk-appfabric/lib/aws-sdk-appfabric/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -1797,7 +1803,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-appfabric' - context[:gem_version] = '1.15.0' + context[:gem_version] = '1.16.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-appflow/CHANGELOG.md b/gems/aws-sdk-appflow/CHANGELOG.md index 87183f40c2c..40840418492 100644 --- a/gems/aws-sdk-appflow/CHANGELOG.md +++ b/gems/aws-sdk-appflow/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.64.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.63.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-appflow/VERSION b/gems/aws-sdk-appflow/VERSION index af92bdd9f58..9405730420f 100644 --- a/gems/aws-sdk-appflow/VERSION +++ b/gems/aws-sdk-appflow/VERSION @@ -1 +1 @@ -1.63.0 +1.64.0 diff --git a/gems/aws-sdk-appflow/lib/aws-sdk-appflow.rb b/gems/aws-sdk-appflow/lib/aws-sdk-appflow.rb index dc20cff034d..9b90c9f1af2 100644 --- a/gems/aws-sdk-appflow/lib/aws-sdk-appflow.rb +++ b/gems/aws-sdk-appflow/lib/aws-sdk-appflow.rb @@ -52,6 +52,6 @@ # @!group service module Aws::Appflow - GEM_VERSION = '1.63.0' + GEM_VERSION = '1.64.0' end diff --git a/gems/aws-sdk-appflow/lib/aws-sdk-appflow/client.rb b/gems/aws-sdk-appflow/lib/aws-sdk-appflow/client.rb index 67c1592e5ac..c24909c598f 100644 --- a/gems/aws-sdk-appflow/lib/aws-sdk-appflow/client.rb +++ b/gems/aws-sdk-appflow/lib/aws-sdk-appflow/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -3322,7 +3328,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-appflow' - context[:gem_version] = '1.63.0' + context[:gem_version] = '1.64.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-appintegrationsservice/CHANGELOG.md b/gems/aws-sdk-appintegrationsservice/CHANGELOG.md index 33713949ab0..84eebd24c5f 100644 --- a/gems/aws-sdk-appintegrationsservice/CHANGELOG.md +++ b/gems/aws-sdk-appintegrationsservice/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.39.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.38.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-appintegrationsservice/VERSION b/gems/aws-sdk-appintegrationsservice/VERSION index ebeef2f2d61..5edffce6d57 100644 --- a/gems/aws-sdk-appintegrationsservice/VERSION +++ b/gems/aws-sdk-appintegrationsservice/VERSION @@ -1 +1 @@ -1.38.0 +1.39.0 diff --git a/gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice.rb b/gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice.rb index 68d018ef8e9..d7974147f04 100644 --- a/gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice.rb +++ b/gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice.rb @@ -52,6 +52,6 @@ # @!group service module Aws::AppIntegrationsService - GEM_VERSION = '1.38.0' + GEM_VERSION = '1.39.0' end diff --git a/gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/client.rb b/gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/client.rb index 1f08dda2d1a..986c92c4314 100644 --- a/gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/client.rb +++ b/gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -1746,7 +1752,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-appintegrationsservice' - context[:gem_version] = '1.38.0' + context[:gem_version] = '1.39.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-applicationautoscaling/CHANGELOG.md b/gems/aws-sdk-applicationautoscaling/CHANGELOG.md index 5fa4c591018..03a817730d9 100644 --- a/gems/aws-sdk-applicationautoscaling/CHANGELOG.md +++ b/gems/aws-sdk-applicationautoscaling/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.92.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.91.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-applicationautoscaling/VERSION b/gems/aws-sdk-applicationautoscaling/VERSION index 6979a6c0661..7f229af9647 100644 --- a/gems/aws-sdk-applicationautoscaling/VERSION +++ b/gems/aws-sdk-applicationautoscaling/VERSION @@ -1 +1 @@ -1.91.0 +1.92.0 diff --git a/gems/aws-sdk-applicationautoscaling/lib/aws-sdk-applicationautoscaling.rb b/gems/aws-sdk-applicationautoscaling/lib/aws-sdk-applicationautoscaling.rb index 384a98d59a9..b1eb0ccd5c2 100644 --- a/gems/aws-sdk-applicationautoscaling/lib/aws-sdk-applicationautoscaling.rb +++ b/gems/aws-sdk-applicationautoscaling/lib/aws-sdk-applicationautoscaling.rb @@ -52,6 +52,6 @@ # @!group service module Aws::ApplicationAutoScaling - GEM_VERSION = '1.91.0' + GEM_VERSION = '1.92.0' end diff --git a/gems/aws-sdk-applicationautoscaling/lib/aws-sdk-applicationautoscaling/client.rb b/gems/aws-sdk-applicationautoscaling/lib/aws-sdk-applicationautoscaling/client.rb index d7d1fa9f52d..c3c97830662 100644 --- a/gems/aws-sdk-applicationautoscaling/lib/aws-sdk-applicationautoscaling/client.rb +++ b/gems/aws-sdk-applicationautoscaling/lib/aws-sdk-applicationautoscaling/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -3505,7 +3511,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-applicationautoscaling' - context[:gem_version] = '1.91.0' + context[:gem_version] = '1.92.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-applicationcostprofiler/CHANGELOG.md b/gems/aws-sdk-applicationcostprofiler/CHANGELOG.md index e868e04ecaf..5a300d48f10 100644 --- a/gems/aws-sdk-applicationcostprofiler/CHANGELOG.md +++ b/gems/aws-sdk-applicationcostprofiler/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.30.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.29.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-applicationcostprofiler/VERSION b/gems/aws-sdk-applicationcostprofiler/VERSION index 5e57fb89558..034552a83ee 100644 --- a/gems/aws-sdk-applicationcostprofiler/VERSION +++ b/gems/aws-sdk-applicationcostprofiler/VERSION @@ -1 +1 @@ -1.29.0 +1.30.0 diff --git a/gems/aws-sdk-applicationcostprofiler/lib/aws-sdk-applicationcostprofiler.rb b/gems/aws-sdk-applicationcostprofiler/lib/aws-sdk-applicationcostprofiler.rb index 72742370ac7..4d49ceb481e 100644 --- a/gems/aws-sdk-applicationcostprofiler/lib/aws-sdk-applicationcostprofiler.rb +++ b/gems/aws-sdk-applicationcostprofiler/lib/aws-sdk-applicationcostprofiler.rb @@ -52,6 +52,6 @@ # @!group service module Aws::ApplicationCostProfiler - GEM_VERSION = '1.29.0' + GEM_VERSION = '1.30.0' end diff --git a/gems/aws-sdk-applicationcostprofiler/lib/aws-sdk-applicationcostprofiler/client.rb b/gems/aws-sdk-applicationcostprofiler/lib/aws-sdk-applicationcostprofiler/client.rb index f3365035df1..67ed1a67d31 100644 --- a/gems/aws-sdk-applicationcostprofiler/lib/aws-sdk-applicationcostprofiler/client.rb +++ b/gems/aws-sdk-applicationcostprofiler/lib/aws-sdk-applicationcostprofiler/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -709,7 +715,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-applicationcostprofiler' - context[:gem_version] = '1.29.0' + context[:gem_version] = '1.30.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-applicationdiscoveryservice/CHANGELOG.md b/gems/aws-sdk-applicationdiscoveryservice/CHANGELOG.md index ef9538bcb52..52ef0c7f4e0 100644 --- a/gems/aws-sdk-applicationdiscoveryservice/CHANGELOG.md +++ b/gems/aws-sdk-applicationdiscoveryservice/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.73.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.72.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-applicationdiscoveryservice/VERSION b/gems/aws-sdk-applicationdiscoveryservice/VERSION index 0834888f558..5e3a4256626 100644 --- a/gems/aws-sdk-applicationdiscoveryservice/VERSION +++ b/gems/aws-sdk-applicationdiscoveryservice/VERSION @@ -1 +1 @@ -1.72.0 +1.73.0 diff --git a/gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice.rb b/gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice.rb index f60b393df85..09d80f016a7 100644 --- a/gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice.rb +++ b/gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice.rb @@ -52,6 +52,6 @@ # @!group service module Aws::ApplicationDiscoveryService - GEM_VERSION = '1.72.0' + GEM_VERSION = '1.73.0' end diff --git a/gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/client.rb b/gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/client.rb index 13b1c687bac..373665025ea 100644 --- a/gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/client.rb +++ b/gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -1802,7 +1808,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-applicationdiscoveryservice' - context[:gem_version] = '1.72.0' + context[:gem_version] = '1.73.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-applicationinsights/CHANGELOG.md b/gems/aws-sdk-applicationinsights/CHANGELOG.md index d6f8d908f66..e51c8bf97f3 100644 --- a/gems/aws-sdk-applicationinsights/CHANGELOG.md +++ b/gems/aws-sdk-applicationinsights/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.53.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.52.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-applicationinsights/VERSION b/gems/aws-sdk-applicationinsights/VERSION index a63cb35e6f0..3f4830156cb 100644 --- a/gems/aws-sdk-applicationinsights/VERSION +++ b/gems/aws-sdk-applicationinsights/VERSION @@ -1 +1 @@ -1.52.0 +1.53.0 diff --git a/gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights.rb b/gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights.rb index 7b70d1feacd..054a9351673 100644 --- a/gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights.rb +++ b/gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights.rb @@ -52,6 +52,6 @@ # @!group service module Aws::ApplicationInsights - GEM_VERSION = '1.52.0' + GEM_VERSION = '1.53.0' end diff --git a/gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/client.rb b/gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/client.rb index c17d3872f10..e151f763a8e 100644 --- a/gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/client.rb +++ b/gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -2125,7 +2131,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-applicationinsights' - context[:gem_version] = '1.52.0' + context[:gem_version] = '1.53.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-applicationsignals/CHANGELOG.md b/gems/aws-sdk-applicationsignals/CHANGELOG.md index a4018a468a0..2be903d43cb 100644 --- a/gems/aws-sdk-applicationsignals/CHANGELOG.md +++ b/gems/aws-sdk-applicationsignals/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.7.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.6.0 (2024-09-05) ------------------ diff --git a/gems/aws-sdk-applicationsignals/VERSION b/gems/aws-sdk-applicationsignals/VERSION index dc1e644a101..bd8bf882d06 100644 --- a/gems/aws-sdk-applicationsignals/VERSION +++ b/gems/aws-sdk-applicationsignals/VERSION @@ -1 +1 @@ -1.6.0 +1.7.0 diff --git a/gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals.rb b/gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals.rb index bbc9f06a961..9361ca2c6fc 100644 --- a/gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals.rb +++ b/gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals.rb @@ -52,6 +52,6 @@ # @!group service module Aws::ApplicationSignals - GEM_VERSION = '1.6.0' + GEM_VERSION = '1.7.0' end diff --git a/gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/client.rb b/gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/client.rb index 2c0552be76f..94146e2d8e9 100644 --- a/gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/client.rb +++ b/gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -2101,7 +2107,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-applicationsignals' - context[:gem_version] = '1.6.0' + context[:gem_version] = '1.7.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-appmesh/CHANGELOG.md b/gems/aws-sdk-appmesh/CHANGELOG.md index 001528a23e9..186736daa83 100644 --- a/gems/aws-sdk-appmesh/CHANGELOG.md +++ b/gems/aws-sdk-appmesh/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.68.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.67.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-appmesh/VERSION b/gems/aws-sdk-appmesh/VERSION index 65ee0959841..ee2f4ca9130 100644 --- a/gems/aws-sdk-appmesh/VERSION +++ b/gems/aws-sdk-appmesh/VERSION @@ -1 +1 @@ -1.67.0 +1.68.0 diff --git a/gems/aws-sdk-appmesh/lib/aws-sdk-appmesh.rb b/gems/aws-sdk-appmesh/lib/aws-sdk-appmesh.rb index d0c655a6aec..7088e839674 100644 --- a/gems/aws-sdk-appmesh/lib/aws-sdk-appmesh.rb +++ b/gems/aws-sdk-appmesh/lib/aws-sdk-appmesh.rb @@ -52,6 +52,6 @@ # @!group service module Aws::AppMesh - GEM_VERSION = '1.67.0' + GEM_VERSION = '1.68.0' end diff --git a/gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/client.rb b/gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/client.rb index ec828140d3e..3034112d39e 100644 --- a/gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/client.rb +++ b/gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -5552,7 +5558,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-appmesh' - context[:gem_version] = '1.67.0' + context[:gem_version] = '1.68.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-appregistry/CHANGELOG.md b/gems/aws-sdk-appregistry/CHANGELOG.md index 1d8dbb70a84..30e7428ac7b 100644 --- a/gems/aws-sdk-appregistry/CHANGELOG.md +++ b/gems/aws-sdk-appregistry/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.41.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.40.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-appregistry/VERSION b/gems/aws-sdk-appregistry/VERSION index 32b7211cb61..7d47e599800 100644 --- a/gems/aws-sdk-appregistry/VERSION +++ b/gems/aws-sdk-appregistry/VERSION @@ -1 +1 @@ -1.40.0 +1.41.0 diff --git a/gems/aws-sdk-appregistry/lib/aws-sdk-appregistry.rb b/gems/aws-sdk-appregistry/lib/aws-sdk-appregistry.rb index 52e6dc9c031..c538a273b0a 100644 --- a/gems/aws-sdk-appregistry/lib/aws-sdk-appregistry.rb +++ b/gems/aws-sdk-appregistry/lib/aws-sdk-appregistry.rb @@ -52,6 +52,6 @@ # @!group service module Aws::AppRegistry - GEM_VERSION = '1.40.0' + GEM_VERSION = '1.41.0' end diff --git a/gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/client.rb b/gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/client.rb index 053c4a45893..c0e1d985750 100644 --- a/gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/client.rb +++ b/gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -1576,7 +1582,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-appregistry' - context[:gem_version] = '1.40.0' + context[:gem_version] = '1.41.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-apprunner/CHANGELOG.md b/gems/aws-sdk-apprunner/CHANGELOG.md index 5983f98e743..04bc471ab7f 100644 --- a/gems/aws-sdk-apprunner/CHANGELOG.md +++ b/gems/aws-sdk-apprunner/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.46.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.45.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-apprunner/VERSION b/gems/aws-sdk-apprunner/VERSION index 50aceaa7b71..0a3db35b241 100644 --- a/gems/aws-sdk-apprunner/VERSION +++ b/gems/aws-sdk-apprunner/VERSION @@ -1 +1 @@ -1.45.0 +1.46.0 diff --git a/gems/aws-sdk-apprunner/lib/aws-sdk-apprunner.rb b/gems/aws-sdk-apprunner/lib/aws-sdk-apprunner.rb index 12f402344be..147c60dc661 100644 --- a/gems/aws-sdk-apprunner/lib/aws-sdk-apprunner.rb +++ b/gems/aws-sdk-apprunner/lib/aws-sdk-apprunner.rb @@ -52,6 +52,6 @@ # @!group service module Aws::AppRunner - GEM_VERSION = '1.45.0' + GEM_VERSION = '1.46.0' end diff --git a/gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/client.rb b/gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/client.rb index 4f58494896c..de47b199ee8 100644 --- a/gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/client.rb +++ b/gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -2965,7 +2971,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-apprunner' - context[:gem_version] = '1.45.0' + context[:gem_version] = '1.46.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-appstream/CHANGELOG.md b/gems/aws-sdk-appstream/CHANGELOG.md index abd21eb6eae..8d0b849efd3 100644 --- a/gems/aws-sdk-appstream/CHANGELOG.md +++ b/gems/aws-sdk-appstream/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.96.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.95.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-appstream/VERSION b/gems/aws-sdk-appstream/VERSION index 55f6ae93382..9141007a558 100644 --- a/gems/aws-sdk-appstream/VERSION +++ b/gems/aws-sdk-appstream/VERSION @@ -1 +1 @@ -1.95.0 +1.96.0 diff --git a/gems/aws-sdk-appstream/lib/aws-sdk-appstream.rb b/gems/aws-sdk-appstream/lib/aws-sdk-appstream.rb index a3aa6f06a3c..9bae0f6e035 100644 --- a/gems/aws-sdk-appstream/lib/aws-sdk-appstream.rb +++ b/gems/aws-sdk-appstream/lib/aws-sdk-appstream.rb @@ -53,6 +53,6 @@ # @!group service module Aws::AppStream - GEM_VERSION = '1.95.0' + GEM_VERSION = '1.96.0' end diff --git a/gems/aws-sdk-appstream/lib/aws-sdk-appstream/client.rb b/gems/aws-sdk-appstream/lib/aws-sdk-appstream/client.rb index 16457e1edb4..0b459ccd70b 100644 --- a/gems/aws-sdk-appstream/lib/aws-sdk-appstream/client.rb +++ b/gems/aws-sdk-appstream/lib/aws-sdk-appstream/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -5410,7 +5416,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-appstream' - context[:gem_version] = '1.95.0' + context[:gem_version] = '1.96.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-appsync/CHANGELOG.md b/gems/aws-sdk-appsync/CHANGELOG.md index 154fb0abab1..d7fdab67068 100644 --- a/gems/aws-sdk-appsync/CHANGELOG.md +++ b/gems/aws-sdk-appsync/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.85.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.84.0 (2024-09-04) ------------------ diff --git a/gems/aws-sdk-appsync/VERSION b/gems/aws-sdk-appsync/VERSION index bd0f9e6c28f..f288d11142d 100644 --- a/gems/aws-sdk-appsync/VERSION +++ b/gems/aws-sdk-appsync/VERSION @@ -1 +1 @@ -1.84.0 +1.85.0 diff --git a/gems/aws-sdk-appsync/lib/aws-sdk-appsync.rb b/gems/aws-sdk-appsync/lib/aws-sdk-appsync.rb index 64eab27fb77..bc4db8db61d 100644 --- a/gems/aws-sdk-appsync/lib/aws-sdk-appsync.rb +++ b/gems/aws-sdk-appsync/lib/aws-sdk-appsync.rb @@ -52,6 +52,6 @@ # @!group service module Aws::AppSync - GEM_VERSION = '1.84.0' + GEM_VERSION = '1.85.0' end diff --git a/gems/aws-sdk-appsync/lib/aws-sdk-appsync/client.rb b/gems/aws-sdk-appsync/lib/aws-sdk-appsync/client.rb index b717b1ae9fa..3eebfa25e37 100644 --- a/gems/aws-sdk-appsync/lib/aws-sdk-appsync/client.rb +++ b/gems/aws-sdk-appsync/lib/aws-sdk-appsync/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -4317,7 +4323,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-appsync' - context[:gem_version] = '1.84.0' + context[:gem_version] = '1.85.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-apptest/CHANGELOG.md b/gems/aws-sdk-apptest/CHANGELOG.md index c9be7d8b040..664abd77398 100644 --- a/gems/aws-sdk-apptest/CHANGELOG.md +++ b/gems/aws-sdk-apptest/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.5.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.4.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-apptest/VERSION b/gems/aws-sdk-apptest/VERSION index 88c5fb891dc..bc80560fad6 100644 --- a/gems/aws-sdk-apptest/VERSION +++ b/gems/aws-sdk-apptest/VERSION @@ -1 +1 @@ -1.4.0 +1.5.0 diff --git a/gems/aws-sdk-apptest/lib/aws-sdk-apptest.rb b/gems/aws-sdk-apptest/lib/aws-sdk-apptest.rb index 9faf9d98938..6d5fb2bf1c5 100644 --- a/gems/aws-sdk-apptest/lib/aws-sdk-apptest.rb +++ b/gems/aws-sdk-apptest/lib/aws-sdk-apptest.rb @@ -53,6 +53,6 @@ # @!group service module Aws::AppTest - GEM_VERSION = '1.4.0' + GEM_VERSION = '1.5.0' end diff --git a/gems/aws-sdk-apptest/lib/aws-sdk-apptest/client.rb b/gems/aws-sdk-apptest/lib/aws-sdk-apptest/client.rb index ae1a732ebb4..b5d0fb81b43 100644 --- a/gems/aws-sdk-apptest/lib/aws-sdk-apptest/client.rb +++ b/gems/aws-sdk-apptest/lib/aws-sdk-apptest/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -2273,7 +2279,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-apptest' - context[:gem_version] = '1.4.0' + context[:gem_version] = '1.5.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-arczonalshift/CHANGELOG.md b/gems/aws-sdk-arczonalshift/CHANGELOG.md index 3a156399ce0..a11e84e5d0f 100644 --- a/gems/aws-sdk-arczonalshift/CHANGELOG.md +++ b/gems/aws-sdk-arczonalshift/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.21.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.20.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-arczonalshift/VERSION b/gems/aws-sdk-arczonalshift/VERSION index 39893559155..3500250a4b0 100644 --- a/gems/aws-sdk-arczonalshift/VERSION +++ b/gems/aws-sdk-arczonalshift/VERSION @@ -1 +1 @@ -1.20.0 +1.21.0 diff --git a/gems/aws-sdk-arczonalshift/lib/aws-sdk-arczonalshift.rb b/gems/aws-sdk-arczonalshift/lib/aws-sdk-arczonalshift.rb index 568f99fc107..79dd9a9f3f6 100644 --- a/gems/aws-sdk-arczonalshift/lib/aws-sdk-arczonalshift.rb +++ b/gems/aws-sdk-arczonalshift/lib/aws-sdk-arczonalshift.rb @@ -52,6 +52,6 @@ # @!group service module Aws::ARCZonalShift - GEM_VERSION = '1.20.0' + GEM_VERSION = '1.21.0' end diff --git a/gems/aws-sdk-arczonalshift/lib/aws-sdk-arczonalshift/client.rb b/gems/aws-sdk-arczonalshift/lib/aws-sdk-arczonalshift/client.rb index b71f3e7ad03..3b3af98e035 100644 --- a/gems/aws-sdk-arczonalshift/lib/aws-sdk-arczonalshift/client.rb +++ b/gems/aws-sdk-arczonalshift/lib/aws-sdk-arczonalshift/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -1342,7 +1348,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-arczonalshift' - context[:gem_version] = '1.20.0' + context[:gem_version] = '1.21.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-artifact/CHANGELOG.md b/gems/aws-sdk-artifact/CHANGELOG.md index a7939f17045..9c863e0c425 100644 --- a/gems/aws-sdk-artifact/CHANGELOG.md +++ b/gems/aws-sdk-artifact/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.9.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.8.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-artifact/VERSION b/gems/aws-sdk-artifact/VERSION index 27f9cd322bb..f8e233b2733 100644 --- a/gems/aws-sdk-artifact/VERSION +++ b/gems/aws-sdk-artifact/VERSION @@ -1 +1 @@ -1.8.0 +1.9.0 diff --git a/gems/aws-sdk-artifact/lib/aws-sdk-artifact.rb b/gems/aws-sdk-artifact/lib/aws-sdk-artifact.rb index dd431e982f4..9b8a2be4211 100644 --- a/gems/aws-sdk-artifact/lib/aws-sdk-artifact.rb +++ b/gems/aws-sdk-artifact/lib/aws-sdk-artifact.rb @@ -53,6 +53,6 @@ # @!group service module Aws::Artifact - GEM_VERSION = '1.8.0' + GEM_VERSION = '1.9.0' end diff --git a/gems/aws-sdk-artifact/lib/aws-sdk-artifact/client.rb b/gems/aws-sdk-artifact/lib/aws-sdk-artifact/client.rb index 1081be62140..578264996e2 100644 --- a/gems/aws-sdk-artifact/lib/aws-sdk-artifact/client.rb +++ b/gems/aws-sdk-artifact/lib/aws-sdk-artifact/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -798,7 +804,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-artifact' - context[:gem_version] = '1.8.0' + context[:gem_version] = '1.9.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-athena/CHANGELOG.md b/gems/aws-sdk-athena/CHANGELOG.md index cd5740bd6a7..8adad28558a 100644 --- a/gems/aws-sdk-athena/CHANGELOG.md +++ b/gems/aws-sdk-athena/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.91.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.90.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-athena/VERSION b/gems/aws-sdk-athena/VERSION index 82e24bf241e..6979a6c0661 100644 --- a/gems/aws-sdk-athena/VERSION +++ b/gems/aws-sdk-athena/VERSION @@ -1 +1 @@ -1.90.0 +1.91.0 diff --git a/gems/aws-sdk-athena/lib/aws-sdk-athena.rb b/gems/aws-sdk-athena/lib/aws-sdk-athena.rb index 480df1397b1..84efb1e4c01 100644 --- a/gems/aws-sdk-athena/lib/aws-sdk-athena.rb +++ b/gems/aws-sdk-athena/lib/aws-sdk-athena.rb @@ -52,6 +52,6 @@ # @!group service module Aws::Athena - GEM_VERSION = '1.90.0' + GEM_VERSION = '1.91.0' end diff --git a/gems/aws-sdk-athena/lib/aws-sdk-athena/client.rb b/gems/aws-sdk-athena/lib/aws-sdk-athena/client.rb index b0ed9096383..819354d516f 100644 --- a/gems/aws-sdk-athena/lib/aws-sdk-athena/client.rb +++ b/gems/aws-sdk-athena/lib/aws-sdk-athena/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -3711,7 +3717,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-athena' - context[:gem_version] = '1.90.0' + context[:gem_version] = '1.91.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-auditmanager/CHANGELOG.md b/gems/aws-sdk-auditmanager/CHANGELOG.md index 1bf43b7ba94..8b2e2116142 100644 --- a/gems/aws-sdk-auditmanager/CHANGELOG.md +++ b/gems/aws-sdk-auditmanager/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.53.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.52.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-auditmanager/VERSION b/gems/aws-sdk-auditmanager/VERSION index a63cb35e6f0..3f4830156cb 100644 --- a/gems/aws-sdk-auditmanager/VERSION +++ b/gems/aws-sdk-auditmanager/VERSION @@ -1 +1 @@ -1.52.0 +1.53.0 diff --git a/gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager.rb b/gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager.rb index e9db6a65a73..9720ed2fc60 100644 --- a/gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager.rb +++ b/gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager.rb @@ -52,6 +52,6 @@ # @!group service module Aws::AuditManager - GEM_VERSION = '1.52.0' + GEM_VERSION = '1.53.0' end diff --git a/gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/client.rb b/gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/client.rb index 5c8a867b55e..9ffb2c05f59 100644 --- a/gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/client.rb +++ b/gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -4025,7 +4031,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-auditmanager' - context[:gem_version] = '1.52.0' + context[:gem_version] = '1.53.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-augmentedairuntime/CHANGELOG.md b/gems/aws-sdk-augmentedairuntime/CHANGELOG.md index b1d37f34530..bcd1fd16e49 100644 --- a/gems/aws-sdk-augmentedairuntime/CHANGELOG.md +++ b/gems/aws-sdk-augmentedairuntime/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.44.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.43.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-augmentedairuntime/VERSION b/gems/aws-sdk-augmentedairuntime/VERSION index b978278f05f..372cf402c73 100644 --- a/gems/aws-sdk-augmentedairuntime/VERSION +++ b/gems/aws-sdk-augmentedairuntime/VERSION @@ -1 +1 @@ -1.43.0 +1.44.0 diff --git a/gems/aws-sdk-augmentedairuntime/lib/aws-sdk-augmentedairuntime.rb b/gems/aws-sdk-augmentedairuntime/lib/aws-sdk-augmentedairuntime.rb index f711df97ead..efe9e0bfde2 100644 --- a/gems/aws-sdk-augmentedairuntime/lib/aws-sdk-augmentedairuntime.rb +++ b/gems/aws-sdk-augmentedairuntime/lib/aws-sdk-augmentedairuntime.rb @@ -52,6 +52,6 @@ # @!group service module Aws::AugmentedAIRuntime - GEM_VERSION = '1.43.0' + GEM_VERSION = '1.44.0' end diff --git a/gems/aws-sdk-augmentedairuntime/lib/aws-sdk-augmentedairuntime/client.rb b/gems/aws-sdk-augmentedairuntime/lib/aws-sdk-augmentedairuntime/client.rb index c9a02a2b8f3..7fe69c81b24 100644 --- a/gems/aws-sdk-augmentedairuntime/lib/aws-sdk-augmentedairuntime/client.rb +++ b/gems/aws-sdk-augmentedairuntime/lib/aws-sdk-augmentedairuntime/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -658,7 +664,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-augmentedairuntime' - context[:gem_version] = '1.43.0' + context[:gem_version] = '1.44.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-autoscaling/CHANGELOG.md b/gems/aws-sdk-autoscaling/CHANGELOG.md index b9c4fbdb774..b232ad32438 100644 --- a/gems/aws-sdk-autoscaling/CHANGELOG.md +++ b/gems/aws-sdk-autoscaling/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.117.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.116.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-autoscaling/VERSION b/gems/aws-sdk-autoscaling/VERSION index 10c8812fe5e..8de9ac240a8 100644 --- a/gems/aws-sdk-autoscaling/VERSION +++ b/gems/aws-sdk-autoscaling/VERSION @@ -1 +1 @@ -1.116.0 +1.117.0 diff --git a/gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling.rb b/gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling.rb index 5150da09157..b2bcb67f401 100644 --- a/gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling.rb +++ b/gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling.rb @@ -63,6 +63,6 @@ # @!group service module Aws::AutoScaling - GEM_VERSION = '1.116.0' + GEM_VERSION = '1.117.0' end diff --git a/gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/client.rb b/gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/client.rb index 0c01df1bbb1..37c687f136c 100644 --- a/gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/client.rb +++ b/gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -7212,7 +7218,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-autoscaling' - context[:gem_version] = '1.116.0' + context[:gem_version] = '1.117.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-autoscalingplans/CHANGELOG.md b/gems/aws-sdk-autoscalingplans/CHANGELOG.md index 9de94382696..4a8680325a7 100644 --- a/gems/aws-sdk-autoscalingplans/CHANGELOG.md +++ b/gems/aws-sdk-autoscalingplans/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.61.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.60.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-autoscalingplans/VERSION b/gems/aws-sdk-autoscalingplans/VERSION index 4d5fde5bd16..91951fd8ad7 100644 --- a/gems/aws-sdk-autoscalingplans/VERSION +++ b/gems/aws-sdk-autoscalingplans/VERSION @@ -1 +1 @@ -1.60.0 +1.61.0 diff --git a/gems/aws-sdk-autoscalingplans/lib/aws-sdk-autoscalingplans.rb b/gems/aws-sdk-autoscalingplans/lib/aws-sdk-autoscalingplans.rb index a12a1afccc2..88b5413d4ab 100644 --- a/gems/aws-sdk-autoscalingplans/lib/aws-sdk-autoscalingplans.rb +++ b/gems/aws-sdk-autoscalingplans/lib/aws-sdk-autoscalingplans.rb @@ -52,6 +52,6 @@ # @!group service module Aws::AutoScalingPlans - GEM_VERSION = '1.60.0' + GEM_VERSION = '1.61.0' end diff --git a/gems/aws-sdk-autoscalingplans/lib/aws-sdk-autoscalingplans/client.rb b/gems/aws-sdk-autoscalingplans/lib/aws-sdk-autoscalingplans/client.rb index a708e9830ed..e39022b8311 100644 --- a/gems/aws-sdk-autoscalingplans/lib/aws-sdk-autoscalingplans/client.rb +++ b/gems/aws-sdk-autoscalingplans/lib/aws-sdk-autoscalingplans/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -996,7 +1002,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-autoscalingplans' - context[:gem_version] = '1.60.0' + context[:gem_version] = '1.61.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-b2bi/CHANGELOG.md b/gems/aws-sdk-b2bi/CHANGELOG.md index 7b3c6dee444..519cef5ca8a 100644 --- a/gems/aws-sdk-b2bi/CHANGELOG.md +++ b/gems/aws-sdk-b2bi/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.16.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.15.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-b2bi/VERSION b/gems/aws-sdk-b2bi/VERSION index 141f2e805be..15b989e398f 100644 --- a/gems/aws-sdk-b2bi/VERSION +++ b/gems/aws-sdk-b2bi/VERSION @@ -1 +1 @@ -1.15.0 +1.16.0 diff --git a/gems/aws-sdk-b2bi/lib/aws-sdk-b2bi.rb b/gems/aws-sdk-b2bi/lib/aws-sdk-b2bi.rb index bb02dec7109..0a2a42a0661 100644 --- a/gems/aws-sdk-b2bi/lib/aws-sdk-b2bi.rb +++ b/gems/aws-sdk-b2bi/lib/aws-sdk-b2bi.rb @@ -52,6 +52,6 @@ # @!group service module Aws::B2bi - GEM_VERSION = '1.15.0' + GEM_VERSION = '1.16.0' end diff --git a/gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/client.rb b/gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/client.rb index fe8ae6bf51c..4c61ae145fd 100644 --- a/gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/client.rb +++ b/gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -2605,7 +2611,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-b2bi' - context[:gem_version] = '1.15.0' + context[:gem_version] = '1.16.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-backup/CHANGELOG.md b/gems/aws-sdk-backup/CHANGELOG.md index 96527fdc621..2ed52b82bba 100644 --- a/gems/aws-sdk-backup/CHANGELOG.md +++ b/gems/aws-sdk-backup/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.76.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.75.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-backup/VERSION b/gems/aws-sdk-backup/VERSION index 7c7053aa238..32a6ce3c719 100644 --- a/gems/aws-sdk-backup/VERSION +++ b/gems/aws-sdk-backup/VERSION @@ -1 +1 @@ -1.75.0 +1.76.0 diff --git a/gems/aws-sdk-backup/lib/aws-sdk-backup.rb b/gems/aws-sdk-backup/lib/aws-sdk-backup.rb index 54325e75ad4..610799a343d 100644 --- a/gems/aws-sdk-backup/lib/aws-sdk-backup.rb +++ b/gems/aws-sdk-backup/lib/aws-sdk-backup.rb @@ -52,6 +52,6 @@ # @!group service module Aws::Backup - GEM_VERSION = '1.75.0' + GEM_VERSION = '1.76.0' end diff --git a/gems/aws-sdk-backup/lib/aws-sdk-backup/client.rb b/gems/aws-sdk-backup/lib/aws-sdk-backup/client.rb index 02bcaf8091b..d832c5796d9 100644 --- a/gems/aws-sdk-backup/lib/aws-sdk-backup/client.rb +++ b/gems/aws-sdk-backup/lib/aws-sdk-backup/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -6060,7 +6066,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-backup' - context[:gem_version] = '1.75.0' + context[:gem_version] = '1.76.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-backupgateway/CHANGELOG.md b/gems/aws-sdk-backupgateway/CHANGELOG.md index 829418e7eee..b8d1ab817c4 100644 --- a/gems/aws-sdk-backupgateway/CHANGELOG.md +++ b/gems/aws-sdk-backupgateway/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.26.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.25.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-backupgateway/VERSION b/gems/aws-sdk-backupgateway/VERSION index ad2191947f7..5ff8c4f5d2a 100644 --- a/gems/aws-sdk-backupgateway/VERSION +++ b/gems/aws-sdk-backupgateway/VERSION @@ -1 +1 @@ -1.25.0 +1.26.0 diff --git a/gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway.rb b/gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway.rb index ac26428ec16..bc88a64bb92 100644 --- a/gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway.rb +++ b/gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway.rb @@ -52,6 +52,6 @@ # @!group service module Aws::BackupGateway - GEM_VERSION = '1.25.0' + GEM_VERSION = '1.26.0' end diff --git a/gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway/client.rb b/gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway/client.rb index e21cf563dea..309c6bcc96d 100644 --- a/gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway/client.rb +++ b/gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -1463,7 +1469,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-backupgateway' - context[:gem_version] = '1.25.0' + context[:gem_version] = '1.26.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-batch/CHANGELOG.md b/gems/aws-sdk-batch/CHANGELOG.md index ea359614847..de1cc896436 100644 --- a/gems/aws-sdk-batch/CHANGELOG.md +++ b/gems/aws-sdk-batch/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.97.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.96.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-batch/VERSION b/gems/aws-sdk-batch/VERSION index 9141007a558..acbb747ac54 100644 --- a/gems/aws-sdk-batch/VERSION +++ b/gems/aws-sdk-batch/VERSION @@ -1 +1 @@ -1.96.0 +1.97.0 diff --git a/gems/aws-sdk-batch/lib/aws-sdk-batch.rb b/gems/aws-sdk-batch/lib/aws-sdk-batch.rb index 5aa860833fd..129a1516e4d 100644 --- a/gems/aws-sdk-batch/lib/aws-sdk-batch.rb +++ b/gems/aws-sdk-batch/lib/aws-sdk-batch.rb @@ -52,6 +52,6 @@ # @!group service module Aws::Batch - GEM_VERSION = '1.96.0' + GEM_VERSION = '1.97.0' end diff --git a/gems/aws-sdk-batch/lib/aws-sdk-batch/client.rb b/gems/aws-sdk-batch/lib/aws-sdk-batch/client.rb index f518925be3a..08b30e71b16 100644 --- a/gems/aws-sdk-batch/lib/aws-sdk-batch/client.rb +++ b/gems/aws-sdk-batch/lib/aws-sdk-batch/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -4892,7 +4898,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-batch' - context[:gem_version] = '1.96.0' + context[:gem_version] = '1.97.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-bcmdataexports/CHANGELOG.md b/gems/aws-sdk-bcmdataexports/CHANGELOG.md index 1cbe1b6a1a2..3f47f04b3aa 100644 --- a/gems/aws-sdk-bcmdataexports/CHANGELOG.md +++ b/gems/aws-sdk-bcmdataexports/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.10.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.9.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-bcmdataexports/VERSION b/gems/aws-sdk-bcmdataexports/VERSION index f8e233b2733..81c871de46b 100644 --- a/gems/aws-sdk-bcmdataexports/VERSION +++ b/gems/aws-sdk-bcmdataexports/VERSION @@ -1 +1 @@ -1.9.0 +1.10.0 diff --git a/gems/aws-sdk-bcmdataexports/lib/aws-sdk-bcmdataexports.rb b/gems/aws-sdk-bcmdataexports/lib/aws-sdk-bcmdataexports.rb index dd0bfbeb24c..fc4566bfebe 100644 --- a/gems/aws-sdk-bcmdataexports/lib/aws-sdk-bcmdataexports.rb +++ b/gems/aws-sdk-bcmdataexports/lib/aws-sdk-bcmdataexports.rb @@ -52,6 +52,6 @@ # @!group service module Aws::BCMDataExports - GEM_VERSION = '1.9.0' + GEM_VERSION = '1.10.0' end diff --git a/gems/aws-sdk-bcmdataexports/lib/aws-sdk-bcmdataexports/client.rb b/gems/aws-sdk-bcmdataexports/lib/aws-sdk-bcmdataexports/client.rb index 64fab0c5932..efbd474577d 100644 --- a/gems/aws-sdk-bcmdataexports/lib/aws-sdk-bcmdataexports/client.rb +++ b/gems/aws-sdk-bcmdataexports/lib/aws-sdk-bcmdataexports/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -1029,7 +1035,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-bcmdataexports' - context[:gem_version] = '1.9.0' + context[:gem_version] = '1.10.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-bedrock/CHANGELOG.md b/gems/aws-sdk-bedrock/CHANGELOG.md index 839764c169b..75f0d149990 100644 --- a/gems/aws-sdk-bedrock/CHANGELOG.md +++ b/gems/aws-sdk-bedrock/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.19.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.18.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-bedrock/VERSION b/gems/aws-sdk-bedrock/VERSION index 84cc529467b..815d5ca06d5 100644 --- a/gems/aws-sdk-bedrock/VERSION +++ b/gems/aws-sdk-bedrock/VERSION @@ -1 +1 @@ -1.18.0 +1.19.0 diff --git a/gems/aws-sdk-bedrock/lib/aws-sdk-bedrock.rb b/gems/aws-sdk-bedrock/lib/aws-sdk-bedrock.rb index 92ff0844a7e..bb0663b1d6e 100644 --- a/gems/aws-sdk-bedrock/lib/aws-sdk-bedrock.rb +++ b/gems/aws-sdk-bedrock/lib/aws-sdk-bedrock.rb @@ -53,6 +53,6 @@ # @!group service module Aws::Bedrock - GEM_VERSION = '1.18.0' + GEM_VERSION = '1.19.0' end diff --git a/gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/client.rb b/gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/client.rb index bdf6578776a..9bd08511488 100644 --- a/gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/client.rb +++ b/gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -3556,7 +3562,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-bedrock' - context[:gem_version] = '1.18.0' + context[:gem_version] = '1.19.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-bedrockagent/CHANGELOG.md b/gems/aws-sdk-bedrockagent/CHANGELOG.md index 5ec90381d80..cd6af574dd1 100644 --- a/gems/aws-sdk-bedrockagent/CHANGELOG.md +++ b/gems/aws-sdk-bedrockagent/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.23.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.22.0 (2024-09-04) ------------------ diff --git a/gems/aws-sdk-bedrockagent/VERSION b/gems/aws-sdk-bedrockagent/VERSION index 57807d6d0d0..a6c2798a482 100644 --- a/gems/aws-sdk-bedrockagent/VERSION +++ b/gems/aws-sdk-bedrockagent/VERSION @@ -1 +1 @@ -1.22.0 +1.23.0 diff --git a/gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent.rb b/gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent.rb index e78df75d42f..2ba76c5d65b 100644 --- a/gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent.rb +++ b/gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent.rb @@ -52,6 +52,6 @@ # @!group service module Aws::BedrockAgent - GEM_VERSION = '1.22.0' + GEM_VERSION = '1.23.0' end diff --git a/gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/client.rb b/gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/client.rb index d1cfa4cdb56..251c13c4bcd 100644 --- a/gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/client.rb +++ b/gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -5663,7 +5669,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-bedrockagent' - context[:gem_version] = '1.22.0' + context[:gem_version] = '1.23.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-bedrockagentruntime/CHANGELOG.md b/gems/aws-sdk-bedrockagentruntime/CHANGELOG.md index 2a06e5a7eac..bf33039bc3e 100644 --- a/gems/aws-sdk-bedrockagentruntime/CHANGELOG.md +++ b/gems/aws-sdk-bedrockagentruntime/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.22.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.21.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-bedrockagentruntime/VERSION b/gems/aws-sdk-bedrockagentruntime/VERSION index 3500250a4b0..57807d6d0d0 100644 --- a/gems/aws-sdk-bedrockagentruntime/VERSION +++ b/gems/aws-sdk-bedrockagentruntime/VERSION @@ -1 +1 @@ -1.21.0 +1.22.0 diff --git a/gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime.rb b/gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime.rb index 5b483f74137..9f40340b2f6 100644 --- a/gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime.rb +++ b/gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime.rb @@ -53,6 +53,6 @@ # @!group service module Aws::BedrockAgentRuntime - GEM_VERSION = '1.21.0' + GEM_VERSION = '1.22.0' end diff --git a/gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/client.rb b/gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/client.rb index 09d4567f081..aeb0f29b101 100644 --- a/gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/client.rb +++ b/gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/client.rb @@ -436,6 +436,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -1884,7 +1890,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-bedrockagentruntime' - context[:gem_version] = '1.21.0' + context[:gem_version] = '1.22.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-bedrockruntime/CHANGELOG.md b/gems/aws-sdk-bedrockruntime/CHANGELOG.md index 9a5a3108091..f1a28231d20 100644 --- a/gems/aws-sdk-bedrockruntime/CHANGELOG.md +++ b/gems/aws-sdk-bedrockruntime/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.21.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.20.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-bedrockruntime/VERSION b/gems/aws-sdk-bedrockruntime/VERSION index 39893559155..3500250a4b0 100644 --- a/gems/aws-sdk-bedrockruntime/VERSION +++ b/gems/aws-sdk-bedrockruntime/VERSION @@ -1 +1 @@ -1.20.0 +1.21.0 diff --git a/gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime.rb b/gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime.rb index 3699fb82e38..b56eb7aab95 100644 --- a/gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime.rb +++ b/gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime.rb @@ -54,6 +54,6 @@ # @!group service module Aws::BedrockRuntime - GEM_VERSION = '1.20.0' + GEM_VERSION = '1.21.0' end diff --git a/gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/client.rb b/gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/client.rb index d396ece9403..6da103a5cd0 100644 --- a/gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/client.rb +++ b/gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/client.rb @@ -436,6 +436,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -1866,7 +1872,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-bedrockruntime' - context[:gem_version] = '1.20.0' + context[:gem_version] = '1.21.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-billingconductor/CHANGELOG.md b/gems/aws-sdk-billingconductor/CHANGELOG.md index 1a2afb806b1..3d129392d8c 100644 --- a/gems/aws-sdk-billingconductor/CHANGELOG.md +++ b/gems/aws-sdk-billingconductor/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.29.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.28.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-billingconductor/VERSION b/gems/aws-sdk-billingconductor/VERSION index cfc730712d5..5e57fb89558 100644 --- a/gems/aws-sdk-billingconductor/VERSION +++ b/gems/aws-sdk-billingconductor/VERSION @@ -1 +1 @@ -1.28.0 +1.29.0 diff --git a/gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor.rb b/gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor.rb index 68af2fd5d14..afe5d189e82 100644 --- a/gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor.rb +++ b/gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor.rb @@ -53,6 +53,6 @@ # @!group service module Aws::BillingConductor - GEM_VERSION = '1.28.0' + GEM_VERSION = '1.29.0' end diff --git a/gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/client.rb b/gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/client.rb index 9cee7335480..d864f6d60c6 100644 --- a/gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/client.rb +++ b/gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -2168,7 +2174,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-billingconductor' - context[:gem_version] = '1.28.0' + context[:gem_version] = '1.29.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-braket/CHANGELOG.md b/gems/aws-sdk-braket/CHANGELOG.md index 0e581a8c857..0a5590bcf98 100644 --- a/gems/aws-sdk-braket/CHANGELOG.md +++ b/gems/aws-sdk-braket/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.42.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.41.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-braket/VERSION b/gems/aws-sdk-braket/VERSION index 7d47e599800..a50908ca3da 100644 --- a/gems/aws-sdk-braket/VERSION +++ b/gems/aws-sdk-braket/VERSION @@ -1 +1 @@ -1.41.0 +1.42.0 diff --git a/gems/aws-sdk-braket/lib/aws-sdk-braket.rb b/gems/aws-sdk-braket/lib/aws-sdk-braket.rb index a823d2be9a4..3f86618136c 100644 --- a/gems/aws-sdk-braket/lib/aws-sdk-braket.rb +++ b/gems/aws-sdk-braket/lib/aws-sdk-braket.rb @@ -52,6 +52,6 @@ # @!group service module Aws::Braket - GEM_VERSION = '1.41.0' + GEM_VERSION = '1.42.0' end diff --git a/gems/aws-sdk-braket/lib/aws-sdk-braket/client.rb b/gems/aws-sdk-braket/lib/aws-sdk-braket/client.rb index aae3d52a4b1..ae29a9ae894 100644 --- a/gems/aws-sdk-braket/lib/aws-sdk-braket/client.rb +++ b/gems/aws-sdk-braket/lib/aws-sdk-braket/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -1204,7 +1210,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-braket' - context[:gem_version] = '1.41.0' + context[:gem_version] = '1.42.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-budgets/CHANGELOG.md b/gems/aws-sdk-budgets/CHANGELOG.md index 4501569002e..74f6ac944ed 100644 --- a/gems/aws-sdk-budgets/CHANGELOG.md +++ b/gems/aws-sdk-budgets/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.73.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.72.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-budgets/VERSION b/gems/aws-sdk-budgets/VERSION index 0834888f558..5e3a4256626 100644 --- a/gems/aws-sdk-budgets/VERSION +++ b/gems/aws-sdk-budgets/VERSION @@ -1 +1 @@ -1.72.0 +1.73.0 diff --git a/gems/aws-sdk-budgets/lib/aws-sdk-budgets.rb b/gems/aws-sdk-budgets/lib/aws-sdk-budgets.rb index 52d95c41f5b..0c0a1b43b70 100644 --- a/gems/aws-sdk-budgets/lib/aws-sdk-budgets.rb +++ b/gems/aws-sdk-budgets/lib/aws-sdk-budgets.rb @@ -52,6 +52,6 @@ # @!group service module Aws::Budgets - GEM_VERSION = '1.72.0' + GEM_VERSION = '1.73.0' end diff --git a/gems/aws-sdk-budgets/lib/aws-sdk-budgets/client.rb b/gems/aws-sdk-budgets/lib/aws-sdk-budgets/client.rb index 94711e15aa9..922abec600f 100644 --- a/gems/aws-sdk-budgets/lib/aws-sdk-budgets/client.rb +++ b/gems/aws-sdk-budgets/lib/aws-sdk-budgets/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -2073,7 +2079,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-budgets' - context[:gem_version] = '1.72.0' + context[:gem_version] = '1.73.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-chatbot/CHANGELOG.md b/gems/aws-sdk-chatbot/CHANGELOG.md index 8123370dbaa..ce3f216187e 100644 --- a/gems/aws-sdk-chatbot/CHANGELOG.md +++ b/gems/aws-sdk-chatbot/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.12.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.11.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-chatbot/VERSION b/gems/aws-sdk-chatbot/VERSION index 1cac385c6cb..0eed1a29efd 100644 --- a/gems/aws-sdk-chatbot/VERSION +++ b/gems/aws-sdk-chatbot/VERSION @@ -1 +1 @@ -1.11.0 +1.12.0 diff --git a/gems/aws-sdk-chatbot/lib/aws-sdk-chatbot.rb b/gems/aws-sdk-chatbot/lib/aws-sdk-chatbot.rb index 4092487db8d..118b285f7f9 100644 --- a/gems/aws-sdk-chatbot/lib/aws-sdk-chatbot.rb +++ b/gems/aws-sdk-chatbot/lib/aws-sdk-chatbot.rb @@ -52,6 +52,6 @@ # @!group service module Aws::Chatbot - GEM_VERSION = '1.11.0' + GEM_VERSION = '1.12.0' end diff --git a/gems/aws-sdk-chatbot/lib/aws-sdk-chatbot/client.rb b/gems/aws-sdk-chatbot/lib/aws-sdk-chatbot/client.rb index 59a6d8e2df9..6cd6130ab1c 100644 --- a/gems/aws-sdk-chatbot/lib/aws-sdk-chatbot/client.rb +++ b/gems/aws-sdk-chatbot/lib/aws-sdk-chatbot/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -1775,7 +1781,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-chatbot' - context[:gem_version] = '1.11.0' + context[:gem_version] = '1.12.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-chime/CHANGELOG.md b/gems/aws-sdk-chime/CHANGELOG.md index ea344529113..affd63e7292 100644 --- a/gems/aws-sdk-chime/CHANGELOG.md +++ b/gems/aws-sdk-chime/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.91.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.90.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-chime/VERSION b/gems/aws-sdk-chime/VERSION index 82e24bf241e..6979a6c0661 100644 --- a/gems/aws-sdk-chime/VERSION +++ b/gems/aws-sdk-chime/VERSION @@ -1 +1 @@ -1.90.0 +1.91.0 diff --git a/gems/aws-sdk-chime/lib/aws-sdk-chime.rb b/gems/aws-sdk-chime/lib/aws-sdk-chime.rb index 9c4bdf0640e..877cb421390 100644 --- a/gems/aws-sdk-chime/lib/aws-sdk-chime.rb +++ b/gems/aws-sdk-chime/lib/aws-sdk-chime.rb @@ -52,6 +52,6 @@ # @!group service module Aws::Chime - GEM_VERSION = '1.90.0' + GEM_VERSION = '1.91.0' end diff --git a/gems/aws-sdk-chime/lib/aws-sdk-chime/client.rb b/gems/aws-sdk-chime/lib/aws-sdk-chime/client.rb index a5270451352..c6a895b38ef 100644 --- a/gems/aws-sdk-chime/lib/aws-sdk-chime/client.rb +++ b/gems/aws-sdk-chime/lib/aws-sdk-chime/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -10338,7 +10344,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-chime' - context[:gem_version] = '1.90.0' + context[:gem_version] = '1.91.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-chimesdkidentity/CHANGELOG.md b/gems/aws-sdk-chimesdkidentity/CHANGELOG.md index 5e18eb51487..0ac89aad174 100644 --- a/gems/aws-sdk-chimesdkidentity/CHANGELOG.md +++ b/gems/aws-sdk-chimesdkidentity/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.32.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.31.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-chimesdkidentity/VERSION b/gems/aws-sdk-chimesdkidentity/VERSION index 34aae156b19..359c41089a4 100644 --- a/gems/aws-sdk-chimesdkidentity/VERSION +++ b/gems/aws-sdk-chimesdkidentity/VERSION @@ -1 +1 @@ -1.31.0 +1.32.0 diff --git a/gems/aws-sdk-chimesdkidentity/lib/aws-sdk-chimesdkidentity.rb b/gems/aws-sdk-chimesdkidentity/lib/aws-sdk-chimesdkidentity.rb index ba47fc26d57..369d71bfa42 100644 --- a/gems/aws-sdk-chimesdkidentity/lib/aws-sdk-chimesdkidentity.rb +++ b/gems/aws-sdk-chimesdkidentity/lib/aws-sdk-chimesdkidentity.rb @@ -52,6 +52,6 @@ # @!group service module Aws::ChimeSDKIdentity - GEM_VERSION = '1.31.0' + GEM_VERSION = '1.32.0' end diff --git a/gems/aws-sdk-chimesdkidentity/lib/aws-sdk-chimesdkidentity/client.rb b/gems/aws-sdk-chimesdkidentity/lib/aws-sdk-chimesdkidentity/client.rb index ae98b0a9815..3d861bf4917 100644 --- a/gems/aws-sdk-chimesdkidentity/lib/aws-sdk-chimesdkidentity/client.rb +++ b/gems/aws-sdk-chimesdkidentity/lib/aws-sdk-chimesdkidentity/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -1667,7 +1673,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-chimesdkidentity' - context[:gem_version] = '1.31.0' + context[:gem_version] = '1.32.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-chimesdkmediapipelines/CHANGELOG.md b/gems/aws-sdk-chimesdkmediapipelines/CHANGELOG.md index 2fa6069d8a4..920ebf4b3b2 100644 --- a/gems/aws-sdk-chimesdkmediapipelines/CHANGELOG.md +++ b/gems/aws-sdk-chimesdkmediapipelines/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.28.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.27.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-chimesdkmediapipelines/VERSION b/gems/aws-sdk-chimesdkmediapipelines/VERSION index 5db08bf2dc5..cfc730712d5 100644 --- a/gems/aws-sdk-chimesdkmediapipelines/VERSION +++ b/gems/aws-sdk-chimesdkmediapipelines/VERSION @@ -1 +1 @@ -1.27.0 +1.28.0 diff --git a/gems/aws-sdk-chimesdkmediapipelines/lib/aws-sdk-chimesdkmediapipelines.rb b/gems/aws-sdk-chimesdkmediapipelines/lib/aws-sdk-chimesdkmediapipelines.rb index ed0bce9b77e..a05047ac8bc 100644 --- a/gems/aws-sdk-chimesdkmediapipelines/lib/aws-sdk-chimesdkmediapipelines.rb +++ b/gems/aws-sdk-chimesdkmediapipelines/lib/aws-sdk-chimesdkmediapipelines.rb @@ -52,6 +52,6 @@ # @!group service module Aws::ChimeSDKMediaPipelines - GEM_VERSION = '1.27.0' + GEM_VERSION = '1.28.0' end diff --git a/gems/aws-sdk-chimesdkmediapipelines/lib/aws-sdk-chimesdkmediapipelines/client.rb b/gems/aws-sdk-chimesdkmediapipelines/lib/aws-sdk-chimesdkmediapipelines/client.rb index 08d435bfefa..92f661de856 100644 --- a/gems/aws-sdk-chimesdkmediapipelines/lib/aws-sdk-chimesdkmediapipelines/client.rb +++ b/gems/aws-sdk-chimesdkmediapipelines/lib/aws-sdk-chimesdkmediapipelines/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -2549,7 +2555,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-chimesdkmediapipelines' - context[:gem_version] = '1.27.0' + context[:gem_version] = '1.28.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-chimesdkmeetings/CHANGELOG.md b/gems/aws-sdk-chimesdkmeetings/CHANGELOG.md index d699b06e498..9f50c6369ba 100644 --- a/gems/aws-sdk-chimesdkmeetings/CHANGELOG.md +++ b/gems/aws-sdk-chimesdkmeetings/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.38.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.37.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-chimesdkmeetings/VERSION b/gems/aws-sdk-chimesdkmeetings/VERSION index bf50e910e62..ebeef2f2d61 100644 --- a/gems/aws-sdk-chimesdkmeetings/VERSION +++ b/gems/aws-sdk-chimesdkmeetings/VERSION @@ -1 +1 @@ -1.37.0 +1.38.0 diff --git a/gems/aws-sdk-chimesdkmeetings/lib/aws-sdk-chimesdkmeetings.rb b/gems/aws-sdk-chimesdkmeetings/lib/aws-sdk-chimesdkmeetings.rb index 2494bced348..f97e57017f0 100644 --- a/gems/aws-sdk-chimesdkmeetings/lib/aws-sdk-chimesdkmeetings.rb +++ b/gems/aws-sdk-chimesdkmeetings/lib/aws-sdk-chimesdkmeetings.rb @@ -52,6 +52,6 @@ # @!group service module Aws::ChimeSDKMeetings - GEM_VERSION = '1.37.0' + GEM_VERSION = '1.38.0' end diff --git a/gems/aws-sdk-chimesdkmeetings/lib/aws-sdk-chimesdkmeetings/client.rb b/gems/aws-sdk-chimesdkmeetings/lib/aws-sdk-chimesdkmeetings/client.rb index 0f59eba1810..32d6b30bdcb 100644 --- a/gems/aws-sdk-chimesdkmeetings/lib/aws-sdk-chimesdkmeetings/client.rb +++ b/gems/aws-sdk-chimesdkmeetings/lib/aws-sdk-chimesdkmeetings/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -1556,7 +1562,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-chimesdkmeetings' - context[:gem_version] = '1.37.0' + context[:gem_version] = '1.38.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-chimesdkmessaging/CHANGELOG.md b/gems/aws-sdk-chimesdkmessaging/CHANGELOG.md index 452bc3c98bb..8fb04c6f57a 100644 --- a/gems/aws-sdk-chimesdkmessaging/CHANGELOG.md +++ b/gems/aws-sdk-chimesdkmessaging/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.38.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.37.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-chimesdkmessaging/VERSION b/gems/aws-sdk-chimesdkmessaging/VERSION index bf50e910e62..ebeef2f2d61 100644 --- a/gems/aws-sdk-chimesdkmessaging/VERSION +++ b/gems/aws-sdk-chimesdkmessaging/VERSION @@ -1 +1 @@ -1.37.0 +1.38.0 diff --git a/gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging.rb b/gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging.rb index 0c5eabbb488..9a3c50b265c 100644 --- a/gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging.rb +++ b/gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging.rb @@ -52,6 +52,6 @@ # @!group service module Aws::ChimeSDKMessaging - GEM_VERSION = '1.37.0' + GEM_VERSION = '1.38.0' end diff --git a/gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/client.rb b/gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/client.rb index b122bb923b0..6c58f39b3f1 100644 --- a/gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/client.rb +++ b/gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -3273,7 +3279,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-chimesdkmessaging' - context[:gem_version] = '1.37.0' + context[:gem_version] = '1.38.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-chimesdkvoice/CHANGELOG.md b/gems/aws-sdk-chimesdkvoice/CHANGELOG.md index ed17a65f7f3..03378723cdc 100644 --- a/gems/aws-sdk-chimesdkvoice/CHANGELOG.md +++ b/gems/aws-sdk-chimesdkvoice/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.28.0 (2024-09-10) +------------------ + +* Feature - Documentation-only update that clarifies the ValidateE911Address action of the Amazon Chime SDK Voice APIs. + 1.27.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-chimesdkvoice/VERSION b/gems/aws-sdk-chimesdkvoice/VERSION index 5db08bf2dc5..cfc730712d5 100644 --- a/gems/aws-sdk-chimesdkvoice/VERSION +++ b/gems/aws-sdk-chimesdkvoice/VERSION @@ -1 +1 @@ -1.27.0 +1.28.0 diff --git a/gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice.rb b/gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice.rb index e5bce3515be..4ee2bcbf3a7 100644 --- a/gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice.rb +++ b/gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice.rb @@ -52,6 +52,6 @@ # @!group service module Aws::ChimeSDKVoice - GEM_VERSION = '1.27.0' + GEM_VERSION = '1.28.0' end diff --git a/gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/client.rb b/gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/client.rb index 31744febfee..ce13f8138e5 100644 --- a/gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/client.rb +++ b/gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -2310,7 +2316,7 @@ def get_voice_profile_domain(params = {}, options = {}) # The Voice Connector ID. # # @option params [required, String] :voice_tone_analysis_task_id - # The ID of the voice tone anlysis task. + # The ID of the voice tone analysis task. # # @option params [required, Boolean] :is_caller # Specifies whether the voice being analyzed is the caller (originator) @@ -4189,7 +4195,13 @@ def update_voice_profile_domain(params = {}, options = {}) # The address state, such as `ME`. # # @option params [required, String] :country - # The country in the address being validated. + # The country in the address being validated as two-letter country code + # in ISO 3166-1 alpha-2 format, such as `US`. For more information, see + # [ISO 3166-1 alpha-2][1] in Wikipedia. + # + # + # + # [1]: https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2 # # @option params [required, String] :postal_code # The dress postal code, such `04352`. @@ -4263,7 +4275,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-chimesdkvoice' - context[:gem_version] = '1.27.0' + context[:gem_version] = '1.28.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb b/gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb index 45241094d79..a01cbd651f8 100644 --- a/gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb +++ b/gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb @@ -1492,7 +1492,7 @@ class GetVoiceProfileResponse < Struct.new( # @return [String] # # @!attribute [rw] voice_tone_analysis_task_id - # The ID of the voice tone anlysis task. + # The ID of the voice tone analysis task. # @return [String] # # @!attribute [rw] is_caller @@ -1985,7 +1985,7 @@ class LoggingConfiguration < Struct.new( # The configuration for a call analytics task. # # @!attribute [rw] disabled - # Denotes the configration as enabled or disabled. + # Denotes the configuration as enabled or disabled. # @return [Boolean] # # @!attribute [rw] configuration_arn @@ -3846,7 +3846,13 @@ class UpdateVoiceProfileResponse < Struct.new( # @return [String] # # @!attribute [rw] country - # The country in the address being validated. + # The country in the address being validated as two-letter country + # code in ISO 3166-1 alpha-2 format, such as `US`. For more + # information, see [ISO 3166-1 alpha-2][1] in Wikipedia. + # + # + # + # [1]: https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2 # @return [String] # # @!attribute [rw] postal_code @@ -3868,10 +3874,18 @@ class ValidateE911AddressRequest < Struct.new( end # @!attribute [rw] validation_result - # Number indicating the result of address validation. `0` means the - # address was perfect as-is and successfully validated. `1` means the - # address was corrected. `2` means the address sent was not close - # enough and was not validated. + # Number indicating the result of address validation. + # + # Each possible result is defined as follows: + # + # * `0` - Address validation succeeded. + # + # * `1` - Address validation succeeded. The address was a close enough + # match and has been corrected as part of the address object. + # + # * `2` - Address validation failed. You should re-submit the + # validation request with candidates from the `CandidateAddressList` + # result, if it's a close match. # @return [Integer] # # @!attribute [rw] address_external_id diff --git a/gems/aws-sdk-cleanrooms/CHANGELOG.md b/gems/aws-sdk-cleanrooms/CHANGELOG.md index 2e2299d714f..22c12c2d3a5 100644 --- a/gems/aws-sdk-cleanrooms/CHANGELOG.md +++ b/gems/aws-sdk-cleanrooms/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.29.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.28.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-cleanrooms/VERSION b/gems/aws-sdk-cleanrooms/VERSION index cfc730712d5..5e57fb89558 100644 --- a/gems/aws-sdk-cleanrooms/VERSION +++ b/gems/aws-sdk-cleanrooms/VERSION @@ -1 +1 @@ -1.28.0 +1.29.0 diff --git a/gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms.rb b/gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms.rb index dbe6bf9d699..d0c259959bb 100644 --- a/gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms.rb +++ b/gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms.rb @@ -53,6 +53,6 @@ # @!group service module Aws::CleanRooms - GEM_VERSION = '1.28.0' + GEM_VERSION = '1.29.0' end diff --git a/gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/client.rb b/gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/client.rb index 3e9fac415a4..2e1b7f23c13 100644 --- a/gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/client.rb +++ b/gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -4846,7 +4852,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-cleanrooms' - context[:gem_version] = '1.28.0' + context[:gem_version] = '1.29.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-cleanroomsml/CHANGELOG.md b/gems/aws-sdk-cleanroomsml/CHANGELOG.md index bb676ad7341..97cc51a4b85 100644 --- a/gems/aws-sdk-cleanroomsml/CHANGELOG.md +++ b/gems/aws-sdk-cleanroomsml/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.12.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.11.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-cleanroomsml/VERSION b/gems/aws-sdk-cleanroomsml/VERSION index 1cac385c6cb..0eed1a29efd 100644 --- a/gems/aws-sdk-cleanroomsml/VERSION +++ b/gems/aws-sdk-cleanroomsml/VERSION @@ -1 +1 @@ -1.11.0 +1.12.0 diff --git a/gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml.rb b/gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml.rb index 0ca8ca81125..09da717ac40 100644 --- a/gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml.rb +++ b/gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml.rb @@ -53,6 +53,6 @@ # @!group service module Aws::CleanRoomsML - GEM_VERSION = '1.11.0' + GEM_VERSION = '1.12.0' end diff --git a/gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb b/gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb index 7afeebc3ba4..a97a8a64c0d 100644 --- a/gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb +++ b/gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -1772,7 +1778,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-cleanroomsml' - context[:gem_version] = '1.11.0' + context[:gem_version] = '1.12.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-cloud9/CHANGELOG.md b/gems/aws-sdk-cloud9/CHANGELOG.md index 1636fe544a1..3685c20afa5 100644 --- a/gems/aws-sdk-cloud9/CHANGELOG.md +++ b/gems/aws-sdk-cloud9/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.76.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.75.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-cloud9/VERSION b/gems/aws-sdk-cloud9/VERSION index 7c7053aa238..32a6ce3c719 100644 --- a/gems/aws-sdk-cloud9/VERSION +++ b/gems/aws-sdk-cloud9/VERSION @@ -1 +1 @@ -1.75.0 +1.76.0 diff --git a/gems/aws-sdk-cloud9/lib/aws-sdk-cloud9.rb b/gems/aws-sdk-cloud9/lib/aws-sdk-cloud9.rb index 49b1cc6f153..3186e79da9c 100644 --- a/gems/aws-sdk-cloud9/lib/aws-sdk-cloud9.rb +++ b/gems/aws-sdk-cloud9/lib/aws-sdk-cloud9.rb @@ -52,6 +52,6 @@ # @!group service module Aws::Cloud9 - GEM_VERSION = '1.75.0' + GEM_VERSION = '1.76.0' end diff --git a/gems/aws-sdk-cloud9/lib/aws-sdk-cloud9/client.rb b/gems/aws-sdk-cloud9/lib/aws-sdk-cloud9/client.rb index ffee895b1df..4e05db9db0b 100644 --- a/gems/aws-sdk-cloud9/lib/aws-sdk-cloud9/client.rb +++ b/gems/aws-sdk-cloud9/lib/aws-sdk-cloud9/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -1312,7 +1318,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-cloud9' - context[:gem_version] = '1.75.0' + context[:gem_version] = '1.76.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-cloudcontrolapi/CHANGELOG.md b/gems/aws-sdk-cloudcontrolapi/CHANGELOG.md index d6ca8f1e010..40fa7f31f34 100644 --- a/gems/aws-sdk-cloudcontrolapi/CHANGELOG.md +++ b/gems/aws-sdk-cloudcontrolapi/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.28.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.27.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-cloudcontrolapi/VERSION b/gems/aws-sdk-cloudcontrolapi/VERSION index 5db08bf2dc5..cfc730712d5 100644 --- a/gems/aws-sdk-cloudcontrolapi/VERSION +++ b/gems/aws-sdk-cloudcontrolapi/VERSION @@ -1 +1 @@ -1.27.0 +1.28.0 diff --git a/gems/aws-sdk-cloudcontrolapi/lib/aws-sdk-cloudcontrolapi.rb b/gems/aws-sdk-cloudcontrolapi/lib/aws-sdk-cloudcontrolapi.rb index 6b50a0c628e..e6e5fccb906 100644 --- a/gems/aws-sdk-cloudcontrolapi/lib/aws-sdk-cloudcontrolapi.rb +++ b/gems/aws-sdk-cloudcontrolapi/lib/aws-sdk-cloudcontrolapi.rb @@ -53,6 +53,6 @@ # @!group service module Aws::CloudControlApi - GEM_VERSION = '1.27.0' + GEM_VERSION = '1.28.0' end diff --git a/gems/aws-sdk-cloudcontrolapi/lib/aws-sdk-cloudcontrolapi/client.rb b/gems/aws-sdk-cloudcontrolapi/lib/aws-sdk-cloudcontrolapi/client.rb index 690ae5b6831..a4d856b169a 100644 --- a/gems/aws-sdk-cloudcontrolapi/lib/aws-sdk-cloudcontrolapi/client.rb +++ b/gems/aws-sdk-cloudcontrolapi/lib/aws-sdk-cloudcontrolapi/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -1202,7 +1208,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-cloudcontrolapi' - context[:gem_version] = '1.27.0' + context[:gem_version] = '1.28.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-clouddirectory/CHANGELOG.md b/gems/aws-sdk-clouddirectory/CHANGELOG.md index 51a992e94d7..d9dcfd7c63b 100644 --- a/gems/aws-sdk-clouddirectory/CHANGELOG.md +++ b/gems/aws-sdk-clouddirectory/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.63.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.62.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-clouddirectory/VERSION b/gems/aws-sdk-clouddirectory/VERSION index 76d05362056..af92bdd9f58 100644 --- a/gems/aws-sdk-clouddirectory/VERSION +++ b/gems/aws-sdk-clouddirectory/VERSION @@ -1 +1 @@ -1.62.0 +1.63.0 diff --git a/gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory.rb b/gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory.rb index 009abf711f7..0c662f9d8b5 100644 --- a/gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory.rb +++ b/gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory.rb @@ -52,6 +52,6 @@ # @!group service module Aws::CloudDirectory - GEM_VERSION = '1.62.0' + GEM_VERSION = '1.63.0' end diff --git a/gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/client.rb b/gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/client.rb index 73eb43e0d4d..232e396a1bf 100644 --- a/gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/client.rb +++ b/gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -4402,7 +4408,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-clouddirectory' - context[:gem_version] = '1.62.0' + context[:gem_version] = '1.63.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-cloudformation/CHANGELOG.md b/gems/aws-sdk-cloudformation/CHANGELOG.md index 99ca32ae3cc..b89c10b5f7d 100644 --- a/gems/aws-sdk-cloudformation/CHANGELOG.md +++ b/gems/aws-sdk-cloudformation/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.116.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.115.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-cloudformation/VERSION b/gems/aws-sdk-cloudformation/VERSION index 97ee99fccc8..10c8812fe5e 100644 --- a/gems/aws-sdk-cloudformation/VERSION +++ b/gems/aws-sdk-cloudformation/VERSION @@ -1 +1 @@ -1.115.0 +1.116.0 diff --git a/gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation.rb b/gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation.rb index 20acc7783c3..30978377071 100644 --- a/gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation.rb +++ b/gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation.rb @@ -57,6 +57,6 @@ # @!group service module Aws::CloudFormation - GEM_VERSION = '1.115.0' + GEM_VERSION = '1.116.0' end diff --git a/gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/client.rb b/gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/client.rb index d4858a4b018..46c83fbc4f8 100644 --- a/gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/client.rb +++ b/gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -8407,7 +8413,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-cloudformation' - context[:gem_version] = '1.115.0' + context[:gem_version] = '1.116.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-cloudfront/CHANGELOG.md b/gems/aws-sdk-cloudfront/CHANGELOG.md index dd2ccb840a8..5b507711b83 100644 --- a/gems/aws-sdk-cloudfront/CHANGELOG.md +++ b/gems/aws-sdk-cloudfront/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.98.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.97.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-cloudfront/VERSION b/gems/aws-sdk-cloudfront/VERSION index acbb747ac54..783fda86436 100644 --- a/gems/aws-sdk-cloudfront/VERSION +++ b/gems/aws-sdk-cloudfront/VERSION @@ -1 +1 @@ -1.97.0 +1.98.0 diff --git a/gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront.rb b/gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront.rb index 9f97da97549..08f6db1a5c8 100644 --- a/gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront.rb +++ b/gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront.rb @@ -53,6 +53,6 @@ # @!group service module Aws::CloudFront - GEM_VERSION = '1.97.0' + GEM_VERSION = '1.98.0' end diff --git a/gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/client.rb b/gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/client.rb index bd4a9b66834..4130a71820f 100644 --- a/gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/client.rb +++ b/gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -9474,7 +9480,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-cloudfront' - context[:gem_version] = '1.97.0' + context[:gem_version] = '1.98.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-cloudfrontkeyvaluestore/CHANGELOG.md b/gems/aws-sdk-cloudfrontkeyvaluestore/CHANGELOG.md index cae4c08ffdc..91665f77554 100644 --- a/gems/aws-sdk-cloudfrontkeyvaluestore/CHANGELOG.md +++ b/gems/aws-sdk-cloudfrontkeyvaluestore/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.12.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.11.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-cloudfrontkeyvaluestore/VERSION b/gems/aws-sdk-cloudfrontkeyvaluestore/VERSION index 1cac385c6cb..0eed1a29efd 100644 --- a/gems/aws-sdk-cloudfrontkeyvaluestore/VERSION +++ b/gems/aws-sdk-cloudfrontkeyvaluestore/VERSION @@ -1 +1 @@ -1.11.0 +1.12.0 diff --git a/gems/aws-sdk-cloudfrontkeyvaluestore/lib/aws-sdk-cloudfrontkeyvaluestore.rb b/gems/aws-sdk-cloudfrontkeyvaluestore/lib/aws-sdk-cloudfrontkeyvaluestore.rb index b46e2be4d92..ac28b143508 100644 --- a/gems/aws-sdk-cloudfrontkeyvaluestore/lib/aws-sdk-cloudfrontkeyvaluestore.rb +++ b/gems/aws-sdk-cloudfrontkeyvaluestore/lib/aws-sdk-cloudfrontkeyvaluestore.rb @@ -52,6 +52,6 @@ # @!group service module Aws::CloudFrontKeyValueStore - GEM_VERSION = '1.11.0' + GEM_VERSION = '1.12.0' end diff --git a/gems/aws-sdk-cloudfrontkeyvaluestore/lib/aws-sdk-cloudfrontkeyvaluestore/client.rb b/gems/aws-sdk-cloudfrontkeyvaluestore/lib/aws-sdk-cloudfrontkeyvaluestore/client.rb index def0fb168f7..ac6f4423d18 100644 --- a/gems/aws-sdk-cloudfrontkeyvaluestore/lib/aws-sdk-cloudfrontkeyvaluestore/client.rb +++ b/gems/aws-sdk-cloudfrontkeyvaluestore/lib/aws-sdk-cloudfrontkeyvaluestore/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -721,7 +727,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-cloudfrontkeyvaluestore' - context[:gem_version] = '1.11.0' + context[:gem_version] = '1.12.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-cloudhsm/CHANGELOG.md b/gems/aws-sdk-cloudhsm/CHANGELOG.md index 91cd1d68259..2ecfc47c9c4 100644 --- a/gems/aws-sdk-cloudhsm/CHANGELOG.md +++ b/gems/aws-sdk-cloudhsm/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.60.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.59.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-cloudhsm/VERSION b/gems/aws-sdk-cloudhsm/VERSION index bb120e876c6..4d5fde5bd16 100644 --- a/gems/aws-sdk-cloudhsm/VERSION +++ b/gems/aws-sdk-cloudhsm/VERSION @@ -1 +1 @@ -1.59.0 +1.60.0 diff --git a/gems/aws-sdk-cloudhsm/lib/aws-sdk-cloudhsm.rb b/gems/aws-sdk-cloudhsm/lib/aws-sdk-cloudhsm.rb index 4cc0a77d049..7c3e28ce18e 100644 --- a/gems/aws-sdk-cloudhsm/lib/aws-sdk-cloudhsm.rb +++ b/gems/aws-sdk-cloudhsm/lib/aws-sdk-cloudhsm.rb @@ -52,6 +52,6 @@ # @!group service module Aws::CloudHSM - GEM_VERSION = '1.59.0' + GEM_VERSION = '1.60.0' end diff --git a/gems/aws-sdk-cloudhsm/lib/aws-sdk-cloudhsm/client.rb b/gems/aws-sdk-cloudhsm/lib/aws-sdk-cloudhsm/client.rb index 95e83729b80..3c2fc4f7124 100644 --- a/gems/aws-sdk-cloudhsm/lib/aws-sdk-cloudhsm/client.rb +++ b/gems/aws-sdk-cloudhsm/lib/aws-sdk-cloudhsm/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -1628,7 +1634,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-cloudhsm' - context[:gem_version] = '1.59.0' + context[:gem_version] = '1.60.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-cloudhsmv2/CHANGELOG.md b/gems/aws-sdk-cloudhsmv2/CHANGELOG.md index 8e0cb3d46f0..5de1e00334a 100644 --- a/gems/aws-sdk-cloudhsmv2/CHANGELOG.md +++ b/gems/aws-sdk-cloudhsmv2/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.64.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.63.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-cloudhsmv2/VERSION b/gems/aws-sdk-cloudhsmv2/VERSION index af92bdd9f58..9405730420f 100644 --- a/gems/aws-sdk-cloudhsmv2/VERSION +++ b/gems/aws-sdk-cloudhsmv2/VERSION @@ -1 +1 @@ -1.63.0 +1.64.0 diff --git a/gems/aws-sdk-cloudhsmv2/lib/aws-sdk-cloudhsmv2.rb b/gems/aws-sdk-cloudhsmv2/lib/aws-sdk-cloudhsmv2.rb index 733039a7b4b..a6fee7f4de2 100644 --- a/gems/aws-sdk-cloudhsmv2/lib/aws-sdk-cloudhsmv2.rb +++ b/gems/aws-sdk-cloudhsmv2/lib/aws-sdk-cloudhsmv2.rb @@ -52,6 +52,6 @@ # @!group service module Aws::CloudHSMV2 - GEM_VERSION = '1.63.0' + GEM_VERSION = '1.64.0' end diff --git a/gems/aws-sdk-cloudhsmv2/lib/aws-sdk-cloudhsmv2/client.rb b/gems/aws-sdk-cloudhsmv2/lib/aws-sdk-cloudhsmv2/client.rb index 6670475e7ea..c8e6ef3677c 100644 --- a/gems/aws-sdk-cloudhsmv2/lib/aws-sdk-cloudhsmv2/client.rb +++ b/gems/aws-sdk-cloudhsmv2/lib/aws-sdk-cloudhsmv2/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -1532,7 +1538,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-cloudhsmv2' - context[:gem_version] = '1.63.0' + context[:gem_version] = '1.64.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-cloudsearch/CHANGELOG.md b/gems/aws-sdk-cloudsearch/CHANGELOG.md index 9c9879d0376..a061a8ee583 100644 --- a/gems/aws-sdk-cloudsearch/CHANGELOG.md +++ b/gems/aws-sdk-cloudsearch/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.62.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.61.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-cloudsearch/VERSION b/gems/aws-sdk-cloudsearch/VERSION index 91951fd8ad7..76d05362056 100644 --- a/gems/aws-sdk-cloudsearch/VERSION +++ b/gems/aws-sdk-cloudsearch/VERSION @@ -1 +1 @@ -1.61.0 +1.62.0 diff --git a/gems/aws-sdk-cloudsearch/lib/aws-sdk-cloudsearch.rb b/gems/aws-sdk-cloudsearch/lib/aws-sdk-cloudsearch.rb index 14ef22778be..2a70f2e83eb 100644 --- a/gems/aws-sdk-cloudsearch/lib/aws-sdk-cloudsearch.rb +++ b/gems/aws-sdk-cloudsearch/lib/aws-sdk-cloudsearch.rb @@ -52,6 +52,6 @@ # @!group service module Aws::CloudSearch - GEM_VERSION = '1.61.0' + GEM_VERSION = '1.62.0' end diff --git a/gems/aws-sdk-cloudsearch/lib/aws-sdk-cloudsearch/client.rb b/gems/aws-sdk-cloudsearch/lib/aws-sdk-cloudsearch/client.rb index c3bbeaaaf51..b0690b1eeaa 100644 --- a/gems/aws-sdk-cloudsearch/lib/aws-sdk-cloudsearch/client.rb +++ b/gems/aws-sdk-cloudsearch/lib/aws-sdk-cloudsearch/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -1960,7 +1966,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-cloudsearch' - context[:gem_version] = '1.61.0' + context[:gem_version] = '1.62.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-cloudsearchdomain/CHANGELOG.md b/gems/aws-sdk-cloudsearchdomain/CHANGELOG.md index 485a8b06d2c..e921f8fd086 100644 --- a/gems/aws-sdk-cloudsearchdomain/CHANGELOG.md +++ b/gems/aws-sdk-cloudsearchdomain/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.49.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.48.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-cloudsearchdomain/VERSION b/gems/aws-sdk-cloudsearchdomain/VERSION index 9db5ea12f52..7f3a46a841e 100644 --- a/gems/aws-sdk-cloudsearchdomain/VERSION +++ b/gems/aws-sdk-cloudsearchdomain/VERSION @@ -1 +1 @@ -1.48.0 +1.49.0 diff --git a/gems/aws-sdk-cloudsearchdomain/lib/aws-sdk-cloudsearchdomain.rb b/gems/aws-sdk-cloudsearchdomain/lib/aws-sdk-cloudsearchdomain.rb index e3c7c483dda..8534f76f0ed 100644 --- a/gems/aws-sdk-cloudsearchdomain/lib/aws-sdk-cloudsearchdomain.rb +++ b/gems/aws-sdk-cloudsearchdomain/lib/aws-sdk-cloudsearchdomain.rb @@ -48,6 +48,6 @@ # @!group service module Aws::CloudSearchDomain - GEM_VERSION = '1.48.0' + GEM_VERSION = '1.49.0' end diff --git a/gems/aws-sdk-cloudsearchdomain/lib/aws-sdk-cloudsearchdomain/client.rb b/gems/aws-sdk-cloudsearchdomain/lib/aws-sdk-cloudsearchdomain/client.rb index 2ba27d5759e..cd3305cd06d 100644 --- a/gems/aws-sdk-cloudsearchdomain/lib/aws-sdk-cloudsearchdomain/client.rb +++ b/gems/aws-sdk-cloudsearchdomain/lib/aws-sdk-cloudsearchdomain/client.rb @@ -366,6 +366,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -982,7 +988,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-cloudsearchdomain' - context[:gem_version] = '1.48.0' + context[:gem_version] = '1.49.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-cloudtrail/CHANGELOG.md b/gems/aws-sdk-cloudtrail/CHANGELOG.md index 53764a57513..032e85b8bd6 100644 --- a/gems/aws-sdk-cloudtrail/CHANGELOG.md +++ b/gems/aws-sdk-cloudtrail/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.87.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.86.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-cloudtrail/VERSION b/gems/aws-sdk-cloudtrail/VERSION index b7844a6ffdc..f6342716723 100644 --- a/gems/aws-sdk-cloudtrail/VERSION +++ b/gems/aws-sdk-cloudtrail/VERSION @@ -1 +1 @@ -1.86.0 +1.87.0 diff --git a/gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail.rb b/gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail.rb index a335ac82e3c..79d7a6b9439 100644 --- a/gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail.rb +++ b/gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail.rb @@ -52,6 +52,6 @@ # @!group service module Aws::CloudTrail - GEM_VERSION = '1.86.0' + GEM_VERSION = '1.87.0' end diff --git a/gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/client.rb b/gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/client.rb index 85f7bd1e1a2..b63fa553526 100644 --- a/gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/client.rb +++ b/gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -3908,7 +3914,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-cloudtrail' - context[:gem_version] = '1.86.0' + context[:gem_version] = '1.87.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-cloudtraildata/CHANGELOG.md b/gems/aws-sdk-cloudtraildata/CHANGELOG.md index 578626bf018..c611f8a68c1 100644 --- a/gems/aws-sdk-cloudtraildata/CHANGELOG.md +++ b/gems/aws-sdk-cloudtraildata/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.18.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.17.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-cloudtraildata/VERSION b/gems/aws-sdk-cloudtraildata/VERSION index 092afa15df4..84cc529467b 100644 --- a/gems/aws-sdk-cloudtraildata/VERSION +++ b/gems/aws-sdk-cloudtraildata/VERSION @@ -1 +1 @@ -1.17.0 +1.18.0 diff --git a/gems/aws-sdk-cloudtraildata/lib/aws-sdk-cloudtraildata.rb b/gems/aws-sdk-cloudtraildata/lib/aws-sdk-cloudtraildata.rb index fd7b65c09eb..a469bf822b3 100644 --- a/gems/aws-sdk-cloudtraildata/lib/aws-sdk-cloudtraildata.rb +++ b/gems/aws-sdk-cloudtraildata/lib/aws-sdk-cloudtraildata.rb @@ -52,6 +52,6 @@ # @!group service module Aws::CloudTrailData - GEM_VERSION = '1.17.0' + GEM_VERSION = '1.18.0' end diff --git a/gems/aws-sdk-cloudtraildata/lib/aws-sdk-cloudtraildata/client.rb b/gems/aws-sdk-cloudtraildata/lib/aws-sdk-cloudtraildata/client.rb index 3814852a745..315d885226e 100644 --- a/gems/aws-sdk-cloudtraildata/lib/aws-sdk-cloudtraildata/client.rb +++ b/gems/aws-sdk-cloudtraildata/lib/aws-sdk-cloudtraildata/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -511,7 +517,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-cloudtraildata' - context[:gem_version] = '1.17.0' + context[:gem_version] = '1.18.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-cloudwatch/CHANGELOG.md b/gems/aws-sdk-cloudwatch/CHANGELOG.md index e67ea065cdf..f951e9e9343 100644 --- a/gems/aws-sdk-cloudwatch/CHANGELOG.md +++ b/gems/aws-sdk-cloudwatch/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.99.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.98.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-cloudwatch/VERSION b/gems/aws-sdk-cloudwatch/VERSION index 783fda86436..9eb2e1ff9c2 100644 --- a/gems/aws-sdk-cloudwatch/VERSION +++ b/gems/aws-sdk-cloudwatch/VERSION @@ -1 +1 @@ -1.98.0 +1.99.0 diff --git a/gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch.rb b/gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch.rb index c8adb840eda..24c742c5a76 100644 --- a/gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch.rb +++ b/gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch.rb @@ -56,6 +56,6 @@ # @!group service module Aws::CloudWatch - GEM_VERSION = '1.98.0' + GEM_VERSION = '1.99.0' end diff --git a/gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/client.rb b/gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/client.rb index 40d8e1169bd..f0250aab0a3 100644 --- a/gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/client.rb +++ b/gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -4168,7 +4174,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-cloudwatch' - context[:gem_version] = '1.98.0' + context[:gem_version] = '1.99.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-cloudwatchevents/CHANGELOG.md b/gems/aws-sdk-cloudwatchevents/CHANGELOG.md index 2910e993cf3..0191c9209c6 100644 --- a/gems/aws-sdk-cloudwatchevents/CHANGELOG.md +++ b/gems/aws-sdk-cloudwatchevents/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.79.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.78.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-cloudwatchevents/VERSION b/gems/aws-sdk-cloudwatchevents/VERSION index 54227249d1f..b3a8c61e6a8 100644 --- a/gems/aws-sdk-cloudwatchevents/VERSION +++ b/gems/aws-sdk-cloudwatchevents/VERSION @@ -1 +1 @@ -1.78.0 +1.79.0 diff --git a/gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents.rb b/gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents.rb index a3b4abd253b..7b3de2d023d 100644 --- a/gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents.rb +++ b/gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents.rb @@ -52,6 +52,6 @@ # @!group service module Aws::CloudWatchEvents - GEM_VERSION = '1.78.0' + GEM_VERSION = '1.79.0' end diff --git a/gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/client.rb b/gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/client.rb index 37ce5bd19b6..9ef7e219393 100644 --- a/gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/client.rb +++ b/gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -3425,7 +3431,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-cloudwatchevents' - context[:gem_version] = '1.78.0' + context[:gem_version] = '1.79.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-cloudwatchevidently/CHANGELOG.md b/gems/aws-sdk-cloudwatchevidently/CHANGELOG.md index fdbae8c892e..f7cd77602a6 100644 --- a/gems/aws-sdk-cloudwatchevidently/CHANGELOG.md +++ b/gems/aws-sdk-cloudwatchevidently/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.30.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.29.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-cloudwatchevidently/VERSION b/gems/aws-sdk-cloudwatchevidently/VERSION index 5e57fb89558..034552a83ee 100644 --- a/gems/aws-sdk-cloudwatchevidently/VERSION +++ b/gems/aws-sdk-cloudwatchevidently/VERSION @@ -1 +1 @@ -1.29.0 +1.30.0 diff --git a/gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently.rb b/gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently.rb index 817f0710516..1069c32051b 100644 --- a/gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently.rb +++ b/gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently.rb @@ -52,6 +52,6 @@ # @!group service module Aws::CloudWatchEvidently - GEM_VERSION = '1.29.0' + GEM_VERSION = '1.30.0' end diff --git a/gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/client.rb b/gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/client.rb index 3ce97e907cd..0c6921fe2ed 100644 --- a/gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/client.rb +++ b/gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -3193,7 +3199,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-cloudwatchevidently' - context[:gem_version] = '1.29.0' + context[:gem_version] = '1.30.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-cloudwatchlogs/CHANGELOG.md b/gems/aws-sdk-cloudwatchlogs/CHANGELOG.md index 083879ac63f..cb26f7b3e2d 100644 --- a/gems/aws-sdk-cloudwatchlogs/CHANGELOG.md +++ b/gems/aws-sdk-cloudwatchlogs/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.92.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.91.0 (2024-09-04) ------------------ diff --git a/gems/aws-sdk-cloudwatchlogs/VERSION b/gems/aws-sdk-cloudwatchlogs/VERSION index 6979a6c0661..7f229af9647 100644 --- a/gems/aws-sdk-cloudwatchlogs/VERSION +++ b/gems/aws-sdk-cloudwatchlogs/VERSION @@ -1 +1 @@ -1.91.0 +1.92.0 diff --git a/gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs.rb b/gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs.rb index 93fcedbbe09..43f4d195104 100644 --- a/gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs.rb +++ b/gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs.rb @@ -53,6 +53,6 @@ # @!group service module Aws::CloudWatchLogs - GEM_VERSION = '1.91.0' + GEM_VERSION = '1.92.0' end diff --git a/gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/client.rb b/gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/client.rb index c72e7fbd28b..6d639c9ba97 100644 --- a/gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/client.rb +++ b/gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/client.rb @@ -443,6 +443,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -5601,7 +5607,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-cloudwatchlogs' - context[:gem_version] = '1.91.0' + context[:gem_version] = '1.92.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-cloudwatchrum/CHANGELOG.md b/gems/aws-sdk-cloudwatchrum/CHANGELOG.md index 2e510de17bf..9d61b1e163c 100644 --- a/gems/aws-sdk-cloudwatchrum/CHANGELOG.md +++ b/gems/aws-sdk-cloudwatchrum/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.28.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.27.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-cloudwatchrum/VERSION b/gems/aws-sdk-cloudwatchrum/VERSION index 5db08bf2dc5..cfc730712d5 100644 --- a/gems/aws-sdk-cloudwatchrum/VERSION +++ b/gems/aws-sdk-cloudwatchrum/VERSION @@ -1 +1 @@ -1.27.0 +1.28.0 diff --git a/gems/aws-sdk-cloudwatchrum/lib/aws-sdk-cloudwatchrum.rb b/gems/aws-sdk-cloudwatchrum/lib/aws-sdk-cloudwatchrum.rb index a57cb8cde1f..01c6396caac 100644 --- a/gems/aws-sdk-cloudwatchrum/lib/aws-sdk-cloudwatchrum.rb +++ b/gems/aws-sdk-cloudwatchrum/lib/aws-sdk-cloudwatchrum.rb @@ -52,6 +52,6 @@ # @!group service module Aws::CloudWatchRUM - GEM_VERSION = '1.27.0' + GEM_VERSION = '1.28.0' end diff --git a/gems/aws-sdk-cloudwatchrum/lib/aws-sdk-cloudwatchrum/client.rb b/gems/aws-sdk-cloudwatchrum/lib/aws-sdk-cloudwatchrum/client.rb index 605cb6297e5..ed1de6aff13 100644 --- a/gems/aws-sdk-cloudwatchrum/lib/aws-sdk-cloudwatchrum/client.rb +++ b/gems/aws-sdk-cloudwatchrum/lib/aws-sdk-cloudwatchrum/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -1518,7 +1524,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-cloudwatchrum' - context[:gem_version] = '1.27.0' + context[:gem_version] = '1.28.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-codeartifact/CHANGELOG.md b/gems/aws-sdk-codeartifact/CHANGELOG.md index e01ce006ee8..3142f44df44 100644 --- a/gems/aws-sdk-codeartifact/CHANGELOG.md +++ b/gems/aws-sdk-codeartifact/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.49.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.48.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-codeartifact/VERSION b/gems/aws-sdk-codeartifact/VERSION index 9db5ea12f52..7f3a46a841e 100644 --- a/gems/aws-sdk-codeartifact/VERSION +++ b/gems/aws-sdk-codeartifact/VERSION @@ -1 +1 @@ -1.48.0 +1.49.0 diff --git a/gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact.rb b/gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact.rb index 5d4f1a8f813..0395ac545bd 100644 --- a/gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact.rb +++ b/gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact.rb @@ -52,6 +52,6 @@ # @!group service module Aws::CodeArtifact - GEM_VERSION = '1.48.0' + GEM_VERSION = '1.49.0' end diff --git a/gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/client.rb b/gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/client.rb index 8473dcb32e1..e65bb3d6712 100644 --- a/gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/client.rb +++ b/gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -4007,7 +4013,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-codeartifact' - context[:gem_version] = '1.48.0' + context[:gem_version] = '1.49.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-codebuild/CHANGELOG.md b/gems/aws-sdk-codebuild/CHANGELOG.md index 092a61c9a08..083fab81393 100644 --- a/gems/aws-sdk-codebuild/CHANGELOG.md +++ b/gems/aws-sdk-codebuild/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.127.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.126.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-codebuild/VERSION b/gems/aws-sdk-codebuild/VERSION index c96f047721f..a7fd4875b44 100644 --- a/gems/aws-sdk-codebuild/VERSION +++ b/gems/aws-sdk-codebuild/VERSION @@ -1 +1 @@ -1.126.0 +1.127.0 diff --git a/gems/aws-sdk-codebuild/lib/aws-sdk-codebuild.rb b/gems/aws-sdk-codebuild/lib/aws-sdk-codebuild.rb index 86481c1cd8e..2774ba53412 100644 --- a/gems/aws-sdk-codebuild/lib/aws-sdk-codebuild.rb +++ b/gems/aws-sdk-codebuild/lib/aws-sdk-codebuild.rb @@ -52,6 +52,6 @@ # @!group service module Aws::CodeBuild - GEM_VERSION = '1.126.0' + GEM_VERSION = '1.127.0' end diff --git a/gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/client.rb b/gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/client.rb index 0db2b73dba0..e709353dd14 100644 --- a/gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/client.rb +++ b/gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -5860,7 +5866,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-codebuild' - context[:gem_version] = '1.126.0' + context[:gem_version] = '1.127.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-codecatalyst/CHANGELOG.md b/gems/aws-sdk-codecatalyst/CHANGELOG.md index 913108163fb..5fbfaaaaef4 100644 --- a/gems/aws-sdk-codecatalyst/CHANGELOG.md +++ b/gems/aws-sdk-codecatalyst/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.25.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.24.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-codecatalyst/VERSION b/gems/aws-sdk-codecatalyst/VERSION index 53cc1a6f929..ad2191947f7 100644 --- a/gems/aws-sdk-codecatalyst/VERSION +++ b/gems/aws-sdk-codecatalyst/VERSION @@ -1 +1 @@ -1.24.0 +1.25.0 diff --git a/gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst.rb b/gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst.rb index 9472462533f..ffc5bab924a 100644 --- a/gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst.rb +++ b/gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst.rb @@ -52,6 +52,6 @@ # @!group service module Aws::CodeCatalyst - GEM_VERSION = '1.24.0' + GEM_VERSION = '1.25.0' end diff --git a/gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/client.rb b/gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/client.rb index 32f2fee0d1b..2a2711f44ef 100644 --- a/gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/client.rb +++ b/gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -2451,7 +2457,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-codecatalyst' - context[:gem_version] = '1.24.0' + context[:gem_version] = '1.25.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-codecommit/CHANGELOG.md b/gems/aws-sdk-codecommit/CHANGELOG.md index 3898de75791..c5142ddb291 100644 --- a/gems/aws-sdk-codecommit/CHANGELOG.md +++ b/gems/aws-sdk-codecommit/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.74.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.73.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-codecommit/VERSION b/gems/aws-sdk-codecommit/VERSION index 5e3a4256626..dc87e8af82f 100644 --- a/gems/aws-sdk-codecommit/VERSION +++ b/gems/aws-sdk-codecommit/VERSION @@ -1 +1 @@ -1.73.0 +1.74.0 diff --git a/gems/aws-sdk-codecommit/lib/aws-sdk-codecommit.rb b/gems/aws-sdk-codecommit/lib/aws-sdk-codecommit.rb index 16cfecd3176..5a3dda06c83 100644 --- a/gems/aws-sdk-codecommit/lib/aws-sdk-codecommit.rb +++ b/gems/aws-sdk-codecommit/lib/aws-sdk-codecommit.rb @@ -52,6 +52,6 @@ # @!group service module Aws::CodeCommit - GEM_VERSION = '1.73.0' + GEM_VERSION = '1.74.0' end diff --git a/gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/client.rb b/gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/client.rb index 5b1c29df504..5388d48b3cd 100644 --- a/gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/client.rb +++ b/gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -5173,7 +5179,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-codecommit' - context[:gem_version] = '1.73.0' + context[:gem_version] = '1.74.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-codeconnections/CHANGELOG.md b/gems/aws-sdk-codeconnections/CHANGELOG.md index 3b0352a158d..d91ef084209 100644 --- a/gems/aws-sdk-codeconnections/CHANGELOG.md +++ b/gems/aws-sdk-codeconnections/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.9.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.8.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-codeconnections/VERSION b/gems/aws-sdk-codeconnections/VERSION index 27f9cd322bb..f8e233b2733 100644 --- a/gems/aws-sdk-codeconnections/VERSION +++ b/gems/aws-sdk-codeconnections/VERSION @@ -1 +1 @@ -1.8.0 +1.9.0 diff --git a/gems/aws-sdk-codeconnections/lib/aws-sdk-codeconnections.rb b/gems/aws-sdk-codeconnections/lib/aws-sdk-codeconnections.rb index c96607912c8..4b8600b447b 100644 --- a/gems/aws-sdk-codeconnections/lib/aws-sdk-codeconnections.rb +++ b/gems/aws-sdk-codeconnections/lib/aws-sdk-codeconnections.rb @@ -52,6 +52,6 @@ # @!group service module Aws::CodeConnections - GEM_VERSION = '1.8.0' + GEM_VERSION = '1.9.0' end diff --git a/gems/aws-sdk-codeconnections/lib/aws-sdk-codeconnections/client.rb b/gems/aws-sdk-codeconnections/lib/aws-sdk-codeconnections/client.rb index c9797bcd5b0..2cc231ae3ec 100644 --- a/gems/aws-sdk-codeconnections/lib/aws-sdk-codeconnections/client.rb +++ b/gems/aws-sdk-codeconnections/lib/aws-sdk-codeconnections/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -1713,7 +1719,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-codeconnections' - context[:gem_version] = '1.8.0' + context[:gem_version] = '1.9.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-codedeploy/CHANGELOG.md b/gems/aws-sdk-codedeploy/CHANGELOG.md index 16d0dce1998..80be30d15f3 100644 --- a/gems/aws-sdk-codedeploy/CHANGELOG.md +++ b/gems/aws-sdk-codedeploy/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.74.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.73.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-codedeploy/VERSION b/gems/aws-sdk-codedeploy/VERSION index 5e3a4256626..dc87e8af82f 100644 --- a/gems/aws-sdk-codedeploy/VERSION +++ b/gems/aws-sdk-codedeploy/VERSION @@ -1 +1 @@ -1.73.0 +1.74.0 diff --git a/gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy.rb b/gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy.rb index 1b0795ce2ef..a509b22f9ea 100644 --- a/gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy.rb +++ b/gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy.rb @@ -53,6 +53,6 @@ # @!group service module Aws::CodeDeploy - GEM_VERSION = '1.73.0' + GEM_VERSION = '1.74.0' end diff --git a/gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/client.rb b/gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/client.rb index f66a2e0c8f6..50966aeec68 100644 --- a/gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/client.rb +++ b/gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -3625,7 +3631,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-codedeploy' - context[:gem_version] = '1.73.0' + context[:gem_version] = '1.74.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-codeguruprofiler/CHANGELOG.md b/gems/aws-sdk-codeguruprofiler/CHANGELOG.md index f73f0667b74..b25700df0e7 100644 --- a/gems/aws-sdk-codeguruprofiler/CHANGELOG.md +++ b/gems/aws-sdk-codeguruprofiler/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.44.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.43.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-codeguruprofiler/VERSION b/gems/aws-sdk-codeguruprofiler/VERSION index b978278f05f..372cf402c73 100644 --- a/gems/aws-sdk-codeguruprofiler/VERSION +++ b/gems/aws-sdk-codeguruprofiler/VERSION @@ -1 +1 @@ -1.43.0 +1.44.0 diff --git a/gems/aws-sdk-codeguruprofiler/lib/aws-sdk-codeguruprofiler.rb b/gems/aws-sdk-codeguruprofiler/lib/aws-sdk-codeguruprofiler.rb index e77313e8206..cbf95ec2fe1 100644 --- a/gems/aws-sdk-codeguruprofiler/lib/aws-sdk-codeguruprofiler.rb +++ b/gems/aws-sdk-codeguruprofiler/lib/aws-sdk-codeguruprofiler.rb @@ -52,6 +52,6 @@ # @!group service module Aws::CodeGuruProfiler - GEM_VERSION = '1.43.0' + GEM_VERSION = '1.44.0' end diff --git a/gems/aws-sdk-codeguruprofiler/lib/aws-sdk-codeguruprofiler/client.rb b/gems/aws-sdk-codeguruprofiler/lib/aws-sdk-codeguruprofiler/client.rb index 4e2da6f2e0e..f1f4a7876c6 100644 --- a/gems/aws-sdk-codeguruprofiler/lib/aws-sdk-codeguruprofiler/client.rb +++ b/gems/aws-sdk-codeguruprofiler/lib/aws-sdk-codeguruprofiler/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -1748,7 +1754,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-codeguruprofiler' - context[:gem_version] = '1.43.0' + context[:gem_version] = '1.44.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-codegurureviewer/CHANGELOG.md b/gems/aws-sdk-codegurureviewer/CHANGELOG.md index 71000153b6a..06f4253f949 100644 --- a/gems/aws-sdk-codegurureviewer/CHANGELOG.md +++ b/gems/aws-sdk-codegurureviewer/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.54.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.53.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-codegurureviewer/VERSION b/gems/aws-sdk-codegurureviewer/VERSION index 3f4830156cb..b7921ae87bc 100644 --- a/gems/aws-sdk-codegurureviewer/VERSION +++ b/gems/aws-sdk-codegurureviewer/VERSION @@ -1 +1 @@ -1.53.0 +1.54.0 diff --git a/gems/aws-sdk-codegurureviewer/lib/aws-sdk-codegurureviewer.rb b/gems/aws-sdk-codegurureviewer/lib/aws-sdk-codegurureviewer.rb index 2992fc16f76..d5290cdb74b 100644 --- a/gems/aws-sdk-codegurureviewer/lib/aws-sdk-codegurureviewer.rb +++ b/gems/aws-sdk-codegurureviewer/lib/aws-sdk-codegurureviewer.rb @@ -53,6 +53,6 @@ # @!group service module Aws::CodeGuruReviewer - GEM_VERSION = '1.53.0' + GEM_VERSION = '1.54.0' end diff --git a/gems/aws-sdk-codegurureviewer/lib/aws-sdk-codegurureviewer/client.rb b/gems/aws-sdk-codegurureviewer/lib/aws-sdk-codegurureviewer/client.rb index 35c8b8d0e7e..fad005fbf5f 100644 --- a/gems/aws-sdk-codegurureviewer/lib/aws-sdk-codegurureviewer/client.rb +++ b/gems/aws-sdk-codegurureviewer/lib/aws-sdk-codegurureviewer/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -1486,7 +1492,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-codegurureviewer' - context[:gem_version] = '1.53.0' + context[:gem_version] = '1.54.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-codegurusecurity/CHANGELOG.md b/gems/aws-sdk-codegurusecurity/CHANGELOG.md index 9116027ff81..fcd356cbd05 100644 --- a/gems/aws-sdk-codegurusecurity/CHANGELOG.md +++ b/gems/aws-sdk-codegurusecurity/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.19.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.18.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-codegurusecurity/VERSION b/gems/aws-sdk-codegurusecurity/VERSION index 84cc529467b..815d5ca06d5 100644 --- a/gems/aws-sdk-codegurusecurity/VERSION +++ b/gems/aws-sdk-codegurusecurity/VERSION @@ -1 +1 @@ -1.18.0 +1.19.0 diff --git a/gems/aws-sdk-codegurusecurity/lib/aws-sdk-codegurusecurity.rb b/gems/aws-sdk-codegurusecurity/lib/aws-sdk-codegurusecurity.rb index c7371f55895..e66d4ecae91 100644 --- a/gems/aws-sdk-codegurusecurity/lib/aws-sdk-codegurusecurity.rb +++ b/gems/aws-sdk-codegurusecurity/lib/aws-sdk-codegurusecurity.rb @@ -52,6 +52,6 @@ # @!group service module Aws::CodeGuruSecurity - GEM_VERSION = '1.18.0' + GEM_VERSION = '1.19.0' end diff --git a/gems/aws-sdk-codegurusecurity/lib/aws-sdk-codegurusecurity/client.rb b/gems/aws-sdk-codegurusecurity/lib/aws-sdk-codegurusecurity/client.rb index 1e580d8ac92..ff2b3f19972 100644 --- a/gems/aws-sdk-codegurusecurity/lib/aws-sdk-codegurusecurity/client.rb +++ b/gems/aws-sdk-codegurusecurity/lib/aws-sdk-codegurusecurity/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -1109,7 +1115,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-codegurusecurity' - context[:gem_version] = '1.18.0' + context[:gem_version] = '1.19.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-codepipeline/CHANGELOG.md b/gems/aws-sdk-codepipeline/CHANGELOG.md index d6bd28e1a56..da6c1d1819e 100644 --- a/gems/aws-sdk-codepipeline/CHANGELOG.md +++ b/gems/aws-sdk-codepipeline/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.81.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.80.0 (2024-09-05) ------------------ diff --git a/gems/aws-sdk-codepipeline/VERSION b/gems/aws-sdk-codepipeline/VERSION index aaceec04e04..dbd41264aa9 100644 --- a/gems/aws-sdk-codepipeline/VERSION +++ b/gems/aws-sdk-codepipeline/VERSION @@ -1 +1 @@ -1.80.0 +1.81.0 diff --git a/gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline.rb b/gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline.rb index b3da61ac066..96d470ef415 100644 --- a/gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline.rb +++ b/gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline.rb @@ -52,6 +52,6 @@ # @!group service module Aws::CodePipeline - GEM_VERSION = '1.80.0' + GEM_VERSION = '1.81.0' end diff --git a/gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/client.rb b/gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/client.rb index 4a518db467a..b09eb9cfd8d 100644 --- a/gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/client.rb +++ b/gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -3554,7 +3560,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-codepipeline' - context[:gem_version] = '1.80.0' + context[:gem_version] = '1.81.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-codestarconnections/CHANGELOG.md b/gems/aws-sdk-codestarconnections/CHANGELOG.md index 4b1adbeb34a..13f12d4db1b 100644 --- a/gems/aws-sdk-codestarconnections/CHANGELOG.md +++ b/gems/aws-sdk-codestarconnections/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.50.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.49.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-codestarconnections/VERSION b/gems/aws-sdk-codestarconnections/VERSION index 7f3a46a841e..5a5c7211dc6 100644 --- a/gems/aws-sdk-codestarconnections/VERSION +++ b/gems/aws-sdk-codestarconnections/VERSION @@ -1 +1 @@ -1.49.0 +1.50.0 diff --git a/gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections.rb b/gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections.rb index 33cc487c50b..b3b4fea3074 100644 --- a/gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections.rb +++ b/gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections.rb @@ -52,6 +52,6 @@ # @!group service module Aws::CodeStarconnections - GEM_VERSION = '1.49.0' + GEM_VERSION = '1.50.0' end diff --git a/gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/client.rb b/gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/client.rb index ff675bae165..1947ee09865 100644 --- a/gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/client.rb +++ b/gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -1713,7 +1719,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-codestarconnections' - context[:gem_version] = '1.49.0' + context[:gem_version] = '1.50.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-codestarnotifications/CHANGELOG.md b/gems/aws-sdk-codestarnotifications/CHANGELOG.md index 4d905e4757f..6b6f17e1350 100644 --- a/gems/aws-sdk-codestarnotifications/CHANGELOG.md +++ b/gems/aws-sdk-codestarnotifications/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.41.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.40.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-codestarnotifications/VERSION b/gems/aws-sdk-codestarnotifications/VERSION index 32b7211cb61..7d47e599800 100644 --- a/gems/aws-sdk-codestarnotifications/VERSION +++ b/gems/aws-sdk-codestarnotifications/VERSION @@ -1 +1 @@ -1.40.0 +1.41.0 diff --git a/gems/aws-sdk-codestarnotifications/lib/aws-sdk-codestarnotifications.rb b/gems/aws-sdk-codestarnotifications/lib/aws-sdk-codestarnotifications.rb index c0985fb7722..504a4569ae8 100644 --- a/gems/aws-sdk-codestarnotifications/lib/aws-sdk-codestarnotifications.rb +++ b/gems/aws-sdk-codestarnotifications/lib/aws-sdk-codestarnotifications.rb @@ -52,6 +52,6 @@ # @!group service module Aws::CodeStarNotifications - GEM_VERSION = '1.40.0' + GEM_VERSION = '1.41.0' end diff --git a/gems/aws-sdk-codestarnotifications/lib/aws-sdk-codestarnotifications/client.rb b/gems/aws-sdk-codestarnotifications/lib/aws-sdk-codestarnotifications/client.rb index 0e6233e9a2f..d0f271dd14f 100644 --- a/gems/aws-sdk-codestarnotifications/lib/aws-sdk-codestarnotifications/client.rb +++ b/gems/aws-sdk-codestarnotifications/lib/aws-sdk-codestarnotifications/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -1069,7 +1075,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-codestarnotifications' - context[:gem_version] = '1.40.0' + context[:gem_version] = '1.41.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-cognitoidentity/CHANGELOG.md b/gems/aws-sdk-cognitoidentity/CHANGELOG.md index 618c2aef1aa..79e5542519f 100644 --- a/gems/aws-sdk-cognitoidentity/CHANGELOG.md +++ b/gems/aws-sdk-cognitoidentity/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.62.0 (2024-09-10) +------------------ + +* Feature - This release adds sensitive trait to some required shapes. + 1.61.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-cognitoidentity/VERSION b/gems/aws-sdk-cognitoidentity/VERSION index 91951fd8ad7..76d05362056 100644 --- a/gems/aws-sdk-cognitoidentity/VERSION +++ b/gems/aws-sdk-cognitoidentity/VERSION @@ -1 +1 @@ -1.61.0 +1.62.0 diff --git a/gems/aws-sdk-cognitoidentity/lib/aws-sdk-cognitoidentity.rb b/gems/aws-sdk-cognitoidentity/lib/aws-sdk-cognitoidentity.rb index b64e6a9079f..c4c018bfc2e 100644 --- a/gems/aws-sdk-cognitoidentity/lib/aws-sdk-cognitoidentity.rb +++ b/gems/aws-sdk-cognitoidentity/lib/aws-sdk-cognitoidentity.rb @@ -52,6 +52,6 @@ # @!group service module Aws::CognitoIdentity - GEM_VERSION = '1.61.0' + GEM_VERSION = '1.62.0' end diff --git a/gems/aws-sdk-cognitoidentity/lib/aws-sdk-cognitoidentity/client.rb b/gems/aws-sdk-cognitoidentity/lib/aws-sdk-cognitoidentity/client.rb index 8996622f13b..87928574cc0 100644 --- a/gems/aws-sdk-cognitoidentity/lib/aws-sdk-cognitoidentity/client.rb +++ b/gems/aws-sdk-cognitoidentity/lib/aws-sdk-cognitoidentity/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -1719,7 +1725,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-cognitoidentity' - context[:gem_version] = '1.61.0' + context[:gem_version] = '1.62.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-cognitoidentity/lib/aws-sdk-cognitoidentity/types.rb b/gems/aws-sdk-cognitoidentity/lib/aws-sdk-cognitoidentity/types.rb index c975bb637a8..dac4ae289e8 100644 --- a/gems/aws-sdk-cognitoidentity/lib/aws-sdk-cognitoidentity/types.rb +++ b/gems/aws-sdk-cognitoidentity/lib/aws-sdk-cognitoidentity/types.rb @@ -154,7 +154,7 @@ class Credentials < Struct.new( :secret_key, :session_token, :expiration) - SENSITIVE = [] + SENSITIVE = [:secret_key] include Aws::Structure end @@ -297,7 +297,7 @@ class GetCredentialsForIdentityInput < Struct.new( :identity_id, :logins, :custom_role_arn) - SENSITIVE = [] + SENSITIVE = [:logins] include Aws::Structure end @@ -358,7 +358,7 @@ class GetIdInput < Struct.new( :account_id, :identity_pool_id, :logins) - SENSITIVE = [] + SENSITIVE = [:logins] include Aws::Structure end @@ -471,7 +471,7 @@ class GetOpenIdTokenForDeveloperIdentityInput < Struct.new( :logins, :principal_tags, :token_duration) - SENSITIVE = [] + SENSITIVE = [:logins] include Aws::Structure end @@ -491,7 +491,7 @@ class GetOpenIdTokenForDeveloperIdentityInput < Struct.new( class GetOpenIdTokenForDeveloperIdentityResponse < Struct.new( :identity_id, :token) - SENSITIVE = [] + SENSITIVE = [:token] include Aws::Structure end @@ -514,7 +514,7 @@ class GetOpenIdTokenForDeveloperIdentityResponse < Struct.new( class GetOpenIdTokenInput < Struct.new( :identity_id, :logins) - SENSITIVE = [] + SENSITIVE = [:logins] include Aws::Structure end @@ -534,7 +534,7 @@ class GetOpenIdTokenInput < Struct.new( class GetOpenIdTokenResponse < Struct.new( :identity_id, :token) - SENSITIVE = [] + SENSITIVE = [:token] include Aws::Structure end @@ -1312,7 +1312,7 @@ class UnlinkIdentityInput < Struct.new( :identity_id, :logins, :logins_to_remove) - SENSITIVE = [] + SENSITIVE = [:logins] include Aws::Structure end diff --git a/gems/aws-sdk-cognitoidentity/sig/types.rbs b/gems/aws-sdk-cognitoidentity/sig/types.rbs index 87818ce1ef7..d63fe040c08 100644 --- a/gems/aws-sdk-cognitoidentity/sig/types.rbs +++ b/gems/aws-sdk-cognitoidentity/sig/types.rbs @@ -38,7 +38,7 @@ module Aws::CognitoIdentity attr_accessor secret_key: ::String attr_accessor session_token: ::String attr_accessor expiration: ::Time - SENSITIVE: [] + SENSITIVE: [:secret_key] end class DeleteIdentitiesInput @@ -125,7 +125,7 @@ module Aws::CognitoIdentity class GetOpenIdTokenForDeveloperIdentityResponse attr_accessor identity_id: ::String attr_accessor token: ::String - SENSITIVE: [] + SENSITIVE: [:token] end class GetOpenIdTokenInput @@ -137,7 +137,7 @@ module Aws::CognitoIdentity class GetOpenIdTokenResponse attr_accessor identity_id: ::String attr_accessor token: ::String - SENSITIVE: [] + SENSITIVE: [:token] end class GetPrincipalTagAttributeMapInput diff --git a/gems/aws-sdk-cognitoidentityprovider/CHANGELOG.md b/gems/aws-sdk-cognitoidentityprovider/CHANGELOG.md index bd1289de62c..4376f07fc3b 100644 --- a/gems/aws-sdk-cognitoidentityprovider/CHANGELOG.md +++ b/gems/aws-sdk-cognitoidentityprovider/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.102.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.101.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-cognitoidentityprovider/VERSION b/gems/aws-sdk-cognitoidentityprovider/VERSION index f19e6677313..1c55b869e98 100644 --- a/gems/aws-sdk-cognitoidentityprovider/VERSION +++ b/gems/aws-sdk-cognitoidentityprovider/VERSION @@ -1 +1 @@ -1.101.0 +1.102.0 diff --git a/gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider.rb b/gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider.rb index 121b9406376..d4faad1d11d 100644 --- a/gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider.rb +++ b/gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider.rb @@ -52,6 +52,6 @@ # @!group service module Aws::CognitoIdentityProvider - GEM_VERSION = '1.101.0' + GEM_VERSION = '1.102.0' end diff --git a/gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/client.rb b/gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/client.rb index efe056acb6b..acf8836152c 100644 --- a/gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/client.rb +++ b/gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -10848,7 +10854,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-cognitoidentityprovider' - context[:gem_version] = '1.101.0' + context[:gem_version] = '1.102.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-cognitosync/CHANGELOG.md b/gems/aws-sdk-cognitosync/CHANGELOG.md index 59e2a9cadbb..d845dfaf510 100644 --- a/gems/aws-sdk-cognitosync/CHANGELOG.md +++ b/gems/aws-sdk-cognitosync/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.57.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.56.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-cognitosync/VERSION b/gems/aws-sdk-cognitosync/VERSION index 3ebf789f5a8..373aea97570 100644 --- a/gems/aws-sdk-cognitosync/VERSION +++ b/gems/aws-sdk-cognitosync/VERSION @@ -1 +1 @@ -1.56.0 +1.57.0 diff --git a/gems/aws-sdk-cognitosync/lib/aws-sdk-cognitosync.rb b/gems/aws-sdk-cognitosync/lib/aws-sdk-cognitosync.rb index d13602c1004..dacbea10c1c 100644 --- a/gems/aws-sdk-cognitosync/lib/aws-sdk-cognitosync.rb +++ b/gems/aws-sdk-cognitosync/lib/aws-sdk-cognitosync.rb @@ -52,6 +52,6 @@ # @!group service module Aws::CognitoSync - GEM_VERSION = '1.56.0' + GEM_VERSION = '1.57.0' end diff --git a/gems/aws-sdk-cognitosync/lib/aws-sdk-cognitosync/client.rb b/gems/aws-sdk-cognitosync/lib/aws-sdk-cognitosync/client.rb index 822099e1a16..229728d4ea6 100644 --- a/gems/aws-sdk-cognitosync/lib/aws-sdk-cognitosync/client.rb +++ b/gems/aws-sdk-cognitosync/lib/aws-sdk-cognitosync/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -1303,7 +1309,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-cognitosync' - context[:gem_version] = '1.56.0' + context[:gem_version] = '1.57.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-comprehend/CHANGELOG.md b/gems/aws-sdk-comprehend/CHANGELOG.md index d362bb6e491..11b2058d138 100644 --- a/gems/aws-sdk-comprehend/CHANGELOG.md +++ b/gems/aws-sdk-comprehend/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.89.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.88.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-comprehend/VERSION b/gems/aws-sdk-comprehend/VERSION index 59be592144c..636ea711ad9 100644 --- a/gems/aws-sdk-comprehend/VERSION +++ b/gems/aws-sdk-comprehend/VERSION @@ -1 +1 @@ -1.88.0 +1.89.0 diff --git a/gems/aws-sdk-comprehend/lib/aws-sdk-comprehend.rb b/gems/aws-sdk-comprehend/lib/aws-sdk-comprehend.rb index f300c2098f6..cfb95a00094 100644 --- a/gems/aws-sdk-comprehend/lib/aws-sdk-comprehend.rb +++ b/gems/aws-sdk-comprehend/lib/aws-sdk-comprehend.rb @@ -52,6 +52,6 @@ # @!group service module Aws::Comprehend - GEM_VERSION = '1.88.0' + GEM_VERSION = '1.89.0' end diff --git a/gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/client.rb b/gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/client.rb index f4004ebcdbd..fb3fc8b101f 100644 --- a/gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/client.rb +++ b/gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -5963,7 +5969,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-comprehend' - context[:gem_version] = '1.88.0' + context[:gem_version] = '1.89.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-comprehendmedical/CHANGELOG.md b/gems/aws-sdk-comprehendmedical/CHANGELOG.md index 4eb38e5de3d..a7b668a4a4f 100644 --- a/gems/aws-sdk-comprehendmedical/CHANGELOG.md +++ b/gems/aws-sdk-comprehendmedical/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.59.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.58.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-comprehendmedical/VERSION b/gems/aws-sdk-comprehendmedical/VERSION index 79f82f6b8e0..bb120e876c6 100644 --- a/gems/aws-sdk-comprehendmedical/VERSION +++ b/gems/aws-sdk-comprehendmedical/VERSION @@ -1 +1 @@ -1.58.0 +1.59.0 diff --git a/gems/aws-sdk-comprehendmedical/lib/aws-sdk-comprehendmedical.rb b/gems/aws-sdk-comprehendmedical/lib/aws-sdk-comprehendmedical.rb index 2420b113553..631dda4a5bf 100644 --- a/gems/aws-sdk-comprehendmedical/lib/aws-sdk-comprehendmedical.rb +++ b/gems/aws-sdk-comprehendmedical/lib/aws-sdk-comprehendmedical.rb @@ -52,6 +52,6 @@ # @!group service module Aws::ComprehendMedical - GEM_VERSION = '1.58.0' + GEM_VERSION = '1.59.0' end diff --git a/gems/aws-sdk-comprehendmedical/lib/aws-sdk-comprehendmedical/client.rb b/gems/aws-sdk-comprehendmedical/lib/aws-sdk-comprehendmedical/client.rb index b7d5d7086db..f50c071abe2 100644 --- a/gems/aws-sdk-comprehendmedical/lib/aws-sdk-comprehendmedical/client.rb +++ b/gems/aws-sdk-comprehendmedical/lib/aws-sdk-comprehendmedical/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -1917,7 +1923,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-comprehendmedical' - context[:gem_version] = '1.58.0' + context[:gem_version] = '1.59.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-computeoptimizer/CHANGELOG.md b/gems/aws-sdk-computeoptimizer/CHANGELOG.md index 38782851e63..5af8da33da2 100644 --- a/gems/aws-sdk-computeoptimizer/CHANGELOG.md +++ b/gems/aws-sdk-computeoptimizer/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.64.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.63.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-computeoptimizer/VERSION b/gems/aws-sdk-computeoptimizer/VERSION index af92bdd9f58..9405730420f 100644 --- a/gems/aws-sdk-computeoptimizer/VERSION +++ b/gems/aws-sdk-computeoptimizer/VERSION @@ -1 +1 @@ -1.63.0 +1.64.0 diff --git a/gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer.rb b/gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer.rb index 38db2b650cc..d0e24be7270 100644 --- a/gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer.rb +++ b/gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer.rb @@ -52,6 +52,6 @@ # @!group service module Aws::ComputeOptimizer - GEM_VERSION = '1.63.0' + GEM_VERSION = '1.64.0' end diff --git a/gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/client.rb b/gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/client.rb index 993d896bceb..44fb1fda977 100644 --- a/gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/client.rb +++ b/gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -3263,7 +3269,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-computeoptimizer' - context[:gem_version] = '1.63.0' + context[:gem_version] = '1.64.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-configservice/CHANGELOG.md b/gems/aws-sdk-configservice/CHANGELOG.md index fe5db83fcd4..d5d5c9412a3 100644 --- a/gems/aws-sdk-configservice/CHANGELOG.md +++ b/gems/aws-sdk-configservice/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.116.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.115.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-configservice/VERSION b/gems/aws-sdk-configservice/VERSION index 97ee99fccc8..10c8812fe5e 100644 --- a/gems/aws-sdk-configservice/VERSION +++ b/gems/aws-sdk-configservice/VERSION @@ -1 +1 @@ -1.115.0 +1.116.0 diff --git a/gems/aws-sdk-configservice/lib/aws-sdk-configservice.rb b/gems/aws-sdk-configservice/lib/aws-sdk-configservice.rb index cf3f6dac442..6a71710f66b 100644 --- a/gems/aws-sdk-configservice/lib/aws-sdk-configservice.rb +++ b/gems/aws-sdk-configservice/lib/aws-sdk-configservice.rb @@ -52,6 +52,6 @@ # @!group service module Aws::ConfigService - GEM_VERSION = '1.115.0' + GEM_VERSION = '1.116.0' end diff --git a/gems/aws-sdk-configservice/lib/aws-sdk-configservice/client.rb b/gems/aws-sdk-configservice/lib/aws-sdk-configservice/client.rb index 2fcc78d838b..9e3903c8f3b 100644 --- a/gems/aws-sdk-configservice/lib/aws-sdk-configservice/client.rb +++ b/gems/aws-sdk-configservice/lib/aws-sdk-configservice/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -5924,7 +5930,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-configservice' - context[:gem_version] = '1.115.0' + context[:gem_version] = '1.116.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-connect/CHANGELOG.md b/gems/aws-sdk-connect/CHANGELOG.md index 89797f72817..36edc684f0b 100644 --- a/gems/aws-sdk-connect/CHANGELOG.md +++ b/gems/aws-sdk-connect/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.174.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.173.0 (2024-09-05) ------------------ diff --git a/gems/aws-sdk-connect/VERSION b/gems/aws-sdk-connect/VERSION index fad0791e31d..5fb8146c5b5 100644 --- a/gems/aws-sdk-connect/VERSION +++ b/gems/aws-sdk-connect/VERSION @@ -1 +1 @@ -1.173.0 +1.174.0 diff --git a/gems/aws-sdk-connect/lib/aws-sdk-connect.rb b/gems/aws-sdk-connect/lib/aws-sdk-connect.rb index e5bbb37abb0..9542b244dee 100644 --- a/gems/aws-sdk-connect/lib/aws-sdk-connect.rb +++ b/gems/aws-sdk-connect/lib/aws-sdk-connect.rb @@ -52,6 +52,6 @@ # @!group service module Aws::Connect - GEM_VERSION = '1.173.0' + GEM_VERSION = '1.174.0' end diff --git a/gems/aws-sdk-connect/lib/aws-sdk-connect/client.rb b/gems/aws-sdk-connect/lib/aws-sdk-connect/client.rb index 6df353a5ead..7cc897c6270 100644 --- a/gems/aws-sdk-connect/lib/aws-sdk-connect/client.rb +++ b/gems/aws-sdk-connect/lib/aws-sdk-connect/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -18309,7 +18315,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-connect' - context[:gem_version] = '1.173.0' + context[:gem_version] = '1.174.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-connectcampaignservice/CHANGELOG.md b/gems/aws-sdk-connectcampaignservice/CHANGELOG.md index 8e9427fefa3..969f8691fd1 100644 --- a/gems/aws-sdk-connectcampaignservice/CHANGELOG.md +++ b/gems/aws-sdk-connectcampaignservice/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.23.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.22.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-connectcampaignservice/VERSION b/gems/aws-sdk-connectcampaignservice/VERSION index 57807d6d0d0..a6c2798a482 100644 --- a/gems/aws-sdk-connectcampaignservice/VERSION +++ b/gems/aws-sdk-connectcampaignservice/VERSION @@ -1 +1 @@ -1.22.0 +1.23.0 diff --git a/gems/aws-sdk-connectcampaignservice/lib/aws-sdk-connectcampaignservice.rb b/gems/aws-sdk-connectcampaignservice/lib/aws-sdk-connectcampaignservice.rb index 2024ffbc92c..e03fe8a012b 100644 --- a/gems/aws-sdk-connectcampaignservice/lib/aws-sdk-connectcampaignservice.rb +++ b/gems/aws-sdk-connectcampaignservice/lib/aws-sdk-connectcampaignservice.rb @@ -52,6 +52,6 @@ # @!group service module Aws::ConnectCampaignService - GEM_VERSION = '1.22.0' + GEM_VERSION = '1.23.0' end diff --git a/gems/aws-sdk-connectcampaignservice/lib/aws-sdk-connectcampaignservice/client.rb b/gems/aws-sdk-connectcampaignservice/lib/aws-sdk-connectcampaignservice/client.rb index 6bf3979ba1b..a5ea075c73b 100644 --- a/gems/aws-sdk-connectcampaignservice/lib/aws-sdk-connectcampaignservice/client.rb +++ b/gems/aws-sdk-connectcampaignservice/lib/aws-sdk-connectcampaignservice/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -1176,7 +1182,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-connectcampaignservice' - context[:gem_version] = '1.22.0' + context[:gem_version] = '1.23.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-connectcases/CHANGELOG.md b/gems/aws-sdk-connectcases/CHANGELOG.md index 1324fa1185d..d1f95682bb7 100644 --- a/gems/aws-sdk-connectcases/CHANGELOG.md +++ b/gems/aws-sdk-connectcases/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.30.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.29.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-connectcases/VERSION b/gems/aws-sdk-connectcases/VERSION index 5e57fb89558..034552a83ee 100644 --- a/gems/aws-sdk-connectcases/VERSION +++ b/gems/aws-sdk-connectcases/VERSION @@ -1 +1 @@ -1.29.0 +1.30.0 diff --git a/gems/aws-sdk-connectcases/lib/aws-sdk-connectcases.rb b/gems/aws-sdk-connectcases/lib/aws-sdk-connectcases.rb index c6c1c6011a8..722afc8268d 100644 --- a/gems/aws-sdk-connectcases/lib/aws-sdk-connectcases.rb +++ b/gems/aws-sdk-connectcases/lib/aws-sdk-connectcases.rb @@ -52,6 +52,6 @@ # @!group service module Aws::ConnectCases - GEM_VERSION = '1.29.0' + GEM_VERSION = '1.30.0' end diff --git a/gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/client.rb b/gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/client.rb index 1fb52cf623f..eef8a58bcc9 100644 --- a/gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/client.rb +++ b/gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -2297,7 +2303,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-connectcases' - context[:gem_version] = '1.29.0' + context[:gem_version] = '1.30.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-connectcontactlens/CHANGELOG.md b/gems/aws-sdk-connectcontactlens/CHANGELOG.md index ed2f37d728b..7ed750adda9 100644 --- a/gems/aws-sdk-connectcontactlens/CHANGELOG.md +++ b/gems/aws-sdk-connectcontactlens/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.33.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.32.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-connectcontactlens/VERSION b/gems/aws-sdk-connectcontactlens/VERSION index 359c41089a4..7aa332e4163 100644 --- a/gems/aws-sdk-connectcontactlens/VERSION +++ b/gems/aws-sdk-connectcontactlens/VERSION @@ -1 +1 @@ -1.32.0 +1.33.0 diff --git a/gems/aws-sdk-connectcontactlens/lib/aws-sdk-connectcontactlens.rb b/gems/aws-sdk-connectcontactlens/lib/aws-sdk-connectcontactlens.rb index e6d52c58617..5fd10ebb4c8 100644 --- a/gems/aws-sdk-connectcontactlens/lib/aws-sdk-connectcontactlens.rb +++ b/gems/aws-sdk-connectcontactlens/lib/aws-sdk-connectcontactlens.rb @@ -52,6 +52,6 @@ # @!group service module Aws::ConnectContactLens - GEM_VERSION = '1.32.0' + GEM_VERSION = '1.33.0' end diff --git a/gems/aws-sdk-connectcontactlens/lib/aws-sdk-connectcontactlens/client.rb b/gems/aws-sdk-connectcontactlens/lib/aws-sdk-connectcontactlens/client.rb index d1920945ac4..57e0bcda862 100644 --- a/gems/aws-sdk-connectcontactlens/lib/aws-sdk-connectcontactlens/client.rb +++ b/gems/aws-sdk-connectcontactlens/lib/aws-sdk-connectcontactlens/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -520,7 +526,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-connectcontactlens' - context[:gem_version] = '1.32.0' + context[:gem_version] = '1.33.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-connectparticipant/CHANGELOG.md b/gems/aws-sdk-connectparticipant/CHANGELOG.md index 97dd76f13a1..59214cdb760 100644 --- a/gems/aws-sdk-connectparticipant/CHANGELOG.md +++ b/gems/aws-sdk-connectparticipant/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.51.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.50.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-connectparticipant/VERSION b/gems/aws-sdk-connectparticipant/VERSION index 5a5c7211dc6..ba0a719118c 100644 --- a/gems/aws-sdk-connectparticipant/VERSION +++ b/gems/aws-sdk-connectparticipant/VERSION @@ -1 +1 @@ -1.50.0 +1.51.0 diff --git a/gems/aws-sdk-connectparticipant/lib/aws-sdk-connectparticipant.rb b/gems/aws-sdk-connectparticipant/lib/aws-sdk-connectparticipant.rb index ebd9dccb8e1..28ace1f1f9f 100644 --- a/gems/aws-sdk-connectparticipant/lib/aws-sdk-connectparticipant.rb +++ b/gems/aws-sdk-connectparticipant/lib/aws-sdk-connectparticipant.rb @@ -52,6 +52,6 @@ # @!group service module Aws::ConnectParticipant - GEM_VERSION = '1.50.0' + GEM_VERSION = '1.51.0' end diff --git a/gems/aws-sdk-connectparticipant/lib/aws-sdk-connectparticipant/client.rb b/gems/aws-sdk-connectparticipant/lib/aws-sdk-connectparticipant/client.rb index 388897ac563..16b184baa1e 100644 --- a/gems/aws-sdk-connectparticipant/lib/aws-sdk-connectparticipant/client.rb +++ b/gems/aws-sdk-connectparticipant/lib/aws-sdk-connectparticipant/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -1104,7 +1110,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-connectparticipant' - context[:gem_version] = '1.50.0' + context[:gem_version] = '1.51.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-connectwisdomservice/CHANGELOG.md b/gems/aws-sdk-connectwisdomservice/CHANGELOG.md index 225615480f0..f11f94787c8 100644 --- a/gems/aws-sdk-connectwisdomservice/CHANGELOG.md +++ b/gems/aws-sdk-connectwisdomservice/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.36.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.35.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-connectwisdomservice/VERSION b/gems/aws-sdk-connectwisdomservice/VERSION index 2aeaa11ee27..39fc130ef85 100644 --- a/gems/aws-sdk-connectwisdomservice/VERSION +++ b/gems/aws-sdk-connectwisdomservice/VERSION @@ -1 +1 @@ -1.35.0 +1.36.0 diff --git a/gems/aws-sdk-connectwisdomservice/lib/aws-sdk-connectwisdomservice.rb b/gems/aws-sdk-connectwisdomservice/lib/aws-sdk-connectwisdomservice.rb index 0d35c0fd839..4b58d8bb3d7 100644 --- a/gems/aws-sdk-connectwisdomservice/lib/aws-sdk-connectwisdomservice.rb +++ b/gems/aws-sdk-connectwisdomservice/lib/aws-sdk-connectwisdomservice.rb @@ -52,6 +52,6 @@ # @!group service module Aws::ConnectWisdomService - GEM_VERSION = '1.35.0' + GEM_VERSION = '1.36.0' end diff --git a/gems/aws-sdk-connectwisdomservice/lib/aws-sdk-connectwisdomservice/client.rb b/gems/aws-sdk-connectwisdomservice/lib/aws-sdk-connectwisdomservice/client.rb index c8b254438b1..59d2f3bbc40 100644 --- a/gems/aws-sdk-connectwisdomservice/lib/aws-sdk-connectwisdomservice/client.rb +++ b/gems/aws-sdk-connectwisdomservice/lib/aws-sdk-connectwisdomservice/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -2881,7 +2887,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-connectwisdomservice' - context[:gem_version] = '1.35.0' + context[:gem_version] = '1.36.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-controlcatalog/CHANGELOG.md b/gems/aws-sdk-controlcatalog/CHANGELOG.md index 3ca4d75c1e3..e24e8525d8d 100644 --- a/gems/aws-sdk-controlcatalog/CHANGELOG.md +++ b/gems/aws-sdk-controlcatalog/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.9.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.8.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-controlcatalog/VERSION b/gems/aws-sdk-controlcatalog/VERSION index 27f9cd322bb..f8e233b2733 100644 --- a/gems/aws-sdk-controlcatalog/VERSION +++ b/gems/aws-sdk-controlcatalog/VERSION @@ -1 +1 @@ -1.8.0 +1.9.0 diff --git a/gems/aws-sdk-controlcatalog/lib/aws-sdk-controlcatalog.rb b/gems/aws-sdk-controlcatalog/lib/aws-sdk-controlcatalog.rb index 15d3ea4d13b..cb4dd43b068 100644 --- a/gems/aws-sdk-controlcatalog/lib/aws-sdk-controlcatalog.rb +++ b/gems/aws-sdk-controlcatalog/lib/aws-sdk-controlcatalog.rb @@ -53,6 +53,6 @@ # @!group service module Aws::ControlCatalog - GEM_VERSION = '1.8.0' + GEM_VERSION = '1.9.0' end diff --git a/gems/aws-sdk-controlcatalog/lib/aws-sdk-controlcatalog/client.rb b/gems/aws-sdk-controlcatalog/lib/aws-sdk-controlcatalog/client.rb index 53bb8b740cc..40e93660f9e 100644 --- a/gems/aws-sdk-controlcatalog/lib/aws-sdk-controlcatalog/client.rb +++ b/gems/aws-sdk-controlcatalog/lib/aws-sdk-controlcatalog/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -726,7 +732,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-controlcatalog' - context[:gem_version] = '1.8.0' + context[:gem_version] = '1.9.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-controltower/CHANGELOG.md b/gems/aws-sdk-controltower/CHANGELOG.md index 970af9a7de8..07a65fe23eb 100644 --- a/gems/aws-sdk-controltower/CHANGELOG.md +++ b/gems/aws-sdk-controltower/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.29.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.28.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-controltower/VERSION b/gems/aws-sdk-controltower/VERSION index cfc730712d5..5e57fb89558 100644 --- a/gems/aws-sdk-controltower/VERSION +++ b/gems/aws-sdk-controltower/VERSION @@ -1 +1 @@ -1.28.0 +1.29.0 diff --git a/gems/aws-sdk-controltower/lib/aws-sdk-controltower.rb b/gems/aws-sdk-controltower/lib/aws-sdk-controltower.rb index e511f63db69..bc591cf02fb 100644 --- a/gems/aws-sdk-controltower/lib/aws-sdk-controltower.rb +++ b/gems/aws-sdk-controltower/lib/aws-sdk-controltower.rb @@ -52,6 +52,6 @@ # @!group service module Aws::ControlTower - GEM_VERSION = '1.28.0' + GEM_VERSION = '1.29.0' end diff --git a/gems/aws-sdk-controltower/lib/aws-sdk-controltower/client.rb b/gems/aws-sdk-controltower/lib/aws-sdk-controltower/client.rb index cbbcff94623..cd8f7c9b65a 100644 --- a/gems/aws-sdk-controltower/lib/aws-sdk-controltower/client.rb +++ b/gems/aws-sdk-controltower/lib/aws-sdk-controltower/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -1681,7 +1687,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-controltower' - context[:gem_version] = '1.28.0' + context[:gem_version] = '1.29.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-core/CHANGELOG.md b/gems/aws-sdk-core/CHANGELOG.md index 3b8a970d019..7c4ced811ce 100644 --- a/gems/aws-sdk-core/CHANGELOG.md +++ b/gems/aws-sdk-core/CHANGELOG.md @@ -1,6 +1,15 @@ Unreleased Changes ------------------ +3.204.0 (2024-09-10) +------------------ + +* Feature - Updated Aws::STS::Client with the latest API changes. + +* Feature - Updated Aws::SSOOIDC::Client with the latest API changes. + +* Feature - Updated Aws::SSO::Client with the latest API changes. + * Issue - Add support for `ssl_cert` and `ssl_key` configuration options to support mTLS. 3.203.0 (2024-09-03) diff --git a/gems/aws-sdk-core/VERSION b/gems/aws-sdk-core/VERSION index e1d37b54bfe..f83c8a3abce 100644 --- a/gems/aws-sdk-core/VERSION +++ b/gems/aws-sdk-core/VERSION @@ -1 +1 @@ -3.203.0 +3.204.0 diff --git a/gems/aws-sdk-core/lib/aws-sdk-sso.rb b/gems/aws-sdk-core/lib/aws-sdk-sso.rb index f7a3e14160e..93bfc1d0dd6 100644 --- a/gems/aws-sdk-core/lib/aws-sdk-sso.rb +++ b/gems/aws-sdk-core/lib/aws-sdk-sso.rb @@ -54,6 +54,6 @@ # @!group service module Aws::SSO - GEM_VERSION = '3.203.0' + GEM_VERSION = '3.204.0' end diff --git a/gems/aws-sdk-core/lib/aws-sdk-sso/client.rb b/gems/aws-sdk-core/lib/aws-sdk-sso/client.rb index b296b92d6fe..e9c99200e6e 100644 --- a/gems/aws-sdk-core/lib/aws-sdk-sso/client.rb +++ b/gems/aws-sdk-core/lib/aws-sdk-sso/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -659,7 +665,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-core' - context[:gem_version] = '3.203.0' + context[:gem_version] = '3.204.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-core/lib/aws-sdk-ssooidc.rb b/gems/aws-sdk-core/lib/aws-sdk-ssooidc.rb index 276195b3129..040d1635c85 100644 --- a/gems/aws-sdk-core/lib/aws-sdk-ssooidc.rb +++ b/gems/aws-sdk-core/lib/aws-sdk-ssooidc.rb @@ -54,6 +54,6 @@ # @!group service module Aws::SSOOIDC - GEM_VERSION = '3.203.0' + GEM_VERSION = '3.204.0' end diff --git a/gems/aws-sdk-core/lib/aws-sdk-ssooidc/client.rb b/gems/aws-sdk-core/lib/aws-sdk-ssooidc/client.rb index 85f6e43fba9..80638a23896 100644 --- a/gems/aws-sdk-core/lib/aws-sdk-ssooidc/client.rb +++ b/gems/aws-sdk-core/lib/aws-sdk-ssooidc/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -1012,7 +1018,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-core' - context[:gem_version] = '3.203.0' + context[:gem_version] = '3.204.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-core/lib/aws-sdk-sts.rb b/gems/aws-sdk-core/lib/aws-sdk-sts.rb index 75ba32b504a..2ad01cbdcff 100644 --- a/gems/aws-sdk-core/lib/aws-sdk-sts.rb +++ b/gems/aws-sdk-core/lib/aws-sdk-sts.rb @@ -54,6 +54,6 @@ # @!group service module Aws::STS - GEM_VERSION = '3.203.0' + GEM_VERSION = '3.204.0' end diff --git a/gems/aws-sdk-core/lib/aws-sdk-sts/client.rb b/gems/aws-sdk-core/lib/aws-sdk-sts/client.rb index 5031f8a3bb5..ace1f49904c 100644 --- a/gems/aws-sdk-core/lib/aws-sdk-sts/client.rb +++ b/gems/aws-sdk-core/lib/aws-sdk-sts/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -2406,7 +2412,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-core' - context[:gem_version] = '3.203.0' + context[:gem_version] = '3.204.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-costandusagereportservice/CHANGELOG.md b/gems/aws-sdk-costandusagereportservice/CHANGELOG.md index 6eef60369af..3e5cae8d9ce 100644 --- a/gems/aws-sdk-costandusagereportservice/CHANGELOG.md +++ b/gems/aws-sdk-costandusagereportservice/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.63.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.62.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-costandusagereportservice/VERSION b/gems/aws-sdk-costandusagereportservice/VERSION index 76d05362056..af92bdd9f58 100644 --- a/gems/aws-sdk-costandusagereportservice/VERSION +++ b/gems/aws-sdk-costandusagereportservice/VERSION @@ -1 +1 @@ -1.62.0 +1.63.0 diff --git a/gems/aws-sdk-costandusagereportservice/lib/aws-sdk-costandusagereportservice.rb b/gems/aws-sdk-costandusagereportservice/lib/aws-sdk-costandusagereportservice.rb index b638f8d96b5..9c387b6a117 100644 --- a/gems/aws-sdk-costandusagereportservice/lib/aws-sdk-costandusagereportservice.rb +++ b/gems/aws-sdk-costandusagereportservice/lib/aws-sdk-costandusagereportservice.rb @@ -52,6 +52,6 @@ # @!group service module Aws::CostandUsageReportService - GEM_VERSION = '1.62.0' + GEM_VERSION = '1.63.0' end diff --git a/gems/aws-sdk-costandusagereportservice/lib/aws-sdk-costandusagereportservice/client.rb b/gems/aws-sdk-costandusagereportservice/lib/aws-sdk-costandusagereportservice/client.rb index dd3f24aab98..dec0e0a6d9a 100644 --- a/gems/aws-sdk-costandusagereportservice/lib/aws-sdk-costandusagereportservice/client.rb +++ b/gems/aws-sdk-costandusagereportservice/lib/aws-sdk-costandusagereportservice/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -810,7 +816,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-costandusagereportservice' - context[:gem_version] = '1.62.0' + context[:gem_version] = '1.63.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-costexplorer/CHANGELOG.md b/gems/aws-sdk-costexplorer/CHANGELOG.md index 52ae1630058..1e1bf335a0f 100644 --- a/gems/aws-sdk-costexplorer/CHANGELOG.md +++ b/gems/aws-sdk-costexplorer/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.107.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.106.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-costexplorer/VERSION b/gems/aws-sdk-costexplorer/VERSION index 475dce1f4d1..585f0182df4 100644 --- a/gems/aws-sdk-costexplorer/VERSION +++ b/gems/aws-sdk-costexplorer/VERSION @@ -1 +1 @@ -1.106.0 +1.107.0 diff --git a/gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer.rb b/gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer.rb index ed00945ef6b..ceab8cd66e5 100644 --- a/gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer.rb +++ b/gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer.rb @@ -52,6 +52,6 @@ # @!group service module Aws::CostExplorer - GEM_VERSION = '1.106.0' + GEM_VERSION = '1.107.0' end diff --git a/gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/client.rb b/gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/client.rb index 0393a1e78d2..cfc5808a7f1 100644 --- a/gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/client.rb +++ b/gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -5341,7 +5347,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-costexplorer' - context[:gem_version] = '1.106.0' + context[:gem_version] = '1.107.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-costoptimizationhub/CHANGELOG.md b/gems/aws-sdk-costoptimizationhub/CHANGELOG.md index 7b52d0bdbc8..cb90c57b5c8 100644 --- a/gems/aws-sdk-costoptimizationhub/CHANGELOG.md +++ b/gems/aws-sdk-costoptimizationhub/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.13.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.12.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-costoptimizationhub/VERSION b/gems/aws-sdk-costoptimizationhub/VERSION index 0eed1a29efd..feaae22bac7 100644 --- a/gems/aws-sdk-costoptimizationhub/VERSION +++ b/gems/aws-sdk-costoptimizationhub/VERSION @@ -1 +1 @@ -1.12.0 +1.13.0 diff --git a/gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub.rb b/gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub.rb index bd18800505b..83cb985ad5f 100644 --- a/gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub.rb +++ b/gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub.rb @@ -53,6 +53,6 @@ # @!group service module Aws::CostOptimizationHub - GEM_VERSION = '1.12.0' + GEM_VERSION = '1.13.0' end diff --git a/gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub/client.rb b/gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub/client.rb index 338e6deedea..22195a1a118 100644 --- a/gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub/client.rb +++ b/gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -1315,7 +1321,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-costoptimizationhub' - context[:gem_version] = '1.12.0' + context[:gem_version] = '1.13.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-customerprofiles/CHANGELOG.md b/gems/aws-sdk-customerprofiles/CHANGELOG.md index f9f2fe472f4..86baf05a24d 100644 --- a/gems/aws-sdk-customerprofiles/CHANGELOG.md +++ b/gems/aws-sdk-customerprofiles/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.49.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.48.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-customerprofiles/VERSION b/gems/aws-sdk-customerprofiles/VERSION index 9db5ea12f52..7f3a46a841e 100644 --- a/gems/aws-sdk-customerprofiles/VERSION +++ b/gems/aws-sdk-customerprofiles/VERSION @@ -1 +1 @@ -1.48.0 +1.49.0 diff --git a/gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles.rb b/gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles.rb index b12bdf69543..b284354b147 100644 --- a/gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles.rb +++ b/gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles.rb @@ -52,6 +52,6 @@ # @!group service module Aws::CustomerProfiles - GEM_VERSION = '1.48.0' + GEM_VERSION = '1.49.0' end diff --git a/gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/client.rb b/gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/client.rb index cc74dda4341..a86eef3ea6e 100644 --- a/gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/client.rb +++ b/gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -4068,7 +4074,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-customerprofiles' - context[:gem_version] = '1.48.0' + context[:gem_version] = '1.49.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-databasemigrationservice/CHANGELOG.md b/gems/aws-sdk-databasemigrationservice/CHANGELOG.md index 2b8d3d8d748..b61b16ca825 100644 --- a/gems/aws-sdk-databasemigrationservice/CHANGELOG.md +++ b/gems/aws-sdk-databasemigrationservice/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.102.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.101.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-databasemigrationservice/VERSION b/gems/aws-sdk-databasemigrationservice/VERSION index f19e6677313..1c55b869e98 100644 --- a/gems/aws-sdk-databasemigrationservice/VERSION +++ b/gems/aws-sdk-databasemigrationservice/VERSION @@ -1 +1 @@ -1.101.0 +1.102.0 diff --git a/gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice.rb b/gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice.rb index a42c5ef50a5..2089ab6e7c6 100644 --- a/gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice.rb +++ b/gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice.rb @@ -53,6 +53,6 @@ # @!group service module Aws::DatabaseMigrationService - GEM_VERSION = '1.101.0' + GEM_VERSION = '1.102.0' end diff --git a/gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/client.rb b/gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/client.rb index 4deb42c2bd8..e2d93856310 100644 --- a/gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/client.rb +++ b/gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -11907,7 +11913,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-databasemigrationservice' - context[:gem_version] = '1.101.0' + context[:gem_version] = '1.102.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-dataexchange/CHANGELOG.md b/gems/aws-sdk-dataexchange/CHANGELOG.md index 1556117eaf6..a24bb5a294a 100644 --- a/gems/aws-sdk-dataexchange/CHANGELOG.md +++ b/gems/aws-sdk-dataexchange/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.54.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.53.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-dataexchange/VERSION b/gems/aws-sdk-dataexchange/VERSION index 3f4830156cb..b7921ae87bc 100644 --- a/gems/aws-sdk-dataexchange/VERSION +++ b/gems/aws-sdk-dataexchange/VERSION @@ -1 +1 @@ -1.53.0 +1.54.0 diff --git a/gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange.rb b/gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange.rb index 48eccde59ec..4d554a6bcf7 100644 --- a/gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange.rb +++ b/gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange.rb @@ -53,6 +53,6 @@ # @!group service module Aws::DataExchange - GEM_VERSION = '1.53.0' + GEM_VERSION = '1.54.0' end diff --git a/gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/client.rb b/gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/client.rb index 4a522e2728b..c07a438e08d 100644 --- a/gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/client.rb +++ b/gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -2339,7 +2345,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-dataexchange' - context[:gem_version] = '1.53.0' + context[:gem_version] = '1.54.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-datapipeline/CHANGELOG.md b/gems/aws-sdk-datapipeline/CHANGELOG.md index 94f2ea4f660..ac8405541bb 100644 --- a/gems/aws-sdk-datapipeline/CHANGELOG.md +++ b/gems/aws-sdk-datapipeline/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.57.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.56.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-datapipeline/VERSION b/gems/aws-sdk-datapipeline/VERSION index 3ebf789f5a8..373aea97570 100644 --- a/gems/aws-sdk-datapipeline/VERSION +++ b/gems/aws-sdk-datapipeline/VERSION @@ -1 +1 @@ -1.56.0 +1.57.0 diff --git a/gems/aws-sdk-datapipeline/lib/aws-sdk-datapipeline.rb b/gems/aws-sdk-datapipeline/lib/aws-sdk-datapipeline.rb index 46cfbbb1ccd..eb854309cc4 100644 --- a/gems/aws-sdk-datapipeline/lib/aws-sdk-datapipeline.rb +++ b/gems/aws-sdk-datapipeline/lib/aws-sdk-datapipeline.rb @@ -52,6 +52,6 @@ # @!group service module Aws::DataPipeline - GEM_VERSION = '1.56.0' + GEM_VERSION = '1.57.0' end diff --git a/gems/aws-sdk-datapipeline/lib/aws-sdk-datapipeline/client.rb b/gems/aws-sdk-datapipeline/lib/aws-sdk-datapipeline/client.rb index 7d4b40f6eb7..6c9642eb954 100644 --- a/gems/aws-sdk-datapipeline/lib/aws-sdk-datapipeline/client.rb +++ b/gems/aws-sdk-datapipeline/lib/aws-sdk-datapipeline/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -1441,7 +1447,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-datapipeline' - context[:gem_version] = '1.56.0' + context[:gem_version] = '1.57.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-datasync/CHANGELOG.md b/gems/aws-sdk-datasync/CHANGELOG.md index 852a1159ae7..ce98bdc686d 100644 --- a/gems/aws-sdk-datasync/CHANGELOG.md +++ b/gems/aws-sdk-datasync/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.85.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.84.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-datasync/VERSION b/gems/aws-sdk-datasync/VERSION index bd0f9e6c28f..f288d11142d 100644 --- a/gems/aws-sdk-datasync/VERSION +++ b/gems/aws-sdk-datasync/VERSION @@ -1 +1 @@ -1.84.0 +1.85.0 diff --git a/gems/aws-sdk-datasync/lib/aws-sdk-datasync.rb b/gems/aws-sdk-datasync/lib/aws-sdk-datasync.rb index 1994ebe1142..b296181eb47 100644 --- a/gems/aws-sdk-datasync/lib/aws-sdk-datasync.rb +++ b/gems/aws-sdk-datasync/lib/aws-sdk-datasync.rb @@ -52,6 +52,6 @@ # @!group service module Aws::DataSync - GEM_VERSION = '1.84.0' + GEM_VERSION = '1.85.0' end diff --git a/gems/aws-sdk-datasync/lib/aws-sdk-datasync/client.rb b/gems/aws-sdk-datasync/lib/aws-sdk-datasync/client.rb index 25171cfe223..057f2236802 100644 --- a/gems/aws-sdk-datasync/lib/aws-sdk-datasync/client.rb +++ b/gems/aws-sdk-datasync/lib/aws-sdk-datasync/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -4679,7 +4685,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-datasync' - context[:gem_version] = '1.84.0' + context[:gem_version] = '1.85.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-datazone/CHANGELOG.md b/gems/aws-sdk-datazone/CHANGELOG.md index 1dfeff69ab5..83354609f1e 100644 --- a/gems/aws-sdk-datazone/CHANGELOG.md +++ b/gems/aws-sdk-datazone/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.22.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.21.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-datazone/VERSION b/gems/aws-sdk-datazone/VERSION index 3500250a4b0..57807d6d0d0 100644 --- a/gems/aws-sdk-datazone/VERSION +++ b/gems/aws-sdk-datazone/VERSION @@ -1 +1 @@ -1.21.0 +1.22.0 diff --git a/gems/aws-sdk-datazone/lib/aws-sdk-datazone.rb b/gems/aws-sdk-datazone/lib/aws-sdk-datazone.rb index 1066e6ca595..5c9dfe41656 100644 --- a/gems/aws-sdk-datazone/lib/aws-sdk-datazone.rb +++ b/gems/aws-sdk-datazone/lib/aws-sdk-datazone.rb @@ -52,6 +52,6 @@ # @!group service module Aws::DataZone - GEM_VERSION = '1.21.0' + GEM_VERSION = '1.22.0' end diff --git a/gems/aws-sdk-datazone/lib/aws-sdk-datazone/client.rb b/gems/aws-sdk-datazone/lib/aws-sdk-datazone/client.rb index 7698ef870ac..785bdd681f4 100644 --- a/gems/aws-sdk-datazone/lib/aws-sdk-datazone/client.rb +++ b/gems/aws-sdk-datazone/lib/aws-sdk-datazone/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -10385,7 +10391,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-datazone' - context[:gem_version] = '1.21.0' + context[:gem_version] = '1.22.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-dax/CHANGELOG.md b/gems/aws-sdk-dax/CHANGELOG.md index 496f2caf147..a5aa175b51c 100644 --- a/gems/aws-sdk-dax/CHANGELOG.md +++ b/gems/aws-sdk-dax/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.60.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.59.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-dax/VERSION b/gems/aws-sdk-dax/VERSION index bb120e876c6..4d5fde5bd16 100644 --- a/gems/aws-sdk-dax/VERSION +++ b/gems/aws-sdk-dax/VERSION @@ -1 +1 @@ -1.59.0 +1.60.0 diff --git a/gems/aws-sdk-dax/lib/aws-sdk-dax.rb b/gems/aws-sdk-dax/lib/aws-sdk-dax.rb index e084c01324a..a40772b50dd 100644 --- a/gems/aws-sdk-dax/lib/aws-sdk-dax.rb +++ b/gems/aws-sdk-dax/lib/aws-sdk-dax.rb @@ -52,6 +52,6 @@ # @!group service module Aws::DAX - GEM_VERSION = '1.59.0' + GEM_VERSION = '1.60.0' end diff --git a/gems/aws-sdk-dax/lib/aws-sdk-dax/client.rb b/gems/aws-sdk-dax/lib/aws-sdk-dax/client.rb index b620bb725f9..195f43c4dcf 100644 --- a/gems/aws-sdk-dax/lib/aws-sdk-dax/client.rb +++ b/gems/aws-sdk-dax/lib/aws-sdk-dax/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -1777,7 +1783,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-dax' - context[:gem_version] = '1.59.0' + context[:gem_version] = '1.60.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-deadline/CHANGELOG.md b/gems/aws-sdk-deadline/CHANGELOG.md index 1e6b0cfeeac..0d3f289a239 100644 --- a/gems/aws-sdk-deadline/CHANGELOG.md +++ b/gems/aws-sdk-deadline/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.10.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.9.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-deadline/VERSION b/gems/aws-sdk-deadline/VERSION index f8e233b2733..81c871de46b 100644 --- a/gems/aws-sdk-deadline/VERSION +++ b/gems/aws-sdk-deadline/VERSION @@ -1 +1 @@ -1.9.0 +1.10.0 diff --git a/gems/aws-sdk-deadline/lib/aws-sdk-deadline.rb b/gems/aws-sdk-deadline/lib/aws-sdk-deadline.rb index 78de9f9d2c5..32a1721d6d2 100644 --- a/gems/aws-sdk-deadline/lib/aws-sdk-deadline.rb +++ b/gems/aws-sdk-deadline/lib/aws-sdk-deadline.rb @@ -53,6 +53,6 @@ # @!group service module Aws::Deadline - GEM_VERSION = '1.9.0' + GEM_VERSION = '1.10.0' end diff --git a/gems/aws-sdk-deadline/lib/aws-sdk-deadline/client.rb b/gems/aws-sdk-deadline/lib/aws-sdk-deadline/client.rb index 319e52a4fae..6e552c58ff4 100644 --- a/gems/aws-sdk-deadline/lib/aws-sdk-deadline/client.rb +++ b/gems/aws-sdk-deadline/lib/aws-sdk-deadline/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -6344,7 +6350,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-deadline' - context[:gem_version] = '1.9.0' + context[:gem_version] = '1.10.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-detective/CHANGELOG.md b/gems/aws-sdk-detective/CHANGELOG.md index 1adda8170da..c0fc515b151 100644 --- a/gems/aws-sdk-detective/CHANGELOG.md +++ b/gems/aws-sdk-detective/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.55.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.54.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-detective/VERSION b/gems/aws-sdk-detective/VERSION index b7921ae87bc..094d6ad00ce 100644 --- a/gems/aws-sdk-detective/VERSION +++ b/gems/aws-sdk-detective/VERSION @@ -1 +1 @@ -1.54.0 +1.55.0 diff --git a/gems/aws-sdk-detective/lib/aws-sdk-detective.rb b/gems/aws-sdk-detective/lib/aws-sdk-detective.rb index 2ab0f815379..48dbebb0e44 100644 --- a/gems/aws-sdk-detective/lib/aws-sdk-detective.rb +++ b/gems/aws-sdk-detective/lib/aws-sdk-detective.rb @@ -52,6 +52,6 @@ # @!group service module Aws::Detective - GEM_VERSION = '1.54.0' + GEM_VERSION = '1.55.0' end diff --git a/gems/aws-sdk-detective/lib/aws-sdk-detective/client.rb b/gems/aws-sdk-detective/lib/aws-sdk-detective/client.rb index d698ffc5548..172e153c873 100644 --- a/gems/aws-sdk-detective/lib/aws-sdk-detective/client.rb +++ b/gems/aws-sdk-detective/lib/aws-sdk-detective/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -1792,7 +1798,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-detective' - context[:gem_version] = '1.54.0' + context[:gem_version] = '1.55.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-devicefarm/CHANGELOG.md b/gems/aws-sdk-devicefarm/CHANGELOG.md index d4f081ccd0a..6fa9aadf99c 100644 --- a/gems/aws-sdk-devicefarm/CHANGELOG.md +++ b/gems/aws-sdk-devicefarm/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.75.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.74.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-devicefarm/VERSION b/gems/aws-sdk-devicefarm/VERSION index dc87e8af82f..7c7053aa238 100644 --- a/gems/aws-sdk-devicefarm/VERSION +++ b/gems/aws-sdk-devicefarm/VERSION @@ -1 +1 @@ -1.74.0 +1.75.0 diff --git a/gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm.rb b/gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm.rb index a520b3b863e..03eb537ce8c 100644 --- a/gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm.rb +++ b/gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm.rb @@ -52,6 +52,6 @@ # @!group service module Aws::DeviceFarm - GEM_VERSION = '1.74.0' + GEM_VERSION = '1.75.0' end diff --git a/gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/client.rb b/gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/client.rb index 8ecd4f26e8e..ebe19ab22d2 100644 --- a/gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/client.rb +++ b/gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -6146,7 +6152,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-devicefarm' - context[:gem_version] = '1.74.0' + context[:gem_version] = '1.75.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-devopsguru/CHANGELOG.md b/gems/aws-sdk-devopsguru/CHANGELOG.md index 45fd2d9573a..af4e7b3afcc 100644 --- a/gems/aws-sdk-devopsguru/CHANGELOG.md +++ b/gems/aws-sdk-devopsguru/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.49.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.48.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-devopsguru/VERSION b/gems/aws-sdk-devopsguru/VERSION index 9db5ea12f52..7f3a46a841e 100644 --- a/gems/aws-sdk-devopsguru/VERSION +++ b/gems/aws-sdk-devopsguru/VERSION @@ -1 +1 @@ -1.48.0 +1.49.0 diff --git a/gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru.rb b/gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru.rb index 4d8f257cc2a..8b53ce3bded 100644 --- a/gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru.rb +++ b/gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru.rb @@ -52,6 +52,6 @@ # @!group service module Aws::DevOpsGuru - GEM_VERSION = '1.48.0' + GEM_VERSION = '1.49.0' end diff --git a/gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/client.rb b/gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/client.rb index 8fd77444f75..6eedd194641 100644 --- a/gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/client.rb +++ b/gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -2410,7 +2416,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-devopsguru' - context[:gem_version] = '1.48.0' + context[:gem_version] = '1.49.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-directconnect/CHANGELOG.md b/gems/aws-sdk-directconnect/CHANGELOG.md index 2aeb0e3b657..05034f33edd 100644 --- a/gems/aws-sdk-directconnect/CHANGELOG.md +++ b/gems/aws-sdk-directconnect/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.79.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.78.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-directconnect/VERSION b/gems/aws-sdk-directconnect/VERSION index 54227249d1f..b3a8c61e6a8 100644 --- a/gems/aws-sdk-directconnect/VERSION +++ b/gems/aws-sdk-directconnect/VERSION @@ -1 +1 @@ -1.78.0 +1.79.0 diff --git a/gems/aws-sdk-directconnect/lib/aws-sdk-directconnect.rb b/gems/aws-sdk-directconnect/lib/aws-sdk-directconnect.rb index ec4366b3508..cbba2142005 100644 --- a/gems/aws-sdk-directconnect/lib/aws-sdk-directconnect.rb +++ b/gems/aws-sdk-directconnect/lib/aws-sdk-directconnect.rb @@ -52,6 +52,6 @@ # @!group service module Aws::DirectConnect - GEM_VERSION = '1.78.0' + GEM_VERSION = '1.79.0' end diff --git a/gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/client.rb b/gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/client.rb index 8111f4457c5..ee2795f5481 100644 --- a/gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/client.rb +++ b/gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -4999,7 +5005,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-directconnect' - context[:gem_version] = '1.78.0' + context[:gem_version] = '1.79.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-directoryservice/CHANGELOG.md b/gems/aws-sdk-directoryservice/CHANGELOG.md index 00592acdefd..70a2d6d43f0 100644 --- a/gems/aws-sdk-directoryservice/CHANGELOG.md +++ b/gems/aws-sdk-directoryservice/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.72.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.71.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-directoryservice/VERSION b/gems/aws-sdk-directoryservice/VERSION index df484cbb1d9..0834888f558 100644 --- a/gems/aws-sdk-directoryservice/VERSION +++ b/gems/aws-sdk-directoryservice/VERSION @@ -1 +1 @@ -1.71.0 +1.72.0 diff --git a/gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice.rb b/gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice.rb index fc7491eb41a..5a34597fdb4 100644 --- a/gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice.rb +++ b/gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice.rb @@ -52,6 +52,6 @@ # @!group service module Aws::DirectoryService - GEM_VERSION = '1.71.0' + GEM_VERSION = '1.72.0' end diff --git a/gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/client.rb b/gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/client.rb index 0f702b8424c..b1502b1ab5e 100644 --- a/gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/client.rb +++ b/gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -3438,7 +3444,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-directoryservice' - context[:gem_version] = '1.71.0' + context[:gem_version] = '1.72.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-dlm/CHANGELOG.md b/gems/aws-sdk-dlm/CHANGELOG.md index cf8cb7e833e..8e8d8503881 100644 --- a/gems/aws-sdk-dlm/CHANGELOG.md +++ b/gems/aws-sdk-dlm/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.77.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.76.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-dlm/VERSION b/gems/aws-sdk-dlm/VERSION index 32a6ce3c719..79e15fd4937 100644 --- a/gems/aws-sdk-dlm/VERSION +++ b/gems/aws-sdk-dlm/VERSION @@ -1 +1 @@ -1.76.0 +1.77.0 diff --git a/gems/aws-sdk-dlm/lib/aws-sdk-dlm.rb b/gems/aws-sdk-dlm/lib/aws-sdk-dlm.rb index dd5b15fdd14..44b03cbbc62 100644 --- a/gems/aws-sdk-dlm/lib/aws-sdk-dlm.rb +++ b/gems/aws-sdk-dlm/lib/aws-sdk-dlm.rb @@ -52,6 +52,6 @@ # @!group service module Aws::DLM - GEM_VERSION = '1.76.0' + GEM_VERSION = '1.77.0' end diff --git a/gems/aws-sdk-dlm/lib/aws-sdk-dlm/client.rb b/gems/aws-sdk-dlm/lib/aws-sdk-dlm/client.rb index d13f2680cdb..09f0121455a 100644 --- a/gems/aws-sdk-dlm/lib/aws-sdk-dlm/client.rb +++ b/gems/aws-sdk-dlm/lib/aws-sdk-dlm/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -1359,7 +1365,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-dlm' - context[:gem_version] = '1.76.0' + context[:gem_version] = '1.77.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-docdb/CHANGELOG.md b/gems/aws-sdk-docdb/CHANGELOG.md index 6cb90cb8ade..9a1a39190e8 100644 --- a/gems/aws-sdk-docdb/CHANGELOG.md +++ b/gems/aws-sdk-docdb/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.73.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.72.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-docdb/VERSION b/gems/aws-sdk-docdb/VERSION index 0834888f558..5e3a4256626 100644 --- a/gems/aws-sdk-docdb/VERSION +++ b/gems/aws-sdk-docdb/VERSION @@ -1 +1 @@ -1.72.0 +1.73.0 diff --git a/gems/aws-sdk-docdb/lib/aws-sdk-docdb.rb b/gems/aws-sdk-docdb/lib/aws-sdk-docdb.rb index 2c22987d8fc..137e24bb066 100644 --- a/gems/aws-sdk-docdb/lib/aws-sdk-docdb.rb +++ b/gems/aws-sdk-docdb/lib/aws-sdk-docdb.rb @@ -53,6 +53,6 @@ # @!group service module Aws::DocDB - GEM_VERSION = '1.72.0' + GEM_VERSION = '1.73.0' end diff --git a/gems/aws-sdk-docdb/lib/aws-sdk-docdb/client.rb b/gems/aws-sdk-docdb/lib/aws-sdk-docdb/client.rb index f74ee4b67c8..bd7a06b4419 100644 --- a/gems/aws-sdk-docdb/lib/aws-sdk-docdb/client.rb +++ b/gems/aws-sdk-docdb/lib/aws-sdk-docdb/client.rb @@ -427,6 +427,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -5595,7 +5601,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-docdb' - context[:gem_version] = '1.72.0' + context[:gem_version] = '1.73.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-docdbelastic/CHANGELOG.md b/gems/aws-sdk-docdbelastic/CHANGELOG.md index d6d1eabcc9a..5b1d82d39f8 100644 --- a/gems/aws-sdk-docdbelastic/CHANGELOG.md +++ b/gems/aws-sdk-docdbelastic/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.20.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.19.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-docdbelastic/VERSION b/gems/aws-sdk-docdbelastic/VERSION index 815d5ca06d5..39893559155 100644 --- a/gems/aws-sdk-docdbelastic/VERSION +++ b/gems/aws-sdk-docdbelastic/VERSION @@ -1 +1 @@ -1.19.0 +1.20.0 diff --git a/gems/aws-sdk-docdbelastic/lib/aws-sdk-docdbelastic.rb b/gems/aws-sdk-docdbelastic/lib/aws-sdk-docdbelastic.rb index cc470bf80f7..e237c34ae58 100644 --- a/gems/aws-sdk-docdbelastic/lib/aws-sdk-docdbelastic.rb +++ b/gems/aws-sdk-docdbelastic/lib/aws-sdk-docdbelastic.rb @@ -52,6 +52,6 @@ # @!group service module Aws::DocDBElastic - GEM_VERSION = '1.19.0' + GEM_VERSION = '1.20.0' end diff --git a/gems/aws-sdk-docdbelastic/lib/aws-sdk-docdbelastic/client.rb b/gems/aws-sdk-docdbelastic/lib/aws-sdk-docdbelastic/client.rb index 5041a14a11c..e5622f97103 100644 --- a/gems/aws-sdk-docdbelastic/lib/aws-sdk-docdbelastic/client.rb +++ b/gems/aws-sdk-docdbelastic/lib/aws-sdk-docdbelastic/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -1452,7 +1458,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-docdbelastic' - context[:gem_version] = '1.19.0' + context[:gem_version] = '1.20.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-drs/CHANGELOG.md b/gems/aws-sdk-drs/CHANGELOG.md index 05769c72919..2503a71d74a 100644 --- a/gems/aws-sdk-drs/CHANGELOG.md +++ b/gems/aws-sdk-drs/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.38.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.37.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-drs/VERSION b/gems/aws-sdk-drs/VERSION index bf50e910e62..ebeef2f2d61 100644 --- a/gems/aws-sdk-drs/VERSION +++ b/gems/aws-sdk-drs/VERSION @@ -1 +1 @@ -1.37.0 +1.38.0 diff --git a/gems/aws-sdk-drs/lib/aws-sdk-drs.rb b/gems/aws-sdk-drs/lib/aws-sdk-drs.rb index b24e00eff65..ce77ab8ad86 100644 --- a/gems/aws-sdk-drs/lib/aws-sdk-drs.rb +++ b/gems/aws-sdk-drs/lib/aws-sdk-drs.rb @@ -52,6 +52,6 @@ # @!group service module Aws::Drs - GEM_VERSION = '1.37.0' + GEM_VERSION = '1.38.0' end diff --git a/gems/aws-sdk-drs/lib/aws-sdk-drs/client.rb b/gems/aws-sdk-drs/lib/aws-sdk-drs/client.rb index 8a6b9840bdf..ed7145c273f 100644 --- a/gems/aws-sdk-drs/lib/aws-sdk-drs/client.rb +++ b/gems/aws-sdk-drs/lib/aws-sdk-drs/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -3559,7 +3565,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-drs' - context[:gem_version] = '1.37.0' + context[:gem_version] = '1.38.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-dynamodb/CHANGELOG.md b/gems/aws-sdk-dynamodb/CHANGELOG.md index d9082dc0834..43c69549ac4 100644 --- a/gems/aws-sdk-dynamodb/CHANGELOG.md +++ b/gems/aws-sdk-dynamodb/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.121.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.120.0 (2024-09-09) ------------------ diff --git a/gems/aws-sdk-dynamodb/VERSION b/gems/aws-sdk-dynamodb/VERSION index 499526a0114..83bd3452721 100644 --- a/gems/aws-sdk-dynamodb/VERSION +++ b/gems/aws-sdk-dynamodb/VERSION @@ -1 +1 @@ -1.120.0 +1.121.0 diff --git a/gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb.rb b/gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb.rb index dd26a922d50..e0e73264e5b 100644 --- a/gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb.rb +++ b/gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb.rb @@ -54,6 +54,6 @@ # @!group service module Aws::DynamoDB - GEM_VERSION = '1.120.0' + GEM_VERSION = '1.121.0' end diff --git a/gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/client.rb b/gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/client.rb index e2cb3ac5502..a410b100b4b 100644 --- a/gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/client.rb +++ b/gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/client.rb @@ -451,6 +451,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -8417,7 +8423,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-dynamodb' - context[:gem_version] = '1.120.0' + context[:gem_version] = '1.121.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-dynamodbstreams/CHANGELOG.md b/gems/aws-sdk-dynamodbstreams/CHANGELOG.md index b75da821301..9e3c7912bbd 100644 --- a/gems/aws-sdk-dynamodbstreams/CHANGELOG.md +++ b/gems/aws-sdk-dynamodbstreams/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.64.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.63.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-dynamodbstreams/VERSION b/gems/aws-sdk-dynamodbstreams/VERSION index af92bdd9f58..9405730420f 100644 --- a/gems/aws-sdk-dynamodbstreams/VERSION +++ b/gems/aws-sdk-dynamodbstreams/VERSION @@ -1 +1 @@ -1.63.0 +1.64.0 diff --git a/gems/aws-sdk-dynamodbstreams/lib/aws-sdk-dynamodbstreams.rb b/gems/aws-sdk-dynamodbstreams/lib/aws-sdk-dynamodbstreams.rb index caf202261ad..44aee130481 100644 --- a/gems/aws-sdk-dynamodbstreams/lib/aws-sdk-dynamodbstreams.rb +++ b/gems/aws-sdk-dynamodbstreams/lib/aws-sdk-dynamodbstreams.rb @@ -52,6 +52,6 @@ # @!group service module Aws::DynamoDBStreams - GEM_VERSION = '1.63.0' + GEM_VERSION = '1.64.0' end diff --git a/gems/aws-sdk-dynamodbstreams/lib/aws-sdk-dynamodbstreams/client.rb b/gems/aws-sdk-dynamodbstreams/lib/aws-sdk-dynamodbstreams/client.rb index cfa10a73f3f..1e47cb8e798 100644 --- a/gems/aws-sdk-dynamodbstreams/lib/aws-sdk-dynamodbstreams/client.rb +++ b/gems/aws-sdk-dynamodbstreams/lib/aws-sdk-dynamodbstreams/client.rb @@ -438,6 +438,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -905,7 +911,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-dynamodbstreams' - context[:gem_version] = '1.63.0' + context[:gem_version] = '1.64.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-ebs/CHANGELOG.md b/gems/aws-sdk-ebs/CHANGELOG.md index 945061847fa..0d9699ae56e 100644 --- a/gems/aws-sdk-ebs/CHANGELOG.md +++ b/gems/aws-sdk-ebs/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.48.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.47.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-ebs/VERSION b/gems/aws-sdk-ebs/VERSION index 21998d3c2d9..9db5ea12f52 100644 --- a/gems/aws-sdk-ebs/VERSION +++ b/gems/aws-sdk-ebs/VERSION @@ -1 +1 @@ -1.47.0 +1.48.0 diff --git a/gems/aws-sdk-ebs/lib/aws-sdk-ebs.rb b/gems/aws-sdk-ebs/lib/aws-sdk-ebs.rb index 58a258ab539..32aaf9ac0e0 100644 --- a/gems/aws-sdk-ebs/lib/aws-sdk-ebs.rb +++ b/gems/aws-sdk-ebs/lib/aws-sdk-ebs.rb @@ -52,6 +52,6 @@ # @!group service module Aws::EBS - GEM_VERSION = '1.47.0' + GEM_VERSION = '1.48.0' end diff --git a/gems/aws-sdk-ebs/lib/aws-sdk-ebs/client.rb b/gems/aws-sdk-ebs/lib/aws-sdk-ebs/client.rb index c4a878ad366..ba8145c0d60 100644 --- a/gems/aws-sdk-ebs/lib/aws-sdk-ebs/client.rb +++ b/gems/aws-sdk-ebs/lib/aws-sdk-ebs/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -1048,7 +1054,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-ebs' - context[:gem_version] = '1.47.0' + context[:gem_version] = '1.48.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-ec2/CHANGELOG.md b/gems/aws-sdk-ec2/CHANGELOG.md index fbde4cbc004..4d5737596d4 100644 --- a/gems/aws-sdk-ec2/CHANGELOG.md +++ b/gems/aws-sdk-ec2/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.473.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.472.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-ec2/VERSION b/gems/aws-sdk-ec2/VERSION index a5416c423a8..32f610c8f47 100644 --- a/gems/aws-sdk-ec2/VERSION +++ b/gems/aws-sdk-ec2/VERSION @@ -1 +1 @@ -1.472.0 +1.473.0 diff --git a/gems/aws-sdk-ec2/lib/aws-sdk-ec2.rb b/gems/aws-sdk-ec2/lib/aws-sdk-ec2.rb index f40fd47e3e2..4713194baf7 100644 --- a/gems/aws-sdk-ec2/lib/aws-sdk-ec2.rb +++ b/gems/aws-sdk-ec2/lib/aws-sdk-ec2.rb @@ -76,6 +76,6 @@ # @!group service module Aws::EC2 - GEM_VERSION = '1.472.0' + GEM_VERSION = '1.473.0' end diff --git a/gems/aws-sdk-ec2/lib/aws-sdk-ec2/client.rb b/gems/aws-sdk-ec2/lib/aws-sdk-ec2/client.rb index 343d32edfeb..c689b4b8fb3 100644 --- a/gems/aws-sdk-ec2/lib/aws-sdk-ec2/client.rb +++ b/gems/aws-sdk-ec2/lib/aws-sdk-ec2/client.rb @@ -429,6 +429,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -60126,7 +60132,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-ec2' - context[:gem_version] = '1.472.0' + context[:gem_version] = '1.473.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-ec2instanceconnect/CHANGELOG.md b/gems/aws-sdk-ec2instanceconnect/CHANGELOG.md index ce1633f7b61..d4b393478ab 100644 --- a/gems/aws-sdk-ec2instanceconnect/CHANGELOG.md +++ b/gems/aws-sdk-ec2instanceconnect/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.47.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.46.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-ec2instanceconnect/VERSION b/gems/aws-sdk-ec2instanceconnect/VERSION index 0a3db35b241..21998d3c2d9 100644 --- a/gems/aws-sdk-ec2instanceconnect/VERSION +++ b/gems/aws-sdk-ec2instanceconnect/VERSION @@ -1 +1 @@ -1.46.0 +1.47.0 diff --git a/gems/aws-sdk-ec2instanceconnect/lib/aws-sdk-ec2instanceconnect.rb b/gems/aws-sdk-ec2instanceconnect/lib/aws-sdk-ec2instanceconnect.rb index 23ab1331d4c..33212fe8d6b 100644 --- a/gems/aws-sdk-ec2instanceconnect/lib/aws-sdk-ec2instanceconnect.rb +++ b/gems/aws-sdk-ec2instanceconnect/lib/aws-sdk-ec2instanceconnect.rb @@ -52,6 +52,6 @@ # @!group service module Aws::EC2InstanceConnect - GEM_VERSION = '1.46.0' + GEM_VERSION = '1.47.0' end diff --git a/gems/aws-sdk-ec2instanceconnect/lib/aws-sdk-ec2instanceconnect/client.rb b/gems/aws-sdk-ec2instanceconnect/lib/aws-sdk-ec2instanceconnect/client.rb index 222e149f0f6..118edfa2cc3 100644 --- a/gems/aws-sdk-ec2instanceconnect/lib/aws-sdk-ec2instanceconnect/client.rb +++ b/gems/aws-sdk-ec2instanceconnect/lib/aws-sdk-ec2instanceconnect/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -588,7 +594,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-ec2instanceconnect' - context[:gem_version] = '1.46.0' + context[:gem_version] = '1.47.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-ecr/CHANGELOG.md b/gems/aws-sdk-ecr/CHANGELOG.md index 5579cba477a..1a28aaa6bc1 100644 --- a/gems/aws-sdk-ecr/CHANGELOG.md +++ b/gems/aws-sdk-ecr/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.82.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.81.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-ecr/VERSION b/gems/aws-sdk-ecr/VERSION index dbd41264aa9..71fae54fb27 100644 --- a/gems/aws-sdk-ecr/VERSION +++ b/gems/aws-sdk-ecr/VERSION @@ -1 +1 @@ -1.81.0 +1.82.0 diff --git a/gems/aws-sdk-ecr/lib/aws-sdk-ecr.rb b/gems/aws-sdk-ecr/lib/aws-sdk-ecr.rb index 2e88e208cf2..5dfbb12f25a 100644 --- a/gems/aws-sdk-ecr/lib/aws-sdk-ecr.rb +++ b/gems/aws-sdk-ecr/lib/aws-sdk-ecr.rb @@ -53,6 +53,6 @@ # @!group service module Aws::ECR - GEM_VERSION = '1.81.0' + GEM_VERSION = '1.82.0' end diff --git a/gems/aws-sdk-ecr/lib/aws-sdk-ecr/client.rb b/gems/aws-sdk-ecr/lib/aws-sdk-ecr/client.rb index 74d1253ac5a..ed32b4a20de 100644 --- a/gems/aws-sdk-ecr/lib/aws-sdk-ecr/client.rb +++ b/gems/aws-sdk-ecr/lib/aws-sdk-ecr/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -3660,7 +3666,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-ecr' - context[:gem_version] = '1.81.0' + context[:gem_version] = '1.82.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-ecrpublic/CHANGELOG.md b/gems/aws-sdk-ecrpublic/CHANGELOG.md index 99b545dac76..0ac1c3c62ae 100644 --- a/gems/aws-sdk-ecrpublic/CHANGELOG.md +++ b/gems/aws-sdk-ecrpublic/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.35.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.34.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-ecrpublic/VERSION b/gems/aws-sdk-ecrpublic/VERSION index 2b17ffd5042..2aeaa11ee27 100644 --- a/gems/aws-sdk-ecrpublic/VERSION +++ b/gems/aws-sdk-ecrpublic/VERSION @@ -1 +1 @@ -1.34.0 +1.35.0 diff --git a/gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic.rb b/gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic.rb index c0bc2bcbca5..4822077595a 100644 --- a/gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic.rb +++ b/gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic.rb @@ -52,6 +52,6 @@ # @!group service module Aws::ECRPublic - GEM_VERSION = '1.34.0' + GEM_VERSION = '1.35.0' end diff --git a/gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic/client.rb b/gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic/client.rb index b84a8f6011a..d8aff103dfd 100644 --- a/gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic/client.rb +++ b/gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -1657,7 +1663,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-ecrpublic' - context[:gem_version] = '1.34.0' + context[:gem_version] = '1.35.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-ecs/CHANGELOG.md b/gems/aws-sdk-ecs/CHANGELOG.md index 04fd84065f6..a972e83b32e 100644 --- a/gems/aws-sdk-ecs/CHANGELOG.md +++ b/gems/aws-sdk-ecs/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.156.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.155.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-ecs/VERSION b/gems/aws-sdk-ecs/VERSION index 33f7516796a..e855ab6cce4 100644 --- a/gems/aws-sdk-ecs/VERSION +++ b/gems/aws-sdk-ecs/VERSION @@ -1 +1 @@ -1.155.0 +1.156.0 diff --git a/gems/aws-sdk-ecs/lib/aws-sdk-ecs.rb b/gems/aws-sdk-ecs/lib/aws-sdk-ecs.rb index b373348d23b..749a8e9c575 100644 --- a/gems/aws-sdk-ecs/lib/aws-sdk-ecs.rb +++ b/gems/aws-sdk-ecs/lib/aws-sdk-ecs.rb @@ -53,6 +53,6 @@ # @!group service module Aws::ECS - GEM_VERSION = '1.155.0' + GEM_VERSION = '1.156.0' end diff --git a/gems/aws-sdk-ecs/lib/aws-sdk-ecs/client.rb b/gems/aws-sdk-ecs/lib/aws-sdk-ecs/client.rb index a3477895f2a..c31513f5730 100644 --- a/gems/aws-sdk-ecs/lib/aws-sdk-ecs/client.rb +++ b/gems/aws-sdk-ecs/lib/aws-sdk-ecs/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -10439,7 +10445,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-ecs' - context[:gem_version] = '1.155.0' + context[:gem_version] = '1.156.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-efs/CHANGELOG.md b/gems/aws-sdk-efs/CHANGELOG.md index d544c5f969c..87ffb48bd39 100644 --- a/gems/aws-sdk-efs/CHANGELOG.md +++ b/gems/aws-sdk-efs/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.81.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.80.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-efs/VERSION b/gems/aws-sdk-efs/VERSION index aaceec04e04..dbd41264aa9 100644 --- a/gems/aws-sdk-efs/VERSION +++ b/gems/aws-sdk-efs/VERSION @@ -1 +1 @@ -1.80.0 +1.81.0 diff --git a/gems/aws-sdk-efs/lib/aws-sdk-efs.rb b/gems/aws-sdk-efs/lib/aws-sdk-efs.rb index a1bda375856..0e63e8967c5 100644 --- a/gems/aws-sdk-efs/lib/aws-sdk-efs.rb +++ b/gems/aws-sdk-efs/lib/aws-sdk-efs.rb @@ -52,6 +52,6 @@ # @!group service module Aws::EFS - GEM_VERSION = '1.80.0' + GEM_VERSION = '1.81.0' end diff --git a/gems/aws-sdk-efs/lib/aws-sdk-efs/client.rb b/gems/aws-sdk-efs/lib/aws-sdk-efs/client.rb index 33937f9283a..6a8167c37e1 100644 --- a/gems/aws-sdk-efs/lib/aws-sdk-efs/client.rb +++ b/gems/aws-sdk-efs/lib/aws-sdk-efs/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -2909,7 +2915,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-efs' - context[:gem_version] = '1.80.0' + context[:gem_version] = '1.81.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-eks/CHANGELOG.md b/gems/aws-sdk-eks/CHANGELOG.md index 269e35bddb3..6579668c702 100644 --- a/gems/aws-sdk-eks/CHANGELOG.md +++ b/gems/aws-sdk-eks/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.114.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.113.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-eks/VERSION b/gems/aws-sdk-eks/VERSION index 7bd0f252f61..14e09db94e7 100644 --- a/gems/aws-sdk-eks/VERSION +++ b/gems/aws-sdk-eks/VERSION @@ -1 +1 @@ -1.113.0 +1.114.0 diff --git a/gems/aws-sdk-eks/lib/aws-sdk-eks.rb b/gems/aws-sdk-eks/lib/aws-sdk-eks.rb index e43a6298dab..e52c78ce2ec 100644 --- a/gems/aws-sdk-eks/lib/aws-sdk-eks.rb +++ b/gems/aws-sdk-eks/lib/aws-sdk-eks.rb @@ -53,6 +53,6 @@ # @!group service module Aws::EKS - GEM_VERSION = '1.113.0' + GEM_VERSION = '1.114.0' end diff --git a/gems/aws-sdk-eks/lib/aws-sdk-eks/client.rb b/gems/aws-sdk-eks/lib/aws-sdk-eks/client.rb index d6c46c1d78e..cc7e15c8139 100644 --- a/gems/aws-sdk-eks/lib/aws-sdk-eks/client.rb +++ b/gems/aws-sdk-eks/lib/aws-sdk-eks/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -5120,7 +5126,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-eks' - context[:gem_version] = '1.113.0' + context[:gem_version] = '1.114.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-eksauth/CHANGELOG.md b/gems/aws-sdk-eksauth/CHANGELOG.md index c6514590a52..be4af06df63 100644 --- a/gems/aws-sdk-eksauth/CHANGELOG.md +++ b/gems/aws-sdk-eksauth/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.10.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.9.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-eksauth/VERSION b/gems/aws-sdk-eksauth/VERSION index f8e233b2733..81c871de46b 100644 --- a/gems/aws-sdk-eksauth/VERSION +++ b/gems/aws-sdk-eksauth/VERSION @@ -1 +1 @@ -1.9.0 +1.10.0 diff --git a/gems/aws-sdk-eksauth/lib/aws-sdk-eksauth.rb b/gems/aws-sdk-eksauth/lib/aws-sdk-eksauth.rb index 11d7eeeb7e5..e553160b22f 100644 --- a/gems/aws-sdk-eksauth/lib/aws-sdk-eksauth.rb +++ b/gems/aws-sdk-eksauth/lib/aws-sdk-eksauth.rb @@ -53,6 +53,6 @@ # @!group service module Aws::EKSAuth - GEM_VERSION = '1.9.0' + GEM_VERSION = '1.10.0' end diff --git a/gems/aws-sdk-eksauth/lib/aws-sdk-eksauth/client.rb b/gems/aws-sdk-eksauth/lib/aws-sdk-eksauth/client.rb index a1704e93266..6fac94cc537 100644 --- a/gems/aws-sdk-eksauth/lib/aws-sdk-eksauth/client.rb +++ b/gems/aws-sdk-eksauth/lib/aws-sdk-eksauth/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -507,7 +513,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-eksauth' - context[:gem_version] = '1.9.0' + context[:gem_version] = '1.10.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-elasticache/CHANGELOG.md b/gems/aws-sdk-elasticache/CHANGELOG.md index 99dc377b7c9..c46fd8646a9 100644 --- a/gems/aws-sdk-elasticache/CHANGELOG.md +++ b/gems/aws-sdk-elasticache/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.111.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.110.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-elasticache/VERSION b/gems/aws-sdk-elasticache/VERSION index 1916b6b587d..d313a193da0 100644 --- a/gems/aws-sdk-elasticache/VERSION +++ b/gems/aws-sdk-elasticache/VERSION @@ -1 +1 @@ -1.110.0 +1.111.0 diff --git a/gems/aws-sdk-elasticache/lib/aws-sdk-elasticache.rb b/gems/aws-sdk-elasticache/lib/aws-sdk-elasticache.rb index affd0eae8a0..e911b1dd9ae 100644 --- a/gems/aws-sdk-elasticache/lib/aws-sdk-elasticache.rb +++ b/gems/aws-sdk-elasticache/lib/aws-sdk-elasticache.rb @@ -53,6 +53,6 @@ # @!group service module Aws::ElastiCache - GEM_VERSION = '1.110.0' + GEM_VERSION = '1.111.0' end diff --git a/gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/client.rb b/gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/client.rb index ab24522e956..0c824423f5e 100644 --- a/gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/client.rb +++ b/gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -11390,7 +11396,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-elasticache' - context[:gem_version] = '1.110.0' + context[:gem_version] = '1.111.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-elasticbeanstalk/CHANGELOG.md b/gems/aws-sdk-elasticbeanstalk/CHANGELOG.md index def22d368e9..68b5fb9f8ec 100644 --- a/gems/aws-sdk-elasticbeanstalk/CHANGELOG.md +++ b/gems/aws-sdk-elasticbeanstalk/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.75.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.74.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-elasticbeanstalk/VERSION b/gems/aws-sdk-elasticbeanstalk/VERSION index dc87e8af82f..7c7053aa238 100644 --- a/gems/aws-sdk-elasticbeanstalk/VERSION +++ b/gems/aws-sdk-elasticbeanstalk/VERSION @@ -1 +1 @@ -1.74.0 +1.75.0 diff --git a/gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk.rb b/gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk.rb index 9d77966ba20..b9196dbf018 100644 --- a/gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk.rb +++ b/gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk.rb @@ -53,6 +53,6 @@ # @!group service module Aws::ElasticBeanstalk - GEM_VERSION = '1.74.0' + GEM_VERSION = '1.75.0' end diff --git a/gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/client.rb b/gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/client.rb index d6953dbfd22..dd58af1b530 100644 --- a/gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/client.rb +++ b/gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -4616,7 +4622,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-elasticbeanstalk' - context[:gem_version] = '1.74.0' + context[:gem_version] = '1.75.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-elasticinference/CHANGELOG.md b/gems/aws-sdk-elasticinference/CHANGELOG.md index 6e179245a23..3cf09546d04 100644 --- a/gems/aws-sdk-elasticinference/CHANGELOG.md +++ b/gems/aws-sdk-elasticinference/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.43.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.42.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-elasticinference/VERSION b/gems/aws-sdk-elasticinference/VERSION index a50908ca3da..b978278f05f 100644 --- a/gems/aws-sdk-elasticinference/VERSION +++ b/gems/aws-sdk-elasticinference/VERSION @@ -1 +1 @@ -1.42.0 +1.43.0 diff --git a/gems/aws-sdk-elasticinference/lib/aws-sdk-elasticinference.rb b/gems/aws-sdk-elasticinference/lib/aws-sdk-elasticinference.rb index 07193c3c7a2..d7e3e437ccb 100644 --- a/gems/aws-sdk-elasticinference/lib/aws-sdk-elasticinference.rb +++ b/gems/aws-sdk-elasticinference/lib/aws-sdk-elasticinference.rb @@ -52,6 +52,6 @@ # @!group service module Aws::ElasticInference - GEM_VERSION = '1.42.0' + GEM_VERSION = '1.43.0' end diff --git a/gems/aws-sdk-elasticinference/lib/aws-sdk-elasticinference/client.rb b/gems/aws-sdk-elasticinference/lib/aws-sdk-elasticinference/client.rb index 44f66a0604c..a2388fd191b 100644 --- a/gems/aws-sdk-elasticinference/lib/aws-sdk-elasticinference/client.rb +++ b/gems/aws-sdk-elasticinference/lib/aws-sdk-elasticinference/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -722,7 +728,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-elasticinference' - context[:gem_version] = '1.42.0' + context[:gem_version] = '1.43.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-elasticloadbalancing/CHANGELOG.md b/gems/aws-sdk-elasticloadbalancing/CHANGELOG.md index 179412e41b3..180558a1a4f 100644 --- a/gems/aws-sdk-elasticloadbalancing/CHANGELOG.md +++ b/gems/aws-sdk-elasticloadbalancing/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.63.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.62.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-elasticloadbalancing/VERSION b/gems/aws-sdk-elasticloadbalancing/VERSION index 76d05362056..af92bdd9f58 100644 --- a/gems/aws-sdk-elasticloadbalancing/VERSION +++ b/gems/aws-sdk-elasticloadbalancing/VERSION @@ -1 +1 @@ -1.62.0 +1.63.0 diff --git a/gems/aws-sdk-elasticloadbalancing/lib/aws-sdk-elasticloadbalancing.rb b/gems/aws-sdk-elasticloadbalancing/lib/aws-sdk-elasticloadbalancing.rb index 212f07a68a0..719d6bf62af 100644 --- a/gems/aws-sdk-elasticloadbalancing/lib/aws-sdk-elasticloadbalancing.rb +++ b/gems/aws-sdk-elasticloadbalancing/lib/aws-sdk-elasticloadbalancing.rb @@ -53,6 +53,6 @@ # @!group service module Aws::ElasticLoadBalancing - GEM_VERSION = '1.62.0' + GEM_VERSION = '1.63.0' end diff --git a/gems/aws-sdk-elasticloadbalancing/lib/aws-sdk-elasticloadbalancing/client.rb b/gems/aws-sdk-elasticloadbalancing/lib/aws-sdk-elasticloadbalancing/client.rb index dacd543597b..f17fa9ecd8c 100644 --- a/gems/aws-sdk-elasticloadbalancing/lib/aws-sdk-elasticloadbalancing/client.rb +++ b/gems/aws-sdk-elasticloadbalancing/lib/aws-sdk-elasticloadbalancing/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -2727,7 +2733,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-elasticloadbalancing' - context[:gem_version] = '1.62.0' + context[:gem_version] = '1.63.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-elasticloadbalancingv2/CHANGELOG.md b/gems/aws-sdk-elasticloadbalancingv2/CHANGELOG.md index c268972206c..5b5cce53e49 100644 --- a/gems/aws-sdk-elasticloadbalancingv2/CHANGELOG.md +++ b/gems/aws-sdk-elasticloadbalancingv2/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.112.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.111.0 (2024-09-09) ------------------ diff --git a/gems/aws-sdk-elasticloadbalancingv2/VERSION b/gems/aws-sdk-elasticloadbalancingv2/VERSION index d313a193da0..628cac6f078 100644 --- a/gems/aws-sdk-elasticloadbalancingv2/VERSION +++ b/gems/aws-sdk-elasticloadbalancingv2/VERSION @@ -1 +1 @@ -1.111.0 +1.112.0 diff --git a/gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2.rb b/gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2.rb index 2284b488abd..d7554f35217 100644 --- a/gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2.rb +++ b/gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2.rb @@ -53,6 +53,6 @@ # @!group service module Aws::ElasticLoadBalancingV2 - GEM_VERSION = '1.111.0' + GEM_VERSION = '1.112.0' end diff --git a/gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/client.rb b/gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/client.rb index 718bf3b91fd..b171539ec6b 100644 --- a/gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/client.rb +++ b/gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -5082,7 +5088,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-elasticloadbalancingv2' - context[:gem_version] = '1.111.0' + context[:gem_version] = '1.112.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-elasticsearchservice/CHANGELOG.md b/gems/aws-sdk-elasticsearchservice/CHANGELOG.md index 153bfb1ae95..6383e147db0 100644 --- a/gems/aws-sdk-elasticsearchservice/CHANGELOG.md +++ b/gems/aws-sdk-elasticsearchservice/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.91.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.90.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-elasticsearchservice/VERSION b/gems/aws-sdk-elasticsearchservice/VERSION index 82e24bf241e..6979a6c0661 100644 --- a/gems/aws-sdk-elasticsearchservice/VERSION +++ b/gems/aws-sdk-elasticsearchservice/VERSION @@ -1 +1 @@ -1.90.0 +1.91.0 diff --git a/gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice.rb b/gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice.rb index eb990462f1d..3a3649f2d8e 100644 --- a/gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice.rb +++ b/gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice.rb @@ -52,6 +52,6 @@ # @!group service module Aws::ElasticsearchService - GEM_VERSION = '1.90.0' + GEM_VERSION = '1.91.0' end diff --git a/gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/client.rb b/gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/client.rb index ab02acfa05a..c33355cb1b3 100644 --- a/gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/client.rb +++ b/gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -3476,7 +3482,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-elasticsearchservice' - context[:gem_version] = '1.90.0' + context[:gem_version] = '1.91.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-elastictranscoder/CHANGELOG.md b/gems/aws-sdk-elastictranscoder/CHANGELOG.md index 5a962f3e301..4dfa51495dd 100644 --- a/gems/aws-sdk-elastictranscoder/CHANGELOG.md +++ b/gems/aws-sdk-elastictranscoder/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.59.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.58.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-elastictranscoder/VERSION b/gems/aws-sdk-elastictranscoder/VERSION index 79f82f6b8e0..bb120e876c6 100644 --- a/gems/aws-sdk-elastictranscoder/VERSION +++ b/gems/aws-sdk-elastictranscoder/VERSION @@ -1 +1 @@ -1.58.0 +1.59.0 diff --git a/gems/aws-sdk-elastictranscoder/lib/aws-sdk-elastictranscoder.rb b/gems/aws-sdk-elastictranscoder/lib/aws-sdk-elastictranscoder.rb index 71d80200570..af54bc5f8a8 100644 --- a/gems/aws-sdk-elastictranscoder/lib/aws-sdk-elastictranscoder.rb +++ b/gems/aws-sdk-elastictranscoder/lib/aws-sdk-elastictranscoder.rb @@ -53,6 +53,6 @@ # @!group service module Aws::ElasticTranscoder - GEM_VERSION = '1.58.0' + GEM_VERSION = '1.59.0' end diff --git a/gems/aws-sdk-elastictranscoder/lib/aws-sdk-elastictranscoder/client.rb b/gems/aws-sdk-elastictranscoder/lib/aws-sdk-elastictranscoder/client.rb index c6184eacc37..d5d5337753f 100644 --- a/gems/aws-sdk-elastictranscoder/lib/aws-sdk-elastictranscoder/client.rb +++ b/gems/aws-sdk-elastictranscoder/lib/aws-sdk-elastictranscoder/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -3106,7 +3112,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-elastictranscoder' - context[:gem_version] = '1.58.0' + context[:gem_version] = '1.59.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-emr/CHANGELOG.md b/gems/aws-sdk-emr/CHANGELOG.md index 966c448f354..6b0052fa6bf 100644 --- a/gems/aws-sdk-emr/CHANGELOG.md +++ b/gems/aws-sdk-emr/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.94.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.93.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-emr/VERSION b/gems/aws-sdk-emr/VERSION index 95784efddbc..8db4a57b3d0 100644 --- a/gems/aws-sdk-emr/VERSION +++ b/gems/aws-sdk-emr/VERSION @@ -1 +1 @@ -1.93.0 +1.94.0 diff --git a/gems/aws-sdk-emr/lib/aws-sdk-emr.rb b/gems/aws-sdk-emr/lib/aws-sdk-emr.rb index 010f1ca1aed..bd0d861e11e 100644 --- a/gems/aws-sdk-emr/lib/aws-sdk-emr.rb +++ b/gems/aws-sdk-emr/lib/aws-sdk-emr.rb @@ -53,6 +53,6 @@ # @!group service module Aws::EMR - GEM_VERSION = '1.93.0' + GEM_VERSION = '1.94.0' end diff --git a/gems/aws-sdk-emr/lib/aws-sdk-emr/client.rb b/gems/aws-sdk-emr/lib/aws-sdk-emr/client.rb index 91c0eb345fa..e76f951341c 100644 --- a/gems/aws-sdk-emr/lib/aws-sdk-emr/client.rb +++ b/gems/aws-sdk-emr/lib/aws-sdk-emr/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -4201,7 +4207,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-emr' - context[:gem_version] = '1.93.0' + context[:gem_version] = '1.94.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-emrcontainers/CHANGELOG.md b/gems/aws-sdk-emrcontainers/CHANGELOG.md index 9d8c74ee168..23d127a8226 100644 --- a/gems/aws-sdk-emrcontainers/CHANGELOG.md +++ b/gems/aws-sdk-emrcontainers/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.44.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.43.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-emrcontainers/VERSION b/gems/aws-sdk-emrcontainers/VERSION index b978278f05f..372cf402c73 100644 --- a/gems/aws-sdk-emrcontainers/VERSION +++ b/gems/aws-sdk-emrcontainers/VERSION @@ -1 +1 @@ -1.43.0 +1.44.0 diff --git a/gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers.rb b/gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers.rb index 5491b4c49b3..beb2ebdfc94 100644 --- a/gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers.rb +++ b/gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers.rb @@ -52,6 +52,6 @@ # @!group service module Aws::EMRContainers - GEM_VERSION = '1.43.0' + GEM_VERSION = '1.44.0' end diff --git a/gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/client.rb b/gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/client.rb index 2168a4e5f17..0492be1233a 100644 --- a/gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/client.rb +++ b/gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -1901,7 +1907,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-emrcontainers' - context[:gem_version] = '1.43.0' + context[:gem_version] = '1.44.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-emrserverless/CHANGELOG.md b/gems/aws-sdk-emrserverless/CHANGELOG.md index 28eb24c0155..e59920b7b68 100644 --- a/gems/aws-sdk-emrserverless/CHANGELOG.md +++ b/gems/aws-sdk-emrserverless/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.32.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.31.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-emrserverless/VERSION b/gems/aws-sdk-emrserverless/VERSION index 34aae156b19..359c41089a4 100644 --- a/gems/aws-sdk-emrserverless/VERSION +++ b/gems/aws-sdk-emrserverless/VERSION @@ -1 +1 @@ -1.31.0 +1.32.0 diff --git a/gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless.rb b/gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless.rb index 77c3cd1c264..f2c01bedc4e 100644 --- a/gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless.rb +++ b/gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless.rb @@ -52,6 +52,6 @@ # @!group service module Aws::EMRServerless - GEM_VERSION = '1.31.0' + GEM_VERSION = '1.32.0' end diff --git a/gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/client.rb b/gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/client.rb index ed516c6f61c..e2babff7c3e 100644 --- a/gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/client.rb +++ b/gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -1588,7 +1594,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-emrserverless' - context[:gem_version] = '1.31.0' + context[:gem_version] = '1.32.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-entityresolution/CHANGELOG.md b/gems/aws-sdk-entityresolution/CHANGELOG.md index 79d29f486d2..1e27b6acc6d 100644 --- a/gems/aws-sdk-entityresolution/CHANGELOG.md +++ b/gems/aws-sdk-entityresolution/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.18.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.17.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-entityresolution/VERSION b/gems/aws-sdk-entityresolution/VERSION index 092afa15df4..84cc529467b 100644 --- a/gems/aws-sdk-entityresolution/VERSION +++ b/gems/aws-sdk-entityresolution/VERSION @@ -1 +1 @@ -1.17.0 +1.18.0 diff --git a/gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution.rb b/gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution.rb index 00f0821aba6..366566dd0b0 100644 --- a/gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution.rb +++ b/gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution.rb @@ -52,6 +52,6 @@ # @!group service module Aws::EntityResolution - GEM_VERSION = '1.17.0' + GEM_VERSION = '1.18.0' end diff --git a/gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/client.rb b/gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/client.rb index 21a0edc720e..b94532f5ee6 100644 --- a/gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/client.rb +++ b/gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -2589,7 +2595,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-entityresolution' - context[:gem_version] = '1.17.0' + context[:gem_version] = '1.18.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-eventbridge/CHANGELOG.md b/gems/aws-sdk-eventbridge/CHANGELOG.md index f4cf8a60eb8..67ef0cdf914 100644 --- a/gems/aws-sdk-eventbridge/CHANGELOG.md +++ b/gems/aws-sdk-eventbridge/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.67.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.66.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-eventbridge/VERSION b/gems/aws-sdk-eventbridge/VERSION index b6148bc0a75..65ee0959841 100644 --- a/gems/aws-sdk-eventbridge/VERSION +++ b/gems/aws-sdk-eventbridge/VERSION @@ -1 +1 @@ -1.66.0 +1.67.0 diff --git a/gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge.rb b/gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge.rb index 324a8552d45..6fb71707217 100644 --- a/gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge.rb +++ b/gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge.rb @@ -52,6 +52,6 @@ # @!group service module Aws::EventBridge - GEM_VERSION = '1.66.0' + GEM_VERSION = '1.67.0' end diff --git a/gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/client.rb b/gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/client.rb index 6caf5da3b56..8ca8f88026c 100644 --- a/gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/client.rb +++ b/gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -4047,7 +4053,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-eventbridge' - context[:gem_version] = '1.66.0' + context[:gem_version] = '1.67.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-finspace/CHANGELOG.md b/gems/aws-sdk-finspace/CHANGELOG.md index 096c1f1f13b..c4b8417c599 100644 --- a/gems/aws-sdk-finspace/CHANGELOG.md +++ b/gems/aws-sdk-finspace/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.41.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.40.0 (2024-09-04) ------------------ diff --git a/gems/aws-sdk-finspace/VERSION b/gems/aws-sdk-finspace/VERSION index 32b7211cb61..7d47e599800 100644 --- a/gems/aws-sdk-finspace/VERSION +++ b/gems/aws-sdk-finspace/VERSION @@ -1 +1 @@ -1.40.0 +1.41.0 diff --git a/gems/aws-sdk-finspace/lib/aws-sdk-finspace.rb b/gems/aws-sdk-finspace/lib/aws-sdk-finspace.rb index 56731a21db6..ee26c382831 100644 --- a/gems/aws-sdk-finspace/lib/aws-sdk-finspace.rb +++ b/gems/aws-sdk-finspace/lib/aws-sdk-finspace.rb @@ -52,6 +52,6 @@ # @!group service module Aws::Finspace - GEM_VERSION = '1.40.0' + GEM_VERSION = '1.41.0' end diff --git a/gems/aws-sdk-finspace/lib/aws-sdk-finspace/client.rb b/gems/aws-sdk-finspace/lib/aws-sdk-finspace/client.rb index 1f95d5fc7a1..e5d1685aeeb 100644 --- a/gems/aws-sdk-finspace/lib/aws-sdk-finspace/client.rb +++ b/gems/aws-sdk-finspace/lib/aws-sdk-finspace/client.rb @@ -427,6 +427,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -3785,7 +3791,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-finspace' - context[:gem_version] = '1.40.0' + context[:gem_version] = '1.41.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-finspacedata/CHANGELOG.md b/gems/aws-sdk-finspacedata/CHANGELOG.md index 361bb18611b..cf2d2ba40d4 100644 --- a/gems/aws-sdk-finspacedata/CHANGELOG.md +++ b/gems/aws-sdk-finspacedata/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.40.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.39.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-finspacedata/VERSION b/gems/aws-sdk-finspacedata/VERSION index 5edffce6d57..32b7211cb61 100644 --- a/gems/aws-sdk-finspacedata/VERSION +++ b/gems/aws-sdk-finspacedata/VERSION @@ -1 +1 @@ -1.39.0 +1.40.0 diff --git a/gems/aws-sdk-finspacedata/lib/aws-sdk-finspacedata.rb b/gems/aws-sdk-finspacedata/lib/aws-sdk-finspacedata.rb index 375c737cf77..4aa7e748279 100644 --- a/gems/aws-sdk-finspacedata/lib/aws-sdk-finspacedata.rb +++ b/gems/aws-sdk-finspacedata/lib/aws-sdk-finspacedata.rb @@ -52,6 +52,6 @@ # @!group service module Aws::FinSpaceData - GEM_VERSION = '1.39.0' + GEM_VERSION = '1.40.0' end diff --git a/gems/aws-sdk-finspacedata/lib/aws-sdk-finspacedata/client.rb b/gems/aws-sdk-finspacedata/lib/aws-sdk-finspacedata/client.rb index 41d63cb37bc..5ef7ad48fc3 100644 --- a/gems/aws-sdk-finspacedata/lib/aws-sdk-finspacedata/client.rb +++ b/gems/aws-sdk-finspacedata/lib/aws-sdk-finspacedata/client.rb @@ -427,6 +427,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -2177,7 +2183,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-finspacedata' - context[:gem_version] = '1.39.0' + context[:gem_version] = '1.40.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-firehose/CHANGELOG.md b/gems/aws-sdk-firehose/CHANGELOG.md index bc883d9dd68..06b127b6be9 100644 --- a/gems/aws-sdk-firehose/CHANGELOG.md +++ b/gems/aws-sdk-firehose/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.78.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.77.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-firehose/VERSION b/gems/aws-sdk-firehose/VERSION index 79e15fd4937..54227249d1f 100644 --- a/gems/aws-sdk-firehose/VERSION +++ b/gems/aws-sdk-firehose/VERSION @@ -1 +1 @@ -1.77.0 +1.78.0 diff --git a/gems/aws-sdk-firehose/lib/aws-sdk-firehose.rb b/gems/aws-sdk-firehose/lib/aws-sdk-firehose.rb index 2ec45178ad5..84041ebbd53 100644 --- a/gems/aws-sdk-firehose/lib/aws-sdk-firehose.rb +++ b/gems/aws-sdk-firehose/lib/aws-sdk-firehose.rb @@ -52,6 +52,6 @@ # @!group service module Aws::Firehose - GEM_VERSION = '1.77.0' + GEM_VERSION = '1.78.0' end diff --git a/gems/aws-sdk-firehose/lib/aws-sdk-firehose/client.rb b/gems/aws-sdk-firehose/lib/aws-sdk-firehose/client.rb index b0e95948536..2364b89879c 100644 --- a/gems/aws-sdk-firehose/lib/aws-sdk-firehose/client.rb +++ b/gems/aws-sdk-firehose/lib/aws-sdk-firehose/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -3166,7 +3172,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-firehose' - context[:gem_version] = '1.77.0' + context[:gem_version] = '1.78.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-fis/CHANGELOG.md b/gems/aws-sdk-fis/CHANGELOG.md index 2b9ae0549e5..95cace4b6d9 100644 --- a/gems/aws-sdk-fis/CHANGELOG.md +++ b/gems/aws-sdk-fis/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.38.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.37.0 (2024-09-04) ------------------ diff --git a/gems/aws-sdk-fis/VERSION b/gems/aws-sdk-fis/VERSION index bf50e910e62..ebeef2f2d61 100644 --- a/gems/aws-sdk-fis/VERSION +++ b/gems/aws-sdk-fis/VERSION @@ -1 +1 @@ -1.37.0 +1.38.0 diff --git a/gems/aws-sdk-fis/lib/aws-sdk-fis.rb b/gems/aws-sdk-fis/lib/aws-sdk-fis.rb index 4550a6f61be..9449a4727bd 100644 --- a/gems/aws-sdk-fis/lib/aws-sdk-fis.rb +++ b/gems/aws-sdk-fis/lib/aws-sdk-fis.rb @@ -52,6 +52,6 @@ # @!group service module Aws::FIS - GEM_VERSION = '1.37.0' + GEM_VERSION = '1.38.0' end diff --git a/gems/aws-sdk-fis/lib/aws-sdk-fis/client.rb b/gems/aws-sdk-fis/lib/aws-sdk-fis/client.rb index 6c747291e10..e868e46afa0 100644 --- a/gems/aws-sdk-fis/lib/aws-sdk-fis/client.rb +++ b/gems/aws-sdk-fis/lib/aws-sdk-fis/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -1905,7 +1911,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-fis' - context[:gem_version] = '1.37.0' + context[:gem_version] = '1.38.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-fms/CHANGELOG.md b/gems/aws-sdk-fms/CHANGELOG.md index c512f03436a..befd13b4021 100644 --- a/gems/aws-sdk-fms/CHANGELOG.md +++ b/gems/aws-sdk-fms/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.78.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.77.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-fms/VERSION b/gems/aws-sdk-fms/VERSION index 79e15fd4937..54227249d1f 100644 --- a/gems/aws-sdk-fms/VERSION +++ b/gems/aws-sdk-fms/VERSION @@ -1 +1 @@ -1.77.0 +1.78.0 diff --git a/gems/aws-sdk-fms/lib/aws-sdk-fms.rb b/gems/aws-sdk-fms/lib/aws-sdk-fms.rb index 24323fd57f7..b8c7d2c75ce 100644 --- a/gems/aws-sdk-fms/lib/aws-sdk-fms.rb +++ b/gems/aws-sdk-fms/lib/aws-sdk-fms.rb @@ -52,6 +52,6 @@ # @!group service module Aws::FMS - GEM_VERSION = '1.77.0' + GEM_VERSION = '1.78.0' end diff --git a/gems/aws-sdk-fms/lib/aws-sdk-fms/client.rb b/gems/aws-sdk-fms/lib/aws-sdk-fms/client.rb index 355c450ae39..0e899a71baa 100644 --- a/gems/aws-sdk-fms/lib/aws-sdk-fms/client.rb +++ b/gems/aws-sdk-fms/lib/aws-sdk-fms/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -2937,7 +2943,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-fms' - context[:gem_version] = '1.77.0' + context[:gem_version] = '1.78.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-forecastqueryservice/CHANGELOG.md b/gems/aws-sdk-forecastqueryservice/CHANGELOG.md index 4f59aeae3f8..cffd47ce1da 100644 --- a/gems/aws-sdk-forecastqueryservice/CHANGELOG.md +++ b/gems/aws-sdk-forecastqueryservice/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.43.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.42.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-forecastqueryservice/VERSION b/gems/aws-sdk-forecastqueryservice/VERSION index a50908ca3da..b978278f05f 100644 --- a/gems/aws-sdk-forecastqueryservice/VERSION +++ b/gems/aws-sdk-forecastqueryservice/VERSION @@ -1 +1 @@ -1.42.0 +1.43.0 diff --git a/gems/aws-sdk-forecastqueryservice/lib/aws-sdk-forecastqueryservice.rb b/gems/aws-sdk-forecastqueryservice/lib/aws-sdk-forecastqueryservice.rb index 80aac178250..91b218e16a4 100644 --- a/gems/aws-sdk-forecastqueryservice/lib/aws-sdk-forecastqueryservice.rb +++ b/gems/aws-sdk-forecastqueryservice/lib/aws-sdk-forecastqueryservice.rb @@ -52,6 +52,6 @@ # @!group service module Aws::ForecastQueryService - GEM_VERSION = '1.42.0' + GEM_VERSION = '1.43.0' end diff --git a/gems/aws-sdk-forecastqueryservice/lib/aws-sdk-forecastqueryservice/client.rb b/gems/aws-sdk-forecastqueryservice/lib/aws-sdk-forecastqueryservice/client.rb index 1f2aa87b3e0..b294627c2c0 100644 --- a/gems/aws-sdk-forecastqueryservice/lib/aws-sdk-forecastqueryservice/client.rb +++ b/gems/aws-sdk-forecastqueryservice/lib/aws-sdk-forecastqueryservice/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -615,7 +621,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-forecastqueryservice' - context[:gem_version] = '1.42.0' + context[:gem_version] = '1.43.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-forecastservice/CHANGELOG.md b/gems/aws-sdk-forecastservice/CHANGELOG.md index f04665ff1ca..b95c26baf5f 100644 --- a/gems/aws-sdk-forecastservice/CHANGELOG.md +++ b/gems/aws-sdk-forecastservice/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.60.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.59.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-forecastservice/VERSION b/gems/aws-sdk-forecastservice/VERSION index bb120e876c6..4d5fde5bd16 100644 --- a/gems/aws-sdk-forecastservice/VERSION +++ b/gems/aws-sdk-forecastservice/VERSION @@ -1 +1 @@ -1.59.0 +1.60.0 diff --git a/gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice.rb b/gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice.rb index 0ef7b5766c5..997ab958706 100644 --- a/gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice.rb +++ b/gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice.rb @@ -52,6 +52,6 @@ # @!group service module Aws::ForecastService - GEM_VERSION = '1.59.0' + GEM_VERSION = '1.60.0' end diff --git a/gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/client.rb b/gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/client.rb index ab3d38666c5..fde137fb022 100644 --- a/gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/client.rb +++ b/gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -5345,7 +5351,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-forecastservice' - context[:gem_version] = '1.59.0' + context[:gem_version] = '1.60.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-frauddetector/CHANGELOG.md b/gems/aws-sdk-frauddetector/CHANGELOG.md index 85a8cdd66f3..0592ccd6957 100644 --- a/gems/aws-sdk-frauddetector/CHANGELOG.md +++ b/gems/aws-sdk-frauddetector/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.59.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.58.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-frauddetector/VERSION b/gems/aws-sdk-frauddetector/VERSION index 79f82f6b8e0..bb120e876c6 100644 --- a/gems/aws-sdk-frauddetector/VERSION +++ b/gems/aws-sdk-frauddetector/VERSION @@ -1 +1 @@ -1.58.0 +1.59.0 diff --git a/gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector.rb b/gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector.rb index 56bb7ffcc4c..a9b4e26dd25 100644 --- a/gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector.rb +++ b/gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector.rb @@ -52,6 +52,6 @@ # @!group service module Aws::FraudDetector - GEM_VERSION = '1.58.0' + GEM_VERSION = '1.59.0' end diff --git a/gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/client.rb b/gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/client.rb index 99ee4fe1942..b97ff767125 100644 --- a/gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/client.rb +++ b/gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -3993,7 +3999,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-frauddetector' - context[:gem_version] = '1.58.0' + context[:gem_version] = '1.59.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-freetier/CHANGELOG.md b/gems/aws-sdk-freetier/CHANGELOG.md index fe75d4a3171..dccaeabb230 100644 --- a/gems/aws-sdk-freetier/CHANGELOG.md +++ b/gems/aws-sdk-freetier/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.10.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.9.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-freetier/VERSION b/gems/aws-sdk-freetier/VERSION index f8e233b2733..81c871de46b 100644 --- a/gems/aws-sdk-freetier/VERSION +++ b/gems/aws-sdk-freetier/VERSION @@ -1 +1 @@ -1.9.0 +1.10.0 diff --git a/gems/aws-sdk-freetier/lib/aws-sdk-freetier.rb b/gems/aws-sdk-freetier/lib/aws-sdk-freetier.rb index aa152d7f37d..6b1f87b6688 100644 --- a/gems/aws-sdk-freetier/lib/aws-sdk-freetier.rb +++ b/gems/aws-sdk-freetier/lib/aws-sdk-freetier.rb @@ -52,6 +52,6 @@ # @!group service module Aws::FreeTier - GEM_VERSION = '1.9.0' + GEM_VERSION = '1.10.0' end diff --git a/gems/aws-sdk-freetier/lib/aws-sdk-freetier/client.rb b/gems/aws-sdk-freetier/lib/aws-sdk-freetier/client.rb index 459aa3daaa6..652be47ac6c 100644 --- a/gems/aws-sdk-freetier/lib/aws-sdk-freetier/client.rb +++ b/gems/aws-sdk-freetier/lib/aws-sdk-freetier/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -535,7 +541,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-freetier' - context[:gem_version] = '1.9.0' + context[:gem_version] = '1.10.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-fsx/CHANGELOG.md b/gems/aws-sdk-fsx/CHANGELOG.md index b796cc489f4..d7820d07ceb 100644 --- a/gems/aws-sdk-fsx/CHANGELOG.md +++ b/gems/aws-sdk-fsx/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.96.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.95.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-fsx/VERSION b/gems/aws-sdk-fsx/VERSION index 55f6ae93382..9141007a558 100644 --- a/gems/aws-sdk-fsx/VERSION +++ b/gems/aws-sdk-fsx/VERSION @@ -1 +1 @@ -1.95.0 +1.96.0 diff --git a/gems/aws-sdk-fsx/lib/aws-sdk-fsx.rb b/gems/aws-sdk-fsx/lib/aws-sdk-fsx.rb index 8fdeaa597ba..8e430a3d3e2 100644 --- a/gems/aws-sdk-fsx/lib/aws-sdk-fsx.rb +++ b/gems/aws-sdk-fsx/lib/aws-sdk-fsx.rb @@ -52,6 +52,6 @@ # @!group service module Aws::FSx - GEM_VERSION = '1.95.0' + GEM_VERSION = '1.96.0' end diff --git a/gems/aws-sdk-fsx/lib/aws-sdk-fsx/client.rb b/gems/aws-sdk-fsx/lib/aws-sdk-fsx/client.rb index c53bf91643d..ed90851a0db 100644 --- a/gems/aws-sdk-fsx/lib/aws-sdk-fsx/client.rb +++ b/gems/aws-sdk-fsx/lib/aws-sdk-fsx/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -9320,7 +9326,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-fsx' - context[:gem_version] = '1.95.0' + context[:gem_version] = '1.96.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-gamelift/CHANGELOG.md b/gems/aws-sdk-gamelift/CHANGELOG.md index 78cf659eafd..00f9a33c270 100644 --- a/gems/aws-sdk-gamelift/CHANGELOG.md +++ b/gems/aws-sdk-gamelift/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.88.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.87.0 (2024-09-05) ------------------ diff --git a/gems/aws-sdk-gamelift/VERSION b/gems/aws-sdk-gamelift/VERSION index f6342716723..59be592144c 100644 --- a/gems/aws-sdk-gamelift/VERSION +++ b/gems/aws-sdk-gamelift/VERSION @@ -1 +1 @@ -1.87.0 +1.88.0 diff --git a/gems/aws-sdk-gamelift/lib/aws-sdk-gamelift.rb b/gems/aws-sdk-gamelift/lib/aws-sdk-gamelift.rb index 66064f05039..d5d80dc7329 100644 --- a/gems/aws-sdk-gamelift/lib/aws-sdk-gamelift.rb +++ b/gems/aws-sdk-gamelift/lib/aws-sdk-gamelift.rb @@ -52,6 +52,6 @@ # @!group service module Aws::GameLift - GEM_VERSION = '1.87.0' + GEM_VERSION = '1.88.0' end diff --git a/gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/client.rb b/gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/client.rb index 4e236fb4e6a..94a93e77fee 100644 --- a/gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/client.rb +++ b/gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -10286,7 +10292,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-gamelift' - context[:gem_version] = '1.87.0' + context[:gem_version] = '1.88.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-glacier/CHANGELOG.md b/gems/aws-sdk-glacier/CHANGELOG.md index 8925dbededd..b2e37ea476a 100644 --- a/gems/aws-sdk-glacier/CHANGELOG.md +++ b/gems/aws-sdk-glacier/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.68.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.67.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-glacier/VERSION b/gems/aws-sdk-glacier/VERSION index 65ee0959841..ee2f4ca9130 100644 --- a/gems/aws-sdk-glacier/VERSION +++ b/gems/aws-sdk-glacier/VERSION @@ -1 +1 @@ -1.67.0 +1.68.0 diff --git a/gems/aws-sdk-glacier/lib/aws-sdk-glacier.rb b/gems/aws-sdk-glacier/lib/aws-sdk-glacier.rb index 194ddcedcb7..99d27e5b04f 100644 --- a/gems/aws-sdk-glacier/lib/aws-sdk-glacier.rb +++ b/gems/aws-sdk-glacier/lib/aws-sdk-glacier.rb @@ -59,6 +59,6 @@ # @!group service module Aws::Glacier - GEM_VERSION = '1.67.0' + GEM_VERSION = '1.68.0' end diff --git a/gems/aws-sdk-glacier/lib/aws-sdk-glacier/client.rb b/gems/aws-sdk-glacier/lib/aws-sdk-glacier/client.rb index 6543a3d4647..f4a1430e3ea 100644 --- a/gems/aws-sdk-glacier/lib/aws-sdk-glacier/client.rb +++ b/gems/aws-sdk-glacier/lib/aws-sdk-glacier/client.rb @@ -436,6 +436,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -3493,7 +3499,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-glacier' - context[:gem_version] = '1.67.0' + context[:gem_version] = '1.68.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-globalaccelerator/CHANGELOG.md b/gems/aws-sdk-globalaccelerator/CHANGELOG.md index cfac8af607e..08c0a8f3d13 100644 --- a/gems/aws-sdk-globalaccelerator/CHANGELOG.md +++ b/gems/aws-sdk-globalaccelerator/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.66.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.65.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-globalaccelerator/VERSION b/gems/aws-sdk-globalaccelerator/VERSION index 902c74186fb..b6148bc0a75 100644 --- a/gems/aws-sdk-globalaccelerator/VERSION +++ b/gems/aws-sdk-globalaccelerator/VERSION @@ -1 +1 @@ -1.65.0 +1.66.0 diff --git a/gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator.rb b/gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator.rb index 7011d86e282..c18c3e3258e 100644 --- a/gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator.rb +++ b/gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator.rb @@ -52,6 +52,6 @@ # @!group service module Aws::GlobalAccelerator - GEM_VERSION = '1.65.0' + GEM_VERSION = '1.66.0' end diff --git a/gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/client.rb b/gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/client.rb index 56022afe68c..fc76b235e0b 100644 --- a/gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/client.rb +++ b/gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -3638,7 +3644,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-globalaccelerator' - context[:gem_version] = '1.65.0' + context[:gem_version] = '1.66.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-glue/CHANGELOG.md b/gems/aws-sdk-glue/CHANGELOG.md index c1a8986bf17..d562019e4ad 100644 --- a/gems/aws-sdk-glue/CHANGELOG.md +++ b/gems/aws-sdk-glue/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.192.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.191.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-glue/VERSION b/gems/aws-sdk-glue/VERSION index 51b0c3b6d8e..628b3645cec 100644 --- a/gems/aws-sdk-glue/VERSION +++ b/gems/aws-sdk-glue/VERSION @@ -1 +1 @@ -1.191.0 +1.192.0 diff --git a/gems/aws-sdk-glue/lib/aws-sdk-glue.rb b/gems/aws-sdk-glue/lib/aws-sdk-glue.rb index 1c955c6313f..fd71ab4deed 100644 --- a/gems/aws-sdk-glue/lib/aws-sdk-glue.rb +++ b/gems/aws-sdk-glue/lib/aws-sdk-glue.rb @@ -52,6 +52,6 @@ # @!group service module Aws::Glue - GEM_VERSION = '1.191.0' + GEM_VERSION = '1.192.0' end diff --git a/gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb b/gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb index 6dae78b4e43..3f809e14923 100644 --- a/gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb +++ b/gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -18071,7 +18077,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-glue' - context[:gem_version] = '1.191.0' + context[:gem_version] = '1.192.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-gluedatabrew/CHANGELOG.md b/gems/aws-sdk-gluedatabrew/CHANGELOG.md index 265adf58239..e9522561a6d 100644 --- a/gems/aws-sdk-gluedatabrew/CHANGELOG.md +++ b/gems/aws-sdk-gluedatabrew/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.44.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.43.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-gluedatabrew/VERSION b/gems/aws-sdk-gluedatabrew/VERSION index b978278f05f..372cf402c73 100644 --- a/gems/aws-sdk-gluedatabrew/VERSION +++ b/gems/aws-sdk-gluedatabrew/VERSION @@ -1 +1 @@ -1.43.0 +1.44.0 diff --git a/gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew.rb b/gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew.rb index 1c27122a640..eab5e3a904e 100644 --- a/gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew.rb +++ b/gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew.rb @@ -52,6 +52,6 @@ # @!group service module Aws::GlueDataBrew - GEM_VERSION = '1.43.0' + GEM_VERSION = '1.44.0' end diff --git a/gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/client.rb b/gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/client.rb index 503842fa42a..ca03e5c6d0d 100644 --- a/gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/client.rb +++ b/gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -3408,7 +3414,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-gluedatabrew' - context[:gem_version] = '1.43.0' + context[:gem_version] = '1.44.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-greengrass/CHANGELOG.md b/gems/aws-sdk-greengrass/CHANGELOG.md index d9ec6a49e2c..00ef1ea4867 100644 --- a/gems/aws-sdk-greengrass/CHANGELOG.md +++ b/gems/aws-sdk-greengrass/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.71.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.70.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-greengrass/VERSION b/gems/aws-sdk-greengrass/VERSION index 832e9afb6c1..df484cbb1d9 100644 --- a/gems/aws-sdk-greengrass/VERSION +++ b/gems/aws-sdk-greengrass/VERSION @@ -1 +1 @@ -1.70.0 +1.71.0 diff --git a/gems/aws-sdk-greengrass/lib/aws-sdk-greengrass.rb b/gems/aws-sdk-greengrass/lib/aws-sdk-greengrass.rb index 588bb82400f..120c1f67b7b 100644 --- a/gems/aws-sdk-greengrass/lib/aws-sdk-greengrass.rb +++ b/gems/aws-sdk-greengrass/lib/aws-sdk-greengrass.rb @@ -52,6 +52,6 @@ # @!group service module Aws::Greengrass - GEM_VERSION = '1.70.0' + GEM_VERSION = '1.71.0' end diff --git a/gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/client.rb b/gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/client.rb index 84308b229bd..27a3eb69372 100644 --- a/gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/client.rb +++ b/gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -4212,7 +4218,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-greengrass' - context[:gem_version] = '1.70.0' + context[:gem_version] = '1.71.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-greengrassv2/CHANGELOG.md b/gems/aws-sdk-greengrassv2/CHANGELOG.md index a8c1a66c181..886c0ea36d9 100644 --- a/gems/aws-sdk-greengrassv2/CHANGELOG.md +++ b/gems/aws-sdk-greengrassv2/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.45.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.44.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-greengrassv2/VERSION b/gems/aws-sdk-greengrassv2/VERSION index 372cf402c73..50aceaa7b71 100644 --- a/gems/aws-sdk-greengrassv2/VERSION +++ b/gems/aws-sdk-greengrassv2/VERSION @@ -1 +1 @@ -1.44.0 +1.45.0 diff --git a/gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2.rb b/gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2.rb index b71773c3f98..5a19a15f4fb 100644 --- a/gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2.rb +++ b/gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2.rb @@ -52,6 +52,6 @@ # @!group service module Aws::GreengrassV2 - GEM_VERSION = '1.44.0' + GEM_VERSION = '1.45.0' end diff --git a/gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/client.rb b/gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/client.rb index 0667330c548..c0633ca413d 100644 --- a/gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/client.rb +++ b/gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -2167,7 +2173,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-greengrassv2' - context[:gem_version] = '1.44.0' + context[:gem_version] = '1.45.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-groundstation/CHANGELOG.md b/gems/aws-sdk-groundstation/CHANGELOG.md index 9f4ec9b9a13..f3ae38c4204 100644 --- a/gems/aws-sdk-groundstation/CHANGELOG.md +++ b/gems/aws-sdk-groundstation/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.55.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.54.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-groundstation/VERSION b/gems/aws-sdk-groundstation/VERSION index b7921ae87bc..094d6ad00ce 100644 --- a/gems/aws-sdk-groundstation/VERSION +++ b/gems/aws-sdk-groundstation/VERSION @@ -1 +1 @@ -1.54.0 +1.55.0 diff --git a/gems/aws-sdk-groundstation/lib/aws-sdk-groundstation.rb b/gems/aws-sdk-groundstation/lib/aws-sdk-groundstation.rb index eca093a5568..748e2e204a1 100644 --- a/gems/aws-sdk-groundstation/lib/aws-sdk-groundstation.rb +++ b/gems/aws-sdk-groundstation/lib/aws-sdk-groundstation.rb @@ -53,6 +53,6 @@ # @!group service module Aws::GroundStation - GEM_VERSION = '1.54.0' + GEM_VERSION = '1.55.0' end diff --git a/gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/client.rb b/gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/client.rb index 3b14b2ed57e..8ac9d98fff1 100644 --- a/gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/client.rb +++ b/gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -2295,7 +2301,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-groundstation' - context[:gem_version] = '1.54.0' + context[:gem_version] = '1.55.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-guardduty/CHANGELOG.md b/gems/aws-sdk-guardduty/CHANGELOG.md index 8bc4bcbff45..690f1d8a7a0 100644 --- a/gems/aws-sdk-guardduty/CHANGELOG.md +++ b/gems/aws-sdk-guardduty/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.98.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.97.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-guardduty/VERSION b/gems/aws-sdk-guardduty/VERSION index acbb747ac54..783fda86436 100644 --- a/gems/aws-sdk-guardduty/VERSION +++ b/gems/aws-sdk-guardduty/VERSION @@ -1 +1 @@ -1.97.0 +1.98.0 diff --git a/gems/aws-sdk-guardduty/lib/aws-sdk-guardduty.rb b/gems/aws-sdk-guardduty/lib/aws-sdk-guardduty.rb index 86612a93737..8c1eeff56ac 100644 --- a/gems/aws-sdk-guardduty/lib/aws-sdk-guardduty.rb +++ b/gems/aws-sdk-guardduty/lib/aws-sdk-guardduty.rb @@ -52,6 +52,6 @@ # @!group service module Aws::GuardDuty - GEM_VERSION = '1.97.0' + GEM_VERSION = '1.98.0' end diff --git a/gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/client.rb b/gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/client.rb index b3be2c60b20..c3bbfea4b08 100644 --- a/gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/client.rb +++ b/gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -5000,7 +5006,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-guardduty' - context[:gem_version] = '1.97.0' + context[:gem_version] = '1.98.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-health/CHANGELOG.md b/gems/aws-sdk-health/CHANGELOG.md index 24c454001c3..a7f40c8772b 100644 --- a/gems/aws-sdk-health/CHANGELOG.md +++ b/gems/aws-sdk-health/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.69.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.68.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-health/VERSION b/gems/aws-sdk-health/VERSION index ee2f4ca9130..49349856550 100644 --- a/gems/aws-sdk-health/VERSION +++ b/gems/aws-sdk-health/VERSION @@ -1 +1 @@ -1.68.0 +1.69.0 diff --git a/gems/aws-sdk-health/lib/aws-sdk-health.rb b/gems/aws-sdk-health/lib/aws-sdk-health.rb index f62ae720c60..52ddc2b5d99 100644 --- a/gems/aws-sdk-health/lib/aws-sdk-health.rb +++ b/gems/aws-sdk-health/lib/aws-sdk-health.rb @@ -52,6 +52,6 @@ # @!group service module Aws::Health - GEM_VERSION = '1.68.0' + GEM_VERSION = '1.69.0' end diff --git a/gems/aws-sdk-health/lib/aws-sdk-health/client.rb b/gems/aws-sdk-health/lib/aws-sdk-health/client.rb index a30243cf3c1..80a08f3c223 100644 --- a/gems/aws-sdk-health/lib/aws-sdk-health/client.rb +++ b/gems/aws-sdk-health/lib/aws-sdk-health/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -1509,7 +1515,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-health' - context[:gem_version] = '1.68.0' + context[:gem_version] = '1.69.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-healthlake/CHANGELOG.md b/gems/aws-sdk-healthlake/CHANGELOG.md index 1f3f9f3047d..91ec28278d6 100644 --- a/gems/aws-sdk-healthlake/CHANGELOG.md +++ b/gems/aws-sdk-healthlake/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.35.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.34.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-healthlake/VERSION b/gems/aws-sdk-healthlake/VERSION index 2b17ffd5042..2aeaa11ee27 100644 --- a/gems/aws-sdk-healthlake/VERSION +++ b/gems/aws-sdk-healthlake/VERSION @@ -1 +1 @@ -1.34.0 +1.35.0 diff --git a/gems/aws-sdk-healthlake/lib/aws-sdk-healthlake.rb b/gems/aws-sdk-healthlake/lib/aws-sdk-healthlake.rb index 3e8c4a91001..8c6ef05512c 100644 --- a/gems/aws-sdk-healthlake/lib/aws-sdk-healthlake.rb +++ b/gems/aws-sdk-healthlake/lib/aws-sdk-healthlake.rb @@ -52,6 +52,6 @@ # @!group service module Aws::HealthLake - GEM_VERSION = '1.34.0' + GEM_VERSION = '1.35.0' end diff --git a/gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/client.rb b/gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/client.rb index b92c8c80e12..b67d9201d63 100644 --- a/gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/client.rb +++ b/gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -1152,7 +1158,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-healthlake' - context[:gem_version] = '1.34.0' + context[:gem_version] = '1.35.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-iam/CHANGELOG.md b/gems/aws-sdk-iam/CHANGELOG.md index b112774f572..3751c824545 100644 --- a/gems/aws-sdk-iam/CHANGELOG.md +++ b/gems/aws-sdk-iam/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.107.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.106.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-iam/VERSION b/gems/aws-sdk-iam/VERSION index 475dce1f4d1..585f0182df4 100644 --- a/gems/aws-sdk-iam/VERSION +++ b/gems/aws-sdk-iam/VERSION @@ -1 +1 @@ -1.106.0 +1.107.0 diff --git a/gems/aws-sdk-iam/lib/aws-sdk-iam.rb b/gems/aws-sdk-iam/lib/aws-sdk-iam.rb index da13a21f745..2593957bd11 100644 --- a/gems/aws-sdk-iam/lib/aws-sdk-iam.rb +++ b/gems/aws-sdk-iam/lib/aws-sdk-iam.rb @@ -74,6 +74,6 @@ # @!group service module Aws::IAM - GEM_VERSION = '1.106.0' + GEM_VERSION = '1.107.0' end diff --git a/gems/aws-sdk-iam/lib/aws-sdk-iam/client.rb b/gems/aws-sdk-iam/lib/aws-sdk-iam/client.rb index 8ed9fe74b43..e4947c07870 100644 --- a/gems/aws-sdk-iam/lib/aws-sdk-iam/client.rb +++ b/gems/aws-sdk-iam/lib/aws-sdk-iam/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -13527,7 +13533,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-iam' - context[:gem_version] = '1.106.0' + context[:gem_version] = '1.107.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-identitystore/CHANGELOG.md b/gems/aws-sdk-identitystore/CHANGELOG.md index 63d65b30c99..606f72696c7 100644 --- a/gems/aws-sdk-identitystore/CHANGELOG.md +++ b/gems/aws-sdk-identitystore/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.42.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.41.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-identitystore/VERSION b/gems/aws-sdk-identitystore/VERSION index 7d47e599800..a50908ca3da 100644 --- a/gems/aws-sdk-identitystore/VERSION +++ b/gems/aws-sdk-identitystore/VERSION @@ -1 +1 @@ -1.41.0 +1.42.0 diff --git a/gems/aws-sdk-identitystore/lib/aws-sdk-identitystore.rb b/gems/aws-sdk-identitystore/lib/aws-sdk-identitystore.rb index e1523f553db..f539b8551d5 100644 --- a/gems/aws-sdk-identitystore/lib/aws-sdk-identitystore.rb +++ b/gems/aws-sdk-identitystore/lib/aws-sdk-identitystore.rb @@ -52,6 +52,6 @@ # @!group service module Aws::IdentityStore - GEM_VERSION = '1.41.0' + GEM_VERSION = '1.42.0' end diff --git a/gems/aws-sdk-identitystore/lib/aws-sdk-identitystore/client.rb b/gems/aws-sdk-identitystore/lib/aws-sdk-identitystore/client.rb index 3490f42b1f3..1455dd43cf4 100644 --- a/gems/aws-sdk-identitystore/lib/aws-sdk-identitystore/client.rb +++ b/gems/aws-sdk-identitystore/lib/aws-sdk-identitystore/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -1575,7 +1581,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-identitystore' - context[:gem_version] = '1.41.0' + context[:gem_version] = '1.42.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-imagebuilder/CHANGELOG.md b/gems/aws-sdk-imagebuilder/CHANGELOG.md index 2a616bc9aed..19cc58c5132 100644 --- a/gems/aws-sdk-imagebuilder/CHANGELOG.md +++ b/gems/aws-sdk-imagebuilder/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.67.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.66.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-imagebuilder/VERSION b/gems/aws-sdk-imagebuilder/VERSION index b6148bc0a75..65ee0959841 100644 --- a/gems/aws-sdk-imagebuilder/VERSION +++ b/gems/aws-sdk-imagebuilder/VERSION @@ -1 +1 @@ -1.66.0 +1.67.0 diff --git a/gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder.rb b/gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder.rb index aba676c9336..a1b7de307f1 100644 --- a/gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder.rb +++ b/gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder.rb @@ -52,6 +52,6 @@ # @!group service module Aws::Imagebuilder - GEM_VERSION = '1.66.0' + GEM_VERSION = '1.67.0' end diff --git a/gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/client.rb b/gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/client.rb index f07abb74593..29f4bd48895 100644 --- a/gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/client.rb +++ b/gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -5593,7 +5599,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-imagebuilder' - context[:gem_version] = '1.66.0' + context[:gem_version] = '1.67.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-importexport/CHANGELOG.md b/gems/aws-sdk-importexport/CHANGELOG.md index 30951009b48..8d07917d6a9 100644 --- a/gems/aws-sdk-importexport/CHANGELOG.md +++ b/gems/aws-sdk-importexport/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.51.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.50.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-importexport/VERSION b/gems/aws-sdk-importexport/VERSION index 5a5c7211dc6..ba0a719118c 100644 --- a/gems/aws-sdk-importexport/VERSION +++ b/gems/aws-sdk-importexport/VERSION @@ -1 +1 @@ -1.50.0 +1.51.0 diff --git a/gems/aws-sdk-importexport/lib/aws-sdk-importexport.rb b/gems/aws-sdk-importexport/lib/aws-sdk-importexport.rb index a3bcebcf95b..fad9a1c8715 100644 --- a/gems/aws-sdk-importexport/lib/aws-sdk-importexport.rb +++ b/gems/aws-sdk-importexport/lib/aws-sdk-importexport.rb @@ -48,6 +48,6 @@ # @!group service module Aws::ImportExport - GEM_VERSION = '1.50.0' + GEM_VERSION = '1.51.0' end diff --git a/gems/aws-sdk-importexport/lib/aws-sdk-importexport/client.rb b/gems/aws-sdk-importexport/lib/aws-sdk-importexport/client.rb index daf3169e03e..8dbe91ddc12 100644 --- a/gems/aws-sdk-importexport/lib/aws-sdk-importexport/client.rb +++ b/gems/aws-sdk-importexport/lib/aws-sdk-importexport/client.rb @@ -421,6 +421,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -789,7 +795,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-importexport' - context[:gem_version] = '1.50.0' + context[:gem_version] = '1.51.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-inspector/CHANGELOG.md b/gems/aws-sdk-inspector/CHANGELOG.md index f25a03b37e6..98ed77aa49c 100644 --- a/gems/aws-sdk-inspector/CHANGELOG.md +++ b/gems/aws-sdk-inspector/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.64.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.63.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-inspector/VERSION b/gems/aws-sdk-inspector/VERSION index af92bdd9f58..9405730420f 100644 --- a/gems/aws-sdk-inspector/VERSION +++ b/gems/aws-sdk-inspector/VERSION @@ -1 +1 @@ -1.63.0 +1.64.0 diff --git a/gems/aws-sdk-inspector/lib/aws-sdk-inspector.rb b/gems/aws-sdk-inspector/lib/aws-sdk-inspector.rb index 3a72b73c3e5..8129d276760 100644 --- a/gems/aws-sdk-inspector/lib/aws-sdk-inspector.rb +++ b/gems/aws-sdk-inspector/lib/aws-sdk-inspector.rb @@ -52,6 +52,6 @@ # @!group service module Aws::Inspector - GEM_VERSION = '1.63.0' + GEM_VERSION = '1.64.0' end diff --git a/gems/aws-sdk-inspector/lib/aws-sdk-inspector/client.rb b/gems/aws-sdk-inspector/lib/aws-sdk-inspector/client.rb index 1827e663bea..e8d86e3bb8f 100644 --- a/gems/aws-sdk-inspector/lib/aws-sdk-inspector/client.rb +++ b/gems/aws-sdk-inspector/lib/aws-sdk-inspector/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -3109,7 +3115,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-inspector' - context[:gem_version] = '1.63.0' + context[:gem_version] = '1.64.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-inspector2/CHANGELOG.md b/gems/aws-sdk-inspector2/CHANGELOG.md index 52a9b0e3238..b61b3490725 100644 --- a/gems/aws-sdk-inspector2/CHANGELOG.md +++ b/gems/aws-sdk-inspector2/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.38.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.37.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-inspector2/VERSION b/gems/aws-sdk-inspector2/VERSION index bf50e910e62..ebeef2f2d61 100644 --- a/gems/aws-sdk-inspector2/VERSION +++ b/gems/aws-sdk-inspector2/VERSION @@ -1 +1 @@ -1.37.0 +1.38.0 diff --git a/gems/aws-sdk-inspector2/lib/aws-sdk-inspector2.rb b/gems/aws-sdk-inspector2/lib/aws-sdk-inspector2.rb index 9933c39a8d0..7a1f0cb2f12 100644 --- a/gems/aws-sdk-inspector2/lib/aws-sdk-inspector2.rb +++ b/gems/aws-sdk-inspector2/lib/aws-sdk-inspector2.rb @@ -52,6 +52,6 @@ # @!group service module Aws::Inspector2 - GEM_VERSION = '1.37.0' + GEM_VERSION = '1.38.0' end diff --git a/gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/client.rb b/gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/client.rb index bc11b92668d..4bac7785e2b 100644 --- a/gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/client.rb +++ b/gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -5341,7 +5347,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-inspector2' - context[:gem_version] = '1.37.0' + context[:gem_version] = '1.38.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-inspectorscan/CHANGELOG.md b/gems/aws-sdk-inspectorscan/CHANGELOG.md index a5171c87406..2e3dd860d1a 100644 --- a/gems/aws-sdk-inspectorscan/CHANGELOG.md +++ b/gems/aws-sdk-inspectorscan/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.11.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.10.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-inspectorscan/VERSION b/gems/aws-sdk-inspectorscan/VERSION index 81c871de46b..1cac385c6cb 100644 --- a/gems/aws-sdk-inspectorscan/VERSION +++ b/gems/aws-sdk-inspectorscan/VERSION @@ -1 +1 @@ -1.10.0 +1.11.0 diff --git a/gems/aws-sdk-inspectorscan/lib/aws-sdk-inspectorscan.rb b/gems/aws-sdk-inspectorscan/lib/aws-sdk-inspectorscan.rb index bd1d4316659..ec04a743960 100644 --- a/gems/aws-sdk-inspectorscan/lib/aws-sdk-inspectorscan.rb +++ b/gems/aws-sdk-inspectorscan/lib/aws-sdk-inspectorscan.rb @@ -52,6 +52,6 @@ # @!group service module Aws::InspectorScan - GEM_VERSION = '1.10.0' + GEM_VERSION = '1.11.0' end diff --git a/gems/aws-sdk-inspectorscan/lib/aws-sdk-inspectorscan/client.rb b/gems/aws-sdk-inspectorscan/lib/aws-sdk-inspectorscan/client.rb index 7ff35800f18..33d4306380e 100644 --- a/gems/aws-sdk-inspectorscan/lib/aws-sdk-inspectorscan/client.rb +++ b/gems/aws-sdk-inspectorscan/lib/aws-sdk-inspectorscan/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -496,7 +502,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-inspectorscan' - context[:gem_version] = '1.10.0' + context[:gem_version] = '1.11.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-internetmonitor/CHANGELOG.md b/gems/aws-sdk-internetmonitor/CHANGELOG.md index ad224e45554..1cdf3dbb731 100644 --- a/gems/aws-sdk-internetmonitor/CHANGELOG.md +++ b/gems/aws-sdk-internetmonitor/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.26.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.25.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-internetmonitor/VERSION b/gems/aws-sdk-internetmonitor/VERSION index ad2191947f7..5ff8c4f5d2a 100644 --- a/gems/aws-sdk-internetmonitor/VERSION +++ b/gems/aws-sdk-internetmonitor/VERSION @@ -1 +1 @@ -1.25.0 +1.26.0 diff --git a/gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor.rb b/gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor.rb index 8cc5dc58de3..dc4391f6a9e 100644 --- a/gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor.rb +++ b/gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor.rb @@ -53,6 +53,6 @@ # @!group service module Aws::InternetMonitor - GEM_VERSION = '1.25.0' + GEM_VERSION = '1.26.0' end diff --git a/gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/client.rb b/gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/client.rb index 2b338e3f6ea..9bbc6922471 100644 --- a/gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/client.rb +++ b/gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -1628,7 +1634,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-internetmonitor' - context[:gem_version] = '1.25.0' + context[:gem_version] = '1.26.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-iot/CHANGELOG.md b/gems/aws-sdk-iot/CHANGELOG.md index c7c6480a668..80e4ea28291 100644 --- a/gems/aws-sdk-iot/CHANGELOG.md +++ b/gems/aws-sdk-iot/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.130.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.129.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-iot/VERSION b/gems/aws-sdk-iot/VERSION index 365ef018e15..e4861cbfb71 100644 --- a/gems/aws-sdk-iot/VERSION +++ b/gems/aws-sdk-iot/VERSION @@ -1 +1 @@ -1.129.0 +1.130.0 diff --git a/gems/aws-sdk-iot/lib/aws-sdk-iot.rb b/gems/aws-sdk-iot/lib/aws-sdk-iot.rb index bd76b400e6b..80a8ee61472 100644 --- a/gems/aws-sdk-iot/lib/aws-sdk-iot.rb +++ b/gems/aws-sdk-iot/lib/aws-sdk-iot.rb @@ -52,6 +52,6 @@ # @!group service module Aws::IoT - GEM_VERSION = '1.129.0' + GEM_VERSION = '1.130.0' end diff --git a/gems/aws-sdk-iot/lib/aws-sdk-iot/client.rb b/gems/aws-sdk-iot/lib/aws-sdk-iot/client.rb index a3820097783..8535f167a8d 100644 --- a/gems/aws-sdk-iot/lib/aws-sdk-iot/client.rb +++ b/gems/aws-sdk-iot/lib/aws-sdk-iot/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -15201,7 +15207,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-iot' - context[:gem_version] = '1.129.0' + context[:gem_version] = '1.130.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-iot1clickdevicesservice/CHANGELOG.md b/gems/aws-sdk-iot1clickdevicesservice/CHANGELOG.md index dac0829c809..eb55640c0b6 100644 --- a/gems/aws-sdk-iot1clickdevicesservice/CHANGELOG.md +++ b/gems/aws-sdk-iot1clickdevicesservice/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.57.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.56.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-iot1clickdevicesservice/VERSION b/gems/aws-sdk-iot1clickdevicesservice/VERSION index 3ebf789f5a8..373aea97570 100644 --- a/gems/aws-sdk-iot1clickdevicesservice/VERSION +++ b/gems/aws-sdk-iot1clickdevicesservice/VERSION @@ -1 +1 @@ -1.56.0 +1.57.0 diff --git a/gems/aws-sdk-iot1clickdevicesservice/lib/aws-sdk-iot1clickdevicesservice.rb b/gems/aws-sdk-iot1clickdevicesservice/lib/aws-sdk-iot1clickdevicesservice.rb index 0e8ab6340cc..be5b5d415b1 100644 --- a/gems/aws-sdk-iot1clickdevicesservice/lib/aws-sdk-iot1clickdevicesservice.rb +++ b/gems/aws-sdk-iot1clickdevicesservice/lib/aws-sdk-iot1clickdevicesservice.rb @@ -52,6 +52,6 @@ # @!group service module Aws::IoT1ClickDevicesService - GEM_VERSION = '1.56.0' + GEM_VERSION = '1.57.0' end diff --git a/gems/aws-sdk-iot1clickdevicesservice/lib/aws-sdk-iot1clickdevicesservice/client.rb b/gems/aws-sdk-iot1clickdevicesservice/lib/aws-sdk-iot1clickdevicesservice/client.rb index 2a22489dbd2..a38d31573c5 100644 --- a/gems/aws-sdk-iot1clickdevicesservice/lib/aws-sdk-iot1clickdevicesservice/client.rb +++ b/gems/aws-sdk-iot1clickdevicesservice/lib/aws-sdk-iot1clickdevicesservice/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -891,7 +897,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-iot1clickdevicesservice' - context[:gem_version] = '1.56.0' + context[:gem_version] = '1.57.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-iot1clickprojects/CHANGELOG.md b/gems/aws-sdk-iot1clickprojects/CHANGELOG.md index e0f295d6ef2..e941fd0fe07 100644 --- a/gems/aws-sdk-iot1clickprojects/CHANGELOG.md +++ b/gems/aws-sdk-iot1clickprojects/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.58.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.57.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-iot1clickprojects/VERSION b/gems/aws-sdk-iot1clickprojects/VERSION index 373aea97570..79f82f6b8e0 100644 --- a/gems/aws-sdk-iot1clickprojects/VERSION +++ b/gems/aws-sdk-iot1clickprojects/VERSION @@ -1 +1 @@ -1.57.0 +1.58.0 diff --git a/gems/aws-sdk-iot1clickprojects/lib/aws-sdk-iot1clickprojects.rb b/gems/aws-sdk-iot1clickprojects/lib/aws-sdk-iot1clickprojects.rb index d488a17ca0d..bcd7d24ad95 100644 --- a/gems/aws-sdk-iot1clickprojects/lib/aws-sdk-iot1clickprojects.rb +++ b/gems/aws-sdk-iot1clickprojects/lib/aws-sdk-iot1clickprojects.rb @@ -52,6 +52,6 @@ # @!group service module Aws::IoT1ClickProjects - GEM_VERSION = '1.57.0' + GEM_VERSION = '1.58.0' end diff --git a/gems/aws-sdk-iot1clickprojects/lib/aws-sdk-iot1clickprojects/client.rb b/gems/aws-sdk-iot1clickprojects/lib/aws-sdk-iot1clickprojects/client.rb index 2aab8e51428..26a39262fa1 100644 --- a/gems/aws-sdk-iot1clickprojects/lib/aws-sdk-iot1clickprojects/client.rb +++ b/gems/aws-sdk-iot1clickprojects/lib/aws-sdk-iot1clickprojects/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -1020,7 +1026,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-iot1clickprojects' - context[:gem_version] = '1.57.0' + context[:gem_version] = '1.58.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-iotanalytics/CHANGELOG.md b/gems/aws-sdk-iotanalytics/CHANGELOG.md index 3480f56f673..bc17c92f666 100644 --- a/gems/aws-sdk-iotanalytics/CHANGELOG.md +++ b/gems/aws-sdk-iotanalytics/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.70.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.69.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-iotanalytics/VERSION b/gems/aws-sdk-iotanalytics/VERSION index 49349856550..832e9afb6c1 100644 --- a/gems/aws-sdk-iotanalytics/VERSION +++ b/gems/aws-sdk-iotanalytics/VERSION @@ -1 +1 @@ -1.69.0 +1.70.0 diff --git a/gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics.rb b/gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics.rb index 14278f2b8b8..79462c922f0 100644 --- a/gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics.rb +++ b/gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics.rb @@ -52,6 +52,6 @@ # @!group service module Aws::IoTAnalytics - GEM_VERSION = '1.69.0' + GEM_VERSION = '1.70.0' end diff --git a/gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/client.rb b/gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/client.rb index 038f9976660..6c5adf7399a 100644 --- a/gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/client.rb +++ b/gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -2350,7 +2356,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-iotanalytics' - context[:gem_version] = '1.69.0' + context[:gem_version] = '1.70.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-iotdataplane/CHANGELOG.md b/gems/aws-sdk-iotdataplane/CHANGELOG.md index 187c9ae7ebe..bf665f30b63 100644 --- a/gems/aws-sdk-iotdataplane/CHANGELOG.md +++ b/gems/aws-sdk-iotdataplane/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.63.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.62.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-iotdataplane/VERSION b/gems/aws-sdk-iotdataplane/VERSION index 76d05362056..af92bdd9f58 100644 --- a/gems/aws-sdk-iotdataplane/VERSION +++ b/gems/aws-sdk-iotdataplane/VERSION @@ -1 +1 @@ -1.62.0 +1.63.0 diff --git a/gems/aws-sdk-iotdataplane/lib/aws-sdk-iotdataplane.rb b/gems/aws-sdk-iotdataplane/lib/aws-sdk-iotdataplane.rb index 085eda993d2..c4ebd6098b9 100644 --- a/gems/aws-sdk-iotdataplane/lib/aws-sdk-iotdataplane.rb +++ b/gems/aws-sdk-iotdataplane/lib/aws-sdk-iotdataplane.rb @@ -52,6 +52,6 @@ # @!group service module Aws::IoTDataPlane - GEM_VERSION = '1.62.0' + GEM_VERSION = '1.63.0' end diff --git a/gems/aws-sdk-iotdataplane/lib/aws-sdk-iotdataplane/client.rb b/gems/aws-sdk-iotdataplane/lib/aws-sdk-iotdataplane/client.rb index 38eb8f56242..bac5f0b3ca5 100644 --- a/gems/aws-sdk-iotdataplane/lib/aws-sdk-iotdataplane/client.rb +++ b/gems/aws-sdk-iotdataplane/lib/aws-sdk-iotdataplane/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -844,7 +850,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-iotdataplane' - context[:gem_version] = '1.62.0' + context[:gem_version] = '1.63.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-iotdeviceadvisor/CHANGELOG.md b/gems/aws-sdk-iotdeviceadvisor/CHANGELOG.md index 545152658d3..660c7471fef 100644 --- a/gems/aws-sdk-iotdeviceadvisor/CHANGELOG.md +++ b/gems/aws-sdk-iotdeviceadvisor/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.38.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.37.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-iotdeviceadvisor/VERSION b/gems/aws-sdk-iotdeviceadvisor/VERSION index bf50e910e62..ebeef2f2d61 100644 --- a/gems/aws-sdk-iotdeviceadvisor/VERSION +++ b/gems/aws-sdk-iotdeviceadvisor/VERSION @@ -1 +1 @@ -1.37.0 +1.38.0 diff --git a/gems/aws-sdk-iotdeviceadvisor/lib/aws-sdk-iotdeviceadvisor.rb b/gems/aws-sdk-iotdeviceadvisor/lib/aws-sdk-iotdeviceadvisor.rb index ba73d6ac75c..04711c8ee37 100644 --- a/gems/aws-sdk-iotdeviceadvisor/lib/aws-sdk-iotdeviceadvisor.rb +++ b/gems/aws-sdk-iotdeviceadvisor/lib/aws-sdk-iotdeviceadvisor.rb @@ -52,6 +52,6 @@ # @!group service module Aws::IoTDeviceAdvisor - GEM_VERSION = '1.37.0' + GEM_VERSION = '1.38.0' end diff --git a/gems/aws-sdk-iotdeviceadvisor/lib/aws-sdk-iotdeviceadvisor/client.rb b/gems/aws-sdk-iotdeviceadvisor/lib/aws-sdk-iotdeviceadvisor/client.rb index 272de87bdce..d1c04bb2c5c 100644 --- a/gems/aws-sdk-iotdeviceadvisor/lib/aws-sdk-iotdeviceadvisor/client.rb +++ b/gems/aws-sdk-iotdeviceadvisor/lib/aws-sdk-iotdeviceadvisor/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -1116,7 +1122,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-iotdeviceadvisor' - context[:gem_version] = '1.37.0' + context[:gem_version] = '1.38.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-iotevents/CHANGELOG.md b/gems/aws-sdk-iotevents/CHANGELOG.md index fb91201f10c..7c4ebdaf2b4 100644 --- a/gems/aws-sdk-iotevents/CHANGELOG.md +++ b/gems/aws-sdk-iotevents/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.55.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.54.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-iotevents/VERSION b/gems/aws-sdk-iotevents/VERSION index b7921ae87bc..094d6ad00ce 100644 --- a/gems/aws-sdk-iotevents/VERSION +++ b/gems/aws-sdk-iotevents/VERSION @@ -1 +1 @@ -1.54.0 +1.55.0 diff --git a/gems/aws-sdk-iotevents/lib/aws-sdk-iotevents.rb b/gems/aws-sdk-iotevents/lib/aws-sdk-iotevents.rb index 0825ce77137..a3f5c6064a2 100644 --- a/gems/aws-sdk-iotevents/lib/aws-sdk-iotevents.rb +++ b/gems/aws-sdk-iotevents/lib/aws-sdk-iotevents.rb @@ -52,6 +52,6 @@ # @!group service module Aws::IoTEvents - GEM_VERSION = '1.54.0' + GEM_VERSION = '1.55.0' end diff --git a/gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/client.rb b/gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/client.rb index bb9bf971774..c3bd213170e 100644 --- a/gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/client.rb +++ b/gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -3498,7 +3504,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-iotevents' - context[:gem_version] = '1.54.0' + context[:gem_version] = '1.55.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-ioteventsdata/CHANGELOG.md b/gems/aws-sdk-ioteventsdata/CHANGELOG.md index a9c22d06c5e..fb87a04c1a4 100644 --- a/gems/aws-sdk-ioteventsdata/CHANGELOG.md +++ b/gems/aws-sdk-ioteventsdata/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.48.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.47.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-ioteventsdata/VERSION b/gems/aws-sdk-ioteventsdata/VERSION index 21998d3c2d9..9db5ea12f52 100644 --- a/gems/aws-sdk-ioteventsdata/VERSION +++ b/gems/aws-sdk-ioteventsdata/VERSION @@ -1 +1 @@ -1.47.0 +1.48.0 diff --git a/gems/aws-sdk-ioteventsdata/lib/aws-sdk-ioteventsdata.rb b/gems/aws-sdk-ioteventsdata/lib/aws-sdk-ioteventsdata.rb index 13e4dbfc9ac..95081ecf559 100644 --- a/gems/aws-sdk-ioteventsdata/lib/aws-sdk-ioteventsdata.rb +++ b/gems/aws-sdk-ioteventsdata/lib/aws-sdk-ioteventsdata.rb @@ -52,6 +52,6 @@ # @!group service module Aws::IoTEventsData - GEM_VERSION = '1.47.0' + GEM_VERSION = '1.48.0' end diff --git a/gems/aws-sdk-ioteventsdata/lib/aws-sdk-ioteventsdata/client.rb b/gems/aws-sdk-ioteventsdata/lib/aws-sdk-ioteventsdata/client.rb index fe884555af7..55b579e9541 100644 --- a/gems/aws-sdk-ioteventsdata/lib/aws-sdk-ioteventsdata/client.rb +++ b/gems/aws-sdk-ioteventsdata/lib/aws-sdk-ioteventsdata/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -971,7 +977,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-ioteventsdata' - context[:gem_version] = '1.47.0' + context[:gem_version] = '1.48.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-iotfleethub/CHANGELOG.md b/gems/aws-sdk-iotfleethub/CHANGELOG.md index 85d72939787..a7e1585878b 100644 --- a/gems/aws-sdk-iotfleethub/CHANGELOG.md +++ b/gems/aws-sdk-iotfleethub/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.33.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.32.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-iotfleethub/VERSION b/gems/aws-sdk-iotfleethub/VERSION index 359c41089a4..7aa332e4163 100644 --- a/gems/aws-sdk-iotfleethub/VERSION +++ b/gems/aws-sdk-iotfleethub/VERSION @@ -1 +1 @@ -1.32.0 +1.33.0 diff --git a/gems/aws-sdk-iotfleethub/lib/aws-sdk-iotfleethub.rb b/gems/aws-sdk-iotfleethub/lib/aws-sdk-iotfleethub.rb index b9f50719ec5..d5d47424b94 100644 --- a/gems/aws-sdk-iotfleethub/lib/aws-sdk-iotfleethub.rb +++ b/gems/aws-sdk-iotfleethub/lib/aws-sdk-iotfleethub.rb @@ -52,6 +52,6 @@ # @!group service module Aws::IoTFleetHub - GEM_VERSION = '1.32.0' + GEM_VERSION = '1.33.0' end diff --git a/gems/aws-sdk-iotfleethub/lib/aws-sdk-iotfleethub/client.rb b/gems/aws-sdk-iotfleethub/lib/aws-sdk-iotfleethub/client.rb index 693963fe971..96f548ccbda 100644 --- a/gems/aws-sdk-iotfleethub/lib/aws-sdk-iotfleethub/client.rb +++ b/gems/aws-sdk-iotfleethub/lib/aws-sdk-iotfleethub/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -758,7 +764,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-iotfleethub' - context[:gem_version] = '1.32.0' + context[:gem_version] = '1.33.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-iotfleetwise/CHANGELOG.md b/gems/aws-sdk-iotfleetwise/CHANGELOG.md index 9dd769f2830..642dc186683 100644 --- a/gems/aws-sdk-iotfleetwise/CHANGELOG.md +++ b/gems/aws-sdk-iotfleetwise/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.30.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.29.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-iotfleetwise/VERSION b/gems/aws-sdk-iotfleetwise/VERSION index 5e57fb89558..034552a83ee 100644 --- a/gems/aws-sdk-iotfleetwise/VERSION +++ b/gems/aws-sdk-iotfleetwise/VERSION @@ -1 +1 @@ -1.29.0 +1.30.0 diff --git a/gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise.rb b/gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise.rb index 491cc10ceac..6379f8a3626 100644 --- a/gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise.rb +++ b/gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise.rb @@ -53,6 +53,6 @@ # @!group service module Aws::IoTFleetWise - GEM_VERSION = '1.29.0' + GEM_VERSION = '1.30.0' end diff --git a/gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/client.rb b/gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/client.rb index 98c8b39eae8..85eb77896e8 100644 --- a/gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/client.rb +++ b/gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -3606,7 +3612,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-iotfleetwise' - context[:gem_version] = '1.29.0' + context[:gem_version] = '1.30.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-iotjobsdataplane/CHANGELOG.md b/gems/aws-sdk-iotjobsdataplane/CHANGELOG.md index 648dd7e2c8b..a623c4e76fd 100644 --- a/gems/aws-sdk-iotjobsdataplane/CHANGELOG.md +++ b/gems/aws-sdk-iotjobsdataplane/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.57.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.56.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-iotjobsdataplane/VERSION b/gems/aws-sdk-iotjobsdataplane/VERSION index 3ebf789f5a8..373aea97570 100644 --- a/gems/aws-sdk-iotjobsdataplane/VERSION +++ b/gems/aws-sdk-iotjobsdataplane/VERSION @@ -1 +1 @@ -1.56.0 +1.57.0 diff --git a/gems/aws-sdk-iotjobsdataplane/lib/aws-sdk-iotjobsdataplane.rb b/gems/aws-sdk-iotjobsdataplane/lib/aws-sdk-iotjobsdataplane.rb index fe0576ffb84..c557e2e6fd2 100644 --- a/gems/aws-sdk-iotjobsdataplane/lib/aws-sdk-iotjobsdataplane.rb +++ b/gems/aws-sdk-iotjobsdataplane/lib/aws-sdk-iotjobsdataplane.rb @@ -52,6 +52,6 @@ # @!group service module Aws::IoTJobsDataPlane - GEM_VERSION = '1.56.0' + GEM_VERSION = '1.57.0' end diff --git a/gems/aws-sdk-iotjobsdataplane/lib/aws-sdk-iotjobsdataplane/client.rb b/gems/aws-sdk-iotjobsdataplane/lib/aws-sdk-iotjobsdataplane/client.rb index 78bf845bf34..82932e84973 100644 --- a/gems/aws-sdk-iotjobsdataplane/lib/aws-sdk-iotjobsdataplane/client.rb +++ b/gems/aws-sdk-iotjobsdataplane/lib/aws-sdk-iotjobsdataplane/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -690,7 +696,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-iotjobsdataplane' - context[:gem_version] = '1.56.0' + context[:gem_version] = '1.57.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-iotsecuretunneling/CHANGELOG.md b/gems/aws-sdk-iotsecuretunneling/CHANGELOG.md index 3283d7c1ec0..d7e162e7f1b 100644 --- a/gems/aws-sdk-iotsecuretunneling/CHANGELOG.md +++ b/gems/aws-sdk-iotsecuretunneling/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.42.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.41.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-iotsecuretunneling/VERSION b/gems/aws-sdk-iotsecuretunneling/VERSION index 7d47e599800..a50908ca3da 100644 --- a/gems/aws-sdk-iotsecuretunneling/VERSION +++ b/gems/aws-sdk-iotsecuretunneling/VERSION @@ -1 +1 @@ -1.41.0 +1.42.0 diff --git a/gems/aws-sdk-iotsecuretunneling/lib/aws-sdk-iotsecuretunneling.rb b/gems/aws-sdk-iotsecuretunneling/lib/aws-sdk-iotsecuretunneling.rb index 97d2a665f6d..9ed22e64bac 100644 --- a/gems/aws-sdk-iotsecuretunneling/lib/aws-sdk-iotsecuretunneling.rb +++ b/gems/aws-sdk-iotsecuretunneling/lib/aws-sdk-iotsecuretunneling.rb @@ -52,6 +52,6 @@ # @!group service module Aws::IoTSecureTunneling - GEM_VERSION = '1.41.0' + GEM_VERSION = '1.42.0' end diff --git a/gems/aws-sdk-iotsecuretunneling/lib/aws-sdk-iotsecuretunneling/client.rb b/gems/aws-sdk-iotsecuretunneling/lib/aws-sdk-iotsecuretunneling/client.rb index 5e781ff0097..a84df580f15 100644 --- a/gems/aws-sdk-iotsecuretunneling/lib/aws-sdk-iotsecuretunneling/client.rb +++ b/gems/aws-sdk-iotsecuretunneling/lib/aws-sdk-iotsecuretunneling/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -795,7 +801,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-iotsecuretunneling' - context[:gem_version] = '1.41.0' + context[:gem_version] = '1.42.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-iotsitewise/CHANGELOG.md b/gems/aws-sdk-iotsitewise/CHANGELOG.md index f22c86efcef..b8e596d868c 100644 --- a/gems/aws-sdk-iotsitewise/CHANGELOG.md +++ b/gems/aws-sdk-iotsitewise/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.71.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.70.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-iotsitewise/VERSION b/gems/aws-sdk-iotsitewise/VERSION index 832e9afb6c1..df484cbb1d9 100644 --- a/gems/aws-sdk-iotsitewise/VERSION +++ b/gems/aws-sdk-iotsitewise/VERSION @@ -1 +1 @@ -1.70.0 +1.71.0 diff --git a/gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise.rb b/gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise.rb index a79fc576457..3477d2f8c8d 100644 --- a/gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise.rb +++ b/gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise.rb @@ -53,6 +53,6 @@ # @!group service module Aws::IoTSiteWise - GEM_VERSION = '1.70.0' + GEM_VERSION = '1.71.0' end diff --git a/gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/client.rb b/gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/client.rb index 87f3c377745..37dd2e526e3 100644 --- a/gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/client.rb +++ b/gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -6770,7 +6776,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-iotsitewise' - context[:gem_version] = '1.70.0' + context[:gem_version] = '1.71.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-iotthingsgraph/CHANGELOG.md b/gems/aws-sdk-iotthingsgraph/CHANGELOG.md index 6531134faed..b3459c2f5b3 100644 --- a/gems/aws-sdk-iotthingsgraph/CHANGELOG.md +++ b/gems/aws-sdk-iotthingsgraph/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.45.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.44.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-iotthingsgraph/VERSION b/gems/aws-sdk-iotthingsgraph/VERSION index 372cf402c73..50aceaa7b71 100644 --- a/gems/aws-sdk-iotthingsgraph/VERSION +++ b/gems/aws-sdk-iotthingsgraph/VERSION @@ -1 +1 @@ -1.44.0 +1.45.0 diff --git a/gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph.rb b/gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph.rb index 31d92058c1b..3fa28b68d9f 100644 --- a/gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph.rb +++ b/gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph.rb @@ -52,6 +52,6 @@ # @!group service module Aws::IoTThingsGraph - GEM_VERSION = '1.44.0' + GEM_VERSION = '1.45.0' end diff --git a/gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/client.rb b/gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/client.rb index 3ea3fc0fa6a..c878a81e6b3 100644 --- a/gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/client.rb +++ b/gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -2010,7 +2016,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-iotthingsgraph' - context[:gem_version] = '1.44.0' + context[:gem_version] = '1.45.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-iottwinmaker/CHANGELOG.md b/gems/aws-sdk-iottwinmaker/CHANGELOG.md index 90a5c3ea241..4863faacfc6 100644 --- a/gems/aws-sdk-iottwinmaker/CHANGELOG.md +++ b/gems/aws-sdk-iottwinmaker/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.30.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.29.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-iottwinmaker/VERSION b/gems/aws-sdk-iottwinmaker/VERSION index 5e57fb89558..034552a83ee 100644 --- a/gems/aws-sdk-iottwinmaker/VERSION +++ b/gems/aws-sdk-iottwinmaker/VERSION @@ -1 +1 @@ -1.29.0 +1.30.0 diff --git a/gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker.rb b/gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker.rb index 915bdd07e4e..1d3562d3192 100644 --- a/gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker.rb +++ b/gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker.rb @@ -53,6 +53,6 @@ # @!group service module Aws::IoTTwinMaker - GEM_VERSION = '1.29.0' + GEM_VERSION = '1.30.0' end diff --git a/gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/client.rb b/gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/client.rb index e67e99f4c22..cb1914898b3 100644 --- a/gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/client.rb +++ b/gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -3510,7 +3516,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-iottwinmaker' - context[:gem_version] = '1.29.0' + context[:gem_version] = '1.30.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-iotwireless/CHANGELOG.md b/gems/aws-sdk-iotwireless/CHANGELOG.md index 709e9401c68..c37d158651d 100644 --- a/gems/aws-sdk-iotwireless/CHANGELOG.md +++ b/gems/aws-sdk-iotwireless/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.55.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.54.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-iotwireless/VERSION b/gems/aws-sdk-iotwireless/VERSION index b7921ae87bc..094d6ad00ce 100644 --- a/gems/aws-sdk-iotwireless/VERSION +++ b/gems/aws-sdk-iotwireless/VERSION @@ -1 +1 @@ -1.54.0 +1.55.0 diff --git a/gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless.rb b/gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless.rb index eb310b4a221..edd81c7069d 100644 --- a/gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless.rb +++ b/gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless.rb @@ -52,6 +52,6 @@ # @!group service module Aws::IoTWireless - GEM_VERSION = '1.54.0' + GEM_VERSION = '1.55.0' end diff --git a/gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/client.rb b/gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/client.rb index e0447e1f434..3ab1ba173a9 100644 --- a/gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/client.rb +++ b/gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -5311,7 +5317,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-iotwireless' - context[:gem_version] = '1.54.0' + context[:gem_version] = '1.55.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-ivs/CHANGELOG.md b/gems/aws-sdk-ivs/CHANGELOG.md index 560241d8c79..eb9b9bd0f2e 100644 --- a/gems/aws-sdk-ivs/CHANGELOG.md +++ b/gems/aws-sdk-ivs/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.56.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.55.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-ivs/VERSION b/gems/aws-sdk-ivs/VERSION index 094d6ad00ce..3ebf789f5a8 100644 --- a/gems/aws-sdk-ivs/VERSION +++ b/gems/aws-sdk-ivs/VERSION @@ -1 +1 @@ -1.55.0 +1.56.0 diff --git a/gems/aws-sdk-ivs/lib/aws-sdk-ivs.rb b/gems/aws-sdk-ivs/lib/aws-sdk-ivs.rb index 7a5963947fb..f4d6f2e631c 100644 --- a/gems/aws-sdk-ivs/lib/aws-sdk-ivs.rb +++ b/gems/aws-sdk-ivs/lib/aws-sdk-ivs.rb @@ -52,6 +52,6 @@ # @!group service module Aws::IVS - GEM_VERSION = '1.55.0' + GEM_VERSION = '1.56.0' end diff --git a/gems/aws-sdk-ivs/lib/aws-sdk-ivs/client.rb b/gems/aws-sdk-ivs/lib/aws-sdk-ivs/client.rb index 6dbcaa27de9..3a17fb3a3d5 100644 --- a/gems/aws-sdk-ivs/lib/aws-sdk-ivs/client.rb +++ b/gems/aws-sdk-ivs/lib/aws-sdk-ivs/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -2143,7 +2149,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-ivs' - context[:gem_version] = '1.55.0' + context[:gem_version] = '1.56.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-ivschat/CHANGELOG.md b/gems/aws-sdk-ivschat/CHANGELOG.md index c9099c6381c..19a39a71069 100644 --- a/gems/aws-sdk-ivschat/CHANGELOG.md +++ b/gems/aws-sdk-ivschat/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.31.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.30.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-ivschat/VERSION b/gems/aws-sdk-ivschat/VERSION index 034552a83ee..34aae156b19 100644 --- a/gems/aws-sdk-ivschat/VERSION +++ b/gems/aws-sdk-ivschat/VERSION @@ -1 +1 @@ -1.30.0 +1.31.0 diff --git a/gems/aws-sdk-ivschat/lib/aws-sdk-ivschat.rb b/gems/aws-sdk-ivschat/lib/aws-sdk-ivschat.rb index 90441539e0d..a1d7e735099 100644 --- a/gems/aws-sdk-ivschat/lib/aws-sdk-ivschat.rb +++ b/gems/aws-sdk-ivschat/lib/aws-sdk-ivschat.rb @@ -53,6 +53,6 @@ # @!group service module Aws::Ivschat - GEM_VERSION = '1.30.0' + GEM_VERSION = '1.31.0' end diff --git a/gems/aws-sdk-ivschat/lib/aws-sdk-ivschat/client.rb b/gems/aws-sdk-ivschat/lib/aws-sdk-ivschat/client.rb index 54e090fe7d7..91c0292889b 100644 --- a/gems/aws-sdk-ivschat/lib/aws-sdk-ivschat/client.rb +++ b/gems/aws-sdk-ivschat/lib/aws-sdk-ivschat/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -1312,7 +1318,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-ivschat' - context[:gem_version] = '1.30.0' + context[:gem_version] = '1.31.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-ivsrealtime/CHANGELOG.md b/gems/aws-sdk-ivsrealtime/CHANGELOG.md index 7cedf516c91..bac3805af85 100644 --- a/gems/aws-sdk-ivsrealtime/CHANGELOG.md +++ b/gems/aws-sdk-ivsrealtime/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.28.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.27.0 (2024-09-09) ------------------ diff --git a/gems/aws-sdk-ivsrealtime/VERSION b/gems/aws-sdk-ivsrealtime/VERSION index 5db08bf2dc5..cfc730712d5 100644 --- a/gems/aws-sdk-ivsrealtime/VERSION +++ b/gems/aws-sdk-ivsrealtime/VERSION @@ -1 +1 @@ -1.27.0 +1.28.0 diff --git a/gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime.rb b/gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime.rb index c144b2f73e1..691955737c0 100644 --- a/gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime.rb +++ b/gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime.rb @@ -53,6 +53,6 @@ # @!group service module Aws::IVSRealTime - GEM_VERSION = '1.27.0' + GEM_VERSION = '1.28.0' end diff --git a/gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/client.rb b/gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/client.rb index ff62abcf0bf..d683028f373 100644 --- a/gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/client.rb +++ b/gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -2195,7 +2201,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-ivsrealtime' - context[:gem_version] = '1.27.0' + context[:gem_version] = '1.28.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-kafka/CHANGELOG.md b/gems/aws-sdk-kafka/CHANGELOG.md index eb85b3391c5..0a268326ab0 100644 --- a/gems/aws-sdk-kafka/CHANGELOG.md +++ b/gems/aws-sdk-kafka/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.80.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.79.0 (2024-09-09) ------------------ diff --git a/gems/aws-sdk-kafka/VERSION b/gems/aws-sdk-kafka/VERSION index b3a8c61e6a8..aaceec04e04 100644 --- a/gems/aws-sdk-kafka/VERSION +++ b/gems/aws-sdk-kafka/VERSION @@ -1 +1 @@ -1.79.0 +1.80.0 diff --git a/gems/aws-sdk-kafka/lib/aws-sdk-kafka.rb b/gems/aws-sdk-kafka/lib/aws-sdk-kafka.rb index 6281b58fd28..9af2a045674 100644 --- a/gems/aws-sdk-kafka/lib/aws-sdk-kafka.rb +++ b/gems/aws-sdk-kafka/lib/aws-sdk-kafka.rb @@ -52,6 +52,6 @@ # @!group service module Aws::Kafka - GEM_VERSION = '1.79.0' + GEM_VERSION = '1.80.0' end diff --git a/gems/aws-sdk-kafka/lib/aws-sdk-kafka/client.rb b/gems/aws-sdk-kafka/lib/aws-sdk-kafka/client.rb index 36e1981022f..5ad50ef9710 100644 --- a/gems/aws-sdk-kafka/lib/aws-sdk-kafka/client.rb +++ b/gems/aws-sdk-kafka/lib/aws-sdk-kafka/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -3390,7 +3396,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-kafka' - context[:gem_version] = '1.79.0' + context[:gem_version] = '1.80.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-kafkaconnect/CHANGELOG.md b/gems/aws-sdk-kafkaconnect/CHANGELOG.md index 1186ae80f68..ce3cb733b9d 100644 --- a/gems/aws-sdk-kafkaconnect/CHANGELOG.md +++ b/gems/aws-sdk-kafkaconnect/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.28.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.27.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-kafkaconnect/VERSION b/gems/aws-sdk-kafkaconnect/VERSION index 5db08bf2dc5..cfc730712d5 100644 --- a/gems/aws-sdk-kafkaconnect/VERSION +++ b/gems/aws-sdk-kafkaconnect/VERSION @@ -1 +1 @@ -1.27.0 +1.28.0 diff --git a/gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect.rb b/gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect.rb index 5a88a435615..e2e4a697b45 100644 --- a/gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect.rb +++ b/gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect.rb @@ -52,6 +52,6 @@ # @!group service module Aws::KafkaConnect - GEM_VERSION = '1.27.0' + GEM_VERSION = '1.28.0' end diff --git a/gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/client.rb b/gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/client.rb index 6260793604b..51647abf102 100644 --- a/gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/client.rb +++ b/gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -1317,7 +1323,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-kafkaconnect' - context[:gem_version] = '1.27.0' + context[:gem_version] = '1.28.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-kendra/CHANGELOG.md b/gems/aws-sdk-kendra/CHANGELOG.md index 3b441582f99..d07fffeb5ac 100644 --- a/gems/aws-sdk-kendra/CHANGELOG.md +++ b/gems/aws-sdk-kendra/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.87.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.86.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-kendra/VERSION b/gems/aws-sdk-kendra/VERSION index b7844a6ffdc..f6342716723 100644 --- a/gems/aws-sdk-kendra/VERSION +++ b/gems/aws-sdk-kendra/VERSION @@ -1 +1 @@ -1.86.0 +1.87.0 diff --git a/gems/aws-sdk-kendra/lib/aws-sdk-kendra.rb b/gems/aws-sdk-kendra/lib/aws-sdk-kendra.rb index 80fc285ba09..d36dc161513 100644 --- a/gems/aws-sdk-kendra/lib/aws-sdk-kendra.rb +++ b/gems/aws-sdk-kendra/lib/aws-sdk-kendra.rb @@ -52,6 +52,6 @@ # @!group service module Aws::Kendra - GEM_VERSION = '1.86.0' + GEM_VERSION = '1.87.0' end diff --git a/gems/aws-sdk-kendra/lib/aws-sdk-kendra/client.rb b/gems/aws-sdk-kendra/lib/aws-sdk-kendra/client.rb index d5bdd63719c..1108b776f30 100644 --- a/gems/aws-sdk-kendra/lib/aws-sdk-kendra/client.rb +++ b/gems/aws-sdk-kendra/lib/aws-sdk-kendra/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -7359,7 +7365,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-kendra' - context[:gem_version] = '1.86.0' + context[:gem_version] = '1.87.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-kendraranking/CHANGELOG.md b/gems/aws-sdk-kendraranking/CHANGELOG.md index bddfa25bac0..e6fc0c1d83f 100644 --- a/gems/aws-sdk-kendraranking/CHANGELOG.md +++ b/gems/aws-sdk-kendraranking/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.20.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.19.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-kendraranking/VERSION b/gems/aws-sdk-kendraranking/VERSION index 815d5ca06d5..39893559155 100644 --- a/gems/aws-sdk-kendraranking/VERSION +++ b/gems/aws-sdk-kendraranking/VERSION @@ -1 +1 @@ -1.19.0 +1.20.0 diff --git a/gems/aws-sdk-kendraranking/lib/aws-sdk-kendraranking.rb b/gems/aws-sdk-kendraranking/lib/aws-sdk-kendraranking.rb index 3242388a2ec..b311d9b4faa 100644 --- a/gems/aws-sdk-kendraranking/lib/aws-sdk-kendraranking.rb +++ b/gems/aws-sdk-kendraranking/lib/aws-sdk-kendraranking.rb @@ -52,6 +52,6 @@ # @!group service module Aws::KendraRanking - GEM_VERSION = '1.19.0' + GEM_VERSION = '1.20.0' end diff --git a/gems/aws-sdk-kendraranking/lib/aws-sdk-kendraranking/client.rb b/gems/aws-sdk-kendraranking/lib/aws-sdk-kendraranking/client.rb index 4cadb5d4c68..73e6484ec07 100644 --- a/gems/aws-sdk-kendraranking/lib/aws-sdk-kendraranking/client.rb +++ b/gems/aws-sdk-kendraranking/lib/aws-sdk-kendraranking/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -863,7 +869,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-kendraranking' - context[:gem_version] = '1.19.0' + context[:gem_version] = '1.20.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-keyspaces/CHANGELOG.md b/gems/aws-sdk-keyspaces/CHANGELOG.md index 02a7b43de6f..250efe45eed 100644 --- a/gems/aws-sdk-keyspaces/CHANGELOG.md +++ b/gems/aws-sdk-keyspaces/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.26.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.25.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-keyspaces/VERSION b/gems/aws-sdk-keyspaces/VERSION index ad2191947f7..5ff8c4f5d2a 100644 --- a/gems/aws-sdk-keyspaces/VERSION +++ b/gems/aws-sdk-keyspaces/VERSION @@ -1 +1 @@ -1.25.0 +1.26.0 diff --git a/gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces.rb b/gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces.rb index a61b7486a9a..e50e702a7f0 100644 --- a/gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces.rb +++ b/gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces.rb @@ -53,6 +53,6 @@ # @!group service module Aws::Keyspaces - GEM_VERSION = '1.25.0' + GEM_VERSION = '1.26.0' end diff --git a/gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/client.rb b/gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/client.rb index 0e86dfdf1ce..641bdeb6b88 100644 --- a/gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/client.rb +++ b/gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -1827,7 +1833,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-keyspaces' - context[:gem_version] = '1.25.0' + context[:gem_version] = '1.26.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-kinesis/CHANGELOG.md b/gems/aws-sdk-kinesis/CHANGELOG.md index 59f22ee91a6..7711cbe3f68 100644 --- a/gems/aws-sdk-kinesis/CHANGELOG.md +++ b/gems/aws-sdk-kinesis/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.65.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.64.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-kinesis/VERSION b/gems/aws-sdk-kinesis/VERSION index 9405730420f..902c74186fb 100644 --- a/gems/aws-sdk-kinesis/VERSION +++ b/gems/aws-sdk-kinesis/VERSION @@ -1 +1 @@ -1.64.0 +1.65.0 diff --git a/gems/aws-sdk-kinesis/lib/aws-sdk-kinesis.rb b/gems/aws-sdk-kinesis/lib/aws-sdk-kinesis.rb index 4ef484586d3..08d9b05d035 100644 --- a/gems/aws-sdk-kinesis/lib/aws-sdk-kinesis.rb +++ b/gems/aws-sdk-kinesis/lib/aws-sdk-kinesis.rb @@ -55,6 +55,6 @@ # @!group service module Aws::Kinesis - GEM_VERSION = '1.64.0' + GEM_VERSION = '1.65.0' end diff --git a/gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/async_client.rb b/gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/async_client.rb index effe43d28b5..dcd549c7ada 100644 --- a/gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/async_client.rb +++ b/gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/async_client.rb @@ -681,7 +681,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-kinesis' - context[:gem_version] = '1.64.0' + context[:gem_version] = '1.65.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/client.rb b/gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/client.rb index 85b8957f2c5..921810613a7 100644 --- a/gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/client.rb +++ b/gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/client.rb @@ -443,6 +443,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -2828,7 +2834,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-kinesis' - context[:gem_version] = '1.64.0' + context[:gem_version] = '1.65.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-kinesisanalytics/CHANGELOG.md b/gems/aws-sdk-kinesisanalytics/CHANGELOG.md index f09fb8179fb..5b5d942e5c7 100644 --- a/gems/aws-sdk-kinesisanalytics/CHANGELOG.md +++ b/gems/aws-sdk-kinesisanalytics/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.61.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.60.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-kinesisanalytics/VERSION b/gems/aws-sdk-kinesisanalytics/VERSION index 4d5fde5bd16..91951fd8ad7 100644 --- a/gems/aws-sdk-kinesisanalytics/VERSION +++ b/gems/aws-sdk-kinesisanalytics/VERSION @@ -1 +1 @@ -1.60.0 +1.61.0 diff --git a/gems/aws-sdk-kinesisanalytics/lib/aws-sdk-kinesisanalytics.rb b/gems/aws-sdk-kinesisanalytics/lib/aws-sdk-kinesisanalytics.rb index fc71c450ab1..d15586fc0f5 100644 --- a/gems/aws-sdk-kinesisanalytics/lib/aws-sdk-kinesisanalytics.rb +++ b/gems/aws-sdk-kinesisanalytics/lib/aws-sdk-kinesisanalytics.rb @@ -52,6 +52,6 @@ # @!group service module Aws::KinesisAnalytics - GEM_VERSION = '1.60.0' + GEM_VERSION = '1.61.0' end diff --git a/gems/aws-sdk-kinesisanalytics/lib/aws-sdk-kinesisanalytics/client.rb b/gems/aws-sdk-kinesisanalytics/lib/aws-sdk-kinesisanalytics/client.rb index 1785d87ec65..6adefdfefb2 100644 --- a/gems/aws-sdk-kinesisanalytics/lib/aws-sdk-kinesisanalytics/client.rb +++ b/gems/aws-sdk-kinesisanalytics/lib/aws-sdk-kinesisanalytics/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -2042,7 +2048,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-kinesisanalytics' - context[:gem_version] = '1.60.0' + context[:gem_version] = '1.61.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-kinesisanalyticsv2/CHANGELOG.md b/gems/aws-sdk-kinesisanalyticsv2/CHANGELOG.md index 29e07739756..45e648069ee 100644 --- a/gems/aws-sdk-kinesisanalyticsv2/CHANGELOG.md +++ b/gems/aws-sdk-kinesisanalyticsv2/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.65.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.64.0 (2024-09-05) ------------------ diff --git a/gems/aws-sdk-kinesisanalyticsv2/VERSION b/gems/aws-sdk-kinesisanalyticsv2/VERSION index 9405730420f..902c74186fb 100644 --- a/gems/aws-sdk-kinesisanalyticsv2/VERSION +++ b/gems/aws-sdk-kinesisanalyticsv2/VERSION @@ -1 +1 @@ -1.64.0 +1.65.0 diff --git a/gems/aws-sdk-kinesisanalyticsv2/lib/aws-sdk-kinesisanalyticsv2.rb b/gems/aws-sdk-kinesisanalyticsv2/lib/aws-sdk-kinesisanalyticsv2.rb index 2ada92d0981..d9eafedb5cd 100644 --- a/gems/aws-sdk-kinesisanalyticsv2/lib/aws-sdk-kinesisanalyticsv2.rb +++ b/gems/aws-sdk-kinesisanalyticsv2/lib/aws-sdk-kinesisanalyticsv2.rb @@ -52,6 +52,6 @@ # @!group service module Aws::KinesisAnalyticsV2 - GEM_VERSION = '1.64.0' + GEM_VERSION = '1.65.0' end diff --git a/gems/aws-sdk-kinesisanalyticsv2/lib/aws-sdk-kinesisanalyticsv2/client.rb b/gems/aws-sdk-kinesisanalyticsv2/lib/aws-sdk-kinesisanalyticsv2/client.rb index 053d331781c..026158d8540 100644 --- a/gems/aws-sdk-kinesisanalyticsv2/lib/aws-sdk-kinesisanalyticsv2/client.rb +++ b/gems/aws-sdk-kinesisanalyticsv2/lib/aws-sdk-kinesisanalyticsv2/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -3242,7 +3248,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-kinesisanalyticsv2' - context[:gem_version] = '1.64.0' + context[:gem_version] = '1.65.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-kinesisvideo/CHANGELOG.md b/gems/aws-sdk-kinesisvideo/CHANGELOG.md index 513a6bd827c..968ad987514 100644 --- a/gems/aws-sdk-kinesisvideo/CHANGELOG.md +++ b/gems/aws-sdk-kinesisvideo/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.69.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.68.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-kinesisvideo/VERSION b/gems/aws-sdk-kinesisvideo/VERSION index ee2f4ca9130..49349856550 100644 --- a/gems/aws-sdk-kinesisvideo/VERSION +++ b/gems/aws-sdk-kinesisvideo/VERSION @@ -1 +1 @@ -1.68.0 +1.69.0 diff --git a/gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo.rb b/gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo.rb index 0cf26fffbe1..418a981c42a 100644 --- a/gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo.rb +++ b/gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo.rb @@ -52,6 +52,6 @@ # @!group service module Aws::KinesisVideo - GEM_VERSION = '1.68.0' + GEM_VERSION = '1.69.0' end diff --git a/gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/client.rb b/gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/client.rb index 65018f80150..4e9b73ea220 100644 --- a/gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/client.rb +++ b/gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -1992,7 +1998,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-kinesisvideo' - context[:gem_version] = '1.68.0' + context[:gem_version] = '1.69.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-kinesisvideoarchivedmedia/CHANGELOG.md b/gems/aws-sdk-kinesisvideoarchivedmedia/CHANGELOG.md index eacd46e21f0..b826d66e0a6 100644 --- a/gems/aws-sdk-kinesisvideoarchivedmedia/CHANGELOG.md +++ b/gems/aws-sdk-kinesisvideoarchivedmedia/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.66.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.65.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-kinesisvideoarchivedmedia/VERSION b/gems/aws-sdk-kinesisvideoarchivedmedia/VERSION index 902c74186fb..b6148bc0a75 100644 --- a/gems/aws-sdk-kinesisvideoarchivedmedia/VERSION +++ b/gems/aws-sdk-kinesisvideoarchivedmedia/VERSION @@ -1 +1 @@ -1.65.0 +1.66.0 diff --git a/gems/aws-sdk-kinesisvideoarchivedmedia/lib/aws-sdk-kinesisvideoarchivedmedia.rb b/gems/aws-sdk-kinesisvideoarchivedmedia/lib/aws-sdk-kinesisvideoarchivedmedia.rb index dbfa1f9f7c6..12a34217d81 100644 --- a/gems/aws-sdk-kinesisvideoarchivedmedia/lib/aws-sdk-kinesisvideoarchivedmedia.rb +++ b/gems/aws-sdk-kinesisvideoarchivedmedia/lib/aws-sdk-kinesisvideoarchivedmedia.rb @@ -52,6 +52,6 @@ # @!group service module Aws::KinesisVideoArchivedMedia - GEM_VERSION = '1.65.0' + GEM_VERSION = '1.66.0' end diff --git a/gems/aws-sdk-kinesisvideoarchivedmedia/lib/aws-sdk-kinesisvideoarchivedmedia/client.rb b/gems/aws-sdk-kinesisvideoarchivedmedia/lib/aws-sdk-kinesisvideoarchivedmedia/client.rb index 052213114cc..848713266d6 100644 --- a/gems/aws-sdk-kinesisvideoarchivedmedia/lib/aws-sdk-kinesisvideoarchivedmedia/client.rb +++ b/gems/aws-sdk-kinesisvideoarchivedmedia/lib/aws-sdk-kinesisvideoarchivedmedia/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -1577,7 +1583,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-kinesisvideoarchivedmedia' - context[:gem_version] = '1.65.0' + context[:gem_version] = '1.66.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-kinesisvideomedia/CHANGELOG.md b/gems/aws-sdk-kinesisvideomedia/CHANGELOG.md index a55d5601234..b32062c3319 100644 --- a/gems/aws-sdk-kinesisvideomedia/CHANGELOG.md +++ b/gems/aws-sdk-kinesisvideomedia/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.58.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.57.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-kinesisvideomedia/VERSION b/gems/aws-sdk-kinesisvideomedia/VERSION index 373aea97570..79f82f6b8e0 100644 --- a/gems/aws-sdk-kinesisvideomedia/VERSION +++ b/gems/aws-sdk-kinesisvideomedia/VERSION @@ -1 +1 @@ -1.57.0 +1.58.0 diff --git a/gems/aws-sdk-kinesisvideomedia/lib/aws-sdk-kinesisvideomedia.rb b/gems/aws-sdk-kinesisvideomedia/lib/aws-sdk-kinesisvideomedia.rb index e2ff5885b1b..f4c47352c82 100644 --- a/gems/aws-sdk-kinesisvideomedia/lib/aws-sdk-kinesisvideomedia.rb +++ b/gems/aws-sdk-kinesisvideomedia/lib/aws-sdk-kinesisvideomedia.rb @@ -52,6 +52,6 @@ # @!group service module Aws::KinesisVideoMedia - GEM_VERSION = '1.57.0' + GEM_VERSION = '1.58.0' end diff --git a/gems/aws-sdk-kinesisvideomedia/lib/aws-sdk-kinesisvideomedia/client.rb b/gems/aws-sdk-kinesisvideomedia/lib/aws-sdk-kinesisvideomedia/client.rb index 0ccaf3f1c88..375f7f3a623 100644 --- a/gems/aws-sdk-kinesisvideomedia/lib/aws-sdk-kinesisvideomedia/client.rb +++ b/gems/aws-sdk-kinesisvideomedia/lib/aws-sdk-kinesisvideomedia/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -552,7 +558,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-kinesisvideomedia' - context[:gem_version] = '1.57.0' + context[:gem_version] = '1.58.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-kinesisvideosignalingchannels/CHANGELOG.md b/gems/aws-sdk-kinesisvideosignalingchannels/CHANGELOG.md index a77ed3f5c04..cc56a427bac 100644 --- a/gems/aws-sdk-kinesisvideosignalingchannels/CHANGELOG.md +++ b/gems/aws-sdk-kinesisvideosignalingchannels/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.40.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.39.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-kinesisvideosignalingchannels/VERSION b/gems/aws-sdk-kinesisvideosignalingchannels/VERSION index 5edffce6d57..32b7211cb61 100644 --- a/gems/aws-sdk-kinesisvideosignalingchannels/VERSION +++ b/gems/aws-sdk-kinesisvideosignalingchannels/VERSION @@ -1 +1 @@ -1.39.0 +1.40.0 diff --git a/gems/aws-sdk-kinesisvideosignalingchannels/lib/aws-sdk-kinesisvideosignalingchannels.rb b/gems/aws-sdk-kinesisvideosignalingchannels/lib/aws-sdk-kinesisvideosignalingchannels.rb index 9c33b54cde6..d40d68f15c1 100644 --- a/gems/aws-sdk-kinesisvideosignalingchannels/lib/aws-sdk-kinesisvideosignalingchannels.rb +++ b/gems/aws-sdk-kinesisvideosignalingchannels/lib/aws-sdk-kinesisvideosignalingchannels.rb @@ -52,6 +52,6 @@ # @!group service module Aws::KinesisVideoSignalingChannels - GEM_VERSION = '1.39.0' + GEM_VERSION = '1.40.0' end diff --git a/gems/aws-sdk-kinesisvideosignalingchannels/lib/aws-sdk-kinesisvideosignalingchannels/client.rb b/gems/aws-sdk-kinesisvideosignalingchannels/lib/aws-sdk-kinesisvideosignalingchannels/client.rb index 499f2185539..d54b65ab971 100644 --- a/gems/aws-sdk-kinesisvideosignalingchannels/lib/aws-sdk-kinesisvideosignalingchannels/client.rb +++ b/gems/aws-sdk-kinesisvideosignalingchannels/lib/aws-sdk-kinesisvideosignalingchannels/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -566,7 +572,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-kinesisvideosignalingchannels' - context[:gem_version] = '1.39.0' + context[:gem_version] = '1.40.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-kinesisvideowebrtcstorage/CHANGELOG.md b/gems/aws-sdk-kinesisvideowebrtcstorage/CHANGELOG.md index 250c93bdaee..ae49ba86837 100644 --- a/gems/aws-sdk-kinesisvideowebrtcstorage/CHANGELOG.md +++ b/gems/aws-sdk-kinesisvideowebrtcstorage/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.21.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.20.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-kinesisvideowebrtcstorage/VERSION b/gems/aws-sdk-kinesisvideowebrtcstorage/VERSION index 39893559155..3500250a4b0 100644 --- a/gems/aws-sdk-kinesisvideowebrtcstorage/VERSION +++ b/gems/aws-sdk-kinesisvideowebrtcstorage/VERSION @@ -1 +1 @@ -1.20.0 +1.21.0 diff --git a/gems/aws-sdk-kinesisvideowebrtcstorage/lib/aws-sdk-kinesisvideowebrtcstorage.rb b/gems/aws-sdk-kinesisvideowebrtcstorage/lib/aws-sdk-kinesisvideowebrtcstorage.rb index c06d383168c..f0f4bb445d5 100644 --- a/gems/aws-sdk-kinesisvideowebrtcstorage/lib/aws-sdk-kinesisvideowebrtcstorage.rb +++ b/gems/aws-sdk-kinesisvideowebrtcstorage/lib/aws-sdk-kinesisvideowebrtcstorage.rb @@ -52,6 +52,6 @@ # @!group service module Aws::KinesisVideoWebRTCStorage - GEM_VERSION = '1.20.0' + GEM_VERSION = '1.21.0' end diff --git a/gems/aws-sdk-kinesisvideowebrtcstorage/lib/aws-sdk-kinesisvideowebrtcstorage/client.rb b/gems/aws-sdk-kinesisvideowebrtcstorage/lib/aws-sdk-kinesisvideowebrtcstorage/client.rb index e36f2815e93..58d4e05513f 100644 --- a/gems/aws-sdk-kinesisvideowebrtcstorage/lib/aws-sdk-kinesisvideowebrtcstorage/client.rb +++ b/gems/aws-sdk-kinesisvideowebrtcstorage/lib/aws-sdk-kinesisvideowebrtcstorage/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -580,7 +586,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-kinesisvideowebrtcstorage' - context[:gem_version] = '1.20.0' + context[:gem_version] = '1.21.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-kms/CHANGELOG.md b/gems/aws-sdk-kms/CHANGELOG.md index 714d0ed4703..ba272ee6201 100644 --- a/gems/aws-sdk-kms/CHANGELOG.md +++ b/gems/aws-sdk-kms/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.90.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.89.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-kms/VERSION b/gems/aws-sdk-kms/VERSION index 636ea711ad9..82e24bf241e 100644 --- a/gems/aws-sdk-kms/VERSION +++ b/gems/aws-sdk-kms/VERSION @@ -1 +1 @@ -1.89.0 +1.90.0 diff --git a/gems/aws-sdk-kms/lib/aws-sdk-kms.rb b/gems/aws-sdk-kms/lib/aws-sdk-kms.rb index d124c3cd4fa..09dd2bd2ddc 100644 --- a/gems/aws-sdk-kms/lib/aws-sdk-kms.rb +++ b/gems/aws-sdk-kms/lib/aws-sdk-kms.rb @@ -52,6 +52,6 @@ # @!group service module Aws::KMS - GEM_VERSION = '1.89.0' + GEM_VERSION = '1.90.0' end diff --git a/gems/aws-sdk-kms/lib/aws-sdk-kms/client.rb b/gems/aws-sdk-kms/lib/aws-sdk-kms/client.rb index 7c100f2207f..dae825aca83 100644 --- a/gems/aws-sdk-kms/lib/aws-sdk-kms/client.rb +++ b/gems/aws-sdk-kms/lib/aws-sdk-kms/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -10772,7 +10778,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-kms' - context[:gem_version] = '1.89.0' + context[:gem_version] = '1.90.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-lakeformation/CHANGELOG.md b/gems/aws-sdk-lakeformation/CHANGELOG.md index c14a4a99c35..0d1e6428847 100644 --- a/gems/aws-sdk-lakeformation/CHANGELOG.md +++ b/gems/aws-sdk-lakeformation/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.58.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.57.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-lakeformation/VERSION b/gems/aws-sdk-lakeformation/VERSION index 373aea97570..79f82f6b8e0 100644 --- a/gems/aws-sdk-lakeformation/VERSION +++ b/gems/aws-sdk-lakeformation/VERSION @@ -1 +1 @@ -1.57.0 +1.58.0 diff --git a/gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation.rb b/gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation.rb index 27461a8de8d..8cae2bd2e68 100644 --- a/gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation.rb +++ b/gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation.rb @@ -52,6 +52,6 @@ # @!group service module Aws::LakeFormation - GEM_VERSION = '1.57.0' + GEM_VERSION = '1.58.0' end diff --git a/gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/client.rb b/gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/client.rb index ef5ef98146f..154c5883eb3 100644 --- a/gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/client.rb +++ b/gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -3824,7 +3830,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-lakeformation' - context[:gem_version] = '1.57.0' + context[:gem_version] = '1.58.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-lambda/CHANGELOG.md b/gems/aws-sdk-lambda/CHANGELOG.md index fd4998d4e1d..cd8be89efea 100644 --- a/gems/aws-sdk-lambda/CHANGELOG.md +++ b/gems/aws-sdk-lambda/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.129.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.128.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-lambda/VERSION b/gems/aws-sdk-lambda/VERSION index a7063724533..365ef018e15 100644 --- a/gems/aws-sdk-lambda/VERSION +++ b/gems/aws-sdk-lambda/VERSION @@ -1 +1 @@ -1.128.0 +1.129.0 diff --git a/gems/aws-sdk-lambda/lib/aws-sdk-lambda.rb b/gems/aws-sdk-lambda/lib/aws-sdk-lambda.rb index e8b6973de7d..071e2cb01bb 100644 --- a/gems/aws-sdk-lambda/lib/aws-sdk-lambda.rb +++ b/gems/aws-sdk-lambda/lib/aws-sdk-lambda.rb @@ -54,6 +54,6 @@ # @!group service module Aws::Lambda - GEM_VERSION = '1.128.0' + GEM_VERSION = '1.129.0' end diff --git a/gems/aws-sdk-lambda/lib/aws-sdk-lambda/client.rb b/gems/aws-sdk-lambda/lib/aws-sdk-lambda/client.rb index 1d12e2d805d..9973d473b4f 100644 --- a/gems/aws-sdk-lambda/lib/aws-sdk-lambda/client.rb +++ b/gems/aws-sdk-lambda/lib/aws-sdk-lambda/client.rb @@ -436,6 +436,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -6749,7 +6755,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-lambda' - context[:gem_version] = '1.128.0' + context[:gem_version] = '1.129.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-launchwizard/CHANGELOG.md b/gems/aws-sdk-launchwizard/CHANGELOG.md index f0d9bcfd0b7..0f8d55c371d 100644 --- a/gems/aws-sdk-launchwizard/CHANGELOG.md +++ b/gems/aws-sdk-launchwizard/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.12.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.11.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-launchwizard/VERSION b/gems/aws-sdk-launchwizard/VERSION index 1cac385c6cb..0eed1a29efd 100644 --- a/gems/aws-sdk-launchwizard/VERSION +++ b/gems/aws-sdk-launchwizard/VERSION @@ -1 +1 @@ -1.11.0 +1.12.0 diff --git a/gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard.rb b/gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard.rb index 1348835e4ce..faad03419e8 100644 --- a/gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard.rb +++ b/gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard.rb @@ -52,6 +52,6 @@ # @!group service module Aws::LaunchWizard - GEM_VERSION = '1.11.0' + GEM_VERSION = '1.12.0' end diff --git a/gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/client.rb b/gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/client.rb index 1542fdd6141..2c877d74bdc 100644 --- a/gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/client.rb +++ b/gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -989,7 +995,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-launchwizard' - context[:gem_version] = '1.11.0' + context[:gem_version] = '1.12.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-lex/CHANGELOG.md b/gems/aws-sdk-lex/CHANGELOG.md index 25f79eb40a9..235e230c2c3 100644 --- a/gems/aws-sdk-lex/CHANGELOG.md +++ b/gems/aws-sdk-lex/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.67.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.66.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-lex/VERSION b/gems/aws-sdk-lex/VERSION index b6148bc0a75..65ee0959841 100644 --- a/gems/aws-sdk-lex/VERSION +++ b/gems/aws-sdk-lex/VERSION @@ -1 +1 @@ -1.66.0 +1.67.0 diff --git a/gems/aws-sdk-lex/lib/aws-sdk-lex.rb b/gems/aws-sdk-lex/lib/aws-sdk-lex.rb index 5aecb8b511e..3e66bfacf5d 100644 --- a/gems/aws-sdk-lex/lib/aws-sdk-lex.rb +++ b/gems/aws-sdk-lex/lib/aws-sdk-lex.rb @@ -52,6 +52,6 @@ # @!group service module Aws::Lex - GEM_VERSION = '1.66.0' + GEM_VERSION = '1.67.0' end diff --git a/gems/aws-sdk-lex/lib/aws-sdk-lex/client.rb b/gems/aws-sdk-lex/lib/aws-sdk-lex/client.rb index 14031d3ff3c..3339a61b368 100644 --- a/gems/aws-sdk-lex/lib/aws-sdk-lex/client.rb +++ b/gems/aws-sdk-lex/lib/aws-sdk-lex/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -1243,7 +1249,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-lex' - context[:gem_version] = '1.66.0' + context[:gem_version] = '1.67.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-lexmodelbuildingservice/CHANGELOG.md b/gems/aws-sdk-lexmodelbuildingservice/CHANGELOG.md index 4e1fa9a4cf1..9797220094c 100644 --- a/gems/aws-sdk-lexmodelbuildingservice/CHANGELOG.md +++ b/gems/aws-sdk-lexmodelbuildingservice/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.78.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.77.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-lexmodelbuildingservice/VERSION b/gems/aws-sdk-lexmodelbuildingservice/VERSION index 79e15fd4937..54227249d1f 100644 --- a/gems/aws-sdk-lexmodelbuildingservice/VERSION +++ b/gems/aws-sdk-lexmodelbuildingservice/VERSION @@ -1 +1 @@ -1.77.0 +1.78.0 diff --git a/gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice.rb b/gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice.rb index eb4c66b4c21..ed595532ace 100644 --- a/gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice.rb +++ b/gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice.rb @@ -52,6 +52,6 @@ # @!group service module Aws::LexModelBuildingService - GEM_VERSION = '1.77.0' + GEM_VERSION = '1.78.0' end diff --git a/gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/client.rb b/gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/client.rb index aedb25a168a..1ab24f5756c 100644 --- a/gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/client.rb +++ b/gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -4484,7 +4490,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-lexmodelbuildingservice' - context[:gem_version] = '1.77.0' + context[:gem_version] = '1.78.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-lexmodelsv2/CHANGELOG.md b/gems/aws-sdk-lexmodelsv2/CHANGELOG.md index ded54be58a5..7c5d4492488 100644 --- a/gems/aws-sdk-lexmodelsv2/CHANGELOG.md +++ b/gems/aws-sdk-lexmodelsv2/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.59.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.58.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-lexmodelsv2/VERSION b/gems/aws-sdk-lexmodelsv2/VERSION index 79f82f6b8e0..bb120e876c6 100644 --- a/gems/aws-sdk-lexmodelsv2/VERSION +++ b/gems/aws-sdk-lexmodelsv2/VERSION @@ -1 +1 @@ -1.58.0 +1.59.0 diff --git a/gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2.rb b/gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2.rb index 3920d2bf44f..61117fe0a7b 100644 --- a/gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2.rb +++ b/gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2.rb @@ -53,6 +53,6 @@ # @!group service module Aws::LexModelsV2 - GEM_VERSION = '1.58.0' + GEM_VERSION = '1.59.0' end diff --git a/gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/client.rb b/gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/client.rb index fef265b7685..5b8f65e1b86 100644 --- a/gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/client.rb +++ b/gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -10488,7 +10494,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-lexmodelsv2' - context[:gem_version] = '1.58.0' + context[:gem_version] = '1.59.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-lexruntimev2/CHANGELOG.md b/gems/aws-sdk-lexruntimev2/CHANGELOG.md index 01d1973a25f..d9453d17d77 100644 --- a/gems/aws-sdk-lexruntimev2/CHANGELOG.md +++ b/gems/aws-sdk-lexruntimev2/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.40.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.39.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-lexruntimev2/VERSION b/gems/aws-sdk-lexruntimev2/VERSION index 5edffce6d57..32b7211cb61 100644 --- a/gems/aws-sdk-lexruntimev2/VERSION +++ b/gems/aws-sdk-lexruntimev2/VERSION @@ -1 +1 @@ -1.39.0 +1.40.0 diff --git a/gems/aws-sdk-lexruntimev2/lib/aws-sdk-lexruntimev2.rb b/gems/aws-sdk-lexruntimev2/lib/aws-sdk-lexruntimev2.rb index f4ea4a60403..ab33e82b15e 100644 --- a/gems/aws-sdk-lexruntimev2/lib/aws-sdk-lexruntimev2.rb +++ b/gems/aws-sdk-lexruntimev2/lib/aws-sdk-lexruntimev2.rb @@ -54,6 +54,6 @@ # @!group service module Aws::LexRuntimeV2 - GEM_VERSION = '1.39.0' + GEM_VERSION = '1.40.0' end diff --git a/gems/aws-sdk-lexruntimev2/lib/aws-sdk-lexruntimev2/async_client.rb b/gems/aws-sdk-lexruntimev2/lib/aws-sdk-lexruntimev2/async_client.rb index 0fa018db858..d99d3b9d31d 100644 --- a/gems/aws-sdk-lexruntimev2/lib/aws-sdk-lexruntimev2/async_client.rb +++ b/gems/aws-sdk-lexruntimev2/lib/aws-sdk-lexruntimev2/async_client.rb @@ -759,7 +759,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-lexruntimev2' - context[:gem_version] = '1.39.0' + context[:gem_version] = '1.40.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-lexruntimev2/lib/aws-sdk-lexruntimev2/client.rb b/gems/aws-sdk-lexruntimev2/lib/aws-sdk-lexruntimev2/client.rb index 6cbd4d78970..0786fda1f43 100644 --- a/gems/aws-sdk-lexruntimev2/lib/aws-sdk-lexruntimev2/client.rb +++ b/gems/aws-sdk-lexruntimev2/lib/aws-sdk-lexruntimev2/client.rb @@ -436,6 +436,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -1223,7 +1229,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-lexruntimev2' - context[:gem_version] = '1.39.0' + context[:gem_version] = '1.40.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-licensemanager/CHANGELOG.md b/gems/aws-sdk-licensemanager/CHANGELOG.md index c045de7a3b4..ecfe1a03356 100644 --- a/gems/aws-sdk-licensemanager/CHANGELOG.md +++ b/gems/aws-sdk-licensemanager/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.62.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.61.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-licensemanager/VERSION b/gems/aws-sdk-licensemanager/VERSION index 91951fd8ad7..76d05362056 100644 --- a/gems/aws-sdk-licensemanager/VERSION +++ b/gems/aws-sdk-licensemanager/VERSION @@ -1 +1 @@ -1.61.0 +1.62.0 diff --git a/gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager.rb b/gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager.rb index c60291680d5..a7dc2685187 100644 --- a/gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager.rb +++ b/gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager.rb @@ -52,6 +52,6 @@ # @!group service module Aws::LicenseManager - GEM_VERSION = '1.61.0' + GEM_VERSION = '1.62.0' end diff --git a/gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/client.rb b/gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/client.rb index 76027fb9783..4cc560b1d7c 100644 --- a/gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/client.rb +++ b/gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -3268,7 +3274,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-licensemanager' - context[:gem_version] = '1.61.0' + context[:gem_version] = '1.62.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-licensemanagerlinuxsubscriptions/CHANGELOG.md b/gems/aws-sdk-licensemanagerlinuxsubscriptions/CHANGELOG.md index a6213b13f96..939ef396d06 100644 --- a/gems/aws-sdk-licensemanagerlinuxsubscriptions/CHANGELOG.md +++ b/gems/aws-sdk-licensemanagerlinuxsubscriptions/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.20.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.19.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-licensemanagerlinuxsubscriptions/VERSION b/gems/aws-sdk-licensemanagerlinuxsubscriptions/VERSION index 815d5ca06d5..39893559155 100644 --- a/gems/aws-sdk-licensemanagerlinuxsubscriptions/VERSION +++ b/gems/aws-sdk-licensemanagerlinuxsubscriptions/VERSION @@ -1 +1 @@ -1.19.0 +1.20.0 diff --git a/gems/aws-sdk-licensemanagerlinuxsubscriptions/lib/aws-sdk-licensemanagerlinuxsubscriptions.rb b/gems/aws-sdk-licensemanagerlinuxsubscriptions/lib/aws-sdk-licensemanagerlinuxsubscriptions.rb index 8b5adaf032e..da5f8d16cdf 100644 --- a/gems/aws-sdk-licensemanagerlinuxsubscriptions/lib/aws-sdk-licensemanagerlinuxsubscriptions.rb +++ b/gems/aws-sdk-licensemanagerlinuxsubscriptions/lib/aws-sdk-licensemanagerlinuxsubscriptions.rb @@ -52,6 +52,6 @@ # @!group service module Aws::LicenseManagerLinuxSubscriptions - GEM_VERSION = '1.19.0' + GEM_VERSION = '1.20.0' end diff --git a/gems/aws-sdk-licensemanagerlinuxsubscriptions/lib/aws-sdk-licensemanagerlinuxsubscriptions/client.rb b/gems/aws-sdk-licensemanagerlinuxsubscriptions/lib/aws-sdk-licensemanagerlinuxsubscriptions/client.rb index 5f4577d0df2..9431880ef9a 100644 --- a/gems/aws-sdk-licensemanagerlinuxsubscriptions/lib/aws-sdk-licensemanagerlinuxsubscriptions/client.rb +++ b/gems/aws-sdk-licensemanagerlinuxsubscriptions/lib/aws-sdk-licensemanagerlinuxsubscriptions/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -957,7 +963,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-licensemanagerlinuxsubscriptions' - context[:gem_version] = '1.19.0' + context[:gem_version] = '1.20.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-licensemanagerusersubscriptions/CHANGELOG.md b/gems/aws-sdk-licensemanagerusersubscriptions/CHANGELOG.md index f8411b7a525..a2af2b61756 100644 --- a/gems/aws-sdk-licensemanagerusersubscriptions/CHANGELOG.md +++ b/gems/aws-sdk-licensemanagerusersubscriptions/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.21.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.20.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-licensemanagerusersubscriptions/VERSION b/gems/aws-sdk-licensemanagerusersubscriptions/VERSION index 39893559155..3500250a4b0 100644 --- a/gems/aws-sdk-licensemanagerusersubscriptions/VERSION +++ b/gems/aws-sdk-licensemanagerusersubscriptions/VERSION @@ -1 +1 @@ -1.20.0 +1.21.0 diff --git a/gems/aws-sdk-licensemanagerusersubscriptions/lib/aws-sdk-licensemanagerusersubscriptions.rb b/gems/aws-sdk-licensemanagerusersubscriptions/lib/aws-sdk-licensemanagerusersubscriptions.rb index 344ce45ad34..b9626b74eec 100644 --- a/gems/aws-sdk-licensemanagerusersubscriptions/lib/aws-sdk-licensemanagerusersubscriptions.rb +++ b/gems/aws-sdk-licensemanagerusersubscriptions/lib/aws-sdk-licensemanagerusersubscriptions.rb @@ -52,6 +52,6 @@ # @!group service module Aws::LicenseManagerUserSubscriptions - GEM_VERSION = '1.20.0' + GEM_VERSION = '1.21.0' end diff --git a/gems/aws-sdk-licensemanagerusersubscriptions/lib/aws-sdk-licensemanagerusersubscriptions/client.rb b/gems/aws-sdk-licensemanagerusersubscriptions/lib/aws-sdk-licensemanagerusersubscriptions/client.rb index b39237bc831..a13d25d3405 100644 --- a/gems/aws-sdk-licensemanagerusersubscriptions/lib/aws-sdk-licensemanagerusersubscriptions/client.rb +++ b/gems/aws-sdk-licensemanagerusersubscriptions/lib/aws-sdk-licensemanagerusersubscriptions/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -1070,7 +1076,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-licensemanagerusersubscriptions' - context[:gem_version] = '1.20.0' + context[:gem_version] = '1.21.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-lightsail/CHANGELOG.md b/gems/aws-sdk-lightsail/CHANGELOG.md index ed407347467..901b88718ae 100644 --- a/gems/aws-sdk-lightsail/CHANGELOG.md +++ b/gems/aws-sdk-lightsail/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.98.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.97.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-lightsail/VERSION b/gems/aws-sdk-lightsail/VERSION index acbb747ac54..783fda86436 100644 --- a/gems/aws-sdk-lightsail/VERSION +++ b/gems/aws-sdk-lightsail/VERSION @@ -1 +1 @@ -1.97.0 +1.98.0 diff --git a/gems/aws-sdk-lightsail/lib/aws-sdk-lightsail.rb b/gems/aws-sdk-lightsail/lib/aws-sdk-lightsail.rb index ab42b987230..7b6cc87e8be 100644 --- a/gems/aws-sdk-lightsail/lib/aws-sdk-lightsail.rb +++ b/gems/aws-sdk-lightsail/lib/aws-sdk-lightsail.rb @@ -52,6 +52,6 @@ # @!group service module Aws::Lightsail - GEM_VERSION = '1.97.0' + GEM_VERSION = '1.98.0' end diff --git a/gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/client.rb b/gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/client.rb index fe43251d2ba..afa6c58b024 100644 --- a/gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/client.rb +++ b/gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -12438,7 +12444,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-lightsail' - context[:gem_version] = '1.97.0' + context[:gem_version] = '1.98.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-locationservice/CHANGELOG.md b/gems/aws-sdk-locationservice/CHANGELOG.md index 03b3a60d803..34acb261248 100644 --- a/gems/aws-sdk-locationservice/CHANGELOG.md +++ b/gems/aws-sdk-locationservice/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.57.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.56.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-locationservice/VERSION b/gems/aws-sdk-locationservice/VERSION index 3ebf789f5a8..373aea97570 100644 --- a/gems/aws-sdk-locationservice/VERSION +++ b/gems/aws-sdk-locationservice/VERSION @@ -1 +1 @@ -1.56.0 +1.57.0 diff --git a/gems/aws-sdk-locationservice/lib/aws-sdk-locationservice.rb b/gems/aws-sdk-locationservice/lib/aws-sdk-locationservice.rb index 8488494964d..f17b8f30ff0 100644 --- a/gems/aws-sdk-locationservice/lib/aws-sdk-locationservice.rb +++ b/gems/aws-sdk-locationservice/lib/aws-sdk-locationservice.rb @@ -52,6 +52,6 @@ # @!group service module Aws::LocationService - GEM_VERSION = '1.56.0' + GEM_VERSION = '1.57.0' end diff --git a/gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/client.rb b/gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/client.rb index 05087f78d39..c38ad6d3cec 100644 --- a/gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/client.rb +++ b/gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -4881,7 +4887,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-locationservice' - context[:gem_version] = '1.56.0' + context[:gem_version] = '1.57.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-lookoutequipment/CHANGELOG.md b/gems/aws-sdk-lookoutequipment/CHANGELOG.md index 1b4f477eafd..17caae35038 100644 --- a/gems/aws-sdk-lookoutequipment/CHANGELOG.md +++ b/gems/aws-sdk-lookoutequipment/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.38.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.37.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-lookoutequipment/VERSION b/gems/aws-sdk-lookoutequipment/VERSION index bf50e910e62..ebeef2f2d61 100644 --- a/gems/aws-sdk-lookoutequipment/VERSION +++ b/gems/aws-sdk-lookoutequipment/VERSION @@ -1 +1 @@ -1.37.0 +1.38.0 diff --git a/gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment.rb b/gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment.rb index f167d90fcb5..a78c9f3936c 100644 --- a/gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment.rb +++ b/gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment.rb @@ -52,6 +52,6 @@ # @!group service module Aws::LookoutEquipment - GEM_VERSION = '1.37.0' + GEM_VERSION = '1.38.0' end diff --git a/gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/client.rb b/gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/client.rb index 88b48747436..04fd98738ef 100644 --- a/gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/client.rb +++ b/gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -3353,7 +3359,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-lookoutequipment' - context[:gem_version] = '1.37.0' + context[:gem_version] = '1.38.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-lookoutforvision/CHANGELOG.md b/gems/aws-sdk-lookoutforvision/CHANGELOG.md index 93c5bdb62e8..c31df64dae5 100644 --- a/gems/aws-sdk-lookoutforvision/CHANGELOG.md +++ b/gems/aws-sdk-lookoutforvision/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.38.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.37.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-lookoutforvision/VERSION b/gems/aws-sdk-lookoutforvision/VERSION index bf50e910e62..ebeef2f2d61 100644 --- a/gems/aws-sdk-lookoutforvision/VERSION +++ b/gems/aws-sdk-lookoutforvision/VERSION @@ -1 +1 @@ -1.37.0 +1.38.0 diff --git a/gems/aws-sdk-lookoutforvision/lib/aws-sdk-lookoutforvision.rb b/gems/aws-sdk-lookoutforvision/lib/aws-sdk-lookoutforvision.rb index ae92170fa58..ecdf85fd89a 100644 --- a/gems/aws-sdk-lookoutforvision/lib/aws-sdk-lookoutforvision.rb +++ b/gems/aws-sdk-lookoutforvision/lib/aws-sdk-lookoutforvision.rb @@ -52,6 +52,6 @@ # @!group service module Aws::LookoutforVision - GEM_VERSION = '1.37.0' + GEM_VERSION = '1.38.0' end diff --git a/gems/aws-sdk-lookoutforvision/lib/aws-sdk-lookoutforvision/client.rb b/gems/aws-sdk-lookoutforvision/lib/aws-sdk-lookoutforvision/client.rb index 1cb235f8f5c..8f595559b18 100644 --- a/gems/aws-sdk-lookoutforvision/lib/aws-sdk-lookoutforvision/client.rb +++ b/gems/aws-sdk-lookoutforvision/lib/aws-sdk-lookoutforvision/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -1889,7 +1895,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-lookoutforvision' - context[:gem_version] = '1.37.0' + context[:gem_version] = '1.38.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-lookoutmetrics/CHANGELOG.md b/gems/aws-sdk-lookoutmetrics/CHANGELOG.md index 2f6e3eb5a05..b6ca923187d 100644 --- a/gems/aws-sdk-lookoutmetrics/CHANGELOG.md +++ b/gems/aws-sdk-lookoutmetrics/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.43.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.42.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-lookoutmetrics/VERSION b/gems/aws-sdk-lookoutmetrics/VERSION index a50908ca3da..b978278f05f 100644 --- a/gems/aws-sdk-lookoutmetrics/VERSION +++ b/gems/aws-sdk-lookoutmetrics/VERSION @@ -1 +1 @@ -1.42.0 +1.43.0 diff --git a/gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics.rb b/gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics.rb index 4c4fce8b094..0e7f691d832 100644 --- a/gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics.rb +++ b/gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics.rb @@ -52,6 +52,6 @@ # @!group service module Aws::LookoutMetrics - GEM_VERSION = '1.42.0' + GEM_VERSION = '1.43.0' end diff --git a/gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/client.rb b/gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/client.rb index a84019cfc6e..a972d30e74a 100644 --- a/gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/client.rb +++ b/gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -2105,7 +2111,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-lookoutmetrics' - context[:gem_version] = '1.42.0' + context[:gem_version] = '1.43.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-machinelearning/CHANGELOG.md b/gems/aws-sdk-machinelearning/CHANGELOG.md index 6694865e73d..050331a3c58 100644 --- a/gems/aws-sdk-machinelearning/CHANGELOG.md +++ b/gems/aws-sdk-machinelearning/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.59.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.58.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-machinelearning/VERSION b/gems/aws-sdk-machinelearning/VERSION index 79f82f6b8e0..bb120e876c6 100644 --- a/gems/aws-sdk-machinelearning/VERSION +++ b/gems/aws-sdk-machinelearning/VERSION @@ -1 +1 @@ -1.58.0 +1.59.0 diff --git a/gems/aws-sdk-machinelearning/lib/aws-sdk-machinelearning.rb b/gems/aws-sdk-machinelearning/lib/aws-sdk-machinelearning.rb index 5ac27532d2c..6c9032c986f 100644 --- a/gems/aws-sdk-machinelearning/lib/aws-sdk-machinelearning.rb +++ b/gems/aws-sdk-machinelearning/lib/aws-sdk-machinelearning.rb @@ -53,6 +53,6 @@ # @!group service module Aws::MachineLearning - GEM_VERSION = '1.58.0' + GEM_VERSION = '1.59.0' end diff --git a/gems/aws-sdk-machinelearning/lib/aws-sdk-machinelearning/client.rb b/gems/aws-sdk-machinelearning/lib/aws-sdk-machinelearning/client.rb index c69d8372c4f..144c322f15b 100644 --- a/gems/aws-sdk-machinelearning/lib/aws-sdk-machinelearning/client.rb +++ b/gems/aws-sdk-machinelearning/lib/aws-sdk-machinelearning/client.rb @@ -434,6 +434,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -2478,7 +2484,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-machinelearning' - context[:gem_version] = '1.58.0' + context[:gem_version] = '1.59.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-macie2/CHANGELOG.md b/gems/aws-sdk-macie2/CHANGELOG.md index ca7f7dae771..a1c215bae22 100644 --- a/gems/aws-sdk-macie2/CHANGELOG.md +++ b/gems/aws-sdk-macie2/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.75.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.74.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-macie2/VERSION b/gems/aws-sdk-macie2/VERSION index dc87e8af82f..7c7053aa238 100644 --- a/gems/aws-sdk-macie2/VERSION +++ b/gems/aws-sdk-macie2/VERSION @@ -1 +1 @@ -1.74.0 +1.75.0 diff --git a/gems/aws-sdk-macie2/lib/aws-sdk-macie2.rb b/gems/aws-sdk-macie2/lib/aws-sdk-macie2.rb index 413d8e72f03..695fe2e597e 100644 --- a/gems/aws-sdk-macie2/lib/aws-sdk-macie2.rb +++ b/gems/aws-sdk-macie2/lib/aws-sdk-macie2.rb @@ -53,6 +53,6 @@ # @!group service module Aws::Macie2 - GEM_VERSION = '1.74.0' + GEM_VERSION = '1.75.0' end diff --git a/gems/aws-sdk-macie2/lib/aws-sdk-macie2/client.rb b/gems/aws-sdk-macie2/lib/aws-sdk-macie2/client.rb index bcc90fd0821..355caad1c9b 100644 --- a/gems/aws-sdk-macie2/lib/aws-sdk-macie2/client.rb +++ b/gems/aws-sdk-macie2/lib/aws-sdk-macie2/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -4026,7 +4032,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-macie2' - context[:gem_version] = '1.74.0' + context[:gem_version] = '1.75.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-mailmanager/CHANGELOG.md b/gems/aws-sdk-mailmanager/CHANGELOG.md index 63858b848a0..91e22752001 100644 --- a/gems/aws-sdk-mailmanager/CHANGELOG.md +++ b/gems/aws-sdk-mailmanager/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.7.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.6.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-mailmanager/VERSION b/gems/aws-sdk-mailmanager/VERSION index dc1e644a101..bd8bf882d06 100644 --- a/gems/aws-sdk-mailmanager/VERSION +++ b/gems/aws-sdk-mailmanager/VERSION @@ -1 +1 @@ -1.6.0 +1.7.0 diff --git a/gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager.rb b/gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager.rb index bbcc1758e31..572fa7640c3 100644 --- a/gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager.rb +++ b/gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager.rb @@ -52,6 +52,6 @@ # @!group service module Aws::MailManager - GEM_VERSION = '1.6.0' + GEM_VERSION = '1.7.0' end diff --git a/gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/client.rb b/gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/client.rb index e472a66ddfd..a9ffd2c936d 100644 --- a/gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/client.rb +++ b/gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -2842,7 +2848,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-mailmanager' - context[:gem_version] = '1.6.0' + context[:gem_version] = '1.7.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-mainframemodernization/CHANGELOG.md b/gems/aws-sdk-mainframemodernization/CHANGELOG.md index 8f0fda250a2..fc46be0a1cf 100644 --- a/gems/aws-sdk-mainframemodernization/CHANGELOG.md +++ b/gems/aws-sdk-mainframemodernization/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.24.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.23.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-mainframemodernization/VERSION b/gems/aws-sdk-mainframemodernization/VERSION index a6c2798a482..53cc1a6f929 100644 --- a/gems/aws-sdk-mainframemodernization/VERSION +++ b/gems/aws-sdk-mainframemodernization/VERSION @@ -1 +1 @@ -1.23.0 +1.24.0 diff --git a/gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization.rb b/gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization.rb index 31542e80755..722337b4be4 100644 --- a/gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization.rb +++ b/gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization.rb @@ -52,6 +52,6 @@ # @!group service module Aws::MainframeModernization - GEM_VERSION = '1.23.0' + GEM_VERSION = '1.24.0' end diff --git a/gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/client.rb b/gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/client.rb index 47d2b13af7b..e06a4a245a4 100644 --- a/gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/client.rb +++ b/gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -2215,7 +2221,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-mainframemodernization' - context[:gem_version] = '1.23.0' + context[:gem_version] = '1.24.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-managedblockchain/CHANGELOG.md b/gems/aws-sdk-managedblockchain/CHANGELOG.md index 4adee13e734..64428eded1e 100644 --- a/gems/aws-sdk-managedblockchain/CHANGELOG.md +++ b/gems/aws-sdk-managedblockchain/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.59.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.58.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-managedblockchain/VERSION b/gems/aws-sdk-managedblockchain/VERSION index 79f82f6b8e0..bb120e876c6 100644 --- a/gems/aws-sdk-managedblockchain/VERSION +++ b/gems/aws-sdk-managedblockchain/VERSION @@ -1 +1 @@ -1.58.0 +1.59.0 diff --git a/gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain.rb b/gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain.rb index 881e33d9c34..0e0d5abb372 100644 --- a/gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain.rb +++ b/gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain.rb @@ -52,6 +52,6 @@ # @!group service module Aws::ManagedBlockchain - GEM_VERSION = '1.58.0' + GEM_VERSION = '1.59.0' end diff --git a/gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/client.rb b/gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/client.rb index a6f19ae6c92..fc5a217869a 100644 --- a/gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/client.rb +++ b/gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -1976,7 +1982,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-managedblockchain' - context[:gem_version] = '1.58.0' + context[:gem_version] = '1.59.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-managedblockchainquery/CHANGELOG.md b/gems/aws-sdk-managedblockchainquery/CHANGELOG.md index de813fb0018..54660ab4ae2 100644 --- a/gems/aws-sdk-managedblockchainquery/CHANGELOG.md +++ b/gems/aws-sdk-managedblockchainquery/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.18.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.17.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-managedblockchainquery/VERSION b/gems/aws-sdk-managedblockchainquery/VERSION index 092afa15df4..84cc529467b 100644 --- a/gems/aws-sdk-managedblockchainquery/VERSION +++ b/gems/aws-sdk-managedblockchainquery/VERSION @@ -1 +1 @@ -1.17.0 +1.18.0 diff --git a/gems/aws-sdk-managedblockchainquery/lib/aws-sdk-managedblockchainquery.rb b/gems/aws-sdk-managedblockchainquery/lib/aws-sdk-managedblockchainquery.rb index 8bf31c02219..fa6e79d15fd 100644 --- a/gems/aws-sdk-managedblockchainquery/lib/aws-sdk-managedblockchainquery.rb +++ b/gems/aws-sdk-managedblockchainquery/lib/aws-sdk-managedblockchainquery.rb @@ -53,6 +53,6 @@ # @!group service module Aws::ManagedBlockchainQuery - GEM_VERSION = '1.17.0' + GEM_VERSION = '1.18.0' end diff --git a/gems/aws-sdk-managedblockchainquery/lib/aws-sdk-managedblockchainquery/client.rb b/gems/aws-sdk-managedblockchainquery/lib/aws-sdk-managedblockchainquery/client.rb index b266a563a71..a087f07f3bc 100644 --- a/gems/aws-sdk-managedblockchainquery/lib/aws-sdk-managedblockchainquery/client.rb +++ b/gems/aws-sdk-managedblockchainquery/lib/aws-sdk-managedblockchainquery/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -1163,7 +1169,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-managedblockchainquery' - context[:gem_version] = '1.17.0' + context[:gem_version] = '1.18.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-managedgrafana/CHANGELOG.md b/gems/aws-sdk-managedgrafana/CHANGELOG.md index 8e677ea82dd..815d515f2f1 100644 --- a/gems/aws-sdk-managedgrafana/CHANGELOG.md +++ b/gems/aws-sdk-managedgrafana/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.35.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.34.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-managedgrafana/VERSION b/gems/aws-sdk-managedgrafana/VERSION index 2b17ffd5042..2aeaa11ee27 100644 --- a/gems/aws-sdk-managedgrafana/VERSION +++ b/gems/aws-sdk-managedgrafana/VERSION @@ -1 +1 @@ -1.34.0 +1.35.0 diff --git a/gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana.rb b/gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana.rb index 90535a40cb5..69af8dda5b5 100644 --- a/gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana.rb +++ b/gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana.rb @@ -52,6 +52,6 @@ # @!group service module Aws::ManagedGrafana - GEM_VERSION = '1.34.0' + GEM_VERSION = '1.35.0' end diff --git a/gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/client.rb b/gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/client.rb index 524831eec9e..e59ecaee3ce 100644 --- a/gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/client.rb +++ b/gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -2153,7 +2159,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-managedgrafana' - context[:gem_version] = '1.34.0' + context[:gem_version] = '1.35.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-marketplaceagreement/CHANGELOG.md b/gems/aws-sdk-marketplaceagreement/CHANGELOG.md index a569b88d3b0..8905d0faa41 100644 --- a/gems/aws-sdk-marketplaceagreement/CHANGELOG.md +++ b/gems/aws-sdk-marketplaceagreement/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.9.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.8.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-marketplaceagreement/VERSION b/gems/aws-sdk-marketplaceagreement/VERSION index 27f9cd322bb..f8e233b2733 100644 --- a/gems/aws-sdk-marketplaceagreement/VERSION +++ b/gems/aws-sdk-marketplaceagreement/VERSION @@ -1 +1 @@ -1.8.0 +1.9.0 diff --git a/gems/aws-sdk-marketplaceagreement/lib/aws-sdk-marketplaceagreement.rb b/gems/aws-sdk-marketplaceagreement/lib/aws-sdk-marketplaceagreement.rb index 1587d76e7a9..59d710bf8c0 100644 --- a/gems/aws-sdk-marketplaceagreement/lib/aws-sdk-marketplaceagreement.rb +++ b/gems/aws-sdk-marketplaceagreement/lib/aws-sdk-marketplaceagreement.rb @@ -52,6 +52,6 @@ # @!group service module Aws::MarketplaceAgreement - GEM_VERSION = '1.8.0' + GEM_VERSION = '1.9.0' end diff --git a/gems/aws-sdk-marketplaceagreement/lib/aws-sdk-marketplaceagreement/client.rb b/gems/aws-sdk-marketplaceagreement/lib/aws-sdk-marketplaceagreement/client.rb index 9e5854b725d..5e422e61e8b 100644 --- a/gems/aws-sdk-marketplaceagreement/lib/aws-sdk-marketplaceagreement/client.rb +++ b/gems/aws-sdk-marketplaceagreement/lib/aws-sdk-marketplaceagreement/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -770,7 +776,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-marketplaceagreement' - context[:gem_version] = '1.8.0' + context[:gem_version] = '1.9.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-marketplacecatalog/CHANGELOG.md b/gems/aws-sdk-marketplacecatalog/CHANGELOG.md index 5de868a2de0..477bbd673a3 100644 --- a/gems/aws-sdk-marketplacecatalog/CHANGELOG.md +++ b/gems/aws-sdk-marketplacecatalog/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.49.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.48.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-marketplacecatalog/VERSION b/gems/aws-sdk-marketplacecatalog/VERSION index 9db5ea12f52..7f3a46a841e 100644 --- a/gems/aws-sdk-marketplacecatalog/VERSION +++ b/gems/aws-sdk-marketplacecatalog/VERSION @@ -1 +1 @@ -1.48.0 +1.49.0 diff --git a/gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog.rb b/gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog.rb index 1508c6b5246..444a8f12599 100644 --- a/gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog.rb +++ b/gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog.rb @@ -52,6 +52,6 @@ # @!group service module Aws::MarketplaceCatalog - GEM_VERSION = '1.48.0' + GEM_VERSION = '1.49.0' end diff --git a/gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/client.rb b/gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/client.rb index 502cd3b4dc1..4aeeaa96b55 100644 --- a/gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/client.rb +++ b/gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -1338,7 +1344,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-marketplacecatalog' - context[:gem_version] = '1.48.0' + context[:gem_version] = '1.49.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-marketplacecommerceanalytics/CHANGELOG.md b/gems/aws-sdk-marketplacecommerceanalytics/CHANGELOG.md index cdc5e2d7137..8326bddb40a 100644 --- a/gems/aws-sdk-marketplacecommerceanalytics/CHANGELOG.md +++ b/gems/aws-sdk-marketplacecommerceanalytics/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.63.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.62.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-marketplacecommerceanalytics/VERSION b/gems/aws-sdk-marketplacecommerceanalytics/VERSION index 76d05362056..af92bdd9f58 100644 --- a/gems/aws-sdk-marketplacecommerceanalytics/VERSION +++ b/gems/aws-sdk-marketplacecommerceanalytics/VERSION @@ -1 +1 @@ -1.62.0 +1.63.0 diff --git a/gems/aws-sdk-marketplacecommerceanalytics/lib/aws-sdk-marketplacecommerceanalytics.rb b/gems/aws-sdk-marketplacecommerceanalytics/lib/aws-sdk-marketplacecommerceanalytics.rb index b66ab5904bc..93f537f6f9e 100644 --- a/gems/aws-sdk-marketplacecommerceanalytics/lib/aws-sdk-marketplacecommerceanalytics.rb +++ b/gems/aws-sdk-marketplacecommerceanalytics/lib/aws-sdk-marketplacecommerceanalytics.rb @@ -52,6 +52,6 @@ # @!group service module Aws::MarketplaceCommerceAnalytics - GEM_VERSION = '1.62.0' + GEM_VERSION = '1.63.0' end diff --git a/gems/aws-sdk-marketplacecommerceanalytics/lib/aws-sdk-marketplacecommerceanalytics/client.rb b/gems/aws-sdk-marketplacecommerceanalytics/lib/aws-sdk-marketplacecommerceanalytics/client.rb index b64bbc8dec5..5aebd504fdc 100644 --- a/gems/aws-sdk-marketplacecommerceanalytics/lib/aws-sdk-marketplacecommerceanalytics/client.rb +++ b/gems/aws-sdk-marketplacecommerceanalytics/lib/aws-sdk-marketplacecommerceanalytics/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -703,7 +709,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-marketplacecommerceanalytics' - context[:gem_version] = '1.62.0' + context[:gem_version] = '1.63.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-marketplacedeployment/CHANGELOG.md b/gems/aws-sdk-marketplacedeployment/CHANGELOG.md index 9eac4fc9932..84f0795c03a 100644 --- a/gems/aws-sdk-marketplacedeployment/CHANGELOG.md +++ b/gems/aws-sdk-marketplacedeployment/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.9.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.8.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-marketplacedeployment/VERSION b/gems/aws-sdk-marketplacedeployment/VERSION index 27f9cd322bb..f8e233b2733 100644 --- a/gems/aws-sdk-marketplacedeployment/VERSION +++ b/gems/aws-sdk-marketplacedeployment/VERSION @@ -1 +1 @@ -1.8.0 +1.9.0 diff --git a/gems/aws-sdk-marketplacedeployment/lib/aws-sdk-marketplacedeployment.rb b/gems/aws-sdk-marketplacedeployment/lib/aws-sdk-marketplacedeployment.rb index 3b50bd05c03..ee3f259cbe2 100644 --- a/gems/aws-sdk-marketplacedeployment/lib/aws-sdk-marketplacedeployment.rb +++ b/gems/aws-sdk-marketplacedeployment/lib/aws-sdk-marketplacedeployment.rb @@ -52,6 +52,6 @@ # @!group service module Aws::MarketplaceDeployment - GEM_VERSION = '1.8.0' + GEM_VERSION = '1.9.0' end diff --git a/gems/aws-sdk-marketplacedeployment/lib/aws-sdk-marketplacedeployment/client.rb b/gems/aws-sdk-marketplacedeployment/lib/aws-sdk-marketplacedeployment/client.rb index b3fda106de4..51afc84dd51 100644 --- a/gems/aws-sdk-marketplacedeployment/lib/aws-sdk-marketplacedeployment/client.rb +++ b/gems/aws-sdk-marketplacedeployment/lib/aws-sdk-marketplacedeployment/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -617,7 +623,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-marketplacedeployment' - context[:gem_version] = '1.8.0' + context[:gem_version] = '1.9.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-marketplaceentitlementservice/CHANGELOG.md b/gems/aws-sdk-marketplaceentitlementservice/CHANGELOG.md index c1cae012ff5..1dace47b5f3 100644 --- a/gems/aws-sdk-marketplaceentitlementservice/CHANGELOG.md +++ b/gems/aws-sdk-marketplaceentitlementservice/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.58.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.57.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-marketplaceentitlementservice/VERSION b/gems/aws-sdk-marketplaceentitlementservice/VERSION index 373aea97570..79f82f6b8e0 100644 --- a/gems/aws-sdk-marketplaceentitlementservice/VERSION +++ b/gems/aws-sdk-marketplaceentitlementservice/VERSION @@ -1 +1 @@ -1.57.0 +1.58.0 diff --git a/gems/aws-sdk-marketplaceentitlementservice/lib/aws-sdk-marketplaceentitlementservice.rb b/gems/aws-sdk-marketplaceentitlementservice/lib/aws-sdk-marketplaceentitlementservice.rb index 8f05914b937..2c0ff4c74c8 100644 --- a/gems/aws-sdk-marketplaceentitlementservice/lib/aws-sdk-marketplaceentitlementservice.rb +++ b/gems/aws-sdk-marketplaceentitlementservice/lib/aws-sdk-marketplaceentitlementservice.rb @@ -52,6 +52,6 @@ # @!group service module Aws::MarketplaceEntitlementService - GEM_VERSION = '1.57.0' + GEM_VERSION = '1.58.0' end diff --git a/gems/aws-sdk-marketplaceentitlementservice/lib/aws-sdk-marketplaceentitlementservice/client.rb b/gems/aws-sdk-marketplaceentitlementservice/lib/aws-sdk-marketplaceentitlementservice/client.rb index 554f9a305f7..fec33b975ce 100644 --- a/gems/aws-sdk-marketplaceentitlementservice/lib/aws-sdk-marketplaceentitlementservice/client.rb +++ b/gems/aws-sdk-marketplaceentitlementservice/lib/aws-sdk-marketplaceentitlementservice/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -526,7 +532,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-marketplaceentitlementservice' - context[:gem_version] = '1.57.0' + context[:gem_version] = '1.58.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-marketplacemetering/CHANGELOG.md b/gems/aws-sdk-marketplacemetering/CHANGELOG.md index 0ade04451d4..992ffaf1611 100644 --- a/gems/aws-sdk-marketplacemetering/CHANGELOG.md +++ b/gems/aws-sdk-marketplacemetering/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.65.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.64.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-marketplacemetering/VERSION b/gems/aws-sdk-marketplacemetering/VERSION index 9405730420f..902c74186fb 100644 --- a/gems/aws-sdk-marketplacemetering/VERSION +++ b/gems/aws-sdk-marketplacemetering/VERSION @@ -1 +1 @@ -1.64.0 +1.65.0 diff --git a/gems/aws-sdk-marketplacemetering/lib/aws-sdk-marketplacemetering.rb b/gems/aws-sdk-marketplacemetering/lib/aws-sdk-marketplacemetering.rb index 52f28064fcc..e1a1800ace0 100644 --- a/gems/aws-sdk-marketplacemetering/lib/aws-sdk-marketplacemetering.rb +++ b/gems/aws-sdk-marketplacemetering/lib/aws-sdk-marketplacemetering.rb @@ -52,6 +52,6 @@ # @!group service module Aws::MarketplaceMetering - GEM_VERSION = '1.64.0' + GEM_VERSION = '1.65.0' end diff --git a/gems/aws-sdk-marketplacemetering/lib/aws-sdk-marketplacemetering/client.rb b/gems/aws-sdk-marketplacemetering/lib/aws-sdk-marketplacemetering/client.rb index 4816d8c65a4..64274440ba1 100644 --- a/gems/aws-sdk-marketplacemetering/lib/aws-sdk-marketplacemetering/client.rb +++ b/gems/aws-sdk-marketplacemetering/lib/aws-sdk-marketplacemetering/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -781,7 +787,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-marketplacemetering' - context[:gem_version] = '1.64.0' + context[:gem_version] = '1.65.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-mediaconnect/CHANGELOG.md b/gems/aws-sdk-mediaconnect/CHANGELOG.md index c725bbd641b..ddd07dca156 100644 --- a/gems/aws-sdk-mediaconnect/CHANGELOG.md +++ b/gems/aws-sdk-mediaconnect/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.67.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.66.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-mediaconnect/VERSION b/gems/aws-sdk-mediaconnect/VERSION index b6148bc0a75..65ee0959841 100644 --- a/gems/aws-sdk-mediaconnect/VERSION +++ b/gems/aws-sdk-mediaconnect/VERSION @@ -1 +1 @@ -1.66.0 +1.67.0 diff --git a/gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect.rb b/gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect.rb index d6205a7c494..2295521bf58 100644 --- a/gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect.rb +++ b/gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect.rb @@ -53,6 +53,6 @@ # @!group service module Aws::MediaConnect - GEM_VERSION = '1.66.0' + GEM_VERSION = '1.67.0' end diff --git a/gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/client.rb b/gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/client.rb index 1cdbf6c1633..9ec055d1dc9 100644 --- a/gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/client.rb +++ b/gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -4112,7 +4118,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-mediaconnect' - context[:gem_version] = '1.66.0' + context[:gem_version] = '1.67.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-mediaconvert/CHANGELOG.md b/gems/aws-sdk-mediaconvert/CHANGELOG.md index af4a5e4b677..0ce50c7c139 100644 --- a/gems/aws-sdk-mediaconvert/CHANGELOG.md +++ b/gems/aws-sdk-mediaconvert/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.136.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.135.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-mediaconvert/VERSION b/gems/aws-sdk-mediaconvert/VERSION index 77c00acb562..f69bce49e85 100644 --- a/gems/aws-sdk-mediaconvert/VERSION +++ b/gems/aws-sdk-mediaconvert/VERSION @@ -1 +1 @@ -1.135.0 +1.136.0 diff --git a/gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert.rb b/gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert.rb index 2951717e714..d58b79ed19a 100644 --- a/gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert.rb +++ b/gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert.rb @@ -52,6 +52,6 @@ # @!group service module Aws::MediaConvert - GEM_VERSION = '1.135.0' + GEM_VERSION = '1.136.0' end diff --git a/gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/client.rb b/gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/client.rb index b2647627c19..534b5f5cd8d 100644 --- a/gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/client.rb +++ b/gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -5763,7 +5769,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-mediaconvert' - context[:gem_version] = '1.135.0' + context[:gem_version] = '1.136.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-medialive/CHANGELOG.md b/gems/aws-sdk-medialive/CHANGELOG.md index e35caa489ca..4dfe9ae41d6 100644 --- a/gems/aws-sdk-medialive/CHANGELOG.md +++ b/gems/aws-sdk-medialive/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.130.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.129.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-medialive/VERSION b/gems/aws-sdk-medialive/VERSION index 365ef018e15..e4861cbfb71 100644 --- a/gems/aws-sdk-medialive/VERSION +++ b/gems/aws-sdk-medialive/VERSION @@ -1 +1 @@ -1.129.0 +1.130.0 diff --git a/gems/aws-sdk-medialive/lib/aws-sdk-medialive.rb b/gems/aws-sdk-medialive/lib/aws-sdk-medialive.rb index 30e6733f82a..43bbaad207b 100644 --- a/gems/aws-sdk-medialive/lib/aws-sdk-medialive.rb +++ b/gems/aws-sdk-medialive/lib/aws-sdk-medialive.rb @@ -53,6 +53,6 @@ # @!group service module Aws::MediaLive - GEM_VERSION = '1.129.0' + GEM_VERSION = '1.130.0' end diff --git a/gems/aws-sdk-medialive/lib/aws-sdk-medialive/client.rb b/gems/aws-sdk-medialive/lib/aws-sdk-medialive/client.rb index 45bfbf426af..597771dc25b 100644 --- a/gems/aws-sdk-medialive/lib/aws-sdk-medialive/client.rb +++ b/gems/aws-sdk-medialive/lib/aws-sdk-medialive/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -11322,7 +11328,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-medialive' - context[:gem_version] = '1.129.0' + context[:gem_version] = '1.130.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-mediapackage/CHANGELOG.md b/gems/aws-sdk-mediapackage/CHANGELOG.md index bd800c82f60..550433f109b 100644 --- a/gems/aws-sdk-mediapackage/CHANGELOG.md +++ b/gems/aws-sdk-mediapackage/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.78.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.77.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-mediapackage/VERSION b/gems/aws-sdk-mediapackage/VERSION index 79e15fd4937..54227249d1f 100644 --- a/gems/aws-sdk-mediapackage/VERSION +++ b/gems/aws-sdk-mediapackage/VERSION @@ -1 +1 @@ -1.77.0 +1.78.0 diff --git a/gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage.rb b/gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage.rb index 7612b2dd9be..90a900ef6f2 100644 --- a/gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage.rb +++ b/gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage.rb @@ -52,6 +52,6 @@ # @!group service module Aws::MediaPackage - GEM_VERSION = '1.77.0' + GEM_VERSION = '1.78.0' end diff --git a/gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/client.rb b/gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/client.rb index 228cf27e4e0..66bab9ad38b 100644 --- a/gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/client.rb +++ b/gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -2017,7 +2023,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-mediapackage' - context[:gem_version] = '1.77.0' + context[:gem_version] = '1.78.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-mediapackagev2/CHANGELOG.md b/gems/aws-sdk-mediapackagev2/CHANGELOG.md index 590787b8e0a..beb3e268776 100644 --- a/gems/aws-sdk-mediapackagev2/CHANGELOG.md +++ b/gems/aws-sdk-mediapackagev2/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.24.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.23.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-mediapackagev2/VERSION b/gems/aws-sdk-mediapackagev2/VERSION index a6c2798a482..53cc1a6f929 100644 --- a/gems/aws-sdk-mediapackagev2/VERSION +++ b/gems/aws-sdk-mediapackagev2/VERSION @@ -1 +1 @@ -1.23.0 +1.24.0 diff --git a/gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2.rb b/gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2.rb index 84928f83567..5420c243cbe 100644 --- a/gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2.rb +++ b/gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2.rb @@ -53,6 +53,6 @@ # @!group service module Aws::MediaPackageV2 - GEM_VERSION = '1.23.0' + GEM_VERSION = '1.24.0' end diff --git a/gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/client.rb b/gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/client.rb index 4c186db2d30..1b889b6d73f 100644 --- a/gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/client.rb +++ b/gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -3411,7 +3417,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-mediapackagev2' - context[:gem_version] = '1.23.0' + context[:gem_version] = '1.24.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-mediapackagevod/CHANGELOG.md b/gems/aws-sdk-mediapackagevod/CHANGELOG.md index b65ad91eeaf..ad0149af417 100644 --- a/gems/aws-sdk-mediapackagevod/CHANGELOG.md +++ b/gems/aws-sdk-mediapackagevod/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.60.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.59.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-mediapackagevod/VERSION b/gems/aws-sdk-mediapackagevod/VERSION index bb120e876c6..4d5fde5bd16 100644 --- a/gems/aws-sdk-mediapackagevod/VERSION +++ b/gems/aws-sdk-mediapackagevod/VERSION @@ -1 +1 @@ -1.59.0 +1.60.0 diff --git a/gems/aws-sdk-mediapackagevod/lib/aws-sdk-mediapackagevod.rb b/gems/aws-sdk-mediapackagevod/lib/aws-sdk-mediapackagevod.rb index c17f4f595cd..d3e80649cdb 100644 --- a/gems/aws-sdk-mediapackagevod/lib/aws-sdk-mediapackagevod.rb +++ b/gems/aws-sdk-mediapackagevod/lib/aws-sdk-mediapackagevod.rb @@ -52,6 +52,6 @@ # @!group service module Aws::MediaPackageVod - GEM_VERSION = '1.59.0' + GEM_VERSION = '1.60.0' end diff --git a/gems/aws-sdk-mediapackagevod/lib/aws-sdk-mediapackagevod/client.rb b/gems/aws-sdk-mediapackagevod/lib/aws-sdk-mediapackagevod/client.rb index 924badf3287..1f38cf5c9c9 100644 --- a/gems/aws-sdk-mediapackagevod/lib/aws-sdk-mediapackagevod/client.rb +++ b/gems/aws-sdk-mediapackagevod/lib/aws-sdk-mediapackagevod/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -1479,7 +1485,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-mediapackagevod' - context[:gem_version] = '1.59.0' + context[:gem_version] = '1.60.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-mediastore/CHANGELOG.md b/gems/aws-sdk-mediastore/CHANGELOG.md index fe408860f70..5305df6f919 100644 --- a/gems/aws-sdk-mediastore/CHANGELOG.md +++ b/gems/aws-sdk-mediastore/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.62.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.61.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-mediastore/VERSION b/gems/aws-sdk-mediastore/VERSION index 91951fd8ad7..76d05362056 100644 --- a/gems/aws-sdk-mediastore/VERSION +++ b/gems/aws-sdk-mediastore/VERSION @@ -1 +1 @@ -1.61.0 +1.62.0 diff --git a/gems/aws-sdk-mediastore/lib/aws-sdk-mediastore.rb b/gems/aws-sdk-mediastore/lib/aws-sdk-mediastore.rb index 3ca899fc635..82a14c892f5 100644 --- a/gems/aws-sdk-mediastore/lib/aws-sdk-mediastore.rb +++ b/gems/aws-sdk-mediastore/lib/aws-sdk-mediastore.rb @@ -52,6 +52,6 @@ # @!group service module Aws::MediaStore - GEM_VERSION = '1.61.0' + GEM_VERSION = '1.62.0' end diff --git a/gems/aws-sdk-mediastore/lib/aws-sdk-mediastore/client.rb b/gems/aws-sdk-mediastore/lib/aws-sdk-mediastore/client.rb index 20c99612834..bc30e5c5056 100644 --- a/gems/aws-sdk-mediastore/lib/aws-sdk-mediastore/client.rb +++ b/gems/aws-sdk-mediastore/lib/aws-sdk-mediastore/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -1215,7 +1221,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-mediastore' - context[:gem_version] = '1.61.0' + context[:gem_version] = '1.62.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-mediastoredata/CHANGELOG.md b/gems/aws-sdk-mediastoredata/CHANGELOG.md index 2f897d355ac..2f61d9253c1 100644 --- a/gems/aws-sdk-mediastoredata/CHANGELOG.md +++ b/gems/aws-sdk-mediastoredata/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.59.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.58.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-mediastoredata/VERSION b/gems/aws-sdk-mediastoredata/VERSION index 79f82f6b8e0..bb120e876c6 100644 --- a/gems/aws-sdk-mediastoredata/VERSION +++ b/gems/aws-sdk-mediastoredata/VERSION @@ -1 +1 @@ -1.58.0 +1.59.0 diff --git a/gems/aws-sdk-mediastoredata/lib/aws-sdk-mediastoredata.rb b/gems/aws-sdk-mediastoredata/lib/aws-sdk-mediastoredata.rb index 04d91ee7a43..0f77e106e02 100644 --- a/gems/aws-sdk-mediastoredata/lib/aws-sdk-mediastoredata.rb +++ b/gems/aws-sdk-mediastoredata/lib/aws-sdk-mediastoredata.rb @@ -52,6 +52,6 @@ # @!group service module Aws::MediaStoreData - GEM_VERSION = '1.58.0' + GEM_VERSION = '1.59.0' end diff --git a/gems/aws-sdk-mediastoredata/lib/aws-sdk-mediastoredata/client.rb b/gems/aws-sdk-mediastoredata/lib/aws-sdk-mediastoredata/client.rb index 52d4e3545a4..032dadb99e9 100644 --- a/gems/aws-sdk-mediastoredata/lib/aws-sdk-mediastoredata/client.rb +++ b/gems/aws-sdk-mediastoredata/lib/aws-sdk-mediastoredata/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -767,7 +773,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-mediastoredata' - context[:gem_version] = '1.58.0' + context[:gem_version] = '1.59.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-mediatailor/CHANGELOG.md b/gems/aws-sdk-mediatailor/CHANGELOG.md index 4d564a536d4..85838caa123 100644 --- a/gems/aws-sdk-mediatailor/CHANGELOG.md +++ b/gems/aws-sdk-mediatailor/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.86.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.85.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-mediatailor/VERSION b/gems/aws-sdk-mediatailor/VERSION index f288d11142d..b7844a6ffdc 100644 --- a/gems/aws-sdk-mediatailor/VERSION +++ b/gems/aws-sdk-mediatailor/VERSION @@ -1 +1 @@ -1.85.0 +1.86.0 diff --git a/gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor.rb b/gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor.rb index b6bd01fb0f1..1454499ce8c 100644 --- a/gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor.rb +++ b/gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor.rb @@ -52,6 +52,6 @@ # @!group service module Aws::MediaTailor - GEM_VERSION = '1.85.0' + GEM_VERSION = '1.86.0' end diff --git a/gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/client.rb b/gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/client.rb index 981504114d2..5daed355c91 100644 --- a/gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/client.rb +++ b/gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -3431,7 +3437,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-mediatailor' - context[:gem_version] = '1.85.0' + context[:gem_version] = '1.86.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-medicalimaging/CHANGELOG.md b/gems/aws-sdk-medicalimaging/CHANGELOG.md index b70f61e730b..a229b9b9be7 100644 --- a/gems/aws-sdk-medicalimaging/CHANGELOG.md +++ b/gems/aws-sdk-medicalimaging/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.17.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.16.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-medicalimaging/VERSION b/gems/aws-sdk-medicalimaging/VERSION index 15b989e398f..092afa15df4 100644 --- a/gems/aws-sdk-medicalimaging/VERSION +++ b/gems/aws-sdk-medicalimaging/VERSION @@ -1 +1 @@ -1.16.0 +1.17.0 diff --git a/gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging.rb b/gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging.rb index 523a8d9e197..160a2ce6f6a 100644 --- a/gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging.rb +++ b/gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging.rb @@ -53,6 +53,6 @@ # @!group service module Aws::MedicalImaging - GEM_VERSION = '1.16.0' + GEM_VERSION = '1.17.0' end diff --git a/gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/client.rb b/gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/client.rb index 7cda9298f25..fcbe3d420b8 100644 --- a/gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/client.rb +++ b/gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -1350,7 +1356,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-medicalimaging' - context[:gem_version] = '1.16.0' + context[:gem_version] = '1.17.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-memorydb/CHANGELOG.md b/gems/aws-sdk-memorydb/CHANGELOG.md index 0a4f38ac979..31a6225548d 100644 --- a/gems/aws-sdk-memorydb/CHANGELOG.md +++ b/gems/aws-sdk-memorydb/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.33.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.32.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-memorydb/VERSION b/gems/aws-sdk-memorydb/VERSION index 359c41089a4..7aa332e4163 100644 --- a/gems/aws-sdk-memorydb/VERSION +++ b/gems/aws-sdk-memorydb/VERSION @@ -1 +1 @@ -1.32.0 +1.33.0 diff --git a/gems/aws-sdk-memorydb/lib/aws-sdk-memorydb.rb b/gems/aws-sdk-memorydb/lib/aws-sdk-memorydb.rb index e810a9c2edc..5aff7c401cb 100644 --- a/gems/aws-sdk-memorydb/lib/aws-sdk-memorydb.rb +++ b/gems/aws-sdk-memorydb/lib/aws-sdk-memorydb.rb @@ -52,6 +52,6 @@ # @!group service module Aws::MemoryDB - GEM_VERSION = '1.32.0' + GEM_VERSION = '1.33.0' end diff --git a/gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/client.rb b/gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/client.rb index 5f686628a87..8a68ee75184 100644 --- a/gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/client.rb +++ b/gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -2977,7 +2983,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-memorydb' - context[:gem_version] = '1.32.0' + context[:gem_version] = '1.33.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-mgn/CHANGELOG.md b/gems/aws-sdk-mgn/CHANGELOG.md index 0053d88a8da..7ad59d3aaba 100644 --- a/gems/aws-sdk-mgn/CHANGELOG.md +++ b/gems/aws-sdk-mgn/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.38.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.37.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-mgn/VERSION b/gems/aws-sdk-mgn/VERSION index bf50e910e62..ebeef2f2d61 100644 --- a/gems/aws-sdk-mgn/VERSION +++ b/gems/aws-sdk-mgn/VERSION @@ -1 +1 @@ -1.37.0 +1.38.0 diff --git a/gems/aws-sdk-mgn/lib/aws-sdk-mgn.rb b/gems/aws-sdk-mgn/lib/aws-sdk-mgn.rb index 20cd486a4c6..277230c3312 100644 --- a/gems/aws-sdk-mgn/lib/aws-sdk-mgn.rb +++ b/gems/aws-sdk-mgn/lib/aws-sdk-mgn.rb @@ -52,6 +52,6 @@ # @!group service module Aws::Mgn - GEM_VERSION = '1.37.0' + GEM_VERSION = '1.38.0' end diff --git a/gems/aws-sdk-mgn/lib/aws-sdk-mgn/client.rb b/gems/aws-sdk-mgn/lib/aws-sdk-mgn/client.rb index 3eaf76f0670..f78b74904f0 100644 --- a/gems/aws-sdk-mgn/lib/aws-sdk-mgn/client.rb +++ b/gems/aws-sdk-mgn/lib/aws-sdk-mgn/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -5296,7 +5302,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-mgn' - context[:gem_version] = '1.37.0' + context[:gem_version] = '1.38.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-migrationhub/CHANGELOG.md b/gems/aws-sdk-migrationhub/CHANGELOG.md index e0c349f8040..ea9d3de5531 100644 --- a/gems/aws-sdk-migrationhub/CHANGELOG.md +++ b/gems/aws-sdk-migrationhub/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.61.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.60.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-migrationhub/VERSION b/gems/aws-sdk-migrationhub/VERSION index 4d5fde5bd16..91951fd8ad7 100644 --- a/gems/aws-sdk-migrationhub/VERSION +++ b/gems/aws-sdk-migrationhub/VERSION @@ -1 +1 @@ -1.60.0 +1.61.0 diff --git a/gems/aws-sdk-migrationhub/lib/aws-sdk-migrationhub.rb b/gems/aws-sdk-migrationhub/lib/aws-sdk-migrationhub.rb index 444511dec81..b6d453021c1 100644 --- a/gems/aws-sdk-migrationhub/lib/aws-sdk-migrationhub.rb +++ b/gems/aws-sdk-migrationhub/lib/aws-sdk-migrationhub.rb @@ -52,6 +52,6 @@ # @!group service module Aws::MigrationHub - GEM_VERSION = '1.60.0' + GEM_VERSION = '1.61.0' end diff --git a/gems/aws-sdk-migrationhub/lib/aws-sdk-migrationhub/client.rb b/gems/aws-sdk-migrationhub/lib/aws-sdk-migrationhub/client.rb index 642c314507c..fee74399c3c 100644 --- a/gems/aws-sdk-migrationhub/lib/aws-sdk-migrationhub/client.rb +++ b/gems/aws-sdk-migrationhub/lib/aws-sdk-migrationhub/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -1282,7 +1288,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-migrationhub' - context[:gem_version] = '1.60.0' + context[:gem_version] = '1.61.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-migrationhubconfig/CHANGELOG.md b/gems/aws-sdk-migrationhubconfig/CHANGELOG.md index 49fbc2d0af7..2b3636bbf3b 100644 --- a/gems/aws-sdk-migrationhubconfig/CHANGELOG.md +++ b/gems/aws-sdk-migrationhubconfig/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.42.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.41.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-migrationhubconfig/VERSION b/gems/aws-sdk-migrationhubconfig/VERSION index 7d47e599800..a50908ca3da 100644 --- a/gems/aws-sdk-migrationhubconfig/VERSION +++ b/gems/aws-sdk-migrationhubconfig/VERSION @@ -1 +1 @@ -1.41.0 +1.42.0 diff --git a/gems/aws-sdk-migrationhubconfig/lib/aws-sdk-migrationhubconfig.rb b/gems/aws-sdk-migrationhubconfig/lib/aws-sdk-migrationhubconfig.rb index eb20a5df38a..9dab188415b 100644 --- a/gems/aws-sdk-migrationhubconfig/lib/aws-sdk-migrationhubconfig.rb +++ b/gems/aws-sdk-migrationhubconfig/lib/aws-sdk-migrationhubconfig.rb @@ -52,6 +52,6 @@ # @!group service module Aws::MigrationHubConfig - GEM_VERSION = '1.41.0' + GEM_VERSION = '1.42.0' end diff --git a/gems/aws-sdk-migrationhubconfig/lib/aws-sdk-migrationhubconfig/client.rb b/gems/aws-sdk-migrationhubconfig/lib/aws-sdk-migrationhubconfig/client.rb index b76874e03ab..c67d6e39d75 100644 --- a/gems/aws-sdk-migrationhubconfig/lib/aws-sdk-migrationhubconfig/client.rb +++ b/gems/aws-sdk-migrationhubconfig/lib/aws-sdk-migrationhubconfig/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -618,7 +624,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-migrationhubconfig' - context[:gem_version] = '1.41.0' + context[:gem_version] = '1.42.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-migrationhuborchestrator/CHANGELOG.md b/gems/aws-sdk-migrationhuborchestrator/CHANGELOG.md index 235bf9d519d..73cadffc1cd 100644 --- a/gems/aws-sdk-migrationhuborchestrator/CHANGELOG.md +++ b/gems/aws-sdk-migrationhuborchestrator/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.21.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.20.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-migrationhuborchestrator/VERSION b/gems/aws-sdk-migrationhuborchestrator/VERSION index 39893559155..3500250a4b0 100644 --- a/gems/aws-sdk-migrationhuborchestrator/VERSION +++ b/gems/aws-sdk-migrationhuborchestrator/VERSION @@ -1 +1 @@ -1.20.0 +1.21.0 diff --git a/gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator.rb b/gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator.rb index c4846af1ebc..5ed8dac22b3 100644 --- a/gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator.rb +++ b/gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator.rb @@ -53,6 +53,6 @@ # @!group service module Aws::MigrationHubOrchestrator - GEM_VERSION = '1.20.0' + GEM_VERSION = '1.21.0' end diff --git a/gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/client.rb b/gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/client.rb index 1224f0bbfe9..caea03fad6c 100644 --- a/gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/client.rb +++ b/gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -2139,7 +2145,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-migrationhuborchestrator' - context[:gem_version] = '1.20.0' + context[:gem_version] = '1.21.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-migrationhubrefactorspaces/CHANGELOG.md b/gems/aws-sdk-migrationhubrefactorspaces/CHANGELOG.md index c4858b67ce8..ff075f76b40 100644 --- a/gems/aws-sdk-migrationhubrefactorspaces/CHANGELOG.md +++ b/gems/aws-sdk-migrationhubrefactorspaces/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.30.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.29.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-migrationhubrefactorspaces/VERSION b/gems/aws-sdk-migrationhubrefactorspaces/VERSION index 5e57fb89558..034552a83ee 100644 --- a/gems/aws-sdk-migrationhubrefactorspaces/VERSION +++ b/gems/aws-sdk-migrationhubrefactorspaces/VERSION @@ -1 +1 @@ -1.29.0 +1.30.0 diff --git a/gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces.rb b/gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces.rb index 8f728256a5f..b1d971532d5 100644 --- a/gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces.rb +++ b/gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces.rb @@ -52,6 +52,6 @@ # @!group service module Aws::MigrationHubRefactorSpaces - GEM_VERSION = '1.29.0' + GEM_VERSION = '1.30.0' end diff --git a/gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/client.rb b/gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/client.rb index 7718e51d6c9..4c3ae4b7478 100644 --- a/gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/client.rb +++ b/gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -2001,7 +2007,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-migrationhubrefactorspaces' - context[:gem_version] = '1.29.0' + context[:gem_version] = '1.30.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-migrationhubstrategyrecommendations/CHANGELOG.md b/gems/aws-sdk-migrationhubstrategyrecommendations/CHANGELOG.md index b57dc199078..7735f954cd1 100644 --- a/gems/aws-sdk-migrationhubstrategyrecommendations/CHANGELOG.md +++ b/gems/aws-sdk-migrationhubstrategyrecommendations/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.28.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.27.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-migrationhubstrategyrecommendations/VERSION b/gems/aws-sdk-migrationhubstrategyrecommendations/VERSION index 5db08bf2dc5..cfc730712d5 100644 --- a/gems/aws-sdk-migrationhubstrategyrecommendations/VERSION +++ b/gems/aws-sdk-migrationhubstrategyrecommendations/VERSION @@ -1 +1 @@ -1.27.0 +1.28.0 diff --git a/gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations.rb b/gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations.rb index a101580d247..6a2ddc86416 100644 --- a/gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations.rb +++ b/gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations.rb @@ -52,6 +52,6 @@ # @!group service module Aws::MigrationHubStrategyRecommendations - GEM_VERSION = '1.27.0' + GEM_VERSION = '1.28.0' end diff --git a/gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/client.rb b/gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/client.rb index 4b45021cf4c..f6190f52f83 100644 --- a/gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/client.rb +++ b/gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -1626,7 +1632,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-migrationhubstrategyrecommendations' - context[:gem_version] = '1.27.0' + context[:gem_version] = '1.28.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-mq/CHANGELOG.md b/gems/aws-sdk-mq/CHANGELOG.md index 22e5a4fe795..346f96546b7 100644 --- a/gems/aws-sdk-mq/CHANGELOG.md +++ b/gems/aws-sdk-mq/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.68.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.67.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-mq/VERSION b/gems/aws-sdk-mq/VERSION index 65ee0959841..ee2f4ca9130 100644 --- a/gems/aws-sdk-mq/VERSION +++ b/gems/aws-sdk-mq/VERSION @@ -1 +1 @@ -1.67.0 +1.68.0 diff --git a/gems/aws-sdk-mq/lib/aws-sdk-mq.rb b/gems/aws-sdk-mq/lib/aws-sdk-mq.rb index 23483d9001d..1b3c16e9a82 100644 --- a/gems/aws-sdk-mq/lib/aws-sdk-mq.rb +++ b/gems/aws-sdk-mq/lib/aws-sdk-mq.rb @@ -52,6 +52,6 @@ # @!group service module Aws::MQ - GEM_VERSION = '1.67.0' + GEM_VERSION = '1.68.0' end diff --git a/gems/aws-sdk-mq/lib/aws-sdk-mq/client.rb b/gems/aws-sdk-mq/lib/aws-sdk-mq/client.rb index b24943bb3e9..bcc452aa60d 100644 --- a/gems/aws-sdk-mq/lib/aws-sdk-mq/client.rb +++ b/gems/aws-sdk-mq/lib/aws-sdk-mq/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -1676,7 +1682,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-mq' - context[:gem_version] = '1.67.0' + context[:gem_version] = '1.68.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-mturk/CHANGELOG.md b/gems/aws-sdk-mturk/CHANGELOG.md index 547be71d6c4..b4bc9827f3a 100644 --- a/gems/aws-sdk-mturk/CHANGELOG.md +++ b/gems/aws-sdk-mturk/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.61.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.60.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-mturk/VERSION b/gems/aws-sdk-mturk/VERSION index 4d5fde5bd16..91951fd8ad7 100644 --- a/gems/aws-sdk-mturk/VERSION +++ b/gems/aws-sdk-mturk/VERSION @@ -1 +1 @@ -1.60.0 +1.61.0 diff --git a/gems/aws-sdk-mturk/lib/aws-sdk-mturk.rb b/gems/aws-sdk-mturk/lib/aws-sdk-mturk.rb index 9e00d4f1123..4b9552b08f7 100644 --- a/gems/aws-sdk-mturk/lib/aws-sdk-mturk.rb +++ b/gems/aws-sdk-mturk/lib/aws-sdk-mturk.rb @@ -52,6 +52,6 @@ # @!group service module Aws::MTurk - GEM_VERSION = '1.60.0' + GEM_VERSION = '1.61.0' end diff --git a/gems/aws-sdk-mturk/lib/aws-sdk-mturk/client.rb b/gems/aws-sdk-mturk/lib/aws-sdk-mturk/client.rb index 054690e7da8..778c3f22bd8 100644 --- a/gems/aws-sdk-mturk/lib/aws-sdk-mturk/client.rb +++ b/gems/aws-sdk-mturk/lib/aws-sdk-mturk/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -2976,7 +2982,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-mturk' - context[:gem_version] = '1.60.0' + context[:gem_version] = '1.61.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-mwaa/CHANGELOG.md b/gems/aws-sdk-mwaa/CHANGELOG.md index 928ff47f115..3891e116a27 100644 --- a/gems/aws-sdk-mwaa/CHANGELOG.md +++ b/gems/aws-sdk-mwaa/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.44.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.43.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-mwaa/VERSION b/gems/aws-sdk-mwaa/VERSION index b978278f05f..372cf402c73 100644 --- a/gems/aws-sdk-mwaa/VERSION +++ b/gems/aws-sdk-mwaa/VERSION @@ -1 +1 @@ -1.43.0 +1.44.0 diff --git a/gems/aws-sdk-mwaa/lib/aws-sdk-mwaa.rb b/gems/aws-sdk-mwaa/lib/aws-sdk-mwaa.rb index 916c860e74f..6269357ab9b 100644 --- a/gems/aws-sdk-mwaa/lib/aws-sdk-mwaa.rb +++ b/gems/aws-sdk-mwaa/lib/aws-sdk-mwaa.rb @@ -52,6 +52,6 @@ # @!group service module Aws::MWAA - GEM_VERSION = '1.43.0' + GEM_VERSION = '1.44.0' end diff --git a/gems/aws-sdk-mwaa/lib/aws-sdk-mwaa/client.rb b/gems/aws-sdk-mwaa/lib/aws-sdk-mwaa/client.rb index 0cb18e71752..71790545e0b 100644 --- a/gems/aws-sdk-mwaa/lib/aws-sdk-mwaa/client.rb +++ b/gems/aws-sdk-mwaa/lib/aws-sdk-mwaa/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -1442,7 +1448,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-mwaa' - context[:gem_version] = '1.43.0' + context[:gem_version] = '1.44.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-neptune/CHANGELOG.md b/gems/aws-sdk-neptune/CHANGELOG.md index e42f02b5e22..8922dea13b0 100644 --- a/gems/aws-sdk-neptune/CHANGELOG.md +++ b/gems/aws-sdk-neptune/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.72.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.71.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-neptune/VERSION b/gems/aws-sdk-neptune/VERSION index df484cbb1d9..0834888f558 100644 --- a/gems/aws-sdk-neptune/VERSION +++ b/gems/aws-sdk-neptune/VERSION @@ -1 +1 @@ -1.71.0 +1.72.0 diff --git a/gems/aws-sdk-neptune/lib/aws-sdk-neptune.rb b/gems/aws-sdk-neptune/lib/aws-sdk-neptune.rb index 3f613200863..9719462f58f 100644 --- a/gems/aws-sdk-neptune/lib/aws-sdk-neptune.rb +++ b/gems/aws-sdk-neptune/lib/aws-sdk-neptune.rb @@ -53,6 +53,6 @@ # @!group service module Aws::Neptune - GEM_VERSION = '1.71.0' + GEM_VERSION = '1.72.0' end diff --git a/gems/aws-sdk-neptune/lib/aws-sdk-neptune/client.rb b/gems/aws-sdk-neptune/lib/aws-sdk-neptune/client.rb index 3939ae04498..cc544ceb276 100644 --- a/gems/aws-sdk-neptune/lib/aws-sdk-neptune/client.rb +++ b/gems/aws-sdk-neptune/lib/aws-sdk-neptune/client.rb @@ -427,6 +427,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -7599,7 +7605,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-neptune' - context[:gem_version] = '1.71.0' + context[:gem_version] = '1.72.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-neptunedata/CHANGELOG.md b/gems/aws-sdk-neptunedata/CHANGELOG.md index 70569752d5d..f1c1b2b56cb 100644 --- a/gems/aws-sdk-neptunedata/CHANGELOG.md +++ b/gems/aws-sdk-neptunedata/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.16.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.15.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-neptunedata/VERSION b/gems/aws-sdk-neptunedata/VERSION index 141f2e805be..15b989e398f 100644 --- a/gems/aws-sdk-neptunedata/VERSION +++ b/gems/aws-sdk-neptunedata/VERSION @@ -1 +1 @@ -1.15.0 +1.16.0 diff --git a/gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata.rb b/gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata.rb index d5f7a8a8db3..25dbee28dd0 100644 --- a/gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata.rb +++ b/gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata.rb @@ -52,6 +52,6 @@ # @!group service module Aws::Neptunedata - GEM_VERSION = '1.15.0' + GEM_VERSION = '1.16.0' end diff --git a/gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/client.rb b/gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/client.rb index 1ec1ac97170..48cd5f7395e 100644 --- a/gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/client.rb +++ b/gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -3388,7 +3394,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-neptunedata' - context[:gem_version] = '1.15.0' + context[:gem_version] = '1.16.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-neptunegraph/CHANGELOG.md b/gems/aws-sdk-neptunegraph/CHANGELOG.md index aa97673d4ef..bfbeb294267 100644 --- a/gems/aws-sdk-neptunegraph/CHANGELOG.md +++ b/gems/aws-sdk-neptunegraph/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.17.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.16.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-neptunegraph/VERSION b/gems/aws-sdk-neptunegraph/VERSION index 15b989e398f..092afa15df4 100644 --- a/gems/aws-sdk-neptunegraph/VERSION +++ b/gems/aws-sdk-neptunegraph/VERSION @@ -1 +1 @@ -1.16.0 +1.17.0 diff --git a/gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph.rb b/gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph.rb index 441cd6f1123..4c6d3fa1e0f 100644 --- a/gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph.rb +++ b/gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph.rb @@ -53,6 +53,6 @@ # @!group service module Aws::NeptuneGraph - GEM_VERSION = '1.16.0' + GEM_VERSION = '1.17.0' end diff --git a/gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/client.rb b/gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/client.rb index a7405ea4bc5..aeb15ed191c 100644 --- a/gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/client.rb +++ b/gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -2126,7 +2132,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-neptunegraph' - context[:gem_version] = '1.16.0' + context[:gem_version] = '1.17.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-networkfirewall/CHANGELOG.md b/gems/aws-sdk-networkfirewall/CHANGELOG.md index 92cb2b5e8e3..278fa129eb9 100644 --- a/gems/aws-sdk-networkfirewall/CHANGELOG.md +++ b/gems/aws-sdk-networkfirewall/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.50.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.49.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-networkfirewall/VERSION b/gems/aws-sdk-networkfirewall/VERSION index 7f3a46a841e..5a5c7211dc6 100644 --- a/gems/aws-sdk-networkfirewall/VERSION +++ b/gems/aws-sdk-networkfirewall/VERSION @@ -1 +1 @@ -1.49.0 +1.50.0 diff --git a/gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall.rb b/gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall.rb index 34439a74f3e..e0b01022b86 100644 --- a/gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall.rb +++ b/gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall.rb @@ -52,6 +52,6 @@ # @!group service module Aws::NetworkFirewall - GEM_VERSION = '1.49.0' + GEM_VERSION = '1.50.0' end diff --git a/gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/client.rb b/gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/client.rb index cc590ac1141..9675601159a 100644 --- a/gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/client.rb +++ b/gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -3668,7 +3674,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-networkfirewall' - context[:gem_version] = '1.49.0' + context[:gem_version] = '1.50.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-networkmanager/CHANGELOG.md b/gems/aws-sdk-networkmanager/CHANGELOG.md index 8d43428087c..b4f865b88c7 100644 --- a/gems/aws-sdk-networkmanager/CHANGELOG.md +++ b/gems/aws-sdk-networkmanager/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.50.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.49.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-networkmanager/VERSION b/gems/aws-sdk-networkmanager/VERSION index 7f3a46a841e..5a5c7211dc6 100644 --- a/gems/aws-sdk-networkmanager/VERSION +++ b/gems/aws-sdk-networkmanager/VERSION @@ -1 +1 @@ -1.49.0 +1.50.0 diff --git a/gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager.rb b/gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager.rb index 0dda6a1cbe4..18214e40796 100644 --- a/gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager.rb +++ b/gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager.rb @@ -52,6 +52,6 @@ # @!group service module Aws::NetworkManager - GEM_VERSION = '1.49.0' + GEM_VERSION = '1.50.0' end diff --git a/gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/client.rb b/gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/client.rb index 98598b3b998..a0e7ae29f6f 100644 --- a/gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/client.rb +++ b/gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -5466,7 +5472,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-networkmanager' - context[:gem_version] = '1.49.0' + context[:gem_version] = '1.50.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-networkmonitor/CHANGELOG.md b/gems/aws-sdk-networkmonitor/CHANGELOG.md index c932cb27655..c0a3bf0fa03 100644 --- a/gems/aws-sdk-networkmonitor/CHANGELOG.md +++ b/gems/aws-sdk-networkmonitor/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.10.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.9.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-networkmonitor/VERSION b/gems/aws-sdk-networkmonitor/VERSION index f8e233b2733..81c871de46b 100644 --- a/gems/aws-sdk-networkmonitor/VERSION +++ b/gems/aws-sdk-networkmonitor/VERSION @@ -1 +1 @@ -1.9.0 +1.10.0 diff --git a/gems/aws-sdk-networkmonitor/lib/aws-sdk-networkmonitor.rb b/gems/aws-sdk-networkmonitor/lib/aws-sdk-networkmonitor.rb index ba1f38d560c..b18929828a3 100644 --- a/gems/aws-sdk-networkmonitor/lib/aws-sdk-networkmonitor.rb +++ b/gems/aws-sdk-networkmonitor/lib/aws-sdk-networkmonitor.rb @@ -53,6 +53,6 @@ # @!group service module Aws::NetworkMonitor - GEM_VERSION = '1.9.0' + GEM_VERSION = '1.10.0' end diff --git a/gems/aws-sdk-networkmonitor/lib/aws-sdk-networkmonitor/client.rb b/gems/aws-sdk-networkmonitor/lib/aws-sdk-networkmonitor/client.rb index e8313998cd1..e647540bc22 100644 --- a/gems/aws-sdk-networkmonitor/lib/aws-sdk-networkmonitor/client.rb +++ b/gems/aws-sdk-networkmonitor/lib/aws-sdk-networkmonitor/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -1094,7 +1100,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-networkmonitor' - context[:gem_version] = '1.9.0' + context[:gem_version] = '1.10.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-nimblestudio/CHANGELOG.md b/gems/aws-sdk-nimblestudio/CHANGELOG.md index 1f7afe754c7..bfba66de01a 100644 --- a/gems/aws-sdk-nimblestudio/CHANGELOG.md +++ b/gems/aws-sdk-nimblestudio/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.36.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.35.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-nimblestudio/VERSION b/gems/aws-sdk-nimblestudio/VERSION index 2aeaa11ee27..39fc130ef85 100644 --- a/gems/aws-sdk-nimblestudio/VERSION +++ b/gems/aws-sdk-nimblestudio/VERSION @@ -1 +1 @@ -1.35.0 +1.36.0 diff --git a/gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio.rb b/gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio.rb index d3b08f359ca..19044324612 100644 --- a/gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio.rb +++ b/gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio.rb @@ -53,6 +53,6 @@ # @!group service module Aws::NimbleStudio - GEM_VERSION = '1.35.0' + GEM_VERSION = '1.36.0' end diff --git a/gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/client.rb b/gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/client.rb index 6df050b72ce..750137d0059 100644 --- a/gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/client.rb +++ b/gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -3808,7 +3814,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-nimblestudio' - context[:gem_version] = '1.35.0' + context[:gem_version] = '1.36.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-oam/CHANGELOG.md b/gems/aws-sdk-oam/CHANGELOG.md index 7405f9ed766..1d72b3ad784 100644 --- a/gems/aws-sdk-oam/CHANGELOG.md +++ b/gems/aws-sdk-oam/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.22.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.21.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-oam/VERSION b/gems/aws-sdk-oam/VERSION index 3500250a4b0..57807d6d0d0 100644 --- a/gems/aws-sdk-oam/VERSION +++ b/gems/aws-sdk-oam/VERSION @@ -1 +1 @@ -1.21.0 +1.22.0 diff --git a/gems/aws-sdk-oam/lib/aws-sdk-oam.rb b/gems/aws-sdk-oam/lib/aws-sdk-oam.rb index 6d49aa52fc5..ed4cefd6f96 100644 --- a/gems/aws-sdk-oam/lib/aws-sdk-oam.rb +++ b/gems/aws-sdk-oam/lib/aws-sdk-oam.rb @@ -52,6 +52,6 @@ # @!group service module Aws::OAM - GEM_VERSION = '1.21.0' + GEM_VERSION = '1.22.0' end diff --git a/gems/aws-sdk-oam/lib/aws-sdk-oam/client.rb b/gems/aws-sdk-oam/lib/aws-sdk-oam/client.rb index 1a1f17e0e40..a13813fd23e 100644 --- a/gems/aws-sdk-oam/lib/aws-sdk-oam/client.rb +++ b/gems/aws-sdk-oam/lib/aws-sdk-oam/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -1264,7 +1270,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-oam' - context[:gem_version] = '1.21.0' + context[:gem_version] = '1.22.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-omics/CHANGELOG.md b/gems/aws-sdk-omics/CHANGELOG.md index e724d79ff27..3b62e4a9bb8 100644 --- a/gems/aws-sdk-omics/CHANGELOG.md +++ b/gems/aws-sdk-omics/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.34.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.33.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-omics/VERSION b/gems/aws-sdk-omics/VERSION index 7aa332e4163..2b17ffd5042 100644 --- a/gems/aws-sdk-omics/VERSION +++ b/gems/aws-sdk-omics/VERSION @@ -1 +1 @@ -1.33.0 +1.34.0 diff --git a/gems/aws-sdk-omics/lib/aws-sdk-omics.rb b/gems/aws-sdk-omics/lib/aws-sdk-omics.rb index dc3a9196800..71857d62761 100644 --- a/gems/aws-sdk-omics/lib/aws-sdk-omics.rb +++ b/gems/aws-sdk-omics/lib/aws-sdk-omics.rb @@ -53,6 +53,6 @@ # @!group service module Aws::Omics - GEM_VERSION = '1.33.0' + GEM_VERSION = '1.34.0' end diff --git a/gems/aws-sdk-omics/lib/aws-sdk-omics/client.rb b/gems/aws-sdk-omics/lib/aws-sdk-omics/client.rb index eebfe10f9aa..da9997e4f3b 100644 --- a/gems/aws-sdk-omics/lib/aws-sdk-omics/client.rb +++ b/gems/aws-sdk-omics/lib/aws-sdk-omics/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -4771,7 +4777,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-omics' - context[:gem_version] = '1.33.0' + context[:gem_version] = '1.34.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-opensearchserverless/CHANGELOG.md b/gems/aws-sdk-opensearchserverless/CHANGELOG.md index 1b41187ed99..ca989b574c0 100644 --- a/gems/aws-sdk-opensearchserverless/CHANGELOG.md +++ b/gems/aws-sdk-opensearchserverless/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.24.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.23.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-opensearchserverless/VERSION b/gems/aws-sdk-opensearchserverless/VERSION index a6c2798a482..53cc1a6f929 100644 --- a/gems/aws-sdk-opensearchserverless/VERSION +++ b/gems/aws-sdk-opensearchserverless/VERSION @@ -1 +1 @@ -1.23.0 +1.24.0 diff --git a/gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless.rb b/gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless.rb index 91b73eeca5b..29f6b48c63a 100644 --- a/gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless.rb +++ b/gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless.rb @@ -52,6 +52,6 @@ # @!group service module Aws::OpenSearchServerless - GEM_VERSION = '1.23.0' + GEM_VERSION = '1.24.0' end diff --git a/gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/client.rb b/gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/client.rb index 2827352d888..4b6534e1c4b 100644 --- a/gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/client.rb +++ b/gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -2376,7 +2382,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-opensearchserverless' - context[:gem_version] = '1.23.0' + context[:gem_version] = '1.24.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-opensearchservice/CHANGELOG.md b/gems/aws-sdk-opensearchservice/CHANGELOG.md index bf9b0c501df..61962c01d69 100644 --- a/gems/aws-sdk-opensearchservice/CHANGELOG.md +++ b/gems/aws-sdk-opensearchservice/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.52.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.51.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-opensearchservice/VERSION b/gems/aws-sdk-opensearchservice/VERSION index ba0a719118c..a63cb35e6f0 100644 --- a/gems/aws-sdk-opensearchservice/VERSION +++ b/gems/aws-sdk-opensearchservice/VERSION @@ -1 +1 @@ -1.51.0 +1.52.0 diff --git a/gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice.rb b/gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice.rb index f46f358cc92..07e4296d19f 100644 --- a/gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice.rb +++ b/gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice.rb @@ -52,6 +52,6 @@ # @!group service module Aws::OpenSearchService - GEM_VERSION = '1.51.0' + GEM_VERSION = '1.52.0' end diff --git a/gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/client.rb b/gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/client.rb index 31d151aa05c..fcb75f0430a 100644 --- a/gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/client.rb +++ b/gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -4831,7 +4837,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-opensearchservice' - context[:gem_version] = '1.51.0' + context[:gem_version] = '1.52.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-opsworks/CHANGELOG.md b/gems/aws-sdk-opsworks/CHANGELOG.md index bc33868ef11..da52a53b81d 100644 --- a/gems/aws-sdk-opsworks/CHANGELOG.md +++ b/gems/aws-sdk-opsworks/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.63.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.62.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-opsworks/VERSION b/gems/aws-sdk-opsworks/VERSION index 76d05362056..af92bdd9f58 100644 --- a/gems/aws-sdk-opsworks/VERSION +++ b/gems/aws-sdk-opsworks/VERSION @@ -1 +1 @@ -1.62.0 +1.63.0 diff --git a/gems/aws-sdk-opsworks/lib/aws-sdk-opsworks.rb b/gems/aws-sdk-opsworks/lib/aws-sdk-opsworks.rb index d4c14169e24..43a2e341487 100644 --- a/gems/aws-sdk-opsworks/lib/aws-sdk-opsworks.rb +++ b/gems/aws-sdk-opsworks/lib/aws-sdk-opsworks.rb @@ -56,6 +56,6 @@ # @!group service module Aws::OpsWorks - GEM_VERSION = '1.62.0' + GEM_VERSION = '1.63.0' end diff --git a/gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/client.rb b/gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/client.rb index 74577e63be9..3457811bec1 100644 --- a/gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/client.rb +++ b/gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -5780,7 +5786,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-opsworks' - context[:gem_version] = '1.62.0' + context[:gem_version] = '1.63.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-opsworkscm/CHANGELOG.md b/gems/aws-sdk-opsworkscm/CHANGELOG.md index 39e7e7f247c..dd37bbf6aa5 100644 --- a/gems/aws-sdk-opsworkscm/CHANGELOG.md +++ b/gems/aws-sdk-opsworkscm/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.73.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.72.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-opsworkscm/VERSION b/gems/aws-sdk-opsworkscm/VERSION index 0834888f558..5e3a4256626 100644 --- a/gems/aws-sdk-opsworkscm/VERSION +++ b/gems/aws-sdk-opsworkscm/VERSION @@ -1 +1 @@ -1.72.0 +1.73.0 diff --git a/gems/aws-sdk-opsworkscm/lib/aws-sdk-opsworkscm.rb b/gems/aws-sdk-opsworkscm/lib/aws-sdk-opsworkscm.rb index 229d7950457..369824654c6 100644 --- a/gems/aws-sdk-opsworkscm/lib/aws-sdk-opsworkscm.rb +++ b/gems/aws-sdk-opsworkscm/lib/aws-sdk-opsworkscm.rb @@ -53,6 +53,6 @@ # @!group service module Aws::OpsWorksCM - GEM_VERSION = '1.72.0' + GEM_VERSION = '1.73.0' end diff --git a/gems/aws-sdk-opsworkscm/lib/aws-sdk-opsworkscm/client.rb b/gems/aws-sdk-opsworkscm/lib/aws-sdk-opsworkscm/client.rb index 2e3788153fe..1c825b4d801 100644 --- a/gems/aws-sdk-opsworkscm/lib/aws-sdk-opsworkscm/client.rb +++ b/gems/aws-sdk-opsworkscm/lib/aws-sdk-opsworkscm/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -1929,7 +1935,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-opsworkscm' - context[:gem_version] = '1.72.0' + context[:gem_version] = '1.73.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-organizations/CHANGELOG.md b/gems/aws-sdk-organizations/CHANGELOG.md index 721f8a81114..70653018bee 100644 --- a/gems/aws-sdk-organizations/CHANGELOG.md +++ b/gems/aws-sdk-organizations/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.98.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.97.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-organizations/VERSION b/gems/aws-sdk-organizations/VERSION index acbb747ac54..783fda86436 100644 --- a/gems/aws-sdk-organizations/VERSION +++ b/gems/aws-sdk-organizations/VERSION @@ -1 +1 @@ -1.97.0 +1.98.0 diff --git a/gems/aws-sdk-organizations/lib/aws-sdk-organizations.rb b/gems/aws-sdk-organizations/lib/aws-sdk-organizations.rb index 7a99b26ef18..77f46935f99 100644 --- a/gems/aws-sdk-organizations/lib/aws-sdk-organizations.rb +++ b/gems/aws-sdk-organizations/lib/aws-sdk-organizations.rb @@ -52,6 +52,6 @@ # @!group service module Aws::Organizations - GEM_VERSION = '1.97.0' + GEM_VERSION = '1.98.0' end diff --git a/gems/aws-sdk-organizations/lib/aws-sdk-organizations/client.rb b/gems/aws-sdk-organizations/lib/aws-sdk-organizations/client.rb index aa7eb4607ac..644ad861458 100644 --- a/gems/aws-sdk-organizations/lib/aws-sdk-organizations/client.rb +++ b/gems/aws-sdk-organizations/lib/aws-sdk-organizations/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -5800,7 +5806,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-organizations' - context[:gem_version] = '1.97.0' + context[:gem_version] = '1.98.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-osis/CHANGELOG.md b/gems/aws-sdk-osis/CHANGELOG.md index 6715576d0d7..9fd47fe0936 100644 --- a/gems/aws-sdk-osis/CHANGELOG.md +++ b/gems/aws-sdk-osis/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.22.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.21.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-osis/VERSION b/gems/aws-sdk-osis/VERSION index 3500250a4b0..57807d6d0d0 100644 --- a/gems/aws-sdk-osis/VERSION +++ b/gems/aws-sdk-osis/VERSION @@ -1 +1 @@ -1.21.0 +1.22.0 diff --git a/gems/aws-sdk-osis/lib/aws-sdk-osis.rb b/gems/aws-sdk-osis/lib/aws-sdk-osis.rb index 3f9878cafed..3be6ddb8e61 100644 --- a/gems/aws-sdk-osis/lib/aws-sdk-osis.rb +++ b/gems/aws-sdk-osis/lib/aws-sdk-osis.rb @@ -52,6 +52,6 @@ # @!group service module Aws::OSIS - GEM_VERSION = '1.21.0' + GEM_VERSION = '1.22.0' end diff --git a/gems/aws-sdk-osis/lib/aws-sdk-osis/client.rb b/gems/aws-sdk-osis/lib/aws-sdk-osis/client.rb index c21726dfb0f..6a232abece4 100644 --- a/gems/aws-sdk-osis/lib/aws-sdk-osis/client.rb +++ b/gems/aws-sdk-osis/lib/aws-sdk-osis/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -1234,7 +1240,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-osis' - context[:gem_version] = '1.21.0' + context[:gem_version] = '1.22.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-outposts/CHANGELOG.md b/gems/aws-sdk-outposts/CHANGELOG.md index 0e1a83e55a7..079ef43ee18 100644 --- a/gems/aws-sdk-outposts/CHANGELOG.md +++ b/gems/aws-sdk-outposts/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.65.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.64.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-outposts/VERSION b/gems/aws-sdk-outposts/VERSION index 9405730420f..902c74186fb 100644 --- a/gems/aws-sdk-outposts/VERSION +++ b/gems/aws-sdk-outposts/VERSION @@ -1 +1 @@ -1.64.0 +1.65.0 diff --git a/gems/aws-sdk-outposts/lib/aws-sdk-outposts.rb b/gems/aws-sdk-outposts/lib/aws-sdk-outposts.rb index 46ccf83db01..dbb4f2776c0 100644 --- a/gems/aws-sdk-outposts/lib/aws-sdk-outposts.rb +++ b/gems/aws-sdk-outposts/lib/aws-sdk-outposts.rb @@ -52,6 +52,6 @@ # @!group service module Aws::Outposts - GEM_VERSION = '1.64.0' + GEM_VERSION = '1.65.0' end diff --git a/gems/aws-sdk-outposts/lib/aws-sdk-outposts/client.rb b/gems/aws-sdk-outposts/lib/aws-sdk-outposts/client.rb index a20226d9202..34bdc2d3bce 100644 --- a/gems/aws-sdk-outposts/lib/aws-sdk-outposts/client.rb +++ b/gems/aws-sdk-outposts/lib/aws-sdk-outposts/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -2146,7 +2152,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-outposts' - context[:gem_version] = '1.64.0' + context[:gem_version] = '1.65.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-panorama/CHANGELOG.md b/gems/aws-sdk-panorama/CHANGELOG.md index fd423744d14..ca83b0274c2 100644 --- a/gems/aws-sdk-panorama/CHANGELOG.md +++ b/gems/aws-sdk-panorama/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.31.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.30.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-panorama/VERSION b/gems/aws-sdk-panorama/VERSION index 034552a83ee..34aae156b19 100644 --- a/gems/aws-sdk-panorama/VERSION +++ b/gems/aws-sdk-panorama/VERSION @@ -1 +1 @@ -1.30.0 +1.31.0 diff --git a/gems/aws-sdk-panorama/lib/aws-sdk-panorama.rb b/gems/aws-sdk-panorama/lib/aws-sdk-panorama.rb index 0dccddaa4f0..8d30c4e1091 100644 --- a/gems/aws-sdk-panorama/lib/aws-sdk-panorama.rb +++ b/gems/aws-sdk-panorama/lib/aws-sdk-panorama.rb @@ -52,6 +52,6 @@ # @!group service module Aws::Panorama - GEM_VERSION = '1.30.0' + GEM_VERSION = '1.31.0' end diff --git a/gems/aws-sdk-panorama/lib/aws-sdk-panorama/client.rb b/gems/aws-sdk-panorama/lib/aws-sdk-panorama/client.rb index 9ae178f759d..46f5feff16c 100644 --- a/gems/aws-sdk-panorama/lib/aws-sdk-panorama/client.rb +++ b/gems/aws-sdk-panorama/lib/aws-sdk-panorama/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -2115,7 +2121,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-panorama' - context[:gem_version] = '1.30.0' + context[:gem_version] = '1.31.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-paymentcryptography/CHANGELOG.md b/gems/aws-sdk-paymentcryptography/CHANGELOG.md index af11ecb4bf9..d0672dcceeb 100644 --- a/gems/aws-sdk-paymentcryptography/CHANGELOG.md +++ b/gems/aws-sdk-paymentcryptography/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.21.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.20.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-paymentcryptography/VERSION b/gems/aws-sdk-paymentcryptography/VERSION index 39893559155..3500250a4b0 100644 --- a/gems/aws-sdk-paymentcryptography/VERSION +++ b/gems/aws-sdk-paymentcryptography/VERSION @@ -1 +1 @@ -1.20.0 +1.21.0 diff --git a/gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography.rb b/gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography.rb index a24f76c7065..fc38da7ac94 100644 --- a/gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography.rb +++ b/gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography.rb @@ -53,6 +53,6 @@ # @!group service module Aws::PaymentCryptography - GEM_VERSION = '1.20.0' + GEM_VERSION = '1.21.0' end diff --git a/gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/client.rb b/gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/client.rb index eb180de792d..1e5495511d2 100644 --- a/gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/client.rb +++ b/gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -2410,7 +2416,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-paymentcryptography' - context[:gem_version] = '1.20.0' + context[:gem_version] = '1.21.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-paymentcryptographydata/CHANGELOG.md b/gems/aws-sdk-paymentcryptographydata/CHANGELOG.md index c99b086f6b2..22ca2ab0f5d 100644 --- a/gems/aws-sdk-paymentcryptographydata/CHANGELOG.md +++ b/gems/aws-sdk-paymentcryptographydata/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.20.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.19.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-paymentcryptographydata/VERSION b/gems/aws-sdk-paymentcryptographydata/VERSION index 815d5ca06d5..39893559155 100644 --- a/gems/aws-sdk-paymentcryptographydata/VERSION +++ b/gems/aws-sdk-paymentcryptographydata/VERSION @@ -1 +1 @@ -1.19.0 +1.20.0 diff --git a/gems/aws-sdk-paymentcryptographydata/lib/aws-sdk-paymentcryptographydata.rb b/gems/aws-sdk-paymentcryptographydata/lib/aws-sdk-paymentcryptographydata.rb index 424ad584660..682f07586cc 100644 --- a/gems/aws-sdk-paymentcryptographydata/lib/aws-sdk-paymentcryptographydata.rb +++ b/gems/aws-sdk-paymentcryptographydata/lib/aws-sdk-paymentcryptographydata.rb @@ -53,6 +53,6 @@ # @!group service module Aws::PaymentCryptographyData - GEM_VERSION = '1.19.0' + GEM_VERSION = '1.20.0' end diff --git a/gems/aws-sdk-paymentcryptographydata/lib/aws-sdk-paymentcryptographydata/client.rb b/gems/aws-sdk-paymentcryptographydata/lib/aws-sdk-paymentcryptographydata/client.rb index a40f8f0d8f8..c45d30e5eb6 100644 --- a/gems/aws-sdk-paymentcryptographydata/lib/aws-sdk-paymentcryptographydata/client.rb +++ b/gems/aws-sdk-paymentcryptographydata/lib/aws-sdk-paymentcryptographydata/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -1864,7 +1870,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-paymentcryptographydata' - context[:gem_version] = '1.19.0' + context[:gem_version] = '1.20.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-pcaconnectorad/CHANGELOG.md b/gems/aws-sdk-pcaconnectorad/CHANGELOG.md index 17a94d941d9..53963433284 100644 --- a/gems/aws-sdk-pcaconnectorad/CHANGELOG.md +++ b/gems/aws-sdk-pcaconnectorad/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.12.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.11.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-pcaconnectorad/VERSION b/gems/aws-sdk-pcaconnectorad/VERSION index 1cac385c6cb..0eed1a29efd 100644 --- a/gems/aws-sdk-pcaconnectorad/VERSION +++ b/gems/aws-sdk-pcaconnectorad/VERSION @@ -1 +1 @@ -1.11.0 +1.12.0 diff --git a/gems/aws-sdk-pcaconnectorad/lib/aws-sdk-pcaconnectorad.rb b/gems/aws-sdk-pcaconnectorad/lib/aws-sdk-pcaconnectorad.rb index c4ad4248bde..43a55dee448 100644 --- a/gems/aws-sdk-pcaconnectorad/lib/aws-sdk-pcaconnectorad.rb +++ b/gems/aws-sdk-pcaconnectorad/lib/aws-sdk-pcaconnectorad.rb @@ -52,6 +52,6 @@ # @!group service module Aws::PcaConnectorAd - GEM_VERSION = '1.11.0' + GEM_VERSION = '1.12.0' end diff --git a/gems/aws-sdk-pcaconnectorad/lib/aws-sdk-pcaconnectorad/client.rb b/gems/aws-sdk-pcaconnectorad/lib/aws-sdk-pcaconnectorad/client.rb index 84153e9d59d..867f549b4f4 100644 --- a/gems/aws-sdk-pcaconnectorad/lib/aws-sdk-pcaconnectorad/client.rb +++ b/gems/aws-sdk-pcaconnectorad/lib/aws-sdk-pcaconnectorad/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -2290,7 +2296,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-pcaconnectorad' - context[:gem_version] = '1.11.0' + context[:gem_version] = '1.12.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-pcaconnectorscep/CHANGELOG.md b/gems/aws-sdk-pcaconnectorscep/CHANGELOG.md index 4f6dde6ccad..b7b61435558 100644 --- a/gems/aws-sdk-pcaconnectorscep/CHANGELOG.md +++ b/gems/aws-sdk-pcaconnectorscep/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.5.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.4.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-pcaconnectorscep/VERSION b/gems/aws-sdk-pcaconnectorscep/VERSION index 88c5fb891dc..bc80560fad6 100644 --- a/gems/aws-sdk-pcaconnectorscep/VERSION +++ b/gems/aws-sdk-pcaconnectorscep/VERSION @@ -1 +1 @@ -1.4.0 +1.5.0 diff --git a/gems/aws-sdk-pcaconnectorscep/lib/aws-sdk-pcaconnectorscep.rb b/gems/aws-sdk-pcaconnectorscep/lib/aws-sdk-pcaconnectorscep.rb index 819384203e8..27dcf77117b 100644 --- a/gems/aws-sdk-pcaconnectorscep/lib/aws-sdk-pcaconnectorscep.rb +++ b/gems/aws-sdk-pcaconnectorscep/lib/aws-sdk-pcaconnectorscep.rb @@ -53,6 +53,6 @@ # @!group service module Aws::PcaConnectorScep - GEM_VERSION = '1.4.0' + GEM_VERSION = '1.5.0' end diff --git a/gems/aws-sdk-pcaconnectorscep/lib/aws-sdk-pcaconnectorscep/client.rb b/gems/aws-sdk-pcaconnectorscep/lib/aws-sdk-pcaconnectorscep/client.rb index 4ae7ddcfa0f..289cec49dab 100644 --- a/gems/aws-sdk-pcaconnectorscep/lib/aws-sdk-pcaconnectorscep/client.rb +++ b/gems/aws-sdk-pcaconnectorscep/lib/aws-sdk-pcaconnectorscep/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -987,7 +993,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-pcaconnectorscep' - context[:gem_version] = '1.4.0' + context[:gem_version] = '1.5.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-pcs/CHANGELOG.md b/gems/aws-sdk-pcs/CHANGELOG.md index 447c6ef0a59..ba1f77338c2 100644 --- a/gems/aws-sdk-pcs/CHANGELOG.md +++ b/gems/aws-sdk-pcs/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.2.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.1.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-pcs/VERSION b/gems/aws-sdk-pcs/VERSION index 9084fa2f716..26aaba0e866 100644 --- a/gems/aws-sdk-pcs/VERSION +++ b/gems/aws-sdk-pcs/VERSION @@ -1 +1 @@ -1.1.0 +1.2.0 diff --git a/gems/aws-sdk-pcs/lib/aws-sdk-pcs.rb b/gems/aws-sdk-pcs/lib/aws-sdk-pcs.rb index 4cac41ed818..e0d097ab00e 100644 --- a/gems/aws-sdk-pcs/lib/aws-sdk-pcs.rb +++ b/gems/aws-sdk-pcs/lib/aws-sdk-pcs.rb @@ -53,6 +53,6 @@ # @!group service module Aws::PCS - GEM_VERSION = '1.1.0' + GEM_VERSION = '1.2.0' end diff --git a/gems/aws-sdk-pcs/lib/aws-sdk-pcs/client.rb b/gems/aws-sdk-pcs/lib/aws-sdk-pcs/client.rb index cf14772aebe..1e83b79afdf 100644 --- a/gems/aws-sdk-pcs/lib/aws-sdk-pcs/client.rb +++ b/gems/aws-sdk-pcs/lib/aws-sdk-pcs/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -1600,7 +1606,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-pcs' - context[:gem_version] = '1.1.0' + context[:gem_version] = '1.2.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-personalize/CHANGELOG.md b/gems/aws-sdk-personalize/CHANGELOG.md index 0110a766983..87a3ee5c36f 100644 --- a/gems/aws-sdk-personalize/CHANGELOG.md +++ b/gems/aws-sdk-personalize/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.71.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.70.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-personalize/VERSION b/gems/aws-sdk-personalize/VERSION index 832e9afb6c1..df484cbb1d9 100644 --- a/gems/aws-sdk-personalize/VERSION +++ b/gems/aws-sdk-personalize/VERSION @@ -1 +1 @@ -1.70.0 +1.71.0 diff --git a/gems/aws-sdk-personalize/lib/aws-sdk-personalize.rb b/gems/aws-sdk-personalize/lib/aws-sdk-personalize.rb index 52c73bea2e3..0c4b8081277 100644 --- a/gems/aws-sdk-personalize/lib/aws-sdk-personalize.rb +++ b/gems/aws-sdk-personalize/lib/aws-sdk-personalize.rb @@ -52,6 +52,6 @@ # @!group service module Aws::Personalize - GEM_VERSION = '1.70.0' + GEM_VERSION = '1.71.0' end diff --git a/gems/aws-sdk-personalize/lib/aws-sdk-personalize/client.rb b/gems/aws-sdk-personalize/lib/aws-sdk-personalize/client.rb index 0ca0bf85e34..978232aacd6 100644 --- a/gems/aws-sdk-personalize/lib/aws-sdk-personalize/client.rb +++ b/gems/aws-sdk-personalize/lib/aws-sdk-personalize/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -4856,7 +4862,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-personalize' - context[:gem_version] = '1.70.0' + context[:gem_version] = '1.71.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-personalizeevents/CHANGELOG.md b/gems/aws-sdk-personalizeevents/CHANGELOG.md index c0536c1c6b3..adcf7d9f6f9 100644 --- a/gems/aws-sdk-personalizeevents/CHANGELOG.md +++ b/gems/aws-sdk-personalizeevents/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.51.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.50.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-personalizeevents/VERSION b/gems/aws-sdk-personalizeevents/VERSION index 5a5c7211dc6..ba0a719118c 100644 --- a/gems/aws-sdk-personalizeevents/VERSION +++ b/gems/aws-sdk-personalizeevents/VERSION @@ -1 +1 @@ -1.50.0 +1.51.0 diff --git a/gems/aws-sdk-personalizeevents/lib/aws-sdk-personalizeevents.rb b/gems/aws-sdk-personalizeevents/lib/aws-sdk-personalizeevents.rb index 62048310c84..930fb035eb0 100644 --- a/gems/aws-sdk-personalizeevents/lib/aws-sdk-personalizeevents.rb +++ b/gems/aws-sdk-personalizeevents/lib/aws-sdk-personalizeevents.rb @@ -52,6 +52,6 @@ # @!group service module Aws::PersonalizeEvents - GEM_VERSION = '1.50.0' + GEM_VERSION = '1.51.0' end diff --git a/gems/aws-sdk-personalizeevents/lib/aws-sdk-personalizeevents/client.rb b/gems/aws-sdk-personalizeevents/lib/aws-sdk-personalizeevents/client.rb index ffa9e2121e9..66348d13f35 100644 --- a/gems/aws-sdk-personalizeevents/lib/aws-sdk-personalizeevents/client.rb +++ b/gems/aws-sdk-personalizeevents/lib/aws-sdk-personalizeevents/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -689,7 +695,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-personalizeevents' - context[:gem_version] = '1.50.0' + context[:gem_version] = '1.51.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-personalizeruntime/CHANGELOG.md b/gems/aws-sdk-personalizeruntime/CHANGELOG.md index fd1de494d4c..e5cc349c637 100644 --- a/gems/aws-sdk-personalizeruntime/CHANGELOG.md +++ b/gems/aws-sdk-personalizeruntime/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.58.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.57.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-personalizeruntime/VERSION b/gems/aws-sdk-personalizeruntime/VERSION index 373aea97570..79f82f6b8e0 100644 --- a/gems/aws-sdk-personalizeruntime/VERSION +++ b/gems/aws-sdk-personalizeruntime/VERSION @@ -1 +1 @@ -1.57.0 +1.58.0 diff --git a/gems/aws-sdk-personalizeruntime/lib/aws-sdk-personalizeruntime.rb b/gems/aws-sdk-personalizeruntime/lib/aws-sdk-personalizeruntime.rb index 8c2a65977d0..7890af9983f 100644 --- a/gems/aws-sdk-personalizeruntime/lib/aws-sdk-personalizeruntime.rb +++ b/gems/aws-sdk-personalizeruntime/lib/aws-sdk-personalizeruntime.rb @@ -52,6 +52,6 @@ # @!group service module Aws::PersonalizeRuntime - GEM_VERSION = '1.57.0' + GEM_VERSION = '1.58.0' end diff --git a/gems/aws-sdk-personalizeruntime/lib/aws-sdk-personalizeruntime/client.rb b/gems/aws-sdk-personalizeruntime/lib/aws-sdk-personalizeruntime/client.rb index 4bc4ad3e51a..38854b00eac 100644 --- a/gems/aws-sdk-personalizeruntime/lib/aws-sdk-personalizeruntime/client.rb +++ b/gems/aws-sdk-personalizeruntime/lib/aws-sdk-personalizeruntime/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -819,7 +825,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-personalizeruntime' - context[:gem_version] = '1.57.0' + context[:gem_version] = '1.58.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-pi/CHANGELOG.md b/gems/aws-sdk-pi/CHANGELOG.md index de5c660ee5b..4a4ebd05d03 100644 --- a/gems/aws-sdk-pi/CHANGELOG.md +++ b/gems/aws-sdk-pi/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.65.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.64.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-pi/VERSION b/gems/aws-sdk-pi/VERSION index 9405730420f..902c74186fb 100644 --- a/gems/aws-sdk-pi/VERSION +++ b/gems/aws-sdk-pi/VERSION @@ -1 +1 @@ -1.64.0 +1.65.0 diff --git a/gems/aws-sdk-pi/lib/aws-sdk-pi.rb b/gems/aws-sdk-pi/lib/aws-sdk-pi.rb index 3f197894dde..cf5dad244e8 100644 --- a/gems/aws-sdk-pi/lib/aws-sdk-pi.rb +++ b/gems/aws-sdk-pi/lib/aws-sdk-pi.rb @@ -52,6 +52,6 @@ # @!group service module Aws::PI - GEM_VERSION = '1.64.0' + GEM_VERSION = '1.65.0' end diff --git a/gems/aws-sdk-pi/lib/aws-sdk-pi/client.rb b/gems/aws-sdk-pi/lib/aws-sdk-pi/client.rb index d2409f69dbd..5b71d2c3266 100644 --- a/gems/aws-sdk-pi/lib/aws-sdk-pi/client.rb +++ b/gems/aws-sdk-pi/lib/aws-sdk-pi/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -1443,7 +1449,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-pi' - context[:gem_version] = '1.64.0' + context[:gem_version] = '1.65.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-pinpoint/CHANGELOG.md b/gems/aws-sdk-pinpoint/CHANGELOG.md index 3885265739b..53578235bd6 100644 --- a/gems/aws-sdk-pinpoint/CHANGELOG.md +++ b/gems/aws-sdk-pinpoint/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.97.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.96.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-pinpoint/VERSION b/gems/aws-sdk-pinpoint/VERSION index 9141007a558..acbb747ac54 100644 --- a/gems/aws-sdk-pinpoint/VERSION +++ b/gems/aws-sdk-pinpoint/VERSION @@ -1 +1 @@ -1.96.0 +1.97.0 diff --git a/gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint.rb b/gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint.rb index 6a54780bdd8..9166bbf6dc3 100644 --- a/gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint.rb +++ b/gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint.rb @@ -52,6 +52,6 @@ # @!group service module Aws::Pinpoint - GEM_VERSION = '1.96.0' + GEM_VERSION = '1.97.0' end diff --git a/gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/client.rb b/gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/client.rb index dfc68c46457..24ff058881a 100644 --- a/gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/client.rb +++ b/gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -13005,7 +13011,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-pinpoint' - context[:gem_version] = '1.96.0' + context[:gem_version] = '1.97.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-pinpointemail/CHANGELOG.md b/gems/aws-sdk-pinpointemail/CHANGELOG.md index 777ba0bded0..84abe3d1e4a 100644 --- a/gems/aws-sdk-pinpointemail/CHANGELOG.md +++ b/gems/aws-sdk-pinpointemail/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.56.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.55.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-pinpointemail/VERSION b/gems/aws-sdk-pinpointemail/VERSION index 094d6ad00ce..3ebf789f5a8 100644 --- a/gems/aws-sdk-pinpointemail/VERSION +++ b/gems/aws-sdk-pinpointemail/VERSION @@ -1 +1 @@ -1.55.0 +1.56.0 diff --git a/gems/aws-sdk-pinpointemail/lib/aws-sdk-pinpointemail.rb b/gems/aws-sdk-pinpointemail/lib/aws-sdk-pinpointemail.rb index eab805151a7..a89943860f9 100644 --- a/gems/aws-sdk-pinpointemail/lib/aws-sdk-pinpointemail.rb +++ b/gems/aws-sdk-pinpointemail/lib/aws-sdk-pinpointemail.rb @@ -52,6 +52,6 @@ # @!group service module Aws::PinpointEmail - GEM_VERSION = '1.55.0' + GEM_VERSION = '1.56.0' end diff --git a/gems/aws-sdk-pinpointemail/lib/aws-sdk-pinpointemail/client.rb b/gems/aws-sdk-pinpointemail/lib/aws-sdk-pinpointemail/client.rb index 7bcaa463777..5611f4d7bb7 100644 --- a/gems/aws-sdk-pinpointemail/lib/aws-sdk-pinpointemail/client.rb +++ b/gems/aws-sdk-pinpointemail/lib/aws-sdk-pinpointemail/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -2370,7 +2376,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-pinpointemail' - context[:gem_version] = '1.55.0' + context[:gem_version] = '1.56.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-pinpointsmsvoice/CHANGELOG.md b/gems/aws-sdk-pinpointsmsvoice/CHANGELOG.md index ecf139aa4d7..1c41f0dc04f 100644 --- a/gems/aws-sdk-pinpointsmsvoice/CHANGELOG.md +++ b/gems/aws-sdk-pinpointsmsvoice/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.52.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.51.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-pinpointsmsvoice/VERSION b/gems/aws-sdk-pinpointsmsvoice/VERSION index ba0a719118c..a63cb35e6f0 100644 --- a/gems/aws-sdk-pinpointsmsvoice/VERSION +++ b/gems/aws-sdk-pinpointsmsvoice/VERSION @@ -1 +1 @@ -1.51.0 +1.52.0 diff --git a/gems/aws-sdk-pinpointsmsvoice/lib/aws-sdk-pinpointsmsvoice.rb b/gems/aws-sdk-pinpointsmsvoice/lib/aws-sdk-pinpointsmsvoice.rb index 7a1a0d43ada..d6d02fae89e 100644 --- a/gems/aws-sdk-pinpointsmsvoice/lib/aws-sdk-pinpointsmsvoice.rb +++ b/gems/aws-sdk-pinpointsmsvoice/lib/aws-sdk-pinpointsmsvoice.rb @@ -52,6 +52,6 @@ # @!group service module Aws::PinpointSMSVoice - GEM_VERSION = '1.51.0' + GEM_VERSION = '1.52.0' end diff --git a/gems/aws-sdk-pinpointsmsvoice/lib/aws-sdk-pinpointsmsvoice/client.rb b/gems/aws-sdk-pinpointsmsvoice/lib/aws-sdk-pinpointsmsvoice/client.rb index 29c1aa8ebbb..23582263706 100644 --- a/gems/aws-sdk-pinpointsmsvoice/lib/aws-sdk-pinpointsmsvoice/client.rb +++ b/gems/aws-sdk-pinpointsmsvoice/lib/aws-sdk-pinpointsmsvoice/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -747,7 +753,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-pinpointsmsvoice' - context[:gem_version] = '1.51.0' + context[:gem_version] = '1.52.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-pinpointsmsvoicev2/CHANGELOG.md b/gems/aws-sdk-pinpointsmsvoicev2/CHANGELOG.md index 96022869228..0a6b990ab83 100644 --- a/gems/aws-sdk-pinpointsmsvoicev2/CHANGELOG.md +++ b/gems/aws-sdk-pinpointsmsvoicev2/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.23.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.22.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-pinpointsmsvoicev2/VERSION b/gems/aws-sdk-pinpointsmsvoicev2/VERSION index 57807d6d0d0..a6c2798a482 100644 --- a/gems/aws-sdk-pinpointsmsvoicev2/VERSION +++ b/gems/aws-sdk-pinpointsmsvoicev2/VERSION @@ -1 +1 @@ -1.22.0 +1.23.0 diff --git a/gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2.rb b/gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2.rb index fbbfbe4b501..0e39bae4782 100644 --- a/gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2.rb +++ b/gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2.rb @@ -53,6 +53,6 @@ # @!group service module Aws::PinpointSMSVoiceV2 - GEM_VERSION = '1.22.0' + GEM_VERSION = '1.23.0' end diff --git a/gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/client.rb b/gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/client.rb index c75622e8f81..9631fd1cd54 100644 --- a/gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/client.rb +++ b/gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -5216,7 +5222,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-pinpointsmsvoicev2' - context[:gem_version] = '1.22.0' + context[:gem_version] = '1.23.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-pipes/CHANGELOG.md b/gems/aws-sdk-pipes/CHANGELOG.md index 43453b4293c..99c12ced45b 100644 --- a/gems/aws-sdk-pipes/CHANGELOG.md +++ b/gems/aws-sdk-pipes/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.26.0 (2024-09-10) +------------------ + +* Feature - This release adds support for customer managed KMS keys in Amazon EventBridge Pipe + 1.25.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-pipes/VERSION b/gems/aws-sdk-pipes/VERSION index ad2191947f7..5ff8c4f5d2a 100644 --- a/gems/aws-sdk-pipes/VERSION +++ b/gems/aws-sdk-pipes/VERSION @@ -1 +1 @@ -1.25.0 +1.26.0 diff --git a/gems/aws-sdk-pipes/aws-sdk-pipes.gemspec b/gems/aws-sdk-pipes/aws-sdk-pipes.gemspec index d47e9f34252..8aa24360159 100644 --- a/gems/aws-sdk-pipes/aws-sdk-pipes.gemspec +++ b/gems/aws-sdk-pipes/aws-sdk-pipes.gemspec @@ -26,7 +26,7 @@ Gem::Specification.new do |spec| } spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.203.0') - spec.add_dependency('aws-sigv4', '~> 1.1') + spec.add_dependency('aws-sigv4', '~> 1.5') spec.required_ruby_version = '>= 2.5' end diff --git a/gems/aws-sdk-pipes/lib/aws-sdk-pipes.rb b/gems/aws-sdk-pipes/lib/aws-sdk-pipes.rb index 0f054480b4c..d52ca4cc5d1 100644 --- a/gems/aws-sdk-pipes/lib/aws-sdk-pipes.rb +++ b/gems/aws-sdk-pipes/lib/aws-sdk-pipes.rb @@ -53,6 +53,6 @@ # @!group service module Aws::Pipes - GEM_VERSION = '1.25.0' + GEM_VERSION = '1.26.0' end diff --git a/gems/aws-sdk-pipes/lib/aws-sdk-pipes/client.rb b/gems/aws-sdk-pipes/lib/aws-sdk-pipes/client.rb index f25febd103d..3fe7e6037ca 100644 --- a/gems/aws-sdk-pipes/lib/aws-sdk-pipes/client.rb +++ b/gems/aws-sdk-pipes/lib/aws-sdk-pipes/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -485,6 +491,22 @@ def initialize(*args) # @option params [Types::PipeLogConfigurationParameters] :log_configuration # The logging configuration settings for the pipe. # + # @option params [String] :kms_key_identifier + # The identifier of the KMS customer managed key for EventBridge to use, + # if you choose to use a customer managed key to encrypt pipe data. The + # identifier can be the key Amazon Resource Name (ARN), KeyId, key + # alias, or key alias ARN. + # + # If you do not specify a customer managed key identifier, EventBridge + # uses an Amazon Web Services owned key to encrypt pipe data. + # + # For more information, see [Managing keys][1] in the *Key Management + # Service Developer Guide*. + # + # + # + # [1]: https://docs.aws.amazon.com/kms/latest/developerguide/getting-started.html + # # @return [Types::CreatePipeResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods: # # * {Types::CreatePipeResponse#arn #arn} => String @@ -825,6 +847,7 @@ def initialize(*args) # level: "OFF", # required, accepts OFF, ERROR, INFO, TRACE # include_execution_data: ["ALL"], # accepts ALL # }, + # kms_key_identifier: "KmsKeyIdentifier", # }) # # @example Response structure @@ -918,6 +941,7 @@ def delete_pipe(params = {}, options = {}) # * {Types::DescribePipeResponse#creation_time #creation_time} => Time # * {Types::DescribePipeResponse#last_modified_time #last_modified_time} => Time # * {Types::DescribePipeResponse#log_configuration #log_configuration} => Types::PipeLogConfiguration + # * {Types::DescribePipeResponse#kms_key_identifier #kms_key_identifier} => String # # @example Request syntax with placeholder values # @@ -1128,6 +1152,7 @@ def delete_pipe(params = {}, options = {}) # resp.log_configuration.level #=> String, one of "OFF", "ERROR", "INFO", "TRACE" # resp.log_configuration.include_execution_data #=> Array # resp.log_configuration.include_execution_data[0] #=> String, one of "ALL" + # resp.kms_key_identifier #=> String # # @see http://docs.aws.amazon.com/goto/WebAPI/pipes-2015-10-07/DescribePipe AWS API Documentation # @@ -1447,6 +1472,27 @@ def untag_resource(params = {}, options = {}) # @option params [Types::PipeLogConfigurationParameters] :log_configuration # The logging configuration settings for the pipe. # + # @option params [String] :kms_key_identifier + # The identifier of the KMS customer managed key for EventBridge to use, + # if you choose to use a customer managed key to encrypt pipe data. The + # identifier can be the key Amazon Resource Name (ARN), KeyId, key + # alias, or key alias ARN. + # + # To update a pipe that is using the default Amazon Web Services owned + # key to use a customer managed key instead, or update a pipe that is + # using a customer managed key to use a different customer managed key, + # specify a customer managed key identifier. + # + # To update a pipe that is using a customer managed key to use the + # default Amazon Web Services owned key, specify an empty string. + # + # For more information, see [Managing keys][1] in the *Key Management + # Service Developer Guide*. + # + # + # + # [1]: https://docs.aws.amazon.com/kms/latest/developerguide/getting-started.html + # # @return [Types::UpdatePipeResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods: # # * {Types::UpdatePipeResponse#arn #arn} => String @@ -1770,6 +1816,7 @@ def untag_resource(params = {}, options = {}) # level: "OFF", # required, accepts OFF, ERROR, INFO, TRACE # include_execution_data: ["ALL"], # accepts ALL # }, + # kms_key_identifier: "KmsKeyIdentifier", # }) # # @example Response structure @@ -1808,7 +1855,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-pipes' - context[:gem_version] = '1.25.0' + context[:gem_version] = '1.26.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-pipes/lib/aws-sdk-pipes/client_api.rb b/gems/aws-sdk-pipes/lib/aws-sdk-pipes/client_api.rb index a5becb809cd..9e2817dac3f 100644 --- a/gems/aws-sdk-pipes/lib/aws-sdk-pipes/client_api.rb +++ b/gems/aws-sdk-pipes/lib/aws-sdk-pipes/client_api.rb @@ -99,6 +99,7 @@ module ClientApi KafkaTopicName = Shapes::StringShape.new(name: 'KafkaTopicName') KinesisPartitionKey = Shapes::StringShape.new(name: 'KinesisPartitionKey') KinesisStreamStartPosition = Shapes::StringShape.new(name: 'KinesisStreamStartPosition') + KmsKeyIdentifier = Shapes::StringShape.new(name: 'KmsKeyIdentifier') LaunchType = Shapes::StringShape.new(name: 'LaunchType') LimitMax10 = Shapes::IntegerShape.new(name: 'LimitMax10') LimitMax100 = Shapes::IntegerShape.new(name: 'LimitMax100') @@ -319,6 +320,7 @@ module ClientApi CreatePipeRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "RoleArn")) CreatePipeRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags")) CreatePipeRequest.add_member(:log_configuration, Shapes::ShapeRef.new(shape: PipeLogConfigurationParameters, location_name: "LogConfiguration")) + CreatePipeRequest.add_member(:kms_key_identifier, Shapes::ShapeRef.new(shape: KmsKeyIdentifier, location_name: "KmsKeyIdentifier")) CreatePipeRequest.struct_class = Types::CreatePipeRequest CreatePipeResponse.add_member(:arn, Shapes::ShapeRef.new(shape: PipeArn, location_name: "Arn")) @@ -363,6 +365,7 @@ module ClientApi DescribePipeResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime")) DescribePipeResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime")) DescribePipeResponse.add_member(:log_configuration, Shapes::ShapeRef.new(shape: PipeLogConfiguration, location_name: "LogConfiguration")) + DescribePipeResponse.add_member(:kms_key_identifier, Shapes::ShapeRef.new(shape: KmsKeyIdentifier, location_name: "KmsKeyIdentifier")) DescribePipeResponse.struct_class = Types::DescribePipeResponse DimensionMapping.add_member(:dimension_value, Shapes::ShapeRef.new(shape: DimensionValue, required: true, location_name: "DimensionValue")) @@ -832,6 +835,7 @@ module ClientApi UpdatePipeRequest.add_member(:target_parameters, Shapes::ShapeRef.new(shape: PipeTargetParameters, location_name: "TargetParameters")) UpdatePipeRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "RoleArn")) UpdatePipeRequest.add_member(:log_configuration, Shapes::ShapeRef.new(shape: PipeLogConfigurationParameters, location_name: "LogConfiguration")) + UpdatePipeRequest.add_member(:kms_key_identifier, Shapes::ShapeRef.new(shape: KmsKeyIdentifier, location_name: "KmsKeyIdentifier")) UpdatePipeRequest.struct_class = Types::UpdatePipeRequest UpdatePipeResponse.add_member(:arn, Shapes::ShapeRef.new(shape: PipeArn, location_name: "Arn")) @@ -914,6 +918,7 @@ module ClientApi api.metadata = { "apiVersion" => "2015-10-07", + "auth" => ["aws.auth#sigv4"], "endpointPrefix" => "pipes", "protocol" => "rest-json", "protocols" => ["rest-json"], diff --git a/gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb b/gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb index 4aaa79c051b..239a39e8dd4 100644 --- a/gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb +++ b/gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb @@ -496,6 +496,23 @@ class ConflictException < Struct.new( # The logging configuration settings for the pipe. # @return [Types::PipeLogConfigurationParameters] # + # @!attribute [rw] kms_key_identifier + # The identifier of the KMS customer managed key for EventBridge to + # use, if you choose to use a customer managed key to encrypt pipe + # data. The identifier can be the key Amazon Resource Name (ARN), + # KeyId, key alias, or key alias ARN. + # + # If you do not specify a customer managed key identifier, EventBridge + # uses an Amazon Web Services owned key to encrypt pipe data. + # + # For more information, see [Managing keys][1] in the *Key Management + # Service Developer Guide*. + # + # + # + # [1]: https://docs.aws.amazon.com/kms/latest/developerguide/getting-started.html + # @return [String] + # # @see http://docs.aws.amazon.com/goto/WebAPI/pipes-2015-10-07/CreatePipeRequest AWS API Documentation # class CreatePipeRequest < Struct.new( @@ -510,7 +527,8 @@ class CreatePipeRequest < Struct.new( :target_parameters, :role_arn, :tags, - :log_configuration) + :log_configuration, + :kms_key_identifier) SENSITIVE = [:description, :tags] include Aws::Structure end @@ -722,6 +740,18 @@ class DescribePipeRequest < Struct.new( # The logging configuration settings for the pipe. # @return [Types::PipeLogConfiguration] # + # @!attribute [rw] kms_key_identifier + # The identifier of the KMS customer managed key for EventBridge to + # use to encrypt pipe data, if one has been specified. + # + # For more information, see [Data encryption in EventBridge][1] in the + # *Amazon EventBridge User Guide*. + # + # + # + # [1]: https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-encryption.html + # @return [String] + # # @see http://docs.aws.amazon.com/goto/WebAPI/pipes-2015-10-07/DescribePipeResponse AWS API Documentation # class DescribePipeResponse < Struct.new( @@ -741,7 +771,8 @@ class DescribePipeResponse < Struct.new( :tags, :creation_time, :last_modified_time, - :log_configuration) + :log_configuration, + :kms_key_identifier) SENSITIVE = [:description, :tags] include Aws::Structure end @@ -2807,15 +2838,7 @@ class PlacementStrategy < Struct.new( # @!attribute [rw] output_format # The format EventBridge uses for the log records. # - # * `json`: JSON - # - # * `plain`: Plain text - # - # * `w3c`: [W3C extended logging file format][1] - # - # - # - # [1]: https://www.w3.org/TR/WD-logfile + # EventBridge currently only supports `json` formatting. # @return [String] # # @see http://docs.aws.amazon.com/goto/WebAPI/pipes-2015-10-07/S3LogDestination AWS API Documentation @@ -2844,15 +2867,7 @@ class S3LogDestination < Struct.new( # @!attribute [rw] output_format # How EventBridge should format the log records. # - # * `json`: JSON - # - # * `plain`: Plain text - # - # * `w3c`: [W3C extended logging file format][1] - # - # - # - # [1]: https://www.w3.org/TR/WD-logfile + # EventBridge currently only supports `json` formatting. # @return [String] # # @!attribute [rw] prefix @@ -2956,8 +2971,7 @@ class Unknown < SelfManagedKafkaAccessConfigurationCredentials; end # @!attribute [rw] security_group # Specifies the security groups associated with the stream. These # security groups must all be in the same VPC. You can specify as many - # as five security groups. If you do not specify a security group, the - # default security group for the VPC is used. + # as five security groups. # @return [Array] # # @see http://docs.aws.amazon.com/goto/WebAPI/pipes-2015-10-07/SelfManagedKafkaAccessConfigurationVpc AWS API Documentation @@ -3284,6 +3298,28 @@ class UntagResourceResponse < Aws::EmptyStructure; end # The logging configuration settings for the pipe. # @return [Types::PipeLogConfigurationParameters] # + # @!attribute [rw] kms_key_identifier + # The identifier of the KMS customer managed key for EventBridge to + # use, if you choose to use a customer managed key to encrypt pipe + # data. The identifier can be the key Amazon Resource Name (ARN), + # KeyId, key alias, or key alias ARN. + # + # To update a pipe that is using the default Amazon Web Services owned + # key to use a customer managed key instead, or update a pipe that is + # using a customer managed key to use a different customer managed + # key, specify a customer managed key identifier. + # + # To update a pipe that is using a customer managed key to use the + # default Amazon Web Services owned key, specify an empty string. + # + # For more information, see [Managing keys][1] in the *Key Management + # Service Developer Guide*. + # + # + # + # [1]: https://docs.aws.amazon.com/kms/latest/developerguide/getting-started.html + # @return [String] + # # @see http://docs.aws.amazon.com/goto/WebAPI/pipes-2015-10-07/UpdatePipeRequest AWS API Documentation # class UpdatePipeRequest < Struct.new( @@ -3296,7 +3332,8 @@ class UpdatePipeRequest < Struct.new( :target, :target_parameters, :role_arn, - :log_configuration) + :log_configuration, + :kms_key_identifier) SENSITIVE = [:description] include Aws::Structure end diff --git a/gems/aws-sdk-pipes/sig/client.rbs b/gems/aws-sdk-pipes/sig/client.rbs index 4e958440620..50326b103ec 100644 --- a/gems/aws-sdk-pipes/sig/client.rbs +++ b/gems/aws-sdk-pipes/sig/client.rbs @@ -400,7 +400,8 @@ module Aws }?, level: ("OFF" | "ERROR" | "INFO" | "TRACE"), include_execution_data: Array[("ALL")]? - } + }, + ?kms_key_identifier: ::String ) -> _CreatePipeResponseSuccess | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreatePipeResponseSuccess @@ -438,6 +439,7 @@ module Aws def creation_time: () -> ::Time def last_modified_time: () -> ::Time def log_configuration: () -> Types::PipeLogConfiguration + def kms_key_identifier: () -> ::String end # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Pipes/Client.html#describe_pipe-instance_method def describe_pipe: ( @@ -833,7 +835,8 @@ module Aws }?, level: ("OFF" | "ERROR" | "INFO" | "TRACE"), include_execution_data: Array[("ALL")]? - } + }, + ?kms_key_identifier: ::String ) -> _UpdatePipeResponseSuccess | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdatePipeResponseSuccess end diff --git a/gems/aws-sdk-pipes/sig/types.rbs b/gems/aws-sdk-pipes/sig/types.rbs index b4dd70eb8e2..e366dfb3bf1 100644 --- a/gems/aws-sdk-pipes/sig/types.rbs +++ b/gems/aws-sdk-pipes/sig/types.rbs @@ -88,6 +88,7 @@ module Aws::Pipes attr_accessor role_arn: ::String attr_accessor tags: ::Hash[::String, ::String] attr_accessor log_configuration: Types::PipeLogConfigurationParameters + attr_accessor kms_key_identifier: ::String SENSITIVE: [:description] end @@ -144,6 +145,7 @@ module Aws::Pipes attr_accessor creation_time: ::Time attr_accessor last_modified_time: ::Time attr_accessor log_configuration: Types::PipeLogConfiguration + attr_accessor kms_key_identifier: ::String SENSITIVE: [:description] end @@ -701,6 +703,7 @@ module Aws::Pipes attr_accessor target_parameters: Types::PipeTargetParameters attr_accessor role_arn: ::String attr_accessor log_configuration: Types::PipeLogConfigurationParameters + attr_accessor kms_key_identifier: ::String SENSITIVE: [:description] end diff --git a/gems/aws-sdk-polly/CHANGELOG.md b/gems/aws-sdk-polly/CHANGELOG.md index 204315f72b0..4a150c4aaba 100644 --- a/gems/aws-sdk-polly/CHANGELOG.md +++ b/gems/aws-sdk-polly/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.93.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.92.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-polly/VERSION b/gems/aws-sdk-polly/VERSION index 7f229af9647..95784efddbc 100644 --- a/gems/aws-sdk-polly/VERSION +++ b/gems/aws-sdk-polly/VERSION @@ -1 +1 @@ -1.92.0 +1.93.0 diff --git a/gems/aws-sdk-polly/lib/aws-sdk-polly.rb b/gems/aws-sdk-polly/lib/aws-sdk-polly.rb index 8812dfeebae..53e65159d12 100644 --- a/gems/aws-sdk-polly/lib/aws-sdk-polly.rb +++ b/gems/aws-sdk-polly/lib/aws-sdk-polly.rb @@ -52,6 +52,6 @@ # @!group service module Aws::Polly - GEM_VERSION = '1.92.0' + GEM_VERSION = '1.93.0' end diff --git a/gems/aws-sdk-polly/lib/aws-sdk-polly/client.rb b/gems/aws-sdk-polly/lib/aws-sdk-polly/client.rb index 2791f6e3808..8567f2279ba 100644 --- a/gems/aws-sdk-polly/lib/aws-sdk-polly/client.rb +++ b/gems/aws-sdk-polly/lib/aws-sdk-polly/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -1199,7 +1205,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-polly' - context[:gem_version] = '1.92.0' + context[:gem_version] = '1.93.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-pricing/CHANGELOG.md b/gems/aws-sdk-pricing/CHANGELOG.md index 9993f21d7ae..3ecd9f8f05a 100644 --- a/gems/aws-sdk-pricing/CHANGELOG.md +++ b/gems/aws-sdk-pricing/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.64.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.63.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-pricing/VERSION b/gems/aws-sdk-pricing/VERSION index af92bdd9f58..9405730420f 100644 --- a/gems/aws-sdk-pricing/VERSION +++ b/gems/aws-sdk-pricing/VERSION @@ -1 +1 @@ -1.63.0 +1.64.0 diff --git a/gems/aws-sdk-pricing/lib/aws-sdk-pricing.rb b/gems/aws-sdk-pricing/lib/aws-sdk-pricing.rb index cbe9c38be7c..6c8ebfa7ad8 100644 --- a/gems/aws-sdk-pricing/lib/aws-sdk-pricing.rb +++ b/gems/aws-sdk-pricing/lib/aws-sdk-pricing.rb @@ -53,6 +53,6 @@ # @!group service module Aws::Pricing - GEM_VERSION = '1.63.0' + GEM_VERSION = '1.64.0' end diff --git a/gems/aws-sdk-pricing/lib/aws-sdk-pricing/client.rb b/gems/aws-sdk-pricing/lib/aws-sdk-pricing/client.rb index f5f0acc0535..263401f8c54 100644 --- a/gems/aws-sdk-pricing/lib/aws-sdk-pricing/client.rb +++ b/gems/aws-sdk-pricing/lib/aws-sdk-pricing/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -794,7 +800,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-pricing' - context[:gem_version] = '1.63.0' + context[:gem_version] = '1.64.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-privatenetworks/CHANGELOG.md b/gems/aws-sdk-privatenetworks/CHANGELOG.md index 6da89c2c3e5..59986e37971 100644 --- a/gems/aws-sdk-privatenetworks/CHANGELOG.md +++ b/gems/aws-sdk-privatenetworks/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.22.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.21.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-privatenetworks/VERSION b/gems/aws-sdk-privatenetworks/VERSION index 3500250a4b0..57807d6d0d0 100644 --- a/gems/aws-sdk-privatenetworks/VERSION +++ b/gems/aws-sdk-privatenetworks/VERSION @@ -1 +1 @@ -1.21.0 +1.22.0 diff --git a/gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks.rb b/gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks.rb index 548f49b6dff..4ebf0608dd1 100644 --- a/gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks.rb +++ b/gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks.rb @@ -52,6 +52,6 @@ # @!group service module Aws::PrivateNetworks - GEM_VERSION = '1.21.0' + GEM_VERSION = '1.22.0' end diff --git a/gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/client.rb b/gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/client.rb index 15c05916a21..e3640052b1e 100644 --- a/gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/client.rb +++ b/gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -2181,7 +2187,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-privatenetworks' - context[:gem_version] = '1.21.0' + context[:gem_version] = '1.22.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-prometheusservice/CHANGELOG.md b/gems/aws-sdk-prometheusservice/CHANGELOG.md index 6820e9988a0..74b91bf6e42 100644 --- a/gems/aws-sdk-prometheusservice/CHANGELOG.md +++ b/gems/aws-sdk-prometheusservice/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.38.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.37.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-prometheusservice/VERSION b/gems/aws-sdk-prometheusservice/VERSION index bf50e910e62..ebeef2f2d61 100644 --- a/gems/aws-sdk-prometheusservice/VERSION +++ b/gems/aws-sdk-prometheusservice/VERSION @@ -1 +1 @@ -1.37.0 +1.38.0 diff --git a/gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice.rb b/gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice.rb index f0d0af25f45..21d4fd30a32 100644 --- a/gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice.rb +++ b/gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice.rb @@ -53,6 +53,6 @@ # @!group service module Aws::PrometheusService - GEM_VERSION = '1.37.0' + GEM_VERSION = '1.38.0' end diff --git a/gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/client.rb b/gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/client.rb index 2baf5754a74..1d7653496cc 100644 --- a/gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/client.rb +++ b/gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -1696,7 +1702,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-prometheusservice' - context[:gem_version] = '1.37.0' + context[:gem_version] = '1.38.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-proton/CHANGELOG.md b/gems/aws-sdk-proton/CHANGELOG.md index cb8ea02125d..5d781c47f8b 100644 --- a/gems/aws-sdk-proton/CHANGELOG.md +++ b/gems/aws-sdk-proton/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.43.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.42.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-proton/VERSION b/gems/aws-sdk-proton/VERSION index a50908ca3da..b978278f05f 100644 --- a/gems/aws-sdk-proton/VERSION +++ b/gems/aws-sdk-proton/VERSION @@ -1 +1 @@ -1.42.0 +1.43.0 diff --git a/gems/aws-sdk-proton/lib/aws-sdk-proton.rb b/gems/aws-sdk-proton/lib/aws-sdk-proton.rb index 9ba261243da..0142432145c 100644 --- a/gems/aws-sdk-proton/lib/aws-sdk-proton.rb +++ b/gems/aws-sdk-proton/lib/aws-sdk-proton.rb @@ -53,6 +53,6 @@ # @!group service module Aws::Proton - GEM_VERSION = '1.42.0' + GEM_VERSION = '1.43.0' end diff --git a/gems/aws-sdk-proton/lib/aws-sdk-proton/client.rb b/gems/aws-sdk-proton/lib/aws-sdk-proton/client.rb index 2b3b66dc5be..9b3335f3106 100644 --- a/gems/aws-sdk-proton/lib/aws-sdk-proton/client.rb +++ b/gems/aws-sdk-proton/lib/aws-sdk-proton/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -6147,7 +6153,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-proton' - context[:gem_version] = '1.42.0' + context[:gem_version] = '1.43.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-qapps/CHANGELOG.md b/gems/aws-sdk-qapps/CHANGELOG.md index dd25cc3eaaf..b699e9d5d54 100644 --- a/gems/aws-sdk-qapps/CHANGELOG.md +++ b/gems/aws-sdk-qapps/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.3.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.2.0 (2024-09-06) ------------------ diff --git a/gems/aws-sdk-qapps/VERSION b/gems/aws-sdk-qapps/VERSION index 26aaba0e866..f0bb29e7638 100644 --- a/gems/aws-sdk-qapps/VERSION +++ b/gems/aws-sdk-qapps/VERSION @@ -1 +1 @@ -1.2.0 +1.3.0 diff --git a/gems/aws-sdk-qapps/lib/aws-sdk-qapps.rb b/gems/aws-sdk-qapps/lib/aws-sdk-qapps.rb index 3e03696c0c9..8fcb34bb7c5 100644 --- a/gems/aws-sdk-qapps/lib/aws-sdk-qapps.rb +++ b/gems/aws-sdk-qapps/lib/aws-sdk-qapps.rb @@ -53,6 +53,6 @@ # @!group service module Aws::QApps - GEM_VERSION = '1.2.0' + GEM_VERSION = '1.3.0' end diff --git a/gems/aws-sdk-qapps/lib/aws-sdk-qapps/client.rb b/gems/aws-sdk-qapps/lib/aws-sdk-qapps/client.rb index 003710a045e..1ee91a06c1f 100644 --- a/gems/aws-sdk-qapps/lib/aws-sdk-qapps/client.rb +++ b/gems/aws-sdk-qapps/lib/aws-sdk-qapps/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -2495,7 +2501,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-qapps' - context[:gem_version] = '1.2.0' + context[:gem_version] = '1.3.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-qbusiness/CHANGELOG.md b/gems/aws-sdk-qbusiness/CHANGELOG.md index 9126c0a6c8b..d864020119d 100644 --- a/gems/aws-sdk-qbusiness/CHANGELOG.md +++ b/gems/aws-sdk-qbusiness/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.14.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.13.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-qbusiness/VERSION b/gems/aws-sdk-qbusiness/VERSION index feaae22bac7..850e742404b 100644 --- a/gems/aws-sdk-qbusiness/VERSION +++ b/gems/aws-sdk-qbusiness/VERSION @@ -1 +1 @@ -1.13.0 +1.14.0 diff --git a/gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness.rb b/gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness.rb index 0e88e387b6e..e5ce4995de5 100644 --- a/gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness.rb +++ b/gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness.rb @@ -55,6 +55,6 @@ # @!group service module Aws::QBusiness - GEM_VERSION = '1.13.0' + GEM_VERSION = '1.14.0' end diff --git a/gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/async_client.rb b/gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/async_client.rb index 5534fa7c7ba..a9bff74a719 100644 --- a/gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/async_client.rb +++ b/gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/async_client.rb @@ -597,7 +597,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-qbusiness' - context[:gem_version] = '1.13.0' + context[:gem_version] = '1.14.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/client.rb b/gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/client.rb index 5c928e867da..d50882eec9f 100644 --- a/gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/client.rb +++ b/gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/client.rb @@ -436,6 +436,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -4145,7 +4151,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-qbusiness' - context[:gem_version] = '1.13.0' + context[:gem_version] = '1.14.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-qconnect/CHANGELOG.md b/gems/aws-sdk-qconnect/CHANGELOG.md index 4ed42563336..69a3c1a11b5 100644 --- a/gems/aws-sdk-qconnect/CHANGELOG.md +++ b/gems/aws-sdk-qconnect/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.16.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.15.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-qconnect/VERSION b/gems/aws-sdk-qconnect/VERSION index 141f2e805be..15b989e398f 100644 --- a/gems/aws-sdk-qconnect/VERSION +++ b/gems/aws-sdk-qconnect/VERSION @@ -1 +1 @@ -1.15.0 +1.16.0 diff --git a/gems/aws-sdk-qconnect/lib/aws-sdk-qconnect.rb b/gems/aws-sdk-qconnect/lib/aws-sdk-qconnect.rb index b8621ebebe0..1adb44c308a 100644 --- a/gems/aws-sdk-qconnect/lib/aws-sdk-qconnect.rb +++ b/gems/aws-sdk-qconnect/lib/aws-sdk-qconnect.rb @@ -52,6 +52,6 @@ # @!group service module Aws::QConnect - GEM_VERSION = '1.15.0' + GEM_VERSION = '1.16.0' end diff --git a/gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/client.rb b/gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/client.rb index 11e390fc801..d12ad6802f4 100644 --- a/gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/client.rb +++ b/gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -3401,7 +3407,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-qconnect' - context[:gem_version] = '1.15.0' + context[:gem_version] = '1.16.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-qldb/CHANGELOG.md b/gems/aws-sdk-qldb/CHANGELOG.md index 6b33404c1d8..cf5945be65d 100644 --- a/gems/aws-sdk-qldb/CHANGELOG.md +++ b/gems/aws-sdk-qldb/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.47.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.46.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-qldb/VERSION b/gems/aws-sdk-qldb/VERSION index 0a3db35b241..21998d3c2d9 100644 --- a/gems/aws-sdk-qldb/VERSION +++ b/gems/aws-sdk-qldb/VERSION @@ -1 +1 @@ -1.46.0 +1.47.0 diff --git a/gems/aws-sdk-qldb/lib/aws-sdk-qldb.rb b/gems/aws-sdk-qldb/lib/aws-sdk-qldb.rb index 1577eb7a213..8c5696e6e21 100644 --- a/gems/aws-sdk-qldb/lib/aws-sdk-qldb.rb +++ b/gems/aws-sdk-qldb/lib/aws-sdk-qldb.rb @@ -52,6 +52,6 @@ # @!group service module Aws::QLDB - GEM_VERSION = '1.46.0' + GEM_VERSION = '1.47.0' end diff --git a/gems/aws-sdk-qldb/lib/aws-sdk-qldb/client.rb b/gems/aws-sdk-qldb/lib/aws-sdk-qldb/client.rb index 6a2b489624a..c169df324c9 100644 --- a/gems/aws-sdk-qldb/lib/aws-sdk-qldb/client.rb +++ b/gems/aws-sdk-qldb/lib/aws-sdk-qldb/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -1715,7 +1721,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-qldb' - context[:gem_version] = '1.46.0' + context[:gem_version] = '1.47.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-qldbsession/CHANGELOG.md b/gems/aws-sdk-qldbsession/CHANGELOG.md index b98afb17406..b459772a4e8 100644 --- a/gems/aws-sdk-qldbsession/CHANGELOG.md +++ b/gems/aws-sdk-qldbsession/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.43.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.42.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-qldbsession/VERSION b/gems/aws-sdk-qldbsession/VERSION index a50908ca3da..b978278f05f 100644 --- a/gems/aws-sdk-qldbsession/VERSION +++ b/gems/aws-sdk-qldbsession/VERSION @@ -1 +1 @@ -1.42.0 +1.43.0 diff --git a/gems/aws-sdk-qldbsession/lib/aws-sdk-qldbsession.rb b/gems/aws-sdk-qldbsession/lib/aws-sdk-qldbsession.rb index fcb3b810b19..bf7206dad9e 100644 --- a/gems/aws-sdk-qldbsession/lib/aws-sdk-qldbsession.rb +++ b/gems/aws-sdk-qldbsession/lib/aws-sdk-qldbsession.rb @@ -52,6 +52,6 @@ # @!group service module Aws::QLDBSession - GEM_VERSION = '1.42.0' + GEM_VERSION = '1.43.0' end diff --git a/gems/aws-sdk-qldbsession/lib/aws-sdk-qldbsession/client.rb b/gems/aws-sdk-qldbsession/lib/aws-sdk-qldbsession/client.rb index 6c77a94f325..3a507c14847 100644 --- a/gems/aws-sdk-qldbsession/lib/aws-sdk-qldbsession/client.rb +++ b/gems/aws-sdk-qldbsession/lib/aws-sdk-qldbsession/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -597,7 +603,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-qldbsession' - context[:gem_version] = '1.42.0' + context[:gem_version] = '1.43.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-quicksight/CHANGELOG.md b/gems/aws-sdk-quicksight/CHANGELOG.md index de866aa63b7..09ec012bee5 100644 --- a/gems/aws-sdk-quicksight/CHANGELOG.md +++ b/gems/aws-sdk-quicksight/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.124.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.123.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-quicksight/VERSION b/gems/aws-sdk-quicksight/VERSION index ee6c5b2d9ec..370a6d8fbb8 100644 --- a/gems/aws-sdk-quicksight/VERSION +++ b/gems/aws-sdk-quicksight/VERSION @@ -1 +1 @@ -1.123.0 +1.124.0 diff --git a/gems/aws-sdk-quicksight/lib/aws-sdk-quicksight.rb b/gems/aws-sdk-quicksight/lib/aws-sdk-quicksight.rb index 86307aa2bb0..62bb61e53c7 100644 --- a/gems/aws-sdk-quicksight/lib/aws-sdk-quicksight.rb +++ b/gems/aws-sdk-quicksight/lib/aws-sdk-quicksight.rb @@ -52,6 +52,6 @@ # @!group service module Aws::QuickSight - GEM_VERSION = '1.123.0' + GEM_VERSION = '1.124.0' end diff --git a/gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/client.rb b/gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/client.rb index f08fa193b2a..e9a760d20e2 100644 --- a/gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/client.rb +++ b/gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -15272,7 +15278,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-quicksight' - context[:gem_version] = '1.123.0' + context[:gem_version] = '1.124.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-ram/CHANGELOG.md b/gems/aws-sdk-ram/CHANGELOG.md index 15027bea7be..cfb4bbf63c6 100644 --- a/gems/aws-sdk-ram/CHANGELOG.md +++ b/gems/aws-sdk-ram/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.62.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.61.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-ram/VERSION b/gems/aws-sdk-ram/VERSION index 91951fd8ad7..76d05362056 100644 --- a/gems/aws-sdk-ram/VERSION +++ b/gems/aws-sdk-ram/VERSION @@ -1 +1 @@ -1.61.0 +1.62.0 diff --git a/gems/aws-sdk-ram/lib/aws-sdk-ram.rb b/gems/aws-sdk-ram/lib/aws-sdk-ram.rb index c6bcad1eaf2..80d838e1eec 100644 --- a/gems/aws-sdk-ram/lib/aws-sdk-ram.rb +++ b/gems/aws-sdk-ram/lib/aws-sdk-ram.rb @@ -52,6 +52,6 @@ # @!group service module Aws::RAM - GEM_VERSION = '1.61.0' + GEM_VERSION = '1.62.0' end diff --git a/gems/aws-sdk-ram/lib/aws-sdk-ram/client.rb b/gems/aws-sdk-ram/lib/aws-sdk-ram/client.rb index d8ccb225498..59226ea25e6 100644 --- a/gems/aws-sdk-ram/lib/aws-sdk-ram/client.rb +++ b/gems/aws-sdk-ram/lib/aws-sdk-ram/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -3341,7 +3347,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-ram' - context[:gem_version] = '1.61.0' + context[:gem_version] = '1.62.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-rds/CHANGELOG.md b/gems/aws-sdk-rds/CHANGELOG.md index 9b0764acf37..d2bb6ba81f2 100644 --- a/gems/aws-sdk-rds/CHANGELOG.md +++ b/gems/aws-sdk-rds/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.243.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.242.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-rds/VERSION b/gems/aws-sdk-rds/VERSION index 8e7b70821fb..28bcfa4f997 100644 --- a/gems/aws-sdk-rds/VERSION +++ b/gems/aws-sdk-rds/VERSION @@ -1 +1 @@ -1.242.0 +1.243.0 diff --git a/gems/aws-sdk-rds/lib/aws-sdk-rds.rb b/gems/aws-sdk-rds/lib/aws-sdk-rds.rb index 1dfc321dc1f..bf78e39b9ae 100644 --- a/gems/aws-sdk-rds/lib/aws-sdk-rds.rb +++ b/gems/aws-sdk-rds/lib/aws-sdk-rds.rb @@ -78,6 +78,6 @@ # @!group service module Aws::RDS - GEM_VERSION = '1.242.0' + GEM_VERSION = '1.243.0' end diff --git a/gems/aws-sdk-rds/lib/aws-sdk-rds/client.rb b/gems/aws-sdk-rds/lib/aws-sdk-rds/client.rb index 9ae47e4e4d2..a8ad2f46d68 100644 --- a/gems/aws-sdk-rds/lib/aws-sdk-rds/client.rb +++ b/gems/aws-sdk-rds/lib/aws-sdk-rds/client.rb @@ -427,6 +427,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -31375,7 +31381,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-rds' - context[:gem_version] = '1.242.0' + context[:gem_version] = '1.243.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-rdsdataservice/CHANGELOG.md b/gems/aws-sdk-rdsdataservice/CHANGELOG.md index c7885a87db4..3556400b2a3 100644 --- a/gems/aws-sdk-rdsdataservice/CHANGELOG.md +++ b/gems/aws-sdk-rdsdataservice/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.59.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.58.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-rdsdataservice/VERSION b/gems/aws-sdk-rdsdataservice/VERSION index 79f82f6b8e0..bb120e876c6 100644 --- a/gems/aws-sdk-rdsdataservice/VERSION +++ b/gems/aws-sdk-rdsdataservice/VERSION @@ -1 +1 @@ -1.58.0 +1.59.0 diff --git a/gems/aws-sdk-rdsdataservice/lib/aws-sdk-rdsdataservice.rb b/gems/aws-sdk-rdsdataservice/lib/aws-sdk-rdsdataservice.rb index 1eed8299f96..477e970de6a 100644 --- a/gems/aws-sdk-rdsdataservice/lib/aws-sdk-rdsdataservice.rb +++ b/gems/aws-sdk-rdsdataservice/lib/aws-sdk-rdsdataservice.rb @@ -52,6 +52,6 @@ # @!group service module Aws::RDSDataService - GEM_VERSION = '1.58.0' + GEM_VERSION = '1.59.0' end diff --git a/gems/aws-sdk-rdsdataservice/lib/aws-sdk-rdsdataservice/client.rb b/gems/aws-sdk-rdsdataservice/lib/aws-sdk-rdsdataservice/client.rb index c41ee053970..e09f1014e22 100644 --- a/gems/aws-sdk-rdsdataservice/lib/aws-sdk-rdsdataservice/client.rb +++ b/gems/aws-sdk-rdsdataservice/lib/aws-sdk-rdsdataservice/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -1026,7 +1032,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-rdsdataservice' - context[:gem_version] = '1.58.0' + context[:gem_version] = '1.59.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-recyclebin/CHANGELOG.md b/gems/aws-sdk-recyclebin/CHANGELOG.md index 0c3f29f2f22..285c3adc57e 100644 --- a/gems/aws-sdk-recyclebin/CHANGELOG.md +++ b/gems/aws-sdk-recyclebin/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.28.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.27.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-recyclebin/VERSION b/gems/aws-sdk-recyclebin/VERSION index 5db08bf2dc5..cfc730712d5 100644 --- a/gems/aws-sdk-recyclebin/VERSION +++ b/gems/aws-sdk-recyclebin/VERSION @@ -1 +1 @@ -1.27.0 +1.28.0 diff --git a/gems/aws-sdk-recyclebin/lib/aws-sdk-recyclebin.rb b/gems/aws-sdk-recyclebin/lib/aws-sdk-recyclebin.rb index ba6d3d3b386..592e6db4103 100644 --- a/gems/aws-sdk-recyclebin/lib/aws-sdk-recyclebin.rb +++ b/gems/aws-sdk-recyclebin/lib/aws-sdk-recyclebin.rb @@ -52,6 +52,6 @@ # @!group service module Aws::RecycleBin - GEM_VERSION = '1.27.0' + GEM_VERSION = '1.28.0' end diff --git a/gems/aws-sdk-recyclebin/lib/aws-sdk-recyclebin/client.rb b/gems/aws-sdk-recyclebin/lib/aws-sdk-recyclebin/client.rb index bf2d8f7a8e5..fdeb7e2b40e 100644 --- a/gems/aws-sdk-recyclebin/lib/aws-sdk-recyclebin/client.rb +++ b/gems/aws-sdk-recyclebin/lib/aws-sdk-recyclebin/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -1011,7 +1017,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-recyclebin' - context[:gem_version] = '1.27.0' + context[:gem_version] = '1.28.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-redshift/CHANGELOG.md b/gems/aws-sdk-redshift/CHANGELOG.md index d24d9436b9c..3a0f8351adc 100644 --- a/gems/aws-sdk-redshift/CHANGELOG.md +++ b/gems/aws-sdk-redshift/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.121.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.120.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-redshift/VERSION b/gems/aws-sdk-redshift/VERSION index 499526a0114..83bd3452721 100644 --- a/gems/aws-sdk-redshift/VERSION +++ b/gems/aws-sdk-redshift/VERSION @@ -1 +1 @@ -1.120.0 +1.121.0 diff --git a/gems/aws-sdk-redshift/lib/aws-sdk-redshift.rb b/gems/aws-sdk-redshift/lib/aws-sdk-redshift.rb index 2e0e8d764ee..e0f97fbec2e 100644 --- a/gems/aws-sdk-redshift/lib/aws-sdk-redshift.rb +++ b/gems/aws-sdk-redshift/lib/aws-sdk-redshift.rb @@ -53,6 +53,6 @@ # @!group service module Aws::Redshift - GEM_VERSION = '1.120.0' + GEM_VERSION = '1.121.0' end diff --git a/gems/aws-sdk-redshift/lib/aws-sdk-redshift/client.rb b/gems/aws-sdk-redshift/lib/aws-sdk-redshift/client.rb index 8c8ce87e258..d94acbcb79b 100644 --- a/gems/aws-sdk-redshift/lib/aws-sdk-redshift/client.rb +++ b/gems/aws-sdk-redshift/lib/aws-sdk-redshift/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -12436,7 +12442,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-redshift' - context[:gem_version] = '1.120.0' + context[:gem_version] = '1.121.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-redshiftdataapiservice/CHANGELOG.md b/gems/aws-sdk-redshiftdataapiservice/CHANGELOG.md index ec8e7599e3b..160067f20be 100644 --- a/gems/aws-sdk-redshiftdataapiservice/CHANGELOG.md +++ b/gems/aws-sdk-redshiftdataapiservice/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.44.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.43.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-redshiftdataapiservice/VERSION b/gems/aws-sdk-redshiftdataapiservice/VERSION index b978278f05f..372cf402c73 100644 --- a/gems/aws-sdk-redshiftdataapiservice/VERSION +++ b/gems/aws-sdk-redshiftdataapiservice/VERSION @@ -1 +1 @@ -1.43.0 +1.44.0 diff --git a/gems/aws-sdk-redshiftdataapiservice/lib/aws-sdk-redshiftdataapiservice.rb b/gems/aws-sdk-redshiftdataapiservice/lib/aws-sdk-redshiftdataapiservice.rb index 1826695206a..47d06389553 100644 --- a/gems/aws-sdk-redshiftdataapiservice/lib/aws-sdk-redshiftdataapiservice.rb +++ b/gems/aws-sdk-redshiftdataapiservice/lib/aws-sdk-redshiftdataapiservice.rb @@ -52,6 +52,6 @@ # @!group service module Aws::RedshiftDataAPIService - GEM_VERSION = '1.43.0' + GEM_VERSION = '1.44.0' end diff --git a/gems/aws-sdk-redshiftdataapiservice/lib/aws-sdk-redshiftdataapiservice/client.rb b/gems/aws-sdk-redshiftdataapiservice/lib/aws-sdk-redshiftdataapiservice/client.rb index 71ab418e0f8..89b0e952208 100644 --- a/gems/aws-sdk-redshiftdataapiservice/lib/aws-sdk-redshiftdataapiservice/client.rb +++ b/gems/aws-sdk-redshiftdataapiservice/lib/aws-sdk-redshiftdataapiservice/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -1600,7 +1606,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-redshiftdataapiservice' - context[:gem_version] = '1.43.0' + context[:gem_version] = '1.44.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-redshiftserverless/CHANGELOG.md b/gems/aws-sdk-redshiftserverless/CHANGELOG.md index 6f7afe1f4a3..a62b7143c57 100644 --- a/gems/aws-sdk-redshiftserverless/CHANGELOG.md +++ b/gems/aws-sdk-redshiftserverless/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.35.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.34.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-redshiftserverless/VERSION b/gems/aws-sdk-redshiftserverless/VERSION index 2b17ffd5042..2aeaa11ee27 100644 --- a/gems/aws-sdk-redshiftserverless/VERSION +++ b/gems/aws-sdk-redshiftserverless/VERSION @@ -1 +1 @@ -1.34.0 +1.35.0 diff --git a/gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless.rb b/gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless.rb index 2b9da22407f..e0fc42e5f99 100644 --- a/gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless.rb +++ b/gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless.rb @@ -52,6 +52,6 @@ # @!group service module Aws::RedshiftServerless - GEM_VERSION = '1.34.0' + GEM_VERSION = '1.35.0' end diff --git a/gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/client.rb b/gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/client.rb index d43e832fd7f..f4d7d2e87a5 100644 --- a/gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/client.rb +++ b/gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -3727,7 +3733,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-redshiftserverless' - context[:gem_version] = '1.34.0' + context[:gem_version] = '1.35.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-rekognition/CHANGELOG.md b/gems/aws-sdk-rekognition/CHANGELOG.md index 35d4cb441b9..852f89ff20b 100644 --- a/gems/aws-sdk-rekognition/CHANGELOG.md +++ b/gems/aws-sdk-rekognition/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.104.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.103.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-rekognition/VERSION b/gems/aws-sdk-rekognition/VERSION index e402df2ddc9..9f0b4661158 100644 --- a/gems/aws-sdk-rekognition/VERSION +++ b/gems/aws-sdk-rekognition/VERSION @@ -1 +1 @@ -1.103.0 +1.104.0 diff --git a/gems/aws-sdk-rekognition/lib/aws-sdk-rekognition.rb b/gems/aws-sdk-rekognition/lib/aws-sdk-rekognition.rb index f59409afa0c..9e684962bba 100644 --- a/gems/aws-sdk-rekognition/lib/aws-sdk-rekognition.rb +++ b/gems/aws-sdk-rekognition/lib/aws-sdk-rekognition.rb @@ -53,6 +53,6 @@ # @!group service module Aws::Rekognition - GEM_VERSION = '1.103.0' + GEM_VERSION = '1.104.0' end diff --git a/gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/client.rb b/gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/client.rb index 027151da3c4..dde715d0747 100644 --- a/gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/client.rb +++ b/gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -8449,7 +8455,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-rekognition' - context[:gem_version] = '1.103.0' + context[:gem_version] = '1.104.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-repostspace/CHANGELOG.md b/gems/aws-sdk-repostspace/CHANGELOG.md index 767727f8c31..66ea63590f5 100644 --- a/gems/aws-sdk-repostspace/CHANGELOG.md +++ b/gems/aws-sdk-repostspace/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.10.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.9.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-repostspace/VERSION b/gems/aws-sdk-repostspace/VERSION index f8e233b2733..81c871de46b 100644 --- a/gems/aws-sdk-repostspace/VERSION +++ b/gems/aws-sdk-repostspace/VERSION @@ -1 +1 @@ -1.9.0 +1.10.0 diff --git a/gems/aws-sdk-repostspace/lib/aws-sdk-repostspace.rb b/gems/aws-sdk-repostspace/lib/aws-sdk-repostspace.rb index 72e256539db..ce0f63975d9 100644 --- a/gems/aws-sdk-repostspace/lib/aws-sdk-repostspace.rb +++ b/gems/aws-sdk-repostspace/lib/aws-sdk-repostspace.rb @@ -52,6 +52,6 @@ # @!group service module Aws::Repostspace - GEM_VERSION = '1.9.0' + GEM_VERSION = '1.10.0' end diff --git a/gems/aws-sdk-repostspace/lib/aws-sdk-repostspace/client.rb b/gems/aws-sdk-repostspace/lib/aws-sdk-repostspace/client.rb index 9de75bb459b..931662aad62 100644 --- a/gems/aws-sdk-repostspace/lib/aws-sdk-repostspace/client.rb +++ b/gems/aws-sdk-repostspace/lib/aws-sdk-repostspace/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -877,7 +883,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-repostspace' - context[:gem_version] = '1.9.0' + context[:gem_version] = '1.10.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-resiliencehub/CHANGELOG.md b/gems/aws-sdk-resiliencehub/CHANGELOG.md index 7ab8a959ebb..55c9941c7e5 100644 --- a/gems/aws-sdk-resiliencehub/CHANGELOG.md +++ b/gems/aws-sdk-resiliencehub/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.35.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.34.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-resiliencehub/VERSION b/gems/aws-sdk-resiliencehub/VERSION index 2b17ffd5042..2aeaa11ee27 100644 --- a/gems/aws-sdk-resiliencehub/VERSION +++ b/gems/aws-sdk-resiliencehub/VERSION @@ -1 +1 @@ -1.34.0 +1.35.0 diff --git a/gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub.rb b/gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub.rb index 314b091f4b6..a8042fcb48a 100644 --- a/gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub.rb +++ b/gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub.rb @@ -52,6 +52,6 @@ # @!group service module Aws::ResilienceHub - GEM_VERSION = '1.34.0' + GEM_VERSION = '1.35.0' end diff --git a/gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/client.rb b/gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/client.rb index 9484ed8f9c2..8a0a9bf8cbd 100644 --- a/gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/client.rb +++ b/gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -4920,7 +4926,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-resiliencehub' - context[:gem_version] = '1.34.0' + context[:gem_version] = '1.35.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-resourceexplorer2/CHANGELOG.md b/gems/aws-sdk-resourceexplorer2/CHANGELOG.md index ab3dd903b27..b48fdec2c6e 100644 --- a/gems/aws-sdk-resourceexplorer2/CHANGELOG.md +++ b/gems/aws-sdk-resourceexplorer2/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.24.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.23.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-resourceexplorer2/VERSION b/gems/aws-sdk-resourceexplorer2/VERSION index a6c2798a482..53cc1a6f929 100644 --- a/gems/aws-sdk-resourceexplorer2/VERSION +++ b/gems/aws-sdk-resourceexplorer2/VERSION @@ -1 +1 @@ -1.23.0 +1.24.0 diff --git a/gems/aws-sdk-resourceexplorer2/lib/aws-sdk-resourceexplorer2.rb b/gems/aws-sdk-resourceexplorer2/lib/aws-sdk-resourceexplorer2.rb index 779756b7fd7..b0b79951b6e 100644 --- a/gems/aws-sdk-resourceexplorer2/lib/aws-sdk-resourceexplorer2.rb +++ b/gems/aws-sdk-resourceexplorer2/lib/aws-sdk-resourceexplorer2.rb @@ -52,6 +52,6 @@ # @!group service module Aws::ResourceExplorer2 - GEM_VERSION = '1.23.0' + GEM_VERSION = '1.24.0' end diff --git a/gems/aws-sdk-resourceexplorer2/lib/aws-sdk-resourceexplorer2/client.rb b/gems/aws-sdk-resourceexplorer2/lib/aws-sdk-resourceexplorer2/client.rb index d9eb02e1735..69d7931f1d1 100644 --- a/gems/aws-sdk-resourceexplorer2/lib/aws-sdk-resourceexplorer2/client.rb +++ b/gems/aws-sdk-resourceexplorer2/lib/aws-sdk-resourceexplorer2/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -1665,7 +1671,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-resourceexplorer2' - context[:gem_version] = '1.23.0' + context[:gem_version] = '1.24.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-resourcegroups/CHANGELOG.md b/gems/aws-sdk-resourcegroups/CHANGELOG.md index 723e4a9deb5..391bbe44a87 100644 --- a/gems/aws-sdk-resourcegroups/CHANGELOG.md +++ b/gems/aws-sdk-resourcegroups/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.68.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.67.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-resourcegroups/VERSION b/gems/aws-sdk-resourcegroups/VERSION index 65ee0959841..ee2f4ca9130 100644 --- a/gems/aws-sdk-resourcegroups/VERSION +++ b/gems/aws-sdk-resourcegroups/VERSION @@ -1 +1 @@ -1.67.0 +1.68.0 diff --git a/gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups.rb b/gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups.rb index f397b2d9a93..4a501c6cd51 100644 --- a/gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups.rb +++ b/gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups.rb @@ -52,6 +52,6 @@ # @!group service module Aws::ResourceGroups - GEM_VERSION = '1.67.0' + GEM_VERSION = '1.68.0' end diff --git a/gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/client.rb b/gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/client.rb index 74b7f4d3ae6..ca9837403f2 100644 --- a/gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/client.rb +++ b/gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -1554,7 +1560,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-resourcegroups' - context[:gem_version] = '1.67.0' + context[:gem_version] = '1.68.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-resourcegroupstaggingapi/CHANGELOG.md b/gems/aws-sdk-resourcegroupstaggingapi/CHANGELOG.md index 7c28df7b3dc..1a4b32f0cf9 100644 --- a/gems/aws-sdk-resourcegroupstaggingapi/CHANGELOG.md +++ b/gems/aws-sdk-resourcegroupstaggingapi/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.68.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.67.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-resourcegroupstaggingapi/VERSION b/gems/aws-sdk-resourcegroupstaggingapi/VERSION index 65ee0959841..ee2f4ca9130 100644 --- a/gems/aws-sdk-resourcegroupstaggingapi/VERSION +++ b/gems/aws-sdk-resourcegroupstaggingapi/VERSION @@ -1 +1 @@ -1.67.0 +1.68.0 diff --git a/gems/aws-sdk-resourcegroupstaggingapi/lib/aws-sdk-resourcegroupstaggingapi.rb b/gems/aws-sdk-resourcegroupstaggingapi/lib/aws-sdk-resourcegroupstaggingapi.rb index 4ca3d5154f4..174add93f41 100644 --- a/gems/aws-sdk-resourcegroupstaggingapi/lib/aws-sdk-resourcegroupstaggingapi.rb +++ b/gems/aws-sdk-resourcegroupstaggingapi/lib/aws-sdk-resourcegroupstaggingapi.rb @@ -52,6 +52,6 @@ # @!group service module Aws::ResourceGroupsTaggingAPI - GEM_VERSION = '1.67.0' + GEM_VERSION = '1.68.0' end diff --git a/gems/aws-sdk-resourcegroupstaggingapi/lib/aws-sdk-resourcegroupstaggingapi/client.rb b/gems/aws-sdk-resourcegroupstaggingapi/lib/aws-sdk-resourcegroupstaggingapi/client.rb index e430d3382cc..6f2f15cda23 100644 --- a/gems/aws-sdk-resourcegroupstaggingapi/lib/aws-sdk-resourcegroupstaggingapi/client.rb +++ b/gems/aws-sdk-resourcegroupstaggingapi/lib/aws-sdk-resourcegroupstaggingapi/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -1105,7 +1111,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-resourcegroupstaggingapi' - context[:gem_version] = '1.67.0' + context[:gem_version] = '1.68.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-robomaker/CHANGELOG.md b/gems/aws-sdk-robomaker/CHANGELOG.md index f3c1b65c94b..9e220188492 100644 --- a/gems/aws-sdk-robomaker/CHANGELOG.md +++ b/gems/aws-sdk-robomaker/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.72.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.71.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-robomaker/VERSION b/gems/aws-sdk-robomaker/VERSION index df484cbb1d9..0834888f558 100644 --- a/gems/aws-sdk-robomaker/VERSION +++ b/gems/aws-sdk-robomaker/VERSION @@ -1 +1 @@ -1.71.0 +1.72.0 diff --git a/gems/aws-sdk-robomaker/lib/aws-sdk-robomaker.rb b/gems/aws-sdk-robomaker/lib/aws-sdk-robomaker.rb index 98373b978d8..4fe7f51549e 100644 --- a/gems/aws-sdk-robomaker/lib/aws-sdk-robomaker.rb +++ b/gems/aws-sdk-robomaker/lib/aws-sdk-robomaker.rb @@ -52,6 +52,6 @@ # @!group service module Aws::RoboMaker - GEM_VERSION = '1.71.0' + GEM_VERSION = '1.72.0' end diff --git a/gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/client.rb b/gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/client.rb index 461bed1145f..feb205ccef2 100644 --- a/gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/client.rb +++ b/gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -4401,7 +4407,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-robomaker' - context[:gem_version] = '1.71.0' + context[:gem_version] = '1.72.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-rolesanywhere/CHANGELOG.md b/gems/aws-sdk-rolesanywhere/CHANGELOG.md index b5c76db215f..f1c40cfb721 100644 --- a/gems/aws-sdk-rolesanywhere/CHANGELOG.md +++ b/gems/aws-sdk-rolesanywhere/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.25.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.24.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-rolesanywhere/VERSION b/gems/aws-sdk-rolesanywhere/VERSION index 53cc1a6f929..ad2191947f7 100644 --- a/gems/aws-sdk-rolesanywhere/VERSION +++ b/gems/aws-sdk-rolesanywhere/VERSION @@ -1 +1 @@ -1.24.0 +1.25.0 diff --git a/gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere.rb b/gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere.rb index f010916be96..acaa07f9183 100644 --- a/gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere.rb +++ b/gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere.rb @@ -52,6 +52,6 @@ # @!group service module Aws::RolesAnywhere - GEM_VERSION = '1.24.0' + GEM_VERSION = '1.25.0' end diff --git a/gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/client.rb b/gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/client.rb index 3644e2331d0..a4cc17be4ed 100644 --- a/gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/client.rb +++ b/gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -2009,7 +2015,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-rolesanywhere' - context[:gem_version] = '1.24.0' + context[:gem_version] = '1.25.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-route53/CHANGELOG.md b/gems/aws-sdk-route53/CHANGELOG.md index e85eb1e90bb..5b9627216c7 100644 --- a/gems/aws-sdk-route53/CHANGELOG.md +++ b/gems/aws-sdk-route53/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.98.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.97.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-route53/VERSION b/gems/aws-sdk-route53/VERSION index acbb747ac54..783fda86436 100644 --- a/gems/aws-sdk-route53/VERSION +++ b/gems/aws-sdk-route53/VERSION @@ -1 +1 @@ -1.97.0 +1.98.0 diff --git a/gems/aws-sdk-route53/lib/aws-sdk-route53.rb b/gems/aws-sdk-route53/lib/aws-sdk-route53.rb index 20a259512ec..bdc1b5c1618 100644 --- a/gems/aws-sdk-route53/lib/aws-sdk-route53.rb +++ b/gems/aws-sdk-route53/lib/aws-sdk-route53.rb @@ -53,6 +53,6 @@ # @!group service module Aws::Route53 - GEM_VERSION = '1.97.0' + GEM_VERSION = '1.98.0' end diff --git a/gems/aws-sdk-route53/lib/aws-sdk-route53/client.rb b/gems/aws-sdk-route53/lib/aws-sdk-route53/client.rb index 4fe42d95255..b13a4e37fe1 100644 --- a/gems/aws-sdk-route53/lib/aws-sdk-route53/client.rb +++ b/gems/aws-sdk-route53/lib/aws-sdk-route53/client.rb @@ -427,6 +427,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -6197,7 +6203,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-route53' - context[:gem_version] = '1.97.0' + context[:gem_version] = '1.98.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-route53domains/CHANGELOG.md b/gems/aws-sdk-route53domains/CHANGELOG.md index ead99eaeb8e..66f2df71826 100644 --- a/gems/aws-sdk-route53domains/CHANGELOG.md +++ b/gems/aws-sdk-route53domains/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.65.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.64.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-route53domains/VERSION b/gems/aws-sdk-route53domains/VERSION index 9405730420f..902c74186fb 100644 --- a/gems/aws-sdk-route53domains/VERSION +++ b/gems/aws-sdk-route53domains/VERSION @@ -1 +1 @@ -1.64.0 +1.65.0 diff --git a/gems/aws-sdk-route53domains/lib/aws-sdk-route53domains.rb b/gems/aws-sdk-route53domains/lib/aws-sdk-route53domains.rb index 0557c02122c..49878d744d2 100644 --- a/gems/aws-sdk-route53domains/lib/aws-sdk-route53domains.rb +++ b/gems/aws-sdk-route53domains/lib/aws-sdk-route53domains.rb @@ -52,6 +52,6 @@ # @!group service module Aws::Route53Domains - GEM_VERSION = '1.64.0' + GEM_VERSION = '1.65.0' end diff --git a/gems/aws-sdk-route53domains/lib/aws-sdk-route53domains/client.rb b/gems/aws-sdk-route53domains/lib/aws-sdk-route53domains/client.rb index c55f9a30f23..59d79e26a4e 100644 --- a/gems/aws-sdk-route53domains/lib/aws-sdk-route53domains/client.rb +++ b/gems/aws-sdk-route53domains/lib/aws-sdk-route53domains/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -2821,7 +2827,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-route53domains' - context[:gem_version] = '1.64.0' + context[:gem_version] = '1.65.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-route53profiles/CHANGELOG.md b/gems/aws-sdk-route53profiles/CHANGELOG.md index 8aad61578f6..e5a1dfd0133 100644 --- a/gems/aws-sdk-route53profiles/CHANGELOG.md +++ b/gems/aws-sdk-route53profiles/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.9.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.8.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-route53profiles/VERSION b/gems/aws-sdk-route53profiles/VERSION index 27f9cd322bb..f8e233b2733 100644 --- a/gems/aws-sdk-route53profiles/VERSION +++ b/gems/aws-sdk-route53profiles/VERSION @@ -1 +1 @@ -1.8.0 +1.9.0 diff --git a/gems/aws-sdk-route53profiles/lib/aws-sdk-route53profiles.rb b/gems/aws-sdk-route53profiles/lib/aws-sdk-route53profiles.rb index acdeca496f7..1649f407c07 100644 --- a/gems/aws-sdk-route53profiles/lib/aws-sdk-route53profiles.rb +++ b/gems/aws-sdk-route53profiles/lib/aws-sdk-route53profiles.rb @@ -52,6 +52,6 @@ # @!group service module Aws::Route53Profiles - GEM_VERSION = '1.8.0' + GEM_VERSION = '1.9.0' end diff --git a/gems/aws-sdk-route53profiles/lib/aws-sdk-route53profiles/client.rb b/gems/aws-sdk-route53profiles/lib/aws-sdk-route53profiles/client.rb index c314b55dbce..a28231ac1ef 100644 --- a/gems/aws-sdk-route53profiles/lib/aws-sdk-route53profiles/client.rb +++ b/gems/aws-sdk-route53profiles/lib/aws-sdk-route53profiles/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -1189,7 +1195,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-route53profiles' - context[:gem_version] = '1.8.0' + context[:gem_version] = '1.9.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-route53recoverycluster/CHANGELOG.md b/gems/aws-sdk-route53recoverycluster/CHANGELOG.md index 8ee6dae1b23..0547975f632 100644 --- a/gems/aws-sdk-route53recoverycluster/CHANGELOG.md +++ b/gems/aws-sdk-route53recoverycluster/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.33.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.32.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-route53recoverycluster/VERSION b/gems/aws-sdk-route53recoverycluster/VERSION index 359c41089a4..7aa332e4163 100644 --- a/gems/aws-sdk-route53recoverycluster/VERSION +++ b/gems/aws-sdk-route53recoverycluster/VERSION @@ -1 +1 @@ -1.32.0 +1.33.0 diff --git a/gems/aws-sdk-route53recoverycluster/lib/aws-sdk-route53recoverycluster.rb b/gems/aws-sdk-route53recoverycluster/lib/aws-sdk-route53recoverycluster.rb index e704cf5f313..bb6c1078036 100644 --- a/gems/aws-sdk-route53recoverycluster/lib/aws-sdk-route53recoverycluster.rb +++ b/gems/aws-sdk-route53recoverycluster/lib/aws-sdk-route53recoverycluster.rb @@ -52,6 +52,6 @@ # @!group service module Aws::Route53RecoveryCluster - GEM_VERSION = '1.32.0' + GEM_VERSION = '1.33.0' end diff --git a/gems/aws-sdk-route53recoverycluster/lib/aws-sdk-route53recoverycluster/client.rb b/gems/aws-sdk-route53recoverycluster/lib/aws-sdk-route53recoverycluster/client.rb index b52b043c8b0..090c09b4d60 100644 --- a/gems/aws-sdk-route53recoverycluster/lib/aws-sdk-route53recoverycluster/client.rb +++ b/gems/aws-sdk-route53recoverycluster/lib/aws-sdk-route53recoverycluster/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -772,7 +778,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-route53recoverycluster' - context[:gem_version] = '1.32.0' + context[:gem_version] = '1.33.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-route53recoverycontrolconfig/CHANGELOG.md b/gems/aws-sdk-route53recoverycontrolconfig/CHANGELOG.md index 8b3c44b65cb..c424a51a327 100644 --- a/gems/aws-sdk-route53recoverycontrolconfig/CHANGELOG.md +++ b/gems/aws-sdk-route53recoverycontrolconfig/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.32.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.31.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-route53recoverycontrolconfig/VERSION b/gems/aws-sdk-route53recoverycontrolconfig/VERSION index 34aae156b19..359c41089a4 100644 --- a/gems/aws-sdk-route53recoverycontrolconfig/VERSION +++ b/gems/aws-sdk-route53recoverycontrolconfig/VERSION @@ -1 +1 @@ -1.31.0 +1.32.0 diff --git a/gems/aws-sdk-route53recoverycontrolconfig/lib/aws-sdk-route53recoverycontrolconfig.rb b/gems/aws-sdk-route53recoverycontrolconfig/lib/aws-sdk-route53recoverycontrolconfig.rb index 5427ddb4079..c4a37e52ea1 100644 --- a/gems/aws-sdk-route53recoverycontrolconfig/lib/aws-sdk-route53recoverycontrolconfig.rb +++ b/gems/aws-sdk-route53recoverycontrolconfig/lib/aws-sdk-route53recoverycontrolconfig.rb @@ -53,6 +53,6 @@ # @!group service module Aws::Route53RecoveryControlConfig - GEM_VERSION = '1.31.0' + GEM_VERSION = '1.32.0' end diff --git a/gems/aws-sdk-route53recoverycontrolconfig/lib/aws-sdk-route53recoverycontrolconfig/client.rb b/gems/aws-sdk-route53recoverycontrolconfig/lib/aws-sdk-route53recoverycontrolconfig/client.rb index 20d06fa706b..18382ff16bc 100644 --- a/gems/aws-sdk-route53recoverycontrolconfig/lib/aws-sdk-route53recoverycontrolconfig/client.rb +++ b/gems/aws-sdk-route53recoverycontrolconfig/lib/aws-sdk-route53recoverycontrolconfig/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -1483,7 +1489,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-route53recoverycontrolconfig' - context[:gem_version] = '1.31.0' + context[:gem_version] = '1.32.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-route53recoveryreadiness/CHANGELOG.md b/gems/aws-sdk-route53recoveryreadiness/CHANGELOG.md index 2c362c4bc02..b35f9a39d9e 100644 --- a/gems/aws-sdk-route53recoveryreadiness/CHANGELOG.md +++ b/gems/aws-sdk-route53recoveryreadiness/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.30.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.29.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-route53recoveryreadiness/VERSION b/gems/aws-sdk-route53recoveryreadiness/VERSION index 5e57fb89558..034552a83ee 100644 --- a/gems/aws-sdk-route53recoveryreadiness/VERSION +++ b/gems/aws-sdk-route53recoveryreadiness/VERSION @@ -1 +1 @@ -1.29.0 +1.30.0 diff --git a/gems/aws-sdk-route53recoveryreadiness/lib/aws-sdk-route53recoveryreadiness.rb b/gems/aws-sdk-route53recoveryreadiness/lib/aws-sdk-route53recoveryreadiness.rb index bced9a0021f..c90e547d27e 100644 --- a/gems/aws-sdk-route53recoveryreadiness/lib/aws-sdk-route53recoveryreadiness.rb +++ b/gems/aws-sdk-route53recoveryreadiness/lib/aws-sdk-route53recoveryreadiness.rb @@ -52,6 +52,6 @@ # @!group service module Aws::Route53RecoveryReadiness - GEM_VERSION = '1.29.0' + GEM_VERSION = '1.30.0' end diff --git a/gems/aws-sdk-route53recoveryreadiness/lib/aws-sdk-route53recoveryreadiness/client.rb b/gems/aws-sdk-route53recoveryreadiness/lib/aws-sdk-route53recoveryreadiness/client.rb index b9bdc29d4eb..ac2f5c20ea7 100644 --- a/gems/aws-sdk-route53recoveryreadiness/lib/aws-sdk-route53recoveryreadiness/client.rb +++ b/gems/aws-sdk-route53recoveryreadiness/lib/aws-sdk-route53recoveryreadiness/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -1714,7 +1720,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-route53recoveryreadiness' - context[:gem_version] = '1.29.0' + context[:gem_version] = '1.30.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-route53resolver/CHANGELOG.md b/gems/aws-sdk-route53resolver/CHANGELOG.md index cfecf1cb8b9..1159c62da20 100644 --- a/gems/aws-sdk-route53resolver/CHANGELOG.md +++ b/gems/aws-sdk-route53resolver/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.66.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.65.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-route53resolver/VERSION b/gems/aws-sdk-route53resolver/VERSION index 902c74186fb..b6148bc0a75 100644 --- a/gems/aws-sdk-route53resolver/VERSION +++ b/gems/aws-sdk-route53resolver/VERSION @@ -1 +1 @@ -1.65.0 +1.66.0 diff --git a/gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver.rb b/gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver.rb index 85e7e4b6c51..34206e54a68 100644 --- a/gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver.rb +++ b/gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver.rb @@ -52,6 +52,6 @@ # @!group service module Aws::Route53Resolver - GEM_VERSION = '1.65.0' + GEM_VERSION = '1.66.0' end diff --git a/gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/client.rb b/gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/client.rb index 53cf9eddf93..bcbe5f90079 100644 --- a/gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/client.rb +++ b/gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -4779,7 +4785,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-route53resolver' - context[:gem_version] = '1.65.0' + context[:gem_version] = '1.66.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-s3/CHANGELOG.md b/gems/aws-sdk-s3/CHANGELOG.md index 313a9f76154..abd82546cd5 100644 --- a/gems/aws-sdk-s3/CHANGELOG.md +++ b/gems/aws-sdk-s3/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.161.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.160.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-s3/VERSION b/gems/aws-sdk-s3/VERSION index 1b187630970..46f7de39346 100644 --- a/gems/aws-sdk-s3/VERSION +++ b/gems/aws-sdk-s3/VERSION @@ -1 +1 @@ -1.160.0 +1.161.0 diff --git a/gems/aws-sdk-s3/lib/aws-sdk-s3.rb b/gems/aws-sdk-s3/lib/aws-sdk-s3.rb index 3afd6238d3b..e7bbac1eb20 100644 --- a/gems/aws-sdk-s3/lib/aws-sdk-s3.rb +++ b/gems/aws-sdk-s3/lib/aws-sdk-s3.rb @@ -73,6 +73,6 @@ # @!group service module Aws::S3 - GEM_VERSION = '1.160.0' + GEM_VERSION = '1.161.0' end diff --git a/gems/aws-sdk-s3/lib/aws-sdk-s3/client.rb b/gems/aws-sdk-s3/lib/aws-sdk-s3/client.rb index b784d237a73..95fa7a4fb31 100644 --- a/gems/aws-sdk-s3/lib/aws-sdk-s3/client.rb +++ b/gems/aws-sdk-s3/lib/aws-sdk-s3/client.rb @@ -532,6 +532,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -19109,7 +19115,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-s3' - context[:gem_version] = '1.160.0' + context[:gem_version] = '1.161.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-s3control/CHANGELOG.md b/gems/aws-sdk-s3control/CHANGELOG.md index c79ed1d6aca..0f9c7fa1fe1 100644 --- a/gems/aws-sdk-s3control/CHANGELOG.md +++ b/gems/aws-sdk-s3control/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.90.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.89.0 (2024-09-04) ------------------ diff --git a/gems/aws-sdk-s3control/VERSION b/gems/aws-sdk-s3control/VERSION index 636ea711ad9..82e24bf241e 100644 --- a/gems/aws-sdk-s3control/VERSION +++ b/gems/aws-sdk-s3control/VERSION @@ -1 +1 @@ -1.89.0 +1.90.0 diff --git a/gems/aws-sdk-s3control/lib/aws-sdk-s3control.rb b/gems/aws-sdk-s3control/lib/aws-sdk-s3control.rb index af6650a31d5..b5c3d8d6f9b 100644 --- a/gems/aws-sdk-s3control/lib/aws-sdk-s3control.rb +++ b/gems/aws-sdk-s3control/lib/aws-sdk-s3control.rb @@ -52,6 +52,6 @@ # @!group service module Aws::S3Control - GEM_VERSION = '1.89.0' + GEM_VERSION = '1.90.0' end diff --git a/gems/aws-sdk-s3control/lib/aws-sdk-s3control/client.rb b/gems/aws-sdk-s3control/lib/aws-sdk-s3control/client.rb index 53928125d66..c14b5646173 100644 --- a/gems/aws-sdk-s3control/lib/aws-sdk-s3control/client.rb +++ b/gems/aws-sdk-s3control/lib/aws-sdk-s3control/client.rb @@ -437,6 +437,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -7713,7 +7719,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-s3control' - context[:gem_version] = '1.89.0' + context[:gem_version] = '1.90.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-s3outposts/CHANGELOG.md b/gems/aws-sdk-s3outposts/CHANGELOG.md index 1f982a9f92a..858c949cf46 100644 --- a/gems/aws-sdk-s3outposts/CHANGELOG.md +++ b/gems/aws-sdk-s3outposts/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.37.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.36.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-s3outposts/VERSION b/gems/aws-sdk-s3outposts/VERSION index 39fc130ef85..bf50e910e62 100644 --- a/gems/aws-sdk-s3outposts/VERSION +++ b/gems/aws-sdk-s3outposts/VERSION @@ -1 +1 @@ -1.36.0 +1.37.0 diff --git a/gems/aws-sdk-s3outposts/lib/aws-sdk-s3outposts.rb b/gems/aws-sdk-s3outposts/lib/aws-sdk-s3outposts.rb index 6b028ff6b42..9cb8c22dd17 100644 --- a/gems/aws-sdk-s3outposts/lib/aws-sdk-s3outposts.rb +++ b/gems/aws-sdk-s3outposts/lib/aws-sdk-s3outposts.rb @@ -52,6 +52,6 @@ # @!group service module Aws::S3Outposts - GEM_VERSION = '1.36.0' + GEM_VERSION = '1.37.0' end diff --git a/gems/aws-sdk-s3outposts/lib/aws-sdk-s3outposts/client.rb b/gems/aws-sdk-s3outposts/lib/aws-sdk-s3outposts/client.rb index 6cb3b7c3de2..7bf84dce31a 100644 --- a/gems/aws-sdk-s3outposts/lib/aws-sdk-s3outposts/client.rb +++ b/gems/aws-sdk-s3outposts/lib/aws-sdk-s3outposts/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -746,7 +752,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-s3outposts' - context[:gem_version] = '1.36.0' + context[:gem_version] = '1.37.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-sagemaker/CHANGELOG.md b/gems/aws-sdk-sagemaker/CHANGELOG.md index 3ec4907b9ba..32435574d82 100644 --- a/gems/aws-sdk-sagemaker/CHANGELOG.md +++ b/gems/aws-sdk-sagemaker/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.261.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.260.0 (2024-09-09) ------------------ diff --git a/gems/aws-sdk-sagemaker/VERSION b/gems/aws-sdk-sagemaker/VERSION index ca16b5a927b..b97b56e7e3f 100644 --- a/gems/aws-sdk-sagemaker/VERSION +++ b/gems/aws-sdk-sagemaker/VERSION @@ -1 +1 @@ -1.260.0 +1.261.0 diff --git a/gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker.rb b/gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker.rb index 088c295fc5a..c014a161a62 100644 --- a/gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker.rb +++ b/gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker.rb @@ -53,6 +53,6 @@ # @!group service module Aws::SageMaker - GEM_VERSION = '1.260.0' + GEM_VERSION = '1.261.0' end diff --git a/gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/client.rb b/gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/client.rb index 692a2bd0704..a43ce499b92 100644 --- a/gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/client.rb +++ b/gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -27768,7 +27774,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-sagemaker' - context[:gem_version] = '1.260.0' + context[:gem_version] = '1.261.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-sagemakeredgemanager/CHANGELOG.md b/gems/aws-sdk-sagemakeredgemanager/CHANGELOG.md index 2b4ef38c91e..1a33ff0f37d 100644 --- a/gems/aws-sdk-sagemakeredgemanager/CHANGELOG.md +++ b/gems/aws-sdk-sagemakeredgemanager/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.33.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.32.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-sagemakeredgemanager/VERSION b/gems/aws-sdk-sagemakeredgemanager/VERSION index 359c41089a4..7aa332e4163 100644 --- a/gems/aws-sdk-sagemakeredgemanager/VERSION +++ b/gems/aws-sdk-sagemakeredgemanager/VERSION @@ -1 +1 @@ -1.32.0 +1.33.0 diff --git a/gems/aws-sdk-sagemakeredgemanager/lib/aws-sdk-sagemakeredgemanager.rb b/gems/aws-sdk-sagemakeredgemanager/lib/aws-sdk-sagemakeredgemanager.rb index f3141028397..d8bc376faeb 100644 --- a/gems/aws-sdk-sagemakeredgemanager/lib/aws-sdk-sagemakeredgemanager.rb +++ b/gems/aws-sdk-sagemakeredgemanager/lib/aws-sdk-sagemakeredgemanager.rb @@ -52,6 +52,6 @@ # @!group service module Aws::SagemakerEdgeManager - GEM_VERSION = '1.32.0' + GEM_VERSION = '1.33.0' end diff --git a/gems/aws-sdk-sagemakeredgemanager/lib/aws-sdk-sagemakeredgemanager/client.rb b/gems/aws-sdk-sagemakeredgemanager/lib/aws-sdk-sagemakeredgemanager/client.rb index 2fdd45fdad6..1114da10dbc 100644 --- a/gems/aws-sdk-sagemakeredgemanager/lib/aws-sdk-sagemakeredgemanager/client.rb +++ b/gems/aws-sdk-sagemakeredgemanager/lib/aws-sdk-sagemakeredgemanager/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -616,7 +622,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-sagemakeredgemanager' - context[:gem_version] = '1.32.0' + context[:gem_version] = '1.33.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-sagemakerfeaturestoreruntime/CHANGELOG.md b/gems/aws-sdk-sagemakerfeaturestoreruntime/CHANGELOG.md index 2ff81104c73..7c4fa5bf335 100644 --- a/gems/aws-sdk-sagemakerfeaturestoreruntime/CHANGELOG.md +++ b/gems/aws-sdk-sagemakerfeaturestoreruntime/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.38.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.37.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-sagemakerfeaturestoreruntime/VERSION b/gems/aws-sdk-sagemakerfeaturestoreruntime/VERSION index bf50e910e62..ebeef2f2d61 100644 --- a/gems/aws-sdk-sagemakerfeaturestoreruntime/VERSION +++ b/gems/aws-sdk-sagemakerfeaturestoreruntime/VERSION @@ -1 +1 @@ -1.37.0 +1.38.0 diff --git a/gems/aws-sdk-sagemakerfeaturestoreruntime/lib/aws-sdk-sagemakerfeaturestoreruntime.rb b/gems/aws-sdk-sagemakerfeaturestoreruntime/lib/aws-sdk-sagemakerfeaturestoreruntime.rb index c3f0d54204b..cca43e9c196 100644 --- a/gems/aws-sdk-sagemakerfeaturestoreruntime/lib/aws-sdk-sagemakerfeaturestoreruntime.rb +++ b/gems/aws-sdk-sagemakerfeaturestoreruntime/lib/aws-sdk-sagemakerfeaturestoreruntime.rb @@ -52,6 +52,6 @@ # @!group service module Aws::SageMakerFeatureStoreRuntime - GEM_VERSION = '1.37.0' + GEM_VERSION = '1.38.0' end diff --git a/gems/aws-sdk-sagemakerfeaturestoreruntime/lib/aws-sdk-sagemakerfeaturestoreruntime/client.rb b/gems/aws-sdk-sagemakerfeaturestoreruntime/lib/aws-sdk-sagemakerfeaturestoreruntime/client.rb index c81f074e51e..e70e79ba374 100644 --- a/gems/aws-sdk-sagemakerfeaturestoreruntime/lib/aws-sdk-sagemakerfeaturestoreruntime/client.rb +++ b/gems/aws-sdk-sagemakerfeaturestoreruntime/lib/aws-sdk-sagemakerfeaturestoreruntime/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -727,7 +733,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-sagemakerfeaturestoreruntime' - context[:gem_version] = '1.37.0' + context[:gem_version] = '1.38.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-sagemakergeospatial/CHANGELOG.md b/gems/aws-sdk-sagemakergeospatial/CHANGELOG.md index d7eb7bc899e..0b5f9c59d71 100644 --- a/gems/aws-sdk-sagemakergeospatial/CHANGELOG.md +++ b/gems/aws-sdk-sagemakergeospatial/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.21.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.20.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-sagemakergeospatial/VERSION b/gems/aws-sdk-sagemakergeospatial/VERSION index 39893559155..3500250a4b0 100644 --- a/gems/aws-sdk-sagemakergeospatial/VERSION +++ b/gems/aws-sdk-sagemakergeospatial/VERSION @@ -1 +1 @@ -1.20.0 +1.21.0 diff --git a/gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial.rb b/gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial.rb index a6565ed6005..979e19b6d3a 100644 --- a/gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial.rb +++ b/gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial.rb @@ -52,6 +52,6 @@ # @!group service module Aws::SageMakerGeospatial - GEM_VERSION = '1.20.0' + GEM_VERSION = '1.21.0' end diff --git a/gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/client.rb b/gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/client.rb index 4c702604448..fda833254c6 100644 --- a/gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/client.rb +++ b/gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -1725,7 +1731,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-sagemakergeospatial' - context[:gem_version] = '1.20.0' + context[:gem_version] = '1.21.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-sagemakermetrics/CHANGELOG.md b/gems/aws-sdk-sagemakermetrics/CHANGELOG.md index 51b905886ee..82e1ab38894 100644 --- a/gems/aws-sdk-sagemakermetrics/CHANGELOG.md +++ b/gems/aws-sdk-sagemakermetrics/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.21.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.20.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-sagemakermetrics/VERSION b/gems/aws-sdk-sagemakermetrics/VERSION index 39893559155..3500250a4b0 100644 --- a/gems/aws-sdk-sagemakermetrics/VERSION +++ b/gems/aws-sdk-sagemakermetrics/VERSION @@ -1 +1 @@ -1.20.0 +1.21.0 diff --git a/gems/aws-sdk-sagemakermetrics/lib/aws-sdk-sagemakermetrics.rb b/gems/aws-sdk-sagemakermetrics/lib/aws-sdk-sagemakermetrics.rb index fc16e568454..ce4f05e794b 100644 --- a/gems/aws-sdk-sagemakermetrics/lib/aws-sdk-sagemakermetrics.rb +++ b/gems/aws-sdk-sagemakermetrics/lib/aws-sdk-sagemakermetrics.rb @@ -52,6 +52,6 @@ # @!group service module Aws::SageMakerMetrics - GEM_VERSION = '1.20.0' + GEM_VERSION = '1.21.0' end diff --git a/gems/aws-sdk-sagemakermetrics/lib/aws-sdk-sagemakermetrics/client.rb b/gems/aws-sdk-sagemakermetrics/lib/aws-sdk-sagemakermetrics/client.rb index 7bacbfe7bc7..85313118a6e 100644 --- a/gems/aws-sdk-sagemakermetrics/lib/aws-sdk-sagemakermetrics/client.rb +++ b/gems/aws-sdk-sagemakermetrics/lib/aws-sdk-sagemakermetrics/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -498,7 +504,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-sagemakermetrics' - context[:gem_version] = '1.20.0' + context[:gem_version] = '1.21.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-sagemakerruntime/CHANGELOG.md b/gems/aws-sdk-sagemakerruntime/CHANGELOG.md index fb6d5099f31..5db63097250 100644 --- a/gems/aws-sdk-sagemakerruntime/CHANGELOG.md +++ b/gems/aws-sdk-sagemakerruntime/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.71.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.70.0 (2024-09-09) ------------------ diff --git a/gems/aws-sdk-sagemakerruntime/VERSION b/gems/aws-sdk-sagemakerruntime/VERSION index 832e9afb6c1..df484cbb1d9 100644 --- a/gems/aws-sdk-sagemakerruntime/VERSION +++ b/gems/aws-sdk-sagemakerruntime/VERSION @@ -1 +1 @@ -1.70.0 +1.71.0 diff --git a/gems/aws-sdk-sagemakerruntime/lib/aws-sdk-sagemakerruntime.rb b/gems/aws-sdk-sagemakerruntime/lib/aws-sdk-sagemakerruntime.rb index 9fa2f6768fc..451b6bccb8d 100644 --- a/gems/aws-sdk-sagemakerruntime/lib/aws-sdk-sagemakerruntime.rb +++ b/gems/aws-sdk-sagemakerruntime/lib/aws-sdk-sagemakerruntime.rb @@ -53,6 +53,6 @@ # @!group service module Aws::SageMakerRuntime - GEM_VERSION = '1.70.0' + GEM_VERSION = '1.71.0' end diff --git a/gems/aws-sdk-sagemakerruntime/lib/aws-sdk-sagemakerruntime/client.rb b/gems/aws-sdk-sagemakerruntime/lib/aws-sdk-sagemakerruntime/client.rb index 22f0fe1d156..e35a94c9b33 100644 --- a/gems/aws-sdk-sagemakerruntime/lib/aws-sdk-sagemakerruntime/client.rb +++ b/gems/aws-sdk-sagemakerruntime/lib/aws-sdk-sagemakerruntime/client.rb @@ -436,6 +436,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -1063,7 +1069,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-sagemakerruntime' - context[:gem_version] = '1.70.0' + context[:gem_version] = '1.71.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-savingsplans/CHANGELOG.md b/gems/aws-sdk-savingsplans/CHANGELOG.md index 925818712f0..77ad02a1949 100644 --- a/gems/aws-sdk-savingsplans/CHANGELOG.md +++ b/gems/aws-sdk-savingsplans/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.48.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.47.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-savingsplans/VERSION b/gems/aws-sdk-savingsplans/VERSION index 21998d3c2d9..9db5ea12f52 100644 --- a/gems/aws-sdk-savingsplans/VERSION +++ b/gems/aws-sdk-savingsplans/VERSION @@ -1 +1 @@ -1.47.0 +1.48.0 diff --git a/gems/aws-sdk-savingsplans/lib/aws-sdk-savingsplans.rb b/gems/aws-sdk-savingsplans/lib/aws-sdk-savingsplans.rb index 595412b4693..5fe13b6fed4 100644 --- a/gems/aws-sdk-savingsplans/lib/aws-sdk-savingsplans.rb +++ b/gems/aws-sdk-savingsplans/lib/aws-sdk-savingsplans.rb @@ -52,6 +52,6 @@ # @!group service module Aws::SavingsPlans - GEM_VERSION = '1.47.0' + GEM_VERSION = '1.48.0' end diff --git a/gems/aws-sdk-savingsplans/lib/aws-sdk-savingsplans/client.rb b/gems/aws-sdk-savingsplans/lib/aws-sdk-savingsplans/client.rb index cd4e422e314..05f997ad8cd 100644 --- a/gems/aws-sdk-savingsplans/lib/aws-sdk-savingsplans/client.rb +++ b/gems/aws-sdk-savingsplans/lib/aws-sdk-savingsplans/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -984,7 +990,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-savingsplans' - context[:gem_version] = '1.47.0' + context[:gem_version] = '1.48.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-scheduler/CHANGELOG.md b/gems/aws-sdk-scheduler/CHANGELOG.md index b708de11b12..bfb2dfe5b9f 100644 --- a/gems/aws-sdk-scheduler/CHANGELOG.md +++ b/gems/aws-sdk-scheduler/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.21.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.20.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-scheduler/VERSION b/gems/aws-sdk-scheduler/VERSION index 39893559155..3500250a4b0 100644 --- a/gems/aws-sdk-scheduler/VERSION +++ b/gems/aws-sdk-scheduler/VERSION @@ -1 +1 @@ -1.20.0 +1.21.0 diff --git a/gems/aws-sdk-scheduler/lib/aws-sdk-scheduler.rb b/gems/aws-sdk-scheduler/lib/aws-sdk-scheduler.rb index 539a8c12da9..2f7a1909aff 100644 --- a/gems/aws-sdk-scheduler/lib/aws-sdk-scheduler.rb +++ b/gems/aws-sdk-scheduler/lib/aws-sdk-scheduler.rb @@ -52,6 +52,6 @@ # @!group service module Aws::Scheduler - GEM_VERSION = '1.20.0' + GEM_VERSION = '1.21.0' end diff --git a/gems/aws-sdk-scheduler/lib/aws-sdk-scheduler/client.rb b/gems/aws-sdk-scheduler/lib/aws-sdk-scheduler/client.rb index 368c5a9a5c4..bfb77b64640 100644 --- a/gems/aws-sdk-scheduler/lib/aws-sdk-scheduler/client.rb +++ b/gems/aws-sdk-scheduler/lib/aws-sdk-scheduler/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -1326,7 +1332,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-scheduler' - context[:gem_version] = '1.20.0' + context[:gem_version] = '1.21.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-schemas/CHANGELOG.md b/gems/aws-sdk-schemas/CHANGELOG.md index c4e2b1ec7c8..d4741634cdd 100644 --- a/gems/aws-sdk-schemas/CHANGELOG.md +++ b/gems/aws-sdk-schemas/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.43.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.42.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-schemas/VERSION b/gems/aws-sdk-schemas/VERSION index a50908ca3da..b978278f05f 100644 --- a/gems/aws-sdk-schemas/VERSION +++ b/gems/aws-sdk-schemas/VERSION @@ -1 +1 @@ -1.42.0 +1.43.0 diff --git a/gems/aws-sdk-schemas/lib/aws-sdk-schemas.rb b/gems/aws-sdk-schemas/lib/aws-sdk-schemas.rb index afa8128cc1d..cef3a43eaba 100644 --- a/gems/aws-sdk-schemas/lib/aws-sdk-schemas.rb +++ b/gems/aws-sdk-schemas/lib/aws-sdk-schemas.rb @@ -53,6 +53,6 @@ # @!group service module Aws::Schemas - GEM_VERSION = '1.42.0' + GEM_VERSION = '1.43.0' end diff --git a/gems/aws-sdk-schemas/lib/aws-sdk-schemas/client.rb b/gems/aws-sdk-schemas/lib/aws-sdk-schemas/client.rb index 9db3c656c33..6f0de2f564f 100644 --- a/gems/aws-sdk-schemas/lib/aws-sdk-schemas/client.rb +++ b/gems/aws-sdk-schemas/lib/aws-sdk-schemas/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -1629,7 +1635,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-schemas' - context[:gem_version] = '1.42.0' + context[:gem_version] = '1.43.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-secretsmanager/CHANGELOG.md b/gems/aws-sdk-secretsmanager/CHANGELOG.md index 9a4d593535c..a32c76e4255 100644 --- a/gems/aws-sdk-secretsmanager/CHANGELOG.md +++ b/gems/aws-sdk-secretsmanager/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.104.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.103.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-secretsmanager/VERSION b/gems/aws-sdk-secretsmanager/VERSION index e402df2ddc9..9f0b4661158 100644 --- a/gems/aws-sdk-secretsmanager/VERSION +++ b/gems/aws-sdk-secretsmanager/VERSION @@ -1 +1 @@ -1.103.0 +1.104.0 diff --git a/gems/aws-sdk-secretsmanager/lib/aws-sdk-secretsmanager.rb b/gems/aws-sdk-secretsmanager/lib/aws-sdk-secretsmanager.rb index 9edf79c8a74..83746561a63 100644 --- a/gems/aws-sdk-secretsmanager/lib/aws-sdk-secretsmanager.rb +++ b/gems/aws-sdk-secretsmanager/lib/aws-sdk-secretsmanager.rb @@ -52,6 +52,6 @@ # @!group service module Aws::SecretsManager - GEM_VERSION = '1.103.0' + GEM_VERSION = '1.104.0' end diff --git a/gems/aws-sdk-secretsmanager/lib/aws-sdk-secretsmanager/client.rb b/gems/aws-sdk-secretsmanager/lib/aws-sdk-secretsmanager/client.rb index 079e88a900e..1c0e273ff2f 100644 --- a/gems/aws-sdk-secretsmanager/lib/aws-sdk-secretsmanager/client.rb +++ b/gems/aws-sdk-secretsmanager/lib/aws-sdk-secretsmanager/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -3385,7 +3391,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-secretsmanager' - context[:gem_version] = '1.103.0' + context[:gem_version] = '1.104.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-securityhub/CHANGELOG.md b/gems/aws-sdk-securityhub/CHANGELOG.md index 5eff4627a3e..f8c798aafc1 100644 --- a/gems/aws-sdk-securityhub/CHANGELOG.md +++ b/gems/aws-sdk-securityhub/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.116.0 (2024-09-10) +------------------ + +* Feature - Documentation update for Security Hub + 1.115.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-securityhub/VERSION b/gems/aws-sdk-securityhub/VERSION index 97ee99fccc8..10c8812fe5e 100644 --- a/gems/aws-sdk-securityhub/VERSION +++ b/gems/aws-sdk-securityhub/VERSION @@ -1 +1 @@ -1.115.0 +1.116.0 diff --git a/gems/aws-sdk-securityhub/lib/aws-sdk-securityhub.rb b/gems/aws-sdk-securityhub/lib/aws-sdk-securityhub.rb index 7b15f2c0d24..bff80f9b112 100644 --- a/gems/aws-sdk-securityhub/lib/aws-sdk-securityhub.rb +++ b/gems/aws-sdk-securityhub/lib/aws-sdk-securityhub.rb @@ -52,6 +52,6 @@ # @!group service module Aws::SecurityHub - GEM_VERSION = '1.115.0' + GEM_VERSION = '1.116.0' end diff --git a/gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/client.rb b/gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/client.rb index 2c6119b630d..4895c5c4c70 100644 --- a/gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/client.rb +++ b/gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -10450,7 +10456,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-securityhub' - context[:gem_version] = '1.115.0' + context[:gem_version] = '1.116.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb b/gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb index 8d62e35a4bb..41216f06200 100644 --- a/gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb +++ b/gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb @@ -1536,7 +1536,7 @@ class AwsAmazonMqBrokerUsersDetails < Struct.new( # @return [String] # # @!attribute [rw] remote_ip_details - # Provided if `CallerType` is `remoteIp`. Provides information about + # Provided if `CallerType` is `remoteip`. Provides information about # the remote IP address that the API call originated from. # @return [Types::ActionRemoteIpDetails] # @@ -23118,13 +23118,16 @@ class CodeVulnerabilitiesFilePath < Struct.new( include Aws::Structure end - # Contains finding details that are specific to control-based findings. - # Only returned for findings generated from controls. + # This object typically provides details about a control finding, such + # as applicable standards and the status of control checks. While + # finding providers can add custom content in `Compliance` object + # fields, they are typically used to review details of Security Hub + # control findings. # # @!attribute [rw] status - # The result of a standards check. + # Typically summarizes the result of a control check. # - # The valid values for `Status` are as follows. + # For Security Hub controls, valid values for `Status` are as follows. # # * * `PASSED` - Standards check passed for all evaluated resources. # @@ -23142,37 +23145,33 @@ class CodeVulnerabilitiesFilePath < Struct.new( # @return [String] # # @!attribute [rw] related_requirements - # For a control, the industry or regulatory framework requirements - # that are related to the control. The check for that control is - # aligned with these requirements. + # Typically provides the industry or regulatory framework requirements + # that are related to a control. The check for that control is aligned + # with these requirements. # # Array Members: Maximum number of 32 items. # @return [Array] # # @!attribute [rw] status_reasons - # For findings generated from controls, a list of reasons behind the - # value of `Status`. For the list of status reason codes and their - # meanings, see [Standards-related information in the ASFF][1] in the - # *Security Hub User Guide*. - # - # - # - # [1]: https://docs.aws.amazon.com/securityhub/latest/userguide/securityhub-standards-results.html#securityhub-standards-results-asff + # Typically used to provide a list of reasons for the value of + # `Status`. # @return [Array] # # @!attribute [rw] security_control_id - # The unique identifier of a control across standards. Values for this - # field typically consist of an Amazon Web Servicesservice and a - # number, such as APIGateway.5. + # Typically provides the unique identifier of a control across + # standards. For Security Hub controls, this field consists of an + # Amazon Web Servicesservice and a unique number, such as + # `APIGateway.5`. # @return [String] # # @!attribute [rw] associated_standards - # The enabled security standards in which a security control is - # currently enabled. + # Typically provides an array of enabled security standards in which a + # security control is currently enabled. # @return [Array] # # @!attribute [rw] security_control_parameters - # An object that includes security control parameter names and values. + # Typically an object that includes security control parameter names + # and values. # @return [Array] # # @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/Compliance AWS API Documentation diff --git a/gems/aws-sdk-securitylake/CHANGELOG.md b/gems/aws-sdk-securitylake/CHANGELOG.md index e8609fbc0d4..ee79e5a4817 100644 --- a/gems/aws-sdk-securitylake/CHANGELOG.md +++ b/gems/aws-sdk-securitylake/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.26.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.25.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-securitylake/VERSION b/gems/aws-sdk-securitylake/VERSION index ad2191947f7..5ff8c4f5d2a 100644 --- a/gems/aws-sdk-securitylake/VERSION +++ b/gems/aws-sdk-securitylake/VERSION @@ -1 +1 @@ -1.25.0 +1.26.0 diff --git a/gems/aws-sdk-securitylake/lib/aws-sdk-securitylake.rb b/gems/aws-sdk-securitylake/lib/aws-sdk-securitylake.rb index 1082d76aafd..9dcaf254fe0 100644 --- a/gems/aws-sdk-securitylake/lib/aws-sdk-securitylake.rb +++ b/gems/aws-sdk-securitylake/lib/aws-sdk-securitylake.rb @@ -52,6 +52,6 @@ # @!group service module Aws::SecurityLake - GEM_VERSION = '1.25.0' + GEM_VERSION = '1.26.0' end diff --git a/gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/client.rb b/gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/client.rb index 196196ca836..36d50a293b0 100644 --- a/gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/client.rb +++ b/gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -1987,7 +1993,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-securitylake' - context[:gem_version] = '1.25.0' + context[:gem_version] = '1.26.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-serverlessapplicationrepository/CHANGELOG.md b/gems/aws-sdk-serverlessapplicationrepository/CHANGELOG.md index 44b6f52c315..36cad6407be 100644 --- a/gems/aws-sdk-serverlessapplicationrepository/CHANGELOG.md +++ b/gems/aws-sdk-serverlessapplicationrepository/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.64.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.63.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-serverlessapplicationrepository/VERSION b/gems/aws-sdk-serverlessapplicationrepository/VERSION index af92bdd9f58..9405730420f 100644 --- a/gems/aws-sdk-serverlessapplicationrepository/VERSION +++ b/gems/aws-sdk-serverlessapplicationrepository/VERSION @@ -1 +1 @@ -1.63.0 +1.64.0 diff --git a/gems/aws-sdk-serverlessapplicationrepository/lib/aws-sdk-serverlessapplicationrepository.rb b/gems/aws-sdk-serverlessapplicationrepository/lib/aws-sdk-serverlessapplicationrepository.rb index 58ff88d6b62..3544542d941 100644 --- a/gems/aws-sdk-serverlessapplicationrepository/lib/aws-sdk-serverlessapplicationrepository.rb +++ b/gems/aws-sdk-serverlessapplicationrepository/lib/aws-sdk-serverlessapplicationrepository.rb @@ -52,6 +52,6 @@ # @!group service module Aws::ServerlessApplicationRepository - GEM_VERSION = '1.63.0' + GEM_VERSION = '1.64.0' end diff --git a/gems/aws-sdk-serverlessapplicationrepository/lib/aws-sdk-serverlessapplicationrepository/client.rb b/gems/aws-sdk-serverlessapplicationrepository/lib/aws-sdk-serverlessapplicationrepository/client.rb index 4dcbb315e42..8887ce99d1a 100644 --- a/gems/aws-sdk-serverlessapplicationrepository/lib/aws-sdk-serverlessapplicationrepository/client.rb +++ b/gems/aws-sdk-serverlessapplicationrepository/lib/aws-sdk-serverlessapplicationrepository/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -1253,7 +1259,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-serverlessapplicationrepository' - context[:gem_version] = '1.63.0' + context[:gem_version] = '1.64.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-servicecatalog/CHANGELOG.md b/gems/aws-sdk-servicecatalog/CHANGELOG.md index 4c5b0457ea5..db2fe5ec648 100644 --- a/gems/aws-sdk-servicecatalog/CHANGELOG.md +++ b/gems/aws-sdk-servicecatalog/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.101.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.100.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-servicecatalog/VERSION b/gems/aws-sdk-servicecatalog/VERSION index 7a9fecd3f0e..f19e6677313 100644 --- a/gems/aws-sdk-servicecatalog/VERSION +++ b/gems/aws-sdk-servicecatalog/VERSION @@ -1 +1 @@ -1.100.0 +1.101.0 diff --git a/gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog.rb b/gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog.rb index fc9c6702e67..261948e8a6a 100644 --- a/gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog.rb +++ b/gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog.rb @@ -52,6 +52,6 @@ # @!group service module Aws::ServiceCatalog - GEM_VERSION = '1.100.0' + GEM_VERSION = '1.101.0' end diff --git a/gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/client.rb b/gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/client.rb index 71fd405c3b7..cb680c08a5c 100644 --- a/gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/client.rb +++ b/gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -6340,7 +6346,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-servicecatalog' - context[:gem_version] = '1.100.0' + context[:gem_version] = '1.101.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-servicediscovery/CHANGELOG.md b/gems/aws-sdk-servicediscovery/CHANGELOG.md index c3434b3abcb..ac9320af757 100644 --- a/gems/aws-sdk-servicediscovery/CHANGELOG.md +++ b/gems/aws-sdk-servicediscovery/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.71.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.70.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-servicediscovery/VERSION b/gems/aws-sdk-servicediscovery/VERSION index 832e9afb6c1..df484cbb1d9 100644 --- a/gems/aws-sdk-servicediscovery/VERSION +++ b/gems/aws-sdk-servicediscovery/VERSION @@ -1 +1 @@ -1.70.0 +1.71.0 diff --git a/gems/aws-sdk-servicediscovery/lib/aws-sdk-servicediscovery.rb b/gems/aws-sdk-servicediscovery/lib/aws-sdk-servicediscovery.rb index e52756ca389..e33a6eda07e 100644 --- a/gems/aws-sdk-servicediscovery/lib/aws-sdk-servicediscovery.rb +++ b/gems/aws-sdk-servicediscovery/lib/aws-sdk-servicediscovery.rb @@ -52,6 +52,6 @@ # @!group service module Aws::ServiceDiscovery - GEM_VERSION = '1.70.0' + GEM_VERSION = '1.71.0' end diff --git a/gems/aws-sdk-servicediscovery/lib/aws-sdk-servicediscovery/client.rb b/gems/aws-sdk-servicediscovery/lib/aws-sdk-servicediscovery/client.rb index 5b87687a83b..a19502044c4 100644 --- a/gems/aws-sdk-servicediscovery/lib/aws-sdk-servicediscovery/client.rb +++ b/gems/aws-sdk-servicediscovery/lib/aws-sdk-servicediscovery/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -2821,7 +2827,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-servicediscovery' - context[:gem_version] = '1.70.0' + context[:gem_version] = '1.71.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-servicequotas/CHANGELOG.md b/gems/aws-sdk-servicequotas/CHANGELOG.md index 930f562d8fe..57718584866 100644 --- a/gems/aws-sdk-servicequotas/CHANGELOG.md +++ b/gems/aws-sdk-servicequotas/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.44.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.43.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-servicequotas/VERSION b/gems/aws-sdk-servicequotas/VERSION index b978278f05f..372cf402c73 100644 --- a/gems/aws-sdk-servicequotas/VERSION +++ b/gems/aws-sdk-servicequotas/VERSION @@ -1 +1 @@ -1.43.0 +1.44.0 diff --git a/gems/aws-sdk-servicequotas/lib/aws-sdk-servicequotas.rb b/gems/aws-sdk-servicequotas/lib/aws-sdk-servicequotas.rb index edb347960ec..811b85f9509 100644 --- a/gems/aws-sdk-servicequotas/lib/aws-sdk-servicequotas.rb +++ b/gems/aws-sdk-servicequotas/lib/aws-sdk-servicequotas.rb @@ -52,6 +52,6 @@ # @!group service module Aws::ServiceQuotas - GEM_VERSION = '1.43.0' + GEM_VERSION = '1.44.0' end diff --git a/gems/aws-sdk-servicequotas/lib/aws-sdk-servicequotas/client.rb b/gems/aws-sdk-servicequotas/lib/aws-sdk-servicequotas/client.rb index 5f8e4ed8444..15c33660a51 100644 --- a/gems/aws-sdk-servicequotas/lib/aws-sdk-servicequotas/client.rb +++ b/gems/aws-sdk-servicequotas/lib/aws-sdk-servicequotas/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -1467,7 +1473,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-servicequotas' - context[:gem_version] = '1.43.0' + context[:gem_version] = '1.44.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-ses/CHANGELOG.md b/gems/aws-sdk-ses/CHANGELOG.md index 8d70c3e7c3f..73eb3f6def9 100644 --- a/gems/aws-sdk-ses/CHANGELOG.md +++ b/gems/aws-sdk-ses/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.71.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.70.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-ses/VERSION b/gems/aws-sdk-ses/VERSION index 832e9afb6c1..df484cbb1d9 100644 --- a/gems/aws-sdk-ses/VERSION +++ b/gems/aws-sdk-ses/VERSION @@ -1 +1 @@ -1.70.0 +1.71.0 diff --git a/gems/aws-sdk-ses/lib/aws-sdk-ses.rb b/gems/aws-sdk-ses/lib/aws-sdk-ses.rb index 9aea0c4312b..141589d1c7b 100644 --- a/gems/aws-sdk-ses/lib/aws-sdk-ses.rb +++ b/gems/aws-sdk-ses/lib/aws-sdk-ses.rb @@ -53,6 +53,6 @@ # @!group service module Aws::SES - GEM_VERSION = '1.70.0' + GEM_VERSION = '1.71.0' end diff --git a/gems/aws-sdk-ses/lib/aws-sdk-ses/client.rb b/gems/aws-sdk-ses/lib/aws-sdk-ses/client.rb index 1ca52c0043c..d6dfce7bd27 100644 --- a/gems/aws-sdk-ses/lib/aws-sdk-ses/client.rb +++ b/gems/aws-sdk-ses/lib/aws-sdk-ses/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -5173,7 +5179,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-ses' - context[:gem_version] = '1.70.0' + context[:gem_version] = '1.71.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-sesv2/CHANGELOG.md b/gems/aws-sdk-sesv2/CHANGELOG.md index b01a80a66ba..49d4aea4691 100644 --- a/gems/aws-sdk-sesv2/CHANGELOG.md +++ b/gems/aws-sdk-sesv2/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.58.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.57.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-sesv2/VERSION b/gems/aws-sdk-sesv2/VERSION index 373aea97570..79f82f6b8e0 100644 --- a/gems/aws-sdk-sesv2/VERSION +++ b/gems/aws-sdk-sesv2/VERSION @@ -1 +1 @@ -1.57.0 +1.58.0 diff --git a/gems/aws-sdk-sesv2/lib/aws-sdk-sesv2.rb b/gems/aws-sdk-sesv2/lib/aws-sdk-sesv2.rb index 54a5ab9eab9..7fd66df78b8 100644 --- a/gems/aws-sdk-sesv2/lib/aws-sdk-sesv2.rb +++ b/gems/aws-sdk-sesv2/lib/aws-sdk-sesv2.rb @@ -52,6 +52,6 @@ # @!group service module Aws::SESV2 - GEM_VERSION = '1.57.0' + GEM_VERSION = '1.58.0' end diff --git a/gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/client.rb b/gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/client.rb index c25c65ce2bf..35a1e88f09f 100644 --- a/gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/client.rb +++ b/gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -5155,7 +5161,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-sesv2' - context[:gem_version] = '1.57.0' + context[:gem_version] = '1.58.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-shield/CHANGELOG.md b/gems/aws-sdk-shield/CHANGELOG.md index eeb545a4e36..cfe299c4934 100644 --- a/gems/aws-sdk-shield/CHANGELOG.md +++ b/gems/aws-sdk-shield/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.70.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.69.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-shield/VERSION b/gems/aws-sdk-shield/VERSION index 49349856550..832e9afb6c1 100644 --- a/gems/aws-sdk-shield/VERSION +++ b/gems/aws-sdk-shield/VERSION @@ -1 +1 @@ -1.69.0 +1.70.0 diff --git a/gems/aws-sdk-shield/lib/aws-sdk-shield.rb b/gems/aws-sdk-shield/lib/aws-sdk-shield.rb index 7f33b49027b..de6606401eb 100644 --- a/gems/aws-sdk-shield/lib/aws-sdk-shield.rb +++ b/gems/aws-sdk-shield/lib/aws-sdk-shield.rb @@ -52,6 +52,6 @@ # @!group service module Aws::Shield - GEM_VERSION = '1.69.0' + GEM_VERSION = '1.70.0' end diff --git a/gems/aws-sdk-shield/lib/aws-sdk-shield/client.rb b/gems/aws-sdk-shield/lib/aws-sdk-shield/client.rb index ee603dd5beb..03669aa7f78 100644 --- a/gems/aws-sdk-shield/lib/aws-sdk-shield/client.rb +++ b/gems/aws-sdk-shield/lib/aws-sdk-shield/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -1979,7 +1985,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-shield' - context[:gem_version] = '1.69.0' + context[:gem_version] = '1.70.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-signer/CHANGELOG.md b/gems/aws-sdk-signer/CHANGELOG.md index d13bbddedd1..88f5c6623e7 100644 --- a/gems/aws-sdk-signer/CHANGELOG.md +++ b/gems/aws-sdk-signer/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.61.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.60.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-signer/VERSION b/gems/aws-sdk-signer/VERSION index 4d5fde5bd16..91951fd8ad7 100644 --- a/gems/aws-sdk-signer/VERSION +++ b/gems/aws-sdk-signer/VERSION @@ -1 +1 @@ -1.60.0 +1.61.0 diff --git a/gems/aws-sdk-signer/lib/aws-sdk-signer.rb b/gems/aws-sdk-signer/lib/aws-sdk-signer.rb index 8207564d57a..bc0ceaf8a9d 100644 --- a/gems/aws-sdk-signer/lib/aws-sdk-signer.rb +++ b/gems/aws-sdk-signer/lib/aws-sdk-signer.rb @@ -53,6 +53,6 @@ # @!group service module Aws::Signer - GEM_VERSION = '1.60.0' + GEM_VERSION = '1.61.0' end diff --git a/gems/aws-sdk-signer/lib/aws-sdk-signer/client.rb b/gems/aws-sdk-signer/lib/aws-sdk-signer/client.rb index d79ae3dad30..6583e97877a 100644 --- a/gems/aws-sdk-signer/lib/aws-sdk-signer/client.rb +++ b/gems/aws-sdk-signer/lib/aws-sdk-signer/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -1510,7 +1516,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-signer' - context[:gem_version] = '1.60.0' + context[:gem_version] = '1.61.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-simpledb/CHANGELOG.md b/gems/aws-sdk-simpledb/CHANGELOG.md index edc1a98a931..92a6f414592 100644 --- a/gems/aws-sdk-simpledb/CHANGELOG.md +++ b/gems/aws-sdk-simpledb/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.53.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.52.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-simpledb/VERSION b/gems/aws-sdk-simpledb/VERSION index a63cb35e6f0..3f4830156cb 100644 --- a/gems/aws-sdk-simpledb/VERSION +++ b/gems/aws-sdk-simpledb/VERSION @@ -1 +1 @@ -1.52.0 +1.53.0 diff --git a/gems/aws-sdk-simpledb/lib/aws-sdk-simpledb.rb b/gems/aws-sdk-simpledb/lib/aws-sdk-simpledb.rb index 187a38eb2ca..65cc34a49a7 100644 --- a/gems/aws-sdk-simpledb/lib/aws-sdk-simpledb.rb +++ b/gems/aws-sdk-simpledb/lib/aws-sdk-simpledb.rb @@ -48,6 +48,6 @@ # @!group service module Aws::SimpleDB - GEM_VERSION = '1.52.0' + GEM_VERSION = '1.53.0' end diff --git a/gems/aws-sdk-simpledb/lib/aws-sdk-simpledb/client.rb b/gems/aws-sdk-simpledb/lib/aws-sdk-simpledb/client.rb index 01bddc3b51e..b5e2781e9c6 100644 --- a/gems/aws-sdk-simpledb/lib/aws-sdk-simpledb/client.rb +++ b/gems/aws-sdk-simpledb/lib/aws-sdk-simpledb/client.rb @@ -421,6 +421,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -956,7 +962,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-simpledb' - context[:gem_version] = '1.52.0' + context[:gem_version] = '1.53.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-simspaceweaver/CHANGELOG.md b/gems/aws-sdk-simspaceweaver/CHANGELOG.md index 46e69979cb9..6e06189e11d 100644 --- a/gems/aws-sdk-simspaceweaver/CHANGELOG.md +++ b/gems/aws-sdk-simspaceweaver/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.22.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.21.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-simspaceweaver/VERSION b/gems/aws-sdk-simspaceweaver/VERSION index 3500250a4b0..57807d6d0d0 100644 --- a/gems/aws-sdk-simspaceweaver/VERSION +++ b/gems/aws-sdk-simspaceweaver/VERSION @@ -1 +1 @@ -1.21.0 +1.22.0 diff --git a/gems/aws-sdk-simspaceweaver/lib/aws-sdk-simspaceweaver.rb b/gems/aws-sdk-simspaceweaver/lib/aws-sdk-simspaceweaver.rb index 253c6fa7548..fdfdc38ebfc 100644 --- a/gems/aws-sdk-simspaceweaver/lib/aws-sdk-simspaceweaver.rb +++ b/gems/aws-sdk-simspaceweaver/lib/aws-sdk-simspaceweaver.rb @@ -52,6 +52,6 @@ # @!group service module Aws::SimSpaceWeaver - GEM_VERSION = '1.21.0' + GEM_VERSION = '1.22.0' end diff --git a/gems/aws-sdk-simspaceweaver/lib/aws-sdk-simspaceweaver/client.rb b/gems/aws-sdk-simspaceweaver/lib/aws-sdk-simspaceweaver/client.rb index cfde5b2a92d..93a856725cf 100644 --- a/gems/aws-sdk-simspaceweaver/lib/aws-sdk-simspaceweaver/client.rb +++ b/gems/aws-sdk-simspaceweaver/lib/aws-sdk-simspaceweaver/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -1206,7 +1212,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-simspaceweaver' - context[:gem_version] = '1.21.0' + context[:gem_version] = '1.22.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-sms/CHANGELOG.md b/gems/aws-sdk-sms/CHANGELOG.md index c7a9323070e..d862c6ebb50 100644 --- a/gems/aws-sdk-sms/CHANGELOG.md +++ b/gems/aws-sdk-sms/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.61.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.60.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-sms/VERSION b/gems/aws-sdk-sms/VERSION index 4d5fde5bd16..91951fd8ad7 100644 --- a/gems/aws-sdk-sms/VERSION +++ b/gems/aws-sdk-sms/VERSION @@ -1 +1 @@ -1.60.0 +1.61.0 diff --git a/gems/aws-sdk-sms/lib/aws-sdk-sms.rb b/gems/aws-sdk-sms/lib/aws-sdk-sms.rb index 2ddc1637d7e..18d4ca741f2 100644 --- a/gems/aws-sdk-sms/lib/aws-sdk-sms.rb +++ b/gems/aws-sdk-sms/lib/aws-sdk-sms.rb @@ -52,6 +52,6 @@ # @!group service module Aws::SMS - GEM_VERSION = '1.60.0' + GEM_VERSION = '1.61.0' end diff --git a/gems/aws-sdk-sms/lib/aws-sdk-sms/client.rb b/gems/aws-sdk-sms/lib/aws-sdk-sms/client.rb index 77672c879bb..2dffc1d6f69 100644 --- a/gems/aws-sdk-sms/lib/aws-sdk-sms/client.rb +++ b/gems/aws-sdk-sms/lib/aws-sdk-sms/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -2160,7 +2166,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-sms' - context[:gem_version] = '1.60.0' + context[:gem_version] = '1.61.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-snowball/CHANGELOG.md b/gems/aws-sdk-snowball/CHANGELOG.md index 287dbbf39d5..98d5581153a 100644 --- a/gems/aws-sdk-snowball/CHANGELOG.md +++ b/gems/aws-sdk-snowball/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.75.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.74.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-snowball/VERSION b/gems/aws-sdk-snowball/VERSION index dc87e8af82f..7c7053aa238 100644 --- a/gems/aws-sdk-snowball/VERSION +++ b/gems/aws-sdk-snowball/VERSION @@ -1 +1 @@ -1.74.0 +1.75.0 diff --git a/gems/aws-sdk-snowball/lib/aws-sdk-snowball.rb b/gems/aws-sdk-snowball/lib/aws-sdk-snowball.rb index dc12615c1b0..82ba6c00558 100644 --- a/gems/aws-sdk-snowball/lib/aws-sdk-snowball.rb +++ b/gems/aws-sdk-snowball/lib/aws-sdk-snowball.rb @@ -52,6 +52,6 @@ # @!group service module Aws::Snowball - GEM_VERSION = '1.74.0' + GEM_VERSION = '1.75.0' end diff --git a/gems/aws-sdk-snowball/lib/aws-sdk-snowball/client.rb b/gems/aws-sdk-snowball/lib/aws-sdk-snowball/client.rb index 05a0fd3827f..b93efa67d05 100644 --- a/gems/aws-sdk-snowball/lib/aws-sdk-snowball/client.rb +++ b/gems/aws-sdk-snowball/lib/aws-sdk-snowball/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -2944,7 +2950,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-snowball' - context[:gem_version] = '1.74.0' + context[:gem_version] = '1.75.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-snowdevicemanagement/CHANGELOG.md b/gems/aws-sdk-snowdevicemanagement/CHANGELOG.md index 1ae14e59aba..8e271f1aca5 100644 --- a/gems/aws-sdk-snowdevicemanagement/CHANGELOG.md +++ b/gems/aws-sdk-snowdevicemanagement/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.27.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.26.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-snowdevicemanagement/VERSION b/gems/aws-sdk-snowdevicemanagement/VERSION index 5ff8c4f5d2a..5db08bf2dc5 100644 --- a/gems/aws-sdk-snowdevicemanagement/VERSION +++ b/gems/aws-sdk-snowdevicemanagement/VERSION @@ -1 +1 @@ -1.26.0 +1.27.0 diff --git a/gems/aws-sdk-snowdevicemanagement/lib/aws-sdk-snowdevicemanagement.rb b/gems/aws-sdk-snowdevicemanagement/lib/aws-sdk-snowdevicemanagement.rb index 2d57c2ba2ab..9f0a9d822b3 100644 --- a/gems/aws-sdk-snowdevicemanagement/lib/aws-sdk-snowdevicemanagement.rb +++ b/gems/aws-sdk-snowdevicemanagement/lib/aws-sdk-snowdevicemanagement.rb @@ -52,6 +52,6 @@ # @!group service module Aws::SnowDeviceManagement - GEM_VERSION = '1.26.0' + GEM_VERSION = '1.27.0' end diff --git a/gems/aws-sdk-snowdevicemanagement/lib/aws-sdk-snowdevicemanagement/client.rb b/gems/aws-sdk-snowdevicemanagement/lib/aws-sdk-snowdevicemanagement/client.rb index dbc5379450c..b9874acc1f1 100644 --- a/gems/aws-sdk-snowdevicemanagement/lib/aws-sdk-snowdevicemanagement/client.rb +++ b/gems/aws-sdk-snowdevicemanagement/lib/aws-sdk-snowdevicemanagement/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -1039,7 +1045,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-snowdevicemanagement' - context[:gem_version] = '1.26.0' + context[:gem_version] = '1.27.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-sns/CHANGELOG.md b/gems/aws-sdk-sns/CHANGELOG.md index 48320b18bdb..39b493ae0ff 100644 --- a/gems/aws-sdk-sns/CHANGELOG.md +++ b/gems/aws-sdk-sns/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.84.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.83.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-sns/VERSION b/gems/aws-sdk-sns/VERSION index 6b4de0a42b0..bd0f9e6c28f 100644 --- a/gems/aws-sdk-sns/VERSION +++ b/gems/aws-sdk-sns/VERSION @@ -1 +1 @@ -1.83.0 +1.84.0 diff --git a/gems/aws-sdk-sns/lib/aws-sdk-sns.rb b/gems/aws-sdk-sns/lib/aws-sdk-sns.rb index 98583cd6437..26ec56ef2e6 100644 --- a/gems/aws-sdk-sns/lib/aws-sdk-sns.rb +++ b/gems/aws-sdk-sns/lib/aws-sdk-sns.rb @@ -56,6 +56,6 @@ # @!group service module Aws::SNS - GEM_VERSION = '1.83.0' + GEM_VERSION = '1.84.0' end diff --git a/gems/aws-sdk-sns/lib/aws-sdk-sns/client.rb b/gems/aws-sdk-sns/lib/aws-sdk-sns/client.rb index b48391aa920..02805319ee4 100644 --- a/gems/aws-sdk-sns/lib/aws-sdk-sns/client.rb +++ b/gems/aws-sdk-sns/lib/aws-sdk-sns/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -2985,7 +2991,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-sns' - context[:gem_version] = '1.83.0' + context[:gem_version] = '1.84.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-sqs/CHANGELOG.md b/gems/aws-sdk-sqs/CHANGELOG.md index 55b01fa3938..372b67abc16 100644 --- a/gems/aws-sdk-sqs/CHANGELOG.md +++ b/gems/aws-sdk-sqs/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.82.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.81.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-sqs/VERSION b/gems/aws-sdk-sqs/VERSION index dbd41264aa9..71fae54fb27 100644 --- a/gems/aws-sdk-sqs/VERSION +++ b/gems/aws-sdk-sqs/VERSION @@ -1 +1 @@ -1.81.0 +1.82.0 diff --git a/gems/aws-sdk-sqs/lib/aws-sdk-sqs.rb b/gems/aws-sdk-sqs/lib/aws-sdk-sqs.rb index e1860a93b3d..c3a6bb35d28 100644 --- a/gems/aws-sdk-sqs/lib/aws-sdk-sqs.rb +++ b/gems/aws-sdk-sqs/lib/aws-sdk-sqs.rb @@ -54,6 +54,6 @@ # @!group service module Aws::SQS - GEM_VERSION = '1.81.0' + GEM_VERSION = '1.82.0' end diff --git a/gems/aws-sdk-sqs/lib/aws-sdk-sqs/client.rb b/gems/aws-sdk-sqs/lib/aws-sdk-sqs/client.rb index 41ff1d6adff..188d9315fa1 100644 --- a/gems/aws-sdk-sqs/lib/aws-sdk-sqs/client.rb +++ b/gems/aws-sdk-sqs/lib/aws-sdk-sqs/client.rb @@ -442,6 +442,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -2898,7 +2904,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-sqs' - context[:gem_version] = '1.81.0' + context[:gem_version] = '1.82.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-ssm/CHANGELOG.md b/gems/aws-sdk-ssm/CHANGELOG.md index d0f5a40f187..a60e9875d12 100644 --- a/gems/aws-sdk-ssm/CHANGELOG.md +++ b/gems/aws-sdk-ssm/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.177.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.176.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-ssm/VERSION b/gems/aws-sdk-ssm/VERSION index ede06c0044c..d27bb5e44bf 100644 --- a/gems/aws-sdk-ssm/VERSION +++ b/gems/aws-sdk-ssm/VERSION @@ -1 +1 @@ -1.176.0 +1.177.0 diff --git a/gems/aws-sdk-ssm/lib/aws-sdk-ssm.rb b/gems/aws-sdk-ssm/lib/aws-sdk-ssm.rb index 4a95893324c..77bbf38f9b1 100644 --- a/gems/aws-sdk-ssm/lib/aws-sdk-ssm.rb +++ b/gems/aws-sdk-ssm/lib/aws-sdk-ssm.rb @@ -53,6 +53,6 @@ # @!group service module Aws::SSM - GEM_VERSION = '1.176.0' + GEM_VERSION = '1.177.0' end diff --git a/gems/aws-sdk-ssm/lib/aws-sdk-ssm/client.rb b/gems/aws-sdk-ssm/lib/aws-sdk-ssm/client.rb index 98de6dc94e5..ee565b68f21 100644 --- a/gems/aws-sdk-ssm/lib/aws-sdk-ssm/client.rb +++ b/gems/aws-sdk-ssm/lib/aws-sdk-ssm/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -12621,7 +12627,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-ssm' - context[:gem_version] = '1.176.0' + context[:gem_version] = '1.177.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-ssmcontacts/CHANGELOG.md b/gems/aws-sdk-ssmcontacts/CHANGELOG.md index 80e25a7a87b..dce5d3caa17 100644 --- a/gems/aws-sdk-ssmcontacts/CHANGELOG.md +++ b/gems/aws-sdk-ssmcontacts/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.36.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.35.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-ssmcontacts/VERSION b/gems/aws-sdk-ssmcontacts/VERSION index 2aeaa11ee27..39fc130ef85 100644 --- a/gems/aws-sdk-ssmcontacts/VERSION +++ b/gems/aws-sdk-ssmcontacts/VERSION @@ -1 +1 @@ -1.35.0 +1.36.0 diff --git a/gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts.rb b/gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts.rb index c5d7da31373..9e8cd6325ee 100644 --- a/gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts.rb +++ b/gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts.rb @@ -52,6 +52,6 @@ # @!group service module Aws::SSMContacts - GEM_VERSION = '1.35.0' + GEM_VERSION = '1.36.0' end diff --git a/gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/client.rb b/gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/client.rb index fb0796e503a..6137eada7b7 100644 --- a/gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/client.rb +++ b/gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -2401,7 +2407,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-ssmcontacts' - context[:gem_version] = '1.35.0' + context[:gem_version] = '1.36.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-ssmincidents/CHANGELOG.md b/gems/aws-sdk-ssmincidents/CHANGELOG.md index 48f9b1ba0f2..cb61212ec07 100644 --- a/gems/aws-sdk-ssmincidents/CHANGELOG.md +++ b/gems/aws-sdk-ssmincidents/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.41.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.40.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-ssmincidents/VERSION b/gems/aws-sdk-ssmincidents/VERSION index 32b7211cb61..7d47e599800 100644 --- a/gems/aws-sdk-ssmincidents/VERSION +++ b/gems/aws-sdk-ssmincidents/VERSION @@ -1 +1 @@ -1.40.0 +1.41.0 diff --git a/gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents.rb b/gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents.rb index 7f7f6a8d7b6..5dd882231be 100644 --- a/gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents.rb +++ b/gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents.rb @@ -53,6 +53,6 @@ # @!group service module Aws::SSMIncidents - GEM_VERSION = '1.40.0' + GEM_VERSION = '1.41.0' end diff --git a/gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/client.rb b/gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/client.rb index 6df60ce7b4e..122c341d6ab 100644 --- a/gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/client.rb +++ b/gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -2138,7 +2144,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-ssmincidents' - context[:gem_version] = '1.40.0' + context[:gem_version] = '1.41.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-ssmquicksetup/CHANGELOG.md b/gems/aws-sdk-ssmquicksetup/CHANGELOG.md index 4e54955a5f2..90af06a1f6d 100644 --- a/gems/aws-sdk-ssmquicksetup/CHANGELOG.md +++ b/gems/aws-sdk-ssmquicksetup/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.2.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.1.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-ssmquicksetup/VERSION b/gems/aws-sdk-ssmquicksetup/VERSION index 9084fa2f716..26aaba0e866 100644 --- a/gems/aws-sdk-ssmquicksetup/VERSION +++ b/gems/aws-sdk-ssmquicksetup/VERSION @@ -1 +1 @@ -1.1.0 +1.2.0 diff --git a/gems/aws-sdk-ssmquicksetup/lib/aws-sdk-ssmquicksetup.rb b/gems/aws-sdk-ssmquicksetup/lib/aws-sdk-ssmquicksetup.rb index dba5defc3ac..a4903f0ea15 100644 --- a/gems/aws-sdk-ssmquicksetup/lib/aws-sdk-ssmquicksetup.rb +++ b/gems/aws-sdk-ssmquicksetup/lib/aws-sdk-ssmquicksetup.rb @@ -52,6 +52,6 @@ # @!group service module Aws::SSMQuickSetup - GEM_VERSION = '1.1.0' + GEM_VERSION = '1.2.0' end diff --git a/gems/aws-sdk-ssmquicksetup/lib/aws-sdk-ssmquicksetup/client.rb b/gems/aws-sdk-ssmquicksetup/lib/aws-sdk-ssmquicksetup/client.rb index 53fa2aefce4..109738b23af 100644 --- a/gems/aws-sdk-ssmquicksetup/lib/aws-sdk-ssmquicksetup/client.rb +++ b/gems/aws-sdk-ssmquicksetup/lib/aws-sdk-ssmquicksetup/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -874,7 +880,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-ssmquicksetup' - context[:gem_version] = '1.1.0' + context[:gem_version] = '1.2.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-ssmsap/CHANGELOG.md b/gems/aws-sdk-ssmsap/CHANGELOG.md index 865f8855882..beb349ac736 100644 --- a/gems/aws-sdk-ssmsap/CHANGELOG.md +++ b/gems/aws-sdk-ssmsap/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.26.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.25.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-ssmsap/VERSION b/gems/aws-sdk-ssmsap/VERSION index ad2191947f7..5ff8c4f5d2a 100644 --- a/gems/aws-sdk-ssmsap/VERSION +++ b/gems/aws-sdk-ssmsap/VERSION @@ -1 +1 @@ -1.25.0 +1.26.0 diff --git a/gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap.rb b/gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap.rb index 2149f41077e..03b5ae9c334 100644 --- a/gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap.rb +++ b/gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap.rb @@ -52,6 +52,6 @@ # @!group service module Aws::SsmSap - GEM_VERSION = '1.25.0' + GEM_VERSION = '1.26.0' end diff --git a/gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/client.rb b/gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/client.rb index fdc3b7b7d9e..1c96c54b9d8 100644 --- a/gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/client.rb +++ b/gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -1436,7 +1442,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-ssmsap' - context[:gem_version] = '1.25.0' + context[:gem_version] = '1.26.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-ssoadmin/CHANGELOG.md b/gems/aws-sdk-ssoadmin/CHANGELOG.md index 23b0fa42fe1..9c52695cdb2 100644 --- a/gems/aws-sdk-ssoadmin/CHANGELOG.md +++ b/gems/aws-sdk-ssoadmin/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.43.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.42.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-ssoadmin/VERSION b/gems/aws-sdk-ssoadmin/VERSION index a50908ca3da..b978278f05f 100644 --- a/gems/aws-sdk-ssoadmin/VERSION +++ b/gems/aws-sdk-ssoadmin/VERSION @@ -1 +1 @@ -1.42.0 +1.43.0 diff --git a/gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin.rb b/gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin.rb index 4217982a02d..fb04bbb32d3 100644 --- a/gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin.rb +++ b/gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin.rb @@ -52,6 +52,6 @@ # @!group service module Aws::SSOAdmin - GEM_VERSION = '1.42.0' + GEM_VERSION = '1.43.0' end diff --git a/gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/client.rb b/gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/client.rb index 9170eef34a1..3d4939bc782 100644 --- a/gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/client.rb +++ b/gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -3859,7 +3865,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-ssoadmin' - context[:gem_version] = '1.42.0' + context[:gem_version] = '1.43.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-states/CHANGELOG.md b/gems/aws-sdk-states/CHANGELOG.md index 260e419a299..a39cb9f5c71 100644 --- a/gems/aws-sdk-states/CHANGELOG.md +++ b/gems/aws-sdk-states/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.76.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.75.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-states/VERSION b/gems/aws-sdk-states/VERSION index 7c7053aa238..32a6ce3c719 100644 --- a/gems/aws-sdk-states/VERSION +++ b/gems/aws-sdk-states/VERSION @@ -1 +1 @@ -1.75.0 +1.76.0 diff --git a/gems/aws-sdk-states/lib/aws-sdk-states.rb b/gems/aws-sdk-states/lib/aws-sdk-states.rb index a0843a4471e..60761896850 100644 --- a/gems/aws-sdk-states/lib/aws-sdk-states.rb +++ b/gems/aws-sdk-states/lib/aws-sdk-states.rb @@ -52,6 +52,6 @@ # @!group service module Aws::States - GEM_VERSION = '1.75.0' + GEM_VERSION = '1.76.0' end diff --git a/gems/aws-sdk-states/lib/aws-sdk-states/client.rb b/gems/aws-sdk-states/lib/aws-sdk-states/client.rb index 8f449e15ec4..93ef10a01eb 100644 --- a/gems/aws-sdk-states/lib/aws-sdk-states/client.rb +++ b/gems/aws-sdk-states/lib/aws-sdk-states/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -3416,7 +3422,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-states' - context[:gem_version] = '1.75.0' + context[:gem_version] = '1.76.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-storagegateway/CHANGELOG.md b/gems/aws-sdk-storagegateway/CHANGELOG.md index b99b3b08b68..6cf5d6449a7 100644 --- a/gems/aws-sdk-storagegateway/CHANGELOG.md +++ b/gems/aws-sdk-storagegateway/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.93.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.92.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-storagegateway/VERSION b/gems/aws-sdk-storagegateway/VERSION index 7f229af9647..95784efddbc 100644 --- a/gems/aws-sdk-storagegateway/VERSION +++ b/gems/aws-sdk-storagegateway/VERSION @@ -1 +1 @@ -1.92.0 +1.93.0 diff --git a/gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway.rb b/gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway.rb index 08f3dfcd926..46c7f10400e 100644 --- a/gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway.rb +++ b/gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway.rb @@ -52,6 +52,6 @@ # @!group service module Aws::StorageGateway - GEM_VERSION = '1.92.0' + GEM_VERSION = '1.93.0' end diff --git a/gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/client.rb b/gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/client.rb index 5cd8b9c696d..80a454b4432 100644 --- a/gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/client.rb +++ b/gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -7397,7 +7403,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-storagegateway' - context[:gem_version] = '1.92.0' + context[:gem_version] = '1.93.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-supplychain/CHANGELOG.md b/gems/aws-sdk-supplychain/CHANGELOG.md index 24859cd2f14..dc7a7294b25 100644 --- a/gems/aws-sdk-supplychain/CHANGELOG.md +++ b/gems/aws-sdk-supplychain/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.11.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.10.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-supplychain/VERSION b/gems/aws-sdk-supplychain/VERSION index 81c871de46b..1cac385c6cb 100644 --- a/gems/aws-sdk-supplychain/VERSION +++ b/gems/aws-sdk-supplychain/VERSION @@ -1 +1 @@ -1.10.0 +1.11.0 diff --git a/gems/aws-sdk-supplychain/lib/aws-sdk-supplychain.rb b/gems/aws-sdk-supplychain/lib/aws-sdk-supplychain.rb index 7d958505b16..bc558f0d659 100644 --- a/gems/aws-sdk-supplychain/lib/aws-sdk-supplychain.rb +++ b/gems/aws-sdk-supplychain/lib/aws-sdk-supplychain.rb @@ -52,6 +52,6 @@ # @!group service module Aws::SupplyChain - GEM_VERSION = '1.10.0' + GEM_VERSION = '1.11.0' end diff --git a/gems/aws-sdk-supplychain/lib/aws-sdk-supplychain/client.rb b/gems/aws-sdk-supplychain/lib/aws-sdk-supplychain/client.rb index 58413ca3da9..f77f5bc982a 100644 --- a/gems/aws-sdk-supplychain/lib/aws-sdk-supplychain/client.rb +++ b/gems/aws-sdk-supplychain/lib/aws-sdk-supplychain/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -875,7 +881,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-supplychain' - context[:gem_version] = '1.10.0' + context[:gem_version] = '1.11.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-support/CHANGELOG.md b/gems/aws-sdk-support/CHANGELOG.md index a3df03afaa8..65b240655be 100644 --- a/gems/aws-sdk-support/CHANGELOG.md +++ b/gems/aws-sdk-support/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.66.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.65.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-support/VERSION b/gems/aws-sdk-support/VERSION index 902c74186fb..b6148bc0a75 100644 --- a/gems/aws-sdk-support/VERSION +++ b/gems/aws-sdk-support/VERSION @@ -1 +1 @@ -1.65.0 +1.66.0 diff --git a/gems/aws-sdk-support/lib/aws-sdk-support.rb b/gems/aws-sdk-support/lib/aws-sdk-support.rb index 5e9b0c9a723..b5ad29af88b 100644 --- a/gems/aws-sdk-support/lib/aws-sdk-support.rb +++ b/gems/aws-sdk-support/lib/aws-sdk-support.rb @@ -52,6 +52,6 @@ # @!group service module Aws::Support - GEM_VERSION = '1.65.0' + GEM_VERSION = '1.66.0' end diff --git a/gems/aws-sdk-support/lib/aws-sdk-support/client.rb b/gems/aws-sdk-support/lib/aws-sdk-support/client.rb index 2d96ca2492a..b4efe2b2479 100644 --- a/gems/aws-sdk-support/lib/aws-sdk-support/client.rb +++ b/gems/aws-sdk-support/lib/aws-sdk-support/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -1717,7 +1723,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-support' - context[:gem_version] = '1.65.0' + context[:gem_version] = '1.66.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-supportapp/CHANGELOG.md b/gems/aws-sdk-supportapp/CHANGELOG.md index bb75f9b9b09..3294ed3d905 100644 --- a/gems/aws-sdk-supportapp/CHANGELOG.md +++ b/gems/aws-sdk-supportapp/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.22.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.21.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-supportapp/VERSION b/gems/aws-sdk-supportapp/VERSION index 3500250a4b0..57807d6d0d0 100644 --- a/gems/aws-sdk-supportapp/VERSION +++ b/gems/aws-sdk-supportapp/VERSION @@ -1 +1 @@ -1.21.0 +1.22.0 diff --git a/gems/aws-sdk-supportapp/lib/aws-sdk-supportapp.rb b/gems/aws-sdk-supportapp/lib/aws-sdk-supportapp.rb index bca99f88230..1f3229fce7e 100644 --- a/gems/aws-sdk-supportapp/lib/aws-sdk-supportapp.rb +++ b/gems/aws-sdk-supportapp/lib/aws-sdk-supportapp.rb @@ -52,6 +52,6 @@ # @!group service module Aws::SupportApp - GEM_VERSION = '1.21.0' + GEM_VERSION = '1.22.0' end diff --git a/gems/aws-sdk-supportapp/lib/aws-sdk-supportapp/client.rb b/gems/aws-sdk-supportapp/lib/aws-sdk-supportapp/client.rb index b87640114df..bf2742910b8 100644 --- a/gems/aws-sdk-supportapp/lib/aws-sdk-supportapp/client.rb +++ b/gems/aws-sdk-supportapp/lib/aws-sdk-supportapp/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -944,7 +950,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-supportapp' - context[:gem_version] = '1.21.0' + context[:gem_version] = '1.22.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-swf/CHANGELOG.md b/gems/aws-sdk-swf/CHANGELOG.md index 1fbf66c4bae..41150da6dbd 100644 --- a/gems/aws-sdk-swf/CHANGELOG.md +++ b/gems/aws-sdk-swf/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.61.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.60.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-swf/VERSION b/gems/aws-sdk-swf/VERSION index 4d5fde5bd16..91951fd8ad7 100644 --- a/gems/aws-sdk-swf/VERSION +++ b/gems/aws-sdk-swf/VERSION @@ -1 +1 @@ -1.60.0 +1.61.0 diff --git a/gems/aws-sdk-swf/lib/aws-sdk-swf.rb b/gems/aws-sdk-swf/lib/aws-sdk-swf.rb index a12d2859575..31155bf4713 100644 --- a/gems/aws-sdk-swf/lib/aws-sdk-swf.rb +++ b/gems/aws-sdk-swf/lib/aws-sdk-swf.rb @@ -52,6 +52,6 @@ # @!group service module Aws::SWF - GEM_VERSION = '1.60.0' + GEM_VERSION = '1.61.0' end diff --git a/gems/aws-sdk-swf/lib/aws-sdk-swf/client.rb b/gems/aws-sdk-swf/lib/aws-sdk-swf/client.rb index 3a282d82b09..1a1bdd48831 100644 --- a/gems/aws-sdk-swf/lib/aws-sdk-swf/client.rb +++ b/gems/aws-sdk-swf/lib/aws-sdk-swf/client.rb @@ -434,6 +434,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -4556,7 +4562,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-swf' - context[:gem_version] = '1.60.0' + context[:gem_version] = '1.61.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-synthetics/CHANGELOG.md b/gems/aws-sdk-synthetics/CHANGELOG.md index 2e8572da742..601cd71b393 100644 --- a/gems/aws-sdk-synthetics/CHANGELOG.md +++ b/gems/aws-sdk-synthetics/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.49.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.48.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-synthetics/VERSION b/gems/aws-sdk-synthetics/VERSION index 9db5ea12f52..7f3a46a841e 100644 --- a/gems/aws-sdk-synthetics/VERSION +++ b/gems/aws-sdk-synthetics/VERSION @@ -1 +1 @@ -1.48.0 +1.49.0 diff --git a/gems/aws-sdk-synthetics/lib/aws-sdk-synthetics.rb b/gems/aws-sdk-synthetics/lib/aws-sdk-synthetics.rb index f1450c7ed1e..350fc146cfb 100644 --- a/gems/aws-sdk-synthetics/lib/aws-sdk-synthetics.rb +++ b/gems/aws-sdk-synthetics/lib/aws-sdk-synthetics.rb @@ -52,6 +52,6 @@ # @!group service module Aws::Synthetics - GEM_VERSION = '1.48.0' + GEM_VERSION = '1.49.0' end diff --git a/gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/client.rb b/gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/client.rb index f2f8fff09a8..a17c5cd75e3 100644 --- a/gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/client.rb +++ b/gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -1784,7 +1790,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-synthetics' - context[:gem_version] = '1.48.0' + context[:gem_version] = '1.49.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-taxsettings/CHANGELOG.md b/gems/aws-sdk-taxsettings/CHANGELOG.md index aaf9b42b14c..96558cf04c7 100644 --- a/gems/aws-sdk-taxsettings/CHANGELOG.md +++ b/gems/aws-sdk-taxsettings/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.7.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.6.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-taxsettings/VERSION b/gems/aws-sdk-taxsettings/VERSION index dc1e644a101..bd8bf882d06 100644 --- a/gems/aws-sdk-taxsettings/VERSION +++ b/gems/aws-sdk-taxsettings/VERSION @@ -1 +1 @@ -1.6.0 +1.7.0 diff --git a/gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings.rb b/gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings.rb index 5b36d880394..4332111eb2f 100644 --- a/gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings.rb +++ b/gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings.rb @@ -52,6 +52,6 @@ # @!group service module Aws::TaxSettings - GEM_VERSION = '1.6.0' + GEM_VERSION = '1.7.0' end diff --git a/gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/client.rb b/gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/client.rb index cfe35e4b70f..9c5c075ad14 100644 --- a/gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/client.rb +++ b/gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -1269,7 +1275,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-taxsettings' - context[:gem_version] = '1.6.0' + context[:gem_version] = '1.7.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-textract/CHANGELOG.md b/gems/aws-sdk-textract/CHANGELOG.md index 3059b473925..424333eee21 100644 --- a/gems/aws-sdk-textract/CHANGELOG.md +++ b/gems/aws-sdk-textract/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.65.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.64.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-textract/VERSION b/gems/aws-sdk-textract/VERSION index 9405730420f..902c74186fb 100644 --- a/gems/aws-sdk-textract/VERSION +++ b/gems/aws-sdk-textract/VERSION @@ -1 +1 @@ -1.64.0 +1.65.0 diff --git a/gems/aws-sdk-textract/lib/aws-sdk-textract.rb b/gems/aws-sdk-textract/lib/aws-sdk-textract.rb index 5d6481677ec..6a074991874 100644 --- a/gems/aws-sdk-textract/lib/aws-sdk-textract.rb +++ b/gems/aws-sdk-textract/lib/aws-sdk-textract.rb @@ -52,6 +52,6 @@ # @!group service module Aws::Textract - GEM_VERSION = '1.64.0' + GEM_VERSION = '1.65.0' end diff --git a/gems/aws-sdk-textract/lib/aws-sdk-textract/client.rb b/gems/aws-sdk-textract/lib/aws-sdk-textract/client.rb index cc4cdf58951..f977228a4fd 100644 --- a/gems/aws-sdk-textract/lib/aws-sdk-textract/client.rb +++ b/gems/aws-sdk-textract/lib/aws-sdk-textract/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -2782,7 +2788,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-textract' - context[:gem_version] = '1.64.0' + context[:gem_version] = '1.65.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-timestreaminfluxdb/CHANGELOG.md b/gems/aws-sdk-timestreaminfluxdb/CHANGELOG.md index 9d8e00f1467..3ad69031723 100644 --- a/gems/aws-sdk-timestreaminfluxdb/CHANGELOG.md +++ b/gems/aws-sdk-timestreaminfluxdb/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.8.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.7.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-timestreaminfluxdb/VERSION b/gems/aws-sdk-timestreaminfluxdb/VERSION index bd8bf882d06..27f9cd322bb 100644 --- a/gems/aws-sdk-timestreaminfluxdb/VERSION +++ b/gems/aws-sdk-timestreaminfluxdb/VERSION @@ -1 +1 @@ -1.7.0 +1.8.0 diff --git a/gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb.rb b/gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb.rb index 71020176463..539aa1a0d06 100644 --- a/gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb.rb +++ b/gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb.rb @@ -52,6 +52,6 @@ # @!group service module Aws::TimestreamInfluxDB - GEM_VERSION = '1.7.0' + GEM_VERSION = '1.8.0' end diff --git a/gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/client.rb b/gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/client.rb index 1dfc847650d..c47a0f6e48c 100644 --- a/gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/client.rb +++ b/gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -1123,7 +1129,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-timestreaminfluxdb' - context[:gem_version] = '1.7.0' + context[:gem_version] = '1.8.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-timestreamquery/CHANGELOG.md b/gems/aws-sdk-timestreamquery/CHANGELOG.md index 33be5fea27d..76b80245f22 100644 --- a/gems/aws-sdk-timestreamquery/CHANGELOG.md +++ b/gems/aws-sdk-timestreamquery/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.40.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.39.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-timestreamquery/VERSION b/gems/aws-sdk-timestreamquery/VERSION index 5edffce6d57..32b7211cb61 100644 --- a/gems/aws-sdk-timestreamquery/VERSION +++ b/gems/aws-sdk-timestreamquery/VERSION @@ -1 +1 @@ -1.39.0 +1.40.0 diff --git a/gems/aws-sdk-timestreamquery/lib/aws-sdk-timestreamquery.rb b/gems/aws-sdk-timestreamquery/lib/aws-sdk-timestreamquery.rb index 3cb8bca1ac5..93856bb9305 100644 --- a/gems/aws-sdk-timestreamquery/lib/aws-sdk-timestreamquery.rb +++ b/gems/aws-sdk-timestreamquery/lib/aws-sdk-timestreamquery.rb @@ -52,6 +52,6 @@ # @!group service module Aws::TimestreamQuery - GEM_VERSION = '1.39.0' + GEM_VERSION = '1.40.0' end diff --git a/gems/aws-sdk-timestreamquery/lib/aws-sdk-timestreamquery/client.rb b/gems/aws-sdk-timestreamquery/lib/aws-sdk-timestreamquery/client.rb index 5b5d265bdfa..7ce23a5c79e 100644 --- a/gems/aws-sdk-timestreamquery/lib/aws-sdk-timestreamquery/client.rb +++ b/gems/aws-sdk-timestreamquery/lib/aws-sdk-timestreamquery/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -1336,7 +1342,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-timestreamquery' - context[:gem_version] = '1.39.0' + context[:gem_version] = '1.40.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-timestreamwrite/CHANGELOG.md b/gems/aws-sdk-timestreamwrite/CHANGELOG.md index daf2346e85f..5042d05b132 100644 --- a/gems/aws-sdk-timestreamwrite/CHANGELOG.md +++ b/gems/aws-sdk-timestreamwrite/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.36.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.35.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-timestreamwrite/VERSION b/gems/aws-sdk-timestreamwrite/VERSION index 2aeaa11ee27..39fc130ef85 100644 --- a/gems/aws-sdk-timestreamwrite/VERSION +++ b/gems/aws-sdk-timestreamwrite/VERSION @@ -1 +1 @@ -1.35.0 +1.36.0 diff --git a/gems/aws-sdk-timestreamwrite/lib/aws-sdk-timestreamwrite.rb b/gems/aws-sdk-timestreamwrite/lib/aws-sdk-timestreamwrite.rb index 5c0e607f149..b9939a92231 100644 --- a/gems/aws-sdk-timestreamwrite/lib/aws-sdk-timestreamwrite.rb +++ b/gems/aws-sdk-timestreamwrite/lib/aws-sdk-timestreamwrite.rb @@ -52,6 +52,6 @@ # @!group service module Aws::TimestreamWrite - GEM_VERSION = '1.35.0' + GEM_VERSION = '1.36.0' end diff --git a/gems/aws-sdk-timestreamwrite/lib/aws-sdk-timestreamwrite/client.rb b/gems/aws-sdk-timestreamwrite/lib/aws-sdk-timestreamwrite/client.rb index f55f89c89d8..2300b9aada5 100644 --- a/gems/aws-sdk-timestreamwrite/lib/aws-sdk-timestreamwrite/client.rb +++ b/gems/aws-sdk-timestreamwrite/lib/aws-sdk-timestreamwrite/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -1645,7 +1651,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-timestreamwrite' - context[:gem_version] = '1.35.0' + context[:gem_version] = '1.36.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-tnb/CHANGELOG.md b/gems/aws-sdk-tnb/CHANGELOG.md index 8f415ab4af0..fddd287424d 100644 --- a/gems/aws-sdk-tnb/CHANGELOG.md +++ b/gems/aws-sdk-tnb/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.20.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.19.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-tnb/VERSION b/gems/aws-sdk-tnb/VERSION index 815d5ca06d5..39893559155 100644 --- a/gems/aws-sdk-tnb/VERSION +++ b/gems/aws-sdk-tnb/VERSION @@ -1 +1 @@ -1.19.0 +1.20.0 diff --git a/gems/aws-sdk-tnb/lib/aws-sdk-tnb.rb b/gems/aws-sdk-tnb/lib/aws-sdk-tnb.rb index 32bbe607960..c3e97c1584d 100644 --- a/gems/aws-sdk-tnb/lib/aws-sdk-tnb.rb +++ b/gems/aws-sdk-tnb/lib/aws-sdk-tnb.rb @@ -52,6 +52,6 @@ # @!group service module Aws::Tnb - GEM_VERSION = '1.19.0' + GEM_VERSION = '1.20.0' end diff --git a/gems/aws-sdk-tnb/lib/aws-sdk-tnb/client.rb b/gems/aws-sdk-tnb/lib/aws-sdk-tnb/client.rb index 71d8b87f814..e9c90263381 100644 --- a/gems/aws-sdk-tnb/lib/aws-sdk-tnb/client.rb +++ b/gems/aws-sdk-tnb/lib/aws-sdk-tnb/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -2100,7 +2106,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-tnb' - context[:gem_version] = '1.19.0' + context[:gem_version] = '1.20.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-transcribeservice/CHANGELOG.md b/gems/aws-sdk-transcribeservice/CHANGELOG.md index 664f431b424..57883955e46 100644 --- a/gems/aws-sdk-transcribeservice/CHANGELOG.md +++ b/gems/aws-sdk-transcribeservice/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.105.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.104.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-transcribeservice/VERSION b/gems/aws-sdk-transcribeservice/VERSION index 9f0b4661158..e38c0a0f75c 100644 --- a/gems/aws-sdk-transcribeservice/VERSION +++ b/gems/aws-sdk-transcribeservice/VERSION @@ -1 +1 @@ -1.104.0 +1.105.0 diff --git a/gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice.rb b/gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice.rb index c1caadca868..95be939d36a 100644 --- a/gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice.rb +++ b/gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice.rb @@ -52,6 +52,6 @@ # @!group service module Aws::TranscribeService - GEM_VERSION = '1.104.0' + GEM_VERSION = '1.105.0' end diff --git a/gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/client.rb b/gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/client.rb index f66f41194aa..ac4d3c31641 100644 --- a/gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/client.rb +++ b/gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -4471,7 +4477,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-transcribeservice' - context[:gem_version] = '1.104.0' + context[:gem_version] = '1.105.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-transcribestreamingservice/CHANGELOG.md b/gems/aws-sdk-transcribestreamingservice/CHANGELOG.md index 129c11dfa69..d4f98cd5f04 100644 --- a/gems/aws-sdk-transcribestreamingservice/CHANGELOG.md +++ b/gems/aws-sdk-transcribestreamingservice/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.66.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.65.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-transcribestreamingservice/VERSION b/gems/aws-sdk-transcribestreamingservice/VERSION index 902c74186fb..b6148bc0a75 100644 --- a/gems/aws-sdk-transcribestreamingservice/VERSION +++ b/gems/aws-sdk-transcribestreamingservice/VERSION @@ -1 +1 @@ -1.65.0 +1.66.0 diff --git a/gems/aws-sdk-transcribestreamingservice/lib/aws-sdk-transcribestreamingservice.rb b/gems/aws-sdk-transcribestreamingservice/lib/aws-sdk-transcribestreamingservice.rb index b735f0df51a..d57dbfee576 100644 --- a/gems/aws-sdk-transcribestreamingservice/lib/aws-sdk-transcribestreamingservice.rb +++ b/gems/aws-sdk-transcribestreamingservice/lib/aws-sdk-transcribestreamingservice.rb @@ -54,6 +54,6 @@ # @!group service module Aws::TranscribeStreamingService - GEM_VERSION = '1.65.0' + GEM_VERSION = '1.66.0' end diff --git a/gems/aws-sdk-transcribestreamingservice/lib/aws-sdk-transcribestreamingservice/async_client.rb b/gems/aws-sdk-transcribestreamingservice/lib/aws-sdk-transcribestreamingservice/async_client.rb index 8263e52ef85..72728b5fa53 100644 --- a/gems/aws-sdk-transcribestreamingservice/lib/aws-sdk-transcribestreamingservice/async_client.rb +++ b/gems/aws-sdk-transcribestreamingservice/lib/aws-sdk-transcribestreamingservice/async_client.rb @@ -1745,7 +1745,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-transcribestreamingservice' - context[:gem_version] = '1.65.0' + context[:gem_version] = '1.66.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-transcribestreamingservice/lib/aws-sdk-transcribestreamingservice/client.rb b/gems/aws-sdk-transcribestreamingservice/lib/aws-sdk-transcribestreamingservice/client.rb index b42fe5dc66c..42a5068ec68 100644 --- a/gems/aws-sdk-transcribestreamingservice/lib/aws-sdk-transcribestreamingservice/client.rb +++ b/gems/aws-sdk-transcribestreamingservice/lib/aws-sdk-transcribestreamingservice/client.rb @@ -436,6 +436,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -466,7 +472,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-transcribestreamingservice' - context[:gem_version] = '1.65.0' + context[:gem_version] = '1.66.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-transfer/CHANGELOG.md b/gems/aws-sdk-transfer/CHANGELOG.md index 8361abd7243..4dbe7c7c8bc 100644 --- a/gems/aws-sdk-transfer/CHANGELOG.md +++ b/gems/aws-sdk-transfer/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.100.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.99.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-transfer/VERSION b/gems/aws-sdk-transfer/VERSION index 9eb2e1ff9c2..7a9fecd3f0e 100644 --- a/gems/aws-sdk-transfer/VERSION +++ b/gems/aws-sdk-transfer/VERSION @@ -1 +1 @@ -1.99.0 +1.100.0 diff --git a/gems/aws-sdk-transfer/lib/aws-sdk-transfer.rb b/gems/aws-sdk-transfer/lib/aws-sdk-transfer.rb index bf3a01f2d27..dd1d002402c 100644 --- a/gems/aws-sdk-transfer/lib/aws-sdk-transfer.rb +++ b/gems/aws-sdk-transfer/lib/aws-sdk-transfer.rb @@ -53,6 +53,6 @@ # @!group service module Aws::Transfer - GEM_VERSION = '1.99.0' + GEM_VERSION = '1.100.0' end diff --git a/gems/aws-sdk-transfer/lib/aws-sdk-transfer/client.rb b/gems/aws-sdk-transfer/lib/aws-sdk-transfer/client.rb index 714b446eaf1..2cff70097b7 100644 --- a/gems/aws-sdk-transfer/lib/aws-sdk-transfer/client.rb +++ b/gems/aws-sdk-transfer/lib/aws-sdk-transfer/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -4842,7 +4848,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-transfer' - context[:gem_version] = '1.99.0' + context[:gem_version] = '1.100.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-translate/CHANGELOG.md b/gems/aws-sdk-translate/CHANGELOG.md index 253bdf3b7f3..f50a94b0feb 100644 --- a/gems/aws-sdk-translate/CHANGELOG.md +++ b/gems/aws-sdk-translate/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.72.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.71.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-translate/VERSION b/gems/aws-sdk-translate/VERSION index df484cbb1d9..0834888f558 100644 --- a/gems/aws-sdk-translate/VERSION +++ b/gems/aws-sdk-translate/VERSION @@ -1 +1 @@ -1.71.0 +1.72.0 diff --git a/gems/aws-sdk-translate/lib/aws-sdk-translate.rb b/gems/aws-sdk-translate/lib/aws-sdk-translate.rb index 2c19b1571f3..28365cc181a 100644 --- a/gems/aws-sdk-translate/lib/aws-sdk-translate.rb +++ b/gems/aws-sdk-translate/lib/aws-sdk-translate.rb @@ -52,6 +52,6 @@ # @!group service module Aws::Translate - GEM_VERSION = '1.71.0' + GEM_VERSION = '1.72.0' end diff --git a/gems/aws-sdk-translate/lib/aws-sdk-translate/client.rb b/gems/aws-sdk-translate/lib/aws-sdk-translate/client.rb index 2c55c00c861..9780629c915 100644 --- a/gems/aws-sdk-translate/lib/aws-sdk-translate/client.rb +++ b/gems/aws-sdk-translate/lib/aws-sdk-translate/client.rb @@ -434,6 +434,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -1709,7 +1715,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-translate' - context[:gem_version] = '1.71.0' + context[:gem_version] = '1.72.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-trustedadvisor/CHANGELOG.md b/gems/aws-sdk-trustedadvisor/CHANGELOG.md index e19cf451267..34d55306ca5 100644 --- a/gems/aws-sdk-trustedadvisor/CHANGELOG.md +++ b/gems/aws-sdk-trustedadvisor/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.12.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.11.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-trustedadvisor/VERSION b/gems/aws-sdk-trustedadvisor/VERSION index 1cac385c6cb..0eed1a29efd 100644 --- a/gems/aws-sdk-trustedadvisor/VERSION +++ b/gems/aws-sdk-trustedadvisor/VERSION @@ -1 +1 @@ -1.11.0 +1.12.0 diff --git a/gems/aws-sdk-trustedadvisor/lib/aws-sdk-trustedadvisor.rb b/gems/aws-sdk-trustedadvisor/lib/aws-sdk-trustedadvisor.rb index 217eadf35ab..446f5a13930 100644 --- a/gems/aws-sdk-trustedadvisor/lib/aws-sdk-trustedadvisor.rb +++ b/gems/aws-sdk-trustedadvisor/lib/aws-sdk-trustedadvisor.rb @@ -52,6 +52,6 @@ # @!group service module Aws::TrustedAdvisor - GEM_VERSION = '1.11.0' + GEM_VERSION = '1.12.0' end diff --git a/gems/aws-sdk-trustedadvisor/lib/aws-sdk-trustedadvisor/client.rb b/gems/aws-sdk-trustedadvisor/lib/aws-sdk-trustedadvisor/client.rb index e3bf3488987..15dab8bf3d8 100644 --- a/gems/aws-sdk-trustedadvisor/lib/aws-sdk-trustedadvisor/client.rb +++ b/gems/aws-sdk-trustedadvisor/lib/aws-sdk-trustedadvisor/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -1106,7 +1112,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-trustedadvisor' - context[:gem_version] = '1.11.0' + context[:gem_version] = '1.12.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-verifiedpermissions/CHANGELOG.md b/gems/aws-sdk-verifiedpermissions/CHANGELOG.md index 65c7f63c7ce..eebd0624484 100644 --- a/gems/aws-sdk-verifiedpermissions/CHANGELOG.md +++ b/gems/aws-sdk-verifiedpermissions/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.30.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.29.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-verifiedpermissions/VERSION b/gems/aws-sdk-verifiedpermissions/VERSION index 5e57fb89558..034552a83ee 100644 --- a/gems/aws-sdk-verifiedpermissions/VERSION +++ b/gems/aws-sdk-verifiedpermissions/VERSION @@ -1 +1 @@ -1.29.0 +1.30.0 diff --git a/gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions.rb b/gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions.rb index 464ade59b05..37a037d4b69 100644 --- a/gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions.rb +++ b/gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions.rb @@ -53,6 +53,6 @@ # @!group service module Aws::VerifiedPermissions - GEM_VERSION = '1.29.0' + GEM_VERSION = '1.30.0' end diff --git a/gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/client.rb b/gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/client.rb index c82e75281dc..e2735ec120e 100644 --- a/gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/client.rb +++ b/gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -2514,7 +2520,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-verifiedpermissions' - context[:gem_version] = '1.29.0' + context[:gem_version] = '1.30.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-voiceid/CHANGELOG.md b/gems/aws-sdk-voiceid/CHANGELOG.md index 3294b511a7c..4bc99a47f47 100644 --- a/gems/aws-sdk-voiceid/CHANGELOG.md +++ b/gems/aws-sdk-voiceid/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.31.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.30.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-voiceid/VERSION b/gems/aws-sdk-voiceid/VERSION index 034552a83ee..34aae156b19 100644 --- a/gems/aws-sdk-voiceid/VERSION +++ b/gems/aws-sdk-voiceid/VERSION @@ -1 +1 @@ -1.30.0 +1.31.0 diff --git a/gems/aws-sdk-voiceid/lib/aws-sdk-voiceid.rb b/gems/aws-sdk-voiceid/lib/aws-sdk-voiceid.rb index 8b1b2fe4897..cef567efbe9 100644 --- a/gems/aws-sdk-voiceid/lib/aws-sdk-voiceid.rb +++ b/gems/aws-sdk-voiceid/lib/aws-sdk-voiceid.rb @@ -52,6 +52,6 @@ # @!group service module Aws::VoiceID - GEM_VERSION = '1.30.0' + GEM_VERSION = '1.31.0' end diff --git a/gems/aws-sdk-voiceid/lib/aws-sdk-voiceid/client.rb b/gems/aws-sdk-voiceid/lib/aws-sdk-voiceid/client.rb index 4abe70574d1..bc22cf6fc48 100644 --- a/gems/aws-sdk-voiceid/lib/aws-sdk-voiceid/client.rb +++ b/gems/aws-sdk-voiceid/lib/aws-sdk-voiceid/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -1891,7 +1897,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-voiceid' - context[:gem_version] = '1.30.0' + context[:gem_version] = '1.31.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-vpclattice/CHANGELOG.md b/gems/aws-sdk-vpclattice/CHANGELOG.md index 8f2b87b4a5d..1e649d44edd 100644 --- a/gems/aws-sdk-vpclattice/CHANGELOG.md +++ b/gems/aws-sdk-vpclattice/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.19.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.18.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-vpclattice/VERSION b/gems/aws-sdk-vpclattice/VERSION index 84cc529467b..815d5ca06d5 100644 --- a/gems/aws-sdk-vpclattice/VERSION +++ b/gems/aws-sdk-vpclattice/VERSION @@ -1 +1 @@ -1.18.0 +1.19.0 diff --git a/gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice.rb b/gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice.rb index 6dc91de3e9c..692c0cee954 100644 --- a/gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice.rb +++ b/gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice.rb @@ -52,6 +52,6 @@ # @!group service module Aws::VPCLattice - GEM_VERSION = '1.18.0' + GEM_VERSION = '1.19.0' end diff --git a/gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/client.rb b/gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/client.rb index 172c35159b5..0acb44ee0f9 100644 --- a/gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/client.rb +++ b/gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -3283,7 +3289,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-vpclattice' - context[:gem_version] = '1.18.0' + context[:gem_version] = '1.19.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-waf/CHANGELOG.md b/gems/aws-sdk-waf/CHANGELOG.md index 095f82a6f20..f816e522bd7 100644 --- a/gems/aws-sdk-waf/CHANGELOG.md +++ b/gems/aws-sdk-waf/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.68.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.67.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-waf/VERSION b/gems/aws-sdk-waf/VERSION index 65ee0959841..ee2f4ca9130 100644 --- a/gems/aws-sdk-waf/VERSION +++ b/gems/aws-sdk-waf/VERSION @@ -1 +1 @@ -1.67.0 +1.68.0 diff --git a/gems/aws-sdk-waf/lib/aws-sdk-waf.rb b/gems/aws-sdk-waf/lib/aws-sdk-waf.rb index dabd865ec0a..8096e122bfe 100644 --- a/gems/aws-sdk-waf/lib/aws-sdk-waf.rb +++ b/gems/aws-sdk-waf/lib/aws-sdk-waf.rb @@ -52,6 +52,6 @@ # @!group service module Aws::WAF - GEM_VERSION = '1.67.0' + GEM_VERSION = '1.68.0' end diff --git a/gems/aws-sdk-waf/lib/aws-sdk-waf/client.rb b/gems/aws-sdk-waf/lib/aws-sdk-waf/client.rb index fbf877517d2..cba447a938a 100644 --- a/gems/aws-sdk-waf/lib/aws-sdk-waf/client.rb +++ b/gems/aws-sdk-waf/lib/aws-sdk-waf/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -6782,7 +6788,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-waf' - context[:gem_version] = '1.67.0' + context[:gem_version] = '1.68.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-wafregional/CHANGELOG.md b/gems/aws-sdk-wafregional/CHANGELOG.md index 5ca97b2db9f..228cedcf032 100644 --- a/gems/aws-sdk-wafregional/CHANGELOG.md +++ b/gems/aws-sdk-wafregional/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.70.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.69.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-wafregional/VERSION b/gems/aws-sdk-wafregional/VERSION index 49349856550..832e9afb6c1 100644 --- a/gems/aws-sdk-wafregional/VERSION +++ b/gems/aws-sdk-wafregional/VERSION @@ -1 +1 @@ -1.69.0 +1.70.0 diff --git a/gems/aws-sdk-wafregional/lib/aws-sdk-wafregional.rb b/gems/aws-sdk-wafregional/lib/aws-sdk-wafregional.rb index e9797f0866b..badce5cc6bf 100644 --- a/gems/aws-sdk-wafregional/lib/aws-sdk-wafregional.rb +++ b/gems/aws-sdk-wafregional/lib/aws-sdk-wafregional.rb @@ -52,6 +52,6 @@ # @!group service module Aws::WAFRegional - GEM_VERSION = '1.69.0' + GEM_VERSION = '1.70.0' end diff --git a/gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/client.rb b/gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/client.rb index 158af10d614..a2d227e87e8 100644 --- a/gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/client.rb +++ b/gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -6985,7 +6991,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-wafregional' - context[:gem_version] = '1.69.0' + context[:gem_version] = '1.70.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-wafv2/CHANGELOG.md b/gems/aws-sdk-wafv2/CHANGELOG.md index b0df751e021..89211d3c292 100644 --- a/gems/aws-sdk-wafv2/CHANGELOG.md +++ b/gems/aws-sdk-wafv2/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.91.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.90.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-wafv2/VERSION b/gems/aws-sdk-wafv2/VERSION index 82e24bf241e..6979a6c0661 100644 --- a/gems/aws-sdk-wafv2/VERSION +++ b/gems/aws-sdk-wafv2/VERSION @@ -1 +1 @@ -1.90.0 +1.91.0 diff --git a/gems/aws-sdk-wafv2/lib/aws-sdk-wafv2.rb b/gems/aws-sdk-wafv2/lib/aws-sdk-wafv2.rb index 280b8001d0e..8d5291804bf 100644 --- a/gems/aws-sdk-wafv2/lib/aws-sdk-wafv2.rb +++ b/gems/aws-sdk-wafv2/lib/aws-sdk-wafv2.rb @@ -52,6 +52,6 @@ # @!group service module Aws::WAFV2 - GEM_VERSION = '1.90.0' + GEM_VERSION = '1.91.0' end diff --git a/gems/aws-sdk-wafv2/lib/aws-sdk-wafv2/client.rb b/gems/aws-sdk-wafv2/lib/aws-sdk-wafv2/client.rb index acbd27d65c0..b36200fc3b5 100644 --- a/gems/aws-sdk-wafv2/lib/aws-sdk-wafv2/client.rb +++ b/gems/aws-sdk-wafv2/lib/aws-sdk-wafv2/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -9215,7 +9221,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-wafv2' - context[:gem_version] = '1.90.0' + context[:gem_version] = '1.91.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-wellarchitected/CHANGELOG.md b/gems/aws-sdk-wellarchitected/CHANGELOG.md index cebb78cfccd..f3c1b454b55 100644 --- a/gems/aws-sdk-wellarchitected/CHANGELOG.md +++ b/gems/aws-sdk-wellarchitected/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.43.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.42.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-wellarchitected/VERSION b/gems/aws-sdk-wellarchitected/VERSION index a50908ca3da..b978278f05f 100644 --- a/gems/aws-sdk-wellarchitected/VERSION +++ b/gems/aws-sdk-wellarchitected/VERSION @@ -1 +1 @@ -1.42.0 +1.43.0 diff --git a/gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected.rb b/gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected.rb index b4038df296a..9694ea57b0c 100644 --- a/gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected.rb +++ b/gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected.rb @@ -52,6 +52,6 @@ # @!group service module Aws::WellArchitected - GEM_VERSION = '1.42.0' + GEM_VERSION = '1.43.0' end diff --git a/gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/client.rb b/gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/client.rb index 6e529386fbc..c9f92d59697 100644 --- a/gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/client.rb +++ b/gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -5211,7 +5217,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-wellarchitected' - context[:gem_version] = '1.42.0' + context[:gem_version] = '1.43.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-workdocs/CHANGELOG.md b/gems/aws-sdk-workdocs/CHANGELOG.md index 7f8b679b1c3..45d4928e6dd 100644 --- a/gems/aws-sdk-workdocs/CHANGELOG.md +++ b/gems/aws-sdk-workdocs/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.64.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.63.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-workdocs/VERSION b/gems/aws-sdk-workdocs/VERSION index af92bdd9f58..9405730420f 100644 --- a/gems/aws-sdk-workdocs/VERSION +++ b/gems/aws-sdk-workdocs/VERSION @@ -1 +1 @@ -1.63.0 +1.64.0 diff --git a/gems/aws-sdk-workdocs/lib/aws-sdk-workdocs.rb b/gems/aws-sdk-workdocs/lib/aws-sdk-workdocs.rb index 70dcf5186ca..413ac3b11a9 100644 --- a/gems/aws-sdk-workdocs/lib/aws-sdk-workdocs.rb +++ b/gems/aws-sdk-workdocs/lib/aws-sdk-workdocs.rb @@ -52,6 +52,6 @@ # @!group service module Aws::WorkDocs - GEM_VERSION = '1.63.0' + GEM_VERSION = '1.64.0' end diff --git a/gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/client.rb b/gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/client.rb index 83e6d4bbc63..c5466cca2e5 100644 --- a/gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/client.rb +++ b/gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -2967,7 +2973,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-workdocs' - context[:gem_version] = '1.63.0' + context[:gem_version] = '1.64.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-worklink/CHANGELOG.md b/gems/aws-sdk-worklink/CHANGELOG.md index 1ef496885fc..d8fe73940cf 100644 --- a/gems/aws-sdk-worklink/CHANGELOG.md +++ b/gems/aws-sdk-worklink/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.54.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.53.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-worklink/VERSION b/gems/aws-sdk-worklink/VERSION index 3f4830156cb..b7921ae87bc 100644 --- a/gems/aws-sdk-worklink/VERSION +++ b/gems/aws-sdk-worklink/VERSION @@ -1 +1 @@ -1.53.0 +1.54.0 diff --git a/gems/aws-sdk-worklink/lib/aws-sdk-worklink.rb b/gems/aws-sdk-worklink/lib/aws-sdk-worklink.rb index 382e721a47b..20932892597 100644 --- a/gems/aws-sdk-worklink/lib/aws-sdk-worklink.rb +++ b/gems/aws-sdk-worklink/lib/aws-sdk-worklink.rb @@ -52,6 +52,6 @@ # @!group service module Aws::WorkLink - GEM_VERSION = '1.53.0' + GEM_VERSION = '1.54.0' end diff --git a/gems/aws-sdk-worklink/lib/aws-sdk-worklink/client.rb b/gems/aws-sdk-worklink/lib/aws-sdk-worklink/client.rb index e9a2091565b..d66fe211bfc 100644 --- a/gems/aws-sdk-worklink/lib/aws-sdk-worklink/client.rb +++ b/gems/aws-sdk-worklink/lib/aws-sdk-worklink/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -1584,7 +1590,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-worklink' - context[:gem_version] = '1.53.0' + context[:gem_version] = '1.54.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-workmail/CHANGELOG.md b/gems/aws-sdk-workmail/CHANGELOG.md index 87ce9708c4e..9e18bd4b4a0 100644 --- a/gems/aws-sdk-workmail/CHANGELOG.md +++ b/gems/aws-sdk-workmail/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.72.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.71.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-workmail/VERSION b/gems/aws-sdk-workmail/VERSION index df484cbb1d9..0834888f558 100644 --- a/gems/aws-sdk-workmail/VERSION +++ b/gems/aws-sdk-workmail/VERSION @@ -1 +1 @@ -1.71.0 +1.72.0 diff --git a/gems/aws-sdk-workmail/lib/aws-sdk-workmail.rb b/gems/aws-sdk-workmail/lib/aws-sdk-workmail.rb index 683443ab136..49557eab903 100644 --- a/gems/aws-sdk-workmail/lib/aws-sdk-workmail.rb +++ b/gems/aws-sdk-workmail/lib/aws-sdk-workmail.rb @@ -52,6 +52,6 @@ # @!group service module Aws::WorkMail - GEM_VERSION = '1.71.0' + GEM_VERSION = '1.72.0' end diff --git a/gems/aws-sdk-workmail/lib/aws-sdk-workmail/client.rb b/gems/aws-sdk-workmail/lib/aws-sdk-workmail/client.rb index 708250c7775..bef60cd9d5a 100644 --- a/gems/aws-sdk-workmail/lib/aws-sdk-workmail/client.rb +++ b/gems/aws-sdk-workmail/lib/aws-sdk-workmail/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -4539,7 +4545,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-workmail' - context[:gem_version] = '1.71.0' + context[:gem_version] = '1.72.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-workmailmessageflow/CHANGELOG.md b/gems/aws-sdk-workmailmessageflow/CHANGELOG.md index 49ce2bb2f05..af9b9166c69 100644 --- a/gems/aws-sdk-workmailmessageflow/CHANGELOG.md +++ b/gems/aws-sdk-workmailmessageflow/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.42.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.41.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-workmailmessageflow/VERSION b/gems/aws-sdk-workmailmessageflow/VERSION index 7d47e599800..a50908ca3da 100644 --- a/gems/aws-sdk-workmailmessageflow/VERSION +++ b/gems/aws-sdk-workmailmessageflow/VERSION @@ -1 +1 @@ -1.41.0 +1.42.0 diff --git a/gems/aws-sdk-workmailmessageflow/lib/aws-sdk-workmailmessageflow.rb b/gems/aws-sdk-workmailmessageflow/lib/aws-sdk-workmailmessageflow.rb index 9576ec4807e..239cf5a7880 100644 --- a/gems/aws-sdk-workmailmessageflow/lib/aws-sdk-workmailmessageflow.rb +++ b/gems/aws-sdk-workmailmessageflow/lib/aws-sdk-workmailmessageflow.rb @@ -52,6 +52,6 @@ # @!group service module Aws::WorkMailMessageFlow - GEM_VERSION = '1.41.0' + GEM_VERSION = '1.42.0' end diff --git a/gems/aws-sdk-workmailmessageflow/lib/aws-sdk-workmailmessageflow/client.rb b/gems/aws-sdk-workmailmessageflow/lib/aws-sdk-workmailmessageflow/client.rb index f9565014dbf..331d419d118 100644 --- a/gems/aws-sdk-workmailmessageflow/lib/aws-sdk-workmailmessageflow/client.rb +++ b/gems/aws-sdk-workmailmessageflow/lib/aws-sdk-workmailmessageflow/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -535,7 +541,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-workmailmessageflow' - context[:gem_version] = '1.41.0' + context[:gem_version] = '1.42.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-workspaces/CHANGELOG.md b/gems/aws-sdk-workspaces/CHANGELOG.md index b0052b660c2..cd927fe99c0 100644 --- a/gems/aws-sdk-workspaces/CHANGELOG.md +++ b/gems/aws-sdk-workspaces/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.116.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.115.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-workspaces/VERSION b/gems/aws-sdk-workspaces/VERSION index 97ee99fccc8..10c8812fe5e 100644 --- a/gems/aws-sdk-workspaces/VERSION +++ b/gems/aws-sdk-workspaces/VERSION @@ -1 +1 @@ -1.115.0 +1.116.0 diff --git a/gems/aws-sdk-workspaces/lib/aws-sdk-workspaces.rb b/gems/aws-sdk-workspaces/lib/aws-sdk-workspaces.rb index 0039a891882..af136cdff4c 100644 --- a/gems/aws-sdk-workspaces/lib/aws-sdk-workspaces.rb +++ b/gems/aws-sdk-workspaces/lib/aws-sdk-workspaces.rb @@ -52,6 +52,6 @@ # @!group service module Aws::WorkSpaces - GEM_VERSION = '1.115.0' + GEM_VERSION = '1.116.0' end diff --git a/gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/client.rb b/gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/client.rb index 3c946dd4ff8..557dce6ca41 100644 --- a/gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/client.rb +++ b/gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/client.rb @@ -432,6 +432,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -4795,7 +4801,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-workspaces' - context[:gem_version] = '1.115.0' + context[:gem_version] = '1.116.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-workspacesthinclient/CHANGELOG.md b/gems/aws-sdk-workspacesthinclient/CHANGELOG.md index 5cb6406d42b..464cc5ddbc9 100644 --- a/gems/aws-sdk-workspacesthinclient/CHANGELOG.md +++ b/gems/aws-sdk-workspacesthinclient/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.13.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.12.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-workspacesthinclient/VERSION b/gems/aws-sdk-workspacesthinclient/VERSION index 0eed1a29efd..feaae22bac7 100644 --- a/gems/aws-sdk-workspacesthinclient/VERSION +++ b/gems/aws-sdk-workspacesthinclient/VERSION @@ -1 +1 @@ -1.12.0 +1.13.0 diff --git a/gems/aws-sdk-workspacesthinclient/lib/aws-sdk-workspacesthinclient.rb b/gems/aws-sdk-workspacesthinclient/lib/aws-sdk-workspacesthinclient.rb index 6e36419cdae..3b302948d04 100644 --- a/gems/aws-sdk-workspacesthinclient/lib/aws-sdk-workspacesthinclient.rb +++ b/gems/aws-sdk-workspacesthinclient/lib/aws-sdk-workspacesthinclient.rb @@ -52,6 +52,6 @@ # @!group service module Aws::WorkSpacesThinClient - GEM_VERSION = '1.12.0' + GEM_VERSION = '1.13.0' end diff --git a/gems/aws-sdk-workspacesthinclient/lib/aws-sdk-workspacesthinclient/client.rb b/gems/aws-sdk-workspacesthinclient/lib/aws-sdk-workspacesthinclient/client.rb index 0f8c7b9bd9a..d06e796cfb6 100644 --- a/gems/aws-sdk-workspacesthinclient/lib/aws-sdk-workspacesthinclient/client.rb +++ b/gems/aws-sdk-workspacesthinclient/lib/aws-sdk-workspacesthinclient/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -1300,7 +1306,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-workspacesthinclient' - context[:gem_version] = '1.12.0' + context[:gem_version] = '1.13.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-workspacesweb/CHANGELOG.md b/gems/aws-sdk-workspacesweb/CHANGELOG.md index 156062109a4..0c34bec0f9e 100644 --- a/gems/aws-sdk-workspacesweb/CHANGELOG.md +++ b/gems/aws-sdk-workspacesweb/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.28.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.27.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-workspacesweb/VERSION b/gems/aws-sdk-workspacesweb/VERSION index 5db08bf2dc5..cfc730712d5 100644 --- a/gems/aws-sdk-workspacesweb/VERSION +++ b/gems/aws-sdk-workspacesweb/VERSION @@ -1 +1 @@ -1.27.0 +1.28.0 diff --git a/gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb.rb b/gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb.rb index d377ec28bf6..7748c553efe 100644 --- a/gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb.rb +++ b/gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb.rb @@ -52,6 +52,6 @@ # @!group service module Aws::WorkSpacesWeb - GEM_VERSION = '1.27.0' + GEM_VERSION = '1.28.0' end diff --git a/gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/client.rb b/gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/client.rb index 81566dc7caa..2821cb48c7e 100644 --- a/gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/client.rb +++ b/gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -3108,7 +3114,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-workspacesweb' - context[:gem_version] = '1.27.0' + context[:gem_version] = '1.28.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-xray/CHANGELOG.md b/gems/aws-sdk-xray/CHANGELOG.md index d3b908e95cc..fc7c92b39fc 100644 --- a/gems/aws-sdk-xray/CHANGELOG.md +++ b/gems/aws-sdk-xray/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.72.0 (2024-09-10) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.71.0 (2024-09-03) ------------------ diff --git a/gems/aws-sdk-xray/VERSION b/gems/aws-sdk-xray/VERSION index df484cbb1d9..0834888f558 100644 --- a/gems/aws-sdk-xray/VERSION +++ b/gems/aws-sdk-xray/VERSION @@ -1 +1 @@ -1.71.0 +1.72.0 diff --git a/gems/aws-sdk-xray/lib/aws-sdk-xray.rb b/gems/aws-sdk-xray/lib/aws-sdk-xray.rb index 8119b677b0b..aa5e09d0f8b 100644 --- a/gems/aws-sdk-xray/lib/aws-sdk-xray.rb +++ b/gems/aws-sdk-xray/lib/aws-sdk-xray.rb @@ -52,6 +52,6 @@ # @!group service module Aws::XRay - GEM_VERSION = '1.71.0' + GEM_VERSION = '1.72.0' end diff --git a/gems/aws-sdk-xray/lib/aws-sdk-xray/client.rb b/gems/aws-sdk-xray/lib/aws-sdk-xray/client.rb index 28b1ca2aea3..6dd42ce5b77 100644 --- a/gems/aws-sdk-xray/lib/aws-sdk-xray/client.rb +++ b/gems/aws-sdk-xray/lib/aws-sdk-xray/client.rb @@ -425,6 +425,12 @@ class Client < Seahorse::Client::Base # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # @@ -2282,7 +2288,7 @@ def build_request(operation_name, params = {}) tracer: tracer ) context[:gem_name] = 'aws-sdk-xray' - context[:gem_version] = '1.71.0' + context[:gem_version] = '1.72.0' Seahorse::Client::Request.new(handlers, context) end From fffdb05dcb0c1e6606b72643b6d64707a54dac93 Mon Sep 17 00:00:00 2001 From: Matt Muller Date: Tue, 10 Sep 2024 18:44:41 -0400 Subject: [PATCH 5/5] Lock changed files action commit --- .github/workflows/changelog.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index 79198c461c1..c2eca8092d6 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -10,7 +10,7 @@ jobs: steps: - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v45 + uses: tj-actions/changed-files@e9772d140489982e0e3704fea5ee93d536f1e275 with: githubToken: ${{ secrets.GITHUB_TOKEN }}