aws-sdk 2.875.0 → 2.879.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/CHANGELOG.md +47 -1
- package/README.md +1 -1
- package/apis/batch-2016-08-10.min.json +74 -53
- package/apis/cloud9-2017-09-23.examples.json +1 -1
- package/apis/cloud9-2017-09-23.min.json +48 -14
- package/apis/cloudformation-2010-05-15.min.json +50 -48
- package/apis/cloudhsm-2014-05-30.min.json +18 -51
- package/apis/cognito-sync-2014-06-30.examples.json +5 -0
- package/apis/cognito-sync-2014-06-30.min.json +2 -3
- package/apis/cognito-sync-2014-06-30.paginators.json +4 -0
- package/apis/comprehend-2017-11-27.min.json +12 -6
- package/apis/config-2014-11-12.min.json +238 -128
- package/apis/databrew-2017-07-25.min.json +154 -60
- package/apis/datapipeline-2012-10-29.examples.json +5 -0
- package/apis/datapipeline-2012-10-29.min.json +1 -1
- package/apis/datapipeline-2012-10-29.paginators.json +10 -10
- package/apis/detective-2018-10-26.min.json +114 -18
- package/apis/directconnect-2012-10-25.min.json +151 -52
- package/apis/ec2-2016-11-15.min.json +831 -625
- package/apis/ec2-2016-11-15.paginators.json +6 -0
- package/apis/ec2-2016-11-15.waiters2.json +1 -1
- package/apis/ec2-instance-connect-2018-04-02.min.json +25 -0
- package/apis/fms-2018-01-01.min.json +41 -7
- package/apis/frauddetector-2019-11-15.min.json +158 -54
- package/apis/frauddetector-2019-11-15.paginators.json +5 -0
- package/apis/imagebuilder-2019-12-02.min.json +141 -111
- package/apis/iot-2015-05-28.min.json +20 -15
- package/apis/iotwireless-2020-11-22.min.json +43 -2
- package/apis/kendra-2019-02-03.min.json +38 -36
- package/apis/lightsail-2016-11-28.min.json +121 -114
- package/apis/machinelearning-2014-12-12.examples.json +5 -0
- package/apis/machinelearning-2014-12-12.min.json +3 -4
- package/apis/machinelearning-2014-12-12.paginators.json +5 -5
- package/apis/mediaconvert-2017-08-29.min.json +122 -83
- package/apis/mediapackage-2017-10-12.min.json +64 -48
- package/apis/monitoring-2010-08-01.min.json +208 -38
- package/apis/monitoring-2010-08-01.paginators.json +5 -0
- package/apis/pinpoint-2016-12-01.min.json +15 -2
- package/apis/pricing-2017-10-15.examples.json +1 -0
- package/apis/redshift-2012-12-01.min.json +398 -191
- package/apis/route53resolver-2018-04-01.min.json +791 -89
- package/apis/route53resolver-2018-04-01.paginators.json +36 -0
- package/apis/runtime.lex-2016-11-28.min.json +29 -3
- package/apis/sagemaker-2017-07-24.min.json +141 -112
- package/apis/wafv2-2019-07-29.min.json +196 -89
- package/apis/workmail-2017-10-01.min.json +247 -30
- package/clients/batch.d.ts +41 -3
- package/clients/cloud9.d.ts +22 -12
- package/clients/cloudformation.d.ts +4 -0
- package/clients/cloudwatch.d.ts +222 -3
- package/clients/cognitosync.d.ts +20 -20
- package/clients/cognitosync.js +1 -0
- package/clients/comprehend.d.ts +24 -0
- package/clients/configservice.d.ts +182 -10
- package/clients/databrew.d.ts +145 -25
- package/clients/detective.d.ts +74 -0
- package/clients/directconnect.d.ts +161 -2
- package/clients/ec2.d.ts +239 -14
- package/clients/ec2instanceconnect.d.ts +41 -8
- package/clients/fms.d.ts +63 -2
- package/clients/frauddetector.d.ts +174 -0
- package/clients/imagebuilder.d.ts +378 -340
- package/clients/iot.d.ts +5 -0
- package/clients/iotwireless.d.ts +75 -0
- package/clients/kendra.d.ts +27 -17
- package/clients/lexmodelbuildingservice.d.ts +1 -1
- package/clients/lexruntime.d.ts +17 -3
- package/clients/lightsail.d.ts +17 -2
- package/clients/machinelearning.d.ts +71 -71
- package/clients/mediaconvert.d.ts +70 -11
- package/clients/mediapackage.d.ts +13 -0
- package/clients/pinpoint.d.ts +23 -3
- package/clients/redshift.d.ts +275 -0
- package/clients/route53resolver.d.ts +1093 -57
- package/clients/sagemaker.d.ts +76 -44
- package/clients/transcribeservice.d.ts +1 -1
- package/clients/wafv2.d.ts +126 -3
- package/clients/workmail.d.ts +294 -0
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +1868 -1835
- package/dist/aws-sdk.js +2415 -1583
- package/dist/aws-sdk.min.js +80 -80
- package/lib/core.js +1 -1
- package/lib/event_listeners.js +1 -1
- package/lib/http/node.js +1 -1
- package/lib/services/s3.js +31 -8
- package/lib/services/s3control.js +18 -15
- package/lib/services/s3util.js +10 -10
- package/package.json +1 -1
- package/scripts/region-checker/allowlist.js +12 -12
|
@@ -56,6 +56,25 @@
|
|
|
56
56
|
}
|
|
57
57
|
}
|
|
58
58
|
},
|
|
59
|
+
"AuthorizeEndpointAccess": {
|
|
60
|
+
"input": {
|
|
61
|
+
"type": "structure",
|
|
62
|
+
"required": [
|
|
63
|
+
"Account"
|
|
64
|
+
],
|
|
65
|
+
"members": {
|
|
66
|
+
"ClusterIdentifier": {},
|
|
67
|
+
"Account": {},
|
|
68
|
+
"VpcIds": {
|
|
69
|
+
"shape": "Sl"
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
},
|
|
73
|
+
"output": {
|
|
74
|
+
"shape": "Sm",
|
|
75
|
+
"resultWrapper": "AuthorizeEndpointAccessResult"
|
|
76
|
+
}
|
|
77
|
+
},
|
|
59
78
|
"AuthorizeSnapshotAccess": {
|
|
60
79
|
"input": {
|
|
61
80
|
"type": "structure",
|
|
@@ -74,7 +93,7 @@
|
|
|
74
93
|
"type": "structure",
|
|
75
94
|
"members": {
|
|
76
95
|
"Snapshot": {
|
|
77
|
-
"shape": "
|
|
96
|
+
"shape": "Sr"
|
|
78
97
|
}
|
|
79
98
|
}
|
|
80
99
|
}
|
|
@@ -89,7 +108,7 @@
|
|
|
89
108
|
"Identifiers": {
|
|
90
109
|
"type": "list",
|
|
91
110
|
"member": {
|
|
92
|
-
"shape": "
|
|
111
|
+
"shape": "Sz",
|
|
93
112
|
"locationName": "DeleteClusterSnapshotMessage"
|
|
94
113
|
}
|
|
95
114
|
}
|
|
@@ -100,12 +119,12 @@
|
|
|
100
119
|
"type": "structure",
|
|
101
120
|
"members": {
|
|
102
121
|
"Resources": {
|
|
103
|
-
"shape": "
|
|
122
|
+
"shape": "S11"
|
|
104
123
|
},
|
|
105
124
|
"Errors": {
|
|
106
125
|
"type": "list",
|
|
107
126
|
"member": {
|
|
108
|
-
"shape": "
|
|
127
|
+
"shape": "S13",
|
|
109
128
|
"locationName": "SnapshotErrorMessage"
|
|
110
129
|
}
|
|
111
130
|
}
|
|
@@ -120,7 +139,7 @@
|
|
|
120
139
|
],
|
|
121
140
|
"members": {
|
|
122
141
|
"SnapshotIdentifierList": {
|
|
123
|
-
"shape": "
|
|
142
|
+
"shape": "S11"
|
|
124
143
|
},
|
|
125
144
|
"ManualSnapshotRetentionPeriod": {
|
|
126
145
|
"type": "integer"
|
|
@@ -135,12 +154,12 @@
|
|
|
135
154
|
"type": "structure",
|
|
136
155
|
"members": {
|
|
137
156
|
"Resources": {
|
|
138
|
-
"shape": "
|
|
157
|
+
"shape": "S11"
|
|
139
158
|
},
|
|
140
159
|
"Errors": {
|
|
141
160
|
"type": "list",
|
|
142
161
|
"member": {
|
|
143
|
-
"shape": "
|
|
162
|
+
"shape": "S13",
|
|
144
163
|
"locationName": "SnapshotErrorMessage"
|
|
145
164
|
}
|
|
146
165
|
}
|
|
@@ -158,7 +177,7 @@
|
|
|
158
177
|
}
|
|
159
178
|
},
|
|
160
179
|
"output": {
|
|
161
|
-
"shape": "
|
|
180
|
+
"shape": "S18",
|
|
162
181
|
"resultWrapper": "CancelResizeResult"
|
|
163
182
|
}
|
|
164
183
|
},
|
|
@@ -183,7 +202,7 @@
|
|
|
183
202
|
"type": "structure",
|
|
184
203
|
"members": {
|
|
185
204
|
"Snapshot": {
|
|
186
|
-
"shape": "
|
|
205
|
+
"shape": "Sr"
|
|
187
206
|
}
|
|
188
207
|
}
|
|
189
208
|
}
|
|
@@ -205,10 +224,10 @@
|
|
|
205
224
|
"MasterUsername": {},
|
|
206
225
|
"MasterUserPassword": {},
|
|
207
226
|
"ClusterSecurityGroups": {
|
|
208
|
-
"shape": "
|
|
227
|
+
"shape": "S1h"
|
|
209
228
|
},
|
|
210
229
|
"VpcSecurityGroupIds": {
|
|
211
|
-
"shape": "
|
|
230
|
+
"shape": "S1i"
|
|
212
231
|
},
|
|
213
232
|
"ClusterSubnetGroupName": {},
|
|
214
233
|
"AvailabilityZone": {},
|
|
@@ -248,7 +267,7 @@
|
|
|
248
267
|
},
|
|
249
268
|
"AdditionalInfo": {},
|
|
250
269
|
"IamRoles": {
|
|
251
|
-
"shape": "
|
|
270
|
+
"shape": "S1k"
|
|
252
271
|
},
|
|
253
272
|
"MaintenanceTrackName": {},
|
|
254
273
|
"SnapshotScheduleIdentifier": {},
|
|
@@ -262,7 +281,7 @@
|
|
|
262
281
|
"type": "structure",
|
|
263
282
|
"members": {
|
|
264
283
|
"Cluster": {
|
|
265
|
-
"shape": "
|
|
284
|
+
"shape": "S1m"
|
|
266
285
|
}
|
|
267
286
|
}
|
|
268
287
|
}
|
|
@@ -289,7 +308,7 @@
|
|
|
289
308
|
"type": "structure",
|
|
290
309
|
"members": {
|
|
291
310
|
"ClusterParameterGroup": {
|
|
292
|
-
"shape": "
|
|
311
|
+
"shape": "S2h"
|
|
293
312
|
}
|
|
294
313
|
}
|
|
295
314
|
}
|
|
@@ -342,7 +361,7 @@
|
|
|
342
361
|
"type": "structure",
|
|
343
362
|
"members": {
|
|
344
363
|
"Snapshot": {
|
|
345
|
-
"shape": "
|
|
364
|
+
"shape": "Sr"
|
|
346
365
|
}
|
|
347
366
|
}
|
|
348
367
|
}
|
|
@@ -359,7 +378,7 @@
|
|
|
359
378
|
"ClusterSubnetGroupName": {},
|
|
360
379
|
"Description": {},
|
|
361
380
|
"SubnetIds": {
|
|
362
|
-
"shape": "
|
|
381
|
+
"shape": "S2n"
|
|
363
382
|
},
|
|
364
383
|
"Tags": {
|
|
365
384
|
"shape": "Sg"
|
|
@@ -371,9 +390,31 @@
|
|
|
371
390
|
"type": "structure",
|
|
372
391
|
"members": {
|
|
373
392
|
"ClusterSubnetGroup": {
|
|
374
|
-
"shape": "
|
|
393
|
+
"shape": "S2p"
|
|
394
|
+
}
|
|
395
|
+
}
|
|
396
|
+
}
|
|
397
|
+
},
|
|
398
|
+
"CreateEndpointAccess": {
|
|
399
|
+
"input": {
|
|
400
|
+
"type": "structure",
|
|
401
|
+
"required": [
|
|
402
|
+
"EndpointName",
|
|
403
|
+
"SubnetGroupName"
|
|
404
|
+
],
|
|
405
|
+
"members": {
|
|
406
|
+
"ClusterIdentifier": {},
|
|
407
|
+
"ResourceOwner": {},
|
|
408
|
+
"EndpointName": {},
|
|
409
|
+
"SubnetGroupName": {},
|
|
410
|
+
"VpcSecurityGroupIds": {
|
|
411
|
+
"shape": "S1i"
|
|
375
412
|
}
|
|
376
413
|
}
|
|
414
|
+
},
|
|
415
|
+
"output": {
|
|
416
|
+
"shape": "S2w",
|
|
417
|
+
"resultWrapper": "CreateEndpointAccessResult"
|
|
377
418
|
}
|
|
378
419
|
},
|
|
379
420
|
"CreateEventSubscription": {
|
|
@@ -388,10 +429,10 @@
|
|
|
388
429
|
"SnsTopicArn": {},
|
|
389
430
|
"SourceType": {},
|
|
390
431
|
"SourceIds": {
|
|
391
|
-
"shape": "
|
|
432
|
+
"shape": "S2y"
|
|
392
433
|
},
|
|
393
434
|
"EventCategories": {
|
|
394
|
-
"shape": "
|
|
435
|
+
"shape": "S2z"
|
|
395
436
|
},
|
|
396
437
|
"Severity": {},
|
|
397
438
|
"Enabled": {
|
|
@@ -407,7 +448,7 @@
|
|
|
407
448
|
"type": "structure",
|
|
408
449
|
"members": {
|
|
409
450
|
"EventSubscription": {
|
|
410
|
-
"shape": "
|
|
451
|
+
"shape": "S31"
|
|
411
452
|
}
|
|
412
453
|
}
|
|
413
454
|
}
|
|
@@ -430,7 +471,7 @@
|
|
|
430
471
|
"type": "structure",
|
|
431
472
|
"members": {
|
|
432
473
|
"HsmClientCertificate": {
|
|
433
|
-
"shape": "
|
|
474
|
+
"shape": "S34"
|
|
434
475
|
}
|
|
435
476
|
}
|
|
436
477
|
}
|
|
@@ -463,7 +504,7 @@
|
|
|
463
504
|
"type": "structure",
|
|
464
505
|
"members": {
|
|
465
506
|
"HsmConfiguration": {
|
|
466
|
-
"shape": "
|
|
507
|
+
"shape": "S37"
|
|
467
508
|
}
|
|
468
509
|
}
|
|
469
510
|
}
|
|
@@ -480,7 +521,7 @@
|
|
|
480
521
|
"members": {
|
|
481
522
|
"ScheduledActionName": {},
|
|
482
523
|
"TargetAction": {
|
|
483
|
-
"shape": "
|
|
524
|
+
"shape": "S39"
|
|
484
525
|
},
|
|
485
526
|
"Schedule": {},
|
|
486
527
|
"IamRole": {},
|
|
@@ -497,7 +538,7 @@
|
|
|
497
538
|
}
|
|
498
539
|
},
|
|
499
540
|
"output": {
|
|
500
|
-
"shape": "
|
|
541
|
+
"shape": "S3d",
|
|
501
542
|
"resultWrapper": "CreateScheduledActionResult"
|
|
502
543
|
}
|
|
503
544
|
},
|
|
@@ -520,7 +561,7 @@
|
|
|
520
561
|
"type": "structure",
|
|
521
562
|
"members": {
|
|
522
563
|
"SnapshotCopyGrant": {
|
|
523
|
-
"shape": "
|
|
564
|
+
"shape": "S3i"
|
|
524
565
|
}
|
|
525
566
|
}
|
|
526
567
|
}
|
|
@@ -530,7 +571,7 @@
|
|
|
530
571
|
"type": "structure",
|
|
531
572
|
"members": {
|
|
532
573
|
"ScheduleDefinitions": {
|
|
533
|
-
"shape": "
|
|
574
|
+
"shape": "S3k"
|
|
534
575
|
},
|
|
535
576
|
"ScheduleIdentifier": {},
|
|
536
577
|
"ScheduleDescription": {},
|
|
@@ -546,7 +587,7 @@
|
|
|
546
587
|
}
|
|
547
588
|
},
|
|
548
589
|
"output": {
|
|
549
|
-
"shape": "
|
|
590
|
+
"shape": "S3l",
|
|
550
591
|
"resultWrapper": "CreateSnapshotScheduleResult"
|
|
551
592
|
}
|
|
552
593
|
},
|
|
@@ -589,7 +630,7 @@
|
|
|
589
630
|
}
|
|
590
631
|
},
|
|
591
632
|
"output": {
|
|
592
|
-
"shape": "
|
|
633
|
+
"shape": "S3v",
|
|
593
634
|
"resultWrapper": "CreateUsageLimitResult"
|
|
594
635
|
}
|
|
595
636
|
},
|
|
@@ -615,7 +656,7 @@
|
|
|
615
656
|
"type": "structure",
|
|
616
657
|
"members": {
|
|
617
658
|
"Cluster": {
|
|
618
|
-
"shape": "
|
|
659
|
+
"shape": "S1m"
|
|
619
660
|
}
|
|
620
661
|
}
|
|
621
662
|
}
|
|
@@ -644,14 +685,14 @@
|
|
|
644
685
|
},
|
|
645
686
|
"DeleteClusterSnapshot": {
|
|
646
687
|
"input": {
|
|
647
|
-
"shape": "
|
|
688
|
+
"shape": "Sz"
|
|
648
689
|
},
|
|
649
690
|
"output": {
|
|
650
691
|
"resultWrapper": "DeleteClusterSnapshotResult",
|
|
651
692
|
"type": "structure",
|
|
652
693
|
"members": {
|
|
653
694
|
"Snapshot": {
|
|
654
|
-
"shape": "
|
|
695
|
+
"shape": "Sr"
|
|
655
696
|
}
|
|
656
697
|
}
|
|
657
698
|
}
|
|
@@ -667,6 +708,21 @@
|
|
|
667
708
|
}
|
|
668
709
|
}
|
|
669
710
|
},
|
|
711
|
+
"DeleteEndpointAccess": {
|
|
712
|
+
"input": {
|
|
713
|
+
"type": "structure",
|
|
714
|
+
"required": [
|
|
715
|
+
"EndpointName"
|
|
716
|
+
],
|
|
717
|
+
"members": {
|
|
718
|
+
"EndpointName": {}
|
|
719
|
+
}
|
|
720
|
+
},
|
|
721
|
+
"output": {
|
|
722
|
+
"shape": "S2w",
|
|
723
|
+
"resultWrapper": "DeleteEndpointAccessResult"
|
|
724
|
+
}
|
|
725
|
+
},
|
|
670
726
|
"DeleteEventSubscription": {
|
|
671
727
|
"input": {
|
|
672
728
|
"type": "structure",
|
|
@@ -743,7 +799,7 @@
|
|
|
743
799
|
"members": {
|
|
744
800
|
"ResourceName": {},
|
|
745
801
|
"TagKeys": {
|
|
746
|
-
"shape": "
|
|
802
|
+
"shape": "S4a"
|
|
747
803
|
}
|
|
748
804
|
}
|
|
749
805
|
}
|
|
@@ -855,10 +911,10 @@
|
|
|
855
911
|
},
|
|
856
912
|
"Marker": {},
|
|
857
913
|
"TagKeys": {
|
|
858
|
-
"shape": "
|
|
914
|
+
"shape": "S4a"
|
|
859
915
|
},
|
|
860
916
|
"TagValues": {
|
|
861
|
-
"shape": "
|
|
917
|
+
"shape": "S4q"
|
|
862
918
|
}
|
|
863
919
|
}
|
|
864
920
|
},
|
|
@@ -870,7 +926,7 @@
|
|
|
870
926
|
"ParameterGroups": {
|
|
871
927
|
"type": "list",
|
|
872
928
|
"member": {
|
|
873
|
-
"shape": "
|
|
929
|
+
"shape": "S2h",
|
|
874
930
|
"locationName": "ClusterParameterGroup"
|
|
875
931
|
}
|
|
876
932
|
}
|
|
@@ -897,7 +953,7 @@
|
|
|
897
953
|
"type": "structure",
|
|
898
954
|
"members": {
|
|
899
955
|
"Parameters": {
|
|
900
|
-
"shape": "
|
|
956
|
+
"shape": "S4v"
|
|
901
957
|
},
|
|
902
958
|
"Marker": {}
|
|
903
959
|
}
|
|
@@ -913,10 +969,10 @@
|
|
|
913
969
|
},
|
|
914
970
|
"Marker": {},
|
|
915
971
|
"TagKeys": {
|
|
916
|
-
"shape": "
|
|
972
|
+
"shape": "S4a"
|
|
917
973
|
},
|
|
918
974
|
"TagValues": {
|
|
919
|
-
"shape": "
|
|
975
|
+
"shape": "S4q"
|
|
920
976
|
}
|
|
921
977
|
}
|
|
922
978
|
},
|
|
@@ -954,10 +1010,10 @@
|
|
|
954
1010
|
"Marker": {},
|
|
955
1011
|
"OwnerAccount": {},
|
|
956
1012
|
"TagKeys": {
|
|
957
|
-
"shape": "
|
|
1013
|
+
"shape": "S4a"
|
|
958
1014
|
},
|
|
959
1015
|
"TagValues": {
|
|
960
|
-
"shape": "
|
|
1016
|
+
"shape": "S4q"
|
|
961
1017
|
},
|
|
962
1018
|
"ClusterExists": {
|
|
963
1019
|
"type": "boolean"
|
|
@@ -986,7 +1042,7 @@
|
|
|
986
1042
|
"Snapshots": {
|
|
987
1043
|
"type": "list",
|
|
988
1044
|
"member": {
|
|
989
|
-
"shape": "
|
|
1045
|
+
"shape": "Sr",
|
|
990
1046
|
"locationName": "Snapshot"
|
|
991
1047
|
}
|
|
992
1048
|
}
|
|
@@ -1003,10 +1059,10 @@
|
|
|
1003
1059
|
},
|
|
1004
1060
|
"Marker": {},
|
|
1005
1061
|
"TagKeys": {
|
|
1006
|
-
"shape": "
|
|
1062
|
+
"shape": "S4a"
|
|
1007
1063
|
},
|
|
1008
1064
|
"TagValues": {
|
|
1009
|
-
"shape": "
|
|
1065
|
+
"shape": "S4q"
|
|
1010
1066
|
}
|
|
1011
1067
|
}
|
|
1012
1068
|
},
|
|
@@ -1018,7 +1074,7 @@
|
|
|
1018
1074
|
"ClusterSubnetGroups": {
|
|
1019
1075
|
"type": "list",
|
|
1020
1076
|
"member": {
|
|
1021
|
-
"shape": "
|
|
1077
|
+
"shape": "S2p",
|
|
1022
1078
|
"locationName": "ClusterSubnetGroup"
|
|
1023
1079
|
}
|
|
1024
1080
|
}
|
|
@@ -1118,10 +1174,10 @@
|
|
|
1118
1174
|
},
|
|
1119
1175
|
"Marker": {},
|
|
1120
1176
|
"TagKeys": {
|
|
1121
|
-
"shape": "
|
|
1177
|
+
"shape": "S4a"
|
|
1122
1178
|
},
|
|
1123
1179
|
"TagValues": {
|
|
1124
|
-
"shape": "
|
|
1180
|
+
"shape": "S4q"
|
|
1125
1181
|
}
|
|
1126
1182
|
}
|
|
1127
1183
|
},
|
|
@@ -1133,7 +1189,7 @@
|
|
|
1133
1189
|
"Clusters": {
|
|
1134
1190
|
"type": "list",
|
|
1135
1191
|
"member": {
|
|
1136
|
-
"shape": "
|
|
1192
|
+
"shape": "S1m",
|
|
1137
1193
|
"locationName": "Cluster"
|
|
1138
1194
|
}
|
|
1139
1195
|
}
|
|
@@ -1164,7 +1220,7 @@
|
|
|
1164
1220
|
"ParameterGroupFamily": {},
|
|
1165
1221
|
"Marker": {},
|
|
1166
1222
|
"Parameters": {
|
|
1167
|
-
"shape": "
|
|
1223
|
+
"shape": "S4v"
|
|
1168
1224
|
}
|
|
1169
1225
|
},
|
|
1170
1226
|
"wrapper": true
|
|
@@ -1172,6 +1228,63 @@
|
|
|
1172
1228
|
}
|
|
1173
1229
|
}
|
|
1174
1230
|
},
|
|
1231
|
+
"DescribeEndpointAccess": {
|
|
1232
|
+
"input": {
|
|
1233
|
+
"type": "structure",
|
|
1234
|
+
"members": {
|
|
1235
|
+
"ClusterIdentifier": {},
|
|
1236
|
+
"ResourceOwner": {},
|
|
1237
|
+
"EndpointName": {},
|
|
1238
|
+
"VpcId": {},
|
|
1239
|
+
"MaxRecords": {
|
|
1240
|
+
"type": "integer"
|
|
1241
|
+
},
|
|
1242
|
+
"Marker": {}
|
|
1243
|
+
}
|
|
1244
|
+
},
|
|
1245
|
+
"output": {
|
|
1246
|
+
"resultWrapper": "DescribeEndpointAccessResult",
|
|
1247
|
+
"type": "structure",
|
|
1248
|
+
"members": {
|
|
1249
|
+
"EndpointAccessList": {
|
|
1250
|
+
"type": "list",
|
|
1251
|
+
"member": {
|
|
1252
|
+
"shape": "S2w"
|
|
1253
|
+
}
|
|
1254
|
+
},
|
|
1255
|
+
"Marker": {}
|
|
1256
|
+
}
|
|
1257
|
+
}
|
|
1258
|
+
},
|
|
1259
|
+
"DescribeEndpointAuthorization": {
|
|
1260
|
+
"input": {
|
|
1261
|
+
"type": "structure",
|
|
1262
|
+
"members": {
|
|
1263
|
+
"ClusterIdentifier": {},
|
|
1264
|
+
"Account": {},
|
|
1265
|
+
"Grantee": {
|
|
1266
|
+
"type": "boolean"
|
|
1267
|
+
},
|
|
1268
|
+
"MaxRecords": {
|
|
1269
|
+
"type": "integer"
|
|
1270
|
+
},
|
|
1271
|
+
"Marker": {}
|
|
1272
|
+
}
|
|
1273
|
+
},
|
|
1274
|
+
"output": {
|
|
1275
|
+
"resultWrapper": "DescribeEndpointAuthorizationResult",
|
|
1276
|
+
"type": "structure",
|
|
1277
|
+
"members": {
|
|
1278
|
+
"EndpointAuthorizationList": {
|
|
1279
|
+
"type": "list",
|
|
1280
|
+
"member": {
|
|
1281
|
+
"shape": "Sm"
|
|
1282
|
+
}
|
|
1283
|
+
},
|
|
1284
|
+
"Marker": {}
|
|
1285
|
+
}
|
|
1286
|
+
}
|
|
1287
|
+
},
|
|
1175
1288
|
"DescribeEventCategories": {
|
|
1176
1289
|
"input": {
|
|
1177
1290
|
"type": "structure",
|
|
@@ -1198,7 +1311,7 @@
|
|
|
1198
1311
|
"members": {
|
|
1199
1312
|
"EventId": {},
|
|
1200
1313
|
"EventCategories": {
|
|
1201
|
-
"shape": "
|
|
1314
|
+
"shape": "S2z"
|
|
1202
1315
|
},
|
|
1203
1316
|
"EventDescription": {},
|
|
1204
1317
|
"Severity": {}
|
|
@@ -1223,10 +1336,10 @@
|
|
|
1223
1336
|
},
|
|
1224
1337
|
"Marker": {},
|
|
1225
1338
|
"TagKeys": {
|
|
1226
|
-
"shape": "
|
|
1339
|
+
"shape": "S4a"
|
|
1227
1340
|
},
|
|
1228
1341
|
"TagValues": {
|
|
1229
|
-
"shape": "
|
|
1342
|
+
"shape": "S4q"
|
|
1230
1343
|
}
|
|
1231
1344
|
}
|
|
1232
1345
|
},
|
|
@@ -1238,7 +1351,7 @@
|
|
|
1238
1351
|
"EventSubscriptionsList": {
|
|
1239
1352
|
"type": "list",
|
|
1240
1353
|
"member": {
|
|
1241
|
-
"shape": "
|
|
1354
|
+
"shape": "S31",
|
|
1242
1355
|
"locationName": "EventSubscription"
|
|
1243
1356
|
}
|
|
1244
1357
|
}
|
|
@@ -1281,7 +1394,7 @@
|
|
|
1281
1394
|
"SourceType": {},
|
|
1282
1395
|
"Message": {},
|
|
1283
1396
|
"EventCategories": {
|
|
1284
|
-
"shape": "
|
|
1397
|
+
"shape": "S2z"
|
|
1285
1398
|
},
|
|
1286
1399
|
"Severity": {},
|
|
1287
1400
|
"Date": {
|
|
@@ -1304,10 +1417,10 @@
|
|
|
1304
1417
|
},
|
|
1305
1418
|
"Marker": {},
|
|
1306
1419
|
"TagKeys": {
|
|
1307
|
-
"shape": "
|
|
1420
|
+
"shape": "S4a"
|
|
1308
1421
|
},
|
|
1309
1422
|
"TagValues": {
|
|
1310
|
-
"shape": "
|
|
1423
|
+
"shape": "S4q"
|
|
1311
1424
|
}
|
|
1312
1425
|
}
|
|
1313
1426
|
},
|
|
@@ -1319,7 +1432,7 @@
|
|
|
1319
1432
|
"HsmClientCertificates": {
|
|
1320
1433
|
"type": "list",
|
|
1321
1434
|
"member": {
|
|
1322
|
-
"shape": "
|
|
1435
|
+
"shape": "S34",
|
|
1323
1436
|
"locationName": "HsmClientCertificate"
|
|
1324
1437
|
}
|
|
1325
1438
|
}
|
|
@@ -1336,10 +1449,10 @@
|
|
|
1336
1449
|
},
|
|
1337
1450
|
"Marker": {},
|
|
1338
1451
|
"TagKeys": {
|
|
1339
|
-
"shape": "
|
|
1452
|
+
"shape": "S4a"
|
|
1340
1453
|
},
|
|
1341
1454
|
"TagValues": {
|
|
1342
|
-
"shape": "
|
|
1455
|
+
"shape": "S4q"
|
|
1343
1456
|
}
|
|
1344
1457
|
}
|
|
1345
1458
|
},
|
|
@@ -1351,7 +1464,7 @@
|
|
|
1351
1464
|
"HsmConfigurations": {
|
|
1352
1465
|
"type": "list",
|
|
1353
1466
|
"member": {
|
|
1354
|
-
"shape": "
|
|
1467
|
+
"shape": "S37",
|
|
1355
1468
|
"locationName": "HsmConfiguration"
|
|
1356
1469
|
}
|
|
1357
1470
|
}
|
|
@@ -1369,7 +1482,7 @@
|
|
|
1369
1482
|
}
|
|
1370
1483
|
},
|
|
1371
1484
|
"output": {
|
|
1372
|
-
"shape": "
|
|
1485
|
+
"shape": "S6k",
|
|
1373
1486
|
"resultWrapper": "DescribeLoggingStatusResult"
|
|
1374
1487
|
}
|
|
1375
1488
|
},
|
|
@@ -1394,7 +1507,7 @@
|
|
|
1394
1507
|
"Name": {},
|
|
1395
1508
|
"Operator": {},
|
|
1396
1509
|
"Values": {
|
|
1397
|
-
"shape": "
|
|
1510
|
+
"shape": "S6r",
|
|
1398
1511
|
"locationName": "Value"
|
|
1399
1512
|
}
|
|
1400
1513
|
}
|
|
@@ -1459,7 +1572,7 @@
|
|
|
1459
1572
|
"AvailabilityZones": {
|
|
1460
1573
|
"type": "list",
|
|
1461
1574
|
"member": {
|
|
1462
|
-
"shape": "
|
|
1575
|
+
"shape": "S2s",
|
|
1463
1576
|
"locationName": "AvailabilityZone"
|
|
1464
1577
|
}
|
|
1465
1578
|
}
|
|
@@ -1488,7 +1601,7 @@
|
|
|
1488
1601
|
"members": {
|
|
1489
1602
|
"Marker": {},
|
|
1490
1603
|
"ReservedNodeOfferings": {
|
|
1491
|
-
"shape": "
|
|
1604
|
+
"shape": "S73"
|
|
1492
1605
|
}
|
|
1493
1606
|
}
|
|
1494
1607
|
}
|
|
@@ -1530,7 +1643,7 @@
|
|
|
1530
1643
|
}
|
|
1531
1644
|
},
|
|
1532
1645
|
"output": {
|
|
1533
|
-
"shape": "
|
|
1646
|
+
"shape": "S18",
|
|
1534
1647
|
"resultWrapper": "DescribeResizeResult"
|
|
1535
1648
|
}
|
|
1536
1649
|
},
|
|
@@ -1561,7 +1674,7 @@
|
|
|
1561
1674
|
"members": {
|
|
1562
1675
|
"Name": {},
|
|
1563
1676
|
"Values": {
|
|
1564
|
-
"shape": "
|
|
1677
|
+
"shape": "S6r"
|
|
1565
1678
|
}
|
|
1566
1679
|
}
|
|
1567
1680
|
}
|
|
@@ -1580,7 +1693,7 @@
|
|
|
1580
1693
|
"ScheduledActions": {
|
|
1581
1694
|
"type": "list",
|
|
1582
1695
|
"member": {
|
|
1583
|
-
"shape": "
|
|
1696
|
+
"shape": "S3d",
|
|
1584
1697
|
"locationName": "ScheduledAction"
|
|
1585
1698
|
}
|
|
1586
1699
|
}
|
|
@@ -1597,10 +1710,10 @@
|
|
|
1597
1710
|
},
|
|
1598
1711
|
"Marker": {},
|
|
1599
1712
|
"TagKeys": {
|
|
1600
|
-
"shape": "
|
|
1713
|
+
"shape": "S4a"
|
|
1601
1714
|
},
|
|
1602
1715
|
"TagValues": {
|
|
1603
|
-
"shape": "
|
|
1716
|
+
"shape": "S4q"
|
|
1604
1717
|
}
|
|
1605
1718
|
}
|
|
1606
1719
|
},
|
|
@@ -1612,7 +1725,7 @@
|
|
|
1612
1725
|
"SnapshotCopyGrants": {
|
|
1613
1726
|
"type": "list",
|
|
1614
1727
|
"member": {
|
|
1615
|
-
"shape": "
|
|
1728
|
+
"shape": "S3i",
|
|
1616
1729
|
"locationName": "SnapshotCopyGrant"
|
|
1617
1730
|
}
|
|
1618
1731
|
}
|
|
@@ -1626,10 +1739,10 @@
|
|
|
1626
1739
|
"ClusterIdentifier": {},
|
|
1627
1740
|
"ScheduleIdentifier": {},
|
|
1628
1741
|
"TagKeys": {
|
|
1629
|
-
"shape": "
|
|
1742
|
+
"shape": "S4a"
|
|
1630
1743
|
},
|
|
1631
1744
|
"TagValues": {
|
|
1632
|
-
"shape": "
|
|
1745
|
+
"shape": "S4q"
|
|
1633
1746
|
},
|
|
1634
1747
|
"Marker": {},
|
|
1635
1748
|
"MaxRecords": {
|
|
@@ -1644,7 +1757,7 @@
|
|
|
1644
1757
|
"SnapshotSchedules": {
|
|
1645
1758
|
"type": "list",
|
|
1646
1759
|
"member": {
|
|
1647
|
-
"shape": "
|
|
1760
|
+
"shape": "S3l",
|
|
1648
1761
|
"locationName": "SnapshotSchedule"
|
|
1649
1762
|
}
|
|
1650
1763
|
},
|
|
@@ -1685,7 +1798,7 @@
|
|
|
1685
1798
|
"TableRestoreStatusDetails": {
|
|
1686
1799
|
"type": "list",
|
|
1687
1800
|
"member": {
|
|
1688
|
-
"shape": "
|
|
1801
|
+
"shape": "S7q",
|
|
1689
1802
|
"locationName": "TableRestoreStatus"
|
|
1690
1803
|
}
|
|
1691
1804
|
},
|
|
@@ -1704,10 +1817,10 @@
|
|
|
1704
1817
|
},
|
|
1705
1818
|
"Marker": {},
|
|
1706
1819
|
"TagKeys": {
|
|
1707
|
-
"shape": "
|
|
1820
|
+
"shape": "S4a"
|
|
1708
1821
|
},
|
|
1709
1822
|
"TagValues": {
|
|
1710
|
-
"shape": "
|
|
1823
|
+
"shape": "S4q"
|
|
1711
1824
|
}
|
|
1712
1825
|
}
|
|
1713
1826
|
},
|
|
@@ -1745,10 +1858,10 @@
|
|
|
1745
1858
|
},
|
|
1746
1859
|
"Marker": {},
|
|
1747
1860
|
"TagKeys": {
|
|
1748
|
-
"shape": "
|
|
1861
|
+
"shape": "S4a"
|
|
1749
1862
|
},
|
|
1750
1863
|
"TagValues": {
|
|
1751
|
-
"shape": "
|
|
1864
|
+
"shape": "S4q"
|
|
1752
1865
|
}
|
|
1753
1866
|
}
|
|
1754
1867
|
},
|
|
@@ -1759,7 +1872,7 @@
|
|
|
1759
1872
|
"UsageLimits": {
|
|
1760
1873
|
"type": "list",
|
|
1761
1874
|
"member": {
|
|
1762
|
-
"shape": "
|
|
1875
|
+
"shape": "S3v"
|
|
1763
1876
|
}
|
|
1764
1877
|
},
|
|
1765
1878
|
"Marker": {}
|
|
@@ -1777,7 +1890,7 @@
|
|
|
1777
1890
|
}
|
|
1778
1891
|
},
|
|
1779
1892
|
"output": {
|
|
1780
|
-
"shape": "
|
|
1893
|
+
"shape": "S6k",
|
|
1781
1894
|
"resultWrapper": "DisableLoggingResult"
|
|
1782
1895
|
}
|
|
1783
1896
|
},
|
|
@@ -1796,7 +1909,7 @@
|
|
|
1796
1909
|
"type": "structure",
|
|
1797
1910
|
"members": {
|
|
1798
1911
|
"Cluster": {
|
|
1799
|
-
"shape": "
|
|
1912
|
+
"shape": "S1m"
|
|
1800
1913
|
}
|
|
1801
1914
|
}
|
|
1802
1915
|
}
|
|
@@ -1815,7 +1928,7 @@
|
|
|
1815
1928
|
}
|
|
1816
1929
|
},
|
|
1817
1930
|
"output": {
|
|
1818
|
-
"shape": "
|
|
1931
|
+
"shape": "S6k",
|
|
1819
1932
|
"resultWrapper": "EnableLoggingResult"
|
|
1820
1933
|
}
|
|
1821
1934
|
},
|
|
@@ -1843,7 +1956,7 @@
|
|
|
1843
1956
|
"type": "structure",
|
|
1844
1957
|
"members": {
|
|
1845
1958
|
"Cluster": {
|
|
1846
|
-
"shape": "
|
|
1959
|
+
"shape": "S1m"
|
|
1847
1960
|
}
|
|
1848
1961
|
}
|
|
1849
1962
|
}
|
|
@@ -1908,7 +2021,7 @@
|
|
|
1908
2021
|
"members": {
|
|
1909
2022
|
"Marker": {},
|
|
1910
2023
|
"ReservedNodeOfferings": {
|
|
1911
|
-
"shape": "
|
|
2024
|
+
"shape": "S73"
|
|
1912
2025
|
}
|
|
1913
2026
|
}
|
|
1914
2027
|
}
|
|
@@ -1927,10 +2040,10 @@
|
|
|
1927
2040
|
"type": "integer"
|
|
1928
2041
|
},
|
|
1929
2042
|
"ClusterSecurityGroups": {
|
|
1930
|
-
"shape": "
|
|
2043
|
+
"shape": "S1h"
|
|
1931
2044
|
},
|
|
1932
2045
|
"VpcSecurityGroupIds": {
|
|
1933
|
-
"shape": "
|
|
2046
|
+
"shape": "S1i"
|
|
1934
2047
|
},
|
|
1935
2048
|
"MasterUserPassword": {},
|
|
1936
2049
|
"ClusterParameterGroupName": {},
|
|
@@ -1974,7 +2087,7 @@
|
|
|
1974
2087
|
"type": "structure",
|
|
1975
2088
|
"members": {
|
|
1976
2089
|
"Cluster": {
|
|
1977
|
-
"shape": "
|
|
2090
|
+
"shape": "S1m"
|
|
1978
2091
|
}
|
|
1979
2092
|
}
|
|
1980
2093
|
}
|
|
@@ -1996,7 +2109,7 @@
|
|
|
1996
2109
|
"type": "structure",
|
|
1997
2110
|
"members": {
|
|
1998
2111
|
"Cluster": {
|
|
1999
|
-
"shape": "
|
|
2112
|
+
"shape": "S1m"
|
|
2000
2113
|
}
|
|
2001
2114
|
}
|
|
2002
2115
|
}
|
|
@@ -2010,10 +2123,10 @@
|
|
|
2010
2123
|
"members": {
|
|
2011
2124
|
"ClusterIdentifier": {},
|
|
2012
2125
|
"AddIamRoles": {
|
|
2013
|
-
"shape": "
|
|
2126
|
+
"shape": "S1k"
|
|
2014
2127
|
},
|
|
2015
2128
|
"RemoveIamRoles": {
|
|
2016
|
-
"shape": "
|
|
2129
|
+
"shape": "S1k"
|
|
2017
2130
|
}
|
|
2018
2131
|
}
|
|
2019
2132
|
},
|
|
@@ -2022,7 +2135,7 @@
|
|
|
2022
2135
|
"type": "structure",
|
|
2023
2136
|
"members": {
|
|
2024
2137
|
"Cluster": {
|
|
2025
|
-
"shape": "
|
|
2138
|
+
"shape": "S1m"
|
|
2026
2139
|
}
|
|
2027
2140
|
}
|
|
2028
2141
|
}
|
|
@@ -2055,7 +2168,7 @@
|
|
|
2055
2168
|
"type": "structure",
|
|
2056
2169
|
"members": {
|
|
2057
2170
|
"Cluster": {
|
|
2058
|
-
"shape": "
|
|
2171
|
+
"shape": "S1m"
|
|
2059
2172
|
}
|
|
2060
2173
|
}
|
|
2061
2174
|
}
|
|
@@ -2070,12 +2183,12 @@
|
|
|
2070
2183
|
"members": {
|
|
2071
2184
|
"ParameterGroupName": {},
|
|
2072
2185
|
"Parameters": {
|
|
2073
|
-
"shape": "
|
|
2186
|
+
"shape": "S4v"
|
|
2074
2187
|
}
|
|
2075
2188
|
}
|
|
2076
2189
|
},
|
|
2077
2190
|
"output": {
|
|
2078
|
-
"shape": "
|
|
2191
|
+
"shape": "S8k",
|
|
2079
2192
|
"resultWrapper": "ModifyClusterParameterGroupResult"
|
|
2080
2193
|
}
|
|
2081
2194
|
},
|
|
@@ -2100,7 +2213,7 @@
|
|
|
2100
2213
|
"type": "structure",
|
|
2101
2214
|
"members": {
|
|
2102
2215
|
"Snapshot": {
|
|
2103
|
-
"shape": "
|
|
2216
|
+
"shape": "Sr"
|
|
2104
2217
|
}
|
|
2105
2218
|
}
|
|
2106
2219
|
}
|
|
@@ -2131,7 +2244,7 @@
|
|
|
2131
2244
|
"ClusterSubnetGroupName": {},
|
|
2132
2245
|
"Description": {},
|
|
2133
2246
|
"SubnetIds": {
|
|
2134
|
-
"shape": "
|
|
2247
|
+
"shape": "S2n"
|
|
2135
2248
|
}
|
|
2136
2249
|
}
|
|
2137
2250
|
},
|
|
@@ -2140,9 +2253,27 @@
|
|
|
2140
2253
|
"type": "structure",
|
|
2141
2254
|
"members": {
|
|
2142
2255
|
"ClusterSubnetGroup": {
|
|
2143
|
-
"shape": "
|
|
2256
|
+
"shape": "S2p"
|
|
2257
|
+
}
|
|
2258
|
+
}
|
|
2259
|
+
}
|
|
2260
|
+
},
|
|
2261
|
+
"ModifyEndpointAccess": {
|
|
2262
|
+
"input": {
|
|
2263
|
+
"type": "structure",
|
|
2264
|
+
"required": [
|
|
2265
|
+
"EndpointName"
|
|
2266
|
+
],
|
|
2267
|
+
"members": {
|
|
2268
|
+
"EndpointName": {},
|
|
2269
|
+
"VpcSecurityGroupIds": {
|
|
2270
|
+
"shape": "S1i"
|
|
2144
2271
|
}
|
|
2145
2272
|
}
|
|
2273
|
+
},
|
|
2274
|
+
"output": {
|
|
2275
|
+
"shape": "S2w",
|
|
2276
|
+
"resultWrapper": "ModifyEndpointAccessResult"
|
|
2146
2277
|
}
|
|
2147
2278
|
},
|
|
2148
2279
|
"ModifyEventSubscription": {
|
|
@@ -2156,10 +2287,10 @@
|
|
|
2156
2287
|
"SnsTopicArn": {},
|
|
2157
2288
|
"SourceType": {},
|
|
2158
2289
|
"SourceIds": {
|
|
2159
|
-
"shape": "
|
|
2290
|
+
"shape": "S2y"
|
|
2160
2291
|
},
|
|
2161
2292
|
"EventCategories": {
|
|
2162
|
-
"shape": "
|
|
2293
|
+
"shape": "S2z"
|
|
2163
2294
|
},
|
|
2164
2295
|
"Severity": {},
|
|
2165
2296
|
"Enabled": {
|
|
@@ -2172,7 +2303,7 @@
|
|
|
2172
2303
|
"type": "structure",
|
|
2173
2304
|
"members": {
|
|
2174
2305
|
"EventSubscription": {
|
|
2175
|
-
"shape": "
|
|
2306
|
+
"shape": "S31"
|
|
2176
2307
|
}
|
|
2177
2308
|
}
|
|
2178
2309
|
}
|
|
@@ -2186,7 +2317,7 @@
|
|
|
2186
2317
|
"members": {
|
|
2187
2318
|
"ScheduledActionName": {},
|
|
2188
2319
|
"TargetAction": {
|
|
2189
|
-
"shape": "
|
|
2320
|
+
"shape": "S39"
|
|
2190
2321
|
},
|
|
2191
2322
|
"Schedule": {},
|
|
2192
2323
|
"IamRole": {},
|
|
@@ -2203,7 +2334,7 @@
|
|
|
2203
2334
|
}
|
|
2204
2335
|
},
|
|
2205
2336
|
"output": {
|
|
2206
|
-
"shape": "
|
|
2337
|
+
"shape": "S3d",
|
|
2207
2338
|
"resultWrapper": "ModifyScheduledActionResult"
|
|
2208
2339
|
}
|
|
2209
2340
|
},
|
|
@@ -2229,7 +2360,7 @@
|
|
|
2229
2360
|
"type": "structure",
|
|
2230
2361
|
"members": {
|
|
2231
2362
|
"Cluster": {
|
|
2232
|
-
"shape": "
|
|
2363
|
+
"shape": "S1m"
|
|
2233
2364
|
}
|
|
2234
2365
|
}
|
|
2235
2366
|
}
|
|
@@ -2244,12 +2375,12 @@
|
|
|
2244
2375
|
"members": {
|
|
2245
2376
|
"ScheduleIdentifier": {},
|
|
2246
2377
|
"ScheduleDefinitions": {
|
|
2247
|
-
"shape": "
|
|
2378
|
+
"shape": "S3k"
|
|
2248
2379
|
}
|
|
2249
2380
|
}
|
|
2250
2381
|
},
|
|
2251
2382
|
"output": {
|
|
2252
|
-
"shape": "
|
|
2383
|
+
"shape": "S3l",
|
|
2253
2384
|
"resultWrapper": "ModifySnapshotScheduleResult"
|
|
2254
2385
|
}
|
|
2255
2386
|
},
|
|
@@ -2268,20 +2399,20 @@
|
|
|
2268
2399
|
}
|
|
2269
2400
|
},
|
|
2270
2401
|
"output": {
|
|
2271
|
-
"shape": "
|
|
2402
|
+
"shape": "S3v",
|
|
2272
2403
|
"resultWrapper": "ModifyUsageLimitResult"
|
|
2273
2404
|
}
|
|
2274
2405
|
},
|
|
2275
2406
|
"PauseCluster": {
|
|
2276
2407
|
"input": {
|
|
2277
|
-
"shape": "
|
|
2408
|
+
"shape": "S3b"
|
|
2278
2409
|
},
|
|
2279
2410
|
"output": {
|
|
2280
2411
|
"resultWrapper": "PauseClusterResult",
|
|
2281
2412
|
"type": "structure",
|
|
2282
2413
|
"members": {
|
|
2283
2414
|
"Cluster": {
|
|
2284
|
-
"shape": "
|
|
2415
|
+
"shape": "S1m"
|
|
2285
2416
|
}
|
|
2286
2417
|
}
|
|
2287
2418
|
}
|
|
@@ -2324,7 +2455,7 @@
|
|
|
2324
2455
|
"type": "structure",
|
|
2325
2456
|
"members": {
|
|
2326
2457
|
"Cluster": {
|
|
2327
|
-
"shape": "
|
|
2458
|
+
"shape": "S1m"
|
|
2328
2459
|
}
|
|
2329
2460
|
}
|
|
2330
2461
|
}
|
|
@@ -2341,25 +2472,25 @@
|
|
|
2341
2472
|
"type": "boolean"
|
|
2342
2473
|
},
|
|
2343
2474
|
"Parameters": {
|
|
2344
|
-
"shape": "
|
|
2475
|
+
"shape": "S4v"
|
|
2345
2476
|
}
|
|
2346
2477
|
}
|
|
2347
2478
|
},
|
|
2348
2479
|
"output": {
|
|
2349
|
-
"shape": "
|
|
2480
|
+
"shape": "S8k",
|
|
2350
2481
|
"resultWrapper": "ResetClusterParameterGroupResult"
|
|
2351
2482
|
}
|
|
2352
2483
|
},
|
|
2353
2484
|
"ResizeCluster": {
|
|
2354
2485
|
"input": {
|
|
2355
|
-
"shape": "
|
|
2486
|
+
"shape": "S3a"
|
|
2356
2487
|
},
|
|
2357
2488
|
"output": {
|
|
2358
2489
|
"resultWrapper": "ResizeClusterResult",
|
|
2359
2490
|
"type": "structure",
|
|
2360
2491
|
"members": {
|
|
2361
2492
|
"Cluster": {
|
|
2362
|
-
"shape": "
|
|
2493
|
+
"shape": "S1m"
|
|
2363
2494
|
}
|
|
2364
2495
|
}
|
|
2365
2496
|
}
|
|
@@ -2392,10 +2523,10 @@
|
|
|
2392
2523
|
"ElasticIp": {},
|
|
2393
2524
|
"ClusterParameterGroupName": {},
|
|
2394
2525
|
"ClusterSecurityGroups": {
|
|
2395
|
-
"shape": "
|
|
2526
|
+
"shape": "S1h"
|
|
2396
2527
|
},
|
|
2397
2528
|
"VpcSecurityGroupIds": {
|
|
2398
|
-
"shape": "
|
|
2529
|
+
"shape": "S1i"
|
|
2399
2530
|
},
|
|
2400
2531
|
"PreferredMaintenanceWindow": {},
|
|
2401
2532
|
"AutomatedSnapshotRetentionPeriod": {
|
|
@@ -2411,7 +2542,7 @@
|
|
|
2411
2542
|
},
|
|
2412
2543
|
"AdditionalInfo": {},
|
|
2413
2544
|
"IamRoles": {
|
|
2414
|
-
"shape": "
|
|
2545
|
+
"shape": "S1k"
|
|
2415
2546
|
},
|
|
2416
2547
|
"MaintenanceTrackName": {},
|
|
2417
2548
|
"SnapshotScheduleIdentifier": {},
|
|
@@ -2428,7 +2559,7 @@
|
|
|
2428
2559
|
"type": "structure",
|
|
2429
2560
|
"members": {
|
|
2430
2561
|
"Cluster": {
|
|
2431
|
-
"shape": "
|
|
2562
|
+
"shape": "S1m"
|
|
2432
2563
|
}
|
|
2433
2564
|
}
|
|
2434
2565
|
}
|
|
@@ -2459,21 +2590,21 @@
|
|
|
2459
2590
|
"type": "structure",
|
|
2460
2591
|
"members": {
|
|
2461
2592
|
"TableRestoreStatus": {
|
|
2462
|
-
"shape": "
|
|
2593
|
+
"shape": "S7q"
|
|
2463
2594
|
}
|
|
2464
2595
|
}
|
|
2465
2596
|
}
|
|
2466
2597
|
},
|
|
2467
2598
|
"ResumeCluster": {
|
|
2468
2599
|
"input": {
|
|
2469
|
-
"shape": "
|
|
2600
|
+
"shape": "S3c"
|
|
2470
2601
|
},
|
|
2471
2602
|
"output": {
|
|
2472
2603
|
"resultWrapper": "ResumeClusterResult",
|
|
2473
2604
|
"type": "structure",
|
|
2474
2605
|
"members": {
|
|
2475
2606
|
"Cluster": {
|
|
2476
|
-
"shape": "
|
|
2607
|
+
"shape": "S1m"
|
|
2477
2608
|
}
|
|
2478
2609
|
}
|
|
2479
2610
|
}
|
|
@@ -2501,6 +2632,25 @@
|
|
|
2501
2632
|
}
|
|
2502
2633
|
}
|
|
2503
2634
|
},
|
|
2635
|
+
"RevokeEndpointAccess": {
|
|
2636
|
+
"input": {
|
|
2637
|
+
"type": "structure",
|
|
2638
|
+
"members": {
|
|
2639
|
+
"ClusterIdentifier": {},
|
|
2640
|
+
"Account": {},
|
|
2641
|
+
"VpcIds": {
|
|
2642
|
+
"shape": "Sl"
|
|
2643
|
+
},
|
|
2644
|
+
"Force": {
|
|
2645
|
+
"type": "boolean"
|
|
2646
|
+
}
|
|
2647
|
+
}
|
|
2648
|
+
},
|
|
2649
|
+
"output": {
|
|
2650
|
+
"shape": "Sm",
|
|
2651
|
+
"resultWrapper": "RevokeEndpointAccessResult"
|
|
2652
|
+
}
|
|
2653
|
+
},
|
|
2504
2654
|
"RevokeSnapshotAccess": {
|
|
2505
2655
|
"input": {
|
|
2506
2656
|
"type": "structure",
|
|
@@ -2519,7 +2669,7 @@
|
|
|
2519
2669
|
"type": "structure",
|
|
2520
2670
|
"members": {
|
|
2521
2671
|
"Snapshot": {
|
|
2522
|
-
"shape": "
|
|
2672
|
+
"shape": "Sr"
|
|
2523
2673
|
}
|
|
2524
2674
|
}
|
|
2525
2675
|
}
|
|
@@ -2539,7 +2689,7 @@
|
|
|
2539
2689
|
"type": "structure",
|
|
2540
2690
|
"members": {
|
|
2541
2691
|
"Cluster": {
|
|
2542
|
-
"shape": "
|
|
2692
|
+
"shape": "S1m"
|
|
2543
2693
|
}
|
|
2544
2694
|
}
|
|
2545
2695
|
}
|
|
@@ -2645,7 +2795,35 @@
|
|
|
2645
2795
|
"Value": {}
|
|
2646
2796
|
}
|
|
2647
2797
|
},
|
|
2798
|
+
"Sl": {
|
|
2799
|
+
"type": "list",
|
|
2800
|
+
"member": {
|
|
2801
|
+
"locationName": "VpcIdentifier"
|
|
2802
|
+
}
|
|
2803
|
+
},
|
|
2648
2804
|
"Sm": {
|
|
2805
|
+
"type": "structure",
|
|
2806
|
+
"members": {
|
|
2807
|
+
"Grantor": {},
|
|
2808
|
+
"Grantee": {},
|
|
2809
|
+
"ClusterIdentifier": {},
|
|
2810
|
+
"AuthorizeTime": {
|
|
2811
|
+
"type": "timestamp"
|
|
2812
|
+
},
|
|
2813
|
+
"ClusterStatus": {},
|
|
2814
|
+
"Status": {},
|
|
2815
|
+
"AllowedAllVPCs": {
|
|
2816
|
+
"type": "boolean"
|
|
2817
|
+
},
|
|
2818
|
+
"AllowedVPCs": {
|
|
2819
|
+
"shape": "Sl"
|
|
2820
|
+
},
|
|
2821
|
+
"EndpointCount": {
|
|
2822
|
+
"type": "integer"
|
|
2823
|
+
}
|
|
2824
|
+
}
|
|
2825
|
+
},
|
|
2826
|
+
"Sr": {
|
|
2649
2827
|
"type": "structure",
|
|
2650
2828
|
"members": {
|
|
2651
2829
|
"SnapshotIdentifier": {},
|
|
@@ -2734,7 +2912,7 @@
|
|
|
2734
2912
|
},
|
|
2735
2913
|
"wrapper": true
|
|
2736
2914
|
},
|
|
2737
|
-
"
|
|
2915
|
+
"Sz": {
|
|
2738
2916
|
"type": "structure",
|
|
2739
2917
|
"required": [
|
|
2740
2918
|
"SnapshotIdentifier"
|
|
@@ -2744,13 +2922,13 @@
|
|
|
2744
2922
|
"SnapshotClusterIdentifier": {}
|
|
2745
2923
|
}
|
|
2746
2924
|
},
|
|
2747
|
-
"
|
|
2925
|
+
"S11": {
|
|
2748
2926
|
"type": "list",
|
|
2749
2927
|
"member": {
|
|
2750
2928
|
"locationName": "String"
|
|
2751
2929
|
}
|
|
2752
2930
|
},
|
|
2753
|
-
"
|
|
2931
|
+
"S13": {
|
|
2754
2932
|
"type": "structure",
|
|
2755
2933
|
"members": {
|
|
2756
2934
|
"SnapshotIdentifier": {},
|
|
@@ -2759,7 +2937,7 @@
|
|
|
2759
2937
|
"FailureReason": {}
|
|
2760
2938
|
}
|
|
2761
2939
|
},
|
|
2762
|
-
"
|
|
2940
|
+
"S18": {
|
|
2763
2941
|
"type": "structure",
|
|
2764
2942
|
"members": {
|
|
2765
2943
|
"TargetNodeType": {},
|
|
@@ -2803,25 +2981,25 @@
|
|
|
2803
2981
|
}
|
|
2804
2982
|
}
|
|
2805
2983
|
},
|
|
2806
|
-
"
|
|
2984
|
+
"S1h": {
|
|
2807
2985
|
"type": "list",
|
|
2808
2986
|
"member": {
|
|
2809
2987
|
"locationName": "ClusterSecurityGroupName"
|
|
2810
2988
|
}
|
|
2811
2989
|
},
|
|
2812
|
-
"
|
|
2990
|
+
"S1i": {
|
|
2813
2991
|
"type": "list",
|
|
2814
2992
|
"member": {
|
|
2815
2993
|
"locationName": "VpcSecurityGroupId"
|
|
2816
2994
|
}
|
|
2817
2995
|
},
|
|
2818
|
-
"
|
|
2996
|
+
"S1k": {
|
|
2819
2997
|
"type": "list",
|
|
2820
2998
|
"member": {
|
|
2821
2999
|
"locationName": "IamRoleArn"
|
|
2822
3000
|
}
|
|
2823
3001
|
},
|
|
2824
|
-
"
|
|
3002
|
+
"S1m": {
|
|
2825
3003
|
"type": "structure",
|
|
2826
3004
|
"members": {
|
|
2827
3005
|
"ClusterIdentifier": {},
|
|
@@ -2841,25 +3019,8 @@
|
|
|
2841
3019
|
"VpcEndpoints": {
|
|
2842
3020
|
"type": "list",
|
|
2843
3021
|
"member": {
|
|
2844
|
-
"
|
|
2845
|
-
"
|
|
2846
|
-
"members": {
|
|
2847
|
-
"VpcEndpointId": {},
|
|
2848
|
-
"VpcId": {},
|
|
2849
|
-
"NetworkInterfaces": {
|
|
2850
|
-
"type": "list",
|
|
2851
|
-
"member": {
|
|
2852
|
-
"locationName": "NetworkInterface",
|
|
2853
|
-
"type": "structure",
|
|
2854
|
-
"members": {
|
|
2855
|
-
"NetworkInterfaceId": {},
|
|
2856
|
-
"SubnetId": {},
|
|
2857
|
-
"PrivateIpAddress": {},
|
|
2858
|
-
"AvailabilityZone": {}
|
|
2859
|
-
}
|
|
2860
|
-
}
|
|
2861
|
-
}
|
|
2862
|
-
}
|
|
3022
|
+
"shape": "S1p",
|
|
3023
|
+
"locationName": "VpcEndpoint"
|
|
2863
3024
|
}
|
|
2864
3025
|
}
|
|
2865
3026
|
}
|
|
@@ -2885,15 +3046,7 @@
|
|
|
2885
3046
|
}
|
|
2886
3047
|
},
|
|
2887
3048
|
"VpcSecurityGroups": {
|
|
2888
|
-
"
|
|
2889
|
-
"member": {
|
|
2890
|
-
"locationName": "VpcSecurityGroup",
|
|
2891
|
-
"type": "structure",
|
|
2892
|
-
"members": {
|
|
2893
|
-
"VpcSecurityGroupId": {},
|
|
2894
|
-
"Status": {}
|
|
2895
|
-
}
|
|
2896
|
-
}
|
|
3049
|
+
"shape": "S1u"
|
|
2897
3050
|
},
|
|
2898
3051
|
"ClusterParameterGroups": {
|
|
2899
3052
|
"type": "list",
|
|
@@ -3107,7 +3260,38 @@
|
|
|
3107
3260
|
},
|
|
3108
3261
|
"wrapper": true
|
|
3109
3262
|
},
|
|
3110
|
-
"
|
|
3263
|
+
"S1p": {
|
|
3264
|
+
"type": "structure",
|
|
3265
|
+
"members": {
|
|
3266
|
+
"VpcEndpointId": {},
|
|
3267
|
+
"VpcId": {},
|
|
3268
|
+
"NetworkInterfaces": {
|
|
3269
|
+
"type": "list",
|
|
3270
|
+
"member": {
|
|
3271
|
+
"locationName": "NetworkInterface",
|
|
3272
|
+
"type": "structure",
|
|
3273
|
+
"members": {
|
|
3274
|
+
"NetworkInterfaceId": {},
|
|
3275
|
+
"SubnetId": {},
|
|
3276
|
+
"PrivateIpAddress": {},
|
|
3277
|
+
"AvailabilityZone": {}
|
|
3278
|
+
}
|
|
3279
|
+
}
|
|
3280
|
+
}
|
|
3281
|
+
}
|
|
3282
|
+
},
|
|
3283
|
+
"S1u": {
|
|
3284
|
+
"type": "list",
|
|
3285
|
+
"member": {
|
|
3286
|
+
"locationName": "VpcSecurityGroup",
|
|
3287
|
+
"type": "structure",
|
|
3288
|
+
"members": {
|
|
3289
|
+
"VpcSecurityGroupId": {},
|
|
3290
|
+
"Status": {}
|
|
3291
|
+
}
|
|
3292
|
+
}
|
|
3293
|
+
},
|
|
3294
|
+
"S2h": {
|
|
3111
3295
|
"type": "structure",
|
|
3112
3296
|
"members": {
|
|
3113
3297
|
"ParameterGroupName": {},
|
|
@@ -3119,13 +3303,13 @@
|
|
|
3119
3303
|
},
|
|
3120
3304
|
"wrapper": true
|
|
3121
3305
|
},
|
|
3122
|
-
"
|
|
3306
|
+
"S2n": {
|
|
3123
3307
|
"type": "list",
|
|
3124
3308
|
"member": {
|
|
3125
3309
|
"locationName": "SubnetIdentifier"
|
|
3126
3310
|
}
|
|
3127
3311
|
},
|
|
3128
|
-
"
|
|
3312
|
+
"S2p": {
|
|
3129
3313
|
"type": "structure",
|
|
3130
3314
|
"members": {
|
|
3131
3315
|
"ClusterSubnetGroupName": {},
|
|
@@ -3140,7 +3324,7 @@
|
|
|
3140
3324
|
"members": {
|
|
3141
3325
|
"SubnetIdentifier": {},
|
|
3142
3326
|
"SubnetAvailabilityZone": {
|
|
3143
|
-
"shape": "
|
|
3327
|
+
"shape": "S2s"
|
|
3144
3328
|
},
|
|
3145
3329
|
"SubnetStatus": {}
|
|
3146
3330
|
}
|
|
@@ -3152,7 +3336,7 @@
|
|
|
3152
3336
|
},
|
|
3153
3337
|
"wrapper": true
|
|
3154
3338
|
},
|
|
3155
|
-
"
|
|
3339
|
+
"S2s": {
|
|
3156
3340
|
"type": "structure",
|
|
3157
3341
|
"members": {
|
|
3158
3342
|
"Name": {},
|
|
@@ -3170,19 +3354,42 @@
|
|
|
3170
3354
|
},
|
|
3171
3355
|
"wrapper": true
|
|
3172
3356
|
},
|
|
3173
|
-
"
|
|
3357
|
+
"S2w": {
|
|
3358
|
+
"type": "structure",
|
|
3359
|
+
"members": {
|
|
3360
|
+
"ClusterIdentifier": {},
|
|
3361
|
+
"ResourceOwner": {},
|
|
3362
|
+
"SubnetGroupName": {},
|
|
3363
|
+
"EndpointStatus": {},
|
|
3364
|
+
"EndpointName": {},
|
|
3365
|
+
"EndpointCreateTime": {
|
|
3366
|
+
"type": "timestamp"
|
|
3367
|
+
},
|
|
3368
|
+
"Port": {
|
|
3369
|
+
"type": "integer"
|
|
3370
|
+
},
|
|
3371
|
+
"Address": {},
|
|
3372
|
+
"VpcSecurityGroups": {
|
|
3373
|
+
"shape": "S1u"
|
|
3374
|
+
},
|
|
3375
|
+
"VpcEndpoint": {
|
|
3376
|
+
"shape": "S1p"
|
|
3377
|
+
}
|
|
3378
|
+
}
|
|
3379
|
+
},
|
|
3380
|
+
"S2y": {
|
|
3174
3381
|
"type": "list",
|
|
3175
3382
|
"member": {
|
|
3176
3383
|
"locationName": "SourceId"
|
|
3177
3384
|
}
|
|
3178
3385
|
},
|
|
3179
|
-
"
|
|
3386
|
+
"S2z": {
|
|
3180
3387
|
"type": "list",
|
|
3181
3388
|
"member": {
|
|
3182
3389
|
"locationName": "EventCategory"
|
|
3183
3390
|
}
|
|
3184
3391
|
},
|
|
3185
|
-
"
|
|
3392
|
+
"S31": {
|
|
3186
3393
|
"type": "structure",
|
|
3187
3394
|
"members": {
|
|
3188
3395
|
"CustomerAwsId": {},
|
|
@@ -3194,10 +3401,10 @@
|
|
|
3194
3401
|
},
|
|
3195
3402
|
"SourceType": {},
|
|
3196
3403
|
"SourceIdsList": {
|
|
3197
|
-
"shape": "
|
|
3404
|
+
"shape": "S2y"
|
|
3198
3405
|
},
|
|
3199
3406
|
"EventCategoriesList": {
|
|
3200
|
-
"shape": "
|
|
3407
|
+
"shape": "S2z"
|
|
3201
3408
|
},
|
|
3202
3409
|
"Severity": {},
|
|
3203
3410
|
"Enabled": {
|
|
@@ -3209,7 +3416,7 @@
|
|
|
3209
3416
|
},
|
|
3210
3417
|
"wrapper": true
|
|
3211
3418
|
},
|
|
3212
|
-
"
|
|
3419
|
+
"S34": {
|
|
3213
3420
|
"type": "structure",
|
|
3214
3421
|
"members": {
|
|
3215
3422
|
"HsmClientCertificateIdentifier": {},
|
|
@@ -3220,7 +3427,7 @@
|
|
|
3220
3427
|
},
|
|
3221
3428
|
"wrapper": true
|
|
3222
3429
|
},
|
|
3223
|
-
"
|
|
3430
|
+
"S37": {
|
|
3224
3431
|
"type": "structure",
|
|
3225
3432
|
"members": {
|
|
3226
3433
|
"HsmConfigurationIdentifier": {},
|
|
@@ -3233,21 +3440,21 @@
|
|
|
3233
3440
|
},
|
|
3234
3441
|
"wrapper": true
|
|
3235
3442
|
},
|
|
3236
|
-
"
|
|
3443
|
+
"S39": {
|
|
3237
3444
|
"type": "structure",
|
|
3238
3445
|
"members": {
|
|
3239
3446
|
"ResizeCluster": {
|
|
3240
|
-
"shape": "
|
|
3447
|
+
"shape": "S3a"
|
|
3241
3448
|
},
|
|
3242
3449
|
"PauseCluster": {
|
|
3243
|
-
"shape": "
|
|
3450
|
+
"shape": "S3b"
|
|
3244
3451
|
},
|
|
3245
3452
|
"ResumeCluster": {
|
|
3246
|
-
"shape": "
|
|
3453
|
+
"shape": "S3c"
|
|
3247
3454
|
}
|
|
3248
3455
|
}
|
|
3249
3456
|
},
|
|
3250
|
-
"
|
|
3457
|
+
"S3a": {
|
|
3251
3458
|
"type": "structure",
|
|
3252
3459
|
"required": [
|
|
3253
3460
|
"ClusterIdentifier"
|
|
@@ -3264,7 +3471,7 @@
|
|
|
3264
3471
|
}
|
|
3265
3472
|
}
|
|
3266
3473
|
},
|
|
3267
|
-
"
|
|
3474
|
+
"S3b": {
|
|
3268
3475
|
"type": "structure",
|
|
3269
3476
|
"required": [
|
|
3270
3477
|
"ClusterIdentifier"
|
|
@@ -3273,7 +3480,7 @@
|
|
|
3273
3480
|
"ClusterIdentifier": {}
|
|
3274
3481
|
}
|
|
3275
3482
|
},
|
|
3276
|
-
"
|
|
3483
|
+
"S3c": {
|
|
3277
3484
|
"type": "structure",
|
|
3278
3485
|
"required": [
|
|
3279
3486
|
"ClusterIdentifier"
|
|
@@ -3282,12 +3489,12 @@
|
|
|
3282
3489
|
"ClusterIdentifier": {}
|
|
3283
3490
|
}
|
|
3284
3491
|
},
|
|
3285
|
-
"
|
|
3492
|
+
"S3d": {
|
|
3286
3493
|
"type": "structure",
|
|
3287
3494
|
"members": {
|
|
3288
3495
|
"ScheduledActionName": {},
|
|
3289
3496
|
"TargetAction": {
|
|
3290
|
-
"shape": "
|
|
3497
|
+
"shape": "S39"
|
|
3291
3498
|
},
|
|
3292
3499
|
"Schedule": {},
|
|
3293
3500
|
"IamRole": {},
|
|
@@ -3308,7 +3515,7 @@
|
|
|
3308
3515
|
}
|
|
3309
3516
|
}
|
|
3310
3517
|
},
|
|
3311
|
-
"
|
|
3518
|
+
"S3i": {
|
|
3312
3519
|
"type": "structure",
|
|
3313
3520
|
"members": {
|
|
3314
3521
|
"SnapshotCopyGrantName": {},
|
|
@@ -3319,17 +3526,17 @@
|
|
|
3319
3526
|
},
|
|
3320
3527
|
"wrapper": true
|
|
3321
3528
|
},
|
|
3322
|
-
"
|
|
3529
|
+
"S3k": {
|
|
3323
3530
|
"type": "list",
|
|
3324
3531
|
"member": {
|
|
3325
3532
|
"locationName": "ScheduleDefinition"
|
|
3326
3533
|
}
|
|
3327
3534
|
},
|
|
3328
|
-
"
|
|
3535
|
+
"S3l": {
|
|
3329
3536
|
"type": "structure",
|
|
3330
3537
|
"members": {
|
|
3331
3538
|
"ScheduleDefinitions": {
|
|
3332
|
-
"shape": "
|
|
3539
|
+
"shape": "S3k"
|
|
3333
3540
|
},
|
|
3334
3541
|
"ScheduleIdentifier": {},
|
|
3335
3542
|
"ScheduleDescription": {},
|
|
@@ -3359,7 +3566,7 @@
|
|
|
3359
3566
|
}
|
|
3360
3567
|
}
|
|
3361
3568
|
},
|
|
3362
|
-
"
|
|
3569
|
+
"S3v": {
|
|
3363
3570
|
"type": "structure",
|
|
3364
3571
|
"members": {
|
|
3365
3572
|
"UsageLimitId": {},
|
|
@@ -3376,19 +3583,19 @@
|
|
|
3376
3583
|
}
|
|
3377
3584
|
}
|
|
3378
3585
|
},
|
|
3379
|
-
"
|
|
3586
|
+
"S4a": {
|
|
3380
3587
|
"type": "list",
|
|
3381
3588
|
"member": {
|
|
3382
3589
|
"locationName": "TagKey"
|
|
3383
3590
|
}
|
|
3384
3591
|
},
|
|
3385
|
-
"
|
|
3592
|
+
"S4q": {
|
|
3386
3593
|
"type": "list",
|
|
3387
3594
|
"member": {
|
|
3388
3595
|
"locationName": "TagValue"
|
|
3389
3596
|
}
|
|
3390
3597
|
},
|
|
3391
|
-
"
|
|
3598
|
+
"S4v": {
|
|
3392
3599
|
"type": "list",
|
|
3393
3600
|
"member": {
|
|
3394
3601
|
"locationName": "Parameter",
|
|
@@ -3408,7 +3615,7 @@
|
|
|
3408
3615
|
}
|
|
3409
3616
|
}
|
|
3410
3617
|
},
|
|
3411
|
-
"
|
|
3618
|
+
"S6k": {
|
|
3412
3619
|
"type": "structure",
|
|
3413
3620
|
"members": {
|
|
3414
3621
|
"LoggingEnabled": {
|
|
@@ -3425,13 +3632,13 @@
|
|
|
3425
3632
|
"LastFailureMessage": {}
|
|
3426
3633
|
}
|
|
3427
3634
|
},
|
|
3428
|
-
"
|
|
3635
|
+
"S6r": {
|
|
3429
3636
|
"type": "list",
|
|
3430
3637
|
"member": {
|
|
3431
3638
|
"locationName": "item"
|
|
3432
3639
|
}
|
|
3433
3640
|
},
|
|
3434
|
-
"
|
|
3641
|
+
"S73": {
|
|
3435
3642
|
"type": "list",
|
|
3436
3643
|
"member": {
|
|
3437
3644
|
"locationName": "ReservedNodeOffering",
|
|
@@ -3458,7 +3665,7 @@
|
|
|
3458
3665
|
"wrapper": true
|
|
3459
3666
|
}
|
|
3460
3667
|
},
|
|
3461
|
-
"
|
|
3668
|
+
"S7q": {
|
|
3462
3669
|
"type": "structure",
|
|
3463
3670
|
"members": {
|
|
3464
3671
|
"TableRestoreRequestId": {},
|
|
@@ -3484,7 +3691,7 @@
|
|
|
3484
3691
|
},
|
|
3485
3692
|
"wrapper": true
|
|
3486
3693
|
},
|
|
3487
|
-
"
|
|
3694
|
+
"S8k": {
|
|
3488
3695
|
"type": "structure",
|
|
3489
3696
|
"members": {
|
|
3490
3697
|
"ParameterGroupName": {},
|