aws-sdk-core 2.11.571 → 2.11.572

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: 7c1b5ffdb91dd80ba8e699fdeef4b07f0107e3197aaa97113ecd1f59c14d152c
4
- data.tar.gz: fdc4bf4aefd1761f267a20348e711e726ec522511a9ae826cf97d4e046c3898a
3
+ metadata.gz: 39c189c12a0f8b03ff409398751f371b6d7d60d8d22236bb0f74f011d367a85f
4
+ data.tar.gz: 86d4d2293c3e8b7ee6f6fbf7386cbdab7630ff0ede759a06cae45880f1365775
5
5
  SHA512:
6
- metadata.gz: 1af586e3eee76c1cc9462af488fcee88717bd20beedc7d4daf5b125e08469ee05033975feb75d4939a9cf0a1a1006f88ed35bf99ba27cb9a733fa41711b37a2a
7
- data.tar.gz: 8db2182718a03519b3f00613ed125a14ac5cf1ffdb669ae98a4524fee3e1bdb4119523c449a35ceedf897d1a2448eb5e83e6e0b494d962545092a903dc1607ef
6
+ metadata.gz: dde700783f84cf0500f7ed5d547ac66f62430af20bac3bc270e77cba61352b121c28988f9bad229e44a82c9b0b3ba23402920623fa4144239cdbc9cb0fc4e5a2
7
+ data.tar.gz: cd57432e1722b5e6f3eb3ba6fde3ba8d9fb910afd98d3f5774dd7e0fe853a5ed5afc6724149ee9604930da6eef98ffde2b274e397006116a89e0da5ffb9ec719
@@ -1748,7 +1748,9 @@
1748
1748
  "IncludePartitionValue":{"shape":"BooleanOptional"},
1749
1749
  "PartitionIncludeSchemaTable":{"shape":"BooleanOptional"},
1750
1750
  "IncludeTableAlterOperations":{"shape":"BooleanOptional"},
1751
- "IncludeControlDetails":{"shape":"BooleanOptional"}
1751
+ "IncludeControlDetails":{"shape":"BooleanOptional"},
1752
+ "MessageMaxBytes":{"shape":"IntegerOptional"},
1753
+ "IncludeNullAndEmpty":{"shape":"BooleanOptional"}
1752
1754
  }
1753
1755
  },
1754
1756
  "KeyList":{
@@ -1765,7 +1767,8 @@
1765
1767
  "IncludePartitionValue":{"shape":"BooleanOptional"},
1766
1768
  "PartitionIncludeSchemaTable":{"shape":"BooleanOptional"},
1767
1769
  "IncludeTableAlterOperations":{"shape":"BooleanOptional"},
1768
- "IncludeControlDetails":{"shape":"BooleanOptional"}
1770
+ "IncludeControlDetails":{"shape":"BooleanOptional"},
1771
+ "IncludeNullAndEmpty":{"shape":"BooleanOptional"}
1769
1772
  }
1770
1773
  },
1771
1774
  "ListTagsForResourceMessage":{
@@ -760,6 +760,15 @@
760
760
  "input":{"shape":"CreateTransitGatewayPeeringAttachmentRequest"},
761
761
  "output":{"shape":"CreateTransitGatewayPeeringAttachmentResult"}
762
762
  },
