cdk-lambda-subminute 2.0.376 → 2.0.378

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.
Files changed (40) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/aws-sdk/README.md +1 -1
  4. package/node_modules/aws-sdk/apis/artifact-2018-05-10.examples.json +5 -0
  5. package/node_modules/aws-sdk/apis/artifact-2018-05-10.min.json +258 -0
  6. package/node_modules/aws-sdk/apis/artifact-2018-05-10.paginators.json +10 -0
  7. package/node_modules/aws-sdk/apis/codepipeline-2015-07-09.min.json +76 -73
  8. package/node_modules/aws-sdk/apis/elasticmapreduce-2009-03-31.min.json +26 -0
  9. package/node_modules/aws-sdk/apis/firehose-2015-08-04.min.json +260 -171
  10. package/node_modules/aws-sdk/apis/guardduty-2017-11-28.min.json +73 -59
  11. package/node_modules/aws-sdk/apis/healthlake-2017-07-01.min.json +29 -0
  12. package/node_modules/aws-sdk/apis/metadata.json +3 -0
  13. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +24 -4
  14. package/node_modules/aws-sdk/apis/sns-2010-03-31.min.json +35 -9
  15. package/node_modules/aws-sdk/clients/all.d.ts +1 -0
  16. package/node_modules/aws-sdk/clients/all.js +2 -1
  17. package/node_modules/aws-sdk/clients/artifact.d.ts +333 -0
  18. package/node_modules/aws-sdk/clients/artifact.js +18 -0
  19. package/node_modules/aws-sdk/clients/codepipeline.d.ts +5 -0
  20. package/node_modules/aws-sdk/clients/connectparticipant.d.ts +7 -7
  21. package/node_modules/aws-sdk/clients/detective.d.ts +49 -49
  22. package/node_modules/aws-sdk/clients/emr.d.ts +32 -2
  23. package/node_modules/aws-sdk/clients/firehose.d.ts +195 -118
  24. package/node_modules/aws-sdk/clients/guardduty.d.ts +11 -10
  25. package/node_modules/aws-sdk/clients/healthlake.d.ts +42 -2
  26. package/node_modules/aws-sdk/clients/lambda.d.ts +15 -15
  27. package/node_modules/aws-sdk/clients/opensearch.d.ts +19 -19
  28. package/node_modules/aws-sdk/clients/polly.d.ts +1 -1
  29. package/node_modules/aws-sdk/clients/rds.d.ts +2 -2
  30. package/node_modules/aws-sdk/clients/sagemaker.d.ts +22 -2
  31. package/node_modules/aws-sdk/clients/secretsmanager.d.ts +3 -3
  32. package/node_modules/aws-sdk/clients/sns.d.ts +20 -20
  33. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  34. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +48 -11
  35. package/node_modules/aws-sdk/dist/aws-sdk.js +403 -256
  36. package/node_modules/aws-sdk/dist/aws-sdk.min.js +72 -72
  37. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
  38. package/node_modules/aws-sdk/lib/core.js +1 -1
  39. package/node_modules/aws-sdk/package.json +1 -1
  40. package/package.json +3 -3
@@ -1,4 +1,4 @@
1
- // AWS SDK for JavaScript v2.1558.0
1
+ // AWS SDK for JavaScript v2.1560.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){
@@ -50931,7 +50931,7 @@ module.exports={
50931
50931
  "type": "structure",
50932
50932
  "members": {
50933
50933
  "actionType": {
50934
- "shape": "S2z"
50934
+ "shape": "S30"
50935
50935
  }
50936
50936
  }
50937
50937
  }
@@ -50954,7 +50954,7 @@ module.exports={
50954
50954
  "members": {
50955
50955
  "id": {},
50956
50956
  "data": {
50957
- "shape": "S3r"
50957
+ "shape": "S3s"
50958
50958
  },
50959
50959
  "accountId": {}
50960
50960
  }
@@ -51051,7 +51051,7 @@ module.exports={
51051
51051
  }
51052
51052
  },
51053
51053
  "trigger": {
51054
- "shape": "S4s"
51054
+ "shape": "S4t"
51055
51055
  },
51056
51056
  "executionMode": {}
51057
51057
  }
@@ -51083,12 +51083,12 @@ module.exports={
51083
51083
  "members": {
51084
51084
  "stageName": {},
51085
51085
  "inboundExecution": {
51086
- "shape": "S4z"
51086
+ "shape": "S50"
51087
51087
  },
51088
51088
  "inboundExecutions": {
51089
51089
  "type": "list",
51090
51090
  "member": {
51091
- "shape": "S4z"
51091
+ "shape": "S50"
51092
51092
  }
51093
51093
  },
51094
51094
  "inboundTransitionState": {
@@ -51111,7 +51111,7 @@ module.exports={
51111
51111
  "members": {
51112
51112
  "actionName": {},
51113
51113
  "currentRevision": {
51114
- "shape": "S58"
51114
+ "shape": "S59"
51115
51115
  },
51116
51116
  "latestExecution": {
51117
51117
  "type": "structure",
@@ -51130,7 +51130,7 @@ module.exports={
51130
51130
  "type": "integer"
51131
51131
  },
51132
51132
  "errorDetails": {
51133
- "shape": "S5g"
51133
+ "shape": "S5h"
51134
51134
  }
51135
51135
  }
51136
51136
  },
@@ -51140,7 +51140,7 @@ module.exports={
51140
51140
  }
51141
51141
  },
51142
51142
  "latestExecution": {
51143
- "shape": "S4z"
51143
+ "shape": "S50"
51144
51144
  }
51145
51145
  }
51146
51146
  }
@@ -51180,19 +51180,19 @@ module.exports={
51180
51180
  "shape": "Sw"
51181
51181
  },
51182
51182
  "actionConfiguration": {
51183
- "shape": "S3s"
51183
+ "shape": "S3t"
51184
51184
  },
51185
51185
  "pipelineContext": {
51186
- "shape": "S3t"
51186
+ "shape": "S3u"
51187
51187
  },
51188
51188
  "inputArtifacts": {
51189
- "shape": "S3z"
51189
+ "shape": "S40"
51190
51190
  },
51191
51191
  "outputArtifacts": {
51192
- "shape": "S3z"
51192
+ "shape": "S40"
51193
51193
  },
51194
51194
  "artifactCredentials": {
51195
- "shape": "S47"
51195
+ "shape": "S48"
51196
51196
  },
51197
51197
  "continuationToken": {},
51198
51198
  "encryptionKey": {
@@ -51277,7 +51277,7 @@ module.exports={
51277
51277
  "roleArn": {},
51278
51278
  "region": {},
51279
51279
  "inputArtifacts": {
51280
- "shape": "S5y"
51280
+ "shape": "S5z"
51281
51281
  },
51282
51282
  "namespace": {}
51283
51283
  }
@@ -51286,7 +51286,7 @@ module.exports={
51286
51286
  "type": "structure",
51287
51287
  "members": {
51288
51288
  "outputArtifacts": {
51289
- "shape": "S5y"
51289
+ "shape": "S5z"
51290
51290
  },
51291
51291
  "executionResult": {
51292
51292
  "type": "structure",
@@ -51295,12 +51295,12 @@ module.exports={
51295
51295
  "externalExecutionSummary": {},
51296
51296
  "externalExecutionUrl": {},
51297
51297
  "errorDetails": {
51298
- "shape": "S5g"
51298
+ "shape": "S5h"
51299
51299
  }
51300
51300
  }
51301
51301
  },
51302
51302
  "outputVariables": {
51303
- "shape": "S67"
51303
+ "shape": "S68"
51304
51304
  }
51305
51305
  }
51306
51306
  }
@@ -51382,7 +51382,7 @@ module.exports={
51382
51382
  }
51383
51383
  },
51384
51384
  "trigger": {
51385
- "shape": "S4s"
51385
+ "shape": "S4t"
51386
51386
  },
51387
51387
  "stopTrigger": {
51388
51388
  "type": "structure",
@@ -51475,7 +51475,7 @@ module.exports={
51475
51475
  "webhooks": {
51476
51476
  "type": "list",
51477
51477
  "member": {
51478
- "shape": "S6w"
51478
+ "shape": "S6x"
51479
51479
  }
51480
51480
  },
51481
51481
  "NextToken": {}
@@ -51512,7 +51512,7 @@ module.exports={
51512
51512
  "members": {
51513
51513
  "id": {},
51514
51514
  "data": {
51515
- "shape": "S3r"
51515
+ "shape": "S3s"
51516
51516
  },
51517
51517
  "nonce": {},
51518
51518
  "accountId": {}
@@ -51567,7 +51567,7 @@ module.exports={
51567
51567
  "stageName": {},
51568
51568
  "actionName": {},
51569
51569
  "actionRevision": {
51570
- "shape": "S58"
51570
+ "shape": "S59"
51571
51571
  }
51572
51572
  }
51573
51573
  },
@@ -51628,7 +51628,7 @@ module.exports={
51628
51628
  "members": {
51629
51629
  "jobId": {},
51630
51630
  "failureDetails": {
51631
- "shape": "S7w"
51631
+ "shape": "S7x"
51632
51632
  }
51633
51633
  }
51634
51634
  }
@@ -51642,14 +51642,14 @@ module.exports={
51642
51642
  "members": {
51643
51643
  "jobId": {},
51644
51644
  "currentRevision": {
51645
- "shape": "S7z"
51645
+ "shape": "S80"
51646
51646
  },
51647
51647
  "continuationToken": {},
51648
51648
  "executionDetails": {
51649
- "shape": "S81"
51649
+ "shape": "S82"
51650
51650
  },
51651
51651
  "outputVariables": {
51652
- "shape": "S67"
51652
+ "shape": "S68"
51653
51653
  }
51654
51654
  }
51655
51655
  }
@@ -51666,7 +51666,7 @@ module.exports={
51666
51666
  "jobId": {},
51667
51667
  "clientToken": {},
51668
51668
  "failureDetails": {
51669
- "shape": "S7w"
51669
+ "shape": "S7x"
51670
51670
  }
51671
51671
  }
51672
51672
  }
@@ -51682,11 +51682,11 @@ module.exports={
51682
51682
  "jobId": {},
51683
51683
  "clientToken": {},
51684
51684
  "currentRevision": {
51685
- "shape": "S7z"
51685
+ "shape": "S80"
51686
51686
  },
51687
51687
  "continuationToken": {},
51688
51688
  "executionDetails": {
51689
- "shape": "S81"
51689
+ "shape": "S82"
51690
51690
  }
51691
51691
  }
51692
51692
  }
@@ -51699,7 +51699,7 @@ module.exports={
51699
51699
  ],
51700
51700
  "members": {
51701
51701
  "webhook": {
51702
- "shape": "S6x"
51702
+ "shape": "S6y"
51703
51703
  },
51704
51704
  "tags": {
51705
51705
  "shape": "Sq"
@@ -51710,7 +51710,7 @@ module.exports={
51710
51710
  "type": "structure",
51711
51711
  "members": {
51712
51712
  "webhook": {
51713
- "shape": "S6w"
51713
+ "shape": "S6x"
51714
51714
  }
51715
51715
  }
51716
51716
  }
@@ -51870,7 +51870,7 @@ module.exports={
51870
51870
  ],
51871
51871
  "members": {
51872
51872
  "actionType": {
51873
- "shape": "S2z"
51873
+ "shape": "S30"
51874
51874
  }
51875
51875
  }
51876
51876
  }
@@ -52094,7 +52094,10 @@ module.exports={
52094
52094
  },
52095
52095
  "roleArn": {},
52096
52096
  "region": {},
52097
- "namespace": {}
52097
+ "namespace": {},
52098
+ "timeoutInMinutes": {
52099
+ "type": "integer"
52100
+ }
52098
52101
  }
52099
52102
  }
52100
52103
  }
