cdk-lambda-subminute 2.0.409 → 2.0.410
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-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/accessanalyzer-2019-11-01.min.json +107 -95
- package/node_modules/aws-sdk/apis/dynamodb-2012-08-10.min.json +321 -258
- package/node_modules/aws-sdk/apis/managedblockchain-query-2023-05-04.min.json +8 -7
- package/node_modules/aws-sdk/apis/savingsplans-2019-06-28.min.json +25 -1
- package/node_modules/aws-sdk/clients/accessanalyzer.d.ts +24 -2
- package/node_modules/aws-sdk/clients/codebuild.d.ts +1 -1
- package/node_modules/aws-sdk/clients/connect.d.ts +2 -2
- package/node_modules/aws-sdk/clients/dynamodb.d.ts +154 -67
- package/node_modules/aws-sdk/clients/managedblockchainquery.d.ts +9 -1
- package/node_modules/aws-sdk/clients/savingsplans.d.ts +53 -25
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +5 -5
- package/node_modules/aws-sdk/dist/aws-sdk.js +324 -261
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +78 -78
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +128 -65
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
@@ -81,7 +81,7 @@
|
|
81
81
|
],
|
82
82
|
"members": {
|
83
83
|
"RequestItems": {
|
84
|
-
"shape": "
|
84
|
+
"shape": "S11"
|
85
85
|
},
|
86
86
|
"ReturnConsumedCapacity": {}
|
87
87
|
}
|
@@ -93,11 +93,11 @@
|
|
93
93
|
"type": "map",
|
94
94
|
"key": {},
|
95
95
|
"value": {
|
96
|
-
"shape": "
|
96
|
+
"shape": "S1b"
|
97
97
|
}
|
98
98
|
},
|
99
99
|
"UnprocessedKeys": {
|
100
|
-
"shape": "
|
100
|
+
"shape": "S11"
|
101
101
|
},
|
102
102
|
"ConsumedCapacity": {
|
103
103
|
"shape": "St"
|
@@ -114,7 +114,7 @@
|
|
114
114
|
],
|
115
115
|
"members": {
|
116
116
|
"RequestItems": {
|
117
|
-
"shape": "
|
117
|
+
"shape": "S1d"
|
118
118
|
},
|
119
119
|
"ReturnConsumedCapacity": {},
|
120
120
|
"ReturnItemCollectionMetrics": {}
|
@@ -124,10 +124,10 @@
|
|
124
124
|
"type": "structure",
|
125
125
|
"members": {
|
126
126
|
"UnprocessedItems": {
|
127
|
-
"shape": "
|
127
|
+
"shape": "S1d"
|
128
128
|
},
|
129
129
|
"ItemCollectionMetrics": {
|
130
|
-
"shape": "
|
130
|
+
"shape": "S1l"
|
131
131
|
},
|
132
132
|
"ConsumedCapacity": {
|
133
133
|
"shape": "St"
|
@@ -152,7 +152,7 @@
|
|
152
152
|
"type": "structure",
|
153
153
|
"members": {
|
154
154
|
"BackupDetails": {
|
155
|
-
"shape": "
|
155
|
+
"shape": "S1u"
|
156
156
|
}
|
157
157
|
}
|
158
158
|
},
|
@@ -168,7 +168,7 @@
|
|
168
168
|
"members": {
|
169
169
|
"GlobalTableName": {},
|
170
170
|
"ReplicationGroup": {
|
171
|
-
"shape": "
|
171
|
+
"shape": "S22"
|
172
172
|
}
|
173
173
|
}
|
174
174
|
},
|
@@ -176,7 +176,7 @@
|
|
176
176
|
"type": "structure",
|
177
177
|
"members": {
|
178
178
|
"GlobalTableDescription": {
|
179
|
-
"shape": "
|
179
|
+
"shape": "S26"
|
180
180
|
}
|
181
181
|
}
|
182
182
|
},
|
@@ -192,42 +192,43 @@
|
|
192
192
|
],
|
193
193
|
"members": {
|
194
194
|
"AttributeDefinitions": {
|
195
|
-
"shape": "
|
195
|
+
"shape": "S2m"
|
196
196
|
},
|
197
197
|
"TableName": {},
|
198
198
|
"KeySchema": {
|
199
|
-
"shape": "
|
199
|
+
"shape": "S2q"
|
200
200
|
},
|
201
201
|
"LocalSecondaryIndexes": {
|
202
|
-
"shape": "
|
202
|
+
"shape": "S2t"
|
203
203
|
},
|
204
204
|
"GlobalSecondaryIndexes": {
|
205
|
-
"shape": "
|
205
|
+
"shape": "S2z"
|
206
206
|
},
|
207
207
|
"BillingMode": {},
|
208
208
|
"ProvisionedThroughput": {
|
209
|
-
"shape": "
|
209
|
+
"shape": "S31"
|
210
210
|
},
|
211
211
|
"StreamSpecification": {
|
212
|
-
"shape": "
|
212
|
+
"shape": "S33"
|
213
213
|
},
|
214
214
|
"SSESpecification": {
|
215
|
-
"shape": "
|
215
|
+
"shape": "S36"
|
216
216
|
},
|
217
217
|
"Tags": {
|
218
|
-
"shape": "
|
218
|
+
"shape": "S39"
|
219
219
|
},
|
220
220
|
"TableClass": {},
|
221
221
|
"DeletionProtectionEnabled": {
|
222
222
|
"type": "boolean"
|
223
|
-
}
|
223
|
+
},
|
224
|
+
"ResourcePolicy": {}
|
224
225
|
}
|
225
226
|
},
|
226
227
|
"output": {
|
227
228
|
"type": "structure",
|
228
229
|
"members": {
|
229
230
|
"TableDescription": {
|
230
|
-
"shape": "
|
231
|
+
"shape": "S3g"
|
231
232
|
}
|
232
233
|
}
|
233
234
|
},
|
@@ -247,7 +248,7 @@
|
|
247
248
|
"type": "structure",
|
248
249
|
"members": {
|
249
250
|
"BackupDescription": {
|
250
|
-
"shape": "
|
251
|
+
"shape": "S43"
|
251
252
|
}
|
252
253
|
}
|
253
254
|
},
|
@@ -263,10 +264,10 @@
|
|
263
264
|
"members": {
|
264
265
|
"TableName": {},
|
265
266
|
"Key": {
|
266
|
-
"shape": "
|
267
|
+
"shape": "S14"
|
267
268
|
},
|
268
269
|
"Expected": {
|
269
|
-
"shape": "
|
270
|
+
"shape": "S4g"
|
270
271
|
},
|
271
272
|
"ConditionalOperator": {},
|
272
273
|
"ReturnValues": {},
|
@@ -274,10 +275,10 @@
|
|
274
275
|
"ReturnItemCollectionMetrics": {},
|
275
276
|
"ConditionExpression": {},
|
276
277
|
"ExpressionAttributeNames": {
|
277
|
-
"shape": "
|
278
|
+
"shape": "S17"
|
278
279
|
},
|
279
280
|
"ExpressionAttributeValues": {
|
280
|
-
"shape": "
|
281
|
+
"shape": "S4o"
|
281
282
|
},
|
282
283
|
"ReturnValuesOnConditionCheckFailure": {}
|
283
284
|
}
|
@@ -292,12 +293,31 @@
|
|
292
293
|
"shape": "Su"
|
293
294
|
},
|
294
295
|
"ItemCollectionMetrics": {
|
295
|
-
"shape": "
|
296
|
+
"shape": "S1n"
|
296
297
|
}
|
297
298
|
}
|
298
299
|
},
|
299
300
|
"endpointdiscovery": {}
|
300
301
|
},
|
302
|
+
"DeleteResourcePolicy": {
|
303
|
+
"input": {
|
304
|
+
"type": "structure",
|
305
|
+
"required": [
|
306
|
+
"ResourceArn"
|
307
|
+
],
|
308
|
+
"members": {
|
309
|
+
"ResourceArn": {},
|
310
|
+
"ExpectedRevisionId": {}
|
311
|
+
}
|
312
|
+
},
|
313
|
+
"output": {
|
314
|
+
"type": "structure",
|
315
|
+
"members": {
|
316
|
+
"RevisionId": {}
|
317
|
+
}
|
318
|
+
},
|
319
|
+
"endpointdiscovery": {}
|
320
|
+
},
|
301
321
|
"DeleteTable": {
|
302
322
|
"input": {
|
303
323
|
"type": "structure",
|
@@ -312,7 +332,7 @@
|
|
312
332
|
"type": "structure",
|
313
333
|
"members": {
|
314
334
|
"TableDescription": {
|
315
|
-
"shape": "
|
335
|
+
"shape": "S3g"
|
316
336
|
}
|
317
337
|
}
|
318
338
|
},
|
@@ -332,7 +352,7 @@
|
|
332
352
|
"type": "structure",
|
333
353
|
"members": {
|
334
354
|
"BackupDescription": {
|
335
|
-
"shape": "
|
355
|
+
"shape": "S43"
|
336
356
|
}
|
337
357
|
}
|
338
358
|
},
|
@@ -352,7 +372,7 @@
|
|
352
372
|
"type": "structure",
|
353
373
|
"members": {
|
354
374
|
"ContinuousBackupsDescription": {
|
355
|
-
"shape": "
|
375
|
+
"shape": "S51"
|
356
376
|
}
|
357
377
|
}
|
358
378
|
},
|
@@ -437,7 +457,7 @@
|
|
437
457
|
"type": "structure",
|
438
458
|
"members": {
|
439
459
|
"ExportDescription": {
|
440
|
-
"shape": "
|
460
|
+
"shape": "S5m"
|
441
461
|
}
|
442
462
|
}
|
443
463
|
}
|
@@ -456,7 +476,7 @@
|
|
456
476
|
"type": "structure",
|
457
477
|
"members": {
|
458
478
|
"GlobalTableDescription": {
|
459
|
-
"shape": "
|
479
|
+
"shape": "S26"
|
460
480
|
}
|
461
481
|
}
|
462
482
|
},
|
@@ -477,7 +497,7 @@
|
|
477
497
|
"members": {
|
478
498
|
"GlobalTableName": {},
|
479
499
|
"ReplicaSettings": {
|
480
|
-
"shape": "
|
500
|
+
"shape": "S6b"
|
481
501
|
}
|
482
502
|
}
|
483
503
|
},
|
@@ -500,7 +520,7 @@
|
|
500
520
|
],
|
501
521
|
"members": {
|
502
522
|
"ImportTableDescription": {
|
503
|
-
"shape": "
|
523
|
+
"shape": "S6p"
|
504
524
|
}
|
505
525
|
}
|
506
526
|
}
|
@@ -573,7 +593,7 @@
|
|
573
593
|
"type": "structure",
|
574
594
|
"members": {
|
575
595
|
"Table": {
|
576
|
-
"shape": "
|
596
|
+
"shape": "S3g"
|
577
597
|
}
|
578
598
|
}
|
579
599
|
},
|
@@ -593,7 +613,7 @@
|
|
593
613
|
"type": "structure",
|
594
614
|
"members": {
|
595
615
|
"TableAutoScalingDescription": {
|
596
|
-
"shape": "
|
616
|
+
"shape": "S7i"
|
597
617
|
}
|
598
618
|
}
|
599
619
|
}
|
@@ -612,7 +632,7 @@
|
|
612
632
|
"type": "structure",
|
613
633
|
"members": {
|
614
634
|
"TimeToLiveDescription": {
|
615
|
-
"shape": "
|
635
|
+
"shape": "S4c"
|
616
636
|
}
|
617
637
|
}
|
618
638
|
},
|
@@ -620,19 +640,19 @@
|
|
620
640
|
},
|
621
641
|
"DisableKinesisStreamingDestination": {
|
622
642
|
"input": {
|
623
|
-
"shape": "
|
643
|
+
"shape": "S7p"
|
624
644
|
},
|
625
645
|
"output": {
|
626
|
-
"shape": "
|
646
|
+
"shape": "S7r"
|
627
647
|
},
|
628
648
|
"endpointdiscovery": {}
|
629
649
|
},
|
630
650
|
"EnableKinesisStreamingDestination": {
|
631
651
|
"input": {
|
632
|
-
"shape": "
|
652
|
+
"shape": "S7p"
|
633
653
|
},
|
634
654
|
"output": {
|
635
|
-
"shape": "
|
655
|
+
"shape": "S7r"
|
636
656
|
},
|
637
657
|
"endpointdiscovery": {}
|
638
658
|
},
|
@@ -662,14 +682,14 @@
|
|
662
682
|
"type": "structure",
|
663
683
|
"members": {
|
664
684
|
"Items": {
|
665
|
-
"shape": "
|
685
|
+
"shape": "S1b"
|
666
686
|
},
|
667
687
|
"NextToken": {},
|
668
688
|
"ConsumedCapacity": {
|
669
689
|
"shape": "Su"
|
670
690
|
},
|
671
691
|
"LastEvaluatedKey": {
|
672
|
-
"shape": "
|
692
|
+
"shape": "S14"
|
673
693
|
}
|
674
694
|
}
|
675
695
|
}
|
@@ -707,7 +727,7 @@
|
|
707
727
|
"type": "structure",
|
708
728
|
"members": {
|
709
729
|
"Responses": {
|
710
|
-
"shape": "
|
730
|
+
"shape": "S81"
|
711
731
|
},
|
712
732
|
"ConsumedCapacity": {
|
713
733
|
"shape": "St"
|
@@ -738,7 +758,7 @@
|
|
738
758
|
"ExportFormat": {},
|
739
759
|
"ExportType": {},
|
740
760
|
"IncrementalExportSpecification": {
|
741
|
-
"shape": "
|
761
|
+
"shape": "S63"
|
742
762
|
}
|
743
763
|
}
|
744
764
|
},
|
@@ -746,7 +766,7 @@
|
|
746
766
|
"type": "structure",
|
747
767
|
"members": {
|
748
768
|
"ExportDescription": {
|
749
|
-
"shape": "
|
769
|
+
"shape": "S5m"
|
750
770
|
}
|
751
771
|
}
|
752
772
|
}
|
@@ -761,10 +781,10 @@
|
|
761
781
|
"members": {
|
762
782
|
"TableName": {},
|
763
783
|
"Key": {
|
764
|
-
"shape": "
|
784
|
+
"shape": "S14"
|
765
785
|
},
|
766
786
|
"AttributesToGet": {
|
767
|
-
"shape": "
|
787
|
+
"shape": "S15"
|
768
788
|
},
|
769
789
|
"ConsistentRead": {
|
770
790
|
"type": "boolean"
|
@@ -772,7 +792,7 @@
|
|
772
792
|
"ReturnConsumedCapacity": {},
|
773
793
|
"ProjectionExpression": {},
|
774
794
|
"ExpressionAttributeNames": {
|
775
|
-
"shape": "
|
795
|
+
"shape": "S17"
|
776
796
|
}
|
777
797
|
}
|
778
798
|
},
|
@@ -789,6 +809,25 @@
|
|
789
809
|
},
|
790
810
|
"endpointdiscovery": {}
|
791
811
|
},
|
812
|
+
"GetResourcePolicy": {
|
813
|
+
"input": {
|
814
|
+
"type": "structure",
|
815
|
+
"required": [
|
816
|
+
"ResourceArn"
|
817
|
+
],
|
818
|
+
"members": {
|
819
|
+
"ResourceArn": {}
|
820
|
+
}
|
821
|
+
},
|
822
|
+
"output": {
|
823
|
+
"type": "structure",
|
824
|
+
"members": {
|
825
|
+
"Policy": {},
|
826
|
+
"RevisionId": {}
|
827
|
+
}
|
828
|
+
},
|
829
|
+
"endpointdiscovery": {}
|
830
|
+
},
|
792
831
|
"ImportTable": {
|
793
832
|
"input": {
|
794
833
|
"type": "structure",
|
@@ -802,15 +841,15 @@
|
|
802
841
|
"idempotencyToken": true
|
803
842
|
},
|
804
843
|
"S3BucketSource": {
|
805
|
-
"shape": "
|
844
|
+
"shape": "S6r"
|
806
845
|
},
|
807
846
|
"InputFormat": {},
|
808
847
|
"InputFormatOptions": {
|
809
|
-
"shape": "
|
848
|
+
"shape": "S6v"
|
810
849
|
},
|
811
850
|
"InputCompressionType": {},
|
812
851
|
"TableCreationParameters": {
|
813
|
-
"shape": "
|
852
|
+
"shape": "S71"
|
814
853
|
}
|
815
854
|
}
|
816
855
|
},
|
@@ -821,7 +860,7 @@
|
|
821
860
|
],
|
822
861
|
"members": {
|
823
862
|
"ImportTableDescription": {
|
824
|
-
"shape": "
|
863
|
+
"shape": "S6p"
|
825
864
|
}
|
826
865
|
}
|
827
866
|
}
|
@@ -955,7 +994,7 @@
|
|
955
994
|
"members": {
|
956
995
|
"GlobalTableName": {},
|
957
996
|
"ReplicationGroup": {
|
958
|
-
"shape": "
|
997
|
+
"shape": "S22"
|
959
998
|
}
|
960
999
|
}
|
961
1000
|
}
|
@@ -988,7 +1027,7 @@
|
|
988
1027
|
"ImportStatus": {},
|
989
1028
|
"TableArn": {},
|
990
1029
|
"S3BucketSource": {
|
991
|
-
"shape": "
|
1030
|
+
"shape": "S6r"
|
992
1031
|
},
|
993
1032
|
"CloudWatchLogGroupArn": {},
|
994
1033
|
"InputFormat": {},
|
@@ -1042,7 +1081,7 @@
|
|
1042
1081
|
"type": "structure",
|
1043
1082
|
"members": {
|
1044
1083
|
"Tags": {
|
1045
|
-
"shape": "
|
1084
|
+
"shape": "S39"
|
1046
1085
|
},
|
1047
1086
|
"NextToken": {}
|
1048
1087
|
}
|
@@ -1059,10 +1098,10 @@
|
|
1059
1098
|
"members": {
|
1060
1099
|
"TableName": {},
|
1061
1100
|
"Item": {
|
1062
|
-
"shape": "
|
1101
|
+
"shape": "S1h"
|
1063
1102
|
},
|
1064
1103
|
"Expected": {
|
1065
|
-
"shape": "
|
1104
|
+
"shape": "S4g"
|
1066
1105
|
},
|
1067
1106
|
"ReturnValues": {},
|
1068
1107
|
"ReturnConsumedCapacity": {},
|
@@ -1070,10 +1109,10 @@
|
|
1070
1109
|
"ConditionalOperator": {},
|
1071
1110
|
"ConditionExpression": {},
|
1072
1111
|
"ExpressionAttributeNames": {
|
1073
|
-
"shape": "
|
1112
|
+
"shape": "S17"
|
1074
1113
|
},
|
1075
1114
|
"ExpressionAttributeValues": {
|
1076
|
-
"shape": "
|
1115
|
+
"shape": "S4o"
|
1077
1116
|
},
|
1078
1117
|
"ReturnValuesOnConditionCheckFailure": {}
|
1079
1118
|
}
|
@@ -1088,12 +1127,36 @@
|
|
1088
1127
|
"shape": "Su"
|
1089
1128
|
},
|
1090
1129
|
"ItemCollectionMetrics": {
|
1091
|
-
"shape": "
|
1130
|
+
"shape": "S1n"
|
1092
1131
|
}
|
1093
1132
|
}
|
1094
1133
|
},
|
1095
1134
|
"endpointdiscovery": {}
|
1096
1135
|
},
|
1136
|
+
"PutResourcePolicy": {
|
1137
|
+
"input": {
|
1138
|
+
"type": "structure",
|
1139
|
+
"required": [
|
1140
|
+
"ResourceArn",
|
1141
|
+
"Policy"
|
1142
|
+
],
|
1143
|
+
"members": {
|
1144
|
+
"ResourceArn": {},
|
1145
|
+
"Policy": {},
|
1146
|
+
"ExpectedRevisionId": {},
|
1147
|
+
"ConfirmRemoveSelfResourceAccess": {
|
1148
|
+
"type": "boolean"
|
1149
|
+
}
|
1150
|
+
}
|
1151
|
+
},
|
1152
|
+
"output": {
|
1153
|
+
"type": "structure",
|
1154
|
+
"members": {
|
1155
|
+
"RevisionId": {}
|
1156
|
+
}
|
1157
|
+
},
|
1158
|
+
"endpointdiscovery": {}
|
1159
|
+
},
|
1097
1160
|
"Query": {
|
1098
1161
|
"input": {
|
1099
1162
|
"type": "structure",
|
@@ -1105,7 +1168,7 @@
|
|
1105
1168
|
"IndexName": {},
|
1106
1169
|
"Select": {},
|
1107
1170
|
"AttributesToGet": {
|
1108
|
-
"shape": "
|
1171
|
+
"shape": "S15"
|
1109
1172
|
},
|
1110
1173
|
"Limit": {
|
1111
1174
|
"type": "integer"
|
@@ -1117,28 +1180,28 @@
|
|
1117
1180
|
"type": "map",
|
1118
1181
|
"key": {},
|
1119
1182
|
"value": {
|
1120
|
-
"shape": "
|
1183
|
+
"shape": "S9j"
|
1121
1184
|
}
|
1122
1185
|
},
|
1123
1186
|
"QueryFilter": {
|
1124
|
-
"shape": "
|
1187
|
+
"shape": "S9k"
|
1125
1188
|
},
|
1126
1189
|
"ConditionalOperator": {},
|
1127
1190
|
"ScanIndexForward": {
|
1128
1191
|
"type": "boolean"
|
1129
1192
|
},
|
1130
1193
|
"ExclusiveStartKey": {
|
1131
|
-
"shape": "
|
1194
|
+
"shape": "S14"
|
1132
1195
|
},
|
1133
1196
|
"ReturnConsumedCapacity": {},
|
1134
1197
|
"ProjectionExpression": {},
|
1135
1198
|
"FilterExpression": {},
|
1136
1199
|
"KeyConditionExpression": {},
|
1137
1200
|
"ExpressionAttributeNames": {
|
1138
|
-
"shape": "
|
1201
|
+
"shape": "S17"
|
1139
1202
|
},
|
1140
1203
|
"ExpressionAttributeValues": {
|
1141
|
-
"shape": "
|
1204
|
+
"shape": "S4o"
|
1142
1205
|
}
|
1143
1206
|
}
|
1144
1207
|
},
|
@@ -1146,7 +1209,7 @@
|
|
1146
1209
|
"type": "structure",
|
1147
1210
|
"members": {
|
1148
1211
|
"Items": {
|
1149
|
-
"shape": "
|
1212
|
+
"shape": "S1b"
|
1150
1213
|
},
|
1151
1214
|
"Count": {
|
1152
1215
|
"type": "integer"
|
@@ -1155,7 +1218,7 @@
|
|
1155
1218
|
"type": "integer"
|
1156
1219
|
},
|
1157
1220
|
"LastEvaluatedKey": {
|
1158
|
-
"shape": "
|
1221
|
+
"shape": "S14"
|
1159
1222
|
},
|
1160
1223
|
"ConsumedCapacity": {
|
1161
1224
|
"shape": "Su"
|
@@ -1176,16 +1239,16 @@
|
|
1176
1239
|
"BackupArn": {},
|
1177
1240
|
"BillingModeOverride": {},
|
1178
1241
|
"GlobalSecondaryIndexOverride": {
|
1179
|
-
"shape": "
|
1242
|
+
"shape": "S2z"
|
1180
1243
|
},
|
1181
1244
|
"LocalSecondaryIndexOverride": {
|
1182
|
-
"shape": "
|
1245
|
+
"shape": "S2t"
|
1183
1246
|
},
|
1184
1247
|
"ProvisionedThroughputOverride": {
|
1185
|
-
"shape": "
|
1248
|
+
"shape": "S31"
|
1186
1249
|
},
|
1187
1250
|
"SSESpecificationOverride": {
|
1188
|
-
"shape": "
|
1251
|
+
"shape": "S36"
|
1189
1252
|
}
|
1190
1253
|
}
|
1191
1254
|
},
|
@@ -1193,7 +1256,7 @@
|
|
1193
1256
|
"type": "structure",
|
1194
1257
|
"members": {
|
1195
1258
|
"TableDescription": {
|
1196
|
-
"shape": "
|
1259
|
+
"shape": "S3g"
|
1197
1260
|
}
|
1198
1261
|
}
|
1199
1262
|
},
|
@@ -1217,16 +1280,16 @@
|
|
1217
1280
|
},
|
1218
1281
|
"BillingModeOverride": {},
|
1219
1282
|
"GlobalSecondaryIndexOverride": {
|
1220
|
-
"shape": "
|
1283
|
+
"shape": "S2z"
|
1221
1284
|
},
|
1222
1285
|
"LocalSecondaryIndexOverride": {
|
1223
|
-
"shape": "
|
1286
|
+
"shape": "S2t"
|
1224
1287
|
},
|
1225
1288
|
"ProvisionedThroughputOverride": {
|
1226
|
-
"shape": "
|
1289
|
+
"shape": "S31"
|
1227
1290
|
},
|
1228
1291
|
"SSESpecificationOverride": {
|
1229
|
-
"shape": "
|
1292
|
+
"shape": "S36"
|
1230
1293
|
}
|
1231
1294
|
}
|
1232
1295
|
},
|
@@ -1234,7 +1297,7 @@
|
|
1234
1297
|
"type": "structure",
|
1235
1298
|
"members": {
|
1236
1299
|
"TableDescription": {
|
1237
|
-
"shape": "
|
1300
|
+
"shape": "S3g"
|
1238
1301
|
}
|
1239
1302
|
}
|
1240
1303
|
},
|
@@ -1250,18 +1313,18 @@
|
|
1250
1313
|
"TableName": {},
|
1251
1314
|
"IndexName": {},
|
1252
1315
|
"AttributesToGet": {
|
1253
|
-
"shape": "
|
1316
|
+
"shape": "S15"
|
1254
1317
|
},
|
1255
1318
|
"Limit": {
|
1256
1319
|
"type": "integer"
|
1257
1320
|
},
|
1258
1321
|
"Select": {},
|
1259
1322
|
"ScanFilter": {
|
1260
|
-
"shape": "
|
1323
|
+
"shape": "S9k"
|
1261
1324
|
},
|
1262
1325
|
"ConditionalOperator": {},
|
1263
1326
|
"ExclusiveStartKey": {
|
1264
|
-
"shape": "
|
1327
|
+
"shape": "S14"
|
1265
1328
|
},
|
1266
1329
|
"ReturnConsumedCapacity": {},
|
1267
1330
|
"TotalSegments": {
|
@@ -1273,10 +1336,10 @@
|
|
1273
1336
|
"ProjectionExpression": {},
|
1274
1337
|
"FilterExpression": {},
|
1275
1338
|
"ExpressionAttributeNames": {
|
1276
|
-
"shape": "
|
1339
|
+
"shape": "S17"
|
1277
1340
|
},
|
1278
1341
|
"ExpressionAttributeValues": {
|
1279
|
-
"shape": "
|
1342
|
+
"shape": "S4o"
|
1280
1343
|
},
|
1281
1344
|
"ConsistentRead": {
|
1282
1345
|
"type": "boolean"
|
@@ -1287,7 +1350,7 @@
|
|
1287
1350
|
"type": "structure",
|
1288
1351
|
"members": {
|
1289
1352
|
"Items": {
|
1290
|
-
"shape": "
|
1353
|
+
"shape": "S1b"
|
1291
1354
|
},
|
1292
1355
|
"Count": {
|
1293
1356
|
"type": "integer"
|
@@ -1296,7 +1359,7 @@
|
|
1296
1359
|
"type": "integer"
|
1297
1360
|
},
|
1298
1361
|
"LastEvaluatedKey": {
|
1299
|
-
"shape": "
|
1362
|
+
"shape": "S14"
|
1300
1363
|
},
|
1301
1364
|
"ConsumedCapacity": {
|
1302
1365
|
"shape": "Su"
|
@@ -1315,7 +1378,7 @@
|
|
1315
1378
|
"members": {
|
1316
1379
|
"ResourceArn": {},
|
1317
1380
|
"Tags": {
|
1318
|
-
"shape": "
|
1381
|
+
"shape": "S39"
|
1319
1382
|
}
|
1320
1383
|
}
|
1321
1384
|
},
|
@@ -1344,12 +1407,12 @@
|
|
1344
1407
|
],
|
1345
1408
|
"members": {
|
1346
1409
|
"Key": {
|
1347
|
-
"shape": "
|
1410
|
+
"shape": "S14"
|
1348
1411
|
},
|
1349
1412
|
"TableName": {},
|
1350
1413
|
"ProjectionExpression": {},
|
1351
1414
|
"ExpressionAttributeNames": {
|
1352
|
-
"shape": "
|
1415
|
+
"shape": "S17"
|
1353
1416
|
}
|
1354
1417
|
}
|
1355
1418
|
}
|
@@ -1366,7 +1429,7 @@
|
|
1366
1429
|
"shape": "St"
|
1367
1430
|
},
|
1368
1431
|
"Responses": {
|
1369
|
-
"shape": "
|
1432
|
+
"shape": "S81"
|
1370
1433
|
}
|
1371
1434
|
}
|
1372
1435
|
},
|
@@ -1393,15 +1456,15 @@
|
|
1393
1456
|
],
|
1394
1457
|
"members": {
|
1395
1458
|
"Key": {
|
1396
|
-
"shape": "
|
1459
|
+
"shape": "S14"
|
1397
1460
|
},
|
1398
1461
|
"TableName": {},
|
1399
1462
|
"ConditionExpression": {},
|
1400
1463
|
"ExpressionAttributeNames": {
|
1401
|
-
"shape": "
|
1464
|
+
"shape": "S17"
|
1402
1465
|
},
|
1403
1466
|
"ExpressionAttributeValues": {
|
1404
|
-
"shape": "
|
1467
|
+
"shape": "S4o"
|
1405
1468
|
},
|
1406
1469
|
"ReturnValuesOnConditionCheckFailure": {}
|
1407
1470
|
}
|
@@ -1414,15 +1477,15 @@
|
|
1414
1477
|
],
|
1415
1478
|
"members": {
|
1416
1479
|
"Item": {
|
1417
|
-
"shape": "
|
1480
|
+
"shape": "S1h"
|
1418
1481
|
},
|
1419
1482
|
"TableName": {},
|
1420
1483
|
"ConditionExpression": {},
|
1421
1484
|
"ExpressionAttributeNames": {
|
1422
|
-
"shape": "
|
1485
|
+
"shape": "S17"
|
1423
1486
|
},
|
1424
1487
|
"ExpressionAttributeValues": {
|
1425
|
-
"shape": "
|
1488
|
+
"shape": "S4o"
|
1426
1489
|
},
|
1427
1490
|
"ReturnValuesOnConditionCheckFailure": {}
|
1428
1491
|
}
|
@@ -1435,15 +1498,15 @@
|
|
1435
1498
|
],
|
1436
1499
|
"members": {
|
1437
1500
|
"Key": {
|
1438
|
-
"shape": "
|
1501
|
+
"shape": "S14"
|
1439
1502
|
},
|
1440
1503
|
"TableName": {},
|
1441
1504
|
"ConditionExpression": {},
|
1442
1505
|
"ExpressionAttributeNames": {
|
1443
|
-
"shape": "
|
1506
|
+
"shape": "S17"
|
1444
1507
|
},
|
1445
1508
|
"ExpressionAttributeValues": {
|
1446
|
-
"shape": "
|
1509
|
+
"shape": "S4o"
|
1447
1510
|
},
|
1448
1511
|
"ReturnValuesOnConditionCheckFailure": {}
|
1449
1512
|
}
|
@@ -1457,16 +1520,16 @@
|
|
1457
1520
|
],
|
1458
1521
|
"members": {
|
1459
1522
|
"Key": {
|
1460
|
-
"shape": "
|
1523
|
+
"shape": "S14"
|
1461
1524
|
},
|
1462
1525
|
"UpdateExpression": {},
|
1463
1526
|
"TableName": {},
|
1464
1527
|
"ConditionExpression": {},
|
1465
1528
|
"ExpressionAttributeNames": {
|
1466
|
-
"shape": "
|
1529
|
+
"shape": "S17"
|
1467
1530
|
},
|
1468
1531
|
"ExpressionAttributeValues": {
|
1469
|
-
"shape": "
|
1532
|
+
"shape": "S4o"
|
1470
1533
|
},
|
1471
1534
|
"ReturnValuesOnConditionCheckFailure": {}
|
1472
1535
|
}
|
@@ -1488,7 +1551,7 @@
|
|
1488
1551
|
"shape": "St"
|
1489
1552
|
},
|
1490
1553
|
"ItemCollectionMetrics": {
|
1491
|
-
"shape": "
|
1554
|
+
"shape": "S1l"
|
1492
1555
|
}
|
1493
1556
|
}
|
1494
1557
|
},
|
@@ -1537,7 +1600,7 @@
|
|
1537
1600
|
"type": "structure",
|
1538
1601
|
"members": {
|
1539
1602
|
"ContinuousBackupsDescription": {
|
1540
|
-
"shape": "
|
1603
|
+
"shape": "S51"
|
1541
1604
|
}
|
1542
1605
|
}
|
1543
1606
|
},
|
@@ -1606,7 +1669,7 @@
|
|
1606
1669
|
"type": "structure",
|
1607
1670
|
"members": {
|
1608
1671
|
"GlobalTableDescription": {
|
1609
|
-
"shape": "
|
1672
|
+
"shape": "S26"
|
1610
1673
|
}
|
1611
1674
|
}
|
1612
1675
|
},
|
@@ -1625,7 +1688,7 @@
|
|
1625
1688
|
"type": "long"
|
1626
1689
|
},
|
1627
1690
|
"GlobalTableProvisionedWriteCapacityAutoScalingSettingsUpdate": {
|
1628
|
-
"shape": "
|
1691
|
+
"shape": "Saq"
|
1629
1692
|
},
|
1630
1693
|
"GlobalTableGlobalSecondaryIndexSettingsUpdate": {
|
1631
1694
|
"type": "list",
|
@@ -1640,7 +1703,7 @@
|
|
1640
1703
|
"type": "long"
|
1641
1704
|
},
|
1642
1705
|
"ProvisionedWriteCapacityAutoScalingSettingsUpdate": {
|
1643
|
-
"shape": "
|
1706
|
+
"shape": "Saq"
|
1644
1707
|
}
|
1645
1708
|
}
|
1646
1709
|
}
|
@@ -1658,7 +1721,7 @@
|
|
1658
1721
|
"type": "long"
|
1659
1722
|
},
|
1660
1723
|
"ReplicaProvisionedReadCapacityAutoScalingSettingsUpdate": {
|
1661
|
-
"shape": "
|
1724
|
+
"shape": "Saq"
|
1662
1725
|
},
|
1663
1726
|
"ReplicaGlobalSecondaryIndexSettingsUpdate": {
|
1664
1727
|
"type": "list",
|
@@ -1673,7 +1736,7 @@
|
|
1673
1736
|
"type": "long"
|
1674
1737
|
},
|
1675
1738
|
"ProvisionedReadCapacityAutoScalingSettingsUpdate": {
|
1676
|
-
"shape": "
|
1739
|
+
"shape": "Saq"
|
1677
1740
|
}
|
1678
1741
|
}
|
1679
1742
|
}
|
@@ -1689,7 +1752,7 @@
|
|
1689
1752
|
"members": {
|
1690
1753
|
"GlobalTableName": {},
|
1691
1754
|
"ReplicaSettings": {
|
1692
|
-
"shape": "
|
1755
|
+
"shape": "S6b"
|
1693
1756
|
}
|
1694
1757
|
}
|
1695
1758
|
},
|
@@ -1705,7 +1768,7 @@
|
|
1705
1768
|
"members": {
|
1706
1769
|
"TableName": {},
|
1707
1770
|
"Key": {
|
1708
|
-
"shape": "
|
1771
|
+
"shape": "S14"
|
1709
1772
|
},
|
1710
1773
|
"AttributeUpdates": {
|
1711
1774
|
"type": "map",
|
@@ -1721,7 +1784,7 @@
|
|
1721
1784
|
}
|
1722
1785
|
},
|
1723
1786
|
"Expected": {
|
1724
|
-
"shape": "
|
1787
|
+
"shape": "S4g"
|
1725
1788
|
},
|
1726
1789
|
"ConditionalOperator": {},
|
1727
1790
|
"ReturnValues": {},
|
@@ -1730,10 +1793,10 @@
|
|
1730
1793
|
"UpdateExpression": {},
|
1731
1794
|
"ConditionExpression": {},
|
1732
1795
|
"ExpressionAttributeNames": {
|
1733
|
-
"shape": "
|
1796
|
+
"shape": "S17"
|
1734
1797
|
},
|
1735
1798
|
"ExpressionAttributeValues": {
|
1736
|
-
"shape": "
|
1799
|
+
"shape": "S4o"
|
1737
1800
|
},
|
1738
1801
|
"ReturnValuesOnConditionCheckFailure": {}
|
1739
1802
|
}
|
@@ -1748,7 +1811,7 @@
|
|
1748
1811
|
"shape": "Su"
|
1749
1812
|
},
|
1750
1813
|
"ItemCollectionMetrics": {
|
1751
|
-
"shape": "
|
1814
|
+
"shape": "S1n"
|
1752
1815
|
}
|
1753
1816
|
}
|
1754
1817
|
},
|
@@ -1765,7 +1828,7 @@
|
|
1765
1828
|
"TableName": {},
|
1766
1829
|
"StreamArn": {},
|
1767
1830
|
"UpdateKinesisStreamingConfiguration": {
|
1768
|
-
"shape": "
|
1831
|
+
"shape": "Sb7"
|
1769
1832
|
}
|
1770
1833
|
}
|
1771
1834
|
},
|
@@ -1776,7 +1839,7 @@
|
|
1776
1839
|
"StreamArn": {},
|
1777
1840
|
"DestinationStatus": {},
|
1778
1841
|
"UpdateKinesisStreamingConfiguration": {
|
1779
|
-
"shape": "
|
1842
|
+
"shape": "Sb7"
|
1780
1843
|
}
|
1781
1844
|
}
|
1782
1845
|
},
|
@@ -1790,12 +1853,12 @@
|
|
1790
1853
|
],
|
1791
1854
|
"members": {
|
1792
1855
|
"AttributeDefinitions": {
|
1793
|
-
"shape": "
|
1856
|
+
"shape": "S2m"
|
1794
1857
|
},
|
1795
1858
|
"TableName": {},
|
1796
1859
|
"BillingMode": {},
|
1797
1860
|
"ProvisionedThroughput": {
|
1798
|
-
"shape": "
|
1861
|
+
"shape": "S31"
|
1799
1862
|
},
|
1800
1863
|
"GlobalSecondaryIndexUpdates": {
|
1801
1864
|
"type": "list",
|
@@ -1811,7 +1874,7 @@
|
|
1811
1874
|
"members": {
|
1812
1875
|
"IndexName": {},
|
1813
1876
|
"ProvisionedThroughput": {
|
1814
|
-
"shape": "
|
1877
|
+
"shape": "S31"
|
1815
1878
|
}
|
1816
1879
|
}
|
1817
1880
|
},
|
@@ -1825,13 +1888,13 @@
|
|
1825
1888
|
"members": {
|
1826
1889
|
"IndexName": {},
|
1827
1890
|
"KeySchema": {
|
1828
|
-
"shape": "
|
1891
|
+
"shape": "S2q"
|
1829
1892
|
},
|
1830
1893
|
"Projection": {
|
1831
|
-
"shape": "
|
1894
|
+
"shape": "S2v"
|
1832
1895
|
},
|
1833
1896
|
"ProvisionedThroughput": {
|
1834
|
-
"shape": "
|
1897
|
+
"shape": "S31"
|
1835
1898
|
}
|
1836
1899
|
}
|
1837
1900
|
},
|
@@ -1848,10 +1911,10 @@
|
|
1848
1911
|
}
|
1849
1912
|
},
|
1850
1913
|
"StreamSpecification": {
|
1851
|
-
"shape": "
|
1914
|
+
"shape": "S33"
|
1852
1915
|
},
|
1853
1916
|
"SSESpecification": {
|
1854
|
-
"shape": "
|
1917
|
+
"shape": "S36"
|
1855
1918
|
},
|
1856
1919
|
"ReplicaUpdates": {
|
1857
1920
|
"type": "list",
|
@@ -1867,10 +1930,10 @@
|
|
1867
1930
|
"RegionName": {},
|
1868
1931
|
"KMSMasterKeyId": {},
|
1869
1932
|
"ProvisionedThroughputOverride": {
|
1870
|
-
"shape": "
|
1933
|
+
"shape": "S2d"
|
1871
1934
|
},
|
1872
1935
|
"GlobalSecondaryIndexes": {
|
1873
|
-
"shape": "
|
1936
|
+
"shape": "Sbi"
|
1874
1937
|
},
|
1875
1938
|
"TableClassOverride": {}
|
1876
1939
|
}
|
@@ -1884,10 +1947,10 @@
|
|
1884
1947
|
"RegionName": {},
|
1885
1948
|
"KMSMasterKeyId": {},
|
1886
1949
|
"ProvisionedThroughputOverride": {
|
1887
|
-
"shape": "
|
1950
|
+
"shape": "S2d"
|
1888
1951
|
},
|
1889
1952
|
"GlobalSecondaryIndexes": {
|
1890
|
-
"shape": "
|
1953
|
+
"shape": "Sbi"
|
1891
1954
|
},
|
1892
1955
|
"TableClassOverride": {}
|
1893
1956
|
}
|
@@ -1914,7 +1977,7 @@
|
|
1914
1977
|
"type": "structure",
|
1915
1978
|
"members": {
|
1916
1979
|
"TableDescription": {
|
1917
|
-
"shape": "
|
1980
|
+
"shape": "S3g"
|
1918
1981
|
}
|
1919
1982
|
}
|
1920
1983
|
},
|
@@ -1934,14 +1997,14 @@
|
|
1934
1997
|
"members": {
|
1935
1998
|
"IndexName": {},
|
1936
1999
|
"ProvisionedWriteCapacityAutoScalingUpdate": {
|
1937
|
-
"shape": "
|
2000
|
+
"shape": "Saq"
|
1938
2001
|
}
|
1939
2002
|
}
|
1940
2003
|
}
|
1941
2004
|
},
|
1942
2005
|
"TableName": {},
|
1943
2006
|
"ProvisionedWriteCapacityAutoScalingUpdate": {
|
1944
|
-
"shape": "
|
2007
|
+
"shape": "Saq"
|
1945
2008
|
},
|
1946
2009
|
"ReplicaUpdates": {
|
1947
2010
|
"type": "list",
|
@@ -1959,13 +2022,13 @@
|
|
1959
2022
|
"members": {
|
1960
2023
|
"IndexName": {},
|
1961
2024
|
"ProvisionedReadCapacityAutoScalingUpdate": {
|
1962
|
-
"shape": "
|
2025
|
+
"shape": "Saq"
|
1963
2026
|
}
|
1964
2027
|
}
|
1965
2028
|
}
|
1966
2029
|
},
|
1967
2030
|
"ReplicaProvisionedReadCapacityAutoScalingUpdate": {
|
1968
|
-
"shape": "
|
2031
|
+
"shape": "Saq"
|
1969
2032
|
}
|
1970
2033
|
}
|
1971
2034
|
}
|
@@ -1976,7 +2039,7 @@
|
|
1976
2039
|
"type": "structure",
|
1977
2040
|
"members": {
|
1978
2041
|
"TableAutoScalingDescription": {
|
1979
|
-
"shape": "
|
2042
|
+
"shape": "S7i"
|
1980
2043
|
}
|
1981
2044
|
}
|
1982
2045
|
}
|
@@ -1991,7 +2054,7 @@
|
|
1991
2054
|
"members": {
|
1992
2055
|
"TableName": {},
|
1993
2056
|
"TimeToLiveSpecification": {
|
1994
|
-
"shape": "
|
2057
|
+
"shape": "Sbw"
|
1995
2058
|
}
|
1996
2059
|
}
|
1997
2060
|
},
|
@@ -1999,7 +2062,7 @@
|
|
1999
2062
|
"type": "structure",
|
2000
2063
|
"members": {
|
2001
2064
|
"TimeToLiveSpecification": {
|
2002
|
-
"shape": "
|
2065
|
+
"shape": "Sbw"
|
2003
2066
|
}
|
2004
2067
|
}
|
2005
2068
|
},
|
@@ -2083,17 +2146,17 @@
|
|
2083
2146
|
"type": "double"
|
2084
2147
|
},
|
2085
2148
|
"Table": {
|
2086
|
-
"shape": "
|
2149
|
+
"shape": "Sx"
|
2087
2150
|
},
|
2088
2151
|
"LocalSecondaryIndexes": {
|
2089
|
-
"shape": "
|
2152
|
+
"shape": "Sy"
|
2090
2153
|
},
|
2091
2154
|
"GlobalSecondaryIndexes": {
|
2092
|
-
"shape": "
|
2155
|
+
"shape": "Sy"
|
2093
2156
|
}
|
2094
2157
|
}
|
2095
2158
|
},
|
2096
|
-
"
|
2159
|
+
"Sx": {
|
2097
2160
|
"type": "structure",
|
2098
2161
|
"members": {
|
2099
2162
|
"ReadCapacityUnits": {
|
@@ -2107,14 +2170,14 @@
|
|
2107
2170
|
}
|
2108
2171
|
}
|
2109
2172
|
},
|
2110
|
-
"
|
2173
|
+
"Sy": {
|
2111
2174
|
"type": "map",
|
2112
2175
|
"key": {},
|
2113
2176
|
"value": {
|
2114
|
-
"shape": "
|
2177
|
+
"shape": "Sx"
|
2115
2178
|
}
|
2116
2179
|
},
|
2117
|
-
"
|
2180
|
+
"S11": {
|
2118
2181
|
"type": "map",
|
2119
2182
|
"key": {},
|
2120
2183
|
"value": {
|
@@ -2126,45 +2189,45 @@
|
|
2126
2189
|
"Keys": {
|
2127
2190
|
"type": "list",
|
2128
2191
|
"member": {
|
2129
|
-
"shape": "
|
2192
|
+
"shape": "S14"
|
2130
2193
|
}
|
2131
2194
|
},
|
2132
2195
|
"AttributesToGet": {
|
2133
|
-
"shape": "
|
2196
|
+
"shape": "S15"
|
2134
2197
|
},
|
2135
2198
|
"ConsistentRead": {
|
2136
2199
|
"type": "boolean"
|
2137
2200
|
},
|
2138
2201
|
"ProjectionExpression": {},
|
2139
2202
|
"ExpressionAttributeNames": {
|
2140
|
-
"shape": "
|
2203
|
+
"shape": "S17"
|
2141
2204
|
}
|
2142
2205
|
}
|
2143
2206
|
}
|
2144
2207
|
},
|
2145
|
-
"
|
2208
|
+
"S14": {
|
2146
2209
|
"type": "map",
|
2147
2210
|
"key": {},
|
2148
2211
|
"value": {
|
2149
2212
|
"shape": "S6"
|
2150
2213
|
}
|
2151
2214
|
},
|
2152
|
-
"
|
2215
|
+
"S15": {
|
2153
2216
|
"type": "list",
|
2154
2217
|
"member": {}
|
2155
2218
|
},
|
2156
|
-
"
|
2219
|
+
"S17": {
|
2157
2220
|
"type": "map",
|
2158
2221
|
"key": {},
|
2159
2222
|
"value": {}
|
2160
2223
|
},
|
2161
|
-
"
|
2224
|
+
"S1b": {
|
2162
2225
|
"type": "list",
|
2163
2226
|
"member": {
|
2164
2227
|
"shape": "Sr"
|
2165
2228
|
}
|
2166
2229
|
},
|
2167
|
-
"
|
2230
|
+
"S1d": {
|
2168
2231
|
"type": "map",
|
2169
2232
|
"key": {},
|
2170
2233
|
"value": {
|
@@ -2179,7 +2242,7 @@
|
|
2179
2242
|
],
|
2180
2243
|
"members": {
|
2181
2244
|
"Item": {
|
2182
|
-
"shape": "
|
2245
|
+
"shape": "S1h"
|
2183
2246
|
}
|
2184
2247
|
}
|
2185
2248
|
},
|
@@ -2190,7 +2253,7 @@
|
|
2190
2253
|
],
|
2191
2254
|
"members": {
|
2192
2255
|
"Key": {
|
2193
|
-
"shape": "
|
2256
|
+
"shape": "S14"
|
2194
2257
|
}
|
2195
2258
|
}
|
2196
2259
|
}
|
@@ -2198,24 +2261,24 @@
|
|
2198
2261
|
}
|
2199
2262
|
}
|
2200
2263
|
},
|
2201
|
-
"
|
2264
|
+
"S1h": {
|
2202
2265
|
"type": "map",
|
2203
2266
|
"key": {},
|
2204
2267
|
"value": {
|
2205
2268
|
"shape": "S6"
|
2206
2269
|
}
|
2207
2270
|
},
|
2208
|
-
"
|
2271
|
+
"S1l": {
|
2209
2272
|
"type": "map",
|
2210
2273
|
"key": {},
|
2211
2274
|
"value": {
|
2212
2275
|
"type": "list",
|
2213
2276
|
"member": {
|
2214
|
-
"shape": "
|
2277
|
+
"shape": "S1n"
|
2215
2278
|
}
|
2216
2279
|
}
|
2217
2280
|
},
|
2218
|
-
"
|
2281
|
+
"S1n": {
|
2219
2282
|
"type": "structure",
|
2220
2283
|
"members": {
|
2221
2284
|
"ItemCollectionKey": {
|
@@ -2233,7 +2296,7 @@
|
|
2233
2296
|
}
|
2234
2297
|
}
|
2235
2298
|
},
|
2236
|
-
"
|
2299
|
+
"S1u": {
|
2237
2300
|
"type": "structure",
|
2238
2301
|
"required": [
|
2239
2302
|
"BackupArn",
|
@@ -2258,7 +2321,7 @@
|
|
2258
2321
|
}
|
2259
2322
|
}
|
2260
2323
|
},
|
2261
|
-
"
|
2324
|
+
"S22": {
|
2262
2325
|
"type": "list",
|
2263
2326
|
"member": {
|
2264
2327
|
"type": "structure",
|
@@ -2267,11 +2330,11 @@
|
|
2267
2330
|
}
|
2268
2331
|
}
|
2269
2332
|
},
|
2270
|
-
"
|
2333
|
+
"S26": {
|
2271
2334
|
"type": "structure",
|
2272
2335
|
"members": {
|
2273
2336
|
"ReplicationGroup": {
|
2274
|
-
"shape": "
|
2337
|
+
"shape": "S27"
|
2275
2338
|
},
|
2276
2339
|
"GlobalTableArn": {},
|
2277
2340
|
"CreationDateTime": {
|
@@ -2281,7 +2344,7 @@
|
|
2281
2344
|
"GlobalTableName": {}
|
2282
2345
|
}
|
2283
2346
|
},
|
2284
|
-
"
|
2347
|
+
"S27": {
|
2285
2348
|
"type": "list",
|
2286
2349
|
"member": {
|
2287
2350
|
"type": "structure",
|
@@ -2292,7 +2355,7 @@
|
|
2292
2355
|
"ReplicaStatusPercentProgress": {},
|
2293
2356
|
"KMSMasterKeyId": {},
|
2294
2357
|
"ProvisionedThroughputOverride": {
|
2295
|
-
"shape": "
|
2358
|
+
"shape": "S2d"
|
2296
2359
|
},
|
2297
2360
|
"GlobalSecondaryIndexes": {
|
2298
2361
|
"type": "list",
|
@@ -2301,7 +2364,7 @@
|
|
2301
2364
|
"members": {
|
2302
2365
|
"IndexName": {},
|
2303
2366
|
"ProvisionedThroughputOverride": {
|
2304
|
-
"shape": "
|
2367
|
+
"shape": "S2d"
|
2305
2368
|
}
|
2306
2369
|
}
|
2307
2370
|
}
|
@@ -2310,12 +2373,12 @@
|
|
2310
2373
|
"type": "timestamp"
|
2311
2374
|
},
|
2312
2375
|
"ReplicaTableClassSummary": {
|
2313
|
-
"shape": "
|
2376
|
+
"shape": "S2h"
|
2314
2377
|
}
|
2315
2378
|
}
|
2316
2379
|
}
|
2317
2380
|
},
|
2318
|
-
"
|
2381
|
+
"S2d": {
|
2319
2382
|
"type": "structure",
|
2320
2383
|
"members": {
|
2321
2384
|
"ReadCapacityUnits": {
|
@@ -2323,7 +2386,7 @@
|
|
2323
2386
|
}
|
2324
2387
|
}
|
2325
2388
|
},
|
2326
|
-
"
|
2389
|
+
"S2h": {
|
2327
2390
|
"type": "structure",
|
2328
2391
|
"members": {
|
2329
2392
|
"TableClass": {},
|
@@ -2332,7 +2395,7 @@
|
|
2332
2395
|
}
|
2333
2396
|
}
|
2334
2397
|
},
|
2335
|
-
"
|
2398
|
+
"S2m": {
|
2336
2399
|
"type": "list",
|
2337
2400
|
"member": {
|
2338
2401
|
"type": "structure",
|
@@ -2346,7 +2409,7 @@
|
|
2346
2409
|
}
|
2347
2410
|
}
|
2348
2411
|
},
|
2349
|
-
"
|
2412
|
+
"S2q": {
|
2350
2413
|
"type": "list",
|
2351
2414
|
"member": {
|
2352
2415
|
"type": "structure",
|
@@ -2360,7 +2423,7 @@
|
|
2360
2423
|
}
|
2361
2424
|
}
|
2362
2425
|
},
|
2363
|
-
"
|
2426
|
+
"S2t": {
|
2364
2427
|
"type": "list",
|
2365
2428
|
"member": {
|
2366
2429
|
"type": "structure",
|
@@ -2372,15 +2435,15 @@
|
|
2372
2435
|
"members": {
|
2373
2436
|
"IndexName": {},
|
2374
2437
|
"KeySchema": {
|
2375
|
-
"shape": "
|
2438
|
+
"shape": "S2q"
|
2376
2439
|
},
|
2377
2440
|
"Projection": {
|
2378
|
-
"shape": "
|
2441
|
+
"shape": "S2v"
|
2379
2442
|
}
|
2380
2443
|
}
|
2381
2444
|
}
|
2382
2445
|
},
|
2383
|
-
"
|
2446
|
+
"S2v": {
|
2384
2447
|
"type": "structure",
|
2385
2448
|
"members": {
|
2386
2449
|
"ProjectionType": {},
|
@@ -2390,7 +2453,7 @@
|
|
2390
2453
|
}
|
2391
2454
|
}
|
2392
2455
|
},
|
2393
|
-
"
|
2456
|
+
"S2z": {
|
2394
2457
|
"type": "list",
|
2395
2458
|
"member": {
|
2396
2459
|
"type": "structure",
|
@@ -2402,18 +2465,18 @@
|
|
2402
2465
|
"members": {
|
2403
2466
|
"IndexName": {},
|
2404
2467
|
"KeySchema": {
|
2405
|
-
"shape": "
|
2468
|
+
"shape": "S2q"
|
2406
2469
|
},
|
2407
2470
|
"Projection": {
|
2408
|
-
"shape": "
|
2471
|
+
"shape": "S2v"
|
2409
2472
|
},
|
2410
2473
|
"ProvisionedThroughput": {
|
2411
|
-
"shape": "
|
2474
|
+
"shape": "S31"
|
2412
2475
|
}
|
2413
2476
|
}
|
2414
2477
|
}
|
2415
2478
|
},
|
2416
|
-
"
|
2479
|
+
"S31": {
|
2417
2480
|
"type": "structure",
|
2418
2481
|
"required": [
|
2419
2482
|
"ReadCapacityUnits",
|
@@ -2428,7 +2491,7 @@
|
|
2428
2491
|
}
|
2429
2492
|
}
|
2430
2493
|
},
|
2431
|
-
"
|
2494
|
+
"S33": {
|
2432
2495
|
"type": "structure",
|
2433
2496
|
"required": [
|
2434
2497
|
"StreamEnabled"
|
@@ -2440,7 +2503,7 @@
|
|
2440
2503
|
"StreamViewType": {}
|
2441
2504
|
}
|
2442
2505
|
},
|
2443
|
-
"
|
2506
|
+
"S36": {
|
2444
2507
|
"type": "structure",
|
2445
2508
|
"members": {
|
2446
2509
|
"Enabled": {
|
@@ -2450,7 +2513,7 @@
|
|
2450
2513
|
"KMSMasterKeyId": {}
|
2451
2514
|
}
|
2452
2515
|
},
|
2453
|
-
"
|
2516
|
+
"S39": {
|
2454
2517
|
"type": "list",
|
2455
2518
|
"member": {
|
2456
2519
|
"type": "structure",
|
@@ -2464,22 +2527,22 @@
|
|
2464
2527
|
}
|
2465
2528
|
}
|
2466
2529
|
},
|
2467
|
-
"
|
2530
|
+
"S3g": {
|
2468
2531
|
"type": "structure",
|
2469
2532
|
"members": {
|
2470
2533
|
"AttributeDefinitions": {
|
2471
|
-
"shape": "
|
2534
|
+
"shape": "S2m"
|
2472
2535
|
},
|
2473
2536
|
"TableName": {},
|
2474
2537
|
"KeySchema": {
|
2475
|
-
"shape": "
|
2538
|
+
"shape": "S2q"
|
2476
2539
|
},
|
2477
2540
|
"TableStatus": {},
|
2478
2541
|
"CreationDateTime": {
|
2479
2542
|
"type": "timestamp"
|
2480
2543
|
},
|
2481
2544
|
"ProvisionedThroughput": {
|
2482
|
-
"shape": "
|
2545
|
+
"shape": "S3i"
|
2483
2546
|
},
|
2484
2547
|
"TableSizeBytes": {
|
2485
2548
|
"type": "long"
|
@@ -2490,7 +2553,7 @@
|
|
2490
2553
|
"TableArn": {},
|
2491
2554
|
"TableId": {},
|
2492
2555
|
"BillingModeSummary": {
|
2493
|
-
"shape": "
|
2556
|
+
"shape": "S3m"
|
2494
2557
|
},
|
2495
2558
|
"LocalSecondaryIndexes": {
|
2496
2559
|
"type": "list",
|
@@ -2499,10 +2562,10 @@
|
|
2499
2562
|
"members": {
|
2500
2563
|
"IndexName": {},
|
2501
2564
|
"KeySchema": {
|
2502
|
-
"shape": "
|
2565
|
+
"shape": "S2q"
|
2503
2566
|
},
|
2504
2567
|
"Projection": {
|
2505
|
-
"shape": "
|
2568
|
+
"shape": "S2v"
|
2506
2569
|
},
|
2507
2570
|
"IndexSizeBytes": {
|
2508
2571
|
"type": "long"
|
@@ -2521,17 +2584,17 @@
|
|
2521
2584
|
"members": {
|
2522
2585
|
"IndexName": {},
|
2523
2586
|
"KeySchema": {
|
2524
|
-
"shape": "
|
2587
|
+
"shape": "S2q"
|
2525
2588
|
},
|
2526
2589
|
"Projection": {
|
2527
|
-
"shape": "
|
2590
|
+
"shape": "S2v"
|
2528
2591
|
},
|
2529
2592
|
"IndexStatus": {},
|
2530
2593
|
"Backfilling": {
|
2531
2594
|
"type": "boolean"
|
2532
2595
|
},
|
2533
2596
|
"ProvisionedThroughput": {
|
2534
|
-
"shape": "
|
2597
|
+
"shape": "S3i"
|
2535
2598
|
},
|
2536
2599
|
"IndexSizeBytes": {
|
2537
2600
|
"type": "long"
|
@@ -2544,13 +2607,13 @@
|
|
2544
2607
|
}
|
2545
2608
|
},
|
2546
2609
|
"StreamSpecification": {
|
2547
|
-
"shape": "
|
2610
|
+
"shape": "S33"
|
2548
2611
|
},
|
2549
2612
|
"LatestStreamLabel": {},
|
2550
2613
|
"LatestStreamArn": {},
|
2551
2614
|
"GlobalTableVersion": {},
|
2552
2615
|
"Replicas": {
|
2553
|
-
"shape": "
|
2616
|
+
"shape": "S27"
|
2554
2617
|
},
|
2555
2618
|
"RestoreSummary": {
|
2556
2619
|
"type": "structure",
|
@@ -2570,7 +2633,7 @@
|
|
2570
2633
|
}
|
2571
2634
|
},
|
2572
2635
|
"SSEDescription": {
|
2573
|
-
"shape": "
|
2636
|
+
"shape": "S3w"
|
2574
2637
|
},
|
2575
2638
|
"ArchivalSummary": {
|
2576
2639
|
"type": "structure",
|
@@ -2583,14 +2646,14 @@
|
|
2583
2646
|
}
|
2584
2647
|
},
|
2585
2648
|
"TableClassSummary": {
|
2586
|
-
"shape": "
|
2649
|
+
"shape": "S2h"
|
2587
2650
|
},
|
2588
2651
|
"DeletionProtectionEnabled": {
|
2589
2652
|
"type": "boolean"
|
2590
2653
|
}
|
2591
2654
|
}
|
2592
2655
|
},
|
2593
|
-
"
|
2656
|
+
"S3i": {
|
2594
2657
|
"type": "structure",
|
2595
2658
|
"members": {
|
2596
2659
|
"LastIncreaseDateTime": {
|
@@ -2610,7 +2673,7 @@
|
|
2610
2673
|
}
|
2611
2674
|
}
|
2612
2675
|
},
|
2613
|
-
"
|
2676
|
+
"S3m": {
|
2614
2677
|
"type": "structure",
|
2615
2678
|
"members": {
|
2616
2679
|
"BillingMode": {},
|
@@ -2619,7 +2682,7 @@
|
|
2619
2682
|
}
|
2620
2683
|
}
|
2621
2684
|
},
|
2622
|
-
"
|
2685
|
+
"S3w": {
|
2623
2686
|
"type": "structure",
|
2624
2687
|
"members": {
|
2625
2688
|
"Status": {},
|
@@ -2630,11 +2693,11 @@
|
|
2630
2693
|
}
|
2631
2694
|
}
|
2632
2695
|
},
|
2633
|
-
"
|
2696
|
+
"S43": {
|
2634
2697
|
"type": "structure",
|
2635
2698
|
"members": {
|
2636
2699
|
"BackupDetails": {
|
2637
|
-
"shape": "
|
2700
|
+
"shape": "S1u"
|
2638
2701
|
},
|
2639
2702
|
"SourceTableDetails": {
|
2640
2703
|
"type": "structure",
|
@@ -2653,13 +2716,13 @@
|
|
2653
2716
|
"type": "long"
|
2654
2717
|
},
|
2655
2718
|
"KeySchema": {
|
2656
|
-
"shape": "
|
2719
|
+
"shape": "S2q"
|
2657
2720
|
},
|
2658
2721
|
"TableCreationDateTime": {
|
2659
2722
|
"type": "timestamp"
|
2660
2723
|
},
|
2661
2724
|
"ProvisionedThroughput": {
|
2662
|
-
"shape": "
|
2725
|
+
"shape": "S31"
|
2663
2726
|
},
|
2664
2727
|
"ItemCount": {
|
2665
2728
|
"type": "long"
|
@@ -2677,10 +2740,10 @@
|
|
2677
2740
|
"members": {
|
2678
2741
|
"IndexName": {},
|
2679
2742
|
"KeySchema": {
|
2680
|
-
"shape": "
|
2743
|
+
"shape": "S2q"
|
2681
2744
|
},
|
2682
2745
|
"Projection": {
|
2683
|
-
"shape": "
|
2746
|
+
"shape": "S2v"
|
2684
2747
|
}
|
2685
2748
|
}
|
2686
2749
|
}
|
@@ -2692,38 +2755,38 @@
|
|
2692
2755
|
"members": {
|
2693
2756
|
"IndexName": {},
|
2694
2757
|
"KeySchema": {
|
2695
|
-
"shape": "
|
2758
|
+
"shape": "S2q"
|
2696
2759
|
},
|
2697
2760
|
"Projection": {
|
2698
|
-
"shape": "
|
2761
|
+
"shape": "S2v"
|
2699
2762
|
},
|
2700
2763
|
"ProvisionedThroughput": {
|
2701
|
-
"shape": "
|
2764
|
+
"shape": "S31"
|
2702
2765
|
}
|
2703
2766
|
}
|
2704
2767
|
}
|
2705
2768
|
},
|
2706
2769
|
"StreamDescription": {
|
2707
|
-
"shape": "
|
2770
|
+
"shape": "S33"
|
2708
2771
|
},
|
2709
2772
|
"TimeToLiveDescription": {
|
2710
|
-
"shape": "
|
2773
|
+
"shape": "S4c"
|
2711
2774
|
},
|
2712
2775
|
"SSEDescription": {
|
2713
|
-
"shape": "
|
2776
|
+
"shape": "S3w"
|
2714
2777
|
}
|
2715
2778
|
}
|
2716
2779
|
}
|
2717
2780
|
}
|
2718
2781
|
},
|
2719
|
-
"
|
2782
|
+
"S4c": {
|
2720
2783
|
"type": "structure",
|
2721
2784
|
"members": {
|
2722
2785
|
"TimeToLiveStatus": {},
|
2723
2786
|
"AttributeName": {}
|
2724
2787
|
}
|
2725
2788
|
},
|
2726
|
-
"
|
2789
|
+
"S4g": {
|
2727
2790
|
"type": "map",
|
2728
2791
|
"key": {},
|
2729
2792
|
"value": {
|
@@ -2737,25 +2800,25 @@
|
|
2737
2800
|
},
|
2738
2801
|
"ComparisonOperator": {},
|
2739
2802
|
"AttributeValueList": {
|
2740
|
-
"shape": "
|
2803
|
+
"shape": "S4k"
|
2741
2804
|
}
|
2742
2805
|
}
|
2743
2806
|
}
|
2744
2807
|
},
|
2745
|
-
"
|
2808
|
+
"S4k": {
|
2746
2809
|
"type": "list",
|
2747
2810
|
"member": {
|
2748
2811
|
"shape": "S6"
|
2749
2812
|
}
|
2750
2813
|
},
|
2751
|
-
"
|
2814
|
+
"S4o": {
|
2752
2815
|
"type": "map",
|
2753
2816
|
"key": {},
|
2754
2817
|
"value": {
|
2755
2818
|
"shape": "S6"
|
2756
2819
|
}
|
2757
2820
|
},
|
2758
|
-
"
|
2821
|
+
"S51": {
|
2759
2822
|
"type": "structure",
|
2760
2823
|
"required": [
|
2761
2824
|
"ContinuousBackupsStatus"
|
@@ -2776,7 +2839,7 @@
|
|
2776
2839
|
}
|
2777
2840
|
}
|
2778
2841
|
},
|
2779
|
-
"
|
2842
|
+
"S5m": {
|
2780
2843
|
"type": "structure",
|
2781
2844
|
"members": {
|
2782
2845
|
"ExportArn": {},
|
@@ -2810,11 +2873,11 @@
|
|
2810
2873
|
},
|
2811
2874
|
"ExportType": {},
|
2812
2875
|
"IncrementalExportSpecification": {
|
2813
|
-
"shape": "
|
2876
|
+
"shape": "S63"
|
2814
2877
|
}
|
2815
2878
|
}
|
2816
2879
|
},
|
2817
|
-
"
|
2880
|
+
"S63": {
|
2818
2881
|
"type": "structure",
|
2819
2882
|
"members": {
|
2820
2883
|
"ExportFromTime": {
|
@@ -2826,7 +2889,7 @@
|
|
2826
2889
|
"ExportViewType": {}
|
2827
2890
|
}
|
2828
2891
|
},
|
2829
|
-
"
|
2892
|
+
"S6b": {
|
2830
2893
|
"type": "list",
|
2831
2894
|
"member": {
|
2832
2895
|
"type": "structure",
|
@@ -2837,19 +2900,19 @@
|
|
2837
2900
|
"RegionName": {},
|
2838
2901
|
"ReplicaStatus": {},
|
2839
2902
|
"ReplicaBillingModeSummary": {
|
2840
|
-
"shape": "
|
2903
|
+
"shape": "S3m"
|
2841
2904
|
},
|
2842
2905
|
"ReplicaProvisionedReadCapacityUnits": {
|
2843
2906
|
"type": "long"
|
2844
2907
|
},
|
2845
2908
|
"ReplicaProvisionedReadCapacityAutoScalingSettings": {
|
2846
|
-
"shape": "
|
2909
|
+
"shape": "S6d"
|
2847
2910
|
},
|
2848
2911
|
"ReplicaProvisionedWriteCapacityUnits": {
|
2849
2912
|
"type": "long"
|
2850
2913
|
},
|
2851
2914
|
"ReplicaProvisionedWriteCapacityAutoScalingSettings": {
|
2852
|
-
"shape": "
|
2915
|
+
"shape": "S6d"
|
2853
2916
|
},
|
2854
2917
|
"ReplicaGlobalSecondaryIndexSettings": {
|
2855
2918
|
"type": "list",
|
@@ -2865,24 +2928,24 @@
|
|
2865
2928
|
"type": "long"
|
2866
2929
|
},
|
2867
2930
|
"ProvisionedReadCapacityAutoScalingSettings": {
|
2868
|
-
"shape": "
|
2931
|
+
"shape": "S6d"
|
2869
2932
|
},
|
2870
2933
|
"ProvisionedWriteCapacityUnits": {
|
2871
2934
|
"type": "long"
|
2872
2935
|
},
|
2873
2936
|
"ProvisionedWriteCapacityAutoScalingSettings": {
|
2874
|
-
"shape": "
|
2937
|
+
"shape": "S6d"
|
2875
2938
|
}
|
2876
2939
|
}
|
2877
2940
|
}
|
2878
2941
|
},
|
2879
2942
|
"ReplicaTableClassSummary": {
|
2880
|
-
"shape": "
|
2943
|
+
"shape": "S2h"
|
2881
2944
|
}
|
2882
2945
|
}
|
2883
2946
|
}
|
2884
2947
|
},
|
2885
|
-
"
|
2948
|
+
"S6d": {
|
2886
2949
|
"type": "structure",
|
2887
2950
|
"members": {
|
2888
2951
|
"MinimumUnits": {
|
@@ -2926,7 +2989,7 @@
|
|
2926
2989
|
}
|
2927
2990
|
}
|
2928
2991
|
},
|
2929
|
-
"
|
2992
|
+
"S6p": {
|
2930
2993
|
"type": "structure",
|
2931
2994
|
"members": {
|
2932
2995
|
"ImportArn": {},
|
@@ -2935,7 +2998,7 @@
|
|
2935
2998
|
"TableId": {},
|
2936
2999
|
"ClientToken": {},
|
2937
3000
|
"S3BucketSource": {
|
2938
|
-
"shape": "
|
3001
|
+
"shape": "S6r"
|
2939
3002
|
},
|
2940
3003
|
"ErrorCount": {
|
2941
3004
|
"type": "long"
|
@@ -2943,11 +3006,11 @@
|
|
2943
3006
|
"CloudWatchLogGroupArn": {},
|
2944
3007
|
"InputFormat": {},
|
2945
3008
|
"InputFormatOptions": {
|
2946
|
-
"shape": "
|
3009
|
+
"shape": "S6v"
|
2947
3010
|
},
|
2948
3011
|
"InputCompressionType": {},
|
2949
3012
|
"TableCreationParameters": {
|
2950
|
-
"shape": "
|
3013
|
+
"shape": "S71"
|
2951
3014
|
},
|
2952
3015
|
"StartTime": {
|
2953
3016
|
"type": "timestamp"
|
@@ -2968,7 +3031,7 @@
|
|
2968
3031
|
"FailureMessage": {}
|
2969
3032
|
}
|
2970
3033
|
},
|
2971
|
-
"
|
3034
|
+
"S6r": {
|
2972
3035
|
"type": "structure",
|
2973
3036
|
"required": [
|
2974
3037
|
"S3Bucket"
|
@@ -2979,7 +3042,7 @@
|
|
2979
3042
|
"S3KeyPrefix": {}
|
2980
3043
|
}
|
2981
3044
|
},
|
2982
|
-
"
|
3045
|
+
"S6v": {
|
2983
3046
|
"type": "structure",
|
2984
3047
|
"members": {
|
2985
3048
|
"Csv": {
|
@@ -2994,7 +3057,7 @@
|
|
2994
3057
|
}
|
2995
3058
|
}
|
2996
3059
|
},
|
2997
|
-
"
|
3060
|
+
"S71": {
|
2998
3061
|
"type": "structure",
|
2999
3062
|
"required": [
|
3000
3063
|
"TableName",
|
@@ -3004,24 +3067,24 @@
|
|
3004
3067
|
"members": {
|
3005
3068
|
"TableName": {},
|
3006
3069
|
"AttributeDefinitions": {
|
3007
|
-
"shape": "
|
3070
|
+
"shape": "S2m"
|
3008
3071
|
},
|
3009
3072
|
"KeySchema": {
|
3010
|
-
"shape": "
|
3073
|
+
"shape": "S2q"
|
3011
3074
|
},
|
3012
3075
|
"BillingMode": {},
|
3013
3076
|
"ProvisionedThroughput": {
|
3014
|
-
"shape": "
|
3077
|
+
"shape": "S31"
|
3015
3078
|
},
|
3016
3079
|
"SSESpecification": {
|
3017
|
-
"shape": "
|
3080
|
+
"shape": "S36"
|
3018
3081
|
},
|
3019
3082
|
"GlobalSecondaryIndexes": {
|
3020
|
-
"shape": "
|
3083
|
+
"shape": "S2z"
|
3021
3084
|
}
|
3022
3085
|
}
|
3023
3086
|
},
|
3024
|
-
"
|
3087
|
+
"S7i": {
|
3025
3088
|
"type": "structure",
|
3026
3089
|
"members": {
|
3027
3090
|
"TableName": {},
|
@@ -3040,19 +3103,19 @@
|
|
3040
3103
|
"IndexName": {},
|
3041
3104
|
"IndexStatus": {},
|
3042
3105
|
"ProvisionedReadCapacityAutoScalingSettings": {
|
3043
|
-
"shape": "
|
3106
|
+
"shape": "S6d"
|
3044
3107
|
},
|
3045
3108
|
"ProvisionedWriteCapacityAutoScalingSettings": {
|
3046
|
-
"shape": "
|
3109
|
+
"shape": "S6d"
|
3047
3110
|
}
|
3048
3111
|
}
|
3049
3112
|
}
|
3050
3113
|
},
|
3051
3114
|
"ReplicaProvisionedReadCapacityAutoScalingSettings": {
|
3052
|
-
"shape": "
|
3115
|
+
"shape": "S6d"
|
3053
3116
|
},
|
3054
3117
|
"ReplicaProvisionedWriteCapacityAutoScalingSettings": {
|
3055
|
-
"shape": "
|
3118
|
+
"shape": "S6d"
|
3056
3119
|
},
|
3057
3120
|
"ReplicaStatus": {}
|
3058
3121
|
}
|
@@ -3060,7 +3123,7 @@
|
|
3060
3123
|
}
|
3061
3124
|
}
|
3062
3125
|
},
|
3063
|
-
"
|
3126
|
+
"S7p": {
|
3064
3127
|
"type": "structure",
|
3065
3128
|
"required": [
|
3066
3129
|
"TableName",
|
@@ -3070,28 +3133,28 @@
|
|
3070
3133
|
"TableName": {},
|
3071
3134
|
"StreamArn": {},
|
3072
3135
|
"EnableKinesisStreamingConfiguration": {
|
3073
|
-
"shape": "
|
3136
|
+
"shape": "S7q"
|
3074
3137
|
}
|
3075
3138
|
}
|
3076
3139
|
},
|
3077
|
-
"
|
3140
|
+
"S7q": {
|
3078
3141
|
"type": "structure",
|
3079
3142
|
"members": {
|
3080
3143
|
"ApproximateCreationDateTimePrecision": {}
|
3081
3144
|
}
|
3082
3145
|
},
|
3083
|
-
"
|
3146
|
+
"S7r": {
|
3084
3147
|
"type": "structure",
|
3085
3148
|
"members": {
|
3086
3149
|
"TableName": {},
|
3087
3150
|
"StreamArn": {},
|
3088
3151
|
"DestinationStatus": {},
|
3089
3152
|
"EnableKinesisStreamingConfiguration": {
|
3090
|
-
"shape": "
|
3153
|
+
"shape": "S7q"
|
3091
3154
|
}
|
3092
3155
|
}
|
3093
3156
|
},
|
3094
|
-
"
|
3157
|
+
"S81": {
|
3095
3158
|
"type": "list",
|
3096
3159
|
"member": {
|
3097
3160
|
"type": "structure",
|
@@ -3102,26 +3165,26 @@
|
|
3102
3165
|
}
|
3103
3166
|
}
|
3104
3167
|
},
|
3105
|
-
"
|
3168
|
+
"S9j": {
|
3106
3169
|
"type": "structure",
|
3107
3170
|
"required": [
|
3108
3171
|
"ComparisonOperator"
|
3109
3172
|
],
|
3110
3173
|
"members": {
|
3111
3174
|
"AttributeValueList": {
|
3112
|
-
"shape": "
|
3175
|
+
"shape": "S4k"
|
3113
3176
|
},
|
3114
3177
|
"ComparisonOperator": {}
|
3115
3178
|
}
|
3116
3179
|
},
|
3117
|
-
"
|
3180
|
+
"S9k": {
|
3118
3181
|
"type": "map",
|
3119
3182
|
"key": {},
|
3120
3183
|
"value": {
|
3121
|
-
"shape": "
|
3184
|
+
"shape": "S9j"
|
3122
3185
|
}
|
3123
3186
|
},
|
3124
|
-
"
|
3187
|
+
"Saq": {
|
3125
3188
|
"type": "structure",
|
3126
3189
|
"members": {
|
3127
3190
|
"MinimumUnits": {
|
@@ -3165,13 +3228,13 @@
|
|
3165
3228
|
}
|
3166
3229
|
}
|
3167
3230
|
},
|
3168
|
-
"
|
3231
|
+
"Sb7": {
|
3169
3232
|
"type": "structure",
|
3170
3233
|
"members": {
|
3171
3234
|
"ApproximateCreationDateTimePrecision": {}
|
3172
3235
|
}
|
3173
3236
|
},
|
3174
|
-
"
|
3237
|
+
"Sbi": {
|
3175
3238
|
"type": "list",
|
3176
3239
|
"member": {
|
3177
3240
|
"type": "structure",
|
@@ -3181,12 +3244,12 @@
|
|
3181
3244
|
"members": {
|
3182
3245
|
"IndexName": {},
|
3183
3246
|
"ProvisionedThroughputOverride": {
|
3184
|
-
"shape": "
|
3247
|
+
"shape": "S2d"
|
3185
3248
|
}
|
3186
3249
|
}
|
3187
3250
|
}
|
3188
3251
|
},
|
3189
|
-
"
|
3252
|
+
"Sbw": {
|
3190
3253
|
"type": "structure",
|
3191
3254
|
"required": [
|
3192
3255
|
"Enabled",
|