@pulumi/aws 6.6.0 → 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/output.d.ts CHANGED
@@ -756,9 +756,6 @@ export declare namespace alb {
756
756
  interface ListenerRuleConditionHostHeader {
757
757
  /**
758
758
  * 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.
759
- *
760
- *
761
- * Query String Value Blocks (for `query_string.values`) support the following:
762
759
  */
763
760
  values: string[];
764
761
  }
@@ -775,18 +772,12 @@ export declare namespace alb {
775
772
  interface ListenerRuleConditionHttpRequestMethod {
776
773
  /**
777
774
  * 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.
778
- *
779
- *
780
- * Query String Value Blocks (for `query_string.values`) support the following:
781
775
  */
782
776
  values: string[];
783
777
  }
784
778
  interface ListenerRuleConditionPathPattern {
785
779
  /**
786
780
  * 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.
787
- *
788
- *
789
- * Query String Value Blocks (for `query_string.values`) support the following:
790
781
  */
791
782
  values: string[];
792
783
  }
@@ -803,9 +794,6 @@ export declare namespace alb {
803
794
  interface ListenerRuleConditionSourceIp {
804
795
  /**
805
796
  * 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.
806
- *
807
- *
808
- * Query String Value Blocks (for `query_string.values`) support the following:
809
797
  */
810
798
  values: string[];
811
799
  }
@@ -1490,7 +1478,7 @@ export declare namespace appautoscaling {
1490
1478
  }
1491
1479
  interface PolicyTargetTrackingScalingPolicyConfigurationCustomizedMetricSpecification {
1492
1480
  /**
1493
- * Configuration block(s) with the dimensions of the metric if the metric was published with dimensions. Detailed below.
1481
+ * Dimensions of the metric.
1494
1482
  */
1495
1483
  dimensions?: outputs.appautoscaling.PolicyTargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationDimension[];
1496
1484
  /**
@@ -1510,7 +1498,7 @@ export declare namespace appautoscaling {
1510
1498
  */
1511
1499
  statistic?: string;
1512
1500
  /**
1513
- * Unit of the metric.
1501
+ * Unit of the metrics to return.
1514
1502
  */
1515
1503
  unit?: string;
1516
1504
  }
@@ -1556,13 +1544,13 @@ export declare namespace appautoscaling {
1556
1544
  */
1557
1545
  stat: string;
1558
1546
  /**
1559
- * Unit of the metric.
1547
+ * Unit of the metrics to return.
1560
1548
  */
1561
1549
  unit?: string;
1562
1550
  }
1563
1551
  interface PolicyTargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationMetricMetricStatMetric {
1564
1552
  /**
1565
- * Configuration block(s) with the dimensions of the metric if the metric was published with dimensions. Detailed below.
1553
+ * Dimensions of the metric.
1566
1554
  */
1567
1555
  dimensions?: outputs.appautoscaling.PolicyTargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationMetricMetricStatMetricDimension[];
1568
1556
  /**
@@ -2537,7 +2525,7 @@ export declare namespace appflow {
2537
2525
  */
2538
2526
  entityName: string;
2539
2527
  /**
2540
- * Settings that determine how Amazon AppFlow handles an error when placing data in the destination. See Error Handling Config for more details.
2528
+ * 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.
2541
2529
  */
2542
2530
  errorHandlingConfig?: outputs.appflow.FlowDestinationFlowConfigDestinationConnectorPropertiesCustomConnectorErrorHandlingConfig;
2543
2531
  /**
@@ -2575,7 +2563,7 @@ export declare namespace appflow {
2575
2563
  }
2576
2564
  interface FlowDestinationFlowConfigDestinationConnectorPropertiesEventBridge {
2577
2565
  /**
2578
- * Settings that determine how Amazon AppFlow handles an error when placing data in the destination. See Error Handling Config for more details.
2566
+ * 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.
2579
2567
  */
2580
2568
  errorHandlingConfig?: outputs.appflow.FlowDestinationFlowConfigDestinationConnectorPropertiesEventBridgeErrorHandlingConfig;
2581
2569
  /**
@@ -2599,7 +2587,7 @@ export declare namespace appflow {
2599
2587
  }
2600
2588
  interface FlowDestinationFlowConfigDestinationConnectorPropertiesHoneycode {
2601
2589
  /**
2602
- * Settings that determine how Amazon AppFlow handles an error when placing data in the destination. See Error Handling Config for more details.
2590
+ * 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.
2603
2591
  */
2604
2592
  errorHandlingConfig?: outputs.appflow.FlowDestinationFlowConfigDestinationConnectorPropertiesHoneycodeErrorHandlingConfig;
2605
2593
  /**
@@ -2625,7 +2613,7 @@ export declare namespace appflow {
2625
2613
  }
2626
2614
  interface FlowDestinationFlowConfigDestinationConnectorPropertiesMarketo {
2627
2615
  /**
2628
- * Settings that determine how Amazon AppFlow handles an error when placing data in the destination. See Error Handling Config for more details.
2616
+ * 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.
2629
2617
  */
2630
2618
  errorHandlingConfig?: outputs.appflow.FlowDestinationFlowConfigDestinationConnectorPropertiesMarketoErrorHandlingConfig;
2631
2619
  /**
@@ -2649,11 +2637,11 @@ export declare namespace appflow {
2649
2637
  }
2650
2638
  interface FlowDestinationFlowConfigDestinationConnectorPropertiesRedshift {
2651
2639
  /**
2652
- * Object key for the bucket in which Amazon AppFlow places the destination files.
2640
+ * Amazon S3 bucket prefix.
2653
2641
  */
2654
2642
  bucketPrefix?: string;
2655
2643
  /**
2656
- * Settings that determine how Amazon AppFlow handles an error when placing data in the destination. See Error Handling Config for more details.
2644
+ * 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.
2657
2645
  */
2658
2646
  errorHandlingConfig?: outputs.appflow.FlowDestinationFlowConfigDestinationConnectorPropertiesRedshiftErrorHandlingConfig;
2659
2647
  /**
@@ -2681,11 +2669,11 @@ export declare namespace appflow {
2681
2669
  }
2682
2670
  interface FlowDestinationFlowConfigDestinationConnectorPropertiesS3 {
2683
2671
  /**
2684
- * Amazon S3 bucket name in which Amazon AppFlow places the transferred data.
2672
+ * Name of the Amazon S3 bucket.
2685
2673
  */
2686
2674
  bucketName: string;
2687
2675
  /**
2688
- * Object key for the bucket in which Amazon AppFlow places the destination files.
2676
+ * Amazon S3 bucket prefix.
2689
2677
  */
2690
2678
  bucketPrefix?: string;
2691
2679
  /**
@@ -2729,7 +2717,7 @@ export declare namespace appflow {
2729
2717
  }
2730
2718
  interface FlowDestinationFlowConfigDestinationConnectorPropertiesSalesforce {
2731
2719
  /**
2732
- * Settings that determine how Amazon AppFlow handles an error when placing data in the destination. See Error Handling Config for more details.
2720
+ * 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.
2733
2721
  */
2734
2722
  errorHandlingConfig?: outputs.appflow.FlowDestinationFlowConfigDestinationConnectorPropertiesSalesforceErrorHandlingConfig;
2735
2723
  /**
@@ -2761,7 +2749,7 @@ export declare namespace appflow {
2761
2749
  }
2762
2750
  interface FlowDestinationFlowConfigDestinationConnectorPropertiesSapoData {
2763
2751
  /**
2764
- * Settings that determine how Amazon AppFlow handles an error when placing data in the destination. See Error Handling Config for more details.
2752
+ * 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.
2765
2753
  */
2766
2754
  errorHandlingConfig?: outputs.appflow.FlowDestinationFlowConfigDestinationConnectorPropertiesSapoDataErrorHandlingConfig;
2767
2755
  /**
@@ -2807,11 +2795,11 @@ export declare namespace appflow {
2807
2795
  }
2808
2796
  interface FlowDestinationFlowConfigDestinationConnectorPropertiesSnowflake {
2809
2797
  /**
2810
- * Object key for the bucket in which Amazon AppFlow places the destination files.
2798
+ * Amazon S3 bucket prefix.
2811
2799
  */
2812
2800
  bucketPrefix?: string;
2813
2801
  /**
2814
- * Settings that determine how Amazon AppFlow handles an error when placing data in the destination. See Error Handling Config for more details.
2802
+ * 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.
2815
2803
  */
2816
2804
  errorHandlingConfig?: outputs.appflow.FlowDestinationFlowConfigDestinationConnectorPropertiesSnowflakeErrorHandlingConfig;
2817
2805
  /**
@@ -2839,11 +2827,11 @@ export declare namespace appflow {
2839
2827
  }
2840
2828
  interface FlowDestinationFlowConfigDestinationConnectorPropertiesUpsolver {
2841
2829
  /**
2842
- * Amazon S3 bucket name in which Amazon AppFlow places the transferred data.
2830
+ * Name of the Amazon S3 bucket.
2843
2831
  */
2844
2832
  bucketName: string;
2845
2833
  /**
2846
- * Object key for the bucket in which Amazon AppFlow places the destination files.
2834
+ * Amazon S3 bucket prefix.
2847
2835
  */
2848
2836
  bucketPrefix?: string;
2849
2837
  /**
@@ -2883,7 +2871,7 @@ export declare namespace appflow {
2883
2871
  }
2884
2872
  interface FlowDestinationFlowConfigDestinationConnectorPropertiesZendesk {
2885
2873
  /**
2886
- * Settings that determine how Amazon AppFlow handles an error when placing data in the destination. See Error Handling Config for more details.
2874
+ * 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.
2887
2875
  */
2888
2876
  errorHandlingConfig?: outputs.appflow.FlowDestinationFlowConfigDestinationConnectorPropertiesZendeskErrorHandlingConfig;
2889
2877
  /**
@@ -3057,11 +3045,11 @@ export declare namespace appflow {
3057
3045
  }
3058
3046
  interface FlowSourceFlowConfigSourceConnectorPropertiesS3 {
3059
3047
  /**
3060
- * Amazon S3 bucket name in which Amazon AppFlow places the transferred data.
3048
+ * Name of the Amazon S3 bucket.
3061
3049
  */
3062
3050
  bucketName: string;
3063
3051
  /**
3064
- * Object key for the bucket in which Amazon AppFlow places the destination files.
3052
+ * Amazon S3 bucket prefix.
3065
3053
  */
3066
3054
  bucketPrefix?: string;
3067
3055
  /**
@@ -3356,7 +3344,7 @@ export declare namespace appmesh {
3356
3344
  }
3357
3345
  interface GatewayRouteSpecGrpcRouteMatch {
3358
3346
  /**
3359
- * 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.
3347
+ * The port number to match from the request.
3360
3348
  */
3361
3349
  port?: number;
3362
3350
  /**
@@ -3442,19 +3430,19 @@ export declare namespace appmesh {
3442
3430
  */
3443
3431
  headers?: outputs.appmesh.GatewayRouteSpecHttp2RouteMatchHeader[];
3444
3432
  /**
3445
- * Host name to rewrite.
3433
+ * Host name to match on.
3446
3434
  */
3447
3435
  hostname?: outputs.appmesh.GatewayRouteSpecHttp2RouteMatchHostname;
3448
3436
  /**
3449
- * Exact path to rewrite.
3437
+ * Client request path to match on.
3450
3438
  */
3451
3439
  path?: outputs.appmesh.GatewayRouteSpecHttp2RouteMatchPath;
3452
3440
  /**
3453
- * 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.
3441
+ * The port number to match from the request.
3454
3442
  */
3455
3443
  port?: number;
3456
3444
  /**
3457
- * Specified beginning characters to rewrite.
3445
+ * Header value sent by the client must begin with the specified characters.
3458
3446
  */
3459
3447
  prefix?: string;
3460
3448
  /**
@@ -3478,11 +3466,11 @@ export declare namespace appmesh {
3478
3466
  }
3479
3467
  interface GatewayRouteSpecHttp2RouteMatchHeaderMatch {
3480
3468
  /**
3481
- * Value used to replace matched path.
3469
+ * Header value sent by the client must match the specified value exactly.
3482
3470
  */
3483
3471
  exact?: string;
3484
3472
  /**
3485
- * Specified beginning characters to rewrite.
3473
+ * Header value sent by the client must begin with the specified characters.
3486
3474
  */
3487
3475
  prefix?: string;
3488
3476
  /**
@@ -3540,7 +3528,7 @@ export declare namespace appmesh {
3540
3528
  }
3541
3529
  interface GatewayRouteSpecHttp2RouteMatchQueryParameterMatch {
3542
3530
  /**
3543
- * Value used to replace matched path.
3531
+ * Header value sent by the client must match the specified value exactly.
3544
3532
  */
3545
3533
  exact?: string;
3546
3534
  }
@@ -3622,19 +3610,19 @@ export declare namespace appmesh {
3622
3610
  */
3623
3611
  headers?: outputs.appmesh.GatewayRouteSpecHttpRouteMatchHeader[];
3624
3612
  /**
3625
- * Host name to rewrite.
3613
+ * Host name to match on.
3626
3614
  */
3627
3615
  hostname?: outputs.appmesh.GatewayRouteSpecHttpRouteMatchHostname;
3628
3616
  /**
3629
- * Exact path to rewrite.
3617
+ * Client request path to match on.
3630
3618
  */
3631
3619
  path?: outputs.appmesh.GatewayRouteSpecHttpRouteMatchPath;
3632
3620
  /**
3633
- * 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.
3621
+ * The port number to match from the request.
3634
3622
  */
3635
3623
  port?: number;
3636
3624
  /**
3637
- * Specified beginning characters to rewrite.
3625
+ * Header value sent by the client must begin with the specified characters.
3638
3626
  */
3639
3627
  prefix?: string;
3640
3628
  /**
@@ -3658,11 +3646,11 @@ export declare namespace appmesh {
3658
3646
  }
3659
3647
  interface GatewayRouteSpecHttpRouteMatchHeaderMatch {
3660
3648
  /**
3661
- * Value used to replace matched path.
3649
+ * Header value sent by the client must match the specified value exactly.
3662
3650
  */
3663
3651
  exact?: string;
3664
3652
  /**
3665
- * Specified beginning characters to rewrite.
3653
+ * Header value sent by the client must begin with the specified characters.
3666
3654
  */
3667
3655
  prefix?: string;
3668
3656
  /**
@@ -3720,7 +3708,7 @@ export declare namespace appmesh {
3720
3708
  }
3721
3709
  interface GatewayRouteSpecHttpRouteMatchQueryParameterMatch {
3722
3710
  /**
3723
- * Value used to replace matched path.
3711
+ * Header value sent by the client must match the specified value exactly.
3724
3712
  */
3725
3713
  exact?: string;
3726
3714
  }
@@ -4691,8 +4679,7 @@ export declare namespace appmesh {
4691
4679
  */
4692
4680
  port?: number;
4693
4681
  /**
4694
- * Value sent by the client must begin with the specified characters. Must be between 1 and 255 characters in length.
4695
- * This parameter must always start with /, which by itself matches all requests to the virtual router service name.
4682
+ * Header value sent by the client must begin with the specified characters.
4696
4683
  */
4697
4684
  prefix?: string;
4698
4685
  /**
@@ -4720,12 +4707,11 @@ export declare namespace appmesh {
4720
4707
  */
4721
4708
  exact?: string;
4722
4709
  /**
4723
- * Value sent by the client must begin with the specified characters. Must be between 1 and 255 characters in length.
4724
- * This parameter must always start with /, which by itself matches all requests to the virtual router service name.
4710
+ * Header value sent by the client must begin with the specified characters.
4725
4711
  */
4726
4712
  prefix?: string;
4727
4713
  /**
4728
- * Object that specifies the range of numbers that the value sent by the client must be included in.
4714
+ * Object that specifies the range of numbers that the header value sent by the client must be included in.
4729
4715
  */
4730
4716
  range?: outputs.appmesh.RouteSpecGrpcRouteMatchMetadataMatchRange;
4731
4717
  /**
@@ -4733,7 +4719,7 @@ export declare namespace appmesh {
4733
4719
  */
4734
4720
  regex?: string;
4735
4721
  /**
4736
- * Value sent by the client must end with the specified characters. Must be between 1 and 255 characters in length.
4722
+ * Header value sent by the client must end with the specified characters.
4737
4723
  */
4738
4724
  suffix?: string;
4739
4725
  }
@@ -4756,7 +4742,6 @@ export declare namespace appmesh {
4756
4742
  /**
4757
4743
  * List of HTTP retry events.
4758
4744
  * 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).
4759
- * 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).
4760
4745
  */
4761
4746
  httpRetryEvents?: string[];
4762
4747
  /**
@@ -4769,9 +4754,6 @@ export declare namespace appmesh {
4769
4754
  perRetryTimeout: outputs.appmesh.RouteSpecGrpcRouteRetryPolicyPerRetryTimeout;
4770
4755
  /**
4771
4756
  * List of TCP retry events. The only valid value is `connection-error`.
4772
- *
4773
- *
4774
- * You must specify at least one value for `httpRetryEvents`, or at least one value for `tcpRetryEvents`.
4775
4757
  */
4776
4758
  tcpRetryEvents?: string[];
4777
4759
  }
@@ -4872,8 +4854,7 @@ export declare namespace appmesh {
4872
4854
  */
4873
4855
  port?: number;
4874
4856
  /**
4875
- * Value sent by the client must begin with the specified characters. Must be between 1 and 255 characters in length.
4876
- * This parameter must always start with /, which by itself matches all requests to the virtual router service name.
4857
+ * Header value sent by the client must begin with the specified characters.
4877
4858
  */
4878
4859
  prefix?: string;
4879
4860
  /**
@@ -4905,12 +4886,11 @@ export declare namespace appmesh {
4905
4886
  */
4906
4887
  exact?: string;
4907
4888
  /**
4908
- * Value sent by the client must begin with the specified characters. Must be between 1 and 255 characters in length.
4909
- * This parameter must always start with /, which by itself matches all requests to the virtual router service name.
4889
+ * Header value sent by the client must begin with the specified characters.
4910
4890
  */
4911
4891
  prefix?: string;
4912
4892
  /**
4913
- * Object that specifies the range of numbers that the value sent by the client must be included in.
4893
+ * Object that specifies the range of numbers that the header value sent by the client must be included in.
4914
4894
  */
4915
4895
  range?: outputs.appmesh.RouteSpecHttp2RouteMatchHeaderMatchRange;
4916
4896
  /**
@@ -4918,7 +4898,7 @@ export declare namespace appmesh {
4918
4898
  */
4919
4899
  regex?: string;
4920
4900
  /**
4921
- * Value sent by the client must end with the specified characters. Must be between 1 and 255 characters in length.
4901
+ * Header value sent by the client must end with the specified characters.
4922
4902
  */
4923
4903
  suffix?: string;
4924
4904
  }
@@ -4934,11 +4914,11 @@ export declare namespace appmesh {
4934
4914
  }
4935
4915
  interface RouteSpecHttp2RouteMatchPath {
4936
4916
  /**
4937
- * Value sent by the client must match the specified value exactly. Must be between 1 and 255 characters in length.
4917
+ * Header value sent by the client must match the specified value exactly.
4938
4918
  */
4939
4919
  exact?: string;
4940
4920
  /**
4941
- * Value sent by the client must include the specified characters. Must be between 1 and 255 characters in length.
4921
+ * Header value sent by the client must include the specified characters.
4942
4922
  */
4943
4923
  regex?: string;
4944
4924
  }
@@ -4962,7 +4942,6 @@ export declare namespace appmesh {
4962
4942
  /**
4963
4943
  * List of HTTP retry events.
4964
4944
  * 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).
4965
- * 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).
4966
4945
  */
4967
4946
  httpRetryEvents?: string[];
4968
4947
  /**
@@ -4975,9 +4954,6 @@ export declare namespace appmesh {
4975
4954
  perRetryTimeout: outputs.appmesh.RouteSpecHttp2RouteRetryPolicyPerRetryTimeout;
4976
4955
  /**
4977
4956
  * List of TCP retry events. The only valid value is `connection-error`.
4978
- *
4979
- *
4980
- * You must specify at least one value for `httpRetryEvents`, or at least one value for `tcpRetryEvents`.
4981
4957
  */
4982
4958
  tcpRetryEvents?: string[];
4983
4959
  }
@@ -5078,8 +5054,7 @@ export declare namespace appmesh {
5078
5054
  */
5079
5055
  port?: number;
5080
5056
  /**
5081
- * Value sent by the client must begin with the specified characters. Must be between 1 and 255 characters in length.
5082
- * This parameter must always start with /, which by itself matches all requests to the virtual router service name.
5057
+ * Header value sent by the client must begin with the specified characters.
5083
5058
  */
5084
5059
  prefix?: string;
5085
5060
  /**
@@ -5111,12 +5086,11 @@ export declare namespace appmesh {
5111
5086
  */
5112
5087
  exact?: string;
5113
5088
  /**
5114
- * Value sent by the client must begin with the specified characters. Must be between 1 and 255 characters in length.
5115
- * This parameter must always start with /, which by itself matches all requests to the virtual router service name.
5089
+ * Header value sent by the client must begin with the specified characters.
5116
5090
  */
5117
5091
  prefix?: string;
5118
5092
  /**
5119
- * Object that specifies the range of numbers that the value sent by the client must be included in.
5093
+ * Object that specifies the range of numbers that the header value sent by the client must be included in.
5120
5094
  */
5121
5095
  range?: outputs.appmesh.RouteSpecHttpRouteMatchHeaderMatchRange;
5122
5096
  /**
@@ -5124,7 +5098,7 @@ export declare namespace appmesh {
5124
5098
  */
5125
5099
  regex?: string;
5126
5100
  /**
5127
- * Value sent by the client must end with the specified characters. Must be between 1 and 255 characters in length.
5101
+ * Header value sent by the client must end with the specified characters.
5128
5102
  */
5129
5103
  suffix?: string;
5130
5104
  }
@@ -5140,11 +5114,11 @@ export declare namespace appmesh {
5140
5114
  }
5141
5115
  interface RouteSpecHttpRouteMatchPath {
5142
5116
  /**
5143
- * Value sent by the client must match the specified value exactly. Must be between 1 and 255 characters in length.
5117
+ * Header value sent by the client must match the specified value exactly.
5144
5118
  */
5145
5119
  exact?: string;
5146
5120
  /**
5147
- * Value sent by the client must include the specified characters. Must be between 1 and 255 characters in length.
5121
+ * Header value sent by the client must include the specified characters.
5148
5122
  */
5149
5123
  regex?: string;
5150
5124
  }
@@ -5168,7 +5142,6 @@ export declare namespace appmesh {
5168
5142
  /**
5169
5143
  * List of HTTP retry events.
5170
5144
  * 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).
5171
- * 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).
5172
5145
  */
5173
5146
  httpRetryEvents?: string[];
5174
5147
  /**
@@ -5181,9 +5154,6 @@ export declare namespace appmesh {
5181
5154
  perRetryTimeout: outputs.appmesh.RouteSpecHttpRouteRetryPolicyPerRetryTimeout;
5182
5155
  /**
5183
5156
  * List of TCP retry events. The only valid value is `connection-error`.
5184
- *
5185
- *
5186
- * You must specify at least one value for `httpRetryEvents`, or at least one value for `tcpRetryEvents`.
5187
5157
  */
5188
5158
  tcpRetryEvents?: string[];
5189
5159
  }
@@ -6031,7 +6001,7 @@ export declare namespace appmesh {
6031
6001
  */
6032
6002
  unit: string;
6033
6003
  /**
6034
- * The specified value for the JSON. Must be between 1 and 100 characters in length.
6004
+ * Number of time units. Minimum value of `0`.
6035
6005
  */
6036
6006
  value: number;
6037
6007
  }
@@ -6089,7 +6059,7 @@ export declare namespace appmesh {
6089
6059
  */
6090
6060
  unit: string;
6091
6061
  /**
6092
- * The specified value for the JSON. Must be between 1 and 100 characters in length.
6062
+ * Number of time units. Minimum value of `0`.
6093
6063
  */
6094
6064
  value: number;
6095
6065
  }
@@ -6129,7 +6099,7 @@ export declare namespace appmesh {
6129
6099
  */
6130
6100
  unit: string;
6131
6101
  /**
6132
- * The specified value for the JSON. Must be between 1 and 100 characters in length.
6102
+ * Number of time units. Minimum value of `0`.
6133
6103
  */
6134
6104
  value: number;
6135
6105
  }
@@ -6149,7 +6119,7 @@ export declare namespace appmesh {
6149
6119
  */
6150
6120
  unit: string;
6151
6121
  /**
6152
- * The specified value for the JSON. Must be between 1 and 100 characters in length.
6122
+ * Number of time units. Minimum value of `0`.
6153
6123
  */
6154
6124
  value: number;
6155
6125
  }
@@ -7815,7 +7785,7 @@ export declare namespace autoscaling {
7815
7785
  }
7816
7786
  interface GroupMixedInstancesPolicyLaunchTemplate {
7817
7787
  /**
7818
- * Nested argument defines the Launch Template. Defined below.
7788
+ * Override the instance launch template specification in the Launch Template.
7819
7789
  */
7820
7790
  launchTemplateSpecification: outputs.autoscaling.GroupMixedInstancesPolicyLaunchTemplateLaunchTemplateSpecification;
7821
7791
  /**
@@ -7847,7 +7817,7 @@ export declare namespace autoscaling {
7847
7817
  */
7848
7818
  instanceType?: string;
7849
7819
  /**
7850
- * Nested argument defines the Launch Template. Defined below.
7820
+ * Override the instance launch template specification in the Launch Template.
7851
7821
  */
7852
7822
  launchTemplateSpecification?: outputs.autoscaling.GroupMixedInstancesPolicyLaunchTemplateOverrideLaunchTemplateSpecification;
7853
7823
  /**
@@ -7985,7 +7955,7 @@ export declare namespace autoscaling {
7985
7955
  }
7986
7956
  interface GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsAcceleratorCount {
7987
7957
  /**
7988
- * Maximum. Set to `0` to exclude instance types with accelerators.
7958
+ * Maximum.
7989
7959
  */
7990
7960
  max?: number;
7991
7961
  /**
@@ -7995,7 +7965,7 @@ export declare namespace autoscaling {
7995
7965
  }
7996
7966
  interface GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsAcceleratorTotalMemoryMib {
7997
7967
  /**
7998
- * Maximum. Set to `0` to exclude instance types with accelerators.
7968
+ * Maximum.
7999
7969
  */
8000
7970
  max?: number;
8001
7971
  /**
@@ -8005,7 +7975,7 @@ export declare namespace autoscaling {
8005
7975
  }
8006
7976
  interface GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsBaselineEbsBandwidthMbps {
8007
7977
  /**
8008
- * Maximum. Set to `0` to exclude instance types with accelerators.
7978
+ * Maximum.
8009
7979
  */
8010
7980
  max?: number;
8011
7981
  /**
@@ -8015,7 +7985,7 @@ export declare namespace autoscaling {
8015
7985
  }
8016
7986
  interface GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsMemoryGibPerVcpu {
8017
7987
  /**
8018
- * Maximum. Set to `0` to exclude instance types with accelerators.
7988
+ * Maximum.
8019
7989
  */
8020
7990
  max?: number;
8021
7991
  /**
@@ -8025,7 +7995,7 @@ export declare namespace autoscaling {
8025
7995
  }
8026
7996
  interface GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsMemoryMib {
8027
7997
  /**
8028
- * Maximum. Set to `0` to exclude instance types with accelerators.
7998
+ * Maximum.
8029
7999
  */
8030
8000
  max?: number;
8031
8001
  /**
@@ -8035,7 +8005,7 @@ export declare namespace autoscaling {
8035
8005
  }
8036
8006
  interface GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsNetworkBandwidthGbps {
8037
8007
  /**
8038
- * Maximum. Set to `0` to exclude instance types with accelerators.
8008
+ * Maximum.
8039
8009
  */
8040
8010
  max?: number;
8041
8011
  /**
@@ -8045,7 +8015,7 @@ export declare namespace autoscaling {
8045
8015
  }
8046
8016
  interface GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsNetworkInterfaceCount {
8047
8017
  /**
8048
- * Maximum. Set to `0` to exclude instance types with accelerators.
8018
+ * Maximum.
8049
8019
  */
8050
8020
  max?: number;
8051
8021
  /**
@@ -8055,7 +8025,7 @@ export declare namespace autoscaling {
8055
8025
  }
8056
8026
  interface GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsTotalLocalStorageGb {
8057
8027
  /**
8058
- * Maximum. Set to `0` to exclude instance types with accelerators.
8028
+ * Maximum.
8059
8029
  */
8060
8030
  max?: number;
8061
8031
  /**
@@ -8065,7 +8035,7 @@ export declare namespace autoscaling {
8065
8035
  }
8066
8036
  interface GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsVcpuCount {
8067
8037
  /**
8068
- * Maximum. Set to `0` to exclude instance types with accelerators.
8038
+ * Maximum.
8069
8039
  */
8070
8040
  max?: number;
8071
8041
  /**
@@ -9930,15 +9900,15 @@ export declare namespace chimesdkmediapipelines {
9930
9900
  */
9931
9901
  callAnalyticsStreamCategories?: string[];
9932
9902
  /**
9933
- * Labels all personally identifiable information (PII) identified in Utterance events.
9903
+ * Labels all personally identifiable information (PII) identified in Transcript events.
9934
9904
  */
9935
9905
  contentIdentificationType?: string;
9936
9906
  /**
9937
- * Redacts all personally identifiable information (PII) identified in Utterance events.
9907
+ * Redacts all personally identifiable information (PII) identified in Transcript events.
9938
9908
  */
9939
9909
  contentRedactionType?: string;
9940
9910
  /**
9941
- * Enables partial result stabilization in Utterance events.
9911
+ * Enables partial result stabilization in Transcript events.
9942
9912
  */
9943
9913
  enablePartialResultsStabilization?: boolean;
9944
9914
  /**
@@ -9958,7 +9928,7 @@ export declare namespace chimesdkmediapipelines {
9958
9928
  */
9959
9929
  partialResultsStability?: string;
9960
9930
  /**
9961
- * Types of personally identifiable information (PII) to redact from an Utterance event.
9931
+ * Types of personally identifiable information (PII) to redact from a Transcript event.
9962
9932
  */
9963
9933
  piiEntityTypes?: string;
9964
9934
  /**
@@ -9966,15 +9936,15 @@ export declare namespace chimesdkmediapipelines {
9966
9936
  */
9967
9937
  postCallAnalyticsSettings?: outputs.chimesdkmediapipelines.MediaInsightsPipelineConfigurationElementAmazonTranscribeCallAnalyticsProcessorConfigurationPostCallAnalyticsSettings;
9968
9938
  /**
9969
- * Method for applying a vocabulary filter to Utterance events.
9939
+ * Method for applying a vocabulary filter to Transcript events.
9970
9940
  */
9971
9941
  vocabularyFilterMethod?: string;
9972
9942
  /**
9973
- * Name of the custom vocabulary filter to use when processing Utterance events.
9943
+ * Name of the custom vocabulary filter to use when processing Transcript events.
9974
9944
  */
9975
9945
  vocabularyFilterName?: string;
9976
9946
  /**
9977
- * Name of the custom vocabulary to use when processing Utterance events.
9947
+ * Name of the custom vocabulary to use when processing Transcript events.
9978
9948
  */
9979
9949
  vocabularyName?: string;
9980
9950
  }
@@ -9998,15 +9968,15 @@ export declare namespace chimesdkmediapipelines {
9998
9968
  }
9999
9969
  interface MediaInsightsPipelineConfigurationElementAmazonTranscribeProcessorConfiguration {
10000
9970
  /**
10001
- * Labels all personally identifiable information (PII) identified in Utterance events.
9971
+ * Labels all personally identifiable information (PII) identified in Transcript events.
10002
9972
  */
10003
9973
  contentIdentificationType?: string;
10004
9974
  /**
10005
- * Redacts all personally identifiable information (PII) identified in Utterance events.
9975
+ * Redacts all personally identifiable information (PII) identified in Transcript events.
10006
9976
  */
10007
9977
  contentRedactionType?: string;
10008
9978
  /**
10009
- * Enables partial result stabilization in Utterance events.
9979
+ * Enables partial result stabilization in Transcript events.
10010
9980
  */
10011
9981
  enablePartialResultsStabilization?: boolean;
10012
9982
  /**
@@ -10026,7 +9996,7 @@ export declare namespace chimesdkmediapipelines {
10026
9996
  */
10027
9997
  partialResultsStability?: string;
10028
9998
  /**
10029
- * Types of personally identifiable information (PII) to redact from an Utterance event.
9999
+ * Types of personally identifiable information (PII) to redact from a Transcript event.
10030
10000
  */
10031
10001
  piiEntityTypes?: string;
10032
10002
  /**
@@ -10034,27 +10004,27 @@ export declare namespace chimesdkmediapipelines {
10034
10004
  */
10035
10005
  showSpeakerLabel?: boolean;
10036
10006
  /**
10037
- * Method for applying a vocabulary filter to Utterance events.
10007
+ * Method for applying a vocabulary filter to Transcript events.
10038
10008
  */
10039
10009
  vocabularyFilterMethod?: string;
10040
10010
  /**
10041
- * Name of the custom vocabulary filter to use when processing Utterance events.
10011
+ * Name of the custom vocabulary filter to use when processing Transcript events.
10042
10012
  */
10043
10013
  vocabularyFilterName?: string;
10044
10014
  /**
10045
- * Name of the custom vocabulary to use when processing Utterance events.
10015
+ * Name of the custom vocabulary to use when processing Transcript events.
10046
10016
  */
10047
10017
  vocabularyName?: string;
10048
10018
  }
10049
10019
  interface MediaInsightsPipelineConfigurationElementKinesisDataStreamSinkConfiguration {
10050
10020
  /**
10051
- * Kinesis Data Stream to deliver results.
10021
+ * SQS queue to deliver results.
10052
10022
  */
10053
10023
  insightsTarget: string;
10054
10024
  }
10055
10025
  interface MediaInsightsPipelineConfigurationElementLambdaFunctionSinkConfiguration {
10056
10026
  /**
10057
- * Kinesis Data Stream to deliver results.
10027
+ * SQS queue to deliver results.
10058
10028
  */
10059
10029
  insightsTarget: string;
10060
10030
  }
@@ -10066,13 +10036,13 @@ export declare namespace chimesdkmediapipelines {
10066
10036
  }
10067
10037
  interface MediaInsightsPipelineConfigurationElementSnsTopicSinkConfiguration {
10068
10038
  /**
10069
- * Kinesis Data Stream to deliver results.
10039
+ * SQS queue to deliver results.
10070
10040
  */
10071
10041
  insightsTarget: string;
10072
10042
  }
10073
10043
  interface MediaInsightsPipelineConfigurationElementSqsQueueSinkConfiguration {
10074
10044
  /**
10075
- * Kinesis Data Stream to deliver results.
10045
+ * SQS queue to deliver results.
10076
10046
  */
10077
10047
  insightsTarget: string;
10078
10048
  }
@@ -10311,6 +10281,9 @@ export declare namespace cloudfront {
10311
10281
  cookies?: outputs.cloudfront.CachePolicyParametersInCacheKeyAndForwardedToOriginCookiesConfigCookies;
10312
10282
  }
10313
10283
  interface CachePolicyParametersInCacheKeyAndForwardedToOriginCookiesConfigCookies {
10284
+ /**
10285
+ * List of item names, such as cookies, headers, or query strings.
10286
+ */
10314
10287
  items?: string[];
10315
10288
  }
10316
10289
  interface CachePolicyParametersInCacheKeyAndForwardedToOriginHeadersConfig {
@@ -10324,6 +10297,9 @@ export declare namespace cloudfront {
10324
10297
  headers?: outputs.cloudfront.CachePolicyParametersInCacheKeyAndForwardedToOriginHeadersConfigHeaders;
10325
10298
  }
10326
10299
  interface CachePolicyParametersInCacheKeyAndForwardedToOriginHeadersConfigHeaders {
10300
+ /**
10301
+ * List of item names, such as cookies, headers, or query strings.
10302
+ */
10327
10303
  items?: string[];
10328
10304
  }
10329
10305
  interface CachePolicyParametersInCacheKeyAndForwardedToOriginQueryStringsConfig {
@@ -10337,6 +10313,9 @@ export declare namespace cloudfront {
10337
10313
  queryStrings?: outputs.cloudfront.CachePolicyParametersInCacheKeyAndForwardedToOriginQueryStringsConfigQueryStrings;
10338
10314
  }
10339
10315
  interface CachePolicyParametersInCacheKeyAndForwardedToOriginQueryStringsConfigQueryStrings {
10316
+ /**
10317
+ * List of item names, such as cookies, headers, or query strings.
10318
+ */
10340
10319
  items?: string[];
10341
10320
  }
10342
10321
  interface ContinuousDeploymentPolicyStagingDistributionDnsNames {
@@ -10715,7 +10694,7 @@ export declare namespace cloudfront {
10715
10694
  */
10716
10695
  originAccessControlId?: string;
10717
10696
  /**
10718
- * Unique identifier for the origin.
10697
+ * Unique identifier of the member origin.
10719
10698
  */
10720
10699
  originId: string;
10721
10700
  /**
@@ -10771,7 +10750,7 @@ export declare namespace cloudfront {
10771
10750
  */
10772
10751
  members: outputs.cloudfront.DistributionOriginGroupMember[];
10773
10752
  /**
10774
- * Unique identifier for the origin.
10753
+ * Unique identifier of the member origin.
10775
10754
  */
10776
10755
  originId: string;
10777
10756
  }
@@ -10783,13 +10762,13 @@ export declare namespace cloudfront {
10783
10762
  }
10784
10763
  interface DistributionOriginGroupMember {
10785
10764
  /**
10786
- * Unique identifier for the origin.
10765
+ * Unique identifier of the member origin.
10787
10766
  */
10788
10767
  originId: string;
10789
10768
  }
10790
10769
  interface DistributionOriginOriginShield {
10791
10770
  /**
10792
- * Whether the distribution is enabled to accept end user requests for content.
10771
+ * Whether Origin Shield is enabled.
10793
10772
  */
10794
10773
  enabled: boolean;
10795
10774
  /**
@@ -10818,7 +10797,7 @@ export declare namespace cloudfront {
10818
10797
  }
10819
10798
  interface DistributionTrustedKeyGroup {
10820
10799
  /**
10821
- * Whether the distribution is enabled to accept end user requests for content.
10800
+ * Whether Origin Shield is enabled.
10822
10801
  */
10823
10802
  enabled: boolean;
10824
10803
  /**
@@ -10838,7 +10817,7 @@ export declare namespace cloudfront {
10838
10817
  }
10839
10818
  interface DistributionTrustedSigner {
10840
10819
  /**
10841
- * Whether the distribution is enabled to accept end user requests for content.
10820
+ * Whether Origin Shield is enabled.
10842
10821
  */
10843
10822
  enabled: boolean;
10844
10823
  /**
@@ -11338,7 +11317,7 @@ export declare namespace cloudfront {
11338
11317
  */
11339
11318
  header: string;
11340
11319
  /**
11341
- * Whether CloudFront overrides a response header with the same name received from the origin with the header specifies here.
11320
+ * Whether CloudFront overrides the `Content-Security-Policy` HTTP response header received from the origin with the one specified in this response headers policy.
11342
11321
  */
11343
11322
  override: boolean;
11344
11323
  /**
@@ -12571,7 +12550,7 @@ export declare namespace codebuild {
12571
12550
  */
12572
12551
  groupName?: string;
12573
12552
  /**
12574
- * Current status of logs in CloudWatch Logs for a build project. Valid values: `ENABLED`, `DISABLED`. Defaults to `ENABLED`.
12553
+ * Current status of logs in S3 for a build project. Valid values: `ENABLED`, `DISABLED`. Defaults to `DISABLED`.
12575
12554
  */
12576
12555
  status?: string;
12577
12556
  /**
@@ -12593,7 +12572,7 @@ export declare namespace codebuild {
12593
12572
  */
12594
12573
  location?: string;
12595
12574
  /**
12596
- * Current status of logs in CloudWatch Logs for a build project. Valid values: `ENABLED`, `DISABLED`. Defaults to `ENABLED`.
12575
+ * Current status of logs in S3 for a build project. Valid values: `ENABLED`, `DISABLED`. Defaults to `DISABLED`.
12597
12576
  */
12598
12577
  status?: string;
12599
12578
  }
@@ -13607,6 +13586,9 @@ export declare namespace cognito {
13607
13586
  * The action to take in response to the account takeover action. Valid values are `BLOCK`, `MFA_IF_CONFIGURED`, `MFA_REQUIRED` and `NO_ACTION`.
13608
13587
  */
13609
13588
  eventAction: string;
13589
+ /**
13590
+ * Whether to send a notification.
13591
+ */
13610
13592
  notify: boolean;
13611
13593
  }
13612
13594
  interface RiskConfigurationAccountTakeoverRiskConfigurationActionsLowAction {
@@ -13614,6 +13596,9 @@ export declare namespace cognito {
13614
13596
  * The action to take in response to the account takeover action. Valid values are `BLOCK`, `MFA_IF_CONFIGURED`, `MFA_REQUIRED` and `NO_ACTION`.
13615
13597
  */
13616
13598
  eventAction: string;
13599
+ /**
13600
+ * Whether to send a notification.
13601
+ */
13617
13602
  notify: boolean;
13618
13603
  }
13619
13604
  interface RiskConfigurationAccountTakeoverRiskConfigurationActionsMediumAction {
@@ -13621,6 +13606,9 @@ export declare namespace cognito {
13621
13606
  * The action to take in response to the account takeover action. Valid values are `BLOCK`, `MFA_IF_CONFIGURED`, `MFA_REQUIRED` and `NO_ACTION`.
13622
13607
  */
13623
13608
  eventAction: string;
13609
+ /**
13610
+ * Whether to send a notification.
13611
+ */
13624
13612
  notify: boolean;
13625
13613
  }
13626
13614
  interface RiskConfigurationAccountTakeoverRiskConfigurationNotifyConfiguration {
@@ -17041,7 +17029,7 @@ export declare namespace dlm {
17041
17029
  */
17042
17030
  eventSource?: outputs.dlm.LifecyclePolicyPolicyDetailsEventSource;
17043
17031
  /**
17044
- * A set of optional parameters for snapshot and AMI lifecycle policies. See the `parameters` configuration block.
17032
+ * Information about the event. See the `parameters` configuration block.
17045
17033
  */
17046
17034
  parameters?: outputs.dlm.LifecyclePolicyPolicyDetailsParameters;
17047
17035
  /**
@@ -17063,7 +17051,7 @@ export declare namespace dlm {
17063
17051
  /**
17064
17052
  * 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.
17065
17053
  *
17066
- * > 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.
17054
+ * > 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.
17067
17055
  */
17068
17056
  targetTags?: {
17069
17057
  [key: string]: string;
@@ -17095,11 +17083,11 @@ export declare namespace dlm {
17095
17083
  }
17096
17084
  interface LifecyclePolicyPolicyDetailsActionCrossRegionCopyEncryptionConfiguration {
17097
17085
  /**
17098
- * 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.
17086
+ * 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.
17099
17087
  */
17100
17088
  cmkArn?: string;
17101
17089
  /**
17102
- * 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.
17090
+ * 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.
17103
17091
  */
17104
17092
  encrypted?: boolean;
17105
17093
  }
@@ -17115,7 +17103,7 @@ export declare namespace dlm {
17115
17103
  }
17116
17104
  interface LifecyclePolicyPolicyDetailsEventSource {
17117
17105
  /**
17118
- * A set of optional parameters for snapshot and AMI lifecycle policies. See the `parameters` configuration block.
17106
+ * Information about the event. See the `parameters` configuration block.
17119
17107
  */
17120
17108
  parameters: outputs.dlm.LifecyclePolicyPolicyDetailsEventSourceParameters;
17121
17109
  /**
@@ -17149,7 +17137,7 @@ export declare namespace dlm {
17149
17137
  }
17150
17138
  interface LifecyclePolicyPolicyDetailsSchedule {
17151
17139
  /**
17152
- * Copy all user-defined tags on a source volume to snapshots of the volume created by this policy.
17140
+ * Whether to copy all user-defined tags from the source snapshot to the cross-region snapshot copy.
17153
17141
  */
17154
17142
  copyTags: boolean;
17155
17143
  /**
@@ -17161,7 +17149,7 @@ export declare namespace dlm {
17161
17149
  */
17162
17150
  crossRegionCopyRules?: outputs.dlm.LifecyclePolicyPolicyDetailsScheduleCrossRegionCopyRule[];
17163
17151
  /**
17164
- * See the `deprecateRule` block. Max of 1 per schedule.
17152
+ * The AMI deprecation rule for cross-Region AMI copies created by the rule. See the `deprecateRule` block.
17165
17153
  */
17166
17154
  deprecateRule?: outputs.dlm.LifecyclePolicyPolicyDetailsScheduleDeprecateRule;
17167
17155
  /**
@@ -17217,19 +17205,19 @@ export declare namespace dlm {
17217
17205
  }
17218
17206
  interface LifecyclePolicyPolicyDetailsScheduleCrossRegionCopyRule {
17219
17207
  /**
17220
- * 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.
17208
+ * 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.
17221
17209
  */
17222
17210
  cmkArn?: string;
17223
17211
  /**
17224
- * Copy all user-defined tags on a source volume to snapshots of the volume created by this policy.
17212
+ * Whether to copy all user-defined tags from the source snapshot to the cross-region snapshot copy.
17225
17213
  */
17226
17214
  copyTags?: boolean;
17227
17215
  /**
17228
- * See the `deprecateRule` block. Max of 1 per schedule.
17216
+ * The AMI deprecation rule for cross-Region AMI copies created by the rule. See the `deprecateRule` block.
17229
17217
  */
17230
17218
  deprecateRule?: outputs.dlm.LifecyclePolicyPolicyDetailsScheduleCrossRegionCopyRuleDeprecateRule;
17231
17219
  /**
17232
- * 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.
17220
+ * 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.
17233
17221
  */
17234
17222
  encrypted: boolean;
17235
17223
  /**
@@ -18715,91 +18703,91 @@ export declare namespace ec2 {
18715
18703
  }
18716
18704
  interface FleetLaunchTemplateConfigOverrideInstanceRequirementsAcceleratorCount {
18717
18705
  /**
18718
- * Maximum. Set to `0` to exclude instance types with accelerators.
18706
+ * The maximum number of vCPUs. To specify no maximum limit, omit this parameter.
18719
18707
  */
18720
18708
  max?: number;
18721
18709
  /**
18722
- * Minimum.
18710
+ * The minimum number of vCPUs. To specify no minimum limit, specify `0`.
18723
18711
  */
18724
18712
  min?: number;
18725
18713
  }
18726
18714
  interface FleetLaunchTemplateConfigOverrideInstanceRequirementsAcceleratorTotalMemoryMib {
18727
18715
  /**
18728
- * Maximum. Set to `0` to exclude instance types with accelerators.
18716
+ * The maximum number of vCPUs. To specify no maximum limit, omit this parameter.
18729
18717
  */
18730
18718
  max?: number;
18731
18719
  /**
18732
- * Minimum.
18720
+ * The minimum number of vCPUs. To specify no minimum limit, specify `0`.
18733
18721
  */
18734
18722
  min?: number;
18735
18723
  }
18736
18724
  interface FleetLaunchTemplateConfigOverrideInstanceRequirementsBaselineEbsBandwidthMbps {
18737
18725
  /**
18738
- * Maximum. Set to `0` to exclude instance types with accelerators.
18726
+ * The maximum number of vCPUs. To specify no maximum limit, omit this parameter.
18739
18727
  */
18740
18728
  max?: number;
18741
18729
  /**
18742
- * Minimum.
18730
+ * The minimum number of vCPUs. To specify no minimum limit, specify `0`.
18743
18731
  */
18744
18732
  min?: number;
18745
18733
  }
18746
18734
  interface FleetLaunchTemplateConfigOverrideInstanceRequirementsMemoryGibPerVcpu {
18747
18735
  /**
18748
- * Maximum. Set to `0` to exclude instance types with accelerators.
18736
+ * The maximum number of vCPUs. To specify no maximum limit, omit this parameter.
18749
18737
  */
18750
18738
  max?: number;
18751
18739
  /**
18752
- * Minimum.
18740
+ * The minimum number of vCPUs. To specify no minimum limit, specify `0`.
18753
18741
  */
18754
18742
  min?: number;
18755
18743
  }
18756
18744
  interface FleetLaunchTemplateConfigOverrideInstanceRequirementsMemoryMib {
18757
18745
  /**
18758
- * Maximum. Set to `0` to exclude instance types with accelerators.
18746
+ * The maximum number of vCPUs. To specify no maximum limit, omit this parameter.
18759
18747
  */
18760
18748
  max?: number;
18761
18749
  /**
18762
- * Minimum.
18750
+ * The minimum number of vCPUs. To specify no minimum limit, specify `0`.
18763
18751
  */
18764
18752
  min: number;
18765
18753
  }
18766
18754
  interface FleetLaunchTemplateConfigOverrideInstanceRequirementsNetworkBandwidthGbps {
18767
18755
  /**
18768
- * Maximum. Set to `0` to exclude instance types with accelerators.
18756
+ * The maximum number of vCPUs. To specify no maximum limit, omit this parameter.
18769
18757
  */
18770
18758
  max?: number;
18771
18759
  /**
18772
- * Minimum.
18760
+ * The minimum number of vCPUs. To specify no minimum limit, specify `0`.
18773
18761
  */
18774
18762
  min?: number;
18775
18763
  }
18776
18764
  interface FleetLaunchTemplateConfigOverrideInstanceRequirementsNetworkInterfaceCount {
18777
18765
  /**
18778
- * Maximum. Set to `0` to exclude instance types with accelerators.
18766
+ * The maximum number of vCPUs. To specify no maximum limit, omit this parameter.
18779
18767
  */
18780
18768
  max?: number;
18781
18769
  /**
18782
- * Minimum.
18770
+ * The minimum number of vCPUs. To specify no minimum limit, specify `0`.
18783
18771
  */
18784
18772
  min?: number;
18785
18773
  }
18786
18774
  interface FleetLaunchTemplateConfigOverrideInstanceRequirementsTotalLocalStorageGb {
18787
18775
  /**
18788
- * Maximum. Set to `0` to exclude instance types with accelerators.
18776
+ * The maximum number of vCPUs. To specify no maximum limit, omit this parameter.
18789
18777
  */
18790
18778
  max?: number;
18791
18779
  /**
18792
- * Minimum.
18780
+ * The minimum number of vCPUs. To specify no minimum limit, specify `0`.
18793
18781
  */
18794
18782
  min?: number;
18795
18783
  }
18796
18784
  interface FleetLaunchTemplateConfigOverrideInstanceRequirementsVcpuCount {
18797
18785
  /**
18798
- * Maximum. Set to `0` to exclude instance types with accelerators.
18786
+ * The maximum number of vCPUs. To specify no maximum limit, omit this parameter.
18799
18787
  */
18800
18788
  max?: number;
18801
18789
  /**
18802
- * Minimum.
18790
+ * The minimum number of vCPUs. To specify no minimum limit, specify `0`.
18803
18791
  */
18804
18792
  min: number;
18805
18793
  }
@@ -21650,7 +21638,7 @@ export declare namespace ec2 {
21650
21638
  }
21651
21639
  interface LaunchTemplateInstanceRequirementsAcceleratorCount {
21652
21640
  /**
21653
- * Maximum. Set to `0` to exclude instance types with accelerators.
21641
+ * Maximum.
21654
21642
  */
21655
21643
  max?: number;
21656
21644
  /**
@@ -21660,7 +21648,7 @@ export declare namespace ec2 {
21660
21648
  }
21661
21649
  interface LaunchTemplateInstanceRequirementsAcceleratorTotalMemoryMib {
21662
21650
  /**
21663
- * Maximum. Set to `0` to exclude instance types with accelerators.
21651
+ * Maximum.
21664
21652
  */
21665
21653
  max?: number;
21666
21654
  /**
@@ -21670,7 +21658,7 @@ export declare namespace ec2 {
21670
21658
  }
21671
21659
  interface LaunchTemplateInstanceRequirementsBaselineEbsBandwidthMbps {
21672
21660
  /**
21673
- * Maximum. Set to `0` to exclude instance types with accelerators.
21661
+ * Maximum.
21674
21662
  */
21675
21663
  max?: number;
21676
21664
  /**
@@ -21680,7 +21668,7 @@ export declare namespace ec2 {
21680
21668
  }
21681
21669
  interface LaunchTemplateInstanceRequirementsMemoryGibPerVcpu {
21682
21670
  /**
21683
- * Maximum. Set to `0` to exclude instance types with accelerators.
21671
+ * Maximum.
21684
21672
  */
21685
21673
  max?: number;
21686
21674
  /**
@@ -21690,7 +21678,7 @@ export declare namespace ec2 {
21690
21678
  }
21691
21679
  interface LaunchTemplateInstanceRequirementsMemoryMib {
21692
21680
  /**
21693
- * Maximum. Set to `0` to exclude instance types with accelerators.
21681
+ * Maximum.
21694
21682
  */
21695
21683
  max?: number;
21696
21684
  /**
@@ -21700,7 +21688,7 @@ export declare namespace ec2 {
21700
21688
  }
21701
21689
  interface LaunchTemplateInstanceRequirementsNetworkBandwidthGbps {
21702
21690
  /**
21703
- * Maximum. Set to `0` to exclude instance types with accelerators.
21691
+ * Maximum.
21704
21692
  */
21705
21693
  max?: number;
21706
21694
  /**
@@ -21710,7 +21698,7 @@ export declare namespace ec2 {
21710
21698
  }
21711
21699
  interface LaunchTemplateInstanceRequirementsNetworkInterfaceCount {
21712
21700
  /**
21713
- * Maximum. Set to `0` to exclude instance types with accelerators.
21701
+ * Maximum.
21714
21702
  */
21715
21703
  max?: number;
21716
21704
  /**
@@ -21720,7 +21708,7 @@ export declare namespace ec2 {
21720
21708
  }
21721
21709
  interface LaunchTemplateInstanceRequirementsTotalLocalStorageGb {
21722
21710
  /**
21723
- * Maximum. Set to `0` to exclude instance types with accelerators.
21711
+ * Maximum.
21724
21712
  */
21725
21713
  max?: number;
21726
21714
  /**
@@ -21730,7 +21718,7 @@ export declare namespace ec2 {
21730
21718
  }
21731
21719
  interface LaunchTemplateInstanceRequirementsVcpuCount {
21732
21720
  /**
21733
- * Maximum. Set to `0` to exclude instance types with accelerators.
21721
+ * Maximum.
21734
21722
  */
21735
21723
  max?: number;
21736
21724
  /**
@@ -23201,7 +23189,7 @@ export declare namespace ec2 {
23201
23189
  }
23202
23190
  interface SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirementsAcceleratorCount {
23203
23191
  /**
23204
- * Maximum. Set to `0` to exclude instance types with accelerators.
23192
+ * Maximum.
23205
23193
  */
23206
23194
  max?: number;
23207
23195
  /**
@@ -23211,7 +23199,7 @@ export declare namespace ec2 {
23211
23199
  }
23212
23200
  interface SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirementsAcceleratorTotalMemoryMib {
23213
23201
  /**
23214
- * Maximum. Set to `0` to exclude instance types with accelerators.
23202
+ * Maximum.
23215
23203
  */
23216
23204
  max?: number;
23217
23205
  /**
@@ -23221,7 +23209,7 @@ export declare namespace ec2 {
23221
23209
  }
23222
23210
  interface SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirementsBaselineEbsBandwidthMbps {
23223
23211
  /**
23224
- * Maximum. Set to `0` to exclude instance types with accelerators.
23212
+ * Maximum.
23225
23213
  */
23226
23214
  max?: number;
23227
23215
  /**
@@ -23231,7 +23219,7 @@ export declare namespace ec2 {
23231
23219
  }
23232
23220
  interface SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirementsMemoryGibPerVcpu {
23233
23221
  /**
23234
- * Maximum. Set to `0` to exclude instance types with accelerators.
23222
+ * Maximum.
23235
23223
  */
23236
23224
  max?: number;
23237
23225
  /**
@@ -23241,7 +23229,7 @@ export declare namespace ec2 {
23241
23229
  }
23242
23230
  interface SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirementsMemoryMib {
23243
23231
  /**
23244
- * Maximum. Set to `0` to exclude instance types with accelerators.
23232
+ * Maximum.
23245
23233
  */
23246
23234
  max?: number;
23247
23235
  /**
@@ -23251,7 +23239,7 @@ export declare namespace ec2 {
23251
23239
  }
23252
23240
  interface SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirementsNetworkBandwidthGbps {
23253
23241
  /**
23254
- * Maximum. Set to `0` to exclude instance types with accelerators.
23242
+ * Maximum.
23255
23243
  */
23256
23244
  max?: number;
23257
23245
  /**
@@ -23261,7 +23249,7 @@ export declare namespace ec2 {
23261
23249
  }
23262
23250
  interface SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirementsNetworkInterfaceCount {
23263
23251
  /**
23264
- * Maximum. Set to `0` to exclude instance types with accelerators.
23252
+ * Maximum.
23265
23253
  */
23266
23254
  max?: number;
23267
23255
  /**
@@ -23271,7 +23259,7 @@ export declare namespace ec2 {
23271
23259
  }
23272
23260
  interface SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirementsTotalLocalStorageGb {
23273
23261
  /**
23274
- * Maximum. Set to `0` to exclude instance types with accelerators.
23262
+ * Maximum.
23275
23263
  */
23276
23264
  max?: number;
23277
23265
  /**
@@ -23281,7 +23269,7 @@ export declare namespace ec2 {
23281
23269
  }
23282
23270
  interface SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirementsVcpuCount {
23283
23271
  /**
23284
- * Maximum. Set to `0` to exclude instance types with accelerators.
23272
+ * Maximum.
23285
23273
  */
23286
23274
  max?: number;
23287
23275
  /**
@@ -29188,11 +29176,11 @@ export declare namespace glue {
29188
29176
  }
29189
29177
  interface CrawlerS3Target {
29190
29178
  /**
29191
- * The name of the connection to use to connect to the JDBC target.
29179
+ * 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.
29192
29180
  */
29193
29181
  connectionName?: string;
29194
29182
  /**
29195
- * The ARN of the dead-letter SQS queue.
29183
+ * A valid Amazon SQS ARN.
29196
29184
  *
29197
29185
  * > **Note:** `deletionBehavior` of catalog target doesn't support `DEPRECATE_IN_DATABASE`.
29198
29186
  *
@@ -29200,7 +29188,7 @@ export declare namespace glue {
29200
29188
  */
29201
29189
  dlqEventQueueArn?: string;
29202
29190
  /**
29203
- * The ARN of the SQS queue to receive S3 notifications from.
29191
+ * A valid Amazon SQS ARN.
29204
29192
  */
29205
29193
  eventQueueArn?: string;
29206
29194
  /**
@@ -31795,8 +31783,6 @@ export declare namespace iot {
31795
31783
  interface TopicRuleDynamodbv2PutItem {
31796
31784
  /**
31797
31785
  * The name of the DynamoDB table.
31798
- *
31799
- * The `dynamodbv2` object takes the following arguments:
31800
31786
  */
31801
31787
  tableName: string;
31802
31788
  }
@@ -31952,8 +31938,6 @@ export declare namespace iot {
31952
31938
  interface TopicRuleErrorActionDynamodbv2PutItem {
31953
31939
  /**
31954
31940
  * The name of the DynamoDB table.
31955
- *
31956
- * The `dynamodbv2` object takes the following arguments:
31957
31941
  */
31958
31942
  tableName: string;
31959
31943
  }
@@ -33864,7 +33848,6 @@ export declare namespace kinesis {
33864
33848
  bufferingInterval?: number;
33865
33849
  /**
33866
33850
  * Buffer incoming data to the specified size, in MBs between 1 to 100, before delivering it to the destination. The default value is 5MB.
33867
- * 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.
33868
33851
  */
33869
33852
  bufferingSize?: number;
33870
33853
  /**
@@ -33889,7 +33872,7 @@ export declare namespace kinesis {
33889
33872
  */
33890
33873
  prefix?: string;
33891
33874
  /**
33892
- * The ARN of the role that provides access to the source Kinesis stream.
33875
+ * The ARN of the role used to access the Amazon MSK cluster.
33893
33876
  */
33894
33877
  roleArn: string;
33895
33878
  }
@@ -33933,7 +33916,6 @@ export declare namespace kinesis {
33933
33916
  bufferingInterval?: number;
33934
33917
  /**
33935
33918
  * Buffer incoming data to the specified size, in MBs between 1 to 100, before delivering it to the destination. The default value is 5MB.
33936
- * 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.
33937
33919
  */
33938
33920
  bufferingSize?: number;
33939
33921
  /**
@@ -33970,7 +33952,7 @@ export declare namespace kinesis {
33970
33952
  */
33971
33953
  processingConfiguration?: outputs.kinesis.FirehoseDeliveryStreamExtendedS3ConfigurationProcessingConfiguration;
33972
33954
  /**
33973
- * The ARN of the role that provides access to the source Kinesis stream.
33955
+ * The ARN of the role used to access the Amazon MSK cluster.
33974
33956
  */
33975
33957
  roleArn: string;
33976
33958
  /**
@@ -33978,7 +33960,7 @@ export declare namespace kinesis {
33978
33960
  */
33979
33961
  s3BackupConfiguration?: outputs.kinesis.FirehoseDeliveryStreamExtendedS3ConfigurationS3BackupConfiguration;
33980
33962
  /**
33981
- * The Amazon S3 backup mode. Valid values are `Disabled` and `Enabled`. Default value is `Disabled`.
33963
+ * Defines how documents should be delivered to Amazon S3. Valid values are `FailedDocumentsOnly` and `AllDocuments`. Default value is `FailedDocumentsOnly`.
33982
33964
  */
33983
33965
  s3BackupMode?: string;
33984
33966
  }
@@ -34217,7 +34199,6 @@ export declare namespace kinesis {
34217
34199
  bufferingInterval?: number;
34218
34200
  /**
34219
34201
  * Buffer incoming data to the specified size, in MBs between 1 to 100, before delivering it to the destination. The default value is 5MB.
34220
- * 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.
34221
34202
  */
34222
34203
  bufferingSize?: number;
34223
34204
  /**
@@ -34242,7 +34223,7 @@ export declare namespace kinesis {
34242
34223
  */
34243
34224
  prefix?: string;
34244
34225
  /**
34245
- * The ARN of the role that provides access to the source Kinesis stream.
34226
+ * The ARN of the role used to access the Amazon MSK cluster.
34246
34227
  */
34247
34228
  roleArn: string;
34248
34229
  }
@@ -34387,7 +34368,6 @@ export declare namespace kinesis {
34387
34368
  bufferingInterval?: number;
34388
34369
  /**
34389
34370
  * Buffer incoming data to the specified size, in MBs between 1 to 100, before delivering it to the destination. The default value is 5MB.
34390
- * 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.
34391
34371
  */
34392
34372
  bufferingSize?: number;
34393
34373
  /**
@@ -34412,7 +34392,7 @@ export declare namespace kinesis {
34412
34392
  */
34413
34393
  prefix?: string;
34414
34394
  /**
34415
- * The ARN of the role that provides access to the source Kinesis stream.
34395
+ * The ARN of the role used to access the Amazon MSK cluster.
34416
34396
  */
34417
34397
  roleArn: string;
34418
34398
  }
@@ -34579,7 +34559,6 @@ export declare namespace kinesis {
34579
34559
  bufferingInterval?: number;
34580
34560
  /**
34581
34561
  * Buffer incoming data to the specified size, in MBs between 1 to 100, before delivering it to the destination. The default value is 5MB.
34582
- * 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.
34583
34562
  */
34584
34563
  bufferingSize?: number;
34585
34564
  /**
@@ -34604,7 +34583,7 @@ export declare namespace kinesis {
34604
34583
  */
34605
34584
  prefix?: string;
34606
34585
  /**
34607
- * The ARN of the role that provides access to the source Kinesis stream.
34586
+ * The ARN of the role used to access the Amazon MSK cluster.
34608
34587
  */
34609
34588
  roleArn: string;
34610
34589
  }
@@ -34740,7 +34719,6 @@ export declare namespace kinesis {
34740
34719
  bufferingInterval?: number;
34741
34720
  /**
34742
34721
  * Buffer incoming data to the specified size, in MBs between 1 to 100, before delivering it to the destination. The default value is 5MB.
34743
- * 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.
34744
34722
  */
34745
34723
  bufferingSize?: number;
34746
34724
  /**
@@ -34765,7 +34743,7 @@ export declare namespace kinesis {
34765
34743
  */
34766
34744
  prefix?: string;
34767
34745
  /**
34768
- * The ARN of the role that provides access to the source Kinesis stream.
34746
+ * The ARN of the role used to access the Amazon MSK cluster.
34769
34747
  */
34770
34748
  roleArn: string;
34771
34749
  }
@@ -34909,7 +34887,6 @@ export declare namespace kinesis {
34909
34887
  bufferingInterval?: number;
34910
34888
  /**
34911
34889
  * Buffer incoming data to the specified size, in MBs between 1 to 100, before delivering it to the destination. The default value is 5MB.
34912
- * 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.
34913
34890
  */
34914
34891
  bufferingSize?: number;
34915
34892
  /**
@@ -34934,7 +34911,7 @@ export declare namespace kinesis {
34934
34911
  */
34935
34912
  prefix?: string;
34936
34913
  /**
34937
- * The ARN of the role that provides access to the source Kinesis stream.
34914
+ * The ARN of the role used to access the Amazon MSK cluster.
34938
34915
  */
34939
34916
  roleArn: string;
34940
34917
  }
@@ -34963,7 +34940,6 @@ export declare namespace kinesis {
34963
34940
  bufferingInterval?: number;
34964
34941
  /**
34965
34942
  * Buffer incoming data to the specified size, in MBs between 1 to 100, before delivering it to the destination. The default value is 5MB.
34966
- * 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.
34967
34943
  */
34968
34944
  bufferingSize?: number;
34969
34945
  /**
@@ -34988,7 +34964,7 @@ export declare namespace kinesis {
34988
34964
  */
34989
34965
  prefix?: string;
34990
34966
  /**
34991
- * The ARN of the role that provides access to the source Kinesis stream.
34967
+ * The ARN of the role used to access the Amazon MSK cluster.
34992
34968
  */
34993
34969
  roleArn: string;
34994
34970
  }
@@ -35117,7 +35093,6 @@ export declare namespace kinesis {
35117
35093
  bufferingInterval?: number;
35118
35094
  /**
35119
35095
  * Buffer incoming data to the specified size, in MBs between 1 to 100, before delivering it to the destination. The default value is 5MB.
35120
- * 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.
35121
35096
  */
35122
35097
  bufferingSize?: number;
35123
35098
  /**
@@ -35142,7 +35117,7 @@ export declare namespace kinesis {
35142
35117
  */
35143
35118
  prefix?: string;
35144
35119
  /**
35145
- * The ARN of the role that provides access to the source Kinesis stream.
35120
+ * The ARN of the role used to access the Amazon MSK cluster.
35146
35121
  */
35147
35122
  roleArn: string;
35148
35123
  }
@@ -36879,9 +36854,6 @@ export declare namespace lb {
36879
36854
  interface ListenerRuleConditionHostHeader {
36880
36855
  /**
36881
36856
  * 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.
36882
- *
36883
- *
36884
- * Query String Value Blocks (for `query_string.values`) support the following:
36885
36857
  */
36886
36858
  values: string[];
36887
36859
  }
@@ -36898,18 +36870,12 @@ export declare namespace lb {
36898
36870
  interface ListenerRuleConditionHttpRequestMethod {
36899
36871
  /**
36900
36872
  * 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.
36901
- *
36902
- *
36903
- * Query String Value Blocks (for `query_string.values`) support the following:
36904
36873
  */
36905
36874
  values: string[];
36906
36875
  }
36907
36876
  interface ListenerRuleConditionPathPattern {
36908
36877
  /**
36909
36878
  * 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.
36910
- *
36911
- *
36912
- * Query String Value Blocks (for `query_string.values`) support the following:
36913
36879
  */
36914
36880
  values: string[];
36915
36881
  }
@@ -36926,9 +36892,6 @@ export declare namespace lb {
36926
36892
  interface ListenerRuleConditionSourceIp {
36927
36893
  /**
36928
36894
  * 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.
36929
- *
36930
- *
36931
- * Query String Value Blocks (for `query_string.values`) support the following:
36932
36895
  */
36933
36896
  values: string[];
36934
36897
  }
@@ -37034,13 +36997,16 @@ export declare namespace lb {
37034
36997
  }
37035
36998
  export declare namespace lex {
37036
36999
  interface BotAbortStatement {
37000
+ /**
37001
+ * A set of messages, each of which provides a message string and its type.
37002
+ * You can specify the message string in plain text or in Speech Synthesis Markup Language (SSML).
37003
+ * Attributes are documented under message.
37004
+ */
37037
37005
  messages: outputs.lex.BotAbortStatementMessage[];
37038
37006
  /**
37039
37007
  * The response card. Amazon Lex will substitute session attributes and
37040
37008
  * slot values into the response card. For more information, see
37041
37009
  * [Example: Using a Response Card](https://docs.aws.amazon.com/lex/latest/dg/ex-resp-card.html).
37042
- * slot values into the response card. For more information, see
37043
- * [Example: Using a Response Card](https://docs.aws.amazon.com/lex/latest/dg/ex-resp-card.html).
37044
37010
  */
37045
37011
  responseCard?: string;
37046
37012
  }
@@ -37096,13 +37062,16 @@ export declare namespace lex {
37096
37062
  * The number of times to prompt the user for information.
37097
37063
  */
37098
37064
  maxAttempts: number;
37065
+ /**
37066
+ * A set of messages, each of which provides a message string and its type.
37067
+ * You can specify the message string in plain text or in Speech Synthesis Markup Language (SSML).
37068
+ * Attributes are documented under message.
37069
+ */
37099
37070
  messages: outputs.lex.BotClarificationPromptMessage[];
37100
37071
  /**
37101
37072
  * The response card. Amazon Lex will substitute session attributes and
37102
37073
  * slot values into the response card. For more information, see
37103
37074
  * [Example: Using a Response Card](https://docs.aws.amazon.com/lex/latest/dg/ex-resp-card.html).
37104
- * slot values into the response card. For more information, see
37105
- * [Example: Using a Response Card](https://docs.aws.amazon.com/lex/latest/dg/ex-resp-card.html).
37106
37075
  */
37107
37076
  responseCard?: string;
37108
37077
  }
@@ -37136,15 +37105,16 @@ export declare namespace lex {
37136
37105
  value: string;
37137
37106
  }
37138
37107
  interface IntentConclusionStatement {
37108
+ /**
37109
+ * A set of messages, each of which provides a message string and its type.
37110
+ * You can specify the message string in plain text or in Speech Synthesis Markup Language (SSML).
37111
+ * Attributes are documented under message. Must contain between 1 and 15 messages.
37112
+ */
37139
37113
  messages: outputs.lex.IntentConclusionStatementMessage[];
37140
37114
  /**
37141
37115
  * The response card. Amazon Lex will substitute session attributes and
37142
37116
  * slot values into the response card. For more information, see
37143
37117
  * [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.
37144
- * slot values into the response card. For more information, see
37145
- * [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.
37146
- * slot values into the response card. For more information, see
37147
- * [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.
37148
37118
  */
37149
37119
  responseCard?: string;
37150
37120
  }
@@ -37168,15 +37138,16 @@ export declare namespace lex {
37168
37138
  * The number of times to prompt the user for information. Must be a number between 1 and 5 (inclusive).
37169
37139
  */
37170
37140
  maxAttempts: number;
37141
+ /**
37142
+ * A set of messages, each of which provides a message string and its type.
37143
+ * You can specify the message string in plain text or in Speech Synthesis Markup Language (SSML).
37144
+ * Attributes are documented under message. Must contain between 1 and 15 messages.
37145
+ */
37171
37146
  messages: outputs.lex.IntentConfirmationPromptMessage[];
37172
37147
  /**
37173
37148
  * The response card. Amazon Lex will substitute session attributes and
37174
37149
  * slot values into the response card. For more information, see
37175
37150
  * [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.
37176
- * slot values into the response card. For more information, see
37177
- * [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.
37178
- * slot values into the response card. For more information, see
37179
- * [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.
37180
37151
  */
37181
37152
  responseCard?: string;
37182
37153
  }
@@ -37253,15 +37224,16 @@ export declare namespace lex {
37253
37224
  groupNumber?: number;
37254
37225
  }
37255
37226
  interface IntentFollowUpPromptRejectionStatement {
37227
+ /**
37228
+ * A set of messages, each of which provides a message string and its type.
37229
+ * You can specify the message string in plain text or in Speech Synthesis Markup Language (SSML).
37230
+ * Attributes are documented under message. Must contain between 1 and 15 messages.
37231
+ */
37256
37232
  messages: outputs.lex.IntentFollowUpPromptRejectionStatementMessage[];
37257
37233
  /**
37258
37234
  * The response card. Amazon Lex will substitute session attributes and
37259
37235
  * slot values into the response card. For more information, see
37260
37236
  * [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.
37261
- * slot values into the response card. For more information, see
37262
- * [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.
37263
- * slot values into the response card. For more information, see
37264
- * [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.
37265
37237
  */
37266
37238
  responseCard?: string;
37267
37239
  }
@@ -37305,15 +37277,16 @@ export declare namespace lex {
37305
37277
  uri: string;
37306
37278
  }
37307
37279
  interface IntentRejectionStatement {
37280
+ /**
37281
+ * A set of messages, each of which provides a message string and its type.
37282
+ * You can specify the message string in plain text or in Speech Synthesis Markup Language (SSML).
37283
+ * Attributes are documented under message. Must contain between 1 and 15 messages.
37284
+ */
37308
37285
  messages: outputs.lex.IntentRejectionStatementMessage[];
37309
37286
  /**
37310
37287
  * The response card. Amazon Lex will substitute session attributes and
37311
37288
  * slot values into the response card. For more information, see
37312
37289
  * [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.
37313
- * slot values into the response card. For more information, see
37314
- * [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.
37315
- * slot values into the response card. For more information, see
37316
- * [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.
37317
37290
  */
37318
37291
  responseCard?: string;
37319
37292
  }
@@ -37384,15 +37357,16 @@ export declare namespace lex {
37384
37357
  * The number of times to prompt the user for information. Must be a number between 1 and 5 (inclusive).
37385
37358
  */
37386
37359
  maxAttempts: number;
37360
+ /**
37361
+ * A set of messages, each of which provides a message string and its type.
37362
+ * You can specify the message string in plain text or in Speech Synthesis Markup Language (SSML).
37363
+ * Attributes are documented under message. Must contain between 1 and 15 messages.
37364
+ */
37387
37365
  messages: outputs.lex.IntentSlotValueElicitationPromptMessage[];
37388
37366
  /**
37389
37367
  * The response card. Amazon Lex will substitute session attributes and
37390
37368
  * slot values into the response card. For more information, see
37391
37369
  * [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.
37392
- * slot values into the response card. For more information, see
37393
- * [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.
37394
- * slot values into the response card. For more information, see
37395
- * [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.
37396
37370
  */
37397
37371
  responseCard?: string;
37398
37372
  }
@@ -38018,7 +37992,7 @@ export declare namespace macie2 {
38018
37992
  }
38019
37993
  interface ClassificationJobS3JobDefinitionBucketCriteriaIncludes {
38020
37994
  /**
38021
- * An array of conditions, one for each condition that determines which S3 buckets to include or exclude from the job. (documented below)
37995
+ * An array of conditions, one for each condition that determines which objects to include or exclude from the job. (documented below)
38022
37996
  */
38023
37997
  ands: outputs.macie2.ClassificationJobS3JobDefinitionBucketCriteriaIncludesAnd[];
38024
37998
  }
@@ -38146,7 +38120,7 @@ export declare namespace macie2 {
38146
38120
  }
38147
38121
  interface ClassificationJobS3JobDefinitionScopingIncludes {
38148
38122
  /**
38149
- * An array of conditions, one for each condition that determines which S3 buckets to include or exclude from the job. (documented below)
38123
+ * An array of conditions, one for each condition that determines which objects to include or exclude from the job. (documented below)
38150
38124
  */
38151
38125
  ands: outputs.macie2.ClassificationJobS3JobDefinitionScopingIncludesAnd[];
38152
38126
  }
@@ -38995,7 +38969,7 @@ export declare namespace medialive {
38995
38969
  */
38996
38970
  uri: string;
38997
38971
  /**
38998
- * Username for destination.
38972
+ * . Username to be used.
38999
38973
  */
39000
38974
  username: string;
39001
38975
  }
@@ -39304,7 +39278,7 @@ export declare namespace medialive {
39304
39278
  */
39305
39279
  uri: string;
39306
39280
  /**
39307
- * Username for destination.
39281
+ * . Username to be used.
39308
39282
  */
39309
39283
  username: string;
39310
39284
  }
@@ -39565,7 +39539,7 @@ export declare namespace medialive {
39565
39539
  */
39566
39540
  uri: string;
39567
39541
  /**
39568
- * Username for destination.
39542
+ * . Username to be used.
39569
39543
  */
39570
39544
  username: string;
39571
39545
  }
@@ -39845,7 +39819,7 @@ export declare namespace medialive {
39845
39819
  */
39846
39820
  entropyEncoding: string;
39847
39821
  /**
39848
- * Filters to apply to an encode. See H264 Filter Settings for more details.
39822
+ * Filters to apply to an encode. See H265 Filter Settings for more details.
39849
39823
  */
39850
39824
  filterSettings?: outputs.medialive.ChannelEncoderSettingsVideoDescriptionCodecSettingsH264SettingsFilterSettings;
39851
39825
  /**
@@ -39890,7 +39864,7 @@ export declare namespace medialive {
39890
39864
  */
39891
39865
  gopSizeUnits: string;
39892
39866
  /**
39893
- * H264 level.
39867
+ * H265 level.
39894
39868
  */
39895
39869
  level: string;
39896
39870
  /**
@@ -40017,7 +39991,7 @@ export declare namespace medialive {
40017
39991
  */
40018
39992
  colorSpaceSettings?: outputs.medialive.ChannelEncoderSettingsVideoDescriptionCodecSettingsH265SettingsColorSpaceSettings;
40019
39993
  /**
40020
- * Filters to apply to an encode. See H264 Filter Settings for more details.
39994
+ * Filters to apply to an encode. See H265 Filter Settings for more details.
40021
39995
  */
40022
39996
  filterSettings?: outputs.medialive.ChannelEncoderSettingsVideoDescriptionCodecSettingsH265SettingsFilterSettings;
40023
39997
  /**
@@ -40046,7 +40020,7 @@ export declare namespace medialive {
40046
40020
  */
40047
40021
  gopSizeUnits: string;
40048
40022
  /**
40049
- * H264 level.
40023
+ * H265 level.
40050
40024
  */
40051
40025
  level: string;
40052
40026
  /**
@@ -40228,7 +40202,7 @@ export declare namespace medialive {
40228
40202
  }
40229
40203
  interface ChannelInputAttachmentAutomaticInputFailoverSettingsFailoverConditionFailoverConditionSettingsAudioSilenceSettings {
40230
40204
  /**
40231
- * 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.
40205
+ * The name of the audio selector used as the source for this AudioDescription.
40232
40206
  */
40233
40207
  audioSelectorName: string;
40234
40208
  /**
@@ -41213,11 +41187,11 @@ export declare namespace msk {
41213
41187
  }
41214
41188
  interface ClusterBrokerNodeGroupInfoConnectivityInfoVpcConnectivityClientAuthenticationSasl {
41215
41189
  /**
41216
- * Enables SASL/IAM authentication for VPC connectivity.
41190
+ * Enables IAM client authentication. Defaults to `false`.
41217
41191
  */
41218
41192
  iam: boolean;
41219
41193
  /**
41220
- * Enables SASL/SCRAM authentication for VPC connectivity.
41194
+ * Enables SCRAM client authentication via AWS Secrets Manager. Defaults to `false`.
41221
41195
  */
41222
41196
  scram: boolean;
41223
41197
  }
@@ -41263,11 +41237,11 @@ export declare namespace msk {
41263
41237
  }
41264
41238
  interface ClusterClientAuthenticationSasl {
41265
41239
  /**
41266
- * Enables SASL/IAM authentication for VPC connectivity.
41240
+ * Enables IAM client authentication. Defaults to `false`.
41267
41241
  */
41268
41242
  iam?: boolean;
41269
41243
  /**
41270
- * Enables SASL/SCRAM authentication for VPC connectivity.
41244
+ * Enables SCRAM client authentication via AWS Secrets Manager. Defaults to `false`.
41271
41245
  */
41272
41246
  scram?: boolean;
41273
41247
  }
@@ -41370,13 +41344,13 @@ export declare namespace msk {
41370
41344
  }
41371
41345
  interface ClusterOpenMonitoringPrometheusJmxExporter {
41372
41346
  /**
41373
- * Indicates whether you want to enable or disable the JMX Exporter.
41347
+ * Indicates whether you want to enable or disable the Node Exporter.
41374
41348
  */
41375
41349
  enabledInBroker: boolean;
41376
41350
  }
41377
41351
  interface ClusterOpenMonitoringPrometheusNodeExporter {
41378
41352
  /**
41379
- * Indicates whether you want to enable or disable the JMX Exporter.
41353
+ * Indicates whether you want to enable or disable the Node Exporter.
41380
41354
  */
41381
41355
  enabledInBroker: boolean;
41382
41356
  }
@@ -44703,7 +44677,7 @@ export declare namespace pipes {
44703
44677
  }
44704
44678
  interface PipeSourceParametersActivemqBrokerParametersCredentials {
44705
44679
  /**
44706
- * The ARN of the Secrets Manager secret containing the basic auth credentials.
44680
+ * The ARN of the Secrets Manager secret containing the credentials.
44707
44681
  */
44708
44682
  basicAuth: string;
44709
44683
  }
@@ -44863,7 +44837,7 @@ export declare namespace pipes {
44863
44837
  }
44864
44838
  interface PipeSourceParametersRabbitmqBrokerParametersCredentials {
44865
44839
  /**
44866
- * The ARN of the Secrets Manager secret containing the basic auth credentials.
44840
+ * The ARN of the Secrets Manager secret containing the credentials.
44867
44841
  */
44868
44842
  basicAuth: string;
44869
44843
  }
@@ -44907,7 +44881,7 @@ export declare namespace pipes {
44907
44881
  }
44908
44882
  interface PipeSourceParametersSelfManagedKafkaParametersCredentials {
44909
44883
  /**
44910
- * The ARN of the Secrets Manager secret containing the basic auth credentials.
44884
+ * The ARN of the Secrets Manager secret containing the credentials.
44911
44885
  */
44912
44886
  basicAuth: string;
44913
44887
  /**
@@ -45033,11 +45007,11 @@ export declare namespace pipes {
45033
45007
  }
45034
45008
  interface PipeTargetParametersBatchJobParametersContainerOverrides {
45035
45009
  /**
45036
- * List of commands to send to the container that overrides the default command from the Docker image or the task definition.
45010
+ * 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.
45037
45011
  */
45038
45012
  commands?: string[];
45039
45013
  /**
45040
- * 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.
45014
+ * 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.
45041
45015
  */
45042
45016
  environments?: outputs.pipes.PipeTargetParametersBatchJobParametersContainerOverridesEnvironment[];
45043
45017
  /**
@@ -45045,7 +45019,7 @@ export declare namespace pipes {
45045
45019
  */
45046
45020
  instanceType?: string;
45047
45021
  /**
45048
- * 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.
45022
+ * 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.
45049
45023
  */
45050
45024
  resourceRequirements?: outputs.pipes.PipeTargetParametersBatchJobParametersContainerOverridesResourceRequirement[];
45051
45025
  }
@@ -45055,17 +45029,17 @@ export declare namespace pipes {
45055
45029
  */
45056
45030
  name?: string;
45057
45031
  /**
45058
- * The value of the key-value pair. For environment variables, this is the value of the environment variable.
45032
+ * Value of parameter to start execution of a SageMaker Model Building Pipeline. Maximum length of 1024.
45059
45033
  */
45060
45034
  value?: string;
45061
45035
  }
45062
45036
  interface PipeTargetParametersBatchJobParametersContainerOverridesResourceRequirement {
45063
45037
  /**
45064
- * The type of resource to assign to a container. The supported resources include GPU, MEMORY, and VCPU.
45038
+ * 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.
45065
45039
  */
45066
45040
  type: string;
45067
45041
  /**
45068
- * The value of the key-value pair. For environment variables, this is the value of the environment variable.
45042
+ * Value of parameter to start execution of a SageMaker Model Building Pipeline. Maximum length of 1024.
45069
45043
  */
45070
45044
  value: string;
45071
45045
  }
@@ -45075,7 +45049,7 @@ export declare namespace pipes {
45075
45049
  */
45076
45050
  jobId?: string;
45077
45051
  /**
45078
- * The type of resource to assign to a container. The supported resources include GPU, MEMORY, and VCPU.
45052
+ * 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.
45079
45053
  */
45080
45054
  type?: string;
45081
45055
  }
@@ -45199,7 +45173,7 @@ export declare namespace pipes {
45199
45173
  */
45200
45174
  containerOverrides?: outputs.pipes.PipeTargetParametersEcsTaskParametersOverridesContainerOverride[];
45201
45175
  /**
45202
- * The cpu override for the task.
45176
+ * 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.
45203
45177
  */
45204
45178
  cpu?: string;
45205
45179
  /**
@@ -45215,7 +45189,7 @@ export declare namespace pipes {
45215
45189
  */
45216
45190
  inferenceAcceleratorOverrides?: outputs.pipes.PipeTargetParametersEcsTaskParametersOverridesInferenceAcceleratorOverride[];
45217
45191
  /**
45218
- * The memory override for the task.
45192
+ * 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.
45219
45193
  */
45220
45194
  memory?: string;
45221
45195
  /**
@@ -45225,11 +45199,11 @@ export declare namespace pipes {
45225
45199
  }
45226
45200
  interface PipeTargetParametersEcsTaskParametersOverridesContainerOverride {
45227
45201
  /**
45228
- * List of commands to send to the container that overrides the default command from the Docker image or the task definition.
45202
+ * 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.
45229
45203
  */
45230
45204
  commands?: string[];
45231
45205
  /**
45232
- * The cpu override for the task.
45206
+ * 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.
45233
45207
  */
45234
45208
  cpu?: number;
45235
45209
  /**
@@ -45237,11 +45211,11 @@ export declare namespace pipes {
45237
45211
  */
45238
45212
  environmentFiles?: outputs.pipes.PipeTargetParametersEcsTaskParametersOverridesContainerOverrideEnvironmentFile[];
45239
45213
  /**
45240
- * 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.
45214
+ * 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.
45241
45215
  */
45242
45216
  environments?: outputs.pipes.PipeTargetParametersEcsTaskParametersOverridesContainerOverrideEnvironment[];
45243
45217
  /**
45244
- * The memory override for the task.
45218
+ * 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.
45245
45219
  */
45246
45220
  memory?: number;
45247
45221
  /**
@@ -45253,7 +45227,7 @@ export declare namespace pipes {
45253
45227
  */
45254
45228
  name?: string;
45255
45229
  /**
45256
- * 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.
45230
+ * 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.
45257
45231
  */
45258
45232
  resourceRequirements?: outputs.pipes.PipeTargetParametersEcsTaskParametersOverridesContainerOverrideResourceRequirement[];
45259
45233
  }
@@ -45263,27 +45237,27 @@ export declare namespace pipes {
45263
45237
  */
45264
45238
  name?: string;
45265
45239
  /**
45266
- * The value of the key-value pair. For environment variables, this is the value of the environment variable.
45240
+ * Value of parameter to start execution of a SageMaker Model Building Pipeline. Maximum length of 1024.
45267
45241
  */
45268
45242
  value?: string;
45269
45243
  }
45270
45244
  interface PipeTargetParametersEcsTaskParametersOverridesContainerOverrideEnvironmentFile {
45271
45245
  /**
45272
- * The type of resource to assign to a container. The supported resources include GPU, MEMORY, and VCPU.
45246
+ * 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.
45273
45247
  */
45274
45248
  type: string;
45275
45249
  /**
45276
- * The value of the key-value pair. For environment variables, this is the value of the environment variable.
45250
+ * Value of parameter to start execution of a SageMaker Model Building Pipeline. Maximum length of 1024.
45277
45251
  */
45278
45252
  value: string;
45279
45253
  }
45280
45254
  interface PipeTargetParametersEcsTaskParametersOverridesContainerOverrideResourceRequirement {
45281
45255
  /**
45282
- * The type of resource to assign to a container. The supported resources include GPU, MEMORY, and VCPU.
45256
+ * 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.
45283
45257
  */
45284
45258
  type: string;
45285
45259
  /**
45286
- * The value of the key-value pair. For environment variables, this is the value of the environment variable.
45260
+ * Value of parameter to start execution of a SageMaker Model Building Pipeline. Maximum length of 1024.
45287
45261
  */
45288
45262
  value: string;
45289
45263
  }
@@ -45309,7 +45283,7 @@ export declare namespace pipes {
45309
45283
  */
45310
45284
  expression?: string;
45311
45285
  /**
45312
- * The type of resource to assign to a container. The supported resources include GPU, MEMORY, and VCPU.
45286
+ * 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.
45313
45287
  */
45314
45288
  type?: string;
45315
45289
  }
@@ -45319,7 +45293,7 @@ export declare namespace pipes {
45319
45293
  */
45320
45294
  field?: string;
45321
45295
  /**
45322
- * The type of resource to assign to a container. The supported resources include GPU, MEMORY, and VCPU.
45296
+ * 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.
45323
45297
  */
45324
45298
  type?: string;
45325
45299
  }
@@ -45413,7 +45387,7 @@ export declare namespace pipes {
45413
45387
  */
45414
45388
  name: string;
45415
45389
  /**
45416
- * The value of the key-value pair. For environment variables, this is the value of the environment variable.
45390
+ * Value of parameter to start execution of a SageMaker Model Building Pipeline. Maximum length of 1024.
45417
45391
  */
45418
45392
  value: string;
45419
45393
  }
@@ -48740,7 +48714,7 @@ export declare namespace s3 {
48740
48714
  */
48741
48715
  format?: string;
48742
48716
  /**
48743
- * Object prefix for filtering.
48717
+ * Prefix to append to exported analytics data.
48744
48718
  */
48745
48719
  prefix?: string;
48746
48720
  }
@@ -55081,7 +55055,7 @@ export declare namespace signer {
55081
55055
  }
55082
55056
  interface SigningJobSignedObject {
55083
55057
  /**
55084
- * A configuration block describing the S3 Source object: See S3 Source below for details.
55058
+ * A configuration block describing the S3 Destination object: See S3 Destination below for details.
55085
55059
  */
55086
55060
  s3s: outputs.signer.SigningJobSignedObjectS3[];
55087
55061
  }
@@ -56282,7 +56256,7 @@ export declare namespace transfer {
56282
56256
  */
56283
56257
  tagStepDetails?: outputs.transfer.WorkflowOnExceptionStepTagStepDetails;
56284
56258
  /**
56285
- * One of the following step types are supported. `COPY`, `CUSTOM`, `DECRYPT`, `DELETE`, and `TAG`.
56259
+ * The type of encryption used. Currently, this value must be `"PGP"`.
56286
56260
  */
56287
56261
  type: string;
56288
56262
  }
@@ -56330,7 +56304,7 @@ export declare namespace transfer {
56330
56304
  */
56331
56305
  bucket?: string;
56332
56306
  /**
56333
- * The name assigned to the file when it was created in S3. You use the object key to retrieve the object.
56307
+ * The name assigned to the tag that you create.
56334
56308
  */
56335
56309
  key?: string;
56336
56310
  }
@@ -56400,7 +56374,7 @@ export declare namespace transfer {
56400
56374
  */
56401
56375
  bucket?: string;
56402
56376
  /**
56403
- * The name assigned to the file when it was created in S3. You use the object key to retrieve the object.
56377
+ * The name assigned to the tag that you create.
56404
56378
  */
56405
56379
  key?: string;
56406
56380
  }
@@ -56430,7 +56404,7 @@ export declare namespace transfer {
56430
56404
  }
56431
56405
  interface WorkflowOnExceptionStepTagStepDetailsTag {
56432
56406
  /**
56433
- * The name assigned to the file when it was created in S3. You use the object key to retrieve the object.
56407
+ * The name assigned to the tag that you create.
56434
56408
  */
56435
56409
  key: string;
56436
56410
  /**
@@ -56460,7 +56434,7 @@ export declare namespace transfer {
56460
56434
  */
56461
56435
  tagStepDetails?: outputs.transfer.WorkflowStepTagStepDetails;
56462
56436
  /**
56463
- * One of the following step types are supported. `COPY`, `CUSTOM`, `DECRYPT`, `DELETE`, and `TAG`.
56437
+ * The type of encryption used. Currently, this value must be `"PGP"`.
56464
56438
  */
56465
56439
  type: string;
56466
56440
  }
@@ -56508,7 +56482,7 @@ export declare namespace transfer {
56508
56482
  */
56509
56483
  bucket?: string;
56510
56484
  /**
56511
- * The name assigned to the file when it was created in S3. You use the object key to retrieve the object.
56485
+ * The name assigned to the tag that you create.
56512
56486
  */
56513
56487
  key?: string;
56514
56488
  }
@@ -56578,7 +56552,7 @@ export declare namespace transfer {
56578
56552
  */
56579
56553
  bucket?: string;
56580
56554
  /**
56581
- * The name assigned to the file when it was created in S3. You use the object key to retrieve the object.
56555
+ * The name assigned to the tag that you create.
56582
56556
  */
56583
56557
  key?: string;
56584
56558
  }
@@ -56608,7 +56582,7 @@ export declare namespace transfer {
56608
56582
  }
56609
56583
  interface WorkflowStepTagStepDetailsTag {
56610
56584
  /**
56611
- * The name assigned to the file when it was created in S3. You use the object key to retrieve the object.
56585
+ * The name assigned to the tag that you create.
56612
56586
  */
56613
56587
  key: string;
56614
56588
  /**
@@ -57112,13 +57086,13 @@ export declare namespace waf {
57112
57086
  */
57113
57087
  ruleId: string;
57114
57088
  /**
57115
- * e.g., `BLOCK`, `ALLOW`, or `COUNT`
57089
+ * The rule type, either `REGULAR`, `RATE_BASED`, or `GROUP`. Defaults to `REGULAR`.
57116
57090
  */
57117
57091
  type?: string;
57118
57092
  }
57119
57093
  interface RuleGroupActivatedRuleAction {
57120
57094
  /**
57121
- * e.g., `BLOCK`, `ALLOW`, or `COUNT`
57095
+ * The rule type, either `REGULAR`, `RATE_BASED`, or `GROUP`. Defaults to `REGULAR`.
57122
57096
  */
57123
57097
  type: string;
57124
57098
  }
@@ -57421,13 +57395,13 @@ export declare namespace wafregional {
57421
57395
  */
57422
57396
  ruleId: string;
57423
57397
  /**
57424
- * e.g., `BLOCK`, `ALLOW`, or `COUNT`
57398
+ * The rule type, either `REGULAR`, `RATE_BASED`, or `GROUP`. Defaults to `REGULAR`.
57425
57399
  */
57426
57400
  type?: string;
57427
57401
  }
57428
57402
  interface RuleGroupActivatedRuleAction {
57429
57403
  /**
57430
- * e.g., `BLOCK`, `ALLOW`, or `COUNT`
57404
+ * The rule type, either `REGULAR`, `RATE_BASED`, or `GROUP`. Defaults to `REGULAR`.
57431
57405
  */
57432
57406
  type: string;
57433
57407
  }
@@ -57567,7 +57541,7 @@ export declare namespace wafregional {
57567
57541
  }
57568
57542
  interface WebAclRuleOverrideAction {
57569
57543
  /**
57570
- * Specifies how you want AWS WAF Regional to respond to requests that match the settings in a ruleE.g., `ALLOW`, `BLOCK` or `COUNT`
57544
+ * 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`.
57571
57545
  */
57572
57546
  type: string;
57573
57547
  }
@@ -57933,7 +57907,7 @@ export declare namespace wafv2 {
57933
57907
  }
57934
57908
  interface RuleGroupRuleStatementByteMatchStatementFieldToMatchBody {
57935
57909
  /**
57936
- * 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.
57910
+ * 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`
57937
57911
  */
57938
57912
  oversizeHandling?: string;
57939
57913
  }
@@ -58181,16 +58155,6 @@ export declare namespace wafv2 {
58181
58155
  * Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection.
58182
58156
  * At least one required.
58183
58157
  * See Text Transformation below for details.
58184
- * At least one required.
58185
- * See Text Transformation below for details.
58186
- * At least one required.
58187
- * See Text Transformation below for details.
58188
- * At least one required.
58189
- * See Text Transformation below for details.
58190
- * At least one required.
58191
- * See Text Transformation below for details.
58192
- * At least one required.
58193
- * See Text Transformation below for details.
58194
58158
  */
58195
58159
  textTransformations: outputs.wafv2.RuleGroupRuleStatementRateBasedStatementCustomKeyCookieTextTransformation[];
58196
58160
  }
@@ -58215,16 +58179,6 @@ export declare namespace wafv2 {
58215
58179
  * Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection.
58216
58180
  * At least one required.
58217
58181
  * See Text Transformation below for details.
58218
- * At least one required.
58219
- * See Text Transformation below for details.
58220
- * At least one required.
58221
- * See Text Transformation below for details.
58222
- * At least one required.
58223
- * See Text Transformation below for details.
58224
- * At least one required.
58225
- * See Text Transformation below for details.
58226
- * At least one required.
58227
- * See Text Transformation below for details.
58228
58182
  */
58229
58183
  textTransformations: outputs.wafv2.RuleGroupRuleStatementRateBasedStatementCustomKeyHeaderTextTransformation[];
58230
58184
  }
@@ -58257,16 +58211,6 @@ export declare namespace wafv2 {
58257
58211
  * Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection.
58258
58212
  * At least one required.
58259
58213
  * See Text Transformation below for details.
58260
- * At least one required.
58261
- * See Text Transformation below for details.
58262
- * At least one required.
58263
- * See Text Transformation below for details.
58264
- * At least one required.
58265
- * See Text Transformation below for details.
58266
- * At least one required.
58267
- * See Text Transformation below for details.
58268
- * At least one required.
58269
- * See Text Transformation below for details.
58270
58214
  */
58271
58215
  textTransformations: outputs.wafv2.RuleGroupRuleStatementRateBasedStatementCustomKeyQueryArgumentTextTransformation[];
58272
58216
  }
@@ -58285,16 +58229,6 @@ export declare namespace wafv2 {
58285
58229
  * Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection.
58286
58230
  * At least one required.
58287
58231
  * See Text Transformation below for details.
58288
- * At least one required.
58289
- * See Text Transformation below for details.
58290
- * At least one required.
58291
- * See Text Transformation below for details.
58292
- * At least one required.
58293
- * See Text Transformation below for details.
58294
- * At least one required.
58295
- * See Text Transformation below for details.
58296
- * At least one required.
58297
- * See Text Transformation below for details.
58298
58232
  */
58299
58233
  textTransformations: outputs.wafv2.RuleGroupRuleStatementRateBasedStatementCustomKeyQueryStringTextTransformation[];
58300
58234
  }
@@ -58313,16 +58247,6 @@ export declare namespace wafv2 {
58313
58247
  * Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection.
58314
58248
  * At least one required.
58315
58249
  * See Text Transformation below for details.
58316
- * At least one required.
58317
- * See Text Transformation below for details.
58318
- * At least one required.
58319
- * See Text Transformation below for details.
58320
- * At least one required.
58321
- * See Text Transformation below for details.
58322
- * At least one required.
58323
- * See Text Transformation below for details.
58324
- * At least one required.
58325
- * See Text Transformation below for details.
58326
58250
  */
58327
58251
  textTransformations: outputs.wafv2.RuleGroupRuleStatementRateBasedStatementCustomKeyUriPathTextTransformation[];
58328
58252
  }
@@ -58468,7 +58392,7 @@ export declare namespace wafv2 {
58468
58392
  }
58469
58393
  interface RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchBody {
58470
58394
  /**
58471
- * 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.
58395
+ * 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`
58472
58396
  */
58473
58397
  oversizeHandling?: string;
58474
58398
  }
@@ -58709,7 +58633,7 @@ export declare namespace wafv2 {
58709
58633
  }
58710
58634
  interface RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchBody {
58711
58635
  /**
58712
- * 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.
58636
+ * 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`
58713
58637
  */
58714
58638
  oversizeHandling?: string;
58715
58639
  }
@@ -58884,7 +58808,7 @@ export declare namespace wafv2 {
58884
58808
  }
58885
58809
  interface RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchBody {
58886
58810
  /**
58887
- * 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.
58811
+ * 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`
58888
58812
  */
58889
58813
  oversizeHandling?: string;
58890
58814
  }
@@ -59063,7 +58987,7 @@ export declare namespace wafv2 {
59063
58987
  }
59064
58988
  interface RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchBody {
59065
58989
  /**
59066
- * 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.
58990
+ * 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`
59067
58991
  */
59068
58992
  oversizeHandling?: string;
59069
58993
  }
@@ -59234,7 +59158,7 @@ export declare namespace wafv2 {
59234
59158
  }
59235
59159
  interface RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchBody {
59236
59160
  /**
59237
- * 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.
59161
+ * 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`
59238
59162
  */
59239
59163
  oversizeHandling?: string;
59240
59164
  }
@@ -59405,7 +59329,7 @@ export declare namespace wafv2 {
59405
59329
  }
59406
59330
  interface RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchBody {
59407
59331
  /**
59408
- * 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.
59332
+ * 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`
59409
59333
  */
59410
59334
  oversizeHandling?: string;
59411
59335
  }
@@ -59580,7 +59504,7 @@ export declare namespace wafv2 {
59580
59504
  }
59581
59505
  interface RuleGroupRuleStatementRegexMatchStatementFieldToMatchBody {
59582
59506
  /**
59583
- * 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.
59507
+ * 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`
59584
59508
  */
59585
59509
  oversizeHandling?: string;
59586
59510
  }
@@ -59755,7 +59679,7 @@ export declare namespace wafv2 {
59755
59679
  }
59756
59680
  interface RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchBody {
59757
59681
  /**
59758
- * 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.
59682
+ * 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`
59759
59683
  */
59760
59684
  oversizeHandling?: string;
59761
59685
  }
@@ -59934,7 +59858,7 @@ export declare namespace wafv2 {
59934
59858
  }
59935
59859
  interface RuleGroupRuleStatementSizeConstraintStatementFieldToMatchBody {
59936
59860
  /**
59937
- * 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.
59861
+ * 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`
59938
59862
  */
59939
59863
  oversizeHandling?: string;
59940
59864
  }
@@ -60105,7 +60029,7 @@ export declare namespace wafv2 {
60105
60029
  }
60106
60030
  interface RuleGroupRuleStatementSqliMatchStatementFieldToMatchBody {
60107
60031
  /**
60108
- * 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.
60032
+ * 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`
60109
60033
  */
60110
60034
  oversizeHandling?: string;
60111
60035
  }
@@ -60276,7 +60200,7 @@ export declare namespace wafv2 {
60276
60200
  }
60277
60201
  interface RuleGroupRuleStatementXssMatchStatementFieldToMatchBody {
60278
60202
  /**
60279
- * 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.
60203
+ * 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`
60280
60204
  */
60281
60205
  oversizeHandling?: string;
60282
60206
  }
@@ -61199,7 +61123,7 @@ export declare namespace wafv2 {
61199
61123
  }
61200
61124
  interface WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAcfpRuleSetRequestInspectionEmailField {
61201
61125
  /**
61202
- * The name of the password field.
61126
+ * The identifier for the value to match against in the JSON.
61203
61127
  */
61204
61128
  identifier: string;
61205
61129
  }
@@ -61421,11 +61345,11 @@ export declare namespace wafv2 {
61421
61345
  }
61422
61346
  interface WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUse {
61423
61347
  /**
61424
- * Specifies that AWS WAF should allow requests by default. See `allow` below for details.
61348
+ * Instructs AWS WAF to allow the web request. See `allow` below for details.
61425
61349
  */
61426
61350
  allow?: outputs.wafv2.WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseAllow;
61427
61351
  /**
61428
- * Specifies that AWS WAF should block requests by default. See `block` below for details.
61352
+ * Instructs AWS WAF to block the web request. See `block` below for details.
61429
61353
  */
61430
61354
  block?: outputs.wafv2.WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseBlock;
61431
61355
  /**
@@ -64433,11 +64357,11 @@ export declare namespace wafv2 {
64433
64357
  }
64434
64358
  interface WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUse {
64435
64359
  /**
64436
- * Specifies that AWS WAF should allow requests by default. See `allow` below for details.
64360
+ * Instructs AWS WAF to allow the web request. See `allow` below for details.
64437
64361
  */
64438
64362
  allow?: outputs.wafv2.WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseAllow;
64439
64363
  /**
64440
- * Specifies that AWS WAF should block requests by default. See `block` below for details.
64364
+ * Instructs AWS WAF to block the web request. See `block` below for details.
64441
64365
  */
64442
64366
  block?: outputs.wafv2.WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseBlock;
64443
64367
  /**