aws-sdk 2.1622.0 → 2.1623.0
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.
- package/README.md +1 -1
- package/apis/application-autoscaling-2016-02-06.min.json +3 -0
- package/apis/codebuild-2016-10-06.min.json +36 -36
- package/apis/elasticloadbalancingv2-2015-12-01.min.json +3 -0
- package/apis/lakeformation-2017-03-31.min.json +43 -25
- package/apis/transfer-2018-11-05.min.json +19 -8
- package/clients/codebuild.d.ts +11 -10
- package/clients/elbv2.d.ts +6 -6
- package/clients/lakeformation.d.ts +17 -0
- package/clients/transfer.d.ts +5 -5
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +6 -6
- package/dist/aws-sdk.js +45 -39
- package/dist/aws-sdk.min.js +64 -64
- package/lib/core.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
@@ -64,7 +64,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
|
|
64
64
|
To use the SDK in the browser, simply add the following script tag to your
|
65
65
|
HTML pages:
|
66
66
|
|
67
|
-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.
|
67
|
+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1623.0.min.js"></script>
|
68
68
|
|
69
69
|
You can also build a custom browser SDK with your specified set of AWS services.
|
70
70
|
This can allow you to reduce the SDK's size, specify different API versions of
|
@@ -155,7 +155,7 @@
|
|
155
155
|
],
|
156
156
|
"members": {
|
157
157
|
"reportGroupArns": {
|
158
|
-
"shape": "
|
158
|
+
"shape": "S3l"
|
159
159
|
}
|
160
160
|
}
|
161
161
|
},
|
@@ -165,11 +165,11 @@
|
|
165
165
|
"reportGroups": {
|
166
166
|
"type": "list",
|
167
167
|
"member": {
|
168
|
-
"shape": "
|
168
|
+
"shape": "S3o"
|
169
169
|
}
|
170
170
|
},
|
171
171
|
"reportGroupsNotFound": {
|
172
|
-
"shape": "
|
172
|
+
"shape": "S3l"
|
173
173
|
}
|
174
174
|
}
|
175
175
|
}
|
@@ -182,7 +182,7 @@
|
|
182
182
|
],
|
183
183
|
"members": {
|
184
184
|
"reportArns": {
|
185
|
-
"shape": "
|
185
|
+
"shape": "S3x"
|
186
186
|
}
|
187
187
|
}
|
188
188
|
},
|
@@ -207,7 +207,7 @@
|
|
207
207
|
"type": "timestamp"
|
208
208
|
},
|
209
209
|
"exportConfig": {
|
210
|
-
"shape": "
|
210
|
+
"shape": "S3r"
|
211
211
|
},
|
212
212
|
"truncated": {
|
213
213
|
"type": "boolean"
|
@@ -262,7 +262,7 @@
|
|
262
262
|
}
|
263
263
|
},
|
264
264
|
"reportsNotFound": {
|
265
|
-
"shape": "
|
265
|
+
"shape": "S3x"
|
266
266
|
}
|
267
267
|
}
|
268
268
|
}
|
@@ -284,7 +284,7 @@
|
|
284
284
|
"environmentType": {},
|
285
285
|
"computeType": {},
|
286
286
|
"scalingConfiguration": {
|
287
|
-
"shape": "
|
287
|
+
"shape": "S48"
|
288
288
|
},
|
289
289
|
"overflowBehavior": {},
|
290
290
|
"vpcConfig": {
|
@@ -392,7 +392,7 @@
|
|
392
392
|
"name": {},
|
393
393
|
"type": {},
|
394
394
|
"exportConfig": {
|
395
|
-
"shape": "
|
395
|
+
"shape": "S3r"
|
396
396
|
},
|
397
397
|
"tags": {
|
398
398
|
"shape": "S2v"
|
@@ -403,7 +403,7 @@
|
|
403
403
|
"type": "structure",
|
404
404
|
"members": {
|
405
405
|
"reportGroup": {
|
406
|
-
"shape": "
|
406
|
+
"shape": "S3o"
|
407
407
|
}
|
408
408
|
}
|
409
409
|
}
|
@@ -418,7 +418,7 @@
|
|
418
418
|
"projectName": {},
|
419
419
|
"branchFilter": {},
|
420
420
|
"filterGroups": {
|
421
|
-
"shape": "
|
421
|
+
"shape": "S3d"
|
422
422
|
},
|
423
423
|
"buildType": {}
|
424
424
|
}
|
@@ -427,7 +427,7 @@
|
|
427
427
|
"type": "structure",
|
428
428
|
"members": {
|
429
429
|
"webhook": {
|
430
|
-
"shape": "
|
430
|
+
"shape": "S3c"
|
431
431
|
}
|
432
432
|
}
|
433
433
|
}
|
@@ -778,7 +778,7 @@
|
|
778
778
|
"type": "structure",
|
779
779
|
"members": {
|
780
780
|
"filter": {
|
781
|
-
"shape": "
|
781
|
+
"shape": "S5o"
|
782
782
|
},
|
783
783
|
"maxResults": {
|
784
784
|
"type": "integer"
|
@@ -803,7 +803,7 @@
|
|
803
803
|
"members": {
|
804
804
|
"projectName": {},
|
805
805
|
"filter": {
|
806
|
-
"shape": "
|
806
|
+
"shape": "S5o"
|
807
807
|
},
|
808
808
|
"maxResults": {
|
809
809
|
"type": "integer"
|
@@ -967,7 +967,7 @@
|
|
967
967
|
"members": {
|
968
968
|
"nextToken": {},
|
969
969
|
"reportGroups": {
|
970
|
-
"shape": "
|
970
|
+
"shape": "S3l"
|
971
971
|
}
|
972
972
|
}
|
973
973
|
}
|
@@ -982,7 +982,7 @@
|
|
982
982
|
"type": "integer"
|
983
983
|
},
|
984
984
|
"filter": {
|
985
|
-
"shape": "
|
985
|
+
"shape": "S6j"
|
986
986
|
}
|
987
987
|
}
|
988
988
|
},
|
@@ -991,7 +991,7 @@
|
|
991
991
|
"members": {
|
992
992
|
"nextToken": {},
|
993
993
|
"reports": {
|
994
|
-
"shape": "
|
994
|
+
"shape": "S3x"
|
995
995
|
}
|
996
996
|
}
|
997
997
|
}
|
@@ -1010,7 +1010,7 @@
|
|
1010
1010
|
"type": "integer"
|
1011
1011
|
},
|
1012
1012
|
"filter": {
|
1013
|
-
"shape": "
|
1013
|
+
"shape": "S6j"
|
1014
1014
|
}
|
1015
1015
|
}
|
1016
1016
|
},
|
@@ -1019,7 +1019,7 @@
|
|
1019
1019
|
"members": {
|
1020
1020
|
"nextToken": {},
|
1021
1021
|
"reports": {
|
1022
|
-
"shape": "
|
1022
|
+
"shape": "S3x"
|
1023
1023
|
}
|
1024
1024
|
}
|
1025
1025
|
}
|
@@ -1064,7 +1064,7 @@
|
|
1064
1064
|
"members": {
|
1065
1065
|
"nextToken": {},
|
1066
1066
|
"reportGroups": {
|
1067
|
-
"shape": "
|
1067
|
+
"shape": "S3l"
|
1068
1068
|
}
|
1069
1069
|
}
|
1070
1070
|
}
|
@@ -1371,7 +1371,7 @@
|
|
1371
1371
|
"environmentType": {},
|
1372
1372
|
"computeType": {},
|
1373
1373
|
"scalingConfiguration": {
|
1374
|
-
"shape": "
|
1374
|
+
"shape": "S48"
|
1375
1375
|
},
|
1376
1376
|
"overflowBehavior": {},
|
1377
1377
|
"vpcConfig": {
|
@@ -1494,7 +1494,7 @@
|
|
1494
1494
|
"members": {
|
1495
1495
|
"arn": {},
|
1496
1496
|
"exportConfig": {
|
1497
|
-
"shape": "
|
1497
|
+
"shape": "S3r"
|
1498
1498
|
},
|
1499
1499
|
"tags": {
|
1500
1500
|
"shape": "S2v"
|
@@ -1505,7 +1505,7 @@
|
|
1505
1505
|
"type": "structure",
|
1506
1506
|
"members": {
|
1507
1507
|
"reportGroup": {
|
1508
|
-
"shape": "
|
1508
|
+
"shape": "S3o"
|
1509
1509
|
}
|
1510
1510
|
}
|
1511
1511
|
}
|
@@ -1523,7 +1523,7 @@
|
|
1523
1523
|
"type": "boolean"
|
1524
1524
|
},
|
1525
1525
|
"filterGroups": {
|
1526
|
-
"shape": "
|
1526
|
+
"shape": "S3d"
|
1527
1527
|
},
|
1528
1528
|
"buildType": {}
|
1529
1529
|
}
|
@@ -1532,7 +1532,7 @@
|
|
1532
1532
|
"type": "structure",
|
1533
1533
|
"members": {
|
1534
1534
|
"webhook": {
|
1535
|
-
"shape": "
|
1535
|
+
"shape": "S3c"
|
1536
1536
|
}
|
1537
1537
|
}
|
1538
1538
|
}
|
@@ -2227,7 +2227,7 @@
|
|
2227
2227
|
"type": "timestamp"
|
2228
2228
|
},
|
2229
2229
|
"webhook": {
|
2230
|
-
"shape": "
|
2230
|
+
"shape": "S3c"
|
2231
2231
|
},
|
2232
2232
|
"vpcConfig": {
|
2233
2233
|
"shape": "S1j"
|
@@ -2286,7 +2286,7 @@
|
|
2286
2286
|
"shape": "S36"
|
2287
2287
|
}
|
2288
2288
|
},
|
2289
|
-
"
|
2289
|
+
"S3c": {
|
2290
2290
|
"type": "structure",
|
2291
2291
|
"members": {
|
2292
2292
|
"url": {},
|
@@ -2294,7 +2294,7 @@
|
|
2294
2294
|
"secret": {},
|
2295
2295
|
"branchFilter": {},
|
2296
2296
|
"filterGroups": {
|
2297
|
-
"shape": "
|
2297
|
+
"shape": "S3d"
|
2298
2298
|
},
|
2299
2299
|
"buildType": {},
|
2300
2300
|
"lastModifiedSecret": {
|
@@ -2302,7 +2302,7 @@
|
|
2302
2302
|
}
|
2303
2303
|
}
|
2304
2304
|
},
|
2305
|
-
"
|
2305
|
+
"S3d": {
|
2306
2306
|
"type": "list",
|
2307
2307
|
"member": {
|
2308
2308
|
"type": "list",
|
@@ -2322,18 +2322,18 @@
|
|
2322
2322
|
}
|
2323
2323
|
}
|
2324
2324
|
},
|
2325
|
-
"
|
2325
|
+
"S3l": {
|
2326
2326
|
"type": "list",
|
2327
2327
|
"member": {}
|
2328
2328
|
},
|
2329
|
-
"
|
2329
|
+
"S3o": {
|
2330
2330
|
"type": "structure",
|
2331
2331
|
"members": {
|
2332
2332
|
"arn": {},
|
2333
2333
|
"name": {},
|
2334
2334
|
"type": {},
|
2335
2335
|
"exportConfig": {
|
2336
|
-
"shape": "
|
2336
|
+
"shape": "S3r"
|
2337
2337
|
},
|
2338
2338
|
"created": {
|
2339
2339
|
"type": "timestamp"
|
@@ -2347,7 +2347,7 @@
|
|
2347
2347
|
"status": {}
|
2348
2348
|
}
|
2349
2349
|
},
|
2350
|
-
"
|
2350
|
+
"S3r": {
|
2351
2351
|
"type": "structure",
|
2352
2352
|
"members": {
|
2353
2353
|
"exportConfigType": {},
|
@@ -2366,11 +2366,11 @@
|
|
2366
2366
|
}
|
2367
2367
|
}
|
2368
2368
|
},
|
2369
|
-
"
|
2369
|
+
"S3x": {
|
2370
2370
|
"type": "list",
|
2371
2371
|
"member": {}
|
2372
2372
|
},
|
2373
|
-
"
|
2373
|
+
"S48": {
|
2374
2374
|
"type": "structure",
|
2375
2375
|
"members": {
|
2376
2376
|
"scalingType": {},
|
@@ -2382,13 +2382,13 @@
|
|
2382
2382
|
}
|
2383
2383
|
}
|
2384
2384
|
},
|
2385
|
-
"
|
2385
|
+
"S5o": {
|
2386
2386
|
"type": "structure",
|
2387
2387
|
"members": {
|
2388
2388
|
"status": {}
|
2389
2389
|
}
|
2390
2390
|
},
|
2391
|
-
"
|
2391
|
+
"S6j": {
|
2392
2392
|
"type": "structure",
|
2393
2393
|
"members": {
|
2394
2394
|
"status": {}
|
@@ -4,6 +4,9 @@
|
|
4
4
|
"apiVersion": "2015-12-01",
|
5
5
|
"endpointPrefix": "elasticloadbalancing",
|
6
6
|
"protocol": "query",
|
7
|
+
"protocols": [
|
8
|
+
"query"
|
9
|
+
],
|
7
10
|
"serviceAbbreviation": "Elastic Load Balancing v2",
|
8
11
|
"serviceFullName": "Elastic Load Balancing",
|
9
12
|
"serviceId": "Elastic Load Balancing v2",
|
@@ -5,6 +5,9 @@
|
|
5
5
|
"endpointPrefix": "lakeformation",
|
6
6
|
"jsonVersion": "1.1",
|
7
7
|
"protocol": "rest-json",
|
8
|
+
"protocols": [
|
9
|
+
"rest-json"
|
10
|
+
],
|
8
11
|
"serviceFullName": "AWS Lake Formation",
|
9
12
|
"serviceId": "LakeFormation",
|
10
13
|
"signatureVersion": "v4",
|
@@ -496,6 +499,21 @@
|
|
496
499
|
}
|
497
500
|
}
|
498
501
|
},
|
502
|
+
"GetDataLakePrincipal": {
|
503
|
+
"http": {
|
504
|
+
"requestUri": "/GetDataLakePrincipal"
|
505
|
+
},
|
506
|
+
"input": {
|
507
|
+
"type": "structure",
|
508
|
+
"members": {}
|
509
|
+
},
|
510
|
+
"output": {
|
511
|
+
"type": "structure",
|
512
|
+
"members": {
|
513
|
+
"Identity": {}
|
514
|
+
}
|
515
|
+
}
|
516
|
+
},
|
499
517
|
"GetDataLakeSettings": {
|
500
518
|
"http": {
|
501
519
|
"requestUri": "/GetDataLakeSettings"
|
@@ -510,7 +528,7 @@
|
|
510
528
|
"type": "structure",
|
511
529
|
"members": {
|
512
530
|
"DataLakeSettings": {
|
513
|
-
"shape": "
|
531
|
+
"shape": "S38"
|
514
532
|
}
|
515
533
|
}
|
516
534
|
}
|
@@ -537,7 +555,7 @@
|
|
537
555
|
"type": "structure",
|
538
556
|
"members": {
|
539
557
|
"Permissions": {
|
540
|
-
"shape": "
|
558
|
+
"shape": "S3k"
|
541
559
|
},
|
542
560
|
"NextToken": {}
|
543
561
|
}
|
@@ -683,7 +701,7 @@
|
|
683
701
|
"shape": "Sn"
|
684
702
|
},
|
685
703
|
"LFTagsOnColumns": {
|
686
|
-
"shape": "
|
704
|
+
"shape": "S47"
|
687
705
|
}
|
688
706
|
}
|
689
707
|
}
|
@@ -722,7 +740,7 @@
|
|
722
740
|
"type": "structure",
|
723
741
|
"members": {
|
724
742
|
"PartitionValues": {
|
725
|
-
"shape": "
|
743
|
+
"shape": "S4e"
|
726
744
|
},
|
727
745
|
"Objects": {
|
728
746
|
"type": "list",
|
@@ -775,10 +793,10 @@
|
|
775
793
|
"type": "integer"
|
776
794
|
},
|
777
795
|
"AuditContext": {
|
778
|
-
"shape": "
|
796
|
+
"shape": "S4n"
|
779
797
|
},
|
780
798
|
"SupportedPermissionTypes": {
|
781
|
-
"shape": "
|
799
|
+
"shape": "S4p"
|
782
800
|
}
|
783
801
|
}
|
784
802
|
},
|
@@ -812,10 +830,10 @@
|
|
812
830
|
"type": "integer"
|
813
831
|
},
|
814
832
|
"AuditContext": {
|
815
|
-
"shape": "
|
833
|
+
"shape": "S4n"
|
816
834
|
},
|
817
835
|
"SupportedPermissionTypes": {
|
818
|
-
"shape": "
|
836
|
+
"shape": "S4p"
|
819
837
|
},
|
820
838
|
"S3Path": {},
|
821
839
|
"QuerySessionContext": {
|
@@ -1098,7 +1116,7 @@
|
|
1098
1116
|
"type": "structure",
|
1099
1117
|
"members": {
|
1100
1118
|
"PrincipalResourcePermissions": {
|
1101
|
-
"shape": "
|
1119
|
+
"shape": "S3k"
|
1102
1120
|
},
|
1103
1121
|
"NextToken": {}
|
1104
1122
|
}
|
@@ -1175,7 +1193,7 @@
|
|
1175
1193
|
"members": {
|
1176
1194
|
"StorageOptimizerType": {},
|
1177
1195
|
"Config": {
|
1178
|
-
"shape": "
|
1196
|
+
"shape": "S6b"
|
1179
1197
|
},
|
1180
1198
|
"ErrorMessage": {},
|
1181
1199
|
"Warnings": {},
|
@@ -1227,7 +1245,7 @@
|
|
1227
1245
|
"members": {
|
1228
1246
|
"CatalogId": {},
|
1229
1247
|
"DataLakeSettings": {
|
1230
|
-
"shape": "
|
1248
|
+
"shape": "S38"
|
1231
1249
|
}
|
1232
1250
|
}
|
1233
1251
|
},
|
@@ -1405,7 +1423,7 @@
|
|
1405
1423
|
"shape": "Sn"
|
1406
1424
|
},
|
1407
1425
|
"LFTagsOnColumns": {
|
1408
|
-
"shape": "
|
1426
|
+
"shape": "S47"
|
1409
1427
|
}
|
1410
1428
|
}
|
1411
1429
|
}
|
@@ -1608,7 +1626,7 @@
|
|
1608
1626
|
"type": "long"
|
1609
1627
|
},
|
1610
1628
|
"PartitionValues": {
|
1611
|
-
"shape": "
|
1629
|
+
"shape": "S4e"
|
1612
1630
|
}
|
1613
1631
|
}
|
1614
1632
|
},
|
@@ -1621,7 +1639,7 @@
|
|
1621
1639
|
"Uri": {},
|
1622
1640
|
"ETag": {},
|
1623
1641
|
"PartitionValues": {
|
1624
|
-
"shape": "
|
1642
|
+
"shape": "S4e"
|
1625
1643
|
}
|
1626
1644
|
}
|
1627
1645
|
}
|
@@ -1654,7 +1672,7 @@
|
|
1654
1672
|
"type": "map",
|
1655
1673
|
"key": {},
|
1656
1674
|
"value": {
|
1657
|
-
"shape": "
|
1675
|
+
"shape": "S6b"
|
1658
1676
|
}
|
1659
1677
|
}
|
1660
1678
|
}
|
@@ -1978,7 +1996,7 @@
|
|
1978
1996
|
}
|
1979
1997
|
}
|
1980
1998
|
},
|
1981
|
-
"
|
1999
|
+
"S38": {
|
1982
2000
|
"type": "structure",
|
1983
2001
|
"members": {
|
1984
2002
|
"DataLakeAdmins": {
|
@@ -1988,10 +2006,10 @@
|
|
1988
2006
|
"shape": "S22"
|
1989
2007
|
},
|
1990
2008
|
"CreateDatabaseDefaultPermissions": {
|
1991
|
-
"shape": "
|
2009
|
+
"shape": "S39"
|
1992
2010
|
},
|
1993
2011
|
"CreateTableDefaultPermissions": {
|
1994
|
-
"shape": "
|
2012
|
+
"shape": "S39"
|
1995
2013
|
},
|
1996
2014
|
"Parameters": {
|
1997
2015
|
"type": "map",
|
@@ -2017,7 +2035,7 @@
|
|
2017
2035
|
}
|
2018
2036
|
}
|
2019
2037
|
},
|
2020
|
-
"
|
2038
|
+
"S39": {
|
2021
2039
|
"type": "list",
|
2022
2040
|
"member": {
|
2023
2041
|
"type": "structure",
|
@@ -2031,7 +2049,7 @@
|
|
2031
2049
|
}
|
2032
2050
|
}
|
2033
2051
|
},
|
2034
|
-
"
|
2052
|
+
"S3k": {
|
2035
2053
|
"type": "list",
|
2036
2054
|
"member": {
|
2037
2055
|
"type": "structure",
|
@@ -2064,7 +2082,7 @@
|
|
2064
2082
|
}
|
2065
2083
|
}
|
2066
2084
|
},
|
2067
|
-
"
|
2085
|
+
"S47": {
|
2068
2086
|
"type": "list",
|
2069
2087
|
"member": {
|
2070
2088
|
"type": "structure",
|
@@ -2076,21 +2094,21 @@
|
|
2076
2094
|
}
|
2077
2095
|
}
|
2078
2096
|
},
|
2079
|
-
"
|
2097
|
+
"S4e": {
|
2080
2098
|
"type": "list",
|
2081
2099
|
"member": {}
|
2082
2100
|
},
|
2083
|
-
"
|
2101
|
+
"S4n": {
|
2084
2102
|
"type": "structure",
|
2085
2103
|
"members": {
|
2086
2104
|
"AdditionalAuditContext": {}
|
2087
2105
|
}
|
2088
2106
|
},
|
2089
|
-
"
|
2107
|
+
"S4p": {
|
2090
2108
|
"type": "list",
|
2091
2109
|
"member": {}
|
2092
2110
|
},
|
2093
|
-
"
|
2111
|
+
"S6b": {
|
2094
2112
|
"type": "map",
|
2095
2113
|
"key": {},
|
2096
2114
|
"value": {}
|
@@ -5,6 +5,9 @@
|
|
5
5
|
"endpointPrefix": "transfer",
|
6
6
|
"jsonVersion": "1.1",
|
7
7
|
"protocol": "json",
|
8
|
+
"protocols": [
|
9
|
+
"json"
|
10
|
+
],
|
8
11
|
"serviceAbbreviation": "AWS Transfer",
|
9
12
|
"serviceFullName": "AWS Transfer Family",
|
10
13
|
"serviceId": "Transfer",
|
@@ -231,7 +234,8 @@
|
|
231
234
|
"ServerId": {},
|
232
235
|
"UserName": {}
|
233
236
|
}
|
234
|
-
}
|
237
|
+
},
|
238
|
+
"idempotent": true
|
235
239
|
},
|
236
240
|
"CreateWorkflow": {
|
237
241
|
"input": {
|
@@ -286,7 +290,8 @@
|
|
286
290
|
"AgreementId": {},
|
287
291
|
"ServerId": {}
|
288
292
|
}
|
289
|
-
}
|
293
|
+
},
|
294
|
+
"idempotent": true
|
290
295
|
},
|
291
296
|
"DeleteCertificate": {
|
292
297
|
"input": {
|
@@ -297,7 +302,8 @@
|
|
297
302
|
"members": {
|
298
303
|
"CertificateId": {}
|
299
304
|
}
|
300
|
-
}
|
305
|
+
},
|
306
|
+
"idempotent": true
|
301
307
|
},
|
302
308
|
"DeleteConnector": {
|
303
309
|
"input": {
|
@@ -308,7 +314,8 @@
|
|
308
314
|
"members": {
|
309
315
|
"ConnectorId": {}
|
310
316
|
}
|
311
|
-
}
|
317
|
+
},
|
318
|
+
"idempotent": true
|
312
319
|
},
|
313
320
|
"DeleteHostKey": {
|
314
321
|
"input": {
|
@@ -332,7 +339,8 @@
|
|
332
339
|
"members": {
|
333
340
|
"ProfileId": {}
|
334
341
|
}
|
335
|
-
}
|
342
|
+
},
|
343
|
+
"idempotent": true
|
336
344
|
},
|
337
345
|
"DeleteServer": {
|
338
346
|
"input": {
|
@@ -343,7 +351,8 @@
|
|
343
351
|
"members": {
|
344
352
|
"ServerId": {}
|
345
353
|
}
|
346
|
-
}
|
354
|
+
},
|
355
|
+
"idempotent": true
|
347
356
|
},
|
348
357
|
"DeleteSshPublicKey": {
|
349
358
|
"input": {
|
@@ -371,7 +380,8 @@
|
|
371
380
|
"ServerId": {},
|
372
381
|
"UserName": {}
|
373
382
|
}
|
374
|
-
}
|
383
|
+
},
|
384
|
+
"idempotent": true
|
375
385
|
},
|
376
386
|
"DeleteWorkflow": {
|
377
387
|
"input": {
|
@@ -382,7 +392,8 @@
|
|
382
392
|
"members": {
|
383
393
|
"WorkflowId": {}
|
384
394
|
}
|
385
|
-
}
|
395
|
+
},
|
396
|
+
"idempotent": true
|
386
397
|
},
|
387
398
|
"DescribeAccess": {
|
388
399
|
"input": {
|