@awboost/cfntypes 0.100.359 → 0.100.361

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.
@@ -27182,7 +27182,7 @@ export type BedrockAgentCoreGatewayWorkloadIdentityDetails = {
27182
27182
  WorkloadIdentityArn: string;
27183
27183
  };
27184
27184
  /**
27185
- * Definition of AWS::BedrockAgentCore::GatewayTarget Resource Type
27185
+ * Resource Type definition for AWS::BedrockAgentCore::GatewayTarget
27186
27186
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-gatewaytarget.html}
27187
27187
  */
27188
27188
  export type BedrockAgentCoreGatewayTargetProps = {
@@ -27327,6 +27327,14 @@ export type BedrockAgentCoreGatewayTargetMcpTargetConfiguration = {
27327
27327
  */
27328
27328
  export type BedrockAgentCoreGatewayTargetOAuthCredentialProvider = {
27329
27329
  CustomParameters?: BedrockAgentCoreGatewayTargetOAuthCustomParameters;
27330
+ /**
27331
+ * Return URL for OAuth callback.
27332
+ * @minLength `1`
27333
+ * @maxLength `2048`
27334
+ * @pattern `\w+:(\/?\/?)[^\s]+`
27335
+ */
27336
+ DefaultReturnUrl?: string;
27337
+ GrantType?: BedrockAgentCoreGatewayTargetOAuthGrantType;
27330
27338
  /**
27331
27339
  * @pattern `^arn:([^:]*):([^:]*):([^:]*):([0-9]{12})?:(.+)$`
27332
27340
  */
@@ -27341,6 +27349,11 @@ export type BedrockAgentCoreGatewayTargetOAuthCredentialProvider = {
27341
27349
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gatewaytarget-oauthcustomparameters.html}
27342
27350
  */
27343
27351
  export type BedrockAgentCoreGatewayTargetOAuthCustomParameters = Record<string, string>;
27352
+ /**
27353
+ * Type definition for `AWS::BedrockAgentCore::GatewayTarget.OAuthGrantType`.
27354
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gatewaytarget-oauthgranttype.html}
27355
+ */
27356
+ export type BedrockAgentCoreGatewayTargetOAuthGrantType = "AUTHORIZATION_CODE" | "CLIENT_CREDENTIALS";
27344
27357
  /**
27345
27358
  * Type definition for `AWS::BedrockAgentCore::GatewayTarget.S3Configuration`.
27346
27359
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gatewaytarget-s3configuration.html}
@@ -29104,6 +29117,657 @@ export type BudgetsBudgetsActionSubscriber = {
29104
29117
  Address: string;
29105
29118
  Type: "SNS" | "EMAIL";
29106
29119
  };
29120
+ /**
29121
+ * Resource type definition for `AWS::Cases::CaseRule`.
29122
+ * A case rule. In the Amazon Connect admin website, case rules are known as case field conditions. Case rules are used to define the situations under which fields should have certain effects (such as required).
29123
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cases-caserule.html}
29124
+ */
29125
+ export type CasesCaseRuleProps = {
29126
+ /**
29127
+ * A description explaining the purpose and behavior of this case rule. Helps administrators understand when and why this rule applies to case fields.
29128
+ * @maxLength `255`
29129
+ */
29130
+ Description?: string;
29131
+ /**
29132
+ * The unique identifier of the Cases domain.
29133
+ * @minLength `1`
29134
+ * @maxLength `500`
29135
+ */
29136
+ DomainId?: string;
29137
+ /**
29138
+ * A descriptive name for the case rule. Must be unique within the domain and should clearly indicate the rule's purpose (e.g., 'Priority Field Required for Urgent Cases').
29139
+ * @minLength `1`
29140
+ * @maxLength `100`
29141
+ * @pattern `^.*[\S]$`
29142
+ */
29143
+ Name: string;
29144
+ /**
29145
+ * Defines the rule behavior and conditions. Specifies the rule type and the conditions under which it applies. In the Amazon Connect admin website, this corresponds to case field conditions.
29146
+ */
29147
+ Rule: CasesCaseRuleCaseRuleDetails;
29148
+ /**
29149
+ * The tags that you attach to this case rule.
29150
+ */
29151
+ Tags?: CasesCaseRuleTag[];
29152
+ };
29153
+ /**
29154
+ * Attribute type definition for `AWS::Cases::CaseRule`.
29155
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cases-caserule.html#aws-resource-cases-caserule-return-values}
29156
+ */
29157
+ export type CasesCaseRuleAttributes = {
29158
+ /**
29159
+ * The Amazon Resource Name (ARN) of a case rule.
29160
+ * @minLength `1`
29161
+ * @maxLength `500`
29162
+ */
29163
+ CaseRuleArn: string;
29164
+ /**
29165
+ * The unique identifier of a case rule.
29166
+ * @minLength `1`
29167
+ * @maxLength `500`
29168
+ */
29169
+ CaseRuleId: string;
29170
+ /**
29171
+ * The time at which the case rule was created.
29172
+ */
29173
+ CreatedTime: string;
29174
+ /**
29175
+ * The time at which the case rule was created or last modified.
29176
+ */
29177
+ LastModifiedTime: string;
29178
+ };
29179
+ /**
29180
+ * Type definition for `AWS::Cases::CaseRule.BooleanCondition`.
29181
+ * A boolean condition for a rule.
29182
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cases-caserule-booleancondition.html}
29183
+ */
29184
+ export type CasesCaseRuleBooleanCondition = {
29185
+ /**
29186
+ * Boolean operands for a condition.
29187
+ */
29188
+ EqualTo: CasesCaseRuleBooleanOperands;
29189
+ } | {
29190
+ /**
29191
+ * Boolean operands for a condition.
29192
+ */
29193
+ NotEqualTo: CasesCaseRuleBooleanOperands;
29194
+ };
29195
+ /**
29196
+ * Type definition for `AWS::Cases::CaseRule.BooleanOperands`.
29197
+ * Boolean operands for a condition.
29198
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cases-caserule-booleanoperands.html}
29199
+ */
29200
+ export type CasesCaseRuleBooleanOperands = {
29201
+ OperandOne: CasesCaseRuleOperandOne;
29202
+ /**
29203
+ * The right hand operand in the condition.
29204
+ */
29205
+ OperandTwo: CasesCaseRuleOperandTwo;
29206
+ /**
29207
+ * The value of the outer rule if the condition evaluates to true.
29208
+ */
29209
+ Result: boolean;
29210
+ };
29211
+ /**
29212
+ * Type definition for `AWS::Cases::CaseRule.CaseRuleDetails`.
29213
+ * Defines the rule behavior and conditions. Specifies the rule type and the conditions under which it applies. In the Amazon Connect admin website, this corresponds to case field conditions.
29214
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cases-caserule-caseruledetails.html}
29215
+ */
29216
+ export type CasesCaseRuleCaseRuleDetails = {
29217
+ /**
29218
+ * A required rule type, used to indicate whether a field is required.
29219
+ */
29220
+ Required: CasesCaseRuleRequiredCaseRule;
29221
+ } | {
29222
+ /**
29223
+ * Hidden rule type, used to indicate whether a field is hidden
29224
+ */
29225
+ Hidden: CasesCaseRuleHiddenCaseRule;
29226
+ };
29227
+ /**
29228
+ * Type definition for `AWS::Cases::CaseRule.EmptyOperandValue`.
29229
+ * An empty operand value.
29230
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cases-caserule-emptyoperandvalue.html}
29231
+ */
29232
+ export type CasesCaseRuleEmptyOperandValue = Record<string, any>;
29233
+ /**
29234
+ * Type definition for `AWS::Cases::CaseRule.HiddenCaseRule`.
29235
+ * Hidden rule type, used to indicate whether a field is hidden
29236
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cases-caserule-hiddencaserule.html}
29237
+ */
29238
+ export type CasesCaseRuleHiddenCaseRule = {
29239
+ /**
29240
+ * List of conditions for the hidden rule; the first condition to evaluate to true dictates the value of the rule
29241
+ * @maxLength `100`
29242
+ */
29243
+ Conditions: CasesCaseRuleBooleanCondition[];
29244
+ /**
29245
+ * The value of the rule (i.e. whether the field is hidden) should none of the conditions evaluate to true
29246
+ */
29247
+ DefaultValue: boolean;
29248
+ };
29249
+ /**
29250
+ * Type definition for `AWS::Cases::CaseRule.OperandOne`.
29251
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cases-caserule-operandone.html}
29252
+ */
29253
+ export type CasesCaseRuleOperandOne = {
29254
+ /**
29255
+ * The field ID this operand should take the value of.
29256
+ * @minLength `1`
29257
+ * @maxLength `500`
29258
+ */
29259
+ FieldId: string;
29260
+ };
29261
+ /**
29262
+ * Type definition for `AWS::Cases::CaseRule.OperandTwo`.
29263
+ * The right hand operand in the condition.
29264
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cases-caserule-operandtwo.html}
29265
+ */
29266
+ export type CasesCaseRuleOperandTwo = {
29267
+ /**
29268
+ * A string value to compare against the field value in the condition evaluation.
29269
+ * @minLength `1`
29270
+ * @maxLength `1500`
29271
+ */
29272
+ StringValue: string;
29273
+ } | {
29274
+ /**
29275
+ * A boolean value to compare against the field value in the condition evaluation.
29276
+ */
29277
+ BooleanValue: boolean;
29278
+ } | {
29279
+ /**
29280
+ * A numeric value to compare against the field value in the condition evaluation.
29281
+ */
29282
+ DoubleValue: number;
29283
+ } | {
29284
+ /**
29285
+ * An empty operand value.
29286
+ */
29287
+ EmptyValue: CasesCaseRuleEmptyOperandValue;
29288
+ };
29289
+ /**
29290
+ * Type definition for `AWS::Cases::CaseRule.RequiredCaseRule`.
29291
+ * A required rule type, used to indicate whether a field is required.
29292
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cases-caserule-requiredcaserule.html}
29293
+ */
29294
+ export type CasesCaseRuleRequiredCaseRule = {
29295
+ /**
29296
+ * An ordered list of boolean conditions that determine when the field should be required. Conditions are evaluated in order, and the first condition that evaluates to true determines whether the field is required, overriding the default value.
29297
+ * @maxLength `100`
29298
+ */
29299
+ Conditions: CasesCaseRuleBooleanCondition[];
29300
+ /**
29301
+ * The default required state for the field when none of the specified conditions are met. If true, the field is required by default; if false, the field is optional by default.
29302
+ */
29303
+ DefaultValue: boolean;
29304
+ };
29305
+ /**
29306
+ * Type definition for `AWS::Cases::CaseRule.Tag`.
29307
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cases-caserule-tag.html}
29308
+ */
29309
+ export type CasesCaseRuleTag = {
29310
+ /**
29311
+ * The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
29312
+ * @minLength `1`
29313
+ * @maxLength `128`
29314
+ * @pattern `^(?!aws:)[a-zA-Z+-=._:/]+$`
29315
+ */
29316
+ Key: string;
29317
+ /**
29318
+ * The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
29319
+ * @minLength `0`
29320
+ * @maxLength `256`
29321
+ */
29322
+ Value: string;
29323
+ };
29324
+ /**
29325
+ * Resource type definition for `AWS::Cases::Domain`.
29326
+ * A domain, which is a container for all case data, such as cases, fields, templates and layouts. Each Amazon Connect instance can be associated with only one Cases domain.
29327
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cases-domain.html}
29328
+ */
29329
+ export type CasesDomainProps = {
29330
+ /**
29331
+ * The name for your Cases domain. It must be unique for your AWS account.
29332
+ * @minLength `1`
29333
+ * @maxLength `100`
29334
+ * @pattern `^.*[\S]$`
29335
+ */
29336
+ Name: string;
29337
+ /**
29338
+ * The tags that you attach to this domain.
29339
+ */
29340
+ Tags?: CasesDomainTag[];
29341
+ };
29342
+ /**
29343
+ * Attribute type definition for `AWS::Cases::Domain`.
29344
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cases-domain.html#aws-resource-cases-domain-return-values}
29345
+ */
29346
+ export type CasesDomainAttributes = {
29347
+ /**
29348
+ * The time at which the domain was created.
29349
+ */
29350
+ CreatedTime: string;
29351
+ /**
29352
+ * The Amazon Resource Name (ARN) for the Cases domain.
29353
+ * @minLength `1`
29354
+ * @maxLength `500`
29355
+ */
29356
+ DomainArn: string;
29357
+ /**
29358
+ * The unique identifier of the Cases domain.
29359
+ * @minLength `1`
29360
+ * @maxLength `500`
29361
+ */
29362
+ DomainId: string;
29363
+ /**
29364
+ * The current status of the Cases domain. Indicates whether the domain is Active, CreationInProgress, or CreationFailed.
29365
+ */
29366
+ DomainStatus: CasesDomainDomainStatus;
29367
+ };
29368
+ /**
29369
+ * Type definition for `AWS::Cases::Domain.DomainStatus`.
29370
+ * The current status of the Cases domain. Indicates whether the domain is Active, CreationInProgress, or CreationFailed.
29371
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cases-domain-domainstatus.html}
29372
+ */
29373
+ export type CasesDomainDomainStatus = "Active" | "CreationInProgress" | "CreationFailed";
29374
+ /**
29375
+ * Type definition for `AWS::Cases::Domain.Tag`.
29376
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cases-domain-tag.html}
29377
+ */
29378
+ export type CasesDomainTag = {
29379
+ /**
29380
+ * The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
29381
+ * @minLength `1`
29382
+ * @maxLength `128`
29383
+ * @pattern `^(?!aws:)[a-zA-Z+-=._:/]+$`
29384
+ */
29385
+ Key: string;
29386
+ /**
29387
+ * The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
29388
+ * @minLength `0`
29389
+ * @maxLength `256`
29390
+ */
29391
+ Value: string;
29392
+ };
29393
+ /**
29394
+ * Resource type definition for `AWS::Cases::Field`.
29395
+ * A field in the Cases domain. This field is used to define the case object model (that is, defines what data can be captured on cases) in a Cases domain.
29396
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cases-field.html}
29397
+ */
29398
+ export type CasesFieldProps = {
29399
+ /**
29400
+ * A description explaining the purpose and usage of this field in cases. Helps agents and administrators understand what information should be captured in this field.
29401
+ * @maxLength `255`
29402
+ */
29403
+ Description?: string;
29404
+ /**
29405
+ * The unique identifier of the Cases domain.
29406
+ * @minLength `1`
29407
+ * @maxLength `500`
29408
+ */
29409
+ DomainId?: string;
29410
+ /**
29411
+ * The display name of the field as it appears to agents in the case interface. Should be descriptive and user-friendly (e.g., 'Customer Priority Level', 'Issue Category').
29412
+ * @minLength `1`
29413
+ * @maxLength `100`
29414
+ * @pattern `^.*[\S]$`
29415
+ */
29416
+ Name: string;
29417
+ /**
29418
+ * The tags that you attach to this field.
29419
+ */
29420
+ Tags?: CasesFieldTag[];
29421
+ /**
29422
+ * The data type of the field, which determines validation rules, input constraints, and display format. Each type has specific constraints: Text (string input), Number (numeric values), Boolean (true/false), DateTime (date/time picker), SingleSelect (dropdown options), Url (URL validation), User (Amazon Connect user selection).
29423
+ */
29424
+ Type: CasesFieldFieldType;
29425
+ };
29426
+ /**
29427
+ * Attribute type definition for `AWS::Cases::Field`.
29428
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cases-field.html#aws-resource-cases-field-return-values}
29429
+ */
29430
+ export type CasesFieldAttributes = {
29431
+ /**
29432
+ * The time at which the field was created.
29433
+ */
29434
+ CreatedTime: string;
29435
+ /**
29436
+ * The Amazon Resource Name (ARN) of the field.
29437
+ * @minLength `1`
29438
+ * @maxLength `500`
29439
+ */
29440
+ FieldArn: string;
29441
+ /**
29442
+ * The unique identifier of a field.
29443
+ * @minLength `1`
29444
+ * @maxLength `500`
29445
+ */
29446
+ FieldId: string;
29447
+ /**
29448
+ * The time at which the field was created or last modified.
29449
+ */
29450
+ LastModifiedTime: string;
29451
+ /**
29452
+ * Indicates whether this is a System field (predefined by AWS) or a Custom field (created by your organization). System fields cannot be modified or deleted.
29453
+ */
29454
+ Namespace: "System" | "Custom";
29455
+ };
29456
+ /**
29457
+ * Type definition for `AWS::Cases::Field.FieldType`.
29458
+ * The data type of the field, which determines validation rules, input constraints, and display format. Each type has specific constraints: Text (string input), Number (numeric values), Boolean (true/false), DateTime (date/time picker), SingleSelect (dropdown options), Url (URL validation), User (Amazon Connect user selection).
29459
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cases-field-fieldtype.html}
29460
+ */
29461
+ export type CasesFieldFieldType = "Text" | "Number" | "Boolean" | "DateTime" | "SingleSelect" | "Url" | "User";
29462
+ /**
29463
+ * Type definition for `AWS::Cases::Field.Tag`.
29464
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cases-field-tag.html}
29465
+ */
29466
+ export type CasesFieldTag = {
29467
+ /**
29468
+ * The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
29469
+ * @minLength `1`
29470
+ * @maxLength `128`
29471
+ * @pattern `^(?!aws:)[a-zA-Z+-=._:/]+$`
29472
+ */
29473
+ Key: string;
29474
+ /**
29475
+ * The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
29476
+ * @minLength `0`
29477
+ * @maxLength `256`
29478
+ */
29479
+ Value: string;
29480
+ };
29481
+ /**
29482
+ * Resource type definition for `AWS::Cases::Layout`.
29483
+ * A layout in the Cases domain. Layouts define the following configuration in the top section and More Info tab of the Cases user interface: Fields to display to the users and Field ordering.
29484
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cases-layout.html}
29485
+ */
29486
+ export type CasesLayoutProps = {
29487
+ Content: CasesLayoutLayoutContent;
29488
+ /**
29489
+ * The unique identifier of the Cases domain.
29490
+ * @minLength `1`
29491
+ * @maxLength `500`
29492
+ */
29493
+ DomainId?: string;
29494
+ /**
29495
+ * A descriptive name for the layout. Must be unique within the Cases domain and should clearly indicate the layout's purpose and field organization.
29496
+ * @minLength `1`
29497
+ * @maxLength `100`
29498
+ * @pattern `^.*[\S]$`
29499
+ */
29500
+ Name: string;
29501
+ /**
29502
+ * The tags that you attach to this layout.
29503
+ */
29504
+ Tags?: CasesLayoutTag[];
29505
+ };
29506
+ /**
29507
+ * Attribute type definition for `AWS::Cases::Layout`.
29508
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cases-layout.html#aws-resource-cases-layout-return-values}
29509
+ */
29510
+ export type CasesLayoutAttributes = {
29511
+ /**
29512
+ * The time at which the layout was created.
29513
+ */
29514
+ CreatedTime: string;
29515
+ /**
29516
+ * The time at which the layout was created or last modified.
29517
+ */
29518
+ LastModifiedTime: string;
29519
+ /**
29520
+ * The Amazon Resource Name (ARN) of the layout.
29521
+ * @minLength `1`
29522
+ * @maxLength `500`
29523
+ */
29524
+ LayoutArn: string;
29525
+ /**
29526
+ * The unique identifier of the layout.
29527
+ * @minLength `1`
29528
+ * @maxLength `500`
29529
+ */
29530
+ LayoutId: string;
29531
+ };
29532
+ /**
29533
+ * Type definition for `AWS::Cases::Layout.BasicLayout`.
29534
+ * Defines the field layout for the agent's case interface. Configures which fields appear in the top panel (immediately visible) and More Info tab (expandable section) of the case view, allowing customization of the agent experience.
29535
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cases-layout-basiclayout.html}
29536
+ */
29537
+ export type CasesLayoutBasicLayout = {
29538
+ /**
29539
+ * Sections within a panel or tab of the page layout.
29540
+ */
29541
+ MoreInfo?: CasesLayoutLayoutSections;
29542
+ /**
29543
+ * Sections within a panel or tab of the page layout.
29544
+ */
29545
+ TopPanel?: CasesLayoutLayoutSections;
29546
+ };
29547
+ /**
29548
+ * Type definition for `AWS::Cases::Layout.FieldGroup`.
29549
+ * Consists of a group of fields and associated properties.
29550
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cases-layout-fieldgroup.html}
29551
+ */
29552
+ export type CasesLayoutFieldGroup = {
29553
+ /**
29554
+ * An ordered list of fields to display in this group. The order determines the sequence in which fields appear in the agent interface. Each field is referenced by its unique field ID.
29555
+ * @maxLength `220`
29556
+ */
29557
+ Fields: CasesLayoutFieldItem[];
29558
+ /**
29559
+ * A descriptive name for the field group. Helps organize related fields together in the layout interface.
29560
+ * @maxLength `100`
29561
+ */
29562
+ Name?: string;
29563
+ };
29564
+ /**
29565
+ * Type definition for `AWS::Cases::Layout.FieldItem`.
29566
+ * Field specific properties.
29567
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cases-layout-fielditem.html}
29568
+ */
29569
+ export type CasesLayoutFieldItem = {
29570
+ /**
29571
+ * The unique identifier of a field.
29572
+ * @minLength `1`
29573
+ * @maxLength `500`
29574
+ */
29575
+ Id: string;
29576
+ };
29577
+ /**
29578
+ * Type definition for `AWS::Cases::Layout.LayoutContent`.
29579
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cases-layout-layoutcontent.html}
29580
+ */
29581
+ export type CasesLayoutLayoutContent = {
29582
+ /**
29583
+ * Defines the field layout for the agent's case interface. Configures which fields appear in the top panel (immediately visible) and More Info tab (expandable section) of the case view, allowing customization of the agent experience.
29584
+ */
29585
+ Basic: CasesLayoutBasicLayout;
29586
+ };
29587
+ /**
29588
+ * Type definition for `AWS::Cases::Layout.LayoutSections`.
29589
+ * Sections within a panel or tab of the page layout.
29590
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cases-layout-layoutsections.html}
29591
+ */
29592
+ export type CasesLayoutLayoutSections = {
29593
+ /**
29594
+ * Defines the sections within a panel or tab. Contains field groups that organize related fields together.
29595
+ * @maxLength `1`
29596
+ */
29597
+ Sections?: CasesLayoutSection[];
29598
+ };
29599
+ /**
29600
+ * Type definition for `AWS::Cases::Layout.Section`.
29601
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cases-layout-section.html}
29602
+ */
29603
+ export type CasesLayoutSection = {
29604
+ /**
29605
+ * Consists of a group of fields and associated properties.
29606
+ */
29607
+ FieldGroup: CasesLayoutFieldGroup;
29608
+ };
29609
+ /**
29610
+ * Type definition for `AWS::Cases::Layout.Tag`.
29611
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cases-layout-tag.html}
29612
+ */
29613
+ export type CasesLayoutTag = {
29614
+ /**
29615
+ * The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
29616
+ * @minLength `1`
29617
+ * @maxLength `128`
29618
+ * @pattern `^(?!aws:)[a-zA-Z+-=._:/]+$`
29619
+ */
29620
+ Key: string;
29621
+ /**
29622
+ * The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
29623
+ * @minLength `0`
29624
+ * @maxLength `256`
29625
+ */
29626
+ Value: string;
29627
+ };
29628
+ /**
29629
+ * Resource type definition for `AWS::Cases::Template`.
29630
+ * A template in the Cases domain. This template is used to define the case object model (that is, to define what data can be captured on cases) in a Cases domain. A template must have a unique name within a domain, and it must reference existing field IDs and layout IDs.
29631
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cases-template.html}
29632
+ */
29633
+ export type CasesTemplateProps = {
29634
+ /**
29635
+ * A description explaining the purpose and use case for this template. Should indicate what types of cases this template is designed for and any specific workflow it supports.
29636
+ * @maxLength `255`
29637
+ */
29638
+ Description?: string;
29639
+ /**
29640
+ * The unique identifier of the Cases domain.
29641
+ * @minLength `1`
29642
+ * @maxLength `500`
29643
+ */
29644
+ DomainId?: string;
29645
+ /**
29646
+ * Specifies the default layout to use when displaying cases created from this template. The layout determines which fields are visible and their arrangement in the agent interface.
29647
+ */
29648
+ LayoutConfiguration?: CasesTemplateLayoutConfiguration;
29649
+ /**
29650
+ * A name for the template. It must be unique per domain.
29651
+ * @minLength `1`
29652
+ * @maxLength `100`
29653
+ * @pattern `^.*[\S]$`
29654
+ */
29655
+ Name: string;
29656
+ /**
29657
+ * A list of fields that must contain a value for a case to be successfully created with this template.
29658
+ * @maxLength `100`
29659
+ */
29660
+ RequiredFields?: CasesTemplateRequiredField[];
29661
+ /**
29662
+ * A list of case rules (also known as case field conditions) on a template.
29663
+ * @maxLength `50`
29664
+ */
29665
+ Rules?: CasesTemplateTemplateRule[];
29666
+ /**
29667
+ * The current status of the template. Active templates can be used to create new cases, while Inactive templates are disabled but preserved for existing cases.
29668
+ */
29669
+ Status?: CasesTemplateTemplateStatus;
29670
+ /**
29671
+ * The tags that you attach to this template.
29672
+ */
29673
+ Tags?: CasesTemplateTag[];
29674
+ };
29675
+ /**
29676
+ * Attribute type definition for `AWS::Cases::Template`.
29677
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cases-template.html#aws-resource-cases-template-return-values}
29678
+ */
29679
+ export type CasesTemplateAttributes = {
29680
+ /**
29681
+ * The time at which the template was created.
29682
+ */
29683
+ CreatedTime: string;
29684
+ /**
29685
+ * The time at which the template was created or last modified.
29686
+ */
29687
+ LastModifiedTime: string;
29688
+ /**
29689
+ * The Amazon Resource Name (ARN) of the template.
29690
+ * @minLength `1`
29691
+ * @maxLength `500`
29692
+ */
29693
+ TemplateArn: string;
29694
+ /**
29695
+ * The unique identifier of a template.
29696
+ * @minLength `1`
29697
+ * @maxLength `500`
29698
+ */
29699
+ TemplateId: string;
29700
+ };
29701
+ /**
29702
+ * Type definition for `AWS::Cases::Template.LayoutConfiguration`.
29703
+ * Specifies the default layout to use when displaying cases created from this template. The layout determines which fields are visible and their arrangement in the agent interface.
29704
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cases-template-layoutconfiguration.html}
29705
+ */
29706
+ export type CasesTemplateLayoutConfiguration = {
29707
+ /**
29708
+ * The unique identifier of a layout.
29709
+ * @minLength `1`
29710
+ * @maxLength `500`
29711
+ */
29712
+ DefaultLayout?: string;
29713
+ };
29714
+ /**
29715
+ * Type definition for `AWS::Cases::Template.RequiredField`.
29716
+ * Wrapper object containing a field identifier
29717
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cases-template-requiredfield.html}
29718
+ */
29719
+ export type CasesTemplateRequiredField = {
29720
+ /**
29721
+ * The unique identifier of a field.
29722
+ * @minLength `1`
29723
+ * @maxLength `500`
29724
+ */
29725
+ FieldId: string;
29726
+ };
29727
+ /**
29728
+ * Type definition for `AWS::Cases::Template.Tag`.
29729
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cases-template-tag.html}
29730
+ */
29731
+ export type CasesTemplateTag = {
29732
+ /**
29733
+ * The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
29734
+ * @minLength `1`
29735
+ * @maxLength `128`
29736
+ * @pattern `^(?!aws:)[a-zA-Z+-=._:/]+$`
29737
+ */
29738
+ Key: string;
29739
+ /**
29740
+ * The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
29741
+ * @minLength `0`
29742
+ * @maxLength `256`
29743
+ */
29744
+ Value: string;
29745
+ };
29746
+ /**
29747
+ * Type definition for `AWS::Cases::Template.TemplateRule`.
29748
+ * Links a case rule to a specific field within this template. When specified, the rule's conditions will be evaluated for the associated field, controlling behavior like required status, visibility, or available options.
29749
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cases-template-templaterule.html}
29750
+ */
29751
+ export type CasesTemplateTemplateRule = {
29752
+ /**
29753
+ * The unique identifier of a case rule.
29754
+ * @minLength `1`
29755
+ * @maxLength `500`
29756
+ */
29757
+ CaseRuleId: string;
29758
+ /**
29759
+ * The ID of the field that this rule applies to.
29760
+ * @minLength `1`
29761
+ * @maxLength `500`
29762
+ */
29763
+ FieldId?: string;
29764
+ };
29765
+ /**
29766
+ * Type definition for `AWS::Cases::Template.TemplateStatus`.
29767
+ * The current status of the template. Active templates can be used to create new cases, while Inactive templates are disabled but preserved for existing cases.
29768
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cases-template-templatestatus.html}
29769
+ */
29770
+ export type CasesTemplateTemplateStatus = "Active" | "Inactive";
29107
29771
  /**
29108
29772
  * Resource schema for AWS::Cassandra::Keyspace
29109
29773
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-keyspace.html}
@@ -41789,6 +42453,15 @@ export type ConnectContactFlowModuleProps = {
41789
42453
  * @pattern `.*\S.*`
41790
42454
  */
41791
42455
  Description?: string;
42456
+ /**
42457
+ * Defines the external invocation configuration of the flow module resource
42458
+ */
42459
+ ExternalInvocationConfiguration?: {
42460
+ /**
42461
+ * Specifies whether the flow module resource is enabled for external invocation
42462
+ */
42463
+ Enabled: boolean;
42464
+ };
41792
42465
  /**
41793
42466
  * The identifier of the Amazon Connect instance (ARN).
41794
42467
  * @minLength `1`
@@ -41803,6 +42476,11 @@ export type ConnectContactFlowModuleProps = {
41803
42476
  * @pattern `.*\S.*`
41804
42477
  */
41805
42478
  Name: string;
42479
+ /**
42480
+ * The schema of the settings for contact flow module in JSON Schema V4 format.
42481
+ * @maxLength `256000`
42482
+ */
42483
+ Settings?: string;
41806
42484
  /**
41807
42485
  * The state of the contact flow module.
41808
42486
  * @maxLength `500`
@@ -50108,7 +50786,7 @@ export type DataSyncAgentAttributes = {
50108
50786
  /**
50109
50787
  * The DataSync Agent ARN.
50110
50788
  * @maxLength `128`
50111
- * @pattern `^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):datasync:[a-z\-0-9]+:[0-9]{12}:agent/agent-[0-9a-z]{17}$`
50789
+ * @pattern `^arn:(aws|aws-cn|aws-us-gov|aws-eusc|aws-iso|aws-iso-b):datasync:[a-z\-0-9]+:[0-9]{12}:agent/agent-[0-9a-z]{17}$`
50112
50790
  */
50113
50791
  AgentArn: string;
50114
50792
  /**
@@ -50202,14 +50880,14 @@ export type DataSyncLocationAzureBlobAttributes = {
50202
50880
  /**
50203
50881
  * Specifies the ARN for an AWS Secrets Manager secret, managed by DataSync.
50204
50882
  * @maxLength `2048`
50205
- * @pattern `^(arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):secretsmanager:[a-z-0-9]+:[0-9]{12}:secret:.*|)$`
50883
+ * @pattern `^(arn:(aws|aws-cn|aws-us-gov|aws-eusc|aws-iso|aws-iso-b):secretsmanager:[a-z-0-9]+:[0-9]{12}:secret:.*|)$`
50206
50884
  */
50207
50885
  SecretArn: string;
50208
50886
  };
50209
50887
  /**
50210
50888
  * The Amazon Resource Name (ARN) of the Azure Blob Location that is created.
50211
50889
  * @maxLength `128`
50212
- * @pattern `^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):datasync:[a-z\-0-9]+:[0-9]{12}:location/loc-[0-9a-z]{17}$`
50890
+ * @pattern `^arn:(aws|aws-cn|aws-us-gov|aws-eusc|aws-iso|aws-iso-b):datasync:[a-z\-0-9]+:[0-9]{12}:location/loc-[0-9a-z]{17}$`
50213
50891
  */
50214
50892
  LocationArn: string;
50215
50893
  /**
@@ -50225,7 +50903,7 @@ export type DataSyncLocationAzureBlobAttributes = {
50225
50903
  /**
50226
50904
  * Specifies the ARN for an AWS Secrets Manager secret.
50227
50905
  * @maxLength `2048`
50228
- * @pattern `^(arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):secretsmanager:[a-z-0-9]+:[0-9]{12}:secret:.*|)$`
50906
+ * @pattern `^(arn:(aws|aws-cn|aws-us-gov|aws-eusc|aws-iso|aws-iso-b):secretsmanager:[a-z-0-9]+:[0-9]{12}:secret:.*|)$`
50229
50907
  */
50230
50908
  SecretArn: string;
50231
50909
  };
@@ -50253,7 +50931,7 @@ export type DataSyncLocationAzureBlobCmkSecretConfig = {
50253
50931
  /**
50254
50932
  * Specifies the ARN for the customer-managed AWS KMS key used to encrypt the secret specified for SecretArn. DataSync provides this key to AWS Secrets Manager.
50255
50933
  * @maxLength `2048`
50256
- * @pattern `^(arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):kms:[a-z-0-9]+:[0-9]{12}:key/.*|)$`
50934
+ * @pattern `^(arn:(aws|aws-cn|aws-us-gov|aws-eusc|aws-iso|aws-iso-b):kms:[a-z-0-9]+:[0-9]{12}:key/.*|)$`
50257
50935
  */
50258
50936
  KmsKeyArn?: string;
50259
50937
  };
@@ -50266,13 +50944,13 @@ export type DataSyncLocationAzureBlobCustomSecretConfig = {
50266
50944
  /**
50267
50945
  * Specifies the ARN for the AWS Identity and Access Management role that DataSync uses to access the secret specified for SecretArn.
50268
50946
  * @maxLength `2048`
50269
- * @pattern `^(arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):iam::[0-9]{12}:role/.*|)$`
50947
+ * @pattern `^(arn:(aws|aws-cn|aws-us-gov|aws-eusc|aws-iso|aws-iso-b):iam::[0-9]{12}:role/.*|)$`
50270
50948
  */
50271
50949
  SecretAccessRoleArn: string;
50272
50950
  /**
50273
50951
  * Specifies the ARN for a customer created AWS Secrets Manager secret.
50274
50952
  * @maxLength `2048`
50275
- * @pattern `^(arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):secretsmanager:[a-z-0-9]+:[0-9]{12}:secret:.*|)$`
50953
+ * @pattern `^(arn:(aws|aws-cn|aws-us-gov|aws-eusc|aws-iso|aws-iso-b):secretsmanager:[a-z-0-9]+:[0-9]{12}:secret:.*|)$`
50276
50954
  */
50277
50955
  SecretArn: string;
50278
50956
  };
@@ -50285,7 +50963,7 @@ export type DataSyncLocationAzureBlobManagedSecretConfig = {
50285
50963
  /**
50286
50964
  * Specifies the ARN for an AWS Secrets Manager secret.
50287
50965
  * @maxLength `2048`
50288
- * @pattern `^(arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):secretsmanager:[a-z-0-9]+:[0-9]{12}:secret:.*|)$`
50966
+ * @pattern `^(arn:(aws|aws-cn|aws-us-gov|aws-eusc|aws-iso|aws-iso-b):secretsmanager:[a-z-0-9]+:[0-9]{12}:secret:.*|)$`
50289
50967
  */
50290
50968
  SecretArn: string;
50291
50969
  };
@@ -50318,7 +50996,7 @@ export type DataSyncLocationEFSProps = {
50318
50996
  /**
50319
50997
  * The Amazon Resource Name (ARN) for the Amazon EFS Access point that DataSync uses when accessing the EFS file system.
50320
50998
  * @maxLength `128`
50321
- * @pattern `^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):elasticfilesystem:[a-z\-0-9]+:[0-9]{12}:access-point/fsap-[0-9a-f]{8,40}$`
50999
+ * @pattern `^arn:(aws|aws-cn|aws-us-gov|aws-eusc|aws-iso|aws-iso-b):elasticfilesystem:[a-z\-0-9]+:[0-9]{12}:access-point/fsap-[0-9a-f]{8,40}$`
50322
51000
  */
50323
51001
  AccessPointArn?: string;
50324
51002
  /**
@@ -50328,13 +51006,13 @@ export type DataSyncLocationEFSProps = {
50328
51006
  /**
50329
51007
  * The Amazon Resource Name (ARN) for the Amazon EFS file system.
50330
51008
  * @maxLength `128`
50331
- * @pattern `^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):elasticfilesystem:[a-z\-0-9]*:[0-9]{12}:file-system/fs-.*$`
51009
+ * @pattern `^arn:(aws|aws-cn|aws-us-gov|aws-eusc|aws-iso|aws-iso-b):elasticfilesystem:[a-z\-0-9]*:[0-9]{12}:file-system/fs-.*$`
50332
51010
  */
50333
51011
  EfsFilesystemArn?: string;
50334
51012
  /**
50335
51013
  * The Amazon Resource Name (ARN) of the AWS IAM role that the DataSync will assume when mounting the EFS file system.
50336
51014
  * @maxLength `128`
50337
- * @pattern `^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):iam::[0-9]{12}:role/.*$`
51015
+ * @pattern `^arn:(aws|aws-cn|aws-us-gov|aws-eusc|aws-iso|aws-iso-b):iam::[0-9]{12}:role/.*$`
50338
51016
  */
50339
51017
  FileSystemAccessRoleArn?: string;
50340
51018
  /**
@@ -50361,7 +51039,7 @@ export type DataSyncLocationEFSAttributes = {
50361
51039
  /**
50362
51040
  * The Amazon Resource Name (ARN) of the Amazon EFS file system location that is created.
50363
51041
  * @maxLength `128`
50364
- * @pattern `^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):datasync:[a-z\-0-9]+:[0-9]{12}:location/loc-[0-9a-z]{17}$`
51042
+ * @pattern `^arn:(aws|aws-cn|aws-us-gov|aws-eusc|aws-iso|aws-iso-b):datasync:[a-z\-0-9]+:[0-9]{12}:location/loc-[0-9a-z]{17}$`
50365
51043
  */
50366
51044
  LocationArn: string;
50367
51045
  /**
@@ -50386,7 +51064,7 @@ export type DataSyncLocationEFSEc2Config = {
50386
51064
  /**
50387
51065
  * The ARN of the subnet that DataSync uses to access the target EFS file system.
50388
51066
  * @maxLength `128`
50389
- * @pattern `^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):ec2:[a-z\-0-9]*:[0-9]{12}:subnet/.*$`
51067
+ * @pattern `^arn:(aws|aws-cn|aws-us-gov|aws-eusc|aws-iso|aws-iso-b):ec2:[a-z\-0-9]*:[0-9]{12}:subnet/.*$`
50390
51068
  */
50391
51069
  SubnetArn: string;
50392
51070
  };
@@ -50419,7 +51097,7 @@ export type DataSyncLocationFSxLustreProps = {
50419
51097
  /**
50420
51098
  * The Amazon Resource Name (ARN) for the FSx for Lustre file system.
50421
51099
  * @maxLength `128`
50422
- * @pattern `^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):fsx:[a-z\-0-9]+:[0-9]{12}:file-system/fs-[0-9a-f]+$`
51100
+ * @pattern `^arn:(aws|aws-cn|aws-us-gov|aws-eusc|aws-iso|aws-iso-b):fsx:[a-z\-0-9]+:[0-9]{12}:file-system/fs-[0-9a-f]+$`
50423
51101
  */
50424
51102
  FsxFilesystemArn?: string;
50425
51103
  /**
@@ -50449,7 +51127,7 @@ export type DataSyncLocationFSxLustreAttributes = {
50449
51127
  /**
50450
51128
  * The Amazon Resource Name (ARN) of the Amazon FSx for Lustre file system location that is created.
50451
51129
  * @maxLength `128`
50452
- * @pattern `^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):datasync:[a-z\-0-9]+:[0-9]{12}:location/loc-[0-9a-z]{17}$`
51130
+ * @pattern `^arn:(aws|aws-cn|aws-us-gov|aws-eusc|aws-iso|aws-iso-b):datasync:[a-z\-0-9]+:[0-9]{12}:location/loc-[0-9a-z]{17}$`
50453
51131
  */
50454
51132
  LocationArn: string;
50455
51133
  /**
@@ -50498,7 +51176,7 @@ export type DataSyncLocationFSxONTAPProps = {
50498
51176
  /**
50499
51177
  * The Amazon Resource Name (ARN) for the FSx ONTAP SVM.
50500
51178
  * @maxLength `162`
50501
- * @pattern `^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):fsx:[a-z\-0-9]+:[0-9]{12}:storage-virtual-machine/fs-[0-9a-f]+/svm-[0-9a-f]{17,}$`
51179
+ * @pattern `^arn:(aws|aws-cn|aws-us-gov|aws-eusc|aws-iso|aws-iso-b):fsx:[a-z\-0-9]+:[0-9]{12}:storage-virtual-machine/fs-[0-9a-f]+/svm-[0-9a-f]{17,}$`
50502
51180
  */
50503
51181
  StorageVirtualMachineArn: string;
50504
51182
  /**
@@ -50522,13 +51200,13 @@ export type DataSyncLocationFSxONTAPAttributes = {
50522
51200
  /**
50523
51201
  * The Amazon Resource Name (ARN) for the FSx ONAP file system.
50524
51202
  * @maxLength `128`
50525
- * @pattern `^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):fsx:[a-z\-0-9]+:[0-9]{12}:file-system/fs-[0-9a-f]+$`
51203
+ * @pattern `^arn:(aws|aws-cn|aws-us-gov|aws-eusc|aws-iso|aws-iso-b):fsx:[a-z\-0-9]+:[0-9]{12}:file-system/fs-[0-9a-f]+$`
50526
51204
  */
50527
51205
  FsxFilesystemArn: string;
50528
51206
  /**
50529
51207
  * The Amazon Resource Name (ARN) of the Amazon FSx ONTAP file system location that is created.
50530
51208
  * @maxLength `128`
50531
- * @pattern `^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):datasync:[a-z\-0-9]+:[0-9]{12}:location/loc-[0-9a-z]{17}$`
51209
+ * @pattern `^arn:(aws|aws-cn|aws-us-gov|aws-eusc|aws-iso|aws-iso-b):datasync:[a-z\-0-9]+:[0-9]{12}:location/loc-[0-9a-z]{17}$`
50532
51210
  */
50533
51211
  LocationArn: string;
50534
51212
  /**
@@ -50644,7 +51322,7 @@ export type DataSyncLocationFSxOpenZFSProps = {
50644
51322
  /**
50645
51323
  * The Amazon Resource Name (ARN) for the FSx OpenZFS file system.
50646
51324
  * @maxLength `128`
50647
- * @pattern `^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):fsx:[a-z\-0-9]+:[0-9]{12}:file-system/fs-[0-9a-f]+$`
51325
+ * @pattern `^arn:(aws|aws-cn|aws-us-gov|aws-eusc|aws-iso|aws-iso-b):fsx:[a-z\-0-9]+:[0-9]{12}:file-system/fs-[0-9a-f]+$`
50648
51326
  */
50649
51327
  FsxFilesystemArn?: string;
50650
51328
  /**
@@ -50678,7 +51356,7 @@ export type DataSyncLocationFSxOpenZFSAttributes = {
50678
51356
  /**
50679
51357
  * The Amazon Resource Name (ARN) of the Amazon FSx OpenZFS file system location that is created.
50680
51358
  * @maxLength `128`
50681
- * @pattern `^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):datasync:[a-z\-0-9]+:[0-9]{12}:location/loc-[0-9a-z]{17}$`
51359
+ * @pattern `^arn:(aws|aws-cn|aws-us-gov|aws-eusc|aws-iso|aws-iso-b):datasync:[a-z\-0-9]+:[0-9]{12}:location/loc-[0-9a-z]{17}$`
50682
51360
  */
50683
51361
  LocationArn: string;
50684
51362
  /**
@@ -50756,7 +51434,7 @@ export type DataSyncLocationFSxWindowsProps = {
50756
51434
  /**
50757
51435
  * The Amazon Resource Name (ARN) for the FSx for Windows file system.
50758
51436
  * @maxLength `128`
50759
- * @pattern `^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):fsx:[a-z\-0-9]*:[0-9]{12}:file-system/fs-.*$`
51437
+ * @pattern `^arn:(aws|aws-cn|aws-us-gov|aws-eusc|aws-iso|aws-iso-b):fsx:[a-z\-0-9]*:[0-9]{12}:file-system/fs-.*$`
50760
51438
  */
50761
51439
  FsxFilesystemArn?: string;
50762
51440
  /**
@@ -50795,7 +51473,7 @@ export type DataSyncLocationFSxWindowsAttributes = {
50795
51473
  /**
50796
51474
  * The Amazon Resource Name (ARN) of the Amazon FSx for Windows file system location that is created.
50797
51475
  * @maxLength `128`
50798
- * @pattern `^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):datasync:[a-z\-0-9]+:[0-9]{12}:location/loc-[0-9a-z]{17}$`
51476
+ * @pattern `^arn:(aws|aws-cn|aws-us-gov|aws-eusc|aws-iso|aws-iso-b):datasync:[a-z\-0-9]+:[0-9]{12}:location/loc-[0-9a-z]{17}$`
50799
51477
  */
50800
51478
  LocationArn: string;
50801
51479
  /**
@@ -50913,7 +51591,7 @@ export type DataSyncLocationHDFSAttributes = {
50913
51591
  /**
50914
51592
  * The Amazon Resource Name (ARN) of the HDFS location.
50915
51593
  * @maxLength `128`
50916
- * @pattern `^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):datasync:[a-z\-0-9]+:[0-9]{12}:location/loc-[0-9a-z]{17}$`
51594
+ * @pattern `^arn:(aws|aws-cn|aws-us-gov|aws-eusc|aws-iso|aws-iso-b):datasync:[a-z\-0-9]+:[0-9]{12}:location/loc-[0-9a-z]{17}$`
50917
51595
  */
50918
51596
  LocationArn: string;
50919
51597
  /**
@@ -51015,7 +51693,7 @@ export type DataSyncLocationNFSAttributes = {
51015
51693
  /**
51016
51694
  * The Amazon Resource Name (ARN) of the NFS location.
51017
51695
  * @maxLength `128`
51018
- * @pattern `^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):datasync:[a-z\-0-9]+:[0-9]{12}:location/loc-[0-9a-z]{17}$`
51696
+ * @pattern `^arn:(aws|aws-cn|aws-us-gov|aws-eusc|aws-iso|aws-iso-b):datasync:[a-z\-0-9]+:[0-9]{12}:location/loc-[0-9a-z]{17}$`
51019
51697
  */
51020
51698
  LocationArn: string;
51021
51699
  /**
@@ -51045,7 +51723,7 @@ export type DataSyncLocationNFSOnPremConfig = {
51045
51723
  /**
51046
51724
  * ARN(s) of the agent(s) to use for an NFS location.
51047
51725
  * @minLength `1`
51048
- * @maxLength `4`
51726
+ * @maxLength `8`
51049
51727
  */
51050
51728
  AgentArns: string[];
51051
51729
  };
@@ -51155,14 +51833,14 @@ export type DataSyncLocationObjectStorageAttributes = {
51155
51833
  /**
51156
51834
  * Specifies the ARN for an AWS Secrets Manager secret, managed by DataSync.
51157
51835
  * @maxLength `2048`
51158
- * @pattern `^(arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):secretsmanager:[a-z-0-9]+:[0-9]{12}:secret:.*|)$`
51836
+ * @pattern `^(arn:(aws|aws-cn|aws-us-gov|aws-eusc|aws-iso|aws-iso-b):secretsmanager:[a-z-0-9]+:[0-9]{12}:secret:.*|)$`
51159
51837
  */
51160
51838
  SecretArn: string;
51161
51839
  };
51162
51840
  /**
51163
51841
  * The Amazon Resource Name (ARN) of the location that is created.
51164
51842
  * @maxLength `128`
51165
- * @pattern `^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):datasync:[a-z\-0-9]+:[0-9]{12}:location/loc-[0-9a-z]{17}$`
51843
+ * @pattern `^arn:(aws|aws-cn|aws-us-gov|aws-eusc|aws-iso|aws-iso-b):datasync:[a-z\-0-9]+:[0-9]{12}:location/loc-[0-9a-z]{17}$`
51166
51844
  */
51167
51845
  LocationArn: string;
51168
51846
  /**
@@ -51178,7 +51856,7 @@ export type DataSyncLocationObjectStorageAttributes = {
51178
51856
  /**
51179
51857
  * Specifies the ARN for an AWS Secrets Manager secret.
51180
51858
  * @maxLength `2048`
51181
- * @pattern `^(arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):secretsmanager:[a-z-0-9]+:[0-9]{12}:secret:.*|)$`
51859
+ * @pattern `^(arn:(aws|aws-cn|aws-us-gov|aws-eusc|aws-iso|aws-iso-b):secretsmanager:[a-z-0-9]+:[0-9]{12}:secret:.*|)$`
51182
51860
  */
51183
51861
  SecretArn: string;
51184
51862
  };
