aws-sdk-core 2.11.525 → 2.11.526

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '09345c41d1885bb7ab91c3b092a83b5cb27958e16a39dbe3e67bff7527cd3c7b'
4
- data.tar.gz: 11c127a69ffd47da091ffc167a120cb9295010e627ca2a6face07a40b6edb520
3
+ metadata.gz: 7f3e404e3ccd3f99f856af96ca21916da74efe47a48ecd193be93793883cecd2
4
+ data.tar.gz: 97d7ec7c2f0c5df1bb544ae6ab6d423b76176a8477ce1e364d1bd778892e1fc1
5
5
  SHA512:
6
- metadata.gz: 8174026d19aff374175327301cffec1a26ba0c6140d138dce937e2d7d8df711ff7fb0f6a827df07f17ab23402a7668b1676a734dfde69867e8834f945e330004
7
- data.tar.gz: 955082ba61ca7b746e6044d38c10b1058e10e4f578856904d91a6b02a4c2b253aec126679c5f3b32c2716a0364d1d393e422844414c75953562bb052b544d225
6
+ metadata.gz: 737856556206945ad3c7762c70da772d7975dabbc2e415bbff35f1a62d35549906e990443d0e214c98a9eb12406b720f07340ab198cc261a5e11db51df841053
7
+ data.tar.gz: 6dafe392b0d343d07e71e1371e8939e570bda65ae13c5ef1d15a6802d56ca0628c03768d798248890abbb8909fb7885b316897b89d5dd73de7659d638b423e63
@@ -25,7 +25,8 @@
25
25
  {"shape":"ServerException"},
26
26
  {"shape":"ClientException"},
27
27
  {"shape":"InvalidParameterException"},
28
- {"shape":"LimitExceededException"}
28
+ {"shape":"LimitExceededException"},
29
+ {"shape":"UpdateInProgressException"}
29
30
  ]
30
31
  },
31
32
  "CreateCluster":{
@@ -110,6 +111,20 @@
110
111
  {"shape":"InvalidParameterException"}
111
112
  ]
112
113
  },
114
+ "DeleteCapacityProvider":{
115
+ "name":"DeleteCapacityProvider",
116
+ "http":{
117
+ "method":"POST",
118
+ "requestUri":"/"
119
+ },
120
+ "input":{"shape":"DeleteCapacityProviderRequest"},
121
+ "output":{"shape":"DeleteCapacityProviderResponse"},
122
+ "errors":[
123
+ {"shape":"ServerException"},
124
+ {"shape":"ClientException"},
125
+ {"shape":"InvalidParameterException"}
126
+ ]
127
+ },
113
128
  "DeleteCluster":{
114
129
  "name":"DeleteCluster",
115
130
  "http":{
@@ -883,6 +898,8 @@
883
898
  "name":{"shape":"String"},
884
899
  "status":{"shape":"CapacityProviderStatus"},
885
900
  "autoScalingGroupProvider":{"shape":"AutoScalingGroupProvider"},
901
+ "updateStatus":{"shape":"CapacityProviderUpdateStatus"},
902
+ "updateStatusReason":{"shape":"String"},
886
903
  "tags":{"shape":"Tags"}
887
904
  }
888
905
  },
@@ -896,7 +913,10 @@
896
913
  },
897
914
  "CapacityProviderStatus":{
898
915
  "type":"string",
899
- "enum":["ACTIVE"]
916
+ "enum":[
917
+ "ACTIVE",
918
+ "INACTIVE"
919
+ ]
900
920
  },
901
921
  "CapacityProviderStrategy":{
902
922
  "type":"list",
@@ -921,6 +941,14 @@
921
941
  "max":1000,
922
942
  "min":0
923
943
  },
944
+ "CapacityProviderUpdateStatus":{
945
+ "type":"string",
946
+ "enum":[
947
+ "DELETE_IN_PROGRESS",
948
+ "DELETE_COMPLETE",
949
+ "DELETE_FAILED"
950
+ ]
951
+ },
924
952
  "CapacityProviders":{
925
953
  "type":"list",
926
954
  "member":{"shape":"CapacityProvider"}
@@ -1323,6 +1351,19 @@
1323
1351
  "attributes":{"shape":"Attributes"}
1324
1352
  }