@@ -52146,18 +52149,18 @@ module.exports={
52146
52149
  "type": "structure",
52147
52150
  "members": {
52148
52151
  "includes": {
52149
- "shape": "S28"
52152
+ "shape": "S29"
52150
52153
  },
52151
52154
  "excludes": {
52152
- "shape": "S28"
52155
+ "shape": "S29"
52153
52156
  }
52154
52157
  }
52155
52158
  },
52156
52159
  "branches": {
52157
- "shape": "S2a"
52160
+ "shape": "S2b"
52158
52161
  },
52159
52162
  "filePaths": {
52160
- "shape": "S2d"
52163
+ "shape": "S2e"
52161
52164
  }
52162
52165
  }
52163
52166
  }
@@ -52172,10 +52175,10 @@ module.exports={
52172
52175
  "member": {}
52173
52176
  },
52174
52177
  "branches": {
52175
- "shape": "S2a"
52178
+ "shape": "S2b"
52176
52179
  },
52177
52180
  "filePaths": {
52178
- "shape": "S2d"
52181
+ "shape": "S2e"
52179
52182
  }
52180
52183
  }
52181
52184
  }
@@ -52217,41 +52220,41 @@ module.exports={
52217
52220
  "key": {},
52218
52221
  "value": {}
52219
52222
  },