@@ -51192,7 +51870,7 @@ export type DataSyncLocationObjectStorageCmkSecretConfig = {
51192
51870
  /**
51193
51871
  * Specifies the ARN for the customer-managed AWS KMS key used to encrypt the secret specified for SecretArn. DataSync provides this key to AWS Secrets Manager.
51194
51872
  * @maxLength `2048`
51195
- * @pattern `^(arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):kms:[a-z-0-9]+:[0-9]{12}:key/.*|)$`
51873
+ * @pattern `^(arn:(aws|aws-cn|aws-us-gov|aws-eusc|aws-iso|aws-iso-b):kms:[a-z-0-9]+:[0-9]{12}:key/.*|)$`
51196
51874
  */
51197
51875
  KmsKeyArn?: string;
51198
51876
  };
@@ -51205,13 +51883,13 @@ export type DataSyncLocationObjectStorageCustomSecretConfig = {
51205
51883
  /**
51206
51884
  * Specifies the ARN for the AWS Identity and Access Management role that DataSync uses to access the secret specified for SecretArn.
51207
51885
  * @maxLength `2048`
51208
- * @pattern `^(arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):iam::[0-9]{12}:role/.*|)$`
51886
+ * @pattern `^(arn:(aws|aws-cn|aws-us-gov|aws-eusc|aws-iso|aws-iso-b):iam::[0-9]{12}:role/.*|)$`
51209
51887
  */
51210
51888
  SecretAccessRoleArn: string;
51211
51889
  /**
51212
51890
  * Specifies the ARN for a customer created AWS Secrets Manager secret.
51213
51891
  * @maxLength `2048`
51214
- * @pattern `^(arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):secretsmanager:[a-z-0-9]+:[0-9]{12}:secret:.*|)$`
51892
+ * @pattern `^(arn:(aws|aws-cn|aws-us-gov|aws-eusc|aws-iso|aws-iso-b):secretsmanager:[a-z-0-9]+:[0-9]{12}:secret:.*|)$`
51215
51893
  */
51216
51894
  SecretArn: string;
51217
51895
  };