1325
1353
  },
1354
+ "DeleteCapacityProviderRequest":{
1355
+ "type":"structure",
1356
+ "required":["capacityProvider"],
1357
+ "members":{
1358
+ "capacityProvider":{"shape":"String"}
1359
+ }
1360
+ },
1361
+ "DeleteCapacityProviderResponse":{
1362
+ "type":"structure",
1363
+ "members":{
1364
+ "capacityProvider":{"shape":"CapacityProvider"}
1365
+ }
1366
+ },
1326
1367
  "DeleteClusterRequest":{
1327
1368
  "type":"structure",
1328
1369
  "required":["cluster"],
@@ -50,7 +50,8 @@
50
50
  {"shape":"CallRateLimitExceededException"},
51
51
  {"shape":"InvalidVersionNumberException"},
52
52
  {"shape":"ResourceInUseException"},
53
- {"shape":"InvalidParameterCombinationException"}
53
+ {"shape":"InvalidParameterCombinationException"},
54
+ {"shape":"ServiceQuotaExceededException"}
54
55
  ]
55
56
  },
56
57
  "CreateDistributionConfiguration":{
@@ -71,7 +72,8 @@
71
72
  {"shape":"CallRateLimitExceededException"},
72
73
  {"shape":"ResourceInUseException"},
73
74
  {"shape":"ResourceAlreadyExistsException"},
74
- {"shape":"InvalidParameterCombinationException"}
75
+ {"shape":"InvalidParameterCombinationException"},
76
+ {"shape":"ServiceQuotaExceededException"}
75
77
  ]
76
78
  },
77
79
  "CreateImage":{
@@ -90,7 +92,8 @@
90
92
  {"shape":"IdempotentParameterMismatchException"},
91
93
  {"shape":"ForbiddenException"},
92
94
  {"shape":"CallRateLimitExceededException"},
93
- {"shape":"ResourceInUseException"}
95
+ {"shape":"ResourceInUseException"},
96
+ {"shape":"ServiceQuotaExceededException"}
94
97
  ]
95
98
  },
96
99
  "CreateImagePipeline":{
@@ -110,7 +113,8 @@
110
113
  {"shape":"ForbiddenException"},
111
114
  {"shape":"CallRateLimitExceededException"},
112
115
  {"shape":"ResourceInUseException"},
113
- {"shape":"ResourceAlreadyExistsException"}
116
+ {"shape":"ResourceAlreadyExistsException"},
117
+ {"shape":"ServiceQuotaExceededException"}
114
118
  ]
115
119
  },
116
120
  "CreateImageRecipe":{
@@ -131,7 +135,8 @@
131
135
  {"shape":"CallRateLimitExceededException"},
132
136
  {"shape":"InvalidVersionNumberException"},
133
137
  {"shape":"ResourceInUseException"},
134
- {"shape":"ResourceAlreadyExistsException"}
138
+ {"shape":"ResourceAlreadyExistsException"},
139
+ {"shape":"ServiceQuotaExceededException"}
135
140
  ]
136
141
  },
137
142
  "CreateInfrastructureConfiguration":{
@@ -151,7 +156,8 @@
151
156
  {"shape":"ForbiddenException"},
152
157
  {"shape":"CallRateLimitExceededException"},
153
158
  {"shape":"ResourceInUseException"},
154
- {"shape":"ResourceAlreadyExistsException"}
159
+ {"shape":"ResourceAlreadyExistsException"},
160
+ {"shape":"ServiceQuotaExceededException"}
155
161
  ]
156
162
  },
