@aws-sdk/client-sagemaker 3.235.0 → 3.238.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.
- package/dist-cjs/endpoint/ruleset.js +3 -3
- package/dist-cjs/protocols/Aws_json1_1.js +6 -0
- package/dist-es/endpoint/ruleset.js +3 -3
- package/dist-es/protocols/Aws_json1_1.js +6 -0
- package/dist-types/models/models_1.d.ts +1 -1
- package/dist-types/models/models_2.d.ts +13 -0
- package/dist-types/models/models_3.d.ts +9 -1
- package/dist-types/ts3.4/models/models_2.d.ts +3 -0
- package/dist-types/ts3.4/models/models_3.d.ts +2 -0
- package/package.json +5 -4
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ruleSet = void 0;
|
|
4
|
-
const
|
|
5
|
-
const a = true, b = false, c = "String", d = "
|
|
6
|
-
const _data = { version: "1.0", parameters: { Region: {
|
|
4
|
+
const u = "fn", v = "argv", w = "ref";
|
|
5
|
+
const a = true, b = false, c = "String", d = "PartitionResult", e = "tree", f = "error", g = "endpoint", h = "stringEquals", i = { "required": true, "default": false, "type": "Boolean" }, j = { [w]: "Region" }, k = { [w]: "Endpoint" }, l = { [u]: "booleanEquals", [v]: [{ [w]: "UseFIPS" }, true] }, m = { [u]: "booleanEquals", [v]: [{ [w]: "UseDualStack" }, true] }, n = {}, o = { [u]: "booleanEquals", [v]: [true, { [u]: "getAttr", [v]: [{ [w]: d }, "supportsFIPS"] }] }, p = { [u]: "booleanEquals", [v]: [true, { [u]: "getAttr", [v]: [{ [w]: d }, "supportsDualStack"] }] }, q = { [u]: "getAttr", [v]: [{ [w]: d }, "name"] }, r = { "url": "https://api-fips.sagemaker.{Region}.{PartitionResult#dnsSuffix}", "properties": {}, "headers": {} }, s = [l], t = [m];
|
|
6
|
+
const _data = { version: "1.0", parameters: { Region: { required: a, type: c }, UseDualStack: i, UseFIPS: i, Endpoint: { required: b, type: c } }, rules: [{ conditions: [{ [u]: "aws.partition", [v]: [j], assign: d }], type: e, rules: [{ conditions: [{ [u]: "isSet", [v]: [k] }], type: e, rules: [{ conditions: s, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: f }, { type: e, rules: [{ conditions: t, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: f }, { endpoint: { url: k, properties: n, headers: n }, type: g }] }] }, { conditions: [l, m], type: e, rules: [{ conditions: [o, p], type: e, rules: [{ endpoint: { url: "https://api.sagemaker-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: n, headers: n }, type: g }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: f }] }, { conditions: s, type: e, rules: [{ conditions: [o], type: e, rules: [{ type: e, rules: [{ conditions: [{ [u]: h, [v]: ["aws", q] }], endpoint: r, type: g }, { conditions: [{ [u]: h, [v]: [j, "us-gov-west-1-secondary"] }], endpoint: { url: "https://api.sagemaker.us-gov-west-1.amazonaws.com", properties: n, headers: n }, type: g }, { conditions: [{ [u]: h, [v]: ["aws-us-gov", q] }], endpoint: r, type: g }, { endpoint: { url: "https://api.sagemaker-fips.{Region}.{PartitionResult#dnsSuffix}", properties: n, headers: n }, type: g }] }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: f }] }, { conditions: t, type: e, rules: [{ conditions: [p], type: e, rules: [{ endpoint: { url: "https://api.sagemaker.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: n, headers: n }, type: g }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: f }] }, { endpoint: { url: "https://api.sagemaker.{Region}.{PartitionResult#dnsSuffix}", properties: n, headers: n }, type: g }] }] };
|
|
7
7
|
exports.ruleSet = _data;
|
|
@@ -15189,6 +15189,9 @@ const serializeAws_json1_1DomainSettingsForUpdate = (input, context) => {
|
|
|
15189
15189
|
...(input.RStudioServerProDomainSettingsForUpdate != null && {
|
|
15190
15190
|
RStudioServerProDomainSettingsForUpdate: serializeAws_json1_1RStudioServerProDomainSettingsForUpdate(input.RStudioServerProDomainSettingsForUpdate, context),
|
|
15191
15191
|
}),
|
|
15192
|
+
...(input.SecurityGroupIds != null && {
|
|
15193
|
+
SecurityGroupIds: serializeAws_json1_1DomainSecurityGroupIds(input.SecurityGroupIds, context),
|
|
15194
|
+
}),
|
|
15192
15195
|
};
|
|
15193
15196
|
};
|
|
15194
15197
|
const serializeAws_json1_1DriftCheckBaselines = (input, context) => {
|
|
@@ -18335,6 +18338,8 @@ const serializeAws_json1_1RStudioServerProDomainSettingsForUpdate = (input, cont
|
|
|
18335
18338
|
DefaultResourceSpec: serializeAws_json1_1ResourceSpec(input.DefaultResourceSpec, context),
|
|
18336
18339
|
}),
|
|
18337
18340
|
...(input.DomainExecutionRoleArn != null && { DomainExecutionRoleArn: input.DomainExecutionRoleArn }),
|
|
18341
|
+
...(input.RStudioConnectUrl != null && { RStudioConnectUrl: input.RStudioConnectUrl }),
|
|
18342
|
+
...(input.RStudioPackageManagerUrl != null && { RStudioPackageManagerUrl: input.RStudioPackageManagerUrl }),
|
|
18338
18343
|
};
|
|
18339
18344
|
};
|
|
18340
18345
|
const serializeAws_json1_1RuleParameters = (input, context) => {
|
|
@@ -18998,6 +19003,7 @@ const serializeAws_json1_1UpdateDevicesRequest = (input, context) => {
|
|
|
18998
19003
|
};
|
|
18999
19004
|
const serializeAws_json1_1UpdateDomainRequest = (input, context) => {
|
|
19000
19005
|
return {
|
|
19006
|
+
...(input.AppSecurityGroupManagement != null && { AppSecurityGroupManagement: input.AppSecurityGroupManagement }),
|
|
19001
19007
|
...(input.DefaultSpaceSettings != null && {
|
|
19002
19008
|
DefaultSpaceSettings: serializeAws_json1_1DefaultSpaceSettings(input.DefaultSpaceSettings, context),
|
|
19003
19009
|
}),
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const
|
|
2
|
-
const a = true, b = false, c = "String", d = "
|
|
3
|
-
const _data = { version: "1.0", parameters: { Region: {
|
|
1
|
+
const u = "fn", v = "argv", w = "ref";
|
|
2
|
+
const a = true, b = false, c = "String", d = "PartitionResult", e = "tree", f = "error", g = "endpoint", h = "stringEquals", i = { "required": true, "default": false, "type": "Boolean" }, j = { [w]: "Region" }, k = { [w]: "Endpoint" }, l = { [u]: "booleanEquals", [v]: [{ [w]: "UseFIPS" }, true] }, m = { [u]: "booleanEquals", [v]: [{ [w]: "UseDualStack" }, true] }, n = {}, o = { [u]: "booleanEquals", [v]: [true, { [u]: "getAttr", [v]: [{ [w]: d }, "supportsFIPS"] }] }, p = { [u]: "booleanEquals", [v]: [true, { [u]: "getAttr", [v]: [{ [w]: d }, "supportsDualStack"] }] }, q = { [u]: "getAttr", [v]: [{ [w]: d }, "name"] }, r = { "url": "https://api-fips.sagemaker.{Region}.{PartitionResult#dnsSuffix}", "properties": {}, "headers": {} }, s = [l], t = [m];
|
|
3
|
+
const _data = { version: "1.0", parameters: { Region: { required: a, type: c }, UseDualStack: i, UseFIPS: i, Endpoint: { required: b, type: c } }, rules: [{ conditions: [{ [u]: "aws.partition", [v]: [j], assign: d }], type: e, rules: [{ conditions: [{ [u]: "isSet", [v]: [k] }], type: e, rules: [{ conditions: s, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: f }, { type: e, rules: [{ conditions: t, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: f }, { endpoint: { url: k, properties: n, headers: n }, type: g }] }] }, { conditions: [l, m], type: e, rules: [{ conditions: [o, p], type: e, rules: [{ endpoint: { url: "https://api.sagemaker-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: n, headers: n }, type: g }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: f }] }, { conditions: s, type: e, rules: [{ conditions: [o], type: e, rules: [{ type: e, rules: [{ conditions: [{ [u]: h, [v]: ["aws", q] }], endpoint: r, type: g }, { conditions: [{ [u]: h, [v]: [j, "us-gov-west-1-secondary"] }], endpoint: { url: "https://api.sagemaker.us-gov-west-1.amazonaws.com", properties: n, headers: n }, type: g }, { conditions: [{ [u]: h, [v]: ["aws-us-gov", q] }], endpoint: r, type: g }, { endpoint: { url: "https://api.sagemaker-fips.{Region}.{PartitionResult#dnsSuffix}", properties: n, headers: n }, type: g }] }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: f }] }, { conditions: t, type: e, rules: [{ conditions: [p], type: e, rules: [{ endpoint: { url: "https://api.sagemaker.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: n, headers: n }, type: g }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: f }] }, { endpoint: { url: "https://api.sagemaker.{Region}.{PartitionResult#dnsSuffix}", properties: n, headers: n }, type: g }] }] };
|
|
4
4
|
export const ruleSet = _data;
|
|
@@ -14575,6 +14575,9 @@ const serializeAws_json1_1DomainSettingsForUpdate = (input, context) => {
|
|
|
14575
14575
|
...(input.RStudioServerProDomainSettingsForUpdate != null && {
|
|
14576
14576
|
RStudioServerProDomainSettingsForUpdate: serializeAws_json1_1RStudioServerProDomainSettingsForUpdate(input.RStudioServerProDomainSettingsForUpdate, context),
|
|
14577
14577
|
}),
|
|
14578
|
+
...(input.SecurityGroupIds != null && {
|
|
14579
|
+
SecurityGroupIds: serializeAws_json1_1DomainSecurityGroupIds(input.SecurityGroupIds, context),
|
|
14580
|
+
}),
|
|
14578
14581
|
};
|
|
14579
14582
|
};
|
|
14580
14583
|
const serializeAws_json1_1DriftCheckBaselines = (input, context) => {
|
|
@@ -17721,6 +17724,8 @@ const serializeAws_json1_1RStudioServerProDomainSettingsForUpdate = (input, cont
|
|
|
17721
17724
|
DefaultResourceSpec: serializeAws_json1_1ResourceSpec(input.DefaultResourceSpec, context),
|
|
17722
17725
|
}),
|
|
17723
17726
|
...(input.DomainExecutionRoleArn != null && { DomainExecutionRoleArn: input.DomainExecutionRoleArn }),
|
|
17727
|
+
...(input.RStudioConnectUrl != null && { RStudioConnectUrl: input.RStudioConnectUrl }),
|
|
17728
|
+
...(input.RStudioPackageManagerUrl != null && { RStudioPackageManagerUrl: input.RStudioPackageManagerUrl }),
|
|
17724
17729
|
};
|
|
17725
17730
|
};
|
|
17726
17731
|
const serializeAws_json1_1RuleParameters = (input, context) => {
|
|
@@ -18384,6 +18389,7 @@ const serializeAws_json1_1UpdateDevicesRequest = (input, context) => {
|
|
|
18384
18389
|
};
|
|
18385
18390
|
const serializeAws_json1_1UpdateDomainRequest = (input, context) => {
|
|
18386
18391
|
return {
|
|
18392
|
+
...(input.AppSecurityGroupManagement != null && { AppSecurityGroupManagement: input.AppSecurityGroupManagement }),
|
|
18387
18393
|
...(input.DefaultSpaceSettings != null && {
|
|
18388
18394
|
DefaultSpaceSettings: serializeAws_json1_1DefaultSpaceSettings(input.DefaultSpaceSettings, context),
|
|
18389
18395
|
}),
|
|
@@ -1442,7 +1442,7 @@ export interface HyperParameterTuningInstanceConfig {
|
|
|
1442
1442
|
/**
|
|
1443
1443
|
* <p>The number of instances of the type specified by <code>InstanceType</code>. Choose an
|
|
1444
1444
|
* instance count larger than 1 for distributed training algorithms. See <a href="https://docs.aws.amazon.com/data-parallel-use-api.html">SageMaker distributed training
|
|
1445
|
-
* jobs</a> for more
|
|
1445
|
+
* jobs</a> for more informcration.</p>
|
|
1446
1446
|
*/
|
|
1447
1447
|
InstanceCount: number | undefined;
|
|
1448
1448
|
/**
|
|
@@ -5992,6 +5992,14 @@ export interface RStudioServerProDomainSettingsForUpdate {
|
|
|
5992
5992
|
* the version runs on.</p>
|
|
5993
5993
|
*/
|
|
5994
5994
|
DefaultResourceSpec?: ResourceSpec;
|
|
5995
|
+
/**
|
|
5996
|
+
* <p>A URL pointing to an RStudio Connect server.</p>
|
|
5997
|
+
*/
|
|
5998
|
+
RStudioConnectUrl?: string;
|
|
5999
|
+
/**
|
|
6000
|
+
* <p>A URL pointing to an RStudio Package Manager server.</p>
|
|
6001
|
+
*/
|
|
6002
|
+
RStudioPackageManagerUrl?: string;
|
|
5995
6003
|
}
|
|
5996
6004
|
/**
|
|
5997
6005
|
* <p>A collection of <code>Domain</code> configuration settings to update.</p>
|
|
@@ -6008,6 +6016,11 @@ export interface DomainSettingsForUpdate {
|
|
|
6008
6016
|
* are no apps in the <code>InService</code> or <code>Pending</code> state.</p>
|
|
6009
6017
|
*/
|
|
6010
6018
|
ExecutionRoleIdentityConfig?: ExecutionRoleIdentityConfig | string;
|
|
6019
|
+
/**
|
|
6020
|
+
* <p>The security groups for the Amazon Virtual Private Cloud that the <code>Domain</code> uses for
|
|
6021
|
+
* communication between Domain-level apps and user apps.</p>
|
|
6022
|
+
*/
|
|
6023
|
+
SecurityGroupIds?: string[];
|
|
6011
6024
|
}
|
|
6012
6025
|
/**
|
|
6013
6026
|
* <p>A directed edge connecting two lineage entities.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ActionStatus, AdditionalInferenceSpecificationDefinition, AlgorithmSpecification, AppSpecification, AssociationSummary, AutoMLCandidate, AutoMLJobStatus, AutoMLJobStepMetadata, AutoMLJobSummary, AutoMLSortBy, AutoMLSortOrder, BatchStrategy, CacheHitResult, CallbackStepMetadata, CandidateSortBy, CandidateStatus, Channel, CheckpointConfig, ClarifyCheckStepMetadata, CodeRepositorySortBy, CodeRepositorySortOrder, CodeRepositorySummary, CompilationJobStatus, CompilationJobSummary, ConditionStepMetadata, ContainerDefinition, ContextSummary, DefaultSpaceSettings, DeploymentConfig, EdgeOutputConfig, FeatureDefinition, InferenceSpecification, KernelGatewayImageConfig, MetadataProperties, ModelApprovalStatus, ModelPackageStatus, OutputDataConfig, OutputParameter, ResourceConfig, StoppingCondition, Tag, TransformInput, TransformOutput, TransformResources, UserContext, UserSettings, VpcConfig } from "./models_0";
|
|
1
|
+
import { ActionStatus, AdditionalInferenceSpecificationDefinition, AlgorithmSpecification, AppSecurityGroupManagement, AppSpecification, AssociationSummary, AutoMLCandidate, AutoMLJobStatus, AutoMLJobStepMetadata, AutoMLJobSummary, AutoMLSortBy, AutoMLSortOrder, BatchStrategy, CacheHitResult, CallbackStepMetadata, CandidateSortBy, CandidateStatus, Channel, CheckpointConfig, ClarifyCheckStepMetadata, CodeRepositorySortBy, CodeRepositorySortOrder, CodeRepositorySummary, CompilationJobStatus, CompilationJobSummary, ConditionStepMetadata, ContainerDefinition, ContextSummary, DefaultSpaceSettings, DeploymentConfig, EdgeOutputConfig, FeatureDefinition, InferenceSpecification, KernelGatewayImageConfig, MetadataProperties, ModelApprovalStatus, ModelPackageStatus, OutputDataConfig, OutputParameter, ResourceConfig, StoppingCondition, Tag, TransformInput, TransformOutput, TransformResources, UserContext, UserSettings, VpcConfig } from "./models_0";
|
|
2
2
|
import { _InstanceType, DataProcessing, DebugHookConfig, DebugRuleConfiguration, DebugRuleEvaluationStatus, DriftCheckBaselines, ExperimentConfig, HubContentType, InferenceExecutionConfig, InferenceExperimentType, ModelCardSecurityConfig, ModelCardStatus, ModelClientConfig, ModelMetrics, ModelPackageValidationSpecification, ModelVariantConfig, MonitoringScheduleConfig, MonitoringType, NetworkConfig, ParallelismConfiguration, ProcessingInput, ProcessingOutputConfig, ProcessingResources, ProcessingStoppingCondition, RetryStrategy, ServiceCatalogProvisioningDetails, SourceAlgorithmSpecification, StudioLifecycleConfigAppType, TensorBoardOutputConfig, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus, UiTemplate } from "./models_1";
|
|
3
3
|
import { DesiredWeightAndCapacity, Device, DeviceDeploymentSummary, DeviceFleetSummary, DeviceSummary, Direction, DomainDetails, DomainSettingsForUpdate, Edge, EdgeDeploymentPlanSummary, EdgePackagingJobStatus, EdgePackagingJobSummary, EMRStepMetadata, Endpoint, EndpointConfigSortKey, EndpointConfigSummary, EndpointSortKey, EndpointStatus, EndpointSummary, ExecutionStatus, Experiment, ExperimentSummary, FailStepMetadata, FeatureGroup, FeatureGroupSortBy, FeatureGroupSortOrder, FeatureGroupStatus, FeatureGroupSummary, FeatureMetadata, Filter, FlowDefinitionSummary, GitConfigForUpdate, HubContentInfo, HubContentSortBy, HubInfo, HubSortBy, HumanTaskUiSummary, HyperParameterTrainingJobSummary, HyperParameterTuningJobSearchEntity, HyperParameterTuningJobSortByOptions, HyperParameterTuningJobStatus, HyperParameterTuningJobSummary, Image, ImageSortBy, ImageSortOrder, ImageVersion, ImageVersionSortBy, ImageVersionSortOrder, InferenceExperimentStatus, InferenceExperimentStopDesiredState, InferenceExperimentSummary, InferenceRecommendationsJob, InferenceRecommendationsJobStep, LabelingJobForWorkteamSummary, LabelingJobStatus, LabelingJobSummary, LambdaStepMetadata, LineageGroupSummary, LineageType, MetricData, ModelArtifacts, ModelCardExportJobStatus, ModelPackageGroupStatus, ModelPackageStatusDetails, MonitoringExecutionSummary, NotebookInstanceStatus, OfflineStoreStatusValue, PipelineExecutionStatus, PipelineExperimentConfig, PipelineStatus, ProcessingJobStatus, ProjectStatus, RecommendationJobStatus, RecommendationStepType, ScheduleStatus, SecondaryStatus, SecondaryStatusTransition, ServiceCatalogProvisionedProductDetails, SortOrder, SpaceStatus, SubscribedWorkteam, TrainingJobStatus, TransformJobStatus, TrialComponentMetricSummary, TrialComponentSource, TrialSource, UserProfileStatus, WarmPoolResourceStatus, WarmPoolStatus, Workforce, Workteam } from "./models_2";
|
|
4
4
|
export interface ListAssociationsResponse {
|
|
@@ -6792,6 +6792,14 @@ export interface UpdateDomainRequest {
|
|
|
6792
6792
|
* <p>The default settings used to create a space within the Domain.</p>
|
|
6793
6793
|
*/
|
|
6794
6794
|
DefaultSpaceSettings?: DefaultSpaceSettings;
|
|
6795
|
+
/**
|
|
6796
|
+
* <p>The entity that creates and manages the required security groups for inter-app
|
|
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
|
|
6800
|
+
* provided.</p>
|
|
6801
|
+
*/
|
|
6802
|
+
AppSecurityGroupManagement?: AppSecurityGroupManagement | string;
|
|
6795
6803
|
}
|
|
6796
6804
|
export interface UpdateDomainResponse {
|
|
6797
6805
|
/**
|
|
@@ -1815,10 +1815,13 @@ export interface DomainDetails {
|
|
|
1815
1815
|
export interface RStudioServerProDomainSettingsForUpdate {
|
|
1816
1816
|
DomainExecutionRoleArn: string | undefined;
|
|
1817
1817
|
DefaultResourceSpec?: ResourceSpec;
|
|
1818
|
+
RStudioConnectUrl?: string;
|
|
1819
|
+
RStudioPackageManagerUrl?: string;
|
|
1818
1820
|
}
|
|
1819
1821
|
export interface DomainSettingsForUpdate {
|
|
1820
1822
|
RStudioServerProDomainSettingsForUpdate?: RStudioServerProDomainSettingsForUpdate;
|
|
1821
1823
|
ExecutionRoleIdentityConfig?: ExecutionRoleIdentityConfig | string;
|
|
1824
|
+
SecurityGroupIds?: string[];
|
|
1822
1825
|
}
|
|
1823
1826
|
export interface Edge {
|
|
1824
1827
|
SourceArn?: string;
|
|
@@ -2,6 +2,7 @@ import {
|
|
|
2
2
|
ActionStatus,
|
|
3
3
|
AdditionalInferenceSpecificationDefinition,
|
|
4
4
|
AlgorithmSpecification,
|
|
5
|
+
AppSecurityGroupManagement,
|
|
5
6
|
AppSpecification,
|
|
6
7
|
AssociationSummary,
|
|
7
8
|
AutoMLCandidate,
|
|
@@ -2092,6 +2093,7 @@ export interface UpdateDomainRequest {
|
|
|
2092
2093
|
DefaultUserSettings?: UserSettings;
|
|
2093
2094
|
DomainSettingsForUpdate?: DomainSettingsForUpdate;
|
|
2094
2095
|
DefaultSpaceSettings?: DefaultSpaceSettings;
|
|
2096
|
+
AppSecurityGroupManagement?: AppSecurityGroupManagement | string;
|
|
2095
2097
|
}
|
|
2096
2098
|
export interface UpdateDomainResponse {
|
|
2097
2099
|
DomainArn?: string;
|
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.
|
|
4
|
+
"version": "3.238.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",
|
|
@@ -10,7 +10,8 @@
|
|
|
10
10
|
"build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build",
|
|
11
11
|
"build:types": "tsc -p tsconfig.types.json",
|
|
12
12
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
13
|
-
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo"
|
|
13
|
+
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
|
|
14
|
+
"generate:client": "(cd ../../ && yarn generate-clients -g ./codegen/sdk-codegen/aws-models/sagemaker.json --keepFiles)"
|
|
14
15
|
},
|
|
15
16
|
"main": "./dist-cjs/index.js",
|
|
16
17
|
"types": "./dist-types/index.d.ts",
|
|
@@ -19,9 +20,9 @@
|
|
|
19
20
|
"dependencies": {
|
|
20
21
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
21
22
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
22
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.238.0",
|
|
23
24
|
"@aws-sdk/config-resolver": "3.234.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.238.0",
|
|
25
26
|
"@aws-sdk/fetch-http-handler": "3.226.0",
|
|
26
27
|
"@aws-sdk/hash-node": "3.226.0",
|
|
27
28
|
"@aws-sdk/invalid-dependency": "3.226.0",
|