@@ -51224,7 +51902,7 @@ export type DataSyncLocationObjectStorageManagedSecretConfig = {
51224
51902
  /**
51225
51903
  * Specifies the ARN for an AWS Secrets Manager secret.
51226
51904
  * @maxLength `2048`
51227
- * @pattern `^(arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):secretsmanager:[a-z-0-9]+:[0-9]{12}:secret:.*|)$`
51905
+ * @pattern `^(arn:(aws|aws-cn|aws-us-gov|aws-eusc|aws-iso|aws-iso-b):secretsmanager:[a-z-0-9]+:[0-9]{12}:secret:.*|)$`
51228
51906
  */
51229
51907
  SecretArn: string;
51230
51908
  };
@@ -51257,7 +51935,7 @@ export type DataSyncLocationS3Props = {
51257
51935
  /**
51258
51936
  * The Amazon Resource Name (ARN) of the Amazon S3 bucket.
51259
51937
  * @maxLength `156`
51260
- * @pattern `^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):s3:[a-z\-0-9]*:[0-9]*:.*$`
51938
+ * @pattern `^arn:(aws|aws-cn|aws-us-gov|aws-eusc|aws-iso|aws-iso-b):s3:[a-z\-0-9]*:[0-9]*:.*$`
51261
51939
  */
51262
51940
  S3BucketArn?: string;
51263
51941
  /**
@@ -51288,7 +51966,7 @@ export type DataSyncLocationS3Attributes = {
51288
51966
  /**
51289
51967
  * The Amazon Resource Name (ARN) of the Amazon S3 bucket location.
51290
51968
  * @maxLength `128`
51291
- * @pattern `^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):datasync:[a-z\-0-9]+:[0-9]{12}:location/loc-[0-9a-z]{17}$`
51969
+ * @pattern `^arn:(aws|aws-cn|aws-us-gov|aws-eusc|aws-iso|aws-iso-b):datasync:[a-z\-0-9]+:[0-9]{12}:location/loc-[0-9a-z]{17}$`
51292
51970
  */
51293
51971
  LocationArn: string;
51294
51972
  /**
@@ -51307,7 +51985,7 @@ export type DataSyncLocationS3S3Config = {
51307
51985
  /**
51308
51986
  * The ARN of the IAM role of the Amazon S3 bucket.
51309
51987
  * @maxLength `2048`
51310
- * @pattern `^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):iam::[0-9]{12}:role/.*$`
51988
+ * @pattern `^arn:(aws|aws-cn|aws-us-gov|aws-eusc|aws-iso|aws-iso-b):iam::[0-9]{12}:role/.*$`
51311
51989
  */
51312
51990
  BucketAccessRoleArn: string;
51313
51991
  };
