aws-sdk-core 2.11.619 → 2.11.620

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: 406a382500bdb1d4e729fd499c882b218c8d530bab953bdc622c7b08d6980111
4
- data.tar.gz: 7299a4443a5870df711b8c5cd6e1a5b16d69f0a27feda794125b0bf1d5d58301
3
+ metadata.gz: 23023b8f7846e9d28c67cc4583c3969c07d0f7dd2fad389f45af00e612922b33
4
+ data.tar.gz: 0054bc7a5edf6c08ca0f6f4656c22b32fbb8d0af03e25491638f171007a58cb1
5
5
  SHA512:
6
- metadata.gz: 1835814e6c9e9f0921fec9d2fb704ccf90d97d7e6b978875e30cd79cb2f3bfde49d0b240879bb3be6191d688f5d4f28218d31e9d317f7b98aad24fad8638ebea
7
- data.tar.gz: 4e39bcd56a5a302c37d1088223b9a95f4e0a78353a432c8fa79ebff615e5a63da8cc1431792243a5dd639bcf8394023236449e3b9d85ef8113c8b7e6f126a3f1
6
+ metadata.gz: 8e075beae8cf7b3aecdcfbbaa0cb726074d40ed1f4c6478c350e2465a20d39b0f57fe091b2269c7655f36adaf98c49f22daf987e7a07fdee5335c44486ae0817
7
+ data.tar.gz: 6fddd9d139c073d28c06cda9f3a68bd3c771ab7bfa99089c39b68ac340dc21d0ddddf5db803a2d55931f7aeebbf6de7e99876323c1ac9dbcff0c39232223cab9
@@ -1002,7 +1002,8 @@
1002
1002
  "TerminationPolicies":{"shape":"TerminationPolicies"},
1003
1003
  "NewInstancesProtectedFromScaleIn":{"shape":"InstanceProtected"},
1004
1004
  "ServiceLinkedRoleARN":{"shape":"ResourceName"},
1005
- "MaxInstanceLifetime":{"shape":"MaxInstanceLifetime"}
1005
+ "MaxInstanceLifetime":{"shape":"MaxInstanceLifetime"},
1006
+ "CapacityRebalance":{"shape":"CapacityRebalanceEnabled"}
1006
1007
  }
1007
1008
  },
1008
1009
  "AutoScalingGroupDesiredCapacity":{"type":"integer"},
@@ -1153,6 +1154,7 @@
1153
1154
  "AutoScalingGroupName":{"shape":"XmlStringMaxLen255"}
1154
1155
  }
1155
1156
  },
1157
+ "CapacityRebalanceEnabled":{"type":"boolean"},
1156
1158
  "ClassicLinkVPCSecurityGroups":{
1157
1159
  "type":"list",
1158
1160
  "member":{"shape":"XmlStringMaxLen255"}
@@ -1204,6 +1206,7 @@
1204
1206
  "VPCZoneIdentifier":{"shape":"XmlStringMaxLen2047"},
1205
1207
  "TerminationPolicies":{"shape":"TerminationPolicies"},
1206
1208
  "NewInstancesProtectedFromScaleIn":{"shape":"InstanceProtected"},
1209
+ "CapacityRebalance":{"shape":"CapacityRebalanceEnabled"},
1207
1210
  "LifecycleHookSpecificationList":{"shape":"LifecycleHookSpecifications"},
1208
1211
  "Tags":{"shape":"Tags"},
1209
1212
  "ServiceLinkedRoleARN":{"shape":"ResourceName"},
@@ -2603,7 +2606,8 @@
2603
2606
  "TerminationPolicies":{"shape":"TerminationPolicies"},
2604
2607
  "NewInstancesProtectedFromScaleIn":{"shape":"InstanceProtected"},
2605
2608
  "ServiceLinkedRoleARN":{"shape":"ResourceName"},
2606
- "MaxInstanceLifetime":{"shape":"MaxInstanceLifetime"}
2609
+ "MaxInstanceLifetime":{"shape":"MaxInstanceLifetime"},
2610
+ "CapacityRebalance":{"shape":"CapacityRebalanceEnabled"}
2607
2611
  }
2608
2612
  },
2609
2613
  "Values":{
@@ -5975,6 +5975,30 @@
5975
5975
  "active"
5976
5976
  ]
5977
5977
  },
5978
+ "ClientConnectOptions":{
5979
+ "type":"structure",
5980
+ "members":{
5981
+ "Enabled":{"shape":"Boolean"},
5982
+ "LambdaFunctionArn":{"shape":"String"}
5983
+ }
5984
+ },
5985
+ "ClientConnectResponseOptions":{
5986
+ "type":"structure",
5987
+ "members":{
5988
+ "Enabled":{
5989
+ "shape":"Boolean",
5990
+ "locationName":"enabled"
5991
+ },
5992
+ "LambdaFunctionArn":{
5993
+ "shape":"String",
5994
+ "locationName":"lambdaFunctionArn"
5995
+ },
5996
+ "Status":{
5997
+ "shape":"ClientVpnEndpointAttributeStatus",
5998
+ "locationName":"status"
5999
+ }
6000
+ }
6001
+ },
5978
6002
  "ClientData":{
5979
6003
  "type":"structure",
5980
6004
  "members":{
@@ -6110,6 +6134,10 @@
6110
6134
  "ConnectionEndTime":{
6111
6135
  "shape":"String",
6112
6136
  "locationName":"connectionEndTime"
6137
+ },
6138
+ "PostureComplianceStatuses":{
6139
+ "shape":"ValueStringList",
6140
+ "locationName":"postureComplianceStatusSet"
6113
6141
  }
6114
6142
  }
6115
6143
  },
@@ -6226,9 +6254,33 @@
6226
6254
  "SelfServicePortalUrl":{
6227
6255
  "shape":"String",
6228
6256
  "locationName":"selfServicePortalUrl"
6257
+ },
6258
+ "ClientConnectOptions":{
6259
+ "shape":"ClientConnectResponseOptions",
6260
+ "locationName":"clientConnectOptions"
6229
6261
  }
