@pulumi/aws-native 1.19.0-alpha.1735319445 → 1.19.0-alpha.1735329117

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 (75) hide show
  1. package/appconfig/deployment.d.ts +111 -0
  2. package/appconfig/deployment.js +91 -0
  3. package/appconfig/deployment.js.map +1 -0
  4. package/appconfig/getDeployment.d.ts +43 -0
  5. package/appconfig/getDeployment.js +32 -0
  6. package/appconfig/getDeployment.js.map +1 -0
  7. package/appconfig/index.d.ts +6 -0
  8. package/appconfig/index.js +8 -1
  9. package/appconfig/index.js.map +1 -1
  10. package/bedrock/knowledgeBase.d.ts +2 -2
  11. package/bedrock/knowledgeBase.js +0 -3
  12. package/bedrock/knowledgeBase.js.map +1 -1
  13. package/cloudformation/stack.d.ts +2 -2
  14. package/datazone/dataSource.d.ts +2 -2
  15. package/ec2/getVpcEndpoint.d.ts +6 -0
  16. package/ec2/getVpcEndpoint.js.map +1 -1
  17. package/ec2/getVpcEndpointService.d.ts +5 -0
  18. package/ec2/getVpcEndpointService.js.map +1 -1
  19. package/ec2/launchTemplate.d.ts +2 -2
  20. package/ec2/vpcCidrBlock.d.ts +8 -0
  21. package/ec2/vpcCidrBlock.js +3 -1
  22. package/ec2/vpcCidrBlock.js.map +1 -1
  23. package/ec2/vpcEndpoint.d.ts +24 -0
  24. package/ec2/vpcEndpoint.js.map +1 -1
  25. package/ec2/vpcEndpointService.d.ts +10 -0
  26. package/ec2/vpcEndpointService.js +2 -0
  27. package/ec2/vpcEndpointService.js.map +1 -1
  28. package/ecs/getService.d.ts +1 -1
  29. package/ecs/service.d.ts +2 -2
  30. package/ecs/taskDefinition.d.ts +6 -0
  31. package/ecs/taskDefinition.js.map +1 -1
  32. package/eks/cluster.d.ts +6 -6
  33. package/eks/getCluster.d.ts +3 -3
  34. package/kendra/index_.d.ts +2 -2
  35. package/logs/getLogGroup.d.ts +7 -0
  36. package/logs/getLogGroup.js.map +1 -1
  37. package/logs/logGroup.d.ts +14 -0
  38. package/logs/logGroup.js.map +1 -1
  39. package/m2/environment.d.ts +6 -0
  40. package/m2/environment.js.map +1 -1
  41. package/package.json +3 -3
  42. package/package.json.dev +2 -2
  43. package/qbusiness/dataAccessor.d.ts +2 -2
  44. package/qbusiness/dataAccessor.js +3 -0
  45. package/qbusiness/dataAccessor.js.map +1 -1
  46. package/quicksight/customPermissions.d.ts +27 -0
  47. package/quicksight/customPermissions.js.map +1 -1
  48. package/quicksight/dataSet.d.ts +6 -0
  49. package/quicksight/dataSet.js.map +1 -1
  50. package/quicksight/getCustomPermissions.d.ts +21 -0
  51. package/quicksight/getCustomPermissions.js.map +1 -1
  52. package/quicksight/getDataSet.d.ts +3 -0
  53. package/quicksight/getDataSet.js.map +1 -1
  54. package/rds/dbCluster.d.ts +20 -18
  55. package/rds/dbCluster.js.map +1 -1
  56. package/rds/dbInstance.d.ts +5 -1
  57. package/rds/dbInstance.js +2 -2
  58. package/rds/dbInstance.js.map +1 -1
  59. package/rds/getDbCluster.d.ts +9 -8
  60. package/rds/getDbCluster.js.map +1 -1
  61. package/rds/getDbInstance.d.ts +0 -4
  62. package/rds/getDbInstance.js.map +1 -1
  63. package/types/enums/bedrock/index.d.ts +17 -0
  64. package/types/enums/bedrock/index.js +11 -1
  65. package/types/enums/bedrock/index.js.map +1 -1
  66. package/types/enums/ec2/index.d.ts +9 -0
  67. package/types/enums/ec2/index.js.map +1 -1
  68. package/types/enums/opensearchservice/index.d.ts +3 -0
  69. package/types/enums/opensearchservice/index.js.map +1 -1
  70. package/types/enums/quicksight/index.d.ts +0 -19
  71. package/types/enums/quicksight/index.js +4 -20
  72. package/types/enums/quicksight/index.js.map +1 -1
  73. package/types/input.d.ts +440 -149
  74. package/types/output.d.ts +440 -149
  75. package/types/output.js.map +1 -1
package/types/input.d.ts CHANGED
@@ -2259,6 +2259,20 @@ export declare namespace appconfig {
2259
2259
  */
2260
2260
  type?: pulumi.Input<string>;
2261
2261
  }
2262
+ interface DeploymentDynamicExtensionParametersArgs {
2263
+ /**
2264
+ * The ARN or ID of the extension for which you are inserting a dynamic parameter.
2265
+ */
2266
+ extensionReference?: pulumi.Input<string>;
2267
+ /**
2268
+ * The parameter name.
2269
+ */
2270
+ parameterName?: pulumi.Input<string>;
2271
+ /**
2272
+ * The parameter value.
2273
+ */
2274
+ parameterValue?: pulumi.Input<string>;
2275
+ }
2262
2276
  /**
2263
2277
  * Amazon CloudWatch alarm to monitor during the deployment process.
2264
2278
  */
@@ -9282,6 +9296,9 @@ export declare namespace bedrock {
9282
9296
  parameters?: pulumi.Input<{
9283
9297
  [key: string]: pulumi.Input<inputs.bedrock.AgentParameterDetailArgs>;
9284
9298
  }>;
9299
+ /**
9300
+ * Contains information if user confirmation is required to invoke the function.
9301
+ */
9285
9302
  requireConfirmation?: pulumi.Input<enums.bedrock.AgentRequireConfirmation>;
9286
9303
  }
9287
9304
  /**
@@ -9435,6 +9452,15 @@ export declare namespace bedrock {
9435
9452
  */
9436
9453
  copyFrom: pulumi.Input<string>;
9437
9454
  }
9455
+ /**
9456
+ * Settings for a Bedrock Data Automation used to parse documents for a data source.
9457
+ */
9458
+ interface DataSourceBedrockDataAutomationConfigurationArgs {
9459
+ /**
9460
+ * Specifies whether to enable parsing of multimodal data, including both text and/or images.
9461
+ */
9462
+ parsingModality?: pulumi.Input<enums.bedrock.DataSourceParsingModality>;
9463
+ }
9438
9464
  /**
9439
9465
  * Settings for a foundation model used to parse documents for a data source.
9440
9466
  */