763
+ "CreateTransitGatewayPrefixListReference":{
764
+ "name":"CreateTransitGatewayPrefixListReference",
765
+ "http":{
766
+ "method":"POST",
767
+ "requestUri":"/"
768
+ },
769
+ "input":{"shape":"CreateTransitGatewayPrefixListReferenceRequest"},
770
+ "output":{"shape":"CreateTransitGatewayPrefixListReferenceResult"}
771
+ },
763
772
  "CreateTransitGatewayRoute":{
764
773
  "name":"CreateTransitGatewayRoute",
765
774
  "http":{
@@ -1185,6 +1194,15 @@
1185
1194
  "input":{"shape":"DeleteTransitGatewayPeeringAttachmentRequest"},
1186
1195
  "output":{"shape":"DeleteTransitGatewayPeeringAttachmentResult"}
1187
1196
  },
1197
+ "DeleteTransitGatewayPrefixListReference":{
1198
+ "name":"DeleteTransitGatewayPrefixListReference",
1199
+ "http":{
1200
+ "method":"POST",
1201
+ "requestUri":"/"
1202
+ },
1203
+ "input":{"shape":"DeleteTransitGatewayPrefixListReferenceRequest"},
1204
+ "output":{"shape":"DeleteTransitGatewayPrefixListReferenceResult"}
1205
+ },
1188
1206
  "DeleteTransitGatewayRoute":{
1189
1207
  "name":"DeleteTransitGatewayRoute",
1190
1208
  "http":{
@@ -2782,6 +2800,15 @@
2782
2800
  "input":{"shape":"GetTransitGatewayMulticastDomainAssociationsRequest"},
2783
2801
  "output":{"shape":"GetTransitGatewayMulticastDomainAssociationsResult"}
2784
2802
  },
2803
+ "GetTransitGatewayPrefixListReferences":{
2804
+ "name":"GetTransitGatewayPrefixListReferences",
2805
+ "http":{
2806
+ "method":"POST",
2807
+ "requestUri":"/"
2808
+ },
2809
+ "input":{"shape":"GetTransitGatewayPrefixListReferencesRequest"},
2810
+ "output":{"shape":"GetTransitGatewayPrefixListReferencesResult"}
2811
+ },
2785
2812
  "GetTransitGatewayRouteTableAssociations":{
2786
2813
  "name":"GetTransitGatewayRouteTableAssociations",
2787
2814
  "http":{
@@ -3090,6 +3117,24 @@
3090
3117
  "input":{"shape":"ModifyTrafficMirrorSessionRequest"},
3091
3118
  "output":{"shape":"ModifyTrafficMirrorSessionResult"}
3092
3119
  },
3120
+ "ModifyTransitGateway":{
3121
+ "name":"ModifyTransitGateway",
3122
+ "http":{
3123
+ "method":"POST",
3124
+ "requestUri":"/"
3125
+ },
3126
+ "input":{"shape":"ModifyTransitGatewayRequest"},
3127
+ "output":{"shape":"ModifyTransitGatewayResult"}
3128
+ },
3129
+ "ModifyTransitGatewayPrefixListReference":{
3130
+ "name":"ModifyTransitGatewayPrefixListReference",
3131
+ "http":{
3132
+ "method":"POST",
3133
+ "requestUri":"/"
3134
+ },
3135
+ "input":{"shape":"ModifyTransitGatewayPrefixListReferenceRequest"},
3136
+ "output":{"shape":"ModifyTransitGatewayPrefixListReferenceResult"}
3137
+ },
3093
3138
  "ModifyTransitGatewayVpcAttachment":{
3094
3139
  "name":"ModifyTransitGatewayVpcAttachment",
3095
3140
  "http":{
@@ -7924,6 +7969,29 @@
7924
7969
  }
7925
7970
  }
7926
7971
  },
7972
+ "CreateTransitGatewayPrefixListReferenceRequest":{
7973
+ "type":"structure",
7974
+ "required":[
7975
+ "TransitGatewayRouteTableId",
7976
+ "PrefixListId"
7977
+ ],
7978
+ "members":{
7979
+ "TransitGatewayRouteTableId":{"shape":"TransitGatewayRouteTableId"},
7980
+ "PrefixListId":{"shape":"PrefixListResourceId"},
7981
+ "TransitGatewayAttachmentId":{"shape":"TransitGatewayAttachmentId"},
7982
+ "Blackhole":{"shape":"Boolean"},
7983
+ "DryRun":{"shape":"Boolean"}
7984
+ }
7985
+ },
7986
+ "CreateTransitGatewayPrefixListReferenceResult":{
7987
+ "type":"structure",
7988
+ "members":{
7989
+ "TransitGatewayPrefixListReference":{
7990
+ "shape":"TransitGatewayPrefixListReference",
7991
+ "locationName":"transitGatewayPrefixListReference"
7992
+ }
7993
+ }
7994
+ },
7927
7995
  "CreateTransitGatewayRequest":{
7928
7996
  "type":"structure",
7929
7997
  "members":{
@@ -9188,6 +9256,27 @@
9188
9256
  }
9189
9257
  }
9190
9258
  },
9259
+ "DeleteTransitGatewayPrefixListReferenceRequest":{
9260
+ "type":"structure",
9261
+ "required":[
9262
+ "TransitGatewayRouteTableId",
9263
+ "PrefixListId"
9264
+ ],
9265
+ "members":{
9266
+ "TransitGatewayRouteTableId":{"shape":"TransitGatewayRouteTableId"},
9267
+ "PrefixListId":{"shape":"PrefixListResourceId"},
9268
+ "DryRun":{"shape":"Boolean"}
9269
+ }
9270
+ },
9271
+ "DeleteTransitGatewayPrefixListReferenceResult":{
9272
+ "type":"structure",
9273
+ "members":{
9274
+ "TransitGatewayPrefixListReference":{
9275
+ "shape":"TransitGatewayPrefixListReference",
9276
+ "locationName":"transitGatewayPrefixListReference"
9277
+ }
9278
+ }
9279
+ },
9191
9280
  "DeleteTransitGatewayRequest":{
9192
9281
  "type":"structure",
9193
9282
  "required":["TransitGatewayId"],
@@ -15968,6 +16057,33 @@
15968
16057
  }
15969
16058
  }
