@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/input.d.ts CHANGED
@@ -5107,6 +5107,11 @@ export declare namespace applicationinsights {
5107
5107
  }
5108
5108
  }
5109
5109
  export declare namespace applicationsignals {
5110
+ interface GroupingConfigurationGroupingAttributeDefinitionArgs {
5111
+ defaultGroupingValue?: pulumi.Input<string>;
5112
+ groupingName: pulumi.Input<string>;
5113
+ groupingSourceKeys: pulumi.Input<pulumi.Input<string>[]>;
5114
+ }
5110
5115
  /**
5111
5116
  * 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.
5112
5117
  * For example, if you specify 60 as the number of minutes in the look-back window, the burn rate is calculated as the following:
@@ -13721,6 +13726,7 @@ export declare namespace bedrockagentcore {
13721
13726
  * The network mode.
13722
13727
  */
13723
13728
  networkMode: pulumi.Input<enums.bedrockagentcore.BrowserCustomBrowserNetworkMode>;
13729
+ vpcConfig?: pulumi.Input<inputs.bedrockagentcore.BrowserCustomVpcConfigArgs>;
13724
13730
  }
13725
13731
  /**
13726
13732
  * Recording configuration for browser
@@ -13748,6 +13754,13 @@ export declare namespace bedrockagentcore {
13748
13754
  */
13749
13755
  prefix: pulumi.Input<string>;
13750
13756
  }
13757
+ /**
13758
+ * Network mode configuration for VPC
13759
+ */
13760
+ interface BrowserCustomVpcConfigArgs {
13761
+ securityGroups: pulumi.Input<pulumi.Input<string>[]>;
13762
+ subnets: pulumi.Input<pulumi.Input<string>[]>;
13763
+ }
13751
13764
  /**
13752
13765
  * Network configuration for code interpreter
13753
13766
  */
@@ -13756,6 +13769,14 @@ export declare namespace bedrockagentcore {
13756
13769
  * The network mode.
13757
13770
  */
13758
13771
  networkMode: pulumi.Input<enums.bedrockagentcore.CodeInterpreterCustomCodeInterpreterNetworkMode>;
13772
+ vpcConfig?: pulumi.Input<inputs.bedrockagentcore.CodeInterpreterCustomVpcConfigArgs>;
13773
+ }
13774
+ /**
13775
+ * Network mode configuration for VPC
13776
+ */
13777
+ interface CodeInterpreterCustomVpcConfigArgs {
13778
+ securityGroups: pulumi.Input<pulumi.Input<string>[]>;
13779
+ subnets: pulumi.Input<pulumi.Input<string>[]>;
13759
13780
  }
