cdk-lambda-subminute 2.0.355 → 2.0.357
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/b2bi-2022-06-23.examples.json +709 -0
- package/node_modules/aws-sdk/apis/cloudtrail-2013-11-01.min.json +53 -0
- package/node_modules/aws-sdk/apis/cloudtrail-2013-11-01.paginators.json +5 -0
- 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/apis/firehose-2015-08-04.min.json +258 -30
- package/node_modules/aws-sdk/clients/athena.d.ts +9 -5
- package/node_modules/aws-sdk/clients/b2bi.d.ts +2 -2
- package/node_modules/aws-sdk/clients/cloudtrail.d.ts +101 -11
- package/node_modules/aws-sdk/clients/codebuild.d.ts +287 -2
- package/node_modules/aws-sdk/clients/connect.d.ts +5 -5
- package/node_modules/aws-sdk/clients/dynamodb.d.ts +68 -3
- package/node_modules/aws-sdk/clients/firehose.d.ts +231 -0
- package/node_modules/aws-sdk/clients/sagemakerfeaturestoreruntime.d.ts +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +8 -8
- package/node_modules/aws-sdk/dist/aws-sdk.js +743 -189
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +104 -103
- 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
|
},
|
@@ -42040,6 +42040,59 @@ module.exports={
|
|
42040
42040
|
},
|
42041
42041
|
"idempotent": true
|
42042
42042
|
},
|
42043
|
+
"ListInsightsMetricData": {
|
42044
|
+
"input": {
|
42045
|
+
"type": "structure",
|
42046
|
+
"required": [
|
42047
|
+
"EventSource",
|
42048
|
+
"EventName",
|
42049
|
+
"InsightType"
|
42050
|
+
],
|
42051
|
+
"members": {
|
42052
|
+
"EventSource": {},
|
42053
|
+
"EventName": {},
|
42054
|
+
"InsightType": {},
|
42055
|
+
"ErrorCode": {},
|
42056
|
+
"StartTime": {
|
42057
|
+
"type": "timestamp"
|
42058
|
+
},
|
42059
|
+
"EndTime": {
|
42060
|
+
"type": "timestamp"
|
42061
|
+
},
|
42062
|
+
"Period": {
|
42063
|
+
"type": "integer"
|
42064
|
+
},
|
42065
|
+
"DataType": {},
|
42066
|
+
"MaxResults": {
|
42067
|
+
"type": "integer"
|
42068
|
+
},
|
42069
|
+
"NextToken": {}
|
42070
|
+
}
|
42071
|
+
},
|
42072
|
+
"output": {
|
42073
|
+
"type": "structure",
|
42074
|
+
"members": {
|
42075
|
+
"EventSource": {},
|
42076
|
+
"EventName": {},
|
42077
|
+
"InsightType": {},
|
42078
|
+
"ErrorCode": {},
|
42079
|
+
"Timestamps": {
|
42080
|
+
"type": "list",
|
42081
|
+
"member": {
|
42082
|
+
"type": "timestamp"
|
42083
|
+
}
|
42084
|
+
},
|
42085
|
+
"Values": {
|
42086
|
+
"type": "list",
|
42087
|
+
"member": {
|
42088
|
+
"type": "double"
|
42089
|
+
}
|
42090
|
+
},
|
42091
|
+
"NextToken": {}
|
42092
|
+
}
|
42093
|
+
},
|
42094
|
+
"idempotent": true
|
42095
|
+
},
|
42043
42096
|
"ListPublicKeys": {
|
42044
42097
|
"input": {
|
42045
42098
|
"type": "structure",
|
@@ -42947,6 +43000,11 @@ module.exports={
|
|
42947
43000
|
"output_token": "NextToken",
|
42948
43001
|
"result_key": "Imports"
|
42949
43002
|
},
|
43003
|
+
"ListInsightsMetricData": {
|
43004
|
+
"input_token": "NextToken",
|
43005
|
+
"limit_key": "MaxResults",
|
43006
|
+
"output_token": "NextToken"
|
43007
|
+
},
|
42950
43008
|
"ListPublicKeys": {
|
42951
43009
|
"input_token": "NextToken",
|
42952
43010
|
"output_token": "NextToken",
|
@@ -43059,7 +43117,7 @@ module.exports={
|
|
43059
43117
|
"builds": {
|
43060
43118
|
"type": "list",
|
43061
43119
|
"member": {
|
43062
|
-
"shape": "
|
43120
|
+
"shape": "S24"
|
43063
43121
|
}
|
43064
43122
|
},
|
43065
43123
|
"buildsNotFound": {
|
@@ -43068,6 +43126,33 @@ module.exports={
|
|
43068
43126
|
}
|
43069
43127
|
}
|
43070
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
|
+
},
|
43071
43156
|
"BatchGetProjects": {
|
43072
43157
|
"input": {
|
43073
43158
|
"type": "structure",
|
@@ -43076,7 +43161,7 @@ module.exports={
|
|
43076
43161
|
],
|
43077
43162
|
"members": {
|
43078
43163
|
"names": {
|
43079
|
-
"shape": "
|
43164
|
+
"shape": "S2z"
|
43080
43165
|
}
|
43081
43166
|
}
|
43082
43167
|
},
|
@@ -43086,11 +43171,11 @@ module.exports={
|
|
43086
43171
|
"projects": {
|
43087
43172
|
"type": "list",
|
43088
43173
|
"member": {
|
43089
|
-
"shape": "
|
43174
|
+
"shape": "S32"
|
43090
43175
|
}
|
43091
43176
|
},
|
43092
43177
|
"projectsNotFound": {
|
43093
|
-
"shape": "
|
43178
|
+
"shape": "S2z"
|
43094
43179
|
}
|
43095
43180
|
}
|
43096
43181
|
}
|
@@ -43103,7 +43188,7 @@ module.exports={
|
|
43103
43188
|
],
|
43104
43189
|
"members": {
|
43105
43190
|
"reportGroupArns": {
|
43106
|
-
"shape": "
|
43191
|
+
"shape": "S3j"
|
43107
43192
|
}
|
43108
43193
|
}
|
43109
43194
|
},
|
@@ -43113,11 +43198,11 @@ module.exports={
|
|
43113
43198
|
"reportGroups": {
|
43114
43199
|
"type": "list",
|
43115
43200
|
"member": {
|
43116
|
-
"shape": "
|
43201
|
+
"shape": "S3m"
|
43117
43202
|
}
|
43118
43203
|
},
|
43119
43204
|
"reportGroupsNotFound": {
|
43120
|
-
"shape": "
|
43205
|
+
"shape": "S3j"
|
43121
43206
|
}
|
43122
43207
|
}
|
43123
43208
|
}
|
@@ -43130,7 +43215,7 @@ module.exports={
|
|
43130
43215
|
],
|
43131
43216
|
"members": {
|
43132
43217
|
"reportArns": {
|
43133
|
-
"shape": "
|
43218
|
+
"shape": "S3v"
|
43134
43219
|
}
|
43135
43220
|
}
|
43136
43221
|
},
|
@@ -43155,7 +43240,7 @@ module.exports={
|
|
43155
43240
|
"type": "timestamp"
|
43156
43241
|
},
|
43157
43242
|
"exportConfig": {
|
43158
|
-
"shape": "
|
43243
|
+
"shape": "S3p"
|
43159
43244
|
},
|
43160
43245
|
"truncated": {
|
43161
43246
|
"type": "boolean"
|
@@ -43210,7 +43295,40 @@ module.exports={
|
|
43210
43295
|
}
|
43211
43296
|
},
|
43212
43297
|
"reportsNotFound": {
|
43213
|
-
"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"
|
43214
43332
|
}
|
43215
43333
|
}
|
43216
43334
|
}
|
@@ -43239,10 +43357,10 @@ module.exports={
|
|
43239
43357
|
"shape": "Su"
|
43240
43358
|
},
|
43241
43359
|
"artifacts": {
|
43242
|
-
"shape": "
|
43360
|
+
"shape": "S35"
|
43243
43361
|
},
|
43244
43362
|
"secondaryArtifacts": {
|
43245
|
-
"shape": "
|
43363
|
+
"shape": "S38"
|
43246
43364
|
},
|
43247
43365
|
"cache": {
|
43248
43366
|
"shape": "Sz"
|
@@ -43259,22 +43377,22 @@ module.exports={
|
|
43259
43377
|
},
|
43260
43378
|
"encryptionKey": {},
|
43261
43379
|
"tags": {
|
43262
|
-
"shape": "
|
43380
|
+
"shape": "S2u"
|
43263
43381
|
},
|
43264
43382
|
"vpcConfig": {
|
43265
|
-
"shape": "
|
43383
|
+
"shape": "S1j"
|
43266
43384
|
},
|
43267
43385
|
"badgeEnabled": {
|
43268
43386
|
"type": "boolean"
|
43269
43387
|
},
|
43270
43388
|
"logsConfig": {
|
43271
|
-
"shape": "
|
43389
|
+
"shape": "S1d"
|
43272
43390
|
},
|
43273
43391
|
"fileSystemLocations": {
|
43274
|
-
"shape": "
|
43392
|
+
"shape": "S1m"
|
43275
43393
|
},
|
43276
43394
|
"buildBatchConfig": {
|
43277
|
-
"shape": "
|
43395
|
+
"shape": "S1p"
|
43278
43396
|
},
|
43279
43397
|
"concurrentBuildLimit": {
|
43280
43398
|
"type": "integer"
|
@@ -43285,7 +43403,7 @@ module.exports={
|
|
43285
43403
|
"type": "structure",
|
43286
43404
|
"members": {
|
43287
43405
|
"project": {
|
43288
|
-
"shape": "
|
43406
|
+
"shape": "S32"
|
43289
43407
|
}
|
43290
43408
|
}
|
43291
43409
|
}
|
@@ -43302,10 +43420,10 @@ module.exports={
|
|
43302
43420
|
"name": {},
|
43303
43421
|
"type": {},
|
43304
43422
|
"exportConfig": {
|
43305
|
-
"shape": "
|
43423
|
+
"shape": "S3p"
|
43306
43424
|
},
|
43307
43425
|
"tags": {
|
43308
|
-
"shape": "
|
43426
|
+
"shape": "S2u"
|
43309
43427
|
}
|
43310
43428
|
}
|
43311
43429
|
},
|
@@ -43313,7 +43431,7 @@ module.exports={
|
|
43313
43431
|
"type": "structure",
|
43314
43432
|
"members": {
|
43315
43433
|
"reportGroup": {
|
43316
|
-
"shape": "
|
43434
|
+
"shape": "S3m"
|
43317
43435
|
}
|
43318
43436
|
}
|
43319
43437
|
}
|
@@ -43328,7 +43446,7 @@ module.exports={
|
|
43328
43446
|
"projectName": {},
|
43329
43447
|
"branchFilter": {},
|
43330
43448
|
"filterGroups": {
|
43331
|
-
"shape": "
|
43449
|
+
"shape": "S3b"
|
43332
43450
|
},
|
43333
43451
|
"buildType": {}
|
43334
43452
|
}
|
@@ -43337,7 +43455,7 @@ module.exports={
|
|
43337
43455
|
"type": "structure",
|
43338
43456
|
"members": {
|
43339
43457
|
"webhook": {
|
43340
|
-
"shape": "
|
43458
|
+
"shape": "S3a"
|
43341
43459
|
}
|
43342
43460
|
}
|
43343
43461
|
}
|
@@ -43365,6 +43483,21 @@ module.exports={
|
|
43365
43483
|
}
|
43366
43484
|
}
|
43367
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
|
+
},
|
43368
43501
|
"DeleteProject": {
|
43369
43502
|
"input": {
|
43370
43503
|
"type": "structure",
|
@@ -43673,7 +43806,7 @@ module.exports={
|
|
43673
43806
|
"type": "structure",
|
43674
43807
|
"members": {
|
43675
43808
|
"filter": {
|
43676
|
-
"shape": "
|
43809
|
+
"shape": "S5m"
|
43677
43810
|
},
|
43678
43811
|
"maxResults": {
|
43679
43812
|
"type": "integer"
|
@@ -43698,7 +43831,7 @@ module.exports={
|
|
43698
43831
|
"members": {
|
43699
43832
|
"projectName": {},
|
43700
43833
|
"filter": {
|
43701
|
-
"shape": "
|
43834
|
+
"shape": "S5m"
|
43702
43835
|
},
|
43703
43836
|
"maxResults": {
|
43704
43837
|
"type": "integer"
|
@@ -43800,6 +43933,32 @@ module.exports={
|
|
43800
43933
|
}
|
43801
43934
|
}
|
43802
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
|
+
},
|
43803
43962
|
"ListProjects": {
|
43804
43963
|
"input": {
|
43805
43964
|
"type": "structure",
|
@@ -43814,7 +43973,7 @@ module.exports={
|
|
43814
43973
|
"members": {
|
43815
43974
|
"nextToken": {},
|
43816
43975
|
"projects": {
|
43817
|
-
"shape": "
|
43976
|
+
"shape": "S2z"
|
43818
43977
|
}
|
43819
43978
|
}
|
43820
43979
|
}
|
@@ -43836,7 +43995,7 @@ module.exports={
|
|
43836
43995
|
"members": {
|
43837
43996
|
"nextToken": {},
|
43838
43997
|
"reportGroups": {
|
43839
|
-
"shape": "
|
43998
|
+
"shape": "S3j"
|
43840
43999
|
}
|
43841
44000
|
}
|
43842
44001
|
}
|
@@ -43851,7 +44010,7 @@ module.exports={
|
|
43851
44010
|
"type": "integer"
|
43852
44011
|
},
|
43853
44012
|
"filter": {
|
43854
|
-
"shape": "
|
44013
|
+
"shape": "S6h"
|
43855
44014
|
}
|
43856
44015
|
}
|
43857
44016
|
},
|
@@ -43860,7 +44019,7 @@ module.exports={
|
|
43860
44019
|
"members": {
|
43861
44020
|
"nextToken": {},
|
43862
44021
|
"reports": {
|
43863
|
-
"shape": "
|
44022
|
+
"shape": "S3v"
|
43864
44023
|
}
|
43865
44024
|
}
|
43866
44025
|
}
|
@@ -43879,7 +44038,7 @@ module.exports={
|
|
43879
44038
|
"type": "integer"
|
43880
44039
|
},
|
43881
44040
|
"filter": {
|
43882
|
-
"shape": "
|
44041
|
+
"shape": "S6h"
|
43883
44042
|
}
|
43884
44043
|
}
|
43885
44044
|
},
|
@@ -43888,7 +44047,7 @@ module.exports={
|
|
43888
44047
|
"members": {
|
43889
44048
|
"nextToken": {},
|
43890
44049
|
"reports": {
|
43891
|
-
"shape": "
|
44050
|
+
"shape": "S3v"
|
43892
44051
|
}
|
43893
44052
|
}
|
43894
44053
|
}
|
@@ -43933,7 +44092,7 @@ module.exports={
|
|
43933
44092
|
"members": {
|
43934
44093
|
"nextToken": {},
|
43935
44094
|
"reportGroups": {
|
43936
|
-
"shape": "
|
44095
|
+
"shape": "S3j"
|
43937
44096
|
}
|
43938
44097
|
}
|
43939
44098
|
}
|
@@ -43991,7 +44150,7 @@ module.exports={
|
|
43991
44150
|
"type": "structure",
|
43992
44151
|
"members": {
|
43993
44152
|
"build": {
|
43994
|
-
"shape": "
|
44153
|
+
"shape": "S24"
|
43995
44154
|
}
|
43996
44155
|
}
|
43997
44156
|
}
|
@@ -44030,13 +44189,13 @@ module.exports={
|
|
44030
44189
|
},
|
44031
44190
|
"sourceVersion": {},
|
44032
44191
|
"artifactsOverride": {
|
44033
|
-
"shape": "
|
44192
|
+
"shape": "S35"
|
44034
44193
|
},
|
44035
44194
|
"secondaryArtifactsOverride": {
|
44036
|
-
"shape": "
|
44195
|
+
"shape": "S38"
|
44037
44196
|
},
|
44038
44197
|
"environmentVariablesOverride": {
|
44039
|
-
"shape": "
|
44198
|
+
"shape": "S17"
|
44040
44199
|
},
|
44041
44200
|
"sourceTypeOverride": {},
|
44042
44201
|
"sourceLocationOverride": {},
|
@@ -44079,14 +44238,17 @@ module.exports={
|
|
44079
44238
|
"encryptionKeyOverride": {},
|
44080
44239
|
"idempotencyToken": {},
|
44081
44240
|
"logsConfigOverride": {
|
44082
|
-
"shape": "
|
44241
|
+
"shape": "S1d"
|
44083
44242
|
},
|
44084
44243
|
"registryCredentialOverride": {
|
44085
|
-
"shape": "
|
44244
|
+
"shape": "S1a"
|
44086
44245
|
},
|
44087
44246
|
"imagePullCredentialsTypeOverride": {},
|
44088
44247
|
"debugSessionEnabled": {
|
44089
44248
|
"type": "boolean"
|
44249
|
+
},
|
44250
|
+
"fleetOverride": {
|
44251
|
+
"shape": "S16"
|
44090
44252
|
}
|
44091
44253
|
}
|
44092
44254
|
},
|
@@ -44094,7 +44256,7 @@ module.exports={
|
|
44094
44256
|
"type": "structure",
|
44095
44257
|
"members": {
|
44096
44258
|
"build": {
|
44097
|
-
"shape": "
|
44259
|
+
"shape": "S24"
|
44098
44260
|
}
|
44099
44261
|
}
|
44100
44262
|
}
|
@@ -44115,13 +44277,13 @@ module.exports={
|
|
44115
44277
|
},
|
44116
44278
|
"sourceVersion": {},
|
44117
44279
|
"artifactsOverride": {
|
44118
|
-
"shape": "
|
44280
|
+
"shape": "S35"
|
44119
44281
|
},
|
44120
44282
|
"secondaryArtifactsOverride": {
|
44121
|
-
"shape": "
|
44283
|
+
"shape": "S38"
|
44122
44284
|
},
|
44123
44285
|
"environmentVariablesOverride": {
|
44124
|
-
"shape": "
|
44286
|
+
"shape": "S17"
|
44125
44287
|
},
|
44126
44288
|
"sourceTypeOverride": {},
|
44127
44289
|
"sourceLocationOverride": {},
|
@@ -44161,14 +44323,14 @@ module.exports={
|
|
44161
44323
|
"encryptionKeyOverride": {},
|
44162
44324
|
"idempotencyToken": {},
|
44163
44325
|
"logsConfigOverride": {
|
44164
|
-
"shape": "
|
44326
|
+
"shape": "S1d"
|
44165
44327
|
},
|
44166
44328
|
"registryCredentialOverride": {
|
44167
|
-
"shape": "
|
44329
|
+
"shape": "S1a"
|
44168
44330
|
},
|
44169
44331
|
"imagePullCredentialsTypeOverride": {},
|
44170
44332
|
"buildBatchConfigOverride": {
|
44171
|
-
"shape": "
|
44333
|
+
"shape": "S1p"
|
44172
44334
|
},
|
44173
44335
|
"debugSessionEnabled": {
|
44174
44336
|
"type": "boolean"
|
@@ -44198,7 +44360,7 @@ module.exports={
|
|
44198
44360
|
"type": "structure",
|
44199
44361
|
"members": {
|
44200
44362
|
"build": {
|
44201
|
-
"shape": "
|
44363
|
+
"shape": "S24"
|
44202
44364
|
}
|
44203
44365
|
}
|
44204
44366
|
}
|
@@ -44222,6 +44384,36 @@ module.exports={
|
|
44222
44384
|
}
|
44223
44385
|
}
|
44224
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
|
+
},
|
44225
44417
|
"UpdateProject": {
|
44226
44418
|
"input": {
|
44227
44419
|
"type": "structure",
|
@@ -44242,10 +44434,10 @@ module.exports={
|
|
44242
44434
|
"shape": "Su"
|
44243
44435
|
},
|
44244
44436
|
"artifacts": {
|
44245
|
-
"shape": "
|
44437
|
+
"shape": "S35"
|
44246
44438
|
},
|
44247
44439
|
"secondaryArtifacts": {
|
44248
|
-
"shape": "
|
44440
|
+
"shape": "S38"
|
44249
44441
|
},
|
44250
44442
|
"cache": {
|
44251
44443
|
"shape": "Sz"
|
@@ -44262,22 +44454,22 @@ module.exports={
|
|
44262
44454
|
},
|
44263
44455
|
"encryptionKey": {},
|
44264
44456
|
"tags": {
|
44265
|
-
"shape": "
|
44457
|
+
"shape": "S2u"
|
44266
44458
|
},
|
44267
44459
|
"vpcConfig": {
|
44268
|
-
"shape": "
|
44460
|
+
"shape": "S1j"
|
44269
44461
|
},
|
44270
44462
|
"badgeEnabled": {
|
44271
44463
|
"type": "boolean"
|
44272
44464
|
},
|
44273
44465
|
"logsConfig": {
|
44274
|
-
"shape": "
|
44466
|
+
"shape": "S1d"
|
44275
44467
|
},
|
44276
44468
|
"fileSystemLocations": {
|
44277
|
-
"shape": "
|
44469
|
+
"shape": "S1m"
|
44278
44470
|
},
|
44279
44471
|
"buildBatchConfig": {
|
44280
|
-
"shape": "
|
44472
|
+
"shape": "S1p"
|
44281
44473
|
},
|
44282
44474
|
"concurrentBuildLimit": {
|
44283
44475
|
"type": "integer"
|
@@ -44288,7 +44480,7 @@ module.exports={
|
|
44288
44480
|
"type": "structure",
|
44289
44481
|
"members": {
|
44290
44482
|
"project": {
|
44291
|
-
"shape": "
|
44483
|
+
"shape": "S32"
|
44292
44484
|
}
|
44293
44485
|
}
|
44294
44486
|
}
|
@@ -44324,10 +44516,10 @@ module.exports={
|
|
44324
44516
|
"members": {
|
44325
44517
|
"arn": {},
|
44326
44518
|
"exportConfig": {
|
44327
|
-
"shape": "
|
44519
|
+
"shape": "S3p"
|
44328
44520
|
},
|
44329
44521
|
"tags": {
|
44330
|
-
"shape": "
|
44522
|
+
"shape": "S2u"
|
44331
44523
|
}
|
44332
44524
|
}
|
44333
44525
|
},
|
@@ -44335,7 +44527,7 @@ module.exports={
|
|
44335
44527
|
"type": "structure",
|
44336
44528
|
"members": {
|
44337
44529
|
"reportGroup": {
|
44338
|
-
"shape": "
|
44530
|
+
"shape": "S3m"
|
44339
44531
|
}
|
44340
44532
|
}
|
44341
44533
|
}
|
@@ -44353,7 +44545,7 @@ module.exports={
|
|
44353
44545
|
"type": "boolean"
|
44354
44546
|
},
|
44355
44547
|
"filterGroups": {
|
44356
|
-
"shape": "
|
44548
|
+
"shape": "S3b"
|
44357
44549
|
},
|
44358
44550
|
"buildType": {}
|
44359
44551
|
}
|
@@ -44362,7 +44554,7 @@ module.exports={
|
|
44362
44554
|
"type": "structure",
|
44363
44555
|
"members": {
|
44364
44556
|
"webhook": {
|
44365
|
-
"shape": "
|
44557
|
+
"shape": "S3a"
|
44366
44558
|
}
|
44367
44559
|
}
|
44368
44560
|
}
|
@@ -44448,7 +44640,7 @@ module.exports={
|
|
44448
44640
|
},
|
44449
44641
|
"serviceRole": {},
|
44450
44642
|
"logConfig": {
|
44451
|
-
"shape": "
|
44643
|
+
"shape": "S1d"
|
44452
44644
|
},
|
44453
44645
|
"buildTimeoutInMinutes": {
|
44454
44646
|
"type": "integer"
|
@@ -44461,17 +44653,17 @@ module.exports={
|
|
44461
44653
|
},
|
44462
44654
|
"initiator": {},
|
44463
44655
|
"vpcConfig": {
|
44464
|
-
"shape": "
|
44656
|
+
"shape": "S1j"
|
44465
44657
|
},
|
44466
44658
|
"encryptionKey": {},
|
44467
44659
|
"buildBatchNumber": {
|
44468
44660
|
"type": "long"
|
44469
44661
|
},
|
44470
44662
|
"fileSystemLocations": {
|
44471
|
-
"shape": "
|
44663
|
+
"shape": "S1m"
|
44472
44664
|
},
|
44473
44665
|
"buildBatchConfig": {
|
44474
|
-
"shape": "
|
44666
|
+
"shape": "S1p"
|
44475
44667
|
},
|
44476
44668
|
"buildGroups": {
|
44477
44669
|
"type": "list",
|
@@ -44487,12 +44679,12 @@ module.exports={
|
|
44487
44679
|
"type": "boolean"
|
44488
44680
|
},
|
44489
44681
|
"currentBuildSummary": {
|
44490
|
-
"shape": "
|
44682
|
+
"shape": "S1w"
|
44491
44683
|
},
|
44492
44684
|
"priorBuildSummaryList": {
|
44493
44685
|
"type": "list",
|
44494
44686
|
"member": {
|
44495
|
-
"shape": "
|
44687
|
+
"shape": "S1w"
|
44496
44688
|
}
|
44497
44689
|
}
|
44498
44690
|
}
|
@@ -44638,20 +44830,29 @@ module.exports={
|
|
44638
44830
|
"type": {},
|
44639
44831
|
"image": {},
|
44640
44832
|
"computeType": {},
|
44641
|
-
"
|
44833
|
+
"fleet": {
|
44642
44834
|
"shape": "S16"
|
44643
44835
|
},
|
44836
|
+
"environmentVariables": {
|
44837
|
+
"shape": "S17"
|
44838
|
+
},
|
44644
44839
|
"privilegedMode": {
|
44645
44840
|
"type": "boolean"
|
44646
44841
|
},
|
44647
44842
|
"certificate": {},
|
44648
44843
|
"registryCredential": {
|
44649
|
-
"shape": "
|
44844
|
+
"shape": "S1a"
|
44650
44845
|
},
|
44651
44846
|
"imagePullCredentialsType": {}
|
44652
44847
|
}
|
44653
44848
|
},
|
44654
44849
|
"S16": {
|
44850
|
+
"type": "structure",
|
44851
|
+
"members": {
|
44852
|
+
"fleetArn": {}
|
44853
|
+
}
|
44854
|
+
},
|
44855
|
+
"S17": {
|
44655
44856
|
"type": "list",
|
44656
44857
|
"member": {
|
44657
44858
|
"type": "structure",
|
@@ -44666,7 +44867,7 @@ module.exports={
|
|
44666
44867
|
}
|
44667
44868
|
}
|
44668
44869
|
},
|
44669
|
-
"
|
44870
|
+
"S1a": {
|
44670
44871
|
"type": "structure",
|
44671
44872
|
"required": [
|
44672
44873
|
"credential",
|
@@ -44677,18 +44878,18 @@ module.exports={
|
|
44677
44878
|
"credentialProvider": {}
|
44678
44879
|
}
|
44679
44880
|
},
|
44680
|
-
"
|
44881
|
+
"S1d": {
|
44681
44882
|
"type": "structure",
|
44682
44883
|
"members": {
|
44683
44884
|
"cloudWatchLogs": {
|
44684
|
-
"shape": "
|
44885
|
+
"shape": "S1e"
|
44685
44886
|
},
|
44686
44887
|
"s3Logs": {
|
44687
|
-
"shape": "
|
44888
|
+
"shape": "S1g"
|
44688
44889
|
}
|
44689
44890
|
}
|
44690
44891
|
},
|
44691
|
-
"
|
44892
|
+
"S1e": {
|
44692
44893
|
"type": "structure",
|
44693
44894
|
"required": [
|
44694
44895
|
"status"
|
@@ -44699,7 +44900,7 @@ module.exports={
|
|
44699
44900
|
"streamName": {}
|
44700
44901
|
}
|
44701
44902
|
},
|
44702
|
-
"
|
44903
|
+
"S1g": {
|
44703
44904
|
"type": "structure",
|
44704
44905
|
"required": [
|
44705
44906
|
"status"
|
@@ -44713,7 +44914,7 @@ module.exports={
|
|
44713
44914
|
"bucketOwnerAccess": {}
|
44714
44915
|
}
|
44715
44916
|
},
|
44716
|
-
"
|
44917
|
+
"S1j": {
|
44717
44918
|
"type": "structure",
|
44718
44919
|
"members": {
|
44719
44920
|
"vpcId": {},
|
@@ -44727,7 +44928,7 @@ module.exports={
|
|
44727
44928
|
}
|
44728
44929
|
}
|
44729
44930
|
},
|
44730
|
-
"
|
44931
|
+
"S1m": {
|
44731
44932
|
"type": "list",
|
44732
44933
|
"member": {
|
44733
44934
|
"type": "structure",
|
@@ -44740,7 +44941,7 @@ module.exports={
|
|
44740
44941
|
}
|
44741
44942
|
}
|
44742
44943
|
},
|
44743
|
-
"
|
44944
|
+
"S1p": {
|
44744
44945
|
"type": "structure",
|
44745
44946
|
"members": {
|
44746
44947
|
"serviceRole": {},
|
@@ -44765,7 +44966,7 @@ module.exports={
|
|
44765
44966
|
"batchReportMode": {}
|
44766
44967
|
}
|
44767
44968
|
},
|
44768
|
-
"
|
44969
|
+
"S1w": {
|
44769
44970
|
"type": "structure",
|
44770
44971
|
"members": {
|
44771
44972
|
"arn": {},
|
@@ -44774,17 +44975,17 @@ module.exports={
|
|
44774
44975
|
},
|
44775
44976
|
"buildStatus": {},
|
44776
44977
|
"primaryArtifact": {
|
44777
|
-
"shape": "
|
44978
|
+
"shape": "S1x"
|
44778
44979
|
},
|
44779
44980
|
"secondaryArtifacts": {
|
44780
44981
|
"type": "list",
|
44781
44982
|
"member": {
|
44782
|
-
"shape": "
|
44983
|
+
"shape": "S1x"
|
44783
44984
|
}
|
44784
44985
|
}
|
44785
44986
|
}
|
44786
44987
|
},
|
44787
|
-
"
|
44988
|
+
"S1x": {
|
44788
44989
|
"type": "structure",
|
44789
44990
|
"members": {
|
44790
44991
|
"type": {},
|
@@ -44792,7 +44993,7 @@ module.exports={
|
|
44792
44993
|
"identifier": {}
|
44793
44994
|
}
|
44794
44995
|
},
|
44795
|
-
"
|
44996
|
+
"S24": {
|
44796
44997
|
"type": "structure",
|
44797
44998
|
"members": {
|
44798
44999
|
"id": {},
|
@@ -44865,10 +45066,10 @@ module.exports={
|
|
44865
45066
|
"cloudWatchLogsArn": {},
|
44866
45067
|
"s3LogsArn": {},
|
44867
45068
|
"cloudWatchLogs": {
|
44868
|
-
"shape": "
|
45069
|
+
"shape": "S1e"
|
44869
45070
|
},
|
44870
45071
|
"s3Logs": {
|
44871
|
-
"shape": "
|
45072
|
+
"shape": "S1g"
|
44872
45073
|
}
|
44873
45074
|
}
|
44874
45075
|
},
|
@@ -44883,7 +45084,7 @@ module.exports={
|
|
44883
45084
|
},
|
44884
45085
|
"initiator": {},
|
44885
45086
|
"vpcConfig": {
|
44886
|
-
"shape": "
|
45087
|
+
"shape": "S1j"
|
44887
45088
|
},
|
44888
45089
|
"networkInterface": {
|
44889
45090
|
"type": "structure",
|
@@ -44908,7 +45109,7 @@ module.exports={
|
|
44908
45109
|
"member": {}
|
44909
45110
|
},
|
44910
45111
|
"fileSystemLocations": {
|
44911
|
-
"shape": "
|
45112
|
+
"shape": "S1m"
|
44912
45113
|
},
|
44913
45114
|
"debugSession": {
|
44914
45115
|
"type": "structure",
|
@@ -44922,11 +45123,82 @@ module.exports={
|
|
44922
45123
|
"buildBatchArn": {}
|
44923
45124
|
}
|
44924
45125
|
},
|
44925
|
-
"
|
45126
|
+
"S2f": {
|
44926
45127
|
"type": "list",
|
44927
45128
|
"member": {}
|
44928
45129
|
},
|
44929
|
-
"
|
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": {
|
44930
45202
|
"type": "structure",
|
44931
45203
|
"members": {
|
44932
45204
|
"name": {},
|
@@ -44943,10 +45215,10 @@ module.exports={
|
|
44943
45215
|
"shape": "Su"
|
44944
45216
|
},
|
44945
45217
|
"artifacts": {
|
44946
|
-
"shape": "
|
45218
|
+
"shape": "S35"
|
44947
45219
|
},
|
44948
45220
|
"secondaryArtifacts": {
|
44949
|
-
"shape": "
|
45221
|
+
"shape": "S38"
|
44950
45222
|
},
|
44951
45223
|
"cache": {
|
44952
45224
|
"shape": "Sz"
|
@@ -44963,7 +45235,7 @@ module.exports={
|
|
44963
45235
|
},
|
44964
45236
|
"encryptionKey": {},
|
44965
45237
|
"tags": {
|
44966
|
-
"shape": "
|
45238
|
+
"shape": "S2u"
|
44967
45239
|
},
|
44968
45240
|
"created": {
|
44969
45241
|
"type": "timestamp"
|
@@ -44972,10 +45244,10 @@ module.exports={
|
|
44972
45244
|
"type": "timestamp"
|
44973
45245
|
},
|
44974
45246
|
"webhook": {
|
44975
|
-
"shape": "
|
45247
|
+
"shape": "S3a"
|
44976
45248
|
},
|
44977
45249
|
"vpcConfig": {
|
44978
|
-
"shape": "
|
45250
|
+
"shape": "S1j"
|
44979
45251
|
},
|
44980
45252
|
"badge": {
|
44981
45253
|
"type": "structure",
|
@@ -44987,13 +45259,13 @@ module.exports={
|
|
44987
45259
|
}
|
44988
45260
|
},
|
44989
45261
|
"logsConfig": {
|
44990
|
-
"shape": "
|
45262
|
+
"shape": "S1d"
|
44991
45263
|
},
|
44992
45264
|
"fileSystemLocations": {
|
44993
|
-
"shape": "
|
45265
|
+
"shape": "S1m"
|
44994
45266
|
},
|
44995
45267
|
"buildBatchConfig": {
|
44996
|
-
"shape": "
|
45268
|
+
"shape": "S1p"
|
44997
45269
|
},
|
44998
45270
|
"concurrentBuildLimit": {
|
44999
45271
|
"type": "integer"
|
@@ -45003,7 +45275,7 @@ module.exports={
|
|
45003
45275
|
"resourceAccessRole": {}
|
45004
45276
|
}
|
45005
45277
|
},
|
45006
|
-
"
|
45278
|
+
"S35": {
|
45007
45279
|
"type": "structure",
|
45008
45280
|
"required": [
|
45009
45281
|
"type"
|
@@ -45025,23 +45297,13 @@ module.exports={
|
|
45025
45297
|
"bucketOwnerAccess": {}
|
45026
45298
|
}
|
45027
45299
|
},
|
45028
|
-
"
|
45029
|
-
"type": "list",
|
45030
|
-
"member": {
|
45031
|
-
"shape": "S2k"
|
45032
|
-
}
|
45033
|
-
},
|
45034
|
-
"S2p": {
|
45300
|
+
"S38": {
|
45035
45301
|
"type": "list",
|
45036
45302
|
"member": {
|
45037
|
-
"
|
45038
|
-
"members": {
|
45039
|
-
"key": {},
|
45040
|
-
"value": {}
|
45041
|
-
}
|
45303
|
+
"shape": "S35"
|
45042
45304
|
}
|
45043
45305
|
},
|
45044
|
-
"
|
45306
|
+
"S3a": {
|
45045
45307
|
"type": "structure",
|
45046
45308
|
"members": {
|
45047
45309
|
"url": {},
|
@@ -45049,7 +45311,7 @@ module.exports={
|
|
45049
45311
|
"secret": {},
|
45050
45312
|
"branchFilter": {},
|
45051
45313
|
"filterGroups": {
|
45052
|
-
"shape": "
|
45314
|
+
"shape": "S3b"
|
45053
45315
|
},
|
45054
45316
|
"buildType": {},
|
45055
45317
|
"lastModifiedSecret": {
|
@@ -45057,7 +45319,7 @@ module.exports={
|
|
45057
45319
|
}
|
45058
45320
|
}
|
45059
45321
|
},
|
45060
|
-
"
|
45322
|
+
"S3b": {
|
45061
45323
|
"type": "list",
|
45062
45324
|
"member": {
|
45063
45325
|
"type": "list",
|
@@ -45077,18 +45339,18 @@ module.exports={
|
|
45077
45339
|
}
|
45078
45340
|
}
|
45079
45341
|
},
|
45080
|
-
"
|
45342
|
+
"S3j": {
|
45081
45343
|
"type": "list",
|
45082
45344
|
"member": {}
|
45083
45345
|
},
|
45084
|
-
"
|
45346
|
+
"S3m": {
|
45085
45347
|
"type": "structure",
|
45086
45348
|
"members": {
|
45087
45349
|
"arn": {},
|
45088
45350
|
"name": {},
|
45089
45351
|
"type": {},
|
45090
45352
|
"exportConfig": {
|
45091
|
-
"shape": "
|
45353
|
+
"shape": "S3p"
|
45092
45354
|
},
|
45093
45355
|
"created": {
|
45094
45356
|
"type": "timestamp"
|
@@ -45097,12 +45359,12 @@ module.exports={
|
|
45097
45359
|
"type": "timestamp"
|
45098
45360
|
},
|
45099
45361
|
"tags": {
|
45100
|
-
"shape": "
|
45362
|
+
"shape": "S2u"
|
45101
45363
|
},
|
45102
45364
|
"status": {}
|
45103
45365
|
}
|
45104
45366
|
},
|
45105
|
-
"
|
45367
|
+
"S3p": {
|
45106
45368
|
"type": "structure",
|
45107
45369
|
"members": {
|
45108
45370
|
"exportConfigType": {},
|
@@ -45121,17 +45383,29 @@ module.exports={
|
|
45121
45383
|
}
|
45122
45384
|
}
|
45123
45385
|
},
|
45124
|
-
"
|
45386
|
+
"S3v": {
|
45125
45387
|
"type": "list",
|
45126
45388
|
"member": {}
|
45127
45389
|
},
|
45128
|
-
"
|
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": {
|
45129
45403
|
"type": "structure",
|
45130
45404
|
"members": {
|
45131
45405
|
"status": {}
|
45132
45406
|
}
|
45133
45407
|
},
|
45134
|
-
"
|
45408
|
+
"S6h": {
|
45135
45409
|
"type": "structure",
|
45136
45410
|
"members": {
|
45137
45411
|
"status": {}
|
@@ -45176,6 +45450,11 @@ module.exports={
|
|
45176
45450
|
"output_token": "nextToken",
|
45177
45451
|
"result_key": "ids"
|
45178
45452
|
},
|
45453
|
+
"ListFleets": {
|
45454
|
+
"input_token": "nextToken",
|
45455
|
+
"limit_key": "maxResults",
|
45456
|
+
"output_token": "nextToken"
|
45457
|
+
},
|
45179
45458
|
"ListProjects": {
|
45180
45459
|
"input_token": "nextToken",
|
45181
45460
|
"output_token": "nextToken",
|
@@ -83678,7 +83957,8 @@ module.exports={
|
|
83678
83957
|
"members": {
|
83679
83958
|
"StreamArn": {},
|
83680
83959
|
"DestinationStatus": {},
|
83681
|
-
"DestinationStatusDescription": {}
|
83960
|
+
"DestinationStatusDescription": {},
|
83961
|
+
"ApproximateCreationDateTimePrecision": {}
|
83682
83962
|
}
|
83683
83963
|
}
|
83684
83964
|
}
|
@@ -83744,7 +84024,7 @@ module.exports={
|
|
83744
84024
|
"type": "structure",
|
83745
84025
|
"members": {
|
83746
84026
|
"TableAutoScalingDescription": {
|
83747
|
-
"shape": "
|
84027
|
+
"shape": "S7d"
|
83748
84028
|
}
|
83749
84029
|
}
|
83750
84030
|
}
|
@@ -83771,19 +84051,19 @@ module.exports={
|
|
83771
84051
|
},
|
83772
84052
|
"DisableKinesisStreamingDestination": {
|
83773
84053
|
"input": {
|
83774
|
-
"shape": "
|
84054
|
+
"shape": "S7k"
|
83775
84055
|
},
|
83776
84056
|
"output": {
|
83777
|
-
"shape": "
|
84057
|
+
"shape": "S7m"
|
83778
84058
|
},
|
83779
84059
|
"endpointdiscovery": {}
|
83780
84060
|
},
|
83781
84061
|
"EnableKinesisStreamingDestination": {
|
83782
84062
|
"input": {
|
83783
|
-
"shape": "
|
84063
|
+
"shape": "S7k"
|
83784
84064
|
},
|
83785
84065
|
"output": {
|
83786
|
-
"shape": "
|
84066
|
+
"shape": "S7m"
|
83787
84067
|
},
|
83788
84068
|
"endpointdiscovery": {}
|
83789
84069
|
},
|
@@ -83858,7 +84138,7 @@ module.exports={
|
|
83858
84138
|
"type": "structure",
|
83859
84139
|
"members": {
|
83860
84140
|
"Responses": {
|
83861
|
-
"shape": "
|
84141
|
+
"shape": "S7w"
|
83862
84142
|
},
|
83863
84143
|
"ConsumedCapacity": {
|
83864
84144
|
"shape": "St"
|
@@ -84268,11 +84548,11 @@ module.exports={
|
|
84268
84548
|
"type": "map",
|
84269
84549
|
"key": {},
|
84270
84550
|
"value": {
|
84271
|
-
"shape": "
|
84551
|
+
"shape": "S9a"
|
84272
84552
|
}
|
84273
84553
|
},
|
84274
84554
|
"QueryFilter": {
|
84275
|
-
"shape": "
|
84555
|
+
"shape": "S9b"
|
84276
84556
|
},
|
84277
84557
|
"ConditionalOperator": {},
|
84278
84558
|
"ScanIndexForward": {
|
@@ -84408,7 +84688,7 @@ module.exports={
|
|
84408
84688
|
},
|
84409
84689
|
"Select": {},
|
84410
84690
|
"ScanFilter": {
|
84411
|
-
"shape": "
|
84691
|
+
"shape": "S9b"
|
84412
84692
|
},
|
84413
84693
|
"ConditionalOperator": {},
|
84414
84694
|
"ExclusiveStartKey": {
|
@@ -84517,7 +84797,7 @@ module.exports={
|
|
84517
84797
|
"shape": "St"
|
84518
84798
|
},
|
84519
84799
|
"Responses": {
|
84520
|
-
"shape": "
|
84800
|
+
"shape": "S7w"
|
84521
84801
|
}
|
84522
84802
|
}
|
84523
84803
|
},
|
@@ -84776,7 +85056,7 @@ module.exports={
|
|
84776
85056
|
"type": "long"
|
84777
85057
|
},
|
84778
85058
|
"GlobalTableProvisionedWriteCapacityAutoScalingSettingsUpdate": {
|
84779
|
-
"shape": "
|
85059
|
+
"shape": "Sah"
|
84780
85060
|
},
|
84781
85061
|
"GlobalTableGlobalSecondaryIndexSettingsUpdate": {
|
84782
85062
|
"type": "list",
|
@@ -84791,7 +85071,7 @@ module.exports={
|
|
84791
85071
|
"type": "long"
|
84792
85072
|
},
|
84793
85073
|
"ProvisionedWriteCapacityAutoScalingSettingsUpdate": {
|
84794
|
-
"shape": "
|
85074
|
+
"shape": "Sah"
|
84795
85075
|
}
|
84796
85076
|
}
|
84797
85077
|
}
|
@@ -84809,7 +85089,7 @@ module.exports={
|
|
84809
85089
|
"type": "long"
|
84810
85090
|
},
|
84811
85091
|
"ReplicaProvisionedReadCapacityAutoScalingSettingsUpdate": {
|
84812
|
-
"shape": "
|
85092
|
+
"shape": "Sah"
|
84813
85093
|
},
|
84814
85094
|
"ReplicaGlobalSecondaryIndexSettingsUpdate": {
|
84815
85095
|
"type": "list",
|
@@ -84824,7 +85104,7 @@ module.exports={
|
|
84824
85104
|
"type": "long"
|
84825
85105
|
},
|
84826
85106
|
"ProvisionedReadCapacityAutoScalingSettingsUpdate": {
|
84827
|
-
"shape": "
|
85107
|
+
"shape": "Sah"
|
84828
85108
|
}
|
84829
85109
|
}
|
84830
85110
|
}
|
@@ -84905,6 +85185,34 @@ module.exports={
|
|
84905
85185
|
},
|
84906
85186
|
"endpointdiscovery": {}
|
84907
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
|
+
},
|
84908
85216
|
"UpdateTable": {
|
84909
85217
|
"input": {
|
84910
85218
|
"type": "structure",
|
@@ -84993,7 +85301,7 @@ module.exports={
|
|
84993
85301
|
"shape": "S2c"
|
84994
85302
|
},
|
84995
85303
|
"GlobalSecondaryIndexes": {
|
84996
|
-
"shape": "
|
85304
|
+
"shape": "Sb9"
|
84997
85305
|
},
|
84998
85306
|
"TableClassOverride": {}
|
84999
85307
|
}
|
@@ -85010,7 +85318,7 @@ module.exports={
|
|
85010
85318
|
"shape": "S2c"
|
85011
85319
|
},
|
85012
85320
|
"GlobalSecondaryIndexes": {
|
85013
|
-
"shape": "
|
85321
|
+
"shape": "Sb9"
|
85014
85322
|
},
|
85015
85323
|
"TableClassOverride": {}
|
85016
85324
|
}
|
@@ -85057,14 +85365,14 @@ module.exports={
|
|
85057
85365
|
"members": {
|
85058
85366
|
"IndexName": {},
|
85059
85367
|
"ProvisionedWriteCapacityAutoScalingUpdate": {
|
85060
|
-
"shape": "
|
85368
|
+
"shape": "Sah"
|
85061
85369
|
}
|
85062
85370
|
}
|
85063
85371
|
}
|
85064
85372
|
},
|
85065
85373
|
"TableName": {},
|
85066
85374
|
"ProvisionedWriteCapacityAutoScalingUpdate": {
|
85067
|
-
"shape": "
|
85375
|
+
"shape": "Sah"
|
85068
85376
|
},
|
85069
85377
|
"ReplicaUpdates": {
|
85070
85378
|
"type": "list",
|
@@ -85082,13 +85390,13 @@ module.exports={
|
|
85082
85390
|
"members": {
|
85083
85391
|
"IndexName": {},
|
85084
85392
|
"ProvisionedReadCapacityAutoScalingUpdate": {
|
85085
|
-
"shape": "
|
85393
|
+
"shape": "Sah"
|
85086
85394
|
}
|
85087
85395
|
}
|
85088
85396
|
}
|
85089
85397
|
},
|
85090
85398
|
"ReplicaProvisionedReadCapacityAutoScalingUpdate": {
|
85091
|
-
"shape": "
|
85399
|
+
"shape": "Sah"
|
85092
85400
|
}
|
85093
85401
|
}
|
85094
85402
|
}
|
@@ -85099,7 +85407,7 @@ module.exports={
|
|
85099
85407
|
"type": "structure",
|
85100
85408
|
"members": {
|
85101
85409
|
"TableAutoScalingDescription": {
|
85102
|
-
"shape": "
|
85410
|
+
"shape": "S7d"
|
85103
85411
|
}
|
85104
85412
|
}
|
85105
85413
|
}
|
@@ -85114,7 +85422,7 @@ module.exports={
|
|
85114
85422
|
"members": {
|
85115
85423
|
"TableName": {},
|
85116
85424
|
"TimeToLiveSpecification": {
|
85117
|
-
"shape": "
|
85425
|
+
"shape": "Sbn"
|
85118
85426
|
}
|
85119
85427
|
}
|
85120
85428
|
},
|
@@ -85122,7 +85430,7 @@ module.exports={
|
|
85122
85430
|
"type": "structure",
|
85123
85431
|
"members": {
|
85124
85432
|
"TimeToLiveSpecification": {
|
85125
|
-
"shape": "
|
85433
|
+
"shape": "Sbn"
|
85126
85434
|
}
|
85127
85435
|
}
|
85128
85436
|
},
|
@@ -86144,7 +86452,7 @@ module.exports={
|
|
86144
86452
|
}
|
86145
86453
|
}
|
86146
86454
|
},
|
86147
|
-
"
|
86455
|
+
"S7d": {
|
86148
86456
|
"type": "structure",
|
86149
86457
|
"members": {
|
86150
86458
|
"TableName": {},
|
@@ -86183,7 +86491,7 @@ module.exports={
|
|
86183
86491
|
}
|
86184
86492
|
}
|
86185
86493
|
},
|
86186
|
-
"
|
86494
|
+
"S7k": {
|
86187
86495
|
"type": "structure",
|
86188
86496
|
"required": [
|
86189
86497
|
"TableName",
|
@@ -86191,18 +86499,30 @@ module.exports={
|
|
86191
86499
|
],
|
86192
86500
|
"members": {
|
86193
86501
|
"TableName": {},
|
86194
|
-
"StreamArn": {}
|
86502
|
+
"StreamArn": {},
|
86503
|
+
"EnableKinesisStreamingConfiguration": {
|
86504
|
+
"shape": "S7l"
|
86505
|
+
}
|
86195
86506
|
}
|
86196
86507
|
},
|
86197
|
-
"
|
86508
|
+
"S7l": {
|
86509
|
+
"type": "structure",
|
86510
|
+
"members": {
|
86511
|
+
"ApproximateCreationDateTimePrecision": {}
|
86512
|
+
}
|
86513
|
+
},
|
86514
|
+
"S7m": {
|
86198
86515
|
"type": "structure",
|
86199
86516
|
"members": {
|
86200
86517
|
"TableName": {},
|
86201
86518
|
"StreamArn": {},
|
86202
|
-
"DestinationStatus": {}
|
86519
|
+
"DestinationStatus": {},
|
86520
|
+
"EnableKinesisStreamingConfiguration": {
|
86521
|
+
"shape": "S7l"
|
86522
|
+
}
|
86203
86523
|
}
|
86204
86524
|
},
|
86205
|
-
"
|
86525
|
+
"S7w": {
|
86206
86526
|
"type": "list",
|
86207
86527
|
"member": {
|
86208
86528
|
"type": "structure",
|
@@ -86213,7 +86533,7 @@ module.exports={
|
|
86213
86533
|
}
|
86214
86534
|
}
|
86215
86535
|
},
|
86216
|
-
"
|
86536
|
+
"S9a": {
|
86217
86537
|
"type": "structure",
|
86218
86538
|
"required": [
|
86219
86539
|
"ComparisonOperator"
|
@@ -86225,14 +86545,14 @@ module.exports={
|
|
86225
86545
|
"ComparisonOperator": {}
|
86226
86546
|
}
|
86227
86547
|
},
|
86228
|
-
"
|
86548
|
+
"S9b": {
|
86229
86549
|
"type": "map",
|
86230
86550
|
"key": {},
|
86231
86551
|
"value": {
|
86232
|
-
"shape": "
|
86552
|
+
"shape": "S9a"
|
86233
86553
|
}
|
86234
86554
|
},
|
86235
|
-
"
|
86555
|
+
"Sah": {
|
86236
86556
|
"type": "structure",
|
86237
86557
|
"members": {
|
86238
86558
|
"MinimumUnits": {
|
@@ -86276,7 +86596,13 @@ module.exports={
|
|
86276
86596
|
}
|
86277
86597
|
}
|
86278
86598
|
},
|
86279
|
-
"
|
86599
|
+
"Say": {
|
86600
|
+
"type": "structure",
|
86601
|
+
"members": {
|
86602
|
+
"ApproximateCreationDateTimePrecision": {}
|
86603
|
+
}
|
86604
|
+
},
|
86605
|
+
"Sb9": {
|
86280
86606
|
"type": "list",
|
86281
86607
|
"member": {
|
86282
86608
|
"type": "structure",
|
@@ -86291,7 +86617,7 @@ module.exports={
|
|
86291
86617
|
}
|
86292
86618
|
}
|
86293
86619
|
},
|
86294
|
-
"
|
86620
|
+
"Sbn": {
|
86295
86621
|
"type": "structure",
|
86296
86622
|
"required": [
|
86297
86623
|
"Enabled",
|
@@ -146725,6 +147051,69 @@ module.exports={
|
|
146725
147051
|
"shape": "S43"
|
146726
147052
|
}
|
146727
147053
|
}
|
147054
|
+
},
|
147055
|
+
"SnowflakeDestinationConfiguration": {
|
147056
|
+
"type": "structure",
|
147057
|
+
"required": [
|
147058
|
+
"AccountUrl",
|
147059
|
+
"PrivateKey",
|
147060
|
+
"User",
|
147061
|
+
"Database",
|
147062
|
+
"Schema",
|
147063
|
+
"Table",
|
147064
|
+
"RoleARN",
|
147065
|
+
"S3Configuration"
|
147066
|
+
],
|
147067
|
+
"members": {
|
147068
|
+
"AccountUrl": {
|
147069
|
+
"shape": "S46"
|
147070
|
+
},
|
147071
|
+
"PrivateKey": {
|
147072
|
+
"shape": "S47"
|
147073
|
+
},
|
147074
|
+
"KeyPassphrase": {
|
147075
|
+
"shape": "S48"
|
147076
|
+
},
|
147077
|
+
"User": {
|
147078
|
+
"shape": "S49"
|
147079
|
+
},
|
147080
|
+
"Database": {
|
147081
|
+
"shape": "S4a"
|
147082
|
+
},
|
147083
|
+
"Schema": {
|
147084
|
+
"shape": "S4b"
|
147085
|
+
},
|
147086
|
+
"Table": {
|
147087
|
+
"shape": "S4c"
|
147088
|
+
},
|
147089
|
+
"SnowflakeRoleConfiguration": {
|
147090
|
+
"shape": "S4d"
|
147091
|
+
},
|
147092
|
+
"DataLoadingOption": {},
|
147093
|
+
"MetaDataColumnName": {
|
147094
|
+
"shape": "S4g"
|
147095
|
+
},
|
147096
|
+
"ContentColumnName": {
|
147097
|
+
"shape": "S4h"
|
147098
|
+
},
|
147099
|
+
"SnowflakeVpcConfiguration": {
|
147100
|
+
"shape": "S4i"
|
147101
|
+
},
|
147102
|
+
"CloudWatchLoggingOptions": {
|
147103
|
+
"shape": "Sl"
|
147104
|
+
},
|
147105
|
+
"ProcessingConfiguration": {
|
147106
|
+
"shape": "Sq"
|
147107
|
+
},
|
147108
|
+
"RoleARN": {},
|
147109
|
+
"RetryOptions": {
|
147110
|
+
"shape": "S4k"
|
147111
|
+
},
|
147112
|
+
"S3BackupMode": {},
|
147113
|
+
"S3Configuration": {
|
147114
|
+
"shape": "Sa"
|
147115
|
+
}
|
147116
|
+
}
|
146728
147117
|
}
|
146729
147118
|
}
|
146730
147119
|
},
|
@@ -146789,7 +147178,7 @@ module.exports={
|
|
146789
147178
|
"DeliveryStreamARN": {},
|
146790
147179
|
"DeliveryStreamStatus": {},
|
146791
147180
|
"FailureDescription": {
|
146792
|
-
"shape": "
|
147181
|
+
"shape": "S4x"
|
146793
147182
|
},
|
146794
147183
|
"DeliveryStreamEncryptionConfiguration": {
|
146795
147184
|
"type": "structure",
|
@@ -146798,7 +147187,7 @@ module.exports={
|
|
146798
147187
|
"KeyType": {},
|
146799
147188
|
"Status": {},
|
146800
147189
|
"FailureDescription": {
|
146801
|
-
"shape": "
|
147190
|
+
"shape": "S4x"
|
146802
147191
|
}
|
146803
147192
|
}
|
146804
147193
|
},
|
@@ -146848,7 +147237,7 @@ module.exports={
|
|
146848
147237
|
"members": {
|
146849
147238
|
"DestinationId": {},
|
146850
147239
|
"S3DestinationDescription": {
|
146851
|
-
"shape": "
|
147240
|
+
"shape": "S59"
|
146852
147241
|
},
|
146853
147242
|
"ExtendedS3DestinationDescription": {
|
146854
147243
|
"type": "structure",
|
@@ -146879,7 +147268,7 @@ module.exports={
|
|
146879
147268
|
},
|
146880
147269
|
"S3BackupMode": {},
|
146881
147270
|
"S3BackupDescription": {
|
146882
|
-
"shape": "
|
147271
|
+
"shape": "S59"
|
146883
147272
|
},
|
146884
147273
|
"DataFormatConversionConfiguration": {
|
146885
147274
|
"shape": "Sz"
|
@@ -146911,14 +147300,14 @@ module.exports={
|
|
146911
147300
|
"shape": "S1z"
|
146912
147301
|
},
|
146913
147302
|
"S3DestinationDescription": {
|
146914
|
-
"shape": "
|
147303
|
+
"shape": "S59"
|
146915
147304
|
},
|
146916
147305
|
"ProcessingConfiguration": {
|
146917
147306
|
"shape": "Sq"
|
146918
147307
|
},
|
146919
147308
|
"S3BackupMode": {},
|
146920
147309
|
"S3BackupDescription": {
|
146921
|
-
"shape": "
|
147310
|
+
"shape": "S59"
|
146922
147311
|
},
|
146923
147312
|
"CloudWatchLoggingOptions": {
|
146924
147313
|
"shape": "Sl"
|
@@ -146942,7 +147331,7 @@ module.exports={
|
|
146942
147331
|
},
|
146943
147332
|
"S3BackupMode": {},
|
146944
147333
|
"S3DestinationDescription": {
|
146945
|
-
"shape": "
|
147334
|
+
"shape": "S59"
|
146946
147335
|
},
|
146947
147336
|
"ProcessingConfiguration": {
|
146948
147337
|
"shape": "Sq"
|
@@ -146951,7 +147340,7 @@ module.exports={
|
|
146951
147340
|
"shape": "Sl"
|
146952
147341
|
},
|
146953
147342
|
"VpcConfigurationDescription": {
|
146954
|
-
"shape": "
|
147343
|
+
"shape": "S5d"
|
146955
147344
|
},
|
146956
147345
|
"DocumentIdOptions": {
|
146957
147346
|
"shape": "S2h"
|
@@ -146975,7 +147364,7 @@ module.exports={
|
|
146975
147364
|
},
|
146976
147365
|
"S3BackupMode": {},
|
146977
147366
|
"S3DestinationDescription": {
|
146978
|
-
"shape": "
|
147367
|
+
"shape": "S59"
|
146979
147368
|
},
|
146980
147369
|
"ProcessingConfiguration": {
|
146981
147370
|
"shape": "Sq"
|
@@ -146984,7 +147373,7 @@ module.exports={
|
|
146984
147373
|
"shape": "Sl"
|
146985
147374
|
},
|
146986
147375
|
"VpcConfigurationDescription": {
|
146987
|
-
"shape": "
|
147376
|
+
"shape": "S5d"
|
146988
147377
|
},
|
146989
147378
|
"DocumentIdOptions": {
|
146990
147379
|
"shape": "S2h"
|
@@ -147005,7 +147394,7 @@ module.exports={
|
|
147005
147394
|
},
|
147006
147395
|
"S3BackupMode": {},
|
147007
147396
|
"S3DestinationDescription": {
|
147008
|
-
"shape": "
|
147397
|
+
"shape": "S59"
|
147009
147398
|
},
|
147010
147399
|
"ProcessingConfiguration": {
|
147011
147400
|
"shape": "Sq"
|
@@ -147048,7 +147437,54 @@ module.exports={
|
|
147048
147437
|
},
|
147049
147438
|
"S3BackupMode": {},
|
147050
147439
|
"S3DestinationDescription": {
|
147051
|
-
"shape": "
|
147440
|
+
"shape": "S59"
|
147441
|
+
}
|
147442
|
+
}
|
147443
|
+
},
|
147444
|
+
"SnowflakeDestinationDescription": {
|
147445
|
+
"type": "structure",
|
147446
|
+
"members": {
|
147447
|
+
"AccountUrl": {
|
147448
|
+
"shape": "S46"
|
147449
|
+
},
|
147450
|
+
"User": {
|
147451
|
+
"shape": "S49"
|
147452
|
+
},
|
147453
|
+
"Database": {
|
147454
|
+
"shape": "S4a"
|
147455
|
+
},
|
147456
|
+
"Schema": {
|
147457
|
+
"shape": "S4b"
|
147458
|
+
},
|
147459
|
+
"Table": {
|
147460
|
+
"shape": "S4c"
|
147461
|
+
},
|
147462
|
+
"SnowflakeRoleConfiguration": {
|
147463
|
+
"shape": "S4d"
|
147464
|
+
},
|
147465
|
+
"DataLoadingOption": {},
|
147466
|
+
"MetaDataColumnName": {
|
147467
|
+
"shape": "S4g"
|
147468
|
+
},
|
147469
|
+
"ContentColumnName": {
|
147470
|
+
"shape": "S4h"
|
147471
|
+
},
|
147472
|
+
"SnowflakeVpcConfiguration": {
|
147473
|
+
"shape": "S4i"
|
147474
|
+
},
|
147475
|
+
"CloudWatchLoggingOptions": {
|
147476
|
+
"shape": "Sl"
|
147477
|
+
},
|
147478
|
+
"ProcessingConfiguration": {
|
147479
|
+
"shape": "Sq"
|
147480
|
+
},
|
147481
|
+
"RoleARN": {},
|
147482
|
+
"RetryOptions": {
|
147483
|
+
"shape": "S4k"
|
147484
|
+
},
|
147485
|
+
"S3BackupMode": {},
|
147486
|
+
"S3DestinationDescription": {
|
147487
|
+
"shape": "S59"
|
147052
147488
|
}
|
147053
147489
|
}
|
147054
147490
|
},
|
@@ -147066,7 +147502,7 @@ module.exports={
|
|
147066
147502
|
},
|
147067
147503
|
"S3BackupMode": {},
|
147068
147504
|
"S3DestinationDescription": {
|
147069
|
-
"shape": "
|
147505
|
+
"shape": "S59"
|
147070
147506
|
},
|
147071
147507
|
"ProcessingConfiguration": {
|
147072
147508
|
"shape": "Sq"
|
@@ -147075,7 +147511,7 @@ module.exports={
|
|
147075
147511
|
"shape": "Sl"
|
147076
147512
|
},
|
147077
147513
|
"VpcConfigurationDescription": {
|
147078
|
-
"shape": "
|
147514
|
+
"shape": "S5d"
|
147079
147515
|
}
|
147080
147516
|
}
|
147081
147517
|
}
|
@@ -147161,7 +147597,7 @@ module.exports={
|
|
147161
147597
|
"members": {
|
147162
147598
|
"DeliveryStreamName": {},
|
147163
147599
|
"Record": {
|
147164
|
-
"shape": "
|
147600
|
+
"shape": "S5t"
|
147165
147601
|
}
|
147166
147602
|
}
|
147167
147603
|
},
|
@@ -147190,7 +147626,7 @@ module.exports={
|
|
147190
147626
|
"Records": {
|
147191
147627
|
"type": "list",
|
147192
147628
|
"member": {
|
147193
|
-
"shape": "
|
147629
|
+
"shape": "S5t"
|
147194
147630
|
}
|
147195
147631
|
}
|
147196
147632
|
}
|
@@ -147307,7 +147743,7 @@ module.exports={
|
|
147307
147743
|
"CurrentDeliveryStreamVersionId": {},
|
147308
147744
|
"DestinationId": {},
|
147309
147745
|
"S3DestinationUpdate": {
|
147310
|
-
"shape": "
|
147746
|
+
"shape": "S6e",
|
147311
147747
|
"deprecated": true
|
147312
147748
|
},
|
147313
147749
|
"ExtendedS3DestinationUpdate": {
|
@@ -147332,7 +147768,7 @@ module.exports={
|
|
147332
147768
|
},
|
147333
147769
|
"S3BackupMode": {},
|
147334
147770
|
"S3BackupUpdate": {
|
147335
|
-
"shape": "
|
147771
|
+
"shape": "S6e"
|
147336
147772
|
},
|
147337
147773
|
"DataFormatConversionConfiguration": {
|
147338
147774
|
"shape": "Sz"
|
@@ -147360,14 +147796,14 @@ module.exports={
|
|
147360
147796
|
"shape": "S1z"
|
147361
147797
|
},
|
147362
147798
|
"S3Update": {
|
147363
|
-
"shape": "
|
147799
|
+
"shape": "S6e"
|
147364
147800
|
},
|
147365
147801
|
"ProcessingConfiguration": {
|
147366
147802
|
"shape": "Sq"
|
147367
147803
|
},
|
147368
147804
|
"S3BackupMode": {},
|
147369
147805
|
"S3BackupUpdate": {
|
147370
|
-
"shape": "
|
147806
|
+
"shape": "S6e"
|
147371
147807
|
},
|
147372
147808
|
"CloudWatchLoggingOptions": {
|
147373
147809
|
"shape": "Sl"
|
@@ -147390,7 +147826,7 @@ module.exports={
|
|
147390
147826
|
"shape": "S2b"
|
147391
147827
|
},
|
147392
147828
|
"S3Update": {
|
147393
|
-
"shape": "
|
147829
|
+
"shape": "S6e"
|
147394
147830
|
},
|
147395
147831
|
"ProcessingConfiguration": {
|
147396
147832
|
"shape": "Sq"
|
@@ -147419,7 +147855,7 @@ module.exports={
|
|
147419
147855
|
"shape": "S2s"
|
147420
147856
|
},
|
147421
147857
|
"S3Update": {
|
147422
|
-
"shape": "
|
147858
|
+
"shape": "S6e"
|
147423
147859
|
},
|
147424
147860
|
"ProcessingConfiguration": {
|
147425
147861
|
"shape": "Sq"
|
@@ -147446,7 +147882,7 @@ module.exports={
|
|
147446
147882
|
},
|
147447
147883
|
"S3BackupMode": {},
|
147448
147884
|
"S3Update": {
|
147449
|
-
"shape": "
|
147885
|
+
"shape": "S6e"
|
147450
147886
|
},
|
147451
147887
|
"ProcessingConfiguration": {
|
147452
147888
|
"shape": "Sq"
|
@@ -147483,7 +147919,7 @@ module.exports={
|
|
147483
147919
|
},
|
147484
147920
|
"S3BackupMode": {},
|
147485
147921
|
"S3Update": {
|
147486
|
-
"shape": "
|
147922
|
+
"shape": "S6e"
|
147487
147923
|
}
|
147488
147924
|
}
|
147489
147925
|
},
|
@@ -147500,7 +147936,7 @@ module.exports={
|
|
147500
147936
|
"shape": "S3x"
|
147501
147937
|
},
|
147502
147938
|
"S3Update": {
|
147503
|
-
"shape": "
|
147939
|
+
"shape": "S6e"
|
147504
147940
|
},
|
147505
147941
|
"ProcessingConfiguration": {
|
147506
147942
|
"shape": "Sq"
|
@@ -147509,6 +147945,56 @@ module.exports={
|
|
147509
147945
|
"shape": "Sl"
|
147510
147946
|
}
|
147511
147947
|
}
|
147948
|
+
},
|
147949
|
+
"SnowflakeDestinationUpdate": {
|
147950
|
+
"type": "structure",
|
147951
|
+
"members": {
|
147952
|
+
"AccountUrl": {
|
147953
|
+
"shape": "S46"
|
147954
|
+
},
|
147955
|
+
"PrivateKey": {
|
147956
|
+
"shape": "S47"
|
147957
|
+
},
|
147958
|
+
"KeyPassphrase": {
|
147959
|
+
"shape": "S48"
|
147960
|
+
},
|
147961
|
+
"User": {
|
147962
|
+
"shape": "S49"
|
147963
|
+
},
|
147964
|
+
"Database": {
|
147965
|
+
"shape": "S4a"
|
147966
|
+
},
|
147967
|
+
"Schema": {
|
147968
|
+
"shape": "S4b"
|
147969
|
+
},
|
147970
|
+
"Table": {
|
147971
|
+
"shape": "S4c"
|
147972
|
+
},
|
147973
|
+
"SnowflakeRoleConfiguration": {
|
147974
|
+
"shape": "S4d"
|
147975
|
+
},
|
147976
|
+
"DataLoadingOption": {},
|
147977
|
+
"MetaDataColumnName": {
|
147978
|
+
"shape": "S4g"
|
147979
|
+
},
|
147980
|
+
"ContentColumnName": {
|
147981
|
+
"shape": "S4h"
|
147982
|
+
},
|
147983
|
+
"CloudWatchLoggingOptions": {
|
147984
|
+
"shape": "Sl"
|
147985
|
+
},
|
147986
|
+
"ProcessingConfiguration": {
|
147987
|
+
"shape": "Sq"
|
147988
|
+
},
|
147989
|
+
"RoleARN": {},
|
147990
|
+
"RetryOptions": {
|
147991
|
+
"shape": "S4k"
|
147992
|
+
},
|
147993
|
+
"S3BackupMode": {},
|
147994
|
+
"S3Update": {
|
147995
|
+
"shape": "S6e"
|
147996
|
+
}
|
147997
|
+
}
|
147512
147998
|
}
|
147513
147999
|
}
|
147514
148000
|
},
|
@@ -147982,7 +148468,75 @@ module.exports={
|
|
147982
148468
|
"Connectivity": {}
|
147983
148469
|
}
|
147984
148470
|
},
|
147985
|
-
"
|
148471
|
+
"S46": {
|
148472
|
+
"type": "string",
|
148473
|
+
"sensitive": true
|
148474
|
+
},
|
148475
|
+
"S47": {
|
148476
|
+
"type": "string",
|
148477
|
+
"sensitive": true
|
148478
|
+
},
|
148479
|
+
"S48": {
|
148480
|
+
"type": "string",
|
148481
|
+
"sensitive": true
|
148482
|
+
},
|
148483
|
+
"S49": {
|
148484
|
+
"type": "string",
|
148485
|
+
"sensitive": true
|
148486
|
+
},
|
148487
|
+
"S4a": {
|
148488
|
+
"type": "string",
|
148489
|
+
"sensitive": true
|
148490
|
+
},
|
148491
|
+
"S4b": {
|
148492
|
+
"type": "string",
|
148493
|
+
"sensitive": true
|
148494
|
+
},
|
148495
|
+
"S4c": {
|
148496
|
+
"type": "string",
|
148497
|
+
"sensitive": true
|
148498
|
+
},
|
148499
|
+
"S4d": {
|
148500
|
+
"type": "structure",
|
148501
|
+
"members": {
|
148502
|
+
"Enabled": {
|
148503
|
+
"type": "boolean"
|
148504
|
+
},
|
148505
|
+
"SnowflakeRole": {
|
148506
|
+
"type": "string",
|
148507
|
+
"sensitive": true
|
148508
|
+
}
|
148509
|
+
}
|
148510
|
+
},
|
148511
|
+
"S4g": {
|
148512
|
+
"type": "string",
|
148513
|
+
"sensitive": true
|
148514
|
+
},
|
148515
|
+
"S4h": {
|
148516
|
+
"type": "string",
|
148517
|
+
"sensitive": true
|
148518
|
+
},
|
148519
|
+
"S4i": {
|
148520
|
+
"type": "structure",
|
148521
|
+
"required": [
|
148522
|
+
"PrivateLinkVpceId"
|
148523
|
+
],
|
148524
|
+
"members": {
|
148525
|
+
"PrivateLinkVpceId": {
|
148526
|
+
"type": "string",
|
148527
|
+
"sensitive": true
|
148528
|
+
}
|
148529
|
+
}
|
148530
|
+
},
|
148531
|
+
"S4k": {
|
148532
|
+
"type": "structure",
|
148533
|
+
"members": {
|
148534
|
+
"DurationInSeconds": {
|
148535
|
+
"type": "integer"
|
148536
|
+
}
|
148537
|
+
}
|
148538
|
+
},
|
148539
|
+
"S4x": {
|
147986
148540
|
"type": "structure",
|
147987
148541
|
"required": [
|
147988
148542
|
"Type",
|
@@ -147993,7 +148547,7 @@ module.exports={
|
|
147993
148547
|
"Details": {}
|
147994
148548
|
}
|
147995
148549
|
},
|
147996
|
-
"
|
148550
|
+
"S59": {
|
147997
148551
|
"type": "structure",
|
147998
148552
|
"required": [
|
147999
148553
|
"RoleARN",
|
@@ -148019,7 +148573,7 @@ module.exports={
|
|
148019
148573
|
}
|
148020
148574
|
}
|
148021
148575
|
},
|
148022
|
-
"
|
148576
|
+
"S5d": {
|
148023
148577
|
"type": "structure",
|
148024
148578
|
"required": [
|
148025
148579
|
"SubnetIds",
|
@@ -148038,7 +148592,7 @@ module.exports={
|
|
148038
148592
|
"VpcId": {}
|
148039
148593
|
}
|
148040
148594
|
},
|
148041
|
-
"
|
148595
|
+
"S5t": {
|
148042
148596
|
"type": "structure",
|
148043
148597
|
"required": [
|
148044
148598
|
"Data"
|
@@ -148049,7 +148603,7 @@ module.exports={
|
|
148049
148603
|
}
|
148050
148604
|
}
|
148051
148605
|
},
|
148052
|
-
"
|
148606
|
+
"S6e": {
|
148053
148607
|
"type": "structure",
|
148054
148608
|
"members": {
|
148055
148609
|
"RoleARN": {},
|
@@ -271408,7 +271962,7 @@ AWS.util.update(AWS, {
|
|
271408
271962
|
/**
|
271409
271963
|
* @constant
|
271410
271964
|
*/
|
271411
|
-
VERSION: '2.
|
271965
|
+
VERSION: '2.1540.0',
|
271412
271966
|
|
271413
271967
|
/**
|
271414
271968
|
* @api private
|
@@ -293632,7 +294186,7 @@ var LRUCache = /** @class */ (function () {
|
|
293632
294186
|
}());
|
293633
294187
|
exports.LRUCache = LRUCache;
|
293634
294188
|
},{}],467:[function(require,module,exports){
|
293635
|
-
// AWS SDK for JavaScript v2.
|
294189
|
+
// AWS SDK for JavaScript v2.1540.0
|
293636
294190
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
293637
294191
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
293638
294192
|
require('./browser_loader');
|