aws-sdk 2.1394.0 → 2.1396.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 +11 -1
- package/README.md +1 -1
- package/apis/amplifyuibuilder-2021-08-11.min.json +362 -0
- package/apis/amplifyuibuilder-2021-08-11.paginators.json +6 -0
- package/apis/connect-2017-08-08.min.json +263 -62
- package/apis/connect-2017-08-08.paginators.json +27 -0
- package/apis/fsx-2018-03-01.min.json +82 -75
- package/apis/opensearch-2021-01-01.min.json +86 -77
- package/apis/rekognition-2016-06-27.examples.json +286 -109
- package/apis/rekognition-2016-06-27.min.json +530 -217
- package/apis/rekognition-2016-06-27.paginators.json +6 -0
- package/clients/acmpca.d.ts +2 -2
- package/clients/amplifyuibuilder.d.ts +358 -2
- package/clients/connect.d.ts +197 -2
- package/clients/dynamodb.d.ts +2 -2
- package/clients/dynamodbstreams.d.ts +4 -4
- package/clients/fsx.d.ts +44 -24
- package/clients/opensearch.d.ts +16 -1
- package/clients/rekognition.d.ts +407 -0
- package/clients/sagemaker.d.ts +13 -13
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +9 -9
- package/dist/aws-sdk.js +829 -282
- package/dist/aws-sdk.min.js +79 -79
- package/lib/core.js +1 -1
- package/package.json +1 -1
package/clients/sagemaker.d.ts
CHANGED
@@ -3211,7 +3211,7 @@ declare namespace SageMaker {
|
|
3211
3211
|
*/
|
3212
3212
|
ChannelType?: AutoMLChannelType;
|
3213
3213
|
/**
|
3214
|
-
* The content type of the data from the input source. The following are the allowed content types for different problems: ImageClassification: image/png, image/jpeg, image
|
3214
|
+
* The content type of the data from the input source. The following are the allowed content types for different problems: ImageClassification: image/png, image/jpeg, or image/*. The default value is image/*. TextClassification: text/csv;header=present or x-application/vnd.amazon+parquet. The default value is text/csv;header=present.
|
3215
3215
|
*/
|
3216
3216
|
ContentType?: ContentType;
|
3217
3217
|
/**
|
@@ -9390,7 +9390,7 @@ declare namespace SageMaker {
|
|
9390
9390
|
}
|
9391
9391
|
export interface DescribePipelineRequest {
|
9392
9392
|
/**
|
9393
|
-
* The name of the pipeline to describe.
|
9393
|
+
* The name or Amazon Resource Name (ARN) of the pipeline to describe.
|
9394
9394
|
*/
|
9395
9395
|
PipelineName: PipelineNameOrArn;
|
9396
9396
|
}
|
@@ -11882,7 +11882,7 @@ declare namespace SageMaker {
|
|
11882
11882
|
*/
|
11883
11883
|
InstanceType: TrainingInstanceType;
|
11884
11884
|
/**
|
11885
|
-
* The number of instances of the type specified by InstanceType. Choose an instance count larger than 1 for distributed training algorithms. See SageMaker
|
11885
|
+
* The number of instances of the type specified by InstanceType. Choose an instance count larger than 1 for distributed training algorithms. See Step 2: Launch a SageMaker Distributed Training Job Using the SageMaker Python SDK for more information.
|
11886
11886
|
*/
|
11887
11887
|
InstanceCount: TrainingInstanceCount;
|
11888
11888
|
/**
|
@@ -13024,7 +13024,7 @@ declare namespace SageMaker {
|
|
13024
13024
|
}
|
13025
13025
|
export interface ListAppImageConfigsRequest {
|
13026
13026
|
/**
|
13027
|
-
* The
|
13027
|
+
* The total number of items to return in the response. If the total number of items available is more than the value specified, a NextToken is provided in the response. To resume pagination, provide the NextToken value in the as part of a subsequent call. The default value is 10.
|
13028
13028
|
*/
|
13029
13029
|
MaxResults?: MaxResults;
|
13030
13030
|
/**
|
@@ -13076,7 +13076,7 @@ declare namespace SageMaker {
|
|
13076
13076
|
*/
|
13077
13077
|
NextToken?: NextToken;
|
13078
13078
|
/**
|
13079
|
-
*
|
13079
|
+
* The total number of items to return in the response. If the total number of items available is more than the value specified, a NextToken is provided in the response. To resume pagination, provide the NextToken value in the as part of a subsequent call. The default value is 10.
|
13080
13080
|
*/
|
13081
13081
|
MaxResults?: MaxResults;
|
13082
13082
|
/**
|
@@ -13578,7 +13578,7 @@ declare namespace SageMaker {
|
|
13578
13578
|
*/
|
13579
13579
|
NextToken?: NextToken;
|
13580
13580
|
/**
|
13581
|
-
*
|
13581
|
+
* The total number of items to return in the response. If the total number of items available is more than the value specified, a NextToken is provided in the response. To resume pagination, provide the NextToken value in the as part of a subsequent call. The default value is 10.
|
13582
13582
|
*/
|
13583
13583
|
MaxResults?: MaxResults;
|
13584
13584
|
}
|
@@ -15308,7 +15308,7 @@ declare namespace SageMaker {
|
|
15308
15308
|
}
|
15309
15309
|
export interface ListPipelineExecutionsRequest {
|
15310
15310
|
/**
|
15311
|
-
* The name of the pipeline.
|
15311
|
+
* The name or Amazon Resource Name (ARN) of the pipeline.
|
15312
15312
|
*/
|
15313
15313
|
PipelineName: PipelineNameOrArn;
|
15314
15314
|
/**
|
@@ -15508,7 +15508,7 @@ declare namespace SageMaker {
|
|
15508
15508
|
*/
|
15509
15509
|
NextToken?: NextToken;
|
15510
15510
|
/**
|
15511
|
-
*
|
15511
|
+
* The total number of items to return in the response. If the total number of items available is more than the value specified, a NextToken is provided in the response. To resume pagination, provide the NextToken value in the as part of a subsequent call. The default value is 10.
|
15512
15512
|
*/
|
15513
15513
|
MaxResults?: MaxResults;
|
15514
15514
|
/**
|
@@ -15572,7 +15572,7 @@ declare namespace SageMaker {
|
|
15572
15572
|
}
|
15573
15573
|
export interface ListStudioLifecycleConfigsRequest {
|
15574
15574
|
/**
|
15575
|
-
* The
|
15575
|
+
* The total number of items to return in the response. If the total number of items available is more than the value specified, a NextToken is provided in the response. To resume pagination, provide the NextToken value in the as part of a subsequent call. The default value is 10.
|
15576
15576
|
*/
|
15577
15577
|
MaxResults?: MaxResults;
|
15578
15578
|
/**
|
@@ -15614,7 +15614,7 @@ declare namespace SageMaker {
|
|
15614
15614
|
}
|
15615
15615
|
export interface ListStudioLifecycleConfigsResponse {
|
15616
15616
|
/**
|
15617
|
-
*
|
15617
|
+
* If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.
|
15618
15618
|
*/
|
15619
15619
|
NextToken?: NextToken;
|
15620
15620
|
/**
|
@@ -15914,7 +15914,7 @@ declare namespace SageMaker {
|
|
15914
15914
|
*/
|
15915
15915
|
NextToken?: NextToken;
|
15916
15916
|
/**
|
15917
|
-
*
|
15917
|
+
* The total number of items to return in the response. If the total number of items available is more than the value specified, a NextToken is provided in the response. To resume pagination, provide the NextToken value in the as part of a subsequent call. The default value is 10.
|
15918
15918
|
*/
|
15919
15919
|
MaxResults?: MaxResults;
|
15920
15920
|
/**
|
@@ -19963,7 +19963,7 @@ declare namespace SageMaker {
|
|
19963
19963
|
}
|
19964
19964
|
export interface StartPipelineExecutionRequest {
|
19965
19965
|
/**
|
19966
|
-
* The name of the pipeline.
|
19966
|
+
* The name or Amazon Resource Name (ARN) of the pipeline.
|
19967
19967
|
*/
|
19968
19968
|
PipelineName: PipelineNameOrArn;
|
19969
19969
|
/**
|
@@ -20221,7 +20221,7 @@ declare namespace SageMaker {
|
|
20221
20221
|
export type TagList = Tag[];
|
20222
20222
|
export type TagValue = string;
|
20223
20223
|
export type TargetAttributeName = string;
|
20224
|
-
export type TargetDevice = "lambda"|"ml_m4"|"ml_m5"|"ml_c4"|"ml_c5"|"ml_p2"|"ml_p3"|"ml_g4dn"|"ml_inf1"|"ml_eia2"|"jetson_tx1"|"jetson_tx2"|"jetson_nano"|"jetson_xavier"|"rasp3b"|"imx8qm"|"deeplens"|"rk3399"|"rk3288"|"aisage"|"sbe_c"|"qcs605"|"qcs603"|"sitara_am57x"|"amba_cv2"|"amba_cv22"|"amba_cv25"|"x86_win32"|"x86_win64"|"coreml"|"jacinto_tda4vm"|"imx8mplus"|string;
|
20224
|
+
export type TargetDevice = "lambda"|"ml_m4"|"ml_m5"|"ml_c4"|"ml_c5"|"ml_p2"|"ml_p3"|"ml_g4dn"|"ml_inf1"|"ml_inf2"|"ml_trn1"|"ml_eia2"|"jetson_tx1"|"jetson_tx2"|"jetson_nano"|"jetson_xavier"|"rasp3b"|"imx8qm"|"deeplens"|"rk3399"|"rk3288"|"aisage"|"sbe_c"|"qcs605"|"qcs603"|"sitara_am57x"|"amba_cv2"|"amba_cv22"|"amba_cv25"|"x86_win32"|"x86_win64"|"coreml"|"jacinto_tda4vm"|"imx8mplus"|string;
|
20225
20225
|
export type TargetLabelColumn = string;
|
20226
20226
|
export type TargetObjectiveMetricValue = number;
|
20227
20227
|
export interface TargetPlatform {
|