cdk-comprehend-s3olap 2.0.28 → 2.0.31
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/.jsii +16 -3
- package/lib/cdk-comprehend-s3olap.js +2 -2
- package/lib/comprehend-lambdas.js +2 -2
- package/lib/iam-roles.js +4 -4
- package/node_modules/aws-sdk/CHANGELOG.md +19 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/chime-sdk-meetings-2021-07-15.min.json +20 -7
- package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.min.json +50 -49
- package/node_modules/aws-sdk/apis/dms-2016-01-01.min.json +16 -0
- package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +9 -8
- package/node_modules/aws-sdk/apis/iotwireless-2020-11-22.min.json +319 -73
- package/node_modules/aws-sdk/apis/iotwireless-2020-11-22.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/metadata.json +3 -0
- package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.min.json +112 -111
- package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +318 -205
- package/node_modules/aws-sdk/apis/rds-2014-10-31.waiters2.json +85 -0
- package/node_modules/aws-sdk/apis/rolesanywhere-2018-05-10.examples.json +5 -0
- package/node_modules/aws-sdk/apis/rolesanywhere-2018-05-10.min.json +819 -0
- package/node_modules/aws-sdk/apis/rolesanywhere-2018-05-10.paginators.json +24 -0
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +787 -767
- package/node_modules/aws-sdk/apis/ssm-incidents-2018-05-10.min.json +20 -12
- package/node_modules/aws-sdk/apis/synthetics-2017-10-11.min.json +272 -39
- package/node_modules/aws-sdk/apis/synthetics-2017-10-11.paginators.json +15 -0
- package/node_modules/aws-sdk/clients/all.d.ts +1 -0
- package/node_modules/aws-sdk/clients/all.js +2 -1
- package/node_modules/aws-sdk/clients/chimesdkmeetings.d.ts +24 -7
- package/node_modules/aws-sdk/clients/cloudformation.d.ts +5 -0
- package/node_modules/aws-sdk/clients/configservice.d.ts +12 -12
- package/node_modules/aws-sdk/clients/dms.d.ts +20 -0
- package/node_modules/aws-sdk/clients/iot.d.ts +24 -10
- package/node_modules/aws-sdk/clients/iotwireless.d.ts +270 -18
- package/node_modules/aws-sdk/clients/lexmodelsv2.d.ts +5 -0
- package/node_modules/aws-sdk/clients/quicksight.d.ts +182 -20
- package/node_modules/aws-sdk/clients/rds.d.ts +95 -79
- package/node_modules/aws-sdk/clients/rolesanywhere.d.ts +788 -0
- package/node_modules/aws-sdk/clients/rolesanywhere.js +18 -0
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +27 -2
- package/node_modules/aws-sdk/clients/ssmincidents.d.ts +9 -0
- package/node_modules/aws-sdk/clients/synthetics.d.ts +270 -30
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +54 -17
- package/node_modules/aws-sdk/dist/aws-sdk.js +150 -60
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +46 -46
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +4 -4
@@ -79,7 +79,7 @@
|
|
79
79
|
},
|
80
80
|
"name": {},
|
81
81
|
"tags": {
|
82
|
-
"shape": "
|
82
|
+
"shape": "Sz"
|
83
83
|
}
|
84
84
|
}
|
85
85
|
},
|
@@ -304,7 +304,7 @@
|
|
304
304
|
"type": "timestamp"
|
305
305
|
},
|
306
306
|
"notificationTargets": {
|
307
|
-
"shape": "
|
307
|
+
"shape": "S12"
|
308
308
|
},
|
309
309
|
"resolvedTime": {
|
310
310
|
"type": "timestamp"
|
@@ -717,7 +717,7 @@
|
|
717
717
|
],
|
718
718
|
"members": {
|
719
719
|
"tags": {
|
720
|
-
"shape": "
|
720
|
+
"shape": "Sz"
|
721
721
|
}
|
722
722
|
}
|
723
723
|
}
|
@@ -872,7 +872,7 @@
|
|
872
872
|
"locationName": "resourceArn"
|
873
873
|
},
|
874
874
|
"tags": {
|
875
|
-
"shape": "
|
875
|
+
"shape": "Sz"
|
876
876
|
}
|
877
877
|
}
|
878
878
|
},
|
@@ -960,7 +960,7 @@
|
|
960
960
|
"type": "integer"
|
961
961
|
},
|
962
962
|
"notificationTargets": {
|
963
|
-
"shape": "
|
963
|
+
"shape": "S12"
|
964
964
|
},
|
965
965
|
"status": {},
|
966
966
|
"summary": {},
|
@@ -1090,9 +1090,14 @@
|
|
1090
1090
|
"type": "integer"
|
1091
1091
|
},
|
1092
1092
|
"incidentTemplateNotificationTargets": {
|
1093
|
-
"shape": "
|
1093
|
+
"shape": "S12"
|
1094
1094
|
},
|
1095
1095
|
"incidentTemplateSummary": {},
|
1096
|
+
"incidentTemplateTags": {
|
1097
|
+
"type": "map",
|
1098
|
+
"key": {},
|
1099
|
+
"value": {}
|
1100
|
+
},
|
1096
1101
|
"incidentTemplateTitle": {}
|
1097
1102
|
}
|
1098
1103
|
},
|
@@ -1204,14 +1209,22 @@
|
|
1204
1209
|
"impact": {
|
1205
1210
|
"type": "integer"
|
1206
1211
|
},
|
1207
|
-
"
|
1212
|
+
"incidentTags": {
|
1208
1213
|
"shape": "Sz"
|
1209
1214
|
},
|
1215
|
+
"notificationTargets": {
|
1216
|
+
"shape": "S12"
|
1217
|
+
},
|
1210
1218
|
"summary": {},
|
1211
1219
|
"title": {}
|
1212
1220
|
}
|
1213
1221
|
},
|
1214
1222
|
"Sz": {
|
1223
|
+
"type": "map",
|
1224
|
+
"key": {},
|
1225
|
+
"value": {}
|
1226
|
+
},
|
1227
|
+
"S12": {
|
1215
1228
|
"type": "list",
|
1216
1229
|
"member": {
|
1217
1230
|
"type": "structure",
|
@@ -1221,11 +1234,6 @@
|
|
1221
1234
|
"union": true
|
1222
1235
|
}
|
1223
1236
|
},
|
1224
|
-
"S14": {
|
1225
|
-
"type": "map",
|
1226
|
-
"key": {},
|
1227
|
-
"value": {}
|
1228
|
-
},
|
1229
1237
|
"S1u": {
|
1230
1238
|
"type": "structure",
|
1231
1239
|
"required": [
|
@@ -13,6 +13,30 @@
|
|
13
13
|
"uid": "synthetics-2017-10-11"
|
14
14
|
},
|
15
15
|
"operations": {
|
16
|
+
"AssociateResource": {
|
17
|
+
"http": {
|
18
|
+
"method": "PATCH",
|
19
|
+
"requestUri": "/group/{groupIdentifier}/associate"
|
20
|
+
},
|
21
|
+
"input": {
|
22
|
+
"type": "structure",
|
23
|
+
"required": [
|
24
|
+
"GroupIdentifier",
|
25
|
+
"ResourceArn"
|
26
|
+
],
|
27
|
+
"members": {
|
28
|
+
"GroupIdentifier": {
|
29
|
+
"location": "uri",
|
30
|
+
"locationName": "groupIdentifier"
|
31
|
+
},
|
32
|
+
"ResourceArn": {}
|
33
|
+
}
|
34
|
+
},
|
35
|
+
"output": {
|
36
|
+
"type": "structure",
|
37
|
+
"members": {}
|
38
|
+
}
|
39
|
+
},
|
16
40
|
"CreateCanary": {
|
17
41
|
"http": {
|
18
42
|
"requestUri": "/canary"
|
@@ -30,15 +54,15 @@
|
|
30
54
|
"members": {
|
31
55
|
"Name": {},
|
32
56
|
"Code": {
|
33
|
-
"shape": "
|
57
|
+
"shape": "S7"
|
34
58
|
},
|
35
59
|
"ArtifactS3Location": {},
|
36
60
|
"ExecutionRoleArn": {},
|
37
61
|
"Schedule": {
|
38
|
-
"shape": "
|
62
|
+
"shape": "Sc"
|
39
63
|
},
|
40
64
|
"RunConfig": {
|
41
|
-
"shape": "
|
65
|
+
"shape": "Se"
|
42
66
|
},
|
43
67
|
"SuccessRetentionPeriodInDays": {
|
44
68
|
"type": "integer"
|
@@ -48,13 +72,13 @@
|
|
48
72
|
},
|
49
73
|
"RuntimeVersion": {},
|
50
74
|
"VpcConfig": {
|
51
|
-
"shape": "
|
75
|
+
"shape": "Sm"
|
52
76
|
},
|
53
77
|
"Tags": {
|
54
|
-
"shape": "
|
78
|
+
"shape": "Sr"
|
55
79
|
},
|
56
80
|
"ArtifactConfig": {
|
57
|
-
"shape": "
|
81
|
+
"shape": "Su"
|
58
82
|
}
|
59
83
|
}
|
60
84
|
},
|
@@ -62,7 +86,32 @@
|
|
62
86
|
"type": "structure",
|
63
87
|
"members": {
|
64
88
|
"Canary": {
|
65
|
-
"shape": "
|
89
|
+
"shape": "Sz"
|
90
|
+
}
|
91
|
+
}
|
92
|
+
}
|
93
|
+
},
|
94
|
+
"CreateGroup": {
|
95
|
+
"http": {
|
96
|
+
"requestUri": "/group"
|
97
|
+
},
|
98
|
+
"input": {
|
99
|
+
"type": "structure",
|
100
|
+
"required": [
|
101
|
+
"Name"
|
102
|
+
],
|
103
|
+
"members": {
|
104
|
+
"Name": {},
|
105
|
+
"Tags": {
|
106
|
+
"shape": "Sr"
|
107
|
+
}
|
108
|
+
}
|
109
|
+
},
|
110
|
+
"output": {
|
111
|
+
"type": "structure",
|
112
|
+
"members": {
|
113
|
+
"Group": {
|
114
|
+
"shape": "S1l"
|
66
115
|
}
|
67
116
|
}
|
68
117
|
}
|
@@ -94,6 +143,28 @@
|
|
94
143
|
"members": {}
|
95
144
|
}
|
96
145
|
},
|
146
|
+
"DeleteGroup": {
|
147
|
+
"http": {
|
148
|
+
"method": "DELETE",
|
149
|
+
"requestUri": "/group/{groupIdentifier}"
|
150
|
+
},
|
151
|
+
"input": {
|
152
|
+
"type": "structure",
|
153
|
+
"required": [
|
154
|
+
"GroupIdentifier"
|
155
|
+
],
|
156
|
+
"members": {
|
157
|
+
"GroupIdentifier": {
|
158
|
+
"location": "uri",
|
159
|
+
"locationName": "groupIdentifier"
|
160
|
+
}
|
161
|
+
}
|
162
|
+
},
|
163
|
+
"output": {
|
164
|
+
"type": "structure",
|
165
|
+
"members": {}
|
166
|
+
}
|
167
|
+
},
|
97
168
|
"DescribeCanaries": {
|
98
169
|
"http": {
|
99
170
|
"requestUri": "/canaries"
|
@@ -117,7 +188,7 @@
|
|
117
188
|
"Canaries": {
|
118
189
|
"type": "list",
|
119
190
|
"member": {
|
120
|
-
"shape": "
|
191
|
+
"shape": "Sz"
|
121
192
|
}
|
122
193
|
},
|
123
194
|
"NextToken": {}
|
@@ -151,7 +222,7 @@
|
|
151
222
|
"members": {
|
152
223
|
"CanaryName": {},
|
153
224
|
"LastRun": {
|
154
|
-
"shape": "
|
225
|
+
"shape": "S24"
|
155
226
|
}
|
156
227
|
}
|
157
228
|
}
|
@@ -196,6 +267,30 @@
|
|
196
267
|
}
|
197
268
|
}
|
198
269
|
},
|
270
|
+
"DisassociateResource": {
|
271
|
+
"http": {
|
272
|
+
"method": "PATCH",
|
273
|
+
"requestUri": "/group/{groupIdentifier}/disassociate"
|
274
|
+
},
|
275
|
+
"input": {
|
276
|
+
"type": "structure",
|
277
|
+
"required": [
|
278
|
+
"GroupIdentifier",
|
279
|
+
"ResourceArn"
|
280
|
+
],
|
281
|
+
"members": {
|
282
|
+
"GroupIdentifier": {
|
283
|
+
"location": "uri",
|
284
|
+
"locationName": "groupIdentifier"
|
285
|
+
},
|
286
|
+
"ResourceArn": {}
|
287
|
+
}
|
288
|
+
},
|
289
|
+
"output": {
|
290
|
+
"type": "structure",
|
291
|
+
"members": {}
|
292
|
+
}
|
293
|
+
},
|
199
294
|
"GetCanary": {
|
200
295
|
"http": {
|
201
296
|
"method": "GET",
|
@@ -217,7 +312,7 @@
|
|
217
312
|
"type": "structure",
|
218
313
|
"members": {
|
219
314
|
"Canary": {
|
220
|
-
"shape": "
|
315
|
+
"shape": "Sz"
|
221
316
|
}
|
222
317
|
}
|
223
318
|
}
|
@@ -248,13 +343,123 @@
|
|
248
343
|
"CanaryRuns": {
|
249
344
|
"type": "list",
|
250
345
|
"member": {
|
251
|
-
"shape": "
|
346
|
+
"shape": "S24"
|
252
347
|
}
|
253
348
|
},
|
254
349
|
"NextToken": {}
|
255
350
|
}
|
256
351
|
}
|
257
352
|
},
|
353
|
+
"GetGroup": {
|
354
|
+
"http": {
|
355
|
+
"method": "GET",
|
356
|
+
"requestUri": "/group/{groupIdentifier}"
|
357
|
+
},
|
358
|
+
"input": {
|
359
|
+
"type": "structure",
|
360
|
+
"required": [
|
361
|
+
"GroupIdentifier"
|
362
|
+
],
|
363
|
+
"members": {
|
364
|
+
"GroupIdentifier": {
|
365
|
+
"location": "uri",
|
366
|
+
"locationName": "groupIdentifier"
|
367
|
+
}
|
368
|
+
}
|
369
|
+
},
|
370
|
+
"output": {
|
371
|
+
"type": "structure",
|
372
|
+
"members": {
|
373
|
+
"Group": {
|
374
|
+
"shape": "S1l"
|
375
|
+
}
|
376
|
+
}
|
377
|
+
}
|
378
|
+
},
|
379
|
+
"ListAssociatedGroups": {
|
380
|
+
"http": {
|
381
|
+
"requestUri": "/resource/{resourceArn}/groups"
|
382
|
+
},
|
383
|
+
"input": {
|
384
|
+
"type": "structure",
|
385
|
+
"required": [
|
386
|
+
"ResourceArn"
|
387
|
+
],
|
388
|
+
"members": {
|
389
|
+
"NextToken": {},
|
390
|
+
"MaxResults": {
|
391
|
+
"type": "integer"
|
392
|
+
},
|
393
|
+
"ResourceArn": {
|
394
|
+
"location": "uri",
|
395
|
+
"locationName": "resourceArn"
|
396
|
+
}
|
397
|
+
}
|
398
|
+
},
|
399
|
+
"output": {
|
400
|
+
"type": "structure",
|
401
|
+
"members": {
|
402
|
+
"Groups": {
|
403
|
+
"shape": "S2q"
|
404
|
+
},
|
405
|
+
"NextToken": {}
|
406
|
+
}
|
407
|
+
}
|
408
|
+
},
|
409
|
+
"ListGroupResources": {
|
410
|
+
"http": {
|
411
|
+
"requestUri": "/group/{groupIdentifier}/resources"
|
412
|
+
},
|
413
|
+
"input": {
|
414
|
+
"type": "structure",
|
415
|
+
"required": [
|
416
|
+
"GroupIdentifier"
|
417
|
+
],
|
418
|
+
"members": {
|
419
|
+
"NextToken": {},
|
420
|
+
"MaxResults": {
|
421
|
+
"type": "integer"
|
422
|
+
},
|
423
|
+
"GroupIdentifier": {
|
424
|
+
"location": "uri",
|
425
|
+
"locationName": "groupIdentifier"
|
426
|
+
}
|
427
|
+
}
|
428
|
+
},
|
429
|
+
"output": {
|
430
|
+
"type": "structure",
|
431
|
+
"members": {
|
432
|
+
"Resources": {
|
433
|
+
"type": "list",
|
434
|
+
"member": {}
|
435
|
+
},
|
436
|
+
"NextToken": {}
|
437
|
+
}
|
438
|
+
}
|
439
|
+
},
|
440
|
+
"ListGroups": {
|
441
|
+
"http": {
|
442
|
+
"requestUri": "/groups"
|
443
|
+
},
|
444
|
+
"input": {
|
445
|
+
"type": "structure",
|
446
|
+
"members": {
|
447
|
+
"NextToken": {},
|
448
|
+
"MaxResults": {
|
449
|
+
"type": "integer"
|
450
|
+
}
|
451
|
+
}
|
452
|
+
},
|
453
|
+
"output": {
|
454
|
+
"type": "structure",
|
455
|
+
"members": {
|
456
|
+
"Groups": {
|
457
|
+
"shape": "S2q"
|
458
|
+
},
|
459
|
+
"NextToken": {}
|
460
|
+
}
|
461
|
+
}
|
462
|
+
},
|
258
463
|
"ListTagsForResource": {
|
259
464
|
"http": {
|
260
465
|
"method": "GET",
|
@@ -276,7 +481,7 @@
|
|
276
481
|
"type": "structure",
|
277
482
|
"members": {
|
278
483
|
"Tags": {
|
279
|
-
"shape": "
|
484
|
+
"shape": "Sr"
|
280
485
|
}
|
281
486
|
}
|
282
487
|
}
|
@@ -339,7 +544,7 @@
|
|
339
544
|
"locationName": "resourceArn"
|
340
545
|
},
|
341
546
|
"Tags": {
|
342
|
-
"shape": "
|
547
|
+
"shape": "Sr"
|
343
548
|
}
|
344
549
|
}
|
345
550
|
},
|
@@ -393,15 +598,15 @@
|
|
393
598
|
"locationName": "name"
|
394
599
|
},
|
395
600
|
"Code": {
|
396
|
-
"shape": "
|
601
|
+
"shape": "S7"
|
397
602
|
},
|
398
603
|
"ExecutionRoleArn": {},
|
399
604
|
"RuntimeVersion": {},
|
400
605
|
"Schedule": {
|
401
|
-
"shape": "
|
606
|
+
"shape": "Sc"
|
402
607
|
},
|
403
608
|
"RunConfig": {
|
404
|
-
"shape": "
|
609
|
+
"shape": "Se"
|
405
610
|
},
|
406
611
|
"SuccessRetentionPeriodInDays": {
|
407
612
|
"type": "integer"
|
@@ -410,7 +615,7 @@
|
|
410
615
|
"type": "integer"
|
411
616
|
},
|
412
617
|
"VpcConfig": {
|
413
|
-
"shape": "
|
618
|
+
"shape": "Sm"
|
414
619
|
},
|
415
620
|
"VisualReference": {
|
416
621
|
"type": "structure",
|
@@ -419,14 +624,14 @@
|
|
419
624
|
],
|
420
625
|
"members": {
|
421
626
|
"BaseScreenshots": {
|
422
|
-
"shape": "
|
627
|
+
"shape": "S1d"
|
423
628
|
},
|
424
629
|
"BaseCanaryRunId": {}
|
425
630
|
}
|
426
631
|
},
|
427
632
|
"ArtifactS3Location": {},
|
428
633
|
"ArtifactConfig": {
|
429
|
-
"shape": "
|
634
|
+
"shape": "Su"
|
430
635
|
}
|
431
636
|
}
|
432
637
|
},
|
@@ -437,7 +642,7 @@
|
|
437
642
|
}
|
438
643
|
},
|
439
644
|
"shapes": {
|
440
|
-
"
|
645
|
+
"S7": {
|
441
646
|
"type": "structure",
|
442
647
|
"required": [
|
443
648
|
"Handler"
|
@@ -452,7 +657,7 @@
|
|
452
657
|
"Handler": {}
|
453
658
|
}
|
454
659
|
},
|
455
|
-
"
|
660
|
+
"Sc": {
|
456
661
|
"type": "structure",
|
457
662
|
"required": [
|
458
663
|
"Expression"
|
@@ -464,7 +669,7 @@
|
|
464
669
|
}
|
465
670
|
}
|
466
671
|
},
|
467
|
-
"
|
672
|
+
"Se": {
|
468
673
|
"type": "structure",
|
469
674
|
"members": {
|
470
675
|
"TimeoutInSeconds": {
|
@@ -483,46 +688,46 @@
|
|
483
688
|
}
|
484
689
|
}
|
485
690
|
},
|
486
|
-
"
|
691
|
+
"Sm": {
|
487
692
|
"type": "structure",
|
488
693
|
"members": {
|
489
694
|
"SubnetIds": {
|
490
|
-
"shape": "
|
695
|
+
"shape": "Sn"
|
491
696
|
},
|
492
697
|
"SecurityGroupIds": {
|
493
|
-
"shape": "
|
698
|
+
"shape": "Sp"
|
494
699
|
}
|
495
700
|
}
|
496
701
|
},
|
497
|
-
"
|
702
|
+
"Sn": {
|
498
703
|
"type": "list",
|
499
704
|
"member": {}
|
500
705
|
},
|
501
|
-
"
|
706
|
+
"Sp": {
|
502
707
|
"type": "list",
|
503
708
|
"member": {}
|
504
709
|
},
|
505
|
-
"
|
710
|
+
"Sr": {
|
506
711
|
"type": "map",
|
507
712
|
"key": {},
|
508
713
|
"value": {}
|
509
714
|
},
|
510
|
-
"
|
715
|
+
"Su": {
|
511
716
|
"type": "structure",
|
512
717
|
"members": {
|
513
718
|
"S3Encryption": {
|
514
|
-
"shape": "
|
719
|
+
"shape": "Sv"
|
515
720
|
}
|
516
721
|
}
|
517
722
|
},
|
518
|
-
"
|
723
|
+
"Sv": {
|
519
724
|
"type": "structure",
|
520
725
|
"members": {
|
521
726
|
"EncryptionMode": {},
|
522
727
|
"KmsKeyArn": {}
|
523
728
|
}
|
524
729
|
},
|
525
|
-
"
|
730
|
+
"Sz": {
|
526
731
|
"type": "structure",
|
527
732
|
"members": {
|
528
733
|
"Id": {},
|
@@ -597,10 +802,10 @@
|
|
597
802
|
"members": {
|
598
803
|
"VpcId": {},
|
599
804
|
"SubnetIds": {
|
600
|
-
"shape": "
|
805
|
+
"shape": "Sn"
|
601
806
|
},
|
602
807
|
"SecurityGroupIds": {
|
603
|
-
"shape": "
|
808
|
+
"shape": "Sp"
|
604
809
|
}
|
605
810
|
}
|
606
811
|
},
|
@@ -608,25 +813,25 @@
|
|
608
813
|
"type": "structure",
|
609
814
|
"members": {
|
610
815
|
"BaseScreenshots": {
|
611
|
-
"shape": "
|
816
|
+
"shape": "S1d"
|
612
817
|
},
|
613
818
|
"BaseCanaryRunId": {}
|
614
819
|
}
|
615
820
|
},
|
616
821
|
"Tags": {
|
617
|
-
"shape": "
|
822
|
+
"shape": "Sr"
|
618
823
|
},
|
619
824
|
"ArtifactConfig": {
|
620
825
|
"type": "structure",
|
621
826
|
"members": {
|
622
827
|
"S3Encryption": {
|
623
|
-
"shape": "
|
828
|
+
"shape": "Sv"
|
624
829
|
}
|
625
830
|
}
|
626
831
|
}
|
627
832
|
}
|
628
833
|
},
|
629
|
-
"
|
834
|
+
"S1d": {
|
630
835
|
"type": "list",
|
631
836
|
"member": {
|
632
837
|
"type": "structure",
|
@@ -642,7 +847,24 @@
|
|
642
847
|
}
|
643
848
|
}
|
644
849
|
},
|
645
|
-
"
|
850
|
+
"S1l": {
|
851
|
+
"type": "structure",
|
852
|
+
"members": {
|
853
|
+
"Id": {},
|
854
|
+
"Name": {},
|
855
|
+
"Arn": {},
|
856
|
+
"Tags": {
|
857
|
+
"shape": "Sr"
|
858
|
+
},
|
859
|
+
"CreatedTime": {
|
860
|
+
"type": "timestamp"
|
861
|
+
},
|
862
|
+
"LastModifiedTime": {
|
863
|
+
"type": "timestamp"
|
864
|
+
}
|
865
|
+
}
|
866
|
+
},
|
867
|
+
"S24": {
|
646
868
|
"type": "structure",
|
647
869
|
"members": {
|
648
870
|
"Id": {},
|
@@ -668,6 +890,17 @@
|
|
668
890
|
},
|
669
891
|
"ArtifactS3Location": {}
|
670
892
|
}
|
893
|
+
},
|
894
|
+
"S2q": {
|
895
|
+
"type": "list",
|
896
|
+
"member": {
|
897
|
+
"type": "structure",
|
898
|
+
"members": {
|
899
|
+
"Id": {},
|
900
|
+
"Name": {},
|
901
|
+
"Arn": {}
|
902
|
+
}
|
903
|
+
}
|
671
904
|
}
|
672
905
|
}
|
673
906
|
}
|
@@ -19,6 +19,21 @@
|
|
19
19
|
"input_token": "NextToken",
|
20
20
|
"limit_key": "MaxResults",
|
21
21
|
"output_token": "NextToken"
|
22
|
+
},
|
23
|
+
"ListAssociatedGroups": {
|
24
|
+
"input_token": "NextToken",
|
25
|
+
"limit_key": "MaxResults",
|
26
|
+
"output_token": "NextToken"
|
27
|
+
},
|
28
|
+
"ListGroupResources": {
|
29
|
+
"input_token": "NextToken",
|
30
|
+
"limit_key": "MaxResults",
|
31
|
+
"output_token": "NextToken"
|
32
|
+
},
|
33
|
+
"ListGroups": {
|
34
|
+
"input_token": "NextToken",
|
35
|
+
"limit_key": "MaxResults",
|
36
|
+
"output_token": "NextToken"
|
22
37
|
}
|
23
38
|
}
|
24
39
|
}
|
@@ -308,3 +308,4 @@ export import EMRServerless = require('./emrserverless');
|
|
308
308
|
export import M2 = require('./m2');
|
309
309
|
export import ConnectCampaigns = require('./connectcampaigns');
|
310
310
|
export import RedshiftServerless = require('./redshiftserverless');
|
311
|
+
export import RolesAnywhere = require('./rolesanywhere');
|
@@ -309,5 +309,6 @@ module.exports = {
|
|
309
309
|
EMRServerless: require('./emrserverless'),
|
310
310
|
M2: require('./m2'),
|
311
311
|
ConnectCampaigns: require('./connectcampaigns'),
|
312
|
-
RedshiftServerless: require('./redshiftserverless')
|
312
|
+
RedshiftServerless: require('./redshiftserverless'),
|
313
|
+
RolesAnywhere: require('./rolesanywhere')
|
313
314
|
};
|