cdk-lambda-subminute 2.0.368 → 2.0.369
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/available-typed-arrays/.eslintrc +0 -4
- package/node_modules/available-typed-arrays/CHANGELOG.md +15 -0
- package/node_modules/available-typed-arrays/index.d.ts +17 -0
- package/node_modules/available-typed-arrays/index.js +4 -2
- package/node_modules/available-typed-arrays/package.json +23 -15
- package/node_modules/available-typed-arrays/tsconfig.json +49 -0
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/appsync-2017-07-25.min.json +67 -6
- package/node_modules/aws-sdk/apis/cognito-idp-2016-04-18.min.json +1 -1
- package/node_modules/aws-sdk/apis/datasync-2018-11-09.min.json +76 -32
- package/node_modules/aws-sdk/apis/es-2015-01-01.min.json +227 -152
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +102 -101
- package/node_modules/aws-sdk/apis/ivs-2020-07-14.min.json +240 -49
- package/node_modules/aws-sdk/apis/ivs-2020-07-14.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/logs-2014-03-28.min.json +2 -1
- package/node_modules/aws-sdk/apis/managedblockchain-query-2023-05-04.min.json +14 -5
- package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +104 -87
- package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.min.json +597 -333
- package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/opensearch-2021-01-01.min.json +259 -184
- package/node_modules/aws-sdk/apis/redshift-2012-12-01.min.json +68 -3
- package/node_modules/aws-sdk/apis/redshift-2012-12-01.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +779 -773
- package/node_modules/aws-sdk/apis/wafv2-2019-07-29.min.json +45 -28
- package/node_modules/aws-sdk/clients/appsync.d.ts +47 -0
- package/node_modules/aws-sdk/clients/cloudwatchlogs.d.ts +12 -8
- package/node_modules/aws-sdk/clients/cognitoidentityserviceprovider.d.ts +63 -63
- package/node_modules/aws-sdk/clients/datasync.d.ts +185 -124
- package/node_modules/aws-sdk/clients/dynamodb.d.ts +3 -3
- package/node_modules/aws-sdk/clients/ecs.d.ts +5 -5
- package/node_modules/aws-sdk/clients/es.d.ts +111 -0
- package/node_modules/aws-sdk/clients/glue.d.ts +8 -3
- package/node_modules/aws-sdk/clients/ivs.d.ts +223 -4
- package/node_modules/aws-sdk/clients/lexmodelsv2.d.ts +324 -0
- package/node_modules/aws-sdk/clients/managedblockchainquery.d.ts +30 -20
- package/node_modules/aws-sdk/clients/mediaconvert.d.ts +17 -8
- package/node_modules/aws-sdk/clients/opensearch.d.ts +108 -0
- package/node_modules/aws-sdk/clients/redshift.d.ts +119 -0
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +51 -41
- package/node_modules/aws-sdk/clients/wafv2.d.ts +23 -3
- package/node_modules/aws-sdk/clients/workspaces.d.ts +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +211 -108
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +2385 -2179
- package/node_modules/aws-sdk/dist/aws-sdk.js +80 -8
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +38 -38
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/credentials/remote_credentials.js +14 -2
- package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/node_modules/call-bind/CHANGELOG.md +9 -0
- package/node_modules/call-bind/index.js +1 -1
- package/node_modules/call-bind/package.json +10 -6
- package/node_modules/define-data-property/CHANGELOG.md +11 -0
- package/node_modules/define-data-property/index.js +2 -2
- package/node_modules/define-data-property/package.json +19 -18
- package/node_modules/define-data-property/test/index.js +7 -7
- package/node_modules/es-errors/.eslintrc +5 -0
- package/node_modules/es-errors/.github/FUNDING.yml +12 -0
- package/node_modules/es-errors/CHANGELOG.md +40 -0
- package/node_modules/es-errors/LICENSE +21 -0
- package/node_modules/es-errors/README.md +55 -0
- package/node_modules/es-errors/eval.d.ts +3 -0
- package/node_modules/es-errors/eval.js +4 -0
- package/node_modules/es-errors/index.d.ts +3 -0
- package/node_modules/es-errors/index.js +4 -0
- package/node_modules/es-errors/package.json +80 -0
- package/node_modules/es-errors/range.d.ts +3 -0
- package/node_modules/es-errors/range.js +4 -0
- package/node_modules/es-errors/ref.d.ts +3 -0
- package/node_modules/es-errors/ref.js +4 -0
- package/node_modules/es-errors/syntax.d.ts +3 -0
- package/node_modules/es-errors/syntax.js +4 -0
- package/node_modules/es-errors/test/index.js +19 -0
- package/node_modules/es-errors/tsconfig.json +49 -0
- package/node_modules/es-errors/type.d.ts +3 -0
- package/node_modules/es-errors/type.js +4 -0
- package/node_modules/es-errors/uri.d.ts +3 -0
- package/node_modules/es-errors/uri.js +4 -0
- package/node_modules/get-intrinsic/CHANGELOG.md +18 -0
- package/node_modules/get-intrinsic/index.js +15 -7
- package/node_modules/get-intrinsic/package.json +12 -12
- package/node_modules/has-tostringtag/.eslintrc +0 -6
- package/node_modules/has-tostringtag/.nycrc +13 -0
- package/node_modules/has-tostringtag/CHANGELOG.md +22 -0
- package/node_modules/has-tostringtag/index.d.ts +3 -0
- package/node_modules/has-tostringtag/index.js +1 -0
- package/node_modules/has-tostringtag/package.json +37 -13
- package/node_modules/has-tostringtag/shams.d.ts +3 -0
- package/node_modules/has-tostringtag/shams.js +1 -0
- package/node_modules/has-tostringtag/test/shams/core-js.js +3 -0
- package/node_modules/has-tostringtag/test/shams/get-own-property-symbols.js +2 -0
- package/node_modules/has-tostringtag/test/tests.js +2 -1
- package/node_modules/has-tostringtag/tsconfig.json +49 -0
- package/node_modules/is-typed-array/CHANGELOG.md +10 -0
- package/node_modules/is-typed-array/index.d.ts +16 -0
- package/node_modules/is-typed-array/index.js +1 -0
- package/node_modules/is-typed-array/package.json +18 -7
- package/node_modules/is-typed-array/test/index.js +9 -1
- package/node_modules/is-typed-array/tsconfig.json +49 -0
- package/node_modules/set-function-length/CHANGELOG.md +8 -0
- package/node_modules/set-function-length/index.js +1 -1
- package/node_modules/set-function-length/package.json +7 -6
- package/node_modules/which-typed-array/CHANGELOG.md +9 -0
- package/node_modules/which-typed-array/index.d.ts +16 -0
- package/node_modules/which-typed-array/index.js +39 -18
- package/node_modules/which-typed-array/package.json +18 -7
- package/node_modules/which-typed-array/test/index.js +9 -1
- package/node_modules/which-typed-array/tsconfig.json +49 -0
- package/package.json +4 -4
- package/node_modules/available-typed-arrays/.eslintignore +0 -1
@@ -1,4 +1,4 @@
|
|
1
|
-
// AWS SDK for JavaScript v2.
|
1
|
+
// AWS SDK for JavaScript v2.1553.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){
|
@@ -56653,6 +56653,7 @@ module.exports={
|
|
56653
56653
|
"CreateAuthChallenge": {},
|
56654
56654
|
"VerifyAuthChallengeResponse": {},
|
56655
56655
|
"PreTokenGeneration": {},
|
56656
|
+
"UserMigration": {},
|
56656
56657
|
"PreTokenGenerationConfig": {
|
56657
56658
|
"type": "structure",
|
56658
56659
|
"required": [
|
@@ -56664,7 +56665,6 @@ module.exports={
|
|
56664
56665
|
"LambdaArn": {}
|
56665
56666
|
}
|
56666
56667
|
},
|
56667
|
-
"UserMigration": {},
|
56668
56668
|
"CustomSMSSender": {
|
56669
56669
|
"type": "structure",
|
56670
56670
|
"required": [
|
@@ -189531,7 +189531,8 @@ module.exports={
|
|
189531
189531
|
"type": "list",
|
189532
189532
|
"member": {}
|
189533
189533
|
},
|
189534
|
-
"logGroupClass": {}
|
189534
|
+
"logGroupClass": {},
|
189535
|
+
"logGroupArn": {}
|
189535
189536
|
}
|
189536
189537
|
}
|
189537
189538
|
},
|
@@ -224237,6 +224238,71 @@ module.exports={
|
|
224237
224238
|
}
|
224238
224239
|
}
|
224239
224240
|
},
|
224241
|
+
"ListRecommendations": {
|
224242
|
+
"input": {
|
224243
|
+
"type": "structure",
|
224244
|
+
"members": {
|
224245
|
+
"ClusterIdentifier": {},
|
224246
|
+
"NamespaceArn": {},
|
224247
|
+
"MaxRecords": {
|
224248
|
+
"type": "integer"
|
224249
|
+
},
|
224250
|
+
"Marker": {}
|
224251
|
+
}
|
224252
|
+
},
|
224253
|
+
"output": {
|
224254
|
+
"resultWrapper": "ListRecommendationsResult",
|
224255
|
+
"type": "structure",
|
224256
|
+
"members": {
|
224257
|
+
"Recommendations": {
|
224258
|
+
"type": "list",
|
224259
|
+
"member": {
|
224260
|
+
"locationName": "Recommendation",
|
224261
|
+
"type": "structure",
|
224262
|
+
"members": {
|
224263
|
+
"Id": {},
|
224264
|
+
"ClusterIdentifier": {},
|
224265
|
+
"NamespaceArn": {},
|
224266
|
+
"CreatedAt": {
|
224267
|
+
"type": "timestamp"
|
224268
|
+
},
|
224269
|
+
"RecommendationType": {},
|
224270
|
+
"Title": {},
|
224271
|
+
"Description": {},
|
224272
|
+
"Observation": {},
|
224273
|
+
"ImpactRanking": {},
|
224274
|
+
"RecommendationText": {},
|
224275
|
+
"RecommendedActions": {
|
224276
|
+
"type": "list",
|
224277
|
+
"member": {
|
224278
|
+
"locationName": "RecommendedAction",
|
224279
|
+
"type": "structure",
|
224280
|
+
"members": {
|
224281
|
+
"Text": {},
|
224282
|
+
"Database": {},
|
224283
|
+
"Command": {},
|
224284
|
+
"Type": {}
|
224285
|
+
}
|
224286
|
+
}
|
224287
|
+
},
|
224288
|
+
"ReferenceLinks": {
|
224289
|
+
"type": "list",
|
224290
|
+
"member": {
|
224291
|
+
"locationName": "ReferenceLink",
|
224292
|
+
"type": "structure",
|
224293
|
+
"members": {
|
224294
|
+
"Text": {},
|
224295
|
+
"Link": {}
|
224296
|
+
}
|
224297
|
+
}
|
224298
|
+
}
|
224299
|
+
}
|
224300
|
+
}
|
224301
|
+
},
|
224302
|
+
"Marker": {}
|
224303
|
+
}
|
224304
|
+
}
|
224305
|
+
},
|
224240
224306
|
"ModifyAquaConfiguration": {
|
224241
224307
|
"input": {
|
224242
224308
|
"type": "structure",
|
@@ -224452,7 +224518,7 @@ module.exports={
|
|
224452
224518
|
}
|
224453
224519
|
},
|
224454
224520
|
"output": {
|
224455
|
-
"shape": "
|
224521
|
+
"shape": "Sbp",
|
224456
224522
|
"resultWrapper": "ModifyClusterParameterGroupResult"
|
224457
224523
|
}
|
224458
224524
|
},
|
@@ -224832,7 +224898,7 @@ module.exports={
|
|
224832
224898
|
}
|
224833
224899
|
},
|
224834
224900
|
"output": {
|
224835
|
-
"shape": "
|
224901
|
+
"shape": "Sbp",
|
224836
224902
|
"resultWrapper": "ResetClusterParameterGroupResult"
|
224837
224903
|
}
|
224838
224904
|
},
|
@@ -226298,7 +226364,7 @@ module.exports={
|
|
226298
226364
|
"Policy": {}
|
226299
226365
|
}
|
226300
226366
|
},
|
226301
|
-
"
|
226367
|
+
"Sbp": {
|
226302
226368
|
"type": "structure",
|
226303
226369
|
"members": {
|
226304
226370
|
"ParameterGroupName": {},
|
@@ -226519,6 +226585,12 @@ module.exports={
|
|
226519
226585
|
"limit_key": "MaxRecords",
|
226520
226586
|
"output_token": "Marker",
|
226521
226587
|
"result_key": "ReservedNodeOfferings"
|
226588
|
+
},
|
226589
|
+
"ListRecommendations": {
|
226590
|
+
"input_token": "Marker",
|
226591
|
+
"limit_key": "MaxRecords",
|
226592
|
+
"output_token": "Marker",
|
226593
|
+
"result_key": "Recommendations"
|
226522
226594
|
}
|
226523
226595
|
}
|
226524
226596
|
}
|
@@ -272630,7 +272702,7 @@ AWS.util.update(AWS, {
|
|
272630
272702
|
/**
|
272631
272703
|
* @constant
|
272632
272704
|
*/
|
272633
|
-
VERSION: '2.
|
272705
|
+
VERSION: '2.1553.0',
|
272634
272706
|
|
272635
272707
|
/**
|
272636
272708
|
* @api private
|
@@ -294879,7 +294951,7 @@ var LRUCache = /** @class */ (function () {
|
|
294879
294951
|
}());
|
294880
294952
|
exports.LRUCache = LRUCache;
|
294881
294953
|
},{}],467:[function(require,module,exports){
|
294882
|
-
// AWS SDK for JavaScript v2.
|
294954
|
+
// AWS SDK for JavaScript v2.1553.0
|
294883
294955
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
294884
294956
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
294885
294957
|
require('./browser_loader');
|