@pulumi/aws-native 1.41.0-alpha.1765604205 → 1.41.0-alpha.1765978445

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 (199) hide show
  1. package/bedrockagentcore/gateway.d.ts +2 -0
  2. package/bedrockagentcore/gateway.js +2 -0
  3. package/bedrockagentcore/gateway.js.map +1 -1
  4. package/bedrockagentcore/getGateway.d.ts +1 -0
  5. package/bedrockagentcore/getGateway.js.map +1 -1
  6. package/cleanrooms/analysisTemplate.d.ts +6 -0
  7. package/cleanrooms/analysisTemplate.js.map +1 -1
  8. package/connect/dataTableAttribute.d.ts +51 -0
  9. package/connect/dataTableAttribute.js.map +1 -1
  10. package/connect/dataTableRecord.d.ts +12 -0
  11. package/connect/dataTableRecord.js.map +1 -1
  12. package/connect/evaluationForm.d.ts +12 -0
  13. package/connect/evaluationForm.js.map +1 -1
  14. package/connect/getDataTableAttribute.d.ts +42 -0
  15. package/connect/getDataTableAttribute.js.map +1 -1
  16. package/connect/getDataTableRecord.d.ts +12 -0
  17. package/connect/getDataTableRecord.js.map +1 -1
  18. package/connect/getEvaluationForm.d.ts +6 -0
  19. package/connect/getEvaluationForm.js.map +1 -1
  20. package/connectcampaignsv2/campaign.d.ts +6 -0
  21. package/connectcampaignsv2/campaign.js.map +1 -1
  22. package/connectcampaignsv2/getCampaign.d.ts +3 -0
  23. package/connectcampaignsv2/getCampaign.js.map +1 -1
  24. package/datasync/getLocationAzureBlob.d.ts +2 -2
  25. package/datasync/getLocationObjectStorage.d.ts +3 -3
  26. package/datasync/getLocationSmb.d.ts +2 -2
  27. package/datasync/locationAzureBlob.d.ts +4 -4
  28. package/datasync/locationObjectStorage.d.ts +6 -6
  29. package/datasync/locationSmb.d.ts +4 -4
  30. package/dax/getSubnetGroup.d.ts +31 -0
  31. package/dax/getSubnetGroup.js +28 -0
  32. package/dax/getSubnetGroup.js.map +1 -0
  33. package/dax/index.d.ts +6 -0
  34. package/dax/index.js +25 -0
  35. package/dax/index.js.map +1 -0
  36. package/dax/subnetGroup.d.ts +57 -0
  37. package/dax/subnetGroup.js +65 -0
  38. package/dax/subnetGroup.js.map +1 -0
  39. package/devicefarm/getProject.d.ts +2 -0
  40. package/devicefarm/getProject.js.map +1 -1
  41. package/devicefarm/project.d.ts +4 -0
  42. package/devicefarm/project.js +4 -0
  43. package/devicefarm/project.js.map +1 -1
  44. package/ec2/ec2Fleet.js +1 -1
  45. package/ec2/ec2Fleet.js.map +1 -1
  46. package/ec2/getSpotFleet.d.ts +4 -0
  47. package/ec2/getSpotFleet.js.map +1 -1
  48. package/ec2/spotFleet.d.ts +8 -0
  49. package/ec2/spotFleet.js +2 -0
  50. package/ec2/spotFleet.js.map +1 -1
  51. package/ecs/getService.d.ts +5 -0
  52. package/ecs/getService.js.map +1 -1
  53. package/ecs/service.js +1 -1
  54. package/ecs/service.js.map +1 -1
  55. package/elasticloadbalancingv2/getListener.d.ts +1 -1
  56. package/elasticloadbalancingv2/listener.d.ts +2 -2
  57. package/fms/getNotificationChannel.d.ts +0 -4
  58. package/fms/getNotificationChannel.js.map +1 -1
  59. package/fms/notificationChannel.js +2 -0
  60. package/fms/notificationChannel.js.map +1 -1
  61. package/groundstation/dataflowEndpointGroupV2.d.ts +58 -0
  62. package/groundstation/dataflowEndpointGroupV2.js +70 -0
  63. package/groundstation/dataflowEndpointGroupV2.js.map +1 -0
  64. package/groundstation/getDataflowEndpointGroupV2.d.ts +22 -0
  65. package/groundstation/getDataflowEndpointGroupV2.js +28 -0
  66. package/groundstation/getDataflowEndpointGroupV2.js.map +1 -0
  67. package/groundstation/index.d.ts +6 -0
  68. package/groundstation/index.js +8 -1
  69. package/groundstation/index.js.map +1 -1
  70. package/index.d.ts +2 -1
  71. package/index.js +7 -5
  72. package/index.js.map +1 -1
  73. package/kafkaconnect/connector.d.ts +9 -0
  74. package/kafkaconnect/connector.js +3 -1
  75. package/kafkaconnect/connector.js.map +1 -1
  76. package/lambda/function.d.ts +18 -0
  77. package/lambda/function.js.map +1 -1
  78. package/lambda/getFunction.d.ts +9 -0
  79. package/lambda/getFunction.js.map +1 -1
  80. package/opensearchserverless/collection.d.ts +22 -0
  81. package/opensearchserverless/collection.js +5 -1
  82. package/opensearchserverless/collection.js.map +1 -1
  83. package/package.json +3 -3
  84. package/package.json.dev +2 -2
  85. package/paymentcryptography/key.d.ts +10 -0
  86. package/paymentcryptography/key.js.map +1 -1
  87. package/resourcegroups/getGroup.d.ts +2 -2
  88. package/resourcegroups/group.d.ts +4 -4
  89. package/route53/getHostedZone.d.ts +3 -0
  90. package/route53/getHostedZone.js.map +1 -1
  91. package/route53/hostedZone.d.ts +6 -0
  92. package/route53/hostedZone.js.map +1 -1
  93. package/route53profiles/getProfile.d.ts +5 -0
  94. package/route53profiles/getProfile.js.map +1 -1
  95. package/route53profiles/index.d.ts +1 -0
  96. package/route53profiles/index.js +16 -0
  97. package/route53profiles/index.js.map +1 -1
  98. package/route53profiles/profile.d.ts +5 -0
  99. package/route53profiles/profile.js +2 -0
  100. package/route53profiles/profile.js.map +1 -1
  101. package/route53resolver/getResolverEndpoint.d.ts +8 -0
  102. package/route53resolver/getResolverEndpoint.js.map +1 -1
  103. package/route53resolver/resolverEndpoint.d.ts +16 -0
  104. package/route53resolver/resolverEndpoint.js +4 -0
  105. package/route53resolver/resolverEndpoint.js.map +1 -1
  106. package/route53resolver/resolverRuleAssociation.d.ts +2 -0
  107. package/route53resolver/resolverRuleAssociation.js.map +1 -1
  108. package/s3/bucket.d.ts +2 -2
  109. package/s3/getBucket.d.ts +1 -1
  110. package/s3tables/getTableBucket.d.ts +3 -0
  111. package/s3tables/getTableBucket.js.map +1 -1
  112. package/s3tables/table.d.ts +6 -0
  113. package/s3tables/table.js.map +1 -1
  114. package/s3tables/tableBucket.d.ts +6 -0
  115. package/s3tables/tableBucket.js.map +1 -1
  116. package/s3vectors/index_.d.ts +8 -0
  117. package/s3vectors/index_.js +3 -1
  118. package/s3vectors/index_.js.map +1 -1
  119. package/secretsmanager/getSecret.d.ts +1 -1
  120. package/secretsmanager/secret.d.ts +2 -2
  121. package/securityhub/configurationPolicy.d.ts +4 -4
  122. package/securityhub/connectorV2.d.ts +21 -0
  123. package/securityhub/connectorV2.js.map +1 -1
  124. package/securityhub/delegatedAdmin.d.ts +2 -2
  125. package/securityhub/getConfigurationPolicy.d.ts +2 -2
  126. package/securityhub/getConnectorV2.d.ts +15 -0
  127. package/securityhub/getConnectorV2.js.map +1 -1
  128. package/securityhub/getDelegatedAdmin.d.ts +4 -4
  129. package/securityhub/getHubV2.d.ts +1 -1
  130. package/securityhub/hubV2.d.ts +2 -2
  131. package/ses/getTenant.d.ts +36 -0
  132. package/ses/getTenant.js +28 -0
  133. package/ses/getTenant.js.map +1 -0
  134. package/ses/index.d.ts +6 -0
  135. package/ses/index.js +9 -1
  136. package/ses/index.js.map +1 -1
  137. package/ses/tenant.d.ts +63 -0
  138. package/ses/tenant.js +64 -0
  139. package/ses/tenant.js.map +1 -0
  140. package/ssm/getMaintenanceWindowTarget.d.ts +56 -0
  141. package/ssm/getMaintenanceWindowTarget.js +30 -0
  142. package/ssm/getMaintenanceWindowTarget.js.map +1 -0
  143. package/ssm/getMaintenanceWindowTask.d.ts +86 -0
  144. package/ssm/getMaintenanceWindowTask.js +30 -0
  145. package/ssm/getMaintenanceWindowTask.js.map +1 -0
  146. package/ssm/index.d.ts +12 -0
  147. package/ssm/index.js +15 -1
  148. package/ssm/index.js.map +1 -1
  149. package/ssm/maintenanceWindowTarget.d.ts +87 -0
  150. package/ssm/maintenanceWindowTarget.js +79 -0
  151. package/ssm/maintenanceWindowTarget.js.map +1 -0
  152. package/ssm/maintenanceWindowTask.d.ts +203 -0
  153. package/ssm/maintenanceWindowTask.js +146 -0
  154. package/ssm/maintenanceWindowTask.js.map +1 -0
  155. package/types/enums/bedrockagentcore/index.d.ts +6 -0
  156. package/types/enums/bedrockagentcore/index.js +6 -1
  157. package/types/enums/bedrockagentcore/index.js.map +1 -1
  158. package/types/enums/connect/index.d.ts +3 -0
  159. package/types/enums/connect/index.js.map +1 -1
  160. package/types/enums/ecs/index.d.ts +2 -0
  161. package/types/enums/ecs/index.js.map +1 -1
  162. package/types/enums/groundstation/index.d.ts +18 -0
  163. package/types/enums/groundstation/index.js +11 -1
  164. package/types/enums/groundstation/index.js.map +1 -1
  165. package/types/enums/index.d.ts +2 -1
  166. package/types/enums/index.js +4 -2
  167. package/types/enums/index.js.map +1 -1
  168. package/types/enums/kafkaconnect/index.d.ts +8 -0
  169. package/types/enums/kafkaconnect/index.js +5 -1
  170. package/types/enums/kafkaconnect/index.js.map +1 -1
  171. package/types/enums/logs/index.d.ts +1 -0
  172. package/types/enums/logs/index.js +1 -0
  173. package/types/enums/logs/index.js.map +1 -1
  174. package/types/enums/msk/index.d.ts +5 -0
  175. package/types/enums/msk/index.js +5 -1
  176. package/types/enums/msk/index.js.map +1 -1
  177. package/types/enums/observabilityadmin/index.d.ts +6 -0
  178. package/types/enums/observabilityadmin/index.js.map +1 -1
  179. package/types/enums/route53profiles/index.d.ts +9 -0
  180. package/types/enums/route53profiles/index.js +11 -0
  181. package/types/enums/route53profiles/index.js.map +1 -0
  182. package/types/enums/s3/index.d.ts +2 -1
  183. package/types/enums/s3/index.js +1 -0
  184. package/types/enums/s3/index.js.map +1 -1
  185. package/types/enums/s3vectors/index.d.ts +8 -0
  186. package/types/enums/s3vectors/index.js +5 -1
  187. package/types/enums/s3vectors/index.js.map +1 -1
  188. package/types/enums/securityhub/index.d.ts +3 -3
  189. package/types/enums/workspacesweb/index.d.ts +11 -0
  190. package/types/enums/workspacesweb/index.js +10 -1
  191. package/types/enums/workspacesweb/index.js.map +1 -1
  192. package/types/input.d.ts +758 -25
  193. package/types/output.d.ts +826 -25
  194. package/types/output.js.map +1 -1
  195. package/workspacesweb/getUserSettings.d.ts +4 -0
  196. package/workspacesweb/getUserSettings.js.map +1 -1
  197. package/workspacesweb/userSettings.d.ts +8 -0
  198. package/workspacesweb/userSettings.js +2 -0
  199. package/workspacesweb/userSettings.js.map +1 -1
