cdk-lambda-subminute 2.0.432 → 2.0.434
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 +55 -3
- package/lib/cdk-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/drs-2020-02-26.min.json +61 -57
- package/node_modules/aws-sdk/apis/emr-serverless-2021-07-13.min.json +23 -17
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +2 -1
- package/node_modules/aws-sdk/apis/guardduty-2017-11-28.min.json +8 -0
- package/node_modules/aws-sdk/apis/internetmonitor-2021-06-03.min.json +149 -0
- package/node_modules/aws-sdk/apis/internetmonitor-2021-06-03.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/personalize-2018-05-22.min.json +32 -14
- package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +1182 -1038
- package/node_modules/aws-sdk/apis/rolesanywhere-2018-05-10.min.json +167 -64
- package/node_modules/aws-sdk/apis/workspaces-2015-04-08.min.json +262 -128
- package/node_modules/aws-sdk/apis/workspaces-2015-04-08.paginators.json +6 -0
- package/node_modules/aws-sdk/clients/drs.d.ts +18 -1
- package/node_modules/aws-sdk/clients/emrserverless.d.ts +14 -1
- package/node_modules/aws-sdk/clients/glue.d.ts +4 -0
- package/node_modules/aws-sdk/clients/guardduty.d.ts +9 -1
- package/node_modules/aws-sdk/clients/internetmonitor.d.ts +170 -13
- package/node_modules/aws-sdk/clients/personalize.d.ts +56 -19
- package/node_modules/aws-sdk/clients/quicksight.d.ts +193 -10
- package/node_modules/aws-sdk/clients/rolesanywhere.d.ts +81 -0
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +6 -6
- package/node_modules/aws-sdk/clients/workspaces.d.ts +180 -0
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +12 -12
- package/node_modules/aws-sdk/dist/aws-sdk.js +35 -17
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +29 -29
- 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.1603.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){
|
@@ -202276,11 +202276,14 @@ module.exports={
|
|
202276
202276
|
"performAutoML": {
|
202277
202277
|
"type": "boolean"
|
202278
202278
|
},
|
202279
|
+
"performAutoTraining": {
|
202280
|
+
"type": "boolean"
|
202281
|
+
},
|
202279
202282
|
"recipeArn": {},
|
202280
202283
|
"datasetGroupArn": {},
|
202281
202284
|
"eventType": {},
|
202282
202285
|
"solutionConfig": {
|
202283
|
-
"shape": "
|
202286
|
+
"shape": "S21"
|
202284
202287
|
},
|
202285
202288
|
"tags": {
|
202286
202289
|
"shape": "Sf"
|
@@ -202500,7 +202503,7 @@ module.exports={
|
|
202500
202503
|
"members": {
|
202501
202504
|
"name": {},
|
202502
202505
|
"values": {
|
202503
|
-
"shape": "
|
202506
|
+
"shape": "S2k"
|
202504
202507
|
},
|
202505
202508
|
"isTunable": {
|
202506
202509
|
"type": "boolean"
|
@@ -203070,7 +203073,7 @@ module.exports={
|
|
203070
203073
|
}
|
203071
203074
|
},
|
203072
203075
|
"modelMetrics": {
|
203073
|
-
"shape": "
|
203076
|
+
"shape": "S4z"
|
203074
203077
|
}
|
203075
203078
|
}
|
203076
203079
|
}
|
@@ -203134,11 +203137,14 @@ module.exports={
|
|
203134
203137
|
"performAutoML": {
|
203135
203138
|
"type": "boolean"
|
203136
203139
|
},
|
203140
|
+
"performAutoTraining": {
|
203141
|
+
"type": "boolean"
|
203142
|
+
},
|
203137
203143
|
"recipeArn": {},
|
203138
203144
|
"datasetGroupArn": {},
|
203139
203145
|
"eventType": {},
|
203140
203146
|
"solutionConfig": {
|
203141
|
-
"shape": "
|
203147
|
+
"shape": "S21"
|
203142
203148
|
},
|
203143
203149
|
"autoMLResult": {
|
203144
203150
|
"type": "structure",
|
@@ -203154,7 +203160,7 @@ module.exports={
|
|
203154
203160
|
"type": "timestamp"
|
203155
203161
|
},
|
203156
203162
|
"latestSolutionVersion": {
|
203157
|
-
"shape": "
|
203163
|
+
"shape": "S59"
|
203158
203164
|
}
|
203159
203165
|
}
|
203160
203166
|
}
|
@@ -203191,7 +203197,7 @@ module.exports={
|
|
203191
203197
|
"eventType": {},
|
203192
203198
|
"datasetGroupArn": {},
|
203193
203199
|
"solutionConfig": {
|
203194
|
-
"shape": "
|
203200
|
+
"shape": "S21"
|
203195
203201
|
},
|
203196
203202
|
"trainingHours": {
|
203197
203203
|
"type": "double"
|
@@ -203212,7 +203218,8 @@ module.exports={
|
|
203212
203218
|
},
|
203213
203219
|
"lastUpdatedDateTime": {
|
203214
203220
|
"type": "timestamp"
|
203215
|
-
}
|
203221
|
+
},
|
203222
|
+
"trainingType": {}
|
203216
203223
|
}
|
203217
203224
|
}
|
203218
203225
|
}
|
@@ -203234,7 +203241,7 @@ module.exports={
|
|
203234
203241
|
"members": {
|
203235
203242
|
"solutionVersionArn": {},
|
203236
203243
|
"metrics": {
|
203237
|
-
"shape": "
|
203244
|
+
"shape": "S4z"
|
203238
203245
|
}
|
203239
203246
|
}
|
203240
203247
|
}
|
@@ -203766,7 +203773,7 @@ module.exports={
|
|
203766
203773
|
"solutionVersions": {
|
203767
203774
|
"type": "list",
|
203768
203775
|
"member": {
|
203769
|
-
"shape": "
|
203776
|
+
"shape": "S59"
|
203770
203777
|
}
|
203771
203778
|
},
|
203772
203779
|
"nextToken": {}
|
@@ -204116,6 +204123,9 @@ module.exports={
|
|
204116
204123
|
},
|
204117
204124
|
"enableMetadataWithRecommendations": {
|
204118
204125
|
"type": "boolean"
|
204126
|
+
},
|
204127
|
+
"syncWithLatestSolutionVersion": {
|
204128
|
+
"type": "boolean"
|
204119
204129
|
}
|
204120
204130
|
}
|
204121
204131
|
},
|
@@ -204198,7 +204208,7 @@ module.exports={
|
|
204198
204208
|
}
|
204199
204209
|
}
|
204200
204210
|
},
|
204201
|
-
"
|
204211
|
+
"S21": {
|
204202
204212
|
"type": "structure",
|
204203
204213
|
"members": {
|
204204
204214
|
"eventValueThreshold": {},
|
@@ -204260,7 +204270,7 @@ module.exports={
|
|
204260
204270
|
"members": {
|
204261
204271
|
"name": {},
|
204262
204272
|
"values": {
|
204263
|
-
"shape": "
|
204273
|
+
"shape": "S2k"
|
204264
204274
|
}
|
204265
204275
|
}
|
204266
204276
|
}
|
@@ -204296,25 +204306,33 @@ module.exports={
|
|
204296
204306
|
},
|
204297
204307
|
"trainingDataConfig": {
|
204298
204308
|
"shape": "S1r"
|
204309
|
+
},
|
204310
|
+
"autoTrainingConfig": {
|
204311
|
+
"type": "structure",
|
204312
|
+
"members": {
|
204313
|
+
"schedulingExpression": {}
|
204314
|
+
}
|
204299
204315
|
}
|
204300
204316
|
}
|
204301
204317
|
},
|
204302
|
-
"
|
204318
|
+
"S2k": {
|
204303
204319
|
"type": "list",
|
204304
204320
|
"member": {}
|
204305
204321
|
},
|
204306
|
-
"
|
204322
|
+
"S4z": {
|
204307
204323
|
"type": "map",
|
204308
204324
|
"key": {},
|
204309
204325
|
"value": {
|
204310
204326
|
"type": "double"
|
204311
204327
|
}
|
204312
204328
|
},
|
204313
|
-
"
|
204329
|
+
"S59": {
|
204314
204330
|
"type": "structure",
|
204315
204331
|
"members": {
|
204316
204332
|
"solutionVersionArn": {},
|
204317
204333
|
"status": {},
|
204334
|
+
"trainingMode": {},
|
204335
|
+
"trainingType": {},
|
204318
204336
|
"creationDateTime": {
|
204319
204337
|
"type": "timestamp"
|
204320
204338
|
},
|
@@ -273555,7 +273573,7 @@ AWS.util.update(AWS, {
|
|
273555
273573
|
/**
|
273556
273574
|
* @constant
|
273557
273575
|
*/
|
273558
|
-
VERSION: '2.
|
273576
|
+
VERSION: '2.1603.0',
|
273559
273577
|
|
273560
273578
|
/**
|
273561
273579
|
* @api private
|
@@ -295814,7 +295832,7 @@ var LRUCache = /** @class */ (function () {
|
|
295814
295832
|
}());
|
295815
295833
|
exports.LRUCache = LRUCache;
|
295816
295834
|
},{}],467:[function(require,module,exports){
|
295817
|
-
// AWS SDK for JavaScript v2.
|
295835
|
+
// AWS SDK for JavaScript v2.1603.0
|
295818
295836
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
295819
295837
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
295820
295838
|
require('./browser_loader');
|