cdk-lambda-subminute 2.0.257 → 2.0.259
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/CHANGELOG.md +15 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/appconfig-2019-10-09.min.json +69 -60
- package/node_modules/aws-sdk/apis/datazone-2018-05-10.examples.json +5 -0
- package/node_modules/aws-sdk/apis/datazone-2018-05-10.min.json +7186 -0
- package/node_modules/aws-sdk/apis/datazone-2018-05-10.paginators.json +130 -0
- package/node_modules/aws-sdk/apis/mediatailor-2018-04-23.min.json +58 -44
- package/node_modules/aws-sdk/apis/metadata.json +3 -0
- package/node_modules/aws-sdk/apis/mgn-2020-02-26.min.json +250 -83
- package/node_modules/aws-sdk/apis/mgn-2020-02-26.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/omics-2022-11-28.min.json +45 -112
- package/node_modules/aws-sdk/apis/route53-2013-04-01.min.json +14 -10
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +1080 -1062
- package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +324 -61
- package/node_modules/aws-sdk/apis/storagegateway-2013-06-30.min.json +13 -11
- package/node_modules/aws-sdk/apis/workspaces-2015-04-08.min.json +421 -105
- package/node_modules/aws-sdk/apis/workspaces-2015-04-08.paginators.json +10 -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 +31 -4
- package/node_modules/aws-sdk/clients/datazone.d.ts +8000 -0
- package/node_modules/aws-sdk/clients/datazone.js +18 -0
- package/node_modules/aws-sdk/clients/mediatailor.d.ts +11 -0
- package/node_modules/aws-sdk/clients/mgn.d.ts +187 -0
- package/node_modules/aws-sdk/clients/omics.d.ts +23 -0
- package/node_modules/aws-sdk/clients/rds.d.ts +225 -225
- package/node_modules/aws-sdk/clients/route53.d.ts +17 -12
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +24 -1
- package/node_modules/aws-sdk/clients/securityhub.d.ts +484 -0
- package/node_modules/aws-sdk/clients/storagegateway.d.ts +18 -13
- package/node_modules/aws-sdk/clients/workspaces.d.ts +431 -1
- 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 +52 -15
- package/node_modules/aws-sdk/dist/aws-sdk.js +33 -24
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +24 -24
- 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 +3 -3
@@ -1,4 +1,4 @@
|
|
1
|
-
// AWS SDK for JavaScript v2.
|
1
|
+
// AWS SDK for JavaScript v2.1471.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){
|
@@ -187033,6 +187033,9 @@ module.exports={
|
|
187033
187033
|
"bedrockruntime": {
|
187034
187034
|
"prefix": "bedrock-runtime",
|
187035
187035
|
"name": "BedrockRuntime"
|
187036
|
+
},
|
187037
|
+
"datazone": {
|
187038
|
+
"name": "DataZone"
|
187036
187039
|
}
|
187037
187040
|
}
|
187038
187041
|
},{}],169:[function(require,module,exports){
|
@@ -223173,6 +223176,10 @@ module.exports={
|
|
223173
223176
|
"DelegationSetId": {
|
223174
223177
|
"location": "querystring",
|
223175
223178
|
"locationName": "delegationsetid"
|
223179
|
+
},
|
223180
|
+
"HostedZoneType": {
|
223181
|
+
"location": "querystring",
|
223182
|
+
"locationName": "hostedzonetype"
|
223176
223183
|
}
|
223177
223184
|
}
|
223178
223185
|
},
|
@@ -223186,7 +223193,7 @@ module.exports={
|
|
223186
223193
|
],
|
223187
223194
|
"members": {
|
223188
223195
|
"HostedZones": {
|
223189
|
-
"shape": "
|
223196
|
+
"shape": "S7d"
|
223190
223197
|
},
|
223191
223198
|
"Marker": {},
|
223192
223199
|
"IsTruncated": {
|
@@ -223228,7 +223235,7 @@ module.exports={
|
|
223228
223235
|
],
|
223229
223236
|
"members": {
|
223230
223237
|
"HostedZones": {
|
223231
|
-
"shape": "
|
223238
|
+
"shape": "S7d"
|
223232
223239
|
},
|
223233
223240
|
"DNSName": {},
|
223234
223241
|
"HostedZoneId": {},
|
@@ -223475,7 +223482,7 @@ module.exports={
|
|
223475
223482
|
],
|
223476
223483
|
"members": {
|
223477
223484
|
"ResourceTagSet": {
|
223478
|
-
"shape": "
|
223485
|
+
"shape": "S7y"
|
223479
223486
|
}
|
223480
223487
|
}
|
223481
223488
|
}
|
@@ -223516,7 +223523,7 @@ module.exports={
|
|
223516
223523
|
"ResourceTagSets": {
|
223517
223524
|
"type": "list",
|
223518
223525
|
"member": {
|
223519
|
-
"shape": "
|
223526
|
+
"shape": "S7y",
|
223520
223527
|
"locationName": "ResourceTagSet"
|
223521
223528
|
}
|
223522
223529
|
}
|
@@ -223618,7 +223625,7 @@ module.exports={
|
|
223618
223625
|
],
|
223619
223626
|
"members": {
|
223620
223627
|
"TrafficPolicyInstances": {
|
223621
|
-
"shape": "
|
223628
|
+
"shape": "S89"
|
223622
223629
|
},
|
223623
223630
|
"HostedZoneIdMarker": {},
|
223624
223631
|
"TrafficPolicyInstanceNameMarker": {},
|
@@ -223668,7 +223675,7 @@ module.exports={
|
|
223668
223675
|
],
|
223669
223676
|
"members": {
|
223670
223677
|
"TrafficPolicyInstances": {
|
223671
|
-
"shape": "
|
223678
|
+
"shape": "S89"
|
223672
223679
|
},
|
223673
223680
|
"TrafficPolicyInstanceNameMarker": {},
|
223674
223681
|
"TrafficPolicyInstanceTypeMarker": {},
|
@@ -223727,7 +223734,7 @@ module.exports={
|
|
223727
223734
|
],
|
223728
223735
|
"members": {
|
223729
223736
|
"TrafficPolicyInstances": {
|
223730
|
-
"shape": "
|
223737
|
+
"shape": "S89"
|
223731
223738
|
},
|
223732
223739
|
"HostedZoneIdMarker": {},
|
223733
223740
|
"TrafficPolicyInstanceNameMarker": {},
|
@@ -224510,14 +224517,14 @@ module.exports={
|
|
224510
224517
|
"locationName": "VPC"
|
224511
224518
|
}
|
224512
224519
|
},
|
224513
|
-
"
|
224520
|
+
"S7d": {
|
224514
224521
|
"type": "list",
|
224515
224522
|
"member": {
|
224516
224523
|
"shape": "S37",
|
224517
224524
|
"locationName": "HostedZone"
|
224518
224525
|
}
|
224519
224526
|
},
|
224520
|
-
"
|
224527
|
+
"S7y": {
|
224521
224528
|
"type": "structure",
|
224522
224529
|
"members": {
|
224523
224530
|
"ResourceType": {},
|
@@ -224527,7 +224534,7 @@ module.exports={
|
|
224527
224534
|
}
|
224528
224535
|
}
|
224529
224536
|
},
|
224530
|
-
"
|
224537
|
+
"S89": {
|
224531
224538
|
"type": "list",
|
224532
224539
|
"member": {
|
224533
224540
|
"shape": "S40",
|
@@ -248375,7 +248382,8 @@ module.exports={
|
|
248375
248382
|
"Ipv4Address": {},
|
248376
248383
|
"MacAddress": {},
|
248377
248384
|
"Ipv6Address": {}
|
248378
|
-
}
|
248385
|
+
},
|
248386
|
+
"sensitive": true
|
248379
248387
|
}
|
248380
248388
|
},
|
248381
248389
|
"GatewayType": {},
|
@@ -248397,7 +248405,8 @@ module.exports={
|
|
248397
248405
|
"type": "list",
|
248398
248406
|
"member": {}
|
248399
248407
|
},
|
248400
|
-
"HostEnvironmentId": {}
|
248408
|
+
"HostEnvironmentId": {},
|
248409
|
+
"SoftwareVersion": {}
|
248401
248410
|
}
|
248402
248411
|
}
|
248403
248412
|
},
|
@@ -248439,7 +248448,7 @@ module.exports={
|
|
248439
248448
|
],
|
248440
248449
|
"members": {
|
248441
248450
|
"FileShareARNList": {
|
248442
|
-
"shape": "
|
248451
|
+
"shape": "S5j"
|
248443
248452
|
}
|
248444
248453
|
}
|
248445
248454
|
},
|
@@ -248505,7 +248514,7 @@ module.exports={
|
|
248505
248514
|
],
|
248506
248515
|
"members": {
|
248507
248516
|
"FileShareARNList": {
|
248508
|
-
"shape": "
|
248517
|
+
"shape": "S5j"
|
248509
248518
|
}
|
248510
248519
|
}
|
248511
248520
|
},
|
@@ -248600,7 +248609,7 @@ module.exports={
|
|
248600
248609
|
"type": "boolean"
|
248601
248610
|
},
|
248602
248611
|
"SMBLocalGroups": {
|
248603
|
-
"shape": "
|
248612
|
+
"shape": "S5z"
|
248604
248613
|
}
|
248605
248614
|
}
|
248606
248615
|
}
|
@@ -249048,7 +249057,7 @@ module.exports={
|
|
249048
249057
|
"type": "structure",
|
249049
249058
|
"members": {
|
249050
249059
|
"AutomaticTapeCreationRules": {
|
249051
|
-
"shape": "
|
249060
|
+
"shape": "S7j"
|
249052
249061
|
},
|
249053
249062
|
"GatewayARN": {}
|
249054
249063
|
}
|
@@ -249609,7 +249618,7 @@ module.exports={
|
|
249609
249618
|
],
|
249610
249619
|
"members": {
|
249611
249620
|
"AutomaticTapeCreationRules": {
|
249612
|
-
"shape": "
|
249621
|
+
"shape": "S7j"
|
249613
249622
|
},
|
249614
249623
|
"GatewayARN": {}
|
249615
249624
|
}
|
@@ -249920,7 +249929,7 @@ module.exports={
|
|
249920
249929
|
"members": {
|
249921
249930
|
"GatewayARN": {},
|
249922
249931
|
"SMBLocalGroups": {
|
249923
|
-
"shape": "
|
249932
|
+
"shape": "S5z"
|
249924
249933
|
}
|
249925
249934
|
}
|
249926
249935
|
},
|
@@ -250127,11 +250136,11 @@ module.exports={
|
|
250127
250136
|
"type": "string",
|
250128
250137
|
"sensitive": true
|
250129
250138
|
},
|
250130
|
-
"
|
250139
|
+
"S5j": {
|
250131
250140
|
"type": "list",
|
250132
250141
|
"member": {}
|
250133
250142
|
},
|
250134
|
-
"
|
250143
|
+
"S5z": {
|
250135
250144
|
"type": "structure",
|
250136
250145
|
"members": {
|
250137
250146
|
"GatewayAdmins": {
|
@@ -250139,7 +250148,7 @@ module.exports={
|
|
250139
250148
|
}
|
250140
250149
|
}
|
250141
250150
|
},
|
250142
|
-
"
|
250151
|
+
"S7j": {
|
250143
250152
|
"type": "list",
|
250144
250153
|
"member": {
|
250145
250154
|
"type": "structure",
|
@@ -262091,7 +262100,7 @@ AWS.util.update(AWS, {
|
|
262091
262100
|
/**
|
262092
262101
|
* @constant
|
262093
262102
|
*/
|
262094
|
-
VERSION: '2.
|
262103
|
+
VERSION: '2.1471.0',
|
262095
262104
|
|
262096
262105
|
/**
|
262097
262106
|
* @api private
|
@@ -284272,7 +284281,7 @@ var LRUCache = /** @class */ (function () {
|
|
284272
284281
|
}());
|
284273
284282
|
exports.LRUCache = LRUCache;
|
284274
284283
|
},{}],467:[function(require,module,exports){
|
284275
|
-
// AWS SDK for JavaScript v2.
|
284284
|
+
// AWS SDK for JavaScript v2.1471.0
|
284276
284285
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
284277
284286
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
284278
284287
|
require('./browser_loader');
|