aws-sdk 2.1401.0 → 2.1402.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 +9 -1
- package/README.md +1 -1
- package/apis/elasticmapreduce-2009-03-31.min.json +56 -3
- package/apis/elasticmapreduce-2009-03-31.paginators.json +4 -0
- package/apis/inspector2-2020-06-08.min.json +529 -150
- package/apis/mediaconvert-2017-08-29.min.json +103 -93
- package/apis/mq-2017-11-27.min.json +132 -32
- package/apis/sagemaker-2017-07-24.min.json +995 -973
- package/apis/transfer-2018-11-05.min.json +44 -31
- package/clients/dynamodb.d.ts +2 -2
- package/clients/emr.d.ts +77 -1
- package/clients/inspector2.d.ts +417 -9
- package/clients/mediaconvert.d.ts +11 -2
- package/clients/mq.d.ts +136 -30
- package/clients/sagemaker.d.ts +45 -13
- package/clients/transfer.d.ts +13 -0
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +8 -8
- package/dist/aws-sdk.js +63 -6
- package/dist/aws-sdk.min.js +55 -55
- package/lib/core.js +1 -1
- package/package.json +1 -1
@@ -2646,6 +2646,10 @@ Within your job settings, all of your DVB-Sub settings must be identical.
|
|
2646
2646
|
* Enables Alternate Transfer Function SEI message for outputs using Hybrid Log Gamma (HLG) Electro-Optical Transfer Function (EOTF).
|
2647
2647
|
*/
|
2648
2648
|
AlternateTransferFunctionSei?: H265AlternateTransferFunctionSei;
|
2649
|
+
/**
|
2650
|
+
* The Bandwidth reduction filter increases the video quality of your output relative to its bitrate. Use to lower the bitrate of your constant quality QVBR output, with little or no perceptual decrease in quality. Or, use to increase the video quality of outputs with other rate control modes relative to the bitrate that you specify. Bandwidth reduction increases further when your input is low quality or noisy. Outputs that use this feature incur pro-tier pricing. When you include Bandwidth reduction filter, you cannot include the Noise reducer preprocessor.
|
2651
|
+
*/
|
2652
|
+
BandwidthReductionFilter?: BandwidthReductionFilter;
|
2649
2653
|
/**
|
2650
2654
|
* Specify the average bitrate in bits per second. Required for VBR and CBR. For MS Smooth outputs, bitrates must be unique when rounded down to the nearest multiple of 1000.
|
2651
2655
|
*/
|
@@ -3030,6 +3034,10 @@ Within your job settings, all of your DVB-Sub settings must be identical.
|
|
3030
3034
|
* Period of insertion of EXT-X-PROGRAM-DATE-TIME entry, in seconds.
|
3031
3035
|
*/
|
3032
3036
|
ProgramDateTimePeriod?: __integerMin0Max3600;
|
3037
|
+
/**
|
3038
|
+
* Specify whether MediaConvert generates HLS manifests while your job is running or when your job is complete. To generate HLS manifests while your job is running: Choose Enabled. Use if you want to play back your content as soon as it's available. MediaConvert writes the parent and child manifests after the first three media segments are written to your destination S3 bucket. It then writes new updated manifests after each additional segment is written. The parent manifest includes the latest BANDWIDTH and AVERAGE-BANDWIDTH attributes, and child manifests include the latest available media segment. When your job completes, the final child playlists include an EXT-X-ENDLIST tag. To generate HLS manifests only when your job completes: Choose Disabled.
|
3039
|
+
*/
|
3040
|
+
ProgressiveWriteHlsManifest?: HlsProgressiveWriteHlsManifest;
|
3033
3041
|
/**
|
3034
3042
|
* When set to SINGLE_FILE, emits program as a single media resource (.ts) file, uses #EXT-X-BYTERANGE tags to index segment for playback.
|
3035
3043
|
*/
|
@@ -3103,6 +3111,7 @@ Within your job settings, all of your DVB-Sub settings must be identical.
|
|
3103
3111
|
export type HlsOfflineEncrypted = "ENABLED"|"DISABLED"|string;
|
3104
3112
|
export type HlsOutputSelection = "MANIFESTS_AND_SEGMENTS"|"SEGMENTS_ONLY"|string;
|
3105
3113
|
export type HlsProgramDateTime = "INCLUDE"|"EXCLUDE"|string;
|
3114
|
+
export type HlsProgressiveWriteHlsManifest = "ENABLED"|"DISABLED"|string;
|
3106
3115
|
export interface HlsRenditionGroupSettings {
|
3107
3116
|
/**
|
3108
3117
|
* Optional. Specify alternative group ID
|
@@ -3216,7 +3225,7 @@ Within your job settings, all of your DVB-Sub settings must be identical.
|
|
3216
3225
|
*/
|
3217
3226
|
AudioSelectors?: __mapOfAudioSelector;
|
3218
3227
|
/**
|
3219
|
-
* Use captions selectors to specify the captions data from your input that you use in your outputs. You can use up to
|
3228
|
+
* Use captions selectors to specify the captions data from your input that you use in your outputs. You can use up to 100 captions selectors per input.
|
3220
3229
|
*/
|
3221
3230
|
CaptionSelectors?: __mapOfCaptionSelector;
|
3222
3231
|
/**
|
@@ -3350,7 +3359,7 @@ Within your job settings, all of your DVB-Sub settings must be identical.
|
|
3350
3359
|
*/
|
3351
3360
|
AudioSelectors?: __mapOfAudioSelector;
|
3352
3361
|
/**
|
3353
|
-
* Use captions selectors to specify the captions data from your input that you use in your outputs. You can use up to
|
3362
|
+
* Use captions selectors to specify the captions data from your input that you use in your outputs. You can use up to 100 captions selectors per input.
|
3354
3363
|
*/
|
3355
3364
|
CaptionSelectors?: __mapOfCaptionSelector;
|
3356
3365
|
/**
|
package/clients/mq.d.ts
CHANGED
@@ -12,11 +12,11 @@ declare class MQ extends Service {
|
|
12
12
|
constructor(options?: MQ.Types.ClientConfiguration)
|
13
13
|
config: Config & MQ.Types.ClientConfiguration;
|
14
14
|
/**
|
15
|
-
* Creates a broker. Note: This API is asynchronous. To create a broker, you must either use the AmazonMQFullAccess IAM policy or include the following EC2 permissions in your IAM policy. ec2:CreateNetworkInterface This permission is required to allow Amazon MQ to create an elastic network interface (ENI) on behalf of your account. ec2:CreateNetworkInterfacePermission This permission is required to attach the ENI to the broker instance. ec2:DeleteNetworkInterface ec2:DeleteNetworkInterfacePermission ec2:DetachNetworkInterface ec2:DescribeInternetGateways ec2:DescribeNetworkInterfaces ec2:DescribeNetworkInterfacePermissions ec2:DescribeRouteTables ec2:DescribeSecurityGroups ec2:DescribeSubnets ec2:DescribeVpcs For more information, see Create an IAM User and Get Your
|
15
|
+
* Creates a broker. Note: This API is asynchronous. To create a broker, you must either use the AmazonMQFullAccess IAM policy or include the following EC2 permissions in your IAM policy. ec2:CreateNetworkInterface This permission is required to allow Amazon MQ to create an elastic network interface (ENI) on behalf of your account. ec2:CreateNetworkInterfacePermission This permission is required to attach the ENI to the broker instance. ec2:DeleteNetworkInterface ec2:DeleteNetworkInterfacePermission ec2:DetachNetworkInterface ec2:DescribeInternetGateways ec2:DescribeNetworkInterfaces ec2:DescribeNetworkInterfacePermissions ec2:DescribeRouteTables ec2:DescribeSecurityGroups ec2:DescribeSubnets ec2:DescribeVpcs For more information, see Create an IAM User and Get Your Amazon Web Services Credentials and Never Modify or Delete the Amazon MQ Elastic Network Interface in the Amazon MQ Developer Guide.
|
16
16
|
*/
|
17
17
|
createBroker(params: MQ.Types.CreateBrokerRequest, callback?: (err: AWSError, data: MQ.Types.CreateBrokerResponse) => void): Request<MQ.Types.CreateBrokerResponse, AWSError>;
|
18
18
|
/**
|
19
|
-
* Creates a broker. Note: This API is asynchronous. To create a broker, you must either use the AmazonMQFullAccess IAM policy or include the following EC2 permissions in your IAM policy. ec2:CreateNetworkInterface This permission is required to allow Amazon MQ to create an elastic network interface (ENI) on behalf of your account. ec2:CreateNetworkInterfacePermission This permission is required to attach the ENI to the broker instance. ec2:DeleteNetworkInterface ec2:DeleteNetworkInterfacePermission ec2:DetachNetworkInterface ec2:DescribeInternetGateways ec2:DescribeNetworkInterfaces ec2:DescribeNetworkInterfacePermissions ec2:DescribeRouteTables ec2:DescribeSecurityGroups ec2:DescribeSubnets ec2:DescribeVpcs For more information, see Create an IAM User and Get Your
|
19
|
+
* Creates a broker. Note: This API is asynchronous. To create a broker, you must either use the AmazonMQFullAccess IAM policy or include the following EC2 permissions in your IAM policy. ec2:CreateNetworkInterface This permission is required to allow Amazon MQ to create an elastic network interface (ENI) on behalf of your account. ec2:CreateNetworkInterfacePermission This permission is required to attach the ENI to the broker instance. ec2:DeleteNetworkInterface ec2:DeleteNetworkInterfacePermission ec2:DetachNetworkInterface ec2:DescribeInternetGateways ec2:DescribeNetworkInterfaces ec2:DescribeNetworkInterfacePermissions ec2:DescribeRouteTables ec2:DescribeSecurityGroups ec2:DescribeSubnets ec2:DescribeVpcs For more information, see Create an IAM User and Get Your Amazon Web Services Credentials and Never Modify or Delete the Amazon MQ Elastic Network Interface in the Amazon MQ Developer Guide.
|
20
20
|
*/
|
21
21
|
createBroker(callback?: (err: AWSError, data: MQ.Types.CreateBrokerResponse) => void): Request<MQ.Types.CreateBrokerResponse, AWSError>;
|
22
22
|
/**
|
@@ -36,11 +36,11 @@ declare class MQ extends Service {
|
|
36
36
|
*/
|
37
37
|
createTags(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
38
38
|
/**
|
39
|
-
* Creates an ActiveMQ user.
|
39
|
+
* Creates an ActiveMQ user. Do not add personally identifiable information (PII) or other confidential or sensitive information in broker usernames. Broker usernames are accessible to other Amazon Web Services services, including CloudWatch Logs. Broker usernames are not intended to be used for private or sensitive data.
|
40
40
|
*/
|
41
41
|
createUser(params: MQ.Types.CreateUserRequest, callback?: (err: AWSError, data: MQ.Types.CreateUserResponse) => void): Request<MQ.Types.CreateUserResponse, AWSError>;
|
42
42
|
/**
|
43
|
-
* Creates an ActiveMQ user.
|
43
|
+
* Creates an ActiveMQ user. Do not add personally identifiable information (PII) or other confidential or sensitive information in broker usernames. Broker usernames are accessible to other Amazon Web Services services, including CloudWatch Logs. Broker usernames are not intended to be used for private or sensitive data.
|
44
44
|
*/
|
45
45
|
createUser(callback?: (err: AWSError, data: MQ.Types.CreateUserResponse) => void): Request<MQ.Types.CreateUserResponse, AWSError>;
|
46
46
|
/**
|
@@ -155,6 +155,14 @@ declare class MQ extends Service {
|
|
155
155
|
* Returns a list of all ActiveMQ users.
|
156
156
|
*/
|
157
157
|
listUsers(callback?: (err: AWSError, data: MQ.Types.ListUsersResponse) => void): Request<MQ.Types.ListUsersResponse, AWSError>;
|
158
|
+
/**
|
159
|
+
* Promotes a data replication replica broker to the primary broker role.
|
160
|
+
*/
|
161
|
+
promote(params: MQ.Types.PromoteRequest, callback?: (err: AWSError, data: MQ.Types.PromoteResponse) => void): Request<MQ.Types.PromoteResponse, AWSError>;
|
162
|
+
/**
|
163
|
+
* Promotes a data replication replica broker to the primary broker role.
|
164
|
+
*/
|
165
|
+
promote(callback?: (err: AWSError, data: MQ.Types.PromoteResponse) => void): Request<MQ.Types.PromoteResponse, AWSError>;
|
158
166
|
/**
|
159
167
|
* Reboots a broker. Note: This API is asynchronous.
|
160
168
|
*/
|
@@ -191,11 +199,11 @@ declare class MQ extends Service {
|
|
191
199
|
declare namespace MQ {
|
192
200
|
export interface ActionRequired {
|
193
201
|
/**
|
194
|
-
* The code you can use to
|
202
|
+
* The code you can use to find instructions on the action required to resolve your broker issue.
|
195
203
|
*/
|
196
204
|
ActionRequiredCode?: __string;
|
197
205
|
/**
|
198
|
-
* Information about the action required to resolve your broker issue
|
206
|
+
* Information about the action required to resolve your broker issue.
|
199
207
|
*/
|
200
208
|
ActionRequiredInfo?: __string;
|
201
209
|
}
|
@@ -256,7 +264,7 @@ declare namespace MQ {
|
|
256
264
|
*/
|
257
265
|
SupportedEngineVersions?: __listOf__string;
|
258
266
|
}
|
259
|
-
export type BrokerState = "CREATION_IN_PROGRESS"|"CREATION_FAILED"|"DELETION_IN_PROGRESS"|"RUNNING"|"REBOOT_IN_PROGRESS"|"CRITICAL_ACTION_REQUIRED"|string;
|
267
|
+
export type BrokerState = "CREATION_IN_PROGRESS"|"CREATION_FAILED"|"DELETION_IN_PROGRESS"|"RUNNING"|"REBOOT_IN_PROGRESS"|"CRITICAL_ACTION_REQUIRED"|"REPLICA"|string;
|
260
268
|
export type BrokerStorageType = "EBS"|"EFS"|string;
|
261
269
|
export interface BrokerSummary {
|
262
270
|
/**
|
@@ -268,7 +276,7 @@ declare namespace MQ {
|
|
268
276
|
*/
|
269
277
|
BrokerId?: __string;
|
270
278
|
/**
|
271
|
-
* The broker's name. This value is unique in your
|
279
|
+
* The broker's name. This value is unique in your Amazon Web Services account, 1-50 characters long, and containing only letters, numbers, dashes, and underscores, and must not contain white spaces, brackets, wildcard characters, or special characters.
|
272
280
|
*/
|
273
281
|
BrokerName?: __string;
|
274
282
|
/**
|
@@ -383,7 +391,7 @@ declare namespace MQ {
|
|
383
391
|
*/
|
384
392
|
AutoMinorVersionUpgrade: __boolean;
|
385
393
|
/**
|
386
|
-
* Required. The broker's name. This value must be unique in your
|
394
|
+
* Required. The broker's name. This value must be unique in your Amazon Web Services account, 1-50 characters long, must contain only letters, numbers, dashes, and underscores, and must not contain white spaces, brackets, wildcard characters, or special characters. Do not add personally identifiable information (PII) or other confidential or sensitive information in broker names. Broker names are accessible to other Amazon Web Services services, including CloudWatch Logs. Broker names are not intended to be used for private or sensitive data.
|
387
395
|
*/
|
388
396
|
BrokerName: __string;
|
389
397
|
/**
|
@@ -391,7 +399,7 @@ declare namespace MQ {
|
|
391
399
|
*/
|
392
400
|
Configuration?: ConfigurationId;
|
393
401
|
/**
|
394
|
-
* The unique ID that the requester receives for the created broker. Amazon MQ passes your ID with the API action.
|
402
|
+
* The unique ID that the requester receives for the created broker. Amazon MQ passes your ID with the API action. We recommend using a Universally Unique Identifier (UUID) for the creatorRequestId. You may omit the creatorRequestId if your application doesn't require idempotency.
|
395
403
|
*/
|
396
404
|
CreatorRequestId?: __string;
|
397
405
|
/**
|
@@ -399,7 +407,7 @@ declare namespace MQ {
|
|
399
407
|
*/
|
400
408
|
DeploymentMode: DeploymentMode;
|
401
409
|
/**
|
402
|
-
* Encryption options for the broker.
|
410
|
+
* Encryption options for the broker.
|
403
411
|
*/
|
404
412
|
EncryptionOptions?: EncryptionOptions;
|
405
413
|
/**
|
@@ -439,7 +447,7 @@ declare namespace MQ {
|
|
439
447
|
*/
|
440
448
|
StorageType?: BrokerStorageType;
|
441
449
|
/**
|
442
|
-
* The list of groups that define which subnets and IP ranges the broker can use from different Availability Zones. If you specify more than one subnet, the subnets must be in different Availability Zones. Amazon MQ will not be able to create VPC endpoints for your broker with multiple subnets in the same Availability Zone. A SINGLE_INSTANCE deployment requires one subnet (for example, the default subnet). An ACTIVE_STANDBY_MULTI_AZ Amazon MQ for ActiveMQ deployment requires two subnets. A CLUSTER_MULTI_AZ Amazon MQ for RabbitMQ deployment has no subnet requirements when deployed with public accessibility. Deployment without public accessibility requires at least one subnet. If you specify subnets in a shared VPC for a RabbitMQ broker, the associated VPC to which the specified subnets belong must be owned by your
|
450
|
+
* The list of groups that define which subnets and IP ranges the broker can use from different Availability Zones. If you specify more than one subnet, the subnets must be in different Availability Zones. Amazon MQ will not be able to create VPC endpoints for your broker with multiple subnets in the same Availability Zone. A SINGLE_INSTANCE deployment requires one subnet (for example, the default subnet). An ACTIVE_STANDBY_MULTI_AZ Amazon MQ for ActiveMQ deployment requires two subnets. A CLUSTER_MULTI_AZ Amazon MQ for RabbitMQ deployment has no subnet requirements when deployed with public accessibility. Deployment without public accessibility requires at least one subnet. If you specify subnets in a shared VPC for a RabbitMQ broker, the associated VPC to which the specified subnets belong must be owned by your Amazon Web Services account. Amazon MQ will not be able to create VPC endpoints in VPCs that are not owned by your Amazon Web Services account.
|
443
451
|
*/
|
444
452
|
SubnetIds?: __listOf__string;
|
445
453
|
/**
|
@@ -447,9 +455,17 @@ declare namespace MQ {
|
|
447
455
|
*/
|
448
456
|
Tags?: __mapOf__string;
|
449
457
|
/**
|
450
|
-
*
|
458
|
+
* The list of broker users (persons or applications) who can access queues and topics. For Amazon MQ for RabbitMQ brokers, one and only one administrative user is accepted and created when a broker is first provisioned. All subsequent broker users are created by making RabbitMQ API calls directly to brokers or via the RabbitMQ web console.
|
451
459
|
*/
|
452
460
|
Users: __listOfUser;
|
461
|
+
/**
|
462
|
+
* Defines whether this broker is a part of a data replication pair.
|
463
|
+
*/
|
464
|
+
DataReplicationMode?: DataReplicationMode;
|
465
|
+
/**
|
466
|
+
* The Amazon Resource Name (ARN) of the primary broker that is used to replicate data from in a data replication pair, and is applied to the replica broker. Must be set when dataReplicationMode is set to CRDR.
|
467
|
+
*/
|
468
|
+
DataReplicationPrimaryBrokerArn?: __string;
|
453
469
|
}
|
454
470
|
export interface CreateBrokerResponse {
|
455
471
|
/**
|
@@ -540,9 +556,34 @@ declare namespace MQ {
|
|
540
556
|
* The username of the ActiveMQ user. This value can contain only alphanumeric characters, dashes, periods, underscores, and tildes (- . _ ~). This value must be 2-100 characters long.
|
541
557
|
*/
|
542
558
|
Username: __string;
|
559
|
+
/**
|
560
|
+
* Defines if this user is intended for CRDR replication purposes.
|
561
|
+
*/
|
562
|
+
ReplicationUser?: __boolean;
|
543
563
|
}
|
544
564
|
export interface CreateUserResponse {
|
545
565
|
}
|
566
|
+
export interface DataReplicationCounterpart {
|
567
|
+
/**
|
568
|
+
* Required. The unique broker id generated by Amazon MQ.
|
569
|
+
*/
|
570
|
+
BrokerId: __string;
|
571
|
+
/**
|
572
|
+
* Required. The region of the broker.
|
573
|
+
*/
|
574
|
+
Region: __string;
|
575
|
+
}
|
576
|
+
export interface DataReplicationMetadataOutput {
|
577
|
+
/**
|
578
|
+
* Describes the replica/primary broker. Only returned if this broker is currently set as a primary or replica in the broker's dataReplicationRole property.
|
579
|
+
*/
|
580
|
+
DataReplicationCounterpart?: DataReplicationCounterpart;
|
581
|
+
/**
|
582
|
+
* Defines the role of this broker in a data replication pair. When a replica broker is promoted to primary, this role is interchanged.
|
583
|
+
*/
|
584
|
+
DataReplicationRole: __string;
|
585
|
+
}
|
586
|
+
export type DataReplicationMode = "NONE"|"CRDR"|string;
|
546
587
|
export type DayOfWeek = "MONDAY"|"TUESDAY"|"WEDNESDAY"|"THURSDAY"|"FRIDAY"|"SATURDAY"|"SUNDAY"|string;
|
547
588
|
export interface DeleteBrokerRequest {
|
548
589
|
/**
|
@@ -651,7 +692,7 @@ declare namespace MQ {
|
|
651
692
|
}
|
652
693
|
export interface DescribeBrokerResponse {
|
653
694
|
/**
|
654
|
-
*
|
695
|
+
* Actions required for a broker.
|
655
696
|
*/
|
656
697
|
ActionsRequired?: __listOfActionRequired;
|
657
698
|
/**
|
@@ -675,7 +716,7 @@ declare namespace MQ {
|
|
675
716
|
*/
|
676
717
|
BrokerInstances?: __listOfBrokerInstance;
|
677
718
|
/**
|
678
|
-
* The broker's name. This value must be unique in your
|
719
|
+
* The broker's name. This value must be unique in your Amazon Web Services account account, 1-50 characters long, must contain only letters, numbers, dashes, and underscores, and must not contain white spaces, brackets, wildcard characters, or special characters.
|
679
720
|
*/
|
680
721
|
BrokerName?: __string;
|
681
722
|
/**
|
@@ -695,7 +736,7 @@ declare namespace MQ {
|
|
695
736
|
*/
|
696
737
|
DeploymentMode?: DeploymentMode;
|
697
738
|
/**
|
698
|
-
* Encryption options for the broker.
|
739
|
+
* Encryption options for the broker.
|
699
740
|
*/
|
700
741
|
EncryptionOptions?: EncryptionOptions;
|
701
742
|
/**
|
@@ -766,6 +807,22 @@ declare namespace MQ {
|
|
766
807
|
* The list of all broker usernames for the specified broker.
|
767
808
|
*/
|
768
809
|
Users?: __listOfUserSummary;
|
810
|
+
/**
|
811
|
+
* The replication details of the data replication-enabled broker. Only returned if dataReplicationMode is set to CRDR.
|
812
|
+
*/
|
813
|
+
DataReplicationMetadata?: DataReplicationMetadataOutput;
|
814
|
+
/**
|
815
|
+
* Describes whether this broker is a part of a data replication pair.
|
816
|
+
*/
|
817
|
+
DataReplicationMode?: DataReplicationMode;
|
818
|
+
/**
|
819
|
+
* The pending replication details of the data replication-enabled broker. Only returned if pendingDataReplicationMode is set to CRDR.
|
820
|
+
*/
|
821
|
+
PendingDataReplicationMetadata?: DataReplicationMetadataOutput;
|
822
|
+
/**
|
823
|
+
* Describes whether this broker will be a part of a data replication pair after reboot.
|
824
|
+
*/
|
825
|
+
PendingDataReplicationMode?: DataReplicationMode;
|
769
826
|
}
|
770
827
|
export interface DescribeConfigurationRequest {
|
771
828
|
/**
|
@@ -835,7 +892,7 @@ declare namespace MQ {
|
|
835
892
|
*/
|
836
893
|
Created?: __timestampIso8601;
|
837
894
|
/**
|
838
|
-
*
|
895
|
+
* Amazon MQ for ActiveMQ: the base64-encoded XML configuration. Amazon MQ for RabbitMQ: base64-encoded Cuttlefish.
|
839
896
|
*/
|
840
897
|
Data?: __string;
|
841
898
|
/**
|
@@ -874,14 +931,18 @@ declare namespace MQ {
|
|
874
931
|
* Required. The username of the ActiveMQ user. This value can contain only alphanumeric characters, dashes, periods, underscores, and tildes (- . _ ~). This value must be 2-100 characters long.
|
875
932
|
*/
|
876
933
|
Username?: __string;
|
934
|
+
/**
|
935
|
+
* Describes whether the user is intended for data replication
|
936
|
+
*/
|
937
|
+
ReplicationUser?: __boolean;
|
877
938
|
}
|
878
939
|
export interface EncryptionOptions {
|
879
940
|
/**
|
880
|
-
* The customer master key (CMK) to use for the
|
941
|
+
* The customer master key (CMK) to use for the A KMS (KMS). This key is used to encrypt your data at rest. If not provided, Amazon MQ will use a default CMK to encrypt your data.
|
881
942
|
*/
|
882
943
|
KmsKeyId?: __string;
|
883
944
|
/**
|
884
|
-
* Enables the use of an
|
945
|
+
* Enables the use of an Amazon Web Services owned CMK using KMS (KMS). Set to true by default, if no value is provided, for example, for RabbitMQ brokers.
|
885
946
|
*/
|
886
947
|
UseAwsOwnedKey: __boolean;
|
887
948
|
}
|
@@ -894,7 +955,7 @@ declare namespace MQ {
|
|
894
955
|
}
|
895
956
|
export interface LdapServerMetadataInput {
|
896
957
|
/**
|
897
|
-
* Specifies the location of the LDAP server such as
|
958
|
+
* Specifies the location of the LDAP server such as Directory Service for Microsoft Active Directory. Optional failover server.
|
898
959
|
*/
|
899
960
|
Hosts: __listOf__string;
|
900
961
|
/**
|
@@ -945,7 +1006,7 @@ declare namespace MQ {
|
|
945
1006
|
}
|
946
1007
|
export interface LdapServerMetadataOutput {
|
947
1008
|
/**
|
948
|
-
* Specifies the location of the LDAP server such as
|
1009
|
+
* Specifies the location of the LDAP server such as Directory Service for Microsoft Active Directory. Optional failover server.
|
949
1010
|
*/
|
950
1011
|
Hosts: __listOf__string;
|
951
1012
|
/**
|
@@ -1152,6 +1213,23 @@ declare namespace MQ {
|
|
1152
1213
|
*/
|
1153
1214
|
General?: __boolean;
|
1154
1215
|
}
|
1216
|
+
export type PromoteMode = "SWITCHOVER"|"FAILOVER"|string;
|
1217
|
+
export interface PromoteRequest {
|
1218
|
+
/**
|
1219
|
+
* The unique ID that Amazon MQ generates for the broker.
|
1220
|
+
*/
|
1221
|
+
BrokerId: __string;
|
1222
|
+
/**
|
1223
|
+
* The Promote mode requested. Note: Valid values for the parameter are SWITCHOVER, FAILOVER.
|
1224
|
+
*/
|
1225
|
+
Mode: PromoteMode;
|
1226
|
+
}
|
1227
|
+
export interface PromoteResponse {
|
1228
|
+
/**
|
1229
|
+
* The unique ID that Amazon MQ generates for the broker.
|
1230
|
+
*/
|
1231
|
+
BrokerId?: __string;
|
1232
|
+
}
|
1155
1233
|
export interface RebootBrokerRequest {
|
1156
1234
|
/**
|
1157
1235
|
* The unique ID that Amazon MQ generates for the broker.
|
@@ -1162,15 +1240,15 @@ declare namespace MQ {
|
|
1162
1240
|
}
|
1163
1241
|
export interface SanitizationWarning {
|
1164
1242
|
/**
|
1165
|
-
* The name of the
|
1243
|
+
* The name of the configuration attribute that has been sanitized.
|
1166
1244
|
*/
|
1167
1245
|
AttributeName?: __string;
|
1168
1246
|
/**
|
1169
|
-
* The name of the
|
1247
|
+
* The name of the configuration element that has been sanitized.
|
1170
1248
|
*/
|
1171
1249
|
ElementName?: __string;
|
1172
1250
|
/**
|
1173
|
-
*
|
1251
|
+
* The reason for which the configuration elements or attributes were sanitized.
|
1174
1252
|
*/
|
1175
1253
|
Reason: SanitizationWarningReason;
|
1176
1254
|
}
|
@@ -1216,6 +1294,10 @@ declare namespace MQ {
|
|
1216
1294
|
* The list of security groups (1 minimum, 5 maximum) that authorizes connections to brokers.
|
1217
1295
|
*/
|
1218
1296
|
SecurityGroups?: __listOf__string;
|
1297
|
+
/**
|
1298
|
+
* Defines whether this broker is a part of a data replication pair.
|
1299
|
+
*/
|
1300
|
+
DataReplicationMode?: DataReplicationMode;
|
1219
1301
|
}
|
1220
1302
|
export interface UpdateBrokerResponse {
|
1221
1303
|
/**
|
@@ -1258,6 +1340,22 @@ declare namespace MQ {
|
|
1258
1340
|
* The list of security groups (1 minimum, 5 maximum) that authorizes connections to brokers.
|
1259
1341
|
*/
|
1260
1342
|
SecurityGroups?: __listOf__string;
|
1343
|
+
/**
|
1344
|
+
* The replication details of the data replication-enabled broker. Only returned if dataReplicationMode is set to CRDR.
|
1345
|
+
*/
|
1346
|
+
DataReplicationMetadata?: DataReplicationMetadataOutput;
|
1347
|
+
/**
|
1348
|
+
* Describes whether this broker is a part of a data replication pair.
|
1349
|
+
*/
|
1350
|
+
DataReplicationMode?: DataReplicationMode;
|
1351
|
+
/**
|
1352
|
+
* The pending replication details of the data replication-enabled broker. Only returned if pendingDataReplicationMode is set to CRDR.
|
1353
|
+
*/
|
1354
|
+
PendingDataReplicationMetadata?: DataReplicationMetadataOutput;
|
1355
|
+
/**
|
1356
|
+
* Describes whether this broker will be a part of a data replication pair after reboot.
|
1357
|
+
*/
|
1358
|
+
PendingDataReplicationMode?: DataReplicationMode;
|
1261
1359
|
}
|
1262
1360
|
export interface UpdateConfigurationRequest {
|
1263
1361
|
/**
|
@@ -1265,7 +1363,7 @@ declare namespace MQ {
|
|
1265
1363
|
*/
|
1266
1364
|
ConfigurationId: __string;
|
1267
1365
|
/**
|
1268
|
-
*
|
1366
|
+
* Amazon MQ for Active MQ: The base64-encoded XML configuration. Amazon MQ for RabbitMQ: the base64-encoded Cuttlefish configuration.
|
1269
1367
|
*/
|
1270
1368
|
Data: __string;
|
1271
1369
|
/**
|
@@ -1275,7 +1373,7 @@ declare namespace MQ {
|
|
1275
1373
|
}
|
1276
1374
|
export interface UpdateConfigurationResponse {
|
1277
1375
|
/**
|
1278
|
-
*
|
1376
|
+
* The Amazon Resource Name (ARN) of the configuration.
|
1279
1377
|
*/
|
1280
1378
|
Arn?: __string;
|
1281
1379
|
/**
|
@@ -1283,7 +1381,7 @@ declare namespace MQ {
|
|
1283
1381
|
*/
|
1284
1382
|
Created?: __timestampIso8601;
|
1285
1383
|
/**
|
1286
|
-
*
|
1384
|
+
* The unique ID that Amazon MQ generates for the configuration.
|
1287
1385
|
*/
|
1288
1386
|
Id?: __string;
|
1289
1387
|
/**
|
@@ -1291,11 +1389,11 @@ declare namespace MQ {
|
|
1291
1389
|
*/
|
1292
1390
|
LatestRevision?: ConfigurationRevision;
|
1293
1391
|
/**
|
1294
|
-
*
|
1392
|
+
* The name of the configuration. This value can contain only alphanumeric characters, dashes, periods, underscores, and tildes (- . _ ~). This value must be 1-150 characters long.
|
1295
1393
|
*/
|
1296
1394
|
Name?: __string;
|
1297
1395
|
/**
|
1298
|
-
* The list of the first 20 warnings about the configuration
|
1396
|
+
* The list of the first 20 warnings about the configuration elements or attributes that were sanitized.
|
1299
1397
|
*/
|
1300
1398
|
Warnings?: __listOfSanitizationWarning;
|
1301
1399
|
}
|
@@ -1320,6 +1418,10 @@ declare namespace MQ {
|
|
1320
1418
|
* The username of the ActiveMQ user. This value can contain only alphanumeric characters, dashes, periods, underscores, and tildes (- . _ ~). This value must be 2-100 characters long.
|
1321
1419
|
*/
|
1322
1420
|
Username: __string;
|
1421
|
+
/**
|
1422
|
+
* Defines whether the user is intended for data replication.
|
1423
|
+
*/
|
1424
|
+
ReplicationUser?: __boolean;
|
1323
1425
|
}
|
1324
1426
|
export interface UpdateUserResponse {
|
1325
1427
|
}
|
@@ -1337,9 +1439,13 @@ declare namespace MQ {
|
|
1337
1439
|
*/
|
1338
1440
|
Password: __string;
|
1339
1441
|
/**
|
1340
|
-
*
|
1442
|
+
* The username of the broker user. The following restrictions apply to broker usernames: For Amazon MQ for ActiveMQ brokers, this value can contain only alphanumeric characters, dashes, periods, underscores, and tildes (- . _ ~). This value must be 2-100 characters long. para>For Amazon MQ for RabbitMQ brokers, this value can contain only alphanumeric characters, dashes, periods, underscores (- . _). This value must not contain a tilde (~) character. Amazon MQ prohibts using guest as a valid usename. This value must be 2-100 characters long. Do not add personally identifiable information (PII) or other confidential or sensitive information in broker usernames. Broker usernames are accessible to other Amazon Web Services services, including CloudWatch Logs. Broker usernames are not intended to be used for private or sensitive data.
|
1341
1443
|
*/
|
1342
1444
|
Username: __string;
|
1445
|
+
/**
|
1446
|
+
* Defines if this user is intended for CRDR replication purposes.
|
1447
|
+
*/
|
1448
|
+
ReplicationUser?: __boolean;
|
1343
1449
|
}
|
1344
1450
|
export interface UserPendingChanges {
|
1345
1451
|
/**
|
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.
|
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.
|
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.
|
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.
|
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
|
/**
|
@@ -885,19 +885,19 @@ declare class SageMaker extends Service {
|
|
885
885
|
*/
|
886
886
|
describeArtifact(callback?: (err: AWSError, data: SageMaker.Types.DescribeArtifactResponse) => void): Request<SageMaker.Types.DescribeArtifactResponse, AWSError>;
|
887
887
|
/**
|
888
|
-
* Returns information about an AutoML job created by calling CreateAutoMLJob.
|
888
|
+
* Returns information about an AutoML job created by calling CreateAutoMLJob. AutoML jobs created by calling CreateAutoMLJobV2 cannot be described by DescribeAutoMLJob.
|
889
889
|
*/
|
890
890
|
describeAutoMLJob(params: SageMaker.Types.DescribeAutoMLJobRequest, callback?: (err: AWSError, data: SageMaker.Types.DescribeAutoMLJobResponse) => void): Request<SageMaker.Types.DescribeAutoMLJobResponse, AWSError>;
|
891
891
|
/**
|
892
|
-
* Returns information about an AutoML job created by calling CreateAutoMLJob.
|
892
|
+
* Returns information about an AutoML job created by calling CreateAutoMLJob. AutoML jobs created by calling CreateAutoMLJobV2 cannot be described by DescribeAutoMLJob.
|
893
893
|
*/
|
894
894
|
describeAutoMLJob(callback?: (err: AWSError, data: SageMaker.Types.DescribeAutoMLJobResponse) => void): Request<SageMaker.Types.DescribeAutoMLJobResponse, AWSError>;
|
895
895
|
/**
|
896
|
-
* Returns information about an AutoML job
|
896
|
+
* Returns information about an AutoML job created by calling CreateAutoMLJobV2 or CreateAutoMLJob.
|
897
897
|
*/
|
898
898
|
describeAutoMLJobV2(params: SageMaker.Types.DescribeAutoMLJobV2Request, callback?: (err: AWSError, data: SageMaker.Types.DescribeAutoMLJobV2Response) => void): Request<SageMaker.Types.DescribeAutoMLJobV2Response, AWSError>;
|
899
899
|
/**
|
900
|
-
* Returns information about an AutoML job
|
900
|
+
* Returns information about an AutoML job created by calling CreateAutoMLJobV2 or CreateAutoMLJob.
|
901
901
|
*/
|
902
902
|
describeAutoMLJobV2(callback?: (err: AWSError, data: SageMaker.Types.DescribeAutoMLJobV2Response) => void): Request<SageMaker.Types.DescribeAutoMLJobV2Response, AWSError>;
|
903
903
|
/**
|
@@ -4116,6 +4116,10 @@ declare namespace SageMaker {
|
|
4116
4116
|
* Specifies additional configuration for multi-model endpoints.
|
4117
4117
|
*/
|
4118
4118
|
MultiModelConfig?: MultiModelConfig;
|
4119
|
+
/**
|
4120
|
+
* Specifies the location of ML model data to deploy. Currently you cannot use ModelDataSource in conjuction with SageMaker batch transform, SageMaker serverless endpoints, SageMaker multi-model endpoints, and SageMaker Marketplace.
|
4121
|
+
*/
|
4122
|
+
ModelDataSource?: ModelDataSource;
|
4119
4123
|
}
|
4120
4124
|
export type ContainerDefinitionList = ContainerDefinition[];
|
4121
4125
|
export type ContainerEntrypoint = ContainerEntrypointString[];
|
@@ -4418,7 +4422,7 @@ declare namespace SageMaker {
|
|
4418
4422
|
*/
|
4419
4423
|
AutoMLJobName: AutoMLJobName;
|
4420
4424
|
/**
|
4421
|
-
* An array of channel objects describing the input data and their location. Each channel is a named input source. Similar to InputDataConfig
|
4425
|
+
* An array of channel objects describing the input data and their location. Each channel is a named input source. Similar to the InputDataConfig attribute in the CreateAutoMLJob input parameters. The supported formats depend on the problem type: For Tabular problem types: S3Prefix, ManifestFile. For ImageClassification: S3Prefix, ManifestFile, AugmentedManifestFile. For TextClassification: S3Prefix.
|
4422
4426
|
*/
|
4423
4427
|
AutoMLJobInputDataConfig: AutoMLJobInputDataConfig;
|
4424
4428
|
/**
|
@@ -4426,7 +4430,7 @@ declare namespace SageMaker {
|
|
4426
4430
|
*/
|
4427
4431
|
OutputDataConfig: AutoMLOutputDataConfig;
|
4428
4432
|
/**
|
4429
|
-
* Defines the configuration settings of one of the supported problem types.
|
4433
|
+
* Defines the configuration settings of one of the supported problem types.
|
4430
4434
|
*/
|
4431
4435
|
AutoMLProblemTypeConfig: AutoMLProblemTypeConfig;
|
4432
4436
|
/**
|
@@ -4442,7 +4446,7 @@ declare namespace SageMaker {
|
|
4442
4446
|
*/
|
4443
4447
|
SecurityConfig?: AutoMLSecurityConfig;
|
4444
4448
|
/**
|
4445
|
-
* Specifies a metric to minimize or maximize as the objective of a job. If not specified, the default objective metric depends on the problem type. For the list of default values per problem type, see AutoMLJobObjective. For tabular problem types, you must either provide the AutoMLJobObjective and indicate the type of supervised learning problem in AutoMLProblemTypeConfig (TabularJobConfig.ProblemType), or none.
|
4449
|
+
* Specifies a metric to minimize or maximize as the objective of a job. If not specified, the default objective metric depends on the problem type. For the list of default values per problem type, see AutoMLJobObjective. For tabular problem types, you must either provide both the AutoMLJobObjective and indicate the type of supervised learning problem in AutoMLProblemTypeConfig (TabularJobConfig.ProblemType), or none at all.
|
4446
4450
|
*/
|
4447
4451
|
AutoMLJobObjective?: AutoMLJobObjective;
|
4448
4452
|
/**
|
@@ -16406,6 +16410,7 @@ declare namespace SageMaker {
|
|
16406
16410
|
*/
|
16407
16411
|
InvocationsMaxRetries?: InvocationsMaxRetries;
|
16408
16412
|
}
|
16413
|
+
export type ModelCompressionType = "None"|"Gzip"|string;
|
16409
16414
|
export interface ModelConfiguration {
|
16410
16415
|
/**
|
16411
16416
|
* The inference specification name in the model package version.
|
@@ -16563,6 +16568,12 @@ declare namespace SageMaker {
|
|
16563
16568
|
*/
|
16564
16569
|
Constraints?: MetricsSource;
|
16565
16570
|
}
|
16571
|
+
export interface ModelDataSource {
|
16572
|
+
/**
|
16573
|
+
* Specifies the S3 location of ML model data to deploy.
|
16574
|
+
*/
|
16575
|
+
S3DataSource: S3ModelDataSource;
|
16576
|
+
}
|
16566
16577
|
export interface ModelDeployConfig {
|
16567
16578
|
/**
|
16568
16579
|
* Set to True to automatically generate an endpoint name for a one-click Autopilot model deployment; set to False otherwise. The default value is False. If you set AutoGenerateEndpointName to True, do not specify the EndpointName; otherwise a 400 error is thrown.
|
@@ -17834,6 +17845,7 @@ declare namespace SageMaker {
|
|
17834
17845
|
export type OptionalInteger = number;
|
17835
17846
|
export type OptionalVolumeSizeInGB = number;
|
17836
17847
|
export type OrderKey = "Ascending"|"Descending"|string;
|
17848
|
+
export type OutputCompressionType = "GZIP"|"NONE"|string;
|
17837
17849
|
export interface OutputConfig {
|
17838
17850
|
/**
|
17839
17851
|
* Identifies the S3 bucket where you want Amazon SageMaker to store the model artifacts. For example, s3://bucket-name/key-name-prefix.
|
@@ -17865,6 +17877,10 @@ declare namespace SageMaker {
|
|
17865
17877
|
* Identifies the S3 path where you want SageMaker to store the model artifacts. For example, s3://bucket-name/key-name-prefix.
|
17866
17878
|
*/
|
17867
17879
|
S3OutputPath: S3Uri;
|
17880
|
+
/**
|
17881
|
+
* The model output compression type. Select None to output an uncompressed model, recommended for large model outputs. Defaults to gzip.
|
17882
|
+
*/
|
17883
|
+
CompressionType?: OutputCompressionType;
|
17868
17884
|
}
|
17869
17885
|
export interface OutputParameter {
|
17870
17886
|
/**
|
@@ -19589,6 +19605,22 @@ declare namespace SageMaker {
|
|
19589
19605
|
InstanceGroupNames?: InstanceGroupNames;
|
19590
19606
|
}
|
19591
19607
|
export type S3DataType = "ManifestFile"|"S3Prefix"|"AugmentedManifestFile"|string;
|
19608
|
+
export interface S3ModelDataSource {
|
19609
|
+
/**
|
19610
|
+
* Specifies the S3 path of ML model data to deploy.
|
19611
|
+
*/
|
19612
|
+
S3Uri: S3ModelUri;
|
19613
|
+
/**
|
19614
|
+
* Specifies the type of ML model data to deploy. If you choose S3Prefix, S3Uri identifies a key name prefix. SageMaker uses all objects that match the specified key name prefix as part of the ML model data to deploy. A valid key name prefix identified by S3Uri always ends with a forward slash (/). If you choose S3Object, S3Uri identifies an object that is the ML model data to deploy.
|
19615
|
+
*/
|
19616
|
+
S3DataType: S3ModelDataType;
|
19617
|
+
/**
|
19618
|
+
* Specifies how the ML model data is prepared. If you choose Gzip and choose S3Object as the value of S3DataType, S3Uri identifies an object that is a gzip-compressed TAR archive. SageMaker will attempt to decompress and untar the object during model deployment. If you choose None and chooose S3Object as the value of S3DataType, S3Uri identifies an object that represents an uncompressed ML model to deploy. If you choose None and choose S3Prefix as the value of S3DataType, S3Uri identifies a key name prefix, under which all objects represents the uncompressed ML model to deploy. If you choose None, then SageMaker will follow rules below when creating model data files under /opt/ml/model directory for use by your inference code: If you choose S3Object as the value of S3DataType, then SageMaker will split the key of the S3 object referenced by S3Uri by slash (/), and use the last part as the filename of the file holding the content of the S3 object. If you choose S3Prefix as the value of S3DataType, then for each S3 object under the key name pefix referenced by S3Uri, SageMaker will trim its key by the prefix, and use the remainder as the path (relative to /opt/ml/model) of the file holding the content of the S3 object. SageMaker will split the remainder by slash (/), using intermediate parts as directory names and the last part as filename of the file holding the content of the S3 object. Do not use any of the following as file names or directory names: An empty or blank string A string which contains null bytes A string longer than 255 bytes A single dot (.) A double dot (..) Ambiguous file names will result in model deployment failure. For example, if your uncompressed ML model consists of two S3 objects s3://mybucket/model/weights and s3://mybucket/model/weights/part1 and you specify s3://mybucket/model/ as the value of S3Uri and S3Prefix as the value of S3DataType, then it will result in name clash between /opt/ml/model/weights (a regular file) and /opt/ml/model/weights/ (a directory). Do not organize the model artifacts in S3 console using folders. When you create a folder in S3 console, S3 creates a 0-byte object with a key set to the folder name you provide. They key of the 0-byte object ends with a slash (/) which violates SageMaker restrictions on model artifact file names, leading to model deployment failure.
|
19619
|
+
*/
|
19620
|
+
CompressionType: ModelCompressionType;
|
19621
|
+
}
|
19622
|
+
export type S3ModelDataType = "S3Prefix"|"S3Object"|string;
|
19623
|
+
export type S3ModelUri = string;
|
19592
19624
|
export type S3OutputPath = string;
|
19593
19625
|
export interface S3StorageConfig {
|
19594
19626
|
/**
|
@@ -20259,7 +20291,7 @@ declare namespace SageMaker {
|
|
20259
20291
|
*/
|
20260
20292
|
GenerateCandidateDefinitionsOnly?: GenerateCandidateDefinitionsOnly;
|
20261
20293
|
/**
|
20262
|
-
* The type of supervised learning problem available for the model candidates of the AutoML job V2. For more information, see Amazon SageMaker Autopilot problem types.
|
20294
|
+
* The type of supervised learning problem available for the model candidates of the AutoML job V2. For more information, see Amazon SageMaker Autopilot problem types. You must either specify the type of supervised learning problem in ProblemType and provide the AutoMLJobObjective metric, or none at all.
|
20263
20295
|
*/
|
20264
20296
|
ProblemType?: ProblemType;
|
20265
20297
|
/**
|
@@ -20417,7 +20449,7 @@ declare namespace SageMaker {
|
|
20417
20449
|
}
|
20418
20450
|
export type TrainingInputMode = "Pipe"|"File"|"FastFile"|string;
|
20419
20451
|
export type TrainingInstanceCount = number;
|
20420
|
-
export type TrainingInstanceType = "ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.p3dn.24xlarge"|"ml.p4d.24xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.c5n.xlarge"|"ml.c5n.2xlarge"|"ml.c5n.4xlarge"|"ml.c5n.9xlarge"|"ml.c5n.18xlarge"|"ml.g5.xlarge"|"ml.g5.2xlarge"|"ml.g5.4xlarge"|"ml.g5.8xlarge"|"ml.g5.16xlarge"|"ml.g5.12xlarge"|"ml.g5.24xlarge"|"ml.g5.48xlarge"|"ml.trn1.2xlarge"|"ml.trn1.32xlarge"|string;
|
20452
|
+
export type TrainingInstanceType = "ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.p3dn.24xlarge"|"ml.p4d.24xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.c5n.xlarge"|"ml.c5n.2xlarge"|"ml.c5n.4xlarge"|"ml.c5n.9xlarge"|"ml.c5n.18xlarge"|"ml.g5.xlarge"|"ml.g5.2xlarge"|"ml.g5.4xlarge"|"ml.g5.8xlarge"|"ml.g5.16xlarge"|"ml.g5.12xlarge"|"ml.g5.24xlarge"|"ml.g5.48xlarge"|"ml.trn1.2xlarge"|"ml.trn1.32xlarge"|"ml.trn1n.32xlarge"|string;
|
20421
20453
|
export type TrainingInstanceTypes = TrainingInstanceType[];
|
20422
20454
|
export interface TrainingJob {
|
20423
20455
|
/**
|