aws-sdk 2.1460.0 → 2.1462.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 +15 -1
- package/README.md +1 -1
- package/apis/appconfig-2019-10-09.min.json +4 -2
- package/apis/appconfig-2019-10-09.paginators.json +16 -8
- package/apis/apprunner-2020-05-15.min.json +141 -72
- package/apis/apprunner-2020-05-15.paginators.json +5 -0
- package/apis/logs-2014-03-28.min.json +4 -1
- package/apis/outposts-2019-12-03.min.json +5 -1
- package/apis/s3-2006-03-01.examples.json +120 -120
- package/apis/s3-2006-03-01.min.json +4 -4
- package/apis/sagemaker-2017-07-24.min.json +813 -809
- package/apis/servicediscovery-2017-03-14.min.json +37 -10
- package/clients/appconfig.d.ts +13 -5
- package/clients/apprunner.d.ts +96 -8
- package/clients/cloudwatchlogs.d.ts +11 -6
- package/clients/codeartifact.d.ts +1 -1
- package/clients/ec2.d.ts +1 -1
- package/clients/kinesisvideo.d.ts +7 -7
- package/clients/outposts.d.ts +10 -4
- package/clients/s3.d.ts +24 -24
- package/clients/sagemaker.d.ts +48 -31
- package/clients/servicediscovery.d.ts +34 -5
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +10 -10
- package/dist/aws-sdk.js +11 -8
- package/dist/aws-sdk.min.js +19 -19
- package/lib/core.js +1 -1
- package/package.json +1 -1
package/clients/sagemaker.d.ts
CHANGED
@@ -85,19 +85,19 @@ declare class SageMaker extends Service {
|
|
85
85
|
*/
|
86
86
|
createArtifact(callback?: (err: AWSError, data: SageMaker.Types.CreateArtifactResponse) => void): Request<SageMaker.Types.CreateArtifactResponse, AWSError>;
|
87
87
|
/**
|
88
|
-
* Creates an Autopilot job also referred to as Autopilot experiment or AutoML job. We recommend using the new versions CreateAutoMLJobV2 and DescribeAutoMLJobV2, which offer backward compatibility. CreateAutoMLJobV2 can manage tabular problem types identical to those of its previous version CreateAutoMLJob, as well as
|
88
|
+
* Creates an Autopilot job also referred to as Autopilot experiment or AutoML job. We recommend using the new versions CreateAutoMLJobV2 and DescribeAutoMLJobV2, which offer backward compatibility. CreateAutoMLJobV2 can manage tabular problem types identical to those of its previous version CreateAutoMLJob, as well as non-tabular problem types such as image or text classification. Find guidelines about how to migrate a CreateAutoMLJob to CreateAutoMLJobV2 in Migrate a CreateAutoMLJob to CreateAutoMLJobV2. You can find the best-performing model after you run an AutoML job by calling DescribeAutoMLJobV2 (recommended) or DescribeAutoMLJob.
|
89
89
|
*/
|
90
90
|
createAutoMLJob(params: SageMaker.Types.CreateAutoMLJobRequest, callback?: (err: AWSError, data: SageMaker.Types.CreateAutoMLJobResponse) => void): Request<SageMaker.Types.CreateAutoMLJobResponse, AWSError>;
|
91
91
|
/**
|
92
|
-
* Creates an Autopilot job also referred to as Autopilot experiment or AutoML job. We recommend using the new versions CreateAutoMLJobV2 and DescribeAutoMLJobV2, which offer backward compatibility. CreateAutoMLJobV2 can manage tabular problem types identical to those of its previous version CreateAutoMLJob, as well as
|
92
|
+
* Creates an Autopilot job also referred to as Autopilot experiment or AutoML job. We recommend using the new versions CreateAutoMLJobV2 and DescribeAutoMLJobV2, which offer backward compatibility. CreateAutoMLJobV2 can manage tabular problem types identical to those of its previous version CreateAutoMLJob, as well as non-tabular problem types such as image or text classification. Find guidelines about how to migrate a CreateAutoMLJob to CreateAutoMLJobV2 in Migrate a CreateAutoMLJob to CreateAutoMLJobV2. You can find the best-performing model after you run an AutoML job by calling DescribeAutoMLJobV2 (recommended) or DescribeAutoMLJob.
|
93
93
|
*/
|
94
94
|
createAutoMLJob(callback?: (err: AWSError, data: SageMaker.Types.CreateAutoMLJobResponse) => void): Request<SageMaker.Types.CreateAutoMLJobResponse, AWSError>;
|
95
95
|
/**
|
96
|
-
* Creates an Autopilot job also referred to as Autopilot experiment or AutoML job V2. CreateAutoMLJobV2 and DescribeAutoMLJobV2 are new versions of CreateAutoMLJob and DescribeAutoMLJob which offer backward compatibility. CreateAutoMLJobV2 can manage tabular problem types identical to those of its previous version CreateAutoMLJob, as well as
|
96
|
+
* Creates an Autopilot job also referred to as Autopilot experiment or AutoML job V2. CreateAutoMLJobV2 and DescribeAutoMLJobV2 are new versions of CreateAutoMLJob and DescribeAutoMLJob which offer backward compatibility. CreateAutoMLJobV2 can manage tabular problem types identical to those of its previous version CreateAutoMLJob, as well as non-tabular problem types such as image or text classification. Find guidelines about how to migrate a CreateAutoMLJob to CreateAutoMLJobV2 in Migrate a CreateAutoMLJob to CreateAutoMLJobV2. For the list of available problem types supported by CreateAutoMLJobV2, see AutoMLProblemTypeConfig. You can find the best-performing model after you run an AutoML job V2 by calling DescribeAutoMLJobV2.
|
97
97
|
*/
|
98
98
|
createAutoMLJobV2(params: SageMaker.Types.CreateAutoMLJobV2Request, callback?: (err: AWSError, data: SageMaker.Types.CreateAutoMLJobV2Response) => void): Request<SageMaker.Types.CreateAutoMLJobV2Response, AWSError>;
|
99
99
|
/**
|
100
|
-
* Creates an Autopilot job also referred to as Autopilot experiment or AutoML job V2. CreateAutoMLJobV2 and DescribeAutoMLJobV2 are new versions of CreateAutoMLJob and DescribeAutoMLJob which offer backward compatibility. CreateAutoMLJobV2 can manage tabular problem types identical to those of its previous version CreateAutoMLJob, as well as
|
100
|
+
* Creates an Autopilot job also referred to as Autopilot experiment or AutoML job V2. CreateAutoMLJobV2 and DescribeAutoMLJobV2 are new versions of CreateAutoMLJob and DescribeAutoMLJob which offer backward compatibility. CreateAutoMLJobV2 can manage tabular problem types identical to those of its previous version CreateAutoMLJob, as well as non-tabular problem types such as image or text classification. Find guidelines about how to migrate a CreateAutoMLJob to CreateAutoMLJobV2 in Migrate a CreateAutoMLJob to CreateAutoMLJobV2. For the list of available problem types supported by CreateAutoMLJobV2, see AutoMLProblemTypeConfig. You can find the best-performing model after you run an AutoML job V2 by calling DescribeAutoMLJobV2.
|
101
101
|
*/
|
102
102
|
createAutoMLJobV2(callback?: (err: AWSError, data: SageMaker.Types.CreateAutoMLJobV2Response) => void): Request<SageMaker.Types.CreateAutoMLJobV2Response, AWSError>;
|
103
103
|
/**
|
@@ -3560,6 +3560,10 @@ declare namespace SageMaker {
|
|
3560
3560
|
* If specified, monitoring jobs subtract this time from the end time. For information about using offsets for scheduling monitoring jobs, see Schedule Model Quality Monitoring Jobs.
|
3561
3561
|
*/
|
3562
3562
|
EndTimeOffset?: MonitoringTimeOffsetString;
|
3563
|
+
/**
|
3564
|
+
* The attributes of the input data to exclude from the analysis.
|
3565
|
+
*/
|
3566
|
+
ExcludeFeaturesAttribute?: ExcludeFeaturesAttribute;
|
3563
3567
|
}
|
3564
3568
|
export interface BestObjectiveNotImproving {
|
3565
3569
|
/**
|
@@ -3692,7 +3696,7 @@ declare namespace SageMaker {
|
|
3692
3696
|
export type CapacitySizeValue = number;
|
3693
3697
|
export interface CaptureContentTypeHeader {
|
3694
3698
|
/**
|
3695
|
-
* The list of all content type headers that
|
3699
|
+
* The list of all content type headers that SageMaker will treat as CSV and capture accordingly.
|
3696
3700
|
*/
|
3697
3701
|
CsvContentTypes?: CsvContentTypes;
|
3698
3702
|
/**
|
@@ -4621,7 +4625,7 @@ declare namespace SageMaker {
|
|
4621
4625
|
RoleArn: RoleArn;
|
4622
4626
|
StoppingCondition?: MonitoringStoppingCondition;
|
4623
4627
|
/**
|
4624
|
-
* (Optional) An array of key-value pairs. For more information, see
|
4628
|
+
* (Optional) An array of key-value pairs. For more information, see Using Cost Allocation Tags in the Amazon Web Services Billing and Cost Management User Guide.
|
4625
4629
|
*/
|
4626
4630
|
Tags?: TagList;
|
4627
4631
|
}
|
@@ -5285,7 +5289,7 @@ declare namespace SageMaker {
|
|
5285
5289
|
RoleArn: RoleArn;
|
5286
5290
|
StoppingCondition?: MonitoringStoppingCondition;
|
5287
5291
|
/**
|
5288
|
-
* (Optional) An array of key-value pairs. For more information, see
|
5292
|
+
* (Optional) An array of key-value pairs. For more information, see Using Cost Allocation Tags in the Amazon Web Services Billing and Cost Management User Guide.
|
5289
5293
|
*/
|
5290
5294
|
Tags?: TagList;
|
5291
5295
|
}
|
@@ -5376,7 +5380,7 @@ declare namespace SageMaker {
|
|
5376
5380
|
RoleArn: RoleArn;
|
5377
5381
|
StoppingCondition?: MonitoringStoppingCondition;
|
5378
5382
|
/**
|
5379
|
-
* (Optional) An array of key-value pairs. For more information, see
|
5383
|
+
* (Optional) An array of key-value pairs. For more information, see Using Cost Allocation Tags in the Amazon Web Services Billing and Cost Management User Guide.
|
5380
5384
|
*/
|
5381
5385
|
Tags?: TagList;
|
5382
5386
|
}
|
@@ -5556,7 +5560,7 @@ declare namespace SageMaker {
|
|
5556
5560
|
RoleArn: RoleArn;
|
5557
5561
|
StoppingCondition?: MonitoringStoppingCondition;
|
5558
5562
|
/**
|
5559
|
-
* (Optional) An array of key-value pairs. For more information, see
|
5563
|
+
* (Optional) An array of key-value pairs. For more information, see Using Cost Allocation Tags in the Amazon Web Services Billing and Cost Management User Guide.
|
5560
5564
|
*/
|
5561
5565
|
Tags?: TagList;
|
5562
5566
|
}
|
@@ -6250,7 +6254,7 @@ declare namespace SageMaker {
|
|
6250
6254
|
*/
|
6251
6255
|
DestinationS3Uri: DestinationS3Uri;
|
6252
6256
|
/**
|
6253
|
-
* The Amazon Resource Name (ARN) of
|
6257
|
+
* The Amazon Resource Name (ARN) of a Amazon Web Services Key Management Service key that SageMaker uses to encrypt the captured data at rest using Amazon S3 server-side encryption. The KmsKeyId can be any of the following formats: Key ID: 1234abcd-12ab-34cd-56ef-1234567890ab Key ARN: arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab Alias name: alias/ExampleAlias Alias name ARN: arn:aws:kms:us-west-2:111122223333:alias/ExampleAlias
|
6254
6258
|
*/
|
6255
6259
|
KmsKeyId?: KmsKeyId;
|
6256
6260
|
/**
|
@@ -6329,7 +6333,7 @@ declare namespace SageMaker {
|
|
6329
6333
|
*/
|
6330
6334
|
ContainerArguments?: MonitoringContainerArguments;
|
6331
6335
|
/**
|
6332
|
-
* An Amazon S3 URI to a script that is called per row prior to running analysis. It can base64 decode the payload and convert it into a
|
6336
|
+
* An Amazon S3 URI to a script that is called per row prior to running analysis. It can base64 decode the payload and convert it into a flatted json so that the built-in container can use the converted data. Applicable only for the built-in (first party) containers.
|
6333
6337
|
*/
|
6334
6338
|
RecordPreprocessorSourceUri?: S3Uri;
|
6335
6339
|
/**
|
@@ -8888,7 +8892,7 @@ declare namespace SageMaker {
|
|
8888
8892
|
*/
|
8889
8893
|
NetworkConfig?: MonitoringNetworkConfig;
|
8890
8894
|
/**
|
8891
|
-
* The Amazon Resource Name (ARN) of the IAM role that has read permission to the input data location and write permission to the output data location in Amazon S3.
|
8895
|
+
* The Amazon Resource Name (ARN) of the Amazon Web Services Identity and Access Management (IAM) role that has read permission to the input data location and write permission to the output data location in Amazon S3.
|
8892
8896
|
*/
|
8893
8897
|
RoleArn: RoleArn;
|
8894
8898
|
StoppingCondition?: MonitoringStoppingCondition;
|
@@ -9029,7 +9033,7 @@ declare namespace SageMaker {
|
|
9029
9033
|
*/
|
9030
9034
|
NetworkConfig?: MonitoringNetworkConfig;
|
9031
9035
|
/**
|
9032
|
-
* The Amazon Resource Name (ARN) of the IAM role that has read permission to the input data location and write permission to the output data location in Amazon S3.
|
9036
|
+
* The Amazon Resource Name (ARN) of the Amazon Web Services Identity and Access Management (IAM) role that has read permission to the input data location and write permission to the output data location in Amazon S3.
|
9033
9037
|
*/
|
9034
9038
|
RoleArn: RoleArn;
|
9035
9039
|
StoppingCondition?: MonitoringStoppingCondition;
|
@@ -10932,7 +10936,7 @@ declare namespace SageMaker {
|
|
10932
10936
|
*/
|
10933
10937
|
S3InputMode?: ProcessingS3InputMode;
|
10934
10938
|
/**
|
10935
|
-
* Whether input data distributed in Amazon S3 is fully replicated or sharded by an
|
10939
|
+
* Whether input data distributed in Amazon S3 is fully replicated or sharded by an S3 key. Defaults to FullyReplicated
|
10936
10940
|
*/
|
10937
10941
|
S3DataDistributionType?: ProcessingS3DataDistributionType;
|
10938
10942
|
/**
|
@@ -10959,6 +10963,10 @@ declare namespace SageMaker {
|
|
10959
10963
|
* If specified, monitoring jobs substract this time from the end time. For information about using offsets for scheduling monitoring jobs, see Schedule Model Quality Monitoring Jobs.
|
10960
10964
|
*/
|
10961
10965
|
EndTimeOffset?: MonitoringTimeOffsetString;
|
10966
|
+
/**
|
10967
|
+
* The attributes of the input data to exclude from the analysis.
|
10968
|
+
*/
|
10969
|
+
ExcludeFeaturesAttribute?: ExcludeFeaturesAttribute;
|
10962
10970
|
}
|
10963
10971
|
export interface EndpointInputConfiguration {
|
10964
10972
|
/**
|
@@ -11075,6 +11083,7 @@ declare namespace SageMaker {
|
|
11075
11083
|
}
|
11076
11084
|
export type EnvironmentParameters = EnvironmentParameter[];
|
11077
11085
|
export type EnvironmentValue = string;
|
11086
|
+
export type ExcludeFeaturesAttribute = string;
|
11078
11087
|
export type ExecutionRoleIdentityConfig = "USER_PROFILE_NAME"|"DISABLED"|string;
|
11079
11088
|
export type ExecutionStatus = "Pending"|"Completed"|"CompletedWithViolations"|"InProgress"|"Failed"|"Stopping"|"Stopped"|string;
|
11080
11089
|
export type ExitMessage = string;
|
@@ -13682,7 +13691,7 @@ declare namespace SageMaker {
|
|
13682
13691
|
*/
|
13683
13692
|
SortBy?: MonitoringJobDefinitionSortKey;
|
13684
13693
|
/**
|
13685
|
-
*
|
13694
|
+
* The sort order for results. The default is Descending.
|
13686
13695
|
*/
|
13687
13696
|
SortOrder?: SortOrder;
|
13688
13697
|
/**
|
@@ -14795,7 +14804,7 @@ declare namespace SageMaker {
|
|
14795
14804
|
*/
|
14796
14805
|
JobDefinitionSummaries: MonitoringJobDefinitionSummaryList;
|
14797
14806
|
/**
|
14798
|
-
*
|
14807
|
+
* If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of jobs, use it in the subsequent request.
|
14799
14808
|
*/
|
14800
14809
|
NextToken?: NextToken;
|
14801
14810
|
}
|
@@ -14979,7 +14988,7 @@ declare namespace SageMaker {
|
|
14979
14988
|
*/
|
14980
14989
|
JobDefinitionSummaries: MonitoringJobDefinitionSummaryList;
|
14981
14990
|
/**
|
14982
|
-
*
|
14991
|
+
* If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of jobs, use it in the subsequent request.
|
14983
14992
|
*/
|
14984
14993
|
NextToken?: NextToken;
|
14985
14994
|
}
|
@@ -15109,7 +15118,7 @@ declare namespace SageMaker {
|
|
15109
15118
|
*/
|
15110
15119
|
SortBy?: MonitoringJobDefinitionSortKey;
|
15111
15120
|
/**
|
15112
|
-
*
|
15121
|
+
* The sort order for results. The default is Descending.
|
15113
15122
|
*/
|
15114
15123
|
SortOrder?: SortOrder;
|
15115
15124
|
/**
|
@@ -15265,7 +15274,7 @@ declare namespace SageMaker {
|
|
15265
15274
|
*/
|
15266
15275
|
EndpointName?: EndpointName;
|
15267
15276
|
/**
|
15268
|
-
* Whether to sort
|
15277
|
+
* Whether to sort results by Status, CreationTime, ScheduledTime field. The default is CreationTime.
|
15269
15278
|
*/
|
15270
15279
|
SortBy?: MonitoringExecutionSortKey;
|
15271
15280
|
/**
|
@@ -15323,7 +15332,7 @@ declare namespace SageMaker {
|
|
15323
15332
|
*/
|
15324
15333
|
MonitoringExecutionSummaries: MonitoringExecutionSummaryList;
|
15325
15334
|
/**
|
15326
|
-
*
|
15335
|
+
* If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of jobs, use it in the subsequent reques
|
15327
15336
|
*/
|
15328
15337
|
NextToken?: NextToken;
|
15329
15338
|
}
|
@@ -15333,7 +15342,7 @@ declare namespace SageMaker {
|
|
15333
15342
|
*/
|
15334
15343
|
EndpointName?: EndpointName;
|
15335
15344
|
/**
|
15336
|
-
* Whether to sort
|
15345
|
+
* Whether to sort results by Status, CreationTime, ScheduledTime field. The default is CreationTime.
|
15337
15346
|
*/
|
15338
15347
|
SortBy?: MonitoringScheduleSortKey;
|
15339
15348
|
/**
|
@@ -15387,7 +15396,7 @@ declare namespace SageMaker {
|
|
15387
15396
|
*/
|
15388
15397
|
MonitoringScheduleSummaries: MonitoringScheduleSummaryList;
|
15389
15398
|
/**
|
15390
|
-
*
|
15399
|
+
* If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of jobs, use it in the subsequent request.
|
15391
15400
|
*/
|
15392
15401
|
NextToken?: NextToken;
|
15393
15402
|
}
|
@@ -16844,7 +16853,7 @@ declare namespace SageMaker {
|
|
16844
16853
|
*/
|
16845
16854
|
ImageUri: ImageUri;
|
16846
16855
|
/**
|
16847
|
-
* JSON formatted
|
16856
|
+
* JSON formatted S3 file that defines explainability parameters. For more information on this JSON configuration file, see Configure model explainability parameters.
|
16848
16857
|
*/
|
16849
16858
|
ConfigUri: S3Uri;
|
16850
16859
|
/**
|
@@ -17275,7 +17284,7 @@ declare namespace SageMaker {
|
|
17275
17284
|
*/
|
17276
17285
|
ContainerArguments?: MonitoringContainerArguments;
|
17277
17286
|
/**
|
17278
|
-
* An Amazon S3 URI to a script that is called per row prior to running analysis. It can base64 decode the payload and convert it into a
|
17287
|
+
* An Amazon S3 URI to a script that is called per row prior to running analysis. It can base64 decode the payload and convert it into a flatted json so that the built-in container can use the converted data. Applicable only for the built-in (first party) containers.
|
17279
17288
|
*/
|
17280
17289
|
RecordPreprocessorSourceUri?: S3Uri;
|
17281
17290
|
/**
|
@@ -17453,7 +17462,7 @@ declare namespace SageMaker {
|
|
17453
17462
|
*/
|
17454
17463
|
ContainerArguments?: MonitoringContainerArguments;
|
17455
17464
|
/**
|
17456
|
-
* An Amazon S3 URI to a script that is called per row prior to running analysis. It can base64 decode the payload and convert it into a
|
17465
|
+
* An Amazon S3 URI to a script that is called per row prior to running analysis. It can base64 decode the payload and convert it into a flatted json so that the built-in container can use the converted data. Applicable only for the built-in (first party) containers.
|
17457
17466
|
*/
|
17458
17467
|
RecordPreprocessorSourceUri?: S3Uri;
|
17459
17468
|
/**
|
@@ -17489,7 +17498,7 @@ declare namespace SageMaker {
|
|
17489
17498
|
*/
|
17490
17499
|
VolumeSizeInGB: ProcessingVolumeSizeInGB;
|
17491
17500
|
/**
|
17492
|
-
* The Key Management Service (KMS) key that Amazon SageMaker uses to encrypt data on the storage volume attached to the ML compute instance(s) that run the model monitoring job.
|
17501
|
+
* The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt data on the storage volume attached to the ML compute instance(s) that run the model monitoring job.
|
17493
17502
|
*/
|
17494
17503
|
VolumeKmsKeyId?: KmsKeyId;
|
17495
17504
|
}
|
@@ -17594,7 +17603,7 @@ declare namespace SageMaker {
|
|
17594
17603
|
*/
|
17595
17604
|
MonitoringInputs: MonitoringInputs;
|
17596
17605
|
/**
|
17597
|
-
* The array of outputs from the monitoring job to be uploaded to Amazon S3.
|
17606
|
+
* The array of outputs from the monitoring job to be uploaded to Amazon Simple Storage Service (Amazon S3).
|
17598
17607
|
*/
|
17599
17608
|
MonitoringOutputConfig: MonitoringOutputConfig;
|
17600
17609
|
/**
|
@@ -17646,7 +17655,7 @@ declare namespace SageMaker {
|
|
17646
17655
|
export type MonitoringJobDefinitionSummaryList = MonitoringJobDefinitionSummary[];
|
17647
17656
|
export interface MonitoringJsonDatasetFormat {
|
17648
17657
|
/**
|
17649
|
-
* Indicates if the file should be read as a
|
17658
|
+
* Indicates if the file should be read as a json object per line.
|
17650
17659
|
*/
|
17651
17660
|
Line?: Boolean;
|
17652
17661
|
}
|
@@ -17674,7 +17683,7 @@ declare namespace SageMaker {
|
|
17674
17683
|
*/
|
17675
17684
|
MonitoringOutputs: MonitoringOutputs;
|
17676
17685
|
/**
|
17677
|
-
* The Key Management Service (KMS) key that Amazon SageMaker uses to encrypt the model artifacts at rest using Amazon S3 server-side encryption.
|
17686
|
+
* The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt the model artifacts at rest using Amazon S3 server-side encryption.
|
17678
17687
|
*/
|
17679
17688
|
KmsKeyId?: KmsKeyId;
|
17680
17689
|
}
|
@@ -19996,9 +20005,17 @@ declare namespace SageMaker {
|
|
19996
20005
|
}
|
19997
20006
|
export interface ScheduleConfig {
|
19998
20007
|
/**
|
19999
|
-
* A cron expression that describes details about the monitoring schedule.
|
20008
|
+
* A cron expression that describes details about the monitoring schedule. The supported cron expressions are: If you want to set the job to start every hour, use the following: Hourly: cron(0 * ? * * *) If you want to start the job daily: cron(0 [00-23] ? * * *) For example, the following are valid cron expressions: Daily at noon UTC: cron(0 12 ? * * *) Daily at midnight UTC: cron(0 0 ? * * *) To support running every 6, 12 hours, the following are also supported: cron(0 [00-23]/[01-24] ? * * *) For example, the following are valid cron expressions: Every 12 hours, starting at 5pm UTC: cron(0 17/12 ? * * *) Every two hours starting at midnight: cron(0 0/2 ? * * *) Even though the cron expression is set to start at 5PM UTC, note that there could be a delay of 0-20 minutes from the actual requested time to run the execution. We recommend that if you would like a daily schedule, you do not provide this parameter. Amazon SageMaker will pick a time for running every day. You can also specify the keyword NOW to run the monitoring job immediately, one time, without recurring.
|
20000
20009
|
*/
|
20001
20010
|
ScheduleExpression: ScheduleExpression;
|
20011
|
+
/**
|
20012
|
+
* Sets the start time for a monitoring job window. Express this time as an offset to the times that you schedule your monitoring jobs to run. You schedule monitoring jobs with the ScheduleExpression parameter. Specify this offset in ISO 8601 duration format. For example, if you want to monitor the five hours of data in your dataset that precede the start of each monitoring job, you would specify: "-PT5H". The start time that you specify must not precede the end time that you specify by more than 24 hours. You specify the end time with the DataAnalysisEndTime parameter. If you set ScheduleExpression to NOW, this parameter is required.
|
20013
|
+
*/
|
20014
|
+
DataAnalysisStartTime?: String;
|
20015
|
+
/**
|
20016
|
+
* Sets the end time for a monitoring job window. Express this time as an offset to the times that you schedule your monitoring jobs to run. You schedule monitoring jobs with the ScheduleExpression parameter. Specify this offset in ISO 8601 duration format. For example, if you want to end the window one hour before the start of each monitoring job, you would specify: "-PT1H". The end time that you specify must not follow the start time that you specify by more than 24 hours. You specify the start time with the DataAnalysisStartTime parameter. If you set ScheduleExpression to NOW, this parameter is required.
|
20017
|
+
*/
|
20018
|
+
DataAnalysisEndTime?: String;
|
20002
20019
|
}
|
20003
20020
|
export type ScheduleExpression = string;
|
20004
20021
|
export type ScheduleStatus = "Pending"|"Failed"|"Scheduled"|"Stopped"|string;
|
@@ -20815,7 +20832,7 @@ declare namespace SageMaker {
|
|
20815
20832
|
*/
|
20816
20833
|
TimeSeriesConfig: TimeSeriesConfig;
|
20817
20834
|
/**
|
20818
|
-
* The collection of
|
20835
|
+
* The collection of holidays featurization attributes used to incorporate national holiday information into your forecasting model.
|
20819
20836
|
*/
|
20820
20837
|
HolidayConfig?: HolidayConfig;
|
20821
20838
|
}
|
@@ -68,13 +68,21 @@ declare class ServiceDiscovery extends Service {
|
|
68
68
|
*/
|
69
69
|
deregisterInstance(callback?: (err: AWSError, data: ServiceDiscovery.Types.DeregisterInstanceResponse) => void): Request<ServiceDiscovery.Types.DeregisterInstanceResponse, AWSError>;
|
70
70
|
/**
|
71
|
-
* Discovers registered instances for a specified namespace and service. You can use DiscoverInstances to discover instances for any type of namespace. For public and private DNS namespaces, you can also use DNS queries to discover instances.
|
71
|
+
* Discovers registered instances for a specified namespace and service. You can use DiscoverInstances to discover instances for any type of namespace. DiscoverInstances returns a randomized list of instances allowing customers to distribute traffic evenly across instances. For public and private DNS namespaces, you can also use DNS queries to discover instances.
|
72
72
|
*/
|
73
73
|
discoverInstances(params: ServiceDiscovery.Types.DiscoverInstancesRequest, callback?: (err: AWSError, data: ServiceDiscovery.Types.DiscoverInstancesResponse) => void): Request<ServiceDiscovery.Types.DiscoverInstancesResponse, AWSError>;
|
74
74
|
/**
|
75
|
-
* Discovers registered instances for a specified namespace and service. You can use DiscoverInstances to discover instances for any type of namespace. For public and private DNS namespaces, you can also use DNS queries to discover instances.
|
75
|
+
* Discovers registered instances for a specified namespace and service. You can use DiscoverInstances to discover instances for any type of namespace. DiscoverInstances returns a randomized list of instances allowing customers to distribute traffic evenly across instances. For public and private DNS namespaces, you can also use DNS queries to discover instances.
|
76
76
|
*/
|
77
77
|
discoverInstances(callback?: (err: AWSError, data: ServiceDiscovery.Types.DiscoverInstancesResponse) => void): Request<ServiceDiscovery.Types.DiscoverInstancesResponse, AWSError>;
|
78
|
+
/**
|
79
|
+
* Discovers the increasing revision associated with an instance.
|
80
|
+
*/
|
81
|
+
discoverInstancesRevision(params: ServiceDiscovery.Types.DiscoverInstancesRevisionRequest, callback?: (err: AWSError, data: ServiceDiscovery.Types.DiscoverInstancesRevisionResponse) => void): Request<ServiceDiscovery.Types.DiscoverInstancesRevisionResponse, AWSError>;
|
82
|
+
/**
|
83
|
+
* Discovers the increasing revision associated with an instance.
|
84
|
+
*/
|
85
|
+
discoverInstancesRevision(callback?: (err: AWSError, data: ServiceDiscovery.Types.DiscoverInstancesRevisionResponse) => void): Request<ServiceDiscovery.Types.DiscoverInstancesRevisionResponse, AWSError>;
|
78
86
|
/**
|
79
87
|
* Gets information about a specified instance.
|
80
88
|
*/
|
@@ -100,11 +108,11 @@ declare class ServiceDiscovery extends Service {
|
|
100
108
|
*/
|
101
109
|
getNamespace(callback?: (err: AWSError, data: ServiceDiscovery.Types.GetNamespaceResponse) => void): Request<ServiceDiscovery.Types.GetNamespaceResponse, AWSError>;
|
102
110
|
/**
|
103
|
-
* Gets information about any operation that returns an operation ID in the response, such as a
|
111
|
+
* Gets information about any operation that returns an operation ID in the response, such as a CreateHttpNamespace request. To get a list of operations that match specified criteria, see ListOperations.
|
104
112
|
*/
|
105
113
|
getOperation(params: ServiceDiscovery.Types.GetOperationRequest, callback?: (err: AWSError, data: ServiceDiscovery.Types.GetOperationResponse) => void): Request<ServiceDiscovery.Types.GetOperationResponse, AWSError>;
|
106
114
|
/**
|
107
|
-
* Gets information about any operation that returns an operation ID in the response, such as a
|
115
|
+
* Gets information about any operation that returns an operation ID in the response, such as a CreateHttpNamespace request. To get a list of operations that match specified criteria, see ListOperations.
|
108
116
|
*/
|
109
117
|
getOperation(callback?: (err: AWSError, data: ServiceDiscovery.Types.GetOperationResponse) => void): Request<ServiceDiscovery.Types.GetOperationResponse, AWSError>;
|
110
118
|
/**
|
@@ -423,6 +431,26 @@ declare namespace ServiceDiscovery {
|
|
423
431
|
* A complex type that contains one HttpInstanceSummary for each registered instance.
|
424
432
|
*/
|
425
433
|
Instances?: HttpInstanceSummaryList;
|
434
|
+
/**
|
435
|
+
* The increasing revision associated to the response Instances list. If a new instance is registered or deregistered, the InstancesRevision updates. The health status updates don't update InstancesRevision.
|
436
|
+
*/
|
437
|
+
InstancesRevision?: Revision;
|
438
|
+
}
|
439
|
+
export interface DiscoverInstancesRevisionRequest {
|
440
|
+
/**
|
441
|
+
* The HttpName name of the namespace. It's found in the HttpProperties member of the Properties member of the namespace.
|
442
|
+
*/
|
443
|
+
NamespaceName: NamespaceName;
|
444
|
+
/**
|
445
|
+
* The name of the service that you specified when you registered the instance.
|
446
|
+
*/
|
447
|
+
ServiceName: ServiceName;
|
448
|
+
}
|
449
|
+
export interface DiscoverInstancesRevisionResponse {
|
450
|
+
/**
|
451
|
+
* The increasing revision associated to the response Instances list. If a new instance is registered or deregistered, the InstancesRevision updates. The health status updates don't update InstancesRevision.
|
452
|
+
*/
|
453
|
+
InstancesRevision?: Revision;
|
426
454
|
}
|
427
455
|
export type DiscoverMaxResults = number;
|
428
456
|
export interface DnsConfig {
|
@@ -1001,7 +1029,7 @@ declare namespace ServiceDiscovery {
|
|
1001
1029
|
*/
|
1002
1030
|
CreatorRequestId?: ResourceId;
|
1003
1031
|
/**
|
1004
|
-
* A string map that contains the following information for the service that you specify in ServiceId: The attributes that apply to the records that are defined in the service. For each attribute, the applicable value. Do not include sensitive information in the attributes if the namespace is discoverable by public DNS queries. Supported attribute keys include the following: AWS_ALIAS_DNS_NAME If you want Cloud Map to create an Amazon Route 53 alias record that routes traffic to an Elastic Load Balancing load balancer, specify the DNS name that's associated with the load balancer. For information about how to get the DNS name, see "DNSName" in the topic AliasTarget in the Route 53 API Reference. Note the following: The configuration for the service that's specified by ServiceId must include settings for an A record, an AAAA record, or both. In the service that's specified by ServiceId, the value of RoutingPolicy must be WEIGHTED. If the service that's specified by ServiceId includes HealthCheckConfig settings, Cloud Map will create the Route 53 health check, but it doesn't associate the health check with the alias record.
|
1032
|
+
* A string map that contains the following information for the service that you specify in ServiceId: The attributes that apply to the records that are defined in the service. For each attribute, the applicable value. Do not include sensitive information in the attributes if the namespace is discoverable by public DNS queries. Supported attribute keys include the following: AWS_ALIAS_DNS_NAME If you want Cloud Map to create an Amazon Route 53 alias record that routes traffic to an Elastic Load Balancing load balancer, specify the DNS name that's associated with the load balancer. For information about how to get the DNS name, see "DNSName" in the topic AliasTarget in the Route 53 API Reference. Note the following: The configuration for the service that's specified by ServiceId must include settings for an A record, an AAAA record, or both. In the service that's specified by ServiceId, the value of RoutingPolicy must be WEIGHTED. If the service that's specified by ServiceId includes HealthCheckConfig settings, Cloud Map will create the Route 53 health check, but it doesn't associate the health check with the alias record. Cloud Map currently doesn't support creating alias records that route traffic to Amazon Web Services resources other than Elastic Load Balancing load balancers. If you specify a value for AWS_ALIAS_DNS_NAME, don't specify values for any of the AWS_INSTANCE attributes. AWS_EC2_INSTANCE_ID HTTP namespaces only. The Amazon EC2 instance ID for the instance. If the AWS_EC2_INSTANCE_ID attribute is specified, then the only other attribute that can be specified is AWS_INIT_HEALTH_STATUS. When the AWS_EC2_INSTANCE_ID attribute is specified, then the AWS_INSTANCE_IPV4 attribute will be filled out with the primary private IPv4 address. AWS_INIT_HEALTH_STATUS If the service configuration includes HealthCheckCustomConfig, you can optionally use AWS_INIT_HEALTH_STATUS to specify the initial status of the custom health check, HEALTHY or UNHEALTHY. If you don't specify a value for AWS_INIT_HEALTH_STATUS, the initial status is HEALTHY. AWS_INSTANCE_CNAME If the service configuration includes a CNAME record, the domain name that you want Route 53 to return in response to DNS queries (for example, example.com). This value is required if the service specified by ServiceId includes settings for an CNAME record. AWS_INSTANCE_IPV4 If the service configuration includes an A record, the IPv4 address that you want Route 53 to return in response to DNS queries (for example, 192.0.2.44). This value is required if the service specified by ServiceId includes settings for an A record. If the service includes settings for an SRV record, you must specify a value for AWS_INSTANCE_IPV4, AWS_INSTANCE_IPV6, or both. AWS_INSTANCE_IPV6 If the service configuration includes an AAAA record, the IPv6 address that you want Route 53 to return in response to DNS queries (for example, 2001:0db8:85a3:0000:0000:abcd:0001:2345). This value is required if the service specified by ServiceId includes settings for an AAAA record. If the service includes settings for an SRV record, you must specify a value for AWS_INSTANCE_IPV4, AWS_INSTANCE_IPV6, or both. AWS_INSTANCE_PORT If the service includes an SRV record, the value that you want Route 53 to return for the port. If the service includes HealthCheckConfig, the port on the endpoint that you want Route 53 to send requests to. This value is required if you specified settings for an SRV record or a Route 53 health check when you created the service. Custom attributes You can add up to 30 custom attributes. For each key-value pair, the maximum length of the attribute name is 255 characters, and the maximum length of the attribute value is 1,024 characters. The total size of all provided attributes (sum of all keys and values) must not exceed 5,000 characters.
|
1005
1033
|
*/
|
1006
1034
|
Attributes: Attributes;
|
1007
1035
|
}
|
@@ -1015,6 +1043,7 @@ declare namespace ServiceDiscovery {
|
|
1015
1043
|
export type ResourceDescription = string;
|
1016
1044
|
export type ResourceId = string;
|
1017
1045
|
export type ResourcePath = string;
|
1046
|
+
export type Revision = number;
|
1018
1047
|
export type RoutingPolicy = "MULTIVALUE"|"WEIGHTED"|string;
|
1019
1048
|
export interface SOA {
|
1020
1049
|
/**
|