@aws-sdk/client-sagemaker 3.679.0 → 3.682.0

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 (26) hide show
  1. package/README.md +1 -1
  2. package/dist-cjs/index.js +4 -1
  3. package/dist-es/models/models_0.js +3 -0
  4. package/dist-types/commands/CreateAlgorithmCommand.d.ts +3 -3
  5. package/dist-types/commands/CreateCodeRepositoryCommand.d.ts +6 -6
  6. package/dist-types/commands/CreateHyperParameterTuningJobCommand.d.ts +8 -8
  7. package/dist-types/commands/CreateNotebookInstanceCommand.d.ts +24 -23
  8. package/dist-types/commands/CreateNotebookInstanceLifecycleConfigCommand.d.ts +9 -9
  9. package/dist-types/commands/CreatePresignedNotebookInstanceUrlCommand.d.ts +9 -8
  10. package/dist-types/commands/CreateTrainingJobCommand.d.ts +2 -2
  11. package/dist-types/commands/DeleteNotebookInstanceCommand.d.ts +4 -5
  12. package/dist-types/commands/DescribeAlgorithmCommand.d.ts +3 -3
  13. package/dist-types/commands/DescribeHyperParameterTuningJobCommand.d.ts +8 -8
  14. package/dist-types/commands/DescribeNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
  15. package/dist-types/commands/DescribeTrainingJobCommand.d.ts +2 -2
  16. package/dist-types/commands/ListNotebookInstancesCommand.d.ts +2 -2
  17. package/dist-types/commands/SearchCommand.d.ts +8 -8
  18. package/dist-types/commands/StartNotebookInstanceCommand.d.ts +3 -3
  19. package/dist-types/commands/StopNotebookInstanceCommand.d.ts +3 -4
  20. package/dist-types/models/models_0.d.ts +10 -9
  21. package/dist-types/models/models_1.d.ts +89 -98
  22. package/dist-types/models/models_2.d.ts +20 -16
  23. package/dist-types/models/models_3.d.ts +25 -24
  24. package/dist-types/models/models_4.d.ts +52 -51
  25. package/dist-types/ts3.4/models/models_0.d.ts +3 -0
  26. package/package.json +6 -6
@@ -1433,14 +1433,14 @@ export interface DescribeNotebookInstanceOutput {
1433
1433
  */
1434
1434
  RoleArn?: string;
1435
1435
  /**
1436
- * <p>The Amazon Web Services KMS key ID SageMaker uses to encrypt data when storing it on the
1437
- * ML storage volume attached to the instance. </p>
1436
+ * <p>The Amazon Web Services KMS key ID SageMaker uses to encrypt data when
1437
+ * storing it on the ML storage volume attached to the instance. </p>
1438
1438
  * @public
1439
1439
  */
1440
1440
  KmsKeyId?: string;
1441
1441
  /**
1442
- * <p>The network interface IDs that SageMaker created at the time of creating the instance.
1443
- * </p>
1442
+ * <p>The network interface IDs that SageMaker created at the time of creating
1443
+ * the instance. </p>
1444
1444
  * @public
1445
1445
  */
1446
1446
  NetworkInterfaceId?: string;
@@ -1465,9 +1465,10 @@ export interface DescribeNotebookInstanceOutput {
1465
1465
  */
1466
1466
  NotebookInstanceLifecycleConfigName?: string;
1467
1467
  /**
1468
- * <p>Describes whether SageMaker provides internet access to the notebook instance. If this
1469
- * value is set to <i>Disabled</i>, the notebook instance does not have
1470
- * internet access, and cannot connect to SageMaker training and endpoint services.</p>
1468
+ * <p>Describes whether SageMaker provides internet access to the notebook instance.
1469
+ * If this value is set to <i>Disabled</i>, the notebook instance does not
1470
+ * have internet access, and cannot connect to SageMaker training and endpoint
1471
+ * services.</p>
1471
1472
  * <p>For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/appendix-additional-considerations.html#appendix-notebook-and-internet-access">Notebook Instances Are Internet-Enabled by Default</a>.</p>
1472
1473
  * @public
1473
1474
  */
@@ -1478,10 +1479,10 @@ export interface DescribeNotebookInstanceOutput {
1478
1479
  */
1479
1480
  VolumeSizeInGB?: number;
1480
1481
  /**
1481
- * <p>A list of the Elastic Inference (EI) instance types associated with this notebook
1482
- * instance. Currently only one EI instance type can be associated with a notebook
1483
- * instance. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/ei.html">Using Elastic Inference in
1484
- * Amazon SageMaker</a>.</p>
1482
+ * <p>This parameter is no longer supported. Elastic Inference (EI) is no longer
1483
+ * available.</p>
1484
+ * <p>This parameter was used to specify a list of the EI instance types associated with
1485
+ * this notebook instance.</p>
1485
1486
  * @public
1486
1487
  */
1487
1488
  AcceleratorTypes?: NotebookInstanceAcceleratorType[];
@@ -1558,7 +1559,7 @@ export interface DescribeNotebookInstanceLifecycleConfigOutput {
1558
1559
  OnCreate?: NotebookInstanceLifecycleHook[];
1559
1560
  /**
1560
1561
  * <p>The shell script that runs every time you start a notebook instance, including when
1561
- * you create the notebook instance.</p>
1562
+ * you create the notebook instance.</p>
1562
1563
  * @public
1563
1564
  */
1564
1565
  OnStart?: NotebookInstanceLifecycleHook[];
@@ -7911,25 +7912,25 @@ export interface ListClustersResponse {
7911
7912
  export interface ListCodeRepositoriesInput {
7912
7913
  /**
7913
7914
  * <p>A filter that returns only Git repositories that were created after the specified
7914
- * time.</p>
7915
+ * time.</p>
7915
7916
  * @public
7916
7917
  */
7917
7918
  CreationTimeAfter?: Date;
7918
7919
  /**
7919
7920
  * <p>A filter that returns only Git repositories that were created before the specified
7920
- * time.</p>
7921
+ * time.</p>
7921
7922
  * @public
7922
7923
  */
7923
7924
  CreationTimeBefore?: Date;
7924
7925
  /**
7925
7926
  * <p>A filter that returns only Git repositories that were last modified after the
7926
- * specified time.</p>
7927
+ * specified time.</p>
7927
7928
  * @public
7928
7929
  */
7929
7930
  LastModifiedTimeAfter?: Date;
7930
7931
  /**
7931
7932
  * <p>A filter that returns only Git repositories that were last modified before the
7932
- * specified time.</p>
7933
+ * specified time.</p>
7933
7934
  * @public
7934
7935
  */
7935
7936
  LastModifiedTimeBefore?: Date;
@@ -7940,14 +7941,14 @@ export interface ListCodeRepositoriesInput {
7940
7941
  MaxResults?: number;
7941
7942
  /**
7942
7943
  * <p>A string in the Git repositories name. This filter returns only repositories whose
7943
- * name contains the specified string.</p>
7944
+ * name contains the specified string.</p>
7944
7945
  * @public
7945
7946
  */
7946
7947
  NameContains?: string;
7947
7948
  /**
7948
7949
  * <p>If the result of a <code>ListCodeRepositoriesOutput</code> request was truncated, the
7949
- * response includes a <code>NextToken</code>. To get the next set of Git repositories, use
7950
- * the token in the next request.</p>
7950
+ * response includes a <code>NextToken</code>. To get the next set of Git repositories, use
7951
+ * the token in the next request.</p>
7951
7952
  * @public
7952
7953
  */
7953
7954
  NextToken?: string;
@@ -7968,7 +7969,7 @@ export interface ListCodeRepositoriesInput {
7968
7969
  export interface ListCodeRepositoriesOutput {
7969
7970
  /**
7970
7971
  * <p>Gets a list of summaries of the Git repositories. Each summary specifies the following
7971
- * values for the repository: </p>
7972
+ * values for the repository: </p>
7972
7973
  * <ul>
7973
7974
  * <li>
7974
7975
  * <p>Name</p>
@@ -7984,8 +7985,8 @@ export interface ListCodeRepositoriesOutput {
7984
7985
  * </li>
7985
7986
  * <li>
7986
7987
  * <p>Configuration information, including the URL location of the repository and
7987
- * the ARN of the Amazon Web Services Secrets Manager secret that contains the
7988
- * credentials used to access the repository.</p>
7988
+ * the ARN of the Amazon Web Services Secrets Manager secret that contains the
7989
+ * credentials used to access the repository.</p>
7989
7990
  * </li>
7990
7991
  * </ul>
7991
7992
  * @public
@@ -7993,8 +7994,8 @@ export interface ListCodeRepositoriesOutput {
7993
7994
  CodeRepositorySummaryList: CodeRepositorySummary[] | undefined;
7994
7995
  /**
7995
7996
  * <p>If the result of a <code>ListCodeRepositoriesOutput</code> request was truncated, the
7996
- * response includes a <code>NextToken</code>. To get the next set of Git repositories, use
7997
- * the token in the next request.</p>
7997
+ * response includes a <code>NextToken</code>. To get the next set of Git repositories, use
7998
+ * the token in the next request.</p>
7998
7999
  * @public
7999
8000
  */
8000
8001
  NextToken?: string;
@@ -1584,8 +1584,8 @@ export type NotebookInstanceLifecycleConfigSortOrder = (typeof NotebookInstanceL
1584
1584
  export interface ListNotebookInstanceLifecycleConfigsInput {
1585
1585
  /**
1586
1586
  * <p>If the result of a <code>ListNotebookInstanceLifecycleConfigs</code> request was
1587
- * truncated, the response includes a <code>NextToken</code>. To get the next set of
1588
- * lifecycle configurations, use the token in the next request.</p>
1587
+ * truncated, the response includes a <code>NextToken</code>. To get the next set of
1588
+ * lifecycle configurations, use the token in the next request.</p>
1589
1589
  * @public
1590
1590
  */
1591
1591
  NextToken?: string;
@@ -1606,31 +1606,31 @@ export interface ListNotebookInstanceLifecycleConfigsInput {
1606
1606
  SortOrder?: NotebookInstanceLifecycleConfigSortOrder;
1607
1607
  /**
1608
1608
  * <p>A string in the lifecycle configuration name. This filter returns only lifecycle
1609
- * configurations whose name contains the specified string.</p>
1609
+ * configurations whose name contains the specified string.</p>
1610
1610
  * @public
1611
1611
  */
1612
1612
  NameContains?: string;
1613
1613
  /**
1614
1614
  * <p>A filter that returns only lifecycle configurations that were created before the
1615
- * specified time (timestamp).</p>
1615
+ * specified time (timestamp).</p>
1616
1616
  * @public
1617
1617
  */
1618
1618
  CreationTimeBefore?: Date;
1619
1619
  /**
1620
1620
  * <p>A filter that returns only lifecycle configurations that were created after the
1621
- * specified time (timestamp).</p>
1621
+ * specified time (timestamp).</p>
1622
1622
  * @public
1623
1623
  */
1624
1624
  CreationTimeAfter?: Date;
1625
1625
  /**
1626
1626
  * <p>A filter that returns only lifecycle configurations that were modified before the
1627
- * specified time (timestamp).</p>
1627
+ * specified time (timestamp).</p>
1628
1628
  * @public
1629
1629
  */
1630
1630
  LastModifiedTimeBefore?: Date;
1631
1631
  /**
1632
1632
  * <p>A filter that returns only lifecycle configurations that were modified after the
1633
- * specified time (timestamp).</p>
1633
+ * specified time (timestamp).</p>
1634
1634
  * @public
1635
1635
  */
1636
1636
  LastModifiedTimeAfter?: Date;
@@ -1666,14 +1666,14 @@ export interface NotebookInstanceLifecycleConfigSummary {
1666
1666
  */
1667
1667
  export interface ListNotebookInstanceLifecycleConfigsOutput {
1668
1668
  /**
1669
- * <p>If the response is truncated, SageMaker returns this token. To get the next set of
1670
- * lifecycle configurations, use it in the next request. </p>
1669
+ * <p>If the response is truncated, SageMaker returns this token. To get the next
1670
+ * set of lifecycle configurations, use it in the next request. </p>
1671
1671
  * @public
1672
1672
  */
1673
1673
  NextToken?: string;
1674
1674
  /**
1675
1675
  * <p>An array of <code>NotebookInstanceLifecycleConfiguration</code> objects, each listing
1676
- * a lifecycle configuration.</p>
1676
+ * a lifecycle configuration.</p>
1677
1677
  * @public
1678
1678
  */
1679
1679
  NotebookInstanceLifecycleConfigs?: NotebookInstanceLifecycleConfigSummary[];
@@ -1813,7 +1813,7 @@ export interface NotebookInstanceSummary {
1813
1813
  NotebookInstanceStatus?: NotebookInstanceStatus;
1814
1814
  /**
1815
1815
  * <p>The URL that you use to connect to the Jupyter notebook running in your notebook
1816
- * instance. </p>
1816
+ * instance. </p>
1817
1817
  * @public
1818
1818
  */
1819
1819
  Url?: string;
@@ -1834,29 +1834,29 @@ export interface NotebookInstanceSummary {
1834
1834
  LastModifiedTime?: Date;
1835
1835
  /**
1836
1836
  * <p>The name of a notebook instance lifecycle configuration associated with this notebook
1837
- * instance.</p>
1837
+ * instance.</p>
1838
1838
  * <p>For information about notebook instance lifestyle configurations, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/notebook-lifecycle-config.html">Step
1839
- * 2.1: (Optional) Customize a Notebook Instance</a>.</p>
1839
+ * 2.1: (Optional) Customize a Notebook Instance</a>.</p>
1840
1840
  * @public
1841
1841
  */
1842
1842
  NotebookInstanceLifecycleConfigName?: string;
1843
1843
  /**
1844
1844
  * <p>The Git repository associated with the notebook instance as its default code
1845
- * repository. This can be either the name of a Git repository stored as a resource in your
1846
- * account, or the URL of a Git repository in <a href="https://docs.aws.amazon.com/codecommit/latest/userguide/welcome.html">Amazon Web Services CodeCommit</a>
1847
- * or in any other Git repository. When you open a notebook instance, it opens in the
1848
- * directory that contains this repository. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/nbi-git-repo.html">Associating Git
1849
- * Repositories with SageMaker Notebook Instances</a>.</p>
1845
+ * repository. This can be either the name of a Git repository stored as a resource in your
1846
+ * account, or the URL of a Git repository in <a href="https://docs.aws.amazon.com/codecommit/latest/userguide/welcome.html">Amazon Web Services CodeCommit</a>
1847
+ * or in any other Git repository. When you open a notebook instance, it opens in the
1848
+ * directory that contains this repository. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/nbi-git-repo.html">Associating Git
1849
+ * Repositories with SageMaker Notebook Instances</a>.</p>
1850
1850
  * @public
1851
1851
  */
1852
1852
  DefaultCodeRepository?: string;
1853
1853
  /**
1854
1854
  * <p>An array of up to three Git repositories associated with the notebook instance. These
1855
- * can be either the names of Git repositories stored as resources in your account, or the
1856
- * URL of Git repositories in <a href="https://docs.aws.amazon.com/codecommit/latest/userguide/welcome.html">Amazon Web Services CodeCommit</a>
1857
- * or in any other Git repository. These repositories are cloned at the same level as the
1858
- * default repository of your notebook instance. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/nbi-git-repo.html">Associating Git
1859
- * Repositories with SageMaker Notebook Instances</a>.</p>
1855
+ * can be either the names of Git repositories stored as resources in your account, or the
1856
+ * URL of Git repositories in <a href="https://docs.aws.amazon.com/codecommit/latest/userguide/welcome.html">Amazon Web Services CodeCommit</a>
1857
+ * or in any other Git repository. These repositories are cloned at the same level as the
1858
+ * default repository of your notebook instance. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/nbi-git-repo.html">Associating Git
1859
+ * Repositories with SageMaker Notebook Instances</a>.</p>
1860
1860
  * @public
1861
1861
  */
1862
1862
  AdditionalCodeRepositories?: string[];
@@ -1867,8 +1867,8 @@ export interface NotebookInstanceSummary {
1867
1867
  export interface ListNotebookInstancesOutput {
1868
1868
  /**
1869
1869
  * <p>If the response to the previous <code>ListNotebookInstances</code> request was
1870
- * truncated, SageMaker returns this token. To retrieve the next set of notebook instances, use
1871
- * the token in the next request.</p>
1870
+ * truncated, SageMaker returns this token. To retrieve the next set of notebook
1871
+ * instances, use the token in the next request.</p>
1872
1872
  * @public
1873
1873
  */
1874
1874
  NextToken?: string;
@@ -4339,7 +4339,8 @@ export interface Model {
4339
4339
  /**
4340
4340
  * <p>Specifies an Amazon Virtual Private Cloud (VPC) that your SageMaker jobs, hosted models, and compute resources
4341
4341
  * have access to. You can control access to and from your resources by configuring a VPC.
4342
- * For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/infrastructure-give-access.html">Give SageMaker Access to Resources in your Amazon VPC</a>. </p>
4342
+ * For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/infrastructure-give-access.html">Give SageMaker Access to
4343
+ * Resources in your Amazon VPC</a>. </p>
4343
4344
  * @public
4344
4345
  */
4345
4346
  VpcConfig?: VpcConfig;
@@ -7309,12 +7310,12 @@ export interface UpdateCodeRepositoryInput {
7309
7310
  CodeRepositoryName: string | undefined;
7310
7311
  /**
7311
7312
  * <p>The configuration of the git repository, including the URL and the Amazon Resource
7312
- * Name (ARN) of the Amazon Web Services Secrets Manager secret that contains the
7313
- * credentials used to access the repository. The secret must have a staging label of
7314
- * <code>AWSCURRENT</code> and must be in the following format:</p>
7313
+ * Name (ARN) of the Amazon Web Services Secrets Manager secret that contains the
7314
+ * credentials used to access the repository. The secret must have a staging label of
7315
+ * <code>AWSCURRENT</code> and must be in the following format:</p>
7315
7316
  * <p>
7316
7317
  * <code>\{"username": <i>UserName</i>, "password":
7317
- * <i>Password</i>\}</code>
7318
+ * <i>Password</i>\}</code>
7318
7319
  * </p>
7319
7320
  * @public
7320
7321
  */
@@ -7444,7 +7445,7 @@ export interface UpdateDomainRequest {
7444
7445
  */
7445
7446
  AppSecurityGroupManagement?: AppSecurityGroupManagement;
7446
7447
  /**
7447
- * <p>The default settings used to create a space within the domain.</p>
7448
+ * <p>The default settings for shared spaces that users create in the domain.</p>
7448
7449
  * @public
7449
7450
  */
7450
7451
  DefaultSpaceSettings?: DefaultSpaceSettings;
@@ -8326,11 +8327,11 @@ export interface UpdateNotebookInstanceInput {
8326
8327
  */
8327
8328
  InstanceType?: _InstanceType;
8328
8329
  /**
8329
- * <p>The Amazon Resource Name (ARN) of the IAM role that SageMaker can assume to access the
8330
- * notebook instance. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sagemaker-roles.html">SageMaker Roles</a>. </p>
8330
+ * <p>The Amazon Resource Name (ARN) of the IAM role that SageMaker can assume to
8331
+ * access the notebook instance. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sagemaker-roles.html">SageMaker Roles</a>. </p>
8331
8332
  * <note>
8332
- * <p>To be able to pass this role to SageMaker, the caller of this API must have the
8333
- * <code>iam:PassRole</code> permission.</p>
8333
+ * <p>To be able to pass this role to SageMaker, the caller of this API must
8334
+ * have the <code>iam:PassRole</code> permission.</p>
8334
8335
  * </note>
8335
8336
  * @public
8336
8337
  */
@@ -8352,11 +8353,11 @@ export interface UpdateNotebookInstanceInput {
8352
8353
  DisassociateLifecycleConfig?: boolean;
8353
8354
  /**
8354
8355
  * <p>The size, in GB, of the ML storage volume to attach to the notebook instance. The
8355
- * default value is 5 GB. ML storage volumes are encrypted, so SageMaker can't determine the
8356
- * amount of available free space on the volume. Because of this, you can increase the
8357
- * volume size when you update a notebook instance, but you can't decrease the volume size.
8358
- * If you want to decrease the size of the ML storage volume in use, create a new notebook
8359
- * instance with the desired size.</p>
8356
+ * default value is 5 GB. ML storage volumes are encrypted, so SageMaker can't
8357
+ * determine the amount of available free space on the volume. Because of this, you can
8358
+ * increase the volume size when you update a notebook instance, but you can't decrease the
8359
+ * volume size. If you want to decrease the size of the ML storage volume in use, create a
8360
+ * new notebook instance with the desired size.</p>
8360
8361
  * @public
8361
8362
  */
8362
8363
  VolumeSizeInGB?: number;
@@ -8381,18 +8382,18 @@ export interface UpdateNotebookInstanceInput {
8381
8382
  */
8382
8383
  AdditionalCodeRepositories?: string[];
8383
8384
  /**
8384
- * <p>A list of the Elastic Inference (EI) instance types to associate with this notebook
8385
- * instance. Currently only one EI instance type can be associated with a notebook
8386
- * instance. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/ei.html">Using Elastic Inference in
8387
- * Amazon SageMaker</a>.</p>
8385
+ * <p>This parameter is no longer supported. Elastic Inference (EI) is no longer
8386
+ * available.</p>
8387
+ * <p>This parameter was used to specify a list of the EI instance types to associate with
8388
+ * this notebook instance.</p>
8388
8389
  * @public
8389
8390
  */
8390
8391
  AcceleratorTypes?: NotebookInstanceAcceleratorType[];
8391
8392
  /**
8392
- * <p>A list of the Elastic Inference (EI) instance types to remove from this notebook
8393
- * instance. This operation is idempotent. If you specify an accelerator type that is not
8394
- * associated with the notebook instance when you call this method, it does not throw an
8395
- * error.</p>
8393
+ * <p>This parameter is no longer supported. Elastic Inference (EI) is no longer
8394
+ * available.</p>
8395
+ * <p>This parameter was used to specify a list of the EI instance types to remove from this notebook
8396
+ * instance.</p>
8396
8397
  * @public
8397
8398
  */
8398
8399
  DisassociateAcceleratorTypes?: boolean;
@@ -8444,14 +8445,14 @@ export interface UpdateNotebookInstanceLifecycleConfigInput {
8444
8445
  NotebookInstanceLifecycleConfigName: string | undefined;
8445
8446
  /**
8446
8447
  * <p>The shell script that runs only once, when you create a notebook instance. The shell
8447
- * script must be a base64-encoded string.</p>
8448
+ * script must be a base64-encoded string.</p>
8448
8449
  * @public
8449
8450
  */
8450
8451
  OnCreate?: NotebookInstanceLifecycleHook[];
8451
8452
  /**
8452
8453
  * <p>The shell script that runs every time you start a notebook instance, including when
8453
- * you create the notebook instance. The shell script must be a base64-encoded
8454
- * string.</p>
8454
+ * you create the notebook instance. The shell script must be a base64-encoded
8455
+ * string.</p>
8455
8456
  * @public
8456
8457
  */
8457
8458
  OnStart?: NotebookInstanceLifecycleHook[];
@@ -653,6 +653,8 @@ export declare const TrainingInstanceType: {
653
653
  readonly ML_P3_8XLARGE: "ml.p3.8xlarge";
654
654
  readonly ML_P4DE_24XLARGE: "ml.p4de.24xlarge";
655
655
  readonly ML_P4D_24XLARGE: "ml.p4d.24xlarge";
656
+ readonly ML_P5EN_48XLARGE: "ml.p5en.48xlarge";
657
+ readonly ML_P5E_48XLARGE: "ml.p5e.48xlarge";
656
658
  readonly ML_P5_48XLARGE: "ml.p5.48xlarge";
657
659
  readonly ML_R5D_12XLARGE: "ml.r5d.12xlarge";
658
660
  readonly ML_R5D_16XLARGE: "ml.r5d.16xlarge";
@@ -677,6 +679,7 @@ export declare const TrainingInstanceType: {
677
679
  readonly ML_TRN1N_32XLARGE: "ml.trn1n.32xlarge";
678
680
  readonly ML_TRN1_2XLARGE: "ml.trn1.2xlarge";
679
681
  readonly ML_TRN1_32XLARGE: "ml.trn1.32xlarge";
682
+ readonly ML_TRN2_48XLARGE: "ml.trn2.48xlarge";
680
683
  };
681
684
  export type TrainingInstanceType =
682
685
  (typeof TrainingInstanceType)[keyof typeof TrainingInstanceType];
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-sagemaker",
3
3
  "description": "AWS SDK for JavaScript Sagemaker Client for Node.js, Browser and React Native",
4
- "version": "3.679.0",
4
+ "version": "3.682.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-sagemaker",
@@ -20,19 +20,19 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.679.0",
24
- "@aws-sdk/client-sts": "3.679.0",
23
+ "@aws-sdk/client-sso-oidc": "3.682.0",
24
+ "@aws-sdk/client-sts": "3.682.0",
25
25
  "@aws-sdk/core": "3.679.0",
26
- "@aws-sdk/credential-provider-node": "3.679.0",
26
+ "@aws-sdk/credential-provider-node": "3.682.0",
27
27
  "@aws-sdk/middleware-host-header": "3.679.0",
28
28
  "@aws-sdk/middleware-logger": "3.679.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.679.0",
30
- "@aws-sdk/middleware-user-agent": "3.679.0",
30
+ "@aws-sdk/middleware-user-agent": "3.682.0",
31
31
  "@aws-sdk/region-config-resolver": "3.679.0",
32
32
  "@aws-sdk/types": "3.679.0",
33
33
  "@aws-sdk/util-endpoints": "3.679.0",
34
34
  "@aws-sdk/util-user-agent-browser": "3.679.0",
35
- "@aws-sdk/util-user-agent-node": "3.679.0",
35
+ "@aws-sdk/util-user-agent-node": "3.682.0",
36
36
  "@smithy/config-resolver": "^3.0.9",
37
37
  "@smithy/core": "^2.4.8",
38
38
  "@smithy/fetch-http-handler": "^3.2.9",