cdk-lambda-subminute 2.0.485 → 2.0.487

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.
Files changed (30) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/aws-sdk/README.md +1 -1
  4. package/node_modules/aws-sdk/apis/backup-2018-11-15.min.json +10 -1
  5. package/node_modules/aws-sdk/apis/bedrock-agent-runtime-2023-07-26.min.json +7 -1
  6. package/node_modules/aws-sdk/apis/datazone-2018-05-10.min.json +1272 -482
  7. package/node_modules/aws-sdk/apis/datazone-2018-05-10.paginators.json +18 -0
  8. package/node_modules/aws-sdk/apis/logs-2014-03-28.min.json +28 -4
  9. package/node_modules/aws-sdk/apis/personalize-2018-05-22.min.json +61 -5
  10. package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +349 -340
  11. package/node_modules/aws-sdk/apis/redshift-data-2019-12-20.min.json +32 -9
  12. package/node_modules/aws-sdk/apis/states-2016-11-23.min.json +8 -1
  13. package/node_modules/aws-sdk/clients/backup.d.ts +280 -268
  14. package/node_modules/aws-sdk/clients/bedrockagentruntime.d.ts +1 -1
  15. package/node_modules/aws-sdk/clients/bedrockruntime.d.ts +4 -4
  16. package/node_modules/aws-sdk/clients/cloudwatchlogs.d.ts +41 -10
  17. package/node_modules/aws-sdk/clients/datazone.d.ts +806 -1
  18. package/node_modules/aws-sdk/clients/personalize.d.ts +66 -5
  19. package/node_modules/aws-sdk/clients/quicksight.d.ts +2 -1
  20. package/node_modules/aws-sdk/clients/redshiftdata.d.ts +62 -20
  21. package/node_modules/aws-sdk/clients/stepfunctions.d.ts +15 -1
  22. package/node_modules/aws-sdk/clients/wafv2.d.ts +2 -2
  23. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -1
  24. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +12 -10
  25. package/node_modules/aws-sdk/dist/aws-sdk.js +93 -12
  26. package/node_modules/aws-sdk/dist/aws-sdk.min.js +41 -41
  27. package/node_modules/aws-sdk/lib/core.js +1 -1
  28. package/node_modules/aws-sdk/lib/region_config.js +1 -0
  29. package/node_modules/aws-sdk/package.json +1 -1
  30. package/package.json +5 -5
@@ -1,4 +1,4 @@
1
- // AWS SDK for JavaScript v2.1685.0
1
+ // AWS SDK for JavaScript v2.1687.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){
@@ -194894,7 +194894,22 @@ module.exports={
194894
194894
  }
194895
194895
  }
194896
194896
  },
194897
- "sequenceToken": {}
194897
+ "sequenceToken": {},
194898
+ "entity": {
194899
+ "type": "structure",
194900
+ "members": {
194901
+ "keyAttributes": {
194902
+ "type": "map",
194903
+ "key": {},
194904
+ "value": {}
194905
+ },
194906
+ "attributes": {
194907
+ "type": "map",
194908
+ "key": {},
194909
+ "value": {}
194910
+ }
194911
+ }
194912
+ }
194898
194913
  }
194899
194914
  },
194900
194915
  "output": {
@@ -194914,6 +194929,15 @@ module.exports={
194914
194929
  "type": "integer"
194915
194930
  }
194916
194931
  }
194932
+ },
194933
+ "rejectedEntityInfo": {
194934
+ "type": "structure",
194935
+ "required": [
194936
+ "errorType"
194937
+ ],
194938
+ "members": {
194939
+ "errorType": {}
194940
+ }
194917
194941
  }
194918
194942
  }
194919
194943
  }
@@ -195022,7 +195046,7 @@ module.exports={
195022
195046
  ],