52220
- "S28": {
52223
+ "S29": {
52221
52224
  "type": "list",
52222
52225
  "member": {}
52223
52226
  },
52224
- "S2a": {
52227
+ "S2b": {
52225
52228
  "type": "structure",
52226
52229
  "members": {
52227
52230
  "includes": {
52228
- "shape": "S2b"
52231
+ "shape": "S2c"
52229
52232
  },
52230
52233
  "excludes": {
52231
- "shape": "S2b"
52234
+ "shape": "S2c"
52232
52235
  }
52233
52236
  }
52234
52237
  },
52235
- "S2b": {
52238
+ "S2c": {
52236
52239
  "type": "list",
52237
52240
  "member": {}
52238
52241
  },
52239
- "S2d": {
52242
+ "S2e": {
52240
52243
  "type": "structure",
52241
52244
  "members": {
52242
52245
  "includes": {
52243
- "shape": "S2e"
52246
+ "shape": "S2f"
52244
52247
  },
52245
52248
  "excludes": {
52246
- "shape": "S2e"
52249
+ "shape": "S2f"
52247
52250
  }
52248
52251
  }
52249
52252
  },
52250
- "S2e": {
52253
+ "S2f": {
52251
52254
  "type": "list",
52252
52255
  "member": {}
52253
52256
  },
52254
- "S2z": {
52257
+ "S30": {
52255
52258
  "type": "structure",
52256
52259
  "required": [
52257
52260
  "executor",
@@ -52318,10 +52321,10 @@ module.exports={
52318
52321
  }
52319
52322
  },
52320
52323
  "inputArtifactDetails": {
52321
- "shape": "S3e"
52324
+ "shape": "S3f"
52322
52325
  },
52323
52326
  "outputArtifactDetails": {
52324
- "shape": "S3e"
52327
+ "shape": "S3f"
52325
52328
  },
52326
52329
  "permissions": {
52327
52330
  "type": "structure",
@@ -52374,7 +52377,7 @@ module.exports={
52374
52377
  }
52375
52378
  }
52376
52379
  },
52377
- "S3e": {
52380
+ "S3f": {
52378
52381
  "type": "structure",
52379
52382
  "required": [
52380
52383
  "minimumCount",
@@ -52389,26 +52392,26 @@ module.exports={
52389
52392
  }
52390
52393
  }
52391
52394
  },
52392
- "S3r": {
52395
+ "S3s": {
52393
52396
  "type": "structure",
52394
52397
  "members": {
52395
52398
  "actionTypeId": {
52396
52399
  "shape": "Sw"
52397
52400
  },
52398
52401
  "actionConfiguration": {
52399
- "shape": "S3s"
52402
+ "shape": "S3t"
52400
52403
  },
52401
52404
  "pipelineContext": {
52402
- "shape": "S3t"
52405
+ "shape": "S3u"
52403
52406
  },
52404
52407
  "inputArtifacts": {
52405
- "shape": "S3z"
52408
+ "shape": "S40"
52406
52409
  },
52407
52410
  "outputArtifacts": {
52408
- "shape": "S3z"
52411
+ "shape": "S40"
52409
52412
  },
52410
52413
  "artifactCredentials": {
52411
- "shape": "S47"
52414
+ "shape": "S48"
52412
52415
  },
52413
52416
  "continuationToken": {},
52414
52417
  "encryptionKey": {
@@ -52416,7 +52419,7 @@ module.exports={
52416
52419
  }
52417
52420
  }
52418
52421
  },
52419
- "S3s": {
52422
+ "S3t": {
52420
52423
  "type": "structure",
52421
52424
  "members": {
52422
52425
  "configuration": {
@@ -52424,7 +52427,7 @@ module.exports={
52424
52427
  }
52425
52428
  }
52426
52429
  },
52427
- "S3t": {
52430
+ "S3u": {
52428
52431
  "type": "structure",
52429
52432
  "members": {
52430
52433
  "pipelineName": {},
@@ -52445,7 +52448,7 @@ module.exports={
52445
52448
  "pipelineExecutionId": {}
52446
52449
  }
52447
52450
  },
52448
- "S3z": {
52451
+ "S40": {
52449
52452
  "type": "list",
52450
52453
  "member": {
52451
52454
  "type": "structure",
@@ -52472,7 +52475,7 @@ module.exports={
52472
52475
  }
52473
52476
  }
52474
52477
  },
52475
- "S47": {
52478
+ "S48": {
52476
52479
  "type": "structure",
52477
52480
  "required": [
52478
52481
  "accessKeyId",
@@ -52495,14 +52498,14 @@ module.exports={
52495
52498
  },
52496
52499
  "sensitive": true
52497
52500
  },
52498
- "S4s": {
52501
+ "S4t": {
52499
52502
  "type": "structure",
52500
52503
  "members": {
52501
52504
  "triggerType": {},
52502
52505
  "triggerDetail": {}
52503
52506
  }
52504
52507
  },
52505
- "S4z": {
52508
+ "S50": {
52506
52509
  "type": "structure",
52507
52510
  "required": [
52508
52511
  "pipelineExecutionId",
@@ -52513,7 +52516,7 @@ module.exports={
52513
52516
  "status": {}
52514
52517
  }
52515
52518
  },
52516
- "S58": {
52519
+ "S59": {
52517
52520
  "type": "structure",
52518
52521
  "required": [
52519
52522
  "revisionId",
@@ -52528,14 +52531,14 @@ module.exports={
52528
52531
  }
52529
52532
  }
52530
52533
  },
52531
- "S5g": {
52534
+ "S5h": {
52532
52535
  "type": "structure",
52533
52536
  "members": {
52534
52537
  "code": {},
52535
52538
  "message": {}
52536
52539
  }
52537
52540
  },
52538
- "S5y": {
52541
+ "S5z": {
52539
52542
  "type": "list",
52540
52543
  "member": {
52541
52544
  "type": "structure",
@@ -52551,12 +52554,12 @@ module.exports={
52551
52554
  }
52552
52555
  }
52553
52556
  },
52554
- "S67": {
52557
+ "S68": {
52555
52558
  "type": "map",
52556
52559
  "key": {},
52557
52560
  "value": {}
52558
52561
  },
52559
- "S6w": {
52562
+ "S6x": {
52560
52563
  "type": "structure",
52561
52564
  "required": [
52562
52565
  "definition",
@@ -52564,7 +52567,7 @@ module.exports={
52564
52567
  ],
52565
52568
  "members": {
52566
52569
  "definition": {
52567
- "shape": "S6x"
52570
+ "shape": "S6y"
52568
52571
  },
52569
52572
  "url": {},
52570
52573
  "errorMessage": {},
@@ -52578,7 +52581,7 @@ module.exports={
52578
52581
  }
52579
52582
  }
52580
52583
  },
52581
- "S6x": {
52584
+ "S6y": {
52582
52585
  "type": "structure",
52583
52586
  "required": [
52584
52587
  "name",
@@ -52615,7 +52618,7 @@ module.exports={
52615
52618
  }
52616
52619
  }
52617
52620
  },
52618
- "S7w": {
52621
+ "S7x": {
52619
52622
  "type": "structure",
52620
52623
  "required": [
52621
52624
  "type",
@@ -52627,7 +52630,7 @@ module.exports={
52627
52630
  "externalExecutionId": {}
52628
52631
  }
52629
52632
  },
52630
- "S7z": {
52633
+ "S80": {
52631
52634
  "type": "structure",
52632
52635
  "required": [
52633
52636
  "revision",
@@ -52642,7 +52645,7 @@ module.exports={
52642
52645
  "revisionSummary": {}
52643
52646
  }
52644
52647
  },
52645
- "S81": {
52648
+ "S82": {
52646
52649
  "type": "structure",
52647
52650
  "members": {
52648
52651
  "summary": {},
@@ -139720,6 +139723,9 @@ module.exports={
139720
139723
  "TerminationProtected": {
139721
139724
  "type": "boolean"
139722
139725
  },
139726
+ "UnhealthyNodeReplacement": {
139727
+ "type": "boolean"
139728
+ },
139723
139729
  "VisibleToAllUsers": {
139724
139730
  "type": "boolean"
139725
139731
  },
@@ -139902,6 +139908,9 @@ module.exports={
139902
139908
  "TerminationProtected": {
139903
139909
  "type": "boolean"
139904
139910
  },
139911
+ "UnhealthyNodeReplacement": {
139912
+ "type": "boolean"
139913
+ },
139905
139914
  "HadoopVersion": {}
139906
139915
  }
139907
139916
  },
@@ -141183,6 +141192,9 @@ module.exports={
141183
141192
  "TerminationProtected": {
141184
141193
  "type": "boolean"
141185
141194
  },
141195
+ "UnhealthyNodeReplacement": {
141196
+ "type": "boolean"
141197
+ },
141186
141198
  "HadoopVersion": {},
141187
141199
  "Ec2SubnetId": {},
141188
141200
  "Ec2SubnetIds": {
@@ -141311,6 +141323,23 @@ module.exports={
141311
141323
  }
141312
141324
  }
141313
141325
  },
141326
+ "SetUnhealthyNodeReplacement": {
141327
+ "input": {
141328
+ "type": "structure",
141329
+ "required": [
141330
+ "JobFlowIds",
141331
+ "UnhealthyNodeReplacement"
141332
+ ],
141333
+ "members": {
141334
+ "JobFlowIds": {
141335
+ "shape": "S1t"
141336
+ },
141337
+ "UnhealthyNodeReplacement": {
141338
+ "type": "boolean"
141339
+ }
141340
+ }
141341
+ }
141342
+ },
141314
141343
  "SetVisibleToAllUsers": {
141315
141344
  "input": {
141316
141345
  "type": "structure",
@@ -147400,7 +147429,9 @@ module.exports={
147400
147429
  },
147401
147430
  "DynamicPartitioningConfiguration": {
147402
147431
  "shape": "S1o"
147403
- }
147432
+ },
147433
+ "FileExtension": {},
147434
+ "CustomTimeZone": {}
147404
147435
  }
147405
147436
  },
147406
147437
  "RedshiftDestinationConfiguration": {
@@ -147417,16 +147448,16 @@ module.exports={
147417
147448
  "RoleARN": {},
147418
147449
  "ClusterJDBCURL": {},
147419
147450
  "CopyCommand": {
147420
- "shape": "S1t"
147451
+ "shape": "S1v"
147421
147452
  },
147422
147453
  "Username": {
147423
- "shape": "S1x"
147454
+ "shape": "S1z"
147424
147455
  },
147425
147456
  "Password": {
147426
- "shape": "S1y"
147457
+ "shape": "S20"
147427
147458
  },
147428
147459
  "RetryOptions": {
147429
- "shape": "S1z"
147460
+ "shape": "S21"
147430
147461
  },
147431
147462
  "S3Configuration": {
147432
147463
  "shape": "Sa"
@@ -147458,10 +147489,10 @@ module.exports={
147458
147489
  "TypeName": {},
147459
147490
  "IndexRotationPeriod": {},
147460
147491
  "BufferingHints": {
147461
- "shape": "S28"
147492
+ "shape": "S2a"
147462
147493
  },
147463
147494
  "RetryOptions": {
147464
- "shape": "S2b"
147495
+ "shape": "S2d"
147465
147496
  },
147466
147497
  "S3BackupMode": {},
147467
147498
  "S3Configuration": {
@@ -147474,10 +147505,10 @@ module.exports={
147474
147505
  "shape": "Sl"
147475
147506
  },
147476
147507
  "VpcConfiguration": {
147477
- "shape": "S2e"
147508
+ "shape": "S2g"
147478
147509
  },
147479
147510
  "DocumentIdOptions": {
147480
- "shape": "S2h"
147511
+ "shape": "S2j"
147481
147512
  }
147482
147513
  }
147483
147514
  },
@@ -147496,10 +147527,10 @@ module.exports={
147496
147527
  "TypeName": {},
147497
147528
  "IndexRotationPeriod": {},
147498
147529
  "BufferingHints": {
147499
- "shape": "S2p"
147530
+ "shape": "S2r"
147500
147531
  },
147501
147532
  "RetryOptions": {
147502
- "shape": "S2s"
147533
+ "shape": "S2u"
147503
147534
  },
147504
147535
  "S3BackupMode": {},
147505
147536
  "S3Configuration": {
@@ -147512,10 +147543,10 @@ module.exports={
147512
147543
  "shape": "Sl"
147513
147544
  },
147514
147545
  "VpcConfiguration": {
147515
- "shape": "S2e"
147546
+ "shape": "S2g"
147516
147547
  },
147517
147548
  "DocumentIdOptions": {
147518
- "shape": "S2h"
147549
+ "shape": "S2j"
147519
147550
  }
147520
147551
  }
147521
147552
  },
@@ -147535,7 +147566,7 @@ module.exports={
147535
147566
  "type": "integer"
147536
147567
  },
147537
147568
  "RetryOptions": {
147538
- "shape": "S30"
147569
+ "shape": "S32"
147539
147570
  },
147540
147571
  "S3BackupMode": {},
147541
147572
  "S3Configuration": {
@@ -147548,7 +147579,7 @@ module.exports={
147548
147579
  "shape": "Sl"
147549
147580
  },
147550
147581
  "BufferingHints": {
147551
- "shape": "S33"
147582
+ "shape": "S35"
147552
147583
  }
147553
147584
  }
147554
147585
  },
@@ -147560,23 +147591,23 @@ module.exports={
147560
147591
  ],
147561
147592
  "members": {
147562
147593
  "EndpointConfiguration": {
147563
- "shape": "S37"
147594
+ "shape": "S39"
147564
147595
  },
147565
147596
  "BufferingHints": {
147566
- "shape": "S3b"
147597
+ "shape": "S3d"
147567
147598
  },
147568
147599
  "CloudWatchLoggingOptions": {
147569
147600
  "shape": "Sl"
147570
147601
  },
147571
147602
  "RequestConfiguration": {
147572
- "shape": "S3e"
147603
+ "shape": "S3g"
147573
147604
  },
147574
147605
  "ProcessingConfiguration": {
147575
147606
  "shape": "Sq"
147576
147607
  },
147577
147608
  "RoleARN": {},
147578
147609
  "RetryOptions": {
147579
- "shape": "S3k"
147610
+ "shape": "S3m"
147580
147611
  },
147581
147612
  "S3BackupMode": {},
147582
147613
  "S3Configuration": {
@@ -147585,7 +147616,7 @@ module.exports={
147585
147616
  }
147586
147617
  },
147587
147618
  "Tags": {
147588
- "shape": "S3n"
147619
+ "shape": "S3p"
147589
147620
  },
147590
147621
  "AmazonOpenSearchServerlessDestinationConfiguration": {
147591
147622
  "type": "structure",
@@ -147599,10 +147630,10 @@ module.exports={
147599
147630
  "CollectionEndpoint": {},
147600
147631
  "IndexName": {},
147601
147632
  "BufferingHints": {
147602
- "shape": "S3u"
147633
+ "shape": "S3w"
147603
147634
  },
147604
147635
  "RetryOptions": {
147605
- "shape": "S3x"
147636
+ "shape": "S3z"
147606
147637
  },
147607
147638
  "S3BackupMode": {},
147608
147639
  "S3Configuration": {
@@ -147615,7 +147646,7 @@ module.exports={
147615
147646
  "shape": "Sl"
147616
147647
  },
147617
147648
  "VpcConfiguration": {
147618
- "shape": "S2e"
147649
+ "shape": "S2g"
147619
147650
  }
147620
147651
  }
147621
147652
  },
@@ -147630,7 +147661,7 @@ module.exports={
147630
147661
  "MSKClusterARN": {},
147631
147662
  "TopicName": {},
147632
147663
  "AuthenticationConfiguration": {
147633
- "shape": "S43"
147664
+ "shape": "S45"
147634
147665
  }
147635
147666
  }
147636
147667
  },
@@ -147648,38 +147679,38 @@ module.exports={
147648
147679
  ],
147649
147680
  "members": {
147650
147681
  "AccountUrl": {
147651
- "shape": "S46"
147682
+ "shape": "S48"
147652
147683
  },
147653
147684
  "PrivateKey": {
147654
- "shape": "S47"
147685
+ "shape": "S49"
147655
147686
  },
147656
147687
  "KeyPassphrase": {
147657
- "shape": "S48"
147688
+ "shape": "S4a"
147658
147689
  },
147659
147690
  "User": {
147660
- "shape": "S49"
147691
+ "shape": "S4b"
147661
147692
  },
147662
147693
  "Database": {
147663
- "shape": "S4a"
147694
+ "shape": "S4c"
147664
147695
  },
147665
147696
  "Schema": {
147666
- "shape": "S4b"
147697
+ "shape": "S4d"
147667
147698
  },
147668
147699
  "Table": {
147669
- "shape": "S4c"
147700
+ "shape": "S4e"
147670
147701
  },
147671
147702
  "SnowflakeRoleConfiguration": {
147672
- "shape": "S4d"
147703
+ "shape": "S4f"
147673
147704
  },
147674
147705
  "DataLoadingOption": {},
147675
147706
  "MetaDataColumnName": {
147676
- "shape": "S4g"
147707
+ "shape": "S4i"
147677
147708
  },
147678
147709
  "ContentColumnName": {
147679
- "shape": "S4h"
147710
+ "shape": "S4j"
147680
147711
  },
147681
147712
  "SnowflakeVpcConfiguration": {
147682
- "shape": "S4i"
147713
+ "shape": "S4k"
147683
147714
  },
147684
147715
  "CloudWatchLoggingOptions": {
147685
147716
  "shape": "Sl"
@@ -147689,7 +147720,7 @@ module.exports={
147689
147720
  },
147690
147721
  "RoleARN": {},
147691
147722
  "RetryOptions": {
147692
- "shape": "S4k"
147723
+ "shape": "S4m"
147693
147724
  },
147694
147725
  "S3BackupMode": {},
147695
147726
  "S3Configuration": {
@@ -147760,7 +147791,7 @@ module.exports={
147760
147791
  "DeliveryStreamARN": {},
147761
147792
  "DeliveryStreamStatus": {},
147762
147793
  "FailureDescription": {
147763
- "shape": "S4x"
147794
+ "shape": "S4z"
147764
147795
  },
147765
147796
  "DeliveryStreamEncryptionConfiguration": {
147766
147797
  "type": "structure",
@@ -147769,7 +147800,7 @@ module.exports={
147769
147800
  "KeyType": {},
147770
147801
  "Status": {},
147771
147802
  "FailureDescription": {
147772
- "shape": "S4x"
147803
+ "shape": "S4z"
147773
147804
  }
147774
147805
  }
147775
147806
  },
@@ -147800,7 +147831,7 @@ module.exports={
147800
147831
  "MSKClusterARN": {},
147801
147832
  "TopicName": {},
147802
147833
  "AuthenticationConfiguration": {
147803
- "shape": "S43"
147834
+ "shape": "S45"
147804
147835
  },
147805
147836
  "DeliveryStartTimestamp": {
147806
147837
  "type": "timestamp"
@@ -147819,7 +147850,7 @@ module.exports={
147819
147850
  "members": {
147820
147851
  "DestinationId": {},
147821
147852
  "S3DestinationDescription": {
147822
- "shape": "S59"
147853
+ "shape": "S5b"
147823
147854
  },
147824
147855
  "ExtendedS3DestinationDescription": {
147825
147856
  "type": "structure",
@@ -147850,14 +147881,16 @@ module.exports={
147850
147881
  },
147851
147882
  "S3BackupMode": {},
147852
147883
  "S3BackupDescription": {
147853
- "shape": "S59"
147884
+ "shape": "S5b"
147854
147885
  },
147855
147886
  "DataFormatConversionConfiguration": {
147856
147887
  "shape": "Sz"
147857
147888
  },
147858
147889
  "DynamicPartitioningConfiguration": {
147859
147890
  "shape": "S1o"
147860
- }
147891
+ },
147892
+ "FileExtension": {},
147893
+ "CustomTimeZone": {}
147861
147894
  }
147862
147895
  },
147863
147896
  "RedshiftDestinationDescription": {
@@ -147873,23 +147906,23 @@ module.exports={
147873
147906
  "RoleARN": {},
147874
147907
  "ClusterJDBCURL": {},
147875
147908
  "CopyCommand": {
147876
- "shape": "S1t"
147909
+ "shape": "S1v"
147877
147910
  },
147878
147911
  "Username": {
147879
- "shape": "S1x"
147912
+ "shape": "S1z"
147880
147913
  },
147881
147914
  "RetryOptions": {
147882
- "shape": "S1z"
147915
+ "shape": "S21"
147883
147916
  },
147884
147917
  "S3DestinationDescription": {
147885
- "shape": "S59"
147918
+ "shape": "S5b"
147886
147919
  },
147887
147920
  "ProcessingConfiguration": {
147888
147921
  "shape": "Sq"
147889
147922
  },
147890
147923
  "S3BackupMode": {},
147891
147924
  "S3BackupDescription": {
147892
- "shape": "S59"
147925
+ "shape": "S5b"
147893
147926
  },
147894
147927
  "CloudWatchLoggingOptions": {
147895
147928
  "shape": "Sl"
@@ -147906,14 +147939,14 @@ module.exports={
147906
147939
  "TypeName": {},
147907
147940
  "IndexRotationPeriod": {},
147908
147941
  "BufferingHints": {
147909
- "shape": "S28"
147942
+ "shape": "S2a"
147910
147943
  },
147911
147944
  "RetryOptions": {
147912
- "shape": "S2b"
147945
+ "shape": "S2d"
147913
147946
  },
147914
147947
  "S3BackupMode": {},
147915
147948
  "S3DestinationDescription": {
147916
- "shape": "S59"
147949
+ "shape": "S5b"
147917
147950
  },
147918
147951
  "ProcessingConfiguration": {
147919
147952
  "shape": "Sq"
@@ -147922,10 +147955,10 @@ module.exports={
147922
147955
  "shape": "Sl"
147923
147956
  },
147924
147957
  "VpcConfigurationDescription": {
147925
- "shape": "S5d"
147958
+ "shape": "S5f"
147926
147959
  },
147927
147960
  "DocumentIdOptions": {
147928
- "shape": "S2h"
147961
+ "shape": "S2j"
147929
147962
  }
147930
147963
  }
147931
147964
  },
@@ -147939,14 +147972,14 @@ module.exports={
147939
147972
  "TypeName": {},
147940
147973
  "IndexRotationPeriod": {},
147941
147974
  "BufferingHints": {
147942
- "shape": "S2p"
147975
+ "shape": "S2r"
147943
147976
  },
147944
147977
  "RetryOptions": {
147945
- "shape": "S2s"
147978
+ "shape": "S2u"
147946
147979
  },
147947
147980
  "S3BackupMode": {},
147948
147981
  "S3DestinationDescription": {
147949
- "shape": "S59"
147982
+ "shape": "S5b"
147950
147983
  },
147951
147984
  "ProcessingConfiguration": {
147952
147985
  "shape": "Sq"
@@ -147955,10 +147988,10 @@ module.exports={
147955
147988
  "shape": "Sl"
147956
147989
  },
147957
147990
  "VpcConfigurationDescription": {
147958
- "shape": "S5d"
147991
+ "shape": "S5f"
147959
147992
  },
147960
147993
  "DocumentIdOptions": {
147961
- "shape": "S2h"
147994
+ "shape": "S2j"
147962
147995
  }
147963
147996
  }
147964
147997
  },
@@ -147972,11 +148005,11 @@ module.exports={
147972
148005
  "type": "integer"
147973
148006
  },
147974
148007
  "RetryOptions": {
147975
- "shape": "S30"
148008
+ "shape": "S32"
147976
148009
  },
147977
148010
  "S3BackupMode": {},
147978
148011
  "S3DestinationDescription": {
147979
- "shape": "S59"
148012
+ "shape": "S5b"
147980
148013
  },
147981
148014
  "ProcessingConfiguration": {
147982
148015
  "shape": "Sq"
@@ -147985,7 +148018,7 @@ module.exports={
147985
148018
  "shape": "Sl"
147986
148019
  },
147987
148020
  "BufferingHints": {
147988
- "shape": "S33"
148021
+ "shape": "S35"
147989
148022
  }
147990
148023
  }
147991
148024
  },
@@ -147996,30 +148029,30 @@ module.exports={
147996
148029
  "type": "structure",
147997
148030
  "members": {
147998
148031
  "Url": {
147999
- "shape": "S38"
148032
+ "shape": "S3a"
148000
148033
  },
148001
148034
  "Name": {}
148002
148035
  }
148003
148036
  },
148004
148037
  "BufferingHints": {
148005
- "shape": "S3b"
148038
+ "shape": "S3d"
148006
148039
  },
148007
148040
  "CloudWatchLoggingOptions": {
148008
148041
  "shape": "Sl"
148009
148042
  },
148010
148043
  "RequestConfiguration": {
148011
- "shape": "S3e"
148044
+ "shape": "S3g"
148012
148045
  },
148013
148046
  "ProcessingConfiguration": {
148014
148047
  "shape": "Sq"
148015
148048
  },
148016
148049
  "RoleARN": {},
148017
148050
  "RetryOptions": {
148018
- "shape": "S3k"
148051
+ "shape": "S3m"
148019
148052
  },
148020
148053
  "S3BackupMode": {},
148021
148054
  "S3DestinationDescription": {
148022
- "shape": "S59"
148055
+ "shape": "S5b"
148023
148056
  }
148024
148057
  }
148025
148058
  },
@@ -148027,32 +148060,32 @@ module.exports={
148027
148060
  "type": "structure",
148028
148061
  "members": {
148029
148062
  "AccountUrl": {
148030
- "shape": "S46"
148063
+ "shape": "S48"
148031
148064
  },
148032
148065
  "User": {
148033
- "shape": "S49"
148066
+ "shape": "S4b"
148034
148067
  },
148035
148068
  "Database": {
148036
- "shape": "S4a"
148069
+ "shape": "S4c"
148037
148070
  },
148038
148071
  "Schema": {
148039
- "shape": "S4b"
148072
+ "shape": "S4d"
148040
148073
  },
148041
148074
  "Table": {
148042
- "shape": "S4c"
148075
+ "shape": "S4e"
148043
148076
  },
148044
148077
  "SnowflakeRoleConfiguration": {
148045
- "shape": "S4d"
148078
+ "shape": "S4f"
148046
148079
  },
148047
148080
  "DataLoadingOption": {},
148048
148081
  "MetaDataColumnName": {
148049
- "shape": "S4g"
148082
+ "shape": "S4i"
148050
148083
  },
148051
148084
  "ContentColumnName": {
148052
- "shape": "S4h"
148085
+ "shape": "S4j"
148053
148086
  },
148054
148087
  "SnowflakeVpcConfiguration": {
148055
- "shape": "S4i"
148088
+ "shape": "S4k"
148056
148089
  },
148057
148090
  "CloudWatchLoggingOptions": {
148058
148091
  "shape": "Sl"
@@ -148062,11 +148095,11 @@ module.exports={
148062
148095
  },
148063
148096
  "RoleARN": {},
148064
148097
  "RetryOptions": {
148065
- "shape": "S4k"
148098
+ "shape": "S4m"
148066
148099
  },
148067
148100
  "S3BackupMode": {},
148068
148101
  "S3DestinationDescription": {
148069
- "shape": "S59"
148102
+ "shape": "S5b"
148070
148103
  }
148071
148104
  }
148072
148105
  },
@@ -148077,14 +148110,14 @@ module.exports={
148077
148110
  "CollectionEndpoint": {},
148078
148111
  "IndexName": {},
148079
148112
  "BufferingHints": {
148080
- "shape": "S3u"
148113
+ "shape": "S3w"
148081
148114
  },
148082
148115
  "RetryOptions": {
148083
- "shape": "S3x"
148116
+ "shape": "S3z"
148084
148117
  },
148085
148118
  "S3BackupMode": {},
148086
148119
  "S3DestinationDescription": {
148087
- "shape": "S59"
148120
+ "shape": "S5b"
148088
148121
  },
148089
148122
  "ProcessingConfiguration": {
148090
148123
  "shape": "Sq"
@@ -148093,7 +148126,7 @@ module.exports={
148093
148126
  "shape": "Sl"
148094
148127
  },
148095
148128
  "VpcConfigurationDescription": {
148096
- "shape": "S5d"
148129
+ "shape": "S5f"
148097
148130
  }
148098
148131
  }
148099
148132
  }
@@ -148108,6 +148141,51 @@ module.exports={
148108
148141
  }
148109
148142
  }
148110
148143
  },
148144
+ "GetKinesisStream": {
148145
+ "input": {
148146
+ "type": "structure",
148147
+ "required": [
148148
+ "DeliveryStreamARN"
148149
+ ],
148150
+ "members": {
148151
+ "DeliveryStreamARN": {}
148152
+ }
148153
+ },
148154
+ "output": {
148155
+ "type": "structure",
148156
+ "members": {
148157
+ "KinesisStreamARN": {},
148158
+ "CredentialsForReadingKinesisStream": {
148159
+ "type": "structure",
148160
+ "required": [
148161
+ "AccessKeyId",
148162
+ "SecretAccessKey",
148163
+ "SessionToken",
148164
+ "Expiration"
148165
+ ],
148166
+ "members": {
148167
+ "AccessKeyId": {
148168
+ "type": "string",
148169
+ "sensitive": true
148170
+ },
148171
+ "SecretAccessKey": {
148172
+ "type": "string",
148173
+ "sensitive": true
148174
+ },
148175
+ "SessionToken": {
148176
+ "type": "string",
148177
+ "sensitive": true
148178
+ },
148179
+ "Expiration": {
148180
+ "type": "timestamp"
148181
+ }
148182
+ },
148183
+ "sensitive": true
148184
+ }
148185
+ }
148186
+ },
148187
+ "internalonly": true
148188
+ },
148111
148189
  "ListDeliveryStreams": {
148112
148190
  "input": {
148113
148191
  "type": "structure",
@@ -148160,7 +148238,7 @@ module.exports={
148160
148238
  "Tags": {
148161
148239
  "type": "list",
148162
148240
  "member": {
148163
- "shape": "S3o"
148241
+ "shape": "S3q"
148164
148242
  }
148165
148243
  },
148166
148244
  "HasMoreTags": {
@@ -148179,7 +148257,7 @@ module.exports={
148179
148257
  "members": {
148180
148258
  "DeliveryStreamName": {},
148181
148259
  "Record": {
148182
- "shape": "S5t"
148260
+ "shape": "S61"
148183
148261
  }
148184
148262
  }
148185
148263
  },
@@ -148208,7 +148286,7 @@ module.exports={
148208
148286
  "Records": {
148209
148287
  "type": "list",
148210
148288
  "member": {
148211
- "shape": "S5t"
148289
+ "shape": "S61"
148212
148290
  }
148213
148291
  }
148214
148292
  }
@@ -148283,7 +148361,7 @@ module.exports={
148283
148361
  "members": {
148284
148362
  "DeliveryStreamName": {},
148285
148363
  "Tags": {
148286
- "shape": "S3n"
148364
+ "shape": "S3p"
148287
148365
  }
148288
148366
  }
148289
148367
  },
@@ -148325,7 +148403,7 @@ module.exports={
148325
148403
  "CurrentDeliveryStreamVersionId": {},
148326
148404
  "DestinationId": {},
148327
148405
  "S3DestinationUpdate": {
148328
- "shape": "S6e",
148406
+ "shape": "S6m",
148329
148407
  "deprecated": true
148330
148408
  },
148331
148409
  "ExtendedS3DestinationUpdate": {
@@ -148350,14 +148428,16 @@ module.exports={
148350
148428
  },
148351
148429
  "S3BackupMode": {},
148352
148430
  "S3BackupUpdate": {
148353
- "shape": "S6e"
148431
+ "shape": "S6m"
148354
148432
  },
148355
148433
  "DataFormatConversionConfiguration": {
148356
148434
  "shape": "Sz"
148357
148435
  },
148358
148436
  "DynamicPartitioningConfiguration": {
148359
148437
  "shape": "S1o"
148360
- }
148438
+ },
148439
+ "FileExtension": {},
148440
+ "CustomTimeZone": {}
148361
148441
  }
148362
148442
  },
148363
148443
  "RedshiftDestinationUpdate": {
@@ -148366,26 +148446,26 @@ module.exports={
148366
148446
  "RoleARN": {},
148367
148447
  "ClusterJDBCURL": {},
148368
148448
  "CopyCommand": {
148369
- "shape": "S1t"
148449
+ "shape": "S1v"
148370
148450
  },
148371
148451
  "Username": {
148372
- "shape": "S1x"
148452
+ "shape": "S1z"
148373
148453
  },
148374
148454
  "Password": {
148375
- "shape": "S1y"
148455
+ "shape": "S20"
148376
148456
  },
148377
148457
  "RetryOptions": {
148378
- "shape": "S1z"
148458
+ "shape": "S21"
148379
148459
  },
148380
148460
  "S3Update": {
148381
- "shape": "S6e"
148461
+ "shape": "S6m"
148382
148462
  },
148383
148463
  "ProcessingConfiguration": {
148384
148464
  "shape": "Sq"
148385
148465
  },
148386
148466
  "S3BackupMode": {},
148387
148467
  "S3BackupUpdate": {
148388
- "shape": "S6e"
148468
+ "shape": "S6m"
148389
148469
  },
148390
148470
  "CloudWatchLoggingOptions": {
148391
148471
  "shape": "Sl"
@@ -148402,13 +148482,13 @@ module.exports={
148402
148482
  "TypeName": {},
148403
148483
  "IndexRotationPeriod": {},
148404
148484
  "BufferingHints": {
148405
- "shape": "S28"
148485
+ "shape": "S2a"
148406
148486
  },
148407
148487
  "RetryOptions": {
148408
- "shape": "S2b"
148488
+ "shape": "S2d"
148409
148489
  },
148410
148490
  "S3Update": {
148411
- "shape": "S6e"
148491
+ "shape": "S6m"
148412
148492
  },
148413
148493
  "ProcessingConfiguration": {
148414
148494
  "shape": "Sq"
@@ -148417,7 +148497,7 @@ module.exports={
148417
148497
  "shape": "Sl"
148418
148498
  },
148419
148499
  "DocumentIdOptions": {
148420
- "shape": "S2h"
148500
+ "shape": "S2j"
148421
148501
  }
148422
148502
  }
148423
148503
  },
@@ -148431,13 +148511,13 @@ module.exports={
148431
148511
  "TypeName": {},
148432
148512
  "IndexRotationPeriod": {},
148433
148513
  "BufferingHints": {
148434
- "shape": "S2p"
148514
+ "shape": "S2r"
148435
148515
  },
148436
148516
  "RetryOptions": {
148437
- "shape": "S2s"
148517
+ "shape": "S2u"
148438
148518
  },
148439
148519
  "S3Update": {
148440
- "shape": "S6e"
148520
+ "shape": "S6m"
148441
148521
  },
148442
148522
  "ProcessingConfiguration": {
148443
148523
  "shape": "Sq"
@@ -148446,7 +148526,7 @@ module.exports={
148446
148526
  "shape": "Sl"
148447
148527
  },
148448
148528
  "DocumentIdOptions": {
148449
- "shape": "S2h"
148529
+ "shape": "S2j"
148450
148530
  }
148451
148531
  }
148452
148532
  },
@@ -148460,11 +148540,11 @@ module.exports={
148460
148540
  "type": "integer"
148461
148541
  },
148462
148542
  "RetryOptions": {
148463
- "shape": "S30"
148543
+ "shape": "S32"
148464
148544
  },
148465
148545
  "S3BackupMode": {},
148466
148546
  "S3Update": {
148467
- "shape": "S6e"
148547
+ "shape": "S6m"
148468
148548
  },
148469
148549
  "ProcessingConfiguration": {
148470
148550
  "shape": "Sq"
@@ -148473,7 +148553,7 @@ module.exports={
148473
148553
  "shape": "Sl"
148474
148554
  },
148475
148555
  "BufferingHints": {
148476
- "shape": "S33"
148556
+ "shape": "S35"
148477
148557
  }
148478
148558
  }
148479
148559
  },
@@ -148481,27 +148561,27 @@ module.exports={
148481
148561
  "type": "structure",
148482
148562
  "members": {
148483
148563
  "EndpointConfiguration": {
148484
- "shape": "S37"
148564
+ "shape": "S39"
148485
148565
  },
148486
148566
  "BufferingHints": {
148487
- "shape": "S3b"
148567
+ "shape": "S3d"
148488
148568
  },
148489
148569
  "CloudWatchLoggingOptions": {
148490
148570
  "shape": "Sl"
148491
148571
  },
148492
148572
  "RequestConfiguration": {
148493
- "shape": "S3e"
148573
+ "shape": "S3g"
148494
148574
  },
148495
148575
  "ProcessingConfiguration": {
148496
148576
  "shape": "Sq"
148497
148577
  },
148498
148578
  "RoleARN": {},
148499
148579
  "RetryOptions": {
148500
- "shape": "S3k"
148580
+ "shape": "S3m"
148501
148581
  },
148502
148582
  "S3BackupMode": {},
148503
148583
  "S3Update": {
148504
- "shape": "S6e"
148584
+ "shape": "S6m"
148505
148585
  }
148506
148586
  }
148507
148587
  },
@@ -148512,13 +148592,13 @@ module.exports={
148512
148592
  "CollectionEndpoint": {},
148513
148593
  "IndexName": {},
148514
148594
  "BufferingHints": {
148515
- "shape": "S3u"
148595
+ "shape": "S3w"
148516
148596
  },
148517
148597
  "RetryOptions": {
148518
- "shape": "S3x"
148598
+ "shape": "S3z"
148519
148599
  },
148520
148600
  "S3Update": {
148521
- "shape": "S6e"
148601
+ "shape": "S6m"
148522
148602
  },
148523
148603
  "ProcessingConfiguration": {
148524
148604
  "shape": "Sq"
@@ -148532,35 +148612,35 @@ module.exports={
148532
148612
  "type": "structure",
148533
148613
  "members": {
148534
148614
  "AccountUrl": {
148535
- "shape": "S46"
148615
+ "shape": "S48"
148536
148616
  },
148537
148617
  "PrivateKey": {
148538
- "shape": "S47"
148618
+ "shape": "S49"
148539
148619
  },
148540
148620
  "KeyPassphrase": {
148541
- "shape": "S48"
148621
+ "shape": "S4a"
148542
148622
  },
148543
148623
  "User": {
148544
- "shape": "S49"
148624
+ "shape": "S4b"
148545
148625
  },
148546
148626
  "Database": {
148547
- "shape": "S4a"
148627
+ "shape": "S4c"
148548
148628
  },
148549
148629
  "Schema": {
148550
- "shape": "S4b"
148630
+ "shape": "S4d"
148551
148631
  },
148552
148632
  "Table": {
148553
- "shape": "S4c"
148633
+ "shape": "S4e"
148554
148634
  },
148555
148635
  "SnowflakeRoleConfiguration": {
148556
- "shape": "S4d"
148636
+ "shape": "S4f"
148557
148637
  },
148558
148638
  "DataLoadingOption": {},
148559
148639
  "MetaDataColumnName": {
148560
- "shape": "S4g"
148640
+ "shape": "S4i"
148561
148641
  },
148562
148642
  "ContentColumnName": {
148563
- "shape": "S4h"
148643
+ "shape": "S4j"
148564
148644
  },
148565
148645
  "CloudWatchLoggingOptions": {
148566
148646
  "shape": "Sl"
@@ -148570,11 +148650,11 @@ module.exports={
148570
148650
  },
148571
148651
  "RoleARN": {},
148572
148652
  "RetryOptions": {
148573
- "shape": "S4k"
148653
+ "shape": "S4m"
148574
148654
  },
148575
148655
  "S3BackupMode": {},
148576
148656
  "S3Update": {
148577
- "shape": "S6e"
148657
+ "shape": "S6m"
148578
148658
  }
148579
148659
  }
148580
148660
  }
@@ -148584,6 +148664,44 @@ module.exports={
148584
148664
  "type": "structure",
148585
148665
  "members": {}
148586
148666
  }
148667
+ },
148668
+ "VerifyResourcesExistForTagris": {
148669
+ "input": {
148670
+ "type": "structure",
148671
+ "required": [
148672
+ "TagrisSweepList"
148673
+ ],
148674
+ "members": {
148675
+ "TagrisSweepList": {
148676
+ "type": "list",
148677
+ "member": {
148678
+ "type": "structure",
148679
+ "members": {
148680
+ "TagrisAccountId": {},
148681
+ "TagrisAmazonResourceName": {},
148682
+ "TagrisInternalId": {},
148683
+ "TagrisVersion": {
148684
+ "type": "long"
148685
+ }
148686
+ }
148687
+ }
148688
+ }
148689
+ }
148690
+ },
148691
+ "output": {
148692
+ "type": "structure",
148693
+ "required": [
148694
+ "TagrisSweepListResult"
148695
+ ],
148696
+ "members": {
148697
+ "TagrisSweepListResult": {
148698
+ "type": "map",
148699
+ "key": {},
148700
+ "value": {}
148701
+ }
148702
+ }
148703
+ },
148704
+ "internalonly": true
148587
148705
  }
148588
148706
  },
148589
148707
  "shapes": {
@@ -148821,7 +148939,7 @@ module.exports={
148821
148939
  }
148822
148940
  }
148823
148941
  },
148824
- "S1t": {
148942
+ "S1v": {
148825
148943
  "type": "structure",
148826
148944
  "required": [
148827
148945
  "DataTableName"
@@ -148832,15 +148950,15 @@ module.exports={
148832
148950
  "CopyOptions": {}
148833
148951
  }
148834
148952
  },
148835
- "S1x": {
148953
+ "S1z": {
148836
148954
  "type": "string",
148837
148955
  "sensitive": true
148838
148956
  },
148839
- "S1y": {
148957
+ "S20": {
148840
148958
  "type": "string",
148841
148959
  "sensitive": true
148842
148960
  },
148843
- "S1z": {
148961
+ "S21": {
148844
148962
  "type": "structure",
148845
148963
  "members": {
148846
148964
  "DurationInSeconds": {
@@ -148848,7 +148966,7 @@ module.exports={
148848
148966
  }
148849
148967
  }
148850
148968
  },
148851
- "S28": {
148969
+ "S2a": {
148852
148970
  "type": "structure",
148853
148971
  "members": {
148854
148972
  "IntervalInSeconds": {
@@ -148859,7 +148977,7 @@ module.exports={
148859
148977
  }
148860
148978
  }
148861
148979
  },
148862
- "S2b": {
148980
+ "S2d": {
148863
148981
  "type": "structure",
148864
148982
  "members": {
148865
148983
  "DurationInSeconds": {
@@ -148867,7 +148985,7 @@ module.exports={
148867
148985
  }
148868
148986
  }
148869
148987
  },
148870
- "S2e": {
148988
+ "S2g": {
148871
148989
  "type": "structure",
148872
148990
  "required": [
148873
148991
  "SubnetIds",
@@ -148876,23 +148994,23 @@ module.exports={
148876
148994
  ],
148877
148995
  "members": {
148878
148996
  "SubnetIds": {
148879
- "shape": "S2f"
148997
+ "shape": "S2h"
148880
148998
  },
148881
148999
  "RoleARN": {},
148882
149000
  "SecurityGroupIds": {
148883
- "shape": "S2g"
149001
+ "shape": "S2i"
148884
149002
  }
148885
149003
  }
148886
149004
  },
148887
- "S2f": {
149005
+ "S2h": {
148888
149006
  "type": "list",
148889
149007
  "member": {}
148890
149008
  },
148891
- "S2g": {
149009
+ "S2i": {
148892
149010
  "type": "list",
148893
149011
  "member": {}
148894
149012
  },
148895
- "S2h": {
149013
+ "S2j": {
148896
149014
  "type": "structure",
148897
149015
  "required": [
148898
149016
  "DefaultDocumentIdFormat"
@@ -148901,7 +149019,7 @@ module.exports={
148901
149019
  "DefaultDocumentIdFormat": {}
148902
149020
  }
148903
149021
  },
148904
- "S2p": {
149022
+ "S2r": {
148905
149023
  "type": "structure",
148906
149024
  "members": {
148907
149025
  "IntervalInSeconds": {
@@ -148912,7 +149030,7 @@ module.exports={
148912
149030
  }
148913
149031
  }
148914
149032
  },
148915
- "S2s": {
149033
+ "S2u": {
148916
149034
  "type": "structure",
148917
149035
  "members": {
148918
149036
  "DurationInSeconds": {
@@ -148920,7 +149038,7 @@ module.exports={
148920
149038
  }
148921
149039
  }
148922
149040
  },
148923
- "S30": {
149041
+ "S32": {
148924
149042
  "type": "structure",
148925
149043
  "members": {
148926
149044
  "DurationInSeconds": {
@@ -148928,7 +149046,7 @@ module.exports={
148928
149046
  }
148929
149047
  }
148930
149048
  },
148931
- "S33": {
149049
+ "S35": {
148932
149050
  "type": "structure",
148933
149051
  "members": {
148934
149052
  "IntervalInSeconds": {
@@ -148939,14 +149057,14 @@ module.exports={
148939
149057
  }
148940
149058
  }
148941
149059
  },
148942
- "S37": {
149060
+ "S39": {
148943
149061
  "type": "structure",
148944
149062
  "required": [
148945
149063
  "Url"
148946
149064
  ],
148947
149065
  "members": {
148948
149066
  "Url": {
148949
- "shape": "S38"
149067
+ "shape": "S3a"
148950
149068
  },
148951
149069
  "Name": {},
148952
149070
  "AccessKey": {
@@ -148955,11 +149073,11 @@ module.exports={
148955
149073
  }
148956
149074
  }
148957
149075
  },
148958
- "S38": {
149076
+ "S3a": {
148959
149077
  "type": "string",
148960
149078
  "sensitive": true
148961
149079
  },
148962
- "S3b": {
149080
+ "S3d": {
148963
149081
  "type": "structure",
148964
149082
  "members": {
148965
149083
  "SizeInMBs": {
@@ -148970,7 +149088,7 @@ module.exports={
148970
149088
  }
148971
149089
  }
148972
149090
  },
148973
- "S3e": {
149091
+ "S3g": {
148974
149092
  "type": "structure",
148975
149093
  "members": {
148976
149094
  "ContentEncoding": {},
@@ -148996,7 +149114,7 @@ module.exports={
148996
149114
  }
148997
149115
  }
148998
149116
  },
148999
- "S3k": {
149117
+ "S3m": {
149000
149118
  "type": "structure",
149001
149119
  "members": {
149002
149120
  "DurationInSeconds": {
@@ -149004,13 +149122,13 @@ module.exports={
149004
149122
  }
149005
149123
  }
149006
149124
  },
149007
- "S3n": {
149125
+ "S3p": {
149008
149126
  "type": "list",
149009
149127
  "member": {
149010
- "shape": "S3o"
149128
+ "shape": "S3q"
149011
149129
  }
149012
149130
  },
149013
- "S3o": {
149131
+ "S3q": {
149014
149132
  "type": "structure",
149015
149133
  "required": [
149016
149134
  "Key"
@@ -149020,7 +149138,7 @@ module.exports={
149020
149138
  "Value": {}
149021
149139
  }
149022
149140
  },
149023
- "S3u": {
149141
+ "S3w": {
149024
149142
  "type": "structure",
149025
149143
  "members": {
149026
149144
  "IntervalInSeconds": {
@@ -149031,7 +149149,7 @@ module.exports={
149031
149149
  }
149032
149150
  }
149033
149151
  },
149034
- "S3x": {
149152
+ "S3z": {
149035
149153
  "type": "structure",
149036
149154
  "members": {
149037
149155
  "DurationInSeconds": {
@@ -149039,7 +149157,7 @@ module.exports={
149039
149157
  }
149040
149158
  }
149041
149159
  },
149042
- "S43": {
149160
+ "S45": {
149043
149161
  "type": "structure",
149044
149162
  "required": [
149045
149163
  "RoleARN",
@@ -149050,14 +149168,6 @@ module.exports={
149050
149168
  "Connectivity": {}
149051
149169
  }
149052
149170
  },
149053
- "S46": {
149054
- "type": "string",
149055
- "sensitive": true
149056
- },
149057
- "S47": {
149058
- "type": "string",
149059
- "sensitive": true
149060
- },
149061
149171
  "S48": {
149062
149172
  "type": "string",
149063
149173
  "sensitive": true
@@ -149079,6 +149189,14 @@ module.exports={
149079
149189
  "sensitive": true
149080
149190
  },
149081
149191
  "S4d": {
149192
+ "type": "string",
149193
+ "sensitive": true
149194
+ },
149195
+ "S4e": {
149196
+ "type": "string",
149197
+ "sensitive": true
149198
+ },
149199
+ "S4f": {
149082
149200
  "type": "structure",
149083
149201
  "members": {
149084
149202
  "Enabled": {
@@ -149090,15 +149208,15 @@ module.exports={
149090
149208
  }
149091
149209
  }
149092
149210
  },
149093
- "S4g": {
149211
+ "S4i": {
149094
149212
  "type": "string",
149095
149213
  "sensitive": true
149096
149214
  },
149097
- "S4h": {
149215
+ "S4j": {
149098
149216
  "type": "string",
149099
149217
  "sensitive": true
149100
149218
  },
149101
- "S4i": {
149219
+ "S4k": {
149102
149220
  "type": "structure",
149103
149221
  "required": [
149104
149222
  "PrivateLinkVpceId"
@@ -149110,7 +149228,7 @@ module.exports={
149110
149228
  }
149111
149229
  }
149112
149230
  },
149113
- "S4k": {
149231
+ "S4m": {
149114
149232
  "type": "structure",
149115
149233
  "members": {
149116
149234
  "DurationInSeconds": {
@@ -149118,7 +149236,7 @@ module.exports={
149118
149236
  }
149119
149237
  }
149120
149238
  },
149121
- "S4x": {
149239
+ "S4z": {
149122
149240
  "type": "structure",
149123
149241
  "required": [
149124
149242
  "Type",
@@ -149129,7 +149247,7 @@ module.exports={
149129
149247
  "Details": {}
149130
149248
  }
149131
149249
  },
149132
- "S59": {
149250
+ "S5b": {
149133
149251
  "type": "structure",
149134
149252
  "required": [
149135
149253
  "RoleARN",
@@ -149155,7 +149273,7 @@ module.exports={
149155
149273
  }
149156
149274
  }
149157
149275
  },
149158
- "S5d": {
149276
+ "S5f": {
149159
149277
  "type": "structure",
149160
149278
  "required": [
149161
149279
  "SubnetIds",
@@ -149165,16 +149283,16 @@ module.exports={
149165
149283
  ],
149166
149284
  "members": {
149167
149285
  "SubnetIds": {
149168
- "shape": "S2f"
149286
+ "shape": "S2h"
149169
149287
  },
149170
149288
  "RoleARN": {},
149171
149289
  "SecurityGroupIds": {
149172
- "shape": "S2g"
149290
+ "shape": "S2i"
149173
149291
  },
149174
149292
  "VpcId": {}
149175
149293
  }
149176
149294
  },
149177
- "S5t": {
149295
+ "S61": {
149178
149296
  "type": "structure",
149179
149297
  "required": [
149180
149298
  "Data"
@@ -149185,7 +149303,7 @@ module.exports={
149185
149303
  }
149186
149304
  }
149187
149305
  },
149188
- "S6e": {
149306
+ "S6m": {
149189
149307
  "type": "structure",
149190
149308
  "members": {
149191
149309
  "RoleARN": {},
@@ -195340,6 +195458,9 @@ module.exports={
195340
195458
  },
195341
195459
  "supplychain": {
195342
195460
  "name": "SupplyChain"
195461
+ },
195462
+ "artifact": {
195463
+ "name": "Artifact"
195343
195464
  }
195344
195465
  }
195345
195466
  },{}],169:[function(require,module,exports){
@@ -249290,7 +249411,9 @@ module.exports={
249290
249411
  "phoneNumber"
249291
249412
  ],
249292
249413
  "members": {
249293
- "phoneNumber": {}
249414
+ "phoneNumber": {
249415
+ "shape": "S9"
249416
+ }
249294
249417
  }
249295
249418
  },
249296
249419
  "output": {
@@ -249379,7 +249502,9 @@ module.exports={
249379
249502
  "PhoneNumber"
249380
249503
  ],
249381
249504
  "members": {
249382
- "PhoneNumber": {},
249505
+ "PhoneNumber": {
249506
+ "shape": "So"
249507
+ },
249383
249508
  "LanguageCode": {}
249384
249509
  }
249385
249510
  },
@@ -249443,7 +249568,9 @@ module.exports={
249443
249568
  "PhoneNumber"
249444
249569
  ],
249445
249570
  "members": {
249446
- "PhoneNumber": {}
249571
+ "PhoneNumber": {
249572
+ "shape": "So"
249573
+ }
249447
249574
  }
249448
249575
  },
249449
249576
  "output": {
@@ -249653,7 +249780,9 @@ module.exports={
249653
249780
  "CreatedAt": {
249654
249781
  "type": "timestamp"
249655
249782
  },
249656
- "PhoneNumber": {},
249783
+ "PhoneNumber": {
249784
+ "shape": "S9"
249785
+ },
249657
249786
  "Status": {},
249658
249787
  "Iso2CountryCode": {},
249659
249788
  "RouteType": {},
@@ -249680,7 +249809,9 @@ module.exports={
249680
249809
  "members": {
249681
249810
  "phoneNumbers": {
249682
249811
  "type": "list",
249683
- "member": {}
249812
+ "member": {
249813
+ "shape": "S9"
249814
+ }
249684
249815
  },
249685
249816
  "nextToken": {}
249686
249817
  }
@@ -249735,7 +249866,9 @@ module.exports={
249735
249866
  "member": {
249736
249867
  "type": "structure",
249737
249868
  "members": {
249738
- "PhoneNumber": {},
249869
+ "PhoneNumber": {
249870
+ "shape": "So"
249871
+ },
249739
249872
  "Status": {}
249740
249873
  }
249741
249874
  }
@@ -249835,7 +249968,9 @@ module.exports={
249835
249968
  "phoneNumber"
249836
249969
  ],
249837
249970
  "members": {
249838
- "phoneNumber": {}
249971
+ "phoneNumber": {
249972
+ "shape": "S9"
249973
+ }
249839
249974
  }
249840
249975
  },
249841
249976
  "output": {
@@ -249853,7 +249988,9 @@ module.exports={
249853
249988
  "members": {
249854
249989
  "TopicArn": {},
249855
249990
  "TargetArn": {},
249856
- "PhoneNumber": {},
249991
+ "PhoneNumber": {
249992
+ "shape": "S9"
249993
+ },
249857
249994
  "Message": {},
249858
249995
  "Subject": {},
249859
249996
  "MessageStructure": {},
@@ -250131,7 +250268,9 @@ module.exports={
250131
250268
  "OneTimePassword"
250132
250269
  ],
250133
250270
  "members": {
250134
- "PhoneNumber": {},
250271
+ "PhoneNumber": {
250272
+ "shape": "So"
250273
+ },
250135
250274
  "OneTimePassword": {}
250136
250275
  }
250137
250276
  },
@@ -250143,11 +250282,19 @@ module.exports={
250143
250282
  }
250144
250283
  },
250145
250284
  "shapes": {
250285
+ "S9": {
250286
+ "type": "string",
250287
+ "sensitive": true
250288
+ },
250146
250289
  "Sj": {
250147
250290
  "type": "map",
250148
250291
  "key": {},
250149
250292
  "value": {}
250150
250293
  },
250294
+ "So": {
250295
+ "type": "string",
250296
+ "sensitive": true
250297
+ },
250151
250298
  "St": {
250152
250299
  "type": "map",
250153
250300
  "key": {},
@@ -272832,7 +272979,7 @@ AWS.util.update(AWS, {
272832
272979
  /**
272833
272980
  * @constant
272834
272981
  */
272835
- VERSION: '2.1558.0',
272982
+ VERSION: '2.1560.0',
272836
272983
 
272837
272984
  /**
272838
272985
  * @api private
@@ -295081,7 +295228,7 @@ var LRUCache = /** @class */ (function () {
295081
295228
  }());
295082
295229
  exports.LRUCache = LRUCache;
295083
295230
  },{}],467:[function(require,module,exports){
295084
- // AWS SDK for JavaScript v2.1558.0
295231
+ // AWS SDK for JavaScript v2.1560.0
295085
295232
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
295086
295233
  // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
295087
295234
  require('./browser_loader');