aws-sdk-core 2.11.613 → 2.11.618
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/apigateway/2015-07-09/api-2.json +4 -2
- data/apis/braket/2019-09-01/api-2.json +155 -36
- data/apis/codeartifact/2018-09-22/api-2.json +145 -6
- data/apis/dms/2016-01-01/api-2.json +20 -3
- data/apis/ec2/2016-11-15/api-2.json +197 -8
- data/apis/elasticloadbalancingv2/2015-12-01/api-2.json +7 -3
- data/apis/glue/2017-03-31/api-2.json +28 -3
- data/apis/imagebuilder/2019-12-02/api-2.json +24 -19
- data/apis/iot/2015-05-28/api-2.json +43 -6
- data/apis/kendra/2019-02-03/api-2.json +180 -2
- data/apis/macie2/2020-01-01/api-2.json +4 -0
- data/apis/medialive/2017-10-14/api-2.json +67 -0
- data/apis/neptune/2014-10-31/api-2.json +242 -3
- data/apis/neptune/2014-10-31/paginators-1.json +6 -0
- data/apis/sagemaker/2017-07-24/api-2.json +741 -23
- data/apis/sagemaker/2017-07-24/paginators-1.json +12 -0
- data/apis/sesv2/2019-09-27/api-2.json +494 -5
- data/apis/sesv2/2019-09-27/paginators-1.json +10 -0
- data/apis/storagegateway/2013-06-30/api-2.json +53 -7
- data/endpoints.json +20 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
@@ -2644,6 +2644,14 @@
|
|
2644
2644
|
"AutomaticInputFailoverSettings": {
|
2645
2645
|
"type": "structure",
|
2646
2646
|
"members": {
|
2647
|
+
"ErrorClearTimeMsec": {
|
2648
|
+
"shape": "__integerMin1",
|
2649
|
+
"locationName": "errorClearTimeMsec"
|
2650
|
+
},
|
2651
|
+
"FailoverConditions": {
|
2652
|
+
"shape": "__listOfFailoverCondition",
|
2653
|
+
"locationName": "failoverConditions"
|
2654
|
+
},
|
2647
2655
|
"InputPreference": {
|
2648
2656
|
"shape": "InputPreference",
|
2649
2657
|
"locationName": "inputPreference"
|
@@ -5514,6 +5522,24 @@
|
|
5514
5522
|
"TimecodeConfig"
|
5515
5523
|
]
|
5516
5524
|
},
|
5525
|
+
"FailoverCondition": {
|
5526
|
+
"type": "structure",
|
5527
|
+
"members": {
|
5528
|
+
"FailoverConditionSettings": {
|
5529
|
+
"shape": "FailoverConditionSettings",
|
5530
|
+
"locationName": "failoverConditionSettings"
|
5531
|
+
}
|
5532
|
+
}
|
5533
|
+
},
|
5534
|
+
"FailoverConditionSettings": {
|
5535
|
+
"type": "structure",
|
5536
|
+
"members": {
|
5537
|
+
"InputLossSettings": {
|
5538
|
+
"shape": "InputLossFailoverSettings",
|
5539
|
+
"locationName": "inputLossSettings"
|
5540
|
+
}
|
5541
|
+
}
|
5542
|
+
},
|
5517
5543
|
"FeatureActivations": {
|
5518
5544
|
"type": "structure",
|
5519
5545
|
"members": {
|
@@ -6528,6 +6554,13 @@
|
|
6528
6554
|
"SUBDIRECTORY_PER_STREAM"
|
6529
6555
|
]
|
6530
6556
|
},
|
6557
|
+
"HlsDiscontinuityTags": {
|
6558
|
+
"type": "string",
|
6559
|
+
"enum": [
|
6560
|
+
"INSERT",
|
6561
|
+
"NEVER_INSERT"
|
6562
|
+
]
|
6563
|
+
},
|
6531
6564
|
"HlsEncryptionType": {
|
6532
6565
|
"type": "string",
|
6533
6566
|
"enum": [
|
@@ -6586,6 +6619,10 @@
|
|
6586
6619
|
"shape": "HlsDirectoryStructure",
|
6587
6620
|
"locationName": "directoryStructure"
|
6588
6621
|
},
|
6622
|
+
"DiscontinuityTags": {
|
6623
|
+
"shape": "HlsDiscontinuityTags",
|
6624
|
+
"locationName": "discontinuityTags"
|
6625
|
+
},
|
6589
6626
|
"EncryptionType": {
|
6590
6627
|
"shape": "HlsEncryptionType",
|
6591
6628
|
"locationName": "encryptionType"
|
@@ -6602,6 +6639,10 @@
|
|
6602
6639
|
"shape": "IFrameOnlyPlaylistType",
|
6603
6640
|
"locationName": "iFrameOnlyPlaylists"
|
6604
6641
|
},
|
6642
|
+
"IncompleteSegmentBehavior": {
|
6643
|
+
"shape": "HlsIncompleteSegmentBehavior",
|
6644
|
+
"locationName": "incompleteSegmentBehavior"
|
6645
|
+
},
|
6605
6646
|
"IndexNSegments": {
|
6606
6647
|
"shape": "__integerMin3",
|
6607
6648
|
"locationName": "indexNSegments"
|
@@ -6729,6 +6770,13 @@
|
|
6729
6770
|
"ENABLED"
|
6730
6771
|
]
|
6731
6772
|
},
|
6773
|
+
"HlsIncompleteSegmentBehavior": {
|
6774
|
+
"type": "string",
|
6775
|
+
"enum": [
|
6776
|
+
"AUTO",
|
6777
|
+
"SUPPRESS"
|
6778
|
+
]
|
6779
|
+
},
|
6732
6780
|
"HlsInputSettings": {
|
6733
6781
|
"type": "structure",
|
6734
6782
|
"members": {
|
@@ -7493,6 +7541,15 @@
|
|
7493
7541
|
}
|
7494
7542
|
}
|
7495
7543
|
},
|
7544
|
+
"InputLossFailoverSettings": {
|
7545
|
+
"type": "structure",
|
7546
|
+
"members": {
|
7547
|
+
"InputLossThresholdMsec": {
|
7548
|
+
"shape": "__integerMin100",
|
7549
|
+
"locationName": "inputLossThresholdMsec"
|
7550
|
+
}
|
7551
|
+
}
|
7552
|
+
},
|
7496
7553
|
"InputLossImageType": {
|
7497
7554
|
"type": "string",
|
7498
7555
|
"enum": [
|
@@ -12155,6 +12212,10 @@
|
|
12155
12212
|
"type": "integer",
|
12156
12213
|
"min": 1
|
12157
12214
|
},
|
12215
|
+
"__integerMin100": {
|
12216
|
+
"type": "integer",
|
12217
|
+
"min": 100
|
12218
|
+
},
|
12158
12219
|
"__integerMin1000": {
|
12159
12220
|
"type": "integer",
|
12160
12221
|
"min": 1000
|
@@ -12363,6 +12424,12 @@
|
|
12363
12424
|
"shape": "ChannelSummary"
|
12364
12425
|
}
|
12365
12426
|
},
|
12427
|
+
"__listOfFailoverCondition": {
|
12428
|
+
"type": "list",
|
12429
|
+
"member": {
|
12430
|
+
"shape": "FailoverCondition"
|
12431
|
+
}
|
12432
|
+
},
|
12366
12433
|
"__listOfHlsAdMarkers": {
|
12367
12434
|
"type": "list",
|
12368
12435
|
"member": {
|
@@ -154,6 +154,26 @@
|
|
154
154
|
{"shape":"DBSubnetGroupDoesNotCoverEnoughAZs"}
|
155
155
|
]
|
156
156
|
},
|
157
|
+
"CreateDBClusterEndpoint":{
|
158
|
+
"name":"CreateDBClusterEndpoint",
|
159
|
+
"http":{
|
160
|
+
"method":"POST",
|
161
|
+
"requestUri":"/"
|
162
|
+
},
|
163
|
+
"input":{"shape":"CreateDBClusterEndpointMessage"},
|
164
|
+
"output":{
|
165
|
+
"shape":"CreateDBClusterEndpointOutput",
|
166
|
+
"resultWrapper":"CreateDBClusterEndpointResult"
|
167
|
+
},
|
168
|
+
"errors":[
|
169
|
+
{"shape":"DBClusterEndpointQuotaExceededFault"},
|
170
|
+
{"shape":"DBClusterEndpointAlreadyExistsFault"},
|
171
|
+
{"shape":"DBClusterNotFoundFault"},
|
172
|
+
{"shape":"InvalidDBClusterStateFault"},
|
173
|
+
{"shape":"DBInstanceNotFoundFault"},
|
174
|
+
{"shape":"InvalidDBInstanceStateFault"}
|
175
|
+
]
|
176
|
+
},
|
157
177
|
"CreateDBClusterParameterGroup":{
|
158
178
|
"name":"CreateDBClusterParameterGroup",
|
159
179
|
"http":{
|
@@ -296,6 +316,23 @@
|
|
296
316
|
{"shape":"InvalidDBClusterSnapshotStateFault"}
|
297
317
|
]
|
298
318
|
},
|
319
|
+
"DeleteDBClusterEndpoint":{
|
320
|
+
"name":"DeleteDBClusterEndpoint",
|
321
|
+
"http":{
|
322
|
+
"method":"POST",
|
323
|
+
"requestUri":"/"
|
324
|
+
},
|
325
|
+
"input":{"shape":"DeleteDBClusterEndpointMessage"},
|
326
|
+
"output":{
|
327
|
+
"shape":"DeleteDBClusterEndpointOutput",
|
328
|
+
"resultWrapper":"DeleteDBClusterEndpointResult"
|
329
|
+
},
|
330
|
+
"errors":[
|
331
|
+
{"shape":"InvalidDBClusterEndpointStateFault"},
|
332
|
+
{"shape":"DBClusterEndpointNotFoundFault"},
|
333
|
+
{"shape":"InvalidDBClusterStateFault"}
|
334
|
+
]
|
335
|
+
},
|
299
336
|
"DeleteDBClusterParameterGroup":{
|
300
337
|
"name":"DeleteDBClusterParameterGroup",
|
301
338
|
"http":{
|
@@ -384,6 +421,21 @@
|
|
384
421
|
{"shape":"InvalidEventSubscriptionStateFault"}
|
385
422
|
]
|
386
423
|
},
|
424
|
+
"DescribeDBClusterEndpoints":{
|
425
|
+
"name":"DescribeDBClusterEndpoints",
|
426
|
+
"http":{
|
427
|
+
"method":"POST",
|
428
|
+
"requestUri":"/"
|
429
|
+
},
|
430
|
+
"input":{"shape":"DescribeDBClusterEndpointsMessage"},
|
431
|
+
"output":{
|
432
|
+
"shape":"DBClusterEndpointMessage",
|
433
|
+
"resultWrapper":"DescribeDBClusterEndpointsResult"
|
434
|
+
},
|
435
|
+
"errors":[
|
436
|
+
{"shape":"DBClusterNotFoundFault"}
|
437
|
+
]
|
438
|
+
},
|
387
439
|
"DescribeDBClusterParameterGroups":{
|
388
440
|
"name":"DescribeDBClusterParameterGroups",
|
389
441
|
"http":{
|
@@ -696,6 +748,25 @@
|
|
696
748
|
{"shape":"DBClusterAlreadyExistsFault"}
|
697
749
|
]
|
698
750
|
},
|
751
|
+
"ModifyDBClusterEndpoint":{
|
752
|
+
"name":"ModifyDBClusterEndpoint",
|
753
|
+
"http":{
|
754
|
+
"method":"POST",
|
755
|
+
"requestUri":"/"
|
756
|
+
},
|
757
|
+
"input":{"shape":"ModifyDBClusterEndpointMessage"},
|
758
|
+
"output":{
|
759
|
+
"shape":"ModifyDBClusterEndpointOutput",
|
760
|
+
"resultWrapper":"ModifyDBClusterEndpointResult"
|
761
|
+
},
|
762
|
+
"errors":[
|
763
|
+
{"shape":"InvalidDBClusterStateFault"},
|
764
|
+
{"shape":"InvalidDBClusterEndpointStateFault"},
|
765
|
+
{"shape":"DBClusterEndpointNotFoundFault"},
|
766
|
+
{"shape":"DBInstanceNotFoundFault"},
|
767
|
+
{"shape":"InvalidDBInstanceStateFault"}
|
768
|
+
]
|
769
|
+
},
|
699
770
|
"ModifyDBClusterParameterGroup":{
|
700
771
|
"name":"ModifyDBClusterParameterGroup",
|
701
772
|
"http":{
|
@@ -1027,7 +1098,8 @@
|
|
1027
1098
|
],
|
1028
1099
|
"members":{
|
1029
1100
|
"DBClusterIdentifier":{"shape":"String"},
|
1030
|
-
"RoleArn":{"shape":"String"}
|
1101
|
+
"RoleArn":{"shape":"String"},
|
1102
|
+
"FeatureName":{"shape":"String"}
|
1031
1103
|
}
|
1032
1104
|
},
|
1033
1105
|
"AddSourceIdentifierToSubscriptionMessage":{
|
@@ -1211,6 +1283,37 @@
|
|
1211
1283
|
"DBParameterGroup":{"shape":"DBParameterGroup"}
|
1212
1284
|
}
|
1213
1285
|
},
|
1286
|
+
"CreateDBClusterEndpointMessage":{
|
1287
|
+
"type":"structure",
|
1288
|
+
"required":[
|
1289
|
+
"DBClusterIdentifier",
|
1290
|
+
"DBClusterEndpointIdentifier",
|
1291
|
+
"EndpointType"
|
1292
|
+
],
|
1293
|
+
"members":{
|
1294
|
+
"DBClusterIdentifier":{"shape":"String"},
|
1295
|
+
"DBClusterEndpointIdentifier":{"shape":"String"},
|
1296
|
+
"EndpointType":{"shape":"String"},
|
1297
|
+
"StaticMembers":{"shape":"StringList"},
|
1298
|
+
"ExcludedMembers":{"shape":"StringList"},
|
1299
|
+
"Tags":{"shape":"TagList"}
|
1300
|
+
}
|
1301
|
+
},
|
1302
|
+
"CreateDBClusterEndpointOutput":{
|
1303
|
+
"type":"structure",
|
1304
|
+
"members":{
|
1305
|
+
"DBClusterEndpointIdentifier":{"shape":"String"},
|
1306
|
+
"DBClusterIdentifier":{"shape":"String"},
|
1307
|
+
"DBClusterEndpointResourceIdentifier":{"shape":"String"},
|
1308
|
+
"Endpoint":{"shape":"String"},
|
1309
|
+
"Status":{"shape":"String"},
|
1310
|
+
"EndpointType":{"shape":"String"},
|
1311
|
+
"CustomEndpointType":{"shape":"String"},
|
1312
|
+
"StaticMembers":{"shape":"StringList"},
|
1313
|
+
"ExcludedMembers":{"shape":"StringList"},
|
1314
|
+
"DBClusterEndpointArn":{"shape":"String"}
|
1315
|
+
}
|
1316
|
+
},
|
1214
1317
|
"CreateDBClusterMessage":{
|
1215
1318
|
"type":"structure",
|
1216
1319
|
"required":[
|
@@ -1466,6 +1569,68 @@
|
|
1466
1569
|
},
|
1467
1570
|
"exception":true
|
1468
1571
|
},
|
1572
|
+
"DBClusterEndpoint":{
|
1573
|
+
"type":"structure",
|
1574
|
+
"members":{
|
1575
|
+
"DBClusterEndpointIdentifier":{"shape":"String"},
|
1576
|
+
"DBClusterIdentifier":{"shape":"String"},
|
1577
|
+
"DBClusterEndpointResourceIdentifier":{"shape":"String"},
|
1578
|
+
"Endpoint":{"shape":"String"},
|
1579
|
+
"Status":{"shape":"String"},
|
1580
|
+
"EndpointType":{"shape":"String"},
|
1581
|
+
"CustomEndpointType":{"shape":"String"},
|
1582
|
+
"StaticMembers":{"shape":"StringList"},
|
1583
|
+
"ExcludedMembers":{"shape":"StringList"},
|
1584
|
+
"DBClusterEndpointArn":{"shape":"String"}
|
1585
|
+
}
|
1586
|
+
},
|
1587
|
+
"DBClusterEndpointAlreadyExistsFault":{
|
1588
|
+
"type":"structure",
|
1589
|
+
"members":{
|
1590
|
+
},
|
1591
|
+
"error":{
|
1592
|
+
"code":"DBClusterEndpointAlreadyExistsFault",
|
1593
|
+
"httpStatusCode":400,
|
1594
|
+
"senderFault":true
|
1595
|
+
},
|
1596
|
+
"exception":true
|
1597
|
+
},
|
1598
|
+
"DBClusterEndpointList":{
|
1599
|
+
"type":"list",
|
1600
|
+
"member":{
|
1601
|
+
"shape":"DBClusterEndpoint",
|
1602
|
+
"locationName":"DBClusterEndpointList"
|
1603
|
+
}
|
1604
|
+
},
|
1605
|
+
"DBClusterEndpointMessage":{
|
1606
|
+
"type":"structure",
|
1607
|
+
"members":{
|
1608
|
+
"Marker":{"shape":"String"},
|
1609
|
+
"DBClusterEndpoints":{"shape":"DBClusterEndpointList"}
|
1610
|
+
}
|
1611
|
+
},
|
1612
|
+
"DBClusterEndpointNotFoundFault":{
|
1613
|
+
"type":"structure",
|
1614
|
+
"members":{
|
1615
|
+
},
|
1616
|
+
"error":{
|
1617
|
+
"code":"DBClusterEndpointNotFoundFault",
|
1618
|
+
"httpStatusCode":400,
|
1619
|
+
"senderFault":true
|
1620
|
+
},
|
1621
|
+
"exception":true
|
1622
|
+
},
|
1623
|
+
"DBClusterEndpointQuotaExceededFault":{
|
1624
|
+
"type":"structure",
|
1625
|
+
"members":{
|
1626
|
+
},
|
1627
|
+
"error":{
|
1628
|
+
"code":"DBClusterEndpointQuotaExceededFault",
|
1629
|
+
"httpStatusCode":403,
|
1630
|
+
"senderFault":true
|
1631
|
+
},
|
1632
|
+
"exception":true
|
1633
|
+
},
|
1469
1634
|
"DBClusterList":{
|
1470
1635
|
"type":"list",
|
1471
1636
|
"member":{
|
@@ -1585,7 +1750,8 @@
|
|
1585
1750
|
"type":"structure",
|
1586
1751
|
"members":{
|
1587
1752
|
"RoleArn":{"shape":"String"},
|
1588
|
-
"Status":{"shape":"String"}
|
1753
|
+
"Status":{"shape":"String"},
|
1754
|
+
"FeatureName":{"shape":"String"}
|
1589
1755
|
}
|
1590
1756
|
},
|
1591
1757
|
"DBClusterRoleAlreadyExistsFault":{
|
@@ -2087,6 +2253,28 @@
|
|
2087
2253
|
},
|
2088
2254
|
"exception":true
|
2089
2255
|
},
|
2256
|
+
"DeleteDBClusterEndpointMessage":{
|
2257
|
+
"type":"structure",
|
2258
|
+
"required":["DBClusterEndpointIdentifier"],
|
2259
|
+
"members":{
|
2260
|
+
"DBClusterEndpointIdentifier":{"shape":"String"}
|
2261
|
+
}
|
2262
|
+
},
|
2263
|
+
"DeleteDBClusterEndpointOutput":{
|
2264
|
+
"type":"structure",
|
2265
|
+
"members":{
|
2266
|
+
"DBClusterEndpointIdentifier":{"shape":"String"},
|
2267
|
+
"DBClusterIdentifier":{"shape":"String"},
|
2268
|
+
"DBClusterEndpointResourceIdentifier":{"shape":"String"},
|
2269
|
+
"Endpoint":{"shape":"String"},
|
2270
|
+
"Status":{"shape":"String"},
|
2271
|
+
"EndpointType":{"shape":"String"},
|
2272
|
+
"CustomEndpointType":{"shape":"String"},
|
2273
|
+
"StaticMembers":{"shape":"StringList"},
|
2274
|
+
"ExcludedMembers":{"shape":"StringList"},
|
2275
|
+
"DBClusterEndpointArn":{"shape":"String"}
|
2276
|
+
}
|
2277
|
+
},
|
2090
2278
|
"DeleteDBClusterMessage":{
|
2091
2279
|
"type":"structure",
|
2092
2280
|
"required":["DBClusterIdentifier"],
|
@@ -2164,6 +2352,16 @@
|
|
2164
2352
|
"EventSubscription":{"shape":"EventSubscription"}
|
2165
2353
|
}
|
2166
2354
|
},
|
2355
|
+
"DescribeDBClusterEndpointsMessage":{
|
2356
|
+
"type":"structure",
|
2357
|
+
"members":{
|
2358
|
+
"DBClusterIdentifier":{"shape":"String"},
|
2359
|
+
"DBClusterEndpointIdentifier":{"shape":"String"},
|
2360
|
+
"Filters":{"shape":"FilterList"},
|
2361
|
+
"MaxRecords":{"shape":"IntegerOptional"},
|
2362
|
+
"Marker":{"shape":"String"}
|
2363
|
+
}
|
2364
|
+
},
|
2167
2365
|
"DescribeDBClusterParameterGroupsMessage":{
|
2168
2366
|
"type":"structure",
|
2169
2367
|
"members":{
|
@@ -2607,6 +2805,17 @@
|
|
2607
2805
|
},
|
2608
2806
|
"Integer":{"type":"integer"},
|
2609
2807
|
"IntegerOptional":{"type":"integer"},
|
2808
|
+
"InvalidDBClusterEndpointStateFault":{
|
2809
|
+
"type":"structure",
|
2810
|
+
"members":{
|
2811
|
+
},
|
2812
|
+
"error":{
|
2813
|
+
"code":"InvalidDBClusterEndpointStateFault",
|
2814
|
+
"httpStatusCode":400,
|
2815
|
+
"senderFault":true
|
2816
|
+
},
|
2817
|
+
"exception":true
|
2818
|
+
},
|
2610
2819
|
"InvalidDBClusterSnapshotStateFault":{
|
2611
2820
|
"type":"structure",
|
2612
2821
|
"members":{
|
@@ -2766,6 +2975,31 @@
|
|
2766
2975
|
"type":"list",
|
2767
2976
|
"member":{"shape":"String"}
|
2768
2977
|
},
|
2978
|
+
"ModifyDBClusterEndpointMessage":{
|
2979
|
+
"type":"structure",
|
2980
|
+
"required":["DBClusterEndpointIdentifier"],
|
2981
|
+
"members":{
|
2982
|
+
"DBClusterEndpointIdentifier":{"shape":"String"},
|
2983
|
+
"EndpointType":{"shape":"String"},
|
2984
|
+
"StaticMembers":{"shape":"StringList"},
|
2985
|
+
"ExcludedMembers":{"shape":"StringList"}
|
2986
|
+
}
|
2987
|
+
},
|
2988
|
+
"ModifyDBClusterEndpointOutput":{
|
2989
|
+
"type":"structure",
|
2990
|
+
"members":{
|
2991
|
+
"DBClusterEndpointIdentifier":{"shape":"String"},
|
2992
|
+
"DBClusterIdentifier":{"shape":"String"},
|
2993
|
+
"DBClusterEndpointResourceIdentifier":{"shape":"String"},
|
2994
|
+
"Endpoint":{"shape":"String"},
|
2995
|
+
"Status":{"shape":"String"},
|
2996
|
+
"EndpointType":{"shape":"String"},
|
2997
|
+
"CustomEndpointType":{"shape":"String"},
|
2998
|
+
"StaticMembers":{"shape":"StringList"},
|
2999
|
+
"ExcludedMembers":{"shape":"StringList"},
|
3000
|
+
"DBClusterEndpointArn":{"shape":"String"}
|
3001
|
+
}
|
3002
|
+
},
|
2769
3003
|
"ModifyDBClusterMessage":{
|
2770
3004
|
"type":"structure",
|
2771
3005
|
"required":["DBClusterIdentifier"],
|
@@ -3148,7 +3382,8 @@
|
|
3148
3382
|
],
|
3149
3383
|
"members":{
|
3150
3384
|
"DBClusterIdentifier":{"shape":"String"},
|
3151
|
-
"RoleArn":{"shape":"String"}
|
3385
|
+
"RoleArn":{"shape":"String"},
|
3386
|
+
"FeatureName":{"shape":"String"}
|
3152
3387
|
}
|
3153
3388
|
},
|
3154
3389
|
"RemoveSourceIdentifierFromSubscriptionMessage":{
|
@@ -3411,6 +3646,10 @@
|
|
3411
3646
|
"exception":true
|
3412
3647
|
},
|
3413
3648
|
"String":{"type":"string"},
|
3649
|
+
"StringList":{
|
3650
|
+
"type":"list",
|
3651
|
+
"member":{"shape":"String"}
|
3652
|
+
},
|
3414
3653
|
"Subnet":{
|
3415
3654
|
"type":"structure",
|
3416
3655
|
"members":{
|