cdk-comprehend-s3olap 2.0.83 → 2.0.86

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 (50) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-comprehend-s3olap.js +2 -2
  3. package/lib/comprehend-lambdas.js +2 -2
  4. package/lib/iam-roles.js +4 -4
  5. package/node_modules/aws-sdk/CHANGELOG.md +15 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/controltower-2018-05-10.examples.json +5 -0
  8. package/node_modules/aws-sdk/apis/controltower-2018-05-10.min.json +148 -0
  9. package/node_modules/aws-sdk/apis/controltower-2018-05-10.paginators.json +10 -0
  10. package/node_modules/aws-sdk/apis/greengrassv2-2020-11-30.min.json +26 -19
  11. package/node_modules/aws-sdk/apis/identitystore-2020-06-15.min.json +732 -15
  12. package/node_modules/aws-sdk/apis/identitystore-2020-06-15.paginators.json +16 -2
  13. package/node_modules/aws-sdk/apis/iotthingsgraph-2018-09-06.min.json +105 -35
  14. package/node_modules/aws-sdk/apis/ivs-2020-07-14.min.json +25 -19
  15. package/node_modules/aws-sdk/apis/lookoutequipment-2020-12-15.min.json +282 -31
  16. package/node_modules/aws-sdk/apis/lookoutequipment-2020-12-15.paginators.json +10 -0
  17. package/node_modules/aws-sdk/apis/macie2-2020-01-01.min.json +390 -119
  18. package/node_modules/aws-sdk/apis/metadata.json +3 -0
  19. package/node_modules/aws-sdk/apis/rds-data-2018-08-01.min.json +132 -132
  20. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +483 -459
  21. package/node_modules/aws-sdk/clients/all.d.ts +1 -0
  22. package/node_modules/aws-sdk/clients/all.js +2 -1
  23. package/node_modules/aws-sdk/clients/cloudfront.d.ts +7 -7
  24. package/node_modules/aws-sdk/clients/codegurureviewer.d.ts +134 -134
  25. package/node_modules/aws-sdk/clients/controltower.d.ts +169 -0
  26. package/node_modules/aws-sdk/clients/controltower.js +18 -0
  27. package/node_modules/aws-sdk/clients/greengrassv2.d.ts +22 -13
  28. package/node_modules/aws-sdk/clients/identitystore.d.ts +806 -22
  29. package/node_modules/aws-sdk/clients/iotthingsgraph.d.ts +2 -2
  30. package/node_modules/aws-sdk/clients/ivs.d.ts +9 -0
  31. package/node_modules/aws-sdk/clients/lookoutequipment.d.ts +399 -10
  32. package/node_modules/aws-sdk/clients/macie2.d.ts +289 -41
  33. package/node_modules/aws-sdk/clients/rdsdataservice.d.ts +130 -130
  34. package/node_modules/aws-sdk/clients/route53.d.ts +1 -1
  35. package/node_modules/aws-sdk/clients/sagemaker.d.ts +63 -17
  36. package/node_modules/aws-sdk/clients/sso.d.ts +19 -19
  37. package/node_modules/aws-sdk/clients/ssoadmin.d.ts +115 -115
  38. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  39. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +51 -14
  40. package/node_modules/aws-sdk/dist/aws-sdk.js +6 -3
  41. package/node_modules/aws-sdk/dist/aws-sdk.min.js +33 -33
  42. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
  43. package/node_modules/aws-sdk/lib/core.js +1 -1
  44. package/node_modules/aws-sdk/package.json +1 -1
  45. package/node_modules/es-abstract/2020/SameValueNonNumeric.js +1 -1
  46. package/node_modules/es-abstract/2021/SameValueNonNumeric.js +1 -1
  47. package/node_modules/es-abstract/2022/SameValueNonNumeric.js +1 -1
  48. package/node_modules/es-abstract/CHANGELOG.md +8 -0
  49. package/node_modules/es-abstract/package.json +9 -8
  50. package/package.json +5 -5
