cdk-comprehend-s3olap 2.0.467 → 2.0.468

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 (32) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-comprehend-s3olap.js +2 -2
  3. package/lib/comprehend-lambdas.js +2 -2
  4. package/lib/iam-roles.js +4 -4
  5. package/node_modules/aws-sdk/README.md +1 -1
  6. package/node_modules/aws-sdk/apis/bedrock-agent-2023-06-05.min.json +1 -2
  7. package/node_modules/aws-sdk/apis/emr-serverless-2021-07-13.min.json +56 -55
  8. package/node_modules/aws-sdk/apis/entityresolution-2018-05-10.min.json +602 -82
  9. package/node_modules/aws-sdk/apis/entityresolution-2018-05-10.paginators.json +6 -0
  10. package/node_modules/aws-sdk/apis/iotwireless-2020-11-22.min.json +23 -3
  11. package/node_modules/aws-sdk/apis/lakeformation-2017-03-31.min.json +35 -25
  12. package/node_modules/aws-sdk/apis/m2-2021-04-28.min.json +83 -6
  13. package/node_modules/aws-sdk/apis/mediapackagev2-2022-12-25.min.json +131 -8
  14. package/node_modules/aws-sdk/apis/outposts-2019-12-03.min.json +299 -43
  15. package/node_modules/aws-sdk/apis/outposts-2019-12-03.paginators.json +12 -0
  16. package/node_modules/aws-sdk/apis/wellarchitected-2020-03-31.min.json +203 -82
  17. package/node_modules/aws-sdk/clients/bedrockagent.d.ts +35 -35
  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/wellarchitected.d.ts +182 -4
  26. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  27. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +12 -12
  28. package/node_modules/aws-sdk/dist/aws-sdk.js +3 -3
  29. package/node_modules/aws-sdk/dist/aws-sdk.min.js +2 -2
  30. package/node_modules/aws-sdk/lib/core.js +1 -1
  31. package/node_modules/aws-sdk/package.json +1 -1
  32. 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
  }
@@ -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
  /**