cdk-lambda-subminute 2.0.238 → 2.0.240
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/.jsii +3 -3
- package/lib/cdk-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/CHANGELOG.md +6 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/appstream-2016-12-01.min.json +5 -28
- package/node_modules/aws-sdk/apis/appstream-2016-12-01.waiters2.json +6 -6
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +451 -448
- package/node_modules/aws-sdk/clients/appstream.d.ts +6 -46
- package/node_modules/aws-sdk/clients/connect.d.ts +1 -1
- package/node_modules/aws-sdk/clients/datasync.d.ts +3 -3
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +38 -25
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +4 -4
- package/node_modules/aws-sdk/dist/aws-sdk.js +3 -3
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +2 -2
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
@@ -986,11 +986,7 @@ declare namespace AppStream {
|
|
986
986
|
/**
|
987
987
|
* The desired number of streaming instances.
|
988
988
|
*/
|
989
|
-
DesiredInstances
|
990
|
-
/**
|
991
|
-
* The desired number of user sessions for a multi-session fleet. This is not allowed for single-session fleets. When you create a fleet, you must set either the DesiredSessions or DesiredInstances attribute, based on the type of fleet you create. You can’t define both attributes or leave both attributes blank.
|
992
|
-
*/
|
993
|
-
DesiredSessions?: Integer;
|
989
|
+
DesiredInstances: Integer;
|
994
990
|
}
|
995
991
|
export interface ComputeCapacityStatus {
|
996
992
|
/**
|
@@ -1009,22 +1005,6 @@ declare namespace AppStream {
|
|
1009
1005
|
* The number of currently available instances that can be used to stream sessions.
|
1010
1006
|
*/
|
1011
1007
|
Available?: Integer;
|
1012
|
-
/**
|
1013
|
-
* The total number of sessions slots that are either running or pending. This represents the total number of concurrent streaming sessions your fleet can support in a steady state. DesiredUserSessionCapacity = ActualUserSessionCapacity + PendingUserSessionCapacity This only applies to multi-session fleets.
|
1014
|
-
*/
|
1015
|
-
DesiredUserSessions?: Integer;
|
1016
|
-
/**
|
1017
|
-
* The number of idle session slots currently available for user sessions. AvailableUserSessionCapacity = ActualUserSessionCapacity - ActiveUserSessions This only applies to multi-session fleets.
|
1018
|
-
*/
|
1019
|
-
AvailableUserSessions?: Integer;
|
1020
|
-
/**
|
1021
|
-
* The number of user sessions currently being used for streaming sessions. This only applies to multi-session fleets.
|
1022
|
-
*/
|
1023
|
-
ActiveUserSessions?: Integer;
|
1024
|
-
/**
|
1025
|
-
* The total number of session slots that are available for streaming or are currently streaming. ActualUserSessionCapacity = AvailableUserSessionCapacity + ActiveUserSessions This only applies to multi-session fleets.
|
1026
|
-
*/
|
1027
|
-
ActualUserSessions?: Integer;
|
1028
1008
|
}
|
1029
1009
|
export interface CopyImageRequest {
|
1030
1010
|
/**
|
@@ -1286,7 +1266,7 @@ declare namespace AppStream {
|
|
1286
1266
|
*/
|
1287
1267
|
VpcConfig?: VpcConfig;
|
1288
1268
|
/**
|
1289
|
-
* The maximum amount of time that a streaming session can remain active, in seconds. If users are still connected to a streaming instance five minutes before this limit is reached, they are prompted to save any open documents before being disconnected. After this time elapses, the instance is terminated and replaced by a new instance. Specify a value between 600 and
|
1269
|
+
* The maximum amount of time that a streaming session can remain active, in seconds. If users are still connected to a streaming instance five minutes before this limit is reached, they are prompted to save any open documents before being disconnected. After this time elapses, the instance is terminated and replaced by a new instance. Specify a value between 600 and 360000.
|
1290
1270
|
*/
|
1291
1271
|
MaxUserDurationInSeconds?: Integer;
|
1292
1272
|
/**
|
@@ -1341,10 +1321,6 @@ declare namespace AppStream {
|
|
1341
1321
|
* The S3 location of the session scripts configuration zip file. This only applies to Elastic fleets.
|
1342
1322
|
*/
|
1343
1323
|
SessionScriptS3Location?: S3Location;
|
1344
|
-
/**
|
1345
|
-
* The maximum number of user sessions on an instance. This only applies to multi-session fleets.
|
1346
|
-
*/
|
1347
|
-
MaxSessionsPerInstance?: Integer;
|
1348
1324
|
}
|
1349
1325
|
export interface CreateFleetResult {
|
1350
1326
|
/**
|
@@ -1998,11 +1974,11 @@ declare namespace AppStream {
|
|
1998
1974
|
/**
|
1999
1975
|
* The name of the stack. This value is case-sensitive.
|
2000
1976
|
*/
|
2001
|
-
StackName:
|
1977
|
+
StackName: String;
|
2002
1978
|
/**
|
2003
1979
|
* The name of the fleet. This value is case-sensitive.
|
2004
1980
|
*/
|
2005
|
-
FleetName:
|
1981
|
+
FleetName: String;
|
2006
1982
|
/**
|
2007
1983
|
* The user identifier (ID). If you specify a user ID, you must also specify the authentication type.
|
2008
1984
|
*/
|
@@ -2019,10 +1995,6 @@ declare namespace AppStream {
|
|
2019
1995
|
* The authentication method. Specify API for a user authenticated using a streaming URL or SAML for a SAML federated user. The default is to authenticate users using a streaming URL.
|
2020
1996
|
*/
|
2021
1997
|
AuthenticationType?: AuthenticationType;
|
2022
|
-
/**
|
2023
|
-
* The identifier for the instance hosting the session.
|
2024
|
-
*/
|
2025
|
-
InstanceId?: String;
|
2026
1998
|
}
|
2027
1999
|
export interface DescribeSessionsResult {
|
2028
2000
|
/**
|
@@ -2413,12 +2385,8 @@ declare namespace AppStream {
|
|
2413
2385
|
* The S3 location of the session scripts configuration zip file. This only applies to Elastic fleets.
|
2414
2386
|
*/
|
2415
2387
|
SessionScriptS3Location?: S3Location;
|
2416
|
-
/**
|
2417
|
-
* The maximum number of user sessions on an instance. This only applies to multi-session fleets.
|
2418
|
-
*/
|
2419
|
-
MaxSessionsPerInstance?: Integer;
|
2420
2388
|
}
|
2421
|
-
export type FleetAttribute = "VPC_CONFIGURATION"|"VPC_CONFIGURATION_SECURITY_GROUP_IDS"|"DOMAIN_JOIN_INFO"|"IAM_ROLE_ARN"|"USB_DEVICE_FILTER_STRINGS"|"SESSION_SCRIPT_S3_LOCATION"|
|
2389
|
+
export type FleetAttribute = "VPC_CONFIGURATION"|"VPC_CONFIGURATION_SECURITY_GROUP_IDS"|"DOMAIN_JOIN_INFO"|"IAM_ROLE_ARN"|"USB_DEVICE_FILTER_STRINGS"|"SESSION_SCRIPT_S3_LOCATION"|string;
|
2422
2390
|
export type FleetAttributes = FleetAttribute[];
|
2423
2391
|
export interface FleetError {
|
2424
2392
|
/**
|
@@ -2826,10 +2794,6 @@ declare namespace AppStream {
|
|
2826
2794
|
* The network details for the streaming session.
|
2827
2795
|
*/
|
2828
2796
|
NetworkAccessConfiguration?: NetworkAccessConfiguration;
|
2829
|
-
/**
|
2830
|
-
* The identifier for the instance hosting the session.
|
2831
|
-
*/
|
2832
|
-
InstanceId?: String;
|
2833
2797
|
}
|
2834
2798
|
export type SessionConnectionState = "CONNECTED"|"NOT_CONNECTED"|string;
|
2835
2799
|
export type SessionList = Session[];
|
@@ -3187,7 +3151,7 @@ declare namespace AppStream {
|
|
3187
3151
|
/**
|
3188
3152
|
* A unique name for the fleet.
|
3189
3153
|
*/
|
3190
|
-
Name?:
|
3154
|
+
Name?: String;
|
3191
3155
|
/**
|
3192
3156
|
* The instance type to use when launching fleet instances. The following instance types are available: stream.standard.small stream.standard.medium stream.standard.large stream.standard.xlarge stream.standard.2xlarge stream.compute.large stream.compute.xlarge stream.compute.2xlarge stream.compute.4xlarge stream.compute.8xlarge stream.memory.large stream.memory.xlarge stream.memory.2xlarge stream.memory.4xlarge stream.memory.8xlarge stream.memory.z1d.large stream.memory.z1d.xlarge stream.memory.z1d.2xlarge stream.memory.z1d.3xlarge stream.memory.z1d.6xlarge stream.memory.z1d.12xlarge stream.graphics-design.large stream.graphics-design.xlarge stream.graphics-design.2xlarge stream.graphics-design.4xlarge stream.graphics-desktop.2xlarge stream.graphics.g4dn.xlarge stream.graphics.g4dn.2xlarge stream.graphics.g4dn.4xlarge stream.graphics.g4dn.8xlarge stream.graphics.g4dn.12xlarge stream.graphics.g4dn.16xlarge stream.graphics-pro.4xlarge stream.graphics-pro.8xlarge stream.graphics-pro.16xlarge The following instance types are available for Elastic fleets: stream.standard.small stream.standard.medium stream.standard.large stream.standard.xlarge stream.standard.2xlarge
|
3193
3157
|
*/
|
@@ -3260,10 +3224,6 @@ declare namespace AppStream {
|
|
3260
3224
|
* The S3 location of the session scripts configuration zip file. This only applies to Elastic fleets.
|
3261
3225
|
*/
|
3262
3226
|
SessionScriptS3Location?: S3Location;
|
3263
|
-
/**
|
3264
|
-
* The maximum number of user sessions on an instance. This only applies to multi-session fleets.
|
3265
|
-
*/
|
3266
|
-
MaxSessionsPerInstance?: Integer;
|
3267
3227
|
}
|
3268
3228
|
export interface UpdateFleetResult {
|
3269
3229
|
/**
|
@@ -4639,7 +4639,7 @@ declare namespace Connect {
|
|
4639
4639
|
Name: EventBridgeActionName;
|
4640
4640
|
}
|
4641
4641
|
export type EventBridgeActionName = string;
|
4642
|
-
export type EventSourceName = "OnPostCallAnalysisAvailable"|"OnRealTimeCallAnalysisAvailable"|"OnPostChatAnalysisAvailable"|"OnZendeskTicketCreate"|"OnZendeskTicketStatusUpdate"|"OnSalesforceCaseCreate"|"OnContactEvaluationSubmit"|string;
|
4642
|
+
export type EventSourceName = "OnPostCallAnalysisAvailable"|"OnRealTimeCallAnalysisAvailable"|"OnPostChatAnalysisAvailable"|"OnZendeskTicketCreate"|"OnZendeskTicketStatusUpdate"|"OnSalesforceCaseCreate"|"OnContactEvaluationSubmit"|"OnMetricDataUpdate"|string;
|
4643
4643
|
export interface FilterV2 {
|
4644
4644
|
/**
|
4645
4645
|
* The key to use for filtering data. For example, QUEUE, ROUTING_PROFILE, AGENT, CHANNEL, AGENT_HIERARCHY_LEVEL_ONE, AGENT_HIERARCHY_LEVEL_TWO, AGENT_HIERARCHY_LEVEL_THREE, AGENT_HIERARCHY_LEVEL_FOUR, AGENT_HIERARCHY_LEVEL_FIVE. There must be at least 1 key and a maximum 5 keys.
|
@@ -300,11 +300,11 @@ declare class DataSync extends Service {
|
|
300
300
|
*/
|
301
301
|
describeTaskExecution(callback?: (err: AWSError, data: DataSync.Types.DescribeTaskExecutionResponse) => void): Request<DataSync.Types.DescribeTaskExecutionResponse, AWSError>;
|
302
302
|
/**
|
303
|
-
* Creates recommendations about where to migrate your data to in Amazon Web Services. Recommendations are generated based on information that DataSync Discovery collects about your on-premises storage system's resources. For more information, see Recommendations provided by DataSync Discovery. Once generated, you can view your recommendations by using the DescribeStorageSystemResources operation.
|
303
|
+
* Creates recommendations about where to migrate your data to in Amazon Web Services. Recommendations are generated based on information that DataSync Discovery collects about your on-premises storage system's resources. For more information, see Recommendations provided by DataSync Discovery. Once generated, you can view your recommendations by using the DescribeStorageSystemResources operation.
|
304
304
|
*/
|
305
305
|
generateRecommendations(params: DataSync.Types.GenerateRecommendationsRequest, callback?: (err: AWSError, data: DataSync.Types.GenerateRecommendationsResponse) => void): Request<DataSync.Types.GenerateRecommendationsResponse, AWSError>;
|
306
306
|
/**
|
307
|
-
* Creates recommendations about where to migrate your data to in Amazon Web Services. Recommendations are generated based on information that DataSync Discovery collects about your on-premises storage system's resources. For more information, see Recommendations provided by DataSync Discovery. Once generated, you can view your recommendations by using the DescribeStorageSystemResources operation.
|
307
|
+
* Creates recommendations about where to migrate your data to in Amazon Web Services. Recommendations are generated based on information that DataSync Discovery collects about your on-premises storage system's resources. For more information, see Recommendations provided by DataSync Discovery. Once generated, you can view your recommendations by using the DescribeStorageSystemResources operation.
|
308
308
|
*/
|
309
309
|
generateRecommendations(callback?: (err: AWSError, data: DataSync.Types.GenerateRecommendationsResponse) => void): Request<DataSync.Types.GenerateRecommendationsResponse, AWSError>;
|
310
310
|
/**
|
@@ -2618,7 +2618,7 @@ declare namespace DataSync {
|
|
2618
2618
|
*/
|
2619
2619
|
Transferred?: ReportOverride;
|
2620
2620
|
/**
|
2621
|
-
* Specifies the level of reporting for the files, objects, and directories that DataSync attempted to verify at the end of your transfer.
|
2621
|
+
* Specifies the level of reporting for the files, objects, and directories that DataSync attempted to verify at the end of your transfer.
|
2622
2622
|
*/
|
2623
2623
|
Verified?: ReportOverride;
|
2624
2624
|
/**
|
@@ -3692,7 +3692,7 @@ declare namespace SageMaker {
|
|
3692
3692
|
export type CapacitySizeValue = number;
|
3693
3693
|
export interface CaptureContentTypeHeader {
|
3694
3694
|
/**
|
3695
|
-
* The list of all content type headers that SageMaker will treat as CSV and capture accordingly.
|
3695
|
+
* The list of all content type headers that Amazon SageMaker will treat as CSV and capture accordingly.
|
3696
3696
|
*/
|
3697
3697
|
CsvContentTypes?: CsvContentTypes;
|
3698
3698
|
/**
|
@@ -4621,7 +4621,7 @@ declare namespace SageMaker {
|
|
4621
4621
|
RoleArn: RoleArn;
|
4622
4622
|
StoppingCondition?: MonitoringStoppingCondition;
|
4623
4623
|
/**
|
4624
|
-
* (Optional) An array of key-value pairs. For more information, see
|
4624
|
+
* (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
4625
|
*/
|
4626
4626
|
Tags?: TagList;
|
4627
4627
|
}
|
@@ -5285,7 +5285,7 @@ declare namespace SageMaker {
|
|
5285
5285
|
RoleArn: RoleArn;
|
5286
5286
|
StoppingCondition?: MonitoringStoppingCondition;
|
5287
5287
|
/**
|
5288
|
-
* (Optional) An array of key-value pairs. For more information, see
|
5288
|
+
* (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
5289
|
*/
|
5290
5290
|
Tags?: TagList;
|
5291
5291
|
}
|
@@ -5376,7 +5376,7 @@ declare namespace SageMaker {
|
|
5376
5376
|
RoleArn: RoleArn;
|
5377
5377
|
StoppingCondition?: MonitoringStoppingCondition;
|
5378
5378
|
/**
|
5379
|
-
* (Optional) An array of key-value pairs. For more information, see
|
5379
|
+
* (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
5380
|
*/
|
5381
5381
|
Tags?: TagList;
|
5382
5382
|
}
|
@@ -5516,6 +5516,10 @@ declare namespace SageMaker {
|
|
5516
5516
|
* An array of additional Inference Specification objects. Each additional Inference Specification specifies artifacts based on this model package that can be used on inference endpoints. Generally used with SageMaker Neo to store the compiled artifacts.
|
5517
5517
|
*/
|
5518
5518
|
AdditionalInferenceSpecifications?: AdditionalInferenceSpecifications;
|
5519
|
+
/**
|
5520
|
+
* Indicates if you want to skip model validation.
|
5521
|
+
*/
|
5522
|
+
SkipModelValidation?: SkipModelValidation;
|
5519
5523
|
}
|
5520
5524
|
export interface CreateModelPackageOutput {
|
5521
5525
|
/**
|
@@ -5552,7 +5556,7 @@ declare namespace SageMaker {
|
|
5552
5556
|
RoleArn: RoleArn;
|
5553
5557
|
StoppingCondition?: MonitoringStoppingCondition;
|
5554
5558
|
/**
|
5555
|
-
* (Optional) An array of key-value pairs. For more information, see
|
5559
|
+
* (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.
|
5556
5560
|
*/
|
5557
5561
|
Tags?: TagList;
|
5558
5562
|
}
|
@@ -6246,7 +6250,7 @@ declare namespace SageMaker {
|
|
6246
6250
|
*/
|
6247
6251
|
DestinationS3Uri: DestinationS3Uri;
|
6248
6252
|
/**
|
6249
|
-
* The Amazon Resource Name (ARN) of
|
6253
|
+
* The Amazon Resource Name (ARN) of an 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
|
6250
6254
|
*/
|
6251
6255
|
KmsKeyId?: KmsKeyId;
|
6252
6256
|
/**
|
@@ -6325,7 +6329,7 @@ declare namespace SageMaker {
|
|
6325
6329
|
*/
|
6326
6330
|
ContainerArguments?: MonitoringContainerArguments;
|
6327
6331
|
/**
|
6328
|
-
* 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
|
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 flattened JSON so that the built-in container can use the converted data. Applicable only for the built-in (first party) containers.
|
6329
6333
|
*/
|
6330
6334
|
RecordPreprocessorSourceUri?: S3Uri;
|
6331
6335
|
/**
|
@@ -8884,7 +8888,7 @@ declare namespace SageMaker {
|
|
8884
8888
|
*/
|
8885
8889
|
NetworkConfig?: MonitoringNetworkConfig;
|
8886
8890
|
/**
|
8887
|
-
* The Amazon Resource Name (ARN) of the
|
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.
|
8888
8892
|
*/
|
8889
8893
|
RoleArn: RoleArn;
|
8890
8894
|
StoppingCondition?: MonitoringStoppingCondition;
|
@@ -9025,7 +9029,7 @@ declare namespace SageMaker {
|
|
9025
9029
|
*/
|
9026
9030
|
NetworkConfig?: MonitoringNetworkConfig;
|
9027
9031
|
/**
|
9028
|
-
* The Amazon Resource Name (ARN) of the
|
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.
|
9029
9033
|
*/
|
9030
9034
|
RoleArn: RoleArn;
|
9031
9035
|
StoppingCondition?: MonitoringStoppingCondition;
|
@@ -9205,6 +9209,10 @@ declare namespace SageMaker {
|
|
9205
9209
|
* An array of additional Inference Specification objects. Each additional Inference Specification specifies artifacts based on this model package that can be used on inference endpoints. Generally used with SageMaker Neo to store the compiled artifacts.
|
9206
9210
|
*/
|
9207
9211
|
AdditionalInferenceSpecifications?: AdditionalInferenceSpecifications;
|
9212
|
+
/**
|
9213
|
+
* Indicates if you want to skip model validation.
|
9214
|
+
*/
|
9215
|
+
SkipModelValidation?: SkipModelValidation;
|
9208
9216
|
}
|
9209
9217
|
export interface DescribeModelQualityJobDefinitionRequest {
|
9210
9218
|
/**
|
@@ -10924,7 +10932,7 @@ declare namespace SageMaker {
|
|
10924
10932
|
*/
|
10925
10933
|
S3InputMode?: ProcessingS3InputMode;
|
10926
10934
|
/**
|
10927
|
-
* Whether input data distributed in Amazon S3 is fully replicated or sharded by an S3 key. Defaults to FullyReplicated
|
10935
|
+
* Whether input data distributed in Amazon S3 is fully replicated or sharded by an Amazon S3 key. Defaults to FullyReplicated
|
10928
10936
|
*/
|
10929
10937
|
S3DataDistributionType?: ProcessingS3DataDistributionType;
|
10930
10938
|
/**
|
@@ -13674,7 +13682,7 @@ declare namespace SageMaker {
|
|
13674
13682
|
*/
|
13675
13683
|
SortBy?: MonitoringJobDefinitionSortKey;
|
13676
13684
|
/**
|
13677
|
-
*
|
13685
|
+
* Whether to sort the results in Ascending or Descending order. The default is Descending.
|
13678
13686
|
*/
|
13679
13687
|
SortOrder?: SortOrder;
|
13680
13688
|
/**
|
@@ -14787,7 +14795,7 @@ declare namespace SageMaker {
|
|
14787
14795
|
*/
|
14788
14796
|
JobDefinitionSummaries: MonitoringJobDefinitionSummaryList;
|
14789
14797
|
/**
|
14790
|
-
*
|
14798
|
+
* The token returned if the response is truncated. To retrieve the next set of job executions, use it in the next request.
|
14791
14799
|
*/
|
14792
14800
|
NextToken?: NextToken;
|
14793
14801
|
}
|
@@ -14971,7 +14979,7 @@ declare namespace SageMaker {
|
|
14971
14979
|
*/
|
14972
14980
|
JobDefinitionSummaries: MonitoringJobDefinitionSummaryList;
|
14973
14981
|
/**
|
14974
|
-
*
|
14982
|
+
* The token returned if the response is truncated. To retrieve the next set of job executions, use it in the next request.
|
14975
14983
|
*/
|
14976
14984
|
NextToken?: NextToken;
|
14977
14985
|
}
|
@@ -15101,7 +15109,7 @@ declare namespace SageMaker {
|
|
15101
15109
|
*/
|
15102
15110
|
SortBy?: MonitoringJobDefinitionSortKey;
|
15103
15111
|
/**
|
15104
|
-
*
|
15112
|
+
* Whether to sort the results in Ascending or Descending order. The default is Descending.
|
15105
15113
|
*/
|
15106
15114
|
SortOrder?: SortOrder;
|
15107
15115
|
/**
|
@@ -15257,7 +15265,7 @@ declare namespace SageMaker {
|
|
15257
15265
|
*/
|
15258
15266
|
EndpointName?: EndpointName;
|
15259
15267
|
/**
|
15260
|
-
* Whether to sort results by Status, CreationTime, ScheduledTime field. The default is CreationTime.
|
15268
|
+
* Whether to sort the results by the Status, CreationTime, or ScheduledTime field. The default is CreationTime.
|
15261
15269
|
*/
|
15262
15270
|
SortBy?: MonitoringExecutionSortKey;
|
15263
15271
|
/**
|
@@ -15315,7 +15323,7 @@ declare namespace SageMaker {
|
|
15315
15323
|
*/
|
15316
15324
|
MonitoringExecutionSummaries: MonitoringExecutionSummaryList;
|
15317
15325
|
/**
|
15318
|
-
*
|
15326
|
+
* The token returned if the response is truncated. To retrieve the next set of job executions, use it in the next request.
|
15319
15327
|
*/
|
15320
15328
|
NextToken?: NextToken;
|
15321
15329
|
}
|
@@ -15325,7 +15333,7 @@ declare namespace SageMaker {
|
|
15325
15333
|
*/
|
15326
15334
|
EndpointName?: EndpointName;
|
15327
15335
|
/**
|
15328
|
-
* Whether to sort results by Status, CreationTime, ScheduledTime field. The default is CreationTime.
|
15336
|
+
* Whether to sort the results by the Status, CreationTime, or ScheduledTime field. The default is CreationTime.
|
15329
15337
|
*/
|
15330
15338
|
SortBy?: MonitoringScheduleSortKey;
|
15331
15339
|
/**
|
@@ -15379,7 +15387,7 @@ declare namespace SageMaker {
|
|
15379
15387
|
*/
|
15380
15388
|
MonitoringScheduleSummaries: MonitoringScheduleSummaryList;
|
15381
15389
|
/**
|
15382
|
-
*
|
15390
|
+
* The token returned if the response is truncated. To retrieve the next set of job executions, use it in the next request.
|
15383
15391
|
*/
|
15384
15392
|
NextToken?: NextToken;
|
15385
15393
|
}
|
@@ -16836,7 +16844,7 @@ declare namespace SageMaker {
|
|
16836
16844
|
*/
|
16837
16845
|
ImageUri: ImageUri;
|
16838
16846
|
/**
|
16839
|
-
* JSON formatted S3 file that defines explainability parameters. For more information on this JSON configuration file, see Configure model explainability parameters.
|
16847
|
+
* JSON formatted Amazon S3 file that defines explainability parameters. For more information on this JSON configuration file, see Configure model explainability parameters.
|
16840
16848
|
*/
|
16841
16849
|
ConfigUri: S3Uri;
|
16842
16850
|
/**
|
@@ -17053,6 +17061,10 @@ declare namespace SageMaker {
|
|
17053
17061
|
* Represents the drift check baselines that can be used when the model monitor is set using the model package.
|
17054
17062
|
*/
|
17055
17063
|
DriftCheckBaselines?: DriftCheckBaselines;
|
17064
|
+
/**
|
17065
|
+
* Indicates if you want to skip model validation.
|
17066
|
+
*/
|
17067
|
+
SkipModelValidation?: SkipModelValidation;
|
17056
17068
|
}
|
17057
17069
|
export type ModelPackageArn = string;
|
17058
17070
|
export type ModelPackageArnList = ModelPackageArn[];
|
@@ -17263,7 +17275,7 @@ declare namespace SageMaker {
|
|
17263
17275
|
*/
|
17264
17276
|
ContainerArguments?: MonitoringContainerArguments;
|
17265
17277
|
/**
|
17266
|
-
* 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
|
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 flattened JSON so that the built-in container can use the converted data. Applicable only for the built-in (first party) containers.
|
17267
17279
|
*/
|
17268
17280
|
RecordPreprocessorSourceUri?: S3Uri;
|
17269
17281
|
/**
|
@@ -17441,7 +17453,7 @@ declare namespace SageMaker {
|
|
17441
17453
|
*/
|
17442
17454
|
ContainerArguments?: MonitoringContainerArguments;
|
17443
17455
|
/**
|
17444
|
-
* 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
|
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 flattened JSON so that the built-in container can use the converted data. Applicable only for the built-in (first party) containers.
|
17445
17457
|
*/
|
17446
17458
|
RecordPreprocessorSourceUri?: S3Uri;
|
17447
17459
|
/**
|
@@ -17477,7 +17489,7 @@ declare namespace SageMaker {
|
|
17477
17489
|
*/
|
17478
17490
|
VolumeSizeInGB: ProcessingVolumeSizeInGB;
|
17479
17491
|
/**
|
17480
|
-
* The
|
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.
|
17481
17493
|
*/
|
17482
17494
|
VolumeKmsKeyId?: KmsKeyId;
|
17483
17495
|
}
|
@@ -17582,7 +17594,7 @@ declare namespace SageMaker {
|
|
17582
17594
|
*/
|
17583
17595
|
MonitoringInputs: MonitoringInputs;
|
17584
17596
|
/**
|
17585
|
-
* The array of outputs from the monitoring job to be uploaded to Amazon
|
17597
|
+
* The array of outputs from the monitoring job to be uploaded to Amazon S3.
|
17586
17598
|
*/
|
17587
17599
|
MonitoringOutputConfig: MonitoringOutputConfig;
|
17588
17600
|
/**
|
@@ -17634,7 +17646,7 @@ declare namespace SageMaker {
|
|
17634
17646
|
export type MonitoringJobDefinitionSummaryList = MonitoringJobDefinitionSummary[];
|
17635
17647
|
export interface MonitoringJsonDatasetFormat {
|
17636
17648
|
/**
|
17637
|
-
* Indicates if the file should be read as a
|
17649
|
+
* Indicates if the file should be read as a JSON object per line.
|
17638
17650
|
*/
|
17639
17651
|
Line?: Boolean;
|
17640
17652
|
}
|
@@ -17662,7 +17674,7 @@ declare namespace SageMaker {
|
|
17662
17674
|
*/
|
17663
17675
|
MonitoringOutputs: MonitoringOutputs;
|
17664
17676
|
/**
|
17665
|
-
* The
|
17677
|
+
* The Key Management Service (KMS) key that Amazon SageMaker uses to encrypt the model artifacts at rest using Amazon S3 server-side encryption.
|
17666
17678
|
*/
|
17667
17679
|
KmsKeyId?: KmsKeyId;
|
17668
17680
|
}
|
@@ -20264,6 +20276,7 @@ declare namespace SageMaker {
|
|
20264
20276
|
Seed: Seed;
|
20265
20277
|
}
|
20266
20278
|
export type SingleSignOnUserIdentifier = string;
|
20279
|
+
export type SkipModelValidation = "All"|"None"|string;
|
20267
20280
|
export type SnsTopicArn = string;
|
20268
20281
|
export type SortActionsBy = "Name"|"CreationTime"|string;
|
20269
20282
|
export type SortArtifactsBy = "CreationTime"|string;
|