6230
6262
  }
6231
6263
  },
6264
+ "ClientVpnEndpointAttributeStatus":{
6265
+ "type":"structure",
6266
+ "members":{
6267
+ "Code":{
6268
+ "shape":"ClientVpnEndpointAttributeStatusCode",
6269
+ "locationName":"code"
6270
+ },
6271
+ "Message":{
6272
+ "shape":"String",
6273
+ "locationName":"message"
6274
+ }
6275
+ }
6276
+ },
6277
+ "ClientVpnEndpointAttributeStatusCode":{
6278
+ "type":"string",
6279
+ "enum":[
6280
+ "applying",
6281
+ "applied"
6282
+ ]
6283
+ },
6232
6284
  "ClientVpnEndpointId":{"type":"string"},
6233
6285
  "ClientVpnEndpointIdList":{
6234
6286
  "type":"list",
@@ -6792,7 +6844,8 @@
6792
6844
  "locationName":"SecurityGroupId"
6793
6845
  },
6794
6846
  "VpcId":{"shape":"VpcId"},
6795
- "SelfServicePortal":{"shape":"SelfServicePortal"}
6847
+ "SelfServicePortal":{"shape":"SelfServicePortal"},
6848
+ "ClientConnectOptions":{"shape":"ClientConnectOptions"}
6796
6849
  }
6797
6850
  },
6798
6851
  "CreateClientVpnEndpointResult":{
@@ -15431,6 +15484,10 @@
15431
15484
  "prioritized"
15432
15485
  ]
15433
15486
  },
15487
+ "FleetReplacementStrategy":{
15488
+ "type":"string",
15489
+ "enum":["launch"]
15490
+ },
15434
15491
  "FleetSet":{
15435
15492
  "type":"list",
15436
15493
  "member":{
@@ -15438,6 +15495,36 @@
15438
15495
  "locationName":"item"
15439
15496
  }
15440
15497
  },
15498
+ "FleetSpotCapacityRebalance":{
15499
+ "type":"structure",
15500
+ "members":{
15501
+ "ReplacementStrategy":{
15502
+ "shape":"FleetReplacementStrategy",
15503
+ "locationName":"replacementStrategy"
15504
+ }
15505
+ }
15506
+ },
15507
+ "FleetSpotCapacityRebalanceRequest":{
15508
+ "type":"structure",
15509
+ "members":{
15510
+ "ReplacementStrategy":{"shape":"FleetReplacementStrategy"}
15511
+ }
15512
+ },
15513
+ "FleetSpotMaintenanceStrategies":{
15514
+ "type":"structure",
15515
+ "members":{
15516
+ "CapacityRebalance":{
15517
+ "shape":"FleetSpotCapacityRebalance",
15518
+ "locationName":"capacityRebalance"
15519
+ }
15520
+ }
15521
+ },
15522
+ "FleetSpotMaintenanceStrategiesRequest":{
15523
+ "type":"structure",
15524
+ "members":{
15525
+ "CapacityRebalance":{"shape":"FleetSpotCapacityRebalanceRequest"}
15526
+ }
15527
+ },
15441
15528
  "FleetStateCode":{
15442
15529
  "type":"string",
15443
15530
  "enum":[
@@ -21002,7 +21089,8 @@
21002
21089
  "locationName":"SecurityGroupId"
21003
21090
  },
21004
21091
  "VpcId":{"shape":"VpcId"},
21005
- "SelfServicePortal":{"shape":"SelfServicePortal"}
21092
+ "SelfServicePortal":{"shape":"SelfServicePortal"},
21093
+ "ClientConnectOptions":{"shape":"ClientConnectOptions"}
21006
21094
  }
21007
21095
  },
21008
21096
  "ModifyClientVpnEndpointResult":{
@@ -21054,10 +21142,7 @@
21054
21142
  },
21055
21143
  "ModifyFleetRequest":{
21056
21144
  "type":"structure",
21057
- "required":[
21058
- "FleetId",
21059
- "TargetCapacitySpecification"
21060
- ],
21145
+ "required":["FleetId"],
21061
21146
  "members":{
21062
21147
  "DryRun":{"shape":"Boolean"},
21063
21148
  "ExcessCapacityTerminationPolicy":{"shape":"FleetExcessCapacityTerminationPolicy"},
@@ -24481,6 +24566,10 @@
24481
24566
  }
24482
24567
  }
24483
24568
  },
24569
+ "ReplacementStrategy":{
24570
+ "type":"string",
24571
+ "enum":["launch"]
24572
+ },
24484
24573
  "ReportInstanceReasonCodes":{
24485
24574
  "type":"string",
24486
24575
  "enum":[
@@ -27043,6 +27132,15 @@
27043
27132
  "capacity-optimized"
27044
27133
  ]
27045
27134
  },
27135
+ "SpotCapacityRebalance":{
27136
+ "type":"structure",
27137
+ "members":{
27138
+ "ReplacementStrategy":{
27139
+ "shape":"ReplacementStrategy",
27140
+ "locationName":"replacementStrategy"
27141
+ }
27142
+ }
27143
+ },
27046
27144
  "SpotDatafeedSubscription":{
27047
27145
  "type":"structure",
27048
27146
  "members":{
@@ -27198,6 +27296,10 @@
27198
27296
  "shape":"OnDemandAllocationStrategy",
27199
27297
  "locationName":"onDemandAllocationStrategy"
27200
27298
  },
27299
+ "SpotMaintenanceStrategies":{
27300
+ "shape":"SpotMaintenanceStrategies",
27301
+ "locationName":"spotMaintenanceStrategies"
27302
+ },
27201
27303
  "ClientToken":{
27202
27304
  "shape":"String",
27203
27305
  "locationName":"clientToken"
@@ -27470,6 +27572,15 @@
27470
27572
  "persistent"
27471
27573
  ]
27472
27574
  },