157
163
  "DeleteComponent":{
@@ -1061,6 +1067,7 @@
1061
1067
  "parentImage":{"shape":"NonEmptyString"},
1062
1068
  "blockDeviceMappings":{"shape":"InstanceBlockDeviceMappings"},
1063
1069
  "tags":{"shape":"TagMap"},
1070
+ "workingDirectory":{"shape":"NonEmptyString"},
1064
1071
  "clientToken":{
1065
1072
  "shape":"ClientToken",
1066
1073
  "idempotencyToken":true
@@ -1121,6 +1128,7 @@
1121
1128
  "keyPair":{"shape":"NonEmptyString"},
1122
1129
  "terminateInstanceOnFailure":{"shape":"NullableBoolean"},
1123
1130
  "snsTopicArn":{"shape":"SnsTopicArn"},
1131
+ "resourceTags":{"shape":"ResourceTagMap"},
1124
1132
  "tags":{"shape":"TagMap"},
1125
1133
  "clientToken":{
1126
1134
  "shape":"ClientToken",
@@ -1392,7 +1400,7 @@
1392
1400
  "required":["componentBuildVersionArn"],
1393
1401
  "members":{
1394
1402
  "componentBuildVersionArn":{
1395
- "shape":"ComponentBuildVersionArn",
1403
+ "shape":"ComponentVersionArnOrBuildVersionArn",
1396
1404
  "location":"querystring",
1397
1405
  "locationName":"componentBuildVersionArn"
1398
1406
  }
@@ -1500,7 +1508,7 @@
1500
1508
  "required":["imageBuildVersionArn"],
1501
1509
  "members":{
1502
1510
  "imageBuildVersionArn":{
1503
- "shape":"ImageBuildVersionArn",
1511
+ "shape":"ImageVersionArnOrBuildVersionArn",
1504
1512
  "location":"querystring",
1505
1513
  "locationName":"imageBuildVersionArn"
1506
1514
  }
@@ -1610,7 +1618,8 @@
1610
1618
  "parentImage":{"shape":"NonEmptyString"},
1611
1619
  "blockDeviceMappings":{"shape":"InstanceBlockDeviceMappings"},
1612
1620
  "dateCreated":{"shape":"DateTime"},
1613
- "tags":{"shape":"TagMap"}
1621
+ "tags":{"shape":"TagMap"},
1622
+ "workingDirectory":{"shape":"NonEmptyString"}
1614
1623
  }
1615
1624
  },
1616
1625
  "ImageRecipeArn":{
@@ -1703,6 +1712,10 @@
1703
1712
  "type":"string",
1704
1713
  "pattern":"^arn:aws[^:]*:imagebuilder:[^:]+:(?:\\d{12}|aws):image/[a-z0-9-_]+/\\d+\\.\\d+\\.\\d+$"
1705
1714
  },
1715
+ "ImageVersionArnOrBuildVersionArn":{
1716
+ "type":"string",
1717
+ "pattern":"^arn:aws[^:]*:imagebuilder:[^:]+:(?:\\d{12}|aws):image/[a-z0-9-_]+/(?:(?:(\\d+|x)\\.(\\d+|x)\\.(\\d+|x))|(?:\\d+\\.\\d+\\.\\d+/\\d+))$"
1718
+ },
1706
1719
  "ImageVersionList":{
1707
1720
  "type":"list",
1708
1721
  "member":{"shape":"ImageVersion"}
@@ -1759,6 +1772,7 @@
1759
1772
  "snsTopicArn":{"shape":"NonEmptyString"},
1760
1773
  "dateCreated":{"shape":"DateTime"},
1761
1774
  "dateUpdated":{"shape":"DateTime"},
1775
+ "resourceTags":{"shape":"ResourceTagMap"},
1762
1776
  "tags":{"shape":"TagMap"}
1763
1777
  }
1764
1778
  },
@@ -1774,6 +1788,7 @@
1774
1788
  "description":{"shape":"NonEmptyString"},
1775
1789
  "dateCreated":{"shape":"DateTime"},
1776
1790
  "dateUpdated":{"shape":"DateTime"},
1791
+ "resourceTags":{"shape":"ResourceTagMap"},
1777
1792
  "tags":{"shape":"TagMap"}
1778
1793
  }
1779
1794
  },
@@ -2207,6 +2222,13 @@
2207
2222
  "max":30000,
