Skip to content

Commit 649e4eb

Browse files
Updated API models and rebuilt service gems.
1 parent 1236a3c commit 649e4eb

File tree

30 files changed

+668
-187
lines changed

30 files changed

+668
-187
lines changed

apis/cognito-idp/2016-04-18/docs-2.json

Lines changed: 17 additions & 17 deletions
Large diffs are not rendered by default.

apis/connect/2017-08-08/api-2.json

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13412,6 +13412,29 @@
1341213412
"Index":{"shape":"Index"}
1341313413
}
1341413414
},
13415+
"RoutingCriteriaInput":{
13416+
"type":"structure",
13417+
"members":{
13418+
"Steps":{"shape":"RoutingCriteriaInputSteps"}
13419+
}
13420+
},
13421+
"RoutingCriteriaInputStep":{
13422+
"type":"structure",
13423+
"members":{
13424+
"Expiry":{"shape":"RoutingCriteriaInputStepExpiry"},
13425+
"Expression":{"shape":"Expression"}
13426+
}
13427+
},
13428+
"RoutingCriteriaInputStepExpiry":{
13429+
"type":"structure",
13430+
"members":{
13431+
"DurationInSeconds":{"shape":"DurationInSeconds"}
13432+
}
13433+
},
13434+
"RoutingCriteriaInputSteps":{
13435+
"type":"list",
13436+
"member":{"shape":"RoutingCriteriaInputStep"}
13437+
},
1341513438
"RoutingCriteriaStepStatus":{
1341613439
"type":"string",
1341713440
"enum":[
@@ -15692,7 +15715,8 @@
1569215715
"locationName":"ContactId"
1569315716
},
1569415717
"QueueTimeAdjustmentSeconds":{"shape":"QueueTimeAdjustmentSeconds"},
15695-
"QueuePriority":{"shape":"QueuePriority"}
15718+
"QueuePriority":{"shape":"QueuePriority"},
15719+
"RoutingCriteria":{"shape":"RoutingCriteriaInput"}
1569615720
}
1569715721
},
1569815722
"UpdateContactRoutingDataResponse":{

apis/connect/2017-08-08/docs-2.json

Lines changed: 45 additions & 19 deletions
Large diffs are not rendered by default.

apis/ssm/2014-11-06/docs-2.json

Lines changed: 14 additions & 14 deletions
Large diffs are not rendered by default.

gems/aws-partitions/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Unreleased Changes
22
------------------
33

4+
1.963.0 (2024-08-09)
5+
------------------
6+
7+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8+
49
1.962.0 (2024-08-05)
510
------------------
611

gems/aws-partitions/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.962.0
1+
1.963.0

gems/aws-partitions/partitions.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2126,12 +2126,24 @@
21262126
},
21272127
"ca-central-1" : {
21282128
"variants" : [ {
2129+
"hostname" : "athena-fips.ca-central-1.amazonaws.com",
2130+
"tags" : [ "fips" ]
2131+
}, {
2132+
"hostname" : "athena-fips.ca-central-1.api.aws",
2133+
"tags" : [ "dualstack", "fips" ]
2134+
}, {
21292135
"hostname" : "athena.ca-central-1.api.aws",
21302136
"tags" : [ "dualstack" ]
21312137
} ]
21322138
},
21332139
"ca-west-1" : {
21342140
"variants" : [ {
2141+
"hostname" : "athena-fips.ca-west-1.amazonaws.com",
2142+
"tags" : [ "fips" ]
2143+
}, {
2144+
"hostname" : "athena-fips.ca-west-1.api.aws",
2145+
"tags" : [ "dualstack", "fips" ]
2146+
}, {
21352147
"hostname" : "athena.ca-west-1.api.aws",
21362148
"tags" : [ "dualstack" ]
21372149
} ]
@@ -2184,6 +2196,20 @@
21842196
"tags" : [ "dualstack" ]
21852197
} ]
21862198
},
2199+
"fips-ca-central-1" : {
2200+
"credentialScope" : {
2201+
"region" : "ca-central-1"
2202+
},
2203+
"deprecated" : true,
2204+
"hostname" : "athena-fips.ca-central-1.amazonaws.com"
2205+
},
2206+
"fips-ca-west-1" : {
2207+
"credentialScope" : {
2208+
"region" : "ca-west-1"
2209+
},
2210+
"deprecated" : true,
2211+
"hostname" : "athena-fips.ca-west-1.amazonaws.com"
2212+
},
21872213
"fips-us-east-1" : {
21882214
"credentialScope" : {
21892215
"region" : "us-east-1"

gems/aws-sdk-codestar/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Unreleased Changes
22
------------------
33

4+
1.59.0 (2024-08-09)
5+
------------------
6+
7+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8+
49
* Feature - CodeStar has been removed from the SDK because it has been discontinued.
510

611
1.58.0 (2024-07-18)

gems/aws-sdk-codestar/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.58.0
1+
1.59.0

gems/aws-sdk-codestar/aws-sdk-codestar.gemspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
1212
spec.name = 'aws-sdk-codestar'
1313
spec.version = File.read(File.expand_path('../VERSION', __FILE__)).strip
1414
spec.summary = 'AWS SDK for Ruby - CodeStar'
15-
spec.description = 'Official AWS Ruby gem for AWS CodeStar (CodeStar). This gem is part of the AWS SDK for Ruby.'
15+
spec.description = '[DEPRECATED] Official AWS Ruby gem for AWS CodeStar (CodeStar). This gem is part of the AWS SDK for Ruby.'
1616
spec.author = 'Amazon Web Services'
1717
spec.homepage = 'https://github.com/aws/aws-sdk-ruby'
1818
spec.license = 'Apache-2.0'
@@ -29,4 +29,5 @@ Gem::Specification.new do |spec|
2929
spec.add_dependency('aws-sigv4', '~> 1.5')
3030

3131
spec.required_ruby_version = '>= 2.5'
32+
spec.post_install_message = '*** aws-sdk-codestar is deprecated ***'
3233
end

0 commit comments

Comments
 (0)