cdk-comprehend-s3olap 2.0.197 → 2.0.199
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 +3 -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 +20 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/appstream-2016-12-01.min.json +523 -212
- package/node_modules/aws-sdk/apis/appstream-2016-12-01.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/chime-2018-05-01.min.json +344 -84
- package/node_modules/aws-sdk/apis/cleanrooms-2022-02-17.min.json +56 -49
- package/node_modules/aws-sdk/apis/dynamodb-2012-08-10.min.json +265 -256
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +624 -606
- package/node_modules/aws-sdk/apis/internetmonitor-2021-06-03.min.json +47 -21
- package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +39 -1
- package/node_modules/aws-sdk/apis/s3-2006-03-01.examples.json +110 -110
- package/node_modules/aws-sdk/apis/s3-2006-03-01.min.json +55 -19
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +915 -855
- package/node_modules/aws-sdk/clients/appstream.d.ts +426 -8
- package/node_modules/aws-sdk/clients/chime.d.ts +268 -268
- package/node_modules/aws-sdk/clients/cleanrooms.d.ts +33 -22
- package/node_modules/aws-sdk/clients/dynamodb.d.ts +28 -0
- package/node_modules/aws-sdk/clients/gamelift.d.ts +6 -6
- package/node_modules/aws-sdk/clients/glue.d.ts +23 -0
- package/node_modules/aws-sdk/clients/internetmonitor.d.ts +31 -0
- package/node_modules/aws-sdk/clients/kinesisanalyticsv2.d.ts +1 -1
- package/node_modules/aws-sdk/clients/lambda.d.ts +6 -6
- package/node_modules/aws-sdk/clients/omics.d.ts +1 -1
- package/node_modules/aws-sdk/clients/rds.d.ts +97 -1
- package/node_modules/aws-sdk/clients/s3.d.ts +82 -48
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +93 -10
- 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 +13 -13
- package/node_modules/aws-sdk/dist/aws-sdk.js +374 -279
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +75 -75
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +28 -0
- package/node_modules/aws-sdk/lib/region_config_data.json +12 -0
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +5 -5
@@ -34,7 +34,8 @@
|
|
34
34
|
},
|
35
35
|
"ConsistentRead": {
|
36
36
|
"type": "boolean"
|
37
|
-
}
|
37
|
+
},
|
38
|
+
"ReturnValuesOnConditionCheckFailure": {}
|
38
39
|
}
|
39
40
|
}
|
40
41
|
},
|
@@ -53,7 +54,10 @@
|
|
53
54
|
"type": "structure",
|
54
55
|
"members": {
|
55
56
|
"Code": {},
|
56
|
-
"Message": {}
|
57
|
+
"Message": {},
|
58
|
+
"Item": {
|
59
|
+
"shape": "Sr"
|
60
|
+
}
|
57
61
|
}
|
58
62
|
},
|
59
63
|
"TableName": {},
|
@@ -64,7 +68,7 @@
|
|
64
68
|
}
|
65
69
|
},
|
66
70
|
"ConsumedCapacity": {
|
67
|
-
"shape": "
|
71
|
+
"shape": "St"
|
68
72
|
}
|
69
73
|
}
|
70
74
|
}
|
@@ -77,7 +81,7 @@
|
|
77
81
|
],
|
78
82
|
"members": {
|
79
83
|
"RequestItems": {
|
80
|
-
"shape": "
|
84
|
+
"shape": "S10"
|
81
85
|
},
|
82
86
|
"ReturnConsumedCapacity": {}
|
83
87
|
}
|
@@ -89,14 +93,14 @@
|
|
89
93
|
"type": "map",
|
90
94
|
"key": {},
|
91
95
|
"value": {
|
92
|
-
"shape": "
|
96
|
+
"shape": "S1a"
|
93
97
|
}
|
94
98
|
},
|
95
99
|
"UnprocessedKeys": {
|
96
|
-
"shape": "
|
100
|
+
"shape": "S10"
|
97
101
|
},
|
98
102
|
"ConsumedCapacity": {
|
99
|
-
"shape": "
|
103
|
+
"shape": "St"
|
100
104
|
}
|
101
105
|
}
|
102
106
|
},
|
@@ -110,7 +114,7 @@
|
|
110
114
|
],
|
111
115
|
"members": {
|
112
116
|
"RequestItems": {
|
113
|
-
"shape": "
|
117
|
+
"shape": "S1c"
|
114
118
|
},
|
115
119
|
"ReturnConsumedCapacity": {},
|
116
120
|
"ReturnItemCollectionMetrics": {}
|
@@ -120,13 +124,13 @@
|
|
120
124
|
"type": "structure",
|
121
125
|
"members": {
|
122
126
|
"UnprocessedItems": {
|
123
|
-
"shape": "
|
127
|
+
"shape": "S1c"
|
124
128
|
},
|
125
129
|
"ItemCollectionMetrics": {
|
126
|
-
"shape": "
|
130
|
+
"shape": "S1k"
|
127
131
|
},
|
128
132
|
"ConsumedCapacity": {
|
129
|
-
"shape": "
|
133
|
+
"shape": "St"
|
130
134
|
}
|
131
135
|
}
|
132
136
|
},
|
@@ -148,7 +152,7 @@
|
|
148
152
|
"type": "structure",
|
149
153
|
"members": {
|
150
154
|
"BackupDetails": {
|
151
|
-
"shape": "
|
155
|
+
"shape": "S1t"
|
152
156
|
}
|
153
157
|
}
|
154
158
|
},
|
@@ -164,7 +168,7 @@
|
|
164
168
|
"members": {
|
165
169
|
"GlobalTableName": {},
|
166
170
|
"ReplicationGroup": {
|
167
|
-
"shape": "
|
171
|
+
"shape": "S21"
|
168
172
|
}
|
169
173
|
}
|
170
174
|
},
|
@@ -172,7 +176,7 @@
|
|
172
176
|
"type": "structure",
|
173
177
|
"members": {
|
174
178
|
"GlobalTableDescription": {
|
175
|
-
"shape": "
|
179
|
+
"shape": "S25"
|
176
180
|
}
|
177
181
|
}
|
178
182
|
},
|
@@ -188,30 +192,30 @@
|
|
188
192
|
],
|
189
193
|
"members": {
|
190
194
|
"AttributeDefinitions": {
|
191
|
-
"shape": "
|
195
|
+
"shape": "S2l"
|
192
196
|
},
|
193
197
|
"TableName": {},
|
194
198
|
"KeySchema": {
|
195
|
-
"shape": "
|
199
|
+
"shape": "S2p"
|
196
200
|
},
|
197
201
|
"LocalSecondaryIndexes": {
|
198
|
-
"shape": "
|
202
|
+
"shape": "S2s"
|
199
203
|
},
|
200
204
|
"GlobalSecondaryIndexes": {
|
201
|
-
"shape": "
|
205
|
+
"shape": "S2y"
|
202
206
|
},
|
203
207
|
"BillingMode": {},
|
204
208
|
"ProvisionedThroughput": {
|
205
|
-
"shape": "
|
209
|
+
"shape": "S30"
|
206
210
|
},
|
207
211
|
"StreamSpecification": {
|
208
|
-
"shape": "
|
212
|
+
"shape": "S32"
|
209
213
|
},
|
210
214
|
"SSESpecification": {
|
211
|
-
"shape": "
|
215
|
+
"shape": "S35"
|
212
216
|
},
|
213
217
|
"Tags": {
|
214
|
-
"shape": "
|
218
|
+
"shape": "S38"
|
215
219
|
},
|
216
220
|
"TableClass": {},
|
217
221
|
"DeletionProtectionEnabled": {
|
@@ -223,7 +227,7 @@
|
|
223
227
|
"type": "structure",
|
224
228
|
"members": {
|
225
229
|
"TableDescription": {
|
226
|
-
"shape": "
|
230
|
+
"shape": "S3e"
|
227
231
|
}
|
228
232
|
}
|
229
233
|
},
|
@@ -243,7 +247,7 @@
|
|
243
247
|
"type": "structure",
|
244
248
|
"members": {
|
245
249
|
"BackupDescription": {
|
246
|
-
"shape": "
|
250
|
+
"shape": "S42"
|
247
251
|
}
|
248
252
|
}
|
249
253
|
},
|
@@ -259,10 +263,10 @@
|
|
259
263
|
"members": {
|
260
264
|
"TableName": {},
|
261
265
|
"Key": {
|
262
|
-
"shape": "
|
266
|
+
"shape": "S13"
|
263
267
|
},
|
264
268
|
"Expected": {
|
265
|
-
"shape": "
|
269
|
+
"shape": "S4f"
|
266
270
|
},
|
267
271
|
"ConditionalOperator": {},
|
268
272
|
"ReturnValues": {},
|
@@ -270,11 +274,12 @@
|
|
270
274
|
"ReturnItemCollectionMetrics": {},
|
271
275
|
"ConditionExpression": {},
|
272
276
|
"ExpressionAttributeNames": {
|
273
|
-
"shape": "
|
277
|
+
"shape": "S16"
|
274
278
|
},
|
275
279
|
"ExpressionAttributeValues": {
|
276
|
-
"shape": "
|
277
|
-
}
|
280
|
+
"shape": "S4n"
|
281
|
+
},
|
282
|
+
"ReturnValuesOnConditionCheckFailure": {}
|
278
283
|
}
|
279
284
|
},
|
280
285
|
"output": {
|
@@ -284,10 +289,10 @@
|
|
284
289
|
"shape": "Sr"
|
285
290
|
},
|
286
291
|
"ConsumedCapacity": {
|
287
|
-
"shape": "
|
292
|
+
"shape": "Su"
|
288
293
|
},
|
289
294
|
"ItemCollectionMetrics": {
|
290
|
-
"shape": "
|
295
|
+
"shape": "S1m"
|
291
296
|
}
|
292
297
|
}
|
293
298
|
},
|
@@ -307,7 +312,7 @@
|
|
307
312
|
"type": "structure",
|
308
313
|
"members": {
|
309
314
|
"TableDescription": {
|
310
|
-
"shape": "
|
315
|
+
"shape": "S3e"
|
311
316
|
}
|
312
317
|
}
|
313
318
|
},
|
@@ -327,7 +332,7 @@
|
|
327
332
|
"type": "structure",
|
328
333
|
"members": {
|
329
334
|
"BackupDescription": {
|
330
|
-
"shape": "
|
335
|
+
"shape": "S42"
|
331
336
|
}
|
332
337
|
}
|
333
338
|
},
|
@@ -347,7 +352,7 @@
|
|
347
352
|
"type": "structure",
|
348
353
|
"members": {
|
349
354
|
"ContinuousBackupsDescription": {
|
350
|
-
"shape": "
|
355
|
+
"shape": "S4w"
|
351
356
|
}
|
352
357
|
}
|
353
358
|
},
|
@@ -432,7 +437,7 @@
|
|
432
437
|
"type": "structure",
|
433
438
|
"members": {
|
434
439
|
"ExportDescription": {
|
435
|
-
"shape": "
|
440
|
+
"shape": "S5h"
|
436
441
|
}
|
437
442
|
}
|
438
443
|
}
|
@@ -451,7 +456,7 @@
|
|
451
456
|
"type": "structure",
|
452
457
|
"members": {
|
453
458
|
"GlobalTableDescription": {
|
454
|
-
"shape": "
|
459
|
+
"shape": "S25"
|
455
460
|
}
|
456
461
|
}
|
457
462
|
},
|
@@ -472,7 +477,7 @@
|
|
472
477
|
"members": {
|
473
478
|
"GlobalTableName": {},
|
474
479
|
"ReplicaSettings": {
|
475
|
-
"shape": "
|
480
|
+
"shape": "S61"
|
476
481
|
}
|
477
482
|
}
|
478
483
|
},
|
@@ -495,7 +500,7 @@
|
|
495
500
|
],
|
496
501
|
"members": {
|
497
502
|
"ImportTableDescription": {
|
498
|
-
"shape": "
|
503
|
+
"shape": "S6f"
|
499
504
|
}
|
500
505
|
}
|
501
506
|
}
|
@@ -567,7 +572,7 @@
|
|
567
572
|
"type": "structure",
|
568
573
|
"members": {
|
569
574
|
"Table": {
|
570
|
-
"shape": "
|
575
|
+
"shape": "S3e"
|
571
576
|
}
|
572
577
|
}
|
573
578
|
},
|
@@ -587,7 +592,7 @@
|
|
587
592
|
"type": "structure",
|
588
593
|
"members": {
|
589
594
|
"TableAutoScalingDescription": {
|
590
|
-
"shape": "
|
595
|
+
"shape": "S77"
|
591
596
|
}
|
592
597
|
}
|
593
598
|
}
|
@@ -606,7 +611,7 @@
|
|
606
611
|
"type": "structure",
|
607
612
|
"members": {
|
608
613
|
"TimeToLiveDescription": {
|
609
|
-
"shape": "
|
614
|
+
"shape": "S4b"
|
610
615
|
}
|
611
616
|
}
|
612
617
|
},
|
@@ -614,19 +619,19 @@
|
|
614
619
|
},
|
615
620
|
"DisableKinesisStreamingDestination": {
|
616
621
|
"input": {
|
617
|
-
"shape": "
|
622
|
+
"shape": "S7e"
|
618
623
|
},
|
619
624
|
"output": {
|
620
|
-
"shape": "
|
625
|
+
"shape": "S7f"
|
621
626
|
},
|
622
627
|
"endpointdiscovery": {}
|
623
628
|
},
|
624
629
|
"EnableKinesisStreamingDestination": {
|
625
630
|
"input": {
|
626
|
-
"shape": "
|
631
|
+
"shape": "S7e"
|
627
632
|
},
|
628
633
|
"output": {
|
629
|
-
"shape": "
|
634
|
+
"shape": "S7f"
|
630
635
|
},
|
631
636
|
"endpointdiscovery": {}
|
632
637
|
},
|
@@ -648,21 +653,22 @@
|
|
648
653
|
"ReturnConsumedCapacity": {},
|
649
654
|
"Limit": {
|
650
655
|
"type": "integer"
|
651
|
-
}
|
656
|
+
},
|
657
|
+
"ReturnValuesOnConditionCheckFailure": {}
|
652
658
|
}
|
653
659
|
},
|
654
660
|
"output": {
|
655
661
|
"type": "structure",
|
656
662
|
"members": {
|
657
663
|
"Items": {
|
658
|
-
"shape": "
|
664
|
+
"shape": "S1a"
|
659
665
|
},
|
660
666
|
"NextToken": {},
|
661
667
|
"ConsumedCapacity": {
|
662
|
-
"shape": "
|
668
|
+
"shape": "Su"
|
663
669
|
},
|
664
670
|
"LastEvaluatedKey": {
|
665
|
-
"shape": "
|
671
|
+
"shape": "S13"
|
666
672
|
}
|
667
673
|
}
|
668
674
|
}
|
@@ -685,7 +691,8 @@
|
|
685
691
|
"Statement": {},
|
686
692
|
"Parameters": {
|
687
693
|
"shape": "S5"
|
688
|
-
}
|
694
|
+
},
|
695
|
+
"ReturnValuesOnConditionCheckFailure": {}
|
689
696
|
}
|
690
697
|
}
|
691
698
|
},
|
@@ -699,10 +706,10 @@
|
|
699
706
|
"type": "structure",
|
700
707
|
"members": {
|
701
708
|
"Responses": {
|
702
|
-
"shape": "
|
709
|
+
"shape": "S7p"
|
703
710
|
},
|
704
711
|
"ConsumedCapacity": {
|
705
|
-
"shape": "
|
712
|
+
"shape": "St"
|
706
713
|
}
|
707
714
|
}
|
708
715
|
}
|
@@ -734,7 +741,7 @@
|
|
734
741
|
"type": "structure",
|
735
742
|
"members": {
|
736
743
|
"ExportDescription": {
|
737
|
-
"shape": "
|
744
|
+
"shape": "S5h"
|
738
745
|
}
|
739
746
|
}
|
740
747
|
}
|
@@ -749,10 +756,10 @@
|
|
749
756
|
"members": {
|
750
757
|
"TableName": {},
|
751
758
|
"Key": {
|
752
|
-
"shape": "
|
759
|
+
"shape": "S13"
|
753
760
|
},
|
754
761
|
"AttributesToGet": {
|
755
|
-
"shape": "
|
762
|
+
"shape": "S14"
|
756
763
|
},
|
757
764
|
"ConsistentRead": {
|
758
765
|
"type": "boolean"
|
@@ -760,7 +767,7 @@
|
|
760
767
|
"ReturnConsumedCapacity": {},
|
761
768
|
"ProjectionExpression": {},
|
762
769
|
"ExpressionAttributeNames": {
|
763
|
-
"shape": "
|
770
|
+
"shape": "S16"
|
764
771
|
}
|
765
772
|
}
|
766
773
|
},
|
@@ -771,7 +778,7 @@
|
|
771
778
|
"shape": "Sr"
|
772
779
|
},
|
773
780
|
"ConsumedCapacity": {
|
774
|
-
"shape": "
|
781
|
+
"shape": "Su"
|
775
782
|
}
|
776
783
|
}
|
777
784
|
},
|
@@ -790,15 +797,15 @@
|
|
790
797
|
"idempotencyToken": true
|
791
798
|
},
|
792
799
|
"S3BucketSource": {
|
793
|
-
"shape": "
|
800
|
+
"shape": "S6h"
|
794
801
|
},
|
795
802
|
"InputFormat": {},
|
796
803
|
"InputFormatOptions": {
|
797
|
-
"shape": "
|
804
|
+
"shape": "S6l"
|
798
805
|
},
|
799
806
|
"InputCompressionType": {},
|
800
807
|
"TableCreationParameters": {
|
801
|
-
"shape": "
|
808
|
+
"shape": "S6r"
|
802
809
|
}
|
803
810
|
}
|
804
811
|
},
|
@@ -809,7 +816,7 @@
|
|
809
816
|
],
|
810
817
|
"members": {
|
811
818
|
"ImportTableDescription": {
|
812
|
-
"shape": "
|
819
|
+
"shape": "S6f"
|
813
820
|
}
|
814
821
|
}
|
815
822
|
}
|
@@ -942,7 +949,7 @@
|
|
942
949
|
"members": {
|
943
950
|
"GlobalTableName": {},
|
944
951
|
"ReplicationGroup": {
|
945
|
-
"shape": "
|
952
|
+
"shape": "S21"
|
946
953
|
}
|
947
954
|
}
|
948
955
|
}
|
@@ -975,7 +982,7 @@
|
|
975
982
|
"ImportStatus": {},
|
976
983
|
"TableArn": {},
|
977
984
|
"S3BucketSource": {
|
978
|
-
"shape": "
|
985
|
+
"shape": "S6h"
|
979
986
|
},
|
980
987
|
"CloudWatchLogGroupArn": {},
|
981
988
|
"InputFormat": {},
|
@@ -1029,7 +1036,7 @@
|
|
1029
1036
|
"type": "structure",
|
1030
1037
|
"members": {
|
1031
1038
|
"Tags": {
|
1032
|
-
"shape": "
|
1039
|
+
"shape": "S38"
|
1033
1040
|
},
|
1034
1041
|
"NextToken": {}
|
1035
1042
|
}
|
@@ -1046,10 +1053,10 @@
|
|
1046
1053
|
"members": {
|
1047
1054
|
"TableName": {},
|
1048
1055
|
"Item": {
|
1049
|
-
"shape": "
|
1056
|
+
"shape": "S1g"
|
1050
1057
|
},
|
1051
1058
|
"Expected": {
|
1052
|
-
"shape": "
|
1059
|
+
"shape": "S4f"
|
1053
1060
|
},
|
1054
1061
|
"ReturnValues": {},
|
1055
1062
|
"ReturnConsumedCapacity": {},
|
@@ -1057,11 +1064,12 @@
|
|
1057
1064
|
"ConditionalOperator": {},
|
1058
1065
|
"ConditionExpression": {},
|
1059
1066
|
"ExpressionAttributeNames": {
|
1060
|
-
"shape": "
|
1067
|
+
"shape": "S16"
|
1061
1068
|
},
|
1062
1069
|
"ExpressionAttributeValues": {
|
1063
|
-
"shape": "
|
1064
|
-
}
|
1070
|
+
"shape": "S4n"
|
1071
|
+
},
|
1072
|
+
"ReturnValuesOnConditionCheckFailure": {}
|
1065
1073
|
}
|
1066
1074
|
},
|
1067
1075
|
"output": {
|
@@ -1071,10 +1079,10 @@
|
|
1071
1079
|
"shape": "Sr"
|
1072
1080
|
},
|
1073
1081
|
"ConsumedCapacity": {
|
1074
|
-
"shape": "
|
1082
|
+
"shape": "Su"
|
1075
1083
|
},
|
1076
1084
|
"ItemCollectionMetrics": {
|
1077
|
-
"shape": "
|
1085
|
+
"shape": "S1m"
|
1078
1086
|
}
|
1079
1087
|
}
|
1080
1088
|
},
|
@@ -1091,7 +1099,7 @@
|
|
1091
1099
|
"IndexName": {},
|
1092
1100
|
"Select": {},
|
1093
1101
|
"AttributesToGet": {
|
1094
|
-
"shape": "
|
1102
|
+
"shape": "S14"
|
1095
1103
|
},
|
1096
1104
|
"Limit": {
|
1097
1105
|
"type": "integer"
|
@@ -1103,28 +1111,28 @@
|
|
1103
1111
|
"type": "map",
|
1104
1112
|
"key": {},
|
1105
1113
|
"value": {
|
1106
|
-
"shape": "
|
1114
|
+
"shape": "S93"
|
1107
1115
|
}
|
1108
1116
|
},
|
1109
1117
|
"QueryFilter": {
|
1110
|
-
"shape": "
|
1118
|
+
"shape": "S94"
|
1111
1119
|
},
|
1112
1120
|
"ConditionalOperator": {},
|
1113
1121
|
"ScanIndexForward": {
|
1114
1122
|
"type": "boolean"
|
1115
1123
|
},
|
1116
1124
|
"ExclusiveStartKey": {
|
1117
|
-
"shape": "
|
1125
|
+
"shape": "S13"
|
1118
1126
|
},
|
1119
1127
|
"ReturnConsumedCapacity": {},
|
1120
1128
|
"ProjectionExpression": {},
|
1121
1129
|
"FilterExpression": {},
|
1122
1130
|
"KeyConditionExpression": {},
|
1123
1131
|
"ExpressionAttributeNames": {
|
1124
|
-
"shape": "
|
1132
|
+
"shape": "S16"
|
1125
1133
|
},
|
1126
1134
|
"ExpressionAttributeValues": {
|
1127
|
-
"shape": "
|
1135
|
+
"shape": "S4n"
|
1128
1136
|
}
|
1129
1137
|
}
|
1130
1138
|
},
|
@@ -1132,7 +1140,7 @@
|
|
1132
1140
|
"type": "structure",
|
1133
1141
|
"members": {
|
1134
1142
|
"Items": {
|
1135
|
-
"shape": "
|
1143
|
+
"shape": "S1a"
|
1136
1144
|
},
|
1137
1145
|
"Count": {
|
1138
1146
|
"type": "integer"
|
@@ -1141,10 +1149,10 @@
|
|
1141
1149
|
"type": "integer"
|
1142
1150
|
},
|
1143
1151
|
"LastEvaluatedKey": {
|
1144
|
-
"shape": "
|
1152
|
+
"shape": "S13"
|
1145
1153
|
},
|
1146
1154
|
"ConsumedCapacity": {
|
1147
|
-
"shape": "
|
1155
|
+
"shape": "Su"
|
1148
1156
|
}
|
1149
1157
|
}
|
1150
1158
|
},
|
@@ -1162,16 +1170,16 @@
|
|
1162
1170
|
"BackupArn": {},
|
1163
1171
|
"BillingModeOverride": {},
|
1164
1172
|
"GlobalSecondaryIndexOverride": {
|
1165
|
-
"shape": "
|
1173
|
+
"shape": "S2y"
|
1166
1174
|
},
|
1167
1175
|
"LocalSecondaryIndexOverride": {
|
1168
|
-
"shape": "
|
1176
|
+
"shape": "S2s"
|
1169
1177
|
},
|
1170
1178
|
"ProvisionedThroughputOverride": {
|
1171
|
-
"shape": "
|
1179
|
+
"shape": "S30"
|
1172
1180
|
},
|
1173
1181
|
"SSESpecificationOverride": {
|
1174
|
-
"shape": "
|
1182
|
+
"shape": "S35"
|
1175
1183
|
}
|
1176
1184
|
}
|
1177
1185
|
},
|
@@ -1179,7 +1187,7 @@
|
|
1179
1187
|
"type": "structure",
|
1180
1188
|
"members": {
|
1181
1189
|
"TableDescription": {
|
1182
|
-
"shape": "
|
1190
|
+
"shape": "S3e"
|
1183
1191
|
}
|
1184
1192
|
}
|
1185
1193
|
},
|
@@ -1203,16 +1211,16 @@
|
|
1203
1211
|
},
|
1204
1212
|
"BillingModeOverride": {},
|
1205
1213
|
"GlobalSecondaryIndexOverride": {
|
1206
|
-
"shape": "
|
1214
|
+
"shape": "S2y"
|
1207
1215
|
},
|
1208
1216
|
"LocalSecondaryIndexOverride": {
|
1209
|
-
"shape": "
|
1217
|
+
"shape": "S2s"
|
1210
1218
|
},
|
1211
1219
|
"ProvisionedThroughputOverride": {
|
1212
|
-
"shape": "
|
1220
|
+
"shape": "S30"
|
1213
1221
|
},
|
1214
1222
|
"SSESpecificationOverride": {
|
1215
|
-
"shape": "
|
1223
|
+
"shape": "S35"
|
1216
1224
|
}
|
1217
1225
|
}
|
1218
1226
|
},
|
@@ -1220,7 +1228,7 @@
|
|
1220
1228
|
"type": "structure",
|
1221
1229
|
"members": {
|
1222
1230
|
"TableDescription": {
|
1223
|
-
"shape": "
|
1231
|
+
"shape": "S3e"
|
1224
1232
|
}
|
1225
1233
|
}
|
1226
1234
|
},
|
@@ -1236,18 +1244,18 @@
|
|
1236
1244
|
"TableName": {},
|
1237
1245
|
"IndexName": {},
|
1238
1246
|
"AttributesToGet": {
|
1239
|
-
"shape": "
|
1247
|
+
"shape": "S14"
|
1240
1248
|
},
|
1241
1249
|
"Limit": {
|
1242
1250
|
"type": "integer"
|
1243
1251
|
},
|
1244
1252
|
"Select": {},
|
1245
1253
|
"ScanFilter": {
|
1246
|
-
"shape": "
|
1254
|
+
"shape": "S94"
|
1247
1255
|
},
|
1248
1256
|
"ConditionalOperator": {},
|
1249
1257
|
"ExclusiveStartKey": {
|
1250
|
-
"shape": "
|
1258
|
+
"shape": "S13"
|
1251
1259
|
},
|
1252
1260
|
"ReturnConsumedCapacity": {},
|
1253
1261
|
"TotalSegments": {
|
@@ -1259,10 +1267,10 @@
|
|
1259
1267
|
"ProjectionExpression": {},
|
1260
1268
|
"FilterExpression": {},
|
1261
1269
|
"ExpressionAttributeNames": {
|
1262
|
-
"shape": "
|
1270
|
+
"shape": "S16"
|
1263
1271
|
},
|
1264
1272
|
"ExpressionAttributeValues": {
|
1265
|
-
"shape": "
|
1273
|
+
"shape": "S4n"
|
1266
1274
|
},
|
1267
1275
|
"ConsistentRead": {
|
1268
1276
|
"type": "boolean"
|
@@ -1273,7 +1281,7 @@
|
|
1273
1281
|
"type": "structure",
|
1274
1282
|
"members": {
|
1275
1283
|
"Items": {
|
1276
|
-
"shape": "
|
1284
|
+
"shape": "S1a"
|
1277
1285
|
},
|
1278
1286
|
"Count": {
|
1279
1287
|
"type": "integer"
|
@@ -1282,10 +1290,10 @@
|
|
1282
1290
|
"type": "integer"
|
1283
1291
|
},
|
1284
1292
|
"LastEvaluatedKey": {
|
1285
|
-
"shape": "
|
1293
|
+
"shape": "S13"
|
1286
1294
|
},
|
1287
1295
|
"ConsumedCapacity": {
|
1288
|
-
"shape": "
|
1296
|
+
"shape": "Su"
|
1289
1297
|
}
|
1290
1298
|
}
|
1291
1299
|
},
|
@@ -1301,7 +1309,7 @@
|
|
1301
1309
|
"members": {
|
1302
1310
|
"ResourceArn": {},
|
1303
1311
|
"Tags": {
|
1304
|
-
"shape": "
|
1312
|
+
"shape": "S38"
|
1305
1313
|
}
|
1306
1314
|
}
|
1307
1315
|
},
|
@@ -1330,12 +1338,12 @@
|
|
1330
1338
|
],
|
1331
1339
|
"members": {
|
1332
1340
|
"Key": {
|
1333
|
-
"shape": "
|
1341
|
+
"shape": "S13"
|
1334
1342
|
},
|
1335
1343
|
"TableName": {},
|
1336
1344
|
"ProjectionExpression": {},
|
1337
1345
|
"ExpressionAttributeNames": {
|
1338
|
-
"shape": "
|
1346
|
+
"shape": "S16"
|
1339
1347
|
}
|
1340
1348
|
}
|
1341
1349
|
}
|
@@ -1349,10 +1357,10 @@
|
|
1349
1357
|
"type": "structure",
|
1350
1358
|
"members": {
|
1351
1359
|
"ConsumedCapacity": {
|
1352
|
-
"shape": "
|
1360
|
+
"shape": "St"
|
1353
1361
|
},
|
1354
1362
|
"Responses": {
|
1355
|
-
"shape": "
|
1363
|
+
"shape": "S7p"
|
1356
1364
|
}
|
1357
1365
|
}
|
1358
1366
|
},
|
@@ -1379,15 +1387,15 @@
|
|
1379
1387
|
],
|
1380
1388
|
"members": {
|
1381
1389
|
"Key": {
|
1382
|
-
"shape": "
|
1390
|
+
"shape": "S13"
|
1383
1391
|
},
|
1384
1392
|
"TableName": {},
|
1385
1393
|
"ConditionExpression": {},
|
1386
1394
|
"ExpressionAttributeNames": {
|
1387
|
-
"shape": "
|
1395
|
+
"shape": "S16"
|
1388
1396
|
},
|
1389
1397
|
"ExpressionAttributeValues": {
|
1390
|
-
"shape": "
|
1398
|
+
"shape": "S4n"
|
1391
1399
|
},
|
1392
1400
|
"ReturnValuesOnConditionCheckFailure": {}
|
1393
1401
|
}
|
@@ -1400,15 +1408,15 @@
|
|
1400
1408
|
],
|
1401
1409
|
"members": {
|
1402
1410
|
"Item": {
|
1403
|
-
"shape": "
|
1411
|
+
"shape": "S1g"
|
1404
1412
|
},
|
1405
1413
|
"TableName": {},
|
1406
1414
|
"ConditionExpression": {},
|
1407
1415
|
"ExpressionAttributeNames": {
|
1408
|
-
"shape": "
|
1416
|
+
"shape": "S16"
|
1409
1417
|
},
|
1410
1418
|
"ExpressionAttributeValues": {
|
1411
|
-
"shape": "
|
1419
|
+
"shape": "S4n"
|
1412
1420
|
},
|
1413
1421
|
"ReturnValuesOnConditionCheckFailure": {}
|
1414
1422
|
}
|
@@ -1421,15 +1429,15 @@
|
|
1421
1429
|
],
|
1422
1430
|
"members": {
|
1423
1431
|
"Key": {
|
1424
|
-
"shape": "
|
1432
|
+
"shape": "S13"
|
1425
1433
|
},
|
1426
1434
|
"TableName": {},
|
1427
1435
|
"ConditionExpression": {},
|
1428
1436
|
"ExpressionAttributeNames": {
|
1429
|
-
"shape": "
|
1437
|
+
"shape": "S16"
|
1430
1438
|
},
|
1431
1439
|
"ExpressionAttributeValues": {
|
1432
|
-
"shape": "
|
1440
|
+
"shape": "S4n"
|
1433
1441
|
},
|
1434
1442
|
"ReturnValuesOnConditionCheckFailure": {}
|
1435
1443
|
}
|
@@ -1443,16 +1451,16 @@
|
|
1443
1451
|
],
|
1444
1452
|
"members": {
|
1445
1453
|
"Key": {
|
1446
|
-
"shape": "
|
1454
|
+
"shape": "S13"
|
1447
1455
|
},
|
1448
1456
|
"UpdateExpression": {},
|
1449
1457
|
"TableName": {},
|
1450
1458
|
"ConditionExpression": {},
|
1451
1459
|
"ExpressionAttributeNames": {
|
1452
|
-
"shape": "
|
1460
|
+
"shape": "S16"
|
1453
1461
|
},
|
1454
1462
|
"ExpressionAttributeValues": {
|
1455
|
-
"shape": "
|
1463
|
+
"shape": "S4n"
|
1456
1464
|
},
|
1457
1465
|
"ReturnValuesOnConditionCheckFailure": {}
|
1458
1466
|
}
|
@@ -1471,10 +1479,10 @@
|
|
1471
1479
|
"type": "structure",
|
1472
1480
|
"members": {
|
1473
1481
|
"ConsumedCapacity": {
|
1474
|
-
"shape": "
|
1482
|
+
"shape": "St"
|
1475
1483
|
},
|
1476
1484
|
"ItemCollectionMetrics": {
|
1477
|
-
"shape": "
|
1485
|
+
"shape": "S1k"
|
1478
1486
|
}
|
1479
1487
|
}
|
1480
1488
|
},
|
@@ -1523,7 +1531,7 @@
|
|
1523
1531
|
"type": "structure",
|
1524
1532
|
"members": {
|
1525
1533
|
"ContinuousBackupsDescription": {
|
1526
|
-
"shape": "
|
1534
|
+
"shape": "S4w"
|
1527
1535
|
}
|
1528
1536
|
}
|
1529
1537
|
},
|
@@ -1592,7 +1600,7 @@
|
|
1592
1600
|
"type": "structure",
|
1593
1601
|
"members": {
|
1594
1602
|
"GlobalTableDescription": {
|
1595
|
-
"shape": "
|
1603
|
+
"shape": "S25"
|
1596
1604
|
}
|
1597
1605
|
}
|
1598
1606
|
},
|
@@ -1675,7 +1683,7 @@
|
|
1675
1683
|
"members": {
|
1676
1684
|
"GlobalTableName": {},
|
1677
1685
|
"ReplicaSettings": {
|
1678
|
-
"shape": "
|
1686
|
+
"shape": "S61"
|
1679
1687
|
}
|
1680
1688
|
}
|
1681
1689
|
},
|
@@ -1691,7 +1699,7 @@
|
|
1691
1699
|
"members": {
|
1692
1700
|
"TableName": {},
|
1693
1701
|
"Key": {
|
1694
|
-
"shape": "
|
1702
|
+
"shape": "S13"
|
1695
1703
|
},
|
1696
1704
|
"AttributeUpdates": {
|
1697
1705
|
"type": "map",
|
@@ -1707,7 +1715,7 @@
|
|
1707
1715
|
}
|
1708
1716
|
},
|
1709
1717
|
"Expected": {
|
1710
|
-
"shape": "
|
1718
|
+
"shape": "S4f"
|
1711
1719
|
},
|
1712
1720
|
"ConditionalOperator": {},
|
1713
1721
|
"ReturnValues": {},
|
@@ -1716,11 +1724,12 @@
|
|
1716
1724
|
"UpdateExpression": {},
|
1717
1725
|
"ConditionExpression": {},
|
1718
1726
|
"ExpressionAttributeNames": {
|
1719
|
-
"shape": "
|
1727
|
+
"shape": "S16"
|
1720
1728
|
},
|
1721
1729
|
"ExpressionAttributeValues": {
|
1722
|
-
"shape": "
|
1723
|
-
}
|
1730
|
+
"shape": "S4n"
|
1731
|
+
},
|
1732
|
+
"ReturnValuesOnConditionCheckFailure": {}
|
1724
1733
|
}
|
1725
1734
|
},
|
1726
1735
|
"output": {
|
@@ -1730,10 +1739,10 @@
|
|
1730
1739
|
"shape": "Sr"
|
1731
1740
|
},
|
1732
1741
|
"ConsumedCapacity": {
|
1733
|
-
"shape": "
|
1742
|
+
"shape": "Su"
|
1734
1743
|
},
|
1735
1744
|
"ItemCollectionMetrics": {
|
1736
|
-
"shape": "
|
1745
|
+
"shape": "S1m"
|
1737
1746
|
}
|
1738
1747
|
}
|
1739
1748
|
},
|
@@ -1747,12 +1756,12 @@
|
|
1747
1756
|
],
|
1748
1757
|
"members": {
|
1749
1758
|
"AttributeDefinitions": {
|
1750
|
-
"shape": "
|
1759
|
+
"shape": "S2l"
|
1751
1760
|
},
|
1752
1761
|
"TableName": {},
|
1753
1762
|
"BillingMode": {},
|
1754
1763
|
"ProvisionedThroughput": {
|
1755
|
-
"shape": "
|
1764
|
+
"shape": "S30"
|
1756
1765
|
},
|
1757
1766
|
"GlobalSecondaryIndexUpdates": {
|
1758
1767
|
"type": "list",
|
@@ -1768,7 +1777,7 @@
|
|
1768
1777
|
"members": {
|
1769
1778
|
"IndexName": {},
|
1770
1779
|
"ProvisionedThroughput": {
|
1771
|
-
"shape": "
|
1780
|
+
"shape": "S30"
|
1772
1781
|
}
|
1773
1782
|
}
|
1774
1783
|
},
|
@@ -1782,13 +1791,13 @@
|
|
1782
1791
|
"members": {
|
1783
1792
|
"IndexName": {},
|
1784
1793
|
"KeySchema": {
|
1785
|
-
"shape": "
|
1794
|
+
"shape": "S2p"
|
1786
1795
|
},
|
1787
1796
|
"Projection": {
|
1788
|
-
"shape": "
|
1797
|
+
"shape": "S2u"
|
1789
1798
|
},
|
1790
1799
|
"ProvisionedThroughput": {
|
1791
|
-
"shape": "
|
1800
|
+
"shape": "S30"
|
1792
1801
|
}
|
1793
1802
|
}
|
1794
1803
|
},
|
@@ -1805,10 +1814,10 @@
|
|
1805
1814
|
}
|
1806
1815
|
},
|
1807
1816
|
"StreamSpecification": {
|
1808
|
-
"shape": "
|
1817
|
+
"shape": "S32"
|
1809
1818
|
},
|
1810
1819
|
"SSESpecification": {
|
1811
|
-
"shape": "
|
1820
|
+
"shape": "S35"
|
1812
1821
|
},
|
1813
1822
|
"ReplicaUpdates": {
|
1814
1823
|
"type": "list",
|
@@ -1824,7 +1833,7 @@
|
|
1824
1833
|
"RegionName": {},
|
1825
1834
|
"KMSMasterKeyId": {},
|
1826
1835
|
"ProvisionedThroughputOverride": {
|
1827
|
-
"shape": "
|
1836
|
+
"shape": "S2c"
|
1828
1837
|
},
|
1829
1838
|
"GlobalSecondaryIndexes": {
|
1830
1839
|
"shape": "Saz"
|
@@ -1841,7 +1850,7 @@
|
|
1841
1850
|
"RegionName": {},
|
1842
1851
|
"KMSMasterKeyId": {},
|
1843
1852
|
"ProvisionedThroughputOverride": {
|
1844
|
-
"shape": "
|
1853
|
+
"shape": "S2c"
|
1845
1854
|
},
|
1846
1855
|
"GlobalSecondaryIndexes": {
|
1847
1856
|
"shape": "Saz"
|
@@ -1871,7 +1880,7 @@
|
|
1871
1880
|
"type": "structure",
|
1872
1881
|
"members": {
|
1873
1882
|
"TableDescription": {
|
1874
|
-
"shape": "
|
1883
|
+
"shape": "S3e"
|
1875
1884
|
}
|
1876
1885
|
}
|
1877
1886
|
},
|
@@ -1933,7 +1942,7 @@
|
|
1933
1942
|
"type": "structure",
|
1934
1943
|
"members": {
|
1935
1944
|
"TableAutoScalingDescription": {
|
1936
|
-
"shape": "
|
1945
|
+
"shape": "S77"
|
1937
1946
|
}
|
1938
1947
|
}
|
1939
1948
|
}
|
@@ -2020,13 +2029,13 @@
|
|
2020
2029
|
"shape": "S6"
|
2021
2030
|
}
|
2022
2031
|
},
|
2023
|
-
"
|
2032
|
+
"St": {
|
2024
2033
|
"type": "list",
|
2025
2034
|
"member": {
|
2026
|
-
"shape": "
|
2035
|
+
"shape": "Su"
|
2027
2036
|
}
|
2028
2037
|
},
|
2029
|
-
"
|
2038
|
+
"Su": {
|
2030
2039
|
"type": "structure",
|
2031
2040
|
"members": {
|
2032
2041
|
"TableName": {},
|
@@ -2040,17 +2049,17 @@
|
|
2040
2049
|
"type": "double"
|
2041
2050
|
},
|
2042
2051
|
"Table": {
|
2043
|
-
"shape": "
|
2052
|
+
"shape": "Sw"
|
2044
2053
|
},
|
2045
2054
|
"LocalSecondaryIndexes": {
|
2046
|
-
"shape": "
|
2055
|
+
"shape": "Sx"
|
2047
2056
|
},
|
2048
2057
|
"GlobalSecondaryIndexes": {
|
2049
|
-
"shape": "
|
2058
|
+
"shape": "Sx"
|
2050
2059
|
}
|
2051
2060
|
}
|
2052
2061
|
},
|
2053
|
-
"
|
2062
|
+
"Sw": {
|
2054
2063
|
"type": "structure",
|
2055
2064
|
"members": {
|
2056
2065
|
"ReadCapacityUnits": {
|
@@ -2064,14 +2073,14 @@
|
|
2064
2073
|
}
|
2065
2074
|
}
|
2066
2075
|
},
|
2067
|
-
"
|
2076
|
+
"Sx": {
|
2068
2077
|
"type": "map",
|
2069
2078
|
"key": {},
|
2070
2079
|
"value": {
|
2071
|
-
"shape": "
|
2080
|
+
"shape": "Sw"
|
2072
2081
|
}
|
2073
2082
|
},
|
2074
|
-
"
|
2083
|
+
"S10": {
|
2075
2084
|
"type": "map",
|
2076
2085
|
"key": {},
|
2077
2086
|
"value": {
|
@@ -2083,45 +2092,45 @@
|
|
2083
2092
|
"Keys": {
|
2084
2093
|
"type": "list",
|
2085
2094
|
"member": {
|
2086
|
-
"shape": "
|
2095
|
+
"shape": "S13"
|
2087
2096
|
}
|
2088
2097
|
},
|
2089
2098
|
"AttributesToGet": {
|
2090
|
-
"shape": "
|
2099
|
+
"shape": "S14"
|
2091
2100
|
},
|
2092
2101
|
"ConsistentRead": {
|
2093
2102
|
"type": "boolean"
|
2094
2103
|
},
|
2095
2104
|
"ProjectionExpression": {},
|
2096
2105
|
"ExpressionAttributeNames": {
|
2097
|
-
"shape": "
|
2106
|
+
"shape": "S16"
|
2098
2107
|
}
|
2099
2108
|
}
|
2100
2109
|
}
|
2101
2110
|
},
|
2102
|
-
"
|
2111
|
+
"S13": {
|
2103
2112
|
"type": "map",
|
2104
2113
|
"key": {},
|
2105
2114
|
"value": {
|
2106
2115
|
"shape": "S6"
|
2107
2116
|
}
|
2108
2117
|
},
|
2109
|
-
"
|
2118
|
+
"S14": {
|
2110
2119
|
"type": "list",
|
2111
2120
|
"member": {}
|
2112
2121
|
},
|
2113
|
-
"
|
2122
|
+
"S16": {
|
2114
2123
|
"type": "map",
|
2115
2124
|
"key": {},
|
2116
2125
|
"value": {}
|
2117
2126
|
},
|
2118
|
-
"
|
2127
|
+
"S1a": {
|
2119
2128
|
"type": "list",
|
2120
2129
|
"member": {
|
2121
2130
|
"shape": "Sr"
|
2122
2131
|
}
|
2123
2132
|
},
|
2124
|
-
"
|
2133
|
+
"S1c": {
|
2125
2134
|
"type": "map",
|
2126
2135
|
"key": {},
|
2127
2136
|
"value": {
|
@@ -2136,7 +2145,7 @@
|
|
2136
2145
|
],
|
2137
2146
|
"members": {
|
2138
2147
|
"Item": {
|
2139
|
-
"shape": "
|
2148
|
+
"shape": "S1g"
|
2140
2149
|
}
|
2141
2150
|
}
|
2142
2151
|
},
|
@@ -2147,7 +2156,7 @@
|
|
2147
2156
|
],
|
2148
2157
|
"members": {
|
2149
2158
|
"Key": {
|
2150
|
-
"shape": "
|
2159
|
+
"shape": "S13"
|
2151
2160
|
}
|
2152
2161
|
}
|
2153
2162
|
}
|
@@ -2155,24 +2164,24 @@
|
|
2155
2164
|
}
|
2156
2165
|
}
|
2157
2166
|
},
|
2158
|
-
"
|
2167
|
+
"S1g": {
|
2159
2168
|
"type": "map",
|
2160
2169
|
"key": {},
|
2161
2170
|
"value": {
|
2162
2171
|
"shape": "S6"
|
2163
2172
|
}
|
2164
2173
|
},
|
2165
|
-
"
|
2174
|
+
"S1k": {
|
2166
2175
|
"type": "map",
|
2167
2176
|
"key": {},
|
2168
2177
|
"value": {
|
2169
2178
|
"type": "list",
|
2170
2179
|
"member": {
|
2171
|
-
"shape": "
|
2180
|
+
"shape": "S1m"
|
2172
2181
|
}
|
2173
2182
|
}
|
2174
2183
|
},
|
2175
|
-
"
|
2184
|
+
"S1m": {
|
2176
2185
|
"type": "structure",
|
2177
2186
|
"members": {
|
2178
2187
|
"ItemCollectionKey": {
|
@@ -2190,7 +2199,7 @@
|
|
2190
2199
|
}
|
2191
2200
|
}
|
2192
2201
|
},
|
2193
|
-
"
|
2202
|
+
"S1t": {
|
2194
2203
|
"type": "structure",
|
2195
2204
|
"required": [
|
2196
2205
|
"BackupArn",
|
@@ -2215,7 +2224,7 @@
|
|
2215
2224
|
}
|
2216
2225
|
}
|
2217
2226
|
},
|
2218
|
-
"
|
2227
|
+
"S21": {
|
2219
2228
|
"type": "list",
|
2220
2229
|
"member": {
|
2221
2230
|
"type": "structure",
|
@@ -2224,11 +2233,11 @@
|
|
2224
2233
|
}
|
2225
2234
|
}
|
2226
2235
|
},
|
2227
|
-
"
|
2236
|
+
"S25": {
|
2228
2237
|
"type": "structure",
|
2229
2238
|
"members": {
|
2230
2239
|
"ReplicationGroup": {
|
2231
|
-
"shape": "
|
2240
|
+
"shape": "S26"
|
2232
2241
|
},
|
2233
2242
|
"GlobalTableArn": {},
|
2234
2243
|
"CreationDateTime": {
|
@@ -2238,7 +2247,7 @@
|
|
2238
2247
|
"GlobalTableName": {}
|
2239
2248
|
}
|
2240
2249
|
},
|
2241
|
-
"
|
2250
|
+
"S26": {
|
2242
2251
|
"type": "list",
|
2243
2252
|
"member": {
|
2244
2253
|
"type": "structure",
|
@@ -2249,7 +2258,7 @@
|
|
2249
2258
|
"ReplicaStatusPercentProgress": {},
|
2250
2259
|
"KMSMasterKeyId": {},
|
2251
2260
|
"ProvisionedThroughputOverride": {
|
2252
|
-
"shape": "
|
2261
|
+
"shape": "S2c"
|
2253
2262
|
},
|
2254
2263
|
"GlobalSecondaryIndexes": {
|
2255
2264
|
"type": "list",
|
@@ -2258,7 +2267,7 @@
|
|
2258
2267
|
"members": {
|
2259
2268
|
"IndexName": {},
|
2260
2269
|
"ProvisionedThroughputOverride": {
|
2261
|
-
"shape": "
|
2270
|
+
"shape": "S2c"
|
2262
2271
|
}
|
2263
2272
|
}
|
2264
2273
|
}
|
@@ -2267,12 +2276,12 @@
|
|
2267
2276
|
"type": "timestamp"
|
2268
2277
|
},
|
2269
2278
|
"ReplicaTableClassSummary": {
|
2270
|
-
"shape": "
|
2279
|
+
"shape": "S2g"
|
2271
2280
|
}
|
2272
2281
|
}
|
2273
2282
|
}
|
2274
2283
|
},
|
2275
|
-
"
|
2284
|
+
"S2c": {
|
2276
2285
|
"type": "structure",
|
2277
2286
|
"members": {
|
2278
2287
|
"ReadCapacityUnits": {
|
@@ -2280,7 +2289,7 @@
|
|
2280
2289
|
}
|
2281
2290
|
}
|
2282
2291
|
},
|
2283
|
-
"
|
2292
|
+
"S2g": {
|
2284
2293
|
"type": "structure",
|
2285
2294
|
"members": {
|
2286
2295
|
"TableClass": {},
|
@@ -2289,7 +2298,7 @@
|
|
2289
2298
|
}
|
2290
2299
|
}
|
2291
2300
|
},
|
2292
|
-
"
|
2301
|
+
"S2l": {
|
2293
2302
|
"type": "list",
|
2294
2303
|
"member": {
|
2295
2304
|
"type": "structure",
|
@@ -2303,7 +2312,7 @@
|
|
2303
2312
|
}
|
2304
2313
|
}
|
2305
2314
|
},
|
2306
|
-
"
|
2315
|
+
"S2p": {
|
2307
2316
|
"type": "list",
|
2308
2317
|
"member": {
|
2309
2318
|
"type": "structure",
|
@@ -2317,7 +2326,7 @@
|
|
2317
2326
|
}
|
2318
2327
|
}
|
2319
2328
|
},
|
2320
|
-
"
|
2329
|
+
"S2s": {
|
2321
2330
|
"type": "list",
|
2322
2331
|
"member": {
|
2323
2332
|
"type": "structure",
|
@@ -2329,15 +2338,15 @@
|
|
2329
2338
|
"members": {
|
2330
2339
|
"IndexName": {},
|
2331
2340
|
"KeySchema": {
|
2332
|
-
"shape": "
|
2341
|
+
"shape": "S2p"
|
2333
2342
|
},
|
2334
2343
|
"Projection": {
|
2335
|
-
"shape": "
|
2344
|
+
"shape": "S2u"
|
2336
2345
|
}
|
2337
2346
|
}
|
2338
2347
|
}
|
2339
2348
|
},
|
2340
|
-
"
|
2349
|
+
"S2u": {
|
2341
2350
|
"type": "structure",
|
2342
2351
|
"members": {
|
2343
2352
|
"ProjectionType": {},
|
@@ -2347,7 +2356,7 @@
|
|
2347
2356
|
}
|
2348
2357
|
}
|
2349
2358
|
},
|
2350
|
-
"
|
2359
|
+
"S2y": {
|
2351
2360
|
"type": "list",
|
2352
2361
|
"member": {
|
2353
2362
|
"type": "structure",
|
@@ -2359,18 +2368,18 @@
|
|
2359
2368
|
"members": {
|
2360
2369
|
"IndexName": {},
|
2361
2370
|
"KeySchema": {
|
2362
|
-
"shape": "
|
2371
|
+
"shape": "S2p"
|
2363
2372
|
},
|
2364
2373
|
"Projection": {
|
2365
|
-
"shape": "
|
2374
|
+
"shape": "S2u"
|
2366
2375
|
},
|
2367
2376
|
"ProvisionedThroughput": {
|
2368
|
-
"shape": "
|
2377
|
+
"shape": "S30"
|
2369
2378
|
}
|
2370
2379
|
}
|
2371
2380
|
}
|
2372
2381
|
},
|
2373
|
-
"
|
2382
|
+
"S30": {
|
2374
2383
|
"type": "structure",
|
2375
2384
|
"required": [
|
2376
2385
|
"ReadCapacityUnits",
|
@@ -2385,7 +2394,7 @@
|
|
2385
2394
|
}
|
2386
2395
|
}
|
2387
2396
|
},
|
2388
|
-
"
|
2397
|
+
"S32": {
|
2389
2398
|
"type": "structure",
|
2390
2399
|
"required": [
|
2391
2400
|
"StreamEnabled"
|
@@ -2397,7 +2406,7 @@
|
|
2397
2406
|
"StreamViewType": {}
|
2398
2407
|
}
|
2399
2408
|
},
|
2400
|
-
"
|
2409
|
+
"S35": {
|
2401
2410
|
"type": "structure",
|
2402
2411
|
"members": {
|
2403
2412
|
"Enabled": {
|
@@ -2407,7 +2416,7 @@
|
|
2407
2416
|
"KMSMasterKeyId": {}
|
2408
2417
|
}
|
2409
2418
|
},
|
2410
|
-
"
|
2419
|
+
"S38": {
|
2411
2420
|
"type": "list",
|
2412
2421
|
"member": {
|
2413
2422
|
"type": "structure",
|
@@ -2421,22 +2430,22 @@
|
|
2421
2430
|
}
|
2422
2431
|
}
|
2423
2432
|
},
|
2424
|
-
"
|
2433
|
+
"S3e": {
|
2425
2434
|
"type": "structure",
|
2426
2435
|
"members": {
|
2427
2436
|
"AttributeDefinitions": {
|
2428
|
-
"shape": "
|
2437
|
+
"shape": "S2l"
|
2429
2438
|
},
|
2430
2439
|
"TableName": {},
|
2431
2440
|
"KeySchema": {
|
2432
|
-
"shape": "
|
2441
|
+
"shape": "S2p"
|
2433
2442
|
},
|
2434
2443
|
"TableStatus": {},
|
2435
2444
|
"CreationDateTime": {
|
2436
2445
|
"type": "timestamp"
|
2437
2446
|
},
|
2438
2447
|
"ProvisionedThroughput": {
|
2439
|
-
"shape": "
|
2448
|
+
"shape": "S3g"
|
2440
2449
|
},
|
2441
2450
|
"TableSizeBytes": {
|
2442
2451
|
"type": "long"
|
@@ -2447,7 +2456,7 @@
|
|
2447
2456
|
"TableArn": {},
|
2448
2457
|
"TableId": {},
|
2449
2458
|
"BillingModeSummary": {
|
2450
|
-
"shape": "
|
2459
|
+
"shape": "S3k"
|
2451
2460
|
},
|
2452
2461
|
"LocalSecondaryIndexes": {
|
2453
2462
|
"type": "list",
|
@@ -2456,10 +2465,10 @@
|
|
2456
2465
|
"members": {
|
2457
2466
|
"IndexName": {},
|
2458
2467
|
"KeySchema": {
|
2459
|
-
"shape": "
|
2468
|
+
"shape": "S2p"
|
2460
2469
|
},
|
2461
2470
|
"Projection": {
|
2462
|
-
"shape": "
|
2471
|
+
"shape": "S2u"
|
2463
2472
|
},
|
2464
2473
|
"IndexSizeBytes": {
|
2465
2474
|
"type": "long"
|
@@ -2478,17 +2487,17 @@
|
|
2478
2487
|
"members": {
|
2479
2488
|
"IndexName": {},
|
2480
2489
|
"KeySchema": {
|
2481
|
-
"shape": "
|
2490
|
+
"shape": "S2p"
|
2482
2491
|
},
|
2483
2492
|
"Projection": {
|
2484
|
-
"shape": "
|
2493
|
+
"shape": "S2u"
|
2485
2494
|
},
|
2486
2495
|
"IndexStatus": {},
|
2487
2496
|
"Backfilling": {
|
2488
2497
|
"type": "boolean"
|
2489
2498
|
},
|
2490
2499
|
"ProvisionedThroughput": {
|
2491
|
-
"shape": "
|
2500
|
+
"shape": "S3g"
|
2492
2501
|
},
|
2493
2502
|
"IndexSizeBytes": {
|
2494
2503
|
"type": "long"
|
@@ -2501,13 +2510,13 @@
|
|
2501
2510
|
}
|
2502
2511
|
},
|
2503
2512
|
"StreamSpecification": {
|
2504
|
-
"shape": "
|
2513
|
+
"shape": "S32"
|
2505
2514
|
},
|
2506
2515
|
"LatestStreamLabel": {},
|
2507
2516
|
"LatestStreamArn": {},
|
2508
2517
|
"GlobalTableVersion": {},
|
2509
2518
|
"Replicas": {
|
2510
|
-
"shape": "
|
2519
|
+
"shape": "S26"
|
2511
2520
|
},
|
2512
2521
|
"RestoreSummary": {
|
2513
2522
|
"type": "structure",
|
@@ -2527,7 +2536,7 @@
|
|
2527
2536
|
}
|
2528
2537
|
},
|
2529
2538
|
"SSEDescription": {
|
2530
|
-
"shape": "
|
2539
|
+
"shape": "S3v"
|
2531
2540
|
},
|
2532
2541
|
"ArchivalSummary": {
|
2533
2542
|
"type": "structure",
|
@@ -2540,14 +2549,14 @@
|
|
2540
2549
|
}
|
2541
2550
|
},
|
2542
2551
|
"TableClassSummary": {
|
2543
|
-
"shape": "
|
2552
|
+
"shape": "S2g"
|
2544
2553
|
},
|
2545
2554
|
"DeletionProtectionEnabled": {
|
2546
2555
|
"type": "boolean"
|
2547
2556
|
}
|
2548
2557
|
}
|
2549
2558
|
},
|
2550
|
-
"
|
2559
|
+
"S3g": {
|
2551
2560
|
"type": "structure",
|
2552
2561
|
"members": {
|
2553
2562
|
"LastIncreaseDateTime": {
|
@@ -2567,7 +2576,7 @@
|
|
2567
2576
|
}
|
2568
2577
|
}
|
2569
2578
|
},
|
2570
|
-
"
|
2579
|
+
"S3k": {
|
2571
2580
|
"type": "structure",
|
2572
2581
|
"members": {
|
2573
2582
|
"BillingMode": {},
|
@@ -2576,7 +2585,7 @@
|
|
2576
2585
|
}
|
2577
2586
|
}
|
2578
2587
|
},
|
2579
|
-
"
|
2588
|
+
"S3v": {
|
2580
2589
|
"type": "structure",
|
2581
2590
|
"members": {
|
2582
2591
|
"Status": {},
|
@@ -2587,11 +2596,11 @@
|
|
2587
2596
|
}
|
2588
2597
|
}
|
2589
2598
|
},
|
2590
|
-
"
|
2599
|
+
"S42": {
|
2591
2600
|
"type": "structure",
|
2592
2601
|
"members": {
|
2593
2602
|
"BackupDetails": {
|
2594
|
-
"shape": "
|
2603
|
+
"shape": "S1t"
|
2595
2604
|
},
|
2596
2605
|
"SourceTableDetails": {
|
2597
2606
|
"type": "structure",
|
@@ -2610,13 +2619,13 @@
|
|
2610
2619
|
"type": "long"
|
2611
2620
|
},
|
2612
2621
|
"KeySchema": {
|
2613
|
-
"shape": "
|
2622
|
+
"shape": "S2p"
|
2614
2623
|
},
|
2615
2624
|
"TableCreationDateTime": {
|
2616
2625
|
"type": "timestamp"
|
2617
2626
|
},
|
2618
2627
|
"ProvisionedThroughput": {
|
2619
|
-
"shape": "
|
2628
|
+
"shape": "S30"
|
2620
2629
|
},
|
2621
2630
|
"ItemCount": {
|
2622
2631
|
"type": "long"
|
@@ -2634,10 +2643,10 @@
|
|
2634
2643
|
"members": {
|
2635
2644
|
"IndexName": {},
|
2636
2645
|
"KeySchema": {
|
2637
|
-
"shape": "
|
2646
|
+
"shape": "S2p"
|
2638
2647
|
},
|
2639
2648
|
"Projection": {
|
2640
|
-
"shape": "
|
2649
|
+
"shape": "S2u"
|
2641
2650
|
}
|
2642
2651
|
}
|
2643
2652
|
}
|
@@ -2649,38 +2658,38 @@
|
|
2649
2658
|
"members": {
|
2650
2659
|
"IndexName": {},
|
2651
2660
|
"KeySchema": {
|
2652
|
-
"shape": "
|
2661
|
+
"shape": "S2p"
|
2653
2662
|
},
|
2654
2663
|
"Projection": {
|
2655
|
-
"shape": "
|
2664
|
+
"shape": "S2u"
|
2656
2665
|
},
|
2657
2666
|
"ProvisionedThroughput": {
|
2658
|
-
"shape": "
|
2667
|
+
"shape": "S30"
|
2659
2668
|
}
|
2660
2669
|
}
|
2661
2670
|
}
|
2662
2671
|
},
|
2663
2672
|
"StreamDescription": {
|
2664
|
-
"shape": "
|
2673
|
+
"shape": "S32"
|
2665
2674
|
},
|
2666
2675
|
"TimeToLiveDescription": {
|
2667
|
-
"shape": "
|
2676
|
+
"shape": "S4b"
|
2668
2677
|
},
|
2669
2678
|
"SSEDescription": {
|
2670
|
-
"shape": "
|
2679
|
+
"shape": "S3v"
|
2671
2680
|
}
|
2672
2681
|
}
|
2673
2682
|
}
|
2674
2683
|
}
|
2675
2684
|
},
|
2676
|
-
"
|
2685
|
+
"S4b": {
|
2677
2686
|
"type": "structure",
|
2678
2687
|
"members": {
|
2679
2688
|
"TimeToLiveStatus": {},
|
2680
2689
|
"AttributeName": {}
|
2681
2690
|
}
|
2682
2691
|
},
|
2683
|
-
"
|
2692
|
+
"S4f": {
|
2684
2693
|
"type": "map",
|
2685
2694
|
"key": {},
|
2686
2695
|
"value": {
|
@@ -2694,25 +2703,25 @@
|
|
2694
2703
|
},
|
2695
2704
|
"ComparisonOperator": {},
|
2696
2705
|
"AttributeValueList": {
|
2697
|
-
"shape": "
|
2706
|
+
"shape": "S4j"
|
2698
2707
|
}
|
2699
2708
|
}
|
2700
2709
|
}
|
2701
2710
|
},
|
2702
|
-
"
|
2711
|
+
"S4j": {
|
2703
2712
|
"type": "list",
|
2704
2713
|
"member": {
|
2705
2714
|
"shape": "S6"
|
2706
2715
|
}
|
2707
2716
|
},
|
2708
|
-
"
|
2717
|
+
"S4n": {
|
2709
2718
|
"type": "map",
|
2710
2719
|
"key": {},
|
2711
2720
|
"value": {
|
2712
2721
|
"shape": "S6"
|
2713
2722
|
}
|
2714
2723
|
},
|
2715
|
-
"
|
2724
|
+
"S4w": {
|
2716
2725
|
"type": "structure",
|
2717
2726
|
"required": [
|
2718
2727
|
"ContinuousBackupsStatus"
|
@@ -2733,7 +2742,7 @@
|
|
2733
2742
|
}
|
2734
2743
|
}
|
2735
2744
|
},
|
2736
|
-
"
|
2745
|
+
"S5h": {
|
2737
2746
|
"type": "structure",
|
2738
2747
|
"members": {
|
2739
2748
|
"ExportArn": {},
|
@@ -2767,7 +2776,7 @@
|
|
2767
2776
|
}
|
2768
2777
|
}
|
2769
2778
|
},
|
2770
|
-
"
|
2779
|
+
"S61": {
|
2771
2780
|
"type": "list",
|
2772
2781
|
"member": {
|
2773
2782
|
"type": "structure",
|
@@ -2778,19 +2787,19 @@
|
|
2778
2787
|
"RegionName": {},
|
2779
2788
|
"ReplicaStatus": {},
|
2780
2789
|
"ReplicaBillingModeSummary": {
|
2781
|
-
"shape": "
|
2790
|
+
"shape": "S3k"
|
2782
2791
|
},
|
2783
2792
|
"ReplicaProvisionedReadCapacityUnits": {
|
2784
2793
|
"type": "long"
|
2785
2794
|
},
|
2786
2795
|
"ReplicaProvisionedReadCapacityAutoScalingSettings": {
|
2787
|
-
"shape": "
|
2796
|
+
"shape": "S63"
|
2788
2797
|
},
|
2789
2798
|
"ReplicaProvisionedWriteCapacityUnits": {
|
2790
2799
|
"type": "long"
|
2791
2800
|
},
|
2792
2801
|
"ReplicaProvisionedWriteCapacityAutoScalingSettings": {
|
2793
|
-
"shape": "
|
2802
|
+
"shape": "S63"
|
2794
2803
|
},
|
2795
2804
|
"ReplicaGlobalSecondaryIndexSettings": {
|
2796
2805
|
"type": "list",
|
@@ -2806,24 +2815,24 @@
|
|
2806
2815
|
"type": "long"
|
2807
2816
|
},
|
2808
2817
|
"ProvisionedReadCapacityAutoScalingSettings": {
|
2809
|
-
"shape": "
|
2818
|
+
"shape": "S63"
|
2810
2819
|
},
|
2811
2820
|
"ProvisionedWriteCapacityUnits": {
|
2812
2821
|
"type": "long"
|
2813
2822
|
},
|
2814
2823
|
"ProvisionedWriteCapacityAutoScalingSettings": {
|
2815
|
-
"shape": "
|
2824
|
+
"shape": "S63"
|
2816
2825
|
}
|
2817
2826
|
}
|
2818
2827
|
}
|
2819
2828
|
},
|
2820
2829
|
"ReplicaTableClassSummary": {
|
2821
|
-
"shape": "
|
2830
|
+
"shape": "S2g"
|
2822
2831
|
}
|
2823
2832
|
}
|
2824
2833
|
}
|
2825
2834
|
},
|
2826
|
-
"
|
2835
|
+
"S63": {
|
2827
2836
|
"type": "structure",
|
2828
2837
|
"members": {
|
2829
2838
|
"MinimumUnits": {
|
@@ -2867,7 +2876,7 @@
|
|
2867
2876
|
}
|
2868
2877
|
}
|
2869
2878
|
},
|
2870
|
-
"
|
2879
|
+
"S6f": {
|
2871
2880
|
"type": "structure",
|
2872
2881
|
"members": {
|
2873
2882
|
"ImportArn": {},
|
@@ -2876,7 +2885,7 @@
|
|
2876
2885
|
"TableId": {},
|
2877
2886
|
"ClientToken": {},
|
2878
2887
|
"S3BucketSource": {
|
2879
|
-
"shape": "
|
2888
|
+
"shape": "S6h"
|
2880
2889
|
},
|
2881
2890
|
"ErrorCount": {
|
2882
2891
|
"type": "long"
|
@@ -2884,11 +2893,11 @@
|
|
2884
2893
|
"CloudWatchLogGroupArn": {},
|
2885
2894
|
"InputFormat": {},
|
2886
2895
|
"InputFormatOptions": {
|
2887
|
-
"shape": "
|
2896
|
+
"shape": "S6l"
|
2888
2897
|
},
|
2889
2898
|
"InputCompressionType": {},
|
2890
2899
|
"TableCreationParameters": {
|
2891
|
-
"shape": "
|
2900
|
+
"shape": "S6r"
|
2892
2901
|
},
|
2893
2902
|
"StartTime": {
|
2894
2903
|
"type": "timestamp"
|
@@ -2909,7 +2918,7 @@
|
|
2909
2918
|
"FailureMessage": {}
|
2910
2919
|
}
|
2911
2920
|
},
|
2912
|
-
"
|
2921
|
+
"S6h": {
|
2913
2922
|
"type": "structure",
|
2914
2923
|
"required": [
|
2915
2924
|
"S3Bucket"
|
@@ -2920,7 +2929,7 @@
|
|
2920
2929
|
"S3KeyPrefix": {}
|
2921
2930
|
}
|
2922
2931
|
},
|
2923
|
-
"
|
2932
|
+
"S6l": {
|
2924
2933
|
"type": "structure",
|
2925
2934
|
"members": {
|
2926
2935
|
"Csv": {
|
@@ -2935,7 +2944,7 @@
|
|
2935
2944
|
}
|
2936
2945
|
}
|
2937
2946
|
},
|
2938
|
-
"
|
2947
|
+
"S6r": {
|
2939
2948
|
"type": "structure",
|
2940
2949
|
"required": [
|
2941
2950
|
"TableName",
|
@@ -2945,24 +2954,24 @@
|
|
2945
2954
|
"members": {
|
2946
2955
|
"TableName": {},
|
2947
2956
|
"AttributeDefinitions": {
|
2948
|
-
"shape": "
|
2957
|
+
"shape": "S2l"
|
2949
2958
|
},
|
2950
2959
|
"KeySchema": {
|
2951
|
-
"shape": "
|
2960
|
+
"shape": "S2p"
|
2952
2961
|
},
|
2953
2962
|
"BillingMode": {},
|
2954
2963
|
"ProvisionedThroughput": {
|
2955
|
-
"shape": "
|
2964
|
+
"shape": "S30"
|
2956
2965
|
},
|
2957
2966
|
"SSESpecification": {
|
2958
|
-
"shape": "
|
2967
|
+
"shape": "S35"
|
2959
2968
|
},
|
2960
2969
|
"GlobalSecondaryIndexes": {
|
2961
|
-
"shape": "
|
2970
|
+
"shape": "S2y"
|
2962
2971
|
}
|
2963
2972
|
}
|
2964
2973
|
},
|
2965
|
-
"
|
2974
|
+
"S77": {
|
2966
2975
|
"type": "structure",
|
2967
2976
|
"members": {
|
2968
2977
|
"TableName": {},
|
@@ -2981,19 +2990,19 @@
|
|
2981
2990
|
"IndexName": {},
|
2982
2991
|
"IndexStatus": {},
|
2983
2992
|
"ProvisionedReadCapacityAutoScalingSettings": {
|
2984
|
-
"shape": "
|
2993
|
+
"shape": "S63"
|
2985
2994
|
},
|
2986
2995
|
"ProvisionedWriteCapacityAutoScalingSettings": {
|
2987
|
-
"shape": "
|
2996
|
+
"shape": "S63"
|
2988
2997
|
}
|
2989
2998
|
}
|
2990
2999
|
}
|
2991
3000
|
},
|
2992
3001
|
"ReplicaProvisionedReadCapacityAutoScalingSettings": {
|
2993
|
-
"shape": "
|
3002
|
+
"shape": "S63"
|
2994
3003
|
},
|
2995
3004
|
"ReplicaProvisionedWriteCapacityAutoScalingSettings": {
|
2996
|
-
"shape": "
|
3005
|
+
"shape": "S63"
|
2997
3006
|
},
|
2998
3007
|
"ReplicaStatus": {}
|
2999
3008
|
}
|
@@ -3001,7 +3010,7 @@
|
|
3001
3010
|
}
|
3002
3011
|
}
|
3003
3012
|
},
|
3004
|
-
"
|
3013
|
+
"S7e": {
|
3005
3014
|
"type": "structure",
|
3006
3015
|
"required": [
|
3007
3016
|
"TableName",
|
@@ -3012,7 +3021,7 @@
|
|
3012
3021
|
"StreamArn": {}
|
3013
3022
|
}
|
3014
3023
|
},
|
3015
|
-
"
|
3024
|
+
"S7f": {
|
3016
3025
|
"type": "structure",
|
3017
3026
|
"members": {
|
3018
3027
|
"TableName": {},
|
@@ -3020,7 +3029,7 @@
|
|
3020
3029
|
"DestinationStatus": {}
|
3021
3030
|
}
|
3022
3031
|
},
|
3023
|
-
"
|
3032
|
+
"S7p": {
|
3024
3033
|
"type": "list",
|
3025
3034
|
"member": {
|
3026
3035
|
"type": "structure",
|
@@ -3031,23 +3040,23 @@
|
|
3031
3040
|
}
|
3032
3041
|
}
|
3033
3042
|
},
|
3034
|
-
"
|
3043
|
+
"S93": {
|
3035
3044
|
"type": "structure",
|
3036
3045
|
"required": [
|
3037
3046
|
"ComparisonOperator"
|
3038
3047
|
],
|
3039
3048
|
"members": {
|
3040
3049
|
"AttributeValueList": {
|
3041
|
-
"shape": "
|
3050
|
+
"shape": "S4j"
|
3042
3051
|
},
|
3043
3052
|
"ComparisonOperator": {}
|
3044
3053
|
}
|
3045
3054
|
},
|
3046
|
-
"
|
3055
|
+
"S94": {
|
3047
3056
|
"type": "map",
|
3048
3057
|
"key": {},
|
3049
3058
|
"value": {
|
3050
|
-
"shape": "
|
3059
|
+
"shape": "S93"
|
3051
3060
|
}
|
3052
3061
|
},
|
3053
3062
|
"Saa": {
|
@@ -3104,7 +3113,7 @@
|
|
3104
3113
|
"members": {
|
3105
3114
|
"IndexName": {},
|
3106
3115
|
"ProvisionedThroughputOverride": {
|
3107
|
-
"shape": "
|
3116
|
+
"shape": "S2c"
|
3108
3117
|
}
|
3109
3118
|
}
|
3110
3119
|
}
|