aws-sdk 2.1605.0 → 2.1607.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/appsync-2017-07-25.min.json +5 -1
- package/apis/datasync-2018-11-09.min.json +46 -35
- package/apis/ec2-2016-11-15.min.json +7 -0
- package/apis/emr-containers-2020-10-01.min.json +182 -19
- package/apis/emr-containers-2020-10-01.paginators.json +6 -0
- package/apis/entityresolution-2018-05-10.min.json +165 -93
- package/apis/fms-2018-01-01.min.json +331 -144
- package/apis/gamelift-2015-10-01.min.json +586 -188
- package/apis/gamelift-2015-10-01.paginators.json +6 -0
- package/apis/rds-2013-01-10.min.json +3 -0
- package/apis/rds-2013-02-12.min.json +3 -0
- package/apis/rds-2013-09-09.min.json +3 -0
- package/apis/rds-2014-09-01.min.json +3 -0
- package/apis/rds-2014-10-31.min.json +3 -0
- package/apis/ssm-2014-11-06.min.json +235 -129
- package/apis/ssm-2014-11-06.paginators.json +6 -0
- package/apis/states-2016-11-23.min.json +44 -0
- package/clients/appsync.d.ts +1 -1
- package/clients/datasync.d.ts +67 -42
- package/clients/ec2.d.ts +9 -1
- package/clients/emrcontainers.d.ts +205 -0
- package/clients/entityresolution.d.ts +64 -0
- package/clients/fms.d.ts +258 -20
- package/clients/gamelift.d.ts +592 -88
- package/clients/ivs.d.ts +1 -1
- package/clients/rds.d.ts +4 -4
- package/clients/ssm.d.ts +186 -6
- package/clients/stepfunctions.d.ts +52 -0
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +18 -18
- package/dist/aws-sdk.js +858 -320
- package/dist/aws-sdk.min.js +72 -72
- 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.1607.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
|
@@ -5,6 +5,9 @@
|
|
5
5
|
"endpointPrefix": "appsync",
|
6
6
|
"jsonVersion": "1.1",
|
7
7
|
"protocol": "rest-json",
|
8
|
+
"protocols": [
|
9
|
+
"rest-json"
|
10
|
+
],
|
8
11
|
"serviceAbbreviation": "AWSAppSync",
|
9
12
|
"serviceFullName": "AWS AppSync",
|
10
13
|
"serviceId": "AppSync",
|
@@ -2077,7 +2080,8 @@
|
|
2077
2080
|
"type": "structure",
|
2078
2081
|
"required": [
|
2079
2082
|
"apiId",
|
2080
|
-
"name"
|
2083
|
+
"name",
|
2084
|
+
"authenticationType"
|
2081
2085
|
],
|
2082
2086
|
"members": {
|
2083
2087
|
"apiId": {
|
@@ -483,10 +483,10 @@
|
|
483
483
|
"shape": "S3o"
|
484
484
|
},
|
485
485
|
"ManifestConfig": {
|
486
|
-
"shape": "
|
486
|
+
"shape": "S3v"
|
487
487
|
},
|
488
488
|
"TaskReportConfig": {
|
489
|
-
"shape": "
|
489
|
+
"shape": "S41"
|
490
490
|
}
|
491
491
|
}
|
492
492
|
},
|
@@ -579,7 +579,7 @@
|
|
579
579
|
}
|
580
580
|
},
|
581
581
|
"Platform": {
|
582
|
-
"shape": "
|
582
|
+
"shape": "S4o"
|
583
583
|
}
|
584
584
|
}
|
585
585
|
}
|
@@ -1094,7 +1094,7 @@
|
|
1094
1094
|
"DiscoveryJobArn": {},
|
1095
1095
|
"ResourceType": {},
|
1096
1096
|
"ResourceIds": {
|
1097
|
-
"shape": "
|
1097
|
+
"shape": "S65"
|
1098
1098
|
},
|
1099
1099
|
"Filter": {
|
1100
1100
|
"type": "map",
|
@@ -1141,10 +1141,10 @@
|
|
1141
1141
|
"type": "long"
|
1142
1142
|
},
|
1143
1143
|
"MaxP95Performance": {
|
1144
|
-
"shape": "
|
1144
|
+
"shape": "S6f"
|
1145
1145
|
},
|
1146
1146
|
"Recommendations": {
|
1147
|
-
"shape": "
|
1147
|
+
"shape": "S6g"
|
1148
1148
|
},
|
1149
1149
|
"NfsExportedVolumes": {
|
1150
1150
|
"type": "long"
|
@@ -1188,10 +1188,10 @@
|
|
1188
1188
|
"type": "long"
|
1189
1189
|
},
|
1190
1190
|
"MaxP95Performance": {
|
1191
|
-
"shape": "
|
1191
|
+
"shape": "S6f"
|
1192
1192
|
},
|
1193
1193
|
"Recommendations": {
|
1194
|
-
"shape": "
|
1194
|
+
"shape": "S6g"
|
1195
1195
|
},
|
1196
1196
|
"RecommendationStatus": {},
|
1197
1197
|
"LunCount": {
|
@@ -1214,7 +1214,7 @@
|
|
1214
1214
|
"ResourceId": {},
|
1215
1215
|
"ClusterName": {},
|
1216
1216
|
"MaxP95Performance": {
|
1217
|
-
"shape": "
|
1217
|
+
"shape": "S6f"
|
1218
1218
|
},
|
1219
1219
|
"ClusterBlockStorageSize": {
|
1220
1220
|
"type": "long"
|
@@ -1226,7 +1226,7 @@
|
|
1226
1226
|
"type": "long"
|
1227
1227
|
},
|
1228
1228
|
"Recommendations": {
|
1229
|
-
"shape": "
|
1229
|
+
"shape": "S6g"
|
1230
1230
|
},
|
1231
1231
|
"RecommendationStatus": {},
|
1232
1232
|
"LunCount": {
|
@@ -1293,10 +1293,20 @@
|
|
1293
1293
|
"shape": "S3o"
|
1294
1294
|
},
|
1295
1295
|
"ManifestConfig": {
|
1296
|
-
"shape": "
|
1296
|
+
"shape": "S3v"
|
1297
1297
|
},
|
1298
1298
|
"TaskReportConfig": {
|
1299
|
-
"shape": "
|
1299
|
+
"shape": "S41"
|
1300
|
+
},
|
1301
|
+
"ScheduleDetails": {
|
1302
|
+
"type": "structure",
|
1303
|
+
"members": {
|
1304
|
+
"StatusUpdateTime": {
|
1305
|
+
"type": "timestamp"
|
1306
|
+
},
|
1307
|
+
"DisabledReason": {},
|
1308
|
+
"DisabledBy": {}
|
1309
|
+
}
|
1300
1310
|
}
|
1301
1311
|
}
|
1302
1312
|
}
|
@@ -1326,7 +1336,7 @@
|
|
1326
1336
|
"shape": "S3o"
|
1327
1337
|
},
|
1328
1338
|
"ManifestConfig": {
|
1329
|
-
"shape": "
|
1339
|
+
"shape": "S3v"
|
1330
1340
|
},
|
1331
1341
|
"StartTime": {
|
1332
1342
|
"type": "timestamp"
|
@@ -1372,7 +1382,7 @@
|
|
1372
1382
|
}
|
1373
1383
|
},
|
1374
1384
|
"TaskReportConfig": {
|
1375
|
-
"shape": "
|
1385
|
+
"shape": "S41"
|
1376
1386
|
},
|
1377
1387
|
"FilesDeleted": {
|
1378
1388
|
"type": "long"
|
@@ -1408,7 +1418,7 @@
|
|
1408
1418
|
"members": {
|
1409
1419
|
"DiscoveryJobArn": {},
|
1410
1420
|
"ResourceIds": {
|
1411
|
-
"shape": "
|
1421
|
+
"shape": "S65"
|
1412
1422
|
},
|
1413
1423
|
"ResourceType": {}
|
1414
1424
|
}
|
@@ -1443,7 +1453,7 @@
|
|
1443
1453
|
"Name": {},
|
1444
1454
|
"Status": {},
|
1445
1455
|
"Platform": {
|
1446
|
-
"shape": "
|
1456
|
+
"shape": "S4o"
|
1447
1457
|
}
|
1448
1458
|
}
|
1449
1459
|
}
|
@@ -1503,7 +1513,7 @@
|
|
1503
1513
|
"members": {
|
1504
1514
|
"Name": {},
|
1505
1515
|
"Values": {
|
1506
|
-
"shape": "
|
1516
|
+
"shape": "S7n"
|
1507
1517
|
},
|
1508
1518
|
"Operator": {}
|
1509
1519
|
}
|
@@ -1633,7 +1643,7 @@
|
|
1633
1643
|
"members": {
|
1634
1644
|
"Name": {},
|
1635
1645
|
"Values": {
|
1636
|
-
"shape": "
|
1646
|
+
"shape": "S7n"
|
1637
1647
|
},
|
1638
1648
|
"Operator": {}
|
1639
1649
|
}
|
@@ -1726,10 +1736,10 @@
|
|
1726
1736
|
"shape": "S3o"
|
1727
1737
|
},
|
1728
1738
|
"ManifestConfig": {
|
1729
|
-
"shape": "
|
1739
|
+
"shape": "S3v"
|
1730
1740
|
},
|
1731
1741
|
"TaskReportConfig": {
|
1732
|
-
"shape": "
|
1742
|
+
"shape": "S41"
|
1733
1743
|
},
|
1734
1744
|
"Tags": {
|
1735
1745
|
"shape": "S9"
|
@@ -2035,10 +2045,10 @@
|
|
2035
2045
|
"shape": "S3o"
|
2036
2046
|
},
|
2037
2047
|
"ManifestConfig": {
|
2038
|
-
"shape": "
|
2048
|
+
"shape": "S3v"
|
2039
2049
|
},
|
2040
2050
|
"TaskReportConfig": {
|
2041
|
-
"shape": "
|
2051
|
+
"shape": "S41"
|
2042
2052
|
}
|
2043
2053
|
}
|
2044
2054
|
},
|
@@ -2289,10 +2299,11 @@
|
|
2289
2299
|
"ScheduleExpression"
|
2290
2300
|
],
|
2291
2301
|
"members": {
|
2292
|
-
"ScheduleExpression": {}
|
2302
|
+
"ScheduleExpression": {},
|
2303
|
+
"Status": {}
|
2293
2304
|
}
|
2294
2305
|
},
|
2295
|
-
"
|
2306
|
+
"S3v": {
|
2296
2307
|
"type": "structure",
|
2297
2308
|
"members": {
|
2298
2309
|
"Action": {},
|
@@ -2321,7 +2332,7 @@
|
|
2321
2332
|
}
|
2322
2333
|
}
|
2323
2334
|
},
|
2324
|
-
"
|
2335
|
+
"S41": {
|
2325
2336
|
"type": "structure",
|
2326
2337
|
"members": {
|
2327
2338
|
"Destination": {
|
@@ -2348,38 +2359,38 @@
|
|
2348
2359
|
"type": "structure",
|
2349
2360
|
"members": {
|
2350
2361
|
"Transferred": {
|
2351
|
-
"shape": "
|
2362
|
+
"shape": "S48"
|
2352
2363
|
},
|
2353
2364
|
"Verified": {
|
2354
|
-
"shape": "
|
2365
|
+
"shape": "S48"
|
2355
2366
|
},
|
2356
2367
|
"Deleted": {
|
2357
|
-
"shape": "
|
2368
|
+
"shape": "S48"
|
2358
2369
|
},
|
2359
2370
|
"Skipped": {
|
2360
|
-
"shape": "
|
2371
|
+
"shape": "S48"
|
2361
2372
|
}
|
2362
2373
|
}
|
2363
2374
|
}
|
2364
2375
|
}
|
2365
2376
|
},
|
2366
|
-
"
|
2377
|
+
"S48": {
|
2367
2378
|
"type": "structure",
|
2368
2379
|
"members": {
|
2369
2380
|
"ReportLevel": {}
|
2370
2381
|
}
|
2371
2382
|
},
|
2372
|
-
"
|
2383
|
+
"S4o": {
|
2373
2384
|
"type": "structure",
|
2374
2385
|
"members": {
|
2375
2386
|
"Version": {}
|
2376
2387
|
}
|
2377
2388
|
},
|
2378
|
-
"
|
2389
|
+
"S65": {
|
2379
2390
|
"type": "list",
|
2380
2391
|
"member": {}
|
2381
2392
|
},
|
2382
|
-
"
|
2393
|
+
"S6f": {
|
2383
2394
|
"type": "structure",
|
2384
2395
|
"members": {
|
2385
2396
|
"IopsRead": {
|
@@ -2417,7 +2428,7 @@
|
|
2417
2428
|
}
|
2418
2429
|
}
|
2419
2430
|
},
|
2420
|
-
"
|
2431
|
+
"S6g": {
|
2421
2432
|
"type": "list",
|
2422
2433
|
"member": {
|
2423
2434
|
"type": "structure",
|
@@ -2432,7 +2443,7 @@
|
|
2432
2443
|
}
|
2433
2444
|
}
|
2434
2445
|
},
|
2435
|
-
"
|
2446
|
+
"S7n": {
|
2436
2447
|
"type": "list",
|
2437
2448
|
"member": {}
|
2438
2449
|
}
|
@@ -12805,6 +12805,10 @@
|
|
12805
12805
|
"SourceDestCheck": {
|
12806
12806
|
"shape": "S19c",
|
12807
12807
|
"locationName": "sourceDestCheck"
|
12808
|
+
},
|
12809
|
+
"AssociatePublicIpAddress": {
|
12810
|
+
"locationName": "associatePublicIpAddress",
|
12811
|
+
"type": "boolean"
|
12808
12812
|
}
|
12809
12813
|
}
|
12810
12814
|
}
|
@@ -21855,6 +21859,9 @@
|
|
21855
21859
|
},
|
21856
21860
|
"ConnectionTrackingSpecification": {
|
21857
21861
|
"shape": "Sha"
|
21862
|
+
},
|
21863
|
+
"AssociatePublicIpAddress": {
|
21864
|
+
"type": "boolean"
|
21858
21865
|
}
|
21859
21866
|
}
|
21860
21867
|
}
|
@@ -127,6 +127,39 @@
|
|
127
127
|
}
|
128
128
|
}
|
129
129
|
},
|
130
|
+
"CreateSecurityConfiguration": {
|
131
|
+
"http": {
|
132
|
+
"requestUri": "/securityconfigurations"
|
133
|
+
},
|
134
|
+
"input": {
|
135
|
+
"type": "structure",
|
136
|
+
"required": [
|
137
|
+
"clientToken",
|
138
|
+
"name",
|
139
|
+
"securityConfigurationData"
|
140
|
+
],
|
141
|
+
"members": {
|
142
|
+
"clientToken": {
|
143
|
+
"idempotencyToken": true
|
144
|
+
},
|
145
|
+
"name": {},
|
146
|
+
"securityConfigurationData": {
|
147
|
+
"shape": "S1l"
|
148
|
+
},
|
149
|
+
"tags": {
|
150
|
+
"shape": "Sx"
|
151
|
+
}
|
152
|
+
}
|
153
|
+
},
|
154
|
+
"output": {
|
155
|
+
"type": "structure",
|
156
|
+
"members": {
|
157
|
+
"id": {},
|
158
|
+
"name": {},
|
159
|
+
"arn": {}
|
160
|
+
}
|
161
|
+
}
|
162
|
+
},
|
130
163
|
"CreateVirtualCluster": {
|
131
164
|
"http": {
|
132
165
|
"requestUri": "/virtualclusters"
|
@@ -141,14 +174,15 @@
|
|
141
174
|
"members": {
|
142
175
|
"name": {},
|
143
176
|
"containerProvider": {
|
144
|
-
"shape": "
|
177
|
+
"shape": "S20"
|
145
178
|
},
|
146
179
|
"clientToken": {
|
147
180
|
"idempotencyToken": true
|
148
181
|
},
|
149
182
|
"tags": {
|
150
183
|
"shape": "Sx"
|
151
|
-
}
|
184
|
+
},
|
185
|
+
"securityConfigurationId": {}
|
152
186
|
}
|
153
187
|
},
|
154
188
|
"output": {
|
@@ -264,7 +298,7 @@
|
|
264
298
|
"type": "structure",
|
265
299
|
"members": {
|
266
300
|
"jobRun": {
|
267
|
-
"shape": "
|
301
|
+
"shape": "S2e"
|
268
302
|
}
|
269
303
|
}
|
270
304
|
}
|
@@ -290,7 +324,7 @@
|
|
290
324
|
"type": "structure",
|
291
325
|
"members": {
|
292
326
|
"jobTemplate": {
|
293
|
-
"shape": "
|
327
|
+
"shape": "S2o"
|
294
328
|
}
|
295
329
|
}
|
296
330
|
}
|
@@ -321,7 +355,33 @@
|
|
321
355
|
"type": "structure",
|
322
356
|
"members": {
|
323
357
|
"endpoint": {
|
324
|
-
"shape": "
|
358
|
+
"shape": "S2s"
|
359
|
+
}
|
360
|
+
}
|
361
|
+
}
|
362
|
+
},
|
363
|
+
"DescribeSecurityConfiguration": {
|
364
|
+
"http": {
|
365
|
+
"method": "GET",
|
366
|
+
"requestUri": "/securityconfigurations/{securityConfigurationId}"
|
367
|
+
},
|
368
|
+
"input": {
|
369
|
+
"type": "structure",
|
370
|
+
"required": [
|
371
|
+
"id"
|
372
|
+
],
|
373
|
+
"members": {
|
374
|
+
"id": {
|
375
|
+
"location": "uri",
|
376
|
+
"locationName": "securityConfigurationId"
|
377
|
+
}
|
378
|
+
}
|
379
|
+
},
|
380
|
+
"output": {
|
381
|
+
"type": "structure",
|
382
|
+
"members": {
|
383
|
+
"securityConfiguration": {
|
384
|
+
"shape": "S2z"
|
325
385
|
}
|
326
386
|
}
|
327
387
|
}
|
@@ -347,7 +407,7 @@
|
|
347
407
|
"type": "structure",
|
348
408
|
"members": {
|
349
409
|
"virtualCluster": {
|
350
|
-
"shape": "
|
410
|
+
"shape": "S32"
|
351
411
|
}
|
352
412
|
}
|
353
413
|
}
|
@@ -456,7 +516,7 @@
|
|
456
516
|
"jobRuns": {
|
457
517
|
"type": "list",
|
458
518
|
"member": {
|
459
|
-
"shape": "
|
519
|
+
"shape": "S2e"
|
460
520
|
}
|
461
521
|
},
|
462
522
|
"nextToken": {}
|
@@ -498,7 +558,7 @@
|
|
498
558
|
"templates": {
|
499
559
|
"type": "list",
|
500
560
|
"member": {
|
501
|
-
"shape": "
|
561
|
+
"shape": "S2o"
|
502
562
|
}
|
503
563
|
},
|
504
564
|
"nextToken": {}
|
@@ -559,7 +619,49 @@
|
|
559
619
|
"endpoints": {
|
560
620
|
"type": "list",
|
561
621
|
"member": {
|
562
|
-
"shape": "
|
622
|
+
"shape": "S2s"
|
623
|
+
}
|
624
|
+
},
|
625
|
+
"nextToken": {}
|
626
|
+
}
|
627
|
+
}
|
628
|
+
},
|
629
|
+
"ListSecurityConfigurations": {
|
630
|
+
"http": {
|
631
|
+
"method": "GET",
|
632
|
+
"requestUri": "/securityconfigurations"
|
633
|
+
},
|
634
|
+
"input": {
|
635
|
+
"type": "structure",
|
636
|
+
"members": {
|
637
|
+
"createdAfter": {
|
638
|
+
"shape": "S13",
|
639
|
+
"location": "querystring",
|
640
|
+
"locationName": "createdAfter"
|
641
|
+
},
|
642
|
+
"createdBefore": {
|
643
|
+
"shape": "S13",
|
644
|
+
"location": "querystring",
|
645
|
+
"locationName": "createdBefore"
|
646
|
+
},
|
647
|
+
"maxResults": {
|
648
|
+
"location": "querystring",
|
649
|
+
"locationName": "maxResults",
|
650
|
+
"type": "integer"
|
651
|
+
},
|
652
|
+
"nextToken": {
|
653
|
+
"location": "querystring",
|
654
|
+
"locationName": "nextToken"
|
655
|
+
}
|
656
|
+
}
|
657
|
+
},
|
658
|
+
"output": {
|
659
|
+
"type": "structure",
|
660
|
+
"members": {
|
661
|
+
"securityConfigurations": {
|
662
|
+
"type": "list",
|
663
|
+
"member": {
|
664
|
+
"shape": "S2z"
|
563
665
|
}
|
564
666
|
},
|
565
667
|
"nextToken": {}
|
@@ -646,7 +748,7 @@
|
|
646
748
|
"virtualClusters": {
|
647
749
|
"type": "list",
|
648
750
|
"member": {
|
649
|
-
"shape": "
|
751
|
+
"shape": "S32"
|
650
752
|
}
|
651
753
|
},
|
652
754
|
"nextToken": {}
|
@@ -690,7 +792,7 @@
|
|
690
792
|
"value": {}
|
691
793
|
},
|
692
794
|
"retryPolicyConfiguration": {
|
693
|
-
"shape": "
|
795
|
+
"shape": "S2j"
|
694
796
|
}
|
695
797
|
}
|
696
798
|
},
|
@@ -936,6 +1038,48 @@
|
|
936
1038
|
}
|
937
1039
|
},
|
938
1040
|
"S1l": {
|
1041
|
+
"type": "structure",
|
1042
|
+
"members": {
|
1043
|
+
"authorizationConfiguration": {
|
1044
|
+
"type": "structure",
|
1045
|
+
"members": {
|
1046
|
+
"lakeFormationConfiguration": {
|
1047
|
+
"type": "structure",
|
1048
|
+
"members": {
|
1049
|
+
"authorizedSessionTagValue": {},
|
1050
|
+
"secureNamespaceInfo": {
|
1051
|
+
"type": "structure",
|
1052
|
+
"members": {
|
1053
|
+
"clusterId": {},
|
1054
|
+
"namespace": {}
|
1055
|
+
}
|
1056
|
+
},
|
1057
|
+
"queryEngineRoleArn": {}
|
1058
|
+
}
|
1059
|
+
},
|
1060
|
+
"encryptionConfiguration": {
|
1061
|
+
"type": "structure",
|
1062
|
+
"members": {
|
1063
|
+
"inTransitEncryptionConfiguration": {
|
1064
|
+
"type": "structure",
|
1065
|
+
"members": {
|
1066
|
+
"tlsCertificateConfiguration": {
|
1067
|
+
"type": "structure",
|
1068
|
+
"members": {
|
1069
|
+
"certificateProviderType": {},
|
1070
|
+
"publicCertificateSecretArn": {},
|
1071
|
+
"privateCertificateSecretArn": {}
|
1072
|
+
}
|
1073
|
+
}
|
1074
|
+
}
|
1075
|
+
}
|
1076
|
+
}
|
1077
|
+
}
|
1078
|
+
}
|
1079
|
+
}
|
1080
|
+
}
|
1081
|
+
},
|
1082
|
+
"S20": {
|
939
1083
|
"type": "structure",
|
940
1084
|
"required": [
|
941
1085
|
"type",
|
@@ -958,7 +1102,7 @@
|
|
958
1102
|
}
|
959
1103
|
}
|
960
1104
|
},
|
961
|
-
"
|
1105
|
+
"S2e": {
|
962
1106
|
"type": "structure",
|
963
1107
|
"members": {
|
964
1108
|
"id": {},
|
@@ -988,7 +1132,7 @@
|
|
988
1132
|
"shape": "Sx"
|
989
1133
|
},
|
990
1134
|
"retryPolicyConfiguration": {
|
991
|
-
"shape": "
|
1135
|
+
"shape": "S2j"
|
992
1136
|
},
|
993
1137
|
"retryPolicyExecution": {
|
994
1138
|
"type": "structure",
|
@@ -1003,7 +1147,7 @@
|
|
1003
1147
|
}
|
1004
1148
|
}
|
1005
1149
|
},
|
1006
|
-
"
|
1150
|
+
"S2j": {
|
1007
1151
|
"type": "structure",
|
1008
1152
|
"required": [
|
1009
1153
|
"maxAttempts"
|
@@ -1014,7 +1158,7 @@
|
|
1014
1158
|
}
|
1015
1159
|
}
|
1016
1160
|
},
|
1017
|
-
"
|
1161
|
+
"S2o": {
|
1018
1162
|
"type": "structure",
|
1019
1163
|
"required": [
|
1020
1164
|
"jobTemplateData"
|
@@ -1037,7 +1181,7 @@
|
|
1037
1181
|
"decryptionError": {}
|
1038
1182
|
}
|
1039
1183
|
},
|
1040
|
-
"
|
1184
|
+
"S2s": {
|
1041
1185
|
"type": "structure",
|
1042
1186
|
"members": {
|
1043
1187
|
"id": {},
|
@@ -1078,7 +1222,25 @@
|
|
1078
1222
|
}
|
1079
1223
|
}
|
1080
1224
|
},
|
1081
|
-
"
|
1225
|
+
"S2z": {
|
1226
|
+
"type": "structure",
|
1227
|
+
"members": {
|
1228
|
+
"id": {},
|
1229
|
+
"name": {},
|
1230
|
+
"arn": {},
|
1231
|
+
"createdAt": {
|
1232
|
+
"shape": "S13"
|
1233
|
+
},
|
1234
|
+
"createdBy": {},
|
1235
|
+
"securityConfigurationData": {
|
1236
|
+
"shape": "S1l"
|
1237
|
+
},
|
1238
|
+
"tags": {
|
1239
|
+
"shape": "Sx"
|
1240
|
+
}
|
1241
|
+
}
|
1242
|
+
},
|
1243
|
+
"S32": {
|
1082
1244
|
"type": "structure",
|
1083
1245
|
"members": {
|
1084
1246
|
"id": {},
|
@@ -1086,14 +1248,15 @@
|
|
1086
1248
|
"arn": {},
|
1087
1249
|
"state": {},
|
1088
1250
|
"containerProvider": {
|
1089
|
-
"shape": "
|
1251
|
+
"shape": "S20"
|
1090
1252
|
},
|
1091
1253
|
"createdAt": {
|
1092
1254
|
"shape": "S13"
|
1093
1255
|
},
|
1094
1256
|
"tags": {
|
1095
1257
|
"shape": "Sx"
|
1096
|
-
}
|
1258
|
+
},
|
1259
|
+
"securityConfigurationId": {}
|
1097
1260
|
}
|
1098
1261
|
}
|
1099
1262
|
}
|
@@ -18,6 +18,12 @@
|
|
18
18
|
"limit_key": "maxResults",
|
19
19
|
"result_key": "endpoints"
|
20
20
|
},
|
21
|
+
"ListSecurityConfigurations": {
|
22
|
+
"input_token": "nextToken",
|
23
|
+
"output_token": "nextToken",
|
24
|
+
"limit_key": "maxResults",
|
25
|
+
"result_key": "securityConfigurations"
|
26
|
+
},
|
21
27
|
"ListVirtualClusters": {
|
22
28
|
"input_token": "nextToken",
|
23
29
|
"output_token": "nextToken",
|