cdk-lambda-subminute 2.0.485 → 2.0.486

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.1685.0
1
+ // AWS SDK for JavaScript v2.1686.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){
@@ -205633,7 +205633,10 @@ module.exports={
205633
205633
  "signatureVersion": "v4",
205634
205634
  "signingName": "personalize",
205635
205635
  "targetPrefix": "AmazonPersonalize",
205636
- "uid": "personalize-2018-05-22"
205636
+ "uid": "personalize-2018-05-22",
205637
+ "auth": [
205638
+ "aws.auth#sigv4"
205639
+ ]
205637
205640
  },
205638
205641
  "operations": {
205639
205642
  "CreateBatchInferenceJob": {
@@ -206951,6 +206954,25 @@ module.exports={
206951
206954
  },
206952
206955
  "latestSolutionVersion": {
206953
206956
  "shape": "S5f"
206957
+ },
206958
+ "latestSolutionUpdate": {
206959
+ "type": "structure",
206960
+ "members": {
206961
+ "solutionUpdateConfig": {
206962
+ "shape": "S5i"
206963
+ },
206964
+ "status": {},
206965
+ "performAutoTraining": {
206966
+ "type": "boolean"
206967
+ },
206968
+ "creationDateTime": {
206969
+ "type": "timestamp"
206970
+ },
206971
+ "lastUpdatedDateTime": {
206972
+ "type": "timestamp"
206973
+ },
206974
+ "failureReason": {}
206975
+ }
206954
206976
  }
206955
206977
  }
206956
206978
  }
@@ -207842,6 +207864,29 @@ module.exports={
207842
207864
  }
207843
207865
  },
207844
207866
  "idempotent": true
207867
+ },
207868
+ "UpdateSolution": {
207869
+ "input": {
207870
+ "type": "structure",
207871
+ "required": [
207872
+ "solutionArn"
207873
+ ],
207874
+ "members": {
207875
+ "solutionArn": {},
207876
+ "performAutoTraining": {
207877
+ "type": "boolean"
207878
+ },
207879
+ "solutionUpdateConfig": {
207880
+ "shape": "S5i"
207881
+ }
207882
+ }
207883
+ },
207884
+ "output": {
207885
+ "type": "structure",
207886
+ "members": {
207887
+ "solutionArn": {}
207888
+ }
207889
+ }
207845
207890
  }
207846
207891
  },
207847
207892
  "shapes": {
@@ -208136,10 +208181,7 @@ module.exports={
208136
208181
  "shape": "S1t"
208137
208182
  },
208138
208183
  "autoTrainingConfig": {
208139
- "type": "structure",
208140
- "members": {
208141
- "schedulingExpression": {}
208142
- }
208184
+ "shape": "S2u"
208143
208185
  }
208144
208186
  }
208145
208187
  },
@@ -208147,6 +208189,12 @@ module.exports={
208147
208189
  "type": "list",
208148
208190
  "member": {}
208149
208191
  },
208192
+ "S2u": {
208193
+ "type": "structure",
208194
+ "members": {
208195
+ "schedulingExpression": {}
208196
+ }
208197
+ },
208150
208198
  "S55": {
208151
208199
  "type": "map",
208152
208200
  "key": {},
@@ -208169,6 +208217,14 @@ module.exports={
208169
208217
  },
208170
208218
  "failureReason": {}
208171
208219
  }
208220
+ },
208221
+ "S5i": {
208222
+ "type": "structure",
208223
+ "members": {
208224
+ "autoTrainingConfig": {
208225
+ "shape": "S2u"
208226
+ }
208227
+ }
208172
208228
  }
208173
208229
  }
208174
208230
  }
@@ -277740,7 +277796,7 @@ AWS.util.update(AWS, {
277740
277796
  /**
277741
277797
  * @constant
277742
277798
  */
277743
- VERSION: '2.1685.0',
277799
+ VERSION: '2.1686.0',
277744
277800
 
277745
277801
  /**
277746
277802
  * @api private
@@ -300061,7 +300117,7 @@ var LRUCache = /** @class */ (function () {
300061
300117
  }());
300062
300118
  exports.LRUCache = LRUCache;
300063
300119
  },{}],467:[function(require,module,exports){
300064
- // AWS SDK for JavaScript v2.1685.0
300120
+ // AWS SDK for JavaScript v2.1686.0
300065
300121
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
300066
300122
  // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
300067
300123
  require('./browser_loader');