cdk-lambda-subminute 2.0.368 → 2.0.370

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 (117) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/available-typed-arrays/.eslintrc +0 -4
  4. package/node_modules/available-typed-arrays/CHANGELOG.md +15 -0
  5. package/node_modules/available-typed-arrays/index.d.ts +17 -0
  6. package/node_modules/available-typed-arrays/index.js +4 -2
  7. package/node_modules/available-typed-arrays/package.json +23 -15
  8. package/node_modules/available-typed-arrays/tsconfig.json +49 -0
  9. package/node_modules/aws-sdk/README.md +1 -1
  10. package/node_modules/aws-sdk/apis/appsync-2017-07-25.min.json +67 -6
  11. package/node_modules/aws-sdk/apis/codepipeline-2015-07-09.min.json +163 -81
  12. package/node_modules/aws-sdk/apis/cognito-idp-2016-04-18.min.json +1 -1
  13. package/node_modules/aws-sdk/apis/datasync-2018-11-09.min.json +76 -32
  14. package/node_modules/aws-sdk/apis/es-2015-01-01.min.json +227 -152
  15. package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +102 -101
  16. package/node_modules/aws-sdk/apis/ivs-2020-07-14.min.json +240 -49
  17. package/node_modules/aws-sdk/apis/ivs-2020-07-14.paginators.json +5 -0
  18. package/node_modules/aws-sdk/apis/logs-2014-03-28.min.json +2 -1
  19. package/node_modules/aws-sdk/apis/managedblockchain-query-2023-05-04.min.json +14 -5
  20. package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +104 -87
  21. package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.min.json +597 -333
  22. package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.paginators.json +10 -0
  23. package/node_modules/aws-sdk/apis/opensearch-2021-01-01.min.json +259 -184
  24. package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +852 -756
  25. package/node_modules/aws-sdk/apis/redshift-2012-12-01.min.json +68 -3
  26. package/node_modules/aws-sdk/apis/redshift-2012-12-01.paginators.json +6 -0
  27. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +779 -773
  28. package/node_modules/aws-sdk/apis/wafv2-2019-07-29.min.json +45 -28
  29. package/node_modules/aws-sdk/apis/workspaces-2015-04-08.min.json +75 -72
  30. package/node_modules/aws-sdk/clients/appsync.d.ts +47 -0
  31. package/node_modules/aws-sdk/clients/cloudwatchlogs.d.ts +12 -8
  32. package/node_modules/aws-sdk/clients/codepipeline.d.ts +102 -7
  33. package/node_modules/aws-sdk/clients/cognitoidentityserviceprovider.d.ts +63 -63
  34. package/node_modules/aws-sdk/clients/datasync.d.ts +185 -124
  35. package/node_modules/aws-sdk/clients/dynamodb.d.ts +3 -3
  36. package/node_modules/aws-sdk/clients/ecs.d.ts +5 -5
  37. package/node_modules/aws-sdk/clients/es.d.ts +111 -0
  38. package/node_modules/aws-sdk/clients/glue.d.ts +8 -3
  39. package/node_modules/aws-sdk/clients/ivs.d.ts +223 -4
  40. package/node_modules/aws-sdk/clients/lexmodelsv2.d.ts +324 -0
  41. package/node_modules/aws-sdk/clients/managedblockchainquery.d.ts +30 -20
  42. package/node_modules/aws-sdk/clients/mediaconvert.d.ts +17 -8
  43. package/node_modules/aws-sdk/clients/opensearch.d.ts +108 -0
  44. package/node_modules/aws-sdk/clients/quicksight.d.ts +130 -2
  45. package/node_modules/aws-sdk/clients/redshift.d.ts +119 -0
  46. package/node_modules/aws-sdk/clients/sagemaker.d.ts +51 -41
  47. package/node_modules/aws-sdk/clients/wafv2.d.ts +23 -3
  48. package/node_modules/aws-sdk/clients/workspaces.d.ts +16 -3
  49. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +211 -108
  50. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +2388 -2182
  51. package/node_modules/aws-sdk/dist/aws-sdk.js +243 -89
  52. package/node_modules/aws-sdk/dist/aws-sdk.min.js +89 -89
  53. package/node_modules/aws-sdk/lib/core.js +1 -1
  54. package/node_modules/aws-sdk/lib/credentials/remote_credentials.js +14 -2
  55. package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +1 -1
  56. package/node_modules/aws-sdk/package.json +1 -1
  57. package/node_modules/call-bind/CHANGELOG.md +9 -0
  58. package/node_modules/call-bind/index.js +1 -1
  59. package/node_modules/call-bind/package.json +10 -6
  60. package/node_modules/define-data-property/CHANGELOG.md +11 -0
  61. package/node_modules/define-data-property/index.js +2 -2
  62. package/node_modules/define-data-property/package.json +19 -18
  63. package/node_modules/define-data-property/test/index.js +7 -7
  64. package/node_modules/es-errors/.eslintrc +5 -0
  65. package/node_modules/es-errors/.github/FUNDING.yml +12 -0
  66. package/node_modules/es-errors/CHANGELOG.md +40 -0
  67. package/node_modules/es-errors/LICENSE +21 -0
  68. package/node_modules/es-errors/README.md +55 -0
  69. package/node_modules/es-errors/eval.d.ts +3 -0
  70. package/node_modules/es-errors/eval.js +4 -0
  71. package/node_modules/es-errors/index.d.ts +3 -0
  72. package/node_modules/es-errors/index.js +4 -0
  73. package/node_modules/es-errors/package.json +80 -0
  74. package/node_modules/es-errors/range.d.ts +3 -0
  75. package/node_modules/es-errors/range.js +4 -0
  76. package/node_modules/es-errors/ref.d.ts +3 -0
  77. package/node_modules/es-errors/ref.js +4 -0
  78. package/node_modules/es-errors/syntax.d.ts +3 -0
  79. package/node_modules/es-errors/syntax.js +4 -0
  80. package/node_modules/es-errors/test/index.js +19 -0
  81. package/node_modules/es-errors/tsconfig.json +49 -0
  82. package/node_modules/es-errors/type.d.ts +3 -0
  83. package/node_modules/es-errors/type.js +4 -0
  84. package/node_modules/es-errors/uri.d.ts +3 -0
  85. package/node_modules/es-errors/uri.js +4 -0
  86. package/node_modules/get-intrinsic/CHANGELOG.md +18 -0
  87. package/node_modules/get-intrinsic/index.js +15 -7
  88. package/node_modules/get-intrinsic/package.json +12 -12
  89. package/node_modules/has-tostringtag/.eslintrc +0 -6
  90. package/node_modules/has-tostringtag/.nycrc +13 -0
  91. package/node_modules/has-tostringtag/CHANGELOG.md +22 -0
  92. package/node_modules/has-tostringtag/index.d.ts +3 -0
  93. package/node_modules/has-tostringtag/index.js +1 -0
  94. package/node_modules/has-tostringtag/package.json +37 -13
  95. package/node_modules/has-tostringtag/shams.d.ts +3 -0
  96. package/node_modules/has-tostringtag/shams.js +1 -0
  97. package/node_modules/has-tostringtag/test/shams/core-js.js +3 -0
  98. package/node_modules/has-tostringtag/test/shams/get-own-property-symbols.js +2 -0
  99. package/node_modules/has-tostringtag/test/tests.js +2 -1
  100. package/node_modules/has-tostringtag/tsconfig.json +49 -0
  101. package/node_modules/is-typed-array/CHANGELOG.md +10 -0
  102. package/node_modules/is-typed-array/index.d.ts +16 -0
  103. package/node_modules/is-typed-array/index.js +1 -0
  104. package/node_modules/is-typed-array/package.json +18 -7
  105. package/node_modules/is-typed-array/test/index.js +9 -1
  106. package/node_modules/is-typed-array/tsconfig.json +49 -0
  107. package/node_modules/set-function-length/CHANGELOG.md +8 -0
  108. package/node_modules/set-function-length/index.js +1 -1
  109. package/node_modules/set-function-length/package.json +7 -6
  110. package/node_modules/which-typed-array/CHANGELOG.md +9 -0
  111. package/node_modules/which-typed-array/index.d.ts +16 -0
  112. package/node_modules/which-typed-array/index.js +39 -18
  113. package/node_modules/which-typed-array/package.json +18 -7
  114. package/node_modules/which-typed-array/test/index.js +9 -1
  115. package/node_modules/which-typed-array/tsconfig.json +49 -0
  116. package/package.json +4 -4
  117. package/node_modules/available-typed-arrays/.eslintignore +0 -1