@@ -51340,7 +52018,7 @@ export type DataSyncLocationSMBProps = {
51340
52018
  /**
51341
52019
  * The Amazon Resource Names (ARNs) of agents to use for a Simple Message Block (SMB) location.
51342
52020
  * @minLength `1`
51343
- * @maxLength `4`
52021
+ * @maxLength `8`
51344
52022
  */
51345
52023
  AgentArns: string[];
51346
52024
  /**
@@ -51429,14 +52107,14 @@ export type DataSyncLocationSMBAttributes = {
51429
52107
  /**
51430
52108
  * Specifies the ARN for an AWS Secrets Manager secret, managed by DataSync.
51431
52109
  * @maxLength `2048`
51432
- * @pattern `^(arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):secretsmanager:[a-z-0-9]+:[0-9]{12}:secret:.*|)$`
52110
+ * @pattern `^(arn:(aws|aws-cn|aws-us-gov|aws-eusc|aws-iso|aws-iso-b):secretsmanager:[a-z-0-9]+:[0-9]{12}:secret:.*|)$`
51433
52111
  */
51434
52112
  SecretArn: string;
51435
52113
  };
51436
52114
  /**
51437
52115
  * The Amazon Resource Name (ARN) of the SMB location that is created.
51438
52116
  * @maxLength `128`
51439
- * @pattern `^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):datasync:[a-z\-0-9]+:[0-9]{12}:location/loc-[0-9a-z]{17}$`
52117
+ * @pattern `^arn:(aws|aws-cn|aws-us-gov|aws-eusc|aws-iso|aws-iso-b):datasync:[a-z\-0-9]+:[0-9]{12}:location/loc-[0-9a-z]{17}$`
51440
52118
  */
