aws-sdk-core 2.11.571 → 2.11.576

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":{
@@ -190,6 +190,7 @@
190
190
  "protocols" : [ "https" ]
191
191
  },
192
192
  "endpoints" : {
193
+ "af-south-1" : { },
193
194
  "ap-east-1" : { },
194
195
  "ap-northeast-1" : { },
195
196
  "ap-northeast-2" : { },
@@ -199,6 +200,7 @@
199
200
  "ca-central-1" : { },
200
201
  "eu-central-1" : { },
201
202
  "eu-north-1" : { },
203
+ "eu-south-1" : { },
202
204
  "eu-west-1" : { },
203
205
  "eu-west-2" : { },
204
206
  "eu-west-3" : { },
@@ -549,6 +551,25 @@
549
551
  "us-west-2" : { }
550
552
  }
551
553
  },
554
+ "appflow" : {
555
+ "endpoints" : {
556
+ "ap-northeast-1" : { },
557
+ "ap-northeast-2" : { },
558
+ "ap-south-1" : { },
559
+ "ap-southeast-1" : { },
560
+ "ap-southeast-2" : { },
561
+ "ca-central-1" : { },
562
+ "eu-central-1" : { },
563
+ "eu-west-1" : { },
564
+ "eu-west-2" : { },
565
+ "eu-west-3" : { },
566
+ "sa-east-1" : { },
567
+ "us-east-1" : { },
568
+ "us-east-2" : { },
569
+ "us-west-1" : { },
570
+ "us-west-2" : { }
571
+ }
572
+ },
552
573
  "application-autoscaling" : {
553
574
  "defaults" : {
554
575
  "protocols" : [ "http", "https" ]
@@ -1634,6 +1655,8 @@
1634
1655
  "ap-northeast-1" : { },
1635
1656
  "ap-southeast-2" : { },
1636
1657
  "eu-central-1" : { },
1658
+ "eu-west-1" : { },
1659
+ "eu-west-2" : { },
1637
1660
  "us-east-1" : { },
1638
1661
  "us-west-2" : { }
1639
1662
  }
@@ -2667,6 +2690,7 @@
2667
2690
  "eu-west-1" : { },
2668
2691
  "eu-west-2" : { },
2669
2692
  "eu-west-3" : { },
2693
+ "sa-east-1" : { },
2670
2694
  "us-east-1" : { },
2671
2695
  "us-east-2" : { },
2672
2696
  "us-west-1" : { },
@@ -2915,6 +2939,20 @@
2915
2939
  "isRegionalized" : false,
2916
2940
  "partitionEndpoint" : "aws-global"
2917
2941
  },
2942
+ "identitystore" : {
2943
+ "endpoints" : {
2944
+ "ap-southeast-1" : { },
2945
+ "ap-southeast-2" : { },
2946
+ "ca-central-1" : { },
2947
+ "eu-central-1" : { },
2948
+ "eu-north-1" : { },
2949
+ "eu-west-1" : { },
2950
+ "eu-west-2" : { },
2951
+ "us-east-1" : { },
2952
+ "us-east-2" : { },
2953
+ "us-west-2" : { }
2954
+ }
2955
+ },
2918
2956
  "importexport" : {
2919
2957
  "endpoints" : {
2920
2958
  "aws-global" : {
@@ -3133,6 +3171,7 @@
3133
3171
  "ca-central-1" : { },
3134
3172
  "eu-central-1" : { },
3135
3173
  "eu-north-1" : { },
3174
+ "eu-south-1" : { },
3136
3175
  "eu-west-1" : { },
3137
3176
  "eu-west-2" : { },
3138
3177
  "eu-west-3" : { },
@@ -3691,6 +3730,8 @@
3691
3730
  "ap-northeast-1" : { },
3692
3731
  "ap-southeast-2" : { },
3693
3732
  "eu-central-1" : { },
3733
+ "eu-west-1" : { },
3734
+ "eu-west-2" : { },
3694
3735
  "us-east-1" : { },
3695
3736
  "us-west-2" : { }
3696
3737
  }
@@ -7315,6 +7356,7 @@
7315
7356
  "protocols" : [ "https" ]
7316
7357
  },
7317
7358
  "endpoints" : {
7359
+ "us-gov-east-1" : { },
7318
7360
  "us-gov-west-1" : { }
7319
7361
  }
7320
7362
  },
@@ -7505,13 +7547,13 @@
7505
7547
  "credentialScope" : {
7506
7548
  "region" : "us-gov-east-1"
7507
7549
  },
7508
- "hostname" : "elasticloadbalancing-fips.us-gov-east-1.amazonaws.com"
7550
+ "hostname" : "elasticloadbalancing.us-gov-east-1.amazonaws.com"
7509
7551
  },
7510
7552
  "fips-us-gov-west-1" : {
7511
7553
  "credentialScope" : {
7512
7554
  "region" : "us-gov-west-1"
7513
7555
  },
7514
- "hostname" : "elasticloadbalancing-fips.us-gov-west-1.amazonaws.com"
7556
+ "hostname" : "elasticloadbalancing.us-gov-west-1.amazonaws.com"
7515
7557
  },
7516
7558
  "us-gov-east-1" : { },
7517
7559
  "us-gov-west-1" : {
@@ -7708,11 +7750,13 @@
7708
7750
  }
7709
7751
  },
7710
7752
  "endpoints" : {
7753
+ "us-gov-east-1" : { },
7711
7754
  "us-gov-west-1" : { }
7712
7755
  }
7713
7756
  },
7714
7757
  "iotsecuredtunneling" : {
7715
7758
  "endpoints" : {
7759
+ "us-gov-east-1" : { },
7716
7760
  "us-gov-west-1" : { }
7717
7761
  }
7718
7762
  },