@@ -1,4 +1,4 @@
1
- // AWS SDK for JavaScript v2.1548.0
1
+ // AWS SDK for JavaScript v2.1554.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": "S2o"
50934
+ "shape": "S2z"
50935
50935
  }
50936
50936
  }
50937
50937
  }
@@ -50954,7 +50954,7 @@ module.exports={
50954
50954
  "members": {
50955
50955
  "id": {},
50956
50956
  "data": {
50957
- "shape": "S3g"
50957
+ "shape": "S3r"
50958
50958
  },
50959
50959
  "accountId": {}
50960
50960
  }
@@ -51040,9 +51040,6 @@ module.exports={
51040
51040
  }
51041
51041
  }
51042
51042
  },
51043
- "trigger": {
51044
- "shape": "S4e"
51045
- },
51046
51043
  "variables": {
51047
51044
  "type": "list",
51048
51045
  "member": {
@@ -51052,7 +51049,11 @@ module.exports={
51052
51049
  "resolvedValue": {}
51053
51050
  }
51054
51051
  }
51055
- }
51052
+ },
51053
+ "trigger": {
51054
+ "shape": "S4s"
51055
+ },
51056
+ "executionMode": {}
51056
51057
  }
51057
51058
  }
51058
51059
  }
@@ -51082,7 +51083,13 @@ module.exports={
51082
51083
  "members": {
51083
51084
  "stageName": {},
51084
51085
  "inboundExecution": {
51085
- "shape": "S4o"
51086
+ "shape": "S4z"
51087
+ },
51088
+ "inboundExecutions": {
51089
+ "type": "list",
51090
+ "member": {
51091
+ "shape": "S4z"
51092
+ }
51086
51093
  },
51087
51094
  "inboundTransitionState": {
51088
51095
  "type": "structure",
@@ -51104,7 +51111,7 @@ module.exports={
51104
51111
  "members": {
51105
51112
  "actionName": {},
51106
51113
  "currentRevision": {
51107
- "shape": "S4w"
51114
+ "shape": "S58"
51108
51115
  },
51109
51116
  "latestExecution": {
51110
51117
  "type": "structure",
@@ -51123,11 +51130,7 @@ module.exports={
51123
51130
  "type": "integer"
51124
51131
  },
51125
51132
  "errorDetails": {
51126
- "type": "structure",
51127
- "members": {
51128
- "code": {},
51129
- "message": {}
51130
- }
51133
+ "shape": "S5g"
51131
51134
  }
51132
51135
  }
51133
51136
  },
@@ -51137,7 +51140,7 @@ module.exports={
51137
51140
  }
51138
51141
  },
51139
51142
  "latestExecution": {
51140
- "shape": "S4o"
51143
+ "shape": "S4z"
51141
51144
  }
51142
51145
  }
51143
51146
  }
@@ -51177,19 +51180,19 @@ module.exports={
51177
51180
  "shape": "Sw"
51178
51181
  },
51179
51182
  "actionConfiguration": {
51180
- "shape": "S3h"
51183
+ "shape": "S3s"
51181
51184
  },
51182
51185
  "pipelineContext": {
51183
- "shape": "S3i"
51186
+ "shape": "S3t"
51184
51187
  },
51185
51188
  "inputArtifacts": {
51186
- "shape": "S3o"
51189
+ "shape": "S3z"
51187
51190
  },
51188
51191
  "outputArtifacts": {
51189
- "shape": "S3o"
51192
+ "shape": "S3z"
51190
51193
  },
51191
51194
  "artifactCredentials": {
51192
- "shape": "S3w"
51195
+ "shape": "S47"
51193
51196
  },
51194
51197
  "continuationToken": {},
51195
51198
  "encryptionKey": {
@@ -51214,7 +51217,18 @@ module.exports={
51214
51217
  "filter": {
51215
51218
  "type": "structure",
51216
51219
  "members": {
51217
- "pipelineExecutionId": {}
51220
+ "pipelineExecutionId": {},
51221
+ "latestInPipelineExecution": {
51222
+ "type": "structure",
51223
+ "required": [
51224
+ "pipelineExecutionId",
51225
+ "startTimeRange"
51226
+ ],
51227
+ "members": {
51228
+ "pipelineExecutionId": {},
51229
+ "startTimeRange": {}
51230
+ }
51231
+ }
51218
51232
  }
51219
51233
  },
51220
51234
  "maxResults": {
@@ -51244,6 +51258,7 @@ module.exports={
51244
51258
  "lastUpdateTime": {
51245
51259
  "type": "timestamp"
51246
51260
  },
51261
+ "updatedBy": {},
51247
51262
  "status": {},
51248
51263
  "input": {
51249
51264
  "type": "structure",
@@ -51262,7 +51277,7 @@ module.exports={
51262
51277
  "roleArn": {},
51263
51278
  "region": {},
51264
51279
  "inputArtifacts": {
51265
- "shape": "S5k"
51280
+ "shape": "S5y"
51266
51281
  },
51267
51282
  "namespace": {}
51268
51283
  }
@@ -51271,18 +51286,21 @@ module.exports={
51271
51286
  "type": "structure",
51272
51287
  "members": {
51273
51288
  "outputArtifacts": {
51274
- "shape": "S5k"
51289
+ "shape": "S5y"
51275
51290
  },
51276
51291
  "executionResult": {
51277
51292
  "type": "structure",
51278
51293
  "members": {
51279
51294
  "externalExecutionId": {},
51280
51295
  "externalExecutionSummary": {},
51281
- "externalExecutionUrl": {}
51296
+ "externalExecutionUrl": {},
51297
+ "errorDetails": {
51298
+ "shape": "S5g"
51299
+ }
51282
51300
  }
51283
51301
  },
51284
51302
  "outputVariables": {
51285
- "shape": "S5t"
51303
+ "shape": "S67"
51286
51304
  }
51287
51305
  }
51288
51306
  }
@@ -51364,14 +51382,15 @@ module.exports={
51364
51382
  }
51365
51383
  },
51366
51384
  "trigger": {
51367
- "shape": "S4e"
51385
+ "shape": "S4s"
51368
51386
  },
51369
51387
  "stopTrigger": {
51370
51388
  "type": "structure",
51371
51389
  "members": {
51372
51390
  "reason": {}
51373
51391
  }
51374
- }
51392
+ },
51393
+ "executionMode": {}
51375
51394
  }
51376
51395
  }
51377
51396
  },
@@ -51402,6 +51421,7 @@ module.exports={
51402
51421
  "type": "integer"
51403
51422
  },
51404
51423
  "pipelineType": {},
51424
+ "executionMode": {},
51405
51425
  "created": {
51406
51426
  "type": "timestamp"
51407
51427
  },
@@ -51455,7 +51475,7 @@ module.exports={
51455
51475
  "webhooks": {
51456
51476
  "type": "list",
51457
51477
  "member": {
51458
- "shape": "S6i"
51478
+ "shape": "S6w"
51459
51479
  }
51460
51480
  },
51461
51481
  "NextToken": {}
@@ -51492,7 +51512,7 @@ module.exports={
51492
51512
  "members": {
51493
51513
  "id": {},
51494
51514
  "data": {
51495
- "shape": "S3g"
51515
+ "shape": "S3r"
51496
51516
  },
51497
51517
  "nonce": {},
51498
51518
  "accountId": {}
@@ -51547,7 +51567,7 @@ module.exports={
51547
51567
  "stageName": {},
51548
51568
  "actionName": {},
51549
51569
  "actionRevision": {
51550
- "shape": "S4w"
51570
+ "shape": "S58"
51551
51571
  }
51552
51572
  }
51553
51573
  },
@@ -51608,7 +51628,7 @@ module.exports={
51608
51628
  "members": {
51609
51629
  "jobId": {},
51610
51630
  "failureDetails": {
51611
- "shape": "S7i"
51631
+ "shape": "S7w"
51612
51632
  }
51613
51633
  }
51614
51634
  }
@@ -51622,14 +51642,14 @@ module.exports={
51622
51642
  "members": {
51623
51643
  "jobId": {},
51624
51644
  "currentRevision": {
51625
- "shape": "S7l"
51645
+ "shape": "S7z"
51626
51646
  },
51627
51647
  "continuationToken": {},
51628
51648
  "executionDetails": {
51629
- "shape": "S7n"
51649
+ "shape": "S81"
51630
51650
  },
51631
51651
  "outputVariables": {
51632
- "shape": "S5t"
51652
+ "shape": "S67"
51633
51653
  }
51634
51654
  }
51635
51655
  }
@@ -51646,7 +51666,7 @@ module.exports={
51646
51666
  "jobId": {},
51647
51667
  "clientToken": {},
51648
51668
  "failureDetails": {
51649
- "shape": "S7i"
51669
+ "shape": "S7w"
51650
51670
  }
51651
51671
  }
51652
51672
  }
@@ -51662,11 +51682,11 @@ module.exports={
51662
51682
  "jobId": {},
51663
51683
  "clientToken": {},
51664
51684
  "currentRevision": {
51665
- "shape": "S7l"
51685
+ "shape": "S7z"
51666
51686
  },
51667
51687
  "continuationToken": {},
51668
51688
  "executionDetails": {
51669
- "shape": "S7n"
51689
+ "shape": "S81"
51670
51690
  }
51671
51691
  }
51672
51692
  }
@@ -51679,7 +51699,7 @@ module.exports={
51679
51699
  ],
51680
51700
  "members": {
51681
51701
  "webhook": {
51682
- "shape": "S6j"
51702
+ "shape": "S6x"
51683
51703
  },
51684
51704
  "tags": {
51685
51705
  "shape": "Sq"
@@ -51690,7 +51710,7 @@ module.exports={
51690
51710
  "type": "structure",
51691
51711
  "members": {
51692
51712
  "webhook": {
51693
- "shape": "S6i"
51713
+ "shape": "S6w"
51694
51714
  }
51695
51715
  }
51696
51716
  }
@@ -51850,7 +51870,7 @@ module.exports={
51850
51870
  ],
51851
51871
  "members": {
51852
51872
  "actionType": {
51853
- "shape": "S2o"
51873
+ "shape": "S2z"
51854
51874
  }
51855
51875
  }
51856
51876
  }
@@ -52084,7 +52104,22 @@ module.exports={
52084
52104
  "version": {
52085
52105
  "type": "integer"
52086
52106
  },
52107
+ "executionMode": {},
52087
52108
  "pipelineType": {},
52109
+ "variables": {
52110
+ "type": "list",
52111
+ "member": {
52112
+ "type": "structure",
52113
+ "required": [
52114
+ "name"
52115
+ ],
52116
+ "members": {
52117
+ "name": {},
52118
+ "defaultValue": {},
52119
+ "description": {}
52120
+ }
52121
+ }
52122
+ },
52088
52123
  "triggers": {
52089
52124
  "type": "list",
52090
52125
  "member": {
@@ -52111,12 +52146,36 @@ module.exports={
52111
52146
  "type": "structure",
52112
52147
  "members": {
52113
52148
  "includes": {
52114
- "shape": "S22"
52149
+ "shape": "S28"
52115
52150
  },
52116
52151
  "excludes": {
52117
- "shape": "S22"
52152
+ "shape": "S28"
52118
52153
  }
52119
52154
  }
52155
+ },
52156
+ "branches": {
52157
+ "shape": "S2a"
52158
+ },
52159
+ "filePaths": {
52160
+ "shape": "S2d"
52161
+ }
52162
+ }
52163
+ }
52164
+ },
52165
+ "pullRequest": {
52166
+ "type": "list",
52167
+ "member": {
52168
+ "type": "structure",
52169
+ "members": {
52170
+ "events": {
52171
+ "type": "list",
52172
+ "member": {}
52173
+ },
52174
+ "branches": {
52175
+ "shape": "S2a"
52176
+ },
52177
+ "filePaths": {
52178
+ "shape": "S2d"
52120
52179
  }
52121
52180
  }
52122
52181
  }
@@ -52125,20 +52184,6 @@ module.exports={
52125
52184
  }
52126
52185
  }
52127
52186
  }
52128
- },
52129
- "variables": {
52130
- "type": "list",
52131
- "member": {
52132
- "type": "structure",
52133
- "required": [
52134
- "name"
52135
- ],
52136
- "members": {
52137
- "name": {},
52138
- "defaultValue": {},
52139
- "description": {}
52140
- }
52141
- }
52142
52187
  }
52143
52188
  }
52144
52189
  },
@@ -52172,11 +52217,41 @@ module.exports={
52172
52217
  "key": {},
52173
52218
  "value": {}
52174
52219
  },
52175
- "S22": {
52220
+ "S28": {
52176
52221
  "type": "list",
52177
52222
  "member": {}
52178
52223
  },
52179
- "S2o": {
52224
+ "S2a": {
52225
+ "type": "structure",
52226
+ "members": {
52227
+ "includes": {
52228
+ "shape": "S2b"
52229
+ },
52230
+ "excludes": {
52231
+ "shape": "S2b"
52232
+ }
52233
+ }
52234
+ },
52235
+ "S2b": {
52236
+ "type": "list",
52237
+ "member": {}
52238
+ },
52239
+ "S2d": {
52240
+ "type": "structure",
52241
+ "members": {
52242
+ "includes": {
52243
+ "shape": "S2e"
52244
+ },
52245
+ "excludes": {
52246
+ "shape": "S2e"
52247
+ }
52248
+ }
52249
+ },
52250
+ "S2e": {
52251
+ "type": "list",
52252
+ "member": {}
52253
+ },
52254
+ "S2z": {
52180
52255
  "type": "structure",
52181
52256
  "required": [
52182
52257
  "executor",
@@ -52243,10 +52318,10 @@ module.exports={
52243
52318
  }
52244
52319
  },
52245
52320
  "inputArtifactDetails": {
52246
- "shape": "S33"
52321
+ "shape": "S3e"
52247
52322
  },
52248
52323
  "outputArtifactDetails": {
52249
- "shape": "S33"
52324
+ "shape": "S3e"
52250
52325
  },
52251
52326
  "permissions": {
52252
52327
  "type": "structure",
@@ -52299,7 +52374,7 @@ module.exports={
52299
52374
  }
52300
52375
  }
52301
52376
  },
52302
- "S33": {
52377
+ "S3e": {
52303
52378
  "type": "structure",
52304
52379
  "required": [
52305
52380
  "minimumCount",
@@ -52314,26 +52389,26 @@ module.exports={
52314
52389
  }
52315
52390
  }
52316
52391
  },
52317
- "S3g": {
52392
+ "S3r": {
52318
52393
  "type": "structure",
52319
52394
  "members": {
52320
52395
  "actionTypeId": {
52321
52396
  "shape": "Sw"
52322
52397
  },
52323
52398
  "actionConfiguration": {
52324
- "shape": "S3h"
52399
+ "shape": "S3s"
52325
52400
  },
52326
52401
  "pipelineContext": {
52327
- "shape": "S3i"
52402
+ "shape": "S3t"
52328
52403
  },
52329
52404
  "inputArtifacts": {
52330
- "shape": "S3o"
52405
+ "shape": "S3z"
52331
52406
  },
52332
52407
  "outputArtifacts": {
52333
- "shape": "S3o"
52408
+ "shape": "S3z"
52334
52409
  },
52335
52410
  "artifactCredentials": {
52336
- "shape": "S3w"
52411
+ "shape": "S47"
52337
52412
  },
52338
52413
  "continuationToken": {},
52339
52414
  "encryptionKey": {
@@ -52341,7 +52416,7 @@ module.exports={
52341
52416
  }
52342
52417
  }
52343
52418
  },
52344
- "S3h": {
52419
+ "S3s": {
52345
52420
  "type": "structure",
52346
52421
  "members": {
52347
52422
  "configuration": {
@@ -52349,7 +52424,7 @@ module.exports={
52349
52424
  }
52350
52425
  }
52351
52426
  },
52352
- "S3i": {
52427
+ "S3t": {
52353
52428
  "type": "structure",
52354
52429
  "members": {
52355
52430
  "pipelineName": {},
@@ -52370,7 +52445,7 @@ module.exports={
52370
52445
  "pipelineExecutionId": {}
52371
52446
  }
52372
52447
  },
52373
- "S3o": {
52448
+ "S3z": {
52374
52449
  "type": "list",
52375
52450
  "member": {
52376
52451
  "type": "structure",
@@ -52397,7 +52472,7 @@ module.exports={
52397
52472
  }
52398
52473
  }
52399
52474
  },
52400
- "S3w": {
52475
+ "S47": {
52401
52476
  "type": "structure",
52402
52477
  "required": [
52403
52478
  "accessKeyId",
@@ -52420,14 +52495,14 @@ module.exports={
52420
52495
  },
52421
52496
  "sensitive": true
52422
52497
  },
52423
- "S4e": {
52498
+ "S4s": {
52424
52499
  "type": "structure",
52425
52500
  "members": {
52426
52501
  "triggerType": {},
52427
52502
  "triggerDetail": {}
52428
52503
  }
52429
52504
  },
52430
- "S4o": {
52505
+ "S4z": {
52431
52506
  "type": "structure",
52432
52507
  "required": [
52433
52508
  "pipelineExecutionId",
@@ -52438,7 +52513,7 @@ module.exports={
52438
52513
  "status": {}
52439
52514
  }
52440
52515
  },
52441
- "S4w": {
52516
+ "S58": {
52442
52517
  "type": "structure",
52443
52518
  "required": [
52444
52519
  "revisionId",
@@ -52453,7 +52528,14 @@ module.exports={
52453
52528
  }
52454
52529
  }
52455
52530
  },
52456
- "S5k": {
52531
+ "S5g": {
52532
+ "type": "structure",
52533
+ "members": {
52534
+ "code": {},
52535
+ "message": {}
52536
+ }
52537
+ },
52538
+ "S5y": {
52457
52539
  "type": "list",
52458
52540
  "member": {
52459
52541
  "type": "structure",
@@ -52469,12 +52551,12 @@ module.exports={
52469
52551
  }
52470
52552
  }
52471
52553
  },
52472
- "S5t": {
52554
+ "S67": {
52473
52555
  "type": "map",
52474
52556
  "key": {},
52475
52557
  "value": {}
52476
52558
  },
52477
- "S6i": {
52559
+ "S6w": {
52478
52560
  "type": "structure",
52479
52561
  "required": [
52480
52562
  "definition",
@@ -52482,7 +52564,7 @@ module.exports={
52482
52564
  ],
52483
52565
  "members": {
52484
52566
  "definition": {
52485
- "shape": "S6j"
52567
+ "shape": "S6x"
52486
52568
  },
52487
52569
  "url": {},
52488
52570
  "errorMessage": {},
@@ -52496,7 +52578,7 @@ module.exports={
52496
52578
  }
52497
52579
  }
52498
52580
  },
52499
- "S6j": {
52581
+ "S6x": {
52500
52582
  "type": "structure",
52501
52583
  "required": [
52502
52584
  "name",
@@ -52533,7 +52615,7 @@ module.exports={
52533
52615
  }
52534
52616
  }
52535
52617
  },
52536
- "S7i": {
52618
+ "S7w": {
52537
52619
  "type": "structure",
52538
52620
  "required": [
52539
52621
  "type",
@@ -52545,7 +52627,7 @@ module.exports={
52545
52627
  "externalExecutionId": {}
52546
52628
  }
52547
52629
  },
52548
- "S7l": {
52630
+ "S7z": {
52549
52631
  "type": "structure",
52550
52632
  "required": [
52551
52633
  "revision",
@@ -52560,7 +52642,7 @@ module.exports={
52560
52642
  "revisionSummary": {}
52561
52643
  }
52562
52644
  },
52563
- "S7n": {
52645
+ "S81": {
52564
52646
  "type": "structure",
52565
52647
  "members": {
52566
52648
  "summary": {},
@@ -56653,6 +56735,7 @@ module.exports={
56653
56735
  "CreateAuthChallenge": {},
56654
56736
  "VerifyAuthChallengeResponse": {},
56655
56737
  "PreTokenGeneration": {},
56738
+ "UserMigration": {},
56656
56739
  "PreTokenGenerationConfig": {
56657
56740
  "type": "structure",
56658
56741
  "required": [
@@ -56664,7 +56747,6 @@ module.exports={
56664
56747
  "LambdaArn": {}
56665
56748
  }
56666
56749
  },
56667
- "UserMigration": {},
56668
56750
  "CustomSMSSender": {
56669
56751
  "type": "structure",
56670
56752
  "required": [
@@ -189531,7 +189613,8 @@ module.exports={
189531
189613
  "type": "list",
189532
189614
  "member": {}
189533
189615
  },
189534
- "logGroupClass": {}
189616
+ "logGroupClass": {},
189617
+ "logGroupArn": {}
189535
189618
  }
189536
189619
  }
189537
189620
  },
@@ -224237,6 +224320,71 @@ module.exports={
224237
224320
  }
224238
224321
  }
224239
224322
  },
224323
+ "ListRecommendations": {
224324
+ "input": {
224325
+ "type": "structure",
224326
+ "members": {
224327
+ "ClusterIdentifier": {},
224328
+ "NamespaceArn": {},
224329
+ "MaxRecords": {
224330
+ "type": "integer"
224331
+ },
224332
+ "Marker": {}
224333
+ }
224334
+ },
224335
+ "output": {
224336
+ "resultWrapper": "ListRecommendationsResult",
224337
+ "type": "structure",
224338
+ "members": {
224339
+ "Recommendations": {
224340
+ "type": "list",
224341
+ "member": {
224342
+ "locationName": "Recommendation",
224343
+ "type": "structure",
224344
+ "members": {
224345
+ "Id": {},
224346
+ "ClusterIdentifier": {},
224347
+ "NamespaceArn": {},
224348
+ "CreatedAt": {
224349
+ "type": "timestamp"
224350
+ },
224351
+ "RecommendationType": {},
224352
+ "Title": {},
224353
+ "Description": {},
224354
+ "Observation": {},
224355
+ "ImpactRanking": {},
224356
+ "RecommendationText": {},
224357
+ "RecommendedActions": {
224358
+ "type": "list",
224359
+ "member": {
224360
+ "locationName": "RecommendedAction",
224361
+ "type": "structure",
224362
+ "members": {
224363
+ "Text": {},
224364
+ "Database": {},
224365
+ "Command": {},
224366
+ "Type": {}
224367
+ }
224368
+ }
224369
+ },
224370
+ "ReferenceLinks": {
224371
+ "type": "list",
224372
+ "member": {
224373
+ "locationName": "ReferenceLink",
224374
+ "type": "structure",
224375
+ "members": {
224376
+ "Text": {},
224377
+ "Link": {}
224378
+ }
224379
+ }
224380
+ }
224381
+ }
224382
+ }
224383
+ },
224384
+ "Marker": {}
224385
+ }
224386
+ }
224387
+ },
224240
224388
  "ModifyAquaConfiguration": {
224241
224389
  "input": {
224242
224390
  "type": "structure",
@@ -224452,7 +224600,7 @@ module.exports={
224452
224600
  }
224453
224601
  },
224454
224602
  "output": {
224455
- "shape": "Sbf",
224603
+ "shape": "Sbp",
224456
224604
  "resultWrapper": "ModifyClusterParameterGroupResult"
224457
224605
  }
224458
224606
  },
@@ -224832,7 +224980,7 @@ module.exports={
224832
224980
  }
224833
224981
  },
224834
224982
  "output": {
224835
- "shape": "Sbf",
224983
+ "shape": "Sbp",
224836
224984
  "resultWrapper": "ResetClusterParameterGroupResult"
224837
224985
  }
224838
224986
  },
@@ -226298,7 +226446,7 @@ module.exports={
226298
226446
  "Policy": {}
226299
226447
  }
226300
226448
  },
226301
- "Sbf": {
226449
+ "Sbp": {
226302
226450
  "type": "structure",
226303
226451
  "members": {
226304
226452
  "ParameterGroupName": {},
@@ -226519,6 +226667,12 @@ module.exports={
226519
226667
  "limit_key": "MaxRecords",
226520
226668
  "output_token": "Marker",
226521
226669
  "result_key": "ReservedNodeOfferings"
226670
+ },
226671
+ "ListRecommendations": {
226672
+ "input_token": "Marker",
226673
+ "limit_key": "MaxRecords",
226674
+ "output_token": "Marker",
226675
+ "result_key": "Recommendations"
226522
226676
  }
226523
226677
  }
226524
226678
  }
@@ -272630,7 +272784,7 @@ AWS.util.update(AWS, {
272630
272784
  /**
272631
272785
  * @constant
272632
272786
  */
272633
- VERSION: '2.1548.0',
272787
+ VERSION: '2.1554.0',
272634
272788
 
272635
272789
  /**
272636
272790
  * @api private
@@ -294879,7 +295033,7 @@ var LRUCache = /** @class */ (function () {
294879
295033
  }());
294880
295034
  exports.LRUCache = LRUCache;
294881
295035
  },{}],467:[function(require,module,exports){
294882
- // AWS SDK for JavaScript v2.1548.0
295036
+ // AWS SDK for JavaScript v2.1554.0
294883
295037
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
294884
295038
  // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
294885
295039
  require('./browser_loader');