15970
16059
  },
16060
+ "GetTransitGatewayPrefixListReferencesRequest":{
16061
+ "type":"structure",
16062
+ "required":["TransitGatewayRouteTableId"],
16063
+ "members":{
16064
+ "TransitGatewayRouteTableId":{"shape":"TransitGatewayRouteTableId"},
16065
+ "Filters":{
16066
+ "shape":"FilterList",
16067
+ "locationName":"Filter"
16068
+ },
16069
+ "MaxResults":{"shape":"TransitGatewayMaxResults"},
16070
+ "NextToken":{"shape":"String"},
16071
+ "DryRun":{"shape":"Boolean"}
16072
+ }
16073
+ },
16074
+ "GetTransitGatewayPrefixListReferencesResult":{
16075
+ "type":"structure",
16076
+ "members":{
16077
+ "TransitGatewayPrefixListReferences":{
16078
+ "shape":"TransitGatewayPrefixListReferenceSet",
16079
+ "locationName":"transitGatewayPrefixListReferenceSet"
16080
+ },
16081
+ "NextToken":{
16082
+ "shape":"String",
16083
+ "locationName":"nextToken"
16084
+ }
16085
+ }
16086
+ },
15971
16087
  "GetTransitGatewayRouteTableAssociationsRequest":{
15972
16088
  "type":"structure",
15973
16089
  "required":["TransitGatewayRouteTableId"],
@@ -21275,6 +21391,60 @@
21275
21391
  }
21276
21392
  }
21277
21393
  },
21394
+ "ModifyTransitGatewayOptions":{
21395
+ "type":"structure",
21396
+ "members":{
21397
+ "VpnEcmpSupport":{"shape":"VpnEcmpSupportValue"},
21398
+ "DnsSupport":{"shape":"DnsSupportValue"},
21399
+ "AutoAcceptSharedAttachments":{"shape":"AutoAcceptSharedAttachmentsValue"},
21400
+ "DefaultRouteTableAssociation":{"shape":"DefaultRouteTableAssociationValue"},
21401
+ "AssociationDefaultRouteTableId":{"shape":"TransitGatewayRouteTableId"},
21402
+ "DefaultRouteTablePropagation":{"shape":"DefaultRouteTablePropagationValue"},
21403
+ "PropagationDefaultRouteTableId":{"shape":"TransitGatewayRouteTableId"}
21404
+ }
21405
+ },
21406
+ "ModifyTransitGatewayPrefixListReferenceRequest":{
21407
+ "type":"structure",
21408
+ "required":[
21409
+ "TransitGatewayRouteTableId",
21410
+ "PrefixListId"
21411
+ ],
21412
+ "members":{
21413
+ "TransitGatewayRouteTableId":{"shape":"TransitGatewayRouteTableId"},
21414
+ "PrefixListId":{"shape":"PrefixListResourceId"},
21415
+ "TransitGatewayAttachmentId":{"shape":"TransitGatewayAttachmentId"},
21416
+ "Blackhole":{"shape":"Boolean"},
21417
+ "DryRun":{"shape":"Boolean"}
21418
+ }
21419
+ },
21420
+ "ModifyTransitGatewayPrefixListReferenceResult":{
21421
+ "type":"structure",
21422
+ "members":{
21423
+ "TransitGatewayPrefixListReference":{
21424
+ "shape":"TransitGatewayPrefixListReference",
21425
+ "locationName":"transitGatewayPrefixListReference"
21426
+ }
21427
+ }
21428
+ },
21429
+ "ModifyTransitGatewayRequest":{
21430
+ "type":"structure",
21431
+ "required":["TransitGatewayId"],
21432
+ "members":{
21433
+ "TransitGatewayId":{"shape":"TransitGatewayId"},
21434
+ "Description":{"shape":"String"},
21435
+ "Options":{"shape":"ModifyTransitGatewayOptions"},
21436
+ "DryRun":{"shape":"Boolean"}
21437
+ }
21438
+ },
21439
+ "ModifyTransitGatewayResult":{
21440
+ "type":"structure",
21441
+ "members":{
21442
+ "TransitGateway":{
21443
+ "shape":"TransitGateway",
21444
+ "locationName":"transitGateway"
21445
+ }
21446
+ }
21447
+ },
21278
21448
  "ModifyTransitGatewayVpcAttachmentRequest":{
21279
21449
  "type":"structure",
21280
21450
  "required":["TransitGatewayAttachmentId"],
@@ -28616,6 +28786,68 @@
28616
28786
  "locationName":"item"
28617
28787
  }
