aws-sdk-core 2.11.570 → 2.11.575

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,22 +3,44 @@
3
3
  "ListResolverEndpointIpAddresses": {
4
4
  "input_token": "NextToken",
5
5
  "output_token": "NextToken",
6
- "limit_key": "MaxResults"
6
+ "limit_key": "MaxResults",
7
+ "result_key": "IpAddresses"
7
8
  },
8
9
  "ListResolverEndpoints": {
9
10
  "input_token": "NextToken",
10
11
  "output_token": "NextToken",
11
- "limit_key": "MaxResults"
12
+ "limit_key": "MaxResults",
13
+ "result_key": "ResolverEndpoints"
14
+ },
15
+ "ListResolverQueryLogConfigAssociations": {
16
+ "input_token": "NextToken",
17
+ "output_token": "NextToken",
18
+ "limit_key": "MaxResults",
19
+ "result_key": "ResolverQueryLogConfigAssociations"
20
+ },
21
+ "ListResolverQueryLogConfigs": {
22
+ "input_token": "NextToken",
23
+ "output_token": "NextToken",
24
+ "limit_key": "MaxResults",
25
+ "result_key": "ResolverQueryLogConfigs"
12
26
  },
13
27
  "ListResolverRuleAssociations": {
14
28
  "input_token": "NextToken",
15
29
  "output_token": "NextToken",
16
- "limit_key": "MaxResults"
30
+ "limit_key": "MaxResults",
31
+ "result_key": "ResolverRuleAssociations"
17
32
  },
18
33
  "ListResolverRules": {
19
34
  "input_token": "NextToken",
20
35
  "output_token": "NextToken",
21
- "limit_key": "MaxResults"
36
+ "limit_key": "MaxResults",
37
+ "result_key": "ResolverRules"
38
+ },
39
+ "ListTagsForResource": {
40
+ "input_token": "NextToken",
41
+ "output_token": "NextToken",
42
+ "limit_key": "MaxResults",
43
+ "result_key": "Tags"
22
44
  }
23
45
  }
24
46
  }
@@ -3237,7 +3237,7 @@
3237
3237
  "SchemaDeleteOption":{"shape":"InventorySchemaDeleteOption"},
3238
3238
  "DryRun":{"shape":"DryRun"},
3239
3239
  "ClientToken":{
3240
- "shape":"ClientToken",
3240
+ "shape":"UUID",
3241
3241
  "idempotencyToken":true
3242
3242
  }
3243
3243
  }