27575
+ "SpotMaintenanceStrategies":{
27576
+ "type":"structure",
27577
+ "members":{
27578
+ "CapacityRebalance":{
27579
+ "shape":"SpotCapacityRebalance",
27580
+ "locationName":"capacityRebalance"
27581
+ }
27582
+ }
27583
+ },
27473
27584
  "SpotMarketOptions":{
27474
27585
  "type":"structure",
27475
27586
  "members":{
@@ -27487,6 +27598,10 @@
27487
27598
  "shape":"SpotAllocationStrategy",
27488
27599
  "locationName":"allocationStrategy"
27489
27600
  },
27601
+ "MaintenanceStrategies":{
27602
+ "shape":"FleetSpotMaintenanceStrategies",
27603
+ "locationName":"maintenanceStrategies"
27604
+ },
27490
27605
  "InstanceInterruptionBehavior":{
27491
27606
  "shape":"SpotInstanceInterruptionBehavior",
27492
27607
  "locationName":"instanceInterruptionBehavior"
@@ -27517,6 +27632,7 @@
27517
27632
  "type":"structure",
27518
27633
  "members":{
27519
27634
  "AllocationStrategy":{"shape":"SpotAllocationStrategy"},
27635
+ "MaintenanceStrategies":{"shape":"FleetSpotMaintenanceStrategiesRequest"},
27520
27636
  "InstanceInterruptionBehavior":{"shape":"SpotInstanceInterruptionBehavior"},
27521
27637
  "InstancePoolsToUseCount":{"shape":"Integer"},
27522
27638
  "SingleInstanceType":{"shape":"Boolean"},
@@ -650,7 +650,8 @@
650
650
  "type":"structure",
651
651
  "members":{
652
652
  "Enabled":{"shape":"Boolean"},
653
- "InternalUserDatabaseEnabled":{"shape":"Boolean"}
653
+ "InternalUserDatabaseEnabled":{"shape":"Boolean"},
654
+ "SAMLOptions":{"shape":"SAMLOptionsOutput"}
654
655
  }
655
656
  },
656
657
  "AdvancedSecurityOptionsInput":{
@@ -658,7 +659,8 @@
658
659
  "members":{
659
660
  "Enabled":{"shape":"Boolean"},
660
661
  "InternalUserDatabaseEnabled":{"shape":"Boolean"},
661
- "MasterUserOptions":{"shape":"MasterUserOptions"}
662
+ "MasterUserOptions":{"shape":"MasterUserOptions"},
663
+ "SAMLOptions":{"shape":"SAMLOptionsInput"}
662
664
  }
663
665
  },
664
666
  "AdvancedSecurityOptionsStatus":{
@@ -697,6 +699,11 @@
697
699
  "DomainPackageDetails":{"shape":"DomainPackageDetails"}
698
700
  }
699
701
  },
702
+ "BackendRole":{
703
+ "type":"string",
704
+ "max":256,
705
+ "min":1
706
+ },
700
707
  "BaseException":{
701
708
  "type":"structure",
702
709
  "members":{
@@ -2101,6 +2108,49 @@
2101
2108
  "min":3
2102
2109
  },
2103
2110
  "S3Key":{"type":"string"},
2111
+ "SAMLEntityId":{
2112
+ "type":"string",
2113
+ "max":512,
2114
+ "min":8
2115
+ },
2116
+ "SAMLIdp":{
2117
+ "type":"structure",
2118
+ "required":[
2119
+ "MetadataContent",
2120
+ "EntityId"
2121
+ ],
2122
+ "members":{
2123
+ "MetadataContent":{"shape":"SAMLMetadata"},
2124
+ "EntityId":{"shape":"SAMLEntityId"}
2125
+ }
2126
+ },
2127
+ "SAMLMetadata":{
2128
+ "type":"string",
2129
+ "max":1048576,
2130
+ "min":1
2131
+ },
2132
+ "SAMLOptionsInput":{
2133
+ "type":"structure",
2134
+ "members":{
2135
+ "Enabled":{"shape":"Boolean"},
2136
+ "Idp":{"shape":"SAMLIdp"},
2137
+ "MasterUserName":{"shape":"Username"},
2138
+ "MasterBackendRole":{"shape":"BackendRole"},
2139
+ "SubjectKey":{"shape":"String"},
2140
+ "RolesKey":{"shape":"String"},
2141
+ "SessionTimeoutMinutes":{"shape":"IntegerClass"}
2142
+ }
2143
+ },
2144
+ "SAMLOptionsOutput":{
2145
+ "type":"structure",
2146
+ "members":{
2147
+ "Enabled":{"shape":"Boolean"},
2148
+ "Idp":{"shape":"SAMLIdp"},
2149
+ "SubjectKey":{"shape":"String"},
2150
+ "RolesKey":{"shape":"String"},
2151
+ "SessionTimeoutMinutes":{"shape":"IntegerClass"}
2152
+ }
2153
+ },
2104
2154
  "ServiceSoftwareOptions":{
2105
2155
  "type":"structure",
2106
2156
  "members":{
@@ -2488,7 +2488,8 @@
2488
2488
  "errors":[
2489
2489
  {"shape":"InvalidRequestException"},
2490
2490
  {"shape":"InternalFailureException"},
2491
- {"shape":"ResourceNotFoundException"}
2491
+ {"shape":"ResourceNotFoundException"},
2492
+ {"shape":"ThrottlingException"}
2492
2493
  ]
2493
2494
  },
2494
2495
  "ListThingGroupsForThing":{
@@ -2502,7 +2503,8 @@
2502
2503
  "errors":[
2503
2504
  {"shape":"InvalidRequestException"},
2504
2505
  {"shape":"InternalFailureException"},
2505
- {"shape":"ResourceNotFoundException"}
2506
+ {"shape":"ResourceNotFoundException"},
2507
+ {"shape":"ThrottlingException"}
2506
2508
  ]
2507
2509
  },
2508
2510
  "ListThingPrincipals":{
@@ -2610,7 +2612,8 @@
2610
2612
  "errors":[
2611
2613
  {"shape":"InvalidRequestException"},
2612
2614
  {"shape":"InternalFailureException"},
2613
- {"shape":"ResourceNotFoundException"}
2615
+ {"shape":"ResourceNotFoundException"},
2616
+ {"shape":"ThrottlingException"}
2614
2617
  ]
2615
2618
  },
2616
2619
  "ListTopicRuleDestinations":{
@@ -8797,6 +8800,16 @@
8797
8800
  "type":"structure",
8798
8801
  "required":["thingName"],
8799
8802
  "members":{
8803
+ "nextToken":{
8804
+ "shape":"NextToken",
8805
+ "location":"querystring",
8806
+ "locationName":"nextToken"
8807
+ },
8808
+ "maxResults":{
8809
+ "shape":"RegistryMaxResults",
8810
+ "location":"querystring",
8811
+ "locationName":"maxResults"
8812
+ },
8800
8813
  "thingName":{
8801
8814
  "shape":"ThingName",
8802
8815
  "location":"uri",
@@ -8807,7 +8820,8 @@
8807
8820
  "ListThingPrincipalsResponse":{
8808
8821
  "type":"structure",
8809
8822
  "members":{
8810
- "principals":{"shape":"Principals"}
8823
+ "principals":{"shape":"Principals"},
8824
+ "nextToken":{"shape":"NextToken"}
8811
8825
  }
8812
8826
  },
8813
8827
  "ListThingRegistrationTaskReportsRequest":{
@@ -221,6 +221,12 @@
221
221
  "output_token": "nextToken",
222
222
  "result_key": "thingGroups"
223
223
  },
224
+ "ListThingPrincipals": {
225
+ "input_token": "nextToken",
226
+ "limit_key": "maxResults",
227
+ "output_token": "nextToken",
228
+ "result_key": "principals"
229
+ },
224
230
  "ListThingRegistrationTaskReports": {
225
231
  "input_token": "nextToken",
226
232
  "limit_key": "maxResults",
@@ -25,6 +25,8 @@
25
25
  {"shape":"InternalServiceErrorException"},
26
26
  {"shape":"InvalidProductCodeException"},
27
27
  {"shape":"InvalidUsageDimensionException"},
28
+ {"shape":"InvalidTagException"},
29
+ {"shape":"InvalidUsageAllocationsException"},
28
30
  {"shape":"InvalidCustomerIdentifierException"},
29
31
  {"shape":"TimestampOutOfBoundsException"},
30
32
  {"shape":"ThrottlingException"},
@@ -43,6 +45,8 @@
43
45
  {"shape":"InternalServiceErrorException"},
44
46
  {"shape":"InvalidProductCodeException"},
45
47
  {"shape":"InvalidUsageDimensionException"},
48
+ {"shape":"InvalidTagException"},
49
+ {"shape":"InvalidUsageAllocationsException"},
46
50
  {"shape":"InvalidEndpointRegionException"},
47
51
  {"shape":"TimestampOutOfBoundsException"},
48
52
  {"shape":"DuplicateRequestException"},
@@ -87,6 +91,11 @@
87
91
  }
88
92
  },
89
93
  "shapes":{
94
+ "AllocatedUsageQuantity":{
95
+ "type":"integer",
96
+ "max":2147483647,
97
+ "min":0
98
+ },
90
99
  "BatchMeterUsageRequest":{
91
100
  "type":"structure",
92
101
  "required":[
@@ -109,7 +118,8 @@
109
118
  "CustomerIdentifier":{
110
119
  "type":"string",
111
120
  "max":255,
112
- "min":1
121
+ "min":1,
122
+ "pattern":"[\\s\\S]+"
113
123
  },
114
124
  "CustomerNotEntitledException":{
115
125
  "type":"structure",
@@ -182,6 +192,13 @@
182
192
  },
183
193
  "exception":true
184
194
  },
195
+ "InvalidTagException":{
196
+ "type":"structure",
197
+ "members":{
198
+ "message":{"shape":"errorMessage"}
199
+ },
200
+ "exception":true
201
+ },
185
202
  "InvalidTokenException":{
186
203
  "type":"structure",
187
204
  "members":{
@@ -189,6 +206,13 @@
189
206
  },
190
207
  "exception":true
191
208
  },
209
+ "InvalidUsageAllocationsException":{
210
+ "type":"structure",
211
+ "members":{
212
+ "message":{"shape":"errorMessage"}
213
+ },
214
+ "exception":true
215
+ },
192
216
  "InvalidUsageDimensionException":{
193
217
  "type":"structure",
194
218
  "members":{
@@ -208,7 +232,8 @@
208
232
  "Timestamp":{"shape":"Timestamp"},
209
233
  "UsageDimension":{"shape":"UsageDimension"},
210
234
  "UsageQuantity":{"shape":"UsageQuantity"},
211
- "DryRun":{"shape":"Boolean"}
235
+ "DryRun":{"shape":"Boolean"},
236
+ "UsageAllocations":{"shape":"UsageAllocations"}
212
237
  }
213
238
  },
214
239
  "MeterUsageResult":{
@@ -219,11 +244,12 @@
219
244
  },
220
245
  "NonEmptyString":{
221
246
  "type":"string",
222
- "pattern":"\\S+"
247
+ "pattern":"[\\s\\S]+"
223
248
  },
224
249
  "Nonce":{
225
250
  "type":"string",
226
- "max":255
251
+ "max":255,
252
+ "pattern":"[\\s\\S]*"
227
253
  },
228
254
  "PlatformNotSupportedException":{
229
255
  "type":"structure",
@@ -235,7 +261,8 @@
235
261
  "ProductCode":{
236
262
  "type":"string",
237
263
  "max":255,
238
- "min":1
264
+ "min":1,
265
+ "pattern":"[\\s\\S]+"
239
266
  },
240
267
  "RegisterUsageRequest":{
241
268
  "type":"structure",
@@ -271,6 +298,35 @@
271
298
  }
272
299
  },
273
300
  "String":{"type":"string"},
301
+ "Tag":{
302
+ "type":"structure",
303
+ "required":[
304
+ "Key",
305
+ "Value"
306
+ ],
307
+ "members":{
308
+ "Key":{"shape":"TagKey"},
309
+ "Value":{"shape":"TagValue"}
310
+ }
311
+ },
312
+ "TagKey":{
313
+ "type":"string",
314
+ "max":100,
315
+ "min":1,
316
+ "pattern":"^[a-zA-Z0-9+ -=._:\\/@]+$"
317
+ },
318
+ "TagList":{
319
+ "type":"list",
320
+ "member":{"shape":"Tag"},
321
+ "max":5,
322
+ "min":1
323
+ },
324
+ "TagValue":{
325
+ "type":"string",
326
+ "max":256,
327
+ "min":1,
328
+ "pattern":"^[a-zA-Z0-9+ -=._:\\/@]+$"
329
+ },
274
330
  "ThrottlingException":{
275
331
  "type":"structure",
276
332
  "members":{
@@ -286,10 +342,25 @@
286
342
  },
287
343
  "exception":true
288
344
  },
345
+ "UsageAllocation":{
346
+ "type":"structure",
347
+ "required":["AllocatedUsageQuantity"],
348
+ "members":{
349
+ "AllocatedUsageQuantity":{"shape":"AllocatedUsageQuantity"},
350
+ "Tags":{"shape":"TagList"}
351
+ }
352
+ },
353
+ "UsageAllocations":{
354
+ "type":"list",
355
+ "member":{"shape":"UsageAllocation"},
356
+ "max":500,
357
+ "min":1
358
+ },
289
359
  "UsageDimension":{
290
360
  "type":"string",
291
361
  "max":255,
292
- "min":1
362
+ "min":1,
363
+ "pattern":"[\\s\\S]+"
293
364
  },
294
365
  "UsageQuantity":{
295
366
  "type":"integer",
@@ -307,7 +378,8 @@
307
378
  "Timestamp":{"shape":"Timestamp"},
308
379
  "CustomerIdentifier":{"shape":"CustomerIdentifier"},
309
380
  "Dimension":{"shape":"UsageDimension"},
310
- "Quantity":{"shape":"UsageQuantity"}
381
+ "Quantity":{"shape":"UsageQuantity"},
382
+ "UsageAllocations":{"shape":"UsageAllocations"}
311
383
  }
312
384
  },
313
385
  "UsageRecordList":{
@@ -673,6 +673,10 @@
673
673
  "shape" : "DeploymentMode",
674
674
  "locationName" : "deploymentMode"
675
675
  },
676
+ "EngineType" : {
677
+ "shape" : "EngineType",
678
+ "locationName" : "engineType"
679
+ },
676
680
  "HostInstanceType" : {
677
681
  "shape" : "__string",
678
682
  "locationName" : "hostInstanceType"
@@ -1225,7 +1229,7 @@
1225
1229
  },
1226
1230
  "DeploymentMode" : {
1227
1231
  "type" : "string",
1228
- "enum" : [ "SINGLE_INSTANCE", "ACTIVE_STANDBY_MULTI_AZ" ]
1232
+ "enum" : [ "SINGLE_INSTANCE", "ACTIVE_STANDBY_MULTI_AZ", "CLUSTER_MULTI_AZ" ]
1229
1233
  },
1230
1234
  "DescribeBrokerEngineTypesRequest" : {
1231
1235
  "type" : "structure",
@@ -1752,7 +1756,7 @@
1752
1756
  },
1753
1757
  "EngineType" : {
1754
1758
  "type" : "string",
1755
- "enum" : [ "ACTIVEMQ" ]
1759
+ "enum" : [ "ACTIVEMQ", "RABBITMQ" ]
1756
1760
  },
1757
1761
  "EngineVersion" : {
1758
1762
  "type" : "structure",
@@ -2410,7 +2410,7 @@
2410
2410
  "PortfolioId":{"shape":"Id"},
2411
2411
  "OrganizationParentId":{"shape":"Id"},
2412
2412
  "PageToken":{"shape":"PageToken"},
2413
- "PageSize":{"shape":"PageSize"}
2413
+ "PageSize":{"shape":"PageSizeMax100"}
2414
2414
  }
2415
2415
  },
2416
2416
  "ListPortfolioAccessOutput":{
@@ -2698,6 +2698,11 @@
2698
2698
  "max":20,
2699
2699
  "min":0
2700
2700
  },
2701
+ "PageSizeMax100":{
2702
+ "type":"integer",
2703
+ "max":100,
2704
+ "min":0
2705
+ },
2701
2706
  "PageToken":{
2702
2707
  "type":"string",
2703
2708
  "max":2024,
@@ -116,7 +116,9 @@
116
116
  "es-US",
117
117
  "fr-CA",
118
118
  "fr-FR",
119
- "en-AU"
119
+ "en-AU",
120
+ "it-IT",
121
+ "de-DE"
120
122
  ]
121
123
  },
122
124
  "LimitExceededException":{
@@ -115,6 +115,58 @@
115
115
  {"shape":"ThrottledException"}
116
116
  ]
117
117
  },
118
+ "GetInsight":{
119
+ "name":"GetInsight",
120
+ "http":{
121
+ "method":"POST",
122
+ "requestUri":"/Insight"
123
+ },
124
+ "input":{"shape":"GetInsightRequest"},
125
+ "output":{"shape":"GetInsightResult"},
126
+ "errors":[
127
+ {"shape":"InvalidRequestException"},
128
+ {"shape":"ThrottledException"}
129
+ ]
130
+ },
131
+ "GetInsightEvents":{
132
+ "name":"GetInsightEvents",
133
+ "http":{
134
+ "method":"POST",
135
+ "requestUri":"/InsightEvents"
136
+ },
137
+ "input":{"shape":"GetInsightEventsRequest"},
138
+ "output":{"shape":"GetInsightEventsResult"},
139
+ "errors":[
140
+ {"shape":"InvalidRequestException"},
141
+ {"shape":"ThrottledException"}
142
+ ]
143
+ },
144
+ "GetInsightImpactGraph":{
145
+ "name":"GetInsightImpactGraph",
146
+ "http":{
147
+ "method":"POST",
148
+ "requestUri":"/InsightImpactGraph"
149
+ },
150
+ "input":{"shape":"GetInsightImpactGraphRequest"},
151
+ "output":{"shape":"GetInsightImpactGraphResult"},
152
+ "errors":[
153
+ {"shape":"InvalidRequestException"},
154
+ {"shape":"ThrottledException"}
155
+ ]
156
+ },
157
+ "GetInsightSummaries":{
158
+ "name":"GetInsightSummaries",
159
+ "http":{
160
+ "method":"POST",
161
+ "requestUri":"/InsightSummaries"
162
+ },
163
+ "input":{"shape":"GetInsightSummariesRequest"},
164
+ "output":{"shape":"GetInsightSummariesResult"},
165
+ "errors":[
166
+ {"shape":"InvalidRequestException"},
167
+ {"shape":"ThrottledException"}
168
+ ]
169
+ },
118
170
  "GetSamplingRules":{
119
171
  "name":"GetSamplingRules",
120
172
  "http":{
@@ -351,6 +403,16 @@
351
403
  "key":{"shape":"AnnotationKey"},
352
404
  "value":{"shape":"ValuesWithServiceIds"}
353
405
  },
406
+ "AnomalousService":{
407
+ "type":"structure",
408
+ "members":{
409
+ "ServiceId":{"shape":"ServiceId"}
410
+ }
411
+ },
412
+ "AnomalousServiceList":{
413
+ "type":"list",
414
+ "member":{"shape":"AnomalousService"}
415
+ },
354
416
  "AttributeKey":{
355
417
  "type":"string",
356
418
  "max":32,
@@ -574,6 +636,7 @@
574
636
  "TotalCount":{"shape":"NullableLong"}
575
637
  }
576
638
  },
639
+ "EventSummaryText":{"type":"string"},
577
640
  "FaultRootCause":{
578
641
  "type":"structure",
579
642
  "members":{
@@ -625,6 +688,13 @@
625
688
  "max":1,
626
689
  "min":0
627
690
  },
691
+ "ForecastStatistics":{
692
+ "type":"structure",
693
+ "members":{
694
+ "FaultCountHigh":{"shape":"NullableLong"},
695
+ "FaultCountLow":{"shape":"NullableLong"}
696
+ }
697
+ },
628
698
  "GetEncryptionConfigRequest":{
629
699
  "type":"structure",
630
700
  "members":{
@@ -667,6 +737,94 @@
667
737
  "NextToken":{"shape":"String"}
668
738
  }
669
739
  },
740
+ "GetInsightEventsMaxResults":{
741
+ "type":"integer",
742
+ "max":50,
743
+ "min":1
744
+ },
745
+ "GetInsightEventsRequest":{
746
+ "type":"structure",
747
+ "required":["InsightId"],
748
+ "members":{
749
+ "InsightId":{"shape":"InsightId"},
750
+ "MaxResults":{"shape":"GetInsightEventsMaxResults"},
751
+ "NextToken":{"shape":"Token"}
752
+ }
753
+ },
754
+ "GetInsightEventsResult":{
755
+ "type":"structure",
756
+ "members":{
757
+ "InsightEvents":{"shape":"InsightEventList"},
758
+ "NextToken":{"shape":"Token"}
759
+ }
760
+ },
761
+ "GetInsightImpactGraphRequest":{
762
+ "type":"structure",
763
+ "required":[
764
+ "InsightId",
765
+ "StartTime",
766
+ "EndTime"
767
+ ],
768
+ "members":{
769
+ "InsightId":{"shape":"InsightId"},
770
+ "StartTime":{"shape":"Timestamp"},
771
+ "EndTime":{"shape":"Timestamp"},
772
+ "NextToken":{"shape":"Token"}
773
+ }
774
+ },
775
+ "GetInsightImpactGraphResult":{
776
+ "type":"structure",
777
+ "members":{
778
+ "InsightId":{"shape":"InsightId"},
779
+ "StartTime":{"shape":"Timestamp"},
780
+ "EndTime":{"shape":"Timestamp"},
781
+ "ServiceGraphStartTime":{"shape":"Timestamp"},
782
+ "ServiceGraphEndTime":{"shape":"Timestamp"},
783
+ "Services":{"shape":"InsightImpactGraphServiceList"},
784
+ "NextToken":{"shape":"Token"}
785
+ }
786
+ },
787
+ "GetInsightRequest":{
788
+ "type":"structure",
789
+ "required":["InsightId"],
790
+ "members":{
791
+ "InsightId":{"shape":"InsightId"}
792
+ }
793
+ },
794
+ "GetInsightResult":{
795
+ "type":"structure",
796
+ "members":{
797
+ "Insight":{"shape":"Insight"}
798
+ }
799
+ },
800
+ "GetInsightSummariesMaxResults":{
801
+ "type":"integer",
802
+ "max":100,
803
+ "min":1
804
+ },
805
+ "GetInsightSummariesRequest":{
806
+ "type":"structure",
807
+ "required":[
808
+ "StartTime",
809
+ "EndTime"
810
+ ],
811
+ "members":{
812
+ "States":{"shape":"InsightStateList"},
813
+ "GroupARN":{"shape":"GroupARN"},
814
+ "GroupName":{"shape":"GroupName"},
815
+ "StartTime":{"shape":"Timestamp"},
816
+ "EndTime":{"shape":"Timestamp"},
817
+ "MaxResults":{"shape":"GetInsightSummariesMaxResults"},
818
+ "NextToken":{"shape":"Token"}
819
+ }
820
+ },
821
+ "GetInsightSummariesResult":{
822
+ "type":"structure",
823
+ "members":{
824
+ "InsightSummaries":{"shape":"InsightSummaryList"},
825
+ "NextToken":{"shape":"Token"}
826
+ }
827
+ },
670
828
  "GetSamplingRulesRequest":{
671
829
  "type":"structure",
672
830
  "members":{
@@ -745,6 +903,7 @@
745
903
  "GroupARN":{"shape":"GroupARN"},
746
904
  "EntitySelectorExpression":{"shape":"EntitySelectorExpression"},
747
905
  "Period":{"shape":"NullableInteger"},
906
+ "ForecastStatistics":{"shape":"NullableBoolean"},
748
907
  "NextToken":{"shape":"String"}
749
908
  }
750
909
  },
@@ -861,6 +1020,110 @@
861
1020
  "ClientIp":{"shape":"String"}
862
1021
  }
863
1022
  },
1023
+ "Insight":{
1024
+ "type":"structure",
1025
+ "members":{
1026
+ "InsightId":{"shape":"InsightId"},
1027
+ "GroupARN":{"shape":"GroupARN"},
1028
+ "GroupName":{"shape":"GroupName"},
1029
+ "RootCauseServiceId":{"shape":"ServiceId"},
1030
+ "Categories":{"shape":"InsightCategoryList"},
1031
+ "State":{"shape":"InsightState"},
1032
+ "StartTime":{"shape":"Timestamp"},
1033
+ "EndTime":{"shape":"Timestamp"},
1034
+ "Summary":{"shape":"InsightSummaryText"},
1035
+ "ClientRequestImpactStatistics":{"shape":"RequestImpactStatistics"},
1036
+ "RootCauseServiceRequestImpactStatistics":{"shape":"RequestImpactStatistics"},
1037
+ "TopAnomalousServices":{"shape":"AnomalousServiceList"}
1038
+ }
1039
+ },
1040
+ "InsightCategory":{
1041
+ "type":"string",
1042
+ "enum":["FAULT"]
1043
+ },
1044
+ "InsightCategoryList":{
1045
+ "type":"list",
1046
+ "member":{"shape":"InsightCategory"}
1047
+ },
1048
+ "InsightEvent":{
1049
+ "type":"structure",
1050
+ "members":{
1051
+ "Summary":{"shape":"EventSummaryText"},
1052
+ "EventTime":{"shape":"Timestamp"},
1053
+ "ClientRequestImpactStatistics":{"shape":"RequestImpactStatistics"},
1054
+ "RootCauseServiceRequestImpactStatistics":{"shape":"RequestImpactStatistics"},
1055
+ "TopAnomalousServices":{"shape":"AnomalousServiceList"}
1056
+ }
1057
+ },
1058
+ "InsightEventList":{
1059
+ "type":"list",
1060
+ "member":{"shape":"InsightEvent"}
1061
+ },
1062
+ "InsightId":{
1063
+ "type":"string",
1064
+ "pattern":"[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-5][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}"
1065
+ },
1066
+ "InsightImpactGraphEdge":{
1067
+ "type":"structure",
1068
+ "members":{
1069
+ "ReferenceId":{"shape":"NullableInteger"}
1070
+ }
1071
+ },
1072
+ "InsightImpactGraphEdgeList":{
1073
+ "type":"list",
1074
+ "member":{"shape":"InsightImpactGraphEdge"}
1075
+ },
1076
+ "InsightImpactGraphService":{
1077
+ "type":"structure",
1078
+ "members":{
1079
+ "ReferenceId":{"shape":"NullableInteger"},
1080
+ "Type":{"shape":"String"},
1081
+ "Name":{"shape":"String"},
1082
+ "Names":{"shape":"ServiceNames"},
1083
+ "AccountId":{"shape":"String"},
1084
+ "Edges":{"shape":"InsightImpactGraphEdgeList"}
1085
+ }
1086
+ },
1087
+ "InsightImpactGraphServiceList":{
1088
+ "type":"list",
1089
+ "member":{"shape":"InsightImpactGraphService"}
1090
+ },
1091
+ "InsightState":{
1092
+ "type":"string",
1093
+ "enum":[
1094
+ "ACTIVE",
1095
+ "CLOSED"
1096
+ ]
1097
+ },
1098
+ "InsightStateList":{
1099
+ "type":"list",
1100
+ "member":{"shape":"InsightState"},
1101
+ "max":1,
1102
+ "min":0
1103
+ },
1104
+ "InsightSummary":{
1105
+ "type":"structure",
1106
+ "members":{
1107
+ "InsightId":{"shape":"InsightId"},
1108
+ "GroupARN":{"shape":"GroupARN"},
1109
+ "GroupName":{"shape":"GroupName"},
1110
+ "RootCauseServiceId":{"shape":"ServiceId"},
1111
+ "Categories":{"shape":"InsightCategoryList"},
1112
+ "State":{"shape":"InsightState"},
1113
+ "StartTime":{"shape":"Timestamp"},
1114
+ "EndTime":{"shape":"Timestamp"},
1115
+ "Summary":{"shape":"InsightSummaryText"},
1116
+ "ClientRequestImpactStatistics":{"shape":"RequestImpactStatistics"},
1117
+ "RootCauseServiceRequestImpactStatistics":{"shape":"RequestImpactStatistics"},
1118
+ "TopAnomalousServices":{"shape":"AnomalousServiceList"},
1119
+ "LastUpdateTime":{"shape":"Timestamp"}
1120
+ }
1121
+ },
1122
+ "InsightSummaryList":{
1123
+ "type":"list",
1124
+ "member":{"shape":"InsightSummary"}
1125
+ },
1126
+ "InsightSummaryText":{"type":"string"},
864
1127
  "InsightsConfiguration":{
865
1128
  "type":"structure",
866
1129
  "members":{
@@ -952,6 +1215,14 @@
952
1215
  "type":"integer",
953
1216
  "min":0
954
1217
  },
1218
+ "RequestImpactStatistics":{
1219
+ "type":"structure",
1220
+ "members":{
1221
+ "FaultCount":{"shape":"NullableLong"},
1222
+ "OkCount":{"shape":"NullableLong"},
1223
+ "TotalCount":{"shape":"NullableLong"}
1224
+ }
1225
+ },
955
1226
  "ReservoirSize":{
956
1227
  "type":"integer",
957
1228
  "min":0
@@ -1324,6 +1595,7 @@
1324
1595
  "Timestamp":{"shape":"Timestamp"},
1325
1596
  "EdgeSummaryStatistics":{"shape":"EdgeStatistics"},
1326
1597
  "ServiceSummaryStatistics":{"shape":"ServiceStatistics"},
1598
+ "ServiceForecastStatistics":{"shape":"ForecastStatistics"},
1327
1599
  "ResponseTimeHistogram":{"shape":"Histogram"}
1328
1600
  }
1329
1601
  },
@@ -1332,6 +1604,11 @@
1332
1604
  "member":{"shape":"TimeSeriesServiceStatistics"}
1333
1605
  },
1334
1606
  "Timestamp":{"type":"timestamp"},
1607
+ "Token":{
1608
+ "type":"string",
1609
+ "max":2000,
1610
+ "min":1
1611
+ },
1335
1612
  "TooManyTagsException":{
1336
1613
  "type":"structure",
1337
1614
  "members":{
@@ -10,6 +10,16 @@
10
10
  "output_token": "NextToken",
11
11
  "result_key": "Groups"
12
12
  },
13
+ "GetInsightEvents": {
14
+ "input_token": "NextToken",
15
+ "limit_key": "MaxResults",
16
+ "output_token": "NextToken"
17
+ },
18
+ "GetInsightSummaries": {
19
+ "input_token": "NextToken",
20
+ "limit_key": "MaxResults",
21
+ "output_token": "NextToken"
22
+ },
13
23
  "GetSamplingRules": {
14
24
  "input_token": "NextToken",
15
25
  "output_token": "NextToken",
@@ -2065,6 +2065,12 @@
2065
2065
  },
2066
2066
  "hostname" : "fips.eks.us-east-2.amazonaws.com"
2067
2067
  },
2068
+ "fips-us-west-1" : {
2069
+ "credentialScope" : {
2070
+ "region" : "us-west-1"
2071
+ },
2072
+ "hostname" : "fips.eks.us-west-1.amazonaws.com"
2073
+ },
2068
2074
  "fips-us-west-2" : {
2069
2075
  "credentialScope" : {
2070
2076
  "region" : "us-west-2"
@@ -3362,6 +3368,30 @@
3362
3368
  "eu-west-1" : { },
3363
3369
  "eu-west-2" : { },
3364
3370
  "eu-west-3" : { },
3371
+ "fips-us-east-1" : {
3372
+ "credentialScope" : {
3373
+ "region" : "us-east-1"
3374
+ },
3375
+ "hostname" : "lakeformation-fips.us-east-1.amazonaws.com"
3376
+ },
3377
+ "fips-us-east-2" : {
3378
+ "credentialScope" : {
3379
+ "region" : "us-east-2"
3380
+ },
3381
+ "hostname" : "lakeformation-fips.us-east-2.amazonaws.com"
3382
+ },
3383
+ "fips-us-west-1" : {
3384
+ "credentialScope" : {
3385
+ "region" : "us-west-1"
3386
+ },
3387
+ "hostname" : "lakeformation-fips.us-west-1.amazonaws.com"
3388
+ },
3389
+ "fips-us-west-2" : {
3390
+ "credentialScope" : {
3391
+ "region" : "us-west-2"
3392
+ },
3393
+ "hostname" : "lakeformation-fips.us-west-2.amazonaws.com"
3394
+ },
3365
3395
  "sa-east-1" : { },
3366
3396
  "us-east-1" : { },
3367
3397
  "us-east-2" : { },
@@ -4228,6 +4258,7 @@
4228
4258
  "ap-northeast-1" : { },
4229
4259
  "ap-northeast-2" : { },
4230
4260
  "ap-south-1" : { },
4261
+ "ap-southeast-1" : { },
4231
4262
  "ap-southeast-2" : { },
4232
4263
  "ca-central-1" : { },
4233
4264
  "eu-central-1" : { },
@@ -7708,6 +7739,18 @@
7708
7739
  "protocols" : [ "http", "https" ]
7709
7740
  },
7710
7741
  "endpoints" : {
7742
+ "fips-us-gov-east-1" : {
7743
+ "credentialScope" : {
7744
+ "region" : "us-gov-east-1"
7745
+ },
7746
+ "hostname" : "eks.us-gov-east-1.amazonaws.com"
7747
+ },
7748
+ "fips-us-gov-west-1" : {
7749
+ "credentialScope" : {
7750
+ "region" : "us-gov-west-1"
7751
+ },
7752
+ "hostname" : "eks.us-gov-west-1.amazonaws.com"
7753
+ },
7711
7754
  "us-gov-east-1" : { },
7712
7755
  "us-gov-west-1" : { }
7713
7756
  }
@@ -7915,6 +7958,7 @@
7915
7958
  "protocols" : [ "https" ]
7916
7959
  },
7917
7960
  "endpoints" : {
7961
+ "us-gov-east-1" : { },
7918
7962
  "us-gov-west-1" : { },
7919
7963
  "us-gov-west-1-fips" : {
7920
7964
  "credentialScope" : {
@@ -9054,6 +9098,16 @@
9054
9098
  }
9055
9099
  },
9056
9100
  "services" : {
9101
+ "api.ecr" : {
9102
+ "endpoints" : {
9103
+ "us-isob-east-1" : {
9104
+ "credentialScope" : {
9105
+ "region" : "us-isob-east-1"
9106
+ },
9107
+ "hostname" : "api.ecr.us-isob-east-1.sc2s.sgov.gov"
9108
+ }
9109
+ }
9110
+ },
9057
9111
  "application-autoscaling" : {
9058
9112
  "defaults" : {
9059
9113
  "protocols" : [ "http", "https" ]
@@ -9117,6 +9171,11 @@
9117
9171
  "us-isob-east-1" : { }
9118
9172
  }
9119
9173
  },
9174
+ "ecs" : {
9175
+ "endpoints" : {
9176
+ "us-isob-east-1" : { }
9177
+ }
9178
+ },
9120
9179
  "elasticache" : {
9121
9180
  "endpoints" : {
9122
9181
  "us-isob-east-1" : { }
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.619'
2
+ VERSION = '2.11.620'
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.619
4
+ version: 2.11.620
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-11-02 00:00:00.000000000 Z
11
+ date: 2020-11-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath