@aws-sdk/client-sagemaker 3.254.0 → 3.257.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.
@@ -162,6 +162,7 @@ var ProductionVariantInstanceType;
162
162
  ProductionVariantInstanceType["ML_P3_16XLARGE"] = "ml.p3.16xlarge";
163
163
  ProductionVariantInstanceType["ML_P3_2XLARGE"] = "ml.p3.2xlarge";
164
164
  ProductionVariantInstanceType["ML_P3_8XLARGE"] = "ml.p3.8xlarge";
165
+ ProductionVariantInstanceType["ML_P4DE_24XLARGE"] = "ml.p4de.24xlarge";
165
166
  ProductionVariantInstanceType["ML_P4D_24XLARGE"] = "ml.p4d.24xlarge";
166
167
  ProductionVariantInstanceType["ML_R5D_12XLARGE"] = "ml.r5d.12xlarge";
167
168
  ProductionVariantInstanceType["ML_R5D_24XLARGE"] = "ml.r5d.24xlarge";
@@ -152,6 +152,7 @@ export var ProductionVariantInstanceType;
152
152
  ProductionVariantInstanceType["ML_P3_16XLARGE"] = "ml.p3.16xlarge";
153
153
  ProductionVariantInstanceType["ML_P3_2XLARGE"] = "ml.p3.2xlarge";
154
154
  ProductionVariantInstanceType["ML_P3_8XLARGE"] = "ml.p3.8xlarge";
155
+ ProductionVariantInstanceType["ML_P4DE_24XLARGE"] = "ml.p4de.24xlarge";
155
156
  ProductionVariantInstanceType["ML_P4D_24XLARGE"] = "ml.p4d.24xlarge";
156
157
  ProductionVariantInstanceType["ML_R5D_12XLARGE"] = "ml.r5d.12xlarge";
157
158
  ProductionVariantInstanceType["ML_R5D_24XLARGE"] = "ml.r5d.24xlarge";
@@ -5,7 +5,7 @@ import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry
5
5
  import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
6
6
  import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
7
7
  import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
8
- import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
+ import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
9
9
  import { BodyLengthCalculator as __BodyLengthCalculator, ChecksumConstructor as __ChecksumConstructor, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
10
10
  import { AddAssociationCommandInput, AddAssociationCommandOutput } from "./commands/AddAssociationCommand";
11
11
  import { AddTagsCommandInput, AddTagsCommandOutput } from "./commands/AddTagsCommand";
@@ -406,9 +406,9 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
406
406
  */
407
407
  defaultUserAgentProvider?: Provider<__UserAgent>;
408
408
  /**
409
- * The {@link DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
409
+ * The {@link __DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
410
410
  */
411
- defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
411
+ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
412
412
  }
413
413
  declare type SageMakerClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
414
414
  /**
@@ -315,6 +315,7 @@ export declare enum ProductionVariantInstanceType {
315
315
  ML_P3_16XLARGE = "ml.p3.16xlarge",
316
316
  ML_P3_2XLARGE = "ml.p3.2xlarge",
317
317
  ML_P3_8XLARGE = "ml.p3.8xlarge",
318
+ ML_P4DE_24XLARGE = "ml.p4de.24xlarge",
318
319
  ML_P4D_24XLARGE = "ml.p4d.24xlarge",
319
320
  ML_R5D_12XLARGE = "ml.r5d.12xlarge",
320
321
  ML_R5D_24XLARGE = "ml.r5d.24xlarge",
@@ -8443,7 +8444,7 @@ export interface ProductionVariant {
8443
8444
  ServerlessConfig?: ProductionVariantServerlessConfig;
8444
8445
  /**
8445
8446
  * <p>The size, in GB, of the ML storage volume attached to individual inference instance
8446
- * associated with the production variant. Currenly only Amazon EBS gp2 storage volumes are
8447
+ * associated with the production variant. Currently only Amazon EBS gp2 storage volumes are
8447
8448
  * supported.</p>
8448
8449
  */
8449
8450
  VolumeSizeInGB?: number;
@@ -6293,7 +6293,7 @@ export interface Endpoint {
6293
6293
  Tags?: Tag[];
6294
6294
  /**
6295
6295
  * <p>A list of the shadow variants hosted on the endpoint. Each shadow variant is a model
6296
- * in shadow mode with production traffic replicated from the proudction variant.</p>
6296
+ * in shadow mode with production traffic replicated from the production variant.</p>
6297
6297
  */
6298
6298
  ShadowProductionVariants?: ProductionVariantSummary[];
6299
6299
  }