@@ -3245,7 +3245,7 @@
3245
3245
  "DeleteInventoryResult":{
3246
3246
  "type":"structure",
3247
3247
  "members":{
3248
- "DeletionId":{"shape":"InventoryDeletionId"},
3248
+ "DeletionId":{"shape":"UUID"},
3249
3249
  "TypeName":{"shape":"InventoryItemTypeName"},
3250
3250
  "DeletionSummary":{"shape":"InventoryDeletionSummary"}
3251
3251
  }
@@ -3713,7 +3713,7 @@
3713
3713
  "DescribeInventoryDeletionsRequest":{
3714
3714
  "type":"structure",
3715
3715
  "members":{
3716
- "DeletionId":{"shape":"InventoryDeletionId"},
3716
+ "DeletionId":{"shape":"UUID"},
3717
3717
  "NextToken":{"shape":"NextToken"},
3718
3718
  "MaxResults":{
3719
3719
  "shape":"MaxResults",
@@ -5581,7 +5581,6 @@
5581
5581
  "number"
5582
5582
  ]
5583
5583
  },
5584
- "InventoryDeletionId":{"type":"string"},
5585
5584
  "InventoryDeletionLastStatusMessage":{"type":"string"},
5586
5585
  "InventoryDeletionLastStatusUpdateTime":{"type":"timestamp"},
5587
5586
  "InventoryDeletionStartTime":{"type":"timestamp"},
@@ -5595,7 +5594,7 @@
5595
5594
  "InventoryDeletionStatusItem":{
5596
5595
  "type":"structure",
5597
5596
  "members":{
5598
- "DeletionId":{"shape":"InventoryDeletionId"},
5597
+ "DeletionId":{"shape":"UUID"},
5599
5598
  "TypeName":{"shape":"InventoryItemTypeName"},
5600
5599
  "DeletionStartTime":{"shape":"InventoryDeletionStartTime"},
5601
5600
  "LastStatus":{"shape":"InventoryDeletionStatus"},
@@ -6693,7 +6692,11 @@
6693
6692
  "max":5,
6694
6693
  "min":0
6695
6694
  },
6696
- "OpsDataAttributeName":{"type":"string"},
6695
+ "OpsDataAttributeName":{
6696
+ "type":"string",
6697
+ "max":128,
6698
+ "min":1
6699
+ },
6697
6700
  "OpsDataTypeName":{
6698
6701
  "type":"string",
6699
6702
  "max":100,
@@ -6776,7 +6779,11 @@
6776
6779
  "Exists"
6777
6780
  ]
6778
6781
  },
6779
- "OpsFilterValue":{"type":"string"},
6782
+ "OpsFilterValue":{
6783
+ "type":"string",
6784
+ "max":256,
6785
+ "min":0
6786
+ },
6780
6787
  "OpsFilterValueList":{
6781
6788
  "type":"list",
6782
6789
  "member":{"shape":"OpsFilterValue"},
@@ -8888,6 +8895,10 @@
8888
8895
  },
8889
8896
  "exception":true
8890
8897
  },
8898
+ "UUID":{
8899
+ "type":"string",
8900
+ "pattern":"[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}"
8901
+ },
8891
8902
  "UnsupportedCalendarException":{
8892
8903
  "type":"structure",
8893
8904
  "members":{
@@ -206,6 +206,20 @@
206
206
  {"shape":"ThrottledException"}
207
207
  ]
208
208
  },
209
+ "ListTagsForResource":{
210
+ "name":"ListTagsForResource",
211
+ "http":{
212
+ "method":"POST",
213
+ "requestUri":"/ListTagsForResource"
214
+ },
215
+ "input":{"shape":"ListTagsForResourceRequest"},
216
+ "output":{"shape":"ListTagsForResourceResponse"},
217
+ "errors":[
218
+ {"shape":"InvalidRequestException"},
219
+ {"shape":"ThrottledException"},
220
+ {"shape":"ResourceNotFoundException"}
221
+ ]
222
+ },
209
223
  "PutEncryptionConfig":{
210
224
  "name":"PutEncryptionConfig",
211
225
  "http":{
@@ -245,6 +259,35 @@
245
259
  {"shape":"ThrottledException"}
246
260
  ]
247
261
  },
262
+ "TagResource":{
263
+ "name":"TagResource",
264
+ "http":{
265
+ "method":"POST",
266
+ "requestUri":"/TagResource"
267
+ },
268
+ "input":{"shape":"TagResourceRequest"},
269
+ "output":{"shape":"TagResourceResponse"},
270
+ "errors":[
271
+ {"shape":"InvalidRequestException"},
272
+ {"shape":"ThrottledException"},
273
+ {"shape":"ResourceNotFoundException"},
274
+ {"shape":"TooManyTagsException"}
275
+ ]
276
+ },
277
+ "UntagResource":{
278
+ "name":"UntagResource",
279
+ "http":{
280
+ "method":"POST",
281
+ "requestUri":"/UntagResource"
282
+ },
283
+ "input":{"shape":"UntagResourceRequest"},
284
+ "output":{"shape":"UntagResourceResponse"},
285
+ "errors":[
286
+ {"shape":"InvalidRequestException"},
287
+ {"shape":"ThrottledException"},
288
+ {"shape":"ResourceNotFoundException"}
289
+ ]
290
+ },
248
291
  "UpdateGroup":{
249
292
  "name":"UpdateGroup",
250
293
  "http":{
@@ -289,6 +332,11 @@
289
332
  "type":"list",
290
333
  "member":{"shape":"String"}
291
334
  },
335
+ "AmazonResourceName":{
336
+ "type":"string",
337
+ "max":1011,
338
+ "min":1
339
+ },
292
340
  "AnnotationKey":{"type":"string"},
293
341
  "AnnotationValue":{
294
342
  "type":"structure",
@@ -367,7 +415,8 @@
367
415
  "required":["GroupName"],
368
416
  "members":{
369
417
  "GroupName":{"shape":"GroupName"},
370
- "FilterExpression":{"shape":"FilterExpression"}
418
+ "FilterExpression":{"shape":"FilterExpression"},
419
+ "Tags":{"shape":"TagList"}
371
420
  }
372
421
  },
373
422
  "CreateGroupResult":{
@@ -380,7 +429,8 @@
380
429
  "type":"structure",
381
430
  "required":["SamplingRule"],
382
431
  "members":{
383
- "SamplingRule":{"shape":"SamplingRule"}
432
+ "SamplingRule":{"shape":"SamplingRule"},
433
+ "Tags":{"shape":"TagList"}
384
434
  }
385
435
  },
386
436
  "CreateSamplingRuleResult":{
@@ -822,6 +872,21 @@
822
872
  },
823
873
  "exception":true
824
874
  },
875
+ "ListTagsForResourceRequest":{
876
+ "type":"structure",
877
+ "required":["ResourceARN"],
878
+ "members":{
879
+ "ResourceARN":{"shape":"AmazonResourceName"},
880
+ "NextToken":{"shape":"String"}
881
+ }
882
+ },
883
+ "ListTagsForResourceResponse":{
884
+ "type":"structure",
885
+ "members":{
886
+ "Tags":{"shape":"TagList"},
887
+ "NextToken":{"shape":"String"}
888
+ }
889
+ },
825
890
  "NullableBoolean":{"type":"boolean"},
826
891
  "NullableDouble":{"type":"double"},
827
892
  "NullableInteger":{"type":"integer"},
@@ -891,6 +956,15 @@
891
956
  "ARN":{"shape":"String"}
892
957
  }