28618
28788
  },
28789
+ "TransitGatewayPrefixListAttachment":{
28790
+ "type":"structure",
28791
+ "members":{
28792
+ "TransitGatewayAttachmentId":{
28793
+ "shape":"TransitGatewayAttachmentId",
28794
+ "locationName":"transitGatewayAttachmentId"
28795
+ },
28796
+ "ResourceType":{
28797
+ "shape":"TransitGatewayAttachmentResourceType",
28798
+ "locationName":"resourceType"
28799
+ },
28800
+ "ResourceId":{
28801
+ "shape":"String",
28802
+ "locationName":"resourceId"
28803
+ }
28804
+ }
28805
+ },
28806
+ "TransitGatewayPrefixListReference":{
28807
+ "type":"structure",
28808
+ "members":{
28809
+ "TransitGatewayRouteTableId":{
28810
+ "shape":"TransitGatewayRouteTableId",
28811
+ "locationName":"transitGatewayRouteTableId"
28812
+ },
28813
+ "PrefixListId":{
28814
+ "shape":"PrefixListResourceId",
28815
+ "locationName":"prefixListId"
28816
+ },
28817
+ "PrefixListOwnerId":{
28818
+ "shape":"String",
28819
+ "locationName":"prefixListOwnerId"
28820
+ },
28821
+ "State":{
28822
+ "shape":"TransitGatewayPrefixListReferenceState",
28823
+ "locationName":"state"
28824
+ },
28825
+ "Blackhole":{
28826
+ "shape":"Boolean",
28827
+ "locationName":"blackhole"
28828
+ },
28829
+ "TransitGatewayAttachment":{
28830
+ "shape":"TransitGatewayPrefixListAttachment",
28831
+ "locationName":"transitGatewayAttachment"
28832
+ }
28833
+ }
28834
+ },
28835
+ "TransitGatewayPrefixListReferenceSet":{
28836
+ "type":"list",
28837
+ "member":{
28838
+ "shape":"TransitGatewayPrefixListReference",
28839
+ "locationName":"item"
28840
+ }
28841
+ },
28842
+ "TransitGatewayPrefixListReferenceState":{
28843
+ "type":"string",
28844
+ "enum":[
28845
+ "pending",
28846
+ "available",
28847
+ "modifying",
28848
+ "deleting"
28849
+ ]
28850
+ },
28619
28851
  "TransitGatewayPropagation":{
28620
28852
  "type":"structure",
28621
28853
  "members":{
@@ -28669,6 +28901,10 @@
28669
28901
  "shape":"String",
28670
28902
  "locationName":"destinationCidrBlock"
28671
28903
  },
28904
+ "PrefixListId":{
28905
+ "shape":"PrefixListResourceId",
28906
+ "locationName":"prefixListId"
28907
+ },
28672
28908
  "TransitGatewayAttachments":{
28673
28909
  "shape":"TransitGatewayRouteAttachmentList",
28674
28910
  "locationName":"transitGatewayAttachments"
@@ -29835,6 +30071,7 @@
29835
30071
  "enum":[
29836
30072
  "standard",
29837
30073
  "io1",
30074
+ "io2",
29838
30075
  "gp2",
29839
30076
  "sc1",
29840
30077
  "st1"
@@ -560,6 +560,12 @@
560
560
  "output_token": "NextToken",
561
561
  "result_key": "MulticastDomainAssociations"
562
562
  },
563
+ "GetTransitGatewayPrefixListReferences": {
564
+ "input_token": "NextToken",
565
+ "limit_key": "MaxResults",
566
+ "output_token": "NextToken",
567
+ "result_key": "TransitGatewayPrefixListReferences"
568
+ },
563
569
  "GetTransitGatewayRouteTableAssociations": {
564
570
  "input_token": "NextToken",
565
571
  "limit_key": "MaxResults",
@@ -2662,10 +2662,7 @@
2662
2662
  },
2663
2663
  "ListAssociatedAssetsRequest":{
2664
2664
  "type":"structure",
2665
- "required":[
2666
- "assetId",
2667
- "hierarchyId"
2668
- ],
2665
+ "required":["assetId"],
2669
2666
  "members":{
2670
2667
  "assetId":{
2671
2668
  "shape":"ID",
@@ -2677,6 +2674,11 @@
2677
2674
  "location":"querystring",
2678
2675
  "locationName":"hierarchyId"
2679
2676
  },
2677
+ "traversalDirection":{
2678
+ "shape":"TraversalDirection",
2679
+ "location":"querystring",
2680
+ "locationName":"traversalDirection"
2681
+ },
2680
2682
  "nextToken":{
2681
2683
  "shape":"NextToken",
2682
2684
  "location":"querystring",
@@ -2898,7 +2900,11 @@
2898
2900
  },
2899
2901
  "MonitorErrorCode":{
2900
2902
  "type":"string",
2901
- "enum":["INTERNAL_FAILURE"]
2903
+ "enum":[
2904
+ "INTERNAL_FAILURE",
2905
+ "VALIDATION_ERROR",
2906
+ "LIMIT_EXCEEDED"
2907
+ ]
2902
2908
  },
2903
2909
  "MonitorErrorDetails":{
2904
2910
  "type":"structure",
@@ -2972,7 +2978,8 @@
2972
2978
  "required":[
2973
2979
  "id",
2974
2980
  "name",
2975
- "startUrl"
2981
+ "startUrl",
2982
+ "status"
2976
2983
  ],
2977
2984
  "members":{
2978
2985
  "id":{"shape":"ID"},
@@ -2981,7 +2988,8 @@
2981
2988
  "startUrl":{"shape":"Url"},
2982
2989
  "creationDate":{"shape":"Timestamp"},
2983
2990
  "lastUpdateDate":{"shape":"Timestamp"},
2984
- "roleArn":{"shape":"ARN"}
2991
+ "roleArn":{"shape":"ARN"},
2992
+ "status":{"shape":"PortalStatus"}
2985
2993
  }
2986
2994
  },
2987
2995
  "ProjectResource":{
@@ -3028,7 +3036,6 @@
3028
3036
  },
3029
3037
  "PropertyAlias":{
3030
3038
  "type":"string",
3031
- "max":2048,
3032
3039
  "min":1,
3033
3040
  "pattern":"[^\\u0000-\\u001F\\u007F]+"
3034
3041
  },
@@ -3287,6 +3294,13 @@
3287
3294
  "variables":{"shape":"ExpressionVariables"}
3288
3295
  }
3289
3296
  },
3297
+ "TraversalDirection":{
3298
+ "type":"string",
3299
+ "enum":[
3300
+ "PARENT",
3301
+ "CHILD"
3302
+ ]
3303
+ },
3290
3304
  "TumblingWindow":{
3291
3305
  "type":"structure",
3292
3306
  "required":["interval"],
@@ -114,6 +114,34 @@
114
114
  }
115
115
  ]
116
116
  },
