cdk-lambda-subminute 2.0.431 → 2.0.432

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.
Files changed (34) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/aws-sdk/README.md +1 -1
  4. package/node_modules/aws-sdk/apis/bedrock-agent-2023-06-05.min.json +1 -2
  5. package/node_modules/aws-sdk/apis/emr-serverless-2021-07-13.min.json +56 -55
  6. package/node_modules/aws-sdk/apis/entityresolution-2018-05-10.min.json +602 -82
  7. package/node_modules/aws-sdk/apis/entityresolution-2018-05-10.paginators.json +6 -0
  8. package/node_modules/aws-sdk/apis/iotwireless-2020-11-22.min.json +23 -3
  9. package/node_modules/aws-sdk/apis/lakeformation-2017-03-31.min.json +35 -25
  10. package/node_modules/aws-sdk/apis/m2-2021-04-28.min.json +83 -6
  11. package/node_modules/aws-sdk/apis/mediapackagev2-2022-12-25.min.json +131 -8
  12. package/node_modules/aws-sdk/apis/outposts-2019-12-03.min.json +299 -43
  13. package/node_modules/aws-sdk/apis/outposts-2019-12-03.paginators.json +12 -0
  14. package/node_modules/aws-sdk/apis/qbusiness-2023-11-27.min.json +120 -87
  15. package/node_modules/aws-sdk/apis/wellarchitected-2020-03-31.min.json +203 -82
  16. package/node_modules/aws-sdk/clients/bedrockagent.d.ts +35 -35
  17. package/node_modules/aws-sdk/clients/ec2.d.ts +33 -33
  18. package/node_modules/aws-sdk/clients/emrserverless.d.ts +5 -0
  19. package/node_modules/aws-sdk/clients/entityresolution.d.ts +604 -19
  20. package/node_modules/aws-sdk/clients/iotwireless.d.ts +71 -40
  21. package/node_modules/aws-sdk/clients/lakeformation.d.ts +18 -2
  22. package/node_modules/aws-sdk/clients/m2.d.ts +88 -1
  23. package/node_modules/aws-sdk/clients/mediapackagev2.d.ts +154 -0
  24. package/node_modules/aws-sdk/clients/outposts.d.ts +263 -4
  25. package/node_modules/aws-sdk/clients/qbusiness.d.ts +381 -321
  26. package/node_modules/aws-sdk/clients/wellarchitected.d.ts +182 -4
  27. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  28. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +15 -15
  29. package/node_modules/aws-sdk/dist/aws-sdk.js +7 -3
  30. package/node_modules/aws-sdk/dist/aws-sdk.min.js +8 -8
  31. package/node_modules/aws-sdk/lib/core.js +1 -1
  32. package/node_modules/aws-sdk/lib/region_config_data.json +4 -0
  33. package/node_modules/aws-sdk/package.json +1 -1
  34. package/package.json +2 -2
@@ -20,11 +20,11 @@ declare class BedrockAgent extends Service {
20
20
  */
21
21
  associateAgentKnowledgeBase(callback?: (err: AWSError, data: BedrockAgent.Types.AssociateAgentKnowledgeBaseResponse) => void): Request<BedrockAgent.Types.AssociateAgentKnowledgeBaseResponse, AWSError>;
22
22
  /**
23
- * Creates an agent that orchestrates interactions between foundation models, data sources, software applications, user conversations, and APIs to carry out tasks to help customers. Specify the following fields for security purposes. agentResourceRoleArn – The ARN of the role with permissions to create an agent. (Optional) customerEncryptionKeyArn – The ARN of a KMS key to encrypt the creation of the agent. (Optional) idleSessionTTLinSeconds – Specify the number of seconds for which the agent should maintain session information. After this time expires, the subsequent InvokeAgent request begins a new session. To override the default prompt behavior for agent orchestration and to use advanced prompts, include a promptOverrideConfiguration object. For more information, see Advanced prompts. If you agent fails to be created, the response returns a list of failureReasons alongside a list of recommendedActions for you to troubleshoot.
23
+ * Creates an agent that orchestrates interactions between foundation models, data sources, software applications, user conversations, and APIs to carry out tasks to help customers. Specify the following fields for security purposes. agentResourceRoleArn – The Amazon Resource Name (ARN) of the role with permissions to invoke API operations on an agent. (Optional) customerEncryptionKeyArn – The Amazon Resource Name (ARN) of a KMS key to encrypt the creation of the agent. (Optional) idleSessionTTLinSeconds – Specify the number of seconds for which the agent should maintain session information. After this time expires, the subsequent InvokeAgent request begins a new session. To override the default prompt behavior for agent orchestration and to use advanced prompts, include a promptOverrideConfiguration object. For more information, see Advanced prompts. If you agent fails to be created, the response returns a list of failureReasons alongside a list of recommendedActions for you to troubleshoot.
24
24
  */
25
25
  createAgent(params: BedrockAgent.Types.CreateAgentRequest, callback?: (err: AWSError, data: BedrockAgent.Types.CreateAgentResponse) => void): Request<BedrockAgent.Types.CreateAgentResponse, AWSError>;
26
26
  /**
27
- * Creates an agent that orchestrates interactions between foundation models, data sources, software applications, user conversations, and APIs to carry out tasks to help customers. Specify the following fields for security purposes. agentResourceRoleArn – The ARN of the role with permissions to create an agent. (Optional) customerEncryptionKeyArn – The ARN of a KMS key to encrypt the creation of the agent. (Optional) idleSessionTTLinSeconds – Specify the number of seconds for which the agent should maintain session information. After this time expires, the subsequent InvokeAgent request begins a new session. To override the default prompt behavior for agent orchestration and to use advanced prompts, include a promptOverrideConfiguration object. For more information, see Advanced prompts. If you agent fails to be created, the response returns a list of failureReasons alongside a list of recommendedActions for you to troubleshoot.
27
+ * Creates an agent that orchestrates interactions between foundation models, data sources, software applications, user conversations, and APIs to carry out tasks to help customers. Specify the following fields for security purposes. agentResourceRoleArn – The Amazon Resource Name (ARN) of the role with permissions to invoke API operations on an agent. (Optional) customerEncryptionKeyArn – The Amazon Resource Name (ARN) of a KMS key to encrypt the creation of the agent. (Optional) idleSessionTTLinSeconds – Specify the number of seconds for which the agent should maintain session information. After this time expires, the subsequent InvokeAgent request begins a new session. To override the default prompt behavior for agent orchestration and to use advanced prompts, include a promptOverrideConfiguration object. For more information, see Advanced prompts. If you agent fails to be created, the response returns a list of failureReasons alongside a list of recommendedActions for you to troubleshoot.
28
28
  */
29
29
  createAgent(callback?: (err: AWSError, data: BedrockAgent.Types.CreateAgentResponse) => void): Request<BedrockAgent.Types.CreateAgentResponse, AWSError>;
30
30
  /**
@@ -52,11 +52,11 @@ declare class BedrockAgent extends Service {
52
52
  */
53
53
  createDataSource(callback?: (err: AWSError, data: BedrockAgent.Types.CreateDataSourceResponse) => void): Request<BedrockAgent.Types.CreateDataSourceResponse, AWSError>;
54
54
  /**
55
- * Creates a knowledge base that contains data sources from which information can be queried and used by LLMs. To create a knowledge base, you must first set up your data sources and configure a supported vector store. For more information, see Set up your data for ingestion. If you prefer to let Amazon Bedrock create and manage a vector store for you in Amazon OpenSearch Service, use the console. For more information, see Create a knowledge base. Provide the name and an optional description. Provide the ARN with permissions to create a knowledge base in the roleArn field. Provide the embedding model to use in the embeddingModelArn field in the knowledgeBaseConfiguration object. Provide the configuration for your vector store in the storageConfiguration object. For an Amazon OpenSearch Service database, use the opensearchServerlessConfiguration object. For more information, see Create a vector store in Amazon OpenSearch Service. For an Amazon Aurora database, use the RdsConfiguration object. For more information, see Create a vector store in Amazon Aurora. For a Pinecone database, use the pineconeConfiguration object. For more information, see Create a vector store in Pinecone. For a Redis Enterprise Cloud database, use the redisEnterpriseCloudConfiguration object. For more information, see Create a vector store in Redis Enterprise Cloud.
55
+ * Creates a knowledge base that contains data sources from which information can be queried and used by LLMs. To create a knowledge base, you must first set up your data sources and configure a supported vector store. For more information, see Set up your data for ingestion. If you prefer to let Amazon Bedrock create and manage a vector store for you in Amazon OpenSearch Service, use the console. For more information, see Create a knowledge base. Provide the name and an optional description. Provide the Amazon Resource Name (ARN) with permissions to create a knowledge base in the roleArn field. Provide the embedding model to use in the embeddingModelArn field in the knowledgeBaseConfiguration object. Provide the configuration for your vector store in the storageConfiguration object. For an Amazon OpenSearch Service database, use the opensearchServerlessConfiguration object. For more information, see Create a vector store in Amazon OpenSearch Service. For an Amazon Aurora database, use the RdsConfiguration object. For more information, see Create a vector store in Amazon Aurora. For a Pinecone database, use the pineconeConfiguration object. For more information, see Create a vector store in Pinecone. For a Redis Enterprise Cloud database, use the redisEnterpriseCloudConfiguration object. For more information, see Create a vector store in Redis Enterprise Cloud.
56
56
  */
57
57
  createKnowledgeBase(params: BedrockAgent.Types.CreateKnowledgeBaseRequest, callback?: (err: AWSError, data: BedrockAgent.Types.CreateKnowledgeBaseResponse) => void): Request<BedrockAgent.Types.CreateKnowledgeBaseResponse, AWSError>;
58
58
  /**
59
- * Creates a knowledge base that contains data sources from which information can be queried and used by LLMs. To create a knowledge base, you must first set up your data sources and configure a supported vector store. For more information, see Set up your data for ingestion. If you prefer to let Amazon Bedrock create and manage a vector store for you in Amazon OpenSearch Service, use the console. For more information, see Create a knowledge base. Provide the name and an optional description. Provide the ARN with permissions to create a knowledge base in the roleArn field. Provide the embedding model to use in the embeddingModelArn field in the knowledgeBaseConfiguration object. Provide the configuration for your vector store in the storageConfiguration object. For an Amazon OpenSearch Service database, use the opensearchServerlessConfiguration object. For more information, see Create a vector store in Amazon OpenSearch Service. For an Amazon Aurora database, use the RdsConfiguration object. For more information, see Create a vector store in Amazon Aurora. For a Pinecone database, use the pineconeConfiguration object. For more information, see Create a vector store in Pinecone. For a Redis Enterprise Cloud database, use the redisEnterpriseCloudConfiguration object. For more information, see Create a vector store in Redis Enterprise Cloud.
59
+ * Creates a knowledge base that contains data sources from which information can be queried and used by LLMs. To create a knowledge base, you must first set up your data sources and configure a supported vector store. For more information, see Set up your data for ingestion. If you prefer to let Amazon Bedrock create and manage a vector store for you in Amazon OpenSearch Service, use the console. For more information, see Create a knowledge base. Provide the name and an optional description. Provide the Amazon Resource Name (ARN) with permissions to create a knowledge base in the roleArn field. Provide the embedding model to use in the embeddingModelArn field in the knowledgeBaseConfiguration object. Provide the configuration for your vector store in the storageConfiguration object. For an Amazon OpenSearch Service database, use the opensearchServerlessConfiguration object. For more information, see Create a vector store in Amazon OpenSearch Service. For an Amazon Aurora database, use the RdsConfiguration object. For more information, see Create a vector store in Amazon Aurora. For a Pinecone database, use the pineconeConfiguration object. For more information, see Create a vector store in Pinecone. For a Redis Enterprise Cloud database, use the redisEnterpriseCloudConfiguration object. For more information, see Create a vector store in Redis Enterprise Cloud.
60
60
  */
61
61
  createKnowledgeBase(callback?: (err: AWSError, data: BedrockAgent.Types.CreateKnowledgeBaseResponse) => void): Request<BedrockAgent.Types.CreateKnowledgeBaseResponse, AWSError>;
62
62
  /**
@@ -345,7 +345,7 @@ declare namespace BedrockAgent {
345
345
  }
346
346
  export interface ActionGroupExecutor {
347
347
  /**
348
- * The ARN of the Lambda function containing the business logic that is carried out upon invoking the action.
348
+ * The Amazon Resource Name (ARN) of the Lambda function containing the business logic that is carried out upon invoking the action.
349
349
  */
350
350
  lambda?: LambdaArn;
351
351
  }
@@ -376,7 +376,7 @@ declare namespace BedrockAgent {
376
376
  }
377
377
  export interface Agent {
378
378
  /**
379
- * The ARN of the agent.
379
+ * The Amazon Resource Name (ARN) of the agent.
380
380
  */
381
381
  agentArn: AgentArn;
382
382
  /**
@@ -388,7 +388,7 @@ declare namespace BedrockAgent {
388
388
  */
389
389
  agentName: Name;
390
390
  /**
391
- * The ARN of the IAM role with permissions to call API operations on the agent. The ARN must begin with AmazonBedrockExecutionRoleForAgents_.
391
+ * The Amazon Resource Name (ARN) of the IAM role with permissions to invoke API operations on the agent.
392
392
  */
393
393
  agentResourceRoleArn: AgentRoleArn;
394
394
  /**
@@ -408,7 +408,7 @@ declare namespace BedrockAgent {
408
408
  */
409
409
  createdAt: DateTimestamp;
410
410
  /**
411
- * The ARN of the KMS key that encrypts the agent.
411
+ * The Amazon Resource Name (ARN) of the KMS key that encrypts the agent.
412
412
  */
413
413
  customerEncryptionKeyArn?: KmsKeyArn;
414
414
  /**
@@ -450,7 +450,7 @@ declare namespace BedrockAgent {
450
450
  }
451
451
  export interface AgentActionGroup {
452
452
  /**
453
- * The ARN of the Lambda function containing the business logic that is carried out upon invoking the action.
453
+ * The Amazon Resource Name (ARN) of the Lambda function containing the business logic that is carried out upon invoking the action.
454
454
  */
455
455
  actionGroupExecutor?: ActionGroupExecutor;
456
456
  /**
@@ -500,7 +500,7 @@ declare namespace BedrockAgent {
500
500
  }
501
501
  export interface AgentAlias {
502
502
  /**
503
- * The ARN of the alias of the agent.
503
+ * The Amazon Resource Name (ARN) of the alias of the agent.
504
504
  */
505
505
  agentAliasArn: AgentAliasArn;
506
506
  /**
@@ -681,7 +681,7 @@ declare namespace BedrockAgent {
681
681
  }
682
682
  export interface AgentVersion {
683
683
  /**
684
- * The ARN of the agent that the version belongs to.
684
+ * The Amazon Resource Name (ARN) of the agent that the version belongs to.
685
685
  */
686
686
  agentArn: AgentArn;
687
687
  /**
@@ -693,7 +693,7 @@ declare namespace BedrockAgent {
693
693
  */
694
694
  agentName: Name;
695
695
  /**
696
- * The ARN of the IAM role with permissions to invoke API operations on the agent. The ARN must begin with AmazonBedrockExecutionRoleForAgents_.
696
+ * The Amazon Resource Name (ARN) of the IAM role with permissions to invoke API operations on the agent.
697
697
  */
698
698
  agentResourceRoleArn: AgentRoleArn;
699
699
  /**
@@ -705,7 +705,7 @@ declare namespace BedrockAgent {
705
705
  */
706
706
  createdAt: DateTimestamp;
707
707
  /**
708
- * The ARN of the KMS key that encrypts the agent.
708
+ * The Amazon Resource Name (ARN) of the KMS key that encrypts the agent.
709
709
  */
710
710
  customerEncryptionKeyArn?: KmsKeyArn;
711
711
  /**
@@ -818,7 +818,7 @@ declare namespace BedrockAgent {
818
818
  export type ColumnName = string;
819
819
  export interface CreateAgentActionGroupRequest {
820
820
  /**
821
- * The ARN of the Lambda function containing the business logic that is carried out upon invoking the action.
821
+ * The Amazon Resource Name (ARN) of the Lambda function containing the business logic that is carried out upon invoking the action.
822
822
  */
823
823
  actionGroupExecutor?: ActionGroupExecutor;
824
824
  /**
@@ -898,15 +898,15 @@ declare namespace BedrockAgent {
898
898
  */
899
899
  agentName: Name;
900
900
  /**
901
- * The ARN of the IAM role with permissions to create the agent. The ARN must begin with AmazonBedrockExecutionRoleForAgents_.
901
+ * The Amazon Resource Name (ARN) of the IAM role with permissions to invoke API operations on the agent.
902
902
  */
903
- agentResourceRoleArn: AgentRoleArn;
903
+ agentResourceRoleArn?: AgentRoleArn;
904
904
  /**
905
905
  * A unique, case-sensitive identifier to ensure that the API request completes no more than one time. If this token matches a previous request, Amazon Bedrock ignores the request, but does not return an error. For more information, see Ensuring idempotency.
906
906
  */
907
907
  clientToken?: ClientToken;
908
908
  /**
909
- * The ARN of the KMS key with which to encrypt the agent.
909
+ * The Amazon Resource Name (ARN) of the KMS key with which to encrypt the agent.
910
910
  */
911
911
  customerEncryptionKeyArn?: KmsKeyArn;
912
912
  /**
@@ -994,7 +994,7 @@ declare namespace BedrockAgent {
994
994
  */
995
995
  name: Name;
996
996
  /**
997
- * The ARN of the IAM role with permissions to create the knowledge base.
997
+ * The Amazon Resource Name (ARN) of the IAM role with permissions to invoke API operations on the knowledge base.
998
998
  */
999
999
  roleArn: KnowledgeBaseRoleArn;
1000
1000
  /**
@@ -1565,7 +1565,7 @@ declare namespace BedrockAgent {
1565
1565
  */
1566
1566
  failureReasons?: FailureReasons;
1567
1567
  /**
1568
- * The ARN of the knowledge base.
1568
+ * The Amazon Resource Name (ARN) of the knowledge base.
1569
1569
  */
1570
1570
  knowledgeBaseArn: KnowledgeBaseArn;
1571
1571
  /**
@@ -1581,7 +1581,7 @@ declare namespace BedrockAgent {
1581
1581
  */
1582
1582
  name: Name;
1583
1583
  /**
1584
- * The ARN of the IAM role with permissions to invoke API operations on the knowledge base. The ARN must begin with AmazonBedrockExecutionRoleForKnowledgeBase_.
1584
+ * The Amazon Resource Name (ARN) of the IAM role with permissions to invoke API operations on the knowledge base.
1585
1585
  */
1586
1586
  roleArn: KnowledgeBaseRoleArn;
1587
1587
  /**
@@ -1843,7 +1843,7 @@ declare namespace BedrockAgent {
1843
1843
  }
1844
1844
  export interface ListTagsForResourceRequest {
1845
1845
  /**
1846
- * The ARN of the resource for which to list tags.
1846
+ * The Amazon Resource Name (ARN) of the resource for which to list tags.
1847
1847
  */
1848
1848
  resourceArn: TaggableResourcesArn;
1849
1849
  }
@@ -1862,7 +1862,7 @@ declare namespace BedrockAgent {
1862
1862
  export type OpenSearchServerlessCollectionArn = string;
1863
1863
  export interface OpenSearchServerlessConfiguration {
1864
1864
  /**
1865
- * The ARN of the OpenSearch Service vector store.
1865
+ * The Amazon Resource Name (ARN) of the OpenSearch Service vector store.
1866
1866
  */
1867
1867
  collectionArn: OpenSearchServerlessCollectionArn;
1868
1868
  /**
@@ -1896,7 +1896,7 @@ declare namespace BedrockAgent {
1896
1896
  */
1897
1897
  connectionString: PineconeConnectionString;
1898
1898
  /**
1899
- * The ARN of the secret that you created in Secrets Manager that is linked to your Pinecone API key.
1899
+ * The Amazon Resource Name (ARN) of the secret that you created in Secrets Manager that is linked to your Pinecone API key.
1900
1900
  */
1901
1901
  credentialsSecretArn: SecretArn;
1902
1902
  /**
@@ -1987,7 +1987,7 @@ declare namespace BedrockAgent {
1987
1987
  export type RdsArn = string;
1988
1988
  export interface RdsConfiguration {
1989
1989
  /**
1990
- * The ARN of the secret that you created in Secrets Manager that is linked to your Amazon RDS database.
1990
+ * The Amazon Resource Name (ARN) of the secret that you created in Secrets Manager that is linked to your Amazon RDS database.
1991
1991
  */
1992
1992
  credentialsSecretArn: SecretArn;
1993
1993
  /**
@@ -1999,7 +1999,7 @@ declare namespace BedrockAgent {
1999
1999
  */
2000
2000
  fieldMapping: RdsFieldMapping;
2001
2001
  /**
2002
- * The ARN of the vector store.
2002
+ * The Amazon Resource Name (ARN) of the vector store.
2003
2003
  */
2004
2004
  resourceArn: RdsArn;
2005
2005
  /**
@@ -2031,7 +2031,7 @@ declare namespace BedrockAgent {
2031
2031
  export type RecommendedActions = RecommendedAction[];
2032
2032
  export interface RedisEnterpriseCloudConfiguration {
2033
2033
  /**
2034
- * The ARN of the secret that you created in Secrets Manager that is linked to your Redis Enterprise Cloud database.
2034
+ * The Amazon Resource Name (ARN) of the secret that you created in Secrets Manager that is linked to your Redis Enterprise Cloud database.
2035
2035
  */
2036
2036
  credentialsSecretArn: SecretArn;
2037
2037
  /**
@@ -2067,7 +2067,7 @@ declare namespace BedrockAgent {
2067
2067
  export type S3BucketName = string;
2068
2068
  export interface S3DataSourceConfiguration {
2069
2069
  /**
2070
- * The ARN of the bucket that contains the data source.
2070
+ * The Amazon Resource Name (ARN) of the bucket that contains the data source.
2071
2071
  */
2072
2072
  bucketArn: S3BucketArn;
2073
2073
  /**
@@ -2091,7 +2091,7 @@ declare namespace BedrockAgent {
2091
2091
  export type SecretArn = string;
2092
2092
  export interface ServerSideEncryptionConfiguration {
2093
2093
  /**
2094
- * The ARN of the KMS key used to encrypt the resource.
2094
+ * The Amazon Resource Name (ARN) of the KMS key used to encrypt the resource.
2095
2095
  */
2096
2096
  kmsKeyArn?: KmsKeyArn;
2097
2097
  }
@@ -2149,7 +2149,7 @@ declare namespace BedrockAgent {
2149
2149
  export type TagKeyList = TagKey[];
2150
2150
  export interface TagResourceRequest {
2151
2151
  /**
2152
- * The ARN of the resource to tag.
2152
+ * The Amazon Resource Name (ARN) of the resource to tag.
2153
2153
  */
2154
2154
  resourceArn: TaggableResourcesArn;
2155
2155
  /**
@@ -2167,7 +2167,7 @@ declare namespace BedrockAgent {
2167
2167
  export type TopP = number;
2168
2168
  export interface UntagResourceRequest {
2169
2169
  /**
2170
- * The ARN of the resource from which to remove tags.
2170
+ * The Amazon Resource Name (ARN) of the resource from which to remove tags.
2171
2171
  */
2172
2172
  resourceArn: TaggableResourcesArn;
2173
2173
  /**
@@ -2179,7 +2179,7 @@ declare namespace BedrockAgent {
2179
2179
  }
2180
2180
  export interface UpdateAgentActionGroupRequest {
2181
2181
  /**
2182
- * The ARN of the Lambda function containing the business logic that is carried out upon invoking the action.
2182
+ * The Amazon Resource Name (ARN) of the Lambda function containing the business logic that is carried out upon invoking the action.
2183
2183
  */
2184
2184
  actionGroupExecutor?: ActionGroupExecutor;
2185
2185
  /**
@@ -2287,11 +2287,11 @@ declare namespace BedrockAgent {
2287
2287
  */
2288
2288
  agentName: Name;
2289
2289
  /**
2290
- * The ARN of the IAM role with permissions to update the agent. The ARN must begin with AmazonBedrockExecutionRoleForAgents_.
2290
+ * The Amazon Resource Name (ARN) of the IAM role with permissions to invoke API operations on the agent.
2291
2291
  */
2292
2292
  agentResourceRoleArn: AgentRoleArn;
2293
2293
  /**
2294
- * The ARN of the KMS key with which to encrypt the agent.
2294
+ * The Amazon Resource Name (ARN) of the KMS key with which to encrypt the agent.
2295
2295
  */
2296
2296
  customerEncryptionKeyArn?: KmsKeyArn;
2297
2297
  /**
@@ -2375,7 +2375,7 @@ declare namespace BedrockAgent {
2375
2375
  */
2376
2376
  name: Name;
2377
2377
  /**
2378
- * Specifies a different Amazon Resource Name (ARN) of the IAM role with permissions to modify the knowledge base.
2378
+ * Specifies a different Amazon Resource Name (ARN) of the IAM role with permissions to invoke API operations on the knowledge base.
2379
2379
  */
2380
2380
  roleArn: KnowledgeBaseRoleArn;
2381
2381
  /**
@@ -2397,7 +2397,7 @@ declare namespace BedrockAgent {
2397
2397
  }
2398
2398
  export interface VectorKnowledgeBaseConfiguration {
2399
2399
  /**
2400
- * The ARN of the model used to create vector embeddings for the knowledge base.
2400
+ * The Amazon Resource Name (ARN) of the model used to create vector embeddings for the knowledge base.
2401
2401
  */
2402
2402
  embeddingModelArn: BedrockEmbeddingModelArn;
2403
2403
  }
@@ -405,11 +405,11 @@ declare class EC2 extends Service {
405
405
  */
406
406
  cancelReservedInstancesListing(callback?: (err: AWSError, data: EC2.Types.CancelReservedInstancesListingResult) => void): Request<EC2.Types.CancelReservedInstancesListingResult, AWSError>;
407
407
  /**
408
- * Cancels the specified Spot Fleet requests. After you cancel a Spot Fleet request, the Spot Fleet launches no new instances. You must also specify whether a canceled Spot Fleet request should terminate its instances. If you choose to terminate the instances, the Spot Fleet request enters the cancelled_terminating state. Otherwise, the Spot Fleet request enters the cancelled_running state and the instances continue to run until they are interrupted or you terminate them manually.
408
+ * Cancels the specified Spot Fleet requests. After you cancel a Spot Fleet request, the Spot Fleet launches no new instances. You must also specify whether a canceled Spot Fleet request should terminate its instances. If you choose to terminate the instances, the Spot Fleet request enters the cancelled_terminating state. Otherwise, the Spot Fleet request enters the cancelled_running state and the instances continue to run until they are interrupted or you terminate them manually. Restrictions You can delete up to 100 fleets in a single request. If you exceed the specified number, no fleets are deleted.
409
409
  */
410
410
  cancelSpotFleetRequests(params: EC2.Types.CancelSpotFleetRequestsRequest, callback?: (err: AWSError, data: EC2.Types.CancelSpotFleetRequestsResponse) => void): Request<EC2.Types.CancelSpotFleetRequestsResponse, AWSError>;
411
411
  /**
412
- * Cancels the specified Spot Fleet requests. After you cancel a Spot Fleet request, the Spot Fleet launches no new instances. You must also specify whether a canceled Spot Fleet request should terminate its instances. If you choose to terminate the instances, the Spot Fleet request enters the cancelled_terminating state. Otherwise, the Spot Fleet request enters the cancelled_running state and the instances continue to run until they are interrupted or you terminate them manually.
412
+ * Cancels the specified Spot Fleet requests. After you cancel a Spot Fleet request, the Spot Fleet launches no new instances. You must also specify whether a canceled Spot Fleet request should terminate its instances. If you choose to terminate the instances, the Spot Fleet request enters the cancelled_terminating state. Otherwise, the Spot Fleet request enters the cancelled_running state and the instances continue to run until they are interrupted or you terminate them manually. Restrictions You can delete up to 100 fleets in a single request. If you exceed the specified number, no fleets are deleted.
413
413
  */
414
414
  cancelSpotFleetRequests(callback?: (err: AWSError, data: EC2.Types.CancelSpotFleetRequestsResponse) => void): Request<EC2.Types.CancelSpotFleetRequestsResponse, AWSError>;
415
415
  /**
@@ -1173,11 +1173,11 @@ declare class EC2 extends Service {
1173
1173
  */
1174
1174
  deleteEgressOnlyInternetGateway(callback?: (err: AWSError, data: EC2.Types.DeleteEgressOnlyInternetGatewayResult) => void): Request<EC2.Types.DeleteEgressOnlyInternetGatewayResult, AWSError>;
1175
1175
  /**
1176
- * Deletes the specified EC2 Fleets. After you delete an EC2 Fleet, it launches no new instances. You must also specify whether a deleted EC2 Fleet should terminate its instances. If you choose to terminate the instances, the EC2 Fleet enters the deleted_terminating state. Otherwise, the EC2 Fleet enters the deleted_running state, and the instances continue to run until they are interrupted or you terminate them manually. For instant fleets, EC2 Fleet must terminate the instances when the fleet is deleted. A deleted instant fleet with running instances is not supported. Restrictions You can delete up to 25 instant fleets in a single request. If you exceed this number, no instant fleets are deleted and an error is returned. There is no restriction on the number of fleets of type maintain or request that can be deleted in a single request. Up to 1000 instances can be terminated in a single request to delete instant fleets. For more information, see Delete an EC2 Fleet in the Amazon EC2 User Guide.
1176
+ * Deletes the specified EC2 Fleets. After you delete an EC2 Fleet, it launches no new instances. You must also specify whether a deleted EC2 Fleet should terminate its instances. If you choose to terminate the instances, the EC2 Fleet enters the deleted_terminating state. Otherwise, the EC2 Fleet enters the deleted_running state, and the instances continue to run until they are interrupted or you terminate them manually. For instant fleets, EC2 Fleet must terminate the instances when the fleet is deleted. Up to 1000 instances can be terminated in a single request to delete instant fleets. A deleted instant fleet with running instances is not supported. Restrictions You can delete up to 25 fleets of type instant in a single request. You can delete up to 100 fleets of type maintain or request in a single request. You can delete up to 125 fleets in a single request, provided you do not exceed the quota for each fleet type, as specified above. If you exceed the specified number of fleets to delete, no fleets are deleted. For more information, see Delete an EC2 Fleet in the Amazon EC2 User Guide.
1177
1177
  */
1178
1178
  deleteFleets(params: EC2.Types.DeleteFleetsRequest, callback?: (err: AWSError, data: EC2.Types.DeleteFleetsResult) => void): Request<EC2.Types.DeleteFleetsResult, AWSError>;
1179
1179
  /**
1180
- * Deletes the specified EC2 Fleets. After you delete an EC2 Fleet, it launches no new instances. You must also specify whether a deleted EC2 Fleet should terminate its instances. If you choose to terminate the instances, the EC2 Fleet enters the deleted_terminating state. Otherwise, the EC2 Fleet enters the deleted_running state, and the instances continue to run until they are interrupted or you terminate them manually. For instant fleets, EC2 Fleet must terminate the instances when the fleet is deleted. A deleted instant fleet with running instances is not supported. Restrictions You can delete up to 25 instant fleets in a single request. If you exceed this number, no instant fleets are deleted and an error is returned. There is no restriction on the number of fleets of type maintain or request that can be deleted in a single request. Up to 1000 instances can be terminated in a single request to delete instant fleets. For more information, see Delete an EC2 Fleet in the Amazon EC2 User Guide.
1180
+ * Deletes the specified EC2 Fleets. After you delete an EC2 Fleet, it launches no new instances. You must also specify whether a deleted EC2 Fleet should terminate its instances. If you choose to terminate the instances, the EC2 Fleet enters the deleted_terminating state. Otherwise, the EC2 Fleet enters the deleted_running state, and the instances continue to run until they are interrupted or you terminate them manually. For instant fleets, EC2 Fleet must terminate the instances when the fleet is deleted. Up to 1000 instances can be terminated in a single request to delete instant fleets. A deleted instant fleet with running instances is not supported. Restrictions You can delete up to 25 fleets of type instant in a single request. You can delete up to 100 fleets of type maintain or request in a single request. You can delete up to 125 fleets in a single request, provided you do not exceed the quota for each fleet type, as specified above. If you exceed the specified number of fleets to delete, no fleets are deleted. For more information, see Delete an EC2 Fleet in the Amazon EC2 User Guide.
1181
1181
  */
1182
1182
  deleteFleets(callback?: (err: AWSError, data: EC2.Types.DeleteFleetsResult) => void): Request<EC2.Types.DeleteFleetsResult, AWSError>;
1183
1183
  /**
@@ -2181,19 +2181,19 @@ declare class EC2 extends Service {
2181
2181
  */
2182
2182
  describeInstanceTopology(callback?: (err: AWSError, data: EC2.Types.DescribeInstanceTopologyResult) => void): Request<EC2.Types.DescribeInstanceTopologyResult, AWSError>;
2183
2183
  /**
2184
- * Returns a list of all instance types offered. The results can be filtered by location (Region or Availability Zone). If no location is specified, the instance types offered in the current Region are returned.
2184
+ * Lists the instance types that are offered for the specified location. If no location is specified, the default is to list the instance types that are offered in the current Region.
2185
2185
  */
2186
2186
  describeInstanceTypeOfferings(params: EC2.Types.DescribeInstanceTypeOfferingsRequest, callback?: (err: AWSError, data: EC2.Types.DescribeInstanceTypeOfferingsResult) => void): Request<EC2.Types.DescribeInstanceTypeOfferingsResult, AWSError>;
2187
2187
  /**
2188
- * Returns a list of all instance types offered. The results can be filtered by location (Region or Availability Zone). If no location is specified, the instance types offered in the current Region are returned.
2188
+ * Lists the instance types that are offered for the specified location. If no location is specified, the default is to list the instance types that are offered in the current Region.
2189
2189
  */
2190
2190
  describeInstanceTypeOfferings(callback?: (err: AWSError, data: EC2.Types.DescribeInstanceTypeOfferingsResult) => void): Request<EC2.Types.DescribeInstanceTypeOfferingsResult, AWSError>;
2191
2191
  /**
2192
- * Describes the details of the instance types that are offered in a location. The results can be filtered by the attributes of the instance types.
2192
+ * Describes the specified instance types. By default, all instance types for the current Region are described. Alternatively, you can filter the results.
2193
2193
  */
2194
2194
  describeInstanceTypes(params: EC2.Types.DescribeInstanceTypesRequest, callback?: (err: AWSError, data: EC2.Types.DescribeInstanceTypesResult) => void): Request<EC2.Types.DescribeInstanceTypesResult, AWSError>;
2195
2195
  /**
2196
- * Describes the details of the instance types that are offered in a location. The results can be filtered by the attributes of the instance types.
2196
+ * Describes the specified instance types. By default, all instance types for the current Region are described. Alternatively, you can filter the results.
2197
2197
  */
2198
2198
  describeInstanceTypes(callback?: (err: AWSError, data: EC2.Types.DescribeInstanceTypesResult) => void): Request<EC2.Types.DescribeInstanceTypesResult, AWSError>;
2199
2199
  /**
@@ -3469,11 +3469,11 @@ declare class EC2 extends Service {
3469
3469
  */
3470
3470
  getConsoleOutput(callback?: (err: AWSError, data: EC2.Types.GetConsoleOutputResult) => void): Request<EC2.Types.GetConsoleOutputResult, AWSError>;
3471
3471
  /**
3472
- * Retrieve a JPG-format screenshot of a running instance to help with troubleshooting. The returned content is Base64-encoded.
3472
+ * Retrieve a JPG-format screenshot of a running instance to help with troubleshooting. The returned content is Base64-encoded. For more information, see Instance console output in the Amazon EC2 User Guide.
3473
3473
  */
3474
3474
  getConsoleScreenshot(params: EC2.Types.GetConsoleScreenshotRequest, callback?: (err: AWSError, data: EC2.Types.GetConsoleScreenshotResult) => void): Request<EC2.Types.GetConsoleScreenshotResult, AWSError>;
3475
3475
  /**
3476
- * Retrieve a JPG-format screenshot of a running instance to help with troubleshooting. The returned content is Base64-encoded.
3476
+ * Retrieve a JPG-format screenshot of a running instance to help with troubleshooting. The returned content is Base64-encoded. For more information, see Instance console output in the Amazon EC2 User Guide.
3477
3477
  */
3478
3478
  getConsoleScreenshot(callback?: (err: AWSError, data: EC2.Types.GetConsoleScreenshotResult) => void): Request<EC2.Types.GetConsoleScreenshotResult, AWSError>;
3479
3479
  /**
@@ -4029,11 +4029,11 @@ declare class EC2 extends Service {
4029
4029
  */
4030
4030
  modifyInstanceMaintenanceOptions(callback?: (err: AWSError, data: EC2.Types.ModifyInstanceMaintenanceOptionsResult) => void): Request<EC2.Types.ModifyInstanceMaintenanceOptionsResult, AWSError>;
4031
4031
  /**
4032
- * Modifies the default instance metadata service (IMDS) settings at the account level in the specified Amazon Web Services&#x2028; Region. To remove a parameter's account-level default setting, specify no-preference. At instance launch, the value will come from the AMI, or from the launch parameter if specified. For more information, see Order of precedence for instance metadata options in the Amazon EC2 User Guide.
4032
+ * Modifies the default instance metadata service (IMDS) settings at the account level in the specified Amazon Web Services&#x2028; Region. To remove a parameter's account-level default setting, specify no-preference. If an account-level setting is cleared with no-preference, then the instance launch considers the other instance metadata settings. For more information, see Order of precedence for instance metadata options in the Amazon EC2 User Guide.
4033
4033
  */
4034
4034
  modifyInstanceMetadataDefaults(params: EC2.Types.ModifyInstanceMetadataDefaultsRequest, callback?: (err: AWSError, data: EC2.Types.ModifyInstanceMetadataDefaultsResult) => void): Request<EC2.Types.ModifyInstanceMetadataDefaultsResult, AWSError>;
4035
4035
  /**
4036
- * Modifies the default instance metadata service (IMDS) settings at the account level in the specified Amazon Web Services&#x2028; Region. To remove a parameter's account-level default setting, specify no-preference. At instance launch, the value will come from the AMI, or from the launch parameter if specified. For more information, see Order of precedence for instance metadata options in the Amazon EC2 User Guide.
4036
+ * Modifies the default instance metadata service (IMDS) settings at the account level in the specified Amazon Web Services&#x2028; Region. To remove a parameter's account-level default setting, specify no-preference. If an account-level setting is cleared with no-preference, then the instance launch considers the other instance metadata settings. For more information, see Order of precedence for instance metadata options in the Amazon EC2 User Guide.
4037
4037
  */
4038
4038
  modifyInstanceMetadataDefaults(callback?: (err: AWSError, data: EC2.Types.ModifyInstanceMetadataDefaultsResult) => void): Request<EC2.Types.ModifyInstanceMetadataDefaultsResult, AWSError>;
4039
4039
  /**
@@ -7523,7 +7523,7 @@ declare namespace EC2 {
7523
7523
  */
7524
7524
  DryRun?: Boolean;
7525
7525
  /**
7526
- * The IDs of the Spot Fleet requests.
7526
+ * The IDs of the Spot Fleet requests. Constraint: You can specify up to 100 IDs in a single request.
7527
7527
  */
7528
7528
  SpotFleetRequestIds: SpotFleetRequestIdList;
7529
7529
  /**
@@ -12256,7 +12256,7 @@ declare namespace EC2 {
12256
12256
  */
12257
12257
  DryRun?: Boolean;
12258
12258
  /**
12259
- * The IDs of the EC2 Fleets.
12259
+ * The IDs of the EC2 Fleets. Constraints: In a single request, you can specify up to 25 instant fleet IDs and up to 100 maintain or request fleet IDs.
12260
12260
  */
12261
12261
  FleetIds: FleetIdSet;
12262
12262
  /**
@@ -15182,11 +15182,11 @@ declare namespace EC2 {
15182
15182
  */
15183
15183
  DryRun?: Boolean;
15184
15184
  /**
15185
- * The location type.
15185
+ * The location type. availability-zone - The Availability Zone. When you specify a location filter, it must be an Availability Zone for the current Region. availability-zone-id - The AZ ID. When you specify a location filter, it must be an AZ ID for the current Region. outpost - The Outpost ARN. When you specify a location filter, it must be an Outpost ARN for the current Region. region - The current Region. If you specify a location filter, it must match the current Region.
15186
15186
  */
15187
15187
  LocationType?: LocationType;
15188
15188
  /**
15189
- * One or more filters. Filter names and values are case-sensitive. location - This depends on the location type. For example, if the location type is region (default), the location is the Region code (for example, us-east-2.) instance-type - The instance type. For example, c5.2xlarge.
15189
+ * One or more filters. Filter names and values are case-sensitive. instance-type - The instance type. For a list of possible values, see Instance. location - The location. For a list of possible identifiers, see Regions and Zones.
15190
15190
  */
15191
15191
  Filters?: FilterList;
15192
15192
  /**
@@ -15200,7 +15200,7 @@ declare namespace EC2 {
15200
15200
  }
15201
15201
  export interface DescribeInstanceTypeOfferingsResult {
15202
15202
  /**
15203
- * The instance types offered.
15203
+ * The instance types offered in the location.
15204
15204
  */
15205
15205
  InstanceTypeOfferings?: InstanceTypeOfferingsList;
15206
15206
  /**
@@ -15214,7 +15214,7 @@ declare namespace EC2 {
15214
15214
  */
15215
15215
  DryRun?: Boolean;
15216
15216
  /**
15217
- * The instance types. For more information, see Instance types in the Amazon EC2 User Guide.
15217
+ * The instance types.
15218
15218
  */
15219
15219
  InstanceTypes?: RequestInstanceTypeList;
15220
15220
  /**
@@ -15232,7 +15232,7 @@ declare namespace EC2 {
15232
15232
  }
15233
15233
  export interface DescribeInstanceTypesResult {
15234
15234
  /**
15235
- * The instance type. For more information, see Instance types in the Amazon EC2 User Guide.
15235
+ * The instance type.
15236
15236
  */
15237
15237
  InstanceTypes?: InstanceTypeInfoList;
15238
15238
  /**
@@ -28585,7 +28585,7 @@ declare namespace EC2 {
28585
28585
  */
28586
28586
  HttpTokens?: MetadataDefaultHttpTokensState;
28587
28587
  /**
28588
- * The maximum number of hops that the metadata token can travel. Minimum: 1 Maximum: 64
28588
+ * The maximum number of hops that the metadata token can travel. To indicate no preference, specify -1. Possible values: Integers from 1 to 64, and -1 to indicate no preference
28589
28589
  */
28590
28590
  HttpPutResponseHopLimit?: BoxedInteger;
28591
28591
  /**
@@ -33082,7 +33082,7 @@ declare namespace EC2 {
33082
33082
  */
33083
33083
  BlockDeviceMappings?: LaunchTemplateBlockDeviceMappingRequestList;
33084
33084
  /**
33085
- * One or more network interfaces. If you specify a network interface, you must specify any security groups and subnets as part of the network interface.
33085
+ * The network interfaces for the instance.
33086
33086
  */
33087
33087
  NetworkInterfaces?: LaunchTemplateInstanceNetworkInterfaceSpecificationRequestList;
33088
33088
  /**
@@ -33134,11 +33134,11 @@ declare namespace EC2 {
33134
33134
  */
33135
33135
  ElasticInferenceAccelerators?: LaunchTemplateElasticInferenceAcceleratorList;
33136
33136
  /**
33137
- * One or more security group IDs. You can create a security group using CreateSecurityGroup.
33137
+ * The IDs of the security groups. If you specify a network interface, you must specify any security groups as part of the network interface instead of using this parameter.
33138
33138
  */
33139
33139
  SecurityGroupIds?: SecurityGroupIdStringList;
33140
33140
  /**
33141
- * One or more security group names. For a nondefault VPC, you must use security group IDs instead.
33141
+ * The names of the security groups. For a nondefault VPC, you must use security group IDs instead. If you specify a network interface, you must specify any security groups as part of the network interface instead of using this parameter.
33142
33142
  */
33143
33143
  SecurityGroups?: SecurityGroupStringList;
33144
33144
  /**
@@ -34494,15 +34494,15 @@ declare namespace EC2 {
34494
34494
  */
34495
34495
  RamdiskId?: RamdiskId;
34496
34496
  /**
34497
- * The IDs of the security groups. You can create a security group using CreateSecurityGroup. If you specify a network interface, you must specify any security groups as part of the network interface.
34497
+ * The IDs of the security groups. You can create a security group using CreateSecurityGroup. If you specify a network interface, you must specify any security groups as part of the network interface instead of using this parameter.
34498
34498
  */
34499
34499
  SecurityGroupIds?: SecurityGroupIdStringList;
34500
34500
  /**
34501
- * [Default VPC] The names of the security groups. If you specify a network interface, you must specify any security groups as part of the network interface. Default: Amazon EC2 uses the default security group.
34501
+ * [Default VPC] The names of the security groups. If you specify a network interface, you must specify any security groups as part of the network interface instead of using this parameter. Default: Amazon EC2 uses the default security group.
34502
34502
  */
34503
34503
  SecurityGroups?: SecurityGroupStringList;
34504
34504
  /**
34505
- * The ID of the subnet to launch the instance into. If you specify a network interface, you must specify any subnets as part of the network interface.
34505
+ * The ID of the subnet to launch the instance into. If you specify a network interface, you must specify any subnets as part of the network interface instead of using this parameter.
34506
34506
  */
34507
34507
  SubnetId?: SubnetId;
34508
34508
  /**
@@ -34538,7 +34538,7 @@ declare namespace EC2 {
34538
34538
  */
34539
34539
  InstanceInitiatedShutdownBehavior?: ShutdownBehavior;
34540
34540
  /**
34541
- * The network interfaces to associate with the instance. If you specify a network interface, you must specify any security groups and subnets as part of the network interface.
34541
+ * The network interfaces to associate with the instance.
34542
34542
  */
34543
34543
  NetworkInterfaces?: InstanceNetworkInterfaceSpecificationList;
34544
34544
  /**
@@ -34546,11 +34546,11 @@ declare namespace EC2 {
34546
34546
  */
34547
34547
  PrivateIpAddress?: String;
34548
34548
  /**
34549
- * Deprecated. Amazon Elastic Graphics reached end of life on January 8, 2024. For workloads that require graphics acceleration, we recommend that you use Amazon EC2 G4ad, G4dn, or G5 instances.
34549
+ * An elastic GPU to associate with the instance. Amazon Elastic Graphics reached end of life on January 8, 2024.
34550
34550
  */
34551
34551
  ElasticGpuSpecification?: ElasticGpuSpecifications;
34552
34552
  /**
34553
- * An elastic inference accelerator to associate with the instance. Elastic inference accelerators are a resource you can attach to your Amazon EC2 instances to accelerate your Deep Learning (DL) inference workloads. You cannot specify accelerators from different generations in the same request. Starting April 15, 2023, Amazon Web Services will not onboard new customers to Amazon Elastic Inference (EI), and will help current customers migrate their workloads to options that offer better price and performance. After April 15, 2023, new customers will not be able to launch instances with Amazon EI accelerators in Amazon SageMaker, Amazon ECS, or Amazon EC2. However, customers who have used Amazon EI at least once during the past 30-day period are considered current customers and will be able to continue using the service.
34553
+ * An elastic inference accelerator to associate with the instance. Amazon Elastic Inference (EI) is no longer available to new customers. For more information, see Amazon Elastic Inference FAQs.
34554
34554
  */
34555
34555
  ElasticInferenceAccelerators?: ElasticInferenceAccelerators;
34556
34556
  /**
@@ -35110,7 +35110,7 @@ declare namespace EC2 {
35110
35110
  */
35111
35111
  Filters: FilterList;
35112
35112
  /**
35113
- * The maximum number of routes to return.
35113
+ * The maximum number of routes to return. If a value is not provided, the default is 1000.
35114
35114
  */
35115
35115
  MaxResults?: TransitGatewayMaxResults;
35116
35116
  /**
@@ -35856,7 +35856,7 @@ declare namespace EC2 {
35856
35856
  }
35857
35857
  export interface SpotFleetLaunchSpecification {
35858
35858
  /**
35859
- * The security groups.
35859
+ * The security groups. If you specify a network interface, you must specify any security groups as part of the network interface instead of using this parameter.
35860
35860
  */
35861
35861
  SecurityGroups?: GroupIdentifierList;
35862
35862
  /**
@@ -35896,7 +35896,7 @@ declare namespace EC2 {
35896
35896
  */
35897
35897
  Monitoring?: SpotFleetMonitoring;
35898
35898
  /**
35899
- * One or more network interfaces. If you specify a network interface, you must specify subnet IDs and security group IDs using the network interface. SpotFleetLaunchSpecification currently does not support Elastic Fabric Adapter (EFA). To specify an EFA, you must use LaunchTemplateConfig.
35899
+ * The network interfaces. SpotFleetLaunchSpecification does not support Elastic Fabric Adapter (EFA). You must use LaunchTemplateConfig instead.
35900
35900
  */
35901
35901
  NetworkInterfaces?: InstanceNetworkInterfaceSpecificationList;
35902
35902
  /**
@@ -35912,7 +35912,7 @@ declare namespace EC2 {
35912
35912
  */
35913
35913
  SpotPrice?: String;
35914
35914
  /**
35915
- * The IDs of the subnets in which to launch the instances. To specify multiple subnets, separate them using commas; for example, "subnet-1234abcdeexample1, subnet-0987cdef6example2".
35915
+ * The IDs of the subnets in which to launch the instances. To specify multiple subnets, separate them using commas; for example, "subnet-1234abcdeexample1, subnet-0987cdef6example2". If you specify a network interface, you must specify any subnets as part of the network interface instead of using this parameter.
35916
35916
  */
35917
35917
  SubnetId?: SubnetId;
35918
35918
  /**
@@ -434,6 +434,7 @@ declare namespace EMRServerless {
434
434
  export interface DeleteApplicationResponse {
435
435
  }
436
436
  export type DiskSize = string;
437
+ export type DiskType = string;
437
438
  export type Double = number;
438
439
  export type Duration = number;
439
440
  export type EncryptionKeyArn = string;
@@ -1031,6 +1032,10 @@ declare namespace EMRServerless {
1031
1032
  * The disk requirements for every worker instance of the worker type.
1032
1033
  */
1033
1034
  disk?: DiskSize;
1035
+ /**
1036
+ * The disk type for every worker instance of the work type. Shuffle optimized disks have higher performance characteristics and are better for shuffle heavy workloads. Default is STANDARD.
1037
+ */
1038
+ diskType?: DiskType;
1034
1039
  }
1035
1040
  export interface WorkerTypeSpecification {
1036
1041
  /**