aws-sdk 2.1539.0 → 2.1541.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/apis/athena-2017-05-18.min.json +1 -1
- package/apis/codebuild-2016-10-06.min.json +335 -119
- package/apis/codebuild-2016-10-06.paginators.json +5 -0
- package/apis/connectcases-2022-10-03.min.json +145 -30
- package/apis/connectcases-2022-10-03.paginators.json +5 -0
- package/apis/dynamodb-2012-08-10.min.json +83 -36
- package/apis/ecs-2014-11-13.min.json +172 -145
- package/clients/athena.d.ts +9 -5
- package/clients/cloud9.d.ts +1 -1
- package/clients/codebuild.d.ts +287 -2
- package/clients/connectcases.d.ts +122 -5
- package/clients/dynamodb.d.ts +68 -3
- package/clients/ec2.d.ts +21 -21
- package/clients/ecs.d.ts +36 -0
- package/clients/organizations.d.ts +4 -4
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +8 -8
- package/dist/aws-sdk.js +599 -304
- package/dist/aws-sdk.min.js +104 -104
- package/lib/core.js +1 -1
- package/lib/dynamodb/document_client.d.ts +60 -3
- package/package.json +1 -1
package/dist/aws-sdk.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
// AWS SDK for JavaScript v2.
|
1
|
+
// AWS SDK for JavaScript v2.1541.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",
|
@@ -125576,7 +125844,7 @@ module.exports={
|
|
125576
125844
|
"shape": "S1u"
|
125577
125845
|
},
|
125578
125846
|
"volumeConfigurations": {
|
125579
|
-
"shape": "
|
125847
|
+
"shape": "S29"
|
125580
125848
|
}
|
125581
125849
|
}
|
125582
125850
|
},
|
@@ -125584,7 +125852,7 @@ module.exports={
|
|
125584
125852
|
"type": "structure",
|
125585
125853
|
"members": {
|
125586
125854
|
"service": {
|
125587
|
-
"shape": "
|
125855
|
+
"shape": "S2n"
|
125588
125856
|
}
|
125589
125857
|
}
|
125590
125858
|
}
|
@@ -125617,7 +125885,7 @@ module.exports={
|
|
125617
125885
|
},
|
125618
125886
|
"platformVersion": {},
|
125619
125887
|
"scale": {
|
125620
|
-
"shape": "
|
125888
|
+
"shape": "S2r"
|
125621
125889
|
},
|
125622
125890
|
"clientToken": {},
|
125623
125891
|
"tags": {
|
@@ -125629,7 +125897,7 @@ module.exports={
|
|
125629
125897
|
"type": "structure",
|
125630
125898
|
"members": {
|
125631
125899
|
"taskSet": {
|
125632
|
-
"shape": "
|
125900
|
+
"shape": "S2p"
|
125633
125901
|
}
|
125634
125902
|
}
|
125635
125903
|
}
|
@@ -125649,7 +125917,7 @@ module.exports={
|
|
125649
125917
|
"type": "structure",
|
125650
125918
|
"members": {
|
125651
125919
|
"setting": {
|
125652
|
-
"shape": "
|
125920
|
+
"shape": "S37"
|
125653
125921
|
}
|
125654
125922
|
}
|
125655
125923
|
}
|
@@ -125663,7 +125931,7 @@ module.exports={
|
|
125663
125931
|
"members": {
|
125664
125932
|
"cluster": {},
|
125665
125933
|
"attributes": {
|
125666
|
-
"shape": "
|
125934
|
+
"shape": "S3a"
|
125667
125935
|
}
|
125668
125936
|
}
|
125669
125937
|
},
|
@@ -125671,7 +125939,7 @@ module.exports={
|
|
125671
125939
|
"type": "structure",
|
125672
125940
|
"members": {
|
125673
125941
|
"attributes": {
|
125674
|
-
"shape": "
|
125942
|
+
"shape": "S3a"
|
125675
125943
|
}
|
125676
125944
|
}
|
125677
125945
|
}
|
@@ -125732,7 +126000,7 @@ module.exports={
|
|
125732
126000
|
"type": "structure",
|
125733
126001
|
"members": {
|
125734
126002
|
"service": {
|
125735
|
-
"shape": "
|
126003
|
+
"shape": "S2n"
|
125736
126004
|
}
|
125737
126005
|
}
|
125738
126006
|
}
|
@@ -125755,11 +126023,11 @@ module.exports={
|
|
125755
126023
|
"taskDefinitions": {
|
125756
126024
|
"type": "list",
|
125757
126025
|
"member": {
|
125758
|
-
"shape": "
|
126026
|
+
"shape": "S3n"
|
125759
126027
|
}
|
125760
126028
|
},
|
125761
126029
|
"failures": {
|
125762
|
-
"shape": "
|
126030
|
+
"shape": "S5o"
|
125763
126031
|
}
|
125764
126032
|
}
|
125765
126033
|
}
|
@@ -125785,7 +126053,7 @@ module.exports={
|
|
125785
126053
|
"type": "structure",
|
125786
126054
|
"members": {
|
125787
126055
|
"taskSet": {
|
125788
|
-
"shape": "
|
126056
|
+
"shape": "S2p"
|
125789
126057
|
}
|
125790
126058
|
}
|
125791
126059
|
}
|
@@ -125808,7 +126076,7 @@ module.exports={
|
|
125808
126076
|
"type": "structure",
|
125809
126077
|
"members": {
|
125810
126078
|
"containerInstance": {
|
125811
|
-
"shape": "
|
126079
|
+
"shape": "S5u"
|
125812
126080
|
}
|
125813
126081
|
}
|
125814
126082
|
}
|
@@ -125827,7 +126095,7 @@ module.exports={
|
|
125827
126095
|
"type": "structure",
|
125828
126096
|
"members": {
|
125829
126097
|
"taskDefinition": {
|
125830
|
-
"shape": "
|
126098
|
+
"shape": "S3n"
|
125831
126099
|
}
|
125832
126100
|
}
|
125833
126101
|
}
|
@@ -125859,7 +126127,7 @@ module.exports={
|
|
125859
126127
|
}
|
125860
126128
|
},
|
125861
126129
|
"failures": {
|
125862
|
-
"shape": "
|
126130
|
+
"shape": "S5o"
|
125863
126131
|
},
|
125864
126132
|
"nextToken": {}
|
125865
126133
|
}
|
@@ -125888,7 +126156,7 @@ module.exports={
|
|
125888
126156
|
}
|
125889
126157
|
},
|
125890
126158
|
"failures": {
|
125891
|
-
"shape": "
|
126159
|
+
"shape": "S5o"
|
125892
126160
|
}
|
125893
126161
|
}
|
125894
126162
|
}
|
@@ -125914,10 +126182,10 @@ module.exports={
|
|
125914
126182
|
"type": "structure",
|
125915
126183
|
"members": {
|
125916
126184
|
"containerInstances": {
|
125917
|
-
"shape": "
|
126185
|
+
"shape": "S6l"
|
125918
126186
|
},
|
125919
126187
|
"failures": {
|
125920
|
-
"shape": "
|
126188
|
+
"shape": "S5o"
|
125921
126189
|
}
|
125922
126190
|
}
|
125923
126191
|
}
|
@@ -125945,11 +126213,11 @@ module.exports={
|
|
125945
126213
|
"services": {
|
125946
126214
|
"type": "list",
|
125947
126215
|
"member": {
|
125948
|
-
"shape": "
|
126216
|
+
"shape": "S2n"
|
125949
126217
|
}
|
125950
126218
|
},
|
125951
126219
|
"failures": {
|
125952
|
-
"shape": "
|
126220
|
+
"shape": "S5o"
|
125953
126221
|
}
|
125954
126222
|
}
|
125955
126223
|
}
|
@@ -125972,7 +126240,7 @@ module.exports={
|
|
125972
126240
|
"type": "structure",
|
125973
126241
|
"members": {
|
125974
126242
|
"taskDefinition": {
|
125975
|
-
"shape": "
|
126243
|
+
"shape": "S3n"
|
125976
126244
|
},
|
125977
126245
|
"tags": {
|
125978
126246
|
"shape": "Sb"
|
@@ -126003,10 +126271,10 @@ module.exports={
|
|
126003
126271
|
"type": "structure",
|
126004
126272
|
"members": {
|
126005
126273
|
"taskSets": {
|
126006
|
-
"shape": "
|
126274
|
+
"shape": "S2o"
|
126007
126275
|
},
|
126008
126276
|
"failures": {
|
126009
|
-
"shape": "
|
126277
|
+
"shape": "S5o"
|
126010
126278
|
}
|
126011
126279
|
}
|
126012
126280
|
}
|
@@ -126032,10 +126300,10 @@ module.exports={
|
|
126032
126300
|
"type": "structure",
|
126033
126301
|
"members": {
|
126034
126302
|
"tasks": {
|
126035
|
-
"shape": "
|
126303
|
+
"shape": "S73"
|
126036
126304
|
},
|
126037
126305
|
"failures": {
|
126038
|
-
"shape": "
|
126306
|
+
"shape": "S5o"
|
126039
126307
|
}
|
126040
126308
|
}
|
126041
126309
|
}
|
@@ -126116,10 +126384,10 @@ module.exports={
|
|
126116
126384
|
"type": "structure",
|
126117
126385
|
"members": {
|
126118
126386
|
"protectedTasks": {
|
126119
|
-
"shape": "
|
126387
|
+
"shape": "S7v"
|
126120
126388
|
},
|
126121
126389
|
"failures": {
|
126122
|
-
"shape": "
|
126390
|
+
"shape": "S5o"
|
126123
126391
|
}
|
126124
126392
|
}
|
126125
126393
|
}
|
@@ -126146,7 +126414,7 @@ module.exports={
|
|
126146
126414
|
"settings": {
|
126147
126415
|
"type": "list",
|
126148
126416
|
"member": {
|
126149
|
-
"shape": "
|
126417
|
+
"shape": "S37"
|
126150
126418
|
}
|
126151
126419
|
},
|
126152
126420
|
"nextToken": {}
|
@@ -126174,7 +126442,7 @@ module.exports={
|
|
126174
126442
|
"type": "structure",
|
126175
126443
|
"members": {
|
126176
126444
|
"attributes": {
|
126177
|
-
"shape": "
|
126445
|
+
"shape": "S3a"
|
126178
126446
|
},
|
126179
126447
|
"nextToken": {}
|
126180
126448
|
}
|
@@ -126378,7 +126646,7 @@ module.exports={
|
|
126378
126646
|
"type": "structure",
|
126379
126647
|
"members": {
|
126380
126648
|
"setting": {
|
126381
|
-
"shape": "
|
126649
|
+
"shape": "S37"
|
126382
126650
|
}
|
126383
126651
|
}
|
126384
126652
|
}
|
@@ -126399,7 +126667,7 @@ module.exports={
|
|
126399
126667
|
"type": "structure",
|
126400
126668
|
"members": {
|
126401
126669
|
"setting": {
|
126402
|
-
"shape": "
|
126670
|
+
"shape": "S37"
|
126403
126671
|
}
|
126404
126672
|
}
|
126405
126673
|
}
|
@@ -126413,7 +126681,7 @@ module.exports={
|
|
126413
126681
|
"members": {
|
126414
126682
|
"cluster": {},
|
126415
126683
|
"attributes": {
|
126416
|
-
"shape": "
|
126684
|
+
"shape": "S3a"
|
126417
126685
|
}
|
126418
126686
|
}
|
126419
126687
|
},
|
@@ -126421,7 +126689,7 @@ module.exports={
|
|
126421
126689
|
"type": "structure",
|
126422
126690
|
"members": {
|
126423
126691
|
"attributes": {
|
126424
|
-
"shape": "
|
126692
|
+
"shape": "S3a"
|
126425
126693
|
}
|
126426
126694
|
}
|
126427
126695
|
}
|
@@ -126461,14 +126729,14 @@ module.exports={
|
|
126461
126729
|
"instanceIdentityDocument": {},
|
126462
126730
|
"instanceIdentityDocumentSignature": {},
|
126463
126731
|
"totalResources": {
|
126464
|
-
"shape": "
|
126732
|
+
"shape": "S5x"
|
126465
126733
|
},
|
126466
126734
|
"versionInfo": {
|
126467
|
-
"shape": "
|
126735
|
+
"shape": "S5w"
|
126468
126736
|
},
|
126469
126737
|
"containerInstanceArn": {},
|
126470
126738
|
"attributes": {
|
126471
|
-
"shape": "
|
126739
|
+
"shape": "S3a"
|
126472
126740
|
},
|
126473
126741
|
"platformDevices": {
|
126474
126742
|
"type": "list",
|
@@ -126493,7 +126761,7 @@ module.exports={
|
|
126493
126761
|
"type": "structure",
|
126494
126762
|
"members": {
|
126495
126763
|
"containerInstance": {
|
126496
|
-
"shape": "
|
126764
|
+
"shape": "S5u"
|
126497
126765
|
}
|
126498
126766
|
}
|
126499
126767
|
}
|
@@ -126511,16 +126779,16 @@ module.exports={
|
|
126511
126779
|
"executionRoleArn": {},
|
126512
126780
|
"networkMode": {},
|
126513
126781
|
"containerDefinitions": {
|
126514
|
-
"shape": "
|
126782
|
+
"shape": "S3o"
|
126515
126783
|
},
|
126516
126784
|
"volumes": {
|
126517
|
-
"shape": "
|
126785
|
+
"shape": "S4u"
|
126518
126786
|
},
|
126519
126787
|
"placementConstraints": {
|
126520
|
-
"shape": "
|
126788
|
+
"shape": "S58"
|
126521
126789
|
},
|
126522
126790
|
"requiresCompatibilities": {
|
126523
|
-
"shape": "
|
126791
|
+
"shape": "S5b"
|
126524
126792
|
},
|
126525
126793
|
"cpu": {},
|
126526
126794
|
"memory": {},
|
@@ -126530,16 +126798,16 @@ module.exports={
|
|
126530
126798
|
"pidMode": {},
|
126531
126799
|
"ipcMode": {},
|
126532
126800
|
"proxyConfiguration": {
|
126533
|
-
"shape": "
|
126801
|
+
"shape": "S5k"
|
126534
126802
|
},
|
126535
126803
|
"inferenceAccelerators": {
|
126536
|
-
"shape": "
|
126804
|
+
"shape": "S5g"
|
126537
126805
|
},
|
126538
126806
|
"ephemeralStorage": {
|
126539
|
-
"shape": "
|
126807
|
+
"shape": "S5n"
|
126540
126808
|
},
|
126541
126809
|
"runtimePlatform": {
|
126542
|
-
"shape": "
|
126810
|
+
"shape": "S5d"
|
126543
126811
|
}
|
126544
126812
|
}
|
126545
126813
|
},
|
@@ -126547,7 +126815,7 @@ module.exports={
|
|
126547
126815
|
"type": "structure",
|
126548
126816
|
"members": {
|
126549
126817
|
"taskDefinition": {
|
126550
|
-
"shape": "
|
126818
|
+
"shape": "S3n"
|
126551
126819
|
},
|
126552
126820
|
"tags": {
|
126553
126821
|
"shape": "Sb"
|
@@ -126581,7 +126849,7 @@ module.exports={
|
|
126581
126849
|
"shape": "S1n"
|
126582
126850
|
},
|
126583
126851
|
"overrides": {
|
126584
|
-
"shape": "
|
126852
|
+
"shape": "S7h"
|
126585
126853
|
},
|
126586
126854
|
"placementConstraints": {
|
126587
126855
|
"shape": "S1h"
|
@@ -126601,7 +126869,7 @@ module.exports={
|
|
126601
126869
|
"idempotencyToken": true
|
126602
126870
|
},
|
126603
126871
|
"volumeConfigurations": {
|
126604
|
-
"shape": "
|
126872
|
+
"shape": "S92"
|
126605
126873
|
}
|
126606
126874
|
}
|
126607
126875
|
},
|
@@ -126609,10 +126877,10 @@ module.exports={
|
|
126609
126877
|
"type": "structure",
|
126610
126878
|
"members": {
|
126611
126879
|
"tasks": {
|
126612
|
-
"shape": "
|
126880
|
+
"shape": "S73"
|
126613
126881
|
},
|
126614
126882
|
"failures": {
|
126615
|
-
"shape": "
|
126883
|
+
"shape": "S5o"
|
126616
126884
|
}
|
126617
126885
|
}
|
126618
126886
|
}
|
@@ -126640,7 +126908,7 @@ module.exports={
|
|
126640
126908
|
"shape": "S1n"
|
126641
126909
|
},
|
126642
126910
|
"overrides": {
|
126643
|
-
"shape": "
|
126911
|
+
"shape": "S7h"
|
126644
126912
|
},
|
126645
126913
|
"propagateTags": {},
|
126646
126914
|
"referenceId": {},
|
@@ -126650,7 +126918,7 @@ module.exports={
|
|
126650
126918
|
},
|
126651
126919
|
"taskDefinition": {},
|
126652
126920
|
"volumeConfigurations": {
|
126653
|
-
"shape": "
|
126921
|
+
"shape": "S92"
|
126654
126922
|
}
|
126655
126923
|
}
|
126656
126924
|
},
|
@@ -126658,10 +126926,10 @@ module.exports={
|
|
126658
126926
|
"type": "structure",
|
126659
126927
|
"members": {
|
126660
126928
|
"tasks": {
|
126661
|
-
"shape": "
|
126929
|
+
"shape": "S73"
|
126662
126930
|
},
|
126663
126931
|
"failures": {
|
126664
|
-
"shape": "
|
126932
|
+
"shape": "S5o"
|
126665
126933
|
}
|
126666
126934
|
}
|
126667
126935
|
}
|
@@ -126682,7 +126950,7 @@ module.exports={
|
|
126682
126950
|
"type": "structure",
|
126683
126951
|
"members": {
|
126684
126952
|
"task": {
|
126685
|
-
"shape": "
|
126953
|
+
"shape": "S74"
|
126686
126954
|
}
|
126687
126955
|
}
|
126688
126956
|
}
|
@@ -126696,7 +126964,7 @@ module.exports={
|
|
126696
126964
|
"members": {
|
126697
126965
|
"cluster": {},
|
126698
126966
|
"attachments": {
|
126699
|
-
"shape": "
|
126967
|
+
"shape": "S9c"
|
126700
126968
|
}
|
126701
126969
|
}
|
126702
126970
|
},
|
@@ -126721,7 +126989,7 @@ module.exports={
|
|
126721
126989
|
},
|
126722
126990
|
"reason": {},
|
126723
126991
|
"networkBindings": {
|
126724
|
-
"shape": "
|
126992
|
+
"shape": "S78"
|
126725
126993
|
}
|
126726
126994
|
}
|
126727
126995
|
},
|
@@ -126752,7 +127020,7 @@ module.exports={
|
|
126752
127020
|
"type": "integer"
|
126753
127021
|
},
|
126754
127022
|
"networkBindings": {
|
126755
|
-
"shape": "
|
127023
|
+
"shape": "S78"
|
126756
127024
|
},
|
126757
127025
|
"reason": {},
|
126758
127026
|
"status": {}
|
@@ -126760,7 +127028,7 @@ module.exports={
|
|
126760
127028
|
}
|
126761
127029
|
},
|
126762
127030
|
"attachments": {
|
126763
|
-
"shape": "
|
127031
|
+
"shape": "S9c"
|
126764
127032
|
},
|
126765
127033
|
"managedAgents": {
|
126766
127034
|
"type": "list",
|
@@ -126932,7 +127200,7 @@ module.exports={
|
|
126932
127200
|
"type": "structure",
|
126933
127201
|
"members": {
|
126934
127202
|
"containerInstance": {
|
126935
|
-
"shape": "
|
127203
|
+
"shape": "S5u"
|
126936
127204
|
}
|
126937
127205
|
}
|
126938
127206
|
}
|
@@ -126956,10 +127224,10 @@ module.exports={
|
|
126956
127224
|
"type": "structure",
|
126957
127225
|
"members": {
|
126958
127226
|
"containerInstances": {
|
126959
|
-
"shape": "
|
127227
|
+
"shape": "S6l"
|
126960
127228
|
},
|
126961
127229
|
"failures": {
|
126962
|
-
"shape": "
|
127230
|
+
"shape": "S5o"
|
126963
127231
|
}
|
126964
127232
|
}
|
126965
127233
|
}
|
@@ -127016,7 +127284,7 @@ module.exports={
|
|
127016
127284
|
"shape": "S1u"
|
127017
127285
|
},
|
127018
127286
|
"volumeConfigurations": {
|
127019
|
-
"shape": "
|
127287
|
+
"shape": "S29"
|
127020
127288
|
}
|
127021
127289
|
}
|
127022
127290
|
},
|
@@ -127024,7 +127292,7 @@ module.exports={
|
|
127024
127292
|
"type": "structure",
|
127025
127293
|
"members": {
|
127026
127294
|
"service": {
|
127027
|
-
"shape": "
|
127295
|
+
"shape": "S2n"
|
127028
127296
|
}
|
127029
127297
|
}
|
127030
127298
|
}
|
@@ -127047,7 +127315,7 @@ module.exports={
|
|
127047
127315
|
"type": "structure",
|
127048
127316
|
"members": {
|
127049
127317
|
"taskSet": {
|
127050
|
-
"shape": "
|
127318
|
+
"shape": "S2p"
|
127051
127319
|
}
|
127052
127320
|
}
|
127053
127321
|
}
|
@@ -127077,10 +127345,10 @@ module.exports={
|
|
127077
127345
|
"type": "structure",
|
127078
127346
|
"members": {
|
127079
127347
|
"protectedTasks": {
|
127080
|
-
"shape": "
|
127348
|
+
"shape": "S7v"
|
127081
127349
|
},
|
127082
127350
|
"failures": {
|
127083
|
-
"shape": "
|
127351
|
+
"shape": "S5o"
|
127084
127352
|
}
|
127085
127353
|
}
|
127086
127354
|
}
|
@@ -127099,7 +127367,7 @@ module.exports={
|
|
127099
127367
|
"service": {},
|
127100
127368
|
"taskSet": {},
|
127101
127369
|
"scale": {
|
127102
|
-
"shape": "
|
127370
|
+
"shape": "S2r"
|
127103
127371
|
}
|
127104
127372
|
}
|
127105
127373
|
},
|
@@ -127107,7 +127375,7 @@ module.exports={
|
|
127107
127375
|
"type": "structure",
|
127108
127376
|
"members": {
|
127109
127377
|
"taskSet": {
|
127110
|
-
"shape": "
|
127378
|
+
"shape": "S2p"
|
127111
127379
|
}
|
127112
127380
|
}
|
127113
127381
|
}
|
@@ -127475,16 +127743,43 @@ module.exports={
|
|
127475
127743
|
},
|
127476
127744
|
"ingressPortOverride": {
|
127477
127745
|
"type": "integer"
|
127746
|
+
},
|
127747
|
+
"timeout": {
|
127748
|
+
"type": "structure",
|
127749
|
+
"members": {
|
127750
|
+
"idleTimeoutSeconds": {
|
127751
|
+
"type": "integer"
|
127752
|
+
},
|
127753
|
+
"perRequestTimeoutSeconds": {
|
127754
|
+
"type": "integer"
|
127755
|
+
}
|
127756
|
+
}
|
127757
|
+
},
|
127758
|
+
"tls": {
|
127759
|
+
"type": "structure",
|
127760
|
+
"required": [
|
127761
|
+
"issuerCertificateAuthority"
|
127762
|
+
],
|
127763
|
+
"members": {
|
127764
|
+
"issuerCertificateAuthority": {
|
127765
|
+
"type": "structure",
|
127766
|
+
"members": {
|
127767
|
+
"awsPcaAuthorityArn": {}
|
127768
|
+
}
|
127769
|
+
},
|
127770
|
+
"kmsKey": {},
|
127771
|
+
"roleArn": {}
|
127772
|
+
}
|
127478
127773
|
}
|
127479
127774
|
}
|
127480
127775
|
}
|
127481
127776
|
},
|
127482
127777
|
"logConfiguration": {
|
127483
|
-
"shape": "
|
127778
|
+
"shape": "S24"
|
127484
127779
|
}
|
127485
127780
|
}
|
127486
127781
|
},
|
127487
|
-
"
|
127782
|
+
"S24": {
|
127488
127783
|
"type": "structure",
|
127489
127784
|
"required": [
|
127490
127785
|
"logDriver"
|
@@ -127497,11 +127792,11 @@ module.exports={
|
|
127497
127792
|
"value": {}
|
127498
127793
|
},
|
127499
127794
|
"secretOptions": {
|
127500
|
-
"shape": "
|
127795
|
+
"shape": "S27"
|
127501
127796
|
}
|
127502
127797
|
}
|
127503
127798
|
},
|
127504
|
-
"
|
127799
|
+
"S27": {
|
127505
127800
|
"type": "list",
|
127506
127801
|
"member": {
|
127507
127802
|
"type": "structure",
|
@@ -127515,7 +127810,7 @@ module.exports={
|
|
127515
127810
|
}
|
127516
127811
|
}
|
127517
127812
|
},
|
127518
|
-
"
|
127813
|
+
"S29": {
|
127519
127814
|
"type": "list",
|
127520
127815
|
"member": {
|
127521
127816
|
"type": "structure",
|
@@ -127546,7 +127841,7 @@ module.exports={
|
|
127546
127841
|
"type": "integer"
|
127547
127842
|
},
|
127548
127843
|
"tagSpecifications": {
|
127549
|
-
"shape": "
|
127844
|
+
"shape": "S2h"
|
127550
127845
|
},
|
127551
127846
|
"roleArn": {},
|
127552
127847
|
"filesystemType": {}
|
@@ -127555,7 +127850,7 @@ module.exports={
|
|
127555
127850
|
}
|
127556
127851
|
}
|
127557
127852
|
},
|
127558
|
-
"
|
127853
|
+
"S2h": {
|
127559
127854
|
"type": "list",
|
127560
127855
|
"member": {
|
127561
127856
|
"type": "structure",
|
@@ -127571,7 +127866,7 @@ module.exports={
|
|
127571
127866
|
}
|
127572
127867
|
}
|
127573
127868
|
},
|
127574
|
-
"
|
127869
|
+
"S2n": {
|
127575
127870
|
"type": "structure",
|
127576
127871
|
"members": {
|
127577
127872
|
"serviceArn": {},
|
@@ -127604,7 +127899,7 @@ module.exports={
|
|
127604
127899
|
"shape": "S1e"
|
127605
127900
|
},
|
127606
127901
|
"taskSets": {
|
127607
|
-
"shape": "
|
127902
|
+
"shape": "S2o"
|
127608
127903
|
},
|
127609
127904
|
"deployments": {
|
127610
127905
|
"type": "list",
|
@@ -127657,7 +127952,7 @@ module.exports={
|
|
127657
127952
|
}
|
127658
127953
|
},
|
127659
127954
|
"volumeConfigurations": {
|
127660
|
-
"shape": "
|
127955
|
+
"shape": "S29"
|
127661
127956
|
}
|
127662
127957
|
}
|
127663
127958
|
}
|
@@ -127708,13 +128003,13 @@ module.exports={
|
|
127708
128003
|
}
|
127709
128004
|
}
|
127710
128005
|
},
|
127711
|
-
"
|
128006
|
+
"S2o": {
|
127712
128007
|
"type": "list",
|
127713
128008
|
"member": {
|
127714
|
-
"shape": "
|
128009
|
+
"shape": "S2p"
|
127715
128010
|
}
|
127716
128011
|
},
|
127717
|
-
"
|
128012
|
+
"S2p": {
|
127718
128013
|
"type": "structure",
|
127719
128014
|
"members": {
|
127720
128015
|
"id": {},
|
@@ -127756,7 +128051,7 @@ module.exports={
|
|
127756
128051
|
"shape": "S1b"
|
127757
128052
|
},
|
127758
128053
|
"scale": {
|
127759
|
-
"shape": "
|
128054
|
+
"shape": "S2r"
|
127760
128055
|
},
|
127761
128056
|
"stabilityStatus": {},
|
127762
128057
|
"stabilityStatusAt": {
|
@@ -127767,7 +128062,7 @@ module.exports={
|
|
127767
128062
|
}
|
127768
128063
|
}
|
127769
128064
|
},
|
127770
|
-
"
|
128065
|
+
"S2r": {
|
127771
128066
|
"type": "structure",
|
127772
128067
|
"members": {
|
127773
128068
|
"value": {
|
@@ -127776,7 +128071,7 @@ module.exports={
|
|
127776
128071
|
"unit": {}
|
127777
128072
|
}
|
127778
128073
|
},
|
127779
|
-
"
|
128074
|
+
"S37": {
|
127780
128075
|
"type": "structure",
|
127781
128076
|
"members": {
|
127782
128077
|
"name": {},
|
@@ -127785,13 +128080,13 @@ module.exports={
|
|
127785
128080
|
"type": {}
|
127786
128081
|
}
|
127787
128082
|
},
|
127788
|
-
"
|
128083
|
+
"S3a": {
|
127789
128084
|
"type": "list",
|
127790
128085
|
"member": {
|
127791
|
-
"shape": "
|
128086
|
+
"shape": "S3b"
|
127792
128087
|
}
|
127793
128088
|
},
|
127794
|
-
"
|
128089
|
+
"S3b": {
|
127795
128090
|
"type": "structure",
|
127796
128091
|
"required": [
|
127797
128092
|
"name"
|
@@ -127803,12 +128098,12 @@ module.exports={
|
|
127803
128098
|
"targetId": {}
|
127804
128099
|
}
|
127805
128100
|
},
|
127806
|
-
"
|
128101
|
+
"S3n": {
|
127807
128102
|
"type": "structure",
|
127808
128103
|
"members": {
|
127809
128104
|
"taskDefinitionArn": {},
|
127810
128105
|
"containerDefinitions": {
|
127811
|
-
"shape": "
|
128106
|
+
"shape": "S3o"
|
127812
128107
|
},
|
127813
128108
|
"family": {},
|
127814
128109
|
"taskRoleArn": {},
|
@@ -127818,36 +128113,36 @@ module.exports={
|
|
127818
128113
|
"type": "integer"
|
127819
128114
|
},
|
127820
128115
|
"volumes": {
|
127821
|
-
"shape": "
|
128116
|
+
"shape": "S4u"
|
127822
128117
|
},
|
127823
128118
|
"status": {},
|
127824
128119
|
"requiresAttributes": {
|
127825
128120
|
"type": "list",
|
127826
128121
|
"member": {
|
127827
|
-
"shape": "
|
128122
|
+
"shape": "S3b"
|
127828
128123
|
}
|
127829
128124
|
},
|
127830
128125
|
"placementConstraints": {
|
127831
|
-
"shape": "
|
128126
|
+
"shape": "S58"
|
127832
128127
|
},
|
127833
128128
|
"compatibilities": {
|
127834
|
-
"shape": "
|
128129
|
+
"shape": "S5b"
|
127835
128130
|
},
|
127836
128131
|
"runtimePlatform": {
|
127837
|
-
"shape": "
|
128132
|
+
"shape": "S5d"
|
127838
128133
|
},
|
127839
128134
|
"requiresCompatibilities": {
|
127840
|
-
"shape": "
|
128135
|
+
"shape": "S5b"
|
127841
128136
|
},
|
127842
128137
|
"cpu": {},
|
127843
128138
|
"memory": {},
|
127844
128139
|
"inferenceAccelerators": {
|
127845
|
-
"shape": "
|
128140
|
+
"shape": "S5g"
|
127846
128141
|
},
|
127847
128142
|
"pidMode": {},
|
127848
128143
|
"ipcMode": {},
|
127849
128144
|
"proxyConfiguration": {
|
127850
|
-
"shape": "
|
128145
|
+
"shape": "S5k"
|
127851
128146
|
},
|
127852
128147
|
"registeredAt": {
|
127853
128148
|
"type": "timestamp"
|
@@ -127857,11 +128152,11 @@ module.exports={
|
|
127857
128152
|
},
|
127858
128153
|
"registeredBy": {},
|
127859
128154
|
"ephemeralStorage": {
|
127860
|
-
"shape": "
|
128155
|
+
"shape": "S5n"
|
127861
128156
|
}
|
127862
128157
|
}
|
127863
128158
|
},
|
127864
|
-
"
|
128159
|
+
"S3o": {
|
127865
128160
|
"type": "list",
|
127866
128161
|
"member": {
|
127867
128162
|
"type": "structure",
|
@@ -127917,10 +128212,10 @@ module.exports={
|
|
127917
128212
|
"shape": "Ss"
|
127918
128213
|
},
|
127919
128214
|
"environment": {
|
127920
|
-
"shape": "
|
128215
|
+
"shape": "S3v"
|
127921
128216
|
},
|
127922
128217
|
"environmentFiles": {
|
127923
|
-
"shape": "
|
128218
|
+
"shape": "S3w"
|
127924
128219
|
},
|
127925
128220
|
"mountPoints": {
|
127926
128221
|
"type": "list",
|
@@ -128012,7 +128307,7 @@ module.exports={
|
|
128012
128307
|
}
|
128013
128308
|
},
|
128014
128309
|
"secrets": {
|
128015
|
-
"shape": "
|
128310
|
+
"shape": "S27"
|
128016
128311
|
},
|
128017
128312
|
"dependsOn": {
|
128018
128313
|
"type": "list",
|
@@ -128101,7 +128396,7 @@ module.exports={
|
|
128101
128396
|
}
|
128102
128397
|
},
|
128103
128398
|
"logConfiguration": {
|
128104
|
-
"shape": "
|
128399
|
+
"shape": "S24"
|
128105
128400
|
},
|
128106
128401
|
"healthCheck": {
|
128107
128402
|
"type": "structure",
|
@@ -128137,7 +128432,7 @@ module.exports={
|
|
128137
128432
|
}
|
128138
128433
|
},
|
128139
128434
|
"resourceRequirements": {
|
128140
|
-
"shape": "
|
128435
|
+
"shape": "S4n"
|
128141
128436
|
},
|
128142
128437
|
"firelensConfiguration": {
|
128143
128438
|
"type": "structure",
|
@@ -128159,13 +128454,13 @@ module.exports={
|
|
128159
128454
|
}
|
128160
128455
|
}
|
128161
128456
|
},
|
128162
|
-
"
|
128457
|
+
"S3v": {
|
128163
128458
|
"type": "list",
|
128164
128459
|
"member": {
|
128165
128460
|
"shape": "S12"
|
128166
128461
|
}
|
128167
128462
|
},
|
128168
|
-
"
|
128463
|
+
"S3w": {
|
128169
128464
|
"type": "list",
|
128170
128465
|
"member": {
|
128171
128466
|
"type": "structure",
|
@@ -128179,7 +128474,7 @@ module.exports={
|
|
128179
128474
|
}
|
128180
128475
|
}
|
128181
128476
|
},
|
128182
|
-
"
|
128477
|
+
"S4n": {
|
128183
128478
|
"type": "list",
|
128184
128479
|
"member": {
|
128185
128480
|
"type": "structure",
|
@@ -128193,7 +128488,7 @@ module.exports={
|
|
128193
128488
|
}
|
128194
128489
|
}
|
128195
128490
|
},
|
128196
|
-
"
|
128491
|
+
"S4u": {
|
128197
128492
|
"type": "list",
|
128198
128493
|
"member": {
|
128199
128494
|
"type": "structure",
|
@@ -128214,10 +128509,10 @@ module.exports={
|
|
128214
128509
|
},
|
128215
128510
|
"driver": {},
|
128216
128511
|
"driverOpts": {
|
128217
|
-
"shape": "
|
128512
|
+
"shape": "S4z"
|
128218
128513
|
},
|
128219
128514
|
"labels": {
|
128220
|
-
"shape": "
|
128515
|
+
"shape": "S4z"
|
128221
128516
|
}
|
128222
128517
|
}
|
128223
128518
|
},
|
@@ -128271,12 +128566,12 @@ module.exports={
|
|
128271
128566
|
}
|
128272
128567
|
}
|
128273
128568
|
},
|
128274
|
-
"
|
128569
|
+
"S4z": {
|
128275
128570
|
"type": "map",
|
128276
128571
|
"key": {},
|
128277
128572
|
"value": {}
|
128278
128573
|
},
|
128279
|
-
"
|
128574
|
+
"S58": {
|
128280
128575
|
"type": "list",
|
128281
128576
|
"member": {
|
128282
128577
|
"type": "structure",
|
@@ -128286,18 +128581,18 @@ module.exports={
|
|
128286
128581
|
}
|
128287
128582
|
}
|
128288
128583
|
},
|
128289
|
-
"
|
128584
|
+
"S5b": {
|
128290
128585
|
"type": "list",
|
128291
128586
|
"member": {}
|
128292
128587
|
},
|
128293
|
-
"
|
128588
|
+
"S5d": {
|
128294
128589
|
"type": "structure",
|
128295
128590
|
"members": {
|
128296
128591
|
"cpuArchitecture": {},
|
128297
128592
|
"operatingSystemFamily": {}
|
128298
128593
|
}
|
128299
128594
|
},
|
128300
|
-
"
|
128595
|
+
"S5g": {
|
128301
128596
|
"type": "list",
|
128302
128597
|
"member": {
|
128303
128598
|
"type": "structure",
|
@@ -128311,7 +128606,7 @@ module.exports={
|
|
128311
128606
|
}
|
128312
128607
|
}
|
128313
128608
|
},
|
128314
|
-
"
|
128609
|
+
"S5k": {
|
128315
128610
|
"type": "structure",
|
128316
128611
|
"required": [
|
128317
128612
|
"containerName"
|
@@ -128327,7 +128622,7 @@ module.exports={
|
|
128327
128622
|
}
|
128328
128623
|
}
|
128329
128624
|
},
|
128330
|
-
"
|
128625
|
+
"S5n": {
|
128331
128626
|
"type": "structure",
|
128332
128627
|
"required": [
|
128333
128628
|
"sizeInGiB"
|
@@ -128338,7 +128633,7 @@ module.exports={
|
|
128338
128633
|
}
|
128339
128634
|
}
|
128340
128635
|
},
|
128341
|
-
"
|
128636
|
+
"S5o": {
|
128342
128637
|
"type": "list",
|
128343
128638
|
"member": {
|
128344
128639
|
"type": "structure",
|
@@ -128349,7 +128644,7 @@ module.exports={
|
|
128349
128644
|
}
|
128350
128645
|
}
|
128351
128646
|
},
|
128352
|
-
"
|
128647
|
+
"S5u": {
|
128353
128648
|
"type": "structure",
|
128354
128649
|
"members": {
|
128355
128650
|
"containerInstanceArn": {},
|
@@ -128359,13 +128654,13 @@ module.exports={
|
|
128359
128654
|
"type": "long"
|
128360
128655
|
},
|
128361
128656
|
"versionInfo": {
|
128362
|
-
"shape": "
|
128657
|
+
"shape": "S5w"
|
128363
128658
|
},
|
128364
128659
|
"remainingResources": {
|
128365
|
-
"shape": "
|
128660
|
+
"shape": "S5x"
|
128366
128661
|
},
|
128367
128662
|
"registeredResources": {
|
128368
|
-
"shape": "
|
128663
|
+
"shape": "S5x"
|
128369
128664
|
},
|
128370
128665
|
"status": {},
|
128371
128666
|
"statusReason": {},
|
@@ -128380,7 +128675,7 @@ module.exports={
|
|
128380
128675
|
},
|
128381
128676
|
"agentUpdateStatus": {},
|
128382
128677
|
"attributes": {
|
128383
|
-
"shape": "
|
128678
|
+
"shape": "S3a"
|
128384
128679
|
},
|
128385
128680
|
"registeredAt": {
|
128386
128681
|
"type": "timestamp"
|
@@ -128415,7 +128710,7 @@ module.exports={
|
|
128415
128710
|
}
|
128416
128711
|
}
|
128417
128712
|
},
|
128418
|
-
"
|
128713
|
+
"S5w": {
|
128419
128714
|
"type": "structure",
|
128420
128715
|
"members": {
|
128421
128716
|
"agentVersion": {},
|
@@ -128423,7 +128718,7 @@ module.exports={
|
|
128423
128718
|
"dockerVersion": {}
|
128424
128719
|
}
|
128425
128720
|
},
|
128426
|
-
"
|
128721
|
+
"S5x": {
|
128427
128722
|
"type": "list",
|
128428
128723
|
"member": {
|
128429
128724
|
"type": "structure",
|
@@ -128445,26 +128740,26 @@ module.exports={
|
|
128445
128740
|
}
|
128446
128741
|
}
|
128447
128742
|
},
|
128448
|
-
"
|
128743
|
+
"S6l": {
|
128449
128744
|
"type": "list",
|
128450
128745
|
"member": {
|
128451
|
-
"shape": "
|
128746
|
+
"shape": "S5u"
|
128452
128747
|
}
|
128453
128748
|
},
|
128454
|
-
"
|
128749
|
+
"S73": {
|
128455
128750
|
"type": "list",
|
128456
128751
|
"member": {
|
128457
|
-
"shape": "
|
128752
|
+
"shape": "S74"
|
128458
128753
|
}
|
128459
128754
|
},
|
128460
|
-
"
|
128755
|
+
"S74": {
|
128461
128756
|
"type": "structure",
|
128462
128757
|
"members": {
|
128463
128758
|
"attachments": {
|
128464
128759
|
"shape": "S13"
|
128465
128760
|
},
|
128466
128761
|
"attributes": {
|
128467
|
-
"shape": "
|
128762
|
+
"shape": "S3a"
|
128468
128763
|
},
|
128469
128764
|
"availabilityZone": {},
|
128470
128765
|
"capacityProviderName": {},
|
@@ -128491,7 +128786,7 @@ module.exports={
|
|
128491
128786
|
},
|
128492
128787
|
"reason": {},
|
128493
128788
|
"networkBindings": {
|
128494
|
-
"shape": "
|
128789
|
+
"shape": "S78"
|
128495
128790
|
},
|
128496
128791
|
"networkInterfaces": {
|
128497
128792
|
"type": "list",
|
@@ -128543,13 +128838,13 @@ module.exports={
|
|
128543
128838
|
"group": {},
|
128544
128839
|
"healthStatus": {},
|
128545
128840
|
"inferenceAccelerators": {
|
128546
|
-
"shape": "
|
128841
|
+
"shape": "S5g"
|
128547
128842
|
},
|
128548
128843
|
"lastStatus": {},
|
128549
128844
|
"launchType": {},
|
128550
128845
|
"memory": {},
|
128551
128846
|
"overrides": {
|
128552
|
-
"shape": "
|
128847
|
+
"shape": "S7h"
|
128553
128848
|
},
|
128554
128849
|
"platformVersion": {},
|
128555
128850
|
"platformFamily": {},
|
@@ -128580,11 +128875,11 @@ module.exports={
|
|
128580
128875
|
"type": "long"
|
128581
128876
|
},
|
128582
128877
|
"ephemeralStorage": {
|
128583
|
-
"shape": "
|
128878
|
+
"shape": "S5n"
|
128584
128879
|
}
|
128585
128880
|
}
|
128586
128881
|
},
|
128587
|
-
"
|
128882
|
+
"S78": {
|
128588
128883
|
"type": "list",
|
128589
128884
|
"member": {
|
128590
128885
|
"type": "structure",
|
@@ -128602,7 +128897,7 @@ module.exports={
|
|
128602
128897
|
}
|
128603
128898
|
}
|
128604
128899
|
},
|
128605
|
-
"
|
128900
|
+
"S7h": {
|
128606
128901
|
"type": "structure",
|
128607
128902
|
"members": {
|
128608
128903
|
"containerOverrides": {
|
@@ -128615,10 +128910,10 @@ module.exports={
|
|
128615
128910
|
"shape": "Ss"
|
128616
128911
|
},
|
128617
128912
|
"environment": {
|
128618
|
-
"shape": "
|
128913
|
+
"shape": "S3v"
|
128619
128914
|
},
|
128620
128915
|
"environmentFiles": {
|
128621
|
-
"shape": "
|
128916
|
+
"shape": "S3w"
|
128622
128917
|
},
|
128623
128918
|
"cpu": {
|
128624
128919
|
"type": "integer"
|
@@ -128630,7 +128925,7 @@ module.exports={
|
|
128630
128925
|
"type": "integer"
|
128631
128926
|
},
|
128632
128927
|
"resourceRequirements": {
|
128633
|
-
"shape": "
|
128928
|
+
"shape": "S4n"
|
128634
128929
|
}
|
128635
128930
|
}
|
128636
128931
|
}
|
@@ -128650,11 +128945,11 @@ module.exports={
|
|
128650
128945
|
"memory": {},
|
128651
128946
|
"taskRoleArn": {},
|
128652
128947
|
"ephemeralStorage": {
|
128653
|
-
"shape": "
|
128948
|
+
"shape": "S5n"
|
128654
128949
|
}
|
128655
128950
|
}
|
128656
128951
|
},
|
128657
|
-
"
|
128952
|
+
"S7v": {
|
128658
128953
|
"type": "list",
|
128659
128954
|
"member": {
|
128660
128955
|
"type": "structure",
|
@@ -128669,7 +128964,7 @@ module.exports={
|
|
128669
128964
|
}
|
128670
128965
|
}
|
128671
128966
|
},
|
128672
|
-
"
|
128967
|
+
"S92": {
|
128673
128968
|
"type": "list",
|
128674
128969
|
"member": {
|
128675
128970
|
"type": "structure",
|
@@ -128700,7 +128995,7 @@ module.exports={
|
|
128700
128995
|
"type": "integer"
|
128701
128996
|
},
|
128702
128997
|
"tagSpecifications": {
|
128703
|
-
"shape": "
|
128998
|
+
"shape": "S2h"
|
128704
128999
|
},
|
128705
129000
|
"roleArn": {},
|
128706
129001
|
"terminationPolicy": {
|
@@ -128720,7 +129015,7 @@ module.exports={
|
|
128720
129015
|
}
|
128721
129016
|
}
|
128722
129017
|
},
|
128723
|
-
"
|
129018
|
+
"S9c": {
|
128724
129019
|
"type": "list",
|
128725
129020
|
"member": {
|
128726
129021
|
"type": "structure",
|
@@ -271694,7 +271989,7 @@ AWS.util.update(AWS, {
|
|
271694
271989
|
/**
|
271695
271990
|
* @constant
|
271696
271991
|
*/
|
271697
|
-
VERSION: '2.
|
271992
|
+
VERSION: '2.1541.0',
|
271698
271993
|
|
271699
271994
|
/**
|
271700
271995
|
* @api private
|
@@ -293918,7 +294213,7 @@ var LRUCache = /** @class */ (function () {
|
|
293918
294213
|
}());
|
293919
294214
|
exports.LRUCache = LRUCache;
|
293920
294215
|
},{}],467:[function(require,module,exports){
|
293921
|
-
// AWS SDK for JavaScript v2.
|
294216
|
+
// AWS SDK for JavaScript v2.1541.0
|
293922
294217
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
293923
294218
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
293924
294219
|
require('./browser_loader');
|