@pulumi/aws 6.6.0-alpha.1697624191 → 6.6.1

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 (65) hide show
  1. package/cleanrooms/configuredTable.d.ts +2 -2
  2. package/cleanrooms/configuredTable.js +2 -2
  3. package/cloudfront/distribution.d.ts +3 -3
  4. package/codecatalyst/devEnvironment.d.ts +1 -1
  5. package/codecatalyst/devEnvironment.js +1 -1
  6. package/codecatalyst/project.d.ts +1 -1
  7. package/codecatalyst/project.js +1 -1
  8. package/dms/endpoint.d.ts +1 -3
  9. package/dms/endpoint.js +1 -3
  10. package/dms/endpoint.js.map +1 -1
  11. package/docdb/globalCluster.d.ts +1 -1
  12. package/docdb/globalCluster.js +1 -1
  13. package/ec2/amiCopy.d.ts +3 -3
  14. package/ec2/spotInstanceRequest.d.ts +6 -6
  15. package/ec2/vpcPeeringConnectionAccepter.d.ts +1 -1
  16. package/ec2/vpcPeeringConnectionAccepter.js +1 -1
  17. package/emr/cluster.d.ts +1 -1
  18. package/emr/cluster.js +1 -1
  19. package/fsx/lustreFileSystem.d.ts +1 -1
  20. package/fsx/lustreFileSystem.js +1 -1
  21. package/fsx/ontapFileSystem.d.ts +1 -1
  22. package/fsx/ontapFileSystem.js +1 -1
  23. package/fsx/ontapStorageVirtualMachine.d.ts +1 -1
  24. package/fsx/ontapStorageVirtualMachine.js +1 -1
  25. package/fsx/openZfsFileSystem.d.ts +1 -1
  26. package/fsx/openZfsFileSystem.js +1 -1
  27. package/fsx/windowsFileSystem.d.ts +1 -1
  28. package/fsx/windowsFileSystem.js +1 -1
  29. package/getDefaultTags.d.ts +2 -2
  30. package/getDefaultTags.js +2 -2
  31. package/iam/getSessionContext.d.ts +4 -4
  32. package/iam/getSessionContext.js +2 -2
  33. package/iam/rolePolicyAttachment.d.ts +1 -1
  34. package/iam/rolePolicyAttachment.js +1 -1
  35. package/iam/userLoginProfile.d.ts +1 -1
  36. package/iam/userLoginProfile.js +1 -1
  37. package/licensemanager/licenseConfiguration.d.ts +1 -1
  38. package/licensemanager/licenseConfiguration.js +1 -1
  39. package/lightsail/bucket.d.ts +3 -3
  40. package/neptune/globalCluster.d.ts +1 -1
  41. package/neptune/globalCluster.js +1 -1
  42. package/organizations/account.d.ts +1 -1
  43. package/organizations/account.js +1 -1
  44. package/package.json +1 -1
  45. package/pinpoint/app.d.ts +3 -3
  46. package/ram/resourceShareAccepter.d.ts +1 -1
  47. package/ram/resourceShareAccepter.js +1 -1
  48. package/rds/clusterParameterGroup.d.ts +3 -3
  49. package/rds/globalCluster.d.ts +1 -1
  50. package/rds/globalCluster.js +1 -1
  51. package/route53/zoneAssociation.d.ts +3 -3
  52. package/route53/zoneAssociation.js +3 -3
  53. package/s3/bucketLifecycleConfigurationV2.d.ts +1 -1
  54. package/s3/bucketLifecycleConfigurationV2.js +1 -1
  55. package/scheduler/schedule.d.ts +2 -2
  56. package/securityhub/organizationConfiguration.d.ts +2 -2
  57. package/securityhub/organizationConfiguration.js +2 -2
  58. package/securityhub/standardsControl.d.ts +2 -2
  59. package/securityhub/standardsControl.js +2 -2
  60. package/ssm/document.d.ts +1 -1
  61. package/ssm/document.js +1 -1
  62. package/storagegateway/gateway.d.ts +1 -1
  63. package/storagegateway/gateway.js +1 -1
  64. package/types/input.d.ts +280 -356
  65. package/types/output.d.ts +280 -356
