aws-sdk-core 2.11.568 → 2.11.573
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/apigatewayv2/2018-11-29/api-2.json +56 -0
- data/apis/appflow/2020-08-23/api-2.json +2378 -0
- data/apis/appflow/2020-08-23/examples-1.json +5 -0
- data/apis/appflow/2020-08-23/paginators-1.json +23 -0
- data/apis/cognito-idp/2016-04-18/api-2.json +1 -5
- data/apis/datasync/2018-11-09/api-2.json +78 -2
- data/apis/dms/2016-01-01/api-2.json +5 -2
- data/apis/ec2/2016-11-15/api-2.json +237 -0
- data/apis/ec2/2016-11-15/paginators-1.json +6 -0
- data/apis/identitystore/2020-06-15/api-2.json +318 -0
- data/apis/identitystore/2020-06-15/examples-1.json +5 -0
- data/apis/identitystore/2020-06-15/paginators-1.json +14 -0
- data/apis/iotsitewise/2019-12-02/api-2.json +22 -8
- data/apis/ivs/2020-07-14/api-2.json +160 -1
- data/apis/ivs/2020-07-14/paginators-1.json +6 -0
- data/apis/kafka/2018-11-14/api-2.json +142 -1
- data/apis/lakeformation/2017-03-31/api-2.json +13 -1
- data/apis/route53resolver/2018-04-01/api-2.json +474 -7
- data/apis/route53resolver/2018-04-01/paginators-1.json +26 -4
- data/apis/securityhub/2018-10-26/api-2.json +565 -4
- data/apis/servicecatalog/2015-12-10/api-2.json +6 -0
- data/apis/sesv2/2019-09-27/api-2.json +189 -0
- data/apis/sesv2/2019-09-27/paginators-1.json +5 -0
- data/apis/ssm/2014-11-06/api-2.json +18 -7
- data/apis/storagegateway/2013-06-30/api-2.json +165 -7
- data/apis/transcribe-streaming/2017-10-26/api-2.json +12 -1
- data/apis/xray/2016-04-12/api-2.json +150 -2
- data/endpoints.json +25 -0
- data/lib/aws-sdk-core.rb +2 -0
- data/lib/aws-sdk-core/appflow.rb +6 -0
- data/lib/aws-sdk-core/identitystore.rb +6 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- data/service-models.json +8 -0
- metadata +10 -2
@@ -0,0 +1,23 @@
|
|
1
|
+
{
|
2
|
+
"pagination": {
|
3
|
+
"DescribeConnectorProfiles": {
|
4
|
+
"input_token": "nextToken",
|
5
|
+
"output_token": "nextToken",
|
6
|
+
"limit_key": "maxResults"
|
7
|
+
},
|
8
|
+
"DescribeConnectors": {
|
9
|
+
"input_token": "nextToken",
|
10
|
+
"output_token": "nextToken"
|
11
|
+
},
|
12
|
+
"DescribeFlowExecutionRecords": {
|
13
|
+
"input_token": "nextToken",
|
14
|
+
"output_token": "nextToken",
|
15
|
+
"limit_key": "maxResults"
|
16
|
+
},
|
17
|
+
"ListFlows": {
|
18
|
+
"input_token": "nextToken",
|
19
|
+
"output_token": "nextToken",
|
20
|
+
"limit_key": "maxResults"
|
21
|
+
}
|
22
|
+
}
|
23
|
+
}
|
@@ -2477,13 +2477,9 @@
|
|
2477
2477
|
},
|
2478
2478
|
"AnalyticsConfigurationType":{
|
2479
2479
|
"type":"structure",
|
2480
|
-
"required":[
|
2481
|
-
"ApplicationId",
|
2482
|
-
"RoleArn",
|
2483
|
-
"ExternalId"
|
2484
|
-
],
|
2485
2480
|
"members":{
|
2486
2481
|
"ApplicationId":{"shape":"HexStringType"},
|
2482
|
+
"ApplicationArn":{"shape":"ArnType"},
|
2487
2483
|
"RoleArn":{"shape":"ArnType"},
|
2488
2484
|
"ExternalId":{"shape":"StringType"},
|
2489
2485
|
"UserDataShared":{"shape":"BooleanType"}
|
@@ -924,6 +924,12 @@
|
|
924
924
|
"FIPS"
|
925
925
|
]
|
926
926
|
},
|
927
|
+
"FilterAttributeValue":{
|
928
|
+
"type":"string",
|
929
|
+
"max":255,
|
930
|
+
"min":1,
|
931
|
+
"pattern":"^[0-9a-zA-Z_\\ \\-\\:\\*\\.\\\\/\\?-]*$"
|
932
|
+
},
|
927
933
|
"FilterList":{
|
928
934
|
"type":"list",
|
929
935
|
"member":{"shape":"FilterRule"},
|
@@ -948,6 +954,10 @@
|
|
948
954
|
"max":409600,
|
949
955
|
"pattern":"^[^\\x00]+$"
|
950
956
|
},
|
957
|
+
"FilterValues":{
|
958
|
+
"type":"list",
|
959
|
+
"member":{"shape":"FilterAttributeValue"}
|
960
|
+
},
|
951
961
|
"FsxFilesystemArn":{
|
952
962
|
"type":"string",
|
953
963
|
"max":128,
|
@@ -1013,7 +1023,8 @@
|
|
1013
1023
|
"type":"structure",
|
1014
1024
|
"members":{
|
1015
1025
|
"MaxResults":{"shape":"MaxResults"},
|
1016
|
-
"NextToken":{"shape":"NextToken"}
|
1026
|
+
"NextToken":{"shape":"NextToken"},
|
1027
|
+
"Filters":{"shape":"LocationFilters"}
|
1017
1028
|
}
|
1018
1029
|
},
|
1019
1030
|
"ListLocationsResponse":{
|
@@ -1058,7 +1069,8 @@
|
|
1058
1069
|
"type":"structure",
|
1059
1070
|
"members":{
|
1060
1071
|
"MaxResults":{"shape":"MaxResults"},
|
1061
|
-
"NextToken":{"shape":"NextToken"}
|
1072
|
+
"NextToken":{"shape":"NextToken"},
|
1073
|
+
"Filters":{"shape":"TaskFilters"}
|
1062
1074
|
}
|
1063
1075
|
},
|
1064
1076
|
"ListTasksResponse":{
|
@@ -1073,6 +1085,31 @@
|
|
1073
1085
|
"max":128,
|
1074
1086
|
"pattern":"^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):datasync:[a-z\\-0-9]+:[0-9]{12}:location/loc-[0-9a-z]{17}$"
|
1075
1087
|
},
|
1088
|
+
"LocationFilter":{
|
1089
|
+
"type":"structure",
|
1090
|
+
"required":[
|
1091
|
+
"Name",
|
1092
|
+
"Values",
|
1093
|
+
"Operator"
|
1094
|
+
],
|
1095
|
+
"members":{
|
1096
|
+
"Name":{"shape":"LocationFilterName"},
|
1097
|
+
"Values":{"shape":"FilterValues"},
|
1098
|
+
"Operator":{"shape":"Operator"}
|
1099
|
+
}
|
1100
|
+
},
|
1101
|
+
"LocationFilterName":{
|
1102
|
+
"type":"string",
|
1103
|
+
"enum":[
|
1104
|
+
"LocationUri",
|
1105
|
+
"LocationType",
|
1106
|
+
"CreationTime"
|
1107
|
+
]
|
1108
|
+
},
|
1109
|
+
"LocationFilters":{
|
1110
|
+
"type":"list",
|
1111
|
+
"member":{"shape":"LocationFilter"}
|
1112
|
+
},
|
1076
1113
|
"LocationList":{
|
1077
1114
|
"type":"list",
|
1078
1115
|
"member":{"shape":"LocationListEntry"}
|
@@ -1183,6 +1220,21 @@
|
|
1183
1220
|
"AgentArns":{"shape":"AgentArnList"}
|
1184
1221
|
}
|
1185
1222
|
},
|
1223
|
+
"Operator":{
|
1224
|
+
"type":"string",
|
1225
|
+
"enum":[
|
1226
|
+
"Equals",
|
1227
|
+
"NotEquals",
|
1228
|
+
"In",
|
1229
|
+
"LessThanOrEqual",
|
1230
|
+
"LessThan",
|
1231
|
+
"GreaterThanOrEqual",
|
1232
|
+
"GreaterThan",
|
1233
|
+
"Contains",
|
1234
|
+
"NotContains",
|
1235
|
+
"BeginsWith"
|
1236
|
+
]
|
1237
|
+
},
|
1186
1238
|
"Options":{
|
1187
1239
|
"type":"structure",
|
1188
1240
|
"members":{
|
@@ -1450,6 +1502,30 @@
|
|
1450
1502
|
"ERROR"
|
1451
1503
|
]
|
1452
1504
|
},
|
1505
|
+
"TaskFilter":{
|
1506
|
+
"type":"structure",
|
1507
|
+
"required":[
|
1508
|
+
"Name",
|
1509
|
+
"Values",
|
1510
|
+
"Operator"
|
1511
|
+
],
|
1512
|
+
"members":{
|
1513
|
+
"Name":{"shape":"TaskFilterName"},
|
1514
|
+
"Values":{"shape":"FilterValues"},
|
1515
|
+
"Operator":{"shape":"Operator"}
|
1516
|
+
}
|
1517
|
+
},
|
1518
|
+
"TaskFilterName":{
|
1519
|
+
"type":"string",
|
1520
|
+
"enum":[
|
1521
|
+
"LocationId",
|
1522
|
+
"CreationTime"
|
1523
|
+
]
|
1524
|
+
},
|
1525
|
+
"TaskFilters":{
|
1526
|
+
"type":"list",
|
1527
|
+
"member":{"shape":"TaskFilter"}
|
1528
|
+
},
|
1453
1529
|
"TaskList":{
|
1454
1530
|
"type":"list",
|
1455
1531
|
"member":{"shape":"TaskListEntry"}
|
@@ -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"
|