@pulumi/aws-native 1.70.0-alpha.1782284201 → 1.70.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.
Files changed (164) hide show
  1. package/amazonmq/broker.d.ts +8 -0
  2. package/amazonmq/broker.js +2 -0
  3. package/amazonmq/broker.js.map +1 -1
  4. package/amazonmq/getBroker.d.ts +4 -0
  5. package/amazonmq/getBroker.js.map +1 -1
  6. package/bedrock/knowledgeBase.js +1 -1
  7. package/bedrock/knowledgeBase.js.map +1 -1
  8. package/bedrockagentcore/configurationBundle.d.ts +8 -0
  9. package/bedrockagentcore/configurationBundle.js +2 -0
  10. package/bedrockagentcore/configurationBundle.js.map +1 -1
  11. package/bedrockagentcore/gatewayTarget.d.ts +1 -1
  12. package/bedrockagentcore/getConfigurationBundle.d.ts +4 -0
  13. package/bedrockagentcore/getConfigurationBundle.js.map +1 -1
  14. package/bedrockagentcore/getHarness.d.ts +6 -2
  15. package/bedrockagentcore/getHarness.js +2 -2
  16. package/bedrockagentcore/getHarness.js.map +1 -1
  17. package/bedrockagentcore/getPolicy.d.ts +1 -0
  18. package/bedrockagentcore/getPolicy.js.map +1 -1
  19. package/bedrockagentcore/harness.d.ts +5 -1
  20. package/bedrockagentcore/harness.js +4 -2
  21. package/bedrockagentcore/harness.js.map +1 -1
  22. package/bedrockagentcore/policy.d.ts +2 -0
  23. package/bedrockagentcore/policy.js +2 -0
  24. package/bedrockagentcore/policy.js.map +1 -1
  25. package/codepipeline/getWebhook.d.ts +4 -0
  26. package/codepipeline/getWebhook.js.map +1 -1
  27. package/codepipeline/webhook.d.ts +8 -0
  28. package/codepipeline/webhook.js +2 -0
  29. package/codepipeline/webhook.js.map +1 -1
  30. package/cognito/getUserPoolDomain.d.ts +1 -0
  31. package/cognito/getUserPoolDomain.js.map +1 -1
  32. package/cognito/userPoolDomain.d.ts +2 -0
  33. package/cognito/userPoolDomain.js +2 -0
  34. package/cognito/userPoolDomain.js.map +1 -1
  35. package/ec2/getRoute.d.ts +3 -0
  36. package/ec2/getRoute.js.map +1 -1
  37. package/ec2/route.d.ts +6 -0
  38. package/ec2/route.js.map +1 -1
  39. package/ecs/daemonTaskDefinition.d.ts +16 -0
  40. package/ecs/daemonTaskDefinition.js.map +1 -1
  41. package/ecs/service.d.ts +2 -0
  42. package/ecs/service.js +2 -0
  43. package/ecs/service.js.map +1 -1
  44. package/elementalinference/dictionary.d.ts +48 -0
  45. package/elementalinference/dictionary.js +69 -0
  46. package/elementalinference/dictionary.js.map +1 -0
  47. package/elementalinference/getDictionary.d.ts +25 -0
  48. package/elementalinference/getDictionary.js +28 -0
  49. package/elementalinference/getDictionary.js.map +1 -0
  50. package/elementalinference/index.d.ts +6 -0
  51. package/elementalinference/index.js +8 -1
  52. package/elementalinference/index.js.map +1 -1
  53. package/lambda/capacityProvider.d.ts +2 -0
  54. package/lambda/capacityProvider.js +2 -0
  55. package/lambda/capacityProvider.js.map +1 -1
  56. package/lambda/getCapacityProvider.d.ts +1 -0
  57. package/lambda/getCapacityProvider.js.map +1 -1
  58. package/lambda/getMicrovmImage.d.ts +53 -0
  59. package/lambda/getMicrovmImage.js +28 -0
  60. package/lambda/getMicrovmImage.js.map +1 -0
  61. package/lambda/getNetworkConnector.d.ts +27 -0
  62. package/lambda/getNetworkConnector.js +28 -0
  63. package/lambda/getNetworkConnector.js.map +1 -0
  64. package/lambda/index.d.ts +12 -0
  65. package/lambda/index.js +15 -1
  66. package/lambda/index.js.map +1 -1
  67. package/lambda/microvmImage.d.ts +142 -0
  68. package/lambda/microvmImage.js +132 -0
  69. package/lambda/microvmImage.js.map +1 -0
  70. package/lambda/networkConnector.d.ts +52 -0
  71. package/lambda/networkConnector.js +71 -0
  72. package/lambda/networkConnector.js.map +1 -0
  73. package/logs/deliverySource.d.ts +21 -0
  74. package/logs/deliverySource.js +6 -0
  75. package/logs/deliverySource.js.map +1 -1
  76. package/logs/getDeliverySource.d.ts +15 -0
  77. package/logs/getDeliverySource.js.map +1 -1
  78. package/mediatailor/getPlaybackConfiguration.d.ts +6 -0
  79. package/mediatailor/getPlaybackConfiguration.js.map +1 -1
  80. package/mediatailor/playbackConfiguration.d.ts +12 -0
  81. package/mediatailor/playbackConfiguration.js +2 -0
  82. package/mediatailor/playbackConfiguration.js.map +1 -1
  83. package/neptune/getGlobalCluster.d.ts +36 -0
  84. package/neptune/getGlobalCluster.js +28 -0
  85. package/neptune/getGlobalCluster.js.map +1 -0
  86. package/neptune/globalCluster.d.ts +92 -0
  87. package/neptune/globalCluster.js +70 -0
  88. package/neptune/globalCluster.js.map +1 -0
  89. package/neptune/index.d.ts +6 -0
  90. package/neptune/index.js +8 -1
  91. package/neptune/index.js.map +1 -1
  92. package/package.json +3 -3
  93. package/package.json.dev +2 -2
  94. package/pcs/cluster.js +1 -1
  95. package/pcs/cluster.js.map +1 -1
  96. package/pcs/getCluster.d.ts +4 -0
  97. package/pcs/getCluster.js.map +1 -1
  98. package/quicksight/actionConnector.d.ts +2 -2
  99. package/quicksight/actionConnector.js +3 -0
  100. package/quicksight/actionConnector.js.map +1 -1
  101. package/sagemaker/cluster.d.ts +2 -0
  102. package/sagemaker/cluster.js +2 -0
  103. package/sagemaker/cluster.js.map +1 -1
  104. package/sagemaker/domain.d.ts +8 -0
  105. package/sagemaker/domain.js +2 -0
  106. package/sagemaker/domain.js.map +1 -1
  107. package/sagemaker/getCluster.d.ts +1 -0
  108. package/sagemaker/getCluster.js.map +1 -1
  109. package/sagemaker/getDomain.d.ts +4 -0
  110. package/sagemaker/getDomain.js.map +1 -1
  111. package/ssm/association.d.ts +16 -0
  112. package/ssm/association.js +4 -0
  113. package/ssm/association.js.map +1 -1
  114. package/ssm/getAssociation.d.ts +8 -0
  115. package/ssm/getAssociation.js.map +1 -1
  116. package/types/enums/bedrock/index.d.ts +23 -0
  117. package/types/enums/bedrock/index.js +18 -3
  118. package/types/enums/bedrock/index.js.map +1 -1
  119. package/types/enums/bedrockagentcore/index.d.ts +38 -0
  120. package/types/enums/bedrockagentcore/index.js +31 -2
  121. package/types/enums/bedrockagentcore/index.js.map +1 -1
  122. package/types/enums/ecs/index.d.ts +5 -0
  123. package/types/enums/ecs/index.js +5 -1
  124. package/types/enums/ecs/index.js.map +1 -1
  125. package/types/enums/elementalinference/index.d.ts +27 -0
  126. package/types/enums/elementalinference/index.js +25 -1
  127. package/types/enums/elementalinference/index.js.map +1 -1
  128. package/types/enums/gamelift/index.d.ts +40 -0
  129. package/types/enums/gamelift/index.js +40 -1
  130. package/types/enums/gamelift/index.js.map +1 -1
  131. package/types/enums/lambda/index.d.ts +66 -0
  132. package/types/enums/lambda/index.js +46 -1
  133. package/types/enums/lambda/index.js.map +1 -1
  134. package/types/enums/logs/index.d.ts +15 -0
  135. package/types/enums/logs/index.js +8 -1
  136. package/types/enums/logs/index.js.map +1 -1
  137. package/types/enums/mediapackagev2/index.d.ts +7 -0
  138. package/types/enums/mediapackagev2/index.js +7 -1
  139. package/types/enums/mediapackagev2/index.js.map +1 -1
  140. package/types/enums/neptune/index.d.ts +7 -0
  141. package/types/enums/neptune/index.js +4 -1
  142. package/types/enums/neptune/index.js.map +1 -1
  143. package/types/enums/s3/index.d.ts +8 -0
  144. package/types/enums/s3/index.js +5 -1
  145. package/types/enums/s3/index.js.map +1 -1
  146. package/types/enums/sagemaker/index.d.ts +28 -0
  147. package/types/enums/sagemaker/index.js +23 -3
  148. package/types/enums/sagemaker/index.js.map +1 -1
  149. package/types/enums/wafv2/index.d.ts +51 -0
  150. package/types/enums/wafv2/index.js +29 -2
  151. package/types/enums/wafv2/index.js.map +1 -1
  152. package/types/input.d.ts +598 -20
  153. package/types/output.d.ts +598 -20
  154. package/types/output.js.map +1 -1
  155. package/wafv2/getRuleGroup.d.ts +1 -0
  156. package/wafv2/getRuleGroup.js.map +1 -1
  157. package/wafv2/getWebAcl.d.ts +1 -0
  158. package/wafv2/getWebAcl.js.map +1 -1
  159. package/wafv2/ruleGroup.d.ts +2 -0
  160. package/wafv2/ruleGroup.js +2 -0
  161. package/wafv2/ruleGroup.js.map +1 -1
  162. package/wafv2/webAcl.d.ts +2 -0
  163. package/wafv2/webAcl.js +2 -0
  164. package/wafv2/webAcl.js.map +1 -1
