Skip to content

Commit c0a28ec

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated API models and rebuilt service gems.
1 parent f36e14f commit c0a28ec

File tree

21 files changed

+1074
-36
lines changed

21 files changed

+1074
-36
lines changed

apis/ec2/2016-11-15/api-2.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5798,6 +5798,10 @@
57985798
"VpcPeeringConnectionId":{
57995799
"shape":"String",
58005800
"locationName":"vpcPeeringConnectionId"
5801+
},
5802+
"State":{
5803+
"shape":"String",
5804+
"locationName":"state"
58015805
}
58025806
}
58035807
},
@@ -8585,6 +8589,14 @@
85858589
"locationName":"item"
85868590
}
85878591
},
8592+
"ComponentAccount":{
8593+
"type":"string",
8594+
"pattern":"\\d{12}"
8595+
},
8596+
"ComponentRegion":{
8597+
"type":"string",
8598+
"pattern":"[a-z]{2}-[a-z]+-[1-9]+"
8599+
},
85888600
"ConfirmProductInstanceRequest":{
85898601
"type":"structure",
85908602
"required":[
@@ -19254,6 +19266,14 @@
1925419266
"TransitGatewayAttachment":{
1925519267
"shape":"AnalysisComponent",
1925619268
"locationName":"transitGatewayAttachment"
19269+
},
19270+
"ComponentAccount":{
19271+
"shape":"ComponentAccount",
19272+
"locationName":"componentAccount"
19273+
},
19274+
"ComponentRegion":{
19275+
"shape":"ComponentRegion",
19276+
"locationName":"componentRegion"
1925719277
}
1925819278
}
1925919279
},
@@ -30773,6 +30793,14 @@
3077330793
"TransitGatewayRouteTableRoute":{
3077430794
"shape":"TransitGatewayRouteTableRoute",
3077530795
"locationName":"transitGatewayRouteTableRoute"
30796+
},
30797+
"Explanations":{
30798+
"shape":"ExplanationList",
30799+
"locationName":"explanationSet"
30800+
},
30801+
"ElasticLoadBalancerListener":{
30802+
"shape":"AnalysisComponent",
30803+
"locationName":"elasticLoadBalancerListener"
3077630804
}
3077730805
}
3077830806
},

apis/ec2/2016-11-15/docs-2.json

Lines changed: 20 additions & 5 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.633.0 (2022-09-20)
5+
------------------
6+
7+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8+
49
1.632.0 (2022-09-19)
510
------------------
611

gems/aws-partitions/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.632.0
1+
1.633.0

gems/aws-partitions/partitions.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15674,6 +15674,12 @@
1567415674
"cn-northwest-1" : { }
1567515675
}
1567615676
},
15677+
"rbin" : {
15678+
"endpoints" : {
15679+
"cn-north-1" : { },
15680+
"cn-northwest-1" : { }
15681+
}
15682+
},
1567715683
"rds" : {
1567815684
"endpoints" : {
1567915685
"cn-north-1" : { },
@@ -18582,6 +18588,36 @@
1858218588
}
1858318589
}
1858418590
},
18591+
"rbin" : {
18592+
"endpoints" : {
18593+
"fips-us-gov-east-1" : {
18594+
"credentialScope" : {
18595+
"region" : "us-gov-east-1"
18596+
},
18597+
"deprecated" : true,
18598+
"hostname" : "rbin-fips.us-gov-east-1.amazonaws.com"
18599+
},
18600+
"fips-us-gov-west-1" : {
18601+
"credentialScope" : {
18602+
"region" : "us-gov-west-1"
18603+
},
18604+
"deprecated" : true,
18605+
"hostname" : "rbin-fips.us-gov-west-1.amazonaws.com"
18606+
},
18607+
"us-gov-east-1" : {
18608+
"variants" : [ {
18609+
"hostname" : "rbin-fips.us-gov-east-1.amazonaws.com",
18610+
"tags" : [ "fips" ]
18611+
} ]
18612+
},
18613+
"us-gov-west-1" : {
18614+
"variants" : [ {
18615+
"hostname" : "rbin-fips.us-gov-west-1.amazonaws.com",
18616+
"tags" : [ "fips" ]
18617+
} ]
18618+
}
18619+
}
18620+
},
1858518621
"rds" : {
1858618622
"defaults" : {
1858718623
"variants" : [ {

gems/aws-sdk-core/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+
3.151.0 (2022-09-20)
5+
------------------
6+
7+
* Feature - Updated Aws::SSO::Client with the latest API changes.
8+
49
3.150.0 (2022-09-19)
510
------------------
611

gems/aws-sdk-core/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.150.0
1+
3.151.0

gems/aws-sdk-core/lib/aws-sdk-sso.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@
5050
# @!group service
5151
module Aws::SSO
5252

53-
GEM_VERSION = '3.150.0'
53+
GEM_VERSION = '3.151.0'
5454

5555
end

gems/aws-sdk-core/lib/aws-sdk-sso/client.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@ def build_request(operation_name, params = {})
568568
params: params,
569569
config: config)
570570
context[:gem_name] = 'aws-sdk-core'
571-
context[:gem_version] = '3.150.0'
571+
context[:gem_version] = '3.151.0'
572572
Seahorse::Client::Request.new(handlers, context)
573573
end
574574

gems/aws-sdk-core/lib/aws-sdk-ssooidc.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@
5050
# @!group service
5151
module Aws::SSOOIDC
5252

53-
GEM_VERSION = '3.149.0'
53+
GEM_VERSION = '3.150.0'
5454

5555
end

0 commit comments

Comments
 (0)