cdk-comprehend-s3olap 2.0.198 → 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 +10 -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/sagemaker-2017-07-24.min.json +913 -854
- 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/sagemaker.d.ts +89 -10
- 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 +8 -8
- package/node_modules/aws-sdk/dist/aws-sdk.js +268 -259
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +72 -72
- 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/package.json +1 -1
- package/package.json +5 -5
@@ -1,4 +1,4 @@
|
|
1
|
-
// AWS SDK for JavaScript v2.
|
1
|
+
// AWS SDK for JavaScript v2.1408.0
|
2
2
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
3
3
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
4
4
|
(function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}return r})()({1:[function(require,module,exports){
|
@@ -78814,7 +78814,8 @@ module.exports={
|
|
78814
78814
|
},
|
78815
78815
|
"ConsistentRead": {
|
78816
78816
|
"type": "boolean"
|
78817
|
-
}
|
78817
|
+
},
|
78818
|
+
"ReturnValuesOnConditionCheckFailure": {}
|
78818
78819
|
}
|
78819
78820
|
}
|
78820
78821
|
},
|
@@ -78833,7 +78834,10 @@ module.exports={
|
|
78833
78834
|
"type": "structure",
|
78834
78835
|
"members": {
|
78835
78836
|
"Code": {},
|
78836
|
-
"Message": {}
|
78837
|
+
"Message": {},
|
78838
|
+
"Item": {
|
78839
|
+
"shape": "Sr"
|
78840
|
+
}
|
78837
78841
|
}
|
78838
78842
|
},
|
78839
78843
|
"TableName": {},
|
@@ -78844,7 +78848,7 @@ module.exports={
|
|
78844
78848
|
}
|
78845
78849
|
},
|
78846
78850
|
"ConsumedCapacity": {
|
78847
|
-
"shape": "
|
78851
|
+
"shape": "St"
|
78848
78852
|
}
|
78849
78853
|
}
|
78850
78854
|
}
|
@@ -78857,7 +78861,7 @@ module.exports={
|
|
78857
78861
|
],
|
78858
78862
|
"members": {
|
78859
78863
|
"RequestItems": {
|
78860
|
-
"shape": "
|
78864
|
+
"shape": "S10"
|
78861
78865
|
},
|
78862
78866
|
"ReturnConsumedCapacity": {}
|
78863
78867
|
}
|
@@ -78869,14 +78873,14 @@ module.exports={
|
|
78869
78873
|
"type": "map",
|
78870
78874
|
"key": {},
|
78871
78875
|
"value": {
|
78872
|
-
"shape": "
|
78876
|
+
"shape": "S1a"
|
78873
78877
|
}
|
78874
78878
|
},
|
78875
78879
|
"UnprocessedKeys": {
|
78876
|
-
"shape": "
|
78880
|
+
"shape": "S10"
|
78877
78881
|
},
|
78878
78882
|
"ConsumedCapacity": {
|
78879
|
-
"shape": "
|
78883
|
+
"shape": "St"
|
78880
78884
|
}
|
78881
78885
|
}
|
78882
78886
|
},
|
@@ -78890,7 +78894,7 @@ module.exports={
|
|
78890
78894
|
],
|
78891
78895
|
"members": {
|
78892
78896
|
"RequestItems": {
|
78893
|
-
"shape": "
|
78897
|
+
"shape": "S1c"
|
78894
78898
|
},
|
78895
78899
|
"ReturnConsumedCapacity": {},
|
78896
78900
|
"ReturnItemCollectionMetrics": {}
|
@@ -78900,13 +78904,13 @@ module.exports={
|
|
78900
78904
|
"type": "structure",
|
78901
78905
|
"members": {
|
78902
78906
|
"UnprocessedItems": {
|
78903
|
-
"shape": "
|
78907
|
+
"shape": "S1c"
|
78904
78908
|
},
|
78905
78909
|
"ItemCollectionMetrics": {
|
78906
|
-
"shape": "
|
78910
|
+
"shape": "S1k"
|
78907
78911
|
},
|
78908
78912
|
"ConsumedCapacity": {
|
78909
|
-
"shape": "
|
78913
|
+
"shape": "St"
|
78910
78914
|
}
|
78911
78915
|
}
|
78912
78916
|
},
|
@@ -78928,7 +78932,7 @@ module.exports={
|
|
78928
78932
|
"type": "structure",
|
78929
78933
|
"members": {
|
78930
78934
|
"BackupDetails": {
|
78931
|
-
"shape": "
|
78935
|
+
"shape": "S1t"
|
78932
78936
|
}
|
78933
78937
|
}
|
78934
78938
|
},
|
@@ -78944,7 +78948,7 @@ module.exports={
|
|
78944
78948
|
"members": {
|
78945
78949
|
"GlobalTableName": {},
|
78946
78950
|
"ReplicationGroup": {
|
78947
|
-
"shape": "
|
78951
|
+
"shape": "S21"
|
78948
78952
|
}
|
78949
78953
|
}
|
78950
78954
|
},
|
@@ -78952,7 +78956,7 @@ module.exports={
|
|
78952
78956
|
"type": "structure",
|
78953
78957
|
"members": {
|
78954
78958
|
"GlobalTableDescription": {
|
78955
|
-
"shape": "
|
78959
|
+
"shape": "S25"
|
78956
78960
|
}
|
78957
78961
|
}
|
78958
78962
|
},
|
@@ -78968,30 +78972,30 @@ module.exports={
|
|
78968
78972
|
],
|
78969
78973
|
"members": {
|
78970
78974
|
"AttributeDefinitions": {
|
78971
|
-
"shape": "
|
78975
|
+
"shape": "S2l"
|
78972
78976
|
},
|
78973
78977
|
"TableName": {},
|
78974
78978
|
"KeySchema": {
|
78975
|
-
"shape": "
|
78979
|
+
"shape": "S2p"
|
78976
78980
|
},
|
78977
78981
|
"LocalSecondaryIndexes": {
|
78978
|
-
"shape": "
|
78982
|
+
"shape": "S2s"
|
78979
78983
|
},
|
78980
78984
|
"GlobalSecondaryIndexes": {
|
78981
|
-
"shape": "
|
78985
|
+
"shape": "S2y"
|
78982
78986
|
},
|
78983
78987
|
"BillingMode": {},
|
78984
78988
|
"ProvisionedThroughput": {
|
78985
|
-
"shape": "
|
78989
|
+
"shape": "S30"
|
78986
78990
|
},
|
78987
78991
|
"StreamSpecification": {
|
78988
|
-
"shape": "
|
78992
|
+
"shape": "S32"
|
78989
78993
|
},
|
78990
78994
|
"SSESpecification": {
|
78991
|
-
"shape": "
|
78995
|
+
"shape": "S35"
|
78992
78996
|
},
|
78993
78997
|
"Tags": {
|
78994
|
-
"shape": "
|
78998
|
+
"shape": "S38"
|
78995
78999
|
},
|
78996
79000
|
"TableClass": {},
|
78997
79001
|
"DeletionProtectionEnabled": {
|
@@ -79003,7 +79007,7 @@ module.exports={
|
|
79003
79007
|
"type": "structure",
|
79004
79008
|
"members": {
|
79005
79009
|
"TableDescription": {
|
79006
|
-
"shape": "
|
79010
|
+
"shape": "S3e"
|
79007
79011
|
}
|
79008
79012
|
}
|
79009
79013
|
},
|
@@ -79023,7 +79027,7 @@ module.exports={
|
|
79023
79027
|
"type": "structure",
|
79024
79028
|
"members": {
|
79025
79029
|
"BackupDescription": {
|
79026
|
-
"shape": "
|
79030
|
+
"shape": "S42"
|
79027
79031
|
}
|
79028
79032
|
}
|
79029
79033
|
},
|
@@ -79039,10 +79043,10 @@ module.exports={
|
|
79039
79043
|
"members": {
|
79040
79044
|
"TableName": {},
|
79041
79045
|
"Key": {
|
79042
|
-
"shape": "
|
79046
|
+
"shape": "S13"
|
79043
79047
|
},
|
79044
79048
|
"Expected": {
|
79045
|
-
"shape": "
|
79049
|
+
"shape": "S4f"
|
79046
79050
|
},
|
79047
79051
|
"ConditionalOperator": {},
|
79048
79052
|
"ReturnValues": {},
|
@@ -79050,11 +79054,12 @@ module.exports={
|
|
79050
79054
|
"ReturnItemCollectionMetrics": {},
|
79051
79055
|
"ConditionExpression": {},
|
79052
79056
|
"ExpressionAttributeNames": {
|
79053
|
-
"shape": "
|
79057
|
+
"shape": "S16"
|
79054
79058
|
},
|
79055
79059
|
"ExpressionAttributeValues": {
|
79056
|
-
"shape": "
|
79057
|
-
}
|
79060
|
+
"shape": "S4n"
|
79061
|
+
},
|
79062
|
+
"ReturnValuesOnConditionCheckFailure": {}
|
79058
79063
|
}
|
79059
79064
|
},
|
79060
79065
|
"output": {
|
@@ -79064,10 +79069,10 @@ module.exports={
|
|
79064
79069
|
"shape": "Sr"
|
79065
79070
|
},
|
79066
79071
|
"ConsumedCapacity": {
|
79067
|
-
"shape": "
|
79072
|
+
"shape": "Su"
|
79068
79073
|
},
|
79069
79074
|
"ItemCollectionMetrics": {
|
79070
|
-
"shape": "
|
79075
|
+
"shape": "S1m"
|
79071
79076
|
}
|
79072
79077
|
}
|
79073
79078
|
},
|
@@ -79087,7 +79092,7 @@ module.exports={
|
|
79087
79092
|
"type": "structure",
|
79088
79093
|
"members": {
|
79089
79094
|
"TableDescription": {
|
79090
|
-
"shape": "
|
79095
|
+
"shape": "S3e"
|
79091
79096
|
}
|
79092
79097
|
}
|
79093
79098
|
},
|
@@ -79107,7 +79112,7 @@ module.exports={
|
|
79107
79112
|
"type": "structure",
|
79108
79113
|
"members": {
|
79109
79114
|
"BackupDescription": {
|
79110
|
-
"shape": "
|
79115
|
+
"shape": "S42"
|
79111
79116
|
}
|
79112
79117
|
}
|
79113
79118
|
},
|
@@ -79127,7 +79132,7 @@ module.exports={
|
|
79127
79132
|
"type": "structure",
|
79128
79133
|
"members": {
|
79129
79134
|
"ContinuousBackupsDescription": {
|
79130
|
-
"shape": "
|
79135
|
+
"shape": "S4w"
|
79131
79136
|
}
|
79132
79137
|
}
|
79133
79138
|
},
|
@@ -79212,7 +79217,7 @@ module.exports={
|
|
79212
79217
|
"type": "structure",
|
79213
79218
|
"members": {
|
79214
79219
|
"ExportDescription": {
|
79215
|
-
"shape": "
|
79220
|
+
"shape": "S5h"
|
79216
79221
|
}
|
79217
79222
|
}
|
79218
79223
|
}
|
@@ -79231,7 +79236,7 @@ module.exports={
|
|
79231
79236
|
"type": "structure",
|
79232
79237
|
"members": {
|
79233
79238
|
"GlobalTableDescription": {
|
79234
|
-
"shape": "
|
79239
|
+
"shape": "S25"
|
79235
79240
|
}
|
79236
79241
|
}
|
79237
79242
|
},
|
@@ -79252,7 +79257,7 @@ module.exports={
|
|
79252
79257
|
"members": {
|
79253
79258
|
"GlobalTableName": {},
|
79254
79259
|
"ReplicaSettings": {
|
79255
|
-
"shape": "
|
79260
|
+
"shape": "S61"
|
79256
79261
|
}
|
79257
79262
|
}
|
79258
79263
|
},
|
@@ -79275,7 +79280,7 @@ module.exports={
|
|
79275
79280
|
],
|
79276
79281
|
"members": {
|
79277
79282
|
"ImportTableDescription": {
|
79278
|
-
"shape": "
|
79283
|
+
"shape": "S6f"
|
79279
79284
|
}
|
79280
79285
|
}
|
79281
79286
|
}
|
@@ -79347,7 +79352,7 @@ module.exports={
|
|
79347
79352
|
"type": "structure",
|
79348
79353
|
"members": {
|
79349
79354
|
"Table": {
|
79350
|
-
"shape": "
|
79355
|
+
"shape": "S3e"
|
79351
79356
|
}
|
79352
79357
|
}
|
79353
79358
|
},
|
@@ -79367,7 +79372,7 @@ module.exports={
|
|
79367
79372
|
"type": "structure",
|
79368
79373
|
"members": {
|
79369
79374
|
"TableAutoScalingDescription": {
|
79370
|
-
"shape": "
|
79375
|
+
"shape": "S77"
|
79371
79376
|
}
|
79372
79377
|
}
|
79373
79378
|
}
|
@@ -79386,7 +79391,7 @@ module.exports={
|
|
79386
79391
|
"type": "structure",
|
79387
79392
|
"members": {
|
79388
79393
|
"TimeToLiveDescription": {
|
79389
|
-
"shape": "
|
79394
|
+
"shape": "S4b"
|
79390
79395
|
}
|
79391
79396
|
}
|
79392
79397
|
},
|
@@ -79394,19 +79399,19 @@ module.exports={
|
|
79394
79399
|
},
|
79395
79400
|
"DisableKinesisStreamingDestination": {
|
79396
79401
|
"input": {
|
79397
|
-
"shape": "
|
79402
|
+
"shape": "S7e"
|
79398
79403
|
},
|
79399
79404
|
"output": {
|
79400
|
-
"shape": "
|
79405
|
+
"shape": "S7f"
|
79401
79406
|
},
|
79402
79407
|
"endpointdiscovery": {}
|
79403
79408
|
},
|
79404
79409
|
"EnableKinesisStreamingDestination": {
|
79405
79410
|
"input": {
|
79406
|
-
"shape": "
|
79411
|
+
"shape": "S7e"
|
79407
79412
|
},
|
79408
79413
|
"output": {
|
79409
|
-
"shape": "
|
79414
|
+
"shape": "S7f"
|
79410
79415
|
},
|
79411
79416
|
"endpointdiscovery": {}
|
79412
79417
|
},
|
@@ -79428,21 +79433,22 @@ module.exports={
|
|
79428
79433
|
"ReturnConsumedCapacity": {},
|
79429
79434
|
"Limit": {
|
79430
79435
|
"type": "integer"
|
79431
|
-
}
|
79436
|
+
},
|
79437
|
+
"ReturnValuesOnConditionCheckFailure": {}
|
79432
79438
|
}
|
79433
79439
|
},
|
79434
79440
|
"output": {
|
79435
79441
|
"type": "structure",
|
79436
79442
|
"members": {
|
79437
79443
|
"Items": {
|
79438
|
-
"shape": "
|
79444
|
+
"shape": "S1a"
|
79439
79445
|
},
|
79440
79446
|
"NextToken": {},
|
79441
79447
|
"ConsumedCapacity": {
|
79442
|
-
"shape": "
|
79448
|
+
"shape": "Su"
|
79443
79449
|
},
|
79444
79450
|
"LastEvaluatedKey": {
|
79445
|
-
"shape": "
|
79451
|
+
"shape": "S13"
|
79446
79452
|
}
|
79447
79453
|
}
|
79448
79454
|
}
|
@@ -79465,7 +79471,8 @@ module.exports={
|
|
79465
79471
|
"Statement": {},
|
79466
79472
|
"Parameters": {
|
79467
79473
|
"shape": "S5"
|
79468
|
-
}
|
79474
|
+
},
|
79475
|
+
"ReturnValuesOnConditionCheckFailure": {}
|
79469
79476
|
}
|
79470
79477
|
}
|
79471
79478
|
},
|
@@ -79479,10 +79486,10 @@ module.exports={
|
|
79479
79486
|
"type": "structure",
|
79480
79487
|
"members": {
|
79481
79488
|
"Responses": {
|
79482
|
-
"shape": "
|
79489
|
+
"shape": "S7p"
|
79483
79490
|
},
|
79484
79491
|
"ConsumedCapacity": {
|
79485
|
-
"shape": "
|
79492
|
+
"shape": "St"
|
79486
79493
|
}
|
79487
79494
|
}
|
79488
79495
|
}
|
@@ -79514,7 +79521,7 @@ module.exports={
|
|
79514
79521
|
"type": "structure",
|
79515
79522
|
"members": {
|
79516
79523
|
"ExportDescription": {
|
79517
|
-
"shape": "
|
79524
|
+
"shape": "S5h"
|
79518
79525
|
}
|
79519
79526
|
}
|
79520
79527
|
}
|
@@ -79529,10 +79536,10 @@ module.exports={
|
|
79529
79536
|
"members": {
|
79530
79537
|
"TableName": {},
|
79531
79538
|
"Key": {
|
79532
|
-
"shape": "
|
79539
|
+
"shape": "S13"
|
79533
79540
|
},
|
79534
79541
|
"AttributesToGet": {
|
79535
|
-
"shape": "
|
79542
|
+
"shape": "S14"
|
79536
79543
|
},
|
79537
79544
|
"ConsistentRead": {
|
79538
79545
|
"type": "boolean"
|
@@ -79540,7 +79547,7 @@ module.exports={
|
|
79540
79547
|
"ReturnConsumedCapacity": {},
|
79541
79548
|
"ProjectionExpression": {},
|
79542
79549
|
"ExpressionAttributeNames": {
|
79543
|
-
"shape": "
|
79550
|
+
"shape": "S16"
|
79544
79551
|
}
|
79545
79552
|
}
|
79546
79553
|
},
|
@@ -79551,7 +79558,7 @@ module.exports={
|
|
79551
79558
|
"shape": "Sr"
|
79552
79559
|
},
|
79553
79560
|
"ConsumedCapacity": {
|
79554
|
-
"shape": "
|
79561
|
+
"shape": "Su"
|
79555
79562
|
}
|
79556
79563
|
}
|
79557
79564
|
},
|
@@ -79570,15 +79577,15 @@ module.exports={
|
|
79570
79577
|
"idempotencyToken": true
|
79571
79578
|
},
|
79572
79579
|
"S3BucketSource": {
|
79573
|
-
"shape": "
|
79580
|
+
"shape": "S6h"
|
79574
79581
|
},
|
79575
79582
|
"InputFormat": {},
|
79576
79583
|
"InputFormatOptions": {
|
79577
|
-
"shape": "
|
79584
|
+
"shape": "S6l"
|
79578
79585
|
},
|
79579
79586
|
"InputCompressionType": {},
|
79580
79587
|
"TableCreationParameters": {
|
79581
|
-
"shape": "
|
79588
|
+
"shape": "S6r"
|
79582
79589
|
}
|
79583
79590
|
}
|
79584
79591
|
},
|
@@ -79589,7 +79596,7 @@ module.exports={
|
|
79589
79596
|
],
|
79590
79597
|
"members": {
|
79591
79598
|
"ImportTableDescription": {
|
79592
|
-
"shape": "
|
79599
|
+
"shape": "S6f"
|
79593
79600
|
}
|
79594
79601
|
}
|
79595
79602
|
}
|
@@ -79722,7 +79729,7 @@ module.exports={
|
|
79722
79729
|
"members": {
|
79723
79730
|
"GlobalTableName": {},
|
79724
79731
|
"ReplicationGroup": {
|
79725
|
-
"shape": "
|
79732
|
+
"shape": "S21"
|
79726
79733
|
}
|
79727
79734
|
}
|
79728
79735
|
}
|
@@ -79755,7 +79762,7 @@ module.exports={
|
|
79755
79762
|
"ImportStatus": {},
|
79756
79763
|
"TableArn": {},
|
79757
79764
|
"S3BucketSource": {
|
79758
|
-
"shape": "
|
79765
|
+
"shape": "S6h"
|
79759
79766
|
},
|
79760
79767
|
"CloudWatchLogGroupArn": {},
|
79761
79768
|
"InputFormat": {},
|
@@ -79809,7 +79816,7 @@ module.exports={
|
|
79809
79816
|
"type": "structure",
|
79810
79817
|
"members": {
|
79811
79818
|
"Tags": {
|
79812
|
-
"shape": "
|
79819
|
+
"shape": "S38"
|
79813
79820
|
},
|
79814
79821
|
"NextToken": {}
|
79815
79822
|
}
|
@@ -79826,10 +79833,10 @@ module.exports={
|
|
79826
79833
|
"members": {
|
79827
79834
|
"TableName": {},
|
79828
79835
|
"Item": {
|
79829
|
-
"shape": "
|
79836
|
+
"shape": "S1g"
|
79830
79837
|
},
|
79831
79838
|
"Expected": {
|
79832
|
-
"shape": "
|
79839
|
+
"shape": "S4f"
|
79833
79840
|
},
|
79834
79841
|
"ReturnValues": {},
|
79835
79842
|
"ReturnConsumedCapacity": {},
|
@@ -79837,11 +79844,12 @@ module.exports={
|
|
79837
79844
|
"ConditionalOperator": {},
|
79838
79845
|
"ConditionExpression": {},
|
79839
79846
|
"ExpressionAttributeNames": {
|
79840
|
-
"shape": "
|
79847
|
+
"shape": "S16"
|
79841
79848
|
},
|
79842
79849
|
"ExpressionAttributeValues": {
|
79843
|
-
"shape": "
|
79844
|
-
}
|
79850
|
+
"shape": "S4n"
|
79851
|
+
},
|
79852
|
+
"ReturnValuesOnConditionCheckFailure": {}
|
79845
79853
|
}
|
79846
79854
|
},
|
79847
79855
|
"output": {
|
@@ -79851,10 +79859,10 @@ module.exports={
|
|
79851
79859
|
"shape": "Sr"
|
79852
79860
|
},
|
79853
79861
|
"ConsumedCapacity": {
|
79854
|
-
"shape": "
|
79862
|
+
"shape": "Su"
|
79855
79863
|
},
|
79856
79864
|
"ItemCollectionMetrics": {
|
79857
|
-
"shape": "
|
79865
|
+
"shape": "S1m"
|
79858
79866
|
}
|
79859
79867
|
}
|
79860
79868
|
},
|
@@ -79871,7 +79879,7 @@ module.exports={
|
|
79871
79879
|
"IndexName": {},
|
79872
79880
|
"Select": {},
|
79873
79881
|
"AttributesToGet": {
|
79874
|
-
"shape": "
|
79882
|
+
"shape": "S14"
|
79875
79883
|
},
|
79876
79884
|
"Limit": {
|
79877
79885
|
"type": "integer"
|
@@ -79883,28 +79891,28 @@ module.exports={
|
|
79883
79891
|
"type": "map",
|
79884
79892
|
"key": {},
|
79885
79893
|
"value": {
|
79886
|
-
"shape": "
|
79894
|
+
"shape": "S93"
|
79887
79895
|
}
|
79888
79896
|
},
|
79889
79897
|
"QueryFilter": {
|
79890
|
-
"shape": "
|
79898
|
+
"shape": "S94"
|
79891
79899
|
},
|
79892
79900
|
"ConditionalOperator": {},
|
79893
79901
|
"ScanIndexForward": {
|
79894
79902
|
"type": "boolean"
|
79895
79903
|
},
|
79896
79904
|
"ExclusiveStartKey": {
|
79897
|
-
"shape": "
|
79905
|
+
"shape": "S13"
|
79898
79906
|
},
|
79899
79907
|
"ReturnConsumedCapacity": {},
|
79900
79908
|
"ProjectionExpression": {},
|
79901
79909
|
"FilterExpression": {},
|
79902
79910
|
"KeyConditionExpression": {},
|
79903
79911
|
"ExpressionAttributeNames": {
|
79904
|
-
"shape": "
|
79912
|
+
"shape": "S16"
|
79905
79913
|
},
|
79906
79914
|
"ExpressionAttributeValues": {
|
79907
|
-
"shape": "
|
79915
|
+
"shape": "S4n"
|
79908
79916
|
}
|
79909
79917
|
}
|
79910
79918
|
},
|
@@ -79912,7 +79920,7 @@ module.exports={
|
|
79912
79920
|
"type": "structure",
|
79913
79921
|
"members": {
|
79914
79922
|
"Items": {
|
79915
|
-
"shape": "
|
79923
|
+
"shape": "S1a"
|
79916
79924
|
},
|
79917
79925
|
"Count": {
|
79918
79926
|
"type": "integer"
|
@@ -79921,10 +79929,10 @@ module.exports={
|
|
79921
79929
|
"type": "integer"
|
79922
79930
|
},
|
79923
79931
|
"LastEvaluatedKey": {
|
79924
|
-
"shape": "
|
79932
|
+
"shape": "S13"
|
79925
79933
|
},
|
79926
79934
|
"ConsumedCapacity": {
|
79927
|
-
"shape": "
|
79935
|
+
"shape": "Su"
|
79928
79936
|
}
|
79929
79937
|
}
|
79930
79938
|
},
|
@@ -79942,16 +79950,16 @@ module.exports={
|
|
79942
79950
|
"BackupArn": {},
|
79943
79951
|
"BillingModeOverride": {},
|
79944
79952
|
"GlobalSecondaryIndexOverride": {
|
79945
|
-
"shape": "
|
79953
|
+
"shape": "S2y"
|
79946
79954
|
},
|
79947
79955
|
"LocalSecondaryIndexOverride": {
|
79948
|
-
"shape": "
|
79956
|
+
"shape": "S2s"
|
79949
79957
|
},
|
79950
79958
|
"ProvisionedThroughputOverride": {
|
79951
|
-
"shape": "
|
79959
|
+
"shape": "S30"
|
79952
79960
|
},
|
79953
79961
|
"SSESpecificationOverride": {
|
79954
|
-
"shape": "
|
79962
|
+
"shape": "S35"
|
79955
79963
|
}
|
79956
79964
|
}
|
79957
79965
|
},
|
@@ -79959,7 +79967,7 @@ module.exports={
|
|
79959
79967
|
"type": "structure",
|
79960
79968
|
"members": {
|
79961
79969
|
"TableDescription": {
|
79962
|
-
"shape": "
|
79970
|
+
"shape": "S3e"
|
79963
79971
|
}
|
79964
79972
|
}
|
79965
79973
|
},
|
@@ -79983,16 +79991,16 @@ module.exports={
|
|
79983
79991
|
},
|
79984
79992
|
"BillingModeOverride": {},
|
79985
79993
|
"GlobalSecondaryIndexOverride": {
|
79986
|
-
"shape": "
|
79994
|
+
"shape": "S2y"
|
79987
79995
|
},
|
79988
79996
|
"LocalSecondaryIndexOverride": {
|
79989
|
-
"shape": "
|
79997
|
+
"shape": "S2s"
|
79990
79998
|
},
|
79991
79999
|
"ProvisionedThroughputOverride": {
|
79992
|
-
"shape": "
|
80000
|
+
"shape": "S30"
|
79993
80001
|
},
|
79994
80002
|
"SSESpecificationOverride": {
|
79995
|
-
"shape": "
|
80003
|
+
"shape": "S35"
|
79996
80004
|
}
|
79997
80005
|
}
|
79998
80006
|
},
|
@@ -80000,7 +80008,7 @@ module.exports={
|
|
80000
80008
|
"type": "structure",
|
80001
80009
|
"members": {
|
80002
80010
|
"TableDescription": {
|
80003
|
-
"shape": "
|
80011
|
+
"shape": "S3e"
|
80004
80012
|
}
|
80005
80013
|
}
|
80006
80014
|
},
|
@@ -80016,18 +80024,18 @@ module.exports={
|
|
80016
80024
|
"TableName": {},
|
80017
80025
|
"IndexName": {},
|
80018
80026
|
"AttributesToGet": {
|
80019
|
-
"shape": "
|
80027
|
+
"shape": "S14"
|
80020
80028
|
},
|
80021
80029
|
"Limit": {
|
80022
80030
|
"type": "integer"
|
80023
80031
|
},
|
80024
80032
|
"Select": {},
|
80025
80033
|
"ScanFilter": {
|
80026
|
-
"shape": "
|
80034
|
+
"shape": "S94"
|
80027
80035
|
},
|
80028
80036
|
"ConditionalOperator": {},
|
80029
80037
|
"ExclusiveStartKey": {
|
80030
|
-
"shape": "
|
80038
|
+
"shape": "S13"
|
80031
80039
|
},
|
80032
80040
|
"ReturnConsumedCapacity": {},
|
80033
80041
|
"TotalSegments": {
|
@@ -80039,10 +80047,10 @@ module.exports={
|
|
80039
80047
|
"ProjectionExpression": {},
|
80040
80048
|
"FilterExpression": {},
|
80041
80049
|
"ExpressionAttributeNames": {
|
80042
|
-
"shape": "
|
80050
|
+
"shape": "S16"
|
80043
80051
|
},
|
80044
80052
|
"ExpressionAttributeValues": {
|
80045
|
-
"shape": "
|
80053
|
+
"shape": "S4n"
|
80046
80054
|
},
|
80047
80055
|
"ConsistentRead": {
|
80048
80056
|
"type": "boolean"
|
@@ -80053,7 +80061,7 @@ module.exports={
|
|
80053
80061
|
"type": "structure",
|
80054
80062
|
"members": {
|
80055
80063
|
"Items": {
|
80056
|
-
"shape": "
|
80064
|
+
"shape": "S1a"
|
80057
80065
|
},
|
80058
80066
|
"Count": {
|
80059
80067
|
"type": "integer"
|
@@ -80062,10 +80070,10 @@ module.exports={
|
|
80062
80070
|
"type": "integer"
|
80063
80071
|
},
|
80064
80072
|
"LastEvaluatedKey": {
|
80065
|
-
"shape": "
|
80073
|
+
"shape": "S13"
|
80066
80074
|
},
|
80067
80075
|
"ConsumedCapacity": {
|
80068
|
-
"shape": "
|
80076
|
+
"shape": "Su"
|
80069
80077
|
}
|
80070
80078
|
}
|
80071
80079
|
},
|
@@ -80081,7 +80089,7 @@ module.exports={
|
|
80081
80089
|
"members": {
|
80082
80090
|
"ResourceArn": {},
|
80083
80091
|
"Tags": {
|
80084
|
-
"shape": "
|
80092
|
+
"shape": "S38"
|
80085
80093
|
}
|
80086
80094
|
}
|
80087
80095
|
},
|
@@ -80110,12 +80118,12 @@ module.exports={
|
|
80110
80118
|
],
|
80111
80119
|
"members": {
|
80112
80120
|
"Key": {
|
80113
|
-
"shape": "
|
80121
|
+
"shape": "S13"
|
80114
80122
|
},
|
80115
80123
|
"TableName": {},
|
80116
80124
|
"ProjectionExpression": {},
|
80117
80125
|
"ExpressionAttributeNames": {
|
80118
|
-
"shape": "
|
80126
|
+
"shape": "S16"
|
80119
80127
|
}
|
80120
80128
|
}
|
80121
80129
|
}
|
@@ -80129,10 +80137,10 @@ module.exports={
|
|
80129
80137
|
"type": "structure",
|
80130
80138
|
"members": {
|
80131
80139
|
"ConsumedCapacity": {
|
80132
|
-
"shape": "
|
80140
|
+
"shape": "St"
|
80133
80141
|
},
|
80134
80142
|
"Responses": {
|
80135
|
-
"shape": "
|
80143
|
+
"shape": "S7p"
|
80136
80144
|
}
|
80137
80145
|
}
|
80138
80146
|
},
|
@@ -80159,15 +80167,15 @@ module.exports={
|
|
80159
80167
|
],
|
80160
80168
|
"members": {
|
80161
80169
|
"Key": {
|
80162
|
-
"shape": "
|
80170
|
+
"shape": "S13"
|
80163
80171
|
},
|
80164
80172
|
"TableName": {},
|
80165
80173
|
"ConditionExpression": {},
|
80166
80174
|
"ExpressionAttributeNames": {
|
80167
|
-
"shape": "
|
80175
|
+
"shape": "S16"
|
80168
80176
|
},
|
80169
80177
|
"ExpressionAttributeValues": {
|
80170
|
-
"shape": "
|
80178
|
+
"shape": "S4n"
|
80171
80179
|
},
|
80172
80180
|
"ReturnValuesOnConditionCheckFailure": {}
|
80173
80181
|
}
|
@@ -80180,15 +80188,15 @@ module.exports={
|
|
80180
80188
|
],
|
80181
80189
|
"members": {
|
80182
80190
|
"Item": {
|
80183
|
-
"shape": "
|
80191
|
+
"shape": "S1g"
|
80184
80192
|
},
|
80185
80193
|
"TableName": {},
|
80186
80194
|
"ConditionExpression": {},
|
80187
80195
|
"ExpressionAttributeNames": {
|
80188
|
-
"shape": "
|
80196
|
+
"shape": "S16"
|
80189
80197
|
},
|
80190
80198
|
"ExpressionAttributeValues": {
|
80191
|
-
"shape": "
|
80199
|
+
"shape": "S4n"
|
80192
80200
|
},
|
80193
80201
|
"ReturnValuesOnConditionCheckFailure": {}
|
80194
80202
|
}
|
@@ -80201,15 +80209,15 @@ module.exports={
|
|
80201
80209
|
],
|
80202
80210
|
"members": {
|
80203
80211
|
"Key": {
|
80204
|
-
"shape": "
|
80212
|
+
"shape": "S13"
|
80205
80213
|
},
|
80206
80214
|
"TableName": {},
|
80207
80215
|
"ConditionExpression": {},
|
80208
80216
|
"ExpressionAttributeNames": {
|
80209
|
-
"shape": "
|
80217
|
+
"shape": "S16"
|
80210
80218
|
},
|
80211
80219
|
"ExpressionAttributeValues": {
|
80212
|
-
"shape": "
|
80220
|
+
"shape": "S4n"
|
80213
80221
|
},
|
80214
80222
|
"ReturnValuesOnConditionCheckFailure": {}
|
80215
80223
|
}
|
@@ -80223,16 +80231,16 @@ module.exports={
|
|
80223
80231
|
],
|
80224
80232
|
"members": {
|
80225
80233
|
"Key": {
|
80226
|
-
"shape": "
|
80234
|
+
"shape": "S13"
|
80227
80235
|
},
|
80228
80236
|
"UpdateExpression": {},
|
80229
80237
|
"TableName": {},
|
80230
80238
|
"ConditionExpression": {},
|
80231
80239
|
"ExpressionAttributeNames": {
|
80232
|
-
"shape": "
|
80240
|
+
"shape": "S16"
|
80233
80241
|
},
|
80234
80242
|
"ExpressionAttributeValues": {
|
80235
|
-
"shape": "
|
80243
|
+
"shape": "S4n"
|
80236
80244
|
},
|
80237
80245
|
"ReturnValuesOnConditionCheckFailure": {}
|
80238
80246
|
}
|
@@ -80251,10 +80259,10 @@ module.exports={
|
|
80251
80259
|
"type": "structure",
|
80252
80260
|
"members": {
|
80253
80261
|
"ConsumedCapacity": {
|
80254
|
-
"shape": "
|
80262
|
+
"shape": "St"
|
80255
80263
|
},
|
80256
80264
|
"ItemCollectionMetrics": {
|
80257
|
-
"shape": "
|
80265
|
+
"shape": "S1k"
|
80258
80266
|
}
|
80259
80267
|
}
|
80260
80268
|
},
|
@@ -80303,7 +80311,7 @@ module.exports={
|
|
80303
80311
|
"type": "structure",
|
80304
80312
|
"members": {
|
80305
80313
|
"ContinuousBackupsDescription": {
|
80306
|
-
"shape": "
|
80314
|
+
"shape": "S4w"
|
80307
80315
|
}
|
80308
80316
|
}
|
80309
80317
|
},
|
@@ -80372,7 +80380,7 @@ module.exports={
|
|
80372
80380
|
"type": "structure",
|
80373
80381
|
"members": {
|
80374
80382
|
"GlobalTableDescription": {
|
80375
|
-
"shape": "
|
80383
|
+
"shape": "S25"
|
80376
80384
|
}
|
80377
80385
|
}
|
80378
80386
|
},
|
@@ -80455,7 +80463,7 @@ module.exports={
|
|
80455
80463
|
"members": {
|
80456
80464
|
"GlobalTableName": {},
|
80457
80465
|
"ReplicaSettings": {
|
80458
|
-
"shape": "
|
80466
|
+
"shape": "S61"
|
80459
80467
|
}
|
80460
80468
|
}
|
80461
80469
|
},
|
@@ -80471,7 +80479,7 @@ module.exports={
|
|
80471
80479
|
"members": {
|
80472
80480
|
"TableName": {},
|
80473
80481
|
"Key": {
|
80474
|
-
"shape": "
|
80482
|
+
"shape": "S13"
|
80475
80483
|
},
|
80476
80484
|
"AttributeUpdates": {
|
80477
80485
|
"type": "map",
|
@@ -80487,7 +80495,7 @@ module.exports={
|
|
80487
80495
|
}
|
80488
80496
|
},
|
80489
80497
|
"Expected": {
|
80490
|
-
"shape": "
|
80498
|
+
"shape": "S4f"
|
80491
80499
|
},
|
80492
80500
|
"ConditionalOperator": {},
|
80493
80501
|
"ReturnValues": {},
|
@@ -80496,11 +80504,12 @@ module.exports={
|
|
80496
80504
|
"UpdateExpression": {},
|
80497
80505
|
"ConditionExpression": {},
|
80498
80506
|
"ExpressionAttributeNames": {
|
80499
|
-
"shape": "
|
80507
|
+
"shape": "S16"
|
80500
80508
|
},
|
80501
80509
|
"ExpressionAttributeValues": {
|
80502
|
-
"shape": "
|
80503
|
-
}
|
80510
|
+
"shape": "S4n"
|
80511
|
+
},
|
80512
|
+
"ReturnValuesOnConditionCheckFailure": {}
|
80504
80513
|
}
|
80505
80514
|
},
|
80506
80515
|
"output": {
|
@@ -80510,10 +80519,10 @@ module.exports={
|
|
80510
80519
|
"shape": "Sr"
|
80511
80520
|
},
|
80512
80521
|
"ConsumedCapacity": {
|
80513
|
-
"shape": "
|
80522
|
+
"shape": "Su"
|
80514
80523
|
},
|
80515
80524
|
"ItemCollectionMetrics": {
|
80516
|
-
"shape": "
|
80525
|
+
"shape": "S1m"
|
80517
80526
|
}
|
80518
80527
|
}
|
80519
80528
|
},
|
@@ -80527,12 +80536,12 @@ module.exports={
|
|
80527
80536
|
],
|
80528
80537
|
"members": {
|
80529
80538
|
"AttributeDefinitions": {
|
80530
|
-
"shape": "
|
80539
|
+
"shape": "S2l"
|
80531
80540
|
},
|
80532
80541
|
"TableName": {},
|
80533
80542
|
"BillingMode": {},
|
80534
80543
|
"ProvisionedThroughput": {
|
80535
|
-
"shape": "
|
80544
|
+
"shape": "S30"
|
80536
80545
|
},
|
80537
80546
|
"GlobalSecondaryIndexUpdates": {
|
80538
80547
|
"type": "list",
|
@@ -80548,7 +80557,7 @@ module.exports={
|
|
80548
80557
|
"members": {
|
80549
80558
|
"IndexName": {},
|
80550
80559
|
"ProvisionedThroughput": {
|
80551
|
-
"shape": "
|
80560
|
+
"shape": "S30"
|
80552
80561
|
}
|
80553
80562
|
}
|
80554
80563
|
},
|
@@ -80562,13 +80571,13 @@ module.exports={
|
|
80562
80571
|
"members": {
|
80563
80572
|
"IndexName": {},
|
80564
80573
|
"KeySchema": {
|
80565
|
-
"shape": "
|
80574
|
+
"shape": "S2p"
|
80566
80575
|
},
|
80567
80576
|
"Projection": {
|
80568
|
-
"shape": "
|
80577
|
+
"shape": "S2u"
|
80569
80578
|
},
|
80570
80579
|
"ProvisionedThroughput": {
|
80571
|
-
"shape": "
|
80580
|
+
"shape": "S30"
|
80572
80581
|
}
|
80573
80582
|
}
|
80574
80583
|
},
|
@@ -80585,10 +80594,10 @@ module.exports={
|
|
80585
80594
|
}
|
80586
80595
|
},
|
80587
80596
|
"StreamSpecification": {
|
80588
|
-
"shape": "
|
80597
|
+
"shape": "S32"
|
80589
80598
|
},
|
80590
80599
|
"SSESpecification": {
|
80591
|
-
"shape": "
|
80600
|
+
"shape": "S35"
|
80592
80601
|
},
|
80593
80602
|
"ReplicaUpdates": {
|
80594
80603
|
"type": "list",
|
@@ -80604,7 +80613,7 @@ module.exports={
|
|
80604
80613
|
"RegionName": {},
|
80605
80614
|
"KMSMasterKeyId": {},
|
80606
80615
|
"ProvisionedThroughputOverride": {
|
80607
|
-
"shape": "
|
80616
|
+
"shape": "S2c"
|
80608
80617
|
},
|
80609
80618
|
"GlobalSecondaryIndexes": {
|
80610
80619
|
"shape": "Saz"
|
@@ -80621,7 +80630,7 @@ module.exports={
|
|
80621
80630
|
"RegionName": {},
|
80622
80631
|
"KMSMasterKeyId": {},
|
80623
80632
|
"ProvisionedThroughputOverride": {
|
80624
|
-
"shape": "
|
80633
|
+
"shape": "S2c"
|
80625
80634
|
},
|
80626
80635
|
"GlobalSecondaryIndexes": {
|
80627
80636
|
"shape": "Saz"
|
@@ -80651,7 +80660,7 @@ module.exports={
|
|
80651
80660
|
"type": "structure",
|
80652
80661
|
"members": {
|
80653
80662
|
"TableDescription": {
|
80654
|
-
"shape": "
|
80663
|
+
"shape": "S3e"
|
80655
80664
|
}
|
80656
80665
|
}
|
80657
80666
|
},
|
@@ -80713,7 +80722,7 @@ module.exports={
|
|
80713
80722
|
"type": "structure",
|
80714
80723
|
"members": {
|
80715
80724
|
"TableAutoScalingDescription": {
|
80716
|
-
"shape": "
|
80725
|
+
"shape": "S77"
|
80717
80726
|
}
|
80718
80727
|
}
|
80719
80728
|
}
|
@@ -80800,13 +80809,13 @@ module.exports={
|
|
80800
80809
|
"shape": "S6"
|
80801
80810
|
}
|
80802
80811
|
},
|
80803
|
-
"
|
80812
|
+
"St": {
|
80804
80813
|
"type": "list",
|
80805
80814
|
"member": {
|
80806
|
-
"shape": "
|
80815
|
+
"shape": "Su"
|
80807
80816
|
}
|
80808
80817
|
},
|
80809
|
-
"
|
80818
|
+
"Su": {
|
80810
80819
|
"type": "structure",
|
80811
80820
|
"members": {
|
80812
80821
|
"TableName": {},
|
@@ -80820,17 +80829,17 @@ module.exports={
|
|
80820
80829
|
"type": "double"
|
80821
80830
|
},
|
80822
80831
|
"Table": {
|
80823
|
-
"shape": "
|
80832
|
+
"shape": "Sw"
|
80824
80833
|
},
|
80825
80834
|
"LocalSecondaryIndexes": {
|
80826
|
-
"shape": "
|
80835
|
+
"shape": "Sx"
|
80827
80836
|
},
|
80828
80837
|
"GlobalSecondaryIndexes": {
|
80829
|
-
"shape": "
|
80838
|
+
"shape": "Sx"
|
80830
80839
|
}
|
80831
80840
|
}
|
80832
80841
|
},
|
80833
|
-
"
|
80842
|
+
"Sw": {
|
80834
80843
|
"type": "structure",
|
80835
80844
|
"members": {
|
80836
80845
|
"ReadCapacityUnits": {
|
@@ -80844,14 +80853,14 @@ module.exports={
|
|
80844
80853
|
}
|
80845
80854
|
}
|
80846
80855
|
},
|
80847
|
-
"
|
80856
|
+
"Sx": {
|
80848
80857
|
"type": "map",
|
80849
80858
|
"key": {},
|
80850
80859
|
"value": {
|
80851
|
-
"shape": "
|
80860
|
+
"shape": "Sw"
|
80852
80861
|
}
|
80853
80862
|
},
|
80854
|
-
"
|
80863
|
+
"S10": {
|
80855
80864
|
"type": "map",
|
80856
80865
|
"key": {},
|
80857
80866
|
"value": {
|
@@ -80863,45 +80872,45 @@ module.exports={
|
|
80863
80872
|
"Keys": {
|
80864
80873
|
"type": "list",
|
80865
80874
|
"member": {
|
80866
|
-
"shape": "
|
80875
|
+
"shape": "S13"
|
80867
80876
|
}
|
80868
80877
|
},
|
80869
80878
|
"AttributesToGet": {
|
80870
|
-
"shape": "
|
80879
|
+
"shape": "S14"
|
80871
80880
|
},
|
80872
80881
|
"ConsistentRead": {
|
80873
80882
|
"type": "boolean"
|
80874
80883
|
},
|
80875
80884
|
"ProjectionExpression": {},
|
80876
80885
|
"ExpressionAttributeNames": {
|
80877
|
-
"shape": "
|
80886
|
+
"shape": "S16"
|
80878
80887
|
}
|
80879
80888
|
}
|
80880
80889
|
}
|
80881
80890
|
},
|
80882
|
-
"
|
80891
|
+
"S13": {
|
80883
80892
|
"type": "map",
|
80884
80893
|
"key": {},
|
80885
80894
|
"value": {
|
80886
80895
|
"shape": "S6"
|
80887
80896
|
}
|
80888
80897
|
},
|
80889
|
-
"
|
80898
|
+
"S14": {
|
80890
80899
|
"type": "list",
|
80891
80900
|
"member": {}
|
80892
80901
|
},
|
80893
|
-
"
|
80902
|
+
"S16": {
|
80894
80903
|
"type": "map",
|
80895
80904
|
"key": {},
|
80896
80905
|
"value": {}
|
80897
80906
|
},
|
80898
|
-
"
|
80907
|
+
"S1a": {
|
80899
80908
|
"type": "list",
|
80900
80909
|
"member": {
|
80901
80910
|
"shape": "Sr"
|
80902
80911
|
}
|
80903
80912
|
},
|
80904
|
-
"
|
80913
|
+
"S1c": {
|
80905
80914
|
"type": "map",
|
80906
80915
|
"key": {},
|
80907
80916
|
"value": {
|
@@ -80916,7 +80925,7 @@ module.exports={
|
|
80916
80925
|
],
|
80917
80926
|
"members": {
|
80918
80927
|
"Item": {
|
80919
|
-
"shape": "
|
80928
|
+
"shape": "S1g"
|
80920
80929
|
}
|
80921
80930
|
}
|
80922
80931
|
},
|
@@ -80927,7 +80936,7 @@ module.exports={
|
|
80927
80936
|
],
|
80928
80937
|
"members": {
|
80929
80938
|
"Key": {
|
80930
|
-
"shape": "
|
80939
|
+
"shape": "S13"
|
80931
80940
|
}
|
80932
80941
|
}
|
80933
80942
|
}
|
@@ -80935,24 +80944,24 @@ module.exports={
|
|
80935
80944
|
}
|
80936
80945
|
}
|
80937
80946
|
},
|
80938
|
-
"
|
80947
|
+
"S1g": {
|
80939
80948
|
"type": "map",
|
80940
80949
|
"key": {},
|
80941
80950
|
"value": {
|
80942
80951
|
"shape": "S6"
|
80943
80952
|
}
|
80944
80953
|
},
|
80945
|
-
"
|
80954
|
+
"S1k": {
|
80946
80955
|
"type": "map",
|
80947
80956
|
"key": {},
|
80948
80957
|
"value": {
|
80949
80958
|
"type": "list",
|
80950
80959
|
"member": {
|
80951
|
-
"shape": "
|
80960
|
+
"shape": "S1m"
|
80952
80961
|
}
|
80953
80962
|
}
|
80954
80963
|
},
|
80955
|
-
"
|
80964
|
+
"S1m": {
|
80956
80965
|
"type": "structure",
|
80957
80966
|
"members": {
|
80958
80967
|
"ItemCollectionKey": {
|
@@ -80970,7 +80979,7 @@ module.exports={
|
|
80970
80979
|
}
|
80971
80980
|
}
|
80972
80981
|
},
|
80973
|
-
"
|
80982
|
+
"S1t": {
|
80974
80983
|
"type": "structure",
|
80975
80984
|
"required": [
|
80976
80985
|
"BackupArn",
|
@@ -80995,7 +81004,7 @@ module.exports={
|
|
80995
81004
|
}
|
80996
81005
|
}
|
80997
81006
|
},
|
80998
|
-
"
|
81007
|
+
"S21": {
|
80999
81008
|
"type": "list",
|
81000
81009
|
"member": {
|
81001
81010
|
"type": "structure",
|
@@ -81004,11 +81013,11 @@ module.exports={
|
|
81004
81013
|
}
|
81005
81014
|
}
|
81006
81015
|
},
|
81007
|
-
"
|
81016
|
+
"S25": {
|
81008
81017
|
"type": "structure",
|
81009
81018
|
"members": {
|
81010
81019
|
"ReplicationGroup": {
|
81011
|
-
"shape": "
|
81020
|
+
"shape": "S26"
|
81012
81021
|
},
|
81013
81022
|
"GlobalTableArn": {},
|
81014
81023
|
"CreationDateTime": {
|
@@ -81018,7 +81027,7 @@ module.exports={
|
|
81018
81027
|
"GlobalTableName": {}
|
81019
81028
|
}
|
81020
81029
|
},
|
81021
|
-
"
|
81030
|
+
"S26": {
|
81022
81031
|
"type": "list",
|
81023
81032
|
"member": {
|
81024
81033
|
"type": "structure",
|
@@ -81029,7 +81038,7 @@ module.exports={
|
|
81029
81038
|
"ReplicaStatusPercentProgress": {},
|
81030
81039
|
"KMSMasterKeyId": {},
|
81031
81040
|
"ProvisionedThroughputOverride": {
|
81032
|
-
"shape": "
|
81041
|
+
"shape": "S2c"
|
81033
81042
|
},
|
81034
81043
|
"GlobalSecondaryIndexes": {
|
81035
81044
|
"type": "list",
|
@@ -81038,7 +81047,7 @@ module.exports={
|
|
81038
81047
|
"members": {
|
81039
81048
|
"IndexName": {},
|
81040
81049
|
"ProvisionedThroughputOverride": {
|
81041
|
-
"shape": "
|
81050
|
+
"shape": "S2c"
|
81042
81051
|
}
|
81043
81052
|
}
|
81044
81053
|
}
|
@@ -81047,12 +81056,12 @@ module.exports={
|
|
81047
81056
|
"type": "timestamp"
|
81048
81057
|
},
|
81049
81058
|
"ReplicaTableClassSummary": {
|
81050
|
-
"shape": "
|
81059
|
+
"shape": "S2g"
|
81051
81060
|
}
|
81052
81061
|
}
|
81053
81062
|
}
|
81054
81063
|
},
|
81055
|
-
"
|
81064
|
+
"S2c": {
|
81056
81065
|
"type": "structure",
|
81057
81066
|
"members": {
|
81058
81067
|
"ReadCapacityUnits": {
|
@@ -81060,7 +81069,7 @@ module.exports={
|
|
81060
81069
|
}
|
81061
81070
|
}
|
81062
81071
|
},
|
81063
|
-
"
|
81072
|
+
"S2g": {
|
81064
81073
|
"type": "structure",
|
81065
81074
|
"members": {
|
81066
81075
|
"TableClass": {},
|
@@ -81069,7 +81078,7 @@ module.exports={
|
|
81069
81078
|
}
|
81070
81079
|
}
|
81071
81080
|
},
|
81072
|
-
"
|
81081
|
+
"S2l": {
|
81073
81082
|
"type": "list",
|
81074
81083
|
"member": {
|
81075
81084
|
"type": "structure",
|
@@ -81083,7 +81092,7 @@ module.exports={
|
|
81083
81092
|
}
|
81084
81093
|
}
|
81085
81094
|
},
|
81086
|
-
"
|
81095
|
+
"S2p": {
|
81087
81096
|
"type": "list",
|
81088
81097
|
"member": {
|
81089
81098
|
"type": "structure",
|
@@ -81097,7 +81106,7 @@ module.exports={
|
|
81097
81106
|
}
|
81098
81107
|
}
|
81099
81108
|
},
|
81100
|
-
"
|
81109
|
+
"S2s": {
|
81101
81110
|
"type": "list",
|
81102
81111
|
"member": {
|
81103
81112
|
"type": "structure",
|
@@ -81109,15 +81118,15 @@ module.exports={
|
|
81109
81118
|
"members": {
|
81110
81119
|
"IndexName": {},
|
81111
81120
|
"KeySchema": {
|
81112
|
-
"shape": "
|
81121
|
+
"shape": "S2p"
|
81113
81122
|
},
|
81114
81123
|
"Projection": {
|
81115
|
-
"shape": "
|
81124
|
+
"shape": "S2u"
|
81116
81125
|
}
|
81117
81126
|
}
|
81118
81127
|
}
|
81119
81128
|
},
|
81120
|
-
"
|
81129
|
+
"S2u": {
|
81121
81130
|
"type": "structure",
|
81122
81131
|
"members": {
|
81123
81132
|
"ProjectionType": {},
|
@@ -81127,7 +81136,7 @@ module.exports={
|
|
81127
81136
|
}
|
81128
81137
|
}
|
81129
81138
|
},
|
81130
|
-
"
|
81139
|
+
"S2y": {
|
81131
81140
|
"type": "list",
|
81132
81141
|
"member": {
|
81133
81142
|
"type": "structure",
|
@@ -81139,18 +81148,18 @@ module.exports={
|
|
81139
81148
|
"members": {
|
81140
81149
|
"IndexName": {},
|
81141
81150
|
"KeySchema": {
|
81142
|
-
"shape": "
|
81151
|
+
"shape": "S2p"
|
81143
81152
|
},
|
81144
81153
|
"Projection": {
|
81145
|
-
"shape": "
|
81154
|
+
"shape": "S2u"
|
81146
81155
|
},
|
81147
81156
|
"ProvisionedThroughput": {
|
81148
|
-
"shape": "
|
81157
|
+
"shape": "S30"
|
81149
81158
|
}
|
81150
81159
|
}
|
81151
81160
|
}
|
81152
81161
|
},
|
81153
|
-
"
|
81162
|
+
"S30": {
|
81154
81163
|
"type": "structure",
|
81155
81164
|
"required": [
|
81156
81165
|
"ReadCapacityUnits",
|
@@ -81165,7 +81174,7 @@ module.exports={
|
|
81165
81174
|
}
|
81166
81175
|
}
|
81167
81176
|
},
|
81168
|
-
"
|
81177
|
+
"S32": {
|
81169
81178
|
"type": "structure",
|
81170
81179
|
"required": [
|
81171
81180
|
"StreamEnabled"
|
@@ -81177,7 +81186,7 @@ module.exports={
|
|
81177
81186
|
"StreamViewType": {}
|
81178
81187
|
}
|
81179
81188
|
},
|
81180
|
-
"
|
81189
|
+
"S35": {
|
81181
81190
|
"type": "structure",
|
81182
81191
|
"members": {
|
81183
81192
|
"Enabled": {
|
@@ -81187,7 +81196,7 @@ module.exports={
|
|
81187
81196
|
"KMSMasterKeyId": {}
|
81188
81197
|
}
|
81189
81198
|
},
|
81190
|
-
"
|
81199
|
+
"S38": {
|
81191
81200
|
"type": "list",
|
81192
81201
|
"member": {
|
81193
81202
|
"type": "structure",
|
@@ -81201,22 +81210,22 @@ module.exports={
|
|
81201
81210
|
}
|
81202
81211
|
}
|
81203
81212
|
},
|
81204
|
-
"
|
81213
|
+
"S3e": {
|
81205
81214
|
"type": "structure",
|
81206
81215
|
"members": {
|
81207
81216
|
"AttributeDefinitions": {
|
81208
|
-
"shape": "
|
81217
|
+
"shape": "S2l"
|
81209
81218
|
},
|
81210
81219
|
"TableName": {},
|
81211
81220
|
"KeySchema": {
|
81212
|
-
"shape": "
|
81221
|
+
"shape": "S2p"
|
81213
81222
|
},
|
81214
81223
|
"TableStatus": {},
|
81215
81224
|
"CreationDateTime": {
|
81216
81225
|
"type": "timestamp"
|
81217
81226
|
},
|
81218
81227
|
"ProvisionedThroughput": {
|
81219
|
-
"shape": "
|
81228
|
+
"shape": "S3g"
|
81220
81229
|
},
|
81221
81230
|
"TableSizeBytes": {
|
81222
81231
|
"type": "long"
|
@@ -81227,7 +81236,7 @@ module.exports={
|
|
81227
81236
|
"TableArn": {},
|
81228
81237
|
"TableId": {},
|
81229
81238
|
"BillingModeSummary": {
|
81230
|
-
"shape": "
|
81239
|
+
"shape": "S3k"
|
81231
81240
|
},
|
81232
81241
|
"LocalSecondaryIndexes": {
|
81233
81242
|
"type": "list",
|
@@ -81236,10 +81245,10 @@ module.exports={
|
|
81236
81245
|
"members": {
|
81237
81246
|
"IndexName": {},
|
81238
81247
|
"KeySchema": {
|
81239
|
-
"shape": "
|
81248
|
+
"shape": "S2p"
|
81240
81249
|
},
|
81241
81250
|
"Projection": {
|
81242
|
-
"shape": "
|
81251
|
+
"shape": "S2u"
|
81243
81252
|
},
|
81244
81253
|
"IndexSizeBytes": {
|
81245
81254
|
"type": "long"
|
@@ -81258,17 +81267,17 @@ module.exports={
|
|
81258
81267
|
"members": {
|
81259
81268
|
"IndexName": {},
|
81260
81269
|
"KeySchema": {
|
81261
|
-
"shape": "
|
81270
|
+
"shape": "S2p"
|
81262
81271
|
},
|
81263
81272
|
"Projection": {
|
81264
|
-
"shape": "
|
81273
|
+
"shape": "S2u"
|
81265
81274
|
},
|
81266
81275
|
"IndexStatus": {},
|
81267
81276
|
"Backfilling": {
|
81268
81277
|
"type": "boolean"
|
81269
81278
|
},
|
81270
81279
|
"ProvisionedThroughput": {
|
81271
|
-
"shape": "
|
81280
|
+
"shape": "S3g"
|
81272
81281
|
},
|
81273
81282
|
"IndexSizeBytes": {
|
81274
81283
|
"type": "long"
|
@@ -81281,13 +81290,13 @@ module.exports={
|
|
81281
81290
|
}
|
81282
81291
|
},
|
81283
81292
|
"StreamSpecification": {
|
81284
|
-
"shape": "
|
81293
|
+
"shape": "S32"
|
81285
81294
|
},
|
81286
81295
|
"LatestStreamLabel": {},
|
81287
81296
|
"LatestStreamArn": {},
|
81288
81297
|
"GlobalTableVersion": {},
|
81289
81298
|
"Replicas": {
|
81290
|
-
"shape": "
|
81299
|
+
"shape": "S26"
|
81291
81300
|
},
|
81292
81301
|
"RestoreSummary": {
|
81293
81302
|
"type": "structure",
|
@@ -81307,7 +81316,7 @@ module.exports={
|
|
81307
81316
|
}
|
81308
81317
|
},
|
81309
81318
|
"SSEDescription": {
|
81310
|
-
"shape": "
|
81319
|
+
"shape": "S3v"
|
81311
81320
|
},
|
81312
81321
|
"ArchivalSummary": {
|
81313
81322
|
"type": "structure",
|
@@ -81320,14 +81329,14 @@ module.exports={
|
|
81320
81329
|
}
|
81321
81330
|
},
|
81322
81331
|
"TableClassSummary": {
|
81323
|
-
"shape": "
|
81332
|
+
"shape": "S2g"
|
81324
81333
|
},
|
81325
81334
|
"DeletionProtectionEnabled": {
|
81326
81335
|
"type": "boolean"
|
81327
81336
|
}
|
81328
81337
|
}
|
81329
81338
|
},
|
81330
|
-
"
|
81339
|
+
"S3g": {
|
81331
81340
|
"type": "structure",
|
81332
81341
|
"members": {
|
81333
81342
|
"LastIncreaseDateTime": {
|
@@ -81347,7 +81356,7 @@ module.exports={
|
|
81347
81356
|
}
|
81348
81357
|
}
|
81349
81358
|
},
|
81350
|
-
"
|
81359
|
+
"S3k": {
|
81351
81360
|
"type": "structure",
|
81352
81361
|
"members": {
|
81353
81362
|
"BillingMode": {},
|
@@ -81356,7 +81365,7 @@ module.exports={
|
|
81356
81365
|
}
|
81357
81366
|
}
|
81358
81367
|
},
|
81359
|
-
"
|
81368
|
+
"S3v": {
|
81360
81369
|
"type": "structure",
|
81361
81370
|
"members": {
|
81362
81371
|
"Status": {},
|
@@ -81367,11 +81376,11 @@ module.exports={
|
|
81367
81376
|
}
|
81368
81377
|
}
|
81369
81378
|
},
|
81370
|
-
"
|
81379
|
+
"S42": {
|
81371
81380
|
"type": "structure",
|
81372
81381
|
"members": {
|
81373
81382
|
"BackupDetails": {
|
81374
|
-
"shape": "
|
81383
|
+
"shape": "S1t"
|
81375
81384
|
},
|
81376
81385
|
"SourceTableDetails": {
|
81377
81386
|
"type": "structure",
|
@@ -81390,13 +81399,13 @@ module.exports={
|
|
81390
81399
|
"type": "long"
|
81391
81400
|
},
|
81392
81401
|
"KeySchema": {
|
81393
|
-
"shape": "
|
81402
|
+
"shape": "S2p"
|
81394
81403
|
},
|
81395
81404
|
"TableCreationDateTime": {
|
81396
81405
|
"type": "timestamp"
|
81397
81406
|
},
|
81398
81407
|
"ProvisionedThroughput": {
|
81399
|
-
"shape": "
|
81408
|
+
"shape": "S30"
|
81400
81409
|
},
|
81401
81410
|
"ItemCount": {
|
81402
81411
|
"type": "long"
|
@@ -81414,10 +81423,10 @@ module.exports={
|
|
81414
81423
|
"members": {
|
81415
81424
|
"IndexName": {},
|
81416
81425
|
"KeySchema": {
|
81417
|
-
"shape": "
|
81426
|
+
"shape": "S2p"
|
81418
81427
|
},
|
81419
81428
|
"Projection": {
|
81420
|
-
"shape": "
|
81429
|
+
"shape": "S2u"
|
81421
81430
|
}
|
81422
81431
|
}
|
81423
81432
|
}
|
@@ -81429,38 +81438,38 @@ module.exports={
|
|
81429
81438
|
"members": {
|
81430
81439
|
"IndexName": {},
|
81431
81440
|
"KeySchema": {
|
81432
|
-
"shape": "
|
81441
|
+
"shape": "S2p"
|
81433
81442
|
},
|
81434
81443
|
"Projection": {
|
81435
|
-
"shape": "
|
81444
|
+
"shape": "S2u"
|
81436
81445
|
},
|
81437
81446
|
"ProvisionedThroughput": {
|
81438
|
-
"shape": "
|
81447
|
+
"shape": "S30"
|
81439
81448
|
}
|
81440
81449
|
}
|
81441
81450
|
}
|
81442
81451
|
},
|
81443
81452
|
"StreamDescription": {
|
81444
|
-
"shape": "
|
81453
|
+
"shape": "S32"
|
81445
81454
|
},
|
81446
81455
|
"TimeToLiveDescription": {
|
81447
|
-
"shape": "
|
81456
|
+
"shape": "S4b"
|
81448
81457
|
},
|
81449
81458
|
"SSEDescription": {
|
81450
|
-
"shape": "
|
81459
|
+
"shape": "S3v"
|
81451
81460
|
}
|
81452
81461
|
}
|
81453
81462
|
}
|
81454
81463
|
}
|
81455
81464
|
},
|
81456
|
-
"
|
81465
|
+
"S4b": {
|
81457
81466
|
"type": "structure",
|
81458
81467
|
"members": {
|
81459
81468
|
"TimeToLiveStatus": {},
|
81460
81469
|
"AttributeName": {}
|
81461
81470
|
}
|
81462
81471
|
},
|
81463
|
-
"
|
81472
|
+
"S4f": {
|
81464
81473
|
"type": "map",
|
81465
81474
|
"key": {},
|
81466
81475
|
"value": {
|
@@ -81474,25 +81483,25 @@ module.exports={
|
|
81474
81483
|
},
|
81475
81484
|
"ComparisonOperator": {},
|
81476
81485
|
"AttributeValueList": {
|
81477
|
-
"shape": "
|
81486
|
+
"shape": "S4j"
|
81478
81487
|
}
|
81479
81488
|
}
|
81480
81489
|
}
|
81481
81490
|
},
|
81482
|
-
"
|
81491
|
+
"S4j": {
|
81483
81492
|
"type": "list",
|
81484
81493
|
"member": {
|
81485
81494
|
"shape": "S6"
|
81486
81495
|
}
|
81487
81496
|
},
|
81488
|
-
"
|
81497
|
+
"S4n": {
|
81489
81498
|
"type": "map",
|
81490
81499
|
"key": {},
|
81491
81500
|
"value": {
|
81492
81501
|
"shape": "S6"
|
81493
81502
|
}
|
81494
81503
|
},
|
81495
|
-
"
|
81504
|
+
"S4w": {
|
81496
81505
|
"type": "structure",
|
81497
81506
|
"required": [
|
81498
81507
|
"ContinuousBackupsStatus"
|
@@ -81513,7 +81522,7 @@ module.exports={
|
|
81513
81522
|
}
|
81514
81523
|
}
|
81515
81524
|
},
|
81516
|
-
"
|
81525
|
+
"S5h": {
|
81517
81526
|
"type": "structure",
|
81518
81527
|
"members": {
|
81519
81528
|
"ExportArn": {},
|
@@ -81547,7 +81556,7 @@ module.exports={
|
|
81547
81556
|
}
|
81548
81557
|
}
|
81549
81558
|
},
|
81550
|
-
"
|
81559
|
+
"S61": {
|
81551
81560
|
"type": "list",
|
81552
81561
|
"member": {
|
81553
81562
|
"type": "structure",
|
@@ -81558,19 +81567,19 @@ module.exports={
|
|
81558
81567
|
"RegionName": {},
|
81559
81568
|
"ReplicaStatus": {},
|
81560
81569
|
"ReplicaBillingModeSummary": {
|
81561
|
-
"shape": "
|
81570
|
+
"shape": "S3k"
|
81562
81571
|
},
|
81563
81572
|
"ReplicaProvisionedReadCapacityUnits": {
|
81564
81573
|
"type": "long"
|
81565
81574
|
},
|
81566
81575
|
"ReplicaProvisionedReadCapacityAutoScalingSettings": {
|
81567
|
-
"shape": "
|
81576
|
+
"shape": "S63"
|
81568
81577
|
},
|
81569
81578
|
"ReplicaProvisionedWriteCapacityUnits": {
|
81570
81579
|
"type": "long"
|
81571
81580
|
},
|
81572
81581
|
"ReplicaProvisionedWriteCapacityAutoScalingSettings": {
|
81573
|
-
"shape": "
|
81582
|
+
"shape": "S63"
|
81574
81583
|
},
|
81575
81584
|
"ReplicaGlobalSecondaryIndexSettings": {
|
81576
81585
|
"type": "list",
|
@@ -81586,24 +81595,24 @@ module.exports={
|
|
81586
81595
|
"type": "long"
|
81587
81596
|
},
|
81588
81597
|
"ProvisionedReadCapacityAutoScalingSettings": {
|
81589
|
-
"shape": "
|
81598
|
+
"shape": "S63"
|
81590
81599
|
},
|
81591
81600
|
"ProvisionedWriteCapacityUnits": {
|
81592
81601
|
"type": "long"
|
81593
81602
|
},
|
81594
81603
|
"ProvisionedWriteCapacityAutoScalingSettings": {
|
81595
|
-
"shape": "
|
81604
|
+
"shape": "S63"
|
81596
81605
|
}
|
81597
81606
|
}
|
81598
81607
|
}
|
81599
81608
|
},
|
81600
81609
|
"ReplicaTableClassSummary": {
|
81601
|
-
"shape": "
|
81610
|
+
"shape": "S2g"
|
81602
81611
|
}
|
81603
81612
|
}
|
81604
81613
|
}
|
81605
81614
|
},
|
81606
|
-
"
|
81615
|
+
"S63": {
|
81607
81616
|
"type": "structure",
|
81608
81617
|
"members": {
|
81609
81618
|
"MinimumUnits": {
|
@@ -81647,7 +81656,7 @@ module.exports={
|
|
81647
81656
|
}
|
81648
81657
|
}
|
81649
81658
|
},
|
81650
|
-
"
|
81659
|
+
"S6f": {
|
81651
81660
|
"type": "structure",
|
81652
81661
|
"members": {
|
81653
81662
|
"ImportArn": {},
|
@@ -81656,7 +81665,7 @@ module.exports={
|
|
81656
81665
|
"TableId": {},
|
81657
81666
|
"ClientToken": {},
|
81658
81667
|
"S3BucketSource": {
|
81659
|
-
"shape": "
|
81668
|
+
"shape": "S6h"
|
81660
81669
|
},
|
81661
81670
|
"ErrorCount": {
|
81662
81671
|
"type": "long"
|
@@ -81664,11 +81673,11 @@ module.exports={
|
|
81664
81673
|
"CloudWatchLogGroupArn": {},
|
81665
81674
|
"InputFormat": {},
|
81666
81675
|
"InputFormatOptions": {
|
81667
|
-
"shape": "
|
81676
|
+
"shape": "S6l"
|
81668
81677
|
},
|
81669
81678
|
"InputCompressionType": {},
|
81670
81679
|
"TableCreationParameters": {
|
81671
|
-
"shape": "
|
81680
|
+
"shape": "S6r"
|
81672
81681
|
},
|
81673
81682
|
"StartTime": {
|
81674
81683
|
"type": "timestamp"
|
@@ -81689,7 +81698,7 @@ module.exports={
|
|
81689
81698
|
"FailureMessage": {}
|
81690
81699
|
}
|
81691
81700
|
},
|
81692
|
-
"
|
81701
|
+
"S6h": {
|
81693
81702
|
"type": "structure",
|
81694
81703
|
"required": [
|
81695
81704
|
"S3Bucket"
|
@@ -81700,7 +81709,7 @@ module.exports={
|
|
81700
81709
|
"S3KeyPrefix": {}
|
81701
81710
|
}
|
81702
81711
|
},
|
81703
|
-
"
|
81712
|
+
"S6l": {
|
81704
81713
|
"type": "structure",
|
81705
81714
|
"members": {
|
81706
81715
|
"Csv": {
|
@@ -81715,7 +81724,7 @@ module.exports={
|
|
81715
81724
|
}
|
81716
81725
|
}
|
81717
81726
|
},
|
81718
|
-
"
|
81727
|
+
"S6r": {
|
81719
81728
|
"type": "structure",
|
81720
81729
|
"required": [
|
81721
81730
|
"TableName",
|
@@ -81725,24 +81734,24 @@ module.exports={
|
|
81725
81734
|
"members": {
|
81726
81735
|
"TableName": {},
|
81727
81736
|
"AttributeDefinitions": {
|
81728
|
-
"shape": "
|
81737
|
+
"shape": "S2l"
|
81729
81738
|
},
|
81730
81739
|
"KeySchema": {
|
81731
|
-
"shape": "
|
81740
|
+
"shape": "S2p"
|
81732
81741
|
},
|
81733
81742
|
"BillingMode": {},
|
81734
81743
|
"ProvisionedThroughput": {
|
81735
|
-
"shape": "
|
81744
|
+
"shape": "S30"
|
81736
81745
|
},
|
81737
81746
|
"SSESpecification": {
|
81738
|
-
"shape": "
|
81747
|
+
"shape": "S35"
|
81739
81748
|
},
|
81740
81749
|
"GlobalSecondaryIndexes": {
|
81741
|
-
"shape": "
|
81750
|
+
"shape": "S2y"
|
81742
81751
|
}
|
81743
81752
|
}
|
81744
81753
|
},
|
81745
|
-
"
|
81754
|
+
"S77": {
|
81746
81755
|
"type": "structure",
|
81747
81756
|
"members": {
|
81748
81757
|
"TableName": {},
|
@@ -81761,19 +81770,19 @@ module.exports={
|
|
81761
81770
|
"IndexName": {},
|
81762
81771
|
"IndexStatus": {},
|
81763
81772
|
"ProvisionedReadCapacityAutoScalingSettings": {
|
81764
|
-
"shape": "
|
81773
|
+
"shape": "S63"
|
81765
81774
|
},
|
81766
81775
|
"ProvisionedWriteCapacityAutoScalingSettings": {
|
81767
|
-
"shape": "
|
81776
|
+
"shape": "S63"
|
81768
81777
|
}
|
81769
81778
|
}
|
81770
81779
|
}
|
81771
81780
|
},
|
81772
81781
|
"ReplicaProvisionedReadCapacityAutoScalingSettings": {
|
81773
|
-
"shape": "
|
81782
|
+
"shape": "S63"
|
81774
81783
|
},
|
81775
81784
|
"ReplicaProvisionedWriteCapacityAutoScalingSettings": {
|
81776
|
-
"shape": "
|
81785
|
+
"shape": "S63"
|
81777
81786
|
},
|
81778
81787
|
"ReplicaStatus": {}
|
81779
81788
|
}
|
@@ -81781,7 +81790,7 @@ module.exports={
|
|
81781
81790
|
}
|
81782
81791
|
}
|
81783
81792
|
},
|
81784
|
-
"
|
81793
|
+
"S7e": {
|
81785
81794
|
"type": "structure",
|
81786
81795
|
"required": [
|
81787
81796
|
"TableName",
|
@@ -81792,7 +81801,7 @@ module.exports={
|
|
81792
81801
|
"StreamArn": {}
|
81793
81802
|
}
|
81794
81803
|
},
|
81795
|
-
"
|
81804
|
+
"S7f": {
|
81796
81805
|
"type": "structure",
|
81797
81806
|
"members": {
|
81798
81807
|
"TableName": {},
|
@@ -81800,7 +81809,7 @@ module.exports={
|
|
81800
81809
|
"DestinationStatus": {}
|
81801
81810
|
}
|
81802
81811
|
},
|
81803
|
-
"
|
81812
|
+
"S7p": {
|
81804
81813
|
"type": "list",
|
81805
81814
|
"member": {
|
81806
81815
|
"type": "structure",
|
@@ -81811,23 +81820,23 @@ module.exports={
|
|
81811
81820
|
}
|
81812
81821
|
}
|
81813
81822
|
},
|
81814
|
-
"
|
81823
|
+
"S93": {
|
81815
81824
|
"type": "structure",
|
81816
81825
|
"required": [
|
81817
81826
|
"ComparisonOperator"
|
81818
81827
|
],
|
81819
81828
|
"members": {
|
81820
81829
|
"AttributeValueList": {
|
81821
|
-
"shape": "
|
81830
|
+
"shape": "S4j"
|
81822
81831
|
},
|
81823
81832
|
"ComparisonOperator": {}
|
81824
81833
|
}
|
81825
81834
|
},
|
81826
|
-
"
|
81835
|
+
"S94": {
|
81827
81836
|
"type": "map",
|
81828
81837
|
"key": {},
|
81829
81838
|
"value": {
|
81830
|
-
"shape": "
|
81839
|
+
"shape": "S93"
|
81831
81840
|
}
|
81832
81841
|
},
|
81833
81842
|
"Saa": {
|
@@ -81884,7 +81893,7 @@ module.exports={
|
|
81884
81893
|
"members": {
|
81885
81894
|
"IndexName": {},
|
81886
81895
|
"ProvisionedThroughputOverride": {
|
81887
|
-
"shape": "
|
81896
|
+
"shape": "S2c"
|
81888
81897
|
}
|
81889
81898
|
}
|
81890
81899
|
}
|
@@ -260111,7 +260120,7 @@ AWS.util.update(AWS, {
|
|
260111
260120
|
/**
|
260112
260121
|
* @constant
|
260113
260122
|
*/
|
260114
|
-
VERSION: '2.
|
260123
|
+
VERSION: '2.1408.0',
|
260115
260124
|
|
260116
260125
|
/**
|
260117
260126
|
* @api private
|
@@ -282292,7 +282301,7 @@ var LRUCache = /** @class */ (function () {
|
|
282292
282301
|
}());
|
282293
282302
|
exports.LRUCache = LRUCache;
|
282294
282303
|
},{}],467:[function(require,module,exports){
|
282295
|
-
// AWS SDK for JavaScript v2.
|
282304
|
+
// AWS SDK for JavaScript v2.1408.0
|
282296
282305
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
282297
282306
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
282298
282307
|
require('./browser_loader');
|