117
+ "DeleteConfiguration": {
118
+ "name": "DeleteConfiguration",
119
+ "http": {
120
+ "method": "DELETE",
121
+ "requestUri": "/v1/configurations/{arn}",
122
+ "responseCode": 200
123
+ },
124
+ "input": {
125
+ "shape": "DeleteConfigurationRequest"
126
+ },
127
+ "output": {
128
+ "shape": "DeleteConfigurationResponse"
129
+ },
130
+ "errors": [
131
+ {
132
+ "shape": "NotFoundException"
133
+ },
134
+ {
135
+ "shape": "BadRequestException"
136
+ },
137
+ {
138
+ "shape": "InternalServerErrorException"
139
+ },
140
+ {
141
+ "shape": "ForbiddenException"
142
+ }
143
+ ]
144
+ },
117
145
  "DescribeCluster": {
118
146
  "name": "DescribeCluster",
119
147
  "http": {
@@ -657,6 +685,37 @@
657
685
  }
658
686
  ]
659
687
  },
688
+ "UpdateConfiguration": {
689
+ "name": "UpdateConfiguration",
690
+ "http": {
691
+ "method": "PUT",
692
+ "requestUri": "/v1/configurations/{arn}",
693
+ "responseCode": 200
694
+ },
695
+ "input": {
696
+ "shape": "UpdateConfigurationRequest"
697
+ },
698
+ "output": {
699
+ "shape": "UpdateConfigurationResponse"
700
+ },
701
+ "errors": [
702
+ {
703
+ "shape": "ServiceUnavailableException"
704
+ },
705
+ {
706
+ "shape": "BadRequestException"
707
+ },
708
+ {
709
+ "shape": "UnauthorizedException"
710
+ },
711
+ {
712
+ "shape": "InternalServerErrorException"
713
+ },
714
+ {
715
+ "shape": "ForbiddenException"
716
+ }
717
+ ]
718
+ },
660
719
  "UpdateClusterConfiguration": {
661
720
  "name": "UpdateClusterConfiguration",
662
721
  "http": {
@@ -1107,6 +1166,10 @@
1107
1166
  "Name": {
1108
1167
  "shape": "__string",
1109
1168
  "locationName": "name"
1169
+ },
1170
+ "State": {
1171
+ "shape": "ConfigurationState",
1172
+ "locationName": "state"
1110
1173
  }
1111
1174
  },
1112
1175
  "required": [
@@ -1115,7 +1178,8 @@
1115
1178
  "CreationTime",
1116
1179
  "KafkaVersions",
1117
1180
  "Arn",
1118
- "Name"
1181
+ "Name",
1182
+ "State"
1119
1183
  ]
1120
1184
  },
