cdk-lambda-subminute 2.0.484 → 2.0.485
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/appconfig-2019-10-09.min.json +77 -16
- package/node_modules/aws-sdk/apis/devicefarm-2015-06-23.examples.json +0 -2
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +6 -5
- package/node_modules/aws-sdk/apis/internetmonitor-2021-06-03.min.json +6 -1
- package/node_modules/aws-sdk/apis/metadata.json +3 -0
- package/node_modules/aws-sdk/apis/pcs-2023-02-10.examples.json +5 -0
- package/node_modules/aws-sdk/apis/pcs-2023-02-10.min.json +903 -0
- package/node_modules/aws-sdk/apis/pcs-2023-02-10.paginators.json +22 -0
- package/node_modules/aws-sdk/apis/pcs-2023-02-10.waiters2.json +5 -0
- package/node_modules/aws-sdk/clients/all.d.ts +1 -0
- package/node_modules/aws-sdk/clients/all.js +2 -1
- package/node_modules/aws-sdk/clients/appconfig.d.ts +58 -14
- package/node_modules/aws-sdk/clients/datazone.d.ts +2 -2
- package/node_modules/aws-sdk/clients/devicefarm.d.ts +12 -12
- package/node_modules/aws-sdk/clients/ec2.d.ts +8 -4
- package/node_modules/aws-sdk/clients/internetmonitor.d.ts +2 -2
- package/node_modules/aws-sdk/clients/pcs.d.ts +1009 -0
- package/node_modules/aws-sdk/clients/pcs.js +19 -0
- package/node_modules/aws-sdk/clients/workspaces.d.ts +5 -5
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +51 -7
- package/node_modules/aws-sdk/dist/aws-sdk.js +12 -8
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +14 -14
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +2 -2
@@ -1,4 +1,4 @@
|
|
1
|
-
// AWS SDK for JavaScript v2.
|
1
|
+
// AWS SDK for JavaScript v2.1685.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){
|
@@ -89578,7 +89578,8 @@ module.exports={
|
|
89578
89578
|
"TagSpecifications": {
|
89579
89579
|
"shape": "S3",
|
89580
89580
|
"locationName": "TagSpecification"
|
89581
|
-
}
|
89581
|
+
},
|
89582
|
+
"IpamPoolId": {}
|
89582
89583
|
}
|
89583
89584
|
},
|
89584
89585
|
"output": {
|
@@ -89653,7 +89654,7 @@ module.exports={
|
|
89653
89654
|
"type": "structure",
|
89654
89655
|
"members": {
|
89655
89656
|
"HostIds": {
|
89656
|
-
"shape": "
|
89657
|
+
"shape": "S2g",
|
89657
89658
|
"locationName": "hostIdSet"
|
89658
89659
|
}
|
89659
89660
|
}
|
@@ -110661,7 +110662,7 @@ module.exports={
|
|
110661
110662
|
"type": "structure",
|
110662
110663
|
"members": {
|
110663
110664
|
"Successful": {
|
110664
|
-
"shape": "
|
110665
|
+
"shape": "S2g",
|
110665
110666
|
"locationName": "successful"
|
110666
110667
|
},
|
110667
110668
|
"Unsuccessful": {
|
@@ -113600,7 +113601,7 @@ module.exports={
|
|
113600
113601
|
"type": "structure",
|
113601
113602
|
"members": {
|
113602
113603
|
"Successful": {
|
113603
|
-
"shape": "
|
113604
|
+
"shape": "S2g",
|
113604
113605
|
"locationName": "successful"
|
113605
113606
|
},
|
113606
113607
|
"Unsuccessful": {
|
@@ -115948,7 +115949,7 @@ module.exports={
|
|
115948
115949
|
}
|
115949
115950
|
}
|
115950
115951
|
},
|
115951
|
-
"
|
115952
|
+
"S2g": {
|
115952
115953
|
"type": "list",
|
115953
115954
|
"member": {
|
115954
115955
|
"locationName": "item"
|
@@ -199669,6 +199670,9 @@ module.exports={
|
|
199669
199670
|
"ssmquicksetup": {
|
199670
199671
|
"prefix": "ssm-quicksetup",
|
199671
199672
|
"name": "SSMQuickSetup"
|
199673
|
+
},
|
199674
|
+
"pcs": {
|
199675
|
+
"name": "PCS"
|
199672
199676
|
}
|
199673
199677
|
}
|
199674
199678
|
},{}],169:[function(require,module,exports){
|
@@ -277736,7 +277740,7 @@ AWS.util.update(AWS, {
|
|
277736
277740
|
/**
|
277737
277741
|
* @constant
|
277738
277742
|
*/
|
277739
|
-
VERSION: '2.
|
277743
|
+
VERSION: '2.1685.0',
|
277740
277744
|
|
277741
277745
|
/**
|
277742
277746
|
* @api private
|
@@ -300057,7 +300061,7 @@ var LRUCache = /** @class */ (function () {
|
|
300057
300061
|
}());
|
300058
300062
|
exports.LRUCache = LRUCache;
|
300059
300063
|
},{}],467:[function(require,module,exports){
|
300060
|
-
// AWS SDK for JavaScript v2.
|
300064
|
+
// AWS SDK for JavaScript v2.1685.0
|
300061
300065
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
300062
300066
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
300063
300067
|
require('./browser_loader');
|