51441
52119
  LocationArn: string;
51442
52120
  /**
@@ -51452,7 +52130,7 @@ export type DataSyncLocationSMBAttributes = {
51452
52130
  /**
51453
52131
  * Specifies the ARN for an AWS Secrets Manager secret.
51454
52132
  * @maxLength `2048`
51455
- * @pattern `^(arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):secretsmanager:[a-z-0-9]+:[0-9]{12}:secret:.*|)$`
52133
+ * @pattern `^(arn:(aws|aws-cn|aws-us-gov|aws-eusc|aws-iso|aws-iso-b):secretsmanager:[a-z-0-9]+:[0-9]{12}:secret:.*|)$`
51456
52134
  */
51457
52135
  SecretArn: string;
51458
52136
  };
@@ -51466,7 +52144,7 @@ export type DataSyncLocationSMBCmkSecretConfig = {
51466
52144
  /**
51467
52145
  * Specifies the ARN for the customer-managed AWS KMS key used to encrypt the secret specified for SecretArn. DataSync provides this key to AWS Secrets Manager.
51468
52146
  * @maxLength `2048`
51469
- * @pattern `^(arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):kms:[a-z-0-9]+:[0-9]{12}:key/.*|)$`
52147
+ * @pattern `^(arn:(aws|aws-cn|aws-us-gov|aws-eusc|aws-iso|aws-iso-b):kms:[a-z-0-9]+:[0-9]{12}:key/.*|)$`
51470
52148
  */
51471
52149
  KmsKeyArn?: string;
51472
52150
  };
@@ -51479,13 +52157,13 @@ export type DataSyncLocationSMBCustomSecretConfig = {
51479
52157
  /**
51480
52158
  * Specifies the ARN for the AWS Identity and Access Management role that DataSync uses to access the secret specified for SecretArn.
51481
52159
  * @maxLength `2048`
51482
- * @pattern `^(arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):iam::[0-9]{12}:role/.*|)$`
52160
+ * @pattern `^(arn:(aws|aws-cn|aws-us-gov|aws-eusc|aws-iso|aws-iso-b):iam::[0-9]{12}:role/.*|)$`
51483
52161
  */
51484
52162
  SecretAccessRoleArn: string;
51485
52163
  /**
51486
52164
  * Specifies the ARN for a customer created AWS Secrets Manager secret.
51487
52165
  * @maxLength `2048`
51488
- * @pattern `^(arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):secretsmanager:[a-z-0-9]+:[0-9]{12}:secret:.*|)$`
52166
+ * @pattern `^(arn:(aws|aws-cn|aws-us-gov|aws-eusc|aws-iso|aws-iso-b):secretsmanager:[a-z-0-9]+:[0-9]{12}:secret:.*|)$`
51489
52167
  */
51490
52168
  SecretArn: string;
51491
52169
  };
