cdk-lambda-subminute 2.0.462 → 2.0.463

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.
@@ -1,4 +1,4 @@
1
- // AWS SDK for JavaScript v2.1667.0
1
+ // AWS SDK for JavaScript v2.1668.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){
@@ -128032,6 +128032,24 @@ module.exports={
128032
128032
  }
128033
128033
  }
128034
128034
  },
128035
+ "GetAccountSetting": {
128036
+ "input": {
128037
+ "type": "structure",
128038
+ "required": [
128039
+ "name"
128040
+ ],
128041
+ "members": {
128042
+ "name": {}
128043
+ }
128044
+ },
128045
+ "output": {
128046
+ "type": "structure",
128047
+ "members": {
128048
+ "name": {},
128049
+ "value": {}
128050
+ }
128051
+ }
128052
+ },
128035
128053
  "GetAuthorizationToken": {
128036
128054
  "input": {
128037
128055
  "type": "structure",
@@ -128197,7 +128215,7 @@ module.exports={
128197
128215
  "members": {
128198
128216
  "registryId": {},
128199
128217
  "scanningConfiguration": {
128200
- "shape": "S6n"
128218
+ "shape": "S6q"
128201
128219
  }
128202
128220
  }
128203
128221
  }
@@ -128293,6 +128311,26 @@ module.exports={
128293
128311
  }
128294
128312
  }
128295
128313
  },
128314
+ "PutAccountSetting": {
128315
+ "input": {
128316
+ "type": "structure",
128317
+ "required": [
128318
+ "name",
128319
+ "value"
128320
+ ],
128321
+ "members": {
128322
+ "name": {},
128323
+ "value": {}
128324
+ }
128325
+ },
128326
+ "output": {
128327
+ "type": "structure",
128328
+ "members": {
128329
+ "name": {},
128330
+ "value": {}
128331
+ }
128332
+ }
128333
+ },
128296
128334
  "PutImage": {
128297
128335
  "input": {
128298
128336
  "type": "structure",
@@ -128412,7 +128450,7 @@ module.exports={
128412
128450
  "members": {
128413
128451
  "scanType": {},
128414
128452
  "rules": {
128415
- "shape": "S6p"
128453
+ "shape": "S6s"
128416
128454
  }
128417
128455
  }
128418
128456
  },
@@ -128420,7 +128458,7 @@ module.exports={
128420
128458
  "type": "structure",
128421
128459
  "members": {
128422
128460
  "registryScanningConfiguration": {
128423
- "shape": "S6n"
128461
+ "shape": "S6q"
128424
128462
  }
128425
128463
  }
128426
128464
  }
@@ -128892,16 +128930,16 @@ module.exports={
128892
128930
  }
128893
128931
  }
128894
128932
  },
128895
- "S6n": {
128933
+ "S6q": {
128896
128934
  "type": "structure",
128897
128935
  "members": {
128898
128936
  "scanType": {},
128899
128937
  "rules": {
128900
- "shape": "S6p"
128938
+ "shape": "S6s"
128901
128939
  }
128902
128940
  }
128903
128941
  },
128904
- "S6p": {
128942
+ "S6s": {
128905
128943
  "type": "list",
128906
128944
  "member": {
128907
128945
  "type": "structure",
@@ -277401,7 +277439,7 @@ AWS.util.update(AWS, {
277401
277439
  /**
277402
277440
  * @constant
277403
277441
  */
277404
- VERSION: '2.1667.0',
277442
+ VERSION: '2.1668.0',
277405
277443
 
277406
277444
  /**
277407
277445
  * @api private
@@ -299718,7 +299756,7 @@ var LRUCache = /** @class */ (function () {
299718
299756
  }());
299719
299757
  exports.LRUCache = LRUCache;
299720
299758
  },{}],467:[function(require,module,exports){
299721
- // AWS SDK for JavaScript v2.1667.0
299759
+ // AWS SDK for JavaScript v2.1668.0
299722
299760
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
299723
299761
  // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
299724
299762
  require('./browser_loader');