@@ -9443,6 +9469,10 @@ export declare namespace bedrock {
9443
9469
  * The model's ARN.
9444
9470
  */
9445
9471
  modelArn: pulumi.Input<string>;
9472
+ /**
9473
+ * Specifies whether to enable parsing of multimodal data, including both text and/or images.
9474
+ */
9475
+ parsingModality?: pulumi.Input<enums.bedrock.DataSourceParsingModality>;
9446
9476
  /**
9447
9477
  * Instructions for interpreting the contents of a document.
9448
9478
  */
@@ -9628,6 +9658,10 @@ export declare namespace bedrock {
9628
9658
  * Settings for parsing document contents
9629
9659
  */
9630
9660
  interface DataSourceParsingConfigurationArgs {
9661
+ /**
9662
+ * If you specify `BEDROCK_DATA_AUTOMATION` as the parsing strategy for ingesting your data source, use this object to modify configurations for using the Amazon Bedrock Data Automation parser.
9663
+ */
9664
+ bedrockDataAutomationConfiguration?: pulumi.Input<inputs.bedrock.DataSourceBedrockDataAutomationConfigurationArgs>;
9631
9665
  /**
9632
9666
  * If you specify `BEDROCK_FOUNDATION_MODEL` as the parsing strategy for ingesting your data source, use this object to modify configurations for using a foundation model to parse documents.
9633
9667
  */
@@ -10676,6 +10710,10 @@ export declare namespace bedrock {
10676
10710
  * Contains details about the embeddings model used for the knowledge base.
10677
10711
  */
10678
10712
  interface KnowledgeBaseConfigurationArgs {
10713
+ /**
10714
+ * Settings for an Amazon Kendra knowledge base.
10715
+ */
10716
+ kendraKnowledgeBaseConfiguration?: pulumi.Input<inputs.bedrock.KnowledgeBaseKendraKnowledgeBaseConfigurationArgs>;
10679
10717
  /**
10680
10718
  * The type of data that the data source is converted into for the knowledge base.
10681
10719
  */
@@ -10683,7 +10721,7 @@ export declare namespace bedrock {
10683
10721
  /**
10684
10722
  * Contains details about the model that's used to convert the data source into vector embeddings.
10685
10723
  */
10686
- vectorKnowledgeBaseConfiguration: pulumi.Input<inputs.bedrock.KnowledgeBaseVectorKnowledgeBaseConfigurationArgs>;
10724
+ vectorKnowledgeBaseConfiguration?: pulumi.Input<inputs.bedrock.KnowledgeBaseVectorKnowledgeBaseConfigurationArgs>;
10687
10725
  }
10688
10726
  /**
10689
10727
  * The embeddings model configuration details for the vector model used in Knowledge Base.
@@ -10694,6 +10732,15 @@ export declare namespace bedrock {
10694
10732
  */
10695
10733
  bedrockEmbeddingModelConfiguration?: pulumi.Input<inputs.bedrock.KnowledgeBaseBedrockEmbeddingModelConfigurationArgs>;
10696
10734
  }
10735
+ /**
10736
+ * Configurations for a Kendra knowledge base
10737
+ */
10738
+ interface KnowledgeBaseKendraKnowledgeBaseConfigurationArgs {
10739
+ /**
10740
+ * The ARN of the Amazon Kendra index.
10741
+ */
10742
+ kendraIndexArn: pulumi.Input<string>;
10743
+ }
10697
10744
  /**
10698
10745
  * Contains the storage configuration of the knowledge base in MongoDb Atlas Cloud.
10699
10746
  */
@@ -10858,6 +10905,15 @@ export declare namespace bedrock {
10858
10905
  */
10859
10906
  vectorField: pulumi.Input<string>;
10860
10907
  }
10908
+ /**
10909
+ * An Amazon S3 location.
10910
+ */
10911
+ interface KnowledgeBaseS3LocationArgs {
10912
+ /**
10913
+ * The location's URI
10914
+ */
10915
+ uri: pulumi.Input<string>;
10916
+ }
10861
10917
  /**
10862
10918
  * The vector store service in which the knowledge base is stored.
10863
10919
  */
@@ -10883,6 +10939,19 @@ export declare namespace bedrock {
10883
10939
  */
10884
10940
  type: pulumi.Input<enums.bedrock.KnowledgeBaseStorageType>;
10885
10941
  }
10942
+ /**
10943
+ * Configurations for supplemental data storage.
10944
+ */
10945
+ interface KnowledgeBaseSupplementalDataStorageConfigurationArgs {
10946
+ supplementalDataStorageLocations: pulumi.Input<pulumi.Input<inputs.bedrock.KnowledgeBaseSupplementalDataStorageLocationArgs>[]>;
10947
+ }
10948
+ /**
10949
+ * Supplemental data storage location.
10950
+ */
10951
+ interface KnowledgeBaseSupplementalDataStorageLocationArgs {
10952
+ s3Location?: pulumi.Input<inputs.bedrock.KnowledgeBaseS3LocationArgs>;
10953
+ supplementalDataStorageLocationType: pulumi.Input<enums.bedrock.KnowledgeBaseSupplementalDataStorageLocationType>;
10954
+ }
10886
10955
  /**
10887
10956
  * Contains details about the model used to create vector embeddings for the knowledge base.
10888
10957
  */
@@ -10895,6 +10964,10 @@ export declare namespace bedrock {
10895
10964
  * The embeddings model configuration details for the vector model used in Knowledge Base.
10896
10965
  */
10897
10966
  embeddingModelConfiguration?: pulumi.Input<inputs.bedrock.KnowledgeBaseEmbeddingModelConfigurationArgs>;
10967
+ /**
10968
+ * If you include multimodal data from your data source, use this object to specify configurations for the storage location of the images extracted from your documents. These images can be retrieved and returned to the end user. They can also be used in generation when using [RetrieveAndGenerate](https://docs.aws.amazon.com/bedrock/latest/APIReference/API_agent-runtime_RetrieveAndGenerate.html) .
10969
+ */
10970
+ supplementalDataStorageConfiguration?: pulumi.Input<inputs.bedrock.KnowledgeBaseSupplementalDataStorageConfigurationArgs>;
10898
10971
  }
10899
10972
  /**
10900
10973
  * Target Agent to invoke with Prompt
@@ -11110,6 +11183,9 @@ export declare namespace bedrock {
11110
11183
  * Prompt variant
11111
11184
  */
11112
11185
  interface PromptVariantArgs {
11186
+ /**
11187
+ * Specifies a generative AI resource with which to use the prompt.
11188
+ */
11113
11189
  genAiResource?: pulumi.Input<inputs.bedrock.PromptGenAiResourcePropertiesArgs>;
11114
11190
  /**
11115
11191
  * Contains inference configurations for the prompt variant.
@@ -11392,7 +11468,13 @@ export declare namespace cassandra {
11392
11468
  targetValue: pulumi.Input<number>;
11393
11469
  }
11394
11470
  interface TypeFieldArgs {
11471
+ /**
11472
+ * The name of the field.
11473
+ */
11395
11474
  fieldName: pulumi.Input<string>;
11475
+ /**
11476
+ * The data type of the field. This can be any Cassandra data type or another user-defined type.
11477
+ */
11396
11478
  fieldType: pulumi.Input<string>;
11397
11479
  }
11398
11480
  }
@@ -12479,6 +12561,10 @@ export declare namespace cloudfront {
12479
12561
  * A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.
12480
12562
  */
12481
12563
  aliases?: pulumi.Input<pulumi.Input<string>[]>;
12564
+ /**
12565
+ * ID of the Anycast static IP list that is associated with the distribution.
12566
+ */
12567
+ anycastIpListId?: pulumi.Input<string>;
12482
12568
  /**
12483
12569
  * A complex type that contains zero or more ``CacheBehavior`` elements.
12484
12570
  */
@@ -12514,12 +12600,12 @@ export declare namespace cloudfront {
12514
12600
  */
12515
12601
  defaultCacheBehavior: pulumi.Input<inputs.cloudfront.DistributionDefaultCacheBehaviorArgs>;
12516
12602
  /**
12517
- * The object that you want CloudFront to request from your origin (for example, ``index.html``) when a viewer requests the root URL for your distribution (``https://www.example.com``) instead of an object in your distribution (``https://www.example.com/product-description.html``). Specifying a default root object avoids exposing the contents of your distribution.
12518
- * Specify only the object name, for example, ``index.html``. Don't add a ``/`` before the object name.
12603
+ * When a viewer requests the root URL for your distribution, the default root object is the object that you want CloudFront to request from your origin. For example, if your root URL is ``https://www.example.com``, you can specify CloudFront to return the ``index.html`` file as the default root object. You can specify a default root object so that viewers see a specific file or object, instead of another object in your distribution (for example, ``https://www.example.com/product-description.html``). A default root object avoids exposing the contents of your distribution.
12604
+ * You can specify the object name or a path to the object name (for example, ``index.html`` or ``exampleFolderName/index.html``). Your string can't begin with a forward slash (``/``). Only specify the object name or the path to the object.
12519
12605
  * If you don't want to specify a default root object when you create a distribution, include an empty ``DefaultRootObject`` element.
12520
12606
  * To delete the default root object from an existing distribution, update the distribution configuration and include an empty ``DefaultRootObject`` element.
12521
12607
  * To replace the default root object, update the distribution configuration and specify the new object.
12522
- * For more information about the default root object, see [Creating a Default Root Object](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/DefaultRootObject.html) in the *Amazon CloudFront Developer Guide*.
12608
+ * For more information about the default root object, see [Specify a default root object](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/DefaultRootObject.html) in the *Amazon CloudFront Developer Guide*.
12523
12609
  */
12524
12610
  defaultRootObject?: pulumi.Input<string>;
12525
12611
  /**
@@ -12662,7 +12748,7 @@ export declare namespace cloudfront {
12662
12748
  httpsPort?: pulumi.Input<number>;
12663
12749
  /**
12664
12750
  * Specifies how long, in seconds, CloudFront persists its connection to the origin. The minimum timeout is 1 second, the maximum is 60 seconds, and the default (if you don't specify otherwise) is 5 seconds.
12665
- * For more information, see [Origin Keep-alive Timeout](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html#DownloadDistValuesOriginKeepaliveTimeout) in the *Amazon CloudFront Developer Guide*.
12751
+ * For more information, see [Keep-alive timeout (custom origins only)](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html#DownloadDistValuesOriginKeepaliveTimeout) in the *Amazon CloudFront Developer Guide*.
12666
12752
  */
12667
12753
  originKeepaliveTimeout?: pulumi.Input<number>;
12668
12754
  /**
@@ -12674,7 +12760,7 @@ export declare namespace cloudfront {
12674
12760
  originProtocolPolicy: pulumi.Input<string>;
12675
12761
  /**
12676
12762
  * Specifies how long, in seconds, CloudFront waits for a response from the origin. This is also known as the *origin response timeout*. The minimum timeout is 1 second, the maximum is 60 seconds, and the default (if you don't specify otherwise) is 30 seconds.
12677
- * For more information, see [Origin Response Timeout](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html#DownloadDistValuesOriginResponseTimeout) in the *Amazon CloudFront Developer Guide*.
12763
+ * For more information, see [Response timeout (custom origins only)](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html#DownloadDistValuesOriginResponseTimeout) in the *Amazon CloudFront Developer Guide*.
12678
12764
  */
12679
12765
  originReadTimeout?: pulumi.Input<number>;
12680
12766
  /**
@@ -12867,6 +12953,11 @@ export declare namespace cloudfront {
12867
12953
  */
12868
12954
  restrictionType: pulumi.Input<string>;
12869
12955
  }
12956
+ /**
12957
+ * Amazon CloudFront supports gRPC, an open-source remote procedure call (RPC) framework built on HTTP/2. gRPC offers bi-directional streaming and binary protocol that buffers payloads, making it suitable for applications that require low latency communications.
12958
+ * To enable your distribution to handle gRPC requests, you must include HTTP/2 as one of the supported ``HTTP`` versions and allow ``HTTP`` methods, including ``POST``.
12959
+ * For more information, see [Using gRPC with CloudFront distributions](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-using-grpc.html) in the *Amazon CloudFront Developer Guide*.
12960
+ */
12870
12961
  interface DistributionGrpcConfigArgs {
12871
12962
  /**
12872
12963
  * Enables your CloudFront distribution to receive gRPC requests and to proxy them directly to your origins.
@@ -12938,11 +13029,12 @@ export declare namespace cloudfront {
12938
13029
  originAccessIdentity?: pulumi.Input<string>;
12939
13030
  }
12940
13031
  /**
12941
- * A complex type that controls whether access logs are written for the distribution.
13032
+ * A complex type that specifies whether access logs are written for the distribution.
13033
+ * If you already enabled standard logging (legacy) and you want to enable standard logging (v2) to send your access logs to Amazon S3, we recommend that you specify a *different* Amazon S3 bucket or use a *separate path* in the same bucket (for example, use a log prefix or partitioning). This helps you keep track of which log files are associated with which logging subscription and prevents log files from overwriting each other. For more information, see [Standard logging (access logs)](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/AccessLogs.html) in the *Amazon CloudFront Developer Guide*.
12942
13034
  */
12943
13035
  interface DistributionLoggingArgs {
12944
13036
  /**
12945
- * The Amazon S3 bucket to store the access logs in, for example, ``myawslogbucket.s3.amazonaws.com``.
13037
+ * The Amazon S3 bucket to store the access logs in, for example, ``amzn-s3-demo-bucket.s3.amazonaws.com``.
12946
13038
  */
12947
13039
  bucket?: pulumi.Input<string>;
12948
13040
  /**
@@ -13033,7 +13125,8 @@ export declare namespace cloudfront {
13033
13125
  headerValue: pulumi.Input<string>;
13034
13126
  }
13035
13127
  /**
13036
- * An origin group includes two origins (a primary origin and a second origin to failover to) and a failover criteria that you specify. You create an origin group to support origin failover in CloudFront. When you create or update a distribution, you can specify the origin group instead of a single origin, and CloudFront will failover from the primary origin to the second origin under the failover conditions that you've chosen.
13128
+ * An origin group includes two origins (a primary origin and a secondary origin to failover to) and a failover criteria that you specify. You create an origin group to support origin failover in CloudFront. When you create or update a distribution, you can specify the origin group instead of a single origin, and CloudFront will failover from the primary origin to the secondary origin under the failover conditions that you've chosen.
13129
+ * Optionally, you can choose selection criteria for your origin group to specify how your origins are selected when your distribution routes viewer requests.
13037
13130
  */
13038
13131
  interface DistributionOriginGroupArgs {
13039
13132
  /**
@@ -13049,7 +13142,7 @@ export declare namespace cloudfront {
13049
13142
  */
13050
13143
  members: pulumi.Input<inputs.cloudfront.DistributionOriginGroupMembersArgs>;
13051
13144
  /**
13052
- * The selection criteria for the origin group. For more information, see [Create an origin group](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/high_availability_origin_failover.html#concept_origin_groups.creating) in the *Amazon CloudFront Developer Guide* .
13145
+ * The selection criteria for the origin group. For more information, see [Create an origin group](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/high_availability_origin_failover.html#concept_origin_groups.creating) in the *Amazon CloudFront Developer Guide*.
13053
13146
  */
13054
13147
  selectionCriteria?: pulumi.Input<enums.cloudfront.DistributionOriginGroupSelectionCriteria>;
13055
13148
  }
@@ -18235,6 +18328,9 @@ export declare namespace databrew {
18235
18328
  * The Amazon S3 bucket name.
18236
18329
  */
18237
18330
  bucket: pulumi.Input<string>;
18331
+ /**
18332
+ * The AWS account ID of the bucket owner.
18333
+ */
18238
18334
  bucketOwner?: pulumi.Input<string>;
18239
18335
  /**
18240
18336
  * The unique name of the object in the bucket.
@@ -19278,17 +19374,23 @@ export declare namespace datasync {
19278
19374
  }
19279
19375
  export declare namespace datazone {
19280
19376
  /**
19281
- * Specifies the configuration of the data source. It can be set to either glueRunConfiguration or redshiftRunConfiguration.
19377
+ * Specifies the configuration of the data source. It can be set to either glueRunConfiguration or redshiftRunConfiguration or sageMakerRunConfiguration.
19282
19378
  */
19283
19379
  interface DataSourceConfigurationInput0PropertiesArgs {
19284
19380
  glueRunConfiguration?: pulumi.Input<inputs.datazone.DataSourceGlueRunConfigurationInputArgs>;
19285
19381
  }
19286
19382
  /**
19287
- * Specifies the configuration of the data source. It can be set to either glueRunConfiguration or redshiftRunConfiguration.
19383
+ * Specifies the configuration of the data source. It can be set to either glueRunConfiguration or redshiftRunConfiguration or sageMakerRunConfiguration.
19288
19384
  */
19289
19385
  interface DataSourceConfigurationInput1PropertiesArgs {
19290
19386
  redshiftRunConfiguration?: pulumi.Input<inputs.datazone.DataSourceRedshiftRunConfigurationInputArgs>;
19291
19387
  }
19388
+ /**
19389
+ * Specifies the configuration of the data source. It can be set to either glueRunConfiguration or redshiftRunConfiguration or sageMakerRunConfiguration.
19390
+ */
19391
+ interface DataSourceConfigurationInput2PropertiesArgs {
19392
+ sageMakerRunConfiguration?: pulumi.Input<inputs.datazone.DataSourceSageMakerRunConfigurationInputArgs>;
19393
+ }
19292
19394
  /**
19293
19395
  * The search filter expression.
19294
19396
  */
@@ -19414,6 +19516,17 @@ export declare namespace datazone {
19414
19516
  */
19415
19517
  schemaName?: pulumi.Input<string>;
19416
19518
  }
19519
+ /**
19520
+ * The configuration details of the Amazon SageMaker data source.
19521
+ */
19522
+ interface DataSourceSageMakerRunConfigurationInputArgs {
19523
+ /**
19524
+ * The tracking assets of the Amazon SageMaker run.
19525
+ */
19526
+ trackingAssets: pulumi.Input<{
19527
+ [key: string]: any;
19528
+ }>;
19529
+ }
19417
19530
  /**
19418
19531
  * The schedule of the data source runs.
19419
19532
  */
@@ -20813,6 +20926,9 @@ export declare namespace ec2 {
20813
20926
  min?: pulumi.Input<number>;
20814
20927
  }
20815
20928
  interface Ec2FleetBaselinePerformanceFactorsRequestArgs {
20929
+ /**
20930
+ * The CPU performance to consider, using an instance family as the baseline reference.
20931
+ */
20816
20932
  cpu?: pulumi.Input<inputs.ec2.Ec2FleetCpuPerformanceFactorRequestArgs>;
20817
20933
  }
20818
20934
  interface Ec2FleetCapacityRebalanceArgs {
@@ -20846,6 +20962,11 @@ export declare namespace ec2 {
20846
20962
  usageStrategy?: pulumi.Input<enums.ec2.Ec2FleetCapacityReservationOptionsRequestUsageStrategy>;
20847
20963
  }
20848
20964
  interface Ec2FleetCpuPerformanceFactorRequestArgs {
20965
+ /**
20966
+ * Specify an instance family to use as the baseline reference for CPU performance. All instance types that match your specified attributes will be compared against the CPU performance of the referenced instance family, regardless of CPU manufacturer or architecture differences.
20967
+ *
20968
+ * > Currently, only one instance family can be specified in the list.
20969
+ */
20849
20970
  references?: pulumi.Input<pulumi.Input<inputs.ec2.Ec2FleetPerformanceFactorReferenceRequestArgs>[]>;
20850
20971
  }
20851
20972
  interface Ec2FleetFleetLaunchTemplateConfigRequestArgs {
@@ -21017,6 +21138,9 @@ export declare namespace ec2 {
21017
21138
  * Default: No minimum or maximum limits
21018
21139
  */
21019
21140
  baselineEbsBandwidthMbps?: pulumi.Input<inputs.ec2.Ec2FleetBaselineEbsBandwidthMbpsRequestArgs>;
21141
+ /**
21142
+ * The baseline performance to consider, using an instance family as a baseline reference. The instance family establishes the lowest acceptable level of performance. Amazon EC2 uses this baseline to guide instance type selection, but there is no guarantee that the selected instance types will always exceed the baseline for every application. Currently, this parameter only supports CPU performance as a baseline performance factor. For more information, see [Performance protection](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-fleet-attribute-based-instance-type-selection.html#ec2fleet-abis-performance-protection) in the *Amazon EC2 User Guide* .
21143
+ */
21020
21144
  baselinePerformanceFactors?: pulumi.Input<inputs.ec2.Ec2FleetBaselinePerformanceFactorsRequestArgs>;
21021
21145
  /**
21022
21146
  * Indicates whether burstable performance T instance types are included, excluded, or required. For more information, see [Burstable performance instances](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/burstable-performance-instances.html) .
@@ -21252,6 +21376,26 @@ export declare namespace ec2 {
21252
21376
  singleInstanceType?: pulumi.Input<boolean>;
21253
21377
  }
21254
21378
  interface Ec2FleetPerformanceFactorReferenceRequestArgs {
21379
+ /**
21380
+ * The instance family to use as a baseline reference.
21381
+ *
21382
+ * > Ensure that you specify the correct value for the instance family. The instance family is everything before the period ( `.` ) in the instance type name. For example, in the instance type `c6i.large` , the instance family is `c6i` , not `c6` . For more information, see [Amazon EC2 instance type naming conventions](https://docs.aws.amazon.com/ec2/latest/instancetypes/instance-type-names.html) in *Amazon EC2 Instance Types* .
21383
+ *
21384
+ * The following instance families are *not supported* for performance protection:
21385
+ *
21386
+ * - `c1`
21387
+ * - `g3` | `g3s`
21388
+ * - `hpc7g`
21389
+ * - `m1` | `m2`
21390
+ * - `mac1` | `mac2` | `mac2-m1ultra` | `mac2-m2` | `mac2-m2pro`
21391
+ * - `p3dn` | `p4d` | `p5`
21392
+ * - `t1`
21393
+ * - `u-12tb1` | `u-18tb1` | `u-24tb1` | `u-3tb1` | `u-6tb1` | `u-9tb1` | `u7i-12tb` | `u7in-16tb` | `u7in-24tb` | `u7in-32tb`
21394
+ *
21395
+ * If you enable performance protection by specifying a supported instance family, the returned instance types will exclude the above unsupported instance families.
21396
+ *
21397
+ * If you specify an unsupported instance family as a value for baseline performance, the API returns an empty response response for [GetInstanceTypesFromInstanceRequirements](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_GetInstanceTypesFromInstanceRequirements.html) and an exception for [CreateFleet](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateFleet.html) , [RequestSpotFleet](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RequestSpotFleet.html) , [ModifyFleet](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ModifyFleet.html) , and [ModifySpotFleetRequest](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ModifySpotFleetRequest.html) .
21398
+ */
21255
21399
  instanceFamily?: pulumi.Input<string>;
21256
21400
  }
21257
21401
  interface Ec2FleetPlacementArgs {
@@ -21748,6 +21892,10 @@ export declare namespace ec2 {
21748
21892
  */
21749
21893
  min?: pulumi.Input<number>;
21750
21894
  }
21895
+ /**
21896
+ * The baseline performance to consider, using an instance family as a baseline reference. The instance family establishes the lowest acceptable level of performance. Amazon EC2 uses this baseline to guide instance type selection, but there is no guarantee that the selected instance types will always exceed the baseline for every application.
21897
+ * Currently, this parameter only supports CPU performance as a baseline performance factor. For example, specifying ``c6i`` would use the CPU performance of the ``c6i`` family as the baseline reference.
21898
+ */
21751
21899
  interface LaunchTemplateBaselinePerformanceFactorsArgs {
21752
21900
  /**
21753
21901
  * The CPU performance to consider, using an instance family as the baseline reference.
@@ -21783,7 +21931,8 @@ export declare namespace ec2 {
21783
21931
  interface LaunchTemplateCapacityReservationSpecificationArgs {
21784
21932
  /**
21785
21933
  * Indicates the instance's Capacity Reservation preferences. Possible preferences include:
21786
- * + ``open`` - The instance can run in any ``open`` Capacity Reservation that has matching attributes (instance type, platform, Availability Zone).
21934
+ * + ``capacity-reservations-only`` - The instance will only run in a Capacity Reservation or Capacity Reservation group. If capacity isn't available, the instance will fail to launch.
21935
+ * + ``open`` - The instance can run in any ``open`` Capacity Reservation that has matching attributes (instance type, platform, Availability Zone, tenancy).
21787
21936
  * + ``none`` - The instance avoids running in a Capacity Reservation even if one is available. The instance runs in On-Demand capacity.
21788
21937
  */
21789
21938
  capacityReservationPreference?: pulumi.Input<string>;
@@ -21823,6 +21972,9 @@ export declare namespace ec2 {
21823
21972
  */
21824
21973
  udpTimeout?: pulumi.Input<number>;
21825
21974
  }
21975
+ /**
21976
+ * Specifies the CPU performance to consider when using an instance family as the baseline reference.
21977
+ */
21826
21978
  interface LaunchTemplateCpuArgs {
21827
21979
  /**
21828
21980
  * The instance family to use as the baseline reference for CPU performance. All instance types that match your specified attributes are compared against the CPU performance of the referenced instance family, regardless of CPU manufacturer or architecture differences.
@@ -21897,7 +22049,8 @@ export declare namespace ec2 {
21897
22049
  */
21898
22050
  elasticGpuSpecifications?: pulumi.Input<pulumi.Input<inputs.ec2.LaunchTemplateElasticGpuSpecificationArgs>[]>;
21899
22051
  /**
21900
- * An elastic inference accelerator to associate with the instance. Elastic inference accelerators are a resource you can attach to your Amazon EC2 instances to accelerate your Deep Learning (DL) inference workloads.
22052
+ * Amazon Elastic Inference is no longer available.
22053
+ * An elastic inference accelerator to associate with the instance. Elastic inference accelerators are a resource you can attach to your Amazon EC2 instances to accelerate your Deep Learning (DL) inference workloads.
21901
22054
  * You cannot specify accelerators from different generations in the same request.
21902
22055
  * Starting April 15, 2023, AWS will not onboard new customers to Amazon Elastic Inference (EI), and will help current customers migrate their workloads to options that offer better price and performance. After April 15, 2023, new customers will not be able to launch instances with Amazon EI accelerators in Amazon SageMaker, Amazon ECS, or Amazon EC2. However, customers who have used Amazon EI at least once during the past 30-day period are considered current customers and will be able to continue using the service.
21903
22056
  */
@@ -21945,7 +22098,7 @@ export declare namespace ec2 {
21945
22098
  *
21946
22099
  * If you specify ``InstanceRequirements``, you can't specify ``InstanceType``.
21947
22100
  * Attribute-based instance type selection is only supported when using Auto Scaling groups, EC2 Fleet, and Spot Fleet to launch instances. If you plan to use the launch template in the [launch instance wizard](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-launch-instance-wizard.html), or with the [RunInstances](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RunInstances.html) API or [AWS::EC2::Instance](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html) AWS CloudFormation resource, you can't specify ``InstanceRequirements``.
21948
- * For more information, see [Attribute-based instance type selection for EC2 Fleet](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-fleet-attribute-based-instance-type-selection.html), [Attribute-based instance type selection for Spot Fleet](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-fleet-attribute-based-instance-type-selection.html), and [Spot placement score](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-placement-score.html) in the *Amazon EC2 User Guide*.
22101
+ * For more information, see [Specify attributes for instance type selection for EC2 Fleet or Spot Fleet](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-fleet-attribute-based-instance-type-selection.html) and [Spot placement score](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-placement-score.html) in the *Amazon EC2 User Guide*.
21949
22102
  */
21950
22103
  instanceRequirements?: pulumi.Input<inputs.ec2.LaunchTemplateInstanceRequirementsArgs>;
21951
22104
  /**
@@ -22008,8 +22161,7 @@ export declare namespace ec2 {
22008
22161
  */
22009
22162
  securityGroups?: pulumi.Input<pulumi.Input<string>[]>;
22010
22163
  /**
22011
- * The tags to apply to the resources that are created during instance launch.
22012
- * To tag a resource after it has been created, see [CreateTags](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateTags.html).
22164
+ * The tags to apply to resources that are created during instance launch.
22013
22165
  * To tag the launch template itself, use [TagSpecifications](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html#cfn-ec2-launchtemplate-tagspecifications).
22014
22166
  */
22015
22167
  tagSpecifications?: pulumi.Input<pulumi.Input<inputs.ec2.TagSpecificationArgs>[]>;
@@ -22044,7 +22196,7 @@ export declare namespace ec2 {
22044
22196
  */
22045
22197
  iops?: pulumi.Input<number>;
22046
22198
  /**
22047
- * The ARN of the symmetric KMSlong (KMS) CMK used for encryption.
22199
+ * Identifier (key ID, key alias, key ARN, or alias ARN) of the customer managed KMS key to use for EBS encryption.
22048
22200
  */
22049
22201
  kmsKeyId?: pulumi.Input<string>;
22050
22202
  /**
@@ -22178,7 +22330,7 @@ export declare namespace ec2 {
22178
22330
  *
22179
22331
  * If you specify ``InstanceRequirements``, you can't specify ``InstanceType``.
22180
22332
  * Attribute-based instance type selection is only supported when using Auto Scaling groups, EC2 Fleet, and Spot Fleet to launch instances. If you plan to use the launch template in the [launch instance wizard](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-launch-instance-wizard.html), or with the [RunInstances](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RunInstances.html) API or [AWS::EC2::Instance](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html) AWS CloudFormation resource, you can't specify ``InstanceRequirements``.
22181
- * For more information, see [Attribute-based instance type selection for EC2 Fleet](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-fleet-attribute-based-instance-type-selection.html), [Attribute-based instance type selection for Spot Fleet](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-fleet-attribute-based-instance-type-selection.html), and [Spot placement score](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-placement-score.html) in the *Amazon EC2 User Guide*.
22333
+ * For more information, see [Specify attributes for instance type selection for EC2 Fleet or Spot Fleet](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-fleet-attribute-based-instance-type-selection.html) and [Spot placement score](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-placement-score.html) in the *Amazon EC2 User Guide*.
22182
22334
  */
22183
22335
  interface LaunchTemplateInstanceRequirementsArgs {
22184
22336
  /**
@@ -22225,7 +22377,6 @@ export declare namespace ec2 {
22225
22377
  * The accelerator types that must be on the instance type.
22226
22378
  * + For instance types with GPU accelerators, specify ``gpu``.
22227
22379
  * + For instance types with FPGA accelerators, specify ``fpga``.
22228
- * + For instance types with inference accelerators, specify ``inference``.
22229
22380
  *
22230
22381
  * Default: Any accelerator type
22231
22382
  */
@@ -22253,7 +22404,7 @@ export declare namespace ec2 {
22253
22404
  */
22254
22405
  baselineEbsBandwidthMbps?: pulumi.Input<inputs.ec2.LaunchTemplateBaselineEbsBandwidthMbpsArgs>;
22255
22406
  /**
22256
- * The baseline performance to consider, using an instance family as a baseline reference. The instance family establishes the lowest acceptable level of performance. Amazon EC2 uses this baseline to guide instance type selection, but there is no guarantee that the selected instance types will always exceed the baseline for every application. Currently, this parameter only supports CPU performance as a baseline performance factor. For more information, see [Performance protection](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-fleet-attribute-based-instance-type-selection.html#ec2fleet-abis-performance-protection) in the *Amazon EC2 User Guide* .
22407
+ * The baseline performance to consider, using an instance family as a baseline reference. The instance family establishes the lowest acceptable level of performance. Amazon EC2 uses this baseline to guide instance type selection, but there is no guarantee that the selected instance types will always exceed the baseline for every application. Currently, this parameter only supports CPU performance as a baseline performance factor. For more information, see [Performance protection](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-fleet-attribute-based-instance-type-selection.html#ec2fleet-abis-performance-protection) in the *Amazon EC2 User Guide*.
22257
22408
  */
22258
22409
  baselinePerformanceFactors?: pulumi.Input<inputs.ec2.LaunchTemplateBaselinePerformanceFactorsArgs>;
22259
22410
  /**
@@ -22270,6 +22421,7 @@ export declare namespace ec2 {
22270
22421
  * + For instance types with Intel CPUs, specify ``intel``.
22271
22422
  * + For instance types with AMD CPUs, specify ``amd``.
22272
22423
  * + For instance types with AWS CPUs, specify ``amazon-web-services``.
22424
+ * + For instance types with Apple CPUs, specify ``apple``.
22273
22425
  *
22274
22426
  * Don't confuse the CPU manufacturer with the CPU architecture. Instances will be launched with a compatible CPU architecture based on the Amazon Machine Image (AMI) that you specify in your launch template.
22275
22427
  * Default: Any manufacturer
@@ -22541,9 +22693,10 @@ export declare namespace ec2 {
22541
22693
  */
22542
22694
  groups?: pulumi.Input<pulumi.Input<string>[]>;
22543
22695
  /**
22544
- * The type of network interface. To create an Elastic Fabric Adapter (EFA), specify ``efa``. For more information, see [Elastic Fabric Adapter](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/efa.html) in the *Amazon EC2 User Guide*.
22696
+ * The type of network interface. To create an Elastic Fabric Adapter (EFA), specify ``efa`` or ``efa``. For more information, see [Elastic Fabric Adapter](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/efa.html) in the *Amazon EC2 User Guide*.
22545
22697
  * If you are not creating an EFA, specify ``interface`` or omit this parameter.
22546
- * Valid values: ``interface`` | ``efa``
22698
+ * If you specify ``efa-only``, do not assign any IP addresses to the network interface. EFA-only network interfaces do not support IP addresses.
22699
+ * Valid values: ``interface`` | ``efa`` | ``efa-only``
22547
22700
  */
22548
22701
  interfaceType?: pulumi.Input<string>;
22549
22702
  /**
@@ -22685,9 +22838,24 @@ export declare namespace ec2 {
22685
22838
  */
22686
22839
  privateIpAddress?: pulumi.Input<string>;
22687
22840
  }
22841
+ /**
22842
+ * Specifies an instance family to use as the baseline reference for CPU performance.
22843
+ */
22688
22844
  interface LaunchTemplateReferenceArgs {
22689
22845
  /**
22690
- * The instance family to refer. Ensure that you specify the correct family name. For example, C6i and C6g are valid values, but C6 is not.
22846
+ * The instance family to use as a baseline reference.
22847
+ * Ensure that you specify the correct value for the instance family. The instance family is everything before the period (``.``) in the instance type name. For example, in the instance type ``c6i.large``, the instance family is ``c6i``, not ``c6``. For more information, see [Amazon EC2 instance type naming conventions](https://docs.aws.amazon.com/ec2/latest/instancetypes/instance-type-names.html) in *Amazon EC2 Instance Types*.
22848
+ * The following instance families are *not supported* for performance protection:
22849
+ * + ``c1``
22850
+ * + ``g3`` | ``g3s``
22851
+ * + ``hpc7g``
22852
+ * + ``m1`` | ``m2``
22853
+ * + ``mac1`` | ``mac2`` | ``mac2-m1ultra`` | ``mac2-m2`` | ``mac2-m2pro``
22854
+ * + ``p3dn`` | ``p4d`` | ``p5``
22855
+ * + ``t1``
22856
+ * + ``u-12tb1`` | ``u-18tb1`` | ``u-24tb1`` | ``u-3tb1`` | ``u-6tb1`` | ``u-9tb1`` | ``u7i-12tb`` | ``u7in-16tb`` | ``u7in-24tb`` | ``u7in-32tb``
22857
+ *
22858
+ * If you enable performance protection by specifying a supported instance family, the returned instance types will exclude the above unsupported instance families.
22691
22859
  */
22692
22860
  instanceFamily?: pulumi.Input<string>;
22693
22861
  }
@@ -22738,6 +22906,7 @@ export declare namespace ec2 {
22738
22906
  }
22739
22907
  /**
22740
22908
  * Specifies the tags to apply to the launch template during creation.
22909
+ * To specify the tags for the resources that are created during instance launch, use [AWS::EC2::LaunchTemplate TagSpecification](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-tagspecification.html).
22741
22910
  * ``LaunchTemplateTagSpecification`` is a property of [AWS::EC2::LaunchTemplate](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html).
22742
22911
  */
22743
22912
  interface LaunchTemplateTagSpecificationArgs {
@@ -23129,6 +23298,9 @@ export declare namespace ec2 {
23129
23298
  min?: pulumi.Input<number>;
23130
23299
  }
23131
23300
  interface SpotFleetBaselinePerformanceFactorsRequestArgs {
23301
+ /**
23302
+ * The CPU performance to consider, using an instance family as the baseline reference.
23303
+ */
23132
23304
  cpu?: pulumi.Input<inputs.ec2.SpotFleetCpuPerformanceFactorRequestArgs>;
23133
23305
  }
23134
23306
  interface SpotFleetBlockDeviceMappingArgs {
@@ -23166,6 +23338,11 @@ export declare namespace ec2 {
23166
23338
  classicLoadBalancers: pulumi.Input<pulumi.Input<inputs.ec2.SpotFleetClassicLoadBalancerArgs>[]>;
23167
23339
  }
23168
23340
  interface SpotFleetCpuPerformanceFactorRequestArgs {
23341
+ /**
23342
+ * Specify an instance family to use as the baseline reference for CPU performance. All instance types that match your specified attributes will be compared against the CPU performance of the referenced instance family, regardless of CPU manufacturer or architecture differences.
23343
+ *
23344
+ * > Currently, only one instance family can be specified in the list.
23345
+ */
23169
23346
  references?: pulumi.Input<pulumi.Input<inputs.ec2.SpotFleetPerformanceFactorReferenceRequestArgs>[]>;
23170
23347
  }
23171
23348
  interface SpotFleetEbsBlockDeviceArgs {
@@ -23391,6 +23568,9 @@ export declare namespace ec2 {
23391
23568
  * Default: No minimum or maximum limits
23392
23569
  */
23393
23570
  baselineEbsBandwidthMbps?: pulumi.Input<inputs.ec2.SpotFleetBaselineEbsBandwidthMbpsRequestArgs>;
23571
+ /**
23572
+ * The baseline performance to consider, using an instance family as a baseline reference. The instance family establishes the lowest acceptable level of performance. Amazon EC2 uses this baseline to guide instance type selection, but there is no guarantee that the selected instance types will always exceed the baseline for every application. Currently, this parameter only supports CPU performance as a baseline performance factor. For more information, see [Performance protection](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-fleet-attribute-based-instance-type-selection.html#ec2fleet-abis-performance-protection) in the *Amazon EC2 User Guide* .
23573
+ */
23394
23574
  baselinePerformanceFactors?: pulumi.Input<inputs.ec2.SpotFleetBaselinePerformanceFactorsRequestArgs>;
23395
23575
  /**
23396
23576
  * Indicates whether burstable performance T instance types are included, excluded, or required. For more information, see [Burstable performance instances](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/burstable-performance-instances.html) .
@@ -23736,6 +23916,26 @@ export declare namespace ec2 {
23736
23916
  min?: pulumi.Input<number>;
23737
23917
  }
23738
23918
  interface SpotFleetPerformanceFactorReferenceRequestArgs {
23919
+ /**
23920
+ * The instance family to use as a baseline reference.
23921
+ *
23922
+ * > Ensure that you specify the correct value for the instance family. The instance family is everything before the period ( `.` ) in the instance type name. For example, in the instance type `c6i.large` , the instance family is `c6i` , not `c6` . For more information, see [Amazon EC2 instance type naming conventions](https://docs.aws.amazon.com/ec2/latest/instancetypes/instance-type-names.html) in *Amazon EC2 Instance Types* .
23923
+ *
23924
+ * The following instance families are *not supported* for performance protection:
23925
+ *
23926
+ * - `c1`
23927
+ * - `g3` | `g3s`
23928
+ * - `hpc7g`
23929
+ * - `m1` | `m2`
23930
+ * - `mac1` | `mac2` | `mac2-m1ultra` | `mac2-m2` | `mac2-m2pro`
23931
+ * - `p3dn` | `p4d` | `p5`
23932
+ * - `t1`
23933
+ * - `u-12tb1` | `u-18tb1` | `u-24tb1` | `u-3tb1` | `u-6tb1` | `u-9tb1` | `u7i-12tb` | `u7in-16tb` | `u7in-24tb` | `u7in-32tb`
23934
+ *
23935
+ * If you enable performance protection by specifying a supported instance family, the returned instance types will exclude the above unsupported instance families.
23936
+ *
23937
+ * If you specify an unsupported instance family as a value for baseline performance, the API returns an empty response for [GetInstanceTypesFromInstanceRequirements](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_GetInstanceTypesFromInstanceRequirements.html) and an exception for [CreateFleet](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateFleet.html) , [RequestSpotFleet](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RequestSpotFleet.html) , [ModifyFleet](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ModifyFleet.html) , and [ModifySpotFleetRequest](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ModifySpotFleetRequest.html) .
23938
+ */
23739
23939
  instanceFamily?: pulumi.Input<string>;
23740
23940
  }
23741
23941
  interface SpotFleetPrivateIpAddressSpecificationArgs {
@@ -23973,7 +24173,7 @@ export declare namespace ec2 {
23973
24173
  kmsKeyArn?: pulumi.Input<string>;
23974
24174
  }
23975
24175
  /**
23976
- * Specifies the tags to apply to a resource when the resource is created for the launch template.
24176
+ * Specifies the tags to apply to resources that are created during instance launch.
23977
24177
  * ``TagSpecification`` is a property type of [TagSpecifications](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-tagspecifications). [TagSpecifications](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-tagspecifications) is a property of [AWS::EC2::LaunchTemplate LaunchTemplateData](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html).
23978
24178
  */
23979
24179
  interface TagSpecificationArgs {
@@ -24201,7 +24401,13 @@ export declare namespace ec2 {
24201
24401
  userInfoEndpoint?: pulumi.Input<string>;
24202
24402
  }
24203
24403
  interface VpcEndpointDnsOptionsSpecificationArgs {
24404
+ /**
24405
+ * The DNS records created for the endpoint.
24406
+ */
24204
24407
  dnsRecordIpType?: pulumi.Input<enums.ec2.VpcEndpointDnsOptionsSpecificationDnsRecordIpType>;
24408
+ /**
24409
+ * Indicates whether to enable private DNS only for inbound endpoints. This option is available only for services that support both gateway and interface endpoints. It routes traffic that originates from the VPC to the gateway endpoint and traffic that originates from on-premises to the interface endpoint.
24410
+ */
24205
24411
  privateDnsOnlyForInboundResolverEndpoint?: pulumi.Input<enums.ec2.VpcEndpointDnsOptionsSpecificationPrivateDnsOnlyForInboundResolverEndpoint>;
24206
24412
  }
24207
24413
  /**
@@ -24927,13 +25133,15 @@ export declare namespace ecs {
24927
25133
  deploymentCircuitBreaker?: pulumi.Input<inputs.ecs.ServiceDeploymentCircuitBreakerArgs>;
24928
25134
  /**
24929
25135
  * 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%.
25136
+ * 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).
24930
25137
  * If a service is using either the blue/green (``CODE_DEPLOY``) or ``EXTERNAL`` deployment types, and tasks in the service use the EC2 launch type, the *maximum percent* value is set to the default value. The *maximum percent* value is used to define the upper limit on the number of the tasks in the service that remain in the ``RUNNING`` state while the container instances are in the ``DRAINING`` state.
24931
25138
  * You can't specify a custom ``maximumPercent`` value for a service that uses either the blue/green (``CODE_DEPLOY``) or ``EXTERNAL`` deployment types and has tasks that use the EC2 launch type.
24932
- * If the tasks in the service use the Fargate launch type, the maximum percent value is not used, although it is returned when describing your service.
25139
+ * If the service uses either the blue/green (``CODE_DEPLOY``) or ``EXTERNAL`` deployment types, and the tasks in the service use the Fargate launch type, the maximum percent value is not used. The value is still returned when describing your service.
24933
25140
  */
24934
25141
  maximumPercent?: pulumi.Input<number>;
24935
25142
  /**
24936
25143
  * If a service is using the rolling update (``ECS``) deployment type, the ``minimumHealthyPercent`` represents a lower limit on the number of your service's tasks that must remain in the ``RUNNING`` state during a deployment, as a percentage of the ``desiredCount`` (rounded up to the nearest integer). This parameter enables you to deploy without using additional cluster capacity. For example, if your service has a ``desiredCount`` of four tasks and a ``minimumHealthyPercent`` of 50%, the service scheduler may stop two existing tasks to free up cluster capacity before starting two new tasks.
25144
+ * If any tasks are unhealthy and if ``maximumPercent`` doesn't allow the Amazon ECS scheduler to start replacement tasks, the scheduler stops the unhealthy tasks one-by-one — using the ``minimumHealthyPercent`` as a constraint — to clear up capacity to launch replacement tasks. 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) .
24937
25145
  * For services that *do not* use a load balancer, the following should be noted:
24938
25146
  * + A service is considered healthy if all essential containers within the tasks in the service pass their health checks.
24939
25147
  * + If a task has no essential containers with a health check defined, the service scheduler will wait for 40 seconds after a task reaches a ``RUNNING`` state before the task is counted towards the minimum healthy percent total.
@@ -44696,6 +44904,15 @@ export declare namespace mediaconnect {
44696
44904
  */
44697
44905
  maxOutputs: pulumi.Input<number>;
44698
44906
  }
44907
+ /**
44908
+ * The settings related to the multicast source.
44909
+ */
44910
+ interface BridgeMulticastSourceSettingsArgs {
44911
+ /**
44912
+ * The IP address of the source for source-specific multicast (SSM).
44913
+ */
44914
+ multicastSourceIp?: pulumi.Input<string>;
44915
+ }
44699
44916
  /**
44700
44917
  * The output of the bridge. A network output is delivered to your premises.
44701
44918
  */
@@ -44733,6 +44950,10 @@ export declare namespace mediaconnect {
44733
44950
  * The network source multicast IP.
44734
44951
  */
44735
44952
  multicastIp: pulumi.Input<string>;
44953
+ /**
44954
+ * The settings related to the multicast source.
44955
+ */
44956
+ multicastSourceSettings?: pulumi.Input<inputs.mediaconnect.BridgeMulticastSourceSettingsArgs>;
44736
44957
  /**
44737
44958
  * The name of the network source.
44738
44959
  */
@@ -44818,6 +45039,10 @@ export declare namespace mediaconnect {
44818
45039
  * The network source multicast IP.
44819
45040
  */
44820
45041
  multicastIp: pulumi.Input<string>;
45042
+ /**
45043
+ * The settings related to the multicast source.
45044
+ */
45045
+ multicastSourceSettings?: pulumi.Input<inputs.mediaconnect.BridgeSourceMulticastSourceSettingsArgs>;
44821
45046
  /**
44822
45047
  * The network source's gateway network name.
44823
45048
  */
@@ -44831,6 +45056,15 @@ export declare namespace mediaconnect {
44831
45056
  */
44832
45057
  protocol: pulumi.Input<enums.mediaconnect.BridgeSourceProtocolEnum>;
44833
45058
  }
45059
+ /**
45060
+ * The settings related to the multicast source.
45061
+ */
45062
+ interface BridgeSourceMulticastSourceSettingsArgs {
45063
+ /**
45064
+ * The IP address of the source for source-specific multicast (SSM).
45065
+ */
45066
+ multicastSourceIp?: pulumi.Input<string>;
45067
+ }
44834
45068
  /**
44835
45069
  * The priority you want to assign to a source. You can have a primary stream and a backup stream or two equally prioritized streams.
44836
45070
  */
@@ -48718,6 +48952,9 @@ export declare namespace opensearchservice {
48718
48952
  * Indicates whether Multi-AZ with Standby deployment option is enabled. For more information, see [Multi-AZ with Standby](https://docs.aws.amazon.com/opensearch-service/latest/developerguide/managedomains-multiaz.html#managedomains-za-standby) .
48719
48953
  */
48720
48954
  multiAzWithStandbyEnabled?: pulumi.Input<boolean>;
48955
+ /**
48956
+ * List of node options for the domain.
48957
+ */
48721
48958
  nodeOptions?: pulumi.Input<pulumi.Input<inputs.opensearchservice.DomainNodeOptionArgs>[]>;
48722
48959
  /**
48723
48960
  * The number of warm nodes in the cluster.
@@ -48902,12 +49139,27 @@ export declare namespace opensearchservice {
48902
49139
  masterUserPassword?: pulumi.Input<string>;
48903
49140
  }
48904
49141
  interface DomainNodeConfigArgs {
49142
+ /**
49143
+ * The number of nodes of a particular node type in the cluster.
49144
+ */
48905
49145
  count?: pulumi.Input<number>;
49146
+ /**
49147
+ * A boolean that indicates whether a particular node type is enabled or not.
49148
+ */
48906
49149
  enabled?: pulumi.Input<boolean>;
49150
+ /**
49151
+ * The instance type of a particular node type in the cluster.
49152
+ */
48907
49153
  type?: pulumi.Input<string>;
48908
49154
  }
48909
49155
  interface DomainNodeOptionArgs {
49156
+ /**
49157
+ * Container for specifying configuration of any node type.
49158
+ */
48910
49159
  nodeConfig?: pulumi.Input<inputs.opensearchservice.DomainNodeConfigArgs>;
49160
+ /**
49161
+ * Container for node type like coordinating.
49162
+ */
48911
49163
  nodeType?: pulumi.Input<enums.opensearchservice.DomainNodeOptionNodeType>;
48912
49164
  }
48913
49165
  interface DomainNodeToNodeEncryptionOptionsArgs {
@@ -59397,22 +59649,73 @@ export declare namespace quicksight {
59397
59649
  yAxis: pulumi.Input<enums.quicksight.AnalysisSingleYAxisOption>;
59398
59650
  }
59399
59651
  interface CustomPermissionsCapabilitiesArgs {
59652
+ /**
59653
+ * The ability to add or run anomaly detection.
59654
+ */
59400
59655
  addOrRunAnomalyDetectionForAnalyses?: pulumi.Input<enums.quicksight.CustomPermissionsCapabilityState>;
59656
+ /**
59657
+ * The ability to create and update email reports.
59658
+ */
59401
59659
  createAndUpdateDashboardEmailReports?: pulumi.Input<enums.quicksight.CustomPermissionsCapabilityState>;
59660
+ /**
59661
+ * The ability to create and update data sources.
59662
+ */
59402
59663
  createAndUpdateDataSources?: pulumi.Input<enums.quicksight.CustomPermissionsCapabilityState>;
59664
+ /**
59665
+ * The ability to create and update datasets.
59666
+ */
59403
59667
  createAndUpdateDatasets?: pulumi.Input<enums.quicksight.CustomPermissionsCapabilityState>;
59668
+ /**
59669
+ * The ability to export to Create and Update themes.
59670
+ */
59404
59671
  createAndUpdateThemes?: pulumi.Input<enums.quicksight.CustomPermissionsCapabilityState>;
59672
+ /**
59673
+ * The ability to create and update threshold alerts.
59674
+ */
59405
59675
  createAndUpdateThresholdAlerts?: pulumi.Input<enums.quicksight.CustomPermissionsCapabilityState>;
59676
+ /**
59677
+ * The ability to create shared folders.
59678
+ */
59406
59679
  createSharedFolders?: pulumi.Input<enums.quicksight.CustomPermissionsCapabilityState>;
59680
+ /**
59681
+ * The ability to create a SPICE dataset.
59682
+ */
59407
59683
  createSpiceDataset?: pulumi.Input<enums.quicksight.CustomPermissionsCapabilityState>;
59684
+ /**
59685
+ * The ability to export to CSV files.
59686
+ */
59408
59687
  exportToCsv?: pulumi.Input<enums.quicksight.CustomPermissionsCapabilityState>;
59688
+ /**
59689
+ * The ability to export to Excel files.
59690
+ */
59409
59691
  exportToExcel?: pulumi.Input<enums.quicksight.CustomPermissionsCapabilityState>;
59692
+ /**
59693
+ * The ability to rename shared folders.
59694
+ */
59410
59695
  renameSharedFolders?: pulumi.Input<enums.quicksight.CustomPermissionsCapabilityState>;
59696
+ /**
59697
+ * The ability to share analyses.
59698
+ */
59411
59699
  shareAnalyses?: pulumi.Input<enums.quicksight.CustomPermissionsCapabilityState>;
59700
+ /**
59701
+ * The ability to share dashboards.
59702
+ */
59412
59703
  shareDashboards?: pulumi.Input<enums.quicksight.CustomPermissionsCapabilityState>;
59704
+ /**
59705
+ * The ability to share data sources.
59706
+ */
59413
59707
  shareDataSources?: pulumi.Input<enums.quicksight.CustomPermissionsCapabilityState>;
59708
+ /**
59709
+ * The ability to share datasets.
59710
+ */
59414
59711
  shareDatasets?: pulumi.Input<enums.quicksight.CustomPermissionsCapabilityState>;
59712
+ /**
59713
+ * The ability to subscribe to email reports.
59714
+ */
59415
59715
  subscribeDashboardEmailReports?: pulumi.Input<enums.quicksight.CustomPermissionsCapabilityState>;
59716
+ /**
59717
+ * The ability to view account SPICE capacity.
59718
+ */
59416
59719
  viewAccountSpiceCapacity?: pulumi.Input<enums.quicksight.CustomPermissionsCapabilityState>;
59417
59720
  }
59418
59721
  /**
@@ -65085,7 +65388,7 @@ export declare namespace quicksight {
65085
65388
  /**
65086
65389
  * The menu options of a visual in a dashboard.
65087
65390
  */
65088
- visualMenuOption?: pulumi.Input<inputs.quicksight.DashboardVisualMenuOptionArgs>;
65391
+ visualMenuOption?: any;
65089
65392
  /**
65090
65393
  * The visual publish options of a visual in a dashboard.
65091
65394
  */
@@ -67306,12 +67609,6 @@ export declare namespace quicksight {
67306
67609
  */
67307
67610
  urlOperation?: pulumi.Input<inputs.quicksight.DashboardCustomActionUrlOperationArgs>;
67308
67611
  }
67309
- interface DashboardVisualMenuOptionArgs {
67310
- /**
67311
- * The availaiblity status of a visual's menu options.
67312
- */
67313
- availabilityStatus?: pulumi.Input<enums.quicksight.DashboardBehavior>;
67314
- }
67315
67612
  interface DashboardVisualPaletteArgs {
67316
67613
  /**
67317
67614
  * The chart color options for the visual palette.
@@ -68269,7 +68566,7 @@ export declare namespace quicksight {
68269
68566
  /**
68270
68567
  * Information about the format for the S3 source file or files.
68271
68568
  */
68272
- uploadSettings?: pulumi.Input<inputs.quicksight.DataSetUploadSettingsArgs>;
68569
+ uploadSettings?: any;
68273
68570
  }
68274
68571
  /**
68275
68572
  * <p>A string parameter for a dataset.</p>
@@ -68368,31 +68665,6 @@ export declare namespace quicksight {
68368
68665
  */
68369
68666
  tagNames: pulumi.Input<pulumi.Input<enums.quicksight.DataSetColumnTagName>[]>;
68370
68667
  }
68371
- /**
68372
- * <p>Information about the format for a source file or files.</p>
68373
- */
68374
- interface DataSetUploadSettingsArgs {
68375
- /**
68376
- * <p>Whether the file has a header row, or the files each have a header row.</p>
68377
- */
68378
- containsHeader?: pulumi.Input<boolean>;
68379
- /**
68380
- * <p>The delimiter between values in the file.</p>
68381
- */
68382
- delimiter?: pulumi.Input<string>;
68383
- /**
68384
- * File format.
68385
- */
68386
- format?: pulumi.Input<enums.quicksight.DataSetFileFormat>;
68387
- /**
68388
- * <p>A row number to start reading data from.</p>
68389
- */
68390
- startFromRow?: pulumi.Input<number>;
68391
- /**
68392
- * Text qualifier.
68393
- */
68394
- textQualifier?: pulumi.Input<enums.quicksight.DataSetTextQualifier>;
68395
- }
68396
68668
  /**
68397
68669
  * <p>The usage configuration to apply to child datasets that reference this dataset as a source.</p>
68398
68670
  */
@@ -69236,7 +69508,7 @@ export declare namespace quicksight {
69236
69508
  /**
69237
69509
  * Determines whether or not the axis line is visible.
69238
69510
  */
69239
- axisLineVisibility?: pulumi.Input<enums.quicksight.TemplateVisibility>;
69511
+ axisLineVisibility?: any;
69240
69512
  /**
69241
69513
  * String based length that is composed of value and unit in px
69242
69514
  */
@@ -69248,7 +69520,7 @@ export declare namespace quicksight {
69248
69520
  /**
69249
69521
  * Determines whether or not the grid line is visible.
69250
69522
  */
69251
- gridLineVisibility?: pulumi.Input<enums.quicksight.TemplateVisibility>;
69523
+ gridLineVisibility?: any;
69252
69524
  /**
69253
69525
  * The scroll bar options for an axis.
69254
69526
  */
@@ -69577,11 +69849,11 @@ export declare namespace quicksight {
69577
69849
  /**
69578
69850
  * Determines the visibility of all data points of the box plot.
69579
69851
  */
69580
- allDataPointsVisibility?: pulumi.Input<enums.quicksight.TemplateVisibility>;
69852
+ allDataPointsVisibility?: any;
69581
69853
  /**
69582
69854
  * Determines the visibility of the outlier in a box plot.
69583
69855
  */
69584
- outlierVisibility?: pulumi.Input<enums.quicksight.TemplateVisibility>;
69856
+ outlierVisibility?: any;
69585
69857
  /**
69586
69858
  * The style options of the box plot.
69587
69859
  */
@@ -69761,14 +70033,14 @@ export declare namespace quicksight {
69761
70033
  /**
69762
70034
  * The visibility configuration of the sort icon on a chart's axis label.
69763
70035
  */
69764
- sortIconVisibility?: pulumi.Input<enums.quicksight.TemplateVisibility>;
70036
+ sortIconVisibility?: any;
69765
70037
  /**
69766
70038
  * The visibility of an axis label on a chart. Choose one of the following options:
69767
70039
  *
69768
70040
  * - `VISIBLE` : Shows the axis.
69769
70041
  * - `HIDDEN` : Hides the axis.
69770
70042
  */
69771
- visibility?: pulumi.Input<enums.quicksight.TemplateVisibility>;
70043
+ visibility?: any;
69772
70044
  }
69773
70045
  interface TemplateClusterMarkerArgs {
69774
70046
  /**
@@ -69914,7 +70186,7 @@ export declare namespace quicksight {
69914
70186
  /**
69915
70187
  * The visibility of the tooltip item.
69916
70188
  */
69917
- visibility?: pulumi.Input<enums.quicksight.TemplateVisibility>;
70189
+ visibility?: any;
69918
70190
  }
69919
70191
  interface TemplateComboChartAggregatedFieldWellsArgs {
69920
70192
  /**
@@ -70480,7 +70752,7 @@ export declare namespace quicksight {
70480
70752
  /**
70481
70753
  * Determines the visibility of the category field labels.
70482
70754
  */
70483
- categoryLabelVisibility?: pulumi.Input<enums.quicksight.TemplateVisibility>;
70755
+ categoryLabelVisibility?: any;
70484
70756
  /**
70485
70757
  * The option that determines the data label type.
70486
70758
  */
@@ -70500,7 +70772,7 @@ export declare namespace quicksight {
70500
70772
  /**
70501
70773
  * Determines the visibility of the measure field labels.
70502
70774
  */
70503
- measureLabelVisibility?: pulumi.Input<enums.quicksight.TemplateVisibility>;
70775
+ measureLabelVisibility?: any;
70504
70776
  /**
70505
70777
  * Determines whether overlap is enabled or disabled for the data labels.
70506
70778
  */
@@ -70512,11 +70784,11 @@ export declare namespace quicksight {
70512
70784
  /**
70513
70785
  * Determines the visibility of the total.
70514
70786
  */
70515
- totalsVisibility?: pulumi.Input<enums.quicksight.TemplateVisibility>;
70787
+ totalsVisibility?: any;
70516
70788
  /**
70517
70789
  * Determines the visibility of the data labels.
70518
70790
  */
70519
- visibility?: pulumi.Input<enums.quicksight.TemplateVisibility>;
70791
+ visibility?: any;
70520
70792
  }
70521
70793
  interface TemplateDataLabelTypeArgs {
70522
70794
  /**
@@ -70566,7 +70838,7 @@ export declare namespace quicksight {
70566
70838
  /**
70567
70839
  * The visibility of the data label.
70568
70840
  */
70569
- visibility?: pulumi.Input<enums.quicksight.TemplateVisibility>;
70841
+ visibility?: any;
70570
70842
  }
70571
70843
  interface TemplateDataPathSortArgs {
70572
70844
  /**
@@ -70646,7 +70918,7 @@ export declare namespace quicksight {
70646
70918
  /**
70647
70919
  * Determines whether or not missing dates are displayed.
70648
70920
  */
70649
- missingDateVisibility?: pulumi.Input<enums.quicksight.TemplateVisibility>;
70921
+ missingDateVisibility?: any;
70650
70922
  }
70651
70923
  interface TemplateDateDimensionFieldArgs {
70652
70924
  /**
@@ -71064,7 +71336,7 @@ export declare namespace quicksight {
71064
71336
  /**
71065
71337
  * Determines the visibility of the label in a donut chart. In the Amazon QuickSight console, this option is called `'Show total'` .
71066
71338
  */
71067
- labelVisibility?: pulumi.Input<enums.quicksight.TemplateVisibility>;
71339
+ labelVisibility?: any;
71068
71340
  }
71069
71341
  interface TemplateDonutOptionsArgs {
71070
71342
  /**
@@ -71172,7 +71444,7 @@ export declare namespace quicksight {
71172
71444
  /**
71173
71445
  * The visibility of `Show aggregations` .
71174
71446
  */
71175
- aggregationVisibility?: pulumi.Input<enums.quicksight.TemplateVisibility>;
71447
+ aggregationVisibility?: any;
71176
71448
  /**
71177
71449
  * The fields configuration in the tooltip.
71178
71450
  */
@@ -71193,7 +71465,7 @@ export declare namespace quicksight {
71193
71465
  /**
71194
71466
  * The visibility of the field label.
71195
71467
  */
71196
- visibility?: pulumi.Input<enums.quicksight.TemplateVisibility>;
71468
+ visibility?: any;
71197
71469
  }
71198
71470
  interface TemplateFieldSeriesItemArgs {
71199
71471
  /**
@@ -71248,7 +71520,7 @@ export declare namespace quicksight {
71248
71520
  /**
71249
71521
  * The visibility of the tooltip item.
71250
71522
  */
71251
- visibility?: pulumi.Input<enums.quicksight.TemplateVisibility>;
71523
+ visibility?: any;
71252
71524
  }
71253
71525
  interface TemplateFilledMapAggregatedFieldWellsArgs {
71254
71526
  /**
@@ -71890,7 +72162,7 @@ export declare namespace quicksight {
71890
72162
  /**
71891
72163
  * The visibility of an element within a free-form layout.
71892
72164
  */
71893
- visibility?: pulumi.Input<enums.quicksight.TemplateVisibility>;
72165
+ visibility?: any;
71894
72166
  /**
71895
72167
  * String based length that is composed of value and unit in px
71896
72168
  */
@@ -71912,7 +72184,7 @@ export declare namespace quicksight {
71912
72184
  /**
71913
72185
  * The background visibility of a free-form layout element.
71914
72186
  */
71915
- visibility?: pulumi.Input<enums.quicksight.TemplateVisibility>;
72187
+ visibility?: any;
71916
72188
  }
71917
72189
  interface TemplateFreeFormLayoutElementBorderStyleArgs {
71918
72190
  /**
@@ -71922,7 +72194,7 @@ export declare namespace quicksight {
71922
72194
  /**
71923
72195
  * The border visibility of a free-form layout element.
71924
72196
  */
71925
- visibility?: pulumi.Input<enums.quicksight.TemplateVisibility>;
72197
+ visibility?: any;
71926
72198
  }
71927
72199
  interface TemplateFreeFormLayoutScreenCanvasSizeOptionsArgs {
71928
72200
  /**
@@ -71980,7 +72252,7 @@ export declare namespace quicksight {
71980
72252
  /**
71981
72253
  * The visibility of the category labels within the data labels.
71982
72254
  */
71983
- categoryLabelVisibility?: pulumi.Input<enums.quicksight.TemplateVisibility>;
72255
+ categoryLabelVisibility?: any;
71984
72256
  /**
71985
72257
  * The color of the data label text.
71986
72258
  */
@@ -71998,7 +72270,7 @@ export declare namespace quicksight {
71998
72270
  /**
71999
72271
  * The visibility of the measure labels within the data labels.
72000
72272
  */
72001
- measureLabelVisibility?: pulumi.Input<enums.quicksight.TemplateVisibility>;
72273
+ measureLabelVisibility?: any;
72002
72274
  /**
72003
72275
  * Determines the positioning of the data label relative to a section of the funnel.
72004
72276
  */
@@ -72006,7 +72278,7 @@ export declare namespace quicksight {
72006
72278
  /**
72007
72279
  * The visibility option that determines if data labels are displayed.
72008
72280
  */
72009
- visibility?: pulumi.Input<enums.quicksight.TemplateVisibility>;
72281
+ visibility?: any;
72010
72282
  }
72011
72283
  interface TemplateFunnelChartFieldWellsArgs {
72012
72284
  /**
@@ -72864,7 +73136,7 @@ export declare namespace quicksight {
72864
73136
  /**
72865
73137
  * The tooltip visibility of the sparkline.
72866
73138
  */
72867
- tooltipVisibility?: pulumi.Input<enums.quicksight.TemplateVisibility>;
73139
+ tooltipVisibility?: any;
72868
73140
  /**
72869
73141
  * The type of the sparkline.
72870
73142
  */
@@ -72872,7 +73144,7 @@ export declare namespace quicksight {
72872
73144
  /**
72873
73145
  * The visibility of the sparkline.
72874
73146
  */
72875
- visibility?: pulumi.Input<enums.quicksight.TemplateVisibility>;
73147
+ visibility?: any;
72876
73148
  }
72877
73149
  interface TemplateKpiVisualArgs {
72878
73150
  /**
@@ -72929,7 +73201,7 @@ export declare namespace quicksight {
72929
73201
  /**
72930
73202
  * Determines whether or not the label is visible.
72931
73203
  */
72932
- visibility?: pulumi.Input<enums.quicksight.TemplateVisibility>;
73204
+ visibility?: any;
72933
73205
  }
72934
73206
  interface TemplateLayoutArgs {
72935
73207
  /**
@@ -72973,7 +73245,7 @@ export declare namespace quicksight {
72973
73245
  /**
72974
73246
  * Determines whether or not the legend is visible.
72975
73247
  */
72976
- visibility?: pulumi.Input<enums.quicksight.TemplateVisibility>;
73248
+ visibility?: any;
72977
73249
  /**
72978
73250
  * String based length that is composed of value and unit in px
72979
73251
  */
@@ -73116,7 +73388,7 @@ export declare namespace quicksight {
73116
73388
  /**
73117
73389
  * Configuration option that determines whether to show the line for the series.
73118
73390
  */
73119
- lineVisibility?: pulumi.Input<enums.quicksight.TemplateVisibility>;
73391
+ lineVisibility?: any;
73120
73392
  /**
73121
73393
  * String based length that is composed of value and unit in px
73122
73394
  */
@@ -73144,7 +73416,7 @@ export declare namespace quicksight {
73144
73416
  /**
73145
73417
  * Configuration option that determines whether to show the markers in the series.
73146
73418
  */
73147
- markerVisibility?: pulumi.Input<enums.quicksight.TemplateVisibility>;
73419
+ markerVisibility?: any;
73148
73420
  }
73149
73421
  interface TemplateLineChartSeriesSettingsArgs {
73150
73422
  /**
@@ -73237,19 +73509,19 @@ export declare namespace quicksight {
73237
73509
  /**
73238
73510
  * The visibility configuration of the search options in a list control.
73239
73511
  */
73240
- visibility?: pulumi.Input<enums.quicksight.TemplateVisibility>;
73512
+ visibility?: any;
73241
73513
  }
73242
73514
  interface TemplateListControlSelectAllOptionsArgs {
73243
73515
  /**
73244
73516
  * The visibility configuration of the `Select all` options in a list control.
73245
73517
  */
73246
- visibility?: pulumi.Input<enums.quicksight.TemplateVisibility>;
73518
+ visibility?: any;
73247
73519
  }
73248
73520
  interface TemplateLoadingAnimationArgs {
73249
73521
  /**
73250
73522
  * The visibility configuration of `LoadingAnimation` .
73251
73523
  */
73252
- visibility?: pulumi.Input<enums.quicksight.TemplateVisibility>;
73524
+ visibility?: any;
73253
73525
  }
73254
73526
  interface TemplateLocalNavigationConfigurationArgs {
73255
73527
  /**
@@ -73281,7 +73553,7 @@ export declare namespace quicksight {
73281
73553
  /**
73282
73554
  * The visibility of the maximum label.
73283
73555
  */
73284
- visibility?: pulumi.Input<enums.quicksight.TemplateVisibility>;
73556
+ visibility?: any;
73285
73557
  }
73286
73558
  interface TemplateMaximumMinimumComputationArgs {
73287
73559
  /**
@@ -73352,7 +73624,7 @@ export declare namespace quicksight {
73352
73624
  /**
73353
73625
  * The visibility of the minimum label.
73354
73626
  */
73355
- visibility?: pulumi.Input<enums.quicksight.TemplateVisibility>;
73627
+ visibility?: any;
73356
73628
  }
73357
73629
  interface TemplateMissingDataConfigurationArgs {
73358
73630
  /**
@@ -73652,7 +73924,7 @@ export declare namespace quicksight {
73652
73924
  /**
73653
73925
  * Determines whether or not a background for each small multiples panel is rendered.
73654
73926
  */
73655
- backgroundVisibility?: pulumi.Input<enums.quicksight.TemplateVisibility>;
73927
+ backgroundVisibility?: any;
73656
73928
  /**
73657
73929
  * Sets the line color of panel borders.
73658
73930
  */
@@ -73668,7 +73940,7 @@ export declare namespace quicksight {
73668
73940
  /**
73669
73941
  * Determines whether or not each panel displays a border.
73670
73942
  */
73671
- borderVisibility?: pulumi.Input<enums.quicksight.TemplateVisibility>;
73943
+ borderVisibility?: any;
73672
73944
  /**
73673
73945
  * String based length that is composed of value and unit in px
73674
73946
  */
@@ -73676,7 +73948,7 @@ export declare namespace quicksight {
73676
73948
  /**
73677
73949
  * Determines whether or not negative space between sibling panels is rendered.
73678
73950
  */
73679
- gutterVisibility?: pulumi.Input<enums.quicksight.TemplateVisibility>;
73951
+ gutterVisibility?: any;
73680
73952
  /**
73681
73953
  * Configures the title display within each small multiples panel.
73682
73954
  */
@@ -73691,7 +73963,7 @@ export declare namespace quicksight {
73691
73963
  /**
73692
73964
  * Determines whether or not panel titles are displayed.
73693
73965
  */
73694
- visibility?: pulumi.Input<enums.quicksight.TemplateVisibility>;
73966
+ visibility?: any;
73695
73967
  }
73696
73968
  interface TemplateParameterControlArgs {
73697
73969
  /**
@@ -74226,7 +74498,7 @@ export declare namespace quicksight {
74226
74498
  /**
74227
74499
  * The visibility of the pivot table field.
74228
74500
  */
74229
- visibility?: pulumi.Input<enums.quicksight.TemplateVisibility>;
74501
+ visibility?: any;
74230
74502
  }
74231
74503
  interface TemplatePivotTableFieldOptionsArgs {
74232
74504
  /**
@@ -74262,7 +74534,7 @@ export declare namespace quicksight {
74262
74534
  /**
74263
74535
  * The visibility setting of a pivot table's collapsed row dimension fields. If the value of this structure is `HIDDEN` , all collapsed columns in a pivot table are automatically hidden. The default value is `VISIBLE` .
74264
74536
  */
74265
- collapsedRowDimensionsVisibility?: pulumi.Input<enums.quicksight.TemplateVisibility>;
74537
+ collapsedRowDimensionsVisibility?: any;
74266
74538
  /**
74267
74539
  * The table cell style of the column header.
74268
74540
  */
@@ -74270,7 +74542,7 @@ export declare namespace quicksight {
74270
74542
  /**
74271
74543
  * The visibility of the column names.
74272
74544
  */
74273
- columnNamesVisibility?: pulumi.Input<enums.quicksight.TemplateVisibility>;
74545
+ columnNamesVisibility?: any;
74274
74546
  /**
74275
74547
  * String based length that is composed of value and unit in px
74276
74548
  */
@@ -74305,21 +74577,21 @@ export declare namespace quicksight {
74305
74577
  /**
74306
74578
  * The visibility of the single metric options.
74307
74579
  */
74308
- singleMetricVisibility?: pulumi.Input<enums.quicksight.TemplateVisibility>;
74580
+ singleMetricVisibility?: any;
74309
74581
  /**
74310
74582
  * Determines the visibility of the pivot table.
74311
74583
  */
74312
- toggleButtonsVisibility?: pulumi.Input<enums.quicksight.TemplateVisibility>;
74584
+ toggleButtonsVisibility?: any;
74313
74585
  }
74314
74586
  interface TemplatePivotTablePaginatedReportOptionsArgs {
74315
74587
  /**
74316
74588
  * The visibility of the repeating header rows on each page.
74317
74589
  */
74318
- overflowColumnHeaderVisibility?: pulumi.Input<enums.quicksight.TemplateVisibility>;
74590
+ overflowColumnHeaderVisibility?: any;
74319
74591
  /**
74320
74592
  * The visibility of the printing table overflow across pages.
74321
74593
  */
74322
- verticalOverflowVisibility?: pulumi.Input<enums.quicksight.TemplateVisibility>;
74594
+ verticalOverflowVisibility?: any;
74323
74595
  }
74324
74596
  interface TemplatePivotTableRowsLabelOptionsArgs {
74325
74597
  /**
@@ -74329,7 +74601,7 @@ export declare namespace quicksight {
74329
74601
  /**
74330
74602
  * The visibility of the rows label.
74331
74603
  */
74332
- visibility?: pulumi.Input<enums.quicksight.TemplateVisibility>;
74604
+ visibility?: any;
74333
74605
  }
74334
74606
  interface TemplatePivotTableSortByArgs {
74335
74607
  /**
@@ -74424,7 +74696,7 @@ export declare namespace quicksight {
74424
74696
  /**
74425
74697
  * The visibility configuration for the total cells.
74426
74698
  */
74427
- totalsVisibility?: pulumi.Input<enums.quicksight.TemplateVisibility>;
74699
+ totalsVisibility?: any;
74428
74700
  /**
74429
74701
  * The cell styling options for the totals of value cells.
74430
74702
  */
@@ -74484,7 +74756,7 @@ export declare namespace quicksight {
74484
74756
  /**
74485
74757
  * The visibility of the progress bar.
74486
74758
  */
74487
- visibility?: pulumi.Input<enums.quicksight.TemplateVisibility>;
74759
+ visibility?: any;
74488
74760
  }
74489
74761
  interface TemplateQueryExecutionOptionsArgs {
74490
74762
  /**
@@ -74510,13 +74782,13 @@ export declare namespace quicksight {
74510
74782
  /**
74511
74783
  * The visibility settings of a radar chart.
74512
74784
  */
74513
- visibility?: pulumi.Input<enums.quicksight.TemplateVisibility>;
74785
+ visibility?: any;
74514
74786
  }
74515
74787
  interface TemplateRadarChartConfigurationArgs {
74516
74788
  /**
74517
74789
  * Determines the visibility of the colors of alternatign bands in a radar chart.
74518
74790
  */
74519
- alternateBandColorsVisibility?: pulumi.Input<enums.quicksight.TemplateVisibility>;
74791
+ alternateBandColorsVisibility?: any;
74520
74792
  /**
74521
74793
  * The color of the even-numbered alternate bands of a radar chart.
74522
74794
  */
@@ -74635,7 +74907,7 @@ export declare namespace quicksight {
74635
74907
  /**
74636
74908
  * The visibility of the range ends label.
74637
74909
  */
74638
- visibility?: pulumi.Input<enums.quicksight.TemplateVisibility>;
74910
+ visibility?: any;
74639
74911
  }
74640
74912
  interface TemplateReferenceLineArgs {
74641
74913
  /**
@@ -75105,7 +75377,7 @@ export declare namespace quicksight {
75105
75377
  /**
75106
75378
  * The visibility of the data zoom scroll bar.
75107
75379
  */
75108
- visibility?: pulumi.Input<enums.quicksight.TemplateVisibility>;
75380
+ visibility?: any;
75109
75381
  /**
75110
75382
  * The visibility range for the data zoom scroll bar.
75111
75383
  */
@@ -75115,7 +75387,7 @@ export declare namespace quicksight {
75115
75387
  /**
75116
75388
  * Determines the visibility of the secondary value.
75117
75389
  */
75118
- visibility?: pulumi.Input<enums.quicksight.TemplateVisibility>;
75390
+ visibility?: any;
75119
75391
  }
75120
75392
  interface TemplateSectionAfterPageBreakArgs {
75121
75393
  /**
@@ -75225,7 +75497,7 @@ export declare namespace quicksight {
75225
75497
  /**
75226
75498
  * The visibility configuration of info icon label options.
75227
75499
  */
75228
- visibility?: pulumi.Input<enums.quicksight.TemplateVisibility>;
75500
+ visibility?: any;
75229
75501
  }
75230
75502
  interface TemplateSheetControlLayoutArgs {
75231
75503
  /**
@@ -75302,7 +75574,7 @@ export declare namespace quicksight {
75302
75574
  * - `VISIBLE`
75303
75575
  * - `HIDDEN`
75304
75576
  */
75305
- visibility?: pulumi.Input<enums.quicksight.TemplateVisibility>;
75577
+ visibility?: any;
75306
75578
  }
75307
75579
  interface TemplateSheetElementRenderingRuleArgs {
75308
75580
  /**
@@ -75334,7 +75606,7 @@ export declare namespace quicksight {
75334
75606
  }
75335
75607
  interface TemplateSheetImageTooltipConfigurationArgs {
75336
75608
  tooltipText?: pulumi.Input<inputs.quicksight.TemplateSheetImageTooltipTextArgs>;
75337
- visibility?: pulumi.Input<enums.quicksight.TemplateVisibility>;
75609
+ visibility?: any;
75338
75610
  }
75339
75611
  interface TemplateSheetImageTooltipTextArgs {
75340
75612
  plainText?: pulumi.Input<string>;
@@ -75568,7 +75840,7 @@ export declare namespace quicksight {
75568
75840
  /**
75569
75841
  * The visibility configuration for the subtotal cells.
75570
75842
  */
75571
- totalsVisibility?: pulumi.Input<enums.quicksight.TemplateVisibility>;
75843
+ totalsVisibility?: any;
75572
75844
  /**
75573
75845
  * The cell styling options for the subtotals of value cells.
75574
75846
  */
@@ -75646,7 +75918,7 @@ export declare namespace quicksight {
75646
75918
  /**
75647
75919
  * The visibility of the table cells.
75648
75920
  */
75649
- visibility?: pulumi.Input<enums.quicksight.TemplateVisibility>;
75921
+ visibility?: any;
75650
75922
  }
75651
75923
  interface TemplateTableConditionalFormattingArgs {
75652
75924
  /**
@@ -75752,7 +76024,7 @@ export declare namespace quicksight {
75752
76024
  /**
75753
76025
  * The visibility of a table field.
75754
76026
  */
75755
- visibility?: pulumi.Input<enums.quicksight.TemplateVisibility>;
76027
+ visibility?: any;
75756
76028
  /**
75757
76029
  * String based length that is composed of value and unit in px
75758
76030
  */
@@ -75820,11 +76092,11 @@ export declare namespace quicksight {
75820
76092
  /**
75821
76093
  * The visibility of repeating header rows on each page.
75822
76094
  */
75823
- overflowColumnHeaderVisibility?: pulumi.Input<enums.quicksight.TemplateVisibility>;
76095
+ overflowColumnHeaderVisibility?: any;
75824
76096
  /**
75825
76097
  * The visibility of printing table overflow across pages.
75826
76098
  */
75827
- verticalOverflowVisibility?: pulumi.Input<enums.quicksight.TemplateVisibility>;
76099
+ verticalOverflowVisibility?: any;
75828
76100
  }
75829
76101
  interface TemplateTablePinnedFieldOptionsArgs {
75830
76102
  /**
@@ -75949,7 +76221,7 @@ export declare namespace quicksight {
75949
76221
  /**
75950
76222
  * The visibility configuration of the placeholder options in a text control.
75951
76223
  */
75952
- visibility?: pulumi.Input<enums.quicksight.TemplateVisibility>;
76224
+ visibility?: any;
75953
76225
  }
75954
76226
  interface TemplateTextFieldControlDisplayOptionsArgs {
75955
76227
  /**
@@ -75973,7 +76245,7 @@ export declare namespace quicksight {
75973
76245
  /**
75974
76246
  * Determines the visibility of the thousands separator.
75975
76247
  */
75976
- visibility?: pulumi.Input<enums.quicksight.TemplateVisibility>;
76248
+ visibility?: any;
75977
76249
  }
75978
76250
  interface TemplateTimeBasedForecastPropertiesArgs {
75979
76251
  /**
@@ -76143,7 +76415,7 @@ export declare namespace quicksight {
76143
76415
  /**
76144
76416
  * Determines whether or not the tooltip is visible.
76145
76417
  */
76146
- tooltipVisibility?: pulumi.Input<enums.quicksight.TemplateVisibility>;
76418
+ tooltipVisibility?: any;
76147
76419
  }
76148
76420
  interface TemplateTopBottomFilterArgs {
76149
76421
  /**
@@ -76295,7 +76567,7 @@ export declare namespace quicksight {
76295
76567
  /**
76296
76568
  * The visibility configuration for the total cells.
76297
76569
  */
76298
- totalsVisibility?: pulumi.Input<enums.quicksight.TemplateVisibility>;
76570
+ totalsVisibility?: any;
76299
76571
  }
76300
76572
  interface TemplateTreeMapAggregatedFieldWellsArgs {
76301
76573
  /**
@@ -76396,7 +76668,7 @@ export declare namespace quicksight {
76396
76668
  /**
76397
76669
  * The visibility of the trend arrows.
76398
76670
  */
76399
- visibility?: pulumi.Input<enums.quicksight.TemplateVisibility>;
76671
+ visibility?: any;
76400
76672
  }
76401
76673
  interface TemplateUnaggregatedFieldArgs {
76402
76674
  /**
@@ -76683,7 +76955,7 @@ export declare namespace quicksight {
76683
76955
  /**
76684
76956
  * The visibility of the subtitle label.
76685
76957
  */
76686
- visibility?: pulumi.Input<enums.quicksight.TemplateVisibility>;
76958
+ visibility?: any;
76687
76959
  }
76688
76960
  interface TemplateVisualTitleLabelOptionsArgs {
76689
76961
  /**
@@ -76693,7 +76965,7 @@ export declare namespace quicksight {
76693
76965
  /**
76694
76966
  * The visibility of the title label.
76695
76967
  */
76696
- visibility?: pulumi.Input<enums.quicksight.TemplateVisibility>;
76968
+ visibility?: any;
76697
76969
  }
76698
76970
  interface TemplateWaterfallChartAggregatedFieldWellsArgs {
76699
76971
  /**
@@ -77864,9 +78136,15 @@ export declare namespace rds {
77864
78136
  */
77865
78137
  maxCapacity?: pulumi.Input<number>;
77866
78138
  /**
77867
- * The minimum number of Aurora capacity units (ACUs) for a DB instance in an Aurora Serverless v2 cluster. You can specify ACU values in half-step increments, such as 8, 8.5, 9, and so on. The smallest value that you can use is 0.5.
78139
+ * The minimum number of Aurora capacity units (ACUs) for a DB instance in an Aurora Serverless v2 cluster. You can specify ACU values in half-step increments, such as 8, 8.5, 9, and so on. For Aurora versions that support the Aurora Serverless v2 auto-pause feature, the smallest value that you can use is 0. For versions that don't support Aurora Serverless v2 auto-pause, the smallest value that you can use is 0.5.
77868
78140
  */
77869
78141
  minCapacity?: pulumi.Input<number>;
78142
+ /**
78143
+ * Specifies the number of seconds an Aurora Serverless v2 DB instance must be idle before Aurora attempts to automatically pause it.
78144
+ *
78145
+ * Specify a value between 300 seconds (five minutes) and 86,400 seconds (one day). The default is 300 seconds.
78146
+ */
78147
+ secondsUntilAutoPause?: pulumi.Input<number>;
77870
78148
  }
77871
78149
  /**
77872
78150
  * The details of the DB instance’s server certificate.
@@ -81457,6 +81735,9 @@ export declare namespace sagemaker {
81457
81735
  * The settings for a custom Amazon EFS file system.
81458
81736
  */
81459
81737
  efsFileSystemConfig?: pulumi.Input<inputs.sagemaker.DomainEfsFileSystemConfigArgs>;
81738
+ /**
81739
+ * The settings for a custom Amazon FSx for Lustre file system.
81740
+ */
81460
81741
  fSxLustreFileSystemConfig?: pulumi.Input<inputs.sagemaker.DomainFSxLustreFileSystemConfigArgs>;
81461
81742
  }
81462
81743
  /**
@@ -81569,7 +81850,13 @@ export declare namespace sagemaker {
81569
81850
  fileSystemPath?: pulumi.Input<string>;
81570
81851
  }
81571
81852
  interface DomainFSxLustreFileSystemConfigArgs {
81853
+ /**
81854
+ * The globally unique, 17-digit, ID of the file system, assigned by Amazon FSx for Lustre.
81855
+ */
81572
81856
  fileSystemId: pulumi.Input<string>;
81857
+ /**
81858
+ * The path to the file system directory that is accessible in Amazon SageMaker Studio. Permitted users can access only this directory and below.
81859
+ */
81573
81860
  fileSystemPath?: pulumi.Input<string>;
81574
81861
  }
81575
81862
  interface DomainIdleSettingsArgs {
@@ -84739,6 +85026,8 @@ export declare namespace sagemaker {
84739
85026
  interface SpaceSettingsArgs {
84740
85027
  /**
84741
85028
  * The type of app created within the space.
85029
+ *
85030
+ * If using the [UpdateSpace](https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_UpdateSpace.html) API, you can't change the app type of your space by specifying a different value for this field.
84742
85031
  */
84743
85032
  appType?: pulumi.Input<enums.sagemaker.SpaceAppType>;
84744
85033
  /**
@@ -84816,6 +85105,9 @@ export declare namespace sagemaker {
84816
85105
  * The settings for a custom Amazon EFS file system.
84817
85106
  */
84818
85107
  efsFileSystemConfig?: pulumi.Input<inputs.sagemaker.UserProfileEfsFileSystemConfigArgs>;
85108
+ /**
85109
+ * The settings for a custom Amazon FSx for Lustre file system.
85110
+ */
84819
85111
  fSxLustreFileSystemConfig?: pulumi.Input<inputs.sagemaker.UserProfileFSxLustreFileSystemConfigArgs>;
84820
85112
  }
84821
85113
  /**
@@ -84878,7 +85170,13 @@ export declare namespace sagemaker {
84878
85170
  fileSystemPath?: pulumi.Input<string>;
84879
85171
  }
84880
85172
  interface UserProfileFSxLustreFileSystemConfigArgs {
85173
+ /**
85174
+ * The globally unique, 17-digit, ID of the file system, assigned by Amazon FSx for Lustre.
85175
+ */
84881
85176
  fileSystemId: pulumi.Input<string>;
85177
+ /**
85178
+ * The path to the file system directory that is accessible in Amazon SageMaker Studio. Permitted users can access only this directory and below.
85179
+ */
84882
85180
  fileSystemPath?: pulumi.Input<string>;
84883
85181
  }
84884
85182
  interface UserProfileIdleSettingsArgs {
@@ -86493,29 +86791,13 @@ export declare namespace securityhub {
86493
86791
  /**
86494
86792
  * A timestamp that provides the end date for the date filter.
86495
86793
  *
86496
- * This field accepts only the specified formats. Timestamps can end with `Z` or `("+" / "-") time-hour [":" time-minute]` . The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats that you can send to Security Hub:
86497
- *
86498
- * - `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z` )
86499
- * - `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example, `2019-01-31T23:00:00.123456789Z` )
86500
- * - `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example, `2024-01-04T15:25:10+17:59` )
86501
- * - `YYYY-MM-DDTHH:MM:SS-HHMM` (for example, `2024-01-04T15:25:10-1759` )
86502
- * - `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example, `2024-01-04T15:25:10.123456789+17:59` )
86503
- *
86504
- * If a finding provider sends a finding to Security Hub that contains a timestamp in nanoseconds, we round it to milliseconds. For example, we round `2024-10-31T23:00:00.123456789Z` to `2024-10-31T23:00:00.123Z` .
86794
+ * For more information about the validation and formatting of timestamp fields in AWS Security Hub , see [Timestamps](https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps) .
86505
86795
  */
86506
86796
  end?: pulumi.Input<string>;
86507
86797
  /**
86508
86798
  * A timestamp that provides the start date for the date filter.
86509
86799
  *
86510
- * This field accepts only the specified formats. Timestamps can end with `Z` or `("+" / "-") time-hour [":" time-minute]` . The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats that you can send to Security Hub:
86511
- *
86512
- * - `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z` )
86513
- * - `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example, `2019-01-31T23:00:00.123456789Z` )
86514
- * - `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example, `2024-01-04T15:25:10+17:59` )
86515
- * - `YYYY-MM-DDTHH:MM:SS-HHMM` (for example, `2024-01-04T15:25:10-1759` )
86516
- * - `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example, `2024-01-04T15:25:10.123456789+17:59` )
86517
- *
86518
- * If a finding provider sends a finding to Security Hub that contains a timestamp in nanoseconds, we round it to milliseconds. For example, we round `2024-10-31T23:00:00.123456789Z` to `2024-10-31T23:00:00.123Z` .
86800
+ * For more information about the validation and formatting of timestamp fields in AWS Security Hub , see [Timestamps](https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps) .
86519
86801
  */
86520
86802
  start?: pulumi.Input<string>;
86521
86803
  }
@@ -87205,6 +87487,12 @@ export declare namespace ses {
87205
87487
  mailboxArn: pulumi.Input<string>;
87206
87488
  roleArn: pulumi.Input<string>;
87207
87489
  }
87490
+ interface MailManagerRuleSetDeliverToQBusinessActionArgs {
87491
+ actionFailurePolicy?: pulumi.Input<enums.ses.MailManagerRuleSetActionFailurePolicy>;
87492
+ applicationId: pulumi.Input<string>;
87493
+ indexId: pulumi.Input<string>;
87494
+ roleArn: pulumi.Input<string>;
87495
+ }
87208
87496
  interface MailManagerRuleSetDropActionArgs {
87209
87497
  }
87210
87498
  interface MailManagerRuleSetRelayActionArgs {
@@ -87219,7 +87507,7 @@ export declare namespace ses {
87219
87507
  /**
87220
87508
  * The list of actions to execute when the conditions match the incoming email, and none of the "unless conditions" match.
87221
87509
  */
87222
- actions: pulumi.Input<pulumi.Input<inputs.ses.MailManagerRuleSetRuleAction0PropertiesArgs | inputs.ses.MailManagerRuleSetRuleAction1PropertiesArgs | inputs.ses.MailManagerRuleSetRuleAction2PropertiesArgs | inputs.ses.MailManagerRuleSetRuleAction3PropertiesArgs | inputs.ses.MailManagerRuleSetRuleAction4PropertiesArgs | inputs.ses.MailManagerRuleSetRuleAction5PropertiesArgs | inputs.ses.MailManagerRuleSetRuleAction6PropertiesArgs | inputs.ses.MailManagerRuleSetRuleAction7PropertiesArgs>[]>;
87510
+ actions: pulumi.Input<pulumi.Input<inputs.ses.MailManagerRuleSetRuleAction0PropertiesArgs | inputs.ses.MailManagerRuleSetRuleAction1PropertiesArgs | inputs.ses.MailManagerRuleSetRuleAction2PropertiesArgs | inputs.ses.MailManagerRuleSetRuleAction3PropertiesArgs | inputs.ses.MailManagerRuleSetRuleAction4PropertiesArgs | inputs.ses.MailManagerRuleSetRuleAction5PropertiesArgs | inputs.ses.MailManagerRuleSetRuleAction6PropertiesArgs | inputs.ses.MailManagerRuleSetRuleAction7PropertiesArgs | inputs.ses.MailManagerRuleSetRuleAction8PropertiesArgs>[]>;
87223
87511
  /**
87224
87512
  * The conditions of this rule. All conditions must match the email for the actions to be executed. An empty list of conditions means that all emails match, but are still subject to any "unless conditions"
87225
87513
  */
@@ -87257,6 +87545,9 @@ export declare namespace ses {
87257
87545
  interface MailManagerRuleSetRuleAction7PropertiesArgs {
87258
87546
  deliverToMailbox: pulumi.Input<inputs.ses.MailManagerRuleSetDeliverToMailboxActionArgs>;
87259
87547
  }
87548
+ interface MailManagerRuleSetRuleAction8PropertiesArgs {
87549
+ deliverToQBusiness: pulumi.Input<inputs.ses.MailManagerRuleSetDeliverToQBusinessActionArgs>;
87550
+ }
87260
87551
  interface MailManagerRuleSetRuleBooleanExpressionArgs {
87261
87552
  evaluate: pulumi.Input<inputs.ses.MailManagerRuleSetRuleBooleanToEvaluatePropertiesArgs>;
87262
87553
  operator: pulumi.Input<enums.ses.MailManagerRuleSetRuleBooleanOperator>;
@@ -90504,7 +90795,7 @@ export declare namespace wafv2 {
90504
90795
  */
90505
90796
  forwardedIpConfig?: pulumi.Input<inputs.wafv2.RuleGroupForwardedIpConfigurationArgs>;
90506
90797
  /**
90507
- * The limit on requests per 5-minute period for a single aggregation instance for the rate-based rule. If the rate-based statement includes a `ScopeDownStatement` , this limit is applied only to the requests that match the statement.
90798
+ * The limit on requests during the specified evaluation window for a single aggregation instance for the rate-based rule. If the rate-based statement includes a `ScopeDownStatement` , this limit is applied only to the requests that match the statement.
90508
90799
  *
90509
90800
  * Examples:
90510
90801
  *
@@ -91821,7 +92112,7 @@ export declare namespace wafv2 {
91821
92112
  */
91822
92113
  forwardedIpConfig?: pulumi.Input<inputs.wafv2.WebAclForwardedIpConfigurationArgs>;
91823
92114
  /**
91824
- * The limit on requests per 5-minute period for a single aggregation instance for the rate-based rule. If the rate-based statement includes a `ScopeDownStatement` , this limit is applied only to the requests that match the statement.
92115
+ * The limit on requests during the specified evaluation window for a single aggregation instance for the rate-based rule. If the rate-based statement includes a `ScopeDownStatement` , this limit is applied only to the requests that match the statement.
91825
92116
  *
91826
92117
  * Examples:
91827
92118
  *