Skip to content

Commit 6c1fda4

Browse files
Updated API models and rebuilt service gems.
1 parent 674589d commit 6c1fda4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+12392
-12314
lines changed

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

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

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

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

apis/iot-data/2015-05-28/endpoint-rule-set-1.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
]
4141
}
4242
],
43-
"type": "tree",
4443
"rules": [
4544
{
4645
"conditions": [
@@ -83,7 +82,8 @@
8382
},
8483
"type": "endpoint"
8584
}
86-
]
85+
],
86+
"type": "tree"
8787
},
8888
{
8989
"conditions": [
@@ -96,7 +96,6 @@
9696
]
9797
}
9898
],
99-
"type": "tree",
10099
"rules": [
101100
{
102101
"conditions": [
@@ -110,7 +109,6 @@
110109
"assign": "PartitionResult"
111110
}
112111
],
113-
"type": "tree",
114112
"rules": [
115113
{
116114
"conditions": [
@@ -133,7 +131,6 @@
133131
]
134132
}
135133
],
136-
"type": "tree",
137134
"rules": [
138135
{
139136
"conditions": [
@@ -168,7 +165,6 @@
168165
]
169166
}
170167
],
171-
"type": "tree",
172168
"rules": [
173169
{
174170
"conditions": [],
@@ -179,14 +175,16 @@
179175
},
180176
"type": "endpoint"
181177
}
182-
]
178+
],
179+
"type": "tree"
183180
},
184181
{
185182
"conditions": [],
186183
"error": "FIPS and DualStack are enabled, but this partition does not support one or both",
187184
"type": "error"
188185
}
189-
]
186+
],
187+
"type": "tree"
190188
},
191189
{
192190
"conditions": [
@@ -200,14 +198,12 @@
200198
]
201199
}
202200
],
203-
"type": "tree",
204201
"rules": [
205202
{
206203
"conditions": [
207204
{
208205
"fn": "booleanEquals",
209206
"argv": [
210-
true,
211207
{
212208
"fn": "getAttr",
213209
"argv": [
@@ -216,11 +212,11 @@
216212
},
217213
"supportsFIPS"
218214
]
219-
}
215+
},
216+
true
220217
]
221218
}
222219
],
223-
"type": "tree",
224220
"rules": [
225221
{
226222
"conditions": [
@@ -364,14 +360,16 @@
364360
},
365361
"type": "endpoint"
366362
}
367-
]
363+
],
364+
"type": "tree"
368365
},
369366
{
370367
"conditions": [],
371368
"error": "FIPS is enabled but this partition does not support FIPS",
372369
"type": "error"
373370
}
374-
]
371+
],
372+
"type": "tree"
375373
},
376374
{
377375
"conditions": [
@@ -385,7 +383,6 @@
385383
]
386384
}
387385
],
388-
"type": "tree",
389386
"rules": [
390387
{
391388
"conditions": [
@@ -405,7 +402,6 @@
405402
]
406403
}
407404
],
408-
"type": "tree",
409405
"rules": [
410406
{
411407
"conditions": [],
@@ -416,14 +412,16 @@
416412
},
417413
"type": "endpoint"
418414
}
419-
]
415+
],
416+
"type": "tree"
420417
},
421418
{
422419
"conditions": [],
423420
"error": "DualStack is enabled but this partition does not support DualStack",
424421
"type": "error"
425422
}
426-
]
423+
],
424+
"type": "tree"
427425
},
428426
{
429427
"conditions": [
@@ -528,9 +526,11 @@
528526
},
529527
"type": "endpoint"
530528
}
531-
]
529+
],
530+
"type": "tree"
532531
}
533-
]
532+
],
533+
"type": "tree"
534534
},
535535
{
536536
"conditions": [],

apis/iot-data/2015-05-28/smoke-2.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"version": 2,
3+
"testCases": [
4+
{
5+
"id": "GetThingShadowFailure",
6+
"operationName": "GetThingShadow",
7+
"input": {
8+
"thingName": "fake-thing"
9+
},
10+
"expectation": {
11+
"failure": {}
12+
},
13+
"config": {
14+
"region": "us-west-2",
15+
"uri": "https://data-ats.iot.us-west-2.amazonaws.com"
16+
}
17+
}
18+
]
19+
}

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.985.0 (2024-10-04)
5+
------------------
6+
7+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8+
49
1.984.0 (2024-10-03)
510
------------------
611

gems/aws-partitions/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.984.0
1+
1.985.0

gems/aws-partitions/partitions.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -565,6 +565,7 @@
565565
"ap-southeast-2" : { },
566566
"ca-central-1" : { },
567567
"eu-central-1" : { },
568+
"eu-central-2" : { },
568569
"eu-west-1" : { },
569570
"eu-west-2" : { },
570571
"eu-west-3" : { },
@@ -24081,6 +24082,7 @@
2408124082
},
2408224083
"aoss" : {
2408324084
"endpoints" : {
24085+
"us-gov-east-1" : { },
2408424086
"us-gov-west-1" : { }
2408524087
}
2408624088
},

gems/aws-sdk-ec2/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.480.0 (2024-10-04)
5+
------------------
6+
7+
* Feature - Documentation updates for Amazon EC2.
8+
49
1.479.0 (2024-10-03)
510
------------------
611

gems/aws-sdk-ec2/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.479.0
1+
1.480.0

gems/aws-sdk-ec2/lib/aws-sdk-ec2.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ module Plugins
7878
autoload :VpcPeeringConnection, 'aws-sdk-ec2/vpc_peering_connection'
7979
autoload :VpcAddress, 'aws-sdk-ec2/vpc_address'
8080

81-
GEM_VERSION = '1.479.0'
81+
GEM_VERSION = '1.480.0'
8282

8383
end
8484

0 commit comments

Comments
 (0)