2208
2223
  "min":1
2209
2224
  },
2225
+ "ResourceTagMap":{
2226
+ "type":"map",
2227
+ "key":{"shape":"TagKey"},
2228
+ "value":{"shape":"TagValue"},
2229
+ "max":30,
2230
+ "min":1
2231
+ },
2210
2232
  "RestrictedInteger":{
2211
2233
  "type":"integer",
2212
2234
  "max":25,
@@ -2238,6 +2260,14 @@
2238
2260
  "error":{"httpStatusCode":500},
2239
2261
  "exception":true
2240
2262
  },
2263
+ "ServiceQuotaExceededException":{
2264
+ "type":"structure",
2265
+ "members":{
2266
+ "message":{"shape":"ErrorMessage"}
2267
+ },
2268
+ "error":{"httpStatusCode":402},
2269
+ "exception":true
2270
+ },
2241
2271
  "ServiceUnavailableException":{
2242
2272
  "type":"structure",
2243
2273
  "members":{
@@ -2421,7 +2451,8 @@
2421
2451
  "clientToken":{
2422
2452
  "shape":"ClientToken",
2423
2453
  "idempotencyToken":true
2424
- }
2454
+ },
2455
+ "resourceTags":{"shape":"ResourceTagMap"}
2425
2456
  }
2426
2457
  },
2427
2458
  "UpdateInfrastructureConfigurationResponse":{
@@ -1,13 +1,14 @@
1
1
  {
2
2
  "version":"2.0",
3
3
  "metadata":{
4
- "uid":"iot-data-2015-05-28",
5
4
  "apiVersion":"2015-05-28",
6
5
  "endpointPrefix":"data.iot",
7
6
  "protocol":"rest-json",
8
7
  "serviceFullName":"AWS IoT Data Plane",
8
+ "serviceId":"IoT Data Plane",
9
9
  "signatureVersion":"v4",
10
- "signingName":"iotdata"
10
+ "signingName":"iotdata",
11
+ "uid":"iot-data-2015-05-28"
11
12
  },
12
13
  "operations":{
13
14
  "DeleteThingShadow":{
@@ -48,6 +49,24 @@
48
49
  {"shape":"UnsupportedDocumentEncodingException"}
49
50
  ]
50
51
  },
52
+ "ListNamedShadowsForThing":{
53
+ "name":"ListNamedShadowsForThing",
54
+ "http":{
55
+ "method":"GET",
56
+ "requestUri":"/api/things/shadow/ListNamedShadowsForThing/{thingName}"
57
+ },
58
+ "input":{"shape":"ListNamedShadowsForThingRequest"},
59
+ "output":{"shape":"ListNamedShadowsForThingResponse"},
60
+ "errors":[
61
+ {"shape":"ResourceNotFoundException"},
62
+ {"shape":"InvalidRequestException"},
63
+ {"shape":"ThrottlingException"},
64
+ {"shape":"UnauthorizedException"},
65
+ {"shape":"ServiceUnavailableException"},
66
+ {"shape":"InternalFailureException"},
67
+ {"shape":"MethodNotAllowedException"}
68
+ ]
69
+ },
51
70
  "Publish":{
52
71
  "name":"Publish",
53
72
  "http":{
@@ -87,7 +106,7 @@
87
106
  "ConflictException":{
88
107
  "type":"structure",
89
108
  "members":{
90
- "message":{"shape":"ErrorMessage"}
109
+ "message":{"shape":"errorMessage"}
91
110
  },
92
111
  "error":{"httpStatusCode":409},
93
112
  "exception":true
@@ -100,6 +119,11 @@
100
119
  "shape":"ThingName",
101
120
  "location":"uri",
102
121
  "locationName":"thingName"
122
+ },
123
+ "shadowName":{
124
+ "shape":"ShadowName",
125
+ "location":"querystring",
126
+ "locationName":"name"
103
127
  }
104
128
  }
105
129
  },
@@ -111,7 +135,6 @@
111
135
  },
112
136
  "payload":"payload"
113
137
  },
