aws-sdk 2.1664.0 → 2.1666.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/README.md +1 -1
- package/apis/appstream-2016-12-01.min.json +7 -1
- package/apis/autoscaling-2011-01-01.min.json +33 -33
- package/apis/bedrock-2023-04-20.min.json +234 -50
- package/apis/bedrock-2023-04-20.paginators.json +6 -0
- package/apis/codepipeline-2015-07-09.min.json +442 -94
- package/apis/codepipeline-2015-07-09.paginators.json +6 -0
- package/apis/controlcatalog-2018-05-10.min.json +134 -40
- package/apis/controlcatalog-2018-05-10.paginators.json +6 -0
- package/apis/controlcatalog-2018-05-10.waiters2.json +5 -0
- package/apis/elasticloadbalancing-2012-06-01.min.json +7 -1
- package/apis/eventbridge-2015-10-07.min.json +4 -1
- package/apis/iam-2010-05-08.min.json +7 -1
- package/apis/logs-2014-03-28.min.json +7 -1
- package/apis/memorydb-2021-01-01.min.json +7 -1
- package/apis/metadata.json +4 -0
- package/apis/models.lex.v2-2020-08-07.min.json +374 -346
- package/apis/rds-2014-10-31.min.json +9 -0
- package/apis/rolesanywhere-2018-05-10.min.json +16 -1
- package/apis/sagemaker-2017-07-24.min.json +834 -821
- package/apis/ssm-quicksetup-2018-05-10.examples.json +5 -0
- package/apis/ssm-quicksetup-2018-05-10.min.json +454 -0
- package/apis/ssm-quicksetup-2018-05-10.paginators.json +10 -0
- package/apis/support-2013-04-15.min.json +4 -1
- package/apis/tnb-2008-10-21.min.json +90 -23
- package/clients/all.d.ts +1 -0
- package/clients/all.js +2 -1
- package/clients/appstream.d.ts +8 -8
- package/clients/autoscaling.d.ts +4 -3
- package/clients/bedrock.d.ts +226 -12
- package/clients/codepipeline.d.ts +481 -1
- package/clients/controlcatalog.d.ts +116 -24
- package/clients/controlcatalog.js +1 -0
- package/clients/elasticache.d.ts +196 -196
- package/clients/lexmodelsv2.d.ts +45 -5
- package/clients/memorydb.d.ts +9 -9
- package/clients/rds.d.ts +18 -6
- package/clients/rolesanywhere.d.ts +12 -0
- package/clients/sagemaker.d.ts +16 -0
- package/clients/ssmquicksetup.d.ts +495 -0
- package/clients/ssmquicksetup.js +18 -0
- package/clients/support.d.ts +1 -1
- package/clients/tnb.d.ts +95 -18
- package/clients/workspaces.d.ts +7 -7
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +113 -69
- package/dist/aws-sdk.js +518 -133
- package/dist/aws-sdk.min.js +93 -92
- package/lib/config_service_placeholders.d.ts +2 -0
- package/lib/core.js +1 -1
- package/package.json +1 -1
package/clients/lexmodelsv2.d.ts
CHANGED
@@ -108,11 +108,11 @@ declare class LexModelsV2 extends Service {
|
|
108
108
|
*/
|
109
109
|
createResourcePolicy(callback?: (err: AWSError, data: LexModelsV2.Types.CreateResourcePolicyResponse) => void): Request<LexModelsV2.Types.CreateResourcePolicyResponse, AWSError>;
|
110
110
|
/**
|
111
|
-
* Adds a new resource policy statement to a bot or bot alias. If a resource policy exists, the statement is added to the current resource policy. If a policy doesn't exist, a new policy is created. You can't create a resource policy statement that allows cross-account access.
|
111
|
+
* Adds a new resource policy statement to a bot or bot alias. If a resource policy exists, the statement is added to the current resource policy. If a policy doesn't exist, a new policy is created. You can't create a resource policy statement that allows cross-account access. You need to add the CreateResourcePolicy or UpdateResourcePolicy action to the bot role in order to call the API.
|
112
112
|
*/
|
113
113
|
createResourcePolicyStatement(params: LexModelsV2.Types.CreateResourcePolicyStatementRequest, callback?: (err: AWSError, data: LexModelsV2.Types.CreateResourcePolicyStatementResponse) => void): Request<LexModelsV2.Types.CreateResourcePolicyStatementResponse, AWSError>;
|
114
114
|
/**
|
115
|
-
* Adds a new resource policy statement to a bot or bot alias. If a resource policy exists, the statement is added to the current resource policy. If a policy doesn't exist, a new policy is created. You can't create a resource policy statement that allows cross-account access.
|
115
|
+
* Adds a new resource policy statement to a bot or bot alias. If a resource policy exists, the statement is added to the current resource policy. If a policy doesn't exist, a new policy is created. You can't create a resource policy statement that allows cross-account access. You need to add the CreateResourcePolicy or UpdateResourcePolicy action to the bot role in order to call the API.
|
116
116
|
*/
|
117
117
|
createResourcePolicyStatement(callback?: (err: AWSError, data: LexModelsV2.Types.CreateResourcePolicyStatementResponse) => void): Request<LexModelsV2.Types.CreateResourcePolicyStatementResponse, AWSError>;
|
118
118
|
/**
|
@@ -228,11 +228,11 @@ declare class LexModelsV2 extends Service {
|
|
228
228
|
*/
|
229
229
|
deleteResourcePolicy(callback?: (err: AWSError, data: LexModelsV2.Types.DeleteResourcePolicyResponse) => void): Request<LexModelsV2.Types.DeleteResourcePolicyResponse, AWSError>;
|
230
230
|
/**
|
231
|
-
* Deletes a policy statement from a resource policy. If you delete the last statement from a policy, the policy is deleted. If you specify a statement ID that doesn't exist in the policy, or if the bot or bot alias doesn't have a policy attached, Amazon Lex returns an exception.
|
231
|
+
* Deletes a policy statement from a resource policy. If you delete the last statement from a policy, the policy is deleted. If you specify a statement ID that doesn't exist in the policy, or if the bot or bot alias doesn't have a policy attached, Amazon Lex returns an exception. You need to add the DeleteResourcePolicy or UpdateResourcePolicy action to the bot role in order to call the API.
|
232
232
|
*/
|
233
233
|
deleteResourcePolicyStatement(params: LexModelsV2.Types.DeleteResourcePolicyStatementRequest, callback?: (err: AWSError, data: LexModelsV2.Types.DeleteResourcePolicyStatementResponse) => void): Request<LexModelsV2.Types.DeleteResourcePolicyStatementResponse, AWSError>;
|
234
234
|
/**
|
235
|
-
* Deletes a policy statement from a resource policy. If you delete the last statement from a policy, the policy is deleted. If you specify a statement ID that doesn't exist in the policy, or if the bot or bot alias doesn't have a policy attached, Amazon Lex returns an exception.
|
235
|
+
* Deletes a policy statement from a resource policy. If you delete the last statement from a policy, the policy is deleted. If you specify a statement ID that doesn't exist in the policy, or if the bot or bot alias doesn't have a policy attached, Amazon Lex returns an exception. You need to add the DeleteResourcePolicy or UpdateResourcePolicy action to the bot role in order to call the API.
|
236
236
|
*/
|
237
237
|
deleteResourcePolicyStatement(callback?: (err: AWSError, data: LexModelsV2.Types.DeleteResourcePolicyStatementResponse) => void): Request<LexModelsV2.Types.DeleteResourcePolicyStatementResponse, AWSError>;
|
238
238
|
/**
|
@@ -1549,20 +1549,60 @@ declare namespace LexModelsV2 {
|
|
1549
1549
|
*/
|
1550
1550
|
resources?: CustomVocabularyItems;
|
1551
1551
|
}
|
1552
|
+
export interface BedrockGuardrailConfiguration {
|
1553
|
+
/**
|
1554
|
+
* The unique guardrail id for the Bedrock guardrail configuration.
|
1555
|
+
*/
|
1556
|
+
identifier: BedrockGuardrailIdentifier;
|
1557
|
+
/**
|
1558
|
+
* The guardrail version for the Bedrock guardrail configuration.
|
1559
|
+
*/
|
1560
|
+
version: BedrockGuardrailVersion;
|
1561
|
+
}
|
1562
|
+
export type BedrockGuardrailIdentifier = string;
|
1563
|
+
export type BedrockGuardrailVersion = string;
|
1552
1564
|
export type BedrockKnowledgeBaseArn = string;
|
1553
1565
|
export interface BedrockKnowledgeStoreConfiguration {
|
1554
1566
|
/**
|
1555
|
-
* The ARN of the knowledge base used.
|
1567
|
+
* The base ARN of the knowledge base used.
|
1556
1568
|
*/
|
1557
1569
|
bedrockKnowledgeBaseArn: BedrockKnowledgeBaseArn;
|
1570
|
+
/**
|
1571
|
+
* Specifies whether to return an exact response, or to return an answer generated by the model, using the fields you specify from the database.
|
1572
|
+
*/
|
1573
|
+
exactResponse?: Boolean;
|
1574
|
+
/**
|
1575
|
+
* Contains the names of the fields used for an exact response to the user.
|
1576
|
+
*/
|
1577
|
+
exactResponseFields?: BedrockKnowledgeStoreExactResponseFields;
|
1578
|
+
}
|
1579
|
+
export interface BedrockKnowledgeStoreExactResponseFields {
|
1580
|
+
/**
|
1581
|
+
* The answer field used for an exact response from Bedrock Knowledge Store.
|
1582
|
+
*/
|
1583
|
+
answerField?: AnswerField;
|
1558
1584
|
}
|
1559
1585
|
export type BedrockModelArn = string;
|
1586
|
+
export type BedrockModelCustomPrompt = string;
|
1560
1587
|
export interface BedrockModelSpecification {
|
1561
1588
|
/**
|
1562
1589
|
* The ARN of the foundation model used in descriptive bot building.
|
1563
1590
|
*/
|
1564
1591
|
modelArn: BedrockModelArn;
|
1592
|
+
/**
|
1593
|
+
* The guardrail configuration in the Bedrock model specification details.
|
1594
|
+
*/
|
1595
|
+
guardrail?: BedrockGuardrailConfiguration;
|
1596
|
+
/**
|
1597
|
+
* The Bedrock trace status in the Bedrock model specification details.
|
1598
|
+
*/
|
1599
|
+
traceStatus?: BedrockTraceStatus;
|
1600
|
+
/**
|
1601
|
+
* The custom prompt used in the Bedrock model specification details.
|
1602
|
+
*/
|
1603
|
+
customPrompt?: BedrockModelCustomPrompt;
|
1565
1604
|
}
|
1605
|
+
export type BedrockTraceStatus = "ENABLED"|"DISABLED"|string;
|
1566
1606
|
export type Boolean = boolean;
|
1567
1607
|
export interface BotAliasHistoryEvent {
|
1568
1608
|
/**
|
package/clients/memorydb.d.ts
CHANGED
@@ -84,11 +84,11 @@ declare class MemoryDB extends Service {
|
|
84
84
|
*/
|
85
85
|
deleteACL(callback?: (err: AWSError, data: MemoryDB.Types.DeleteACLResponse) => void): Request<MemoryDB.Types.DeleteACLResponse, AWSError>;
|
86
86
|
/**
|
87
|
-
* Deletes a cluster. It also deletes all associated nodes and node endpoints
|
87
|
+
* Deletes a cluster. It also deletes all associated nodes and node endpoints CreateSnapshot permission is required to create a final snapshot. Without this permission, the API call will fail with an Access Denied exception.
|
88
88
|
*/
|
89
89
|
deleteCluster(params: MemoryDB.Types.DeleteClusterRequest, callback?: (err: AWSError, data: MemoryDB.Types.DeleteClusterResponse) => void): Request<MemoryDB.Types.DeleteClusterResponse, AWSError>;
|
90
90
|
/**
|
91
|
-
* Deletes a cluster. It also deletes all associated nodes and node endpoints
|
91
|
+
* Deletes a cluster. It also deletes all associated nodes and node endpoints CreateSnapshot permission is required to create a final snapshot. Without this permission, the API call will fail with an Access Denied exception.
|
92
92
|
*/
|
93
93
|
deleteCluster(callback?: (err: AWSError, data: MemoryDB.Types.DeleteClusterResponse) => void): Request<MemoryDB.Types.DeleteClusterResponse, AWSError>;
|
94
94
|
/**
|
@@ -140,11 +140,11 @@ declare class MemoryDB extends Service {
|
|
140
140
|
*/
|
141
141
|
describeClusters(callback?: (err: AWSError, data: MemoryDB.Types.DescribeClustersResponse) => void): Request<MemoryDB.Types.DescribeClustersResponse, AWSError>;
|
142
142
|
/**
|
143
|
-
* Returns a list of the available Redis engine versions.
|
143
|
+
* Returns a list of the available Redis OSS engine versions.
|
144
144
|
*/
|
145
145
|
describeEngineVersions(params: MemoryDB.Types.DescribeEngineVersionsRequest, callback?: (err: AWSError, data: MemoryDB.Types.DescribeEngineVersionsResponse) => void): Request<MemoryDB.Types.DescribeEngineVersionsResponse, AWSError>;
|
146
146
|
/**
|
147
|
-
* Returns a list of the available Redis engine versions.
|
147
|
+
* Returns a list of the available Redis OSS engine versions.
|
148
148
|
*/
|
149
149
|
describeEngineVersions(callback?: (err: AWSError, data: MemoryDB.Types.DescribeEngineVersionsResponse) => void): Request<MemoryDB.Types.DescribeEngineVersionsResponse, AWSError>;
|
150
150
|
/**
|
@@ -456,11 +456,11 @@ declare namespace MemoryDB {
|
|
456
456
|
*/
|
457
457
|
NodeType?: String;
|
458
458
|
/**
|
459
|
-
* The Redis engine version used by the cluster
|
459
|
+
* The Redis OSS engine version used by the cluster
|
460
460
|
*/
|
461
461
|
EngineVersion?: String;
|
462
462
|
/**
|
463
|
-
* The Redis engine patch version used by the cluster
|
463
|
+
* The Redis OSS engine patch version used by the cluster
|
464
464
|
*/
|
465
465
|
EnginePatchVersion?: String;
|
466
466
|
/**
|
@@ -538,7 +538,7 @@ declare namespace MemoryDB {
|
|
538
538
|
*/
|
539
539
|
NodeType?: String;
|
540
540
|
/**
|
541
|
-
* The Redis engine version used by the cluster
|
541
|
+
* The Redis OSS engine version used by the cluster
|
542
542
|
*/
|
543
543
|
EngineVersion?: String;
|
544
544
|
/**
|
@@ -724,7 +724,7 @@ declare namespace MemoryDB {
|
|
724
724
|
*/
|
725
725
|
ACLName: ACLName;
|
726
726
|
/**
|
727
|
-
* The version number of the Redis engine to be used for the cluster.
|
727
|
+
* The version number of the Redis OSS engine to be used for the cluster.
|
728
728
|
*/
|
729
729
|
EngineVersion?: String;
|
730
730
|
/**
|
@@ -969,7 +969,7 @@ declare namespace MemoryDB {
|
|
969
969
|
}
|
970
970
|
export interface DescribeEngineVersionsRequest {
|
971
971
|
/**
|
972
|
-
* The Redis engine version
|
972
|
+
* The Redis OSS engine version
|
973
973
|
*/
|
974
974
|
EngineVersion?: String;
|
975
975
|
/**
|
package/clients/rds.d.ts
CHANGED
@@ -2873,6 +2873,10 @@ declare namespace RDS {
|
|
2873
2873
|
* The maximum capacity of the DB shard group in Aurora capacity units (ACUs).
|
2874
2874
|
*/
|
2875
2875
|
MaxACU: DoubleOptional;
|
2876
|
+
/**
|
2877
|
+
* The minimum capacity of the DB shard group in Aurora capacity units (ACUs).
|
2878
|
+
*/
|
2879
|
+
MinACU?: DoubleOptional;
|
2876
2880
|
/**
|
2877
2881
|
* Specifies whether the DB shard group is publicly accessible. When the DB shard group is publicly accessible, its Domain Name System (DNS) endpoint resolves to the private IP address from within the DB shard group's virtual private cloud (VPC). It resolves to the public IP address from outside of the DB shard group's VPC. Access to the DB shard group is ultimately controlled by the security group it uses. That public access is not permitted if the security group assigned to the DB shard group doesn't permit it. When the DB shard group isn't publicly accessible, it is an internal DB shard group with a DNS name that resolves to a private IP address. Default: The default behavior varies depending on whether DBSubnetGroupName is specified. If DBSubnetGroupName isn't specified, and PubliclyAccessible isn't specified, the following applies: If the default VPC in the target Region doesn’t have an internet gateway attached to it, the DB shard group is private. If the default VPC in the target Region has an internet gateway attached to it, the DB shard group is public. If DBSubnetGroupName is specified, and PubliclyAccessible isn't specified, the following applies: If the subnets are part of a VPC that doesn’t have an internet gateway attached to it, the DB shard group is private. If the subnets are part of a VPC that has an internet gateway attached to it, the DB shard group is public.
|
2878
2882
|
*/
|
@@ -4951,6 +4955,10 @@ declare namespace RDS {
|
|
4951
4955
|
* The maximum capacity of the DB shard group in Aurora capacity units (ACUs).
|
4952
4956
|
*/
|
4953
4957
|
MaxACU?: DoubleOptional;
|
4958
|
+
/**
|
4959
|
+
* The minimum capacity of the DB shard group in Aurora capacity units (ACUs).
|
4960
|
+
*/
|
4961
|
+
MinACU?: DoubleOptional;
|
4954
4962
|
/**
|
4955
4963
|
* Specifies whether to create standby instances for the DB shard group. Valid values are the following: 0 - Creates a single, primary DB instance for each physical shard. This is the default value, and the only one supported for the preview. 1 - Creates a primary DB instance and a standby instance in a different Availability Zone (AZ) for each physical shard. 2 - Creates a primary DB instance and two standby instances in different AZs for each physical shard.
|
4956
4964
|
*/
|
@@ -5294,15 +5302,15 @@ declare namespace RDS {
|
|
5294
5302
|
*/
|
5295
5303
|
DBClusterIdentifier: String;
|
5296
5304
|
/**
|
5297
|
-
* Specifies whether to skip the creation of a final DB cluster snapshot before the DB cluster
|
5305
|
+
* Specifies whether to skip the creation of a final DB cluster snapshot before RDS deletes the DB cluster. If you set this value to true, RDS doesn't create a final DB cluster snapshot. If you set this value to false or don't specify it, RDS creates a DB cluster snapshot before it deletes the DB cluster. By default, this parameter is disabled, so RDS creates a final DB cluster snapshot. If SkipFinalSnapshot is disabled, you must specify a value for the FinalDBSnapshotIdentifier parameter.
|
5298
5306
|
*/
|
5299
5307
|
SkipFinalSnapshot?: Boolean;
|
5300
5308
|
/**
|
5301
|
-
* The DB cluster snapshot identifier of the new DB cluster snapshot created when SkipFinalSnapshot is disabled.
|
5309
|
+
* The DB cluster snapshot identifier of the new DB cluster snapshot created when SkipFinalSnapshot is disabled. If you specify this parameter and also skip the creation of a final DB cluster snapshot with the SkipFinalShapshot parameter, the request results in an error. Constraints: Must be 1 to 255 letters, numbers, or hyphens. First character must be a letter Can't end with a hyphen or contain two consecutive hyphens
|
5302
5310
|
*/
|
5303
5311
|
FinalDBSnapshotIdentifier?: String;
|
5304
5312
|
/**
|
5305
|
-
* Specifies whether to remove automated backups immediately after the DB cluster is deleted. This parameter isn't case-sensitive. The default is to remove automated backups immediately after the DB cluster is deleted.
|
5313
|
+
* Specifies whether to remove automated backups immediately after the DB cluster is deleted. This parameter isn't case-sensitive. The default is to remove automated backups immediately after the DB cluster is deleted.
|
5306
5314
|
*/
|
5307
5315
|
DeleteAutomatedBackups?: BooleanOptional;
|
5308
5316
|
}
|
@@ -5624,7 +5632,7 @@ declare namespace RDS {
|
|
5624
5632
|
*/
|
5625
5633
|
DBClusterParameterGroupName: String;
|
5626
5634
|
/**
|
5627
|
-
* A specific source to return parameters for. Valid Values:
|
5635
|
+
* A specific source to return parameters for. Valid Values: customer engine service
|
5628
5636
|
*/
|
5629
5637
|
Source?: String;
|
5630
5638
|
/**
|
@@ -7962,6 +7970,10 @@ declare namespace RDS {
|
|
7962
7970
|
* The maximum capacity of the DB shard group in Aurora capacity units (ACUs).
|
7963
7971
|
*/
|
7964
7972
|
MaxACU?: DoubleOptional;
|
7973
|
+
/**
|
7974
|
+
* The minimum capacity of the DB shard group in Aurora capacity units (ACUs).
|
7975
|
+
*/
|
7976
|
+
MinACU?: DoubleOptional;
|
7965
7977
|
}
|
7966
7978
|
export interface ModifyDBSnapshotAttributeMessage {
|
7967
7979
|
/**
|
@@ -8180,11 +8192,11 @@ declare namespace RDS {
|
|
8180
8192
|
*/
|
8181
8193
|
OptionVersion?: String;
|
8182
8194
|
/**
|
8183
|
-
* A list of
|
8195
|
+
* A list of DB security groups used for this option.
|
8184
8196
|
*/
|
8185
8197
|
DBSecurityGroupMemberships?: DBSecurityGroupNameList;
|
8186
8198
|
/**
|
8187
|
-
* A list of
|
8199
|
+
* A list of VPC security group names used for this option.
|
8188
8200
|
*/
|
8189
8201
|
VpcSecurityGroupMemberships?: VpcSecurityGroupIdList;
|
8190
8202
|
/**
|
@@ -269,6 +269,10 @@ declare namespace RolesAnywhere {
|
|
269
269
|
export type Boolean = boolean;
|
270
270
|
export type CertificateField = "x509Subject"|"x509Issuer"|"x509SAN"|string;
|
271
271
|
export interface CreateProfileRequest {
|
272
|
+
/**
|
273
|
+
* Used to determine if a custom role session name will be accepted in a temporary credential request.
|
274
|
+
*/
|
275
|
+
acceptRoleSessionName?: Boolean;
|
272
276
|
/**
|
273
277
|
* Used to determine how long sessions vended using this profile are valid for. See the Expiration section of the CreateSession API documentation page for more details. In requests, if this value is not provided, the default value will be 3600.
|
274
278
|
*/
|
@@ -588,6 +592,10 @@ declare namespace RolesAnywhere {
|
|
588
592
|
export type NotificationSettings = NotificationSetting[];
|
589
593
|
export type ProfileArn = string;
|
590
594
|
export interface ProfileDetail {
|
595
|
+
/**
|
596
|
+
* Used to determine if a custom role session name will be accepted in a temporary credential request.
|
597
|
+
*/
|
598
|
+
acceptRoleSessionName?: Boolean;
|
591
599
|
/**
|
592
600
|
* A mapping applied to the authenticating end-entity certificate.
|
593
601
|
*/
|
@@ -917,6 +925,10 @@ declare namespace RolesAnywhere {
|
|
917
925
|
}
|
918
926
|
export type UpdateCrlRequestCrlDataBlob = Buffer|Uint8Array|Blob|string;
|
919
927
|
export interface UpdateProfileRequest {
|
928
|
+
/**
|
929
|
+
* Used to determine if a custom role session name will be accepted in a temporary credential request.
|
930
|
+
*/
|
931
|
+
acceptRoleSessionName?: Boolean;
|
920
932
|
/**
|
921
933
|
* Used to determine how long sessions vended using this profile are valid for. See the Expiration section of the CreateSession API documentation page for more details. In requests, if this value is not provided, the default value will be 3600.
|
922
934
|
*/
|
package/clients/sagemaker.d.ts
CHANGED
@@ -3292,6 +3292,7 @@ declare namespace SageMaker {
|
|
3292
3292
|
CreationTime?: Timestamp;
|
3293
3293
|
CreatedBy?: UserContext;
|
3294
3294
|
}
|
3295
|
+
export type AssumableRoleArns = RoleArn[];
|
3295
3296
|
export interface AsyncInferenceClientConfig {
|
3296
3297
|
/**
|
3297
3298
|
* The maximum number of concurrent requests sent by the SageMaker client to the model container. If no value is provided, SageMaker chooses an optimal value.
|
@@ -12145,6 +12146,16 @@ declare namespace SageMaker {
|
|
12145
12146
|
export type EdgeVersion = string;
|
12146
12147
|
export type Edges = Edge[];
|
12147
12148
|
export type EfsUid = string;
|
12149
|
+
export interface EmrSettings {
|
12150
|
+
/**
|
12151
|
+
* An array of Amazon Resource Names (ARNs) of the IAM roles that the execution role of SageMaker can assume for performing operations or tasks related to Amazon EMR clusters or Amazon EMR Serverless applications. These roles define the permissions and access policies required when performing Amazon EMR-related operations, such as listing, connecting to, or terminating Amazon EMR clusters or Amazon EMR Serverless applications. They are typically used in cross-account access scenarios, where the Amazon EMR resources (clusters or serverless applications) are located in a different Amazon Web Services account than the SageMaker domain.
|
12152
|
+
*/
|
12153
|
+
AssumableRoleArns?: AssumableRoleArns;
|
12154
|
+
/**
|
12155
|
+
* An array of Amazon Resource Names (ARNs) of the IAM roles used by the Amazon EMR cluster instances or job execution environments to access other Amazon Web Services services and resources needed during the runtime of your Amazon EMR or Amazon EMR Serverless workloads, such as Amazon S3 for data access, Amazon CloudWatch for logging, or other Amazon Web Services services based on the particular workload requirements.
|
12156
|
+
*/
|
12157
|
+
ExecutionRoleArns?: ExecutionRoleArns;
|
12158
|
+
}
|
12148
12159
|
export type EnableCapture = boolean;
|
12149
12160
|
export type EnableInfraCheck = boolean;
|
12150
12161
|
export type EnableIotRoleAlias = boolean;
|
@@ -12390,6 +12401,7 @@ declare namespace SageMaker {
|
|
12390
12401
|
export type EnvironmentParameters = EnvironmentParameter[];
|
12391
12402
|
export type EnvironmentValue = string;
|
12392
12403
|
export type ExcludeFeaturesAttribute = string;
|
12404
|
+
export type ExecutionRoleArns = RoleArn[];
|
12393
12405
|
export type ExecutionRoleIdentityConfig = "USER_PROFILE_NAME"|"DISABLED"|string;
|
12394
12406
|
export type ExecutionStatus = "Pending"|"Completed"|"CompletedWithViolations"|"InProgress"|"Failed"|"Stopping"|"Stopped"|string;
|
12395
12407
|
export type ExitMessage = string;
|
@@ -14347,6 +14359,10 @@ declare namespace SageMaker {
|
|
14347
14359
|
* A list of Git repositories that SageMaker automatically displays to users for cloning in the JupyterLab application.
|
14348
14360
|
*/
|
14349
14361
|
CodeRepositories?: CodeRepositories;
|
14362
|
+
/**
|
14363
|
+
* The configuration parameters that specify the IAM roles assumed by the execution role of SageMaker (assumable roles) and the cluster instances or job execution environments (execution roles or runtime roles) to manage and access resources required for running Amazon EMR clusters or Amazon EMR Serverless applications.
|
14364
|
+
*/
|
14365
|
+
EmrSettings?: EmrSettings;
|
14350
14366
|
}
|
14351
14367
|
export interface JupyterServerAppSettings {
|
14352
14368
|
/**
|