package/types/input.d.ts CHANGED
@@ -959,9 +959,6 @@ export declare namespace alb {
959
959
  interface ListenerRuleConditionHostHeader {
960
960
  /**
961
961
  * List of header value patterns to match. Maximum size of each pattern is 128 characters. Comparison is case insensitive. Wildcard characters supported: * (matches 0 or more characters) and ? (matches exactly 1 character). If the same header appears multiple times in the request they will be searched in order until a match is found. Only one pattern needs to match for the condition to be satisfied. To require that all of the strings are a match, create one condition block per string.
962
- *
963
- *
964
- * Query String Value Blocks (for `query_string.values`) support the following:
965
962
  */
966
963
  values: pulumi.Input<pulumi.Input<string>[]>;
967
964
  }
@@ -978,18 +975,12 @@ export declare namespace alb {
978
975
  interface ListenerRuleConditionHttpRequestMethod {
979
976
  /**
980
977
  * List of header value patterns to match. Maximum size of each pattern is 128 characters. Comparison is case insensitive. Wildcard characters supported: * (matches 0 or more characters) and ? (matches exactly 1 character). If the same header appears multiple times in the request they will be searched in order until a match is found. Only one pattern needs to match for the condition to be satisfied. To require that all of the strings are a match, create one condition block per string.
981
- *
982
- *
983
- * Query String Value Blocks (for `query_string.values`) support the following:
984
978
  */
985
979
  values: pulumi.Input<pulumi.Input<string>[]>;
986
980
  }
987
981
  interface ListenerRuleConditionPathPattern {
988
982
  /**
989
983
  * List of header value patterns to match. Maximum size of each pattern is 128 characters. Comparison is case insensitive. Wildcard characters supported: * (matches 0 or more characters) and ? (matches exactly 1 character). If the same header appears multiple times in the request they will be searched in order until a match is found. Only one pattern needs to match for the condition to be satisfied. To require that all of the strings are a match, create one condition block per string.
990
- *
991
- *
992
- * Query String Value Blocks (for `query_string.values`) support the following:
993
984
  */
994
985
  values: pulumi.Input<pulumi.Input<string>[]>;
995
986
  }
@@ -1006,9 +997,6 @@ export declare namespace alb {
1006
997
  interface ListenerRuleConditionSourceIp {
1007
998
  /**
1008
999
  * List of header value patterns to match. Maximum size of each pattern is 128 characters. Comparison is case insensitive. Wildcard characters supported: * (matches 0 or more characters) and ? (matches exactly 1 character). If the same header appears multiple times in the request they will be searched in order until a match is found. Only one pattern needs to match for the condition to be satisfied. To require that all of the strings are a match, create one condition block per string.
1009
- *
1010
- *
1011
- * Query String Value Blocks (for `query_string.values`) support the following:
1012
1000
  */
1013
1001
  values: pulumi.Input<pulumi.Input<string>[]>;
1014
1002
  }
@@ -1657,7 +1645,7 @@ export declare namespace appautoscaling {
1657
1645
  }
1658
1646
  interface PolicyTargetTrackingScalingPolicyConfigurationCustomizedMetricSpecification {
1659
1647
  /**
1660
- * Configuration block(s) with the dimensions of the metric if the metric was published with dimensions. Detailed below.
1648
+ * Dimensions of the metric.
1661
1649
  */
1662
1650
  dimensions?: pulumi.Input<pulumi.Input<inputs.appautoscaling.PolicyTargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationDimension>[]>;
1663
1651
  /**
@@ -1677,7 +1665,7 @@ export declare namespace appautoscaling {
1677
1665
  */
1678
1666
  statistic?: pulumi.Input<string>;
1679
1667
  /**
1680
- * Unit of the metric.
1668
+ * Unit of the metrics to return.
1681
1669
  */
1682
1670
  unit?: pulumi.Input<string>;
1683
1671
  }
@@ -1723,13 +1711,13 @@ export declare namespace appautoscaling {
1723
1711
  */
1724
1712
  stat: pulumi.Input<string>;
1725
1713
  /**
1726
- * Unit of the metric.
1714
+ * Unit of the metrics to return.
1727
1715
  */
1728
1716
  unit?: pulumi.Input<string>;
1729
1717
  }
1730
1718
  interface PolicyTargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationMetricMetricStatMetric {
1731
1719
  /**
1732
- * Configuration block(s) with the dimensions of the metric if the metric was published with dimensions. Detailed below.
1720
+ * Dimensions of the metric.
1733
1721
  */
1734
1722
  dimensions?: pulumi.Input<pulumi.Input<inputs.appautoscaling.PolicyTargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationMetricMetricStatMetricDimension>[]>;
1735
1723
  /**
@@ -2684,7 +2672,7 @@ export declare namespace appflow {
2684
2672
  */
2685
2673
  entityName: pulumi.Input<string>;
2686
2674
  /**
2687
- * Settings that determine how Amazon AppFlow handles an error when placing data in the destination. See Error Handling Config for more details.
2675
+ * Settings that determine how Amazon AppFlow handles an error when placing data in the custom connector as destination. See Error Handling Config for more details.
2688
2676
  */
2689
2677
  errorHandlingConfig?: pulumi.Input<inputs.appflow.FlowDestinationFlowConfigDestinationConnectorPropertiesCustomConnectorErrorHandlingConfig>;
2690
2678
  /**
@@ -2722,7 +2710,7 @@ export declare namespace appflow {
2722
2710
  }
2723
2711
  interface FlowDestinationFlowConfigDestinationConnectorPropertiesEventBridge {
2724
2712
  /**
2725
- * Settings that determine how Amazon AppFlow handles an error when placing data in the destination. See Error Handling Config for more details.
2713
+ * Settings that determine how Amazon AppFlow handles an error when placing data in the custom connector as destination. See Error Handling Config for more details.
2726
2714
  */
2727
2715
  errorHandlingConfig?: pulumi.Input<inputs.appflow.FlowDestinationFlowConfigDestinationConnectorPropertiesEventBridgeErrorHandlingConfig>;
2728
2716
  /**
@@ -2746,7 +2734,7 @@ export declare namespace appflow {
2746
2734
  }
2747
2735
  interface FlowDestinationFlowConfigDestinationConnectorPropertiesHoneycode {
2748
2736
  /**
2749
- * Settings that determine how Amazon AppFlow handles an error when placing data in the destination. See Error Handling Config for more details.
2737
+ * Settings that determine how Amazon AppFlow handles an error when placing data in the custom connector as destination. See Error Handling Config for more details.
2750
2738
  */
2751
2739
  errorHandlingConfig?: pulumi.Input<inputs.appflow.FlowDestinationFlowConfigDestinationConnectorPropertiesHoneycodeErrorHandlingConfig>;
2752
2740
  /**
@@ -2772,7 +2760,7 @@ export declare namespace appflow {
2772
2760
  }
2773
2761
  interface FlowDestinationFlowConfigDestinationConnectorPropertiesMarketo {
2774
2762
  /**
2775
- * Settings that determine how Amazon AppFlow handles an error when placing data in the destination. See Error Handling Config for more details.
2763
+ * Settings that determine how Amazon AppFlow handles an error when placing data in the custom connector as destination. See Error Handling Config for more details.
2776
2764
  */
2777
2765
  errorHandlingConfig?: pulumi.Input<inputs.appflow.FlowDestinationFlowConfigDestinationConnectorPropertiesMarketoErrorHandlingConfig>;
2778
2766
  /**
@@ -2796,11 +2784,11 @@ export declare namespace appflow {
2796
2784
  }
2797
2785
  interface FlowDestinationFlowConfigDestinationConnectorPropertiesRedshift {
2798
2786
  /**
2799
- * Object key for the bucket in which Amazon AppFlow places the destination files.
2787
+ * Amazon S3 bucket prefix.
2800
2788
  */
2801
2789
  bucketPrefix?: pulumi.Input<string>;
2802
2790
  /**
2803
- * Settings that determine how Amazon AppFlow handles an error when placing data in the destination. See Error Handling Config for more details.
2791
+ * Settings that determine how Amazon AppFlow handles an error when placing data in the custom connector as destination. See Error Handling Config for more details.
2804
2792
  */
2805
2793
  errorHandlingConfig?: pulumi.Input<inputs.appflow.FlowDestinationFlowConfigDestinationConnectorPropertiesRedshiftErrorHandlingConfig>;
2806
2794
  /**
@@ -2828,11 +2816,11 @@ export declare namespace appflow {
2828
2816
  }
2829
2817
  interface FlowDestinationFlowConfigDestinationConnectorPropertiesS3 {
2830
2818
  /**
2831
- * Amazon S3 bucket name in which Amazon AppFlow places the transferred data.
2819
+ * Name of the Amazon S3 bucket.
2832
2820
  */
2833
2821
  bucketName: pulumi.Input<string>;
2834
2822
  /**
2835
- * Object key for the bucket in which Amazon AppFlow places the destination files.
2823
+ * Amazon S3 bucket prefix.
2836
2824
  */
2837
2825
  bucketPrefix?: pulumi.Input<string>;
2838
2826
  /**
@@ -2876,7 +2864,7 @@ export declare namespace appflow {
2876
2864
  }
2877
2865
  interface FlowDestinationFlowConfigDestinationConnectorPropertiesSalesforce {
2878
2866
  /**
2879
- * Settings that determine how Amazon AppFlow handles an error when placing data in the destination. See Error Handling Config for more details.
2867
+ * Settings that determine how Amazon AppFlow handles an error when placing data in the custom connector as destination. See Error Handling Config for more details.
2880
2868
  */
2881
2869
  errorHandlingConfig?: pulumi.Input<inputs.appflow.FlowDestinationFlowConfigDestinationConnectorPropertiesSalesforceErrorHandlingConfig>;
2882
2870
  /**
@@ -2908,7 +2896,7 @@ export declare namespace appflow {
2908
2896
  }
2909
2897
  interface FlowDestinationFlowConfigDestinationConnectorPropertiesSapoData {
2910
2898
  /**
2911
- * Settings that determine how Amazon AppFlow handles an error when placing data in the destination. See Error Handling Config for more details.
2899
+ * Settings that determine how Amazon AppFlow handles an error when placing data in the custom connector as destination. See Error Handling Config for more details.
2912
2900
  */
2913
2901
  errorHandlingConfig?: pulumi.Input<inputs.appflow.FlowDestinationFlowConfigDestinationConnectorPropertiesSapoDataErrorHandlingConfig>;
2914
2902
  /**
@@ -2954,11 +2942,11 @@ export declare namespace appflow {
2954
2942
  }
2955
2943
  interface FlowDestinationFlowConfigDestinationConnectorPropertiesSnowflake {
2956
2944
  /**
2957
- * Object key for the bucket in which Amazon AppFlow places the destination files.
2945
+ * Amazon S3 bucket prefix.
2958
2946
  */
2959
2947
  bucketPrefix?: pulumi.Input<string>;
2960
2948
  /**
2961
- * Settings that determine how Amazon AppFlow handles an error when placing data in the destination. See Error Handling Config for more details.
2949
+ * Settings that determine how Amazon AppFlow handles an error when placing data in the custom connector as destination. See Error Handling Config for more details.
2962
2950
  */
2963
2951
  errorHandlingConfig?: pulumi.Input<inputs.appflow.FlowDestinationFlowConfigDestinationConnectorPropertiesSnowflakeErrorHandlingConfig>;
2964
2952
  /**
@@ -2986,11 +2974,11 @@ export declare namespace appflow {
2986
2974
  }
2987
2975
  interface FlowDestinationFlowConfigDestinationConnectorPropertiesUpsolver {
2988
2976
  /**
2989
- * Amazon S3 bucket name in which Amazon AppFlow places the transferred data.
2977
+ * Name of the Amazon S3 bucket.
2990
2978
  */
2991
2979
  bucketName: pulumi.Input<string>;
2992
2980
  /**
2993
- * Object key for the bucket in which Amazon AppFlow places the destination files.
2981
+ * Amazon S3 bucket prefix.
2994
2982
  */
2995
2983
  bucketPrefix?: pulumi.Input<string>;
2996
2984
  /**
@@ -3030,7 +3018,7 @@ export declare namespace appflow {
3030
3018
  }
3031
3019
  interface FlowDestinationFlowConfigDestinationConnectorPropertiesZendesk {
3032
3020
  /**
3033
- * Settings that determine how Amazon AppFlow handles an error when placing data in the destination. See Error Handling Config for more details.
3021
+ * Settings that determine how Amazon AppFlow handles an error when placing data in the custom connector as destination. See Error Handling Config for more details.
3034
3022
  */
3035
3023
  errorHandlingConfig?: pulumi.Input<inputs.appflow.FlowDestinationFlowConfigDestinationConnectorPropertiesZendeskErrorHandlingConfig>;
3036
3024
  /**
@@ -3204,11 +3192,11 @@ export declare namespace appflow {
3204
3192
  }
3205
3193
  interface FlowSourceFlowConfigSourceConnectorPropertiesS3 {
3206
3194
  /**
3207
- * Amazon S3 bucket name in which Amazon AppFlow places the transferred data.
3195
+ * Name of the Amazon S3 bucket.
3208
3196
  */
3209
3197
  bucketName: pulumi.Input<string>;
3210
3198
  /**
3211
- * Object key for the bucket in which Amazon AppFlow places the destination files.
3199
+ * Amazon S3 bucket prefix.
3212
3200
  */
3213
3201
  bucketPrefix?: pulumi.Input<string>;
3214
3202
  /**
@@ -3497,7 +3485,7 @@ export declare namespace appmesh {
3497
3485
  }
3498
3486
  interface GatewayRouteSpecGrpcRouteMatch {
3499
3487
  /**
3500
- * The port number that corresponds to the target for Virtual Service provider port. This is required when the provider (router or node) of the Virtual Service has multiple listeners.
3488
+ * The port number to match from the request.
3501
3489
  */
3502
3490
  port?: pulumi.Input<number>;
3503
3491
  /**
@@ -3583,19 +3571,19 @@ export declare namespace appmesh {
3583
3571
  */
3584
3572
  headers?: pulumi.Input<pulumi.Input<inputs.appmesh.GatewayRouteSpecHttp2RouteMatchHeader>[]>;
3585
3573
  /**
3586
- * Host name to rewrite.
3574
+ * Host name to match on.
3587
3575
  */
3588
3576
  hostname?: pulumi.Input<inputs.appmesh.GatewayRouteSpecHttp2RouteMatchHostname>;
3589
3577
  /**
3590
- * Exact path to rewrite.
3578
+ * Client request path to match on.
3591
3579
  */
3592
3580
  path?: pulumi.Input<inputs.appmesh.GatewayRouteSpecHttp2RouteMatchPath>;
3593
3581
  /**
3594
- * The port number that corresponds to the target for Virtual Service provider port. This is required when the provider (router or node) of the Virtual Service has multiple listeners.
3582
+ * The port number to match from the request.
3595
3583
  */
3596
3584
  port?: pulumi.Input<number>;
3597
3585
  /**
3598
- * Specified beginning characters to rewrite.
3586
+ * Header value sent by the client must begin with the specified characters.
3599
3587
  */
3600
3588
  prefix?: pulumi.Input<string>;
3601
3589
  /**
@@ -3619,11 +3607,11 @@ export declare namespace appmesh {
3619
3607
  }
3620
3608
  interface GatewayRouteSpecHttp2RouteMatchHeaderMatch {
3621
3609
  /**
3622
- * Value used to replace matched path.
3610
+ * Header value sent by the client must match the specified value exactly.
3623
3611
  */
3624
3612
  exact?: pulumi.Input<string>;
3625
3613
  /**
3626
- * Specified beginning characters to rewrite.
3614
+ * Header value sent by the client must begin with the specified characters.
3627
3615
  */
3628
3616
  prefix?: pulumi.Input<string>;
3629
3617
  /**
@@ -3681,7 +3669,7 @@ export declare namespace appmesh {
3681
3669
  }
3682
3670
  interface GatewayRouteSpecHttp2RouteMatchQueryParameterMatch {
3683
3671
  /**
3684
- * Value used to replace matched path.
3672
+ * Header value sent by the client must match the specified value exactly.
3685
3673
  */
3686
3674
  exact?: pulumi.Input<string>;
3687
3675
  }
@@ -3763,19 +3751,19 @@ export declare namespace appmesh {
3763
3751
  */
3764
3752
  headers?: pulumi.Input<pulumi.Input<inputs.appmesh.GatewayRouteSpecHttpRouteMatchHeader>[]>;
3765
3753
  /**
3766
- * Host name to rewrite.
3754
+ * Host name to match on.
3767
3755
  */
3768
3756
  hostname?: pulumi.Input<inputs.appmesh.GatewayRouteSpecHttpRouteMatchHostname>;
3769
3757
  /**
3770
- * Exact path to rewrite.
3758
+ * Client request path to match on.
3771
3759
  */
3772
3760
  path?: pulumi.Input<inputs.appmesh.GatewayRouteSpecHttpRouteMatchPath>;
3773
3761
  /**
3774
- * The port number that corresponds to the target for Virtual Service provider port. This is required when the provider (router or node) of the Virtual Service has multiple listeners.
3762
+ * The port number to match from the request.
3775
3763
  */
3776
3764
  port?: pulumi.Input<number>;
3777
3765
  /**
3778
- * Specified beginning characters to rewrite.
3766
+ * Header value sent by the client must begin with the specified characters.
3779
3767
  */
3780
3768
  prefix?: pulumi.Input<string>;
3781
3769
  /**
@@ -3799,11 +3787,11 @@ export declare namespace appmesh {
3799
3787
  }
3800
3788
  interface GatewayRouteSpecHttpRouteMatchHeaderMatch {
3801
3789
  /**
3802
- * Value used to replace matched path.
3790
+ * Header value sent by the client must match the specified value exactly.
3803
3791
  */
3804
3792
  exact?: pulumi.Input<string>;
3805
3793
  /**
3806
- * Specified beginning characters to rewrite.
3794
+ * Header value sent by the client must begin with the specified characters.
3807
3795
  */
3808
3796
  prefix?: pulumi.Input<string>;
3809
3797
  /**
@@ -3861,7 +3849,7 @@ export declare namespace appmesh {
3861
3849
  }
3862
3850
  interface GatewayRouteSpecHttpRouteMatchQueryParameterMatch {
3863
3851
  /**
3864
- * Value used to replace matched path.
3852
+ * Header value sent by the client must match the specified value exactly.
3865
3853
  */
3866
3854
  exact?: pulumi.Input<string>;
3867
3855
  }
@@ -3954,8 +3942,7 @@ export declare namespace appmesh {
3954
3942
  */
3955
3943
  port?: pulumi.Input<number>;
3956
3944
  /**
3957
- * Value sent by the client must begin with the specified characters. Must be between 1 and 255 characters in length.
3958
- * This parameter must always start with /, which by itself matches all requests to the virtual router service name.
3945
+ * Header value sent by the client must begin with the specified characters.
3959
3946
  */
3960
3947
  prefix?: pulumi.Input<string>;
3961
3948
  /**
@@ -3983,12 +3970,11 @@ export declare namespace appmesh {
3983
3970
  */
3984
3971
  exact?: pulumi.Input<string>;
3985
3972
  /**
3986
- * Value sent by the client must begin with the specified characters. Must be between 1 and 255 characters in length.
3987
- * This parameter must always start with /, which by itself matches all requests to the virtual router service name.
3973
+ * Header value sent by the client must begin with the specified characters.
3988
3974
  */
3989
3975
  prefix?: pulumi.Input<string>;
3990
3976
  /**
3991
- * Object that specifies the range of numbers that the value sent by the client must be included in.
3977
+ * Object that specifies the range of numbers that the header value sent by the client must be included in.
3992
3978
  */
3993
3979
  range?: pulumi.Input<inputs.appmesh.RouteSpecGrpcRouteMatchMetadataMatchRange>;
3994
3980
  /**
@@ -3996,7 +3982,7 @@ export declare namespace appmesh {
3996
3982
  */
3997
3983
  regex?: pulumi.Input<string>;
3998
3984
  /**
3999
- * Value sent by the client must end with the specified characters. Must be between 1 and 255 characters in length.
3985
+ * Header value sent by the client must end with the specified characters.
4000
3986
  */
4001
3987
  suffix?: pulumi.Input<string>;
4002
3988
  }
@@ -4019,7 +4005,6 @@ export declare namespace appmesh {
4019
4005
  /**
4020
4006
  * List of HTTP retry events.
4021
4007
  * Valid values: `client-error` (HTTP status code 409), `gateway-error` (HTTP status codes 502, 503, and 504), `server-error` (HTTP status codes 500, 501, 502, 503, 504, 505, 506, 507, 508, 510, and 511), `stream-error` (retry on refused stream).
4022
- * Valid values: `client-error` (HTTP status code 409), `gateway-error` (HTTP status codes 502, 503, and 504), `server-error` (HTTP status codes 500, 501, 502, 503, 504, 505, 506, 507, 508, 510, and 511), `stream-error` (retry on refused stream).
4023
4008
  */
4024
4009
  httpRetryEvents?: pulumi.Input<pulumi.Input<string>[]>;
4025
4010
  /**
@@ -4032,9 +4017,6 @@ export declare namespace appmesh {
4032
4017
  perRetryTimeout: pulumi.Input<inputs.appmesh.RouteSpecGrpcRouteRetryPolicyPerRetryTimeout>;
4033
4018
  /**
4034
4019
  * List of TCP retry events. The only valid value is `connection-error`.
4035
- *
4036
- *
4037
- * You must specify at least one value for `httpRetryEvents`, or at least one value for `tcpRetryEvents`.
4038
4020
  */
4039
4021
  tcpRetryEvents?: pulumi.Input<pulumi.Input<string>[]>;
4040
4022
  }
@@ -4135,8 +4117,7 @@ export declare namespace appmesh {
4135
4117
  */
4136
4118
  port?: pulumi.Input<number>;
4137
4119
  /**
4138
- * Value sent by the client must begin with the specified characters. Must be between 1 and 255 characters in length.
4139
- * This parameter must always start with /, which by itself matches all requests to the virtual router service name.
4120
+ * Header value sent by the client must begin with the specified characters.
4140
4121
  */
4141
4122
  prefix?: pulumi.Input<string>;
4142
4123
  /**
@@ -4168,12 +4149,11 @@ export declare namespace appmesh {
4168
4149
  */
4169
4150
  exact?: pulumi.Input<string>;
4170
4151
  /**
4171
- * Value sent by the client must begin with the specified characters. Must be between 1 and 255 characters in length.
4172
- * This parameter must always start with /, which by itself matches all requests to the virtual router service name.
4152
+ * Header value sent by the client must begin with the specified characters.
4173
4153
  */
4174
4154
  prefix?: pulumi.Input<string>;
4175
4155
  /**
4176
- * Object that specifies the range of numbers that the value sent by the client must be included in.
4156
+ * Object that specifies the range of numbers that the header value sent by the client must be included in.
4177
4157
  */
4178
4158
  range?: pulumi.Input<inputs.appmesh.RouteSpecHttp2RouteMatchHeaderMatchRange>;
4179
4159
  /**
@@ -4181,7 +4161,7 @@ export declare namespace appmesh {
4181
4161
  */
4182
4162
  regex?: pulumi.Input<string>;
4183
4163
  /**
4184
- * Value sent by the client must end with the specified characters. Must be between 1 and 255 characters in length.
4164
+ * Header value sent by the client must end with the specified characters.
4185
4165
  */
4186
4166
  suffix?: pulumi.Input<string>;
4187
4167
  }
@@ -4197,11 +4177,11 @@ export declare namespace appmesh {
4197
4177
  }
4198
4178
  interface RouteSpecHttp2RouteMatchPath {
4199
4179
  /**
4200
- * Value sent by the client must match the specified value exactly. Must be between 1 and 255 characters in length.
4180
+ * Header value sent by the client must match the specified value exactly.
4201
4181
  */
4202
4182
  exact?: pulumi.Input<string>;
4203
4183
  /**
4204
- * Value sent by the client must include the specified characters. Must be between 1 and 255 characters in length.
4184
+ * Header value sent by the client must include the specified characters.
4205
4185
  */
4206
4186
  regex?: pulumi.Input<string>;
4207
4187
  }
@@ -4225,7 +4205,6 @@ export declare namespace appmesh {
4225
4205
  /**
4226
4206
  * List of HTTP retry events.
4227
4207
  * Valid values: `client-error` (HTTP status code 409), `gateway-error` (HTTP status codes 502, 503, and 504), `server-error` (HTTP status codes 500, 501, 502, 503, 504, 505, 506, 507, 508, 510, and 511), `stream-error` (retry on refused stream).
4228
- * Valid values: `client-error` (HTTP status code 409), `gateway-error` (HTTP status codes 502, 503, and 504), `server-error` (HTTP status codes 500, 501, 502, 503, 504, 505, 506, 507, 508, 510, and 511), `stream-error` (retry on refused stream).
4229
4208
  */
4230
4209
  httpRetryEvents?: pulumi.Input<pulumi.Input<string>[]>;
4231
4210
  /**
@@ -4238,9 +4217,6 @@ export declare namespace appmesh {
4238
4217
  perRetryTimeout: pulumi.Input<inputs.appmesh.RouteSpecHttp2RouteRetryPolicyPerRetryTimeout>;
4239
4218
  /**
4240
4219
  * List of TCP retry events. The only valid value is `connection-error`.
4241
- *
4242
- *
4243
- * You must specify at least one value for `httpRetryEvents`, or at least one value for `tcpRetryEvents`.
4244
4220
  */
4245
4221
  tcpRetryEvents?: pulumi.Input<pulumi.Input<string>[]>;
4246
4222
  }
@@ -4341,8 +4317,7 @@ export declare namespace appmesh {
4341
4317
  */
4342
4318
  port?: pulumi.Input<number>;
4343
4319
  /**
4344
- * Value sent by the client must begin with the specified characters. Must be between 1 and 255 characters in length.
4345
- * This parameter must always start with /, which by itself matches all requests to the virtual router service name.
4320
+ * Header value sent by the client must begin with the specified characters.
4346
4321
  */
4347
4322
  prefix?: pulumi.Input<string>;
4348
4323
  /**
@@ -4374,12 +4349,11 @@ export declare namespace appmesh {
4374
4349
  */
4375
4350
  exact?: pulumi.Input<string>;
4376
4351
  /**
4377
- * Value sent by the client must begin with the specified characters. Must be between 1 and 255 characters in length.
4378
- * This parameter must always start with /, which by itself matches all requests to the virtual router service name.
4352
+ * Header value sent by the client must begin with the specified characters.
4379
4353
  */
4380
4354
  prefix?: pulumi.Input<string>;
4381
4355
  /**
4382
- * Object that specifies the range of numbers that the value sent by the client must be included in.
4356
+ * Object that specifies the range of numbers that the header value sent by the client must be included in.
4383
4357
  */
4384
4358
  range?: pulumi.Input<inputs.appmesh.RouteSpecHttpRouteMatchHeaderMatchRange>;
4385
4359
  /**
@@ -4387,7 +4361,7 @@ export declare namespace appmesh {
4387
4361
  */
4388
4362
  regex?: pulumi.Input<string>;
4389
4363
  /**
4390
- * Value sent by the client must end with the specified characters. Must be between 1 and 255 characters in length.
4364
+ * Header value sent by the client must end with the specified characters.
4391
4365
  */
4392
4366
  suffix?: pulumi.Input<string>;
4393
4367
  }
@@ -4403,11 +4377,11 @@ export declare namespace appmesh {
4403
4377
  }
4404
4378
  interface RouteSpecHttpRouteMatchPath {
4405
4379
  /**
4406
- * Value sent by the client must match the specified value exactly. Must be between 1 and 255 characters in length.
4380
+ * Header value sent by the client must match the specified value exactly.
4407
4381
  */
4408
4382
  exact?: pulumi.Input<string>;
4409
4383
  /**
4410
- * Value sent by the client must include the specified characters. Must be between 1 and 255 characters in length.
4384
+ * Header value sent by the client must include the specified characters.
4411
4385
  */
4412
4386
  regex?: pulumi.Input<string>;
4413
4387
  }
@@ -4431,7 +4405,6 @@ export declare namespace appmesh {
4431
4405
  /**
4432
4406
  * List of HTTP retry events.
4433
4407
  * Valid values: `client-error` (HTTP status code 409), `gateway-error` (HTTP status codes 502, 503, and 504), `server-error` (HTTP status codes 500, 501, 502, 503, 504, 505, 506, 507, 508, 510, and 511), `stream-error` (retry on refused stream).
4434
- * Valid values: `client-error` (HTTP status code 409), `gateway-error` (HTTP status codes 502, 503, and 504), `server-error` (HTTP status codes 500, 501, 502, 503, 504, 505, 506, 507, 508, 510, and 511), `stream-error` (retry on refused stream).
4435
4408
  */
4436
4409
  httpRetryEvents?: pulumi.Input<pulumi.Input<string>[]>;
4437
4410
  /**
@@ -4444,9 +4417,6 @@ export declare namespace appmesh {
4444
4417
  perRetryTimeout: pulumi.Input<inputs.appmesh.RouteSpecHttpRouteRetryPolicyPerRetryTimeout>;
4445
4418
  /**
4446
4419
  * List of TCP retry events. The only valid value is `connection-error`.
4447
- *
4448
- *
4449
- * You must specify at least one value for `httpRetryEvents`, or at least one value for `tcpRetryEvents`.
4450
4420
  */
4451
4421
  tcpRetryEvents?: pulumi.Input<pulumi.Input<string>[]>;
4452
4422
  }
@@ -5294,7 +5264,7 @@ export declare namespace appmesh {
5294
5264
  */
5295
5265
  unit: pulumi.Input<string>;
5296
5266
  /**
5297
- * The specified value for the JSON. Must be between 1 and 100 characters in length.
5267
+ * Number of time units. Minimum value of `0`.
5298
5268
  */
5299
5269
  value: pulumi.Input<number>;
5300
5270
  }
@@ -5352,7 +5322,7 @@ export declare namespace appmesh {
5352
5322
  */
5353
5323
  unit: pulumi.Input<string>;
5354
5324
  /**
5355
- * The specified value for the JSON. Must be between 1 and 100 characters in length.
5325
+ * Number of time units. Minimum value of `0`.
5356
5326
  */
5357
5327
  value: pulumi.Input<number>;
5358
5328
  }
@@ -5392,7 +5362,7 @@ export declare namespace appmesh {
5392
5362
  */
5393
5363
  unit: pulumi.Input<string>;
5394
5364
  /**
5395
- * The specified value for the JSON. Must be between 1 and 100 characters in length.
5365
+ * Number of time units. Minimum value of `0`.
5396
5366
  */
5397
5367
  value: pulumi.Input<number>;
5398
5368
  }
@@ -5412,7 +5382,7 @@ export declare namespace appmesh {
5412
5382
  */
5413
5383
  unit: pulumi.Input<string>;
5414
5384
  /**
5415
- * The specified value for the JSON. Must be between 1 and 100 characters in length.
5385
+ * Number of time units. Minimum value of `0`.
5416
5386
  */
5417
5387
  value: pulumi.Input<number>;
5418
5388
  }
@@ -6783,7 +6753,7 @@ export declare namespace autoscaling {
6783
6753
  }
6784
6754
  interface GroupMixedInstancesPolicyLaunchTemplate {
6785
6755
  /**
6786
- * Nested argument defines the Launch Template. Defined below.
6756
+ * Override the instance launch template specification in the Launch Template.
6787
6757
  */
6788
6758
  launchTemplateSpecification: pulumi.Input<inputs.autoscaling.GroupMixedInstancesPolicyLaunchTemplateLaunchTemplateSpecification>;
6789
6759
  /**
@@ -6815,7 +6785,7 @@ export declare namespace autoscaling {
6815
6785
  */
6816
6786
  instanceType?: pulumi.Input<string>;
6817
6787
  /**
6818
- * Nested argument defines the Launch Template. Defined below.
6788
+ * Override the instance launch template specification in the Launch Template.
6819
6789
  */
6820
6790
  launchTemplateSpecification?: pulumi.Input<inputs.autoscaling.GroupMixedInstancesPolicyLaunchTemplateOverrideLaunchTemplateSpecification>;
6821
6791
  /**
@@ -6953,7 +6923,7 @@ export declare namespace autoscaling {
6953
6923
  }
6954
6924
  interface GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsAcceleratorCount {
6955
6925
  /**
6956
- * Maximum. Set to `0` to exclude instance types with accelerators.
6926
+ * Maximum.
6957
6927
  */
6958
6928
  max?: pulumi.Input<number>;
6959
6929
  /**
@@ -6963,7 +6933,7 @@ export declare namespace autoscaling {
6963
6933
  }
6964
6934
  interface GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsAcceleratorTotalMemoryMib {
6965
6935
  /**
6966
- * Maximum. Set to `0` to exclude instance types with accelerators.
6936
+ * Maximum.
6967
6937
  */
6968
6938
  max?: pulumi.Input<number>;
6969
6939
  /**
@@ -6973,7 +6943,7 @@ export declare namespace autoscaling {
6973
6943
  }
6974
6944
  interface GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsBaselineEbsBandwidthMbps {
6975
6945
  /**
6976
- * Maximum. Set to `0` to exclude instance types with accelerators.
6946
+ * Maximum.
6977
6947
  */
6978
6948
  max?: pulumi.Input<number>;
6979
6949
  /**
@@ -6983,7 +6953,7 @@ export declare namespace autoscaling {
6983
6953
  }
6984
6954
  interface GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsMemoryGibPerVcpu {
6985
6955
  /**
6986
- * Maximum. Set to `0` to exclude instance types with accelerators.
6956
+ * Maximum.
6987
6957
  */
6988
6958
  max?: pulumi.Input<number>;
6989
6959
  /**
@@ -6993,7 +6963,7 @@ export declare namespace autoscaling {
6993
6963
  }
6994
6964
  interface GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsMemoryMib {
6995
6965
  /**
6996
- * Maximum. Set to `0` to exclude instance types with accelerators.
6966
+ * Maximum.
6997
6967
  */
6998
6968
  max?: pulumi.Input<number>;
6999
6969
  /**
@@ -7003,7 +6973,7 @@ export declare namespace autoscaling {
7003
6973
  }
7004
6974
  interface GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsNetworkBandwidthGbps {
7005
6975
  /**
7006
- * Maximum. Set to `0` to exclude instance types with accelerators.
6976
+ * Maximum.
7007
6977
  */
7008
6978
  max?: pulumi.Input<number>;
7009
6979
  /**
@@ -7013,7 +6983,7 @@ export declare namespace autoscaling {
7013
6983
  }
7014
6984
  interface GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsNetworkInterfaceCount {
7015
6985
  /**
7016
- * Maximum. Set to `0` to exclude instance types with accelerators.
6986
+ * Maximum.
7017
6987
  */
7018
6988
  max?: pulumi.Input<number>;
7019
6989
  /**
@@ -7023,7 +6993,7 @@ export declare namespace autoscaling {
7023
6993
  }
7024
6994
  interface GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsTotalLocalStorageGb {
7025
6995
  /**
7026
- * Maximum. Set to `0` to exclude instance types with accelerators.
6996
+ * Maximum.
7027
6997
  */
7028
6998
  max?: pulumi.Input<number>;
7029
6999
  /**
@@ -7033,7 +7003,7 @@ export declare namespace autoscaling {
7033
7003
  }
7034
7004
  interface GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsVcpuCount {
7035
7005
  /**
7036
- * Maximum. Set to `0` to exclude instance types with accelerators.
7006
+ * Maximum.
7037
7007
  */
7038
7008
  max?: pulumi.Input<number>;
7039
7009
  /**
@@ -8651,15 +8621,15 @@ export declare namespace chimesdkmediapipelines {
8651
8621
  */
8652
8622
  callAnalyticsStreamCategories?: pulumi.Input<pulumi.Input<string>[]>;
8653
8623
  /**
8654
- * Labels all personally identifiable information (PII) identified in Utterance events.
8624
+ * Labels all personally identifiable information (PII) identified in Transcript events.
8655
8625
  */
8656
8626
  contentIdentificationType?: pulumi.Input<string>;
8657
8627
  /**
8658
- * Redacts all personally identifiable information (PII) identified in Utterance events.
8628
+ * Redacts all personally identifiable information (PII) identified in Transcript events.
8659
8629
  */
8660
8630
  contentRedactionType?: pulumi.Input<string>;
8661
8631
  /**
8662
- * Enables partial result stabilization in Utterance events.
8632
+ * Enables partial result stabilization in Transcript events.
8663
8633
  */
8664
8634
  enablePartialResultsStabilization?: pulumi.Input<boolean>;
8665
8635
  /**
@@ -8679,7 +8649,7 @@ export declare namespace chimesdkmediapipelines {
8679
8649
  */
8680
8650
  partialResultsStability?: pulumi.Input<string>;
8681
8651
  /**
8682
- * Types of personally identifiable information (PII) to redact from an Utterance event.
8652
+ * Types of personally identifiable information (PII) to redact from a Transcript event.
8683
8653
  */
8684
8654
  piiEntityTypes?: pulumi.Input<string>;
8685
8655
  /**
@@ -8687,15 +8657,15 @@ export declare namespace chimesdkmediapipelines {
8687
8657
  */
8688
8658
  postCallAnalyticsSettings?: pulumi.Input<inputs.chimesdkmediapipelines.MediaInsightsPipelineConfigurationElementAmazonTranscribeCallAnalyticsProcessorConfigurationPostCallAnalyticsSettings>;
8689
8659
  /**
8690
- * Method for applying a vocabulary filter to Utterance events.
8660
+ * Method for applying a vocabulary filter to Transcript events.
8691
8661
  */
8692
8662
  vocabularyFilterMethod?: pulumi.Input<string>;
8693
8663
  /**
8694
- * Name of the custom vocabulary filter to use when processing Utterance events.
8664
+ * Name of the custom vocabulary filter to use when processing Transcript events.
8695
8665
  */
8696
8666
  vocabularyFilterName?: pulumi.Input<string>;
8697
8667
  /**
8698
- * Name of the custom vocabulary to use when processing Utterance events.
8668
+ * Name of the custom vocabulary to use when processing Transcript events.
8699
8669
  */
8700
8670
  vocabularyName?: pulumi.Input<string>;
8701
8671
  }
@@ -8719,15 +8689,15 @@ export declare namespace chimesdkmediapipelines {
8719
8689
  }
8720
8690
  interface MediaInsightsPipelineConfigurationElementAmazonTranscribeProcessorConfiguration {
8721
8691
  /**
8722
- * Labels all personally identifiable information (PII) identified in Utterance events.
8692
+ * Labels all personally identifiable information (PII) identified in Transcript events.
8723
8693
  */
8724
8694
  contentIdentificationType?: pulumi.Input<string>;
8725
8695
  /**
8726
- * Redacts all personally identifiable information (PII) identified in Utterance events.
8696
+ * Redacts all personally identifiable information (PII) identified in Transcript events.
8727
8697
  */
8728
8698
  contentRedactionType?: pulumi.Input<string>;
8729
8699
  /**
8730
- * Enables partial result stabilization in Utterance events.
8700
+ * Enables partial result stabilization in Transcript events.
8731
8701
  */
8732
8702
  enablePartialResultsStabilization?: pulumi.Input<boolean>;
8733
8703
  /**
@@ -8747,7 +8717,7 @@ export declare namespace chimesdkmediapipelines {
8747
8717
  */
8748
8718
  partialResultsStability?: pulumi.Input<string>;
8749
8719
  /**
8750
- * Types of personally identifiable information (PII) to redact from an Utterance event.
8720
+ * Types of personally identifiable information (PII) to redact from a Transcript event.
8751
8721
  */
8752
8722
  piiEntityTypes?: pulumi.Input<string>;
8753
8723
  /**
@@ -8755,27 +8725,27 @@ export declare namespace chimesdkmediapipelines {
8755
8725
  */
8756
8726
  showSpeakerLabel?: pulumi.Input<boolean>;
8757
8727
  /**
8758
- * Method for applying a vocabulary filter to Utterance events.
8728
+ * Method for applying a vocabulary filter to Transcript events.
8759
8729
  */
8760
8730
  vocabularyFilterMethod?: pulumi.Input<string>;
8761
8731
  /**
8762
- * Name of the custom vocabulary filter to use when processing Utterance events.
8732
+ * Name of the custom vocabulary filter to use when processing Transcript events.
8763
8733
  */
8764
8734
  vocabularyFilterName?: pulumi.Input<string>;
8765
8735
  /**
8766
- * Name of the custom vocabulary to use when processing Utterance events.
8736
+ * Name of the custom vocabulary to use when processing Transcript events.
8767
8737
  */
8768
8738
  vocabularyName?: pulumi.Input<string>;
8769
8739
  }
8770
8740
  interface MediaInsightsPipelineConfigurationElementKinesisDataStreamSinkConfiguration {
8771
8741
  /**
8772
- * Kinesis Data Stream to deliver results.
8742
+ * SQS queue to deliver results.
8773
8743
  */
8774
8744
  insightsTarget: pulumi.Input<string>;
8775
8745
  }
8776
8746
  interface MediaInsightsPipelineConfigurationElementLambdaFunctionSinkConfiguration {
8777
8747
  /**
8778
- * Kinesis Data Stream to deliver results.
8748
+ * SQS queue to deliver results.
8779
8749
  */
8780
8750
  insightsTarget: pulumi.Input<string>;
8781
8751
  }
@@ -8787,13 +8757,13 @@ export declare namespace chimesdkmediapipelines {
8787
8757
  }
8788
8758
  interface MediaInsightsPipelineConfigurationElementSnsTopicSinkConfiguration {
8789
8759
  /**
8790
- * Kinesis Data Stream to deliver results.
8760
+ * SQS queue to deliver results.
8791
8761
  */
8792
8762
  insightsTarget: pulumi.Input<string>;
8793
8763
  }
8794
8764
  interface MediaInsightsPipelineConfigurationElementSqsQueueSinkConfiguration {
8795
8765
  /**
8796
- * Kinesis Data Stream to deliver results.
8766
+ * SQS queue to deliver results.
8797
8767
  */
8798
8768
  insightsTarget: pulumi.Input<string>;
8799
8769
  }
@@ -9022,6 +8992,9 @@ export declare namespace cloudfront {
9022
8992
  cookies?: pulumi.Input<inputs.cloudfront.CachePolicyParametersInCacheKeyAndForwardedToOriginCookiesConfigCookies>;
9023
8993
  }
9024
8994
  interface CachePolicyParametersInCacheKeyAndForwardedToOriginCookiesConfigCookies {
8995
+ /**
8996
+ * List of item names, such as cookies, headers, or query strings.
8997
+ */
9025
8998
  items?: pulumi.Input<pulumi.Input<string>[]>;
9026
8999
  }
9027
9000
  interface CachePolicyParametersInCacheKeyAndForwardedToOriginHeadersConfig {
@@ -9035,6 +9008,9 @@ export declare namespace cloudfront {
9035
9008
  headers?: pulumi.Input<inputs.cloudfront.CachePolicyParametersInCacheKeyAndForwardedToOriginHeadersConfigHeaders>;
9036
9009
  }
9037
9010
  interface CachePolicyParametersInCacheKeyAndForwardedToOriginHeadersConfigHeaders {
9011
+ /**
9012
+ * List of item names, such as cookies, headers, or query strings.
9013
+ */
9038
9014
  items?: pulumi.Input<pulumi.Input<string>[]>;
9039
9015
  }
9040
9016
  interface CachePolicyParametersInCacheKeyAndForwardedToOriginQueryStringsConfig {
@@ -9048,6 +9024,9 @@ export declare namespace cloudfront {
9048
9024
  queryStrings?: pulumi.Input<inputs.cloudfront.CachePolicyParametersInCacheKeyAndForwardedToOriginQueryStringsConfigQueryStrings>;
9049
9025
  }
9050
9026
  interface CachePolicyParametersInCacheKeyAndForwardedToOriginQueryStringsConfigQueryStrings {
9027
+ /**
9028
+ * List of item names, such as cookies, headers, or query strings.
9029
+ */
9051
9030
  items?: pulumi.Input<pulumi.Input<string>[]>;
9052
9031
  }
9053
9032
  interface ContinuousDeploymentPolicyStagingDistributionDnsNames {
@@ -9426,7 +9405,7 @@ export declare namespace cloudfront {
9426
9405
  */
9427
9406
  originAccessControlId?: pulumi.Input<string>;
9428
9407
  /**
9429
- * Unique identifier for the origin.
9408
+ * Unique identifier of the member origin.
9430
9409
  */
9431
9410
  originId: pulumi.Input<string>;
9432
9411
  /**
@@ -9482,7 +9461,7 @@ export declare namespace cloudfront {
9482
9461
  */
9483
9462
  members: pulumi.Input<pulumi.Input<inputs.cloudfront.DistributionOriginGroupMember>[]>;
9484
9463
  /**
9485
- * Unique identifier for the origin.
9464
+ * Unique identifier of the member origin.
9486
9465
  */
9487
9466
  originId: pulumi.Input<string>;
9488
9467
  }
@@ -9494,13 +9473,13 @@ export declare namespace cloudfront {
9494
9473
  }
9495
9474
  interface DistributionOriginGroupMember {
9496
9475
  /**
9497
- * Unique identifier for the origin.
9476
+ * Unique identifier of the member origin.
9498
9477
  */
9499
9478
  originId: pulumi.Input<string>;
9500
9479
  }
9501
9480
  interface DistributionOriginOriginShield {
9502
9481
  /**
9503
- * Whether the distribution is enabled to accept end user requests for content.
9482
+ * Whether Origin Shield is enabled.
9504
9483
  */
9505
9484
  enabled: pulumi.Input<boolean>;
9506
9485
  /**
@@ -9529,7 +9508,7 @@ export declare namespace cloudfront {
9529
9508
  }
9530
9509
  interface DistributionTrustedKeyGroup {
9531
9510
  /**
9532
- * Whether the distribution is enabled to accept end user requests for content.
9511
+ * Whether Origin Shield is enabled.
9533
9512
  */
9534
9513
  enabled?: pulumi.Input<boolean>;
9535
9514
  /**
@@ -9549,7 +9528,7 @@ export declare namespace cloudfront {
9549
9528
  }
9550
9529
  interface DistributionTrustedSigner {
9551
9530
  /**
9552
- * Whether the distribution is enabled to accept end user requests for content.
9531
+ * Whether Origin Shield is enabled.
9553
9532
  */
9554
9533
  enabled?: pulumi.Input<boolean>;
9555
9534
  /**
@@ -9764,7 +9743,7 @@ export declare namespace cloudfront {
9764
9743
  */
9765
9744
  header: pulumi.Input<string>;
9766
9745
  /**
9767
- * Whether CloudFront overrides a response header with the same name received from the origin with the header specifies here.
9746
+ * Whether CloudFront overrides the `Content-Security-Policy` HTTP response header received from the origin with the one specified in this response headers policy.
9768
9747
  */
9769
9748
  override: pulumi.Input<boolean>;
9770
9749
  /**
@@ -11062,7 +11041,7 @@ export declare namespace codebuild {
11062
11041
  */
11063
11042
  groupName?: pulumi.Input<string>;
11064
11043
  /**
11065
- * Current status of logs in CloudWatch Logs for a build project. Valid values: `ENABLED`, `DISABLED`. Defaults to `ENABLED`.
11044
+ * Current status of logs in S3 for a build project. Valid values: `ENABLED`, `DISABLED`. Defaults to `DISABLED`.
11066
11045
  */
11067
11046
  status?: pulumi.Input<string>;
11068
11047
  /**
@@ -11084,7 +11063,7 @@ export declare namespace codebuild {
11084
11063
  */
11085
11064
  location?: pulumi.Input<string>;
11086
11065
  /**
11087
- * Current status of logs in CloudWatch Logs for a build project. Valid values: `ENABLED`, `DISABLED`. Defaults to `ENABLED`.
11066
+ * Current status of logs in S3 for a build project. Valid values: `ENABLED`, `DISABLED`. Defaults to `DISABLED`.
11088
11067
  */
11089
11068
  status?: pulumi.Input<string>;
11090
11069
  }
@@ -12054,6 +12033,9 @@ export declare namespace cognito {
12054
12033
  * The action to take in response to the account takeover action. Valid values are `BLOCK`, `MFA_IF_CONFIGURED`, `MFA_REQUIRED` and `NO_ACTION`.
12055
12034
  */
12056
12035
  eventAction: pulumi.Input<string>;
12036
+ /**
12037
+ * Whether to send a notification.
12038
+ */
12057
12039
  notify: pulumi.Input<boolean>;
12058
12040
  }
12059
12041
  interface RiskConfigurationAccountTakeoverRiskConfigurationActionsLowAction {
@@ -12061,6 +12043,9 @@ export declare namespace cognito {
12061
12043
  * The action to take in response to the account takeover action. Valid values are `BLOCK`, `MFA_IF_CONFIGURED`, `MFA_REQUIRED` and `NO_ACTION`.
12062
12044
  */
12063
12045
  eventAction: pulumi.Input<string>;
12046
+ /**
12047
+ * Whether to send a notification.
12048
+ */
12064
12049
  notify: pulumi.Input<boolean>;
12065
12050
  }
12066
12051
  interface RiskConfigurationAccountTakeoverRiskConfigurationActionsMediumAction {
@@ -12068,6 +12053,9 @@ export declare namespace cognito {
12068
12053
  * The action to take in response to the account takeover action. Valid values are `BLOCK`, `MFA_IF_CONFIGURED`, `MFA_REQUIRED` and `NO_ACTION`.
12069
12054
  */
12070
12055
  eventAction: pulumi.Input<string>;
12056
+ /**
12057
+ * Whether to send a notification.
12058
+ */
12071
12059
  notify: pulumi.Input<boolean>;
12072
12060
  }
12073
12061
  interface RiskConfigurationAccountTakeoverRiskConfigurationNotifyConfiguration {
@@ -14625,7 +14613,7 @@ export declare namespace dlm {
14625
14613
  */
14626
14614
  eventSource?: pulumi.Input<inputs.dlm.LifecyclePolicyPolicyDetailsEventSource>;
14627
14615
  /**
14628
- * A set of optional parameters for snapshot and AMI lifecycle policies. See the `parameters` configuration block.
14616
+ * Information about the event. See the `parameters` configuration block.
14629
14617
  */
14630
14618
  parameters?: pulumi.Input<inputs.dlm.LifecyclePolicyPolicyDetailsParameters>;
14631
14619
  /**
@@ -14647,7 +14635,7 @@ export declare namespace dlm {
14647
14635
  /**
14648
14636
  * A map of tag keys and their values. Any resources that match the `resourceTypes` and are tagged with _any_ of these tags will be targeted.
14649
14637
  *
14650
- * > Note: You cannot have overlapping lifecycle policies that share the same `targetTags`. TODO is unable to detect this at plan time but it will fail during apply.
14638
+ * > Note: You cannot have overlapping lifecycle policies that share the same `targetTags`. Pulumi is unable to detect this at plan time but it will fail during apply.
14651
14639
  */
14652
14640
  targetTags?: pulumi.Input<{
14653
14641
  [key: string]: pulumi.Input<string>;
@@ -14679,11 +14667,11 @@ export declare namespace dlm {
14679
14667
  }
14680
14668
  interface LifecyclePolicyPolicyDetailsActionCrossRegionCopyEncryptionConfiguration {
14681
14669
  /**
14682
- * The Amazon Resource Name (ARN) of the AWS KMS key to use for EBS encryption. If this parameter is not specified, the default KMS key for the account is used.
14670
+ * The Amazon Resource Name (ARN) of the AWS KMS customer master key (CMK) to use for EBS encryption. If this argument is not specified, the default KMS key for the account is used.
14683
14671
  */
14684
14672
  cmkArn?: pulumi.Input<string>;
14685
14673
  /**
14686
- * To encrypt a copy of an unencrypted snapshot when encryption by default is not enabled, enable encryption using this parameter. Copies of encrypted snapshots are encrypted, even if this parameter is false or when encryption by default is not enabled.
14674
+ * To encrypt a copy of an unencrypted snapshot if encryption by default is not enabled, enable encryption using this parameter. Copies of encrypted snapshots are encrypted, even if this parameter is false or if encryption by default is not enabled.
14687
14675
  */
14688
14676
  encrypted?: pulumi.Input<boolean>;
14689
14677
  }
@@ -14699,7 +14687,7 @@ export declare namespace dlm {
14699
14687
  }
14700
14688
  interface LifecyclePolicyPolicyDetailsEventSource {
14701
14689
  /**
14702
- * A set of optional parameters for snapshot and AMI lifecycle policies. See the `parameters` configuration block.
14690
+ * Information about the event. See the `parameters` configuration block.
14703
14691
  */
14704
14692
  parameters: pulumi.Input<inputs.dlm.LifecyclePolicyPolicyDetailsEventSourceParameters>;
14705
14693
  /**
@@ -14733,7 +14721,7 @@ export declare namespace dlm {
14733
14721
  }
14734
14722
  interface LifecyclePolicyPolicyDetailsSchedule {
14735
14723
  /**
14736
- * Copy all user-defined tags on a source volume to snapshots of the volume created by this policy.
14724
+ * Whether to copy all user-defined tags from the source snapshot to the cross-region snapshot copy.
14737
14725
  */
14738
14726
  copyTags?: pulumi.Input<boolean>;
14739
14727
  /**
@@ -14745,7 +14733,7 @@ export declare namespace dlm {
14745
14733
  */
14746
14734
  crossRegionCopyRules?: pulumi.Input<pulumi.Input<inputs.dlm.LifecyclePolicyPolicyDetailsScheduleCrossRegionCopyRule>[]>;
14747
14735
  /**
14748
- * See the `deprecateRule` block. Max of 1 per schedule.
14736
+ * The AMI deprecation rule for cross-Region AMI copies created by the rule. See the `deprecateRule` block.
14749
14737
  */
14750
14738
  deprecateRule?: pulumi.Input<inputs.dlm.LifecyclePolicyPolicyDetailsScheduleDeprecateRule>;
14751
14739
  /**
@@ -14801,19 +14789,19 @@ export declare namespace dlm {
14801
14789
  }
14802
14790
  interface LifecyclePolicyPolicyDetailsScheduleCrossRegionCopyRule {
14803
14791
  /**
14804
- * The Amazon Resource Name (ARN) of the AWS KMS key to use for EBS encryption. If this parameter is not specified, the default KMS key for the account is used.
14792
+ * The Amazon Resource Name (ARN) of the AWS KMS customer master key (CMK) to use for EBS encryption. If this argument is not specified, the default KMS key for the account is used.
14805
14793
  */
14806
14794
  cmkArn?: pulumi.Input<string>;
14807
14795
  /**
14808
- * Copy all user-defined tags on a source volume to snapshots of the volume created by this policy.
14796
+ * Whether to copy all user-defined tags from the source snapshot to the cross-region snapshot copy.
14809
14797
  */
14810
14798
  copyTags?: pulumi.Input<boolean>;
14811
14799
  /**
14812
- * See the `deprecateRule` block. Max of 1 per schedule.
14800
+ * The AMI deprecation rule for cross-Region AMI copies created by the rule. See the `deprecateRule` block.
14813
14801
  */
14814
14802
  deprecateRule?: pulumi.Input<inputs.dlm.LifecyclePolicyPolicyDetailsScheduleCrossRegionCopyRuleDeprecateRule>;
14815
14803
  /**
14816
- * To encrypt a copy of an unencrypted snapshot when encryption by default is not enabled, enable encryption using this parameter. Copies of encrypted snapshots are encrypted, even if this parameter is false or when encryption by default is not enabled.
14804
+ * To encrypt a copy of an unencrypted snapshot if encryption by default is not enabled, enable encryption using this parameter. Copies of encrypted snapshots are encrypted, even if this parameter is false or if encryption by default is not enabled.
14817
14805
  */
14818
14806
  encrypted: pulumi.Input<boolean>;
14819
14807
  /**
@@ -16202,91 +16190,91 @@ export declare namespace ec2 {
16202
16190
  }
16203
16191
  interface FleetLaunchTemplateConfigOverrideInstanceRequirementsAcceleratorCount {
16204
16192
  /**
16205
- * Maximum. Set to `0` to exclude instance types with accelerators.
16193
+ * The maximum number of vCPUs. To specify no maximum limit, omit this parameter.
16206
16194
  */
16207
16195
  max?: pulumi.Input<number>;
16208
16196
  /**
16209
- * Minimum.
16197
+ * The minimum number of vCPUs. To specify no minimum limit, specify `0`.
16210
16198
  */
16211
16199
  min?: pulumi.Input<number>;
16212
16200
  }
16213
16201
  interface FleetLaunchTemplateConfigOverrideInstanceRequirementsAcceleratorTotalMemoryMib {
16214
16202
  /**
16215
- * Maximum. Set to `0` to exclude instance types with accelerators.
16203
+ * The maximum number of vCPUs. To specify no maximum limit, omit this parameter.
16216
16204
  */
16217
16205
  max?: pulumi.Input<number>;
16218
16206
  /**
16219
- * Minimum.
16207
+ * The minimum number of vCPUs. To specify no minimum limit, specify `0`.
16220
16208
  */
16221
16209
  min?: pulumi.Input<number>;
16222
16210
  }
16223
16211
  interface FleetLaunchTemplateConfigOverrideInstanceRequirementsBaselineEbsBandwidthMbps {
16224
16212
  /**
16225
- * Maximum. Set to `0` to exclude instance types with accelerators.
16213
+ * The maximum number of vCPUs. To specify no maximum limit, omit this parameter.
16226
16214
  */
16227
16215
  max?: pulumi.Input<number>;
16228
16216
  /**
16229
- * Minimum.
16217
+ * The minimum number of vCPUs. To specify no minimum limit, specify `0`.
16230
16218
  */
16231
16219
  min?: pulumi.Input<number>;
16232
16220
  }
16233
16221
  interface FleetLaunchTemplateConfigOverrideInstanceRequirementsMemoryGibPerVcpu {
16234
16222
  /**
16235
- * Maximum. Set to `0` to exclude instance types with accelerators.
16223
+ * The maximum number of vCPUs. To specify no maximum limit, omit this parameter.
16236
16224
  */
16237
16225
  max?: pulumi.Input<number>;
16238
16226
  /**
16239
- * Minimum.
16227
+ * The minimum number of vCPUs. To specify no minimum limit, specify `0`.
16240
16228
  */
16241
16229
  min?: pulumi.Input<number>;
16242
16230
  }
16243
16231
  interface FleetLaunchTemplateConfigOverrideInstanceRequirementsMemoryMib {
16244
16232
  /**
16245
- * Maximum. Set to `0` to exclude instance types with accelerators.
16233
+ * The maximum number of vCPUs. To specify no maximum limit, omit this parameter.
16246
16234
  */
16247
16235
  max?: pulumi.Input<number>;
16248
16236
  /**
16249
- * Minimum.
16237
+ * The minimum number of vCPUs. To specify no minimum limit, specify `0`.
16250
16238
  */
16251
16239
  min: pulumi.Input<number>;
16252
16240
  }
16253
16241
  interface FleetLaunchTemplateConfigOverrideInstanceRequirementsNetworkBandwidthGbps {
16254
16242
  /**
16255
- * Maximum. Set to `0` to exclude instance types with accelerators.
16243
+ * The maximum number of vCPUs. To specify no maximum limit, omit this parameter.
16256
16244
  */
16257
16245
  max?: pulumi.Input<number>;
16258
16246
  /**
16259
- * Minimum.
16247
+ * The minimum number of vCPUs. To specify no minimum limit, specify `0`.
16260
16248
  */
16261
16249
  min?: pulumi.Input<number>;
16262
16250
  }
16263
16251
  interface FleetLaunchTemplateConfigOverrideInstanceRequirementsNetworkInterfaceCount {
16264
16252
  /**
16265
- * Maximum. Set to `0` to exclude instance types with accelerators.
16253
+ * The maximum number of vCPUs. To specify no maximum limit, omit this parameter.
16266
16254
  */
16267
16255
  max?: pulumi.Input<number>;
16268
16256
  /**
16269
- * Minimum.
16257
+ * The minimum number of vCPUs. To specify no minimum limit, specify `0`.
16270
16258
  */
16271
16259
  min?: pulumi.Input<number>;
16272
16260
  }
16273
16261
  interface FleetLaunchTemplateConfigOverrideInstanceRequirementsTotalLocalStorageGb {
16274
16262
  /**
16275
- * Maximum. Set to `0` to exclude instance types with accelerators.
16263
+ * The maximum number of vCPUs. To specify no maximum limit, omit this parameter.
16276
16264
  */
16277
16265
  max?: pulumi.Input<number>;
16278
16266
  /**
16279
- * Minimum.
16267
+ * The minimum number of vCPUs. To specify no minimum limit, specify `0`.
16280
16268
  */
16281
16269
  min?: pulumi.Input<number>;
16282
16270
  }
16283
16271
  interface FleetLaunchTemplateConfigOverrideInstanceRequirementsVcpuCount {
16284
16272
  /**
16285
- * Maximum. Set to `0` to exclude instance types with accelerators.
16273
+ * The maximum number of vCPUs. To specify no maximum limit, omit this parameter.
16286
16274
  */
16287
16275
  max?: pulumi.Input<number>;
16288
16276
  /**
16289
- * Minimum.
16277
+ * The minimum number of vCPUs. To specify no minimum limit, specify `0`.
16290
16278
  */
16291
16279
  min: pulumi.Input<number>;
16292
16280
  }
@@ -18112,7 +18100,7 @@ export declare namespace ec2 {
18112
18100
  }
18113
18101
  interface LaunchTemplateInstanceRequirementsAcceleratorCount {
18114
18102
  /**
18115
- * Maximum. Set to `0` to exclude instance types with accelerators.
18103
+ * Maximum.
18116
18104
  */
18117
18105
  max?: pulumi.Input<number>;
18118
18106
  /**
@@ -18122,7 +18110,7 @@ export declare namespace ec2 {
18122
18110
  }
18123
18111
  interface LaunchTemplateInstanceRequirementsAcceleratorTotalMemoryMib {
18124
18112
  /**
18125
- * Maximum. Set to `0` to exclude instance types with accelerators.
18113
+ * Maximum.
18126
18114
  */
18127
18115
  max?: pulumi.Input<number>;
18128
18116
  /**
@@ -18132,7 +18120,7 @@ export declare namespace ec2 {
18132
18120
  }
18133
18121
  interface LaunchTemplateInstanceRequirementsBaselineEbsBandwidthMbps {
18134
18122
  /**
18135
- * Maximum. Set to `0` to exclude instance types with accelerators.
18123
+ * Maximum.
18136
18124
  */
18137
18125
  max?: pulumi.Input<number>;
18138
18126
  /**
@@ -18142,7 +18130,7 @@ export declare namespace ec2 {
18142
18130
  }
18143
18131
  interface LaunchTemplateInstanceRequirementsMemoryGibPerVcpu {
18144
18132
  /**
18145
- * Maximum. Set to `0` to exclude instance types with accelerators.
18133
+ * Maximum.
18146
18134
  */
18147
18135
  max?: pulumi.Input<number>;
18148
18136
  /**
@@ -18152,7 +18140,7 @@ export declare namespace ec2 {
18152
18140
  }
18153
18141
  interface LaunchTemplateInstanceRequirementsMemoryMib {
18154
18142
  /**
18155
- * Maximum. Set to `0` to exclude instance types with accelerators.
18143
+ * Maximum.
18156
18144
  */
18157
18145
  max?: pulumi.Input<number>;
18158
18146
  /**
@@ -18162,7 +18150,7 @@ export declare namespace ec2 {
18162
18150
  }
18163
18151
  interface LaunchTemplateInstanceRequirementsNetworkBandwidthGbps {
18164
18152
  /**
18165
- * Maximum. Set to `0` to exclude instance types with accelerators.
18153
+ * Maximum.
18166
18154
  */
18167
18155
  max?: pulumi.Input<number>;
18168
18156
  /**
@@ -18172,7 +18160,7 @@ export declare namespace ec2 {
18172
18160
  }
18173
18161
  interface LaunchTemplateInstanceRequirementsNetworkInterfaceCount {
18174
18162
  /**
18175
- * Maximum. Set to `0` to exclude instance types with accelerators.
18163
+ * Maximum.
18176
18164
  */
18177
18165
  max?: pulumi.Input<number>;
18178
18166
  /**
@@ -18182,7 +18170,7 @@ export declare namespace ec2 {
18182
18170
  }
18183
18171
  interface LaunchTemplateInstanceRequirementsTotalLocalStorageGb {
18184
18172
  /**
18185
- * Maximum. Set to `0` to exclude instance types with accelerators.
18173
+ * Maximum.
18186
18174
  */
18187
18175
  max?: pulumi.Input<number>;
18188
18176
  /**
@@ -18192,7 +18180,7 @@ export declare namespace ec2 {
18192
18180
  }
18193
18181
  interface LaunchTemplateInstanceRequirementsVcpuCount {
18194
18182
  /**
18195
- * Maximum. Set to `0` to exclude instance types with accelerators.
18183
+ * Maximum.
18196
18184
  */
18197
18185
  max?: pulumi.Input<number>;
18198
18186
  /**
@@ -19663,7 +19651,7 @@ export declare namespace ec2 {
19663
19651
  }
19664
19652
  interface SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirementsAcceleratorCount {
19665
19653
  /**
19666
- * Maximum. Set to `0` to exclude instance types with accelerators.
19654
+ * Maximum.
19667
19655
  */
19668
19656
  max?: pulumi.Input<number>;
19669
19657
  /**
@@ -19673,7 +19661,7 @@ export declare namespace ec2 {
19673
19661
  }
19674
19662
  interface SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirementsAcceleratorTotalMemoryMib {
19675
19663
  /**
19676
- * Maximum. Set to `0` to exclude instance types with accelerators.
19664
+ * Maximum.
19677
19665
  */
19678
19666
  max?: pulumi.Input<number>;
19679
19667
  /**
@@ -19683,7 +19671,7 @@ export declare namespace ec2 {
19683
19671
  }
19684
19672
  interface SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirementsBaselineEbsBandwidthMbps {
19685
19673
  /**
19686
- * Maximum. Set to `0` to exclude instance types with accelerators.
19674
+ * Maximum.
19687
19675
  */
19688
19676
  max?: pulumi.Input<number>;
19689
19677
  /**
@@ -19693,7 +19681,7 @@ export declare namespace ec2 {
19693
19681
  }
19694
19682
  interface SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirementsMemoryGibPerVcpu {
19695
19683
  /**
19696
- * Maximum. Set to `0` to exclude instance types with accelerators.
19684
+ * Maximum.
19697
19685
  */
19698
19686
  max?: pulumi.Input<number>;
19699
19687
  /**
@@ -19703,7 +19691,7 @@ export declare namespace ec2 {
19703
19691
  }
19704
19692
  interface SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirementsMemoryMib {
19705
19693
  /**
19706
- * Maximum. Set to `0` to exclude instance types with accelerators.
19694
+ * Maximum.
19707
19695
  */
19708
19696
  max?: pulumi.Input<number>;
19709
19697
  /**
@@ -19713,7 +19701,7 @@ export declare namespace ec2 {
19713
19701
  }
19714
19702
  interface SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirementsNetworkBandwidthGbps {
19715
19703
  /**
19716
- * Maximum. Set to `0` to exclude instance types with accelerators.
19704
+ * Maximum.
19717
19705
  */
19718
19706
  max?: pulumi.Input<number>;
19719
19707
  /**
@@ -19723,7 +19711,7 @@ export declare namespace ec2 {
19723
19711
  }
19724
19712
  interface SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirementsNetworkInterfaceCount {
19725
19713
  /**
19726
- * Maximum. Set to `0` to exclude instance types with accelerators.
19714
+ * Maximum.
19727
19715
  */
19728
19716
  max?: pulumi.Input<number>;
19729
19717
  /**
@@ -19733,7 +19721,7 @@ export declare namespace ec2 {
19733
19721
  }
19734
19722
  interface SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirementsTotalLocalStorageGb {
19735
19723
  /**
19736
- * Maximum. Set to `0` to exclude instance types with accelerators.
19724
+ * Maximum.
19737
19725
  */
19738
19726
  max?: pulumi.Input<number>;
19739
19727
  /**
@@ -19743,7 +19731,7 @@ export declare namespace ec2 {
19743
19731
  }
19744
19732
  interface SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirementsVcpuCount {
19745
19733
  /**
19746
- * Maximum. Set to `0` to exclude instance types with accelerators.
19734
+ * Maximum.
19747
19735
  */
19748
19736
  max?: pulumi.Input<number>;
19749
19737
  /**
@@ -25292,11 +25280,11 @@ export declare namespace glue {
25292
25280
  }
25293
25281
  interface CrawlerS3Target {
25294
25282
  /**
25295
- * The name of the connection to use to connect to the JDBC target.
25283
+ * The name of the connection for an Amazon S3-backed Data Catalog table to be a target of the crawl when using a Catalog connection type paired with a `NETWORK` Connection type.
25296
25284
  */
25297
25285
  connectionName?: pulumi.Input<string>;
25298
25286
  /**
25299
- * The ARN of the dead-letter SQS queue.
25287
+ * A valid Amazon SQS ARN.
25300
25288
  *
25301
25289
  * > **Note:** `deletionBehavior` of catalog target doesn't support `DEPRECATE_IN_DATABASE`.
25302
25290
  *
@@ -25304,7 +25292,7 @@ export declare namespace glue {
25304
25292
  */
25305
25293
  dlqEventQueueArn?: pulumi.Input<string>;
25306
25294
  /**
25307
- * The ARN of the SQS queue to receive S3 notifications from.
25295
+ * A valid Amazon SQS ARN.
25308
25296
  */
25309
25297
  eventQueueArn?: pulumi.Input<string>;
25310
25298
  /**
@@ -27315,8 +27303,6 @@ export declare namespace iot {
27315
27303
  interface TopicRuleDynamodbv2PutItem {
27316
27304
  /**
27317
27305
  * The name of the DynamoDB table.
27318
- *
27319
- * The `dynamodbv2` object takes the following arguments:
27320
27306
  */
27321
27307
  tableName: pulumi.Input<string>;
27322
27308
  }
@@ -27472,8 +27458,6 @@ export declare namespace iot {
27472
27458
  interface TopicRuleErrorActionDynamodbv2PutItem {
27473
27459
  /**
27474
27460
  * The name of the DynamoDB table.
27475
- *
27476
- * The `dynamodbv2` object takes the following arguments:
27477
27461
  */
27478
27462
  tableName: pulumi.Input<string>;
27479
27463
  }
@@ -29156,7 +29140,6 @@ export declare namespace kinesis {
29156
29140
  bufferingInterval?: pulumi.Input<number>;
29157
29141
  /**
29158
29142
  * Buffer incoming data to the specified size, in MBs between 1 to 100, before delivering it to the destination. The default value is 5MB.
29159
- * We recommend setting SizeInMBs to a value greater than the amount of data you typically ingest into the delivery stream in 10 seconds. For example, if you typically ingest data at 1 MB/sec set SizeInMBs to be 10 MB or higher.
29160
29143
  */
29161
29144
  bufferingSize?: pulumi.Input<number>;
29162
29145
  /**
@@ -29181,7 +29164,7 @@ export declare namespace kinesis {
29181
29164
  */
29182
29165
  prefix?: pulumi.Input<string>;
29183
29166
  /**
29184
- * The ARN of the role that provides access to the source Kinesis stream.
29167
+ * The ARN of the role used to access the Amazon MSK cluster.
29185
29168
  */
29186
29169
  roleArn: pulumi.Input<string>;
29187
29170
  }
@@ -29225,7 +29208,6 @@ export declare namespace kinesis {
29225
29208
  bufferingInterval?: pulumi.Input<number>;
29226
29209
  /**
29227
29210
  * Buffer incoming data to the specified size, in MBs between 1 to 100, before delivering it to the destination. The default value is 5MB.
29228
- * We recommend setting SizeInMBs to a value greater than the amount of data you typically ingest into the delivery stream in 10 seconds. For example, if you typically ingest data at 1 MB/sec set SizeInMBs to be 10 MB or higher.
29229
29211
  */
29230
29212
  bufferingSize?: pulumi.Input<number>;
29231
29213
  /**
@@ -29262,7 +29244,7 @@ export declare namespace kinesis {
29262
29244
  */
29263
29245
  processingConfiguration?: pulumi.Input<inputs.kinesis.FirehoseDeliveryStreamExtendedS3ConfigurationProcessingConfiguration>;
29264
29246
  /**
29265
- * The ARN of the role that provides access to the source Kinesis stream.
29247
+ * The ARN of the role used to access the Amazon MSK cluster.
29266
29248
  */
29267
29249
  roleArn: pulumi.Input<string>;
29268
29250
  /**
@@ -29270,7 +29252,7 @@ export declare namespace kinesis {
29270
29252
  */
29271
29253
  s3BackupConfiguration?: pulumi.Input<inputs.kinesis.FirehoseDeliveryStreamExtendedS3ConfigurationS3BackupConfiguration>;
29272
29254
  /**
29273
- * The Amazon S3 backup mode. Valid values are `Disabled` and `Enabled`. Default value is `Disabled`.
29255
+ * Defines how documents should be delivered to Amazon S3. Valid values are `FailedDocumentsOnly` and `AllDocuments`. Default value is `FailedDocumentsOnly`.
29274
29256
  */
29275
29257
  s3BackupMode?: pulumi.Input<string>;
29276
29258
  }
@@ -29509,7 +29491,6 @@ export declare namespace kinesis {
29509
29491
  bufferingInterval?: pulumi.Input<number>;
29510
29492
  /**
29511
29493
  * Buffer incoming data to the specified size, in MBs between 1 to 100, before delivering it to the destination. The default value is 5MB.
29512
- * We recommend setting SizeInMBs to a value greater than the amount of data you typically ingest into the delivery stream in 10 seconds. For example, if you typically ingest data at 1 MB/sec set SizeInMBs to be 10 MB or higher.
29513
29494
  */
29514
29495
  bufferingSize?: pulumi.Input<number>;
29515
29496
  /**
@@ -29534,7 +29515,7 @@ export declare namespace kinesis {
29534
29515
  */
29535
29516
  prefix?: pulumi.Input<string>;
29536
29517
  /**
29537
- * The ARN of the role that provides access to the source Kinesis stream.
29518
+ * The ARN of the role used to access the Amazon MSK cluster.
29538
29519
  */
29539
29520
  roleArn: pulumi.Input<string>;
29540
29521
  }
@@ -29679,7 +29660,6 @@ export declare namespace kinesis {
29679
29660
  bufferingInterval?: pulumi.Input<number>;
29680
29661
  /**
29681
29662
  * Buffer incoming data to the specified size, in MBs between 1 to 100, before delivering it to the destination. The default value is 5MB.
29682
- * We recommend setting SizeInMBs to a value greater than the amount of data you typically ingest into the delivery stream in 10 seconds. For example, if you typically ingest data at 1 MB/sec set SizeInMBs to be 10 MB or higher.
29683
29663
  */
29684
29664
  bufferingSize?: pulumi.Input<number>;
29685
29665
  /**
@@ -29704,7 +29684,7 @@ export declare namespace kinesis {
29704
29684
  */
29705
29685
  prefix?: pulumi.Input<string>;
29706
29686
  /**
29707
- * The ARN of the role that provides access to the source Kinesis stream.
29687
+ * The ARN of the role used to access the Amazon MSK cluster.
29708
29688
  */
29709
29689
  roleArn: pulumi.Input<string>;
29710
29690
  }
@@ -29871,7 +29851,6 @@ export declare namespace kinesis {
29871
29851
  bufferingInterval?: pulumi.Input<number>;
29872
29852
  /**
29873
29853
  * Buffer incoming data to the specified size, in MBs between 1 to 100, before delivering it to the destination. The default value is 5MB.
29874
- * We recommend setting SizeInMBs to a value greater than the amount of data you typically ingest into the delivery stream in 10 seconds. For example, if you typically ingest data at 1 MB/sec set SizeInMBs to be 10 MB or higher.
29875
29854
  */
29876
29855
  bufferingSize?: pulumi.Input<number>;
29877
29856
  /**
@@ -29896,7 +29875,7 @@ export declare namespace kinesis {
29896
29875
  */
29897
29876
  prefix?: pulumi.Input<string>;
29898
29877
  /**
29899
- * The ARN of the role that provides access to the source Kinesis stream.
29878
+ * The ARN of the role used to access the Amazon MSK cluster.
29900
29879
  */
29901
29880
  roleArn: pulumi.Input<string>;
29902
29881
  }
@@ -30032,7 +30011,6 @@ export declare namespace kinesis {
30032
30011
  bufferingInterval?: pulumi.Input<number>;
30033
30012
  /**
30034
30013
  * Buffer incoming data to the specified size, in MBs between 1 to 100, before delivering it to the destination. The default value is 5MB.
30035
- * We recommend setting SizeInMBs to a value greater than the amount of data you typically ingest into the delivery stream in 10 seconds. For example, if you typically ingest data at 1 MB/sec set SizeInMBs to be 10 MB or higher.
30036
30014
  */
30037
30015
  bufferingSize?: pulumi.Input<number>;
30038
30016
  /**
@@ -30057,7 +30035,7 @@ export declare namespace kinesis {
30057
30035
  */
30058
30036
  prefix?: pulumi.Input<string>;
30059
30037
  /**
30060
- * The ARN of the role that provides access to the source Kinesis stream.
30038
+ * The ARN of the role used to access the Amazon MSK cluster.
30061
30039
  */
30062
30040
  roleArn: pulumi.Input<string>;
30063
30041
  }
@@ -30201,7 +30179,6 @@ export declare namespace kinesis {
30201
30179
  bufferingInterval?: pulumi.Input<number>;
30202
30180
  /**
30203
30181
  * Buffer incoming data to the specified size, in MBs between 1 to 100, before delivering it to the destination. The default value is 5MB.
30204
- * We recommend setting SizeInMBs to a value greater than the amount of data you typically ingest into the delivery stream in 10 seconds. For example, if you typically ingest data at 1 MB/sec set SizeInMBs to be 10 MB or higher.
30205
30182
  */
30206
30183
  bufferingSize?: pulumi.Input<number>;
30207
30184
  /**
@@ -30226,7 +30203,7 @@ export declare namespace kinesis {
30226
30203
  */
30227
30204
  prefix?: pulumi.Input<string>;
30228
30205
  /**
30229
- * The ARN of the role that provides access to the source Kinesis stream.
30206
+ * The ARN of the role used to access the Amazon MSK cluster.
30230
30207
  */
30231
30208
  roleArn: pulumi.Input<string>;
30232
30209
  }
@@ -30255,7 +30232,6 @@ export declare namespace kinesis {
30255
30232
  bufferingInterval?: pulumi.Input<number>;
30256
30233
  /**
30257
30234
  * Buffer incoming data to the specified size, in MBs between 1 to 100, before delivering it to the destination. The default value is 5MB.
30258
- * We recommend setting SizeInMBs to a value greater than the amount of data you typically ingest into the delivery stream in 10 seconds. For example, if you typically ingest data at 1 MB/sec set SizeInMBs to be 10 MB or higher.
30259
30235
  */
30260
30236
  bufferingSize?: pulumi.Input<number>;
30261
30237
  /**
@@ -30280,7 +30256,7 @@ export declare namespace kinesis {
30280
30256
  */
30281
30257
  prefix?: pulumi.Input<string>;
30282
30258
  /**
30283
- * The ARN of the role that provides access to the source Kinesis stream.
30259
+ * The ARN of the role used to access the Amazon MSK cluster.
30284
30260
  */
30285
30261
  roleArn: pulumi.Input<string>;
30286
30262
  }
@@ -30409,7 +30385,6 @@ export declare namespace kinesis {
30409
30385
  bufferingInterval?: pulumi.Input<number>;
30410
30386
  /**
30411
30387
  * Buffer incoming data to the specified size, in MBs between 1 to 100, before delivering it to the destination. The default value is 5MB.
30412
- * We recommend setting SizeInMBs to a value greater than the amount of data you typically ingest into the delivery stream in 10 seconds. For example, if you typically ingest data at 1 MB/sec set SizeInMBs to be 10 MB or higher.
30413
30388
  */
30414
30389
  bufferingSize?: pulumi.Input<number>;
30415
30390
  /**
@@ -30434,7 +30409,7 @@ export declare namespace kinesis {
30434
30409
  */
30435
30410
  prefix?: pulumi.Input<string>;
30436
30411
  /**
30437
- * The ARN of the role that provides access to the source Kinesis stream.
30412
+ * The ARN of the role used to access the Amazon MSK cluster.
30438
30413
  */
30439
30414
  roleArn: pulumi.Input<string>;
30440
30415
  }
@@ -32115,9 +32090,6 @@ export declare namespace lb {
32115
32090
  interface ListenerRuleConditionHostHeader {
32116
32091
  /**
32117
32092
  * List of header value patterns to match. Maximum size of each pattern is 128 characters. Comparison is case insensitive. Wildcard characters supported: * (matches 0 or more characters) and ? (matches exactly 1 character). If the same header appears multiple times in the request they will be searched in order until a match is found. Only one pattern needs to match for the condition to be satisfied. To require that all of the strings are a match, create one condition block per string.
32118
- *
32119
- *
32120
- * Query String Value Blocks (for `query_string.values`) support the following:
32121
32093
  */
32122
32094
  values: pulumi.Input<pulumi.Input<string>[]>;
32123
32095
  }
@@ -32134,18 +32106,12 @@ export declare namespace lb {
32134
32106
  interface ListenerRuleConditionHttpRequestMethod {
32135
32107
  /**
32136
32108
  * List of header value patterns to match. Maximum size of each pattern is 128 characters. Comparison is case insensitive. Wildcard characters supported: * (matches 0 or more characters) and ? (matches exactly 1 character). If the same header appears multiple times in the request they will be searched in order until a match is found. Only one pattern needs to match for the condition to be satisfied. To require that all of the strings are a match, create one condition block per string.
32137
- *
32138
- *
32139
- * Query String Value Blocks (for `query_string.values`) support the following:
32140
32109
  */
32141
32110
  values: pulumi.Input<pulumi.Input<string>[]>;
32142
32111
  }
32143
32112
  interface ListenerRuleConditionPathPattern {
32144
32113
  /**
32145
32114
  * List of header value patterns to match. Maximum size of each pattern is 128 characters. Comparison is case insensitive. Wildcard characters supported: * (matches 0 or more characters) and ? (matches exactly 1 character). If the same header appears multiple times in the request they will be searched in order until a match is found. Only one pattern needs to match for the condition to be satisfied. To require that all of the strings are a match, create one condition block per string.
32146
- *
32147
- *
32148
- * Query String Value Blocks (for `query_string.values`) support the following:
32149
32115
  */
32150
32116
  values: pulumi.Input<pulumi.Input<string>[]>;
32151
32117
  }
@@ -32162,9 +32128,6 @@ export declare namespace lb {
32162
32128
  interface ListenerRuleConditionSourceIp {
32163
32129
  /**
32164
32130
  * List of header value patterns to match. Maximum size of each pattern is 128 characters. Comparison is case insensitive. Wildcard characters supported: * (matches 0 or more characters) and ? (matches exactly 1 character). If the same header appears multiple times in the request they will be searched in order until a match is found. Only one pattern needs to match for the condition to be satisfied. To require that all of the strings are a match, create one condition block per string.
32165
- *
32166
- *
32167
- * Query String Value Blocks (for `query_string.values`) support the following:
32168
32131
  */
32169
32132
  values: pulumi.Input<pulumi.Input<string>[]>;
32170
32133
  }
@@ -32270,13 +32233,16 @@ export declare namespace lb {
32270
32233
  }
32271
32234
  export declare namespace lex {
32272
32235
  interface BotAbortStatement {
32236
+ /**
32237
+ * A set of messages, each of which provides a message string and its type.
32238
+ * You can specify the message string in plain text or in Speech Synthesis Markup Language (SSML).
32239
+ * Attributes are documented under message.
32240
+ */
32273
32241
  messages: pulumi.Input<pulumi.Input<inputs.lex.BotAbortStatementMessage>[]>;
32274
32242
  /**
32275
32243
  * The response card. Amazon Lex will substitute session attributes and
32276
32244
  * slot values into the response card. For more information, see
32277
32245
  * [Example: Using a Response Card](https://docs.aws.amazon.com/lex/latest/dg/ex-resp-card.html).
32278
- * slot values into the response card. For more information, see
32279
- * [Example: Using a Response Card](https://docs.aws.amazon.com/lex/latest/dg/ex-resp-card.html).
32280
32246
  */
32281
32247
  responseCard?: pulumi.Input<string>;
32282
32248
  }
@@ -32332,13 +32298,16 @@ export declare namespace lex {
32332
32298
  * The number of times to prompt the user for information.
32333
32299
  */
32334
32300
  maxAttempts: pulumi.Input<number>;
32301
+ /**
32302
+ * A set of messages, each of which provides a message string and its type.
32303
+ * You can specify the message string in plain text or in Speech Synthesis Markup Language (SSML).
32304
+ * Attributes are documented under message.
32305
+ */
32335
32306
  messages: pulumi.Input<pulumi.Input<inputs.lex.BotClarificationPromptMessage>[]>;
32336
32307
  /**
32337
32308
  * The response card. Amazon Lex will substitute session attributes and
32338
32309
  * slot values into the response card. For more information, see
32339
32310
  * [Example: Using a Response Card](https://docs.aws.amazon.com/lex/latest/dg/ex-resp-card.html).
32340
- * slot values into the response card. For more information, see
32341
- * [Example: Using a Response Card](https://docs.aws.amazon.com/lex/latest/dg/ex-resp-card.html).
32342
32311
  */
32343
32312
  responseCard?: pulumi.Input<string>;
32344
32313
  }
@@ -32368,15 +32337,16 @@ export declare namespace lex {
32368
32337
  intentVersion: pulumi.Input<string>;
32369
32338
  }
32370
32339
  interface IntentConclusionStatement {
32340
+ /**
32341
+ * A set of messages, each of which provides a message string and its type.
32342
+ * You can specify the message string in plain text or in Speech Synthesis Markup Language (SSML).
32343
+ * Attributes are documented under message. Must contain between 1 and 15 messages.
32344
+ */
32371
32345
  messages: pulumi.Input<pulumi.Input<inputs.lex.IntentConclusionStatementMessage>[]>;
32372
32346
  /**
32373
32347
  * The response card. Amazon Lex will substitute session attributes and
32374
32348
  * slot values into the response card. For more information, see
32375
32349
  * [Example: Using a Response Card](https://docs.aws.amazon.com/lex/latest/dg/ex-resp-card.html). Must be less than or equal to 50000 characters in length.
32376
- * slot values into the response card. For more information, see
32377
- * [Example: Using a Response Card](https://docs.aws.amazon.com/lex/latest/dg/ex-resp-card.html). Must be less than or equal to 50000 characters in length.
32378
- * slot values into the response card. For more information, see
32379
- * [Example: Using a Response Card](https://docs.aws.amazon.com/lex/latest/dg/ex-resp-card.html). Must be less than or equal to 50000 characters in length.
32380
32350
  */
32381
32351
  responseCard?: pulumi.Input<string>;
32382
32352
  }
@@ -32400,15 +32370,16 @@ export declare namespace lex {
32400
32370
  * The number of times to prompt the user for information. Must be a number between 1 and 5 (inclusive).
32401
32371
  */
32402
32372
  maxAttempts: pulumi.Input<number>;
32373
+ /**
32374
+ * A set of messages, each of which provides a message string and its type.
32375
+ * You can specify the message string in plain text or in Speech Synthesis Markup Language (SSML).
32376
+ * Attributes are documented under message. Must contain between 1 and 15 messages.
32377
+ */
32403
32378
  messages: pulumi.Input<pulumi.Input<inputs.lex.IntentConfirmationPromptMessage>[]>;
32404
32379
  /**
32405
32380
  * The response card. Amazon Lex will substitute session attributes and
32406
32381
  * slot values into the response card. For more information, see
32407
32382
  * [Example: Using a Response Card](https://docs.aws.amazon.com/lex/latest/dg/ex-resp-card.html). Must be less than or equal to 50000 characters in length.
32408
- * slot values into the response card. For more information, see
32409
- * [Example: Using a Response Card](https://docs.aws.amazon.com/lex/latest/dg/ex-resp-card.html). Must be less than or equal to 50000 characters in length.
32410
- * slot values into the response card. For more information, see
32411
- * [Example: Using a Response Card](https://docs.aws.amazon.com/lex/latest/dg/ex-resp-card.html). Must be less than or equal to 50000 characters in length.
32412
32383
  */
32413
32384
  responseCard?: pulumi.Input<string>;
32414
32385
  }
@@ -32485,15 +32456,16 @@ export declare namespace lex {
32485
32456
  groupNumber?: pulumi.Input<number>;
32486
32457
  }
32487
32458
  interface IntentFollowUpPromptRejectionStatement {
32459
+ /**
32460
+ * A set of messages, each of which provides a message string and its type.
32461
+ * You can specify the message string in plain text or in Speech Synthesis Markup Language (SSML).
32462
+ * Attributes are documented under message. Must contain between 1 and 15 messages.
32463
+ */
32488
32464
  messages: pulumi.Input<pulumi.Input<inputs.lex.IntentFollowUpPromptRejectionStatementMessage>[]>;
32489
32465
  /**
32490
32466
  * The response card. Amazon Lex will substitute session attributes and
32491
32467
  * slot values into the response card. For more information, see
32492
32468
  * [Example: Using a Response Card](https://docs.aws.amazon.com/lex/latest/dg/ex-resp-card.html). Must be less than or equal to 50000 characters in length.
32493
- * slot values into the response card. For more information, see
32494
- * [Example: Using a Response Card](https://docs.aws.amazon.com/lex/latest/dg/ex-resp-card.html). Must be less than or equal to 50000 characters in length.
32495
- * slot values into the response card. For more information, see
32496
- * [Example: Using a Response Card](https://docs.aws.amazon.com/lex/latest/dg/ex-resp-card.html). Must be less than or equal to 50000 characters in length.
32497
32469
  */
32498
32470
  responseCard?: pulumi.Input<string>;
32499
32471
  }
@@ -32537,15 +32509,16 @@ export declare namespace lex {
32537
32509
  uri: pulumi.Input<string>;
32538
32510
  }
32539
32511
  interface IntentRejectionStatement {
32512
+ /**
32513
+ * A set of messages, each of which provides a message string and its type.
32514
+ * You can specify the message string in plain text or in Speech Synthesis Markup Language (SSML).
32515
+ * Attributes are documented under message. Must contain between 1 and 15 messages.
32516
+ */
32540
32517
  messages: pulumi.Input<pulumi.Input<inputs.lex.IntentRejectionStatementMessage>[]>;
32541
32518
  /**
32542
32519
  * The response card. Amazon Lex will substitute session attributes and
32543
32520
  * slot values into the response card. For more information, see
32544
32521
  * [Example: Using a Response Card](https://docs.aws.amazon.com/lex/latest/dg/ex-resp-card.html). Must be less than or equal to 50000 characters in length.
32545
- * slot values into the response card. For more information, see
32546
- * [Example: Using a Response Card](https://docs.aws.amazon.com/lex/latest/dg/ex-resp-card.html). Must be less than or equal to 50000 characters in length.
32547
- * slot values into the response card. For more information, see
32548
- * [Example: Using a Response Card](https://docs.aws.amazon.com/lex/latest/dg/ex-resp-card.html). Must be less than or equal to 50000 characters in length.
32549
32522
  */
32550
32523
  responseCard?: pulumi.Input<string>;
32551
32524
  }
@@ -32616,15 +32589,16 @@ export declare namespace lex {
32616
32589
  * The number of times to prompt the user for information. Must be a number between 1 and 5 (inclusive).
32617
32590
  */
32618
32591
  maxAttempts: pulumi.Input<number>;
32592
+ /**
32593
+ * A set of messages, each of which provides a message string and its type.
32594
+ * You can specify the message string in plain text or in Speech Synthesis Markup Language (SSML).
32595
+ * Attributes are documented under message. Must contain between 1 and 15 messages.
32596
+ */
32619
32597
  messages: pulumi.Input<pulumi.Input<inputs.lex.IntentSlotValueElicitationPromptMessage>[]>;
32620
32598
  /**
32621
32599
  * The response card. Amazon Lex will substitute session attributes and
32622
32600
  * slot values into the response card. For more information, see
32623
32601
  * [Example: Using a Response Card](https://docs.aws.amazon.com/lex/latest/dg/ex-resp-card.html). Must be less than or equal to 50000 characters in length.
32624
- * slot values into the response card. For more information, see
32625
- * [Example: Using a Response Card](https://docs.aws.amazon.com/lex/latest/dg/ex-resp-card.html). Must be less than or equal to 50000 characters in length.
32626
- * slot values into the response card. For more information, see
32627
- * [Example: Using a Response Card](https://docs.aws.amazon.com/lex/latest/dg/ex-resp-card.html). Must be less than or equal to 50000 characters in length.
32628
32602
  */
32629
32603
  responseCard?: pulumi.Input<string>;
32630
32604
  }
@@ -33192,7 +33166,7 @@ export declare namespace macie2 {
33192
33166
  }
33193
33167
  interface ClassificationJobS3JobDefinitionBucketCriteriaIncludes {
33194
33168
  /**
33195
- * An array of conditions, one for each condition that determines which S3 buckets to include or exclude from the job. (documented below)
33169
+ * An array of conditions, one for each condition that determines which objects to include or exclude from the job. (documented below)
33196
33170
  */
33197
33171
  ands?: pulumi.Input<pulumi.Input<inputs.macie2.ClassificationJobS3JobDefinitionBucketCriteriaIncludesAnd>[]>;
33198
33172
  }
@@ -33320,7 +33294,7 @@ export declare namespace macie2 {
33320
33294
  }
33321
33295
  interface ClassificationJobS3JobDefinitionScopingIncludes {
33322
33296
  /**
33323
- * An array of conditions, one for each condition that determines which S3 buckets to include or exclude from the job. (documented below)
33297
+ * An array of conditions, one for each condition that determines which objects to include or exclude from the job. (documented below)
33324
33298
  */
33325
33299
  ands?: pulumi.Input<pulumi.Input<inputs.macie2.ClassificationJobS3JobDefinitionScopingIncludesAnd>[]>;
33326
33300
  }
@@ -34169,7 +34143,7 @@ export declare namespace medialive {
34169
34143
  */
34170
34144
  uri: pulumi.Input<string>;
34171
34145
  /**
34172
- * Username for destination.
34146
+ * . Username to be used.
34173
34147
  */
34174
34148
  username?: pulumi.Input<string>;
34175
34149
  }
@@ -34478,7 +34452,7 @@ export declare namespace medialive {
34478
34452
  */
34479
34453
  uri: pulumi.Input<string>;
34480
34454
  /**
34481
- * Username for destination.
34455
+ * . Username to be used.
34482
34456
  */
34483
34457
  username?: pulumi.Input<string>;
34484
34458
  }
@@ -34739,7 +34713,7 @@ export declare namespace medialive {
34739
34713
  */
34740
34714
  uri: pulumi.Input<string>;
34741
34715
  /**
34742
- * Username for destination.
34716
+ * . Username to be used.
34743
34717
  */
34744
34718
  username?: pulumi.Input<string>;
34745
34719
  }
@@ -35019,7 +34993,7 @@ export declare namespace medialive {
35019
34993
  */
35020
34994
  entropyEncoding?: pulumi.Input<string>;
35021
34995
  /**
35022
- * Filters to apply to an encode. See H264 Filter Settings for more details.
34996
+ * Filters to apply to an encode. See H265 Filter Settings for more details.
35023
34997
  */
35024
34998
  filterSettings?: pulumi.Input<inputs.medialive.ChannelEncoderSettingsVideoDescriptionCodecSettingsH264SettingsFilterSettings>;
35025
34999
  /**
@@ -35064,7 +35038,7 @@ export declare namespace medialive {
35064
35038
  */
35065
35039
  gopSizeUnits?: pulumi.Input<string>;
35066
35040
  /**
35067
- * H264 level.
35041
+ * H265 level.
35068
35042
  */
35069
35043
  level?: pulumi.Input<string>;
35070
35044
  /**
@@ -35191,7 +35165,7 @@ export declare namespace medialive {
35191
35165
  */
35192
35166
  colorSpaceSettings?: pulumi.Input<inputs.medialive.ChannelEncoderSettingsVideoDescriptionCodecSettingsH265SettingsColorSpaceSettings>;
35193
35167
  /**
35194
- * Filters to apply to an encode. See H264 Filter Settings for more details.
35168
+ * Filters to apply to an encode. See H265 Filter Settings for more details.
35195
35169
  */
35196
35170
  filterSettings?: pulumi.Input<inputs.medialive.ChannelEncoderSettingsVideoDescriptionCodecSettingsH265SettingsFilterSettings>;
35197
35171
  /**
@@ -35220,7 +35194,7 @@ export declare namespace medialive {
35220
35194
  */
35221
35195
  gopSizeUnits?: pulumi.Input<string>;
35222
35196
  /**
35223
- * H264 level.
35197
+ * H265 level.
35224
35198
  */
35225
35199
  level?: pulumi.Input<string>;
35226
35200
  /**
@@ -35402,7 +35376,7 @@ export declare namespace medialive {
35402
35376
  }
35403
35377
  interface ChannelInputAttachmentAutomaticInputFailoverSettingsFailoverConditionFailoverConditionSettingsAudioSilenceSettings {
35404
35378
  /**
35405
- * The name of the audio selector in the input that MediaLive should monitor to detect silence. Select your most important rendition. If you didn't create an audio selector in this input, leave blank.
35379
+ * The name of the audio selector used as the source for this AudioDescription.
35406
35380
  */
35407
35381
  audioSelectorName: pulumi.Input<string>;
35408
35382
  /**
@@ -36187,11 +36161,11 @@ export declare namespace msk {
36187
36161
  }
36188
36162
  interface ClusterBrokerNodeGroupInfoConnectivityInfoVpcConnectivityClientAuthenticationSasl {
36189
36163
  /**
36190
- * Enables SASL/IAM authentication for VPC connectivity.
36164
+ * Enables IAM client authentication. Defaults to `false`.
36191
36165
  */
36192
36166
  iam?: pulumi.Input<boolean>;
36193
36167
  /**
36194
- * Enables SASL/SCRAM authentication for VPC connectivity.
36168
+ * Enables SCRAM client authentication via AWS Secrets Manager. Defaults to `false`.
36195
36169
  */
36196
36170
  scram?: pulumi.Input<boolean>;
36197
36171
  }
@@ -36237,11 +36211,11 @@ export declare namespace msk {
36237
36211
  }
36238
36212
  interface ClusterClientAuthenticationSasl {
36239
36213
  /**
36240
- * Enables SASL/IAM authentication for VPC connectivity.
36214
+ * Enables IAM client authentication. Defaults to `false`.
36241
36215
  */
36242
36216
  iam?: pulumi.Input<boolean>;
36243
36217
  /**
36244
- * Enables SASL/SCRAM authentication for VPC connectivity.
36218
+ * Enables SCRAM client authentication via AWS Secrets Manager. Defaults to `false`.
36245
36219
  */
36246
36220
  scram?: pulumi.Input<boolean>;
36247
36221
  }
@@ -36344,13 +36318,13 @@ export declare namespace msk {
36344
36318
  }
36345
36319
  interface ClusterOpenMonitoringPrometheusJmxExporter {
36346
36320
  /**
36347
- * Indicates whether you want to enable or disable the JMX Exporter.
36321
+ * Indicates whether you want to enable or disable the Node Exporter.
36348
36322
  */
36349
36323
  enabledInBroker: pulumi.Input<boolean>;
36350
36324
  }
36351
36325
  interface ClusterOpenMonitoringPrometheusNodeExporter {
36352
36326
  /**
36353
- * Indicates whether you want to enable or disable the JMX Exporter.
36327
+ * Indicates whether you want to enable or disable the Node Exporter.
36354
36328
  */
36355
36329
  enabledInBroker: pulumi.Input<boolean>;
36356
36330
  }
@@ -39300,7 +39274,7 @@ export declare namespace pipes {
39300
39274
  }
39301
39275
  interface PipeSourceParametersActivemqBrokerParametersCredentials {
39302
39276
  /**
39303
- * The ARN of the Secrets Manager secret containing the basic auth credentials.
39277
+ * The ARN of the Secrets Manager secret containing the credentials.
39304
39278
  */
39305
39279
  basicAuth: pulumi.Input<string>;
39306
39280
  }
@@ -39460,7 +39434,7 @@ export declare namespace pipes {
39460
39434
  }
39461
39435
  interface PipeSourceParametersRabbitmqBrokerParametersCredentials {
39462
39436
  /**
39463
- * The ARN of the Secrets Manager secret containing the basic auth credentials.
39437
+ * The ARN of the Secrets Manager secret containing the credentials.
39464
39438
  */
39465
39439
  basicAuth: pulumi.Input<string>;
39466
39440
  }
@@ -39504,7 +39478,7 @@ export declare namespace pipes {
39504
39478
  }
39505
39479
  interface PipeSourceParametersSelfManagedKafkaParametersCredentials {
39506
39480
  /**
39507
- * The ARN of the Secrets Manager secret containing the basic auth credentials.
39481
+ * The ARN of the Secrets Manager secret containing the credentials.
39508
39482
  */
39509
39483
  basicAuth: pulumi.Input<string>;
39510
39484
  /**
@@ -39630,11 +39604,11 @@ export declare namespace pipes {
39630
39604
  }
39631
39605
  interface PipeTargetParametersBatchJobParametersContainerOverrides {
39632
39606
  /**
39633
- * List of commands to send to the container that overrides the default command from the Docker image or the task definition.
39607
+ * List of commands to send to the container that overrides the default command from the Docker image or the task definition. You must also specify a container name.
39634
39608
  */
39635
39609
  commands?: pulumi.Input<pulumi.Input<string>[]>;
39636
39610
  /**
39637
- * The environment variables to send to the container. You can add new environment variables, which are added to the container at launch, or you can override the existing environment variables from the Docker image or the task definition. Environment variables cannot start with " AWS Batch ". This naming convention is reserved for variables that AWS Batch sets. Detailed below.
39611
+ * The environment variables to send to the container. You can add new environment variables, which are added to the container at launch, or you can override the existing environment variables from the Docker image or the task definition. You must also specify a container name. Detailed below.
39638
39612
  */
39639
39613
  environments?: pulumi.Input<pulumi.Input<inputs.pipes.PipeTargetParametersBatchJobParametersContainerOverridesEnvironment>[]>;
39640
39614
  /**
@@ -39642,7 +39616,7 @@ export declare namespace pipes {
39642
39616
  */
39643
39617
  instanceType?: pulumi.Input<string>;
39644
39618
  /**
39645
- * The type and amount of resources to assign to a container. This overrides the settings in the job definition. The supported resources include GPU, MEMORY, and VCPU. Detailed below.
39619
+ * The type and amount of a resource to assign to a container, instead of the default value from the task definition. The only supported resource is a GPU. Detailed below.
39646
39620
  */
39647
39621
  resourceRequirements?: pulumi.Input<pulumi.Input<inputs.pipes.PipeTargetParametersBatchJobParametersContainerOverridesResourceRequirement>[]>;
39648
39622
  }
@@ -39652,17 +39626,17 @@ export declare namespace pipes {
39652
39626
  */
39653
39627
  name?: pulumi.Input<string>;
39654
39628
  /**
39655
- * The value of the key-value pair. For environment variables, this is the value of the environment variable.
39629
+ * Value of parameter to start execution of a SageMaker Model Building Pipeline. Maximum length of 1024.
39656
39630
  */
39657
39631
  value?: pulumi.Input<string>;
39658
39632
  }
39659
39633
  interface PipeTargetParametersBatchJobParametersContainerOverridesResourceRequirement {
39660
39634
  /**
39661
- * The type of resource to assign to a container. The supported resources include GPU, MEMORY, and VCPU.
39635
+ * The type of placement strategy. The random placement strategy randomly places tasks on available candidates. The spread placement strategy spreads placement across available candidates evenly based on the field parameter. The binpack strategy places tasks on available candidates that have the least available amount of the resource that is specified with the field parameter. For example, if you binpack on memory, a task is placed on the instance with the least amount of remaining memory (but still enough to run the task). Valid Values: random, spread, binpack.
39662
39636
  */
39663
39637
  type: pulumi.Input<string>;
39664
39638
  /**
39665
- * The value of the key-value pair. For environment variables, this is the value of the environment variable.
39639
+ * Value of parameter to start execution of a SageMaker Model Building Pipeline. Maximum length of 1024.
39666
39640
  */
39667
39641
  value: pulumi.Input<string>;
39668
39642
  }
@@ -39672,7 +39646,7 @@ export declare namespace pipes {
39672
39646
  */
39673
39647
  jobId?: pulumi.Input<string>;
39674
39648
  /**
39675
- * The type of resource to assign to a container. The supported resources include GPU, MEMORY, and VCPU.
39649
+ * The type of placement strategy. The random placement strategy randomly places tasks on available candidates. The spread placement strategy spreads placement across available candidates evenly based on the field parameter. The binpack strategy places tasks on available candidates that have the least available amount of the resource that is specified with the field parameter. For example, if you binpack on memory, a task is placed on the instance with the least amount of remaining memory (but still enough to run the task). Valid Values: random, spread, binpack.
39676
39650
  */
39677
39651
  type?: pulumi.Input<string>;
39678
39652
  }
@@ -39796,7 +39770,7 @@ export declare namespace pipes {
39796
39770
  */
39797
39771
  containerOverrides?: pulumi.Input<pulumi.Input<inputs.pipes.PipeTargetParametersEcsTaskParametersOverridesContainerOverride>[]>;
39798
39772
  /**
39799
- * The cpu override for the task.
39773
+ * The number of cpu units reserved for the container, instead of the default value from the task definition. You must also specify a container name.
39800
39774
  */
39801
39775
  cpu?: pulumi.Input<string>;
39802
39776
  /**
@@ -39812,7 +39786,7 @@ export declare namespace pipes {
39812
39786
  */
39813
39787
  inferenceAcceleratorOverrides?: pulumi.Input<pulumi.Input<inputs.pipes.PipeTargetParametersEcsTaskParametersOverridesInferenceAcceleratorOverride>[]>;
39814
39788
  /**
39815
- * The memory override for the task.
39789
+ * The hard limit (in MiB) of memory to present to the container, instead of the default value from the task definition. If your container attempts to exceed the memory specified here, the container is killed. You must also specify a container name.
39816
39790
  */
39817
39791
  memory?: pulumi.Input<string>;
39818
39792
  /**
@@ -39822,11 +39796,11 @@ export declare namespace pipes {
39822
39796
  }
39823
39797
  interface PipeTargetParametersEcsTaskParametersOverridesContainerOverride {
39824
39798
  /**
39825
- * List of commands to send to the container that overrides the default command from the Docker image or the task definition.
39799
+ * List of commands to send to the container that overrides the default command from the Docker image or the task definition. You must also specify a container name.
39826
39800
  */
39827
39801
  commands?: pulumi.Input<pulumi.Input<string>[]>;
39828
39802
  /**
39829
- * The cpu override for the task.
39803
+ * The number of cpu units reserved for the container, instead of the default value from the task definition. You must also specify a container name.
39830
39804
  */
39831
39805
  cpu?: pulumi.Input<number>;
39832
39806
  /**
@@ -39834,11 +39808,11 @@ export declare namespace pipes {
39834
39808
  */
39835
39809
  environmentFiles?: pulumi.Input<pulumi.Input<inputs.pipes.PipeTargetParametersEcsTaskParametersOverridesContainerOverrideEnvironmentFile>[]>;
39836
39810
  /**
39837
- * The environment variables to send to the container. You can add new environment variables, which are added to the container at launch, or you can override the existing environment variables from the Docker image or the task definition. Environment variables cannot start with " AWS Batch ". This naming convention is reserved for variables that AWS Batch sets. Detailed below.
39811
+ * The environment variables to send to the container. You can add new environment variables, which are added to the container at launch, or you can override the existing environment variables from the Docker image or the task definition. You must also specify a container name. Detailed below.
39838
39812
  */
39839
39813
  environments?: pulumi.Input<pulumi.Input<inputs.pipes.PipeTargetParametersEcsTaskParametersOverridesContainerOverrideEnvironment>[]>;
39840
39814
  /**
39841
- * The memory override for the task.
39815
+ * The hard limit (in MiB) of memory to present to the container, instead of the default value from the task definition. If your container attempts to exceed the memory specified here, the container is killed. You must also specify a container name.
39842
39816
  */
39843
39817
  memory?: pulumi.Input<number>;
39844
39818
  /**
@@ -39850,7 +39824,7 @@ export declare namespace pipes {
39850
39824
  */
39851
39825
  name?: pulumi.Input<string>;
39852
39826
  /**
39853
- * The type and amount of resources to assign to a container. This overrides the settings in the job definition. The supported resources include GPU, MEMORY, and VCPU. Detailed below.
39827
+ * The type and amount of a resource to assign to a container, instead of the default value from the task definition. The only supported resource is a GPU. Detailed below.
39854
39828
  */
39855
39829
  resourceRequirements?: pulumi.Input<pulumi.Input<inputs.pipes.PipeTargetParametersEcsTaskParametersOverridesContainerOverrideResourceRequirement>[]>;
39856
39830
  }
@@ -39860,27 +39834,27 @@ export declare namespace pipes {
39860
39834
  */
39861
39835
  name?: pulumi.Input<string>;
39862
39836
  /**
39863
- * The value of the key-value pair. For environment variables, this is the value of the environment variable.
39837
+ * Value of parameter to start execution of a SageMaker Model Building Pipeline. Maximum length of 1024.
39864
39838
  */
39865
39839
  value?: pulumi.Input<string>;
39866
39840
  }
39867
39841
  interface PipeTargetParametersEcsTaskParametersOverridesContainerOverrideEnvironmentFile {
39868
39842
  /**
39869
- * The type of resource to assign to a container. The supported resources include GPU, MEMORY, and VCPU.
39843
+ * The type of placement strategy. The random placement strategy randomly places tasks on available candidates. The spread placement strategy spreads placement across available candidates evenly based on the field parameter. The binpack strategy places tasks on available candidates that have the least available amount of the resource that is specified with the field parameter. For example, if you binpack on memory, a task is placed on the instance with the least amount of remaining memory (but still enough to run the task). Valid Values: random, spread, binpack.
39870
39844
  */
39871
39845
  type: pulumi.Input<string>;
39872
39846
  /**
39873
- * The value of the key-value pair. For environment variables, this is the value of the environment variable.
39847
+ * Value of parameter to start execution of a SageMaker Model Building Pipeline. Maximum length of 1024.
39874
39848
  */
39875
39849
  value: pulumi.Input<string>;
39876
39850
  }
39877
39851
  interface PipeTargetParametersEcsTaskParametersOverridesContainerOverrideResourceRequirement {
39878
39852
  /**
39879
- * The type of resource to assign to a container. The supported resources include GPU, MEMORY, and VCPU.
39853
+ * The type of placement strategy. The random placement strategy randomly places tasks on available candidates. The spread placement strategy spreads placement across available candidates evenly based on the field parameter. The binpack strategy places tasks on available candidates that have the least available amount of the resource that is specified with the field parameter. For example, if you binpack on memory, a task is placed on the instance with the least amount of remaining memory (but still enough to run the task). Valid Values: random, spread, binpack.
39880
39854
  */
39881
39855
  type: pulumi.Input<string>;
39882
39856
  /**
39883
- * The value of the key-value pair. For environment variables, this is the value of the environment variable.
39857
+ * Value of parameter to start execution of a SageMaker Model Building Pipeline. Maximum length of 1024.
39884
39858
  */
39885
39859
  value: pulumi.Input<string>;
39886
39860
  }
@@ -39906,7 +39880,7 @@ export declare namespace pipes {
39906
39880
  */
39907
39881
  expression?: pulumi.Input<string>;
39908
39882
  /**
39909
- * The type of resource to assign to a container. The supported resources include GPU, MEMORY, and VCPU.
39883
+ * The type of placement strategy. The random placement strategy randomly places tasks on available candidates. The spread placement strategy spreads placement across available candidates evenly based on the field parameter. The binpack strategy places tasks on available candidates that have the least available amount of the resource that is specified with the field parameter. For example, if you binpack on memory, a task is placed on the instance with the least amount of remaining memory (but still enough to run the task). Valid Values: random, spread, binpack.
39910
39884
  */
39911
39885
  type?: pulumi.Input<string>;
39912
39886
  }
@@ -39916,7 +39890,7 @@ export declare namespace pipes {
39916
39890
  */
39917
39891
  field?: pulumi.Input<string>;
39918
39892
  /**
39919
- * The type of resource to assign to a container. The supported resources include GPU, MEMORY, and VCPU.
39893
+ * The type of placement strategy. The random placement strategy randomly places tasks on available candidates. The spread placement strategy spreads placement across available candidates evenly based on the field parameter. The binpack strategy places tasks on available candidates that have the least available amount of the resource that is specified with the field parameter. For example, if you binpack on memory, a task is placed on the instance with the least amount of remaining memory (but still enough to run the task). Valid Values: random, spread, binpack.
39920
39894
  */
39921
39895
  type?: pulumi.Input<string>;
39922
39896
  }
@@ -40010,7 +39984,7 @@ export declare namespace pipes {
40010
39984
  */
40011
39985
  name: pulumi.Input<string>;
40012
39986
  /**
40013
- * The value of the key-value pair. For environment variables, this is the value of the environment variable.
39987
+ * Value of parameter to start execution of a SageMaker Model Building Pipeline. Maximum length of 1024.
40014
39988
  */
40015
39989
  value: pulumi.Input<string>;
40016
39990
  }
@@ -43114,7 +43088,7 @@ export declare namespace s3 {
43114
43088
  */
43115
43089
  format?: pulumi.Input<string>;
43116
43090
  /**
43117
- * Object prefix for filtering.
43091
+ * Prefix to append to exported analytics data.
43118
43092
  */
43119
43093
  prefix?: pulumi.Input<string>;
43120
43094
  }
@@ -49168,7 +49142,7 @@ export declare namespace signer {
49168
49142
  }
49169
49143
  interface SigningJobSignedObject {
49170
49144
  /**
49171
- * A configuration block describing the S3 Source object: See S3 Source below for details.
49145
+ * A configuration block describing the S3 Destination object: See S3 Destination below for details.
49172
49146
  */
49173
49147
  s3s?: pulumi.Input<pulumi.Input<inputs.signer.SigningJobSignedObjectS3>[]>;
49174
49148
  }
@@ -50194,7 +50168,7 @@ export declare namespace transfer {
50194
50168
  */
50195
50169
  tagStepDetails?: pulumi.Input<inputs.transfer.WorkflowOnExceptionStepTagStepDetails>;
50196
50170
  /**
50197
- * One of the following step types are supported. `COPY`, `CUSTOM`, `DECRYPT`, `DELETE`, and `TAG`.
50171
+ * The type of encryption used. Currently, this value must be `"PGP"`.
50198
50172
  */
50199
50173
  type: pulumi.Input<string>;
50200
50174
  }
@@ -50242,7 +50216,7 @@ export declare namespace transfer {
50242
50216
  */
50243
50217
  bucket?: pulumi.Input<string>;
50244
50218
  /**
50245
- * The name assigned to the file when it was created in S3. You use the object key to retrieve the object.
50219
+ * The name assigned to the tag that you create.
50246
50220
  */
50247
50221
  key?: pulumi.Input<string>;
50248
50222
  }
@@ -50312,7 +50286,7 @@ export declare namespace transfer {
50312
50286
  */
50313
50287
  bucket?: pulumi.Input<string>;
50314
50288
  /**
50315
- * The name assigned to the file when it was created in S3. You use the object key to retrieve the object.
50289
+ * The name assigned to the tag that you create.
50316
50290
  */
50317
50291
  key?: pulumi.Input<string>;
50318
50292
  }
@@ -50342,7 +50316,7 @@ export declare namespace transfer {
50342
50316
  }
50343
50317
  interface WorkflowOnExceptionStepTagStepDetailsTag {
50344
50318
  /**
50345
- * The name assigned to the file when it was created in S3. You use the object key to retrieve the object.
50319
+ * The name assigned to the tag that you create.
50346
50320
  */
50347
50321
  key: pulumi.Input<string>;
50348
50322
  /**
@@ -50372,7 +50346,7 @@ export declare namespace transfer {
50372
50346
  */
50373
50347
  tagStepDetails?: pulumi.Input<inputs.transfer.WorkflowStepTagStepDetails>;
50374
50348
  /**
50375
- * One of the following step types are supported. `COPY`, `CUSTOM`, `DECRYPT`, `DELETE`, and `TAG`.
50349
+ * The type of encryption used. Currently, this value must be `"PGP"`.
50376
50350
  */
50377
50351
  type: pulumi.Input<string>;
50378
50352
  }
@@ -50420,7 +50394,7 @@ export declare namespace transfer {
50420
50394
  */
50421
50395
  bucket?: pulumi.Input<string>;
50422
50396
  /**
50423
- * The name assigned to the file when it was created in S3. You use the object key to retrieve the object.
50397
+ * The name assigned to the tag that you create.
50424
50398
  */
50425
50399
  key?: pulumi.Input<string>;
50426
50400
  }
@@ -50490,7 +50464,7 @@ export declare namespace transfer {
50490
50464
  */
50491
50465
  bucket?: pulumi.Input<string>;
50492
50466
  /**
50493
- * The name assigned to the file when it was created in S3. You use the object key to retrieve the object.
50467
+ * The name assigned to the tag that you create.
50494
50468
  */
50495
50469
  key?: pulumi.Input<string>;
50496
50470
  }
@@ -50520,7 +50494,7 @@ export declare namespace transfer {
50520
50494
  }
50521
50495
  interface WorkflowStepTagStepDetailsTag {
50522
50496
  /**
50523
- * The name assigned to the file when it was created in S3. You use the object key to retrieve the object.
50497
+ * The name assigned to the tag that you create.
50524
50498
  */
50525
50499
  key: pulumi.Input<string>;
50526
50500
  /**
@@ -51028,13 +51002,13 @@ export declare namespace waf {
51028
51002
  */
51029
51003
  ruleId: pulumi.Input<string>;
51030
51004
  /**
51031
- * e.g., `BLOCK`, `ALLOW`, or `COUNT`
51005
+ * The rule type, either `REGULAR`, `RATE_BASED`, or `GROUP`. Defaults to `REGULAR`.
51032
51006
  */
51033
51007
  type?: pulumi.Input<string>;
51034
51008
  }
51035
51009
  interface RuleGroupActivatedRuleAction {
51036
51010
  /**
51037
- * e.g., `BLOCK`, `ALLOW`, or `COUNT`
51011
+ * The rule type, either `REGULAR`, `RATE_BASED`, or `GROUP`. Defaults to `REGULAR`.
51038
51012
  */
51039
51013
  type: pulumi.Input<string>;
51040
51014
  }
@@ -51337,13 +51311,13 @@ export declare namespace wafregional {
51337
51311
  */
51338
51312
  ruleId: pulumi.Input<string>;
51339
51313
  /**
51340
- * e.g., `BLOCK`, `ALLOW`, or `COUNT`
51314
+ * The rule type, either `REGULAR`, `RATE_BASED`, or `GROUP`. Defaults to `REGULAR`.
51341
51315
  */
51342
51316
  type?: pulumi.Input<string>;
51343
51317
  }
51344
51318
  interface RuleGroupActivatedRuleAction {
51345
51319
  /**
51346
- * e.g., `BLOCK`, `ALLOW`, or `COUNT`
51320
+ * The rule type, either `REGULAR`, `RATE_BASED`, or `GROUP`. Defaults to `REGULAR`.
51347
51321
  */
51348
51322
  type: pulumi.Input<string>;
51349
51323
  }
@@ -51483,7 +51457,7 @@ export declare namespace wafregional {
51483
51457
  }
51484
51458
  interface WebAclRuleOverrideAction {
51485
51459
  /**
51486
- * Specifies how you want AWS WAF Regional to respond to requests that match the settings in a ruleE.g., `ALLOW`, `BLOCK` or `COUNT`
51460
+ * Specifies how you want AWS WAF Regional to respond to requests that match the settings in a rule. Valid values for `action` are `ALLOW`, `BLOCK` or `COUNT`. Valid values for `overrideAction` are `COUNT` and `NONE`.
51487
51461
  */
51488
51462
  type: pulumi.Input<string>;
51489
51463
  }
@@ -51843,7 +51817,7 @@ export declare namespace wafv2 {
51843
51817
  }
51844
51818
  interface RuleGroupRuleStatementByteMatchStatementFieldToMatchBody {
51845
51819
  /**
51846
- * Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.
51820
+ * What AWS WAF should do if the cookies of the request are larger than AWS WAF can inspect. AWS WAF does not support inspecting the entire contents of request cookies when they exceed 8 KB (8192 bytes) or 200 total cookies. The underlying host service forwards a maximum of 200 cookies and at most 8 KB of cookie contents to AWS WAF. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`
51847
51821
  */
51848
51822
  oversizeHandling?: pulumi.Input<string>;
51849
51823
  }
@@ -52091,16 +52065,6 @@ export declare namespace wafv2 {
52091
52065
  * Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection.
52092
52066
  * At least one required.
52093
52067
  * See Text Transformation below for details.
52094
- * At least one required.
52095
- * See Text Transformation below for details.
52096
- * At least one required.
52097
- * See Text Transformation below for details.
52098
- * At least one required.
52099
- * See Text Transformation below for details.
52100
- * At least one required.
52101
- * See Text Transformation below for details.
52102
- * At least one required.
52103
- * See Text Transformation below for details.
52104
52068
  */
52105
52069
  textTransformations: pulumi.Input<pulumi.Input<inputs.wafv2.RuleGroupRuleStatementRateBasedStatementCustomKeyCookieTextTransformation>[]>;
52106
52070
  }
@@ -52125,16 +52089,6 @@ export declare namespace wafv2 {
52125
52089
  * Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection.
52126
52090
  * At least one required.
52127
52091
  * See Text Transformation below for details.
52128
- * At least one required.
52129
- * See Text Transformation below for details.
52130
- * At least one required.
52131
- * See Text Transformation below for details.
52132
- * At least one required.
52133
- * See Text Transformation below for details.
52134
- * At least one required.
52135
- * See Text Transformation below for details.
52136
- * At least one required.
52137
- * See Text Transformation below for details.
52138
52092
  */
52139
52093
  textTransformations: pulumi.Input<pulumi.Input<inputs.wafv2.RuleGroupRuleStatementRateBasedStatementCustomKeyHeaderTextTransformation>[]>;
52140
52094
  }
@@ -52167,16 +52121,6 @@ export declare namespace wafv2 {
52167
52121
  * Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection.
52168
52122
  * At least one required.
52169
52123
  * See Text Transformation below for details.
52170
- * At least one required.
52171
- * See Text Transformation below for details.
52172
- * At least one required.
52173
- * See Text Transformation below for details.
52174
- * At least one required.
52175
- * See Text Transformation below for details.
52176
- * At least one required.
52177
- * See Text Transformation below for details.
52178
- * At least one required.
52179
- * See Text Transformation below for details.
52180
52124
  */
52181
52125
  textTransformations: pulumi.Input<pulumi.Input<inputs.wafv2.RuleGroupRuleStatementRateBasedStatementCustomKeyQueryArgumentTextTransformation>[]>;
52182
52126
  }
@@ -52195,16 +52139,6 @@ export declare namespace wafv2 {
52195
52139
  * Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection.
52196
52140
  * At least one required.
52197
52141
  * See Text Transformation below for details.
52198
- * At least one required.
52199
- * See Text Transformation below for details.
52200
- * At least one required.
52201
- * See Text Transformation below for details.
52202
- * At least one required.
52203
- * See Text Transformation below for details.
52204
- * At least one required.
52205
- * See Text Transformation below for details.
52206
- * At least one required.
52207
- * See Text Transformation below for details.
52208
52142
  */
52209
52143
  textTransformations: pulumi.Input<pulumi.Input<inputs.wafv2.RuleGroupRuleStatementRateBasedStatementCustomKeyQueryStringTextTransformation>[]>;
52210
52144
  }
@@ -52223,16 +52157,6 @@ export declare namespace wafv2 {
52223
52157
  * Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection.
52224
52158
  * At least one required.
52225
52159
  * See Text Transformation below for details.
52226
- * At least one required.
52227
- * See Text Transformation below for details.
52228
- * At least one required.
52229
- * See Text Transformation below for details.
52230
- * At least one required.
52231
- * See Text Transformation below for details.
52232
- * At least one required.
52233
- * See Text Transformation below for details.
52234
- * At least one required.
52235
- * See Text Transformation below for details.
52236
52160
  */
52237
52161
  textTransformations: pulumi.Input<pulumi.Input<inputs.wafv2.RuleGroupRuleStatementRateBasedStatementCustomKeyUriPathTextTransformation>[]>;
52238
52162
  }
@@ -52378,7 +52302,7 @@ export declare namespace wafv2 {
52378
52302
  }
52379
52303
  interface RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchBody {
52380
52304
  /**
52381
- * Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.
52305
+ * What AWS WAF should do if the cookies of the request are larger than AWS WAF can inspect. AWS WAF does not support inspecting the entire contents of request cookies when they exceed 8 KB (8192 bytes) or 200 total cookies. The underlying host service forwards a maximum of 200 cookies and at most 8 KB of cookie contents to AWS WAF. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`
52382
52306
  */
52383
52307
  oversizeHandling?: pulumi.Input<string>;
52384
52308
  }
@@ -52619,7 +52543,7 @@ export declare namespace wafv2 {
52619
52543
  }
52620
52544
  interface RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchBody {
52621
52545
  /**
52622
- * Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.
52546
+ * What AWS WAF should do if the cookies of the request are larger than AWS WAF can inspect. AWS WAF does not support inspecting the entire contents of request cookies when they exceed 8 KB (8192 bytes) or 200 total cookies. The underlying host service forwards a maximum of 200 cookies and at most 8 KB of cookie contents to AWS WAF. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`
52623
52547
  */
52624
52548
  oversizeHandling?: pulumi.Input<string>;
52625
52549
  }
@@ -52794,7 +52718,7 @@ export declare namespace wafv2 {
52794
52718
  }
52795
52719
  interface RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchBody {
52796
52720
  /**
52797
- * Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.
52721
+ * What AWS WAF should do if the cookies of the request are larger than AWS WAF can inspect. AWS WAF does not support inspecting the entire contents of request cookies when they exceed 8 KB (8192 bytes) or 200 total cookies. The underlying host service forwards a maximum of 200 cookies and at most 8 KB of cookie contents to AWS WAF. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`
52798
52722
  */
52799
52723
  oversizeHandling?: pulumi.Input<string>;
52800
52724
  }
@@ -52973,7 +52897,7 @@ export declare namespace wafv2 {
52973
52897
  }
52974
52898
  interface RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchBody {
52975
52899
  /**
52976
- * Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.
52900
+ * What AWS WAF should do if the cookies of the request are larger than AWS WAF can inspect. AWS WAF does not support inspecting the entire contents of request cookies when they exceed 8 KB (8192 bytes) or 200 total cookies. The underlying host service forwards a maximum of 200 cookies and at most 8 KB of cookie contents to AWS WAF. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`
52977
52901
  */
52978
52902
  oversizeHandling?: pulumi.Input<string>;
52979
52903
  }
@@ -53144,7 +53068,7 @@ export declare namespace wafv2 {
53144
53068
  }
53145
53069
  interface RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchBody {
53146
53070
  /**
53147
- * Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.
53071
+ * What AWS WAF should do if the cookies of the request are larger than AWS WAF can inspect. AWS WAF does not support inspecting the entire contents of request cookies when they exceed 8 KB (8192 bytes) or 200 total cookies. The underlying host service forwards a maximum of 200 cookies and at most 8 KB of cookie contents to AWS WAF. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`
53148
53072
  */
53149
53073
  oversizeHandling?: pulumi.Input<string>;
53150
53074
  }
@@ -53315,7 +53239,7 @@ export declare namespace wafv2 {
53315
53239
  }
53316
53240
  interface RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchBody {
53317
53241
  /**
53318
- * Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.
53242
+ * What AWS WAF should do if the cookies of the request are larger than AWS WAF can inspect. AWS WAF does not support inspecting the entire contents of request cookies when they exceed 8 KB (8192 bytes) or 200 total cookies. The underlying host service forwards a maximum of 200 cookies and at most 8 KB of cookie contents to AWS WAF. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`
53319
53243
  */
53320
53244
  oversizeHandling?: pulumi.Input<string>;
53321
53245
  }
@@ -53490,7 +53414,7 @@ export declare namespace wafv2 {
53490
53414
  }
53491
53415
  interface RuleGroupRuleStatementRegexMatchStatementFieldToMatchBody {
53492
53416
  /**
53493
- * Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.
53417
+ * What AWS WAF should do if the cookies of the request are larger than AWS WAF can inspect. AWS WAF does not support inspecting the entire contents of request cookies when they exceed 8 KB (8192 bytes) or 200 total cookies. The underlying host service forwards a maximum of 200 cookies and at most 8 KB of cookie contents to AWS WAF. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`
53494
53418
  */
53495
53419
  oversizeHandling?: pulumi.Input<string>;
53496
53420
  }
@@ -53665,7 +53589,7 @@ export declare namespace wafv2 {
53665
53589
  }
53666
53590
  interface RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchBody {
53667
53591
  /**
53668
- * Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.
53592
+ * What AWS WAF should do if the cookies of the request are larger than AWS WAF can inspect. AWS WAF does not support inspecting the entire contents of request cookies when they exceed 8 KB (8192 bytes) or 200 total cookies. The underlying host service forwards a maximum of 200 cookies and at most 8 KB of cookie contents to AWS WAF. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`
53669
53593
  */
53670
53594
  oversizeHandling?: pulumi.Input<string>;
53671
53595
  }
@@ -53844,7 +53768,7 @@ export declare namespace wafv2 {
53844
53768
  }
53845
53769
  interface RuleGroupRuleStatementSizeConstraintStatementFieldToMatchBody {
53846
53770
  /**
53847
- * Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.
53771
+ * What AWS WAF should do if the cookies of the request are larger than AWS WAF can inspect. AWS WAF does not support inspecting the entire contents of request cookies when they exceed 8 KB (8192 bytes) or 200 total cookies. The underlying host service forwards a maximum of 200 cookies and at most 8 KB of cookie contents to AWS WAF. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`
53848
53772
  */
53849
53773
  oversizeHandling?: pulumi.Input<string>;
53850
53774
  }
@@ -54015,7 +53939,7 @@ export declare namespace wafv2 {
54015
53939
  }
54016
53940
  interface RuleGroupRuleStatementSqliMatchStatementFieldToMatchBody {
54017
53941
  /**
54018
- * Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.
53942
+ * What AWS WAF should do if the cookies of the request are larger than AWS WAF can inspect. AWS WAF does not support inspecting the entire contents of request cookies when they exceed 8 KB (8192 bytes) or 200 total cookies. The underlying host service forwards a maximum of 200 cookies and at most 8 KB of cookie contents to AWS WAF. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`
54019
53943
  */
54020
53944
  oversizeHandling?: pulumi.Input<string>;
54021
53945
  }
@@ -54186,7 +54110,7 @@ export declare namespace wafv2 {
54186
54110
  }
54187
54111
  interface RuleGroupRuleStatementXssMatchStatementFieldToMatchBody {
54188
54112
  /**
54189
- * Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.
54113
+ * What AWS WAF should do if the cookies of the request are larger than AWS WAF can inspect. AWS WAF does not support inspecting the entire contents of request cookies when they exceed 8 KB (8192 bytes) or 200 total cookies. The underlying host service forwards a maximum of 200 cookies and at most 8 KB of cookie contents to AWS WAF. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`
54190
54114
  */
54191
54115
  oversizeHandling?: pulumi.Input<string>;
54192
54116
  }
@@ -55109,7 +55033,7 @@ export declare namespace wafv2 {
55109
55033
  }
55110
55034
  interface WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAcfpRuleSetRequestInspectionEmailField {
55111
55035
  /**
55112
- * The name of the password field.
55036
+ * The identifier for the value to match against in the JSON.
55113
55037
  */
55114
55038
  identifier: pulumi.Input<string>;
55115
55039
  }
@@ -55331,11 +55255,11 @@ export declare namespace wafv2 {
55331
55255
  }
55332
55256
  interface WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUse {
55333
55257
  /**
55334
- * Specifies that AWS WAF should allow requests by default. See `allow` below for details.
55258
+ * Instructs AWS WAF to allow the web request. See `allow` below for details.
55335
55259
  */
55336
55260
  allow?: pulumi.Input<inputs.wafv2.WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseAllow>;
55337
55261
  /**
55338
- * Specifies that AWS WAF should block requests by default. See `block` below for details.
55262
+ * Instructs AWS WAF to block the web request. See `block` below for details.
55339
55263
  */
55340
55264
  block?: pulumi.Input<inputs.wafv2.WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseBlock>;
55341
55265
  /**
@@ -58343,11 +58267,11 @@ export declare namespace wafv2 {
58343
58267
  }
58344
58268
  interface WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUse {
58345
58269
  /**
58346
- * Specifies that AWS WAF should allow requests by default. See `allow` below for details.
58270
+ * Instructs AWS WAF to allow the web request. See `allow` below for details.
58347
58271
  */
58348
58272
  allow?: pulumi.Input<inputs.wafv2.WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseAllow>;
58349
58273
  /**
58350
- * Specifies that AWS WAF should block requests by default. See `block` below for details.
58274
+ * Instructs AWS WAF to block the web request. See `block` below for details.
58351
58275
  */
58352
58276
  block?: pulumi.Input<inputs.wafv2.WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseBlock>;
58353
58277
  /**