cdk-comprehend-s3olap 2.0.16 → 2.0.19

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.
Files changed (38) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-comprehend-s3olap.js +2 -2
  3. package/lib/comprehend-lambdas.js +2 -2
  4. package/lib/iam-roles.js +4 -4
  5. package/node_modules/aws-sdk/CHANGELOG.md +11 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +69 -13
  8. package/node_modules/aws-sdk/apis/lookoutequipment-2020-12-15.min.json +54 -5
  9. package/node_modules/aws-sdk/apis/lookoutequipment-2020-12-15.paginators.json +5 -0
  10. package/node_modules/aws-sdk/apis/metadata.json +0 -3
  11. package/node_modules/aws-sdk/apis/mgn-2020-02-26.min.json +233 -44
  12. package/node_modules/aws-sdk/apis/mgn-2020-02-26.paginators.json +6 -0
  13. package/node_modules/aws-sdk/apis/migration-hub-refactor-spaces-2021-10-26.min.json +75 -25
  14. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +231 -182
  15. package/node_modules/aws-sdk/clients/all.d.ts +0 -1
  16. package/node_modules/aws-sdk/clients/all.js +0 -1
  17. package/node_modules/aws-sdk/clients/glue.d.ts +106 -2
  18. package/node_modules/aws-sdk/clients/lookoutequipment.d.ts +69 -1
  19. package/node_modules/aws-sdk/clients/mediaconvert.d.ts +1 -1
  20. package/node_modules/aws-sdk/clients/mgn.d.ts +218 -3
  21. package/node_modules/aws-sdk/clients/migrationhubrefactorspaces.d.ts +70 -8
  22. package/node_modules/aws-sdk/clients/rdsdataservice.d.ts +8 -8
  23. package/node_modules/aws-sdk/clients/sagemaker.d.ts +69 -8
  24. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  25. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +19 -54
  26. package/node_modules/aws-sdk/dist/aws-sdk.js +7 -8
  27. package/node_modules/aws-sdk/dist/aws-sdk.min.js +16 -16
  28. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +0 -2
  29. package/node_modules/aws-sdk/lib/core.js +1 -1
  30. package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +5 -1
  31. package/node_modules/aws-sdk/lib/dynamodb/document_client.js +4 -2
  32. package/node_modules/aws-sdk/package.json +1 -1
  33. package/package.json +5 -5
  34. package/node_modules/aws-sdk/apis/redshiftserverless-2021-04-21.examples.json +0 -5
  35. package/node_modules/aws-sdk/apis/redshiftserverless-2021-04-21.min.json +0 -1206
  36. package/node_modules/aws-sdk/apis/redshiftserverless-2021-04-21.paginators.json +0 -40
  37. package/node_modules/aws-sdk/clients/redshiftserverless.d.ts +0 -1525
  38. package/node_modules/aws-sdk/clients/redshiftserverless.js +0 -18