114
- "ErrorMessage":{"type":"string"},
115
138
  "GetThingShadowRequest":{
116
139
  "type":"structure",
117
140
  "required":["thingName"],
@@ -120,6 +143,11 @@
120
143
  "shape":"ThingName",
121
144
  "location":"uri",
122
145
  "locationName":"thingName"
146
+ },
147
+ "shadowName":{
148
+ "shape":"ShadowName",
149
+ "location":"querystring",
150
+ "locationName":"name"
123
151
  }
124
152
  }
125
153
  },
@@ -148,14 +176,53 @@
148
176
  "exception":true
149
177
  },
150
178
  "JsonDocument":{"type":"blob"},
179
+ "ListNamedShadowsForThingRequest":{
180
+ "type":"structure",
181
+ "required":["thingName"],
182
+ "members":{
183
+ "thingName":{
184
+ "shape":"ThingName",
185
+ "location":"uri",
186
+ "locationName":"thingName"
187
+ },
188
+ "nextToken":{
189
+ "shape":"NextToken",
190
+ "location":"querystring",
191
+ "locationName":"nextToken"
192
+ },
193
+ "pageSize":{
194
+ "shape":"PageSize",
195
+ "location":"querystring",
196
+ "locationName":"pageSize"
197
+ }
198
+ }
199
+ },
200
+ "ListNamedShadowsForThingResponse":{
201
+ "type":"structure",
202
+ "members":{
203
+ "results":{"shape":"NamedShadowList"},
204
+ "nextToken":{"shape":"NextToken"},
205
+ "timestamp":{"shape":"Timestamp"}
206
+ }
207
+ },
151
208
  "MethodNotAllowedException":{
152
209
  "type":"structure",
153
210
  "members":{
154
- "message":{"shape":"ErrorMessage"}
211
+ "message":{"shape":"errorMessage"}
155
212
  },
156
213
  "error":{"httpStatusCode":405},
157
214
  "exception":true
158
215
  },
216
+ "NamedShadowList":{
217
+ "type":"list",
218
+ "member":{"shape":"ShadowName"}
219
+ },
220
+ "NextToken":{"type":"string"},
221
+ "PageSize":{
222
+ "type":"integer",
223
+ "max":100,
224
+ "min":1
225
+ },
159
226
  "Payload":{"type":"blob"},
160
227
  "PublishRequest":{
161
228
  "type":"structure",
@@ -183,7 +250,7 @@
183
250
  "RequestEntityTooLargeException":{
184
251
  "type":"structure",
185
252
  "members":{
186
- "message":{"shape":"ErrorMessage"}
253
+ "message":{"shape":"errorMessage"}
187
254
  },
188
255
  "error":{"httpStatusCode":413},
189
256
  "exception":true
@@ -205,11 +272,17 @@
205
272
  "exception":true,
206
273
  "fault":true
207
274
  },
275
+ "ShadowName":{
276
+ "type":"string",
277
+ "max":64,
278
+ "min":1,
279
+ "pattern":"[a-zA-Z0-9:_-]+"
280
+ },
208
281
  "ThingName":{
209
282
  "type":"string",
210
283
  "max":128,
211
284
  "min":1,
212
- "pattern":"[a-zA-Z0-9_-]+"
285
+ "pattern":"[a-zA-Z0-9:_-]+"
213
286
  },
214
287
  "ThrottlingException":{
215
288
  "type":"structure",
@@ -219,6 +292,7 @@
219
292
  "error":{"httpStatusCode":429},
220
293
  "exception":true
221
294
  },
295
+ "Timestamp":{"type":"long"},
222
296
  "Topic":{"type":"string"},
223
297
  "UnauthorizedException":{
224
298
  "type":"structure",
@@ -248,6 +322,11 @@
248
322
  "location":"uri",
249
323
  "locationName":"thingName"
250
324
  },
325
+ "shadowName":{
326
+ "shape":"ShadowName",
327
+ "location":"querystring",
328
+ "locationName":"name"
329
+ },
251
330
  "payload":{"shape":"JsonDocument"}
252
331
  },