13760
13781
  interface GatewayAuthorizerConfigurationPropertiesArgs {
13761
13782
  customJwtAuthorizer: pulumi.Input<inputs.bedrockagentcore.GatewayCustomJwtAuthorizerConfigurationArgs>;
@@ -13792,7 +13813,13 @@ export declare namespace bedrockagentcore {
13792
13813
  apiKeyCredentialProvider: pulumi.Input<inputs.bedrockagentcore.GatewayTargetApiKeyCredentialProviderArgs>;
13793
13814
  }
13794
13815
  interface GatewayTargetCredentialProviderConfigurationArgs {
13816
+ /**
13817
+ * The credential provider for the gateway target.
13818
+ */
13795
13819
  credentialProvider?: pulumi.Input<inputs.bedrockagentcore.GatewayTargetCredentialProvider0PropertiesArgs | inputs.bedrockagentcore.GatewayTargetCredentialProvider1PropertiesArgs>;
13820
+ /**
13821
+ * The credential provider type for the gateway target.
13822
+ */
13796
13823
  credentialProviderType: pulumi.Input<enums.bedrockagentcore.GatewayTargetCredentialProviderType>;
13797
13824
  }
13798
13825
  interface GatewayTargetMcpLambdaTargetConfigurationArgs {
@@ -13843,6 +13870,173 @@ export declare namespace bedrockagentcore {
13843
13870
  interface GatewayTargetToolSchema1PropertiesArgs {
13844
13871
  inlinePayload: pulumi.Input<pulumi.Input<inputs.bedrockagentcore.GatewayTargetToolDefinitionArgs>[]>;
13845
13872
  }
13873
+ interface MemoryCustomConfigurationInputArgs {
13874
+ selfManagedConfiguration?: pulumi.Input<inputs.bedrockagentcore.MemorySelfManagedConfigurationArgs>;
13875
+ semanticOverride?: pulumi.Input<inputs.bedrockagentcore.MemorySemanticOverrideArgs>;
13876
+ summaryOverride?: pulumi.Input<inputs.bedrockagentcore.MemorySummaryOverrideArgs>;
13877
+ userPreferenceOverride?: pulumi.Input<inputs.bedrockagentcore.MemoryUserPreferenceOverrideArgs>;
13878
+ }
13879
+ interface MemoryCustomMemoryStrategyArgs {
13880
+ configuration?: pulumi.Input<inputs.bedrockagentcore.MemoryCustomConfigurationInputArgs>;
13881
+ /**
13882
+ * Creation timestamp of the memory strategy
13883
+ */
13884
+ createdAt?: pulumi.Input<string>;
13885
+ description?: pulumi.Input<string>;
13886
+ name: pulumi.Input<string>;
13887
+ namespaces?: pulumi.Input<pulumi.Input<string>[]>;
13888
+ /**
13889
+ * Status of the memory strategy
13890
+ */
13891
+ status?: pulumi.Input<enums.bedrockagentcore.MemoryCustomMemoryStrategyStatus>;
13892
+ /**
13893
+ * Unique identifier for the memory strategy
13894
+ */
13895
+ strategyId?: pulumi.Input<string>;
13896
+ /**
13897
+ * Type of memory strategy
13898
+ */
13899
+ type?: pulumi.Input<enums.bedrockagentcore.MemoryCustomMemoryStrategyType>;
13900
+ /**
13901
+ * Last update timestamp of the memory strategy
13902
+ */
13903
+ updatedAt?: pulumi.Input<string>;
13904
+ }
13905
+ interface MemoryInvocationConfigurationInputArgs {
13906
+ payloadDeliveryBucketName?: pulumi.Input<string>;
13907
+ topicArn?: pulumi.Input<string>;
13908
+ }
13909
+ interface MemoryMessageBasedTriggerInputArgs {
13910
+ messageCount?: pulumi.Input<number>;
13911
+ }
13912
+ interface MemorySelfManagedConfigurationArgs {
13913
+ historicalContextWindowSize?: pulumi.Input<number>;
13914
+ invocationConfiguration?: pulumi.Input<inputs.bedrockagentcore.MemoryInvocationConfigurationInputArgs>;
13915
+ triggerConditions?: pulumi.Input<pulumi.Input<inputs.bedrockagentcore.MemoryTriggerConditionInputArgs>[]>;
13916
+ }
13917
+ interface MemorySemanticMemoryStrategyArgs {
13918
+ /**
13919
+ * Creation timestamp of the memory strategy
13920
+ */
13921
+ createdAt?: pulumi.Input<string>;
13922
+ description?: pulumi.Input<string>;
13923
+ name: pulumi.Input<string>;
13924
+ namespaces?: pulumi.Input<pulumi.Input<string>[]>;
13925
+ /**
13926
+ * Status of the memory strategy
13927
+ */
13928
+ status?: pulumi.Input<enums.bedrockagentcore.MemorySemanticMemoryStrategyStatus>;
13929
+ /**
13930
+ * Unique identifier for the memory strategy
13931
+ */
13932
+ strategyId?: pulumi.Input<string>;
13933
+ /**
13934
+ * Type of memory strategy
13935
+ */
13936
+ type?: pulumi.Input<enums.bedrockagentcore.MemorySemanticMemoryStrategyType>;
13937
+ /**
13938
+ * Last update timestamp of the memory strategy
13939
+ */
13940
+ updatedAt?: pulumi.Input<string>;
13941
+ }
13942
+ interface MemorySemanticOverrideArgs {
13943
+ consolidation?: pulumi.Input<inputs.bedrockagentcore.MemorySemanticOverrideConsolidationConfigurationInputArgs>;
13944
+ extraction?: pulumi.Input<inputs.bedrockagentcore.MemorySemanticOverrideExtractionConfigurationInputArgs>;
13945
+ }
13946
+ interface MemorySemanticOverrideConsolidationConfigurationInputArgs {
13947
+ appendToPrompt: pulumi.Input<string>;
13948
+ modelId: pulumi.Input<string>;
13949
+ }
13950
+ interface MemorySemanticOverrideExtractionConfigurationInputArgs {
13951
+ appendToPrompt: pulumi.Input<string>;
13952
+ modelId: pulumi.Input<string>;
13953
+ }
13954
+ interface MemoryStrategyArgs {
13955
+ customMemoryStrategy?: pulumi.Input<inputs.bedrockagentcore.MemoryCustomMemoryStrategyArgs>;
13956
+ semanticMemoryStrategy?: pulumi.Input<inputs.bedrockagentcore.MemorySemanticMemoryStrategyArgs>;
13957
+ summaryMemoryStrategy?: pulumi.Input<inputs.bedrockagentcore.MemorySummaryMemoryStrategyArgs>;
13958
+ userPreferenceMemoryStrategy?: pulumi.Input<inputs.bedrockagentcore.MemoryUserPreferenceMemoryStrategyArgs>;
13959
+ }
13960
+ interface MemorySummaryMemoryStrategyArgs {
13961
+ /**
13962
+ * Creation timestamp of the memory strategy
13963
+ */
13964
+ createdAt?: pulumi.Input<string>;
13965
+ description?: pulumi.Input<string>;
13966
+ name: pulumi.Input<string>;
13967
+ namespaces?: pulumi.Input<pulumi.Input<string>[]>;
13968
+ /**
13969
+ * Status of the memory strategy
13970
+ */
13971
+ status?: pulumi.Input<enums.bedrockagentcore.MemorySummaryMemoryStrategyStatus>;
13972
+ /**
13973
+ * Unique identifier for the memory strategy
13974
+ */
13975
+ strategyId?: pulumi.Input<string>;
13976
+ /**
13977
+ * Type of memory strategy
13978
+ */
13979
+ type?: pulumi.Input<enums.bedrockagentcore.MemorySummaryMemoryStrategyType>;
13980
+ /**
13981
+ * Last update timestamp of the memory strategy
13982
+ */
13983
+ updatedAt?: pulumi.Input<string>;
13984
+ }
13985
+ interface MemorySummaryOverrideArgs {
13986
+ consolidation?: pulumi.Input<inputs.bedrockagentcore.MemorySummaryOverrideConsolidationConfigurationInputArgs>;
13987
+ }
13988
+ interface MemorySummaryOverrideConsolidationConfigurationInputArgs {
13989
+ appendToPrompt: pulumi.Input<string>;
13990
+ modelId: pulumi.Input<string>;
13991
+ }
13992
+ interface MemoryTimeBasedTriggerInputArgs {
13993
+ idleSessionTimeout?: pulumi.Input<number>;
13994
+ }
13995
+ interface MemoryTokenBasedTriggerInputArgs {
13996
+ tokenCount?: pulumi.Input<number>;
13997
+ }
13998
+ interface MemoryTriggerConditionInputArgs {
13999
+ messageBasedTrigger?: pulumi.Input<inputs.bedrockagentcore.MemoryMessageBasedTriggerInputArgs>;
14000
+ timeBasedTrigger?: pulumi.Input<inputs.bedrockagentcore.MemoryTimeBasedTriggerInputArgs>;
14001
+ tokenBasedTrigger?: pulumi.Input<inputs.bedrockagentcore.MemoryTokenBasedTriggerInputArgs>;
14002
+ }
14003
+ interface MemoryUserPreferenceMemoryStrategyArgs {
14004
+ /**
14005
+ * Creation timestamp of the memory strategy
14006
+ */
14007
+ createdAt?: pulumi.Input<string>;
14008
+ description?: pulumi.Input<string>;
14009
+ name: pulumi.Input<string>;
14010
+ namespaces?: pulumi.Input<pulumi.Input<string>[]>;
14011
+ /**
14012
+ * Status of the memory strategy
14013
+ */
14014
+ status?: pulumi.Input<enums.bedrockagentcore.MemoryUserPreferenceMemoryStrategyStatus>;
14015
+ /**
14016
+ * Unique identifier for the memory strategy
14017
+ */
14018
+ strategyId?: pulumi.Input<string>;
14019
+ /**
14020
+ * Type of memory strategy
14021
+ */
14022
+ type?: pulumi.Input<enums.bedrockagentcore.MemoryUserPreferenceMemoryStrategyType>;
14023
+ /**
14024
+ * Last update timestamp of the memory strategy
14025
+ */
14026
+ updatedAt?: pulumi.Input<string>;
14027
+ }
14028
+ interface MemoryUserPreferenceOverrideArgs {
14029
+ consolidation?: pulumi.Input<inputs.bedrockagentcore.MemoryUserPreferenceOverrideConsolidationConfigurationInputArgs>;
14030
+ extraction?: pulumi.Input<inputs.bedrockagentcore.MemoryUserPreferenceOverrideExtractionConfigurationInputArgs>;
14031
+ }
14032
+ interface MemoryUserPreferenceOverrideConsolidationConfigurationInputArgs {
14033
+ appendToPrompt: pulumi.Input<string>;
14034
+ modelId: pulumi.Input<string>;
14035
+ }
14036
+ interface MemoryUserPreferenceOverrideExtractionConfigurationInputArgs {
14037
+ appendToPrompt: pulumi.Input<string>;
14038
+ modelId: pulumi.Input<string>;
14039
+ }
13846
14040
  interface RuntimeAgentRuntimeArtifactArgs {
13847
14041
  /**
13848
14042
  * Representation of a container configuration.
@@ -13886,6 +14080,14 @@ export declare namespace bedrockagentcore {
13886
14080
  * The network mode.
13887
14081
  */
13888
14082
  networkMode: pulumi.Input<enums.bedrockagentcore.RuntimeNetworkMode>;
14083
+ networkModeConfig?: pulumi.Input<inputs.bedrockagentcore.RuntimeVpcConfigArgs>;
14084
+ }
14085
+ /**
14086
+ * Network mode configuration for VPC
14087
+ */
14088
+ interface RuntimeVpcConfigArgs {
14089
+ securityGroups: pulumi.Input<pulumi.Input<string>[]>;
14090
+ subnets: pulumi.Input<pulumi.Input<string>[]>;
13889
14091
  }
13890
14092
  }
13891
14093
  export declare namespace billing {
@@ -23430,10 +23632,7 @@ export declare namespace datazone {
23430
23632
  * The environment blueprint ID.
23431
23633
  */
23432
23634
  environmentBlueprintId: pulumi.Input<string>;
23433
- /**
23434
- * The environment ID.
23435
- */
23436
- id?: pulumi.Input<string>;
23635
+ environmentConfigurationId?: pulumi.Input<string>;
23437
23636
  /**
23438
23637
  * The environment name.
23439
23638
  */
@@ -29578,7 +29777,7 @@ export declare namespace ecs {
29578
29777
  */
29579
29778
  interface ClusterSettingsArgs {
29580
29779
  /**
29581
- * The name of the cluster setting. The value is ``containerInsights`` .
29780
+ * The name of the cluster setting. The value is ``containerInsights``.
29582
29781
  */
29583
29782
  name?: pulumi.Input<string>;
29584
29783
  /**
@@ -29855,6 +30054,7 @@ export declare namespace ecs {
29855
30054
  * + For all other cases, the value is set to 36 hours (2160 minutes).
29856
30055
  */
29857
30056
  bakeTimeInMinutes?: pulumi.Input<number>;
30057
+ canaryConfiguration?: any;
29858
30058
  /**
29859
30059
  * The deployment circuit breaker can only be used for services using the rolling update (``ECS``) deployment type.
29860
30060
  * 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*
@@ -29864,6 +30064,7 @@ export declare namespace ecs {
29864
30064
  * An array of deployment lifecycle hook objects to run custom logic at specific stages of the deployment lifecycle.
29865
30065
  */
29866
30066
  lifecycleHooks?: pulumi.Input<pulumi.Input<inputs.ecs.ServiceDeploymentLifecycleHookArgs>[]>;
30067
+ linearConfiguration?: any;
29867
30068
  /**
29868
30069
  * 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%.
29869
30070
  * 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).
@@ -38438,6 +38639,24 @@ export declare namespace imagebuilder {
38438
38639
  */
38439
38640
  repositoryName?: pulumi.Input<string>;
38440
38641
  }
38642
+ /**
38643
+ * The logging configuration settings for the image.
38644
+ */
38645
+ interface ImageLoggingConfigurationArgs {
38646
+ /**
38647
+ * The name of the log group for image build logs.
38648
+ */
38649
+ logGroupName?: pulumi.Input<string>;
38650
+ }
38651
+ /**
38652
+ * The auto-disable policy configuration for the image pipeline.
38653
+ */
38654
+ interface ImagePipelineAutoDisablePolicyArgs {
38655
+ /**
38656
+ * The number of consecutive failures after which the pipeline should be automatically disabled.
38657
+ */
38658
+ failureCount: pulumi.Input<number>;
38659
+ }
38441
38660
  /**
38442
38661
  * Settings for Image Builder to configure the ECR repository and output container images that are scanned.
38443
38662
  */
@@ -38477,6 +38696,19 @@ export declare namespace imagebuilder {
38477
38696
  */
38478
38697
  timeoutMinutes?: pulumi.Input<number>;
38479
38698
  }
38699
+ /**
38700
+ * The logging configuration settings for the image pipeline.
38701
+ */
38702
+ interface ImagePipelinePipelineLoggingConfigurationArgs {
38703
+ /**
38704
+ * The name of the log group for image build logs.
38705
+ */
38706
+ imageLogGroupName?: pulumi.Input<string>;
38707
+ /**
38708
+ * The name of the log group for pipeline execution logs.
38709
+ */
38710
+ pipelineLogGroupName?: pulumi.Input<string>;
38711
+ }
38480
38712
  /**
38481
38713
  * The schedule of the image pipeline.
38482
38714
  */
@@ -38484,7 +38716,7 @@ export declare namespace imagebuilder {
38484
38716
  /**
38485
38717
  * The auto-disable policy for the image pipeline.
38486
38718
  */
38487
- autoDisablePolicy?: any;
38719
+ autoDisablePolicy?: pulumi.Input<inputs.imagebuilder.ImagePipelineAutoDisablePolicyArgs>;
38488
38720
  /**
38489
38721
  * The condition configures when the pipeline should trigger a new image build.
38490
38722
  */
@@ -53669,7 +53901,7 @@ export declare namespace mwaa {
53669
53901
  */
53670
53902
  enabled?: pulumi.Input<boolean>;
53671
53903
  /**
53672
- * Defines the Apache Airflow logs to send for the log type (e.g. `DagProcessingLogs` ) to CloudWatch Logs. Valid values: `CRITICAL` , `ERROR` , `WARNING` , `INFO` .
53904
+ * Defines the Apache Airflow logs to send for the log type (e.g. `DagProcessingLogs` ) to CloudWatch Logs.
53673
53905
  */
53674
53906
  logLevel?: pulumi.Input<enums.mwaa.EnvironmentLoggingLevel>;
53675
53907
  }
@@ -54830,6 +55062,37 @@ export declare namespace oam {
54830
55062
  }
54831
55063
  }
54832
55064
  export declare namespace observabilityadmin {
55065
+ interface OrganizationCentralizationRuleCentralizationRuleArgs {
55066
+ destination: pulumi.Input<inputs.observabilityadmin.OrganizationCentralizationRuleCentralizationRuleDestinationArgs>;
55067
+ source: pulumi.Input<inputs.observabilityadmin.OrganizationCentralizationRuleCentralizationRuleSourceArgs>;
55068
+ }
55069
+ interface OrganizationCentralizationRuleCentralizationRuleDestinationArgs {
55070
+ account?: pulumi.Input<string>;
55071
+ destinationLogsConfiguration?: pulumi.Input<inputs.observabilityadmin.OrganizationCentralizationRuleDestinationLogsConfigurationArgs>;
55072
+ region: pulumi.Input<string>;
55073
+ }
55074
+ interface OrganizationCentralizationRuleCentralizationRuleSourceArgs {
55075
+ regions: pulumi.Input<pulumi.Input<string>[]>;
55076
+ scope?: pulumi.Input<string>;
55077
+ sourceLogsConfiguration?: pulumi.Input<inputs.observabilityadmin.OrganizationCentralizationRuleSourceLogsConfigurationArgs>;
55078
+ }
55079
+ interface OrganizationCentralizationRuleDestinationLogsConfigurationArgs {
55080
+ backupConfiguration?: pulumi.Input<inputs.observabilityadmin.OrganizationCentralizationRuleLogsBackupConfigurationArgs>;
55081
+ logsEncryptionConfiguration?: pulumi.Input<inputs.observabilityadmin.OrganizationCentralizationRuleLogsEncryptionConfigurationArgs>;
55082
+ }
55083
+ interface OrganizationCentralizationRuleLogsBackupConfigurationArgs {
55084
+ kmsKeyArn?: pulumi.Input<string>;
55085
+ region: pulumi.Input<string>;
55086
+ }
55087
+ interface OrganizationCentralizationRuleLogsEncryptionConfigurationArgs {
55088
+ encryptionConflictResolutionStrategy?: pulumi.Input<enums.observabilityadmin.OrganizationCentralizationRuleLogsEncryptionConfigurationEncryptionConflictResolutionStrategy>;
55089
+ encryptionStrategy: pulumi.Input<enums.observabilityadmin.OrganizationCentralizationRuleLogsEncryptionConfigurationEncryptionStrategy>;
55090
+ kmsKeyArn?: pulumi.Input<string>;
55091
+ }
55092
+ interface OrganizationCentralizationRuleSourceLogsConfigurationArgs {
55093
+ encryptedLogGroupStrategy: pulumi.Input<enums.observabilityadmin.OrganizationCentralizationRuleSourceLogsConfigurationEncryptedLogGroupStrategy>;
55094
+ logGroupSelectionCriteria: pulumi.Input<string>;
55095
+ }
54833
55096
  /**
54834
55097
  * The destination configuration for telemetry data
54835
55098
  */
@@ -56334,19 +56597,6 @@ export declare namespace pcs {
56334
56597
  */
56335
56598
  instanceType?: pulumi.Input<string>;
56336
56599
  }
56337
- /**
56338
- * Additional settings that directly map to Slurm settings.
56339
- */
56340
- interface ComputeNodeGroupSlurmCustomSettingArgs {
56341
- /**
56342
- * AWS PCS supports configuration of the following Slurm parameters for compute node groups: Weight and RealMemory.
56343
- */
56344
- parameterName: pulumi.Input<string>;
56345
- /**
56346
- * The value for the configured Slurm setting.
56347
- */
56348
- parameterValue: pulumi.Input<string>;
56349
- }
56350
56600
  /**
56351
56601
  * An Amazon EC2 launch template AWS PCS uses to launch compute nodes.
56352
56602
  */
@@ -56386,6 +56636,19 @@ export declare namespace pcs {
56386
56636
  */
56387
56637
  computeNodeGroupId?: pulumi.Input<string>;
56388
56638
  }
56639
+ /**
56640
+ * Additional settings that directly map to Slurm settings.
56641
+ */
56642
+ interface QueueSlurmCustomSettingArgs {
56643
+ /**
56644
+ * AWS PCS supports configuration of the Slurm parameters for queues:.
56645
+ */
56646
+ parameterName: pulumi.Input<string>;
56647
+ /**
56648
+ * The value for the configured Slurm setting.
56649
+ */
56650
+ parameterValue: pulumi.Input<string>;
56651
+ }
56389
56652
  /**
56390
56653
  * Specifies the boundaries of the compute node group auto scaling.
56391
56654
  */
@@ -56413,13 +56676,13 @@ export declare namespace pcs {
56413
56676
  version: pulumi.Input<string>;
56414
56677
  }
56415
56678
  /**
56416
- * Additional options related to the Slurm scheduler.
56679
+ * The Slurm configuration for the queue.
56417
56680
  */
56418
56681
  interface SlurmConfigurationPropertiesArgs {
56419
56682
  /**
56420
- * Additional Slurm-specific configuration that directly maps to Slurm settings.
56683
+ * Custom Slurm parameters that directly map to Slurm configuration settings.
56421
56684
  */
56422
- slurmCustomSettings?: pulumi.Input<pulumi.Input<inputs.pcs.ComputeNodeGroupSlurmCustomSettingArgs>[]>;
56685
+ slurmCustomSettings?: pulumi.Input<pulumi.Input<inputs.pcs.QueueSlurmCustomSettingArgs>[]>;
56423
56686
  }
56424
56687
  /**
56425
56688
  * Additional configuration when you specify SPOT as the purchase option.
@@ -58953,11 +59216,11 @@ export declare namespace quicksight {
58953
59216
  */
58954
59217
  customFilterConfiguration?: pulumi.Input<inputs.quicksight.AnalysisCustomFilterConfigurationArgs>;
58955
59218
  /**
58956
- * A list of custom filter values. In the Amazon QuickSight console, this filter type is called a custom filter list.
59219
+ * A list of custom filter values. In the Quick Sight console, this filter type is called a custom filter list.
58957
59220
  */
58958
59221
  customFilterListConfiguration?: pulumi.Input<inputs.quicksight.AnalysisCustomFilterListConfigurationArgs>;
58959
59222
  /**
58960
- * A list of filter configurations. In the Amazon QuickSight console, this filter type is called a filter list.
59223
+ * A list of filter configurations. In the Quick Sight console, this filter type is called a filter list.
58961
59224
  */
58962
59225
  filterListConfiguration?: pulumi.Input<inputs.quicksight.AnalysisFilterListConfigurationArgs>;
58963
59226
  }
@@ -60259,7 +60522,7 @@ export declare namespace quicksight {
60259
60522
  /**
60260
60523
  * Filter definitions for an analysis.
60261
60524
  *
60262
- * 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* .
60525
+ * 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* .
60263
60526
  */
60264
60527
  filterGroups?: pulumi.Input<pulumi.Input<inputs.quicksight.AnalysisFilterGroupArgs>[]>;
60265
60528
  /**
@@ -60271,7 +60534,7 @@ export declare namespace quicksight {
60271
60534
  *
60272
60535
  * Parameters are named variables that can transfer a value for use by an action or an object.
60273
60536
  *
60274
- * 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* .
60537
+ * 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* .
60275
60538
  */
60276
60539
  parameterDeclarations?: pulumi.Input<pulumi.Input<inputs.quicksight.AnalysisParameterDeclarationArgs>[]>;
60277
60540
  queryExecutionOptions?: pulumi.Input<inputs.quicksight.AnalysisQueryExecutionOptionsArgs>;
@@ -60322,7 +60585,7 @@ export declare namespace quicksight {
60322
60585
  }
60323
60586
  interface AnalysisDonutCenterOptionsArgs {
60324
60587
  /**
60325
- * Determines the visibility of the label in a donut chart. In the Amazon QuickSight console, this option is called `'Show total'` .
60588
+ * Determines the visibility of the label in a donut chart. In the Quick Sight console, this option is called `'Show total'` .
60326
60589
  */
60327
60590
  labelVisibility?: pulumi.Input<enums.quicksight.AnalysisVisibility>;
60328
60591
  }
@@ -60645,7 +60908,7 @@ export declare namespace quicksight {
60645
60908
  /**
60646
60909
  * A `CategoryFilter` filters text values.
60647
60910
  *
60648
- * 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* .
60911
+ * 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* .
60649
60912
  */
60650
60913
  categoryFilter?: pulumi.Input<inputs.quicksight.AnalysisCategoryFilterArgs>;
60651
60914
  /**
@@ -62026,8 +62289,8 @@ export declare namespace quicksight {
62026
62289
  /**
62027
62290
  * This value determines the layout behavior when the viewport is resized.
62028
62291
  *
62029
- * - `FIXED` : A fixed width will be used when optimizing the layout. In the Amazon QuickSight console, this option is called `Classic` .
62030
- * - `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` .
62292
+ * - `FIXED` : A fixed width will be used when optimizing the layout. In the Quick Sight console, this option is called `Classic` .
62293
+ * - `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` .
62031
62294
  */
62032
62295
  resizeOption: pulumi.Input<enums.quicksight.AnalysisResizeOption>;
62033
62296
  }
@@ -65175,7 +65438,7 @@ export declare namespace quicksight {
65175
65438
  /**
65176
65439
  * The list of filter controls that are on a sheet.
65177
65440
  *
65178
- * 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* .
65441
+ * 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* .
65179
65442
  */
65180
65443
  filterControls?: pulumi.Input<pulumi.Input<inputs.quicksight.AnalysisFilterControlArgs>[]>;
65181
65444
  /**
@@ -65185,7 +65448,7 @@ export declare namespace quicksight {
65185
65448
  /**
65186
65449
  * Layouts define how the components of a sheet are arranged.
65187
65450
  *
65188
- * 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* .
65451
+ * 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* .
65189
65452
  */
65190
65453
  layouts?: pulumi.Input<pulumi.Input<inputs.quicksight.AnalysisLayoutArgs>[]>;
65191
65454
  /**
@@ -65195,7 +65458,7 @@ export declare namespace quicksight {
65195
65458
  /**
65196
65459
  * The list of parameter controls that are on a sheet.
65197
65460
  *
65198
- * 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* .
65461
+ * 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* .
65199
65462
  */
65200
65463
  parameterControls?: pulumi.Input<pulumi.Input<inputs.quicksight.AnalysisParameterControlArgs>[]>;
65201
65464
  /**
@@ -66503,25 +66766,25 @@ export declare namespace quicksight {
66503
66766
  /**
66504
66767
  * A bar chart.
66505
66768
  *
66506
- * For more information, see [Using bar charts](https://docs.aws.amazon.com/quicksight/latest/user/bar-charts.html) in the *Amazon QuickSight User Guide* .
66769
+ * 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* .
66507
66770
  */
66508
66771
  barChartVisual?: pulumi.Input<inputs.quicksight.AnalysisBarChartVisualArgs>;
66509
66772
  /**
66510
66773
  * A box plot.
66511
66774
  *
66512
- * For more information, see [Using box plots](https://docs.aws.amazon.com/quicksight/latest/user/box-plots.html) in the *Amazon QuickSight User Guide* .
66775
+ * 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* .
66513
66776
  */
66514
66777
  boxPlotVisual?: pulumi.Input<inputs.quicksight.AnalysisBoxPlotVisualArgs>;
66515
66778
  /**
66516
66779
  * A combo chart.
66517
66780
  *
66518
- * For more information, see [Using combo charts](https://docs.aws.amazon.com/quicksight/latest/user/combo-charts.html) in the *Amazon QuickSight User Guide* .
66781
+ * 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* .
66519
66782
  */
66520
66783
  comboChartVisual?: pulumi.Input<inputs.quicksight.AnalysisComboChartVisualArgs>;
66521
66784
  /**
66522
66785
  * A visual that contains custom content.
66523
66786
  *
66524
- * 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* .
66787
+ * 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* .
66525
66788
  */
66526
66789
  customContentVisual?: pulumi.Input<inputs.quicksight.AnalysisCustomContentVisualArgs>;
66527
66790
  /**
@@ -66531,49 +66794,49 @@ export declare namespace quicksight {
66531
66794
  /**
66532
66795
  * A filled map.
66533
66796
  *
66534
- * For more information, see [Creating filled maps](https://docs.aws.amazon.com/quicksight/latest/user/filled-maps.html) in the *Amazon QuickSight User Guide* .
66797
+ * 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* .
66535
66798
  */
66536
66799
  filledMapVisual?: pulumi.Input<inputs.quicksight.AnalysisFilledMapVisualArgs>;
66537
66800
  /**
66538
66801
  * A funnel chart.
66539
66802
  *
66540
- * 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* .
66803
+ * 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* .
66541
66804
  */
66542
66805
  funnelChartVisual?: pulumi.Input<inputs.quicksight.AnalysisFunnelChartVisualArgs>;
66543
66806
  /**
66544
66807
  * A gauge chart.
66545
66808
  *
66546
- * For more information, see [Using gauge charts](https://docs.aws.amazon.com/quicksight/latest/user/gauge-chart.html) in the *Amazon QuickSight User Guide* .
66809
+ * 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* .
66547
66810
  */
66548
66811
  gaugeChartVisual?: pulumi.Input<inputs.quicksight.AnalysisGaugeChartVisualArgs>;
66549
66812
  /**
66550
66813
  * A geospatial map or a points on map visual.
66551
66814
  *
66552
- * For more information, see [Creating point maps](https://docs.aws.amazon.com/quicksight/latest/user/point-maps.html) in the *Amazon QuickSight User Guide* .
66815
+ * 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* .
66553
66816
  */
66554
66817
  geospatialMapVisual?: pulumi.Input<inputs.quicksight.AnalysisGeospatialMapVisualArgs>;
66555
66818
  /**
66556
66819
  * A heat map.
66557
66820
  *
66558
- * For more information, see [Using heat maps](https://docs.aws.amazon.com/quicksight/latest/user/heat-map.html) in the *Amazon QuickSight User Guide* .
66821
+ * 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* .
66559
66822
  */
66560
66823
  heatMapVisual?: pulumi.Input<inputs.quicksight.AnalysisHeatMapVisualArgs>;
66561
66824
  /**
66562
66825
  * A histogram.
66563
66826
  *
66564
- * For more information, see [Using histograms](https://docs.aws.amazon.com/quicksight/latest/user/histogram-charts.html) in the *Amazon QuickSight User Guide* .
66827
+ * For more information, see [Using histograms](https://docs.aws.amazon.com/quicksight/latest/user/histogram-charts.html) in the *Amazon Quick Suite User Guide* .
66565
66828
  */
66566
66829
  histogramVisual?: pulumi.Input<inputs.quicksight.AnalysisHistogramVisualArgs>;
66567
66830
  /**
66568
66831
  * An insight visual.
66569
66832
  *
66570
- * For more information, see [Working with insights](https://docs.aws.amazon.com/quicksight/latest/user/computational-insights.html) in the *Amazon QuickSight User Guide* .
66833
+ * 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* .
66571
66834
  */
66572
66835
  insightVisual?: pulumi.Input<inputs.quicksight.AnalysisInsightVisualArgs>;
66573
66836
  /**
66574
66837
  * A key performance indicator (KPI).
66575
66838
  *
66576
- * For more information, see [Using KPIs](https://docs.aws.amazon.com/quicksight/latest/user/kpi.html) in the *Amazon QuickSight User Guide* .
66839
+ * For more information, see [Using KPIs](https://docs.aws.amazon.com/quicksight/latest/user/kpi.html) in the *Amazon Quick Suite User Guide* .
66577
66840
  */
66578
66841
  kpiVisual?: pulumi.Input<inputs.quicksight.AnalysisKpiVisualArgs>;
66579
66842
  /**
@@ -66583,19 +66846,19 @@ export declare namespace quicksight {
66583
66846
  /**
66584
66847
  * A line chart.
66585
66848
  *
66586
- * For more information, see [Using line charts](https://docs.aws.amazon.com/quicksight/latest/user/line-charts.html) in the *Amazon QuickSight User Guide* .
66849
+ * 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* .
66587
66850
  */
66588
66851
  lineChartVisual?: pulumi.Input<inputs.quicksight.AnalysisLineChartVisualArgs>;
66589
66852
  /**
66590
66853
  * A pie or donut chart.
66591
66854
  *
66592
- * For more information, see [Using pie charts](https://docs.aws.amazon.com/quicksight/latest/user/pie-chart.html) in the *Amazon QuickSight User Guide* .
66855
+ * 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* .
66593
66856
  */
66594
66857
  pieChartVisual?: pulumi.Input<inputs.quicksight.AnalysisPieChartVisualArgs>;
66595
66858
  /**
66596
66859
  * A pivot table.
66597
66860
  *
66598
- * For more information, see [Using pivot tables](https://docs.aws.amazon.com/quicksight/latest/user/pivot-table.html) in the *Amazon QuickSight User Guide* .
66861
+ * 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* .
66599
66862
  */
66600
66863
  pivotTableVisual?: pulumi.Input<inputs.quicksight.AnalysisPivotTableVisualArgs>;
66601
66864
  /**
@@ -66605,43 +66868,43 @@ export declare namespace quicksight {
66605
66868
  /**
66606
66869
  * A radar chart visual.
66607
66870
  *
66608
- * For more information, see [Using radar charts](https://docs.aws.amazon.com/quicksight/latest/user/radar-chart.html) in the *Amazon QuickSight User Guide* .
66871
+ * 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* .
66609
66872
  */
66610
66873
  radarChartVisual?: pulumi.Input<inputs.quicksight.AnalysisRadarChartVisualArgs>;
66611
66874
  /**
66612
66875
  * A sankey diagram.
66613
66876
  *
66614
- * For more information, see [Using Sankey diagrams](https://docs.aws.amazon.com/quicksight/latest/user/sankey-diagram.html) in the *Amazon QuickSight User Guide* .
66877
+ * 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* .
66615
66878
  */
66616
66879
  sankeyDiagramVisual?: pulumi.Input<inputs.quicksight.AnalysisSankeyDiagramVisualArgs>;
66617
66880
  /**
66618
66881
  * A scatter plot.
66619
66882
  *
66620
- * For more information, see [Using scatter plots](https://docs.aws.amazon.com/quicksight/latest/user/scatter-plot.html) in the *Amazon QuickSight User Guide* .
66883
+ * 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* .
66621
66884
  */
66622
66885
  scatterPlotVisual?: pulumi.Input<inputs.quicksight.AnalysisScatterPlotVisualArgs>;
66623
66886
  /**
66624
66887
  * A table visual.
66625
66888
  *
66626
- * For more information, see [Using tables as visuals](https://docs.aws.amazon.com/quicksight/latest/user/tabular.html) in the *Amazon QuickSight User Guide* .
66889
+ * 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* .
66627
66890
  */
66628
66891
  tableVisual?: pulumi.Input<inputs.quicksight.AnalysisTableVisualArgs>;
66629
66892
  /**
66630
66893
  * A tree map.
66631
66894
  *
66632
- * For more information, see [Using tree maps](https://docs.aws.amazon.com/quicksight/latest/user/tree-map.html) in the *Amazon QuickSight User Guide* .
66895
+ * 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* .
66633
66896
  */
66634
66897
  treeMapVisual?: pulumi.Input<inputs.quicksight.AnalysisTreeMapVisualArgs>;
66635
66898
  /**
66636
66899
  * A waterfall chart.
66637
66900
  *
66638
- * For more information, see [Using waterfall charts](https://docs.aws.amazon.com/quicksight/latest/user/waterfall-chart.html) in the *Amazon QuickSight User Guide* .
66901
+ * 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* .
66639
66902
  */
66640
66903
  waterfallVisual?: pulumi.Input<inputs.quicksight.AnalysisWaterfallVisualArgs>;
66641
66904
  /**
66642
66905
  * A word cloud.
66643
66906
  *
66644
- * For more information, see [Using word clouds](https://docs.aws.amazon.com/quicksight/latest/user/word-cloud.html) in the *Amazon QuickSight User Guide* .
66907
+ * 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* .
66645
66908
  */
66646
66909
  wordCloudVisual?: pulumi.Input<inputs.quicksight.AnalysisWordCloudVisualArgs>;
66647
66910
  }
@@ -67847,11 +68110,11 @@ export declare namespace quicksight {
67847
68110
  */
67848
68111
  customFilterConfiguration?: pulumi.Input<inputs.quicksight.DashboardCustomFilterConfigurationArgs>;
67849
68112
  /**
67850
- * A list of custom filter values. In the Amazon QuickSight console, this filter type is called a custom filter list.
68113
+ * A list of custom filter values. In the Quick Sight console, this filter type is called a custom filter list.
67851
68114
  */
67852
68115
  customFilterListConfiguration?: pulumi.Input<inputs.quicksight.DashboardCustomFilterListConfigurationArgs>;
67853
68116
  /**
67854
- * A list of filter configurations. In the Amazon QuickSight console, this filter type is called a filter list.
68117
+ * A list of filter configurations. In the Quick Sight console, this filter type is called a filter list.
67855
68118
  */
67856
68119
  filterListConfiguration?: pulumi.Input<inputs.quicksight.DashboardFilterListConfigurationArgs>;
67857
68120
  }
@@ -69207,7 +69470,7 @@ export declare namespace quicksight {
69207
69470
  }
69208
69471
  interface DashboardDonutCenterOptionsArgs {
69209
69472
  /**
69210
- * Determines the visibility of the label in a donut chart. In the Amazon QuickSight console, this option is called `'Show total'` .
69473
+ * Determines the visibility of the label in a donut chart. In the Quick Sight console, this option is called `'Show total'` .
69211
69474
  */
69212
69475
  labelVisibility?: pulumi.Input<enums.quicksight.DashboardVisibility>;
69213
69476
  }
@@ -69540,7 +69803,7 @@ export declare namespace quicksight {
69540
69803
  /**
69541
69804
  * A `CategoryFilter` filters text values.
69542
69805
  *
69543
- * 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* .
69806
+ * 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* .
69544
69807
  */
69545
69808
  categoryFilter?: pulumi.Input<inputs.quicksight.DashboardCategoryFilterArgs>;
69546
69809
  /**
@@ -70921,8 +71184,8 @@ export declare namespace quicksight {
70921
71184
  /**
70922
71185
  * This value determines the layout behavior when the viewport is resized.
70923
71186
  *
70924
- * - `FIXED` : A fixed width will be used when optimizing the layout. In the Amazon QuickSight console, this option is called `Classic` .
70925
- * - `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` .
71187
+ * - `FIXED` : A fixed width will be used when optimizing the layout. In the Quick Sight console, this option is called `Classic` .
71188
+ * - `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` .
70926
71189
  */
70927
71190
  resizeOption: pulumi.Input<enums.quicksight.DashboardResizeOption>;
70928
71191
  }
@@ -73283,7 +73546,7 @@ export declare namespace quicksight {
73283
73546
  */
73284
73547
  dataPointTooltipOption?: pulumi.Input<inputs.quicksight.DashboardDataPointTooltipOptionArgs>;
73285
73548
  /**
73286
- * 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.
73549
+ * 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.
73287
73550
  */
73288
73551
  dataQaEnabledOption?: pulumi.Input<inputs.quicksight.DashboardDataQaEnabledOptionArgs>;
73289
73552
  /**
@@ -73302,6 +73565,10 @@ export declare namespace quicksight {
73302
73565
  * Determines if hidden fields are exported with a dashboard.
73303
73566
  */
73304
73567
  exportWithHiddenFieldsOption?: pulumi.Input<inputs.quicksight.DashboardExportWithHiddenFieldsOptionArgs>;
73568
+ /**
73569
+ * Determines if Actions in Amazon Quick Suite are enabled in a dashboard.
73570
+ */
73571
+ quickSuiteActionsOption?: pulumi.Input<inputs.quicksight.DashboardQuickSuiteActionsOptionArgs>;
73305
73572
  /**
73306
73573
  * Sheet controls option.
73307
73574
  */
@@ -73323,6 +73590,12 @@ export declare namespace quicksight {
73323
73590
  */
73324
73591
  visualPublishOptions?: pulumi.Input<inputs.quicksight.DashboardVisualPublishOptionsArgs>;
73325
73592
  }
73593
+ interface DashboardQuickSuiteActionsOptionArgs {
73594
+ /**
73595
+ * Availability status.
73596
+ */
73597
+ availabilityStatus?: pulumi.Input<enums.quicksight.DashboardBehavior>;
73598
+ }
73326
73599
  interface DashboardRadarChartAggregatedFieldWellsArgs {
73327
73600
  /**
73328
73601
  * The aggregated field well categories of a radar chart.
@@ -74122,7 +74395,7 @@ export declare namespace quicksight {
74122
74395
  /**
74123
74396
  * The list of filter controls that are on a sheet.
74124
74397
  *
74125
- * 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* .
74398
+ * 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* .
74126
74399
  */
74127
74400
  filterControls?: pulumi.Input<pulumi.Input<inputs.quicksight.DashboardFilterControlArgs>[]>;
74128
74401
  /**
@@ -74132,7 +74405,7 @@ export declare namespace quicksight {
74132
74405
  /**
74133
74406
  * Layouts define how the components of a sheet are arranged.
74134
74407
  *
74135
- * 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* .
74408
+ * 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* .
74136
74409
  */
74137
74410
  layouts?: pulumi.Input<pulumi.Input<inputs.quicksight.DashboardLayoutArgs>[]>;
74138
74411
  /**
@@ -74142,7 +74415,7 @@ export declare namespace quicksight {
74142
74415
  /**
74143
74416
  * The list of parameter controls that are on a sheet.
74144
74417
  *
74145
- * 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* .
74418
+ * 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* .
74146
74419
  */
74147
74420
  parameterControls?: pulumi.Input<pulumi.Input<inputs.quicksight.DashboardParameterControlArgs>[]>;
74148
74421
  /**
@@ -75466,7 +75739,7 @@ export declare namespace quicksight {
75466
75739
  /**
75467
75740
  * The filter definitions for a dashboard.
75468
75741
  *
75469
- * 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* .
75742
+ * 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* .
75470
75743
  */
75471
75744
  filterGroups?: pulumi.Input<pulumi.Input<inputs.quicksight.DashboardFilterGroupArgs>[]>;
75472
75745
  /**
@@ -75476,7 +75749,7 @@ export declare namespace quicksight {
75476
75749
  /**
75477
75750
  * The parameter declarations for a dashboard. Parameters are named variables that can transfer a value for use by an action or an object.
75478
75751
  *
75479
- * 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* .
75752
+ * 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* .
75480
75753
  */
75481
75754
  parameterDeclarations?: pulumi.Input<pulumi.Input<inputs.quicksight.DashboardParameterDeclarationArgs>[]>;
75482
75755
  /**
@@ -75498,25 +75771,25 @@ export declare namespace quicksight {
75498
75771
  /**
75499
75772
  * A bar chart.
75500
75773
  *
75501
- * For more information, see [Using bar charts](https://docs.aws.amazon.com/quicksight/latest/user/bar-charts.html) in the *Amazon QuickSight User Guide* .
75774
+ * 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* .
75502
75775
  */
75503
75776
  barChartVisual?: pulumi.Input<inputs.quicksight.DashboardBarChartVisualArgs>;
75504
75777
  /**
75505
75778
  * A box plot.
75506
75779
  *
75507
- * For more information, see [Using box plots](https://docs.aws.amazon.com/quicksight/latest/user/box-plots.html) in the *Amazon QuickSight User Guide* .
75780
+ * 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* .
75508
75781
  */
75509
75782
  boxPlotVisual?: pulumi.Input<inputs.quicksight.DashboardBoxPlotVisualArgs>;
75510
75783
  /**
75511
75784
  * A combo chart.
75512
75785
  *
75513
- * For more information, see [Using combo charts](https://docs.aws.amazon.com/quicksight/latest/user/combo-charts.html) in the *Amazon QuickSight User Guide* .
75786
+ * 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* .
75514
75787
  */
75515
75788
  comboChartVisual?: pulumi.Input<inputs.quicksight.DashboardComboChartVisualArgs>;
75516
75789
  /**
75517
75790
  * A visual that contains custom content.
75518
75791
  *
75519
- * 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* .
75792
+ * 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* .
75520
75793
  */
75521
75794
  customContentVisual?: pulumi.Input<inputs.quicksight.DashboardCustomContentVisualArgs>;
75522
75795
  /**
@@ -75526,49 +75799,49 @@ export declare namespace quicksight {
75526
75799
  /**
75527
75800
  * A filled map.
75528
75801
  *
75529
- * For more information, see [Creating filled maps](https://docs.aws.amazon.com/quicksight/latest/user/filled-maps.html) in the *Amazon QuickSight User Guide* .
75802
+ * 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* .
75530
75803
  */
75531
75804
  filledMapVisual?: pulumi.Input<inputs.quicksight.DashboardFilledMapVisualArgs>;
75532
75805
  /**
75533
75806
  * A funnel chart.
75534
75807
  *
75535
- * 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* .
75808
+ * 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* .
75536
75809
  */
75537
75810
  funnelChartVisual?: pulumi.Input<inputs.quicksight.DashboardFunnelChartVisualArgs>;
75538
75811
  /**
75539
75812
  * A gauge chart.
75540
75813
  *
75541
- * For more information, see [Using gauge charts](https://docs.aws.amazon.com/quicksight/latest/user/gauge-chart.html) in the *Amazon QuickSight User Guide* .
75814
+ * 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* .
75542
75815
  */
75543
75816
  gaugeChartVisual?: pulumi.Input<inputs.quicksight.DashboardGaugeChartVisualArgs>;
75544
75817
  /**
75545
75818
  * A geospatial map or a points on map visual.
75546
75819
  *
75547
- * For more information, see [Creating point maps](https://docs.aws.amazon.com/quicksight/latest/user/point-maps.html) in the *Amazon QuickSight User Guide* .
75820
+ * 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* .
75548
75821
  */
75549
75822
  geospatialMapVisual?: pulumi.Input<inputs.quicksight.DashboardGeospatialMapVisualArgs>;
75550
75823
  /**
75551
75824
  * A heat map.
75552
75825
  *
75553
- * For more information, see [Using heat maps](https://docs.aws.amazon.com/quicksight/latest/user/heat-map.html) in the *Amazon QuickSight User Guide* .
75826
+ * 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* .
75554
75827
  */
75555
75828
  heatMapVisual?: pulumi.Input<inputs.quicksight.DashboardHeatMapVisualArgs>;
75556
75829
  /**
75557
75830
  * A histogram.
75558
75831
  *
75559
- * For more information, see [Using histograms](https://docs.aws.amazon.com/quicksight/latest/user/histogram-charts.html) in the *Amazon QuickSight User Guide* .
75832
+ * For more information, see [Using histograms](https://docs.aws.amazon.com/quicksight/latest/user/histogram-charts.html) in the *Amazon Quick Suite User Guide* .
75560
75833
  */
75561
75834
  histogramVisual?: pulumi.Input<inputs.quicksight.DashboardHistogramVisualArgs>;
75562
75835
  /**
75563
75836
  * An insight visual.
75564
75837
  *
75565
- * For more information, see [Working with insights](https://docs.aws.amazon.com/quicksight/latest/user/computational-insights.html) in the *Amazon QuickSight User Guide* .
75838
+ * 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* .
75566
75839
  */
75567
75840
  insightVisual?: pulumi.Input<inputs.quicksight.DashboardInsightVisualArgs>;
75568
75841
  /**
75569
75842
  * A key performance indicator (KPI).
75570
75843
  *
75571
- * For more information, see [Using KPIs](https://docs.aws.amazon.com/quicksight/latest/user/kpi.html) in the *Amazon QuickSight User Guide* .
75844
+ * For more information, see [Using KPIs](https://docs.aws.amazon.com/quicksight/latest/user/kpi.html) in the *Amazon Quick Suite User Guide* .
75572
75845
  */
75573
75846
  kpiVisual?: pulumi.Input<inputs.quicksight.DashboardKpiVisualArgs>;
75574
75847
  /**
@@ -75578,19 +75851,19 @@ export declare namespace quicksight {
75578
75851
  /**
75579
75852
  * A line chart.
75580
75853
  *
75581
- * For more information, see [Using line charts](https://docs.aws.amazon.com/quicksight/latest/user/line-charts.html) in the *Amazon QuickSight User Guide* .
75854
+ * 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* .
75582
75855
  */
75583
75856
  lineChartVisual?: pulumi.Input<inputs.quicksight.DashboardLineChartVisualArgs>;
75584
75857
  /**
75585
75858
  * A pie or donut chart.
75586
75859
  *
75587
- * For more information, see [Using pie charts](https://docs.aws.amazon.com/quicksight/latest/user/pie-chart.html) in the *Amazon QuickSight User Guide* .
75860
+ * 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* .
75588
75861
  */
75589
75862
  pieChartVisual?: pulumi.Input<inputs.quicksight.DashboardPieChartVisualArgs>;
75590
75863
  /**
75591
75864
  * A pivot table.
75592
75865
  *
75593
- * For more information, see [Using pivot tables](https://docs.aws.amazon.com/quicksight/latest/user/pivot-table.html) in the *Amazon QuickSight User Guide* .
75866
+ * 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* .
75594
75867
  */
75595
75868
  pivotTableVisual?: pulumi.Input<inputs.quicksight.DashboardPivotTableVisualArgs>;
75596
75869
  /**
@@ -75600,43 +75873,43 @@ export declare namespace quicksight {
75600
75873
  /**
75601
75874
  * A radar chart visual.
75602
75875
  *
75603
- * For more information, see [Using radar charts](https://docs.aws.amazon.com/quicksight/latest/user/radar-chart.html) in the *Amazon QuickSight User Guide* .
75876
+ * 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* .
75604
75877
  */
75605
75878
  radarChartVisual?: pulumi.Input<inputs.quicksight.DashboardRadarChartVisualArgs>;
75606
75879
  /**
75607
75880
  * A sankey diagram.
75608
75881
  *
75609
- * For more information, see [Using Sankey diagrams](https://docs.aws.amazon.com/quicksight/latest/user/sankey-diagram.html) in the *Amazon QuickSight User Guide* .
75882
+ * 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* .
75610
75883
  */
75611
75884
  sankeyDiagramVisual?: pulumi.Input<inputs.quicksight.DashboardSankeyDiagramVisualArgs>;
75612
75885
  /**
75613
75886
  * A scatter plot.
75614
75887
  *
75615
- * For more information, see [Using scatter plots](https://docs.aws.amazon.com/quicksight/latest/user/scatter-plot.html) in the *Amazon QuickSight User Guide* .
75888
+ * 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* .
75616
75889
  */
75617
75890
  scatterPlotVisual?: pulumi.Input<inputs.quicksight.DashboardScatterPlotVisualArgs>;
75618
75891
  /**
75619
75892
  * A table visual.
75620
75893
  *
75621
- * For more information, see [Using tables as visuals](https://docs.aws.amazon.com/quicksight/latest/user/tabular.html) in the *Amazon QuickSight User Guide* .
75894
+ * 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* .
75622
75895
  */
75623
75896
  tableVisual?: pulumi.Input<inputs.quicksight.DashboardTableVisualArgs>;
75624
75897
  /**
75625
75898
  * A tree map.
75626
75899
  *
75627
- * For more information, see [Using tree maps](https://docs.aws.amazon.com/quicksight/latest/user/tree-map.html) in the *Amazon QuickSight User Guide* .
75900
+ * 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* .
75628
75901
  */
75629
75902
  treeMapVisual?: pulumi.Input<inputs.quicksight.DashboardTreeMapVisualArgs>;
75630
75903
  /**
75631
75904
  * A waterfall chart.
75632
75905
  *
75633
- * For more information, see [Using waterfall charts](https://docs.aws.amazon.com/quicksight/latest/user/waterfall-chart.html) in the *Amazon QuickSight User Guide* .
75906
+ * 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* .
75634
75907
  */
75635
75908
  waterfallVisual?: pulumi.Input<inputs.quicksight.DashboardWaterfallVisualArgs>;
75636
75909
  /**
75637
75910
  * A word cloud.
75638
75911
  *
75639
- * For more information, see [Using word clouds](https://docs.aws.amazon.com/quicksight/latest/user/word-cloud.html) in the *Amazon QuickSight User Guide* .
75912
+ * 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* .
75640
75913
  */
75641
75914
  wordCloudVisual?: pulumi.Input<inputs.quicksight.DashboardWordCloudVisualArgs>;
75642
75915
  }
@@ -76856,9 +77129,9 @@ export declare namespace quicksight {
76856
77129
  */
76857
77130
  interface DataSourceAthenaParametersArgs {
76858
77131
  /**
76859
- * An optional parameter that configures IAM Identity Center authentication to grant Amazon QuickSight access to your workgroup.
77132
+ * An optional parameter that configures IAM Identity Center authentication to grant Quick Sight access to your workgroup.
76860
77133
  *
76861
- * This parameter can only be specified if your Amazon QuickSight account is configured with IAM Identity Center.
77134
+ * This parameter can only be specified if your Quick Sight account is configured with IAM Identity Center.
76862
77135
  */
76863
77136
  identityCenterConfiguration?: pulumi.Input<inputs.quicksight.DataSourceIdentityCenterConfigurationArgs>;
76864
77137
  /**
@@ -77248,13 +77521,13 @@ export declare namespace quicksight {
77248
77521
  */
77249
77522
  host?: pulumi.Input<string>;
77250
77523
  /**
77251
- * 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) .
77524
+ * 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) .
77252
77525
  */
77253
77526
  iamParameters?: pulumi.Input<inputs.quicksight.DataSourceRedshiftIamParametersArgs>;
77254
77527
  /**
77255
- * An optional parameter that configures IAM Identity Center authentication to grant Amazon QuickSight access to your cluster.
77528
+ * An optional parameter that configures IAM Identity Center authentication to grant Quick Sight access to your cluster.
77256
77529
  *
77257
- * This parameter can only be specified if your Amazon QuickSight account is configured with IAM Identity Center.
77530
+ * This parameter can only be specified if your Quick Sight account is configured with IAM Identity Center.
77258
77531
  */
77259
77532
  identityCenterConfiguration?: pulumi.Input<inputs.quicksight.DataSourceIdentityCenterConfigurationArgs>;
77260
77533
  /**
@@ -77295,7 +77568,7 @@ export declare namespace quicksight {
77295
77568
  */
77296
77569
  interface DataSourceS3ParametersArgs {
77297
77570
  /**
77298
- * Location of the Amazon S3 manifest file. This is NULL if the manifest file was uploaded into Amazon QuickSight.
77571
+ * Location of the Amazon S3 manifest file. This is NULL if the manifest file was uploaded into Quick Sight.
77299
77572
  */
77300
77573
  manifestFileLocation: pulumi.Input<inputs.quicksight.DataSourceManifestFileLocationArgs>;
77301
77574
  /**
@@ -77324,7 +77597,7 @@ export declare namespace quicksight {
77324
77597
  */
77325
77598
  host: pulumi.Input<string>;
77326
77599
  /**
77327
- * An object that contains information needed to create a data source connection between an Amazon QuickSight account and Snowflake.
77600
+ * An object that contains information needed to create a data source connection between an Quick Sight account and Snowflake.
77328
77601
  */
77329
77602
  oAuthParameters?: pulumi.Input<inputs.quicksight.DataSourceOAuthParametersArgs>;
77330
77603
  /**
@@ -77393,7 +77666,7 @@ export declare namespace quicksight {
77393
77666
  */
77394
77667
  host: pulumi.Input<string>;
77395
77668
  /**
77396
- * An object that contains information needed to create a data source connection between an Amazon QuickSight account and Starburst.
77669
+ * An object that contains information needed to create a data source connection between an Quick Sight account and Starburst.
77397
77670
  */
77398
77671
  oAuthParameters?: pulumi.Input<inputs.quicksight.DataSourceOAuthParametersArgs>;
77399
77672
  /**
@@ -78244,11 +78517,11 @@ export declare namespace quicksight {
78244
78517
  */
78245
78518
  customFilterConfiguration?: pulumi.Input<inputs.quicksight.TemplateCustomFilterConfigurationArgs>;
78246
78519
  /**
78247
- * A list of custom filter values. In the Amazon QuickSight console, this filter type is called a custom filter list.
78520
+ * A list of custom filter values. In the Quick Sight console, this filter type is called a custom filter list.
78248
78521
  */
78249
78522
  customFilterListConfiguration?: pulumi.Input<inputs.quicksight.TemplateCustomFilterListConfigurationArgs>;
78250
78523
  /**
78251
- * A list of filter configurations. In the Amazon QuickSight console, this filter type is called a filter list.
78524
+ * A list of filter configurations. In the Quick Sight console, this filter type is called a filter list.
78252
78525
  */
78253
78526
  filterListConfiguration?: pulumi.Input<inputs.quicksight.TemplateFilterListConfigurationArgs>;
78254
78527
  }
@@ -79594,7 +79867,7 @@ export declare namespace quicksight {
79594
79867
  }
79595
79868
  interface TemplateDonutCenterOptionsArgs {
79596
79869
  /**
79597
- * Determines the visibility of the label in a donut chart. In the Amazon QuickSight console, this option is called `'Show total'` .
79870
+ * Determines the visibility of the label in a donut chart. In the Quick Sight console, this option is called `'Show total'` .
79598
79871
  */
79599
79872
  labelVisibility?: any;
79600
79873
  }
@@ -79894,7 +80167,7 @@ export declare namespace quicksight {
79894
80167
  /**
79895
80168
  * A `CategoryFilter` filters text values.
79896
80169
  *
79897
- * 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* .
80170
+ * 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* .
79898
80171
  */
79899
80172
  categoryFilter?: pulumi.Input<inputs.quicksight.TemplateCategoryFilterArgs>;
79900
80173
  /**
@@ -80959,8 +81232,8 @@ export declare namespace quicksight {
80959
81232
  /**
80960
81233
  * This value determines the layout behavior when the viewport is resized.
80961
81234
  *
80962
- * - `FIXED` : A fixed width will be used when optimizing the layout. In the Amazon QuickSight console, this option is called `Classic` .
80963
- * - `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` .
81235
+ * - `FIXED` : A fixed width will be used when optimizing the layout. In the Quick Sight console, this option is called `Classic` .
81236
+ * - `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` .
80964
81237
  */
80965
81238
  resizeOption: pulumi.Input<enums.quicksight.TemplateResizeOption>;
80966
81239
  }
@@ -83991,7 +84264,7 @@ export declare namespace quicksight {
83991
84264
  /**
83992
84265
  * The list of filter controls that are on a sheet.
83993
84266
  *
83994
- * 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* .
84267
+ * 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* .
83995
84268
  */
83996
84269
  filterControls?: pulumi.Input<pulumi.Input<inputs.quicksight.TemplateFilterControlArgs>[]>;
83997
84270
  /**
@@ -84001,7 +84274,7 @@ export declare namespace quicksight {
84001
84274
  /**
84002
84275
  * Layouts define how the components of a sheet are arranged.
84003
84276
  *
84004
- * 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* .
84277
+ * 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* .
84005
84278
  */
84006
84279
  layouts?: pulumi.Input<pulumi.Input<inputs.quicksight.TemplateLayoutArgs>[]>;
84007
84280
  /**
@@ -84011,7 +84284,7 @@ export declare namespace quicksight {
84011
84284
  /**
84012
84285
  * The list of parameter controls that are on a sheet.
84013
84286
  *
84014
- * 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* .
84287
+ * 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* .
84015
84288
  */
84016
84289
  parameterControls?: pulumi.Input<pulumi.Input<inputs.quicksight.TemplateParameterControlArgs>[]>;
84017
84290
  /**
@@ -85277,7 +85550,7 @@ export declare namespace quicksight {
85277
85550
  /**
85278
85551
  * Filter definitions for a template.
85279
85552
  *
85280
- * For more information, see [Filtering Data](https://docs.aws.amazon.com/quicksight/latest/user/filtering-visual-data.html) in the *Amazon QuickSight User Guide* .
85553
+ * 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* .
85281
85554
  */
85282
85555
  filterGroups?: pulumi.Input<pulumi.Input<inputs.quicksight.TemplateFilterGroupArgs>[]>;
85283
85556
  /**
@@ -85289,7 +85562,7 @@ export declare namespace quicksight {
85289
85562
  *
85290
85563
  * *Parameters* are named variables that can transfer a value for use by an action or an object.
85291
85564
  *
85292
- * 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* .
85565
+ * 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* .
85293
85566
  */
85294
85567
  parameterDeclarations?: pulumi.Input<pulumi.Input<inputs.quicksight.TemplateParameterDeclarationArgs>[]>;
85295
85568
  queryExecutionOptions?: pulumi.Input<inputs.quicksight.TemplateQueryExecutionOptionsArgs>;
@@ -85308,25 +85581,25 @@ export declare namespace quicksight {
85308
85581
  /**
85309
85582
  * A bar chart.
85310
85583
  *
85311
- * For more information, see [Using bar charts](https://docs.aws.amazon.com/quicksight/latest/user/bar-charts.html) in the *Amazon QuickSight User Guide* .
85584
+ * 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* .
85312
85585
  */
85313
85586
  barChartVisual?: pulumi.Input<inputs.quicksight.TemplateBarChartVisualArgs>;
85314
85587
  /**
85315
85588
  * A box plot.
85316
85589
  *
85317
- * For more information, see [Using box plots](https://docs.aws.amazon.com/quicksight/latest/user/box-plots.html) in the *Amazon QuickSight User Guide* .
85590
+ * 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* .
85318
85591
  */
85319
85592
  boxPlotVisual?: pulumi.Input<inputs.quicksight.TemplateBoxPlotVisualArgs>;
85320
85593
  /**
85321
85594
  * A combo chart.
85322
85595
  *
85323
- * For more information, see [Using combo charts](https://docs.aws.amazon.com/quicksight/latest/user/combo-charts.html) in the *Amazon QuickSight User Guide* .
85596
+ * 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* .
85324
85597
  */
85325
85598
  comboChartVisual?: pulumi.Input<inputs.quicksight.TemplateComboChartVisualArgs>;
85326
85599
  /**
85327
85600
  * A visual that contains custom content.
85328
85601
  *
85329
- * 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* .
85602
+ * 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* .
85330
85603
  */
85331
85604
  customContentVisual?: pulumi.Input<inputs.quicksight.TemplateCustomContentVisualArgs>;
85332
85605
  /**
@@ -85336,67 +85609,67 @@ export declare namespace quicksight {
85336
85609
  /**
85337
85610
  * A filled map.
85338
85611
  *
85339
- * For more information, see [Creating filled maps](https://docs.aws.amazon.com/quicksight/latest/user/filled-maps.html) in the *Amazon QuickSight User Guide* .
85612
+ * 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* .
85340
85613
  */
85341
85614
  filledMapVisual?: pulumi.Input<inputs.quicksight.TemplateFilledMapVisualArgs>;
85342
85615
  /**
85343
85616
  * A funnel chart.
85344
85617
  *
85345
- * 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* .
85618
+ * 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* .
85346
85619
  */
85347
85620
  funnelChartVisual?: pulumi.Input<inputs.quicksight.TemplateFunnelChartVisualArgs>;
85348
85621
  /**
85349
85622
  * A gauge chart.
85350
85623
  *
85351
- * For more information, see [Using gauge charts](https://docs.aws.amazon.com/quicksight/latest/user/gauge-chart.html) in the *Amazon QuickSight User Guide* .
85624
+ * 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* .
85352
85625
  */
85353
85626
  gaugeChartVisual?: pulumi.Input<inputs.quicksight.TemplateGaugeChartVisualArgs>;
85354
85627
  /**
85355
85628
  * A geospatial map or a points on map visual.
85356
85629
  *
85357
- * For more information, see [Creating point maps](https://docs.aws.amazon.com/quicksight/latest/user/point-maps.html) in the *Amazon QuickSight User Guide* .
85630
+ * 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* .
85358
85631
  */
85359
85632
  geospatialMapVisual?: pulumi.Input<inputs.quicksight.TemplateGeospatialMapVisualArgs>;
85360
85633
  /**
85361
85634
  * A heat map.
85362
85635
  *
85363
- * For more information, see [Using heat maps](https://docs.aws.amazon.com/quicksight/latest/user/heat-map.html) in the *Amazon QuickSight User Guide* .
85636
+ * 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* .
85364
85637
  */
85365
85638
  heatMapVisual?: pulumi.Input<inputs.quicksight.TemplateHeatMapVisualArgs>;
85366
85639
  /**
85367
85640
  * A histogram.
85368
85641
  *
85369
- * For more information, see [Using histograms](https://docs.aws.amazon.com/quicksight/latest/user/histogram-charts.html) in the *Amazon QuickSight User Guide* .
85642
+ * For more information, see [Using histograms](https://docs.aws.amazon.com/quicksight/latest/user/histogram-charts.html) in the *Amazon Quick Suite User Guide* .
85370
85643
  */
85371
85644
  histogramVisual?: pulumi.Input<inputs.quicksight.TemplateHistogramVisualArgs>;
85372
85645
  /**
85373
85646
  * An insight visual.
85374
85647
  *
85375
- * For more information, see [Working with insights](https://docs.aws.amazon.com/quicksight/latest/user/computational-insights.html) in the *Amazon QuickSight User Guide* .
85648
+ * 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* .
85376
85649
  */
85377
85650
  insightVisual?: pulumi.Input<inputs.quicksight.TemplateInsightVisualArgs>;
85378
85651
  /**
85379
85652
  * A key performance indicator (KPI).
85380
85653
  *
85381
- * For more information, see [Using KPIs](https://docs.aws.amazon.com/quicksight/latest/user/kpi.html) in the *Amazon QuickSight User Guide* .
85654
+ * For more information, see [Using KPIs](https://docs.aws.amazon.com/quicksight/latest/user/kpi.html) in the *Amazon Quick Suite User Guide* .
85382
85655
  */
85383
85656
  kpiVisual?: pulumi.Input<inputs.quicksight.TemplateKpiVisualArgs>;
85384
85657
  /**
85385
85658
  * A line chart.
85386
85659
  *
85387
- * For more information, see [Using line charts](https://docs.aws.amazon.com/quicksight/latest/user/line-charts.html) in the *Amazon QuickSight User Guide* .
85660
+ * 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* .
85388
85661
  */
85389
85662
  lineChartVisual?: pulumi.Input<inputs.quicksight.TemplateLineChartVisualArgs>;
85390
85663
  /**
85391
85664
  * A pie or donut chart.
85392
85665
  *
85393
- * For more information, see [Using pie charts](https://docs.aws.amazon.com/quicksight/latest/user/pie-chart.html) in the *Amazon QuickSight User Guide* .
85666
+ * 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* .
85394
85667
  */
85395
85668
  pieChartVisual?: pulumi.Input<inputs.quicksight.TemplatePieChartVisualArgs>;
85396
85669
  /**
85397
85670
  * A pivot table.
85398
85671
  *
85399
- * For more information, see [Using pivot tables](https://docs.aws.amazon.com/quicksight/latest/user/pivot-table.html) in the *Amazon QuickSight User Guide* .
85672
+ * 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* .
85400
85673
  */
85401
85674
  pivotTableVisual?: pulumi.Input<inputs.quicksight.TemplatePivotTableVisualArgs>;
85402
85675
  /**
@@ -85406,43 +85679,43 @@ export declare namespace quicksight {
85406
85679
  /**
85407
85680
  * A radar chart visual.
85408
85681
  *
85409
- * For more information, see [Using radar charts](https://docs.aws.amazon.com/quicksight/latest/user/radar-chart.html) in the *Amazon QuickSight User Guide* .
85682
+ * 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* .
85410
85683
  */
85411
85684
  radarChartVisual?: pulumi.Input<inputs.quicksight.TemplateRadarChartVisualArgs>;
85412
85685
  /**
85413
85686
  * A sankey diagram.
85414
85687
  *
85415
- * For more information, see [Using Sankey diagrams](https://docs.aws.amazon.com/quicksight/latest/user/sankey-diagram.html) in the *Amazon QuickSight User Guide* .
85688
+ * 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* .
85416
85689
  */
85417
85690
  sankeyDiagramVisual?: pulumi.Input<inputs.quicksight.TemplateSankeyDiagramVisualArgs>;
85418
85691
  /**
85419
85692
  * A scatter plot.
85420
85693
  *
85421
- * For more information, see [Using scatter plots](https://docs.aws.amazon.com/quicksight/latest/user/scatter-plot.html) in the *Amazon QuickSight User Guide* .
85694
+ * 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* .
85422
85695
  */
85423
85696
  scatterPlotVisual?: pulumi.Input<inputs.quicksight.TemplateScatterPlotVisualArgs>;
85424
85697
  /**
85425
85698
  * A table visual.
85426
85699
  *
85427
- * For more information, see [Using tables as visuals](https://docs.aws.amazon.com/quicksight/latest/user/tabular.html) in the *Amazon QuickSight User Guide* .
85700
+ * 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* .
85428
85701
  */
85429
85702
  tableVisual?: pulumi.Input<inputs.quicksight.TemplateTableVisualArgs>;
85430
85703
  /**
85431
85704
  * A tree map.
85432
85705
  *
85433
- * For more information, see [Using tree maps](https://docs.aws.amazon.com/quicksight/latest/user/tree-map.html) in the *Amazon QuickSight User Guide* .
85706
+ * 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* .
85434
85707
  */
85435
85708
  treeMapVisual?: pulumi.Input<inputs.quicksight.TemplateTreeMapVisualArgs>;
85436
85709
  /**
85437
85710
  * A waterfall chart.
85438
85711
  *
85439
- * For more information, see [Using waterfall charts](https://docs.aws.amazon.com/quicksight/latest/user/waterfall-chart.html) in the *Amazon QuickSight User Guide* .
85712
+ * 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* .
85440
85713
  */
85441
85714
  waterfallVisual?: pulumi.Input<inputs.quicksight.TemplateWaterfallVisualArgs>;
85442
85715
  /**
85443
85716
  * A word cloud.
85444
85717
  *
85445
- * For more information, see [Using word clouds](https://docs.aws.amazon.com/quicksight/latest/user/word-cloud.html) in the *Amazon QuickSight User Guide* .
85718
+ * 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* .
85446
85719
  */
85447
85720
  wordCloudVisual?: pulumi.Input<inputs.quicksight.TemplateWordCloudVisualArgs>;
85448
85721
  }
@@ -88510,7 +88783,7 @@ export declare namespace s3 {
88510
88783
  tierings: pulumi.Input<pulumi.Input<inputs.s3.BucketTieringArgs>[]>;
88511
88784
  }
88512
88785
  /**
88513
- * 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*.
88786
+ * 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*.
88514
88787
  */
88515
88788
  interface BucketInventoryConfigurationArgs {
88516
88789
  /**
@@ -88542,9 +88815,12 @@ export declare namespace s3 {
88542
88815
  */
88543
88816
  scheduleFrequency: pulumi.Input<enums.s3.BucketInventoryConfigurationScheduleFrequency>;
88544
88817
  }
88818
+ /**
88819
+ * The inventory table configuration for an S3 Metadata configuration.
88820
+ */
88545
88821
  interface BucketInventoryTableConfigurationArgs {
88546
88822
  /**
88547
- * Specifies whether inventory table configuration is enabled or disabled.
88823
+ * The configuration state of the inventory table, indicating whether the inventory table is enabled or disabled.
88548
88824
  */
88549
88825
  configurationState: pulumi.Input<enums.s3.BucketInventoryTableConfigurationConfigurationState>;
88550
88826
  /**
@@ -88552,7 +88828,7 @@ export declare namespace s3 {
88552
88828
  */
88553
88829
  encryptionConfiguration?: pulumi.Input<inputs.s3.BucketMetadataTableEncryptionConfigurationArgs>;
88554
88830
  /**
88555
- * The ARN of the inventory table.
88831
+ * The Amazon Resource Name (ARN) for the inventory table.
88556
88832
  */
88557
88833
  tableArn?: pulumi.Input<string>;
88558
88834
  /**
@@ -88560,6 +88836,9 @@ export declare namespace s3 {
88560
88836
  */
88561
88837
  tableName?: pulumi.Input<string>;
88562
88838
  }
88839
+ /**
88840
+ * The journal table configuration for an S3 Metadata configuration.
88841
+ */
88563
88842
  interface BucketJournalTableConfigurationArgs {
88564
88843
  /**
88565
88844
  * The encryption configuration for the journal table.
@@ -88570,7 +88849,7 @@ export declare namespace s3 {
88570
88849
  */
88571
88850
  recordExpiration: pulumi.Input<inputs.s3.BucketRecordExpirationArgs>;
88572
88851
  /**
88573
- * The ARN of the journal table.
88852
+ * The Amazon Resource Name (ARN) for the journal table.
88574
88853
  */
88575
88854
  tableArn?: pulumi.Input<string>;
88576
88855
  /**
@@ -88631,36 +88910,44 @@ export declare namespace s3 {
88631
88910
  */
88632
88911
  targetObjectKeyFormat?: pulumi.Input<inputs.s3.BucketTargetObjectKeyFormatArgs>;
88633
88912
  }
88913
+ /**
88914
+ * 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*.
88915
+ */
88634
88916
  interface BucketMetadataConfigurationArgs {
88635
88917
  /**
88636
- * The destination information for the metadata configuration.
88918
+ * The destination information for the S3 Metadata configuration.
88637
88919
  */
88638
88920
  destination?: pulumi.Input<inputs.s3.BucketMetadataDestinationArgs>;
88639
88921
  /**
88640
- * The configuration for the inventory table.
88922
+ * The inventory table configuration for a metadata configuration.
88641
88923
  */
88642
88924
  inventoryTableConfiguration?: pulumi.Input<inputs.s3.BucketInventoryTableConfigurationArgs>;
88643
88925
  /**
88644
- * The configuration for the journal table.
88926
+ * The journal table configuration for a metadata configuration.
88645
88927
  */
88646
88928
  journalTableConfiguration: pulumi.Input<inputs.s3.BucketJournalTableConfigurationArgs>;
88647
88929
  }
88930
+ /**
88931
+ * The destination information for the S3 Metadata configuration.
88932
+ */
88648
88933
  interface BucketMetadataDestinationArgs {
88649
88934
  /**
88650
- * The ARN of the table bucket.
88935
+ * The Amazon Resource Name (ARN) of the table bucket where the metadata configuration is stored.
88651
88936
  */
88652
88937
  tableBucketArn?: pulumi.Input<string>;
88653
88938
  /**
88654
- * The type of the table bucket.
88939
+ * 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.
88655
88940
  */
88656
88941
  tableBucketType: pulumi.Input<enums.s3.BucketMetadataDestinationTableBucketType>;
88657
88942
  /**
88658
- * The namespace of the table.
88943
+ * The namespace in the table bucket where the metadata tables for a metadata configuration are stored.
88659
88944
  */
88660
88945
  tableNamespace?: pulumi.Input<string>;
88661
88946
  }
88662
88947
  /**
88663
- * 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).
88948
+ * 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.
88949
+ * 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.
88950
+ * 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*.
88664
88951
  */
88665
88952
  interface BucketMetadataTableConfigurationArgs {
88666
88953
  /**
@@ -88668,13 +88955,16 @@ export declare namespace s3 {
88668
88955
  */
88669
88956
  s3TablesDestination: pulumi.Input<inputs.s3.BucketS3TablesDestinationArgs>;
88670
88957
  }
88958
+ /**
88959
+ * The encryption settings for an S3 Metadata journal table or inventory table configuration.
88960
+ */
88671
88961
  interface BucketMetadataTableEncryptionConfigurationArgs {
88672
88962
  /**
88673
- * The ARN of the KMS key. Required if SseAlgorithm is aws:kms.
88963
+ * 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.
88674
88964
  */
88675
88965
  kmsKeyArn?: pulumi.Input<string>;
88676
88966
  /**
88677
- * Specifies the server-side encryption algorithm to use for encrypting tables.
88967
+ * 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.
88678
88968
  */
88679
88969
  sseAlgorithm: pulumi.Input<enums.s3.BucketMetadataTableEncryptionConfigurationSseAlgorithm>;
88680
88970
  }
@@ -88864,13 +89154,16 @@ export declare namespace s3 {
88864
89154
  */
88865
89155
  queue: pulumi.Input<string>;
88866
89156
  }
89157
+ /**
89158
+ * The journal table record expiration settings for a journal table in an S3 Metadata configuration.
89159
+ */
88867
89160
  interface BucketRecordExpirationArgs {
88868
89161
  /**
88869
- * The number of days after which records expire. Required if Expiration is ENABLED.
89162
+ * 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``.
88870
89163
  */
88871
89164
  days?: pulumi.Input<number>;
88872
89165
  /**
88873
- * Specifies whether record expiration is enabled or disabled.
89166
+ * Specifies whether journal table record expiration is enabled or disabled.
88874
89167
  */
88875
89168
  expiration: pulumi.Input<enums.s3.BucketRecordExpirationExpiration>;
88876
89169
  }
@@ -88969,6 +89262,7 @@ export declare namespace s3 {
88969
89262
  /**
88970
89263
  * 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.
88971
89264
  * 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*.
89265
+ * ``FSX_OPENZFS`` is not an accepted value when replicating objects.
88972
89266
  */
88973
89267
  storageClass?: pulumi.Input<enums.s3.BucketReplicationDestinationStorageClass>;
88974
89268
  }
@@ -89184,7 +89478,7 @@ export declare namespace s3 {
89184
89478
  rules: pulumi.Input<pulumi.Input<inputs.s3.BucketFilterRuleArgs>[]>;
89185
89479
  }
89186
89480
  /**
89187
- * 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.
89481
+ * 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.
89188
89482
  */
89189
89483
  interface BucketS3TablesDestinationArgs {
89190
89484
  /**
@@ -98604,7 +98898,7 @@ export declare namespace ssmquicksetup {
98604
98898
  * - `TargetRegions`
98605
98899
  *
98606
98900
  * - Description: (Required) A comma separated list of AWS Regions you want to deploy the configuration to.
98607
- * - **Default Host Management Configuration (Type: AWS QuickSetupType-DHMC)** - - `UpdateSSMAgent`
98901
+ * - **Default Host Management Configuration (Type: AWS QuickSetupType-DHMC)** - - `UpdateSsmAgent`
98608
98902
  *
98609
98903
  * - 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` ".
98610
98904
  * - `TargetOrganizationalUnits`
@@ -98670,7 +98964,7 @@ export declare namespace ssmquicksetup {
98670
98964
  * - `TargetRegions`
98671
98965
  *
98672
98966
  * - Description: (Required) A comma separated list of AWS Regions you want to deploy the configuration to.
98673
- * - **Host Management (Type: AWS QuickSetupType-SSMHostMgmt)** - - `UpdateSSMAgent`
98967
+ * - **Host Management (Type: AWS QuickSetupType-SSMHostMgmt)** - - `UpdateSsmAgent`
98674
98968
  *
98675
98969
  * - 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` ".
98676
98970
  * - `UpdateEc2LaunchAgent`