1121
1185
  "ConfigurationInfo": {
@@ -1156,6 +1220,14 @@
1156
1220
  "CreationTime"
1157
1221
  ]
1158
1222
  },
1223
+ "ConfigurationState": {
1224
+ "type": "string",
1225
+ "enum": [
1226
+ "ACTIVE",
1227
+ "DELETING",
1228
+ "DELETE_FAILED"
1229
+ ]
1230
+ },
1159
1231
  "ConflictException": {
1160
1232
  "type": "structure",
1161
1233
  "members": {
@@ -1288,6 +1360,10 @@
1288
1360
  "Name": {
1289
1361
  "shape": "__string",
1290
1362
  "locationName": "name"
1363
+ },
1364
+ "State": {
1365
+ "shape": "ConfigurationState",
1366
+ "locationName": "state"
1291
1367
  }
1292
1368
  }
1293
1369
  },
@@ -1322,6 +1398,32 @@
1322
1398
  }
1323
1399
  }
1324
1400
  },
1401
+ "DeleteConfigurationRequest": {
1402
+ "type": "structure",
1403
+ "members": {
1404
+ "Arn": {
1405
+ "shape": "__string",
1406
+ "location": "uri",
1407
+ "locationName": "arn"
1408
+ }
1409
+ },
1410
+ "required": [
1411
+ "Arn"
1412
+ ]
1413
+ },
1414
+ "DeleteConfigurationResponse": {
1415
+ "type": "structure",
1416
+ "members": {
1417
+ "Arn": {
1418
+ "shape": "__string",
1419
+ "locationName": "arn"
1420
+ },
1421
+ "State": {
1422
+ "shape": "ConfigurationState",
1423
+ "locationName": "state"
1424
+ }
1425
+ }
1426
+ },
1325
1427
  "DescribeClusterOperationRequest": {
1326
1428
  "type": "structure",
1327
1429
  "members": {
@@ -1405,6 +1507,10 @@
1405
1507
  "Name": {
1406
1508
  "shape": "__string",
1407
1509
  "locationName": "name"
1510
+ },
1511
+ "State": {
1512
+ "shape": "ConfigurationState",
1513
+ "locationName": "state"
1408
1514
  }
1409
1515
  }
1410
1516
  },
