@pulumi/aws-native 1.37.0-alpha.1760457982 → 1.37.0-alpha.1760462120

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 (197) hide show
  1. package/amazonmq/broker.d.ts +2 -2
  2. package/applicationsignals/getGroupingConfiguration.d.ts +27 -0
  3. package/applicationsignals/getGroupingConfiguration.js +28 -0
  4. package/applicationsignals/getGroupingConfiguration.js.map +1 -0
  5. package/applicationsignals/groupingConfiguration.d.ts +48 -0
  6. package/applicationsignals/groupingConfiguration.js +63 -0
  7. package/applicationsignals/groupingConfiguration.js.map +1 -0
  8. package/applicationsignals/index.d.ts +6 -0
  9. package/applicationsignals/index.js +8 -1
  10. package/applicationsignals/index.js.map +1 -1
  11. package/bedrockagentcore/browserCustom.d.ts +4 -0
  12. package/bedrockagentcore/browserCustom.js +2 -0
  13. package/bedrockagentcore/browserCustom.js.map +1 -1
  14. package/bedrockagentcore/codeInterpreterCustom.d.ts +4 -0
  15. package/bedrockagentcore/codeInterpreterCustom.js +2 -0
  16. package/bedrockagentcore/codeInterpreterCustom.js.map +1 -1
  17. package/bedrockagentcore/gateway.d.ts +63 -0
  18. package/bedrockagentcore/gateway.js.map +1 -1
  19. package/bedrockagentcore/gatewayTarget.d.ts +45 -0
  20. package/bedrockagentcore/gatewayTarget.js.map +1 -1
  21. package/bedrockagentcore/getBrowserCustom.d.ts +4 -0
  22. package/bedrockagentcore/getBrowserCustom.js.map +1 -1
  23. package/bedrockagentcore/getCodeInterpreterCustom.d.ts +4 -0
  24. package/bedrockagentcore/getCodeInterpreterCustom.js.map +1 -1
  25. package/bedrockagentcore/getGateway.d.ts +39 -0
  26. package/bedrockagentcore/getGateway.js.map +1 -1
  27. package/bedrockagentcore/getGatewayTarget.d.ts +39 -0
  28. package/bedrockagentcore/getGatewayTarget.js.map +1 -1
  29. package/bedrockagentcore/getMemory.d.ts +53 -0
  30. package/bedrockagentcore/getMemory.js +28 -0
  31. package/bedrockagentcore/getMemory.js.map +1 -0
  32. package/bedrockagentcore/index.d.ts +6 -0
  33. package/bedrockagentcore/index.js +8 -1
  34. package/bedrockagentcore/index.js.map +1 -1
  35. package/bedrockagentcore/memory.d.ts +108 -0
  36. package/bedrockagentcore/memory.js +85 -0
  37. package/bedrockagentcore/memory.js.map +1 -0
  38. package/ecs/capacityProvider.d.ts +10 -0
  39. package/ecs/capacityProvider.js.map +1 -1
  40. package/ecs/clusterCapacityProviderAssociations.d.ts +2 -2
  41. package/ecs/clusterCapacityProviderAssociations.js +0 -3
  42. package/ecs/clusterCapacityProviderAssociations.js.map +1 -1
  43. package/ecs/getService.d.ts +1 -1
  44. package/ecs/service.d.ts +2 -2
  45. package/ecs/taskDefinition.d.ts +2 -2
  46. package/imagebuilder/getImage.d.ts +5 -0
  47. package/imagebuilder/getImage.js.map +1 -1
  48. package/imagebuilder/getImagePipeline.d.ts +4 -0
  49. package/imagebuilder/getImagePipeline.js.map +1 -1
  50. package/imagebuilder/getImageRecipe.d.ts +6 -0
  51. package/imagebuilder/getImageRecipe.js.map +1 -1
  52. package/imagebuilder/image.d.ts +8 -0
  53. package/imagebuilder/image.js +2 -0
  54. package/imagebuilder/image.js.map +1 -1
  55. package/imagebuilder/imagePipeline.d.ts +8 -0
  56. package/imagebuilder/imagePipeline.js +2 -0
  57. package/imagebuilder/imagePipeline.js.map +1 -1
  58. package/imagebuilder/imageRecipe.d.ts +12 -0
  59. package/imagebuilder/imageRecipe.js +2 -0
  60. package/imagebuilder/imageRecipe.js.map +1 -1
  61. package/lambda/permission.d.ts +6 -0
  62. package/lambda/permission.js.map +1 -1
  63. package/lex/botVersion.d.ts +1 -1
  64. package/lex/botVersion.js +1 -1
  65. package/lex/getBotVersion.d.ts +2 -2
  66. package/lex/getBotVersion.js +2 -2
  67. package/lex/getResourcePolicy.d.ts +2 -6
  68. package/lex/getResourcePolicy.js +2 -2
  69. package/lex/getResourcePolicy.js.map +1 -1
  70. package/lex/resourcePolicy.d.ts +1 -1
  71. package/lex/resourcePolicy.js +3 -1
  72. package/lex/resourcePolicy.js.map +1 -1
  73. package/lightsail/diskSnapshot.d.ts +100 -0
  74. package/lightsail/diskSnapshot.js +85 -0
  75. package/lightsail/diskSnapshot.js.map +1 -0
  76. package/lightsail/getDiskSnapshot.d.ts +69 -0
  77. package/lightsail/getDiskSnapshot.js +28 -0
  78. package/lightsail/getDiskSnapshot.js.map +1 -0
  79. package/lightsail/index.d.ts +6 -0
  80. package/lightsail/index.js +8 -1
  81. package/lightsail/index.js.map +1 -1
  82. package/logs/deliveryDestination.d.ts +6 -2
  83. package/logs/deliveryDestination.js +2 -2
  84. package/logs/deliveryDestination.js.map +1 -1
  85. package/logs/getDeliveryDestination.d.ts +0 -4
  86. package/logs/getDeliveryDestination.js.map +1 -1
  87. package/logs/getMetricFilter.d.ts +8 -0
  88. package/logs/getMetricFilter.js.map +1 -1
  89. package/logs/getSubscriptionFilter.d.ts +8 -0
  90. package/logs/getSubscriptionFilter.js.map +1 -1
  91. package/logs/metricFilter.d.ts +16 -0
  92. package/logs/metricFilter.js +4 -0
  93. package/logs/metricFilter.js.map +1 -1
  94. package/logs/subscriptionFilter.d.ts +16 -0
  95. package/logs/subscriptionFilter.js +4 -0
  96. package/logs/subscriptionFilter.js.map +1 -1
  97. package/m2/environment.d.ts +4 -0
  98. package/m2/environment.js.map +1 -1
  99. package/m2/getEnvironment.d.ts +2 -0
  100. package/m2/getEnvironment.js.map +1 -1
  101. package/mwaa/environment.d.ts +2 -2
  102. package/mwaa/getEnvironment.d.ts +1 -1
  103. package/neptune/eventSubscription.d.ts +91 -0
  104. package/neptune/eventSubscription.js +73 -0
  105. package/neptune/eventSubscription.js.map +1 -0
  106. package/neptune/getEventSubscription.d.ts +44 -0
  107. package/neptune/getEventSubscription.js +28 -0
  108. package/neptune/getEventSubscription.js.map +1 -0
  109. package/neptune/index.d.ts +6 -0
  110. package/neptune/index.js +8 -1
  111. package/neptune/index.js.map +1 -1
  112. package/observabilityadmin/getOrganizationCentralizationRule.d.ts +24 -0
  113. package/observabilityadmin/getOrganizationCentralizationRule.js +28 -0
  114. package/observabilityadmin/getOrganizationCentralizationRule.js.map +1 -0
  115. package/observabilityadmin/index.d.ts +6 -0
  116. package/observabilityadmin/index.js +8 -1
  117. package/observabilityadmin/index.js.map +1 -1
  118. package/observabilityadmin/organizationCentralizationRule.d.ts +48 -0
  119. package/observabilityadmin/organizationCentralizationRule.js +67 -0
  120. package/observabilityadmin/organizationCentralizationRule.js.map +1 -0
  121. package/package.json +3 -3
  122. package/package.json.dev +2 -2
  123. package/pcs/cluster.js +1 -1
  124. package/pcs/cluster.js.map +1 -1
  125. package/pcs/getCluster.d.ts +4 -0
  126. package/pcs/getCluster.js.map +1 -1
  127. package/pcs/getQueue.d.ts +4 -0
  128. package/pcs/getQueue.js.map +1 -1
  129. package/pcs/queue.d.ts +8 -0
  130. package/pcs/queue.js +2 -0
  131. package/pcs/queue.js.map +1 -1
  132. package/quicksight/dashboard.d.ts +4 -2
  133. package/quicksight/dashboard.js.map +1 -1
  134. package/quicksight/dataSource.d.ts +8 -8
  135. package/quicksight/getDataSource.d.ts +3 -3
  136. package/quicksight/getTemplate.d.ts +2 -2
  137. package/quicksight/getTheme.d.ts +1 -1
  138. package/quicksight/template.d.ts +4 -4
  139. package/quicksight/theme.d.ts +2 -2
  140. package/rds/dbCluster.d.ts +10 -16
  141. package/rds/dbCluster.js.map +1 -1
  142. package/rds/dbInstance.d.ts +8 -12
  143. package/rds/dbInstance.js.map +1 -1
  144. package/s3/bucket.d.ts +6 -2
  145. package/s3/bucket.js.map +1 -1
  146. package/s3/getBucket.d.ts +3 -1
  147. package/s3/getBucket.js.map +1 -1
  148. package/servicecatalog/getLaunchNotificationConstraint.d.ts +35 -0
  149. package/servicecatalog/getLaunchNotificationConstraint.js +28 -0
  150. package/servicecatalog/getLaunchNotificationConstraint.js.map +1 -0
  151. package/servicecatalog/getResourceUpdateConstraint.d.ts +35 -0
  152. package/servicecatalog/getResourceUpdateConstraint.js +28 -0
  153. package/servicecatalog/getResourceUpdateConstraint.js.map +1 -0
  154. package/servicecatalog/index.d.ts +18 -0
  155. package/servicecatalog/index.js +23 -1
  156. package/servicecatalog/index.js.map +1 -1
  157. package/servicecatalog/launchNotificationConstraint.d.ts +83 -0
  158. package/servicecatalog/launchNotificationConstraint.js +77 -0
  159. package/servicecatalog/launchNotificationConstraint.js.map +1 -0
  160. package/servicecatalog/portfolioPrincipalAssociation.d.ts +65 -0
  161. package/servicecatalog/portfolioPrincipalAssociation.js +67 -0
  162. package/servicecatalog/portfolioPrincipalAssociation.js.map +1 -0
  163. package/servicecatalog/resourceUpdateConstraint.d.ts +77 -0
  164. package/servicecatalog/resourceUpdateConstraint.js +77 -0
  165. package/servicecatalog/resourceUpdateConstraint.js.map +1 -0
  166. package/servicecatalog/tagOptionAssociation.d.ts +49 -0
  167. package/servicecatalog/tagOptionAssociation.js +60 -0
  168. package/servicecatalog/tagOptionAssociation.js.map +1 -0
  169. package/ssmquicksetup/getLifecycleAutomation.d.ts +37 -0
  170. package/ssmquicksetup/getLifecycleAutomation.js +28 -0
  171. package/ssmquicksetup/getLifecycleAutomation.js.map +1 -0
  172. package/ssmquicksetup/index.d.ts +6 -0
  173. package/ssmquicksetup/index.js +8 -1
  174. package/ssmquicksetup/index.js.map +1 -1
  175. package/ssmquicksetup/lifecycleAutomation.d.ts +65 -0
  176. package/ssmquicksetup/lifecycleAutomation.js +75 -0
  177. package/ssmquicksetup/lifecycleAutomation.js.map +1 -0
  178. package/types/enums/amazonmq/index.d.ts +0 -16
  179. package/types/enums/amazonmq/index.js +1 -9
  180. package/types/enums/amazonmq/index.js.map +1 -1
  181. package/types/enums/bedrockagentcore/index.d.ts +93 -0
  182. package/types/enums/bedrockagentcore/index.js +58 -1
  183. package/types/enums/bedrockagentcore/index.js.map +1 -1
  184. package/types/enums/ecs/index.d.ts +2 -0
  185. package/types/enums/ecs/index.js +2 -0
  186. package/types/enums/ecs/index.js.map +1 -1
  187. package/types/enums/lightsail/index.d.ts +17 -0
  188. package/types/enums/lightsail/index.js +10 -1
  189. package/types/enums/lightsail/index.js.map +1 -1
  190. package/types/enums/observabilityadmin/index.d.ts +15 -0
  191. package/types/enums/observabilityadmin/index.js +13 -1
  192. package/types/enums/observabilityadmin/index.js.map +1 -1
  193. package/types/enums/s3/index.d.ts +5 -4
  194. package/types/enums/s3/index.js.map +1 -1
  195. package/types/input.d.ts +443 -149
  196. package/types/output.d.ts +456 -149
  197. package/types/output.js.map +1 -1
package/types/output.d.ts CHANGED
@@ -5004,6 +5004,11 @@ export declare namespace applicationinsights {
5004
5004
  }
5005
5005
  }
5006
5006
  export declare namespace applicationsignals {
5007
+ interface GroupingConfigurationGroupingAttributeDefinition {
5008
+ defaultGroupingValue?: string;
5009
+ groupingName: string;
5010
+ groupingSourceKeys: string[];
5011
+ }
5007
5012
  /**
5008
5013
  * This object defines the length of the look-back window used to calculate one burn rate metric for this SLO. The burn rate measures how fast the service is consuming the error budget, relative to the attainment goal of the SLO. A burn rate of exactly 1 indicates that the SLO goal will be met exactly.
5009
5014
  * For example, if you specify 60 as the number of minutes in the look-back window, the burn rate is calculated as the following:
@@ -14499,6 +14504,7 @@ export declare namespace bedrockagentcore {
14499
14504
  * The network mode.
14500
14505
  */
14501
14506
  networkMode: enums.bedrockagentcore.BrowserCustomBrowserNetworkMode;
14507
+ vpcConfig?: outputs.bedrockagentcore.BrowserCustomVpcConfig;
14502
14508
  }