@@ -6795,8 +6795,8 @@ export interface UpdateDomainRequest {
6795
6795
  /**
6796
6796
  * <p>The entity that creates and manages the required security groups for inter-app
6797
6797
  * communication in <code>VPCOnly</code> mode. Required when
6798
- * <code>CreateDomain.AppNetworkAccessType</code> is <code>VPCOnly</code> and
6799
- * <code>DomainSettings.RStudioServerProDomainSettings.DomainExecutionRoleArn</code> is
6798
+ * <code>CreateDomain.AppNetworkAccessType</code> is <code>VPCOnly</code> and
6799
+ * <code>DomainSettings.RStudioServerProDomainSettings.DomainExecutionRoleArn</code> is
6800
6800
  * provided.</p>
6801
6801
  */
6802
6802
  AppSecurityGroupManagement?: AppSecurityGroupManagement | string;
@@ -25,7 +25,7 @@ import {
25
25
  import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
26
26
  import {
27
27
  Client as __Client,
28
- DefaultsMode,
28
+ DefaultsMode as __DefaultsMode,
29
29
  SmithyConfiguration as __SmithyConfiguration,
30
30
  SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
31
31
  } from "@aws-sdk/smithy-client";
@@ -1873,7 +1873,7 @@ export interface ClientDefaults
1873
1873
  region?: string | __Provider<string>;
1874
1874
  credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
1875
1875
  defaultUserAgentProvider?: Provider<__UserAgent>;
1876
- defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
1876
+ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
1877
1877
  }
1878
1878
  declare type SageMakerClientConfigType = Partial<
1879
1879
  __SmithyConfiguration<__HttpHandlerOptions>
@@ -176,6 +176,7 @@ export declare enum ProductionVariantInstanceType {
176
176
  ML_P3_16XLARGE = "ml.p3.16xlarge",
177
177
  ML_P3_2XLARGE = "ml.p3.2xlarge",
178
178
  ML_P3_8XLARGE = "ml.p3.8xlarge",
179
+ ML_P4DE_24XLARGE = "ml.p4de.24xlarge",
179
180
  ML_P4D_24XLARGE = "ml.p4d.24xlarge",
180
181
  ML_R5D_12XLARGE = "ml.r5d.12xlarge",
181
182
  ML_R5D_24XLARGE = "ml.r5d.24xlarge",
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.254.0",
4
+ "version": "3.257.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -20,40 +20,40 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.254.0",
24
- "@aws-sdk/config-resolver": "3.254.0",
25
- "@aws-sdk/credential-provider-node": "3.254.0",
26
- "@aws-sdk/fetch-http-handler": "3.254.0",
27
- "@aws-sdk/hash-node": "3.254.0",
28
- "@aws-sdk/invalid-dependency": "3.254.0",
29
- "@aws-sdk/middleware-content-length": "3.254.0",
30
- "@aws-sdk/middleware-endpoint": "3.254.0",
31
- "@aws-sdk/middleware-host-header": "3.254.0",
32
- "@aws-sdk/middleware-logger": "3.254.0",
33
- "@aws-sdk/middleware-recursion-detection": "3.254.0",
34
- "@aws-sdk/middleware-retry": "3.254.0",
35
- "@aws-sdk/middleware-serde": "3.254.0",
36
- "@aws-sdk/middleware-signing": "3.254.0",
37
- "@aws-sdk/middleware-stack": "3.254.0",
38
- "@aws-sdk/middleware-user-agent": "3.254.0",
39
- "@aws-sdk/node-config-provider": "3.254.0",
40
- "@aws-sdk/node-http-handler": "3.254.0",
41
- "@aws-sdk/protocol-http": "3.254.0",
42
- "@aws-sdk/smithy-client": "3.254.0",
43
- "@aws-sdk/types": "3.254.0",
44
- "@aws-sdk/url-parser": "3.254.0",
23
+ "@aws-sdk/client-sts": "3.257.0",
24
+ "@aws-sdk/config-resolver": "3.257.0",
25
+ "@aws-sdk/credential-provider-node": "3.257.0",
26
+ "@aws-sdk/fetch-http-handler": "3.257.0",
27
+ "@aws-sdk/hash-node": "3.257.0",
28
+ "@aws-sdk/invalid-dependency": "3.257.0",
29
+ "@aws-sdk/middleware-content-length": "3.257.0",
30
+ "@aws-sdk/middleware-endpoint": "3.257.0",
31
+ "@aws-sdk/middleware-host-header": "3.257.0",
32
+ "@aws-sdk/middleware-logger": "3.257.0",
33
+ "@aws-sdk/middleware-recursion-detection": "3.257.0",
34
+ "@aws-sdk/middleware-retry": "3.257.0",
35
+ "@aws-sdk/middleware-serde": "3.257.0",
36
+ "@aws-sdk/middleware-signing": "3.257.0",
37
+ "@aws-sdk/middleware-stack": "3.257.0",
38
+ "@aws-sdk/middleware-user-agent": "3.257.0",
39
+ "@aws-sdk/node-config-provider": "3.257.0",
40
+ "@aws-sdk/node-http-handler": "3.257.0",
41
+ "@aws-sdk/protocol-http": "3.257.0",
42
+ "@aws-sdk/smithy-client": "3.257.0",
43
+ "@aws-sdk/types": "3.257.0",
44
+ "@aws-sdk/url-parser": "3.257.0",
45
45
  "@aws-sdk/util-base64": "3.208.0",
46
46
  "@aws-sdk/util-body-length-browser": "3.188.0",
47
47
  "@aws-sdk/util-body-length-node": "3.208.0",
48
- "@aws-sdk/util-defaults-mode-browser": "3.254.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.254.0",
50
- "@aws-sdk/util-endpoints": "3.254.0",
51
- "@aws-sdk/util-retry": "3.254.0",
52
- "@aws-sdk/util-user-agent-browser": "3.254.0",
53
- "@aws-sdk/util-user-agent-node": "3.254.0",
48
+ "@aws-sdk/util-defaults-mode-browser": "3.257.0",
49
+ "@aws-sdk/util-defaults-mode-node": "3.257.0",
50
+ "@aws-sdk/util-endpoints": "3.257.0",
51
+ "@aws-sdk/util-retry": "3.257.0",
52
+ "@aws-sdk/util-user-agent-browser": "3.257.0",
53
+ "@aws-sdk/util-user-agent-node": "3.257.0",
54
54
  "@aws-sdk/util-utf8-browser": "3.188.0",
55
55
  "@aws-sdk/util-utf8-node": "3.208.0",
56
- "@aws-sdk/util-waiter": "3.254.0",
56
+ "@aws-sdk/util-waiter": "3.257.0",
57
57
  "tslib": "^2.3.1",
58
58
  "uuid": "^8.3.2"
59
59
  },