aws-sdk-core 2.11.442 → 2.11.443
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/ds/2015-04-16/api-2.json +2 -1
- data/apis/ec2/2016-11-15/api-2.json +9 -1
- data/apis/ec2/2016-11-15/resources-1.json +219 -0
- data/apis/es/2015-01-01/api-2.json +52 -4
- data/apis/glue/2017-03-31/api-2.json +3 -0
- data/apis/neptune/2014-10-31/api-2.json +60 -0
- data/apis/workmail/2017-10-01/api-2.json +214 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 72ad5067e1566b864668afe09f4eb0e6379ba793
|
4
|
+
data.tar.gz: fc8b5eaf9bd61214a031cff223e1a5482c2439bb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 145de552766e230da477e977c8a81a54949359638b73a991587491c94359ef9beccb3cb3620f48b549e453e34fcd191acb035af044f90c113431a3551fe12ec0
|
7
|
+
data.tar.gz: dd4242eba3d44f8afc7c86bd420a3a399e39e8c04371079271aa41129176b4431a4ced811ee8c53fc0fab341815b0c0d7362688752b32b301c8c93c15d1bac95
|
@@ -1106,7 +1106,8 @@
|
|
1106
1106
|
"members":{
|
1107
1107
|
"CertificateId":{"shape":"CertificateId"},
|
1108
1108
|
"CommonName":{"shape":"CertificateCN"},
|
1109
|
-
"State":{"shape":"CertificateState"}
|
1109
|
+
"State":{"shape":"CertificateState"},
|
1110
|
+
"ExpiryDateTime":{"shape":"CertificateExpiryDateTime"}
|
1110
1111
|
}
|
1111
1112
|
},
|
1112
1113
|
"CertificateLimitExceededException":{
|
@@ -11051,7 +11051,11 @@
|
|
11051
11051
|
"locationName":"PoolId"
|
11052
11052
|
},
|
11053
11053
|
"NextToken":{"shape":"NextToken"},
|
11054
|
-
"MaxResults":{"shape":"PoolMaxResults"}
|
11054
|
+
"MaxResults":{"shape":"PoolMaxResults"},
|
11055
|
+
"Filters":{
|
11056
|
+
"shape":"FilterList",
|
11057
|
+
"locationName":"Filter"
|
11058
|
+
}
|
11055
11059
|
}
|
11056
11060
|
},
|
11057
11061
|
"DescribePublicIpv4PoolsResult":{
|
@@ -22073,6 +22077,10 @@
|
|
22073
22077
|
"TotalAvailableAddressCount":{
|
22074
22078
|
"shape":"Integer",
|
22075
22079
|
"locationName":"totalAvailableAddressCount"
|
22080
|
+
},
|
22081
|
+
"Tags":{
|
22082
|
+
"shape":"TagList",
|
22083
|
+
"locationName":"tagSet"
|
22076
22084
|
}
|
22077
22085
|
}
|
22078
22086
|
},
|
@@ -122,6 +122,9 @@
|
|
122
122
|
"CreateTags": {
|
123
123
|
"request": { "operation": "CreateTags" }
|
124
124
|
},
|
125
|
+
"DeleteTags": {
|
126
|
+
"request": { "operation": "DeleteTags" }
|
127
|
+
},
|
125
128
|
"CreateVolume": {
|
126
129
|
"request": { "operation": "CreateVolume" },
|
127
130
|
"resource": {
|
@@ -593,6 +596,22 @@
|
|
593
596
|
]
|
594
597
|
}
|
595
598
|
},
|
599
|
+
"DeleteTags": {
|
600
|
+
"request": {
|
601
|
+
"operation": "DeleteTags",
|
602
|
+
"params": [
|
603
|
+
{ "target": "Resources[0]", "source": "identifier", "name": "Id" }
|
604
|
+
]
|
605
|
+
},
|
606
|
+
"resource": {
|
607
|
+
"type": "Tag",
|
608
|
+
"identifiers": [
|
609
|
+
{ "target": "ResourceId", "source": "identifier", "name": "Id" },
|
610
|
+
{ "target": "Key", "source": "requestParameter", "path": "Tags[].Key" },
|
611
|
+
{ "target": "Value", "source": "requestParameter", "path": "Tags[].Value" }
|
612
|
+
]
|
613
|
+
}
|
614
|
+
},
|
596
615
|
"Delete": {
|
597
616
|
"request": {
|
598
617
|
"operation": "DeleteDhcpOptions",
|
@@ -637,6 +656,22 @@
|
|
637
656
|
]
|
638
657
|
}
|
639
658
|
},
|
659
|
+
"DeleteTags": {
|
660
|
+
"request": {
|
661
|
+
"operation": "DeleteTags",
|
662
|
+
"params": [
|
663
|
+
{ "target": "Resources[0]", "source": "identifier", "name": "Id" }
|
664
|
+
]
|
665
|
+
},
|
666
|
+
"resource": {
|
667
|
+
"type": "Tag",
|
668
|
+
"identifiers": [
|
669
|
+
{ "target": "ResourceId", "source": "identifier", "name": "Id" },
|
670
|
+
{ "target": "Key", "source": "requestParameter", "path": "Tags[].Key" },
|
671
|
+
{ "target": "Value", "source": "requestParameter", "path": "Tags[].Value" }
|
672
|
+
]
|
673
|
+
}
|
674
|
+
},
|
640
675
|
"Deregister": {
|
641
676
|
"request": {
|
642
677
|
"operation": "DeregisterImage",
|
@@ -752,6 +787,22 @@
|
|
752
787
|
]
|
753
788
|
}
|
754
789
|
},
|
790
|
+
"DeleteTags": {
|
791
|
+
"request": {
|
792
|
+
"operation": "DeleteTags",
|
793
|
+
"params": [
|
794
|
+
{ "target": "Resources[0]", "source": "identifier", "name": "Id" }
|
795
|
+
]
|
796
|
+
},
|
797
|
+
"resource": {
|
798
|
+
"type": "Tag",
|
799
|
+
"identifiers": [
|
800
|
+
{ "target": "ResourceId", "source": "identifier", "name": "Id" },
|
801
|
+
{ "target": "Key", "source": "requestParameter", "path": "Tags[].Key" },
|
802
|
+
{ "target": "Value", "source": "requestParameter", "path": "Tags[].Value" }
|
803
|
+
]
|
804
|
+
}
|
805
|
+
},
|
755
806
|
"DescribeAttribute": {
|
756
807
|
"request": {
|
757
808
|
"operation": "DescribeInstanceAttribute",
|
@@ -893,6 +944,14 @@
|
|
893
944
|
]
|
894
945
|
}
|
895
946
|
},
|
947
|
+
"DeleteTags": {
|
948
|
+
"request": {
|
949
|
+
"operation": "DeleteTags",
|
950
|
+
"params": [
|
951
|
+
{ "target": "Resources[]", "source": "identifier", "name": "Id" }
|
952
|
+
]
|
953
|
+
}
|
954
|
+
},
|
896
955
|
"Monitor": {
|
897
956
|
"request": {
|
898
957
|
"operation": "MonitorInstances",
|
@@ -1108,6 +1167,22 @@
|
|
1108
1167
|
]
|
1109
1168
|
}
|
1110
1169
|
},
|
1170
|
+
"DeleteTags": {
|
1171
|
+
"request": {
|
1172
|
+
"operation": "DeleteTags",
|
1173
|
+
"params": [
|
1174
|
+
{ "target": "Resources[0]", "source": "identifier", "name": "Id" }
|
1175
|
+
]
|
1176
|
+
},
|
1177
|
+
"resource": {
|
1178
|
+
"type": "Tag",
|
1179
|
+
"identifiers": [
|
1180
|
+
{ "target": "ResourceId", "source": "identifier", "name": "Id" },
|
1181
|
+
{ "target": "Key", "source": "requestParameter", "path": "Tags[].Key" },
|
1182
|
+
{ "target": "Value", "source": "requestParameter", "path": "Tags[].Value" }
|
1183
|
+
]
|
1184
|
+
}
|
1185
|
+
},
|
1111
1186
|
"Delete": {
|
1112
1187
|
"request": {
|
1113
1188
|
"operation": "DeleteInternetGateway",
|
@@ -1215,6 +1290,22 @@
|
|
1215
1290
|
]
|
1216
1291
|
}
|
1217
1292
|
},
|
1293
|
+
"DeleteTags": {
|
1294
|
+
"request": {
|
1295
|
+
"operation": "DeleteTags",
|
1296
|
+
"params": [
|
1297
|
+
{ "target": "Resources[0]", "source": "identifier", "name": "Id" }
|
1298
|
+
]
|
1299
|
+
},
|
1300
|
+
"resource": {
|
1301
|
+
"type": "Tag",
|
1302
|
+
"identifiers": [
|
1303
|
+
{ "target": "ResourceId", "source": "identifier", "name": "Id" },
|
1304
|
+
{ "target": "Key", "source": "requestParameter", "path": "Tags[].Key" },
|
1305
|
+
{ "target": "Value", "source": "requestParameter", "path": "Tags[].Value" }
|
1306
|
+
]
|
1307
|
+
}
|
1308
|
+
},
|
1218
1309
|
"Delete": {
|
1219
1310
|
"request": {
|
1220
1311
|
"operation": "DeleteNetworkAcl",
|
@@ -1293,6 +1384,22 @@
|
|
1293
1384
|
]
|
1294
1385
|
}
|
1295
1386
|
},
|
1387
|
+
"DeleteTags": {
|
1388
|
+
"request": {
|
1389
|
+
"operation": "DeleteTags",
|
1390
|
+
"params": [
|
1391
|
+
{ "target": "Resources[0]", "source": "identifier", "name": "Id" }
|
1392
|
+
]
|
1393
|
+
},
|
1394
|
+
"resource": {
|
1395
|
+
"type": "Tag",
|
1396
|
+
"identifiers": [
|
1397
|
+
{ "target": "ResourceId", "source": "identifier", "name": "Id" },
|
1398
|
+
{ "target": "Key", "source": "requestParameter", "path": "Tags[].Key" },
|
1399
|
+
{ "target": "Value", "source": "requestParameter", "path": "Tags[].Value" }
|
1400
|
+
]
|
1401
|
+
}
|
1402
|
+
},
|
1296
1403
|
"Delete": {
|
1297
1404
|
"request": {
|
1298
1405
|
"operation": "DeleteNatGateway",
|
@@ -1371,6 +1478,22 @@
|
|
1371
1478
|
]
|
1372
1479
|
}
|
1373
1480
|
},
|
1481
|
+
"DeleteTags": {
|
1482
|
+
"request": {
|
1483
|
+
"operation": "DeleteTags",
|
1484
|
+
"params": [
|
1485
|
+
{ "target": "Resources[0]", "source": "identifier", "name": "Id" }
|
1486
|
+
]
|
1487
|
+
},
|
1488
|
+
"resource": {
|
1489
|
+
"type": "Tag",
|
1490
|
+
"identifiers": [
|
1491
|
+
{ "target": "ResourceId", "source": "identifier", "name": "Id" },
|
1492
|
+
{ "target": "Key", "source": "requestParameter", "path": "Tags[].Key" },
|
1493
|
+
{ "target": "Value", "source": "requestParameter", "path": "Tags[].Value" }
|
1494
|
+
]
|
1495
|
+
}
|
1496
|
+
},
|
1374
1497
|
"Delete": {
|
1375
1498
|
"request": {
|
1376
1499
|
"operation": "DeleteNetworkInterface",
|
@@ -1635,6 +1758,22 @@
|
|
1635
1758
|
]
|
1636
1759
|
}
|
1637
1760
|
},
|
1761
|
+
"DeleteTags": {
|
1762
|
+
"request": {
|
1763
|
+
"operation": "DeleteTags",
|
1764
|
+
"params": [
|
1765
|
+
{ "target": "Resources[0]", "source": "identifier", "name": "Id" }
|
1766
|
+
]
|
1767
|
+
},
|
1768
|
+
"resource": {
|
1769
|
+
"type": "Tag",
|
1770
|
+
"identifiers": [
|
1771
|
+
{ "target": "ResourceId", "source": "identifier", "name": "Id" },
|
1772
|
+
{ "target": "Key", "source": "requestParameter", "path": "Tags[].Key" },
|
1773
|
+
{ "target": "Value", "source": "requestParameter", "path": "Tags[].Value" }
|
1774
|
+
]
|
1775
|
+
}
|
1776
|
+
},
|
1638
1777
|
"Delete": {
|
1639
1778
|
"request": {
|
1640
1779
|
"operation": "DeleteRouteTable",
|
@@ -1775,6 +1914,22 @@
|
|
1775
1914
|
]
|
1776
1915
|
}
|
1777
1916
|
},
|
1917
|
+
"DeleteTags": {
|
1918
|
+
"request": {
|
1919
|
+
"operation": "DeleteTags",
|
1920
|
+
"params": [
|
1921
|
+
{ "target": "Resources[0]", "source": "identifier", "name": "Id" }
|
1922
|
+
]
|
1923
|
+
},
|
1924
|
+
"resource": {
|
1925
|
+
"type": "Tag",
|
1926
|
+
"identifiers": [
|
1927
|
+
{ "target": "ResourceId", "source": "identifier", "name": "Id" },
|
1928
|
+
{ "target": "Key", "source": "requestParameter", "path": "Tags[].Key" },
|
1929
|
+
{ "target": "Value", "source": "requestParameter", "path": "Tags[].Value" }
|
1930
|
+
]
|
1931
|
+
}
|
1932
|
+
},
|
1778
1933
|
"Delete": {
|
1779
1934
|
"request": {
|
1780
1935
|
"operation": "DeleteSecurityGroup",
|
@@ -1843,6 +1998,22 @@
|
|
1843
1998
|
]
|
1844
1999
|
}
|
1845
2000
|
},
|
2001
|
+
"DeleteTags": {
|
2002
|
+
"request": {
|
2003
|
+
"operation": "DeleteTags",
|
2004
|
+
"params": [
|
2005
|
+
{ "target": "Resources[0]", "source": "identifier", "name": "Id" }
|
2006
|
+
]
|
2007
|
+
},
|
2008
|
+
"resource": {
|
2009
|
+
"type": "Tag",
|
2010
|
+
"identifiers": [
|
2011
|
+
{ "target": "ResourceId", "source": "identifier", "name": "Id" },
|
2012
|
+
{ "target": "Key", "source": "requestParameter", "path": "Tags[].Key" },
|
2013
|
+
{ "target": "Value", "source": "requestParameter", "path": "Tags[].Value" }
|
2014
|
+
]
|
2015
|
+
}
|
2016
|
+
},
|
1846
2017
|
"Delete": {
|
1847
2018
|
"request": {
|
1848
2019
|
"operation": "DeleteSnapshot",
|
@@ -1960,6 +2131,22 @@
|
|
1960
2131
|
]
|
1961
2132
|
}
|
1962
2133
|
},
|
2134
|
+
"DeleteTags": {
|
2135
|
+
"request": {
|
2136
|
+
"operation": "DeleteTags",
|
2137
|
+
"params": [
|
2138
|
+
{ "target": "Resources[0]", "source": "identifier", "name": "Id" }
|
2139
|
+
]
|
2140
|
+
},
|
2141
|
+
"resource": {
|
2142
|
+
"type": "Tag",
|
2143
|
+
"identifiers": [
|
2144
|
+
{ "target": "ResourceId", "source": "identifier", "name": "Id" },
|
2145
|
+
{ "target": "Key", "source": "requestParameter", "path": "Tags[].Key" },
|
2146
|
+
{ "target": "Value", "source": "requestParameter", "path": "Tags[].Value" }
|
2147
|
+
]
|
2148
|
+
}
|
2149
|
+
},
|
1963
2150
|
"Delete": {
|
1964
2151
|
"request": {
|
1965
2152
|
"operation": "DeleteSubnet",
|
@@ -2140,6 +2327,22 @@
|
|
2140
2327
|
]
|
2141
2328
|
}
|
2142
2329
|
},
|
2330
|
+
"DeleteTags": {
|
2331
|
+
"request": {
|
2332
|
+
"operation": "DeleteTags",
|
2333
|
+
"params": [
|
2334
|
+
{ "target": "Resources[0]", "source": "identifier", "name": "Id" }
|
2335
|
+
]
|
2336
|
+
},
|
2337
|
+
"resource": {
|
2338
|
+
"type": "Tag",
|
2339
|
+
"identifiers": [
|
2340
|
+
{ "target": "ResourceId", "source": "identifier", "name": "Id" },
|
2341
|
+
{ "target": "Key", "source": "requestParameter", "path": "Tags[].Key" },
|
2342
|
+
{ "target": "Value", "source": "requestParameter", "path": "Tags[].Value" }
|
2343
|
+
]
|
2344
|
+
}
|
2345
|
+
},
|
2143
2346
|
"Delete": {
|
2144
2347
|
"request": {
|
2145
2348
|
"operation": "DeleteVolume",
|
@@ -2325,6 +2528,22 @@
|
|
2325
2528
|
]
|
2326
2529
|
}
|
2327
2530
|
},
|
2531
|
+
"DeleteTags": {
|
2532
|
+
"request": {
|
2533
|
+
"operation": "DeleteTags",
|
2534
|
+
"params": [
|
2535
|
+
{ "target": "Resources[0]", "source": "identifier", "name": "Id" }
|
2536
|
+
]
|
2537
|
+
},
|
2538
|
+
"resource": {
|
2539
|
+
"type": "Tag",
|
2540
|
+
"identifiers": [
|
2541
|
+
{ "target": "ResourceId", "source": "identifier", "name": "Id" },
|
2542
|
+
{ "target": "Key", "source": "requestParameter", "path": "Tags[].Key" },
|
2543
|
+
{ "target": "Value", "source": "requestParameter", "path": "Tags[].Value" }
|
2544
|
+
]
|
2545
|
+
}
|
2546
|
+
},
|
2328
2547
|
"Delete": {
|
2329
2548
|
"request": {
|
2330
2549
|
"operation": "DeleteVpc",
|
@@ -411,6 +411,32 @@
|
|
411
411
|
"Status":{"shape":"OptionStatus"}
|
412
412
|
}
|
413
413
|
},
|
414
|
+
"AdvancedSecurityOptions":{
|
415
|
+
"type":"structure",
|
416
|
+
"members":{
|
417
|
+
"Enabled":{"shape":"Boolean"},
|
418
|
+
"InternalUserDatabaseEnabled":{"shape":"Boolean"}
|
419
|
+
}
|
420
|
+
},
|
421
|
+
"AdvancedSecurityOptionsInput":{
|
422
|
+
"type":"structure",
|
423
|
+
"members":{
|
424
|
+
"Enabled":{"shape":"Boolean"},
|
425
|
+
"InternalUserDatabaseEnabled":{"shape":"Boolean"},
|
426
|
+
"MasterUserOptions":{"shape":"MasterUserOptions"}
|
427
|
+
}
|
428
|
+
},
|
429
|
+
"AdvancedSecurityOptionsStatus":{
|
430
|
+
"type":"structure",
|
431
|
+
"required":[
|
432
|
+
"Options",
|
433
|
+
"Status"
|
434
|
+
],
|
435
|
+
"members":{
|
436
|
+
"Options":{"shape":"AdvancedSecurityOptions"},
|
437
|
+
"Status":{"shape":"OptionStatus"}
|
438
|
+
}
|
439
|
+
},
|
414
440
|
"BaseException":{
|
415
441
|
"type":"structure",
|
416
442
|
"members":{
|
@@ -480,7 +506,8 @@
|
|
480
506
|
"NodeToNodeEncryptionOptions":{"shape":"NodeToNodeEncryptionOptions"},
|
481
507
|
"AdvancedOptions":{"shape":"AdvancedOptions"},
|
482
508
|
"LogPublishingOptions":{"shape":"LogPublishingOptions"},
|
483
|
-
"DomainEndpointOptions":{"shape":"DomainEndpointOptions"}
|
509
|
+
"DomainEndpointOptions":{"shape":"DomainEndpointOptions"},
|
510
|
+
"AdvancedSecurityOptions":{"shape":"AdvancedSecurityOptionsInput"}
|
484
511
|
}
|
485
512
|
},
|
486
513
|
"CreateElasticsearchDomainResponse":{
|
@@ -832,7 +859,8 @@
|
|
832
859
|
"NodeToNodeEncryptionOptions":{"shape":"NodeToNodeEncryptionOptionsStatus"},
|
833
860
|
"AdvancedOptions":{"shape":"AdvancedOptionsStatus"},
|
834
861
|
"LogPublishingOptions":{"shape":"LogPublishingOptionsStatus"},
|
835
|
-
"DomainEndpointOptions":{"shape":"DomainEndpointOptionsStatus"}
|
862
|
+
"DomainEndpointOptions":{"shape":"DomainEndpointOptionsStatus"},
|
863
|
+
"AdvancedSecurityOptions":{"shape":"AdvancedSecurityOptionsStatus"}
|
836
864
|
}
|
837
865
|
},
|
838
866
|
"ElasticsearchDomainStatus":{
|
@@ -865,7 +893,8 @@
|
|
865
893
|
"AdvancedOptions":{"shape":"AdvancedOptions"},
|
866
894
|
"LogPublishingOptions":{"shape":"LogPublishingOptions"},
|
867
895
|
"ServiceSoftwareOptions":{"shape":"ServiceSoftwareOptions"},
|
868
|
-
"DomainEndpointOptions":{"shape":"DomainEndpointOptions"}
|
896
|
+
"DomainEndpointOptions":{"shape":"DomainEndpointOptions"},
|
897
|
+
"AdvancedSecurityOptions":{"shape":"AdvancedSecurityOptions"}
|
869
898
|
}
|
870
899
|
},
|
871
900
|
"ElasticsearchDomainStatusList":{
|
@@ -1164,6 +1193,14 @@
|
|
1164
1193
|
"ES_APPLICATION_LOGS"
|
1165
1194
|
]
|
1166
1195
|
},
|
1196
|
+
"MasterUserOptions":{
|
1197
|
+
"type":"structure",
|
1198
|
+
"members":{
|
1199
|
+
"MasterUserARN":{"shape":"ARN"},
|
1200
|
+
"MasterUserName":{"shape":"Username"},
|
1201
|
+
"MasterUserPassword":{"shape":"Password"}
|
1202
|
+
}
|
1203
|
+
},
|
1167
1204
|
"MaxResults":{
|
1168
1205
|
"type":"integer",
|
1169
1206
|
"max":100
|
@@ -1211,6 +1248,11 @@
|
|
1211
1248
|
"PendingDeletion":{"shape":"Boolean"}
|
1212
1249
|
}
|
1213
1250
|
},
|
1251
|
+
"Password":{
|
1252
|
+
"type":"string",
|
1253
|
+
"min":8,
|
1254
|
+
"sensitive":true
|
1255
|
+
},
|
1214
1256
|
"PolicyDocument":{"type":"string"},
|
1215
1257
|
"PurchaseReservedElasticsearchInstanceOfferingRequest":{
|
1216
1258
|
"type":"structure",
|
@@ -1451,7 +1493,8 @@
|
|
1451
1493
|
"AdvancedOptions":{"shape":"AdvancedOptions"},
|
1452
1494
|
"AccessPolicies":{"shape":"PolicyDocument"},
|
1453
1495
|
"LogPublishingOptions":{"shape":"LogPublishingOptions"},
|
1454
|
-
"DomainEndpointOptions":{"shape":"DomainEndpointOptions"}
|
1496
|
+
"DomainEndpointOptions":{"shape":"DomainEndpointOptions"},
|
1497
|
+
"AdvancedSecurityOptions":{"shape":"AdvancedSecurityOptionsInput"}
|
1455
1498
|
}
|
1456
1499
|
},
|
1457
1500
|
"UpdateElasticsearchDomainConfigResponse":{
|
@@ -1532,6 +1575,11 @@
|
|
1532
1575
|
"min":1,
|
1533
1576
|
"pattern":"[\\w-]+_[0-9a-zA-Z]+"
|
1534
1577
|
},
|
1578
|
+
"Username":{
|
1579
|
+
"type":"string",
|
1580
|
+
"min":1,
|
1581
|
+
"sensitive":true
|
1582
|
+
},
|
1535
1583
|
"VPCDerivedInfo":{
|
1536
1584
|
"type":"structure",
|
1537
1585
|
"members":{
|
@@ -2801,6 +2801,7 @@
|
|
2801
2801
|
"ExecutionProperty":{"shape":"ExecutionProperty"},
|
2802
2802
|
"Command":{"shape":"JobCommand"},
|
2803
2803
|
"DefaultArguments":{"shape":"GenericMap"},
|
2804
|
+
"NonOverridableArguments":{"shape":"GenericMap"},
|
2804
2805
|
"Connections":{"shape":"ConnectionsList"},
|
2805
2806
|
"MaxRetries":{"shape":"MaxRetries"},
|
2806
2807
|
"AllocatedCapacity":{
|
@@ -4385,6 +4386,7 @@
|
|
4385
4386
|
"ExecutionProperty":{"shape":"ExecutionProperty"},
|
4386
4387
|
"Command":{"shape":"JobCommand"},
|
4387
4388
|
"DefaultArguments":{"shape":"GenericMap"},
|
4389
|
+
"NonOverridableArguments":{"shape":"GenericMap"},
|
4388
4390
|
"Connections":{"shape":"ConnectionsList"},
|
4389
4391
|
"MaxRetries":{"shape":"MaxRetries"},
|
4390
4392
|
"AllocatedCapacity":{
|
@@ -4506,6 +4508,7 @@
|
|
4506
4508
|
"ExecutionProperty":{"shape":"ExecutionProperty"},
|
4507
4509
|
"Command":{"shape":"JobCommand"},
|
4508
4510
|
"DefaultArguments":{"shape":"GenericMap"},
|
4511
|
+
"NonOverridableArguments":{"shape":"GenericMap"},
|
4509
4512
|
"Connections":{"shape":"ConnectionsList"},
|
4510
4513
|
"MaxRetries":{"shape":"MaxRetries"},
|
4511
4514
|
"AllocatedCapacity":{
|
@@ -982,6 +982,40 @@
|
|
982
982
|
{"shape":"StorageQuotaExceededFault"},
|
983
983
|
{"shape":"DBClusterParameterGroupNotFoundFault"}
|
984
984
|
]
|
985
|
+
},
|
986
|
+
"StartDBCluster":{
|
987
|
+
"name":"StartDBCluster",
|
988
|
+
"http":{
|
989
|
+
"method":"POST",
|
990
|
+
"requestUri":"/"
|
991
|
+
},
|
992
|
+
"input":{"shape":"StartDBClusterMessage"},
|
993
|
+
"output":{
|
994
|
+
"shape":"StartDBClusterResult",
|
995
|
+
"resultWrapper":"StartDBClusterResult"
|
996
|
+
},
|
997
|
+
"errors":[
|
998
|
+
{"shape":"DBClusterNotFoundFault"},
|
999
|
+
{"shape":"InvalidDBClusterStateFault"},
|
1000
|
+
{"shape":"InvalidDBInstanceStateFault"}
|
1001
|
+
]
|
1002
|
+
},
|
1003
|
+
"StopDBCluster":{
|
1004
|
+
"name":"StopDBCluster",
|
1005
|
+
"http":{
|
1006
|
+
"method":"POST",
|
1007
|
+
"requestUri":"/"
|
1008
|
+
},
|
1009
|
+
"input":{"shape":"StopDBClusterMessage"},
|
1010
|
+
"output":{
|
1011
|
+
"shape":"StopDBClusterResult",
|
1012
|
+
"resultWrapper":"StopDBClusterResult"
|
1013
|
+
},
|
1014
|
+
"errors":[
|
1015
|
+
{"shape":"DBClusterNotFoundFault"},
|
1016
|
+
{"shape":"InvalidDBClusterStateFault"},
|
1017
|
+
{"shape":"InvalidDBInstanceStateFault"}
|
1018
|
+
]
|
985
1019
|
}
|
986
1020
|
},
|
987
1021
|
"shapes":{
|
@@ -3328,6 +3362,32 @@
|
|
3328
3362
|
"db-cluster-snapshot"
|
3329
3363
|
]
|
3330
3364
|
},
|
3365
|
+
"StartDBClusterMessage":{
|
3366
|
+
"type":"structure",
|
3367
|
+
"required":["DBClusterIdentifier"],
|
3368
|
+
"members":{
|
3369
|
+
"DBClusterIdentifier":{"shape":"String"}
|
3370
|
+
}
|
3371
|
+
},
|
3372
|
+
"StartDBClusterResult":{
|
3373
|
+
"type":"structure",
|
3374
|
+
"members":{
|
3375
|
+
"DBCluster":{"shape":"DBCluster"}
|
3376
|
+
}
|
3377
|
+
},
|
3378
|
+
"StopDBClusterMessage":{
|
3379
|
+
"type":"structure",
|
3380
|
+
"required":["DBClusterIdentifier"],
|
3381
|
+
"members":{
|
3382
|
+
"DBClusterIdentifier":{"shape":"String"}
|
3383
|
+
}
|
3384
|
+
},
|
3385
|
+
"StopDBClusterResult":{
|
3386
|
+
"type":"structure",
|
3387
|
+
"members":{
|
3388
|
+
"DBCluster":{"shape":"DBCluster"}
|
3389
|
+
}
|
3390
|
+
},
|
3331
3391
|
"StorageQuotaExceededFault":{
|
3332
3392
|
"type":"structure",
|
3333
3393
|
"members":{
|
@@ -130,6 +130,19 @@
|
|
130
130
|
],
|
131
131
|
"idempotent":true
|
132
132
|
},
|
133
|
+
"DeleteAccessControlRule":{
|
134
|
+
"name":"DeleteAccessControlRule",
|
135
|
+
"http":{
|
136
|
+
"method":"POST",
|
137
|
+
"requestUri":"/"
|
138
|
+
},
|
139
|
+
"input":{"shape":"DeleteAccessControlRuleRequest"},
|
140
|
+
"output":{"shape":"DeleteAccessControlRuleResponse"},
|
141
|
+
"errors":[
|
142
|
+
{"shape":"OrganizationNotFoundException"},
|
143
|
+
{"shape":"OrganizationStateException"}
|
144
|
+
]
|
145
|
+
},
|
133
146
|
"DeleteAlias":{
|
134
147
|
"name":"DeleteAlias",
|
135
148
|
"http":{
|
@@ -334,6 +347,21 @@
|
|
334
347
|
],
|
335
348
|
"idempotent":true
|
336
349
|
},
|
350
|
+
"GetAccessControlEffect":{
|
351
|
+
"name":"GetAccessControlEffect",
|
352
|
+
"http":{
|
353
|
+
"method":"POST",
|
354
|
+
"requestUri":"/"
|
355
|
+
},
|
356
|
+
"input":{"shape":"GetAccessControlEffectRequest"},
|
357
|
+
"output":{"shape":"GetAccessControlEffectResponse"},
|
358
|
+
"errors":[
|
359
|
+
{"shape":"EntityNotFoundException"},
|
360
|
+
{"shape":"InvalidParameterException"},
|
361
|
+
{"shape":"OrganizationNotFoundException"},
|
362
|
+
{"shape":"OrganizationStateException"}
|
363
|
+
]
|
364
|
+
},
|
337
365
|
"GetMailboxDetails":{
|
338
366
|
"name":"GetMailboxDetails",
|
339
367
|
"http":{
|
@@ -349,6 +377,19 @@
|
|
349
377
|
],
|
350
378
|
"idempotent":true
|
351
379
|
},
|
380
|
+
"ListAccessControlRules":{
|
381
|
+
"name":"ListAccessControlRules",
|
382
|
+
"http":{
|
383
|
+
"method":"POST",
|
384
|
+
"requestUri":"/"
|
385
|
+
},
|
386
|
+
"input":{"shape":"ListAccessControlRulesRequest"},
|
387
|
+
"output":{"shape":"ListAccessControlRulesResponse"},
|
388
|
+
"errors":[
|
389
|
+
{"shape":"OrganizationNotFoundException"},
|
390
|
+
{"shape":"OrganizationStateException"}
|
391
|
+
]
|
392
|
+
},
|
352
393
|
"ListAliases":{
|
353
394
|
"name":"ListAliases",
|
354
395
|
"http":{
|
@@ -487,6 +528,22 @@
|
|
487
528
|
],
|
488
529
|
"idempotent":true
|
489
530
|
},
|
531
|
+
"PutAccessControlRule":{
|
532
|
+
"name":"PutAccessControlRule",
|
533
|
+
"http":{
|
534
|
+
"method":"POST",
|
535
|
+
"requestUri":"/"
|
536
|
+
},
|
537
|
+
"input":{"shape":"PutAccessControlRuleRequest"},
|
538
|
+
"output":{"shape":"PutAccessControlRuleResponse"},
|
539
|
+
"errors":[
|
540
|
+
{"shape":"LimitExceededException"},
|
541
|
+
{"shape":"InvalidParameterException"},
|
542
|
+
{"shape":"EntityNotFoundException"},
|
543
|
+
{"shape":"OrganizationNotFoundException"},
|
544
|
+
{"shape":"OrganizationStateException"}
|
545
|
+
]
|
546
|
+
},
|
490
547
|
"PutMailboxPermissions":{
|
491
548
|
"name":"PutMailboxPermissions",
|
492
549
|
"http":{
|
@@ -639,6 +696,65 @@
|
|
639
696
|
}
|
640
697
|
},
|
641
698
|
"shapes":{
|
699
|
+
"AccessControlRule":{
|
700
|
+
"type":"structure",
|
701
|
+
"members":{
|
702
|
+
"Name":{"shape":"AccessControlRuleName"},
|
703
|
+
"Effect":{"shape":"AccessControlRuleEffect"},
|
704
|
+
"Description":{"shape":"AccessControlRuleDescription"},
|
705
|
+
"IpRanges":{"shape":"IpRangeList"},
|
706
|
+
"NotIpRanges":{"shape":"IpRangeList"},
|
707
|
+
"Actions":{"shape":"ActionsList"},
|
708
|
+
"NotActions":{"shape":"ActionsList"},
|
709
|
+
"UserIds":{"shape":"UserIdList"},
|
710
|
+
"NotUserIds":{"shape":"UserIdList"},
|
711
|
+
"DateCreated":{"shape":"Timestamp"},
|
712
|
+
"DateModified":{"shape":"Timestamp"}
|
713
|
+
}
|
714
|
+
},
|
715
|
+
"AccessControlRuleAction":{
|
716
|
+
"type":"string",
|
717
|
+
"max":64,
|
718
|
+
"min":1,
|
719
|
+
"pattern":"[a-zA-Z]+"
|
720
|
+
},
|
721
|
+
"AccessControlRuleDescription":{
|
722
|
+
"type":"string",
|
723
|
+
"max":255,
|
724
|
+
"min":0,
|
725
|
+
"pattern":"[\\u0020-\\u00FF]+"
|
726
|
+
},
|
727
|
+
"AccessControlRuleEffect":{
|
728
|
+
"type":"string",
|
729
|
+
"enum":[
|
730
|
+
"ALLOW",
|
731
|
+
"DENY"
|
732
|
+
]
|
733
|
+
},
|
734
|
+
"AccessControlRuleName":{
|
735
|
+
"type":"string",
|
736
|
+
"max":64,
|
737
|
+
"min":1,
|
738
|
+
"pattern":"[a-zA-Z0-9_-]+"
|
739
|
+
},
|
740
|
+
"AccessControlRuleNameList":{
|
741
|
+
"type":"list",
|
742
|
+
"member":{"shape":"AccessControlRuleName"},
|
743
|
+
"max":10,
|
744
|
+
"min":0
|
745
|
+
},
|
746
|
+
"AccessControlRulesList":{
|
747
|
+
"type":"list",
|
748
|
+
"member":{"shape":"AccessControlRule"},
|
749
|
+
"max":10,
|
750
|
+
"min":0
|
751
|
+
},
|
752
|
+
"ActionsList":{
|
753
|
+
"type":"list",
|
754
|
+
"member":{"shape":"AccessControlRuleAction"},
|
755
|
+
"max":10,
|
756
|
+
"min":0
|
757
|
+
},
|
642
758
|
"Aliases":{
|
643
759
|
"type":"list",
|
644
760
|
"member":{"shape":"EmailAddress"}
|
@@ -779,6 +895,19 @@
|
|
779
895
|
"Type":{"shape":"MemberType"}
|
780
896
|
}
|
781
897
|
},
|
898
|
+
"DeleteAccessControlRuleRequest":{
|
899
|
+
"type":"structure",
|
900
|
+
"required":["Name"],
|
901
|
+
"members":{
|
902
|
+
"OrganizationId":{"shape":"OrganizationId"},
|
903
|
+
"Name":{"shape":"AccessControlRuleName"}
|
904
|
+
}
|
905
|
+
},
|
906
|
+
"DeleteAccessControlRuleResponse":{
|
907
|
+
"type":"structure",
|
908
|
+
"members":{
|
909
|
+
}
|
910
|
+
},
|
782
911
|
"DeleteAliasRequest":{
|
783
912
|
"type":"structure",
|
784
913
|
"required":[
|
@@ -1062,6 +1191,28 @@
|
|
1062
1191
|
},
|
1063
1192
|
"exception":true
|
1064
1193
|
},
|
1194
|
+
"GetAccessControlEffectRequest":{
|
1195
|
+
"type":"structure",
|
1196
|
+
"required":[
|
1197
|
+
"OrganizationId",
|
1198
|
+
"IpAddress",
|
1199
|
+
"Action",
|
1200
|
+
"UserId"
|
1201
|
+
],
|
1202
|
+
"members":{
|
1203
|
+
"OrganizationId":{"shape":"OrganizationId"},
|
1204
|
+
"IpAddress":{"shape":"IpAddress"},
|
1205
|
+
"Action":{"shape":"AccessControlRuleAction"},
|
1206
|
+
"UserId":{"shape":"WorkMailIdentifier"}
|
1207
|
+
}
|
1208
|
+
},
|
1209
|
+
"GetAccessControlEffectResponse":{
|
1210
|
+
"type":"structure",
|
1211
|
+
"members":{
|
1212
|
+
"Effect":{"shape":"AccessControlRuleEffect"},
|
1213
|
+
"MatchedRules":{"shape":"AccessControlRuleNameList"}
|
1214
|
+
}
|
1215
|
+
},
|
1065
1216
|
"GetMailboxDetailsRequest":{
|
1066
1217
|
"type":"structure",
|
1067
1218
|
"required":[
|
@@ -1122,6 +1273,24 @@
|
|
1122
1273
|
},
|
1123
1274
|
"exception":true
|
1124
1275
|
},
|
1276
|
+
"IpAddress":{
|
1277
|
+
"type":"string",
|
1278
|
+
"max":15,
|
1279
|
+
"min":1,
|
1280
|
+
"pattern":"^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])$"
|
1281
|
+
},
|
1282
|
+
"IpRange":{
|
1283
|
+
"type":"string",
|
1284
|
+
"max":18,
|
1285
|
+
"min":1,
|
1286
|
+
"pattern":"^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])/([0-9]|[12][0-9]|3[0-2])$"
|
1287
|
+
},
|
1288
|
+
"IpRangeList":{
|
1289
|
+
"type":"list",
|
1290
|
+
"member":{"shape":"IpRange"},
|
1291
|
+
"max":10,
|
1292
|
+
"min":0
|
1293
|
+
},
|
1125
1294
|
"LimitExceededException":{
|
1126
1295
|
"type":"structure",
|
1127
1296
|
"members":{
|
@@ -1129,6 +1298,19 @@
|
|
1129
1298
|
},
|
1130
1299
|
"exception":true
|
1131
1300
|
},
|
1301
|
+
"ListAccessControlRulesRequest":{
|
1302
|
+
"type":"structure",
|
1303
|
+
"required":["OrganizationId"],
|
1304
|
+
"members":{
|
1305
|
+
"OrganizationId":{"shape":"OrganizationId"}
|
1306
|
+
}
|
1307
|
+
},
|
1308
|
+
"ListAccessControlRulesResponse":{
|
1309
|
+
"type":"structure",
|
1310
|
+
"members":{
|
1311
|
+
"Rules":{"shape":"AccessControlRulesList"}
|
1312
|
+
}
|
1313
|
+
},
|
1132
1314
|
"ListAliasesRequest":{
|
1133
1315
|
"type":"structure",
|
1134
1316
|
"required":[
|
@@ -1419,6 +1601,32 @@
|
|
1419
1601
|
"type":"list",
|
1420
1602
|
"member":{"shape":"Permission"}
|
1421
1603
|
},
|
1604
|
+
"PutAccessControlRuleRequest":{
|
1605
|
+
"type":"structure",
|
1606
|
+
"required":[
|
1607
|
+
"Name",
|
1608
|
+
"Effect",
|
1609
|
+
"Description",
|
1610
|
+
"OrganizationId"
|
1611
|
+
],
|
1612
|
+
"members":{
|
1613
|
+
"Name":{"shape":"AccessControlRuleName"},
|
1614
|
+
"Effect":{"shape":"AccessControlRuleEffect"},
|
1615
|
+
"Description":{"shape":"AccessControlRuleDescription"},
|
1616
|
+
"IpRanges":{"shape":"IpRangeList"},
|
1617
|
+
"NotIpRanges":{"shape":"IpRangeList"},
|
1618
|
+
"Actions":{"shape":"ActionsList"},
|
1619
|
+
"NotActions":{"shape":"ActionsList"},
|
1620
|
+
"UserIds":{"shape":"UserIdList"},
|
1621
|
+
"NotUserIds":{"shape":"UserIdList"},
|
1622
|
+
"OrganizationId":{"shape":"OrganizationId"}
|
1623
|
+
}
|
1624
|
+
},
|
1625
|
+
"PutAccessControlRuleResponse":{
|
1626
|
+
"type":"structure",
|
1627
|
+
"members":{
|
1628
|
+
}
|
1629
|
+
},
|
1422
1630
|
"PutMailboxPermissionsRequest":{
|
1423
1631
|
"type":"structure",
|
1424
1632
|
"required":[
|
@@ -1677,6 +1885,12 @@
|
|
1677
1885
|
"DisabledDate":{"shape":"Timestamp"}
|
1678
1886
|
}
|
1679
1887
|
},
|
1888
|
+
"UserIdList":{
|
1889
|
+
"type":"list",
|
1890
|
+
"member":{"shape":"WorkMailIdentifier"},
|
1891
|
+
"max":10,
|
1892
|
+
"min":0
|
1893
|
+
},
|
1680
1894
|
"UserName":{
|
1681
1895
|
"type":"string",
|
1682
1896
|
"max":64,
|
data/lib/aws-sdk-core/version.rb
CHANGED
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.
|
4
|
+
version: 2.11.443
|
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-02-
|
11
|
+
date: 2020-02-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|