@@ -51498,7 +52176,7 @@ export type DataSyncLocationSMBManagedSecretConfig = {
51498
52176
  /**
51499
52177
  * Specifies the ARN for an AWS Secrets Manager secret.
51500
52178
  * @maxLength `2048`
51501
- * @pattern `^(arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):secretsmanager:[a-z-0-9]+:[0-9]{12}:secret:.*|)$`
52179
+ * @pattern `^(arn:(aws|aws-cn|aws-us-gov|aws-eusc|aws-iso|aws-iso-b):secretsmanager:[a-z-0-9]+:[0-9]{12}:secret:.*|)$`
51502
52180
  */
51503
52181
  SecretArn: string;
51504
52182
  };
@@ -51542,13 +52220,13 @@ export type DataSyncTaskProps = {
51542
52220
  /**
51543
52221
  * The ARN of the Amazon CloudWatch log group that is used to monitor and log events in the task.
51544
52222
  * @maxLength `562`
51545
- * @pattern `^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):logs:[a-z\-0-9]*:[0-9]{12}:log-group:([^:\*]*)(:\*)?$`
52223
+ * @pattern `^arn:(aws|aws-cn|aws-us-gov|aws-eusc|aws-iso|aws-iso-b):logs:[a-z\-0-9]*:[0-9]{12}:log-group:([^:\*]*)(:\*)?$`
51546
52224
  */
51547
52225
  CloudWatchLogGroupArn?: string;
51548
52226
  /**
51549
52227
  * The ARN of an AWS storage resource's location.
51550
52228
  * @maxLength `128`
51551
- * @pattern `^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):datasync:[a-z\-0-9]+:[0-9]{12}:location/loc-[0-9a-z]{17}$`
52229
+ * @pattern `^arn:(aws|aws-cn|aws-us-gov|aws-eusc|aws-iso|aws-iso-b):datasync:[a-z\-0-9]+:[0-9]{12}:location/loc-[0-9a-z]{17}$`
51552
52230
  */
51553
52231
  DestinationLocationArn: string;
51554
52232
  /**
@@ -51583,7 +52261,7 @@ export type DataSyncTaskProps = {
51583
52261
  /**
51584
52262
  * The ARN of the source location for the task.
51585
52263
  * @maxLength `128`
51586
- * @pattern `^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):datasync:[a-z\-0-9]+:[0-9]{12}:location/loc-[0-9a-z]{17}$`
52264
+ * @pattern `^arn:(aws|aws-cn|aws-us-gov|aws-eusc|aws-iso|aws-iso-b):datasync:[a-z\-0-9]+:[0-9]{12}:location/loc-[0-9a-z]{17}$`
51587
52265
  */
51588
52266
  SourceLocationArn: string;
51589
52267
  /**
@@ -51622,7 +52300,7 @@ export type DataSyncTaskAttributes = {
51622
52300
  /**
51623
52301
  * The ARN of the task.
51624
52302
  * @maxLength `128`
51625
- * @pattern `^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):datasync:[a-z\-0-9]*:[0-9]{12}:task/task-[0-9a-f]{17}$`
52303
+ * @pattern `^arn:(aws|aws-cn|aws-us-gov|aws-eusc|aws-iso|aws-iso-b):datasync:[a-z\-0-9]*:[0-9]{12}:task/task-[0-9a-f]{17}$`
51626
52304
  */
51627
52305
  TaskArn: string;
51628
52306
  };
@@ -51678,7 +52356,7 @@ export type DataSyncTaskManifestConfigSourceS3 = {
51678
52356
  /**
51679
52357
  * Specifies the AWS Identity and Access Management (IAM) role that allows DataSync to access your manifest.
51680
52358
  * @maxLength `2048`
51681
- * @pattern `^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):iam::[0-9]{12}:role/.*$`
52359
+ * @pattern `^arn:(aws|aws-cn|aws-us-gov|aws-eusc|aws-iso|aws-iso-b):iam::[0-9]{12}:role/.*$`
51682
52360
  */
51683
52361
  BucketAccessRoleArn?: string;
51684
52362
  /**
@@ -51696,7 +52374,7 @@ export type DataSyncTaskManifestConfigSourceS3 = {
51696
52374
  /**
51697
52375
  * Specifies the Amazon Resource Name (ARN) of the S3 bucket where you're hosting your manifest.
51698
52376
  * @maxLength `156`
51699
- * @pattern `^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):(s3|s3-outposts):[a-z\-0-9]*:[0-9]*:.*$`
52377
+ * @pattern `^arn:(aws|aws-cn|aws-us-gov|aws-eusc|aws-iso|aws-iso-b):(s3|s3-outposts):[a-z\-0-9]*:[0-9]*:.*$`
51700
52378
  */
51701
52379
  S3BucketArn?: string;
51702
52380
  };
