cdk-lambda-subminute 2.0.367 → 2.0.369
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/available-typed-arrays/.eslintrc +0 -4
- package/node_modules/available-typed-arrays/CHANGELOG.md +15 -0
- package/node_modules/available-typed-arrays/index.d.ts +17 -0
- package/node_modules/available-typed-arrays/index.js +4 -2
- package/node_modules/available-typed-arrays/package.json +23 -15
- package/node_modules/available-typed-arrays/tsconfig.json +49 -0
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/appsync-2017-07-25.min.json +67 -6
- package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.examples.json +519 -0
- package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.min.json +508 -81
- package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.paginators.json +24 -0
- package/node_modules/aws-sdk/apis/cognito-idp-2016-04-18.min.json +1 -1
- package/node_modules/aws-sdk/apis/datasync-2018-11-09.min.json +76 -32
- package/node_modules/aws-sdk/apis/es-2015-01-01.min.json +227 -152
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +102 -101
- package/node_modules/aws-sdk/apis/ivs-2020-07-14.min.json +240 -49
- package/node_modules/aws-sdk/apis/ivs-2020-07-14.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/logs-2014-03-28.min.json +2 -1
- package/node_modules/aws-sdk/apis/managedblockchain-query-2023-05-04.min.json +14 -5
- package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +104 -87
- package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.min.json +597 -333
- package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/opensearch-2021-01-01.min.json +259 -184
- package/node_modules/aws-sdk/apis/redshift-2012-12-01.min.json +68 -3
- package/node_modules/aws-sdk/apis/redshift-2012-12-01.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +779 -773
- package/node_modules/aws-sdk/apis/ssm-2014-11-06.min.json +319 -301
- package/node_modules/aws-sdk/apis/wafv2-2019-07-29.min.json +45 -28
- package/node_modules/aws-sdk/clients/appsync.d.ts +47 -0
- package/node_modules/aws-sdk/clients/cloudformation.d.ts +600 -1
- package/node_modules/aws-sdk/clients/cloudwatchlogs.d.ts +12 -8
- package/node_modules/aws-sdk/clients/cognitoidentityserviceprovider.d.ts +63 -63
- package/node_modules/aws-sdk/clients/datasync.d.ts +185 -124
- package/node_modules/aws-sdk/clients/dynamodb.d.ts +3 -3
- package/node_modules/aws-sdk/clients/ecs.d.ts +5 -5
- package/node_modules/aws-sdk/clients/elbv2.d.ts +5 -5
- package/node_modules/aws-sdk/clients/es.d.ts +111 -0
- package/node_modules/aws-sdk/clients/glue.d.ts +16 -9
- package/node_modules/aws-sdk/clients/ivs.d.ts +223 -4
- package/node_modules/aws-sdk/clients/lexmodelsv2.d.ts +324 -0
- package/node_modules/aws-sdk/clients/managedblockchainquery.d.ts +30 -20
- package/node_modules/aws-sdk/clients/mediaconvert.d.ts +17 -8
- package/node_modules/aws-sdk/clients/opensearch.d.ts +108 -0
- package/node_modules/aws-sdk/clients/redshift.d.ts +119 -0
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +51 -41
- package/node_modules/aws-sdk/clients/ssm.d.ts +38 -13
- package/node_modules/aws-sdk/clients/wafv2.d.ts +23 -3
- package/node_modules/aws-sdk/clients/workspaces.d.ts +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +211 -108
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +2388 -2182
- package/node_modules/aws-sdk/dist/aws-sdk.js +931 -390
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +101 -101
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/credentials/remote_credentials.js +14 -2
- package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/node_modules/call-bind/CHANGELOG.md +9 -0
- package/node_modules/call-bind/index.js +1 -1
- package/node_modules/call-bind/package.json +10 -6
- package/node_modules/define-data-property/CHANGELOG.md +11 -0
- package/node_modules/define-data-property/index.js +2 -2
- package/node_modules/define-data-property/package.json +19 -18
- package/node_modules/define-data-property/test/index.js +7 -7
- package/node_modules/es-errors/.eslintrc +5 -0
- package/node_modules/es-errors/.github/FUNDING.yml +12 -0
- package/node_modules/es-errors/CHANGELOG.md +40 -0
- package/node_modules/es-errors/LICENSE +21 -0
- package/node_modules/es-errors/README.md +55 -0
- package/node_modules/es-errors/eval.d.ts +3 -0
- package/node_modules/es-errors/eval.js +4 -0
- package/node_modules/es-errors/index.d.ts +3 -0
- package/node_modules/es-errors/index.js +4 -0
- package/node_modules/es-errors/package.json +80 -0
- package/node_modules/es-errors/range.d.ts +3 -0
- package/node_modules/es-errors/range.js +4 -0
- package/node_modules/es-errors/ref.d.ts +3 -0
- package/node_modules/es-errors/ref.js +4 -0
- package/node_modules/es-errors/syntax.d.ts +3 -0
- package/node_modules/es-errors/syntax.js +4 -0
- package/node_modules/es-errors/test/index.js +19 -0
- package/node_modules/es-errors/tsconfig.json +49 -0
- package/node_modules/es-errors/type.d.ts +3 -0
- package/node_modules/es-errors/type.js +4 -0
- package/node_modules/es-errors/uri.d.ts +3 -0
- package/node_modules/es-errors/uri.js +4 -0
- package/node_modules/get-intrinsic/CHANGELOG.md +18 -0
- package/node_modules/get-intrinsic/index.js +15 -7
- package/node_modules/get-intrinsic/package.json +12 -12
- package/node_modules/has-tostringtag/.eslintrc +0 -6
- package/node_modules/has-tostringtag/.nycrc +13 -0
- package/node_modules/has-tostringtag/CHANGELOG.md +22 -0
- package/node_modules/has-tostringtag/index.d.ts +3 -0
- package/node_modules/has-tostringtag/index.js +1 -0
- package/node_modules/has-tostringtag/package.json +37 -13
- package/node_modules/has-tostringtag/shams.d.ts +3 -0
- package/node_modules/has-tostringtag/shams.js +1 -0
- package/node_modules/has-tostringtag/test/shams/core-js.js +3 -0
- package/node_modules/has-tostringtag/test/shams/get-own-property-symbols.js +2 -0
- package/node_modules/has-tostringtag/test/tests.js +2 -1
- package/node_modules/has-tostringtag/tsconfig.json +49 -0
- package/node_modules/is-typed-array/CHANGELOG.md +10 -0
- package/node_modules/is-typed-array/index.d.ts +16 -0
- package/node_modules/is-typed-array/index.js +1 -0
- package/node_modules/is-typed-array/package.json +18 -7
- package/node_modules/is-typed-array/test/index.js +9 -1
- package/node_modules/is-typed-array/tsconfig.json +49 -0
- package/node_modules/set-function-length/CHANGELOG.md +8 -0
- package/node_modules/set-function-length/index.js +1 -1
- package/node_modules/set-function-length/package.json +7 -6
- package/node_modules/which-typed-array/CHANGELOG.md +9 -0
- package/node_modules/which-typed-array/index.d.ts +16 -0
- package/node_modules/which-typed-array/index.js +39 -18
- package/node_modules/which-typed-array/package.json +18 -7
- package/node_modules/which-typed-array/test/index.js +9 -1
- package/node_modules/which-typed-array/tsconfig.json +49 -0
- package/package.json +4 -4
- package/node_modules/available-typed-arrays/.eslintignore +0 -1
@@ -69,11 +69,11 @@ declare class SageMaker extends Service {
|
|
69
69
|
*/
|
70
70
|
createApp(callback?: (err: AWSError, data: SageMaker.Types.CreateAppResponse) => void): Request<SageMaker.Types.CreateAppResponse, AWSError>;
|
71
71
|
/**
|
72
|
-
* Creates a configuration for running a SageMaker image as a KernelGateway app. The configuration specifies the Amazon Elastic File System
|
72
|
+
* Creates a configuration for running a SageMaker image as a KernelGateway app. The configuration specifies the Amazon Elastic File System storage volume on the image, and a list of the kernels in the image.
|
73
73
|
*/
|
74
74
|
createAppImageConfig(params: SageMaker.Types.CreateAppImageConfigRequest, callback?: (err: AWSError, data: SageMaker.Types.CreateAppImageConfigResponse) => void): Request<SageMaker.Types.CreateAppImageConfigResponse, AWSError>;
|
75
75
|
/**
|
76
|
-
* Creates a configuration for running a SageMaker image as a KernelGateway app. The configuration specifies the Amazon Elastic File System
|
76
|
+
* Creates a configuration for running a SageMaker image as a KernelGateway app. The configuration specifies the Amazon Elastic File System storage volume on the image, and a list of the kernels in the image.
|
77
77
|
*/
|
78
78
|
createAppImageConfig(callback?: (err: AWSError, data: SageMaker.Types.CreateAppImageConfigResponse) => void): Request<SageMaker.Types.CreateAppImageConfigResponse, AWSError>;
|
79
79
|
/**
|
@@ -245,19 +245,19 @@ declare class SageMaker extends Service {
|
|
245
245
|
*/
|
246
246
|
createHyperParameterTuningJob(callback?: (err: AWSError, data: SageMaker.Types.CreateHyperParameterTuningJobResponse) => void): Request<SageMaker.Types.CreateHyperParameterTuningJobResponse, AWSError>;
|
247
247
|
/**
|
248
|
-
* Creates a custom SageMaker image. A SageMaker image is a set of image versions. Each image version represents a container image stored in Amazon
|
248
|
+
* Creates a custom SageMaker image. A SageMaker image is a set of image versions. Each image version represents a container image stored in Amazon ECR. For more information, see Bring your own SageMaker image.
|
249
249
|
*/
|
250
250
|
createImage(params: SageMaker.Types.CreateImageRequest, callback?: (err: AWSError, data: SageMaker.Types.CreateImageResponse) => void): Request<SageMaker.Types.CreateImageResponse, AWSError>;
|
251
251
|
/**
|
252
|
-
* Creates a custom SageMaker image. A SageMaker image is a set of image versions. Each image version represents a container image stored in Amazon
|
252
|
+
* Creates a custom SageMaker image. A SageMaker image is a set of image versions. Each image version represents a container image stored in Amazon ECR. For more information, see Bring your own SageMaker image.
|
253
253
|
*/
|
254
254
|
createImage(callback?: (err: AWSError, data: SageMaker.Types.CreateImageResponse) => void): Request<SageMaker.Types.CreateImageResponse, AWSError>;
|
255
255
|
/**
|
256
|
-
* Creates a version of the SageMaker image specified by ImageName. The version represents the Amazon
|
256
|
+
* Creates a version of the SageMaker image specified by ImageName. The version represents the Amazon ECR container image specified by BaseImage.
|
257
257
|
*/
|
258
258
|
createImageVersion(params: SageMaker.Types.CreateImageVersionRequest, callback?: (err: AWSError, data: SageMaker.Types.CreateImageVersionResponse) => void): Request<SageMaker.Types.CreateImageVersionResponse, AWSError>;
|
259
259
|
/**
|
260
|
-
* Creates a version of the SageMaker image specified by ImageName. The version represents the Amazon
|
260
|
+
* Creates a version of the SageMaker image specified by ImageName. The version represents the Amazon ECR container image specified by BaseImage.
|
261
261
|
*/
|
262
262
|
createImageVersion(callback?: (err: AWSError, data: SageMaker.Types.CreateImageVersionResponse) => void): Request<SageMaker.Types.CreateImageVersionResponse, AWSError>;
|
263
263
|
/**
|
@@ -373,11 +373,11 @@ declare class SageMaker extends Service {
|
|
373
373
|
*/
|
374
374
|
createNotebookInstance(callback?: (err: AWSError, data: SageMaker.Types.CreateNotebookInstanceOutput) => void): Request<SageMaker.Types.CreateNotebookInstanceOutput, AWSError>;
|
375
375
|
/**
|
376
|
-
* Creates a lifecycle configuration that you can associate with a notebook instance. A lifecycle configuration is a collection of shell scripts that run when you create or start a notebook instance. Each lifecycle configuration script has a limit of 16384 characters. The value of the $PATH environment variable that is available to both scripts is /sbin:bin:/usr/sbin:/usr/bin. View CloudWatch Logs for notebook instance lifecycle configurations in log group /aws/sagemaker/NotebookInstances in log stream [notebook-instance-name]/[LifecycleConfigHook]. Lifecycle configuration scripts cannot run for longer than 5 minutes. If a script runs for longer than 5 minutes, it fails and the notebook instance is not created or started. For information about notebook instance lifestyle configurations, see Step 2.1: (Optional) Customize a Notebook Instance.
|
376
|
+
* Creates a lifecycle configuration that you can associate with a notebook instance. A lifecycle configuration is a collection of shell scripts that run when you create or start a notebook instance. Each lifecycle configuration script has a limit of 16384 characters. The value of the $PATH environment variable that is available to both scripts is /sbin:bin:/usr/sbin:/usr/bin. View Amazon CloudWatch Logs for notebook instance lifecycle configurations in log group /aws/sagemaker/NotebookInstances in log stream [notebook-instance-name]/[LifecycleConfigHook]. Lifecycle configuration scripts cannot run for longer than 5 minutes. If a script runs for longer than 5 minutes, it fails and the notebook instance is not created or started. For information about notebook instance lifestyle configurations, see Step 2.1: (Optional) Customize a Notebook Instance.
|
377
377
|
*/
|
378
378
|
createNotebookInstanceLifecycleConfig(params: SageMaker.Types.CreateNotebookInstanceLifecycleConfigInput, callback?: (err: AWSError, data: SageMaker.Types.CreateNotebookInstanceLifecycleConfigOutput) => void): Request<SageMaker.Types.CreateNotebookInstanceLifecycleConfigOutput, AWSError>;
|
379
379
|
/**
|
380
|
-
* Creates a lifecycle configuration that you can associate with a notebook instance. A lifecycle configuration is a collection of shell scripts that run when you create or start a notebook instance. Each lifecycle configuration script has a limit of 16384 characters. The value of the $PATH environment variable that is available to both scripts is /sbin:bin:/usr/sbin:/usr/bin. View CloudWatch Logs for notebook instance lifecycle configurations in log group /aws/sagemaker/NotebookInstances in log stream [notebook-instance-name]/[LifecycleConfigHook]. Lifecycle configuration scripts cannot run for longer than 5 minutes. If a script runs for longer than 5 minutes, it fails and the notebook instance is not created or started. For information about notebook instance lifestyle configurations, see Step 2.1: (Optional) Customize a Notebook Instance.
|
380
|
+
* Creates a lifecycle configuration that you can associate with a notebook instance. A lifecycle configuration is a collection of shell scripts that run when you create or start a notebook instance. Each lifecycle configuration script has a limit of 16384 characters. The value of the $PATH environment variable that is available to both scripts is /sbin:bin:/usr/sbin:/usr/bin. View Amazon CloudWatch Logs for notebook instance lifecycle configurations in log group /aws/sagemaker/NotebookInstances in log stream [notebook-instance-name]/[LifecycleConfigHook]. Lifecycle configuration scripts cannot run for longer than 5 minutes. If a script runs for longer than 5 minutes, it fails and the notebook instance is not created or started. For information about notebook instance lifestyle configurations, see Step 2.1: (Optional) Customize a Notebook Instance.
|
381
381
|
*/
|
382
382
|
createNotebookInstanceLifecycleConfig(callback?: (err: AWSError, data: SageMaker.Types.CreateNotebookInstanceLifecycleConfigOutput) => void): Request<SageMaker.Types.CreateNotebookInstanceLifecycleConfigOutput, AWSError>;
|
383
383
|
/**
|
@@ -389,11 +389,11 @@ declare class SageMaker extends Service {
|
|
389
389
|
*/
|
390
390
|
createPipeline(callback?: (err: AWSError, data: SageMaker.Types.CreatePipelineResponse) => void): Request<SageMaker.Types.CreatePipelineResponse, AWSError>;
|
391
391
|
/**
|
392
|
-
* Creates a URL for a specified UserProfile in a Domain. When accessed in a web browser, the user will be automatically signed in to the domain, and granted access to all of the Apps and files associated with the Domain's Amazon Elastic File System
|
392
|
+
* Creates a URL for a specified UserProfile in a Domain. When accessed in a web browser, the user will be automatically signed in to the domain, and granted access to all of the Apps and files associated with the Domain's Amazon Elastic File System volume. This operation can only be called when the authentication mode equals IAM. The IAM role or user passed to this API defines the permissions to access the app. Once the presigned URL is created, no additional permission is required to access this URL. IAM authorization policies for this API are also enforced for every HTTP request and WebSocket frame that attempts to connect to the app. You can restrict access to this API and to the URL that it returns to a list of IP addresses, Amazon VPCs or Amazon VPC Endpoints that you specify. For more information, see Connect to Amazon SageMaker Studio Through an Interface VPC Endpoint . The URL that you get from a call to CreatePresignedDomainUrl has a default timeout of 5 minutes. You can configure this value using ExpiresInSeconds. If you try to use the URL after the timeout limit expires, you are directed to the Amazon Web Services console sign-in page.
|
393
393
|
*/
|
394
394
|
createPresignedDomainUrl(params: SageMaker.Types.CreatePresignedDomainUrlRequest, callback?: (err: AWSError, data: SageMaker.Types.CreatePresignedDomainUrlResponse) => void): Request<SageMaker.Types.CreatePresignedDomainUrlResponse, AWSError>;
|
395
395
|
/**
|
396
|
-
* Creates a URL for a specified UserProfile in a Domain. When accessed in a web browser, the user will be automatically signed in to the domain, and granted access to all of the Apps and files associated with the Domain's Amazon Elastic File System
|
396
|
+
* Creates a URL for a specified UserProfile in a Domain. When accessed in a web browser, the user will be automatically signed in to the domain, and granted access to all of the Apps and files associated with the Domain's Amazon Elastic File System volume. This operation can only be called when the authentication mode equals IAM. The IAM role or user passed to this API defines the permissions to access the app. Once the presigned URL is created, no additional permission is required to access this URL. IAM authorization policies for this API are also enforced for every HTTP request and WebSocket frame that attempts to connect to the app. You can restrict access to this API and to the URL that it returns to a list of IP addresses, Amazon VPCs or Amazon VPC Endpoints that you specify. For more information, see Connect to Amazon SageMaker Studio Through an Interface VPC Endpoint . The URL that you get from a call to CreatePresignedDomainUrl has a default timeout of 5 minutes. You can configure this value using ExpiresInSeconds. If you try to use the URL after the timeout limit expires, you are directed to the Amazon Web Services console sign-in page.
|
397
397
|
*/
|
398
398
|
createPresignedDomainUrl(callback?: (err: AWSError, data: SageMaker.Types.CreatePresignedDomainUrlResponse) => void): Request<SageMaker.Types.CreatePresignedDomainUrlResponse, AWSError>;
|
399
399
|
/**
|
@@ -421,11 +421,11 @@ declare class SageMaker extends Service {
|
|
421
421
|
*/
|
422
422
|
createProject(callback?: (err: AWSError, data: SageMaker.Types.CreateProjectOutput) => void): Request<SageMaker.Types.CreateProjectOutput, AWSError>;
|
423
423
|
/**
|
424
|
-
* Creates a space used for real time collaboration in a
|
424
|
+
* Creates a space used for real time collaboration in a domain.
|
425
425
|
*/
|
426
426
|
createSpace(params: SageMaker.Types.CreateSpaceRequest, callback?: (err: AWSError, data: SageMaker.Types.CreateSpaceResponse) => void): Request<SageMaker.Types.CreateSpaceResponse, AWSError>;
|
427
427
|
/**
|
428
|
-
* Creates a space used for real time collaboration in a
|
428
|
+
* Creates a space used for real time collaboration in a domain.
|
429
429
|
*/
|
430
430
|
createSpace(callback?: (err: AWSError, data: SageMaker.Types.CreateSpaceResponse) => void): Request<SageMaker.Types.CreateSpaceResponse, AWSError>;
|
431
431
|
/**
|
@@ -469,11 +469,11 @@ declare class SageMaker extends Service {
|
|
469
469
|
*/
|
470
470
|
createTrialComponent(callback?: (err: AWSError, data: SageMaker.Types.CreateTrialComponentResponse) => void): Request<SageMaker.Types.CreateTrialComponentResponse, AWSError>;
|
471
471
|
/**
|
472
|
-
* Creates a user profile. A user profile represents a single user within a domain, and is the main way to reference a "person" for the purposes of sharing, reporting, and other user-oriented features. This entity is created when a user onboards to a domain. If an administrator invites a person by email or imports them from IAM Identity Center, a user profile is automatically created. A user profile is the primary holder of settings for an individual user and has a reference to the user's private Amazon Elastic File System
|
472
|
+
* Creates a user profile. A user profile represents a single user within a domain, and is the main way to reference a "person" for the purposes of sharing, reporting, and other user-oriented features. This entity is created when a user onboards to a domain. If an administrator invites a person by email or imports them from IAM Identity Center, a user profile is automatically created. A user profile is the primary holder of settings for an individual user and has a reference to the user's private Amazon Elastic File System home directory.
|
473
473
|
*/
|
474
474
|
createUserProfile(params: SageMaker.Types.CreateUserProfileRequest, callback?: (err: AWSError, data: SageMaker.Types.CreateUserProfileResponse) => void): Request<SageMaker.Types.CreateUserProfileResponse, AWSError>;
|
475
475
|
/**
|
476
|
-
* Creates a user profile. A user profile represents a single user within a domain, and is the main way to reference a "person" for the purposes of sharing, reporting, and other user-oriented features. This entity is created when a user onboards to a domain. If an administrator invites a person by email or imports them from IAM Identity Center, a user profile is automatically created. A user profile is the primary holder of settings for an individual user and has a reference to the user's private Amazon Elastic File System
|
476
|
+
* Creates a user profile. A user profile represents a single user within a domain, and is the main way to reference a "person" for the purposes of sharing, reporting, and other user-oriented features. This entity is created when a user onboards to a domain. If an administrator invites a person by email or imports them from IAM Identity Center, a user profile is automatically created. A user profile is the primary holder of settings for an individual user and has a reference to the user's private Amazon Elastic File System home directory.
|
477
477
|
*/
|
478
478
|
createUserProfile(callback?: (err: AWSError, data: SageMaker.Types.CreateUserProfileResponse) => void): Request<SageMaker.Types.CreateUserProfileResponse, AWSError>;
|
479
479
|
/**
|
@@ -2977,7 +2977,7 @@ declare namespace SageMaker {
|
|
2977
2977
|
export type AppImageConfigArn = string;
|
2978
2978
|
export interface AppImageConfigDetails {
|
2979
2979
|
/**
|
2980
|
-
* The
|
2980
|
+
* The ARN of the AppImageConfig.
|
2981
2981
|
*/
|
2982
2982
|
AppImageConfigArn?: AppImageConfigArn;
|
2983
2983
|
/**
|
@@ -3484,7 +3484,7 @@ declare namespace SageMaker {
|
|
3484
3484
|
export type AutoMLNameContains = string;
|
3485
3485
|
export interface AutoMLOutputDataConfig {
|
3486
3486
|
/**
|
3487
|
-
* The Key Management Service
|
3487
|
+
* The Key Management Service encryption key ID.
|
3488
3488
|
*/
|
3489
3489
|
KmsKeyId?: KmsKeyId;
|
3490
3490
|
/**
|
@@ -3842,6 +3842,10 @@ declare namespace SageMaker {
|
|
3842
3842
|
* The settings for document querying.
|
3843
3843
|
*/
|
3844
3844
|
KendraSettings?: KendraSettings;
|
3845
|
+
/**
|
3846
|
+
* The generative AI settings for the SageMaker Canvas application.
|
3847
|
+
*/
|
3848
|
+
GenerativeAiSettings?: GenerativeAiSettings;
|
3845
3849
|
}
|
3846
3850
|
export interface CapacitySize {
|
3847
3851
|
/**
|
@@ -4698,7 +4702,7 @@ declare namespace SageMaker {
|
|
4698
4702
|
}
|
4699
4703
|
export interface CreateAppImageConfigResponse {
|
4700
4704
|
/**
|
4701
|
-
* The
|
4705
|
+
* The ARN of the AppImageConfig.
|
4702
4706
|
*/
|
4703
4707
|
AppImageConfigArn?: AppImageConfigArn;
|
4704
4708
|
}
|
@@ -4781,7 +4785,7 @@ declare namespace SageMaker {
|
|
4781
4785
|
*/
|
4782
4786
|
OutputDataConfig: AutoMLOutputDataConfig;
|
4783
4787
|
/**
|
4784
|
-
* Defines the type of supervised learning problem available for the candidates. For more information, see
|
4788
|
+
* Defines the type of supervised learning problem available for the candidates. For more information, see SageMaker Autopilot problem types.
|
4785
4789
|
*/
|
4786
4790
|
ProblemType?: ProblemType;
|
4787
4791
|
/**
|
@@ -5460,7 +5464,7 @@ declare namespace SageMaker {
|
|
5460
5464
|
}
|
5461
5465
|
export interface CreateImageVersionRequest {
|
5462
5466
|
/**
|
5463
|
-
* The registry path of the container image to use as the starting point for this version. The path is an Amazon
|
5467
|
+
* The registry path of the container image to use as the starting point for this version. The path is an Amazon ECR URI in the following format: <acct-id>.dkr.ecr.<region>.amazonaws.com/<repo-name[:tag] or [@digest]>
|
5464
5468
|
*/
|
5465
5469
|
BaseImage: ImageBaseImage;
|
5466
5470
|
/**
|
@@ -6275,7 +6279,7 @@ declare namespace SageMaker {
|
|
6275
6279
|
}
|
6276
6280
|
export interface CreateSpaceRequest {
|
6277
6281
|
/**
|
6278
|
-
* The ID of the associated
|
6282
|
+
* The ID of the associated domain.
|
6279
6283
|
*/
|
6280
6284
|
DomainId: DomainId;
|
6281
6285
|
/**
|
@@ -6950,7 +6954,7 @@ declare namespace SageMaker {
|
|
6950
6954
|
*/
|
6951
6955
|
ExecutionRole?: RoleArn;
|
6952
6956
|
/**
|
6953
|
-
* The security group IDs for the Amazon
|
6957
|
+
* The security group IDs for the Amazon VPC that the space uses for communication.
|
6954
6958
|
*/
|
6955
6959
|
SecurityGroups?: SecurityGroupIds;
|
6956
6960
|
JupyterServerAppSettings?: JupyterServerAppSettings;
|
@@ -7327,7 +7331,7 @@ declare namespace SageMaker {
|
|
7327
7331
|
}
|
7328
7332
|
export interface DeleteSpaceRequest {
|
7329
7333
|
/**
|
7330
|
-
* The ID of the associated
|
7334
|
+
* The ID of the associated domain.
|
7331
7335
|
*/
|
7332
7336
|
DomainId: DomainId;
|
7333
7337
|
/**
|
@@ -7610,7 +7614,7 @@ declare namespace SageMaker {
|
|
7610
7614
|
}
|
7611
7615
|
export interface DescribeAppImageConfigResponse {
|
7612
7616
|
/**
|
7613
|
-
* The
|
7617
|
+
* The ARN of the AppImageConfig.
|
7614
7618
|
*/
|
7615
7619
|
AppImageConfigArn?: AppImageConfigArn;
|
7616
7620
|
/**
|
@@ -7773,7 +7777,7 @@ declare namespace SageMaker {
|
|
7773
7777
|
*/
|
7774
7778
|
OutputDataConfig: AutoMLOutputDataConfig;
|
7775
7779
|
/**
|
7776
|
-
* The
|
7780
|
+
* The ARN of the IAM role that has read permission to the input data location and write permission to the output data location in Amazon S3.
|
7777
7781
|
*/
|
7778
7782
|
RoleArn: RoleArn;
|
7779
7783
|
/**
|
@@ -7865,7 +7869,7 @@ declare namespace SageMaker {
|
|
7865
7869
|
*/
|
7866
7870
|
OutputDataConfig: AutoMLOutputDataConfig;
|
7867
7871
|
/**
|
7868
|
-
* The ARN of the
|
7872
|
+
* The ARN of the IAM role that has read permission to the input data location and write permission to the output data location in Amazon S3.
|
7869
7873
|
*/
|
7870
7874
|
RoleArn: RoleArn;
|
7871
7875
|
/**
|
@@ -10336,7 +10340,7 @@ declare namespace SageMaker {
|
|
10336
10340
|
}
|
10337
10341
|
export interface DescribeSpaceRequest {
|
10338
10342
|
/**
|
10339
|
-
* The ID of the associated
|
10343
|
+
* The ID of the associated domain.
|
10340
10344
|
*/
|
10341
10345
|
DomainId: DomainId;
|
10342
10346
|
/**
|
@@ -10346,7 +10350,7 @@ declare namespace SageMaker {
|
|
10346
10350
|
}
|
10347
10351
|
export interface DescribeSpaceResponse {
|
10348
10352
|
/**
|
10349
|
-
* The ID of the associated
|
10353
|
+
* The ID of the associated domain.
|
10350
10354
|
*/
|
10351
10355
|
DomainId?: DomainId;
|
10352
10356
|
/**
|
@@ -10358,7 +10362,7 @@ declare namespace SageMaker {
|
|
10358
10362
|
*/
|
10359
10363
|
SpaceName?: SpaceName;
|
10360
10364
|
/**
|
10361
|
-
* The ID of the space's profile in the Amazon
|
10365
|
+
* The ID of the space's profile in the Amazon EFS volume.
|
10362
10366
|
*/
|
10363
10367
|
HomeEfsFileSystemUid?: EfsUid;
|
10364
10368
|
/**
|
@@ -10839,7 +10843,7 @@ declare namespace SageMaker {
|
|
10839
10843
|
*/
|
10840
10844
|
UserProfileName?: UserProfileName;
|
10841
10845
|
/**
|
10842
|
-
* The ID of the user's profile in the Amazon Elastic File System
|
10846
|
+
* The ID of the user's profile in the Amazon Elastic File System volume.
|
10843
10847
|
*/
|
10844
10848
|
HomeEfsFileSystemUid?: EfsUid;
|
10845
10849
|
/**
|
@@ -12229,6 +12233,12 @@ declare namespace SageMaker {
|
|
12229
12233
|
export type Framework = "TENSORFLOW"|"KERAS"|"MXNET"|"ONNX"|"PYTORCH"|"XGBOOST"|"TFLITE"|"DARKNET"|"SKLEARN"|string;
|
12230
12234
|
export type FrameworkVersion = string;
|
12231
12235
|
export type GenerateCandidateDefinitionsOnly = boolean;
|
12236
|
+
export interface GenerativeAiSettings {
|
12237
|
+
/**
|
12238
|
+
* The ARN of an Amazon Web Services IAM role that allows fine-tuning of large language models (LLMs) in Amazon Bedrock. The IAM role should have Amazon S3 read and write permissions, as well as a trust relationship that establishes bedrock.amazonaws.com as a service principal.
|
12239
|
+
*/
|
12240
|
+
AmazonBedrockRoleArn?: RoleArn;
|
12241
|
+
}
|
12232
12242
|
export interface GetDeviceFleetReportRequest {
|
12233
12243
|
/**
|
12234
12244
|
* The name of the fleet.
|
@@ -13044,7 +13054,7 @@ declare namespace SageMaker {
|
|
13044
13054
|
*/
|
13045
13055
|
MinResource?: HyperbandStrategyMinResource;
|
13046
13056
|
/**
|
13047
|
-
* The maximum number of resources (such as epochs) that can be used by a training job launched by a hyperparameter tuning job. Once a job reaches the MaxResource value, it is stopped. If a value for MaxResource is not provided, and Hyperband is selected as the hyperparameter tuning strategy,
|
13057
|
+
* The maximum number of resources (such as epochs) that can be used by a training job launched by a hyperparameter tuning job. Once a job reaches the MaxResource value, it is stopped. If a value for MaxResource is not provided, and Hyperband is selected as the hyperparameter tuning strategy, HyperbandTraining attempts to infer MaxResource from the following keys (if present) in StaticsHyperParameters: epochs numepochs n-epochs n_epochs num_epochs If HyperbandStrategyConfig is unable to infer a value for MaxResource, it generates a validation error. The maximum value is 20,000 epochs. All metrics that correspond to an objective metric are used to derive early stopping decisions. For distributed training jobs, ensure that duplicate metrics are not printed in the logs across the individual nodes in a training job. If multiple nodes are publishing duplicate or incorrect metrics, training jobs may make an incorrect stopping decision and stop the job prematurely.
|
13048
13058
|
*/
|
13049
13059
|
MaxResource?: HyperbandStrategyMaxResource;
|
13050
13060
|
}
|
@@ -13738,7 +13748,7 @@ declare namespace SageMaker {
|
|
13738
13748
|
export type KernelDisplayName = string;
|
13739
13749
|
export interface KernelGatewayAppSettings {
|
13740
13750
|
/**
|
13741
|
-
* The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the KernelGateway app. The Amazon SageMaker Studio UI does not use the default instance type value set here. The default instance type set here is used when Apps are created using the
|
13751
|
+
* The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the KernelGateway app. The Amazon SageMaker Studio UI does not use the default instance type value set here. The default instance type set here is used when Apps are created using the CLI or CloudFormation and the instance type parameter value is not passed.
|
13742
13752
|
*/
|
13743
13753
|
DefaultResourceSpec?: ResourceSpec;
|
13744
13754
|
/**
|
@@ -13756,7 +13766,7 @@ declare namespace SageMaker {
|
|
13756
13766
|
*/
|
13757
13767
|
KernelSpecs: KernelSpecs;
|
13758
13768
|
/**
|
13759
|
-
* The Amazon Elastic File System
|
13769
|
+
* The Amazon Elastic File System storage configuration for a SageMaker image.
|
13760
13770
|
*/
|
13761
13771
|
FileSystemConfig?: FileSystemConfig;
|
13762
13772
|
}
|
@@ -16837,7 +16847,7 @@ declare namespace SageMaker {
|
|
16837
16847
|
*/
|
16838
16848
|
SortBy?: SpaceSortKey;
|
16839
16849
|
/**
|
16840
|
-
* A parameter to search for the
|
16850
|
+
* A parameter to search for the domain ID.
|
16841
16851
|
*/
|
16842
16852
|
DomainIdEquals?: DomainId;
|
16843
16853
|
/**
|
@@ -21002,7 +21012,7 @@ declare namespace SageMaker {
|
|
21002
21012
|
export type ResponseMIMETypes = ResponseMIMEType[];
|
21003
21013
|
export interface RetentionPolicy {
|
21004
21014
|
/**
|
21005
|
-
* The default is Retain, which specifies to keep the data stored on the EFS volume. Specify Delete to delete the data stored on the EFS volume.
|
21015
|
+
* The default is Retain, which specifies to keep the data stored on the Amazon EFS volume. Specify Delete to delete the data stored on the Amazon EFS volume.
|
21006
21016
|
*/
|
21007
21017
|
HomeEfsFileSystem?: RetentionType;
|
21008
21018
|
}
|
@@ -21491,7 +21501,7 @@ declare namespace SageMaker {
|
|
21491
21501
|
}
|
21492
21502
|
export interface SpaceDetails {
|
21493
21503
|
/**
|
21494
|
-
* The ID of the associated
|
21504
|
+
* The ID of the associated domain.
|
21495
21505
|
*/
|
21496
21506
|
DomainId?: DomainId;
|
21497
21507
|
/**
|
@@ -21912,7 +21922,7 @@ declare namespace SageMaker {
|
|
21912
21922
|
*/
|
21913
21923
|
GenerateCandidateDefinitionsOnly?: GenerateCandidateDefinitionsOnly;
|
21914
21924
|
/**
|
21915
|
-
* The type of supervised learning problem available for the model candidates of the AutoML job V2. For more information, see
|
21925
|
+
* The type of supervised learning problem available for the model candidates of the AutoML job V2. For more information, see SageMaker Autopilot problem types. You must either specify the type of supervised learning problem in ProblemType and provide the AutoMLJobObjective metric, or none at all.
|
21916
21926
|
*/
|
21917
21927
|
ProblemType?: ProblemType;
|
21918
21928
|
/**
|
@@ -21926,7 +21936,7 @@ declare namespace SageMaker {
|
|
21926
21936
|
}
|
21927
21937
|
export interface TabularResolvedAttributes {
|
21928
21938
|
/**
|
21929
|
-
* The type of supervised learning problem available for the model candidates of the AutoML job V2 (Binary Classification, Multiclass Classification, Regression). For more information, see
|
21939
|
+
* The type of supervised learning problem available for the model candidates of the AutoML job V2 (Binary Classification, Multiclass Classification, Regression). For more information, see SageMaker Autopilot problem types.
|
21930
21940
|
*/
|
21931
21941
|
ProblemType?: ProblemType;
|
21932
21942
|
}
|
@@ -23139,7 +23149,7 @@ declare namespace SageMaker {
|
|
23139
23149
|
}
|
23140
23150
|
export interface UpdateAppImageConfigResponse {
|
23141
23151
|
/**
|
23142
|
-
* The
|
23152
|
+
* The ARN for the AppImageConfig.
|
23143
23153
|
*/
|
23144
23154
|
AppImageConfigArn?: AppImageConfigArn;
|
23145
23155
|
}
|
@@ -23273,7 +23283,7 @@ declare namespace SageMaker {
|
|
23273
23283
|
*/
|
23274
23284
|
AppSecurityGroupManagement?: AppSecurityGroupManagement;
|
23275
23285
|
/**
|
23276
|
-
* The default settings used to create a space within the
|
23286
|
+
* The default settings used to create a space within the domain.
|
23277
23287
|
*/
|
23278
23288
|
DefaultSpaceSettings?: DefaultSpaceSettings;
|
23279
23289
|
/**
|
@@ -23836,7 +23846,7 @@ declare namespace SageMaker {
|
|
23836
23846
|
}
|
23837
23847
|
export interface UpdateSpaceRequest {
|
23838
23848
|
/**
|
23839
|
-
* The ID of the associated
|
23849
|
+
* The ID of the associated domain.
|
23840
23850
|
*/
|
23841
23851
|
DomainId: DomainId;
|
23842
23852
|
/**
|
@@ -24176,7 +24186,7 @@ declare namespace SageMaker {
|
|
24176
24186
|
export type Vertices = Vertex[];
|
24177
24187
|
export interface VisibilityConditions {
|
24178
24188
|
/**
|
24179
|
-
* The key
|
24189
|
+
* The key that specifies the tag that you're using to filter the search results. It must be in the following format: Tags.<key>/EqualsIfExists.
|
24180
24190
|
*/
|
24181
24191
|
Key?: VisibilityConditionsKey;
|
24182
24192
|
/**
|
@@ -293,11 +293,11 @@ declare class SSM extends Service {
|
|
293
293
|
*/
|
294
294
|
describeAutomationStepExecutions(callback?: (err: AWSError, data: SSM.Types.DescribeAutomationStepExecutionsResult) => void): Request<SSM.Types.DescribeAutomationStepExecutionsResult, AWSError>;
|
295
295
|
/**
|
296
|
-
* Lists all patches eligible to be included in a patch baseline.
|
296
|
+
* Lists all patches eligible to be included in a patch baseline. Currently, DescribeAvailablePatches supports only the Amazon Linux 1, Amazon Linux 2, and Windows Server operating systems.
|
297
297
|
*/
|
298
298
|
describeAvailablePatches(params: SSM.Types.DescribeAvailablePatchesRequest, callback?: (err: AWSError, data: SSM.Types.DescribeAvailablePatchesResult) => void): Request<SSM.Types.DescribeAvailablePatchesResult, AWSError>;
|
299
299
|
/**
|
300
|
-
* Lists all patches eligible to be included in a patch baseline.
|
300
|
+
* Lists all patches eligible to be included in a patch baseline. Currently, DescribeAvailablePatches supports only the Amazon Linux 1, Amazon Linux 2, and Windows Server operating systems.
|
301
301
|
*/
|
302
302
|
describeAvailablePatches(callback?: (err: AWSError, data: SSM.Types.DescribeAvailablePatchesResult) => void): Request<SSM.Types.DescribeAvailablePatchesResult, AWSError>;
|
303
303
|
/**
|
@@ -1314,6 +1314,10 @@ declare namespace SSM {
|
|
1314
1314
|
* Number of days to wait after the scheduled day to run an association.
|
1315
1315
|
*/
|
1316
1316
|
ScheduleOffset?: ScheduleOffset;
|
1317
|
+
/**
|
1318
|
+
* The number of hours that an association can run on specified targets. After the resulting cutoff time passes, associations that are currently running are cancelled, and no pending executions are started on remaining targets.
|
1319
|
+
*/
|
1320
|
+
Duration?: Duration;
|
1317
1321
|
/**
|
1318
1322
|
* A key-value mapping of document parameters to target resources. Both Targets and TargetMaps can't be specified together.
|
1319
1323
|
*/
|
@@ -1421,6 +1425,10 @@ declare namespace SSM {
|
|
1421
1425
|
* Number of days to wait after the scheduled day to run an association.
|
1422
1426
|
*/
|
1423
1427
|
ScheduleOffset?: ScheduleOffset;
|
1428
|
+
/**
|
1429
|
+
* The number of hours that an association can run on specified targets. After the resulting cutoff time passes, associations that are currently running are cancelled, and no pending executions are started on remaining targets.
|
1430
|
+
*/
|
1431
|
+
Duration?: Duration;
|
1424
1432
|
/**
|
1425
1433
|
* A key-value mapping of document parameters to target resources. Both Targets and TargetMaps can't be specified together.
|
1426
1434
|
*/
|
@@ -1671,6 +1679,10 @@ declare namespace SSM {
|
|
1671
1679
|
* Number of days to wait after the scheduled day to run an association.
|
1672
1680
|
*/
|
1673
1681
|
ScheduleOffset?: ScheduleOffset;
|
1682
|
+
/**
|
1683
|
+
* The number of hours that an association can run on specified targets. After the resulting cutoff time passes, associations that are currently running are cancelled, and no pending executions are started on remaining targets.
|
1684
|
+
*/
|
1685
|
+
Duration?: Duration;
|
1674
1686
|
/**
|
1675
1687
|
* A key-value mapping of document parameters to target resources. Both Targets and TargetMaps can't be specified together.
|
1676
1688
|
*/
|
@@ -2600,6 +2612,10 @@ declare namespace SSM {
|
|
2600
2612
|
* Number of days to wait after the scheduled day to run an association.
|
2601
2613
|
*/
|
2602
2614
|
ScheduleOffset?: ScheduleOffset;
|
2615
|
+
/**
|
2616
|
+
* The number of hours the association can run before it is canceled. Duration applies to associations that are currently running, and any pending and in progress commands on all targets. If a target was taken offline for the association to run, it is made available again immediately, without a reboot. The Duration parameter applies only when both these conditions are true: The association for which you specify a duration is cancelable according to the parameters of the SSM command document or Automation runbook associated with this execution. The command specifies the ApplyOnlyAtCronInterval parameter, which means that the association doesn't run immediately after it is created, but only according to the specified schedule.
|
2617
|
+
*/
|
2618
|
+
Duration?: Duration;
|
2603
2619
|
/**
|
2604
2620
|
* A key-value mapping of document parameters to target resources. Both Targets and TargetMaps can't be specified together.
|
2605
2621
|
*/
|
@@ -2685,6 +2701,10 @@ declare namespace SSM {
|
|
2685
2701
|
* Number of days to wait after the scheduled day to run an association. For example, if you specified a cron schedule of cron(0 0 ? * THU#2 *), you could specify an offset of 3 to run the association each Sunday after the second Thursday of the month. For more information about cron schedules for associations, see Reference: Cron and rate expressions for Systems Manager in the Amazon Web Services Systems Manager User Guide. To use offsets, you must specify the ApplyOnlyAtCronInterval parameter. This option tells the system not to run an association immediately after you create it.
|
2686
2702
|
*/
|
2687
2703
|
ScheduleOffset?: ScheduleOffset;
|
2704
|
+
/**
|
2705
|
+
* The number of hours the association can run before it is canceled. Duration applies to associations that are currently running, and any pending and in progress commands on all targets. If a target was taken offline for the association to run, it is made available again immediately, without a reboot. The Duration parameter applies only when both these conditions are true: The association for which you specify a duration is cancelable according to the parameters of the SSM command document or Automation runbook associated with this execution. The command specifies the ApplyOnlyAtCronInterval parameter, which means that the association doesn't run immediately after it is created, but only according to the specified schedule.
|
2706
|
+
*/
|
2707
|
+
Duration?: Duration;
|
2688
2708
|
/**
|
2689
2709
|
* A key-value mapping of document parameters to target resources. Both Targets and TargetMaps can't be specified together.
|
2690
2710
|
*/
|
@@ -3468,7 +3488,7 @@ declare namespace SSM {
|
|
3468
3488
|
*/
|
3469
3489
|
DocumentVersion?: DocumentVersion;
|
3470
3490
|
/**
|
3471
|
-
* An optional field specifying the version of the artifact associated with the document. For example,
|
3491
|
+
* An optional field specifying the version of the artifact associated with the document. For example, 12.6. This value is unique across all versions of a document, and can't be changed.
|
3472
3492
|
*/
|
3473
3493
|
VersionName?: DocumentVersionName;
|
3474
3494
|
}
|
@@ -4317,7 +4337,7 @@ declare namespace SSM {
|
|
4317
4337
|
*/
|
4318
4338
|
Owner?: DocumentOwner;
|
4319
4339
|
/**
|
4320
|
-
* An optional field specifying the version of the artifact associated with the document. For example,
|
4340
|
+
* An optional field specifying the version of the artifact associated with the document. For example, 12.6. This value is unique across all versions of a document, and can't be changed.
|
4321
4341
|
*/
|
4322
4342
|
VersionName?: DocumentVersionName;
|
4323
4343
|
/**
|
@@ -4424,7 +4444,7 @@ declare namespace SSM {
|
|
4424
4444
|
*/
|
4425
4445
|
RequireType?: RequireType;
|
4426
4446
|
/**
|
4427
|
-
* An optional field specifying the version of the artifact associated with the document. For example,
|
4447
|
+
* An optional field specifying the version of the artifact associated with the document. For example, 12.6. This value is unique across all versions of a document, and can't be changed.
|
4428
4448
|
*/
|
4429
4449
|
VersionName?: DocumentVersionName;
|
4430
4450
|
}
|
@@ -4496,7 +4516,7 @@ declare namespace SSM {
|
|
4496
4516
|
*/
|
4497
4517
|
DocumentVersion?: DocumentVersion;
|
4498
4518
|
/**
|
4499
|
-
* The version of the artifact associated with the document. For example,
|
4519
|
+
* The version of the artifact associated with the document. For example, 12.6. This value is unique across all versions of a document, and can't be changed.
|
4500
4520
|
*/
|
4501
4521
|
VersionName?: DocumentVersionName;
|
4502
4522
|
/**
|
@@ -4528,6 +4548,7 @@ declare namespace SSM {
|
|
4528
4548
|
export type DocumentVersionName = string;
|
4529
4549
|
export type DocumentVersionNumber = string;
|
4530
4550
|
export type DryRun = boolean;
|
4551
|
+
export type Duration = number;
|
4531
4552
|
export type EffectiveInstanceAssociationMaxResults = number;
|
4532
4553
|
export interface EffectivePatch {
|
4533
4554
|
/**
|
@@ -4707,7 +4728,7 @@ declare namespace SSM {
|
|
4707
4728
|
*/
|
4708
4729
|
Target?: SessionTarget;
|
4709
4730
|
/**
|
4710
|
-
* The status of the connection to the managed node.
|
4731
|
+
* The status of the connection to the managed node.
|
4711
4732
|
*/
|
4712
4733
|
Status?: ConnectionStatus;
|
4713
4734
|
}
|
@@ -4765,7 +4786,7 @@ declare namespace SSM {
|
|
4765
4786
|
*/
|
4766
4787
|
Name: DocumentARN;
|
4767
4788
|
/**
|
4768
|
-
* An optional field specifying the version of the artifact associated with the document. For example,
|
4789
|
+
* An optional field specifying the version of the artifact associated with the document. For example, 12.6. This value is unique across all versions of a document and can't be changed.
|
4769
4790
|
*/
|
4770
4791
|
VersionName?: DocumentVersionName;
|
4771
4792
|
/**
|
@@ -4791,7 +4812,7 @@ declare namespace SSM {
|
|
4791
4812
|
*/
|
4792
4813
|
DisplayName?: DocumentDisplayName;
|
4793
4814
|
/**
|
4794
|
-
* The version of the artifact associated with the document. For example,
|
4815
|
+
* The version of the artifact associated with the document. For example, 12.6. This value is unique across all versions of a document, and can't be changed.
|
4795
4816
|
*/
|
4796
4817
|
VersionName?: DocumentVersionName;
|
4797
4818
|
/**
|
@@ -7603,7 +7624,7 @@ declare namespace SSM {
|
|
7603
7624
|
*/
|
7604
7625
|
Type?: ParameterType;
|
7605
7626
|
/**
|
7606
|
-
* The
|
7627
|
+
* The alias of the Key Management Service (KMS) key used to encrypt the parameter. Applies to SecureString parameters only
|
7607
7628
|
*/
|
7608
7629
|
KeyId?: ParameterKeyId;
|
7609
7630
|
/**
|
@@ -7676,7 +7697,7 @@ declare namespace SSM {
|
|
7676
7697
|
*/
|
7677
7698
|
Type?: ParameterType;
|
7678
7699
|
/**
|
7679
|
-
* The
|
7700
|
+
* The alias of the Key Management Service (KMS) key used to encrypt the parameter. Applies to SecureString parameters only.
|
7680
7701
|
*/
|
7681
7702
|
KeyId?: ParameterKeyId;
|
7682
7703
|
/**
|
@@ -7931,7 +7952,7 @@ declare namespace SSM {
|
|
7931
7952
|
*/
|
7932
7953
|
InstalledTime: DateTime;
|
7933
7954
|
/**
|
7934
|
-
* The IDs of one or more Common Vulnerabilities and Exposure (CVE) issues that are resolved by the patch.
|
7955
|
+
* The IDs of one or more Common Vulnerabilities and Exposure (CVE) issues that are resolved by the patch. Currently, CVE ID values are reported only for patches with a status of Missing or Failed.
|
7935
7956
|
*/
|
7936
7957
|
CVEIds?: PatchCVEIds;
|
7937
7958
|
}
|
@@ -9477,6 +9498,10 @@ declare namespace SSM {
|
|
9477
9498
|
* Number of days to wait after the scheduled day to run an association. For example, if you specified a cron schedule of cron(0 0 ? * THU#2 *), you could specify an offset of 3 to run the association each Sunday after the second Thursday of the month. For more information about cron schedules for associations, see Reference: Cron and rate expressions for Systems Manager in the Amazon Web Services Systems Manager User Guide. To use offsets, you must specify the ApplyOnlyAtCronInterval parameter. This option tells the system not to run an association immediately after you create it.
|
9478
9499
|
*/
|
9479
9500
|
ScheduleOffset?: ScheduleOffset;
|
9501
|
+
/**
|
9502
|
+
* The number of hours the association can run before it is canceled. Duration applies to associations that are currently running, and any pending and in progress commands on all targets. If a target was taken offline for the association to run, it is made available again immediately, without a reboot. The Duration parameter applies only when both these conditions are true: The association for which you specify a duration is cancelable according to the parameters of the SSM command document or Automation runbook associated with this execution. The command specifies the ApplyOnlyAtCronInterval parameter, which means that the association doesn't run immediately after it is updated, but only according to the specified schedule.
|
9503
|
+
*/
|
9504
|
+
Duration?: Duration;
|
9480
9505
|
/**
|
9481
9506
|
* A key-value mapping of document parameters to target resources. Both Targets and TargetMaps can't be specified together.
|
9482
9507
|
*/
|
@@ -9559,7 +9584,7 @@ declare namespace SSM {
|
|
9559
9584
|
*/
|
9560
9585
|
DisplayName?: DocumentDisplayName;
|
9561
9586
|
/**
|
9562
|
-
* An optional field specifying the version of the artifact you are updating with the document. For example,
|
9587
|
+
* An optional field specifying the version of the artifact you are updating with the document. For example, 12.6. This value is unique across all versions of a document, and can't be changed.
|
9563
9588
|
*/
|
9564
9589
|
VersionName?: DocumentVersionName;
|
9565
9590
|
/**
|
@@ -67,6 +67,14 @@ declare class WAFV2 extends Service {
|
|
67
67
|
* Creates a WebACL per the specifications provided. A web ACL defines a collection of rules to use to inspect and control web requests. Each rule has a statement that defines what to look for in web requests and an action that WAF applies to requests that match the statement. In the web ACL, you assign a default action to take (allow, block) for any request that does not match any of the rules. The rules in a web ACL can be a combination of the types Rule, RuleGroup, and managed rule group. You can associate a web ACL with one or more Amazon Web Services resources to protect. The resources can be an Amazon CloudFront distribution, an Amazon API Gateway REST API, an Application Load Balancer, an AppSync GraphQL API, an Amazon Cognito user pool, an App Runner service, or an Amazon Web Services Verified Access instance.
|
68
68
|
*/
|
69
69
|
createWebACL(callback?: (err: AWSError, data: WAFV2.Types.CreateWebACLResponse) => void): Request<WAFV2.Types.CreateWebACLResponse, AWSError>;
|
70
|
+
/**
|
71
|
+
* Deletes the specified API key. After you delete a key, it can take up to 24 hours for WAF to disallow use of the key in all regions.
|
72
|
+
*/
|
73
|
+
deleteAPIKey(params: WAFV2.Types.DeleteAPIKeyRequest, callback?: (err: AWSError, data: WAFV2.Types.DeleteAPIKeyResponse) => void): Request<WAFV2.Types.DeleteAPIKeyResponse, AWSError>;
|
74
|
+
/**
|
75
|
+
* Deletes the specified API key. After you delete a key, it can take up to 24 hours for WAF to disallow use of the key in all regions.
|
76
|
+
*/
|
77
|
+
deleteAPIKey(callback?: (err: AWSError, data: WAFV2.Types.DeleteAPIKeyResponse) => void): Request<WAFV2.Types.DeleteAPIKeyResponse, AWSError>;
|
70
78
|
/**
|
71
79
|
* Deletes all rule groups that are managed by Firewall Manager for the specified web ACL. You can only use this if ManagedByFirewallManager is false in the specified WebACL.
|
72
80
|
*/
|
@@ -717,7 +725,7 @@ declare namespace WAFV2 {
|
|
717
725
|
*/
|
718
726
|
Scope: Scope;
|
719
727
|
/**
|
720
|
-
* The client application domains that you want to use this API key for. Example JSON: "TokenDomains": ["abc.com", "store.abc.com"] Public suffixes aren't allowed. For example, you can't use
|
728
|
+
* The client application domains that you want to use this API key for. Example JSON: "TokenDomains": ["abc.com", "store.abc.com"] Public suffixes aren't allowed. For example, you can't use gov.au or co.uk as token domains.
|
721
729
|
*/
|
722
730
|
TokenDomains: APIKeyTokenDomains;
|
723
731
|
}
|
@@ -869,7 +877,7 @@ declare namespace WAFV2 {
|
|
869
877
|
*/
|
870
878
|
ChallengeConfig?: ChallengeConfig;
|
871
879
|
/**
|
872
|
-
* Specifies the domains that WAF should accept in a web request token. This enables the use of tokens across multiple protected websites. When WAF provides a token, it uses the domain of the Amazon Web Services resource that the web ACL is protecting. If you don't specify a list of token domains, WAF accepts tokens only for the domain of the protected resource. With a token domain list, WAF accepts the resource's host domain plus all domains in the token domain list, including their prefixed subdomains. Example JSON: "TokenDomains": { "mywebsite.com", "myotherwebsite.com" } Public suffixes aren't allowed. For example, you can't use
|
880
|
+
* Specifies the domains that WAF should accept in a web request token. This enables the use of tokens across multiple protected websites. When WAF provides a token, it uses the domain of the Amazon Web Services resource that the web ACL is protecting. If you don't specify a list of token domains, WAF accepts tokens only for the domain of the protected resource. With a token domain list, WAF accepts the resource's host domain plus all domains in the token domain list, including their prefixed subdomains. Example JSON: "TokenDomains": { "mywebsite.com", "myotherwebsite.com" } Public suffixes aren't allowed. For example, you can't use gov.au or co.uk as token domains.
|
873
881
|
*/
|
874
882
|
TokenDomains?: TokenDomains;
|
875
883
|
/**
|
@@ -938,6 +946,18 @@ declare namespace WAFV2 {
|
|
938
946
|
*/
|
939
947
|
Allow?: AllowAction;
|
940
948
|
}
|
949
|
+
export interface DeleteAPIKeyRequest {
|
950
|
+
/**
|
951
|
+
* Specifies whether this is for an Amazon CloudFront distribution or for a regional application. A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL API, an Amazon Cognito user pool, an App Runner service, or an Amazon Web Services Verified Access instance. To work with CloudFront, you must also specify the Region US East (N. Virginia) as follows: CLI - Specify the Region when you use the CloudFront scope: --scope=CLOUDFRONT --region=us-east-1. API and SDKs - For all calls, use the Region endpoint us-east-1.
|
952
|
+
*/
|
953
|
+
Scope: Scope;
|
954
|
+
/**
|
955
|
+
* The encrypted API key that you want to delete.
|
956
|
+
*/
|
957
|
+
APIKey: APIKey;
|
958
|
+
}
|
959
|
+
export interface DeleteAPIKeyResponse {
|
960
|
+
}
|
941
961
|
export interface DeleteFirewallManagerRuleGroupsRequest {
|
942
962
|
/**
|
943
963
|
* The Amazon Resource Name (ARN) of the web ACL.
|
@@ -3421,7 +3441,7 @@ declare namespace WAFV2 {
|
|
3421
3441
|
*/
|
3422
3442
|
ChallengeConfig?: ChallengeConfig;
|
3423
3443
|
/**
|
3424
|
-
* Specifies the domains that WAF should accept in a web request token. This enables the use of tokens across multiple protected websites. When WAF provides a token, it uses the domain of the Amazon Web Services resource that the web ACL is protecting. If you don't specify a list of token domains, WAF accepts tokens only for the domain of the protected resource. With a token domain list, WAF accepts the resource's host domain plus all domains in the token domain list, including their prefixed subdomains. Example JSON: "TokenDomains": { "mywebsite.com", "myotherwebsite.com" } Public suffixes aren't allowed. For example, you can't use
|
3444
|
+
* Specifies the domains that WAF should accept in a web request token. This enables the use of tokens across multiple protected websites. When WAF provides a token, it uses the domain of the Amazon Web Services resource that the web ACL is protecting. If you don't specify a list of token domains, WAF accepts tokens only for the domain of the protected resource. With a token domain list, WAF accepts the resource's host domain plus all domains in the token domain list, including their prefixed subdomains. Example JSON: "TokenDomains": { "mywebsite.com", "myotherwebsite.com" } Public suffixes aren't allowed. For example, you can't use gov.au or co.uk as token domains.
|
3425
3445
|
*/
|
3426
3446
|
TokenDomains?: TokenDomains;
|
3427
3447
|
/**
|
@@ -2771,7 +2771,7 @@ declare namespace WorkSpaces {
|
|
2771
2771
|
*/
|
2772
2772
|
IpAddress?: IpAddress;
|
2773
2773
|
/**
|
2774
|
-
* The operational state of the WorkSpace. After a WorkSpace is terminated, the TERMINATED state is returned only briefly before the WorkSpace directory metadata is cleaned up, so this state is rarely returned. To confirm that a WorkSpace is terminated, check for the WorkSpace ID by using DescribeWorkSpaces. If the WorkSpace ID isn't returned, then the WorkSpace has been successfully terminated.
|
2774
|
+
* The operational state of the WorkSpace. PENDING – The WorkSpace is in a waiting state (for example, the WorkSpace is being created). AVAILABLE – The WorkSpace is running and has passed the health checks. IMPAIRED – Refer to UNHEALTHY state. UNHEALTHY – The WorkSpace is not responding to health checks. REBOOTING – The WorkSpace is being rebooted (restarted). STARTING – The WorkSpace is starting up and health checks are being run. REBUILDING – The WorkSpace is being rebuilt. RESTORING – The WorkSpace is being restored. MAINTENANCE – The WorkSpace is undergoing scheduled maintenance by Amazon Web Services. ADMIN_MAINTENANCE – The WorkSpace is undergoing maintenance by the WorkSpaces administrator. TERMINATING – The WorkSpace is being deleted. TERMINATED – The WorkSpace has been deleted. SUSPENDED – The WorkSpace has been suspended for image creation. UPDATING – The WorkSpace is undergoing an update. STOPPING – The WorkSpace is being stopped. STOPPED – The WorkSpace has been stopped. ERROR – The WorkSpace is an error state (for example, an error occurred during startup). After a WorkSpace is terminated, the TERMINATED state is returned only briefly before the WorkSpace directory metadata is cleaned up, so this state is rarely returned. To confirm that a WorkSpace is terminated, check for the WorkSpace ID by using DescribeWorkSpaces. If the WorkSpace ID isn't returned, then the WorkSpace has been successfully terminated.
|
2775
2775
|
*/
|
2776
2776
|
State?: WorkspaceState;
|
2777
2777
|
/**
|