14503
14509
  /**
14504
14510
  * Recording configuration for browser
@@ -14526,6 +14532,13 @@ export declare namespace bedrockagentcore {
14526
14532
  */
14527
14533
  prefix: string;
14528
14534
  }
14535
+ /**
14536
+ * Network mode configuration for VPC
14537
+ */
14538
+ interface BrowserCustomVpcConfig {
14539
+ securityGroups: string[];
14540
+ subnets: string[];
14541
+ }
14529
14542
  /**
14530
14543
  * Network configuration for code interpreter
14531
14544
  */
@@ -14534,6 +14547,14 @@ export declare namespace bedrockagentcore {
14534
14547
  * The network mode.
14535
14548
  */
14536
14549
  networkMode: enums.bedrockagentcore.CodeInterpreterCustomCodeInterpreterNetworkMode;
14550
+ vpcConfig?: outputs.bedrockagentcore.CodeInterpreterCustomVpcConfig;
14551
+ }
14552
+ /**
14553
+ * Network mode configuration for VPC
14554
+ */
14555
+ interface CodeInterpreterCustomVpcConfig {
14556
+ securityGroups: string[];
14557
+ subnets: string[];
14537
14558
  }
14538
14559
  interface GatewayAuthorizerConfigurationProperties {
14539
14560
  customJwtAuthorizer: outputs.bedrockagentcore.GatewayCustomJwtAuthorizerConfiguration;
@@ -14570,7 +14591,13 @@ export declare namespace bedrockagentcore {
14570
14591
  apiKeyCredentialProvider: outputs.bedrockagentcore.GatewayTargetApiKeyCredentialProvider;
14571
14592
  }
14572
14593
  interface GatewayTargetCredentialProviderConfiguration {
14594
+ /**
14595
+ * The credential provider for the gateway target.
14596
+ */
14573
14597
  credentialProvider?: outputs.bedrockagentcore.GatewayTargetCredentialProvider0Properties | outputs.bedrockagentcore.GatewayTargetCredentialProvider1Properties;
14598
+ /**
14599
+ * The credential provider type for the gateway target.
14600
+ */
14574
14601
  credentialProviderType: enums.bedrockagentcore.GatewayTargetCredentialProviderType;
14575
14602
  }
14576
14603
  interface GatewayTargetMcpLambdaTargetConfiguration {
@@ -14624,6 +14651,173 @@ export declare namespace bedrockagentcore {
14624
14651
  interface GatewayWorkloadIdentityDetails {
14625
14652
  workloadIdentityArn: string;
14626
14653
  }
14654
+ interface MemoryCustomConfigurationInput {
14655
+ selfManagedConfiguration?: outputs.bedrockagentcore.MemorySelfManagedConfiguration;
14656
+ semanticOverride?: outputs.bedrockagentcore.MemorySemanticOverride;
14657
+ summaryOverride?: outputs.bedrockagentcore.MemorySummaryOverride;
14658
+ userPreferenceOverride?: outputs.bedrockagentcore.MemoryUserPreferenceOverride;
14659
+ }
14660
+ interface MemoryCustomMemoryStrategy {
14661
+ configuration?: outputs.bedrockagentcore.MemoryCustomConfigurationInput;
14662
+ /**
14663
+ * Creation timestamp of the memory strategy
14664
+ */
14665
+ createdAt?: string;
14666
+ description?: string;
14667
+ name: string;
14668
+ namespaces?: string[];
14669
+ /**
14670
+ * Status of the memory strategy
14671
+ */
14672
+ status?: enums.bedrockagentcore.MemoryCustomMemoryStrategyStatus;
14673
+ /**
14674
+ * Unique identifier for the memory strategy
14675
+ */
14676
+ strategyId?: string;
14677
+ /**
14678
+ * Type of memory strategy
14679
+ */
14680
+ type?: enums.bedrockagentcore.MemoryCustomMemoryStrategyType;
14681
+ /**
14682
+ * Last update timestamp of the memory strategy
14683
+ */
14684
+ updatedAt?: string;
14685
+ }
14686
+ interface MemoryInvocationConfigurationInput {
14687
+ payloadDeliveryBucketName?: string;
14688
+ topicArn?: string;
14689
+ }
14690
+ interface MemoryMessageBasedTriggerInput {
14691
+ messageCount?: number;
14692
+ }
14693
+ interface MemorySelfManagedConfiguration {
14694
+ historicalContextWindowSize?: number;
14695
+ invocationConfiguration?: outputs.bedrockagentcore.MemoryInvocationConfigurationInput;
14696
+ triggerConditions?: outputs.bedrockagentcore.MemoryTriggerConditionInput[];
14697
+ }
14698
+ interface MemorySemanticMemoryStrategy {
14699
+ /**
14700
+ * Creation timestamp of the memory strategy
14701
+ */
14702
+ createdAt?: string;
14703
+ description?: string;
14704
+ name: string;
14705
+ namespaces?: string[];
14706
+ /**
14707
+ * Status of the memory strategy
14708
+ */
14709
+ status?: enums.bedrockagentcore.MemorySemanticMemoryStrategyStatus;
14710
+ /**
14711
+ * Unique identifier for the memory strategy
14712
+ */
14713
+ strategyId?: string;
14714
+ /**
14715
+ * Type of memory strategy
14716
+ */
14717
+ type?: enums.bedrockagentcore.MemorySemanticMemoryStrategyType;
14718
+ /**
14719
+ * Last update timestamp of the memory strategy
14720
+ */
14721
+ updatedAt?: string;
14722
+ }
14723
+ interface MemorySemanticOverride {
14724
+ consolidation?: outputs.bedrockagentcore.MemorySemanticOverrideConsolidationConfigurationInput;
14725
+ extraction?: outputs.bedrockagentcore.MemorySemanticOverrideExtractionConfigurationInput;
14726
+ }
14727
+ interface MemorySemanticOverrideConsolidationConfigurationInput {
14728
+ appendToPrompt: string;
14729
+ modelId: string;
14730
+ }
14731
+ interface MemorySemanticOverrideExtractionConfigurationInput {
14732
+ appendToPrompt: string;
14733
+ modelId: string;
14734
+ }
14735
+ interface MemoryStrategy {
14736
+ customMemoryStrategy?: outputs.bedrockagentcore.MemoryCustomMemoryStrategy;
14737
+ semanticMemoryStrategy?: outputs.bedrockagentcore.MemorySemanticMemoryStrategy;
14738
+ summaryMemoryStrategy?: outputs.bedrockagentcore.MemorySummaryMemoryStrategy;
14739
+ userPreferenceMemoryStrategy?: outputs.bedrockagentcore.MemoryUserPreferenceMemoryStrategy;
14740
+ }
14741
+ interface MemorySummaryMemoryStrategy {
14742
+ /**
14743
+ * Creation timestamp of the memory strategy
14744
+ */
14745
+ createdAt?: string;
14746
+ description?: string;
14747
+ name: string;
14748
+ namespaces?: string[];
14749
+ /**
14750
+ * Status of the memory strategy
14751
+ */
14752
+ status?: enums.bedrockagentcore.MemorySummaryMemoryStrategyStatus;
14753
+ /**
14754
+ * Unique identifier for the memory strategy
14755
+ */
14756
+ strategyId?: string;
14757
+ /**
14758
+ * Type of memory strategy
14759
+ */
14760
+ type?: enums.bedrockagentcore.MemorySummaryMemoryStrategyType;
14761
+ /**
14762
+ * Last update timestamp of the memory strategy
14763
+ */
14764
+ updatedAt?: string;
14765
+ }
14766
+ interface MemorySummaryOverride {
14767
+ consolidation?: outputs.bedrockagentcore.MemorySummaryOverrideConsolidationConfigurationInput;
14768
+ }
14769
+ interface MemorySummaryOverrideConsolidationConfigurationInput {
14770
+ appendToPrompt: string;
14771
+ modelId: string;
14772
+ }
14773
+ interface MemoryTimeBasedTriggerInput {
14774
+ idleSessionTimeout?: number;
14775
+ }
14776
+ interface MemoryTokenBasedTriggerInput {
14777
+ tokenCount?: number;
14778
+ }
14779
+ interface MemoryTriggerConditionInput {
14780
+ messageBasedTrigger?: outputs.bedrockagentcore.MemoryMessageBasedTriggerInput;
14781
+ timeBasedTrigger?: outputs.bedrockagentcore.MemoryTimeBasedTriggerInput;
14782
+ tokenBasedTrigger?: outputs.bedrockagentcore.MemoryTokenBasedTriggerInput;
14783
+ }
14784
+ interface MemoryUserPreferenceMemoryStrategy {
14785
+ /**
14786
+ * Creation timestamp of the memory strategy
14787
+ */
14788
+ createdAt?: string;
14789
+ description?: string;
14790
+ name: string;
14791
+ namespaces?: string[];
14792
+ /**
14793
+ * Status of the memory strategy
14794
+ */
14795
+ status?: enums.bedrockagentcore.MemoryUserPreferenceMemoryStrategyStatus;
14796
+ /**
14797
+ * Unique identifier for the memory strategy
14798
+ */
14799
+ strategyId?: string;
14800
+ /**
14801
+ * Type of memory strategy
14802
+ */
14803
+ type?: enums.bedrockagentcore.MemoryUserPreferenceMemoryStrategyType;
14804
+ /**
14805
+ * Last update timestamp of the memory strategy
14806
+ */
14807
+ updatedAt?: string;
14808
+ }
14809
+ interface MemoryUserPreferenceOverride {
14810
+ consolidation?: outputs.bedrockagentcore.MemoryUserPreferenceOverrideConsolidationConfigurationInput;
14811
+ extraction?: outputs.bedrockagentcore.MemoryUserPreferenceOverrideExtractionConfigurationInput;
14812
+ }
14813
+ interface MemoryUserPreferenceOverrideConsolidationConfigurationInput {
14814
+ appendToPrompt: string;
14815
+ modelId: string;
14816
+ }
14817
+ interface MemoryUserPreferenceOverrideExtractionConfigurationInput {
14818
+ appendToPrompt: string;
14819
+ modelId: string;
14820
+ }
14627
14821
  interface RuntimeAgentRuntimeArtifact {
14628
14822
  /**
14629
14823
  * Representation of a container configuration.
@@ -14667,6 +14861,14 @@ export declare namespace bedrockagentcore {
14667
14861
  * The network mode.
14668
14862
  */
14669
14863
  networkMode: enums.bedrockagentcore.RuntimeNetworkMode;
14864
+ networkModeConfig?: outputs.bedrockagentcore.RuntimeVpcConfig;
14865
+ }
14866
+ /**
14867
+ * Network mode configuration for VPC
14868
+ */
14869
+ interface RuntimeVpcConfig {
14870
+ securityGroups: string[];
14871
+ subnets: string[];
14670
14872
  }
14671
14873
  /**
14672
14874
  * Configuration for workload identity
@@ -24458,10 +24660,7 @@ export declare namespace datazone {
24458
24660
  * The environment blueprint ID.
24459
24661
  */
24460
24662
  environmentBlueprintId: string;
24461
- /**
24462
- * The environment ID.
24463
- */
24464
- id?: string;
24663
+ environmentConfigurationId?: string;
24465
24664
  /**
24466
24665
  * The environment name.
24467
24666
  */
@@ -31232,7 +31431,7 @@ export declare namespace ecs {
31232
31431
  */
31233
31432
  interface ClusterSettings {
31234
31433
  /**
31235
- * The name of the cluster setting. The value is ``containerInsights`` .
31434
+ * The name of the cluster setting. The value is ``containerInsights``.
31236
31435
  */
31237
31436
  name?: string;
31238
31437
  /**
@@ -31509,6 +31708,7 @@ export declare namespace ecs {
31509
31708
  * + For all other cases, the value is set to 36 hours (2160 minutes).
31510
31709
  */
31511
31710
  bakeTimeInMinutes?: number;
31711
+ canaryConfiguration?: any;
31512
31712
  /**
31513
31713
  * The deployment circuit breaker can only be used for services using the rolling update (``ECS``) deployment type.
31514
31714
  * The *deployment circuit breaker* determines whether a service deployment will fail if the service can't reach a steady state. If you use the deployment circuit breaker, a service deployment will transition to a failed state and stop launching new tasks. If you use the rollback option, when a service deployment fails, the service is rolled back to the last deployment that completed successfully. For more information, see [Rolling update](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/deployment-type-ecs.html) in the *Amazon Elastic Container Service Developer Guide*
@@ -31518,6 +31718,7 @@ export declare namespace ecs {
31518
31718
  * An array of deployment lifecycle hook objects to run custom logic at specific stages of the deployment lifecycle.
31519
31719
  */
31520
31720
  lifecycleHooks?: outputs.ecs.ServiceDeploymentLifecycleHook[];
31721
+ linearConfiguration?: any;
31521
31722
  /**
31522
31723
  * If a service is using the rolling update (``ECS``) deployment type, the ``maximumPercent`` parameter represents an upper limit on the number of your service's tasks that are allowed in the ``RUNNING`` or ``PENDING`` state during a deployment, as a percentage of the ``desiredCount`` (rounded down to the nearest integer). This parameter enables you to define the deployment batch size. For example, if your service is using the ``REPLICA`` service scheduler and has a ``desiredCount`` of four tasks and a ``maximumPercent`` value of 200%, the scheduler may start four new tasks before stopping the four older tasks (provided that the cluster resources required to do this are available). The default ``maximumPercent`` value for a service using the ``REPLICA`` service scheduler is 200%.
31523
31724
  * The Amazon ECS scheduler uses this parameter to replace unhealthy tasks by starting replacement tasks first and then stopping the unhealthy tasks, as long as cluster resources for starting replacement tasks are available. For more information about how the scheduler replaces unhealthy tasks, see [Amazon ECS services](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs_services.html).
@@ -40169,6 +40370,24 @@ export declare namespace imagebuilder {
40169
40370
  */
40170
40371
  repositoryName?: string;
40171
40372
  }
40373
+ /**
40374
+ * The logging configuration settings for the image.
40375
+ */
40376
+ interface ImageLoggingConfiguration {
40377
+ /**
40378
+ * The name of the log group for image build logs.
40379
+ */
40380
+ logGroupName?: string;
40381
+ }
40382
+ /**
40383
+ * The auto-disable policy configuration for the image pipeline.
40384
+ */
40385
+ interface ImagePipelineAutoDisablePolicy {
40386
+ /**
40387
+ * The number of consecutive failures after which the pipeline should be automatically disabled.
40388
+ */
40389
+ failureCount: number;
40390
+ }
40172
40391
  /**
40173
40392
  * Settings for Image Builder to configure the ECR repository and output container images that are scanned.
40174
40393
  */
@@ -40208,6 +40427,19 @@ export declare namespace imagebuilder {
40208
40427
  */
40209
40428
  timeoutMinutes?: number;
40210
40429
  }
40430
+ /**
40431
+ * The logging configuration settings for the image pipeline.
40432
+ */
40433
+ interface ImagePipelinePipelineLoggingConfiguration {
40434
+ /**
40435
+ * The name of the log group for image build logs.
40436
+ */
40437
+ imageLogGroupName?: string;
40438
+ /**
40439
+ * The name of the log group for pipeline execution logs.
40440
+ */
40441
+ pipelineLogGroupName?: string;
40442
+ }
40211
40443
  /**
40212
40444
  * The schedule of the image pipeline.
40213
40445
  */
@@ -40215,7 +40447,7 @@ export declare namespace imagebuilder {
40215
40447
  /**
40216
40448
  * The auto-disable policy for the image pipeline.
40217
40449
  */
40218
- autoDisablePolicy?: any;
40450
+ autoDisablePolicy?: outputs.imagebuilder.ImagePipelineAutoDisablePolicy;
40219
40451
  /**
40220
40452
  * The condition configures when the pipeline should trigger a new image build.
40221
40453
  */
@@ -51424,6 +51656,19 @@ export declare namespace lightsail {
51424
51656
  */
51425
51657
  name?: string;
51426
51658
  }
51659
+ /**
51660
+ * The AWS Region and Availability Zone where the disk snapshot was created.
51661
+ */
51662
+ interface LocationProperties {
51663
+ /**
51664
+ * The Availability Zone where the disk snapshot was created.
51665
+ */
51666
+ availabilityZone?: string;
51667
+ /**
51668
+ * The AWS Region where the disk snapshot was created.
51669
+ */
51670
+ regionName?: string;
51671
+ }
51427
51672
  }
51428
51673
  export declare namespace location {
51429
51674
  interface ApiKeyRestrictions {
@@ -55557,7 +55802,7 @@ export declare namespace mwaa {
55557
55802
  */
55558
55803
  enabled?: boolean;
55559
55804
  /**
55560
- * Defines the Apache Airflow logs to send for the log type (e.g. `DagProcessingLogs` ) to CloudWatch Logs. Valid values: `CRITICAL` , `ERROR` , `WARNING` , `INFO` .
55805
+ * Defines the Apache Airflow logs to send for the log type (e.g. `DagProcessingLogs` ) to CloudWatch Logs.
55561
55806
  */
55562
55807
  logLevel?: enums.mwaa.EnvironmentLoggingLevel;
55563
55808
  }
@@ -56814,6 +57059,37 @@ export declare namespace oam {
56814
57059
  }
56815
57060
  }
56816
57061
  export declare namespace observabilityadmin {
57062
+ interface OrganizationCentralizationRuleCentralizationRule {
57063
+ destination: outputs.observabilityadmin.OrganizationCentralizationRuleCentralizationRuleDestination;
57064
+ source: outputs.observabilityadmin.OrganizationCentralizationRuleCentralizationRuleSource;
57065
+ }
57066
+ interface OrganizationCentralizationRuleCentralizationRuleDestination {
57067
+ account?: string;
57068
+ destinationLogsConfiguration?: outputs.observabilityadmin.OrganizationCentralizationRuleDestinationLogsConfiguration;
57069
+ region: string;
57070
+ }
57071
+ interface OrganizationCentralizationRuleCentralizationRuleSource {
57072
+ regions: string[];
57073
+ scope?: string;
57074
+ sourceLogsConfiguration?: outputs.observabilityadmin.OrganizationCentralizationRuleSourceLogsConfiguration;
57075
+ }
57076
+ interface OrganizationCentralizationRuleDestinationLogsConfiguration {
57077
+ backupConfiguration?: outputs.observabilityadmin.OrganizationCentralizationRuleLogsBackupConfiguration;
57078
+ logsEncryptionConfiguration?: outputs.observabilityadmin.OrganizationCentralizationRuleLogsEncryptionConfiguration;
57079
+ }
57080
+ interface OrganizationCentralizationRuleLogsBackupConfiguration {
57081
+ kmsKeyArn?: string;
57082
+ region: string;
57083
+ }
57084
+ interface OrganizationCentralizationRuleLogsEncryptionConfiguration {
57085
+ encryptionConflictResolutionStrategy?: enums.observabilityadmin.OrganizationCentralizationRuleLogsEncryptionConfigurationEncryptionConflictResolutionStrategy;
57086
+ encryptionStrategy: enums.observabilityadmin.OrganizationCentralizationRuleLogsEncryptionConfigurationEncryptionStrategy;
57087
+ kmsKeyArn?: string;
57088
+ }
57089
+ interface OrganizationCentralizationRuleSourceLogsConfiguration {
57090
+ encryptedLogGroupStrategy: enums.observabilityadmin.OrganizationCentralizationRuleSourceLogsConfigurationEncryptedLogGroupStrategy;
57091
+ logGroupSelectionCriteria: string;
57092
+ }
56817
57093
  /**
56818
57094
  * The destination configuration for telemetry data
56819
57095
  */
@@ -58527,19 +58803,6 @@ export declare namespace pcs {
58527
58803
  */
58528
58804
  instanceType?: string;
58529
58805
  }
58530
- /**
58531
- * Additional settings that directly map to Slurm settings.
58532
- */
58533
- interface ComputeNodeGroupSlurmCustomSetting {
58534
- /**
58535
- * AWS PCS supports configuration of the following Slurm parameters for compute node groups: Weight and RealMemory.
58536
- */
58537
- parameterName: string;
58538
- /**
58539
- * The value for the configured Slurm setting.
58540
- */
58541
- parameterValue: string;
58542
- }
58543
58806
  /**
58544
58807
  * An Amazon EC2 launch template AWS PCS uses to launch compute nodes.
58545
58808
  */
@@ -58592,6 +58855,19 @@ export declare namespace pcs {
58592
58855
  */
58593
58856
  message?: string;
58594
58857
  }
58858
+ /**
58859
+ * Additional settings that directly map to Slurm settings.
58860
+ */
58861
+ interface QueueSlurmCustomSetting {
58862
+ /**
58863
+ * AWS PCS supports configuration of the Slurm parameters for queues:.
58864
+ */
58865
+ parameterName: string;
58866
+ /**
58867
+ * The value for the configured Slurm setting.
58868
+ */
58869
+ parameterValue: string;
58870
+ }
58595
58871
  /**
58596
58872
  * Specifies the boundaries of the compute node group auto scaling.
58597
58873
  */
@@ -58619,13 +58895,13 @@ export declare namespace pcs {
58619
58895
  version: string;
58620
58896
  }
58621
58897
  /**
58622
- * Additional options related to the Slurm scheduler.
58898
+ * The Slurm configuration for the queue.
58623
58899
  */
58624
58900
  interface SlurmConfigurationProperties {
58625
58901
  /**
58626
- * Additional Slurm-specific configuration that directly maps to Slurm settings.
58902
+ * Custom Slurm parameters that directly map to Slurm configuration settings.
58627
58903
  */
58628
- slurmCustomSettings?: outputs.pcs.ComputeNodeGroupSlurmCustomSetting[];
58904
+ slurmCustomSettings?: outputs.pcs.QueueSlurmCustomSetting[];
58629
58905
  }
58630
58906
  /**
58631
58907
  * Additional configuration when you specify SPOT as the purchase option.
@@ -61175,11 +61451,11 @@ export declare namespace quicksight {
61175
61451
  */
61176
61452
  customFilterConfiguration?: outputs.quicksight.AnalysisCustomFilterConfiguration;
61177
61453
  /**
61178
- * A list of custom filter values. In the Amazon QuickSight console, this filter type is called a custom filter list.
61454
+ * A list of custom filter values. In the Quick Sight console, this filter type is called a custom filter list.
61179
61455
  */
61180
61456
  customFilterListConfiguration?: outputs.quicksight.AnalysisCustomFilterListConfiguration;
61181
61457
  /**
61182
- * A list of filter configurations. In the Amazon QuickSight console, this filter type is called a filter list.
61458
+ * A list of filter configurations. In the Quick Sight console, this filter type is called a filter list.
61183
61459
  */
61184
61460
  filterListConfiguration?: outputs.quicksight.AnalysisFilterListConfiguration;
61185
61461
  }
@@ -62481,7 +62757,7 @@ export declare namespace quicksight {
62481
62757
  /**
62482
62758
  * Filter definitions for an analysis.
62483
62759
  *
62484
- * For more information, see [Filtering Data in Amazon QuickSight](https://docs.aws.amazon.com/quicksight/latest/user/adding-a-filter.html) in the *Amazon QuickSight User Guide* .
62760
+ * For more information, see [Filtering Data in Amazon Quick Sight](https://docs.aws.amazon.com/quicksight/latest/user/adding-a-filter.html) in the *Amazon Quick Suite User Guide* .
62485
62761
  */
62486
62762
  filterGroups?: outputs.quicksight.AnalysisFilterGroup[];
62487
62763
  /**
@@ -62493,7 +62769,7 @@ export declare namespace quicksight {
62493
62769
  *
62494
62770
  * Parameters are named variables that can transfer a value for use by an action or an object.
62495
62771
  *
62496
- * For more information, see [Parameters in Amazon QuickSight](https://docs.aws.amazon.com/quicksight/latest/user/parameters-in-quicksight.html) in the *Amazon QuickSight User Guide* .
62772
+ * For more information, see [Parameters in Amazon Quick Sight](https://docs.aws.amazon.com/quicksight/latest/user/parameters-in-quicksight.html) in the *Amazon Quick Suite User Guide* .
62497
62773
  */
62498
62774
  parameterDeclarations?: outputs.quicksight.AnalysisParameterDeclaration[];
62499
62775
  queryExecutionOptions?: outputs.quicksight.AnalysisQueryExecutionOptions;
@@ -62544,7 +62820,7 @@ export declare namespace quicksight {
62544
62820
  }
62545
62821
  interface AnalysisDonutCenterOptions {
62546
62822
  /**
62547
- * Determines the visibility of the label in a donut chart. In the Amazon QuickSight console, this option is called `'Show total'` .
62823
+ * Determines the visibility of the label in a donut chart. In the Quick Sight console, this option is called `'Show total'` .
62548
62824
  */
62549
62825
  labelVisibility?: enums.quicksight.AnalysisVisibility;
62550
62826
  }
@@ -62867,7 +63143,7 @@ export declare namespace quicksight {
62867
63143
  /**
62868
63144
  * A `CategoryFilter` filters text values.
62869
63145
  *
62870
- * For more information, see [Adding text filters](https://docs.aws.amazon.com/quicksight/latest/user/add-a-text-filter-data-prep.html) in the *Amazon QuickSight User Guide* .
63146
+ * For more information, see [Adding text filters](https://docs.aws.amazon.com/quicksight/latest/user/add-a-text-filter-data-prep.html) in the *Amazon Quick Suite User Guide* .
62871
63147
  */
62872
63148
  categoryFilter?: outputs.quicksight.AnalysisCategoryFilter;
62873
63149
  /**
@@ -64248,8 +64524,8 @@ export declare namespace quicksight {
64248
64524
  /**
64249
64525
  * This value determines the layout behavior when the viewport is resized.
64250
64526
  *
64251
- * - `FIXED` : A fixed width will be used when optimizing the layout. In the Amazon QuickSight console, this option is called `Classic` .
64252
- * - `RESPONSIVE` : The width of the canvas will be responsive and optimized to the view port. In the Amazon QuickSight console, this option is called `Tiled` .
64527
+ * - `FIXED` : A fixed width will be used when optimizing the layout. In the Quick Sight console, this option is called `Classic` .
64528
+ * - `RESPONSIVE` : The width of the canvas will be responsive and optimized to the view port. In the Quick Sight console, this option is called `Tiled` .
64253
64529
  */
64254
64530
  resizeOption: enums.quicksight.AnalysisResizeOption;
64255
64531
  }
@@ -67397,7 +67673,7 @@ export declare namespace quicksight {
67397
67673
  /**
67398
67674
  * The list of filter controls that are on a sheet.
67399
67675
  *
67400
- * For more information, see [Adding filter controls to analysis sheets](https://docs.aws.amazon.com/quicksight/latest/user/filter-controls.html) in the *Amazon QuickSight User Guide* .
67676
+ * For more information, see [Adding filter controls to analysis sheets](https://docs.aws.amazon.com/quicksight/latest/user/filter-controls.html) in the *Amazon Quick Suite User Guide* .
67401
67677
  */
67402
67678
  filterControls?: outputs.quicksight.AnalysisFilterControl[];
67403
67679
  /**
@@ -67407,7 +67683,7 @@ export declare namespace quicksight {
67407
67683
  /**
67408
67684
  * Layouts define how the components of a sheet are arranged.
67409
67685
  *
67410
- * For more information, see [Types of layout](https://docs.aws.amazon.com/quicksight/latest/user/types-of-layout.html) in the *Amazon QuickSight User Guide* .
67686
+ * For more information, see [Types of layout](https://docs.aws.amazon.com/quicksight/latest/user/types-of-layout.html) in the *Amazon Quick Suite User Guide* .
67411
67687
  */
67412
67688
  layouts?: outputs.quicksight.AnalysisLayout[];
67413
67689
  /**
@@ -67417,7 +67693,7 @@ export declare namespace quicksight {
67417
67693
  /**
67418
67694
  * The list of parameter controls that are on a sheet.
67419
67695
  *
67420
- * For more information, see [Using a Control with a Parameter in Amazon QuickSight](https://docs.aws.amazon.com/quicksight/latest/user/parameters-controls.html) in the *Amazon QuickSight User Guide* .
67696
+ * For more information, see [Using a Control with a Parameter in Amazon Quick Sight](https://docs.aws.amazon.com/quicksight/latest/user/parameters-controls.html) in the *Amazon Quick Suite User Guide* .
67421
67697
  */
67422
67698
  parameterControls?: outputs.quicksight.AnalysisParameterControl[];
67423
67699
  /**
@@ -68725,25 +69001,25 @@ export declare namespace quicksight {
68725
69001
  /**
68726
69002
  * A bar chart.
68727
69003
  *
68728
- * For more information, see [Using bar charts](https://docs.aws.amazon.com/quicksight/latest/user/bar-charts.html) in the *Amazon QuickSight User Guide* .
69004
+ * For more information, see [Using bar charts](https://docs.aws.amazon.com/quicksight/latest/user/bar-charts.html) in the *Amazon Quick Suite User Guide* .
68729
69005
  */
68730
69006
  barChartVisual?: outputs.quicksight.AnalysisBarChartVisual;
68731
69007
  /**
68732
69008
  * A box plot.
68733
69009
  *
68734
- * For more information, see [Using box plots](https://docs.aws.amazon.com/quicksight/latest/user/box-plots.html) in the *Amazon QuickSight User Guide* .
69010
+ * For more information, see [Using box plots](https://docs.aws.amazon.com/quicksight/latest/user/box-plots.html) in the *Amazon Quick Suite User Guide* .
68735
69011
  */
68736
69012
  boxPlotVisual?: outputs.quicksight.AnalysisBoxPlotVisual;
68737
69013
  /**
68738
69014
  * A combo chart.
68739
69015
  *
68740
- * For more information, see [Using combo charts](https://docs.aws.amazon.com/quicksight/latest/user/combo-charts.html) in the *Amazon QuickSight User Guide* .
69016
+ * For more information, see [Using combo charts](https://docs.aws.amazon.com/quicksight/latest/user/combo-charts.html) in the *Amazon Quick Suite User Guide* .
68741
69017
  */
68742
69018
  comboChartVisual?: outputs.quicksight.AnalysisComboChartVisual;
68743
69019
  /**
68744
69020
  * A visual that contains custom content.
68745
69021
  *
68746
- * For more information, see [Using custom visual content](https://docs.aws.amazon.com/quicksight/latest/user/custom-visual-content.html) in the *Amazon QuickSight User Guide* .
69022
+ * For more information, see [Using custom visual content](https://docs.aws.amazon.com/quicksight/latest/user/custom-visual-content.html) in the *Amazon Quick Suite User Guide* .
68747
69023
  */
68748
69024
  customContentVisual?: outputs.quicksight.AnalysisCustomContentVisual;
68749
69025
  /**
@@ -68753,49 +69029,49 @@ export declare namespace quicksight {
68753
69029
  /**
68754
69030
  * A filled map.
68755
69031
  *
68756
- * For more information, see [Creating filled maps](https://docs.aws.amazon.com/quicksight/latest/user/filled-maps.html) in the *Amazon QuickSight User Guide* .
69032
+ * For more information, see [Creating filled maps](https://docs.aws.amazon.com/quicksight/latest/user/filled-maps.html) in the *Amazon Quick Suite User Guide* .
68757
69033
  */
68758
69034
  filledMapVisual?: outputs.quicksight.AnalysisFilledMapVisual;
68759
69035
  /**
68760
69036
  * A funnel chart.
68761
69037
  *
68762
- * For more information, see [Using funnel charts](https://docs.aws.amazon.com/quicksight/latest/user/funnel-visual-content.html) in the *Amazon QuickSight User Guide* .
69038
+ * For more information, see [Using funnel charts](https://docs.aws.amazon.com/quicksight/latest/user/funnel-visual-content.html) in the *Amazon Quick Suite User Guide* .
68763
69039
  */
68764
69040
  funnelChartVisual?: outputs.quicksight.AnalysisFunnelChartVisual;
68765
69041
  /**
68766
69042
  * A gauge chart.
68767
69043
  *
68768
- * For more information, see [Using gauge charts](https://docs.aws.amazon.com/quicksight/latest/user/gauge-chart.html) in the *Amazon QuickSight User Guide* .
69044
+ * For more information, see [Using gauge charts](https://docs.aws.amazon.com/quicksight/latest/user/gauge-chart.html) in the *Amazon Quick Suite User Guide* .
68769
69045
  */
68770
69046
  gaugeChartVisual?: outputs.quicksight.AnalysisGaugeChartVisual;
68771
69047
  /**
68772
69048
  * A geospatial map or a points on map visual.
68773
69049
  *
68774
- * For more information, see [Creating point maps](https://docs.aws.amazon.com/quicksight/latest/user/point-maps.html) in the *Amazon QuickSight User Guide* .
69050
+ * For more information, see [Creating point maps](https://docs.aws.amazon.com/quicksight/latest/user/point-maps.html) in the *Amazon Quick Suite User Guide* .
68775
69051
  */
68776
69052
  geospatialMapVisual?: outputs.quicksight.AnalysisGeospatialMapVisual;
68777
69053
  /**
68778
69054
  * A heat map.
68779
69055
  *
68780
- * For more information, see [Using heat maps](https://docs.aws.amazon.com/quicksight/latest/user/heat-map.html) in the *Amazon QuickSight User Guide* .
69056
+ * For more information, see [Using heat maps](https://docs.aws.amazon.com/quicksight/latest/user/heat-map.html) in the *Amazon Quick Suite User Guide* .
68781
69057
  */
68782
69058
  heatMapVisual?: outputs.quicksight.AnalysisHeatMapVisual;
68783
69059
  /**
68784
69060
  * A histogram.
68785
69061
  *
68786
- * For more information, see [Using histograms](https://docs.aws.amazon.com/quicksight/latest/user/histogram-charts.html) in the *Amazon QuickSight User Guide* .
69062
+ * For more information, see [Using histograms](https://docs.aws.amazon.com/quicksight/latest/user/histogram-charts.html) in the *Amazon Quick Suite User Guide* .
68787
69063
  */
68788
69064
  histogramVisual?: outputs.quicksight.AnalysisHistogramVisual;
68789
69065
  /**
68790
69066
  * An insight visual.
68791
69067
  *
68792
- * For more information, see [Working with insights](https://docs.aws.amazon.com/quicksight/latest/user/computational-insights.html) in the *Amazon QuickSight User Guide* .
69068
+ * For more information, see [Working with insights](https://docs.aws.amazon.com/quicksight/latest/user/computational-insights.html) in the *Amazon Quick Suite User Guide* .
68793
69069
  */
68794
69070
  insightVisual?: outputs.quicksight.AnalysisInsightVisual;
68795
69071
  /**
68796
69072
  * A key performance indicator (KPI).
68797
69073
  *
68798
- * For more information, see [Using KPIs](https://docs.aws.amazon.com/quicksight/latest/user/kpi.html) in the *Amazon QuickSight User Guide* .
69074
+ * For more information, see [Using KPIs](https://docs.aws.amazon.com/quicksight/latest/user/kpi.html) in the *Amazon Quick Suite User Guide* .
68799
69075
  */
68800
69076
  kpiVisual?: outputs.quicksight.AnalysisKpiVisual;
68801
69077
  /**
@@ -68805,19 +69081,19 @@ export declare namespace quicksight {
68805
69081
  /**
68806
69082
  * A line chart.
68807
69083
  *
68808
- * For more information, see [Using line charts](https://docs.aws.amazon.com/quicksight/latest/user/line-charts.html) in the *Amazon QuickSight User Guide* .
69084
+ * For more information, see [Using line charts](https://docs.aws.amazon.com/quicksight/latest/user/line-charts.html) in the *Amazon Quick Suite User Guide* .
68809
69085
  */
68810
69086
  lineChartVisual?: outputs.quicksight.AnalysisLineChartVisual;
68811
69087
  /**
68812
69088
  * A pie or donut chart.
68813
69089
  *
68814
- * For more information, see [Using pie charts](https://docs.aws.amazon.com/quicksight/latest/user/pie-chart.html) in the *Amazon QuickSight User Guide* .
69090
+ * For more information, see [Using pie charts](https://docs.aws.amazon.com/quicksight/latest/user/pie-chart.html) in the *Amazon Quick Suite User Guide* .
68815
69091
  */
68816
69092
  pieChartVisual?: outputs.quicksight.AnalysisPieChartVisual;
68817
69093
  /**
68818
69094
  * A pivot table.
68819
69095
  *
68820
- * For more information, see [Using pivot tables](https://docs.aws.amazon.com/quicksight/latest/user/pivot-table.html) in the *Amazon QuickSight User Guide* .
69096
+ * For more information, see [Using pivot tables](https://docs.aws.amazon.com/quicksight/latest/user/pivot-table.html) in the *Amazon Quick Suite User Guide* .
68821
69097
  */
68822
69098
  pivotTableVisual?: outputs.quicksight.AnalysisPivotTableVisual;
68823
69099
  /**
@@ -68827,43 +69103,43 @@ export declare namespace quicksight {
68827
69103
  /**
68828
69104
  * A radar chart visual.
68829
69105
  *
68830
- * For more information, see [Using radar charts](https://docs.aws.amazon.com/quicksight/latest/user/radar-chart.html) in the *Amazon QuickSight User Guide* .
69106
+ * For more information, see [Using radar charts](https://docs.aws.amazon.com/quicksight/latest/user/radar-chart.html) in the *Amazon Quick Suite User Guide* .
68831
69107
  */
68832
69108
  radarChartVisual?: outputs.quicksight.AnalysisRadarChartVisual;
68833
69109
  /**
68834
69110
  * A sankey diagram.
68835
69111
  *
68836
- * For more information, see [Using Sankey diagrams](https://docs.aws.amazon.com/quicksight/latest/user/sankey-diagram.html) in the *Amazon QuickSight User Guide* .
69112
+ * For more information, see [Using Sankey diagrams](https://docs.aws.amazon.com/quicksight/latest/user/sankey-diagram.html) in the *Amazon Quick Suite User Guide* .
68837
69113
  */
68838
69114
  sankeyDiagramVisual?: outputs.quicksight.AnalysisSankeyDiagramVisual;
68839
69115
  /**
68840
69116
  * A scatter plot.
68841
69117
  *
68842
- * For more information, see [Using scatter plots](https://docs.aws.amazon.com/quicksight/latest/user/scatter-plot.html) in the *Amazon QuickSight User Guide* .
69118
+ * For more information, see [Using scatter plots](https://docs.aws.amazon.com/quicksight/latest/user/scatter-plot.html) in the *Amazon Quick Suite User Guide* .
68843
69119
  */
68844
69120
  scatterPlotVisual?: outputs.quicksight.AnalysisScatterPlotVisual;
68845
69121
  /**
68846
69122
  * A table visual.
68847
69123
  *
68848
- * For more information, see [Using tables as visuals](https://docs.aws.amazon.com/quicksight/latest/user/tabular.html) in the *Amazon QuickSight User Guide* .
69124
+ * For more information, see [Using tables as visuals](https://docs.aws.amazon.com/quicksight/latest/user/tabular.html) in the *Amazon Quick Suite User Guide* .
68849
69125
  */
68850
69126
  tableVisual?: outputs.quicksight.AnalysisTableVisual;
68851
69127
  /**
68852
69128
  * A tree map.
68853
69129
  *
68854
- * For more information, see [Using tree maps](https://docs.aws.amazon.com/quicksight/latest/user/tree-map.html) in the *Amazon QuickSight User Guide* .
69130
+ * For more information, see [Using tree maps](https://docs.aws.amazon.com/quicksight/latest/user/tree-map.html) in the *Amazon Quick Suite User Guide* .
68855
69131
  */
68856
69132
  treeMapVisual?: outputs.quicksight.AnalysisTreeMapVisual;
68857
69133
  /**
68858
69134
  * A waterfall chart.
68859
69135
  *
68860
- * For more information, see [Using waterfall charts](https://docs.aws.amazon.com/quicksight/latest/user/waterfall-chart.html) in the *Amazon QuickSight User Guide* .
69136
+ * For more information, see [Using waterfall charts](https://docs.aws.amazon.com/quicksight/latest/user/waterfall-chart.html) in the *Amazon Quick Suite User Guide* .
68861
69137
  */
68862
69138
  waterfallVisual?: outputs.quicksight.AnalysisWaterfallVisual;
68863
69139
  /**
68864
69140
  * A word cloud.
68865
69141
  *
68866
- * For more information, see [Using word clouds](https://docs.aws.amazon.com/quicksight/latest/user/word-cloud.html) in the *Amazon QuickSight User Guide* .
69142
+ * For more information, see [Using word clouds](https://docs.aws.amazon.com/quicksight/latest/user/word-cloud.html) in the *Amazon Quick Suite User Guide* .
68867
69143
  */
68868
69144
  wordCloudVisual?: outputs.quicksight.AnalysisWordCloudVisual;
68869
69145
  }
@@ -70069,11 +70345,11 @@ export declare namespace quicksight {
70069
70345
  */
70070
70346
  customFilterConfiguration?: outputs.quicksight.DashboardCustomFilterConfiguration;
70071
70347
  /**
70072
- * A list of custom filter values. In the Amazon QuickSight console, this filter type is called a custom filter list.
70348
+ * A list of custom filter values. In the Quick Sight console, this filter type is called a custom filter list.
70073
70349
  */
70074
70350
  customFilterListConfiguration?: outputs.quicksight.DashboardCustomFilterListConfiguration;
70075
70351
  /**
70076
- * A list of filter configurations. In the Amazon QuickSight console, this filter type is called a filter list.
70352
+ * A list of filter configurations. In the Quick Sight console, this filter type is called a filter list.
70077
70353
  */
70078
70354
  filterListConfiguration?: outputs.quicksight.DashboardFilterListConfiguration;
70079
70355
  }
@@ -71429,7 +71705,7 @@ export declare namespace quicksight {
71429
71705
  }
71430
71706
  interface DashboardDonutCenterOptions {
71431
71707
  /**
71432
- * Determines the visibility of the label in a donut chart. In the Amazon QuickSight console, this option is called `'Show total'` .
71708
+ * Determines the visibility of the label in a donut chart. In the Quick Sight console, this option is called `'Show total'` .
71433
71709
  */
71434
71710
  labelVisibility?: enums.quicksight.DashboardVisibility;
71435
71711
  }
@@ -71785,7 +72061,7 @@ export declare namespace quicksight {
71785
72061
  /**
71786
72062
  * A `CategoryFilter` filters text values.
71787
72063
  *
71788
- * For more information, see [Adding text filters](https://docs.aws.amazon.com/quicksight/latest/user/add-a-text-filter-data-prep.html) in the *Amazon QuickSight User Guide* .
72064
+ * For more information, see [Adding text filters](https://docs.aws.amazon.com/quicksight/latest/user/add-a-text-filter-data-prep.html) in the *Amazon Quick Suite User Guide* .
71789
72065
  */
71790
72066
  categoryFilter?: outputs.quicksight.DashboardCategoryFilter;
71791
72067
  /**
@@ -73166,8 +73442,8 @@ export declare namespace quicksight {
73166
73442
  /**
73167
73443
  * This value determines the layout behavior when the viewport is resized.
73168
73444
  *
73169
- * - `FIXED` : A fixed width will be used when optimizing the layout. In the Amazon QuickSight console, this option is called `Classic` .
73170
- * - `RESPONSIVE` : The width of the canvas will be responsive and optimized to the view port. In the Amazon QuickSight console, this option is called `Tiled` .
73445
+ * - `FIXED` : A fixed width will be used when optimizing the layout. In the Quick Sight console, this option is called `Classic` .
73446
+ * - `RESPONSIVE` : The width of the canvas will be responsive and optimized to the view port. In the Quick Sight console, this option is called `Tiled` .
73171
73447
  */
73172
73448
  resizeOption: enums.quicksight.DashboardResizeOption;
73173
73449
  }
@@ -75528,7 +75804,7 @@ export declare namespace quicksight {
75528
75804
  */
75529
75805
  dataPointTooltipOption?: outputs.quicksight.DashboardDataPointTooltipOption;
75530
75806
  /**
75531
- * Adds Q&A capabilities to an Amazon QuickSight dashboard. If no topic is linked, Dashboard Q&A uses the data values that are rendered on the dashboard. End users can use Dashboard Q&A to ask for different slices of the data that they see on the dashboard. If a topic is linked, Topic Q&A is used.
75807
+ * Adds Q&A capabilities to an Quick Sight dashboard. If no topic is linked, Dashboard Q&A uses the data values that are rendered on the dashboard. End users can use Dashboard Q&A to ask for different slices of the data that they see on the dashboard. If a topic is linked, Topic Q&A is used.
75532
75808
  */
75533
75809
  dataQaEnabledOption?: outputs.quicksight.DashboardDataQaEnabledOption;
75534
75810
  /**
@@ -75547,6 +75823,10 @@ export declare namespace quicksight {
75547
75823
  * Determines if hidden fields are exported with a dashboard.
75548
75824
  */
75549
75825
  exportWithHiddenFieldsOption?: outputs.quicksight.DashboardExportWithHiddenFieldsOption;
75826
+ /**
75827
+ * Determines if Actions in Amazon Quick Suite are enabled in a dashboard.
75828
+ */
75829
+ quickSuiteActionsOption?: outputs.quicksight.DashboardQuickSuiteActionsOption;
75550
75830
  /**
75551
75831
  * Sheet controls option.
75552
75832
  */
@@ -75568,6 +75848,12 @@ export declare namespace quicksight {
75568
75848
  */
75569
75849
  visualPublishOptions?: outputs.quicksight.DashboardVisualPublishOptions;
75570
75850
  }
75851
+ interface DashboardQuickSuiteActionsOption {
75852
+ /**
75853
+ * Availability status.
75854
+ */
75855
+ availabilityStatus?: enums.quicksight.DashboardBehavior;
75856
+ }
75571
75857
  interface DashboardRadarChartAggregatedFieldWells {
75572
75858
  /**
75573
75859
  * The aggregated field well categories of a radar chart.
@@ -76385,7 +76671,7 @@ export declare namespace quicksight {
76385
76671
  /**
76386
76672
  * The list of filter controls that are on a sheet.
76387
76673
  *
76388
- * For more information, see [Adding filter controls to analysis sheets](https://docs.aws.amazon.com/quicksight/latest/user/filter-controls.html) in the *Amazon QuickSight User Guide* .
76674
+ * For more information, see [Adding filter controls to analysis sheets](https://docs.aws.amazon.com/quicksight/latest/user/filter-controls.html) in the *Amazon Quick Suite User Guide* .
76389
76675
  */
76390
76676
  filterControls?: outputs.quicksight.DashboardFilterControl[];
76391
76677
  /**
@@ -76395,7 +76681,7 @@ export declare namespace quicksight {
76395
76681
  /**
76396
76682
  * Layouts define how the components of a sheet are arranged.
76397
76683
  *
76398
- * For more information, see [Types of layout](https://docs.aws.amazon.com/quicksight/latest/user/types-of-layout.html) in the *Amazon QuickSight User Guide* .
76684
+ * For more information, see [Types of layout](https://docs.aws.amazon.com/quicksight/latest/user/types-of-layout.html) in the *Amazon Quick Suite User Guide* .
76399
76685
  */
76400
76686
  layouts?: outputs.quicksight.DashboardLayout[];
76401
76687
  /**
@@ -76405,7 +76691,7 @@ export declare namespace quicksight {
76405
76691
  /**
76406
76692
  * The list of parameter controls that are on a sheet.
76407
76693
  *
76408
- * For more information, see [Using a Control with a Parameter in Amazon QuickSight](https://docs.aws.amazon.com/quicksight/latest/user/parameters-controls.html) in the *Amazon QuickSight User Guide* .
76694
+ * For more information, see [Using a Control with a Parameter in Amazon Quick Sight](https://docs.aws.amazon.com/quicksight/latest/user/parameters-controls.html) in the *Amazon Quick Suite User Guide* .
76409
76695
  */
76410
76696
  parameterControls?: outputs.quicksight.DashboardParameterControl[];
76411
76697
  /**
@@ -77775,7 +78061,7 @@ export declare namespace quicksight {
77775
78061
  /**
77776
78062
  * The filter definitions for a dashboard.
77777
78063
  *
77778
- * For more information, see [Filtering Data in Amazon QuickSight](https://docs.aws.amazon.com/quicksight/latest/user/adding-a-filter.html) in the *Amazon QuickSight User Guide* .
78064
+ * For more information, see [Filtering Data in Amazon Quick Sight](https://docs.aws.amazon.com/quicksight/latest/user/adding-a-filter.html) in the *Amazon Quick Suite User Guide* .
77779
78065
  */
77780
78066
  filterGroups?: outputs.quicksight.DashboardFilterGroup[];
77781
78067
  /**
@@ -77785,7 +78071,7 @@ export declare namespace quicksight {
77785
78071
  /**
77786
78072
  * The parameter declarations for a dashboard. Parameters are named variables that can transfer a value for use by an action or an object.
77787
78073
  *
77788
- * For more information, see [Parameters in Amazon QuickSight](https://docs.aws.amazon.com/quicksight/latest/user/parameters-in-quicksight.html) in the *Amazon QuickSight User Guide* .
78074
+ * For more information, see [Parameters in Amazon Quick Sight](https://docs.aws.amazon.com/quicksight/latest/user/parameters-in-quicksight.html) in the *Amazon Quick Suite User Guide* .
77789
78075
  */
77790
78076
  parameterDeclarations?: outputs.quicksight.DashboardParameterDeclaration[];
77791
78077
  /**
@@ -77807,25 +78093,25 @@ export declare namespace quicksight {
77807
78093
  /**
77808
78094
  * A bar chart.
77809
78095
  *
77810
- * For more information, see [Using bar charts](https://docs.aws.amazon.com/quicksight/latest/user/bar-charts.html) in the *Amazon QuickSight User Guide* .
78096
+ * For more information, see [Using bar charts](https://docs.aws.amazon.com/quicksight/latest/user/bar-charts.html) in the *Amazon Quick Suite User Guide* .
77811
78097
  */
77812
78098
  barChartVisual?: outputs.quicksight.DashboardBarChartVisual;
77813
78099
  /**
77814
78100
  * A box plot.
77815
78101
  *
77816
- * For more information, see [Using box plots](https://docs.aws.amazon.com/quicksight/latest/user/box-plots.html) in the *Amazon QuickSight User Guide* .
78102
+ * For more information, see [Using box plots](https://docs.aws.amazon.com/quicksight/latest/user/box-plots.html) in the *Amazon Quick Suite User Guide* .
77817
78103
  */
77818
78104
  boxPlotVisual?: outputs.quicksight.DashboardBoxPlotVisual;
77819
78105
  /**
77820
78106
  * A combo chart.
77821
78107
  *
77822
- * For more information, see [Using combo charts](https://docs.aws.amazon.com/quicksight/latest/user/combo-charts.html) in the *Amazon QuickSight User Guide* .
78108
+ * For more information, see [Using combo charts](https://docs.aws.amazon.com/quicksight/latest/user/combo-charts.html) in the *Amazon Quick Suite User Guide* .
77823
78109
  */
77824
78110
  comboChartVisual?: outputs.quicksight.DashboardComboChartVisual;
77825
78111
  /**
77826
78112
  * A visual that contains custom content.
77827
78113
  *
77828
- * For more information, see [Using custom visual content](https://docs.aws.amazon.com/quicksight/latest/user/custom-visual-content.html) in the *Amazon QuickSight User Guide* .
78114
+ * For more information, see [Using custom visual content](https://docs.aws.amazon.com/quicksight/latest/user/custom-visual-content.html) in the *Amazon Quick Suite User Guide* .
77829
78115
  */
77830
78116
  customContentVisual?: outputs.quicksight.DashboardCustomContentVisual;
77831
78117
  /**
@@ -77835,49 +78121,49 @@ export declare namespace quicksight {
77835
78121
  /**
77836
78122
  * A filled map.
77837
78123
  *
77838
- * For more information, see [Creating filled maps](https://docs.aws.amazon.com/quicksight/latest/user/filled-maps.html) in the *Amazon QuickSight User Guide* .
78124
+ * For more information, see [Creating filled maps](https://docs.aws.amazon.com/quicksight/latest/user/filled-maps.html) in the *Amazon Quick Suite User Guide* .
77839
78125
  */
77840
78126
  filledMapVisual?: outputs.quicksight.DashboardFilledMapVisual;
77841
78127
  /**
77842
78128
  * A funnel chart.
77843
78129
  *
77844
- * For more information, see [Using funnel charts](https://docs.aws.amazon.com/quicksight/latest/user/funnel-visual-content.html) in the *Amazon QuickSight User Guide* .
78130
+ * For more information, see [Using funnel charts](https://docs.aws.amazon.com/quicksight/latest/user/funnel-visual-content.html) in the *Amazon Quick Suite User Guide* .
77845
78131
  */
77846
78132
  funnelChartVisual?: outputs.quicksight.DashboardFunnelChartVisual;
77847
78133
  /**
77848
78134
  * A gauge chart.
77849
78135
  *
77850
- * For more information, see [Using gauge charts](https://docs.aws.amazon.com/quicksight/latest/user/gauge-chart.html) in the *Amazon QuickSight User Guide* .
78136
+ * For more information, see [Using gauge charts](https://docs.aws.amazon.com/quicksight/latest/user/gauge-chart.html) in the *Amazon Quick Suite User Guide* .
77851
78137
  */
77852
78138
  gaugeChartVisual?: outputs.quicksight.DashboardGaugeChartVisual;
77853
78139
  /**
77854
78140
  * A geospatial map or a points on map visual.
77855
78141
  *
77856
- * For more information, see [Creating point maps](https://docs.aws.amazon.com/quicksight/latest/user/point-maps.html) in the *Amazon QuickSight User Guide* .
78142
+ * For more information, see [Creating point maps](https://docs.aws.amazon.com/quicksight/latest/user/point-maps.html) in the *Amazon Quick Suite User Guide* .
77857
78143
  */
77858
78144
  geospatialMapVisual?: outputs.quicksight.DashboardGeospatialMapVisual;
77859
78145
  /**
77860
78146
  * A heat map.
77861
78147
  *
77862
- * For more information, see [Using heat maps](https://docs.aws.amazon.com/quicksight/latest/user/heat-map.html) in the *Amazon QuickSight User Guide* .
78148
+ * For more information, see [Using heat maps](https://docs.aws.amazon.com/quicksight/latest/user/heat-map.html) in the *Amazon Quick Suite User Guide* .
77863
78149
  */
77864
78150
  heatMapVisual?: outputs.quicksight.DashboardHeatMapVisual;
77865
78151
  /**
77866
78152
  * A histogram.
77867
78153
  *
77868
- * For more information, see [Using histograms](https://docs.aws.amazon.com/quicksight/latest/user/histogram-charts.html) in the *Amazon QuickSight User Guide* .
78154
+ * For more information, see [Using histograms](https://docs.aws.amazon.com/quicksight/latest/user/histogram-charts.html) in the *Amazon Quick Suite User Guide* .
77869
78155
  */
77870
78156
  histogramVisual?: outputs.quicksight.DashboardHistogramVisual;
77871
78157
  /**
77872
78158
  * An insight visual.
77873
78159
  *
77874
- * For more information, see [Working with insights](https://docs.aws.amazon.com/quicksight/latest/user/computational-insights.html) in the *Amazon QuickSight User Guide* .
78160
+ * For more information, see [Working with insights](https://docs.aws.amazon.com/quicksight/latest/user/computational-insights.html) in the *Amazon Quick Suite User Guide* .
77875
78161
  */
77876
78162
  insightVisual?: outputs.quicksight.DashboardInsightVisual;
77877
78163
  /**
77878
78164
  * A key performance indicator (KPI).
77879
78165
  *
77880
- * For more information, see [Using KPIs](https://docs.aws.amazon.com/quicksight/latest/user/kpi.html) in the *Amazon QuickSight User Guide* .
78166
+ * For more information, see [Using KPIs](https://docs.aws.amazon.com/quicksight/latest/user/kpi.html) in the *Amazon Quick Suite User Guide* .
77881
78167
  */
77882
78168
  kpiVisual?: outputs.quicksight.DashboardKpiVisual;
77883
78169
  /**
@@ -77887,19 +78173,19 @@ export declare namespace quicksight {
77887
78173
  /**
77888
78174
  * A line chart.
77889
78175
  *
77890
- * For more information, see [Using line charts](https://docs.aws.amazon.com/quicksight/latest/user/line-charts.html) in the *Amazon QuickSight User Guide* .
78176
+ * For more information, see [Using line charts](https://docs.aws.amazon.com/quicksight/latest/user/line-charts.html) in the *Amazon Quick Suite User Guide* .
77891
78177
  */
77892
78178
  lineChartVisual?: outputs.quicksight.DashboardLineChartVisual;
77893
78179
  /**
77894
78180
  * A pie or donut chart.
77895
78181
  *
77896
- * For more information, see [Using pie charts](https://docs.aws.amazon.com/quicksight/latest/user/pie-chart.html) in the *Amazon QuickSight User Guide* .
78182
+ * For more information, see [Using pie charts](https://docs.aws.amazon.com/quicksight/latest/user/pie-chart.html) in the *Amazon Quick Suite User Guide* .
77897
78183
  */
77898
78184
  pieChartVisual?: outputs.quicksight.DashboardPieChartVisual;
77899
78185
  /**
77900
78186
  * A pivot table.
77901
78187
  *
77902
- * For more information, see [Using pivot tables](https://docs.aws.amazon.com/quicksight/latest/user/pivot-table.html) in the *Amazon QuickSight User Guide* .
78188
+ * For more information, see [Using pivot tables](https://docs.aws.amazon.com/quicksight/latest/user/pivot-table.html) in the *Amazon Quick Suite User Guide* .
77903
78189
  */
77904
78190
  pivotTableVisual?: outputs.quicksight.DashboardPivotTableVisual;
77905
78191
  /**
@@ -77909,43 +78195,43 @@ export declare namespace quicksight {
77909
78195
  /**
77910
78196
  * A radar chart visual.
77911
78197
  *
77912
- * For more information, see [Using radar charts](https://docs.aws.amazon.com/quicksight/latest/user/radar-chart.html) in the *Amazon QuickSight User Guide* .
78198
+ * For more information, see [Using radar charts](https://docs.aws.amazon.com/quicksight/latest/user/radar-chart.html) in the *Amazon Quick Suite User Guide* .
77913
78199
  */
77914
78200
  radarChartVisual?: outputs.quicksight.DashboardRadarChartVisual;
77915
78201
  /**
77916
78202
  * A sankey diagram.
77917
78203
  *
77918
- * For more information, see [Using Sankey diagrams](https://docs.aws.amazon.com/quicksight/latest/user/sankey-diagram.html) in the *Amazon QuickSight User Guide* .
78204
+ * For more information, see [Using Sankey diagrams](https://docs.aws.amazon.com/quicksight/latest/user/sankey-diagram.html) in the *Amazon Quick Suite User Guide* .
77919
78205
  */
77920
78206
  sankeyDiagramVisual?: outputs.quicksight.DashboardSankeyDiagramVisual;
77921
78207
  /**
77922
78208
  * A scatter plot.
77923
78209
  *
77924
- * For more information, see [Using scatter plots](https://docs.aws.amazon.com/quicksight/latest/user/scatter-plot.html) in the *Amazon QuickSight User Guide* .
78210
+ * For more information, see [Using scatter plots](https://docs.aws.amazon.com/quicksight/latest/user/scatter-plot.html) in the *Amazon Quick Suite User Guide* .
77925
78211
  */
77926
78212
  scatterPlotVisual?: outputs.quicksight.DashboardScatterPlotVisual;
77927
78213
  /**
77928
78214
  * A table visual.
77929
78215
  *
77930
- * For more information, see [Using tables as visuals](https://docs.aws.amazon.com/quicksight/latest/user/tabular.html) in the *Amazon QuickSight User Guide* .
78216
+ * For more information, see [Using tables as visuals](https://docs.aws.amazon.com/quicksight/latest/user/tabular.html) in the *Amazon Quick Suite User Guide* .
77931
78217
  */
77932
78218
  tableVisual?: outputs.quicksight.DashboardTableVisual;
77933
78219
  /**
77934
78220
  * A tree map.
77935
78221
  *
77936
- * For more information, see [Using tree maps](https://docs.aws.amazon.com/quicksight/latest/user/tree-map.html) in the *Amazon QuickSight User Guide* .
78222
+ * For more information, see [Using tree maps](https://docs.aws.amazon.com/quicksight/latest/user/tree-map.html) in the *Amazon Quick Suite User Guide* .
77937
78223
  */
77938
78224
  treeMapVisual?: outputs.quicksight.DashboardTreeMapVisual;
77939
78225
  /**
77940
78226
  * A waterfall chart.
77941
78227
  *
77942
- * For more information, see [Using waterfall charts](https://docs.aws.amazon.com/quicksight/latest/user/waterfall-chart.html) in the *Amazon QuickSight User Guide* .
78228
+ * For more information, see [Using waterfall charts](https://docs.aws.amazon.com/quicksight/latest/user/waterfall-chart.html) in the *Amazon Quick Suite User Guide* .
77943
78229
  */
77944
78230
  waterfallVisual?: outputs.quicksight.DashboardWaterfallVisual;
77945
78231
  /**
77946
78232
  * A word cloud.
77947
78233
  *
77948
- * For more information, see [Using word clouds](https://docs.aws.amazon.com/quicksight/latest/user/word-cloud.html) in the *Amazon QuickSight User Guide* .
78234
+ * For more information, see [Using word clouds](https://docs.aws.amazon.com/quicksight/latest/user/word-cloud.html) in the *Amazon Quick Suite User Guide* .
77949
78235
  */
77950
78236
  wordCloudVisual?: outputs.quicksight.DashboardWordCloudVisual;
77951
78237
  }
@@ -79186,9 +79472,9 @@ export declare namespace quicksight {
79186
79472
  */
79187
79473
  interface DataSourceAthenaParameters {
79188
79474
  /**
79189
- * An optional parameter that configures IAM Identity Center authentication to grant Amazon QuickSight access to your workgroup.
79475
+ * An optional parameter that configures IAM Identity Center authentication to grant Quick Sight access to your workgroup.
79190
79476
  *
79191
- * This parameter can only be specified if your Amazon QuickSight account is configured with IAM Identity Center.
79477
+ * This parameter can only be specified if your Quick Sight account is configured with IAM Identity Center.
79192
79478
  */
79193
79479
  identityCenterConfiguration?: outputs.quicksight.DataSourceIdentityCenterConfiguration;
79194
79480
  /**
@@ -79578,13 +79864,13 @@ export declare namespace quicksight {
79578
79864
  */
79579
79865
  host?: string;
79580
79866
  /**
79581
- * An optional parameter that uses IAM authentication to grant Amazon QuickSight access to your cluster. This parameter can be used instead of [DataSourceCredentials](https://docs.aws.amazon.com/quicksight/latest/APIReference/API_DataSourceCredentials.html) .
79867
+ * An optional parameter that uses IAM authentication to grant Quick Sight access to your cluster. This parameter can be used instead of [DataSourceCredentials](https://docs.aws.amazon.com/quicksight/latest/APIReference/API_DataSourceCredentials.html) .
79582
79868
  */
79583
79869
  iamParameters?: outputs.quicksight.DataSourceRedshiftIamParameters;
79584
79870
  /**
79585
- * An optional parameter that configures IAM Identity Center authentication to grant Amazon QuickSight access to your cluster.
79871
+ * An optional parameter that configures IAM Identity Center authentication to grant Quick Sight access to your cluster.
79586
79872
  *
79587
- * This parameter can only be specified if your Amazon QuickSight account is configured with IAM Identity Center.
79873
+ * This parameter can only be specified if your Quick Sight account is configured with IAM Identity Center.
79588
79874
  */
79589
79875
  identityCenterConfiguration?: outputs.quicksight.DataSourceIdentityCenterConfiguration;
79590
79876
  /**
@@ -79625,7 +79911,7 @@ export declare namespace quicksight {
79625
79911
  */
79626
79912
  interface DataSourceS3Parameters {
79627
79913
  /**
79628
- * Location of the Amazon S3 manifest file. This is NULL if the manifest file was uploaded into Amazon QuickSight.
79914
+ * Location of the Amazon S3 manifest file. This is NULL if the manifest file was uploaded into Quick Sight.
79629
79915
  */
79630
79916
  manifestFileLocation: outputs.quicksight.DataSourceManifestFileLocation;
79631
79917
  /**
@@ -79654,7 +79940,7 @@ export declare namespace quicksight {
79654
79940
  */
79655
79941
  host: string;
79656
79942
  /**
79657
- * An object that contains information needed to create a data source connection between an Amazon QuickSight account and Snowflake.
79943
+ * An object that contains information needed to create a data source connection between an Quick Sight account and Snowflake.
79658
79944
  */
79659
79945
  oAuthParameters?: outputs.quicksight.DataSourceOAuthParameters;
79660
79946
  /**
@@ -79723,7 +80009,7 @@ export declare namespace quicksight {
79723
80009
  */
79724
80010
  host: string;
79725
80011
  /**
79726
- * An object that contains information needed to create a data source connection between an Amazon QuickSight account and Starburst.
80012
+ * An object that contains information needed to create a data source connection between an Quick Sight account and Starburst.
79727
80013
  */
79728
80014
  oAuthParameters?: outputs.quicksight.DataSourceOAuthParameters;
79729
80015
  /**
@@ -80574,11 +80860,11 @@ export declare namespace quicksight {
80574
80860
  */
80575
80861
  customFilterConfiguration?: outputs.quicksight.TemplateCustomFilterConfiguration;
80576
80862
  /**
80577
- * A list of custom filter values. In the Amazon QuickSight console, this filter type is called a custom filter list.
80863
+ * A list of custom filter values. In the Quick Sight console, this filter type is called a custom filter list.
80578
80864
  */
80579
80865
  customFilterListConfiguration?: outputs.quicksight.TemplateCustomFilterListConfiguration;
80580
80866
  /**
80581
- * A list of filter configurations. In the Amazon QuickSight console, this filter type is called a filter list.
80867
+ * A list of filter configurations. In the Quick Sight console, this filter type is called a filter list.
80582
80868
  */
80583
80869
  filterListConfiguration?: outputs.quicksight.TemplateFilterListConfiguration;
80584
80870
  }
@@ -81924,7 +82210,7 @@ export declare namespace quicksight {
81924
82210
  }
81925
82211
  interface TemplateDonutCenterOptions {
81926
82212
  /**
81927
- * Determines the visibility of the label in a donut chart. In the Amazon QuickSight console, this option is called `'Show total'` .
82213
+ * Determines the visibility of the label in a donut chart. In the Quick Sight console, this option is called `'Show total'` .
81928
82214
  */
81929
82215
  labelVisibility?: any;
81930
82216
  }
@@ -82247,7 +82533,7 @@ export declare namespace quicksight {
82247
82533
  /**
82248
82534
  * A `CategoryFilter` filters text values.
82249
82535
  *
82250
- * For more information, see [Adding text filters](https://docs.aws.amazon.com/quicksight/latest/user/add-a-text-filter-data-prep.html) in the *Amazon QuickSight User Guide* .
82536
+ * For more information, see [Adding text filters](https://docs.aws.amazon.com/quicksight/latest/user/add-a-text-filter-data-prep.html) in the *Amazon Quick Suite User Guide* .
82251
82537
  */
82252
82538
  categoryFilter?: outputs.quicksight.TemplateCategoryFilter;
82253
82539
  /**
@@ -83312,8 +83598,8 @@ export declare namespace quicksight {
83312
83598
  /**
83313
83599
  * This value determines the layout behavior when the viewport is resized.
83314
83600
  *
83315
- * - `FIXED` : A fixed width will be used when optimizing the layout. In the Amazon QuickSight console, this option is called `Classic` .
83316
- * - `RESPONSIVE` : The width of the canvas will be responsive and optimized to the view port. In the Amazon QuickSight console, this option is called `Tiled` .
83601
+ * - `FIXED` : A fixed width will be used when optimizing the layout. In the Quick Sight console, this option is called `Classic` .
83602
+ * - `RESPONSIVE` : The width of the canvas will be responsive and optimized to the view port. In the Quick Sight console, this option is called `Tiled` .
83317
83603
  */
83318
83604
  resizeOption: enums.quicksight.TemplateResizeOption;
83319
83605
  }
@@ -86362,7 +86648,7 @@ export declare namespace quicksight {
86362
86648
  /**
86363
86649
  * The list of filter controls that are on a sheet.
86364
86650
  *
86365
- * For more information, see [Adding filter controls to analysis sheets](https://docs.aws.amazon.com/quicksight/latest/user/filter-controls.html) in the *Amazon QuickSight User Guide* .
86651
+ * For more information, see [Adding filter controls to analysis sheets](https://docs.aws.amazon.com/quicksight/latest/user/filter-controls.html) in the *Amazon Quick Suite User Guide* .
86366
86652
  */
86367
86653
  filterControls?: outputs.quicksight.TemplateFilterControl[];
86368
86654
  /**
@@ -86372,7 +86658,7 @@ export declare namespace quicksight {
86372
86658
  /**
86373
86659
  * Layouts define how the components of a sheet are arranged.
86374
86660
  *
86375
- * For more information, see [Types of layout](https://docs.aws.amazon.com/quicksight/latest/user/types-of-layout.html) in the *Amazon QuickSight User Guide* .
86661
+ * For more information, see [Types of layout](https://docs.aws.amazon.com/quicksight/latest/user/types-of-layout.html) in the *Amazon Quick Suite User Guide* .
86376
86662
  */
86377
86663
  layouts?: outputs.quicksight.TemplateLayout[];
86378
86664
  /**
@@ -86382,7 +86668,7 @@ export declare namespace quicksight {
86382
86668
  /**
86383
86669
  * The list of parameter controls that are on a sheet.
86384
86670
  *
86385
- * For more information, see [Using a Control with a Parameter in Amazon QuickSight](https://docs.aws.amazon.com/quicksight/latest/user/parameters-controls.html) in the *Amazon QuickSight User Guide* .
86671
+ * For more information, see [Using a Control with a Parameter in Amazon Quick Sight](https://docs.aws.amazon.com/quicksight/latest/user/parameters-controls.html) in the *Amazon Quick Suite User Guide* .
86386
86672
  */
86387
86673
  parameterControls?: outputs.quicksight.TemplateParameterControl[];
86388
86674
  /**
@@ -87700,7 +87986,7 @@ export declare namespace quicksight {
87700
87986
  /**
87701
87987
  * Filter definitions for a template.
87702
87988
  *
87703
- * For more information, see [Filtering Data](https://docs.aws.amazon.com/quicksight/latest/user/filtering-visual-data.html) in the *Amazon QuickSight User Guide* .
87989
+ * For more information, see [Filtering Data](https://docs.aws.amazon.com/quicksight/latest/user/filtering-visual-data.html) in the *Amazon Quick Suite User Guide* .
87704
87990
  */
87705
87991
  filterGroups?: outputs.quicksight.TemplateFilterGroup[];
87706
87992
  /**
@@ -87712,7 +87998,7 @@ export declare namespace quicksight {
87712
87998
  *
87713
87999
  * *Parameters* are named variables that can transfer a value for use by an action or an object.
87714
88000
  *
87715
- * For more information, see [Parameters in Amazon QuickSight](https://docs.aws.amazon.com/quicksight/latest/user/parameters-in-quicksight.html) in the *Amazon QuickSight User Guide* .
88001
+ * For more information, see [Parameters in Amazon Quick Sight](https://docs.aws.amazon.com/quicksight/latest/user/parameters-in-quicksight.html) in the *Amazon Quick Suite User Guide* .
87716
88002
  */
87717
88003
  parameterDeclarations?: outputs.quicksight.TemplateParameterDeclaration[];
87718
88004
  queryExecutionOptions?: outputs.quicksight.TemplateQueryExecutionOptions;
@@ -87731,25 +88017,25 @@ export declare namespace quicksight {
87731
88017
  /**
87732
88018
  * A bar chart.
87733
88019
  *
87734
- * For more information, see [Using bar charts](https://docs.aws.amazon.com/quicksight/latest/user/bar-charts.html) in the *Amazon QuickSight User Guide* .
88020
+ * For more information, see [Using bar charts](https://docs.aws.amazon.com/quicksight/latest/user/bar-charts.html) in the *Amazon Quick Suite User Guide* .
87735
88021
  */
87736
88022
  barChartVisual?: outputs.quicksight.TemplateBarChartVisual;
87737
88023
  /**
87738
88024
  * A box plot.
87739
88025
  *
87740
- * For more information, see [Using box plots](https://docs.aws.amazon.com/quicksight/latest/user/box-plots.html) in the *Amazon QuickSight User Guide* .
88026
+ * For more information, see [Using box plots](https://docs.aws.amazon.com/quicksight/latest/user/box-plots.html) in the *Amazon Quick Suite User Guide* .
87741
88027
  */
87742
88028
  boxPlotVisual?: outputs.quicksight.TemplateBoxPlotVisual;
87743
88029
  /**
87744
88030
  * A combo chart.
87745
88031
  *
87746
- * For more information, see [Using combo charts](https://docs.aws.amazon.com/quicksight/latest/user/combo-charts.html) in the *Amazon QuickSight User Guide* .
88032
+ * For more information, see [Using combo charts](https://docs.aws.amazon.com/quicksight/latest/user/combo-charts.html) in the *Amazon Quick Suite User Guide* .
87747
88033
  */
87748
88034
  comboChartVisual?: outputs.quicksight.TemplateComboChartVisual;
87749
88035
  /**
87750
88036
  * A visual that contains custom content.
87751
88037
  *
87752
- * For more information, see [Using custom visual content](https://docs.aws.amazon.com/quicksight/latest/user/custom-visual-content.html) in the *Amazon QuickSight User Guide* .
88038
+ * For more information, see [Using custom visual content](https://docs.aws.amazon.com/quicksight/latest/user/custom-visual-content.html) in the *Amazon Quick Suite User Guide* .
87753
88039
  */
87754
88040
  customContentVisual?: outputs.quicksight.TemplateCustomContentVisual;
87755
88041
  /**
@@ -87759,67 +88045,67 @@ export declare namespace quicksight {
87759
88045
  /**
87760
88046
  * A filled map.
87761
88047
  *
87762
- * For more information, see [Creating filled maps](https://docs.aws.amazon.com/quicksight/latest/user/filled-maps.html) in the *Amazon QuickSight User Guide* .
88048
+ * For more information, see [Creating filled maps](https://docs.aws.amazon.com/quicksight/latest/user/filled-maps.html) in the *Amazon Quick Suite User Guide* .
87763
88049
  */
87764
88050
  filledMapVisual?: outputs.quicksight.TemplateFilledMapVisual;
87765
88051
  /**
87766
88052
  * A funnel chart.
87767
88053
  *
87768
- * For more information, see [Using funnel charts](https://docs.aws.amazon.com/quicksight/latest/user/funnel-visual-content.html) in the *Amazon QuickSight User Guide* .
88054
+ * For more information, see [Using funnel charts](https://docs.aws.amazon.com/quicksight/latest/user/funnel-visual-content.html) in the *Amazon Quick Suite User Guide* .
87769
88055
  */
87770
88056
  funnelChartVisual?: outputs.quicksight.TemplateFunnelChartVisual;
87771
88057
  /**
87772
88058
  * A gauge chart.
87773
88059
  *
87774
- * For more information, see [Using gauge charts](https://docs.aws.amazon.com/quicksight/latest/user/gauge-chart.html) in the *Amazon QuickSight User Guide* .
88060
+ * For more information, see [Using gauge charts](https://docs.aws.amazon.com/quicksight/latest/user/gauge-chart.html) in the *Amazon Quick Suite User Guide* .
87775
88061
  */
87776
88062
  gaugeChartVisual?: outputs.quicksight.TemplateGaugeChartVisual;
87777
88063
  /**
87778
88064
  * A geospatial map or a points on map visual.
87779
88065
  *
87780
- * For more information, see [Creating point maps](https://docs.aws.amazon.com/quicksight/latest/user/point-maps.html) in the *Amazon QuickSight User Guide* .
88066
+ * For more information, see [Creating point maps](https://docs.aws.amazon.com/quicksight/latest/user/point-maps.html) in the *Amazon Quick Suite User Guide* .
87781
88067
  */
87782
88068
  geospatialMapVisual?: outputs.quicksight.TemplateGeospatialMapVisual;
87783
88069
  /**
87784
88070
  * A heat map.
87785
88071
  *
87786
- * For more information, see [Using heat maps](https://docs.aws.amazon.com/quicksight/latest/user/heat-map.html) in the *Amazon QuickSight User Guide* .
88072
+ * For more information, see [Using heat maps](https://docs.aws.amazon.com/quicksight/latest/user/heat-map.html) in the *Amazon Quick Suite User Guide* .
87787
88073
  */
87788
88074
  heatMapVisual?: outputs.quicksight.TemplateHeatMapVisual;
87789
88075
  /**
87790
88076
  * A histogram.
87791
88077
  *
87792
- * For more information, see [Using histograms](https://docs.aws.amazon.com/quicksight/latest/user/histogram-charts.html) in the *Amazon QuickSight User Guide* .
88078
+ * For more information, see [Using histograms](https://docs.aws.amazon.com/quicksight/latest/user/histogram-charts.html) in the *Amazon Quick Suite User Guide* .
87793
88079
  */
87794
88080
  histogramVisual?: outputs.quicksight.TemplateHistogramVisual;
87795
88081
  /**
87796
88082
  * An insight visual.
87797
88083
  *
87798
- * For more information, see [Working with insights](https://docs.aws.amazon.com/quicksight/latest/user/computational-insights.html) in the *Amazon QuickSight User Guide* .
88084
+ * For more information, see [Working with insights](https://docs.aws.amazon.com/quicksight/latest/user/computational-insights.html) in the *Amazon Quick Suite User Guide* .
87799
88085
  */
87800
88086
  insightVisual?: outputs.quicksight.TemplateInsightVisual;
87801
88087
  /**
87802
88088
  * A key performance indicator (KPI).
87803
88089
  *
87804
- * For more information, see [Using KPIs](https://docs.aws.amazon.com/quicksight/latest/user/kpi.html) in the *Amazon QuickSight User Guide* .
88090
+ * For more information, see [Using KPIs](https://docs.aws.amazon.com/quicksight/latest/user/kpi.html) in the *Amazon Quick Suite User Guide* .
87805
88091
  */
87806
88092
  kpiVisual?: outputs.quicksight.TemplateKpiVisual;
87807
88093
  /**
87808
88094
  * A line chart.
87809
88095
  *
87810
- * For more information, see [Using line charts](https://docs.aws.amazon.com/quicksight/latest/user/line-charts.html) in the *Amazon QuickSight User Guide* .
88096
+ * For more information, see [Using line charts](https://docs.aws.amazon.com/quicksight/latest/user/line-charts.html) in the *Amazon Quick Suite User Guide* .
87811
88097
  */
87812
88098
  lineChartVisual?: outputs.quicksight.TemplateLineChartVisual;
87813
88099
  /**
87814
88100
  * A pie or donut chart.
87815
88101
  *
87816
- * For more information, see [Using pie charts](https://docs.aws.amazon.com/quicksight/latest/user/pie-chart.html) in the *Amazon QuickSight User Guide* .
88102
+ * For more information, see [Using pie charts](https://docs.aws.amazon.com/quicksight/latest/user/pie-chart.html) in the *Amazon Quick Suite User Guide* .
87817
88103
  */
87818
88104
  pieChartVisual?: outputs.quicksight.TemplatePieChartVisual;
87819
88105
  /**
87820
88106
  * A pivot table.
87821
88107
  *
87822
- * For more information, see [Using pivot tables](https://docs.aws.amazon.com/quicksight/latest/user/pivot-table.html) in the *Amazon QuickSight User Guide* .
88108
+ * For more information, see [Using pivot tables](https://docs.aws.amazon.com/quicksight/latest/user/pivot-table.html) in the *Amazon Quick Suite User Guide* .
87823
88109
  */
87824
88110
  pivotTableVisual?: outputs.quicksight.TemplatePivotTableVisual;
87825
88111
  /**
@@ -87829,43 +88115,43 @@ export declare namespace quicksight {
87829
88115
  /**
87830
88116
  * A radar chart visual.
87831
88117
  *
87832
- * For more information, see [Using radar charts](https://docs.aws.amazon.com/quicksight/latest/user/radar-chart.html) in the *Amazon QuickSight User Guide* .
88118
+ * For more information, see [Using radar charts](https://docs.aws.amazon.com/quicksight/latest/user/radar-chart.html) in the *Amazon Quick Suite User Guide* .
87833
88119
  */
87834
88120
  radarChartVisual?: outputs.quicksight.TemplateRadarChartVisual;
87835
88121
  /**
87836
88122
  * A sankey diagram.
87837
88123
  *
87838
- * For more information, see [Using Sankey diagrams](https://docs.aws.amazon.com/quicksight/latest/user/sankey-diagram.html) in the *Amazon QuickSight User Guide* .
88124
+ * For more information, see [Using Sankey diagrams](https://docs.aws.amazon.com/quicksight/latest/user/sankey-diagram.html) in the *Amazon Quick Suite User Guide* .
87839
88125
  */
87840
88126
  sankeyDiagramVisual?: outputs.quicksight.TemplateSankeyDiagramVisual;
87841
88127
  /**
87842
88128
  * A scatter plot.
87843
88129
  *
87844
- * For more information, see [Using scatter plots](https://docs.aws.amazon.com/quicksight/latest/user/scatter-plot.html) in the *Amazon QuickSight User Guide* .
88130
+ * For more information, see [Using scatter plots](https://docs.aws.amazon.com/quicksight/latest/user/scatter-plot.html) in the *Amazon Quick Suite User Guide* .
87845
88131
  */
87846
88132
  scatterPlotVisual?: outputs.quicksight.TemplateScatterPlotVisual;
87847
88133
  /**
87848
88134
  * A table visual.
87849
88135
  *
87850
- * For more information, see [Using tables as visuals](https://docs.aws.amazon.com/quicksight/latest/user/tabular.html) in the *Amazon QuickSight User Guide* .
88136
+ * For more information, see [Using tables as visuals](https://docs.aws.amazon.com/quicksight/latest/user/tabular.html) in the *Amazon Quick Suite User Guide* .
87851
88137
  */
87852
88138
  tableVisual?: outputs.quicksight.TemplateTableVisual;
87853
88139
  /**
87854
88140
  * A tree map.
87855
88141
  *
87856
- * For more information, see [Using tree maps](https://docs.aws.amazon.com/quicksight/latest/user/tree-map.html) in the *Amazon QuickSight User Guide* .
88142
+ * For more information, see [Using tree maps](https://docs.aws.amazon.com/quicksight/latest/user/tree-map.html) in the *Amazon Quick Suite User Guide* .
87857
88143
  */
87858
88144
  treeMapVisual?: outputs.quicksight.TemplateTreeMapVisual;
87859
88145
  /**
87860
88146
  * A waterfall chart.
87861
88147
  *
87862
- * For more information, see [Using waterfall charts](https://docs.aws.amazon.com/quicksight/latest/user/waterfall-chart.html) in the *Amazon QuickSight User Guide* .
88148
+ * For more information, see [Using waterfall charts](https://docs.aws.amazon.com/quicksight/latest/user/waterfall-chart.html) in the *Amazon Quick Suite User Guide* .
87863
88149
  */
87864
88150
  waterfallVisual?: outputs.quicksight.TemplateWaterfallVisual;
87865
88151
  /**
87866
88152
  * A word cloud.
87867
88153
  *
87868
- * For more information, see [Using word clouds](https://docs.aws.amazon.com/quicksight/latest/user/word-cloud.html) in the *Amazon QuickSight User Guide* .
88154
+ * For more information, see [Using word clouds](https://docs.aws.amazon.com/quicksight/latest/user/word-cloud.html) in the *Amazon Quick Suite User Guide* .
87869
88155
  */
87870
88156
  wordCloudVisual?: outputs.quicksight.TemplateWordCloudVisual;
87871
88157
  }
@@ -91251,7 +91537,7 @@ export declare namespace s3 {
91251
91537
  tierings: outputs.s3.BucketTiering[];
91252
91538
  }
91253
91539
  /**
91254
- * Specifies the inventory configuration for an Amazon S3 bucket. For more information, see [GET Bucket inventory](https://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketGETInventoryConfig.html) in the *Amazon S3 API Reference*.
91540
+ * Specifies the S3 Inventory configuration for an Amazon S3 bucket. For more information, see [GET Bucket inventory](https://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketGETInventoryConfig.html) in the *Amazon S3 API Reference*.
91255
91541
  */
91256
91542
  interface BucketInventoryConfiguration {
91257
91543
  /**
@@ -91283,9 +91569,12 @@ export declare namespace s3 {
91283
91569
  */
91284
91570
  scheduleFrequency: enums.s3.BucketInventoryConfigurationScheduleFrequency;
91285
91571
  }
91572
+ /**
91573
+ * The inventory table configuration for an S3 Metadata configuration.
91574
+ */
91286
91575
  interface BucketInventoryTableConfiguration {
91287
91576
  /**
91288
- * Specifies whether inventory table configuration is enabled or disabled.
91577
+ * The configuration state of the inventory table, indicating whether the inventory table is enabled or disabled.
91289
91578
  */
91290
91579
  configurationState: enums.s3.BucketInventoryTableConfigurationConfigurationState;
91291
91580
  /**
@@ -91293,7 +91582,7 @@ export declare namespace s3 {
91293
91582
  */
91294
91583
  encryptionConfiguration?: outputs.s3.BucketMetadataTableEncryptionConfiguration;
91295
91584
  /**
91296
- * The ARN of the inventory table.
91585
+ * The Amazon Resource Name (ARN) for the inventory table.
91297
91586
  */
91298
91587
  tableArn?: string;
91299
91588
  /**
@@ -91301,6 +91590,9 @@ export declare namespace s3 {
91301
91590
  */
91302
91591
  tableName?: string;
91303
91592
  }
91593
+ /**
91594
+ * The journal table configuration for an S3 Metadata configuration.
91595
+ */
91304
91596
  interface BucketJournalTableConfiguration {
91305
91597
  /**
91306
91598
  * The encryption configuration for the journal table.
@@ -91311,7 +91603,7 @@ export declare namespace s3 {
91311
91603
  */
91312
91604
  recordExpiration: outputs.s3.BucketRecordExpiration;
91313
91605
  /**
91314
- * The ARN of the journal table.
91606
+ * The Amazon Resource Name (ARN) for the journal table.
91315
91607
  */
91316
91608
  tableArn?: string;
91317
91609
  /**
@@ -91372,36 +91664,44 @@ export declare namespace s3 {
91372
91664
  */
91373
91665
  targetObjectKeyFormat?: outputs.s3.BucketTargetObjectKeyFormat;
91374
91666
  }
91667
+ /**
91668
+ * Creates a V2 S3 Metadata configuration of a general purpose bucket. For more information, see [Accelerating data discovery with S3 Metadata](https://docs.aws.amazon.com/AmazonS3/latest/userguide/metadata-tables-overview.html) in the *Amazon S3 User Guide*.
91669
+ */
91375
91670
  interface BucketMetadataConfiguration {
91376
91671
  /**
91377
- * The destination information for the metadata configuration.
91672
+ * The destination information for the S3 Metadata configuration.
91378
91673
  */
91379
91674
  destination?: outputs.s3.BucketMetadataDestination;
91380
91675
  /**
91381
- * The configuration for the inventory table.
91676
+ * The inventory table configuration for a metadata configuration.
91382
91677
  */
91383
91678
  inventoryTableConfiguration?: outputs.s3.BucketInventoryTableConfiguration;
91384
91679
  /**
91385
- * The configuration for the journal table.
91680
+ * The journal table configuration for a metadata configuration.
91386
91681
  */
91387
91682
  journalTableConfiguration: outputs.s3.BucketJournalTableConfiguration;
91388
91683
  }
91684
+ /**
91685
+ * The destination information for the S3 Metadata configuration.
91686
+ */
91389
91687
  interface BucketMetadataDestination {
91390
91688
  /**
91391
- * The ARN of the table bucket.
91689
+ * The Amazon Resource Name (ARN) of the table bucket where the metadata configuration is stored.
91392
91690
  */
91393
91691
  tableBucketArn?: string;
91394
91692
  /**
91395
- * The type of the table bucket.
91693
+ * The type of the table bucket where the metadata configuration is stored. The ``aws`` value indicates an AWS managed table bucket, and the ``customer`` value indicates a customer-managed table bucket. V2 metadata configurations are stored in AWS managed table buckets, and V1 metadata configurations are stored in customer-managed table buckets.
91396
91694
  */
91397
91695
  tableBucketType: enums.s3.BucketMetadataDestinationTableBucketType;
91398
91696
  /**
91399
- * The namespace of the table.
91697
+ * The namespace in the table bucket where the metadata tables for a metadata configuration are stored.
91400
91698
  */
91401
91699
  tableNamespace?: string;
91402
91700
  }
91403
91701
  /**
91404
- * The metadata table configuration of an S3 general purpose bucket. For more information, see [Accelerating data discovery with S3 Metadata](https://docs.aws.amazon.com/AmazonS3/latest/userguide/metadata-tables-overview.html) and [Setting up permissions for configuring metadata tables](https://docs.aws.amazon.com/AmazonS3/latest/userguide/metadata-tables-permissions.html).
91702
+ * We recommend that you create your S3 Metadata configurations by using the V2 [MetadataConfiguration](https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-properties-s3-bucket-metadataconfiguration.html) resource type. We no longer recommend using the V1 ``MetadataTableConfiguration`` resource type.
91703
+ * If you created your S3 Metadata configuration before July 15, 2025, we recommend that you delete and re-create your configuration by using the [MetadataConfiguration](https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-properties-s3-bucket-metadataconfiguration.html) resource type so that you can expire journal table records and create a live inventory table.
91704
+ * Creates a V1 S3 Metadata configuration for a general purpose bucket. For more information, see [Accelerating data discovery with S3 Metadata](https://docs.aws.amazon.com/AmazonS3/latest/userguide/metadata-tables-overview.html) in the *Amazon S3 User Guide*.
91405
91705
  */
91406
91706
  interface BucketMetadataTableConfiguration {
91407
91707
  /**
@@ -91409,13 +91709,16 @@ export declare namespace s3 {
91409
91709
  */
91410
91710
  s3TablesDestination: outputs.s3.BucketS3TablesDestination;
91411
91711
  }
91712
+ /**
91713
+ * The encryption settings for an S3 Metadata journal table or inventory table configuration.
91714
+ */
91412
91715
  interface BucketMetadataTableEncryptionConfiguration {
91413
91716
  /**
91414
- * The ARN of the KMS key. Required if SseAlgorithm is aws:kms.
91717
+ * If server-side encryption with KMSlong (KMS) keys (SSE-KMS) is specified, you must also specify the KMS key Amazon Resource Name (ARN). You must specify a customer-managed KMS key that's located in the same Region as the general purpose bucket that corresponds to the metadata table configuration.
91415
91718
  */
91416
91719
  kmsKeyArn?: string;
91417
91720
  /**
91418
- * Specifies the server-side encryption algorithm to use for encrypting tables.
91721
+ * The encryption type specified for a metadata table. To specify server-side encryption with KMSlong (KMS) keys (SSE-KMS), use the ``aws:kms`` value. To specify server-side encryption with Amazon S3 managed keys (SSE-S3), use the ``AES256`` value.
91419
91722
  */
91420
91723
  sseAlgorithm: enums.s3.BucketMetadataTableEncryptionConfigurationSseAlgorithm;
91421
91724
  }
@@ -91605,13 +91908,16 @@ export declare namespace s3 {
91605
91908
  */
91606
91909
  queue: string;
91607
91910
  }
91911
+ /**
91912
+ * The journal table record expiration settings for a journal table in an S3 Metadata configuration.
91913
+ */
91608
91914
  interface BucketRecordExpiration {
91609
91915
  /**
91610
- * The number of days after which records expire. Required if Expiration is ENABLED.
91916
+ * If you enable journal table record expiration, you can set the number of days to retain your journal table records. Journal table records must be retained for a minimum of 7 days. To set this value, specify any whole number from ``7`` to ``2147483647``. For example, to retain your journal table records for one year, set this value to ``365``.
91611
91917
  */
91612
91918
  days?: number;
91613
91919
  /**
91614
- * Specifies whether record expiration is enabled or disabled.
91920
+ * Specifies whether journal table record expiration is enabled or disabled.
91615
91921
  */
91616
91922
  expiration: enums.s3.BucketRecordExpirationExpiration;
91617
91923
  }
@@ -91710,6 +92016,7 @@ export declare namespace s3 {
91710
92016
  /**
91711
92017
  * The storage class to use when replicating objects, such as S3 Standard or reduced redundancy. By default, Amazon S3 uses the storage class of the source object to create the object replica.
91712
92018
  * For valid values, see the ``StorageClass`` element of the [PUT Bucket replication](https://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketPUTreplication.html) action in the *Amazon S3 API Reference*.
92019
+ * ``FSX_OPENZFS`` is not an accepted value when replicating objects.
91713
92020
  */
91714
92021
  storageClass?: enums.s3.BucketReplicationDestinationStorageClass;
91715
92022
  }
@@ -91925,7 +92232,7 @@ export declare namespace s3 {
91925
92232
  rules: outputs.s3.BucketFilterRule[];
91926
92233
  }
91927
92234
  /**
91928
- * The destination information for the metadata table configuration. The destination table bucket must be in the same Region and AWS-account as the general purpose bucket. The specified metadata table name must be unique within the ``aws_s3_metadata`` namespace in the destination table bucket.
92235
+ * The destination information for a V1 S3 Metadata configuration. The destination table bucket must be in the same Region and AWS-account as the general purpose bucket. The specified metadata table name must be unique within the ``aws_s3_metadata`` namespace in the destination table bucket.
91929
92236
  */
91930
92237
  interface BucketS3TablesDestination {
91931
92238
  /**
@@ -101422,7 +101729,7 @@ export declare namespace ssmquicksetup {
101422
101729
  * - `TargetRegions`
101423
101730
  *
101424
101731
  * - Description: (Required) A comma separated list of AWS Regions you want to deploy the configuration to.
101425
- * - **Default Host Management Configuration (Type: AWS QuickSetupType-DHMC)** - - `UpdateSSMAgent`
101732
+ * - **Default Host Management Configuration (Type: AWS QuickSetupType-DHMC)** - - `UpdateSsmAgent`
101426
101733
  *
101427
101734
  * - Description: (Optional) A boolean value that determines whether the SSM Agent is updated on the target instances every 2 weeks. The default value is " `true` ".
101428
101735
  * - `TargetOrganizationalUnits`
@@ -101488,7 +101795,7 @@ export declare namespace ssmquicksetup {
101488
101795
  * - `TargetRegions`
101489
101796
  *
101490
101797
  * - Description: (Required) A comma separated list of AWS Regions you want to deploy the configuration to.
101491
- * - **Host Management (Type: AWS QuickSetupType-SSMHostMgmt)** - - `UpdateSSMAgent`
101798
+ * - **Host Management (Type: AWS QuickSetupType-SSMHostMgmt)** - - `UpdateSsmAgent`
101492
101799
  *
101493
101800
  * - Description: (Optional) A boolean value that determines whether the SSM Agent is updated on the target instances every 2 weeks. The default value is " `true` ".
101494
101801
  * - `UpdateEc2LaunchAgent`