@@ -51867,13 +52545,13 @@ export type DataSyncTaskTaskReportConfigDestinationS3 = {
51867
52545
  /**
51868
52546
  * Specifies the Amazon Resource Name (ARN) of the IAM policy that allows Datasync to upload a task report to your S3 bucket.
51869
52547
  * @maxLength `2048`
51870
- * @pattern `^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):iam::[0-9]{12}:role/.*$`
52548
+ * @pattern `^arn:(aws|aws-cn|aws-us-gov|aws-eusc|aws-iso|aws-iso-b):iam::[0-9]{12}:role/.*$`
51871
52549
  */
51872
52550
  BucketAccessRoleArn?: string;
51873
52551
  /**
51874
52552
  * Specifies the ARN of the S3 bucket where Datasync uploads your report.
51875
52553
  * @maxLength `156`
51876
- * @pattern `^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):(s3|s3-outposts):[a-z\-0-9]*:[0-9]*:.*$`
52554
+ * @pattern `^arn:(aws|aws-cn|aws-us-gov|aws-eusc|aws-iso|aws-iso-b):(s3|s3-outposts):[a-z\-0-9]*:[0-9]*:.*$`
51877
52555
  */
51878
52556
  S3BucketArn?: string;
51879
52557
  /**
@@ -54697,7 +55375,7 @@ export type DAXParameterGroupAttributes = {
54697
55375
  Id: string;
54698
55376
  };
54699
55377
  /**
54700
- * Resource Type definition for AWS::DAX::SubnetGroup
55378
+ * Resource type definition for AWS::DAX::SubnetGroup
54701
55379
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-subnetgroup.html}
54702
55380
  */
54703
55381
  export type DAXSubnetGroupProps = {
@@ -54705,13 +55383,6 @@ export type DAXSubnetGroupProps = {
54705
55383
  SubnetGroupName?: string;
54706
55384
  SubnetIds: string[];
54707
55385
  };
54708
- /**
54709
- * Attribute type definition for `AWS::DAX::SubnetGroup`.
54710
- * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-subnetgroup.html#aws-resource-dax-subnetgroup-return-values}
54711
- */
54712
- export type DAXSubnetGroupAttributes = {
54713
- Id: string;
54714
- };
54715
55386
  /**
54716
55387
  * Definition of AWS::Deadline::Farm Resource Type
54717
55388
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-deadline-farm.html}
@@ -67927,33 +68598,39 @@ export type EC2VerifiedAccessTrustProviderTag = {
67927
68598
  };
67928
68599
  /**
67929
68600
  * Resource type definition for `AWS::EC2::Volume`.
67930
- * Specifies an Amazon Elastic Block Store (Amazon EBS) volume.
67931
- When you use CFNlong to update an Amazon EBS volume that modifies ``Iops``, ``Size``, or ``VolumeType``, there is a cooldown period before another operation can occur. This can cause your stack to report being in ``UPDATE_IN_PROGRESS`` or ``UPDATE_ROLLBACK_IN_PROGRESS`` for long periods of time.
67932
- Amazon EBS does not support sizing down an Amazon EBS volume. CFNlong does not attempt to modify an Amazon EBS volume to a smaller size on rollback.
67933
- Some common scenarios when you might encounter a cooldown period for Amazon EBS include:
68601
+ * Specifies an Amazon Elastic Block Store (Amazon EBS) volume. You can create an empty volume, a volume from a snapshot, or a volume copy from an existing source volume.
68602
+ + When you use CFNlong to update an Amazon EBS volume that modifies ``Iops``, ``Size``, or ``VolumeType``, there is a cooldown period before another operation can occur. This can cause your stack to report being in ``UPDATE_IN_PROGRESS`` or ``UPDATE_ROLLBACK_IN_PROGRESS`` for long periods of time. Some common scenarios when you might encounter a cooldown period for Amazon EBS include:
67934
68603
  + You successfully update an Amazon EBS volume and the update succeeds. When you attempt another update within the cooldown window, that update will be subject to a cooldown period.
67935
68604
  + You successfully update an Amazon EBS volume and the update succeeds but another change in your ``update-stack`` call fails. The rollback will be subject to a cooldown period.
67936
68605
 
67937
68606
  For more information, see [Requirements for EBS volume modifications](https://docs.aws.amazon.com/ebs/latest/userguide/modify-volume-requirements.html).
67938
- *DeletionPolicy attribute*
68607
+ + Amazon EBS does not support sizing down an Amazon EBS volume. CFNlong does not attempt to modify an Amazon EBS volume to a smaller size on rollback.
68608
+
68609
+ *DeletionPolicy attribute*
67939
68610
  To control how CFNlong handles the volume when the stack is deleted, set a deletion policy for your volume. You can choose to retain the volume, to delete the volume, or to create a snapshot of the volume. For more information, see [DeletionPolicy attribute](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-deletionpolicy.html).
67940
68611
  If you set a deletion policy that creates a snapshot, all tags on the volume are included in the snapshot.
67941
68612
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-volume.html}
67942
68613
  */
67943
68614
  export type EC2VolumeProps = {
67944
68615
  /**
67945
- * Indicates whether the volume is auto-enabled for I/O operations. By default, Amazon EBS disables I/O to the volume from attached EC2 instances when it determines that a volume's data is potentially inconsistent. If the consistency of the volume is not a concern, and you prefer that the volume be made available immediately if it's impaired, you can configure the volume to automatically enable I/O.
68616
+ * Indicates whether the volume is auto-enabled for I/O operations. By default, EBS disables I/O to the volume from attached EC2 instances when it determines that a volume's data is potentially inconsistent. If the consistency of the volume is not a concern, and you prefer that the volume be made available immediately if it's impaired, you can configure the volume to automatically enable I/O.
67946
68617
  */
67947
68618
  AutoEnableIO?: boolean;
67948
68619
  /**
67949
68620
  * The ID of the Availability Zone in which to create the volume. For example, ``us-east-1a``.
67950
68621
  Either ``AvailabilityZone`` or ``AvailabilityZoneId`` must be specified, but not both.
68622
+ If you are creating a volume copy, omit this parameter. The volume copy is created in the same Availability Zone as the source volume.
67951
68623
  */
67952
68624
  AvailabilityZone?: string;
68625
+ /**
68626
+ * The ID of the Availability Zone in which to create the volume. For example, ``use1-az1``.
68627
+ Either ``AvailabilityZone`` or ``AvailabilityZoneId`` must be specified, but not both.
68628
+ If you are creating a volume copy, omit this parameter. The volume copy is created in the same Availability Zone as the source volume.
68629
+ */
67953
68630
  AvailabilityZoneId?: string;
67954
68631
  /**
67955
- * Indicates whether the volume should be encrypted. The effect of setting the encryption state to ``true`` depends on the volume origin (new or from a snapshot), starting encryption state, ownership, and whether encryption by default is enabled. For more information, see [Encryption by default](https://docs.aws.amazon.com/ebs/latest/userguide/work-with-ebs-encr.html#encryption-by-default) in the *Amazon EBS User Guide*.
67956
- Encrypted Amazon EBS volumes must be attached to instances that support Amazon EBS encryption. For more information, see [Supported instance types](https://docs.aws.amazon.com/ebs/latest/userguide/ebs-encryption-requirements.html#ebs-encryption_supported_instances).
68632
+ * Indicates whether the volume should be encrypted. The effect of setting the encryption state to ``true`` depends on the volume origin (new, from a snapshot, or from an existing volume), starting encryption state, ownership, and whether encryption by default is enabled. For more information, see [Encryption by default](https://docs.aws.amazon.com/ebs/latest/userguide/work-with-ebs-encr.html#encryption-by-default) in the *Amazon EBS User Guide*.
68633
+ If you are creating a volume copy, omit this parameter. The volume is automatically encrypted with the same KMS key as the source volume. You can't copy unencrypted volumes.
67957
68634
  */
67958
68635
  Encrypted?: boolean;
67959
68636
  /**
@@ -67974,6 +68651,8 @@ export type EC2VolumeProps = {
67974
68651
  + Key alias. Specify the alias for the key, prefixed with ``alias/``. For example, for a key with the alias ``my_cmk``, use ``alias/my_cmk``. Or to specify the aws-managed-key, use ``alias/aws/ebs``.
67975
68652
  + Key ARN. For example, arn:aws:kms:us-east-1:012345678910:key/1234abcd-12ab-34cd-56ef-1234567890ab.
67976
68653
  + Alias ARN. For example, arn:aws:kms:us-east-1:012345678910:alias/ExampleAlias.
68654
+
68655
+ If you are creating a volume copy, omit this parameter. The volume is automatically encrypted with the same KMS key as the source volume. You can't copy unencrypted volumes.
67977
68656
  */
67978
68657
  KmsKeyId?: string;
67979
68658
  /**
@@ -67982,12 +68661,16 @@ export type EC2VolumeProps = {
67982
68661
  */
67983
68662
  MultiAttachEnabled?: boolean;
67984
68663
  /**
67985
- * The Amazon Resource Name (ARN) of the Outpost.
67986
- */
68664
+ * The Amazon Resource Name (ARN) of the Outpost on which to create the volume.
68665
+ If you intend to use a volume with an instance running on an outpost, then you must create the volume on the same outpost as the instance. You can't use a volume created in an AWS Region with an instance on an AWS outpost, or the other way around.
68666
+ */
67987
68667
  OutpostArn?: string;
67988
68668
  /**
67989
- * The size of the volume, in GiBs. You must specify either a snapshot ID or a volume size. If you specify a snapshot, the default is the snapshot size, and you can specify a volume size that is equal to or larger than the snapshot size.
67990
- Valid sizes:
68669
+ * The size of the volume, in GiBs.
68670
+ + Required for new empty volumes.
68671
+ + Optional for volumes created from snapshots and volume copies. In this case, the size defaults to the size of the snapshot or source volume. You can optionally specify a size that is equal to or larger than the size of the source snapshot or volume.
68672
+
68673
+ Supported volume sizes:
67991
68674
  + gp2: ``1 - 16,384`` GiB
67992
68675
  + gp3: ``1 - 65,536`` GiB
67993
68676
  + io1: ``4 - 16,384`` GiB
@@ -67997,9 +68680,12 @@ export type EC2VolumeProps = {
67997
68680
  */
67998
68681
  Size?: number;
67999
68682
  /**
68000
- * The snapshot from which to create the volume. You must specify either a snapshot ID or a volume size.
68683
+ * The snapshot from which to create the volume. Only specify to create a volume from a snapshot. To create a new empty volume, omit this parameter and specify a value for ``Size`` instead. To create a volume copy, omit this parameter and specify ``SourceVolumeId`` instead.
68001
68684
  */
68002
68685
  SnapshotId?: string;
68686
+ /**
68687
+ * The ID of the source EBS volume to copy. When specified, the volume is created as an exact copy of the specified volume. Only specify to create a volume copy. To create a new empty volume or to create a volume from a snapshot, omit this parameter,
68688
+ */
68003
68689
  SourceVolumeId?: string;
68004
68690
  /**
68005
68691
  * The tags to apply to the volume during creation.
@@ -68030,7 +68716,8 @@ export type EC2VolumeProps = {
68030
68716
  + Cold HDD: ``sc1``
68031
68717
  + Magnetic: ``standard``
68032
68718
 
68033
- For more information, see [Amazon EBS volume types](https://docs.aws.amazon.com/ebs/latest/userguide/ebs-volume-types.html).
68719
+ Throughput Optimized HDD (``st1``) and Cold HDD (``sc1``) volumes can't be used as boot volumes.
68720
+ For more information, see [Amazon EBS volume types](https://docs.aws.amazon.com/ebs/latest/userguide/ebs-volume-types.html) in the *Amazon EBS User Guide*.
68034
68721
  Default: ``gp2``
68035
68722
  */
68036
68723
  VolumeType?: string;
@@ -69735,7 +70422,7 @@ export type ECRRepositoryCreationTemplateAttributes = {
69735
70422
  * Enumerable Strings representing the repository creation scenarios that the template will apply towards.
69736
70423
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecr-repositorycreationtemplate-appliedforitem.html}
69737
70424
  */
69738
- export type ECRRepositoryCreationTemplateAppliedForItem = "REPLICATION" | "PULL_THROUGH_CACHE";
70425
+ export type ECRRepositoryCreationTemplateAppliedForItem = "REPLICATION" | "PULL_THROUGH_CACHE" | "CREATE_ON_PUSH";
69739
70426
  /**
69740
70427
  * Type definition for `AWS::ECR::RepositoryCreationTemplate.EncryptionConfiguration`.
69741
70428
  * The encryption configuration for the repository. This determines how the contents of your repository are encrypted at rest.
@@ -69916,6 +70603,7 @@ export type ECSCapacityProviderBaselineEbsBandwidthMbpsRequest = {
69916
70603
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-instancelaunchtemplate.html}
69917
70604
  */
69918
70605
  export type ECSCapacityProviderInstanceLaunchTemplate = {
70606
+ CapacityOptionType?: "ON_DEMAND" | "SPOT";
69919
70607
  Ec2InstanceProfileArn: string;
69920
70608
  InstanceRequirements?: ECSCapacityProviderInstanceRequirementsRequest;
69921
70609
  Monitoring?: ECSCapacityProviderManagedInstancesMonitoringOptions;
@@ -78055,6 +78743,10 @@ export type EMRStepProps = {
78055
78743
  * This specifies what action to take when the cluster step fails. Possible values are CANCEL_AND_WAIT and CONTINUE.
78056
78744
  */
78057
78745
  ActionOnFailure: string;
78746
+ /**
78747
+ * The KMS key ARN to encrypt the logs published to the given Amazon S3 destination. When omitted, EMR falls back to cluster-level logging behavior.
78748
+ */
78749
+ EncryptionKeyArn?: string;
78058
78750
  /**
78059
78751
  * The HadoopJarStepConfig property type specifies a job flow step consisting of a JAR file whose main function will be executed. The main function submits a job for the cluster to execute as a step on the master node, and then waits for the job to finish or fail before executing subsequent steps.
78060
78752
  */
@@ -78063,6 +78755,10 @@ export type EMRStepProps = {
78063
78755
  * A string that uniquely identifies the cluster (job flow).
78064
78756
  */
78065
78757
  JobFlowId: string;
78758
+ /**
78759
+ * The Amazon S3 destination URI for log publishing. When omitted, EMR falls back to cluster-level logging behavior.
78760
+ */
78761
+ LogUri?: string;
78066
78762
  /**
78067
78763
  * The name of the cluster step.
78068
78764
  */
@@ -113221,7 +113917,7 @@ export type LaunchWizardDeploymentTags = {
113221
113917
  };
113222
113918
  /**
113223
113919
  * Resource type definition for `AWS::Lex::Bot`.
113224
- * Amazon Lex conversational bot performing automated tasks such as ordering a pizza, booking a hotel, and so on.
113920
+ * Resource Type definition for an Amazon Lex conversational bot performing automated tasks such as ordering a pizza, booking a hotel, and so on.
113225
113921
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lex-bot.html}
113226
113922
  */
113227
113923
  export type LexBotProps = {
@@ -113447,6 +114143,8 @@ export type LexBotBotLocale = {
113447
114143
  * @maxLength `250`
113448
114144
  */
113449
114145
  SlotTypes?: LexBotSlotType[];
114146
+ SpeechDetectionSensitivity?: LexBotSpeechDetectionSensitivity;
114147
+ UnifiedSpeechSettings?: LexBotUnifiedSpeechSettings;
113450
114148
  VoiceSettings?: LexBotVoiceSettings;
113451
114149
  };
113452
114150
  /**
@@ -113770,7 +114468,9 @@ export type LexBotGenerativeAISettings = {
113770
114468
  };
113771
114469
  RuntimeSettings?: {
113772
114470
  NluImprovementSpecification?: {
114471
+ AssistedNluMode?: "Primary" | "Fallback";
113773
114472
  Enabled: boolean;
114473
+ IntentDisambiguationSettings?: LexBotIntentDisambiguationSettings;
113774
114474
  };
113775
114475
  SlotResolutionImprovementSpecification?: {
113776
114476
  BedrockModelSpecification?: LexBotBedrockModelSpecification;
@@ -113863,11 +114563,16 @@ export type LexBotInputContext = {
113863
114563
  export type LexBotIntent = {
113864
114564
  BedrockAgentIntentConfiguration?: LexBotBedrockAgentIntentConfiguration;
113865
114565
  /**
113866
- * Description of thr intent.
114566
+ * Resource Type definition for the intent.
113867
114567
  * @maxLength `2000`
113868
114568
  */
113869
114569
  Description?: string;
113870
114570
  DialogCodeHook?: LexBotDialogCodeHookSetting;
114571
+ /**
114572
+ * @minLength `1`
114573
+ * @maxLength `100`
114574
+ */
114575
+ DisplayName?: string;
113871
114576
  FulfillmentCodeHook?: LexBotFulfillmentCodeHookSetting;
113872
114577
  InitialResponseSetting?: LexBotInitialResponseSetting;
113873
114578
  /**
@@ -113926,6 +114631,23 @@ export type LexBotIntentConfirmationSetting = {
113926
114631
  IsActive?: boolean;
113927
114632
  PromptSpecification: LexBotPromptSpecification;
113928
114633
  };
114634
+ /**
114635
+ * Type definition for `AWS::Lex::Bot.IntentDisambiguationSettings`.
114636
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-intentdisambiguationsettings.html}
114637
+ */
114638
+ export type LexBotIntentDisambiguationSettings = {
114639
+ /**
114640
+ * @minLength `1`
114641
+ * @maxLength `1000`
114642
+ */
114643
+ CustomDisambiguationMessage?: string;
114644
+ Enabled: boolean;
114645
+ /**
114646
+ * @min `2`
114647
+ * @max `5`
114648
+ */
114649
+ MaxDisambiguationIntents?: number;
114650
+ };
113929
114651
  /**
113930
114652
  * Type definition for `AWS::Lex::Bot.IntentOverride`.
113931
114653
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-intentoverride.html}
@@ -114491,9 +115213,15 @@ export type LexBotSpecifications = {
114491
115213
  * @maxLength `25`
114492
115214
  * @pattern `^((AMAZON\.)[a-zA-Z_]+?|[0-9a-zA-Z]+)$`
114493
115215
  */
114494
- SlotTypeId: string;
115216
+ SlotTypeId?: string;
115217
+ SlotTypeName?: string;
114495
115218
  ValueElicitationSetting: LexBotSubSlotValueElicitationSetting;
114496
115219
  };
115220
+ /**
115221
+ * Type definition for `AWS::Lex::Bot.SpeechDetectionSensitivity`.
115222
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-speechdetectionsensitivity.html}
115223
+ */
115224
+ export type LexBotSpeechDetectionSensitivity = "Default" | "HighNoiseTolerance" | "MaximumNoiseTolerance";
114497
115225
  /**
114498
115226
  * Type definition for `AWS::Lex::Bot.SSMLMessage`.
114499
115227
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-ssmlmessage.html}
@@ -114556,7 +115284,8 @@ export type LexBotSubSlotTypeComposition = {
114556
115284
  * @maxLength `25`
114557
115285
  * @pattern `^((AMAZON\.)[a-zA-Z_]+?|[0-9a-zA-Z]+)$`
114558
115286
  */
114559
- SlotTypeId: string;
115287
+ SlotTypeId?: string;
115288
+ SlotTypeName?: string;
114560
115289
  };
114561
115290
  /**
114562
115291
  * Type definition for `AWS::Lex::Bot.SubSlotValueElicitationSetting`.
@@ -114628,6 +115357,16 @@ export type LexBotTextLogSetting = {
114628
115357
  Destination: LexBotTextLogDestination;
114629
115358
  Enabled: boolean;
114630
115359
  };
115360
+ /**
115361
+ * Type definition for `AWS::Lex::Bot.UnifiedSpeechSettings`.
115362
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-unifiedspeechsettings.html}
115363
+ */
115364
+ export type LexBotUnifiedSpeechSettings = {
115365
+ SpeechFoundationModel: {
115366
+ ModelArn: string;
115367
+ VoiceId?: string;
115368
+ };
115369
+ };
114631
115370
  /**
114632
115371
  * Type definition for `AWS::Lex::Bot.VoiceSettings`.
114633
115372
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-voicesettings.html}
@@ -114648,7 +115387,7 @@ export type LexBotWaitAndContinueSpecification = {
114648
115387
  };
114649
115388
  /**
114650
115389
  * Resource type definition for `AWS::Lex::BotAlias`.
114651
- * A Bot Alias enables you to change the version of a bot without updating applications that use the bot
115390
+ * Resource Type definition for a Bot Alias, which enables you to change the version of a bot without updating applications that use the bot
114652
115391
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lex-botalias.html}
114653
115392
  */
114654
115393
  export type LexBotAliasProps = {
@@ -114708,6 +115447,7 @@ export type LexBotAliasProps = {
114708
115447
  */
114709
115448
  export type LexBotAliasAttributes = {
114710
115449
  /**
115450
+ * The Amazon Resource Name (ARN) of the bot alias.
114711
115451
  * @maxLength `1000`
114712
115452
  */
114713
115453
  Arn: string;
@@ -155080,7 +155820,7 @@ export type QuickSightDashboardDashboardVersionDefinition = {
155080
155820
  Options?: QuickSightDashboardAssetOptions;
155081
155821
  /**
155082
155822
  * @minLength `0`
155083
- * @maxLength `200`
155823
+ * @maxLength `400`
155084
155824
  */
155085
155825
  ParameterDeclarations?: QuickSightDashboardParameterDeclaration[];
155086
155826
  /**
@@ -156490,6 +157230,11 @@ export type QuickSightDashboardFreeFormLayoutConfiguration = {
156490
157230
  */
156491
157231
  export type QuickSightDashboardFreeFormLayoutElement = {
156492
157232
  BackgroundStyle?: QuickSightDashboardFreeFormLayoutElementBackgroundStyle;
157233
+ /**
157234
+ * @minLength `0`
157235
+ * @maxLength `50`
157236
+ */
157237
+ BorderRadius?: string;
156493
157238
  BorderStyle?: QuickSightDashboardFreeFormLayoutElementBorderStyle;
156494
157239
  /**
156495
157240
  * @minLength `1`
@@ -156503,6 +157248,11 @@ export type QuickSightDashboardFreeFormLayoutElement = {
156503
157248
  */
156504
157249
  Height: string;
156505
157250
  LoadingAnimation?: QuickSightDashboardLoadingAnimation;
157251
+ /**
157252
+ * @minLength `0`
157253
+ * @maxLength `200`
157254
+ */
157255
+ Padding?: string;
156506
157256
  /**
156507
157257
  * @minLength `0`
156508
157258
  * @maxLength `10000`
@@ -156544,6 +157294,12 @@ export type QuickSightDashboardFreeFormLayoutElementBorderStyle = {
156544
157294
  */
156545
157295
  Color?: string;
156546
157296
  Visibility?: QuickSightDashboardVisibility;
157297
+ /**
157298
+ * String to encapsulate the most generic way Width can be formatted with whatever units (px, em etc)
157299
+ * @minLength `0`
157300
+ * @maxLength `50`
157301
+ */
157302
+ Width?: string;
156547
157303
  };
156548
157304
  /**
156549
157305
  * Type definition for `AWS::QuickSight::Dashboard.FreeFormLayoutScreenCanvasSizeOptions`.
@@ -157304,6 +158060,13 @@ export type QuickSightDashboardGridLayoutConfiguration = {
157304
158060
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-gridlayoutelement.html}
157305
158061
  */
157306
158062
  export type QuickSightDashboardGridLayoutElement = {
158063
+ BackgroundStyle?: QuickSightDashboardGridLayoutElementBackgroundStyle;
158064
+ /**
158065
+ * @minLength `0`
158066
+ * @maxLength `50`
158067
+ */
158068
+ BorderRadius?: string;
158069
+ BorderStyle?: QuickSightDashboardGridLayoutElementBorderStyle;
157307
158070
  /**
157308
158071
  * @min `0`
157309
158072
  * @max `35`
@@ -157321,6 +158084,12 @@ export type QuickSightDashboardGridLayoutElement = {
157321
158084
  */
157322
158085
  ElementId: string;
157323
158086
  ElementType: QuickSightDashboardLayoutElementType;
158087
+ LoadingAnimation?: QuickSightDashboardLoadingAnimation;
158088
+ /**
158089
+ * @minLength `0`
158090
+ * @maxLength `200`
158091
+ */
158092
+ Padding?: string;
157324
158093
  /**
157325
158094
  * @min `0`
157326
158095
  * @max `9009`
@@ -157331,6 +158100,35 @@ export type QuickSightDashboardGridLayoutElement = {
157331
158100
  * @max `21`
157332
158101
  */
157333
158102
  RowSpan: number;
158103
+ SelectedBorderStyle?: QuickSightDashboardGridLayoutElementBorderStyle;
158104
+ };
158105
+ /**
158106
+ * Type definition for `AWS::QuickSight::Dashboard.GridLayoutElementBackgroundStyle`.
158107
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-gridlayoutelementbackgroundstyle.html}
158108
+ */
158109
+ export type QuickSightDashboardGridLayoutElementBackgroundStyle = {
158110
+ /**
158111
+ * @pattern `^#[A-F0-9]{6}(?:[A-F0-9]{2})?$`
158112
+ */
158113
+ Color?: string;
158114
+ Visibility?: QuickSightDashboardVisibility;
158115
+ };
158116
+ /**
158117
+ * Type definition for `AWS::QuickSight::Dashboard.GridLayoutElementBorderStyle`.
158118
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-gridlayoutelementborderstyle.html}
158119
+ */
158120
+ export type QuickSightDashboardGridLayoutElementBorderStyle = {
158121
+ /**
158122
+ * @pattern `^#[A-F0-9]{6}(?:[A-F0-9]{2})?$`
158123
+ */
158124
+ Color?: string;
158125
+ Visibility?: QuickSightDashboardVisibility;
158126
+ /**
158127
+ * String to encapsulate the most generic way Width can be formatted with whatever units (px, em etc)
158128
+ * @minLength `0`
158129
+ * @maxLength `50`
158130
+ */
158131
+ Width?: string;
157334
158132
  };
157335
158133
  /**
157336
158134
  * Type definition for `AWS::QuickSight::Dashboard.GridLayoutScreenCanvasSizeOptions`.
@@ -219237,6 +220035,7 @@ export type WorkSpacesWebUserSettingsProps = {
219237
220035
  Tags?: WorkSpacesWebUserSettingsTag[];
219238
220036
  ToolbarConfiguration?: WorkSpacesWebUserSettingsToolbarConfiguration;
219239
220037
  UploadAllowed: WorkSpacesWebUserSettingsEnabledType;
220038
+ WebAuthnAllowed?: WorkSpacesWebUserSettingsEnabledType;
219240
220039
  };
219241
220040
  /**
219242
220041
  * Attribute type definition for `AWS::WorkSpacesWeb::UserSettings`.
@@ -219963,6 +220762,11 @@ export interface ResourceTypes {
219963
220762
  "AWS::BillingConductor::PricingRule": BillingConductorPricingRuleProps;
219964
220763
  "AWS::Budgets::Budget": BudgetsBudgetProps;
219965
220764
  "AWS::Budgets::BudgetsAction": BudgetsBudgetsActionProps;
220765
+ "AWS::Cases::CaseRule": CasesCaseRuleProps;
220766
+ "AWS::Cases::Domain": CasesDomainProps;
220767
+ "AWS::Cases::Field": CasesFieldProps;
220768
+ "AWS::Cases::Layout": CasesLayoutProps;
220769
+ "AWS::Cases::Template": CasesTemplateProps;
219966
220770
  "AWS::Cassandra::Keyspace": CassandraKeyspaceProps;
219967
220771
  "AWS::Cassandra::Table": CassandraTableProps;
219968
220772
  "AWS::Cassandra::Type": CassandraTypeProps;
@@ -221446,6 +222250,11 @@ export interface AttributeTypes {
221446
222250
  "AWS::BillingConductor::PricingRule": BillingConductorPricingRuleAttributes;
221447
222251
  "AWS::Budgets::Budget": BudgetsBudgetAttributes;
221448
222252
  "AWS::Budgets::BudgetsAction": BudgetsBudgetsActionAttributes;
222253
+ "AWS::Cases::CaseRule": CasesCaseRuleAttributes;
222254
+ "AWS::Cases::Domain": CasesDomainAttributes;
222255
+ "AWS::Cases::Field": CasesFieldAttributes;
222256
+ "AWS::Cases::Layout": CasesLayoutAttributes;
222257
+ "AWS::Cases::Template": CasesTemplateAttributes;
221449
222258
  "AWS::Cassandra::Type": CassandraTypeAttributes;
221450
222259
  "AWS::CE::AnomalyMonitor": CEAnomalyMonitorAttributes;
221451
222260
  "AWS::CE::AnomalySubscription": CEAnomalySubscriptionAttributes;
@@ -221622,7 +222431,6 @@ export interface AttributeTypes {
221622
222431
  "AWS::DataZone::UserProfile": DataZoneUserProfileAttributes;
221623
222432
  "AWS::DAX::Cluster": DAXClusterAttributes;
221624
222433
  "AWS::DAX::ParameterGroup": DAXParameterGroupAttributes;
221625
- "AWS::DAX::SubnetGroup": DAXSubnetGroupAttributes;
221626
222434
  "AWS::Deadline::Farm": DeadlineFarmAttributes;
221627
222435
  "AWS::Deadline::Fleet": DeadlineFleetAttributes;
221628
222436
  "AWS::Deadline::LicenseEndpoint": DeadlineLicenseEndpointAttributes;
@@ -222791,6 +223599,11 @@ export declare const ResourceType: {
222791
223599
  readonly BillingConductorPricingRule: "AWS::BillingConductor::PricingRule";
222792
223600
  readonly BudgetsBudget: "AWS::Budgets::Budget";
222793
223601
  readonly BudgetsBudgetsAction: "AWS::Budgets::BudgetsAction";
223602
+ readonly CasesCaseRule: "AWS::Cases::CaseRule";
223603
+ readonly CasesDomain: "AWS::Cases::Domain";
223604
+ readonly CasesField: "AWS::Cases::Field";
223605
+ readonly CasesLayout: "AWS::Cases::Layout";
223606
+ readonly CasesTemplate: "AWS::Cases::Template";
222794
223607
  readonly CassandraKeyspace: "AWS::Cassandra::Keyspace";
222795
223608
  readonly CassandraTable: "AWS::Cassandra::Table";
222796
223609
  readonly CassandraType: "AWS::Cassandra::Type";