@aws-sdk/client-sagemaker 3.101.0 → 3.110.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/CHANGELOG.md CHANGED
@@ -3,6 +3,33 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.110.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.109.0...v3.110.0) (2022-06-14)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-sagemaker
9
+
10
+
11
+
12
+
13
+
14
+ # [3.109.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.108.1...v3.109.0) (2022-06-13)
15
+
16
+ **Note:** Version bump only for package @aws-sdk/client-sagemaker
17
+
18
+
19
+
20
+
21
+
22
+ # [3.105.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.104.0...v3.105.0) (2022-06-06)
23
+
24
+
25
+ ### Features
26
+
27
+ * **clients:** support recursion detection in Lambda ([#3654](https://github.com/aws/aws-sdk-js-v3/issues/3654)) ([ecfe46e](https://github.com/aws/aws-sdk-js-v3/commit/ecfe46ea1fd8b6e3812b75b3dc6c03554fb4b3fa))
28
+
29
+
30
+
31
+
32
+
6
33
  # [3.101.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.100.0...v3.101.0) (2022-05-27)
7
34
 
8
35
 
@@ -5,6 +5,7 @@ const config_resolver_1 = require("@aws-sdk/config-resolver");
5
5
  const middleware_content_length_1 = require("@aws-sdk/middleware-content-length");
6
6
  const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
7
7
  const middleware_logger_1 = require("@aws-sdk/middleware-logger");
8
+ const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
8
9
  const middleware_retry_1 = require("@aws-sdk/middleware-retry");
9
10
  const middleware_signing_1 = require("@aws-sdk/middleware-signing");
10
11
  const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
@@ -25,6 +26,7 @@ class SageMakerClient extends smithy_client_1.Client {
25
26
  this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
26
27
  this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
27
28
  this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
29
+ this.middlewareStack.use((0, middleware_recursion_detection_1.getRecursionDetectionPlugin)(this.config));
28
30
  this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(this.config));
29
31
  this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
30
32
  }
@@ -3,6 +3,7 @@ import { resolveEndpointsConfig, resolveRegionConfig, } from "@aws-sdk/config-re
3
3
  import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length";
4
4
  import { getHostHeaderPlugin, resolveHostHeaderConfig, } from "@aws-sdk/middleware-host-header";
5
5
  import { getLoggerPlugin } from "@aws-sdk/middleware-logger";
6
+ import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection";
6
7
  import { getRetryPlugin, resolveRetryConfig } from "@aws-sdk/middleware-retry";
7
8
  import { getAwsAuthPlugin, resolveAwsAuthConfig, } from "@aws-sdk/middleware-signing";
8
9
  import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware-user-agent";
@@ -25,6 +26,7 @@ var SageMakerClient = (function (_super) {
25
26
  _this.middlewareStack.use(getContentLengthPlugin(_this.config));
26
27
  _this.middlewareStack.use(getHostHeaderPlugin(_this.config));
27
28
  _this.middlewareStack.use(getLoggerPlugin(_this.config));
29
+ _this.middlewareStack.use(getRecursionDetectionPlugin(_this.config));
28
30
  _this.middlewareStack.use(getAwsAuthPlugin(_this.config));
29
31
  _this.middlewareStack.use(getUserAgentPlugin(_this.config));
30
32
  return _this;
@@ -215,9 +215,7 @@ export interface ModelPackageContainerDefinition {
215
215
  * <code>Environment</code> string to string map can have length of up to 1024. We
216
216
  * support up to 16 entries in the map.</p>
217
217
  */
218
- Environment?: {
219
- [key: string]: string;
220
- };
218
+ Environment?: Record<string, string>;
221
219
  /**
222
220
  * <p>A structure with Model Input details.</p>
223
221
  */
@@ -1286,9 +1284,7 @@ export interface TrainingJobDefinition {
1286
1284
  /**
1287
1285
  * <p>The hyperparameters used for the training job.</p>
1288
1286
  */
1289
- HyperParameters?: {
1290
- [key: string]: string;
1291
- };
1287
+ HyperParameters?: Record<string, string>;
1292
1288
  /**
1293
1289
  * <p>An array of <code>Channel</code> objects, each of which specifies an input
1294
1290
  * source.</p>
@@ -1665,9 +1661,7 @@ export interface TransformJobDefinition {
1665
1661
  * <p>The environment variables to set in the Docker container. We support up to 16 key and
1666
1662
  * values entries in the map.</p>
1667
1663
  */
1668
- Environment?: {
1669
- [key: string]: string;
1670
- };
1664
+ Environment?: Record<string, string>;
1671
1665
  /**
1672
1666
  * <p>A description of the input source and the way the transform job consumes it.</p>
1673
1667
  */
@@ -3994,9 +3988,7 @@ export interface AutoMLContainerDefinition {
3994
3988
  /**
3995
3989
  * <p>The environment variables to set in the container. For more information, see .</p>
3996
3990
  */
3997
- Environment?: {
3998
- [key: string]: string;
3999
- };
3991
+ Environment?: Record<string, string>;
4000
3992
  }
4001
3993
  export declare namespace AutoMLContainerDefinition {
4002
3994
  /**
@@ -4679,16 +4671,12 @@ export interface BatchDescribeModelPackageOutput {
4679
4671
  /**
4680
4672
  * <p>The summaries for the model package versions</p>
4681
4673
  */
4682
- ModelPackageSummaries?: {
4683
- [key: string]: BatchDescribeModelPackageSummary;
4684
- };
4674
+ ModelPackageSummaries?: Record<string, BatchDescribeModelPackageSummary>;
4685
4675
  /**
4686
4676
  * <p>A map of the resource and BatchDescribeModelPackageError objects
4687
4677
  * reporting the error associated with describing the model package.</p>
4688
4678
  */
4689
- BatchDescribeModelPackageErrorMap?: {
4690
- [key: string]: BatchDescribeModelPackageError;
4691
- };
4679
+ BatchDescribeModelPackageErrorMap?: Record<string, BatchDescribeModelPackageError>;
4692
4680
  }
4693
4681
  export declare namespace BatchDescribeModelPackageOutput {
4694
4682
  /**
@@ -5277,9 +5265,7 @@ export interface CollectionConfiguration {
5277
5265
  * <code>"save_config"</code>, <code>"tensor_names"</code>, and
5278
5266
  * <code>"save_histogram"</code>.</p>
5279
5267
  */
5280
- CollectionParameters?: {
5281
- [key: string]: string;
5282
- };
5268
+ CollectionParameters?: Record<string, string>;
5283
5269
  }
5284
5270
  export declare namespace CollectionConfiguration {
5285
5271
  /**
@@ -5598,9 +5584,7 @@ export interface ContainerDefinition {
5598
5584
  * <code>Environment</code> string to string map can have length of up to 1024. We
5599
5585
  * support up to 16 entries in the map. </p>
5600
5586
  */
5601
- Environment?: {
5602
- [key: string]: string;
5603
- };
5587
+ Environment?: Record<string, string>;
5604
5588
  /**
5605
5589
  * <p>The name or Amazon Resource Name (ARN) of the model package to use to create the
5606
5590
  * model.</p>
@@ -5818,9 +5802,7 @@ export interface CreateActionRequest {
5818
5802
  /**
5819
5803
  * <p>A list of properties to add to the action.</p>
5820
5804
  */
5821
- Properties?: {
5822
- [key: string]: string;
5823
- };
5805
+ Properties?: Record<string, string>;
5824
5806
  /**
5825
5807
  * <p>Metadata properties of the tracking entity, trial, or trial component.</p>
5826
5808
  */
@@ -6257,9 +6239,7 @@ export interface CreateArtifactRequest {
6257
6239
  /**
6258
6240
  * <p>A list of properties to add to the artifact.</p>
6259
6241
  */
6260
- Properties?: {
6261
- [key: string]: string;
6262
- };
6242
+ Properties?: Record<string, string>;
6263
6243
  /**
6264
6244
  * <p>Metadata properties of the tracking entity, trial, or trial component.</p>
6265
6245
  */
@@ -7299,9 +7279,7 @@ export interface CreateContextRequest {
7299
7279
  /**
7300
7280
  * <p>A list of properties to add to the context.</p>
7301
7281
  */
7302
- Properties?: {
7303
- [key: string]: string;
7304
- };
7282
+ Properties?: Record<string, string>;
7305
7283
  /**
7306
7284
  * <p>A list of tags to apply to the context.</p>
7307
7285
  */
@@ -7356,9 +7334,7 @@ export interface DataQualityAppSpecification {
7356
7334
  /**
7357
7335
  * <p>Sets the environment variables in the container that the monitoring job runs.</p>
7358
7336
  */
7359
- Environment?: {
7360
- [key: string]: string;
7361
- };
7337
+ Environment?: Record<string, string>;
7362
7338
  }
7363
7339
  export declare namespace DataQualityAppSpecification {
7364
7340
  /**
@@ -10255,9 +10231,7 @@ export interface HyperParameterTrainingJobDefinition {
10255
10231
  * that
10256
10232
  * do not change for the tuning job.</p>
10257
10233
  */
10258
- StaticHyperParameters?: {
10259
- [key: string]: string;
10260
- };
10234
+ StaticHyperParameters?: Record<string, string>;
10261
10235
  /**
10262
10236
  * <p>The <a>HyperParameterAlgorithmSpecification</a> object that
10263
10237
  * specifies
@@ -2700,9 +2700,7 @@ export interface ModelBiasAppSpecification {
2700
2700
  /**
2701
2701
  * <p>Sets the environment variables in the Docker container.</p>
2702
2702
  */
2703
- Environment?: {
2704
- [key: string]: string;
2705
- };
2703
+ Environment?: Record<string, string>;
2706
2704
  }
2707
2705
  export declare namespace ModelBiasAppSpecification {
2708
2706
  /**
@@ -2843,9 +2841,7 @@ export interface ModelExplainabilityAppSpecification {
2843
2841
  /**
2844
2842
  * <p>Sets the environment variables in the Docker container.</p>
2845
2843
  */
2846
- Environment?: {
2847
- [key: string]: string;
2848
- };
2844
+ Environment?: Record<string, string>;
2849
2845
  }
2850
2846
  export declare namespace ModelExplainabilityAppSpecification {
2851
2847
  /**
@@ -3337,9 +3333,7 @@ export interface CreateModelPackageInput {
3337
3333
  /**
3338
3334
  * <p>The metadata properties associated with the model package versions.</p>
3339
3335
  */
3340
- CustomerMetadataProperties?: {
3341
- [key: string]: string;
3342
- };
3336
+ CustomerMetadataProperties?: Record<string, string>;
3343
3337
  /**
3344
3338
  * <p>Represents the drift check baselines that can be used when the model monitor is set using the model package.
3345
3339
  * For more information, see the topic on <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/pipelines-quality-clarify-baseline-lifecycle.html#pipelines-quality-clarify-baseline-drift-detection">Drift Detection against Previous Baselines in SageMaker Pipelines</a> in the <i>Amazon SageMaker Developer Guide</i>.
@@ -3465,9 +3459,7 @@ export interface ModelQualityAppSpecification {
3465
3459
  /**
3466
3460
  * <p>Sets the environment variables in the container that the monitoring job runs.</p>
3467
3461
  */
3468
- Environment?: {
3469
- [key: string]: string;
3470
- };
3462
+ Environment?: Record<string, string>;
3471
3463
  }
3472
3464
  export declare namespace ModelQualityAppSpecification {
3473
3465
  /**
@@ -3721,9 +3713,7 @@ export interface MonitoringJobDefinition {
3721
3713
  /**
3722
3714
  * <p>Sets the environment variables in the Docker container.</p>
3723
3715
  */
3724
- Environment?: {
3725
- [key: string]: string;
3726
- };
3716
+ Environment?: Record<string, string>;
3727
3717
  /**
3728
3718
  * <p>Specifies networking options for an monitoring job.</p>
3729
3719
  */
@@ -4787,9 +4777,7 @@ export interface CreateProcessingJobRequest {
4787
4777
  * <p>The environment variables to set in the Docker container. Up to
4788
4778
  * 100 key and values entries in the map are supported.</p>
4789
4779
  */
4790
- Environment?: {
4791
- [key: string]: string;
4792
- };
4780
+ Environment?: Record<string, string>;
4793
4781
  /**
4794
4782
  * <p>Networking options for a processing job, such as whether to allow inbound and
4795
4783
  * outbound network calls to and from processing containers, and the VPC subnets and
@@ -5000,9 +4988,7 @@ export interface DebugHookConfig {
5000
4988
  /**
5001
4989
  * <p>Configuration information for the Debugger hook parameters.</p>
5002
4990
  */
5003
- HookParameters?: {
5004
- [key: string]: string;
5005
- };
4991
+ HookParameters?: Record<string, string>;
5006
4992
  /**
5007
4993
  * <p>Configuration information for Debugger tensor collections. To learn more about
5008
4994
  * how to configure the <code>CollectionConfiguration</code> parameter,
@@ -5052,9 +5038,7 @@ export interface DebugRuleConfiguration {
5052
5038
  /**
5053
5039
  * <p>Runtime configuration for rule container.</p>
5054
5040
  */
5055
- RuleParameters?: {
5056
- [key: string]: string;
5057
- };
5041
+ RuleParameters?: Record<string, string>;
5058
5042
  }
5059
5043
  export declare namespace DebugRuleConfiguration {
5060
5044
  /**
@@ -5084,9 +5068,7 @@ export interface ProfilerConfig {
5084
5068
  * see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/debugger-createtrainingjob-api.html">Use the SageMaker and Debugger Configuration API Operations to Create, Update, and Debug Your Training Job</a>.
5085
5069
  * </p>
5086
5070
  */
5087
- ProfilingParameters?: {
5088
- [key: string]: string;
5089
- };
5071
+ ProfilingParameters?: Record<string, string>;
5090
5072
  }
5091
5073
  export declare namespace ProfilerConfig {
5092
5074
  /**
@@ -5125,9 +5107,7 @@ export interface ProfilerRuleConfiguration {
5125
5107
  /**
5126
5108
  * <p>Runtime configuration for rule container.</p>
5127
5109
  */
5128
- RuleParameters?: {
5129
- [key: string]: string;
5130
- };
5110
+ RuleParameters?: Record<string, string>;
5131
5111
  }
5132
5112
  export declare namespace ProfilerRuleConfiguration {
5133
5113
  /**
@@ -5169,9 +5149,7 @@ export interface CreateTrainingJobRequest {
5169
5149
  * key-value pair. Each key and value is limited to 256 characters, as specified by the
5170
5150
  * <code>Length Constraint</code>. </p>
5171
5151
  */
5172
- HyperParameters?: {
5173
- [key: string]: string;
5174
- };
5152
+ HyperParameters?: Record<string, string>;
5175
5153
  /**
5176
5154
  * <p>The registry path of the Docker image that contains the training algorithm and
5177
5155
  * algorithm-specific metadata, including the input mode. For more information about
@@ -5331,9 +5309,7 @@ export interface CreateTrainingJobRequest {
5331
5309
  /**
5332
5310
  * <p>The environment variables to set in the Docker container.</p>
5333
5311
  */
5334
- Environment?: {
5335
- [key: string]: string;
5336
- };
5312
+ Environment?: Record<string, string>;
5337
5313
  /**
5338
5314
  * <p>The number of times to retry the job when the job fails due to an
5339
5315
  * <code>InternalServerError</code>.</p>
@@ -5504,9 +5480,7 @@ export interface CreateTransformJobRequest {
5504
5480
  * <p>The environment variables to set in the Docker container. We support up to 16 key and
5505
5481
  * values entries in the map.</p>
5506
5482
  */
5507
- Environment?: {
5508
- [key: string]: string;
5509
- };
5483
+ Environment?: Record<string, string>;
5510
5484
  /**
5511
5485
  * <p>Describes the input source and
5512
5486
  * the
@@ -5758,23 +5732,17 @@ export interface CreateTrialComponentRequest {
5758
5732
  /**
5759
5733
  * <p>The hyperparameters for the component.</p>
5760
5734
  */
5761
- Parameters?: {
5762
- [key: string]: TrialComponentParameterValue;
5763
- };
5735
+ Parameters?: Record<string, TrialComponentParameterValue>;
5764
5736
  /**
5765
5737
  * <p>The input artifacts for the component. Examples of input artifacts are datasets,
5766
5738
  * algorithms, hyperparameters, source code, and instance types.</p>
5767
5739
  */
5768
- InputArtifacts?: {
5769
- [key: string]: TrialComponentArtifact;
5770
- };
5740
+ InputArtifacts?: Record<string, TrialComponentArtifact>;
5771
5741
  /**
5772
5742
  * <p>The output artifacts for the component. Examples of output artifacts are metrics,
5773
5743
  * snapshots, logs, and images.</p>
5774
5744
  */
5775
- OutputArtifacts?: {
5776
- [key: string]: TrialComponentArtifact;
5777
- };
5745
+ OutputArtifacts?: Record<string, TrialComponentArtifact>;
5778
5746
  /**
5779
5747
  * <p>Metadata properties of the tracking entity, trial, or trial component.</p>
5780
5748
  */
@@ -6937,9 +6905,7 @@ export interface DescribeActionResponse {
6937
6905
  /**
6938
6906
  * <p>A list of the action's properties.</p>
6939
6907
  */
6940
- Properties?: {
6941
- [key: string]: string;
6942
- };
6908
+ Properties?: Record<string, string>;
6943
6909
  /**
6944
6910
  * <p>When the action was created.</p>
6945
6911
  */
@@ -7186,9 +7152,7 @@ export interface DescribeArtifactResponse {
7186
7152
  /**
7187
7153
  * <p>A list of the artifact's properties.</p>
7188
7154
  */
7189
- Properties?: {
7190
- [key: string]: string;
7191
- };
7155
+ Properties?: Record<string, string>;
7192
7156
  /**
7193
7157
  * <p>When the artifact was created.</p>
7194
7158
  */
@@ -7597,9 +7561,7 @@ export interface DescribeContextResponse {
7597
7561
  /**
7598
7562
  * <p>A list of the context's properties.</p>
7599
7563
  */
7600
- Properties?: {
7601
- [key: string]: string;
7602
- };
7564
+ Properties?: Record<string, string>;
7603
7565
  /**
7604
7566
  * <p>When the context was created.</p>
7605
7567
  */
@@ -8925,9 +8887,7 @@ export interface HyperParameterTrainingJobSummary {
8925
8887
  * list of the hyperparameters for which you specified ranges to
8926
8888
  * search.</p>
8927
8889
  */
8928
- TunedHyperParameters: {
8929
- [key: string]: string;
8930
- } | undefined;
8890
+ TunedHyperParameters: Record<string, string> | undefined;
8931
8891
  /**
8932
8892
  * <p>The
8933
8893
  * reason that the training job failed.
@@ -606,9 +606,7 @@ export interface DescribeModelPackageOutput {
606
606
  /**
607
607
  * <p>The metadata properties associated with the model package versions.</p>
608
608
  */
609
- CustomerMetadataProperties?: {
610
- [key: string]: string;
611
- };
609
+ CustomerMetadataProperties?: Record<string, string>;
612
610
  /**
613
611
  * <p>Represents the drift check baselines that can be used when the model monitor is set using the model package.
614
612
  * For more information, see the topic on <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/pipelines-quality-clarify-baseline-lifecycle.html#pipelines-quality-clarify-baseline-drift-detection">Drift Detection against Previous Baselines in SageMaker Pipelines</a> in the <i>Amazon SageMaker Developer Guide</i>.
@@ -1357,9 +1355,7 @@ export interface DescribeProcessingJobResponse {
1357
1355
  /**
1358
1356
  * <p>The environment variables set in the Docker container.</p>
1359
1357
  */
1360
- Environment?: {
1361
- [key: string]: string;
1362
- };
1358
+ Environment?: Record<string, string>;
1363
1359
  /**
1364
1360
  * <p>Networking options for a processing job.</p>
1365
1361
  */
@@ -2103,9 +2099,7 @@ export interface DescribeTrainingJobResponse {
2103
2099
  /**
2104
2100
  * <p>Algorithm-specific parameters. </p>
2105
2101
  */
2106
- HyperParameters?: {
2107
- [key: string]: string;
2108
- };
2102
+ HyperParameters?: Record<string, string>;
2109
2103
  /**
2110
2104
  * <p>Information about the algorithm used for training, and algorithm metadata.
2111
2105
  * </p>
@@ -2289,9 +2283,7 @@ export interface DescribeTrainingJobResponse {
2289
2283
  /**
2290
2284
  * <p>The environment variables to set in the Docker container.</p>
2291
2285
  */
2292
- Environment?: {
2293
- [key: string]: string;
2294
- };
2286
+ Environment?: Record<string, string>;
2295
2287
  }
2296
2288
  export declare namespace DescribeTrainingJobResponse {
2297
2289
  /**
@@ -2384,9 +2376,7 @@ export interface DescribeTransformJobResponse {
2384
2376
  * environment variables to set in the Docker container. We support up to 16 key and values
2385
2377
  * entries in the map.</p>
2386
2378
  */
2387
- Environment?: {
2388
- [key: string]: string;
2389
- };
2379
+ Environment?: Record<string, string>;
2390
2380
  /**
2391
2381
  * <p>Describes the dataset to be transformed and the Amazon S3 location where it is
2392
2382
  * stored.</p>
@@ -2687,21 +2677,15 @@ export interface DescribeTrialComponentResponse {
2687
2677
  /**
2688
2678
  * <p>The hyperparameters of the component.</p>
2689
2679
  */
2690
- Parameters?: {
2691
- [key: string]: TrialComponentParameterValue;
2692
- };
2680
+ Parameters?: Record<string, TrialComponentParameterValue>;
2693
2681
  /**
2694
2682
  * <p>The input artifacts of the component.</p>
2695
2683
  */
2696
- InputArtifacts?: {
2697
- [key: string]: TrialComponentArtifact;
2698
- };
2684
+ InputArtifacts?: Record<string, TrialComponentArtifact>;
2699
2685
  /**
2700
2686
  * <p>The output artifacts of the component.</p>
2701
2687
  */
2702
- OutputArtifacts?: {
2703
- [key: string]: TrialComponentArtifact;
2704
- };
2688
+ OutputArtifacts?: Record<string, TrialComponentArtifact>;
2705
2689
  /**
2706
2690
  * <p>Metadata properties of the tracking entity, trial, or trial component.</p>
2707
2691
  */
@@ -925,9 +925,7 @@ export interface ModelPackage {
925
925
  /**
926
926
  * <p>The metadata properties for the model package. </p>
927
927
  */
928
- CustomerMetadataProperties?: {
929
- [key: string]: string;
930
- };
928
+ CustomerMetadataProperties?: Record<string, string>;
931
929
  /**
932
930
  * <p>Represents the drift check baselines that can be used when the model monitor is set using the model package.</p>
933
931
  */
@@ -1233,9 +1231,7 @@ export interface ProcessingJob {
1233
1231
  /**
1234
1232
  * <p>Sets the environment variables in the Docker container.</p>
1235
1233
  */
1236
- Environment?: {
1237
- [key: string]: string;
1238
- };
1234
+ Environment?: Record<string, string>;
1239
1235
  /**
1240
1236
  * <p>Networking options for a job, such as network traffic encryption between containers,
1241
1237
  * whether to allow inbound and outbound network calls to and from containers, and the VPC
@@ -1349,9 +1345,7 @@ export interface ProfilerConfigForUpdate {
1349
1345
  * see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/debugger-createtrainingjob-api.html">Use the SageMaker and Debugger Configuration API Operations to Create, Update, and Debug Your Training Job</a>.
1350
1346
  * </p>
1351
1347
  */
1352
- ProfilingParameters?: {
1353
- [key: string]: string;
1354
- };
1348
+ ProfilingParameters?: Record<string, string>;
1355
1349
  /**
1356
1350
  * <p>To disable Debugger monitoring and profiling, set to <code>True</code>.</p>
1357
1351
  */
@@ -1492,9 +1486,7 @@ export interface QueryFilters {
1492
1486
  * <p>Filter the lineage entities connected to the <code>StartArn</code>(s) by a set if property key value pairs.
1493
1487
  * If multiple pairs are provided, an entity is included in the results if it matches any of the provided pairs.</p>
1494
1488
  */
1495
- Properties?: {
1496
- [key: string]: string;
1497
- };
1489
+ Properties?: Record<string, string>;
1498
1490
  }
1499
1491
  export declare namespace QueryFilters {
1500
1492
  /**
@@ -1914,9 +1906,7 @@ export interface TrainingJob {
1914
1906
  /**
1915
1907
  * <p>Algorithm-specific parameters.</p>
1916
1908
  */
1917
- HyperParameters?: {
1918
- [key: string]: string;
1919
- };
1909
+ HyperParameters?: Record<string, string>;
1920
1910
  /**
1921
1911
  * <p>Information about the algorithm used for training, and algorithm metadata.</p>
1922
1912
  */
@@ -2064,9 +2054,7 @@ export interface TrainingJob {
2064
2054
  /**
2065
2055
  * <p>The environment variables to set in the Docker container.</p>
2066
2056
  */
2067
- Environment?: {
2068
- [key: string]: string;
2069
- };
2057
+ Environment?: Record<string, string>;
2070
2058
  /**
2071
2059
  * <p>The number of times to retry the job when the job fails due to an
2072
2060
  * <code>InternalServerError</code>.</p>
@@ -2265,9 +2253,7 @@ export interface TransformJob {
2265
2253
  * <p>The environment variables to set in the Docker container. We support up to 16 key and
2266
2254
  * values entries in the map.</p>
2267
2255
  */
2268
- Environment?: {
2269
- [key: string]: string;
2270
- };
2256
+ Environment?: Record<string, string>;
2271
2257
  /**
2272
2258
  * <p>Describes the input source of a transform job and the way the transform job consumes
2273
2259
  * it.</p>
@@ -2430,21 +2416,15 @@ export interface TrialComponent {
2430
2416
  /**
2431
2417
  * <p>The hyperparameters of the component.</p>
2432
2418
  */
2433
- Parameters?: {
2434
- [key: string]: TrialComponentParameterValue;
2435
- };
2419
+ Parameters?: Record<string, TrialComponentParameterValue>;
2436
2420
  /**
2437
2421
  * <p>The input artifacts of the component.</p>
2438
2422
  */
2439
- InputArtifacts?: {
2440
- [key: string]: TrialComponentArtifact;
2441
- };
2423
+ InputArtifacts?: Record<string, TrialComponentArtifact>;
2442
2424
  /**
2443
2425
  * <p>The output artifacts of the component.</p>
2444
2426
  */
2445
- OutputArtifacts?: {
2446
- [key: string]: TrialComponentArtifact;
2447
- };
2427
+ OutputArtifacts?: Record<string, TrialComponentArtifact>;
2448
2428
  /**
2449
2429
  * <p>The metrics for the component.</p>
2450
2430
  */
@@ -2866,9 +2846,7 @@ export interface UpdateActionRequest {
2866
2846
  /**
2867
2847
  * <p>The new list of properties. Overwrites the current property list.</p>
2868
2848
  */
2869
- Properties?: {
2870
- [key: string]: string;
2871
- };
2849
+ Properties?: Record<string, string>;
2872
2850
  /**
2873
2851
  * <p>A list of properties to remove.</p>
2874
2852
  */
@@ -2932,9 +2910,7 @@ export interface UpdateArtifactRequest {
2932
2910
  /**
2933
2911
  * <p>The new list of properties. Overwrites the current property list.</p>
2934
2912
  */
2935
- Properties?: {
2936
- [key: string]: string;
2937
- };
2913
+ Properties?: Record<string, string>;
2938
2914
  /**
2939
2915
  * <p>A list of properties to remove.</p>
2940
2916
  */
@@ -3005,9 +2981,7 @@ export interface UpdateContextRequest {
3005
2981
  /**
3006
2982
  * <p>The new list of properties. Overwrites the current property list.</p>
3007
2983
  */
3008
- Properties?: {
3009
- [key: string]: string;
3010
- };
2984
+ Properties?: Record<string, string>;
3011
2985
  /**
3012
2986
  * <p>A list of properties to remove.</p>
3013
2987
  */
@@ -3324,9 +3298,7 @@ export interface UpdateModelPackageInput {
3324
3298
  /**
3325
3299
  * <p>The metadata properties associated with the model package versions.</p>
3326
3300
  */
3327
- CustomerMetadataProperties?: {
3328
- [key: string]: string;
3329
- };
3301
+ CustomerMetadataProperties?: Record<string, string>;
3330
3302
  /**
3331
3303
  * <p>The metadata properties associated with the model package versions to remove.</p>
3332
3304
  */
@@ -3771,9 +3743,7 @@ export interface UpdateTrialComponentRequest {
3771
3743
  /**
3772
3744
  * <p>Replaces all of the component's hyperparameters with the specified hyperparameters.</p>
3773
3745
  */
3774
- Parameters?: {
3775
- [key: string]: TrialComponentParameterValue;
3776
- };
3746
+ Parameters?: Record<string, TrialComponentParameterValue>;
3777
3747
  /**
3778
3748
  * <p>The hyperparameters to remove from the component.</p>
3779
3749
  */
@@ -3781,9 +3751,7 @@ export interface UpdateTrialComponentRequest {
3781
3751
  /**
3782
3752
  * <p>Replaces all of the component's input artifacts with the specified artifacts.</p>
3783
3753
  */
3784
- InputArtifacts?: {
3785
- [key: string]: TrialComponentArtifact;
3786
- };
3754
+ InputArtifacts?: Record<string, TrialComponentArtifact>;
3787
3755
  /**
3788
3756
  * <p>The input artifacts to remove from the component.</p>
3789
3757
  */
@@ -3791,9 +3759,7 @@ export interface UpdateTrialComponentRequest {
3791
3759
  /**
3792
3760
  * <p>Replaces all of the component's output artifacts with the specified artifacts.</p>
3793
3761
  */
3794
- OutputArtifacts?: {
3795
- [key: string]: TrialComponentArtifact;
3796
- };
3762
+ OutputArtifacts?: Record<string, TrialComponentArtifact>;
3797
3763
  /**
3798
3764
  * <p>The output artifacts to remove from the component.</p>
3799
3765
  */
@@ -108,9 +108,7 @@ export interface ModelPackageContainerDefinition {
108
108
 
109
109
  ProductId?: string;
110
110
 
111
- Environment?: {
112
- [key: string]: string;
113
- };
111
+ Environment?: Record<string, string>;
114
112
 
115
113
  ModelInput?: ModelInput;
116
114
 
@@ -574,9 +572,7 @@ export interface TrainingJobDefinition {
574
572
 
575
573
  TrainingInputMode: TrainingInputMode | string | undefined;
576
574
 
577
- HyperParameters?: {
578
- [key: string]: string;
579
- };
575
+ HyperParameters?: Record<string, string>;
580
576
 
581
577
  InputDataConfig: Channel[] | undefined;
582
578
 
@@ -676,9 +672,7 @@ export interface TransformJobDefinition {
676
672
 
677
673
  BatchStrategy?: BatchStrategy | string;
678
674
 
679
- Environment?: {
680
- [key: string]: string;
681
- };
675
+ Environment?: Record<string, string>;
682
676
 
683
677
  TransformInput: TransformInput | undefined;
684
678
 
@@ -1198,9 +1192,7 @@ export interface AutoMLContainerDefinition {
1198
1192
 
1199
1193
  ModelDataUrl: string | undefined;
1200
1194
 
1201
- Environment?: {
1202
- [key: string]: string;
1203
- };
1195
+ Environment?: Record<string, string>;
1204
1196
  }
1205
1197
  export declare namespace AutoMLContainerDefinition {
1206
1198
 
@@ -1541,13 +1533,9 @@ export declare namespace BatchDescribeModelPackageSummary {
1541
1533
  }
1542
1534
  export interface BatchDescribeModelPackageOutput {
1543
1535
 
1544
- ModelPackageSummaries?: {
1545
- [key: string]: BatchDescribeModelPackageSummary;
1546
- };
1536
+ ModelPackageSummaries?: Record<string, BatchDescribeModelPackageSummary>;
1547
1537
 
1548
- BatchDescribeModelPackageErrorMap?: {
1549
- [key: string]: BatchDescribeModelPackageError;
1550
- };
1538
+ BatchDescribeModelPackageErrorMap?: Record<string, BatchDescribeModelPackageError>;
1551
1539
  }
1552
1540
  export declare namespace BatchDescribeModelPackageOutput {
1553
1541
 
@@ -1849,9 +1837,7 @@ export interface CollectionConfiguration {
1849
1837
 
1850
1838
  CollectionName?: string;
1851
1839
 
1852
- CollectionParameters?: {
1853
- [key: string]: string;
1854
- };
1840
+ CollectionParameters?: Record<string, string>;
1855
1841
  }
1856
1842
  export declare namespace CollectionConfiguration {
1857
1843
 
@@ -2020,9 +2006,7 @@ export interface ContainerDefinition {
2020
2006
 
2021
2007
  ModelDataUrl?: string;
2022
2008
 
2023
- Environment?: {
2024
- [key: string]: string;
2025
- };
2009
+ Environment?: Record<string, string>;
2026
2010
 
2027
2011
  ModelPackageName?: string;
2028
2012
 
@@ -2129,9 +2113,7 @@ export interface CreateActionRequest {
2129
2113
 
2130
2114
  Status?: ActionStatus | string;
2131
2115
 
2132
- Properties?: {
2133
- [key: string]: string;
2134
- };
2116
+ Properties?: Record<string, string>;
2135
2117
 
2136
2118
  MetadataProperties?: MetadataProperties;
2137
2119
 
@@ -2343,9 +2325,7 @@ export interface CreateArtifactRequest {
2343
2325
 
2344
2326
  ArtifactType: string | undefined;
2345
2327
 
2346
- Properties?: {
2347
- [key: string]: string;
2348
- };
2328
+ Properties?: Record<string, string>;
2349
2329
 
2350
2330
  MetadataProperties?: MetadataProperties;
2351
2331
 
@@ -2540,9 +2520,7 @@ export interface CreateContextRequest {
2540
2520
 
2541
2521
  Description?: string;
2542
2522
 
2543
- Properties?: {
2544
- [key: string]: string;
2545
- };
2523
+ Properties?: Record<string, string>;
2546
2524
 
2547
2525
  Tags?: Tag[];
2548
2526
  }
@@ -2571,9 +2549,7 @@ export interface DataQualityAppSpecification {
2571
2549
 
2572
2550
  PostAnalyticsProcessorSourceUri?: string;
2573
2551
 
2574
- Environment?: {
2575
- [key: string]: string;
2576
- };
2552
+ Environment?: Record<string, string>;
2577
2553
  }
2578
2554
  export declare namespace DataQualityAppSpecification {
2579
2555
 
@@ -3565,9 +3541,7 @@ export interface HyperParameterTrainingJobDefinition {
3565
3541
 
3566
3542
  HyperParameterRanges?: ParameterRanges;
3567
3543
 
3568
- StaticHyperParameters?: {
3569
- [key: string]: string;
3570
- };
3544
+ StaticHyperParameters?: Record<string, string>;
3571
3545
 
3572
3546
  AlgorithmSpecification: HyperParameterAlgorithmSpecification | undefined;
3573
3547
 
@@ -403,9 +403,7 @@ export interface ModelBiasAppSpecification {
403
403
 
404
404
  ConfigUri: string | undefined;
405
405
 
406
- Environment?: {
407
- [key: string]: string;
408
- };
406
+ Environment?: Record<string, string>;
409
407
  }
410
408
  export declare namespace ModelBiasAppSpecification {
411
409
 
@@ -483,9 +481,7 @@ export interface ModelExplainabilityAppSpecification {
483
481
 
484
482
  ConfigUri: string | undefined;
485
483
 
486
- Environment?: {
487
- [key: string]: string;
488
- };
484
+ Environment?: Record<string, string>;
489
485
  }
490
486
  export declare namespace ModelExplainabilityAppSpecification {
491
487
 
@@ -733,9 +729,7 @@ export interface CreateModelPackageInput {
733
729
 
734
730
  ClientToken?: string;
735
731
 
736
- CustomerMetadataProperties?: {
737
- [key: string]: string;
738
- };
732
+ CustomerMetadataProperties?: Record<string, string>;
739
733
 
740
734
  DriftCheckBaselines?: DriftCheckBaselines;
741
735
 
@@ -799,9 +793,7 @@ export interface ModelQualityAppSpecification {
799
793
 
800
794
  ProblemType?: MonitoringProblemType | string;
801
795
 
802
- Environment?: {
803
- [key: string]: string;
804
- };
796
+ Environment?: Record<string, string>;
805
797
  }
806
798
  export declare namespace ModelQualityAppSpecification {
807
799
 
@@ -930,9 +922,7 @@ export interface MonitoringJobDefinition {
930
922
 
931
923
  StoppingCondition?: MonitoringStoppingCondition;
932
924
 
933
- Environment?: {
934
- [key: string]: string;
935
- };
925
+ Environment?: Record<string, string>;
936
926
 
937
927
  NetworkConfig?: NetworkConfig;
938
928
 
@@ -1468,9 +1458,7 @@ export interface CreateProcessingJobRequest {
1468
1458
 
1469
1459
  AppSpecification: AppSpecification | undefined;
1470
1460
 
1471
- Environment?: {
1472
- [key: string]: string;
1473
- };
1461
+ Environment?: Record<string, string>;
1474
1462
 
1475
1463
  NetworkConfig?: NetworkConfig;
1476
1464
 
@@ -1575,9 +1563,7 @@ export interface DebugHookConfig {
1575
1563
 
1576
1564
  S3OutputPath: string | undefined;
1577
1565
 
1578
- HookParameters?: {
1579
- [key: string]: string;
1580
- };
1566
+ HookParameters?: Record<string, string>;
1581
1567
 
1582
1568
  CollectionConfigurations?: CollectionConfiguration[];
1583
1569
  }
@@ -1600,9 +1586,7 @@ export interface DebugRuleConfiguration {
1600
1586
 
1601
1587
  VolumeSizeInGB?: number;
1602
1588
 
1603
- RuleParameters?: {
1604
- [key: string]: string;
1605
- };
1589
+ RuleParameters?: Record<string, string>;
1606
1590
  }
1607
1591
  export declare namespace DebugRuleConfiguration {
1608
1592
 
@@ -1615,9 +1599,7 @@ export interface ProfilerConfig {
1615
1599
 
1616
1600
  ProfilingIntervalInMilliseconds?: number;
1617
1601
 
1618
- ProfilingParameters?: {
1619
- [key: string]: string;
1620
- };
1602
+ ProfilingParameters?: Record<string, string>;
1621
1603
  }
1622
1604
  export declare namespace ProfilerConfig {
1623
1605
 
@@ -1638,9 +1620,7 @@ export interface ProfilerRuleConfiguration {
1638
1620
 
1639
1621
  VolumeSizeInGB?: number;
1640
1622
 
1641
- RuleParameters?: {
1642
- [key: string]: string;
1643
- };
1623
+ RuleParameters?: Record<string, string>;
1644
1624
  }
1645
1625
  export declare namespace ProfilerRuleConfiguration {
1646
1626
 
@@ -1661,9 +1641,7 @@ export interface CreateTrainingJobRequest {
1661
1641
 
1662
1642
  TrainingJobName: string | undefined;
1663
1643
 
1664
- HyperParameters?: {
1665
- [key: string]: string;
1666
- };
1644
+ HyperParameters?: Record<string, string>;
1667
1645
 
1668
1646
  AlgorithmSpecification: AlgorithmSpecification | undefined;
1669
1647
 
@@ -1701,9 +1679,7 @@ export interface CreateTrainingJobRequest {
1701
1679
 
1702
1680
  ProfilerRuleConfigurations?: ProfilerRuleConfiguration[];
1703
1681
 
1704
- Environment?: {
1705
- [key: string]: string;
1706
- };
1682
+ Environment?: Record<string, string>;
1707
1683
 
1708
1684
  RetryStrategy?: RetryStrategy;
1709
1685
  }
@@ -1761,9 +1737,7 @@ export interface CreateTransformJobRequest {
1761
1737
 
1762
1738
  BatchStrategy?: BatchStrategy | string;
1763
1739
 
1764
- Environment?: {
1765
- [key: string]: string;
1766
- };
1740
+ Environment?: Record<string, string>;
1767
1741
 
1768
1742
  TransformInput: TransformInput | undefined;
1769
1743
 
@@ -1886,17 +1860,11 @@ export interface CreateTrialComponentRequest {
1886
1860
 
1887
1861
  EndTime?: Date;
1888
1862
 
1889
- Parameters?: {
1890
- [key: string]: TrialComponentParameterValue;
1891
- };
1863
+ Parameters?: Record<string, TrialComponentParameterValue>;
1892
1864
 
1893
- InputArtifacts?: {
1894
- [key: string]: TrialComponentArtifact;
1895
- };
1865
+ InputArtifacts?: Record<string, TrialComponentArtifact>;
1896
1866
 
1897
- OutputArtifacts?: {
1898
- [key: string]: TrialComponentArtifact;
1899
- };
1867
+ OutputArtifacts?: Record<string, TrialComponentArtifact>;
1900
1868
 
1901
1869
  MetadataProperties?: MetadataProperties;
1902
1870
 
@@ -2585,9 +2553,7 @@ export interface DescribeActionResponse {
2585
2553
 
2586
2554
  Status?: ActionStatus | string;
2587
2555
 
2588
- Properties?: {
2589
- [key: string]: string;
2590
- };
2556
+ Properties?: Record<string, string>;
2591
2557
 
2592
2558
  CreationTime?: Date;
2593
2559
 
@@ -2725,9 +2691,7 @@ export interface DescribeArtifactResponse {
2725
2691
 
2726
2692
  ArtifactType?: string;
2727
2693
 
2728
- Properties?: {
2729
- [key: string]: string;
2730
- };
2694
+ Properties?: Record<string, string>;
2731
2695
 
2732
2696
  CreationTime?: Date;
2733
2697
 
@@ -2933,9 +2897,7 @@ export interface DescribeContextResponse {
2933
2897
 
2934
2898
  Description?: string;
2935
2899
 
2936
- Properties?: {
2937
- [key: string]: string;
2938
- };
2900
+ Properties?: Record<string, string>;
2939
2901
 
2940
2902
  CreationTime?: Date;
2941
2903
 
@@ -3605,9 +3567,7 @@ export interface HyperParameterTrainingJobSummary {
3605
3567
 
3606
3568
  TrainingJobStatus: TrainingJobStatus | string | undefined;
3607
3569
 
3608
- TunedHyperParameters: {
3609
- [key: string]: string;
3610
- } | undefined;
3570
+ TunedHyperParameters: Record<string, string> | undefined;
3611
3571
 
3612
3572
  FailureReason?: string;
3613
3573
 
@@ -290,9 +290,7 @@ export interface DescribeModelPackageOutput {
290
290
 
291
291
  ApprovalDescription?: string;
292
292
 
293
- CustomerMetadataProperties?: {
294
- [key: string]: string;
295
- };
293
+ CustomerMetadataProperties?: Record<string, string>;
296
294
 
297
295
  DriftCheckBaselines?: DriftCheckBaselines;
298
296
 
@@ -693,9 +691,7 @@ export interface DescribeProcessingJobResponse {
693
691
 
694
692
  AppSpecification: AppSpecification | undefined;
695
693
 
696
- Environment?: {
697
- [key: string]: string;
698
- };
694
+ Environment?: Record<string, string>;
699
695
 
700
696
  NetworkConfig?: NetworkConfig;
701
697
 
@@ -942,9 +938,7 @@ export interface DescribeTrainingJobResponse {
942
938
 
943
939
  FailureReason?: string;
944
940
 
945
- HyperParameters?: {
946
- [key: string]: string;
947
- };
941
+ HyperParameters?: Record<string, string>;
948
942
 
949
943
  AlgorithmSpecification: AlgorithmSpecification | undefined;
950
944
 
@@ -1004,9 +998,7 @@ export interface DescribeTrainingJobResponse {
1004
998
 
1005
999
  RetryStrategy?: RetryStrategy;
1006
1000
 
1007
- Environment?: {
1008
- [key: string]: string;
1009
- };
1001
+ Environment?: Record<string, string>;
1010
1002
  }
1011
1003
  export declare namespace DescribeTrainingJobResponse {
1012
1004
 
@@ -1047,9 +1039,7 @@ export interface DescribeTransformJobResponse {
1047
1039
 
1048
1040
  BatchStrategy?: BatchStrategy | string;
1049
1041
 
1050
- Environment?: {
1051
- [key: string]: string;
1052
- };
1042
+ Environment?: Record<string, string>;
1053
1043
 
1054
1044
  TransformInput: TransformInput | undefined;
1055
1045
 
@@ -1188,17 +1178,11 @@ export interface DescribeTrialComponentResponse {
1188
1178
 
1189
1179
  LastModifiedBy?: UserContext;
1190
1180
 
1191
- Parameters?: {
1192
- [key: string]: TrialComponentParameterValue;
1193
- };
1181
+ Parameters?: Record<string, TrialComponentParameterValue>;
1194
1182
 
1195
- InputArtifacts?: {
1196
- [key: string]: TrialComponentArtifact;
1197
- };
1183
+ InputArtifacts?: Record<string, TrialComponentArtifact>;
1198
1184
 
1199
- OutputArtifacts?: {
1200
- [key: string]: TrialComponentArtifact;
1201
- };
1185
+ OutputArtifacts?: Record<string, TrialComponentArtifact>;
1202
1186
 
1203
1187
  MetadataProperties?: MetadataProperties;
1204
1188
 
@@ -461,9 +461,7 @@ export interface ModelPackage {
461
461
 
462
462
  Tags?: Tag[];
463
463
 
464
- CustomerMetadataProperties?: {
465
- [key: string]: string;
466
- };
464
+ CustomerMetadataProperties?: Record<string, string>;
467
465
 
468
466
  DriftCheckBaselines?: DriftCheckBaselines;
469
467
  }
@@ -595,9 +593,7 @@ export interface ProcessingJob {
595
593
 
596
594
  AppSpecification?: AppSpecification;
597
595
 
598
- Environment?: {
599
- [key: string]: string;
600
- };
596
+ Environment?: Record<string, string>;
601
597
 
602
598
  NetworkConfig?: NetworkConfig;
603
599
 
@@ -640,9 +636,7 @@ export interface ProfilerConfigForUpdate {
640
636
 
641
637
  ProfilingIntervalInMilliseconds?: number;
642
638
 
643
- ProfilingParameters?: {
644
- [key: string]: string;
645
- };
639
+ ProfilingParameters?: Record<string, string>;
646
640
 
647
641
  DisableProfiler?: boolean;
648
642
  }
@@ -714,9 +708,7 @@ export interface QueryFilters {
714
708
 
715
709
  ModifiedAfter?: Date;
716
710
 
717
- Properties?: {
718
- [key: string]: string;
719
- };
711
+ Properties?: Record<string, string>;
720
712
  }
721
713
  export declare namespace QueryFilters {
722
714
 
@@ -868,9 +860,7 @@ export interface TrainingJob {
868
860
 
869
861
  FailureReason?: string;
870
862
 
871
- HyperParameters?: {
872
- [key: string]: string;
873
- };
863
+ HyperParameters?: Record<string, string>;
874
864
 
875
865
  AlgorithmSpecification?: AlgorithmSpecification;
876
866
 
@@ -920,9 +910,7 @@ export interface TrainingJob {
920
910
 
921
911
  DebugRuleEvaluationStatuses?: DebugRuleEvaluationStatus[];
922
912
 
923
- Environment?: {
924
- [key: string]: string;
925
- };
913
+ Environment?: Record<string, string>;
926
914
 
927
915
  RetryStrategy?: RetryStrategy;
928
916
 
@@ -1001,9 +989,7 @@ export interface TransformJob {
1001
989
 
1002
990
  BatchStrategy?: BatchStrategy | string;
1003
991
 
1004
- Environment?: {
1005
- [key: string]: string;
1006
- };
992
+ Environment?: Record<string, string>;
1007
993
 
1008
994
  TransformInput?: TransformInput;
1009
995
 
@@ -1071,17 +1057,11 @@ export interface TrialComponent {
1071
1057
 
1072
1058
  LastModifiedBy?: UserContext;
1073
1059
 
1074
- Parameters?: {
1075
- [key: string]: TrialComponentParameterValue;
1076
- };
1060
+ Parameters?: Record<string, TrialComponentParameterValue>;
1077
1061
 
1078
- InputArtifacts?: {
1079
- [key: string]: TrialComponentArtifact;
1080
- };
1062
+ InputArtifacts?: Record<string, TrialComponentArtifact>;
1081
1063
 
1082
- OutputArtifacts?: {
1083
- [key: string]: TrialComponentArtifact;
1084
- };
1064
+ OutputArtifacts?: Record<string, TrialComponentArtifact>;
1085
1065
 
1086
1066
  Metrics?: TrialComponentMetricSummary[];
1087
1067
 
@@ -1334,9 +1314,7 @@ export interface UpdateActionRequest {
1334
1314
 
1335
1315
  Status?: ActionStatus | string;
1336
1316
 
1337
- Properties?: {
1338
- [key: string]: string;
1339
- };
1317
+ Properties?: Record<string, string>;
1340
1318
 
1341
1319
  PropertiesToRemove?: string[];
1342
1320
  }
@@ -1376,9 +1354,7 @@ export interface UpdateArtifactRequest {
1376
1354
 
1377
1355
  ArtifactName?: string;
1378
1356
 
1379
- Properties?: {
1380
- [key: string]: string;
1381
- };
1357
+ Properties?: Record<string, string>;
1382
1358
 
1383
1359
  PropertiesToRemove?: string[];
1384
1360
  }
@@ -1418,9 +1394,7 @@ export interface UpdateContextRequest {
1418
1394
 
1419
1395
  Description?: string;
1420
1396
 
1421
- Properties?: {
1422
- [key: string]: string;
1423
- };
1397
+ Properties?: Record<string, string>;
1424
1398
 
1425
1399
  PropertiesToRemove?: string[];
1426
1400
  }
@@ -1592,9 +1566,7 @@ export interface UpdateModelPackageInput {
1592
1566
 
1593
1567
  ApprovalDescription?: string;
1594
1568
 
1595
- CustomerMetadataProperties?: {
1596
- [key: string]: string;
1597
- };
1569
+ CustomerMetadataProperties?: Record<string, string>;
1598
1570
 
1599
1571
  CustomerMetadataPropertiesToRemove?: string[];
1600
1572
 
@@ -1821,21 +1793,15 @@ export interface UpdateTrialComponentRequest {
1821
1793
 
1822
1794
  EndTime?: Date;
1823
1795
 
1824
- Parameters?: {
1825
- [key: string]: TrialComponentParameterValue;
1826
- };
1796
+ Parameters?: Record<string, TrialComponentParameterValue>;
1827
1797
 
1828
1798
  ParametersToRemove?: string[];
1829
1799
 
1830
- InputArtifacts?: {
1831
- [key: string]: TrialComponentArtifact;
1832
- };
1800
+ InputArtifacts?: Record<string, TrialComponentArtifact>;
1833
1801
 
1834
1802
  InputArtifactsToRemove?: string[];
1835
1803
 
1836
- OutputArtifacts?: {
1837
- [key: string]: TrialComponentArtifact;
1838
- };
1804
+ OutputArtifacts?: Record<string, TrialComponentArtifact>;
1839
1805
 
1840
1806
  OutputArtifactsToRemove?: string[];
1841
1807
  }
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.101.0",
4
+ "version": "3.110.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",
@@ -18,37 +18,38 @@
18
18
  "dependencies": {
19
19
  "@aws-crypto/sha256-browser": "2.0.0",
20
20
  "@aws-crypto/sha256-js": "2.0.0",
21
- "@aws-sdk/client-sts": "3.100.0",
22
- "@aws-sdk/config-resolver": "3.80.0",
23
- "@aws-sdk/credential-provider-node": "3.100.0",
24
- "@aws-sdk/fetch-http-handler": "3.78.0",
25
- "@aws-sdk/hash-node": "3.78.0",
26
- "@aws-sdk/invalid-dependency": "3.78.0",
27
- "@aws-sdk/middleware-content-length": "3.78.0",
28
- "@aws-sdk/middleware-host-header": "3.78.0",
29
- "@aws-sdk/middleware-logger": "3.78.0",
30
- "@aws-sdk/middleware-retry": "3.80.0",
31
- "@aws-sdk/middleware-serde": "3.78.0",
32
- "@aws-sdk/middleware-signing": "3.78.0",
33
- "@aws-sdk/middleware-stack": "3.78.0",
34
- "@aws-sdk/middleware-user-agent": "3.78.0",
35
- "@aws-sdk/node-config-provider": "3.80.0",
36
- "@aws-sdk/node-http-handler": "3.94.0",
37
- "@aws-sdk/protocol-http": "3.78.0",
38
- "@aws-sdk/smithy-client": "3.99.0",
39
- "@aws-sdk/types": "3.78.0",
40
- "@aws-sdk/url-parser": "3.78.0",
41
- "@aws-sdk/util-base64-browser": "3.58.0",
21
+ "@aws-sdk/client-sts": "3.110.0",
22
+ "@aws-sdk/config-resolver": "3.110.0",
23
+ "@aws-sdk/credential-provider-node": "3.110.0",
24
+ "@aws-sdk/fetch-http-handler": "3.110.0",
25
+ "@aws-sdk/hash-node": "3.110.0",
26
+ "@aws-sdk/invalid-dependency": "3.110.0",
27
+ "@aws-sdk/middleware-content-length": "3.110.0",
28
+ "@aws-sdk/middleware-host-header": "3.110.0",
29
+ "@aws-sdk/middleware-logger": "3.110.0",
30
+ "@aws-sdk/middleware-recursion-detection": "3.110.0",
31
+ "@aws-sdk/middleware-retry": "3.110.0",
32
+ "@aws-sdk/middleware-serde": "3.110.0",
33
+ "@aws-sdk/middleware-signing": "3.110.0",
34
+ "@aws-sdk/middleware-stack": "3.110.0",
35
+ "@aws-sdk/middleware-user-agent": "3.110.0",
36
+ "@aws-sdk/node-config-provider": "3.110.0",
37
+ "@aws-sdk/node-http-handler": "3.110.0",
38
+ "@aws-sdk/protocol-http": "3.110.0",
39
+ "@aws-sdk/smithy-client": "3.110.0",
40
+ "@aws-sdk/types": "3.110.0",
41
+ "@aws-sdk/url-parser": "3.110.0",
42
+ "@aws-sdk/util-base64-browser": "3.109.0",
42
43
  "@aws-sdk/util-base64-node": "3.55.0",
43
44
  "@aws-sdk/util-body-length-browser": "3.55.0",
44
45
  "@aws-sdk/util-body-length-node": "3.55.0",
45
- "@aws-sdk/util-defaults-mode-browser": "3.99.0",
46
- "@aws-sdk/util-defaults-mode-node": "3.99.0",
47
- "@aws-sdk/util-user-agent-browser": "3.78.0",
48
- "@aws-sdk/util-user-agent-node": "3.80.0",
49
- "@aws-sdk/util-utf8-browser": "3.55.0",
50
- "@aws-sdk/util-utf8-node": "3.55.0",
51
- "@aws-sdk/util-waiter": "3.78.0",
46
+ "@aws-sdk/util-defaults-mode-browser": "3.110.0",
47
+ "@aws-sdk/util-defaults-mode-node": "3.110.0",
48
+ "@aws-sdk/util-user-agent-browser": "3.110.0",
49
+ "@aws-sdk/util-user-agent-node": "3.110.0",
50
+ "@aws-sdk/util-utf8-browser": "3.109.0",
51
+ "@aws-sdk/util-utf8-node": "3.109.0",
52
+ "@aws-sdk/util-waiter": "3.110.0",
52
53
  "tslib": "^2.3.1",
53
54
  "uuid": "^8.3.2"
54
55
  },