@@ -333,11 +333,11 @@ declare class SageMaker extends Service {
333
333
  */
334
334
  createPipeline(callback?: (err: AWSError, data: SageMaker.Types.CreatePipelineResponse) => void): Request<SageMaker.Types.CreatePipelineResponse, AWSError>;
335
335
  /**
336
- * Creates a URL for a specified UserProfile in a Domain. When accessed in a web browser, the user will be automatically signed in to Amazon SageMaker Studio, and granted access to all of the Apps and files associated with the Domain's Amazon Elastic File System (EFS) volume. This operation can only be called when the authentication mode equals IAM. The IAM role or user used to call 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 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.
336
+ * Creates a URL for a specified UserProfile in a Domain. When accessed in a web browser, the user will be automatically signed in to Amazon SageMaker Studio, and granted access to all of the Apps and files associated with the Domain's Amazon Elastic File System (EFS) 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 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.
337
337
  */
338
338
  createPresignedDomainUrl(params: SageMaker.Types.CreatePresignedDomainUrlRequest, callback?: (err: AWSError, data: SageMaker.Types.CreatePresignedDomainUrlResponse) => void): Request<SageMaker.Types.CreatePresignedDomainUrlResponse, AWSError>;
339
339
  /**
340
- * Creates a URL for a specified UserProfile in a Domain. When accessed in a web browser, the user will be automatically signed in to Amazon SageMaker Studio, and granted access to all of the Apps and files associated with the Domain's Amazon Elastic File System (EFS) volume. This operation can only be called when the authentication mode equals IAM. The IAM role or user used to call 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 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.
340
+ * Creates a URL for a specified UserProfile in a Domain. When accessed in a web browser, the user will be automatically signed in to Amazon SageMaker Studio, and granted access to all of the Apps and files associated with the Domain's Amazon Elastic File System (EFS) 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 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.
341
341
  */
342
342
  createPresignedDomainUrl(callback?: (err: AWSError, data: SageMaker.Types.CreatePresignedDomainUrlResponse) => void): Request<SageMaker.Types.CreatePresignedDomainUrlResponse, AWSError>;
343
343
  /**
@@ -405,11 +405,11 @@ declare class SageMaker extends Service {
405
405
  */
406
406
  createTrialComponent(callback?: (err: AWSError, data: SageMaker.Types.CreateTrialComponentResponse) => void): Request<SageMaker.Types.CreateTrialComponentResponse, AWSError>;
407
407
  /**
408
- * 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 Amazon SageMaker Studio. If an administrator invites a person by email or imports them from SSO, 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 (EFS) home directory.
408
+ * 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 Amazon SageMaker Studio. If an administrator invites a person by email or imports them from Amazon Web Services SSO, 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 (EFS) home directory.
409
409
  */
410
410
  createUserProfile(params: SageMaker.Types.CreateUserProfileRequest, callback?: (err: AWSError, data: SageMaker.Types.CreateUserProfileResponse) => void): Request<SageMaker.Types.CreateUserProfileResponse, AWSError>;
411
411
  /**
412
- * 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 Amazon SageMaker Studio. If an administrator invites a person by email or imports them from SSO, 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 (EFS) home directory.
412
+ * 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 Amazon SageMaker Studio. If an administrator invites a person by email or imports them from Amazon Web Services SSO, 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 (EFS) home directory.
413
413
  */
414
414
  createUserProfile(callback?: (err: AWSError, data: SageMaker.Types.CreateUserProfileResponse) => void): Request<SageMaker.Types.CreateUserProfileResponse, AWSError>;
415
415
  /**
@@ -509,11 +509,11 @@ declare class SageMaker extends Service {
509
509
  */
510
510
  deleteDeviceFleet(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
511
511
  /**
512
- * Used to delete a domain. If you onboarded with IAM mode, you will need to delete your domain to onboard again using SSO. Use with caution. All of the members of the domain will lose access to their EFS volume, including data, notebooks, and other artifacts.
512
+ * Used to delete a domain. If you onboarded with IAM mode, you will need to delete your domain to onboard again using Amazon Web Services SSO. Use with caution. All of the members of the domain will lose access to their EFS volume, including data, notebooks, and other artifacts.
513
513
  */
514
514
  deleteDomain(params: SageMaker.Types.DeleteDomainRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
515
515
  /**
516
- * Used to delete a domain. If you onboarded with IAM mode, you will need to delete your domain to onboard again using SSO. Use with caution. All of the members of the domain will lose access to their EFS volume, including data, notebooks, and other artifacts.
516
+ * Used to delete a domain. If you onboarded with IAM mode, you will need to delete your domain to onboard again using Amazon Web Services SSO. Use with caution. All of the members of the domain will lose access to their EFS volume, including data, notebooks, and other artifacts.
517
517
  */
518
518
  deleteDomain(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
519
519
  /**
@@ -2851,7 +2851,7 @@ declare namespace SageMaker {
2851
2851
  */
2852
2852
  MaxCandidates?: MaxCandidates;
2853
2853
  /**
2854
- * The maximum time, in seconds, that each training job is allowed to run as part of a hyperparameter tuning job. For more information, see the used by the action.
2854
+ * The maximum time, in seconds, that each training job executed inside hyperparameter tuning is allowed to run as part of a hyperparameter tuning job. For more information, see the used by the action.
2855
2855
  */
2856
2856
  MaxRuntimePerTrainingJobInSeconds?: MaxRuntimePerTrainingJobInSeconds;
2857
2857
  /**
@@ -5142,11 +5142,11 @@ declare namespace SageMaker {
5142
5142
  */
5143
5143
  UserProfileName: UserProfileName;
5144
5144
  /**
5145
- * A specifier for the type of value specified in SingleSignOnUserValue. Currently, the only supported value is "UserName". If the Domain's AuthMode is SSO, this field is required. If the Domain's AuthMode is not SSO, this field cannot be specified.
5145
+ * A specifier for the type of value specified in SingleSignOnUserValue. Currently, the only supported value is "UserName". If the Domain's AuthMode is Amazon Web Services SSO, this field is required. If the Domain's AuthMode is not Amazon Web Services SSO, this field cannot be specified.
5146
5146
  */
5147
5147
  SingleSignOnUserIdentifier?: SingleSignOnUserIdentifier;
5148
5148
  /**
5149
- * The username of the associated Amazon Web Services Single Sign-On User for this UserProfile. If the Domain's AuthMode is SSO, this field is required, and must match a valid username of a user in your directory. If the Domain's AuthMode is not SSO, this field cannot be specified.
5149
+ * The username of the associated Amazon Web Services Single Sign-On User for this UserProfile. If the Domain's AuthMode is Amazon Web Services SSO, this field is required, and must match a valid username of a user in your directory. If the Domain's AuthMode is not Amazon Web Services SSO, this field cannot be specified.
5150
5150
  */
5151
5151
  SingleSignOnUserValue?: String256;
5152
5152
  /**
@@ -6535,7 +6535,7 @@ declare namespace SageMaker {
6535
6535
  */
6536
6536
  HomeEfsFileSystemId?: ResourceId;
6537
6537
  /**
6538
- * The SSO managed application instance ID.
6538
+ * The Amazon Web Services SSO managed application instance ID.
6539
6539
  */
6540
6540
  SingleSignOnManagedApplicationInstanceId?: String256;
6541
6541
  /**
@@ -8561,11 +8561,11 @@ declare namespace SageMaker {
8561
8561
  */
8562
8562
  FailureReason?: FailureReason;
8563
8563
  /**
8564
- * The SSO user identifier.
8564
+ * The Amazon Web Services SSO user identifier.
8565
8565
  */
8566
8566
  SingleSignOnUserIdentifier?: SingleSignOnUserIdentifier;
8567
8567
  /**
8568
- * The SSO user value.
8568
+ * The Amazon Web Services SSO user value.
8569
8569
  */
8570
8570
  SingleSignOnUserValue?: String256;
8571
8571
  /**
@@ -10106,7 +10106,7 @@ declare namespace SageMaker {
10106
10106
  */
10107
10107
  RetryStrategy?: RetryStrategy;
10108
10108
  /**
10109
- * The configuration for the hyperparameter tuning resources, including the compute instances and storage volumes, used for training jobs launched by the tuning job. By default, storage volumes hold model artifacts and incremental states. Choose File for TrainingInputMode in the AlgorithmSpecificationparameter to additionally store training data in the storage volume (optional).
10109
+ * The configuration for the hyperparameter tuning resources, including the compute instances and storage volumes, used for training jobs launched by the tuning job. By default, storage volumes hold model artifacts and incremental states. Choose File for TrainingInputMode in the AlgorithmSpecification parameter to additionally store training data in the storage volume (optional).
10110
10110
  */
10111
10111
  HyperParameterTuningResourceConfig?: HyperParameterTuningResourceConfig;
10112
10112
  }
@@ -10290,7 +10290,7 @@ declare namespace SageMaker {
10290
10290
  */
10291
10291
  VolumeSizeInGB?: OptionalVolumeSizeInGB;
10292
10292
  /**
10293
- * A key used by AWS Key Management Service to encrypt data on the storage volume attached to the compute instances used to run the training job. You can use either of the following formats to specify a key. KMS Key ID: "1234abcd-12ab-34cd-56ef-1234567890ab" Amazon Resource Name (ARN) of a AWS KMS key: "arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab" Some instances use local storage, which use a hardware module to encrypt storage volumes. If you choose one of these instance types, you cannot request a VolumeKmsKeyId. For a list of instance types that use local storage, see instance store volumes. For more information about AWS Key Management Service, see AWS KMS encryption for more information.
10293
+ * A key used by Amazon Web Services Key Management Service to encrypt data on the storage volume attached to the compute instances used to run the training job. You can use either of the following formats to specify a key. KMS Key ID: "1234abcd-12ab-34cd-56ef-1234567890ab" Amazon Resource Name (ARN) of a KMS key: "arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab" Some instances use local storage, which use a hardware module to encrypt storage volumes. If you choose one of these instance types, you cannot request a VolumeKmsKeyId. For a list of instance types that use local storage, see instance store volumes. For more information about Amazon Web Services Key Management Service, see KMS encryption for more information.
10294
10294
  */
10295
10295
  VolumeKmsKeyId?: KmsKeyId;
10296
10296
  /**
@@ -10298,7 +10298,7 @@ declare namespace SageMaker {
10298
10298
  */
10299
10299
  AllocationStrategy?: HyperParameterTuningAllocationStrategy;
10300
10300
  /**
10301
- * A list containing the configuration(s) for one or more resources for processing hyperparameter jobs. These resources include compute instances and storage volumes to use in model training jobs launched by hyperparameter tuning jobs. The AllocationStrategy controls the order in which multiple configurations provided in InstanceConfigs are used. If you only want to use a single InstanceConfig inside the HyperParameterTuningResourceConfig API, do not provide a value for InstanceConfigs. Instead, use InstanceType, VolumeSizeInGB and InstanceCount. If you use InstanceConfigs, do not provide values for InstanceType, VolumeSizeInGB or InstanceCount.
10301
+ * A list containing the configuration(s) for one or more resources for processing hyperparameter jobs. These resources include compute instances and storage volumes to use in model training jobs launched by hyperparameter tuning jobs. The AllocationStrategy controls the order in which multiple configurations provided in InstanceConfigs are used. If you only want to use a single instance configuration inside the HyperParameterTuningResourceConfig API, do not provide a value for InstanceConfigs. Instead, use InstanceType, VolumeSizeInGB and InstanceCount. If you use InstanceConfigs, do not provide values for InstanceType, VolumeSizeInGB or InstanceCount.
10302
10302
  */
10303
10303
  InstanceConfigs?: HyperParameterTuningInstanceConfigs;
10304
10304
  }
@@ -15972,6 +15972,36 @@ declare namespace SageMaker {
15972
15972
  */
15973
15973
  S3OutputUri?: S3Uri;
15974
15974
  }
15975
+ export interface RecommendationJobContainerConfig {
15976
+ /**
15977
+ * The machine learning domain of the model and its components. Valid Values: COMPUTER_VISION | NATURAL_LANGUAGE_PROCESSING | MACHINE_LEARNING
15978
+ */
15979
+ Domain?: String;
15980
+ /**
15981
+ * The machine learning task that the model accomplishes. Valid Values: IMAGE_CLASSIFICATION | OBJECT_DETECTION | TEXT_GENERATION | IMAGE_SEGMENTATION | FILL_MASK | CLASSIFICATION | REGRESSION | OTHER
15982
+ */
15983
+ Task?: String;
15984
+ /**
15985
+ * The machine learning framework of the container image. Valid Values: TENSORFLOW | PYTORCH | XGBOOST | SAGEMAKER-SCIKIT-LEARN
15986
+ */
15987
+ Framework?: String;
15988
+ /**
15989
+ * The framework version of the container image.
15990
+ */
15991
+ FrameworkVersion?: String;
15992
+ /**
15993
+ * Specifies the SamplePayloadUrl and all other sample payload-related fields.
15994
+ */
15995
+ PayloadConfig?: RecommendationJobPayloadConfig;
15996
+ /**
15997
+ * The name of a pre-trained machine learning model benchmarked by Amazon SageMaker Inference Recommender that matches your model. Valid Values: efficientnetb7 | unet | xgboost | faster-rcnn-resnet101 | nasnetlarge | vgg16 | inception-v3 | mask-rcnn | sagemaker-scikit-learn | densenet201-gluon | resnet18v2-gluon | xception | densenet201 | yolov4 | resnet152 | bert-base-cased | xceptionV1-keras | resnet50 | retinanet
15998
+ */
15999
+ NearestModelName?: String;
16000
+ /**
16001
+ * A list of the instance types that are used to generate inferences in real-time.
16002
+ */
16003
+ SupportedInstanceTypes?: RecommendationJobSupportedInstanceTypes;
16004
+ }
15975
16005
  export type RecommendationJobDescription = string;
15976
16006
  export interface RecommendationJobInputConfig {
15977
16007
  /**
@@ -15998,6 +16028,10 @@ declare namespace SageMaker {
15998
16028
  * The Amazon Resource Name (ARN) of a Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt data on the storage volume attached to the ML compute instance that hosts the endpoint. This key will be passed to SageMaker Hosting for endpoint creation. The SageMaker execution role must have kms:CreateGrant permission in order to encrypt data on the storage volume of the endpoints created for inference recommendation. The inference recommendation job will fail asynchronously during endpoint configuration creation if the role passed does not have kms:CreateGrant permission. The KmsKeyId can be any of the following formats: // KMS Key ID "1234abcd-12ab-34cd-56ef-1234567890ab" // Amazon Resource Name (ARN) of a KMS Key "arn:aws:kms:&lt;region&gt;:&lt;account&gt;:key/&lt;key-id-12ab-34cd-56ef-1234567890ab&gt;" // KMS Key Alias "alias/ExampleAlias" // Amazon Resource Name (ARN) of a KMS Key Alias "arn:aws:kms:&lt;region&gt;:&lt;account&gt;:alias/&lt;ExampleAlias&gt;" For more information about key identifiers, see Key identifiers (KeyID) in the Amazon Web Services Key Management Service (Amazon Web Services KMS) documentation.
15999
16029
  */
16000
16030
  VolumeKmsKeyId?: KmsKeyId;
16031
+ /**
16032
+ * Specifies mandatory fields for running an Inference Recommender job. The fields specified in ContainerConfig override the corresponding fields in the model package.
16033
+ */
16034
+ ContainerConfig?: RecommendationJobContainerConfig;
16001
16035
  }
16002
16036
  export type RecommendationJobName = string;
16003
16037
  export interface RecommendationJobOutputConfig {
@@ -16010,6 +16044,16 @@ declare namespace SageMaker {
16010
16044
  */
16011
16045
  CompiledOutputConfig?: RecommendationJobCompiledOutputConfig;
16012
16046
  }
16047
+ export interface RecommendationJobPayloadConfig {
16048
+ /**
16049
+ * The Amazon Simple Storage Service (Amazon S3) path where the sample payload is stored. This path must point to a single gzip compressed tar archive (.tar.gz suffix).
16050
+ */
16051
+ SamplePayloadUrl?: String;
16052
+ /**
16053
+ * The supported MIME types for the input data.
16054
+ */
16055
+ SupportedContentTypes?: RecommendationJobSupportedContentTypes;
16056
+ }
16013
16057
  export interface RecommendationJobResourceLimit {
16014
16058
  /**
16015
16059
  * Defines the maximum number of load tests.
@@ -16031,6 +16075,8 @@ declare namespace SageMaker {
16031
16075
  */
16032
16076
  ModelLatencyThresholds?: ModelLatencyThresholds;
16033
16077
  }
16078
+ export type RecommendationJobSupportedContentTypes = String[];
16079
+ export type RecommendationJobSupportedInstanceTypes = String[];
16034
16080
  export type RecommendationJobType = "Default"|"Advanced"|string;
16035
16081
  export interface RecommendationMetrics {
16036
16082
  /**
@@ -16169,7 +16215,7 @@ declare namespace SageMaker {
16169
16215
  */
16170
16216
  InstanceCount?: TrainingInstanceCount;
16171
16217
  /**
16172
- * The size of the ML storage volume that you want to provision. ML storage volumes store model artifacts and incremental states. Training algorithms might also use the ML storage volume for scratch space. If you want to store the training data in the ML storage volume, choose File as the TrainingInputMode in the algorithm specification. You must specify sufficient ML storage for your scenario. SageMaker supports only the General Purpose SSD (gp2) ML storage volume type. Certain Nitro-based instances include local storage with a fixed total size, dependent on the instance type. When using these instances for training, SageMaker mounts the local instance storage instead of Amazon EBS gp2 storage. You can't request a VolumeSizeInGB greater than the total size of the local instance storage. For a list of instance types that support local instance storage, including the total size per instance type, see Instance Store Volumes.
16218
+ * The size of the ML storage volume that you want to provision. ML storage volumes store model artifacts and incremental states. Training algorithms might also use the ML storage volume for scratch space. If you want to store the training data in the ML storage volume, choose File as the TrainingInputMode in the algorithm specification. When using an ML instance with NVMe SSD volumes, SageMaker doesn't provision Amazon EBS General Purpose SSD (gp2) storage. Available storage is fixed to the NVMe-type instance's storage capacity. SageMaker configures storage paths for training datasets, checkpoints, model artifacts, and outputs to use the entire capacity of the instance storage. For example, ML instance families with the NVMe-type instance storage include ml.p4d, ml.g4dn, and ml.g5. When using an ML instance with the EBS-only storage option and without instance storage, you must define the size of EBS volume through VolumeSizeInGB in the ResourceConfig API. For example, ML instance families that use EBS volumes include ml.c5 and ml.p2. To look up instance types and their instance storage types and volumes, see Amazon EC2 Instance Types. To find the default local paths defined by the SageMaker training platform, see Amazon SageMaker Training Storage Folders for Training Datasets, Checkpoints, Model Artifacts, and Outputs.
16173
16219
  */
16174
16220
  VolumeSizeInGB: VolumeSizeInGB;
16175
16221
  /**
@@ -16713,7 +16759,7 @@ declare namespace SageMaker {
16713
16759
  }
16714
16760
  export interface StoppingCondition {
16715
16761
  /**
16716
- * The maximum length of time, in seconds, that a training or compilation job can run. For compilation jobs, if the job does not complete during this time, a TimeOut error is generated. We recommend starting with 900 seconds and increasing as necessary based on your model. For all other jobs, if the job does not complete during this time, SageMaker ends the job. When RetryStrategy is specified in the job request, MaxRuntimeInSeconds specifies the maximum time for all of the attempts in total, not each individual attempt. The default value is 1 day. The maximum value is 28 days.
16762
+ * The maximum length of time, in seconds, that a training or compilation job can run before it is stopped. For compilation jobs, if the job does not complete during this time, a TimeOut error is generated. We recommend starting with 900 seconds and increasing as necessary based on your model. For all other jobs, if the job does not complete during this time, SageMaker ends the job. When RetryStrategy is specified in the job request, MaxRuntimeInSeconds specifies the maximum time for all of the attempts in total, not each individual attempt. The default value is 1 day. The maximum value is 28 days. The maximum time that a TrainingJob can run in total, including any time spent publishing metrics or archiving and uploading models after it has been stopped, is 30 days.
16717
16763
  */
16718
16764
  MaxRuntimeInSeconds?: MaxRuntimeInSeconds;
16719
16765
  /**
@@ -20,27 +20,27 @@ declare class SSO extends Service {
20
20
  */
21
21
  getRoleCredentials(callback?: (err: AWSError, data: SSO.Types.GetRoleCredentialsResponse) => void): Request<SSO.Types.GetRoleCredentialsResponse, AWSError>;
22
22
  /**
23
- * Lists all roles that are assigned to the user for a given Amazon Web Services account.
23
+ * Lists all roles that are assigned to the user for a given AWS account.
24
24
  */
25
25
  listAccountRoles(params: SSO.Types.ListAccountRolesRequest, callback?: (err: AWSError, data: SSO.Types.ListAccountRolesResponse) => void): Request<SSO.Types.ListAccountRolesResponse, AWSError>;
26
26
  /**
27
- * Lists all roles that are assigned to the user for a given Amazon Web Services account.
27
+ * Lists all roles that are assigned to the user for a given AWS account.
28
28
  */
29
29
  listAccountRoles(callback?: (err: AWSError, data: SSO.Types.ListAccountRolesResponse) => void): Request<SSO.Types.ListAccountRolesResponse, AWSError>;
30
30
  /**
31
- * Lists all Amazon Web Services accounts assigned to the user. These Amazon Web Services accounts are assigned by the administrator of the account. For more information, see Assign User Access in the Amazon Web Services SSO User Guide. This operation returns a paginated response.
31
+ * Lists all AWS accounts assigned to the user. These AWS accounts are assigned by the administrator of the account. For more information, see Assign User Access in the IAM Identity Center User Guide. This operation returns a paginated response.
32
32
  */
33
33
  listAccounts(params: SSO.Types.ListAccountsRequest, callback?: (err: AWSError, data: SSO.Types.ListAccountsResponse) => void): Request<SSO.Types.ListAccountsResponse, AWSError>;
34
34
  /**
35
- * Lists all Amazon Web Services accounts assigned to the user. These Amazon Web Services accounts are assigned by the administrator of the account. For more information, see Assign User Access in the Amazon Web Services SSO User Guide. This operation returns a paginated response.
35
+ * Lists all AWS accounts assigned to the user. These AWS accounts are assigned by the administrator of the account. For more information, see Assign User Access in the IAM Identity Center User Guide. This operation returns a paginated response.
36
36
  */
37
37
  listAccounts(callback?: (err: AWSError, data: SSO.Types.ListAccountsResponse) => void): Request<SSO.Types.ListAccountsResponse, AWSError>;
38
38
  /**
39
- * Removes the locally stored SSO tokens from the client-side cache and sends an API call to the Amazon Web Services SSO service to invalidate the corresponding server-side Amazon Web Services SSO sign in session. If a user uses Amazon Web Services SSO to access the AWS CLI, the user’s Amazon Web Services SSO sign in session is used to obtain an IAM session, as specified in the corresponding Amazon Web Services SSO permission set. More specifically, Amazon Web Services SSO assumes an IAM role in the target account on behalf of the user, and the corresponding temporary Amazon Web Services credentials are returned to the client. After user logout, any existing IAM role sessions that were created by using Amazon Web Services SSO permission sets continue based on the duration configured in the permission set. For more information, see User authentications in the Amazon Web Services SSO User Guide.
39
+ * Removes the locally stored SSO tokens from the client-side cache and sends an API call to the IAM Identity Center service to invalidate the corresponding server-side IAM Identity Center sign in session. If a user uses IAM Identity Center to access the AWS CLI, the user’s IAM Identity Center sign in session is used to obtain an IAM session, as specified in the corresponding IAM Identity Center permission set. More specifically, IAM Identity Center assumes an IAM role in the target account on behalf of the user, and the corresponding temporary AWS credentials are returned to the client. After user logout, any existing IAM role sessions that were created by using IAM Identity Center permission sets continue based on the duration configured in the permission set. For more information, see User authentications in the IAM Identity Center User Guide.
40
40
  */
41
41
  logout(params: SSO.Types.LogoutRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
42
42
  /**
43
- * Removes the locally stored SSO tokens from the client-side cache and sends an API call to the Amazon Web Services SSO service to invalidate the corresponding server-side Amazon Web Services SSO sign in session. If a user uses Amazon Web Services SSO to access the AWS CLI, the user’s Amazon Web Services SSO sign in session is used to obtain an IAM session, as specified in the corresponding Amazon Web Services SSO permission set. More specifically, Amazon Web Services SSO assumes an IAM role in the target account on behalf of the user, and the corresponding temporary Amazon Web Services credentials are returned to the client. After user logout, any existing IAM role sessions that were created by using Amazon Web Services SSO permission sets continue based on the duration configured in the permission set. For more information, see User authentications in the Amazon Web Services SSO User Guide.
43
+ * Removes the locally stored SSO tokens from the client-side cache and sends an API call to the IAM Identity Center service to invalidate the corresponding server-side IAM Identity Center sign in session. If a user uses IAM Identity Center to access the AWS CLI, the user’s IAM Identity Center sign in session is used to obtain an IAM session, as specified in the corresponding IAM Identity Center permission set. More specifically, IAM Identity Center assumes an IAM role in the target account on behalf of the user, and the corresponding temporary AWS credentials are returned to the client. After user logout, any existing IAM role sessions that were created by using IAM Identity Center permission sets continue based on the duration configured in the permission set. For more information, see User authentications in the IAM Identity Center User Guide.
44
44
  */
45
45
  logout(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
46
46
  }
@@ -50,15 +50,15 @@ declare namespace SSO {
50
50
  export type AccountIdType = string;
51
51
  export interface AccountInfo {
52
52
  /**
53
- * The identifier of the Amazon Web Services account that is assigned to the user.
53
+ * The identifier of the AWS account that is assigned to the user.
54
54
  */
55
55
  accountId?: AccountIdType;
56
56
  /**
57
- * The display name of the Amazon Web Services account that is assigned to the user.
57
+ * The display name of the AWS account that is assigned to the user.
58
58
  */
59
59
  accountName?: AccountNameType;
60
60
  /**
61
- * The email address of the Amazon Web Services account that is assigned to the user.
61
+ * The email address of the AWS account that is assigned to the user.
62
62
  */
63
63
  emailAddress?: EmailAddressType;
64
64
  }
@@ -72,11 +72,11 @@ declare namespace SSO {
72
72
  */
73
73
  roleName: RoleNameType;
74
74
  /**
75
- * The identifier for the Amazon Web Services account that is assigned to the user.
75
+ * The identifier for the AWS account that is assigned to the user.
76
76
  */
77
77
  accountId: AccountIdType;
78
78
  /**
79
- * The token issued by the CreateToken API call. For more information, see CreateToken in the Amazon Web Services SSO OIDC API Reference Guide.
79
+ * The token issued by the CreateToken API call. For more information, see CreateToken in the IAM Identity Center OIDC API Reference Guide.
80
80
  */
81
81
  accessToken: AccessTokenType;
82
82
  }
@@ -96,11 +96,11 @@ declare namespace SSO {
96
96
  */
97
97
  maxResults?: MaxResultType;
98
98
  /**
99
- * The token issued by the CreateToken API call. For more information, see CreateToken in the Amazon Web Services SSO OIDC API Reference Guide.
99
+ * The token issued by the CreateToken API call. For more information, see CreateToken in the IAM Identity Center OIDC API Reference Guide.
100
100
  */
101
101
  accessToken: AccessTokenType;
102
102
  /**
103
- * The identifier for the Amazon Web Services account that is assigned to the user.
103
+ * The identifier for the AWS account that is assigned to the user.
104
104
  */
105
105
  accountId: AccountIdType;
106
106
  }
@@ -124,7 +124,7 @@ declare namespace SSO {
124
124
  */
125
125
  maxResults?: MaxResultType;
126
126
  /**
127
- * The token issued by the CreateToken API call. For more information, see CreateToken in the Amazon Web Services SSO OIDC API Reference Guide.
127
+ * The token issued by the CreateToken API call. For more information, see CreateToken in the IAM Identity Center OIDC API Reference Guide.
128
128
  */
129
129
  accessToken: AccessTokenType;
130
130
  }
@@ -140,7 +140,7 @@ declare namespace SSO {
140
140
  }
141
141
  export interface LogoutRequest {
142
142
  /**
143
- * The token issued by the CreateToken API call. For more information, see CreateToken in the Amazon Web Services SSO OIDC API Reference Guide.
143
+ * The token issued by the CreateToken API call. For more information, see CreateToken in the IAM Identity Center OIDC API Reference Guide.
144
144
  */
145
145
  accessToken: AccessTokenType;
146
146
  }
@@ -148,15 +148,15 @@ declare namespace SSO {
148
148
  export type NextTokenType = string;
149
149
  export interface RoleCredentials {
150
150
  /**
151
- * The identifier used for the temporary security credentials. For more information, see Using Temporary Security Credentials to Request Access to Amazon Web Services Resources in the Amazon Web Services IAM User Guide.
151
+ * The identifier used for the temporary security credentials. For more information, see Using Temporary Security Credentials to Request Access to AWS Resources in the AWS IAM User Guide.
152
152
  */
153
153
  accessKeyId?: AccessKeyType;
154
154
  /**
155
- * The key that is used to sign the request. For more information, see Using Temporary Security Credentials to Request Access to Amazon Web Services Resources in the Amazon Web Services IAM User Guide.
155
+ * The key that is used to sign the request. For more information, see Using Temporary Security Credentials to Request Access to AWS Resources in the AWS IAM User Guide.
156
156
  */
157
157
  secretAccessKey?: SecretAccessKeyType;
158
158
  /**
159
- * The token used for temporary credentials. For more information, see Using Temporary Security Credentials to Request Access to Amazon Web Services Resources in the Amazon Web Services IAM User Guide.
159
+ * The token used for temporary credentials. For more information, see Using Temporary Security Credentials to Request Access to AWS Resources in the AWS IAM User Guide.
160
160
  */
161
161
  sessionToken?: SessionTokenType;
162
162
  /**
@@ -170,7 +170,7 @@ declare namespace SSO {
170
170
  */
171
171
  roleName?: RoleNameType;
172
172
  /**
173
- * The identifier of the Amazon Web Services account assigned to the user.
173
+ * The identifier of the AWS account assigned to the user.
174
174
  */
175
175
  accountId?: AccountIdType;
176
176
  }