package/types/output.d.ts CHANGED
@@ -11072,6 +11072,9 @@ export declare namespace bedrock {
11072
11072
  * Sets modality processing for audio files. All modalities are enabled by default.
11073
11073
  */
11074
11074
  modalityProcessing?: outputs.bedrock.DataAutomationProjectModalityProcessingConfiguration;
11075
+ /**
11076
+ * Configuration for sensitive data detection and redaction for audio files.
11077
+ */
11075
11078
  sensitiveDataConfiguration?: outputs.bedrock.DataAutomationProjectSensitiveDataConfiguration;
11076
11079
  }
11077
11080
  interface DataAutomationProjectAudioStandardExtraction {
@@ -11168,6 +11171,9 @@ export declare namespace bedrock {
11168
11171
  * Sets modality processing for document files. All modalities are enabled by default.
11169
11172
  */
11170
11173
  modalityProcessing?: outputs.bedrock.DataAutomationProjectModalityProcessingConfiguration;
11174
+ /**
11175
+ * Configuration for sensitive data detection and redaction for document files.
11176
+ */
11171
11177
  sensitiveDataConfiguration?: outputs.bedrock.DataAutomationProjectSensitiveDataConfiguration;
11172
11178
  /**
11173
11179
  * Whether document splitter is enabled for a project.
@@ -11225,6 +11231,9 @@ export declare namespace bedrock {
11225
11231
  * Sets modality processing for image files. All modalities are enabled by default.
11226
11232
  */
11227
11233
  modalityProcessing?: outputs.bedrock.DataAutomationProjectModalityProcessingConfiguration;
11234
+ /**
11235
+ * Configuration for sensitive data detection and redaction for image files.
11236
+ */
11228
11237
  sensitiveDataConfiguration?: outputs.bedrock.DataAutomationProjectSensitiveDataConfiguration;
11229
11238
  }
11230
11239
  interface DataAutomationProjectImageStandardExtraction {
@@ -11310,12 +11319,27 @@ export declare namespace bedrock {
11310
11319
  video?: outputs.bedrock.DataAutomationProjectVideoOverrideConfiguration;
11311
11320
  }
11312
11321
  interface DataAutomationProjectPiiEntitiesConfiguration {
11322
+ /**
11323
+ * List of PII entity types to detect/redact in the output. Choose from specific entity types (such as ADDRESS, NAME, EMAIL, PHONE, US_SOCIAL_SECURITY_NUMBER) or specify ALL to detect all supported PII types. If not specified, defaults to ALL.
11324
+ */
11313
11325
  piiEntityTypes?: enums.bedrock.DataAutomationProjectPiiEntityTypes[];
11326
+ /**
11327
+ * Defines how detected PII entities are masked in redacted output files. Set to PII to replace all detected entities with a generic [PII] marker regardless of entity type. Set to ENTITY_TYPE to replace each detected entity with its specific type marker (for example, [NAME], [EMAIL], [ADDRESS]). This setting only applies when detectionMode is set to DETECTION_AND_REDACTION. If not specified, defaults to ENTITY_TYPE.
11328
+ */
11314
11329
  redactionMaskMode?: enums.bedrock.DataAutomationProjectPiiRedactionMaskMode;
11315
11330
  }
11316
11331
  interface DataAutomationProjectSensitiveDataConfiguration {
11332
+ /**
11333
+ * Specifies the mode for handling sensitive data detection. Set to DETECTION to only identify sensitive data without modifying content - this produces one output file per detection scope containing detection information with original unredacted content. Set to DETECTION_AND_REDACTION to both identify and mask sensitive data - this produces two output files per detection scope: one unredacted file with detection information and one redacted file with masking applied to sensitive content. For example, if detectionScope includes both STANDARD and CUSTOM with DETECTION_AND_REDACTION mode, four output files will be generated (two for standard output and two for custom output).
11334
+ */
11317
11335
  detectionMode?: enums.bedrock.DataAutomationProjectSensitiveDataDetectionMode;
11336
+ /**
11337
+ * Defines which BDA output types to apply sensitive data detection to. Specify STANDARD to detect sensitive data in standard output, CUSTOM to detect in custom output (blueprint-based extraction), or both to apply detection to both output types. If not specified, defaults to both STANDARD and CUSTOM. The number of output files generated depends on both the detection mode and the scopes selected - each scope specified will produce its own set of output files according to the detection mode configured.
11338
+ */
11318
11339
  detectionScope?: enums.bedrock.DataAutomationProjectSensitiveDataDetectionScope[];
11340
+ /**
11341
+ * Configuration for detecting and redacting Personally Identifiable Information (PII) entities.
11342
+ */
11319
11343
  piiEntitiesConfiguration?: outputs.bedrock.DataAutomationProjectPiiEntitiesConfiguration;
11320
11344
  }
11321
11345
  interface DataAutomationProjectSpeakerLabelingConfiguration {
@@ -11382,6 +11406,9 @@ export declare namespace bedrock {
11382
11406
  * Sets modality processing for video files. All modalities are enabled by default.
11383
11407
  */
11384
11408
  modalityProcessing?: outputs.bedrock.DataAutomationProjectModalityProcessingConfiguration;
11409
+ /**
11410
+ * Configuration for sensitive data detection and redaction for video files.
11411
+ */
11385
11412
  sensitiveDataConfiguration?: outputs.bedrock.DataAutomationProjectSensitiveDataConfiguration;
11386
11413
  }
11387
11414
  interface DataAutomationProjectVideoStandardExtraction {
@@ -13647,6 +13674,9 @@ export declare namespace bedrock {
13647
13674
  * The vector configuration details for the Bedrock embeddings model.
13648
13675
  */
13649
13676
  interface KnowledgeBaseBedrockEmbeddingModelConfiguration {
13677
+ /**
13678
+ * Configuration settings for processing audio content in multimodal knowledge bases.
13679
+ */
13650
13680
  audio?: outputs.bedrock.KnowledgeBaseAudioConfiguration[];
13651
13681
  /**
13652
13682
  * The dimensions details for the vector configuration used on the Bedrock embeddings model.
@@ -13656,6 +13686,9 @@ export declare namespace bedrock {
13656
13686
  * The data type for the vectors when using a model to convert text into vector embeddings.
13657
13687
  */
13658
13688
  embeddingDataType?: enums.bedrock.KnowledgeBaseBedrockEmbeddingModelConfigurationEmbeddingDataType;
13689
+ /**
13690
+ * Configuration settings for processing video content in multimodal knowledge bases.
13691
+ */
13659
13692
  video?: outputs.bedrock.KnowledgeBaseVideoConfiguration[];
13660
13693
  }
13661
13694
  /**
@@ -14837,6 +14870,17 @@ export declare namespace bedrockagentcore {
14837
14870
  allowedClients?: string[];
14838
14871
  discoveryUrl: string;
14839
14872
  }
14873
+ interface GatewayInterceptorConfiguration {
14874
+ inputConfiguration?: outputs.bedrockagentcore.GatewayInterceptorInputConfiguration;
14875
+ interceptionPoints: enums.bedrockagentcore.GatewayInterceptionPoint[];
14876
+ interceptor: outputs.bedrockagentcore.InterceptorConfigurationProperties;
14877
+ }
14878
+ interface GatewayInterceptorInputConfiguration {
14879
+ passRequestHeaders: boolean;
14880
+ }
14881
+ interface GatewayLambdaInterceptorConfiguration {
14882
+ arn: string;
14883
+ }
14840
14884
  interface GatewayMcpGatewayConfiguration {
14841
14885
  instructions?: string;
14842
14886
  searchType?: enums.bedrockagentcore.GatewaySearchType;
@@ -14930,6 +14974,9 @@ export declare namespace bedrockagentcore {
14930
14974
  interface GatewayWorkloadIdentityDetails {
14931
14975
  workloadIdentityArn: string;
14932
14976
  }
14977
+ interface InterceptorConfigurationProperties {
14978
+ lambda: outputs.bedrockagentcore.GatewayLambdaInterceptorConfiguration;
14979
+ }
14933
14980
  interface MemoryCustomConfigurationInput {
14934
14981
  selfManagedConfiguration?: outputs.bedrockagentcore.MemorySelfManagedConfiguration;
14935
14982
  semanticOverride?: outputs.bedrockagentcore.MemorySemanticOverride;
@@ -15762,6 +15809,9 @@ export declare namespace cleanrooms {
15762
15809
  * The payment responsibilities accepted by the member for model training.
15763
15810
  */
15764
15811
  modelTraining?: outputs.cleanrooms.CollaborationModelTrainingPaymentConfig;
15812
+ /**
15813
+ * The payment configuration for machine learning synthetic data generation.
15814
+ */
15765
15815
  syntheticDataGeneration?: outputs.cleanrooms.CollaborationSyntheticDataGenerationPaymentConfig;
15766
15816
  }
15767
15817
  interface CollaborationModelInferencePaymentConfig {
@@ -15809,6 +15859,9 @@ export declare namespace cleanrooms {
15809
15859
  isResponsible: boolean;
15810
15860
  }
15811
15861
  interface CollaborationSyntheticDataGenerationPaymentConfig {
15862
+ /**
15863
+ * Indicates who is responsible for paying for synthetic data generation.
15864
+ */
15812
15865
  isResponsible: boolean;
15813
15866
  }
15814
15867
  interface ConfiguredTableAggregateColumn {
@@ -16029,6 +16082,9 @@ export declare namespace cleanrooms {
16029
16082
  * The payment responsibilities accepted by the member for model training.
16030
16083
  */
16031
16084
  modelTraining?: outputs.cleanrooms.MembershipModelTrainingPaymentConfig;
16085
+ /**
16086
+ * The payment configuration for synthetic data generation for this machine learning membership.
16087
+ */
16032
16088
  syntheticDataGeneration?: outputs.cleanrooms.MembershipSyntheticDataGenerationPaymentConfig;
16033
16089
  }
16034
16090
  interface MembershipModelInferencePaymentConfig {
@@ -16145,6 +16201,9 @@ export declare namespace cleanrooms {
16145
16201
  isResponsible: boolean;
16146
16202
  }
16147
16203
  interface MembershipSyntheticDataGenerationPaymentConfig {
16204
+ /**
16205
+ * Indicates if this membership is responsible for paying for synthetic data generation.
16206
+ */
16148
16207
  isResponsible: boolean;
16149
16208
  }
16150
16209
  /**
@@ -21160,6 +21219,9 @@ export declare namespace connect {
21160
21219
  * Information about properties for a question in an evaluation form. The question type properties must be either for a numeric question or a single select question.
21161
21220
  */
21162
21221
  interface EvaluationFormQuestionTypeProperties {
21222
+ /**
21223
+ * Properties for multi-select question types.
21224
+ */
21163
21225
  multiSelect?: outputs.connect.EvaluationFormMultiSelectQuestionProperties;
21164
21226
  /**
21165
21227
  * The properties of the numeric question.
@@ -21345,6 +21407,9 @@ export declare namespace connect {
21345
21407
  automation?: outputs.connect.EvaluationFormTextQuestionAutomation;
21346
21408
  }
21347
21409
  interface FontFamily {
21410
+ /**
21411
+ * The default font family to use in the workspace theme.
21412
+ */
21348
21413
  default?: enums.connect.WorkspaceFontFamily;
21349
21414
  }
21350
21415
  /**
@@ -22121,18 +22186,54 @@ export declare namespace connect {
22121
22186
  */
22122
22187
  level: number;
22123
22188
  }
22189
+ /**
22190
+ * The validation rules applied to values of this attribute. Based on JSON Schema Draft 2020-12 with additional Connect-specific validations for data integrity.
22191
+ */
22124
22192
  interface ValidationProperties {
22193
+ /**
22194
+ * Defines enumeration constraints for attribute values. Can specify a list of allowed values and whether custom values are permitted beyond the enumerated list.
22195
+ */
22125
22196
  enum?: outputs.connect.ValidationPropertiesEnumProperties;
22197
+ /**
22198
+ * The largest exclusive numeric value for NUMBER value type. Can be provided alongside Maximum where both operate independently. Must be greater than ExclusiveMinimum and Minimum. Applies to NUMBER and values within NUMBER_LIST.
22199
+ */
22126
22200
  exclusiveMaximum?: number;
22201
+ /**
22202
+ * The smallest exclusive numeric value for NUMBER value type. Can be provided alongside Minimum where both operate independently. Must be less than ExclusiveMaximum and Maximum. Applies to NUMBER and values within NUMBER_LIST.
22203
+ */
22127
22204
  exclusiveMinimum?: number;
22205
+ /**
22206
+ * The maximum number of characters a text value can contain. Applies to TEXT value type and values within a TEXT_LIST. Must be greater than or equal to MinLength.
22207
+ */
22128
22208
  maxLength?: number;
22209
+ /**
22210
+ * The maximum number of values in a list. Must be an integer greater than or equal to 0 and greater than or equal to MinValues. Applies to all list types.
22211
+ */
22129
22212
  maxValues?: number;
22213
+ /**
22214
+ * The largest inclusive numeric value for NUMBER value type. Can be provided alongside ExclusiveMaximum where both operate independently. Must be greater than or equal to Minimum and greater than ExclusiveMinimum. Applies to NUMBER and values within NUMBER_LIST.
22215
+ */
22130
22216
  maximum?: number;
22217
+ /**
22218
+ * The minimum number of characters a text value can contain. Applies to TEXT value type and values within a TEXT_LIST. Must be less than or equal to MaxLength.
22219
+ */
22131
22220
  minLength?: number;
22221
+ /**
22222
+ * The minimum number of values in a list. Must be an integer greater than or equal to 0 and less than or equal to MaxValues. Applies to all list types.
22223
+ */
22132
22224
  minValues?: number;
22225
+ /**
22226
+ * The smallest inclusive numeric value for NUMBER value type. Cannot be provided when ExclusiveMinimum is also provided. Must be less than or equal to Maximum and less than ExclusiveMaximum. Applies to NUMBER and values within NUMBER_LIST.
22227
+ */
22133
22228
  minimum?: number;
22229
+ /**
22230
+ * Specifies that numeric values must be multiples of this number. Must be greater than 0. The result of dividing a value by this multiple must result in an integer. Applies to NUMBER and values within NUMBER_LIST.
22231
+ */
22134
22232
  multipleOf?: number;
22135
22233
  }
22234
+ /**
22235
+ * Defines enumeration constraints for attribute values. Can specify a list of allowed values and whether custom values are permitted beyond the enumerated list.
22236
+ */
22136
22237
  interface ValidationPropertiesEnumProperties {
22137
22238
  strict?: boolean;
22138
22239
  values?: string[];
@@ -22147,7 +22248,13 @@ export declare namespace connect {
22147
22248
  stringList?: string[];
22148
22249
  }
22149
22250
  interface WorkspaceMediaItem {
22251
+ /**
22252
+ * The source URL or data for the media asset.
22253
+ */
22150
22254
  source?: string;
22255
+ /**
22256
+ * The type of media. Valid values are: `IMAGE_LOGO_FAVICON` and `IMAGE_LOGO_HORIZONTAL` .
22257
+ */
22151
22258
  type: enums.connect.WorkspaceMediaType;
22152
22259
  }
22153
22260
  interface WorkspacePage {
@@ -22169,48 +22276,126 @@ export declare namespace connect {
22169
22276
  slug?: string;
22170
22277
  }
22171
22278
  interface WorkspacePaletteCanvas {
22279
+ /**
22280
+ * The background color for active elements.
22281
+ */
22172
22282
  activeBackground?: string;
22283
+ /**
22284
+ * The background color for container elements.
22285
+ */
22173
22286
  containerBackground?: string;
22287
+ /**
22288
+ * The background color for page elements.
22289
+ */
22174
22290
  pageBackground?: string;
22175
22291
  }
22176
22292
  interface WorkspacePaletteHeader {
22293
+ /**
22294
+ * The background color of the header.
22295
+ */
22177
22296
  background?: string;
22297
+ /**
22298
+ * Whether to invert the colors of action buttons in the header.
22299
+ */
22178
22300
  invertActionsColors?: boolean;
22301
+ /**
22302
+ * The text color in the header.
22303
+ */
22179
22304
  text?: string;
22305
+ /**
22306
+ * The text color when hovering over header elements.
22307
+ */
22180
22308
  textHover?: string;
22181
22309
  }
22182
22310
  interface WorkspacePaletteNavigation {
22311
+ /**
22312
+ * The background color of the navigation area.
22313
+ */
22183
22314
  background?: string;
22315
+ /**
22316
+ * Whether to invert the colors of action buttons in the navigation area.
22317
+ */
22184
22318
  invertActionsColors?: boolean;
22319
+ /**
22320
+ * The text color in the navigation area.
22321
+ */
22185
22322
  text?: string;
22323
+ /**
22324
+ * The text color for active navigation items.
22325
+ */
22186
22326
  textActive?: string;
22327
+ /**
22328
+ * The background color for active navigation items.
22329
+ */
22187
22330
  textBackgroundActive?: string;
22331
+ /**
22332
+ * The background color when hovering over navigation text.
22333
+ */
22188
22334
  textBackgroundHover?: string;
22335
+ /**
22336
+ * The text color when hovering over navigation items.
22337
+ */
22189
22338
  textHover?: string;
22190
22339
  }
22191
22340
  interface WorkspacePalettePrimary {
22341
+ /**
22342
+ * The primary color used for active states.
22343
+ */
22192
22344
  active?: string;
22345
+ /**
22346
+ * The text color that contrasts with the primary color for readability.
22347
+ */
22193
22348
  contrastText?: string;
22349
+ /**
22350
+ * The default primary color used throughout the workspace.
22351
+ */
22194
22352
  default?: string;
22195
22353
  }
22196
22354
  /**
22197
22355
  * The theme configuration for the Connect workspace
22198
22356
  */
22199
22357
  interface WorkspaceTheme {
22358
+ /**
22359
+ * The theme configuration for dark mode.
22360
+ */
22200
22361
  dark?: outputs.connect.WorkspaceThemeConfig;
22362
+ /**
22363
+ * The theme configuration for light mode.
22364
+ */
22201
22365
  light?: outputs.connect.WorkspaceThemeConfig;
22202
22366
  }
22203
22367
  interface WorkspaceThemeConfig {
22368
+ /**
22369
+ * The color palette configuration for the workspace theme.
22370
+ */
22204
22371
  palette?: outputs.connect.WorkspaceThemePalette;
22372
+ /**
22373
+ * The typography configuration for the workspace theme.
22374
+ */
22205
22375
  typography?: outputs.connect.WorkspaceThemeTypography;
22206
22376
  }
22207
22377
  interface WorkspaceThemePalette {
22378
+ /**
22379
+ * The color configuration for the canvas area.
22380
+ */
22208
22381
  canvas?: outputs.connect.WorkspacePaletteCanvas;
22382
+ /**
22383
+ * The color configuration for the header area.
22384
+ */
22209
22385
  header?: outputs.connect.WorkspacePaletteHeader;
22386
+ /**
22387
+ * The color configuration for the navigation area.
22388
+ */
22210
22389
  navigation?: outputs.connect.WorkspacePaletteNavigation;
22390
+ /**
22391
+ * The primary color configuration used throughout the workspace.
22392
+ */
22211
22393
  primary?: outputs.connect.WorkspacePalettePrimary;
22212
22394
  }
22213
22395
  interface WorkspaceThemeTypography {
22396
+ /**
22397
+ * The font family configuration for text in the workspace.
22398
+ */
22214
22399
  fontFamily?: outputs.connect.FontFamily;
22215
22400
  }
22216
22401
  }
@@ -22337,6 +22522,9 @@ export declare namespace connectcampaignsv2 {
22337
22522
  * The configuration of the telephony channel subtype.
22338
22523
  */
22339
22524
  telephony?: outputs.connectcampaignsv2.CampaignTelephonyChannelSubtypeConfig;
22525
+ /**
22526
+ * The configuration of the WhatsApp channel subtype.
22527
+ */
22340
22528
  whatsApp?: outputs.connectcampaignsv2.CampaignWhatsAppChannelSubtypeConfig;
22341
22529
  }
22342
22530
  /**
@@ -22389,6 +22577,9 @@ export declare namespace connectcampaignsv2 {
22389
22577
  * The communication time configuration for the telephony channel subtype.
22390
22578
  */
22391
22579
  telephony?: outputs.connectcampaignsv2.CampaignTimeWindow;
22580
+ /**
22581
+ * The communication time configuration for the WhatsApp channel subtype.
22582
+ */
22392
22583
  whatsApp?: outputs.connectcampaignsv2.CampaignTimeWindow;
22393
22584
  }
22394
22585
  /**
@@ -22633,6 +22824,9 @@ export declare namespace connectcampaignsv2 {
22633
22824
  * The Amazon Connect source phone number.
22634
22825
  */
22635
22826
  connectSourcePhoneNumber?: string;
22827
+ /**
22828
+ * The ring timeout configuration for outbound calls. Specifies how long to wait for the call to be answered before timing out.
22829
+ */
22636
22830
  ringTimeout?: number;
22637
22831
  }
22638
22832
  /**
@@ -22689,15 +22883,30 @@ export declare namespace connectcampaignsv2 {
22689
22883
  * WhatsApp Channel Subtype config
22690
22884
  */
22691
22885
  interface CampaignWhatsAppChannelSubtypeConfig {
22886
+ /**
22887
+ * The allocation of WhatsApp capacity between multiple running outbound campaigns.
22888
+ */
22692
22889
  capacity?: number;
22890
+ /**
22891
+ * The default WhatsApp outbound configuration of an outbound campaign.
22892
+ */
22693
22893
  defaultOutboundConfig: outputs.connectcampaignsv2.CampaignWhatsAppOutboundConfig;
22894
+ /**
22895
+ * The outbound mode for WhatsApp of an outbound campaign.
22896
+ */
22694
22897
  outboundMode: outputs.connectcampaignsv2.CampaignWhatsAppOutboundMode;
22695
22898
  }
22696
22899
  /**
22697
22900
  * Default WhatsApp outbound config
22698
22901
  */
22699
22902
  interface CampaignWhatsAppOutboundConfig {
22903
+ /**
22904
+ * The Amazon Resource Name (ARN) of the Amazon Connect source WhatsApp phone number.
22905
+ */
22700
22906
  connectSourcePhoneNumberArn: string;
22907
+ /**
22908
+ * The Amazon Resource Name (ARN) of the Amazon Q in Connect template.
22909
+ */
22701
22910
  wisdomTemplateArn: string;
22702
22911
  }
22703
22912
  /**
@@ -25917,6 +26126,10 @@ export declare namespace devicefarm {
25917
26126
  */
25918
26127
  value?: string;
25919
26128
  }
26129
+ interface ProjectEnvironmentVariable {
26130
+ name: string;
26131
+ value: string;
26132
+ }
25920
26133
  /**
25921
26134
  * The VPC security groups and subnets that are attached to a project
25922
26135
  */
@@ -27641,6 +27854,12 @@ export declare namespace ec2 {
27641
27854
  * Default: `20`
27642
27855
  */
27643
27856
  onDemandMaxPricePercentageOverLowestPrice?: number;
27857
+ /**
27858
+ * Specifies whether instance types must support encrypting in-transit traffic between instances. For more information, including the supported instance types, see [Encryption in transit](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/data-protection.html#encryption-transit) in the *Amazon EC2 User Guide* .
27859
+ *
27860
+ * Default: `false`
27861
+ */
27862
+ requireEncryptionInTransit?: boolean;
27644
27863
  /**
27645
27864
  * Indicates whether instance types must support hibernation for On-Demand Instances.
27646
27865
  *
@@ -30122,9 +30341,21 @@ export declare namespace ec2 {
30122
30341
  * Describes the public hostname type options, including public hostname type, IPv4-enabled public hostname, IPv6-enabled public hostname, and dual-stack public hostname.
30123
30342
  */
30124
30343
  interface NetworkInterfacePublicIpDnsNameOptions {
30344
+ /**
30345
+ * The public hostname type. For more information, see [EC2 instance hostnames, DNS names, and domains](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-naming.html) in the *Amazon EC2 User Guide* .
30346
+ */
30125
30347
  dnsHostnameType?: string;
30348
+ /**
30349
+ * A dual-stack public hostname for a network interface. Requests from within the VPC resolve to both the private IPv4 address and the IPv6 Global Unicast Address of the network interface. Requests from the internet resolve to both the public IPv4 and the IPv6 GUA address of the network interface.
30350
+ */
30126
30351
  publicDualStackDnsName?: string;
30352
+ /**
30353
+ * An IPv4-enabled public hostname for a network interface. Requests from within the VPC resolve to the private primary IPv4 address of the network interface. Requests from the internet resolve to the public IPv4 address of the network interface.
30354
+ */
30127
30355
  publicIpv4DnsName?: string;
30356
+ /**
30357
+ * An IPv6-enabled public hostname for a network interface. Requests from within the VPC or from the internet resolve to the IPv6 GUA of the network interface.
30358
+ */
30128
30359
  publicIpv6DnsName?: string;
30129
30360
  }
30130
30361
  /**
@@ -30727,6 +30958,12 @@ export declare namespace ec2 {
30727
30958
  * Default: `20`
30728
30959
  */
30729
30960
  onDemandMaxPricePercentageOverLowestPrice?: number;
30961
+ /**
30962
+ * Specifies whether instance types must support encrypting in-transit traffic between instances. For more information, including the supported instance types, see [Encryption in transit](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/data-protection.html#encryption-transit) in the *Amazon EC2 User Guide* .
30963
+ *
30964
+ * Default: `false`
30965
+ */
30966
+ requireEncryptionInTransit?: boolean;
30730
30967
  /**
30731
30968
  * Indicates whether instance types must support hibernation for On-Demand Instances.
30732
30969
  *
@@ -33107,6 +33344,8 @@ export declare namespace ecs {
33107
33344
  * The deployment strategy for the service. Choose from these valid values:
33108
33345
  * + ``ROLLING`` - When you create a service which uses the rolling update (``ROLLING``) deployment strategy, the Amazon ECS service scheduler replaces the currently running tasks with new tasks. The number of tasks that Amazon ECS adds or removes from the service during a rolling update is controlled by the service deployment configuration.
33109
33346
  * + ``BLUE_GREEN`` - A blue/green deployment strategy (``BLUE_GREEN``) is a release methodology that reduces downtime and risk by running two identical production environments called blue and green. With Amazon ECS blue/green deployments, you can validate new service revisions before directing production traffic to them. This approach provides a safer way to deploy changes with the ability to quickly roll back if needed.
33347
+ * + ``LINEAR`` - A *linear* deployment strategy (``LINEAR``) gradually shifts traffic from the current production environment to a new environment in equal percentages over time. With Amazon ECS linear deployments, you can control the pace of traffic shifting and validate new service revisions with increasing amounts of production traffic.
33348
+ * + ``CANARY`` - A *canary* deployment strategy (``CANARY``) shifts a small percentage of traffic to the new service revision first, then shifts the remaining traffic all at once after a specified time period. This allows you to test the new version with a subset of users before full deployment.
33110
33349
  */
33111
33350
  strategy?: enums.ecs.ServiceDeploymentConfigurationStrategy;
33112
33351
  }
@@ -35580,7 +35819,7 @@ export declare namespace elasticloadbalancingv2 {
35580
35819
  */
35581
35820
  forwardConfig?: outputs.elasticloadbalancingv2.ListenerForwardConfig;
35582
35821
  /**
35583
- * [HTTPS listeners] Information for validating JWT access tokens in client requests. Specify only when `Type` is `jwt-validation` .
35822
+ * [HTTPS listeners] Information for validating JWT access tokens in client requests. Specify only when ``Type`` is ``jwt-validation``.
35584
35823
  */
35585
35824
  jwtValidationConfig?: outputs.elasticloadbalancingv2.ListenerJwtValidationConfig;
35586
35825
  /**
@@ -35779,17 +36018,20 @@ export declare namespace elasticloadbalancingv2 {
35779
36018
  */
35780
36019
  targetGroups?: outputs.elasticloadbalancingv2.ListenerTargetGroupTuple[];
35781
36020
  }
36021
+ /**
36022
+ * Information about an additional claim to validate.
36023
+ */
35782
36024
  interface ListenerJwtValidationActionAdditionalClaim {
35783
36025
  /**
35784
36026
  * The format of the claim value.
35785
36027
  */
35786
36028
  format: string;
35787
36029
  /**
35788
- * The name of the claim. You can't specify `exp` , `iss` , `nbf` , or `iat` because we validate them by default.
36030
+ * The name of the claim. You can't specify ``exp``, ``iss``, ``nbf``, or ``iat`` because we validate them by default.
35789
36031
  */
35790
36032
  name: string;
35791
36033
  /**
35792
- * The claim value. The maximum size of the list is 10. Each value can be up to 256 characters in length. If the format is `space-separated-values` , the values can't include spaces.
36034
+ * The claim value. The maximum size of the list is 10. Each value can be up to 256 characters in length. If the format is ``space-separated-values``, the values can't include spaces.
35793
36035
  */
35794
36036
  values: string[];
35795
36037
  }
@@ -35879,7 +36121,7 @@ export declare namespace elasticloadbalancingv2 {
35879
36121
  */
35880
36122
  forwardConfig?: outputs.elasticloadbalancingv2.ListenerRuleForwardConfig;
35881
36123
  /**
35882
- * [HTTPS listeners] Information for validating JWT access tokens in client requests. Specify only when `Type` is `jwt-validation` .
36124
+ * [HTTPS listeners] Information for validating JWT access tokens in client requests. Specify only when ``Type`` is ``jwt-validation``.
35883
36125
  */
35884
36126
  jwtValidationConfig?: outputs.elasticloadbalancingv2.ListenerRuleJwtValidationConfig;
35885
36127
  /**
@@ -36072,17 +36314,20 @@ export declare namespace elasticloadbalancingv2 {
36072
36314
  */
36073
36315
  values?: string[];
36074
36316
  }
36317
+ /**
36318
+ * Information about an additional claim to validate.
36319
+ */
36075
36320
  interface ListenerRuleJwtValidationActionAdditionalClaim {
36076
36321
  /**
36077
36322
  * The format of the claim value.
36078
36323
  */
36079
36324
  format: string;
36080
36325
  /**
36081
- * The name of the claim. You can't specify `exp` , `iss` , `nbf` , or `iat` because we validate them by default.
36326
+ * The name of the claim. You can't specify ``exp``, ``iss``, ``nbf``, or ``iat`` because we validate them by default.
36082
36327
  */
36083
36328
  name: string;
36084
36329
  /**
36085
- * The claim value. The maximum size of the list is 10. Each value can be up to 256 characters in length. If the format is `space-separated-values` , the values can't include spaces.
36330
+ * The claim value. The maximum size of the list is 10. Each value can be up to 256 characters in length. If the format is ``space-separated-values``, the values can't include spaces.
36086
36331
  */
36087
36332
  values: string[];
36088
36333
  }
@@ -36330,6 +36575,9 @@ export declare namespace elasticloadbalancingv2 {
36330
36575
  * + ``connection_logs.s3.enabled`` - Indicates whether connection logs are enabled. The value is ``true`` or ``false``. The default is ``false``.
36331
36576
  * + ``connection_logs.s3.bucket`` - The name of the S3 bucket for the connection logs. This attribute is required if connection logs are enabled. The bucket must exist in the same region as the load balancer and have a bucket policy that grants Elastic Load Balancing permissions to write to the bucket.
36332
36577
  * + ``connection_logs.s3.prefix`` - The prefix for the location in the S3 bucket for the connection logs.
36578
+ * + ``health_check_logs.s3.enabled`` - Indicates whether health check logs are enabled. The value is ``true`` or ``false``. The default is ``false``.
36579
+ * + ``health_check_logs.s3.bucket`` - The name of the S3 bucket for the health check logs. This attribute is required if health check logs are enabled. The bucket must exist in the same region as the load balancer and have a bucket policy that grants Elastic Load Balancing permissions to write to the bucket.
36580
+ * + ``health_check_logs.s3.prefix`` - The prefix for the location in the S3 bucket for the health check logs.
36333
36581
  * + ``routing.http.desync_mitigation_mode`` - Determines how the load balancer handles requests that might pose a security risk to your application. The possible values are ``monitor``, ``defensive``, and ``strictest``. The default is ``defensive``.
36334
36582
  * + ``routing.http.drop_invalid_header_fields.enabled`` - Indicates whether HTTP headers with invalid header fields are removed by the load balancer (``true``) or routed to targets (``false``). The default is ``false``.
36335
36583
  * + ``routing.http.preserve_host_header.enabled`` - Indicates whether the Application Load Balancer should preserve the ``Host`` header in the HTTP request and send it to the target without any change. The possible values are ``true`` and ``false``. The default is ``false``.
@@ -36916,6 +37164,10 @@ export declare namespace entityresolution {
36916
37164
  */
36917
37165
  ruleName: string;
36918
37166
  }
37167
+ interface MatchingWorkflowCustomerProfilesIntegrationConfig {
37168
+ domainArn: string;
37169
+ objectTypeArn: string;
37170
+ }
36919
37171
  interface MatchingWorkflowIncrementalRunConfig {
36920
37172
  /**
36921
37173
  * The type of incremental run. The only valid value is `IMMEDIATE` . This appears as "Automatic" in the console.
@@ -36959,6 +37211,7 @@ export declare namespace entityresolution {
36959
37211
  * Normalizes the attributes defined in the schema in the input data. For example, if an attribute has an `AttributeType` of `PHONE_NUMBER` , and the data in the input table is in a format of 1234567890, AWS Entity Resolution will normalize this field in the output to (123)-456-7890.
36960
37212
  */
36961
37213
  applyNormalization?: boolean;
37214
+ customerProfilesIntegrationConfig?: outputs.entityresolution.MatchingWorkflowCustomerProfilesIntegrationConfig;
36962
37215
  /**
36963
37216
  * Customer KMS ARN for encryption at rest. If not provided, system will use an AWS Entity Resolution managed KMS key.
36964
37217
  */
@@ -36970,7 +37223,7 @@ export declare namespace entityresolution {
36970
37223
  /**
36971
37224
  * The S3 path to which Entity Resolution will write the output table
36972
37225
  */
36973
- outputS3Path: string;
37226
+ outputS3Path?: string;
36974
37227
  }
36975
37228
  interface MatchingWorkflowProviderProperties {
36976
37229
  /**
@@ -39911,10 +40164,12 @@ export declare namespace gameliftstreams {
39911
40164
  * A location's name. For example, `us-east-1` . For a complete list of locations that Amazon GameLift Streams supports, refer to [Regions, quotas, and limitations](https://docs.aws.amazon.com/gameliftstreams/latest/developerguide/regions-quotas.html) in the *Amazon GameLift Streams Developer Guide* .
39912
40165
  */
39913
40166
  locationName: string;
40167
+ maximumCapacity?: number;
39914
40168
  /**
39915
- * The streaming capacity that Amazon GameLift Streams can allocate in response to stream requests, and then de-allocate when the session has terminated. This offers a cost control measure at the expense of a greater startup time (typically under 5 minutes). Default is 0 when creating a stream group or adding a location.
40169
+ * This shape is deprecated.
39916
40170
  */
39917
40171
  onDemandCapacity?: number;
40172
+ targetIdleCapacity?: number;
39918
40173
  }
39919
40174
  }
39920
40175
  export declare namespace globalaccelerator {
@@ -41309,6 +41564,128 @@ export declare namespace groundstation {
41309
41564
  */
41310
41565
  port?: number;
41311
41566
  }
41567
+ /**
41568
+ * Socket address of an uplink or downlink agent endpoint with an optional mtu.
41569
+ */
41570
+ interface DataflowEndpointGroupV2ConnectionDetails {
41571
+ /**
41572
+ * Maximum transmission unit (MTU) size in bytes of a dataflow endpoint.
41573
+ */
41574
+ mtu?: number;
41575
+ socketAddress: outputs.groundstation.DataflowEndpointGroupV2SocketAddress;
41576
+ }
41577
+ interface DataflowEndpointGroupV2CreateEndpointDetails {
41578
+ downlinkAwsGroundStationAgentEndpoint?: outputs.groundstation.DataflowEndpointGroupV2DownlinkAwsGroundStationAgentEndpoint;
41579
+ uplinkAwsGroundStationAgentEndpoint?: outputs.groundstation.DataflowEndpointGroupV2UplinkAwsGroundStationAgentEndpoint;
41580
+ }
41581
+ /**
41582
+ * Information about DownlinkAwsGroundStationAgentEndpoint used for create
41583
+ */
41584
+ interface DataflowEndpointGroupV2DownlinkAwsGroundStationAgentEndpoint {
41585
+ dataflowDetails: outputs.groundstation.DataflowEndpointGroupV2DownlinkDataflowDetails;
41586
+ name: string;
41587
+ }
41588
+ /**
41589
+ * Information about DownlinkAwsGroundStationAgentEndpoint
41590
+ */
41591
+ interface DataflowEndpointGroupV2DownlinkAwsGroundStationAgentEndpointDetails {
41592
+ agentStatus?: enums.groundstation.DataflowEndpointGroupV2AgentStatus;
41593
+ auditResults?: enums.groundstation.DataflowEndpointGroupV2AuditResults;
41594
+ dataflowDetails: outputs.groundstation.DataflowEndpointGroupV2DownlinkDataflowDetails;
41595
+ name: string;
41596
+ }
41597
+ /**
41598
+ * Connection details for downlink, from ground station to agent, and customer to agent
41599
+ */
41600
+ interface DataflowEndpointGroupV2DownlinkConnectionDetails {
41601
+ agentIpAndPortAddress: outputs.groundstation.DataflowEndpointGroupV2RangedConnectionDetails;
41602
+ egressAddressAndPort: outputs.groundstation.DataflowEndpointGroupV2ConnectionDetails;
41603
+ }
41604
+ /**
41605
+ * Dataflow details for downlink
41606
+ */
41607
+ interface DataflowEndpointGroupV2DownlinkDataflowDetails {
41608
+ agentConnectionDetails?: outputs.groundstation.DataflowEndpointGroupV2DownlinkConnectionDetails;
41609
+ }
41610
+ interface DataflowEndpointGroupV2EndpointDetails {
41611
+ downlinkAwsGroundStationAgentEndpoint?: outputs.groundstation.DataflowEndpointGroupV2DownlinkAwsGroundStationAgentEndpointDetails;
41612
+ uplinkAwsGroundStationAgentEndpoint?: outputs.groundstation.DataflowEndpointGroupV2UplinkAwsGroundStationAgentEndpointDetails;
41613
+ }
41614
+ /**
41615
+ * An integer range that has a minimum and maximum value.
41616
+ */
41617
+ interface DataflowEndpointGroupV2IntegerRange {
41618
+ /**
41619
+ * A maximum value.
41620
+ */
41621
+ maximum: number;
41622
+ /**
41623
+ * A minimum value.
41624
+ */
41625
+ minimum: number;
41626
+ }
41627
+ /**
41628
+ * Socket address of an uplink or downlink agent endpoint with a port range and an optional mtu.
41629
+ */
41630
+ interface DataflowEndpointGroupV2RangedConnectionDetails {
41631
+ /**
41632
+ * Maximum transmission unit (MTU) size in bytes of a dataflow endpoint.
41633
+ */
41634
+ mtu?: number;
41635
+ socketAddress: outputs.groundstation.DataflowEndpointGroupV2RangedSocketAddress;
41636
+ }
41637
+ /**
41638
+ * A socket address with a port range.
41639
+ */
41640
+ interface DataflowEndpointGroupV2RangedSocketAddress {
41641
+ /**
41642
+ * IPv4 socket address.
41643
+ */
41644
+ name: string;
41645
+ /**
41646
+ * Port range of a socket address.
41647
+ */
41648
+ portRange: outputs.groundstation.DataflowEndpointGroupV2IntegerRange;
41649
+ }
41650
+ interface DataflowEndpointGroupV2SocketAddress {
41651
+ /**
41652
+ * IPv4 socket address.
41653
+ */
41654
+ name: string;
41655
+ /**
41656
+ * Port of a socket address.
41657
+ */
41658
+ port: number;
41659
+ }
41660
+ /**
41661
+ * Information about UplinkAwsGroundStationAgentEndpoint used for create
41662
+ */
41663
+ interface DataflowEndpointGroupV2UplinkAwsGroundStationAgentEndpoint {
41664
+ dataflowDetails: outputs.groundstation.DataflowEndpointGroupV2UplinkDataflowDetails;
41665
+ name: string;
41666
+ }
41667
+ /**
41668
+ * Information about UplinkAwsGroundStationAgentEndpoint
41669
+ */
41670
+ interface DataflowEndpointGroupV2UplinkAwsGroundStationAgentEndpointDetails {
41671
+ agentStatus?: enums.groundstation.DataflowEndpointGroupV2AgentStatus;
41672
+ auditResults?: enums.groundstation.DataflowEndpointGroupV2AuditResults;
41673
+ dataflowDetails: outputs.groundstation.DataflowEndpointGroupV2UplinkDataflowDetails;
41674
+ name: string;
41675
+ }
41676
+ /**
41677
+ * Connection details for uplink, from ground station to agent, and customer to agent
41678
+ */
41679
+ interface DataflowEndpointGroupV2UplinkConnectionDetails {
41680
+ agentIpAndPortAddress: outputs.groundstation.DataflowEndpointGroupV2RangedConnectionDetails;
41681
+ ingressAddressAndPort: outputs.groundstation.DataflowEndpointGroupV2ConnectionDetails;
41682
+ }
41683
+ /**
41684
+ * Dataflow details for uplink
41685
+ */
41686
+ interface DataflowEndpointGroupV2UplinkDataflowDetails {
41687
+ agentConnectionDetails?: outputs.groundstation.DataflowEndpointGroupV2UplinkConnectionDetails;
41688
+ }
41312
41689
  interface MissionProfileDataflowEdge {
41313
41690
  /**
41314
41691
  * The ARN of the destination for this dataflow edge. For example, specify the ARN of a dataflow endpoint config for a downlink edge or an antenna uplink config for an uplink edge.
@@ -51245,6 +51622,9 @@ export declare namespace lambda {
51245
51622
  * The maximum number of EC2 instances that the capacity provider can scale up to.
51246
51623
  */
51247
51624
  maxVCpuCount?: number;
51625
+ /**
51626
+ * The scaling mode that determines how the capacity provider responds to changes in demand.
51627
+ */
51248
51628
  scalingMode?: enums.lambda.CapacityProviderScalingMode;
51249
51629
  /**
51250
51630
  * A list of target tracking scaling policies for the capacity provider.
@@ -51255,6 +51635,9 @@ export declare namespace lambda {
51255
51635
  * A target tracking scaling policy for the capacity provider.
51256
51636
  */
51257
51637
  interface CapacityProviderTargetTrackingScalingPolicy {
51638
+ /**
51639
+ * The predefined metric type to track for scaling decisions.
51640
+ */
51258
51641
  predefinedMetricType: enums.lambda.CapacityProviderPredefinedMetricType;
51259
51642
  /**
51260
51643
  * The target value for the metric as a percentage (for example, 70.0 for 70%).
@@ -51543,6 +51926,9 @@ export declare namespace lambda {
51543
51926
  uri?: string;
51544
51927
  }
51545
51928
  interface FunctionCapacityProviderConfig {
51929
+ /**
51930
+ * Configuration for Lambda-managed instances used by the capacity provider.
51931
+ */
51546
51932
  lambdaManagedInstancesCapacityProviderConfig: outputs.lambda.FunctionLambdaManagedInstancesCapacityProviderConfig;
51547
51933
  }
51548
51934
  /**
@@ -53930,6 +54316,10 @@ export declare namespace logs {
53930
54316
  * Specify the service or process that produces the log events that will be converted with this processor.
53931
54317
  */
53932
54318
  eventSource: enums.logs.TransformerEventSource;
54319
+ /**
54320
+ * The version of the OCSF mapping to use for parsing log data.
54321
+ */
54322
+ mappingVersion?: string;
53933
54323
  /**
53934
54324
  * Specify which version of the OCSF schema to use for the transformed log events.
53935
54325
  */
@@ -57742,6 +58132,7 @@ export declare namespace msk {
57742
58132
  revision: number;
57743
58133
  }
57744
58134
  interface ClusterConnectivityInfo {
58135
+ networkType?: enums.msk.ClusterNetworkType;
57745
58136
  /**
57746
58137
  * Access control settings for the cluster's brokers.
57747
58138
  */
@@ -59586,6 +59977,9 @@ export declare namespace observabilityadmin {
59586
59977
  * A delimiter to delineate log fields
59587
59978
  */
59588
59979
  fieldDelimiter?: string;
59980
+ /**
59981
+ * The format for ELB access log entries (plain text or JSON format).
59982
+ */
59589
59983
  outputFormat?: enums.observabilityadmin.OrganizationTelemetryRuleElbLoadBalancerLoggingParametersOutputFormat;
59590
59984
  }
59591
59985
  /**
@@ -59627,7 +60021,13 @@ export declare namespace observabilityadmin {
59627
60021
  * Default handling for logs that don't match any of the specified filtering conditions.
59628
60022
  */
59629
60023
  interface OrganizationTelemetryRuleLoggingFilter {
60024
+ /**
60025
+ * The default action (KEEP or DROP) for log records that don't match any filter conditions.
60026
+ */
59630
60027
  defaultBehavior?: enums.observabilityadmin.OrganizationTelemetryRuleFilterBehavior;
60028
+ /**
60029
+ * A list of filter conditions that determine log record handling behavior.
60030
+ */
59631
60031
  filters?: outputs.observabilityadmin.OrganizationTelemetryRuleFilter[];
59632
60032
  }
59633
60033
  /**
@@ -59643,6 +60043,9 @@ export declare namespace observabilityadmin {
59643
60043
  * The destination configuration for telemetry data
59644
60044
  */
59645
60045
  interface OrganizationTelemetryRuleTelemetryDestinationConfiguration {
60046
+ /**
60047
+ * Configuration parameters specific to AWS CloudTrail when CloudTrail is the source type.
60048
+ */
59646
60049
  cloudtrailParameters?: outputs.observabilityadmin.OrganizationTelemetryRuleCloudtrailParameters;
59647
60050
  /**
59648
60051
  * The pattern used to generate the destination path or name, supporting macros like <resourceId> and <accountId>.
@@ -59652,6 +60055,9 @@ export declare namespace observabilityadmin {
59652
60055
  * The type of destination for the telemetry data (e.g., "Amazon CloudWatch Logs", "S3").
59653
60056
  */
59654
60057
  destinationType?: enums.observabilityadmin.OrganizationTelemetryRuleDestinationType;
60058
+ /**
60059
+ * Configuration parameters specific to ELB load balancer logging when ELB is the resource type.
60060
+ */
59655
60061
  elbLoadBalancerLoggingParameters?: outputs.observabilityadmin.OrganizationTelemetryRuleElbLoadBalancerLoggingParameters;
59656
60062
  /**
59657
60063
  * The number of days to retain the telemetry data in the destination.
@@ -59661,6 +60067,9 @@ export declare namespace observabilityadmin {
59661
60067
  * Configuration parameters specific to VPC Flow Logs when VPC is the resource type.
59662
60068
  */
59663
60069
  vpcFlowLogParameters?: outputs.observabilityadmin.OrganizationTelemetryRuleVpcFlowLogParameters;
60070
+ /**
60071
+ * Configuration parameters specific to WAF logging when WAF is the resource type.
60072
+ */
59664
60073
  wafLoggingParameters?: outputs.observabilityadmin.OrganizationTelemetryRuleWafLoggingParameters;
59665
60074
  }
59666
60075
  /**
@@ -59683,6 +60092,9 @@ export declare namespace observabilityadmin {
59683
60092
  * Criteria for selecting which resources the rule applies to, such as resource tags.
59684
60093
  */
59685
60094
  selectionCriteria?: string;
60095
+ /**
60096
+ * The specific telemetry source types to configure for the resource, such as VPC_FLOW_LOGS or EKS_AUDIT_LOGS. TelemetrySourceTypes must be correlated with the specific resource type.
60097
+ */
59686
60098
  telemetrySourceTypes?: enums.observabilityadmin.OrganizationTelemetryRuleTelemetrySourceType[];
59687
60099
  /**
59688
60100
  * The type of telemetry to collect (Logs, Metrics, or Traces).
@@ -59710,7 +60122,13 @@ export declare namespace observabilityadmin {
59710
60122
  * Telemetry parameters for WAF v2 Web ACL
59711
60123
  */
59712
60124
  interface OrganizationTelemetryRuleWafLoggingParameters {
60125
+ /**
60126
+ * The type of WAF logs to collect (currently supports WAF_LOGS).
60127
+ */
59713
60128
  logType?: enums.observabilityadmin.OrganizationTelemetryRuleWafLogType;
60129
+ /**
60130
+ * A filter configuration that determines which WAF log records to include or exclude.
60131
+ */
59714
60132
  loggingFilter?: outputs.observabilityadmin.OrganizationTelemetryRuleLoggingFilter;
59715
60133
  /**
59716
60134
  * Fields not to be included in the logs.
@@ -59731,12 +60149,33 @@ export declare namespace observabilityadmin {
59731
60149
  value: string;
59732
60150
  }
59733
60151
  interface TelemetryPipelinesTelemetryPipeline {
60152
+ /**
60153
+ * The Amazon Resource Name (ARN) of the telemetry pipeline.
60154
+ */
59734
60155
  arn?: string;
60156
+ /**
60157
+ * The configuration that defines how the telemetry pipeline processes data.
60158
+ */
59735
60159
  configuration?: outputs.observabilityadmin.TelemetryPipelinesTelemetryPipelineConfiguration;
60160
+ /**
60161
+ * The timestamp when the telemetry pipeline was created.
60162
+ */
59736
60163
  createdTimeStamp?: number;
60164
+ /**
60165
+ * The timestamp when the telemetry pipeline was last updated.
60166
+ */
59737
60167
  lastUpdateTimeStamp?: number;
60168
+ /**
60169
+ * The name of the telemetry pipeline.
60170
+ */
59738
60171
  name?: string;
60172
+ /**
60173
+ * The current status of the telemetry pipeline.
60174
+ */
59739
60175
  status?: enums.observabilityadmin.TelemetryPipelinesTelemetryPipelineStatus;
60176
+ /**
60177
+ * Additional information about the pipeline status, including reasons for failure states.
60178
+ */
59740
60179
  statusReason?: outputs.observabilityadmin.TelemetryPipelinesTelemetryPipelineStatusReason;
59741
60180
  /**
59742
60181
  * An array of key-value pairs to apply to this resource
@@ -59744,9 +60183,15 @@ export declare namespace observabilityadmin {
59744
60183
  tags?: outputs.observabilityadmin.TelemetryPipelinesTag[];
59745
60184
  }
59746
60185
  interface TelemetryPipelinesTelemetryPipelineConfiguration {
60186
+ /**
60187
+ * The pipeline configuration body that defines the data processing rules and transformations.
60188
+ */
59747
60189
  body: string;
59748
60190
  }
59749
60191
  interface TelemetryPipelinesTelemetryPipelineStatusReason {
60192
+ /**
60193
+ * A description of the pipeline status reason, providing additional context about the current state.
60194
+ */
59750
60195
  description?: string;
59751
60196
  }
59752
60197
  /**
@@ -59765,6 +60210,9 @@ export declare namespace observabilityadmin {
59765
60210
  * Criteria for selecting which resources the rule applies to, such as resource tags.
59766
60211
  */
59767
60212
  selectionCriteria?: string;
60213
+ /**
60214
+ * The specific telemetry source types to configure for the resource, such as VPC_FLOW_LOGS or EKS_AUDIT_LOGS. TelemetrySourceTypes must be correlated with the specific resource type.
60215
+ */
59768
60216
  telemetrySourceTypes?: enums.observabilityadmin.TelemetryRuleTelemetrySourceType[];
59769
60217
  /**
59770
60218
  * The type of telemetry to collect (Logs, Metrics, or Traces).
@@ -59847,6 +60295,9 @@ export declare namespace observabilityadmin {
59847
60295
  * A delimiter to delineate log fields
59848
60296
  */
59849
60297
  fieldDelimiter?: string;
60298
+ /**
60299
+ * The format for ELB access log entries (plain text or JSON format).
60300
+ */
59850
60301
  outputFormat?: enums.observabilityadmin.TelemetryRuleElbLoadBalancerLoggingParametersOutputFormat;
59851
60302
  }
59852
60303
  /**
@@ -59888,7 +60339,13 @@ export declare namespace observabilityadmin {
59888
60339
  * Default handling for logs that don't match any of the specified filtering conditions.
59889
60340
  */
59890
60341
  interface TelemetryRuleLoggingFilter {
60342
+ /**
60343
+ * The default action (KEEP or DROP) for log records that don't match any filter conditions.
60344
+ */
59891
60345
  defaultBehavior?: enums.observabilityadmin.TelemetryRuleFilterBehavior;
60346
+ /**
60347
+ * A list of filter conditions that determine log record handling behavior.
60348
+ */
59892
60349
  filters?: outputs.observabilityadmin.TelemetryRuleFilter[];
59893
60350
  }
59894
60351
  /**
@@ -59904,6 +60361,9 @@ export declare namespace observabilityadmin {
59904
60361
  * The destination configuration for telemetry data
59905
60362
  */
59906
60363
  interface TelemetryRuleTelemetryDestinationConfiguration {
60364
+ /**
60365
+ * Configuration parameters specific to AWS CloudTrail when CloudTrail is the source type.
60366
+ */
59907
60367
  cloudtrailParameters?: outputs.observabilityadmin.TelemetryRuleCloudtrailParameters;
59908
60368
  /**
59909
60369
  * The pattern used to generate the destination path or name, supporting macros like <resourceId> and <accountId>.
@@ -59913,6 +60373,9 @@ export declare namespace observabilityadmin {
59913
60373
  * The type of destination for the telemetry data (e.g., "Amazon CloudWatch Logs", "S3").
59914
60374
  */
59915
60375
  destinationType?: enums.observabilityadmin.TelemetryRuleDestinationType;
60376
+ /**
60377
+ * Configuration parameters specific to ELB load balancer logging when ELB is the resource type.
60378
+ */
59916
60379
  elbLoadBalancerLoggingParameters?: outputs.observabilityadmin.TelemetryRuleElbLoadBalancerLoggingParameters;
59917
60380
  /**
59918
60381
  * Parameters for BedrockAgentCore log delivery
@@ -59926,6 +60389,9 @@ export declare namespace observabilityadmin {
59926
60389
  * Configuration parameters specific to VPC Flow Logs when VPC is the resource type.
59927
60390
  */
59928
60391
  vpcFlowLogParameters?: outputs.observabilityadmin.TelemetryRuleVpcFlowLogParameters;
60392
+ /**
60393
+ * Configuration parameters specific to WAF logging when WAF is the resource type.
60394
+ */
59929
60395
  wafLoggingParameters?: outputs.observabilityadmin.TelemetryRuleWafLoggingParameters;
59930
60396
  }
59931
60397
  /**
@@ -59958,7 +60424,13 @@ export declare namespace observabilityadmin {
59958
60424
  * Telemetry parameters for WAF v2 Web ACL
59959
60425
  */
59960
60426
  interface TelemetryRuleWafLoggingParameters {
60427
+ /**
60428
+ * The type of WAF logs to collect (currently supports WAF_LOGS).
60429
+ */
59961
60430
  logType?: enums.observabilityadmin.TelemetryRuleWafLogType;
60431
+ /**
60432
+ * A filter configuration that determines which WAF log records to include or exclude.
60433
+ */
59962
60434
  loggingFilter?: outputs.observabilityadmin.TelemetryRuleLoggingFilter;
59963
60435
  /**
59964
60436
  * Fields not to be included in the logs.
@@ -60461,6 +60933,19 @@ export declare namespace omics {
60461
60933
  }
60462
60934
  }
60463
60935
  export declare namespace opensearchserverless {
60936
+ /**
60937
+ * The configuration to encrypt the collection
60938
+ */
60939
+ interface CollectionEncryptionConfig {
60940
+ /**
60941
+ * The configuration to encrypt the collection with AWS owned key
60942
+ */
60943
+ awsOwnedKey?: boolean;
60944
+ /**
60945
+ * The ARN of the KMS key to encrypt the collection with
60946
+ */
60947
+ kmsKeyArn?: string;
60948
+ }
60464
60949
  interface IndexPropertyMapping {
60465
60950
  /**
60466
60951
  * Dimension size for vector fields, defines the number of dimensions in the vector
@@ -61318,7 +61803,17 @@ export declare namespace paymentcryptography {
61318
61803
  wrap?: boolean;
61319
61804
  }
61320
61805
  interface KeyReplicationStatusType {
61806
+ /**
61807
+ * The current status of key replication in this AWS Region .
61808
+ *
61809
+ * This field indicates whether the key replication is in progress, completed successfully, or has encountered an error. Possible values include states such as `SYNCRHONIZED` , `IN_PROGRESS` , `DELETE_IN_PROGRESS` , or `FAILED` . This provides visibility into the replication process for monitoring and troubleshooting purposes.
61810
+ */
61321
61811
  status: enums.paymentcryptography.KeyReplicationState;
61812
+ /**
61813
+ * A message that provides additional information about the current replication status of the key.
61814
+ *
61815
+ * This field contains details about any issues or progress updates related to key replication operations. It may include information about replication failures, synchronization status, or other operational details.
61816
+ */
61322
61817
  statusMessage?: string;
61323
61818
  }
61324
61819
  }
@@ -94895,11 +95390,19 @@ export declare namespace s3 {
94895
95390
  */
94896
95391
  tagFilters?: outputs.s3.BucketTagFilter[];
94897
95392
  }
95393
+ /**
95394
+ * 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).
95395
+ * This data type is used with the following actions:
95396
+ * + [PutBucketEncryption](https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketEncryption.html)
95397
+ * + [GetBucketEncryption](https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetBucketEncryption.html)
95398
+ * + [DeleteBucketEncryption](https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteBucketEncryption.html)
95399
+ *
95400
+ * + Permissions You must have the s3:PutEncryptionConfiguration permission to block or unblock an encryption type for a bucket. You must have the s3:GetEncryptionConfiguration permission to view a bucket's encryption type.
95401
+ */
94898
95402
  interface BucketBlockedEncryptionTypes {
94899
95403
  /**
94900
95404
  * The object encryption type that you want to block or unblock for an Amazon S3 general purpose bucket.
94901
- *
94902
- * > Currently, this parameter only supports blocking or unblocking server side encryption with customer-provided keys (SSE-C). For more information about SSE-C, see [Using server-side encryption with customer-provided keys (SSE-C)](https://docs.aws.amazon.com/AmazonS3/latest/userguide/ServerSideEncryptionCustomerKeys.html) .
95405
+ * Currently, this parameter only supports blocking or unblocking server side encryption with customer-provided keys (SSE-C). For more information about SSE-C, see [Using server-side encryption with customer-provided keys (SSE-C)](https://docs.aws.amazon.com/AmazonS3/latest/userguide/ServerSideEncryptionCustomerKeys.html).
94903
95406
  */
94904
95407
  encryptionType?: enums.s3.BucketBlockedEncryptionTypeListItem[];
94905
95408
  }
@@ -95404,7 +95907,7 @@ export declare namespace s3 {
95404
95907
  objectOwnership?: enums.s3.BucketOwnershipControlsRuleObjectOwnership;
95405
95908
  }
95406
95909
  /**
95407
- * The PublicAccessBlock configuration that you want to apply to this Amazon S3 bucket. You can enable the configuration options in any combination. For more information about when Amazon S3 considers a bucket or object public, see [The Meaning of "Public"](https://docs.aws.amazon.com/AmazonS3/latest/dev/access-control-block-public-access.html#access-control-block-public-access-policy-status) in the *Amazon S3 User Guide*.
95910
+ * The PublicAccessBlock configuration that you want to apply to this Amazon S3 bucket. You can enable the configuration options in any combination. Bucket-level settings work alongside account-level settings (which may inherit from organization-level policies). For more information about when Amazon S3 considers a bucket or object public, see [The Meaning of "Public"](https://docs.aws.amazon.com/AmazonS3/latest/dev/access-control-block-public-access.html#access-control-block-public-access-policy-status) in the *Amazon S3 User Guide*.
95408
95911
  */
95409
95912
  interface BucketPublicAccessBlockConfiguration {
95410
95913
  /**
@@ -95830,9 +96333,8 @@ export declare namespace s3 {
95830
96333
  */
95831
96334
  interface BucketServerSideEncryptionRule {
95832
96335
  /**
95833
- * 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) .
95834
- *
95835
- * > Currently, this parameter only supports blocking or unblocking server-side encryption with customer-provided keys (SSE-C). For more information about SSE-C, see [Using server-side encryption with customer-provided keys (SSE-C)](https://docs.aws.amazon.com/AmazonS3/latest/userguide/ServerSideEncryptionCustomerKeys.html) .
96336
+ * 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).
96337
+ * Currently, this parameter only supports blocking or unblocking server-side encryption with customer-provided keys (SSE-C). For more information about SSE-C, see [Using server-side encryption with customer-provided keys (SSE-C)](https://docs.aws.amazon.com/AmazonS3/latest/userguide/ServerSideEncryptionCustomerKeys.html).
95836
96338
  */
95837
96339
  blockedEncryptionTypes?: outputs.s3.BucketBlockedEncryptionTypes;
95838
96340
  /**
@@ -96195,6 +96697,7 @@ export declare namespace s3 {
96195
96697
  * This property contains the details of the bucket where the S3 Storage Lens metrics export will be placed.
96196
96698
  */
96197
96699
  s3BucketDestination?: outputs.s3.StorageLensS3BucketDestination;
96700
+ storageLensTableDestination?: outputs.s3.StorageLensTableDestination;
96198
96701
  }
96199
96702
  /**
96200
96703
  * Enables detailed status codes metrics.
@@ -96215,6 +96718,7 @@ export declare namespace s3 {
96215
96718
  */
96216
96719
  interface StorageLensExpandedPrefixesDataExport {
96217
96720
  s3BucketDestination?: outputs.s3.StorageLensS3BucketDestination;
96721
+ storageLensTableDestination?: outputs.s3.StorageLensTableDestination;
96218
96722
  }
96219
96723
  /**
96220
96724
  * The Storage Lens group will include objects that match all of the specified filter values.
@@ -96416,6 +96920,16 @@ export declare namespace s3 {
96416
96920
  */
96417
96921
  minStorageBytesPercentage?: number;
96418
96922
  }
96923
+ /**
96924
+ * S3 Tables destination settings for the Amazon S3 Storage Lens metrics export.
96925
+ */
96926
+ interface StorageLensTableDestination {
96927
+ encryption?: outputs.s3.StorageLensEncryption;
96928
+ /**
96929
+ * Specifies whether the export to S3 Tables is enabled or disabled.
96930
+ */
96931
+ isEnabled: boolean;
96932
+ }
96419
96933
  }
96420
96934
  export declare namespace s3express {
96421
96935
  interface AccessPointPublicAccessBlockConfiguration {
@@ -96876,6 +97390,19 @@ export declare namespace s3tables {
96876
97390
  }
96877
97391
  }
96878
97392
  export declare namespace s3vectors {
97393
+ /**
97394
+ * The encryption configuration for the index.
97395
+ */
97396
+ interface IndexEncryptionConfiguration {
97397
+ /**
97398
+ * AWS Key Management Service (KMS) customer managed key ID to use for the encryption configuration. This parameter is allowed if and only if sseType is set to aws:kms
97399
+ */
97400
+ kmsKeyArn?: string;
97401
+ /**
97402
+ * Defines the server-side encryption type for index encryption configuration. Defaults to the parent vector bucket's encryption settings when unspecified.
97403
+ */
97404
+ sseType?: enums.s3vectors.IndexEncryptionConfigurationSseType;
97405
+ }
96879
97406
  /**
96880
97407
  * The metadata configuration for the vector index.
96881
97408
  */
@@ -97100,6 +97627,10 @@ export declare namespace sagemaker {
97100
97627
  instanceType: string;
97101
97628
  kubernetesConfig?: outputs.sagemaker.ClusterKubernetesConfig;
97102
97629
  lifeCycleConfig: outputs.sagemaker.ClusterLifeCycleConfig;
97630
+ /**
97631
+ * The minimum number of instances required for the instance group to be InService. MinInstanceCount must be less than or equal to InstanceCount.
97632
+ */
97633
+ minInstanceCount?: number;
97103
97634
  onStartDeepHealthChecks?: enums.sagemaker.ClusterDeepHealthCheckType[];
97104
97635
  overrideVpcConfig?: outputs.sagemaker.ClusterVpcConfig;
97105
97636
  scheduledUpdateConfig?: outputs.sagemaker.ClusterScheduledUpdateConfig;
@@ -102491,13 +103022,13 @@ export declare namespace securityhub {
102491
103022
  /**
102492
103023
  * A timestamp that provides the end date for the date filter.
102493
103024
  *
102494
- * For more information about the validation and formatting of timestamp fields in Security Hub , see [Timestamps](https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps) .
103025
+ * For more information about the validation and formatting of timestamp fields in AWS Security Hub CSPM , see [Timestamps](https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps) .
102495
103026
  */
102496
103027
  end?: string;
102497
103028
  /**
102498
103029
  * A timestamp that provides the start date for the date filter.
102499
103030
  *
102500
- * For more information about the validation and formatting of timestamp fields in Security Hub , see [Timestamps](https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps) .
103031
+ * For more information about the validation and formatting of timestamp fields in AWS Security Hub CSPM , see [Timestamps](https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps) .
102501
103032
  */
102502
103033
  start?: string;
102503
103034
  }
@@ -103460,13 +103991,13 @@ export declare namespace securityhub {
103460
103991
  /**
103461
103992
  * A timestamp that provides the end date for the date filter.
103462
103993
  *
103463
- * For more information about the validation and formatting of timestamp fields in Security Hub , see [Timestamps](https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps) .
103994
+ * For more information about the validation and formatting of timestamp fields in AWS Security Hub CSPM , see [Timestamps](https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps) .
103464
103995
  */
103465
103996
  end?: string;
103466
103997
  /**
103467
103998
  * A timestamp that provides the start date for the date filter.
103468
103999
  *
103469
- * For more information about the validation and formatting of timestamp fields in Security Hub , see [Timestamps](https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps) .
104000
+ * For more information about the validation and formatting of timestamp fields in AWS Security Hub CSPM , see [Timestamps](https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps) .
103470
104001
  */
103471
104002
  start?: string;
103472
104003
  }
@@ -103540,7 +104071,7 @@ export declare namespace securityhub {
103540
104071
  */
103541
104072
  interface InsightStringFilter {
103542
104073
  /**
103543
- * The condition to apply to a string value when filtering Security Hub findings.
104074
+ * The condition to apply to a string value when filtering Security Hub CSPM findings.
103544
104075
  *
103545
104076
  * To search for values that have the filter value, use one of the following comparison operators:
103546
104077
  *
@@ -103560,20 +104091,20 @@ export declare namespace securityhub {
103560
104091
  *
103561
104092
  * You can’t have both a `CONTAINS` filter and a `NOT_CONTAINS` filter on the same field. Similarly, you can't provide both an `EQUALS` filter and a `NOT_EQUALS` or `PREFIX_NOT_EQUALS` filter on the same field. Combining filters in this way returns an error. `CONTAINS` filters can only be used with other `CONTAINS` filters. `NOT_CONTAINS` filters can only be used with other `NOT_CONTAINS` filters.
103562
104093
  *
103563
- * You can combine `PREFIX` filters with `NOT_EQUALS` or `PREFIX_NOT_EQUALS` filters for the same field. Security Hub first processes the `PREFIX` filters, and then the `NOT_EQUALS` or `PREFIX_NOT_EQUALS` filters.
104094
+ * You can combine `PREFIX` filters with `NOT_EQUALS` or `PREFIX_NOT_EQUALS` filters for the same field. Security Hub CSPM first processes the `PREFIX` filters, and then the `NOT_EQUALS` or `PREFIX_NOT_EQUALS` filters.
103564
104095
  *
103565
- * For example, for the following filters, Security Hub first identifies findings that have resource types that start with either `AwsIam` or `AwsEc2` . It then excludes findings that have a resource type of `AwsIamPolicy` and findings that have a resource type of `AwsEc2NetworkInterface` .
104096
+ * For example, for the following filters, Security Hub CSPM first identifies findings that have resource types that start with either `AwsIam` or `AwsEc2` . It then excludes findings that have a resource type of `AwsIamPolicy` and findings that have a resource type of `AwsEc2NetworkInterface` .
103566
104097
  *
103567
104098
  * - `ResourceType PREFIX AwsIam`
103568
104099
  * - `ResourceType PREFIX AwsEc2`
103569
104100
  * - `ResourceType NOT_EQUALS AwsIamPolicy`
103570
104101
  * - `ResourceType NOT_EQUALS AwsEc2NetworkInterface`
103571
104102
  *
103572
- * `CONTAINS` and `NOT_CONTAINS` operators can be used only with automation rules V1. `CONTAINS_WORD` operator is only supported in `GetFindingsV2` , `GetFindingStatisticsV2` , `GetResourcesV2` , and `GetResourceStatisticsV2` APIs. For more information, see [Automation rules](https://docs.aws.amazon.com/securityhub/latest/userguide/automation-rules.html) in the *Security Hub User Guide* .
104103
+ * `CONTAINS` and `NOT_CONTAINS` operators can be used only with automation rules V1. `CONTAINS_WORD` operator is only supported in `GetFindingsV2` , `GetFindingStatisticsV2` , `GetResourcesV2` , and `GetResourceStatisticsV2` APIs. For more information, see [Automation rules](https://docs.aws.amazon.com/securityhub/latest/userguide/automation-rules.html) in the *AWS Security Hub CSPM User Guide* .
103573
104104
  */
103574
104105
  comparison: enums.securityhub.InsightStringFilterComparison;
103575
104106
  /**
103576
- * The string filter value. Filter values are case sensitive. For example, the product name for control-based findings is `Security Hub` . If you provide `security hub` as the filter value, there's no match.
104107
+ * The string filter value. Filter values are case sensitive. For example, the product name for control-based findings is `Security Hub CSPM` . If you provide `security hub` as the filter value, there's no match.
103577
104108
  */
103578
104109
  value: string;
103579
104110
  }
@@ -103583,9 +104114,9 @@ export declare namespace securityhub {
103583
104114
  */
103584
104115
  value?: outputs.securityhub.SecurityControlParameterValue;
103585
104116
  /**
103586
- * Identifies whether a control parameter uses a custom user-defined value or subscribes to the default Security Hub behavior.
104117
+ * Identifies whether a control parameter uses a custom user-defined value or subscribes to the default AWS Security Hub CSPM behavior.
103587
104118
  *
103588
- * When `ValueType` is set equal to `DEFAULT` , the default behavior can be a specific Security Hub default value, or the default behavior can be to ignore a specific parameter. When `ValueType` is set equal to `DEFAULT` , Security Hub ignores user-provided input for the `Value` field.
104119
+ * When `ValueType` is set equal to `DEFAULT` , the default behavior can be a specific Security Hub CSPM default value, or the default behavior can be to ignore a specific parameter. When `ValueType` is set equal to `DEFAULT` , Security Hub CSPM ignores user-provided input for the `Value` field.
103589
104120
  *
103590
104121
  * When `ValueType` is set equal to `CUSTOM` , the `Value` field can't be empty.
103591
104122
  */
@@ -104509,6 +105040,15 @@ export declare namespace ses {
104509
105040
  */
104510
105041
  textPart?: string;
104511
105042
  }
105043
+ /**
105044
+ * The resource to associate with the tenant
105045
+ */
105046
+ interface TenantResourceAssociation {
105047
+ /**
105048
+ * The ARN of the resource to associate with the tenant
105049
+ */
105050
+ resourceArn: string;
105051
+ }
104512
105052
  /**
104513
105053
  * Preferences regarding the Dashboard feature.
104514
105054
  */
@@ -104855,6 +105395,179 @@ export declare namespace ssm {
104855
105395
  */
104856
105396
  version?: string;
104857
105397
  }
105398
+ interface MaintenanceWindowTargetTargets {
105399
+ /**
105400
+ * User-defined criteria for sending commands that target managed nodes that meet the criteria.
105401
+ */
105402
+ key: string;
105403
+ /**
105404
+ * User-defined criteria that maps to Key.
105405
+ */
105406
+ values: string[];
105407
+ }
105408
+ interface MaintenanceWindowTaskCloudWatchOutputConfig {
105409
+ /**
105410
+ * The name of the CloudWatch log group where you want to send command output.
105411
+ */
105412
+ cloudWatchLogGroupName?: string;
105413
+ /**
105414
+ * Enables Systems Manager to send command output to CloudWatch Logs.
105415
+ */
105416
+ cloudWatchOutputEnabled?: boolean;
105417
+ }
105418
+ interface MaintenanceWindowTaskLoggingInfo {
105419
+ /**
105420
+ * The AWS Region where the S3 bucket is located.
105421
+ */
105422
+ region: string;
105423
+ /**
105424
+ * The name of an S3 bucket where execution logs are stored.
105425
+ */
105426
+ s3Bucket: string;
105427
+ /**
105428
+ * The Amazon S3 bucket subfolder.
105429
+ */
105430
+ s3Prefix?: string;
105431
+ }
105432
+ interface MaintenanceWindowTaskMaintenanceWindowAutomationParameters {
105433
+ /**
105434
+ * The version of an Automation runbook to use during task execution.
105435
+ */
105436
+ documentVersion?: string;
105437
+ /**
105438
+ * The parameters for the `AUTOMATION` type task.
105439
+ */
105440
+ parameters?: any;
105441
+ }
105442
+ interface MaintenanceWindowTaskMaintenanceWindowLambdaParameters {
105443
+ /**
105444
+ * Client-specific information to pass to the AWS Lambda function that you're invoking. You can then use the `context` variable to process the client information in your AWS Lambda function.
105445
+ */
105446
+ clientContext?: string;
105447
+ /**
105448
+ * JSON to provide to your AWS Lambda function as input.
105449
+ *
105450
+ * > Although `Type` is listed as "String" for this property, the payload content must be formatted as a Base64-encoded binary data object.
105451
+ *
105452
+ * *Length Constraint:* 4096
105453
+ */
105454
+ payload?: string;
105455
+ /**
105456
+ * An AWS Lambda function version or alias name. If you specify a function version, the action uses the qualified function Amazon Resource Name (ARN) to invoke a specific Lambda function. If you specify an alias name, the action uses the alias ARN to invoke the Lambda function version that the alias points to.
105457
+ */
105458
+ qualifier?: string;
105459
+ }
105460
+ interface MaintenanceWindowTaskMaintenanceWindowRunCommandParameters {
105461
+ /**
105462
+ * Configuration options for sending command output to Amazon CloudWatch Logs.
105463
+ */
105464
+ cloudWatchOutputConfig?: outputs.ssm.MaintenanceWindowTaskCloudWatchOutputConfig;
105465
+ /**
105466
+ * Information about the command or commands to run.
105467
+ */
105468
+ comment?: string;
105469
+ /**
105470
+ * The SHA-256 or SHA-1 hash created by the system when the document was created. SHA-1 hashes have been deprecated.
105471
+ */
105472
+ documentHash?: string;
105473
+ /**
105474
+ * The SHA-256 or SHA-1 hash type. SHA-1 hashes are deprecated.
105475
+ */
105476
+ documentHashType?: string;
105477
+ /**
105478
+ * The AWS Systems Manager document (SSM document) version to use in the request. You can specify `$DEFAULT` , `$LATEST` , or a specific version number. If you run commands by using the AWS CLI, then you must escape the first two options by using a backslash. If you specify a version number, then you don't need to use the backslash. For example:
105479
+ *
105480
+ * `--document-version "\$DEFAULT"`
105481
+ *
105482
+ * `--document-version "\$LATEST"`
105483
+ *
105484
+ * `--document-version "3"`
105485
+ */
105486
+ documentVersion?: string;
105487
+ /**
105488
+ * Configurations for sending notifications about command status changes on a per-managed node basis.
105489
+ */
105490
+ notificationConfig?: outputs.ssm.MaintenanceWindowTaskNotificationConfig;
105491
+ /**
105492
+ * The name of the Amazon Simple Storage Service (Amazon S3) bucket.
105493
+ */
105494
+ outputS3BucketName?: string;
105495
+ /**
105496
+ * The S3 bucket subfolder.
105497
+ */
105498
+ outputS3KeyPrefix?: string;
105499
+ /**
105500
+ * The parameters for the `RUN_COMMAND` task execution.
105501
+ *
105502
+ * The supported parameters are the same as those for the `SendCommand` API call. For more information, see [SendCommand](https://docs.aws.amazon.com/systems-manager/latest/APIReference/API_SendCommand.html) in the *AWS Systems Manager API Reference* .
105503
+ */
105504
+ parameters?: any;
105505
+ /**
105506
+ * The Amazon Resource Name (ARN) of the IAM service role for AWS Systems Manager to assume when running a maintenance window task. If you do not specify a service role ARN, Systems Manager uses a service-linked role in your account. If no appropriate service-linked role for Systems Manager exists in your account, it is created when you run `RegisterTaskWithMaintenanceWindow` .
105507
+ *
105508
+ * However, for an improved security posture, we strongly recommend creating a custom policy and custom service role for running your maintenance window tasks. The policy can be crafted to provide only the permissions needed for your particular maintenance window tasks. For more information, see [Setting up Maintenance Windows](https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-maintenance-permissions.html) in the in the *AWS Systems Manager User Guide* .
105509
+ */
105510
+ serviceRoleArn?: string;
105511
+ /**
105512
+ * If this time is reached and the command hasn't already started running, it doesn't run.
105513
+ */
105514
+ timeoutSeconds?: number;
105515
+ }
105516
+ interface MaintenanceWindowTaskMaintenanceWindowStepFunctionsParameters {
105517
+ /**
105518
+ * The inputs for the `STEP_FUNCTIONS` task.
105519
+ */
105520
+ input?: string;
105521
+ /**
105522
+ * The name of the `STEP_FUNCTIONS` task.
105523
+ */
105524
+ name?: string;
105525
+ }
105526
+ interface MaintenanceWindowTaskNotificationConfig {
105527
+ /**
105528
+ * An Amazon Resource Name (ARN) for an Amazon Simple Notification Service (Amazon SNS) topic. Run Command pushes notifications about command status changes to this topic.
105529
+ */
105530
+ notificationArn: string;
105531
+ /**
105532
+ * The different events that you can receive notifications for. These events include the following: `All` (events), `InProgress` , `Success` , `TimedOut` , `Cancelled` , `Failed` . To learn more about these events, see [Configuring Amazon SNS Notifications for AWS Systems Manager](https://docs.aws.amazon.com/systems-manager/latest/userguide/monitoring-sns-notifications.html) in the *AWS Systems Manager User Guide* .
105533
+ */
105534
+ notificationEvents?: string[];
105535
+ /**
105536
+ * The notification type.
105537
+ *
105538
+ * - `Command` : Receive notification when the status of a command changes.
105539
+ * - `Invocation` : For commands sent to multiple instances, receive notification on a per-instance basis when the status of a command changes.
105540
+ */
105541
+ notificationType?: string;
105542
+ }
105543
+ interface MaintenanceWindowTaskTarget {
105544
+ /**
105545
+ * User-defined criteria for sending commands that target instances that meet the criteria. `Key` can be `InstanceIds` or `WindowTargetIds` . For more information about how to target instances within a maintenance window task, see [About 'register-task-with-maintenance-window' Options and Values](https://docs.aws.amazon.com/systems-manager/latest/userguide/register-tasks-options.html) in the *AWS Systems Manager User Guide* .
105546
+ */
105547
+ key: string;
105548
+ /**
105549
+ * User-defined criteria that maps to `Key` . For example, if you specify `InstanceIds` , you can specify `i-1234567890abcdef0,i-9876543210abcdef0` to run a command on two EC2 instances. For more information about how to target instances within a maintenance window task, see [About 'register-task-with-maintenance-window' Options and Values](https://docs.aws.amazon.com/systems-manager/latest/userguide/register-tasks-options.html) in the *AWS Systems Manager User Guide* .
105550
+ */
105551
+ values: string[];
105552
+ }
105553
+ interface MaintenanceWindowTaskTaskInvocationParameters {
105554
+ /**
105555
+ * The parameters for an `AUTOMATION` task type.
105556
+ */
105557
+ maintenanceWindowAutomationParameters?: outputs.ssm.MaintenanceWindowTaskMaintenanceWindowAutomationParameters;
105558
+ /**
105559
+ * The parameters for a `LAMBDA` task type.
105560
+ */
105561
+ maintenanceWindowLambdaParameters?: outputs.ssm.MaintenanceWindowTaskMaintenanceWindowLambdaParameters;
105562
+ /**
105563
+ * The parameters for a `RUN_COMMAND` task type.
105564
+ */
105565
+ maintenanceWindowRunCommandParameters?: outputs.ssm.MaintenanceWindowTaskMaintenanceWindowRunCommandParameters;
105566
+ /**
105567
+ * The parameters for a `STEP_FUNCTIONS` task type.
105568
+ */
105569
+ maintenanceWindowStepFunctionsParameters?: outputs.ssm.MaintenanceWindowTaskMaintenanceWindowStepFunctionsParameters;
105570
+ }
104858
105571
  /**
104859
105572
  * Defines which patches should be included in a patch baseline.
104860
105573
  */
@@ -111801,6 +112514,46 @@ export declare namespace workspacesweb {
111801
112514
  }
111802
112515
  interface SessionLoggerUnit {
111803
112516
  }
112517
+ interface UserSettingsBrandingConfiguration {
112518
+ /**
112519
+ * The color theme for components on the web portal. Choose `Light` if you upload a dark wallpaper, or `Dark` for a light wallpaper.
112520
+ */
112521
+ colorTheme?: enums.workspacesweb.UserSettingsColorTheme;
112522
+ /**
112523
+ * The favicon image for the portal. Provide either a binary image file or an S3 URI pointing to the image file. Maximum 100 KB in JPEG, PNG, or ICO format.
112524
+ */
112525
+ favicon?: string;
112526
+ /**
112527
+ * Read-only. Metadata for the favicon image file, including the MIME type, file extension, and upload timestamp. This property is automatically populated by the service and cannot be specified in your template. It can be retrieved using the `Fn::GetAtt` intrinsic function.
112528
+ */
112529
+ faviconMetadata?: outputs.workspacesweb.UserSettingsImageMetadata;
112530
+ /**
112531
+ * A map of localized text strings for different languages, allowing the portal to display content in the user's preferred language.
112532
+ */
112533
+ localizedStrings?: {
112534
+ [key: string]: outputs.workspacesweb.UserSettingsLocalizedBrandingStrings;
112535
+ };
112536
+ /**
112537
+ * The logo image for the portal. Provide either a binary image file or an S3 URI pointing to the image file. Maximum 100 KB in JPEG, PNG, or ICO format.
112538
+ */
112539
+ logo?: string;
112540
+ /**
112541
+ * Read-only. Metadata for the logo image file, including the MIME type, file extension, and upload timestamp. This property is automatically populated by the service and cannot be specified in your template. It can be retrieved using the `Fn::GetAtt` intrinsic function.
112542
+ */
112543
+ logoMetadata?: outputs.workspacesweb.UserSettingsImageMetadata;
112544
+ /**
112545
+ * The terms of service text in Markdown format that users must accept before accessing the portal.
112546
+ */
112547
+ termsOfService?: string;
112548
+ /**
112549
+ * The wallpaper image for the portal. Provide either a binary image file or an S3 URI pointing to the image file. Maximum 5 MB in JPEG or PNG format.
112550
+ */
112551
+ wallpaper?: string;
112552
+ /**
112553
+ * Read-only. Metadata for the wallpaper image file, including the MIME type, file extension, and upload timestamp. This property is automatically populated by the service and cannot be specified in your template. It can be retrieved using the `Fn::GetAtt` intrinsic function.
112554
+ */
112555
+ wallpaperMetadata?: outputs.workspacesweb.UserSettingsImageMetadata;
112556
+ }
111804
112557
  interface UserSettingsCookieSpecification {
111805
112558
  /**
111806
112559
  * The domain of the cookie.
@@ -111825,6 +112578,54 @@ export declare namespace workspacesweb {
111825
112578
  */
111826
112579
  blocklist?: outputs.workspacesweb.UserSettingsCookieSpecification[];
111827
112580
  }
112581
+ interface UserSettingsImageMetadata {
112582
+ /**
112583
+ * The file extension of the image.
112584
+ */
112585
+ fileExtension: string;
112586
+ /**
112587
+ * The timestamp when the image was last uploaded.
112588
+ */
112589
+ lastUploadTimestamp: string;
112590
+ /**
112591
+ * The MIME type of the image.
112592
+ */
112593
+ mimeType: enums.workspacesweb.UserSettingsMimeType;
112594
+ }
112595
+ interface UserSettingsLocalizedBrandingStrings {
112596
+ /**
112597
+ * The text displayed in the browser tab title.
112598
+ */
112599
+ browserTabTitle: string;
112600
+ /**
112601
+ * The text displayed on the contact button. This field is optional and defaults to "Contact us".
112602
+ */
112603
+ contactButtonText?: string;
112604
+ /**
112605
+ * A contact link URL. The URL must start with `https://` or `mailto:` . If not provided, the contact button will be hidden from the web portal screen.
112606
+ */
112607
+ contactLink?: string;
112608
+ /**
112609
+ * The text displayed during session loading. This field is optional and defaults to "Loading your session".
112610
+ */
112611
+ loadingText?: string;
112612
+ /**
112613
+ * The text displayed on the login button. This field is optional and defaults to "Sign In".
112614
+ */
112615
+ loginButtonText?: string;
112616
+ /**
112617
+ * The description text for the login section. This field is optional and defaults to "Sign in to your session".
112618
+ */
112619
+ loginDescription?: string;
112620
+ /**
112621
+ * The title text for the login section. This field is optional and defaults to "Sign In".
112622
+ */
112623
+ loginTitle?: string;
112624
+ /**
112625
+ * The welcome text displayed on the sign-in page.
112626
+ */
112627
+ welcomeText: string;
112628
+ }
111828
112629
  interface UserSettingsToolbarConfiguration {
111829
112630
  /**
111830
112631
  * The list of toolbar items to be hidden.