@@ -1,1206 +0,0 @@
1
- {
2
- "version": "2.0",
3
- "metadata": {
4
- "apiVersion": "2021-04-21",
5
- "endpointPrefix": "redshift-serverless",
6
- "jsonVersion": "1.1",
7
- "protocol": "json",
8
- "serviceFullName": "Redshift Serverless",
9
- "serviceId": "RedshiftServerless",
10
- "signatureVersion": "v4",
11
- "signingName": "redshift-serverless",
12
- "targetPrefix": "RedshiftServerless",
13
- "uid": "redshiftserverless-2021-04-21"
14
- },
15
- "operations": {
16
- "ConvertRecoveryPointToSnapshot": {
17
- "input": {
18
- "type": "structure",
19
- "required": [
20
- "recoveryPointId",
21
- "snapshotName"
22
- ],
23
- "members": {
24
- "recoveryPointId": {},
25
- "retentionPeriod": {
26
- "type": "integer"
27
- },
28
- "snapshotName": {}
29
- }
30
- },
31
- "output": {
32
- "type": "structure",
33
- "members": {
34
- "snapshot": {
35
- "shape": "S5"
36
- }
37
- }
38
- }
39
- },
40
- "CreateEndpointAccess": {
41
- "input": {
42
- "type": "structure",
43
- "required": [
44
- "endpointName",
45
- "subnetIds",
46
- "workgroupName"
47
- ],
48
- "members": {
49
- "endpointName": {},
50
- "subnetIds": {
51
- "shape": "Sd"
52
- },
53
- "vpcSecurityGroupIds": {
54
- "shape": "Sf"
55
- },
56
- "workgroupName": {}
57
- }
58
- },
59
- "output": {
60
- "type": "structure",
61
- "members": {
62
- "endpoint": {
63
- "shape": "Si"
64
- }
65
- }
66
- },
67
- "idempotent": true
68
- },
69
- "CreateNamespace": {
70
- "input": {
71
- "type": "structure",
72
- "required": [
73
- "namespaceName"
74
- ],
75
- "members": {
76
- "adminUserPassword": {
77
- "shape": "Sp"
78
- },
79
- "adminUsername": {
80
- "shape": "Sq"
81
- },
82
- "dbName": {},
83
- "defaultIamRoleArn": {},
84
- "iamRoles": {
85
- "shape": "Sr"
86
- },
87
- "kmsKeyId": {},
88
- "logExports": {
89
- "shape": "St"
90
- },
91
- "namespaceName": {},
92
- "tags": {
93
- "shape": "Sw"
94
- }
95
- }
96
- },
97
- "output": {
98
- "type": "structure",
99
- "members": {
100
- "namespace": {
101
- "shape": "S11"
102
- }
103
- }
104
- },
105
- "idempotent": true
106
- },
107
- "CreateSnapshot": {
108
- "input": {
109
- "type": "structure",
110
- "required": [
111
- "namespaceName",
112
- "snapshotName"
113
- ],
114
- "members": {
115
- "namespaceName": {},
116
- "retentionPeriod": {
117
- "type": "integer"
118
- },
119
- "snapshotName": {}
120
- }
121
- },
122
- "output": {
123
- "type": "structure",
124
- "members": {
125
- "snapshot": {
126
- "shape": "S5"
127
- }
128
- }
129
- },
130
- "idempotent": true
131
- },
132
- "CreateUsageLimit": {
133
- "input": {
134
- "type": "structure",
135
- "required": [
136
- "amount",
137
- "resourceArn",
138
- "usageType"
139
- ],
140
- "members": {
141
- "amount": {
142
- "type": "long"
143
- },
144
- "breachAction": {},
145
- "period": {},
146
- "resourceArn": {},
147
- "usageType": {}
148
- }
149
- },
150
- "output": {
151
- "type": "structure",
152
- "members": {
153
- "usageLimit": {
154
- "shape": "S1a"
155
- }
156
- }
157
- },
158
- "idempotent": true
159
- },
160
- "CreateWorkgroup": {
161
- "input": {
162
- "type": "structure",
163
- "required": [
164
- "namespaceName",
165
- "workgroupName"
166
- ],
167
- "members": {
168
- "baseCapacity": {
169
- "type": "integer"
170
- },
171
- "configParameters": {
172
- "shape": "S1c"
173
- },
174
- "enhancedVpcRouting": {
175
- "type": "boolean"
176
- },
177
- "namespaceName": {},
178
- "publiclyAccessible": {
179
- "type": "boolean"
180
- },
181
- "securityGroupIds": {
182
- "shape": "S1h"
183
- },
184
- "subnetIds": {
185
- "shape": "Sd"
186
- },
187
- "tags": {
188
- "shape": "Sw"
189
- },
190
- "workgroupName": {}
191
- }
192
- },
193
- "output": {
194
- "type": "structure",
195
- "members": {
196
- "workgroup": {
197
- "shape": "S1l"
198
- }
199
- }
200
- },
201
- "idempotent": true
202
- },
203
- "DeleteEndpointAccess": {
204
- "input": {
205
- "type": "structure",
206
- "required": [
207
- "endpointName"
208
- ],
209
- "members": {
210
- "endpointName": {}
211
- }
212
- },
213
- "output": {
214
- "type": "structure",
215
- "members": {
216
- "endpoint": {
217
- "shape": "Si"
218
- }
219
- }
220
- },
221
- "idempotent": true
222
- },
223
- "DeleteNamespace": {
224
- "input": {
225
- "type": "structure",
226
- "required": [
227
- "namespaceName"
228
- ],
229
- "members": {
230
- "finalSnapshotName": {},
231
- "finalSnapshotRetentionPeriod": {
232
- "type": "integer"
233
- },
234
- "namespaceName": {}
235
- }
236
- },
237
- "output": {
238
- "type": "structure",
239
- "required": [
240
- "namespace"
241
- ],
242
- "members": {
243
- "namespace": {
244
- "shape": "S11"
245
- }
246
- }
247
- },
248
- "idempotent": true
249
- },
250
- "DeleteResourcePolicy": {
251
- "input": {
252
- "type": "structure",
253
- "required": [
254
- "resourceArn"
255
- ],
256
- "members": {
257
- "resourceArn": {}
258
- }
259
- },
260
- "output": {
261
- "type": "structure",
262
- "members": {}
263
- }
264
- },
265
- "DeleteSnapshot": {
266
- "input": {
267
- "type": "structure",
268
- "required": [
269
- "snapshotName"
270
- ],
271
- "members": {
272
- "snapshotName": {}
273
- }
274
- },
275
- "output": {
276
- "type": "structure",
277
- "members": {
278
- "snapshot": {
279
- "shape": "S5"
280
- }
281
- }
282
- },
283
- "idempotent": true
284
- },
285
- "DeleteUsageLimit": {
286
- "input": {
287
- "type": "structure",
288
- "required": [
289
- "usageLimitId"
290
- ],
291
- "members": {
292
- "usageLimitId": {}
293
- }
294
- },
295
- "output": {
296
- "type": "structure",
297
- "members": {
298
- "usageLimit": {
299
- "shape": "S1a"
300
- }
301
- }
302
- },
303
- "idempotent": true
304
- },
305
- "DeleteWorkgroup": {
306
- "input": {
307
- "type": "structure",
308
- "required": [
309
- "workgroupName"
310
- ],
311
- "members": {
312
- "workgroupName": {}
313
- }
314
- },
315
- "output": {
316
- "type": "structure",
317
- "required": [
318
- "workgroup"
319
- ],
320
- "members": {
321
- "workgroup": {
322
- "shape": "S1l"
323
- }
324
- }
325
- },
326
- "idempotent": true
327
- },
328
- "GetCredentials": {
329
- "input": {
330
- "type": "structure",
331
- "required": [
332
- "workgroupName"
333
- ],
334
- "members": {
335
- "dbName": {},
336
- "durationSeconds": {
337
- "type": "integer"
338
- },
339
- "workgroupName": {}
340
- }
341
- },
342
- "output": {
343
- "type": "structure",
344
- "members": {
345
- "dbPassword": {
346
- "shape": "Sp"
347
- },
348
- "dbUser": {
349
- "shape": "Sq"
350
- },
351
- "expiration": {
352
- "type": "timestamp"
353
- },
354
- "nextRefreshTime": {
355
- "type": "timestamp"
356
- }
357
- }
358
- }
359
- },
360
- "GetEndpointAccess": {
361
- "input": {
362
- "type": "structure",
363
- "required": [
364
- "endpointName"
365
- ],
366
- "members": {
367
- "endpointName": {}
368
- }
369
- },
370
- "output": {
371
- "type": "structure",
372
- "members": {
373
- "endpoint": {
374
- "shape": "Si"
375
- }
376
- }
377
- }
378
- },
379
- "GetNamespace": {
380
- "input": {
381
- "type": "structure",
382
- "required": [
383
- "namespaceName"
384
- ],
385
- "members": {
386
- "namespaceName": {}
387
- }
388
- },
389
- "output": {
390
- "type": "structure",
391
- "required": [
392
- "namespace"
393
- ],
394
- "members": {
395
- "namespace": {
396
- "shape": "S11"
397
- }
398
- }
399
- }
400
- },
401
- "GetRecoveryPoint": {
402
- "input": {
403
- "type": "structure",
404
- "required": [
405
- "recoveryPointId"
406
- ],
407
- "members": {
408
- "recoveryPointId": {}
409
- }
410
- },
411
- "output": {
412
- "type": "structure",
413
- "members": {
414
- "recoveryPoint": {
415
- "shape": "S2b"
416
- }
417
- }
418
- }
419
- },
420
- "GetResourcePolicy": {
421
- "input": {
422
- "type": "structure",
423
- "required": [
424
- "resourceArn"
425
- ],
426
- "members": {
427
- "resourceArn": {}
428
- }
429
- },
430
- "output": {
431
- "type": "structure",
432
- "members": {
433
- "resourcePolicy": {
434
- "shape": "S2e"
435
- }
436
- }
437
- }
438
- },
439
- "GetSnapshot": {
440
- "input": {
441
- "type": "structure",
442
- "members": {
443
- "ownerAccount": {},
444
- "snapshotArn": {},
445
- "snapshotName": {}
446
- }
447
- },
448
- "output": {
449
- "type": "structure",
450
- "members": {
451
- "snapshot": {
452
- "shape": "S5"
453
- }
454
- }
455
- }
456
- },
457
- "GetUsageLimit": {
458
- "input": {
459
- "type": "structure",
460
- "required": [
461
- "usageLimitId"
462
- ],
463
- "members": {
464
- "usageLimitId": {}
465
- }
466
- },
467
- "output": {
468
- "type": "structure",
469
- "members": {
470
- "usageLimit": {
471
- "shape": "S1a"
472
- }
473
- }
474
- }
475
- },
476
- "GetWorkgroup": {
477
- "input": {
478
- "type": "structure",
479
- "required": [
480
- "workgroupName"
481
- ],
482
- "members": {
483
- "workgroupName": {}
484
- }
485
- },
486
- "output": {
487
- "type": "structure",
488
- "required": [
489
- "workgroup"
490
- ],
491
- "members": {
492
- "workgroup": {
493
- "shape": "S1l"
494
- }
495
- }
496
- }
497
- },
498
- "ListEndpointAccess": {
499
- "input": {
500
- "type": "structure",
501
- "members": {
502
- "maxResults": {
503
- "type": "integer"
504
- },
505
- "nextToken": {},
506
- "vpcId": {},
507
- "workgroupName": {}
508
- }
509
- },
510
- "output": {
511
- "type": "structure",
512
- "required": [
513
- "endpoints"
514
- ],
515
- "members": {
516
- "endpoints": {
517
- "type": "list",
518
- "member": {
519
- "shape": "Si"
520
- }
521
- },
522
- "nextToken": {}
523
- }
524
- }
525
- },
526
- "ListNamespaces": {
527
- "input": {
528
- "type": "structure",
529
- "members": {
530
- "maxResults": {
531
- "type": "integer"
532
- },
533
- "nextToken": {}
534
- }
535
- },
536
- "output": {
537
- "type": "structure",
538
- "required": [
539
- "namespaces"
540
- ],
541
- "members": {
542
- "namespaces": {
543
- "type": "list",
544
- "member": {
545
- "shape": "S11"
546
- }
547
- },
548
- "nextToken": {}
549
- }
550
- }
551
- },
552
- "ListRecoveryPoints": {
553
- "input": {
554
- "type": "structure",
555
- "members": {
556
- "endTime": {
557
- "type": "timestamp"
558
- },
559
- "maxResults": {
560
- "type": "integer"
561
- },
562
- "namespaceName": {},
563
- "nextToken": {},
564
- "startTime": {
565
- "type": "timestamp"
566
- }
567
- }
568
- },
569
- "output": {
570
- "type": "structure",
571
- "members": {
572
- "nextToken": {},
573
- "recoveryPoints": {
574
- "type": "list",
575
- "member": {
576
- "shape": "S2b"
577
- }
578
- }
579
- }
580
- }
581
- },
582
- "ListSnapshots": {
583
- "input": {
584
- "type": "structure",
585
- "members": {
586
- "endTime": {
587
- "type": "timestamp"
588
- },
589
- "maxResults": {
590
- "type": "integer"
591
- },
592
- "namespaceArn": {},
593
- "namespaceName": {},
594
- "nextToken": {},
595
- "ownerAccount": {},
596
- "startTime": {
597
- "type": "timestamp"
598
- }
599
- }
600
- },
601
- "output": {
602
- "type": "structure",
603
- "members": {
604
- "nextToken": {},
605
- "snapshots": {
606
- "type": "list",
607
- "member": {
608
- "shape": "S5"
609
- }
610
- }
611
- }
612
- }
613
- },
614
- "ListTagsForResource": {
615
- "input": {
616
- "type": "structure",
617
- "required": [
618
- "resourceArn"
619
- ],
620
- "members": {
621
- "resourceArn": {}
622
- }
623
- },
624
- "output": {
625
- "type": "structure",
626
- "members": {
627
- "tags": {
628
- "shape": "Sw"
629
- }
630
- }
631
- }
632
- },
633
- "ListUsageLimits": {
634
- "input": {
635
- "type": "structure",
636
- "members": {
637
- "maxResults": {
638
- "type": "integer"
639
- },
640
- "nextToken": {},
641
- "resourceArn": {},
642
- "usageType": {}
643
- }
644
- },
645
- "output": {
646
- "type": "structure",
647
- "members": {
648
- "nextToken": {},
649
- "usageLimits": {
650
- "type": "list",
651
- "member": {
652
- "shape": "S1a"
653
- }
654
- }
655
- }
656
- }
657
- },
658
- "ListWorkgroups": {
659
- "input": {
660
- "type": "structure",
661
- "members": {
662
- "maxResults": {
663
- "type": "integer"
664
- },
665
- "nextToken": {}
666
- }
667
- },
668
- "output": {
669
- "type": "structure",
670
- "required": [
671
- "workgroups"
672
- ],
673
- "members": {
674
- "nextToken": {},
675
- "workgroups": {
676
- "type": "list",
677
- "member": {
678
- "shape": "S1l"
679
- }
680
- }
681
- }
682
- }
683
- },
684
- "PutResourcePolicy": {
685
- "input": {
686
- "type": "structure",
687
- "required": [
688
- "policy",
689
- "resourceArn"
690
- ],
691
- "members": {
692
- "policy": {},
693
- "resourceArn": {}
694
- }
695
- },
696
- "output": {
697
- "type": "structure",
698
- "members": {
699
- "resourcePolicy": {
700
- "shape": "S2e"
701
- }
702
- }
703
- }
704
- },
705
- "RestoreFromRecoveryPoint": {
706
- "input": {
707
- "type": "structure",
708
- "required": [
709
- "namespaceName",
710
- "recoveryPointId",
711
- "workgroupName"
712
- ],
713
- "members": {
714
- "namespaceName": {},
715
- "recoveryPointId": {},
716
- "workgroupName": {}
717
- }
718
- },
719
- "output": {
720
- "type": "structure",
721
- "members": {
722
- "namespace": {
723
- "shape": "S11"
724
- },
725
- "recoveryPointId": {}
726
- }
727
- }
728
- },
729
- "RestoreFromSnapshot": {
730
- "input": {
731
- "type": "structure",
732
- "required": [
733
- "namespaceName",
734
- "workgroupName"
735
- ],
736
- "members": {
737
- "namespaceName": {},
738
- "ownerAccount": {},
739
- "snapshotArn": {},
740
- "snapshotName": {},
741
- "workgroupName": {}
742
- }
743
- },
744
- "output": {
745
- "type": "structure",
746
- "members": {
747
- "namespace": {
748
- "shape": "S11"
749
- },
750
- "ownerAccount": {},
751
- "snapshotName": {}
752
- }
753
- },
754
- "idempotent": true
755
- },
756
- "TagResource": {
757
- "input": {
758
- "type": "structure",
759
- "required": [
760
- "resourceArn",
761
- "tags"
762
- ],
763
- "members": {
764
- "resourceArn": {},
765
- "tags": {
766
- "shape": "Sw"
767
- }
768
- }
769
- },
770
- "output": {
771
- "type": "structure",
772
- "members": {}
773
- }
774
- },
775
- "UntagResource": {
776
- "input": {
777
- "type": "structure",
778
- "required": [
779
- "resourceArn",
780
- "tagKeys"
781
- ],
782
- "members": {
783
- "resourceArn": {},
784
- "tagKeys": {
785
- "type": "list",
786
- "member": {}
787
- }
788
- }
789
- },
790
- "output": {
791
- "type": "structure",
792
- "members": {}
793
- }
794
- },
795
- "UpdateEndpointAccess": {
796
- "input": {
797
- "type": "structure",
798
- "required": [
799
- "endpointName"
800
- ],
801
- "members": {
802
- "endpointName": {},
803
- "vpcSecurityGroupIds": {
804
- "shape": "Sf"
805
- }
806
- }
807
- },
808
- "output": {
809
- "type": "structure",
810
- "members": {
811
- "endpoint": {
812
- "shape": "Si"
813
- }
814
- }
815
- }
816
- },
817
- "UpdateNamespace": {
818
- "input": {
819
- "type": "structure",
820
- "required": [
821
- "namespaceName"
822
- ],
823
- "members": {
824
- "adminUserPassword": {
825
- "shape": "Sp"
826
- },
827
- "adminUsername": {
828
- "shape": "Sq"
829
- },
830
- "defaultIamRoleArn": {},
831
- "iamRoles": {
832
- "shape": "Sr"
833
- },
834
- "kmsKeyId": {},
835
- "logExports": {
836
- "shape": "St"
837
- },
838
- "namespaceName": {}
839
- }
840
- },
841
- "output": {
842
- "type": "structure",
843
- "required": [
844
- "namespace"
845
- ],
846
- "members": {
847
- "namespace": {
848
- "shape": "S11"
849
- }
850
- }
851
- }
852
- },
853
- "UpdateSnapshot": {
854
- "input": {
855
- "type": "structure",
856
- "required": [
857
- "snapshotName"
858
- ],
859
- "members": {
860
- "retentionPeriod": {
861
- "type": "integer"
862
- },
863
- "snapshotName": {}
864
- }
865
- },
866
- "output": {
867
- "type": "structure",
868
- "members": {
869
- "snapshot": {
870
- "shape": "S5"
871
- }
872
- }
873
- }
874
- },
875
- "UpdateUsageLimit": {
876
- "input": {
877
- "type": "structure",
878
- "required": [
879
- "usageLimitId"
880
- ],
881
- "members": {
882
- "amount": {
883
- "type": "long"
884
- },
885
- "breachAction": {},
886
- "usageLimitId": {}
887
- }
888
- },
889
- "output": {
890
- "type": "structure",
891
- "members": {
892
- "usageLimit": {
893
- "shape": "S1a"
894
- }
895
- }
896
- }
897
- },
898
- "UpdateWorkgroup": {
899
- "input": {
900
- "type": "structure",
901
- "required": [
902
- "workgroupName"
903
- ],
904
- "members": {
905
- "baseCapacity": {
906
- "type": "integer"
907
- },
908
- "configParameters": {
909
- "shape": "S1c"
910
- },
911
- "enhancedVpcRouting": {
912
- "type": "boolean"
913
- },
914
- "publiclyAccessible": {
915
- "type": "boolean"
916
- },
917
- "securityGroupIds": {
918
- "shape": "S1h"
919
- },
920
- "subnetIds": {
921
- "shape": "Sd"
922
- },
923
- "workgroupName": {}
924
- }
925
- },
926
- "output": {
927
- "type": "structure",
928
- "required": [
929
- "workgroup"
930
- ],
931
- "members": {
932
- "workgroup": {
933
- "shape": "S1l"
934
- }
935
- }
936
- }
937
- }
938
- },
939
- "shapes": {
940
- "S5": {
941
- "type": "structure",
942
- "members": {
943
- "accountsWithProvisionedRestoreAccess": {
944
- "shape": "S6"
945
- },
946
- "accountsWithRestoreAccess": {
947
- "shape": "S6"
948
- },
949
- "actualIncrementalBackupSizeInMegaBytes": {
950
- "type": "double"
951
- },
952
- "adminUsername": {},
953
- "backupProgressInMegaBytes": {
954
- "type": "double"
955
- },
956
- "currentBackupRateInMegaBytesPerSecond": {
957
- "type": "double"
958
- },
959
- "elapsedTimeInSeconds": {
960
- "type": "long"
961
- },
962
- "estimatedSecondsToCompletion": {
963
- "type": "long"
964
- },
965
- "kmsKeyId": {},
966
- "namespaceArn": {},
967
- "namespaceName": {},
968
- "ownerAccount": {},
969
- "snapshotArn": {},
970
- "snapshotCreateTime": {
971
- "shape": "Sa"
972
- },
973
- "snapshotName": {},
974
- "snapshotRemainingDays": {
975
- "type": "integer"
976
- },
977
- "snapshotRetentionPeriod": {
978
- "type": "integer"
979
- },
980
- "snapshotRetentionStartTime": {
981
- "shape": "Sa"
982
- },
983
- "status": {},
984
- "totalBackupSizeInMegaBytes": {
985
- "type": "double"
986
- }
987
- }
988
- },
989
- "S6": {
990
- "type": "list",
991
- "member": {}
992
- },
993
- "Sa": {
994
- "type": "timestamp",
995
- "timestampFormat": "iso8601"
996
- },
997
- "Sd": {
998
- "type": "list",
999
- "member": {}
1000
- },
1001
- "Sf": {
1002
- "type": "list",
1003
- "member": {}
1004
- },
1005
- "Si": {
1006
- "type": "structure",
1007
- "members": {
1008
- "address": {},
1009
- "endpointArn": {},
1010
- "endpointCreateTime": {
1011
- "shape": "Sa"
1012
- },
1013
- "endpointName": {},
1014
- "endpointStatus": {},
1015
- "port": {
1016
- "type": "integer"
1017
- },
1018
- "subnetIds": {
1019
- "shape": "Sd"
1020
- },
1021
- "vpcEndpoint": {
1022
- "shape": "Sj"
1023
- },
1024
- "vpcSecurityGroups": {
1025
- "type": "list",
1026
- "member": {
1027
- "type": "structure",
1028
- "members": {
1029
- "status": {},
1030
- "vpcSecurityGroupId": {}
1031
- }
1032
- }
1033
- },
1034
- "workgroupName": {}
1035
- }
1036
- },
1037
- "Sj": {
1038
- "type": "structure",
1039
- "members": {
1040
- "networkInterfaces": {
1041
- "type": "list",
1042
- "member": {
1043
- "type": "structure",
1044
- "members": {
1045
- "availabilityZone": {},
1046
- "networkInterfaceId": {},
1047
- "privateIpAddress": {},
1048
- "subnetId": {}
1049
- }
1050
- }
1051
- },
1052
- "vpcEndpointId": {},
1053
- "vpcId": {}
1054
- }
1055
- },
1056
- "Sp": {
1057
- "type": "string",
1058
- "sensitive": true
1059
- },
1060
- "Sq": {
1061
- "type": "string",
1062
- "sensitive": true
1063
- },
1064
- "Sr": {
1065
- "type": "list",
1066
- "member": {}
1067
- },
1068
- "St": {
1069
- "type": "list",
1070
- "member": {}
1071
- },
1072
- "Sw": {
1073
- "type": "list",
1074
- "member": {
1075
- "type": "structure",
1076
- "required": [
1077
- "key",
1078
- "value"
1079
- ],
1080
- "members": {
1081
- "key": {},
1082
- "value": {}
1083
- }
1084
- }
1085
- },
1086
- "S11": {
1087
- "type": "structure",
1088
- "members": {
1089
- "adminUsername": {
1090
- "shape": "Sq"
1091
- },
1092
- "creationDate": {
1093
- "shape": "Sa"
1094
- },
1095
- "dbName": {},
1096
- "defaultIamRoleArn": {},
1097
- "iamRoles": {
1098
- "shape": "Sr"
1099
- },
1100
- "kmsKeyId": {},
1101
- "logExports": {
1102
- "shape": "St"
1103
- },
1104
- "namespaceArn": {},
1105
- "namespaceId": {},
1106
- "namespaceName": {},
1107
- "status": {}
1108
- }
1109
- },
1110
- "S1a": {
1111
- "type": "structure",
1112
- "members": {
1113
- "amount": {
1114
- "type": "long"
1115
- },
1116
- "breachAction": {},
1117
- "period": {},
1118
- "resourceArn": {},
1119
- "usageLimitArn": {},
1120
- "usageLimitId": {},
1121
- "usageType": {}
1122
- }
1123
- },
1124
- "S1c": {
1125
- "type": "list",
1126
- "member": {
1127
- "type": "structure",
1128
- "members": {
1129
- "parameterKey": {},
1130
- "parameterValue": {}
1131
- }
1132
- }
1133
- },
1134
- "S1h": {
1135
- "type": "list",
1136
- "member": {}
1137
- },
1138
- "S1l": {
1139
- "type": "structure",
1140
- "members": {
1141
- "baseCapacity": {
1142
- "type": "integer"
1143
- },
1144
- "configParameters": {
1145
- "shape": "S1c"
1146
- },
1147
- "creationDate": {
1148
- "shape": "Sa"
1149
- },
1150
- "endpoint": {
1151
- "type": "structure",
1152
- "members": {
1153
- "address": {},
1154
- "port": {
1155
- "type": "integer"
1156
- },
1157
- "vpcEndpoints": {
1158
- "type": "list",
1159
- "member": {
1160
- "shape": "Sj"
1161
- }
1162
- }
1163
- }
1164
- },
1165
- "enhancedVpcRouting": {
1166
- "type": "boolean"
1167
- },
1168
- "namespaceName": {},
1169
- "publiclyAccessible": {
1170
- "type": "boolean"
1171
- },
1172
- "securityGroupIds": {
1173
- "shape": "S1h"
1174
- },
1175
- "status": {},
1176
- "subnetIds": {
1177
- "shape": "Sd"
1178
- },
1179
- "workgroupArn": {},
1180
- "workgroupId": {},
1181
- "workgroupName": {}
1182
- }
1183
- },
1184
- "S2b": {
1185
- "type": "structure",
1186
- "members": {
1187
- "namespaceName": {},
1188
- "recoveryPointCreateTime": {
1189
- "shape": "Sa"
1190
- },
1191
- "recoveryPointId": {},
1192
- "totalSizeInMegaBytes": {
1193
- "type": "double"
1194
- },
1195
- "workgroupName": {}
1196
- }
1197
- },
1198
- "S2e": {
1199
- "type": "structure",
1200
- "members": {
1201
- "policy": {},
1202
- "resourceArn": {}
1203
- }
1204
- }
1205
- }
1206
- }