cdk-lambda-subminute 2.0.265 → 2.0.267
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 +20 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/autoscaling-2011-01-01.examples.json +1 -1
- package/node_modules/aws-sdk/apis/autoscaling-2011-01-01.min.json +57 -57
- package/node_modules/aws-sdk/apis/autoscaling-2011-01-01.paginators.json +15 -0
- package/node_modules/aws-sdk/apis/controltower-2018-05-10.min.json +68 -1
- package/node_modules/aws-sdk/apis/customer-profiles-2020-08-15.min.json +31 -18
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +134 -82
- package/node_modules/aws-sdk/apis/ivs-realtime-2020-07-14.min.json +14 -8
- package/node_modules/aws-sdk/apis/lambda-2015-03-31.min.json +102 -96
- package/node_modules/aws-sdk/apis/location-2020-11-19.min.json +36 -36
- package/node_modules/aws-sdk/apis/machinelearning-2014-12-12.min.json +8 -2
- package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +43 -7
- package/node_modules/aws-sdk/apis/rekognition-2016-06-27.min.json +194 -161
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +740 -728
- package/node_modules/aws-sdk/apis/textract-2018-06-27.min.json +483 -76
- package/node_modules/aws-sdk/apis/textract-2018-06-27.paginators.json +12 -0
- package/node_modules/aws-sdk/clients/autoscaling.d.ts +4 -3
- package/node_modules/aws-sdk/clients/configservice.d.ts +15 -15
- package/node_modules/aws-sdk/clients/controltower.d.ts +104 -15
- package/node_modules/aws-sdk/clients/customerprofiles.d.ts +6 -6
- package/node_modules/aws-sdk/clients/ec2.d.ts +62 -6
- package/node_modules/aws-sdk/clients/elbv2.d.ts +7 -7
- package/node_modules/aws-sdk/clients/glue.d.ts +5 -5
- package/node_modules/aws-sdk/clients/inspector2.d.ts +25 -25
- package/node_modules/aws-sdk/clients/ivsrealtime.d.ts +25 -0
- package/node_modules/aws-sdk/clients/lambda.d.ts +9 -0
- package/node_modules/aws-sdk/clients/pricing.d.ts +8 -8
- package/node_modules/aws-sdk/clients/rds.d.ts +48 -0
- package/node_modules/aws-sdk/clients/rekognition.d.ts +141 -72
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +26 -6
- package/node_modules/aws-sdk/clients/textract.d.ts +534 -2
- package/node_modules/aws-sdk/clients/transcribeservice.d.ts +1 -1
- package/node_modules/aws-sdk/clients/workspaces.d.ts +2 -2
- 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 +15 -15
- package/node_modules/aws-sdk/dist/aws-sdk.js +592 -444
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +99 -99
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/node_modules/function-bind/.eslintrc +11 -5
- package/node_modules/function-bind/.github/FUNDING.yml +12 -0
- package/node_modules/function-bind/.github/SECURITY.md +3 -0
- package/node_modules/function-bind/.nycrc +13 -0
- package/node_modules/function-bind/CHANGELOG.md +136 -0
- package/node_modules/function-bind/README.md +25 -27
- package/node_modules/function-bind/implementation.js +44 -12
- package/node_modules/function-bind/package.json +38 -14
- package/package.json +3 -3
- package/node_modules/function-bind/.editorconfig +0 -20
- package/node_modules/function-bind/.jscs.json +0 -176
- package/node_modules/function-bind/.npmignore +0 -22
- package/node_modules/function-bind/.travis.yml +0 -168
@@ -197,11 +197,11 @@ declare class SageMaker extends Service {
|
|
197
197
|
*/
|
198
198
|
createExperiment(callback?: (err: AWSError, data: SageMaker.Types.CreateExperimentResponse) => void): Request<SageMaker.Types.CreateExperimentResponse, AWSError>;
|
199
199
|
/**
|
200
|
-
* Create a new FeatureGroup. A FeatureGroup is a group of Features defined in the FeatureStore to describe a Record. The FeatureGroup defines the schema and features contained in the FeatureGroup. A FeatureGroup definition is composed of a list of Features, a RecordIdentifierFeatureName, an EventTimeFeatureName and configurations for its OnlineStore and OfflineStore. Check Amazon Web Services service quotas to see the FeatureGroups quota for your Amazon Web Services account. You must include at least one of OnlineStoreConfig and OfflineStoreConfig to create a FeatureGroup.
|
200
|
+
* Create a new FeatureGroup. A FeatureGroup is a group of Features defined in the FeatureStore to describe a Record. The FeatureGroup defines the schema and features contained in the FeatureGroup. A FeatureGroup definition is composed of a list of Features, a RecordIdentifierFeatureName, an EventTimeFeatureName and configurations for its OnlineStore and OfflineStore. Check Amazon Web Services service quotas to see the FeatureGroups quota for your Amazon Web Services account. Note that it can take approximately 10-15 minutes to provision an OnlineStore FeatureGroup with the InMemory StorageType. You must include at least one of OnlineStoreConfig and OfflineStoreConfig to create a FeatureGroup.
|
201
201
|
*/
|
202
202
|
createFeatureGroup(params: SageMaker.Types.CreateFeatureGroupRequest, callback?: (err: AWSError, data: SageMaker.Types.CreateFeatureGroupResponse) => void): Request<SageMaker.Types.CreateFeatureGroupResponse, AWSError>;
|
203
203
|
/**
|
204
|
-
* Create a new FeatureGroup. A FeatureGroup is a group of Features defined in the FeatureStore to describe a Record. The FeatureGroup defines the schema and features contained in the FeatureGroup. A FeatureGroup definition is composed of a list of Features, a RecordIdentifierFeatureName, an EventTimeFeatureName and configurations for its OnlineStore and OfflineStore. Check Amazon Web Services service quotas to see the FeatureGroups quota for your Amazon Web Services account. You must include at least one of OnlineStoreConfig and OfflineStoreConfig to create a FeatureGroup.
|
204
|
+
* Create a new FeatureGroup. A FeatureGroup is a group of Features defined in the FeatureStore to describe a Record. The FeatureGroup defines the schema and features contained in the FeatureGroup. A FeatureGroup definition is composed of a list of Features, a RecordIdentifierFeatureName, an EventTimeFeatureName and configurations for its OnlineStore and OfflineStore. Check Amazon Web Services service quotas to see the FeatureGroups quota for your Amazon Web Services account. Note that it can take approximately 10-15 minutes to provision an OnlineStore FeatureGroup with the InMemory StorageType. You must include at least one of OnlineStoreConfig and OfflineStoreConfig to create a FeatureGroup.
|
205
205
|
*/
|
206
206
|
createFeatureGroup(callback?: (err: AWSError, data: SageMaker.Types.CreateFeatureGroupResponse) => void): Request<SageMaker.Types.CreateFeatureGroupResponse, AWSError>;
|
207
207
|
/**
|
@@ -605,11 +605,11 @@ declare class SageMaker extends Service {
|
|
605
605
|
*/
|
606
606
|
deleteExperiment(callback?: (err: AWSError, data: SageMaker.Types.DeleteExperimentResponse) => void): Request<SageMaker.Types.DeleteExperimentResponse, AWSError>;
|
607
607
|
/**
|
608
|
-
* Delete the FeatureGroup and any data that was written to the OnlineStore of the FeatureGroup. Data cannot be accessed from the OnlineStore immediately after DeleteFeatureGroup is called. Data written into the OfflineStore will not be deleted. The Amazon Web Services Glue database and tables that are automatically created for your OfflineStore are not deleted.
|
608
|
+
* Delete the FeatureGroup and any data that was written to the OnlineStore of the FeatureGroup. Data cannot be accessed from the OnlineStore immediately after DeleteFeatureGroup is called. Data written into the OfflineStore will not be deleted. The Amazon Web Services Glue database and tables that are automatically created for your OfflineStore are not deleted. Note that it can take approximately 10-15 minutes to delete an OnlineStore FeatureGroup with the InMemory StorageType.
|
609
609
|
*/
|
610
610
|
deleteFeatureGroup(params: SageMaker.Types.DeleteFeatureGroupRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
611
611
|
/**
|
612
|
-
* Delete the FeatureGroup and any data that was written to the OnlineStore of the FeatureGroup. Data cannot be accessed from the OnlineStore immediately after DeleteFeatureGroup is called. Data written into the OfflineStore will not be deleted. The Amazon Web Services Glue database and tables that are automatically created for your OfflineStore are not deleted.
|
612
|
+
* Delete the FeatureGroup and any data that was written to the OnlineStore of the FeatureGroup. Data cannot be accessed from the OnlineStore immediately after DeleteFeatureGroup is called. Data written into the OfflineStore will not be deleted. The Amazon Web Services Glue database and tables that are automatically created for your OfflineStore are not deleted. Note that it can take approximately 10-15 minutes to delete an OnlineStore FeatureGroup with the InMemory StorageType.
|
613
613
|
*/
|
614
614
|
deleteFeatureGroup(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
615
615
|
/**
|
@@ -3681,7 +3681,7 @@ declare namespace SageMaker {
|
|
3681
3681
|
export type CandidateSteps = AutoMLCandidateStep[];
|
3682
3682
|
export interface CanvasAppSettings {
|
3683
3683
|
/**
|
3684
|
-
* Time series forecast settings for the Canvas application.
|
3684
|
+
* Time series forecast settings for the SageMaker Canvas application.
|
3685
3685
|
*/
|
3686
3686
|
TimeSeriesForecastingSettings?: TimeSeriesForecastingSettings;
|
3687
3687
|
/**
|
@@ -3696,6 +3696,14 @@ declare namespace SageMaker {
|
|
3696
3696
|
* The settings for connecting to an external data source with OAuth.
|
3697
3697
|
*/
|
3698
3698
|
IdentityProviderOAuthSettings?: IdentityProviderOAuthSettings;
|
3699
|
+
/**
|
3700
|
+
* The settings for document querying.
|
3701
|
+
*/
|
3702
|
+
KendraSettings?: KendraSettings;
|
3703
|
+
/**
|
3704
|
+
* The model deployment settings for the SageMaker Canvas application.
|
3705
|
+
*/
|
3706
|
+
DirectDeploySettings?: DirectDeploySettings;
|
3699
3707
|
}
|
3700
3708
|
export interface CapacitySize {
|
3701
3709
|
/**
|
@@ -10435,6 +10443,12 @@ declare namespace SageMaker {
|
|
10435
10443
|
}
|
10436
10444
|
export type Devices = Device[];
|
10437
10445
|
export type Dimension = number;
|
10446
|
+
export interface DirectDeploySettings {
|
10447
|
+
/**
|
10448
|
+
* Describes whether model deployment permissions are enabled or disabled in the Canvas application.
|
10449
|
+
*/
|
10450
|
+
Status?: FeatureStatus;
|
10451
|
+
}
|
10438
10452
|
export type DirectInternetAccess = "Enabled"|"Disabled"|string;
|
10439
10453
|
export type Direction = "Both"|"Ascendants"|"Descendants"|string;
|
10440
10454
|
export type DirectoryPath = string;
|
@@ -12868,6 +12882,12 @@ declare namespace SageMaker {
|
|
12868
12882
|
CodeRepositories?: CodeRepositories;
|
12869
12883
|
}
|
12870
12884
|
export type KeepAlivePeriodInSeconds = number;
|
12885
|
+
export interface KendraSettings {
|
12886
|
+
/**
|
12887
|
+
* Describes whether the document querying feature is enabled or disabled in the Canvas application.
|
12888
|
+
*/
|
12889
|
+
Status?: FeatureStatus;
|
12890
|
+
}
|
12871
12891
|
export type KernelDisplayName = string;
|
12872
12892
|
export interface KernelGatewayAppSettings {
|
12873
12893
|
/**
|
@@ -20193,7 +20213,7 @@ declare namespace SageMaker {
|
|
20193
20213
|
export type SelectedStepList = SelectedStep[];
|
20194
20214
|
export interface SelectiveExecutionConfig {
|
20195
20215
|
/**
|
20196
|
-
* The ARN from a reference execution of the current pipeline. Used to copy input collaterals needed for the selected steps to run. The execution status of the pipeline can be either Failed or Success.
|
20216
|
+
* The ARN from a reference execution of the current pipeline. Used to copy input collaterals needed for the selected steps to run. The execution status of the pipeline can be either Failed or Success. This field is required if the steps you specify for SelectedSteps depend on output collaterals from any non-specified pipeline steps. For more information, see Selective Execution for Pipeline Steps.
|
20197
20217
|
*/
|
20198
20218
|
SourcePipelineExecutionArn?: PipelineExecutionArn;
|
20199
20219
|
/**
|