@@ -2228,6 +2334,41 @@
2228
2334
  }
2229
2335
  }
2230
2336
  },
2337
+ "UpdateConfigurationRequest" : {
2338
+ "type": "structure",
2339
+ "members": {
2340
+ "Arn": {
2341
+ "shape": "__string",
2342
+ "location": "uri",
2343
+ "locationName": "arn"
2344
+ },
2345
+ "Description": {
2346
+ "shape": "__string",
2347
+ "locationName": "description"
2348
+ },
2349
+ "ServerProperties": {
2350
+ "shape": "__blob",
2351
+ "locationName": "serverProperties"
2352
+ }
2353
+ },
2354
+ "required": [
2355
+ "Arn",
2356
+ "ServerProperties"
2357
+ ]
2358
+ },
2359
+ "UpdateConfigurationResponse" : {
2360
+ "type": "structure",
2361
+ "members": {
2362
+ "Arn": {
2363
+ "shape": "__string",
2364
+ "locationName": "arn"
2365
+ },
2366
+ "LatestRevision": {
2367
+ "shape": "ConfigurationRevision",
2368
+ "locationName": "latestRevision"
2369
+ }
2370
+ }
2371
+ },
2231
2372
  "UpdateMonitoringRequest" : {
2232
2373
  "type" : "structure",
2233
2374
  "members" : {
@@ -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":{
@@ -1634,6 +1634,8 @@
1634
1634
  "ap-northeast-1" : { },
1635
1635
  "ap-southeast-2" : { },
1636
1636
  "eu-central-1" : { },
1637
+ "eu-west-1" : { },
1638
+ "eu-west-2" : { },
1637
1639
  "us-east-1" : { },
1638
1640
  "us-west-2" : { }
1639
1641
  }
@@ -2667,6 +2669,7 @@
2667
2669
  "eu-west-1" : { },
2668
2670
  "eu-west-2" : { },
2669
2671
  "eu-west-3" : { },
2672
+ "sa-east-1" : { },
2670
2673
  "us-east-1" : { },
2671
2674
  "us-east-2" : { },
2672
2675
  "us-west-1" : { },
@@ -2915,6 +2918,20 @@
2915
2918
  "isRegionalized" : false,
2916
2919
  "partitionEndpoint" : "aws-global"
2917
2920
  },
2921
+ "identitystore" : {
2922
+ "endpoints" : {
2923
+ "ap-southeast-1" : { },
2924
+ "ap-southeast-2" : { },
2925
+ "ca-central-1" : { },
2926
+ "eu-central-1" : { },
2927
+ "eu-north-1" : { },
2928
+ "eu-west-1" : { },
2929
+ "eu-west-2" : { },
2930
+ "us-east-1" : { },
2931
+ "us-east-2" : { },
2932
+ "us-west-2" : { }
2933
+ }
2934
+ },
2918
2935
  "importexport" : {
2919
2936
  "endpoints" : {
2920
2937
  "aws-global" : {
@@ -3691,6 +3708,8 @@
3691
3708
  "ap-northeast-1" : { },
3692
3709
  "ap-southeast-2" : { },
3693
3710
  "eu-central-1" : { },
3711
+ "eu-west-1" : { },
3712
+ "eu-west-2" : { },
3694
3713
  "us-east-1" : { },
3695
3714
  "us-west-2" : { }
3696
3715
  }
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.571'
2
+ VERSION = '2.11.572'
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.571
4
+ version: 2.11.572
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-08-20 00:00:00.000000000 Z
11
+ date: 2020-08-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath