cdk-lambda-subminute 2.0.315 → 2.0.317
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +3 -3
- package/lib/cdk-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/billingconductor-2021-07-30.min.json +9 -3
- package/node_modules/aws-sdk/apis/braket-2019-09-01.min.json +77 -42
- package/node_modules/aws-sdk/apis/cloud9-2017-09-23.min.json +2 -1
- package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.waiters2.json +48 -0
- package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +257 -225
- package/node_modules/aws-sdk/clients/billingconductor.d.ts +16 -0
- package/node_modules/aws-sdk/clients/braket.d.ts +33 -2
- package/node_modules/aws-sdk/clients/cloud9.d.ts +2 -2
- package/node_modules/aws-sdk/clients/finspace.d.ts +11 -11
- package/node_modules/aws-sdk/clients/medialive.d.ts +26 -0
- package/node_modules/aws-sdk/clients/servicecatalogappregistry.d.ts +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +6 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +11 -6
- package/node_modules/aws-sdk/dist/aws-sdk.js +56 -3
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +99 -99
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/json/parser.js +5 -0
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
@@ -1,4 +1,4 @@
|
|
1
|
-
// AWS SDK for JavaScript v2.
|
1
|
+
// AWS SDK for JavaScript v2.1511.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){
|
@@ -17715,6 +17715,54 @@ module.exports={
|
|
17715
17715
|
"matcher": "pathAll",
|
17716
17716
|
"state": "success"
|
17717
17717
|
},
|
17718
|
+
{
|
17719
|
+
"argument": "Stacks[].StackStatus",
|
17720
|
+
"expected": "UPDATE_COMPLETE",
|
17721
|
+
"matcher": "pathAll",
|
17722
|
+
"state": "success"
|
17723
|
+
},
|
17724
|
+
{
|
17725
|
+
"argument": "Stacks[].StackStatus",
|
17726
|
+
"expected": "UPDATE_IN_PROGRESS",
|
17727
|
+
"matcher": "pathAll",
|
17728
|
+
"state": "success"
|
17729
|
+
},
|
17730
|
+
{
|
17731
|
+
"argument": "Stacks[].StackStatus",
|
17732
|
+
"expected": "UPDATE_COMPLETE_CLEANUP_IN_PROGRESS",
|
17733
|
+
"matcher": "pathAll",
|
17734
|
+
"state": "success"
|
17735
|
+
},
|
17736
|
+
{
|
17737
|
+
"argument": "Stacks[].StackStatus",
|
17738
|
+
"expected": "UPDATE_FAILED",
|
17739
|
+
"matcher": "pathAll",
|
17740
|
+
"state": "success"
|
17741
|
+
},
|
17742
|
+
{
|
17743
|
+
"argument": "Stacks[].StackStatus",
|
17744
|
+
"expected": "UPDATE_ROLLBACK_IN_PROGRESS",
|
17745
|
+
"matcher": "pathAll",
|
17746
|
+
"state": "success"
|
17747
|
+
},
|
17748
|
+
{
|
17749
|
+
"argument": "Stacks[].StackStatus",
|
17750
|
+
"expected": "UPDATE_ROLLBACK_FAILED",
|
17751
|
+
"matcher": "pathAll",
|
17752
|
+
"state": "success"
|
17753
|
+
},
|
17754
|
+
{
|
17755
|
+
"argument": "Stacks[].StackStatus",
|
17756
|
+
"expected": "UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS",
|
17757
|
+
"matcher": "pathAll",
|
17758
|
+
"state": "success"
|
17759
|
+
},
|
17760
|
+
{
|
17761
|
+
"argument": "Stacks[].StackStatus",
|
17762
|
+
"expected": "UPDATE_ROLLBACK_COMPLETE",
|
17763
|
+
"matcher": "pathAll",
|
17764
|
+
"state": "success"
|
17765
|
+
},
|
17718
17766
|
{
|
17719
17767
|
"argument": "Stacks[].StackStatus",
|
17720
17768
|
"expected": "CREATE_FAILED",
|
@@ -269447,7 +269495,7 @@ AWS.util.update(AWS, {
|
|
269447
269495
|
/**
|
269448
269496
|
* @constant
|
269449
269497
|
*/
|
269450
|
-
VERSION: '2.
|
269498
|
+
VERSION: '2.1511.0',
|
269451
269499
|
|
269452
269500
|
/**
|
269453
269501
|
* @api private
|
@@ -274050,12 +274098,17 @@ function translateStructure(structure, shape) {
|
|
274050
274098
|
|
274051
274099
|
var struct = {};
|
274052
274100
|
var shapeMembers = shape.members;
|
274101
|
+
var isAwsQueryCompatible = shape.api && shape.api.awsQueryCompatible;
|
274053
274102
|
util.each(shapeMembers, function(name, memberShape) {
|
274054
274103
|
var locationName = memberShape.isLocationName ? memberShape.name : name;
|
274055
274104
|
if (Object.prototype.hasOwnProperty.call(structure, locationName)) {
|
274056
274105
|
var value = structure[locationName];
|
274057
274106
|
var result = translate(value, memberShape);
|
274058
274107
|
if (result !== undefined) struct[name] = result;
|
274108
|
+
} else if (isAwsQueryCompatible && memberShape.defaultValue) {
|
274109
|
+
if (memberShape.type === 'list') {
|
274110
|
+
struct[name] = typeof memberShape.defaultValue === 'function' ? memberShape.defaultValue() : memberShape.defaultValue;
|
274111
|
+
}
|
274059
274112
|
}
|
274060
274113
|
});
|
274061
274114
|
return struct;
|
@@ -291628,7 +291681,7 @@ var LRUCache = /** @class */ (function () {
|
|
291628
291681
|
}());
|
291629
291682
|
exports.LRUCache = LRUCache;
|
291630
291683
|
},{}],467:[function(require,module,exports){
|
291631
|
-
// AWS SDK for JavaScript v2.
|
291684
|
+
// AWS SDK for JavaScript v2.1511.0
|
291632
291685
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
291633
291686
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
291634
291687
|
require('./browser_loader');
|