diff --git a/apis/internetmonitor/2021-06-03/api-2.json b/apis/internetmonitor/2021-06-03/api-2.json index e841da9af4f..daf4a53b2ec 100644 --- a/apis/internetmonitor/2021-06-03/api-2.json +++ b/apis/internetmonitor/2021-06-03/api-2.json @@ -246,7 +246,8 @@ "Tags":{"shape":"TagMap"}, "MaxCityNetworksToMonitor":{"shape":"MaxCityNetworksToMonitor"}, "InternetMeasurementsLogDelivery":{"shape":"InternetMeasurementsLogDelivery"}, - "TrafficPercentageToMonitor":{"shape":"TrafficPercentageToMonitor"} + "TrafficPercentageToMonitor":{"shape":"TrafficPercentageToMonitor"}, + "HealthEventsConfig":{"shape":"HealthEventsConfig"} } }, "CreateMonitorOutput":{ @@ -320,7 +321,8 @@ "ImpactedLocations":{"shape":"ImpactedLocationsList"}, "Status":{"shape":"HealthEventStatus"}, "PercentOfTotalTrafficImpacted":{"shape":"Double"}, - "ImpactType":{"shape":"HealthEventImpactType"} + "ImpactType":{"shape":"HealthEventImpactType"}, + "HealthScoreThreshold":{"shape":"Percentage"} } }, "GetMonitorInput":{ @@ -356,7 +358,8 @@ "Tags":{"shape":"TagMap"}, "MaxCityNetworksToMonitor":{"shape":"MaxCityNetworksToMonitor"}, "InternetMeasurementsLogDelivery":{"shape":"InternetMeasurementsLogDelivery"}, - "TrafficPercentageToMonitor":{"shape":"TrafficPercentageToMonitor"} + "TrafficPercentageToMonitor":{"shape":"TrafficPercentageToMonitor"}, + "HealthEventsConfig":{"shape":"HealthEventsConfig"} } }, "HealthEvent":{ @@ -380,7 +383,8 @@ "ImpactedLocations":{"shape":"ImpactedLocationsList"}, "Status":{"shape":"HealthEventStatus"}, "PercentOfTotalTrafficImpacted":{"shape":"Double"}, - "ImpactType":{"shape":"HealthEventImpactType"} + "ImpactType":{"shape":"HealthEventImpactType"}, + "HealthScoreThreshold":{"shape":"Percentage"} } }, "HealthEventImpactType":{ @@ -407,6 +411,13 @@ "RESOLVED" ] }, + "HealthEventsConfig":{ + "type":"structure", + "members":{ + "AvailabilityScoreThreshold":{"shape":"Percentage"}, + "PerformanceScoreThreshold":{"shape":"Percentage"} + } + }, "ImpactedLocation":{ "type":"structure", "required":[ @@ -673,6 +684,11 @@ }, "exception":true }, + "Percentage":{ + "type":"double", + "max":100, + "min":0 + }, "PerformanceMeasurement":{ "type":"structure", "members":{ @@ -849,7 +865,8 @@ }, "MaxCityNetworksToMonitor":{"shape":"MaxCityNetworksToMonitor"}, "InternetMeasurementsLogDelivery":{"shape":"InternetMeasurementsLogDelivery"}, - "TrafficPercentageToMonitor":{"shape":"TrafficPercentageToMonitor"} + "TrafficPercentageToMonitor":{"shape":"TrafficPercentageToMonitor"}, + "HealthEventsConfig":{"shape":"HealthEventsConfig"} } }, "UpdateMonitorOutput":{ diff --git a/apis/internetmonitor/2021-06-03/docs-2.json b/apis/internetmonitor/2021-06-03/docs-2.json index 17ad6a3f7e2..2e2b2e73e95 100644 --- a/apis/internetmonitor/2021-06-03/docs-2.json +++ b/apis/internetmonitor/2021-06-03/docs-2.json @@ -137,6 +137,14 @@ "ListHealthEventsInput$EventStatus": "

The status of a health event.

" } }, + "HealthEventsConfig": { + "base": "

A complex type for the configuration. Defines the health event threshold percentages, for performance score and availability score. Amazon CloudWatch Internet Monitor creates a health event when there's an internet issue that affects your application end users where a health score percentage is at or below a set threshold. If you don't set a health event threshold, the default value is 95%.

", + "refs": { + "CreateMonitorInput$HealthEventsConfig": "

Defines the health event threshold percentages, for performance score and availability score. Internet Monitor creates a health event when there's an internet issue that affects your application end users where a health score percentage is at or below a set threshold. If you don't set a health event threshold, the default calue is 95%.

", + "GetMonitorOutput$HealthEventsConfig": "

The list of health event thresholds. A health event threshold percentage, for performance and availability, determines the level of impact at which Amazon CloudWatch Internet Monitor creates a health event when there's an internet issue that affects your application end users.

", + "UpdateMonitorInput$HealthEventsConfig": "

The list of health event thresholds. A health event threshold percentage, for performance and availability, determines when Internet Monitor creates a health event when there's an internet issue that affects your application end users.

" + } + }, "ImpactedLocation": { "base": "

Information about a location impacted by a health event in Amazon CloudWatch Internet Monitor.

Geographic regions are hierarchically categorized into country, subdivision, metro and city geographic granularities. The geographic region is identified based on the IP address used at the client locations.

", "refs": { @@ -302,6 +310,15 @@ "refs": { } }, + "Percentage": { + "base": null, + "refs": { + "GetHealthEventOutput$HealthScoreThreshold": "

The threshold percentage for health events when Amazon CloudWatch Internet Monitor creates a health event.

", + "HealthEvent$HealthScoreThreshold": "

The value of the threshold percentage for performance or availability that was configured when Amazon CloudWatch Internet Monitor created the health event.

", + "HealthEventsConfig$AvailabilityScoreThreshold": "

The health event threshold percentage set for availability scores.

", + "HealthEventsConfig$PerformanceScoreThreshold": "

The health event threshold percentage set for performance scores.

" + } + }, "PerformanceMeasurement": { "base": "

Measurements about the performance for your application on the internet calculated by Amazon CloudWatch Internet Monitor. Amazon Web Services has substantial historical data about internet performance and availability between Amazon Web Services services and different network providers and geographies. By applying statistical analysis to the data, Internet Monitor can detect when the performance and availability for your application has dropped, compared to an estimated baseline that's already calculated. To make it easier to see those drops, we report that information to you in the form of health scores: a performance score and an availability score.

Performance in Internet Monitor represents the estimated percentage of traffic that is not seeing a performance drop. For example, a performance score of 99% for an end user and service location pair is equivalent to 1% of the traffic experiencing a performance drop for that pair.

For more information, see How Internet Monitor calculates performance and availability scores in the Amazon CloudWatch Internet Monitor section of the CloudWatch User Guide.

", "refs": { diff --git a/apis/kinesisanalyticsv2/2018-05-23/api-2.json b/apis/kinesisanalyticsv2/2018-05-23/api-2.json index c04b4e52098..9f3631d5065 100644 --- a/apis/kinesisanalyticsv2/2018-05-23/api-2.json +++ b/apis/kinesisanalyticsv2/2018-05-23/api-2.json @@ -2291,7 +2291,8 @@ "FLINK-1_11", "FLINK-1_13", "ZEPPELIN-FLINK-2_0", - "FLINK-1_15" + "FLINK-1_15", + "ZEPPELIN-FLINK-3_0" ] }, "S3ApplicationCodeLocationDescription":{ diff --git a/apis/kinesisanalyticsv2/2018-05-23/endpoint-rule-set-1.json b/apis/kinesisanalyticsv2/2018-05-23/endpoint-rule-set-1.json index add113074dc..8e82638e612 100644 --- a/apis/kinesisanalyticsv2/2018-05-23/endpoint-rule-set-1.json +++ b/apis/kinesisanalyticsv2/2018-05-23/endpoint-rule-set-1.json @@ -32,13 +32,12 @@ { "conditions": [ { - "fn": "aws.partition", + "fn": "isSet", "argv": [ { - "ref": "Region" + "ref": "Endpoint" } - ], - "assign": "PartitionResult" + ] } ], "type": "tree", @@ -46,23 +45,20 @@ { "conditions": [ { - "fn": "isSet", + "fn": "booleanEquals", "argv": [ { - "ref": "Endpoint" - } + "ref": "UseFIPS" + }, + true ] - }, - { - "fn": "parseURL", - "argv": [ - { - "ref": "Endpoint" - } - ], - "assign": "url" } ], + "error": "Invalid Configuration: FIPS and custom endpoint are not supported", + "type": "error" + }, + { + "conditions": [], "type": "tree", "rules": [ { @@ -71,67 +67,42 @@ "fn": "booleanEquals", "argv": [ { - "ref": "UseFIPS" + "ref": "UseDualStack" }, true ] } ], - "error": "Invalid Configuration: FIPS and custom endpoint are not supported", + "error": "Invalid Configuration: Dualstack and custom endpoint are not supported", "type": "error" }, { "conditions": [], - "type": "tree", - "rules": [ - { - "conditions": [ - { - "fn": "booleanEquals", - "argv": [ - { - "ref": "UseDualStack" - }, - true - ] - } - ], - "error": "Invalid Configuration: Dualstack and custom endpoint are not supported", - "type": "error" + "endpoint": { + "url": { + "ref": "Endpoint" }, - { - "conditions": [], - "endpoint": { - "url": { - "ref": "Endpoint" - }, - "properties": {}, - "headers": {} - }, - "type": "endpoint" - } - ] + "properties": {}, + "headers": {} + }, + "type": "endpoint" } ] - }, + } + ] + }, + { + "conditions": [], + "type": "tree", + "rules": [ { "conditions": [ { - "fn": "booleanEquals", - "argv": [ - { - "ref": "UseFIPS" - }, - true - ] - }, - { - "fn": "booleanEquals", + "fn": "isSet", "argv": [ { - "ref": "UseDualStack" - }, - true + "ref": "Region" + } ] } ], @@ -140,90 +111,215 @@ { "conditions": [ { - "fn": "booleanEquals", + "fn": "aws.partition", "argv": [ - true, { - "fn": "getAttr", + "ref": "Region" + } + ], + "assign": "PartitionResult" + } + ], + "type": "tree", + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", "argv": [ { - "ref": "PartitionResult" + "ref": "UseFIPS" }, - "supportsFIPS" + true + ] + }, + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseDualStack" + }, + true ] } + ], + "type": "tree", + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + true, + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsFIPS" + ] + } + ] + }, + { + "fn": "booleanEquals", + "argv": [ + true, + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsDualStack" + ] + } + ] + } + ], + "type": "tree", + "rules": [ + { + "conditions": [], + "type": "tree", + "rules": [ + { + "conditions": [], + "endpoint": { + "url": "https://kinesisanalytics-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ] + } + ] + }, + { + "conditions": [], + "error": "FIPS and DualStack are enabled, but this partition does not support one or both", + "type": "error" + } ] }, { - "fn": "booleanEquals", - "argv": [ - true, + "conditions": [ { - "fn": "getAttr", + "fn": "booleanEquals", "argv": [ { - "ref": "PartitionResult" + "ref": "UseFIPS" }, - "supportsDualStack" + true + ] + } + ], + "type": "tree", + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + true, + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsFIPS" + ] + } + ] + } + ], + "type": "tree", + "rules": [ + { + "conditions": [], + "type": "tree", + "rules": [ + { + "conditions": [], + "endpoint": { + "url": "https://kinesisanalytics-fips.{Region}.{PartitionResult#dnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ] + } ] + }, + { + "conditions": [], + "error": "FIPS is enabled but this partition does not support FIPS", + "type": "error" } ] - } - ], - "type": "tree", - "rules": [ - { - "conditions": [], - "endpoint": { - "url": "https://kinesisanalytics-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", - "properties": {}, - "headers": {} - }, - "type": "endpoint" - } - ] - }, - { - "conditions": [], - "error": "FIPS and DualStack are enabled, but this partition does not support one or both", - "type": "error" - } - ] - }, - { - "conditions": [ - { - "fn": "booleanEquals", - "argv": [ - { - "ref": "UseFIPS" }, - true - ] - } - ], - "type": "tree", - "rules": [ - { - "conditions": [ { - "fn": "booleanEquals", - "argv": [ - true, + "conditions": [ { - "fn": "getAttr", + "fn": "booleanEquals", "argv": [ { - "ref": "PartitionResult" + "ref": "UseDualStack" }, - "supportsFIPS" + true ] } + ], + "type": "tree", + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + true, + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsDualStack" + ] + } + ] + } + ], + "type": "tree", + "rules": [ + { + "conditions": [], + "type": "tree", + "rules": [ + { + "conditions": [], + "endpoint": { + "url": "https://kinesisanalytics.{Region}.{PartitionResult#dualStackDnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ] + } + ] + }, + { + "conditions": [], + "error": "DualStack is enabled but this partition does not support DualStack", + "type": "error" + } ] - } - ], - "type": "tree", - "rules": [ + }, { "conditions": [], "type": "tree", @@ -231,7 +327,7 @@ { "conditions": [], "endpoint": { - "url": "https://kinesisanalytics-fips.{Region}.{PartitionResult#dnsSuffix}", + "url": "https://kinesisanalytics.{Region}.{PartitionResult#dnsSuffix}", "properties": {}, "headers": {} }, @@ -240,74 +336,13 @@ ] } ] - }, - { - "conditions": [], - "error": "FIPS is enabled but this partition does not support FIPS", - "type": "error" - } - ] - }, - { - "conditions": [ - { - "fn": "booleanEquals", - "argv": [ - { - "ref": "UseDualStack" - }, - true - ] - } - ], - "type": "tree", - "rules": [ - { - "conditions": [ - { - "fn": "booleanEquals", - "argv": [ - true, - { - "fn": "getAttr", - "argv": [ - { - "ref": "PartitionResult" - }, - "supportsDualStack" - ] - } - ] - } - ], - "type": "tree", - "rules": [ - { - "conditions": [], - "endpoint": { - "url": "https://kinesisanalytics.{Region}.{PartitionResult#dualStackDnsSuffix}", - "properties": {}, - "headers": {} - }, - "type": "endpoint" - } - ] - }, - { - "conditions": [], - "error": "DualStack is enabled but this partition does not support DualStack", - "type": "error" } ] }, { "conditions": [], - "endpoint": { - "url": "https://kinesisanalytics.{Region}.{PartitionResult#dnsSuffix}", - "properties": {}, - "headers": {} - }, - "type": "endpoint" + "error": "Invalid Configuration: Missing Region", + "type": "error" } ] } diff --git a/apis/kinesisanalyticsv2/2018-05-23/endpoint-tests-1.json b/apis/kinesisanalyticsv2/2018-05-23/endpoint-tests-1.json index e314c1988f8..8658a7cb427 100644 --- a/apis/kinesisanalyticsv2/2018-05-23/endpoint-tests-1.json +++ b/apis/kinesisanalyticsv2/2018-05-23/endpoint-tests-1.json @@ -1,1393 +1,566 @@ { "testCases": [ { - "documentation": "For region ap-south-1 with FIPS enabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://kinesisanalytics-fips.ap-south-1.api.aws" - } - }, - "params": { - "UseFIPS": true, - "Region": "ap-south-1", - "UseDualStack": true - } - }, - { - "documentation": "For region ap-south-1 with FIPS enabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://kinesisanalytics-fips.ap-south-1.amazonaws.com" - } - }, - "params": { - "UseFIPS": true, - "Region": "ap-south-1", - "UseDualStack": false - } - }, - { - "documentation": "For region ap-south-1 with FIPS disabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://kinesisanalytics.ap-south-1.api.aws" - } - }, - "params": { - "UseFIPS": false, - "Region": "ap-south-1", - "UseDualStack": true - } - }, - { - "documentation": "For region ap-south-1 with FIPS disabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://kinesisanalytics.ap-south-1.amazonaws.com" - } - }, - "params": { - "UseFIPS": false, - "Region": "ap-south-1", - "UseDualStack": false - } - }, - { - "documentation": "For region eu-south-1 with FIPS enabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://kinesisanalytics-fips.eu-south-1.api.aws" - } - }, - "params": { - "UseFIPS": true, - "Region": "eu-south-1", - "UseDualStack": true - } - }, - { - "documentation": "For region eu-south-1 with FIPS enabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://kinesisanalytics-fips.eu-south-1.amazonaws.com" - } - }, - "params": { - "UseFIPS": true, - "Region": "eu-south-1", - "UseDualStack": false - } - }, - { - "documentation": "For region eu-south-1 with FIPS disabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://kinesisanalytics.eu-south-1.api.aws" - } - }, - "params": { - "UseFIPS": false, - "Region": "eu-south-1", - "UseDualStack": true - } - }, - { - "documentation": "For region eu-south-1 with FIPS disabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://kinesisanalytics.eu-south-1.amazonaws.com" - } - }, - "params": { - "UseFIPS": false, - "Region": "eu-south-1", - "UseDualStack": false - } - }, - { - "documentation": "For region us-gov-east-1 with FIPS enabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://kinesisanalytics-fips.us-gov-east-1.api.aws" - } - }, - "params": { - "UseFIPS": true, - "Region": "us-gov-east-1", - "UseDualStack": true - } - }, - { - "documentation": "For region us-gov-east-1 with FIPS disabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://kinesisanalytics.us-gov-east-1.api.aws" - } - }, - "params": { - "UseFIPS": false, - "Region": "us-gov-east-1", - "UseDualStack": true - } - }, - { - "documentation": "For region us-gov-east-1 with FIPS disabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://kinesisanalytics.us-gov-east-1.amazonaws.com" - } - }, - "params": { - "UseFIPS": false, - "Region": "us-gov-east-1", - "UseDualStack": false - } - }, - { - "documentation": "For region me-central-1 with FIPS enabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://kinesisanalytics-fips.me-central-1.api.aws" - } - }, - "params": { - "UseFIPS": true, - "Region": "me-central-1", - "UseDualStack": true - } - }, - { - "documentation": "For region me-central-1 with FIPS enabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://kinesisanalytics-fips.me-central-1.amazonaws.com" - } - }, - "params": { - "UseFIPS": true, - "Region": "me-central-1", - "UseDualStack": false - } - }, - { - "documentation": "For region me-central-1 with FIPS disabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://kinesisanalytics.me-central-1.api.aws" - } - }, - "params": { - "UseFIPS": false, - "Region": "me-central-1", - "UseDualStack": true - } - }, - { - "documentation": "For region me-central-1 with FIPS disabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://kinesisanalytics.me-central-1.amazonaws.com" - } - }, - "params": { - "UseFIPS": false, - "Region": "me-central-1", - "UseDualStack": false - } - }, - { - "documentation": "For region ca-central-1 with FIPS enabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://kinesisanalytics-fips.ca-central-1.api.aws" - } - }, - "params": { - "UseFIPS": true, - "Region": "ca-central-1", - "UseDualStack": true - } - }, - { - "documentation": "For region ca-central-1 with FIPS enabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://kinesisanalytics-fips.ca-central-1.amazonaws.com" - } - }, - "params": { - "UseFIPS": true, - "Region": "ca-central-1", - "UseDualStack": false - } - }, - { - "documentation": "For region ca-central-1 with FIPS disabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://kinesisanalytics.ca-central-1.api.aws" - } - }, - "params": { - "UseFIPS": false, - "Region": "ca-central-1", - "UseDualStack": true - } - }, - { - "documentation": "For region ca-central-1 with FIPS disabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://kinesisanalytics.ca-central-1.amazonaws.com" - } - }, - "params": { - "UseFIPS": false, - "Region": "ca-central-1", - "UseDualStack": false - } - }, - { - "documentation": "For region eu-central-1 with FIPS enabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://kinesisanalytics-fips.eu-central-1.api.aws" - } - }, - "params": { - "UseFIPS": true, - "Region": "eu-central-1", - "UseDualStack": true - } - }, - { - "documentation": "For region eu-central-1 with FIPS enabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://kinesisanalytics-fips.eu-central-1.amazonaws.com" - } - }, - "params": { - "UseFIPS": true, - "Region": "eu-central-1", - "UseDualStack": false - } - }, - { - "documentation": "For region eu-central-1 with FIPS disabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://kinesisanalytics.eu-central-1.api.aws" - } - }, - "params": { - "UseFIPS": false, - "Region": "eu-central-1", - "UseDualStack": true - } - }, - { - "documentation": "For region eu-central-1 with FIPS disabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://kinesisanalytics.eu-central-1.amazonaws.com" - } - }, - "params": { - "UseFIPS": false, - "Region": "eu-central-1", - "UseDualStack": false - } - }, - { - "documentation": "For region us-west-1 with FIPS enabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://kinesisanalytics-fips.us-west-1.api.aws" - } - }, - "params": { - "UseFIPS": true, - "Region": "us-west-1", - "UseDualStack": true - } - }, - { - "documentation": "For region us-west-1 with FIPS enabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://kinesisanalytics-fips.us-west-1.amazonaws.com" - } - }, - "params": { - "UseFIPS": true, - "Region": "us-west-1", - "UseDualStack": false - } - }, - { - "documentation": "For region us-west-1 with FIPS disabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://kinesisanalytics.us-west-1.api.aws" - } - }, - "params": { - "UseFIPS": false, - "Region": "us-west-1", - "UseDualStack": true - } - }, - { - "documentation": "For region us-west-1 with FIPS disabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://kinesisanalytics.us-west-1.amazonaws.com" - } - }, - "params": { - "UseFIPS": false, - "Region": "us-west-1", - "UseDualStack": false - } - }, - { - "documentation": "For region us-west-2 with FIPS enabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://kinesisanalytics-fips.us-west-2.api.aws" - } - }, - "params": { - "UseFIPS": true, - "Region": "us-west-2", - "UseDualStack": true - } - }, - { - "documentation": "For region us-west-2 with FIPS enabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://kinesisanalytics-fips.us-west-2.amazonaws.com" - } - }, - "params": { - "UseFIPS": true, - "Region": "us-west-2", - "UseDualStack": false - } - }, - { - "documentation": "For region us-west-2 with FIPS disabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://kinesisanalytics.us-west-2.api.aws" - } - }, - "params": { - "UseFIPS": false, - "Region": "us-west-2", - "UseDualStack": true - } - }, - { - "documentation": "For region us-west-2 with FIPS disabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://kinesisanalytics.us-west-2.amazonaws.com" - } - }, - "params": { - "UseFIPS": false, - "Region": "us-west-2", - "UseDualStack": false - } - }, - { - "documentation": "For region af-south-1 with FIPS enabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://kinesisanalytics-fips.af-south-1.api.aws" - } - }, - "params": { - "UseFIPS": true, - "Region": "af-south-1", - "UseDualStack": true - } - }, - { - "documentation": "For region af-south-1 with FIPS enabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://kinesisanalytics-fips.af-south-1.amazonaws.com" - } - }, - "params": { - "UseFIPS": true, - "Region": "af-south-1", - "UseDualStack": false - } - }, - { - "documentation": "For region af-south-1 with FIPS disabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://kinesisanalytics.af-south-1.api.aws" - } - }, - "params": { - "UseFIPS": false, - "Region": "af-south-1", - "UseDualStack": true - } - }, - { - "documentation": "For region af-south-1 with FIPS disabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://kinesisanalytics.af-south-1.amazonaws.com" - } - }, - "params": { - "UseFIPS": false, - "Region": "af-south-1", - "UseDualStack": false - } - }, - { - "documentation": "For region eu-north-1 with FIPS enabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://kinesisanalytics-fips.eu-north-1.api.aws" - } - }, - "params": { - "UseFIPS": true, - "Region": "eu-north-1", - "UseDualStack": true - } - }, - { - "documentation": "For region eu-north-1 with FIPS enabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://kinesisanalytics-fips.eu-north-1.amazonaws.com" - } - }, - "params": { - "UseFIPS": true, - "Region": "eu-north-1", - "UseDualStack": false - } - }, - { - "documentation": "For region eu-north-1 with FIPS disabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://kinesisanalytics.eu-north-1.api.aws" - } - }, - "params": { - "UseFIPS": false, - "Region": "eu-north-1", - "UseDualStack": true - } - }, - { - "documentation": "For region eu-north-1 with FIPS disabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://kinesisanalytics.eu-north-1.amazonaws.com" - } - }, - "params": { - "UseFIPS": false, - "Region": "eu-north-1", - "UseDualStack": false - } - }, - { - "documentation": "For region eu-west-3 with FIPS enabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://kinesisanalytics-fips.eu-west-3.api.aws" - } - }, - "params": { - "UseFIPS": true, - "Region": "eu-west-3", - "UseDualStack": true - } - }, - { - "documentation": "For region eu-west-3 with FIPS enabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://kinesisanalytics-fips.eu-west-3.amazonaws.com" - } - }, - "params": { - "UseFIPS": true, - "Region": "eu-west-3", - "UseDualStack": false - } - }, - { - "documentation": "For region eu-west-3 with FIPS disabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://kinesisanalytics.eu-west-3.api.aws" - } - }, - "params": { - "UseFIPS": false, - "Region": "eu-west-3", - "UseDualStack": true - } - }, - { - "documentation": "For region eu-west-3 with FIPS disabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://kinesisanalytics.eu-west-3.amazonaws.com" - } - }, - "params": { - "UseFIPS": false, - "Region": "eu-west-3", - "UseDualStack": false - } - }, - { - "documentation": "For region eu-west-2 with FIPS enabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://kinesisanalytics-fips.eu-west-2.api.aws" - } - }, - "params": { - "UseFIPS": true, - "Region": "eu-west-2", - "UseDualStack": true - } - }, - { - "documentation": "For region eu-west-2 with FIPS enabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://kinesisanalytics-fips.eu-west-2.amazonaws.com" - } - }, - "params": { - "UseFIPS": true, - "Region": "eu-west-2", - "UseDualStack": false - } - }, - { - "documentation": "For region eu-west-2 with FIPS disabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://kinesisanalytics.eu-west-2.api.aws" - } - }, - "params": { - "UseFIPS": false, - "Region": "eu-west-2", - "UseDualStack": true - } - }, - { - "documentation": "For region eu-west-2 with FIPS disabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://kinesisanalytics.eu-west-2.amazonaws.com" - } - }, - "params": { - "UseFIPS": false, - "Region": "eu-west-2", - "UseDualStack": false - } - }, - { - "documentation": "For region eu-west-1 with FIPS enabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://kinesisanalytics-fips.eu-west-1.api.aws" - } - }, - "params": { - "UseFIPS": true, - "Region": "eu-west-1", - "UseDualStack": true - } - }, - { - "documentation": "For region eu-west-1 with FIPS enabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://kinesisanalytics-fips.eu-west-1.amazonaws.com" - } - }, - "params": { - "UseFIPS": true, - "Region": "eu-west-1", - "UseDualStack": false - } - }, - { - "documentation": "For region eu-west-1 with FIPS disabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://kinesisanalytics.eu-west-1.api.aws" - } - }, - "params": { - "UseFIPS": false, - "Region": "eu-west-1", - "UseDualStack": true - } - }, - { - "documentation": "For region eu-west-1 with FIPS disabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://kinesisanalytics.eu-west-1.amazonaws.com" - } - }, - "params": { - "UseFIPS": false, - "Region": "eu-west-1", - "UseDualStack": false - } - }, - { - "documentation": "For region ap-northeast-3 with FIPS enabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://kinesisanalytics-fips.ap-northeast-3.api.aws" - } - }, - "params": { - "UseFIPS": true, - "Region": "ap-northeast-3", - "UseDualStack": true - } - }, - { - "documentation": "For region ap-northeast-3 with FIPS enabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://kinesisanalytics-fips.ap-northeast-3.amazonaws.com" - } - }, - "params": { - "UseFIPS": true, - "Region": "ap-northeast-3", - "UseDualStack": false - } - }, - { - "documentation": "For region ap-northeast-3 with FIPS disabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://kinesisanalytics.ap-northeast-3.api.aws" - } - }, - "params": { - "UseFIPS": false, - "Region": "ap-northeast-3", - "UseDualStack": true - } - }, - { - "documentation": "For region ap-northeast-3 with FIPS disabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://kinesisanalytics.ap-northeast-3.amazonaws.com" - } - }, - "params": { - "UseFIPS": false, - "Region": "ap-northeast-3", - "UseDualStack": false - } - }, - { - "documentation": "For region ap-northeast-2 with FIPS enabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://kinesisanalytics-fips.ap-northeast-2.api.aws" - } - }, - "params": { - "UseFIPS": true, - "Region": "ap-northeast-2", - "UseDualStack": true - } - }, - { - "documentation": "For region ap-northeast-2 with FIPS enabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://kinesisanalytics-fips.ap-northeast-2.amazonaws.com" - } - }, - "params": { - "UseFIPS": true, - "Region": "ap-northeast-2", - "UseDualStack": false - } - }, - { - "documentation": "For region ap-northeast-2 with FIPS disabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://kinesisanalytics.ap-northeast-2.api.aws" - } - }, - "params": { - "UseFIPS": false, - "Region": "ap-northeast-2", - "UseDualStack": true - } - }, - { - "documentation": "For region ap-northeast-2 with FIPS disabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://kinesisanalytics.ap-northeast-2.amazonaws.com" - } - }, - "params": { - "UseFIPS": false, - "Region": "ap-northeast-2", - "UseDualStack": false - } - }, - { - "documentation": "For region ap-northeast-1 with FIPS enabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://kinesisanalytics-fips.ap-northeast-1.api.aws" - } - }, - "params": { - "UseFIPS": true, - "Region": "ap-northeast-1", - "UseDualStack": true - } - }, - { - "documentation": "For region ap-northeast-1 with FIPS enabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://kinesisanalytics-fips.ap-northeast-1.amazonaws.com" - } - }, - "params": { - "UseFIPS": true, - "Region": "ap-northeast-1", - "UseDualStack": false - } - }, - { - "documentation": "For region ap-northeast-1 with FIPS disabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://kinesisanalytics.ap-northeast-1.api.aws" - } - }, - "params": { - "UseFIPS": false, - "Region": "ap-northeast-1", - "UseDualStack": true - } - }, - { - "documentation": "For region ap-northeast-1 with FIPS disabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://kinesisanalytics.ap-northeast-1.amazonaws.com" - } - }, - "params": { - "UseFIPS": false, - "Region": "ap-northeast-1", - "UseDualStack": false - } - }, - { - "documentation": "For region me-south-1 with FIPS enabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://kinesisanalytics-fips.me-south-1.api.aws" - } - }, - "params": { - "UseFIPS": true, - "Region": "me-south-1", - "UseDualStack": true - } - }, - { - "documentation": "For region me-south-1 with FIPS enabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://kinesisanalytics-fips.me-south-1.amazonaws.com" - } - }, - "params": { - "UseFIPS": true, - "Region": "me-south-1", - "UseDualStack": false - } - }, - { - "documentation": "For region me-south-1 with FIPS disabled and DualStack enabled", + "documentation": "For region af-south-1 with FIPS disabled and DualStack disabled", "expect": { "endpoint": { - "url": "https://kinesisanalytics.me-south-1.api.aws" + "url": "https://kinesisanalytics.af-south-1.amazonaws.com" } }, "params": { + "Region": "af-south-1", "UseFIPS": false, - "Region": "me-south-1", - "UseDualStack": true + "UseDualStack": false } }, { - "documentation": "For region me-south-1 with FIPS disabled and DualStack disabled", + "documentation": "For region ap-east-1 with FIPS disabled and DualStack disabled", "expect": { "endpoint": { - "url": "https://kinesisanalytics.me-south-1.amazonaws.com" + "url": "https://kinesisanalytics.ap-east-1.amazonaws.com" } }, "params": { + "Region": "ap-east-1", "UseFIPS": false, - "Region": "me-south-1", "UseDualStack": false } }, { - "documentation": "For region sa-east-1 with FIPS enabled and DualStack enabled", + "documentation": "For region ap-northeast-1 with FIPS disabled and DualStack disabled", "expect": { "endpoint": { - "url": "https://kinesisanalytics-fips.sa-east-1.api.aws" + "url": "https://kinesisanalytics.ap-northeast-1.amazonaws.com" } }, "params": { - "UseFIPS": true, - "Region": "sa-east-1", - "UseDualStack": true + "Region": "ap-northeast-1", + "UseFIPS": false, + "UseDualStack": false } }, { - "documentation": "For region sa-east-1 with FIPS enabled and DualStack disabled", + "documentation": "For region ap-northeast-2 with FIPS disabled and DualStack disabled", "expect": { "endpoint": { - "url": "https://kinesisanalytics-fips.sa-east-1.amazonaws.com" + "url": "https://kinesisanalytics.ap-northeast-2.amazonaws.com" } }, "params": { - "UseFIPS": true, - "Region": "sa-east-1", + "Region": "ap-northeast-2", + "UseFIPS": false, "UseDualStack": false } }, { - "documentation": "For region sa-east-1 with FIPS disabled and DualStack enabled", + "documentation": "For region ap-northeast-3 with FIPS disabled and DualStack disabled", "expect": { "endpoint": { - "url": "https://kinesisanalytics.sa-east-1.api.aws" + "url": "https://kinesisanalytics.ap-northeast-3.amazonaws.com" } }, "params": { + "Region": "ap-northeast-3", "UseFIPS": false, - "Region": "sa-east-1", - "UseDualStack": true + "UseDualStack": false } }, { - "documentation": "For region sa-east-1 with FIPS disabled and DualStack disabled", + "documentation": "For region ap-south-1 with FIPS disabled and DualStack disabled", "expect": { "endpoint": { - "url": "https://kinesisanalytics.sa-east-1.amazonaws.com" + "url": "https://kinesisanalytics.ap-south-1.amazonaws.com" } }, "params": { + "Region": "ap-south-1", "UseFIPS": false, - "Region": "sa-east-1", "UseDualStack": false } }, { - "documentation": "For region ap-east-1 with FIPS enabled and DualStack enabled", + "documentation": "For region ap-southeast-1 with FIPS disabled and DualStack disabled", "expect": { "endpoint": { - "url": "https://kinesisanalytics-fips.ap-east-1.api.aws" + "url": "https://kinesisanalytics.ap-southeast-1.amazonaws.com" } }, "params": { - "UseFIPS": true, - "Region": "ap-east-1", - "UseDualStack": true + "Region": "ap-southeast-1", + "UseFIPS": false, + "UseDualStack": false } }, { - "documentation": "For region ap-east-1 with FIPS enabled and DualStack disabled", + "documentation": "For region ap-southeast-2 with FIPS disabled and DualStack disabled", "expect": { "endpoint": { - "url": "https://kinesisanalytics-fips.ap-east-1.amazonaws.com" + "url": "https://kinesisanalytics.ap-southeast-2.amazonaws.com" } }, "params": { - "UseFIPS": true, - "Region": "ap-east-1", + "Region": "ap-southeast-2", + "UseFIPS": false, "UseDualStack": false } }, { - "documentation": "For region ap-east-1 with FIPS disabled and DualStack enabled", + "documentation": "For region ca-central-1 with FIPS disabled and DualStack disabled", "expect": { "endpoint": { - "url": "https://kinesisanalytics.ap-east-1.api.aws" + "url": "https://kinesisanalytics.ca-central-1.amazonaws.com" } }, "params": { + "Region": "ca-central-1", "UseFIPS": false, - "Region": "ap-east-1", - "UseDualStack": true + "UseDualStack": false } }, { - "documentation": "For region ap-east-1 with FIPS disabled and DualStack disabled", + "documentation": "For region eu-central-1 with FIPS disabled and DualStack disabled", "expect": { "endpoint": { - "url": "https://kinesisanalytics.ap-east-1.amazonaws.com" + "url": "https://kinesisanalytics.eu-central-1.amazonaws.com" } }, "params": { + "Region": "eu-central-1", "UseFIPS": false, - "Region": "ap-east-1", "UseDualStack": false } }, { - "documentation": "For region cn-north-1 with FIPS enabled and DualStack enabled", + "documentation": "For region eu-north-1 with FIPS disabled and DualStack disabled", "expect": { "endpoint": { - "url": "https://kinesisanalytics-fips.cn-north-1.api.amazonwebservices.com.cn" + "url": "https://kinesisanalytics.eu-north-1.amazonaws.com" } }, "params": { - "UseFIPS": true, - "Region": "cn-north-1", - "UseDualStack": true + "Region": "eu-north-1", + "UseFIPS": false, + "UseDualStack": false } }, { - "documentation": "For region cn-north-1 with FIPS enabled and DualStack disabled", + "documentation": "For region eu-south-1 with FIPS disabled and DualStack disabled", "expect": { "endpoint": { - "url": "https://kinesisanalytics-fips.cn-north-1.amazonaws.com.cn" + "url": "https://kinesisanalytics.eu-south-1.amazonaws.com" } }, "params": { - "UseFIPS": true, - "Region": "cn-north-1", + "Region": "eu-south-1", + "UseFIPS": false, "UseDualStack": false } }, { - "documentation": "For region cn-north-1 with FIPS disabled and DualStack enabled", + "documentation": "For region eu-west-1 with FIPS disabled and DualStack disabled", "expect": { "endpoint": { - "url": "https://kinesisanalytics.cn-north-1.api.amazonwebservices.com.cn" + "url": "https://kinesisanalytics.eu-west-1.amazonaws.com" } }, "params": { + "Region": "eu-west-1", "UseFIPS": false, - "Region": "cn-north-1", - "UseDualStack": true + "UseDualStack": false } }, { - "documentation": "For region cn-north-1 with FIPS disabled and DualStack disabled", + "documentation": "For region eu-west-2 with FIPS disabled and DualStack disabled", "expect": { "endpoint": { - "url": "https://kinesisanalytics.cn-north-1.amazonaws.com.cn" + "url": "https://kinesisanalytics.eu-west-2.amazonaws.com" } }, "params": { + "Region": "eu-west-2", "UseFIPS": false, - "Region": "cn-north-1", "UseDualStack": false } }, { - "documentation": "For region us-gov-west-1 with FIPS enabled and DualStack enabled", + "documentation": "For region eu-west-3 with FIPS disabled and DualStack disabled", "expect": { "endpoint": { - "url": "https://kinesisanalytics-fips.us-gov-west-1.api.aws" + "url": "https://kinesisanalytics.eu-west-3.amazonaws.com" } }, "params": { - "UseFIPS": true, - "Region": "us-gov-west-1", - "UseDualStack": true + "Region": "eu-west-3", + "UseFIPS": false, + "UseDualStack": false } }, { - "documentation": "For region us-gov-west-1 with FIPS disabled and DualStack enabled", + "documentation": "For region me-south-1 with FIPS disabled and DualStack disabled", "expect": { "endpoint": { - "url": "https://kinesisanalytics.us-gov-west-1.api.aws" + "url": "https://kinesisanalytics.me-south-1.amazonaws.com" } }, "params": { + "Region": "me-south-1", "UseFIPS": false, - "Region": "us-gov-west-1", - "UseDualStack": true + "UseDualStack": false } }, { - "documentation": "For region us-gov-west-1 with FIPS disabled and DualStack disabled", + "documentation": "For region sa-east-1 with FIPS disabled and DualStack disabled", "expect": { "endpoint": { - "url": "https://kinesisanalytics.us-gov-west-1.amazonaws.com" + "url": "https://kinesisanalytics.sa-east-1.amazonaws.com" } }, "params": { + "Region": "sa-east-1", "UseFIPS": false, - "Region": "us-gov-west-1", "UseDualStack": false } }, { - "documentation": "For region ap-southeast-1 with FIPS enabled and DualStack enabled", + "documentation": "For region us-east-1 with FIPS disabled and DualStack disabled", "expect": { "endpoint": { - "url": "https://kinesisanalytics-fips.ap-southeast-1.api.aws" + "url": "https://kinesisanalytics.us-east-1.amazonaws.com" } }, "params": { - "UseFIPS": true, - "Region": "ap-southeast-1", - "UseDualStack": true + "Region": "us-east-1", + "UseFIPS": false, + "UseDualStack": false } }, { - "documentation": "For region ap-southeast-1 with FIPS enabled and DualStack disabled", + "documentation": "For region us-east-2 with FIPS disabled and DualStack disabled", "expect": { "endpoint": { - "url": "https://kinesisanalytics-fips.ap-southeast-1.amazonaws.com" + "url": "https://kinesisanalytics.us-east-2.amazonaws.com" } }, "params": { - "UseFIPS": true, - "Region": "ap-southeast-1", + "Region": "us-east-2", + "UseFIPS": false, "UseDualStack": false } }, { - "documentation": "For region ap-southeast-1 with FIPS disabled and DualStack enabled", + "documentation": "For region us-west-1 with FIPS disabled and DualStack disabled", "expect": { "endpoint": { - "url": "https://kinesisanalytics.ap-southeast-1.api.aws" + "url": "https://kinesisanalytics.us-west-1.amazonaws.com" } }, "params": { + "Region": "us-west-1", "UseFIPS": false, - "Region": "ap-southeast-1", - "UseDualStack": true + "UseDualStack": false } }, { - "documentation": "For region ap-southeast-1 with FIPS disabled and DualStack disabled", + "documentation": "For region us-west-2 with FIPS disabled and DualStack disabled", "expect": { "endpoint": { - "url": "https://kinesisanalytics.ap-southeast-1.amazonaws.com" + "url": "https://kinesisanalytics.us-west-2.amazonaws.com" } }, "params": { + "Region": "us-west-2", "UseFIPS": false, - "Region": "ap-southeast-1", "UseDualStack": false } }, { - "documentation": "For region ap-southeast-2 with FIPS enabled and DualStack enabled", + "documentation": "For region us-east-1 with FIPS enabled and DualStack enabled", "expect": { "endpoint": { - "url": "https://kinesisanalytics-fips.ap-southeast-2.api.aws" + "url": "https://kinesisanalytics-fips.us-east-1.api.aws" } }, "params": { + "Region": "us-east-1", "UseFIPS": true, - "Region": "ap-southeast-2", "UseDualStack": true } }, { - "documentation": "For region ap-southeast-2 with FIPS enabled and DualStack disabled", + "documentation": "For region us-east-1 with FIPS enabled and DualStack disabled", "expect": { "endpoint": { - "url": "https://kinesisanalytics-fips.ap-southeast-2.amazonaws.com" + "url": "https://kinesisanalytics-fips.us-east-1.amazonaws.com" } }, "params": { + "Region": "us-east-1", "UseFIPS": true, - "Region": "ap-southeast-2", "UseDualStack": false } }, { - "documentation": "For region ap-southeast-2 with FIPS disabled and DualStack enabled", + "documentation": "For region us-east-1 with FIPS disabled and DualStack enabled", "expect": { "endpoint": { - "url": "https://kinesisanalytics.ap-southeast-2.api.aws" + "url": "https://kinesisanalytics.us-east-1.api.aws" } }, "params": { + "Region": "us-east-1", "UseFIPS": false, - "Region": "ap-southeast-2", "UseDualStack": true } }, { - "documentation": "For region ap-southeast-2 with FIPS disabled and DualStack disabled", + "documentation": "For region cn-north-1 with FIPS disabled and DualStack disabled", "expect": { "endpoint": { - "url": "https://kinesisanalytics.ap-southeast-2.amazonaws.com" + "url": "https://kinesisanalytics.cn-north-1.amazonaws.com.cn" } }, "params": { + "Region": "cn-north-1", + "UseFIPS": false, + "UseDualStack": false + } + }, + { + "documentation": "For region cn-northwest-1 with FIPS disabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://kinesisanalytics.cn-northwest-1.amazonaws.com.cn" + } + }, + "params": { + "Region": "cn-northwest-1", "UseFIPS": false, - "Region": "ap-southeast-2", "UseDualStack": false } }, { - "documentation": "For region ap-southeast-3 with FIPS enabled and DualStack enabled", + "documentation": "For region cn-north-1 with FIPS enabled and DualStack enabled", "expect": { "endpoint": { - "url": "https://kinesisanalytics-fips.ap-southeast-3.api.aws" + "url": "https://kinesisanalytics-fips.cn-north-1.api.amazonwebservices.com.cn" } }, "params": { + "Region": "cn-north-1", "UseFIPS": true, - "Region": "ap-southeast-3", "UseDualStack": true } }, { - "documentation": "For region ap-southeast-3 with FIPS enabled and DualStack disabled", + "documentation": "For region cn-north-1 with FIPS enabled and DualStack disabled", "expect": { "endpoint": { - "url": "https://kinesisanalytics-fips.ap-southeast-3.amazonaws.com" + "url": "https://kinesisanalytics-fips.cn-north-1.amazonaws.com.cn" } }, "params": { + "Region": "cn-north-1", "UseFIPS": true, - "Region": "ap-southeast-3", "UseDualStack": false } }, { - "documentation": "For region ap-southeast-3 with FIPS disabled and DualStack enabled", + "documentation": "For region cn-north-1 with FIPS disabled and DualStack enabled", "expect": { "endpoint": { - "url": "https://kinesisanalytics.ap-southeast-3.api.aws" + "url": "https://kinesisanalytics.cn-north-1.api.amazonwebservices.com.cn" } }, "params": { + "Region": "cn-north-1", "UseFIPS": false, - "Region": "ap-southeast-3", "UseDualStack": true } }, { - "documentation": "For region ap-southeast-3 with FIPS disabled and DualStack disabled", + "documentation": "For region us-gov-east-1 with FIPS disabled and DualStack disabled", "expect": { "endpoint": { - "url": "https://kinesisanalytics.ap-southeast-3.amazonaws.com" + "url": "https://kinesisanalytics.us-gov-east-1.amazonaws.com" } }, "params": { + "Region": "us-gov-east-1", "UseFIPS": false, - "Region": "ap-southeast-3", "UseDualStack": false } }, { - "documentation": "For region us-east-1 with FIPS enabled and DualStack enabled", + "documentation": "For region us-gov-west-1 with FIPS disabled and DualStack disabled", "expect": { "endpoint": { - "url": "https://kinesisanalytics-fips.us-east-1.api.aws" + "url": "https://kinesisanalytics.us-gov-west-1.amazonaws.com" } }, "params": { - "UseFIPS": true, - "Region": "us-east-1", - "UseDualStack": true + "Region": "us-gov-west-1", + "UseFIPS": false, + "UseDualStack": false } }, { - "documentation": "For region us-east-1 with FIPS enabled and DualStack disabled", + "documentation": "For region us-gov-east-1 with FIPS enabled and DualStack enabled", "expect": { "endpoint": { - "url": "https://kinesisanalytics-fips.us-east-1.amazonaws.com" + "url": "https://kinesisanalytics-fips.us-gov-east-1.api.aws" } }, "params": { + "Region": "us-gov-east-1", "UseFIPS": true, - "Region": "us-east-1", - "UseDualStack": false + "UseDualStack": true } }, { - "documentation": "For region us-east-1 with FIPS disabled and DualStack enabled", + "documentation": "For region us-gov-east-1 with FIPS enabled and DualStack disabled", "expect": { "endpoint": { - "url": "https://kinesisanalytics.us-east-1.api.aws" + "url": "https://kinesisanalytics-fips.us-gov-east-1.amazonaws.com" } }, "params": { - "UseFIPS": false, - "Region": "us-east-1", - "UseDualStack": true + "Region": "us-gov-east-1", + "UseFIPS": true, + "UseDualStack": false } }, { - "documentation": "For region us-east-1 with FIPS disabled and DualStack disabled", + "documentation": "For region us-gov-east-1 with FIPS disabled and DualStack enabled", "expect": { "endpoint": { - "url": "https://kinesisanalytics.us-east-1.amazonaws.com" + "url": "https://kinesisanalytics.us-gov-east-1.api.aws" } }, "params": { + "Region": "us-gov-east-1", "UseFIPS": false, - "Region": "us-east-1", - "UseDualStack": false + "UseDualStack": true } }, { - "documentation": "For region us-east-2 with FIPS enabled and DualStack enabled", + "documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled", "expect": { - "endpoint": { - "url": "https://kinesisanalytics-fips.us-east-2.api.aws" - } + "error": "FIPS and DualStack are enabled, but this partition does not support one or both" }, "params": { + "Region": "us-iso-east-1", "UseFIPS": true, - "Region": "us-east-2", "UseDualStack": true } }, { - "documentation": "For region us-east-2 with FIPS enabled and DualStack disabled", + "documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled", "expect": { "endpoint": { - "url": "https://kinesisanalytics-fips.us-east-2.amazonaws.com" + "url": "https://kinesisanalytics-fips.us-iso-east-1.c2s.ic.gov" } }, "params": { + "Region": "us-iso-east-1", "UseFIPS": true, - "Region": "us-east-2", "UseDualStack": false } }, { - "documentation": "For region us-east-2 with FIPS disabled and DualStack enabled", + "documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled", "expect": { - "endpoint": { - "url": "https://kinesisanalytics.us-east-2.api.aws" - } + "error": "DualStack is enabled but this partition does not support DualStack" }, "params": { + "Region": "us-iso-east-1", "UseFIPS": false, - "Region": "us-east-2", "UseDualStack": true } }, { - "documentation": "For region us-east-2 with FIPS disabled and DualStack disabled", + "documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled", "expect": { "endpoint": { - "url": "https://kinesisanalytics.us-east-2.amazonaws.com" + "url": "https://kinesisanalytics.us-iso-east-1.c2s.ic.gov" } }, "params": { + "Region": "us-iso-east-1", "UseFIPS": false, - "Region": "us-east-2", "UseDualStack": false } }, { - "documentation": "For region cn-northwest-1 with FIPS enabled and DualStack enabled", + "documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled", "expect": { - "endpoint": { - "url": "https://kinesisanalytics-fips.cn-northwest-1.api.amazonwebservices.com.cn" - } + "error": "FIPS and DualStack are enabled, but this partition does not support one or both" }, "params": { + "Region": "us-isob-east-1", "UseFIPS": true, - "Region": "cn-northwest-1", "UseDualStack": true } }, { - "documentation": "For region cn-northwest-1 with FIPS enabled and DualStack disabled", + "documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled", "expect": { "endpoint": { - "url": "https://kinesisanalytics-fips.cn-northwest-1.amazonaws.com.cn" + "url": "https://kinesisanalytics-fips.us-isob-east-1.sc2s.sgov.gov" } }, "params": { + "Region": "us-isob-east-1", "UseFIPS": true, - "Region": "cn-northwest-1", "UseDualStack": false } }, { - "documentation": "For region cn-northwest-1 with FIPS disabled and DualStack enabled", + "documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled", "expect": { - "endpoint": { - "url": "https://kinesisanalytics.cn-northwest-1.api.amazonwebservices.com.cn" - } + "error": "DualStack is enabled but this partition does not support DualStack" }, "params": { + "Region": "us-isob-east-1", "UseFIPS": false, - "Region": "cn-northwest-1", "UseDualStack": true } }, { - "documentation": "For region cn-northwest-1 with FIPS disabled and DualStack disabled", + "documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled", "expect": { "endpoint": { - "url": "https://kinesisanalytics.cn-northwest-1.amazonaws.com.cn" + "url": "https://kinesisanalytics.us-isob-east-1.sc2s.sgov.gov" } }, "params": { + "Region": "us-isob-east-1", "UseFIPS": false, - "Region": "cn-northwest-1", "UseDualStack": false } }, { - "documentation": "For custom endpoint with fips disabled and dualstack disabled", + "documentation": "For custom endpoint with region set and fips disabled and dualstack disabled", "expect": { "endpoint": { "url": "https://example.com" } }, "params": { - "UseFIPS": false, "Region": "us-east-1", + "UseFIPS": false, + "UseDualStack": false, + "Endpoint": "https://example.com" + } + }, + { + "documentation": "For custom endpoint with region not set and fips disabled and dualstack disabled", + "expect": { + "endpoint": { + "url": "https://example.com" + } + }, + "params": { + "UseFIPS": false, "UseDualStack": false, "Endpoint": "https://example.com" } @@ -1398,8 +571,8 @@ "error": "Invalid Configuration: FIPS and custom endpoint are not supported" }, "params": { - "UseFIPS": true, "Region": "us-east-1", + "UseFIPS": true, "UseDualStack": false, "Endpoint": "https://example.com" } @@ -1410,11 +583,17 @@ "error": "Invalid Configuration: Dualstack and custom endpoint are not supported" }, "params": { - "UseFIPS": false, "Region": "us-east-1", + "UseFIPS": false, "UseDualStack": true, "Endpoint": "https://example.com" } + }, + { + "documentation": "Missing region", + "expect": { + "error": "Invalid Configuration: Missing Region" + } } ], "version": "1.0" diff --git a/apis/lambda/2015-03-31/api-2.json b/apis/lambda/2015-03-31/api-2.json index a3d8113524c..e9af8569350 100644 --- a/apis/lambda/2015-03-31/api-2.json +++ b/apis/lambda/2015-03-31/api-2.json @@ -179,6 +179,7 @@ {"shape":"ResourceNotFoundException"}, {"shape":"InvalidParameterValueException"}, {"shape":"TooManyRequestsException"}, + {"shape":"ResourceConflictException"}, {"shape":"ResourceInUseException"} ] }, diff --git a/apis/lambda/2015-03-31/docs-2.json b/apis/lambda/2015-03-31/docs-2.json index 0da5c70dbbe..3ccebead37b 100644 --- a/apis/lambda/2015-03-31/docs-2.json +++ b/apis/lambda/2015-03-31/docs-2.json @@ -12,7 +12,7 @@ "DeleteAlias": "

Deletes a Lambda function alias.

", "DeleteCodeSigningConfig": "

Deletes the code signing configuration. You can delete the code signing configuration only if no function is using it.

", "DeleteEventSourceMapping": "

Deletes an event source mapping. You can get the identifier of a mapping from the output of ListEventSourceMappings.

When you delete an event source mapping, it enters a Deleting state and might not be completely deleted for several seconds.

", - "DeleteFunction": "

Deletes a Lambda function. To delete a specific function version, use the Qualifier parameter. Otherwise, all versions and aliases are deleted.

To delete Lambda event source mappings that invoke a function, use DeleteEventSourceMapping. For Amazon Web Services and resources that invoke your function directly, delete the trigger in the service where you originally configured it.

", + "DeleteFunction": "

Deletes a Lambda function. To delete a specific function version, use the Qualifier parameter. Otherwise, all versions and aliases are deleted. This doesn't require the user to have explicit permissions for DeleteAlias.

To delete Lambda event source mappings that invoke a function, use DeleteEventSourceMapping. For Amazon Web Services and resources that invoke your function directly, delete the trigger in the service where you originally configured it.

", "DeleteFunctionCodeSigningConfig": "

Removes the code signing configuration from the function.

", "DeleteFunctionConcurrency": "

Removes a concurrent execution limit from a function.

", "DeleteFunctionEventInvokeConfig": "

Deletes the configuration for asynchronous invocation for a function, version, or alias.

To configure options for asynchronous invocation, use PutFunctionEventInvokeConfig.

", @@ -405,8 +405,8 @@ "Date": { "base": null, "refs": { - "CreateEventSourceMappingRequest$StartingPositionTimestamp": "

With StartingPosition set to AT_TIMESTAMP, the time from which to start reading.

", - "EventSourceMappingConfiguration$StartingPositionTimestamp": "

With StartingPosition set to AT_TIMESTAMP, the time from which to start reading.

", + "CreateEventSourceMappingRequest$StartingPositionTimestamp": "

With StartingPosition set to AT_TIMESTAMP, the time from which to start reading. StartingPositionTimestamp cannot be in the future.

", + "EventSourceMappingConfiguration$StartingPositionTimestamp": "

With StartingPosition set to AT_TIMESTAMP, the time from which to start reading. StartingPositionTimestamp cannot be in the future.

", "EventSourceMappingConfiguration$LastModified": "

The date that the event source mapping was last updated or that its state changed.

", "FunctionEventInvokeConfig$LastModified": "

The date and time that the configuration was last updated.

" } @@ -657,8 +657,8 @@ "EventSourcePosition": { "base": null, "refs": { - "CreateEventSourceMappingRequest$StartingPosition": "

The position in a stream from which to start reading. Required for Amazon Kinesis, Amazon DynamoDB, and Amazon MSK Streams sources. AT_TIMESTAMP is supported only for Amazon Kinesis streams and Amazon DocumentDB.

", - "EventSourceMappingConfiguration$StartingPosition": "

The position in a stream from which to start reading. Required for Amazon Kinesis, Amazon DynamoDB, and Amazon MSK stream sources. AT_TIMESTAMP is supported only for Amazon Kinesis streams and Amazon DocumentDB.

" + "CreateEventSourceMappingRequest$StartingPosition": "

The position in a stream from which to start reading. Required for Amazon Kinesis and Amazon DynamoDB Stream event sources. AT_TIMESTAMP is supported only for Amazon Kinesis streams, Amazon DocumentDB, Amazon MSK, and self-managed Apache Kafka.

", + "EventSourceMappingConfiguration$StartingPosition": "

The position in a stream from which to start reading. Required for Amazon Kinesis and Amazon DynamoDB Stream event sources. AT_TIMESTAMP is supported only for Amazon Kinesis streams, Amazon DocumentDB, Amazon MSK, and self-managed Apache Kafka.

" } }, "EventSourceToken": { @@ -2002,7 +2002,7 @@ } }, "SnapStart": { - "base": "

The function's Lambda SnapStart setting. Set ApplyOn to PublishedVersions to create a snapshot of the initialized execution environment when you publish a function version.

SnapStart is supported with the java11 runtime. For more information, see Improving startup performance with Lambda SnapStart.

", + "base": "

The function's Lambda SnapStart setting. Set ApplyOn to PublishedVersions to create a snapshot of the initialized execution environment when you publish a function version.

", "refs": { "CreateFunctionRequest$SnapStart": "

The function's SnapStart setting.

", "UpdateFunctionConfigurationRequest$SnapStart": "

The function's SnapStart setting.

" diff --git a/apis/omics/2022-11-28/api-2.json b/apis/omics/2022-11-28/api-2.json index cd9253e5781..3fe5c50e414 100644 --- a/apis/omics/2022-11-28/api-2.json +++ b/apis/omics/2022-11-28/api-2.json @@ -5777,7 +5777,8 @@ "type":"string", "enum":[ "WDL", - "NEXTFLOW" + "NEXTFLOW", + "CWL" ], "max":64, "min":1 diff --git a/apis/omics/2022-11-28/endpoint-tests-1.json b/apis/omics/2022-11-28/endpoint-tests-1.json index 4770b5497f2..8ff05e264f8 100644 --- a/apis/omics/2022-11-28/endpoint-tests-1.json +++ b/apis/omics/2022-11-28/endpoint-tests-1.json @@ -9,8 +9,8 @@ }, "params": { "UseFIPS": true, - "Region": "us-gov-east-1", - "UseDualStack": true + "UseDualStack": true, + "Region": "us-gov-east-1" } }, { @@ -22,8 +22,8 @@ }, "params": { "UseFIPS": true, - "Region": "us-gov-east-1", - "UseDualStack": false + "UseDualStack": false, + "Region": "us-gov-east-1" } }, { @@ -35,8 +35,8 @@ }, "params": { "UseFIPS": false, - "Region": "us-gov-east-1", - "UseDualStack": true + "UseDualStack": true, + "Region": "us-gov-east-1" } }, { @@ -48,8 +48,8 @@ }, "params": { "UseFIPS": false, - "Region": "us-gov-east-1", - "UseDualStack": false + "UseDualStack": false, + "Region": "us-gov-east-1" } }, { @@ -61,8 +61,8 @@ }, "params": { "UseFIPS": true, - "Region": "cn-north-1", - "UseDualStack": true + "UseDualStack": true, + "Region": "cn-north-1" } }, { @@ -74,8 +74,8 @@ }, "params": { "UseFIPS": true, - "Region": "cn-north-1", - "UseDualStack": false + "UseDualStack": false, + "Region": "cn-north-1" } }, { @@ -87,8 +87,8 @@ }, "params": { "UseFIPS": false, - "Region": "cn-north-1", - "UseDualStack": true + "UseDualStack": true, + "Region": "cn-north-1" } }, { @@ -100,8 +100,8 @@ }, "params": { "UseFIPS": false, - "Region": "cn-north-1", - "UseDualStack": false + "UseDualStack": false, + "Region": "cn-north-1" } }, { @@ -111,8 +111,8 @@ }, "params": { "UseFIPS": true, - "Region": "us-iso-east-1", - "UseDualStack": true + "UseDualStack": true, + "Region": "us-iso-east-1" } }, { @@ -124,8 +124,8 @@ }, "params": { "UseFIPS": true, - "Region": "us-iso-east-1", - "UseDualStack": false + "UseDualStack": false, + "Region": "us-iso-east-1" } }, { @@ -135,8 +135,8 @@ }, "params": { "UseFIPS": false, - "Region": "us-iso-east-1", - "UseDualStack": true + "UseDualStack": true, + "Region": "us-iso-east-1" } }, { @@ -148,8 +148,8 @@ }, "params": { "UseFIPS": false, - "Region": "us-iso-east-1", - "UseDualStack": false + "UseDualStack": false, + "Region": "us-iso-east-1" } }, { @@ -161,8 +161,8 @@ }, "params": { "UseFIPS": true, - "Region": "us-east-1", - "UseDualStack": true + "UseDualStack": true, + "Region": "us-east-1" } }, { @@ -174,8 +174,8 @@ }, "params": { "UseFIPS": true, - "Region": "us-east-1", - "UseDualStack": false + "UseDualStack": false, + "Region": "us-east-1" } }, { @@ -187,8 +187,8 @@ }, "params": { "UseFIPS": false, - "Region": "us-east-1", - "UseDualStack": true + "UseDualStack": true, + "Region": "us-east-1" } }, { @@ -200,8 +200,8 @@ }, "params": { "UseFIPS": false, - "Region": "us-east-1", - "UseDualStack": false + "UseDualStack": false, + "Region": "us-east-1" } }, { @@ -211,8 +211,8 @@ }, "params": { "UseFIPS": true, - "Region": "us-isob-east-1", - "UseDualStack": true + "UseDualStack": true, + "Region": "us-isob-east-1" } }, { @@ -224,8 +224,8 @@ }, "params": { "UseFIPS": true, - "Region": "us-isob-east-1", - "UseDualStack": false + "UseDualStack": false, + "Region": "us-isob-east-1" } }, { @@ -235,8 +235,8 @@ }, "params": { "UseFIPS": false, - "Region": "us-isob-east-1", - "UseDualStack": true + "UseDualStack": true, + "Region": "us-isob-east-1" } }, { @@ -248,8 +248,8 @@ }, "params": { "UseFIPS": false, - "Region": "us-isob-east-1", - "UseDualStack": false + "UseDualStack": false, + "Region": "us-isob-east-1" } }, { @@ -261,8 +261,8 @@ }, "params": { "UseFIPS": false, - "Region": "us-east-1", "UseDualStack": false, + "Region": "us-east-1", "Endpoint": "https://example.com" } }, @@ -273,8 +273,8 @@ }, "params": { "UseFIPS": true, - "Region": "us-east-1", "UseDualStack": false, + "Region": "us-east-1", "Endpoint": "https://example.com" } }, @@ -285,8 +285,8 @@ }, "params": { "UseFIPS": false, - "Region": "us-east-1", "UseDualStack": true, + "Region": "us-east-1", "Endpoint": "https://example.com" } } diff --git a/apis/rds/2014-10-31/api-2.json b/apis/rds/2014-10-31/api-2.json index e3f0f85b8c1..c1479396d85 100644 --- a/apis/rds/2014-10-31/api-2.json +++ b/apis/rds/2014-10-31/api-2.json @@ -3278,6 +3278,10 @@ "StorageEncrypted":{"shape":"BooleanOptional"}, "KmsKeyId":{"shape":"String"}, "Domain":{"shape":"String"}, + "DomainFqdn":{"shape":"String"}, + "DomainOu":{"shape":"String"}, + "DomainAuthSecretArn":{"shape":"String"}, + "DomainDnsIps":{"shape":"StringList"}, "CopyTagsToSnapshot":{"shape":"BooleanOptional"}, "MonitoringInterval":{"shape":"IntegerOptional"}, "MonitoringRoleArn":{"shape":"String"}, @@ -3336,6 +3340,10 @@ "DeletionProtection":{"shape":"BooleanOptional"}, "Domain":{"shape":"String"}, "DomainIAMRoleName":{"shape":"String"}, + "DomainFqdn":{"shape":"String"}, + "DomainOu":{"shape":"String"}, + "DomainAuthSecretArn":{"shape":"String"}, + "DomainDnsIps":{"shape":"StringList"}, "ReplicaMode":{"shape":"ReplicaMode"}, "MaxAllocatedStorage":{"shape":"IntegerOptional"}, "CustomIamInstanceProfile":{"shape":"String"}, @@ -5712,7 +5720,10 @@ "Domain":{"shape":"String"}, "Status":{"shape":"String"}, "FQDN":{"shape":"String"}, - "IAMRoleName":{"shape":"String"} + "IAMRoleName":{"shape":"String"}, + "OU":{"shape":"String"}, + "AuthSecretArn":{"shape":"String"}, + "DnsIps":{"shape":"StringList"} } }, "DomainMembershipList":{ @@ -6773,12 +6784,17 @@ "TdeCredentialPassword":{"shape":"String"}, "CACertificateIdentifier":{"shape":"String"}, "Domain":{"shape":"String"}, + "DomainFqdn":{"shape":"String"}, + "DomainOu":{"shape":"String"}, + "DomainAuthSecretArn":{"shape":"String"}, + "DomainDnsIps":{"shape":"StringList"}, "CopyTagsToSnapshot":{"shape":"BooleanOptional"}, "MonitoringInterval":{"shape":"IntegerOptional"}, "DBPortNumber":{"shape":"IntegerOptional"}, "PubliclyAccessible":{"shape":"BooleanOptional"}, "MonitoringRoleArn":{"shape":"String"}, "DomainIAMRoleName":{"shape":"String"}, + "DisableDomain":{"shape":"BooleanOptional"}, "PromotionTier":{"shape":"IntegerOptional"}, "EnableIAMDatabaseAuthentication":{"shape":"BooleanOptional"}, "EnablePerformanceInsights":{"shape":"BooleanOptional"}, @@ -7932,6 +7948,10 @@ "TdeCredentialPassword":{"shape":"String"}, "VpcSecurityGroupIds":{"shape":"VpcSecurityGroupIdList"}, "Domain":{"shape":"String"}, + "DomainFqdn":{"shape":"String"}, + "DomainOu":{"shape":"String"}, + "DomainAuthSecretArn":{"shape":"String"}, + "DomainDnsIps":{"shape":"StringList"}, "CopyTagsToSnapshot":{"shape":"BooleanOptional"}, "DomainIAMRoleName":{"shape":"String"}, "EnableIAMDatabaseAuthentication":{"shape":"BooleanOptional"}, @@ -8051,6 +8071,10 @@ "VpcSecurityGroupIds":{"shape":"VpcSecurityGroupIdList"}, "Domain":{"shape":"String"}, "DomainIAMRoleName":{"shape":"String"}, + "DomainFqdn":{"shape":"String"}, + "DomainOu":{"shape":"String"}, + "DomainAuthSecretArn":{"shape":"String"}, + "DomainDnsIps":{"shape":"StringList"}, "EnableIAMDatabaseAuthentication":{"shape":"BooleanOptional"}, "EnableCloudwatchLogsExports":{"shape":"LogTypeList"}, "ProcessorFeatures":{"shape":"ProcessorFeatureList"}, diff --git a/apis/rds/2014-10-31/docs-2.json b/apis/rds/2014-10-31/docs-2.json index f90f5da7a89..671f2251bd5 100644 --- a/apis/rds/2014-10-31/docs-2.json +++ b/apis/rds/2014-10-31/docs-2.json @@ -589,6 +589,7 @@ "ModifyDBInstanceMessage$AutoMinorVersionUpgrade": "

Specifies whether minor version upgrades are applied automatically to the DB instance during the maintenance window. An outage occurs when all the following conditions are met:

If any of the preceding conditions isn't met, Amazon RDS applies the change as soon as possible and doesn't cause an outage.

For an RDS Custom DB instance, don't enable this setting. Otherwise, the operation returns an error.

", "ModifyDBInstanceMessage$CopyTagsToSnapshot": "

Specifies whether to copy all tags from the DB instance to snapshots of the DB instance. By default, tags aren't copied.

This setting doesn't apply to Amazon Aurora DB instances. Copying tags to snapshots is managed by the DB cluster. Setting this value for an Aurora DB instance has no effect on the DB cluster setting. For more information, see ModifyDBCluster.

", "ModifyDBInstanceMessage$PubliclyAccessible": "

Specifies whether the DB instance is publicly accessible.

When the DB cluster is publicly accessible, its Domain Name System (DNS) endpoint resolves to the private IP address from within the DB cluster's virtual private cloud (VPC). It resolves to the public IP address from outside of the DB cluster's VPC. Access to the DB cluster is ultimately controlled by the security group it uses. That public access isn't permitted if the security group assigned to the DB cluster doesn't permit it.

When the DB instance isn't publicly accessible, it is an internal DB instance with a DNS name that resolves to a private IP address.

PubliclyAccessible only applies to DB instances in a VPC. The DB instance must be part of a public subnet and PubliclyAccessible must be enabled for it to be publicly accessible.

Changes to the PubliclyAccessible parameter are applied immediately regardless of the value of the ApplyImmediately parameter.

", + "ModifyDBInstanceMessage$DisableDomain": "

Boolean. If present, removes the instance from the Active Directory domain.

", "ModifyDBInstanceMessage$EnableIAMDatabaseAuthentication": "

Specifies whether to enable mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts. By default, mapping isn't enabled.

This setting doesn't apply to Amazon Aurora. Mapping Amazon Web Services IAM accounts to database accounts is managed by the DB cluster.

For more information about IAM database authentication, see IAM Database Authentication for MySQL and PostgreSQL in the Amazon RDS User Guide.

This setting doesn't apply to RDS Custom DB instances.

", "ModifyDBInstanceMessage$EnablePerformanceInsights": "

Specifies whether to enable Performance Insights for the DB instance.

For more information, see Using Amazon Performance Insights in the Amazon RDS User Guide.

This setting doesn't apply to RDS Custom DB instances.

", "ModifyDBInstanceMessage$UseDefaultProcessorFeatures": "

Specifies whether the DB instance class of the DB instance uses its default processor features.

This setting doesn't apply to RDS Custom DB instances.

", @@ -4052,6 +4053,9 @@ "CreateDBInstanceMessage$TdeCredentialPassword": "

The password for the given ARN from the key store in order to access the device.

This setting doesn't apply to RDS Custom DB instances.

", "CreateDBInstanceMessage$KmsKeyId": "

The Amazon Web Services KMS key identifier for an encrypted DB instance.

The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key. To use a KMS key in a different Amazon Web Services account, specify the key ARN or alias ARN.

This setting doesn't apply to Amazon Aurora DB instances. The Amazon Web Services KMS key identifier is managed by the DB cluster. For more information, see CreateDBCluster.

If StorageEncrypted is enabled, and you do not specify a value for the KmsKeyId parameter, then Amazon RDS uses your default KMS key. There is a default KMS key for your Amazon Web Services account. Your Amazon Web Services account has a different default KMS key for each Amazon Web Services Region.

For Amazon RDS Custom, a KMS key is required for DB instances. For most RDS engines, if you leave this parameter empty while enabling StorageEncrypted, the engine uses the default KMS key. However, RDS Custom doesn't use the default key when this parameter is empty. You must explicitly specify a key.

", "CreateDBInstanceMessage$Domain": "

The Active Directory directory ID to create the DB instance in. Currently, only Microsoft SQL Server, MySQL, Oracle, and PostgreSQL DB instances can be created in an Active Directory Domain.

For more information, see Kerberos Authentication in the Amazon RDS User Guide.

This setting doesn't apply to the following DB instances:

", + "CreateDBInstanceMessage$DomainFqdn": "

Specifies the fully qualified domain name of an Active Directory domain.

Constraints:

Example: mymanagedADtest.mymanagedAD.mydomain

", + "CreateDBInstanceMessage$DomainOu": "

The Active Directory organizational unit for your DB instance to join.

Constraints:

Example: OU=mymanagedADtestOU,DC=mymanagedADtest,DC=mymanagedAD,DC=mydomain

", + "CreateDBInstanceMessage$DomainAuthSecretArn": "

The ARN for the Secrets Manager secret that contains the credentials for the user performing the domain join.

Example: arn:aws:secretsmanager:region:account-number:secret:myselfmanagedADtestsecret-123456

", "CreateDBInstanceMessage$MonitoringRoleArn": "

The ARN for the IAM role that permits RDS to send enhanced monitoring metrics to Amazon CloudWatch Logs. For example, arn:aws:iam:123456789012:role/emaccess. For information on creating a monitoring role, see Setting Up and Enabling Enhanced Monitoring in the Amazon RDS User Guide.

If MonitoringInterval is set to a value other than 0, then you must supply a MonitoringRoleArn value.

This setting doesn't apply to RDS Custom DB instances.

", "CreateDBInstanceMessage$DomainIAMRoleName": "

The name of the IAM role to use when making API calls to the Directory Service.

This setting doesn't apply to the following DB instances:

", "CreateDBInstanceMessage$Timezone": "

The time zone of the DB instance. The time zone parameter is currently supported only by Microsoft SQL Server.

", @@ -4075,6 +4079,9 @@ "CreateDBInstanceReadReplicaMessage$PerformanceInsightsKMSKeyId": "

The Amazon Web Services KMS key identifier for encryption of Performance Insights data.

The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key.

If you do not specify a value for PerformanceInsightsKMSKeyId, then Amazon RDS uses your default KMS key. There is a default KMS key for your Amazon Web Services account. Your Amazon Web Services account has a different default KMS key for each Amazon Web Services Region.

This setting doesn't apply to RDS Custom.

", "CreateDBInstanceReadReplicaMessage$Domain": "

The Active Directory directory ID to create the DB instance in. Currently, only MySQL, Microsoft SQL Server, Oracle, and PostgreSQL DB instances can be created in an Active Directory Domain.

For more information, see Kerberos Authentication in the Amazon RDS User Guide.

This setting doesn't apply to RDS Custom.

", "CreateDBInstanceReadReplicaMessage$DomainIAMRoleName": "

The name of the IAM role to be used when making API calls to the Directory Service.

This setting doesn't apply to RDS Custom.

", + "CreateDBInstanceReadReplicaMessage$DomainFqdn": "

Specifies the fully qualified domain name of an Active Directory domain.

Constraints:

Example: mymanagedADtest.mymanagedAD.mydomain

", + "CreateDBInstanceReadReplicaMessage$DomainOu": "

The Active Directory organizational unit for your DB instance to join.

Constraints:

Example: OU=mymanagedADtestOU,DC=mymanagedADtest,DC=mymanagedAD,DC=mydomain

", + "CreateDBInstanceReadReplicaMessage$DomainAuthSecretArn": "

The ARN for the Secrets Manager secret that contains the credentials for the user performing the domain join.

Example: arn:aws:secretsmanager:region:account-number:secret:myselfmanagedADtestsecret-123456

", "CreateDBInstanceReadReplicaMessage$CustomIamInstanceProfile": "

The instance profile associated with the underlying Amazon EC2 instance of an RDS Custom DB instance. The instance profile must meet the following requirements:

For the list of permissions required for the IAM role, see Configure IAM and your VPC in the Amazon RDS User Guide.

This setting is required for RDS Custom.

", "CreateDBInstanceReadReplicaMessage$NetworkType": "

The network type of the DB instance.

Valid values:

The network type is determined by the DBSubnetGroup specified for read replica. A DBSubnetGroup can support only the IPv4 protocol or the IPv4 and the IPv6 protocols (DUAL).

For more information, see Working with a DB instance in a VPC in the Amazon RDS User Guide.

", "CreateDBInstanceReadReplicaMessage$SourceDBClusterIdentifier": "

The identifier of the Multi-AZ DB cluster that will act as the source for the read replica. Each DB cluster can have up to 15 read replicas.

Constraints:

", @@ -4452,8 +4459,10 @@ "DescribeValidDBInstanceModificationsMessage$DBInstanceIdentifier": "

The customer identifier or the ARN of your DB instance.

", "DomainMembership$Domain": "

The identifier of the Active Directory Domain.

", "DomainMembership$Status": "

The status of the Active Directory Domain membership for the DB instance or cluster. Values include joined, pending-join, failed, and so on.

", - "DomainMembership$FQDN": "

The fully qualified domain name of the Active Directory Domain.

", + "DomainMembership$FQDN": "

The fully qualified domain name (FQDN) of the Active Directory Domain.

", "DomainMembership$IAMRoleName": "

The name of the IAM role to be used when making API calls to the Directory Service.

", + "DomainMembership$OU": "

The Active Directory organizational unit for your DB instance to join.

", + "DomainMembership$AuthSecretArn": "

The ARN for the Secrets Manager secret that contains the credentials for the user performing the domain join.

", "DownloadDBLogFilePortionDetails$LogFileData": "

Entries from the specified log file.

", "DownloadDBLogFilePortionDetails$Marker": "

A pagination token that can be used in a later DownloadDBLogFilePortion request.

", "DownloadDBLogFilePortionMessage$DBInstanceIdentifier": "

The customer-assigned name of the DB instance that contains the log files you want to list.

Constraints:

", @@ -4563,6 +4572,9 @@ "ModifyDBInstanceMessage$TdeCredentialPassword": "

The password for the given ARN from the key store in order to access the device.

This setting doesn't apply to RDS Custom DB instances.

", "ModifyDBInstanceMessage$CACertificateIdentifier": "

The CA certificate identifier to use for the DB instance6's server certificate.

This setting doesn't apply to RDS Custom DB instances.

For more information, see Using SSL/TLS to encrypt a connection to a DB instance in the Amazon RDS User Guide and Using SSL/TLS to encrypt a connection to a DB cluster in the Amazon Aurora User Guide.

", "ModifyDBInstanceMessage$Domain": "

The Active Directory directory ID to move the DB instance to. Specify none to remove the instance from its current domain. You must create the domain before this operation. Currently, you can create only MySQL, Microsoft SQL Server, Oracle, and PostgreSQL DB instances in an Active Directory Domain.

For more information, see Kerberos Authentication in the Amazon RDS User Guide.

This setting doesn't apply to RDS Custom DB instances.

", + "ModifyDBInstanceMessage$DomainFqdn": "

Specifies the fully qualified domain name of an Active Directory domain.

Constraints:

Example: mymanagedADtest.mymanagedAD.mydomain

", + "ModifyDBInstanceMessage$DomainOu": "

The Active Directory organizational unit for your DB instance to join.

Constraints:

Example: OU=mymanagedADtestOU,DC=mymanagedADtest,DC=mymanagedAD,DC=mydomain

", + "ModifyDBInstanceMessage$DomainAuthSecretArn": "

The ARN for the Secrets Manager secret that contains the credentials for the user performing the domain join.

Example: arn:aws:secretsmanager:region:account-number:secret:myselfmanagedADtestsecret-123456

", "ModifyDBInstanceMessage$MonitoringRoleArn": "

The ARN for the IAM role that permits RDS to send enhanced monitoring metrics to Amazon CloudWatch Logs. For example, arn:aws:iam:123456789012:role/emaccess. For information on creating a monitoring role, see To create an IAM role for Amazon RDS Enhanced Monitoring in the Amazon RDS User Guide.

If MonitoringInterval is set to a value other than 0, supply a MonitoringRoleArn value.

This setting doesn't apply to RDS Custom DB instances.

", "ModifyDBInstanceMessage$DomainIAMRoleName": "

The name of the IAM role to use when making API calls to the Directory Service.

This setting doesn't apply to RDS Custom DB instances.

", "ModifyDBInstanceMessage$PerformanceInsightsKMSKeyId": "

The Amazon Web Services KMS key identifier for encryption of Performance Insights data.

The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key.

If you don't specify a value for PerformanceInsightsKMSKeyId, then Amazon RDS uses your default KMS key. There is a default KMS key for your Amazon Web Services account. Your Amazon Web Services account has a different default KMS key for each Amazon Web Services Region.

This setting doesn't apply to RDS Custom DB instances.

", @@ -4767,6 +4779,9 @@ "RestoreDBInstanceFromDBSnapshotMessage$TdeCredentialArn": "

The ARN from the key store with which to associate the instance for TDE encryption.

This setting doesn't apply to RDS Custom.

", "RestoreDBInstanceFromDBSnapshotMessage$TdeCredentialPassword": "

The password for the given ARN from the key store in order to access the device.

This setting doesn't apply to RDS Custom.

", "RestoreDBInstanceFromDBSnapshotMessage$Domain": "

Specify the Active Directory directory ID to restore the DB instance in. The domain/ must be created prior to this operation. Currently, you can create only MySQL, Microsoft SQL Server, Oracle, and PostgreSQL DB instances in an Active Directory Domain.

For more information, see Kerberos Authentication in the Amazon RDS User Guide.

This setting doesn't apply to RDS Custom.

", + "RestoreDBInstanceFromDBSnapshotMessage$DomainFqdn": "

Specifies the fully qualified domain name of an Active Directory domain.

Constraints:

Example: mymanagedADtest.mymanagedAD.mydomain

", + "RestoreDBInstanceFromDBSnapshotMessage$DomainOu": "

The Active Directory organizational unit for your DB instance to join.

Constraints:

Example: OU=mymanagedADtestOU,DC=mymanagedADtest,DC=mymanagedAD,DC=mydomain

", + "RestoreDBInstanceFromDBSnapshotMessage$DomainAuthSecretArn": "

The ARN for the Secrets Manager secret that contains the credentials for the user performing the domain join.

Constraints:

Example: arn:aws:secretsmanager:region:account-number:secret:myselfmanagedADtestsecret-123456

", "RestoreDBInstanceFromDBSnapshotMessage$DomainIAMRoleName": "

Specify the name of the IAM role to be used when making API calls to the Directory Service.

This setting doesn't apply to RDS Custom.

", "RestoreDBInstanceFromDBSnapshotMessage$DBParameterGroupName": "

The name of the DB parameter group to associate with this DB instance.

If you don't specify a value for DBParameterGroupName, then RDS uses the default DBParameterGroup for the specified DB engine.

This setting doesn't apply to RDS Custom.

Constraints:

", "RestoreDBInstanceFromDBSnapshotMessage$CustomIamInstanceProfile": "

The instance profile associated with the underlying Amazon EC2 instance of an RDS Custom DB instance. The instance profile must meet the following requirements:

For the list of permissions required for the IAM role, see Configure IAM and your VPC in the Amazon RDS User Guide.

This setting is required for RDS Custom.

", @@ -4812,6 +4827,9 @@ "RestoreDBInstanceToPointInTimeMessage$TdeCredentialPassword": "

The password for the given ARN from the key store in order to access the device.

This setting doesn't apply to RDS Custom.

", "RestoreDBInstanceToPointInTimeMessage$Domain": "

Specify the Active Directory directory ID to restore the DB instance in. Create the domain before running this command. Currently, you can create only the MySQL, Microsoft SQL Server, Oracle, and PostgreSQL DB instances in an Active Directory Domain.

This setting doesn't apply to RDS Custom.

For more information, see Kerberos Authentication in the Amazon RDS User Guide.

", "RestoreDBInstanceToPointInTimeMessage$DomainIAMRoleName": "

Specify the name of the IAM role to be used when making API calls to the Directory Service.

This setting doesn't apply to RDS Custom.

", + "RestoreDBInstanceToPointInTimeMessage$DomainFqdn": "

Specifies the fully qualified domain name of an Active Directory domain.

Constraints:

Example: mymanagedADtest.mymanagedAD.mydomain

", + "RestoreDBInstanceToPointInTimeMessage$DomainOu": "

The Active Directory organizational unit for your DB instance to join.

Constraints:

Example: OU=mymanagedADtestOU,DC=mymanagedADtest,DC=mymanagedAD,DC=mydomain

", + "RestoreDBInstanceToPointInTimeMessage$DomainAuthSecretArn": "

The ARN for the Secrets Manager secret that contains the credentials for the user performing the domain join.

Constraints:

Example: arn:aws:secretsmanager:region:account-number:secret:myselfmanagedADtestsecret-123456

", "RestoreDBInstanceToPointInTimeMessage$DBParameterGroupName": "

The name of the DB parameter group to associate with this DB instance.

If you do not specify a value for DBParameterGroupName, then the default DBParameterGroup for the specified DB engine is used.

This setting doesn't apply to RDS Custom.

Constraints:

", "RestoreDBInstanceToPointInTimeMessage$SourceDbiResourceId": "

The resource ID of the source DB instance from which to restore.

", "RestoreDBInstanceToPointInTimeMessage$SourceDBInstanceAutomatedBackupsArn": "

The Amazon Resource Name (ARN) of the replicated automated backups from which to restore, for example, arn:aws:rds:useast-1:123456789012:auto-backup:ab-L2IJCEXJP7XQ7HOJ4SIEXAMPLE.

This setting doesn't apply to RDS Custom.

", @@ -4890,6 +4908,8 @@ "ConnectionPoolConfigurationInfo$SessionPinningFilters": "

Each item in the list represents a class of SQL operations that normally cause all later statements in a session using a proxy to be pinned to the same underlying database connection. Including an item in the list exempts that class of SQL operations from the pinning behavior. This setting is only supported for MySQL engine family databases. Currently, the only allowed value is EXCLUDE_VARIABLE_SETS.

", "CreateDBClusterEndpointMessage$StaticMembers": "

List of DB instance identifiers that are part of the custom endpoint group.

", "CreateDBClusterEndpointMessage$ExcludedMembers": "

List of DB instance identifiers that aren't part of the custom endpoint group. All other eligible instances are reachable through the custom endpoint. This parameter is relevant only if the list of static members is empty.

", + "CreateDBInstanceMessage$DomainDnsIps": "

The IPv4 DNS IP addresses of your primary and secondary Active Directory domain controllers.

Constraints:

Example: 123.124.125.126,234.235.236.237

", + "CreateDBInstanceReadReplicaMessage$DomainDnsIps": "

The IPv4 DNS IP addresses of your primary and secondary Active Directory domain controllers.

Constraints:

Example: 123.124.125.126,234.235.236.237

", "CreateDBProxyEndpointRequest$VpcSubnetIds": "

The VPC subnet IDs for the DB proxy endpoint that you create. You can specify a different set of subnet IDs than for the original DB proxy.

", "CreateDBProxyEndpointRequest$VpcSecurityGroupIds": "

The VPC security group IDs for the DB proxy endpoint that you create. You can specify a different set of security group IDs than for the original DB proxy. The default is the default security group for the VPC.

", "CreateDBProxyRequest$VpcSubnetIds": "

One or more VPC subnet IDs to associate with the new proxy.

", @@ -4904,14 +4924,18 @@ "DBSubnetGroup$SupportedNetworkTypes": "

The network type of the DB subnet group.

Valid values:

A DBSubnetGroup can support only the IPv4 protocol or the IPv4 and the IPv6 protocols (DUAL).

For more information, see Working with a DB instance in a VPC in the Amazon RDS User Guide.

", "DeregisterDBProxyTargetsRequest$DBInstanceIdentifiers": "

One or more DB instance identifiers.

", "DeregisterDBProxyTargetsRequest$DBClusterIdentifiers": "

One or more DB cluster identifiers.

", + "DomainMembership$DnsIps": "

The IPv4 DNS IP addresses of your primary and secondary Active Directory domain controllers.

", "ExportTask$ExportOnly": "

The data exported from the snapshot or cluster. Valid values are the following:

", "ModifyDBClusterEndpointMessage$StaticMembers": "

List of DB instance identifiers that are part of the custom endpoint group.

", "ModifyDBClusterEndpointMessage$ExcludedMembers": "

List of DB instance identifiers that aren't part of the custom endpoint group. All other eligible instances are reachable through the custom endpoint. Only relevant if the list of static members is empty.

", + "ModifyDBInstanceMessage$DomainDnsIps": "

The IPv4 DNS IP addresses of your primary and secondary Active Directory domain controllers.

Constraints:

Example: 123.124.125.126,234.235.236.237

", "ModifyDBProxyEndpointRequest$VpcSecurityGroupIds": "

The VPC security group IDs for the DB proxy endpoint. When the DB proxy endpoint uses a different VPC than the original proxy, you also specify a different set of security group IDs than for the original proxy.

", "ModifyDBProxyRequest$SecurityGroups": "

The new list of security groups for the DBProxy.

", "OrderableDBInstanceOption$SupportedNetworkTypes": "

The network types supported by the DB instance (IPV4 or DUAL).

A DB instance can support only the IPv4 protocol or the IPv4 and the IPv6 protocols (DUAL).

For more information, see Working with a DB instance in a VPC in the Amazon RDS User Guide.

", "RegisterDBProxyTargetsRequest$DBInstanceIdentifiers": "

One or more DB instance identifiers.

", "RegisterDBProxyTargetsRequest$DBClusterIdentifiers": "

One or more DB cluster identifiers.

", + "RestoreDBInstanceFromDBSnapshotMessage$DomainDnsIps": "

The IPv4 DNS IP addresses of your primary and secondary Active Directory domain controllers.

Constraints:

Example: 123.124.125.126,234.235.236.237

", + "RestoreDBInstanceToPointInTimeMessage$DomainDnsIps": "

The IPv4 DNS IP addresses of your primary and secondary Active Directory domain controllers.

Constraints:

Example: 123.124.125.126,234.235.236.237

", "StartExportTaskMessage$ExportOnly": "

The data to be exported from the snapshot or cluster. If this parameter is not provided, all of the data is exported. Valid values are the following:

" } }, diff --git a/apis/s3/2006-03-01/api-2.json b/apis/s3/2006-03-01/api-2.json index 0c269abd232..5e0a0425447 100644 --- a/apis/s3/2006-03-01/api-2.json +++ b/apis/s3/2006-03-01/api-2.json @@ -4721,6 +4721,7 @@ "IsEnabled":{"type":"boolean"}, "IsLatest":{"type":"boolean"}, "IsPublic":{"type":"boolean"}, + "IsRestoreInProgress":{"type":"boolean"}, "IsTruncated":{"type":"boolean"}, "JSONInput":{ "type":"structure", @@ -5134,6 +5135,11 @@ "shape":"RequestPayer", "location":"header", "locationName":"x-amz-request-payer" + }, + "OptionalObjectAttributes":{ + "shape":"OptionalObjectAttributesList", + "location":"header", + "locationName":"x-amz-optional-object-attributes" } } }, @@ -5201,6 +5207,11 @@ "shape":"AccountId", "location":"header", "locationName":"x-amz-expected-bucket-owner" + }, + "OptionalObjectAttributes":{ + "shape":"OptionalObjectAttributesList", + "location":"header", + "locationName":"x-amz-optional-object-attributes" } } }, @@ -5280,6 +5291,11 @@ "shape":"AccountId", "location":"header", "locationName":"x-amz-expected-bucket-owner" + }, + "OptionalObjectAttributes":{ + "shape":"OptionalObjectAttributesList", + "location":"header", + "locationName":"x-amz-optional-object-attributes" } } }, @@ -5594,7 +5610,8 @@ "ChecksumAlgorithm":{"shape":"ChecksumAlgorithmList"}, "Size":{"shape":"Size"}, "StorageClass":{"shape":"ObjectStorageClass"}, - "Owner":{"shape":"Owner"} + "Owner":{"shape":"Owner"}, + "RestoreStatus":{"shape":"RestoreStatus"} } }, "ObjectAlreadyInActiveTierError":{ @@ -5762,7 +5779,8 @@ "VersionId":{"shape":"ObjectVersionId"}, "IsLatest":{"shape":"IsLatest"}, "LastModified":{"shape":"LastModified"}, - "Owner":{"shape":"Owner"} + "Owner":{"shape":"Owner"}, + "RestoreStatus":{"shape":"RestoreStatus"} } }, "ObjectVersionId":{"type":"string"}, @@ -5775,6 +5793,14 @@ "type":"string", "enum":["STANDARD"] }, + "OptionalObjectAttributes":{ + "type":"string", + "enum":["RestoreStatus"] + }, + "OptionalObjectAttributesList":{ + "type":"list", + "member":{"shape":"OptionalObjectAttributes"} + }, "OutputLocation":{ "type":"structure", "members":{ @@ -7506,6 +7532,7 @@ "timestampFormat":"rfc822" }, "Restore":{"type":"string"}, + "RestoreExpiryDate":{"type":"timestamp"}, "RestoreObjectOutput":{ "type":"structure", "members":{ @@ -7584,6 +7611,13 @@ "type":"string", "enum":["SELECT"] }, + "RestoreStatus":{ + "type":"structure", + "members":{ + "IsRestoreInProgress":{"shape":"IsRestoreInProgress"}, + "RestoreExpiryDate":{"shape":"RestoreExpiryDate"} + } + }, "Role":{"type":"string"}, "RoutingRule":{ "type":"structure", diff --git a/apis/s3/2006-03-01/docs-2.json b/apis/s3/2006-03-01/docs-2.json index f7c04597611..c4e20ed5fea 100644 --- a/apis/s3/2006-03-01/docs-2.json +++ b/apis/s3/2006-03-01/docs-2.json @@ -63,9 +63,9 @@ "ListBucketMetricsConfigurations": "

Lists the metrics configurations for the bucket. The metrics configurations are only for the request metrics of the bucket and do not provide information on daily storage metrics. You can have up to 1,000 configurations per bucket.

This action supports list pagination and does not return more than 100 configurations at a time. Always check the IsTruncated element in the response. If there are no more configurations to list, IsTruncated is set to false. If there are more configurations to list, IsTruncated is set to true, and there is a value in NextContinuationToken. You use the NextContinuationToken value to continue the pagination of the list by passing the value in continuation-token in the request to GET the next page.

To use this operation, you must have permissions to perform the s3:GetMetricsConfiguration action. The bucket owner has this permission by default. The bucket owner can grant this permission to others. For more information about permissions, see Permissions Related to Bucket Subresource Operations and Managing Access Permissions to Your Amazon S3 Resources.

For more information about metrics configurations and CloudWatch request metrics, see Monitoring Metrics with Amazon CloudWatch.

The following operations are related to ListBucketMetricsConfigurations:

", "ListBuckets": "

Returns a list of all buckets owned by the authenticated sender of the request. To use this operation, you must have the s3:ListAllMyBuckets permission.

For information about Amazon S3 buckets, see Creating, configuring, and working with Amazon S3 buckets.

", "ListMultipartUploads": "

This action lists in-progress multipart uploads. An in-progress multipart upload is a multipart upload that has been initiated using the Initiate Multipart Upload request, but has not yet been completed or aborted.

This action returns at most 1,000 multipart uploads in the response. 1,000 multipart uploads is the maximum number of uploads a response can include, which is also the default value. You can further limit the number of uploads in a response by specifying the max-uploads parameter in the response. If additional multipart uploads satisfy the list criteria, the response will contain an IsTruncated element with the value true. To list the additional multipart uploads, use the key-marker and upload-id-marker request parameters.

In the response, the uploads are sorted by key. If your application has initiated more than one multipart upload using the same object key, then uploads in the response are first sorted by key. Additionally, uploads are sorted in ascending order within each key by the upload initiation time.

For more information on multipart uploads, see Uploading Objects Using Multipart Upload.

For information on permissions required to use the multipart upload API, see Multipart Upload and Permissions.

The following operations are related to ListMultipartUploads:

", - "ListObjectVersions": "

Returns metadata about all versions of the objects in a bucket. You can also use request parameters as selection criteria to return metadata about a subset of all the object versions.

To use this operation, you must have permissions to perform the s3:ListBucketVersions action. Be aware of the name difference.

A 200 OK response can contain valid or invalid XML. Make sure to design your application to parse the contents of the response and handle it appropriately.

To use this operation, you must have READ access to the bucket.

This action is not supported by Amazon S3 on Outposts.

The following operations are related to ListObjectVersions:

", + "ListObjectVersions": "

Returns metadata about all versions of the objects in a bucket. You can also use request parameters as selection criteria to return metadata about a subset of all the object versions.

To use this operation, you must have permission to perform the s3:ListBucketVersions action. Be aware of the name difference.

A 200 OK response can contain valid or invalid XML. Make sure to design your application to parse the contents of the response and handle it appropriately.

To use this operation, you must have READ access to the bucket.

This action is not supported by Amazon S3 on Outposts.

The following operations are related to ListObjectVersions:

", "ListObjects": "

Returns some or all (up to 1,000) of the objects in a bucket. You can use the request parameters as selection criteria to return a subset of the objects in a bucket. A 200 OK response can contain valid or invalid XML. Be sure to design your application to parse the contents of the response and handle it appropriately.

This action has been revised. We recommend that you use the newer version, ListObjectsV2, when developing applications. For backward compatibility, Amazon S3 continues to support ListObjects.

The following operations are related to ListObjects:

", - "ListObjectsV2": "

Returns some or all (up to 1,000) of the objects in a bucket with each request. You can use the request parameters as selection criteria to return a subset of the objects in a bucket. A 200 OK response can contain valid or invalid XML. Make sure to design your application to parse the contents of the response and handle it appropriately. Objects are returned sorted in an ascending order of the respective key names in the list. For more information about listing objects, see Listing object keys programmatically

To use this operation, you must have READ access to the bucket.

To use this action in an Identity and Access Management (IAM) policy, you must have permissions to perform the s3:ListBucket action. The bucket owner has this permission by default and can grant this permission to others. For more information about permissions, see Permissions Related to Bucket Subresource Operations and Managing Access Permissions to Your Amazon S3 Resources.

This section describes the latest revision of this action. We recommend that you use this revised API for application development. For backward compatibility, Amazon S3 continues to support the prior version of this API, ListObjects.

To get a list of your buckets, see ListBuckets.

The following operations are related to ListObjectsV2:

", + "ListObjectsV2": "

Returns some or all (up to 1,000) of the objects in a bucket with each request. You can use the request parameters as selection criteria to return a subset of the objects in a bucket. A 200 OK response can contain valid or invalid XML. Make sure to design your application to parse the contents of the response and handle it appropriately. Objects are returned sorted in an ascending order of the respective key names in the list. For more information about listing objects, see Listing object keys programmatically in the Amazon S3 User Guide.

To use this operation, you must have READ access to the bucket.

To use this action in an Identity and Access Management (IAM) policy, you must have permission to perform the s3:ListBucket action. The bucket owner has this permission by default and can grant this permission to others. For more information about permissions, see Permissions Related to Bucket Subresource Operations and Managing Access Permissions to Your Amazon S3 Resources in the Amazon S3 User Guide.

This section describes the latest revision of this action. We recommend that you use this revised API operation for application development. For backward compatibility, Amazon S3 continues to support the prior version of this API operation, ListObjects.

To get a list of your buckets, see ListBuckets.

The following operations are related to ListObjectsV2:

", "ListParts": "

Lists the parts that have been uploaded for a specific multipart upload. This operation must include the upload ID, which you obtain by sending the initiate multipart upload request (see CreateMultipartUpload). This request returns a maximum of 1,000 uploaded parts. The default number of parts returned is 1,000 parts. You can restrict the number of parts returned by specifying the max-parts request parameter. If your multipart upload consists of more than 1,000 parts, the response returns an IsTruncated field with the value of true, and a NextPartNumberMarker element. In subsequent ListParts requests you can include the part-number-marker query string parameter and set its value to the NextPartNumberMarker field value from the previous response.

If the upload was created using a checksum algorithm, you will need to have permission to the kms:Decrypt action for the request to succeed.

For more information on multipart uploads, see Uploading Objects Using Multipart Upload.

For information on permissions required to use the multipart upload API, see Multipart Upload and Permissions.

The following operations are related to ListParts:

", "PutBucketAccelerateConfiguration": "

Sets the accelerate configuration of an existing bucket. Amazon S3 Transfer Acceleration is a bucket-level feature that enables you to perform faster data transfers to Amazon S3.

To use this operation, you must have permission to perform the s3:PutAccelerateConfiguration action. The bucket owner has this permission by default. The bucket owner can grant this permission to others. For more information about permissions, see Permissions Related to Bucket Subresource Operations and Managing Access Permissions to Your Amazon S3 Resources.

The Transfer Acceleration state of a bucket can be set to one of the following two values:

The GetBucketAccelerateConfiguration action returns the transfer acceleration state of a bucket.

After setting the Transfer Acceleration state of a bucket to Enabled, it might take up to thirty minutes before the data transfer rates to the bucket increase.

The name of the bucket used for Transfer Acceleration must be DNS-compliant and must not contain periods (\".\").

For more information about transfer acceleration, see Transfer Acceleration.

The following operations are related to PutBucketAccelerateConfiguration:

", "PutBucketAcl": "

Sets the permissions on an existing bucket using access control lists (ACL). For more information, see Using ACLs. To set the ACL of a bucket, you must have WRITE_ACP permission.

You can use one of the following two ways to set a bucket's permissions:

You cannot specify access permission using both the body and the request headers.

Depending on your application needs, you may choose to set the ACL on a bucket using either the request body or the headers. For example, if you have an existing application that updates a bucket ACL using the request body, then you can continue to use that approach.

If your bucket uses the bucket owner enforced setting for S3 Object Ownership, ACLs are disabled and no longer affect permissions. You must use policies to grant access to your bucket and the objects in it. Requests to set ACLs or update ACLs fail and return the AccessControlListNotSupported error code. Requests to read ACLs are still supported. For more information, see Controlling object ownership in the Amazon S3 User Guide.

Permissions

You can set access permissions by using one of the following methods:

You can use either a canned ACL or specify access permissions explicitly. You cannot do both.

Grantee Values

You can specify the person (grantee) to whom you're assigning access rights (using request elements) in the following ways:

The following operations are related to PutBucketAcl:

", @@ -453,15 +453,15 @@ "BucketName": { "base": null, "refs": { - "AbortMultipartUploadRequest$Bucket": "

The bucket name to which the upload was taking place.

When using this action with an access point, you must direct requests to the access point hostname. The access point hostname takes the form AccessPointName-AccountId.s3-accesspoint.Region.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see Using access points in the Amazon S3 User Guide.

When you use this action with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com. When you use this action with S3 on Outposts through the Amazon Web Services SDKs, you provide the Outposts access point ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see What is S3 on Outposts in the Amazon S3 User Guide.

", + "AbortMultipartUploadRequest$Bucket": "

The bucket name to which the upload was taking place.

When using this action with an access point, you must direct requests to the access point hostname. The access point hostname takes the form AccessPointName-AccountId.s3-accesspoint.Region.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see Using access points in the Amazon S3 User Guide.

When you use this action with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com. When you use this action with S3 on Outposts through the Amazon Web Services SDKs, you provide the Outposts access point ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see What is S3 on Outposts? in the Amazon S3 User Guide.

", "AnalyticsS3BucketDestination$Bucket": "

The Amazon Resource Name (ARN) of the bucket to which data is exported.

", "Bucket$Name": "

The name of the bucket.

", - "CompleteMultipartUploadOutput$Bucket": "

The name of the bucket that contains the newly created object. Does not return the access point ARN or access point alias if used.

When using this action with an access point, you must direct requests to the access point hostname. The access point hostname takes the form AccessPointName-AccountId.s3-accesspoint.Region.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see Using access points in the Amazon S3 User Guide.

When you use this action with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com. When you use this action with S3 on Outposts through the Amazon Web Services SDKs, you provide the Outposts access point ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see What is S3 on Outposts in the Amazon S3 User Guide.

", - "CompleteMultipartUploadRequest$Bucket": "

Name of the bucket to which the multipart upload was initiated.

When using this action with an access point, you must direct requests to the access point hostname. The access point hostname takes the form AccessPointName-AccountId.s3-accesspoint.Region.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see Using access points in the Amazon S3 User Guide.

When you use this action with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com. When you use this action with S3 on Outposts through the Amazon Web Services SDKs, you provide the Outposts access point ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see What is S3 on Outposts in the Amazon S3 User Guide.

", - "CopyObjectRequest$Bucket": "

The name of the destination bucket.

When using this action with an access point, you must direct requests to the access point hostname. The access point hostname takes the form AccessPointName-AccountId.s3-accesspoint.Region.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see Using access points in the Amazon S3 User Guide.

When you use this action with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com. When you use this action with S3 on Outposts through the Amazon Web Services SDKs, you provide the Outposts access point ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see What is S3 on Outposts in the Amazon S3 User Guide.

", + "CompleteMultipartUploadOutput$Bucket": "

The name of the bucket that contains the newly created object. Does not return the access point ARN or access point alias if used.

When using this action with an access point, you must direct requests to the access point hostname. The access point hostname takes the form AccessPointName-AccountId.s3-accesspoint.Region.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see Using access points in the Amazon S3 User Guide.

When you use this action with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com. When you use this action with S3 on Outposts through the Amazon Web Services SDKs, you provide the Outposts access point ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see What is S3 on Outposts? in the Amazon S3 User Guide.

", + "CompleteMultipartUploadRequest$Bucket": "

Name of the bucket to which the multipart upload was initiated.

When using this action with an access point, you must direct requests to the access point hostname. The access point hostname takes the form AccessPointName-AccountId.s3-accesspoint.Region.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see Using access points in the Amazon S3 User Guide.

When you use this action with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com. When you use this action with S3 on Outposts through the Amazon Web Services SDKs, you provide the Outposts access point ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see What is S3 on Outposts? in the Amazon S3 User Guide.

", + "CopyObjectRequest$Bucket": "

The name of the destination bucket.

When using this action with an access point, you must direct requests to the access point hostname. The access point hostname takes the form AccessPointName-AccountId.s3-accesspoint.Region.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see Using access points in the Amazon S3 User Guide.

When you use this action with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com. When you use this action with S3 on Outposts through the Amazon Web Services SDKs, you provide the Outposts access point ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see What is S3 on Outposts? in the Amazon S3 User Guide.

", "CreateBucketRequest$Bucket": "

The name of the bucket to create.

", - "CreateMultipartUploadOutput$Bucket": "

The name of the bucket to which the multipart upload was initiated. Does not return the access point ARN or access point alias if used.

When using this action with an access point, you must direct requests to the access point hostname. The access point hostname takes the form AccessPointName-AccountId.s3-accesspoint.Region.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see Using access points in the Amazon S3 User Guide.

When you use this action with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com. When you use this action with S3 on Outposts through the Amazon Web Services SDKs, you provide the Outposts access point ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see What is S3 on Outposts in the Amazon S3 User Guide.

", - "CreateMultipartUploadRequest$Bucket": "

The name of the bucket to which to initiate the upload

When using this action with an access point, you must direct requests to the access point hostname. The access point hostname takes the form AccessPointName-AccountId.s3-accesspoint.Region.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see Using access points in the Amazon S3 User Guide.

When you use this action with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com. When you use this action with S3 on Outposts through the Amazon Web Services SDKs, you provide the Outposts access point ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see What is S3 on Outposts in the Amazon S3 User Guide.

", + "CreateMultipartUploadOutput$Bucket": "

The name of the bucket to which the multipart upload was initiated. Does not return the access point ARN or access point alias if used.

When using this action with an access point, you must direct requests to the access point hostname. The access point hostname takes the form AccessPointName-AccountId.s3-accesspoint.Region.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see Using access points in the Amazon S3 User Guide.

When you use this action with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com. When you use this action with S3 on Outposts through the Amazon Web Services SDKs, you provide the Outposts access point ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see What is S3 on Outposts? in the Amazon S3 User Guide.

", + "CreateMultipartUploadRequest$Bucket": "

The name of the bucket to which to initiate the upload

When using this action with an access point, you must direct requests to the access point hostname. The access point hostname takes the form AccessPointName-AccountId.s3-accesspoint.Region.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see Using access points in the Amazon S3 User Guide.

When you use this action with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com. When you use this action with S3 on Outposts through the Amazon Web Services SDKs, you provide the Outposts access point ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see What is S3 on Outposts? in the Amazon S3 User Guide.

", "DeleteBucketAnalyticsConfigurationRequest$Bucket": "

The name of the bucket from which an analytics configuration is deleted.

", "DeleteBucketCorsRequest$Bucket": "

Specifies the bucket whose cors configuration is being deleted.

", "DeleteBucketEncryptionRequest$Bucket": "

The name of the bucket containing the server-side encryption configuration to delete.

", @@ -475,9 +475,9 @@ "DeleteBucketRequest$Bucket": "

Specifies the bucket being deleted.

", "DeleteBucketTaggingRequest$Bucket": "

The bucket that has the tag set to be removed.

", "DeleteBucketWebsiteRequest$Bucket": "

The bucket name for which you want to remove the website configuration.

", - "DeleteObjectRequest$Bucket": "

The bucket name of the bucket containing the object.

When using this action with an access point, you must direct requests to the access point hostname. The access point hostname takes the form AccessPointName-AccountId.s3-accesspoint.Region.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see Using access points in the Amazon S3 User Guide.

When you use this action with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com. When you use this action with S3 on Outposts through the Amazon Web Services SDKs, you provide the Outposts access point ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see What is S3 on Outposts in the Amazon S3 User Guide.

", - "DeleteObjectTaggingRequest$Bucket": "

The bucket name containing the objects from which to remove the tags.

When using this action with an access point, you must direct requests to the access point hostname. The access point hostname takes the form AccessPointName-AccountId.s3-accesspoint.Region.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see Using access points in the Amazon S3 User Guide.

When you use this action with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com. When you use this action with S3 on Outposts through the Amazon Web Services SDKs, you provide the Outposts access point ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see What is S3 on Outposts in the Amazon S3 User Guide.

", - "DeleteObjectsRequest$Bucket": "

The bucket name containing the objects to delete.

When using this action with an access point, you must direct requests to the access point hostname. The access point hostname takes the form AccessPointName-AccountId.s3-accesspoint.Region.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see Using access points in the Amazon S3 User Guide.

When you use this action with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com. When you use this action with S3 on Outposts through the Amazon Web Services SDKs, you provide the Outposts access point ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see What is S3 on Outposts in the Amazon S3 User Guide.

", + "DeleteObjectRequest$Bucket": "

The bucket name of the bucket containing the object.

When using this action with an access point, you must direct requests to the access point hostname. The access point hostname takes the form AccessPointName-AccountId.s3-accesspoint.Region.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see Using access points in the Amazon S3 User Guide.

When you use this action with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com. When you use this action with S3 on Outposts through the Amazon Web Services SDKs, you provide the Outposts access point ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see What is S3 on Outposts? in the Amazon S3 User Guide.

", + "DeleteObjectTaggingRequest$Bucket": "

The bucket name containing the objects from which to remove the tags.

When using this action with an access point, you must direct requests to the access point hostname. The access point hostname takes the form AccessPointName-AccountId.s3-accesspoint.Region.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see Using access points in the Amazon S3 User Guide.

When you use this action with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com. When you use this action with S3 on Outposts through the Amazon Web Services SDKs, you provide the Outposts access point ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see What is S3 on Outposts? in the Amazon S3 User Guide.

", + "DeleteObjectsRequest$Bucket": "

The bucket name containing the objects to delete.

When using this action with an access point, you must direct requests to the access point hostname. The access point hostname takes the form AccessPointName-AccountId.s3-accesspoint.Region.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see Using access points in the Amazon S3 User Guide.

When you use this action with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com. When you use this action with S3 on Outposts through the Amazon Web Services SDKs, you provide the Outposts access point ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see What is S3 on Outposts? in the Amazon S3 User Guide.

", "DeletePublicAccessBlockRequest$Bucket": "

The Amazon S3 bucket whose PublicAccessBlock configuration you want to delete.

", "Destination$Bucket": "

The Amazon Resource Name (ARN) of the bucket where you want Amazon S3 to store the results.

", "GetBucketAccelerateConfigurationRequest$Bucket": "

The name of the bucket for which the accelerate configuration is retrieved.

", @@ -502,31 +502,31 @@ "GetBucketVersioningRequest$Bucket": "

The name of the bucket for which to get the versioning information.

", "GetBucketWebsiteRequest$Bucket": "

The bucket name for which to get the website configuration.

", "GetObjectAclRequest$Bucket": "

The bucket name that contains the object for which to get the ACL information.

When using this action with an access point, you must direct requests to the access point hostname. The access point hostname takes the form AccessPointName-AccountId.s3-accesspoint.Region.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see Using access points in the Amazon S3 User Guide.

", - "GetObjectAttributesRequest$Bucket": "

The name of the bucket that contains the object.

When using this action with an access point, you must direct requests to the access point hostname. The access point hostname takes the form AccessPointName-AccountId.s3-accesspoint.Region.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see Using access points in the Amazon S3 User Guide.

When you use this action with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com. When you use this action with S3 on Outposts through the Amazon Web Services SDKs, you provide the Outposts access point ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see What is S3 on Outposts in the Amazon S3 User Guide.

", + "GetObjectAttributesRequest$Bucket": "

The name of the bucket that contains the object.

When using this action with an access point, you must direct requests to the access point hostname. The access point hostname takes the form AccessPointName-AccountId.s3-accesspoint.Region.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see Using access points in the Amazon S3 User Guide.

When you use this action with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com. When you use this action with S3 on Outposts through the Amazon Web Services SDKs, you provide the Outposts access point ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see What is S3 on Outposts? in the Amazon S3 User Guide.

", "GetObjectLegalHoldRequest$Bucket": "

The bucket name containing the object whose legal hold status you want to retrieve.

When using this action with an access point, you must direct requests to the access point hostname. The access point hostname takes the form AccessPointName-AccountId.s3-accesspoint.Region.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see Using access points in the Amazon S3 User Guide.

", "GetObjectLockConfigurationRequest$Bucket": "

The bucket whose Object Lock configuration you want to retrieve.

When using this action with an access point, you must direct requests to the access point hostname. The access point hostname takes the form AccessPointName-AccountId.s3-accesspoint.Region.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see Using access points in the Amazon S3 User Guide.

", - "GetObjectRequest$Bucket": "

The bucket name containing the object.

When using this action with an access point, you must direct requests to the access point hostname. The access point hostname takes the form AccessPointName-AccountId.s3-accesspoint.Region.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see Using access points in the Amazon S3 User Guide.

When using an Object Lambda access point the hostname takes the form AccessPointName-AccountId.s3-object-lambda.Region.amazonaws.com.

When you use this action with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com. When you use this action with S3 on Outposts through the Amazon Web Services SDKs, you provide the Outposts access point ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see What is S3 on Outposts in the Amazon S3 User Guide.

", + "GetObjectRequest$Bucket": "

The bucket name containing the object.

When using this action with an access point, you must direct requests to the access point hostname. The access point hostname takes the form AccessPointName-AccountId.s3-accesspoint.Region.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see Using access points in the Amazon S3 User Guide.

When using an Object Lambda access point the hostname takes the form AccessPointName-AccountId.s3-object-lambda.Region.amazonaws.com.

When you use this action with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com. When you use this action with S3 on Outposts through the Amazon Web Services SDKs, you provide the Outposts access point ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see What is S3 on Outposts? in the Amazon S3 User Guide.

", "GetObjectRetentionRequest$Bucket": "

The bucket name containing the object whose retention settings you want to retrieve.

When using this action with an access point, you must direct requests to the access point hostname. The access point hostname takes the form AccessPointName-AccountId.s3-accesspoint.Region.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see Using access points in the Amazon S3 User Guide.

", - "GetObjectTaggingRequest$Bucket": "

The bucket name containing the object for which to get the tagging information.

When using this action with an access point, you must direct requests to the access point hostname. The access point hostname takes the form AccessPointName-AccountId.s3-accesspoint.Region.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see Using access points in the Amazon S3 User Guide.

When you use this action with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com. When you use this action with S3 on Outposts through the Amazon Web Services SDKs, you provide the Outposts access point ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see What is S3 on Outposts in the Amazon S3 User Guide.

", + "GetObjectTaggingRequest$Bucket": "

The bucket name containing the object for which to get the tagging information.

When using this action with an access point, you must direct requests to the access point hostname. The access point hostname takes the form AccessPointName-AccountId.s3-accesspoint.Region.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see Using access points in the Amazon S3 User Guide.

When you use this action with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com. When you use this action with S3 on Outposts through the Amazon Web Services SDKs, you provide the Outposts access point ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see What is S3 on Outposts? in the Amazon S3 User Guide.

", "GetObjectTorrentRequest$Bucket": "

The name of the bucket containing the object for which to get the torrent files.

", "GetPublicAccessBlockRequest$Bucket": "

The name of the Amazon S3 bucket whose PublicAccessBlock configuration you want to retrieve.

", - "HeadBucketRequest$Bucket": "

The bucket name.

When using this action with an access point, you must direct requests to the access point hostname. The access point hostname takes the form AccessPointName-AccountId.s3-accesspoint.Region.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see Using access points in the Amazon S3 User Guide.

When you use this action with an Object Lambda access point, provide the alias of the Object Lambda access point in place of the bucket name. If the Object Lambda access point alias in a request is not valid, the error code InvalidAccessPointAliasError is returned. For more information about InvalidAccessPointAliasError, see List of Error Codes.

When you use this action with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com. When you use this action with S3 on Outposts through the Amazon Web Services SDKs, you provide the Outposts access point ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see What is S3 on Outposts in the Amazon S3 User Guide.

", - "HeadObjectRequest$Bucket": "

The name of the bucket containing the object.

When using this action with an access point, you must direct requests to the access point hostname. The access point hostname takes the form AccessPointName-AccountId.s3-accesspoint.Region.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see Using access points in the Amazon S3 User Guide.

When you use this action with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com. When you use this action with S3 on Outposts through the Amazon Web Services SDKs, you provide the Outposts access point ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see What is S3 on Outposts in the Amazon S3 User Guide.

", + "HeadBucketRequest$Bucket": "

The bucket name.

When using this action with an access point, you must direct requests to the access point hostname. The access point hostname takes the form AccessPointName-AccountId.s3-accesspoint.Region.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see Using access points in the Amazon S3 User Guide.

When you use this action with an Object Lambda access point, provide the alias of the Object Lambda access point in place of the bucket name. If the Object Lambda access point alias in a request is not valid, the error code InvalidAccessPointAliasError is returned. For more information about InvalidAccessPointAliasError, see List of Error Codes.

When you use this action with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com. When you use this action with S3 on Outposts through the Amazon Web Services SDKs, you provide the Outposts access point ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see What is S3 on Outposts? in the Amazon S3 User Guide.

", + "HeadObjectRequest$Bucket": "

The name of the bucket containing the object.

When using this action with an access point, you must direct requests to the access point hostname. The access point hostname takes the form AccessPointName-AccountId.s3-accesspoint.Region.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see Using access points in the Amazon S3 User Guide.

When you use this action with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com. When you use this action with S3 on Outposts through the Amazon Web Services SDKs, you provide the Outposts access point ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see What is S3 on Outposts? in the Amazon S3 User Guide.

", "InventoryS3BucketDestination$Bucket": "

The Amazon Resource Name (ARN) of the bucket where inventory results will be published.

", "ListBucketAnalyticsConfigurationsRequest$Bucket": "

The name of the bucket from which analytics configurations are retrieved.

", "ListBucketIntelligentTieringConfigurationsRequest$Bucket": "

The name of the Amazon S3 bucket whose configuration you want to modify or retrieve.

", "ListBucketInventoryConfigurationsRequest$Bucket": "

The name of the bucket containing the inventory configurations to retrieve.

", "ListBucketMetricsConfigurationsRequest$Bucket": "

The name of the bucket containing the metrics configurations to retrieve.

", "ListMultipartUploadsOutput$Bucket": "

The name of the bucket to which the multipart upload was initiated. Does not return the access point ARN or access point alias if used.

", - "ListMultipartUploadsRequest$Bucket": "

The name of the bucket to which the multipart upload was initiated.

When using this action with an access point, you must direct requests to the access point hostname. The access point hostname takes the form AccessPointName-AccountId.s3-accesspoint.Region.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see Using access points in the Amazon S3 User Guide.

When you use this action with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com. When you use this action with S3 on Outposts through the Amazon Web Services SDKs, you provide the Outposts access point ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see What is S3 on Outposts in the Amazon S3 User Guide.

", + "ListMultipartUploadsRequest$Bucket": "

The name of the bucket to which the multipart upload was initiated.

When using this action with an access point, you must direct requests to the access point hostname. The access point hostname takes the form AccessPointName-AccountId.s3-accesspoint.Region.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see Using access points in the Amazon S3 User Guide.

When you use this action with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com. When you use this action with S3 on Outposts through the Amazon Web Services SDKs, you provide the Outposts access point ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see What is S3 on Outposts? in the Amazon S3 User Guide.

", "ListObjectVersionsOutput$Name": "

The bucket name.

", "ListObjectVersionsRequest$Bucket": "

The bucket name that contains the objects.

", "ListObjectsOutput$Name": "

The bucket name.

", - "ListObjectsRequest$Bucket": "

The name of the bucket containing the objects.

When using this action with an access point, you must direct requests to the access point hostname. The access point hostname takes the form AccessPointName-AccountId.s3-accesspoint.Region.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see Using access points in the Amazon S3 User Guide.

When you use this action with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com. When you use this action with S3 on Outposts through the Amazon Web Services SDKs, you provide the Outposts access point ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see What is S3 on Outposts in the Amazon S3 User Guide.

", - "ListObjectsV2Output$Name": "

The bucket name.

When using this action with an access point, you must direct requests to the access point hostname. The access point hostname takes the form AccessPointName-AccountId.s3-accesspoint.Region.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see Using access points in the Amazon S3 User Guide.

When you use this action with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com. When you use this action with S3 on Outposts through the Amazon Web Services SDKs, you provide the Outposts access point ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see What is S3 on Outposts in the Amazon S3 User Guide.

", - "ListObjectsV2Request$Bucket": "

Bucket name to list.

When using this action with an access point, you must direct requests to the access point hostname. The access point hostname takes the form AccessPointName-AccountId.s3-accesspoint.Region.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see Using access points in the Amazon S3 User Guide.

When you use this action with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com. When you use this action with S3 on Outposts through the Amazon Web Services SDKs, you provide the Outposts access point ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see What is S3 on Outposts in the Amazon S3 User Guide.

", + "ListObjectsRequest$Bucket": "

The name of the bucket containing the objects.

When using this action with an access point, you must direct requests to the access point hostname. The access point hostname takes the form AccessPointName-AccountId.s3-accesspoint.Region.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see Using access points in the Amazon S3 User Guide.

When you use this action with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com. When you use this action with S3 on Outposts through the Amazon Web Services SDKs, you provide the Outposts access point ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see What is S3 on Outposts? in the Amazon S3 User Guide.

", + "ListObjectsV2Output$Name": "

The bucket name.

When using this action with an access point, you must direct requests to the access point hostname. The access point hostname takes the form AccessPointName-AccountId.s3-accesspoint.Region.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see Using access points in the Amazon S3 User Guide.

When you use this action with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com. When you use this action with S3 on Outposts through the Amazon Web Services SDKs, you provide the Outposts access point ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see What is S3 on Outposts? in the Amazon S3 User Guide.

", + "ListObjectsV2Request$Bucket": "

Bucket name to list.

When using this action with an access point, you must direct requests to the access point hostname. The access point hostname takes the form AccessPointName-AccountId.s3-accesspoint.Region.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see Using access points in the Amazon S3 User Guide.

When you use this action with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com. When you use this action with S3 on Outposts through the Amazon Web Services SDKs, you provide the Outposts access point ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see What is S3 on Outposts? in the Amazon S3 User Guide.

", "ListPartsOutput$Bucket": "

The name of the bucket to which the multipart upload was initiated. Does not return the access point ARN or access point alias if used.

", - "ListPartsRequest$Bucket": "

The name of the bucket to which the parts are being uploaded.

When using this action with an access point, you must direct requests to the access point hostname. The access point hostname takes the form AccessPointName-AccountId.s3-accesspoint.Region.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see Using access points in the Amazon S3 User Guide.

When you use this action with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com. When you use this action with S3 on Outposts through the Amazon Web Services SDKs, you provide the Outposts access point ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see What is S3 on Outposts in the Amazon S3 User Guide.

", + "ListPartsRequest$Bucket": "

The name of the bucket to which the parts are being uploaded.

When using this action with an access point, you must direct requests to the access point hostname. The access point hostname takes the form AccessPointName-AccountId.s3-accesspoint.Region.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see Using access points in the Amazon S3 User Guide.

When you use this action with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com. When you use this action with S3 on Outposts through the Amazon Web Services SDKs, you provide the Outposts access point ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see What is S3 on Outposts? in the Amazon S3 User Guide.

", "PutBucketAccelerateConfigurationRequest$Bucket": "

The name of the bucket for which the accelerate configuration is set.

", "PutBucketAclRequest$Bucket": "

The bucket to which to apply the ACL.

", "PutBucketAnalyticsConfigurationRequest$Bucket": "

The name of the bucket to which an analytics configuration is stored.

", @@ -550,15 +550,15 @@ "PutObjectAclRequest$Bucket": "

The bucket name that contains the object to which you want to attach the ACL.

When using this action with an access point, you must direct requests to the access point hostname. The access point hostname takes the form AccessPointName-AccountId.s3-accesspoint.Region.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see Using access points in the Amazon S3 User Guide.

", "PutObjectLegalHoldRequest$Bucket": "

The bucket name containing the object that you want to place a legal hold on.

When using this action with an access point, you must direct requests to the access point hostname. The access point hostname takes the form AccessPointName-AccountId.s3-accesspoint.Region.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see Using access points in the Amazon S3 User Guide.

", "PutObjectLockConfigurationRequest$Bucket": "

The bucket whose Object Lock configuration you want to create or replace.

", - "PutObjectRequest$Bucket": "

The bucket name to which the PUT action was initiated.

When using this action with an access point, you must direct requests to the access point hostname. The access point hostname takes the form AccessPointName-AccountId.s3-accesspoint.Region.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see Using access points in the Amazon S3 User Guide.

When you use this action with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com. When you use this action with S3 on Outposts through the Amazon Web Services SDKs, you provide the Outposts access point ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see What is S3 on Outposts in the Amazon S3 User Guide.

", + "PutObjectRequest$Bucket": "

The bucket name to which the PUT action was initiated.

When using this action with an access point, you must direct requests to the access point hostname. The access point hostname takes the form AccessPointName-AccountId.s3-accesspoint.Region.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see Using access points in the Amazon S3 User Guide.

When you use this action with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com. When you use this action with S3 on Outposts through the Amazon Web Services SDKs, you provide the Outposts access point ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see What is S3 on Outposts? in the Amazon S3 User Guide.

", "PutObjectRetentionRequest$Bucket": "

The bucket name that contains the object you want to apply this Object Retention configuration to.

When using this action with an access point, you must direct requests to the access point hostname. The access point hostname takes the form AccessPointName-AccountId.s3-accesspoint.Region.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see Using access points in the Amazon S3 User Guide.

", - "PutObjectTaggingRequest$Bucket": "

The bucket name containing the object.

When using this action with an access point, you must direct requests to the access point hostname. The access point hostname takes the form AccessPointName-AccountId.s3-accesspoint.Region.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see Using access points in the Amazon S3 User Guide.

When you use this action with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com. When you use this action with S3 on Outposts through the Amazon Web Services SDKs, you provide the Outposts access point ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see What is S3 on Outposts in the Amazon S3 User Guide.

", + "PutObjectTaggingRequest$Bucket": "

The bucket name containing the object.

When using this action with an access point, you must direct requests to the access point hostname. The access point hostname takes the form AccessPointName-AccountId.s3-accesspoint.Region.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see Using access points in the Amazon S3 User Guide.

When you use this action with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com. When you use this action with S3 on Outposts through the Amazon Web Services SDKs, you provide the Outposts access point ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see What is S3 on Outposts? in the Amazon S3 User Guide.

", "PutPublicAccessBlockRequest$Bucket": "

The name of the Amazon S3 bucket whose PublicAccessBlock configuration you want to set.

", - "RestoreObjectRequest$Bucket": "

The bucket name containing the object to restore.

When using this action with an access point, you must direct requests to the access point hostname. The access point hostname takes the form AccessPointName-AccountId.s3-accesspoint.Region.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see Using access points in the Amazon S3 User Guide.

When you use this action with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com. When you use this action with S3 on Outposts through the Amazon Web Services SDKs, you provide the Outposts access point ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see What is S3 on Outposts in the Amazon S3 User Guide.

", + "RestoreObjectRequest$Bucket": "

The bucket name containing the object to restore.

When using this action with an access point, you must direct requests to the access point hostname. The access point hostname takes the form AccessPointName-AccountId.s3-accesspoint.Region.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see Using access points in the Amazon S3 User Guide.

When you use this action with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com. When you use this action with S3 on Outposts through the Amazon Web Services SDKs, you provide the Outposts access point ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see What is S3 on Outposts? in the Amazon S3 User Guide.

", "S3Location$BucketName": "

The name of the bucket where the restore results will be placed.

", "SelectObjectContentRequest$Bucket": "

The S3 bucket.

", - "UploadPartCopyRequest$Bucket": "

The bucket name.

When using this action with an access point, you must direct requests to the access point hostname. The access point hostname takes the form AccessPointName-AccountId.s3-accesspoint.Region.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see Using access points in the Amazon S3 User Guide.

When you use this action with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com. When you use this action with S3 on Outposts through the Amazon Web Services SDKs, you provide the Outposts access point ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see What is S3 on Outposts in the Amazon S3 User Guide.

", - "UploadPartRequest$Bucket": "

The name of the bucket to which the multipart upload was initiated.

When using this action with an access point, you must direct requests to the access point hostname. The access point hostname takes the form AccessPointName-AccountId.s3-accesspoint.Region.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see Using access points in the Amazon S3 User Guide.

When you use this action with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com. When you use this action with S3 on Outposts through the Amazon Web Services SDKs, you provide the Outposts access point ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see What is S3 on Outposts in the Amazon S3 User Guide.

" + "UploadPartCopyRequest$Bucket": "

The bucket name.

When using this action with an access point, you must direct requests to the access point hostname. The access point hostname takes the form AccessPointName-AccountId.s3-accesspoint.Region.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see Using access points in the Amazon S3 User Guide.

When you use this action with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com. When you use this action with S3 on Outposts through the Amazon Web Services SDKs, you provide the Outposts access point ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see What is S3 on Outposts? in the Amazon S3 User Guide.

", + "UploadPartRequest$Bucket": "

The name of the bucket to which the multipart upload was initiated.

When using this action with an access point, you must direct requests to the access point hostname. The access point hostname takes the form AccessPointName-AccountId.s3-accesspoint.Region.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see Using access points in the Amazon S3 User Guide.

When you use this action with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com. When you use this action with S3 on Outposts through the Amazon Web Services SDKs, you provide the Outposts access point ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see What is S3 on Outposts? in the Amazon S3 User Guide.

" } }, "BucketVersioningStatus": { @@ -821,7 +821,7 @@ "refs": { "ListMultipartUploadsOutput$CommonPrefixes": "

If you specify a delimiter in the request, then the result returns each distinct key prefix containing the delimiter in a CommonPrefixes element. The distinct key prefixes are returned in the Prefix child element.

", "ListObjectVersionsOutput$CommonPrefixes": "

All of the keys rolled up into a common prefix count as a single return when calculating the number of returns.

", - "ListObjectsOutput$CommonPrefixes": "

All of the keys (up to 1,000) rolled up in a common prefix count as a single return when calculating the number of returns.

A response can contain CommonPrefixes only if you specify a delimiter.

CommonPrefixes contains all (if there are any) keys between Prefix and the next occurrence of the string specified by the delimiter.

CommonPrefixes lists keys that act like subdirectories in the directory specified by Prefix.

For example, if the prefix is notes/ and the delimiter is a slash (/) as in notes/summer/july, the common prefix is notes/summer/. All of the keys that roll up into a common prefix count as a single return when calculating the number of returns.

", + "ListObjectsOutput$CommonPrefixes": "

All of the keys (up to 1,000) rolled up in a common prefix count as a single return when calculating the number of returns.

A response can contain CommonPrefixes only if you specify a delimiter.

CommonPrefixes contains all (if there are any) keys between Prefix and the next occurrence of the string specified by the delimiter.

CommonPrefixes lists keys that act like subdirectories in the directory specified by Prefix.

For example, if the prefix is notes/ and the delimiter is a slash (/), as in notes/summer/july, the common prefix is notes/summer/. All of the keys that roll up into a common prefix count as a single return when calculating the number of returns.

", "ListObjectsV2Output$CommonPrefixes": "

All of the keys (up to 1,000) rolled up into a common prefix count as a single return when calculating the number of returns.

A response can contain CommonPrefixes only if you specify a delimiter.

CommonPrefixes contains all (if there are any) keys between Prefix and the next occurrence of the string specified by a delimiter.

CommonPrefixes lists keys that act like subdirectories in the directory specified by Prefix.

For example, if the prefix is notes/ and the delimiter is a slash (/) as in notes/summer/july, the common prefix is notes/summer/. All of the keys that roll up into a common prefix count as a single return when calculating the number of returns.

" } }, @@ -1282,12 +1282,12 @@ "refs": { "ListMultipartUploadsOutput$Delimiter": "

Contains the delimiter you specified in the request. If you don't specify a delimiter in your request, this element is absent from the response.

", "ListMultipartUploadsRequest$Delimiter": "

Character you use to group keys.

All keys that contain the same string between the prefix, if specified, and the first occurrence of the delimiter after the prefix are grouped under a single result element, CommonPrefixes. If you don't specify the prefix parameter, then the substring starts at the beginning of the key. The keys that are grouped under CommonPrefixes result element are not returned elsewhere in the response.

", - "ListObjectVersionsOutput$Delimiter": "

The delimiter grouping the included keys. A delimiter is a character that you specify to group keys. All keys that contain the same string between the prefix and the first occurrence of the delimiter are grouped under a single result element in CommonPrefixes. These groups are counted as one result against the max-keys limitation. These keys are not returned elsewhere in the response.

", - "ListObjectVersionsRequest$Delimiter": "

A delimiter is a character that you specify to group keys. All keys that contain the same string between the prefix and the first occurrence of the delimiter are grouped under a single result element in CommonPrefixes. These groups are counted as one result against the max-keys limitation. These keys are not returned elsewhere in the response.

", + "ListObjectVersionsOutput$Delimiter": "

The delimiter grouping the included keys. A delimiter is a character that you specify to group keys. All keys that contain the same string between the prefix and the first occurrence of the delimiter are grouped under a single result element in CommonPrefixes. These groups are counted as one result against the max-keys limitation. These keys are not returned elsewhere in the response.

", + "ListObjectVersionsRequest$Delimiter": "

A delimiter is a character that you specify to group keys. All keys that contain the same string between the prefix and the first occurrence of the delimiter are grouped under a single result element in CommonPrefixes. These groups are counted as one result against the max-keys limitation. These keys are not returned elsewhere in the response.

", "ListObjectsOutput$Delimiter": "

Causes keys that contain the same string between the prefix and the first occurrence of the delimiter to be rolled up into a single result element in the CommonPrefixes collection. These rolled-up keys are not returned elsewhere in the response. Each rolled-up result counts as only one return against the MaxKeys value.

", - "ListObjectsRequest$Delimiter": "

A delimiter is a character you use to group keys.

", - "ListObjectsV2Output$Delimiter": "

Causes keys that contain the same string between the prefix and the first occurrence of the delimiter to be rolled up into a single result element in the CommonPrefixes collection. These rolled-up keys are not returned elsewhere in the response. Each rolled-up result counts as only one return against the MaxKeys value.

", - "ListObjectsV2Request$Delimiter": "

A delimiter is a character you use to group keys.

" + "ListObjectsRequest$Delimiter": "

A delimiter is a character that you use to group keys.

", + "ListObjectsV2Output$Delimiter": "

Causes keys that contain the same string between the prefix and the first occurrence of the delimiter to be rolled up into a single result element in the CommonPrefixes collection. These rolled-up keys are not returned elsewhere in the response. Each rolled-up result counts as only one return against the MaxKeys value.

", + "ListObjectsV2Request$Delimiter": "

A delimiter is a character that you use to group keys.

" } }, "Description": { @@ -1341,15 +1341,15 @@ } }, "EncodingType": { - "base": "

Requests Amazon S3 to encode the object keys in the response and specifies the encoding method to use. An object key may contain any Unicode character; however, XML 1.0 parser cannot parse some characters, such as characters with an ASCII value from 0 to 10. For characters that are not supported in XML 1.0, you can add this parameter to request that Amazon S3 encode the keys in the response.

", + "base": "

Requests Amazon S3 to encode the object keys in the response and specifies the encoding method to use. An object key can contain any Unicode character; however, the XML 1.0 parser cannot parse some characters, such as characters with an ASCII value from 0 to 10. For characters that are not supported in XML 1.0, you can add this parameter to request that Amazon S3 encode the keys in the response.

", "refs": { - "ListMultipartUploadsOutput$EncodingType": "

Encoding type used by Amazon S3 to encode object keys in the response.

If you specify encoding-type request parameter, Amazon S3 includes this element in the response, and returns encoded key name values in the following response elements:

Delimiter, KeyMarker, Prefix, NextKeyMarker, Key.

", + "ListMultipartUploadsOutput$EncodingType": "

Encoding type used by Amazon S3 to encode object keys in the response.

If you specify the encoding-type request parameter, Amazon S3 includes this element in the response, and returns encoded key name values in the following response elements:

Delimiter, KeyMarker, Prefix, NextKeyMarker, Key.

", "ListMultipartUploadsRequest$EncodingType": null, - "ListObjectVersionsOutput$EncodingType": "

Encoding type used by Amazon S3 to encode object key names in the XML response.

If you specify encoding-type request parameter, Amazon S3 includes this element in the response, and returns encoded key name values in the following response elements:

KeyMarker, NextKeyMarker, Prefix, Key, and Delimiter.

", + "ListObjectVersionsOutput$EncodingType": "

Encoding type used by Amazon S3 to encode object key names in the XML response.

If you specify the encoding-type request parameter, Amazon S3 includes this element in the response, and returns encoded key name values in the following response elements:

KeyMarker, NextKeyMarker, Prefix, Key, and Delimiter.

", "ListObjectVersionsRequest$EncodingType": null, "ListObjectsOutput$EncodingType": "

Encoding type used by Amazon S3 to encode object keys in the response.

", "ListObjectsRequest$EncodingType": null, - "ListObjectsV2Output$EncodingType": "

Encoding type used by Amazon S3 to encode object key names in the XML response.

If you specify the encoding-type request parameter, Amazon S3 includes this element in the response, and returns encoded key name values in the following response elements:

Delimiter, Prefix, Key, and StartAfter.

", + "ListObjectsV2Output$EncodingType": "

Encoding type used by Amazon S3 to encode object key names in the XML response.

If you specify the encoding-type request parameter, Amazon S3 includes this element in the response, and returns encoded key name values in the following response elements:

Delimiter, Prefix, Key, and StartAfter.

", "ListObjectsV2Request$EncodingType": "

Encoding type used by Amazon S3 to encode object keys in the response.

" } }, @@ -1510,7 +1510,7 @@ "FetchOwner": { "base": null, "refs": { - "ListObjectsV2Request$FetchOwner": "

The owner field is not present in listV2 by default, if you want to return owner field with each key in the result then set the fetch owner field to true.

" + "ListObjectsV2Request$FetchOwner": "

The owner field is not present in ListObjectsV2 by default. If you want to return the owner field with each key in the result, then set the FetchOwner field to true.

" } }, "FieldDelimiter": { @@ -2199,6 +2199,12 @@ "PolicyStatus$IsPublic": "

The policy status for this bucket. TRUE indicates that this bucket is public. FALSE indicates that the bucket is not public.

" } }, + "IsRestoreInProgress": { + "base": null, + "refs": { + "RestoreStatus$IsRestoreInProgress": "

Specifies whether the object is currently being restored. If the object restoration is in progress, the header returns the value TRUE. For example:

x-amz-optional-object-attributes: IsRestoreInProgress=\"true\"

If the object restoration has completed, the header returns the value FALSE. For example:

x-amz-optional-object-attributes: IsRestoreInProgress=\"false\", RestoreExpiryDate=\"2012-12-21T00:00:00.000Z\"

If the object hasn't been restored, there is no header response.

" + } + }, "IsTruncated": { "base": null, "refs": { @@ -2208,9 +2214,9 @@ "ListBucketInventoryConfigurationsOutput$IsTruncated": "

Tells whether the returned list of inventory configurations is complete. A value of true indicates that the list is not complete and the NextContinuationToken is provided for a subsequent request.

", "ListBucketMetricsConfigurationsOutput$IsTruncated": "

Indicates whether the returned list of metrics configurations is complete. A value of true indicates that the list is not complete and the NextContinuationToken will be provided for a subsequent request.

", "ListMultipartUploadsOutput$IsTruncated": "

Indicates whether the returned list of multipart uploads is truncated. A value of true indicates that the list was truncated. The list can be truncated if the number of multipart uploads exceeds the limit allowed or specified by max uploads.

", - "ListObjectVersionsOutput$IsTruncated": "

A flag that indicates whether Amazon S3 returned all of the results that satisfied the search criteria. If your results were truncated, you can make a follow-up paginated request using the NextKeyMarker and NextVersionIdMarker response parameters as a starting place in another request to return the rest of the results.

", + "ListObjectVersionsOutput$IsTruncated": "

A flag that indicates whether Amazon S3 returned all of the results that satisfied the search criteria. If your results were truncated, you can make a follow-up paginated request by using the NextKeyMarker and NextVersionIdMarker response parameters as a starting place in another request to return the rest of the results.

", "ListObjectsOutput$IsTruncated": "

A flag that indicates whether Amazon S3 returned all of the results that satisfied the search criteria.

", - "ListObjectsV2Output$IsTruncated": "

Set to false if all of the results were returned. Set to true if more keys are available to return. If the number of results exceeds that specified by MaxKeys, all of the results might not be returned.

", + "ListObjectsV2Output$IsTruncated": "

Set to false if all of the results were returned. Set to true if more keys are available to return. If the number of results exceeds that specified by MaxKeys, all of the results might not be returned.

", "ListPartsOutput$IsTruncated": "

Indicates whether the returned list of parts is truncated. A true value indicates that the list was truncated. A list can be truncated if the number of parts exceeds the limit returned in the MaxParts element.

" } }, @@ -2241,14 +2247,14 @@ "KeyCount": { "base": null, "refs": { - "ListObjectsV2Output$KeyCount": "

KeyCount is the number of keys returned with this request. KeyCount will always be less than or equal to the MaxKeys field. Say you ask for 50 keys, your result will include 50 keys or fewer.

" + "ListObjectsV2Output$KeyCount": "

KeyCount is the number of keys returned with this request. KeyCount will always be less than or equal to the MaxKeys field. For example, if you ask for 50 keys, your result will include 50 keys or fewer.

" } }, "KeyMarker": { "base": null, "refs": { "ListMultipartUploadsOutput$KeyMarker": "

The key at or after which the listing began.

", - "ListMultipartUploadsRequest$KeyMarker": "

Together with upload-id-marker, this parameter specifies the multipart upload after which listing should begin.

If upload-id-marker is not specified, only the keys lexicographically greater than the specified key-marker will be included in the list.

If upload-id-marker is specified, any multipart uploads for a key equal to the key-marker might also be included, provided those multipart uploads have upload IDs lexicographically greater than the specified upload-id-marker.

", + "ListMultipartUploadsRequest$KeyMarker": "

Together with upload-id-marker, this parameter specifies the multipart upload after which listing should begin.

If upload-id-marker is not specified, only the keys lexicographically greater than the specified key-marker will be included in the list.

If upload-id-marker is specified, any multipart uploads for a key equal to the key-marker might also be included, provided those multipart uploads have upload IDs lexicographically greater than the specified upload-id-marker.

", "ListObjectVersionsOutput$KeyMarker": "

Marks the last key returned in a truncated response.

", "ListObjectVersionsRequest$KeyMarker": "

Specifies the key to start with when listing objects in a bucket.

" } @@ -2482,11 +2488,11 @@ "base": null, "refs": { "ListObjectVersionsOutput$MaxKeys": "

Specifies the maximum number of objects to return.

", - "ListObjectVersionsRequest$MaxKeys": "

Sets the maximum number of keys returned in the response. By default the action returns up to 1,000 key names. The response might contain fewer keys but will never contain more. If additional keys satisfy the search criteria, but were not returned because max-keys was exceeded, the response contains <isTruncated>true</isTruncated>. To return the additional keys, see key-marker and version-id-marker.

", + "ListObjectVersionsRequest$MaxKeys": "

Sets the maximum number of keys returned in the response. By default, the action returns up to 1,000 key names. The response might contain fewer keys but will never contain more. If additional keys satisfy the search criteria, but were not returned because max-keys was exceeded, the response contains <isTruncated>true</isTruncated>. To return the additional keys, see key-marker and version-id-marker.

", "ListObjectsOutput$MaxKeys": "

The maximum number of keys returned in the response body.

", - "ListObjectsRequest$MaxKeys": "

Sets the maximum number of keys returned in the response. By default the action returns up to 1,000 key names. The response might contain fewer keys but will never contain more.

", - "ListObjectsV2Output$MaxKeys": "

Sets the maximum number of keys returned in the response. By default the action returns up to 1,000 key names. The response might contain fewer keys but will never contain more.

", - "ListObjectsV2Request$MaxKeys": "

Sets the maximum number of keys returned in the response. By default the action returns up to 1,000 key names. The response might contain fewer keys but will never contain more.

" + "ListObjectsRequest$MaxKeys": "

Sets the maximum number of keys returned in the response. By default, the action returns up to 1,000 key names. The response might contain fewer keys but will never contain more.

", + "ListObjectsV2Output$MaxKeys": "

Sets the maximum number of keys returned in the response. By default, the action returns up to 1,000 key names. The response might contain fewer keys but will never contain more.

", + "ListObjectsV2Request$MaxKeys": "

Sets the maximum number of keys returned in the response. By default, the action returns up to 1,000 key names. The response might contain fewer keys but will never contain more.

" } }, "MaxParts": { @@ -2538,14 +2544,14 @@ "base": null, "refs": { "Metadata$key": null, - "MetadataEntry$Name": "

Name of the Object.

" + "MetadataEntry$Name": "

Name of the object.

" } }, "MetadataValue": { "base": null, "refs": { "Metadata$value": null, - "MetadataEntry$Value": "

Value of the Object.

" + "MetadataEntry$Value": "

Value of the object.

" } }, "Metrics": { @@ -2644,14 +2650,14 @@ "NextMarker": { "base": null, "refs": { - "ListObjectsOutput$NextMarker": "

When response is truncated (the IsTruncated element value in the response is true), you can use the key name in this field as marker in the subsequent request to get next set of objects. Amazon S3 lists objects in alphabetical order Note: This element is returned only if you have delimiter request parameter specified. If response does not include the NextMarker and it is truncated, you can use the value of the last Key in the response as the marker in the subsequent request to get the next set of object keys.

" + "ListObjectsOutput$NextMarker": "

When the response is truncated (the IsTruncated element value in the response is true), you can use the key name in this field as the marker parameter in the subsequent request to get the next set of objects. Amazon S3 lists objects in alphabetical order.

This element is returned only if you have the delimiter request parameter specified. If the response does not include the NextMarker element and it is truncated, you can use the value of the last Key element in the response as the marker parameter in the subsequent request to get the next set of object keys.

" } }, "NextPartNumberMarker": { "base": null, "refs": { "GetObjectAttributesParts$NextPartNumberMarker": "

When a list is truncated, this element specifies the last part in the list, as well as the value to use for the PartNumberMarker request parameter in a subsequent request.

", - "ListPartsOutput$NextPartNumberMarker": "

When a list is truncated, this element specifies the last part in the list, as well as the value to use for the part-number-marker request parameter in a subsequent request.

" + "ListPartsOutput$NextPartNumberMarker": "

When a list is truncated, this element specifies the last part in the list, as well as the value to use for the part-number-marker request parameter in a subsequent request.

" } }, "NextToken": { @@ -2673,7 +2679,7 @@ "NextVersionIdMarker": { "base": null, "refs": { - "ListObjectVersionsOutput$NextVersionIdMarker": "

When the number of responses exceeds the value of MaxKeys, NextVersionIdMarker specifies the first object version not returned that satisfies the search criteria. Use this value for the version-id-marker request parameter in a subsequent request.

" + "ListObjectVersionsOutput$NextVersionIdMarker": "

When the number of responses exceeds the value of MaxKeys, NextVersionIdMarker specifies the first object version not returned that satisfies the search criteria. Use this value for the version-id-marker request parameter in a subsequent request.

" } }, "NoSuchBucket": { @@ -2762,7 +2768,7 @@ "ObjectAttributesList": { "base": null, "refs": { - "GetObjectAttributesRequest$ObjectAttributes": "

An XML header that specifies the fields at the root level that you want returned in the response. Fields that you do not specify are not returned.

" + "GetObjectAttributesRequest$ObjectAttributes": "

Specifies the fields at the root level that you want returned in the response. Fields that you do not specify are not returned.

" } }, "ObjectCannedACL": { @@ -2816,7 +2822,7 @@ "Object$Key": "

The name that you assign to an object. You use the object key to retrieve the object.

", "ObjectIdentifier$Key": "

Key name of the object.

Replacement must be made for object keys containing special characters (such as carriage returns) when using XML requests. For more information, see XML related object key constraints.

", "ObjectVersion$Key": "

The object key.

", - "PutObjectAclRequest$Key": "

Key for which the PUT action was initiated.

When using this action with an access point, you must direct requests to the access point hostname. The access point hostname takes the form AccessPointName-AccountId.s3-accesspoint.Region.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see Using access points in the Amazon S3 User Guide.

When you use this action with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com. When you use this action with S3 on Outposts through the Amazon Web Services SDKs, you provide the Outposts access point ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see What is S3 on Outposts in the Amazon S3 User Guide.

", + "PutObjectAclRequest$Key": "

Key for which the PUT action was initiated.

When using this action with an access point, you must direct requests to the access point hostname. The access point hostname takes the form AccessPointName-AccountId.s3-accesspoint.Region.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see Using access points in the Amazon S3 User Guide.

When you use this action with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com. When you use this action with S3 on Outposts through the Amazon Web Services SDKs, you provide the Outposts access point ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see What is S3 on Outposts? in the Amazon S3 User Guide.

", "PutObjectLegalHoldRequest$Key": "

The key name for the object that you want to place a legal hold on.

", "PutObjectRequest$Key": "

Object key for which the PUT action was initiated.

", "PutObjectRetentionRequest$Key": "

The key name for the object that you want to apply this Object Retention configuration to.

", @@ -3019,6 +3025,20 @@ "ObjectVersion$StorageClass": "

The class of storage used to store the object.

" } }, + "OptionalObjectAttributes": { + "base": null, + "refs": { + "OptionalObjectAttributesList$member": null + } + }, + "OptionalObjectAttributesList": { + "base": null, + "refs": { + "ListObjectVersionsRequest$OptionalObjectAttributes": "

Specifies the optional fields that you want returned in the response. Fields that you do not specify are not returned.

", + "ListObjectsRequest$OptionalObjectAttributes": "

Specifies the optional fields that you want returned in the response. Fields that you do not specify are not returned.

", + "ListObjectsV2Request$OptionalObjectAttributes": "

Specifies the optional fields that you want returned in the response. Fields that you do not specify are not returned.

" + } + }, "OutputLocation": { "base": "

Describes the location where the restore job's output is stored.

", "refs": { @@ -3166,9 +3186,9 @@ "LifecycleRuleAndOperator$Prefix": "

Prefix identifying one or more objects to which the rule applies.

", "LifecycleRuleFilter$Prefix": "

Prefix identifying one or more objects to which the rule applies.

Replacement must be made for object keys containing special characters (such as carriage returns) when using XML requests. For more information, see XML related object key constraints.

", "ListMultipartUploadsOutput$Prefix": "

When a prefix is provided in the request, this field contains the specified prefix. The result contains only keys starting with the specified prefix.

", - "ListMultipartUploadsRequest$Prefix": "

Lists in-progress uploads only for those keys that begin with the specified prefix. You can use prefixes to separate a bucket into different grouping of keys. (You can think of using prefix to make groups in the same way you'd use a folder in a file system.)

", + "ListMultipartUploadsRequest$Prefix": "

Lists in-progress uploads only for those keys that begin with the specified prefix. You can use prefixes to separate a bucket into different grouping of keys. (You can think of using prefix to make groups in the same way that you'd use a folder in a file system.)

", "ListObjectVersionsOutput$Prefix": "

Selects objects that start with the value supplied by this parameter.

", - "ListObjectVersionsRequest$Prefix": "

Use this parameter to select only those keys that begin with the specified prefix. You can use prefixes to separate a bucket into different groupings of keys. (You can think of using prefix to make groups in the same way you'd use a folder in a file system.) You can use prefix with delimiter to roll up numerous objects into a single result under CommonPrefixes.

", + "ListObjectVersionsRequest$Prefix": "

Use this parameter to select only those keys that begin with the specified prefix. You can use prefixes to separate a bucket into different groupings of keys. (You can think of using prefix to make groups in the same way that you'd use a folder in a file system.) You can use prefix with delimiter to roll up numerous objects into a single result under CommonPrefixes.

", "ListObjectsOutput$Prefix": "

Keys that begin with the indicated prefix.

", "ListObjectsRequest$Prefix": "

Limits the response to keys that begin with the specified prefix.

", "ListObjectsV2Output$Prefix": "

Keys that begin with the indicated prefix.

", @@ -3690,6 +3710,12 @@ "WriteGetObjectResponseRequest$Restore": "

Provides information about object restoration operation and expiration time of the restored object copy.

" } }, + "RestoreExpiryDate": { + "base": null, + "refs": { + "RestoreStatus$RestoreExpiryDate": "

Indicates when the restored copy will expire. This value is populated only if the object has already been restored. For example:

x-amz-optional-object-attributes: IsRestoreInProgress=\"false\", RestoreExpiryDate=\"2012-12-21T00:00:00.000Z\"

" + } + }, "RestoreObjectOutput": { "base": null, "refs": { @@ -3718,6 +3744,13 @@ "RestoreRequest$Type": "

Type of restore request.

" } }, + "RestoreStatus": { + "base": "

Specifies the restoration status of an object. Objects in certain storage classes must be restored before they can be retrieved. For more information about these storage classes and how to work with archived objects, see Working with archived objects in the Amazon S3 User Guide.

", + "refs": { + "Object$RestoreStatus": "

Specifies the restoration status of an object. Objects in certain storage classes must be restored before they can be retrieved. For more information about these storage classes and how to work with archived objects, see Working with archived objects in the Amazon S3 User Guide.

", + "ObjectVersion$RestoreStatus": "

Specifies the restoration status of an object. Objects in certain storage classes must be restored before they can be retrieved. For more information about these storage classes and how to work with archived objects, see Working with archived objects in the Amazon S3 User Guide.

" + } + }, "Role": { "base": null, "refs": { @@ -4149,15 +4182,15 @@ "base": null, "refs": { "ListBucketAnalyticsConfigurationsOutput$ContinuationToken": "

The marker that is used as a starting point for this analytics configuration list response. This value is present if it was sent in the request.

", - "ListBucketAnalyticsConfigurationsRequest$ContinuationToken": "

The ContinuationToken that represents a placeholder from where this request should begin.

", + "ListBucketAnalyticsConfigurationsRequest$ContinuationToken": "

The ContinuationToken that represents a placeholder from where this request should begin.

", "ListBucketIntelligentTieringConfigurationsOutput$ContinuationToken": "

The ContinuationToken that represents a placeholder from where this request should begin.

", "ListBucketIntelligentTieringConfigurationsRequest$ContinuationToken": "

The ContinuationToken that represents a placeholder from where this request should begin.

", "ListBucketInventoryConfigurationsOutput$ContinuationToken": "

If sent in the request, the marker that is used as a starting point for this inventory configuration list response.

", - "ListBucketInventoryConfigurationsRequest$ContinuationToken": "

The marker used to continue an inventory configuration listing that has been truncated. Use the NextContinuationToken from a previously truncated list response to continue the listing. The continuation token is an opaque value that Amazon S3 understands.

", + "ListBucketInventoryConfigurationsRequest$ContinuationToken": "

The marker used to continue an inventory configuration listing that has been truncated. Use the NextContinuationToken from a previously truncated list response to continue the listing. The continuation token is an opaque value that Amazon S3 understands.

", "ListBucketMetricsConfigurationsOutput$ContinuationToken": "

The marker that is used as a starting point for this metrics configuration list response. This value is present if it was sent in the request.

", - "ListBucketMetricsConfigurationsRequest$ContinuationToken": "

The marker that is used to continue a metrics configuration listing that has been truncated. Use the NextContinuationToken from a previously truncated list response to continue the listing. The continuation token is an opaque value that Amazon S3 understands.

", - "ListObjectsV2Output$ContinuationToken": "

If ContinuationToken was sent with the request, it is included in the response.

", - "ListObjectsV2Request$ContinuationToken": "

ContinuationToken indicates Amazon S3 that the list is being continued on this bucket with a token. ContinuationToken is obfuscated and is not a real key.

" + "ListBucketMetricsConfigurationsRequest$ContinuationToken": "

The marker that is used to continue a metrics configuration listing that has been truncated. Use the NextContinuationToken from a previously truncated list response to continue the listing. The continuation token is an opaque value that Amazon S3 understands.

", + "ListObjectsV2Output$ContinuationToken": "

If ContinuationToken was sent with the request, it is included in the response.

", + "ListObjectsV2Request$ContinuationToken": "

ContinuationToken indicates to Amazon S3 that the list is being continued on this bucket with a token. ContinuationToken is obfuscated and is not a real key.

" } }, "TopicArn": { diff --git a/apis/s3/2006-03-01/examples-1.json b/apis/s3/2006-03-01/examples-1.json index ac96ac6981b..7242b572a02 100644 --- a/apis/s3/2006-03-01/examples-1.json +++ b/apis/s3/2006-03-01/examples-1.json @@ -840,20 +840,17 @@ { "input": { "Bucket": "examplebucket", - "Key": "HappyFace.jpg" + "Key": "exampleobject", + "VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI" }, "output": { "TagSet": [ { - "Key": "Key4", - "Value": "Value4" - }, - { - "Key": "Key3", - "Value": "Value3" + "Key": "Key1", + "Value": "Value1" } ], - "VersionId": "null" + "VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI" }, "comments": { "input": { @@ -861,24 +858,27 @@ "output": { } }, - "description": "The following example retrieves tag set of an object.", - "id": "to-retrieve-tag-set-of-an-object-1481833847896", - "title": "To retrieve tag set of an object" + "description": "The following example retrieves tag set of an object. The request specifies object version.", + "id": "to-retrieve-tag-set-of-a-specific-object-version-1483400283663", + "title": "To retrieve tag set of a specific object version" }, { "input": { "Bucket": "examplebucket", - "Key": "exampleobject", - "VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI" + "Key": "HappyFace.jpg" }, "output": { "TagSet": [ { - "Key": "Key1", - "Value": "Value1" + "Key": "Key4", + "Value": "Value4" + }, + { + "Key": "Key3", + "Value": "Value3" } ], - "VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI" + "VersionId": "null" }, "comments": { "input": { @@ -886,9 +886,9 @@ "output": { } }, - "description": "The following example retrieves tag set of an object. The request specifies object version.", - "id": "to-retrieve-tag-set-of-a-specific-object-version-1483400283663", - "title": "To retrieve tag set of a specific object version" + "description": "The following example retrieves tag set of an object.", + "id": "to-retrieve-tag-set-of-an-object-1481833847896", + "title": "To retrieve tag set of an object" } ], "GetObjectTorrent": [ @@ -989,47 +989,37 @@ "ListMultipartUploads": [ { "input": { - "Bucket": "examplebucket", - "KeyMarker": "nextkeyfrompreviousresponse", - "MaxUploads": "2", - "UploadIdMarker": "valuefrompreviousresponse" + "Bucket": "examplebucket" }, "output": { - "Bucket": "acl1", - "IsTruncated": true, - "KeyMarker": "", - "MaxUploads": "2", - "NextKeyMarker": "someobjectkey", - "NextUploadIdMarker": "examplelo91lv1iwvWpvCiJWugw2xXLPAD7Z8cJyX9.WiIRgNrdG6Ldsn.9FtS63TCl1Uf5faTB.1U5Ckcbmdw--", - "UploadIdMarker": "", "Uploads": [ { "Initiated": "2014-05-01T05:40:58.000Z", "Initiator": { - "DisplayName": "ownder-display-name", + "DisplayName": "display-name", "ID": "examplee7a2f25102679df27bb0ae12b3f85be6f290b936c4393484be31bebcc" }, "Key": "JavaFile", "Owner": { - "DisplayName": "mohanataws", - "ID": "852b113e7a2f25102679df27bb0ae12b3f85be6f290b936c4393484be31bebcc" + "DisplayName": "display-name", + "ID": "examplee7a2f25102679df27bb0ae12b3f85be6f290b936c4393484be31bebcc" }, "StorageClass": "STANDARD", - "UploadId": "gZ30jIqlUa.CInXklLQtSMJITdUnoZ1Y5GACB5UckOtspm5zbDMCkPF_qkfZzMiFZ6dksmcnqxJyIBvQMG9X9Q--" + "UploadId": "examplelUa.CInXklLQtSMJITdUnoZ1Y5GACB5UckOtspm5zbDMCkPF_qkfZzMiFZ6dksmcnqxJyIBvQMG9X9Q--" }, { "Initiated": "2014-05-01T05:41:27.000Z", "Initiator": { - "DisplayName": "ownder-display-name", + "DisplayName": "display-name", "ID": "examplee7a2f25102679df27bb0ae12b3f85be6f290b936c4393484be31bebcc" }, "Key": "JavaFile", "Owner": { - "DisplayName": "ownder-display-name", + "DisplayName": "display-name", "ID": "examplee7a2f25102679df27bb0ae12b3f85be6f290b936c4393484be31bebcc" }, "StorageClass": "STANDARD", - "UploadId": "b7tZSqIlo91lv1iwvWpvCiJWugw2xXLPAD7Z8cJyX9.WiIRgNrdG6Ldsn.9FtS63TCl1Uf5faTB.1U5Ckcbmdw--" + "UploadId": "examplelo91lv1iwvWpvCiJWugw2xXLPAD7Z8cJyX9.WiIRgNrdG6Ldsn.9FtS63TCl1Uf5faTB.1U5Ckcbmdw--" } ] }, @@ -1039,43 +1029,53 @@ "output": { } }, - "description": "The following example specifies the upload-id-marker and key-marker from previous truncated response to retrieve next setup of multipart uploads.", - "id": "list-next-set-of-multipart-uploads-when-previous-result-is-truncated-1482428106748", - "title": "List next set of multipart uploads when previous result is truncated" + "description": "The following example lists in-progress multipart uploads on a specific bucket.", + "id": "to-list-in-progress-multipart-uploads-on-a-bucket-1481852775260", + "title": "To list in-progress multipart uploads on a bucket" }, { "input": { - "Bucket": "examplebucket" + "Bucket": "examplebucket", + "KeyMarker": "nextkeyfrompreviousresponse", + "MaxUploads": "2", + "UploadIdMarker": "valuefrompreviousresponse" }, "output": { + "Bucket": "acl1", + "IsTruncated": true, + "KeyMarker": "", + "MaxUploads": "2", + "NextKeyMarker": "someobjectkey", + "NextUploadIdMarker": "examplelo91lv1iwvWpvCiJWugw2xXLPAD7Z8cJyX9.WiIRgNrdG6Ldsn.9FtS63TCl1Uf5faTB.1U5Ckcbmdw--", + "UploadIdMarker": "", "Uploads": [ { "Initiated": "2014-05-01T05:40:58.000Z", "Initiator": { - "DisplayName": "display-name", + "DisplayName": "ownder-display-name", "ID": "examplee7a2f25102679df27bb0ae12b3f85be6f290b936c4393484be31bebcc" }, "Key": "JavaFile", "Owner": { - "DisplayName": "display-name", - "ID": "examplee7a2f25102679df27bb0ae12b3f85be6f290b936c4393484be31bebcc" + "DisplayName": "mohanataws", + "ID": "852b113e7a2f25102679df27bb0ae12b3f85be6f290b936c4393484be31bebcc" }, "StorageClass": "STANDARD", - "UploadId": "examplelUa.CInXklLQtSMJITdUnoZ1Y5GACB5UckOtspm5zbDMCkPF_qkfZzMiFZ6dksmcnqxJyIBvQMG9X9Q--" + "UploadId": "gZ30jIqlUa.CInXklLQtSMJITdUnoZ1Y5GACB5UckOtspm5zbDMCkPF_qkfZzMiFZ6dksmcnqxJyIBvQMG9X9Q--" }, { "Initiated": "2014-05-01T05:41:27.000Z", "Initiator": { - "DisplayName": "display-name", + "DisplayName": "ownder-display-name", "ID": "examplee7a2f25102679df27bb0ae12b3f85be6f290b936c4393484be31bebcc" }, "Key": "JavaFile", "Owner": { - "DisplayName": "display-name", + "DisplayName": "ownder-display-name", "ID": "examplee7a2f25102679df27bb0ae12b3f85be6f290b936c4393484be31bebcc" }, "StorageClass": "STANDARD", - "UploadId": "examplelo91lv1iwvWpvCiJWugw2xXLPAD7Z8cJyX9.WiIRgNrdG6Ldsn.9FtS63TCl1Uf5faTB.1U5Ckcbmdw--" + "UploadId": "b7tZSqIlo91lv1iwvWpvCiJWugw2xXLPAD7Z8cJyX9.WiIRgNrdG6Ldsn.9FtS63TCl1Uf5faTB.1U5Ckcbmdw--" } ] }, @@ -1085,9 +1085,9 @@ "output": { } }, - "description": "The following example lists in-progress multipart uploads on a specific bucket.", - "id": "to-list-in-progress-multipart-uploads-on-a-bucket-1481852775260", - "title": "To list in-progress multipart uploads on a bucket" + "description": "The following example specifies the upload-id-marker and key-marker from previous truncated response to retrieve next setup of multipart uploads.", + "id": "list-next-set-of-multipart-uploads-when-previous-result-is-truncated-1482428106748", + "title": "List next set of multipart uploads when previous result is truncated" } ], "ListObjectVersions": [ @@ -1567,14 +1567,17 @@ "PutObject": [ { "input": { - "Body": "c:\\HappyFace.jpg", + "Body": "filetoupload", "Bucket": "examplebucket", - "Key": "HappyFace.jpg", - "Tagging": "key1=value1&key2=value2" + "Key": "exampleobject", + "Metadata": { + "metadata1": "value1", + "metadata2": "value2" + } }, "output": { "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"", - "VersionId": "psM2sYY4.o1501dSx8wMvnkOzSBB.V4a" + "VersionId": "pSKidl4pHBiNwukdbcPXAIs.sshFFOc0" }, "comments": { "input": { @@ -1582,20 +1585,22 @@ "output": { } }, - "description": "The following example uploads an object. The request specifies optional object tags. The bucket is versioned, therefore S3 returns version ID of the newly created object.", - "id": "to-upload-an-object-and-specify-optional-tags-1481762310955", - "title": "To upload an object and specify optional tags" + "description": "The following example creates an object. The request also specifies optional metadata. If the bucket is versioning enabled, S3 returns version ID in response.", + "id": "to-upload-object-and-specify-user-defined-metadata-1483396974757", + "title": "To upload object and specify user-defined metadata" }, { "input": { - "ACL": "authenticated-read", - "Body": "filetoupload", + "Body": "HappyFace.jpg", "Bucket": "examplebucket", - "Key": "exampleobject" + "Key": "HappyFace.jpg", + "ServerSideEncryption": "AES256", + "StorageClass": "STANDARD_IA" }, "output": { "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"", - "VersionId": "Kirh.unyZwjQ69YxcQLA8z4F5j3kJJKr" + "ServerSideEncryption": "AES256", + "VersionId": "CG612hodqujkf8FaaNfp8U..FIhLROcp" }, "comments": { "input": { @@ -1603,9 +1608,9 @@ "output": { } }, - "description": "The following example uploads and object. The request specifies optional canned ACL (access control list) to all READ access to authenticated users. If the bucket is versioning enabled, S3 returns version ID in response.", - "id": "to-upload-an-object-and-specify-canned-acl-1483397779571", - "title": "To upload an object and specify canned ACL." + "description": "The following example uploads an object. The request specifies optional request headers to directs S3 to use specific storage class and use server-side encryption.", + "id": "to-upload-an-object-(specify-optional-headers)", + "title": "To upload an object (specify optional headers)" }, { "input": { @@ -1629,16 +1634,14 @@ }, { "input": { + "ACL": "authenticated-read", "Body": "filetoupload", "Bucket": "examplebucket", - "Key": "exampleobject", - "ServerSideEncryption": "AES256", - "Tagging": "key1=value1&key2=value2" + "Key": "exampleobject" }, "output": { "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"", - "ServerSideEncryption": "AES256", - "VersionId": "Ri.vC6qVlA4dEnjgRV4ZHsHoFIjqEMNt" + "VersionId": "Kirh.unyZwjQ69YxcQLA8z4F5j3kJJKr" }, "comments": { "input": { @@ -1646,23 +1649,19 @@ "output": { } }, - "description": "The following example uploads an object. The request specifies the optional server-side encryption option. The request also specifies optional object tags. If the bucket is versioning enabled, S3 returns version ID in response.", - "id": "to-upload-an-object-and-specify-server-side-encryption-and-object-tags-1483398331831", - "title": "To upload an object and specify server-side encryption and object tags" + "description": "The following example uploads and object. The request specifies optional canned ACL (access control list) to all READ access to authenticated users. If the bucket is versioning enabled, S3 returns version ID in response.", + "id": "to-upload-an-object-and-specify-canned-acl-1483397779571", + "title": "To upload an object and specify canned ACL." }, { "input": { - "Body": "filetoupload", + "Body": "HappyFace.jpg", "Bucket": "examplebucket", - "Key": "exampleobject", - "Metadata": { - "metadata1": "value1", - "metadata2": "value2" - } + "Key": "HappyFace.jpg" }, "output": { "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"", - "VersionId": "pSKidl4pHBiNwukdbcPXAIs.sshFFOc0" + "VersionId": "tpf3zF08nBplQK1XLOefGskR7mGDwcDk" }, "comments": { "input": { @@ -1670,19 +1669,22 @@ "output": { } }, - "description": "The following example creates an object. The request also specifies optional metadata. If the bucket is versioning enabled, S3 returns version ID in response.", - "id": "to-upload-object-and-specify-user-defined-metadata-1483396974757", - "title": "To upload object and specify user-defined metadata" + "description": "The following example uploads an object to a versioning-enabled bucket. The source file is specified using Windows file syntax. S3 returns VersionId of the newly created object.", + "id": "to-upload-an-object-1481760101010", + "title": "To upload an object" }, { "input": { - "Body": "HappyFace.jpg", + "Body": "filetoupload", "Bucket": "examplebucket", - "Key": "HappyFace.jpg" + "Key": "exampleobject", + "ServerSideEncryption": "AES256", + "Tagging": "key1=value1&key2=value2" }, "output": { "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"", - "VersionId": "tpf3zF08nBplQK1XLOefGskR7mGDwcDk" + "ServerSideEncryption": "AES256", + "VersionId": "Ri.vC6qVlA4dEnjgRV4ZHsHoFIjqEMNt" }, "comments": { "input": { @@ -1690,22 +1692,20 @@ "output": { } }, - "description": "The following example uploads an object to a versioning-enabled bucket. The source file is specified using Windows file syntax. S3 returns VersionId of the newly created object.", - "id": "to-upload-an-object-1481760101010", - "title": "To upload an object" + "description": "The following example uploads an object. The request specifies the optional server-side encryption option. The request also specifies optional object tags. If the bucket is versioning enabled, S3 returns version ID in response.", + "id": "to-upload-an-object-and-specify-server-side-encryption-and-object-tags-1483398331831", + "title": "To upload an object and specify server-side encryption and object tags" }, { "input": { - "Body": "HappyFace.jpg", + "Body": "c:\\HappyFace.jpg", "Bucket": "examplebucket", "Key": "HappyFace.jpg", - "ServerSideEncryption": "AES256", - "StorageClass": "STANDARD_IA" + "Tagging": "key1=value1&key2=value2" }, "output": { "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"", - "ServerSideEncryption": "AES256", - "VersionId": "CG612hodqujkf8FaaNfp8U..FIhLROcp" + "VersionId": "psM2sYY4.o1501dSx8wMvnkOzSBB.V4a" }, "comments": { "input": { @@ -1713,9 +1713,9 @@ "output": { } }, - "description": "The following example uploads an object. The request specifies optional request headers to directs S3 to use specific storage class and use server-side encryption.", - "id": "to-upload-an-object-(specify-optional-headers)", - "title": "To upload an object (specify optional headers)" + "description": "The following example uploads an object. The request specifies optional object tags. The bucket is versioned, therefore S3 returns version ID of the newly created object.", + "id": "to-upload-an-object-and-specify-optional-tags-1481762310955", + "title": "To upload an object and specify optional tags" } ], "PutObjectAcl": [ @@ -1826,15 +1826,14 @@ "input": { "Bucket": "examplebucket", "CopySource": "/bucketname/sourceobjectkey", - "CopySourceRange": "bytes=1-100000", "Key": "examplelargeobject", - "PartNumber": "2", + "PartNumber": "1", "UploadId": "exampleuoh_10OhKhT7YukE9bjzTPRiuaCotmZM_pFngJFir9OZNrSr5cWa3cq3LZSUsfjI4FI7PkP91We7Nrw--" }, "output": { "CopyPartResult": { - "ETag": "\"65d16d19e65a7508a51f043180edcc36\"", - "LastModified": "2016-12-29T21:44:28.000Z" + "ETag": "\"b0c6f0e7e054ab8fa2536a2677f8734d\"", + "LastModified": "2016-12-29T21:24:43.000Z" } }, "comments": { @@ -1843,22 +1842,23 @@ "output": { } }, - "description": "The following example uploads a part of a multipart upload by copying a specified byte range from an existing object as data source.", - "id": "to-upload-a-part-by-copying-byte-range-from-an-existing-object-as-data-source-1483048068594", - "title": "To upload a part by copying byte range from an existing object as data source" + "description": "The following example uploads a part of a multipart upload by copying data from an existing object as data source.", + "id": "to-upload-a-part-by-copying-data-from-an-existing-object-as-data-source-1483046746348", + "title": "To upload a part by copying data from an existing object as data source" }, { "input": { "Bucket": "examplebucket", "CopySource": "/bucketname/sourceobjectkey", + "CopySourceRange": "bytes=1-100000", "Key": "examplelargeobject", - "PartNumber": "1", + "PartNumber": "2", "UploadId": "exampleuoh_10OhKhT7YukE9bjzTPRiuaCotmZM_pFngJFir9OZNrSr5cWa3cq3LZSUsfjI4FI7PkP91We7Nrw--" }, "output": { "CopyPartResult": { - "ETag": "\"b0c6f0e7e054ab8fa2536a2677f8734d\"", - "LastModified": "2016-12-29T21:24:43.000Z" + "ETag": "\"65d16d19e65a7508a51f043180edcc36\"", + "LastModified": "2016-12-29T21:44:28.000Z" } }, "comments": { @@ -1867,9 +1867,9 @@ "output": { } }, - "description": "The following example uploads a part of a multipart upload by copying data from an existing object as data source.", - "id": "to-upload-a-part-by-copying-data-from-an-existing-object-as-data-source-1483046746348", - "title": "To upload a part by copying data from an existing object as data source" + "description": "The following example uploads a part of a multipart upload by copying a specified byte range from an existing object as data source.", + "id": "to-upload-a-part-by-copying-byte-range-from-an-existing-object-as-data-source-1483048068594", + "title": "To upload a part by copying byte range from an existing object as data source" } ] } diff --git a/apis/sagemaker/2017-07-24/api-2.json b/apis/sagemaker/2017-07-24/api-2.json index b39d5f77637..8eddbef88a9 100644 --- a/apis/sagemaker/2017-07-24/api-2.json +++ b/apis/sagemaker/2017-07-24/api-2.json @@ -14504,7 +14504,8 @@ "LastModifiedBy":{"shape":"UserContext"}, "Tags":{"shape":"TagList"}, "ModelId":{"shape":"String"}, - "RiskRating":{"shape":"String"} + "RiskRating":{"shape":"String"}, + "ModelPackageGroupName":{"shape":"String"} } }, "ModelCardArn":{ diff --git a/apis/sagemaker/2017-07-24/docs-2.json b/apis/sagemaker/2017-07-24/docs-2.json index d47f4cacff1..b8593a96282 100644 --- a/apis/sagemaker/2017-07-24/docs-2.json +++ b/apis/sagemaker/2017-07-24/docs-2.json @@ -10392,7 +10392,7 @@ "PipelineDefinition": { "base": null, "refs": { - "CreatePipelineRequest$PipelineDefinition": "

The JSON pipeline definition of the pipeline.

", + "CreatePipelineRequest$PipelineDefinition": "

The JSON pipeline definition of the pipeline.

", "DescribePipelineDefinitionForExecutionResponse$PipelineDefinition": "

The JSON pipeline definition.

", "DescribePipelineResponse$PipelineDefinition": "

The JSON pipeline definition.

", "UpdatePipelineRequest$PipelineDefinition": "

The JSON pipeline definition.

" @@ -12696,6 +12696,7 @@ "ListProcessingJobsRequest$NameContains": "

A string in the processing job name. This filter returns only processing jobs whose name contains the specified string.

", "ModelCard$ModelId": "

The unique name (ID) of the model.

", "ModelCard$RiskRating": "

The risk rating of the model. Different organizations might have different criteria for model card risk ratings. For more information, see Risk ratings.

", + "ModelCard$ModelPackageGroupName": "

The model package group that contains the model package. Only relevant for model cards created for model packages in the Amazon SageMaker Model Registry.

", "ModelDashboardModelCard$ModelId": "

For models created in SageMaker, this is the model ARN. For models created outside of SageMaker, this is a user-customized string.

", "ModelDashboardModelCard$RiskRating": "

A model card's risk rating. Can be low, medium, or high.

", "ModelMetadataSummary$Domain": "

The machine learning domain of the model.

", diff --git a/gems/aws-sdk-accessanalyzer/CHANGELOG.md b/gems/aws-sdk-accessanalyzer/CHANGELOG.md index 198c60d4633..cad4fdc07e8 100644 --- a/gems/aws-sdk-accessanalyzer/CHANGELOG.md +++ b/gems/aws-sdk-accessanalyzer/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.37.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.36.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-accessanalyzer/VERSION b/gems/aws-sdk-accessanalyzer/VERSION index 39fc130ef85..bf50e910e62 100644 --- a/gems/aws-sdk-accessanalyzer/VERSION +++ b/gems/aws-sdk-accessanalyzer/VERSION @@ -1 +1 @@ -1.36.0 +1.37.0 diff --git a/gems/aws-sdk-accessanalyzer/aws-sdk-accessanalyzer.gemspec b/gems/aws-sdk-accessanalyzer/aws-sdk-accessanalyzer.gemspec index 1e16b50a186..876c27284dc 100644 --- a/gems/aws-sdk-accessanalyzer/aws-sdk-accessanalyzer.gemspec +++ b/gems/aws-sdk-accessanalyzer/aws-sdk-accessanalyzer.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-accessanalyzer/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer.rb b/gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer.rb index bf6607a784e..edd6380a9fd 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.36.0' + GEM_VERSION = '1.37.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 03b2e2d710d..e9bee6441f4 100644 --- a/gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/client.rb +++ b/gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/client.rb @@ -1907,7 +1907,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-accessanalyzer' - 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-account/CHANGELOG.md b/gems/aws-sdk-account/CHANGELOG.md index b72712bdac6..86b147ae5a8 100644 --- a/gems/aws-sdk-account/CHANGELOG.md +++ b/gems/aws-sdk-account/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.15.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.14.0 (2023-06-16) ------------------ diff --git a/gems/aws-sdk-account/VERSION b/gems/aws-sdk-account/VERSION index 850e742404b..141f2e805be 100644 --- a/gems/aws-sdk-account/VERSION +++ b/gems/aws-sdk-account/VERSION @@ -1 +1 @@ -1.14.0 +1.15.0 diff --git a/gems/aws-sdk-account/aws-sdk-account.gemspec b/gems/aws-sdk-account/aws-sdk-account.gemspec index 71afa1f942f..d35de38587c 100644 --- a/gems/aws-sdk-account/aws-sdk-account.gemspec +++ b/gems/aws-sdk-account/aws-sdk-account.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-account/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-account/lib/aws-sdk-account.rb b/gems/aws-sdk-account/lib/aws-sdk-account.rb index fb287132ee0..b102e4462a3 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.14.0' + GEM_VERSION = '1.15.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 05482974cd6..761542f1b3a 100644 --- a/gems/aws-sdk-account/lib/aws-sdk-account/client.rb +++ b/gems/aws-sdk-account/lib/aws-sdk-account/client.rb @@ -1062,7 +1062,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-account' - context[:gem_version] = '1.14.0' + context[:gem_version] = '1.15.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 89135131aa5..2df0fa4eb51 100644 --- a/gems/aws-sdk-acm/CHANGELOG.md +++ b/gems/aws-sdk-acm/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.58.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.57.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-acm/VERSION b/gems/aws-sdk-acm/VERSION index 373aea97570..79f82f6b8e0 100644 --- a/gems/aws-sdk-acm/VERSION +++ b/gems/aws-sdk-acm/VERSION @@ -1 +1 @@ -1.57.0 +1.58.0 diff --git a/gems/aws-sdk-acm/aws-sdk-acm.gemspec b/gems/aws-sdk-acm/aws-sdk-acm.gemspec index b56db31fc97..d59572511ff 100644 --- a/gems/aws-sdk-acm/aws-sdk-acm.gemspec +++ b/gems/aws-sdk-acm/aws-sdk-acm.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-acm/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-acm/lib/aws-sdk-acm.rb b/gems/aws-sdk-acm/lib/aws-sdk-acm.rb index 130bb888ca4..f709ce75520 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.57.0' + GEM_VERSION = '1.58.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 c127c2cf9a2..e59e51d9447 100644 --- a/gems/aws-sdk-acm/lib/aws-sdk-acm/client.rb +++ b/gems/aws-sdk-acm/lib/aws-sdk-acm/client.rb @@ -1414,7 +1414,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-acm' - 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-acmpca/CHANGELOG.md b/gems/aws-sdk-acmpca/CHANGELOG.md index fa4dd83184c..85299c9f960 100644 --- a/gems/aws-sdk-acmpca/CHANGELOG.md +++ b/gems/aws-sdk-acmpca/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.57.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.56.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-acmpca/VERSION b/gems/aws-sdk-acmpca/VERSION index 3ebf789f5a8..373aea97570 100644 --- a/gems/aws-sdk-acmpca/VERSION +++ b/gems/aws-sdk-acmpca/VERSION @@ -1 +1 @@ -1.56.0 +1.57.0 diff --git a/gems/aws-sdk-acmpca/aws-sdk-acmpca.gemspec b/gems/aws-sdk-acmpca/aws-sdk-acmpca.gemspec index acfbdc7dab5..576b5b8933a 100644 --- a/gems/aws-sdk-acmpca/aws-sdk-acmpca.gemspec +++ b/gems/aws-sdk-acmpca/aws-sdk-acmpca.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-acmpca/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-acmpca/lib/aws-sdk-acmpca.rb b/gems/aws-sdk-acmpca/lib/aws-sdk-acmpca.rb index b6b685f27c3..a527d36e749 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.56.0' + GEM_VERSION = '1.57.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 bfbacb4d9f4..fb46a4d05d6 100644 --- a/gems/aws-sdk-acmpca/lib/aws-sdk-acmpca/client.rb +++ b/gems/aws-sdk-acmpca/lib/aws-sdk-acmpca/client.rb @@ -2571,7 +2571,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-acmpca' - 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-alexaforbusiness/CHANGELOG.md b/gems/aws-sdk-alexaforbusiness/CHANGELOG.md index 684b54763a7..2b0e81d4c00 100644 --- a/gems/aws-sdk-alexaforbusiness/CHANGELOG.md +++ b/gems/aws-sdk-alexaforbusiness/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.62.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.61.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-alexaforbusiness/VERSION b/gems/aws-sdk-alexaforbusiness/VERSION index 91951fd8ad7..76d05362056 100644 --- a/gems/aws-sdk-alexaforbusiness/VERSION +++ b/gems/aws-sdk-alexaforbusiness/VERSION @@ -1 +1 @@ -1.61.0 +1.62.0 diff --git a/gems/aws-sdk-alexaforbusiness/aws-sdk-alexaforbusiness.gemspec b/gems/aws-sdk-alexaforbusiness/aws-sdk-alexaforbusiness.gemspec index 5069b54a758..f7a5ef5d91b 100644 --- a/gems/aws-sdk-alexaforbusiness/aws-sdk-alexaforbusiness.gemspec +++ b/gems/aws-sdk-alexaforbusiness/aws-sdk-alexaforbusiness.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-alexaforbusiness/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness.rb b/gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness.rb index cce064e9e16..26f86392bb7 100644 --- a/gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness.rb +++ b/gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness.rb @@ -52,6 +52,6 @@ # @!group service module Aws::AlexaForBusiness - GEM_VERSION = '1.61.0' + GEM_VERSION = '1.62.0' end diff --git a/gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/client.rb b/gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/client.rb index 5c39cff5f07..735150177d1 100644 --- a/gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/client.rb +++ b/gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/client.rb @@ -4290,7 +4290,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-alexaforbusiness' - 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-amplify/CHANGELOG.md b/gems/aws-sdk-amplify/CHANGELOG.md index beeee59ecb9..56625e43941 100644 --- a/gems/aws-sdk-amplify/CHANGELOG.md +++ b/gems/aws-sdk-amplify/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.47.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.46.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-amplify/VERSION b/gems/aws-sdk-amplify/VERSION index 0a3db35b241..21998d3c2d9 100644 --- a/gems/aws-sdk-amplify/VERSION +++ b/gems/aws-sdk-amplify/VERSION @@ -1 +1 @@ -1.46.0 +1.47.0 diff --git a/gems/aws-sdk-amplify/aws-sdk-amplify.gemspec b/gems/aws-sdk-amplify/aws-sdk-amplify.gemspec index 6d53fb8eb0f..919622a1fb1 100644 --- a/gems/aws-sdk-amplify/aws-sdk-amplify.gemspec +++ b/gems/aws-sdk-amplify/aws-sdk-amplify.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-amplify/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-amplify/lib/aws-sdk-amplify.rb b/gems/aws-sdk-amplify/lib/aws-sdk-amplify.rb index 5e3f7fd4498..4c8a0c8c629 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.46.0' + GEM_VERSION = '1.47.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 a2b1077e46a..952c9317916 100644 --- a/gems/aws-sdk-amplify/lib/aws-sdk-amplify/client.rb +++ b/gems/aws-sdk-amplify/lib/aws-sdk-amplify/client.rb @@ -2722,7 +2722,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-amplify' - 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-amplifybackend/CHANGELOG.md b/gems/aws-sdk-amplifybackend/CHANGELOG.md index e4243134fea..11411b47746 100644 --- a/gems/aws-sdk-amplifybackend/CHANGELOG.md +++ b/gems/aws-sdk-amplifybackend/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.23.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.22.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-amplifybackend/VERSION b/gems/aws-sdk-amplifybackend/VERSION index 57807d6d0d0..a6c2798a482 100644 --- a/gems/aws-sdk-amplifybackend/VERSION +++ b/gems/aws-sdk-amplifybackend/VERSION @@ -1 +1 @@ -1.22.0 +1.23.0 diff --git a/gems/aws-sdk-amplifybackend/aws-sdk-amplifybackend.gemspec b/gems/aws-sdk-amplifybackend/aws-sdk-amplifybackend.gemspec index b6c2ec109bd..abf36372225 100644 --- a/gems/aws-sdk-amplifybackend/aws-sdk-amplifybackend.gemspec +++ b/gems/aws-sdk-amplifybackend/aws-sdk-amplifybackend.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-amplifybackend/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend.rb b/gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend.rb index 87f28c97f01..eaddceb752d 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.22.0' + GEM_VERSION = '1.23.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 d552613b674..a053c6a5c3d 100644 --- a/gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/client.rb +++ b/gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/client.rb @@ -2066,7 +2066,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-amplifybackend' - 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-amplifyuibuilder/CHANGELOG.md b/gems/aws-sdk-amplifyuibuilder/CHANGELOG.md index 79209681f7d..0e75cad8ebc 100644 --- a/gems/aws-sdk-amplifyuibuilder/CHANGELOG.md +++ b/gems/aws-sdk-amplifyuibuilder/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.15.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.14.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-amplifyuibuilder/VERSION b/gems/aws-sdk-amplifyuibuilder/VERSION index 850e742404b..141f2e805be 100644 --- a/gems/aws-sdk-amplifyuibuilder/VERSION +++ b/gems/aws-sdk-amplifyuibuilder/VERSION @@ -1 +1 @@ -1.14.0 +1.15.0 diff --git a/gems/aws-sdk-amplifyuibuilder/aws-sdk-amplifyuibuilder.gemspec b/gems/aws-sdk-amplifyuibuilder/aws-sdk-amplifyuibuilder.gemspec index 15a3f844c54..9157cac672b 100644 --- a/gems/aws-sdk-amplifyuibuilder/aws-sdk-amplifyuibuilder.gemspec +++ b/gems/aws-sdk-amplifyuibuilder/aws-sdk-amplifyuibuilder.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-amplifyuibuilder/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder.rb b/gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder.rb index 79d3c0b9b2c..c1b0829fff2 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.14.0' + GEM_VERSION = '1.15.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 cd5c62db0d9..ffe8bbe4c0e 100644 --- a/gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/client.rb +++ b/gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/client.rb @@ -6370,7 +6370,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-amplifyuibuilder' - context[:gem_version] = '1.14.0' + context[:gem_version] = '1.15.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 75bdb6df8d2..fe5bd01b2d1 100644 --- a/gems/aws-sdk-apigateway/CHANGELOG.md +++ b/gems/aws-sdk-apigateway/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.84.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.83.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-apigateway/VERSION b/gems/aws-sdk-apigateway/VERSION index 6b4de0a42b0..bd0f9e6c28f 100644 --- a/gems/aws-sdk-apigateway/VERSION +++ b/gems/aws-sdk-apigateway/VERSION @@ -1 +1 @@ -1.83.0 +1.84.0 diff --git a/gems/aws-sdk-apigateway/aws-sdk-apigateway.gemspec b/gems/aws-sdk-apigateway/aws-sdk-apigateway.gemspec index 9781cbe0e20..1b10226436f 100644 --- a/gems/aws-sdk-apigateway/aws-sdk-apigateway.gemspec +++ b/gems/aws-sdk-apigateway/aws-sdk-apigateway.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-apigateway/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-apigateway/lib/aws-sdk-apigateway.rb b/gems/aws-sdk-apigateway/lib/aws-sdk-apigateway.rb index 477feed5612..80beef67743 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.83.0' + GEM_VERSION = '1.84.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 bee8ecbcfba..9bb016cba3c 100644 --- a/gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/client.rb +++ b/gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/client.rb @@ -7040,7 +7040,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-apigateway' - 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-apigatewaymanagementapi/CHANGELOG.md b/gems/aws-sdk-apigatewaymanagementapi/CHANGELOG.md index 007c2966d56..f5b9f78a6af 100644 --- a/gems/aws-sdk-apigatewaymanagementapi/CHANGELOG.md +++ b/gems/aws-sdk-apigatewaymanagementapi/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.35.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.34.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-apigatewaymanagementapi/VERSION b/gems/aws-sdk-apigatewaymanagementapi/VERSION index 2b17ffd5042..2aeaa11ee27 100644 --- a/gems/aws-sdk-apigatewaymanagementapi/VERSION +++ b/gems/aws-sdk-apigatewaymanagementapi/VERSION @@ -1 +1 @@ -1.34.0 +1.35.0 diff --git a/gems/aws-sdk-apigatewaymanagementapi/aws-sdk-apigatewaymanagementapi.gemspec b/gems/aws-sdk-apigatewaymanagementapi/aws-sdk-apigatewaymanagementapi.gemspec index b64a48e7d5b..aed625f9459 100644 --- a/gems/aws-sdk-apigatewaymanagementapi/aws-sdk-apigatewaymanagementapi.gemspec +++ b/gems/aws-sdk-apigatewaymanagementapi/aws-sdk-apigatewaymanagementapi.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-apigatewaymanagementapi/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-apigatewaymanagementapi/lib/aws-sdk-apigatewaymanagementapi.rb b/gems/aws-sdk-apigatewaymanagementapi/lib/aws-sdk-apigatewaymanagementapi.rb index 057b5764ea0..e7fc706df1a 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.34.0' + GEM_VERSION = '1.35.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 a0f7d7e189e..51341f7a4b5 100644 --- a/gems/aws-sdk-apigatewaymanagementapi/lib/aws-sdk-apigatewaymanagementapi/client.rb +++ b/gems/aws-sdk-apigatewaymanagementapi/lib/aws-sdk-apigatewaymanagementapi/client.rb @@ -458,7 +458,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-apigatewaymanagementapi' - 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-apigatewayv2/CHANGELOG.md b/gems/aws-sdk-apigatewayv2/CHANGELOG.md index 978e75f39b8..cbeab292e79 100644 --- a/gems/aws-sdk-apigatewayv2/CHANGELOG.md +++ b/gems/aws-sdk-apigatewayv2/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.47.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.46.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-apigatewayv2/VERSION b/gems/aws-sdk-apigatewayv2/VERSION index 0a3db35b241..21998d3c2d9 100644 --- a/gems/aws-sdk-apigatewayv2/VERSION +++ b/gems/aws-sdk-apigatewayv2/VERSION @@ -1 +1 @@ -1.46.0 +1.47.0 diff --git a/gems/aws-sdk-apigatewayv2/aws-sdk-apigatewayv2.gemspec b/gems/aws-sdk-apigatewayv2/aws-sdk-apigatewayv2.gemspec index aa3a2b4ec26..a194aa39d5b 100644 --- a/gems/aws-sdk-apigatewayv2/aws-sdk-apigatewayv2.gemspec +++ b/gems/aws-sdk-apigatewayv2/aws-sdk-apigatewayv2.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-apigatewayv2/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2.rb b/gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2.rb index ad770486805..4939d4c40d4 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.46.0' + GEM_VERSION = '1.47.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 b38a88f881f..e2a2da790d5 100644 --- a/gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/client.rb +++ b/gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/client.rb @@ -4503,7 +4503,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-apigatewayv2' - 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-appconfig/CHANGELOG.md b/gems/aws-sdk-appconfig/CHANGELOG.md index 3422a5ec903..6a395d6f36f 100644 --- a/gems/aws-sdk-appconfig/CHANGELOG.md +++ b/gems/aws-sdk-appconfig/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.33.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.32.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-appconfig/VERSION b/gems/aws-sdk-appconfig/VERSION index 359c41089a4..7aa332e4163 100644 --- a/gems/aws-sdk-appconfig/VERSION +++ b/gems/aws-sdk-appconfig/VERSION @@ -1 +1 @@ -1.32.0 +1.33.0 diff --git a/gems/aws-sdk-appconfig/aws-sdk-appconfig.gemspec b/gems/aws-sdk-appconfig/aws-sdk-appconfig.gemspec index 5ad400b72e4..021178217df 100644 --- a/gems/aws-sdk-appconfig/aws-sdk-appconfig.gemspec +++ b/gems/aws-sdk-appconfig/aws-sdk-appconfig.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-appconfig/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-appconfig/lib/aws-sdk-appconfig.rb b/gems/aws-sdk-appconfig/lib/aws-sdk-appconfig.rb index 5964ee1c112..1edeec42cca 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.32.0' + GEM_VERSION = '1.33.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 f6202fe76f3..a5385092034 100644 --- a/gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/client.rb +++ b/gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/client.rb @@ -3578,7 +3578,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-appconfig' - 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-appconfigdata/CHANGELOG.md b/gems/aws-sdk-appconfigdata/CHANGELOG.md index b64e72e37fa..73d971f8184 100644 --- a/gems/aws-sdk-appconfigdata/CHANGELOG.md +++ b/gems/aws-sdk-appconfigdata/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.11.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.10.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-appconfigdata/VERSION b/gems/aws-sdk-appconfigdata/VERSION index 81c871de46b..1cac385c6cb 100644 --- a/gems/aws-sdk-appconfigdata/VERSION +++ b/gems/aws-sdk-appconfigdata/VERSION @@ -1 +1 @@ -1.10.0 +1.11.0 diff --git a/gems/aws-sdk-appconfigdata/aws-sdk-appconfigdata.gemspec b/gems/aws-sdk-appconfigdata/aws-sdk-appconfigdata.gemspec index 0496a8bd4b7..a587283f2b1 100644 --- a/gems/aws-sdk-appconfigdata/aws-sdk-appconfigdata.gemspec +++ b/gems/aws-sdk-appconfigdata/aws-sdk-appconfigdata.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-appconfigdata/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-appconfigdata/lib/aws-sdk-appconfigdata.rb b/gems/aws-sdk-appconfigdata/lib/aws-sdk-appconfigdata.rb index 32f04edf678..4572bca9acd 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.10.0' + GEM_VERSION = '1.11.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 186ec0cf2dd..a59fd9d94a6 100644 --- a/gems/aws-sdk-appconfigdata/lib/aws-sdk-appconfigdata/client.rb +++ b/gems/aws-sdk-appconfigdata/lib/aws-sdk-appconfigdata/client.rb @@ -503,7 +503,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-appconfigdata' - 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-appfabric/CHANGELOG.md b/gems/aws-sdk-appfabric/CHANGELOG.md index 64a1fca4754..43b2f8cd94a 100644 --- a/gems/aws-sdk-appfabric/CHANGELOG.md +++ b/gems/aws-sdk-appfabric/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.1.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.0.0 (2023-06-27) ------------------ diff --git a/gems/aws-sdk-appfabric/VERSION b/gems/aws-sdk-appfabric/VERSION index 3eefcb9dd5b..9084fa2f716 100644 --- a/gems/aws-sdk-appfabric/VERSION +++ b/gems/aws-sdk-appfabric/VERSION @@ -1 +1 @@ -1.0.0 +1.1.0 diff --git a/gems/aws-sdk-appfabric/aws-sdk-appfabric.gemspec b/gems/aws-sdk-appfabric/aws-sdk-appfabric.gemspec index 7be8f4a331f..c5e409bda5c 100644 --- a/gems/aws-sdk-appfabric/aws-sdk-appfabric.gemspec +++ b/gems/aws-sdk-appfabric/aws-sdk-appfabric.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-appfabric/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-appfabric/lib/aws-sdk-appfabric.rb b/gems/aws-sdk-appfabric/lib/aws-sdk-appfabric.rb index 64e7495f16e..a63234e124a 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.0.0' + GEM_VERSION = '1.1.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 bfce8350975..2bf61f4f030 100644 --- a/gems/aws-sdk-appfabric/lib/aws-sdk-appfabric/client.rb +++ b/gems/aws-sdk-appfabric/lib/aws-sdk-appfabric/client.rb @@ -1728,7 +1728,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-appfabric' - context[:gem_version] = '1.0.0' + context[:gem_version] = '1.1.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 085677a5760..00afbca9e12 100644 --- a/gems/aws-sdk-appflow/CHANGELOG.md +++ b/gems/aws-sdk-appflow/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.46.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.45.0 (2023-06-27) ------------------ diff --git a/gems/aws-sdk-appflow/VERSION b/gems/aws-sdk-appflow/VERSION index 50aceaa7b71..0a3db35b241 100644 --- a/gems/aws-sdk-appflow/VERSION +++ b/gems/aws-sdk-appflow/VERSION @@ -1 +1 @@ -1.45.0 +1.46.0 diff --git a/gems/aws-sdk-appflow/aws-sdk-appflow.gemspec b/gems/aws-sdk-appflow/aws-sdk-appflow.gemspec index ed20381a225..fa695f2b636 100644 --- a/gems/aws-sdk-appflow/aws-sdk-appflow.gemspec +++ b/gems/aws-sdk-appflow/aws-sdk-appflow.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-appflow/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-appflow/lib/aws-sdk-appflow.rb b/gems/aws-sdk-appflow/lib/aws-sdk-appflow.rb index 7fd271edeeb..ea12f16d203 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.45.0' + GEM_VERSION = '1.46.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 ae569b9d00f..4c8b8f4a640 100644 --- a/gems/aws-sdk-appflow/lib/aws-sdk-appflow/client.rb +++ b/gems/aws-sdk-appflow/lib/aws-sdk-appflow/client.rb @@ -3217,7 +3217,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-appflow' - 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-appintegrationsservice/CHANGELOG.md b/gems/aws-sdk-appintegrationsservice/CHANGELOG.md index 3421ccf72db..4f2d34f0147 100644 --- a/gems/aws-sdk-appintegrationsservice/CHANGELOG.md +++ b/gems/aws-sdk-appintegrationsservice/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.19.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.18.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-appintegrationsservice/VERSION b/gems/aws-sdk-appintegrationsservice/VERSION index 84cc529467b..815d5ca06d5 100644 --- a/gems/aws-sdk-appintegrationsservice/VERSION +++ b/gems/aws-sdk-appintegrationsservice/VERSION @@ -1 +1 @@ -1.18.0 +1.19.0 diff --git a/gems/aws-sdk-appintegrationsservice/aws-sdk-appintegrationsservice.gemspec b/gems/aws-sdk-appintegrationsservice/aws-sdk-appintegrationsservice.gemspec index d8427499a67..c7d2fd7c337 100644 --- a/gems/aws-sdk-appintegrationsservice/aws-sdk-appintegrationsservice.gemspec +++ b/gems/aws-sdk-appintegrationsservice/aws-sdk-appintegrationsservice.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-appintegrationsservice/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice.rb b/gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice.rb index bc657f4c949..ad05264cf5f 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.18.0' + GEM_VERSION = '1.19.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 348ad3a370a..765005f6aab 100644 --- a/gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/client.rb +++ b/gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/client.rb @@ -1091,7 +1091,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-appintegrationsservice' - 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-applicationautoscaling/CHANGELOG.md b/gems/aws-sdk-applicationautoscaling/CHANGELOG.md index 22c8ca35875..193a1356225 100644 --- a/gems/aws-sdk-applicationautoscaling/CHANGELOG.md +++ b/gems/aws-sdk-applicationautoscaling/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.73.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.72.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-applicationautoscaling/VERSION b/gems/aws-sdk-applicationautoscaling/VERSION index 0834888f558..5e3a4256626 100644 --- a/gems/aws-sdk-applicationautoscaling/VERSION +++ b/gems/aws-sdk-applicationautoscaling/VERSION @@ -1 +1 @@ -1.72.0 +1.73.0 diff --git a/gems/aws-sdk-applicationautoscaling/aws-sdk-applicationautoscaling.gemspec b/gems/aws-sdk-applicationautoscaling/aws-sdk-applicationautoscaling.gemspec index 163df2c5d99..4a1f2390c5f 100644 --- a/gems/aws-sdk-applicationautoscaling/aws-sdk-applicationautoscaling.gemspec +++ b/gems/aws-sdk-applicationautoscaling/aws-sdk-applicationautoscaling.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-applicationautoscaling/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-applicationautoscaling/lib/aws-sdk-applicationautoscaling.rb b/gems/aws-sdk-applicationautoscaling/lib/aws-sdk-applicationautoscaling.rb index 145e2c14390..60821fada19 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.72.0' + GEM_VERSION = '1.73.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 3254481d757..fa60e9f1716 100644 --- a/gems/aws-sdk-applicationautoscaling/lib/aws-sdk-applicationautoscaling/client.rb +++ b/gems/aws-sdk-applicationautoscaling/lib/aws-sdk-applicationautoscaling/client.rb @@ -3308,7 +3308,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-applicationautoscaling' - 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-applicationcostprofiler/CHANGELOG.md b/gems/aws-sdk-applicationcostprofiler/CHANGELOG.md index 9cf709b076c..11a19e97a0a 100644 --- a/gems/aws-sdk-applicationcostprofiler/CHANGELOG.md +++ b/gems/aws-sdk-applicationcostprofiler/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.14.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.13.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-applicationcostprofiler/VERSION b/gems/aws-sdk-applicationcostprofiler/VERSION index feaae22bac7..850e742404b 100644 --- a/gems/aws-sdk-applicationcostprofiler/VERSION +++ b/gems/aws-sdk-applicationcostprofiler/VERSION @@ -1 +1 @@ -1.13.0 +1.14.0 diff --git a/gems/aws-sdk-applicationcostprofiler/aws-sdk-applicationcostprofiler.gemspec b/gems/aws-sdk-applicationcostprofiler/aws-sdk-applicationcostprofiler.gemspec index b02ca96290a..ed782049878 100644 --- a/gems/aws-sdk-applicationcostprofiler/aws-sdk-applicationcostprofiler.gemspec +++ b/gems/aws-sdk-applicationcostprofiler/aws-sdk-applicationcostprofiler.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-applicationcostprofiler/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-applicationcostprofiler/lib/aws-sdk-applicationcostprofiler.rb b/gems/aws-sdk-applicationcostprofiler/lib/aws-sdk-applicationcostprofiler.rb index 49bb4dd3b8d..869c062c0f5 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.13.0' + GEM_VERSION = '1.14.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 4266fe5a5b5..630941eb128 100644 --- a/gems/aws-sdk-applicationcostprofiler/lib/aws-sdk-applicationcostprofiler/client.rb +++ b/gems/aws-sdk-applicationcostprofiler/lib/aws-sdk-applicationcostprofiler/client.rb @@ -640,7 +640,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-applicationcostprofiler' - 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-applicationdiscoveryservice/CHANGELOG.md b/gems/aws-sdk-applicationdiscoveryservice/CHANGELOG.md index 7f6f8b38daa..aed02873478 100644 --- a/gems/aws-sdk-applicationdiscoveryservice/CHANGELOG.md +++ b/gems/aws-sdk-applicationdiscoveryservice/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.53.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.52.0 (2023-06-16) ------------------ diff --git a/gems/aws-sdk-applicationdiscoveryservice/VERSION b/gems/aws-sdk-applicationdiscoveryservice/VERSION index a63cb35e6f0..3f4830156cb 100644 --- a/gems/aws-sdk-applicationdiscoveryservice/VERSION +++ b/gems/aws-sdk-applicationdiscoveryservice/VERSION @@ -1 +1 @@ -1.52.0 +1.53.0 diff --git a/gems/aws-sdk-applicationdiscoveryservice/aws-sdk-applicationdiscoveryservice.gemspec b/gems/aws-sdk-applicationdiscoveryservice/aws-sdk-applicationdiscoveryservice.gemspec index 96412fee7d0..46657e97c66 100644 --- a/gems/aws-sdk-applicationdiscoveryservice/aws-sdk-applicationdiscoveryservice.gemspec +++ b/gems/aws-sdk-applicationdiscoveryservice/aws-sdk-applicationdiscoveryservice.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-applicationdiscoveryservice/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice.rb b/gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice.rb index 62e54a30dea..05579678b27 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.52.0' + GEM_VERSION = '1.53.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 2d7c89a3135..1a06e6111e3 100644 --- a/gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/client.rb +++ b/gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/client.rb @@ -1610,7 +1610,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-applicationdiscoveryservice' - 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-applicationinsights/CHANGELOG.md b/gems/aws-sdk-applicationinsights/CHANGELOG.md index fefac433da2..8275b0e7934 100644 --- a/gems/aws-sdk-applicationinsights/CHANGELOG.md +++ b/gems/aws-sdk-applicationinsights/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.36.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.35.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-applicationinsights/VERSION b/gems/aws-sdk-applicationinsights/VERSION index 2aeaa11ee27..39fc130ef85 100644 --- a/gems/aws-sdk-applicationinsights/VERSION +++ b/gems/aws-sdk-applicationinsights/VERSION @@ -1 +1 @@ -1.35.0 +1.36.0 diff --git a/gems/aws-sdk-applicationinsights/aws-sdk-applicationinsights.gemspec b/gems/aws-sdk-applicationinsights/aws-sdk-applicationinsights.gemspec index 45a068fe219..2794e7e12b3 100644 --- a/gems/aws-sdk-applicationinsights/aws-sdk-applicationinsights.gemspec +++ b/gems/aws-sdk-applicationinsights/aws-sdk-applicationinsights.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-applicationinsights/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights.rb b/gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights.rb index 61310421530..06d346f1160 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.35.0' + GEM_VERSION = '1.36.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 de5f3da0d0b..333ff35a770 100644 --- a/gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/client.rb +++ b/gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/client.rb @@ -1697,7 +1697,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-applicationinsights' - 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-appmesh/CHANGELOG.md b/gems/aws-sdk-appmesh/CHANGELOG.md index 4da8a58aa42..7abbdd50326 100644 --- a/gems/aws-sdk-appmesh/CHANGELOG.md +++ b/gems/aws-sdk-appmesh/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.52.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.51.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-appmesh/VERSION b/gems/aws-sdk-appmesh/VERSION index ba0a719118c..a63cb35e6f0 100644 --- a/gems/aws-sdk-appmesh/VERSION +++ b/gems/aws-sdk-appmesh/VERSION @@ -1 +1 @@ -1.51.0 +1.52.0 diff --git a/gems/aws-sdk-appmesh/aws-sdk-appmesh.gemspec b/gems/aws-sdk-appmesh/aws-sdk-appmesh.gemspec index b1582449953..9ef7a328cf8 100644 --- a/gems/aws-sdk-appmesh/aws-sdk-appmesh.gemspec +++ b/gems/aws-sdk-appmesh/aws-sdk-appmesh.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-appmesh/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-appmesh/lib/aws-sdk-appmesh.rb b/gems/aws-sdk-appmesh/lib/aws-sdk-appmesh.rb index a9ea3aebe87..dfd8e418007 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.51.0' + GEM_VERSION = '1.52.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 d4262fb62e0..a68179a44c7 100644 --- a/gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/client.rb +++ b/gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/client.rb @@ -5483,7 +5483,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-appmesh' - 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-appregistry/CHANGELOG.md b/gems/aws-sdk-appregistry/CHANGELOG.md index 00efae3f084..ae0ab9ba870 100644 --- a/gems/aws-sdk-appregistry/CHANGELOG.md +++ b/gems/aws-sdk-appregistry/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.23.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.22.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-appregistry/VERSION b/gems/aws-sdk-appregistry/VERSION index 57807d6d0d0..a6c2798a482 100644 --- a/gems/aws-sdk-appregistry/VERSION +++ b/gems/aws-sdk-appregistry/VERSION @@ -1 +1 @@ -1.22.0 +1.23.0 diff --git a/gems/aws-sdk-appregistry/aws-sdk-appregistry.gemspec b/gems/aws-sdk-appregistry/aws-sdk-appregistry.gemspec index a5e7aede2b5..9425c0d8777 100644 --- a/gems/aws-sdk-appregistry/aws-sdk-appregistry.gemspec +++ b/gems/aws-sdk-appregistry/aws-sdk-appregistry.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-appregistry/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-appregistry/lib/aws-sdk-appregistry.rb b/gems/aws-sdk-appregistry/lib/aws-sdk-appregistry.rb index bbea367136b..f76ff34e8f6 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.22.0' + GEM_VERSION = '1.23.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 4fbc5d58187..2e32a729bcc 100644 --- a/gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/client.rb +++ b/gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/client.rb @@ -1395,7 +1395,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-appregistry' - 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-apprunner/CHANGELOG.md b/gems/aws-sdk-apprunner/CHANGELOG.md index 1a63bfc5f8f..33a8f07f0a8 100644 --- a/gems/aws-sdk-apprunner/CHANGELOG.md +++ b/gems/aws-sdk-apprunner/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.25.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.24.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-apprunner/VERSION b/gems/aws-sdk-apprunner/VERSION index 53cc1a6f929..ad2191947f7 100644 --- a/gems/aws-sdk-apprunner/VERSION +++ b/gems/aws-sdk-apprunner/VERSION @@ -1 +1 @@ -1.24.0 +1.25.0 diff --git a/gems/aws-sdk-apprunner/aws-sdk-apprunner.gemspec b/gems/aws-sdk-apprunner/aws-sdk-apprunner.gemspec index 2484f02b786..20951f03b9b 100644 --- a/gems/aws-sdk-apprunner/aws-sdk-apprunner.gemspec +++ b/gems/aws-sdk-apprunner/aws-sdk-apprunner.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-apprunner/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-apprunner/lib/aws-sdk-apprunner.rb b/gems/aws-sdk-apprunner/lib/aws-sdk-apprunner.rb index 6e5651f11bc..2ff2bf177e5 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.24.0' + GEM_VERSION = '1.25.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 f2c2cf5c030..044a1fc3916 100644 --- a/gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/client.rb +++ b/gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/client.rb @@ -2720,7 +2720,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-apprunner' - 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-appstream/CHANGELOG.md b/gems/aws-sdk-appstream/CHANGELOG.md index ede775a7f54..feb91f9eadc 100644 --- a/gems/aws-sdk-appstream/CHANGELOG.md +++ b/gems/aws-sdk-appstream/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.73.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.72.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-appstream/VERSION b/gems/aws-sdk-appstream/VERSION index 0834888f558..5e3a4256626 100644 --- a/gems/aws-sdk-appstream/VERSION +++ b/gems/aws-sdk-appstream/VERSION @@ -1 +1 @@ -1.72.0 +1.73.0 diff --git a/gems/aws-sdk-appstream/aws-sdk-appstream.gemspec b/gems/aws-sdk-appstream/aws-sdk-appstream.gemspec index e9553a9ee5b..6d0d677a888 100644 --- a/gems/aws-sdk-appstream/aws-sdk-appstream.gemspec +++ b/gems/aws-sdk-appstream/aws-sdk-appstream.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-appstream/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-appstream/lib/aws-sdk-appstream.rb b/gems/aws-sdk-appstream/lib/aws-sdk-appstream.rb index d09338fc1df..023402aa49e 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.72.0' + GEM_VERSION = '1.73.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 8e92bf63b44..78736cdb014 100644 --- a/gems/aws-sdk-appstream/lib/aws-sdk-appstream/client.rb +++ b/gems/aws-sdk-appstream/lib/aws-sdk-appstream/client.rb @@ -4389,7 +4389,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-appstream' - 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-appsync/CHANGELOG.md b/gems/aws-sdk-appsync/CHANGELOG.md index c9c8fffac20..cccdc6c7d19 100644 --- a/gems/aws-sdk-appsync/CHANGELOG.md +++ b/gems/aws-sdk-appsync/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.63.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.62.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-appsync/VERSION b/gems/aws-sdk-appsync/VERSION index 76d05362056..af92bdd9f58 100644 --- a/gems/aws-sdk-appsync/VERSION +++ b/gems/aws-sdk-appsync/VERSION @@ -1 +1 @@ -1.62.0 +1.63.0 diff --git a/gems/aws-sdk-appsync/aws-sdk-appsync.gemspec b/gems/aws-sdk-appsync/aws-sdk-appsync.gemspec index b7eacc69638..3d6482bade4 100644 --- a/gems/aws-sdk-appsync/aws-sdk-appsync.gemspec +++ b/gems/aws-sdk-appsync/aws-sdk-appsync.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-appsync/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-appsync/lib/aws-sdk-appsync.rb b/gems/aws-sdk-appsync/lib/aws-sdk-appsync.rb index e1e4dc46bef..7969bfae901 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.62.0' + GEM_VERSION = '1.63.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 615f8653e59..8352eb54116 100644 --- a/gems/aws-sdk-appsync/lib/aws-sdk-appsync/client.rb +++ b/gems/aws-sdk-appsync/lib/aws-sdk-appsync/client.rb @@ -3788,7 +3788,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-appsync' - 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-arczonalshift/CHANGELOG.md b/gems/aws-sdk-arczonalshift/CHANGELOG.md index 0108816f763..ee8af29d439 100644 --- a/gems/aws-sdk-arczonalshift/CHANGELOG.md +++ b/gems/aws-sdk-arczonalshift/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.4.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.3.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-arczonalshift/VERSION b/gems/aws-sdk-arczonalshift/VERSION index f0bb29e7638..88c5fb891dc 100644 --- a/gems/aws-sdk-arczonalshift/VERSION +++ b/gems/aws-sdk-arczonalshift/VERSION @@ -1 +1 @@ -1.3.0 +1.4.0 diff --git a/gems/aws-sdk-arczonalshift/aws-sdk-arczonalshift.gemspec b/gems/aws-sdk-arczonalshift/aws-sdk-arczonalshift.gemspec index 94141b8fc77..41a6363a2c5 100644 --- a/gems/aws-sdk-arczonalshift/aws-sdk-arczonalshift.gemspec +++ b/gems/aws-sdk-arczonalshift/aws-sdk-arczonalshift.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-arczonalshift/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-arczonalshift/lib/aws-sdk-arczonalshift.rb b/gems/aws-sdk-arczonalshift/lib/aws-sdk-arczonalshift.rb index ed4d089dbcb..4b550203337 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.3.0' + GEM_VERSION = '1.4.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 4420405db56..d6575ce2ede 100644 --- a/gems/aws-sdk-arczonalshift/lib/aws-sdk-arczonalshift/client.rb +++ b/gems/aws-sdk-arczonalshift/lib/aws-sdk-arczonalshift/client.rb @@ -759,7 +759,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-arczonalshift' - context[:gem_version] = '1.3.0' + context[:gem_version] = '1.4.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 0c0051bd426..a0b2f1b688c 100644 --- a/gems/aws-sdk-athena/CHANGELOG.md +++ b/gems/aws-sdk-athena/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.72.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.71.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-athena/VERSION b/gems/aws-sdk-athena/VERSION index df484cbb1d9..0834888f558 100644 --- a/gems/aws-sdk-athena/VERSION +++ b/gems/aws-sdk-athena/VERSION @@ -1 +1 @@ -1.71.0 +1.72.0 diff --git a/gems/aws-sdk-athena/aws-sdk-athena.gemspec b/gems/aws-sdk-athena/aws-sdk-athena.gemspec index 7044565cf67..70e6e444370 100644 --- a/gems/aws-sdk-athena/aws-sdk-athena.gemspec +++ b/gems/aws-sdk-athena/aws-sdk-athena.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-athena/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-athena/lib/aws-sdk-athena.rb b/gems/aws-sdk-athena/lib/aws-sdk-athena.rb index 35516799b7f..321591b831c 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.71.0' + GEM_VERSION = '1.72.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 c79644847bf..3e43981847d 100644 --- a/gems/aws-sdk-athena/lib/aws-sdk-athena/client.rb +++ b/gems/aws-sdk-athena/lib/aws-sdk-athena/client.rb @@ -3598,7 +3598,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-athena' - 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-auditmanager/CHANGELOG.md b/gems/aws-sdk-auditmanager/CHANGELOG.md index 1c0352b8b03..5fc354bb85c 100644 --- a/gems/aws-sdk-auditmanager/CHANGELOG.md +++ b/gems/aws-sdk-auditmanager/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.34.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.33.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-auditmanager/VERSION b/gems/aws-sdk-auditmanager/VERSION index 7aa332e4163..2b17ffd5042 100644 --- a/gems/aws-sdk-auditmanager/VERSION +++ b/gems/aws-sdk-auditmanager/VERSION @@ -1 +1 @@ -1.33.0 +1.34.0 diff --git a/gems/aws-sdk-auditmanager/aws-sdk-auditmanager.gemspec b/gems/aws-sdk-auditmanager/aws-sdk-auditmanager.gemspec index cad1326a43f..30d74d9e6e3 100644 --- a/gems/aws-sdk-auditmanager/aws-sdk-auditmanager.gemspec +++ b/gems/aws-sdk-auditmanager/aws-sdk-auditmanager.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-auditmanager/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager.rb b/gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager.rb index 8271cc6dbbe..cc491d4e1c7 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.33.0' + GEM_VERSION = '1.34.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 0ff1f4cb873..432a4723001 100644 --- a/gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/client.rb +++ b/gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/client.rb @@ -3862,7 +3862,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-auditmanager' - 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-augmentedairuntime/CHANGELOG.md b/gems/aws-sdk-augmentedairuntime/CHANGELOG.md index 6168c571051..7564b5d3f54 100644 --- a/gems/aws-sdk-augmentedairuntime/CHANGELOG.md +++ b/gems/aws-sdk-augmentedairuntime/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.28.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.27.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-augmentedairuntime/VERSION b/gems/aws-sdk-augmentedairuntime/VERSION index 5db08bf2dc5..cfc730712d5 100644 --- a/gems/aws-sdk-augmentedairuntime/VERSION +++ b/gems/aws-sdk-augmentedairuntime/VERSION @@ -1 +1 @@ -1.27.0 +1.28.0 diff --git a/gems/aws-sdk-augmentedairuntime/aws-sdk-augmentedairuntime.gemspec b/gems/aws-sdk-augmentedairuntime/aws-sdk-augmentedairuntime.gemspec index a1e27798078..a88b8cb2d98 100644 --- a/gems/aws-sdk-augmentedairuntime/aws-sdk-augmentedairuntime.gemspec +++ b/gems/aws-sdk-augmentedairuntime/aws-sdk-augmentedairuntime.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-augmentedairuntime/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-augmentedairuntime/lib/aws-sdk-augmentedairuntime.rb b/gems/aws-sdk-augmentedairuntime/lib/aws-sdk-augmentedairuntime.rb index cb79732aaf5..71be8d1de80 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.27.0' + GEM_VERSION = '1.28.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 a99a0c7a338..7809f6768c5 100644 --- a/gems/aws-sdk-augmentedairuntime/lib/aws-sdk-augmentedairuntime/client.rb +++ b/gems/aws-sdk-augmentedairuntime/lib/aws-sdk-augmentedairuntime/client.rb @@ -589,7 +589,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-augmentedairuntime' - 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-autoscaling/CHANGELOG.md b/gems/aws-sdk-autoscaling/CHANGELOG.md index fd83843ed5a..f7284d5cd34 100644 --- a/gems/aws-sdk-autoscaling/CHANGELOG.md +++ b/gems/aws-sdk-autoscaling/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.92.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.91.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-autoscaling/VERSION b/gems/aws-sdk-autoscaling/VERSION index 6979a6c0661..7f229af9647 100644 --- a/gems/aws-sdk-autoscaling/VERSION +++ b/gems/aws-sdk-autoscaling/VERSION @@ -1 +1 @@ -1.91.0 +1.92.0 diff --git a/gems/aws-sdk-autoscaling/aws-sdk-autoscaling.gemspec b/gems/aws-sdk-autoscaling/aws-sdk-autoscaling.gemspec index 3028baa995d..ea6533ac56a 100644 --- a/gems/aws-sdk-autoscaling/aws-sdk-autoscaling.gemspec +++ b/gems/aws-sdk-autoscaling/aws-sdk-autoscaling.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-autoscaling/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling.rb b/gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling.rb index 4b35f6013f5..559c9a82ced 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.91.0' + GEM_VERSION = '1.92.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 d75d009b7fd..4c093482b8d 100644 --- a/gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/client.rb +++ b/gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/client.rb @@ -7010,7 +7010,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-autoscaling' - 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-autoscalingplans/CHANGELOG.md b/gems/aws-sdk-autoscalingplans/CHANGELOG.md index 913022b77e9..bc429904eee 100644 --- a/gems/aws-sdk-autoscalingplans/CHANGELOG.md +++ b/gems/aws-sdk-autoscalingplans/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.45.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.44.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-autoscalingplans/VERSION b/gems/aws-sdk-autoscalingplans/VERSION index 372cf402c73..50aceaa7b71 100644 --- a/gems/aws-sdk-autoscalingplans/VERSION +++ b/gems/aws-sdk-autoscalingplans/VERSION @@ -1 +1 @@ -1.44.0 +1.45.0 diff --git a/gems/aws-sdk-autoscalingplans/aws-sdk-autoscalingplans.gemspec b/gems/aws-sdk-autoscalingplans/aws-sdk-autoscalingplans.gemspec index 2ac6ea6fb56..e7450eae405 100644 --- a/gems/aws-sdk-autoscalingplans/aws-sdk-autoscalingplans.gemspec +++ b/gems/aws-sdk-autoscalingplans/aws-sdk-autoscalingplans.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-autoscalingplans/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-autoscalingplans/lib/aws-sdk-autoscalingplans.rb b/gems/aws-sdk-autoscalingplans/lib/aws-sdk-autoscalingplans.rb index fed0a23de17..452b390f0f8 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.44.0' + GEM_VERSION = '1.45.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 4d7a469cf9a..57435f70bf2 100644 --- a/gems/aws-sdk-autoscalingplans/lib/aws-sdk-autoscalingplans/client.rb +++ b/gems/aws-sdk-autoscalingplans/lib/aws-sdk-autoscalingplans/client.rb @@ -930,7 +930,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-autoscalingplans' - 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-backup/CHANGELOG.md b/gems/aws-sdk-backup/CHANGELOG.md index 7c7f5fe4e7b..5e8b475079f 100644 --- a/gems/aws-sdk-backup/CHANGELOG.md +++ b/gems/aws-sdk-backup/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.54.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.53.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-backup/VERSION b/gems/aws-sdk-backup/VERSION index 3f4830156cb..b7921ae87bc 100644 --- a/gems/aws-sdk-backup/VERSION +++ b/gems/aws-sdk-backup/VERSION @@ -1 +1 @@ -1.53.0 +1.54.0 diff --git a/gems/aws-sdk-backup/aws-sdk-backup.gemspec b/gems/aws-sdk-backup/aws-sdk-backup.gemspec index 5b03e016ab3..bbd5aa24ca3 100644 --- a/gems/aws-sdk-backup/aws-sdk-backup.gemspec +++ b/gems/aws-sdk-backup/aws-sdk-backup.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-backup/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-backup/lib/aws-sdk-backup.rb b/gems/aws-sdk-backup/lib/aws-sdk-backup.rb index a05dd210cee..0bb726c47a3 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.53.0' + GEM_VERSION = '1.54.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 c81e4c5f283..0e3d34d728d 100644 --- a/gems/aws-sdk-backup/lib/aws-sdk-backup/client.rb +++ b/gems/aws-sdk-backup/lib/aws-sdk-backup/client.rb @@ -4473,7 +4473,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-backup' - 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-backupgateway/CHANGELOG.md b/gems/aws-sdk-backupgateway/CHANGELOG.md index 8eb3326f1bb..24a8365b9fc 100644 --- a/gems/aws-sdk-backupgateway/CHANGELOG.md +++ b/gems/aws-sdk-backupgateway/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.11.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.10.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-backupgateway/VERSION b/gems/aws-sdk-backupgateway/VERSION index 81c871de46b..1cac385c6cb 100644 --- a/gems/aws-sdk-backupgateway/VERSION +++ b/gems/aws-sdk-backupgateway/VERSION @@ -1 +1 @@ -1.10.0 +1.11.0 diff --git a/gems/aws-sdk-backupgateway/aws-sdk-backupgateway.gemspec b/gems/aws-sdk-backupgateway/aws-sdk-backupgateway.gemspec index 8538dddf997..8748c060fdd 100644 --- a/gems/aws-sdk-backupgateway/aws-sdk-backupgateway.gemspec +++ b/gems/aws-sdk-backupgateway/aws-sdk-backupgateway.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-backupgateway/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway.rb b/gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway.rb index ee7e59f158a..d863fa25dd0 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.10.0' + GEM_VERSION = '1.11.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 2cdd1f8ee40..072b06e5891 100644 --- a/gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway/client.rb +++ b/gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway/client.rb @@ -1397,7 +1397,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-backupgateway' - 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-backupstorage/CHANGELOG.md b/gems/aws-sdk-backupstorage/CHANGELOG.md index 4eead7e03ba..6626f4bdf2d 100644 --- a/gems/aws-sdk-backupstorage/CHANGELOG.md +++ b/gems/aws-sdk-backupstorage/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.5.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.4.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-backupstorage/VERSION b/gems/aws-sdk-backupstorage/VERSION index 88c5fb891dc..bc80560fad6 100644 --- a/gems/aws-sdk-backupstorage/VERSION +++ b/gems/aws-sdk-backupstorage/VERSION @@ -1 +1 @@ -1.4.0 +1.5.0 diff --git a/gems/aws-sdk-backupstorage/aws-sdk-backupstorage.gemspec b/gems/aws-sdk-backupstorage/aws-sdk-backupstorage.gemspec index ba2279203b6..bc323296e87 100644 --- a/gems/aws-sdk-backupstorage/aws-sdk-backupstorage.gemspec +++ b/gems/aws-sdk-backupstorage/aws-sdk-backupstorage.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-backupstorage/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-backupstorage/lib/aws-sdk-backupstorage.rb b/gems/aws-sdk-backupstorage/lib/aws-sdk-backupstorage.rb index 1dd04550fa6..c470ce71149 100644 --- a/gems/aws-sdk-backupstorage/lib/aws-sdk-backupstorage.rb +++ b/gems/aws-sdk-backupstorage/lib/aws-sdk-backupstorage.rb @@ -52,6 +52,6 @@ # @!group service module Aws::BackupStorage - GEM_VERSION = '1.4.0' + GEM_VERSION = '1.5.0' end diff --git a/gems/aws-sdk-backupstorage/lib/aws-sdk-backupstorage/client.rb b/gems/aws-sdk-backupstorage/lib/aws-sdk-backupstorage/client.rb index ca8249ca97f..62304053205 100644 --- a/gems/aws-sdk-backupstorage/lib/aws-sdk-backupstorage/client.rb +++ b/gems/aws-sdk-backupstorage/lib/aws-sdk-backupstorage/client.rb @@ -828,7 +828,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-backupstorage' - 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-batch/CHANGELOG.md b/gems/aws-sdk-batch/CHANGELOG.md index 4575051e4ca..d50106fe527 100644 --- a/gems/aws-sdk-batch/CHANGELOG.md +++ b/gems/aws-sdk-batch/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.72.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.71.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-batch/VERSION b/gems/aws-sdk-batch/VERSION index df484cbb1d9..0834888f558 100644 --- a/gems/aws-sdk-batch/VERSION +++ b/gems/aws-sdk-batch/VERSION @@ -1 +1 @@ -1.71.0 +1.72.0 diff --git a/gems/aws-sdk-batch/aws-sdk-batch.gemspec b/gems/aws-sdk-batch/aws-sdk-batch.gemspec index 79f71ac9964..63a486670f6 100644 --- a/gems/aws-sdk-batch/aws-sdk-batch.gemspec +++ b/gems/aws-sdk-batch/aws-sdk-batch.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-batch/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-batch/lib/aws-sdk-batch.rb b/gems/aws-sdk-batch/lib/aws-sdk-batch.rb index c2ec5addc47..f110c4c2cb7 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.71.0' + GEM_VERSION = '1.72.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 7b1062b2675..ee8c0d11196 100644 --- a/gems/aws-sdk-batch/lib/aws-sdk-batch/client.rb +++ b/gems/aws-sdk-batch/lib/aws-sdk-batch/client.rb @@ -3663,7 +3663,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-batch' - 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-billingconductor/CHANGELOG.md b/gems/aws-sdk-billingconductor/CHANGELOG.md index 6b3424f4d00..7080d240e5d 100644 --- a/gems/aws-sdk-billingconductor/CHANGELOG.md +++ b/gems/aws-sdk-billingconductor/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.10.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.9.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-billingconductor/VERSION b/gems/aws-sdk-billingconductor/VERSION index f8e233b2733..81c871de46b 100644 --- a/gems/aws-sdk-billingconductor/VERSION +++ b/gems/aws-sdk-billingconductor/VERSION @@ -1 +1 @@ -1.9.0 +1.10.0 diff --git a/gems/aws-sdk-billingconductor/aws-sdk-billingconductor.gemspec b/gems/aws-sdk-billingconductor/aws-sdk-billingconductor.gemspec index d0e89825270..1a1f721e8d2 100644 --- a/gems/aws-sdk-billingconductor/aws-sdk-billingconductor.gemspec +++ b/gems/aws-sdk-billingconductor/aws-sdk-billingconductor.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-billingconductor/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor.rb b/gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor.rb index 9186a549077..b221cfc82f4 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.9.0' + GEM_VERSION = '1.10.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 0ddd55d25c7..6290dde6efb 100644 --- a/gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/client.rb +++ b/gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/client.rb @@ -1984,7 +1984,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-billingconductor' - 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-braket/CHANGELOG.md b/gems/aws-sdk-braket/CHANGELOG.md index 44e5a99fe90..ec6627551f1 100644 --- a/gems/aws-sdk-braket/CHANGELOG.md +++ b/gems/aws-sdk-braket/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.24.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.23.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-braket/VERSION b/gems/aws-sdk-braket/VERSION index a6c2798a482..53cc1a6f929 100644 --- a/gems/aws-sdk-braket/VERSION +++ b/gems/aws-sdk-braket/VERSION @@ -1 +1 @@ -1.23.0 +1.24.0 diff --git a/gems/aws-sdk-braket/aws-sdk-braket.gemspec b/gems/aws-sdk-braket/aws-sdk-braket.gemspec index e80de5f315a..93738eaa8ac 100644 --- a/gems/aws-sdk-braket/aws-sdk-braket.gemspec +++ b/gems/aws-sdk-braket/aws-sdk-braket.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-braket/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-braket/lib/aws-sdk-braket.rb b/gems/aws-sdk-braket/lib/aws-sdk-braket.rb index c050a557560..f6ea376c275 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.23.0' + GEM_VERSION = '1.24.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 60cb442b312..267ae259d99 100644 --- a/gems/aws-sdk-braket/lib/aws-sdk-braket/client.rb +++ b/gems/aws-sdk-braket/lib/aws-sdk-braket/client.rb @@ -1087,7 +1087,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-braket' - 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-budgets/CHANGELOG.md b/gems/aws-sdk-budgets/CHANGELOG.md index 5975ce965e9..c3db45efe37 100644 --- a/gems/aws-sdk-budgets/CHANGELOG.md +++ b/gems/aws-sdk-budgets/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.55.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.54.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-budgets/VERSION b/gems/aws-sdk-budgets/VERSION index b7921ae87bc..094d6ad00ce 100644 --- a/gems/aws-sdk-budgets/VERSION +++ b/gems/aws-sdk-budgets/VERSION @@ -1 +1 @@ -1.54.0 +1.55.0 diff --git a/gems/aws-sdk-budgets/aws-sdk-budgets.gemspec b/gems/aws-sdk-budgets/aws-sdk-budgets.gemspec index c294d3ccb0f..893c4948f41 100644 --- a/gems/aws-sdk-budgets/aws-sdk-budgets.gemspec +++ b/gems/aws-sdk-budgets/aws-sdk-budgets.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-budgets/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-budgets/lib/aws-sdk-budgets.rb b/gems/aws-sdk-budgets/lib/aws-sdk-budgets.rb index 236d9044b16..0216b2f4256 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.54.0' + GEM_VERSION = '1.55.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 8b79a3fea53..327010a43a7 100644 --- a/gems/aws-sdk-budgets/lib/aws-sdk-budgets/client.rb +++ b/gems/aws-sdk-budgets/lib/aws-sdk-budgets/client.rb @@ -1904,7 +1904,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-budgets' - 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-chime/CHANGELOG.md b/gems/aws-sdk-chime/CHANGELOG.md index 67692969e34..9b7587552e1 100644 --- a/gems/aws-sdk-chime/CHANGELOG.md +++ b/gems/aws-sdk-chime/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.74.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.73.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-chime/VERSION b/gems/aws-sdk-chime/VERSION index 5e3a4256626..dc87e8af82f 100644 --- a/gems/aws-sdk-chime/VERSION +++ b/gems/aws-sdk-chime/VERSION @@ -1 +1 @@ -1.73.0 +1.74.0 diff --git a/gems/aws-sdk-chime/aws-sdk-chime.gemspec b/gems/aws-sdk-chime/aws-sdk-chime.gemspec index a6ad6304195..19fdd44f02e 100644 --- a/gems/aws-sdk-chime/aws-sdk-chime.gemspec +++ b/gems/aws-sdk-chime/aws-sdk-chime.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-chime/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-chime/lib/aws-sdk-chime.rb b/gems/aws-sdk-chime/lib/aws-sdk-chime.rb index 4bec9d01fb5..8027c0896ed 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.73.0' + GEM_VERSION = '1.74.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 04bd80bae50..ffefd05893d 100644 --- a/gems/aws-sdk-chime/lib/aws-sdk-chime/client.rb +++ b/gems/aws-sdk-chime/lib/aws-sdk-chime/client.rb @@ -8632,7 +8632,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-chime' - 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-chimesdkidentity/CHANGELOG.md b/gems/aws-sdk-chimesdkidentity/CHANGELOG.md index ac21f0da861..30ca7a4dbf1 100644 --- a/gems/aws-sdk-chimesdkidentity/CHANGELOG.md +++ b/gems/aws-sdk-chimesdkidentity/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.16.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.15.0 (2023-06-22) ------------------ diff --git a/gems/aws-sdk-chimesdkidentity/VERSION b/gems/aws-sdk-chimesdkidentity/VERSION index 141f2e805be..15b989e398f 100644 --- a/gems/aws-sdk-chimesdkidentity/VERSION +++ b/gems/aws-sdk-chimesdkidentity/VERSION @@ -1 +1 @@ -1.15.0 +1.16.0 diff --git a/gems/aws-sdk-chimesdkidentity/aws-sdk-chimesdkidentity.gemspec b/gems/aws-sdk-chimesdkidentity/aws-sdk-chimesdkidentity.gemspec index 81b5ba90e49..3755efcf711 100644 --- a/gems/aws-sdk-chimesdkidentity/aws-sdk-chimesdkidentity.gemspec +++ b/gems/aws-sdk-chimesdkidentity/aws-sdk-chimesdkidentity.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-chimesdkidentity/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-chimesdkidentity/lib/aws-sdk-chimesdkidentity.rb b/gems/aws-sdk-chimesdkidentity/lib/aws-sdk-chimesdkidentity.rb index cc961dd1fca..fd53906bcd5 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.15.0' + GEM_VERSION = '1.16.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 f6d55a6bfcd..4580cd1c426 100644 --- a/gems/aws-sdk-chimesdkidentity/lib/aws-sdk-chimesdkidentity/client.rb +++ b/gems/aws-sdk-chimesdkidentity/lib/aws-sdk-chimesdkidentity/client.rb @@ -1598,7 +1598,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-chimesdkidentity' - 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-chimesdkmediapipelines/CHANGELOG.md b/gems/aws-sdk-chimesdkmediapipelines/CHANGELOG.md index 008a7bb0c24..62522d005df 100644 --- a/gems/aws-sdk-chimesdkmediapipelines/CHANGELOG.md +++ b/gems/aws-sdk-chimesdkmediapipelines/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.8.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.7.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-chimesdkmediapipelines/VERSION b/gems/aws-sdk-chimesdkmediapipelines/VERSION index bd8bf882d06..27f9cd322bb 100644 --- a/gems/aws-sdk-chimesdkmediapipelines/VERSION +++ b/gems/aws-sdk-chimesdkmediapipelines/VERSION @@ -1 +1 @@ -1.7.0 +1.8.0 diff --git a/gems/aws-sdk-chimesdkmediapipelines/aws-sdk-chimesdkmediapipelines.gemspec b/gems/aws-sdk-chimesdkmediapipelines/aws-sdk-chimesdkmediapipelines.gemspec index b8ea9d6e3d6..bcd4c42cba8 100644 --- a/gems/aws-sdk-chimesdkmediapipelines/aws-sdk-chimesdkmediapipelines.gemspec +++ b/gems/aws-sdk-chimesdkmediapipelines/aws-sdk-chimesdkmediapipelines.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-chimesdkmediapipelines/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-chimesdkmediapipelines/lib/aws-sdk-chimesdkmediapipelines.rb b/gems/aws-sdk-chimesdkmediapipelines/lib/aws-sdk-chimesdkmediapipelines.rb index fe0aa1b1148..57e083bd6bc 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.7.0' + GEM_VERSION = '1.8.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 a3ad40420fb..7fce6bde388 100644 --- a/gems/aws-sdk-chimesdkmediapipelines/lib/aws-sdk-chimesdkmediapipelines/client.rb +++ b/gems/aws-sdk-chimesdkmediapipelines/lib/aws-sdk-chimesdkmediapipelines/client.rb @@ -1753,7 +1753,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-chimesdkmediapipelines' - 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-chimesdkmeetings/CHANGELOG.md b/gems/aws-sdk-chimesdkmeetings/CHANGELOG.md index 36db5fb4cbf..cd601606ca1 100644 --- a/gems/aws-sdk-chimesdkmeetings/CHANGELOG.md +++ b/gems/aws-sdk-chimesdkmeetings/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.21.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.20.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-chimesdkmeetings/VERSION b/gems/aws-sdk-chimesdkmeetings/VERSION index 39893559155..3500250a4b0 100644 --- a/gems/aws-sdk-chimesdkmeetings/VERSION +++ b/gems/aws-sdk-chimesdkmeetings/VERSION @@ -1 +1 @@ -1.20.0 +1.21.0 diff --git a/gems/aws-sdk-chimesdkmeetings/aws-sdk-chimesdkmeetings.gemspec b/gems/aws-sdk-chimesdkmeetings/aws-sdk-chimesdkmeetings.gemspec index 9c9d3694e94..3ed8a9b27d2 100644 --- a/gems/aws-sdk-chimesdkmeetings/aws-sdk-chimesdkmeetings.gemspec +++ b/gems/aws-sdk-chimesdkmeetings/aws-sdk-chimesdkmeetings.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-chimesdkmeetings/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-chimesdkmeetings/lib/aws-sdk-chimesdkmeetings.rb b/gems/aws-sdk-chimesdkmeetings/lib/aws-sdk-chimesdkmeetings.rb index 285d494f0c0..57d015962f2 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.20.0' + GEM_VERSION = '1.21.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 ef25a7905c0..89469305eab 100644 --- a/gems/aws-sdk-chimesdkmeetings/lib/aws-sdk-chimesdkmeetings/client.rb +++ b/gems/aws-sdk-chimesdkmeetings/lib/aws-sdk-chimesdkmeetings/client.rb @@ -1410,7 +1410,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-chimesdkmeetings' - 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-chimesdkmessaging/CHANGELOG.md b/gems/aws-sdk-chimesdkmessaging/CHANGELOG.md index b249dbd0501..b6a0fee15a8 100644 --- a/gems/aws-sdk-chimesdkmessaging/CHANGELOG.md +++ b/gems/aws-sdk-chimesdkmessaging/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.22.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.21.0 (2023-06-22) ------------------ diff --git a/gems/aws-sdk-chimesdkmessaging/VERSION b/gems/aws-sdk-chimesdkmessaging/VERSION index 3500250a4b0..57807d6d0d0 100644 --- a/gems/aws-sdk-chimesdkmessaging/VERSION +++ b/gems/aws-sdk-chimesdkmessaging/VERSION @@ -1 +1 @@ -1.21.0 +1.22.0 diff --git a/gems/aws-sdk-chimesdkmessaging/aws-sdk-chimesdkmessaging.gemspec b/gems/aws-sdk-chimesdkmessaging/aws-sdk-chimesdkmessaging.gemspec index 7300576bebb..a39f2639d46 100644 --- a/gems/aws-sdk-chimesdkmessaging/aws-sdk-chimesdkmessaging.gemspec +++ b/gems/aws-sdk-chimesdkmessaging/aws-sdk-chimesdkmessaging.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-chimesdkmessaging/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging.rb b/gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging.rb index 35e9af8fa7c..4987a6e6be3 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.21.0' + GEM_VERSION = '1.22.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 f0841c3caba..a3473a3d6f3 100644 --- a/gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/client.rb +++ b/gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/client.rb @@ -3204,7 +3204,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-chimesdkmessaging' - 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-chimesdkvoice/CHANGELOG.md b/gems/aws-sdk-chimesdkvoice/CHANGELOG.md index 4ada36afa3d..9f96f9124ac 100644 --- a/gems/aws-sdk-chimesdkvoice/CHANGELOG.md +++ b/gems/aws-sdk-chimesdkvoice/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.9.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.8.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-chimesdkvoice/VERSION b/gems/aws-sdk-chimesdkvoice/VERSION index 27f9cd322bb..f8e233b2733 100644 --- a/gems/aws-sdk-chimesdkvoice/VERSION +++ b/gems/aws-sdk-chimesdkvoice/VERSION @@ -1 +1 @@ -1.8.0 +1.9.0 diff --git a/gems/aws-sdk-chimesdkvoice/aws-sdk-chimesdkvoice.gemspec b/gems/aws-sdk-chimesdkvoice/aws-sdk-chimesdkvoice.gemspec index cc2fd5b20c6..2943c4aa988 100644 --- a/gems/aws-sdk-chimesdkvoice/aws-sdk-chimesdkvoice.gemspec +++ b/gems/aws-sdk-chimesdkvoice/aws-sdk-chimesdkvoice.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-chimesdkvoice/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice.rb b/gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice.rb index eacaa486e08..63900a0aca1 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.8.0' + GEM_VERSION = '1.9.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 b68d6257350..6f97a4fe0d1 100644 --- a/gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/client.rb +++ b/gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/client.rb @@ -4158,7 +4158,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-chimesdkvoice' - 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-cleanrooms/CHANGELOG.md b/gems/aws-sdk-cleanrooms/CHANGELOG.md index 81f50941184..d56696c391e 100644 --- a/gems/aws-sdk-cleanrooms/CHANGELOG.md +++ b/gems/aws-sdk-cleanrooms/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.5.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.4.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-cleanrooms/VERSION b/gems/aws-sdk-cleanrooms/VERSION index 88c5fb891dc..bc80560fad6 100644 --- a/gems/aws-sdk-cleanrooms/VERSION +++ b/gems/aws-sdk-cleanrooms/VERSION @@ -1 +1 @@ -1.4.0 +1.5.0 diff --git a/gems/aws-sdk-cleanrooms/aws-sdk-cleanrooms.gemspec b/gems/aws-sdk-cleanrooms/aws-sdk-cleanrooms.gemspec index 6b33b752b59..7337a4b456d 100644 --- a/gems/aws-sdk-cleanrooms/aws-sdk-cleanrooms.gemspec +++ b/gems/aws-sdk-cleanrooms/aws-sdk-cleanrooms.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-cleanrooms/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms.rb b/gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms.rb index 6f889b7cfa0..13c2bdf6f5e 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.4.0' + GEM_VERSION = '1.5.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 728fe4a4d92..7cffd5c05c8 100644 --- a/gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/client.rb +++ b/gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/client.rb @@ -2196,7 +2196,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-cleanrooms' - 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-cloud9/CHANGELOG.md b/gems/aws-sdk-cloud9/CHANGELOG.md index c518e31bdf2..d892e375959 100644 --- a/gems/aws-sdk-cloud9/CHANGELOG.md +++ b/gems/aws-sdk-cloud9/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.52.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.51.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-cloud9/VERSION b/gems/aws-sdk-cloud9/VERSION index ba0a719118c..a63cb35e6f0 100644 --- a/gems/aws-sdk-cloud9/VERSION +++ b/gems/aws-sdk-cloud9/VERSION @@ -1 +1 @@ -1.51.0 +1.52.0 diff --git a/gems/aws-sdk-cloud9/aws-sdk-cloud9.gemspec b/gems/aws-sdk-cloud9/aws-sdk-cloud9.gemspec index 3b04d66f73c..f039587c884 100644 --- a/gems/aws-sdk-cloud9/aws-sdk-cloud9.gemspec +++ b/gems/aws-sdk-cloud9/aws-sdk-cloud9.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-cloud9/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-cloud9/lib/aws-sdk-cloud9.rb b/gems/aws-sdk-cloud9/lib/aws-sdk-cloud9.rb index cb15a93c691..9f47c501c35 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.51.0' + GEM_VERSION = '1.52.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 acb75961f58..e986dac9a02 100644 --- a/gems/aws-sdk-cloud9/lib/aws-sdk-cloud9/client.rb +++ b/gems/aws-sdk-cloud9/lib/aws-sdk-cloud9/client.rb @@ -1236,7 +1236,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-cloud9' - 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-cloudcontrolapi/CHANGELOG.md b/gems/aws-sdk-cloudcontrolapi/CHANGELOG.md index e271309d64a..7c0a9cd425d 100644 --- a/gems/aws-sdk-cloudcontrolapi/CHANGELOG.md +++ b/gems/aws-sdk-cloudcontrolapi/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.13.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.12.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-cloudcontrolapi/VERSION b/gems/aws-sdk-cloudcontrolapi/VERSION index 0eed1a29efd..feaae22bac7 100644 --- a/gems/aws-sdk-cloudcontrolapi/VERSION +++ b/gems/aws-sdk-cloudcontrolapi/VERSION @@ -1 +1 @@ -1.12.0 +1.13.0 diff --git a/gems/aws-sdk-cloudcontrolapi/aws-sdk-cloudcontrolapi.gemspec b/gems/aws-sdk-cloudcontrolapi/aws-sdk-cloudcontrolapi.gemspec index 19628363c59..86c210638a1 100644 --- a/gems/aws-sdk-cloudcontrolapi/aws-sdk-cloudcontrolapi.gemspec +++ b/gems/aws-sdk-cloudcontrolapi/aws-sdk-cloudcontrolapi.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-cloudcontrolapi/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-cloudcontrolapi/lib/aws-sdk-cloudcontrolapi.rb b/gems/aws-sdk-cloudcontrolapi/lib/aws-sdk-cloudcontrolapi.rb index fd853fb6518..b8ec7309d44 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.12.0' + GEM_VERSION = '1.13.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 07aa1de4f4d..79293c57928 100644 --- a/gems/aws-sdk-cloudcontrolapi/lib/aws-sdk-cloudcontrolapi/client.rb +++ b/gems/aws-sdk-cloudcontrolapi/lib/aws-sdk-cloudcontrolapi/client.rb @@ -1119,7 +1119,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-cloudcontrolapi' - 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-clouddirectory/CHANGELOG.md b/gems/aws-sdk-clouddirectory/CHANGELOG.md index 573dd062d40..252012d5280 100644 --- a/gems/aws-sdk-clouddirectory/CHANGELOG.md +++ b/gems/aws-sdk-clouddirectory/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.47.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.46.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-clouddirectory/VERSION b/gems/aws-sdk-clouddirectory/VERSION index 0a3db35b241..21998d3c2d9 100644 --- a/gems/aws-sdk-clouddirectory/VERSION +++ b/gems/aws-sdk-clouddirectory/VERSION @@ -1 +1 @@ -1.46.0 +1.47.0 diff --git a/gems/aws-sdk-clouddirectory/aws-sdk-clouddirectory.gemspec b/gems/aws-sdk-clouddirectory/aws-sdk-clouddirectory.gemspec index fcadd230dfe..9c85666d552 100644 --- a/gems/aws-sdk-clouddirectory/aws-sdk-clouddirectory.gemspec +++ b/gems/aws-sdk-clouddirectory/aws-sdk-clouddirectory.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-clouddirectory/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory.rb b/gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory.rb index 75727d04d67..5b9977366ff 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.46.0' + GEM_VERSION = '1.47.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 a37850add62..d6f73fa24d7 100644 --- a/gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/client.rb +++ b/gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/client.rb @@ -4333,7 +4333,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-clouddirectory' - 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-cloudformation/CHANGELOG.md b/gems/aws-sdk-cloudformation/CHANGELOG.md index de1fb837e23..1d9d2b3eea8 100644 --- a/gems/aws-sdk-cloudformation/CHANGELOG.md +++ b/gems/aws-sdk-cloudformation/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.83.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.82.0 (2023-06-19) ------------------ diff --git a/gems/aws-sdk-cloudformation/VERSION b/gems/aws-sdk-cloudformation/VERSION index 71fae54fb27..6b4de0a42b0 100644 --- a/gems/aws-sdk-cloudformation/VERSION +++ b/gems/aws-sdk-cloudformation/VERSION @@ -1 +1 @@ -1.82.0 +1.83.0 diff --git a/gems/aws-sdk-cloudformation/aws-sdk-cloudformation.gemspec b/gems/aws-sdk-cloudformation/aws-sdk-cloudformation.gemspec index f0307966a67..cc9762ea814 100644 --- a/gems/aws-sdk-cloudformation/aws-sdk-cloudformation.gemspec +++ b/gems/aws-sdk-cloudformation/aws-sdk-cloudformation.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-cloudformation/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation.rb b/gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation.rb index 2dbd9976758..67df4d687a0 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.82.0' + GEM_VERSION = '1.83.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 058f4ad3346..c7766613aa5 100644 --- a/gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/client.rb +++ b/gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/client.rb @@ -6981,7 +6981,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-cloudformation' - context[:gem_version] = '1.82.0' + context[:gem_version] = '1.83.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 a574531c503..f183fd9cc61 100644 --- a/gems/aws-sdk-cloudfront/CHANGELOG.md +++ b/gems/aws-sdk-cloudfront/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.79.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.78.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-cloudfront/VERSION b/gems/aws-sdk-cloudfront/VERSION index 54227249d1f..b3a8c61e6a8 100644 --- a/gems/aws-sdk-cloudfront/VERSION +++ b/gems/aws-sdk-cloudfront/VERSION @@ -1 +1 @@ -1.78.0 +1.79.0 diff --git a/gems/aws-sdk-cloudfront/aws-sdk-cloudfront.gemspec b/gems/aws-sdk-cloudfront/aws-sdk-cloudfront.gemspec index 97062529441..69dae101859 100644 --- a/gems/aws-sdk-cloudfront/aws-sdk-cloudfront.gemspec +++ b/gems/aws-sdk-cloudfront/aws-sdk-cloudfront.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-cloudfront/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront.rb b/gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront.rb index 978cb1b374a..8476a2a2c6e 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.78.0' + GEM_VERSION = '1.79.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 6a0f9d600ab..8c1dae67b14 100644 --- a/gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/client.rb +++ b/gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/client.rb @@ -8881,7 +8881,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-cloudfront' - 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-cloudhsm/CHANGELOG.md b/gems/aws-sdk-cloudhsm/CHANGELOG.md index 618a3137c03..621081ae187 100644 --- a/gems/aws-sdk-cloudhsm/CHANGELOG.md +++ b/gems/aws-sdk-cloudhsm/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.44.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.43.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-cloudhsm/VERSION b/gems/aws-sdk-cloudhsm/VERSION index b978278f05f..372cf402c73 100644 --- a/gems/aws-sdk-cloudhsm/VERSION +++ b/gems/aws-sdk-cloudhsm/VERSION @@ -1 +1 @@ -1.43.0 +1.44.0 diff --git a/gems/aws-sdk-cloudhsm/aws-sdk-cloudhsm.gemspec b/gems/aws-sdk-cloudhsm/aws-sdk-cloudhsm.gemspec index dcf7fa00cfa..3ab47cbb4e8 100644 --- a/gems/aws-sdk-cloudhsm/aws-sdk-cloudhsm.gemspec +++ b/gems/aws-sdk-cloudhsm/aws-sdk-cloudhsm.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-cloudhsm/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-cloudhsm/lib/aws-sdk-cloudhsm.rb b/gems/aws-sdk-cloudhsm/lib/aws-sdk-cloudhsm.rb index fc3ad1fe86a..e20bd29d3e4 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.43.0' + GEM_VERSION = '1.44.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 98ad0a3c90a..91935f36c89 100644 --- a/gems/aws-sdk-cloudhsm/lib/aws-sdk-cloudhsm/client.rb +++ b/gems/aws-sdk-cloudhsm/lib/aws-sdk-cloudhsm/client.rb @@ -1562,7 +1562,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-cloudhsm' - 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-cloudhsmv2/CHANGELOG.md b/gems/aws-sdk-cloudhsmv2/CHANGELOG.md index 559544107e9..2e2765bf080 100644 --- a/gems/aws-sdk-cloudhsmv2/CHANGELOG.md +++ b/gems/aws-sdk-cloudhsmv2/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.47.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.46.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-cloudhsmv2/VERSION b/gems/aws-sdk-cloudhsmv2/VERSION index 0a3db35b241..21998d3c2d9 100644 --- a/gems/aws-sdk-cloudhsmv2/VERSION +++ b/gems/aws-sdk-cloudhsmv2/VERSION @@ -1 +1 @@ -1.46.0 +1.47.0 diff --git a/gems/aws-sdk-cloudhsmv2/aws-sdk-cloudhsmv2.gemspec b/gems/aws-sdk-cloudhsmv2/aws-sdk-cloudhsmv2.gemspec index 0f075c904b0..5597277d14f 100644 --- a/gems/aws-sdk-cloudhsmv2/aws-sdk-cloudhsmv2.gemspec +++ b/gems/aws-sdk-cloudhsmv2/aws-sdk-cloudhsmv2.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-cloudhsmv2/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-cloudhsmv2/lib/aws-sdk-cloudhsmv2.rb b/gems/aws-sdk-cloudhsmv2/lib/aws-sdk-cloudhsmv2.rb index 8adbfce8ce6..1fdf69ac42d 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.46.0' + GEM_VERSION = '1.47.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 af6cdd1f454..a584701b6a2 100644 --- a/gems/aws-sdk-cloudhsmv2/lib/aws-sdk-cloudhsmv2/client.rb +++ b/gems/aws-sdk-cloudhsmv2/lib/aws-sdk-cloudhsmv2/client.rb @@ -1236,7 +1236,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-cloudhsmv2' - 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-cloudsearch/CHANGELOG.md b/gems/aws-sdk-cloudsearch/CHANGELOG.md index 2ed049a59b5..f8df8694179 100644 --- a/gems/aws-sdk-cloudsearch/CHANGELOG.md +++ b/gems/aws-sdk-cloudsearch/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.45.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.44.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-cloudsearch/VERSION b/gems/aws-sdk-cloudsearch/VERSION index 372cf402c73..50aceaa7b71 100644 --- a/gems/aws-sdk-cloudsearch/VERSION +++ b/gems/aws-sdk-cloudsearch/VERSION @@ -1 +1 @@ -1.44.0 +1.45.0 diff --git a/gems/aws-sdk-cloudsearch/aws-sdk-cloudsearch.gemspec b/gems/aws-sdk-cloudsearch/aws-sdk-cloudsearch.gemspec index d218cbdd14e..9bbbfa21dc1 100644 --- a/gems/aws-sdk-cloudsearch/aws-sdk-cloudsearch.gemspec +++ b/gems/aws-sdk-cloudsearch/aws-sdk-cloudsearch.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-cloudsearch/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-cloudsearch/lib/aws-sdk-cloudsearch.rb b/gems/aws-sdk-cloudsearch/lib/aws-sdk-cloudsearch.rb index cc92417e1a6..140cd0de980 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.44.0' + GEM_VERSION = '1.45.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 90911fff06b..07301868595 100644 --- a/gems/aws-sdk-cloudsearch/lib/aws-sdk-cloudsearch/client.rb +++ b/gems/aws-sdk-cloudsearch/lib/aws-sdk-cloudsearch/client.rb @@ -1891,7 +1891,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-cloudsearch' - 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-cloudsearchdomain/CHANGELOG.md b/gems/aws-sdk-cloudsearchdomain/CHANGELOG.md index 5bec9afbf99..ebe53f67759 100644 --- a/gems/aws-sdk-cloudsearchdomain/CHANGELOG.md +++ b/gems/aws-sdk-cloudsearchdomain/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.36.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.35.0 (2023-05-31) ------------------ diff --git a/gems/aws-sdk-cloudsearchdomain/VERSION b/gems/aws-sdk-cloudsearchdomain/VERSION index 2aeaa11ee27..39fc130ef85 100644 --- a/gems/aws-sdk-cloudsearchdomain/VERSION +++ b/gems/aws-sdk-cloudsearchdomain/VERSION @@ -1 +1 @@ -1.35.0 +1.36.0 diff --git a/gems/aws-sdk-cloudsearchdomain/aws-sdk-cloudsearchdomain.gemspec b/gems/aws-sdk-cloudsearchdomain/aws-sdk-cloudsearchdomain.gemspec index 93fcecb3411..3172f6ab0c2 100644 --- a/gems/aws-sdk-cloudsearchdomain/aws-sdk-cloudsearchdomain.gemspec +++ b/gems/aws-sdk-cloudsearchdomain/aws-sdk-cloudsearchdomain.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-cloudsearchdomain/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-cloudsearchdomain/lib/aws-sdk-cloudsearchdomain.rb b/gems/aws-sdk-cloudsearchdomain/lib/aws-sdk-cloudsearchdomain.rb index 0fc32b7422d..fb8d9edb7d3 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.35.0' + GEM_VERSION = '1.36.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 b63ac90e159..f3fc390c303 100644 --- a/gems/aws-sdk-cloudsearchdomain/lib/aws-sdk-cloudsearchdomain/client.rb +++ b/gems/aws-sdk-cloudsearchdomain/lib/aws-sdk-cloudsearchdomain/client.rb @@ -921,7 +921,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-cloudsearchdomain' - 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-cloudtrail/CHANGELOG.md b/gems/aws-sdk-cloudtrail/CHANGELOG.md index d30a6dc5450..b933a827c05 100644 --- a/gems/aws-sdk-cloudtrail/CHANGELOG.md +++ b/gems/aws-sdk-cloudtrail/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.64.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.63.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-cloudtrail/VERSION b/gems/aws-sdk-cloudtrail/VERSION index af92bdd9f58..9405730420f 100644 --- a/gems/aws-sdk-cloudtrail/VERSION +++ b/gems/aws-sdk-cloudtrail/VERSION @@ -1 +1 @@ -1.63.0 +1.64.0 diff --git a/gems/aws-sdk-cloudtrail/aws-sdk-cloudtrail.gemspec b/gems/aws-sdk-cloudtrail/aws-sdk-cloudtrail.gemspec index f7961009ee5..1d26beb469f 100644 --- a/gems/aws-sdk-cloudtrail/aws-sdk-cloudtrail.gemspec +++ b/gems/aws-sdk-cloudtrail/aws-sdk-cloudtrail.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-cloudtrail/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail.rb b/gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail.rb index 2f2c4dea500..bc70bb1dd0f 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.63.0' + GEM_VERSION = '1.64.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 12913652dea..aefc29f1997 100644 --- a/gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/client.rb +++ b/gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/client.rb @@ -3396,7 +3396,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-cloudtrail' - 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-cloudtraildata/CHANGELOG.md b/gems/aws-sdk-cloudtraildata/CHANGELOG.md index 5663477512b..a0101138cf7 100644 --- a/gems/aws-sdk-cloudtraildata/CHANGELOG.md +++ b/gems/aws-sdk-cloudtraildata/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.3.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.2.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-cloudtraildata/VERSION b/gems/aws-sdk-cloudtraildata/VERSION index 26aaba0e866..f0bb29e7638 100644 --- a/gems/aws-sdk-cloudtraildata/VERSION +++ b/gems/aws-sdk-cloudtraildata/VERSION @@ -1 +1 @@ -1.2.0 +1.3.0 diff --git a/gems/aws-sdk-cloudtraildata/aws-sdk-cloudtraildata.gemspec b/gems/aws-sdk-cloudtraildata/aws-sdk-cloudtraildata.gemspec index 1ed494a9642..2e27a7ea81a 100644 --- a/gems/aws-sdk-cloudtraildata/aws-sdk-cloudtraildata.gemspec +++ b/gems/aws-sdk-cloudtraildata/aws-sdk-cloudtraildata.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-cloudtraildata/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-cloudtraildata/lib/aws-sdk-cloudtraildata.rb b/gems/aws-sdk-cloudtraildata/lib/aws-sdk-cloudtraildata.rb index 85a0c9c45f2..b4c66949817 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.2.0' + GEM_VERSION = '1.3.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 c69b08b9b13..a02ccb35337 100644 --- a/gems/aws-sdk-cloudtraildata/lib/aws-sdk-cloudtraildata/client.rb +++ b/gems/aws-sdk-cloudtraildata/lib/aws-sdk-cloudtraildata/client.rb @@ -442,7 +442,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-cloudtraildata' - 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-cloudwatch/CHANGELOG.md b/gems/aws-sdk-cloudwatch/CHANGELOG.md index 7e0975da1f2..e16d4e3dd2d 100644 --- a/gems/aws-sdk-cloudwatch/CHANGELOG.md +++ b/gems/aws-sdk-cloudwatch/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.76.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.75.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-cloudwatch/VERSION b/gems/aws-sdk-cloudwatch/VERSION index 7c7053aa238..32a6ce3c719 100644 --- a/gems/aws-sdk-cloudwatch/VERSION +++ b/gems/aws-sdk-cloudwatch/VERSION @@ -1 +1 @@ -1.75.0 +1.76.0 diff --git a/gems/aws-sdk-cloudwatch/aws-sdk-cloudwatch.gemspec b/gems/aws-sdk-cloudwatch/aws-sdk-cloudwatch.gemspec index 6e9a098a0aa..8d649f6647e 100644 --- a/gems/aws-sdk-cloudwatch/aws-sdk-cloudwatch.gemspec +++ b/gems/aws-sdk-cloudwatch/aws-sdk-cloudwatch.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-cloudwatch/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch.rb b/gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch.rb index 12de987075b..d3721baa747 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.75.0' + GEM_VERSION = '1.76.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 da48642def1..8660af84559 100644 --- a/gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/client.rb +++ b/gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/client.rb @@ -3928,7 +3928,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-cloudwatch' - 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-cloudwatchevents/CHANGELOG.md b/gems/aws-sdk-cloudwatchevents/CHANGELOG.md index 9e8b357dbb1..470ba819a1f 100644 --- a/gems/aws-sdk-cloudwatchevents/CHANGELOG.md +++ b/gems/aws-sdk-cloudwatchevents/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.62.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.61.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-cloudwatchevents/VERSION b/gems/aws-sdk-cloudwatchevents/VERSION index 91951fd8ad7..76d05362056 100644 --- a/gems/aws-sdk-cloudwatchevents/VERSION +++ b/gems/aws-sdk-cloudwatchevents/VERSION @@ -1 +1 @@ -1.61.0 +1.62.0 diff --git a/gems/aws-sdk-cloudwatchevents/aws-sdk-cloudwatchevents.gemspec b/gems/aws-sdk-cloudwatchevents/aws-sdk-cloudwatchevents.gemspec index f7da72d19d1..698f58ed7cd 100644 --- a/gems/aws-sdk-cloudwatchevents/aws-sdk-cloudwatchevents.gemspec +++ b/gems/aws-sdk-cloudwatchevents/aws-sdk-cloudwatchevents.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-cloudwatchevents/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents.rb b/gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents.rb index 8438e16985f..6fb1563c748 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.61.0' + GEM_VERSION = '1.62.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 610f6ddd7de..f28bffa4fe5 100644 --- a/gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/client.rb +++ b/gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/client.rb @@ -3359,7 +3359,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-cloudwatchevents' - 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-cloudwatchevidently/CHANGELOG.md b/gems/aws-sdk-cloudwatchevidently/CHANGELOG.md index 29dbf690999..2dcbb4a6162 100644 --- a/gems/aws-sdk-cloudwatchevidently/CHANGELOG.md +++ b/gems/aws-sdk-cloudwatchevidently/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.15.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.14.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-cloudwatchevidently/VERSION b/gems/aws-sdk-cloudwatchevidently/VERSION index 850e742404b..141f2e805be 100644 --- a/gems/aws-sdk-cloudwatchevidently/VERSION +++ b/gems/aws-sdk-cloudwatchevidently/VERSION @@ -1 +1 @@ -1.14.0 +1.15.0 diff --git a/gems/aws-sdk-cloudwatchevidently/aws-sdk-cloudwatchevidently.gemspec b/gems/aws-sdk-cloudwatchevidently/aws-sdk-cloudwatchevidently.gemspec index 639b6b724b2..4c27edd0bfa 100644 --- a/gems/aws-sdk-cloudwatchevidently/aws-sdk-cloudwatchevidently.gemspec +++ b/gems/aws-sdk-cloudwatchevidently/aws-sdk-cloudwatchevidently.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-cloudwatchevidently/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently.rb b/gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently.rb index 5487664992d..4ae0b6f0366 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.14.0' + GEM_VERSION = '1.15.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 2a69e7bfd53..9b9afd2e9d4 100644 --- a/gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/client.rb +++ b/gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/client.rb @@ -3124,7 +3124,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-cloudwatchevidently' - context[:gem_version] = '1.14.0' + context[:gem_version] = '1.15.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 fe8eb62f91b..77a9612d808 100644 --- a/gems/aws-sdk-cloudwatchlogs/CHANGELOG.md +++ b/gems/aws-sdk-cloudwatchlogs/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.66.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.65.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-cloudwatchlogs/VERSION b/gems/aws-sdk-cloudwatchlogs/VERSION index 902c74186fb..b6148bc0a75 100644 --- a/gems/aws-sdk-cloudwatchlogs/VERSION +++ b/gems/aws-sdk-cloudwatchlogs/VERSION @@ -1 +1 @@ -1.65.0 +1.66.0 diff --git a/gems/aws-sdk-cloudwatchlogs/aws-sdk-cloudwatchlogs.gemspec b/gems/aws-sdk-cloudwatchlogs/aws-sdk-cloudwatchlogs.gemspec index 4db562057fb..1f21f8097b4 100644 --- a/gems/aws-sdk-cloudwatchlogs/aws-sdk-cloudwatchlogs.gemspec +++ b/gems/aws-sdk-cloudwatchlogs/aws-sdk-cloudwatchlogs.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-cloudwatchlogs/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs.rb b/gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs.rb index b63889cfc3e..4dd6b3e0ba1 100644 --- a/gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs.rb +++ b/gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs.rb @@ -52,6 +52,6 @@ # @!group service module Aws::CloudWatchLogs - GEM_VERSION = '1.65.0' + GEM_VERSION = '1.66.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 ce8317b6670..00176b7a86a 100644 --- a/gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/client.rb +++ b/gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/client.rb @@ -3461,7 +3461,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-cloudwatchlogs' - 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-cloudwatchrum/CHANGELOG.md b/gems/aws-sdk-cloudwatchrum/CHANGELOG.md index f6becec038a..1eb5d122005 100644 --- a/gems/aws-sdk-cloudwatchrum/CHANGELOG.md +++ b/gems/aws-sdk-cloudwatchrum/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.12.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.11.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-cloudwatchrum/VERSION b/gems/aws-sdk-cloudwatchrum/VERSION index 1cac385c6cb..0eed1a29efd 100644 --- a/gems/aws-sdk-cloudwatchrum/VERSION +++ b/gems/aws-sdk-cloudwatchrum/VERSION @@ -1 +1 @@ -1.11.0 +1.12.0 diff --git a/gems/aws-sdk-cloudwatchrum/aws-sdk-cloudwatchrum.gemspec b/gems/aws-sdk-cloudwatchrum/aws-sdk-cloudwatchrum.gemspec index 9f495beabd5..41a01eff6ef 100644 --- a/gems/aws-sdk-cloudwatchrum/aws-sdk-cloudwatchrum.gemspec +++ b/gems/aws-sdk-cloudwatchrum/aws-sdk-cloudwatchrum.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-cloudwatchrum/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-cloudwatchrum/lib/aws-sdk-cloudwatchrum.rb b/gems/aws-sdk-cloudwatchrum/lib/aws-sdk-cloudwatchrum.rb index 4735f95b96f..d532623438e 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.11.0' + GEM_VERSION = '1.12.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 bc74400798c..a9cce4ae91d 100644 --- a/gems/aws-sdk-cloudwatchrum/lib/aws-sdk-cloudwatchrum/client.rb +++ b/gems/aws-sdk-cloudwatchrum/lib/aws-sdk-cloudwatchrum/client.rb @@ -1439,7 +1439,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-cloudwatchrum' - 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-codeartifact/CHANGELOG.md b/gems/aws-sdk-codeartifact/CHANGELOG.md index bb43a63e822..0f3d3f3b61c 100644 --- a/gems/aws-sdk-codeartifact/CHANGELOG.md +++ b/gems/aws-sdk-codeartifact/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.30.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.29.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-codeartifact/VERSION b/gems/aws-sdk-codeartifact/VERSION index 5e57fb89558..034552a83ee 100644 --- a/gems/aws-sdk-codeartifact/VERSION +++ b/gems/aws-sdk-codeartifact/VERSION @@ -1 +1 @@ -1.29.0 +1.30.0 diff --git a/gems/aws-sdk-codeartifact/aws-sdk-codeartifact.gemspec b/gems/aws-sdk-codeartifact/aws-sdk-codeartifact.gemspec index fd8a0138f33..aac5471a9ac 100644 --- a/gems/aws-sdk-codeartifact/aws-sdk-codeartifact.gemspec +++ b/gems/aws-sdk-codeartifact/aws-sdk-codeartifact.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-codeartifact/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact.rb b/gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact.rb index df02a16a6c2..a41befcc56c 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.29.0' + GEM_VERSION = '1.30.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 f46c23ddc8e..05bd3084f3b 100644 --- a/gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/client.rb +++ b/gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/client.rb @@ -3075,7 +3075,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-codeartifact' - 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-codebuild/CHANGELOG.md b/gems/aws-sdk-codebuild/CHANGELOG.md index 0cecf92da1b..cb7ce4a7fa1 100644 --- a/gems/aws-sdk-codebuild/CHANGELOG.md +++ b/gems/aws-sdk-codebuild/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.93.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.92.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-codebuild/VERSION b/gems/aws-sdk-codebuild/VERSION index 7f229af9647..95784efddbc 100644 --- a/gems/aws-sdk-codebuild/VERSION +++ b/gems/aws-sdk-codebuild/VERSION @@ -1 +1 @@ -1.92.0 +1.93.0 diff --git a/gems/aws-sdk-codebuild/aws-sdk-codebuild.gemspec b/gems/aws-sdk-codebuild/aws-sdk-codebuild.gemspec index 2c01298dd33..3e592f9cae3 100644 --- a/gems/aws-sdk-codebuild/aws-sdk-codebuild.gemspec +++ b/gems/aws-sdk-codebuild/aws-sdk-codebuild.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-codebuild/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-codebuild/lib/aws-sdk-codebuild.rb b/gems/aws-sdk-codebuild/lib/aws-sdk-codebuild.rb index 5fd620edebb..bd7dff67405 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.92.0' + GEM_VERSION = '1.93.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 5add73927ac..5723d16c6da 100644 --- a/gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/client.rb +++ b/gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/client.rb @@ -5085,7 +5085,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-codebuild' - 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-codecatalyst/CHANGELOG.md b/gems/aws-sdk-codecatalyst/CHANGELOG.md index e699e2126c4..9d923e87006 100644 --- a/gems/aws-sdk-codecatalyst/CHANGELOG.md +++ b/gems/aws-sdk-codecatalyst/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.7.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.6.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-codecatalyst/VERSION b/gems/aws-sdk-codecatalyst/VERSION index dc1e644a101..bd8bf882d06 100644 --- a/gems/aws-sdk-codecatalyst/VERSION +++ b/gems/aws-sdk-codecatalyst/VERSION @@ -1 +1 @@ -1.6.0 +1.7.0 diff --git a/gems/aws-sdk-codecatalyst/aws-sdk-codecatalyst.gemspec b/gems/aws-sdk-codecatalyst/aws-sdk-codecatalyst.gemspec index 43f69b57ecf..f9ae78b1d71 100644 --- a/gems/aws-sdk-codecatalyst/aws-sdk-codecatalyst.gemspec +++ b/gems/aws-sdk-codecatalyst/aws-sdk-codecatalyst.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-codecatalyst/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.required_ruby_version = '>= 2.3' end diff --git a/gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst.rb b/gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst.rb index 31a7e017c04..7731546d4fe 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.6.0' + GEM_VERSION = '1.7.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 219e52069fc..f0476a0f45b 100644 --- a/gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/client.rb +++ b/gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/client.rb @@ -1764,7 +1764,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-codecatalyst' - 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-codecommit/CHANGELOG.md b/gems/aws-sdk-codecommit/CHANGELOG.md index f5af2f02c9f..cd23edcc728 100644 --- a/gems/aws-sdk-codecommit/CHANGELOG.md +++ b/gems/aws-sdk-codecommit/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.56.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.55.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-codecommit/VERSION b/gems/aws-sdk-codecommit/VERSION index 094d6ad00ce..3ebf789f5a8 100644 --- a/gems/aws-sdk-codecommit/VERSION +++ b/gems/aws-sdk-codecommit/VERSION @@ -1 +1 @@ -1.55.0 +1.56.0 diff --git a/gems/aws-sdk-codecommit/aws-sdk-codecommit.gemspec b/gems/aws-sdk-codecommit/aws-sdk-codecommit.gemspec index dff0ceb81a7..2c6e776e96b 100644 --- a/gems/aws-sdk-codecommit/aws-sdk-codecommit.gemspec +++ b/gems/aws-sdk-codecommit/aws-sdk-codecommit.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-codecommit/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-codecommit/lib/aws-sdk-codecommit.rb b/gems/aws-sdk-codecommit/lib/aws-sdk-codecommit.rb index 5a596ba5a28..f5056df493c 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.55.0' + GEM_VERSION = '1.56.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 9093c28b351..92c4223626a 100644 --- a/gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/client.rb +++ b/gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/client.rb @@ -4958,7 +4958,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-codecommit' - 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-codedeploy/CHANGELOG.md b/gems/aws-sdk-codedeploy/CHANGELOG.md index eb94a89056e..e24f9a7eb7b 100644 --- a/gems/aws-sdk-codedeploy/CHANGELOG.md +++ b/gems/aws-sdk-codedeploy/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.55.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.54.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-codedeploy/VERSION b/gems/aws-sdk-codedeploy/VERSION index b7921ae87bc..094d6ad00ce 100644 --- a/gems/aws-sdk-codedeploy/VERSION +++ b/gems/aws-sdk-codedeploy/VERSION @@ -1 +1 @@ -1.54.0 +1.55.0 diff --git a/gems/aws-sdk-codedeploy/aws-sdk-codedeploy.gemspec b/gems/aws-sdk-codedeploy/aws-sdk-codedeploy.gemspec index 8d47461e2ec..6548547ec39 100644 --- a/gems/aws-sdk-codedeploy/aws-sdk-codedeploy.gemspec +++ b/gems/aws-sdk-codedeploy/aws-sdk-codedeploy.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-codedeploy/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy.rb b/gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy.rb index e3d5702013b..8d95a896c72 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.54.0' + GEM_VERSION = '1.55.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 7a55012ff9a..a6659d35a28 100644 --- a/gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/client.rb +++ b/gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/client.rb @@ -3472,7 +3472,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-codedeploy' - 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-codeguruprofiler/CHANGELOG.md b/gems/aws-sdk-codeguruprofiler/CHANGELOG.md index 7f0a4f38f85..9e91ae0ce58 100644 --- a/gems/aws-sdk-codeguruprofiler/CHANGELOG.md +++ b/gems/aws-sdk-codeguruprofiler/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.29.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.28.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-codeguruprofiler/VERSION b/gems/aws-sdk-codeguruprofiler/VERSION index cfc730712d5..5e57fb89558 100644 --- a/gems/aws-sdk-codeguruprofiler/VERSION +++ b/gems/aws-sdk-codeguruprofiler/VERSION @@ -1 +1 @@ -1.28.0 +1.29.0 diff --git a/gems/aws-sdk-codeguruprofiler/aws-sdk-codeguruprofiler.gemspec b/gems/aws-sdk-codeguruprofiler/aws-sdk-codeguruprofiler.gemspec index 78f3d20bb5c..f88373f381e 100644 --- a/gems/aws-sdk-codeguruprofiler/aws-sdk-codeguruprofiler.gemspec +++ b/gems/aws-sdk-codeguruprofiler/aws-sdk-codeguruprofiler.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-codeguruprofiler/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-codeguruprofiler/lib/aws-sdk-codeguruprofiler.rb b/gems/aws-sdk-codeguruprofiler/lib/aws-sdk-codeguruprofiler.rb index 2fce6f964f2..7e30b4c2add 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.28.0' + GEM_VERSION = '1.29.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 e16f7a72971..5ed4feb60a7 100644 --- a/gems/aws-sdk-codeguruprofiler/lib/aws-sdk-codeguruprofiler/client.rb +++ b/gems/aws-sdk-codeguruprofiler/lib/aws-sdk-codeguruprofiler/client.rb @@ -1679,7 +1679,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-codeguruprofiler' - 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-codegurureviewer/CHANGELOG.md b/gems/aws-sdk-codegurureviewer/CHANGELOG.md index 196a1e557e2..41417a884ae 100644 --- a/gems/aws-sdk-codegurureviewer/CHANGELOG.md +++ b/gems/aws-sdk-codegurureviewer/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.38.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.37.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-codegurureviewer/VERSION b/gems/aws-sdk-codegurureviewer/VERSION index bf50e910e62..ebeef2f2d61 100644 --- a/gems/aws-sdk-codegurureviewer/VERSION +++ b/gems/aws-sdk-codegurureviewer/VERSION @@ -1 +1 @@ -1.37.0 +1.38.0 diff --git a/gems/aws-sdk-codegurureviewer/aws-sdk-codegurureviewer.gemspec b/gems/aws-sdk-codegurureviewer/aws-sdk-codegurureviewer.gemspec index 8a8bec6a03f..268c67884cc 100644 --- a/gems/aws-sdk-codegurureviewer/aws-sdk-codegurureviewer.gemspec +++ b/gems/aws-sdk-codegurureviewer/aws-sdk-codegurureviewer.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-codegurureviewer/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-codegurureviewer/lib/aws-sdk-codegurureviewer.rb b/gems/aws-sdk-codegurureviewer/lib/aws-sdk-codegurureviewer.rb index 71db72687bc..3efb7b74848 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.37.0' + GEM_VERSION = '1.38.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 8e3d3403b59..28ac3ec0a9e 100644 --- a/gems/aws-sdk-codegurureviewer/lib/aws-sdk-codegurureviewer/client.rb +++ b/gems/aws-sdk-codegurureviewer/lib/aws-sdk-codegurureviewer/client.rb @@ -1417,7 +1417,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-codegurureviewer' - 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-codegurusecurity/CHANGELOG.md b/gems/aws-sdk-codegurusecurity/CHANGELOG.md index b55b063c62a..7ed9950bcce 100644 --- a/gems/aws-sdk-codegurusecurity/CHANGELOG.md +++ b/gems/aws-sdk-codegurusecurity/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.2.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.1.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-codegurusecurity/VERSION b/gems/aws-sdk-codegurusecurity/VERSION index 9084fa2f716..26aaba0e866 100644 --- a/gems/aws-sdk-codegurusecurity/VERSION +++ b/gems/aws-sdk-codegurusecurity/VERSION @@ -1 +1 @@ -1.1.0 +1.2.0 diff --git a/gems/aws-sdk-codegurusecurity/aws-sdk-codegurusecurity.gemspec b/gems/aws-sdk-codegurusecurity/aws-sdk-codegurusecurity.gemspec index dc617b0c133..9ab13698867 100644 --- a/gems/aws-sdk-codegurusecurity/aws-sdk-codegurusecurity.gemspec +++ b/gems/aws-sdk-codegurusecurity/aws-sdk-codegurusecurity.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-codegurusecurity/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-codegurusecurity/lib/aws-sdk-codegurusecurity.rb b/gems/aws-sdk-codegurusecurity/lib/aws-sdk-codegurusecurity.rb index 63ed58d4d69..5e4db96534a 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.1.0' + GEM_VERSION = '1.2.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 88c04c22aae..9d2ee8b86a1 100644 --- a/gems/aws-sdk-codegurusecurity/lib/aws-sdk-codegurusecurity/client.rb +++ b/gems/aws-sdk-codegurusecurity/lib/aws-sdk-codegurusecurity/client.rb @@ -1035,7 +1035,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-codegurusecurity' - 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-codepipeline/CHANGELOG.md b/gems/aws-sdk-codepipeline/CHANGELOG.md index b856e75856b..7eea9c53873 100644 --- a/gems/aws-sdk-codepipeline/CHANGELOG.md +++ b/gems/aws-sdk-codepipeline/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.59.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.58.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-codepipeline/VERSION b/gems/aws-sdk-codepipeline/VERSION index 79f82f6b8e0..bb120e876c6 100644 --- a/gems/aws-sdk-codepipeline/VERSION +++ b/gems/aws-sdk-codepipeline/VERSION @@ -1 +1 @@ -1.58.0 +1.59.0 diff --git a/gems/aws-sdk-codepipeline/aws-sdk-codepipeline.gemspec b/gems/aws-sdk-codepipeline/aws-sdk-codepipeline.gemspec index ce027c16916..8c392dfedd6 100644 --- a/gems/aws-sdk-codepipeline/aws-sdk-codepipeline.gemspec +++ b/gems/aws-sdk-codepipeline/aws-sdk-codepipeline.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-codepipeline/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline.rb b/gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline.rb index 837ac1af332..e6246fb8b3a 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.58.0' + GEM_VERSION = '1.59.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 eddfd839c83..66b7c14149a 100644 --- a/gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/client.rb +++ b/gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/client.rb @@ -2621,7 +2621,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-codepipeline' - 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-codestar/CHANGELOG.md b/gems/aws-sdk-codestar/CHANGELOG.md index ff0340c94a2..f74ba38453a 100644 --- a/gems/aws-sdk-codestar/CHANGELOG.md +++ b/gems/aws-sdk-codestar/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.43.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.42.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-codestar/VERSION b/gems/aws-sdk-codestar/VERSION index a50908ca3da..b978278f05f 100644 --- a/gems/aws-sdk-codestar/VERSION +++ b/gems/aws-sdk-codestar/VERSION @@ -1 +1 @@ -1.42.0 +1.43.0 diff --git a/gems/aws-sdk-codestar/aws-sdk-codestar.gemspec b/gems/aws-sdk-codestar/aws-sdk-codestar.gemspec index a7cd6d79f61..96e79a2c00d 100644 --- a/gems/aws-sdk-codestar/aws-sdk-codestar.gemspec +++ b/gems/aws-sdk-codestar/aws-sdk-codestar.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-codestar/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-codestar/lib/aws-sdk-codestar.rb b/gems/aws-sdk-codestar/lib/aws-sdk-codestar.rb index a6fea55e5e6..e5df1e94ade 100644 --- a/gems/aws-sdk-codestar/lib/aws-sdk-codestar.rb +++ b/gems/aws-sdk-codestar/lib/aws-sdk-codestar.rb @@ -52,6 +52,6 @@ # @!group service module Aws::CodeStar - GEM_VERSION = '1.42.0' + GEM_VERSION = '1.43.0' end diff --git a/gems/aws-sdk-codestar/lib/aws-sdk-codestar/client.rb b/gems/aws-sdk-codestar/lib/aws-sdk-codestar/client.rb index 7d7c63a8587..911a091a5ae 100644 --- a/gems/aws-sdk-codestar/lib/aws-sdk-codestar/client.rb +++ b/gems/aws-sdk-codestar/lib/aws-sdk-codestar/client.rb @@ -1208,7 +1208,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-codestar' - 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-codestarconnections/CHANGELOG.md b/gems/aws-sdk-codestarconnections/CHANGELOG.md index 1ecf071ccb8..b3775633297 100644 --- a/gems/aws-sdk-codestarconnections/CHANGELOG.md +++ b/gems/aws-sdk-codestarconnections/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.29.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.28.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-codestarconnections/VERSION b/gems/aws-sdk-codestarconnections/VERSION index cfc730712d5..5e57fb89558 100644 --- a/gems/aws-sdk-codestarconnections/VERSION +++ b/gems/aws-sdk-codestarconnections/VERSION @@ -1 +1 @@ -1.28.0 +1.29.0 diff --git a/gems/aws-sdk-codestarconnections/aws-sdk-codestarconnections.gemspec b/gems/aws-sdk-codestarconnections/aws-sdk-codestarconnections.gemspec index c09a3d5f777..9945d20eada 100644 --- a/gems/aws-sdk-codestarconnections/aws-sdk-codestarconnections.gemspec +++ b/gems/aws-sdk-codestarconnections/aws-sdk-codestarconnections.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-codestarconnections/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections.rb b/gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections.rb index 88dc3456c6d..1a832c02e4e 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.28.0' + GEM_VERSION = '1.29.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 45c76323065..8155766fa8c 100644 --- a/gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/client.rb +++ b/gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/client.rb @@ -889,7 +889,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-codestarconnections' - 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-codestarnotifications/CHANGELOG.md b/gems/aws-sdk-codestarnotifications/CHANGELOG.md index 667f1cf604a..85aef2a8bff 100644 --- a/gems/aws-sdk-codestarnotifications/CHANGELOG.md +++ b/gems/aws-sdk-codestarnotifications/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.25.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.24.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-codestarnotifications/VERSION b/gems/aws-sdk-codestarnotifications/VERSION index 53cc1a6f929..ad2191947f7 100644 --- a/gems/aws-sdk-codestarnotifications/VERSION +++ b/gems/aws-sdk-codestarnotifications/VERSION @@ -1 +1 @@ -1.24.0 +1.25.0 diff --git a/gems/aws-sdk-codestarnotifications/aws-sdk-codestarnotifications.gemspec b/gems/aws-sdk-codestarnotifications/aws-sdk-codestarnotifications.gemspec index dfaba843574..7444391e74c 100644 --- a/gems/aws-sdk-codestarnotifications/aws-sdk-codestarnotifications.gemspec +++ b/gems/aws-sdk-codestarnotifications/aws-sdk-codestarnotifications.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-codestarnotifications/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-codestarnotifications/lib/aws-sdk-codestarnotifications.rb b/gems/aws-sdk-codestarnotifications/lib/aws-sdk-codestarnotifications.rb index 687f7c9733c..66dc2e80850 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.24.0' + GEM_VERSION = '1.25.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 b0d590c1f4e..cb22cc2b1fb 100644 --- a/gems/aws-sdk-codestarnotifications/lib/aws-sdk-codestarnotifications/client.rb +++ b/gems/aws-sdk-codestarnotifications/lib/aws-sdk-codestarnotifications/client.rb @@ -1000,7 +1000,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-codestarnotifications' - 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-cognitoidentity/CHANGELOG.md b/gems/aws-sdk-cognitoidentity/CHANGELOG.md index e70ba63a05f..f4cb74683e3 100644 --- a/gems/aws-sdk-cognitoidentity/CHANGELOG.md +++ b/gems/aws-sdk-cognitoidentity/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.45.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.44.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-cognitoidentity/VERSION b/gems/aws-sdk-cognitoidentity/VERSION index 372cf402c73..50aceaa7b71 100644 --- a/gems/aws-sdk-cognitoidentity/VERSION +++ b/gems/aws-sdk-cognitoidentity/VERSION @@ -1 +1 @@ -1.44.0 +1.45.0 diff --git a/gems/aws-sdk-cognitoidentity/aws-sdk-cognitoidentity.gemspec b/gems/aws-sdk-cognitoidentity/aws-sdk-cognitoidentity.gemspec index ac3732373f3..2ce74fc8eed 100644 --- a/gems/aws-sdk-cognitoidentity/aws-sdk-cognitoidentity.gemspec +++ b/gems/aws-sdk-cognitoidentity/aws-sdk-cognitoidentity.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-cognitoidentity/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-cognitoidentity/lib/aws-sdk-cognitoidentity.rb b/gems/aws-sdk-cognitoidentity/lib/aws-sdk-cognitoidentity.rb index 4b92666213f..ec34160ea1d 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.44.0' + GEM_VERSION = '1.45.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 ff4089785dc..fcb2329c2ed 100644 --- a/gems/aws-sdk-cognitoidentity/lib/aws-sdk-cognitoidentity/client.rb +++ b/gems/aws-sdk-cognitoidentity/lib/aws-sdk-cognitoidentity/client.rb @@ -1653,7 +1653,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-cognitoidentity' - 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-cognitoidentityprovider/CHANGELOG.md b/gems/aws-sdk-cognitoidentityprovider/CHANGELOG.md index 7af5ce6bb8a..2a37056d561 100644 --- a/gems/aws-sdk-cognitoidentityprovider/CHANGELOG.md +++ b/gems/aws-sdk-cognitoidentityprovider/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.76.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.75.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-cognitoidentityprovider/VERSION b/gems/aws-sdk-cognitoidentityprovider/VERSION index 7c7053aa238..32a6ce3c719 100644 --- a/gems/aws-sdk-cognitoidentityprovider/VERSION +++ b/gems/aws-sdk-cognitoidentityprovider/VERSION @@ -1 +1 @@ -1.75.0 +1.76.0 diff --git a/gems/aws-sdk-cognitoidentityprovider/aws-sdk-cognitoidentityprovider.gemspec b/gems/aws-sdk-cognitoidentityprovider/aws-sdk-cognitoidentityprovider.gemspec index c01bdf6d7fd..ad7892e24d8 100644 --- a/gems/aws-sdk-cognitoidentityprovider/aws-sdk-cognitoidentityprovider.gemspec +++ b/gems/aws-sdk-cognitoidentityprovider/aws-sdk-cognitoidentityprovider.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-cognitoidentityprovider/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider.rb b/gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider.rb index d09ef339085..7f1b56a8c45 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.75.0' + GEM_VERSION = '1.76.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 bd09f531fb2..fd69d5b5dc6 100644 --- a/gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/client.rb +++ b/gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/client.rb @@ -7992,7 +7992,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-cognitoidentityprovider' - 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-cognitosync/CHANGELOG.md b/gems/aws-sdk-cognitosync/CHANGELOG.md index a5cf2293f66..2c614d143d8 100644 --- a/gems/aws-sdk-cognitosync/CHANGELOG.md +++ b/gems/aws-sdk-cognitosync/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.41.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.40.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-cognitosync/VERSION b/gems/aws-sdk-cognitosync/VERSION index 32b7211cb61..7d47e599800 100644 --- a/gems/aws-sdk-cognitosync/VERSION +++ b/gems/aws-sdk-cognitosync/VERSION @@ -1 +1 @@ -1.40.0 +1.41.0 diff --git a/gems/aws-sdk-cognitosync/aws-sdk-cognitosync.gemspec b/gems/aws-sdk-cognitosync/aws-sdk-cognitosync.gemspec index 3ebb59a2fb8..0f2adc2f13c 100644 --- a/gems/aws-sdk-cognitosync/aws-sdk-cognitosync.gemspec +++ b/gems/aws-sdk-cognitosync/aws-sdk-cognitosync.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-cognitosync/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-cognitosync/lib/aws-sdk-cognitosync.rb b/gems/aws-sdk-cognitosync/lib/aws-sdk-cognitosync.rb index 228d46bf814..5c4ca0e2623 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.40.0' + GEM_VERSION = '1.41.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 211378d0edb..61ddb89205c 100644 --- a/gems/aws-sdk-cognitosync/lib/aws-sdk-cognitosync/client.rb +++ b/gems/aws-sdk-cognitosync/lib/aws-sdk-cognitosync/client.rb @@ -1234,7 +1234,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-cognitosync' - 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-comprehend/CHANGELOG.md b/gems/aws-sdk-comprehend/CHANGELOG.md index 2d457663fbb..a631b529a4d 100644 --- a/gems/aws-sdk-comprehend/CHANGELOG.md +++ b/gems/aws-sdk-comprehend/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.71.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.70.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-comprehend/VERSION b/gems/aws-sdk-comprehend/VERSION index 832e9afb6c1..df484cbb1d9 100644 --- a/gems/aws-sdk-comprehend/VERSION +++ b/gems/aws-sdk-comprehend/VERSION @@ -1 +1 @@ -1.70.0 +1.71.0 diff --git a/gems/aws-sdk-comprehend/aws-sdk-comprehend.gemspec b/gems/aws-sdk-comprehend/aws-sdk-comprehend.gemspec index 27270567ec7..db6aee7ab2d 100644 --- a/gems/aws-sdk-comprehend/aws-sdk-comprehend.gemspec +++ b/gems/aws-sdk-comprehend/aws-sdk-comprehend.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-comprehend/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-comprehend/lib/aws-sdk-comprehend.rb b/gems/aws-sdk-comprehend/lib/aws-sdk-comprehend.rb index 5b96e01131a..1379faeac57 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.70.0' + GEM_VERSION = '1.71.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 e911a416d17..bd7fd8a9932 100644 --- a/gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/client.rb +++ b/gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/client.rb @@ -5820,7 +5820,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-comprehend' - 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-comprehendmedical/CHANGELOG.md b/gems/aws-sdk-comprehendmedical/CHANGELOG.md index 13ce24f24a2..0f71cd154ec 100644 --- a/gems/aws-sdk-comprehendmedical/CHANGELOG.md +++ b/gems/aws-sdk-comprehendmedical/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.43.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.42.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-comprehendmedical/VERSION b/gems/aws-sdk-comprehendmedical/VERSION index a50908ca3da..b978278f05f 100644 --- a/gems/aws-sdk-comprehendmedical/VERSION +++ b/gems/aws-sdk-comprehendmedical/VERSION @@ -1 +1 @@ -1.42.0 +1.43.0 diff --git a/gems/aws-sdk-comprehendmedical/aws-sdk-comprehendmedical.gemspec b/gems/aws-sdk-comprehendmedical/aws-sdk-comprehendmedical.gemspec index 8d0e248f4c3..8ddf597bfcb 100644 --- a/gems/aws-sdk-comprehendmedical/aws-sdk-comprehendmedical.gemspec +++ b/gems/aws-sdk-comprehendmedical/aws-sdk-comprehendmedical.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-comprehendmedical/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-comprehendmedical/lib/aws-sdk-comprehendmedical.rb b/gems/aws-sdk-comprehendmedical/lib/aws-sdk-comprehendmedical.rb index dce97eef80c..59bd5faee3c 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.42.0' + GEM_VERSION = '1.43.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 d3832a5e81a..f90fa6bfc28 100644 --- a/gems/aws-sdk-comprehendmedical/lib/aws-sdk-comprehendmedical/client.rb +++ b/gems/aws-sdk-comprehendmedical/lib/aws-sdk-comprehendmedical/client.rb @@ -1856,7 +1856,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-comprehendmedical' - 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-computeoptimizer/CHANGELOG.md b/gems/aws-sdk-computeoptimizer/CHANGELOG.md index b15e46b2db4..ab7a1d40fc9 100644 --- a/gems/aws-sdk-computeoptimizer/CHANGELOG.md +++ b/gems/aws-sdk-computeoptimizer/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.44.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.43.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-computeoptimizer/VERSION b/gems/aws-sdk-computeoptimizer/VERSION index b978278f05f..372cf402c73 100644 --- a/gems/aws-sdk-computeoptimizer/VERSION +++ b/gems/aws-sdk-computeoptimizer/VERSION @@ -1 +1 @@ -1.43.0 +1.44.0 diff --git a/gems/aws-sdk-computeoptimizer/aws-sdk-computeoptimizer.gemspec b/gems/aws-sdk-computeoptimizer/aws-sdk-computeoptimizer.gemspec index 09c4797e546..520c93a2a68 100644 --- a/gems/aws-sdk-computeoptimizer/aws-sdk-computeoptimizer.gemspec +++ b/gems/aws-sdk-computeoptimizer/aws-sdk-computeoptimizer.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-computeoptimizer/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer.rb b/gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer.rb index 075e1eece8c..941ea616edd 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.43.0' + GEM_VERSION = '1.44.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 054174e7361..dd6210061c5 100644 --- a/gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/client.rb +++ b/gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/client.rb @@ -2443,7 +2443,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-computeoptimizer' - 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-configservice/CHANGELOG.md b/gems/aws-sdk-configservice/CHANGELOG.md index ea3b37a4e07..218f9a0fb73 100644 --- a/gems/aws-sdk-configservice/CHANGELOG.md +++ b/gems/aws-sdk-configservice/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.94.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.93.0 (2023-06-20) ------------------ diff --git a/gems/aws-sdk-configservice/VERSION b/gems/aws-sdk-configservice/VERSION index 95784efddbc..8db4a57b3d0 100644 --- a/gems/aws-sdk-configservice/VERSION +++ b/gems/aws-sdk-configservice/VERSION @@ -1 +1 @@ -1.93.0 +1.94.0 diff --git a/gems/aws-sdk-configservice/aws-sdk-configservice.gemspec b/gems/aws-sdk-configservice/aws-sdk-configservice.gemspec index e8a94dee193..d0bbfa29927 100644 --- a/gems/aws-sdk-configservice/aws-sdk-configservice.gemspec +++ b/gems/aws-sdk-configservice/aws-sdk-configservice.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-configservice/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-configservice/lib/aws-sdk-configservice.rb b/gems/aws-sdk-configservice/lib/aws-sdk-configservice.rb index 1c821089303..03ae782977c 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.93.0' + GEM_VERSION = '1.94.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 5f64ab86246..6063d4cb488 100644 --- a/gems/aws-sdk-configservice/lib/aws-sdk-configservice/client.rb +++ b/gems/aws-sdk-configservice/lib/aws-sdk-configservice/client.rb @@ -5756,7 +5756,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-configservice' - 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-connect/CHANGELOG.md b/gems/aws-sdk-connect/CHANGELOG.md index dc34603650c..84d974bd210 100644 --- a/gems/aws-sdk-connect/CHANGELOG.md +++ b/gems/aws-sdk-connect/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.116.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.115.0 (2023-06-26) ------------------ diff --git a/gems/aws-sdk-connect/VERSION b/gems/aws-sdk-connect/VERSION index 97ee99fccc8..10c8812fe5e 100644 --- a/gems/aws-sdk-connect/VERSION +++ b/gems/aws-sdk-connect/VERSION @@ -1 +1 @@ -1.115.0 +1.116.0 diff --git a/gems/aws-sdk-connect/aws-sdk-connect.gemspec b/gems/aws-sdk-connect/aws-sdk-connect.gemspec index 4c2148eed4c..5a8a28706c3 100644 --- a/gems/aws-sdk-connect/aws-sdk-connect.gemspec +++ b/gems/aws-sdk-connect/aws-sdk-connect.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-connect/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-connect/lib/aws-sdk-connect.rb b/gems/aws-sdk-connect/lib/aws-sdk-connect.rb index bfe83ee75b5..d02397476e5 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.115.0' + GEM_VERSION = '1.116.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 c66304c7f90..8968e67fc3c 100644 --- a/gems/aws-sdk-connect/lib/aws-sdk-connect/client.rb +++ b/gems/aws-sdk-connect/lib/aws-sdk-connect/client.rb @@ -12531,7 +12531,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-connect' - 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-connectcampaignservice/CHANGELOG.md b/gems/aws-sdk-connectcampaignservice/CHANGELOG.md index 14558321b9f..701145aa093 100644 --- a/gems/aws-sdk-connectcampaignservice/CHANGELOG.md +++ b/gems/aws-sdk-connectcampaignservice/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.6.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.5.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-connectcampaignservice/VERSION b/gems/aws-sdk-connectcampaignservice/VERSION index bc80560fad6..dc1e644a101 100644 --- a/gems/aws-sdk-connectcampaignservice/VERSION +++ b/gems/aws-sdk-connectcampaignservice/VERSION @@ -1 +1 @@ -1.5.0 +1.6.0 diff --git a/gems/aws-sdk-connectcampaignservice/aws-sdk-connectcampaignservice.gemspec b/gems/aws-sdk-connectcampaignservice/aws-sdk-connectcampaignservice.gemspec index c70c483d880..dd7f95b1f6e 100644 --- a/gems/aws-sdk-connectcampaignservice/aws-sdk-connectcampaignservice.gemspec +++ b/gems/aws-sdk-connectcampaignservice/aws-sdk-connectcampaignservice.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-connectcampaignservice/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-connectcampaignservice/lib/aws-sdk-connectcampaignservice.rb b/gems/aws-sdk-connectcampaignservice/lib/aws-sdk-connectcampaignservice.rb index fb5cfd96d04..548615fb3a3 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.5.0' + GEM_VERSION = '1.6.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 e2cae3668ee..c411e2eecd3 100644 --- a/gems/aws-sdk-connectcampaignservice/lib/aws-sdk-connectcampaignservice/client.rb +++ b/gems/aws-sdk-connectcampaignservice/lib/aws-sdk-connectcampaignservice/client.rb @@ -1091,7 +1091,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-connectcampaignservice' - context[:gem_version] = '1.5.0' + context[:gem_version] = '1.6.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 94ee8cbc8f5..d6c6fc29d4e 100644 --- a/gems/aws-sdk-connectcases/CHANGELOG.md +++ b/gems/aws-sdk-connectcases/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.8.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.7.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-connectcases/VERSION b/gems/aws-sdk-connectcases/VERSION index bd8bf882d06..27f9cd322bb 100644 --- a/gems/aws-sdk-connectcases/VERSION +++ b/gems/aws-sdk-connectcases/VERSION @@ -1 +1 @@ -1.7.0 +1.8.0 diff --git a/gems/aws-sdk-connectcases/aws-sdk-connectcases.gemspec b/gems/aws-sdk-connectcases/aws-sdk-connectcases.gemspec index ff3de65ea22..d4214d0ba39 100644 --- a/gems/aws-sdk-connectcases/aws-sdk-connectcases.gemspec +++ b/gems/aws-sdk-connectcases/aws-sdk-connectcases.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-connectcases/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-connectcases/lib/aws-sdk-connectcases.rb b/gems/aws-sdk-connectcases/lib/aws-sdk-connectcases.rb index 2e06e06eda6..0b7b3831803 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.7.0' + GEM_VERSION = '1.8.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 a78251c2114..081e74a4b42 100644 --- a/gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/client.rb +++ b/gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/client.rb @@ -1939,7 +1939,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-connectcases' - 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-connectcontactlens/CHANGELOG.md b/gems/aws-sdk-connectcontactlens/CHANGELOG.md index 50e116abec7..0441d243b41 100644 --- a/gems/aws-sdk-connectcontactlens/CHANGELOG.md +++ b/gems/aws-sdk-connectcontactlens/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.16.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.15.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-connectcontactlens/VERSION b/gems/aws-sdk-connectcontactlens/VERSION index 141f2e805be..15b989e398f 100644 --- a/gems/aws-sdk-connectcontactlens/VERSION +++ b/gems/aws-sdk-connectcontactlens/VERSION @@ -1 +1 @@ -1.15.0 +1.16.0 diff --git a/gems/aws-sdk-connectcontactlens/aws-sdk-connectcontactlens.gemspec b/gems/aws-sdk-connectcontactlens/aws-sdk-connectcontactlens.gemspec index d0710f5086f..4cab4b73b1a 100644 --- a/gems/aws-sdk-connectcontactlens/aws-sdk-connectcontactlens.gemspec +++ b/gems/aws-sdk-connectcontactlens/aws-sdk-connectcontactlens.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-connectcontactlens/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-connectcontactlens/lib/aws-sdk-connectcontactlens.rb b/gems/aws-sdk-connectcontactlens/lib/aws-sdk-connectcontactlens.rb index a4f7cf1d454..47f80b6ecb0 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.15.0' + GEM_VERSION = '1.16.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 1133ffe3a8e..cb85217dfc8 100644 --- a/gems/aws-sdk-connectcontactlens/lib/aws-sdk-connectcontactlens/client.rb +++ b/gems/aws-sdk-connectcontactlens/lib/aws-sdk-connectcontactlens/client.rb @@ -448,7 +448,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-connectcontactlens' - 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-connectparticipant/CHANGELOG.md b/gems/aws-sdk-connectparticipant/CHANGELOG.md index 57866975aac..a7e89565afd 100644 --- a/gems/aws-sdk-connectparticipant/CHANGELOG.md +++ b/gems/aws-sdk-connectparticipant/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.32.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.31.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-connectparticipant/VERSION b/gems/aws-sdk-connectparticipant/VERSION index 34aae156b19..359c41089a4 100644 --- a/gems/aws-sdk-connectparticipant/VERSION +++ b/gems/aws-sdk-connectparticipant/VERSION @@ -1 +1 @@ -1.31.0 +1.32.0 diff --git a/gems/aws-sdk-connectparticipant/aws-sdk-connectparticipant.gemspec b/gems/aws-sdk-connectparticipant/aws-sdk-connectparticipant.gemspec index a05e6519fad..a2aa3a5e7ad 100644 --- a/gems/aws-sdk-connectparticipant/aws-sdk-connectparticipant.gemspec +++ b/gems/aws-sdk-connectparticipant/aws-sdk-connectparticipant.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-connectparticipant/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-connectparticipant/lib/aws-sdk-connectparticipant.rb b/gems/aws-sdk-connectparticipant/lib/aws-sdk-connectparticipant.rb index d025c1db31e..bf8165c9fad 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.31.0' + GEM_VERSION = '1.32.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 3cdf2b2319c..bf697a21eb7 100644 --- a/gems/aws-sdk-connectparticipant/lib/aws-sdk-connectparticipant/client.rb +++ b/gems/aws-sdk-connectparticipant/lib/aws-sdk-connectparticipant/client.rb @@ -966,7 +966,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-connectparticipant' - 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-connectwisdomservice/CHANGELOG.md b/gems/aws-sdk-connectwisdomservice/CHANGELOG.md index 4aded68652f..3f34a15210b 100644 --- a/gems/aws-sdk-connectwisdomservice/CHANGELOG.md +++ b/gems/aws-sdk-connectwisdomservice/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.16.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.15.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-connectwisdomservice/VERSION b/gems/aws-sdk-connectwisdomservice/VERSION index 141f2e805be..15b989e398f 100644 --- a/gems/aws-sdk-connectwisdomservice/VERSION +++ b/gems/aws-sdk-connectwisdomservice/VERSION @@ -1 +1 @@ -1.15.0 +1.16.0 diff --git a/gems/aws-sdk-connectwisdomservice/aws-sdk-connectwisdomservice.gemspec b/gems/aws-sdk-connectwisdomservice/aws-sdk-connectwisdomservice.gemspec index 51cd0ae8fa4..703151fecdb 100644 --- a/gems/aws-sdk-connectwisdomservice/aws-sdk-connectwisdomservice.gemspec +++ b/gems/aws-sdk-connectwisdomservice/aws-sdk-connectwisdomservice.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-connectwisdomservice/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-connectwisdomservice/lib/aws-sdk-connectwisdomservice.rb b/gems/aws-sdk-connectwisdomservice/lib/aws-sdk-connectwisdomservice.rb index deddefeff85..7258e4923ca 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.15.0' + GEM_VERSION = '1.16.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 d6e8979b149..18251892558 100644 --- a/gems/aws-sdk-connectwisdomservice/lib/aws-sdk-connectwisdomservice/client.rb +++ b/gems/aws-sdk-connectwisdomservice/lib/aws-sdk-connectwisdomservice/client.rb @@ -2015,7 +2015,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-connectwisdomservice' - 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-controltower/CHANGELOG.md b/gems/aws-sdk-controltower/CHANGELOG.md index c8339046dee..5f3f3ca1b05 100644 --- a/gems/aws-sdk-controltower/CHANGELOG.md +++ b/gems/aws-sdk-controltower/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.5.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.4.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-controltower/VERSION b/gems/aws-sdk-controltower/VERSION index 88c5fb891dc..bc80560fad6 100644 --- a/gems/aws-sdk-controltower/VERSION +++ b/gems/aws-sdk-controltower/VERSION @@ -1 +1 @@ -1.4.0 +1.5.0 diff --git a/gems/aws-sdk-controltower/aws-sdk-controltower.gemspec b/gems/aws-sdk-controltower/aws-sdk-controltower.gemspec index d2daf9acabd..d7aba3e2409 100644 --- a/gems/aws-sdk-controltower/aws-sdk-controltower.gemspec +++ b/gems/aws-sdk-controltower/aws-sdk-controltower.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-controltower/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-controltower/lib/aws-sdk-controltower.rb b/gems/aws-sdk-controltower/lib/aws-sdk-controltower.rb index cc1e09f6bae..ce175acea77 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.4.0' + GEM_VERSION = '1.5.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 c2a5a7454f1..0d42d08d794 100644 --- a/gems/aws-sdk-controltower/lib/aws-sdk-controltower/client.rb +++ b/gems/aws-sdk-controltower/lib/aws-sdk-controltower/client.rb @@ -538,7 +538,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-controltower' - 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-core/CHANGELOG.md b/gems/aws-sdk-core/CHANGELOG.md index 8e681091fe2..44e95976791 100644 --- a/gems/aws-sdk-core/CHANGELOG.md +++ b/gems/aws-sdk-core/CHANGELOG.md @@ -1,6 +1,9 @@ Unreleased Changes ------------------ +3.176.0 (2023-06-28) +------------------ + * Feature - Add :expiration accessor to `CredentialProvider` and do not refresh credentials when checking expiration. 3.175.0 (2023-06-15) diff --git a/gems/aws-sdk-core/VERSION b/gems/aws-sdk-core/VERSION index 6cb5f20687f..41bc16c7c39 100644 --- a/gems/aws-sdk-core/VERSION +++ b/gems/aws-sdk-core/VERSION @@ -1 +1 @@ -3.175.0 +3.176.0 diff --git a/gems/aws-sdk-core/lib/aws-sdk-sso.rb b/gems/aws-sdk-core/lib/aws-sdk-sso.rb index 6ce6a26e72d..001f28c47b7 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.175.0' + GEM_VERSION = '3.176.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 c530e3c229c..a69eda7389c 100644 --- a/gems/aws-sdk-core/lib/aws-sdk-sso/client.rb +++ b/gems/aws-sdk-core/lib/aws-sdk-sso/client.rb @@ -590,7 +590,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-core' - context[:gem_version] = '3.175.0' + context[:gem_version] = '3.176.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 4abb7bb6b91..a478f4874c2 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.175.0' + GEM_VERSION = '3.176.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 b82f87ea5c2..07b42d099f9 100644 --- a/gems/aws-sdk-core/lib/aws-sdk-ssooidc/client.rb +++ b/gems/aws-sdk-core/lib/aws-sdk-ssooidc/client.rb @@ -586,7 +586,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-core' - context[:gem_version] = '3.175.0' + context[:gem_version] = '3.176.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 98141c4b8ad..3ffdfecbcec 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.175.0' + GEM_VERSION = '3.176.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 9aa2268be27..003a2e836f9 100644 --- a/gems/aws-sdk-core/lib/aws-sdk-sts/client.rb +++ b/gems/aws-sdk-core/lib/aws-sdk-sts/client.rb @@ -2319,7 +2319,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-core' - context[:gem_version] = '3.175.0' + context[:gem_version] = '3.176.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 0da94350156..371050fe562 100644 --- a/gems/aws-sdk-costandusagereportservice/CHANGELOG.md +++ b/gems/aws-sdk-costandusagereportservice/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.47.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.46.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-costandusagereportservice/VERSION b/gems/aws-sdk-costandusagereportservice/VERSION index 0a3db35b241..21998d3c2d9 100644 --- a/gems/aws-sdk-costandusagereportservice/VERSION +++ b/gems/aws-sdk-costandusagereportservice/VERSION @@ -1 +1 @@ -1.46.0 +1.47.0 diff --git a/gems/aws-sdk-costandusagereportservice/aws-sdk-costandusagereportservice.gemspec b/gems/aws-sdk-costandusagereportservice/aws-sdk-costandusagereportservice.gemspec index 7aa0a27551a..707ae20e671 100644 --- a/gems/aws-sdk-costandusagereportservice/aws-sdk-costandusagereportservice.gemspec +++ b/gems/aws-sdk-costandusagereportservice/aws-sdk-costandusagereportservice.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-costandusagereportservice/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-costandusagereportservice/lib/aws-sdk-costandusagereportservice.rb b/gems/aws-sdk-costandusagereportservice/lib/aws-sdk-costandusagereportservice.rb index e2c1247fad8..d2ccecb0c4f 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.46.0' + GEM_VERSION = '1.47.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 608f2f197d6..cbf9970831f 100644 --- a/gems/aws-sdk-costandusagereportservice/lib/aws-sdk-costandusagereportservice/client.rb +++ b/gems/aws-sdk-costandusagereportservice/lib/aws-sdk-costandusagereportservice/client.rb @@ -631,7 +631,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-costandusagereportservice' - 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-costexplorer/CHANGELOG.md b/gems/aws-sdk-costexplorer/CHANGELOG.md index 9ab34f47001..4772a3fc801 100644 --- a/gems/aws-sdk-costexplorer/CHANGELOG.md +++ b/gems/aws-sdk-costexplorer/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.86.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.85.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-costexplorer/VERSION b/gems/aws-sdk-costexplorer/VERSION index f288d11142d..b7844a6ffdc 100644 --- a/gems/aws-sdk-costexplorer/VERSION +++ b/gems/aws-sdk-costexplorer/VERSION @@ -1 +1 @@ -1.85.0 +1.86.0 diff --git a/gems/aws-sdk-costexplorer/aws-sdk-costexplorer.gemspec b/gems/aws-sdk-costexplorer/aws-sdk-costexplorer.gemspec index 3494ec4db73..c748578a6d5 100644 --- a/gems/aws-sdk-costexplorer/aws-sdk-costexplorer.gemspec +++ b/gems/aws-sdk-costexplorer/aws-sdk-costexplorer.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-costexplorer/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer.rb b/gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer.rb index a6f1c3e25bd..49356be0166 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.85.0' + GEM_VERSION = '1.86.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 229118e29a0..77268c882ac 100644 --- a/gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/client.rb +++ b/gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/client.rb @@ -5051,7 +5051,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-costexplorer' - 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-customerprofiles/CHANGELOG.md b/gems/aws-sdk-customerprofiles/CHANGELOG.md index d236b4577d8..8550cb1adef 100644 --- a/gems/aws-sdk-customerprofiles/CHANGELOG.md +++ b/gems/aws-sdk-customerprofiles/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.32.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.31.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-customerprofiles/VERSION b/gems/aws-sdk-customerprofiles/VERSION index 34aae156b19..359c41089a4 100644 --- a/gems/aws-sdk-customerprofiles/VERSION +++ b/gems/aws-sdk-customerprofiles/VERSION @@ -1 +1 @@ -1.31.0 +1.32.0 diff --git a/gems/aws-sdk-customerprofiles/aws-sdk-customerprofiles.gemspec b/gems/aws-sdk-customerprofiles/aws-sdk-customerprofiles.gemspec index c45bddea99e..89e4788ce00 100644 --- a/gems/aws-sdk-customerprofiles/aws-sdk-customerprofiles.gemspec +++ b/gems/aws-sdk-customerprofiles/aws-sdk-customerprofiles.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-customerprofiles/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles.rb b/gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles.rb index 444364decaf..0b918e9f593 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.31.0' + GEM_VERSION = '1.32.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 16454c37b13..8e41e369218 100644 --- a/gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/client.rb +++ b/gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/client.rb @@ -3700,7 +3700,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-customerprofiles' - 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-databasemigrationservice/CHANGELOG.md b/gems/aws-sdk-databasemigrationservice/CHANGELOG.md index a65bf350185..4a7de33580d 100644 --- a/gems/aws-sdk-databasemigrationservice/CHANGELOG.md +++ b/gems/aws-sdk-databasemigrationservice/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.80.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.79.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-databasemigrationservice/VERSION b/gems/aws-sdk-databasemigrationservice/VERSION index b3a8c61e6a8..aaceec04e04 100644 --- a/gems/aws-sdk-databasemigrationservice/VERSION +++ b/gems/aws-sdk-databasemigrationservice/VERSION @@ -1 +1 @@ -1.79.0 +1.80.0 diff --git a/gems/aws-sdk-databasemigrationservice/aws-sdk-databasemigrationservice.gemspec b/gems/aws-sdk-databasemigrationservice/aws-sdk-databasemigrationservice.gemspec index b0eb74481c7..7eef6011b83 100644 --- a/gems/aws-sdk-databasemigrationservice/aws-sdk-databasemigrationservice.gemspec +++ b/gems/aws-sdk-databasemigrationservice/aws-sdk-databasemigrationservice.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-databasemigrationservice/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice.rb b/gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice.rb index 1328382597d..d2e72aff7e1 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.79.0' + GEM_VERSION = '1.80.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 f893cee9ee0..5315c5b6f32 100644 --- a/gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/client.rb +++ b/gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/client.rb @@ -8283,7 +8283,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-databasemigrationservice' - 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-dataexchange/CHANGELOG.md b/gems/aws-sdk-dataexchange/CHANGELOG.md index adace2d185c..e263c99c947 100644 --- a/gems/aws-sdk-dataexchange/CHANGELOG.md +++ b/gems/aws-sdk-dataexchange/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.36.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.35.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-dataexchange/VERSION b/gems/aws-sdk-dataexchange/VERSION index 2aeaa11ee27..39fc130ef85 100644 --- a/gems/aws-sdk-dataexchange/VERSION +++ b/gems/aws-sdk-dataexchange/VERSION @@ -1 +1 @@ -1.35.0 +1.36.0 diff --git a/gems/aws-sdk-dataexchange/aws-sdk-dataexchange.gemspec b/gems/aws-sdk-dataexchange/aws-sdk-dataexchange.gemspec index 63731c4316a..a47e2ac307e 100644 --- a/gems/aws-sdk-dataexchange/aws-sdk-dataexchange.gemspec +++ b/gems/aws-sdk-dataexchange/aws-sdk-dataexchange.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-dataexchange/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange.rb b/gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange.rb index c236a1d6508..62577a89a6f 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.35.0' + GEM_VERSION = '1.36.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 50b86f9a09a..0635deb4777 100644 --- a/gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/client.rb +++ b/gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/client.rb @@ -2180,7 +2180,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-dataexchange' - 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-datapipeline/CHANGELOG.md b/gems/aws-sdk-datapipeline/CHANGELOG.md index 532ddd8038a..c114686b9ae 100644 --- a/gems/aws-sdk-datapipeline/CHANGELOG.md +++ b/gems/aws-sdk-datapipeline/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.41.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.40.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-datapipeline/VERSION b/gems/aws-sdk-datapipeline/VERSION index 32b7211cb61..7d47e599800 100644 --- a/gems/aws-sdk-datapipeline/VERSION +++ b/gems/aws-sdk-datapipeline/VERSION @@ -1 +1 @@ -1.40.0 +1.41.0 diff --git a/gems/aws-sdk-datapipeline/aws-sdk-datapipeline.gemspec b/gems/aws-sdk-datapipeline/aws-sdk-datapipeline.gemspec index 1ab26b1a583..c3b3fc0d666 100644 --- a/gems/aws-sdk-datapipeline/aws-sdk-datapipeline.gemspec +++ b/gems/aws-sdk-datapipeline/aws-sdk-datapipeline.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-datapipeline/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-datapipeline/lib/aws-sdk-datapipeline.rb b/gems/aws-sdk-datapipeline/lib/aws-sdk-datapipeline.rb index 033ad243ffd..5da51c59a1e 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.40.0' + GEM_VERSION = '1.41.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 367972f2126..b82ae872d19 100644 --- a/gems/aws-sdk-datapipeline/lib/aws-sdk-datapipeline/client.rb +++ b/gems/aws-sdk-datapipeline/lib/aws-sdk-datapipeline/client.rb @@ -1375,7 +1375,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-datapipeline' - 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-datasync/CHANGELOG.md b/gems/aws-sdk-datasync/CHANGELOG.md index 00ab7d58a3b..1ac6522f1f9 100644 --- a/gems/aws-sdk-datasync/CHANGELOG.md +++ b/gems/aws-sdk-datasync/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.59.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.58.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-datasync/VERSION b/gems/aws-sdk-datasync/VERSION index 79f82f6b8e0..bb120e876c6 100644 --- a/gems/aws-sdk-datasync/VERSION +++ b/gems/aws-sdk-datasync/VERSION @@ -1 +1 @@ -1.58.0 +1.59.0 diff --git a/gems/aws-sdk-datasync/aws-sdk-datasync.gemspec b/gems/aws-sdk-datasync/aws-sdk-datasync.gemspec index b5cf87c1d68..afe5b8c5536 100644 --- a/gems/aws-sdk-datasync/aws-sdk-datasync.gemspec +++ b/gems/aws-sdk-datasync/aws-sdk-datasync.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-datasync/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-datasync/lib/aws-sdk-datasync.rb b/gems/aws-sdk-datasync/lib/aws-sdk-datasync.rb index 87f6c037163..f25b2350669 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.58.0' + GEM_VERSION = '1.59.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 8cbf521b5b0..bb04399bbc3 100644 --- a/gems/aws-sdk-datasync/lib/aws-sdk-datasync/client.rb +++ b/gems/aws-sdk-datasync/lib/aws-sdk-datasync/client.rb @@ -4040,7 +4040,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-datasync' - 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-dax/CHANGELOG.md b/gems/aws-sdk-dax/CHANGELOG.md index 82c8eec9367..c52a6c27cb1 100644 --- a/gems/aws-sdk-dax/CHANGELOG.md +++ b/gems/aws-sdk-dax/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.44.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.43.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-dax/VERSION b/gems/aws-sdk-dax/VERSION index b978278f05f..372cf402c73 100644 --- a/gems/aws-sdk-dax/VERSION +++ b/gems/aws-sdk-dax/VERSION @@ -1 +1 @@ -1.43.0 +1.44.0 diff --git a/gems/aws-sdk-dax/aws-sdk-dax.gemspec b/gems/aws-sdk-dax/aws-sdk-dax.gemspec index 8b1a9077e32..9e3306646e4 100644 --- a/gems/aws-sdk-dax/aws-sdk-dax.gemspec +++ b/gems/aws-sdk-dax/aws-sdk-dax.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-dax/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-dax/lib/aws-sdk-dax.rb b/gems/aws-sdk-dax/lib/aws-sdk-dax.rb index d70e563c73f..c2984798c91 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.43.0' + GEM_VERSION = '1.44.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 446d1ad9067..f4828b49d3d 100644 --- a/gems/aws-sdk-dax/lib/aws-sdk-dax/client.rb +++ b/gems/aws-sdk-dax/lib/aws-sdk-dax/client.rb @@ -1711,7 +1711,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-dax' - 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-detective/CHANGELOG.md b/gems/aws-sdk-detective/CHANGELOG.md index 8c57941d3bb..ac931e2403d 100644 --- a/gems/aws-sdk-detective/CHANGELOG.md +++ b/gems/aws-sdk-detective/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.36.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.35.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-detective/VERSION b/gems/aws-sdk-detective/VERSION index 2aeaa11ee27..39fc130ef85 100644 --- a/gems/aws-sdk-detective/VERSION +++ b/gems/aws-sdk-detective/VERSION @@ -1 +1 @@ -1.35.0 +1.36.0 diff --git a/gems/aws-sdk-detective/aws-sdk-detective.gemspec b/gems/aws-sdk-detective/aws-sdk-detective.gemspec index d1e9512f464..fbbea54a902 100644 --- a/gems/aws-sdk-detective/aws-sdk-detective.gemspec +++ b/gems/aws-sdk-detective/aws-sdk-detective.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-detective/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-detective/lib/aws-sdk-detective.rb b/gems/aws-sdk-detective/lib/aws-sdk-detective.rb index 0c0736b8e47..2497ce6ee2d 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.35.0' + GEM_VERSION = '1.36.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 150cb4ef03a..9fe6b2358a5 100644 --- a/gems/aws-sdk-detective/lib/aws-sdk-detective/client.rb +++ b/gems/aws-sdk-detective/lib/aws-sdk-detective/client.rb @@ -1423,7 +1423,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-detective' - 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-devicefarm/CHANGELOG.md b/gems/aws-sdk-devicefarm/CHANGELOG.md index ffdddbdb879..f6a379c00d4 100644 --- a/gems/aws-sdk-devicefarm/CHANGELOG.md +++ b/gems/aws-sdk-devicefarm/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.57.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.56.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-devicefarm/VERSION b/gems/aws-sdk-devicefarm/VERSION index 3ebf789f5a8..373aea97570 100644 --- a/gems/aws-sdk-devicefarm/VERSION +++ b/gems/aws-sdk-devicefarm/VERSION @@ -1 +1 @@ -1.56.0 +1.57.0 diff --git a/gems/aws-sdk-devicefarm/aws-sdk-devicefarm.gemspec b/gems/aws-sdk-devicefarm/aws-sdk-devicefarm.gemspec index 331e56b118d..a60d0e8d781 100644 --- a/gems/aws-sdk-devicefarm/aws-sdk-devicefarm.gemspec +++ b/gems/aws-sdk-devicefarm/aws-sdk-devicefarm.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-devicefarm/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm.rb b/gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm.rb index 782bf00776f..ceda4b096f2 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.56.0' + GEM_VERSION = '1.57.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 dbf6bc9f353..a1815158fa8 100644 --- a/gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/client.rb +++ b/gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/client.rb @@ -6104,7 +6104,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-devicefarm' - 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-devopsguru/CHANGELOG.md b/gems/aws-sdk-devopsguru/CHANGELOG.md index 78a0f5fb018..0f0aa768773 100644 --- a/gems/aws-sdk-devopsguru/CHANGELOG.md +++ b/gems/aws-sdk-devopsguru/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.34.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.33.0 (2023-06-23) ------------------ diff --git a/gems/aws-sdk-devopsguru/VERSION b/gems/aws-sdk-devopsguru/VERSION index 7aa332e4163..2b17ffd5042 100644 --- a/gems/aws-sdk-devopsguru/VERSION +++ b/gems/aws-sdk-devopsguru/VERSION @@ -1 +1 @@ -1.33.0 +1.34.0 diff --git a/gems/aws-sdk-devopsguru/aws-sdk-devopsguru.gemspec b/gems/aws-sdk-devopsguru/aws-sdk-devopsguru.gemspec index 9ce1287f483..b75ab50ae4c 100644 --- a/gems/aws-sdk-devopsguru/aws-sdk-devopsguru.gemspec +++ b/gems/aws-sdk-devopsguru/aws-sdk-devopsguru.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-devopsguru/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru.rb b/gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru.rb index 2fc9252c756..377c10283c6 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.33.0' + GEM_VERSION = '1.34.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 42a51c393dd..0852debe257 100644 --- a/gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/client.rb +++ b/gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/client.rb @@ -2341,7 +2341,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-devopsguru' - 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-directconnect/CHANGELOG.md b/gems/aws-sdk-directconnect/CHANGELOG.md index 20272fcf785..8d33bd81be3 100644 --- a/gems/aws-sdk-directconnect/CHANGELOG.md +++ b/gems/aws-sdk-directconnect/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.63.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.62.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-directconnect/VERSION b/gems/aws-sdk-directconnect/VERSION index 76d05362056..af92bdd9f58 100644 --- a/gems/aws-sdk-directconnect/VERSION +++ b/gems/aws-sdk-directconnect/VERSION @@ -1 +1 @@ -1.62.0 +1.63.0 diff --git a/gems/aws-sdk-directconnect/aws-sdk-directconnect.gemspec b/gems/aws-sdk-directconnect/aws-sdk-directconnect.gemspec index 14a46598c58..ed3e6b817dc 100644 --- a/gems/aws-sdk-directconnect/aws-sdk-directconnect.gemspec +++ b/gems/aws-sdk-directconnect/aws-sdk-directconnect.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-directconnect/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-directconnect/lib/aws-sdk-directconnect.rb b/gems/aws-sdk-directconnect/lib/aws-sdk-directconnect.rb index b8b94f41377..ae0a7217ee2 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.62.0' + GEM_VERSION = '1.63.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 aa87a836010..7ccefc1dd4e 100644 --- a/gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/client.rb +++ b/gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/client.rb @@ -4912,7 +4912,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-directconnect' - 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-directoryservice/CHANGELOG.md b/gems/aws-sdk-directoryservice/CHANGELOG.md index 262230f9b3c..5e718c40c0b 100644 --- a/gems/aws-sdk-directoryservice/CHANGELOG.md +++ b/gems/aws-sdk-directoryservice/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.57.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.56.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-directoryservice/VERSION b/gems/aws-sdk-directoryservice/VERSION index 3ebf789f5a8..373aea97570 100644 --- a/gems/aws-sdk-directoryservice/VERSION +++ b/gems/aws-sdk-directoryservice/VERSION @@ -1 +1 @@ -1.56.0 +1.57.0 diff --git a/gems/aws-sdk-directoryservice/aws-sdk-directoryservice.gemspec b/gems/aws-sdk-directoryservice/aws-sdk-directoryservice.gemspec index b77229a0d97..fce639499a8 100644 --- a/gems/aws-sdk-directoryservice/aws-sdk-directoryservice.gemspec +++ b/gems/aws-sdk-directoryservice/aws-sdk-directoryservice.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-directoryservice/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice.rb b/gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice.rb index 9f9db78e4f1..8b57a22e9fd 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.56.0' + GEM_VERSION = '1.57.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 4dd3a58b646..03d4a40473b 100644 --- a/gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/client.rb +++ b/gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/client.rb @@ -3372,7 +3372,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-directoryservice' - 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-dlm/CHANGELOG.md b/gems/aws-sdk-dlm/CHANGELOG.md index 0263a6d64f1..19592dc8d1f 100644 --- a/gems/aws-sdk-dlm/CHANGELOG.md +++ b/gems/aws-sdk-dlm/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.59.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.58.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-dlm/VERSION b/gems/aws-sdk-dlm/VERSION index 79f82f6b8e0..bb120e876c6 100644 --- a/gems/aws-sdk-dlm/VERSION +++ b/gems/aws-sdk-dlm/VERSION @@ -1 +1 @@ -1.58.0 +1.59.0 diff --git a/gems/aws-sdk-dlm/aws-sdk-dlm.gemspec b/gems/aws-sdk-dlm/aws-sdk-dlm.gemspec index 5ad0732d986..7ff8ab5f7b4 100644 --- a/gems/aws-sdk-dlm/aws-sdk-dlm.gemspec +++ b/gems/aws-sdk-dlm/aws-sdk-dlm.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-dlm/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-dlm/lib/aws-sdk-dlm.rb b/gems/aws-sdk-dlm/lib/aws-sdk-dlm.rb index c306f576805..250a31c9a61 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.58.0' + GEM_VERSION = '1.59.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 4fe105f14ec..022142eba67 100644 --- a/gems/aws-sdk-dlm/lib/aws-sdk-dlm/client.rb +++ b/gems/aws-sdk-dlm/lib/aws-sdk-dlm/client.rb @@ -1002,7 +1002,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-dlm' - 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-docdb/CHANGELOG.md b/gems/aws-sdk-docdb/CHANGELOG.md index 4769b18f912..c48dffa352b 100644 --- a/gems/aws-sdk-docdb/CHANGELOG.md +++ b/gems/aws-sdk-docdb/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.50.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.49.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-docdb/VERSION b/gems/aws-sdk-docdb/VERSION index 7f3a46a841e..5a5c7211dc6 100644 --- a/gems/aws-sdk-docdb/VERSION +++ b/gems/aws-sdk-docdb/VERSION @@ -1 +1 @@ -1.49.0 +1.50.0 diff --git a/gems/aws-sdk-docdb/aws-sdk-docdb.gemspec b/gems/aws-sdk-docdb/aws-sdk-docdb.gemspec index 95456f63154..0391a5add8b 100644 --- a/gems/aws-sdk-docdb/aws-sdk-docdb.gemspec +++ b/gems/aws-sdk-docdb/aws-sdk-docdb.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-docdb/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-docdb/lib/aws-sdk-docdb.rb b/gems/aws-sdk-docdb/lib/aws-sdk-docdb.rb index 7e274ad67b2..6dbca41fb04 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.49.0' + GEM_VERSION = '1.50.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 98d3f1407cf..cb958c28053 100644 --- a/gems/aws-sdk-docdb/lib/aws-sdk-docdb/client.rb +++ b/gems/aws-sdk-docdb/lib/aws-sdk-docdb/client.rb @@ -5214,7 +5214,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-docdb' - 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-docdbelastic/CHANGELOG.md b/gems/aws-sdk-docdbelastic/CHANGELOG.md index 2e76803cd83..c4a68d2da3f 100644 --- a/gems/aws-sdk-docdbelastic/CHANGELOG.md +++ b/gems/aws-sdk-docdbelastic/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.4.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.3.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-docdbelastic/VERSION b/gems/aws-sdk-docdbelastic/VERSION index f0bb29e7638..88c5fb891dc 100644 --- a/gems/aws-sdk-docdbelastic/VERSION +++ b/gems/aws-sdk-docdbelastic/VERSION @@ -1 +1 @@ -1.3.0 +1.4.0 diff --git a/gems/aws-sdk-docdbelastic/aws-sdk-docdbelastic.gemspec b/gems/aws-sdk-docdbelastic/aws-sdk-docdbelastic.gemspec index 677cfe17165..1a31b9bd905 100644 --- a/gems/aws-sdk-docdbelastic/aws-sdk-docdbelastic.gemspec +++ b/gems/aws-sdk-docdbelastic/aws-sdk-docdbelastic.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-docdbelastic/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-docdbelastic/lib/aws-sdk-docdbelastic.rb b/gems/aws-sdk-docdbelastic/lib/aws-sdk-docdbelastic.rb index 4e9e8f8b4a2..d3f19974a3b 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.3.0' + GEM_VERSION = '1.4.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 2f4eac78bfd..159b36e9992 100644 --- a/gems/aws-sdk-docdbelastic/lib/aws-sdk-docdbelastic/client.rb +++ b/gems/aws-sdk-docdbelastic/lib/aws-sdk-docdbelastic/client.rb @@ -1079,7 +1079,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-docdbelastic' - context[:gem_version] = '1.3.0' + context[:gem_version] = '1.4.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 e2b4e82ceeb..c4642678b0e 100644 --- a/gems/aws-sdk-drs/CHANGELOG.md +++ b/gems/aws-sdk-drs/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.17.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.16.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-drs/VERSION b/gems/aws-sdk-drs/VERSION index 15b989e398f..092afa15df4 100644 --- a/gems/aws-sdk-drs/VERSION +++ b/gems/aws-sdk-drs/VERSION @@ -1 +1 @@ -1.16.0 +1.17.0 diff --git a/gems/aws-sdk-drs/aws-sdk-drs.gemspec b/gems/aws-sdk-drs/aws-sdk-drs.gemspec index 68a0e6d82c9..3c8c2709072 100644 --- a/gems/aws-sdk-drs/aws-sdk-drs.gemspec +++ b/gems/aws-sdk-drs/aws-sdk-drs.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-drs/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-drs/lib/aws-sdk-drs.rb b/gems/aws-sdk-drs/lib/aws-sdk-drs.rb index 188f04b8852..a819b0c7c97 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.16.0' + GEM_VERSION = '1.17.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 c1546645608..7d88e3727d3 100644 --- a/gems/aws-sdk-drs/lib/aws-sdk-drs/client.rb +++ b/gems/aws-sdk-drs/lib/aws-sdk-drs/client.rb @@ -3122,7 +3122,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-drs' - 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-dynamodb/CHANGELOG.md b/gems/aws-sdk-dynamodb/CHANGELOG.md index 011d7debef9..3a7a3c9d83b 100644 --- a/gems/aws-sdk-dynamodb/CHANGELOG.md +++ b/gems/aws-sdk-dynamodb/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.89.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.88.0 (2023-06-21) ------------------ diff --git a/gems/aws-sdk-dynamodb/VERSION b/gems/aws-sdk-dynamodb/VERSION index 59be592144c..636ea711ad9 100644 --- a/gems/aws-sdk-dynamodb/VERSION +++ b/gems/aws-sdk-dynamodb/VERSION @@ -1 +1 @@ -1.88.0 +1.89.0 diff --git a/gems/aws-sdk-dynamodb/aws-sdk-dynamodb.gemspec b/gems/aws-sdk-dynamodb/aws-sdk-dynamodb.gemspec index 8f3a4202d33..046b013be2a 100644 --- a/gems/aws-sdk-dynamodb/aws-sdk-dynamodb.gemspec +++ b/gems/aws-sdk-dynamodb/aws-sdk-dynamodb.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-dynamodb/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb.rb b/gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb.rb index 52303794f15..b8dc0669927 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.88.0' + GEM_VERSION = '1.89.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 4cf9788f569..554f4bc7a0b 100644 --- a/gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/client.rb +++ b/gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/client.rb @@ -7751,7 +7751,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-dynamodb' - 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-dynamodbstreams/CHANGELOG.md b/gems/aws-sdk-dynamodbstreams/CHANGELOG.md index 0427511a018..673e3134d36 100644 --- a/gems/aws-sdk-dynamodbstreams/CHANGELOG.md +++ b/gems/aws-sdk-dynamodbstreams/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.47.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.46.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-dynamodbstreams/VERSION b/gems/aws-sdk-dynamodbstreams/VERSION index 0a3db35b241..21998d3c2d9 100644 --- a/gems/aws-sdk-dynamodbstreams/VERSION +++ b/gems/aws-sdk-dynamodbstreams/VERSION @@ -1 +1 @@ -1.46.0 +1.47.0 diff --git a/gems/aws-sdk-dynamodbstreams/aws-sdk-dynamodbstreams.gemspec b/gems/aws-sdk-dynamodbstreams/aws-sdk-dynamodbstreams.gemspec index abfff0f2f36..4b3612007aa 100644 --- a/gems/aws-sdk-dynamodbstreams/aws-sdk-dynamodbstreams.gemspec +++ b/gems/aws-sdk-dynamodbstreams/aws-sdk-dynamodbstreams.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-dynamodbstreams/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-dynamodbstreams/lib/aws-sdk-dynamodbstreams.rb b/gems/aws-sdk-dynamodbstreams/lib/aws-sdk-dynamodbstreams.rb index c2e65faf2cb..b253eba8b29 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.46.0' + GEM_VERSION = '1.47.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 7f48708133c..c08a1cc2977 100644 --- a/gems/aws-sdk-dynamodbstreams/lib/aws-sdk-dynamodbstreams/client.rb +++ b/gems/aws-sdk-dynamodbstreams/lib/aws-sdk-dynamodbstreams/client.rb @@ -839,7 +839,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-dynamodbstreams' - 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-ebs/CHANGELOG.md b/gems/aws-sdk-ebs/CHANGELOG.md index 4f76908f448..97ed53178cd 100644 --- a/gems/aws-sdk-ebs/CHANGELOG.md +++ b/gems/aws-sdk-ebs/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.31.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.30.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-ebs/VERSION b/gems/aws-sdk-ebs/VERSION index 034552a83ee..34aae156b19 100644 --- a/gems/aws-sdk-ebs/VERSION +++ b/gems/aws-sdk-ebs/VERSION @@ -1 +1 @@ -1.30.0 +1.31.0 diff --git a/gems/aws-sdk-ebs/aws-sdk-ebs.gemspec b/gems/aws-sdk-ebs/aws-sdk-ebs.gemspec index 1d72baa4615..ca930361ded 100644 --- a/gems/aws-sdk-ebs/aws-sdk-ebs.gemspec +++ b/gems/aws-sdk-ebs/aws-sdk-ebs.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-ebs/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-ebs/lib/aws-sdk-ebs.rb b/gems/aws-sdk-ebs/lib/aws-sdk-ebs.rb index 476ac0cfafe..ef5aff9a4c7 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.30.0' + GEM_VERSION = '1.31.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 c3308c84478..f9f8fcaa68b 100644 --- a/gems/aws-sdk-ebs/lib/aws-sdk-ebs/client.rb +++ b/gems/aws-sdk-ebs/lib/aws-sdk-ebs/client.rb @@ -914,7 +914,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-ebs' - 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-ec2/CHANGELOG.md b/gems/aws-sdk-ec2/CHANGELOG.md index 674ff492754..a3ef5fef591 100644 --- a/gems/aws-sdk-ec2/CHANGELOG.md +++ b/gems/aws-sdk-ec2/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.387.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.386.0 (2023-06-20) ------------------ diff --git a/gems/aws-sdk-ec2/VERSION b/gems/aws-sdk-ec2/VERSION index b4f5544209a..b34d5e58339 100644 --- a/gems/aws-sdk-ec2/VERSION +++ b/gems/aws-sdk-ec2/VERSION @@ -1 +1 @@ -1.386.0 +1.387.0 diff --git a/gems/aws-sdk-ec2/aws-sdk-ec2.gemspec b/gems/aws-sdk-ec2/aws-sdk-ec2.gemspec index 637c90ebc91..6d9e84069c2 100644 --- a/gems/aws-sdk-ec2/aws-sdk-ec2.gemspec +++ b/gems/aws-sdk-ec2/aws-sdk-ec2.gemspec @@ -26,7 +26,7 @@ Gem::Specification.new do |spec| } spec.add_dependency('aws-sigv4', '~> 1.1') - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.required_ruby_version = '>= 2.3' end diff --git a/gems/aws-sdk-ec2/lib/aws-sdk-ec2.rb b/gems/aws-sdk-ec2/lib/aws-sdk-ec2.rb index 3ed4bc7efad..e02a242fa50 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.386.0' + GEM_VERSION = '1.387.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 289bdcf737d..8becc9306ef 100644 --- a/gems/aws-sdk-ec2/lib/aws-sdk-ec2/client.rb +++ b/gems/aws-sdk-ec2/lib/aws-sdk-ec2/client.rb @@ -56691,7 +56691,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-ec2' - context[:gem_version] = '1.386.0' + context[:gem_version] = '1.387.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 a4cbe75953f..576e42453db 100644 --- a/gems/aws-sdk-ec2instanceconnect/CHANGELOG.md +++ b/gems/aws-sdk-ec2instanceconnect/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.30.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.29.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-ec2instanceconnect/VERSION b/gems/aws-sdk-ec2instanceconnect/VERSION index 5e57fb89558..034552a83ee 100644 --- a/gems/aws-sdk-ec2instanceconnect/VERSION +++ b/gems/aws-sdk-ec2instanceconnect/VERSION @@ -1 +1 @@ -1.29.0 +1.30.0 diff --git a/gems/aws-sdk-ec2instanceconnect/aws-sdk-ec2instanceconnect.gemspec b/gems/aws-sdk-ec2instanceconnect/aws-sdk-ec2instanceconnect.gemspec index adb17719c96..3876dce7bd9 100644 --- a/gems/aws-sdk-ec2instanceconnect/aws-sdk-ec2instanceconnect.gemspec +++ b/gems/aws-sdk-ec2instanceconnect/aws-sdk-ec2instanceconnect.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-ec2instanceconnect/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-ec2instanceconnect/lib/aws-sdk-ec2instanceconnect.rb b/gems/aws-sdk-ec2instanceconnect/lib/aws-sdk-ec2instanceconnect.rb index b845de1919b..c2e87886af3 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.29.0' + GEM_VERSION = '1.30.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 c55a97ce2d1..79a8212e686 100644 --- a/gems/aws-sdk-ec2instanceconnect/lib/aws-sdk-ec2instanceconnect/client.rb +++ b/gems/aws-sdk-ec2instanceconnect/lib/aws-sdk-ec2instanceconnect/client.rb @@ -522,7 +522,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-ec2instanceconnect' - 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-ecr/CHANGELOG.md b/gems/aws-sdk-ecr/CHANGELOG.md index e0b9d4a2de3..fbd14cc192f 100644 --- a/gems/aws-sdk-ecr/CHANGELOG.md +++ b/gems/aws-sdk-ecr/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.61.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.60.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-ecr/VERSION b/gems/aws-sdk-ecr/VERSION index 4d5fde5bd16..91951fd8ad7 100644 --- a/gems/aws-sdk-ecr/VERSION +++ b/gems/aws-sdk-ecr/VERSION @@ -1 +1 @@ -1.60.0 +1.61.0 diff --git a/gems/aws-sdk-ecr/aws-sdk-ecr.gemspec b/gems/aws-sdk-ecr/aws-sdk-ecr.gemspec index 9d2207c312a..0574a8bb532 100644 --- a/gems/aws-sdk-ecr/aws-sdk-ecr.gemspec +++ b/gems/aws-sdk-ecr/aws-sdk-ecr.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-ecr/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-ecr/lib/aws-sdk-ecr.rb b/gems/aws-sdk-ecr/lib/aws-sdk-ecr.rb index 1e7c33160dc..ad1ffb93d33 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.60.0' + GEM_VERSION = '1.61.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 fe76f61e491..68edb07a1a0 100644 --- a/gems/aws-sdk-ecr/lib/aws-sdk-ecr/client.rb +++ b/gems/aws-sdk-ecr/lib/aws-sdk-ecr/client.rb @@ -2857,7 +2857,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-ecr' - 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-ecrpublic/CHANGELOG.md b/gems/aws-sdk-ecrpublic/CHANGELOG.md index e2e1b12638c..2e75799dbd8 100644 --- a/gems/aws-sdk-ecrpublic/CHANGELOG.md +++ b/gems/aws-sdk-ecrpublic/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.19.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.18.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-ecrpublic/VERSION b/gems/aws-sdk-ecrpublic/VERSION index 84cc529467b..815d5ca06d5 100644 --- a/gems/aws-sdk-ecrpublic/VERSION +++ b/gems/aws-sdk-ecrpublic/VERSION @@ -1 +1 @@ -1.18.0 +1.19.0 diff --git a/gems/aws-sdk-ecrpublic/aws-sdk-ecrpublic.gemspec b/gems/aws-sdk-ecrpublic/aws-sdk-ecrpublic.gemspec index aeadf01c908..25c3bd80e64 100644 --- a/gems/aws-sdk-ecrpublic/aws-sdk-ecrpublic.gemspec +++ b/gems/aws-sdk-ecrpublic/aws-sdk-ecrpublic.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-ecrpublic/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic.rb b/gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic.rb index 0b44fb2082b..cbbdea0db2d 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.18.0' + GEM_VERSION = '1.19.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 a7e720c1614..3eb4da5bbfb 100644 --- a/gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic/client.rb +++ b/gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic/client.rb @@ -1591,7 +1591,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-ecrpublic' - 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-ecs/CHANGELOG.md b/gems/aws-sdk-ecs/CHANGELOG.md index 06e039ca229..e0196595241 100644 --- a/gems/aws-sdk-ecs/CHANGELOG.md +++ b/gems/aws-sdk-ecs/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.123.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.122.0 (2023-06-19) ------------------ diff --git a/gems/aws-sdk-ecs/VERSION b/gems/aws-sdk-ecs/VERSION index 2265fa2d9b7..ee6c5b2d9ec 100644 --- a/gems/aws-sdk-ecs/VERSION +++ b/gems/aws-sdk-ecs/VERSION @@ -1 +1 @@ -1.122.0 +1.123.0 diff --git a/gems/aws-sdk-ecs/aws-sdk-ecs.gemspec b/gems/aws-sdk-ecs/aws-sdk-ecs.gemspec index 7bd0f73069c..dd1d7e53e0a 100644 --- a/gems/aws-sdk-ecs/aws-sdk-ecs.gemspec +++ b/gems/aws-sdk-ecs/aws-sdk-ecs.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-ecs/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-ecs/lib/aws-sdk-ecs.rb b/gems/aws-sdk-ecs/lib/aws-sdk-ecs.rb index 9277f8262ff..7cfac2dfc6c 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.122.0' + GEM_VERSION = '1.123.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 f8d1db96ba3..e47914d0daf 100644 --- a/gems/aws-sdk-ecs/lib/aws-sdk-ecs/client.rb +++ b/gems/aws-sdk-ecs/lib/aws-sdk-ecs/client.rb @@ -9722,7 +9722,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-ecs' - context[:gem_version] = '1.122.0' + context[:gem_version] = '1.123.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 1a6ae4ae194..93436b3c2cd 100644 --- a/gems/aws-sdk-efs/CHANGELOG.md +++ b/gems/aws-sdk-efs/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.63.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.62.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-efs/VERSION b/gems/aws-sdk-efs/VERSION index 76d05362056..af92bdd9f58 100644 --- a/gems/aws-sdk-efs/VERSION +++ b/gems/aws-sdk-efs/VERSION @@ -1 +1 @@ -1.62.0 +1.63.0 diff --git a/gems/aws-sdk-efs/aws-sdk-efs.gemspec b/gems/aws-sdk-efs/aws-sdk-efs.gemspec index 4dd693b0eab..240be7679be 100644 --- a/gems/aws-sdk-efs/aws-sdk-efs.gemspec +++ b/gems/aws-sdk-efs/aws-sdk-efs.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-efs/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-efs/lib/aws-sdk-efs.rb b/gems/aws-sdk-efs/lib/aws-sdk-efs.rb index ed165704b8d..0a894b8e40a 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.62.0' + GEM_VERSION = '1.63.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 3ab809655f5..81229cd491c 100644 --- a/gems/aws-sdk-efs/lib/aws-sdk-efs/client.rb +++ b/gems/aws-sdk-efs/lib/aws-sdk-efs/client.rb @@ -2726,7 +2726,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-efs' - 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-eks/CHANGELOG.md b/gems/aws-sdk-eks/CHANGELOG.md index f5a9b22167d..13ec19200af 100644 --- a/gems/aws-sdk-eks/CHANGELOG.md +++ b/gems/aws-sdk-eks/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.86.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.85.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-eks/VERSION b/gems/aws-sdk-eks/VERSION index f288d11142d..b7844a6ffdc 100644 --- a/gems/aws-sdk-eks/VERSION +++ b/gems/aws-sdk-eks/VERSION @@ -1 +1 @@ -1.85.0 +1.86.0 diff --git a/gems/aws-sdk-eks/aws-sdk-eks.gemspec b/gems/aws-sdk-eks/aws-sdk-eks.gemspec index ce34810d31c..5e374a7ceda 100644 --- a/gems/aws-sdk-eks/aws-sdk-eks.gemspec +++ b/gems/aws-sdk-eks/aws-sdk-eks.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-eks/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-eks/lib/aws-sdk-eks.rb b/gems/aws-sdk-eks/lib/aws-sdk-eks.rb index f7ce349b572..39e469bd026 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.85.0' + GEM_VERSION = '1.86.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 b30873664e1..6eab18c2891 100644 --- a/gems/aws-sdk-eks/lib/aws-sdk-eks/client.rb +++ b/gems/aws-sdk-eks/lib/aws-sdk-eks/client.rb @@ -3520,7 +3520,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-eks' - 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-elasticache/CHANGELOG.md b/gems/aws-sdk-elasticache/CHANGELOG.md index 885a491ac8a..118467fdd67 100644 --- a/gems/aws-sdk-elasticache/CHANGELOG.md +++ b/gems/aws-sdk-elasticache/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.88.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.87.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-elasticache/VERSION b/gems/aws-sdk-elasticache/VERSION index f6342716723..59be592144c 100644 --- a/gems/aws-sdk-elasticache/VERSION +++ b/gems/aws-sdk-elasticache/VERSION @@ -1 +1 @@ -1.87.0 +1.88.0 diff --git a/gems/aws-sdk-elasticache/aws-sdk-elasticache.gemspec b/gems/aws-sdk-elasticache/aws-sdk-elasticache.gemspec index 4f9c79f9b5a..f992bb07ad9 100644 --- a/gems/aws-sdk-elasticache/aws-sdk-elasticache.gemspec +++ b/gems/aws-sdk-elasticache/aws-sdk-elasticache.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-elasticache/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-elasticache/lib/aws-sdk-elasticache.rb b/gems/aws-sdk-elasticache/lib/aws-sdk-elasticache.rb index 584364254e0..0cdd90df1c5 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.87.0' + GEM_VERSION = '1.88.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 448946446b3..5fe80338f58 100644 --- a/gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/client.rb +++ b/gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/client.rb @@ -10485,7 +10485,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-elasticache' - 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-elasticbeanstalk/CHANGELOG.md b/gems/aws-sdk-elasticbeanstalk/CHANGELOG.md index 82dc4099add..a4e204cf6de 100644 --- a/gems/aws-sdk-elasticbeanstalk/CHANGELOG.md +++ b/gems/aws-sdk-elasticbeanstalk/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.57.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.56.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-elasticbeanstalk/VERSION b/gems/aws-sdk-elasticbeanstalk/VERSION index 3ebf789f5a8..373aea97570 100644 --- a/gems/aws-sdk-elasticbeanstalk/VERSION +++ b/gems/aws-sdk-elasticbeanstalk/VERSION @@ -1 +1 @@ -1.56.0 +1.57.0 diff --git a/gems/aws-sdk-elasticbeanstalk/aws-sdk-elasticbeanstalk.gemspec b/gems/aws-sdk-elasticbeanstalk/aws-sdk-elasticbeanstalk.gemspec index 8550d007728..694c58da209 100644 --- a/gems/aws-sdk-elasticbeanstalk/aws-sdk-elasticbeanstalk.gemspec +++ b/gems/aws-sdk-elasticbeanstalk/aws-sdk-elasticbeanstalk.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-elasticbeanstalk/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk.rb b/gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk.rb index ea10d4dad01..a5b0074c66f 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.56.0' + GEM_VERSION = '1.57.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 bb050fe8179..ac71a999dbb 100644 --- a/gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/client.rb +++ b/gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/client.rb @@ -4547,7 +4547,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-elasticbeanstalk' - 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-elasticinference/CHANGELOG.md b/gems/aws-sdk-elasticinference/CHANGELOG.md index fc2b1f25db7..343eea046ea 100644 --- a/gems/aws-sdk-elasticinference/CHANGELOG.md +++ b/gems/aws-sdk-elasticinference/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.28.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.27.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-elasticinference/VERSION b/gems/aws-sdk-elasticinference/VERSION index 5db08bf2dc5..cfc730712d5 100644 --- a/gems/aws-sdk-elasticinference/VERSION +++ b/gems/aws-sdk-elasticinference/VERSION @@ -1 +1 @@ -1.27.0 +1.28.0 diff --git a/gems/aws-sdk-elasticinference/aws-sdk-elasticinference.gemspec b/gems/aws-sdk-elasticinference/aws-sdk-elasticinference.gemspec index a990e868b2e..4fc88483f0a 100644 --- a/gems/aws-sdk-elasticinference/aws-sdk-elasticinference.gemspec +++ b/gems/aws-sdk-elasticinference/aws-sdk-elasticinference.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-elasticinference/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-elasticinference/lib/aws-sdk-elasticinference.rb b/gems/aws-sdk-elasticinference/lib/aws-sdk-elasticinference.rb index 50f531c6a99..fa5105226e3 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.27.0' + GEM_VERSION = '1.28.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 8d34a94de9e..34c1d53fb47 100644 --- a/gems/aws-sdk-elasticinference/lib/aws-sdk-elasticinference/client.rb +++ b/gems/aws-sdk-elasticinference/lib/aws-sdk-elasticinference/client.rb @@ -653,7 +653,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-elasticinference' - 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-elasticloadbalancing/CHANGELOG.md b/gems/aws-sdk-elasticloadbalancing/CHANGELOG.md index 1c10a365a30..9d32ba94d7d 100644 --- a/gems/aws-sdk-elasticloadbalancing/CHANGELOG.md +++ b/gems/aws-sdk-elasticloadbalancing/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.45.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.44.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-elasticloadbalancing/VERSION b/gems/aws-sdk-elasticloadbalancing/VERSION index 372cf402c73..50aceaa7b71 100644 --- a/gems/aws-sdk-elasticloadbalancing/VERSION +++ b/gems/aws-sdk-elasticloadbalancing/VERSION @@ -1 +1 @@ -1.44.0 +1.45.0 diff --git a/gems/aws-sdk-elasticloadbalancing/aws-sdk-elasticloadbalancing.gemspec b/gems/aws-sdk-elasticloadbalancing/aws-sdk-elasticloadbalancing.gemspec index 61d885d163d..2649a002155 100644 --- a/gems/aws-sdk-elasticloadbalancing/aws-sdk-elasticloadbalancing.gemspec +++ b/gems/aws-sdk-elasticloadbalancing/aws-sdk-elasticloadbalancing.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-elasticloadbalancing/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-elasticloadbalancing/lib/aws-sdk-elasticloadbalancing.rb b/gems/aws-sdk-elasticloadbalancing/lib/aws-sdk-elasticloadbalancing.rb index b82e0c1ca17..d3c9f1821f3 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.44.0' + GEM_VERSION = '1.45.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 2f40aba22f9..5a1bd3cadb0 100644 --- a/gems/aws-sdk-elasticloadbalancing/lib/aws-sdk-elasticloadbalancing/client.rb +++ b/gems/aws-sdk-elasticloadbalancing/lib/aws-sdk-elasticloadbalancing/client.rb @@ -2658,7 +2658,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-elasticloadbalancing' - 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-elasticloadbalancingv2/CHANGELOG.md b/gems/aws-sdk-elasticloadbalancingv2/CHANGELOG.md index 4c91e5c5a82..8887df99851 100644 --- a/gems/aws-sdk-elasticloadbalancingv2/CHANGELOG.md +++ b/gems/aws-sdk-elasticloadbalancingv2/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.87.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.86.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-elasticloadbalancingv2/VERSION b/gems/aws-sdk-elasticloadbalancingv2/VERSION index b7844a6ffdc..f6342716723 100644 --- a/gems/aws-sdk-elasticloadbalancingv2/VERSION +++ b/gems/aws-sdk-elasticloadbalancingv2/VERSION @@ -1 +1 @@ -1.86.0 +1.87.0 diff --git a/gems/aws-sdk-elasticloadbalancingv2/aws-sdk-elasticloadbalancingv2.gemspec b/gems/aws-sdk-elasticloadbalancingv2/aws-sdk-elasticloadbalancingv2.gemspec index 8e560aaba2a..16d7309e2f9 100644 --- a/gems/aws-sdk-elasticloadbalancingv2/aws-sdk-elasticloadbalancingv2.gemspec +++ b/gems/aws-sdk-elasticloadbalancingv2/aws-sdk-elasticloadbalancingv2.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-elasticloadbalancingv2/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2.rb b/gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2.rb index 5668562557a..bbd0260444a 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.86.0' + GEM_VERSION = '1.87.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 a2a3da36a7e..1adc211640d 100644 --- a/gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/client.rb +++ b/gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/client.rb @@ -4331,7 +4331,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-elasticloadbalancingv2' - 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-elasticsearchservice/CHANGELOG.md b/gems/aws-sdk-elasticsearchservice/CHANGELOG.md index ecd763a7a0f..976621564e3 100644 --- a/gems/aws-sdk-elasticsearchservice/CHANGELOG.md +++ b/gems/aws-sdk-elasticsearchservice/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.73.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.72.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-elasticsearchservice/VERSION b/gems/aws-sdk-elasticsearchservice/VERSION index 0834888f558..5e3a4256626 100644 --- a/gems/aws-sdk-elasticsearchservice/VERSION +++ b/gems/aws-sdk-elasticsearchservice/VERSION @@ -1 +1 @@ -1.72.0 +1.73.0 diff --git a/gems/aws-sdk-elasticsearchservice/aws-sdk-elasticsearchservice.gemspec b/gems/aws-sdk-elasticsearchservice/aws-sdk-elasticsearchservice.gemspec index 3786ad2ffe9..7a5c8ab9693 100644 --- a/gems/aws-sdk-elasticsearchservice/aws-sdk-elasticsearchservice.gemspec +++ b/gems/aws-sdk-elasticsearchservice/aws-sdk-elasticsearchservice.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-elasticsearchservice/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice.rb b/gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice.rb index 259c3854604..173d55b1367 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.72.0' + GEM_VERSION = '1.73.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 3aced7bfac4..318b67bf0b2 100644 --- a/gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/client.rb +++ b/gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/client.rb @@ -3302,7 +3302,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-elasticsearchservice' - 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-elastictranscoder/CHANGELOG.md b/gems/aws-sdk-elastictranscoder/CHANGELOG.md index a545dff59b3..3908fd452fc 100644 --- a/gems/aws-sdk-elastictranscoder/CHANGELOG.md +++ b/gems/aws-sdk-elastictranscoder/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.43.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.42.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-elastictranscoder/VERSION b/gems/aws-sdk-elastictranscoder/VERSION index a50908ca3da..b978278f05f 100644 --- a/gems/aws-sdk-elastictranscoder/VERSION +++ b/gems/aws-sdk-elastictranscoder/VERSION @@ -1 +1 @@ -1.42.0 +1.43.0 diff --git a/gems/aws-sdk-elastictranscoder/aws-sdk-elastictranscoder.gemspec b/gems/aws-sdk-elastictranscoder/aws-sdk-elastictranscoder.gemspec index 50546570324..dd666b1e3dc 100644 --- a/gems/aws-sdk-elastictranscoder/aws-sdk-elastictranscoder.gemspec +++ b/gems/aws-sdk-elastictranscoder/aws-sdk-elastictranscoder.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-elastictranscoder/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-elastictranscoder/lib/aws-sdk-elastictranscoder.rb b/gems/aws-sdk-elastictranscoder/lib/aws-sdk-elastictranscoder.rb index 40f7eee3469..15eaf54f4f1 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.42.0' + GEM_VERSION = '1.43.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 59fbe977bee..c4014c70b11 100644 --- a/gems/aws-sdk-elastictranscoder/lib/aws-sdk-elastictranscoder/client.rb +++ b/gems/aws-sdk-elastictranscoder/lib/aws-sdk-elastictranscoder/client.rb @@ -3037,7 +3037,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-elastictranscoder' - 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-emr/CHANGELOG.md b/gems/aws-sdk-emr/CHANGELOG.md index 7af8e67ab0e..78d4c22ae77 100644 --- a/gems/aws-sdk-emr/CHANGELOG.md +++ b/gems/aws-sdk-emr/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.73.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.72.0 (2023-06-21) ------------------ diff --git a/gems/aws-sdk-emr/VERSION b/gems/aws-sdk-emr/VERSION index 0834888f558..5e3a4256626 100644 --- a/gems/aws-sdk-emr/VERSION +++ b/gems/aws-sdk-emr/VERSION @@ -1 +1 @@ -1.72.0 +1.73.0 diff --git a/gems/aws-sdk-emr/aws-sdk-emr.gemspec b/gems/aws-sdk-emr/aws-sdk-emr.gemspec index bc764970bab..23c56190482 100644 --- a/gems/aws-sdk-emr/aws-sdk-emr.gemspec +++ b/gems/aws-sdk-emr/aws-sdk-emr.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-emr/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-emr/lib/aws-sdk-emr.rb b/gems/aws-sdk-emr/lib/aws-sdk-emr.rb index 8ff6006ec69..ff073d5cf93 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.72.0' + GEM_VERSION = '1.73.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 09f46a0b830..a3f6b829a48 100644 --- a/gems/aws-sdk-emr/lib/aws-sdk-emr/client.rb +++ b/gems/aws-sdk-emr/lib/aws-sdk-emr/client.rb @@ -3990,7 +3990,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-emr' - 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-emrcontainers/CHANGELOG.md b/gems/aws-sdk-emrcontainers/CHANGELOG.md index f7ddd3813e2..2b5ff14d465 100644 --- a/gems/aws-sdk-emrcontainers/CHANGELOG.md +++ b/gems/aws-sdk-emrcontainers/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.24.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.23.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-emrcontainers/VERSION b/gems/aws-sdk-emrcontainers/VERSION index a6c2798a482..53cc1a6f929 100644 --- a/gems/aws-sdk-emrcontainers/VERSION +++ b/gems/aws-sdk-emrcontainers/VERSION @@ -1 +1 @@ -1.23.0 +1.24.0 diff --git a/gems/aws-sdk-emrcontainers/aws-sdk-emrcontainers.gemspec b/gems/aws-sdk-emrcontainers/aws-sdk-emrcontainers.gemspec index eaaa4f348ab..d1422c86d81 100644 --- a/gems/aws-sdk-emrcontainers/aws-sdk-emrcontainers.gemspec +++ b/gems/aws-sdk-emrcontainers/aws-sdk-emrcontainers.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-emrcontainers/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers.rb b/gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers.rb index 8bcca6ad181..1dc7bd17eae 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.23.0' + GEM_VERSION = '1.24.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 f83cb8b44e5..ada86e6b083 100644 --- a/gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/client.rb +++ b/gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/client.rb @@ -1636,7 +1636,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-emrcontainers' - 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-emrserverless/CHANGELOG.md b/gems/aws-sdk-emrserverless/CHANGELOG.md index 3d022e63b99..4017a9d5ddf 100644 --- a/gems/aws-sdk-emrserverless/CHANGELOG.md +++ b/gems/aws-sdk-emrserverless/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.11.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.10.0 (2023-06-27) ------------------ diff --git a/gems/aws-sdk-emrserverless/VERSION b/gems/aws-sdk-emrserverless/VERSION index 81c871de46b..1cac385c6cb 100644 --- a/gems/aws-sdk-emrserverless/VERSION +++ b/gems/aws-sdk-emrserverless/VERSION @@ -1 +1 @@ -1.10.0 +1.11.0 diff --git a/gems/aws-sdk-emrserverless/aws-sdk-emrserverless.gemspec b/gems/aws-sdk-emrserverless/aws-sdk-emrserverless.gemspec index b160be98b49..9d66d1e08df 100644 --- a/gems/aws-sdk-emrserverless/aws-sdk-emrserverless.gemspec +++ b/gems/aws-sdk-emrserverless/aws-sdk-emrserverless.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-emrserverless/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless.rb b/gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless.rb index 1994d45eca9..6cd68df55f1 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.10.0' + GEM_VERSION = '1.11.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 d5fe10589cf..4bdd55b642a 100644 --- a/gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/client.rb +++ b/gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/client.rb @@ -1243,7 +1243,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-emrserverless' - 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-eventbridge/CHANGELOG.md b/gems/aws-sdk-eventbridge/CHANGELOG.md index 7050c3c8cd3..cee6735cac3 100644 --- a/gems/aws-sdk-eventbridge/CHANGELOG.md +++ b/gems/aws-sdk-eventbridge/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.46.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.45.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-eventbridge/VERSION b/gems/aws-sdk-eventbridge/VERSION index 50aceaa7b71..0a3db35b241 100644 --- a/gems/aws-sdk-eventbridge/VERSION +++ b/gems/aws-sdk-eventbridge/VERSION @@ -1 +1 @@ -1.45.0 +1.46.0 diff --git a/gems/aws-sdk-eventbridge/aws-sdk-eventbridge.gemspec b/gems/aws-sdk-eventbridge/aws-sdk-eventbridge.gemspec index 18172f381d9..66ab280b30e 100644 --- a/gems/aws-sdk-eventbridge/aws-sdk-eventbridge.gemspec +++ b/gems/aws-sdk-eventbridge/aws-sdk-eventbridge.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-eventbridge/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge.rb b/gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge.rb index 069e164ac87..e9f57c87cca 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.45.0' + GEM_VERSION = '1.46.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 799edd8deb0..e4ca794b378 100644 --- a/gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/client.rb +++ b/gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/client.rb @@ -3752,7 +3752,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-eventbridge' - 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-finspace/CHANGELOG.md b/gems/aws-sdk-finspace/CHANGELOG.md index 625d50b1d83..e332b480353 100644 --- a/gems/aws-sdk-finspace/CHANGELOG.md +++ b/gems/aws-sdk-finspace/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.17.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.16.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-finspace/VERSION b/gems/aws-sdk-finspace/VERSION index 15b989e398f..092afa15df4 100644 --- a/gems/aws-sdk-finspace/VERSION +++ b/gems/aws-sdk-finspace/VERSION @@ -1 +1 @@ -1.16.0 +1.17.0 diff --git a/gems/aws-sdk-finspace/aws-sdk-finspace.gemspec b/gems/aws-sdk-finspace/aws-sdk-finspace.gemspec index f5449aa1fe5..80e5c4d5a32 100644 --- a/gems/aws-sdk-finspace/aws-sdk-finspace.gemspec +++ b/gems/aws-sdk-finspace/aws-sdk-finspace.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-finspace/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-finspace/lib/aws-sdk-finspace.rb b/gems/aws-sdk-finspace/lib/aws-sdk-finspace.rb index 7fa938f77fe..e2d195d861d 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.16.0' + GEM_VERSION = '1.17.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 6ccb2cd5002..ee140aec35d 100644 --- a/gems/aws-sdk-finspace/lib/aws-sdk-finspace/client.rb +++ b/gems/aws-sdk-finspace/lib/aws-sdk-finspace/client.rb @@ -2363,7 +2363,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-finspace' - 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-finspacedata/CHANGELOG.md b/gems/aws-sdk-finspacedata/CHANGELOG.md index cc0f2ee0ed0..6d7dc238fb4 100644 --- a/gems/aws-sdk-finspacedata/CHANGELOG.md +++ b/gems/aws-sdk-finspacedata/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.22.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.21.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-finspacedata/VERSION b/gems/aws-sdk-finspacedata/VERSION index 3500250a4b0..57807d6d0d0 100644 --- a/gems/aws-sdk-finspacedata/VERSION +++ b/gems/aws-sdk-finspacedata/VERSION @@ -1 +1 @@ -1.21.0 +1.22.0 diff --git a/gems/aws-sdk-finspacedata/aws-sdk-finspacedata.gemspec b/gems/aws-sdk-finspacedata/aws-sdk-finspacedata.gemspec index 74daef541db..bc240515822 100644 --- a/gems/aws-sdk-finspacedata/aws-sdk-finspacedata.gemspec +++ b/gems/aws-sdk-finspacedata/aws-sdk-finspacedata.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-finspacedata/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-finspacedata/lib/aws-sdk-finspacedata.rb b/gems/aws-sdk-finspacedata/lib/aws-sdk-finspacedata.rb index 55f320685be..7327164c313 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.21.0' + GEM_VERSION = '1.22.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 11aa73cff10..ef2f4b87516 100644 --- a/gems/aws-sdk-finspacedata/lib/aws-sdk-finspacedata/client.rb +++ b/gems/aws-sdk-finspacedata/lib/aws-sdk-finspacedata/client.rb @@ -2102,7 +2102,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-finspacedata' - 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-firehose/CHANGELOG.md b/gems/aws-sdk-firehose/CHANGELOG.md index a05a0df71a9..f527403403b 100644 --- a/gems/aws-sdk-firehose/CHANGELOG.md +++ b/gems/aws-sdk-firehose/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.54.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.53.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-firehose/VERSION b/gems/aws-sdk-firehose/VERSION index 3f4830156cb..b7921ae87bc 100644 --- a/gems/aws-sdk-firehose/VERSION +++ b/gems/aws-sdk-firehose/VERSION @@ -1 +1 @@ -1.53.0 +1.54.0 diff --git a/gems/aws-sdk-firehose/aws-sdk-firehose.gemspec b/gems/aws-sdk-firehose/aws-sdk-firehose.gemspec index dedbcbc26a9..b01fd42304a 100644 --- a/gems/aws-sdk-firehose/aws-sdk-firehose.gemspec +++ b/gems/aws-sdk-firehose/aws-sdk-firehose.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-firehose/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-firehose/lib/aws-sdk-firehose.rb b/gems/aws-sdk-firehose/lib/aws-sdk-firehose.rb index ca33b859de7..083a0f302e2 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.53.0' + GEM_VERSION = '1.54.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 47a4d368e70..3f24bcacbe3 100644 --- a/gems/aws-sdk-firehose/lib/aws-sdk-firehose/client.rb +++ b/gems/aws-sdk-firehose/lib/aws-sdk-firehose/client.rb @@ -2602,7 +2602,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-firehose' - 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-fis/CHANGELOG.md b/gems/aws-sdk-fis/CHANGELOG.md index a3c7608bd19..f71bb101d83 100644 --- a/gems/aws-sdk-fis/CHANGELOG.md +++ b/gems/aws-sdk-fis/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.19.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.18.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-fis/VERSION b/gems/aws-sdk-fis/VERSION index 84cc529467b..815d5ca06d5 100644 --- a/gems/aws-sdk-fis/VERSION +++ b/gems/aws-sdk-fis/VERSION @@ -1 +1 @@ -1.18.0 +1.19.0 diff --git a/gems/aws-sdk-fis/aws-sdk-fis.gemspec b/gems/aws-sdk-fis/aws-sdk-fis.gemspec index 737cbea7dac..50d125b820d 100644 --- a/gems/aws-sdk-fis/aws-sdk-fis.gemspec +++ b/gems/aws-sdk-fis/aws-sdk-fis.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-fis/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-fis/lib/aws-sdk-fis.rb b/gems/aws-sdk-fis/lib/aws-sdk-fis.rb index a4565b78d4c..a211a2a5cdf 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.18.0' + GEM_VERSION = '1.19.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 b73996b18e0..b14da43b6ef 100644 --- a/gems/aws-sdk-fis/lib/aws-sdk-fis/client.rb +++ b/gems/aws-sdk-fis/lib/aws-sdk-fis/client.rb @@ -1355,7 +1355,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-fis' - 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-fms/CHANGELOG.md b/gems/aws-sdk-fms/CHANGELOG.md index 70127e6b0c6..a1af1ff0a34 100644 --- a/gems/aws-sdk-fms/CHANGELOG.md +++ b/gems/aws-sdk-fms/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.60.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.59.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-fms/VERSION b/gems/aws-sdk-fms/VERSION index bb120e876c6..4d5fde5bd16 100644 --- a/gems/aws-sdk-fms/VERSION +++ b/gems/aws-sdk-fms/VERSION @@ -1 +1 @@ -1.59.0 +1.60.0 diff --git a/gems/aws-sdk-fms/aws-sdk-fms.gemspec b/gems/aws-sdk-fms/aws-sdk-fms.gemspec index de6517c53e4..3cf3499745f 100644 --- a/gems/aws-sdk-fms/aws-sdk-fms.gemspec +++ b/gems/aws-sdk-fms/aws-sdk-fms.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-fms/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-fms/lib/aws-sdk-fms.rb b/gems/aws-sdk-fms/lib/aws-sdk-fms.rb index dc557c1bd64..8e4a4c1a116 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.59.0' + GEM_VERSION = '1.60.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 b3370f99166..6ccd9cb9755 100644 --- a/gems/aws-sdk-fms/lib/aws-sdk-fms/client.rb +++ b/gems/aws-sdk-fms/lib/aws-sdk-fms/client.rb @@ -2675,7 +2675,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-fms' - 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-forecastqueryservice/CHANGELOG.md b/gems/aws-sdk-forecastqueryservice/CHANGELOG.md index 0649d2d0d09..6403262092d 100644 --- a/gems/aws-sdk-forecastqueryservice/CHANGELOG.md +++ b/gems/aws-sdk-forecastqueryservice/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.27.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.26.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-forecastqueryservice/VERSION b/gems/aws-sdk-forecastqueryservice/VERSION index 5ff8c4f5d2a..5db08bf2dc5 100644 --- a/gems/aws-sdk-forecastqueryservice/VERSION +++ b/gems/aws-sdk-forecastqueryservice/VERSION @@ -1 +1 @@ -1.26.0 +1.27.0 diff --git a/gems/aws-sdk-forecastqueryservice/aws-sdk-forecastqueryservice.gemspec b/gems/aws-sdk-forecastqueryservice/aws-sdk-forecastqueryservice.gemspec index fc82a0b0852..961809d505a 100644 --- a/gems/aws-sdk-forecastqueryservice/aws-sdk-forecastqueryservice.gemspec +++ b/gems/aws-sdk-forecastqueryservice/aws-sdk-forecastqueryservice.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-forecastqueryservice/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-forecastqueryservice/lib/aws-sdk-forecastqueryservice.rb b/gems/aws-sdk-forecastqueryservice/lib/aws-sdk-forecastqueryservice.rb index 444e22ea068..bb1d63b00d4 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.26.0' + GEM_VERSION = '1.27.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 0664f0ea088..2cf82f806a0 100644 --- a/gems/aws-sdk-forecastqueryservice/lib/aws-sdk-forecastqueryservice/client.rb +++ b/gems/aws-sdk-forecastqueryservice/lib/aws-sdk-forecastqueryservice/client.rb @@ -549,7 +549,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-forecastqueryservice' - 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-forecastservice/CHANGELOG.md b/gems/aws-sdk-forecastservice/CHANGELOG.md index 0a0a624343d..727a6b9ed9f 100644 --- a/gems/aws-sdk-forecastservice/CHANGELOG.md +++ b/gems/aws-sdk-forecastservice/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.43.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.42.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-forecastservice/VERSION b/gems/aws-sdk-forecastservice/VERSION index a50908ca3da..b978278f05f 100644 --- a/gems/aws-sdk-forecastservice/VERSION +++ b/gems/aws-sdk-forecastservice/VERSION @@ -1 +1 @@ -1.42.0 +1.43.0 diff --git a/gems/aws-sdk-forecastservice/aws-sdk-forecastservice.gemspec b/gems/aws-sdk-forecastservice/aws-sdk-forecastservice.gemspec index 3bb3471b92c..4722b12cdb3 100644 --- a/gems/aws-sdk-forecastservice/aws-sdk-forecastservice.gemspec +++ b/gems/aws-sdk-forecastservice/aws-sdk-forecastservice.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-forecastservice/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice.rb b/gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice.rb index b40ce366184..a8caf8571b4 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.42.0' + GEM_VERSION = '1.43.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 fa415c02cf8..6197ce00022 100644 --- a/gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/client.rb +++ b/gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/client.rb @@ -5279,7 +5279,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-forecastservice' - 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-frauddetector/CHANGELOG.md b/gems/aws-sdk-frauddetector/CHANGELOG.md index e89159281b1..472c06dc33b 100644 --- a/gems/aws-sdk-frauddetector/CHANGELOG.md +++ b/gems/aws-sdk-frauddetector/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.43.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.42.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-frauddetector/VERSION b/gems/aws-sdk-frauddetector/VERSION index a50908ca3da..b978278f05f 100644 --- a/gems/aws-sdk-frauddetector/VERSION +++ b/gems/aws-sdk-frauddetector/VERSION @@ -1 +1 @@ -1.42.0 +1.43.0 diff --git a/gems/aws-sdk-frauddetector/aws-sdk-frauddetector.gemspec b/gems/aws-sdk-frauddetector/aws-sdk-frauddetector.gemspec index ef531ed3edf..d55bea505c8 100644 --- a/gems/aws-sdk-frauddetector/aws-sdk-frauddetector.gemspec +++ b/gems/aws-sdk-frauddetector/aws-sdk-frauddetector.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-frauddetector/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector.rb b/gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector.rb index 505f233d0cc..513c1bedb82 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.42.0' + GEM_VERSION = '1.43.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 2f2815a35fd..173234cf99d 100644 --- a/gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/client.rb +++ b/gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/client.rb @@ -3927,7 +3927,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-frauddetector' - 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-fsx/CHANGELOG.md b/gems/aws-sdk-fsx/CHANGELOG.md index 9a474f5835b..6fddb1b3617 100644 --- a/gems/aws-sdk-fsx/CHANGELOG.md +++ b/gems/aws-sdk-fsx/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.70.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.69.0 (2023-06-23) ------------------ diff --git a/gems/aws-sdk-fsx/VERSION b/gems/aws-sdk-fsx/VERSION index 49349856550..832e9afb6c1 100644 --- a/gems/aws-sdk-fsx/VERSION +++ b/gems/aws-sdk-fsx/VERSION @@ -1 +1 @@ -1.69.0 +1.70.0 diff --git a/gems/aws-sdk-fsx/aws-sdk-fsx.gemspec b/gems/aws-sdk-fsx/aws-sdk-fsx.gemspec index a9c9eb7a52f..7e4b7ddee42 100644 --- a/gems/aws-sdk-fsx/aws-sdk-fsx.gemspec +++ b/gems/aws-sdk-fsx/aws-sdk-fsx.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-fsx/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-fsx/lib/aws-sdk-fsx.rb b/gems/aws-sdk-fsx/lib/aws-sdk-fsx.rb index 79bdd32469b..6fb967d4c2f 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.69.0' + GEM_VERSION = '1.70.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 ad5cda0e733..d31c6fae30e 100644 --- a/gems/aws-sdk-fsx/lib/aws-sdk-fsx/client.rb +++ b/gems/aws-sdk-fsx/lib/aws-sdk-fsx/client.rb @@ -7764,7 +7764,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-fsx' - 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-gamelift/CHANGELOG.md b/gems/aws-sdk-gamelift/CHANGELOG.md index af0dcd31e2f..23cf4107305 100644 --- a/gems/aws-sdk-gamelift/CHANGELOG.md +++ b/gems/aws-sdk-gamelift/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.66.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.65.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-gamelift/VERSION b/gems/aws-sdk-gamelift/VERSION index 902c74186fb..b6148bc0a75 100644 --- a/gems/aws-sdk-gamelift/VERSION +++ b/gems/aws-sdk-gamelift/VERSION @@ -1 +1 @@ -1.65.0 +1.66.0 diff --git a/gems/aws-sdk-gamelift/aws-sdk-gamelift.gemspec b/gems/aws-sdk-gamelift/aws-sdk-gamelift.gemspec index ed2a0967a88..0c4035f103a 100644 --- a/gems/aws-sdk-gamelift/aws-sdk-gamelift.gemspec +++ b/gems/aws-sdk-gamelift/aws-sdk-gamelift.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-gamelift/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-gamelift/lib/aws-sdk-gamelift.rb b/gems/aws-sdk-gamelift/lib/aws-sdk-gamelift.rb index c7f54570197..5f1b45e3927 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.65.0' + GEM_VERSION = '1.66.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 85b939e0077..175e9082e23 100644 --- a/gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/client.rb +++ b/gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/client.rb @@ -9348,7 +9348,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-gamelift' - 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-gamesparks/CHANGELOG.md b/gems/aws-sdk-gamesparks/CHANGELOG.md index 8080fd317cc..fd83e059e5d 100644 --- a/gems/aws-sdk-gamesparks/CHANGELOG.md +++ b/gems/aws-sdk-gamesparks/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.7.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.6.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-gamesparks/VERSION b/gems/aws-sdk-gamesparks/VERSION index dc1e644a101..bd8bf882d06 100644 --- a/gems/aws-sdk-gamesparks/VERSION +++ b/gems/aws-sdk-gamesparks/VERSION @@ -1 +1 @@ -1.6.0 +1.7.0 diff --git a/gems/aws-sdk-gamesparks/aws-sdk-gamesparks.gemspec b/gems/aws-sdk-gamesparks/aws-sdk-gamesparks.gemspec index 9600d7970df..f8ce4040907 100644 --- a/gems/aws-sdk-gamesparks/aws-sdk-gamesparks.gemspec +++ b/gems/aws-sdk-gamesparks/aws-sdk-gamesparks.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-gamesparks/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-gamesparks/lib/aws-sdk-gamesparks.rb b/gems/aws-sdk-gamesparks/lib/aws-sdk-gamesparks.rb index 73d255592b3..b2c9e3cbaf8 100644 --- a/gems/aws-sdk-gamesparks/lib/aws-sdk-gamesparks.rb +++ b/gems/aws-sdk-gamesparks/lib/aws-sdk-gamesparks.rb @@ -52,6 +52,6 @@ # @!group service module Aws::GameSparks - GEM_VERSION = '1.6.0' + GEM_VERSION = '1.7.0' end diff --git a/gems/aws-sdk-gamesparks/lib/aws-sdk-gamesparks/client.rb b/gems/aws-sdk-gamesparks/lib/aws-sdk-gamesparks/client.rb index 6eac04dcf2b..3f42239699a 100644 --- a/gems/aws-sdk-gamesparks/lib/aws-sdk-gamesparks/client.rb +++ b/gems/aws-sdk-gamesparks/lib/aws-sdk-gamesparks/client.rb @@ -1795,7 +1795,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-gamesparks' - 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-glacier/CHANGELOG.md b/gems/aws-sdk-glacier/CHANGELOG.md index 2746532ed3a..9be9060f5ad 100644 --- a/gems/aws-sdk-glacier/CHANGELOG.md +++ b/gems/aws-sdk-glacier/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.52.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.51.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-glacier/VERSION b/gems/aws-sdk-glacier/VERSION index ba0a719118c..a63cb35e6f0 100644 --- a/gems/aws-sdk-glacier/VERSION +++ b/gems/aws-sdk-glacier/VERSION @@ -1 +1 @@ -1.51.0 +1.52.0 diff --git a/gems/aws-sdk-glacier/aws-sdk-glacier.gemspec b/gems/aws-sdk-glacier/aws-sdk-glacier.gemspec index 3fb245e6266..ea59d28d480 100644 --- a/gems/aws-sdk-glacier/aws-sdk-glacier.gemspec +++ b/gems/aws-sdk-glacier/aws-sdk-glacier.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-glacier/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-glacier/lib/aws-sdk-glacier.rb b/gems/aws-sdk-glacier/lib/aws-sdk-glacier.rb index 7e251348362..c3d0a8d8481 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.51.0' + GEM_VERSION = '1.52.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 7fbb1a789ad..2bfa4154117 100644 --- a/gems/aws-sdk-glacier/lib/aws-sdk-glacier/client.rb +++ b/gems/aws-sdk-glacier/lib/aws-sdk-glacier/client.rb @@ -3424,7 +3424,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-glacier' - 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-globalaccelerator/CHANGELOG.md b/gems/aws-sdk-globalaccelerator/CHANGELOG.md index 0fe15198a70..26072dedae9 100644 --- a/gems/aws-sdk-globalaccelerator/CHANGELOG.md +++ b/gems/aws-sdk-globalaccelerator/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.46.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.45.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-globalaccelerator/VERSION b/gems/aws-sdk-globalaccelerator/VERSION index 50aceaa7b71..0a3db35b241 100644 --- a/gems/aws-sdk-globalaccelerator/VERSION +++ b/gems/aws-sdk-globalaccelerator/VERSION @@ -1 +1 @@ -1.45.0 +1.46.0 diff --git a/gems/aws-sdk-globalaccelerator/aws-sdk-globalaccelerator.gemspec b/gems/aws-sdk-globalaccelerator/aws-sdk-globalaccelerator.gemspec index a1530691be1..95d6e2b08d5 100644 --- a/gems/aws-sdk-globalaccelerator/aws-sdk-globalaccelerator.gemspec +++ b/gems/aws-sdk-globalaccelerator/aws-sdk-globalaccelerator.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-globalaccelerator/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator.rb b/gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator.rb index fe529a786b8..2bf1f94d83b 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.45.0' + GEM_VERSION = '1.46.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 e7f2d39d123..eac6e379ade 100644 --- a/gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/client.rb +++ b/gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/client.rb @@ -3089,7 +3089,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-globalaccelerator' - 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-glue/CHANGELOG.md b/gems/aws-sdk-glue/CHANGELOG.md index d0582851381..976f3ce6f38 100644 --- a/gems/aws-sdk-glue/CHANGELOG.md +++ b/gems/aws-sdk-glue/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.144.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.143.0 (2023-06-26) ------------------ diff --git a/gems/aws-sdk-glue/VERSION b/gems/aws-sdk-glue/VERSION index 9ef31f49a8d..cbdc485ea2b 100644 --- a/gems/aws-sdk-glue/VERSION +++ b/gems/aws-sdk-glue/VERSION @@ -1 +1 @@ -1.143.0 +1.144.0 diff --git a/gems/aws-sdk-glue/aws-sdk-glue.gemspec b/gems/aws-sdk-glue/aws-sdk-glue.gemspec index 6d86b7dd3e7..4dc7d26ee04 100644 --- a/gems/aws-sdk-glue/aws-sdk-glue.gemspec +++ b/gems/aws-sdk-glue/aws-sdk-glue.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-glue/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-glue/lib/aws-sdk-glue.rb b/gems/aws-sdk-glue/lib/aws-sdk-glue.rb index ebfd38a1d0b..53456d298d3 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.143.0' + GEM_VERSION = '1.144.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 dfd94b73674..a597ba16c81 100644 --- a/gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb +++ b/gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb @@ -15892,7 +15892,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-glue' - context[:gem_version] = '1.143.0' + context[:gem_version] = '1.144.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 d1fd79f4119..198d3e8496b 100644 --- a/gems/aws-sdk-gluedatabrew/CHANGELOG.md +++ b/gems/aws-sdk-gluedatabrew/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.28.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.27.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-gluedatabrew/VERSION b/gems/aws-sdk-gluedatabrew/VERSION index 5db08bf2dc5..cfc730712d5 100644 --- a/gems/aws-sdk-gluedatabrew/VERSION +++ b/gems/aws-sdk-gluedatabrew/VERSION @@ -1 +1 @@ -1.27.0 +1.28.0 diff --git a/gems/aws-sdk-gluedatabrew/aws-sdk-gluedatabrew.gemspec b/gems/aws-sdk-gluedatabrew/aws-sdk-gluedatabrew.gemspec index c75d1ed8dd9..b3cdb67dfee 100644 --- a/gems/aws-sdk-gluedatabrew/aws-sdk-gluedatabrew.gemspec +++ b/gems/aws-sdk-gluedatabrew/aws-sdk-gluedatabrew.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-gluedatabrew/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew.rb b/gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew.rb index 17320ecfa6b..e7558dc2914 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.27.0' + GEM_VERSION = '1.28.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 1fc26cea7a8..b0ec33679e7 100644 --- a/gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/client.rb +++ b/gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/client.rb @@ -3339,7 +3339,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-gluedatabrew' - 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-greengrass/CHANGELOG.md b/gems/aws-sdk-greengrass/CHANGELOG.md index 9d17081397b..72214eb9978 100644 --- a/gems/aws-sdk-greengrass/CHANGELOG.md +++ b/gems/aws-sdk-greengrass/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.56.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.55.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-greengrass/VERSION b/gems/aws-sdk-greengrass/VERSION index 094d6ad00ce..3ebf789f5a8 100644 --- a/gems/aws-sdk-greengrass/VERSION +++ b/gems/aws-sdk-greengrass/VERSION @@ -1 +1 @@ -1.55.0 +1.56.0 diff --git a/gems/aws-sdk-greengrass/aws-sdk-greengrass.gemspec b/gems/aws-sdk-greengrass/aws-sdk-greengrass.gemspec index 977b2a1d1c3..727299320d8 100644 --- a/gems/aws-sdk-greengrass/aws-sdk-greengrass.gemspec +++ b/gems/aws-sdk-greengrass/aws-sdk-greengrass.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-greengrass/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-greengrass/lib/aws-sdk-greengrass.rb b/gems/aws-sdk-greengrass/lib/aws-sdk-greengrass.rb index bd37be3bb89..d220043708d 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.55.0' + GEM_VERSION = '1.56.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 68877f5ab36..7926655fe7c 100644 --- a/gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/client.rb +++ b/gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/client.rb @@ -4143,7 +4143,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-greengrass' - 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-greengrassv2/CHANGELOG.md b/gems/aws-sdk-greengrassv2/CHANGELOG.md index da1dc898ffe..227095a16e9 100644 --- a/gems/aws-sdk-greengrassv2/CHANGELOG.md +++ b/gems/aws-sdk-greengrassv2/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.28.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.27.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-greengrassv2/VERSION b/gems/aws-sdk-greengrassv2/VERSION index 5db08bf2dc5..cfc730712d5 100644 --- a/gems/aws-sdk-greengrassv2/VERSION +++ b/gems/aws-sdk-greengrassv2/VERSION @@ -1 +1 @@ -1.27.0 +1.28.0 diff --git a/gems/aws-sdk-greengrassv2/aws-sdk-greengrassv2.gemspec b/gems/aws-sdk-greengrassv2/aws-sdk-greengrassv2.gemspec index e53a4610908..c62ffc22eb6 100644 --- a/gems/aws-sdk-greengrassv2/aws-sdk-greengrassv2.gemspec +++ b/gems/aws-sdk-greengrassv2/aws-sdk-greengrassv2.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-greengrassv2/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2.rb b/gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2.rb index d0f46708a7a..afa54cacc16 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.27.0' + GEM_VERSION = '1.28.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 c708026dc5f..129546da5d7 100644 --- a/gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/client.rb +++ b/gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/client.rb @@ -2097,7 +2097,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-greengrassv2' - 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-groundstation/CHANGELOG.md b/gems/aws-sdk-groundstation/CHANGELOG.md index f66cd79c890..60945fef7de 100644 --- a/gems/aws-sdk-groundstation/CHANGELOG.md +++ b/gems/aws-sdk-groundstation/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.37.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.36.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-groundstation/VERSION b/gems/aws-sdk-groundstation/VERSION index 39fc130ef85..bf50e910e62 100644 --- a/gems/aws-sdk-groundstation/VERSION +++ b/gems/aws-sdk-groundstation/VERSION @@ -1 +1 @@ -1.36.0 +1.37.0 diff --git a/gems/aws-sdk-groundstation/aws-sdk-groundstation.gemspec b/gems/aws-sdk-groundstation/aws-sdk-groundstation.gemspec index 84688765636..53846021017 100644 --- a/gems/aws-sdk-groundstation/aws-sdk-groundstation.gemspec +++ b/gems/aws-sdk-groundstation/aws-sdk-groundstation.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-groundstation/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-groundstation/lib/aws-sdk-groundstation.rb b/gems/aws-sdk-groundstation/lib/aws-sdk-groundstation.rb index af70ef2fa14..e98aed84207 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.36.0' + GEM_VERSION = '1.37.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 804db27b0c9..2cdbaef6d07 100644 --- a/gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/client.rb +++ b/gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/client.rb @@ -2214,7 +2214,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-groundstation' - 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-guardduty/CHANGELOG.md b/gems/aws-sdk-guardduty/CHANGELOG.md index cec65db943b..18bfdd04297 100644 --- a/gems/aws-sdk-guardduty/CHANGELOG.md +++ b/gems/aws-sdk-guardduty/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.74.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.73.0 (2023-06-26) ------------------ diff --git a/gems/aws-sdk-guardduty/VERSION b/gems/aws-sdk-guardduty/VERSION index 5e3a4256626..dc87e8af82f 100644 --- a/gems/aws-sdk-guardduty/VERSION +++ b/gems/aws-sdk-guardduty/VERSION @@ -1 +1 @@ -1.73.0 +1.74.0 diff --git a/gems/aws-sdk-guardduty/aws-sdk-guardduty.gemspec b/gems/aws-sdk-guardduty/aws-sdk-guardduty.gemspec index 18f16d83b6b..d41438222b5 100644 --- a/gems/aws-sdk-guardduty/aws-sdk-guardduty.gemspec +++ b/gems/aws-sdk-guardduty/aws-sdk-guardduty.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-guardduty/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-guardduty/lib/aws-sdk-guardduty.rb b/gems/aws-sdk-guardduty/lib/aws-sdk-guardduty.rb index 843e5046389..938dcdab91a 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.73.0' + GEM_VERSION = '1.74.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 72ca4b491d2..abcdb2c5cfe 100644 --- a/gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/client.rb +++ b/gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/client.rb @@ -4374,7 +4374,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-guardduty' - 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-health/CHANGELOG.md b/gems/aws-sdk-health/CHANGELOG.md index 817edc143d4..87cf1d6cffe 100644 --- a/gems/aws-sdk-health/CHANGELOG.md +++ b/gems/aws-sdk-health/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.53.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.52.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-health/VERSION b/gems/aws-sdk-health/VERSION index a63cb35e6f0..3f4830156cb 100644 --- a/gems/aws-sdk-health/VERSION +++ b/gems/aws-sdk-health/VERSION @@ -1 +1 @@ -1.52.0 +1.53.0 diff --git a/gems/aws-sdk-health/aws-sdk-health.gemspec b/gems/aws-sdk-health/aws-sdk-health.gemspec index 8a8b00b8e09..bc468b4dbac 100644 --- a/gems/aws-sdk-health/aws-sdk-health.gemspec +++ b/gems/aws-sdk-health/aws-sdk-health.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-health/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-health/lib/aws-sdk-health.rb b/gems/aws-sdk-health/lib/aws-sdk-health.rb index 90d43f50580..7f4ca045d79 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.52.0' + GEM_VERSION = '1.53.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 853253ff2f6..24daa1952c7 100644 --- a/gems/aws-sdk-health/lib/aws-sdk-health/client.rb +++ b/gems/aws-sdk-health/lib/aws-sdk-health/client.rb @@ -1385,7 +1385,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-health' - 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-healthlake/CHANGELOG.md b/gems/aws-sdk-healthlake/CHANGELOG.md index a9c63cdef44..d0c526c4a31 100644 --- a/gems/aws-sdk-healthlake/CHANGELOG.md +++ b/gems/aws-sdk-healthlake/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.18.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.17.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-healthlake/VERSION b/gems/aws-sdk-healthlake/VERSION index 092afa15df4..84cc529467b 100644 --- a/gems/aws-sdk-healthlake/VERSION +++ b/gems/aws-sdk-healthlake/VERSION @@ -1 +1 @@ -1.17.0 +1.18.0 diff --git a/gems/aws-sdk-healthlake/aws-sdk-healthlake.gemspec b/gems/aws-sdk-healthlake/aws-sdk-healthlake.gemspec index 65b5b535000..3fc8320a1a4 100644 --- a/gems/aws-sdk-healthlake/aws-sdk-healthlake.gemspec +++ b/gems/aws-sdk-healthlake/aws-sdk-healthlake.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-healthlake/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-healthlake/lib/aws-sdk-healthlake.rb b/gems/aws-sdk-healthlake/lib/aws-sdk-healthlake.rb index d8406082535..b4198d8704f 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.17.0' + GEM_VERSION = '1.18.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 3df6fc377a0..3ff70d3ef1f 100644 --- a/gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/client.rb +++ b/gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/client.rb @@ -1065,7 +1065,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-healthlake' - 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-honeycode/CHANGELOG.md b/gems/aws-sdk-honeycode/CHANGELOG.md index 8b7999bcde6..5855fbc5901 100644 --- a/gems/aws-sdk-honeycode/CHANGELOG.md +++ b/gems/aws-sdk-honeycode/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.22.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.21.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-honeycode/VERSION b/gems/aws-sdk-honeycode/VERSION index 3500250a4b0..57807d6d0d0 100644 --- a/gems/aws-sdk-honeycode/VERSION +++ b/gems/aws-sdk-honeycode/VERSION @@ -1 +1 @@ -1.21.0 +1.22.0 diff --git a/gems/aws-sdk-honeycode/aws-sdk-honeycode.gemspec b/gems/aws-sdk-honeycode/aws-sdk-honeycode.gemspec index e3a91c729c7..1a7102d7a88 100644 --- a/gems/aws-sdk-honeycode/aws-sdk-honeycode.gemspec +++ b/gems/aws-sdk-honeycode/aws-sdk-honeycode.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-honeycode/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-honeycode/lib/aws-sdk-honeycode.rb b/gems/aws-sdk-honeycode/lib/aws-sdk-honeycode.rb index 01799529c24..4fe2b4ee5fe 100644 --- a/gems/aws-sdk-honeycode/lib/aws-sdk-honeycode.rb +++ b/gems/aws-sdk-honeycode/lib/aws-sdk-honeycode.rb @@ -52,6 +52,6 @@ # @!group service module Aws::Honeycode - GEM_VERSION = '1.21.0' + GEM_VERSION = '1.22.0' end diff --git a/gems/aws-sdk-honeycode/lib/aws-sdk-honeycode/client.rb b/gems/aws-sdk-honeycode/lib/aws-sdk-honeycode/client.rb index 6efcbbc1c42..87fac309597 100644 --- a/gems/aws-sdk-honeycode/lib/aws-sdk-honeycode/client.rb +++ b/gems/aws-sdk-honeycode/lib/aws-sdk-honeycode/client.rb @@ -1377,7 +1377,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-honeycode' - 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-iam/CHANGELOG.md b/gems/aws-sdk-iam/CHANGELOG.md index bafe13c7d86..75d81ad0e35 100644 --- a/gems/aws-sdk-iam/CHANGELOG.md +++ b/gems/aws-sdk-iam/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.83.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.82.0 (2023-06-26) ------------------ diff --git a/gems/aws-sdk-iam/VERSION b/gems/aws-sdk-iam/VERSION index 71fae54fb27..6b4de0a42b0 100644 --- a/gems/aws-sdk-iam/VERSION +++ b/gems/aws-sdk-iam/VERSION @@ -1 +1 @@ -1.82.0 +1.83.0 diff --git a/gems/aws-sdk-iam/aws-sdk-iam.gemspec b/gems/aws-sdk-iam/aws-sdk-iam.gemspec index 0df5a30880e..e091d69c2d8 100644 --- a/gems/aws-sdk-iam/aws-sdk-iam.gemspec +++ b/gems/aws-sdk-iam/aws-sdk-iam.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-iam/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-iam/lib/aws-sdk-iam.rb b/gems/aws-sdk-iam/lib/aws-sdk-iam.rb index 20ad0475336..a0a2589a722 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.82.0' + GEM_VERSION = '1.83.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 23fb2be1e51..76984a741a8 100644 --- a/gems/aws-sdk-iam/lib/aws-sdk-iam/client.rb +++ b/gems/aws-sdk-iam/lib/aws-sdk-iam/client.rb @@ -13443,7 +13443,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-iam' - context[:gem_version] = '1.82.0' + context[:gem_version] = '1.83.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 53f2d80a023..708ecd9b743 100644 --- a/gems/aws-sdk-identitystore/CHANGELOG.md +++ b/gems/aws-sdk-identitystore/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.27.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.26.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-identitystore/VERSION b/gems/aws-sdk-identitystore/VERSION index 5ff8c4f5d2a..5db08bf2dc5 100644 --- a/gems/aws-sdk-identitystore/VERSION +++ b/gems/aws-sdk-identitystore/VERSION @@ -1 +1 @@ -1.26.0 +1.27.0 diff --git a/gems/aws-sdk-identitystore/aws-sdk-identitystore.gemspec b/gems/aws-sdk-identitystore/aws-sdk-identitystore.gemspec index 5b1838c01cc..933b7f4d3e4 100644 --- a/gems/aws-sdk-identitystore/aws-sdk-identitystore.gemspec +++ b/gems/aws-sdk-identitystore/aws-sdk-identitystore.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-identitystore/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-identitystore/lib/aws-sdk-identitystore.rb b/gems/aws-sdk-identitystore/lib/aws-sdk-identitystore.rb index 0ed8070fc06..924231d9b99 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.26.0' + GEM_VERSION = '1.27.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 ad6f918b098..9573e091417 100644 --- a/gems/aws-sdk-identitystore/lib/aws-sdk-identitystore/client.rb +++ b/gems/aws-sdk-identitystore/lib/aws-sdk-identitystore/client.rb @@ -1399,7 +1399,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-identitystore' - 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-imagebuilder/CHANGELOG.md b/gems/aws-sdk-imagebuilder/CHANGELOG.md index 96381681716..fce8c2687c3 100644 --- a/gems/aws-sdk-imagebuilder/CHANGELOG.md +++ b/gems/aws-sdk-imagebuilder/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.49.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.48.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-imagebuilder/VERSION b/gems/aws-sdk-imagebuilder/VERSION index 9db5ea12f52..7f3a46a841e 100644 --- a/gems/aws-sdk-imagebuilder/VERSION +++ b/gems/aws-sdk-imagebuilder/VERSION @@ -1 +1 @@ -1.48.0 +1.49.0 diff --git a/gems/aws-sdk-imagebuilder/aws-sdk-imagebuilder.gemspec b/gems/aws-sdk-imagebuilder/aws-sdk-imagebuilder.gemspec index 154581a1046..d92158fb10c 100644 --- a/gems/aws-sdk-imagebuilder/aws-sdk-imagebuilder.gemspec +++ b/gems/aws-sdk-imagebuilder/aws-sdk-imagebuilder.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-imagebuilder/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder.rb b/gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder.rb index 0cd5906007d..6745b9ac760 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.48.0' + GEM_VERSION = '1.49.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 b8a1d548a66..208d19db147 100644 --- a/gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/client.rb +++ b/gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/client.rb @@ -4280,7 +4280,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-imagebuilder' - 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-importexport/CHANGELOG.md b/gems/aws-sdk-importexport/CHANGELOG.md index bc9d7fec9e8..440808ad67c 100644 --- a/gems/aws-sdk-importexport/CHANGELOG.md +++ b/gems/aws-sdk-importexport/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.38.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.37.0 (2023-05-31) ------------------ diff --git a/gems/aws-sdk-importexport/VERSION b/gems/aws-sdk-importexport/VERSION index bf50e910e62..ebeef2f2d61 100644 --- a/gems/aws-sdk-importexport/VERSION +++ b/gems/aws-sdk-importexport/VERSION @@ -1 +1 @@ -1.37.0 +1.38.0 diff --git a/gems/aws-sdk-importexport/aws-sdk-importexport.gemspec b/gems/aws-sdk-importexport/aws-sdk-importexport.gemspec index c1c4c45d75e..cf59843e31d 100644 --- a/gems/aws-sdk-importexport/aws-sdk-importexport.gemspec +++ b/gems/aws-sdk-importexport/aws-sdk-importexport.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-importexport/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv2', '~> 1.0') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-importexport/lib/aws-sdk-importexport.rb b/gems/aws-sdk-importexport/lib/aws-sdk-importexport.rb index c20ad255b45..4aed8d393bf 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.37.0' + GEM_VERSION = '1.38.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 92437e06562..ff30964e9ef 100644 --- a/gems/aws-sdk-importexport/lib/aws-sdk-importexport/client.rb +++ b/gems/aws-sdk-importexport/lib/aws-sdk-importexport/client.rb @@ -720,7 +720,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-importexport' - 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-inspector/CHANGELOG.md b/gems/aws-sdk-inspector/CHANGELOG.md index b579d1b3d02..36ee4aafa53 100644 --- a/gems/aws-sdk-inspector/CHANGELOG.md +++ b/gems/aws-sdk-inspector/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.48.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.47.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-inspector/VERSION b/gems/aws-sdk-inspector/VERSION index 21998d3c2d9..9db5ea12f52 100644 --- a/gems/aws-sdk-inspector/VERSION +++ b/gems/aws-sdk-inspector/VERSION @@ -1 +1 @@ -1.47.0 +1.48.0 diff --git a/gems/aws-sdk-inspector/aws-sdk-inspector.gemspec b/gems/aws-sdk-inspector/aws-sdk-inspector.gemspec index f093f3de254..7c160c72b6b 100644 --- a/gems/aws-sdk-inspector/aws-sdk-inspector.gemspec +++ b/gems/aws-sdk-inspector/aws-sdk-inspector.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-inspector/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-inspector/lib/aws-sdk-inspector.rb b/gems/aws-sdk-inspector/lib/aws-sdk-inspector.rb index e99cd7db658..98ae99dd9cc 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.47.0' + GEM_VERSION = '1.48.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 b4791d5601c..85c79bd9ee4 100644 --- a/gems/aws-sdk-inspector/lib/aws-sdk-inspector/client.rb +++ b/gems/aws-sdk-inspector/lib/aws-sdk-inspector/client.rb @@ -3043,7 +3043,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-inspector' - 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-inspector2/CHANGELOG.md b/gems/aws-sdk-inspector2/CHANGELOG.md index 8b93d4a8af5..a33dcbca0aa 100644 --- a/gems/aws-sdk-inspector2/CHANGELOG.md +++ b/gems/aws-sdk-inspector2/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.17.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.16.0 (2023-06-21) ------------------ diff --git a/gems/aws-sdk-inspector2/VERSION b/gems/aws-sdk-inspector2/VERSION index 15b989e398f..092afa15df4 100644 --- a/gems/aws-sdk-inspector2/VERSION +++ b/gems/aws-sdk-inspector2/VERSION @@ -1 +1 @@ -1.16.0 +1.17.0 diff --git a/gems/aws-sdk-inspector2/aws-sdk-inspector2.gemspec b/gems/aws-sdk-inspector2/aws-sdk-inspector2.gemspec index b713def2182..8dab8600f78 100644 --- a/gems/aws-sdk-inspector2/aws-sdk-inspector2.gemspec +++ b/gems/aws-sdk-inspector2/aws-sdk-inspector2.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-inspector2/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-inspector2/lib/aws-sdk-inspector2.rb b/gems/aws-sdk-inspector2/lib/aws-sdk-inspector2.rb index 645d7ef0ac9..779ac5ed5e9 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.16.0' + GEM_VERSION = '1.17.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 31d5397b864..d75562136e3 100644 --- a/gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/client.rb +++ b/gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/client.rb @@ -4229,7 +4229,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-inspector2' - 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-internetmonitor/CHANGELOG.md b/gems/aws-sdk-internetmonitor/CHANGELOG.md index 3e2a4486673..2b70143e515 100644 --- a/gems/aws-sdk-internetmonitor/CHANGELOG.md +++ b/gems/aws-sdk-internetmonitor/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.5.0 (2023-06-28) +------------------ + +* Feature - This release adds a new feature for Amazon CloudWatch Internet Monitor that enables customers to set custom thresholds, for performance and availability drops, for triggering when to create a health event. + 1.4.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-internetmonitor/VERSION b/gems/aws-sdk-internetmonitor/VERSION index 88c5fb891dc..bc80560fad6 100644 --- a/gems/aws-sdk-internetmonitor/VERSION +++ b/gems/aws-sdk-internetmonitor/VERSION @@ -1 +1 @@ -1.4.0 +1.5.0 diff --git a/gems/aws-sdk-internetmonitor/aws-sdk-internetmonitor.gemspec b/gems/aws-sdk-internetmonitor/aws-sdk-internetmonitor.gemspec index d606e62f1bc..d8dd5c60056 100644 --- a/gems/aws-sdk-internetmonitor/aws-sdk-internetmonitor.gemspec +++ b/gems/aws-sdk-internetmonitor/aws-sdk-internetmonitor.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-internetmonitor/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor.rb b/gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor.rb index 674bbc5c72d..87133aa017b 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.4.0' + GEM_VERSION = '1.5.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 d07dea2c3a2..d834abcd522 100644 --- a/gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/client.rb +++ b/gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/client.rb @@ -448,6 +448,13 @@ def initialize(*args) # The percentage of the internet-facing traffic for your application # that you want to monitor with this monitor. # + # @option params [Types::HealthEventsConfig] :health_events_config + # Defines the health event threshold percentages, for performance score + # and availability score. Internet Monitor creates a health event when + # there's an internet issue that affects your application end users + # where a health score percentage is at or below a set threshold. If you + # don't set a health event threshold, the default calue is 95%. + # # @return [Types::CreateMonitorOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods: # # * {Types::CreateMonitorOutput#arn #arn} => String @@ -471,6 +478,10 @@ def initialize(*args) # }, # }, # traffic_percentage_to_monitor: 1, + # health_events_config: { + # availability_score_threshold: 1.0, + # performance_score_threshold: 1.0, + # }, # }) # # @example Response structure @@ -541,6 +552,7 @@ def delete_monitor(params = {}, options = {}) # * {Types::GetHealthEventOutput#status #status} => String # * {Types::GetHealthEventOutput#percent_of_total_traffic_impacted #percent_of_total_traffic_impacted} => Float # * {Types::GetHealthEventOutput#impact_type #impact_type} => String + # * {Types::GetHealthEventOutput#health_score_threshold #health_score_threshold} => Float # # @example Request syntax with placeholder values # @@ -589,6 +601,7 @@ def delete_monitor(params = {}, options = {}) # resp.status #=> String, one of "ACTIVE", "RESOLVED" # resp.percent_of_total_traffic_impacted #=> Float # resp.impact_type #=> String, one of "AVAILABILITY", "PERFORMANCE" + # resp.health_score_threshold #=> Float # # @see http://docs.aws.amazon.com/goto/WebAPI/internetmonitor-2021-06-03/GetHealthEvent AWS API Documentation # @@ -621,6 +634,7 @@ def get_health_event(params = {}, options = {}) # * {Types::GetMonitorOutput#max_city_networks_to_monitor #max_city_networks_to_monitor} => Integer # * {Types::GetMonitorOutput#internet_measurements_log_delivery #internet_measurements_log_delivery} => Types::InternetMeasurementsLogDelivery # * {Types::GetMonitorOutput#traffic_percentage_to_monitor #traffic_percentage_to_monitor} => Integer + # * {Types::GetMonitorOutput#health_events_config #health_events_config} => Types::HealthEventsConfig # # @example Request syntax with placeholder values # @@ -646,6 +660,8 @@ def get_health_event(params = {}, options = {}) # resp.internet_measurements_log_delivery.s3_config.bucket_prefix #=> String # resp.internet_measurements_log_delivery.s3_config.log_delivery_status #=> String, one of "ENABLED", "DISABLED" # resp.traffic_percentage_to_monitor #=> Integer + # resp.health_events_config.availability_score_threshold #=> Float + # resp.health_events_config.performance_score_threshold #=> Float # # @see http://docs.aws.amazon.com/goto/WebAPI/internetmonitor-2021-06-03/GetMonitor AWS API Documentation # @@ -746,6 +762,7 @@ def get_monitor(params = {}, options = {}) # resp.health_events[0].status #=> String, one of "ACTIVE", "RESOLVED" # resp.health_events[0].percent_of_total_traffic_impacted #=> Float # resp.health_events[0].impact_type #=> String, one of "AVAILABILITY", "PERFORMANCE" + # resp.health_events[0].health_score_threshold #=> Float # resp.next_token #=> String # # @see http://docs.aws.amazon.com/goto/WebAPI/internetmonitor-2021-06-03/ListHealthEvents AWS API Documentation @@ -966,6 +983,12 @@ def untag_resource(params = {}, options = {}) # The percentage of the internet-facing traffic for your application # that you want to monitor with this monitor. # + # @option params [Types::HealthEventsConfig] :health_events_config + # The list of health event thresholds. A health event threshold + # percentage, for performance and availability, determines when Internet + # Monitor creates a health event when there's an internet issue that + # affects your application end users. + # # @return [Types::UpdateMonitorOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods: # # * {Types::UpdateMonitorOutput#monitor_arn #monitor_arn} => String @@ -988,6 +1011,10 @@ def untag_resource(params = {}, options = {}) # }, # }, # traffic_percentage_to_monitor: 1, + # health_events_config: { + # availability_score_threshold: 1.0, + # performance_score_threshold: 1.0, + # }, # }) # # @example Response structure @@ -1017,7 +1044,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-internetmonitor' - 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-internetmonitor/lib/aws-sdk-internetmonitor/client_api.rb b/gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/client_api.rb index d3a9281773d..13760ee894a 100644 --- a/gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/client_api.rb +++ b/gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/client_api.rb @@ -32,6 +32,7 @@ module ClientApi HealthEventList = Shapes::ListShape.new(name: 'HealthEventList') HealthEventName = Shapes::StringShape.new(name: 'HealthEventName') HealthEventStatus = Shapes::StringShape.new(name: 'HealthEventStatus') + HealthEventsConfig = Shapes::StructureShape.new(name: 'HealthEventsConfig') ImpactedLocation = Shapes::StructureShape.new(name: 'ImpactedLocation') ImpactedLocationsList = Shapes::ListShape.new(name: 'ImpactedLocationsList') InternalServerErrorException = Shapes::StructureShape.new(name: 'InternalServerErrorException') @@ -58,6 +59,7 @@ module ClientApi NetworkImpairment = Shapes::StructureShape.new(name: 'NetworkImpairment') NetworkList = Shapes::ListShape.new(name: 'NetworkList') NotFoundException = Shapes::StructureShape.new(name: 'NotFoundException') + Percentage = Shapes::FloatShape.new(name: 'Percentage') PerformanceMeasurement = Shapes::StructureShape.new(name: 'PerformanceMeasurement') ResourceName = Shapes::StringShape.new(name: 'ResourceName') ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException') @@ -104,6 +106,7 @@ module ClientApi CreateMonitorInput.add_member(:max_city_networks_to_monitor, Shapes::ShapeRef.new(shape: MaxCityNetworksToMonitor, location_name: "MaxCityNetworksToMonitor")) CreateMonitorInput.add_member(:internet_measurements_log_delivery, Shapes::ShapeRef.new(shape: InternetMeasurementsLogDelivery, location_name: "InternetMeasurementsLogDelivery")) CreateMonitorInput.add_member(:traffic_percentage_to_monitor, Shapes::ShapeRef.new(shape: TrafficPercentageToMonitor, location_name: "TrafficPercentageToMonitor")) + CreateMonitorInput.add_member(:health_events_config, Shapes::ShapeRef.new(shape: HealthEventsConfig, location_name: "HealthEventsConfig")) CreateMonitorInput.struct_class = Types::CreateMonitorInput CreateMonitorOutput.add_member(:arn, Shapes::ShapeRef.new(shape: MonitorArn, required: true, location_name: "Arn")) @@ -129,6 +132,7 @@ module ClientApi GetHealthEventOutput.add_member(:status, Shapes::ShapeRef.new(shape: HealthEventStatus, required: true, location_name: "Status")) GetHealthEventOutput.add_member(:percent_of_total_traffic_impacted, Shapes::ShapeRef.new(shape: Double, location_name: "PercentOfTotalTrafficImpacted")) GetHealthEventOutput.add_member(:impact_type, Shapes::ShapeRef.new(shape: HealthEventImpactType, required: true, location_name: "ImpactType")) + GetHealthEventOutput.add_member(:health_score_threshold, Shapes::ShapeRef.new(shape: Percentage, location_name: "HealthScoreThreshold")) GetHealthEventOutput.struct_class = Types::GetHealthEventOutput GetMonitorInput.add_member(:monitor_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "MonitorName")) @@ -146,6 +150,7 @@ module ClientApi GetMonitorOutput.add_member(:max_city_networks_to_monitor, Shapes::ShapeRef.new(shape: MaxCityNetworksToMonitor, location_name: "MaxCityNetworksToMonitor")) GetMonitorOutput.add_member(:internet_measurements_log_delivery, Shapes::ShapeRef.new(shape: InternetMeasurementsLogDelivery, location_name: "InternetMeasurementsLogDelivery")) GetMonitorOutput.add_member(:traffic_percentage_to_monitor, Shapes::ShapeRef.new(shape: TrafficPercentageToMonitor, location_name: "TrafficPercentageToMonitor")) + GetMonitorOutput.add_member(:health_events_config, Shapes::ShapeRef.new(shape: HealthEventsConfig, location_name: "HealthEventsConfig")) GetMonitorOutput.struct_class = Types::GetMonitorOutput HealthEvent.add_member(:event_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "EventArn")) @@ -158,10 +163,15 @@ module ClientApi HealthEvent.add_member(:status, Shapes::ShapeRef.new(shape: HealthEventStatus, required: true, location_name: "Status")) HealthEvent.add_member(:percent_of_total_traffic_impacted, Shapes::ShapeRef.new(shape: Double, location_name: "PercentOfTotalTrafficImpacted")) HealthEvent.add_member(:impact_type, Shapes::ShapeRef.new(shape: HealthEventImpactType, required: true, location_name: "ImpactType")) + HealthEvent.add_member(:health_score_threshold, Shapes::ShapeRef.new(shape: Percentage, location_name: "HealthScoreThreshold")) HealthEvent.struct_class = Types::HealthEvent HealthEventList.member = Shapes::ShapeRef.new(shape: HealthEvent) + HealthEventsConfig.add_member(:availability_score_threshold, Shapes::ShapeRef.new(shape: Percentage, location_name: "AvailabilityScoreThreshold")) + HealthEventsConfig.add_member(:performance_score_threshold, Shapes::ShapeRef.new(shape: Percentage, location_name: "PerformanceScoreThreshold")) + HealthEventsConfig.struct_class = Types::HealthEventsConfig + ImpactedLocation.add_member(:as_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ASName")) ImpactedLocation.add_member(:as_number, Shapes::ShapeRef.new(shape: Long, required: true, location_name: "ASNumber")) ImpactedLocation.add_member(:country, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Country")) @@ -297,6 +307,7 @@ module ClientApi UpdateMonitorInput.add_member(:max_city_networks_to_monitor, Shapes::ShapeRef.new(shape: MaxCityNetworksToMonitor, location_name: "MaxCityNetworksToMonitor")) UpdateMonitorInput.add_member(:internet_measurements_log_delivery, Shapes::ShapeRef.new(shape: InternetMeasurementsLogDelivery, location_name: "InternetMeasurementsLogDelivery")) UpdateMonitorInput.add_member(:traffic_percentage_to_monitor, Shapes::ShapeRef.new(shape: TrafficPercentageToMonitor, location_name: "TrafficPercentageToMonitor")) + UpdateMonitorInput.add_member(:health_events_config, Shapes::ShapeRef.new(shape: HealthEventsConfig, location_name: "HealthEventsConfig")) UpdateMonitorInput.struct_class = Types::UpdateMonitorInput UpdateMonitorOutput.add_member(:monitor_arn, Shapes::ShapeRef.new(shape: MonitorArn, required: true, location_name: "MonitorArn")) diff --git a/gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb b/gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb index 88ba6d30d3d..19297bed771 100644 --- a/gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb +++ b/gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb @@ -190,6 +190,15 @@ class ConflictException < Struct.new( # that you want to monitor with this monitor. # @return [Integer] # + # @!attribute [rw] health_events_config + # Defines the health event threshold percentages, for performance + # score and availability score. Internet Monitor creates a health + # event when there's an internet issue that affects your application + # end users where a health score percentage is at or below a set + # threshold. If you don't set a health event threshold, the default + # calue is 95%. + # @return [Types::HealthEventsConfig] + # # @see http://docs.aws.amazon.com/goto/WebAPI/internetmonitor-2021-06-03/CreateMonitorInput AWS API Documentation # class CreateMonitorInput < Struct.new( @@ -199,7 +208,8 @@ class CreateMonitorInput < Struct.new( :tags, :max_city_networks_to_monitor, :internet_measurements_log_delivery, - :traffic_percentage_to_monitor) + :traffic_percentage_to_monitor, + :health_events_config) SENSITIVE = [] include Aws::Structure end @@ -297,6 +307,11 @@ class GetHealthEventInput < Struct.new( # The type of impairment of a specific health event. # @return [String] # + # @!attribute [rw] health_score_threshold + # The threshold percentage for health events when Amazon CloudWatch + # Internet Monitor creates a health event. + # @return [Float] + # # @see http://docs.aws.amazon.com/goto/WebAPI/internetmonitor-2021-06-03/GetHealthEventOutput AWS API Documentation # class GetHealthEventOutput < Struct.new( @@ -309,7 +324,8 @@ class GetHealthEventOutput < Struct.new( :impacted_locations, :status, :percent_of_total_traffic_impacted, - :impact_type) + :impact_type, + :health_score_threshold) SENSITIVE = [] include Aws::Structure end @@ -391,6 +407,14 @@ class GetMonitorInput < Struct.new( # that you want to monitor with this monitor. # @return [Integer] # + # @!attribute [rw] health_events_config + # The list of health event thresholds. A health event threshold + # percentage, for performance and availability, determines the level + # of impact at which Amazon CloudWatch Internet Monitor creates a + # health event when there's an internet issue that affects your + # application end users. + # @return [Types::HealthEventsConfig] + # # @see http://docs.aws.amazon.com/goto/WebAPI/internetmonitor-2021-06-03/GetMonitorOutput AWS API Documentation # class GetMonitorOutput < Struct.new( @@ -405,7 +429,8 @@ class GetMonitorOutput < Struct.new( :tags, :max_city_networks_to_monitor, :internet_measurements_log_delivery, - :traffic_percentage_to_monitor) + :traffic_percentage_to_monitor, + :health_events_config) SENSITIVE = [] include Aws::Structure end @@ -456,6 +481,12 @@ class GetMonitorOutput < Struct.new( # The type of impairment for a health event. # @return [String] # + # @!attribute [rw] health_score_threshold + # The value of the threshold percentage for performance or + # availability that was configured when Amazon CloudWatch Internet + # Monitor created the health event. + # @return [Float] + # # @see http://docs.aws.amazon.com/goto/WebAPI/internetmonitor-2021-06-03/HealthEvent AWS API Documentation # class HealthEvent < Struct.new( @@ -468,7 +499,32 @@ class HealthEvent < Struct.new( :impacted_locations, :status, :percent_of_total_traffic_impacted, - :impact_type) + :impact_type, + :health_score_threshold) + SENSITIVE = [] + include Aws::Structure + end + + # A complex type for the configuration. Defines the health event + # threshold percentages, for performance score and availability score. + # Amazon CloudWatch Internet Monitor creates a health event when + # there's an internet issue that affects your application end users + # where a health score percentage is at or below a set threshold. If you + # don't set a health event threshold, the default value is 95%. + # + # @!attribute [rw] availability_score_threshold + # The health event threshold percentage set for availability scores. + # @return [Float] + # + # @!attribute [rw] performance_score_threshold + # The health event threshold percentage set for performance scores. + # @return [Float] + # + # @see http://docs.aws.amazon.com/goto/WebAPI/internetmonitor-2021-06-03/HealthEventsConfig AWS API Documentation + # + class HealthEventsConfig < Struct.new( + :availability_score_threshold, + :performance_score_threshold) SENSITIVE = [] include Aws::Structure end @@ -1206,6 +1262,13 @@ class UntagResourceOutput < Aws::EmptyStructure; end # that you want to monitor with this monitor. # @return [Integer] # + # @!attribute [rw] health_events_config + # The list of health event thresholds. A health event threshold + # percentage, for performance and availability, determines when + # Internet Monitor creates a health event when there's an internet + # issue that affects your application end users. + # @return [Types::HealthEventsConfig] + # # @see http://docs.aws.amazon.com/goto/WebAPI/internetmonitor-2021-06-03/UpdateMonitorInput AWS API Documentation # class UpdateMonitorInput < Struct.new( @@ -1216,7 +1279,8 @@ class UpdateMonitorInput < Struct.new( :client_token, :max_city_networks_to_monitor, :internet_measurements_log_delivery, - :traffic_percentage_to_monitor) + :traffic_percentage_to_monitor, + :health_events_config) SENSITIVE = [] include Aws::Structure end diff --git a/gems/aws-sdk-iot/CHANGELOG.md b/gems/aws-sdk-iot/CHANGELOG.md index 678039e3374..fd86e43bdda 100644 --- a/gems/aws-sdk-iot/CHANGELOG.md +++ b/gems/aws-sdk-iot/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.108.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.107.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-iot/VERSION b/gems/aws-sdk-iot/VERSION index 585f0182df4..83033d17f98 100644 --- a/gems/aws-sdk-iot/VERSION +++ b/gems/aws-sdk-iot/VERSION @@ -1 +1 @@ -1.107.0 +1.108.0 diff --git a/gems/aws-sdk-iot/aws-sdk-iot.gemspec b/gems/aws-sdk-iot/aws-sdk-iot.gemspec index 8d52c0ae730..5ee9c4dcbbf 100644 --- a/gems/aws-sdk-iot/aws-sdk-iot.gemspec +++ b/gems/aws-sdk-iot/aws-sdk-iot.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-iot/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-iot/lib/aws-sdk-iot.rb b/gems/aws-sdk-iot/lib/aws-sdk-iot.rb index 490ab53edf4..5cc52657be8 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.107.0' + GEM_VERSION = '1.108.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 6ac978416ab..92ad0a398fe 100644 --- a/gems/aws-sdk-iot/lib/aws-sdk-iot/client.rb +++ b/gems/aws-sdk-iot/lib/aws-sdk-iot/client.rb @@ -14730,7 +14730,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-iot' - context[:gem_version] = '1.107.0' + context[:gem_version] = '1.108.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 bdde883c73b..7c43432f9b1 100644 --- a/gems/aws-sdk-iot1clickdevicesservice/CHANGELOG.md +++ b/gems/aws-sdk-iot1clickdevicesservice/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.42.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.41.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-iot1clickdevicesservice/VERSION b/gems/aws-sdk-iot1clickdevicesservice/VERSION index 7d47e599800..a50908ca3da 100644 --- a/gems/aws-sdk-iot1clickdevicesservice/VERSION +++ b/gems/aws-sdk-iot1clickdevicesservice/VERSION @@ -1 +1 @@ -1.41.0 +1.42.0 diff --git a/gems/aws-sdk-iot1clickdevicesservice/aws-sdk-iot1clickdevicesservice.gemspec b/gems/aws-sdk-iot1clickdevicesservice/aws-sdk-iot1clickdevicesservice.gemspec index 3e31b1b48f0..3fd30de79e9 100644 --- a/gems/aws-sdk-iot1clickdevicesservice/aws-sdk-iot1clickdevicesservice.gemspec +++ b/gems/aws-sdk-iot1clickdevicesservice/aws-sdk-iot1clickdevicesservice.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-iot1clickdevicesservice/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-iot1clickdevicesservice/lib/aws-sdk-iot1clickdevicesservice.rb b/gems/aws-sdk-iot1clickdevicesservice/lib/aws-sdk-iot1clickdevicesservice.rb index 36858553c61..6d7f40c7e60 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.41.0' + GEM_VERSION = '1.42.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 758f4607fd0..c1e36dbd5ad 100644 --- a/gems/aws-sdk-iot1clickdevicesservice/lib/aws-sdk-iot1clickdevicesservice/client.rb +++ b/gems/aws-sdk-iot1clickdevicesservice/lib/aws-sdk-iot1clickdevicesservice/client.rb @@ -822,7 +822,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-iot1clickdevicesservice' - 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-iot1clickprojects/CHANGELOG.md b/gems/aws-sdk-iot1clickprojects/CHANGELOG.md index d59a1d4b317..54e160ff870 100644 --- a/gems/aws-sdk-iot1clickprojects/CHANGELOG.md +++ b/gems/aws-sdk-iot1clickprojects/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.42.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.41.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-iot1clickprojects/VERSION b/gems/aws-sdk-iot1clickprojects/VERSION index 7d47e599800..a50908ca3da 100644 --- a/gems/aws-sdk-iot1clickprojects/VERSION +++ b/gems/aws-sdk-iot1clickprojects/VERSION @@ -1 +1 @@ -1.41.0 +1.42.0 diff --git a/gems/aws-sdk-iot1clickprojects/aws-sdk-iot1clickprojects.gemspec b/gems/aws-sdk-iot1clickprojects/aws-sdk-iot1clickprojects.gemspec index 3d2c578b566..1de8c63aded 100644 --- a/gems/aws-sdk-iot1clickprojects/aws-sdk-iot1clickprojects.gemspec +++ b/gems/aws-sdk-iot1clickprojects/aws-sdk-iot1clickprojects.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-iot1clickprojects/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-iot1clickprojects/lib/aws-sdk-iot1clickprojects.rb b/gems/aws-sdk-iot1clickprojects/lib/aws-sdk-iot1clickprojects.rb index feffe860d3a..945b066b4f5 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.41.0' + GEM_VERSION = '1.42.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 1dbc73ace86..ba867f88a1a 100644 --- a/gems/aws-sdk-iot1clickprojects/lib/aws-sdk-iot1clickprojects/client.rb +++ b/gems/aws-sdk-iot1clickprojects/lib/aws-sdk-iot1clickprojects/client.rb @@ -951,7 +951,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-iot1clickprojects' - 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-iotanalytics/CHANGELOG.md b/gems/aws-sdk-iotanalytics/CHANGELOG.md index de557fbdb27..766ecf699c6 100644 --- a/gems/aws-sdk-iotanalytics/CHANGELOG.md +++ b/gems/aws-sdk-iotanalytics/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.54.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.53.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-iotanalytics/VERSION b/gems/aws-sdk-iotanalytics/VERSION index 3f4830156cb..b7921ae87bc 100644 --- a/gems/aws-sdk-iotanalytics/VERSION +++ b/gems/aws-sdk-iotanalytics/VERSION @@ -1 +1 @@ -1.53.0 +1.54.0 diff --git a/gems/aws-sdk-iotanalytics/aws-sdk-iotanalytics.gemspec b/gems/aws-sdk-iotanalytics/aws-sdk-iotanalytics.gemspec index ed7a3c83a67..82eb01b2e05 100644 --- a/gems/aws-sdk-iotanalytics/aws-sdk-iotanalytics.gemspec +++ b/gems/aws-sdk-iotanalytics/aws-sdk-iotanalytics.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-iotanalytics/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics.rb b/gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics.rb index cee78839412..6e3a826379a 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.53.0' + GEM_VERSION = '1.54.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 49e7bcb9d22..c755e0fd2bf 100644 --- a/gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/client.rb +++ b/gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/client.rb @@ -2281,7 +2281,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-iotanalytics' - 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-iotdataplane/CHANGELOG.md b/gems/aws-sdk-iotdataplane/CHANGELOG.md index 5b70d5b56a1..5326172adc9 100644 --- a/gems/aws-sdk-iotdataplane/CHANGELOG.md +++ b/gems/aws-sdk-iotdataplane/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.48.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.47.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-iotdataplane/VERSION b/gems/aws-sdk-iotdataplane/VERSION index 21998d3c2d9..9db5ea12f52 100644 --- a/gems/aws-sdk-iotdataplane/VERSION +++ b/gems/aws-sdk-iotdataplane/VERSION @@ -1 +1 @@ -1.47.0 +1.48.0 diff --git a/gems/aws-sdk-iotdataplane/aws-sdk-iotdataplane.gemspec b/gems/aws-sdk-iotdataplane/aws-sdk-iotdataplane.gemspec index 6f1d06756e2..ca58c4a977e 100644 --- a/gems/aws-sdk-iotdataplane/aws-sdk-iotdataplane.gemspec +++ b/gems/aws-sdk-iotdataplane/aws-sdk-iotdataplane.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-iotdataplane/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-iotdataplane/lib/aws-sdk-iotdataplane.rb b/gems/aws-sdk-iotdataplane/lib/aws-sdk-iotdataplane.rb index a931b25a70c..abbc4d99843 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.47.0' + GEM_VERSION = '1.48.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 890623ecd7d..b08e7b96b26 100644 --- a/gems/aws-sdk-iotdataplane/lib/aws-sdk-iotdataplane/client.rb +++ b/gems/aws-sdk-iotdataplane/lib/aws-sdk-iotdataplane/client.rb @@ -775,7 +775,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-iotdataplane' - 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-iotdeviceadvisor/CHANGELOG.md b/gems/aws-sdk-iotdeviceadvisor/CHANGELOG.md index 0de2436af97..7b533527b65 100644 --- a/gems/aws-sdk-iotdeviceadvisor/CHANGELOG.md +++ b/gems/aws-sdk-iotdeviceadvisor/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.23.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.22.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-iotdeviceadvisor/VERSION b/gems/aws-sdk-iotdeviceadvisor/VERSION index 57807d6d0d0..a6c2798a482 100644 --- a/gems/aws-sdk-iotdeviceadvisor/VERSION +++ b/gems/aws-sdk-iotdeviceadvisor/VERSION @@ -1 +1 @@ -1.22.0 +1.23.0 diff --git a/gems/aws-sdk-iotdeviceadvisor/aws-sdk-iotdeviceadvisor.gemspec b/gems/aws-sdk-iotdeviceadvisor/aws-sdk-iotdeviceadvisor.gemspec index 41f639ef192..dab5f3f6dae 100644 --- a/gems/aws-sdk-iotdeviceadvisor/aws-sdk-iotdeviceadvisor.gemspec +++ b/gems/aws-sdk-iotdeviceadvisor/aws-sdk-iotdeviceadvisor.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-iotdeviceadvisor/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-iotdeviceadvisor/lib/aws-sdk-iotdeviceadvisor.rb b/gems/aws-sdk-iotdeviceadvisor/lib/aws-sdk-iotdeviceadvisor.rb index 628a29f7efa..2fb923856cb 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.22.0' + GEM_VERSION = '1.23.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 36de5e3638a..64d4aa6aee7 100644 --- a/gems/aws-sdk-iotdeviceadvisor/lib/aws-sdk-iotdeviceadvisor/client.rb +++ b/gems/aws-sdk-iotdeviceadvisor/lib/aws-sdk-iotdeviceadvisor/client.rb @@ -1047,7 +1047,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-iotdeviceadvisor' - 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-iotevents/CHANGELOG.md b/gems/aws-sdk-iotevents/CHANGELOG.md index 34853e83733..89023aa2a2d 100644 --- a/gems/aws-sdk-iotevents/CHANGELOG.md +++ b/gems/aws-sdk-iotevents/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.38.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.37.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-iotevents/VERSION b/gems/aws-sdk-iotevents/VERSION index bf50e910e62..ebeef2f2d61 100644 --- a/gems/aws-sdk-iotevents/VERSION +++ b/gems/aws-sdk-iotevents/VERSION @@ -1 +1 @@ -1.37.0 +1.38.0 diff --git a/gems/aws-sdk-iotevents/aws-sdk-iotevents.gemspec b/gems/aws-sdk-iotevents/aws-sdk-iotevents.gemspec index 678c617a4a7..baec346ba99 100644 --- a/gems/aws-sdk-iotevents/aws-sdk-iotevents.gemspec +++ b/gems/aws-sdk-iotevents/aws-sdk-iotevents.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-iotevents/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-iotevents/lib/aws-sdk-iotevents.rb b/gems/aws-sdk-iotevents/lib/aws-sdk-iotevents.rb index ba31a4fcbe5..b8ce38fbab7 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.37.0' + GEM_VERSION = '1.38.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 437ef06585e..1a1a6d7f3ae 100644 --- a/gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/client.rb +++ b/gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/client.rb @@ -3429,7 +3429,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-iotevents' - 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-ioteventsdata/CHANGELOG.md b/gems/aws-sdk-ioteventsdata/CHANGELOG.md index 1e58cb2674d..fa841a385b2 100644 --- a/gems/aws-sdk-ioteventsdata/CHANGELOG.md +++ b/gems/aws-sdk-ioteventsdata/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.32.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.31.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-ioteventsdata/VERSION b/gems/aws-sdk-ioteventsdata/VERSION index 34aae156b19..359c41089a4 100644 --- a/gems/aws-sdk-ioteventsdata/VERSION +++ b/gems/aws-sdk-ioteventsdata/VERSION @@ -1 +1 @@ -1.31.0 +1.32.0 diff --git a/gems/aws-sdk-ioteventsdata/aws-sdk-ioteventsdata.gemspec b/gems/aws-sdk-ioteventsdata/aws-sdk-ioteventsdata.gemspec index 82be5ed8b83..424fc5828df 100644 --- a/gems/aws-sdk-ioteventsdata/aws-sdk-ioteventsdata.gemspec +++ b/gems/aws-sdk-ioteventsdata/aws-sdk-ioteventsdata.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-ioteventsdata/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-ioteventsdata/lib/aws-sdk-ioteventsdata.rb b/gems/aws-sdk-ioteventsdata/lib/aws-sdk-ioteventsdata.rb index 9c124393f01..c2b309d86a2 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.31.0' + GEM_VERSION = '1.32.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 e0ab24dfd33..d4ba6b4377d 100644 --- a/gems/aws-sdk-ioteventsdata/lib/aws-sdk-ioteventsdata/client.rb +++ b/gems/aws-sdk-ioteventsdata/lib/aws-sdk-ioteventsdata/client.rb @@ -902,7 +902,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-ioteventsdata' - 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-iotfleethub/CHANGELOG.md b/gems/aws-sdk-iotfleethub/CHANGELOG.md index bfcd6a8a2f2..79c0132f4ad 100644 --- a/gems/aws-sdk-iotfleethub/CHANGELOG.md +++ b/gems/aws-sdk-iotfleethub/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.16.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.15.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-iotfleethub/VERSION b/gems/aws-sdk-iotfleethub/VERSION index 141f2e805be..15b989e398f 100644 --- a/gems/aws-sdk-iotfleethub/VERSION +++ b/gems/aws-sdk-iotfleethub/VERSION @@ -1 +1 @@ -1.15.0 +1.16.0 diff --git a/gems/aws-sdk-iotfleethub/aws-sdk-iotfleethub.gemspec b/gems/aws-sdk-iotfleethub/aws-sdk-iotfleethub.gemspec index 8bf6b9ca0c1..92848dd4c47 100644 --- a/gems/aws-sdk-iotfleethub/aws-sdk-iotfleethub.gemspec +++ b/gems/aws-sdk-iotfleethub/aws-sdk-iotfleethub.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-iotfleethub/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-iotfleethub/lib/aws-sdk-iotfleethub.rb b/gems/aws-sdk-iotfleethub/lib/aws-sdk-iotfleethub.rb index c46b1a80727..61d2be18990 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.15.0' + GEM_VERSION = '1.16.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 dd77889f550..69df6d3f670 100644 --- a/gems/aws-sdk-iotfleethub/lib/aws-sdk-iotfleethub/client.rb +++ b/gems/aws-sdk-iotfleethub/lib/aws-sdk-iotfleethub/client.rb @@ -717,7 +717,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-iotfleethub' - 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-iotfleetwise/CHANGELOG.md b/gems/aws-sdk-iotfleetwise/CHANGELOG.md index f23fac10729..6cfed474661 100644 --- a/gems/aws-sdk-iotfleetwise/CHANGELOG.md +++ b/gems/aws-sdk-iotfleetwise/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.11.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.10.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-iotfleetwise/VERSION b/gems/aws-sdk-iotfleetwise/VERSION index 81c871de46b..1cac385c6cb 100644 --- a/gems/aws-sdk-iotfleetwise/VERSION +++ b/gems/aws-sdk-iotfleetwise/VERSION @@ -1 +1 @@ -1.10.0 +1.11.0 diff --git a/gems/aws-sdk-iotfleetwise/aws-sdk-iotfleetwise.gemspec b/gems/aws-sdk-iotfleetwise/aws-sdk-iotfleetwise.gemspec index c1dfd624106..d13974491d9 100644 --- a/gems/aws-sdk-iotfleetwise/aws-sdk-iotfleetwise.gemspec +++ b/gems/aws-sdk-iotfleetwise/aws-sdk-iotfleetwise.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-iotfleetwise/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise.rb b/gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise.rb index ccf9ed49a87..b9e3860a254 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.10.0' + GEM_VERSION = '1.11.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 c7ae421e166..d30b84c5515 100644 --- a/gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/client.rb +++ b/gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/client.rb @@ -3235,7 +3235,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-iotfleetwise' - 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-iotjobsdataplane/CHANGELOG.md b/gems/aws-sdk-iotjobsdataplane/CHANGELOG.md index 73724d94d56..e8088d09755 100644 --- a/gems/aws-sdk-iotjobsdataplane/CHANGELOG.md +++ b/gems/aws-sdk-iotjobsdataplane/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.41.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.40.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-iotjobsdataplane/VERSION b/gems/aws-sdk-iotjobsdataplane/VERSION index 32b7211cb61..7d47e599800 100644 --- a/gems/aws-sdk-iotjobsdataplane/VERSION +++ b/gems/aws-sdk-iotjobsdataplane/VERSION @@ -1 +1 @@ -1.40.0 +1.41.0 diff --git a/gems/aws-sdk-iotjobsdataplane/aws-sdk-iotjobsdataplane.gemspec b/gems/aws-sdk-iotjobsdataplane/aws-sdk-iotjobsdataplane.gemspec index 9274e30c2ae..dc5c76a10e3 100644 --- a/gems/aws-sdk-iotjobsdataplane/aws-sdk-iotjobsdataplane.gemspec +++ b/gems/aws-sdk-iotjobsdataplane/aws-sdk-iotjobsdataplane.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-iotjobsdataplane/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-iotjobsdataplane/lib/aws-sdk-iotjobsdataplane.rb b/gems/aws-sdk-iotjobsdataplane/lib/aws-sdk-iotjobsdataplane.rb index c0e069f73d5..9a4423ca8f1 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.40.0' + GEM_VERSION = '1.41.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 9e5b76ea67d..70cc30d9873 100644 --- a/gems/aws-sdk-iotjobsdataplane/lib/aws-sdk-iotjobsdataplane/client.rb +++ b/gems/aws-sdk-iotjobsdataplane/lib/aws-sdk-iotjobsdataplane/client.rb @@ -621,7 +621,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-iotjobsdataplane' - 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-iotroborunner/CHANGELOG.md b/gems/aws-sdk-iotroborunner/CHANGELOG.md index 13f39b0d9d7..569ed00b81f 100644 --- a/gems/aws-sdk-iotroborunner/CHANGELOG.md +++ b/gems/aws-sdk-iotroborunner/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.4.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.3.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-iotroborunner/VERSION b/gems/aws-sdk-iotroborunner/VERSION index f0bb29e7638..88c5fb891dc 100644 --- a/gems/aws-sdk-iotroborunner/VERSION +++ b/gems/aws-sdk-iotroborunner/VERSION @@ -1 +1 @@ -1.3.0 +1.4.0 diff --git a/gems/aws-sdk-iotroborunner/aws-sdk-iotroborunner.gemspec b/gems/aws-sdk-iotroborunner/aws-sdk-iotroborunner.gemspec index d196794d265..7badab5da62 100644 --- a/gems/aws-sdk-iotroborunner/aws-sdk-iotroborunner.gemspec +++ b/gems/aws-sdk-iotroborunner/aws-sdk-iotroborunner.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-iotroborunner/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-iotroborunner/lib/aws-sdk-iotroborunner.rb b/gems/aws-sdk-iotroborunner/lib/aws-sdk-iotroborunner.rb index 4777ce3e2fb..b9b5085730c 100644 --- a/gems/aws-sdk-iotroborunner/lib/aws-sdk-iotroborunner.rb +++ b/gems/aws-sdk-iotroborunner/lib/aws-sdk-iotroborunner.rb @@ -52,6 +52,6 @@ # @!group service module Aws::IoTRoboRunner - GEM_VERSION = '1.3.0' + GEM_VERSION = '1.4.0' end diff --git a/gems/aws-sdk-iotroborunner/lib/aws-sdk-iotroborunner/client.rb b/gems/aws-sdk-iotroborunner/lib/aws-sdk-iotroborunner/client.rb index ddbfac54d32..8510e18dd83 100644 --- a/gems/aws-sdk-iotroborunner/lib/aws-sdk-iotroborunner/client.rb +++ b/gems/aws-sdk-iotroborunner/lib/aws-sdk-iotroborunner/client.rb @@ -1295,7 +1295,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-iotroborunner' - context[:gem_version] = '1.3.0' + context[:gem_version] = '1.4.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 bd201e87af0..53aa0100f73 100644 --- a/gems/aws-sdk-iotsecuretunneling/CHANGELOG.md +++ b/gems/aws-sdk-iotsecuretunneling/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.26.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.25.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-iotsecuretunneling/VERSION b/gems/aws-sdk-iotsecuretunneling/VERSION index ad2191947f7..5ff8c4f5d2a 100644 --- a/gems/aws-sdk-iotsecuretunneling/VERSION +++ b/gems/aws-sdk-iotsecuretunneling/VERSION @@ -1 +1 @@ -1.25.0 +1.26.0 diff --git a/gems/aws-sdk-iotsecuretunneling/aws-sdk-iotsecuretunneling.gemspec b/gems/aws-sdk-iotsecuretunneling/aws-sdk-iotsecuretunneling.gemspec index e2e43110784..d79dd4a81b7 100644 --- a/gems/aws-sdk-iotsecuretunneling/aws-sdk-iotsecuretunneling.gemspec +++ b/gems/aws-sdk-iotsecuretunneling/aws-sdk-iotsecuretunneling.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-iotsecuretunneling/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-iotsecuretunneling/lib/aws-sdk-iotsecuretunneling.rb b/gems/aws-sdk-iotsecuretunneling/lib/aws-sdk-iotsecuretunneling.rb index 7858f9ec465..6fdcc6be96f 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.25.0' + GEM_VERSION = '1.26.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 f570c7907ad..e4a4dc539ff 100644 --- a/gems/aws-sdk-iotsecuretunneling/lib/aws-sdk-iotsecuretunneling/client.rb +++ b/gems/aws-sdk-iotsecuretunneling/lib/aws-sdk-iotsecuretunneling/client.rb @@ -729,7 +729,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-iotsecuretunneling' - 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-iotsitewise/CHANGELOG.md b/gems/aws-sdk-iotsitewise/CHANGELOG.md index f8ba76b8ab8..1af89968473 100644 --- a/gems/aws-sdk-iotsitewise/CHANGELOG.md +++ b/gems/aws-sdk-iotsitewise/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.53.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.52.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-iotsitewise/VERSION b/gems/aws-sdk-iotsitewise/VERSION index a63cb35e6f0..3f4830156cb 100644 --- a/gems/aws-sdk-iotsitewise/VERSION +++ b/gems/aws-sdk-iotsitewise/VERSION @@ -1 +1 @@ -1.52.0 +1.53.0 diff --git a/gems/aws-sdk-iotsitewise/aws-sdk-iotsitewise.gemspec b/gems/aws-sdk-iotsitewise/aws-sdk-iotsitewise.gemspec index cffe4b81741..6840f2f891f 100644 --- a/gems/aws-sdk-iotsitewise/aws-sdk-iotsitewise.gemspec +++ b/gems/aws-sdk-iotsitewise/aws-sdk-iotsitewise.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-iotsitewise/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise.rb b/gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise.rb index efc4853fac6..6b853655fa7 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.52.0' + GEM_VERSION = '1.53.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 9f8907c60e2..506012d93d7 100644 --- a/gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/client.rb +++ b/gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/client.rb @@ -5042,7 +5042,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-iotsitewise' - 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-iotthingsgraph/CHANGELOG.md b/gems/aws-sdk-iotthingsgraph/CHANGELOG.md index b219f1295a3..d9d98c2bd0d 100644 --- a/gems/aws-sdk-iotthingsgraph/CHANGELOG.md +++ b/gems/aws-sdk-iotthingsgraph/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.29.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.28.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-iotthingsgraph/VERSION b/gems/aws-sdk-iotthingsgraph/VERSION index cfc730712d5..5e57fb89558 100644 --- a/gems/aws-sdk-iotthingsgraph/VERSION +++ b/gems/aws-sdk-iotthingsgraph/VERSION @@ -1 +1 @@ -1.28.0 +1.29.0 diff --git a/gems/aws-sdk-iotthingsgraph/aws-sdk-iotthingsgraph.gemspec b/gems/aws-sdk-iotthingsgraph/aws-sdk-iotthingsgraph.gemspec index 6117da3d1e5..f96242f4c63 100644 --- a/gems/aws-sdk-iotthingsgraph/aws-sdk-iotthingsgraph.gemspec +++ b/gems/aws-sdk-iotthingsgraph/aws-sdk-iotthingsgraph.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-iotthingsgraph/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph.rb b/gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph.rb index b6976c2b04d..43433408458 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.28.0' + GEM_VERSION = '1.29.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 dc9d47b60c8..a46113f865b 100644 --- a/gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/client.rb +++ b/gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/client.rb @@ -1944,7 +1944,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-iotthingsgraph' - 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-iottwinmaker/CHANGELOG.md b/gems/aws-sdk-iottwinmaker/CHANGELOG.md index 953c455fb4e..4d671173953 100644 --- a/gems/aws-sdk-iottwinmaker/CHANGELOG.md +++ b/gems/aws-sdk-iottwinmaker/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.14.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.13.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-iottwinmaker/VERSION b/gems/aws-sdk-iottwinmaker/VERSION index feaae22bac7..850e742404b 100644 --- a/gems/aws-sdk-iottwinmaker/VERSION +++ b/gems/aws-sdk-iottwinmaker/VERSION @@ -1 +1 @@ -1.13.0 +1.14.0 diff --git a/gems/aws-sdk-iottwinmaker/aws-sdk-iottwinmaker.gemspec b/gems/aws-sdk-iottwinmaker/aws-sdk-iottwinmaker.gemspec index f0fc73c6a5e..f9fa83755fd 100644 --- a/gems/aws-sdk-iottwinmaker/aws-sdk-iottwinmaker.gemspec +++ b/gems/aws-sdk-iottwinmaker/aws-sdk-iottwinmaker.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-iottwinmaker/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker.rb b/gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker.rb index 4de3d6869b6..d579d114f05 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.13.0' + GEM_VERSION = '1.14.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 539f126c7f0..6abd4154ace 100644 --- a/gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/client.rb +++ b/gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/client.rb @@ -2707,7 +2707,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-iottwinmaker' - 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-iotwireless/CHANGELOG.md b/gems/aws-sdk-iotwireless/CHANGELOG.md index 3f32c2d3806..c58adcedcc7 100644 --- a/gems/aws-sdk-iotwireless/CHANGELOG.md +++ b/gems/aws-sdk-iotwireless/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.36.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.35.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-iotwireless/VERSION b/gems/aws-sdk-iotwireless/VERSION index 2aeaa11ee27..39fc130ef85 100644 --- a/gems/aws-sdk-iotwireless/VERSION +++ b/gems/aws-sdk-iotwireless/VERSION @@ -1 +1 @@ -1.35.0 +1.36.0 diff --git a/gems/aws-sdk-iotwireless/aws-sdk-iotwireless.gemspec b/gems/aws-sdk-iotwireless/aws-sdk-iotwireless.gemspec index 33cb2b8e56f..dbd92223894 100644 --- a/gems/aws-sdk-iotwireless/aws-sdk-iotwireless.gemspec +++ b/gems/aws-sdk-iotwireless/aws-sdk-iotwireless.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-iotwireless/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless.rb b/gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless.rb index 8439b1f84ed..6e4be223247 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.35.0' + GEM_VERSION = '1.36.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 21a49745647..dab7ffc5575 100644 --- a/gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/client.rb +++ b/gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/client.rb @@ -4998,7 +4998,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-iotwireless' - 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-ivs/CHANGELOG.md b/gems/aws-sdk-ivs/CHANGELOG.md index ebb300aea98..9bddd0a0876 100644 --- a/gems/aws-sdk-ivs/CHANGELOG.md +++ b/gems/aws-sdk-ivs/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.34.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.33.0 (2023-06-27) ------------------ diff --git a/gems/aws-sdk-ivs/VERSION b/gems/aws-sdk-ivs/VERSION index 7aa332e4163..2b17ffd5042 100644 --- a/gems/aws-sdk-ivs/VERSION +++ b/gems/aws-sdk-ivs/VERSION @@ -1 +1 @@ -1.33.0 +1.34.0 diff --git a/gems/aws-sdk-ivs/aws-sdk-ivs.gemspec b/gems/aws-sdk-ivs/aws-sdk-ivs.gemspec index 4b420e1deb1..9a9a4928db3 100644 --- a/gems/aws-sdk-ivs/aws-sdk-ivs.gemspec +++ b/gems/aws-sdk-ivs/aws-sdk-ivs.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-ivs/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-ivs/lib/aws-sdk-ivs.rb b/gems/aws-sdk-ivs/lib/aws-sdk-ivs.rb index b130d9b4ad2..ab97d77ad03 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.33.0' + GEM_VERSION = '1.34.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 9e30c67a196..e78f0ed77ef 100644 --- a/gems/aws-sdk-ivs/lib/aws-sdk-ivs/client.rb +++ b/gems/aws-sdk-ivs/lib/aws-sdk-ivs/client.rb @@ -1851,7 +1851,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-ivs' - 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-ivschat/CHANGELOG.md b/gems/aws-sdk-ivschat/CHANGELOG.md index 3b3820908d6..a22d50a444d 100644 --- a/gems/aws-sdk-ivschat/CHANGELOG.md +++ b/gems/aws-sdk-ivschat/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.12.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.11.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-ivschat/VERSION b/gems/aws-sdk-ivschat/VERSION index 1cac385c6cb..0eed1a29efd 100644 --- a/gems/aws-sdk-ivschat/VERSION +++ b/gems/aws-sdk-ivschat/VERSION @@ -1 +1 @@ -1.11.0 +1.12.0 diff --git a/gems/aws-sdk-ivschat/aws-sdk-ivschat.gemspec b/gems/aws-sdk-ivschat/aws-sdk-ivschat.gemspec index 6d3acdf3734..7abeb09b4d0 100644 --- a/gems/aws-sdk-ivschat/aws-sdk-ivschat.gemspec +++ b/gems/aws-sdk-ivschat/aws-sdk-ivschat.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-ivschat/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-ivschat/lib/aws-sdk-ivschat.rb b/gems/aws-sdk-ivschat/lib/aws-sdk-ivschat.rb index e4e10ad6a00..657a6d90e9b 100644 --- a/gems/aws-sdk-ivschat/lib/aws-sdk-ivschat.rb +++ b/gems/aws-sdk-ivschat/lib/aws-sdk-ivschat.rb @@ -52,6 +52,6 @@ # @!group service module Aws::Ivschat - GEM_VERSION = '1.11.0' + GEM_VERSION = '1.12.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 e44ea0e1a8c..c2bb1845c64 100644 --- a/gems/aws-sdk-ivschat/lib/aws-sdk-ivschat/client.rb +++ b/gems/aws-sdk-ivschat/lib/aws-sdk-ivschat/client.rb @@ -1243,7 +1243,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-ivschat' - 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-ivsrealtime/CHANGELOG.md b/gems/aws-sdk-ivsrealtime/CHANGELOG.md index 4aaea07f55f..931f101f104 100644 --- a/gems/aws-sdk-ivsrealtime/CHANGELOG.md +++ b/gems/aws-sdk-ivsrealtime/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.5.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.4.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-ivsrealtime/VERSION b/gems/aws-sdk-ivsrealtime/VERSION index 88c5fb891dc..bc80560fad6 100644 --- a/gems/aws-sdk-ivsrealtime/VERSION +++ b/gems/aws-sdk-ivsrealtime/VERSION @@ -1 +1 @@ -1.4.0 +1.5.0 diff --git a/gems/aws-sdk-ivsrealtime/aws-sdk-ivsrealtime.gemspec b/gems/aws-sdk-ivsrealtime/aws-sdk-ivsrealtime.gemspec index c66583946e7..6c11884cfd2 100644 --- a/gems/aws-sdk-ivsrealtime/aws-sdk-ivsrealtime.gemspec +++ b/gems/aws-sdk-ivsrealtime/aws-sdk-ivsrealtime.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-ivsrealtime/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime.rb b/gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime.rb index c69b3b8abf0..aae48d6ba20 100644 --- a/gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime.rb +++ b/gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime.rb @@ -52,6 +52,6 @@ # @!group service module Aws::IVSRealTime - GEM_VERSION = '1.4.0' + GEM_VERSION = '1.5.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 3960721171c..70744445e9a 100644 --- a/gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/client.rb +++ b/gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/client.rb @@ -1037,7 +1037,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-ivsrealtime' - 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-kafka/CHANGELOG.md b/gems/aws-sdk-kafka/CHANGELOG.md index 4ef2cb1912f..bf34f1dddc7 100644 --- a/gems/aws-sdk-kafka/CHANGELOG.md +++ b/gems/aws-sdk-kafka/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.59.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.58.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-kafka/VERSION b/gems/aws-sdk-kafka/VERSION index 79f82f6b8e0..bb120e876c6 100644 --- a/gems/aws-sdk-kafka/VERSION +++ b/gems/aws-sdk-kafka/VERSION @@ -1 +1 @@ -1.58.0 +1.59.0 diff --git a/gems/aws-sdk-kafka/aws-sdk-kafka.gemspec b/gems/aws-sdk-kafka/aws-sdk-kafka.gemspec index e1b36a4f9f8..84443a0bd47 100644 --- a/gems/aws-sdk-kafka/aws-sdk-kafka.gemspec +++ b/gems/aws-sdk-kafka/aws-sdk-kafka.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-kafka/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-kafka/lib/aws-sdk-kafka.rb b/gems/aws-sdk-kafka/lib/aws-sdk-kafka.rb index a746696afe7..ff59fb4f71c 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.58.0' + GEM_VERSION = '1.59.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 21f255b92f7..f64c3c20da1 100644 --- a/gems/aws-sdk-kafka/lib/aws-sdk-kafka/client.rb +++ b/gems/aws-sdk-kafka/lib/aws-sdk-kafka/client.rb @@ -2814,7 +2814,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-kafka' - 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-kafkaconnect/CHANGELOG.md b/gems/aws-sdk-kafkaconnect/CHANGELOG.md index 35d2db35708..1084bf0349d 100644 --- a/gems/aws-sdk-kafkaconnect/CHANGELOG.md +++ b/gems/aws-sdk-kafkaconnect/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.12.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.11.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-kafkaconnect/VERSION b/gems/aws-sdk-kafkaconnect/VERSION index 1cac385c6cb..0eed1a29efd 100644 --- a/gems/aws-sdk-kafkaconnect/VERSION +++ b/gems/aws-sdk-kafkaconnect/VERSION @@ -1 +1 @@ -1.11.0 +1.12.0 diff --git a/gems/aws-sdk-kafkaconnect/aws-sdk-kafkaconnect.gemspec b/gems/aws-sdk-kafkaconnect/aws-sdk-kafkaconnect.gemspec index 72cc39363a2..46e7fcbeec7 100644 --- a/gems/aws-sdk-kafkaconnect/aws-sdk-kafkaconnect.gemspec +++ b/gems/aws-sdk-kafkaconnect/aws-sdk-kafkaconnect.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-kafkaconnect/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect.rb b/gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect.rb index 3e70608ddfa..d4cc32ab9e2 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.11.0' + GEM_VERSION = '1.12.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 55a7d96cb52..d36b0266ef4 100644 --- a/gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/client.rb +++ b/gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/client.rb @@ -1093,7 +1093,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-kafkaconnect' - 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-kendra/CHANGELOG.md b/gems/aws-sdk-kendra/CHANGELOG.md index ec9ad9014e3..f2d2bb4c9ee 100644 --- a/gems/aws-sdk-kendra/CHANGELOG.md +++ b/gems/aws-sdk-kendra/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.69.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.68.0 (2023-06-22) ------------------ diff --git a/gems/aws-sdk-kendra/VERSION b/gems/aws-sdk-kendra/VERSION index ee2f4ca9130..49349856550 100644 --- a/gems/aws-sdk-kendra/VERSION +++ b/gems/aws-sdk-kendra/VERSION @@ -1 +1 @@ -1.68.0 +1.69.0 diff --git a/gems/aws-sdk-kendra/aws-sdk-kendra.gemspec b/gems/aws-sdk-kendra/aws-sdk-kendra.gemspec index d060f82ed54..7c8966f8fcd 100644 --- a/gems/aws-sdk-kendra/aws-sdk-kendra.gemspec +++ b/gems/aws-sdk-kendra/aws-sdk-kendra.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-kendra/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-kendra/lib/aws-sdk-kendra.rb b/gems/aws-sdk-kendra/lib/aws-sdk-kendra.rb index 4b2a51fac43..69e0d3aacae 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.68.0' + GEM_VERSION = '1.69.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 ab2402c1b41..259afc90da4 100644 --- a/gems/aws-sdk-kendra/lib/aws-sdk-kendra/client.rb +++ b/gems/aws-sdk-kendra/lib/aws-sdk-kendra/client.rb @@ -7163,7 +7163,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-kendra' - 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-kendraranking/CHANGELOG.md b/gems/aws-sdk-kendraranking/CHANGELOG.md index a9ae9478c59..8e8e677be9b 100644 --- a/gems/aws-sdk-kendraranking/CHANGELOG.md +++ b/gems/aws-sdk-kendraranking/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.4.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.3.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-kendraranking/VERSION b/gems/aws-sdk-kendraranking/VERSION index f0bb29e7638..88c5fb891dc 100644 --- a/gems/aws-sdk-kendraranking/VERSION +++ b/gems/aws-sdk-kendraranking/VERSION @@ -1 +1 @@ -1.3.0 +1.4.0 diff --git a/gems/aws-sdk-kendraranking/aws-sdk-kendraranking.gemspec b/gems/aws-sdk-kendraranking/aws-sdk-kendraranking.gemspec index e059a70ae7b..cc6fc77a8e8 100644 --- a/gems/aws-sdk-kendraranking/aws-sdk-kendraranking.gemspec +++ b/gems/aws-sdk-kendraranking/aws-sdk-kendraranking.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-kendraranking/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-kendraranking/lib/aws-sdk-kendraranking.rb b/gems/aws-sdk-kendraranking/lib/aws-sdk-kendraranking.rb index f3ed3d5af21..ec197a43b0b 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.3.0' + GEM_VERSION = '1.4.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 fd6345e6577..314c097d2c7 100644 --- a/gems/aws-sdk-kendraranking/lib/aws-sdk-kendraranking/client.rb +++ b/gems/aws-sdk-kendraranking/lib/aws-sdk-kendraranking/client.rb @@ -797,7 +797,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-kendraranking' - context[:gem_version] = '1.3.0' + context[:gem_version] = '1.4.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 eb4f0eb09f3..a4485b860df 100644 --- a/gems/aws-sdk-keyspaces/CHANGELOG.md +++ b/gems/aws-sdk-keyspaces/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.10.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.9.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-keyspaces/VERSION b/gems/aws-sdk-keyspaces/VERSION index f8e233b2733..81c871de46b 100644 --- a/gems/aws-sdk-keyspaces/VERSION +++ b/gems/aws-sdk-keyspaces/VERSION @@ -1 +1 @@ -1.9.0 +1.10.0 diff --git a/gems/aws-sdk-keyspaces/aws-sdk-keyspaces.gemspec b/gems/aws-sdk-keyspaces/aws-sdk-keyspaces.gemspec index 7ee692a7cd9..e727d1aa99e 100644 --- a/gems/aws-sdk-keyspaces/aws-sdk-keyspaces.gemspec +++ b/gems/aws-sdk-keyspaces/aws-sdk-keyspaces.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-keyspaces/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces.rb b/gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces.rb index e15130f4fb1..268be5dceca 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.9.0' + GEM_VERSION = '1.10.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 0519b7cb1db..0b1ca84a27e 100644 --- a/gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/client.rb +++ b/gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/client.rb @@ -1439,7 +1439,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-keyspaces' - 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-kinesis/CHANGELOG.md b/gems/aws-sdk-kinesis/CHANGELOG.md index dd887d79a7c..0513b4963ef 100644 --- a/gems/aws-sdk-kinesis/CHANGELOG.md +++ b/gems/aws-sdk-kinesis/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.48.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.47.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-kinesis/VERSION b/gems/aws-sdk-kinesis/VERSION index 21998d3c2d9..9db5ea12f52 100644 --- a/gems/aws-sdk-kinesis/VERSION +++ b/gems/aws-sdk-kinesis/VERSION @@ -1 +1 @@ -1.47.0 +1.48.0 diff --git a/gems/aws-sdk-kinesis/aws-sdk-kinesis.gemspec b/gems/aws-sdk-kinesis/aws-sdk-kinesis.gemspec index 20747b549a3..2c91c68b246 100644 --- a/gems/aws-sdk-kinesis/aws-sdk-kinesis.gemspec +++ b/gems/aws-sdk-kinesis/aws-sdk-kinesis.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-kinesis/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-kinesis/lib/aws-sdk-kinesis.rb b/gems/aws-sdk-kinesis/lib/aws-sdk-kinesis.rb index 9b771c1505c..0f300e9fd2f 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.47.0' + GEM_VERSION = '1.48.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 d60975eaba7..3714bc28533 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 @@ -600,7 +600,7 @@ def build_request(operation_name, params = {}) http_response: Seahorse::Client::Http::AsyncResponse.new, config: config) context[:gem_name] = 'aws-sdk-kinesis' - 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-kinesis/lib/aws-sdk-kinesis/client.rb b/gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/client.rb index 4b1eba3377c..5a31963a6fc 100644 --- a/gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/client.rb +++ b/gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/client.rb @@ -2621,7 +2621,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-kinesis' - 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-kinesisanalytics/CHANGELOG.md b/gems/aws-sdk-kinesisanalytics/CHANGELOG.md index 44ed30e6282..691cc614a13 100644 --- a/gems/aws-sdk-kinesisanalytics/CHANGELOG.md +++ b/gems/aws-sdk-kinesisanalytics/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.45.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.44.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-kinesisanalytics/VERSION b/gems/aws-sdk-kinesisanalytics/VERSION index 372cf402c73..50aceaa7b71 100644 --- a/gems/aws-sdk-kinesisanalytics/VERSION +++ b/gems/aws-sdk-kinesisanalytics/VERSION @@ -1 +1 @@ -1.44.0 +1.45.0 diff --git a/gems/aws-sdk-kinesisanalytics/aws-sdk-kinesisanalytics.gemspec b/gems/aws-sdk-kinesisanalytics/aws-sdk-kinesisanalytics.gemspec index e28b1515897..a9f69f571e3 100644 --- a/gems/aws-sdk-kinesisanalytics/aws-sdk-kinesisanalytics.gemspec +++ b/gems/aws-sdk-kinesisanalytics/aws-sdk-kinesisanalytics.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-kinesisanalytics/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-kinesisanalytics/lib/aws-sdk-kinesisanalytics.rb b/gems/aws-sdk-kinesisanalytics/lib/aws-sdk-kinesisanalytics.rb index 7464fb9bffa..74f1c2c29d2 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.44.0' + GEM_VERSION = '1.45.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 af594643c2f..caf9c89a7ed 100644 --- a/gems/aws-sdk-kinesisanalytics/lib/aws-sdk-kinesisanalytics/client.rb +++ b/gems/aws-sdk-kinesisanalytics/lib/aws-sdk-kinesisanalytics/client.rb @@ -1976,7 +1976,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-kinesisanalytics' - 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-kinesisanalyticsv2/CHANGELOG.md b/gems/aws-sdk-kinesisanalyticsv2/CHANGELOG.md index 27fb0b35fec..205c480c516 100644 --- a/gems/aws-sdk-kinesisanalyticsv2/CHANGELOG.md +++ b/gems/aws-sdk-kinesisanalyticsv2/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.46.0 (2023-06-28) +------------------ + +* Feature - Support for new runtime environment in Kinesis Data Analytics Studio: Zeppelin-0.10, Apache Flink-1.15 + 1.45.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-kinesisanalyticsv2/VERSION b/gems/aws-sdk-kinesisanalyticsv2/VERSION index 50aceaa7b71..0a3db35b241 100644 --- a/gems/aws-sdk-kinesisanalyticsv2/VERSION +++ b/gems/aws-sdk-kinesisanalyticsv2/VERSION @@ -1 +1 @@ -1.45.0 +1.46.0 diff --git a/gems/aws-sdk-kinesisanalyticsv2/aws-sdk-kinesisanalyticsv2.gemspec b/gems/aws-sdk-kinesisanalyticsv2/aws-sdk-kinesisanalyticsv2.gemspec index 757b0852251..d0c87e7ff3d 100644 --- a/gems/aws-sdk-kinesisanalyticsv2/aws-sdk-kinesisanalyticsv2.gemspec +++ b/gems/aws-sdk-kinesisanalyticsv2/aws-sdk-kinesisanalyticsv2.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-kinesisanalyticsv2/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-kinesisanalyticsv2/lib/aws-sdk-kinesisanalyticsv2.rb b/gems/aws-sdk-kinesisanalyticsv2/lib/aws-sdk-kinesisanalyticsv2.rb index c471afb1c14..79f086449b5 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.45.0' + GEM_VERSION = '1.46.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 90d5d8a3b9a..0a6fdedaec9 100644 --- a/gems/aws-sdk-kinesisanalyticsv2/lib/aws-sdk-kinesisanalyticsv2/client.rb +++ b/gems/aws-sdk-kinesisanalyticsv2/lib/aws-sdk-kinesisanalyticsv2/client.rb @@ -933,7 +933,7 @@ def add_application_vpc_configuration(params = {}, options = {}) # resp = client.create_application({ # application_name: "ApplicationName", # required # application_description: "ApplicationDescription", - # runtime_environment: "SQL-1_0", # required, accepts SQL-1_0, FLINK-1_6, FLINK-1_8, ZEPPELIN-FLINK-1_0, FLINK-1_11, FLINK-1_13, ZEPPELIN-FLINK-2_0, FLINK-1_15 + # runtime_environment: "SQL-1_0", # required, accepts SQL-1_0, FLINK-1_6, FLINK-1_8, ZEPPELIN-FLINK-1_0, FLINK-1_11, FLINK-1_13, ZEPPELIN-FLINK-2_0, FLINK-1_15, ZEPPELIN-FLINK-3_0 # service_execution_role: "RoleARN", # required # application_configuration: { # sql_application_configuration: { @@ -1128,7 +1128,7 @@ def add_application_vpc_configuration(params = {}, options = {}) # resp.application_detail.application_arn #=> String # resp.application_detail.application_description #=> String # resp.application_detail.application_name #=> String - # resp.application_detail.runtime_environment #=> String, one of "SQL-1_0", "FLINK-1_6", "FLINK-1_8", "ZEPPELIN-FLINK-1_0", "FLINK-1_11", "FLINK-1_13", "ZEPPELIN-FLINK-2_0", "FLINK-1_15" + # resp.application_detail.runtime_environment #=> String, one of "SQL-1_0", "FLINK-1_6", "FLINK-1_8", "ZEPPELIN-FLINK-1_0", "FLINK-1_11", "FLINK-1_13", "ZEPPELIN-FLINK-2_0", "FLINK-1_15", "ZEPPELIN-FLINK-3_0" # resp.application_detail.service_execution_role #=> String # resp.application_detail.application_status #=> String, one of "DELETING", "STARTING", "STOPPING", "READY", "RUNNING", "UPDATING", "AUTOSCALING", "FORCE_STOPPING", "ROLLING_BACK", "MAINTENANCE", "ROLLED_BACK" # resp.application_detail.application_version_id #=> Integer @@ -1669,7 +1669,7 @@ def delete_application_vpc_configuration(params = {}, options = {}) # resp.application_detail.application_arn #=> String # resp.application_detail.application_description #=> String # resp.application_detail.application_name #=> String - # resp.application_detail.runtime_environment #=> String, one of "SQL-1_0", "FLINK-1_6", "FLINK-1_8", "ZEPPELIN-FLINK-1_0", "FLINK-1_11", "FLINK-1_13", "ZEPPELIN-FLINK-2_0", "FLINK-1_15" + # resp.application_detail.runtime_environment #=> String, one of "SQL-1_0", "FLINK-1_6", "FLINK-1_8", "ZEPPELIN-FLINK-1_0", "FLINK-1_11", "FLINK-1_13", "ZEPPELIN-FLINK-2_0", "FLINK-1_15", "ZEPPELIN-FLINK-3_0" # resp.application_detail.service_execution_role #=> String # resp.application_detail.application_status #=> String, one of "DELETING", "STARTING", "STOPPING", "READY", "RUNNING", "UPDATING", "AUTOSCALING", "FORCE_STOPPING", "ROLLING_BACK", "MAINTENANCE", "ROLLED_BACK" # resp.application_detail.application_version_id #=> Integer @@ -1859,7 +1859,7 @@ def describe_application_snapshot(params = {}, options = {}) # resp.application_version_detail.application_arn #=> String # resp.application_version_detail.application_description #=> String # resp.application_version_detail.application_name #=> String - # resp.application_version_detail.runtime_environment #=> String, one of "SQL-1_0", "FLINK-1_6", "FLINK-1_8", "ZEPPELIN-FLINK-1_0", "FLINK-1_11", "FLINK-1_13", "ZEPPELIN-FLINK-2_0", "FLINK-1_15" + # resp.application_version_detail.runtime_environment #=> String, one of "SQL-1_0", "FLINK-1_6", "FLINK-1_8", "ZEPPELIN-FLINK-1_0", "FLINK-1_11", "FLINK-1_13", "ZEPPELIN-FLINK-2_0", "FLINK-1_15", "ZEPPELIN-FLINK-3_0" # resp.application_version_detail.service_execution_role #=> String # resp.application_version_detail.application_status #=> String, one of "DELETING", "STARTING", "STOPPING", "READY", "RUNNING", "UPDATING", "AUTOSCALING", "FORCE_STOPPING", "ROLLING_BACK", "MAINTENANCE", "ROLLED_BACK" # resp.application_version_detail.application_version_id #=> Integer @@ -2205,7 +2205,7 @@ def list_application_versions(params = {}, options = {}) # resp.application_summaries[0].application_arn #=> String # resp.application_summaries[0].application_status #=> String, one of "DELETING", "STARTING", "STOPPING", "READY", "RUNNING", "UPDATING", "AUTOSCALING", "FORCE_STOPPING", "ROLLING_BACK", "MAINTENANCE", "ROLLED_BACK" # resp.application_summaries[0].application_version_id #=> Integer - # resp.application_summaries[0].runtime_environment #=> String, one of "SQL-1_0", "FLINK-1_6", "FLINK-1_8", "ZEPPELIN-FLINK-1_0", "FLINK-1_11", "FLINK-1_13", "ZEPPELIN-FLINK-2_0", "FLINK-1_15" + # resp.application_summaries[0].runtime_environment #=> String, one of "SQL-1_0", "FLINK-1_6", "FLINK-1_8", "ZEPPELIN-FLINK-1_0", "FLINK-1_11", "FLINK-1_13", "ZEPPELIN-FLINK-2_0", "FLINK-1_15", "ZEPPELIN-FLINK-3_0" # resp.application_summaries[0].application_mode #=> String, one of "STREAMING", "INTERACTIVE" # resp.next_token #=> String # @@ -2289,7 +2289,7 @@ def list_tags_for_resource(params = {}, options = {}) # resp.application_detail.application_arn #=> String # resp.application_detail.application_description #=> String # resp.application_detail.application_name #=> String - # resp.application_detail.runtime_environment #=> String, one of "SQL-1_0", "FLINK-1_6", "FLINK-1_8", "ZEPPELIN-FLINK-1_0", "FLINK-1_11", "FLINK-1_13", "ZEPPELIN-FLINK-2_0", "FLINK-1_15" + # resp.application_detail.runtime_environment #=> String, one of "SQL-1_0", "FLINK-1_6", "FLINK-1_8", "ZEPPELIN-FLINK-1_0", "FLINK-1_11", "FLINK-1_13", "ZEPPELIN-FLINK-2_0", "FLINK-1_15", "ZEPPELIN-FLINK-3_0" # resp.application_detail.service_execution_role #=> String # resp.application_detail.application_status #=> String, one of "DELETING", "STARTING", "STOPPING", "READY", "RUNNING", "UPDATING", "AUTOSCALING", "FORCE_STOPPING", "ROLLING_BACK", "MAINTENANCE", "ROLLED_BACK" # resp.application_detail.application_version_id #=> Integer @@ -2832,7 +2832,7 @@ def untag_resource(params = {}, options = {}) # resp.application_detail.application_arn #=> String # resp.application_detail.application_description #=> String # resp.application_detail.application_name #=> String - # resp.application_detail.runtime_environment #=> String, one of "SQL-1_0", "FLINK-1_6", "FLINK-1_8", "ZEPPELIN-FLINK-1_0", "FLINK-1_11", "FLINK-1_13", "ZEPPELIN-FLINK-2_0", "FLINK-1_15" + # resp.application_detail.runtime_environment #=> String, one of "SQL-1_0", "FLINK-1_6", "FLINK-1_8", "ZEPPELIN-FLINK-1_0", "FLINK-1_11", "FLINK-1_13", "ZEPPELIN-FLINK-2_0", "FLINK-1_15", "ZEPPELIN-FLINK-3_0" # resp.application_detail.service_execution_role #=> String # resp.application_detail.application_status #=> String, one of "DELETING", "STARTING", "STOPPING", "READY", "RUNNING", "UPDATING", "AUTOSCALING", "FORCE_STOPPING", "ROLLING_BACK", "MAINTENANCE", "ROLLED_BACK" # resp.application_detail.application_version_id #=> Integer @@ -3032,7 +3032,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-kinesisanalyticsv2' - 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-kinesisanalyticsv2/lib/aws-sdk-kinesisanalyticsv2/endpoint_provider.rb b/gems/aws-sdk-kinesisanalyticsv2/lib/aws-sdk-kinesisanalyticsv2/endpoint_provider.rb index 172babea1a3..dd311d513c2 100644 --- a/gems/aws-sdk-kinesisanalyticsv2/lib/aws-sdk-kinesisanalyticsv2/endpoint_provider.rb +++ b/gems/aws-sdk-kinesisanalyticsv2/lib/aws-sdk-kinesisanalyticsv2/endpoint_provider.rb @@ -14,36 +14,39 @@ def resolve_endpoint(parameters) use_dual_stack = parameters.use_dual_stack use_fips = parameters.use_fips endpoint = parameters.endpoint - if (partition_result = Aws::Endpoints::Matchers.aws_partition(region)) - if Aws::Endpoints::Matchers.set?(endpoint) && (url = Aws::Endpoints::Matchers.parse_url(endpoint)) - if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true) - raise ArgumentError, "Invalid Configuration: FIPS and custom endpoint are not supported" - end - if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true) - raise ArgumentError, "Invalid Configuration: Dualstack and custom endpoint are not supported" - end - return Aws::Endpoints::Endpoint.new(url: endpoint, headers: {}, properties: {}) - end - if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true) && Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true) - if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS")) && Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack")) - return Aws::Endpoints::Endpoint.new(url: "https://kinesisanalytics-fips.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {}) - end - raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both" - end + if Aws::Endpoints::Matchers.set?(endpoint) if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true) - if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS")) - return Aws::Endpoints::Endpoint.new(url: "https://kinesisanalytics-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {}) - end - raise ArgumentError, "FIPS is enabled but this partition does not support FIPS" + raise ArgumentError, "Invalid Configuration: FIPS and custom endpoint are not supported" end if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true) - if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack")) - return Aws::Endpoints::Endpoint.new(url: "https://kinesisanalytics.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {}) + raise ArgumentError, "Invalid Configuration: Dualstack and custom endpoint are not supported" + end + return Aws::Endpoints::Endpoint.new(url: endpoint, headers: {}, properties: {}) + end + if Aws::Endpoints::Matchers.set?(region) + if (partition_result = Aws::Endpoints::Matchers.aws_partition(region)) + if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true) && Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true) + if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS")) && Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack")) + return Aws::Endpoints::Endpoint.new(url: "https://kinesisanalytics-fips.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {}) + end + raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both" + end + if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true) + if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS")) + return Aws::Endpoints::Endpoint.new(url: "https://kinesisanalytics-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {}) + end + raise ArgumentError, "FIPS is enabled but this partition does not support FIPS" + end + if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true) + if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack")) + return Aws::Endpoints::Endpoint.new(url: "https://kinesisanalytics.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {}) + end + raise ArgumentError, "DualStack is enabled but this partition does not support DualStack" end - raise ArgumentError, "DualStack is enabled but this partition does not support DualStack" + return Aws::Endpoints::Endpoint.new(url: "https://kinesisanalytics.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {}) end - return Aws::Endpoints::Endpoint.new(url: "https://kinesisanalytics.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {}) end + raise ArgumentError, "Invalid Configuration: Missing Region" raise ArgumentError, 'No endpoint could be resolved' end diff --git a/gems/aws-sdk-kinesisanalyticsv2/spec/endpoint_provider_spec.rb b/gems/aws-sdk-kinesisanalyticsv2/spec/endpoint_provider_spec.rb index 8fe0dc09859..686377b0d7e 100644 --- a/gems/aws-sdk-kinesisanalyticsv2/spec/endpoint_provider_spec.rb +++ b/gems/aws-sdk-kinesisanalyticsv2/spec/endpoint_provider_spec.rb @@ -14,769 +14,13 @@ module Aws::KinesisAnalyticsV2 describe EndpointProvider do subject { Aws::KinesisAnalyticsV2::EndpointProvider.new } - context 'For region ap-south-1 with FIPS enabled and DualStack enabled' do - let(:expected) do - {"endpoint"=>{"url"=>"https://kinesisanalytics-fips.ap-south-1.api.aws"}} - end - - it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>true, :region=>"ap-south-1", :use_dual_stack=>true}) - endpoint = subject.resolve_endpoint(params) - expect(endpoint.url).to eq(expected['endpoint']['url']) - expect(endpoint.headers).to eq(expected['endpoint']['headers'] || {}) - expect(endpoint.properties).to eq(expected['endpoint']['properties'] || {}) - end - end - - context 'For region ap-south-1 with FIPS enabled and DualStack disabled' do - let(:expected) do - {"endpoint"=>{"url"=>"https://kinesisanalytics-fips.ap-south-1.amazonaws.com"}} - end - - it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>true, :region=>"ap-south-1", :use_dual_stack=>false}) - endpoint = subject.resolve_endpoint(params) - expect(endpoint.url).to eq(expected['endpoint']['url']) - expect(endpoint.headers).to eq(expected['endpoint']['headers'] || {}) - expect(endpoint.properties).to eq(expected['endpoint']['properties'] || {}) - end - end - - context 'For region ap-south-1 with FIPS disabled and DualStack enabled' do - let(:expected) do - {"endpoint"=>{"url"=>"https://kinesisanalytics.ap-south-1.api.aws"}} - end - - it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>false, :region=>"ap-south-1", :use_dual_stack=>true}) - endpoint = subject.resolve_endpoint(params) - expect(endpoint.url).to eq(expected['endpoint']['url']) - expect(endpoint.headers).to eq(expected['endpoint']['headers'] || {}) - expect(endpoint.properties).to eq(expected['endpoint']['properties'] || {}) - end - end - - context 'For region ap-south-1 with FIPS disabled and DualStack disabled' do - let(:expected) do - {"endpoint"=>{"url"=>"https://kinesisanalytics.ap-south-1.amazonaws.com"}} - end - - it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>false, :region=>"ap-south-1", :use_dual_stack=>false}) - endpoint = subject.resolve_endpoint(params) - expect(endpoint.url).to eq(expected['endpoint']['url']) - expect(endpoint.headers).to eq(expected['endpoint']['headers'] || {}) - expect(endpoint.properties).to eq(expected['endpoint']['properties'] || {}) - end - end - - context 'For region eu-south-1 with FIPS enabled and DualStack enabled' do - let(:expected) do - {"endpoint"=>{"url"=>"https://kinesisanalytics-fips.eu-south-1.api.aws"}} - end - - it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>true, :region=>"eu-south-1", :use_dual_stack=>true}) - endpoint = subject.resolve_endpoint(params) - expect(endpoint.url).to eq(expected['endpoint']['url']) - expect(endpoint.headers).to eq(expected['endpoint']['headers'] || {}) - expect(endpoint.properties).to eq(expected['endpoint']['properties'] || {}) - end - end - - context 'For region eu-south-1 with FIPS enabled and DualStack disabled' do - let(:expected) do - {"endpoint"=>{"url"=>"https://kinesisanalytics-fips.eu-south-1.amazonaws.com"}} - end - - it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>true, :region=>"eu-south-1", :use_dual_stack=>false}) - endpoint = subject.resolve_endpoint(params) - expect(endpoint.url).to eq(expected['endpoint']['url']) - expect(endpoint.headers).to eq(expected['endpoint']['headers'] || {}) - expect(endpoint.properties).to eq(expected['endpoint']['properties'] || {}) - end - end - - context 'For region eu-south-1 with FIPS disabled and DualStack enabled' do - let(:expected) do - {"endpoint"=>{"url"=>"https://kinesisanalytics.eu-south-1.api.aws"}} - end - - it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>false, :region=>"eu-south-1", :use_dual_stack=>true}) - endpoint = subject.resolve_endpoint(params) - expect(endpoint.url).to eq(expected['endpoint']['url']) - expect(endpoint.headers).to eq(expected['endpoint']['headers'] || {}) - expect(endpoint.properties).to eq(expected['endpoint']['properties'] || {}) - end - end - - context 'For region eu-south-1 with FIPS disabled and DualStack disabled' do - let(:expected) do - {"endpoint"=>{"url"=>"https://kinesisanalytics.eu-south-1.amazonaws.com"}} - end - - it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>false, :region=>"eu-south-1", :use_dual_stack=>false}) - endpoint = subject.resolve_endpoint(params) - expect(endpoint.url).to eq(expected['endpoint']['url']) - expect(endpoint.headers).to eq(expected['endpoint']['headers'] || {}) - expect(endpoint.properties).to eq(expected['endpoint']['properties'] || {}) - end - end - - context 'For region us-gov-east-1 with FIPS enabled and DualStack enabled' do - let(:expected) do - {"endpoint"=>{"url"=>"https://kinesisanalytics-fips.us-gov-east-1.api.aws"}} - end - - it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>true, :region=>"us-gov-east-1", :use_dual_stack=>true}) - endpoint = subject.resolve_endpoint(params) - expect(endpoint.url).to eq(expected['endpoint']['url']) - expect(endpoint.headers).to eq(expected['endpoint']['headers'] || {}) - expect(endpoint.properties).to eq(expected['endpoint']['properties'] || {}) - end - end - - context 'For region us-gov-east-1 with FIPS disabled and DualStack enabled' do - let(:expected) do - {"endpoint"=>{"url"=>"https://kinesisanalytics.us-gov-east-1.api.aws"}} - end - - it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>false, :region=>"us-gov-east-1", :use_dual_stack=>true}) - endpoint = subject.resolve_endpoint(params) - expect(endpoint.url).to eq(expected['endpoint']['url']) - expect(endpoint.headers).to eq(expected['endpoint']['headers'] || {}) - expect(endpoint.properties).to eq(expected['endpoint']['properties'] || {}) - end - end - - context 'For region us-gov-east-1 with FIPS disabled and DualStack disabled' do - let(:expected) do - {"endpoint"=>{"url"=>"https://kinesisanalytics.us-gov-east-1.amazonaws.com"}} - end - - it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>false, :region=>"us-gov-east-1", :use_dual_stack=>false}) - endpoint = subject.resolve_endpoint(params) - expect(endpoint.url).to eq(expected['endpoint']['url']) - expect(endpoint.headers).to eq(expected['endpoint']['headers'] || {}) - expect(endpoint.properties).to eq(expected['endpoint']['properties'] || {}) - end - end - - context 'For region me-central-1 with FIPS enabled and DualStack enabled' do - let(:expected) do - {"endpoint"=>{"url"=>"https://kinesisanalytics-fips.me-central-1.api.aws"}} - end - - it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>true, :region=>"me-central-1", :use_dual_stack=>true}) - endpoint = subject.resolve_endpoint(params) - expect(endpoint.url).to eq(expected['endpoint']['url']) - expect(endpoint.headers).to eq(expected['endpoint']['headers'] || {}) - expect(endpoint.properties).to eq(expected['endpoint']['properties'] || {}) - end - end - - context 'For region me-central-1 with FIPS enabled and DualStack disabled' do - let(:expected) do - {"endpoint"=>{"url"=>"https://kinesisanalytics-fips.me-central-1.amazonaws.com"}} - end - - it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>true, :region=>"me-central-1", :use_dual_stack=>false}) - endpoint = subject.resolve_endpoint(params) - expect(endpoint.url).to eq(expected['endpoint']['url']) - expect(endpoint.headers).to eq(expected['endpoint']['headers'] || {}) - expect(endpoint.properties).to eq(expected['endpoint']['properties'] || {}) - end - end - - context 'For region me-central-1 with FIPS disabled and DualStack enabled' do - let(:expected) do - {"endpoint"=>{"url"=>"https://kinesisanalytics.me-central-1.api.aws"}} - end - - it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>false, :region=>"me-central-1", :use_dual_stack=>true}) - endpoint = subject.resolve_endpoint(params) - expect(endpoint.url).to eq(expected['endpoint']['url']) - expect(endpoint.headers).to eq(expected['endpoint']['headers'] || {}) - expect(endpoint.properties).to eq(expected['endpoint']['properties'] || {}) - end - end - - context 'For region me-central-1 with FIPS disabled and DualStack disabled' do - let(:expected) do - {"endpoint"=>{"url"=>"https://kinesisanalytics.me-central-1.amazonaws.com"}} - end - - it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>false, :region=>"me-central-1", :use_dual_stack=>false}) - endpoint = subject.resolve_endpoint(params) - expect(endpoint.url).to eq(expected['endpoint']['url']) - expect(endpoint.headers).to eq(expected['endpoint']['headers'] || {}) - expect(endpoint.properties).to eq(expected['endpoint']['properties'] || {}) - end - end - - context 'For region ca-central-1 with FIPS enabled and DualStack enabled' do - let(:expected) do - {"endpoint"=>{"url"=>"https://kinesisanalytics-fips.ca-central-1.api.aws"}} - end - - it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>true, :region=>"ca-central-1", :use_dual_stack=>true}) - endpoint = subject.resolve_endpoint(params) - expect(endpoint.url).to eq(expected['endpoint']['url']) - expect(endpoint.headers).to eq(expected['endpoint']['headers'] || {}) - expect(endpoint.properties).to eq(expected['endpoint']['properties'] || {}) - end - end - - context 'For region ca-central-1 with FIPS enabled and DualStack disabled' do - let(:expected) do - {"endpoint"=>{"url"=>"https://kinesisanalytics-fips.ca-central-1.amazonaws.com"}} - end - - it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>true, :region=>"ca-central-1", :use_dual_stack=>false}) - endpoint = subject.resolve_endpoint(params) - expect(endpoint.url).to eq(expected['endpoint']['url']) - expect(endpoint.headers).to eq(expected['endpoint']['headers'] || {}) - expect(endpoint.properties).to eq(expected['endpoint']['properties'] || {}) - end - end - - context 'For region ca-central-1 with FIPS disabled and DualStack enabled' do - let(:expected) do - {"endpoint"=>{"url"=>"https://kinesisanalytics.ca-central-1.api.aws"}} - end - - it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>false, :region=>"ca-central-1", :use_dual_stack=>true}) - endpoint = subject.resolve_endpoint(params) - expect(endpoint.url).to eq(expected['endpoint']['url']) - expect(endpoint.headers).to eq(expected['endpoint']['headers'] || {}) - expect(endpoint.properties).to eq(expected['endpoint']['properties'] || {}) - end - end - - context 'For region ca-central-1 with FIPS disabled and DualStack disabled' do - let(:expected) do - {"endpoint"=>{"url"=>"https://kinesisanalytics.ca-central-1.amazonaws.com"}} - end - - it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>false, :region=>"ca-central-1", :use_dual_stack=>false}) - endpoint = subject.resolve_endpoint(params) - expect(endpoint.url).to eq(expected['endpoint']['url']) - expect(endpoint.headers).to eq(expected['endpoint']['headers'] || {}) - expect(endpoint.properties).to eq(expected['endpoint']['properties'] || {}) - end - end - - context 'For region eu-central-1 with FIPS enabled and DualStack enabled' do - let(:expected) do - {"endpoint"=>{"url"=>"https://kinesisanalytics-fips.eu-central-1.api.aws"}} - end - - it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>true, :region=>"eu-central-1", :use_dual_stack=>true}) - endpoint = subject.resolve_endpoint(params) - expect(endpoint.url).to eq(expected['endpoint']['url']) - expect(endpoint.headers).to eq(expected['endpoint']['headers'] || {}) - expect(endpoint.properties).to eq(expected['endpoint']['properties'] || {}) - end - end - - context 'For region eu-central-1 with FIPS enabled and DualStack disabled' do - let(:expected) do - {"endpoint"=>{"url"=>"https://kinesisanalytics-fips.eu-central-1.amazonaws.com"}} - end - - it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>true, :region=>"eu-central-1", :use_dual_stack=>false}) - endpoint = subject.resolve_endpoint(params) - expect(endpoint.url).to eq(expected['endpoint']['url']) - expect(endpoint.headers).to eq(expected['endpoint']['headers'] || {}) - expect(endpoint.properties).to eq(expected['endpoint']['properties'] || {}) - end - end - - context 'For region eu-central-1 with FIPS disabled and DualStack enabled' do - let(:expected) do - {"endpoint"=>{"url"=>"https://kinesisanalytics.eu-central-1.api.aws"}} - end - - it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>false, :region=>"eu-central-1", :use_dual_stack=>true}) - endpoint = subject.resolve_endpoint(params) - expect(endpoint.url).to eq(expected['endpoint']['url']) - expect(endpoint.headers).to eq(expected['endpoint']['headers'] || {}) - expect(endpoint.properties).to eq(expected['endpoint']['properties'] || {}) - end - end - - context 'For region eu-central-1 with FIPS disabled and DualStack disabled' do - let(:expected) do - {"endpoint"=>{"url"=>"https://kinesisanalytics.eu-central-1.amazonaws.com"}} - end - - it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>false, :region=>"eu-central-1", :use_dual_stack=>false}) - endpoint = subject.resolve_endpoint(params) - expect(endpoint.url).to eq(expected['endpoint']['url']) - expect(endpoint.headers).to eq(expected['endpoint']['headers'] || {}) - expect(endpoint.properties).to eq(expected['endpoint']['properties'] || {}) - end - end - - context 'For region us-west-1 with FIPS enabled and DualStack enabled' do - let(:expected) do - {"endpoint"=>{"url"=>"https://kinesisanalytics-fips.us-west-1.api.aws"}} - end - - it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>true, :region=>"us-west-1", :use_dual_stack=>true}) - endpoint = subject.resolve_endpoint(params) - expect(endpoint.url).to eq(expected['endpoint']['url']) - expect(endpoint.headers).to eq(expected['endpoint']['headers'] || {}) - expect(endpoint.properties).to eq(expected['endpoint']['properties'] || {}) - end - end - - context 'For region us-west-1 with FIPS enabled and DualStack disabled' do - let(:expected) do - {"endpoint"=>{"url"=>"https://kinesisanalytics-fips.us-west-1.amazonaws.com"}} - end - - it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>true, :region=>"us-west-1", :use_dual_stack=>false}) - endpoint = subject.resolve_endpoint(params) - expect(endpoint.url).to eq(expected['endpoint']['url']) - expect(endpoint.headers).to eq(expected['endpoint']['headers'] || {}) - expect(endpoint.properties).to eq(expected['endpoint']['properties'] || {}) - end - end - - context 'For region us-west-1 with FIPS disabled and DualStack enabled' do - let(:expected) do - {"endpoint"=>{"url"=>"https://kinesisanalytics.us-west-1.api.aws"}} - end - - it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>false, :region=>"us-west-1", :use_dual_stack=>true}) - endpoint = subject.resolve_endpoint(params) - expect(endpoint.url).to eq(expected['endpoint']['url']) - expect(endpoint.headers).to eq(expected['endpoint']['headers'] || {}) - expect(endpoint.properties).to eq(expected['endpoint']['properties'] || {}) - end - end - - context 'For region us-west-1 with FIPS disabled and DualStack disabled' do - let(:expected) do - {"endpoint"=>{"url"=>"https://kinesisanalytics.us-west-1.amazonaws.com"}} - end - - it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>false, :region=>"us-west-1", :use_dual_stack=>false}) - endpoint = subject.resolve_endpoint(params) - expect(endpoint.url).to eq(expected['endpoint']['url']) - expect(endpoint.headers).to eq(expected['endpoint']['headers'] || {}) - expect(endpoint.properties).to eq(expected['endpoint']['properties'] || {}) - end - end - - context 'For region us-west-2 with FIPS enabled and DualStack enabled' do - let(:expected) do - {"endpoint"=>{"url"=>"https://kinesisanalytics-fips.us-west-2.api.aws"}} - end - - it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>true, :region=>"us-west-2", :use_dual_stack=>true}) - endpoint = subject.resolve_endpoint(params) - expect(endpoint.url).to eq(expected['endpoint']['url']) - expect(endpoint.headers).to eq(expected['endpoint']['headers'] || {}) - expect(endpoint.properties).to eq(expected['endpoint']['properties'] || {}) - end - end - - context 'For region us-west-2 with FIPS enabled and DualStack disabled' do - let(:expected) do - {"endpoint"=>{"url"=>"https://kinesisanalytics-fips.us-west-2.amazonaws.com"}} - end - - it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>true, :region=>"us-west-2", :use_dual_stack=>false}) - endpoint = subject.resolve_endpoint(params) - expect(endpoint.url).to eq(expected['endpoint']['url']) - expect(endpoint.headers).to eq(expected['endpoint']['headers'] || {}) - expect(endpoint.properties).to eq(expected['endpoint']['properties'] || {}) - end - end - - context 'For region us-west-2 with FIPS disabled and DualStack enabled' do - let(:expected) do - {"endpoint"=>{"url"=>"https://kinesisanalytics.us-west-2.api.aws"}} - end - - it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>false, :region=>"us-west-2", :use_dual_stack=>true}) - endpoint = subject.resolve_endpoint(params) - expect(endpoint.url).to eq(expected['endpoint']['url']) - expect(endpoint.headers).to eq(expected['endpoint']['headers'] || {}) - expect(endpoint.properties).to eq(expected['endpoint']['properties'] || {}) - end - end - - context 'For region us-west-2 with FIPS disabled and DualStack disabled' do - let(:expected) do - {"endpoint"=>{"url"=>"https://kinesisanalytics.us-west-2.amazonaws.com"}} - end - - it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>false, :region=>"us-west-2", :use_dual_stack=>false}) - endpoint = subject.resolve_endpoint(params) - expect(endpoint.url).to eq(expected['endpoint']['url']) - expect(endpoint.headers).to eq(expected['endpoint']['headers'] || {}) - expect(endpoint.properties).to eq(expected['endpoint']['properties'] || {}) - end - end - - context 'For region af-south-1 with FIPS enabled and DualStack enabled' do - let(:expected) do - {"endpoint"=>{"url"=>"https://kinesisanalytics-fips.af-south-1.api.aws"}} - end - - it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>true, :region=>"af-south-1", :use_dual_stack=>true}) - endpoint = subject.resolve_endpoint(params) - expect(endpoint.url).to eq(expected['endpoint']['url']) - expect(endpoint.headers).to eq(expected['endpoint']['headers'] || {}) - expect(endpoint.properties).to eq(expected['endpoint']['properties'] || {}) - end - end - - context 'For region af-south-1 with FIPS enabled and DualStack disabled' do - let(:expected) do - {"endpoint"=>{"url"=>"https://kinesisanalytics-fips.af-south-1.amazonaws.com"}} - end - - it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>true, :region=>"af-south-1", :use_dual_stack=>false}) - endpoint = subject.resolve_endpoint(params) - expect(endpoint.url).to eq(expected['endpoint']['url']) - expect(endpoint.headers).to eq(expected['endpoint']['headers'] || {}) - expect(endpoint.properties).to eq(expected['endpoint']['properties'] || {}) - end - end - - context 'For region af-south-1 with FIPS disabled and DualStack enabled' do - let(:expected) do - {"endpoint"=>{"url"=>"https://kinesisanalytics.af-south-1.api.aws"}} - end - - it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>false, :region=>"af-south-1", :use_dual_stack=>true}) - endpoint = subject.resolve_endpoint(params) - expect(endpoint.url).to eq(expected['endpoint']['url']) - expect(endpoint.headers).to eq(expected['endpoint']['headers'] || {}) - expect(endpoint.properties).to eq(expected['endpoint']['properties'] || {}) - end - end - - context 'For region af-south-1 with FIPS disabled and DualStack disabled' do - let(:expected) do - {"endpoint"=>{"url"=>"https://kinesisanalytics.af-south-1.amazonaws.com"}} - end - - it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>false, :region=>"af-south-1", :use_dual_stack=>false}) - endpoint = subject.resolve_endpoint(params) - expect(endpoint.url).to eq(expected['endpoint']['url']) - expect(endpoint.headers).to eq(expected['endpoint']['headers'] || {}) - expect(endpoint.properties).to eq(expected['endpoint']['properties'] || {}) - end - end - - context 'For region eu-north-1 with FIPS enabled and DualStack enabled' do - let(:expected) do - {"endpoint"=>{"url"=>"https://kinesisanalytics-fips.eu-north-1.api.aws"}} - end - - it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>true, :region=>"eu-north-1", :use_dual_stack=>true}) - endpoint = subject.resolve_endpoint(params) - expect(endpoint.url).to eq(expected['endpoint']['url']) - expect(endpoint.headers).to eq(expected['endpoint']['headers'] || {}) - expect(endpoint.properties).to eq(expected['endpoint']['properties'] || {}) - end - end - - context 'For region eu-north-1 with FIPS enabled and DualStack disabled' do - let(:expected) do - {"endpoint"=>{"url"=>"https://kinesisanalytics-fips.eu-north-1.amazonaws.com"}} - end - - it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>true, :region=>"eu-north-1", :use_dual_stack=>false}) - endpoint = subject.resolve_endpoint(params) - expect(endpoint.url).to eq(expected['endpoint']['url']) - expect(endpoint.headers).to eq(expected['endpoint']['headers'] || {}) - expect(endpoint.properties).to eq(expected['endpoint']['properties'] || {}) - end - end - - context 'For region eu-north-1 with FIPS disabled and DualStack enabled' do - let(:expected) do - {"endpoint"=>{"url"=>"https://kinesisanalytics.eu-north-1.api.aws"}} - end - - it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>false, :region=>"eu-north-1", :use_dual_stack=>true}) - endpoint = subject.resolve_endpoint(params) - expect(endpoint.url).to eq(expected['endpoint']['url']) - expect(endpoint.headers).to eq(expected['endpoint']['headers'] || {}) - expect(endpoint.properties).to eq(expected['endpoint']['properties'] || {}) - end - end - - context 'For region eu-north-1 with FIPS disabled and DualStack disabled' do - let(:expected) do - {"endpoint"=>{"url"=>"https://kinesisanalytics.eu-north-1.amazonaws.com"}} - end - - it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>false, :region=>"eu-north-1", :use_dual_stack=>false}) - endpoint = subject.resolve_endpoint(params) - expect(endpoint.url).to eq(expected['endpoint']['url']) - expect(endpoint.headers).to eq(expected['endpoint']['headers'] || {}) - expect(endpoint.properties).to eq(expected['endpoint']['properties'] || {}) - end - end - - context 'For region eu-west-3 with FIPS enabled and DualStack enabled' do - let(:expected) do - {"endpoint"=>{"url"=>"https://kinesisanalytics-fips.eu-west-3.api.aws"}} - end - - it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>true, :region=>"eu-west-3", :use_dual_stack=>true}) - endpoint = subject.resolve_endpoint(params) - expect(endpoint.url).to eq(expected['endpoint']['url']) - expect(endpoint.headers).to eq(expected['endpoint']['headers'] || {}) - expect(endpoint.properties).to eq(expected['endpoint']['properties'] || {}) - end - end - - context 'For region eu-west-3 with FIPS enabled and DualStack disabled' do - let(:expected) do - {"endpoint"=>{"url"=>"https://kinesisanalytics-fips.eu-west-3.amazonaws.com"}} - end - - it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>true, :region=>"eu-west-3", :use_dual_stack=>false}) - endpoint = subject.resolve_endpoint(params) - expect(endpoint.url).to eq(expected['endpoint']['url']) - expect(endpoint.headers).to eq(expected['endpoint']['headers'] || {}) - expect(endpoint.properties).to eq(expected['endpoint']['properties'] || {}) - end - end - - context 'For region eu-west-3 with FIPS disabled and DualStack enabled' do - let(:expected) do - {"endpoint"=>{"url"=>"https://kinesisanalytics.eu-west-3.api.aws"}} - end - - it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>false, :region=>"eu-west-3", :use_dual_stack=>true}) - endpoint = subject.resolve_endpoint(params) - expect(endpoint.url).to eq(expected['endpoint']['url']) - expect(endpoint.headers).to eq(expected['endpoint']['headers'] || {}) - expect(endpoint.properties).to eq(expected['endpoint']['properties'] || {}) - end - end - - context 'For region eu-west-3 with FIPS disabled and DualStack disabled' do - let(:expected) do - {"endpoint"=>{"url"=>"https://kinesisanalytics.eu-west-3.amazonaws.com"}} - end - - it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>false, :region=>"eu-west-3", :use_dual_stack=>false}) - endpoint = subject.resolve_endpoint(params) - expect(endpoint.url).to eq(expected['endpoint']['url']) - expect(endpoint.headers).to eq(expected['endpoint']['headers'] || {}) - expect(endpoint.properties).to eq(expected['endpoint']['properties'] || {}) - end - end - - context 'For region eu-west-2 with FIPS enabled and DualStack enabled' do - let(:expected) do - {"endpoint"=>{"url"=>"https://kinesisanalytics-fips.eu-west-2.api.aws"}} - end - - it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>true, :region=>"eu-west-2", :use_dual_stack=>true}) - endpoint = subject.resolve_endpoint(params) - expect(endpoint.url).to eq(expected['endpoint']['url']) - expect(endpoint.headers).to eq(expected['endpoint']['headers'] || {}) - expect(endpoint.properties).to eq(expected['endpoint']['properties'] || {}) - end - end - - context 'For region eu-west-2 with FIPS enabled and DualStack disabled' do - let(:expected) do - {"endpoint"=>{"url"=>"https://kinesisanalytics-fips.eu-west-2.amazonaws.com"}} - end - - it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>true, :region=>"eu-west-2", :use_dual_stack=>false}) - endpoint = subject.resolve_endpoint(params) - expect(endpoint.url).to eq(expected['endpoint']['url']) - expect(endpoint.headers).to eq(expected['endpoint']['headers'] || {}) - expect(endpoint.properties).to eq(expected['endpoint']['properties'] || {}) - end - end - - context 'For region eu-west-2 with FIPS disabled and DualStack enabled' do - let(:expected) do - {"endpoint"=>{"url"=>"https://kinesisanalytics.eu-west-2.api.aws"}} - end - - it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>false, :region=>"eu-west-2", :use_dual_stack=>true}) - endpoint = subject.resolve_endpoint(params) - expect(endpoint.url).to eq(expected['endpoint']['url']) - expect(endpoint.headers).to eq(expected['endpoint']['headers'] || {}) - expect(endpoint.properties).to eq(expected['endpoint']['properties'] || {}) - end - end - - context 'For region eu-west-2 with FIPS disabled and DualStack disabled' do - let(:expected) do - {"endpoint"=>{"url"=>"https://kinesisanalytics.eu-west-2.amazonaws.com"}} - end - - it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>false, :region=>"eu-west-2", :use_dual_stack=>false}) - endpoint = subject.resolve_endpoint(params) - expect(endpoint.url).to eq(expected['endpoint']['url']) - expect(endpoint.headers).to eq(expected['endpoint']['headers'] || {}) - expect(endpoint.properties).to eq(expected['endpoint']['properties'] || {}) - end - end - - context 'For region eu-west-1 with FIPS enabled and DualStack enabled' do - let(:expected) do - {"endpoint"=>{"url"=>"https://kinesisanalytics-fips.eu-west-1.api.aws"}} - end - - it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>true, :region=>"eu-west-1", :use_dual_stack=>true}) - endpoint = subject.resolve_endpoint(params) - expect(endpoint.url).to eq(expected['endpoint']['url']) - expect(endpoint.headers).to eq(expected['endpoint']['headers'] || {}) - expect(endpoint.properties).to eq(expected['endpoint']['properties'] || {}) - end - end - - context 'For region eu-west-1 with FIPS enabled and DualStack disabled' do - let(:expected) do - {"endpoint"=>{"url"=>"https://kinesisanalytics-fips.eu-west-1.amazonaws.com"}} - end - - it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>true, :region=>"eu-west-1", :use_dual_stack=>false}) - endpoint = subject.resolve_endpoint(params) - expect(endpoint.url).to eq(expected['endpoint']['url']) - expect(endpoint.headers).to eq(expected['endpoint']['headers'] || {}) - expect(endpoint.properties).to eq(expected['endpoint']['properties'] || {}) - end - end - - context 'For region eu-west-1 with FIPS disabled and DualStack enabled' do - let(:expected) do - {"endpoint"=>{"url"=>"https://kinesisanalytics.eu-west-1.api.aws"}} - end - - it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>false, :region=>"eu-west-1", :use_dual_stack=>true}) - endpoint = subject.resolve_endpoint(params) - expect(endpoint.url).to eq(expected['endpoint']['url']) - expect(endpoint.headers).to eq(expected['endpoint']['headers'] || {}) - expect(endpoint.properties).to eq(expected['endpoint']['properties'] || {}) - end - end - - context 'For region eu-west-1 with FIPS disabled and DualStack disabled' do - let(:expected) do - {"endpoint"=>{"url"=>"https://kinesisanalytics.eu-west-1.amazonaws.com"}} - end - - it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>false, :region=>"eu-west-1", :use_dual_stack=>false}) - endpoint = subject.resolve_endpoint(params) - expect(endpoint.url).to eq(expected['endpoint']['url']) - expect(endpoint.headers).to eq(expected['endpoint']['headers'] || {}) - expect(endpoint.properties).to eq(expected['endpoint']['properties'] || {}) - end - end - - context 'For region ap-northeast-3 with FIPS enabled and DualStack enabled' do - let(:expected) do - {"endpoint"=>{"url"=>"https://kinesisanalytics-fips.ap-northeast-3.api.aws"}} - end - - it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>true, :region=>"ap-northeast-3", :use_dual_stack=>true}) - endpoint = subject.resolve_endpoint(params) - expect(endpoint.url).to eq(expected['endpoint']['url']) - expect(endpoint.headers).to eq(expected['endpoint']['headers'] || {}) - expect(endpoint.properties).to eq(expected['endpoint']['properties'] || {}) - end - end - - context 'For region ap-northeast-3 with FIPS enabled and DualStack disabled' do - let(:expected) do - {"endpoint"=>{"url"=>"https://kinesisanalytics-fips.ap-northeast-3.amazonaws.com"}} - end - - it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>true, :region=>"ap-northeast-3", :use_dual_stack=>false}) - endpoint = subject.resolve_endpoint(params) - expect(endpoint.url).to eq(expected['endpoint']['url']) - expect(endpoint.headers).to eq(expected['endpoint']['headers'] || {}) - expect(endpoint.properties).to eq(expected['endpoint']['properties'] || {}) - end - end - - context 'For region ap-northeast-3 with FIPS disabled and DualStack enabled' do - let(:expected) do - {"endpoint"=>{"url"=>"https://kinesisanalytics.ap-northeast-3.api.aws"}} - end - - it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>false, :region=>"ap-northeast-3", :use_dual_stack=>true}) - endpoint = subject.resolve_endpoint(params) - expect(endpoint.url).to eq(expected['endpoint']['url']) - expect(endpoint.headers).to eq(expected['endpoint']['headers'] || {}) - expect(endpoint.properties).to eq(expected['endpoint']['properties'] || {}) - end - end - - context 'For region ap-northeast-3 with FIPS disabled and DualStack disabled' do + context 'For region af-south-1 with FIPS disabled and DualStack disabled' do let(:expected) do - {"endpoint"=>{"url"=>"https://kinesisanalytics.ap-northeast-3.amazonaws.com"}} + {"endpoint"=>{"url"=>"https://kinesisanalytics.af-south-1.amazonaws.com"}} end it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>false, :region=>"ap-northeast-3", :use_dual_stack=>false}) + params = EndpointParameters.new(**{:region=>"af-south-1", :use_fips=>false, :use_dual_stack=>false}) endpoint = subject.resolve_endpoint(params) expect(endpoint.url).to eq(expected['endpoint']['url']) expect(endpoint.headers).to eq(expected['endpoint']['headers'] || {}) @@ -784,13 +28,13 @@ module Aws::KinesisAnalyticsV2 end end - context 'For region ap-northeast-2 with FIPS enabled and DualStack enabled' do + context 'For region ap-east-1 with FIPS disabled and DualStack disabled' do let(:expected) do - {"endpoint"=>{"url"=>"https://kinesisanalytics-fips.ap-northeast-2.api.aws"}} + {"endpoint"=>{"url"=>"https://kinesisanalytics.ap-east-1.amazonaws.com"}} end it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>true, :region=>"ap-northeast-2", :use_dual_stack=>true}) + params = EndpointParameters.new(**{:region=>"ap-east-1", :use_fips=>false, :use_dual_stack=>false}) endpoint = subject.resolve_endpoint(params) expect(endpoint.url).to eq(expected['endpoint']['url']) expect(endpoint.headers).to eq(expected['endpoint']['headers'] || {}) @@ -798,13 +42,13 @@ module Aws::KinesisAnalyticsV2 end end - context 'For region ap-northeast-2 with FIPS enabled and DualStack disabled' do + context 'For region ap-northeast-1 with FIPS disabled and DualStack disabled' do let(:expected) do - {"endpoint"=>{"url"=>"https://kinesisanalytics-fips.ap-northeast-2.amazonaws.com"}} + {"endpoint"=>{"url"=>"https://kinesisanalytics.ap-northeast-1.amazonaws.com"}} end it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>true, :region=>"ap-northeast-2", :use_dual_stack=>false}) + params = EndpointParameters.new(**{:region=>"ap-northeast-1", :use_fips=>false, :use_dual_stack=>false}) endpoint = subject.resolve_endpoint(params) expect(endpoint.url).to eq(expected['endpoint']['url']) expect(endpoint.headers).to eq(expected['endpoint']['headers'] || {}) @@ -812,13 +56,13 @@ module Aws::KinesisAnalyticsV2 end end - context 'For region ap-northeast-2 with FIPS disabled and DualStack enabled' do + context 'For region ap-northeast-2 with FIPS disabled and DualStack disabled' do let(:expected) do - {"endpoint"=>{"url"=>"https://kinesisanalytics.ap-northeast-2.api.aws"}} + {"endpoint"=>{"url"=>"https://kinesisanalytics.ap-northeast-2.amazonaws.com"}} end it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>false, :region=>"ap-northeast-2", :use_dual_stack=>true}) + params = EndpointParameters.new(**{:region=>"ap-northeast-2", :use_fips=>false, :use_dual_stack=>false}) endpoint = subject.resolve_endpoint(params) expect(endpoint.url).to eq(expected['endpoint']['url']) expect(endpoint.headers).to eq(expected['endpoint']['headers'] || {}) @@ -826,13 +70,13 @@ module Aws::KinesisAnalyticsV2 end end - context 'For region ap-northeast-2 with FIPS disabled and DualStack disabled' do + context 'For region ap-northeast-3 with FIPS disabled and DualStack disabled' do let(:expected) do - {"endpoint"=>{"url"=>"https://kinesisanalytics.ap-northeast-2.amazonaws.com"}} + {"endpoint"=>{"url"=>"https://kinesisanalytics.ap-northeast-3.amazonaws.com"}} end it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>false, :region=>"ap-northeast-2", :use_dual_stack=>false}) + params = EndpointParameters.new(**{:region=>"ap-northeast-3", :use_fips=>false, :use_dual_stack=>false}) endpoint = subject.resolve_endpoint(params) expect(endpoint.url).to eq(expected['endpoint']['url']) expect(endpoint.headers).to eq(expected['endpoint']['headers'] || {}) @@ -840,13 +84,13 @@ module Aws::KinesisAnalyticsV2 end end - context 'For region ap-northeast-1 with FIPS enabled and DualStack enabled' do + context 'For region ap-south-1 with FIPS disabled and DualStack disabled' do let(:expected) do - {"endpoint"=>{"url"=>"https://kinesisanalytics-fips.ap-northeast-1.api.aws"}} + {"endpoint"=>{"url"=>"https://kinesisanalytics.ap-south-1.amazonaws.com"}} end it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>true, :region=>"ap-northeast-1", :use_dual_stack=>true}) + params = EndpointParameters.new(**{:region=>"ap-south-1", :use_fips=>false, :use_dual_stack=>false}) endpoint = subject.resolve_endpoint(params) expect(endpoint.url).to eq(expected['endpoint']['url']) expect(endpoint.headers).to eq(expected['endpoint']['headers'] || {}) @@ -854,13 +98,13 @@ module Aws::KinesisAnalyticsV2 end end - context 'For region ap-northeast-1 with FIPS enabled and DualStack disabled' do + context 'For region ap-southeast-1 with FIPS disabled and DualStack disabled' do let(:expected) do - {"endpoint"=>{"url"=>"https://kinesisanalytics-fips.ap-northeast-1.amazonaws.com"}} + {"endpoint"=>{"url"=>"https://kinesisanalytics.ap-southeast-1.amazonaws.com"}} end it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>true, :region=>"ap-northeast-1", :use_dual_stack=>false}) + params = EndpointParameters.new(**{:region=>"ap-southeast-1", :use_fips=>false, :use_dual_stack=>false}) endpoint = subject.resolve_endpoint(params) expect(endpoint.url).to eq(expected['endpoint']['url']) expect(endpoint.headers).to eq(expected['endpoint']['headers'] || {}) @@ -868,13 +112,13 @@ module Aws::KinesisAnalyticsV2 end end - context 'For region ap-northeast-1 with FIPS disabled and DualStack enabled' do + context 'For region ap-southeast-2 with FIPS disabled and DualStack disabled' do let(:expected) do - {"endpoint"=>{"url"=>"https://kinesisanalytics.ap-northeast-1.api.aws"}} + {"endpoint"=>{"url"=>"https://kinesisanalytics.ap-southeast-2.amazonaws.com"}} end it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>false, :region=>"ap-northeast-1", :use_dual_stack=>true}) + params = EndpointParameters.new(**{:region=>"ap-southeast-2", :use_fips=>false, :use_dual_stack=>false}) endpoint = subject.resolve_endpoint(params) expect(endpoint.url).to eq(expected['endpoint']['url']) expect(endpoint.headers).to eq(expected['endpoint']['headers'] || {}) @@ -882,13 +126,13 @@ module Aws::KinesisAnalyticsV2 end end - context 'For region ap-northeast-1 with FIPS disabled and DualStack disabled' do + context 'For region ca-central-1 with FIPS disabled and DualStack disabled' do let(:expected) do - {"endpoint"=>{"url"=>"https://kinesisanalytics.ap-northeast-1.amazonaws.com"}} + {"endpoint"=>{"url"=>"https://kinesisanalytics.ca-central-1.amazonaws.com"}} end it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>false, :region=>"ap-northeast-1", :use_dual_stack=>false}) + params = EndpointParameters.new(**{:region=>"ca-central-1", :use_fips=>false, :use_dual_stack=>false}) endpoint = subject.resolve_endpoint(params) expect(endpoint.url).to eq(expected['endpoint']['url']) expect(endpoint.headers).to eq(expected['endpoint']['headers'] || {}) @@ -896,13 +140,13 @@ module Aws::KinesisAnalyticsV2 end end - context 'For region me-south-1 with FIPS enabled and DualStack enabled' do + context 'For region eu-central-1 with FIPS disabled and DualStack disabled' do let(:expected) do - {"endpoint"=>{"url"=>"https://kinesisanalytics-fips.me-south-1.api.aws"}} + {"endpoint"=>{"url"=>"https://kinesisanalytics.eu-central-1.amazonaws.com"}} end it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>true, :region=>"me-south-1", :use_dual_stack=>true}) + params = EndpointParameters.new(**{:region=>"eu-central-1", :use_fips=>false, :use_dual_stack=>false}) endpoint = subject.resolve_endpoint(params) expect(endpoint.url).to eq(expected['endpoint']['url']) expect(endpoint.headers).to eq(expected['endpoint']['headers'] || {}) @@ -910,13 +154,13 @@ module Aws::KinesisAnalyticsV2 end end - context 'For region me-south-1 with FIPS enabled and DualStack disabled' do + context 'For region eu-north-1 with FIPS disabled and DualStack disabled' do let(:expected) do - {"endpoint"=>{"url"=>"https://kinesisanalytics-fips.me-south-1.amazonaws.com"}} + {"endpoint"=>{"url"=>"https://kinesisanalytics.eu-north-1.amazonaws.com"}} end it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>true, :region=>"me-south-1", :use_dual_stack=>false}) + params = EndpointParameters.new(**{:region=>"eu-north-1", :use_fips=>false, :use_dual_stack=>false}) endpoint = subject.resolve_endpoint(params) expect(endpoint.url).to eq(expected['endpoint']['url']) expect(endpoint.headers).to eq(expected['endpoint']['headers'] || {}) @@ -924,13 +168,13 @@ module Aws::KinesisAnalyticsV2 end end - context 'For region me-south-1 with FIPS disabled and DualStack enabled' do + context 'For region eu-south-1 with FIPS disabled and DualStack disabled' do let(:expected) do - {"endpoint"=>{"url"=>"https://kinesisanalytics.me-south-1.api.aws"}} + {"endpoint"=>{"url"=>"https://kinesisanalytics.eu-south-1.amazonaws.com"}} end it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>false, :region=>"me-south-1", :use_dual_stack=>true}) + params = EndpointParameters.new(**{:region=>"eu-south-1", :use_fips=>false, :use_dual_stack=>false}) endpoint = subject.resolve_endpoint(params) expect(endpoint.url).to eq(expected['endpoint']['url']) expect(endpoint.headers).to eq(expected['endpoint']['headers'] || {}) @@ -938,13 +182,13 @@ module Aws::KinesisAnalyticsV2 end end - context 'For region me-south-1 with FIPS disabled and DualStack disabled' do + context 'For region eu-west-1 with FIPS disabled and DualStack disabled' do let(:expected) do - {"endpoint"=>{"url"=>"https://kinesisanalytics.me-south-1.amazonaws.com"}} + {"endpoint"=>{"url"=>"https://kinesisanalytics.eu-west-1.amazonaws.com"}} end it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>false, :region=>"me-south-1", :use_dual_stack=>false}) + params = EndpointParameters.new(**{:region=>"eu-west-1", :use_fips=>false, :use_dual_stack=>false}) endpoint = subject.resolve_endpoint(params) expect(endpoint.url).to eq(expected['endpoint']['url']) expect(endpoint.headers).to eq(expected['endpoint']['headers'] || {}) @@ -952,13 +196,13 @@ module Aws::KinesisAnalyticsV2 end end - context 'For region sa-east-1 with FIPS enabled and DualStack enabled' do + context 'For region eu-west-2 with FIPS disabled and DualStack disabled' do let(:expected) do - {"endpoint"=>{"url"=>"https://kinesisanalytics-fips.sa-east-1.api.aws"}} + {"endpoint"=>{"url"=>"https://kinesisanalytics.eu-west-2.amazonaws.com"}} end it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>true, :region=>"sa-east-1", :use_dual_stack=>true}) + params = EndpointParameters.new(**{:region=>"eu-west-2", :use_fips=>false, :use_dual_stack=>false}) endpoint = subject.resolve_endpoint(params) expect(endpoint.url).to eq(expected['endpoint']['url']) expect(endpoint.headers).to eq(expected['endpoint']['headers'] || {}) @@ -966,13 +210,13 @@ module Aws::KinesisAnalyticsV2 end end - context 'For region sa-east-1 with FIPS enabled and DualStack disabled' do + context 'For region eu-west-3 with FIPS disabled and DualStack disabled' do let(:expected) do - {"endpoint"=>{"url"=>"https://kinesisanalytics-fips.sa-east-1.amazonaws.com"}} + {"endpoint"=>{"url"=>"https://kinesisanalytics.eu-west-3.amazonaws.com"}} end it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>true, :region=>"sa-east-1", :use_dual_stack=>false}) + params = EndpointParameters.new(**{:region=>"eu-west-3", :use_fips=>false, :use_dual_stack=>false}) endpoint = subject.resolve_endpoint(params) expect(endpoint.url).to eq(expected['endpoint']['url']) expect(endpoint.headers).to eq(expected['endpoint']['headers'] || {}) @@ -980,13 +224,13 @@ module Aws::KinesisAnalyticsV2 end end - context 'For region sa-east-1 with FIPS disabled and DualStack enabled' do + context 'For region me-south-1 with FIPS disabled and DualStack disabled' do let(:expected) do - {"endpoint"=>{"url"=>"https://kinesisanalytics.sa-east-1.api.aws"}} + {"endpoint"=>{"url"=>"https://kinesisanalytics.me-south-1.amazonaws.com"}} end it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>false, :region=>"sa-east-1", :use_dual_stack=>true}) + params = EndpointParameters.new(**{:region=>"me-south-1", :use_fips=>false, :use_dual_stack=>false}) endpoint = subject.resolve_endpoint(params) expect(endpoint.url).to eq(expected['endpoint']['url']) expect(endpoint.headers).to eq(expected['endpoint']['headers'] || {}) @@ -1000,7 +244,7 @@ module Aws::KinesisAnalyticsV2 end it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>false, :region=>"sa-east-1", :use_dual_stack=>false}) + params = EndpointParameters.new(**{:region=>"sa-east-1", :use_fips=>false, :use_dual_stack=>false}) endpoint = subject.resolve_endpoint(params) expect(endpoint.url).to eq(expected['endpoint']['url']) expect(endpoint.headers).to eq(expected['endpoint']['headers'] || {}) @@ -1008,13 +252,13 @@ module Aws::KinesisAnalyticsV2 end end - context 'For region ap-east-1 with FIPS enabled and DualStack enabled' do + context 'For region us-east-1 with FIPS disabled and DualStack disabled' do let(:expected) do - {"endpoint"=>{"url"=>"https://kinesisanalytics-fips.ap-east-1.api.aws"}} + {"endpoint"=>{"url"=>"https://kinesisanalytics.us-east-1.amazonaws.com"}} end it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>true, :region=>"ap-east-1", :use_dual_stack=>true}) + params = EndpointParameters.new(**{:region=>"us-east-1", :use_fips=>false, :use_dual_stack=>false}) endpoint = subject.resolve_endpoint(params) expect(endpoint.url).to eq(expected['endpoint']['url']) expect(endpoint.headers).to eq(expected['endpoint']['headers'] || {}) @@ -1022,13 +266,13 @@ module Aws::KinesisAnalyticsV2 end end - context 'For region ap-east-1 with FIPS enabled and DualStack disabled' do + context 'For region us-east-2 with FIPS disabled and DualStack disabled' do let(:expected) do - {"endpoint"=>{"url"=>"https://kinesisanalytics-fips.ap-east-1.amazonaws.com"}} + {"endpoint"=>{"url"=>"https://kinesisanalytics.us-east-2.amazonaws.com"}} end it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>true, :region=>"ap-east-1", :use_dual_stack=>false}) + params = EndpointParameters.new(**{:region=>"us-east-2", :use_fips=>false, :use_dual_stack=>false}) endpoint = subject.resolve_endpoint(params) expect(endpoint.url).to eq(expected['endpoint']['url']) expect(endpoint.headers).to eq(expected['endpoint']['headers'] || {}) @@ -1036,13 +280,13 @@ module Aws::KinesisAnalyticsV2 end end - context 'For region ap-east-1 with FIPS disabled and DualStack enabled' do + context 'For region us-west-1 with FIPS disabled and DualStack disabled' do let(:expected) do - {"endpoint"=>{"url"=>"https://kinesisanalytics.ap-east-1.api.aws"}} + {"endpoint"=>{"url"=>"https://kinesisanalytics.us-west-1.amazonaws.com"}} end it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>false, :region=>"ap-east-1", :use_dual_stack=>true}) + params = EndpointParameters.new(**{:region=>"us-west-1", :use_fips=>false, :use_dual_stack=>false}) endpoint = subject.resolve_endpoint(params) expect(endpoint.url).to eq(expected['endpoint']['url']) expect(endpoint.headers).to eq(expected['endpoint']['headers'] || {}) @@ -1050,13 +294,13 @@ module Aws::KinesisAnalyticsV2 end end - context 'For region ap-east-1 with FIPS disabled and DualStack disabled' do + context 'For region us-west-2 with FIPS disabled and DualStack disabled' do let(:expected) do - {"endpoint"=>{"url"=>"https://kinesisanalytics.ap-east-1.amazonaws.com"}} + {"endpoint"=>{"url"=>"https://kinesisanalytics.us-west-2.amazonaws.com"}} end it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>false, :region=>"ap-east-1", :use_dual_stack=>false}) + params = EndpointParameters.new(**{:region=>"us-west-2", :use_fips=>false, :use_dual_stack=>false}) endpoint = subject.resolve_endpoint(params) expect(endpoint.url).to eq(expected['endpoint']['url']) expect(endpoint.headers).to eq(expected['endpoint']['headers'] || {}) @@ -1064,13 +308,13 @@ module Aws::KinesisAnalyticsV2 end end - context 'For region cn-north-1 with FIPS enabled and DualStack enabled' do + context 'For region us-east-1 with FIPS enabled and DualStack enabled' do let(:expected) do - {"endpoint"=>{"url"=>"https://kinesisanalytics-fips.cn-north-1.api.amazonwebservices.com.cn"}} + {"endpoint"=>{"url"=>"https://kinesisanalytics-fips.us-east-1.api.aws"}} end it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>true, :region=>"cn-north-1", :use_dual_stack=>true}) + params = EndpointParameters.new(**{:region=>"us-east-1", :use_fips=>true, :use_dual_stack=>true}) endpoint = subject.resolve_endpoint(params) expect(endpoint.url).to eq(expected['endpoint']['url']) expect(endpoint.headers).to eq(expected['endpoint']['headers'] || {}) @@ -1078,13 +322,13 @@ module Aws::KinesisAnalyticsV2 end end - context 'For region cn-north-1 with FIPS enabled and DualStack disabled' do + context 'For region us-east-1 with FIPS enabled and DualStack disabled' do let(:expected) do - {"endpoint"=>{"url"=>"https://kinesisanalytics-fips.cn-north-1.amazonaws.com.cn"}} + {"endpoint"=>{"url"=>"https://kinesisanalytics-fips.us-east-1.amazonaws.com"}} end it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>true, :region=>"cn-north-1", :use_dual_stack=>false}) + params = EndpointParameters.new(**{:region=>"us-east-1", :use_fips=>true, :use_dual_stack=>false}) endpoint = subject.resolve_endpoint(params) expect(endpoint.url).to eq(expected['endpoint']['url']) expect(endpoint.headers).to eq(expected['endpoint']['headers'] || {}) @@ -1092,13 +336,13 @@ module Aws::KinesisAnalyticsV2 end end - context 'For region cn-north-1 with FIPS disabled and DualStack enabled' do + context 'For region us-east-1 with FIPS disabled and DualStack enabled' do let(:expected) do - {"endpoint"=>{"url"=>"https://kinesisanalytics.cn-north-1.api.amazonwebservices.com.cn"}} + {"endpoint"=>{"url"=>"https://kinesisanalytics.us-east-1.api.aws"}} end it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>false, :region=>"cn-north-1", :use_dual_stack=>true}) + params = EndpointParameters.new(**{:region=>"us-east-1", :use_fips=>false, :use_dual_stack=>true}) endpoint = subject.resolve_endpoint(params) expect(endpoint.url).to eq(expected['endpoint']['url']) expect(endpoint.headers).to eq(expected['endpoint']['headers'] || {}) @@ -1112,119 +356,7 @@ module Aws::KinesisAnalyticsV2 end it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>false, :region=>"cn-north-1", :use_dual_stack=>false}) - endpoint = subject.resolve_endpoint(params) - expect(endpoint.url).to eq(expected['endpoint']['url']) - expect(endpoint.headers).to eq(expected['endpoint']['headers'] || {}) - expect(endpoint.properties).to eq(expected['endpoint']['properties'] || {}) - end - end - - context 'For region us-gov-west-1 with FIPS enabled and DualStack enabled' do - let(:expected) do - {"endpoint"=>{"url"=>"https://kinesisanalytics-fips.us-gov-west-1.api.aws"}} - end - - it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>true, :region=>"us-gov-west-1", :use_dual_stack=>true}) - endpoint = subject.resolve_endpoint(params) - expect(endpoint.url).to eq(expected['endpoint']['url']) - expect(endpoint.headers).to eq(expected['endpoint']['headers'] || {}) - expect(endpoint.properties).to eq(expected['endpoint']['properties'] || {}) - end - end - - context 'For region us-gov-west-1 with FIPS disabled and DualStack enabled' do - let(:expected) do - {"endpoint"=>{"url"=>"https://kinesisanalytics.us-gov-west-1.api.aws"}} - end - - it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>false, :region=>"us-gov-west-1", :use_dual_stack=>true}) - endpoint = subject.resolve_endpoint(params) - expect(endpoint.url).to eq(expected['endpoint']['url']) - expect(endpoint.headers).to eq(expected['endpoint']['headers'] || {}) - expect(endpoint.properties).to eq(expected['endpoint']['properties'] || {}) - end - end - - context 'For region us-gov-west-1 with FIPS disabled and DualStack disabled' do - let(:expected) do - {"endpoint"=>{"url"=>"https://kinesisanalytics.us-gov-west-1.amazonaws.com"}} - end - - it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>false, :region=>"us-gov-west-1", :use_dual_stack=>false}) - endpoint = subject.resolve_endpoint(params) - expect(endpoint.url).to eq(expected['endpoint']['url']) - expect(endpoint.headers).to eq(expected['endpoint']['headers'] || {}) - expect(endpoint.properties).to eq(expected['endpoint']['properties'] || {}) - end - end - - context 'For region ap-southeast-1 with FIPS enabled and DualStack enabled' do - let(:expected) do - {"endpoint"=>{"url"=>"https://kinesisanalytics-fips.ap-southeast-1.api.aws"}} - end - - it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>true, :region=>"ap-southeast-1", :use_dual_stack=>true}) - endpoint = subject.resolve_endpoint(params) - expect(endpoint.url).to eq(expected['endpoint']['url']) - expect(endpoint.headers).to eq(expected['endpoint']['headers'] || {}) - expect(endpoint.properties).to eq(expected['endpoint']['properties'] || {}) - end - end - - context 'For region ap-southeast-1 with FIPS enabled and DualStack disabled' do - let(:expected) do - {"endpoint"=>{"url"=>"https://kinesisanalytics-fips.ap-southeast-1.amazonaws.com"}} - end - - it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>true, :region=>"ap-southeast-1", :use_dual_stack=>false}) - endpoint = subject.resolve_endpoint(params) - expect(endpoint.url).to eq(expected['endpoint']['url']) - expect(endpoint.headers).to eq(expected['endpoint']['headers'] || {}) - expect(endpoint.properties).to eq(expected['endpoint']['properties'] || {}) - end - end - - context 'For region ap-southeast-1 with FIPS disabled and DualStack enabled' do - let(:expected) do - {"endpoint"=>{"url"=>"https://kinesisanalytics.ap-southeast-1.api.aws"}} - end - - it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>false, :region=>"ap-southeast-1", :use_dual_stack=>true}) - endpoint = subject.resolve_endpoint(params) - expect(endpoint.url).to eq(expected['endpoint']['url']) - expect(endpoint.headers).to eq(expected['endpoint']['headers'] || {}) - expect(endpoint.properties).to eq(expected['endpoint']['properties'] || {}) - end - end - - context 'For region ap-southeast-1 with FIPS disabled and DualStack disabled' do - let(:expected) do - {"endpoint"=>{"url"=>"https://kinesisanalytics.ap-southeast-1.amazonaws.com"}} - end - - it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>false, :region=>"ap-southeast-1", :use_dual_stack=>false}) - endpoint = subject.resolve_endpoint(params) - expect(endpoint.url).to eq(expected['endpoint']['url']) - expect(endpoint.headers).to eq(expected['endpoint']['headers'] || {}) - expect(endpoint.properties).to eq(expected['endpoint']['properties'] || {}) - end - end - - context 'For region ap-southeast-2 with FIPS enabled and DualStack enabled' do - let(:expected) do - {"endpoint"=>{"url"=>"https://kinesisanalytics-fips.ap-southeast-2.api.aws"}} - end - - it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>true, :region=>"ap-southeast-2", :use_dual_stack=>true}) + params = EndpointParameters.new(**{:region=>"cn-north-1", :use_fips=>false, :use_dual_stack=>false}) endpoint = subject.resolve_endpoint(params) expect(endpoint.url).to eq(expected['endpoint']['url']) expect(endpoint.headers).to eq(expected['endpoint']['headers'] || {}) @@ -1232,13 +364,13 @@ module Aws::KinesisAnalyticsV2 end end - context 'For region ap-southeast-2 with FIPS enabled and DualStack disabled' do + context 'For region cn-northwest-1 with FIPS disabled and DualStack disabled' do let(:expected) do - {"endpoint"=>{"url"=>"https://kinesisanalytics-fips.ap-southeast-2.amazonaws.com"}} + {"endpoint"=>{"url"=>"https://kinesisanalytics.cn-northwest-1.amazonaws.com.cn"}} end it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>true, :region=>"ap-southeast-2", :use_dual_stack=>false}) + params = EndpointParameters.new(**{:region=>"cn-northwest-1", :use_fips=>false, :use_dual_stack=>false}) endpoint = subject.resolve_endpoint(params) expect(endpoint.url).to eq(expected['endpoint']['url']) expect(endpoint.headers).to eq(expected['endpoint']['headers'] || {}) @@ -1246,13 +378,13 @@ module Aws::KinesisAnalyticsV2 end end - context 'For region ap-southeast-2 with FIPS disabled and DualStack enabled' do + context 'For region cn-north-1 with FIPS enabled and DualStack enabled' do let(:expected) do - {"endpoint"=>{"url"=>"https://kinesisanalytics.ap-southeast-2.api.aws"}} + {"endpoint"=>{"url"=>"https://kinesisanalytics-fips.cn-north-1.api.amazonwebservices.com.cn"}} end it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>false, :region=>"ap-southeast-2", :use_dual_stack=>true}) + params = EndpointParameters.new(**{:region=>"cn-north-1", :use_fips=>true, :use_dual_stack=>true}) endpoint = subject.resolve_endpoint(params) expect(endpoint.url).to eq(expected['endpoint']['url']) expect(endpoint.headers).to eq(expected['endpoint']['headers'] || {}) @@ -1260,13 +392,13 @@ module Aws::KinesisAnalyticsV2 end end - context 'For region ap-southeast-2 with FIPS disabled and DualStack disabled' do + context 'For region cn-north-1 with FIPS enabled and DualStack disabled' do let(:expected) do - {"endpoint"=>{"url"=>"https://kinesisanalytics.ap-southeast-2.amazonaws.com"}} + {"endpoint"=>{"url"=>"https://kinesisanalytics-fips.cn-north-1.amazonaws.com.cn"}} end it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>false, :region=>"ap-southeast-2", :use_dual_stack=>false}) + params = EndpointParameters.new(**{:region=>"cn-north-1", :use_fips=>true, :use_dual_stack=>false}) endpoint = subject.resolve_endpoint(params) expect(endpoint.url).to eq(expected['endpoint']['url']) expect(endpoint.headers).to eq(expected['endpoint']['headers'] || {}) @@ -1274,13 +406,13 @@ module Aws::KinesisAnalyticsV2 end end - context 'For region ap-southeast-3 with FIPS enabled and DualStack enabled' do + context 'For region cn-north-1 with FIPS disabled and DualStack enabled' do let(:expected) do - {"endpoint"=>{"url"=>"https://kinesisanalytics-fips.ap-southeast-3.api.aws"}} + {"endpoint"=>{"url"=>"https://kinesisanalytics.cn-north-1.api.amazonwebservices.com.cn"}} end it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>true, :region=>"ap-southeast-3", :use_dual_stack=>true}) + params = EndpointParameters.new(**{:region=>"cn-north-1", :use_fips=>false, :use_dual_stack=>true}) endpoint = subject.resolve_endpoint(params) expect(endpoint.url).to eq(expected['endpoint']['url']) expect(endpoint.headers).to eq(expected['endpoint']['headers'] || {}) @@ -1288,13 +420,13 @@ module Aws::KinesisAnalyticsV2 end end - context 'For region ap-southeast-3 with FIPS enabled and DualStack disabled' do + context 'For region us-gov-east-1 with FIPS disabled and DualStack disabled' do let(:expected) do - {"endpoint"=>{"url"=>"https://kinesisanalytics-fips.ap-southeast-3.amazonaws.com"}} + {"endpoint"=>{"url"=>"https://kinesisanalytics.us-gov-east-1.amazonaws.com"}} end it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>true, :region=>"ap-southeast-3", :use_dual_stack=>false}) + params = EndpointParameters.new(**{:region=>"us-gov-east-1", :use_fips=>false, :use_dual_stack=>false}) endpoint = subject.resolve_endpoint(params) expect(endpoint.url).to eq(expected['endpoint']['url']) expect(endpoint.headers).to eq(expected['endpoint']['headers'] || {}) @@ -1302,13 +434,13 @@ module Aws::KinesisAnalyticsV2 end end - context 'For region ap-southeast-3 with FIPS disabled and DualStack enabled' do + context 'For region us-gov-west-1 with FIPS disabled and DualStack disabled' do let(:expected) do - {"endpoint"=>{"url"=>"https://kinesisanalytics.ap-southeast-3.api.aws"}} + {"endpoint"=>{"url"=>"https://kinesisanalytics.us-gov-west-1.amazonaws.com"}} end it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>false, :region=>"ap-southeast-3", :use_dual_stack=>true}) + params = EndpointParameters.new(**{:region=>"us-gov-west-1", :use_fips=>false, :use_dual_stack=>false}) endpoint = subject.resolve_endpoint(params) expect(endpoint.url).to eq(expected['endpoint']['url']) expect(endpoint.headers).to eq(expected['endpoint']['headers'] || {}) @@ -1316,13 +448,13 @@ module Aws::KinesisAnalyticsV2 end end - context 'For region ap-southeast-3 with FIPS disabled and DualStack disabled' do + context 'For region us-gov-east-1 with FIPS enabled and DualStack enabled' do let(:expected) do - {"endpoint"=>{"url"=>"https://kinesisanalytics.ap-southeast-3.amazonaws.com"}} + {"endpoint"=>{"url"=>"https://kinesisanalytics-fips.us-gov-east-1.api.aws"}} end it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>false, :region=>"ap-southeast-3", :use_dual_stack=>false}) + params = EndpointParameters.new(**{:region=>"us-gov-east-1", :use_fips=>true, :use_dual_stack=>true}) endpoint = subject.resolve_endpoint(params) expect(endpoint.url).to eq(expected['endpoint']['url']) expect(endpoint.headers).to eq(expected['endpoint']['headers'] || {}) @@ -1330,13 +462,13 @@ module Aws::KinesisAnalyticsV2 end end - context 'For region us-east-1 with FIPS enabled and DualStack enabled' do + context 'For region us-gov-east-1 with FIPS enabled and DualStack disabled' do let(:expected) do - {"endpoint"=>{"url"=>"https://kinesisanalytics-fips.us-east-1.api.aws"}} + {"endpoint"=>{"url"=>"https://kinesisanalytics-fips.us-gov-east-1.amazonaws.com"}} end it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>true, :region=>"us-east-1", :use_dual_stack=>true}) + params = EndpointParameters.new(**{:region=>"us-gov-east-1", :use_fips=>true, :use_dual_stack=>false}) endpoint = subject.resolve_endpoint(params) expect(endpoint.url).to eq(expected['endpoint']['url']) expect(endpoint.headers).to eq(expected['endpoint']['headers'] || {}) @@ -1344,13 +476,13 @@ module Aws::KinesisAnalyticsV2 end end - context 'For region us-east-1 with FIPS enabled and DualStack disabled' do + context 'For region us-gov-east-1 with FIPS disabled and DualStack enabled' do let(:expected) do - {"endpoint"=>{"url"=>"https://kinesisanalytics-fips.us-east-1.amazonaws.com"}} + {"endpoint"=>{"url"=>"https://kinesisanalytics.us-gov-east-1.api.aws"}} end it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>true, :region=>"us-east-1", :use_dual_stack=>false}) + params = EndpointParameters.new(**{:region=>"us-gov-east-1", :use_fips=>false, :use_dual_stack=>true}) endpoint = subject.resolve_endpoint(params) expect(endpoint.url).to eq(expected['endpoint']['url']) expect(endpoint.headers).to eq(expected['endpoint']['headers'] || {}) @@ -1358,27 +490,26 @@ module Aws::KinesisAnalyticsV2 end end - context 'For region us-east-1 with FIPS disabled and DualStack enabled' do + context 'For region us-iso-east-1 with FIPS enabled and DualStack enabled' do let(:expected) do - {"endpoint"=>{"url"=>"https://kinesisanalytics.us-east-1.api.aws"}} + {"error"=>"FIPS and DualStack are enabled, but this partition does not support one or both"} end it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>false, :region=>"us-east-1", :use_dual_stack=>true}) - endpoint = subject.resolve_endpoint(params) - expect(endpoint.url).to eq(expected['endpoint']['url']) - expect(endpoint.headers).to eq(expected['endpoint']['headers'] || {}) - expect(endpoint.properties).to eq(expected['endpoint']['properties'] || {}) + params = EndpointParameters.new(**{:region=>"us-iso-east-1", :use_fips=>true, :use_dual_stack=>true}) + expect do + subject.resolve_endpoint(params) + end.to raise_error(ArgumentError, expected['error']) end end - context 'For region us-east-1 with FIPS disabled and DualStack disabled' do + context 'For region us-iso-east-1 with FIPS enabled and DualStack disabled' do let(:expected) do - {"endpoint"=>{"url"=>"https://kinesisanalytics.us-east-1.amazonaws.com"}} + {"endpoint"=>{"url"=>"https://kinesisanalytics-fips.us-iso-east-1.c2s.ic.gov"}} end it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>false, :region=>"us-east-1", :use_dual_stack=>false}) + params = EndpointParameters.new(**{:region=>"us-iso-east-1", :use_fips=>true, :use_dual_stack=>false}) endpoint = subject.resolve_endpoint(params) expect(endpoint.url).to eq(expected['endpoint']['url']) expect(endpoint.headers).to eq(expected['endpoint']['headers'] || {}) @@ -1386,27 +517,26 @@ module Aws::KinesisAnalyticsV2 end end - context 'For region us-east-2 with FIPS enabled and DualStack enabled' do + context 'For region us-iso-east-1 with FIPS disabled and DualStack enabled' do let(:expected) do - {"endpoint"=>{"url"=>"https://kinesisanalytics-fips.us-east-2.api.aws"}} + {"error"=>"DualStack is enabled but this partition does not support DualStack"} end it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>true, :region=>"us-east-2", :use_dual_stack=>true}) - endpoint = subject.resolve_endpoint(params) - expect(endpoint.url).to eq(expected['endpoint']['url']) - expect(endpoint.headers).to eq(expected['endpoint']['headers'] || {}) - expect(endpoint.properties).to eq(expected['endpoint']['properties'] || {}) + params = EndpointParameters.new(**{:region=>"us-iso-east-1", :use_fips=>false, :use_dual_stack=>true}) + expect do + subject.resolve_endpoint(params) + end.to raise_error(ArgumentError, expected['error']) end end - context 'For region us-east-2 with FIPS enabled and DualStack disabled' do + context 'For region us-iso-east-1 with FIPS disabled and DualStack disabled' do let(:expected) do - {"endpoint"=>{"url"=>"https://kinesisanalytics-fips.us-east-2.amazonaws.com"}} + {"endpoint"=>{"url"=>"https://kinesisanalytics.us-iso-east-1.c2s.ic.gov"}} end it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>true, :region=>"us-east-2", :use_dual_stack=>false}) + params = EndpointParameters.new(**{:region=>"us-iso-east-1", :use_fips=>false, :use_dual_stack=>false}) endpoint = subject.resolve_endpoint(params) expect(endpoint.url).to eq(expected['endpoint']['url']) expect(endpoint.headers).to eq(expected['endpoint']['headers'] || {}) @@ -1414,27 +544,26 @@ module Aws::KinesisAnalyticsV2 end end - context 'For region us-east-2 with FIPS disabled and DualStack enabled' do + context 'For region us-isob-east-1 with FIPS enabled and DualStack enabled' do let(:expected) do - {"endpoint"=>{"url"=>"https://kinesisanalytics.us-east-2.api.aws"}} + {"error"=>"FIPS and DualStack are enabled, but this partition does not support one or both"} end it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>false, :region=>"us-east-2", :use_dual_stack=>true}) - endpoint = subject.resolve_endpoint(params) - expect(endpoint.url).to eq(expected['endpoint']['url']) - expect(endpoint.headers).to eq(expected['endpoint']['headers'] || {}) - expect(endpoint.properties).to eq(expected['endpoint']['properties'] || {}) + params = EndpointParameters.new(**{:region=>"us-isob-east-1", :use_fips=>true, :use_dual_stack=>true}) + expect do + subject.resolve_endpoint(params) + end.to raise_error(ArgumentError, expected['error']) end end - context 'For region us-east-2 with FIPS disabled and DualStack disabled' do + context 'For region us-isob-east-1 with FIPS enabled and DualStack disabled' do let(:expected) do - {"endpoint"=>{"url"=>"https://kinesisanalytics.us-east-2.amazonaws.com"}} + {"endpoint"=>{"url"=>"https://kinesisanalytics-fips.us-isob-east-1.sc2s.sgov.gov"}} end it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>false, :region=>"us-east-2", :use_dual_stack=>false}) + params = EndpointParameters.new(**{:region=>"us-isob-east-1", :use_fips=>true, :use_dual_stack=>false}) endpoint = subject.resolve_endpoint(params) expect(endpoint.url).to eq(expected['endpoint']['url']) expect(endpoint.headers).to eq(expected['endpoint']['headers'] || {}) @@ -1442,27 +571,26 @@ module Aws::KinesisAnalyticsV2 end end - context 'For region cn-northwest-1 with FIPS enabled and DualStack enabled' do + context 'For region us-isob-east-1 with FIPS disabled and DualStack enabled' do let(:expected) do - {"endpoint"=>{"url"=>"https://kinesisanalytics-fips.cn-northwest-1.api.amazonwebservices.com.cn"}} + {"error"=>"DualStack is enabled but this partition does not support DualStack"} end it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>true, :region=>"cn-northwest-1", :use_dual_stack=>true}) - endpoint = subject.resolve_endpoint(params) - expect(endpoint.url).to eq(expected['endpoint']['url']) - expect(endpoint.headers).to eq(expected['endpoint']['headers'] || {}) - expect(endpoint.properties).to eq(expected['endpoint']['properties'] || {}) + params = EndpointParameters.new(**{:region=>"us-isob-east-1", :use_fips=>false, :use_dual_stack=>true}) + expect do + subject.resolve_endpoint(params) + end.to raise_error(ArgumentError, expected['error']) end end - context 'For region cn-northwest-1 with FIPS enabled and DualStack disabled' do + context 'For region us-isob-east-1 with FIPS disabled and DualStack disabled' do let(:expected) do - {"endpoint"=>{"url"=>"https://kinesisanalytics-fips.cn-northwest-1.amazonaws.com.cn"}} + {"endpoint"=>{"url"=>"https://kinesisanalytics.us-isob-east-1.sc2s.sgov.gov"}} end it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>true, :region=>"cn-northwest-1", :use_dual_stack=>false}) + params = EndpointParameters.new(**{:region=>"us-isob-east-1", :use_fips=>false, :use_dual_stack=>false}) endpoint = subject.resolve_endpoint(params) expect(endpoint.url).to eq(expected['endpoint']['url']) expect(endpoint.headers).to eq(expected['endpoint']['headers'] || {}) @@ -1470,13 +598,13 @@ module Aws::KinesisAnalyticsV2 end end - context 'For region cn-northwest-1 with FIPS disabled and DualStack enabled' do + context 'For custom endpoint with region set and fips disabled and dualstack disabled' do let(:expected) do - {"endpoint"=>{"url"=>"https://kinesisanalytics.cn-northwest-1.api.amazonwebservices.com.cn"}} + {"endpoint"=>{"url"=>"https://example.com"}} end it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>false, :region=>"cn-northwest-1", :use_dual_stack=>true}) + params = EndpointParameters.new(**{:region=>"us-east-1", :use_fips=>false, :use_dual_stack=>false, :endpoint=>"https://example.com"}) endpoint = subject.resolve_endpoint(params) expect(endpoint.url).to eq(expected['endpoint']['url']) expect(endpoint.headers).to eq(expected['endpoint']['headers'] || {}) @@ -1484,13 +612,13 @@ module Aws::KinesisAnalyticsV2 end end - context 'For region cn-northwest-1 with FIPS disabled and DualStack disabled' do + context 'For custom endpoint with region not set and fips disabled and dualstack disabled' do let(:expected) do - {"endpoint"=>{"url"=>"https://kinesisanalytics.cn-northwest-1.amazonaws.com.cn"}} + {"endpoint"=>{"url"=>"https://example.com"}} end it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>false, :region=>"cn-northwest-1", :use_dual_stack=>false}) + params = EndpointParameters.new(**{:use_fips=>false, :use_dual_stack=>false, :endpoint=>"https://example.com"}) endpoint = subject.resolve_endpoint(params) expect(endpoint.url).to eq(expected['endpoint']['url']) expect(endpoint.headers).to eq(expected['endpoint']['headers'] || {}) @@ -1498,40 +626,39 @@ module Aws::KinesisAnalyticsV2 end end - context 'For custom endpoint with fips disabled and dualstack disabled' do + context 'For custom endpoint with fips enabled and dualstack disabled' do let(:expected) do - {"endpoint"=>{"url"=>"https://example.com"}} + {"error"=>"Invalid Configuration: FIPS and custom endpoint are not supported"} end it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>false, :region=>"us-east-1", :use_dual_stack=>false, :endpoint=>"https://example.com"}) - endpoint = subject.resolve_endpoint(params) - expect(endpoint.url).to eq(expected['endpoint']['url']) - expect(endpoint.headers).to eq(expected['endpoint']['headers'] || {}) - expect(endpoint.properties).to eq(expected['endpoint']['properties'] || {}) + params = EndpointParameters.new(**{:region=>"us-east-1", :use_fips=>true, :use_dual_stack=>false, :endpoint=>"https://example.com"}) + expect do + subject.resolve_endpoint(params) + end.to raise_error(ArgumentError, expected['error']) end end - context 'For custom endpoint with fips enabled and dualstack disabled' do + context 'For custom endpoint with fips disabled and dualstack enabled' do let(:expected) do - {"error"=>"Invalid Configuration: FIPS and custom endpoint are not supported"} + {"error"=>"Invalid Configuration: Dualstack and custom endpoint are not supported"} end it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>true, :region=>"us-east-1", :use_dual_stack=>false, :endpoint=>"https://example.com"}) + params = EndpointParameters.new(**{:region=>"us-east-1", :use_fips=>false, :use_dual_stack=>true, :endpoint=>"https://example.com"}) expect do subject.resolve_endpoint(params) end.to raise_error(ArgumentError, expected['error']) end end - context 'For custom endpoint with fips disabled and dualstack enabled' do + context 'Missing region' do let(:expected) do - {"error"=>"Invalid Configuration: Dualstack and custom endpoint are not supported"} + {"error"=>"Invalid Configuration: Missing Region"} end it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>false, :region=>"us-east-1", :use_dual_stack=>true, :endpoint=>"https://example.com"}) + params = EndpointParameters.new(**{}) expect do subject.resolve_endpoint(params) end.to raise_error(ArgumentError, expected['error']) diff --git a/gems/aws-sdk-kinesisvideo/CHANGELOG.md b/gems/aws-sdk-kinesisvideo/CHANGELOG.md index 5d1f160774c..beeba175e9e 100644 --- a/gems/aws-sdk-kinesisvideo/CHANGELOG.md +++ b/gems/aws-sdk-kinesisvideo/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.50.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.49.0 (2023-06-27) ------------------ diff --git a/gems/aws-sdk-kinesisvideo/VERSION b/gems/aws-sdk-kinesisvideo/VERSION index 7f3a46a841e..5a5c7211dc6 100644 --- a/gems/aws-sdk-kinesisvideo/VERSION +++ b/gems/aws-sdk-kinesisvideo/VERSION @@ -1 +1 @@ -1.49.0 +1.50.0 diff --git a/gems/aws-sdk-kinesisvideo/aws-sdk-kinesisvideo.gemspec b/gems/aws-sdk-kinesisvideo/aws-sdk-kinesisvideo.gemspec index ca336240d3a..89156b1f912 100644 --- a/gems/aws-sdk-kinesisvideo/aws-sdk-kinesisvideo.gemspec +++ b/gems/aws-sdk-kinesisvideo/aws-sdk-kinesisvideo.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-kinesisvideo/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo.rb b/gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo.rb index 42cf78ce921..f7a415ae241 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.49.0' + GEM_VERSION = '1.50.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 424010b503a..0e90ee33a19 100644 --- a/gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/client.rb +++ b/gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/client.rb @@ -1912,7 +1912,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-kinesisvideo' - 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-kinesisvideoarchivedmedia/CHANGELOG.md b/gems/aws-sdk-kinesisvideoarchivedmedia/CHANGELOG.md index e94229510b2..fa077143787 100644 --- a/gems/aws-sdk-kinesisvideoarchivedmedia/CHANGELOG.md +++ b/gems/aws-sdk-kinesisvideoarchivedmedia/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.49.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.48.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-kinesisvideoarchivedmedia/VERSION b/gems/aws-sdk-kinesisvideoarchivedmedia/VERSION index 9db5ea12f52..7f3a46a841e 100644 --- a/gems/aws-sdk-kinesisvideoarchivedmedia/VERSION +++ b/gems/aws-sdk-kinesisvideoarchivedmedia/VERSION @@ -1 +1 @@ -1.48.0 +1.49.0 diff --git a/gems/aws-sdk-kinesisvideoarchivedmedia/aws-sdk-kinesisvideoarchivedmedia.gemspec b/gems/aws-sdk-kinesisvideoarchivedmedia/aws-sdk-kinesisvideoarchivedmedia.gemspec index e4cc45b96e1..95417ca80c7 100644 --- a/gems/aws-sdk-kinesisvideoarchivedmedia/aws-sdk-kinesisvideoarchivedmedia.gemspec +++ b/gems/aws-sdk-kinesisvideoarchivedmedia/aws-sdk-kinesisvideoarchivedmedia.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-kinesisvideoarchivedmedia/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-kinesisvideoarchivedmedia/lib/aws-sdk-kinesisvideoarchivedmedia.rb b/gems/aws-sdk-kinesisvideoarchivedmedia/lib/aws-sdk-kinesisvideoarchivedmedia.rb index 4da2569a0f0..0058e64be46 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.48.0' + GEM_VERSION = '1.49.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 045ded59507..8651ae21019 100644 --- a/gems/aws-sdk-kinesisvideoarchivedmedia/lib/aws-sdk-kinesisvideoarchivedmedia/client.rb +++ b/gems/aws-sdk-kinesisvideoarchivedmedia/lib/aws-sdk-kinesisvideoarchivedmedia/client.rb @@ -1497,7 +1497,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-kinesisvideoarchivedmedia' - 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-kinesisvideomedia/CHANGELOG.md b/gems/aws-sdk-kinesisvideomedia/CHANGELOG.md index 90664b06e14..34e9d3a808d 100644 --- a/gems/aws-sdk-kinesisvideomedia/CHANGELOG.md +++ b/gems/aws-sdk-kinesisvideomedia/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.42.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.41.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-kinesisvideomedia/VERSION b/gems/aws-sdk-kinesisvideomedia/VERSION index 7d47e599800..a50908ca3da 100644 --- a/gems/aws-sdk-kinesisvideomedia/VERSION +++ b/gems/aws-sdk-kinesisvideomedia/VERSION @@ -1 +1 @@ -1.41.0 +1.42.0 diff --git a/gems/aws-sdk-kinesisvideomedia/aws-sdk-kinesisvideomedia.gemspec b/gems/aws-sdk-kinesisvideomedia/aws-sdk-kinesisvideomedia.gemspec index b84c8f832cb..65dbfaeec41 100644 --- a/gems/aws-sdk-kinesisvideomedia/aws-sdk-kinesisvideomedia.gemspec +++ b/gems/aws-sdk-kinesisvideomedia/aws-sdk-kinesisvideomedia.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-kinesisvideomedia/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-kinesisvideomedia/lib/aws-sdk-kinesisvideomedia.rb b/gems/aws-sdk-kinesisvideomedia/lib/aws-sdk-kinesisvideomedia.rb index ad4006ce5bf..5fb01455c01 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.41.0' + GEM_VERSION = '1.42.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 143504faf28..f60246063a7 100644 --- a/gems/aws-sdk-kinesisvideomedia/lib/aws-sdk-kinesisvideomedia/client.rb +++ b/gems/aws-sdk-kinesisvideomedia/lib/aws-sdk-kinesisvideomedia/client.rb @@ -483,7 +483,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-kinesisvideomedia' - 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-kinesisvideosignalingchannels/CHANGELOG.md b/gems/aws-sdk-kinesisvideosignalingchannels/CHANGELOG.md index 39554574f64..bc2c1a22ca5 100644 --- a/gems/aws-sdk-kinesisvideosignalingchannels/CHANGELOG.md +++ b/gems/aws-sdk-kinesisvideosignalingchannels/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.24.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.23.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-kinesisvideosignalingchannels/VERSION b/gems/aws-sdk-kinesisvideosignalingchannels/VERSION index a6c2798a482..53cc1a6f929 100644 --- a/gems/aws-sdk-kinesisvideosignalingchannels/VERSION +++ b/gems/aws-sdk-kinesisvideosignalingchannels/VERSION @@ -1 +1 @@ -1.23.0 +1.24.0 diff --git a/gems/aws-sdk-kinesisvideosignalingchannels/aws-sdk-kinesisvideosignalingchannels.gemspec b/gems/aws-sdk-kinesisvideosignalingchannels/aws-sdk-kinesisvideosignalingchannels.gemspec index 98cebbba9cd..f4ee70ed081 100644 --- a/gems/aws-sdk-kinesisvideosignalingchannels/aws-sdk-kinesisvideosignalingchannels.gemspec +++ b/gems/aws-sdk-kinesisvideosignalingchannels/aws-sdk-kinesisvideosignalingchannels.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-kinesisvideosignalingchannels/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-kinesisvideosignalingchannels/lib/aws-sdk-kinesisvideosignalingchannels.rb b/gems/aws-sdk-kinesisvideosignalingchannels/lib/aws-sdk-kinesisvideosignalingchannels.rb index 922e817eb1c..258235386c8 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.23.0' + GEM_VERSION = '1.24.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 b4b69c1c3fc..bab61d655b2 100644 --- a/gems/aws-sdk-kinesisvideosignalingchannels/lib/aws-sdk-kinesisvideosignalingchannels/client.rb +++ b/gems/aws-sdk-kinesisvideosignalingchannels/lib/aws-sdk-kinesisvideosignalingchannels/client.rb @@ -497,7 +497,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-kinesisvideosignalingchannels' - 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-kinesisvideowebrtcstorage/CHANGELOG.md b/gems/aws-sdk-kinesisvideowebrtcstorage/CHANGELOG.md index 762f6a57804..b94d674630d 100644 --- a/gems/aws-sdk-kinesisvideowebrtcstorage/CHANGELOG.md +++ b/gems/aws-sdk-kinesisvideowebrtcstorage/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.5.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.4.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-kinesisvideowebrtcstorage/VERSION b/gems/aws-sdk-kinesisvideowebrtcstorage/VERSION index 88c5fb891dc..bc80560fad6 100644 --- a/gems/aws-sdk-kinesisvideowebrtcstorage/VERSION +++ b/gems/aws-sdk-kinesisvideowebrtcstorage/VERSION @@ -1 +1 @@ -1.4.0 +1.5.0 diff --git a/gems/aws-sdk-kinesisvideowebrtcstorage/aws-sdk-kinesisvideowebrtcstorage.gemspec b/gems/aws-sdk-kinesisvideowebrtcstorage/aws-sdk-kinesisvideowebrtcstorage.gemspec index 754baf380ff..c284e672cb1 100644 --- a/gems/aws-sdk-kinesisvideowebrtcstorage/aws-sdk-kinesisvideowebrtcstorage.gemspec +++ b/gems/aws-sdk-kinesisvideowebrtcstorage/aws-sdk-kinesisvideowebrtcstorage.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-kinesisvideowebrtcstorage/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-kinesisvideowebrtcstorage/lib/aws-sdk-kinesisvideowebrtcstorage.rb b/gems/aws-sdk-kinesisvideowebrtcstorage/lib/aws-sdk-kinesisvideowebrtcstorage.rb index 8ab0854c7ce..ad8b004d063 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.4.0' + GEM_VERSION = '1.5.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 834de529ed2..bf96c31e46f 100644 --- a/gems/aws-sdk-kinesisvideowebrtcstorage/lib/aws-sdk-kinesisvideowebrtcstorage/client.rb +++ b/gems/aws-sdk-kinesisvideowebrtcstorage/lib/aws-sdk-kinesisvideowebrtcstorage/client.rb @@ -432,7 +432,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-kinesisvideowebrtcstorage' - 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-kms/CHANGELOG.md b/gems/aws-sdk-kms/CHANGELOG.md index 450c071f57c..ba1c0cd8f68 100644 --- a/gems/aws-sdk-kms/CHANGELOG.md +++ b/gems/aws-sdk-kms/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.68.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.67.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-kms/VERSION b/gems/aws-sdk-kms/VERSION index 65ee0959841..ee2f4ca9130 100644 --- a/gems/aws-sdk-kms/VERSION +++ b/gems/aws-sdk-kms/VERSION @@ -1 +1 @@ -1.67.0 +1.68.0 diff --git a/gems/aws-sdk-kms/aws-sdk-kms.gemspec b/gems/aws-sdk-kms/aws-sdk-kms.gemspec index a9148f685dc..fb330c80568 100644 --- a/gems/aws-sdk-kms/aws-sdk-kms.gemspec +++ b/gems/aws-sdk-kms/aws-sdk-kms.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-kms/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-kms/lib/aws-sdk-kms.rb b/gems/aws-sdk-kms/lib/aws-sdk-kms.rb index 08cd90d2cd0..d2e57dfebbc 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.67.0' + GEM_VERSION = '1.68.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 a05e2b987c8..c4a64431480 100644 --- a/gems/aws-sdk-kms/lib/aws-sdk-kms/client.rb +++ b/gems/aws-sdk-kms/lib/aws-sdk-kms/client.rb @@ -9705,7 +9705,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-kms' - 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-lakeformation/CHANGELOG.md b/gems/aws-sdk-lakeformation/CHANGELOG.md index 554969c1e16..87fcaa79a75 100644 --- a/gems/aws-sdk-lakeformation/CHANGELOG.md +++ b/gems/aws-sdk-lakeformation/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.37.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.36.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-lakeformation/VERSION b/gems/aws-sdk-lakeformation/VERSION index 39fc130ef85..bf50e910e62 100644 --- a/gems/aws-sdk-lakeformation/VERSION +++ b/gems/aws-sdk-lakeformation/VERSION @@ -1 +1 @@ -1.36.0 +1.37.0 diff --git a/gems/aws-sdk-lakeformation/aws-sdk-lakeformation.gemspec b/gems/aws-sdk-lakeformation/aws-sdk-lakeformation.gemspec index cae86d97207..8734b09b65e 100644 --- a/gems/aws-sdk-lakeformation/aws-sdk-lakeformation.gemspec +++ b/gems/aws-sdk-lakeformation/aws-sdk-lakeformation.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-lakeformation/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation.rb b/gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation.rb index 6e7dfb4666e..a728c42481e 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.36.0' + GEM_VERSION = '1.37.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 9a8609b9ab6..dfa53c88fdc 100644 --- a/gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/client.rb +++ b/gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/client.rb @@ -3210,7 +3210,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-lakeformation' - 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-lambda/CHANGELOG.md b/gems/aws-sdk-lambda/CHANGELOG.md index 8c230f9294c..c49a11e541f 100644 --- a/gems/aws-sdk-lambda/CHANGELOG.md +++ b/gems/aws-sdk-lambda/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.101.0 (2023-06-28) +------------------ + +* Feature - Surface ResourceConflictException in DeleteEventSourceMapping + 1.100.0 (2023-06-20) ------------------ diff --git a/gems/aws-sdk-lambda/VERSION b/gems/aws-sdk-lambda/VERSION index 7a9fecd3f0e..f19e6677313 100644 --- a/gems/aws-sdk-lambda/VERSION +++ b/gems/aws-sdk-lambda/VERSION @@ -1 +1 @@ -1.100.0 +1.101.0 diff --git a/gems/aws-sdk-lambda/aws-sdk-lambda.gemspec b/gems/aws-sdk-lambda/aws-sdk-lambda.gemspec index 8377afd0ba4..090a3dfbbcf 100644 --- a/gems/aws-sdk-lambda/aws-sdk-lambda.gemspec +++ b/gems/aws-sdk-lambda/aws-sdk-lambda.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-lambda/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-lambda/lib/aws-sdk-lambda.rb b/gems/aws-sdk-lambda/lib/aws-sdk-lambda.rb index d1f114c718d..fdb2353cefb 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.100.0' + GEM_VERSION = '1.101.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 5871e976d57..18d26be0259 100644 --- a/gems/aws-sdk-lambda/lib/aws-sdk-lambda/client.rb +++ b/gems/aws-sdk-lambda/lib/aws-sdk-lambda/client.rb @@ -898,13 +898,13 @@ def create_code_signing_config(params = {}, options = {}) # # @option params [String] :starting_position # The position in a stream from which to start reading. Required for - # Amazon Kinesis, Amazon DynamoDB, and Amazon MSK Streams sources. - # `AT_TIMESTAMP` is supported only for Amazon Kinesis streams and Amazon - # DocumentDB. + # Amazon Kinesis and Amazon DynamoDB Stream event sources. + # `AT_TIMESTAMP` is supported only for Amazon Kinesis streams, Amazon + # DocumentDB, Amazon MSK, and self-managed Apache Kafka. # # @option params [Time,DateTime,Date,Integer,String] :starting_position_timestamp # With `StartingPosition` set to `AT_TIMESTAMP`, the time from which to - # start reading. + # start reading. `StartingPositionTimestamp` cannot be in the future. # # @option params [Types::DestinationConfig] :destination_config # (Kinesis and DynamoDB Streams only) A standard Amazon SQS queue or @@ -1794,7 +1794,8 @@ def delete_event_source_mapping(params = {}, options = {}) # Deletes a Lambda function. To delete a specific function version, use # the `Qualifier` parameter. Otherwise, all versions and aliases are - # deleted. + # deleted. This doesn't require the user to have explicit permissions + # for DeleteAlias. # # To delete Lambda event source mappings that invoke a function, use # DeleteEventSourceMapping. For Amazon Web Services and resources that @@ -6393,7 +6394,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-lambda' - 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-lambda/lib/aws-sdk-lambda/client_api.rb b/gems/aws-sdk-lambda/lib/aws-sdk-lambda/client_api.rb index b90978a50eb..12c86e83e5d 100644 --- a/gems/aws-sdk-lambda/lib/aws-sdk-lambda/client_api.rb +++ b/gems/aws-sdk-lambda/lib/aws-sdk-lambda/client_api.rb @@ -1632,6 +1632,7 @@ module ClientApi o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException) o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException) o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException) + o.errors << Shapes::ShapeRef.new(shape: ResourceConflictException) o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException) end) diff --git a/gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb b/gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb index eb82319ce2c..b203e2e268d 100644 --- a/gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb +++ b/gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb @@ -751,14 +751,15 @@ class CreateCodeSigningConfigResponse < Struct.new( # # @!attribute [rw] starting_position # The position in a stream from which to start reading. Required for - # Amazon Kinesis, Amazon DynamoDB, and Amazon MSK Streams sources. - # `AT_TIMESTAMP` is supported only for Amazon Kinesis streams and - # Amazon DocumentDB. + # Amazon Kinesis and Amazon DynamoDB Stream event sources. + # `AT_TIMESTAMP` is supported only for Amazon Kinesis streams, Amazon + # DocumentDB, Amazon MSK, and self-managed Apache Kafka. # @return [String] # # @!attribute [rw] starting_position_timestamp # With `StartingPosition` set to `AT_TIMESTAMP`, the time from which - # to start reading. + # to start reading. `StartingPositionTimestamp` cannot be in the + # future. # @return [Time] # # @!attribute [rw] destination_config @@ -1781,14 +1782,15 @@ class EphemeralStorage < Struct.new( # # @!attribute [rw] starting_position # The position in a stream from which to start reading. Required for - # Amazon Kinesis, Amazon DynamoDB, and Amazon MSK stream sources. - # `AT_TIMESTAMP` is supported only for Amazon Kinesis streams and - # Amazon DocumentDB. + # Amazon Kinesis and Amazon DynamoDB Stream event sources. + # `AT_TIMESTAMP` is supported only for Amazon Kinesis streams, Amazon + # DocumentDB, Amazon MSK, and self-managed Apache Kafka. # @return [String] # # @!attribute [rw] starting_position_timestamp # With `StartingPosition` set to `AT_TIMESTAMP`, the time from which - # to start reading. + # to start reading. `StartingPositionTimestamp` cannot be in the + # future. # @return [Time] # # @!attribute [rw] batch_size @@ -5527,14 +5529,10 @@ class ServiceException < Struct.new( include Aws::Structure end - # The function's Lambda SnapStart setting. Set `ApplyOn` to + # The function's [Lambda SnapStart][1] setting. Set `ApplyOn` to # `PublishedVersions` to create a snapshot of the initialized execution # environment when you publish a function version. # - # SnapStart is supported with the `java11` runtime. For more - # information, see [Improving startup performance with Lambda - # SnapStart][1]. - # # # # [1]: https://docs.aws.amazon.com/lambda/latest/dg/snapstart.html diff --git a/gems/aws-sdk-lambdapreview/CHANGELOG.md b/gems/aws-sdk-lambdapreview/CHANGELOG.md index aee954bfe49..263e8b9d4c2 100644 --- a/gems/aws-sdk-lambdapreview/CHANGELOG.md +++ b/gems/aws-sdk-lambdapreview/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.38.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.37.0 (2023-05-31) ------------------ diff --git a/gems/aws-sdk-lambdapreview/VERSION b/gems/aws-sdk-lambdapreview/VERSION index bf50e910e62..ebeef2f2d61 100644 --- a/gems/aws-sdk-lambdapreview/VERSION +++ b/gems/aws-sdk-lambdapreview/VERSION @@ -1 +1 @@ -1.37.0 +1.38.0 diff --git a/gems/aws-sdk-lambdapreview/aws-sdk-lambdapreview.gemspec b/gems/aws-sdk-lambdapreview/aws-sdk-lambdapreview.gemspec index 25496319dd9..318835d3372 100644 --- a/gems/aws-sdk-lambdapreview/aws-sdk-lambdapreview.gemspec +++ b/gems/aws-sdk-lambdapreview/aws-sdk-lambdapreview.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-lambdapreview/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-lambdapreview/lib/aws-sdk-lambdapreview.rb b/gems/aws-sdk-lambdapreview/lib/aws-sdk-lambdapreview.rb index 0ab766ee4af..b64e1543065 100644 --- a/gems/aws-sdk-lambdapreview/lib/aws-sdk-lambdapreview.rb +++ b/gems/aws-sdk-lambdapreview/lib/aws-sdk-lambdapreview.rb @@ -48,6 +48,6 @@ # @!group service module Aws::LambdaPreview - GEM_VERSION = '1.37.0' + GEM_VERSION = '1.38.0' end diff --git a/gems/aws-sdk-lambdapreview/lib/aws-sdk-lambdapreview/client.rb b/gems/aws-sdk-lambdapreview/lib/aws-sdk-lambdapreview/client.rb index bd35dbee7df..57f0d018a2b 100644 --- a/gems/aws-sdk-lambdapreview/lib/aws-sdk-lambdapreview/client.rb +++ b/gems/aws-sdk-lambdapreview/lib/aws-sdk-lambdapreview/client.rb @@ -1051,7 +1051,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-lambdapreview' - 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-lex/CHANGELOG.md b/gems/aws-sdk-lex/CHANGELOG.md index cf6d99e0670..c60f6c7b299 100644 --- a/gems/aws-sdk-lex/CHANGELOG.md +++ b/gems/aws-sdk-lex/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.50.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.49.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-lex/VERSION b/gems/aws-sdk-lex/VERSION index 7f3a46a841e..5a5c7211dc6 100644 --- a/gems/aws-sdk-lex/VERSION +++ b/gems/aws-sdk-lex/VERSION @@ -1 +1 @@ -1.49.0 +1.50.0 diff --git a/gems/aws-sdk-lex/aws-sdk-lex.gemspec b/gems/aws-sdk-lex/aws-sdk-lex.gemspec index 1bcb8a22530..e11019442bd 100644 --- a/gems/aws-sdk-lex/aws-sdk-lex.gemspec +++ b/gems/aws-sdk-lex/aws-sdk-lex.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-lex/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-lex/lib/aws-sdk-lex.rb b/gems/aws-sdk-lex/lib/aws-sdk-lex.rb index 5774a482c22..569b10be86e 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.49.0' + GEM_VERSION = '1.50.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 a21cdc67b39..b3facd2fb9e 100644 --- a/gems/aws-sdk-lex/lib/aws-sdk-lex/client.rb +++ b/gems/aws-sdk-lex/lib/aws-sdk-lex/client.rb @@ -1174,7 +1174,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-lex' - 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-lexmodelbuildingservice/CHANGELOG.md b/gems/aws-sdk-lexmodelbuildingservice/CHANGELOG.md index 0cd092267fd..ca4a76da3a2 100644 --- a/gems/aws-sdk-lexmodelbuildingservice/CHANGELOG.md +++ b/gems/aws-sdk-lexmodelbuildingservice/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.62.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.61.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-lexmodelbuildingservice/VERSION b/gems/aws-sdk-lexmodelbuildingservice/VERSION index 91951fd8ad7..76d05362056 100644 --- a/gems/aws-sdk-lexmodelbuildingservice/VERSION +++ b/gems/aws-sdk-lexmodelbuildingservice/VERSION @@ -1 +1 @@ -1.61.0 +1.62.0 diff --git a/gems/aws-sdk-lexmodelbuildingservice/aws-sdk-lexmodelbuildingservice.gemspec b/gems/aws-sdk-lexmodelbuildingservice/aws-sdk-lexmodelbuildingservice.gemspec index d8eb73b6364..fb118dcc6eb 100644 --- a/gems/aws-sdk-lexmodelbuildingservice/aws-sdk-lexmodelbuildingservice.gemspec +++ b/gems/aws-sdk-lexmodelbuildingservice/aws-sdk-lexmodelbuildingservice.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-lexmodelbuildingservice/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice.rb b/gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice.rb index a4e5f61431d..089985f5203 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.61.0' + GEM_VERSION = '1.62.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 cdeb3217f45..724bda3075c 100644 --- a/gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/client.rb +++ b/gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/client.rb @@ -4415,7 +4415,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-lexmodelbuildingservice' - 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-lexmodelsv2/CHANGELOG.md b/gems/aws-sdk-lexmodelsv2/CHANGELOG.md index 80f67883695..13804363590 100644 --- a/gems/aws-sdk-lexmodelsv2/CHANGELOG.md +++ b/gems/aws-sdk-lexmodelsv2/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.36.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.35.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-lexmodelsv2/VERSION b/gems/aws-sdk-lexmodelsv2/VERSION index 2aeaa11ee27..39fc130ef85 100644 --- a/gems/aws-sdk-lexmodelsv2/VERSION +++ b/gems/aws-sdk-lexmodelsv2/VERSION @@ -1 +1 @@ -1.35.0 +1.36.0 diff --git a/gems/aws-sdk-lexmodelsv2/aws-sdk-lexmodelsv2.gemspec b/gems/aws-sdk-lexmodelsv2/aws-sdk-lexmodelsv2.gemspec index 36b2dd00dfa..6d127e37ba3 100644 --- a/gems/aws-sdk-lexmodelsv2/aws-sdk-lexmodelsv2.gemspec +++ b/gems/aws-sdk-lexmodelsv2/aws-sdk-lexmodelsv2.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-lexmodelsv2/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2.rb b/gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2.rb index a4091f463df..0af2a556b7c 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.35.0' + GEM_VERSION = '1.36.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 1467a644fd9..da4ace15844 100644 --- a/gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/client.rb +++ b/gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/client.rb @@ -8742,7 +8742,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-lexmodelsv2' - 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-lexruntimev2/CHANGELOG.md b/gems/aws-sdk-lexruntimev2/CHANGELOG.md index 06ff4a3ee1b..483579dbbe5 100644 --- a/gems/aws-sdk-lexruntimev2/CHANGELOG.md +++ b/gems/aws-sdk-lexruntimev2/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.22.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.21.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-lexruntimev2/VERSION b/gems/aws-sdk-lexruntimev2/VERSION index 3500250a4b0..57807d6d0d0 100644 --- a/gems/aws-sdk-lexruntimev2/VERSION +++ b/gems/aws-sdk-lexruntimev2/VERSION @@ -1 +1 @@ -1.21.0 +1.22.0 diff --git a/gems/aws-sdk-lexruntimev2/aws-sdk-lexruntimev2.gemspec b/gems/aws-sdk-lexruntimev2/aws-sdk-lexruntimev2.gemspec index d556ac1c0cb..19844e55f99 100644 --- a/gems/aws-sdk-lexruntimev2/aws-sdk-lexruntimev2.gemspec +++ b/gems/aws-sdk-lexruntimev2/aws-sdk-lexruntimev2.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-lexruntimev2/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-lexruntimev2/lib/aws-sdk-lexruntimev2.rb b/gems/aws-sdk-lexruntimev2/lib/aws-sdk-lexruntimev2.rb index d255acb0575..dec8d2473e4 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.21.0' + GEM_VERSION = '1.22.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 6717af58cca..0c0a0aa9557 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 @@ -672,7 +672,7 @@ def build_request(operation_name, params = {}) http_response: Seahorse::Client::Http::AsyncResponse.new, config: config) context[:gem_name] = 'aws-sdk-lexruntimev2' - 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-lexruntimev2/lib/aws-sdk-lexruntimev2/client.rb b/gems/aws-sdk-lexruntimev2/lib/aws-sdk-lexruntimev2/client.rb index 18f81e19ed7..0e5087a448d 100644 --- a/gems/aws-sdk-lexruntimev2/lib/aws-sdk-lexruntimev2/client.rb +++ b/gems/aws-sdk-lexruntimev2/lib/aws-sdk-lexruntimev2/client.rb @@ -1152,7 +1152,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-lexruntimev2' - 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-licensemanager/CHANGELOG.md b/gems/aws-sdk-licensemanager/CHANGELOG.md index ed28090deea..cca2cb113c5 100644 --- a/gems/aws-sdk-licensemanager/CHANGELOG.md +++ b/gems/aws-sdk-licensemanager/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.47.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.46.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-licensemanager/VERSION b/gems/aws-sdk-licensemanager/VERSION index 0a3db35b241..21998d3c2d9 100644 --- a/gems/aws-sdk-licensemanager/VERSION +++ b/gems/aws-sdk-licensemanager/VERSION @@ -1 +1 @@ -1.46.0 +1.47.0 diff --git a/gems/aws-sdk-licensemanager/aws-sdk-licensemanager.gemspec b/gems/aws-sdk-licensemanager/aws-sdk-licensemanager.gemspec index 7a0f3fbdfbf..fb63c5e03ae 100644 --- a/gems/aws-sdk-licensemanager/aws-sdk-licensemanager.gemspec +++ b/gems/aws-sdk-licensemanager/aws-sdk-licensemanager.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-licensemanager/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager.rb b/gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager.rb index 67189cd4050..2f9c1183f0f 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.46.0' + GEM_VERSION = '1.47.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 2710cfc9d08..ca9bee7a670 100644 --- a/gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/client.rb +++ b/gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/client.rb @@ -3202,7 +3202,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-licensemanager' - 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-licensemanagerlinuxsubscriptions/CHANGELOG.md b/gems/aws-sdk-licensemanagerlinuxsubscriptions/CHANGELOG.md index e6156d2c4b6..c882ad731dc 100644 --- a/gems/aws-sdk-licensemanagerlinuxsubscriptions/CHANGELOG.md +++ b/gems/aws-sdk-licensemanagerlinuxsubscriptions/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.4.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.3.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-licensemanagerlinuxsubscriptions/VERSION b/gems/aws-sdk-licensemanagerlinuxsubscriptions/VERSION index f0bb29e7638..88c5fb891dc 100644 --- a/gems/aws-sdk-licensemanagerlinuxsubscriptions/VERSION +++ b/gems/aws-sdk-licensemanagerlinuxsubscriptions/VERSION @@ -1 +1 @@ -1.3.0 +1.4.0 diff --git a/gems/aws-sdk-licensemanagerlinuxsubscriptions/aws-sdk-licensemanagerlinuxsubscriptions.gemspec b/gems/aws-sdk-licensemanagerlinuxsubscriptions/aws-sdk-licensemanagerlinuxsubscriptions.gemspec index 98055d2a111..116890d9607 100644 --- a/gems/aws-sdk-licensemanagerlinuxsubscriptions/aws-sdk-licensemanagerlinuxsubscriptions.gemspec +++ b/gems/aws-sdk-licensemanagerlinuxsubscriptions/aws-sdk-licensemanagerlinuxsubscriptions.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-licensemanagerlinuxsubscriptions/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-licensemanagerlinuxsubscriptions/lib/aws-sdk-licensemanagerlinuxsubscriptions.rb b/gems/aws-sdk-licensemanagerlinuxsubscriptions/lib/aws-sdk-licensemanagerlinuxsubscriptions.rb index d9204b7f469..eb439b7c153 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.3.0' + GEM_VERSION = '1.4.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 995abe00356..e5ada76e6d6 100644 --- a/gems/aws-sdk-licensemanagerlinuxsubscriptions/lib/aws-sdk-licensemanagerlinuxsubscriptions/client.rb +++ b/gems/aws-sdk-licensemanagerlinuxsubscriptions/lib/aws-sdk-licensemanagerlinuxsubscriptions/client.rb @@ -629,7 +629,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-licensemanagerlinuxsubscriptions' - context[:gem_version] = '1.3.0' + context[:gem_version] = '1.4.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 f8dd4a19e8a..f4c3f6fa183 100644 --- a/gems/aws-sdk-licensemanagerusersubscriptions/CHANGELOG.md +++ b/gems/aws-sdk-licensemanagerusersubscriptions/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.6.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.5.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-licensemanagerusersubscriptions/VERSION b/gems/aws-sdk-licensemanagerusersubscriptions/VERSION index bc80560fad6..dc1e644a101 100644 --- a/gems/aws-sdk-licensemanagerusersubscriptions/VERSION +++ b/gems/aws-sdk-licensemanagerusersubscriptions/VERSION @@ -1 +1 @@ -1.5.0 +1.6.0 diff --git a/gems/aws-sdk-licensemanagerusersubscriptions/aws-sdk-licensemanagerusersubscriptions.gemspec b/gems/aws-sdk-licensemanagerusersubscriptions/aws-sdk-licensemanagerusersubscriptions.gemspec index 9e2bb8e42f9..86407be2712 100644 --- a/gems/aws-sdk-licensemanagerusersubscriptions/aws-sdk-licensemanagerusersubscriptions.gemspec +++ b/gems/aws-sdk-licensemanagerusersubscriptions/aws-sdk-licensemanagerusersubscriptions.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-licensemanagerusersubscriptions/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-licensemanagerusersubscriptions/lib/aws-sdk-licensemanagerusersubscriptions.rb b/gems/aws-sdk-licensemanagerusersubscriptions/lib/aws-sdk-licensemanagerusersubscriptions.rb index eae54afc2a2..89a874219cc 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.5.0' + GEM_VERSION = '1.6.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 02104c28d10..b8d49116ed0 100644 --- a/gems/aws-sdk-licensemanagerusersubscriptions/lib/aws-sdk-licensemanagerusersubscriptions/client.rb +++ b/gems/aws-sdk-licensemanagerusersubscriptions/lib/aws-sdk-licensemanagerusersubscriptions/client.rb @@ -1001,7 +1001,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-licensemanagerusersubscriptions' - context[:gem_version] = '1.5.0' + context[:gem_version] = '1.6.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 a70b4599202..ac2c104a593 100644 --- a/gems/aws-sdk-lightsail/CHANGELOG.md +++ b/gems/aws-sdk-lightsail/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.79.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.78.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-lightsail/VERSION b/gems/aws-sdk-lightsail/VERSION index 54227249d1f..b3a8c61e6a8 100644 --- a/gems/aws-sdk-lightsail/VERSION +++ b/gems/aws-sdk-lightsail/VERSION @@ -1 +1 @@ -1.78.0 +1.79.0 diff --git a/gems/aws-sdk-lightsail/aws-sdk-lightsail.gemspec b/gems/aws-sdk-lightsail/aws-sdk-lightsail.gemspec index d0d80c3f6e2..3e9c7fbdc72 100644 --- a/gems/aws-sdk-lightsail/aws-sdk-lightsail.gemspec +++ b/gems/aws-sdk-lightsail/aws-sdk-lightsail.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-lightsail/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-lightsail/lib/aws-sdk-lightsail.rb b/gems/aws-sdk-lightsail/lib/aws-sdk-lightsail.rb index f666439c55a..66ec3d95539 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.78.0' + GEM_VERSION = '1.79.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 9037a3b7493..009b6a412e9 100644 --- a/gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/client.rb +++ b/gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/client.rb @@ -12174,7 +12174,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-lightsail' - 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-locationservice/CHANGELOG.md b/gems/aws-sdk-locationservice/CHANGELOG.md index fc1e06851d9..52ba1ac3f5a 100644 --- a/gems/aws-sdk-locationservice/CHANGELOG.md +++ b/gems/aws-sdk-locationservice/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.34.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.33.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-locationservice/VERSION b/gems/aws-sdk-locationservice/VERSION index 7aa332e4163..2b17ffd5042 100644 --- a/gems/aws-sdk-locationservice/VERSION +++ b/gems/aws-sdk-locationservice/VERSION @@ -1 +1 @@ -1.33.0 +1.34.0 diff --git a/gems/aws-sdk-locationservice/aws-sdk-locationservice.gemspec b/gems/aws-sdk-locationservice/aws-sdk-locationservice.gemspec index 03708e653ab..ed139f4ac29 100644 --- a/gems/aws-sdk-locationservice/aws-sdk-locationservice.gemspec +++ b/gems/aws-sdk-locationservice/aws-sdk-locationservice.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-locationservice/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-locationservice/lib/aws-sdk-locationservice.rb b/gems/aws-sdk-locationservice/lib/aws-sdk-locationservice.rb index 9e819cb3e63..86336c1beb3 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.33.0' + GEM_VERSION = '1.34.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 3af1ba6b187..caf9fe9bd25 100644 --- a/gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/client.rb +++ b/gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/client.rb @@ -4473,7 +4473,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-locationservice' - 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-lookoutequipment/CHANGELOG.md b/gems/aws-sdk-lookoutequipment/CHANGELOG.md index 1495b2723ef..80b8f108339 100644 --- a/gems/aws-sdk-lookoutequipment/CHANGELOG.md +++ b/gems/aws-sdk-lookoutequipment/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.19.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.18.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-lookoutequipment/VERSION b/gems/aws-sdk-lookoutequipment/VERSION index 84cc529467b..815d5ca06d5 100644 --- a/gems/aws-sdk-lookoutequipment/VERSION +++ b/gems/aws-sdk-lookoutequipment/VERSION @@ -1 +1 @@ -1.18.0 +1.19.0 diff --git a/gems/aws-sdk-lookoutequipment/aws-sdk-lookoutequipment.gemspec b/gems/aws-sdk-lookoutequipment/aws-sdk-lookoutequipment.gemspec index aec733987e1..d19ac00d471 100644 --- a/gems/aws-sdk-lookoutequipment/aws-sdk-lookoutequipment.gemspec +++ b/gems/aws-sdk-lookoutequipment/aws-sdk-lookoutequipment.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-lookoutequipment/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment.rb b/gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment.rb index 34656adca16..6078bc7d0c2 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.18.0' + GEM_VERSION = '1.19.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 c4b52e52627..368f5936998 100644 --- a/gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/client.rb +++ b/gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/client.rb @@ -2195,7 +2195,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-lookoutequipment' - 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-lookoutforvision/CHANGELOG.md b/gems/aws-sdk-lookoutforvision/CHANGELOG.md index 8a3a284cc1b..44ab9e11438 100644 --- a/gems/aws-sdk-lookoutforvision/CHANGELOG.md +++ b/gems/aws-sdk-lookoutforvision/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.22.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.21.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-lookoutforvision/VERSION b/gems/aws-sdk-lookoutforvision/VERSION index 3500250a4b0..57807d6d0d0 100644 --- a/gems/aws-sdk-lookoutforvision/VERSION +++ b/gems/aws-sdk-lookoutforvision/VERSION @@ -1 +1 @@ -1.21.0 +1.22.0 diff --git a/gems/aws-sdk-lookoutforvision/aws-sdk-lookoutforvision.gemspec b/gems/aws-sdk-lookoutforvision/aws-sdk-lookoutforvision.gemspec index d9641f529c7..18ee4d748bd 100644 --- a/gems/aws-sdk-lookoutforvision/aws-sdk-lookoutforvision.gemspec +++ b/gems/aws-sdk-lookoutforvision/aws-sdk-lookoutforvision.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-lookoutforvision/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-lookoutforvision/lib/aws-sdk-lookoutforvision.rb b/gems/aws-sdk-lookoutforvision/lib/aws-sdk-lookoutforvision.rb index cae2ca67731..b0db05aea13 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.21.0' + GEM_VERSION = '1.22.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 9bcc170a06a..93e8369048a 100644 --- a/gems/aws-sdk-lookoutforvision/lib/aws-sdk-lookoutforvision/client.rb +++ b/gems/aws-sdk-lookoutforvision/lib/aws-sdk-lookoutforvision/client.rb @@ -1820,7 +1820,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-lookoutforvision' - 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-lookoutmetrics/CHANGELOG.md b/gems/aws-sdk-lookoutmetrics/CHANGELOG.md index 4d8266439fe..7b1be269185 100644 --- a/gems/aws-sdk-lookoutmetrics/CHANGELOG.md +++ b/gems/aws-sdk-lookoutmetrics/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.27.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.26.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-lookoutmetrics/VERSION b/gems/aws-sdk-lookoutmetrics/VERSION index 5ff8c4f5d2a..5db08bf2dc5 100644 --- a/gems/aws-sdk-lookoutmetrics/VERSION +++ b/gems/aws-sdk-lookoutmetrics/VERSION @@ -1 +1 @@ -1.26.0 +1.27.0 diff --git a/gems/aws-sdk-lookoutmetrics/aws-sdk-lookoutmetrics.gemspec b/gems/aws-sdk-lookoutmetrics/aws-sdk-lookoutmetrics.gemspec index cca6ae238a3..7d5fa2d2c63 100644 --- a/gems/aws-sdk-lookoutmetrics/aws-sdk-lookoutmetrics.gemspec +++ b/gems/aws-sdk-lookoutmetrics/aws-sdk-lookoutmetrics.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-lookoutmetrics/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics.rb b/gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics.rb index eb3c8492fa1..22b230c6ab0 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.26.0' + GEM_VERSION = '1.27.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 540793273d5..b38542dcf8a 100644 --- a/gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/client.rb +++ b/gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/client.rb @@ -2036,7 +2036,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-lookoutmetrics' - 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-machinelearning/CHANGELOG.md b/gems/aws-sdk-machinelearning/CHANGELOG.md index 52f92e7e566..5b727d9179d 100644 --- a/gems/aws-sdk-machinelearning/CHANGELOG.md +++ b/gems/aws-sdk-machinelearning/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.42.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.41.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-machinelearning/VERSION b/gems/aws-sdk-machinelearning/VERSION index 7d47e599800..a50908ca3da 100644 --- a/gems/aws-sdk-machinelearning/VERSION +++ b/gems/aws-sdk-machinelearning/VERSION @@ -1 +1 @@ -1.41.0 +1.42.0 diff --git a/gems/aws-sdk-machinelearning/aws-sdk-machinelearning.gemspec b/gems/aws-sdk-machinelearning/aws-sdk-machinelearning.gemspec index 296a4a32062..5f077d23ad9 100644 --- a/gems/aws-sdk-machinelearning/aws-sdk-machinelearning.gemspec +++ b/gems/aws-sdk-machinelearning/aws-sdk-machinelearning.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-machinelearning/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-machinelearning/lib/aws-sdk-machinelearning.rb b/gems/aws-sdk-machinelearning/lib/aws-sdk-machinelearning.rb index ad2598d5658..d9a0c0c3f19 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.41.0' + GEM_VERSION = '1.42.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 322720896b1..8d94b11594e 100644 --- a/gems/aws-sdk-machinelearning/lib/aws-sdk-machinelearning/client.rb +++ b/gems/aws-sdk-machinelearning/lib/aws-sdk-machinelearning/client.rb @@ -2412,7 +2412,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-machinelearning' - 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-macie/CHANGELOG.md b/gems/aws-sdk-macie/CHANGELOG.md index 9604ccaadd5..373818c1ece 100644 --- a/gems/aws-sdk-macie/CHANGELOG.md +++ b/gems/aws-sdk-macie/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.43.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.42.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-macie/VERSION b/gems/aws-sdk-macie/VERSION index a50908ca3da..b978278f05f 100644 --- a/gems/aws-sdk-macie/VERSION +++ b/gems/aws-sdk-macie/VERSION @@ -1 +1 @@ -1.42.0 +1.43.0 diff --git a/gems/aws-sdk-macie/aws-sdk-macie.gemspec b/gems/aws-sdk-macie/aws-sdk-macie.gemspec index 2eb8a0306fa..55bb98cccfc 100644 --- a/gems/aws-sdk-macie/aws-sdk-macie.gemspec +++ b/gems/aws-sdk-macie/aws-sdk-macie.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-macie/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-macie/lib/aws-sdk-macie.rb b/gems/aws-sdk-macie/lib/aws-sdk-macie.rb index 595a7114ac9..8e79b9f6af6 100644 --- a/gems/aws-sdk-macie/lib/aws-sdk-macie.rb +++ b/gems/aws-sdk-macie/lib/aws-sdk-macie.rb @@ -52,6 +52,6 @@ # @!group service module Aws::Macie - GEM_VERSION = '1.42.0' + GEM_VERSION = '1.43.0' end diff --git a/gems/aws-sdk-macie/lib/aws-sdk-macie/client.rb b/gems/aws-sdk-macie/lib/aws-sdk-macie/client.rb index 9ab762b32c8..dc66a277fff 100644 --- a/gems/aws-sdk-macie/lib/aws-sdk-macie/client.rb +++ b/gems/aws-sdk-macie/lib/aws-sdk-macie/client.rb @@ -696,7 +696,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-macie' - 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-macie2/CHANGELOG.md b/gems/aws-sdk-macie2/CHANGELOG.md index 162d2ceb3ae..de9c2943925 100644 --- a/gems/aws-sdk-macie2/CHANGELOG.md +++ b/gems/aws-sdk-macie2/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.57.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.56.0 (2023-06-27) ------------------ diff --git a/gems/aws-sdk-macie2/VERSION b/gems/aws-sdk-macie2/VERSION index 3ebf789f5a8..373aea97570 100644 --- a/gems/aws-sdk-macie2/VERSION +++ b/gems/aws-sdk-macie2/VERSION @@ -1 +1 @@ -1.56.0 +1.57.0 diff --git a/gems/aws-sdk-macie2/aws-sdk-macie2.gemspec b/gems/aws-sdk-macie2/aws-sdk-macie2.gemspec index 392f707473a..39f97b1c34b 100644 --- a/gems/aws-sdk-macie2/aws-sdk-macie2.gemspec +++ b/gems/aws-sdk-macie2/aws-sdk-macie2.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-macie2/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-macie2/lib/aws-sdk-macie2.rb b/gems/aws-sdk-macie2/lib/aws-sdk-macie2.rb index 16ba5bf9b2f..24b83c1a4ba 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.56.0' + GEM_VERSION = '1.57.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 dcc9c610141..6340f2a5a1f 100644 --- a/gems/aws-sdk-macie2/lib/aws-sdk-macie2/client.rb +++ b/gems/aws-sdk-macie2/lib/aws-sdk-macie2/client.rb @@ -3847,7 +3847,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-macie2' - 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-mainframemodernization/CHANGELOG.md b/gems/aws-sdk-mainframemodernization/CHANGELOG.md index 9e219cdab04..26c4a461b72 100644 --- a/gems/aws-sdk-mainframemodernization/CHANGELOG.md +++ b/gems/aws-sdk-mainframemodernization/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.7.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.6.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-mainframemodernization/VERSION b/gems/aws-sdk-mainframemodernization/VERSION index dc1e644a101..bd8bf882d06 100644 --- a/gems/aws-sdk-mainframemodernization/VERSION +++ b/gems/aws-sdk-mainframemodernization/VERSION @@ -1 +1 @@ -1.6.0 +1.7.0 diff --git a/gems/aws-sdk-mainframemodernization/aws-sdk-mainframemodernization.gemspec b/gems/aws-sdk-mainframemodernization/aws-sdk-mainframemodernization.gemspec index d1145fcd60e..548f6452c35 100644 --- a/gems/aws-sdk-mainframemodernization/aws-sdk-mainframemodernization.gemspec +++ b/gems/aws-sdk-mainframemodernization/aws-sdk-mainframemodernization.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-mainframemodernization/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization.rb b/gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization.rb index 1ce9b0e085a..f48033c0624 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.6.0' + GEM_VERSION = '1.7.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 9ea8ae3eae2..c878938a45c 100644 --- a/gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/client.rb +++ b/gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/client.rb @@ -2013,7 +2013,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-mainframemodernization' - 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-managedblockchain/CHANGELOG.md b/gems/aws-sdk-managedblockchain/CHANGELOG.md index 681410ae4fa..e092d579862 100644 --- a/gems/aws-sdk-managedblockchain/CHANGELOG.md +++ b/gems/aws-sdk-managedblockchain/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.41.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.40.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-managedblockchain/VERSION b/gems/aws-sdk-managedblockchain/VERSION index 32b7211cb61..7d47e599800 100644 --- a/gems/aws-sdk-managedblockchain/VERSION +++ b/gems/aws-sdk-managedblockchain/VERSION @@ -1 +1 @@ -1.40.0 +1.41.0 diff --git a/gems/aws-sdk-managedblockchain/aws-sdk-managedblockchain.gemspec b/gems/aws-sdk-managedblockchain/aws-sdk-managedblockchain.gemspec index d0059df8d2b..ca223029d60 100644 --- a/gems/aws-sdk-managedblockchain/aws-sdk-managedblockchain.gemspec +++ b/gems/aws-sdk-managedblockchain/aws-sdk-managedblockchain.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-managedblockchain/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain.rb b/gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain.rb index 21cda64f759..ddb8e9ff3fd 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.40.0' + GEM_VERSION = '1.41.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 15d2b699c23..e49b07d9b67 100644 --- a/gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/client.rb +++ b/gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/client.rb @@ -1875,7 +1875,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-managedblockchain' - 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-managedgrafana/CHANGELOG.md b/gems/aws-sdk-managedgrafana/CHANGELOG.md index f596b7dba10..04af985b1ef 100644 --- a/gems/aws-sdk-managedgrafana/CHANGELOG.md +++ b/gems/aws-sdk-managedgrafana/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.17.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.16.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-managedgrafana/VERSION b/gems/aws-sdk-managedgrafana/VERSION index 15b989e398f..092afa15df4 100644 --- a/gems/aws-sdk-managedgrafana/VERSION +++ b/gems/aws-sdk-managedgrafana/VERSION @@ -1 +1 @@ -1.16.0 +1.17.0 diff --git a/gems/aws-sdk-managedgrafana/aws-sdk-managedgrafana.gemspec b/gems/aws-sdk-managedgrafana/aws-sdk-managedgrafana.gemspec index b72fb8ccb4a..2c1732a20fc 100644 --- a/gems/aws-sdk-managedgrafana/aws-sdk-managedgrafana.gemspec +++ b/gems/aws-sdk-managedgrafana/aws-sdk-managedgrafana.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-managedgrafana/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana.rb b/gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana.rb index c7ea4d6a750..3ef66f1fd54 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.16.0' + GEM_VERSION = '1.17.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 df20019581d..a179aedec84 100644 --- a/gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/client.rb +++ b/gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/client.rb @@ -1639,7 +1639,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-managedgrafana' - 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-marketplacecatalog/CHANGELOG.md b/gems/aws-sdk-marketplacecatalog/CHANGELOG.md index 98e6c81462d..7a72265f540 100644 --- a/gems/aws-sdk-marketplacecatalog/CHANGELOG.md +++ b/gems/aws-sdk-marketplacecatalog/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.30.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.29.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-marketplacecatalog/VERSION b/gems/aws-sdk-marketplacecatalog/VERSION index 5e57fb89558..034552a83ee 100644 --- a/gems/aws-sdk-marketplacecatalog/VERSION +++ b/gems/aws-sdk-marketplacecatalog/VERSION @@ -1 +1 @@ -1.29.0 +1.30.0 diff --git a/gems/aws-sdk-marketplacecatalog/aws-sdk-marketplacecatalog.gemspec b/gems/aws-sdk-marketplacecatalog/aws-sdk-marketplacecatalog.gemspec index 6126e132b6f..f47a001256f 100644 --- a/gems/aws-sdk-marketplacecatalog/aws-sdk-marketplacecatalog.gemspec +++ b/gems/aws-sdk-marketplacecatalog/aws-sdk-marketplacecatalog.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-marketplacecatalog/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog.rb b/gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog.rb index 5bee2ecb6da..01ec192ada5 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.29.0' + GEM_VERSION = '1.30.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 d96acaf94e9..8a7293dee2f 100644 --- a/gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/client.rb +++ b/gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/client.rb @@ -961,7 +961,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-marketplacecatalog' - 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-marketplacecommerceanalytics/CHANGELOG.md b/gems/aws-sdk-marketplacecommerceanalytics/CHANGELOG.md index 484cce928be..bfbe21d51d4 100644 --- a/gems/aws-sdk-marketplacecommerceanalytics/CHANGELOG.md +++ b/gems/aws-sdk-marketplacecommerceanalytics/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.46.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.45.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-marketplacecommerceanalytics/VERSION b/gems/aws-sdk-marketplacecommerceanalytics/VERSION index 50aceaa7b71..0a3db35b241 100644 --- a/gems/aws-sdk-marketplacecommerceanalytics/VERSION +++ b/gems/aws-sdk-marketplacecommerceanalytics/VERSION @@ -1 +1 @@ -1.45.0 +1.46.0 diff --git a/gems/aws-sdk-marketplacecommerceanalytics/aws-sdk-marketplacecommerceanalytics.gemspec b/gems/aws-sdk-marketplacecommerceanalytics/aws-sdk-marketplacecommerceanalytics.gemspec index ea89641d97a..b39d277c2ca 100644 --- a/gems/aws-sdk-marketplacecommerceanalytics/aws-sdk-marketplacecommerceanalytics.gemspec +++ b/gems/aws-sdk-marketplacecommerceanalytics/aws-sdk-marketplacecommerceanalytics.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-marketplacecommerceanalytics/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-marketplacecommerceanalytics/lib/aws-sdk-marketplacecommerceanalytics.rb b/gems/aws-sdk-marketplacecommerceanalytics/lib/aws-sdk-marketplacecommerceanalytics.rb index 7d893ebfddf..d2a585aea39 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.45.0' + GEM_VERSION = '1.46.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 4710ff51fa1..d188aa78a69 100644 --- a/gems/aws-sdk-marketplacecommerceanalytics/lib/aws-sdk-marketplacecommerceanalytics/client.rb +++ b/gems/aws-sdk-marketplacecommerceanalytics/lib/aws-sdk-marketplacecommerceanalytics/client.rb @@ -659,7 +659,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-marketplacecommerceanalytics' - 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-marketplaceentitlementservice/CHANGELOG.md b/gems/aws-sdk-marketplaceentitlementservice/CHANGELOG.md index 341fa1b6b0f..0403a0068c7 100644 --- a/gems/aws-sdk-marketplaceentitlementservice/CHANGELOG.md +++ b/gems/aws-sdk-marketplaceentitlementservice/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.40.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.39.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-marketplaceentitlementservice/VERSION b/gems/aws-sdk-marketplaceentitlementservice/VERSION index 5edffce6d57..32b7211cb61 100644 --- a/gems/aws-sdk-marketplaceentitlementservice/VERSION +++ b/gems/aws-sdk-marketplaceentitlementservice/VERSION @@ -1 +1 @@ -1.39.0 +1.40.0 diff --git a/gems/aws-sdk-marketplaceentitlementservice/aws-sdk-marketplaceentitlementservice.gemspec b/gems/aws-sdk-marketplaceentitlementservice/aws-sdk-marketplaceentitlementservice.gemspec index c264c8d5ad1..17a18988345 100644 --- a/gems/aws-sdk-marketplaceentitlementservice/aws-sdk-marketplaceentitlementservice.gemspec +++ b/gems/aws-sdk-marketplaceentitlementservice/aws-sdk-marketplaceentitlementservice.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-marketplaceentitlementservice/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-marketplaceentitlementservice/lib/aws-sdk-marketplaceentitlementservice.rb b/gems/aws-sdk-marketplaceentitlementservice/lib/aws-sdk-marketplaceentitlementservice.rb index c22b10a61ab..125f9f162e1 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.39.0' + GEM_VERSION = '1.40.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 6b304f2dc11..6d5afcd4e47 100644 --- a/gems/aws-sdk-marketplaceentitlementservice/lib/aws-sdk-marketplaceentitlementservice/client.rb +++ b/gems/aws-sdk-marketplaceentitlementservice/lib/aws-sdk-marketplaceentitlementservice/client.rb @@ -458,7 +458,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-marketplaceentitlementservice' - 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-marketplacemetering/CHANGELOG.md b/gems/aws-sdk-marketplacemetering/CHANGELOG.md index b2cb2171edb..f220b519ccf 100644 --- a/gems/aws-sdk-marketplacemetering/CHANGELOG.md +++ b/gems/aws-sdk-marketplacemetering/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.49.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.48.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-marketplacemetering/VERSION b/gems/aws-sdk-marketplacemetering/VERSION index 9db5ea12f52..7f3a46a841e 100644 --- a/gems/aws-sdk-marketplacemetering/VERSION +++ b/gems/aws-sdk-marketplacemetering/VERSION @@ -1 +1 @@ -1.48.0 +1.49.0 diff --git a/gems/aws-sdk-marketplacemetering/aws-sdk-marketplacemetering.gemspec b/gems/aws-sdk-marketplacemetering/aws-sdk-marketplacemetering.gemspec index d168b16d246..9c5762b7d11 100644 --- a/gems/aws-sdk-marketplacemetering/aws-sdk-marketplacemetering.gemspec +++ b/gems/aws-sdk-marketplacemetering/aws-sdk-marketplacemetering.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-marketplacemetering/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-marketplacemetering/lib/aws-sdk-marketplacemetering.rb b/gems/aws-sdk-marketplacemetering/lib/aws-sdk-marketplacemetering.rb index e5ca262b193..79ce092d05c 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.48.0' + GEM_VERSION = '1.49.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 88a54a222e2..9c2e01a2c8b 100644 --- a/gems/aws-sdk-marketplacemetering/lib/aws-sdk-marketplacemetering/client.rb +++ b/gems/aws-sdk-marketplacemetering/lib/aws-sdk-marketplacemetering/client.rb @@ -715,7 +715,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-marketplacemetering' - 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-mediaconnect/CHANGELOG.md b/gems/aws-sdk-mediaconnect/CHANGELOG.md index a3113e422ec..19b712708f6 100644 --- a/gems/aws-sdk-mediaconnect/CHANGELOG.md +++ b/gems/aws-sdk-mediaconnect/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.51.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.50.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-mediaconnect/VERSION b/gems/aws-sdk-mediaconnect/VERSION index 5a5c7211dc6..ba0a719118c 100644 --- a/gems/aws-sdk-mediaconnect/VERSION +++ b/gems/aws-sdk-mediaconnect/VERSION @@ -1 +1 @@ -1.50.0 +1.51.0 diff --git a/gems/aws-sdk-mediaconnect/aws-sdk-mediaconnect.gemspec b/gems/aws-sdk-mediaconnect/aws-sdk-mediaconnect.gemspec index 95e17b45b9a..71a9b4467db 100644 --- a/gems/aws-sdk-mediaconnect/aws-sdk-mediaconnect.gemspec +++ b/gems/aws-sdk-mediaconnect/aws-sdk-mediaconnect.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-mediaconnect/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect.rb b/gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect.rb index bce6e26a214..49101345992 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.50.0' + GEM_VERSION = '1.51.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 14ea1b27d7f..fa1a6fc4f3e 100644 --- a/gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/client.rb +++ b/gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/client.rb @@ -3930,7 +3930,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-mediaconnect' - 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-mediaconvert/CHANGELOG.md b/gems/aws-sdk-mediaconvert/CHANGELOG.md index ac397911f45..bf92b66071b 100644 --- a/gems/aws-sdk-mediaconvert/CHANGELOG.md +++ b/gems/aws-sdk-mediaconvert/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.110.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.109.0 (2023-06-21) ------------------ diff --git a/gems/aws-sdk-mediaconvert/VERSION b/gems/aws-sdk-mediaconvert/VERSION index 938d55c5464..1916b6b587d 100644 --- a/gems/aws-sdk-mediaconvert/VERSION +++ b/gems/aws-sdk-mediaconvert/VERSION @@ -1 +1 @@ -1.109.0 +1.110.0 diff --git a/gems/aws-sdk-mediaconvert/aws-sdk-mediaconvert.gemspec b/gems/aws-sdk-mediaconvert/aws-sdk-mediaconvert.gemspec index d3684d4555c..e6088f405db 100644 --- a/gems/aws-sdk-mediaconvert/aws-sdk-mediaconvert.gemspec +++ b/gems/aws-sdk-mediaconvert/aws-sdk-mediaconvert.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-mediaconvert/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert.rb b/gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert.rb index 289d16c4027..767cf906f5a 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.109.0' + GEM_VERSION = '1.110.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 9b3a6f7d6ef..85a5580027a 100644 --- a/gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/client.rb +++ b/gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/client.rb @@ -9309,7 +9309,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-mediaconvert' - context[:gem_version] = '1.109.0' + context[:gem_version] = '1.110.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 663d60e49a9..d2355e3ac92 100644 --- a/gems/aws-sdk-medialive/CHANGELOG.md +++ b/gems/aws-sdk-medialive/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.101.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.100.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-medialive/VERSION b/gems/aws-sdk-medialive/VERSION index 7a9fecd3f0e..f19e6677313 100644 --- a/gems/aws-sdk-medialive/VERSION +++ b/gems/aws-sdk-medialive/VERSION @@ -1 +1 @@ -1.100.0 +1.101.0 diff --git a/gems/aws-sdk-medialive/aws-sdk-medialive.gemspec b/gems/aws-sdk-medialive/aws-sdk-medialive.gemspec index 1c5b58bee7c..1c03ca2546e 100644 --- a/gems/aws-sdk-medialive/aws-sdk-medialive.gemspec +++ b/gems/aws-sdk-medialive/aws-sdk-medialive.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-medialive/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-medialive/lib/aws-sdk-medialive.rb b/gems/aws-sdk-medialive/lib/aws-sdk-medialive.rb index cdf5d6fa1d8..4ad969e78f7 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.100.0' + GEM_VERSION = '1.101.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 ab977015be7..77a440f6594 100644 --- a/gems/aws-sdk-medialive/lib/aws-sdk-medialive/client.rb +++ b/gems/aws-sdk-medialive/lib/aws-sdk-medialive/client.rb @@ -8339,7 +8339,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-medialive' - 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-mediapackage/CHANGELOG.md b/gems/aws-sdk-mediapackage/CHANGELOG.md index 893bcfed6a7..b9959f95af9 100644 --- a/gems/aws-sdk-mediapackage/CHANGELOG.md +++ b/gems/aws-sdk-mediapackage/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.62.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.61.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-mediapackage/VERSION b/gems/aws-sdk-mediapackage/VERSION index 91951fd8ad7..76d05362056 100644 --- a/gems/aws-sdk-mediapackage/VERSION +++ b/gems/aws-sdk-mediapackage/VERSION @@ -1 +1 @@ -1.61.0 +1.62.0 diff --git a/gems/aws-sdk-mediapackage/aws-sdk-mediapackage.gemspec b/gems/aws-sdk-mediapackage/aws-sdk-mediapackage.gemspec index e5be3d8afb2..e003f0849a0 100644 --- a/gems/aws-sdk-mediapackage/aws-sdk-mediapackage.gemspec +++ b/gems/aws-sdk-mediapackage/aws-sdk-mediapackage.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-mediapackage/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage.rb b/gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage.rb index 8ce30a5bac1..45a007b59d1 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.61.0' + GEM_VERSION = '1.62.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 28327eb0f67..8e2e3acff86 100644 --- a/gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/client.rb +++ b/gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/client.rb @@ -1948,7 +1948,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-mediapackage' - 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-mediapackagev2/CHANGELOG.md b/gems/aws-sdk-mediapackagev2/CHANGELOG.md index 6cbe8ff025c..102bdeee16e 100644 --- a/gems/aws-sdk-mediapackagev2/CHANGELOG.md +++ b/gems/aws-sdk-mediapackagev2/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.3.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.2.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-mediapackagev2/VERSION b/gems/aws-sdk-mediapackagev2/VERSION index 26aaba0e866..f0bb29e7638 100644 --- a/gems/aws-sdk-mediapackagev2/VERSION +++ b/gems/aws-sdk-mediapackagev2/VERSION @@ -1 +1 @@ -1.2.0 +1.3.0 diff --git a/gems/aws-sdk-mediapackagev2/aws-sdk-mediapackagev2.gemspec b/gems/aws-sdk-mediapackagev2/aws-sdk-mediapackagev2.gemspec index d691ff7b4ee..f22c742a15c 100644 --- a/gems/aws-sdk-mediapackagev2/aws-sdk-mediapackagev2.gemspec +++ b/gems/aws-sdk-mediapackagev2/aws-sdk-mediapackagev2.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-mediapackagev2/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2.rb b/gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2.rb index 2aba89cbed1..02b81a2acf0 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.2.0' + GEM_VERSION = '1.3.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 066a20fb964..8c0f07d72a7 100644 --- a/gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/client.rb +++ b/gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/client.rb @@ -1826,7 +1826,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-mediapackagev2' - 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-mediapackagevod/CHANGELOG.md b/gems/aws-sdk-mediapackagevod/CHANGELOG.md index 65aecb4f43f..e00ccc7f5c4 100644 --- a/gems/aws-sdk-mediapackagevod/CHANGELOG.md +++ b/gems/aws-sdk-mediapackagevod/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.45.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.44.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-mediapackagevod/VERSION b/gems/aws-sdk-mediapackagevod/VERSION index 372cf402c73..50aceaa7b71 100644 --- a/gems/aws-sdk-mediapackagevod/VERSION +++ b/gems/aws-sdk-mediapackagevod/VERSION @@ -1 +1 @@ -1.44.0 +1.45.0 diff --git a/gems/aws-sdk-mediapackagevod/aws-sdk-mediapackagevod.gemspec b/gems/aws-sdk-mediapackagevod/aws-sdk-mediapackagevod.gemspec index f5ebc5ee0c5..e00bc6e43a2 100644 --- a/gems/aws-sdk-mediapackagevod/aws-sdk-mediapackagevod.gemspec +++ b/gems/aws-sdk-mediapackagevod/aws-sdk-mediapackagevod.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-mediapackagevod/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-mediapackagevod/lib/aws-sdk-mediapackagevod.rb b/gems/aws-sdk-mediapackagevod/lib/aws-sdk-mediapackagevod.rb index e07b5fa087e..3e30eeb5714 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.44.0' + GEM_VERSION = '1.45.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 e62f55fc2af..4dda70b2228 100644 --- a/gems/aws-sdk-mediapackagevod/lib/aws-sdk-mediapackagevod/client.rb +++ b/gems/aws-sdk-mediapackagevod/lib/aws-sdk-mediapackagevod/client.rb @@ -1410,7 +1410,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-mediapackagevod' - 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-mediastore/CHANGELOG.md b/gems/aws-sdk-mediastore/CHANGELOG.md index 318760cd106..9a20d64daed 100644 --- a/gems/aws-sdk-mediastore/CHANGELOG.md +++ b/gems/aws-sdk-mediastore/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.46.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.45.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-mediastore/VERSION b/gems/aws-sdk-mediastore/VERSION index 50aceaa7b71..0a3db35b241 100644 --- a/gems/aws-sdk-mediastore/VERSION +++ b/gems/aws-sdk-mediastore/VERSION @@ -1 +1 @@ -1.45.0 +1.46.0 diff --git a/gems/aws-sdk-mediastore/aws-sdk-mediastore.gemspec b/gems/aws-sdk-mediastore/aws-sdk-mediastore.gemspec index 26a060b68bc..45907e41104 100644 --- a/gems/aws-sdk-mediastore/aws-sdk-mediastore.gemspec +++ b/gems/aws-sdk-mediastore/aws-sdk-mediastore.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-mediastore/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-mediastore/lib/aws-sdk-mediastore.rb b/gems/aws-sdk-mediastore/lib/aws-sdk-mediastore.rb index 0c14af6432d..33e75c2b3c6 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.45.0' + GEM_VERSION = '1.46.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 c27210aa4eb..0e32f0dcf68 100644 --- a/gems/aws-sdk-mediastore/lib/aws-sdk-mediastore/client.rb +++ b/gems/aws-sdk-mediastore/lib/aws-sdk-mediastore/client.rb @@ -1149,7 +1149,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-mediastore' - 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-mediastoredata/CHANGELOG.md b/gems/aws-sdk-mediastoredata/CHANGELOG.md index 516a858a45e..d3ffc71a45c 100644 --- a/gems/aws-sdk-mediastoredata/CHANGELOG.md +++ b/gems/aws-sdk-mediastoredata/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.43.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.42.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-mediastoredata/VERSION b/gems/aws-sdk-mediastoredata/VERSION index a50908ca3da..b978278f05f 100644 --- a/gems/aws-sdk-mediastoredata/VERSION +++ b/gems/aws-sdk-mediastoredata/VERSION @@ -1 +1 @@ -1.42.0 +1.43.0 diff --git a/gems/aws-sdk-mediastoredata/aws-sdk-mediastoredata.gemspec b/gems/aws-sdk-mediastoredata/aws-sdk-mediastoredata.gemspec index 9aeae514de7..d4be537792a 100644 --- a/gems/aws-sdk-mediastoredata/aws-sdk-mediastoredata.gemspec +++ b/gems/aws-sdk-mediastoredata/aws-sdk-mediastoredata.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-mediastoredata/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-mediastoredata/lib/aws-sdk-mediastoredata.rb b/gems/aws-sdk-mediastoredata/lib/aws-sdk-mediastoredata.rb index 1dfb4d7ea50..f239ba20d2b 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.42.0' + GEM_VERSION = '1.43.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 ad853b2decd..5f536125380 100644 --- a/gems/aws-sdk-mediastoredata/lib/aws-sdk-mediastoredata/client.rb +++ b/gems/aws-sdk-mediastoredata/lib/aws-sdk-mediastoredata/client.rb @@ -698,7 +698,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-mediastoredata' - 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-mediatailor/CHANGELOG.md b/gems/aws-sdk-mediatailor/CHANGELOG.md index cfea5377124..5457c1e3d24 100644 --- a/gems/aws-sdk-mediatailor/CHANGELOG.md +++ b/gems/aws-sdk-mediatailor/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.64.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.63.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-mediatailor/VERSION b/gems/aws-sdk-mediatailor/VERSION index af92bdd9f58..9405730420f 100644 --- a/gems/aws-sdk-mediatailor/VERSION +++ b/gems/aws-sdk-mediatailor/VERSION @@ -1 +1 @@ -1.63.0 +1.64.0 diff --git a/gems/aws-sdk-mediatailor/aws-sdk-mediatailor.gemspec b/gems/aws-sdk-mediatailor/aws-sdk-mediatailor.gemspec index a0b8a223c1b..26dc82ae1c1 100644 --- a/gems/aws-sdk-mediatailor/aws-sdk-mediatailor.gemspec +++ b/gems/aws-sdk-mediatailor/aws-sdk-mediatailor.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-mediatailor/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor.rb b/gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor.rb index c28391ef17f..9c9879df5a6 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.63.0' + GEM_VERSION = '1.64.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 121e25363a1..01bcc9b37c0 100644 --- a/gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/client.rb +++ b/gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/client.rb @@ -3053,7 +3053,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-mediatailor' - 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-memorydb/CHANGELOG.md b/gems/aws-sdk-memorydb/CHANGELOG.md index 1d1f768ba83..ba8f345a63f 100644 --- a/gems/aws-sdk-memorydb/CHANGELOG.md +++ b/gems/aws-sdk-memorydb/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.16.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.15.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-memorydb/VERSION b/gems/aws-sdk-memorydb/VERSION index 141f2e805be..15b989e398f 100644 --- a/gems/aws-sdk-memorydb/VERSION +++ b/gems/aws-sdk-memorydb/VERSION @@ -1 +1 @@ -1.15.0 +1.16.0 diff --git a/gems/aws-sdk-memorydb/aws-sdk-memorydb.gemspec b/gems/aws-sdk-memorydb/aws-sdk-memorydb.gemspec index a34a7c0debd..1b771180dc1 100644 --- a/gems/aws-sdk-memorydb/aws-sdk-memorydb.gemspec +++ b/gems/aws-sdk-memorydb/aws-sdk-memorydb.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-memorydb/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-memorydb/lib/aws-sdk-memorydb.rb b/gems/aws-sdk-memorydb/lib/aws-sdk-memorydb.rb index 8fc6da27307..3ef2b35b83f 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.15.0' + GEM_VERSION = '1.16.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 8468dc0cf36..a1360c72df3 100644 --- a/gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/client.rb +++ b/gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/client.rb @@ -2905,7 +2905,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-memorydb' - 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-mgn/CHANGELOG.md b/gems/aws-sdk-mgn/CHANGELOG.md index 8d661dc729d..43b69f0ae31 100644 --- a/gems/aws-sdk-mgn/CHANGELOG.md +++ b/gems/aws-sdk-mgn/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.21.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.20.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-mgn/VERSION b/gems/aws-sdk-mgn/VERSION index 39893559155..3500250a4b0 100644 --- a/gems/aws-sdk-mgn/VERSION +++ b/gems/aws-sdk-mgn/VERSION @@ -1 +1 @@ -1.20.0 +1.21.0 diff --git a/gems/aws-sdk-mgn/aws-sdk-mgn.gemspec b/gems/aws-sdk-mgn/aws-sdk-mgn.gemspec index 2d2f805b4fe..801b775b007 100644 --- a/gems/aws-sdk-mgn/aws-sdk-mgn.gemspec +++ b/gems/aws-sdk-mgn/aws-sdk-mgn.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-mgn/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-mgn/lib/aws-sdk-mgn.rb b/gems/aws-sdk-mgn/lib/aws-sdk-mgn.rb index 252579a4b0b..3cffc3ebe97 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.20.0' + GEM_VERSION = '1.21.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 0fffe47773b..115d1ff5da8 100644 --- a/gems/aws-sdk-mgn/lib/aws-sdk-mgn/client.rb +++ b/gems/aws-sdk-mgn/lib/aws-sdk-mgn/client.rb @@ -4354,7 +4354,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-mgn' - 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-migrationhub/CHANGELOG.md b/gems/aws-sdk-migrationhub/CHANGELOG.md index 8028ead32d7..6041aab24cd 100644 --- a/gems/aws-sdk-migrationhub/CHANGELOG.md +++ b/gems/aws-sdk-migrationhub/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.45.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.44.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-migrationhub/VERSION b/gems/aws-sdk-migrationhub/VERSION index 372cf402c73..50aceaa7b71 100644 --- a/gems/aws-sdk-migrationhub/VERSION +++ b/gems/aws-sdk-migrationhub/VERSION @@ -1 +1 @@ -1.44.0 +1.45.0 diff --git a/gems/aws-sdk-migrationhub/aws-sdk-migrationhub.gemspec b/gems/aws-sdk-migrationhub/aws-sdk-migrationhub.gemspec index f410843f4d9..b4a9cf5f0a3 100644 --- a/gems/aws-sdk-migrationhub/aws-sdk-migrationhub.gemspec +++ b/gems/aws-sdk-migrationhub/aws-sdk-migrationhub.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-migrationhub/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-migrationhub/lib/aws-sdk-migrationhub.rb b/gems/aws-sdk-migrationhub/lib/aws-sdk-migrationhub.rb index 739f18a6b20..7d600fd2116 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.44.0' + GEM_VERSION = '1.45.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 076ed495ccf..7804aeda0dd 100644 --- a/gems/aws-sdk-migrationhub/lib/aws-sdk-migrationhub/client.rb +++ b/gems/aws-sdk-migrationhub/lib/aws-sdk-migrationhub/client.rb @@ -1216,7 +1216,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-migrationhub' - 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-migrationhubconfig/CHANGELOG.md b/gems/aws-sdk-migrationhubconfig/CHANGELOG.md index c2033320b6b..db4600db962 100644 --- a/gems/aws-sdk-migrationhubconfig/CHANGELOG.md +++ b/gems/aws-sdk-migrationhubconfig/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.25.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.24.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-migrationhubconfig/VERSION b/gems/aws-sdk-migrationhubconfig/VERSION index 53cc1a6f929..ad2191947f7 100644 --- a/gems/aws-sdk-migrationhubconfig/VERSION +++ b/gems/aws-sdk-migrationhubconfig/VERSION @@ -1 +1 @@ -1.24.0 +1.25.0 diff --git a/gems/aws-sdk-migrationhubconfig/aws-sdk-migrationhubconfig.gemspec b/gems/aws-sdk-migrationhubconfig/aws-sdk-migrationhubconfig.gemspec index c72a5d9cebd..db678931b40 100644 --- a/gems/aws-sdk-migrationhubconfig/aws-sdk-migrationhubconfig.gemspec +++ b/gems/aws-sdk-migrationhubconfig/aws-sdk-migrationhubconfig.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-migrationhubconfig/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-migrationhubconfig/lib/aws-sdk-migrationhubconfig.rb b/gems/aws-sdk-migrationhubconfig/lib/aws-sdk-migrationhubconfig.rb index 32a3ec6c7ca..fd792122a2e 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.24.0' + GEM_VERSION = '1.25.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 f67c1c1ab77..81995f78443 100644 --- a/gems/aws-sdk-migrationhubconfig/lib/aws-sdk-migrationhubconfig/client.rb +++ b/gems/aws-sdk-migrationhubconfig/lib/aws-sdk-migrationhubconfig/client.rb @@ -526,7 +526,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-migrationhubconfig' - 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-migrationhuborchestrator/CHANGELOG.md b/gems/aws-sdk-migrationhuborchestrator/CHANGELOG.md index 9eab3456442..eaf75902129 100644 --- a/gems/aws-sdk-migrationhuborchestrator/CHANGELOG.md +++ b/gems/aws-sdk-migrationhuborchestrator/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.5.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.4.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-migrationhuborchestrator/VERSION b/gems/aws-sdk-migrationhuborchestrator/VERSION index 88c5fb891dc..bc80560fad6 100644 --- a/gems/aws-sdk-migrationhuborchestrator/VERSION +++ b/gems/aws-sdk-migrationhuborchestrator/VERSION @@ -1 +1 @@ -1.4.0 +1.5.0 diff --git a/gems/aws-sdk-migrationhuborchestrator/aws-sdk-migrationhuborchestrator.gemspec b/gems/aws-sdk-migrationhuborchestrator/aws-sdk-migrationhuborchestrator.gemspec index 02478fd6d37..1d76d308875 100644 --- a/gems/aws-sdk-migrationhuborchestrator/aws-sdk-migrationhuborchestrator.gemspec +++ b/gems/aws-sdk-migrationhuborchestrator/aws-sdk-migrationhuborchestrator.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-migrationhuborchestrator/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator.rb b/gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator.rb index 3a47b55ba67..d111c94206c 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.4.0' + GEM_VERSION = '1.5.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 52eca589da0..809e0cab690 100644 --- a/gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/client.rb +++ b/gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/client.rb @@ -1926,7 +1926,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-migrationhuborchestrator' - 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-migrationhubrefactorspaces/CHANGELOG.md b/gems/aws-sdk-migrationhubrefactorspaces/CHANGELOG.md index a4bea20b1f8..2567ed73277 100644 --- a/gems/aws-sdk-migrationhubrefactorspaces/CHANGELOG.md +++ b/gems/aws-sdk-migrationhubrefactorspaces/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.16.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.15.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-migrationhubrefactorspaces/VERSION b/gems/aws-sdk-migrationhubrefactorspaces/VERSION index 141f2e805be..15b989e398f 100644 --- a/gems/aws-sdk-migrationhubrefactorspaces/VERSION +++ b/gems/aws-sdk-migrationhubrefactorspaces/VERSION @@ -1 +1 @@ -1.15.0 +1.16.0 diff --git a/gems/aws-sdk-migrationhubrefactorspaces/aws-sdk-migrationhubrefactorspaces.gemspec b/gems/aws-sdk-migrationhubrefactorspaces/aws-sdk-migrationhubrefactorspaces.gemspec index e3b438aaea8..7094f9f88ba 100644 --- a/gems/aws-sdk-migrationhubrefactorspaces/aws-sdk-migrationhubrefactorspaces.gemspec +++ b/gems/aws-sdk-migrationhubrefactorspaces/aws-sdk-migrationhubrefactorspaces.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-migrationhubrefactorspaces/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces.rb b/gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces.rb index 939035db933..bd1fc4d5a49 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.15.0' + GEM_VERSION = '1.16.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 bf276b87c61..a36a0c44b0d 100644 --- a/gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/client.rb +++ b/gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/client.rb @@ -1932,7 +1932,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-migrationhubrefactorspaces' - 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-migrationhubstrategyrecommendations/CHANGELOG.md b/gems/aws-sdk-migrationhubstrategyrecommendations/CHANGELOG.md index f032e262668..7d1139f64d4 100644 --- a/gems/aws-sdk-migrationhubstrategyrecommendations/CHANGELOG.md +++ b/gems/aws-sdk-migrationhubstrategyrecommendations/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.12.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.11.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-migrationhubstrategyrecommendations/VERSION b/gems/aws-sdk-migrationhubstrategyrecommendations/VERSION index 1cac385c6cb..0eed1a29efd 100644 --- a/gems/aws-sdk-migrationhubstrategyrecommendations/VERSION +++ b/gems/aws-sdk-migrationhubstrategyrecommendations/VERSION @@ -1 +1 @@ -1.11.0 +1.12.0 diff --git a/gems/aws-sdk-migrationhubstrategyrecommendations/aws-sdk-migrationhubstrategyrecommendations.gemspec b/gems/aws-sdk-migrationhubstrategyrecommendations/aws-sdk-migrationhubstrategyrecommendations.gemspec index c561bb5fe62..7dcddc11a19 100644 --- a/gems/aws-sdk-migrationhubstrategyrecommendations/aws-sdk-migrationhubstrategyrecommendations.gemspec +++ b/gems/aws-sdk-migrationhubstrategyrecommendations/aws-sdk-migrationhubstrategyrecommendations.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-migrationhubstrategyrecommendations/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations.rb b/gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations.rb index 93a27e07162..a7122e61e01 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.11.0' + GEM_VERSION = '1.12.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 ee75149c6cb..2d448268189 100644 --- a/gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/client.rb +++ b/gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/client.rb @@ -1502,7 +1502,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-migrationhubstrategyrecommendations' - 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-mobile/CHANGELOG.md b/gems/aws-sdk-mobile/CHANGELOG.md index 9c0d1834a20..d2666556423 100644 --- a/gems/aws-sdk-mobile/CHANGELOG.md +++ b/gems/aws-sdk-mobile/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.40.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.39.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-mobile/VERSION b/gems/aws-sdk-mobile/VERSION index 5edffce6d57..32b7211cb61 100644 --- a/gems/aws-sdk-mobile/VERSION +++ b/gems/aws-sdk-mobile/VERSION @@ -1 +1 @@ -1.39.0 +1.40.0 diff --git a/gems/aws-sdk-mobile/aws-sdk-mobile.gemspec b/gems/aws-sdk-mobile/aws-sdk-mobile.gemspec index e3c6348dc54..9fc43447992 100644 --- a/gems/aws-sdk-mobile/aws-sdk-mobile.gemspec +++ b/gems/aws-sdk-mobile/aws-sdk-mobile.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-mobile/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-mobile/lib/aws-sdk-mobile.rb b/gems/aws-sdk-mobile/lib/aws-sdk-mobile.rb index 112f7a0b525..37a69bce725 100644 --- a/gems/aws-sdk-mobile/lib/aws-sdk-mobile.rb +++ b/gems/aws-sdk-mobile/lib/aws-sdk-mobile.rb @@ -52,6 +52,6 @@ # @!group service module Aws::Mobile - GEM_VERSION = '1.39.0' + GEM_VERSION = '1.40.0' end diff --git a/gems/aws-sdk-mobile/lib/aws-sdk-mobile/client.rb b/gems/aws-sdk-mobile/lib/aws-sdk-mobile/client.rb index be19ea03c9c..68535f6dcab 100644 --- a/gems/aws-sdk-mobile/lib/aws-sdk-mobile/client.rb +++ b/gems/aws-sdk-mobile/lib/aws-sdk-mobile/client.rb @@ -771,7 +771,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-mobile' - 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-mq/CHANGELOG.md b/gems/aws-sdk-mq/CHANGELOG.md index f7800ba4060..4728de2a650 100644 --- a/gems/aws-sdk-mq/CHANGELOG.md +++ b/gems/aws-sdk-mq/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.53.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.52.0 (2023-06-21) ------------------ diff --git a/gems/aws-sdk-mq/VERSION b/gems/aws-sdk-mq/VERSION index a63cb35e6f0..3f4830156cb 100644 --- a/gems/aws-sdk-mq/VERSION +++ b/gems/aws-sdk-mq/VERSION @@ -1 +1 @@ -1.52.0 +1.53.0 diff --git a/gems/aws-sdk-mq/aws-sdk-mq.gemspec b/gems/aws-sdk-mq/aws-sdk-mq.gemspec index 0399933d483..fa3d3b2d754 100644 --- a/gems/aws-sdk-mq/aws-sdk-mq.gemspec +++ b/gems/aws-sdk-mq/aws-sdk-mq.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-mq/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-mq/lib/aws-sdk-mq.rb b/gems/aws-sdk-mq/lib/aws-sdk-mq.rb index 9a886480cdc..be72fc9ba40 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.52.0' + GEM_VERSION = '1.53.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 601a5c1c86d..fc7b68b11a3 100644 --- a/gems/aws-sdk-mq/lib/aws-sdk-mq/client.rb +++ b/gems/aws-sdk-mq/lib/aws-sdk-mq/client.rb @@ -1607,7 +1607,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-mq' - 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-mturk/CHANGELOG.md b/gems/aws-sdk-mturk/CHANGELOG.md index feeb992c52b..279465c301d 100644 --- a/gems/aws-sdk-mturk/CHANGELOG.md +++ b/gems/aws-sdk-mturk/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.45.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.44.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-mturk/VERSION b/gems/aws-sdk-mturk/VERSION index 372cf402c73..50aceaa7b71 100644 --- a/gems/aws-sdk-mturk/VERSION +++ b/gems/aws-sdk-mturk/VERSION @@ -1 +1 @@ -1.44.0 +1.45.0 diff --git a/gems/aws-sdk-mturk/aws-sdk-mturk.gemspec b/gems/aws-sdk-mturk/aws-sdk-mturk.gemspec index a12e113e3ea..e0104b91d7d 100644 --- a/gems/aws-sdk-mturk/aws-sdk-mturk.gemspec +++ b/gems/aws-sdk-mturk/aws-sdk-mturk.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-mturk/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-mturk/lib/aws-sdk-mturk.rb b/gems/aws-sdk-mturk/lib/aws-sdk-mturk.rb index f6cbf967cf2..487e5b6adbf 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.44.0' + GEM_VERSION = '1.45.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 1de1862607b..ef44e4316a8 100644 --- a/gems/aws-sdk-mturk/lib/aws-sdk-mturk/client.rb +++ b/gems/aws-sdk-mturk/lib/aws-sdk-mturk/client.rb @@ -2910,7 +2910,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-mturk' - 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-mwaa/CHANGELOG.md b/gems/aws-sdk-mwaa/CHANGELOG.md index ff53432e000..4f912ace6ff 100644 --- a/gems/aws-sdk-mwaa/CHANGELOG.md +++ b/gems/aws-sdk-mwaa/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.24.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.23.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-mwaa/VERSION b/gems/aws-sdk-mwaa/VERSION index a6c2798a482..53cc1a6f929 100644 --- a/gems/aws-sdk-mwaa/VERSION +++ b/gems/aws-sdk-mwaa/VERSION @@ -1 +1 @@ -1.23.0 +1.24.0 diff --git a/gems/aws-sdk-mwaa/aws-sdk-mwaa.gemspec b/gems/aws-sdk-mwaa/aws-sdk-mwaa.gemspec index 2890c43cdc8..ef3c4c4db26 100644 --- a/gems/aws-sdk-mwaa/aws-sdk-mwaa.gemspec +++ b/gems/aws-sdk-mwaa/aws-sdk-mwaa.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-mwaa/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-mwaa/lib/aws-sdk-mwaa.rb b/gems/aws-sdk-mwaa/lib/aws-sdk-mwaa.rb index 35458971f82..a51f96106af 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.23.0' + GEM_VERSION = '1.24.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 aed084212fa..bdb06d6eddb 100644 --- a/gems/aws-sdk-mwaa/lib/aws-sdk-mwaa/client.rb +++ b/gems/aws-sdk-mwaa/lib/aws-sdk-mwaa/client.rb @@ -1288,7 +1288,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-mwaa' - 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-neptune/CHANGELOG.md b/gems/aws-sdk-neptune/CHANGELOG.md index 120df864048..be44958341f 100644 --- a/gems/aws-sdk-neptune/CHANGELOG.md +++ b/gems/aws-sdk-neptune/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.53.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.52.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-neptune/VERSION b/gems/aws-sdk-neptune/VERSION index a63cb35e6f0..3f4830156cb 100644 --- a/gems/aws-sdk-neptune/VERSION +++ b/gems/aws-sdk-neptune/VERSION @@ -1 +1 @@ -1.52.0 +1.53.0 diff --git a/gems/aws-sdk-neptune/aws-sdk-neptune.gemspec b/gems/aws-sdk-neptune/aws-sdk-neptune.gemspec index c2a1c322a51..02175b44fca 100644 --- a/gems/aws-sdk-neptune/aws-sdk-neptune.gemspec +++ b/gems/aws-sdk-neptune/aws-sdk-neptune.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-neptune/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-neptune/lib/aws-sdk-neptune.rb b/gems/aws-sdk-neptune/lib/aws-sdk-neptune.rb index 5877e3dc7d7..48074e53ee0 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.52.0' + GEM_VERSION = '1.53.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 0f3f28e715d..981d9caa691 100644 --- a/gems/aws-sdk-neptune/lib/aws-sdk-neptune/client.rb +++ b/gems/aws-sdk-neptune/lib/aws-sdk-neptune/client.rb @@ -7436,7 +7436,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-neptune' - 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-networkfirewall/CHANGELOG.md b/gems/aws-sdk-networkfirewall/CHANGELOG.md index dc27b04721c..ecde966f223 100644 --- a/gems/aws-sdk-networkfirewall/CHANGELOG.md +++ b/gems/aws-sdk-networkfirewall/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.31.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.30.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-networkfirewall/VERSION b/gems/aws-sdk-networkfirewall/VERSION index 034552a83ee..34aae156b19 100644 --- a/gems/aws-sdk-networkfirewall/VERSION +++ b/gems/aws-sdk-networkfirewall/VERSION @@ -1 +1 @@ -1.30.0 +1.31.0 diff --git a/gems/aws-sdk-networkfirewall/aws-sdk-networkfirewall.gemspec b/gems/aws-sdk-networkfirewall/aws-sdk-networkfirewall.gemspec index c746ddb2e63..72833439fbe 100644 --- a/gems/aws-sdk-networkfirewall/aws-sdk-networkfirewall.gemspec +++ b/gems/aws-sdk-networkfirewall/aws-sdk-networkfirewall.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-networkfirewall/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall.rb b/gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall.rb index f768d25165b..d7896dc17a2 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.30.0' + GEM_VERSION = '1.31.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 f25934a987e..28e886b2e0f 100644 --- a/gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/client.rb +++ b/gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/client.rb @@ -3525,7 +3525,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-networkfirewall' - 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-networkmanager/CHANGELOG.md b/gems/aws-sdk-networkmanager/CHANGELOG.md index 1fb1539ff17..8db344d104c 100644 --- a/gems/aws-sdk-networkmanager/CHANGELOG.md +++ b/gems/aws-sdk-networkmanager/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.33.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.32.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-networkmanager/VERSION b/gems/aws-sdk-networkmanager/VERSION index 359c41089a4..7aa332e4163 100644 --- a/gems/aws-sdk-networkmanager/VERSION +++ b/gems/aws-sdk-networkmanager/VERSION @@ -1 +1 @@ -1.32.0 +1.33.0 diff --git a/gems/aws-sdk-networkmanager/aws-sdk-networkmanager.gemspec b/gems/aws-sdk-networkmanager/aws-sdk-networkmanager.gemspec index 606301a8585..854a559b4fe 100644 --- a/gems/aws-sdk-networkmanager/aws-sdk-networkmanager.gemspec +++ b/gems/aws-sdk-networkmanager/aws-sdk-networkmanager.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-networkmanager/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager.rb b/gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager.rb index da259d03ac8..bc8208da813 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.32.0' + GEM_VERSION = '1.33.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 cfdae6125b4..60b3941dacd 100644 --- a/gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/client.rb +++ b/gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/client.rb @@ -5160,7 +5160,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-networkmanager' - 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-nimblestudio/CHANGELOG.md b/gems/aws-sdk-nimblestudio/CHANGELOG.md index 30cbee5f707..1ca73fd95ad 100644 --- a/gems/aws-sdk-nimblestudio/CHANGELOG.md +++ b/gems/aws-sdk-nimblestudio/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.21.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.20.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-nimblestudio/VERSION b/gems/aws-sdk-nimblestudio/VERSION index 39893559155..3500250a4b0 100644 --- a/gems/aws-sdk-nimblestudio/VERSION +++ b/gems/aws-sdk-nimblestudio/VERSION @@ -1 +1 @@ -1.20.0 +1.21.0 diff --git a/gems/aws-sdk-nimblestudio/aws-sdk-nimblestudio.gemspec b/gems/aws-sdk-nimblestudio/aws-sdk-nimblestudio.gemspec index 382e9dd080f..659a00b3f49 100644 --- a/gems/aws-sdk-nimblestudio/aws-sdk-nimblestudio.gemspec +++ b/gems/aws-sdk-nimblestudio/aws-sdk-nimblestudio.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-nimblestudio/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio.rb b/gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio.rb index c790cafc874..1a7bb4efb8b 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.20.0' + GEM_VERSION = '1.21.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 1990c5b201b..f1d1688a465 100644 --- a/gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/client.rb +++ b/gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/client.rb @@ -3739,7 +3739,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-nimblestudio' - 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-oam/CHANGELOG.md b/gems/aws-sdk-oam/CHANGELOG.md index 8ee4b1c087a..4f953c28167 100644 --- a/gems/aws-sdk-oam/CHANGELOG.md +++ b/gems/aws-sdk-oam/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.4.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.3.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-oam/VERSION b/gems/aws-sdk-oam/VERSION index f0bb29e7638..88c5fb891dc 100644 --- a/gems/aws-sdk-oam/VERSION +++ b/gems/aws-sdk-oam/VERSION @@ -1 +1 @@ -1.3.0 +1.4.0 diff --git a/gems/aws-sdk-oam/aws-sdk-oam.gemspec b/gems/aws-sdk-oam/aws-sdk-oam.gemspec index 9231357b87a..5188d2f12ff 100644 --- a/gems/aws-sdk-oam/aws-sdk-oam.gemspec +++ b/gems/aws-sdk-oam/aws-sdk-oam.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-oam/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-oam/lib/aws-sdk-oam.rb b/gems/aws-sdk-oam/lib/aws-sdk-oam.rb index 0550478eea3..c495085068c 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.3.0' + GEM_VERSION = '1.4.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 7961d74284d..f1e08558e8e 100644 --- a/gems/aws-sdk-oam/lib/aws-sdk-oam/client.rb +++ b/gems/aws-sdk-oam/lib/aws-sdk-oam/client.rb @@ -1149,7 +1149,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-oam' - context[:gem_version] = '1.3.0' + context[:gem_version] = '1.4.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 2c685ac6195..6bd91bf6ab8 100644 --- a/gems/aws-sdk-omics/CHANGELOG.md +++ b/gems/aws-sdk-omics/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.7.0 (2023-06-28) +------------------ + +* Feature - Add Common Workflow Language (CWL) as a supported language for Omics workflows + 1.6.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-omics/VERSION b/gems/aws-sdk-omics/VERSION index dc1e644a101..bd8bf882d06 100644 --- a/gems/aws-sdk-omics/VERSION +++ b/gems/aws-sdk-omics/VERSION @@ -1 +1 @@ -1.6.0 +1.7.0 diff --git a/gems/aws-sdk-omics/aws-sdk-omics.gemspec b/gems/aws-sdk-omics/aws-sdk-omics.gemspec index 68eb0632722..28222899698 100644 --- a/gems/aws-sdk-omics/aws-sdk-omics.gemspec +++ b/gems/aws-sdk-omics/aws-sdk-omics.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-omics/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-omics/lib/aws-sdk-omics.rb b/gems/aws-sdk-omics/lib/aws-sdk-omics.rb index 6924d8e4d87..2a061f8fc2c 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.6.0' + GEM_VERSION = '1.7.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 6858fe530b8..74366429b31 100644 --- a/gems/aws-sdk-omics/lib/aws-sdk-omics/client.rb +++ b/gems/aws-sdk-omics/lib/aws-sdk-omics/client.rb @@ -1022,7 +1022,7 @@ def create_variant_store(params = {}, options = {}) # resp = client.create_workflow({ # name: "WorkflowName", # description: "WorkflowDescription", - # engine: "WDL", # accepts WDL, NEXTFLOW + # engine: "WDL", # accepts WDL, NEXTFLOW, CWL # definition_zip: "data", # definition_uri: "WorkflowDefinition", # main: "WorkflowMain", @@ -2258,7 +2258,7 @@ def get_variant_store(params = {}, options = {}) # resp.type #=> String, one of "PRIVATE", "READY2RUN" # resp.name #=> String # resp.description #=> String - # resp.engine #=> String, one of "WDL", "NEXTFLOW" + # resp.engine #=> String, one of "WDL", "NEXTFLOW", "CWL" # resp.definition #=> String # resp.main #=> String # resp.digest #=> String @@ -4069,7 +4069,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-omics' - 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-omics/spec/endpoint_provider_spec.rb b/gems/aws-sdk-omics/spec/endpoint_provider_spec.rb index dba3658c9a1..1bc5bf4044e 100644 --- a/gems/aws-sdk-omics/spec/endpoint_provider_spec.rb +++ b/gems/aws-sdk-omics/spec/endpoint_provider_spec.rb @@ -20,7 +20,7 @@ module Aws::Omics end it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>true, :region=>"us-gov-east-1", :use_dual_stack=>true}) + params = EndpointParameters.new(**{:use_fips=>true, :use_dual_stack=>true, :region=>"us-gov-east-1"}) endpoint = subject.resolve_endpoint(params) expect(endpoint.url).to eq(expected['endpoint']['url']) expect(endpoint.headers).to eq(expected['endpoint']['headers'] || {}) @@ -34,7 +34,7 @@ module Aws::Omics end it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>true, :region=>"us-gov-east-1", :use_dual_stack=>false}) + params = EndpointParameters.new(**{:use_fips=>true, :use_dual_stack=>false, :region=>"us-gov-east-1"}) endpoint = subject.resolve_endpoint(params) expect(endpoint.url).to eq(expected['endpoint']['url']) expect(endpoint.headers).to eq(expected['endpoint']['headers'] || {}) @@ -48,7 +48,7 @@ module Aws::Omics end it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>false, :region=>"us-gov-east-1", :use_dual_stack=>true}) + params = EndpointParameters.new(**{:use_fips=>false, :use_dual_stack=>true, :region=>"us-gov-east-1"}) endpoint = subject.resolve_endpoint(params) expect(endpoint.url).to eq(expected['endpoint']['url']) expect(endpoint.headers).to eq(expected['endpoint']['headers'] || {}) @@ -62,7 +62,7 @@ module Aws::Omics end it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>false, :region=>"us-gov-east-1", :use_dual_stack=>false}) + params = EndpointParameters.new(**{:use_fips=>false, :use_dual_stack=>false, :region=>"us-gov-east-1"}) endpoint = subject.resolve_endpoint(params) expect(endpoint.url).to eq(expected['endpoint']['url']) expect(endpoint.headers).to eq(expected['endpoint']['headers'] || {}) @@ -76,7 +76,7 @@ module Aws::Omics end it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>true, :region=>"cn-north-1", :use_dual_stack=>true}) + params = EndpointParameters.new(**{:use_fips=>true, :use_dual_stack=>true, :region=>"cn-north-1"}) endpoint = subject.resolve_endpoint(params) expect(endpoint.url).to eq(expected['endpoint']['url']) expect(endpoint.headers).to eq(expected['endpoint']['headers'] || {}) @@ -90,7 +90,7 @@ module Aws::Omics end it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>true, :region=>"cn-north-1", :use_dual_stack=>false}) + params = EndpointParameters.new(**{:use_fips=>true, :use_dual_stack=>false, :region=>"cn-north-1"}) endpoint = subject.resolve_endpoint(params) expect(endpoint.url).to eq(expected['endpoint']['url']) expect(endpoint.headers).to eq(expected['endpoint']['headers'] || {}) @@ -104,7 +104,7 @@ module Aws::Omics end it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>false, :region=>"cn-north-1", :use_dual_stack=>true}) + params = EndpointParameters.new(**{:use_fips=>false, :use_dual_stack=>true, :region=>"cn-north-1"}) endpoint = subject.resolve_endpoint(params) expect(endpoint.url).to eq(expected['endpoint']['url']) expect(endpoint.headers).to eq(expected['endpoint']['headers'] || {}) @@ -118,7 +118,7 @@ module Aws::Omics end it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>false, :region=>"cn-north-1", :use_dual_stack=>false}) + params = EndpointParameters.new(**{:use_fips=>false, :use_dual_stack=>false, :region=>"cn-north-1"}) endpoint = subject.resolve_endpoint(params) expect(endpoint.url).to eq(expected['endpoint']['url']) expect(endpoint.headers).to eq(expected['endpoint']['headers'] || {}) @@ -132,7 +132,7 @@ module Aws::Omics end it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>true, :region=>"us-iso-east-1", :use_dual_stack=>true}) + params = EndpointParameters.new(**{:use_fips=>true, :use_dual_stack=>true, :region=>"us-iso-east-1"}) expect do subject.resolve_endpoint(params) end.to raise_error(ArgumentError, expected['error']) @@ -145,7 +145,7 @@ module Aws::Omics end it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>true, :region=>"us-iso-east-1", :use_dual_stack=>false}) + params = EndpointParameters.new(**{:use_fips=>true, :use_dual_stack=>false, :region=>"us-iso-east-1"}) endpoint = subject.resolve_endpoint(params) expect(endpoint.url).to eq(expected['endpoint']['url']) expect(endpoint.headers).to eq(expected['endpoint']['headers'] || {}) @@ -159,7 +159,7 @@ module Aws::Omics end it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>false, :region=>"us-iso-east-1", :use_dual_stack=>true}) + params = EndpointParameters.new(**{:use_fips=>false, :use_dual_stack=>true, :region=>"us-iso-east-1"}) expect do subject.resolve_endpoint(params) end.to raise_error(ArgumentError, expected['error']) @@ -172,7 +172,7 @@ module Aws::Omics end it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>false, :region=>"us-iso-east-1", :use_dual_stack=>false}) + params = EndpointParameters.new(**{:use_fips=>false, :use_dual_stack=>false, :region=>"us-iso-east-1"}) endpoint = subject.resolve_endpoint(params) expect(endpoint.url).to eq(expected['endpoint']['url']) expect(endpoint.headers).to eq(expected['endpoint']['headers'] || {}) @@ -186,7 +186,7 @@ module Aws::Omics end it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>true, :region=>"us-east-1", :use_dual_stack=>true}) + params = EndpointParameters.new(**{:use_fips=>true, :use_dual_stack=>true, :region=>"us-east-1"}) endpoint = subject.resolve_endpoint(params) expect(endpoint.url).to eq(expected['endpoint']['url']) expect(endpoint.headers).to eq(expected['endpoint']['headers'] || {}) @@ -200,7 +200,7 @@ module Aws::Omics end it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>true, :region=>"us-east-1", :use_dual_stack=>false}) + params = EndpointParameters.new(**{:use_fips=>true, :use_dual_stack=>false, :region=>"us-east-1"}) endpoint = subject.resolve_endpoint(params) expect(endpoint.url).to eq(expected['endpoint']['url']) expect(endpoint.headers).to eq(expected['endpoint']['headers'] || {}) @@ -214,7 +214,7 @@ module Aws::Omics end it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>false, :region=>"us-east-1", :use_dual_stack=>true}) + params = EndpointParameters.new(**{:use_fips=>false, :use_dual_stack=>true, :region=>"us-east-1"}) endpoint = subject.resolve_endpoint(params) expect(endpoint.url).to eq(expected['endpoint']['url']) expect(endpoint.headers).to eq(expected['endpoint']['headers'] || {}) @@ -228,7 +228,7 @@ module Aws::Omics end it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>false, :region=>"us-east-1", :use_dual_stack=>false}) + params = EndpointParameters.new(**{:use_fips=>false, :use_dual_stack=>false, :region=>"us-east-1"}) endpoint = subject.resolve_endpoint(params) expect(endpoint.url).to eq(expected['endpoint']['url']) expect(endpoint.headers).to eq(expected['endpoint']['headers'] || {}) @@ -242,7 +242,7 @@ module Aws::Omics end it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>true, :region=>"us-isob-east-1", :use_dual_stack=>true}) + params = EndpointParameters.new(**{:use_fips=>true, :use_dual_stack=>true, :region=>"us-isob-east-1"}) expect do subject.resolve_endpoint(params) end.to raise_error(ArgumentError, expected['error']) @@ -255,7 +255,7 @@ module Aws::Omics end it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>true, :region=>"us-isob-east-1", :use_dual_stack=>false}) + params = EndpointParameters.new(**{:use_fips=>true, :use_dual_stack=>false, :region=>"us-isob-east-1"}) endpoint = subject.resolve_endpoint(params) expect(endpoint.url).to eq(expected['endpoint']['url']) expect(endpoint.headers).to eq(expected['endpoint']['headers'] || {}) @@ -269,7 +269,7 @@ module Aws::Omics end it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>false, :region=>"us-isob-east-1", :use_dual_stack=>true}) + params = EndpointParameters.new(**{:use_fips=>false, :use_dual_stack=>true, :region=>"us-isob-east-1"}) expect do subject.resolve_endpoint(params) end.to raise_error(ArgumentError, expected['error']) @@ -282,7 +282,7 @@ module Aws::Omics end it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>false, :region=>"us-isob-east-1", :use_dual_stack=>false}) + params = EndpointParameters.new(**{:use_fips=>false, :use_dual_stack=>false, :region=>"us-isob-east-1"}) endpoint = subject.resolve_endpoint(params) expect(endpoint.url).to eq(expected['endpoint']['url']) expect(endpoint.headers).to eq(expected['endpoint']['headers'] || {}) @@ -296,7 +296,7 @@ module Aws::Omics end it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>false, :region=>"us-east-1", :use_dual_stack=>false, :endpoint=>"https://example.com"}) + params = EndpointParameters.new(**{:use_fips=>false, :use_dual_stack=>false, :region=>"us-east-1", :endpoint=>"https://example.com"}) endpoint = subject.resolve_endpoint(params) expect(endpoint.url).to eq(expected['endpoint']['url']) expect(endpoint.headers).to eq(expected['endpoint']['headers'] || {}) @@ -310,7 +310,7 @@ module Aws::Omics end it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>true, :region=>"us-east-1", :use_dual_stack=>false, :endpoint=>"https://example.com"}) + params = EndpointParameters.new(**{:use_fips=>true, :use_dual_stack=>false, :region=>"us-east-1", :endpoint=>"https://example.com"}) expect do subject.resolve_endpoint(params) end.to raise_error(ArgumentError, expected['error']) @@ -323,7 +323,7 @@ module Aws::Omics end it 'produces the expected output from the EndpointProvider' do - params = EndpointParameters.new(**{:use_fips=>false, :region=>"us-east-1", :use_dual_stack=>true, :endpoint=>"https://example.com"}) + params = EndpointParameters.new(**{:use_fips=>false, :use_dual_stack=>true, :region=>"us-east-1", :endpoint=>"https://example.com"}) expect do subject.resolve_endpoint(params) end.to raise_error(ArgumentError, expected['error']) diff --git a/gems/aws-sdk-opensearchserverless/CHANGELOG.md b/gems/aws-sdk-opensearchserverless/CHANGELOG.md index 0582553aa9d..1f1bc3e0d69 100644 --- a/gems/aws-sdk-opensearchserverless/CHANGELOG.md +++ b/gems/aws-sdk-opensearchserverless/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.5.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.4.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-opensearchserverless/VERSION b/gems/aws-sdk-opensearchserverless/VERSION index 88c5fb891dc..bc80560fad6 100644 --- a/gems/aws-sdk-opensearchserverless/VERSION +++ b/gems/aws-sdk-opensearchserverless/VERSION @@ -1 +1 @@ -1.4.0 +1.5.0 diff --git a/gems/aws-sdk-opensearchserverless/aws-sdk-opensearchserverless.gemspec b/gems/aws-sdk-opensearchserverless/aws-sdk-opensearchserverless.gemspec index 8e671abbd42..5a5cd4b85e4 100644 --- a/gems/aws-sdk-opensearchserverless/aws-sdk-opensearchserverless.gemspec +++ b/gems/aws-sdk-opensearchserverless/aws-sdk-opensearchserverless.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-opensearchserverless/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless.rb b/gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless.rb index e0719f0f1b1..99a721ba01b 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.4.0' + GEM_VERSION = '1.5.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 05d54b69649..f022820e64d 100644 --- a/gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/client.rb +++ b/gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/client.rb @@ -1972,7 +1972,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-opensearchserverless' - 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-opensearchservice/CHANGELOG.md b/gems/aws-sdk-opensearchservice/CHANGELOG.md index 6a11f9e6358..2311db1aeaa 100644 --- a/gems/aws-sdk-opensearchservice/CHANGELOG.md +++ b/gems/aws-sdk-opensearchservice/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.24.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.23.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-opensearchservice/VERSION b/gems/aws-sdk-opensearchservice/VERSION index a6c2798a482..53cc1a6f929 100644 --- a/gems/aws-sdk-opensearchservice/VERSION +++ b/gems/aws-sdk-opensearchservice/VERSION @@ -1 +1 @@ -1.23.0 +1.24.0 diff --git a/gems/aws-sdk-opensearchservice/aws-sdk-opensearchservice.gemspec b/gems/aws-sdk-opensearchservice/aws-sdk-opensearchservice.gemspec index f016ebeb533..f2705d025d7 100644 --- a/gems/aws-sdk-opensearchservice/aws-sdk-opensearchservice.gemspec +++ b/gems/aws-sdk-opensearchservice/aws-sdk-opensearchservice.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-opensearchservice/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice.rb b/gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice.rb index af120e7c001..ee1aa0626ad 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.23.0' + GEM_VERSION = '1.24.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 2f7a84c3c47..0641f351a50 100644 --- a/gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/client.rb +++ b/gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/client.rb @@ -4137,7 +4137,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-opensearchservice' - 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-opsworks/CHANGELOG.md b/gems/aws-sdk-opsworks/CHANGELOG.md index 5eecac29f77..cff9c10b0a4 100644 --- a/gems/aws-sdk-opsworks/CHANGELOG.md +++ b/gems/aws-sdk-opsworks/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.46.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.45.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-opsworks/VERSION b/gems/aws-sdk-opsworks/VERSION index 50aceaa7b71..0a3db35b241 100644 --- a/gems/aws-sdk-opsworks/VERSION +++ b/gems/aws-sdk-opsworks/VERSION @@ -1 +1 @@ -1.45.0 +1.46.0 diff --git a/gems/aws-sdk-opsworks/aws-sdk-opsworks.gemspec b/gems/aws-sdk-opsworks/aws-sdk-opsworks.gemspec index bb4a0c6ef6f..0144c8266e1 100644 --- a/gems/aws-sdk-opsworks/aws-sdk-opsworks.gemspec +++ b/gems/aws-sdk-opsworks/aws-sdk-opsworks.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-opsworks/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-opsworks/lib/aws-sdk-opsworks.rb b/gems/aws-sdk-opsworks/lib/aws-sdk-opsworks.rb index 8f404b32c73..90d4ed68cbb 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.45.0' + GEM_VERSION = '1.46.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 5a94be1120d..82de2b8e720 100644 --- a/gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/client.rb +++ b/gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/client.rb @@ -5695,7 +5695,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-opsworks' - 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-opsworkscm/CHANGELOG.md b/gems/aws-sdk-opsworkscm/CHANGELOG.md index 3e682711c3f..8afabcc6787 100644 --- a/gems/aws-sdk-opsworkscm/CHANGELOG.md +++ b/gems/aws-sdk-opsworkscm/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.57.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.56.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-opsworkscm/VERSION b/gems/aws-sdk-opsworkscm/VERSION index 3ebf789f5a8..373aea97570 100644 --- a/gems/aws-sdk-opsworkscm/VERSION +++ b/gems/aws-sdk-opsworkscm/VERSION @@ -1 +1 @@ -1.56.0 +1.57.0 diff --git a/gems/aws-sdk-opsworkscm/aws-sdk-opsworkscm.gemspec b/gems/aws-sdk-opsworkscm/aws-sdk-opsworkscm.gemspec index d969ba52015..70f874a8e2c 100644 --- a/gems/aws-sdk-opsworkscm/aws-sdk-opsworkscm.gemspec +++ b/gems/aws-sdk-opsworkscm/aws-sdk-opsworkscm.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-opsworkscm/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-opsworkscm/lib/aws-sdk-opsworkscm.rb b/gems/aws-sdk-opsworkscm/lib/aws-sdk-opsworkscm.rb index 6d57354bad0..e2b5f12f487 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.56.0' + GEM_VERSION = '1.57.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 5ac58b421d4..e7acfc39853 100644 --- a/gems/aws-sdk-opsworkscm/lib/aws-sdk-opsworkscm/client.rb +++ b/gems/aws-sdk-opsworkscm/lib/aws-sdk-opsworkscm/client.rb @@ -1863,7 +1863,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-opsworkscm' - 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-organizations/CHANGELOG.md b/gems/aws-sdk-organizations/CHANGELOG.md index dccc08ad287..bb1fd835a8f 100644 --- a/gems/aws-sdk-organizations/CHANGELOG.md +++ b/gems/aws-sdk-organizations/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.77.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.76.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-organizations/VERSION b/gems/aws-sdk-organizations/VERSION index 32a6ce3c719..79e15fd4937 100644 --- a/gems/aws-sdk-organizations/VERSION +++ b/gems/aws-sdk-organizations/VERSION @@ -1 +1 @@ -1.76.0 +1.77.0 diff --git a/gems/aws-sdk-organizations/aws-sdk-organizations.gemspec b/gems/aws-sdk-organizations/aws-sdk-organizations.gemspec index 1216a35bafd..da1456dd449 100644 --- a/gems/aws-sdk-organizations/aws-sdk-organizations.gemspec +++ b/gems/aws-sdk-organizations/aws-sdk-organizations.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-organizations/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-organizations/lib/aws-sdk-organizations.rb b/gems/aws-sdk-organizations/lib/aws-sdk-organizations.rb index 6674df1df74..0463d541baa 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.76.0' + GEM_VERSION = '1.77.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 39b300df293..e4c3e98e136 100644 --- a/gems/aws-sdk-organizations/lib/aws-sdk-organizations/client.rb +++ b/gems/aws-sdk-organizations/lib/aws-sdk-organizations/client.rb @@ -5722,7 +5722,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-organizations' - 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-osis/CHANGELOG.md b/gems/aws-sdk-osis/CHANGELOG.md index 9d0ac7d0fc2..bf024ed7386 100644 --- a/gems/aws-sdk-osis/CHANGELOG.md +++ b/gems/aws-sdk-osis/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.4.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.3.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-osis/VERSION b/gems/aws-sdk-osis/VERSION index f0bb29e7638..88c5fb891dc 100644 --- a/gems/aws-sdk-osis/VERSION +++ b/gems/aws-sdk-osis/VERSION @@ -1 +1 @@ -1.3.0 +1.4.0 diff --git a/gems/aws-sdk-osis/aws-sdk-osis.gemspec b/gems/aws-sdk-osis/aws-sdk-osis.gemspec index d6edc1bf193..39537468724 100644 --- a/gems/aws-sdk-osis/aws-sdk-osis.gemspec +++ b/gems/aws-sdk-osis/aws-sdk-osis.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-osis/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-osis/lib/aws-sdk-osis.rb b/gems/aws-sdk-osis/lib/aws-sdk-osis.rb index 137c527c6e7..887330dcf28 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.3.0' + GEM_VERSION = '1.4.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 7803892da39..157641a366b 100644 --- a/gems/aws-sdk-osis/lib/aws-sdk-osis/client.rb +++ b/gems/aws-sdk-osis/lib/aws-sdk-osis/client.rb @@ -1039,7 +1039,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-osis' - context[:gem_version] = '1.3.0' + context[:gem_version] = '1.4.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 ddfcb8460f6..7ed42edc3e3 100644 --- a/gems/aws-sdk-outposts/CHANGELOG.md +++ b/gems/aws-sdk-outposts/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.45.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.44.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-outposts/VERSION b/gems/aws-sdk-outposts/VERSION index 372cf402c73..50aceaa7b71 100644 --- a/gems/aws-sdk-outposts/VERSION +++ b/gems/aws-sdk-outposts/VERSION @@ -1 +1 @@ -1.44.0 +1.45.0 diff --git a/gems/aws-sdk-outposts/aws-sdk-outposts.gemspec b/gems/aws-sdk-outposts/aws-sdk-outposts.gemspec index ee587641db4..916d2751625 100644 --- a/gems/aws-sdk-outposts/aws-sdk-outposts.gemspec +++ b/gems/aws-sdk-outposts/aws-sdk-outposts.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-outposts/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-outposts/lib/aws-sdk-outposts.rb b/gems/aws-sdk-outposts/lib/aws-sdk-outposts.rb index 175244bf1ee..b738dcde175 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.44.0' + GEM_VERSION = '1.45.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 5863e00f8ae..fd2c557d01b 100644 --- a/gems/aws-sdk-outposts/lib/aws-sdk-outposts/client.rb +++ b/gems/aws-sdk-outposts/lib/aws-sdk-outposts/client.rb @@ -1816,7 +1816,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-outposts' - 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-panorama/CHANGELOG.md b/gems/aws-sdk-panorama/CHANGELOG.md index fe5c8bcdbe8..836d8a99b44 100644 --- a/gems/aws-sdk-panorama/CHANGELOG.md +++ b/gems/aws-sdk-panorama/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.15.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.14.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-panorama/VERSION b/gems/aws-sdk-panorama/VERSION index 850e742404b..141f2e805be 100644 --- a/gems/aws-sdk-panorama/VERSION +++ b/gems/aws-sdk-panorama/VERSION @@ -1 +1 @@ -1.14.0 +1.15.0 diff --git a/gems/aws-sdk-panorama/aws-sdk-panorama.gemspec b/gems/aws-sdk-panorama/aws-sdk-panorama.gemspec index df4a6b7afc6..c7ab15cdbec 100644 --- a/gems/aws-sdk-panorama/aws-sdk-panorama.gemspec +++ b/gems/aws-sdk-panorama/aws-sdk-panorama.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-panorama/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-panorama/lib/aws-sdk-panorama.rb b/gems/aws-sdk-panorama/lib/aws-sdk-panorama.rb index b374353b376..bee6810f46b 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.14.0' + GEM_VERSION = '1.15.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 0c038a72b5a..8ff3415c0dd 100644 --- a/gems/aws-sdk-panorama/lib/aws-sdk-panorama/client.rb +++ b/gems/aws-sdk-panorama/lib/aws-sdk-panorama/client.rb @@ -2046,7 +2046,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-panorama' - context[:gem_version] = '1.14.0' + context[:gem_version] = '1.15.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 650beb79b21..446c2bf6f87 100644 --- a/gems/aws-sdk-paymentcryptography/CHANGELOG.md +++ b/gems/aws-sdk-paymentcryptography/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.2.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.1.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-paymentcryptography/VERSION b/gems/aws-sdk-paymentcryptography/VERSION index 9084fa2f716..26aaba0e866 100644 --- a/gems/aws-sdk-paymentcryptography/VERSION +++ b/gems/aws-sdk-paymentcryptography/VERSION @@ -1 +1 @@ -1.1.0 +1.2.0 diff --git a/gems/aws-sdk-paymentcryptography/aws-sdk-paymentcryptography.gemspec b/gems/aws-sdk-paymentcryptography/aws-sdk-paymentcryptography.gemspec index c4520883a7d..581098abf1b 100644 --- a/gems/aws-sdk-paymentcryptography/aws-sdk-paymentcryptography.gemspec +++ b/gems/aws-sdk-paymentcryptography/aws-sdk-paymentcryptography.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-paymentcryptography/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography.rb b/gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography.rb index 7933aaa9db5..5ae2a3c2791 100644 --- a/gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography.rb +++ b/gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography.rb @@ -52,6 +52,6 @@ # @!group service module Aws::PaymentCryptography - GEM_VERSION = '1.1.0' + GEM_VERSION = '1.2.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 a512a70a05b..daffff2833e 100644 --- a/gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/client.rb +++ b/gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/client.rb @@ -1994,7 +1994,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-paymentcryptography' - 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-paymentcryptographydata/CHANGELOG.md b/gems/aws-sdk-paymentcryptographydata/CHANGELOG.md index 272749448a1..43c7ad57802 100644 --- a/gems/aws-sdk-paymentcryptographydata/CHANGELOG.md +++ b/gems/aws-sdk-paymentcryptographydata/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.2.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.1.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-paymentcryptographydata/VERSION b/gems/aws-sdk-paymentcryptographydata/VERSION index 9084fa2f716..26aaba0e866 100644 --- a/gems/aws-sdk-paymentcryptographydata/VERSION +++ b/gems/aws-sdk-paymentcryptographydata/VERSION @@ -1 +1 @@ -1.1.0 +1.2.0 diff --git a/gems/aws-sdk-paymentcryptographydata/aws-sdk-paymentcryptographydata.gemspec b/gems/aws-sdk-paymentcryptographydata/aws-sdk-paymentcryptographydata.gemspec index 6add3b43e20..2906803b741 100644 --- a/gems/aws-sdk-paymentcryptographydata/aws-sdk-paymentcryptographydata.gemspec +++ b/gems/aws-sdk-paymentcryptographydata/aws-sdk-paymentcryptographydata.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-paymentcryptographydata/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-paymentcryptographydata/lib/aws-sdk-paymentcryptographydata.rb b/gems/aws-sdk-paymentcryptographydata/lib/aws-sdk-paymentcryptographydata.rb index 860504978ac..210317c350e 100644 --- a/gems/aws-sdk-paymentcryptographydata/lib/aws-sdk-paymentcryptographydata.rb +++ b/gems/aws-sdk-paymentcryptographydata/lib/aws-sdk-paymentcryptographydata.rb @@ -52,6 +52,6 @@ # @!group service module Aws::PaymentCryptographyData - GEM_VERSION = '1.1.0' + GEM_VERSION = '1.2.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 3bbac91db42..85c35b261dd 100644 --- a/gems/aws-sdk-paymentcryptographydata/lib/aws-sdk-paymentcryptographydata/client.rb +++ b/gems/aws-sdk-paymentcryptographydata/lib/aws-sdk-paymentcryptographydata/client.rb @@ -1676,7 +1676,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-paymentcryptographydata' - 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 bc23c8dc392..5012f303b4e 100644 --- a/gems/aws-sdk-personalize/CHANGELOG.md +++ b/gems/aws-sdk-personalize/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.50.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.49.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-personalize/VERSION b/gems/aws-sdk-personalize/VERSION index 7f3a46a841e..5a5c7211dc6 100644 --- a/gems/aws-sdk-personalize/VERSION +++ b/gems/aws-sdk-personalize/VERSION @@ -1 +1 @@ -1.49.0 +1.50.0 diff --git a/gems/aws-sdk-personalize/aws-sdk-personalize.gemspec b/gems/aws-sdk-personalize/aws-sdk-personalize.gemspec index 44dd5a1d713..14379999817 100644 --- a/gems/aws-sdk-personalize/aws-sdk-personalize.gemspec +++ b/gems/aws-sdk-personalize/aws-sdk-personalize.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-personalize/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-personalize/lib/aws-sdk-personalize.rb b/gems/aws-sdk-personalize/lib/aws-sdk-personalize.rb index 70adb9235b2..f457ce318f7 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.49.0' + GEM_VERSION = '1.50.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 88339c8e5ff..8ae75ec5a9e 100644 --- a/gems/aws-sdk-personalize/lib/aws-sdk-personalize/client.rb +++ b/gems/aws-sdk-personalize/lib/aws-sdk-personalize/client.rb @@ -4248,7 +4248,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-personalize' - 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-personalizeevents/CHANGELOG.md b/gems/aws-sdk-personalizeevents/CHANGELOG.md index 2157bf7e86e..8af7b153a25 100644 --- a/gems/aws-sdk-personalizeevents/CHANGELOG.md +++ b/gems/aws-sdk-personalizeevents/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.33.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.32.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-personalizeevents/VERSION b/gems/aws-sdk-personalizeevents/VERSION index 359c41089a4..7aa332e4163 100644 --- a/gems/aws-sdk-personalizeevents/VERSION +++ b/gems/aws-sdk-personalizeevents/VERSION @@ -1 +1 @@ -1.32.0 +1.33.0 diff --git a/gems/aws-sdk-personalizeevents/aws-sdk-personalizeevents.gemspec b/gems/aws-sdk-personalizeevents/aws-sdk-personalizeevents.gemspec index cd7faca4ca7..81ae6e9fd05 100644 --- a/gems/aws-sdk-personalizeevents/aws-sdk-personalizeevents.gemspec +++ b/gems/aws-sdk-personalizeevents/aws-sdk-personalizeevents.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-personalizeevents/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-personalizeevents/lib/aws-sdk-personalizeevents.rb b/gems/aws-sdk-personalizeevents/lib/aws-sdk-personalizeevents.rb index 4c5639a6c13..b50f6598bf1 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.32.0' + GEM_VERSION = '1.33.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 85adeef2ccc..9f5be830a30 100644 --- a/gems/aws-sdk-personalizeevents/lib/aws-sdk-personalizeevents/client.rb +++ b/gems/aws-sdk-personalizeevents/lib/aws-sdk-personalizeevents/client.rb @@ -526,7 +526,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-personalizeevents' - 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-personalizeruntime/CHANGELOG.md b/gems/aws-sdk-personalizeruntime/CHANGELOG.md index e7cf33e5363..5aad33005b8 100644 --- a/gems/aws-sdk-personalizeruntime/CHANGELOG.md +++ b/gems/aws-sdk-personalizeruntime/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.38.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.37.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-personalizeruntime/VERSION b/gems/aws-sdk-personalizeruntime/VERSION index bf50e910e62..ebeef2f2d61 100644 --- a/gems/aws-sdk-personalizeruntime/VERSION +++ b/gems/aws-sdk-personalizeruntime/VERSION @@ -1 +1 @@ -1.37.0 +1.38.0 diff --git a/gems/aws-sdk-personalizeruntime/aws-sdk-personalizeruntime.gemspec b/gems/aws-sdk-personalizeruntime/aws-sdk-personalizeruntime.gemspec index 3586ba0ef05..857023505f4 100644 --- a/gems/aws-sdk-personalizeruntime/aws-sdk-personalizeruntime.gemspec +++ b/gems/aws-sdk-personalizeruntime/aws-sdk-personalizeruntime.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-personalizeruntime/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-personalizeruntime/lib/aws-sdk-personalizeruntime.rb b/gems/aws-sdk-personalizeruntime/lib/aws-sdk-personalizeruntime.rb index 2a1295bd66c..03d424f3916 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.37.0' + GEM_VERSION = '1.38.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 716c9091b3d..cfef6b02614 100644 --- a/gems/aws-sdk-personalizeruntime/lib/aws-sdk-personalizeruntime/client.rb +++ b/gems/aws-sdk-personalizeruntime/lib/aws-sdk-personalizeruntime/client.rb @@ -615,7 +615,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-personalizeruntime' - 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-pi/CHANGELOG.md b/gems/aws-sdk-pi/CHANGELOG.md index 84b480dd5cc..223ba664cb8 100644 --- a/gems/aws-sdk-pi/CHANGELOG.md +++ b/gems/aws-sdk-pi/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.46.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.45.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-pi/VERSION b/gems/aws-sdk-pi/VERSION index 50aceaa7b71..0a3db35b241 100644 --- a/gems/aws-sdk-pi/VERSION +++ b/gems/aws-sdk-pi/VERSION @@ -1 +1 @@ -1.45.0 +1.46.0 diff --git a/gems/aws-sdk-pi/aws-sdk-pi.gemspec b/gems/aws-sdk-pi/aws-sdk-pi.gemspec index 2d416288085..10974b6b69d 100644 --- a/gems/aws-sdk-pi/aws-sdk-pi.gemspec +++ b/gems/aws-sdk-pi/aws-sdk-pi.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-pi/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-pi/lib/aws-sdk-pi.rb b/gems/aws-sdk-pi/lib/aws-sdk-pi.rb index c52df7ed175..83960313439 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.45.0' + GEM_VERSION = '1.46.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 a665c0e9abd..d6970605586 100644 --- a/gems/aws-sdk-pi/lib/aws-sdk-pi/client.rb +++ b/gems/aws-sdk-pi/lib/aws-sdk-pi/client.rb @@ -977,7 +977,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-pi' - 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-pinpoint/CHANGELOG.md b/gems/aws-sdk-pinpoint/CHANGELOG.md index b5f104a66ae..61cd66a4736 100644 --- a/gems/aws-sdk-pinpoint/CHANGELOG.md +++ b/gems/aws-sdk-pinpoint/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.76.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.75.0 (2023-06-26) ------------------ diff --git a/gems/aws-sdk-pinpoint/VERSION b/gems/aws-sdk-pinpoint/VERSION index 7c7053aa238..32a6ce3c719 100644 --- a/gems/aws-sdk-pinpoint/VERSION +++ b/gems/aws-sdk-pinpoint/VERSION @@ -1 +1 @@ -1.75.0 +1.76.0 diff --git a/gems/aws-sdk-pinpoint/aws-sdk-pinpoint.gemspec b/gems/aws-sdk-pinpoint/aws-sdk-pinpoint.gemspec index 2fd3eae3b0d..df1f04599ec 100644 --- a/gems/aws-sdk-pinpoint/aws-sdk-pinpoint.gemspec +++ b/gems/aws-sdk-pinpoint/aws-sdk-pinpoint.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-pinpoint/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint.rb b/gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint.rb index 62c5f2a52dc..167cb1ed398 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.75.0' + GEM_VERSION = '1.76.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 195ef298aea..d5bd0dc6d24 100644 --- a/gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/client.rb +++ b/gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/client.rb @@ -12731,7 +12731,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-pinpoint' - 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-pinpointemail/CHANGELOG.md b/gems/aws-sdk-pinpointemail/CHANGELOG.md index 6798e8e8263..2b945358944 100644 --- a/gems/aws-sdk-pinpointemail/CHANGELOG.md +++ b/gems/aws-sdk-pinpointemail/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.40.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.39.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-pinpointemail/VERSION b/gems/aws-sdk-pinpointemail/VERSION index 5edffce6d57..32b7211cb61 100644 --- a/gems/aws-sdk-pinpointemail/VERSION +++ b/gems/aws-sdk-pinpointemail/VERSION @@ -1 +1 @@ -1.39.0 +1.40.0 diff --git a/gems/aws-sdk-pinpointemail/aws-sdk-pinpointemail.gemspec b/gems/aws-sdk-pinpointemail/aws-sdk-pinpointemail.gemspec index 0d5f79586af..9e68f7ec729 100644 --- a/gems/aws-sdk-pinpointemail/aws-sdk-pinpointemail.gemspec +++ b/gems/aws-sdk-pinpointemail/aws-sdk-pinpointemail.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-pinpointemail/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-pinpointemail/lib/aws-sdk-pinpointemail.rb b/gems/aws-sdk-pinpointemail/lib/aws-sdk-pinpointemail.rb index 5091a8e3f57..1aeb51c8238 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.39.0' + GEM_VERSION = '1.40.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 47ca9c1c402..78a6f97c9e9 100644 --- a/gems/aws-sdk-pinpointemail/lib/aws-sdk-pinpointemail/client.rb +++ b/gems/aws-sdk-pinpointemail/lib/aws-sdk-pinpointemail/client.rb @@ -2301,7 +2301,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-pinpointemail' - 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-pinpointsmsvoice/CHANGELOG.md b/gems/aws-sdk-pinpointsmsvoice/CHANGELOG.md index fde6656d14b..1ee3360c864 100644 --- a/gems/aws-sdk-pinpointsmsvoice/CHANGELOG.md +++ b/gems/aws-sdk-pinpointsmsvoice/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.37.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.36.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-pinpointsmsvoice/VERSION b/gems/aws-sdk-pinpointsmsvoice/VERSION index 39fc130ef85..bf50e910e62 100644 --- a/gems/aws-sdk-pinpointsmsvoice/VERSION +++ b/gems/aws-sdk-pinpointsmsvoice/VERSION @@ -1 +1 @@ -1.36.0 +1.37.0 diff --git a/gems/aws-sdk-pinpointsmsvoice/aws-sdk-pinpointsmsvoice.gemspec b/gems/aws-sdk-pinpointsmsvoice/aws-sdk-pinpointsmsvoice.gemspec index 3b14bb6af77..1c36cc82b36 100644 --- a/gems/aws-sdk-pinpointsmsvoice/aws-sdk-pinpointsmsvoice.gemspec +++ b/gems/aws-sdk-pinpointsmsvoice/aws-sdk-pinpointsmsvoice.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-pinpointsmsvoice/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-pinpointsmsvoice/lib/aws-sdk-pinpointsmsvoice.rb b/gems/aws-sdk-pinpointsmsvoice/lib/aws-sdk-pinpointsmsvoice.rb index 41f61c52594..152ff92729e 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.36.0' + GEM_VERSION = '1.37.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 82244317a78..0d5a7b39872 100644 --- a/gems/aws-sdk-pinpointsmsvoice/lib/aws-sdk-pinpointsmsvoice/client.rb +++ b/gems/aws-sdk-pinpointsmsvoice/lib/aws-sdk-pinpointsmsvoice/client.rb @@ -678,7 +678,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-pinpointsmsvoice' - 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-pinpointsmsvoicev2/CHANGELOG.md b/gems/aws-sdk-pinpointsmsvoicev2/CHANGELOG.md index 9cb17bf7e38..e7240995462 100644 --- a/gems/aws-sdk-pinpointsmsvoicev2/CHANGELOG.md +++ b/gems/aws-sdk-pinpointsmsvoicev2/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.5.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.4.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-pinpointsmsvoicev2/VERSION b/gems/aws-sdk-pinpointsmsvoicev2/VERSION index 88c5fb891dc..bc80560fad6 100644 --- a/gems/aws-sdk-pinpointsmsvoicev2/VERSION +++ b/gems/aws-sdk-pinpointsmsvoicev2/VERSION @@ -1 +1 @@ -1.4.0 +1.5.0 diff --git a/gems/aws-sdk-pinpointsmsvoicev2/aws-sdk-pinpointsmsvoicev2.gemspec b/gems/aws-sdk-pinpointsmsvoicev2/aws-sdk-pinpointsmsvoicev2.gemspec index 96e65c44c9e..cbabeb810c0 100644 --- a/gems/aws-sdk-pinpointsmsvoicev2/aws-sdk-pinpointsmsvoicev2.gemspec +++ b/gems/aws-sdk-pinpointsmsvoicev2/aws-sdk-pinpointsmsvoicev2.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-pinpointsmsvoicev2/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2.rb b/gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2.rb index 7f524aa47ce..8860de0e820 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.4.0' + GEM_VERSION = '1.5.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 38103127e13..8b75bcc2b00 100644 --- a/gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/client.rb +++ b/gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/client.rb @@ -3018,7 +3018,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-pinpointsmsvoicev2' - 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-pipes/CHANGELOG.md b/gems/aws-sdk-pipes/CHANGELOG.md index 40d8ed45e70..030f3541415 100644 --- a/gems/aws-sdk-pipes/CHANGELOG.md +++ b/gems/aws-sdk-pipes/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.6.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.5.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-pipes/VERSION b/gems/aws-sdk-pipes/VERSION index bc80560fad6..dc1e644a101 100644 --- a/gems/aws-sdk-pipes/VERSION +++ b/gems/aws-sdk-pipes/VERSION @@ -1 +1 @@ -1.5.0 +1.6.0 diff --git a/gems/aws-sdk-pipes/aws-sdk-pipes.gemspec b/gems/aws-sdk-pipes/aws-sdk-pipes.gemspec index 3e376012846..f790cfa60a2 100644 --- a/gems/aws-sdk-pipes/aws-sdk-pipes.gemspec +++ b/gems/aws-sdk-pipes/aws-sdk-pipes.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-pipes/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-pipes/lib/aws-sdk-pipes.rb b/gems/aws-sdk-pipes/lib/aws-sdk-pipes.rb index c92e0c27598..51332c72413 100644 --- a/gems/aws-sdk-pipes/lib/aws-sdk-pipes.rb +++ b/gems/aws-sdk-pipes/lib/aws-sdk-pipes.rb @@ -52,6 +52,6 @@ # @!group service module Aws::Pipes - GEM_VERSION = '1.5.0' + GEM_VERSION = '1.6.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 28d4e7a0f0e..1aa00e8bed0 100644 --- a/gems/aws-sdk-pipes/lib/aws-sdk-pipes/client.rb +++ b/gems/aws-sdk-pipes/lib/aws-sdk-pipes/client.rb @@ -1588,7 +1588,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-pipes' - context[:gem_version] = '1.5.0' + context[:gem_version] = '1.6.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-polly/CHANGELOG.md b/gems/aws-sdk-polly/CHANGELOG.md index 27e4484fd43..413a027489e 100644 --- a/gems/aws-sdk-polly/CHANGELOG.md +++ b/gems/aws-sdk-polly/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.70.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.69.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-polly/VERSION b/gems/aws-sdk-polly/VERSION index 49349856550..832e9afb6c1 100644 --- a/gems/aws-sdk-polly/VERSION +++ b/gems/aws-sdk-polly/VERSION @@ -1 +1 @@ -1.69.0 +1.70.0 diff --git a/gems/aws-sdk-polly/aws-sdk-polly.gemspec b/gems/aws-sdk-polly/aws-sdk-polly.gemspec index 391750ab364..3b65a1771d0 100644 --- a/gems/aws-sdk-polly/aws-sdk-polly.gemspec +++ b/gems/aws-sdk-polly/aws-sdk-polly.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-polly/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-polly/lib/aws-sdk-polly.rb b/gems/aws-sdk-polly/lib/aws-sdk-polly.rb index 79db41e4499..f40858fe23e 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.69.0' + GEM_VERSION = '1.70.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 dfad9274c19..9967414982e 100644 --- a/gems/aws-sdk-polly/lib/aws-sdk-polly/client.rb +++ b/gems/aws-sdk-polly/lib/aws-sdk-polly/client.rb @@ -1134,7 +1134,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-polly' - 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-pricing/CHANGELOG.md b/gems/aws-sdk-pricing/CHANGELOG.md index 65a39901338..151d3afe8d7 100644 --- a/gems/aws-sdk-pricing/CHANGELOG.md +++ b/gems/aws-sdk-pricing/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.47.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.46.0 (2023-06-19) ------------------ diff --git a/gems/aws-sdk-pricing/VERSION b/gems/aws-sdk-pricing/VERSION index 0a3db35b241..21998d3c2d9 100644 --- a/gems/aws-sdk-pricing/VERSION +++ b/gems/aws-sdk-pricing/VERSION @@ -1 +1 @@ -1.46.0 +1.47.0 diff --git a/gems/aws-sdk-pricing/aws-sdk-pricing.gemspec b/gems/aws-sdk-pricing/aws-sdk-pricing.gemspec index 0b16f2600d9..65fc0469008 100644 --- a/gems/aws-sdk-pricing/aws-sdk-pricing.gemspec +++ b/gems/aws-sdk-pricing/aws-sdk-pricing.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-pricing/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-pricing/lib/aws-sdk-pricing.rb b/gems/aws-sdk-pricing/lib/aws-sdk-pricing.rb index 5c110f4fe2e..25ddff8653b 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.46.0' + GEM_VERSION = '1.47.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 bcc92381d5d..dc7e109c192 100644 --- a/gems/aws-sdk-pricing/lib/aws-sdk-pricing/client.rb +++ b/gems/aws-sdk-pricing/lib/aws-sdk-pricing/client.rb @@ -728,7 +728,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-pricing' - 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-privatenetworks/CHANGELOG.md b/gems/aws-sdk-privatenetworks/CHANGELOG.md index 53cf38d7a9d..619d7f05188 100644 --- a/gems/aws-sdk-privatenetworks/CHANGELOG.md +++ b/gems/aws-sdk-privatenetworks/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.8.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.7.0 (2023-06-27) ------------------ diff --git a/gems/aws-sdk-privatenetworks/VERSION b/gems/aws-sdk-privatenetworks/VERSION index bd8bf882d06..27f9cd322bb 100644 --- a/gems/aws-sdk-privatenetworks/VERSION +++ b/gems/aws-sdk-privatenetworks/VERSION @@ -1 +1 @@ -1.7.0 +1.8.0 diff --git a/gems/aws-sdk-privatenetworks/aws-sdk-privatenetworks.gemspec b/gems/aws-sdk-privatenetworks/aws-sdk-privatenetworks.gemspec index 20f27a33bd8..726bef5dfa2 100644 --- a/gems/aws-sdk-privatenetworks/aws-sdk-privatenetworks.gemspec +++ b/gems/aws-sdk-privatenetworks/aws-sdk-privatenetworks.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-privatenetworks/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks.rb b/gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks.rb index 59504b52d76..7cf42f907ab 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.7.0' + GEM_VERSION = '1.8.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 aa96d4202da..738e709edac 100644 --- a/gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/client.rb +++ b/gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/client.rb @@ -2112,7 +2112,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-privatenetworks' - 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-prometheusservice/CHANGELOG.md b/gems/aws-sdk-prometheusservice/CHANGELOG.md index 0e1b4924853..d1e48270bac 100644 --- a/gems/aws-sdk-prometheusservice/CHANGELOG.md +++ b/gems/aws-sdk-prometheusservice/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.20.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.19.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-prometheusservice/VERSION b/gems/aws-sdk-prometheusservice/VERSION index 815d5ca06d5..39893559155 100644 --- a/gems/aws-sdk-prometheusservice/VERSION +++ b/gems/aws-sdk-prometheusservice/VERSION @@ -1 +1 @@ -1.19.0 +1.20.0 diff --git a/gems/aws-sdk-prometheusservice/aws-sdk-prometheusservice.gemspec b/gems/aws-sdk-prometheusservice/aws-sdk-prometheusservice.gemspec index 2fee6d335ef..60f237fceec 100644 --- a/gems/aws-sdk-prometheusservice/aws-sdk-prometheusservice.gemspec +++ b/gems/aws-sdk-prometheusservice/aws-sdk-prometheusservice.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-prometheusservice/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice.rb b/gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice.rb index f2897631a91..b0a91cd9f08 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.19.0' + GEM_VERSION = '1.20.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 20f7d230d76..a615a20d518 100644 --- a/gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/client.rb +++ b/gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/client.rb @@ -1208,7 +1208,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-prometheusservice' - 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-proton/CHANGELOG.md b/gems/aws-sdk-proton/CHANGELOG.md index b3916e82571..9976de2ce38 100644 --- a/gems/aws-sdk-proton/CHANGELOG.md +++ b/gems/aws-sdk-proton/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.27.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.26.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-proton/VERSION b/gems/aws-sdk-proton/VERSION index 5ff8c4f5d2a..5db08bf2dc5 100644 --- a/gems/aws-sdk-proton/VERSION +++ b/gems/aws-sdk-proton/VERSION @@ -1 +1 @@ -1.26.0 +1.27.0 diff --git a/gems/aws-sdk-proton/aws-sdk-proton.gemspec b/gems/aws-sdk-proton/aws-sdk-proton.gemspec index 8d01286e3ed..2ac75d7c384 100644 --- a/gems/aws-sdk-proton/aws-sdk-proton.gemspec +++ b/gems/aws-sdk-proton/aws-sdk-proton.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-proton/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-proton/lib/aws-sdk-proton.rb b/gems/aws-sdk-proton/lib/aws-sdk-proton.rb index 0a981008e02..98a22514ebf 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.26.0' + GEM_VERSION = '1.27.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 d3798b41b62..dbdc6d10ad5 100644 --- a/gems/aws-sdk-proton/lib/aws-sdk-proton/client.rb +++ b/gems/aws-sdk-proton/lib/aws-sdk-proton/client.rb @@ -5762,7 +5762,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-proton' - 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-qldb/CHANGELOG.md b/gems/aws-sdk-qldb/CHANGELOG.md index bff60e3e3cf..0592c3f3d36 100644 --- a/gems/aws-sdk-qldb/CHANGELOG.md +++ b/gems/aws-sdk-qldb/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.31.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.30.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-qldb/VERSION b/gems/aws-sdk-qldb/VERSION index 034552a83ee..34aae156b19 100644 --- a/gems/aws-sdk-qldb/VERSION +++ b/gems/aws-sdk-qldb/VERSION @@ -1 +1 @@ -1.30.0 +1.31.0 diff --git a/gems/aws-sdk-qldb/aws-sdk-qldb.gemspec b/gems/aws-sdk-qldb/aws-sdk-qldb.gemspec index 37bad268dee..deec2d1707a 100644 --- a/gems/aws-sdk-qldb/aws-sdk-qldb.gemspec +++ b/gems/aws-sdk-qldb/aws-sdk-qldb.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-qldb/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-qldb/lib/aws-sdk-qldb.rb b/gems/aws-sdk-qldb/lib/aws-sdk-qldb.rb index cdb7b2f8172..0eeb8b1c88c 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.30.0' + GEM_VERSION = '1.31.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 d111bd29736..f5258e289dc 100644 --- a/gems/aws-sdk-qldb/lib/aws-sdk-qldb/client.rb +++ b/gems/aws-sdk-qldb/lib/aws-sdk-qldb/client.rb @@ -1646,7 +1646,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-qldb' - 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-qldbsession/CHANGELOG.md b/gems/aws-sdk-qldbsession/CHANGELOG.md index 7438f0a8f46..52bf8185b80 100644 --- a/gems/aws-sdk-qldbsession/CHANGELOG.md +++ b/gems/aws-sdk-qldbsession/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.27.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.26.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-qldbsession/VERSION b/gems/aws-sdk-qldbsession/VERSION index 5ff8c4f5d2a..5db08bf2dc5 100644 --- a/gems/aws-sdk-qldbsession/VERSION +++ b/gems/aws-sdk-qldbsession/VERSION @@ -1 +1 @@ -1.26.0 +1.27.0 diff --git a/gems/aws-sdk-qldbsession/aws-sdk-qldbsession.gemspec b/gems/aws-sdk-qldbsession/aws-sdk-qldbsession.gemspec index f15ef02b2da..17a94116b85 100644 --- a/gems/aws-sdk-qldbsession/aws-sdk-qldbsession.gemspec +++ b/gems/aws-sdk-qldbsession/aws-sdk-qldbsession.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-qldbsession/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-qldbsession/lib/aws-sdk-qldbsession.rb b/gems/aws-sdk-qldbsession/lib/aws-sdk-qldbsession.rb index 6cb79ca023a..7e4dc6d3e46 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.26.0' + GEM_VERSION = '1.27.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 87695313214..57827a01843 100644 --- a/gems/aws-sdk-qldbsession/lib/aws-sdk-qldbsession/client.rb +++ b/gems/aws-sdk-qldbsession/lib/aws-sdk-qldbsession/client.rb @@ -531,7 +531,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-qldbsession' - 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-quicksight/CHANGELOG.md b/gems/aws-sdk-quicksight/CHANGELOG.md index 458a5a5dcb3..4ebd79f7052 100644 --- a/gems/aws-sdk-quicksight/CHANGELOG.md +++ b/gems/aws-sdk-quicksight/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.84.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.83.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-quicksight/VERSION b/gems/aws-sdk-quicksight/VERSION index 6b4de0a42b0..bd0f9e6c28f 100644 --- a/gems/aws-sdk-quicksight/VERSION +++ b/gems/aws-sdk-quicksight/VERSION @@ -1 +1 @@ -1.83.0 +1.84.0 diff --git a/gems/aws-sdk-quicksight/aws-sdk-quicksight.gemspec b/gems/aws-sdk-quicksight/aws-sdk-quicksight.gemspec index ad69a3df6e0..8f939820495 100644 --- a/gems/aws-sdk-quicksight/aws-sdk-quicksight.gemspec +++ b/gems/aws-sdk-quicksight/aws-sdk-quicksight.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-quicksight/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-quicksight/lib/aws-sdk-quicksight.rb b/gems/aws-sdk-quicksight/lib/aws-sdk-quicksight.rb index 9694bc90746..b3584f2f190 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.83.0' + GEM_VERSION = '1.84.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 a19cc32b2a7..8e7e7be338f 100644 --- a/gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/client.rb +++ b/gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/client.rb @@ -12149,7 +12149,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-quicksight' - 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-ram/CHANGELOG.md b/gems/aws-sdk-ram/CHANGELOG.md index 5dcf4c80fd4..9e7cdd3b303 100644 --- a/gems/aws-sdk-ram/CHANGELOG.md +++ b/gems/aws-sdk-ram/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.46.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.45.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-ram/VERSION b/gems/aws-sdk-ram/VERSION index 50aceaa7b71..0a3db35b241 100644 --- a/gems/aws-sdk-ram/VERSION +++ b/gems/aws-sdk-ram/VERSION @@ -1 +1 @@ -1.45.0 +1.46.0 diff --git a/gems/aws-sdk-ram/aws-sdk-ram.gemspec b/gems/aws-sdk-ram/aws-sdk-ram.gemspec index 8f0b712626f..fee826f3429 100644 --- a/gems/aws-sdk-ram/aws-sdk-ram.gemspec +++ b/gems/aws-sdk-ram/aws-sdk-ram.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-ram/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-ram/lib/aws-sdk-ram.rb b/gems/aws-sdk-ram/lib/aws-sdk-ram.rb index 5d05b37c074..ac0deb73e9b 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.45.0' + GEM_VERSION = '1.46.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 6c93907694b..85d70fef931 100644 --- a/gems/aws-sdk-ram/lib/aws-sdk-ram/client.rb +++ b/gems/aws-sdk-ram/lib/aws-sdk-ram/client.rb @@ -3257,7 +3257,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-ram' - 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-rds/CHANGELOG.md b/gems/aws-sdk-rds/CHANGELOG.md index c3bff9b42ec..957a30f8288 100644 --- a/gems/aws-sdk-rds/CHANGELOG.md +++ b/gems/aws-sdk-rds/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.183.0 (2023-06-28) +------------------ + +* Feature - Amazon Relational Database Service (RDS) now supports joining a RDS for SQL Server instance to a self-managed Active Directory. + 1.182.0 (2023-06-23) ------------------ diff --git a/gems/aws-sdk-rds/VERSION b/gems/aws-sdk-rds/VERSION index 7c66b41d646..89a5ad47b07 100644 --- a/gems/aws-sdk-rds/VERSION +++ b/gems/aws-sdk-rds/VERSION @@ -1 +1 @@ -1.182.0 +1.183.0 diff --git a/gems/aws-sdk-rds/aws-sdk-rds.gemspec b/gems/aws-sdk-rds/aws-sdk-rds.gemspec index 5ca541a166f..a7f244808e6 100644 --- a/gems/aws-sdk-rds/aws-sdk-rds.gemspec +++ b/gems/aws-sdk-rds/aws-sdk-rds.gemspec @@ -26,7 +26,7 @@ Gem::Specification.new do |spec| } spec.add_dependency('aws-sigv4', '~> 1.1') - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.required_ruby_version = '>= 2.3' end diff --git a/gems/aws-sdk-rds/lib/aws-sdk-rds.rb b/gems/aws-sdk-rds/lib/aws-sdk-rds.rb index e47c03eccc4..1e020e35a5a 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.182.0' + GEM_VERSION = '1.183.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 adeb7bdbe59..d37795b98fa 100644 --- a/gems/aws-sdk-rds/lib/aws-sdk-rds/client.rb +++ b/gems/aws-sdk-rds/lib/aws-sdk-rds/client.rb @@ -3499,6 +3499,10 @@ def create_custom_db_engine_version(params = {}, options = {}) # resp.db_cluster.domain_memberships[0].status #=> String # resp.db_cluster.domain_memberships[0].fqdn #=> String # resp.db_cluster.domain_memberships[0].iam_role_name #=> String + # resp.db_cluster.domain_memberships[0].ou #=> String + # resp.db_cluster.domain_memberships[0].auth_secret_arn #=> String + # resp.db_cluster.domain_memberships[0].dns_ips #=> Array + # resp.db_cluster.domain_memberships[0].dns_ips[0] #=> String # resp.db_cluster.tag_list #=> Array # resp.db_cluster.tag_list[0].key #=> String # resp.db_cluster.tag_list[0].value #=> String @@ -4734,6 +4738,51 @@ def create_db_cluster_snapshot(params = {}, options = {}) # # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/kerberos-authentication.html # + # @option params [String] :domain_fqdn + # Specifies the fully qualified domain name of an Active Directory + # domain. + # + # Constraints: + # + # * Cannot be greater than 64 characters. + # + # ^ + # + # Example: `mymanagedADtest.mymanagedAD.mydomain` + # + # @option params [String] :domain_ou + # The Active Directory organizational unit for your DB instance to join. + # + # Constraints: + # + # * Must be in the distinguished name format. + # + # * Cannot be greater than 64 characters. + # + # Example: + # `OU=mymanagedADtestOU,DC=mymanagedADtest,DC=mymanagedAD,DC=mydomain` + # + # @option params [String] :domain_auth_secret_arn + # The ARN for the Secrets Manager secret that contains the credentials + # for the user performing the domain join. + # + # Example: + # `arn:aws:secretsmanager:region:account-number:secret:myselfmanagedADtestsecret-123456` + # + # @option params [Array] :domain_dns_ips + # The IPv4 DNS IP addresses of your primary and secondary Active + # Directory domain controllers. + # + # Constraints: + # + # * Two IP addresses must be provided. If there isn't a secondary + # domain controller, use the IP address of the primary domain + # controller for both entries in the list. + # + # ^ + # + # Example: `123.124.125.126,234.235.236.237` + # # @option params [Boolean] :copy_tags_to_snapshot # Spcifies whether to copy tags from the DB instance to snapshots of the # DB instance. By default, tags are not copied. @@ -5237,6 +5286,10 @@ def create_db_cluster_snapshot(params = {}, options = {}) # storage_encrypted: false, # kms_key_id: "String", # domain: "String", + # domain_fqdn: "String", + # domain_ou: "String", + # domain_auth_secret_arn: "String", + # domain_dns_ips: ["String"], # copy_tags_to_snapshot: false, # monitoring_interval: 1, # monitoring_role_arn: "String", @@ -5367,6 +5420,10 @@ def create_db_cluster_snapshot(params = {}, options = {}) # resp.db_instance.domain_memberships[0].status #=> String # resp.db_instance.domain_memberships[0].fqdn #=> String # resp.db_instance.domain_memberships[0].iam_role_name #=> String + # resp.db_instance.domain_memberships[0].ou #=> String + # resp.db_instance.domain_memberships[0].auth_secret_arn #=> String + # resp.db_instance.domain_memberships[0].dns_ips #=> Array + # resp.db_instance.domain_memberships[0].dns_ips[0] #=> String # resp.db_instance.copy_tags_to_snapshot #=> Boolean # resp.db_instance.monitoring_interval #=> Integer # resp.db_instance.enhanced_monitoring_resource_arn #=> String @@ -5902,6 +5959,51 @@ def create_db_instance(params = {}, options = {}) # # This setting doesn't apply to RDS Custom. # + # @option params [String] :domain_fqdn + # Specifies the fully qualified domain name of an Active Directory + # domain. + # + # Constraints: + # + # * Cannot be greater than 64 characters. + # + # ^ + # + # Example: `mymanagedADtest.mymanagedAD.mydomain` + # + # @option params [String] :domain_ou + # The Active Directory organizational unit for your DB instance to join. + # + # Constraints: + # + # * Must be in the distinguished name format. + # + # * Cannot be greater than 64 characters. + # + # Example: + # `OU=mymanagedADtestOU,DC=mymanagedADtest,DC=mymanagedAD,DC=mydomain` + # + # @option params [String] :domain_auth_secret_arn + # The ARN for the Secrets Manager secret that contains the credentials + # for the user performing the domain join. + # + # Example: + # `arn:aws:secretsmanager:region:account-number:secret:myselfmanagedADtestsecret-123456` + # + # @option params [Array] :domain_dns_ips + # The IPv4 DNS IP addresses of your primary and secondary Active + # Directory domain controllers. + # + # Constraints: + # + # * Two IP addresses must be provided. If there isn't a secondary + # domain controller, use the IP address of the primary domain + # controller for both entries in the list. + # + # ^ + # + # Example: `123.124.125.126,234.235.236.237` + # # @option params [String] :replica_mode # The open mode of the replica database: mounted or read-only. # @@ -6110,6 +6212,10 @@ def create_db_instance(params = {}, options = {}) # deletion_protection: false, # domain: "String", # domain_iam_role_name: "String", + # domain_fqdn: "String", + # domain_ou: "String", + # domain_auth_secret_arn: "String", + # domain_dns_ips: ["String"], # replica_mode: "open-read-only", # accepts open-read-only, mounted # max_allocated_storage: 1, # custom_iam_instance_profile: "String", @@ -6222,6 +6328,10 @@ def create_db_instance(params = {}, options = {}) # resp.db_instance.domain_memberships[0].status #=> String # resp.db_instance.domain_memberships[0].fqdn #=> String # resp.db_instance.domain_memberships[0].iam_role_name #=> String + # resp.db_instance.domain_memberships[0].ou #=> String + # resp.db_instance.domain_memberships[0].auth_secret_arn #=> String + # resp.db_instance.domain_memberships[0].dns_ips #=> Array + # resp.db_instance.domain_memberships[0].dns_ips[0] #=> String # resp.db_instance.copy_tags_to_snapshot #=> Boolean # resp.db_instance.monitoring_interval #=> Integer # resp.db_instance.enhanced_monitoring_resource_arn #=> String @@ -7988,6 +8098,10 @@ def delete_custom_db_engine_version(params = {}, options = {}) # resp.db_cluster.domain_memberships[0].status #=> String # resp.db_cluster.domain_memberships[0].fqdn #=> String # resp.db_cluster.domain_memberships[0].iam_role_name #=> String + # resp.db_cluster.domain_memberships[0].ou #=> String + # resp.db_cluster.domain_memberships[0].auth_secret_arn #=> String + # resp.db_cluster.domain_memberships[0].dns_ips #=> Array + # resp.db_cluster.domain_memberships[0].dns_ips[0] #=> String # resp.db_cluster.tag_list #=> Array # resp.db_cluster.tag_list[0].key #=> String # resp.db_cluster.tag_list[0].value #=> String @@ -8501,6 +8615,10 @@ def delete_db_cluster_snapshot(params = {}, options = {}) # resp.db_instance.domain_memberships[0].status #=> String # resp.db_instance.domain_memberships[0].fqdn #=> String # resp.db_instance.domain_memberships[0].iam_role_name #=> String + # resp.db_instance.domain_memberships[0].ou #=> String + # resp.db_instance.domain_memberships[0].auth_secret_arn #=> String + # resp.db_instance.domain_memberships[0].dns_ips #=> Array + # resp.db_instance.domain_memberships[0].dns_ips[0] #=> String # resp.db_instance.copy_tags_to_snapshot #=> Boolean # resp.db_instance.monitoring_interval #=> Integer # resp.db_instance.enhanced_monitoring_resource_arn #=> String @@ -10986,6 +11104,10 @@ def describe_db_cluster_snapshots(params = {}, options = {}) # resp.db_clusters[0].domain_memberships[0].status #=> String # resp.db_clusters[0].domain_memberships[0].fqdn #=> String # resp.db_clusters[0].domain_memberships[0].iam_role_name #=> String + # resp.db_clusters[0].domain_memberships[0].ou #=> String + # resp.db_clusters[0].domain_memberships[0].auth_secret_arn #=> String + # resp.db_clusters[0].domain_memberships[0].dns_ips #=> Array + # resp.db_clusters[0].domain_memberships[0].dns_ips[0] #=> String # resp.db_clusters[0].tag_list #=> Array # resp.db_clusters[0].tag_list[0].key #=> String # resp.db_clusters[0].tag_list[0].value #=> String @@ -11687,6 +11809,10 @@ def describe_db_instance_automated_backups(params = {}, options = {}) # resp.db_instances[0].domain_memberships[0].status #=> String # resp.db_instances[0].domain_memberships[0].fqdn #=> String # resp.db_instances[0].domain_memberships[0].iam_role_name #=> String + # resp.db_instances[0].domain_memberships[0].ou #=> String + # resp.db_instances[0].domain_memberships[0].auth_secret_arn #=> String + # resp.db_instances[0].domain_memberships[0].dns_ips #=> Array + # resp.db_instances[0].domain_memberships[0].dns_ips[0] #=> String # resp.db_instances[0].copy_tags_to_snapshot #=> Boolean # resp.db_instances[0].monitoring_interval #=> Integer # resp.db_instances[0].enhanced_monitoring_resource_arn #=> String @@ -15473,6 +15599,10 @@ def download_db_log_file_portion(params = {}, options = {}) # resp.db_cluster.domain_memberships[0].status #=> String # resp.db_cluster.domain_memberships[0].fqdn #=> String # resp.db_cluster.domain_memberships[0].iam_role_name #=> String + # resp.db_cluster.domain_memberships[0].ou #=> String + # resp.db_cluster.domain_memberships[0].auth_secret_arn #=> String + # resp.db_cluster.domain_memberships[0].dns_ips #=> Array + # resp.db_cluster.domain_memberships[0].dns_ips[0] #=> String # resp.db_cluster.tag_list #=> Array # resp.db_cluster.tag_list[0].key #=> String # resp.db_cluster.tag_list[0].value #=> String @@ -17021,6 +17151,10 @@ def modify_custom_db_engine_version(params = {}, options = {}) # resp.db_cluster.domain_memberships[0].status #=> String # resp.db_cluster.domain_memberships[0].fqdn #=> String # resp.db_cluster.domain_memberships[0].iam_role_name #=> String + # resp.db_cluster.domain_memberships[0].ou #=> String + # resp.db_cluster.domain_memberships[0].auth_secret_arn #=> String + # resp.db_cluster.domain_memberships[0].dns_ips #=> Array + # resp.db_cluster.domain_memberships[0].dns_ips[0] #=> String # resp.db_cluster.tag_list #=> Array # resp.db_cluster.tag_list[0].key #=> String # resp.db_cluster.tag_list[0].value #=> String @@ -17922,6 +18056,51 @@ def modify_db_cluster_snapshot_attribute(params = {}, options = {}) # # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/kerberos-authentication.html # + # @option params [String] :domain_fqdn + # Specifies the fully qualified domain name of an Active Directory + # domain. + # + # Constraints: + # + # * Cannot be greater than 64 characters. + # + # ^ + # + # Example: `mymanagedADtest.mymanagedAD.mydomain` + # + # @option params [String] :domain_ou + # The Active Directory organizational unit for your DB instance to join. + # + # Constraints: + # + # * Must be in the distinguished name format. + # + # * Cannot be greater than 64 characters. + # + # Example: + # `OU=mymanagedADtestOU,DC=mymanagedADtest,DC=mymanagedAD,DC=mydomain` + # + # @option params [String] :domain_auth_secret_arn + # The ARN for the Secrets Manager secret that contains the credentials + # for the user performing the domain join. + # + # Example: + # `arn:aws:secretsmanager:region:account-number:secret:myselfmanagedADtestsecret-123456` + # + # @option params [Array] :domain_dns_ips + # The IPv4 DNS IP addresses of your primary and secondary Active + # Directory domain controllers. + # + # Constraints: + # + # * Two IP addresses must be provided. If there isn't a secondary + # domain controller, use the IP address of the primary domain + # controller for both entries in the list. + # + # ^ + # + # Example: `123.124.125.126,234.235.236.237` + # # @option params [Boolean] :copy_tags_to_snapshot # Specifies whether to copy all tags from the DB instance to snapshots # of the DB instance. By default, tags aren't copied. @@ -18023,6 +18202,10 @@ def modify_db_cluster_snapshot_attribute(params = {}, options = {}) # # This setting doesn't apply to RDS Custom DB instances. # + # @option params [Boolean] :disable_domain + # Boolean. If present, removes the instance from the Active Directory + # domain. + # # @option params [Integer] :promotion_tier # The order of priority in which an Aurora Replica is promoted to the # primary instance after a failure of the existing primary instance. For @@ -18467,12 +18650,17 @@ def modify_db_cluster_snapshot_attribute(params = {}, options = {}) # tde_credential_password: "String", # ca_certificate_identifier: "String", # domain: "String", + # domain_fqdn: "String", + # domain_ou: "String", + # domain_auth_secret_arn: "String", + # domain_dns_ips: ["String"], # copy_tags_to_snapshot: false, # monitoring_interval: 1, # db_port_number: 1, # publicly_accessible: false, # monitoring_role_arn: "String", # domain_iam_role_name: "String", + # disable_domain: false, # promotion_tier: 1, # enable_iam_database_authentication: false, # enable_performance_insights: false, @@ -18606,6 +18794,10 @@ def modify_db_cluster_snapshot_attribute(params = {}, options = {}) # resp.db_instance.domain_memberships[0].status #=> String # resp.db_instance.domain_memberships[0].fqdn #=> String # resp.db_instance.domain_memberships[0].iam_role_name #=> String + # resp.db_instance.domain_memberships[0].ou #=> String + # resp.db_instance.domain_memberships[0].auth_secret_arn #=> String + # resp.db_instance.domain_memberships[0].dns_ips #=> Array + # resp.db_instance.domain_memberships[0].dns_ips[0] #=> String # resp.db_instance.copy_tags_to_snapshot #=> Boolean # resp.db_instance.monitoring_interval #=> Integer # resp.db_instance.enhanced_monitoring_resource_arn #=> String @@ -20012,6 +20204,10 @@ def modify_option_group(params = {}, options = {}) # resp.db_instance.domain_memberships[0].status #=> String # resp.db_instance.domain_memberships[0].fqdn #=> String # resp.db_instance.domain_memberships[0].iam_role_name #=> String + # resp.db_instance.domain_memberships[0].ou #=> String + # resp.db_instance.domain_memberships[0].auth_secret_arn #=> String + # resp.db_instance.domain_memberships[0].dns_ips #=> Array + # resp.db_instance.domain_memberships[0].dns_ips[0] #=> String # resp.db_instance.copy_tags_to_snapshot #=> Boolean # resp.db_instance.monitoring_interval #=> Integer # resp.db_instance.enhanced_monitoring_resource_arn #=> String @@ -20176,6 +20372,10 @@ def promote_read_replica(params = {}, options = {}) # resp.db_cluster.domain_memberships[0].status #=> String # resp.db_cluster.domain_memberships[0].fqdn #=> String # resp.db_cluster.domain_memberships[0].iam_role_name #=> String + # resp.db_cluster.domain_memberships[0].ou #=> String + # resp.db_cluster.domain_memberships[0].auth_secret_arn #=> String + # resp.db_cluster.domain_memberships[0].dns_ips #=> Array + # resp.db_cluster.domain_memberships[0].dns_ips[0] #=> String # resp.db_cluster.tag_list #=> Array # resp.db_cluster.tag_list[0].key #=> String # resp.db_cluster.tag_list[0].value #=> String @@ -20447,6 +20647,10 @@ def purchase_reserved_db_instances_offering(params = {}, options = {}) # resp.db_cluster.domain_memberships[0].status #=> String # resp.db_cluster.domain_memberships[0].fqdn #=> String # resp.db_cluster.domain_memberships[0].iam_role_name #=> String + # resp.db_cluster.domain_memberships[0].ou #=> String + # resp.db_cluster.domain_memberships[0].auth_secret_arn #=> String + # resp.db_cluster.domain_memberships[0].dns_ips #=> Array + # resp.db_cluster.domain_memberships[0].dns_ips[0] #=> String # resp.db_cluster.tag_list #=> Array # resp.db_cluster.tag_list[0].key #=> String # resp.db_cluster.tag_list[0].value #=> String @@ -20667,6 +20871,10 @@ def reboot_db_cluster(params = {}, options = {}) # resp.db_instance.domain_memberships[0].status #=> String # resp.db_instance.domain_memberships[0].fqdn #=> String # resp.db_instance.domain_memberships[0].iam_role_name #=> String + # resp.db_instance.domain_memberships[0].ou #=> String + # resp.db_instance.domain_memberships[0].auth_secret_arn #=> String + # resp.db_instance.domain_memberships[0].dns_ips #=> Array + # resp.db_instance.domain_memberships[0].dns_ips[0] #=> String # resp.db_instance.copy_tags_to_snapshot #=> Boolean # resp.db_instance.monitoring_interval #=> Integer # resp.db_instance.enhanced_monitoring_resource_arn #=> String @@ -21895,6 +22103,10 @@ def reset_db_parameter_group(params = {}, options = {}) # resp.db_cluster.domain_memberships[0].status #=> String # resp.db_cluster.domain_memberships[0].fqdn #=> String # resp.db_cluster.domain_memberships[0].iam_role_name #=> String + # resp.db_cluster.domain_memberships[0].ou #=> String + # resp.db_cluster.domain_memberships[0].auth_secret_arn #=> String + # resp.db_cluster.domain_memberships[0].dns_ips #=> Array + # resp.db_cluster.domain_memberships[0].dns_ips[0] #=> String # resp.db_cluster.tag_list #=> Array # resp.db_cluster.tag_list[0].key #=> String # resp.db_cluster.tag_list[0].value #=> String @@ -22583,6 +22795,10 @@ def restore_db_cluster_from_s3(params = {}, options = {}) # resp.db_cluster.domain_memberships[0].status #=> String # resp.db_cluster.domain_memberships[0].fqdn #=> String # resp.db_cluster.domain_memberships[0].iam_role_name #=> String + # resp.db_cluster.domain_memberships[0].ou #=> String + # resp.db_cluster.domain_memberships[0].auth_secret_arn #=> String + # resp.db_cluster.domain_memberships[0].dns_ips #=> Array + # resp.db_cluster.domain_memberships[0].dns_ips[0] #=> String # resp.db_cluster.tag_list #=> Array # resp.db_cluster.tag_list[0].key #=> String # resp.db_cluster.tag_list[0].value #=> String @@ -23240,6 +23456,10 @@ def restore_db_cluster_from_snapshot(params = {}, options = {}) # resp.db_cluster.domain_memberships[0].status #=> String # resp.db_cluster.domain_memberships[0].fqdn #=> String # resp.db_cluster.domain_memberships[0].iam_role_name #=> String + # resp.db_cluster.domain_memberships[0].ou #=> String + # resp.db_cluster.domain_memberships[0].auth_secret_arn #=> String + # resp.db_cluster.domain_memberships[0].dns_ips #=> Array + # resp.db_cluster.domain_memberships[0].dns_ips[0] #=> String # resp.db_cluster.tag_list #=> Array # resp.db_cluster.tag_list[0].key #=> String # resp.db_cluster.tag_list[0].value #=> String @@ -23541,6 +23761,53 @@ def restore_db_cluster_to_point_in_time(params = {}, options = {}) # # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/kerberos-authentication.html # + # @option params [String] :domain_fqdn + # Specifies the fully qualified domain name of an Active Directory + # domain. + # + # Constraints: + # + # * Cannot be greater than 64 characters. + # + # ^ + # + # Example: `mymanagedADtest.mymanagedAD.mydomain` + # + # @option params [String] :domain_ou + # The Active Directory organizational unit for your DB instance to join. + # + # Constraints: + # + # * Must be in the distinguished name format. + # + # * Cannot be greater than 64 characters. + # + # Example: + # `OU=mymanagedADtestOU,DC=mymanagedADtest,DC=mymanagedAD,DC=mydomain` + # + # @option params [String] :domain_auth_secret_arn + # The ARN for the Secrets Manager secret that contains the credentials + # for the user performing the domain join. + # + # Constraints: + # + # Example: + # `arn:aws:secretsmanager:region:account-number:secret:myselfmanagedADtestsecret-123456` + # + # @option params [Array] :domain_dns_ips + # The IPv4 DNS IP addresses of your primary and secondary Active + # Directory domain controllers. + # + # Constraints: + # + # * Two IP addresses must be provided. If there isn't a secondary + # domain controller, use the IP address of the primary domain + # controller for both entries in the list. + # + # ^ + # + # Example: `123.124.125.126,234.235.236.237` + # # @option params [Boolean] :copy_tags_to_snapshot # A value that indicates whether to copy all tags from the restored DB # instance to snapshots of the DB instance. @@ -23825,6 +24092,10 @@ def restore_db_cluster_to_point_in_time(params = {}, options = {}) # tde_credential_password: "String", # vpc_security_group_ids: ["String"], # domain: "String", + # domain_fqdn: "String", + # domain_ou: "String", + # domain_auth_secret_arn: "String", + # domain_dns_ips: ["String"], # copy_tags_to_snapshot: false, # domain_iam_role_name: "String", # enable_iam_database_authentication: false, @@ -23948,6 +24219,10 @@ def restore_db_cluster_to_point_in_time(params = {}, options = {}) # resp.db_instance.domain_memberships[0].status #=> String # resp.db_instance.domain_memberships[0].fqdn #=> String # resp.db_instance.domain_memberships[0].iam_role_name #=> String + # resp.db_instance.domain_memberships[0].ou #=> String + # resp.db_instance.domain_memberships[0].auth_secret_arn #=> String + # resp.db_instance.domain_memberships[0].dns_ips #=> Array + # resp.db_instance.domain_memberships[0].dns_ips[0] #=> String # resp.db_instance.copy_tags_to_snapshot #=> Boolean # resp.db_instance.monitoring_interval #=> Integer # resp.db_instance.enhanced_monitoring_resource_arn #=> String @@ -24676,6 +24951,10 @@ def restore_db_instance_from_db_snapshot(params = {}, options = {}) # resp.db_instance.domain_memberships[0].status #=> String # resp.db_instance.domain_memberships[0].fqdn #=> String # resp.db_instance.domain_memberships[0].iam_role_name #=> String + # resp.db_instance.domain_memberships[0].ou #=> String + # resp.db_instance.domain_memberships[0].auth_secret_arn #=> String + # resp.db_instance.domain_memberships[0].dns_ips #=> Array + # resp.db_instance.domain_memberships[0].dns_ips[0] #=> String # resp.db_instance.copy_tags_to_snapshot #=> Boolean # resp.db_instance.monitoring_interval #=> Integer # resp.db_instance.enhanced_monitoring_resource_arn #=> String @@ -25002,6 +25281,57 @@ def restore_db_instance_from_s3(params = {}, options = {}) # # This setting doesn't apply to RDS Custom. # + # @option params [String] :domain_fqdn + # Specifies the fully qualified domain name of an Active Directory + # domain. + # + # Constraints: + # + # * Cannot be greater than 64 characters. + # + # ^ + # + # Example: `mymanagedADtest.mymanagedAD.mydomain` + # + # @option params [String] :domain_ou + # The Active Directory organizational unit for your DB instance to join. + # + # Constraints: + # + # * Must be in the distinguished name format. + # + # * Cannot be greater than 64 characters. + # + # Example: + # `OU=mymanagedADtestOU,DC=mymanagedADtest,DC=mymanagedAD,DC=mydomain` + # + # @option params [String] :domain_auth_secret_arn + # The ARN for the Secrets Manager secret that contains the credentials + # for the user performing the domain join. + # + # Constraints: + # + # * Cannot be greater than 64 characters. + # + # ^ + # + # Example: + # `arn:aws:secretsmanager:region:account-number:secret:myselfmanagedADtestsecret-123456` + # + # @option params [Array] :domain_dns_ips + # The IPv4 DNS IP addresses of your primary and secondary Active + # Directory domain controllers. + # + # Constraints: + # + # * Two IP addresses must be provided. If there isn't a secondary + # domain controller, use the IP address of the primary domain + # controller for both entries in the list. + # + # ^ + # + # Example: `123.124.125.126,234.235.236.237` + # # @option params [Boolean] :enable_iam_database_authentication # A value that indicates whether to enable mapping of Amazon Web # Services Identity and Access Management (IAM) accounts to database @@ -25320,6 +25650,10 @@ def restore_db_instance_from_s3(params = {}, options = {}) # vpc_security_group_ids: ["String"], # domain: "String", # domain_iam_role_name: "String", + # domain_fqdn: "String", + # domain_ou: "String", + # domain_auth_secret_arn: "String", + # domain_dns_ips: ["String"], # enable_iam_database_authentication: false, # enable_cloudwatch_logs_exports: ["String"], # processor_features: [ @@ -25443,6 +25777,10 @@ def restore_db_instance_from_s3(params = {}, options = {}) # resp.db_instance.domain_memberships[0].status #=> String # resp.db_instance.domain_memberships[0].fqdn #=> String # resp.db_instance.domain_memberships[0].iam_role_name #=> String + # resp.db_instance.domain_memberships[0].ou #=> String + # resp.db_instance.domain_memberships[0].auth_secret_arn #=> String + # resp.db_instance.domain_memberships[0].dns_ips #=> Array + # resp.db_instance.domain_memberships[0].dns_ips[0] #=> String # resp.db_instance.copy_tags_to_snapshot #=> Boolean # resp.db_instance.monitoring_interval #=> Integer # resp.db_instance.enhanced_monitoring_resource_arn #=> String @@ -25835,6 +26173,10 @@ def start_activity_stream(params = {}, options = {}) # resp.db_cluster.domain_memberships[0].status #=> String # resp.db_cluster.domain_memberships[0].fqdn #=> String # resp.db_cluster.domain_memberships[0].iam_role_name #=> String + # resp.db_cluster.domain_memberships[0].ou #=> String + # resp.db_cluster.domain_memberships[0].auth_secret_arn #=> String + # resp.db_cluster.domain_memberships[0].dns_ips #=> Array + # resp.db_cluster.domain_memberships[0].dns_ips[0] #=> String # resp.db_cluster.tag_list #=> Array # resp.db_cluster.tag_list[0].key #=> String # resp.db_cluster.tag_list[0].value #=> String @@ -26026,6 +26368,10 @@ def start_db_cluster(params = {}, options = {}) # resp.db_instance.domain_memberships[0].status #=> String # resp.db_instance.domain_memberships[0].fqdn #=> String # resp.db_instance.domain_memberships[0].iam_role_name #=> String + # resp.db_instance.domain_memberships[0].ou #=> String + # resp.db_instance.domain_memberships[0].auth_secret_arn #=> String + # resp.db_instance.domain_memberships[0].dns_ips #=> Array + # resp.db_instance.domain_memberships[0].dns_ips[0] #=> String # resp.db_instance.copy_tags_to_snapshot #=> Boolean # resp.db_instance.monitoring_interval #=> Integer # resp.db_instance.enhanced_monitoring_resource_arn #=> String @@ -26638,6 +26984,10 @@ def stop_activity_stream(params = {}, options = {}) # resp.db_cluster.domain_memberships[0].status #=> String # resp.db_cluster.domain_memberships[0].fqdn #=> String # resp.db_cluster.domain_memberships[0].iam_role_name #=> String + # resp.db_cluster.domain_memberships[0].ou #=> String + # resp.db_cluster.domain_memberships[0].auth_secret_arn #=> String + # resp.db_cluster.domain_memberships[0].dns_ips #=> Array + # resp.db_cluster.domain_memberships[0].dns_ips[0] #=> String # resp.db_cluster.tag_list #=> Array # resp.db_cluster.tag_list[0].key #=> String # resp.db_cluster.tag_list[0].value #=> String @@ -26836,6 +27186,10 @@ def stop_db_cluster(params = {}, options = {}) # resp.db_instance.domain_memberships[0].status #=> String # resp.db_instance.domain_memberships[0].fqdn #=> String # resp.db_instance.domain_memberships[0].iam_role_name #=> String + # resp.db_instance.domain_memberships[0].ou #=> String + # resp.db_instance.domain_memberships[0].auth_secret_arn #=> String + # resp.db_instance.domain_memberships[0].dns_ips #=> Array + # resp.db_instance.domain_memberships[0].dns_ips[0] #=> String # resp.db_instance.copy_tags_to_snapshot #=> Boolean # resp.db_instance.monitoring_interval #=> Integer # resp.db_instance.enhanced_monitoring_resource_arn #=> String @@ -27336,6 +27690,10 @@ def switchover_blue_green_deployment(params = {}, options = {}) # resp.db_instance.domain_memberships[0].status #=> String # resp.db_instance.domain_memberships[0].fqdn #=> String # resp.db_instance.domain_memberships[0].iam_role_name #=> String + # resp.db_instance.domain_memberships[0].ou #=> String + # resp.db_instance.domain_memberships[0].auth_secret_arn #=> String + # resp.db_instance.domain_memberships[0].dns_ips #=> Array + # resp.db_instance.domain_memberships[0].dns_ips[0] #=> String # resp.db_instance.copy_tags_to_snapshot #=> Boolean # resp.db_instance.monitoring_interval #=> Integer # resp.db_instance.enhanced_monitoring_resource_arn #=> String @@ -27410,7 +27768,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-rds' - context[:gem_version] = '1.182.0' + context[:gem_version] = '1.183.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-rds/lib/aws-sdk-rds/client_api.rb b/gems/aws-sdk-rds/lib/aws-sdk-rds/client_api.rb index c19626722ec..3645e500911 100644 --- a/gems/aws-sdk-rds/lib/aws-sdk-rds/client_api.rb +++ b/gems/aws-sdk-rds/lib/aws-sdk-rds/client_api.rb @@ -1006,6 +1006,10 @@ module ClientApi CreateDBInstanceMessage.add_member(:storage_encrypted, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "StorageEncrypted")) CreateDBInstanceMessage.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "KmsKeyId")) CreateDBInstanceMessage.add_member(:domain, Shapes::ShapeRef.new(shape: String, location_name: "Domain")) + CreateDBInstanceMessage.add_member(:domain_fqdn, Shapes::ShapeRef.new(shape: String, location_name: "DomainFqdn")) + CreateDBInstanceMessage.add_member(:domain_ou, Shapes::ShapeRef.new(shape: String, location_name: "DomainOu")) + CreateDBInstanceMessage.add_member(:domain_auth_secret_arn, Shapes::ShapeRef.new(shape: String, location_name: "DomainAuthSecretArn")) + CreateDBInstanceMessage.add_member(:domain_dns_ips, Shapes::ShapeRef.new(shape: StringList, location_name: "DomainDnsIps")) CreateDBInstanceMessage.add_member(:copy_tags_to_snapshot, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "CopyTagsToSnapshot")) CreateDBInstanceMessage.add_member(:monitoring_interval, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MonitoringInterval")) CreateDBInstanceMessage.add_member(:monitoring_role_arn, Shapes::ShapeRef.new(shape: String, location_name: "MonitoringRoleArn")) @@ -1060,6 +1064,10 @@ module ClientApi CreateDBInstanceReadReplicaMessage.add_member(:deletion_protection, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "DeletionProtection")) CreateDBInstanceReadReplicaMessage.add_member(:domain, Shapes::ShapeRef.new(shape: String, location_name: "Domain")) CreateDBInstanceReadReplicaMessage.add_member(:domain_iam_role_name, Shapes::ShapeRef.new(shape: String, location_name: "DomainIAMRoleName")) + CreateDBInstanceReadReplicaMessage.add_member(:domain_fqdn, Shapes::ShapeRef.new(shape: String, location_name: "DomainFqdn")) + CreateDBInstanceReadReplicaMessage.add_member(:domain_ou, Shapes::ShapeRef.new(shape: String, location_name: "DomainOu")) + CreateDBInstanceReadReplicaMessage.add_member(:domain_auth_secret_arn, Shapes::ShapeRef.new(shape: String, location_name: "DomainAuthSecretArn")) + CreateDBInstanceReadReplicaMessage.add_member(:domain_dns_ips, Shapes::ShapeRef.new(shape: StringList, location_name: "DomainDnsIps")) CreateDBInstanceReadReplicaMessage.add_member(:replica_mode, Shapes::ShapeRef.new(shape: ReplicaMode, location_name: "ReplicaMode")) CreateDBInstanceReadReplicaMessage.add_member(:max_allocated_storage, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxAllocatedStorage")) CreateDBInstanceReadReplicaMessage.add_member(:custom_iam_instance_profile, Shapes::ShapeRef.new(shape: String, location_name: "CustomIamInstanceProfile")) @@ -2249,6 +2257,9 @@ module ClientApi DomainMembership.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "Status")) DomainMembership.add_member(:fqdn, Shapes::ShapeRef.new(shape: String, location_name: "FQDN")) DomainMembership.add_member(:iam_role_name, Shapes::ShapeRef.new(shape: String, location_name: "IAMRoleName")) + DomainMembership.add_member(:ou, Shapes::ShapeRef.new(shape: String, location_name: "OU")) + DomainMembership.add_member(:auth_secret_arn, Shapes::ShapeRef.new(shape: String, location_name: "AuthSecretArn")) + DomainMembership.add_member(:dns_ips, Shapes::ShapeRef.new(shape: StringList, location_name: "DnsIps")) DomainMembership.struct_class = Types::DomainMembership DomainMembershipList.member = Shapes::ShapeRef.new(shape: DomainMembership, location_name: "DomainMembership") @@ -2643,12 +2654,17 @@ module ClientApi ModifyDBInstanceMessage.add_member(:tde_credential_password, Shapes::ShapeRef.new(shape: String, location_name: "TdeCredentialPassword")) ModifyDBInstanceMessage.add_member(:ca_certificate_identifier, Shapes::ShapeRef.new(shape: String, location_name: "CACertificateIdentifier")) ModifyDBInstanceMessage.add_member(:domain, Shapes::ShapeRef.new(shape: String, location_name: "Domain")) + ModifyDBInstanceMessage.add_member(:domain_fqdn, Shapes::ShapeRef.new(shape: String, location_name: "DomainFqdn")) + ModifyDBInstanceMessage.add_member(:domain_ou, Shapes::ShapeRef.new(shape: String, location_name: "DomainOu")) + ModifyDBInstanceMessage.add_member(:domain_auth_secret_arn, Shapes::ShapeRef.new(shape: String, location_name: "DomainAuthSecretArn")) + ModifyDBInstanceMessage.add_member(:domain_dns_ips, Shapes::ShapeRef.new(shape: StringList, location_name: "DomainDnsIps")) ModifyDBInstanceMessage.add_member(:copy_tags_to_snapshot, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "CopyTagsToSnapshot")) ModifyDBInstanceMessage.add_member(:monitoring_interval, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MonitoringInterval")) ModifyDBInstanceMessage.add_member(:db_port_number, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "DBPortNumber")) ModifyDBInstanceMessage.add_member(:publicly_accessible, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "PubliclyAccessible")) ModifyDBInstanceMessage.add_member(:monitoring_role_arn, Shapes::ShapeRef.new(shape: String, location_name: "MonitoringRoleArn")) ModifyDBInstanceMessage.add_member(:domain_iam_role_name, Shapes::ShapeRef.new(shape: String, location_name: "DomainIAMRoleName")) + ModifyDBInstanceMessage.add_member(:disable_domain, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "DisableDomain")) ModifyDBInstanceMessage.add_member(:promotion_tier, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "PromotionTier")) ModifyDBInstanceMessage.add_member(:enable_iam_database_authentication, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "EnableIAMDatabaseAuthentication")) ModifyDBInstanceMessage.add_member(:enable_performance_insights, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "EnablePerformanceInsights")) @@ -3283,6 +3299,10 @@ module ClientApi RestoreDBInstanceFromDBSnapshotMessage.add_member(:tde_credential_password, Shapes::ShapeRef.new(shape: String, location_name: "TdeCredentialPassword")) RestoreDBInstanceFromDBSnapshotMessage.add_member(:vpc_security_group_ids, Shapes::ShapeRef.new(shape: VpcSecurityGroupIdList, location_name: "VpcSecurityGroupIds")) RestoreDBInstanceFromDBSnapshotMessage.add_member(:domain, Shapes::ShapeRef.new(shape: String, location_name: "Domain")) + RestoreDBInstanceFromDBSnapshotMessage.add_member(:domain_fqdn, Shapes::ShapeRef.new(shape: String, location_name: "DomainFqdn")) + RestoreDBInstanceFromDBSnapshotMessage.add_member(:domain_ou, Shapes::ShapeRef.new(shape: String, location_name: "DomainOu")) + RestoreDBInstanceFromDBSnapshotMessage.add_member(:domain_auth_secret_arn, Shapes::ShapeRef.new(shape: String, location_name: "DomainAuthSecretArn")) + RestoreDBInstanceFromDBSnapshotMessage.add_member(:domain_dns_ips, Shapes::ShapeRef.new(shape: StringList, location_name: "DomainDnsIps")) RestoreDBInstanceFromDBSnapshotMessage.add_member(:copy_tags_to_snapshot, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "CopyTagsToSnapshot")) RestoreDBInstanceFromDBSnapshotMessage.add_member(:domain_iam_role_name, Shapes::ShapeRef.new(shape: String, location_name: "DomainIAMRoleName")) RestoreDBInstanceFromDBSnapshotMessage.add_member(:enable_iam_database_authentication, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "EnableIAMDatabaseAuthentication")) @@ -3380,6 +3400,10 @@ module ClientApi RestoreDBInstanceToPointInTimeMessage.add_member(:vpc_security_group_ids, Shapes::ShapeRef.new(shape: VpcSecurityGroupIdList, location_name: "VpcSecurityGroupIds")) RestoreDBInstanceToPointInTimeMessage.add_member(:domain, Shapes::ShapeRef.new(shape: String, location_name: "Domain")) RestoreDBInstanceToPointInTimeMessage.add_member(:domain_iam_role_name, Shapes::ShapeRef.new(shape: String, location_name: "DomainIAMRoleName")) + RestoreDBInstanceToPointInTimeMessage.add_member(:domain_fqdn, Shapes::ShapeRef.new(shape: String, location_name: "DomainFqdn")) + RestoreDBInstanceToPointInTimeMessage.add_member(:domain_ou, Shapes::ShapeRef.new(shape: String, location_name: "DomainOu")) + RestoreDBInstanceToPointInTimeMessage.add_member(:domain_auth_secret_arn, Shapes::ShapeRef.new(shape: String, location_name: "DomainAuthSecretArn")) + RestoreDBInstanceToPointInTimeMessage.add_member(:domain_dns_ips, Shapes::ShapeRef.new(shape: StringList, location_name: "DomainDnsIps")) RestoreDBInstanceToPointInTimeMessage.add_member(:enable_iam_database_authentication, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "EnableIAMDatabaseAuthentication")) RestoreDBInstanceToPointInTimeMessage.add_member(:enable_cloudwatch_logs_exports, Shapes::ShapeRef.new(shape: LogTypeList, location_name: "EnableCloudwatchLogsExports")) RestoreDBInstanceToPointInTimeMessage.add_member(:processor_features, Shapes::ShapeRef.new(shape: ProcessorFeatureList, location_name: "ProcessorFeatures")) diff --git a/gems/aws-sdk-rds/lib/aws-sdk-rds/db_instance.rb b/gems/aws-sdk-rds/lib/aws-sdk-rds/db_instance.rb index 812bfa3a119..13343160833 100644 --- a/gems/aws-sdk-rds/lib/aws-sdk-rds/db_instance.rb +++ b/gems/aws-sdk-rds/lib/aws-sdk-rds/db_instance.rb @@ -936,6 +936,10 @@ def wait_until(options = {}, &block) # storage_encrypted: false, # kms_key_id: "String", # domain: "String", + # domain_fqdn: "String", + # domain_ou: "String", + # domain_auth_secret_arn: "String", + # domain_dns_ips: ["String"], # copy_tags_to_snapshot: false, # monitoring_interval: 1, # monitoring_role_arn: "String", @@ -1665,6 +1669,47 @@ def wait_until(options = {}, &block) # # # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/kerberos-authentication.html + # @option options [String] :domain_fqdn + # Specifies the fully qualified domain name of an Active Directory + # domain. + # + # Constraints: + # + # * Cannot be greater than 64 characters. + # + # ^ + # + # Example: `mymanagedADtest.mymanagedAD.mydomain` + # @option options [String] :domain_ou + # The Active Directory organizational unit for your DB instance to join. + # + # Constraints: + # + # * Must be in the distinguished name format. + # + # * Cannot be greater than 64 characters. + # + # Example: + # `OU=mymanagedADtestOU,DC=mymanagedADtest,DC=mymanagedAD,DC=mydomain` + # @option options [String] :domain_auth_secret_arn + # The ARN for the Secrets Manager secret that contains the credentials + # for the user performing the domain join. + # + # Example: + # `arn:aws:secretsmanager:region:account-number:secret:myselfmanagedADtestsecret-123456` + # @option options [Array] :domain_dns_ips + # The IPv4 DNS IP addresses of your primary and secondary Active + # Directory domain controllers. + # + # Constraints: + # + # * Two IP addresses must be provided. If there isn't a secondary + # domain controller, use the IP address of the primary domain + # controller for both entries in the list. + # + # ^ + # + # Example: `123.124.125.126,234.235.236.237` # @option options [Boolean] :copy_tags_to_snapshot # Spcifies whether to copy tags from the DB instance to snapshots of the # DB instance. By default, tags are not copied. @@ -2046,6 +2091,10 @@ def create(options = {}) # deletion_protection: false, # domain: "String", # domain_iam_role_name: "String", + # domain_fqdn: "String", + # domain_ou: "String", + # domain_auth_secret_arn: "String", + # domain_dns_ips: ["String"], # replica_mode: "open-read-only", # accepts open-read-only, mounted # max_allocated_storage: 1, # custom_iam_instance_profile: "String", @@ -2440,6 +2489,47 @@ def create(options = {}) # Directory Service. # # This setting doesn't apply to RDS Custom. + # @option options [String] :domain_fqdn + # Specifies the fully qualified domain name of an Active Directory + # domain. + # + # Constraints: + # + # * Cannot be greater than 64 characters. + # + # ^ + # + # Example: `mymanagedADtest.mymanagedAD.mydomain` + # @option options [String] :domain_ou + # The Active Directory organizational unit for your DB instance to join. + # + # Constraints: + # + # * Must be in the distinguished name format. + # + # * Cannot be greater than 64 characters. + # + # Example: + # `OU=mymanagedADtestOU,DC=mymanagedADtest,DC=mymanagedAD,DC=mydomain` + # @option options [String] :domain_auth_secret_arn + # The ARN for the Secrets Manager secret that contains the credentials + # for the user performing the domain join. + # + # Example: + # `arn:aws:secretsmanager:region:account-number:secret:myselfmanagedADtestsecret-123456` + # @option options [Array] :domain_dns_ips + # The IPv4 DNS IP addresses of your primary and secondary Active + # Directory domain controllers. + # + # Constraints: + # + # * Two IP addresses must be provided. If there isn't a secondary + # domain controller, use the IP address of the primary domain + # controller for both entries in the list. + # + # ^ + # + # Example: `123.124.125.126,234.235.236.237` # @option options [String] :replica_mode # The open mode of the replica database: mounted or read-only. # @@ -2724,12 +2814,17 @@ def delete(options = {}) # tde_credential_password: "String", # ca_certificate_identifier: "String", # domain: "String", + # domain_fqdn: "String", + # domain_ou: "String", + # domain_auth_secret_arn: "String", + # domain_dns_ips: ["String"], # copy_tags_to_snapshot: false, # monitoring_interval: 1, # db_port_number: 1, # publicly_accessible: false, # monitoring_role_arn: "String", # domain_iam_role_name: "String", + # disable_domain: false, # promotion_tier: 1, # enable_iam_database_authentication: false, # enable_performance_insights: false, @@ -3231,6 +3326,47 @@ def delete(options = {}) # # # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/kerberos-authentication.html + # @option options [String] :domain_fqdn + # Specifies the fully qualified domain name of an Active Directory + # domain. + # + # Constraints: + # + # * Cannot be greater than 64 characters. + # + # ^ + # + # Example: `mymanagedADtest.mymanagedAD.mydomain` + # @option options [String] :domain_ou + # The Active Directory organizational unit for your DB instance to join. + # + # Constraints: + # + # * Must be in the distinguished name format. + # + # * Cannot be greater than 64 characters. + # + # Example: + # `OU=mymanagedADtestOU,DC=mymanagedADtest,DC=mymanagedAD,DC=mydomain` + # @option options [String] :domain_auth_secret_arn + # The ARN for the Secrets Manager secret that contains the credentials + # for the user performing the domain join. + # + # Example: + # `arn:aws:secretsmanager:region:account-number:secret:myselfmanagedADtestsecret-123456` + # @option options [Array] :domain_dns_ips + # The IPv4 DNS IP addresses of your primary and secondary Active + # Directory domain controllers. + # + # Constraints: + # + # * Two IP addresses must be provided. If there isn't a secondary + # domain controller, use the IP address of the primary domain + # controller for both entries in the list. + # + # ^ + # + # Example: `123.124.125.126,234.235.236.237` # @option options [Boolean] :copy_tags_to_snapshot # Specifies whether to copy all tags from the DB instance to snapshots # of the DB instance. By default, tags aren't copied. @@ -3326,6 +3462,9 @@ def delete(options = {}) # Service. # # This setting doesn't apply to RDS Custom DB instances. + # @option options [Boolean] :disable_domain + # Boolean. If present, removes the instance from the Active Directory + # domain. # @option options [Integer] :promotion_tier # The order of priority in which an Aurora Replica is promoted to the # primary instance after a failure of the existing primary instance. For @@ -3789,6 +3928,10 @@ def reboot(options = {}) # vpc_security_group_ids: ["String"], # domain: "String", # domain_iam_role_name: "String", + # domain_fqdn: "String", + # domain_ou: "String", + # domain_auth_secret_arn: "String", + # domain_dns_ips: ["String"], # enable_iam_database_authentication: false, # enable_cloudwatch_logs_exports: ["String"], # processor_features: [ @@ -4025,6 +4168,53 @@ def reboot(options = {}) # the Directory Service. # # This setting doesn't apply to RDS Custom. + # @option options [String] :domain_fqdn + # Specifies the fully qualified domain name of an Active Directory + # domain. + # + # Constraints: + # + # * Cannot be greater than 64 characters. + # + # ^ + # + # Example: `mymanagedADtest.mymanagedAD.mydomain` + # @option options [String] :domain_ou + # The Active Directory organizational unit for your DB instance to join. + # + # Constraints: + # + # * Must be in the distinguished name format. + # + # * Cannot be greater than 64 characters. + # + # Example: + # `OU=mymanagedADtestOU,DC=mymanagedADtest,DC=mymanagedAD,DC=mydomain` + # @option options [String] :domain_auth_secret_arn + # The ARN for the Secrets Manager secret that contains the credentials + # for the user performing the domain join. + # + # Constraints: + # + # * Cannot be greater than 64 characters. + # + # ^ + # + # Example: + # `arn:aws:secretsmanager:region:account-number:secret:myselfmanagedADtestsecret-123456` + # @option options [Array] :domain_dns_ips + # The IPv4 DNS IP addresses of your primary and secondary Active + # Directory domain controllers. + # + # Constraints: + # + # * Two IP addresses must be provided. If there isn't a secondary + # domain controller, use the IP address of the primary domain + # controller for both entries in the list. + # + # ^ + # + # Example: `123.124.125.126,234.235.236.237` # @option options [Boolean] :enable_iam_database_authentication # A value that indicates whether to enable mapping of Amazon Web # Services Identity and Access Management (IAM) accounts to database diff --git a/gems/aws-sdk-rds/lib/aws-sdk-rds/db_snapshot.rb b/gems/aws-sdk-rds/lib/aws-sdk-rds/db_snapshot.rb index 7bcafe1203c..1fff4e271c5 100644 --- a/gems/aws-sdk-rds/lib/aws-sdk-rds/db_snapshot.rb +++ b/gems/aws-sdk-rds/lib/aws-sdk-rds/db_snapshot.rb @@ -658,6 +658,10 @@ def delete(options = {}) # tde_credential_password: "String", # vpc_security_group_ids: ["String"], # domain: "String", + # domain_fqdn: "String", + # domain_ou: "String", + # domain_auth_secret_arn: "String", + # domain_dns_ips: ["String"], # copy_tags_to_snapshot: false, # domain_iam_role_name: "String", # enable_iam_database_authentication: false, @@ -875,6 +879,49 @@ def delete(options = {}) # # # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/kerberos-authentication.html + # @option options [String] :domain_fqdn + # Specifies the fully qualified domain name of an Active Directory + # domain. + # + # Constraints: + # + # * Cannot be greater than 64 characters. + # + # ^ + # + # Example: `mymanagedADtest.mymanagedAD.mydomain` + # @option options [String] :domain_ou + # The Active Directory organizational unit for your DB instance to join. + # + # Constraints: + # + # * Must be in the distinguished name format. + # + # * Cannot be greater than 64 characters. + # + # Example: + # `OU=mymanagedADtestOU,DC=mymanagedADtest,DC=mymanagedAD,DC=mydomain` + # @option options [String] :domain_auth_secret_arn + # The ARN for the Secrets Manager secret that contains the credentials + # for the user performing the domain join. + # + # Constraints: + # + # Example: + # `arn:aws:secretsmanager:region:account-number:secret:myselfmanagedADtestsecret-123456` + # @option options [Array] :domain_dns_ips + # The IPv4 DNS IP addresses of your primary and secondary Active + # Directory domain controllers. + # + # Constraints: + # + # * Two IP addresses must be provided. If there isn't a secondary + # domain controller, use the IP address of the primary domain + # controller for both entries in the list. + # + # ^ + # + # Example: `123.124.125.126,234.235.236.237` # @option options [Boolean] :copy_tags_to_snapshot # A value that indicates whether to copy all tags from the restored DB # instance to snapshots of the DB instance. diff --git a/gems/aws-sdk-rds/lib/aws-sdk-rds/resource.rb b/gems/aws-sdk-rds/lib/aws-sdk-rds/resource.rb index 3d48ebd6a7f..56a617621d9 100644 --- a/gems/aws-sdk-rds/lib/aws-sdk-rds/resource.rb +++ b/gems/aws-sdk-rds/lib/aws-sdk-rds/resource.rb @@ -991,6 +991,10 @@ def create_db_cluster_parameter_group(options = {}) # storage_encrypted: false, # kms_key_id: "String", # domain: "String", + # domain_fqdn: "String", + # domain_ou: "String", + # domain_auth_secret_arn: "String", + # domain_dns_ips: ["String"], # copy_tags_to_snapshot: false, # monitoring_interval: 1, # monitoring_role_arn: "String", @@ -1733,6 +1737,47 @@ def create_db_cluster_parameter_group(options = {}) # # # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/kerberos-authentication.html + # @option options [String] :domain_fqdn + # Specifies the fully qualified domain name of an Active Directory + # domain. + # + # Constraints: + # + # * Cannot be greater than 64 characters. + # + # ^ + # + # Example: `mymanagedADtest.mymanagedAD.mydomain` + # @option options [String] :domain_ou + # The Active Directory organizational unit for your DB instance to join. + # + # Constraints: + # + # * Must be in the distinguished name format. + # + # * Cannot be greater than 64 characters. + # + # Example: + # `OU=mymanagedADtestOU,DC=mymanagedADtest,DC=mymanagedAD,DC=mydomain` + # @option options [String] :domain_auth_secret_arn + # The ARN for the Secrets Manager secret that contains the credentials + # for the user performing the domain join. + # + # Example: + # `arn:aws:secretsmanager:region:account-number:secret:myselfmanagedADtestsecret-123456` + # @option options [Array] :domain_dns_ips + # The IPv4 DNS IP addresses of your primary and secondary Active + # Directory domain controllers. + # + # Constraints: + # + # * Two IP addresses must be provided. If there isn't a secondary + # domain controller, use the IP address of the primary domain + # controller for both entries in the list. + # + # ^ + # + # Example: `123.124.125.126,234.235.236.237` # @option options [Boolean] :copy_tags_to_snapshot # Spcifies whether to copy tags from the DB instance to snapshots of the # DB instance. By default, tags are not copied. diff --git a/gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb b/gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb index 65e81822a88..8447c00e0d0 100644 --- a/gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb +++ b/gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb @@ -3829,6 +3829,56 @@ class CreateDBClusterSnapshotResult < Struct.new( # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/kerberos-authentication.html # @return [String] # + # @!attribute [rw] domain_fqdn + # Specifies the fully qualified domain name of an Active Directory + # domain. + # + # Constraints: + # + # * Cannot be greater than 64 characters. + # + # ^ + # + # Example: `mymanagedADtest.mymanagedAD.mydomain` + # @return [String] + # + # @!attribute [rw] domain_ou + # The Active Directory organizational unit for your DB instance to + # join. + # + # Constraints: + # + # * Must be in the distinguished name format. + # + # * Cannot be greater than 64 characters. + # + # Example: + # `OU=mymanagedADtestOU,DC=mymanagedADtest,DC=mymanagedAD,DC=mydomain` + # @return [String] + # + # @!attribute [rw] domain_auth_secret_arn + # The ARN for the Secrets Manager secret that contains the credentials + # for the user performing the domain join. + # + # Example: + # `arn:aws:secretsmanager:region:account-number:secret:myselfmanagedADtestsecret-123456` + # @return [String] + # + # @!attribute [rw] domain_dns_ips + # The IPv4 DNS IP addresses of your primary and secondary Active + # Directory domain controllers. + # + # Constraints: + # + # * Two IP addresses must be provided. If there isn't a secondary + # domain controller, use the IP address of the primary domain + # controller for both entries in the list. + # + # ^ + # + # Example: `123.124.125.126,234.235.236.237` + # @return [Array] + # # @!attribute [rw] copy_tags_to_snapshot # Spcifies whether to copy tags from the DB instance to snapshots of # the DB instance. By default, tags are not copied. @@ -4237,6 +4287,10 @@ class CreateDBInstanceMessage < Struct.new( :storage_encrypted, :kms_key_id, :domain, + :domain_fqdn, + :domain_ou, + :domain_auth_secret_arn, + :domain_dns_ips, :copy_tags_to_snapshot, :monitoring_interval, :monitoring_role_arn, @@ -4753,6 +4807,56 @@ class CreateDBInstanceMessage < Struct.new( # This setting doesn't apply to RDS Custom. # @return [String] # + # @!attribute [rw] domain_fqdn + # Specifies the fully qualified domain name of an Active Directory + # domain. + # + # Constraints: + # + # * Cannot be greater than 64 characters. + # + # ^ + # + # Example: `mymanagedADtest.mymanagedAD.mydomain` + # @return [String] + # + # @!attribute [rw] domain_ou + # The Active Directory organizational unit for your DB instance to + # join. + # + # Constraints: + # + # * Must be in the distinguished name format. + # + # * Cannot be greater than 64 characters. + # + # Example: + # `OU=mymanagedADtestOU,DC=mymanagedADtest,DC=mymanagedAD,DC=mydomain` + # @return [String] + # + # @!attribute [rw] domain_auth_secret_arn + # The ARN for the Secrets Manager secret that contains the credentials + # for the user performing the domain join. + # + # Example: + # `arn:aws:secretsmanager:region:account-number:secret:myselfmanagedADtestsecret-123456` + # @return [String] + # + # @!attribute [rw] domain_dns_ips + # The IPv4 DNS IP addresses of your primary and secondary Active + # Directory domain controllers. + # + # Constraints: + # + # * Two IP addresses must be provided. If there isn't a secondary + # domain controller, use the IP address of the primary domain + # controller for both entries in the list. + # + # ^ + # + # Example: `123.124.125.126,234.235.236.237` + # @return [Array] + # # @!attribute [rw] replica_mode # The open mode of the replica database: mounted or read-only. # @@ -4937,6 +5041,10 @@ class CreateDBInstanceReadReplicaMessage < Struct.new( :deletion_protection, :domain, :domain_iam_role_name, + :domain_fqdn, + :domain_ou, + :domain_auth_secret_arn, + :domain_dns_ips, :replica_mode, :max_allocated_storage, :custom_iam_instance_profile, @@ -12715,7 +12823,8 @@ class DescribeValidDBInstanceModificationsResult < Struct.new( # @return [String] # # @!attribute [rw] fqdn - # The fully qualified domain name of the Active Directory Domain. + # The fully qualified domain name (FQDN) of the Active Directory + # Domain. # @return [String] # # @!attribute [rw] iam_role_name @@ -12723,13 +12832,31 @@ class DescribeValidDBInstanceModificationsResult < Struct.new( # Directory Service. # @return [String] # + # @!attribute [rw] ou + # The Active Directory organizational unit for your DB instance to + # join. + # @return [String] + # + # @!attribute [rw] auth_secret_arn + # The ARN for the Secrets Manager secret that contains the credentials + # for the user performing the domain join. + # @return [String] + # + # @!attribute [rw] dns_ips + # The IPv4 DNS IP addresses of your primary and secondary Active + # Directory domain controllers. + # @return [Array] + # # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DomainMembership AWS API Documentation # class DomainMembership < Struct.new( :domain, :status, :fqdn, - :iam_role_name) + :iam_role_name, + :ou, + :auth_secret_arn, + :dns_ips) SENSITIVE = [] include Aws::Structure end @@ -15693,6 +15820,56 @@ class ModifyDBClusterSnapshotAttributeResult < Struct.new( # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/kerberos-authentication.html # @return [String] # + # @!attribute [rw] domain_fqdn + # Specifies the fully qualified domain name of an Active Directory + # domain. + # + # Constraints: + # + # * Cannot be greater than 64 characters. + # + # ^ + # + # Example: `mymanagedADtest.mymanagedAD.mydomain` + # @return [String] + # + # @!attribute [rw] domain_ou + # The Active Directory organizational unit for your DB instance to + # join. + # + # Constraints: + # + # * Must be in the distinguished name format. + # + # * Cannot be greater than 64 characters. + # + # Example: + # `OU=mymanagedADtestOU,DC=mymanagedADtest,DC=mymanagedAD,DC=mydomain` + # @return [String] + # + # @!attribute [rw] domain_auth_secret_arn + # The ARN for the Secrets Manager secret that contains the credentials + # for the user performing the domain join. + # + # Example: + # `arn:aws:secretsmanager:region:account-number:secret:myselfmanagedADtestsecret-123456` + # @return [String] + # + # @!attribute [rw] domain_dns_ips + # The IPv4 DNS IP addresses of your primary and secondary Active + # Directory domain controllers. + # + # Constraints: + # + # * Two IP addresses must be provided. If there isn't a secondary + # domain controller, use the IP address of the primary domain + # controller for both entries in the list. + # + # ^ + # + # Example: `123.124.125.126,234.235.236.237` + # @return [Array] + # # @!attribute [rw] copy_tags_to_snapshot # Specifies whether to copy all tags from the DB instance to snapshots # of the DB instance. By default, tags aren't copied. @@ -15801,6 +15978,11 @@ class ModifyDBClusterSnapshotAttributeResult < Struct.new( # This setting doesn't apply to RDS Custom DB instances. # @return [String] # + # @!attribute [rw] disable_domain + # Boolean. If present, removes the instance from the Active Directory + # domain. + # @return [Boolean] + # # @!attribute [rw] promotion_tier # The order of priority in which an Aurora Replica is promoted to the # primary instance after a failure of the existing primary instance. @@ -16216,12 +16398,17 @@ class ModifyDBInstanceMessage < Struct.new( :tde_credential_password, :ca_certificate_identifier, :domain, + :domain_fqdn, + :domain_ou, + :domain_auth_secret_arn, + :domain_dns_ips, :copy_tags_to_snapshot, :monitoring_interval, :db_port_number, :publicly_accessible, :monitoring_role_arn, :domain_iam_role_name, + :disable_domain, :promotion_tier, :enable_iam_database_authentication, :enable_performance_insights, @@ -20650,6 +20837,58 @@ class RestoreDBClusterToPointInTimeResult < Struct.new( # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/kerberos-authentication.html # @return [String] # + # @!attribute [rw] domain_fqdn + # Specifies the fully qualified domain name of an Active Directory + # domain. + # + # Constraints: + # + # * Cannot be greater than 64 characters. + # + # ^ + # + # Example: `mymanagedADtest.mymanagedAD.mydomain` + # @return [String] + # + # @!attribute [rw] domain_ou + # The Active Directory organizational unit for your DB instance to + # join. + # + # Constraints: + # + # * Must be in the distinguished name format. + # + # * Cannot be greater than 64 characters. + # + # Example: + # `OU=mymanagedADtestOU,DC=mymanagedADtest,DC=mymanagedAD,DC=mydomain` + # @return [String] + # + # @!attribute [rw] domain_auth_secret_arn + # The ARN for the Secrets Manager secret that contains the credentials + # for the user performing the domain join. + # + # Constraints: + # + # Example: + # `arn:aws:secretsmanager:region:account-number:secret:myselfmanagedADtestsecret-123456` + # @return [String] + # + # @!attribute [rw] domain_dns_ips + # The IPv4 DNS IP addresses of your primary and secondary Active + # Directory domain controllers. + # + # Constraints: + # + # * Two IP addresses must be provided. If there isn't a secondary + # domain controller, use the IP address of the primary domain + # controller for both entries in the list. + # + # ^ + # + # Example: `123.124.125.126,234.235.236.237` + # @return [Array] + # # @!attribute [rw] copy_tags_to_snapshot # A value that indicates whether to copy all tags from the restored DB # instance to snapshots of the DB instance. @@ -20905,6 +21144,10 @@ class RestoreDBInstanceFromDBSnapshotMessage < Struct.new( :tde_credential_password, :vpc_security_group_ids, :domain, + :domain_fqdn, + :domain_ou, + :domain_auth_secret_arn, + :domain_dns_ips, :copy_tags_to_snapshot, :domain_iam_role_name, :enable_iam_database_authentication, @@ -21832,6 +22075,62 @@ class RestoreDBInstanceFromS3Result < Struct.new( # This setting doesn't apply to RDS Custom. # @return [String] # + # @!attribute [rw] domain_fqdn + # Specifies the fully qualified domain name of an Active Directory + # domain. + # + # Constraints: + # + # * Cannot be greater than 64 characters. + # + # ^ + # + # Example: `mymanagedADtest.mymanagedAD.mydomain` + # @return [String] + # + # @!attribute [rw] domain_ou + # The Active Directory organizational unit for your DB instance to + # join. + # + # Constraints: + # + # * Must be in the distinguished name format. + # + # * Cannot be greater than 64 characters. + # + # Example: + # `OU=mymanagedADtestOU,DC=mymanagedADtest,DC=mymanagedAD,DC=mydomain` + # @return [String] + # + # @!attribute [rw] domain_auth_secret_arn + # The ARN for the Secrets Manager secret that contains the credentials + # for the user performing the domain join. + # + # Constraints: + # + # * Cannot be greater than 64 characters. + # + # ^ + # + # Example: + # `arn:aws:secretsmanager:region:account-number:secret:myselfmanagedADtestsecret-123456` + # @return [String] + # + # @!attribute [rw] domain_dns_ips + # The IPv4 DNS IP addresses of your primary and secondary Active + # Directory domain controllers. + # + # Constraints: + # + # * Two IP addresses must be provided. If there isn't a secondary + # domain controller, use the IP address of the primary domain + # controller for both entries in the list. + # + # ^ + # + # Example: `123.124.125.126,234.235.236.237` + # @return [Array] + # # @!attribute [rw] enable_iam_database_authentication # A value that indicates whether to enable mapping of Amazon Web # Services Identity and Access Management (IAM) accounts to database @@ -22062,6 +22361,10 @@ class RestoreDBInstanceToPointInTimeMessage < Struct.new( :vpc_security_group_ids, :domain, :domain_iam_role_name, + :domain_fqdn, + :domain_ou, + :domain_auth_secret_arn, + :domain_dns_ips, :enable_iam_database_authentication, :enable_cloudwatch_logs_exports, :processor_features, diff --git a/gems/aws-sdk-rdsdataservice/CHANGELOG.md b/gems/aws-sdk-rdsdataservice/CHANGELOG.md index f72736f1324..6d98618d86f 100644 --- a/gems/aws-sdk-rdsdataservice/CHANGELOG.md +++ b/gems/aws-sdk-rdsdataservice/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.43.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.42.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-rdsdataservice/VERSION b/gems/aws-sdk-rdsdataservice/VERSION index a50908ca3da..b978278f05f 100644 --- a/gems/aws-sdk-rdsdataservice/VERSION +++ b/gems/aws-sdk-rdsdataservice/VERSION @@ -1 +1 @@ -1.42.0 +1.43.0 diff --git a/gems/aws-sdk-rdsdataservice/aws-sdk-rdsdataservice.gemspec b/gems/aws-sdk-rdsdataservice/aws-sdk-rdsdataservice.gemspec index ce4fde80f6e..4fb4f72d46e 100644 --- a/gems/aws-sdk-rdsdataservice/aws-sdk-rdsdataservice.gemspec +++ b/gems/aws-sdk-rdsdataservice/aws-sdk-rdsdataservice.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-rdsdataservice/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-rdsdataservice/lib/aws-sdk-rdsdataservice.rb b/gems/aws-sdk-rdsdataservice/lib/aws-sdk-rdsdataservice.rb index efc03124017..81f8159a70d 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.42.0' + GEM_VERSION = '1.43.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 86748d1d097..779766fd5b6 100644 --- a/gems/aws-sdk-rdsdataservice/lib/aws-sdk-rdsdataservice/client.rb +++ b/gems/aws-sdk-rdsdataservice/lib/aws-sdk-rdsdataservice/client.rb @@ -955,7 +955,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-rdsdataservice' - 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-recyclebin/CHANGELOG.md b/gems/aws-sdk-recyclebin/CHANGELOG.md index f806ade10d5..68ac63aa3e1 100644 --- a/gems/aws-sdk-recyclebin/CHANGELOG.md +++ b/gems/aws-sdk-recyclebin/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.11.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.10.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-recyclebin/VERSION b/gems/aws-sdk-recyclebin/VERSION index 81c871de46b..1cac385c6cb 100644 --- a/gems/aws-sdk-recyclebin/VERSION +++ b/gems/aws-sdk-recyclebin/VERSION @@ -1 +1 @@ -1.10.0 +1.11.0 diff --git a/gems/aws-sdk-recyclebin/aws-sdk-recyclebin.gemspec b/gems/aws-sdk-recyclebin/aws-sdk-recyclebin.gemspec index 14fb0432357..d4b2dbd8b3f 100644 --- a/gems/aws-sdk-recyclebin/aws-sdk-recyclebin.gemspec +++ b/gems/aws-sdk-recyclebin/aws-sdk-recyclebin.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-recyclebin/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-recyclebin/lib/aws-sdk-recyclebin.rb b/gems/aws-sdk-recyclebin/lib/aws-sdk-recyclebin.rb index bdf028e9bdc..f0b0fd2d37b 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.10.0' + GEM_VERSION = '1.11.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 6ac5c5afcbd..74ebcb4177e 100644 --- a/gems/aws-sdk-recyclebin/lib/aws-sdk-recyclebin/client.rb +++ b/gems/aws-sdk-recyclebin/lib/aws-sdk-recyclebin/client.rb @@ -931,7 +931,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-recyclebin' - 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-redshift/CHANGELOG.md b/gems/aws-sdk-redshift/CHANGELOG.md index 41885b1ac36..66c07b51b70 100644 --- a/gems/aws-sdk-redshift/CHANGELOG.md +++ b/gems/aws-sdk-redshift/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.95.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.94.0 (2023-06-20) ------------------ diff --git a/gems/aws-sdk-redshift/VERSION b/gems/aws-sdk-redshift/VERSION index 8db4a57b3d0..55f6ae93382 100644 --- a/gems/aws-sdk-redshift/VERSION +++ b/gems/aws-sdk-redshift/VERSION @@ -1 +1 @@ -1.94.0 +1.95.0 diff --git a/gems/aws-sdk-redshift/aws-sdk-redshift.gemspec b/gems/aws-sdk-redshift/aws-sdk-redshift.gemspec index 8d7dfb74a5d..99ee3c45360 100644 --- a/gems/aws-sdk-redshift/aws-sdk-redshift.gemspec +++ b/gems/aws-sdk-redshift/aws-sdk-redshift.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-redshift/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-redshift/lib/aws-sdk-redshift.rb b/gems/aws-sdk-redshift/lib/aws-sdk-redshift.rb index afac0e545b6..cb4a222b9ab 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.94.0' + GEM_VERSION = '1.95.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 59f7f22a1d4..1d4b5713b1b 100644 --- a/gems/aws-sdk-redshift/lib/aws-sdk-redshift/client.rb +++ b/gems/aws-sdk-redshift/lib/aws-sdk-redshift/client.rb @@ -11400,7 +11400,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-redshift' - context[:gem_version] = '1.94.0' + context[:gem_version] = '1.95.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 33ee8115754..bc03123f977 100644 --- a/gems/aws-sdk-redshiftdataapiservice/CHANGELOG.md +++ b/gems/aws-sdk-redshiftdataapiservice/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.29.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.28.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-redshiftdataapiservice/VERSION b/gems/aws-sdk-redshiftdataapiservice/VERSION index cfc730712d5..5e57fb89558 100644 --- a/gems/aws-sdk-redshiftdataapiservice/VERSION +++ b/gems/aws-sdk-redshiftdataapiservice/VERSION @@ -1 +1 @@ -1.28.0 +1.29.0 diff --git a/gems/aws-sdk-redshiftdataapiservice/aws-sdk-redshiftdataapiservice.gemspec b/gems/aws-sdk-redshiftdataapiservice/aws-sdk-redshiftdataapiservice.gemspec index 1d4a171fba4..d746422935a 100644 --- a/gems/aws-sdk-redshiftdataapiservice/aws-sdk-redshiftdataapiservice.gemspec +++ b/gems/aws-sdk-redshiftdataapiservice/aws-sdk-redshiftdataapiservice.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-redshiftdataapiservice/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-redshiftdataapiservice/lib/aws-sdk-redshiftdataapiservice.rb b/gems/aws-sdk-redshiftdataapiservice/lib/aws-sdk-redshiftdataapiservice.rb index afda077d081..d81e0927932 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.28.0' + GEM_VERSION = '1.29.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 4ea754b443c..3784a8bbb98 100644 --- a/gems/aws-sdk-redshiftdataapiservice/lib/aws-sdk-redshiftdataapiservice/client.rb +++ b/gems/aws-sdk-redshiftdataapiservice/lib/aws-sdk-redshiftdataapiservice/client.rb @@ -1501,7 +1501,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-redshiftdataapiservice' - 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-redshiftserverless/CHANGELOG.md b/gems/aws-sdk-redshiftserverless/CHANGELOG.md index 6f1506f468c..d8333a632ef 100644 --- a/gems/aws-sdk-redshiftserverless/CHANGELOG.md +++ b/gems/aws-sdk-redshiftserverless/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.10.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.9.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-redshiftserverless/VERSION b/gems/aws-sdk-redshiftserverless/VERSION index f8e233b2733..81c871de46b 100644 --- a/gems/aws-sdk-redshiftserverless/VERSION +++ b/gems/aws-sdk-redshiftserverless/VERSION @@ -1 +1 @@ -1.9.0 +1.10.0 diff --git a/gems/aws-sdk-redshiftserverless/aws-sdk-redshiftserverless.gemspec b/gems/aws-sdk-redshiftserverless/aws-sdk-redshiftserverless.gemspec index 247d2b3bae4..1dacd1e968a 100644 --- a/gems/aws-sdk-redshiftserverless/aws-sdk-redshiftserverless.gemspec +++ b/gems/aws-sdk-redshiftserverless/aws-sdk-redshiftserverless.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-redshiftserverless/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless.rb b/gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless.rb index 90d421368a9..242d54e9395 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.9.0' + GEM_VERSION = '1.10.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 6a19bc78c02..7fa764d59f0 100644 --- a/gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/client.rb +++ b/gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/client.rb @@ -2647,7 +2647,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-redshiftserverless' - 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-rekognition/CHANGELOG.md b/gems/aws-sdk-rekognition/CHANGELOG.md index 17bbf1e09c8..1e3928e94c5 100644 --- a/gems/aws-sdk-rekognition/CHANGELOG.md +++ b/gems/aws-sdk-rekognition/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.83.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.82.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-rekognition/VERSION b/gems/aws-sdk-rekognition/VERSION index 71fae54fb27..6b4de0a42b0 100644 --- a/gems/aws-sdk-rekognition/VERSION +++ b/gems/aws-sdk-rekognition/VERSION @@ -1 +1 @@ -1.82.0 +1.83.0 diff --git a/gems/aws-sdk-rekognition/aws-sdk-rekognition.gemspec b/gems/aws-sdk-rekognition/aws-sdk-rekognition.gemspec index bc4e23ceaac..92ca9a557a1 100644 --- a/gems/aws-sdk-rekognition/aws-sdk-rekognition.gemspec +++ b/gems/aws-sdk-rekognition/aws-sdk-rekognition.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-rekognition/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-rekognition/lib/aws-sdk-rekognition.rb b/gems/aws-sdk-rekognition/lib/aws-sdk-rekognition.rb index 0bb96eefd5b..7ae0c5b8de7 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.82.0' + GEM_VERSION = '1.83.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 bdb5676fa61..59571e27578 100644 --- a/gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/client.rb +++ b/gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/client.rb @@ -7490,7 +7490,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-rekognition' - context[:gem_version] = '1.82.0' + context[:gem_version] = '1.83.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 d2a771c4c2b..9161ae6cd47 100644 --- a/gems/aws-sdk-resiliencehub/CHANGELOG.md +++ b/gems/aws-sdk-resiliencehub/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.16.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.15.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-resiliencehub/VERSION b/gems/aws-sdk-resiliencehub/VERSION index 141f2e805be..15b989e398f 100644 --- a/gems/aws-sdk-resiliencehub/VERSION +++ b/gems/aws-sdk-resiliencehub/VERSION @@ -1 +1 @@ -1.15.0 +1.16.0 diff --git a/gems/aws-sdk-resiliencehub/aws-sdk-resiliencehub.gemspec b/gems/aws-sdk-resiliencehub/aws-sdk-resiliencehub.gemspec index cbe0b80fab3..f6a5c6d69d1 100644 --- a/gems/aws-sdk-resiliencehub/aws-sdk-resiliencehub.gemspec +++ b/gems/aws-sdk-resiliencehub/aws-sdk-resiliencehub.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-resiliencehub/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub.rb b/gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub.rb index d395d62d64a..3266b79771c 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.15.0' + GEM_VERSION = '1.16.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 98b5fa6601f..f12e781a926 100644 --- a/gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/client.rb +++ b/gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/client.rb @@ -4203,7 +4203,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-resiliencehub' - 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-resourceexplorer2/CHANGELOG.md b/gems/aws-sdk-resourceexplorer2/CHANGELOG.md index 804a6a008cd..386fb404e7e 100644 --- a/gems/aws-sdk-resourceexplorer2/CHANGELOG.md +++ b/gems/aws-sdk-resourceexplorer2/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.7.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.6.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-resourceexplorer2/VERSION b/gems/aws-sdk-resourceexplorer2/VERSION index dc1e644a101..bd8bf882d06 100644 --- a/gems/aws-sdk-resourceexplorer2/VERSION +++ b/gems/aws-sdk-resourceexplorer2/VERSION @@ -1 +1 @@ -1.6.0 +1.7.0 diff --git a/gems/aws-sdk-resourceexplorer2/aws-sdk-resourceexplorer2.gemspec b/gems/aws-sdk-resourceexplorer2/aws-sdk-resourceexplorer2.gemspec index 6db10f365fe..52bca7f50c0 100644 --- a/gems/aws-sdk-resourceexplorer2/aws-sdk-resourceexplorer2.gemspec +++ b/gems/aws-sdk-resourceexplorer2/aws-sdk-resourceexplorer2.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-resourceexplorer2/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-resourceexplorer2/lib/aws-sdk-resourceexplorer2.rb b/gems/aws-sdk-resourceexplorer2/lib/aws-sdk-resourceexplorer2.rb index 08b109081be..8b885a51274 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.6.0' + GEM_VERSION = '1.7.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 50af1fba7d6..b6a77af08d8 100644 --- a/gems/aws-sdk-resourceexplorer2/lib/aws-sdk-resourceexplorer2/client.rb +++ b/gems/aws-sdk-resourceexplorer2/lib/aws-sdk-resourceexplorer2/client.rb @@ -1497,7 +1497,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-resourceexplorer2' - 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-resourcegroups/CHANGELOG.md b/gems/aws-sdk-resourcegroups/CHANGELOG.md index 4ce5ff24669..99ca98dd2bb 100644 --- a/gems/aws-sdk-resourcegroups/CHANGELOG.md +++ b/gems/aws-sdk-resourcegroups/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.51.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.50.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-resourcegroups/VERSION b/gems/aws-sdk-resourcegroups/VERSION index 5a5c7211dc6..ba0a719118c 100644 --- a/gems/aws-sdk-resourcegroups/VERSION +++ b/gems/aws-sdk-resourcegroups/VERSION @@ -1 +1 @@ -1.50.0 +1.51.0 diff --git a/gems/aws-sdk-resourcegroups/aws-sdk-resourcegroups.gemspec b/gems/aws-sdk-resourcegroups/aws-sdk-resourcegroups.gemspec index df6d9f8901e..9f918ee92ed 100644 --- a/gems/aws-sdk-resourcegroups/aws-sdk-resourcegroups.gemspec +++ b/gems/aws-sdk-resourcegroups/aws-sdk-resourcegroups.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-resourcegroups/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups.rb b/gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups.rb index 4ae59d7feed..5c75cf207e3 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.50.0' + GEM_VERSION = '1.51.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 99abba2a3f0..85653ee77af 100644 --- a/gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/client.rb +++ b/gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/client.rb @@ -1475,7 +1475,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-resourcegroups' - 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-resourcegroupstaggingapi/CHANGELOG.md b/gems/aws-sdk-resourcegroupstaggingapi/CHANGELOG.md index 22ab9676d27..600de38a5d2 100644 --- a/gems/aws-sdk-resourcegroupstaggingapi/CHANGELOG.md +++ b/gems/aws-sdk-resourcegroupstaggingapi/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.52.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.51.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-resourcegroupstaggingapi/VERSION b/gems/aws-sdk-resourcegroupstaggingapi/VERSION index ba0a719118c..a63cb35e6f0 100644 --- a/gems/aws-sdk-resourcegroupstaggingapi/VERSION +++ b/gems/aws-sdk-resourcegroupstaggingapi/VERSION @@ -1 +1 @@ -1.51.0 +1.52.0 diff --git a/gems/aws-sdk-resourcegroupstaggingapi/aws-sdk-resourcegroupstaggingapi.gemspec b/gems/aws-sdk-resourcegroupstaggingapi/aws-sdk-resourcegroupstaggingapi.gemspec index 77dfcfa7620..5536d01e602 100644 --- a/gems/aws-sdk-resourcegroupstaggingapi/aws-sdk-resourcegroupstaggingapi.gemspec +++ b/gems/aws-sdk-resourcegroupstaggingapi/aws-sdk-resourcegroupstaggingapi.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-resourcegroupstaggingapi/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-resourcegroupstaggingapi/lib/aws-sdk-resourcegroupstaggingapi.rb b/gems/aws-sdk-resourcegroupstaggingapi/lib/aws-sdk-resourcegroupstaggingapi.rb index 937fe64c246..60360d56466 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.51.0' + GEM_VERSION = '1.52.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 25773c27f29..0eaa7bd3c43 100644 --- a/gems/aws-sdk-resourcegroupstaggingapi/lib/aws-sdk-resourcegroupstaggingapi/client.rb +++ b/gems/aws-sdk-resourcegroupstaggingapi/lib/aws-sdk-resourcegroupstaggingapi/client.rb @@ -1039,7 +1039,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-resourcegroupstaggingapi' - 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-robomaker/CHANGELOG.md b/gems/aws-sdk-robomaker/CHANGELOG.md index d0b1124932e..30d770dc753 100644 --- a/gems/aws-sdk-robomaker/CHANGELOG.md +++ b/gems/aws-sdk-robomaker/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.56.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.55.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-robomaker/VERSION b/gems/aws-sdk-robomaker/VERSION index 094d6ad00ce..3ebf789f5a8 100644 --- a/gems/aws-sdk-robomaker/VERSION +++ b/gems/aws-sdk-robomaker/VERSION @@ -1 +1 @@ -1.55.0 +1.56.0 diff --git a/gems/aws-sdk-robomaker/aws-sdk-robomaker.gemspec b/gems/aws-sdk-robomaker/aws-sdk-robomaker.gemspec index 63042842b46..83c85a1c4ca 100644 --- a/gems/aws-sdk-robomaker/aws-sdk-robomaker.gemspec +++ b/gems/aws-sdk-robomaker/aws-sdk-robomaker.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-robomaker/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-robomaker/lib/aws-sdk-robomaker.rb b/gems/aws-sdk-robomaker/lib/aws-sdk-robomaker.rb index 971d018ccd3..4efa1928b40 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.55.0' + GEM_VERSION = '1.56.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 ab0c3890031..94f7e0a852b 100644 --- a/gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/client.rb +++ b/gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/client.rb @@ -4332,7 +4332,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-robomaker' - 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-rolesanywhere/CHANGELOG.md b/gems/aws-sdk-rolesanywhere/CHANGELOG.md index c8f780916cc..01011d2cce6 100644 --- a/gems/aws-sdk-rolesanywhere/CHANGELOG.md +++ b/gems/aws-sdk-rolesanywhere/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.6.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.5.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-rolesanywhere/VERSION b/gems/aws-sdk-rolesanywhere/VERSION index bc80560fad6..dc1e644a101 100644 --- a/gems/aws-sdk-rolesanywhere/VERSION +++ b/gems/aws-sdk-rolesanywhere/VERSION @@ -1 +1 @@ -1.5.0 +1.6.0 diff --git a/gems/aws-sdk-rolesanywhere/aws-sdk-rolesanywhere.gemspec b/gems/aws-sdk-rolesanywhere/aws-sdk-rolesanywhere.gemspec index 39151600eca..81c59ac3a0c 100644 --- a/gems/aws-sdk-rolesanywhere/aws-sdk-rolesanywhere.gemspec +++ b/gems/aws-sdk-rolesanywhere/aws-sdk-rolesanywhere.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-rolesanywhere/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere.rb b/gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere.rb index 0f38a7e9ebb..12af2ab7040 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.5.0' + GEM_VERSION = '1.6.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 79adce9a28b..c384ef31550 100644 --- a/gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/client.rb +++ b/gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/client.rb @@ -1762,7 +1762,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-rolesanywhere' - context[:gem_version] = '1.5.0' + context[:gem_version] = '1.6.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 e25ea58a359..c3b93205182 100644 --- a/gems/aws-sdk-route53/CHANGELOG.md +++ b/gems/aws-sdk-route53/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.74.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.73.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-route53/VERSION b/gems/aws-sdk-route53/VERSION index 5e3a4256626..dc87e8af82f 100644 --- a/gems/aws-sdk-route53/VERSION +++ b/gems/aws-sdk-route53/VERSION @@ -1 +1 @@ -1.73.0 +1.74.0 diff --git a/gems/aws-sdk-route53/aws-sdk-route53.gemspec b/gems/aws-sdk-route53/aws-sdk-route53.gemspec index 410980f4444..8a59f01936e 100644 --- a/gems/aws-sdk-route53/aws-sdk-route53.gemspec +++ b/gems/aws-sdk-route53/aws-sdk-route53.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-route53/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-route53/lib/aws-sdk-route53.rb b/gems/aws-sdk-route53/lib/aws-sdk-route53.rb index e863f47e433..4d8ad986f49 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.73.0' + GEM_VERSION = '1.74.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 f4ff407ae0e..a5dd5d1ad2b 100644 --- a/gems/aws-sdk-route53/lib/aws-sdk-route53/client.rb +++ b/gems/aws-sdk-route53/lib/aws-sdk-route53/client.rb @@ -6065,7 +6065,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-route53' - 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-route53domains/CHANGELOG.md b/gems/aws-sdk-route53domains/CHANGELOG.md index f2181f8294f..3800b6b908b 100644 --- a/gems/aws-sdk-route53domains/CHANGELOG.md +++ b/gems/aws-sdk-route53domains/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.47.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.46.0 (2023-06-19) ------------------ diff --git a/gems/aws-sdk-route53domains/VERSION b/gems/aws-sdk-route53domains/VERSION index 0a3db35b241..21998d3c2d9 100644 --- a/gems/aws-sdk-route53domains/VERSION +++ b/gems/aws-sdk-route53domains/VERSION @@ -1 +1 @@ -1.46.0 +1.47.0 diff --git a/gems/aws-sdk-route53domains/aws-sdk-route53domains.gemspec b/gems/aws-sdk-route53domains/aws-sdk-route53domains.gemspec index 9e4806cee91..2eb242dfb68 100644 --- a/gems/aws-sdk-route53domains/aws-sdk-route53domains.gemspec +++ b/gems/aws-sdk-route53domains/aws-sdk-route53domains.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-route53domains/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-route53domains/lib/aws-sdk-route53domains.rb b/gems/aws-sdk-route53domains/lib/aws-sdk-route53domains.rb index 1d08122f5b8..fd76b151bf6 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.46.0' + GEM_VERSION = '1.47.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 4ec31c59296..2e8fec36958 100644 --- a/gems/aws-sdk-route53domains/lib/aws-sdk-route53domains/client.rb +++ b/gems/aws-sdk-route53domains/lib/aws-sdk-route53domains/client.rb @@ -2616,7 +2616,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-route53domains' - 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-route53recoverycluster/CHANGELOG.md b/gems/aws-sdk-route53recoverycluster/CHANGELOG.md index 586ff221a03..a7fc0faf6ed 100644 --- a/gems/aws-sdk-route53recoverycluster/CHANGELOG.md +++ b/gems/aws-sdk-route53recoverycluster/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.16.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.15.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-route53recoverycluster/VERSION b/gems/aws-sdk-route53recoverycluster/VERSION index 141f2e805be..15b989e398f 100644 --- a/gems/aws-sdk-route53recoverycluster/VERSION +++ b/gems/aws-sdk-route53recoverycluster/VERSION @@ -1 +1 @@ -1.15.0 +1.16.0 diff --git a/gems/aws-sdk-route53recoverycluster/aws-sdk-route53recoverycluster.gemspec b/gems/aws-sdk-route53recoverycluster/aws-sdk-route53recoverycluster.gemspec index cf2f9c7eaa5..7d4a73314e1 100644 --- a/gems/aws-sdk-route53recoverycluster/aws-sdk-route53recoverycluster.gemspec +++ b/gems/aws-sdk-route53recoverycluster/aws-sdk-route53recoverycluster.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-route53recoverycluster/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-route53recoverycluster/lib/aws-sdk-route53recoverycluster.rb b/gems/aws-sdk-route53recoverycluster/lib/aws-sdk-route53recoverycluster.rb index d00e829c4a2..539f08d6829 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.15.0' + GEM_VERSION = '1.16.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 cc480b3aa89..628b07eac53 100644 --- a/gems/aws-sdk-route53recoverycluster/lib/aws-sdk-route53recoverycluster/client.rb +++ b/gems/aws-sdk-route53recoverycluster/lib/aws-sdk-route53recoverycluster/client.rb @@ -705,7 +705,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-route53recoverycluster' - 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-route53recoverycontrolconfig/CHANGELOG.md b/gems/aws-sdk-route53recoverycontrolconfig/CHANGELOG.md index fd6964e504c..1c15bedff3e 100644 --- a/gems/aws-sdk-route53recoverycontrolconfig/CHANGELOG.md +++ b/gems/aws-sdk-route53recoverycontrolconfig/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.16.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.15.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-route53recoverycontrolconfig/VERSION b/gems/aws-sdk-route53recoverycontrolconfig/VERSION index 141f2e805be..15b989e398f 100644 --- a/gems/aws-sdk-route53recoverycontrolconfig/VERSION +++ b/gems/aws-sdk-route53recoverycontrolconfig/VERSION @@ -1 +1 @@ -1.15.0 +1.16.0 diff --git a/gems/aws-sdk-route53recoverycontrolconfig/aws-sdk-route53recoverycontrolconfig.gemspec b/gems/aws-sdk-route53recoverycontrolconfig/aws-sdk-route53recoverycontrolconfig.gemspec index 2a373cbb58c..b9975a0cb24 100644 --- a/gems/aws-sdk-route53recoverycontrolconfig/aws-sdk-route53recoverycontrolconfig.gemspec +++ b/gems/aws-sdk-route53recoverycontrolconfig/aws-sdk-route53recoverycontrolconfig.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-route53recoverycontrolconfig/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-route53recoverycontrolconfig/lib/aws-sdk-route53recoverycontrolconfig.rb b/gems/aws-sdk-route53recoverycontrolconfig/lib/aws-sdk-route53recoverycontrolconfig.rb index 0096638062b..9e92c437499 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.15.0' + GEM_VERSION = '1.16.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 daa9e310172..5cffab8392d 100644 --- a/gems/aws-sdk-route53recoverycontrolconfig/lib/aws-sdk-route53recoverycontrolconfig/client.rb +++ b/gems/aws-sdk-route53recoverycontrolconfig/lib/aws-sdk-route53recoverycontrolconfig/client.rb @@ -1368,7 +1368,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-route53recoverycontrolconfig' - 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-route53recoveryreadiness/CHANGELOG.md b/gems/aws-sdk-route53recoveryreadiness/CHANGELOG.md index d7a3efde972..848561dcb9b 100644 --- a/gems/aws-sdk-route53recoveryreadiness/CHANGELOG.md +++ b/gems/aws-sdk-route53recoveryreadiness/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.15.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.14.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-route53recoveryreadiness/VERSION b/gems/aws-sdk-route53recoveryreadiness/VERSION index 850e742404b..141f2e805be 100644 --- a/gems/aws-sdk-route53recoveryreadiness/VERSION +++ b/gems/aws-sdk-route53recoveryreadiness/VERSION @@ -1 +1 @@ -1.14.0 +1.15.0 diff --git a/gems/aws-sdk-route53recoveryreadiness/aws-sdk-route53recoveryreadiness.gemspec b/gems/aws-sdk-route53recoveryreadiness/aws-sdk-route53recoveryreadiness.gemspec index 0e5e1ea3c9e..dc1f311c6fd 100644 --- a/gems/aws-sdk-route53recoveryreadiness/aws-sdk-route53recoveryreadiness.gemspec +++ b/gems/aws-sdk-route53recoveryreadiness/aws-sdk-route53recoveryreadiness.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-route53recoveryreadiness/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-route53recoveryreadiness/lib/aws-sdk-route53recoveryreadiness.rb b/gems/aws-sdk-route53recoveryreadiness/lib/aws-sdk-route53recoveryreadiness.rb index 7bc74f328a9..f5a00f4a1ce 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.14.0' + GEM_VERSION = '1.15.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 d2ea6be6e5e..0b128e891ea 100644 --- a/gems/aws-sdk-route53recoveryreadiness/lib/aws-sdk-route53recoveryreadiness/client.rb +++ b/gems/aws-sdk-route53recoveryreadiness/lib/aws-sdk-route53recoveryreadiness/client.rb @@ -1645,7 +1645,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-route53recoveryreadiness' - context[:gem_version] = '1.14.0' + context[:gem_version] = '1.15.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 13ef556ff0f..391db669a51 100644 --- a/gems/aws-sdk-route53resolver/CHANGELOG.md +++ b/gems/aws-sdk-route53resolver/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.44.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.43.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-route53resolver/VERSION b/gems/aws-sdk-route53resolver/VERSION index b978278f05f..372cf402c73 100644 --- a/gems/aws-sdk-route53resolver/VERSION +++ b/gems/aws-sdk-route53resolver/VERSION @@ -1 +1 @@ -1.43.0 +1.44.0 diff --git a/gems/aws-sdk-route53resolver/aws-sdk-route53resolver.gemspec b/gems/aws-sdk-route53resolver/aws-sdk-route53resolver.gemspec index 12aa0746152..31dc2a1cc42 100644 --- a/gems/aws-sdk-route53resolver/aws-sdk-route53resolver.gemspec +++ b/gems/aws-sdk-route53resolver/aws-sdk-route53resolver.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-route53resolver/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver.rb b/gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver.rb index 77e8ad9d70d..d07c669f817 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.43.0' + GEM_VERSION = '1.44.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 d86d82961f5..538d465eb8b 100644 --- a/gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/client.rb +++ b/gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/client.rb @@ -4168,7 +4168,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-route53resolver' - 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-s3/CHANGELOG.md b/gems/aws-sdk-s3/CHANGELOG.md index 996902180a2..d625212222a 100644 --- a/gems/aws-sdk-s3/CHANGELOG.md +++ b/gems/aws-sdk-s3/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.127.0 (2023-06-28) +------------------ + +* Feature - The S3 LISTObjects, ListObjectsV2 and ListObjectVersions API now supports a new optional header x-amz-optional-object-attributes. If header contains RestoreStatus as the value, then S3 will include Glacier restore status i.e. isRestoreInProgress and RestoreExpiryDate in List response. + * Feature - Select minimum expiration time for presigned urls between the expiration time option and the credential expiration time. 1.126.0 (2023-06-16) diff --git a/gems/aws-sdk-s3/VERSION b/gems/aws-sdk-s3/VERSION index c96f047721f..a7fd4875b44 100644 --- a/gems/aws-sdk-s3/VERSION +++ b/gems/aws-sdk-s3/VERSION @@ -1 +1 @@ -1.126.0 +1.127.0 diff --git a/gems/aws-sdk-s3/aws-sdk-s3.gemspec b/gems/aws-sdk-s3/aws-sdk-s3.gemspec index a9349caa8b7..1ac72c7ff30 100644 --- a/gems/aws-sdk-s3/aws-sdk-s3.gemspec +++ b/gems/aws-sdk-s3/aws-sdk-s3.gemspec @@ -26,8 +26,8 @@ Gem::Specification.new do |spec| } spec.add_dependency('aws-sdk-kms', '~> 1') - spec.add_dependency('aws-sigv4', '~> 1.4') - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sigv4', '~> 1.6') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.required_ruby_version = '>= 2.3' end diff --git a/gems/aws-sdk-s3/lib/aws-sdk-s3.rb b/gems/aws-sdk-s3/lib/aws-sdk-s3.rb index 85520cf0218..0570976dcbd 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.126.0' + GEM_VERSION = '1.127.0' end diff --git a/gems/aws-sdk-s3/lib/aws-sdk-s3/bucket.rb b/gems/aws-sdk-s3/lib/aws-sdk-s3/bucket.rb index 274ca416082..6b42e01ffdf 100644 --- a/gems/aws-sdk-s3/lib/aws-sdk-s3/bucket.rb +++ b/gems/aws-sdk-s3/lib/aws-sdk-s3/bucket.rb @@ -754,14 +754,14 @@ def logging # result element are not returned elsewhere in the response. # @option options [String] :encoding_type # Requests Amazon S3 to encode the object keys in the response and - # specifies the encoding method to use. An object key may contain any - # Unicode character; however, XML 1.0 parser cannot parse some + # specifies the encoding method to use. An object key can contain any + # Unicode character; however, the XML 1.0 parser cannot parse some # characters, such as characters with an ASCII value from 0 to 10. For # characters that are not supported in XML 1.0, you can add this # parameter to request that Amazon S3 encode the keys in the response. # @option options [String] :key_marker - # Together with upload-id-marker, this parameter specifies the multipart - # upload after which listing should begin. + # Together with `upload-id-marker`, this parameter specifies the + # multipart upload after which listing should begin. # # If `upload-id-marker` is not specified, only the keys # lexicographically greater than the specified `key-marker` will be @@ -774,8 +774,8 @@ def logging # @option options [String] :prefix # Lists in-progress uploads only for those keys that begin with the # specified prefix. You can use prefixes to separate a bucket into - # different grouping of keys. (You can think of using prefix to make - # groups in the same way you'd use a folder in a file system.) + # different grouping of keys. (You can think of using `prefix` to make + # groups in the same way that you'd use a folder in a file system.) # @option options [String] :upload_id_marker # Together with key-marker, specifies the multipart upload after which # listing should begin. If key-marker is not specified, the @@ -849,19 +849,20 @@ def object(key) # version_id_marker: "VersionIdMarker", # expected_bucket_owner: "AccountId", # request_payer: "requester", # accepts requester + # optional_object_attributes: ["RestoreStatus"], # accepts RestoreStatus # }) # @param [Hash] options ({}) # @option options [String] :delimiter # A delimiter is a character that you specify to group keys. All keys # that contain the same string between the `prefix` and the first # occurrence of the delimiter are grouped under a single result element - # in CommonPrefixes. These groups are counted as one result against the - # max-keys limitation. These keys are not returned elsewhere in the - # response. + # in `CommonPrefixes`. These groups are counted as one result against + # the `max-keys` limitation. These keys are not returned elsewhere in + # the response. # @option options [String] :encoding_type # Requests Amazon S3 to encode the object keys in the response and - # specifies the encoding method to use. An object key may contain any - # Unicode character; however, XML 1.0 parser cannot parse some + # specifies the encoding method to use. An object key can contain any + # Unicode character; however, the XML 1.0 parser cannot parse some # characters, such as characters with an ASCII value from 0 to 10. For # characters that are not supported in XML 1.0, you can add this # parameter to request that Amazon S3 encode the keys in the response. @@ -870,10 +871,10 @@ def object(key) # @option options [String] :prefix # Use this parameter to select only those keys that begin with the # specified prefix. You can use prefixes to separate a bucket into - # different groupings of keys. (You can think of using prefix to make - # groups in the same way you'd use a folder in a file system.) You can - # use prefix with delimiter to roll up numerous objects into a single - # result under CommonPrefixes. + # different groupings of keys. (You can think of using `prefix` to make + # groups in the same way that you'd use a folder in a file system.) You + # can use `prefix` with `delimiter` to roll up numerous objects into a + # single result under `CommonPrefixes`. # @option options [String] :version_id_marker # Specifies the object version you want to start listing from. # @option options [String] :expected_bucket_owner @@ -890,6 +891,9 @@ def object(key) # # # [1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html + # @option options [Array] :optional_object_attributes + # Specifies the optional fields that you want returned in the response. + # Fields that you do not specify are not returned. # @return [ObjectVersion::Collection] def object_versions(options = {}) batches = Enumerator.new do |y| @@ -924,18 +928,19 @@ def object_versions(options = {}) # start_after: "StartAfter", # request_payer: "requester", # accepts requester # expected_bucket_owner: "AccountId", + # optional_object_attributes: ["RestoreStatus"], # accepts RestoreStatus # }) # @param [Hash] options ({}) # @option options [String] :delimiter - # A delimiter is a character you use to group keys. + # A delimiter is a character that you use to group keys. # @option options [String] :encoding_type # Encoding type used by Amazon S3 to encode object keys in the response. # @option options [String] :prefix # Limits the response to keys that begin with the specified prefix. # @option options [Boolean] :fetch_owner - # The owner field is not present in listV2 by default, if you want to - # return owner field with each key in the result then set the fetch - # owner field to true. + # The owner field is not present in `ListObjectsV2` by default. If you + # want to return the owner field with each key in the result, then set + # the `FetchOwner` field to `true`. # @option options [String] :start_after # StartAfter is where you want Amazon S3 to start listing from. Amazon # S3 starts listing after this specified key. StartAfter can be any key @@ -948,6 +953,9 @@ def object_versions(options = {}) # The account ID of the expected bucket owner. If the bucket is owned by # a different account, the request fails with the HTTP status code `403 # Forbidden` (access denied). + # @option options [Array] :optional_object_attributes + # Specifies the optional fields that you want returned in the response. + # Fields that you do not specify are not returned. # @return [ObjectSummary::Collection] def objects(options = {}) batches = Enumerator.new do |y| 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 af84c3fc903..44bdb8ef7b5 100644 --- a/gems/aws-sdk-s3/lib/aws-sdk-s3/client.rb +++ b/gems/aws-sdk-s3/lib/aws-sdk-s3/client.rb @@ -513,7 +513,7 @@ def initialize(*args) # When you use this action with S3 on Outposts through the Amazon Web # Services SDKs, you provide the Outposts access point ARN in place of # the bucket name. For more information about S3 on Outposts ARNs, see - # [What is S3 on Outposts][2] in the *Amazon S3 User Guide*. + # [What is S3 on Outposts?][2] in the *Amazon S3 User Guide*. # # # @@ -702,7 +702,7 @@ def abort_multipart_upload(params = {}, options = {}) # When you use this action with S3 on Outposts through the Amazon Web # Services SDKs, you provide the Outposts access point ARN in place of # the bucket name. For more information about S3 on Outposts ARNs, see - # [What is S3 on Outposts][2] in the *Amazon S3 User Guide*. + # [What is S3 on Outposts?][2] in the *Amazon S3 User Guide*. # # # @@ -1170,7 +1170,7 @@ def complete_multipart_upload(params = {}, options = {}) # When you use this action with S3 on Outposts through the Amazon Web # Services SDKs, you provide the Outposts access point ARN in place of # the bucket name. For more information about S3 on Outposts ARNs, see - # [What is S3 on Outposts][2] in the *Amazon S3 User Guide*. + # [What is S3 on Outposts?][2] in the *Amazon S3 User Guide*. # # # @@ -2026,7 +2026,7 @@ def create_bucket(params = {}, options = {}) # When you use this action with S3 on Outposts through the Amazon Web # Services SDKs, you provide the Outposts access point ARN in place of # the bucket name. For more information about S3 on Outposts ARNs, see - # [What is S3 on Outposts][2] in the *Amazon S3 User Guide*. + # [What is S3 on Outposts?][2] in the *Amazon S3 User Guide*. # # # @@ -3111,7 +3111,7 @@ def delete_bucket_website(params = {}, options = {}) # When you use this action with S3 on Outposts through the Amazon Web # Services SDKs, you provide the Outposts access point ARN in place of # the bucket name. For more information about S3 on Outposts ARNs, see - # [What is S3 on Outposts][2] in the *Amazon S3 User Guide*. + # [What is S3 on Outposts?][2] in the *Amazon S3 User Guide*. # # # @@ -3247,7 +3247,7 @@ def delete_object(params = {}, options = {}) # When you use this action with S3 on Outposts through the Amazon Web # Services SDKs, you provide the Outposts access point ARN in place of # the bucket name. For more information about S3 on Outposts ARNs, see - # [What is S3 on Outposts][2] in the *Amazon S3 User Guide*. + # [What is S3 on Outposts?][2] in the *Amazon S3 User Guide*. # # # @@ -3395,7 +3395,7 @@ def delete_object_tagging(params = {}, options = {}) # When you use this action with S3 on Outposts through the Amazon Web # Services SDKs, you provide the Outposts access point ARN in place of # the bucket name. For more information about S3 on Outposts ARNs, see - # [What is S3 on Outposts][2] in the *Amazon S3 User Guide*. + # [What is S3 on Outposts?][2] in the *Amazon S3 User Guide*. # # # @@ -5770,7 +5770,7 @@ def get_bucket_website(params = {}, options = {}) # When you use this action with S3 on Outposts through the Amazon Web # Services SDKs, you provide the Outposts access point ARN in place of # the bucket name. For more information about S3 on Outposts ARNs, see - # [What is S3 on Outposts][2] in the *Amazon S3 User Guide*. + # [What is S3 on Outposts?][2] in the *Amazon S3 User Guide*. # # # @@ -6357,7 +6357,7 @@ def get_object_acl(params = {}, options = {}) # When you use this action with S3 on Outposts through the Amazon Web # Services SDKs, you provide the Outposts access point ARN in place of # the bucket name. For more information about S3 on Outposts ARNs, see - # [What is S3 on Outposts][2] in the *Amazon S3 User Guide*. + # [What is S3 on Outposts?][2] in the *Amazon S3 User Guide*. # # # @@ -6410,9 +6410,8 @@ def get_object_acl(params = {}, options = {}) # Forbidden` (access denied). # # @option params [required, Array] :object_attributes - # An XML header that specifies the fields at the root level that you - # want returned in the response. Fields that you do not specify are not - # returned. + # Specifies the fields at the root level that you want returned in the + # response. Fields that you do not specify are not returned. # # @return [Types::GetObjectAttributesOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods: # @@ -6757,7 +6756,7 @@ def get_object_retention(params = {}, options = {}) # When you use this action with S3 on Outposts through the Amazon Web # Services SDKs, you provide the Outposts access point ARN in place of # the bucket name. For more information about S3 on Outposts ARNs, see - # [What is S3 on Outposts][2] in the *Amazon S3 User Guide*. + # [What is S3 on Outposts?][2] in the *Amazon S3 User Guide*. # # # @@ -6792,49 +6791,49 @@ def get_object_retention(params = {}, options = {}) # * {Types::GetObjectTaggingOutput#tag_set #tag_set} => Array<Types::Tag> # # - # @example Example: To retrieve tag set of an object + # @example Example: To retrieve tag set of a specific object version # - # # The following example retrieves tag set of an object. + # # The following example retrieves tag set of an object. The request specifies object version. # # resp = client.get_object_tagging({ # bucket: "examplebucket", - # key: "HappyFace.jpg", + # key: "exampleobject", + # version_id: "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI", # }) # # resp.to_h outputs the following: # { # tag_set: [ # { - # key: "Key4", - # value: "Value4", - # }, - # { - # key: "Key3", - # value: "Value3", + # key: "Key1", + # value: "Value1", # }, # ], - # version_id: "null", + # version_id: "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI", # } # - # @example Example: To retrieve tag set of a specific object version + # @example Example: To retrieve tag set of an object # - # # The following example retrieves tag set of an object. The request specifies object version. + # # The following example retrieves tag set of an object. # # resp = client.get_object_tagging({ # bucket: "examplebucket", - # key: "exampleobject", - # version_id: "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI", + # key: "HappyFace.jpg", # }) # # resp.to_h outputs the following: # { # tag_set: [ # { - # key: "Key1", - # value: "Value1", + # key: "Key4", + # value: "Value4", + # }, + # { + # key: "Key3", + # value: "Value3", # }, # ], - # version_id: "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI", + # version_id: "null", # } # # @example Request syntax with placeholder values @@ -7090,7 +7089,7 @@ def get_public_access_block(params = {}, options = {}) # When you use this action with S3 on Outposts through the Amazon Web # Services SDKs, you provide the Outposts access point ARN in place of # the bucket name. For more information about S3 on Outposts ARNs, see - # [What is S3 on Outposts][3] in the *Amazon S3 User Guide*. + # [What is S3 on Outposts?][3] in the *Amazon S3 User Guide*. # # # @@ -7247,7 +7246,7 @@ def head_bucket(params = {}, options = {}) # When you use this action with S3 on Outposts through the Amazon Web # Services SDKs, you provide the Outposts access point ARN in place of # the bucket name. For more information about S3 on Outposts ARNs, see - # [What is S3 on Outposts][2] in the *Amazon S3 User Guide*. + # [What is S3 on Outposts?][2] in the *Amazon S3 User Guide*. # # # @@ -7507,7 +7506,7 @@ def head_object(params = {}, options = {}) # retrieved. # # @option params [String] :continuation_token - # The ContinuationToken that represents a placeholder from where this + # The `ContinuationToken` that represents a placeholder from where this # request should begin. # # @option params [String] :expected_bucket_owner @@ -7693,7 +7692,7 @@ def list_bucket_intelligent_tiering_configurations(params = {}, options = {}) # # @option params [String] :continuation_token # The marker used to continue an inventory configuration listing that - # has been truncated. Use the NextContinuationToken from a previously + # has been truncated. Use the `NextContinuationToken` from a previously # truncated list response to continue the listing. The continuation # token is an opaque value that Amazon S3 understands. # @@ -7793,7 +7792,7 @@ def list_bucket_inventory_configurations(params = {}, options = {}) # # @option params [String] :continuation_token # The marker that is used to continue a metrics configuration listing - # that has been truncated. Use the NextContinuationToken from a + # that has been truncated. Use the `NextContinuationToken` from a # previously truncated list response to continue the listing. The # continuation token is an opaque value that Amazon S3 understands. # @@ -7972,7 +7971,7 @@ def list_buckets(params = {}, options = {}) # When you use this action with S3 on Outposts through the Amazon Web # Services SDKs, you provide the Outposts access point ARN in place of # the bucket name. For more information about S3 on Outposts ARNs, see - # [What is S3 on Outposts][2] in the *Amazon S3 User Guide*. + # [What is S3 on Outposts?][2] in the *Amazon S3 User Guide*. # # # @@ -7991,15 +7990,15 @@ def list_buckets(params = {}, options = {}) # # @option params [String] :encoding_type # Requests Amazon S3 to encode the object keys in the response and - # specifies the encoding method to use. An object key may contain any - # Unicode character; however, XML 1.0 parser cannot parse some + # specifies the encoding method to use. An object key can contain any + # Unicode character; however, the XML 1.0 parser cannot parse some # characters, such as characters with an ASCII value from 0 to 10. For # characters that are not supported in XML 1.0, you can add this # parameter to request that Amazon S3 encode the keys in the response. # # @option params [String] :key_marker - # Together with upload-id-marker, this parameter specifies the multipart - # upload after which listing should begin. + # Together with `upload-id-marker`, this parameter specifies the + # multipart upload after which listing should begin. # # If `upload-id-marker` is not specified, only the keys # lexicographically greater than the specified `key-marker` will be @@ -8018,8 +8017,8 @@ def list_buckets(params = {}, options = {}) # @option params [String] :prefix # Lists in-progress uploads only for those keys that begin with the # specified prefix. You can use prefixes to separate a bucket into - # different grouping of keys. (You can think of using prefix to make - # groups in the same way you'd use a folder in a file system.) + # different grouping of keys. (You can think of using `prefix` to make + # groups in the same way that you'd use a folder in a file system.) # # @option params [String] :upload_id_marker # Together with key-marker, specifies the multipart upload after which @@ -8064,97 +8063,97 @@ def list_buckets(params = {}, options = {}) # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}. # # - # @example Example: List next set of multipart uploads when previous result is truncated + # @example Example: To list in-progress multipart uploads on a bucket # - # # The following example specifies the upload-id-marker and key-marker from previous truncated response to retrieve next - # # setup of multipart uploads. + # # The following example lists in-progress multipart uploads on a specific bucket. # # resp = client.list_multipart_uploads({ # bucket: "examplebucket", - # key_marker: "nextkeyfrompreviousresponse", - # max_uploads: 2, - # upload_id_marker: "valuefrompreviousresponse", # }) # # resp.to_h outputs the following: # { - # bucket: "acl1", - # is_truncated: true, - # key_marker: "", - # max_uploads: 2, - # next_key_marker: "someobjectkey", - # next_upload_id_marker: "examplelo91lv1iwvWpvCiJWugw2xXLPAD7Z8cJyX9.WiIRgNrdG6Ldsn.9FtS63TCl1Uf5faTB.1U5Ckcbmdw--", - # upload_id_marker: "", # uploads: [ # { # initiated: Time.parse("2014-05-01T05:40:58.000Z"), # initiator: { - # display_name: "ownder-display-name", + # display_name: "display-name", # id: "examplee7a2f25102679df27bb0ae12b3f85be6f290b936c4393484be31bebcc", # }, # key: "JavaFile", # owner: { - # display_name: "mohanataws", - # id: "852b113e7a2f25102679df27bb0ae12b3f85be6f290b936c4393484be31bebcc", + # display_name: "display-name", + # id: "examplee7a2f25102679df27bb0ae12b3f85be6f290b936c4393484be31bebcc", # }, # storage_class: "STANDARD", - # upload_id: "gZ30jIqlUa.CInXklLQtSMJITdUnoZ1Y5GACB5UckOtspm5zbDMCkPF_qkfZzMiFZ6dksmcnqxJyIBvQMG9X9Q--", + # upload_id: "examplelUa.CInXklLQtSMJITdUnoZ1Y5GACB5UckOtspm5zbDMCkPF_qkfZzMiFZ6dksmcnqxJyIBvQMG9X9Q--", # }, # { # initiated: Time.parse("2014-05-01T05:41:27.000Z"), # initiator: { - # display_name: "ownder-display-name", + # display_name: "display-name", # id: "examplee7a2f25102679df27bb0ae12b3f85be6f290b936c4393484be31bebcc", # }, # key: "JavaFile", # owner: { - # display_name: "ownder-display-name", + # display_name: "display-name", # id: "examplee7a2f25102679df27bb0ae12b3f85be6f290b936c4393484be31bebcc", # }, # storage_class: "STANDARD", - # upload_id: "b7tZSqIlo91lv1iwvWpvCiJWugw2xXLPAD7Z8cJyX9.WiIRgNrdG6Ldsn.9FtS63TCl1Uf5faTB.1U5Ckcbmdw--", + # upload_id: "examplelo91lv1iwvWpvCiJWugw2xXLPAD7Z8cJyX9.WiIRgNrdG6Ldsn.9FtS63TCl1Uf5faTB.1U5Ckcbmdw--", # }, # ], # } # - # @example Example: To list in-progress multipart uploads on a bucket + # @example Example: List next set of multipart uploads when previous result is truncated # - # # The following example lists in-progress multipart uploads on a specific bucket. + # # The following example specifies the upload-id-marker and key-marker from previous truncated response to retrieve next + # # setup of multipart uploads. # # resp = client.list_multipart_uploads({ # bucket: "examplebucket", + # key_marker: "nextkeyfrompreviousresponse", + # max_uploads: 2, + # upload_id_marker: "valuefrompreviousresponse", # }) # # resp.to_h outputs the following: # { + # bucket: "acl1", + # is_truncated: true, + # key_marker: "", + # max_uploads: 2, + # next_key_marker: "someobjectkey", + # next_upload_id_marker: "examplelo91lv1iwvWpvCiJWugw2xXLPAD7Z8cJyX9.WiIRgNrdG6Ldsn.9FtS63TCl1Uf5faTB.1U5Ckcbmdw--", + # upload_id_marker: "", # uploads: [ # { # initiated: Time.parse("2014-05-01T05:40:58.000Z"), # initiator: { - # display_name: "display-name", + # display_name: "ownder-display-name", # id: "examplee7a2f25102679df27bb0ae12b3f85be6f290b936c4393484be31bebcc", # }, # key: "JavaFile", # owner: { - # display_name: "display-name", - # id: "examplee7a2f25102679df27bb0ae12b3f85be6f290b936c4393484be31bebcc", + # display_name: "mohanataws", + # id: "852b113e7a2f25102679df27bb0ae12b3f85be6f290b936c4393484be31bebcc", # }, # storage_class: "STANDARD", - # upload_id: "examplelUa.CInXklLQtSMJITdUnoZ1Y5GACB5UckOtspm5zbDMCkPF_qkfZzMiFZ6dksmcnqxJyIBvQMG9X9Q--", + # upload_id: "gZ30jIqlUa.CInXklLQtSMJITdUnoZ1Y5GACB5UckOtspm5zbDMCkPF_qkfZzMiFZ6dksmcnqxJyIBvQMG9X9Q--", # }, # { # initiated: Time.parse("2014-05-01T05:41:27.000Z"), # initiator: { - # display_name: "display-name", + # display_name: "ownder-display-name", # id: "examplee7a2f25102679df27bb0ae12b3f85be6f290b936c4393484be31bebcc", # }, # key: "JavaFile", # owner: { - # display_name: "display-name", + # display_name: "ownder-display-name", # id: "examplee7a2f25102679df27bb0ae12b3f85be6f290b936c4393484be31bebcc", # }, # storage_class: "STANDARD", - # upload_id: "examplelo91lv1iwvWpvCiJWugw2xXLPAD7Z8cJyX9.WiIRgNrdG6Ldsn.9FtS63TCl1Uf5faTB.1U5Ckcbmdw--", + # upload_id: "b7tZSqIlo91lv1iwvWpvCiJWugw2xXLPAD7Z8cJyX9.WiIRgNrdG6Ldsn.9FtS63TCl1Uf5faTB.1U5Ckcbmdw--", # }, # ], # } @@ -8212,10 +8211,10 @@ def list_multipart_uploads(params = {}, options = {}) # can also use request parameters as selection criteria to return # metadata about a subset of all the object versions. # - # To use this operation, you must have permissions to perform the + # To use this operation, you must have permission to perform the # `s3:ListBucketVersions` action. Be aware of the name difference. # - # A 200 OK response can contain valid or invalid XML. Make sure to + # A `200 OK` response can contain valid or invalid XML. Make sure to # design your application to parse the contents of the response and # handle it appropriately. # @@ -8249,14 +8248,14 @@ def list_multipart_uploads(params = {}, options = {}) # A delimiter is a character that you specify to group keys. All keys # that contain the same string between the `prefix` and the first # occurrence of the delimiter are grouped under a single result element - # in CommonPrefixes. These groups are counted as one result against the - # max-keys limitation. These keys are not returned elsewhere in the - # response. + # in `CommonPrefixes`. These groups are counted as one result against + # the `max-keys` limitation. These keys are not returned elsewhere in + # the response. # # @option params [String] :encoding_type # Requests Amazon S3 to encode the object keys in the response and - # specifies the encoding method to use. An object key may contain any - # Unicode character; however, XML 1.0 parser cannot parse some + # specifies the encoding method to use. An object key can contain any + # Unicode character; however, the XML 1.0 parser cannot parse some # characters, such as characters with an ASCII value from 0 to 10. For # characters that are not supported in XML 1.0, you can add this # parameter to request that Amazon S3 encode the keys in the response. @@ -8265,20 +8264,20 @@ def list_multipart_uploads(params = {}, options = {}) # Specifies the key to start with when listing objects in a bucket. # # @option params [Integer] :max_keys - # Sets the maximum number of keys returned in the response. By default + # Sets the maximum number of keys returned in the response. By default, # the action returns up to 1,000 key names. The response might contain # fewer keys but will never contain more. If additional keys satisfy the - # search criteria, but were not returned because max-keys was exceeded, - # the response contains <isTruncated>true</isTruncated>. To - # return the additional keys, see key-marker and version-id-marker. + # search criteria, but were not returned because `max-keys` was + # exceeded, the response contains `true`. To + # return the additional keys, see `key-marker` and `version-id-marker`. # # @option params [String] :prefix # Use this parameter to select only those keys that begin with the # specified prefix. You can use prefixes to separate a bucket into - # different groupings of keys. (You can think of using prefix to make - # groups in the same way you'd use a folder in a file system.) You can - # use prefix with delimiter to roll up numerous objects into a single - # result under CommonPrefixes. + # different groupings of keys. (You can think of using `prefix` to make + # groups in the same way that you'd use a folder in a file system.) You + # can use `prefix` with `delimiter` to roll up numerous objects into a + # single result under `CommonPrefixes`. # # @option params [String] :version_id_marker # Specifies the object version you want to start listing from. @@ -8299,6 +8298,10 @@ def list_multipart_uploads(params = {}, options = {}) # # [1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html # + # @option params [Array] :optional_object_attributes + # Specifies the optional fields that you want returned in the response. + # Fields that you do not specify are not returned. + # # @return [Types::ListObjectVersionsOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods: # # * {Types::ListObjectVersionsOutput#is_truncated #is_truncated} => Boolean @@ -8374,6 +8377,7 @@ def list_multipart_uploads(params = {}, options = {}) # version_id_marker: "VersionIdMarker", # expected_bucket_owner: "AccountId", # request_payer: "requester", # accepts requester + # optional_object_attributes: ["RestoreStatus"], # accepts RestoreStatus # }) # # @example Response structure @@ -8395,6 +8399,8 @@ def list_multipart_uploads(params = {}, options = {}) # resp.versions[0].last_modified #=> Time # resp.versions[0].owner.display_name #=> String # resp.versions[0].owner.id #=> String + # resp.versions[0].restore_status.is_restore_in_progress #=> Boolean + # resp.versions[0].restore_status.restore_expiry_date #=> Time # resp.delete_markers #=> Array # resp.delete_markers[0].owner.display_name #=> String # resp.delete_markers[0].owner.id #=> String @@ -8468,7 +8474,7 @@ def list_object_versions(params = {}, options = {}) # When you use this action with S3 on Outposts through the Amazon Web # Services SDKs, you provide the Outposts access point ARN in place of # the bucket name. For more information about S3 on Outposts ARNs, see - # [What is S3 on Outposts][2] in the *Amazon S3 User Guide*. + # [What is S3 on Outposts?][2] in the *Amazon S3 User Guide*. # # # @@ -8476,12 +8482,12 @@ def list_object_versions(params = {}, options = {}) # [2]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html # # @option params [String] :delimiter - # A delimiter is a character you use to group keys. + # A delimiter is a character that you use to group keys. # # @option params [String] :encoding_type # Requests Amazon S3 to encode the object keys in the response and - # specifies the encoding method to use. An object key may contain any - # Unicode character; however, XML 1.0 parser cannot parse some + # specifies the encoding method to use. An object key can contain any + # Unicode character; however, the XML 1.0 parser cannot parse some # characters, such as characters with an ASCII value from 0 to 10. For # characters that are not supported in XML 1.0, you can add this # parameter to request that Amazon S3 encode the keys in the response. @@ -8492,7 +8498,7 @@ def list_object_versions(params = {}, options = {}) # bucket. # # @option params [Integer] :max_keys - # Sets the maximum number of keys returned in the response. By default + # Sets the maximum number of keys returned in the response. By default, # the action returns up to 1,000 key names. The response might contain # fewer keys but will never contain more. # @@ -8509,6 +8515,10 @@ def list_object_versions(params = {}, options = {}) # a different account, the request fails with the HTTP status code `403 # Forbidden` (access denied). # + # @option params [Array] :optional_object_attributes + # Specifies the optional fields that you want returned in the response. + # Fields that you do not specify are not returned. + # # @return [Types::ListObjectsOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods: # # * {Types::ListObjectsOutput#is_truncated #is_truncated} => Boolean @@ -8575,6 +8585,7 @@ def list_object_versions(params = {}, options = {}) # prefix: "Prefix", # request_payer: "requester", # accepts requester # expected_bucket_owner: "AccountId", + # optional_object_attributes: ["RestoreStatus"], # accepts RestoreStatus # }) # # @example Response structure @@ -8592,6 +8603,8 @@ def list_object_versions(params = {}, options = {}) # resp.contents[0].storage_class #=> String, one of "STANDARD", "REDUCED_REDUNDANCY", "GLACIER", "STANDARD_IA", "ONEZONE_IA", "INTELLIGENT_TIERING", "DEEP_ARCHIVE", "OUTPOSTS", "GLACIER_IR", "SNOW" # resp.contents[0].owner.display_name #=> String # resp.contents[0].owner.id #=> String + # resp.contents[0].restore_status.is_restore_in_progress #=> Boolean + # resp.contents[0].restore_status.restore_expiry_date #=> Time # resp.name #=> String # resp.prefix #=> String # resp.delimiter #=> String @@ -8617,21 +8630,23 @@ def list_objects(params = {}, options = {}) # parse the contents of the response and handle it appropriately. # Objects are returned sorted in an ascending order of the respective # key names in the list. For more information about listing objects, see - # [Listing object keys programmatically][1] + # [Listing object keys programmatically][1] in the *Amazon S3 User + # Guide*. # # To use this operation, you must have READ access to the bucket. # # To use this action in an Identity and Access Management (IAM) policy, - # you must have permissions to perform the `s3:ListBucket` action. The + # you must have permission to perform the `s3:ListBucket` action. The # bucket owner has this permission by default and can grant this # permission to others. For more information about permissions, see # [Permissions Related to Bucket Subresource Operations][2] and - # [Managing Access Permissions to Your Amazon S3 Resources][3]. + # [Managing Access Permissions to Your Amazon S3 Resources][3] in the + # *Amazon S3 User Guide*. # # This section describes the latest revision of this action. We - # recommend that you use this revised API for application development. - # For backward compatibility, Amazon S3 continues to support the prior - # version of this API, [ListObjects][4]. + # recommend that you use this revised API operation for application + # development. For backward compatibility, Amazon S3 continues to + # support the prior version of this API operation, [ListObjects][4]. # # To get a list of your buckets, see [ListBuckets][5]. # @@ -8672,7 +8687,7 @@ def list_objects(params = {}, options = {}) # When you use this action with S3 on Outposts through the Amazon Web # Services SDKs, you provide the Outposts access point ARN in place of # the bucket name. For more information about S3 on Outposts ARNs, see - # [What is S3 on Outposts][2] in the *Amazon S3 User Guide*. + # [What is S3 on Outposts?][2] in the *Amazon S3 User Guide*. # # # @@ -8680,13 +8695,13 @@ def list_objects(params = {}, options = {}) # [2]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html # # @option params [String] :delimiter - # A delimiter is a character you use to group keys. + # A delimiter is a character that you use to group keys. # # @option params [String] :encoding_type # Encoding type used by Amazon S3 to encode object keys in the response. # # @option params [Integer] :max_keys - # Sets the maximum number of keys returned in the response. By default + # Sets the maximum number of keys returned in the response. By default, # the action returns up to 1,000 key names. The response might contain # fewer keys but will never contain more. # @@ -8694,14 +8709,14 @@ def list_objects(params = {}, options = {}) # Limits the response to keys that begin with the specified prefix. # # @option params [String] :continuation_token - # ContinuationToken indicates Amazon S3 that the list is being continued - # on this bucket with a token. ContinuationToken is obfuscated and is - # not a real key. + # `ContinuationToken` indicates to Amazon S3 that the list is being + # continued on this bucket with a token. `ContinuationToken` is + # obfuscated and is not a real key. # # @option params [Boolean] :fetch_owner - # The owner field is not present in listV2 by default, if you want to - # return owner field with each key in the result then set the fetch - # owner field to true. + # The owner field is not present in `ListObjectsV2` by default. If you + # want to return the owner field with each key in the result, then set + # the `FetchOwner` field to `true`. # # @option params [String] :start_after # StartAfter is where you want Amazon S3 to start listing from. Amazon @@ -8718,6 +8733,10 @@ def list_objects(params = {}, options = {}) # a different account, the request fails with the HTTP status code `403 # Forbidden` (access denied). # + # @option params [Array] :optional_object_attributes + # Specifies the optional fields that you want returned in the response. + # Fields that you do not specify are not returned. + # # @return [Types::ListObjectsV2Output] Returns a {Seahorse::Client::Response response} object which responds to the following methods: # # * {Types::ListObjectsV2Output#is_truncated #is_truncated} => Boolean @@ -8786,6 +8805,7 @@ def list_objects(params = {}, options = {}) # start_after: "StartAfter", # request_payer: "requester", # accepts requester # expected_bucket_owner: "AccountId", + # optional_object_attributes: ["RestoreStatus"], # accepts RestoreStatus # }) # # @example Response structure @@ -8801,6 +8821,8 @@ def list_objects(params = {}, options = {}) # resp.contents[0].storage_class #=> String, one of "STANDARD", "REDUCED_REDUNDANCY", "GLACIER", "STANDARD_IA", "ONEZONE_IA", "INTELLIGENT_TIERING", "DEEP_ARCHIVE", "OUTPOSTS", "GLACIER_IR", "SNOW" # resp.contents[0].owner.display_name #=> String # resp.contents[0].owner.id #=> String + # resp.contents[0].restore_status.is_restore_in_progress #=> Boolean + # resp.contents[0].restore_status.restore_expiry_date #=> Time # resp.name #=> String # resp.prefix #=> String # resp.delimiter #=> String @@ -8889,7 +8911,7 @@ def list_objects_v2(params = {}, options = {}) # When you use this action with S3 on Outposts through the Amazon Web # Services SDKs, you provide the Outposts access point ARN in place of # the bucket name. For more information about S3 on Outposts ARNs, see - # [What is S3 on Outposts][2] in the *Amazon S3 User Guide*. + # [What is S3 on Outposts?][2] in the *Amazon S3 User Guide*. # # # @@ -12152,7 +12174,7 @@ def put_bucket_website(params = {}, options = {}) # When you use this action with S3 on Outposts through the Amazon Web # Services SDKs, you provide the Outposts access point ARN in place of # the bucket name. For more information about S3 on Outposts ARNs, see - # [What is S3 on Outposts][2] in the *Amazon S3 User Guide*. + # [What is S3 on Outposts?][2] in the *Amazon S3 User Guide*. # # # @@ -12456,40 +12478,45 @@ def put_bucket_website(params = {}, options = {}) # * {Types::PutObjectOutput#request_charged #request_charged} => String # # - # @example Example: To upload an object and specify optional tags + # @example Example: To upload object and specify user-defined metadata # - # # The following example uploads an object. The request specifies optional object tags. The bucket is versioned, therefore - # # S3 returns version ID of the newly created object. + # # The following example creates an object. The request also specifies optional metadata. If the bucket is versioning + # # enabled, S3 returns version ID in response. # # resp = client.put_object({ - # body: "c:\\HappyFace.jpg", + # body: "filetoupload", # bucket: "examplebucket", - # key: "HappyFace.jpg", - # tagging: "key1=value1&key2=value2", + # key: "exampleobject", + # metadata: { + # "metadata1" => "value1", + # "metadata2" => "value2", + # }, # }) # # resp.to_h outputs the following: # { # etag: "\"6805f2cfc46c0f04559748bb039d69ae\"", - # version_id: "psM2sYY4.o1501dSx8wMvnkOzSBB.V4a", + # version_id: "pSKidl4pHBiNwukdbcPXAIs.sshFFOc0", # } # - # @example Example: To upload an object and specify canned ACL. + # @example Example: To upload an object (specify optional headers) # - # # The following example uploads and object. The request specifies optional canned ACL (access control list) to all READ - # # access to authenticated users. If the bucket is versioning enabled, S3 returns version ID in response. + # # The following example uploads an object. The request specifies optional request headers to directs S3 to use specific + # # storage class and use server-side encryption. # # resp = client.put_object({ - # acl: "authenticated-read", - # body: "filetoupload", + # body: "HappyFace.jpg", # bucket: "examplebucket", - # key: "exampleobject", + # key: "HappyFace.jpg", + # server_side_encryption: "AES256", + # storage_class: "STANDARD_IA", # }) # # resp.to_h outputs the following: # { # etag: "\"6805f2cfc46c0f04559748bb039d69ae\"", - # version_id: "Kirh.unyZwjQ69YxcQLA8z4F5j3kJJKr", + # server_side_encryption: "AES256", + # version_id: "CG612hodqujkf8FaaNfp8U..FIhLROcp", # } # # @example Example: To create an object. @@ -12508,82 +12535,77 @@ def put_bucket_website(params = {}, options = {}) # version_id: "Bvq0EDKxOcXLJXNo_Lkz37eM3R4pfzyQ", # } # - # @example Example: To upload an object and specify server-side encryption and object tags + # @example Example: To upload an object and specify canned ACL. # - # # The following example uploads an object. The request specifies the optional server-side encryption option. The request - # # also specifies optional object tags. If the bucket is versioning enabled, S3 returns version ID in response. + # # The following example uploads and object. The request specifies optional canned ACL (access control list) to all READ + # # access to authenticated users. If the bucket is versioning enabled, S3 returns version ID in response. # # resp = client.put_object({ + # acl: "authenticated-read", # body: "filetoupload", # bucket: "examplebucket", # key: "exampleobject", - # server_side_encryption: "AES256", - # tagging: "key1=value1&key2=value2", # }) # # resp.to_h outputs the following: # { # etag: "\"6805f2cfc46c0f04559748bb039d69ae\"", - # server_side_encryption: "AES256", - # version_id: "Ri.vC6qVlA4dEnjgRV4ZHsHoFIjqEMNt", + # version_id: "Kirh.unyZwjQ69YxcQLA8z4F5j3kJJKr", # } # - # @example Example: To upload object and specify user-defined metadata + # @example Example: To upload an object # - # # The following example creates an object. The request also specifies optional metadata. If the bucket is versioning - # # enabled, S3 returns version ID in response. + # # The following example uploads an object to a versioning-enabled bucket. The source file is specified using Windows file + # # syntax. S3 returns VersionId of the newly created object. # # resp = client.put_object({ - # body: "filetoupload", + # body: "HappyFace.jpg", # bucket: "examplebucket", - # key: "exampleobject", - # metadata: { - # "metadata1" => "value1", - # "metadata2" => "value2", - # }, + # key: "HappyFace.jpg", # }) # # resp.to_h outputs the following: # { # etag: "\"6805f2cfc46c0f04559748bb039d69ae\"", - # version_id: "pSKidl4pHBiNwukdbcPXAIs.sshFFOc0", + # version_id: "tpf3zF08nBplQK1XLOefGskR7mGDwcDk", # } # - # @example Example: To upload an object + # @example Example: To upload an object and specify server-side encryption and object tags # - # # The following example uploads an object to a versioning-enabled bucket. The source file is specified using Windows file - # # syntax. S3 returns VersionId of the newly created object. + # # The following example uploads an object. The request specifies the optional server-side encryption option. The request + # # also specifies optional object tags. If the bucket is versioning enabled, S3 returns version ID in response. # # resp = client.put_object({ - # body: "HappyFace.jpg", + # body: "filetoupload", # bucket: "examplebucket", - # key: "HappyFace.jpg", + # key: "exampleobject", + # server_side_encryption: "AES256", + # tagging: "key1=value1&key2=value2", # }) # # resp.to_h outputs the following: # { # etag: "\"6805f2cfc46c0f04559748bb039d69ae\"", - # version_id: "tpf3zF08nBplQK1XLOefGskR7mGDwcDk", + # server_side_encryption: "AES256", + # version_id: "Ri.vC6qVlA4dEnjgRV4ZHsHoFIjqEMNt", # } # - # @example Example: To upload an object (specify optional headers) + # @example Example: To upload an object and specify optional tags # - # # The following example uploads an object. The request specifies optional request headers to directs S3 to use specific - # # storage class and use server-side encryption. + # # The following example uploads an object. The request specifies optional object tags. The bucket is versioned, therefore + # # S3 returns version ID of the newly created object. # # resp = client.put_object({ - # body: "HappyFace.jpg", + # body: "c:\\HappyFace.jpg", # bucket: "examplebucket", # key: "HappyFace.jpg", - # server_side_encryption: "AES256", - # storage_class: "STANDARD_IA", + # tagging: "key1=value1&key2=value2", # }) # # resp.to_h outputs the following: # { # etag: "\"6805f2cfc46c0f04559748bb039d69ae\"", - # server_side_encryption: "AES256", - # version_id: "CG612hodqujkf8FaaNfp8U..FIhLROcp", + # version_id: "psM2sYY4.o1501dSx8wMvnkOzSBB.V4a", # } # # @example Streaming a file from disk @@ -12929,7 +12951,7 @@ def put_object(params = {}, options = {}) # When you use this action with S3 on Outposts through the Amazon Web # Services SDKs, you provide the Outposts access point ARN in place of # the bucket name. For more information about S3 on Outposts ARNs, see - # [What is S3 on Outposts][2] in the *Amazon S3 User Guide*. + # [What is S3 on Outposts?][2] in the *Amazon S3 User Guide*. # # # @@ -13433,7 +13455,7 @@ def put_object_retention(params = {}, options = {}) # When you use this action with S3 on Outposts through the Amazon Web # Services SDKs, you provide the Outposts access point ARN in place of # the bucket name. For more information about S3 on Outposts ARNs, see - # [What is S3 on Outposts][2] in the *Amazon S3 User Guide*. + # [What is S3 on Outposts?][2] in the *Amazon S3 User Guide*. # # # @@ -13895,7 +13917,7 @@ def put_public_access_block(params = {}, options = {}) # When you use this action with S3 on Outposts through the Amazon Web # Services SDKs, you provide the Outposts access point ARN in place of # the bucket name. For more information about S3 on Outposts ARNs, see - # [What is S3 on Outposts][2] in the *Amazon S3 User Guide*. + # [What is S3 on Outposts?][2] in the *Amazon S3 User Guide*. # # # @@ -14629,7 +14651,7 @@ def select_object_content(params = {}, options = {}, &block) # When you use this action with S3 on Outposts through the Amazon Web # Services SDKs, you provide the Outposts access point ARN in place of # the bucket name. For more information about S3 on Outposts ARNs, see - # [What is S3 on Outposts][2] in the *Amazon S3 User Guide*. + # [What is S3 on Outposts?][2] in the *Amazon S3 User Guide*. # # # @@ -14978,7 +15000,7 @@ def upload_part(params = {}, options = {}) # When you use this action with S3 on Outposts through the Amazon Web # Services SDKs, you provide the Outposts access point ARN in place of # the bucket name. For more information about S3 on Outposts ARNs, see - # [What is S3 on Outposts][2] in the *Amazon S3 User Guide*. + # [What is S3 on Outposts?][2] in the *Amazon S3 User Guide*. # # # @@ -15128,45 +15150,45 @@ def upload_part(params = {}, options = {}) # * {Types::UploadPartCopyOutput#request_charged #request_charged} => String # # - # @example Example: To upload a part by copying byte range from an existing object as data source + # @example Example: To upload a part by copying data from an existing object as data source # - # # The following example uploads a part of a multipart upload by copying a specified byte range from an existing object as - # # data source. + # # The following example uploads a part of a multipart upload by copying data from an existing object as data source. # # resp = client.upload_part_copy({ # bucket: "examplebucket", # copy_source: "/bucketname/sourceobjectkey", - # copy_source_range: "bytes=1-100000", # key: "examplelargeobject", - # part_number: 2, + # part_number: 1, # upload_id: "exampleuoh_10OhKhT7YukE9bjzTPRiuaCotmZM_pFngJFir9OZNrSr5cWa3cq3LZSUsfjI4FI7PkP91We7Nrw--", # }) # # resp.to_h outputs the following: # { # copy_part_result: { - # etag: "\"65d16d19e65a7508a51f043180edcc36\"", - # last_modified: Time.parse("2016-12-29T21:44:28.000Z"), + # etag: "\"b0c6f0e7e054ab8fa2536a2677f8734d\"", + # last_modified: Time.parse("2016-12-29T21:24:43.000Z"), # }, # } # - # @example Example: To upload a part by copying data from an existing object as data source + # @example Example: To upload a part by copying byte range from an existing object as data source # - # # The following example uploads a part of a multipart upload by copying data from an existing object as data source. + # # The following example uploads a part of a multipart upload by copying a specified byte range from an existing object as + # # data source. # # resp = client.upload_part_copy({ # bucket: "examplebucket", # copy_source: "/bucketname/sourceobjectkey", + # copy_source_range: "bytes=1-100000", # key: "examplelargeobject", - # part_number: 1, + # part_number: 2, # upload_id: "exampleuoh_10OhKhT7YukE9bjzTPRiuaCotmZM_pFngJFir9OZNrSr5cWa3cq3LZSUsfjI4FI7PkP91We7Nrw--", # }) # # resp.to_h outputs the following: # { # copy_part_result: { - # etag: "\"b0c6f0e7e054ab8fa2536a2677f8734d\"", - # last_modified: Time.parse("2016-12-29T21:24:43.000Z"), + # etag: "\"65d16d19e65a7508a51f043180edcc36\"", + # last_modified: Time.parse("2016-12-29T21:44:28.000Z"), # }, # } # @@ -15614,7 +15636,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-s3' - 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-s3/lib/aws-sdk-s3/client_api.rb b/gems/aws-sdk-s3/lib/aws-sdk-s3/client_api.rb index e6687589118..cdd11aecaac 100644 --- a/gems/aws-sdk-s3/lib/aws-sdk-s3/client_api.rb +++ b/gems/aws-sdk-s3/lib/aws-sdk-s3/client_api.rb @@ -296,6 +296,7 @@ module ClientApi IsEnabled = Shapes::BooleanShape.new(name: 'IsEnabled') IsLatest = Shapes::BooleanShape.new(name: 'IsLatest') IsPublic = Shapes::BooleanShape.new(name: 'IsPublic') + IsRestoreInProgress = Shapes::BooleanShape.new(name: 'IsRestoreInProgress') IsTruncated = Shapes::BooleanShape.new(name: 'IsTruncated') JSONInput = Shapes::StructureShape.new(name: 'JSONInput') JSONOutput = Shapes::StructureShape.new(name: 'JSONOutput') @@ -409,6 +410,8 @@ module ClientApi ObjectVersionId = Shapes::StringShape.new(name: 'ObjectVersionId') ObjectVersionList = Shapes::ListShape.new(name: 'ObjectVersionList', flattened: true) ObjectVersionStorageClass = Shapes::StringShape.new(name: 'ObjectVersionStorageClass') + OptionalObjectAttributes = Shapes::StringShape.new(name: 'OptionalObjectAttributes') + OptionalObjectAttributesList = Shapes::ListShape.new(name: 'OptionalObjectAttributesList') OutputLocation = Shapes::StructureShape.new(name: 'OutputLocation') OutputSerialization = Shapes::StructureShape.new(name: 'OutputSerialization') Owner = Shapes::StructureShape.new(name: 'Owner') @@ -507,11 +510,13 @@ module ClientApi ResponseContentType = Shapes::StringShape.new(name: 'ResponseContentType') ResponseExpires = Shapes::TimestampShape.new(name: 'ResponseExpires', timestampFormat: "rfc822") Restore = Shapes::StringShape.new(name: 'Restore') + RestoreExpiryDate = Shapes::TimestampShape.new(name: 'RestoreExpiryDate') RestoreObjectOutput = Shapes::StructureShape.new(name: 'RestoreObjectOutput') RestoreObjectRequest = Shapes::StructureShape.new(name: 'RestoreObjectRequest') RestoreOutputPath = Shapes::StringShape.new(name: 'RestoreOutputPath') RestoreRequest = Shapes::StructureShape.new(name: 'RestoreRequest') RestoreRequestType = Shapes::StringShape.new(name: 'RestoreRequestType') + RestoreStatus = Shapes::StructureShape.new(name: 'RestoreStatus') Role = Shapes::StringShape.new(name: 'Role') RoutingRule = Shapes::StructureShape.new(name: 'RoutingRule') RoutingRules = Shapes::ListShape.new(name: 'RoutingRules') @@ -1705,6 +1710,7 @@ module ClientApi ListObjectVersionsRequest.add_member(:version_id_marker, Shapes::ShapeRef.new(shape: VersionIdMarker, location: "querystring", location_name: "version-id-marker")) ListObjectVersionsRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner")) ListObjectVersionsRequest.add_member(:request_payer, Shapes::ShapeRef.new(shape: RequestPayer, location: "header", location_name: "x-amz-request-payer")) + ListObjectVersionsRequest.add_member(:optional_object_attributes, Shapes::ShapeRef.new(shape: OptionalObjectAttributesList, location: "header", location_name: "x-amz-optional-object-attributes")) ListObjectVersionsRequest.struct_class = Types::ListObjectVersionsRequest ListObjectsOutput.add_member(:is_truncated, Shapes::ShapeRef.new(shape: IsTruncated, location_name: "IsTruncated")) @@ -1728,6 +1734,7 @@ module ClientApi ListObjectsRequest.add_member(:prefix, Shapes::ShapeRef.new(shape: Prefix, location: "querystring", location_name: "prefix")) ListObjectsRequest.add_member(:request_payer, Shapes::ShapeRef.new(shape: RequestPayer, location: "header", location_name: "x-amz-request-payer")) ListObjectsRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner")) + ListObjectsRequest.add_member(:optional_object_attributes, Shapes::ShapeRef.new(shape: OptionalObjectAttributesList, location: "header", location_name: "x-amz-optional-object-attributes")) ListObjectsRequest.struct_class = Types::ListObjectsRequest ListObjectsV2Output.add_member(:is_truncated, Shapes::ShapeRef.new(shape: IsTruncated, location_name: "IsTruncated")) @@ -1755,6 +1762,7 @@ module ClientApi ListObjectsV2Request.add_member(:start_after, Shapes::ShapeRef.new(shape: StartAfter, location: "querystring", location_name: "start-after")) ListObjectsV2Request.add_member(:request_payer, Shapes::ShapeRef.new(shape: RequestPayer, location: "header", location_name: "x-amz-request-payer")) ListObjectsV2Request.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner")) + ListObjectsV2Request.add_member(:optional_object_attributes, Shapes::ShapeRef.new(shape: OptionalObjectAttributesList, location: "header", location_name: "x-amz-optional-object-attributes")) ListObjectsV2Request.struct_class = Types::ListObjectsV2Request ListPartsOutput.add_member(:abort_date, Shapes::ShapeRef.new(shape: AbortDate, location: "header", location_name: "x-amz-abort-date")) @@ -1868,6 +1876,7 @@ module ClientApi Object.add_member(:size, Shapes::ShapeRef.new(shape: Size, location_name: "Size")) Object.add_member(:storage_class, Shapes::ShapeRef.new(shape: ObjectStorageClass, location_name: "StorageClass")) Object.add_member(:owner, Shapes::ShapeRef.new(shape: Owner, location_name: "Owner")) + Object.add_member(:restore_status, Shapes::ShapeRef.new(shape: RestoreStatus, location_name: "RestoreStatus")) Object.struct_class = Types::Object ObjectAlreadyInActiveTierError.struct_class = Types::ObjectAlreadyInActiveTierError @@ -1915,10 +1924,13 @@ module ClientApi ObjectVersion.add_member(:is_latest, Shapes::ShapeRef.new(shape: IsLatest, location_name: "IsLatest")) ObjectVersion.add_member(:last_modified, Shapes::ShapeRef.new(shape: LastModified, location_name: "LastModified")) ObjectVersion.add_member(:owner, Shapes::ShapeRef.new(shape: Owner, location_name: "Owner")) + ObjectVersion.add_member(:restore_status, Shapes::ShapeRef.new(shape: RestoreStatus, location_name: "RestoreStatus")) ObjectVersion.struct_class = Types::ObjectVersion ObjectVersionList.member = Shapes::ShapeRef.new(shape: ObjectVersion) + OptionalObjectAttributesList.member = Shapes::ShapeRef.new(shape: OptionalObjectAttributes) + OutputLocation.add_member(:s3, Shapes::ShapeRef.new(shape: S3Location, location_name: "S3")) OutputLocation.struct_class = Types::OutputLocation @@ -2392,6 +2404,10 @@ module ClientApi RestoreRequest.add_member(:output_location, Shapes::ShapeRef.new(shape: OutputLocation, location_name: "OutputLocation")) RestoreRequest.struct_class = Types::RestoreRequest + RestoreStatus.add_member(:is_restore_in_progress, Shapes::ShapeRef.new(shape: IsRestoreInProgress, location_name: "IsRestoreInProgress")) + RestoreStatus.add_member(:restore_expiry_date, Shapes::ShapeRef.new(shape: RestoreExpiryDate, location_name: "RestoreExpiryDate")) + RestoreStatus.struct_class = Types::RestoreStatus + RoutingRule.add_member(:condition, Shapes::ShapeRef.new(shape: Condition, location_name: "Condition")) RoutingRule.add_member(:redirect, Shapes::ShapeRef.new(shape: Redirect, required: true, location_name: "Redirect")) RoutingRule.struct_class = Types::RoutingRule diff --git a/gems/aws-sdk-s3/lib/aws-sdk-s3/object_summary.rb b/gems/aws-sdk-s3/lib/aws-sdk-s3/object_summary.rb index 0375a7374c5..c37eb4de50e 100644 --- a/gems/aws-sdk-s3/lib/aws-sdk-s3/object_summary.rb +++ b/gems/aws-sdk-s3/lib/aws-sdk-s3/object_summary.rb @@ -98,6 +98,20 @@ def owner data[:owner] end + # Specifies the restoration status of an object. Objects in certain + # storage classes must be restored before they can be retrieved. For + # more information about these storage classes and how to work with + # archived objects, see [ Working with archived objects][1] in the + # *Amazon S3 User Guide*. + # + # + # + # [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/archived-objects.html + # @return [Types::RestoreStatus] + def restore_status + data[:restore_status] + end + # @!endgroup # @return [Client] diff --git a/gems/aws-sdk-s3/lib/aws-sdk-s3/object_version.rb b/gems/aws-sdk-s3/lib/aws-sdk-s3/object_version.rb index b379706639e..41ad3c81a5a 100644 --- a/gems/aws-sdk-s3/lib/aws-sdk-s3/object_version.rb +++ b/gems/aws-sdk-s3/lib/aws-sdk-s3/object_version.rb @@ -105,6 +105,20 @@ def owner data[:owner] end + # Specifies the restoration status of an object. Objects in certain + # storage classes must be restored before they can be retrieved. For + # more information about these storage classes and how to work with + # archived objects, see [ Working with archived objects][1] in the + # *Amazon S3 User Guide*. + # + # + # + # [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/archived-objects.html + # @return [Types::RestoreStatus] + def restore_status + data[:restore_status] + end + # @!endgroup # @return [Client] diff --git a/gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb b/gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb index 50535486b38..c6b8167c39f 100644 --- a/gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb +++ b/gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb @@ -65,7 +65,7 @@ class AbortMultipartUploadOutput < Struct.new( # When you use this action with S3 on Outposts through the Amazon Web # Services SDKs, you provide the Outposts access point ARN in place of # the bucket name. For more information about S3 on Outposts ARNs, see - # [What is S3 on Outposts][2] in the *Amazon S3 User Guide*. + # [What is S3 on Outposts?][2] in the *Amazon S3 User Guide*. # # # @@ -718,7 +718,7 @@ class CommonPrefix < Struct.new( # When you use this action with S3 on Outposts through the Amazon Web # Services SDKs, you provide the Outposts access point ARN in place of # the bucket name. For more information about S3 on Outposts ARNs, see - # [What is S3 on Outposts][2] in the *Amazon S3 User Guide*. + # [What is S3 on Outposts?][2] in the *Amazon S3 User Guide*. # # # @@ -871,7 +871,7 @@ class CompleteMultipartUploadOutput < Struct.new( # When you use this action with S3 on Outposts through the Amazon Web # Services SDKs, you provide the Outposts access point ARN in place of # the bucket name. For more information about S3 on Outposts ARNs, see - # [What is S3 on Outposts][2] in the *Amazon S3 User Guide*. + # [What is S3 on Outposts?][2] in the *Amazon S3 User Guide*. # # # @@ -1256,7 +1256,7 @@ class CopyObjectOutput < Struct.new( # When you use this action with S3 on Outposts through the Amazon Web # Services SDKs, you provide the Outposts access point ARN in place of # the bucket name. For more information about S3 on Outposts ARNs, see - # [What is S3 on Outposts][2] in the *Amazon S3 User Guide*. + # [What is S3 on Outposts?][2] in the *Amazon S3 User Guide*. # # # @@ -1895,7 +1895,7 @@ class CreateBucketRequest < Struct.new( # When you use this action with S3 on Outposts through the Amazon Web # Services SDKs, you provide the Outposts access point ARN in place of # the bucket name. For more information about S3 on Outposts ARNs, see - # [What is S3 on Outposts][2] in the *Amazon S3 User Guide*. + # [What is S3 on Outposts?][2] in the *Amazon S3 User Guide*. # # # @@ -2002,7 +2002,7 @@ class CreateMultipartUploadOutput < Struct.new( # When you use this action with S3 on Outposts through the Amazon Web # Services SDKs, you provide the Outposts access point ARN in place of # the bucket name. For more information about S3 on Outposts ARNs, see - # [What is S3 on Outposts][2] in the *Amazon S3 User Guide*. + # [What is S3 on Outposts?][2] in the *Amazon S3 User Guide*. # # # @@ -2671,7 +2671,7 @@ class DeleteObjectOutput < Struct.new( # When you use this action with S3 on Outposts through the Amazon Web # Services SDKs, you provide the Outposts access point ARN in place of # the bucket name. For more information about S3 on Outposts ARNs, see - # [What is S3 on Outposts][2] in the *Amazon S3 User Guide*. + # [What is S3 on Outposts?][2] in the *Amazon S3 User Guide*. # # # @@ -2764,7 +2764,7 @@ class DeleteObjectTaggingOutput < Struct.new( # When you use this action with S3 on Outposts through the Amazon Web # Services SDKs, you provide the Outposts access point ARN in place of # the bucket name. For more information about S3 on Outposts ARNs, see - # [What is S3 on Outposts][2] in the *Amazon S3 User Guide*. + # [What is S3 on Outposts?][2] in the *Amazon S3 User Guide*. # # # @@ -2842,7 +2842,7 @@ class DeleteObjectsOutput < Struct.new( # When you use this action with S3 on Outposts through the Amazon Web # Services SDKs, you provide the Outposts access point ARN in place of # the bucket name. For more information about S3 on Outposts ARNs, see - # [What is S3 on Outposts][2] in the *Amazon S3 User Guide*. + # [What is S3 on Outposts?][2] in the *Amazon S3 User Guide*. # # # @@ -5046,7 +5046,7 @@ class GetObjectAttributesParts < Struct.new( # When you use this action with S3 on Outposts through the Amazon Web # Services SDKs, you provide the Outposts access point ARN in place of # the bucket name. For more information about S3 on Outposts ARNs, see - # [What is S3 on Outposts][2] in the *Amazon S3 User Guide*. + # [What is S3 on Outposts?][2] in the *Amazon S3 User Guide*. # # # @@ -5109,9 +5109,8 @@ class GetObjectAttributesParts < Struct.new( # @return [String] # # @!attribute [rw] object_attributes - # An XML header that specifies the fields at the root level that you - # want returned in the response. Fields that you do not specify are - # not returned. + # Specifies the fields at the root level that you want returned in the + # response. Fields that you do not specify are not returned. # @return [Array] # # @see http://docs.aws.amazon.com/goto/WebAPI/s3-2006-03-01/GetObjectAttributesRequest AWS API Documentation @@ -5528,7 +5527,7 @@ class GetObjectOutput < Struct.new( # When you use this action with S3 on Outposts through the Amazon Web # Services SDKs, you provide the Outposts access point ARN in place of # the bucket name. For more information about S3 on Outposts ARNs, see - # [What is S3 on Outposts][2] in the *Amazon S3 User Guide*. + # [What is S3 on Outposts?][2] in the *Amazon S3 User Guide*. # # # @@ -5787,7 +5786,7 @@ class GetObjectTaggingOutput < Struct.new( # When you use this action with S3 on Outposts through the Amazon Web # Services SDKs, you provide the Outposts access point ARN in place of # the bucket name. For more information about S3 on Outposts ARNs, see - # [What is S3 on Outposts][2] in the *Amazon S3 User Guide*. + # [What is S3 on Outposts?][2] in the *Amazon S3 User Guide*. # # # @@ -6045,7 +6044,7 @@ class Grantee < Struct.new( # When you use this action with S3 on Outposts through the Amazon Web # Services SDKs, you provide the Outposts access point ARN in place of # the bucket name. For more information about S3 on Outposts ARNs, see - # [What is S3 on Outposts][3] in the *Amazon S3 User Guide*. + # [What is S3 on Outposts?][3] in the *Amazon S3 User Guide*. # # # @@ -6418,7 +6417,7 @@ class HeadObjectOutput < Struct.new( # When you use this action with S3 on Outposts through the Amazon Web # Services SDKs, you provide the Outposts access point ARN in place of # the bucket name. For more information about S3 on Outposts ARNs, see - # [What is S3 on Outposts][2] in the *Amazon S3 User Guide*. + # [What is S3 on Outposts?][2] in the *Amazon S3 User Guide*. # # # @@ -7242,8 +7241,8 @@ class ListBucketAnalyticsConfigurationsOutput < Struct.new( # @return [String] # # @!attribute [rw] continuation_token - # The ContinuationToken that represents a placeholder from where this - # request should begin. + # The `ContinuationToken` that represents a placeholder from where + # this request should begin. # @return [String] # # @!attribute [rw] expected_bucket_owner @@ -7355,9 +7354,9 @@ class ListBucketInventoryConfigurationsOutput < Struct.new( # # @!attribute [rw] continuation_token # The marker used to continue an inventory configuration listing that - # has been truncated. Use the NextContinuationToken from a previously - # truncated list response to continue the listing. The continuation - # token is an opaque value that Amazon S3 understands. + # has been truncated. Use the `NextContinuationToken` from a + # previously truncated list response to continue the listing. The + # continuation token is an opaque value that Amazon S3 understands. # @return [String] # # @!attribute [rw] expected_bucket_owner @@ -7418,7 +7417,7 @@ class ListBucketMetricsConfigurationsOutput < Struct.new( # # @!attribute [rw] continuation_token # The marker that is used to continue a metrics configuration listing - # that has been truncated. Use the NextContinuationToken from a + # that has been truncated. Use the `NextContinuationToken` from a # previously truncated list response to continue the listing. The # continuation token is an opaque value that Amazon S3 understands. # @return [String] @@ -7521,9 +7520,9 @@ class ListBucketsOutput < Struct.new( # Encoding type used by Amazon S3 to encode object keys in the # response. # - # If you specify `encoding-type` request parameter, Amazon S3 includes - # this element in the response, and returns encoded key name values in - # the following response elements: + # If you specify the `encoding-type` request parameter, Amazon S3 + # includes this element in the response, and returns encoded key name + # values in the following response elements: # # `Delimiter`, `KeyMarker`, `Prefix`, `NextKeyMarker`, `Key`. # @return [String] @@ -7572,7 +7571,7 @@ class ListMultipartUploadsOutput < Struct.new( # When you use this action with S3 on Outposts through the Amazon Web # Services SDKs, you provide the Outposts access point ARN in place of # the bucket name. For more information about S3 on Outposts ARNs, see - # [What is S3 on Outposts][2] in the *Amazon S3 User Guide*. + # [What is S3 on Outposts?][2] in the *Amazon S3 User Guide*. # # # @@ -7594,15 +7593,15 @@ class ListMultipartUploadsOutput < Struct.new( # # @!attribute [rw] encoding_type # Requests Amazon S3 to encode the object keys in the response and - # specifies the encoding method to use. An object key may contain any - # Unicode character; however, XML 1.0 parser cannot parse some + # specifies the encoding method to use. An object key can contain any + # Unicode character; however, the XML 1.0 parser cannot parse some # characters, such as characters with an ASCII value from 0 to 10. For # characters that are not supported in XML 1.0, you can add this # parameter to request that Amazon S3 encode the keys in the response. # @return [String] # # @!attribute [rw] key_marker - # Together with upload-id-marker, this parameter specifies the + # Together with `upload-id-marker`, this parameter specifies the # multipart upload after which listing should begin. # # If `upload-id-marker` is not specified, only the keys @@ -7624,8 +7623,8 @@ class ListMultipartUploadsOutput < Struct.new( # @!attribute [rw] prefix # Lists in-progress uploads only for those keys that begin with the # specified prefix. You can use prefixes to separate a bucket into - # different grouping of keys. (You can think of using prefix to make - # groups in the same way you'd use a folder in a file system.) + # different grouping of keys. (You can think of using `prefix` to make + # groups in the same way that you'd use a folder in a file system.) # @return [String] # # @!attribute [rw] upload_id_marker @@ -7674,9 +7673,9 @@ class ListMultipartUploadsRequest < Struct.new( # @!attribute [rw] is_truncated # A flag that indicates whether Amazon S3 returned all of the results # that satisfied the search criteria. If your results were truncated, - # you can make a follow-up paginated request using the NextKeyMarker - # and NextVersionIdMarker response parameters as a starting place in - # another request to return the rest of the results. + # you can make a follow-up paginated request by using the + # `NextKeyMarker` and `NextVersionIdMarker` response parameters as a + # starting place in another request to return the rest of the results. # @return [Boolean] # # @!attribute [rw] key_marker @@ -7698,7 +7697,7 @@ class ListMultipartUploadsRequest < Struct.new( # When the number of responses exceeds the value of `MaxKeys`, # `NextVersionIdMarker` specifies the first object version not # returned that satisfies the search criteria. Use this value for the - # version-id-marker request parameter in a subsequent request. + # `version-id-marker` request parameter in a subsequent request. # @return [String] # # @!attribute [rw] versions @@ -7723,7 +7722,7 @@ class ListMultipartUploadsRequest < Struct.new( # that you specify to group keys. All keys that contain the same # string between the prefix and the first occurrence of the delimiter # are grouped under a single result element in `CommonPrefixes`. These - # groups are counted as one result against the max-keys limitation. + # groups are counted as one result against the `max-keys` limitation. # These keys are not returned elsewhere in the response. # @return [String] # @@ -7740,9 +7739,9 @@ class ListMultipartUploadsRequest < Struct.new( # Encoding type used by Amazon S3 to encode object key names in the # XML response. # - # If you specify encoding-type request parameter, Amazon S3 includes - # this element in the response, and returns encoded key name values in - # the following response elements: + # If you specify the `encoding-type` request parameter, Amazon S3 + # includes this element in the response, and returns encoded key name + # values in the following response elements: # # `KeyMarker, NextKeyMarker, Prefix, Key`, and `Delimiter`. # @return [String] @@ -7781,15 +7780,15 @@ class ListObjectVersionsOutput < Struct.new( # A delimiter is a character that you specify to group keys. All keys # that contain the same string between the `prefix` and the first # occurrence of the delimiter are grouped under a single result - # element in CommonPrefixes. These groups are counted as one result - # against the max-keys limitation. These keys are not returned + # element in `CommonPrefixes`. These groups are counted as one result + # against the `max-keys` limitation. These keys are not returned # elsewhere in the response. # @return [String] # # @!attribute [rw] encoding_type # Requests Amazon S3 to encode the object keys in the response and - # specifies the encoding method to use. An object key may contain any - # Unicode character; however, XML 1.0 parser cannot parse some + # specifies the encoding method to use. An object key can contain any + # Unicode character; however, the XML 1.0 parser cannot parse some # characters, such as characters with an ASCII value from 0 to 10. For # characters that are not supported in XML 1.0, you can add this # parameter to request that Amazon S3 encode the keys in the response. @@ -7800,22 +7799,22 @@ class ListObjectVersionsOutput < Struct.new( # @return [String] # # @!attribute [rw] max_keys - # Sets the maximum number of keys returned in the response. By default - # the action returns up to 1,000 key names. The response might contain - # fewer keys but will never contain more. If additional keys satisfy - # the search criteria, but were not returned because max-keys was - # exceeded, the response contains - # <isTruncated>true</isTruncated>. To return the - # additional keys, see key-marker and version-id-marker. + # Sets the maximum number of keys returned in the response. By + # default, the action returns up to 1,000 key names. The response + # might contain fewer keys but will never contain more. If additional + # keys satisfy the search criteria, but were not returned because + # `max-keys` was exceeded, the response contains + # `true`. To return the additional keys, + # see `key-marker` and `version-id-marker`. # @return [Integer] # # @!attribute [rw] prefix # Use this parameter to select only those keys that begin with the # specified prefix. You can use prefixes to separate a bucket into - # different groupings of keys. (You can think of using prefix to make - # groups in the same way you'd use a folder in a file system.) You - # can use prefix with delimiter to roll up numerous objects into a - # single result under CommonPrefixes. + # different groupings of keys. (You can think of using `prefix` to + # make groups in the same way that you'd use a folder in a file + # system.) You can use `prefix` with `delimiter` to roll up numerous + # objects into a single result under `CommonPrefixes`. # @return [String] # # @!attribute [rw] version_id_marker @@ -7840,6 +7839,11 @@ class ListObjectVersionsOutput < Struct.new( # [1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html # @return [String] # + # @!attribute [rw] optional_object_attributes + # Specifies the optional fields that you want returned in the + # response. Fields that you do not specify are not returned. + # @return [Array] + # # @see http://docs.aws.amazon.com/goto/WebAPI/s3-2006-03-01/ListObjectVersionsRequest AWS API Documentation # class ListObjectVersionsRequest < Struct.new( @@ -7851,7 +7855,8 @@ class ListObjectVersionsRequest < Struct.new( :prefix, :version_id_marker, :expected_bucket_owner, - :request_payer) + :request_payer, + :optional_object_attributes) SENSITIVE = [] include Aws::Structure end @@ -7867,14 +7872,18 @@ class ListObjectVersionsRequest < Struct.new( # @return [String] # # @!attribute [rw] next_marker - # When response is truncated (the IsTruncated element value in the - # response is true), you can use the key name in this field as marker - # in the subsequent request to get next set of objects. Amazon S3 - # lists objects in alphabetical order Note: This element is returned - # only if you have delimiter request parameter specified. If response - # does not include the NextMarker and it is truncated, you can use the - # value of the last Key in the response as the marker in the - # subsequent request to get the next set of object keys. + # When the response is truncated (the `IsTruncated` element value in + # the response is `true`), you can use the key name in this field as + # the `marker` parameter in the subsequent request to get the next set + # of objects. Amazon S3 lists objects in alphabetical order. + # + # This element is returned only if you have the `delimiter` request + # parameter specified. If the response does not include the + # `NextMarker` element and it is truncated, you can use the value of + # the last `Key` element in the response as the `marker` parameter in + # the subsequent request to get the next set of object keys. + # + # # @return [String] # # @!attribute [rw] contents @@ -7905,19 +7914,20 @@ class ListObjectVersionsRequest < Struct.new( # All of the keys (up to 1,000) rolled up in a common prefix count as # a single return when calculating the number of returns. # - # A response can contain CommonPrefixes only if you specify a + # A response can contain `CommonPrefixes` only if you specify a # delimiter. # - # CommonPrefixes contains all (if there are any) keys between Prefix - # and the next occurrence of the string specified by the delimiter. + # `CommonPrefixes` contains all (if there are any) keys between + # `Prefix` and the next occurrence of the string specified by the + # delimiter. # - # CommonPrefixes lists keys that act like subdirectories in the - # directory specified by Prefix. + # `CommonPrefixes` lists keys that act like subdirectories in the + # directory specified by `Prefix`. # - # For example, if the prefix is notes/ and the delimiter is a slash - # (/) as in notes/summer/july, the common prefix is notes/summer/. All - # of the keys that roll up into a common prefix count as a single - # return when calculating the number of returns. + # For example, if the prefix is `notes/` and the delimiter is a slash + # (`/`), as in `notes/summer/july`, the common prefix is + # `notes/summer/`. All of the keys that roll up into a common prefix + # count as a single return when calculating the number of returns. # @return [Array] # # @!attribute [rw] encoding_type @@ -7967,7 +7977,7 @@ class ListObjectsOutput < Struct.new( # When you use this action with S3 on Outposts through the Amazon Web # Services SDKs, you provide the Outposts access point ARN in place of # the bucket name. For more information about S3 on Outposts ARNs, see - # [What is S3 on Outposts][2] in the *Amazon S3 User Guide*. + # [What is S3 on Outposts?][2] in the *Amazon S3 User Guide*. # # # @@ -7976,13 +7986,13 @@ class ListObjectsOutput < Struct.new( # @return [String] # # @!attribute [rw] delimiter - # A delimiter is a character you use to group keys. + # A delimiter is a character that you use to group keys. # @return [String] # # @!attribute [rw] encoding_type # Requests Amazon S3 to encode the object keys in the response and - # specifies the encoding method to use. An object key may contain any - # Unicode character; however, XML 1.0 parser cannot parse some + # specifies the encoding method to use. An object key can contain any + # Unicode character; however, the XML 1.0 parser cannot parse some # characters, such as characters with an ASCII value from 0 to 10. For # characters that are not supported in XML 1.0, you can add this # parameter to request that Amazon S3 encode the keys in the response. @@ -7995,9 +8005,9 @@ class ListObjectsOutput < Struct.new( # @return [String] # # @!attribute [rw] max_keys - # Sets the maximum number of keys returned in the response. By default - # the action returns up to 1,000 key names. The response might contain - # fewer keys but will never contain more. + # Sets the maximum number of keys returned in the response. By + # default, the action returns up to 1,000 key names. The response + # might contain fewer keys but will never contain more. # @return [Integer] # # @!attribute [rw] prefix @@ -8016,6 +8026,11 @@ class ListObjectsOutput < Struct.new( # `403 Forbidden` (access denied). # @return [String] # + # @!attribute [rw] optional_object_attributes + # Specifies the optional fields that you want returned in the + # response. Fields that you do not specify are not returned. + # @return [Array] + # # @see http://docs.aws.amazon.com/goto/WebAPI/s3-2006-03-01/ListObjectsRequest AWS API Documentation # class ListObjectsRequest < Struct.new( @@ -8026,15 +8041,17 @@ class ListObjectsRequest < Struct.new( :max_keys, :prefix, :request_payer, - :expected_bucket_owner) + :expected_bucket_owner, + :optional_object_attributes) SENSITIVE = [] include Aws::Structure end # @!attribute [rw] is_truncated - # Set to false if all of the results were returned. Set to true if + # Set to `false` if all of the results were returned. Set to `true` if # more keys are available to return. If the number of results exceeds - # that specified by MaxKeys, all of the results might not be returned. + # that specified by `MaxKeys`, all of the results might not be + # returned. # @return [Boolean] # # @!attribute [rw] contents @@ -8060,7 +8077,7 @@ class ListObjectsRequest < Struct.new( # When you use this action with S3 on Outposts through the Amazon Web # Services SDKs, you provide the Outposts access point ARN in place of # the bucket name. For more information about S3 on Outposts ARNs, see - # [What is S3 on Outposts][2] in the *Amazon S3 User Guide*. + # [What is S3 on Outposts?][2] in the *Amazon S3 User Guide*. # # # @@ -8073,17 +8090,17 @@ class ListObjectsRequest < Struct.new( # @return [String] # # @!attribute [rw] delimiter - # Causes keys that contain the same string between the prefix and the - # first occurrence of the delimiter to be rolled up into a single - # result element in the CommonPrefixes collection. These rolled-up + # Causes keys that contain the same string between the `prefix` and + # the first occurrence of the delimiter to be rolled up into a single + # result element in the `CommonPrefixes` collection. These rolled-up # keys are not returned elsewhere in the response. Each rolled-up # result counts as only one return against the `MaxKeys` value. # @return [String] # # @!attribute [rw] max_keys - # Sets the maximum number of keys returned in the response. By default - # the action returns up to 1,000 key names. The response might contain - # fewer keys but will never contain more. + # Sets the maximum number of keys returned in the response. By + # default, the action returns up to 1,000 key names. The response + # might contain fewer keys but will never contain more. # @return [Integer] # # @!attribute [rw] common_prefixes @@ -8110,7 +8127,7 @@ class ListObjectsRequest < Struct.new( # Encoding type used by Amazon S3 to encode object key names in the # XML response. # - # If you specify the encoding-type request parameter, Amazon S3 + # If you specify the `encoding-type` request parameter, Amazon S3 # includes this element in the response, and returns encoded key name # values in the following response elements: # @@ -8118,13 +8135,14 @@ class ListObjectsRequest < Struct.new( # @return [String] # # @!attribute [rw] key_count - # KeyCount is the number of keys returned with this request. KeyCount - # will always be less than or equal to the `MaxKeys` field. Say you - # ask for 50 keys, your result will include 50 keys or fewer. + # `KeyCount` is the number of keys returned with this request. + # `KeyCount` will always be less than or equal to the `MaxKeys` field. + # For example, if you ask for 50 keys, your result will include 50 + # keys or fewer. # @return [Integer] # # @!attribute [rw] continuation_token - # If ContinuationToken was sent with the request, it is included in + # If `ContinuationToken` was sent with the request, it is included in # the response. # @return [String] # @@ -8185,7 +8203,7 @@ class ListObjectsV2Output < Struct.new( # When you use this action with S3 on Outposts through the Amazon Web # Services SDKs, you provide the Outposts access point ARN in place of # the bucket name. For more information about S3 on Outposts ARNs, see - # [What is S3 on Outposts][2] in the *Amazon S3 User Guide*. + # [What is S3 on Outposts?][2] in the *Amazon S3 User Guide*. # # # @@ -8194,7 +8212,7 @@ class ListObjectsV2Output < Struct.new( # @return [String] # # @!attribute [rw] delimiter - # A delimiter is a character you use to group keys. + # A delimiter is a character that you use to group keys. # @return [String] # # @!attribute [rw] encoding_type @@ -8203,9 +8221,9 @@ class ListObjectsV2Output < Struct.new( # @return [String] # # @!attribute [rw] max_keys - # Sets the maximum number of keys returned in the response. By default - # the action returns up to 1,000 key names. The response might contain - # fewer keys but will never contain more. + # Sets the maximum number of keys returned in the response. By + # default, the action returns up to 1,000 key names. The response + # might contain fewer keys but will never contain more. # @return [Integer] # # @!attribute [rw] prefix @@ -8213,15 +8231,15 @@ class ListObjectsV2Output < Struct.new( # @return [String] # # @!attribute [rw] continuation_token - # ContinuationToken indicates Amazon S3 that the list is being - # continued on this bucket with a token. ContinuationToken is + # `ContinuationToken` indicates to Amazon S3 that the list is being + # continued on this bucket with a token. `ContinuationToken` is # obfuscated and is not a real key. # @return [String] # # @!attribute [rw] fetch_owner - # The owner field is not present in listV2 by default, if you want to - # return owner field with each key in the result then set the fetch - # owner field to true. + # The owner field is not present in `ListObjectsV2` by default. If you + # want to return the owner field with each key in the result, then set + # the `FetchOwner` field to `true`. # @return [Boolean] # # @!attribute [rw] start_after @@ -8242,6 +8260,11 @@ class ListObjectsV2Output < Struct.new( # `403 Forbidden` (access denied). # @return [String] # + # @!attribute [rw] optional_object_attributes + # Specifies the optional fields that you want returned in the + # response. Fields that you do not specify are not returned. + # @return [Array] + # # @see http://docs.aws.amazon.com/goto/WebAPI/s3-2006-03-01/ListObjectsV2Request AWS API Documentation # class ListObjectsV2Request < Struct.new( @@ -8254,7 +8277,8 @@ class ListObjectsV2Request < Struct.new( :fetch_owner, :start_after, :request_payer, - :expected_bucket_owner) + :expected_bucket_owner, + :optional_object_attributes) SENSITIVE = [] include Aws::Structure end @@ -8305,7 +8329,7 @@ class ListObjectsV2Request < Struct.new( # # @!attribute [rw] next_part_number_marker # When a list is truncated, this element specifies the last part in - # the list, as well as the value to use for the part-number-marker + # the list, as well as the value to use for the `part-number-marker` # request parameter in a subsequent request. # @return [Integer] # @@ -8394,7 +8418,7 @@ class ListPartsOutput < Struct.new( # When you use this action with S3 on Outposts through the Amazon Web # Services SDKs, you provide the Outposts access point ARN in place of # the bucket name. For more information about S3 on Outposts ARNs, see - # [What is S3 on Outposts][2] in the *Amazon S3 User Guide*. + # [What is S3 on Outposts?][2] in the *Amazon S3 User Guide*. # # # @@ -8538,11 +8562,11 @@ class LoggingEnabled < Struct.new( # A metadata key-value pair to store with an object. # # @!attribute [rw] name - # Name of the Object. + # Name of the object. # @return [String] # # @!attribute [rw] value - # Value of the Object. + # Value of the object. # @return [String] # # @see http://docs.aws.amazon.com/goto/WebAPI/s3-2006-03-01/MetadataEntry AWS API Documentation @@ -8957,6 +8981,18 @@ class NotificationConfigurationFilter < Struct.new( # The owner of the object # @return [Types::Owner] # + # @!attribute [rw] restore_status + # Specifies the restoration status of an object. Objects in certain + # storage classes must be restored before they can be retrieved. For + # more information about these storage classes and how to work with + # archived objects, see [ Working with archived objects][1] in the + # *Amazon S3 User Guide*. + # + # + # + # [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/archived-objects.html + # @return [Types::RestoreStatus] + # # @see http://docs.aws.amazon.com/goto/WebAPI/s3-2006-03-01/Object AWS API Documentation # class Object < Struct.new( @@ -8966,7 +9002,8 @@ class Object < Struct.new( :checksum_algorithm, :size, :storage_class, - :owner) + :owner, + :restore_status) SENSITIVE = [] include Aws::Structure end @@ -9201,6 +9238,18 @@ class ObjectPart < Struct.new( # Specifies the owner of the object. # @return [Types::Owner] # + # @!attribute [rw] restore_status + # Specifies the restoration status of an object. Objects in certain + # storage classes must be restored before they can be retrieved. For + # more information about these storage classes and how to work with + # archived objects, see [ Working with archived objects][1] in the + # *Amazon S3 User Guide*. + # + # + # + # [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/archived-objects.html + # @return [Types::RestoreStatus] + # # @see http://docs.aws.amazon.com/goto/WebAPI/s3-2006-03-01/ObjectVersion AWS API Documentation # class ObjectVersion < Struct.new( @@ -9212,7 +9261,8 @@ class ObjectVersion < Struct.new( :version_id, :is_latest, :last_modified, - :owner) + :owner, + :restore_status) SENSITIVE = [] include Aws::Structure end @@ -10668,7 +10718,7 @@ class PutObjectAclOutput < Struct.new( # When you use this action with S3 on Outposts through the Amazon Web # Services SDKs, you provide the Outposts access point ARN in place of # the bucket name. For more information about S3 on Outposts ARNs, see - # [What is S3 on Outposts][2] in the *Amazon S3 User Guide*. + # [What is S3 on Outposts?][2] in the *Amazon S3 User Guide*. # # # @@ -11077,7 +11127,7 @@ class PutObjectOutput < Struct.new( # When you use this action with S3 on Outposts through the Amazon Web # Services SDKs, you provide the Outposts access point ARN in place of # the bucket name. For more information about S3 on Outposts ARNs, see - # [What is S3 on Outposts][2] in the *Amazon S3 User Guide*. + # [What is S3 on Outposts?][2] in the *Amazon S3 User Guide*. # # # @@ -11586,7 +11636,7 @@ class PutObjectTaggingOutput < Struct.new( # When you use this action with S3 on Outposts through the Amazon Web # Services SDKs, you provide the Outposts access point ARN in place of # the bucket name. For more information about S3 on Outposts ARNs, see - # [What is S3 on Outposts][2] in the *Amazon S3 User Guide*. + # [What is S3 on Outposts?][2] in the *Amazon S3 User Guide*. # # # @@ -12254,7 +12304,7 @@ class RestoreObjectOutput < Struct.new( # When you use this action with S3 on Outposts through the Amazon Web # Services SDKs, you provide the Outposts access point ARN in place of # the bucket name. For more information about S3 on Outposts ARNs, see - # [What is S3 on Outposts][2] in the *Amazon S3 User Guide*. + # [What is S3 on Outposts?][2] in the *Amazon S3 User Guide*. # # # @@ -12372,6 +12422,49 @@ class RestoreRequest < Struct.new( include Aws::Structure end + # Specifies the restoration status of an object. Objects in certain + # storage classes must be restored before they can be retrieved. For + # more information about these storage classes and how to work with + # archived objects, see [ Working with archived objects][1] in the + # *Amazon S3 User Guide*. + # + # + # + # [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/archived-objects.html + # + # @!attribute [rw] is_restore_in_progress + # Specifies whether the object is currently being restored. If the + # object restoration is in progress, the header returns the value + # `TRUE`. For example: + # + # `x-amz-optional-object-attributes: IsRestoreInProgress="true"` + # + # If the object restoration has completed, the header returns the + # value `FALSE`. For example: + # + # `x-amz-optional-object-attributes: IsRestoreInProgress="false", + # RestoreExpiryDate="2012-12-21T00:00:00.000Z"` + # + # If the object hasn't been restored, there is no header response. + # @return [Boolean] + # + # @!attribute [rw] restore_expiry_date + # Indicates when the restored copy will expire. This value is + # populated only if the object has already been restored. For example: + # + # `x-amz-optional-object-attributes: IsRestoreInProgress="false", + # RestoreExpiryDate="2012-12-21T00:00:00.000Z"` + # @return [Time] + # + # @see http://docs.aws.amazon.com/goto/WebAPI/s3-2006-03-01/RestoreStatus AWS API Documentation + # + class RestoreStatus < Struct.new( + :is_restore_in_progress, + :restore_expiry_date) + SENSITIVE = [] + include Aws::Structure + end + # Specifies the redirect behavior and when a redirect is applied. For # more information about routing rules, see [Configuring advanced # conditional redirects][1] in the *Amazon S3 User Guide*. @@ -13311,7 +13404,7 @@ class UploadPartCopyOutput < Struct.new( # When you use this action with S3 on Outposts through the Amazon Web # Services SDKs, you provide the Outposts access point ARN in place of # the bucket name. For more information about S3 on Outposts ARNs, see - # [What is S3 on Outposts][2] in the *Amazon S3 User Guide*. + # [What is S3 on Outposts?][2] in the *Amazon S3 User Guide*. # # # @@ -13627,7 +13720,7 @@ class UploadPartOutput < Struct.new( # When you use this action with S3 on Outposts through the Amazon Web # Services SDKs, you provide the Outposts access point ARN in place of # the bucket name. For more information about S3 on Outposts ARNs, see - # [What is S3 on Outposts][2] in the *Amazon S3 User Guide*. + # [What is S3 on Outposts?][2] in the *Amazon S3 User Guide*. # # # diff --git a/gems/aws-sdk-s3control/CHANGELOG.md b/gems/aws-sdk-s3control/CHANGELOG.md index 1503446f2cd..004b1dd487d 100644 --- a/gems/aws-sdk-s3control/CHANGELOG.md +++ b/gems/aws-sdk-s3control/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.66.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.65.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-s3control/VERSION b/gems/aws-sdk-s3control/VERSION index 902c74186fb..b6148bc0a75 100644 --- a/gems/aws-sdk-s3control/VERSION +++ b/gems/aws-sdk-s3control/VERSION @@ -1 +1 @@ -1.65.0 +1.66.0 diff --git a/gems/aws-sdk-s3control/aws-sdk-s3control.gemspec b/gems/aws-sdk-s3control/aws-sdk-s3control.gemspec index bcedec7259c..27f604c63eb 100644 --- a/gems/aws-sdk-s3control/aws-sdk-s3control.gemspec +++ b/gems/aws-sdk-s3control/aws-sdk-s3control.gemspec @@ -26,7 +26,7 @@ Gem::Specification.new do |spec| } spec.add_dependency('aws-sigv4', '~> 1.1') - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.required_ruby_version = '>= 2.3' end diff --git a/gems/aws-sdk-s3control/lib/aws-sdk-s3control.rb b/gems/aws-sdk-s3control/lib/aws-sdk-s3control.rb index 0a6c920dc67..a61f6659de7 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.65.0' + GEM_VERSION = '1.66.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 3f439e91472..ed38eaa6c62 100644 --- a/gems/aws-sdk-s3control/lib/aws-sdk-s3control/client.rb +++ b/gems/aws-sdk-s3control/lib/aws-sdk-s3control/client.rb @@ -5553,7 +5553,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-s3control' - 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-s3outposts/CHANGELOG.md b/gems/aws-sdk-s3outposts/CHANGELOG.md index e3b574af3ac..c05cf24b4ee 100644 --- a/gems/aws-sdk-s3outposts/CHANGELOG.md +++ b/gems/aws-sdk-s3outposts/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.20.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.19.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-s3outposts/VERSION b/gems/aws-sdk-s3outposts/VERSION index 815d5ca06d5..39893559155 100644 --- a/gems/aws-sdk-s3outposts/VERSION +++ b/gems/aws-sdk-s3outposts/VERSION @@ -1 +1 @@ -1.19.0 +1.20.0 diff --git a/gems/aws-sdk-s3outposts/aws-sdk-s3outposts.gemspec b/gems/aws-sdk-s3outposts/aws-sdk-s3outposts.gemspec index fc73d1c54d5..4234bdefeae 100644 --- a/gems/aws-sdk-s3outposts/aws-sdk-s3outposts.gemspec +++ b/gems/aws-sdk-s3outposts/aws-sdk-s3outposts.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-s3outposts/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-s3outposts/lib/aws-sdk-s3outposts.rb b/gems/aws-sdk-s3outposts/lib/aws-sdk-s3outposts.rb index 12cafba2985..2bfca8c26b6 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.19.0' + GEM_VERSION = '1.20.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 627fe5d2b9f..827a0ba7636 100644 --- a/gems/aws-sdk-s3outposts/lib/aws-sdk-s3outposts/client.rb +++ b/gems/aws-sdk-s3outposts/lib/aws-sdk-s3outposts/client.rb @@ -676,7 +676,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-s3outposts' - 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-sagemaker/CHANGELOG.md b/gems/aws-sdk-sagemaker/CHANGELOG.md index 7597f54a70e..f0fc4fd38ae 100644 --- a/gems/aws-sdk-sagemaker/CHANGELOG.md +++ b/gems/aws-sdk-sagemaker/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.191.0 (2023-06-28) +------------------ + +* Feature - This release adds support for Model Cards Model Registry integration. + 1.190.0 (2023-06-27) ------------------ diff --git a/gems/aws-sdk-sagemaker/VERSION b/gems/aws-sdk-sagemaker/VERSION index 8d5d795d9e2..51b0c3b6d8e 100644 --- a/gems/aws-sdk-sagemaker/VERSION +++ b/gems/aws-sdk-sagemaker/VERSION @@ -1 +1 @@ -1.190.0 +1.191.0 diff --git a/gems/aws-sdk-sagemaker/aws-sdk-sagemaker.gemspec b/gems/aws-sdk-sagemaker/aws-sdk-sagemaker.gemspec index 010647ec54a..b7699d1d889 100644 --- a/gems/aws-sdk-sagemaker/aws-sdk-sagemaker.gemspec +++ b/gems/aws-sdk-sagemaker/aws-sdk-sagemaker.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-sagemaker/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker.rb b/gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker.rb index 93bd7241fd8..5a1aaffb6a1 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.190.0' + GEM_VERSION = '1.191.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 a9a00069568..869b4dd3ff4 100644 --- a/gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/client.rb +++ b/gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/client.rb @@ -6459,7 +6459,11 @@ def create_notebook_instance_lifecycle_config(params = {}, options = {}) # The display name of the pipeline. # # @option params [String] :pipeline_definition - # The JSON pipeline definition of the pipeline. + # The [JSON pipeline definition][1] of the pipeline. + # + # + # + # [1]: https://aws-sagemaker-mlops.github.io/sagemaker-model-building-pipeline-definition-JSON-schema/ # # @option params [Types::PipelineDefinitionS3Location] :pipeline_definition_s3_location # The location of the pipeline definition stored in Amazon S3. If @@ -23758,7 +23762,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-sagemaker' - context[:gem_version] = '1.190.0' + context[:gem_version] = '1.191.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 926ec2042f8..c0c368f93bd 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 @@ -6762,6 +6762,7 @@ module ClientApi ModelCard.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags")) ModelCard.add_member(:model_id, Shapes::ShapeRef.new(shape: String, location_name: "ModelId")) ModelCard.add_member(:risk_rating, Shapes::ShapeRef.new(shape: String, location_name: "RiskRating")) + ModelCard.add_member(:model_package_group_name, Shapes::ShapeRef.new(shape: String, location_name: "ModelPackageGroupName")) ModelCard.struct_class = Types::ModelCard ModelCardExportArtifacts.add_member(:s3_export_artifacts, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "S3ExportArtifacts")) 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 0833aed4f48..6502bc717d6 100644 --- a/gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb +++ b/gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb @@ -7566,7 +7566,11 @@ class CreateNotebookInstanceOutput < Struct.new( # @return [String] # # @!attribute [rw] pipeline_definition - # The JSON pipeline definition of the pipeline. + # The [JSON pipeline definition][1] of the pipeline. + # + # + # + # [1]: https://aws-sagemaker-mlops.github.io/sagemaker-model-building-pipeline-definition-JSON-schema/ # @return [String] # # @!attribute [rw] pipeline_definition_s3_location @@ -27982,6 +27986,12 @@ class ModelBiasJobInput < Struct.new( # [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/model-cards-risk-rating.html # @return [String] # + # @!attribute [rw] model_package_group_name + # The model package group that contains the model package. Only + # relevant for model cards created for model packages in the Amazon + # SageMaker Model Registry. + # @return [String] + # # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ModelCard AWS API Documentation # class ModelCard < Struct.new( @@ -27997,7 +28007,8 @@ class ModelCard < Struct.new( :last_modified_by, :tags, :model_id, - :risk_rating) + :risk_rating, + :model_package_group_name) SENSITIVE = [:content] include Aws::Structure end diff --git a/gems/aws-sdk-sagemakeredgemanager/CHANGELOG.md b/gems/aws-sdk-sagemakeredgemanager/CHANGELOG.md index 7282c69d4ad..9aa2a0d23c8 100644 --- a/gems/aws-sdk-sagemakeredgemanager/CHANGELOG.md +++ b/gems/aws-sdk-sagemakeredgemanager/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.17.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.16.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-sagemakeredgemanager/VERSION b/gems/aws-sdk-sagemakeredgemanager/VERSION index 15b989e398f..092afa15df4 100644 --- a/gems/aws-sdk-sagemakeredgemanager/VERSION +++ b/gems/aws-sdk-sagemakeredgemanager/VERSION @@ -1 +1 @@ -1.16.0 +1.17.0 diff --git a/gems/aws-sdk-sagemakeredgemanager/aws-sdk-sagemakeredgemanager.gemspec b/gems/aws-sdk-sagemakeredgemanager/aws-sdk-sagemakeredgemanager.gemspec index 74b41d81d51..b942fa4b1ad 100644 --- a/gems/aws-sdk-sagemakeredgemanager/aws-sdk-sagemakeredgemanager.gemspec +++ b/gems/aws-sdk-sagemakeredgemanager/aws-sdk-sagemakeredgemanager.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-sagemakeredgemanager/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-sagemakeredgemanager/lib/aws-sdk-sagemakeredgemanager.rb b/gems/aws-sdk-sagemakeredgemanager/lib/aws-sdk-sagemakeredgemanager.rb index 720862f0fab..f3954086353 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.16.0' + GEM_VERSION = '1.17.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 ef144faad1d..08021ae35bc 100644 --- a/gems/aws-sdk-sagemakeredgemanager/lib/aws-sdk-sagemakeredgemanager/client.rb +++ b/gems/aws-sdk-sagemakeredgemanager/lib/aws-sdk-sagemakeredgemanager/client.rb @@ -547,7 +547,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-sagemakeredgemanager' - 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-sagemakerfeaturestoreruntime/CHANGELOG.md b/gems/aws-sdk-sagemakerfeaturestoreruntime/CHANGELOG.md index da70812aa31..23918e1b5f1 100644 --- a/gems/aws-sdk-sagemakerfeaturestoreruntime/CHANGELOG.md +++ b/gems/aws-sdk-sagemakerfeaturestoreruntime/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.20.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.19.0 (2023-06-27) ------------------ diff --git a/gems/aws-sdk-sagemakerfeaturestoreruntime/VERSION b/gems/aws-sdk-sagemakerfeaturestoreruntime/VERSION index 815d5ca06d5..39893559155 100644 --- a/gems/aws-sdk-sagemakerfeaturestoreruntime/VERSION +++ b/gems/aws-sdk-sagemakerfeaturestoreruntime/VERSION @@ -1 +1 @@ -1.19.0 +1.20.0 diff --git a/gems/aws-sdk-sagemakerfeaturestoreruntime/aws-sdk-sagemakerfeaturestoreruntime.gemspec b/gems/aws-sdk-sagemakerfeaturestoreruntime/aws-sdk-sagemakerfeaturestoreruntime.gemspec index c21338f0809..b80901bf6da 100644 --- a/gems/aws-sdk-sagemakerfeaturestoreruntime/aws-sdk-sagemakerfeaturestoreruntime.gemspec +++ b/gems/aws-sdk-sagemakerfeaturestoreruntime/aws-sdk-sagemakerfeaturestoreruntime.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-sagemakerfeaturestoreruntime/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-sagemakerfeaturestoreruntime/lib/aws-sdk-sagemakerfeaturestoreruntime.rb b/gems/aws-sdk-sagemakerfeaturestoreruntime/lib/aws-sdk-sagemakerfeaturestoreruntime.rb index 711a247cf6d..1b4cb889135 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.19.0' + GEM_VERSION = '1.20.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 ca37b4b4c21..06baac03385 100644 --- a/gems/aws-sdk-sagemakerfeaturestoreruntime/lib/aws-sdk-sagemakerfeaturestoreruntime/client.rb +++ b/gems/aws-sdk-sagemakerfeaturestoreruntime/lib/aws-sdk-sagemakerfeaturestoreruntime/client.rb @@ -624,7 +624,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-sagemakerfeaturestoreruntime' - 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-sagemakergeospatial/CHANGELOG.md b/gems/aws-sdk-sagemakergeospatial/CHANGELOG.md index 8e1c44987b3..d0bbf6c4e1d 100644 --- a/gems/aws-sdk-sagemakergeospatial/CHANGELOG.md +++ b/gems/aws-sdk-sagemakergeospatial/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.6.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.5.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-sagemakergeospatial/VERSION b/gems/aws-sdk-sagemakergeospatial/VERSION index bc80560fad6..dc1e644a101 100644 --- a/gems/aws-sdk-sagemakergeospatial/VERSION +++ b/gems/aws-sdk-sagemakergeospatial/VERSION @@ -1 +1 @@ -1.5.0 +1.6.0 diff --git a/gems/aws-sdk-sagemakergeospatial/aws-sdk-sagemakergeospatial.gemspec b/gems/aws-sdk-sagemakergeospatial/aws-sdk-sagemakergeospatial.gemspec index 0e3f702a531..1686cd0376e 100644 --- a/gems/aws-sdk-sagemakergeospatial/aws-sdk-sagemakergeospatial.gemspec +++ b/gems/aws-sdk-sagemakergeospatial/aws-sdk-sagemakergeospatial.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-sagemakergeospatial/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial.rb b/gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial.rb index 5196fb5bdc7..baa443958a0 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.5.0' + GEM_VERSION = '1.6.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 3db0350821e..06b2df0d818 100644 --- a/gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/client.rb +++ b/gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/client.rb @@ -1656,7 +1656,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-sagemakergeospatial' - context[:gem_version] = '1.5.0' + context[:gem_version] = '1.6.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 59e0e6b9b6b..c13e3208726 100644 --- a/gems/aws-sdk-sagemakermetrics/CHANGELOG.md +++ b/gems/aws-sdk-sagemakermetrics/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.5.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.4.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-sagemakermetrics/VERSION b/gems/aws-sdk-sagemakermetrics/VERSION index 88c5fb891dc..bc80560fad6 100644 --- a/gems/aws-sdk-sagemakermetrics/VERSION +++ b/gems/aws-sdk-sagemakermetrics/VERSION @@ -1 +1 @@ -1.4.0 +1.5.0 diff --git a/gems/aws-sdk-sagemakermetrics/aws-sdk-sagemakermetrics.gemspec b/gems/aws-sdk-sagemakermetrics/aws-sdk-sagemakermetrics.gemspec index 9e5c86789b5..978e677329b 100644 --- a/gems/aws-sdk-sagemakermetrics/aws-sdk-sagemakermetrics.gemspec +++ b/gems/aws-sdk-sagemakermetrics/aws-sdk-sagemakermetrics.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-sagemakermetrics/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-sagemakermetrics/lib/aws-sdk-sagemakermetrics.rb b/gems/aws-sdk-sagemakermetrics/lib/aws-sdk-sagemakermetrics.rb index 2d1b467ff2b..dd3741a6b46 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.4.0' + GEM_VERSION = '1.5.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 4cc964cdecc..8c10b8a9a18 100644 --- a/gems/aws-sdk-sagemakermetrics/lib/aws-sdk-sagemakermetrics/client.rb +++ b/gems/aws-sdk-sagemakermetrics/lib/aws-sdk-sagemakermetrics/client.rb @@ -429,7 +429,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-sagemakermetrics' - 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-sagemakerruntime/CHANGELOG.md b/gems/aws-sdk-sagemakerruntime/CHANGELOG.md index a7590558be7..eceed01bd53 100644 --- a/gems/aws-sdk-sagemakerruntime/CHANGELOG.md +++ b/gems/aws-sdk-sagemakerruntime/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.52.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.51.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-sagemakerruntime/VERSION b/gems/aws-sdk-sagemakerruntime/VERSION index ba0a719118c..a63cb35e6f0 100644 --- a/gems/aws-sdk-sagemakerruntime/VERSION +++ b/gems/aws-sdk-sagemakerruntime/VERSION @@ -1 +1 @@ -1.51.0 +1.52.0 diff --git a/gems/aws-sdk-sagemakerruntime/aws-sdk-sagemakerruntime.gemspec b/gems/aws-sdk-sagemakerruntime/aws-sdk-sagemakerruntime.gemspec index 0980130a7d8..d9aea333625 100644 --- a/gems/aws-sdk-sagemakerruntime/aws-sdk-sagemakerruntime.gemspec +++ b/gems/aws-sdk-sagemakerruntime/aws-sdk-sagemakerruntime.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-sagemakerruntime/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-sagemakerruntime/lib/aws-sdk-sagemakerruntime.rb b/gems/aws-sdk-sagemakerruntime/lib/aws-sdk-sagemakerruntime.rb index 3cdabae4d9f..ff1f2e63bde 100644 --- a/gems/aws-sdk-sagemakerruntime/lib/aws-sdk-sagemakerruntime.rb +++ b/gems/aws-sdk-sagemakerruntime/lib/aws-sdk-sagemakerruntime.rb @@ -52,6 +52,6 @@ # @!group service module Aws::SageMakerRuntime - GEM_VERSION = '1.51.0' + GEM_VERSION = '1.52.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 e1b73aa7109..032645ef87b 100644 --- a/gems/aws-sdk-sagemakerruntime/lib/aws-sdk-sagemakerruntime/client.rb +++ b/gems/aws-sdk-sagemakerruntime/lib/aws-sdk-sagemakerruntime/client.rb @@ -659,7 +659,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-sagemakerruntime' - 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-savingsplans/CHANGELOG.md b/gems/aws-sdk-savingsplans/CHANGELOG.md index 0828b8305b6..c2a9f44b79a 100644 --- a/gems/aws-sdk-savingsplans/CHANGELOG.md +++ b/gems/aws-sdk-savingsplans/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.31.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.30.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-savingsplans/VERSION b/gems/aws-sdk-savingsplans/VERSION index 034552a83ee..34aae156b19 100644 --- a/gems/aws-sdk-savingsplans/VERSION +++ b/gems/aws-sdk-savingsplans/VERSION @@ -1 +1 @@ -1.30.0 +1.31.0 diff --git a/gems/aws-sdk-savingsplans/aws-sdk-savingsplans.gemspec b/gems/aws-sdk-savingsplans/aws-sdk-savingsplans.gemspec index ce19b482160..e7410f22c0f 100644 --- a/gems/aws-sdk-savingsplans/aws-sdk-savingsplans.gemspec +++ b/gems/aws-sdk-savingsplans/aws-sdk-savingsplans.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-savingsplans/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-savingsplans/lib/aws-sdk-savingsplans.rb b/gems/aws-sdk-savingsplans/lib/aws-sdk-savingsplans.rb index 77d8db644d8..bd50c2b24a8 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.30.0' + GEM_VERSION = '1.31.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 29c9a0fa6b4..3edf409b46e 100644 --- a/gems/aws-sdk-savingsplans/lib/aws-sdk-savingsplans/client.rb +++ b/gems/aws-sdk-savingsplans/lib/aws-sdk-savingsplans/client.rb @@ -876,7 +876,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-savingsplans' - 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-scheduler/CHANGELOG.md b/gems/aws-sdk-scheduler/CHANGELOG.md index 0043c9e50ac..2814fa86d38 100644 --- a/gems/aws-sdk-scheduler/CHANGELOG.md +++ b/gems/aws-sdk-scheduler/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.5.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.4.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-scheduler/VERSION b/gems/aws-sdk-scheduler/VERSION index 88c5fb891dc..bc80560fad6 100644 --- a/gems/aws-sdk-scheduler/VERSION +++ b/gems/aws-sdk-scheduler/VERSION @@ -1 +1 @@ -1.4.0 +1.5.0 diff --git a/gems/aws-sdk-scheduler/aws-sdk-scheduler.gemspec b/gems/aws-sdk-scheduler/aws-sdk-scheduler.gemspec index aaa41f9acd2..c96f5db8ae1 100644 --- a/gems/aws-sdk-scheduler/aws-sdk-scheduler.gemspec +++ b/gems/aws-sdk-scheduler/aws-sdk-scheduler.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-scheduler/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-scheduler/lib/aws-sdk-scheduler.rb b/gems/aws-sdk-scheduler/lib/aws-sdk-scheduler.rb index a7b46327571..183a0f15079 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.4.0' + GEM_VERSION = '1.5.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 6bcec8ead45..0cb65504cf4 100644 --- a/gems/aws-sdk-scheduler/lib/aws-sdk-scheduler/client.rb +++ b/gems/aws-sdk-scheduler/lib/aws-sdk-scheduler/client.rb @@ -1245,7 +1245,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-scheduler' - 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-schemas/CHANGELOG.md b/gems/aws-sdk-schemas/CHANGELOG.md index a2b18ecf4fe..87f24dcb41c 100644 --- a/gems/aws-sdk-schemas/CHANGELOG.md +++ b/gems/aws-sdk-schemas/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.28.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.27.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-schemas/VERSION b/gems/aws-sdk-schemas/VERSION index 5db08bf2dc5..cfc730712d5 100644 --- a/gems/aws-sdk-schemas/VERSION +++ b/gems/aws-sdk-schemas/VERSION @@ -1 +1 @@ -1.27.0 +1.28.0 diff --git a/gems/aws-sdk-schemas/aws-sdk-schemas.gemspec b/gems/aws-sdk-schemas/aws-sdk-schemas.gemspec index be5df64db9a..a69a686b11f 100644 --- a/gems/aws-sdk-schemas/aws-sdk-schemas.gemspec +++ b/gems/aws-sdk-schemas/aws-sdk-schemas.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-schemas/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-schemas/lib/aws-sdk-schemas.rb b/gems/aws-sdk-schemas/lib/aws-sdk-schemas.rb index 29c6ec718ed..926d62628f0 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.27.0' + GEM_VERSION = '1.28.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 7f518b3344e..3e852b8dfe2 100644 --- a/gems/aws-sdk-schemas/lib/aws-sdk-schemas/client.rb +++ b/gems/aws-sdk-schemas/lib/aws-sdk-schemas/client.rb @@ -1560,7 +1560,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-schemas' - 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-secretsmanager/CHANGELOG.md b/gems/aws-sdk-secretsmanager/CHANGELOG.md index 6d390d878c4..be5a794c86b 100644 --- a/gems/aws-sdk-secretsmanager/CHANGELOG.md +++ b/gems/aws-sdk-secretsmanager/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.78.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.77.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-secretsmanager/VERSION b/gems/aws-sdk-secretsmanager/VERSION index 79e15fd4937..54227249d1f 100644 --- a/gems/aws-sdk-secretsmanager/VERSION +++ b/gems/aws-sdk-secretsmanager/VERSION @@ -1 +1 @@ -1.77.0 +1.78.0 diff --git a/gems/aws-sdk-secretsmanager/aws-sdk-secretsmanager.gemspec b/gems/aws-sdk-secretsmanager/aws-sdk-secretsmanager.gemspec index 59ea4612798..eb104a8153d 100644 --- a/gems/aws-sdk-secretsmanager/aws-sdk-secretsmanager.gemspec +++ b/gems/aws-sdk-secretsmanager/aws-sdk-secretsmanager.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-secretsmanager/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-secretsmanager/lib/aws-sdk-secretsmanager.rb b/gems/aws-sdk-secretsmanager/lib/aws-sdk-secretsmanager.rb index 9cd5a8dbb4b..8bf733d7982 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.77.0' + GEM_VERSION = '1.78.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 8bd150c68c2..4d64916c994 100644 --- a/gems/aws-sdk-secretsmanager/lib/aws-sdk-secretsmanager/client.rb +++ b/gems/aws-sdk-secretsmanager/lib/aws-sdk-secretsmanager/client.rb @@ -3088,7 +3088,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-secretsmanager' - 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-securityhub/CHANGELOG.md b/gems/aws-sdk-securityhub/CHANGELOG.md index 0592249f3dc..33dc059ba68 100644 --- a/gems/aws-sdk-securityhub/CHANGELOG.md +++ b/gems/aws-sdk-securityhub/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.86.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.85.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-securityhub/VERSION b/gems/aws-sdk-securityhub/VERSION index f288d11142d..b7844a6ffdc 100644 --- a/gems/aws-sdk-securityhub/VERSION +++ b/gems/aws-sdk-securityhub/VERSION @@ -1 +1 @@ -1.85.0 +1.86.0 diff --git a/gems/aws-sdk-securityhub/aws-sdk-securityhub.gemspec b/gems/aws-sdk-securityhub/aws-sdk-securityhub.gemspec index ff3a18a4526..0c832ae2a62 100644 --- a/gems/aws-sdk-securityhub/aws-sdk-securityhub.gemspec +++ b/gems/aws-sdk-securityhub/aws-sdk-securityhub.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-securityhub/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-securityhub/lib/aws-sdk-securityhub.rb b/gems/aws-sdk-securityhub/lib/aws-sdk-securityhub.rb index a7a56a95338..5d703d62083 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.85.0' + GEM_VERSION = '1.86.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 1195077e306..a5e48768ec8 100644 --- a/gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/client.rb +++ b/gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/client.rb @@ -8683,7 +8683,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-securityhub' - 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-securitylake/CHANGELOG.md b/gems/aws-sdk-securitylake/CHANGELOG.md index 5bde3b07bf2..07d8c9bed90 100644 --- a/gems/aws-sdk-securitylake/CHANGELOG.md +++ b/gems/aws-sdk-securitylake/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.7.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.6.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-securitylake/VERSION b/gems/aws-sdk-securitylake/VERSION index dc1e644a101..bd8bf882d06 100644 --- a/gems/aws-sdk-securitylake/VERSION +++ b/gems/aws-sdk-securitylake/VERSION @@ -1 +1 @@ -1.6.0 +1.7.0 diff --git a/gems/aws-sdk-securitylake/aws-sdk-securitylake.gemspec b/gems/aws-sdk-securitylake/aws-sdk-securitylake.gemspec index a22677bba29..d03196757c5 100644 --- a/gems/aws-sdk-securitylake/aws-sdk-securitylake.gemspec +++ b/gems/aws-sdk-securitylake/aws-sdk-securitylake.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-securitylake/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-securitylake/lib/aws-sdk-securitylake.rb b/gems/aws-sdk-securitylake/lib/aws-sdk-securitylake.rb index 6564388c553..e2a51db8610 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.6.0' + GEM_VERSION = '1.7.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 847c2d6ab01..ec5ca37b98a 100644 --- a/gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/client.rb +++ b/gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/client.rb @@ -1777,7 +1777,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-securitylake' - 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-serverlessapplicationrepository/CHANGELOG.md b/gems/aws-sdk-serverlessapplicationrepository/CHANGELOG.md index 641f1bb86ce..83a9775fa87 100644 --- a/gems/aws-sdk-serverlessapplicationrepository/CHANGELOG.md +++ b/gems/aws-sdk-serverlessapplicationrepository/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.49.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.48.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-serverlessapplicationrepository/VERSION b/gems/aws-sdk-serverlessapplicationrepository/VERSION index 9db5ea12f52..7f3a46a841e 100644 --- a/gems/aws-sdk-serverlessapplicationrepository/VERSION +++ b/gems/aws-sdk-serverlessapplicationrepository/VERSION @@ -1 +1 @@ -1.48.0 +1.49.0 diff --git a/gems/aws-sdk-serverlessapplicationrepository/aws-sdk-serverlessapplicationrepository.gemspec b/gems/aws-sdk-serverlessapplicationrepository/aws-sdk-serverlessapplicationrepository.gemspec index 4ab3e506d4b..ccbfbe0f247 100644 --- a/gems/aws-sdk-serverlessapplicationrepository/aws-sdk-serverlessapplicationrepository.gemspec +++ b/gems/aws-sdk-serverlessapplicationrepository/aws-sdk-serverlessapplicationrepository.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-serverlessapplicationrepository/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-serverlessapplicationrepository/lib/aws-sdk-serverlessapplicationrepository.rb b/gems/aws-sdk-serverlessapplicationrepository/lib/aws-sdk-serverlessapplicationrepository.rb index aee8c4e2d0b..6ae47cd0d96 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.48.0' + GEM_VERSION = '1.49.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 b4a50476699..7ced5bb67b5 100644 --- a/gems/aws-sdk-serverlessapplicationrepository/lib/aws-sdk-serverlessapplicationrepository/client.rb +++ b/gems/aws-sdk-serverlessapplicationrepository/lib/aws-sdk-serverlessapplicationrepository/client.rb @@ -1184,7 +1184,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-serverlessapplicationrepository' - 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-servicecatalog/CHANGELOG.md b/gems/aws-sdk-servicecatalog/CHANGELOG.md index b47091ec540..378b7cab572 100644 --- a/gems/aws-sdk-servicecatalog/CHANGELOG.md +++ b/gems/aws-sdk-servicecatalog/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.83.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.82.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-servicecatalog/VERSION b/gems/aws-sdk-servicecatalog/VERSION index 71fae54fb27..6b4de0a42b0 100644 --- a/gems/aws-sdk-servicecatalog/VERSION +++ b/gems/aws-sdk-servicecatalog/VERSION @@ -1 +1 @@ -1.82.0 +1.83.0 diff --git a/gems/aws-sdk-servicecatalog/aws-sdk-servicecatalog.gemspec b/gems/aws-sdk-servicecatalog/aws-sdk-servicecatalog.gemspec index 8660b33f615..50a2a95b0b6 100644 --- a/gems/aws-sdk-servicecatalog/aws-sdk-servicecatalog.gemspec +++ b/gems/aws-sdk-servicecatalog/aws-sdk-servicecatalog.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-servicecatalog/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog.rb b/gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog.rb index 0db140f96d0..05c5088640f 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.82.0' + GEM_VERSION = '1.83.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 b197b1ccd1f..467a09d2258 100644 --- a/gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/client.rb +++ b/gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/client.rb @@ -6235,7 +6235,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-servicecatalog' - context[:gem_version] = '1.82.0' + context[:gem_version] = '1.83.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 d5b0b632d56..77104e2ec5b 100644 --- a/gems/aws-sdk-servicediscovery/CHANGELOG.md +++ b/gems/aws-sdk-servicediscovery/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.54.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.53.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-servicediscovery/VERSION b/gems/aws-sdk-servicediscovery/VERSION index 3f4830156cb..b7921ae87bc 100644 --- a/gems/aws-sdk-servicediscovery/VERSION +++ b/gems/aws-sdk-servicediscovery/VERSION @@ -1 +1 @@ -1.53.0 +1.54.0 diff --git a/gems/aws-sdk-servicediscovery/aws-sdk-servicediscovery.gemspec b/gems/aws-sdk-servicediscovery/aws-sdk-servicediscovery.gemspec index 090e8e805ca..c164e850b0c 100644 --- a/gems/aws-sdk-servicediscovery/aws-sdk-servicediscovery.gemspec +++ b/gems/aws-sdk-servicediscovery/aws-sdk-servicediscovery.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-servicediscovery/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-servicediscovery/lib/aws-sdk-servicediscovery.rb b/gems/aws-sdk-servicediscovery/lib/aws-sdk-servicediscovery.rb index f49560d118e..1ab39d6634b 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.53.0' + GEM_VERSION = '1.54.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 b0deda273c6..970e8909ec1 100644 --- a/gems/aws-sdk-servicediscovery/lib/aws-sdk-servicediscovery/client.rb +++ b/gems/aws-sdk-servicediscovery/lib/aws-sdk-servicediscovery/client.rb @@ -2646,7 +2646,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-servicediscovery' - 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-servicequotas/CHANGELOG.md b/gems/aws-sdk-servicequotas/CHANGELOG.md index e1708e8aee0..d58d417a5c7 100644 --- a/gems/aws-sdk-servicequotas/CHANGELOG.md +++ b/gems/aws-sdk-servicequotas/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.28.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.27.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-servicequotas/VERSION b/gems/aws-sdk-servicequotas/VERSION index 5db08bf2dc5..cfc730712d5 100644 --- a/gems/aws-sdk-servicequotas/VERSION +++ b/gems/aws-sdk-servicequotas/VERSION @@ -1 +1 @@ -1.27.0 +1.28.0 diff --git a/gems/aws-sdk-servicequotas/aws-sdk-servicequotas.gemspec b/gems/aws-sdk-servicequotas/aws-sdk-servicequotas.gemspec index 94e087a9648..47a16f7c43c 100644 --- a/gems/aws-sdk-servicequotas/aws-sdk-servicequotas.gemspec +++ b/gems/aws-sdk-servicequotas/aws-sdk-servicequotas.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-servicequotas/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-servicequotas/lib/aws-sdk-servicequotas.rb b/gems/aws-sdk-servicequotas/lib/aws-sdk-servicequotas.rb index e10784bedab..ce813e817ef 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.27.0' + GEM_VERSION = '1.28.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 ddb016d609d..a70a305cc10 100644 --- a/gems/aws-sdk-servicequotas/lib/aws-sdk-servicequotas/client.rb +++ b/gems/aws-sdk-servicequotas/lib/aws-sdk-servicequotas/client.rb @@ -1219,7 +1219,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-servicequotas' - 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-ses/CHANGELOG.md b/gems/aws-sdk-ses/CHANGELOG.md index 4967c0db3f3..fbee0d86f32 100644 --- a/gems/aws-sdk-ses/CHANGELOG.md +++ b/gems/aws-sdk-ses/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.52.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.51.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-ses/VERSION b/gems/aws-sdk-ses/VERSION index ba0a719118c..a63cb35e6f0 100644 --- a/gems/aws-sdk-ses/VERSION +++ b/gems/aws-sdk-ses/VERSION @@ -1 +1 @@ -1.51.0 +1.52.0 diff --git a/gems/aws-sdk-ses/aws-sdk-ses.gemspec b/gems/aws-sdk-ses/aws-sdk-ses.gemspec index 2685c1e5ba1..e3bc10ed072 100644 --- a/gems/aws-sdk-ses/aws-sdk-ses.gemspec +++ b/gems/aws-sdk-ses/aws-sdk-ses.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-ses/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-ses/lib/aws-sdk-ses.rb b/gems/aws-sdk-ses/lib/aws-sdk-ses.rb index d3abd0da748..eb068d44862 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.51.0' + GEM_VERSION = '1.52.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 cd9cab6b9b4..e4b4d858642 100644 --- a/gems/aws-sdk-ses/lib/aws-sdk-ses/client.rb +++ b/gems/aws-sdk-ses/lib/aws-sdk-ses/client.rb @@ -5101,7 +5101,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-ses' - 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-sesv2/CHANGELOG.md b/gems/aws-sdk-sesv2/CHANGELOG.md index 2cdacdc5c88..fb404b0b927 100644 --- a/gems/aws-sdk-sesv2/CHANGELOG.md +++ b/gems/aws-sdk-sesv2/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.36.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.35.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-sesv2/VERSION b/gems/aws-sdk-sesv2/VERSION index 2aeaa11ee27..39fc130ef85 100644 --- a/gems/aws-sdk-sesv2/VERSION +++ b/gems/aws-sdk-sesv2/VERSION @@ -1 +1 @@ -1.35.0 +1.36.0 diff --git a/gems/aws-sdk-sesv2/aws-sdk-sesv2.gemspec b/gems/aws-sdk-sesv2/aws-sdk-sesv2.gemspec index 6432326117a..1b86c85b1cb 100644 --- a/gems/aws-sdk-sesv2/aws-sdk-sesv2.gemspec +++ b/gems/aws-sdk-sesv2/aws-sdk-sesv2.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-sesv2/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-sesv2/lib/aws-sdk-sesv2.rb b/gems/aws-sdk-sesv2/lib/aws-sdk-sesv2.rb index 4b3ca1caa10..b34ec9ef6c8 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.35.0' + GEM_VERSION = '1.36.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 c87b326e14e..05be83e2d14 100644 --- a/gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/client.rb +++ b/gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/client.rb @@ -4541,7 +4541,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-sesv2' - 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-shield/CHANGELOG.md b/gems/aws-sdk-shield/CHANGELOG.md index bf1f3c9deac..0556fde9508 100644 --- a/gems/aws-sdk-shield/CHANGELOG.md +++ b/gems/aws-sdk-shield/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.54.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.53.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-shield/VERSION b/gems/aws-sdk-shield/VERSION index 3f4830156cb..b7921ae87bc 100644 --- a/gems/aws-sdk-shield/VERSION +++ b/gems/aws-sdk-shield/VERSION @@ -1 +1 @@ -1.53.0 +1.54.0 diff --git a/gems/aws-sdk-shield/aws-sdk-shield.gemspec b/gems/aws-sdk-shield/aws-sdk-shield.gemspec index ca87d636871..554ac878c7f 100644 --- a/gems/aws-sdk-shield/aws-sdk-shield.gemspec +++ b/gems/aws-sdk-shield/aws-sdk-shield.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-shield/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-shield/lib/aws-sdk-shield.rb b/gems/aws-sdk-shield/lib/aws-sdk-shield.rb index 94254fe8c79..cbeffcc4c40 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.53.0' + GEM_VERSION = '1.54.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 d1f7461cd3d..753c128e1d9 100644 --- a/gems/aws-sdk-shield/lib/aws-sdk-shield/client.rb +++ b/gems/aws-sdk-shield/lib/aws-sdk-shield/client.rb @@ -1913,7 +1913,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-shield' - 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-signer/CHANGELOG.md b/gems/aws-sdk-signer/CHANGELOG.md index 3a1298d9065..cad69fc1250 100644 --- a/gems/aws-sdk-signer/CHANGELOG.md +++ b/gems/aws-sdk-signer/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.44.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.43.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-signer/VERSION b/gems/aws-sdk-signer/VERSION index b978278f05f..372cf402c73 100644 --- a/gems/aws-sdk-signer/VERSION +++ b/gems/aws-sdk-signer/VERSION @@ -1 +1 @@ -1.43.0 +1.44.0 diff --git a/gems/aws-sdk-signer/aws-sdk-signer.gemspec b/gems/aws-sdk-signer/aws-sdk-signer.gemspec index 3b9487e85c1..001a0d50d63 100644 --- a/gems/aws-sdk-signer/aws-sdk-signer.gemspec +++ b/gems/aws-sdk-signer/aws-sdk-signer.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-signer/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-signer/lib/aws-sdk-signer.rb b/gems/aws-sdk-signer/lib/aws-sdk-signer.rb index df2b1155856..9301bbd34e9 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.43.0' + GEM_VERSION = '1.44.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 ad7435da8b6..db531731986 100644 --- a/gems/aws-sdk-signer/lib/aws-sdk-signer/client.rb +++ b/gems/aws-sdk-signer/lib/aws-sdk-signer/client.rb @@ -1402,7 +1402,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-signer' - 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-simpledb/CHANGELOG.md b/gems/aws-sdk-simpledb/CHANGELOG.md index c5833321b4c..a9e2d8203cc 100644 --- a/gems/aws-sdk-simpledb/CHANGELOG.md +++ b/gems/aws-sdk-simpledb/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.38.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.37.0 (2023-05-31) ------------------ diff --git a/gems/aws-sdk-simpledb/VERSION b/gems/aws-sdk-simpledb/VERSION index bf50e910e62..ebeef2f2d61 100644 --- a/gems/aws-sdk-simpledb/VERSION +++ b/gems/aws-sdk-simpledb/VERSION @@ -1 +1 @@ -1.37.0 +1.38.0 diff --git a/gems/aws-sdk-simpledb/aws-sdk-simpledb.gemspec b/gems/aws-sdk-simpledb/aws-sdk-simpledb.gemspec index 77c9110e547..55a6afa884c 100644 --- a/gems/aws-sdk-simpledb/aws-sdk-simpledb.gemspec +++ b/gems/aws-sdk-simpledb/aws-sdk-simpledb.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-simpledb/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv2', '~> 1.0') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-simpledb/lib/aws-sdk-simpledb.rb b/gems/aws-sdk-simpledb/lib/aws-sdk-simpledb.rb index 911593e3b47..6cf6462dacc 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.37.0' + GEM_VERSION = '1.38.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 c2d3f6171fd..5a8df3ad599 100644 --- a/gems/aws-sdk-simpledb/lib/aws-sdk-simpledb/client.rb +++ b/gems/aws-sdk-simpledb/lib/aws-sdk-simpledb/client.rb @@ -887,7 +887,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-simpledb' - 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-simspaceweaver/CHANGELOG.md b/gems/aws-sdk-simspaceweaver/CHANGELOG.md index 4e013e0b76c..9f367d35fc3 100644 --- a/gems/aws-sdk-simspaceweaver/CHANGELOG.md +++ b/gems/aws-sdk-simspaceweaver/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.6.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.5.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-simspaceweaver/VERSION b/gems/aws-sdk-simspaceweaver/VERSION index bc80560fad6..dc1e644a101 100644 --- a/gems/aws-sdk-simspaceweaver/VERSION +++ b/gems/aws-sdk-simspaceweaver/VERSION @@ -1 +1 @@ -1.5.0 +1.6.0 diff --git a/gems/aws-sdk-simspaceweaver/aws-sdk-simspaceweaver.gemspec b/gems/aws-sdk-simspaceweaver/aws-sdk-simspaceweaver.gemspec index 47a4dfcad21..bea713fe598 100644 --- a/gems/aws-sdk-simspaceweaver/aws-sdk-simspaceweaver.gemspec +++ b/gems/aws-sdk-simspaceweaver/aws-sdk-simspaceweaver.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-simspaceweaver/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-simspaceweaver/lib/aws-sdk-simspaceweaver.rb b/gems/aws-sdk-simspaceweaver/lib/aws-sdk-simspaceweaver.rb index 9eea51f060f..293b3907019 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.5.0' + GEM_VERSION = '1.6.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 98fc9d155b3..29ed967324b 100644 --- a/gems/aws-sdk-simspaceweaver/lib/aws-sdk-simspaceweaver/client.rb +++ b/gems/aws-sdk-simspaceweaver/lib/aws-sdk-simspaceweaver/client.rb @@ -1137,7 +1137,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-simspaceweaver' - context[:gem_version] = '1.5.0' + context[:gem_version] = '1.6.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 142bd7f1460..8adc19dbf76 100644 --- a/gems/aws-sdk-sms/CHANGELOG.md +++ b/gems/aws-sdk-sms/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.46.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.45.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-sms/VERSION b/gems/aws-sdk-sms/VERSION index 50aceaa7b71..0a3db35b241 100644 --- a/gems/aws-sdk-sms/VERSION +++ b/gems/aws-sdk-sms/VERSION @@ -1 +1 @@ -1.45.0 +1.46.0 diff --git a/gems/aws-sdk-sms/aws-sdk-sms.gemspec b/gems/aws-sdk-sms/aws-sdk-sms.gemspec index de1f2c87324..fb87c8a966f 100644 --- a/gems/aws-sdk-sms/aws-sdk-sms.gemspec +++ b/gems/aws-sdk-sms/aws-sdk-sms.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-sms/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-sms/lib/aws-sdk-sms.rb b/gems/aws-sdk-sms/lib/aws-sdk-sms.rb index 506809e10e4..fadd64c331f 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.45.0' + GEM_VERSION = '1.46.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 a3ee99638f1..d311c0b6b8a 100644 --- a/gems/aws-sdk-sms/lib/aws-sdk-sms/client.rb +++ b/gems/aws-sdk-sms/lib/aws-sdk-sms/client.rb @@ -2094,7 +2094,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-sms' - 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-snowball/CHANGELOG.md b/gems/aws-sdk-snowball/CHANGELOG.md index 244fc8cc549..513dc94d584 100644 --- a/gems/aws-sdk-snowball/CHANGELOG.md +++ b/gems/aws-sdk-snowball/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.57.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.56.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-snowball/VERSION b/gems/aws-sdk-snowball/VERSION index 3ebf789f5a8..373aea97570 100644 --- a/gems/aws-sdk-snowball/VERSION +++ b/gems/aws-sdk-snowball/VERSION @@ -1 +1 @@ -1.56.0 +1.57.0 diff --git a/gems/aws-sdk-snowball/aws-sdk-snowball.gemspec b/gems/aws-sdk-snowball/aws-sdk-snowball.gemspec index 5761790b0fb..ca753fe52e8 100644 --- a/gems/aws-sdk-snowball/aws-sdk-snowball.gemspec +++ b/gems/aws-sdk-snowball/aws-sdk-snowball.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-snowball/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-snowball/lib/aws-sdk-snowball.rb b/gems/aws-sdk-snowball/lib/aws-sdk-snowball.rb index 9f10303cf12..2a48f262c10 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.56.0' + GEM_VERSION = '1.57.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 b11ec627233..b3d1d79eb18 100644 --- a/gems/aws-sdk-snowball/lib/aws-sdk-snowball/client.rb +++ b/gems/aws-sdk-snowball/lib/aws-sdk-snowball/client.rb @@ -2734,7 +2734,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-snowball' - 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-snowdevicemanagement/CHANGELOG.md b/gems/aws-sdk-snowdevicemanagement/CHANGELOG.md index 7685c948463..b5ca7248e3d 100644 --- a/gems/aws-sdk-snowdevicemanagement/CHANGELOG.md +++ b/gems/aws-sdk-snowdevicemanagement/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.12.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.11.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-snowdevicemanagement/VERSION b/gems/aws-sdk-snowdevicemanagement/VERSION index 1cac385c6cb..0eed1a29efd 100644 --- a/gems/aws-sdk-snowdevicemanagement/VERSION +++ b/gems/aws-sdk-snowdevicemanagement/VERSION @@ -1 +1 @@ -1.11.0 +1.12.0 diff --git a/gems/aws-sdk-snowdevicemanagement/aws-sdk-snowdevicemanagement.gemspec b/gems/aws-sdk-snowdevicemanagement/aws-sdk-snowdevicemanagement.gemspec index 95431aaeb95..9d0ac1f3bfb 100644 --- a/gems/aws-sdk-snowdevicemanagement/aws-sdk-snowdevicemanagement.gemspec +++ b/gems/aws-sdk-snowdevicemanagement/aws-sdk-snowdevicemanagement.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-snowdevicemanagement/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-snowdevicemanagement/lib/aws-sdk-snowdevicemanagement.rb b/gems/aws-sdk-snowdevicemanagement/lib/aws-sdk-snowdevicemanagement.rb index aeff65b5539..7313e519fb0 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.11.0' + GEM_VERSION = '1.12.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 b28bd192bcc..b77a48c31fb 100644 --- a/gems/aws-sdk-snowdevicemanagement/lib/aws-sdk-snowdevicemanagement/client.rb +++ b/gems/aws-sdk-snowdevicemanagement/lib/aws-sdk-snowdevicemanagement/client.rb @@ -970,7 +970,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-snowdevicemanagement' - 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-sns/CHANGELOG.md b/gems/aws-sdk-sns/CHANGELOG.md index 17405ef8845..953ee3916ef 100644 --- a/gems/aws-sdk-sns/CHANGELOG.md +++ b/gems/aws-sdk-sns/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.63.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.62.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-sns/VERSION b/gems/aws-sdk-sns/VERSION index 76d05362056..af92bdd9f58 100644 --- a/gems/aws-sdk-sns/VERSION +++ b/gems/aws-sdk-sns/VERSION @@ -1 +1 @@ -1.62.0 +1.63.0 diff --git a/gems/aws-sdk-sns/aws-sdk-sns.gemspec b/gems/aws-sdk-sns/aws-sdk-sns.gemspec index 8fbc1f0c21c..0d5003d9001 100644 --- a/gems/aws-sdk-sns/aws-sdk-sns.gemspec +++ b/gems/aws-sdk-sns/aws-sdk-sns.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-sns/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-sns/lib/aws-sdk-sns.rb b/gems/aws-sdk-sns/lib/aws-sdk-sns.rb index 65247df5482..1bcca582609 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.62.0' + GEM_VERSION = '1.63.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 ee93690fc58..d2afb9d3afe 100644 --- a/gems/aws-sdk-sns/lib/aws-sdk-sns/client.rb +++ b/gems/aws-sdk-sns/lib/aws-sdk-sns/client.rb @@ -2874,7 +2874,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-sns' - 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-sqs/CHANGELOG.md b/gems/aws-sdk-sqs/CHANGELOG.md index 268ec1d3145..8cd2e8c2279 100644 --- a/gems/aws-sdk-sqs/CHANGELOG.md +++ b/gems/aws-sdk-sqs/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.59.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.58.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-sqs/VERSION b/gems/aws-sdk-sqs/VERSION index 79f82f6b8e0..bb120e876c6 100644 --- a/gems/aws-sdk-sqs/VERSION +++ b/gems/aws-sdk-sqs/VERSION @@ -1 +1 @@ -1.58.0 +1.59.0 diff --git a/gems/aws-sdk-sqs/aws-sdk-sqs.gemspec b/gems/aws-sdk-sqs/aws-sdk-sqs.gemspec index e5ae9ad757f..dc1d27dc5c5 100644 --- a/gems/aws-sdk-sqs/aws-sdk-sqs.gemspec +++ b/gems/aws-sdk-sqs/aws-sdk-sqs.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-sqs/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-sqs/lib/aws-sdk-sqs.rb b/gems/aws-sdk-sqs/lib/aws-sdk-sqs.rb index da4c7a8a49c..e9068388236 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.58.0' + GEM_VERSION = '1.59.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 c1ac4e1961b..50683c809b7 100644 --- a/gems/aws-sdk-sqs/lib/aws-sdk-sqs/client.rb +++ b/gems/aws-sdk-sqs/lib/aws-sdk-sqs/client.rb @@ -2729,7 +2729,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-sqs' - 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-ssm/CHANGELOG.md b/gems/aws-sdk-ssm/CHANGELOG.md index bd46ea28309..552335973a4 100644 --- a/gems/aws-sdk-ssm/CHANGELOG.md +++ b/gems/aws-sdk-ssm/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.154.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.153.0 (2023-06-27) ------------------ diff --git a/gems/aws-sdk-ssm/VERSION b/gems/aws-sdk-ssm/VERSION index c9650a8f200..8cba649205e 100644 --- a/gems/aws-sdk-ssm/VERSION +++ b/gems/aws-sdk-ssm/VERSION @@ -1 +1 @@ -1.153.0 +1.154.0 diff --git a/gems/aws-sdk-ssm/aws-sdk-ssm.gemspec b/gems/aws-sdk-ssm/aws-sdk-ssm.gemspec index a1b7d513394..d33e56da5a3 100644 --- a/gems/aws-sdk-ssm/aws-sdk-ssm.gemspec +++ b/gems/aws-sdk-ssm/aws-sdk-ssm.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-ssm/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-ssm/lib/aws-sdk-ssm.rb b/gems/aws-sdk-ssm/lib/aws-sdk-ssm.rb index 9e4f5ce26fc..0bab738d2e9 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.153.0' + GEM_VERSION = '1.154.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 03ce548464d..cdb29dce768 100644 --- a/gems/aws-sdk-ssm/lib/aws-sdk-ssm/client.rb +++ b/gems/aws-sdk-ssm/lib/aws-sdk-ssm/client.rb @@ -12164,7 +12164,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-ssm' - context[:gem_version] = '1.153.0' + context[:gem_version] = '1.154.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 7ef6df26b2a..0d92d0145bc 100644 --- a/gems/aws-sdk-ssmcontacts/CHANGELOG.md +++ b/gems/aws-sdk-ssmcontacts/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.20.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.19.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-ssmcontacts/VERSION b/gems/aws-sdk-ssmcontacts/VERSION index 815d5ca06d5..39893559155 100644 --- a/gems/aws-sdk-ssmcontacts/VERSION +++ b/gems/aws-sdk-ssmcontacts/VERSION @@ -1 +1 @@ -1.19.0 +1.20.0 diff --git a/gems/aws-sdk-ssmcontacts/aws-sdk-ssmcontacts.gemspec b/gems/aws-sdk-ssmcontacts/aws-sdk-ssmcontacts.gemspec index ba584fa5666..bcea4ebb360 100644 --- a/gems/aws-sdk-ssmcontacts/aws-sdk-ssmcontacts.gemspec +++ b/gems/aws-sdk-ssmcontacts/aws-sdk-ssmcontacts.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-ssmcontacts/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts.rb b/gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts.rb index d25b903f6d5..5cbe35da50a 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.19.0' + GEM_VERSION = '1.20.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 981a2342575..36ee7357e63 100644 --- a/gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/client.rb +++ b/gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/client.rb @@ -2335,7 +2335,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-ssmcontacts' - 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-ssmincidents/CHANGELOG.md b/gems/aws-sdk-ssmincidents/CHANGELOG.md index e221569d2f8..4948ff63f4a 100644 --- a/gems/aws-sdk-ssmincidents/CHANGELOG.md +++ b/gems/aws-sdk-ssmincidents/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.25.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.24.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-ssmincidents/VERSION b/gems/aws-sdk-ssmincidents/VERSION index 53cc1a6f929..ad2191947f7 100644 --- a/gems/aws-sdk-ssmincidents/VERSION +++ b/gems/aws-sdk-ssmincidents/VERSION @@ -1 +1 @@ -1.24.0 +1.25.0 diff --git a/gems/aws-sdk-ssmincidents/aws-sdk-ssmincidents.gemspec b/gems/aws-sdk-ssmincidents/aws-sdk-ssmincidents.gemspec index c33c69fda4d..ea0d8543bdb 100644 --- a/gems/aws-sdk-ssmincidents/aws-sdk-ssmincidents.gemspec +++ b/gems/aws-sdk-ssmincidents/aws-sdk-ssmincidents.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-ssmincidents/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents.rb b/gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents.rb index cad7636c2cf..3d62671d12e 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.24.0' + GEM_VERSION = '1.25.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 4065771e89d..3acb7b51eb9 100644 --- a/gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/client.rb +++ b/gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/client.rb @@ -1964,7 +1964,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-ssmincidents' - 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-ssmsap/CHANGELOG.md b/gems/aws-sdk-ssmsap/CHANGELOG.md index 441832a4c8b..568313da699 100644 --- a/gems/aws-sdk-ssmsap/CHANGELOG.md +++ b/gems/aws-sdk-ssmsap/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.6.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.5.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-ssmsap/VERSION b/gems/aws-sdk-ssmsap/VERSION index bc80560fad6..dc1e644a101 100644 --- a/gems/aws-sdk-ssmsap/VERSION +++ b/gems/aws-sdk-ssmsap/VERSION @@ -1 +1 @@ -1.5.0 +1.6.0 diff --git a/gems/aws-sdk-ssmsap/aws-sdk-ssmsap.gemspec b/gems/aws-sdk-ssmsap/aws-sdk-ssmsap.gemspec index d78f3080cd6..f556707b25d 100644 --- a/gems/aws-sdk-ssmsap/aws-sdk-ssmsap.gemspec +++ b/gems/aws-sdk-ssmsap/aws-sdk-ssmsap.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-ssmsap/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap.rb b/gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap.rb index 5635bbc4765..e304f874ab6 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.5.0' + GEM_VERSION = '1.6.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 12b811274ee..d4f415e646e 100644 --- a/gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/client.rb +++ b/gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/client.rb @@ -1130,7 +1130,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-ssmsap' - context[:gem_version] = '1.5.0' + context[:gem_version] = '1.6.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 26a03e3a388..bd2df2b3006 100644 --- a/gems/aws-sdk-ssoadmin/CHANGELOG.md +++ b/gems/aws-sdk-ssoadmin/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.26.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.25.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-ssoadmin/VERSION b/gems/aws-sdk-ssoadmin/VERSION index ad2191947f7..5ff8c4f5d2a 100644 --- a/gems/aws-sdk-ssoadmin/VERSION +++ b/gems/aws-sdk-ssoadmin/VERSION @@ -1 +1 @@ -1.25.0 +1.26.0 diff --git a/gems/aws-sdk-ssoadmin/aws-sdk-ssoadmin.gemspec b/gems/aws-sdk-ssoadmin/aws-sdk-ssoadmin.gemspec index 556ca100fc9..6ce9415a58a 100644 --- a/gems/aws-sdk-ssoadmin/aws-sdk-ssoadmin.gemspec +++ b/gems/aws-sdk-ssoadmin/aws-sdk-ssoadmin.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-ssoadmin/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin.rb b/gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin.rb index e7235a0e2e3..a18d39a1b2d 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.25.0' + GEM_VERSION = '1.26.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 33eccdc2abe..56497595877 100644 --- a/gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/client.rb +++ b/gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/client.rb @@ -2095,7 +2095,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-ssoadmin' - 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-states/CHANGELOG.md b/gems/aws-sdk-states/CHANGELOG.md index 328f10d2990..4cc34455b29 100644 --- a/gems/aws-sdk-states/CHANGELOG.md +++ b/gems/aws-sdk-states/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.56.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.55.0 (2023-06-22) ------------------ diff --git a/gems/aws-sdk-states/VERSION b/gems/aws-sdk-states/VERSION index 094d6ad00ce..3ebf789f5a8 100644 --- a/gems/aws-sdk-states/VERSION +++ b/gems/aws-sdk-states/VERSION @@ -1 +1 @@ -1.55.0 +1.56.0 diff --git a/gems/aws-sdk-states/aws-sdk-states.gemspec b/gems/aws-sdk-states/aws-sdk-states.gemspec index dc9002d7925..fe298417edf 100644 --- a/gems/aws-sdk-states/aws-sdk-states.gemspec +++ b/gems/aws-sdk-states/aws-sdk-states.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-states/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-states/lib/aws-sdk-states.rb b/gems/aws-sdk-states/lib/aws-sdk-states.rb index beaacae36a5..3920be45b64 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.55.0' + GEM_VERSION = '1.56.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 97a2043795b..ecb2a030c6a 100644 --- a/gems/aws-sdk-states/lib/aws-sdk-states/client.rb +++ b/gems/aws-sdk-states/lib/aws-sdk-states/client.rb @@ -2852,7 +2852,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-states' - 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-storagegateway/CHANGELOG.md b/gems/aws-sdk-storagegateway/CHANGELOG.md index ee8acca63fe..75a9cba15dc 100644 --- a/gems/aws-sdk-storagegateway/CHANGELOG.md +++ b/gems/aws-sdk-storagegateway/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.73.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.72.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-storagegateway/VERSION b/gems/aws-sdk-storagegateway/VERSION index 0834888f558..5e3a4256626 100644 --- a/gems/aws-sdk-storagegateway/VERSION +++ b/gems/aws-sdk-storagegateway/VERSION @@ -1 +1 @@ -1.72.0 +1.73.0 diff --git a/gems/aws-sdk-storagegateway/aws-sdk-storagegateway.gemspec b/gems/aws-sdk-storagegateway/aws-sdk-storagegateway.gemspec index a5e021d32fc..6253129dea8 100644 --- a/gems/aws-sdk-storagegateway/aws-sdk-storagegateway.gemspec +++ b/gems/aws-sdk-storagegateway/aws-sdk-storagegateway.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-storagegateway/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway.rb b/gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway.rb index 94962e82907..62e0d813656 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.72.0' + GEM_VERSION = '1.73.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 f5b33081ac1..3452393bc29 100644 --- a/gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/client.rb +++ b/gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/client.rb @@ -7243,7 +7243,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-storagegateway' - 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-support/CHANGELOG.md b/gems/aws-sdk-support/CHANGELOG.md index 7344123685c..85485c66b5f 100644 --- a/gems/aws-sdk-support/CHANGELOG.md +++ b/gems/aws-sdk-support/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.49.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.48.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-support/VERSION b/gems/aws-sdk-support/VERSION index 9db5ea12f52..7f3a46a841e 100644 --- a/gems/aws-sdk-support/VERSION +++ b/gems/aws-sdk-support/VERSION @@ -1 +1 @@ -1.48.0 +1.49.0 diff --git a/gems/aws-sdk-support/aws-sdk-support.gemspec b/gems/aws-sdk-support/aws-sdk-support.gemspec index ef1c274b99b..38868f94b74 100644 --- a/gems/aws-sdk-support/aws-sdk-support.gemspec +++ b/gems/aws-sdk-support/aws-sdk-support.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-support/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-support/lib/aws-sdk-support.rb b/gems/aws-sdk-support/lib/aws-sdk-support.rb index 85abafc26d7..ceb80424d22 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.48.0' + GEM_VERSION = '1.49.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 e6709178dd3..31da8b8cd2b 100644 --- a/gems/aws-sdk-support/lib/aws-sdk-support/client.rb +++ b/gems/aws-sdk-support/lib/aws-sdk-support/client.rb @@ -1651,7 +1651,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-support' - 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-supportapp/CHANGELOG.md b/gems/aws-sdk-supportapp/CHANGELOG.md index 533f9f1a5b3..8e4cb87356b 100644 --- a/gems/aws-sdk-supportapp/CHANGELOG.md +++ b/gems/aws-sdk-supportapp/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.7.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.6.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-supportapp/VERSION b/gems/aws-sdk-supportapp/VERSION index dc1e644a101..bd8bf882d06 100644 --- a/gems/aws-sdk-supportapp/VERSION +++ b/gems/aws-sdk-supportapp/VERSION @@ -1 +1 @@ -1.6.0 +1.7.0 diff --git a/gems/aws-sdk-supportapp/aws-sdk-supportapp.gemspec b/gems/aws-sdk-supportapp/aws-sdk-supportapp.gemspec index 02da03f04aa..1b38bd57fc2 100644 --- a/gems/aws-sdk-supportapp/aws-sdk-supportapp.gemspec +++ b/gems/aws-sdk-supportapp/aws-sdk-supportapp.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-supportapp/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-supportapp/lib/aws-sdk-supportapp.rb b/gems/aws-sdk-supportapp/lib/aws-sdk-supportapp.rb index 02460914d99..37372f9ebf8 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.6.0' + GEM_VERSION = '1.7.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 ba0e8f0e068..9f276e61e1e 100644 --- a/gems/aws-sdk-supportapp/lib/aws-sdk-supportapp/client.rb +++ b/gems/aws-sdk-supportapp/lib/aws-sdk-supportapp/client.rb @@ -875,7 +875,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-supportapp' - 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-swf/CHANGELOG.md b/gems/aws-sdk-swf/CHANGELOG.md index 6633075c8a0..febe747cbf4 100644 --- a/gems/aws-sdk-swf/CHANGELOG.md +++ b/gems/aws-sdk-swf/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.43.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.42.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-swf/VERSION b/gems/aws-sdk-swf/VERSION index a50908ca3da..b978278f05f 100644 --- a/gems/aws-sdk-swf/VERSION +++ b/gems/aws-sdk-swf/VERSION @@ -1 +1 @@ -1.42.0 +1.43.0 diff --git a/gems/aws-sdk-swf/aws-sdk-swf.gemspec b/gems/aws-sdk-swf/aws-sdk-swf.gemspec index d36069b0af7..024750530e3 100644 --- a/gems/aws-sdk-swf/aws-sdk-swf.gemspec +++ b/gems/aws-sdk-swf/aws-sdk-swf.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-swf/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-swf/lib/aws-sdk-swf.rb b/gems/aws-sdk-swf/lib/aws-sdk-swf.rb index 8784fee0dbf..29d1549593e 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.42.0' + GEM_VERSION = '1.43.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 12e840ff462..4499aba517c 100644 --- a/gems/aws-sdk-swf/lib/aws-sdk-swf/client.rb +++ b/gems/aws-sdk-swf/lib/aws-sdk-swf/client.rb @@ -4338,7 +4338,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-swf' - 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-synthetics/CHANGELOG.md b/gems/aws-sdk-synthetics/CHANGELOG.md index 2bb068a15e3..c05ec226069 100644 --- a/gems/aws-sdk-synthetics/CHANGELOG.md +++ b/gems/aws-sdk-synthetics/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.33.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.32.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-synthetics/VERSION b/gems/aws-sdk-synthetics/VERSION index 359c41089a4..7aa332e4163 100644 --- a/gems/aws-sdk-synthetics/VERSION +++ b/gems/aws-sdk-synthetics/VERSION @@ -1 +1 @@ -1.32.0 +1.33.0 diff --git a/gems/aws-sdk-synthetics/aws-sdk-synthetics.gemspec b/gems/aws-sdk-synthetics/aws-sdk-synthetics.gemspec index ae1acf53060..50143771478 100644 --- a/gems/aws-sdk-synthetics/aws-sdk-synthetics.gemspec +++ b/gems/aws-sdk-synthetics/aws-sdk-synthetics.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-synthetics/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-synthetics/lib/aws-sdk-synthetics.rb b/gems/aws-sdk-synthetics/lib/aws-sdk-synthetics.rb index abb90e08b40..cbdd2b7bc22 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.32.0' + GEM_VERSION = '1.33.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 4a6ba769dde..7de94676285 100644 --- a/gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/client.rb +++ b/gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/client.rb @@ -1715,7 +1715,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-synthetics' - 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-textract/CHANGELOG.md b/gems/aws-sdk-textract/CHANGELOG.md index 20f7561d7ce..dff7122f104 100644 --- a/gems/aws-sdk-textract/CHANGELOG.md +++ b/gems/aws-sdk-textract/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.48.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.47.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-textract/VERSION b/gems/aws-sdk-textract/VERSION index 21998d3c2d9..9db5ea12f52 100644 --- a/gems/aws-sdk-textract/VERSION +++ b/gems/aws-sdk-textract/VERSION @@ -1 +1 @@ -1.47.0 +1.48.0 diff --git a/gems/aws-sdk-textract/aws-sdk-textract.gemspec b/gems/aws-sdk-textract/aws-sdk-textract.gemspec index b07d1d0fc08..b958b3ab65c 100644 --- a/gems/aws-sdk-textract/aws-sdk-textract.gemspec +++ b/gems/aws-sdk-textract/aws-sdk-textract.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-textract/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-textract/lib/aws-sdk-textract.rb b/gems/aws-sdk-textract/lib/aws-sdk-textract.rb index 5ac149f8a3a..cda66f7783f 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.47.0' + GEM_VERSION = '1.48.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 98096cddacf..e23a01b9380 100644 --- a/gems/aws-sdk-textract/lib/aws-sdk-textract/client.rb +++ b/gems/aws-sdk-textract/lib/aws-sdk-textract/client.rb @@ -2110,7 +2110,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-textract' - 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-timestreamquery/CHANGELOG.md b/gems/aws-sdk-timestreamquery/CHANGELOG.md index b155c7281dd..0761e513a8a 100644 --- a/gems/aws-sdk-timestreamquery/CHANGELOG.md +++ b/gems/aws-sdk-timestreamquery/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.21.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.20.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-timestreamquery/VERSION b/gems/aws-sdk-timestreamquery/VERSION index 39893559155..3500250a4b0 100644 --- a/gems/aws-sdk-timestreamquery/VERSION +++ b/gems/aws-sdk-timestreamquery/VERSION @@ -1 +1 @@ -1.20.0 +1.21.0 diff --git a/gems/aws-sdk-timestreamquery/aws-sdk-timestreamquery.gemspec b/gems/aws-sdk-timestreamquery/aws-sdk-timestreamquery.gemspec index 43a06151ca1..d0c1a1459f4 100644 --- a/gems/aws-sdk-timestreamquery/aws-sdk-timestreamquery.gemspec +++ b/gems/aws-sdk-timestreamquery/aws-sdk-timestreamquery.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-timestreamquery/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-timestreamquery/lib/aws-sdk-timestreamquery.rb b/gems/aws-sdk-timestreamquery/lib/aws-sdk-timestreamquery.rb index 561bfb69e3e..2d9350b5bb9 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.20.0' + GEM_VERSION = '1.21.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 3e3eebe2f0a..5de72a2f571 100644 --- a/gems/aws-sdk-timestreamquery/lib/aws-sdk-timestreamquery/client.rb +++ b/gems/aws-sdk-timestreamquery/lib/aws-sdk-timestreamquery/client.rb @@ -1183,7 +1183,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-timestreamquery' - 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-timestreamwrite/CHANGELOG.md b/gems/aws-sdk-timestreamwrite/CHANGELOG.md index 8c5812ba367..7dc8b9e7345 100644 --- a/gems/aws-sdk-timestreamwrite/CHANGELOG.md +++ b/gems/aws-sdk-timestreamwrite/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.21.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.20.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-timestreamwrite/VERSION b/gems/aws-sdk-timestreamwrite/VERSION index 39893559155..3500250a4b0 100644 --- a/gems/aws-sdk-timestreamwrite/VERSION +++ b/gems/aws-sdk-timestreamwrite/VERSION @@ -1 +1 @@ -1.20.0 +1.21.0 diff --git a/gems/aws-sdk-timestreamwrite/aws-sdk-timestreamwrite.gemspec b/gems/aws-sdk-timestreamwrite/aws-sdk-timestreamwrite.gemspec index 0a6da3e0130..9f2c7d75cce 100644 --- a/gems/aws-sdk-timestreamwrite/aws-sdk-timestreamwrite.gemspec +++ b/gems/aws-sdk-timestreamwrite/aws-sdk-timestreamwrite.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-timestreamwrite/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-timestreamwrite/lib/aws-sdk-timestreamwrite.rb b/gems/aws-sdk-timestreamwrite/lib/aws-sdk-timestreamwrite.rb index 8bdd4abc8c5..161727d466d 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.20.0' + GEM_VERSION = '1.21.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 ca53cb70b90..6098ea10818 100644 --- a/gems/aws-sdk-timestreamwrite/lib/aws-sdk-timestreamwrite/client.rb +++ b/gems/aws-sdk-timestreamwrite/lib/aws-sdk-timestreamwrite/client.rb @@ -1579,7 +1579,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-timestreamwrite' - 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-tnb/CHANGELOG.md b/gems/aws-sdk-tnb/CHANGELOG.md index 84b6ca337b4..54033a571d4 100644 --- a/gems/aws-sdk-tnb/CHANGELOG.md +++ b/gems/aws-sdk-tnb/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.4.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.3.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-tnb/VERSION b/gems/aws-sdk-tnb/VERSION index f0bb29e7638..88c5fb891dc 100644 --- a/gems/aws-sdk-tnb/VERSION +++ b/gems/aws-sdk-tnb/VERSION @@ -1 +1 @@ -1.3.0 +1.4.0 diff --git a/gems/aws-sdk-tnb/aws-sdk-tnb.gemspec b/gems/aws-sdk-tnb/aws-sdk-tnb.gemspec index 0005df7ff84..7a826dab729 100644 --- a/gems/aws-sdk-tnb/aws-sdk-tnb.gemspec +++ b/gems/aws-sdk-tnb/aws-sdk-tnb.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-tnb/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-tnb/lib/aws-sdk-tnb.rb b/gems/aws-sdk-tnb/lib/aws-sdk-tnb.rb index 6a750e298d5..f3ccb4c38c7 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.3.0' + GEM_VERSION = '1.4.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 f3a05ad708e..8695a1adb44 100644 --- a/gems/aws-sdk-tnb/lib/aws-sdk-tnb/client.rb +++ b/gems/aws-sdk-tnb/lib/aws-sdk-tnb/client.rb @@ -1992,7 +1992,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-tnb' - context[:gem_version] = '1.3.0' + context[:gem_version] = '1.4.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 6db125aa4ae..98c55a829d1 100644 --- a/gems/aws-sdk-transcribeservice/CHANGELOG.md +++ b/gems/aws-sdk-transcribeservice/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.85.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.84.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-transcribeservice/VERSION b/gems/aws-sdk-transcribeservice/VERSION index bd0f9e6c28f..f288d11142d 100644 --- a/gems/aws-sdk-transcribeservice/VERSION +++ b/gems/aws-sdk-transcribeservice/VERSION @@ -1 +1 @@ -1.84.0 +1.85.0 diff --git a/gems/aws-sdk-transcribeservice/aws-sdk-transcribeservice.gemspec b/gems/aws-sdk-transcribeservice/aws-sdk-transcribeservice.gemspec index 267c07455dc..6c88614ec79 100644 --- a/gems/aws-sdk-transcribeservice/aws-sdk-transcribeservice.gemspec +++ b/gems/aws-sdk-transcribeservice/aws-sdk-transcribeservice.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-transcribeservice/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice.rb b/gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice.rb index 2673c6fa175..70b4dab106e 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.84.0' + GEM_VERSION = '1.85.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 f292924ba97..8f05f589c3b 100644 --- a/gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/client.rb +++ b/gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/client.rb @@ -3957,7 +3957,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-transcribeservice' - 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-transcribestreamingservice/CHANGELOG.md b/gems/aws-sdk-transcribestreamingservice/CHANGELOG.md index cc45ba10f50..80301063652 100644 --- a/gems/aws-sdk-transcribestreamingservice/CHANGELOG.md +++ b/gems/aws-sdk-transcribestreamingservice/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.49.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.48.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-transcribestreamingservice/VERSION b/gems/aws-sdk-transcribestreamingservice/VERSION index 9db5ea12f52..7f3a46a841e 100644 --- a/gems/aws-sdk-transcribestreamingservice/VERSION +++ b/gems/aws-sdk-transcribestreamingservice/VERSION @@ -1 +1 @@ -1.48.0 +1.49.0 diff --git a/gems/aws-sdk-transcribestreamingservice/aws-sdk-transcribestreamingservice.gemspec b/gems/aws-sdk-transcribestreamingservice/aws-sdk-transcribestreamingservice.gemspec index a4c0a2f421a..ec773f75b2c 100644 --- a/gems/aws-sdk-transcribestreamingservice/aws-sdk-transcribestreamingservice.gemspec +++ b/gems/aws-sdk-transcribestreamingservice/aws-sdk-transcribestreamingservice.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-transcribestreamingservice/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-transcribestreamingservice/lib/aws-sdk-transcribestreamingservice.rb b/gems/aws-sdk-transcribestreamingservice/lib/aws-sdk-transcribestreamingservice.rb index b86f1aee57e..1d7ac888230 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.48.0' + GEM_VERSION = '1.49.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 cf3a891efb3..076801c9ca3 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 @@ -1632,7 +1632,7 @@ def build_request(operation_name, params = {}) http_response: Seahorse::Client::Http::AsyncResponse.new, config: config) context[:gem_name] = 'aws-sdk-transcribestreamingservice' - 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-transcribestreamingservice/lib/aws-sdk-transcribestreamingservice/client.rb b/gems/aws-sdk-transcribestreamingservice/lib/aws-sdk-transcribestreamingservice/client.rb index 562a1279841..f85eee0f94f 100644 --- a/gems/aws-sdk-transcribestreamingservice/lib/aws-sdk-transcribestreamingservice/client.rb +++ b/gems/aws-sdk-transcribestreamingservice/lib/aws-sdk-transcribestreamingservice/client.rb @@ -397,7 +397,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-transcribestreamingservice' - 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-transfer/CHANGELOG.md b/gems/aws-sdk-transfer/CHANGELOG.md index 85ed13b64a4..2c7d340230d 100644 --- a/gems/aws-sdk-transfer/CHANGELOG.md +++ b/gems/aws-sdk-transfer/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.72.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.71.0 (2023-06-21) ------------------ diff --git a/gems/aws-sdk-transfer/VERSION b/gems/aws-sdk-transfer/VERSION index df484cbb1d9..0834888f558 100644 --- a/gems/aws-sdk-transfer/VERSION +++ b/gems/aws-sdk-transfer/VERSION @@ -1 +1 @@ -1.71.0 +1.72.0 diff --git a/gems/aws-sdk-transfer/aws-sdk-transfer.gemspec b/gems/aws-sdk-transfer/aws-sdk-transfer.gemspec index 65239109812..47eb41f03ab 100644 --- a/gems/aws-sdk-transfer/aws-sdk-transfer.gemspec +++ b/gems/aws-sdk-transfer/aws-sdk-transfer.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-transfer/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-transfer/lib/aws-sdk-transfer.rb b/gems/aws-sdk-transfer/lib/aws-sdk-transfer.rb index a3f6054e9d4..0452529e1b3 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.71.0' + GEM_VERSION = '1.72.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 31de9233f12..b0025aeab3f 100644 --- a/gems/aws-sdk-transfer/lib/aws-sdk-transfer/client.rb +++ b/gems/aws-sdk-transfer/lib/aws-sdk-transfer/client.rb @@ -4379,7 +4379,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-transfer' - 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-translate/CHANGELOG.md b/gems/aws-sdk-translate/CHANGELOG.md index c7e8d1f8709..ba3e2423f46 100644 --- a/gems/aws-sdk-translate/CHANGELOG.md +++ b/gems/aws-sdk-translate/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.54.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.53.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-translate/VERSION b/gems/aws-sdk-translate/VERSION index 3f4830156cb..b7921ae87bc 100644 --- a/gems/aws-sdk-translate/VERSION +++ b/gems/aws-sdk-translate/VERSION @@ -1 +1 @@ -1.53.0 +1.54.0 diff --git a/gems/aws-sdk-translate/aws-sdk-translate.gemspec b/gems/aws-sdk-translate/aws-sdk-translate.gemspec index ccdbe831265..82354e487e6 100644 --- a/gems/aws-sdk-translate/aws-sdk-translate.gemspec +++ b/gems/aws-sdk-translate/aws-sdk-translate.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-translate/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-translate/lib/aws-sdk-translate.rb b/gems/aws-sdk-translate/lib/aws-sdk-translate.rb index 8a351a35242..f1b5ac5124f 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.53.0' + GEM_VERSION = '1.54.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 33a19dc9da7..99185c26ce3 100644 --- a/gems/aws-sdk-translate/lib/aws-sdk-translate/client.rb +++ b/gems/aws-sdk-translate/lib/aws-sdk-translate/client.rb @@ -1607,7 +1607,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-translate' - 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-verifiedpermissions/CHANGELOG.md b/gems/aws-sdk-verifiedpermissions/CHANGELOG.md index d089810e33e..19b33ce0e4f 100644 --- a/gems/aws-sdk-verifiedpermissions/CHANGELOG.md +++ b/gems/aws-sdk-verifiedpermissions/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.4.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.3.0 (2023-06-27) ------------------ diff --git a/gems/aws-sdk-verifiedpermissions/VERSION b/gems/aws-sdk-verifiedpermissions/VERSION index f0bb29e7638..88c5fb891dc 100644 --- a/gems/aws-sdk-verifiedpermissions/VERSION +++ b/gems/aws-sdk-verifiedpermissions/VERSION @@ -1 +1 @@ -1.3.0 +1.4.0 diff --git a/gems/aws-sdk-verifiedpermissions/aws-sdk-verifiedpermissions.gemspec b/gems/aws-sdk-verifiedpermissions/aws-sdk-verifiedpermissions.gemspec index 8a810c3be17..0aac9bd94c7 100644 --- a/gems/aws-sdk-verifiedpermissions/aws-sdk-verifiedpermissions.gemspec +++ b/gems/aws-sdk-verifiedpermissions/aws-sdk-verifiedpermissions.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-verifiedpermissions/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions.rb b/gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions.rb index c72ca439311..04202f5860b 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.3.0' + GEM_VERSION = '1.4.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 4dd4c4f9c42..6a8bf57ca73 100644 --- a/gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/client.rb +++ b/gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/client.rb @@ -1936,7 +1936,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-verifiedpermissions' - context[:gem_version] = '1.3.0' + context[:gem_version] = '1.4.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 a5b56fd15b9..ee67d3f9acb 100644 --- a/gems/aws-sdk-voiceid/CHANGELOG.md +++ b/gems/aws-sdk-voiceid/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.15.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.14.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-voiceid/VERSION b/gems/aws-sdk-voiceid/VERSION index 850e742404b..141f2e805be 100644 --- a/gems/aws-sdk-voiceid/VERSION +++ b/gems/aws-sdk-voiceid/VERSION @@ -1 +1 @@ -1.14.0 +1.15.0 diff --git a/gems/aws-sdk-voiceid/aws-sdk-voiceid.gemspec b/gems/aws-sdk-voiceid/aws-sdk-voiceid.gemspec index 5bc9f39751f..d29f7c2afea 100644 --- a/gems/aws-sdk-voiceid/aws-sdk-voiceid.gemspec +++ b/gems/aws-sdk-voiceid/aws-sdk-voiceid.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-voiceid/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-voiceid/lib/aws-sdk-voiceid.rb b/gems/aws-sdk-voiceid/lib/aws-sdk-voiceid.rb index ba571d6aaa1..9af68f4af16 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.14.0' + GEM_VERSION = '1.15.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 fa9363ca6ef..31f12a053d4 100644 --- a/gems/aws-sdk-voiceid/lib/aws-sdk-voiceid/client.rb +++ b/gems/aws-sdk-voiceid/lib/aws-sdk-voiceid/client.rb @@ -1825,7 +1825,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-voiceid' - context[:gem_version] = '1.14.0' + context[:gem_version] = '1.15.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 a37b37b2b77..958c5b39e58 100644 --- a/gems/aws-sdk-vpclattice/CHANGELOG.md +++ b/gems/aws-sdk-vpclattice/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.4.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.3.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-vpclattice/VERSION b/gems/aws-sdk-vpclattice/VERSION index f0bb29e7638..88c5fb891dc 100644 --- a/gems/aws-sdk-vpclattice/VERSION +++ b/gems/aws-sdk-vpclattice/VERSION @@ -1 +1 @@ -1.3.0 +1.4.0 diff --git a/gems/aws-sdk-vpclattice/aws-sdk-vpclattice.gemspec b/gems/aws-sdk-vpclattice/aws-sdk-vpclattice.gemspec index d6aae04ee68..96749721952 100644 --- a/gems/aws-sdk-vpclattice/aws-sdk-vpclattice.gemspec +++ b/gems/aws-sdk-vpclattice/aws-sdk-vpclattice.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-vpclattice/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice.rb b/gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice.rb index f01a841a41d..dc33b848cca 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.3.0' + GEM_VERSION = '1.4.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 1c7726c1b69..4be44461b08 100644 --- a/gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/client.rb +++ b/gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/client.rb @@ -3192,7 +3192,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-vpclattice' - context[:gem_version] = '1.3.0' + context[:gem_version] = '1.4.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 c1e227c61b0..80fc456b626 100644 --- a/gems/aws-sdk-waf/CHANGELOG.md +++ b/gems/aws-sdk-waf/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.52.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.51.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-waf/VERSION b/gems/aws-sdk-waf/VERSION index ba0a719118c..a63cb35e6f0 100644 --- a/gems/aws-sdk-waf/VERSION +++ b/gems/aws-sdk-waf/VERSION @@ -1 +1 @@ -1.51.0 +1.52.0 diff --git a/gems/aws-sdk-waf/aws-sdk-waf.gemspec b/gems/aws-sdk-waf/aws-sdk-waf.gemspec index d90257acae8..c9f552f0dd8 100644 --- a/gems/aws-sdk-waf/aws-sdk-waf.gemspec +++ b/gems/aws-sdk-waf/aws-sdk-waf.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-waf/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-waf/lib/aws-sdk-waf.rb b/gems/aws-sdk-waf/lib/aws-sdk-waf.rb index 83dc4685121..6f0e1eb2861 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.51.0' + GEM_VERSION = '1.52.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 fc2d93b85d2..aec51bbcd97 100644 --- a/gems/aws-sdk-waf/lib/aws-sdk-waf/client.rb +++ b/gems/aws-sdk-waf/lib/aws-sdk-waf/client.rb @@ -6716,7 +6716,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-waf' - 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-wafregional/CHANGELOG.md b/gems/aws-sdk-wafregional/CHANGELOG.md index 4952551abf6..11633f5212c 100644 --- a/gems/aws-sdk-wafregional/CHANGELOG.md +++ b/gems/aws-sdk-wafregional/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.53.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.52.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-wafregional/VERSION b/gems/aws-sdk-wafregional/VERSION index a63cb35e6f0..3f4830156cb 100644 --- a/gems/aws-sdk-wafregional/VERSION +++ b/gems/aws-sdk-wafregional/VERSION @@ -1 +1 @@ -1.52.0 +1.53.0 diff --git a/gems/aws-sdk-wafregional/aws-sdk-wafregional.gemspec b/gems/aws-sdk-wafregional/aws-sdk-wafregional.gemspec index ec44a9c5e11..2ad5f2a1133 100644 --- a/gems/aws-sdk-wafregional/aws-sdk-wafregional.gemspec +++ b/gems/aws-sdk-wafregional/aws-sdk-wafregional.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-wafregional/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-wafregional/lib/aws-sdk-wafregional.rb b/gems/aws-sdk-wafregional/lib/aws-sdk-wafregional.rb index 69747613b2b..4e823fea7aa 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.52.0' + GEM_VERSION = '1.53.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 23566d7611a..69b67307614 100644 --- a/gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/client.rb +++ b/gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/client.rb @@ -6919,7 +6919,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-wafregional' - 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-wafv2/CHANGELOG.md b/gems/aws-sdk-wafv2/CHANGELOG.md index 7713b7ecb5a..2b225b37610 100644 --- a/gems/aws-sdk-wafv2/CHANGELOG.md +++ b/gems/aws-sdk-wafv2/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.64.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.63.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-wafv2/VERSION b/gems/aws-sdk-wafv2/VERSION index af92bdd9f58..9405730420f 100644 --- a/gems/aws-sdk-wafv2/VERSION +++ b/gems/aws-sdk-wafv2/VERSION @@ -1 +1 @@ -1.63.0 +1.64.0 diff --git a/gems/aws-sdk-wafv2/aws-sdk-wafv2.gemspec b/gems/aws-sdk-wafv2/aws-sdk-wafv2.gemspec index 79501f606c9..e1d3f5f4bad 100644 --- a/gems/aws-sdk-wafv2/aws-sdk-wafv2.gemspec +++ b/gems/aws-sdk-wafv2/aws-sdk-wafv2.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-wafv2/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-wafv2/lib/aws-sdk-wafv2.rb b/gems/aws-sdk-wafv2/lib/aws-sdk-wafv2.rb index aebb895776e..46c4e5e37f3 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.63.0' + GEM_VERSION = '1.64.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 1a293923321..8e3cafefe63 100644 --- a/gems/aws-sdk-wafv2/lib/aws-sdk-wafv2/client.rb +++ b/gems/aws-sdk-wafv2/lib/aws-sdk-wafv2/client.rb @@ -8754,7 +8754,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-wafv2' - 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-wellarchitected/CHANGELOG.md b/gems/aws-sdk-wellarchitected/CHANGELOG.md index 457e033841f..c14dbed8971 100644 --- a/gems/aws-sdk-wellarchitected/CHANGELOG.md +++ b/gems/aws-sdk-wellarchitected/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.26.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.25.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-wellarchitected/VERSION b/gems/aws-sdk-wellarchitected/VERSION index ad2191947f7..5ff8c4f5d2a 100644 --- a/gems/aws-sdk-wellarchitected/VERSION +++ b/gems/aws-sdk-wellarchitected/VERSION @@ -1 +1 @@ -1.25.0 +1.26.0 diff --git a/gems/aws-sdk-wellarchitected/aws-sdk-wellarchitected.gemspec b/gems/aws-sdk-wellarchitected/aws-sdk-wellarchitected.gemspec index cd9c6f60934..07ac5c82f25 100644 --- a/gems/aws-sdk-wellarchitected/aws-sdk-wellarchitected.gemspec +++ b/gems/aws-sdk-wellarchitected/aws-sdk-wellarchitected.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-wellarchitected/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected.rb b/gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected.rb index d01bd5e78ef..679a78d8647 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.25.0' + GEM_VERSION = '1.26.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 d0c28366d00..7bfca345847 100644 --- a/gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/client.rb +++ b/gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/client.rb @@ -4023,7 +4023,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-wellarchitected' - 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-workdocs/CHANGELOG.md b/gems/aws-sdk-workdocs/CHANGELOG.md index dd06ae8e4f7..9a64a819e59 100644 --- a/gems/aws-sdk-workdocs/CHANGELOG.md +++ b/gems/aws-sdk-workdocs/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.47.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.46.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-workdocs/VERSION b/gems/aws-sdk-workdocs/VERSION index 0a3db35b241..21998d3c2d9 100644 --- a/gems/aws-sdk-workdocs/VERSION +++ b/gems/aws-sdk-workdocs/VERSION @@ -1 +1 @@ -1.46.0 +1.47.0 diff --git a/gems/aws-sdk-workdocs/aws-sdk-workdocs.gemspec b/gems/aws-sdk-workdocs/aws-sdk-workdocs.gemspec index ef603f77b1f..718107ae464 100644 --- a/gems/aws-sdk-workdocs/aws-sdk-workdocs.gemspec +++ b/gems/aws-sdk-workdocs/aws-sdk-workdocs.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-workdocs/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-workdocs/lib/aws-sdk-workdocs.rb b/gems/aws-sdk-workdocs/lib/aws-sdk-workdocs.rb index 3fdcd6355fc..03ecbdad8b4 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.46.0' + GEM_VERSION = '1.47.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 88dce32af11..c0b29b8a819 100644 --- a/gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/client.rb +++ b/gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/client.rb @@ -2898,7 +2898,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-workdocs' - 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-worklink/CHANGELOG.md b/gems/aws-sdk-worklink/CHANGELOG.md index 93275494fd5..19749254831 100644 --- a/gems/aws-sdk-worklink/CHANGELOG.md +++ b/gems/aws-sdk-worklink/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.38.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.37.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-worklink/VERSION b/gems/aws-sdk-worklink/VERSION index bf50e910e62..ebeef2f2d61 100644 --- a/gems/aws-sdk-worklink/VERSION +++ b/gems/aws-sdk-worklink/VERSION @@ -1 +1 @@ -1.37.0 +1.38.0 diff --git a/gems/aws-sdk-worklink/aws-sdk-worklink.gemspec b/gems/aws-sdk-worklink/aws-sdk-worklink.gemspec index 1bdc446aca9..9c6ca385703 100644 --- a/gems/aws-sdk-worklink/aws-sdk-worklink.gemspec +++ b/gems/aws-sdk-worklink/aws-sdk-worklink.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-worklink/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-worklink/lib/aws-sdk-worklink.rb b/gems/aws-sdk-worklink/lib/aws-sdk-worklink.rb index 6482294291f..1c4a61d11a2 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.37.0' + GEM_VERSION = '1.38.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 645d075fa7c..03bc3c0334a 100644 --- a/gems/aws-sdk-worklink/lib/aws-sdk-worklink/client.rb +++ b/gems/aws-sdk-worklink/lib/aws-sdk-worklink/client.rb @@ -1515,7 +1515,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-worklink' - 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-workmail/CHANGELOG.md b/gems/aws-sdk-workmail/CHANGELOG.md index 259fcb20cf9..b5954110fef 100644 --- a/gems/aws-sdk-workmail/CHANGELOG.md +++ b/gems/aws-sdk-workmail/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.56.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.55.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-workmail/VERSION b/gems/aws-sdk-workmail/VERSION index 094d6ad00ce..3ebf789f5a8 100644 --- a/gems/aws-sdk-workmail/VERSION +++ b/gems/aws-sdk-workmail/VERSION @@ -1 +1 @@ -1.55.0 +1.56.0 diff --git a/gems/aws-sdk-workmail/aws-sdk-workmail.gemspec b/gems/aws-sdk-workmail/aws-sdk-workmail.gemspec index 7853104973a..b21b0947dd1 100644 --- a/gems/aws-sdk-workmail/aws-sdk-workmail.gemspec +++ b/gems/aws-sdk-workmail/aws-sdk-workmail.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-workmail/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-workmail/lib/aws-sdk-workmail.rb b/gems/aws-sdk-workmail/lib/aws-sdk-workmail.rb index 8f802b25ad2..a295056efc4 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.55.0' + GEM_VERSION = '1.56.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 ded4dd775ba..d30f2e9047a 100644 --- a/gems/aws-sdk-workmail/lib/aws-sdk-workmail/client.rb +++ b/gems/aws-sdk-workmail/lib/aws-sdk-workmail/client.rb @@ -3837,7 +3837,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-workmail' - 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-workmailmessageflow/CHANGELOG.md b/gems/aws-sdk-workmailmessageflow/CHANGELOG.md index 5860c089598..d8de71fb98b 100644 --- a/gems/aws-sdk-workmailmessageflow/CHANGELOG.md +++ b/gems/aws-sdk-workmailmessageflow/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.26.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.25.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-workmailmessageflow/VERSION b/gems/aws-sdk-workmailmessageflow/VERSION index ad2191947f7..5ff8c4f5d2a 100644 --- a/gems/aws-sdk-workmailmessageflow/VERSION +++ b/gems/aws-sdk-workmailmessageflow/VERSION @@ -1 +1 @@ -1.25.0 +1.26.0 diff --git a/gems/aws-sdk-workmailmessageflow/aws-sdk-workmailmessageflow.gemspec b/gems/aws-sdk-workmailmessageflow/aws-sdk-workmailmessageflow.gemspec index 7b754f32cec..a063b0c8a76 100644 --- a/gems/aws-sdk-workmailmessageflow/aws-sdk-workmailmessageflow.gemspec +++ b/gems/aws-sdk-workmailmessageflow/aws-sdk-workmailmessageflow.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-workmailmessageflow/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-workmailmessageflow/lib/aws-sdk-workmailmessageflow.rb b/gems/aws-sdk-workmailmessageflow/lib/aws-sdk-workmailmessageflow.rb index ad01211e157..a562f40b751 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.25.0' + GEM_VERSION = '1.26.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 f38f8901c37..ac9a2180ff9 100644 --- a/gems/aws-sdk-workmailmessageflow/lib/aws-sdk-workmailmessageflow/client.rb +++ b/gems/aws-sdk-workmailmessageflow/lib/aws-sdk-workmailmessageflow/client.rb @@ -466,7 +466,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-workmailmessageflow' - 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-workspaces/CHANGELOG.md b/gems/aws-sdk-workspaces/CHANGELOG.md index c04c912b60a..0cee77c14d5 100644 --- a/gems/aws-sdk-workspaces/CHANGELOG.md +++ b/gems/aws-sdk-workspaces/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.83.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.82.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-workspaces/VERSION b/gems/aws-sdk-workspaces/VERSION index 71fae54fb27..6b4de0a42b0 100644 --- a/gems/aws-sdk-workspaces/VERSION +++ b/gems/aws-sdk-workspaces/VERSION @@ -1 +1 @@ -1.82.0 +1.83.0 diff --git a/gems/aws-sdk-workspaces/aws-sdk-workspaces.gemspec b/gems/aws-sdk-workspaces/aws-sdk-workspaces.gemspec index 4558e441ae8..315654932e8 100644 --- a/gems/aws-sdk-workspaces/aws-sdk-workspaces.gemspec +++ b/gems/aws-sdk-workspaces/aws-sdk-workspaces.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-workspaces/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-workspaces/lib/aws-sdk-workspaces.rb b/gems/aws-sdk-workspaces/lib/aws-sdk-workspaces.rb index 0e4d713ecfd..6930a0e6549 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.82.0' + GEM_VERSION = '1.83.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 ca904f5a9ab..373e2cf0bfe 100644 --- a/gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/client.rb +++ b/gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/client.rb @@ -3577,7 +3577,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-workspaces' - context[:gem_version] = '1.82.0' + context[:gem_version] = '1.83.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 e996dfa8208..cf5ddbb7067 100644 --- a/gems/aws-sdk-workspacesweb/CHANGELOG.md +++ b/gems/aws-sdk-workspacesweb/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.11.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.10.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-workspacesweb/VERSION b/gems/aws-sdk-workspacesweb/VERSION index 81c871de46b..1cac385c6cb 100644 --- a/gems/aws-sdk-workspacesweb/VERSION +++ b/gems/aws-sdk-workspacesweb/VERSION @@ -1 +1 @@ -1.10.0 +1.11.0 diff --git a/gems/aws-sdk-workspacesweb/aws-sdk-workspacesweb.gemspec b/gems/aws-sdk-workspacesweb/aws-sdk-workspacesweb.gemspec index 2fa26891642..60f9fb5b1d6 100644 --- a/gems/aws-sdk-workspacesweb/aws-sdk-workspacesweb.gemspec +++ b/gems/aws-sdk-workspacesweb/aws-sdk-workspacesweb.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-workspacesweb/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb.rb b/gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb.rb index 521400bbb41..fe42306057c 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.10.0' + GEM_VERSION = '1.11.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 49c25257a7f..75b67a7495d 100644 --- a/gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/client.rb +++ b/gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/client.rb @@ -2880,7 +2880,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-workspacesweb' - 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-xray/CHANGELOG.md b/gems/aws-sdk-xray/CHANGELOG.md index 7a29b0ed0f8..11ec137419b 100644 --- a/gems/aws-sdk-xray/CHANGELOG.md +++ b/gems/aws-sdk-xray/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.55.0 (2023-06-28) +------------------ + +* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details. + 1.54.0 (2023-06-15) ------------------ diff --git a/gems/aws-sdk-xray/VERSION b/gems/aws-sdk-xray/VERSION index b7921ae87bc..094d6ad00ce 100644 --- a/gems/aws-sdk-xray/VERSION +++ b/gems/aws-sdk-xray/VERSION @@ -1 +1 @@ -1.54.0 +1.55.0 diff --git a/gems/aws-sdk-xray/aws-sdk-xray.gemspec b/gems/aws-sdk-xray/aws-sdk-xray.gemspec index 2ad8b288226..8818c2f51d4 100644 --- a/gems/aws-sdk-xray/aws-sdk-xray.gemspec +++ b/gems/aws-sdk-xray/aws-sdk-xray.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-xray/CHANGELOG.md' } - spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.174.0') + spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.176.0') spec.add_dependency('aws-sigv4', '~> 1.1') spec.required_ruby_version = '>= 2.3' diff --git a/gems/aws-sdk-xray/lib/aws-sdk-xray.rb b/gems/aws-sdk-xray/lib/aws-sdk-xray.rb index 4e40c3a1aa8..507b20731fa 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.54.0' + GEM_VERSION = '1.55.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 89e8f27ed46..ddd82efbba8 100644 --- a/gems/aws-sdk-xray/lib/aws-sdk-xray/client.rb +++ b/gems/aws-sdk-xray/lib/aws-sdk-xray/client.rb @@ -2212,7 +2212,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-xray' - context[:gem_version] = '1.54.0' + context[:gem_version] = '1.55.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sigv4/CHANGELOG.md b/gems/aws-sigv4/CHANGELOG.md index 608ed023e34..736311266ec 100644 --- a/gems/aws-sigv4/CHANGELOG.md +++ b/gems/aws-sigv4/CHANGELOG.md @@ -1,6 +1,9 @@ Unreleased Changes ------------------ +1.6.0 (2023-06-28) +------------------ + * Feature - Select the minimum expiration time for presigned urls between the expiration time option and the credential expiration time. 1.5.2 (2022-09-30) diff --git a/gems/aws-sigv4/VERSION b/gems/aws-sigv4/VERSION index 4cda8f19edc..dc1e644a101 100644 --- a/gems/aws-sigv4/VERSION +++ b/gems/aws-sigv4/VERSION @@ -1 +1 @@ -1.5.2 +1.6.0