195023
195047
  "members": {
195024
195048
  "logGroupIdentifiers": {
195025
- "shape": "S7s"
195049
+ "shape": "S81"
195026
195050
  },
195027
195051
  "logStreamNames": {
195028
195052
  "shape": "S4j"
@@ -195045,7 +195069,7 @@ module.exports={
195045
195069
  "requestId": {},
195046
195070
  "sessionId": {},
195047
195071
  "logGroupIdentifiers": {
195048
- "shape": "S7s"
195072
+ "shape": "S81"
195049
195073
  },
195050
195074
  "logStreamNames": {
195051
195075
  "shape": "S4j"
@@ -195461,7 +195485,7 @@ module.exports={
195461
195485
  "deliveryDestinationPolicy": {}
195462
195486
  }
195463
195487
  },
195464
- "S7s": {
195488
+ "S81": {
195465
195489
  "type": "list",
195466
195490
  "member": {}
195467
195491
  }
@@ -205633,7 +205657,10 @@ module.exports={
205633
205657
  "signatureVersion": "v4",
205634
205658
  "signingName": "personalize",
205635
205659
  "targetPrefix": "AmazonPersonalize",
205636
- "uid": "personalize-2018-05-22"
205660
+ "uid": "personalize-2018-05-22",
205661
+ "auth": [
205662
+ "aws.auth#sigv4"
205663
+ ]
205637
205664
  },
205638
205665
  "operations": {
205639
205666
  "CreateBatchInferenceJob": {
@@ -206951,6 +206978,25 @@ module.exports={
206951
206978
  },
206952
206979
  "latestSolutionVersion": {
206953
206980
  "shape": "S5f"
206981
+ },
206982
+ "latestSolutionUpdate": {
206983
+ "type": "structure",
206984
+ "members": {
206985
+ "solutionUpdateConfig": {
206986
+ "shape": "S5i"
206987
+ },
206988
+ "status": {},
206989
+ "performAutoTraining": {
206990
+ "type": "boolean"
206991
+ },
206992
+ "creationDateTime": {
206993
+ "type": "timestamp"
206994
+ },
206995
+ "lastUpdatedDateTime": {
206996
+ "type": "timestamp"
206997
+ },
206998
+ "failureReason": {}
206999
+ }
206954
207000
  }
206955
207001
  }
206956
207002
  }
@@ -207842,6 +207888,29 @@ module.exports={
207842
207888
  }
207843
207889
  },
207844
207890
  "idempotent": true
207891
+ },
207892
+ "UpdateSolution": {
207893
+ "input": {
207894
+ "type": "structure",
207895
+ "required": [
207896
+ "solutionArn"
207897
+ ],
207898
+ "members": {
207899
+ "solutionArn": {},
207900
+ "performAutoTraining": {
207901
+ "type": "boolean"
207902
+ },
207903
+ "solutionUpdateConfig": {
207904
+ "shape": "S5i"
207905
+ }
207906
+ }
207907
+ },
207908
+ "output": {
207909
+ "type": "structure",
207910
+ "members": {
207911
+ "solutionArn": {}
207912
+ }
207913
+ }
207845
207914
  }
207846
207915
  },
207847
207916
  "shapes": {
@@ -208136,10 +208205,7 @@ module.exports={
208136
208205
  "shape": "S1t"
208137
208206
  },
208138
208207
  "autoTrainingConfig": {
208139
- "type": "structure",
208140
- "members": {
208141
- "schedulingExpression": {}
208142
- }
208208
+ "shape": "S2u"
208143
208209
  }
208144
208210
  }
208145
208211
  },
@@ -208147,6 +208213,12 @@ module.exports={
208147
208213
  "type": "list",
208148
208214
  "member": {}
208149
208215
  },
208216
+ "S2u": {
208217
+ "type": "structure",
208218
+ "members": {
208219
+ "schedulingExpression": {}
208220
+ }
208221
+ },
208150
208222
  "S55": {
208151
208223
  "type": "map",
208152
208224
  "key": {},
@@ -208169,6 +208241,14 @@ module.exports={
208169
208241
  },
208170
208242
  "failureReason": {}
208171
208243
  }
208244
+ },
208245
+ "S5i": {
208246
+ "type": "structure",
208247
+ "members": {
208248
+ "autoTrainingConfig": {
208249
+ "shape": "S2u"
208250
+ }
208251
+ }
208172
208252
  }
208173
208253
  }
208174
208254
  }
@@ -277740,7 +277820,7 @@ AWS.util.update(AWS, {
277740
277820
  /**
277741
277821
  * @constant
277742
277822
  */
277743
- VERSION: '2.1685.0',
277823
+ VERSION: '2.1687.0',
277744
277824
 
277745
277825
  /**
277746
277826
  * @api private
@@ -284655,6 +284735,7 @@ function getEndpointSuffix(region) {
284655
284735
  '^us\\-iso\\-\\w+\\-\\d+$': 'c2s.ic.gov',
284656
284736
  '^us\\-isob\\-\\w+\\-\\d+$': 'sc2s.sgov.gov',
284657
284737
  '^eu\\-isoe\\-west\\-1$': 'cloud.adc-e.uk',
284738
+ '^us\\-isof\\-\\w+\\-\\d+$': 'csp.hci.ic.gov',
284658
284739
  };
284659
284740
  var defaultSuffix = 'amazonaws.com';
284660
284741
  var regexes = Object.keys(regionRegexes);
@@ -300061,7 +300142,7 @@ var LRUCache = /** @class */ (function () {
300061
300142
  }());
300062
300143
  exports.LRUCache = LRUCache;
300063
300144
  },{}],467:[function(require,module,exports){
300064
- // AWS SDK for JavaScript v2.1685.0
300145
+ // AWS SDK for JavaScript v2.1687.0
300065
300146
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
300066
300147
  // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
300067
300148
  require('./browser_loader');