package/types/output.d.ts CHANGED
@@ -11959,6 +11959,12 @@ export declare namespace bedrock {
11959
11959
  */
11960
11960
  generativeField?: outputs.bedrock.DataAutomationProjectVideoStandardGenerativeField;
11961
11961
  }
11962
+ /**
11963
+ * Configuration for audio extraction.
11964
+ */
11965
+ interface DataSourceAudioExtractionConfiguration {
11966
+ audioExtractionStatus: enums.bedrock.DataSourceEnabledOrDisabledState;
11967
+ }
11962
11968
  /**
11963
11969
  * Settings for a Bedrock Data Automation used to parse documents for a data source.
11964
11970
  */
@@ -12034,6 +12040,7 @@ export declare namespace bedrock {
12034
12040
  * > Confluence data source connector is in preview release and is subject to change.
12035
12041
  */
12036
12042
  confluenceConfiguration?: outputs.bedrock.DataSourceConfluenceDataSourceConfiguration;
12043
+ managedKnowledgeBaseConnectorConfiguration?: outputs.bedrock.DataSourceManagedKnowledgeBaseConnectorConfiguration;
12037
12044
  /**
12038
12045
  * The configuration information to connect to Amazon S3 as your data source.
12039
12046
  */
@@ -12143,6 +12150,16 @@ export declare namespace bedrock {
12143
12150
  */
12144
12151
  transformations: outputs.bedrock.DataSourceTransformation[];
12145
12152
  }
12153
+ /**
12154
+ * Configuration for deletion protection.
12155
+ */
12156
+ interface DataSourceDeletionProtectionConfiguration {
12157
+ deletionProtectionStatus: enums.bedrock.DataSourceEnabledOrDisabledState;
12158
+ /**
12159
+ * Threshold for deletion protection.
12160
+ */
12161
+ deletionProtectionThreshold?: number;
12162
+ }
12146
12163
  /**
12147
12164
  * Strategy to be used when using Bedrock Foundation Model for Context Enrichment.
12148
12165
  */
@@ -12187,6 +12204,12 @@ export declare namespace bedrock {
12187
12204
  */
12188
12205
  maxTokens: number;
12189
12206
  }
12207
+ /**
12208
+ * Configuration for image extraction.
12209
+ */
12210
+ interface DataSourceImageExtractionConfiguration {
12211
+ imageExtractionStatus: enums.bedrock.DataSourceEnabledOrDisabledState;
12212
+ }
12190
12213
  /**
12191
12214
  * A location for storing content from data sources temporarily as it is processed by custom components in the ingestion pipeline.
12192
12215
  */
@@ -12196,6 +12219,25 @@ export declare namespace bedrock {
12196
12219
  */
12197
12220
  s3Location: outputs.bedrock.DataSourceS3Location;
12198
12221
  }
12222
+ /**
12223
+ * Configuration for managed knowledge base connector data sources.
12224
+ */
12225
+ interface DataSourceManagedKnowledgeBaseConnectorConfiguration {
12226
+ /**
12227
+ * Connector-specific parameters.
12228
+ */
12229
+ connectorParameters?: any;
12230
+ deletionProtectionConfiguration?: outputs.bedrock.DataSourceDeletionProtectionConfiguration;
12231
+ mediaExtractionConfiguration?: outputs.bedrock.DataSourceMediaExtractionConfiguration;
12232
+ }
12233
+ /**
12234
+ * Configuration for media extraction settings.
12235
+ */
12236
+ interface DataSourceMediaExtractionConfiguration {
12237
+ audioExtractionConfiguration?: outputs.bedrock.DataSourceAudioExtractionConfiguration;
12238
+ imageExtractionConfiguration?: outputs.bedrock.DataSourceImageExtractionConfiguration;
12239
+ videoExtractionConfiguration?: outputs.bedrock.DataSourceVideoExtractionConfiguration;
12240
+ }
12199
12241
  /**
12200
12242
  * Settings for parsing document contents
12201
12243
  */
@@ -12454,6 +12496,12 @@ export declare namespace bedrock {
12454
12496
  */
12455
12497
  parsingConfiguration?: outputs.bedrock.DataSourceParsingConfiguration;
12456
12498
  }
12499
+ /**
12500
+ * Configuration for video extraction.
12501
+ */
12502
+ interface DataSourceVideoExtractionConfiguration {
12503
+ videoExtractionStatus: enums.bedrock.DataSourceEnabledOrDisabledState;
12504
+ }
12457
12505
  /**
12458
12506
  * Configuration for the web crawler.
12459
12507
  */
@@ -14243,6 +14291,7 @@ export declare namespace bedrock {
14243
14291
  * Settings for an Amazon Kendra knowledge base.
14244
14292
  */
14245
14293
  kendraKnowledgeBaseConfiguration?: outputs.bedrock.KnowledgeBaseKendraKnowledgeBaseConfiguration;
14294
+ managedKnowledgeBaseConfiguration?: outputs.bedrock.KnowledgeBaseManagedKnowledgeBaseConfiguration;
14246
14295
  /**
14247
14296
  * Specifies configurations for a knowledge base connected to an SQL database.
14248
14297
  */
@@ -14281,6 +14330,27 @@ export declare namespace bedrock {
14281
14330
  */
14282
14331
  kendraIndexArn: string;
14283
14332
  }
14333
+ /**
14334
+ * Contains details about the model used to create vector embeddings for a managed knowledge base.
14335
+ */
14336
+ interface KnowledgeBaseManagedKnowledgeBaseConfiguration {
14337
+ /**
14338
+ * The ARN of the model used to create vector embeddings for the knowledge base.
14339
+ */
14340
+ embeddingModelArn: string;
14341
+ embeddingModelConfiguration?: outputs.bedrock.KnowledgeBaseEmbeddingModelConfiguration;
14342
+ embeddingModelType?: enums.bedrock.KnowledgeBaseEmbeddingModelType;
14343
+ serverSideEncryptionConfiguration?: outputs.bedrock.KnowledgeBaseManagedKnowledgeBaseServerSideEncryptionConfiguration;
14344
+ }
14345
+ /**
14346
+ * Contains details about the server-side encryption for the managed knowledge base.
14347
+ */
14348
+ interface KnowledgeBaseManagedKnowledgeBaseServerSideEncryptionConfiguration {
14349
+ /**
14350
+ * The ARN of the AWS KMS key used to encrypt the managed knowledge base.
14351
+ */
14352
+ kmsKeyArn?: string;
14353
+ }
14284
14354
  /**
14285
14355
  * Contains the storage configuration of the knowledge base in MongoDb Atlas Cloud.
14286
14356
  */
@@ -15750,6 +15820,25 @@ export declare namespace bedrockagentcore {
15750
15820
  interface GatewayTargetAuthorizationDataProperties {
15751
15821
  oauth2: outputs.bedrockagentcore.GatewayTargetOAuth2AuthorizationData;
15752
15822
  }
15823
+ interface GatewayTargetConnectorConfiguration {
15824
+ description?: string;
15825
+ name: string;
15826
+ parameterOverrides?: outputs.bedrockagentcore.GatewayTargetConnectorParameterOverride[];
15827
+ parameterValues?: any;
15828
+ }
15829
+ interface GatewayTargetConnectorParameterOverride {
15830
+ description?: string;
15831
+ path: string;
15832
+ visible?: boolean;
15833
+ }
15834
+ interface GatewayTargetConnectorSource {
15835
+ connectorId: string;
15836
+ }
15837
+ interface GatewayTargetConnectorTargetConfiguration {
15838
+ configurations?: outputs.bedrockagentcore.GatewayTargetConnectorConfiguration[];
15839
+ enabled?: string[];
15840
+ source: outputs.bedrockagentcore.GatewayTargetConnectorSource;
15841
+ }
15753
15842
  interface GatewayTargetCredentialProvider0Properties {
15754
15843
  oauthCredentialProvider: outputs.bedrockagentcore.GatewayTargetOAuthCredentialProvider;
15755
15844
  }
@@ -15769,9 +15858,15 @@ export declare namespace bedrockagentcore {
15769
15858
  */
15770
15859
  credentialProviderType: enums.bedrockagentcore.GatewayTargetCredentialProviderType;
15771
15860
  }
15772
- interface GatewayTargetHttpTargetConfigurationProperties {
15861
+ interface GatewayTargetHttpApiSchemaConfiguration {
15862
+ source: outputs.bedrockagentcore.GatewayTargetApiSchemaConfiguration0Properties | outputs.bedrockagentcore.GatewayTargetApiSchemaConfiguration1Properties;
15863
+ }
15864
+ interface GatewayTargetHttpTargetConfiguration0Properties {
15773
15865
  agentcoreRuntime: outputs.bedrockagentcore.GatewayTargetRuntimeTargetConfiguration;
15774
15866
  }
15867
+ interface GatewayTargetHttpTargetConfiguration1Properties {
15868
+ passthrough: outputs.bedrockagentcore.GatewayTargetPassthroughTargetConfiguration;
15869
+ }
15775
15870
  interface GatewayTargetIamCredentialProvider {
15776
15871
  region?: string;
15777
15872
  service: string;
@@ -15813,6 +15908,9 @@ export declare namespace bedrockagentcore {
15813
15908
  interface GatewayTargetMcpTargetConfiguration4Properties {
15814
15909
  apiGateway: outputs.bedrockagentcore.GatewayTargetApiGatewayTargetConfiguration;
15815
15910
  }
15911
+ interface GatewayTargetMcpTargetConfiguration5Properties {
15912
+ connector: outputs.bedrockagentcore.GatewayTargetConnectorTargetConfiguration;
15913
+ }
15816
15914
  interface GatewayTargetMcpToolSchemaConfiguration0Properties {
15817
15915
  s3: outputs.bedrockagentcore.GatewayTargetS3Configuration;
15818
15916
  }
@@ -15840,6 +15938,12 @@ export declare namespace bedrockagentcore {
15840
15938
  providerArn: string;
15841
15939
  scopes: string[];
15842
15940
  }
15941
+ interface GatewayTargetPassthroughTargetConfiguration {
15942
+ endpoint: string;
15943
+ protocolType: enums.bedrockagentcore.GatewayTargetPassthroughProtocolType;
15944
+ schema?: outputs.bedrockagentcore.GatewayTargetHttpApiSchemaConfiguration;
15945
+ stickinessConfiguration?: outputs.bedrockagentcore.GatewayTargetStickinessConfiguration;
15946
+ }
15843
15947
  interface GatewayTargetPrivateEndpoint0Properties {
15844
15948
  selfManagedLatticeResource: outputs.bedrockagentcore.GatewayTargetSelfManagedLatticeResourceProperties;
15845
15949
  }
@@ -15849,6 +15953,7 @@ export declare namespace bedrockagentcore {
15849
15953
  interface GatewayTargetRuntimeTargetConfiguration {
15850
15954
  arn: string;
15851
15955
  qualifier?: string;
15956
+ schema?: outputs.bedrockagentcore.GatewayTargetHttpApiSchemaConfiguration;
15852
15957
  }
15853
15958
  interface GatewayTargetS3Configuration {
15854
15959
  bucketOwnerAccountId?: string;
@@ -15866,11 +15971,15 @@ export declare namespace bedrockagentcore {
15866
15971
  interface GatewayTargetSelfManagedLatticeResourceProperties {
15867
15972
  resourceConfigurationIdentifier: string;
15868
15973
  }
15974
+ interface GatewayTargetStickinessConfiguration {
15975
+ identifier: string;
15976
+ timeout?: number;
15977
+ }
15869
15978
  interface GatewayTargetTargetConfiguration0Properties {
15870
- mcp: outputs.bedrockagentcore.GatewayTargetMcpTargetConfiguration0Properties | outputs.bedrockagentcore.GatewayTargetMcpTargetConfiguration1Properties | outputs.bedrockagentcore.GatewayTargetMcpTargetConfiguration2Properties | outputs.bedrockagentcore.GatewayTargetMcpTargetConfiguration3Properties | outputs.bedrockagentcore.GatewayTargetMcpTargetConfiguration4Properties;
15979
+ mcp: outputs.bedrockagentcore.GatewayTargetMcpTargetConfiguration0Properties | outputs.bedrockagentcore.GatewayTargetMcpTargetConfiguration1Properties | outputs.bedrockagentcore.GatewayTargetMcpTargetConfiguration2Properties | outputs.bedrockagentcore.GatewayTargetMcpTargetConfiguration3Properties | outputs.bedrockagentcore.GatewayTargetMcpTargetConfiguration4Properties | outputs.bedrockagentcore.GatewayTargetMcpTargetConfiguration5Properties;
15871
15980
  }
15872
15981
  interface GatewayTargetTargetConfiguration1Properties {
15873
- http: outputs.bedrockagentcore.GatewayTargetHttpTargetConfigurationProperties;
15982
+ http: outputs.bedrockagentcore.GatewayTargetHttpTargetConfiguration0Properties | outputs.bedrockagentcore.GatewayTargetHttpTargetConfiguration1Properties;
15874
15983
  }
15875
15984
  interface GatewayTargetToolDefinition {
15876
15985
  description: string;
@@ -15906,9 +16015,15 @@ export declare namespace bedrockagentcore {
15906
16015
  };
15907
16016
  }
15908
16017
  interface HarnessAgentCoreMemoryRetrievalConfig {
15909
- relevanceScore?: number;
16018
+ /**
16019
+ * Minimum relevance score for retrieved memories. Typed as both number and string because CloudFormation marshals scalars nested in dynamic-key (patternProperties) maps as strings, while direct API/CDK callers send a JSON number; both forms must validate.
16020
+ */
16021
+ relevanceScore?: number | string;
15910
16022
  strategyId?: string;
15911
- topK?: number;
16023
+ /**
16024
+ * Maximum number of memory records to retrieve. Typed as both integer and string because CloudFormation marshals scalars nested in dynamic-key (patternProperties) maps as strings, while direct API/CDK callers send a JSON integer; both forms must validate.
16025
+ */
16026
+ topK?: number | string;
15912
16027
  }
15913
16028
  interface HarnessAgentCoreRuntimeEnvironment {
15914
16029
  /**
@@ -15935,6 +16050,13 @@ export declare namespace bedrockagentcore {
15935
16050
  claimMatchValue: outputs.bedrockagentcore.HarnessClaimMatchValueType;
15936
16051
  }
15937
16052
  interface HarnessBedrockModelConfig {
16053
+ /**
16054
+ * Provider-specific parameters passed through to the model provider unchanged.
16055
+ */
16056
+ additionalParams?: {
16057
+ [key: string]: any;
16058
+ };
16059
+ apiFormat?: enums.bedrockagentcore.HarnessBedrockModelConfigApiFormat;
15938
16060
  maxTokens?: number;
15939
16061
  modelId: string;
15940
16062
  temperature?: number;
@@ -15961,6 +16083,20 @@ export declare namespace bedrockagentcore {
15961
16083
  allowedScopes?: string[];
15962
16084
  customClaims?: outputs.bedrockagentcore.HarnessCustomClaimValidationType[];
15963
16085
  discoveryUrl: string;
16086
+ privateEndpoint?: outputs.bedrockagentcore.HarnessPrivateEndpoint;
16087
+ privateEndpointOverrides?: outputs.bedrockagentcore.HarnessPrivateEndpointOverride[];
16088
+ }
16089
+ /**
16090
+ * Explicitly opt out of memory.
16091
+ */
16092
+ interface HarnessDisabledMemoryConfiguration {
16093
+ }
16094
+ /**
16095
+ * Configuration for an Amazon EFS access point to mount into the AgentCore Runtime.
16096
+ */
16097
+ interface HarnessEfsAccessPointConfiguration {
16098
+ accessPointArn: string;
16099
+ mountPath: string;
15964
16100
  }
15965
16101
  interface HarnessEnvironmentArtifact {
15966
16102
  containerConfiguration?: outputs.bedrockagentcore.HarnessContainerConfiguration;
@@ -15969,7 +16105,9 @@ export declare namespace bedrockagentcore {
15969
16105
  agentCoreRuntimeEnvironment?: outputs.bedrockagentcore.HarnessAgentCoreRuntimeEnvironment;
15970
16106
  }
15971
16107
  interface HarnessFilesystemConfiguration {
15972
- sessionStorage: outputs.bedrockagentcore.HarnessSessionStorageConfiguration;
16108
+ efsAccessPoint?: outputs.bedrockagentcore.HarnessEfsAccessPointConfiguration;
16109
+ s3FilesAccessPoint?: outputs.bedrockagentcore.HarnessS3FilesAccessPointConfiguration;
16110
+ sessionStorage?: outputs.bedrockagentcore.HarnessSessionStorageConfiguration;
15973
16111
  }
15974
16112
  interface HarnessGatewayOutboundAuth {
15975
16113
  awsIam?: any;
@@ -15995,12 +16133,63 @@ export declare namespace bedrockagentcore {
15995
16133
  idleRuntimeSessionTimeout?: number;
15996
16134
  maxLifetime?: number;
15997
16135
  }
16136
+ interface HarnessLiteLlmModelConfig {
16137
+ /**
16138
+ * Provider-specific parameters passed through to LiteLLM unchanged.
16139
+ */
16140
+ additionalParams?: {
16141
+ [key: string]: any;
16142
+ };
16143
+ apiBase?: string;
16144
+ apiKeyArn?: string;
16145
+ maxTokens?: number;
16146
+ modelId: string;
16147
+ temperature?: number;
16148
+ topP?: number;
16149
+ }
16150
+ /**
16151
+ * Configuration for managed memory. The harness creates and manages a memory resource in the customer's account.
16152
+ */
16153
+ interface HarnessManagedMemoryConfiguration {
16154
+ /**
16155
+ * The ARN of the managed memory resource. Read-only, populated by the service.
16156
+ */
16157
+ arn?: string;
16158
+ /**
16159
+ * Customer-managed KMS key ARN. Defaults to AWS-owned key. Not updatable after creation.
16160
+ */
16161
+ encryptionKeyArn?: string;
16162
+ /**
16163
+ * Event retention in days. Defaults to 30.
16164
+ */
16165
+ eventExpiryDuration?: number;
16166
+ /**
16167
+ * Strategy types to enable. Defaults to [SEMANTIC, SUMMARIZATION].
16168
+ */
16169
+ strategies?: enums.bedrockagentcore.HarnessManagedMemoryConfigurationStrategiesItem[];
16170
+ }
16171
+ /**
16172
+ * Configuration for a service-managed VPC endpoint.
16173
+ */
16174
+ interface HarnessManagedVpcResource {
16175
+ endpointIpAddressType: enums.bedrockagentcore.HarnessManagedVpcResourceEndpointIpAddressType;
16176
+ routingDomain?: string;
16177
+ securityGroupIds?: string[];
16178
+ subnetIds: string[];
16179
+ tags?: {
16180
+ [key: string]: string;
16181
+ };
16182
+ vpcIdentifier: string;
16183
+ }
15998
16184
  interface HarnessMemoryConfiguration {
15999
16185
  agentCoreMemoryConfiguration?: outputs.bedrockagentcore.HarnessAgentCoreMemoryConfiguration;
16186
+ disabled?: outputs.bedrockagentcore.HarnessDisabledMemoryConfiguration;
16187
+ managedMemoryConfiguration?: outputs.bedrockagentcore.HarnessManagedMemoryConfiguration;
16000
16188
  }
16001
16189
  interface HarnessModelConfiguration {
16002
16190
  bedrockModelConfig?: outputs.bedrockagentcore.HarnessBedrockModelConfig;
16003
16191
  geminiModelConfig?: outputs.bedrockagentcore.HarnessGeminiModelConfig;
16192
+ liteLlmModelConfig?: outputs.bedrockagentcore.HarnessLiteLlmModelConfig;
16004
16193
  openAiModelConfig?: outputs.bedrockagentcore.HarnessOpenAiModelConfig;
16005
16194
  }
16006
16195
  interface HarnessNetworkConfiguration {
@@ -16017,26 +16206,108 @@ export declare namespace bedrockagentcore {
16017
16206
  scopes: string[];
16018
16207
  }
16019
16208
  interface HarnessOpenAiModelConfig {
16209
+ /**
16210
+ * Provider-specific parameters passed through to the model provider unchanged.
16211
+ */
16212
+ additionalParams?: {
16213
+ [key: string]: any;
16214
+ };
16215
+ apiFormat?: enums.bedrockagentcore.HarnessOpenAiModelConfigApiFormat;
16020
16216
  apiKeyArn: string;
16021
16217
  maxTokens?: number;
16022
16218
  modelId: string;
16023
16219
  temperature?: number;
16024
16220
  topP?: number;
16025
16221
  }
16222
+ /**
16223
+ * Private endpoint configuration for connecting to the OpenID Connect discovery endpoint over a private network.
16224
+ */
16225
+ interface HarnessPrivateEndpoint {
16226
+ managedVpcResource?: outputs.bedrockagentcore.HarnessManagedVpcResource;
16227
+ selfManagedLatticeResource?: outputs.bedrockagentcore.HarnessSelfManagedLatticeResource;
16228
+ }
16229
+ /**
16230
+ * Maps a domain to a private endpoint for resolving that domain over a private network.
16231
+ */
16232
+ interface HarnessPrivateEndpointOverride {
16233
+ domain: string;
16234
+ privateEndpoint: outputs.bedrockagentcore.HarnessPrivateEndpoint;
16235
+ }
16026
16236
  interface HarnessRemoteMcpConfig {
16027
16237
  headers?: {
16028
16238
  [key: string]: string;
16029
16239
  };
16030
16240
  url: string;
16031
16241
  }
16242
+ /**
16243
+ * Configuration for an Amazon S3 Files access point to mount into the AgentCore Runtime.
16244
+ */
16245
+ interface HarnessS3FilesAccessPointConfiguration {
16246
+ accessPointArn: string;
16247
+ mountPath: string;
16248
+ }
16249
+ /**
16250
+ * Configuration for connecting to a private resource using a self-managed VPC Lattice resource configuration.
16251
+ */
16252
+ interface HarnessSelfManagedLatticeResource {
16253
+ resourceConfigurationIdentifier: string;
16254
+ }
16032
16255
  interface HarnessSessionStorageConfiguration {
16033
16256
  mountPath: string;
16034
16257
  }
16035
16258
  interface HarnessSkill {
16259
+ awsSkills?: outputs.bedrockagentcore.HarnessSkillAwsSkillsSource;
16260
+ git?: outputs.bedrockagentcore.HarnessSkillGitSource;
16036
16261
  /**
16037
16262
  * The filesystem path to the skill definition.
16038
16263
  */
16039
- path: string;
16264
+ path?: string;
16265
+ s3?: outputs.bedrockagentcore.HarnessSkillS3Source;
16266
+ }
16267
+ /**
16268
+ * AWS Skills baked into the Harness's underlying Runtime.
16269
+ */
16270
+ interface HarnessSkillAwsSkillsSource {
16271
+ /**
16272
+ * Optionally filter allowed skills with glob syntax, e.g., ['core-skills/*'].
16273
+ */
16274
+ paths?: string[];
16275
+ }
16276
+ /**
16277
+ * Authentication configuration for accessing a private git repository.
16278
+ */
16279
+ interface HarnessSkillGitAuth {
16280
+ /**
16281
+ * The ARN of the credential in AgentCore Identity containing the password or personal access token.
16282
+ */
16283
+ credentialArn: string;
16284
+ /**
16285
+ * Username for authentication. Defaults to 'oauth2' if not specified.
16286
+ */
16287
+ username?: string;
16288
+ }
16289
+ /**
16290
+ * A git repository containing the skill, cloned over HTTPS.
16291
+ */
16292
+ interface HarnessSkillGitSource {
16293
+ auth?: outputs.bedrockagentcore.HarnessSkillGitAuth;
16294
+ /**
16295
+ * Subdirectory within the repository containing the skill.
16296
+ */
16297
+ path?: string;
16298
+ /**
16299
+ * The HTTPS URL of the git repository.
16300
+ */
16301
+ url: string;
16302
+ }
16303
+ /**
16304
+ * An S3 source containing the skill.
16305
+ */
16306
+ interface HarnessSkillS3Source {
16307
+ /**
16308
+ * The S3 URI pointing to the skill directory (e.g., s3://bucket/skills/my-skill/).
16309
+ */
16310
+ uri: string;
16040
16311
  }
16041
16312
  interface HarnessSlidingWindowConfiguration {
16042
16313
  messagesCount?: number;
@@ -16877,7 +17148,17 @@ export declare namespace bedrockagentcore {
16877
17148
  * The definition structure for policies. Encapsulates different policy formats.
16878
17149
  */
16879
17150
  interface PolicyDefinition {
16880
- cedar: outputs.bedrockagentcore.PolicyCedarPolicy;
17151
+ cedar?: outputs.bedrockagentcore.PolicyCedarPolicy;
17152
+ policy?: outputs.bedrockagentcore.PolicyStatement;
17153
+ }
17154
+ /**
17155
+ * A policy statement within the AgentCore Policy system.
17156
+ */
17157
+ interface PolicyStatement {
17158
+ /**
17159
+ * The policy statement.
17160
+ */
17161
+ statement: string;
16881
17162
  }
16882
17163
  interface RuntimeAgentRuntimeArtifact {
16883
17164
  codeConfiguration?: outputs.bedrockagentcore.RuntimeCodeConfiguration;
@@ -22515,6 +22796,13 @@ export declare namespace cognito {
22515
22796
  */
22516
22797
  certificateArn?: string;
22517
22798
  }
22799
+ interface UserPoolDomainFailoverType {
22800
+ primaryRoute53HealthCheckId: string;
22801
+ secondaryRegion: string;
22802
+ }
22803
+ interface UserPoolDomainRoutingType {
22804
+ failover?: outputs.cognito.UserPoolDomainFailoverType;
22805
+ }
22518
22806
  interface UserPoolEmailConfiguration {
22519
22807
  /**
22520
22808
  * The set of configuration rules that can be applied to emails sent using Amazon Simple Email Service. A configuration set is applied to an email by including a reference to the configuration set in the headers of the email. Once applied, all of the rules in that configuration set are applied to the email. Configuration sets can be used to apply the following types of rules to emails:
@@ -32119,7 +32407,7 @@ export declare namespace ec2 {
32119
32407
  */
32120
32408
  interface LaunchTemplateConnectionTrackingSpecification {
32121
32409
  /**
32122
- * Timeout (in seconds) for idle TCP connections in an established state. Min: 60 seconds. Max: 432000 seconds (5 days). Default: 432000 seconds. Recommended: Less than 432000 seconds.
32410
+ * Timeout (in seconds) for idle TCP connections in an established state. Min: 60 seconds. Max: 432000 seconds (5 days). Default: 350 seconds for Nitro v6 instance types (excluding P6e-GB200); 432000 seconds for all other instance types (including P6e-GB200). Recommended: Less than 432000 seconds.
32123
32411
  */
32124
32412
  tcpEstablishedTimeout?: number;
32125
32413
  /**
@@ -37732,6 +38020,13 @@ export declare namespace ecs {
37732
38020
  */
37733
38021
  volumeType?: string;
37734
38022
  }
38023
+ interface ServiceMetricConfiguration {
38024
+ metricNames: enums.ecs.ServiceMetricConfigurationMetricNamesItem[];
38025
+ resolutionSeconds: number;
38026
+ }
38027
+ interface ServiceMonitoringConfiguration {
38028
+ metricConfigurations: outputs.ecs.ServiceMetricConfiguration[];
38029
+ }
37735
38030
  /**
37736
38031
  * The network configuration for a task or service.
37737
38032
  */
@@ -38091,7 +38386,7 @@ export declare namespace ecs {
38091
38386
  */
38092
38387
  repositoryCredentials?: outputs.ecs.TaskDefinitionRepositoryCredentials;
38093
38388
  /**
38094
- * The type and amount of a resource to assign to a container. The only supported resource is a GPU.
38389
+ * The type and amount of a resource to assign to a container. The supported resources are GPUs and Neuron devices.
38095
38390
  */
38096
38391
  resourceRequirements?: outputs.ecs.TaskDefinitionResourceRequirement[];
38097
38392
  /**
@@ -38475,7 +38770,6 @@ export declare namespace ecs {
38475
38770
  swappiness?: number;
38476
38771
  /**
38477
38772
  * The container path, mount options, and size (in MiB) of the tmpfs mount. This parameter maps to the ``--tmpfs`` option to docker run.
38478
- * If you're using tasks that use the Fargate launch type, the ``tmpfs`` parameter isn't supported.
38479
38773
  */
38480
38774
  tmpfs?: outputs.ecs.TaskDefinitionTmpfs[];
38481
38775
  }
@@ -38644,7 +38938,7 @@ export declare namespace ecs {
38644
38938
  credentialsParameter?: string;
38645
38939
  }
38646
38940
  /**
38647
- * The type and amount of a resource to assign to a container. The supported resource types are GPUs and Elastic Inference accelerators. For more information, see [Working with GPUs on Amazon ECS](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-gpu.html) or [Working with Amazon Elastic Inference on Amazon ECS](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-inference.html) in the *Amazon Elastic Container Service Developer Guide*
38941
+ * The type and amount of a resource to assign to a container. The supported resource types are GPUs, Neuron devices, and Elastic Inference accelerators. For more information, see [Working with GPUs on Amazon ECS](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-gpu.html) or [Working with Amazon Elastic Inference on Amazon ECS](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-inference.html) in the *Amazon Elastic Container Service Developer Guide*
38648
38942
  */
38649
38943
  interface TaskDefinitionResourceRequirement {
38650
38944
  /**
@@ -38653,7 +38947,8 @@ export declare namespace ecs {
38653
38947
  type: string;
38654
38948
  /**
38655
38949
  * The value for the specified resource type.
38656
- * When the type is ``GPU``, the value is the number of physical ``GPUs`` the Amazon ECS container agent reserves for the container. The number of GPUs that's reserved for all containers in a task can't exceed the number of available GPUs on the container instance that the task is launched on.
38950
+ * When the type is ``GPU``, the value is the number of physical ``GPUs`` the Amazon ECS container agent reserves for the container. The number of GPUs that's reserved for all containers in a task can't exceed the number of available GPUs on the container instance that the task is launched on. You can also specify ``ALL`` to allocate all available GPUs on the instance to the container.
38951
+ * When the type is ``NeuronDevice``, the value must be ``ALL``. This allocates all available Neuron devices on the instance to the container. Only one container in a task can specify ``NeuronDevice`` resources. This resource type is only supported on Managed Instances.
38657
38952
  * When the type is ``InferenceAccelerator``, the ``value`` matches the ``deviceName`` for an [InferenceAccelerator](https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_InferenceAccelerator.html) specified in a task definition.
38658
38953
  */
38659
38954
  value: string;
@@ -38690,10 +38985,27 @@ export declare namespace ecs {
38690
38985
  */
38691
38986
  operatingSystemFamily?: string;
38692
38987
  }
38988
+ /**
38989
+ * This parameter is specified when you're using an Amazon S3 Files file system for task storage. For more information, see [Amazon S3 Files volumes](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/s3files-volumes.html) in the *Amazon Elastic Container Service Developer Guide*.
38990
+ * Your task definition must include a Task IAM Role. See [IAM role for attaching your file system to compute resources](https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-files-prereq-policies.html#s3-files-prereq-iam-compute-role) for required permissions.
38991
+ */
38693
38992
  interface TaskDefinitionS3FilesVolumeConfiguration {
38993
+ /**
38994
+ * The full ARN of the S3 Files access point to use. If an access point is specified, the root directory value specified in the ``S3FilesVolumeConfiguration`` must either be omitted or set to ``/`` which will enforce the path set on the S3 Files access point. For more information, see [Creating S3 Files access points](https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-files-access-points-creating.html).
38995
+ */
38694
38996
  accessPointArn?: string;
38997
+ /**
38998
+ * The full ARN of the S3 Files file system to mount.
38999
+ */
38695
39000
  fileSystemArn: string;
39001
+ /**
39002
+ * The directory within the Amazon S3 Files file system to mount as the root directory. If this parameter is omitted, the root of the Amazon S3 Files file system will be used. Specifying ``/`` will have the same effect as omitting this parameter.
39003
+ * If a S3 Files access point is specified in the ``accessPointArn``, the root directory parameter must either be omitted or set to ``/`` which will enforce the path set on the S3 Files access point.
39004
+ */
38696
39005
  rootDirectory?: string;
39006
+ /**
39007
+ * The port to use for sending encrypted data between the ECS host and the S3 Files file system. If you do not specify a transit encryption port, it will use the port selection strategy that the Amazon S3 Files mount helper uses. For more information, see [S3 Files mount helper](https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-files-mounting.html).
39008
+ */
38697
39009
  transitEncryptionPort?: number;
38698
39010
  }
38699
39011
  /**
@@ -38779,7 +39091,7 @@ export declare namespace ecs {
38779
39091
  softLimit: number;
38780
39092
  }
38781
39093
  /**
38782
- * The data volume configuration for tasks launched using this task definition. Specifying a volume configuration in a task definition is optional. The volume configuration may contain multiple volumes but only one volume configured at launch is supported. Each volume defined in the volume configuration may only specify a ``name`` and one of either ``configuredAtLaunch``, ``dockerVolumeConfiguration``, ``efsVolumeConfiguration``, ``fsxWindowsFileServerVolumeConfiguration``, or ``host``. If an empty volume configuration is specified, by default Amazon ECS uses a host volume. For more information, see [Using data volumes in tasks](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/using_data_volumes.html).
39094
+ * The data volume configuration for tasks launched using this task definition. Specifying a volume configuration in a task definition is optional. The volume configuration may contain multiple volumes but only one volume configured at launch is supported. Each volume defined in the volume configuration may only specify a ``name`` and one of either ``configuredAtLaunch``, ``dockerVolumeConfiguration``, ``efsVolumeConfiguration``, ``s3filesVolumeConfiguration``, ``fsxWindowsFileServerVolumeConfiguration``, or ``host``. If an empty volume configuration is specified, by default Amazon ECS uses a host volume. For more information, see [Using data volumes in tasks](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/using_data_volumes.html).
38783
39095
  */
38784
39096
  interface TaskDefinitionVolume {
38785
39097
  /**
@@ -38811,8 +39123,12 @@ export declare namespace ecs {
38811
39123
  * When using a volume configured at launch, the ``name`` is required and must also be specified as the volume name in the ``ServiceVolumeConfiguration`` or ``TaskVolumeConfiguration`` parameter when creating your service or standalone task.
38812
39124
  * For all other types of volumes, this name is referenced in the ``sourceVolume`` parameter of the ``mountPoints`` object in the container definition.
38813
39125
  * When a volume is using the ``efsVolumeConfiguration``, the name is required.
39126
+ * When a volume is using the ``s3filesVolumeConfiguration``, the name is required.
38814
39127
  */
38815
39128
  name?: string;
39129
+ /**
39130
+ * This parameter is specified when you use an Amazon S3 Files file system for task storage.
39131
+ */
38816
39132
  s3FilesVolumeConfiguration?: outputs.ecs.TaskDefinitionS3FilesVolumeConfiguration;
38817
39133
  }
38818
39134
  /**
@@ -39401,6 +39717,10 @@ export declare namespace eks {
39401
39717
  * An object representing the VPC configuration to use for an Amazon EKS cluster.
39402
39718
  */
39403
39719
  interface ClusterResourcesVpcConfig {
39720
+ /**
39721
+ * Specify the egress mode for the cluster control plane. If you set this to CUSTOMER_ROUTED, the control plane routes traffic through your VPC subnets instead of using AWS managed networking.
39722
+ */
39723
+ controlPlaneEgressMode?: string;
39404
39724
  /**
39405
39725
  * Set this value to true to enable private access for your cluster's Kubernetes API server endpoint. If you enable private access, Kubernetes API requests from within your cluster's VPC use the private VPC endpoint. The default value for this parameter is false, which disables private access for your Kubernetes API server. If you disable private access and you have nodes or AWS Fargate pods in the cluster, then ensure that publicAccessCidrs includes the necessary CIDR blocks for communication with the nodes or Fargate pods.
39406
39726
  */
@@ -41165,6 +41485,10 @@ export declare namespace elasticloadbalancingv2 {
41165
41485
  }
41166
41486
  }
41167
41487
  export declare namespace elementalinference {
41488
+ interface FeedAspectRatio {
41489
+ height: number;
41490
+ width: number;
41491
+ }
41168
41492
  interface FeedClippingConfig {
41169
41493
  callbackMetadata?: string;
41170
41494
  }
@@ -41173,7 +41497,7 @@ export declare namespace elementalinference {
41173
41497
  interface FeedGetOutput {
41174
41498
  description?: string;
41175
41499
  name: string;
41176
- outputConfig: outputs.elementalinference.FeedOutputConfig0Properties | outputs.elementalinference.FeedOutputConfig1Properties;
41500
+ outputConfig: outputs.elementalinference.FeedOutputConfig0Properties | outputs.elementalinference.FeedOutputConfig1Properties | outputs.elementalinference.FeedOutputConfig2Properties;
41177
41501
  status: enums.elementalinference.FeedOutputStatus;
41178
41502
  }
41179
41503
  interface FeedOutputConfig0Properties {
@@ -41182,6 +41506,15 @@ export declare namespace elementalinference {
41182
41506
  interface FeedOutputConfig1Properties {
41183
41507
  clipping: outputs.elementalinference.FeedClippingConfig;
41184
41508
  }
41509
+ interface FeedOutputConfig2Properties {
41510
+ subtitling: outputs.elementalinference.FeedSubtitlingConfig;
41511
+ }
41512
+ interface FeedSubtitlingConfig {
41513
+ aspectRatio?: outputs.elementalinference.FeedAspectRatio;
41514
+ dictionary?: string;
41515
+ language: enums.elementalinference.FeedTranscriptionLanguage;
41516
+ profanityFilter?: enums.elementalinference.FeedProfanityFilterMode;
41517
+ }
41185
41518
  }
41186
41519
  export declare namespace emr {
41187
41520
  interface StepHadoopJarStepConfig {
@@ -44456,6 +44789,10 @@ export declare namespace gamelift {
44456
44789
  * Specifies the image URI of this container.
44457
44790
  */
44458
44791
  imageUri: string;
44792
+ /**
44793
+ * Linux-specific modifications applied to the default Docker container configuration, such as Linux capabilities.
44794
+ */
44795
+ linuxCapabilities?: outputs.gamelift.ContainerGroupDefinitionLinuxCapabilities;
44459
44796
  /**
44460
44797
  * A list of mount point configurations to be used in a container.
44461
44798
  */
@@ -44473,6 +44810,15 @@ export declare namespace gamelift {
44473
44810
  */
44474
44811
  serverSdkVersion: string;
44475
44812
  }
44813
+ /**
44814
+ * A set of Linux capabilities that are added to a container's default Docker configuration. For more detailed information, see the capabilities(7) Linux manual page.
44815
+ */
44816
+ interface ContainerGroupDefinitionLinuxCapabilities {
44817
+ /**
44818
+ * The list of Linux capabilities to add to the container's default configuration.
44819
+ */
44820
+ include?: enums.gamelift.ContainerGroupDefinitionLinuxCapabilitiesIncludeItem[];
44821
+ }
44476
44822
  /**
44477
44823
  * Defines the ports on a container.
44478
44824
  */
@@ -44510,6 +44856,10 @@ export declare namespace gamelift {
44510
44856
  * Specifies the image URI of this container.
44511
44857
  */
44512
44858
  imageUri: string;
44859
+ /**
44860
+ * Linux-specific modifications applied to the default Docker container configuration, such as Linux capabilities.
44861
+ */
44862
+ linuxCapabilities?: outputs.gamelift.ContainerGroupDefinitionLinuxCapabilities;
44513
44863
  /**
44514
44864
  * The total memory limit of container groups following this definition in MiB
44515
44865
  */
@@ -56616,6 +56966,16 @@ export declare namespace lambda {
56616
56966
  */
56617
56967
  excludedInstanceTypes?: string[];
56618
56968
  }
56969
+ interface CapacityProviderLoggingConfig {
56970
+ /**
56971
+ * The log group name.
56972
+ */
56973
+ logGroup?: string;
56974
+ /**
56975
+ * System log granularity level
56976
+ */
56977
+ systemLogLevel?: enums.lambda.CapacityProviderLoggingConfigSystemLogLevel;
56978
+ }
56619
56979
  /**
56620
56980
  * Configuration that specifies the permissions required for the capacity provider to manage compute resources.
56621
56981
  */
@@ -56626,9 +56986,6 @@ export declare namespace lambda {
56626
56986
  capacityProviderOperatorRoleArn: string;
56627
56987
  }
56628
56988
  interface CapacityProviderPropagateTagsConfig {
56629
- /**
56630
- * A list of tags to explicitly propagate to managed resources.
56631
- */
56632
56989
  explicitTags?: outputs.lambda.CapacityProviderTag[];
56633
56990
  mode?: enums.lambda.CapacityProviderPropagateTagsMode;
56634
56991
  }
@@ -56675,6 +57032,12 @@ export declare namespace lambda {
56675
57032
  */
56676
57033
  targetValue: number;
56677
57034
  }
57035
+ interface CapacityProviderTelemetryConfig {
57036
+ /**
57037
+ * The logging configuration for the capacity provider.
57038
+ */
57039
+ loggingConfig?: outputs.lambda.CapacityProviderLoggingConfig;
57040
+ }
56678
57041
  /**
56679
57042
  * VPC configuration that specifies the network settings for compute instances managed by the capacity provider.
56680
57043
  */
@@ -57202,6 +57565,11 @@ export declare namespace lambda {
57202
57565
  */
57203
57566
  subnetIds?: string[];
57204
57567
  }
57568
+ interface Hooks {
57569
+ microvmHooks?: outputs.lambda.MicrovmImageMicrovmHooks;
57570
+ microvmImageHooks?: outputs.lambda.MicrovmImageHooks;
57571
+ port?: number;
57572
+ }
57205
57573
  interface LayerVersionContent {
57206
57574
  /**
57207
57575
  * The Amazon S3 bucket of the layer archive.
@@ -57211,11 +57579,79 @@ export declare namespace lambda {
57211
57579
  * The Amazon S3 key of the layer archive.
57212
57580
  */
57213
57581
  s3Key: string;
57582
+ /**
57583
+ * Specifies whether Lambda should copy the deployment package to its internal storage (COPY) or reference it directly from your S3 bucket (REFERENCE).
57584
+ */
57585
+ s3ObjectStorageMode?: enums.lambda.LayerVersionContentS3ObjectStorageMode;
57214
57586
  /**
57215
57587
  * For versioned objects, the version of the layer archive object to use.
57216
57588
  */
57217
57589
  s3ObjectVersion?: string;
57218
57590
  }
57591
+ interface MicrovmImageCloudWatchLogging {
57592
+ logGroup?: string;
57593
+ logStream?: string;
57594
+ }
57595
+ interface MicrovmImageCodeArtifact {
57596
+ uri: string;
57597
+ }
57598
+ interface MicrovmImageCpuConfiguration {
57599
+ architecture: enums.lambda.MicrovmImageCpuConfigurationArchitecture;
57600
+ }
57601
+ interface MicrovmImageEnvironmentVariable {
57602
+ key: string;
57603
+ value: string;
57604
+ }
57605
+ interface MicrovmImageHooks {
57606
+ ready?: enums.lambda.MicrovmImageHookState;
57607
+ readyTimeoutInSeconds?: number;
57608
+ validate?: enums.lambda.MicrovmImageHookState;
57609
+ validateTimeoutInSeconds?: number;
57610
+ }
57611
+ interface MicrovmImageLogging {
57612
+ cloudWatch?: outputs.lambda.MicrovmImageCloudWatchLogging;
57613
+ disabled?: boolean;
57614
+ }
57615
+ interface MicrovmImageMicrovmHooks {
57616
+ resume?: enums.lambda.MicrovmImageHookState;
57617
+ resumeTimeoutInSeconds?: number;
57618
+ run?: enums.lambda.MicrovmImageHookState;
57619
+ runTimeoutInSeconds?: number;
57620
+ suspend?: enums.lambda.MicrovmImageHookState;
57621
+ suspendTimeoutInSeconds?: number;
57622
+ terminate?: enums.lambda.MicrovmImageHookState;
57623
+ terminateTimeoutInSeconds?: number;
57624
+ }
57625
+ interface MicrovmImageResources {
57626
+ minimumMemoryInMiB: number;
57627
+ }
57628
+ /**
57629
+ * The network configuration for the connector. Specify a VpcEgressConfiguration to enable outbound traffic routing through your VPC.
57630
+ */
57631
+ interface NetworkConnectorConfig {
57632
+ vpcEgressConfiguration: outputs.lambda.NetworkConnectorVpcEgressConfiguration;
57633
+ }
57634
+ /**
57635
+ * The VPC egress configuration for the network connector. Specifies the subnets, security groups, and network protocol for routing outbound traffic through your VPC.
57636
+ */
57637
+ interface NetworkConnectorVpcEgressConfiguration {
57638
+ /**
57639
+ * The types of Lambda compute resources that can use this connector. Currently, only MicroVm is supported.
57640
+ */
57641
+ associatedComputeResourceTypes: enums.lambda.NetworkConnectorVpcEgressConfigurationAssociatedComputeResourceTypesItem[];
57642
+ /**
57643
+ * The network protocol for the connector. Specify IPv4 for IPv4-only networking, or DualStack for both IPv4 and IPv6.
57644
+ */
57645
+ networkProtocol?: enums.lambda.NetworkConnectorVpcEgressConfigurationNetworkProtocol;
57646
+ /**
57647
+ * The IDs of the VPC security groups to attach to the ENIs. Specify 0 to 5 security groups. All security groups must be in the same VPC as the subnets.
57648
+ */
57649
+ securityGroupIds?: string[];
57650
+ /**
57651
+ * The IDs of the VPC subnets where Lambda provisions elastic network interfaces (ENIs). Specify 1 to 16 subnets. All subnets must be in the same VPC.
57652
+ */
57653
+ subnetIds: string[];
57654
+ }
57219
57655
  interface UrlCors {
57220
57656
  /**
57221
57657
  * Specifies whether credentials are included in the CORS request.
@@ -62410,6 +62846,7 @@ export declare namespace mediapackagev2 {
62410
62846
  * <p>Retrieve the DASH manifest configuration.</p>
62411
62847
  */
62412
62848
  interface OriginEndpointDashManifestConfiguration {
62849
+ audioTimelinePattern?: enums.mediapackagev2.OriginEndpointDashAudioTimelinePattern;
62413
62850
  availabilityStartTimeConfiguration?: outputs.mediapackagev2.OriginEndpointDashAvailabilityStartTimeConfigurationProperties;
62414
62851
  /**
62415
62852
  * <p>The base URL to use for retrieving segments.</p>
@@ -63720,10 +64157,14 @@ export declare namespace msk {
63720
64157
  * Details of the client authentication used by the Apache Kafka cluster.
63721
64158
  */
63722
64159
  interface ReplicatorKafkaClusterClientAuthentication {
64160
+ /**
64161
+ * Details for mTLS client authentication.
64162
+ */
64163
+ mtls?: outputs.msk.ReplicatorKafkaClusterMtlsAuthentication;
63723
64164
  /**
63724
64165
  * Details for SASL/SCRAM client authentication.
63725
64166
  */
63726
- saslScram: outputs.msk.ReplicatorKafkaClusterSaslScramAuthentication;
64167
+ saslScram?: outputs.msk.ReplicatorKafkaClusterSaslScramAuthentication;
63727
64168
  }
63728
64169
  /**
63729
64170
  * Details of an Amazon VPC which has network connectivity to the Kafka cluster.
@@ -63751,6 +64192,15 @@ export declare namespace msk {
63751
64192
  */
63752
64193
  rootCaCertificate?: string;
63753
64194
  }
64195
+ /**
64196
+ * Details for mTLS client authentication.
64197
+ */
64198
+ interface ReplicatorKafkaClusterMtlsAuthentication {
64199
+ /**
64200
+ * The Amazon Resource Name (ARN) of the Secrets Manager secret.
64201
+ */
64202
+ secretArn: string;
64203
+ }
63754
64204
  /**
63755
64205
  * Details for SASL/SCRAM client authentication.
63756
64206
  */
@@ -65244,6 +65694,7 @@ export declare namespace observabilityadmin {
65244
65694
  * Log specific configuration for centralization destination log groups.
65245
65695
  */
65246
65696
  destinationLogsConfiguration?: outputs.observabilityadmin.OrganizationCentralizationRuleDestinationLogsConfiguration;
65697
+ destinationMetricsConfiguration?: outputs.observabilityadmin.OrganizationCentralizationRuleDestinationMetricsConfiguration;
65247
65698
  /**
65248
65699
  * The primary destination region to which telemetry data should be centralized.
65249
65700
  */
@@ -65262,6 +65713,7 @@ export declare namespace observabilityadmin {
65262
65713
  * Log specific configuration for centralization source log groups.
65263
65714
  */
65264
65715
  sourceLogsConfiguration?: outputs.observabilityadmin.OrganizationCentralizationRuleSourceLogsConfiguration;
65716
+ sourceMetricsConfiguration?: outputs.observabilityadmin.OrganizationCentralizationRuleSourceMetricsConfiguration;
65265
65717
  }
65266
65718
  interface OrganizationCentralizationRuleDestinationLogsConfiguration {
65267
65719
  /**
@@ -65274,6 +65726,9 @@ export declare namespace observabilityadmin {
65274
65726
  */
65275
65727
  logsEncryptionConfiguration?: outputs.observabilityadmin.OrganizationCentralizationRuleLogsEncryptionConfiguration;
65276
65728
  }
65729
+ interface OrganizationCentralizationRuleDestinationMetricsConfiguration {
65730
+ backupConfiguration?: outputs.observabilityadmin.OrganizationCentralizationRuleMetricsBackupConfiguration;
65731
+ }
65277
65732
  interface OrganizationCentralizationRuleLogGroupNameConfiguration {
65278
65733
  logGroupNamePattern: string;
65279
65734
  }
@@ -65301,6 +65756,9 @@ export declare namespace observabilityadmin {
65301
65756
  */
65302
65757
  kmsKeyArn?: string;
65303
65758
  }
65759
+ interface OrganizationCentralizationRuleMetricsBackupConfiguration {
65760
+ region: string;
65761
+ }
65304
65762
  interface OrganizationCentralizationRuleSourceLogsConfiguration {
65305
65763
  dataSourceSelectionCriteria?: string;
65306
65764
  /**
@@ -65312,6 +65770,9 @@ export declare namespace observabilityadmin {
65312
65770
  */
65313
65771
  logGroupSelectionCriteria?: string;
65314
65772
  }
65773
+ interface OrganizationCentralizationRuleSourceMetricsConfiguration {
65774
+ metricsSelectionCriteria?: string;
65775
+ }
65315
65776
  /**
65316
65777
  * The condition of the action desired in the filter.
65317
65778
  */
@@ -101837,6 +102298,28 @@ export declare namespace s3 {
101837
102298
  */
101838
102299
  tagFilters?: outputs.s3.BucketTagFilter[];
101839
102300
  }
102301
+ interface BucketAnnotationTableConfiguration {
102302
+ /**
102303
+ * Specifies whether annotation table configuration is enabled or disabled.
102304
+ */
102305
+ configurationState: enums.s3.BucketAnnotationTableConfigurationConfigurationState;
102306
+ /**
102307
+ * The encryption configuration for the annotation table.
102308
+ */
102309
+ encryptionConfiguration?: outputs.s3.BucketMetadataTableEncryptionConfiguration;
102310
+ /**
102311
+ * The ARN of the IAM role that grants Amazon S3 Metadata permission to read annotations from your bucket.
102312
+ */
102313
+ role?: string;
102314
+ /**
102315
+ * The ARN of the annotation table.
102316
+ */
102317
+ tableArn?: string;
102318
+ /**
102319
+ * The name of the annotation table.
102320
+ */
102321
+ tableName?: string;
102322
+ }
101840
102323
  /**
101841
102324
  * A bucket-level setting for Amazon S3 general purpose buckets used to prevent the upload of new objects encrypted with the specified server-side encryption type. For example, blocking an encryption type will block ``PutObject``, ``CopyObject``, ``PostObject``, multipart upload, and replication requests to the bucket for objects with the specified encryption type. However, you can continue to read and list any pre-existing objects already encrypted with the specified encryption type. For more information, see [Blocking or unblocking SSE-C for a general purpose bucket](https://docs.aws.amazon.com/AmazonS3/latest/userguide/blocking-unblocking-s3-c-encryption-gpb.html).
101842
102325
  * This data type is used with the following actions:
@@ -102159,6 +102642,7 @@ export declare namespace s3 {
102159
102642
  * Creates a V2 S3 Metadata configuration of a general purpose bucket. For more information, see [Accelerating data discovery with S3 Metadata](https://docs.aws.amazon.com/AmazonS3/latest/userguide/metadata-tables-overview.html) in the *Amazon S3 User Guide*.
102160
102643
  */
102161
102644
  interface BucketMetadataConfiguration {
102645
+ annotationTableConfiguration?: outputs.s3.BucketAnnotationTableConfiguration;
102162
102646
  /**
102163
102647
  * The destination information for the S3 Metadata configuration.
102164
102648
  */
@@ -104477,7 +104961,7 @@ export declare namespace sagemaker {
104477
104961
  * The number of instances that are currently in the restricted instance group of a SageMaker HyperPod cluster.
104478
104962
  */
104479
104963
  currentCount?: number;
104480
- environmentConfig: outputs.sagemaker.ClusterEnvironmentConfig;
104964
+ environmentConfig?: outputs.sagemaker.ClusterEnvironmentConfig;
104481
104965
  executionRole: string;
104482
104966
  /**
104483
104967
  * The number of instances you specified to add to the restricted instance group of a SageMaker HyperPod cluster.
@@ -104497,6 +104981,12 @@ export declare namespace sagemaker {
104497
104981
  */
104498
104982
  trainingPlanArn?: string;
104499
104983
  }
104984
+ /**
104985
+ * The cluster-level configuration for restricted instance groups, including shared environment settings for inter-RIG communication and FSx Lustre sharing.
104986
+ */
104987
+ interface ClusterRestrictedInstanceGroupsConfig {
104988
+ sharedEnvironmentConfig: outputs.sagemaker.ClusterSharedEnvironmentConfig;
104989
+ }
104500
104990
  /**
104501
104991
  * The policy that SageMaker uses when updating the AMI versions of the cluster.
104502
104992
  */
@@ -104514,6 +105004,16 @@ export declare namespace sagemaker {
104514
105004
  */
104515
105005
  scheduleExpression: string;
104516
105006
  }
105007
+ /**
105008
+ * The shared environment configuration for restricted instance groups that use cluster-level shared FSx Lustre storage.
105009
+ */
105010
+ interface ClusterSharedEnvironmentConfig {
105011
+ fSxLustreConfig?: outputs.sagemaker.ClusterFSxLustreConfig;
105012
+ /**
105013
+ * The deletion policy for the shared FSx Lustre file system. Keep retains the FSx when RIGs are deleted. DeleteIfNotUsed deletes the FSx when no RIGs reference it.
105014
+ */
105015
+ fSxLustreDeletionPolicy: enums.sagemaker.ClusterSharedEnvironmentConfigFSxLustreDeletionPolicy;
105016
+ }
104517
105017
  /**
104518
105018
  * Slurm configuration for the instance group.
104519
105019
  */
@@ -105175,6 +105675,10 @@ export declare namespace sagemaker {
105175
105675
  * The Amazon Resource Name (ARN) of the image version created on the instance.
105176
105676
  */
105177
105677
  sageMakerImageVersionArn?: string;
105678
+ /**
105679
+ * The Amazon Resource Name (ARN) of the training plan to use for the ResourceSpec.
105680
+ */
105681
+ trainingPlanArn?: string;
105178
105682
  }
105179
105683
  interface DomainS3FileSystemConfig {
105180
105684
  /**
@@ -108857,6 +109361,10 @@ export declare namespace sagemaker {
108857
109361
  * The ARN of the image version created on the instance.
108858
109362
  */
108859
109363
  sageMakerImageVersionArn?: string;
109364
+ /**
109365
+ * The Amazon Resource Name (ARN) of the training plan to use for the ResourceSpec.
109366
+ */
109367
+ trainingPlanArn?: string;
108860
109368
  }
108861
109369
  interface SpaceS3FileSystem {
108862
109370
  s3Uri?: string;
@@ -115841,6 +116349,12 @@ export declare namespace wafv2 {
115841
116349
  */
115842
116350
  customRequestHandling?: outputs.wafv2.RuleGroupCustomRequestHandling;
115843
116351
  }
116352
+ /**
116353
+ * Configures cryptocurrency payment settings.
116354
+ */
116355
+ interface RuleGroupCryptoConfig {
116356
+ paymentNetworks: outputs.wafv2.RuleGroupPaymentNetwork[];
116357
+ }
115844
116358
  /**
115845
116359
  * HTTP header.
115846
116360
  */
@@ -116268,6 +116782,19 @@ export declare namespace wafv2 {
116268
116782
  */
116269
116783
  name?: string;
116270
116784
  }
116785
+ /**
116786
+ * Configures monetization for the web ACL or rule group.
116787
+ */
116788
+ interface RuleGroupMonetizationConfig {
116789
+ cryptoConfig?: outputs.wafv2.RuleGroupCryptoConfig;
116790
+ currencyMode?: enums.wafv2.RuleGroupCurrencyMode;
116791
+ }
116792
+ /**
116793
+ * Monetize action for rules.
116794
+ */
116795
+ interface RuleGroupMonetizeAction {
116796
+ priceMultiplier?: string;
116797
+ }
116271
116798
  interface RuleGroupNotStatement {
116272
116799
  /**
116273
116800
  * The statement to negate. You can use any statement that can be nested.
@@ -116280,6 +116807,21 @@ export declare namespace wafv2 {
116280
116807
  */
116281
116808
  statements: outputs.wafv2.RuleGroupStatement[];
116282
116809
  }
116810
+ /**
116811
+ * Configuration for a single payment network.
116812
+ */
116813
+ interface RuleGroupPaymentNetwork {
116814
+ chain: enums.wafv2.RuleGroupBlockchainChain;
116815
+ prices: outputs.wafv2.RuleGroupPrice[];
116816
+ walletAddress: string;
116817
+ }
116818
+ /**
116819
+ * A price configuration.
116820
+ */
116821
+ interface RuleGroupPrice {
116822
+ amount: string;
116823
+ currency: enums.wafv2.RuleGroupCryptoCurrency;
116824
+ }
116283
116825
  interface RuleGroupRateBasedStatement {
116284
116826
  /**
116285
116827
  * Setting that indicates how to aggregate the request counts.
@@ -116621,6 +117163,7 @@ export declare namespace wafv2 {
116621
117163
  * Instructs AWS WAF to count the web request and then continue evaluating the request using the remaining rules in the web ACL.
116622
117164
  */
116623
117165
  count?: outputs.wafv2.RuleGroupCountAction;
117166
+ monetize?: outputs.wafv2.RuleGroupMonetizeAction;
116624
117167
  }
116625
117168
  /**
116626
117169
  * Size Constraint statement.
@@ -117268,6 +117811,12 @@ export declare namespace wafv2 {
117268
117811
  */
117269
117812
  customRequestHandling?: outputs.wafv2.WebAclCustomRequestHandling;
117270
117813
  }
117814
+ /**
117815
+ * Configures cryptocurrency payment settings.
117816
+ */
117817
+ interface WebAclCryptoConfig {
117818
+ paymentNetworks: outputs.wafv2.WebAclPaymentNetwork[];
117819
+ }
117271
117820
  /**
117272
117821
  * HTTP header.
117273
117822
  */
@@ -117825,6 +118374,19 @@ export declare namespace wafv2 {
117825
118374
  */
117826
118375
  version?: string;
117827
118376
  }
118377
+ /**
118378
+ * Configures monetization for the web ACL or rule group.
118379
+ */
118380
+ interface WebAclMonetizationConfig {
118381
+ cryptoConfig?: outputs.wafv2.WebAclCryptoConfig;
118382
+ currencyMode?: enums.wafv2.WebAclCurrencyMode;
118383
+ }
118384
+ /**
118385
+ * Monetize action for rules.
118386
+ */
118387
+ interface WebAclMonetizeAction {
118388
+ priceMultiplier?: string;
118389
+ }
117828
118390
  interface WebAclNotStatement {
117829
118391
  /**
117830
118392
  * The statement to negate. You can use any statement that can be nested.
@@ -117859,6 +118421,21 @@ export declare namespace wafv2 {
117859
118421
  */
117860
118422
  none?: any;
117861
118423
  }
118424
+ /**
118425
+ * Configuration for a single payment network.
118426
+ */
118427
+ interface WebAclPaymentNetwork {
118428
+ chain: enums.wafv2.WebAclBlockchainChain;
118429
+ prices: outputs.wafv2.WebAclPrice[];
118430
+ walletAddress: string;
118431
+ }
118432
+ /**
118433
+ * A price configuration.
118434
+ */
118435
+ interface WebAclPrice {
118436
+ amount: string;
118437
+ currency: enums.wafv2.WebAclCryptoCurrency;
118438
+ }
117862
118439
  interface WebAclRateBasedStatement {
117863
118440
  /**
117864
118441
  * Setting that indicates how to aggregate the request counts.
@@ -118449,6 +119026,7 @@ export declare namespace wafv2 {
118449
119026
  * Instructs AWS WAF to count the web request and then continue evaluating the request using the remaining rules in the web ACL.
118450
119027
  */
118451
119028
  count?: outputs.wafv2.WebAclCountAction;
119029
+ monetize?: outputs.wafv2.WebAclMonetizeAction;
118452
119030
  }
118453
119031
  /**
118454
119032
  * Action override for rules in the rule group.