893
958
  },
959
+ "ResourceNotFoundException":{
960
+ "type":"structure",
961
+ "members":{
962
+ "Message":{"shape":"ErrorMessage"},
963
+ "ResourceName":{"shape":"AmazonResourceName"}
964
+ },
965
+ "error":{"httpStatusCode":404},
966
+ "exception":true
967
+ },
894
968
  "ResponseTimeRootCause":{
895
969
  "type":"structure",
896
970
  "members":{
@@ -1154,6 +1228,55 @@
1154
1228
  "max":64
1155
1229
  },
1156
1230
  "String":{"type":"string"},
1231
+ "Tag":{
1232
+ "type":"structure",
1233
+ "required":[
1234
+ "Key",
1235
+ "Value"
1236
+ ],
1237
+ "members":{
1238
+ "Key":{"shape":"TagKey"},
1239
+ "Value":{"shape":"TagValue"}
1240
+ }
1241
+ },
1242
+ "TagKey":{
1243
+ "type":"string",
1244
+ "max":128,
1245
+ "min":1
1246
+ },
1247
+ "TagKeyList":{
1248
+ "type":"list",
1249
+ "member":{"shape":"TagKey"},
1250
+ "max":200,
1251
+ "min":0
1252
+ },
1253
+ "TagList":{
1254
+ "type":"list",
1255
+ "member":{"shape":"Tag"},
1256
+ "max":200,
1257
+ "min":0
1258
+ },
1259
+ "TagResourceRequest":{
1260
+ "type":"structure",
1261
+ "required":[
1262
+ "ResourceARN",
1263
+ "Tags"
1264
+ ],
1265
+ "members":{
1266
+ "ResourceARN":{"shape":"AmazonResourceName"},
1267
+ "Tags":{"shape":"TagList"}
1268
+ }
1269
+ },
1270
+ "TagResourceResponse":{
1271
+ "type":"structure",
1272
+ "members":{
1273
+ }
1274
+ },
1275
+ "TagValue":{
1276
+ "type":"string",
1277
+ "max":256,
1278
+ "min":0
1279
+ },
1157
1280
  "TelemetryRecord":{
1158
1281
  "type":"structure",
1159
1282
  "required":["Timestamp"],
@@ -1199,6 +1322,15 @@
1199
1322
  "member":{"shape":"TimeSeriesServiceStatistics"}
1200
1323
  },
1201
1324
  "Timestamp":{"type":"timestamp"},
1325
+ "TooManyTagsException":{
1326
+ "type":"structure",
1327
+ "members":{
1328
+ "Message":{"shape":"ErrorMessage"},
1329
+ "ResourceName":{"shape":"AmazonResourceName"}
1330
+ },
1331
+ "error":{"httpStatusCode":400},
1332
+ "exception":true
1333
+ },
1202
1334
  "Trace":{
1203
1335
  "type":"structure",
1204
1336
  "members":{
@@ -1309,6 +1441,22 @@
1309
1441
  "type":"list",
1310
1442
  "member":{"shape":"UnprocessedTraceSegment"}
1311
1443
  },
1444
+ "UntagResourceRequest":{
1445
+ "type":"structure",
1446
+ "required":[
1447
+ "ResourceARN",
1448
+ "TagKeys"
1449
+ ],
1450
+ "members":{
1451
+ "ResourceARN":{"shape":"AmazonResourceName"},
1452
+ "TagKeys":{"shape":"TagKeyList"}
1453
+ }
1454
+ },
1455
+ "UntagResourceResponse":{
1456
+ "type":"structure",
1457
+ "members":{
1458
+ }
1459
+ },
1312
1460
  "UpdateGroupRequest":{
1313
1461
  "type":"structure",
1314
1462
  "members":{
@@ -549,6 +549,25 @@
549
549
  "us-west-2" : { }
550
550
  }
551
551
  },
552
+ "appflow" : {
553
+ "endpoints" : {
554
+ "ap-northeast-1" : { },
555
+ "ap-northeast-2" : { },
556
+ "ap-south-1" : { },
557
+ "ap-southeast-1" : { },
558
+ "ap-southeast-2" : { },
559
+ "ca-central-1" : { },
560
+ "eu-central-1" : { },
561
+ "eu-west-1" : { },
562
+ "eu-west-2" : { },
563
+ "eu-west-3" : { },
564
+ "sa-east-1" : { },
565
+ "us-east-1" : { },
566
+ "us-east-2" : { },
567
+ "us-west-1" : { },
568
+ "us-west-2" : { }
569
+ }
570
+ },
552
571
  "application-autoscaling" : {
553
572
  "defaults" : {
554
573
  "protocols" : [ "http", "https" ]
@@ -1634,6 +1653,8 @@
1634
1653
  "ap-northeast-1" : { },
1635
1654
  "ap-southeast-2" : { },
1636
1655
  "eu-central-1" : { },
1656
+ "eu-west-1" : { },
1657
+ "eu-west-2" : { },
1637
1658
  "us-east-1" : { },
1638
1659
  "us-west-2" : { }
1639
1660
  }
@@ -2667,6 +2688,7 @@
2667
2688
  "eu-west-1" : { },
2668
2689
  "eu-west-2" : { },
2669
2690
  "eu-west-3" : { },
2691
+ "sa-east-1" : { },
2670
2692
  "us-east-1" : { },
2671
2693
  "us-east-2" : { },
2672
2694
  "us-west-1" : { },
@@ -2915,6 +2937,20 @@
2915
2937
  "isRegionalized" : false,
2916
2938
  "partitionEndpoint" : "aws-global"
2917
2939
  },
2940
+ "identitystore" : {
2941
+ "endpoints" : {
2942
+ "ap-southeast-1" : { },
2943
+ "ap-southeast-2" : { },
2944
+ "ca-central-1" : { },
2945
+ "eu-central-1" : { },
2946
+ "eu-north-1" : { },
2947
+ "eu-west-1" : { },
2948
+ "eu-west-2" : { },
2949
+ "us-east-1" : { },
2950
+ "us-east-2" : { },
2951
+ "us-west-2" : { }
2952
+ }
2953
+ },
2918
2954
  "importexport" : {
2919
2955
  "endpoints" : {
2920
2956
  "aws-global" : {
@@ -3133,6 +3169,7 @@
3133
3169
  "ca-central-1" : { },
3134
3170
  "eu-central-1" : { },
3135
3171
  "eu-north-1" : { },
3172
+ "eu-south-1" : { },
3136
3173
  "eu-west-1" : { },
3137
3174
  "eu-west-2" : { },
3138
3175
  "eu-west-3" : { },
@@ -3512,6 +3549,7 @@
3512
3549
  "ap-northeast-2" : { },
3513
3550
  "ap-southeast-1" : { },
3514
3551
  "eu-west-1" : { },
3552
+ "eu-west-2" : { },
3515
3553
  "us-east-1" : { }
3516
3554
  }
3517
3555
  },
@@ -3691,6 +3729,8 @@
3691
3729
  "ap-northeast-1" : { },
3692
3730
  "ap-southeast-2" : { },
3693
3731
  "eu-central-1" : { },
3732
+ "eu-west-1" : { },
3733
+ "eu-west-2" : { },
3694
3734
  "us-east-1" : { },
3695
3735
  "us-west-2" : { }
3696
3736
  }
@@ -7315,6 +7355,7 @@
7315
7355
  "protocols" : [ "https" ]
7316
7356
  },
7317
7357
  "endpoints" : {
7358
+ "us-gov-east-1" : { },
7318
7359
  "us-gov-west-1" : { }
7319
7360
  }
7320
7361
  },
@@ -7708,11 +7749,13 @@
7708
7749
  }
7709
7750
  },
7710
7751
  "endpoints" : {
7752
+ "us-gov-east-1" : { },
7711
7753
  "us-gov-west-1" : { }
7712
7754
  }
7713
7755
  },
7714
7756
  "iotsecuredtunneling" : {
7715
7757
  "endpoints" : {
7758
+ "us-gov-east-1" : { },
7716
7759
  "us-gov-west-1" : { }
7717
7760
  }
7718
7761
  },