253
332
  "payload":"payload"
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "pagination": {
3
+ }
4
+ }
@@ -0,0 +1,13 @@
1
+ {
2
+ "version": 1,
3
+ "defaultRegion": "us-west-2",
4
+ "testCases": [
5
+ {
6
+ "operationName": "GetThingShadow",
7
+ "input": {
8
+ "thingName": "fake-thing"
9
+ },
10
+ "errorExpectedFromService": true
11
+ }
12
+ ]
13
+ }
@@ -917,7 +917,8 @@
917
917
  "lastUpdatedDate":{"shape":"Timestamp"},
918
918
  "createdDate":{"shape":"Timestamp"},
919
919
  "version":{"shape":"Version"},
920
- "checksum":{"shape":"String"}
920
+ "checksum":{"shape":"String"},
921
+ "kendraConfiguration":{"shape":"KendraConfiguration"}
921
922
  }
922
923
  },
923
924
  "CreateSlotTypeVersionRequest":{
@@ -1598,7 +1599,8 @@
1598
1599
  "lastUpdatedDate":{"shape":"Timestamp"},
1599
1600
  "createdDate":{"shape":"Timestamp"},
1600
1601
  "version":{"shape":"Version"},
1601
- "checksum":{"shape":"String"}
1602
+ "checksum":{"shape":"String"},
1603
+ "kendraConfiguration":{"shape":"KendraConfiguration"}
1602
1604
  }
1603
1605
  },
1604
1606
  "GetIntentVersionsRequest":{
@@ -1787,7 +1789,7 @@
1787
1789
  "type":"string",
1788
1790
  "max":2048,
1789
1791
  "min":20,
1790
- "pattern":"^arn:[\\w\\-]+:iam::[\\d]{12}:role\\/[\\w+=,\\.@\\-]{1,64}$"
1792
+ "pattern":"^arn:[\\w\\-]+:iam::[\\d]{12}:role/.+$"
1791
1793
  },
1792
1794
  "ImportStatus":{
1793
1795
  "type":"string",
@@ -1847,6 +1849,24 @@
1847
1849
  "exception":true,
1848
1850
  "fault":true
1849
1851
  },
1852
+ "KendraConfiguration":{
1853
+ "type":"structure",
1854
+ "required":[
1855
+ "kendraIndex",
1856
+ "role"
1857
+ ],
1858
+ "members":{
1859
+ "kendraIndex":{"shape":"KendraIndexArn"},
1860
+ "queryFilterString":{"shape":"QueryFilterString"},
1861
+ "role":{"shape":"roleArn"}
1862
+ }
1863
+ },
1864
+ "KendraIndexArn":{
1865
+ "type":"string",
1866
+ "max":2048,
1867
+ "min":20,
1868
+ "pattern":"arn:aws:kendra:[a-z]+-[a-z]+-[0-9]:[0-9]{12}:index\\/[a-zA-Z0-9][a-zA-Z0-9_-]*"
1869
+ },
1850
1870
  "KmsKeyArn":{
1851
1871
  "type":"string",
1852
1872
  "max":2048,
@@ -2159,7 +2179,8 @@
2159
2179
  "fulfillmentActivity":{"shape":"FulfillmentActivity"},
2160
2180
  "parentIntentSignature":{"shape":"BuiltinIntentSignature"},
2161
2181
  "checksum":{"shape":"String"},
2162
- "createVersion":{"shape":"Boolean"}
2182
+ "createVersion":{"shape":"Boolean"},
2183
+ "kendraConfiguration":{"shape":"KendraConfiguration"}
2163
2184
  }
2164
2185
  },
2165
2186
  "PutIntentResponse":{
@@ -2180,7 +2201,8 @@
2180
2201
  "createdDate":{"shape":"Timestamp"},
2181
2202
  "version":{"shape":"Version"},
2182
2203
  "checksum":{"shape":"String"},
2183
- "createVersion":{"shape":"Boolean"}
2204
+ "createVersion":{"shape":"Boolean"},
2205
+ "kendraConfiguration":{"shape":"KendraConfiguration"}
2184
2206
  }
2185
2207
  },
2186
2208
  "PutSlotTypeRequest":{
@@ -2217,6 +2239,10 @@
2217
2239
  "slotTypeConfigurations":{"shape":"SlotTypeConfigurations"}
2218
2240
  }
2219
2241
  },
2242
+ "QueryFilterString":{
2243
+ "type":"string",
2244
+ "min":0
2245
+ },
2220
2246
  "ReferenceType":{
2221
2247
  "type":"string",
2222
2248
  "enum":[
@@ -2545,6 +2571,12 @@
2545
2571
  "max":64,
2546
2572
  "min":1,
2547
2573
  "pattern":"\\$LATEST|[0-9]+"
2574
+ },
2575
+ "roleArn":{
2576
+ "type":"string",
2577
+ "max":2048,
2578
+ "min":20,
2579
+ "pattern":"arn:aws:iam::[0-9]{12}:role/.*"
2548
2580
  }
2549
2581
  }
2550
2582
  }
@@ -965,6 +965,20 @@
965
965
  "us-west-2" : { }
966
966
  }
967
967
  },
968
+ "codeartifact" : {
969
+ "endpoints" : {
970
+ "ap-northeast-1" : { },
971
+ "ap-south-1" : { },
972
+ "ap-southeast-1" : { },
973
+ "ap-southeast-2" : { },
974
+ "eu-central-1" : { },
975
+ "eu-north-1" : { },
976
+ "eu-west-1" : { },
977
+ "us-east-1" : { },
978
+ "us-east-2" : { },
979
+ "us-west-2" : { }
980
+ }
981
+ },
968
982
  "codebuild" : {
969
983
  "endpoints" : {
970
984
  "ap-east-1" : { },
@@ -2572,6 +2586,7 @@
2572
2586
  "ap-south-1" : { },
2573
2587
  "ap-southeast-1" : { },
2574
2588
  "ap-southeast-2" : { },
2589
+ "ca-central-1" : { },
2575
2590
  "eu-central-1" : { },
2576
2591
  "eu-north-1" : { },
2577
2592
  "eu-west-1" : { },
@@ -6281,6 +6296,12 @@
6281
6296
  "cn-northwest-1" : { }
6282
6297
  }
6283
6298
  },
6299
+ "kinesisanalytics" : {
6300
+ "endpoints" : {
6301
+ "cn-north-1" : { },
6302
+ "cn-northwest-1" : { }
6303
+ }
6304
+ },
6284
6305
  "kms" : {
6285
6306
  "endpoints" : {
6286
6307
  "cn-north-1" : { },
@@ -1,4 +1,6 @@
1
1
  Aws.add_service(:IoTDataPlane, {
2
2
  api: "#{Aws::API_DIR}/iot-data/2015-05-28/api-2.json",
3
3
  docs: "#{Aws::API_DIR}/iot-data/2015-05-28/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/iot-data/2015-05-28/examples-1.json",
5
+ paginators: "#{Aws::API_DIR}/iot-data/2015-05-28/paginators-1.json",
4
6
  })
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.525'
2
+ VERSION = '2.11.526'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.11.525
4
+ version: 2.11.526
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-06-10 00:00:00.000000000 Z
11
+ date: 2020-06-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath
@@ -488,6 +488,9 @@ files:
488
488
  - apis/inspector/2016-02-16/paginators-1.json
489
489
  - apis/inspector/2016-02-16/smoke.json
490
490
  - apis/iot-data/2015-05-28/api-2.json
491
+ - apis/iot-data/2015-05-28/examples-1.json
492
+ - apis/iot-data/2015-05-28/paginators-1.json
493
+ - apis/iot-data/2015-05-28/smoke.json
491
494
  - apis/iot-jobs-data/2017-09-29/api-2.json
492
495
  - apis/iot-jobs-data/2017-09-29/examples-1.json
493
496
  - apis/iot-jobs-data/2017-09-29/paginators-1.json