cdk-lambda-subminute 2.0.356 → 2.0.358
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/athena-2017-05-18.min.json +1 -1
- package/node_modules/aws-sdk/apis/codebuild-2016-10-06.min.json +335 -119
- package/node_modules/aws-sdk/apis/codebuild-2016-10-06.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/dynamodb-2012-08-10.min.json +83 -36
- package/node_modules/aws-sdk/clients/athena.d.ts +9 -5
- package/node_modules/aws-sdk/clients/codebuild.d.ts +287 -2
- package/node_modules/aws-sdk/clients/dynamodb.d.ts +68 -3
- 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 +427 -159
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +104 -104
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +60 -3
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
@@ -1,4 +1,4 @@
|
|
1
|
-
// AWS SDK for JavaScript v2.
|
1
|
+
// AWS SDK for JavaScript v2.1540.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){
|
@@ -8047,7 +8047,6 @@ module.exports={
|
|
8047
8047
|
"required": [
|
8048
8048
|
"WorkGroup",
|
8049
8049
|
"Name",
|
8050
|
-
"Payload",
|
8051
8050
|
"Type"
|
8052
8051
|
],
|
8053
8052
|
"members": {
|
@@ -8055,6 +8054,7 @@ module.exports={
|
|
8055
8054
|
"Name": {},
|
8056
8055
|
"Payload": {},
|
8057
8056
|
"Type": {},
|
8057
|
+
"NotebookS3LocationUri": {},
|
8058
8058
|
"ClientRequestToken": {}
|
8059
8059
|
}
|
8060
8060
|
},
|
@@ -43117,7 +43117,7 @@ module.exports={
|
|
43117
43117
|
"builds": {
|
43118
43118
|
"type": "list",
|
43119
43119
|
"member": {
|
43120
|
-
"shape": "
|
43120
|
+
"shape": "S24"
|
43121
43121
|
}
|
43122
43122
|
},
|
43123
43123
|
"buildsNotFound": {
|
@@ -43126,6 +43126,33 @@ module.exports={
|
|
43126
43126
|
}
|
43127
43127
|
}
|
43128
43128
|
},
|
43129
|
+
"BatchGetFleets": {
|
43130
|
+
"input": {
|
43131
|
+
"type": "structure",
|
43132
|
+
"required": [
|
43133
|
+
"names"
|
43134
|
+
],
|
43135
|
+
"members": {
|
43136
|
+
"names": {
|
43137
|
+
"shape": "S2f"
|
43138
|
+
}
|
43139
|
+
}
|
43140
|
+
},
|
43141
|
+
"output": {
|
43142
|
+
"type": "structure",
|
43143
|
+
"members": {
|
43144
|
+
"fleets": {
|
43145
|
+
"type": "list",
|
43146
|
+
"member": {
|
43147
|
+
"shape": "S2i"
|
43148
|
+
}
|
43149
|
+
},
|
43150
|
+
"fleetsNotFound": {
|
43151
|
+
"shape": "S2f"
|
43152
|
+
}
|
43153
|
+
}
|
43154
|
+
}
|
43155
|
+
},
|
43129
43156
|
"BatchGetProjects": {
|
43130
43157
|
"input": {
|
43131
43158
|
"type": "structure",
|
@@ -43134,7 +43161,7 @@ module.exports={
|
|
43134
43161
|
],
|
43135
43162
|
"members": {
|
43136
43163
|
"names": {
|
43137
|
-
"shape": "
|
43164
|
+
"shape": "S2z"
|
43138
43165
|
}
|
43139
43166
|
}
|
43140
43167
|
},
|
@@ -43144,11 +43171,11 @@ module.exports={
|
|
43144
43171
|
"projects": {
|
43145
43172
|
"type": "list",
|
43146
43173
|
"member": {
|
43147
|
-
"shape": "
|
43174
|
+
"shape": "S32"
|
43148
43175
|
}
|
43149
43176
|
},
|
43150
43177
|
"projectsNotFound": {
|
43151
|
-
"shape": "
|
43178
|
+
"shape": "S2z"
|
43152
43179
|
}
|
43153
43180
|
}
|
43154
43181
|
}
|
@@ -43161,7 +43188,7 @@ module.exports={
|
|
43161
43188
|
],
|
43162
43189
|
"members": {
|
43163
43190
|
"reportGroupArns": {
|
43164
|
-
"shape": "
|
43191
|
+
"shape": "S3j"
|
43165
43192
|
}
|
43166
43193
|
}
|
43167
43194
|
},
|
@@ -43171,11 +43198,11 @@ module.exports={
|
|
43171
43198
|
"reportGroups": {
|
43172
43199
|
"type": "list",
|
43173
43200
|
"member": {
|
43174
|
-
"shape": "
|
43201
|
+
"shape": "S3m"
|
43175
43202
|
}
|
43176
43203
|
},
|
43177
43204
|
"reportGroupsNotFound": {
|
43178
|
-
"shape": "
|
43205
|
+
"shape": "S3j"
|
43179
43206
|
}
|
43180
43207
|
}
|
43181
43208
|
}
|
@@ -43188,7 +43215,7 @@ module.exports={
|
|
43188
43215
|
],
|
43189
43216
|
"members": {
|
43190
43217
|
"reportArns": {
|
43191
|
-
"shape": "
|
43218
|
+
"shape": "S3v"
|
43192
43219
|
}
|
43193
43220
|
}
|
43194
43221
|
},
|
@@ -43213,7 +43240,7 @@ module.exports={
|
|
43213
43240
|
"type": "timestamp"
|
43214
43241
|
},
|
43215
43242
|
"exportConfig": {
|
43216
|
-
"shape": "
|
43243
|
+
"shape": "S3p"
|
43217
43244
|
},
|
43218
43245
|
"truncated": {
|
43219
43246
|
"type": "boolean"
|
@@ -43268,7 +43295,40 @@ module.exports={
|
|
43268
43295
|
}
|
43269
43296
|
},
|
43270
43297
|
"reportsNotFound": {
|
43271
|
-
"shape": "
|
43298
|
+
"shape": "S3v"
|
43299
|
+
}
|
43300
|
+
}
|
43301
|
+
}
|
43302
|
+
},
|
43303
|
+
"CreateFleet": {
|
43304
|
+
"input": {
|
43305
|
+
"type": "structure",
|
43306
|
+
"required": [
|
43307
|
+
"name",
|
43308
|
+
"baseCapacity",
|
43309
|
+
"environmentType",
|
43310
|
+
"computeType"
|
43311
|
+
],
|
43312
|
+
"members": {
|
43313
|
+
"name": {},
|
43314
|
+
"baseCapacity": {
|
43315
|
+
"type": "integer"
|
43316
|
+
},
|
43317
|
+
"environmentType": {},
|
43318
|
+
"computeType": {},
|
43319
|
+
"scalingConfiguration": {
|
43320
|
+
"shape": "S46"
|
43321
|
+
},
|
43322
|
+
"tags": {
|
43323
|
+
"shape": "S2u"
|
43324
|
+
}
|
43325
|
+
}
|
43326
|
+
},
|
43327
|
+
"output": {
|
43328
|
+
"type": "structure",
|
43329
|
+
"members": {
|
43330
|
+
"fleet": {
|
43331
|
+
"shape": "S2i"
|
43272
43332
|
}
|
43273
43333
|
}
|
43274
43334
|
}
|
@@ -43297,10 +43357,10 @@ module.exports={
|
|
43297
43357
|
"shape": "Su"
|
43298
43358
|
},
|
43299
43359
|
"artifacts": {
|
43300
|
-
"shape": "
|
43360
|
+
"shape": "S35"
|
43301
43361
|
},
|
43302
43362
|
"secondaryArtifacts": {
|
43303
|
-
"shape": "
|
43363
|
+
"shape": "S38"
|
43304
43364
|
},
|
43305
43365
|
"cache": {
|
43306
43366
|
"shape": "Sz"
|
@@ -43317,22 +43377,22 @@ module.exports={
|
|
43317
43377
|
},
|
43318
43378
|
"encryptionKey": {},
|
43319
43379
|
"tags": {
|
43320
|
-
"shape": "
|
43380
|
+
"shape": "S2u"
|
43321
43381
|
},
|
43322
43382
|
"vpcConfig": {
|
43323
|
-
"shape": "
|
43383
|
+
"shape": "S1j"
|
43324
43384
|
},
|
43325
43385
|
"badgeEnabled": {
|
43326
43386
|
"type": "boolean"
|
43327
43387
|
},
|
43328
43388
|
"logsConfig": {
|
43329
|
-
"shape": "
|
43389
|
+
"shape": "S1d"
|
43330
43390
|
},
|
43331
43391
|
"fileSystemLocations": {
|
43332
|
-
"shape": "
|
43392
|
+
"shape": "S1m"
|
43333
43393
|
},
|
43334
43394
|
"buildBatchConfig": {
|
43335
|
-
"shape": "
|
43395
|
+
"shape": "S1p"
|
43336
43396
|
},
|
43337
43397
|
"concurrentBuildLimit": {
|
43338
43398
|
"type": "integer"
|
@@ -43343,7 +43403,7 @@ module.exports={
|
|
43343
43403
|
"type": "structure",
|
43344
43404
|
"members": {
|
43345
43405
|
"project": {
|
43346
|
-
"shape": "
|
43406
|
+
"shape": "S32"
|
43347
43407
|
}
|
43348
43408
|
}
|
43349
43409
|
}
|
@@ -43360,10 +43420,10 @@ module.exports={
|
|
43360
43420
|
"name": {},
|
43361
43421
|
"type": {},
|
43362
43422
|
"exportConfig": {
|
43363
|
-
"shape": "
|
43423
|
+
"shape": "S3p"
|
43364
43424
|
},
|
43365
43425
|
"tags": {
|
43366
|
-
"shape": "
|
43426
|
+
"shape": "S2u"
|
43367
43427
|
}
|
43368
43428
|
}
|
43369
43429
|
},
|
@@ -43371,7 +43431,7 @@ module.exports={
|
|
43371
43431
|
"type": "structure",
|
43372
43432
|
"members": {
|
43373
43433
|
"reportGroup": {
|
43374
|
-
"shape": "
|
43434
|
+
"shape": "S3m"
|
43375
43435
|
}
|
43376
43436
|
}
|
43377
43437
|
}
|
@@ -43386,7 +43446,7 @@ module.exports={
|
|
43386
43446
|
"projectName": {},
|
43387
43447
|
"branchFilter": {},
|
43388
43448
|
"filterGroups": {
|
43389
|
-
"shape": "
|
43449
|
+
"shape": "S3b"
|
43390
43450
|
},
|
43391
43451
|
"buildType": {}
|
43392
43452
|
}
|
@@ -43395,7 +43455,7 @@ module.exports={
|
|
43395
43455
|
"type": "structure",
|
43396
43456
|
"members": {
|
43397
43457
|
"webhook": {
|
43398
|
-
"shape": "
|
43458
|
+
"shape": "S3a"
|
43399
43459
|
}
|
43400
43460
|
}
|
43401
43461
|
}
|
@@ -43423,6 +43483,21 @@ module.exports={
|
|
43423
43483
|
}
|
43424
43484
|
}
|
43425
43485
|
},
|
43486
|
+
"DeleteFleet": {
|
43487
|
+
"input": {
|
43488
|
+
"type": "structure",
|
43489
|
+
"required": [
|
43490
|
+
"arn"
|
43491
|
+
],
|
43492
|
+
"members": {
|
43493
|
+
"arn": {}
|
43494
|
+
}
|
43495
|
+
},
|
43496
|
+
"output": {
|
43497
|
+
"type": "structure",
|
43498
|
+
"members": {}
|
43499
|
+
}
|
43500
|
+
},
|
43426
43501
|
"DeleteProject": {
|
43427
43502
|
"input": {
|
43428
43503
|
"type": "structure",
|
@@ -43731,7 +43806,7 @@ module.exports={
|
|
43731
43806
|
"type": "structure",
|
43732
43807
|
"members": {
|
43733
43808
|
"filter": {
|
43734
|
-
"shape": "
|
43809
|
+
"shape": "S5m"
|
43735
43810
|
},
|
43736
43811
|
"maxResults": {
|
43737
43812
|
"type": "integer"
|
@@ -43756,7 +43831,7 @@ module.exports={
|
|
43756
43831
|
"members": {
|
43757
43832
|
"projectName": {},
|
43758
43833
|
"filter": {
|
43759
|
-
"shape": "
|
43834
|
+
"shape": "S5m"
|
43760
43835
|
},
|
43761
43836
|
"maxResults": {
|
43762
43837
|
"type": "integer"
|
@@ -43858,6 +43933,32 @@ module.exports={
|
|
43858
43933
|
}
|
43859
43934
|
}
|
43860
43935
|
},
|
43936
|
+
"ListFleets": {
|
43937
|
+
"input": {
|
43938
|
+
"type": "structure",
|
43939
|
+
"members": {
|
43940
|
+
"nextToken": {
|
43941
|
+
"type": "string",
|
43942
|
+
"sensitive": true
|
43943
|
+
},
|
43944
|
+
"maxResults": {
|
43945
|
+
"type": "integer"
|
43946
|
+
},
|
43947
|
+
"sortOrder": {},
|
43948
|
+
"sortBy": {}
|
43949
|
+
}
|
43950
|
+
},
|
43951
|
+
"output": {
|
43952
|
+
"type": "structure",
|
43953
|
+
"members": {
|
43954
|
+
"nextToken": {},
|
43955
|
+
"fleets": {
|
43956
|
+
"type": "list",
|
43957
|
+
"member": {}
|
43958
|
+
}
|
43959
|
+
}
|
43960
|
+
}
|
43961
|
+
},
|
43861
43962
|
"ListProjects": {
|
43862
43963
|
"input": {
|
43863
43964
|
"type": "structure",
|
@@ -43872,7 +43973,7 @@ module.exports={
|
|
43872
43973
|
"members": {
|
43873
43974
|
"nextToken": {},
|
43874
43975
|
"projects": {
|
43875
|
-
"shape": "
|
43976
|
+
"shape": "S2z"
|
43876
43977
|
}
|
43877
43978
|
}
|
43878
43979
|
}
|
@@ -43894,7 +43995,7 @@ module.exports={
|
|
43894
43995
|
"members": {
|
43895
43996
|
"nextToken": {},
|
43896
43997
|
"reportGroups": {
|
43897
|
-
"shape": "
|
43998
|
+
"shape": "S3j"
|
43898
43999
|
}
|
43899
44000
|
}
|
43900
44001
|
}
|
@@ -43909,7 +44010,7 @@ module.exports={
|
|
43909
44010
|
"type": "integer"
|
43910
44011
|
},
|
43911
44012
|
"filter": {
|
43912
|
-
"shape": "
|
44013
|
+
"shape": "S6h"
|
43913
44014
|
}
|
43914
44015
|
}
|
43915
44016
|
},
|
@@ -43918,7 +44019,7 @@ module.exports={
|
|
43918
44019
|
"members": {
|
43919
44020
|
"nextToken": {},
|
43920
44021
|
"reports": {
|
43921
|
-
"shape": "
|
44022
|
+
"shape": "S3v"
|
43922
44023
|
}
|
43923
44024
|
}
|
43924
44025
|
}
|
@@ -43937,7 +44038,7 @@ module.exports={
|
|
43937
44038
|
"type": "integer"
|
43938
44039
|
},
|
43939
44040
|
"filter": {
|
43940
|
-
"shape": "
|
44041
|
+
"shape": "S6h"
|
43941
44042
|
}
|
43942
44043
|
}
|
43943
44044
|
},
|
@@ -43946,7 +44047,7 @@ module.exports={
|
|
43946
44047
|
"members": {
|
43947
44048
|
"nextToken": {},
|
43948
44049
|
"reports": {
|
43949
|
-
"shape": "
|
44050
|
+
"shape": "S3v"
|
43950
44051
|
}
|
43951
44052
|
}
|
43952
44053
|
}
|
@@ -43991,7 +44092,7 @@ module.exports={
|
|
43991
44092
|
"members": {
|
43992
44093
|
"nextToken": {},
|
43993
44094
|
"reportGroups": {
|
43994
|
-
"shape": "
|
44095
|
+
"shape": "S3j"
|
43995
44096
|
}
|
43996
44097
|
}
|
43997
44098
|
}
|
@@ -44049,7 +44150,7 @@ module.exports={
|
|
44049
44150
|
"type": "structure",
|
44050
44151
|
"members": {
|
44051
44152
|
"build": {
|
44052
|
-
"shape": "
|
44153
|
+
"shape": "S24"
|
44053
44154
|
}
|
44054
44155
|
}
|
44055
44156
|
}
|
@@ -44088,13 +44189,13 @@ module.exports={
|
|
44088
44189
|
},
|
44089
44190
|
"sourceVersion": {},
|
44090
44191
|
"artifactsOverride": {
|
44091
|
-
"shape": "
|
44192
|
+
"shape": "S35"
|
44092
44193
|
},
|
44093
44194
|
"secondaryArtifactsOverride": {
|
44094
|
-
"shape": "
|
44195
|
+
"shape": "S38"
|
44095
44196
|
},
|
44096
44197
|
"environmentVariablesOverride": {
|
44097
|
-
"shape": "
|
44198
|
+
"shape": "S17"
|
44098
44199
|
},
|
44099
44200
|
"sourceTypeOverride": {},
|
44100
44201
|
"sourceLocationOverride": {},
|
@@ -44137,14 +44238,17 @@ module.exports={
|
|
44137
44238
|
"encryptionKeyOverride": {},
|
44138
44239
|
"idempotencyToken": {},
|
44139
44240
|
"logsConfigOverride": {
|
44140
|
-
"shape": "
|
44241
|
+
"shape": "S1d"
|
44141
44242
|
},
|
44142
44243
|
"registryCredentialOverride": {
|
44143
|
-
"shape": "
|
44244
|
+
"shape": "S1a"
|
44144
44245
|
},
|
44145
44246
|
"imagePullCredentialsTypeOverride": {},
|
44146
44247
|
"debugSessionEnabled": {
|
44147
44248
|
"type": "boolean"
|
44249
|
+
},
|
44250
|
+
"fleetOverride": {
|
44251
|
+
"shape": "S16"
|
44148
44252
|
}
|
44149
44253
|
}
|
44150
44254
|
},
|
@@ -44152,7 +44256,7 @@ module.exports={
|
|
44152
44256
|
"type": "structure",
|
44153
44257
|
"members": {
|
44154
44258
|
"build": {
|
44155
|
-
"shape": "
|
44259
|
+
"shape": "S24"
|
44156
44260
|
}
|
44157
44261
|
}
|
44158
44262
|
}
|
@@ -44173,13 +44277,13 @@ module.exports={
|
|
44173
44277
|
},
|
44174
44278
|
"sourceVersion": {},
|
44175
44279
|
"artifactsOverride": {
|
44176
|
-
"shape": "
|
44280
|
+
"shape": "S35"
|
44177
44281
|
},
|
44178
44282
|
"secondaryArtifactsOverride": {
|
44179
|
-
"shape": "
|
44283
|
+
"shape": "S38"
|
44180
44284
|
},
|
44181
44285
|
"environmentVariablesOverride": {
|
44182
|
-
"shape": "
|
44286
|
+
"shape": "S17"
|
44183
44287
|
},
|
44184
44288
|
"sourceTypeOverride": {},
|
44185
44289
|
"sourceLocationOverride": {},
|
@@ -44219,14 +44323,14 @@ module.exports={
|
|
44219
44323
|
"encryptionKeyOverride": {},
|
44220
44324
|
"idempotencyToken": {},
|
44221
44325
|
"logsConfigOverride": {
|
44222
|
-
"shape": "
|
44326
|
+
"shape": "S1d"
|
44223
44327
|
},
|
44224
44328
|
"registryCredentialOverride": {
|
44225
|
-
"shape": "
|
44329
|
+
"shape": "S1a"
|
44226
44330
|
},
|
44227
44331
|
"imagePullCredentialsTypeOverride": {},
|
44228
44332
|
"buildBatchConfigOverride": {
|
44229
|
-
"shape": "
|
44333
|
+
"shape": "S1p"
|
44230
44334
|
},
|
44231
44335
|
"debugSessionEnabled": {
|
44232
44336
|
"type": "boolean"
|
@@ -44256,7 +44360,7 @@ module.exports={
|
|
44256
44360
|
"type": "structure",
|
44257
44361
|
"members": {
|
44258
44362
|
"build": {
|
44259
|
-
"shape": "
|
44363
|
+
"shape": "S24"
|
44260
44364
|
}
|
44261
44365
|
}
|
44262
44366
|
}
|
@@ -44280,6 +44384,36 @@ module.exports={
|
|
44280
44384
|
}
|
44281
44385
|
}
|
44282
44386
|
},
|
44387
|
+
"UpdateFleet": {
|
44388
|
+
"input": {
|
44389
|
+
"type": "structure",
|
44390
|
+
"required": [
|
44391
|
+
"arn"
|
44392
|
+
],
|
44393
|
+
"members": {
|
44394
|
+
"arn": {},
|
44395
|
+
"baseCapacity": {
|
44396
|
+
"type": "integer"
|
44397
|
+
},
|
44398
|
+
"environmentType": {},
|
44399
|
+
"computeType": {},
|
44400
|
+
"scalingConfiguration": {
|
44401
|
+
"shape": "S46"
|
44402
|
+
},
|
44403
|
+
"tags": {
|
44404
|
+
"shape": "S2u"
|
44405
|
+
}
|
44406
|
+
}
|
44407
|
+
},
|
44408
|
+
"output": {
|
44409
|
+
"type": "structure",
|
44410
|
+
"members": {
|
44411
|
+
"fleet": {
|
44412
|
+
"shape": "S2i"
|
44413
|
+
}
|
44414
|
+
}
|
44415
|
+
}
|
44416
|
+
},
|
44283
44417
|
"UpdateProject": {
|
44284
44418
|
"input": {
|
44285
44419
|
"type": "structure",
|
@@ -44300,10 +44434,10 @@ module.exports={
|
|
44300
44434
|
"shape": "Su"
|
44301
44435
|
},
|
44302
44436
|
"artifacts": {
|
44303
|
-
"shape": "
|
44437
|
+
"shape": "S35"
|
44304
44438
|
},
|
44305
44439
|
"secondaryArtifacts": {
|
44306
|
-
"shape": "
|
44440
|
+
"shape": "S38"
|
44307
44441
|
},
|
44308
44442
|
"cache": {
|
44309
44443
|
"shape": "Sz"
|
@@ -44320,22 +44454,22 @@ module.exports={
|
|
44320
44454
|
},
|
44321
44455
|
"encryptionKey": {},
|
44322
44456
|
"tags": {
|
44323
|
-
"shape": "
|
44457
|
+
"shape": "S2u"
|
44324
44458
|
},
|
44325
44459
|
"vpcConfig": {
|
44326
|
-
"shape": "
|
44460
|
+
"shape": "S1j"
|
44327
44461
|
},
|
44328
44462
|
"badgeEnabled": {
|
44329
44463
|
"type": "boolean"
|
44330
44464
|
},
|
44331
44465
|
"logsConfig": {
|
44332
|
-
"shape": "
|
44466
|
+
"shape": "S1d"
|
44333
44467
|
},
|
44334
44468
|
"fileSystemLocations": {
|
44335
|
-
"shape": "
|
44469
|
+
"shape": "S1m"
|
44336
44470
|
},
|
44337
44471
|
"buildBatchConfig": {
|
44338
|
-
"shape": "
|
44472
|
+
"shape": "S1p"
|
44339
44473
|
},
|
44340
44474
|
"concurrentBuildLimit": {
|
44341
44475
|
"type": "integer"
|
@@ -44346,7 +44480,7 @@ module.exports={
|
|
44346
44480
|
"type": "structure",
|
44347
44481
|
"members": {
|
44348
44482
|
"project": {
|
44349
|
-
"shape": "
|
44483
|
+
"shape": "S32"
|
44350
44484
|
}
|
44351
44485
|
}
|
44352
44486
|
}
|
@@ -44382,10 +44516,10 @@ module.exports={
|
|
44382
44516
|
"members": {
|
44383
44517
|
"arn": {},
|
44384
44518
|
"exportConfig": {
|
44385
|
-
"shape": "
|
44519
|
+
"shape": "S3p"
|
44386
44520
|
},
|
44387
44521
|
"tags": {
|
44388
|
-
"shape": "
|
44522
|
+
"shape": "S2u"
|
44389
44523
|
}
|
44390
44524
|
}
|
44391
44525
|
},
|
@@ -44393,7 +44527,7 @@ module.exports={
|
|
44393
44527
|
"type": "structure",
|
44394
44528
|
"members": {
|
44395
44529
|
"reportGroup": {
|
44396
|
-
"shape": "
|
44530
|
+
"shape": "S3m"
|
44397
44531
|
}
|
44398
44532
|
}
|
44399
44533
|
}
|
@@ -44411,7 +44545,7 @@ module.exports={
|
|
44411
44545
|
"type": "boolean"
|
44412
44546
|
},
|
44413
44547
|
"filterGroups": {
|
44414
|
-
"shape": "
|
44548
|
+
"shape": "S3b"
|
44415
44549
|
},
|
44416
44550
|
"buildType": {}
|
44417
44551
|
}
|
@@ -44420,7 +44554,7 @@ module.exports={
|
|
44420
44554
|
"type": "structure",
|
44421
44555
|
"members": {
|
44422
44556
|
"webhook": {
|
44423
|
-
"shape": "
|
44557
|
+
"shape": "S3a"
|
44424
44558
|
}
|
44425
44559
|
}
|
44426
44560
|
}
|
@@ -44506,7 +44640,7 @@ module.exports={
|
|
44506
44640
|
},
|
44507
44641
|
"serviceRole": {},
|
44508
44642
|
"logConfig": {
|
44509
|
-
"shape": "
|
44643
|
+
"shape": "S1d"
|
44510
44644
|
},
|
44511
44645
|
"buildTimeoutInMinutes": {
|
44512
44646
|
"type": "integer"
|
@@ -44519,17 +44653,17 @@ module.exports={
|
|
44519
44653
|
},
|
44520
44654
|
"initiator": {},
|
44521
44655
|
"vpcConfig": {
|
44522
|
-
"shape": "
|
44656
|
+
"shape": "S1j"
|
44523
44657
|
},
|
44524
44658
|
"encryptionKey": {},
|
44525
44659
|
"buildBatchNumber": {
|
44526
44660
|
"type": "long"
|
44527
44661
|
},
|
44528
44662
|
"fileSystemLocations": {
|
44529
|
-
"shape": "
|
44663
|
+
"shape": "S1m"
|
44530
44664
|
},
|
44531
44665
|
"buildBatchConfig": {
|
44532
|
-
"shape": "
|
44666
|
+
"shape": "S1p"
|
44533
44667
|
},
|
44534
44668
|
"buildGroups": {
|
44535
44669
|
"type": "list",
|
@@ -44545,12 +44679,12 @@ module.exports={
|
|
44545
44679
|
"type": "boolean"
|
44546
44680
|
},
|
44547
44681
|
"currentBuildSummary": {
|
44548
|
-
"shape": "
|
44682
|
+
"shape": "S1w"
|
44549
44683
|
},
|
44550
44684
|
"priorBuildSummaryList": {
|
44551
44685
|
"type": "list",
|
44552
44686
|
"member": {
|
44553
|
-
"shape": "
|
44687
|
+
"shape": "S1w"
|
44554
44688
|
}
|
44555
44689
|
}
|
44556
44690
|
}
|
@@ -44696,20 +44830,29 @@ module.exports={
|
|
44696
44830
|
"type": {},
|
44697
44831
|
"image": {},
|
44698
44832
|
"computeType": {},
|
44699
|
-
"
|
44833
|
+
"fleet": {
|
44700
44834
|
"shape": "S16"
|
44701
44835
|
},
|
44836
|
+
"environmentVariables": {
|
44837
|
+
"shape": "S17"
|
44838
|
+
},
|
44702
44839
|
"privilegedMode": {
|
44703
44840
|
"type": "boolean"
|
44704
44841
|
},
|
44705
44842
|
"certificate": {},
|
44706
44843
|
"registryCredential": {
|
44707
|
-
"shape": "
|
44844
|
+
"shape": "S1a"
|
44708
44845
|
},
|
44709
44846
|
"imagePullCredentialsType": {}
|
44710
44847
|
}
|
44711
44848
|
},
|
44712
44849
|
"S16": {
|
44850
|
+
"type": "structure",
|
44851
|
+
"members": {
|
44852
|
+
"fleetArn": {}
|
44853
|
+
}
|
44854
|
+
},
|
44855
|
+
"S17": {
|
44713
44856
|
"type": "list",
|
44714
44857
|
"member": {
|
44715
44858
|
"type": "structure",
|
@@ -44724,7 +44867,7 @@ module.exports={
|
|
44724
44867
|
}
|
44725
44868
|
}
|
44726
44869
|
},
|
44727
|
-
"
|
44870
|
+
"S1a": {
|
44728
44871
|
"type": "structure",
|
44729
44872
|
"required": [
|
44730
44873
|
"credential",
|
@@ -44735,18 +44878,18 @@ module.exports={
|
|
44735
44878
|
"credentialProvider": {}
|
44736
44879
|
}
|
44737
44880
|
},
|
44738
|
-
"
|
44881
|
+
"S1d": {
|
44739
44882
|
"type": "structure",
|
44740
44883
|
"members": {
|
44741
44884
|
"cloudWatchLogs": {
|
44742
|
-
"shape": "
|
44885
|
+
"shape": "S1e"
|
44743
44886
|
},
|
44744
44887
|
"s3Logs": {
|
44745
|
-
"shape": "
|
44888
|
+
"shape": "S1g"
|
44746
44889
|
}
|
44747
44890
|
}
|
44748
44891
|
},
|
44749
|
-
"
|
44892
|
+
"S1e": {
|
44750
44893
|
"type": "structure",
|
44751
44894
|
"required": [
|
44752
44895
|
"status"
|
@@ -44757,7 +44900,7 @@ module.exports={
|
|
44757
44900
|
"streamName": {}
|
44758
44901
|
}
|
44759
44902
|
},
|
44760
|
-
"
|
44903
|
+
"S1g": {
|
44761
44904
|
"type": "structure",
|
44762
44905
|
"required": [
|
44763
44906
|
"status"
|
@@ -44771,7 +44914,7 @@ module.exports={
|
|
44771
44914
|
"bucketOwnerAccess": {}
|
44772
44915
|
}
|
44773
44916
|
},
|
44774
|
-
"
|
44917
|
+
"S1j": {
|
44775
44918
|
"type": "structure",
|
44776
44919
|
"members": {
|
44777
44920
|
"vpcId": {},
|
@@ -44785,7 +44928,7 @@ module.exports={
|
|
44785
44928
|
}
|
44786
44929
|
}
|
44787
44930
|
},
|
44788
|
-
"
|
44931
|
+
"S1m": {
|
44789
44932
|
"type": "list",
|
44790
44933
|
"member": {
|
44791
44934
|
"type": "structure",
|
@@ -44798,7 +44941,7 @@ module.exports={
|
|
44798
44941
|
}
|
44799
44942
|
}
|
44800
44943
|
},
|
44801
|
-
"
|
44944
|
+
"S1p": {
|
44802
44945
|
"type": "structure",
|
44803
44946
|
"members": {
|
44804
44947
|
"serviceRole": {},
|
@@ -44823,7 +44966,7 @@ module.exports={
|
|
44823
44966
|
"batchReportMode": {}
|
44824
44967
|
}
|
44825
44968
|
},
|
44826
|
-
"
|
44969
|
+
"S1w": {
|
44827
44970
|
"type": "structure",
|
44828
44971
|
"members": {
|
44829
44972
|
"arn": {},
|
@@ -44832,17 +44975,17 @@ module.exports={
|
|
44832
44975
|
},
|
44833
44976
|
"buildStatus": {},
|
44834
44977
|
"primaryArtifact": {
|
44835
|
-
"shape": "
|
44978
|
+
"shape": "S1x"
|
44836
44979
|
},
|
44837
44980
|
"secondaryArtifacts": {
|
44838
44981
|
"type": "list",
|
44839
44982
|
"member": {
|
44840
|
-
"shape": "
|
44983
|
+
"shape": "S1x"
|
44841
44984
|
}
|
44842
44985
|
}
|
44843
44986
|
}
|
44844
44987
|
},
|
44845
|
-
"
|
44988
|
+
"S1x": {
|
44846
44989
|
"type": "structure",
|
44847
44990
|
"members": {
|
44848
44991
|
"type": {},
|
@@ -44850,7 +44993,7 @@ module.exports={
|
|
44850
44993
|
"identifier": {}
|
44851
44994
|
}
|
44852
44995
|
},
|
44853
|
-
"
|
44996
|
+
"S24": {
|
44854
44997
|
"type": "structure",
|
44855
44998
|
"members": {
|
44856
44999
|
"id": {},
|
@@ -44923,10 +45066,10 @@ module.exports={
|
|
44923
45066
|
"cloudWatchLogsArn": {},
|
44924
45067
|
"s3LogsArn": {},
|
44925
45068
|
"cloudWatchLogs": {
|
44926
|
-
"shape": "
|
45069
|
+
"shape": "S1e"
|
44927
45070
|
},
|
44928
45071
|
"s3Logs": {
|
44929
|
-
"shape": "
|
45072
|
+
"shape": "S1g"
|
44930
45073
|
}
|
44931
45074
|
}
|
44932
45075
|
},
|
@@ -44941,7 +45084,7 @@ module.exports={
|
|
44941
45084
|
},
|
44942
45085
|
"initiator": {},
|
44943
45086
|
"vpcConfig": {
|
44944
|
-
"shape": "
|
45087
|
+
"shape": "S1j"
|
44945
45088
|
},
|
44946
45089
|
"networkInterface": {
|
44947
45090
|
"type": "structure",
|
@@ -44966,7 +45109,7 @@ module.exports={
|
|
44966
45109
|
"member": {}
|
44967
45110
|
},
|
44968
45111
|
"fileSystemLocations": {
|
44969
|
-
"shape": "
|
45112
|
+
"shape": "S1m"
|
44970
45113
|
},
|
44971
45114
|
"debugSession": {
|
44972
45115
|
"type": "structure",
|
@@ -44980,11 +45123,82 @@ module.exports={
|
|
44980
45123
|
"buildBatchArn": {}
|
44981
45124
|
}
|
44982
45125
|
},
|
44983
|
-
"
|
45126
|
+
"S2f": {
|
44984
45127
|
"type": "list",
|
44985
45128
|
"member": {}
|
44986
45129
|
},
|
44987
|
-
"
|
45130
|
+
"S2i": {
|
45131
|
+
"type": "structure",
|
45132
|
+
"members": {
|
45133
|
+
"arn": {},
|
45134
|
+
"name": {},
|
45135
|
+
"id": {},
|
45136
|
+
"created": {
|
45137
|
+
"type": "timestamp"
|
45138
|
+
},
|
45139
|
+
"lastModified": {
|
45140
|
+
"type": "timestamp"
|
45141
|
+
},
|
45142
|
+
"status": {
|
45143
|
+
"type": "structure",
|
45144
|
+
"members": {
|
45145
|
+
"statusCode": {},
|
45146
|
+
"context": {},
|
45147
|
+
"message": {}
|
45148
|
+
}
|
45149
|
+
},
|
45150
|
+
"baseCapacity": {
|
45151
|
+
"type": "integer"
|
45152
|
+
},
|
45153
|
+
"environmentType": {},
|
45154
|
+
"computeType": {},
|
45155
|
+
"scalingConfiguration": {
|
45156
|
+
"type": "structure",
|
45157
|
+
"members": {
|
45158
|
+
"scalingType": {},
|
45159
|
+
"targetTrackingScalingConfigs": {
|
45160
|
+
"shape": "S2q"
|
45161
|
+
},
|
45162
|
+
"maxCapacity": {
|
45163
|
+
"type": "integer"
|
45164
|
+
},
|
45165
|
+
"desiredCapacity": {
|
45166
|
+
"type": "integer"
|
45167
|
+
}
|
45168
|
+
}
|
45169
|
+
},
|
45170
|
+
"tags": {
|
45171
|
+
"shape": "S2u"
|
45172
|
+
}
|
45173
|
+
}
|
45174
|
+
},
|
45175
|
+
"S2q": {
|
45176
|
+
"type": "list",
|
45177
|
+
"member": {
|
45178
|
+
"type": "structure",
|
45179
|
+
"members": {
|
45180
|
+
"metricType": {},
|
45181
|
+
"targetValue": {
|
45182
|
+
"type": "double"
|
45183
|
+
}
|
45184
|
+
}
|
45185
|
+
}
|
45186
|
+
},
|
45187
|
+
"S2u": {
|
45188
|
+
"type": "list",
|
45189
|
+
"member": {
|
45190
|
+
"type": "structure",
|
45191
|
+
"members": {
|
45192
|
+
"key": {},
|
45193
|
+
"value": {}
|
45194
|
+
}
|
45195
|
+
}
|
45196
|
+
},
|
45197
|
+
"S2z": {
|
45198
|
+
"type": "list",
|
45199
|
+
"member": {}
|
45200
|
+
},
|
45201
|
+
"S32": {
|
44988
45202
|
"type": "structure",
|
44989
45203
|
"members": {
|
44990
45204
|
"name": {},
|
@@ -45001,10 +45215,10 @@ module.exports={
|
|
45001
45215
|
"shape": "Su"
|
45002
45216
|
},
|
45003
45217
|
"artifacts": {
|
45004
|
-
"shape": "
|
45218
|
+
"shape": "S35"
|
45005
45219
|
},
|
45006
45220
|
"secondaryArtifacts": {
|
45007
|
-
"shape": "
|
45221
|
+
"shape": "S38"
|
45008
45222
|
},
|
45009
45223
|
"cache": {
|
45010
45224
|
"shape": "Sz"
|
@@ -45021,7 +45235,7 @@ module.exports={
|
|
45021
45235
|
},
|
45022
45236
|
"encryptionKey": {},
|
45023
45237
|
"tags": {
|
45024
|
-
"shape": "
|
45238
|
+
"shape": "S2u"
|
45025
45239
|
},
|
45026
45240
|
"created": {
|
45027
45241
|
"type": "timestamp"
|
@@ -45030,10 +45244,10 @@ module.exports={
|
|
45030
45244
|
"type": "timestamp"
|
45031
45245
|
},
|
45032
45246
|
"webhook": {
|
45033
|
-
"shape": "
|
45247
|
+
"shape": "S3a"
|
45034
45248
|
},
|
45035
45249
|
"vpcConfig": {
|
45036
|
-
"shape": "
|
45250
|
+
"shape": "S1j"
|
45037
45251
|
},
|
45038
45252
|
"badge": {
|
45039
45253
|
"type": "structure",
|
@@ -45045,13 +45259,13 @@ module.exports={
|
|
45045
45259
|
}
|
45046
45260
|
},
|
45047
45261
|
"logsConfig": {
|
45048
|
-
"shape": "
|
45262
|
+
"shape": "S1d"
|
45049
45263
|
},
|
45050
45264
|
"fileSystemLocations": {
|
45051
|
-
"shape": "
|
45265
|
+
"shape": "S1m"
|
45052
45266
|
},
|
45053
45267
|
"buildBatchConfig": {
|
45054
|
-
"shape": "
|
45268
|
+
"shape": "S1p"
|
45055
45269
|
},
|
45056
45270
|
"concurrentBuildLimit": {
|
45057
45271
|
"type": "integer"
|
@@ -45061,7 +45275,7 @@ module.exports={
|
|
45061
45275
|
"resourceAccessRole": {}
|
45062
45276
|
}
|
45063
45277
|
},
|
45064
|
-
"
|
45278
|
+
"S35": {
|
45065
45279
|
"type": "structure",
|
45066
45280
|
"required": [
|
45067
45281
|
"type"
|
@@ -45083,23 +45297,13 @@ module.exports={
|
|
45083
45297
|
"bucketOwnerAccess": {}
|
45084
45298
|
}
|
45085
45299
|
},
|
45086
|
-
"
|
45087
|
-
"type": "list",
|
45088
|
-
"member": {
|
45089
|
-
"shape": "S2k"
|
45090
|
-
}
|
45091
|
-
},
|
45092
|
-
"S2p": {
|
45300
|
+
"S38": {
|
45093
45301
|
"type": "list",
|
45094
45302
|
"member": {
|
45095
|
-
"
|
45096
|
-
"members": {
|
45097
|
-
"key": {},
|
45098
|
-
"value": {}
|
45099
|
-
}
|
45303
|
+
"shape": "S35"
|
45100
45304
|
}
|
45101
45305
|
},
|
45102
|
-
"
|
45306
|
+
"S3a": {
|
45103
45307
|
"type": "structure",
|
45104
45308
|
"members": {
|
45105
45309
|
"url": {},
|
@@ -45107,7 +45311,7 @@ module.exports={
|
|
45107
45311
|
"secret": {},
|
45108
45312
|
"branchFilter": {},
|
45109
45313
|
"filterGroups": {
|
45110
|
-
"shape": "
|
45314
|
+
"shape": "S3b"
|
45111
45315
|
},
|
45112
45316
|
"buildType": {},
|
45113
45317
|
"lastModifiedSecret": {
|
@@ -45115,7 +45319,7 @@ module.exports={
|
|
45115
45319
|
}
|
45116
45320
|
}
|
45117
45321
|
},
|
45118
|
-
"
|
45322
|
+
"S3b": {
|
45119
45323
|
"type": "list",
|
45120
45324
|
"member": {
|
45121
45325
|
"type": "list",
|
@@ -45135,18 +45339,18 @@ module.exports={
|
|
45135
45339
|
}
|
45136
45340
|
}
|
45137
45341
|
},
|
45138
|
-
"
|
45342
|
+
"S3j": {
|
45139
45343
|
"type": "list",
|
45140
45344
|
"member": {}
|
45141
45345
|
},
|
45142
|
-
"
|
45346
|
+
"S3m": {
|
45143
45347
|
"type": "structure",
|
45144
45348
|
"members": {
|
45145
45349
|
"arn": {},
|
45146
45350
|
"name": {},
|
45147
45351
|
"type": {},
|
45148
45352
|
"exportConfig": {
|
45149
|
-
"shape": "
|
45353
|
+
"shape": "S3p"
|
45150
45354
|
},
|
45151
45355
|
"created": {
|
45152
45356
|
"type": "timestamp"
|
@@ -45155,12 +45359,12 @@ module.exports={
|
|
45155
45359
|
"type": "timestamp"
|
45156
45360
|
},
|
45157
45361
|
"tags": {
|
45158
|
-
"shape": "
|
45362
|
+
"shape": "S2u"
|
45159
45363
|
},
|
45160
45364
|
"status": {}
|
45161
45365
|
}
|
45162
45366
|
},
|
45163
|
-
"
|
45367
|
+
"S3p": {
|
45164
45368
|
"type": "structure",
|
45165
45369
|
"members": {
|
45166
45370
|
"exportConfigType": {},
|
@@ -45179,17 +45383,29 @@ module.exports={
|
|
45179
45383
|
}
|
45180
45384
|
}
|
45181
45385
|
},
|
45182
|
-
"
|
45386
|
+
"S3v": {
|
45183
45387
|
"type": "list",
|
45184
45388
|
"member": {}
|
45185
45389
|
},
|
45186
|
-
"
|
45390
|
+
"S46": {
|
45391
|
+
"type": "structure",
|
45392
|
+
"members": {
|
45393
|
+
"scalingType": {},
|
45394
|
+
"targetTrackingScalingConfigs": {
|
45395
|
+
"shape": "S2q"
|
45396
|
+
},
|
45397
|
+
"maxCapacity": {
|
45398
|
+
"type": "integer"
|
45399
|
+
}
|
45400
|
+
}
|
45401
|
+
},
|
45402
|
+
"S5m": {
|
45187
45403
|
"type": "structure",
|
45188
45404
|
"members": {
|
45189
45405
|
"status": {}
|
45190
45406
|
}
|
45191
45407
|
},
|
45192
|
-
"
|
45408
|
+
"S6h": {
|
45193
45409
|
"type": "structure",
|
45194
45410
|
"members": {
|
45195
45411
|
"status": {}
|
@@ -45234,6 +45450,11 @@ module.exports={
|
|
45234
45450
|
"output_token": "nextToken",
|
45235
45451
|
"result_key": "ids"
|
45236
45452
|
},
|
45453
|
+
"ListFleets": {
|
45454
|
+
"input_token": "nextToken",
|
45455
|
+
"limit_key": "maxResults",
|
45456
|
+
"output_token": "nextToken"
|
45457
|
+
},
|
45237
45458
|
"ListProjects": {
|
45238
45459
|
"input_token": "nextToken",
|
45239
45460
|
"output_token": "nextToken",
|
@@ -83736,7 +83957,8 @@ module.exports={
|
|
83736
83957
|
"members": {
|
83737
83958
|
"StreamArn": {},
|
83738
83959
|
"DestinationStatus": {},
|
83739
|
-
"DestinationStatusDescription": {}
|
83960
|
+
"DestinationStatusDescription": {},
|
83961
|
+
"ApproximateCreationDateTimePrecision": {}
|
83740
83962
|
}
|
83741
83963
|
}
|
83742
83964
|
}
|
@@ -83802,7 +84024,7 @@ module.exports={
|
|
83802
84024
|
"type": "structure",
|
83803
84025
|
"members": {
|
83804
84026
|
"TableAutoScalingDescription": {
|
83805
|
-
"shape": "
|
84027
|
+
"shape": "S7d"
|
83806
84028
|
}
|
83807
84029
|
}
|
83808
84030
|
}
|
@@ -83829,19 +84051,19 @@ module.exports={
|
|
83829
84051
|
},
|
83830
84052
|
"DisableKinesisStreamingDestination": {
|
83831
84053
|
"input": {
|
83832
|
-
"shape": "
|
84054
|
+
"shape": "S7k"
|
83833
84055
|
},
|
83834
84056
|
"output": {
|
83835
|
-
"shape": "
|
84057
|
+
"shape": "S7m"
|
83836
84058
|
},
|
83837
84059
|
"endpointdiscovery": {}
|
83838
84060
|
},
|
83839
84061
|
"EnableKinesisStreamingDestination": {
|
83840
84062
|
"input": {
|
83841
|
-
"shape": "
|
84063
|
+
"shape": "S7k"
|
83842
84064
|
},
|
83843
84065
|
"output": {
|
83844
|
-
"shape": "
|
84066
|
+
"shape": "S7m"
|
83845
84067
|
},
|
83846
84068
|
"endpointdiscovery": {}
|
83847
84069
|
},
|
@@ -83916,7 +84138,7 @@ module.exports={
|
|
83916
84138
|
"type": "structure",
|
83917
84139
|
"members": {
|
83918
84140
|
"Responses": {
|
83919
|
-
"shape": "
|
84141
|
+
"shape": "S7w"
|
83920
84142
|
},
|
83921
84143
|
"ConsumedCapacity": {
|
83922
84144
|
"shape": "St"
|
@@ -84326,11 +84548,11 @@ module.exports={
|
|
84326
84548
|
"type": "map",
|
84327
84549
|
"key": {},
|
84328
84550
|
"value": {
|
84329
|
-
"shape": "
|
84551
|
+
"shape": "S9a"
|
84330
84552
|
}
|
84331
84553
|
},
|
84332
84554
|
"QueryFilter": {
|
84333
|
-
"shape": "
|
84555
|
+
"shape": "S9b"
|
84334
84556
|
},
|
84335
84557
|
"ConditionalOperator": {},
|
84336
84558
|
"ScanIndexForward": {
|
@@ -84466,7 +84688,7 @@ module.exports={
|
|
84466
84688
|
},
|
84467
84689
|
"Select": {},
|
84468
84690
|
"ScanFilter": {
|
84469
|
-
"shape": "
|
84691
|
+
"shape": "S9b"
|
84470
84692
|
},
|
84471
84693
|
"ConditionalOperator": {},
|
84472
84694
|
"ExclusiveStartKey": {
|
@@ -84575,7 +84797,7 @@ module.exports={
|
|
84575
84797
|
"shape": "St"
|
84576
84798
|
},
|
84577
84799
|
"Responses": {
|
84578
|
-
"shape": "
|
84800
|
+
"shape": "S7w"
|
84579
84801
|
}
|
84580
84802
|
}
|
84581
84803
|
},
|
@@ -84834,7 +85056,7 @@ module.exports={
|
|
84834
85056
|
"type": "long"
|
84835
85057
|
},
|
84836
85058
|
"GlobalTableProvisionedWriteCapacityAutoScalingSettingsUpdate": {
|
84837
|
-
"shape": "
|
85059
|
+
"shape": "Sah"
|
84838
85060
|
},
|
84839
85061
|
"GlobalTableGlobalSecondaryIndexSettingsUpdate": {
|
84840
85062
|
"type": "list",
|
@@ -84849,7 +85071,7 @@ module.exports={
|
|
84849
85071
|
"type": "long"
|
84850
85072
|
},
|
84851
85073
|
"ProvisionedWriteCapacityAutoScalingSettingsUpdate": {
|
84852
|
-
"shape": "
|
85074
|
+
"shape": "Sah"
|
84853
85075
|
}
|
84854
85076
|
}
|
84855
85077
|
}
|
@@ -84867,7 +85089,7 @@ module.exports={
|
|
84867
85089
|
"type": "long"
|
84868
85090
|
},
|
84869
85091
|
"ReplicaProvisionedReadCapacityAutoScalingSettingsUpdate": {
|
84870
|
-
"shape": "
|
85092
|
+
"shape": "Sah"
|
84871
85093
|
},
|
84872
85094
|
"ReplicaGlobalSecondaryIndexSettingsUpdate": {
|
84873
85095
|
"type": "list",
|
@@ -84882,7 +85104,7 @@ module.exports={
|
|
84882
85104
|
"type": "long"
|
84883
85105
|
},
|
84884
85106
|
"ProvisionedReadCapacityAutoScalingSettingsUpdate": {
|
84885
|
-
"shape": "
|
85107
|
+
"shape": "Sah"
|
84886
85108
|
}
|
84887
85109
|
}
|
84888
85110
|
}
|
@@ -84963,6 +85185,34 @@ module.exports={
|
|
84963
85185
|
},
|
84964
85186
|
"endpointdiscovery": {}
|
84965
85187
|
},
|
85188
|
+
"UpdateKinesisStreamingDestination": {
|
85189
|
+
"input": {
|
85190
|
+
"type": "structure",
|
85191
|
+
"required": [
|
85192
|
+
"TableName",
|
85193
|
+
"StreamArn"
|
85194
|
+
],
|
85195
|
+
"members": {
|
85196
|
+
"TableName": {},
|
85197
|
+
"StreamArn": {},
|
85198
|
+
"UpdateKinesisStreamingConfiguration": {
|
85199
|
+
"shape": "Say"
|
85200
|
+
}
|
85201
|
+
}
|
85202
|
+
},
|
85203
|
+
"output": {
|
85204
|
+
"type": "structure",
|
85205
|
+
"members": {
|
85206
|
+
"TableName": {},
|
85207
|
+
"StreamArn": {},
|
85208
|
+
"DestinationStatus": {},
|
85209
|
+
"UpdateKinesisStreamingConfiguration": {
|
85210
|
+
"shape": "Say"
|
85211
|
+
}
|
85212
|
+
}
|
85213
|
+
},
|
85214
|
+
"endpointdiscovery": {}
|
85215
|
+
},
|
84966
85216
|
"UpdateTable": {
|
84967
85217
|
"input": {
|
84968
85218
|
"type": "structure",
|
@@ -85051,7 +85301,7 @@ module.exports={
|
|
85051
85301
|
"shape": "S2c"
|
85052
85302
|
},
|
85053
85303
|
"GlobalSecondaryIndexes": {
|
85054
|
-
"shape": "
|
85304
|
+
"shape": "Sb9"
|
85055
85305
|
},
|
85056
85306
|
"TableClassOverride": {}
|
85057
85307
|
}
|
@@ -85068,7 +85318,7 @@ module.exports={
|
|
85068
85318
|
"shape": "S2c"
|
85069
85319
|
},
|
85070
85320
|
"GlobalSecondaryIndexes": {
|
85071
|
-
"shape": "
|
85321
|
+
"shape": "Sb9"
|
85072
85322
|
},
|
85073
85323
|
"TableClassOverride": {}
|
85074
85324
|
}
|
@@ -85115,14 +85365,14 @@ module.exports={
|
|
85115
85365
|
"members": {
|
85116
85366
|
"IndexName": {},
|
85117
85367
|
"ProvisionedWriteCapacityAutoScalingUpdate": {
|
85118
|
-
"shape": "
|
85368
|
+
"shape": "Sah"
|
85119
85369
|
}
|
85120
85370
|
}
|
85121
85371
|
}
|
85122
85372
|
},
|
85123
85373
|
"TableName": {},
|
85124
85374
|
"ProvisionedWriteCapacityAutoScalingUpdate": {
|
85125
|
-
"shape": "
|
85375
|
+
"shape": "Sah"
|
85126
85376
|
},
|
85127
85377
|
"ReplicaUpdates": {
|
85128
85378
|
"type": "list",
|
@@ -85140,13 +85390,13 @@ module.exports={
|
|
85140
85390
|
"members": {
|
85141
85391
|
"IndexName": {},
|
85142
85392
|
"ProvisionedReadCapacityAutoScalingUpdate": {
|
85143
|
-
"shape": "
|
85393
|
+
"shape": "Sah"
|
85144
85394
|
}
|
85145
85395
|
}
|
85146
85396
|
}
|
85147
85397
|
},
|
85148
85398
|
"ReplicaProvisionedReadCapacityAutoScalingUpdate": {
|
85149
|
-
"shape": "
|
85399
|
+
"shape": "Sah"
|
85150
85400
|
}
|
85151
85401
|
}
|
85152
85402
|
}
|
@@ -85157,7 +85407,7 @@ module.exports={
|
|
85157
85407
|
"type": "structure",
|
85158
85408
|
"members": {
|
85159
85409
|
"TableAutoScalingDescription": {
|
85160
|
-
"shape": "
|
85410
|
+
"shape": "S7d"
|
85161
85411
|
}
|
85162
85412
|
}
|
85163
85413
|
}
|
@@ -85172,7 +85422,7 @@ module.exports={
|
|
85172
85422
|
"members": {
|
85173
85423
|
"TableName": {},
|
85174
85424
|
"TimeToLiveSpecification": {
|
85175
|
-
"shape": "
|
85425
|
+
"shape": "Sbn"
|
85176
85426
|
}
|
85177
85427
|
}
|
85178
85428
|
},
|
@@ -85180,7 +85430,7 @@ module.exports={
|
|
85180
85430
|
"type": "structure",
|
85181
85431
|
"members": {
|
85182
85432
|
"TimeToLiveSpecification": {
|
85183
|
-
"shape": "
|
85433
|
+
"shape": "Sbn"
|
85184
85434
|
}
|
85185
85435
|
}
|
85186
85436
|
},
|
@@ -86202,7 +86452,7 @@ module.exports={
|
|
86202
86452
|
}
|
86203
86453
|
}
|
86204
86454
|
},
|
86205
|
-
"
|
86455
|
+
"S7d": {
|
86206
86456
|
"type": "structure",
|
86207
86457
|
"members": {
|
86208
86458
|
"TableName": {},
|
@@ -86241,7 +86491,7 @@ module.exports={
|
|
86241
86491
|
}
|
86242
86492
|
}
|
86243
86493
|
},
|
86244
|
-
"
|
86494
|
+
"S7k": {
|
86245
86495
|
"type": "structure",
|
86246
86496
|
"required": [
|
86247
86497
|
"TableName",
|
@@ -86249,18 +86499,30 @@ module.exports={
|
|
86249
86499
|
],
|
86250
86500
|
"members": {
|
86251
86501
|
"TableName": {},
|
86252
|
-
"StreamArn": {}
|
86502
|
+
"StreamArn": {},
|
86503
|
+
"EnableKinesisStreamingConfiguration": {
|
86504
|
+
"shape": "S7l"
|
86505
|
+
}
|
86253
86506
|
}
|
86254
86507
|
},
|
86255
|
-
"
|
86508
|
+
"S7l": {
|
86509
|
+
"type": "structure",
|
86510
|
+
"members": {
|
86511
|
+
"ApproximateCreationDateTimePrecision": {}
|
86512
|
+
}
|
86513
|
+
},
|
86514
|
+
"S7m": {
|
86256
86515
|
"type": "structure",
|
86257
86516
|
"members": {
|
86258
86517
|
"TableName": {},
|
86259
86518
|
"StreamArn": {},
|
86260
|
-
"DestinationStatus": {}
|
86519
|
+
"DestinationStatus": {},
|
86520
|
+
"EnableKinesisStreamingConfiguration": {
|
86521
|
+
"shape": "S7l"
|
86522
|
+
}
|
86261
86523
|
}
|
86262
86524
|
},
|
86263
|
-
"
|
86525
|
+
"S7w": {
|
86264
86526
|
"type": "list",
|
86265
86527
|
"member": {
|
86266
86528
|
"type": "structure",
|
@@ -86271,7 +86533,7 @@ module.exports={
|
|
86271
86533
|
}
|
86272
86534
|
}
|
86273
86535
|
},
|
86274
|
-
"
|
86536
|
+
"S9a": {
|
86275
86537
|
"type": "structure",
|
86276
86538
|
"required": [
|
86277
86539
|
"ComparisonOperator"
|
@@ -86283,14 +86545,14 @@ module.exports={
|
|
86283
86545
|
"ComparisonOperator": {}
|
86284
86546
|
}
|
86285
86547
|
},
|
86286
|
-
"
|
86548
|
+
"S9b": {
|
86287
86549
|
"type": "map",
|
86288
86550
|
"key": {},
|
86289
86551
|
"value": {
|
86290
|
-
"shape": "
|
86552
|
+
"shape": "S9a"
|
86291
86553
|
}
|
86292
86554
|
},
|
86293
|
-
"
|
86555
|
+
"Sah": {
|
86294
86556
|
"type": "structure",
|
86295
86557
|
"members": {
|
86296
86558
|
"MinimumUnits": {
|
@@ -86334,7 +86596,13 @@ module.exports={
|
|
86334
86596
|
}
|
86335
86597
|
}
|
86336
86598
|
},
|
86337
|
-
"
|
86599
|
+
"Say": {
|
86600
|
+
"type": "structure",
|
86601
|
+
"members": {
|
86602
|
+
"ApproximateCreationDateTimePrecision": {}
|
86603
|
+
}
|
86604
|
+
},
|
86605
|
+
"Sb9": {
|
86338
86606
|
"type": "list",
|
86339
86607
|
"member": {
|
86340
86608
|
"type": "structure",
|
@@ -86349,7 +86617,7 @@ module.exports={
|
|
86349
86617
|
}
|
86350
86618
|
}
|
86351
86619
|
},
|
86352
|
-
"
|
86620
|
+
"Sbn": {
|
86353
86621
|
"type": "structure",
|
86354
86622
|
"required": [
|
86355
86623
|
"Enabled",
|
@@ -271694,7 +271962,7 @@ AWS.util.update(AWS, {
|
|
271694
271962
|
/**
|
271695
271963
|
* @constant
|
271696
271964
|
*/
|
271697
|
-
VERSION: '2.
|
271965
|
+
VERSION: '2.1540.0',
|
271698
271966
|
|
271699
271967
|
/**
|
271700
271968
|
* @api private
|
@@ -293918,7 +294186,7 @@ var LRUCache = /** @class */ (function () {
|
|
293918
294186
|
}());
|
293919
294187
|
exports.LRUCache = LRUCache;
|
293920
294188
|
},{}],467:[function(require,module,exports){
|
293921
|
-
// AWS SDK for JavaScript v2.
|
294189
|
+
// AWS SDK for JavaScript v2.1540.0
|
293922
294190
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
293923
294191
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
293924
294192
|
require('./browser_loader');
|