@pulumi/aws-native 1.34.0-alpha.1757569035 → 1.34.0-alpha.1757597165
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.
- package/applicationautoscaling/getScalableTarget.d.ts +52 -44
- package/applicationautoscaling/getScalableTarget.js.map +1 -1
- package/applicationautoscaling/scalableTarget.d.ts +52 -44
- package/applicationautoscaling/scalableTarget.js.map +1 -1
- package/bedrock/automatedReasoningPolicy.d.ts +42 -0
- package/bedrock/automatedReasoningPolicy.js.map +1 -1
- package/bedrock/automatedReasoningPolicyVersion.d.ts +39 -0
- package/bedrock/automatedReasoningPolicyVersion.js.map +1 -1
- package/bedrock/getAutomatedReasoningPolicy.d.ts +36 -0
- package/bedrock/getAutomatedReasoningPolicy.js.map +1 -1
- package/bedrock/getAutomatedReasoningPolicyVersion.d.ts +33 -0
- package/bedrock/getAutomatedReasoningPolicyVersion.js.map +1 -1
- package/ec2/getTransitGatewayConnectPeer.d.ts +40 -0
- package/ec2/getTransitGatewayConnectPeer.js +28 -0
- package/ec2/getTransitGatewayConnectPeer.js.map +1 -0
- package/ec2/index.d.ts +6 -0
- package/ec2/index.js +11 -4
- package/ec2/index.js.map +1 -1
- package/ec2/transitGatewayConnectPeer.d.ts +71 -0
- package/ec2/transitGatewayConnectPeer.js +74 -0
- package/ec2/transitGatewayConnectPeer.js.map +1 -0
- package/ecs/service.d.ts +2 -2
- package/elasticloadbalancingv2/loadBalancer.d.ts +2 -0
- package/elasticloadbalancingv2/loadBalancer.js +2 -0
- package/elasticloadbalancingv2/loadBalancer.js.map +1 -1
- package/index.d.ts +2 -1
- package/index.js +4 -2
- package/index.js.map +1 -1
- package/iotcoredeviceadvisor/getSuiteDefinition.d.ts +1 -27
- package/iotcoredeviceadvisor/getSuiteDefinition.js.map +1 -1
- package/iotcoredeviceadvisor/suiteDefinition.d.ts +2 -54
- package/iotcoredeviceadvisor/suiteDefinition.js.map +1 -1
- package/lex/bot.d.ts +2 -0
- package/lex/bot.js +2 -0
- package/lex/bot.js.map +1 -1
- package/lex/getBot.d.ts +1 -0
- package/lex/getBot.js.map +1 -1
- package/omics/workflowVersion.d.ts +40 -0
- package/omics/workflowVersion.js +11 -1
- package/omics/workflowVersion.js.map +1 -1
- package/package.json +3 -3
- package/package.json.dev +2 -2
- package/s3/bucket.d.ts +2 -6
- package/s3/bucket.js.map +1 -1
- package/s3/getBucket.d.ts +1 -3
- package/s3/getBucket.js.map +1 -1
- package/sagemaker/cluster.d.ts +10 -0
- package/sagemaker/cluster.js +4 -0
- package/sagemaker/cluster.js.map +1 -1
- package/sagemaker/getCluster.d.ts +5 -0
- package/sagemaker/getCluster.js.map +1 -1
- package/smsvoice/configurationSet.d.ts +84 -0
- package/smsvoice/configurationSet.js +70 -0
- package/smsvoice/configurationSet.js.map +1 -0
- package/smsvoice/getConfigurationSet.d.ts +45 -0
- package/smsvoice/getConfigurationSet.js +28 -0
- package/smsvoice/getConfigurationSet.js.map +1 -0
- package/smsvoice/getOptOutList.d.ts +32 -0
- package/smsvoice/getOptOutList.js +28 -0
- package/smsvoice/getOptOutList.js.map +1 -0
- package/smsvoice/getPhoneNumber.d.ts +49 -0
- package/smsvoice/getPhoneNumber.js +28 -0
- package/smsvoice/getPhoneNumber.js.map +1 -0
- package/smsvoice/getPool.d.ts +56 -0
- package/smsvoice/getPool.js +28 -0
- package/smsvoice/getPool.js.map +1 -0
- package/smsvoice/getProtectConfiguration.d.ts +44 -0
- package/smsvoice/getProtectConfiguration.js +28 -0
- package/smsvoice/getProtectConfiguration.js.map +1 -0
- package/smsvoice/getResourcePolicy.d.ts +29 -0
- package/smsvoice/getResourcePolicy.js +28 -0
- package/smsvoice/getResourcePolicy.js.map +1 -0
- package/smsvoice/getSenderId.d.ts +44 -0
- package/smsvoice/getSenderId.js +30 -0
- package/smsvoice/getSenderId.js.map +1 -0
- package/smsvoice/index.d.ts +43 -0
- package/smsvoice/index.js +83 -0
- package/smsvoice/index.js.map +1 -0
- package/smsvoice/optOutList.d.ts +55 -0
- package/smsvoice/optOutList.js +62 -0
- package/smsvoice/optOutList.js.map +1 -0
- package/smsvoice/phoneNumber.d.ts +119 -0
- package/smsvoice/phoneNumber.js +94 -0
- package/smsvoice/phoneNumber.js.map +1 -0
- package/smsvoice/pool.d.ts +109 -0
- package/smsvoice/pool.js +82 -0
- package/smsvoice/pool.js.map +1 -0
- package/smsvoice/protectConfiguration.d.ts +67 -0
- package/smsvoice/protectConfiguration.js +64 -0
- package/smsvoice/protectConfiguration.js.map +1 -0
- package/smsvoice/resourcePolicy.d.ts +53 -0
- package/smsvoice/resourcePolicy.js +66 -0
- package/smsvoice/resourcePolicy.js.map +1 -0
- package/smsvoice/senderId.d.ts +71 -0
- package/smsvoice/senderId.js +72 -0
- package/smsvoice/senderId.js.map +1 -0
- package/types/enums/cloudfront/index.d.ts +3 -0
- package/types/enums/cloudfront/index.js.map +1 -1
- package/types/enums/index.d.ts +2 -1
- package/types/enums/index.js +3 -1
- package/types/enums/index.js.map +1 -1
- package/types/enums/ivs/index.d.ts +4 -4
- package/types/enums/ivs/index.js +3 -3
- package/types/enums/ivs/index.js.map +1 -1
- package/types/enums/omics/index.d.ts +9 -0
- package/types/enums/omics/index.js +6 -1
- package/types/enums/omics/index.js.map +1 -1
- package/types/enums/quicksight/index.d.ts +5 -0
- package/types/enums/quicksight/index.js +9 -5
- package/types/enums/quicksight/index.js.map +1 -1
- package/types/enums/s3/index.d.ts +4 -5
- package/types/enums/s3/index.js.map +1 -1
- package/types/enums/sagemaker/index.d.ts +15 -0
- package/types/enums/sagemaker/index.js +10 -3
- package/types/enums/sagemaker/index.js.map +1 -1
- package/types/enums/smsvoice/index.d.ts +38 -0
- package/types/enums/smsvoice/index.js +33 -0
- package/types/enums/smsvoice/index.js.map +1 -0
- package/types/input.d.ts +283 -93
- package/types/output.d.ts +283 -93
- package/types/output.js.map +1 -1
package/types/output.d.ts
CHANGED
|
@@ -4040,7 +4040,7 @@ export declare namespace applicationautoscaling {
|
|
|
4040
4040
|
/**
|
|
4041
4041
|
* The schedule for this action. The following formats are supported:
|
|
4042
4042
|
* + At expressions - "``at(yyyy-mm-ddThh:mm:ss)``"
|
|
4043
|
-
* + Rate expressions - "``rate(
|
|
4043
|
+
* + Rate expressions - "``rate(valueunit)``"
|
|
4044
4044
|
* + Cron expressions - "``cron(fields)``"
|
|
4045
4045
|
*
|
|
4046
4046
|
* At expressions are useful for one-time schedules. Cron expressions are useful for scheduled actions that run periodically at a specified date and time, and rate expressions are useful for scheduled actions that run at a regular interval.
|
|
@@ -8869,7 +8869,7 @@ export declare namespace batch {
|
|
|
8869
8869
|
*
|
|
8870
8870
|
* > Starting end of October 2025 Amazon EKS optimized Amazon Linux 2023 AMIs will be the default on AWS Batch for EKS versions prior to 1.33. Starting from Kubernetes version 1.33, EKS optimized Amazon Linux 2023 AMIs will be the default when it becomes supported on AWS Batch .
|
|
8871
8871
|
* >
|
|
8872
|
-
* > AWS will end support for Amazon EKS AL2-optimized and AL2-accelerated AMIs, starting 11/26/25. You can continue using AWS Batch -provided Amazon EKS optimized Amazon Linux 2 AMIs on your Amazon EKS compute environments beyond the 11/26/25 end-of-support date, these compute environments will no longer receive any new software updates, security patches, or bug fixes from AWS . For more information on upgrading from AL2 to AL2023, see [How to upgrade from EKS AL2 to EKS AL2023](https://docs.aws.amazon.com/) in the *AWS Batch User Guide* .
|
|
8872
|
+
* > AWS will end support for Amazon EKS AL2-optimized and AL2-accelerated AMIs, starting 11/26/25. You can continue using AWS Batch -provided Amazon EKS optimized Amazon Linux 2 AMIs on your Amazon EKS compute environments beyond the 11/26/25 end-of-support date, these compute environments will no longer receive any new software updates, security patches, or bug fixes from AWS . For more information on upgrading from AL2 to AL2023, see [How to upgrade from EKS AL2 to EKS AL2023](https://docs.aws.amazon.com/batch/latest/userguide/eks-migration-2023.html) in the *AWS Batch User Guide* .
|
|
8873
8873
|
*
|
|
8874
8874
|
* - **EKS_AL2** - [Amazon Linux 2](https://docs.aws.amazon.com/eks/latest/userguide/eks-optimized-ami.html) : Default for all non-GPU instance families.
|
|
8875
8875
|
* - **EKS_AL2_NVIDIA** - [Amazon Linux 2 (accelerated)](https://docs.aws.amazon.com/eks/latest/userguide/eks-optimized-ami.html) : Default for all GPU instance families (for example, `P4` and `G4` ) and can be used for all non AWS Graviton-based instance types.
|
|
@@ -15526,6 +15526,7 @@ export declare namespace cloudfront {
|
|
|
15526
15526
|
* This configuration determines the following:
|
|
15527
15527
|
* + The values that CloudFront includes in the cache key. These values can include HTTP headers, cookies, and URL query strings. CloudFront uses the cache key to find an object in its cache that it can return to the viewer.
|
|
15528
15528
|
* + The default, minimum, and maximum time to live (TTL) values that you want objects to stay in the CloudFront cache.
|
|
15529
|
+
* If your minimum TTL is greater than 0, CloudFront will cache content for at least the duration specified in the cache policy's minimum TTL, even if the ``Cache-Control: no-cache``, ``no-store``, or ``private`` directives are present in the origin headers.
|
|
15529
15530
|
*
|
|
15530
15531
|
* The headers, cookies, and query strings that are included in the cache key are also included in requests that CloudFront sends to the origin. CloudFront sends a request when it can't find a valid object in its cache that matches the request's cache key. If you want to send values to the origin but *not* include them in the cache key, use ``OriginRequestPolicy``.
|
|
15531
15532
|
*/
|
|
@@ -15763,7 +15764,8 @@ export declare namespace cloudfront {
|
|
|
15763
15764
|
* If you don't want to specify any cache behaviors, include only an empty ``CacheBehaviors`` element. Don't specify an empty individual ``CacheBehavior`` element, because this is invalid. For more information, see [CacheBehaviors](https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_CacheBehaviors.html).
|
|
15764
15765
|
* To delete all cache behaviors in an existing distribution, update the distribution configuration and include only an empty ``CacheBehaviors`` element.
|
|
15765
15766
|
* To add, change, or remove one or more cache behaviors, update the distribution configuration and specify all of the cache behaviors that you want to include in the updated distribution.
|
|
15766
|
-
*
|
|
15767
|
+
* If your minimum TTL is greater than 0, CloudFront will cache content for at least the duration specified in the cache policy's minimum TTL, even if the ``Cache-Control: no-cache``, ``no-store``, or ``private`` directives are present in the origin headers.
|
|
15768
|
+
* For more information about cache behaviors, see [Cache Behavior Settings](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html#DownloadDistValuesCacheBehavior) in the *Amazon CloudFront Developer Guide*.
|
|
15767
15769
|
*/
|
|
15768
15770
|
interface DistributionCacheBehavior {
|
|
15769
15771
|
/**
|
|
@@ -15914,7 +15916,7 @@ export declare namespace cloudfront {
|
|
|
15914
15916
|
*/
|
|
15915
15917
|
comment?: string;
|
|
15916
15918
|
/**
|
|
15917
|
-
* This field specifies whether the connection mode is through a standard distribution (direct) or a multi-tenant distribution with distribution tenants(tenant-only).
|
|
15919
|
+
* This field specifies whether the connection mode is through a standard distribution (direct) or a multi-tenant distribution with distribution tenants (tenant-only).
|
|
15918
15920
|
*/
|
|
15919
15921
|
connectionMode?: enums.cloudfront.DistributionConnectionMode;
|
|
15920
15922
|
/**
|
|
@@ -16102,6 +16104,9 @@ export declare namespace cloudfront {
|
|
|
16102
16104
|
* The HTTPS port that CloudFront uses to connect to the origin. Specify the HTTPS port that the origin listens on.
|
|
16103
16105
|
*/
|
|
16104
16106
|
httpsPort?: number;
|
|
16107
|
+
/**
|
|
16108
|
+
* Specifies which IP protocol CloudFront uses when connecting to your origin. If your origin uses both IPv4 and IPv6 protocols, you can choose `dualstack` to help optimize reliability.
|
|
16109
|
+
*/
|
|
16105
16110
|
ipAddressType?: enums.cloudfront.DistributionCustomOriginConfigIpAddressType;
|
|
16106
16111
|
/**
|
|
16107
16112
|
* Specifies how long, in seconds, CloudFront persists its connection to the origin. The minimum timeout is 1 second, the maximum is 120 seconds, and the default (if you don't specify otherwise) is 5 seconds.
|
|
@@ -16117,7 +16122,7 @@ export declare namespace cloudfront {
|
|
|
16117
16122
|
originProtocolPolicy: string;
|
|
16118
16123
|
/**
|
|
16119
16124
|
* Specifies how long, in seconds, CloudFront waits for a response from the origin. This is also known as the *origin response timeout*. The minimum timeout is 1 second, the maximum is 120 seconds, and the default (if you don't specify otherwise) is 30 seconds.
|
|
16120
|
-
* For more information, see [Response timeout
|
|
16125
|
+
* For more information, see [Response timeout](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/DownloadDistValuesOrigin.html#DownloadDistValuesOriginResponseTimeout) in the *Amazon CloudFront Developer Guide*.
|
|
16121
16126
|
*/
|
|
16122
16127
|
originReadTimeout?: number;
|
|
16123
16128
|
/**
|
|
@@ -16128,6 +16133,7 @@ export declare namespace cloudfront {
|
|
|
16128
16133
|
}
|
|
16129
16134
|
/**
|
|
16130
16135
|
* A complex type that describes the default cache behavior if you don't specify a ``CacheBehavior`` element or if request URLs don't match any of the values of ``PathPattern`` in ``CacheBehavior`` elements. You must create exactly one default cache behavior.
|
|
16136
|
+
* If your minimum TTL is greater than 0, CloudFront will cache content for at least the duration specified in the cache policy's minimum TTL, even if the ``Cache-Control: no-cache``, ``no-store``, or ``private`` directives are present in the origin headers.
|
|
16131
16137
|
*/
|
|
16132
16138
|
interface DistributionDefaultCacheBehavior {
|
|
16133
16139
|
/**
|
|
@@ -16472,10 +16478,8 @@ export declare namespace cloudfront {
|
|
|
16472
16478
|
originShield?: outputs.cloudfront.DistributionOriginShield;
|
|
16473
16479
|
/**
|
|
16474
16480
|
* The time (in seconds) that a request from CloudFront to the origin can stay open and wait for a response. If the complete response isn't received from the origin by this time, CloudFront ends the connection.
|
|
16475
|
-
*
|
|
16476
|
-
*
|
|
16477
|
-
*
|
|
16478
|
-
* For more information, see [Response completion timeout](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/DownloadDistValuesOrigin.html#response-completion-timeout) in the *Amazon CloudFront Developer Guide* .
|
|
16481
|
+
* The value for ``ResponseCompletionTimeout`` must be equal to or greater than the value for ``OriginReadTimeout``. If you don't set a value for ``ResponseCompletionTimeout``, CloudFront doesn't enforce a maximum value.
|
|
16482
|
+
* For more information, see [Response completion timeout](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/DownloadDistValuesOrigin.html#response-completion-timeout) in the *Amazon CloudFront Developer Guide*.
|
|
16479
16483
|
*/
|
|
16480
16484
|
responseCompletionTimeout?: number;
|
|
16481
16485
|
/**
|
|
@@ -16632,9 +16636,8 @@ export declare namespace cloudfront {
|
|
|
16632
16636
|
*/
|
|
16633
16637
|
originAccessIdentity?: string;
|
|
16634
16638
|
/**
|
|
16635
|
-
* Specifies how long, in seconds, CloudFront waits for a response from the origin. This is also known as the *origin response timeout
|
|
16636
|
-
*
|
|
16637
|
-
* For more information, see [Response timeout](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/DownloadDistValuesOrigin.html#DownloadDistValuesOriginResponseTimeout) in the *Amazon CloudFront Developer Guide* .
|
|
16639
|
+
* Specifies how long, in seconds, CloudFront waits for a response from the origin. This is also known as the *origin response timeout*. The minimum timeout is 1 second, the maximum is 120 seconds, and the default (if you don't specify otherwise) is 30 seconds.
|
|
16640
|
+
* For more information, see [Response timeout](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/DownloadDistValuesOrigin.html#DownloadDistValuesOriginResponseTimeout) in the *Amazon CloudFront Developer Guide*.
|
|
16638
16641
|
*/
|
|
16639
16642
|
originReadTimeout?: number;
|
|
16640
16643
|
}
|
|
@@ -16823,7 +16826,7 @@ export declare namespace cloudfront {
|
|
|
16823
16826
|
originKeepaliveTimeout?: number;
|
|
16824
16827
|
/**
|
|
16825
16828
|
* Specifies how long, in seconds, CloudFront waits for a response from the origin. This is also known as the *origin response timeout*. The minimum timeout is 1 second, the maximum is 120 seconds, and the default (if you don't specify otherwise) is 30 seconds.
|
|
16826
|
-
* For more information, see [Response timeout
|
|
16829
|
+
* For more information, see [Response timeout](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/DownloadDistValuesOrigin.html#DownloadDistValuesOriginResponseTimeout) in the *Amazon CloudFront Developer Guide*.
|
|
16827
16830
|
*/
|
|
16828
16831
|
originReadTimeout?: number;
|
|
16829
16832
|
/**
|
|
@@ -20042,7 +20045,7 @@ export declare namespace connect {
|
|
|
20042
20045
|
*/
|
|
20043
20046
|
effectiveFrom: string;
|
|
20044
20047
|
/**
|
|
20045
|
-
* The date
|
|
20048
|
+
* The date until the hours of operation override is effective.
|
|
20046
20049
|
*/
|
|
20047
20050
|
effectiveTill: string;
|
|
20048
20051
|
/**
|
|
@@ -29565,6 +29568,50 @@ export declare namespace ec2 {
|
|
|
29565
29568
|
*/
|
|
29566
29569
|
protocol?: string;
|
|
29567
29570
|
}
|
|
29571
|
+
interface TransitGatewayConnectPeerConfiguration {
|
|
29572
|
+
/**
|
|
29573
|
+
* The BGP configuration details.
|
|
29574
|
+
*/
|
|
29575
|
+
bgpConfigurations?: outputs.ec2.TransitGatewayConnectPeerTransitGatewayAttachmentBgpConfiguration[];
|
|
29576
|
+
/**
|
|
29577
|
+
* The range of interior BGP peer IP addresses.
|
|
29578
|
+
*/
|
|
29579
|
+
insideCidrBlocks: string[];
|
|
29580
|
+
/**
|
|
29581
|
+
* The peer IP address (GRE outer IP address) on the appliance side of the Connect peer.
|
|
29582
|
+
*/
|
|
29583
|
+
peerAddress: string;
|
|
29584
|
+
/**
|
|
29585
|
+
* The tunnel protocol.
|
|
29586
|
+
*/
|
|
29587
|
+
protocol?: string;
|
|
29588
|
+
/**
|
|
29589
|
+
* The Connect peer IP address on the transit gateway side of the tunnel.
|
|
29590
|
+
*/
|
|
29591
|
+
transitGatewayAddress?: string;
|
|
29592
|
+
}
|
|
29593
|
+
interface TransitGatewayConnectPeerTransitGatewayAttachmentBgpConfiguration {
|
|
29594
|
+
/**
|
|
29595
|
+
* The BGP status.
|
|
29596
|
+
*/
|
|
29597
|
+
bgpStatus?: string;
|
|
29598
|
+
/**
|
|
29599
|
+
* The interior BGP peer IP address for the appliance.
|
|
29600
|
+
*/
|
|
29601
|
+
peerAddress?: string;
|
|
29602
|
+
/**
|
|
29603
|
+
* The peer Autonomous System Number (ASN).
|
|
29604
|
+
*/
|
|
29605
|
+
peerAsn?: number;
|
|
29606
|
+
/**
|
|
29607
|
+
* The interior BGP peer IP address for the transit gateway.
|
|
29608
|
+
*/
|
|
29609
|
+
transitGatewayAddress?: string;
|
|
29610
|
+
/**
|
|
29611
|
+
* The transit gateway Autonomous System Number (ASN).
|
|
29612
|
+
*/
|
|
29613
|
+
transitGatewayAsn?: number;
|
|
29614
|
+
}
|
|
29568
29615
|
interface TransitGatewayPeeringAttachmentPeeringAttachmentStatus {
|
|
29569
29616
|
/**
|
|
29570
29617
|
* The status code.
|
|
@@ -30539,7 +30586,12 @@ export declare namespace ecs {
|
|
|
30539
30586
|
*/
|
|
30540
30587
|
interface ServiceCapacityProviderStrategyItem {
|
|
30541
30588
|
/**
|
|
30542
|
-
* The *base* value designates how many tasks, at a minimum, to run on the specified capacity provider. Only one capacity provider in a capacity provider strategy can have a *base* defined. If no value is specified, the default value of ``0`` is used.
|
|
30589
|
+
* The *base* value designates how many tasks, at a minimum, to run on the specified capacity provider for each service. Only one capacity provider in a capacity provider strategy can have a *base* defined. If no value is specified, the default value of ``0`` is used.
|
|
30590
|
+
* Base value characteristics:
|
|
30591
|
+
* + Only one capacity provider in a strategy can have a base defined
|
|
30592
|
+
* + Default value is ``0`` if not specified
|
|
30593
|
+
* + Valid range: 0 to 100,000
|
|
30594
|
+
* + Base requirements are satisfied first before weight distribution
|
|
30543
30595
|
*/
|
|
30544
30596
|
base?: number;
|
|
30545
30597
|
/**
|
|
@@ -30549,7 +30601,20 @@ export declare namespace ecs {
|
|
|
30549
30601
|
/**
|
|
30550
30602
|
* The *weight* value designates the relative percentage of the total number of tasks launched that should use the specified capacity provider. The ``weight`` value is taken into consideration after the ``base`` value, if defined, is satisfied.
|
|
30551
30603
|
* If no ``weight`` value is specified, the default value of ``0`` is used. When multiple capacity providers are specified within a capacity provider strategy, at least one of the capacity providers must have a weight value greater than zero and any capacity providers with a weight of ``0`` can't be used to place tasks. If you specify multiple capacity providers in a strategy that all have a weight of ``0``, any ``RunTask`` or ``CreateService`` actions using the capacity provider strategy will fail.
|
|
30552
|
-
*
|
|
30604
|
+
* Weight value characteristics:
|
|
30605
|
+
* + Weight is considered after the base value is satisfied
|
|
30606
|
+
* + Default value is ``0`` if not specified
|
|
30607
|
+
* + Valid range: 0 to 1,000
|
|
30608
|
+
* + At least one capacity provider must have a weight greater than zero
|
|
30609
|
+
* + Capacity providers with weight of ``0`` cannot place tasks
|
|
30610
|
+
*
|
|
30611
|
+
* Task distribution logic:
|
|
30612
|
+
* 1. Base satisfaction: The minimum number of tasks specified by the base value are placed on that capacity provider
|
|
30613
|
+
* 1. Weight distribution: After base requirements are met, additional tasks are distributed according to weight ratios
|
|
30614
|
+
*
|
|
30615
|
+
* Examples:
|
|
30616
|
+
* Equal Distribution: Two capacity providers both with weight ``1`` will split tasks evenly after base requirements are met.
|
|
30617
|
+
* Weighted Distribution: If capacityProviderA has weight ``1`` and capacityProviderB has weight ``4``, then for every 1 task on A, 4 tasks will run on B.
|
|
30553
30618
|
*/
|
|
30554
30619
|
weight?: number;
|
|
30555
30620
|
}
|
|
@@ -30953,7 +31018,7 @@ export declare namespace ecs {
|
|
|
30953
31018
|
* The options you can specify depend on the log driver. Some of the options you can specify when you use the ``awslogs`` log driver to route logs to Amazon CloudWatch include the following:
|
|
30954
31019
|
* + awslogs-create-group Required: No Specify whether you want the log group to be created automatically. If this option isn't specified, it defaults to false. Your IAM policy must include the logs:CreateLogGroup permission before you attempt to use awslogs-create-group. + awslogs-region Required: Yes Specify the Region that the awslogs log driver is to send your Docker logs to. You can choose to send all of your logs from clusters in different Regions to a single region in CloudWatch Logs. This is so that they're all visible in one location. Otherwise, you can separate them by Region for more granularity. Make sure that the specified log group exists in the Region that you specify with this option. + awslogs-group Required: Yes Make sure to specify a log group that the awslogs log driver sends its log streams to. + awslogs-stream-prefix Required: Yes, when using Fargate.Optional when using EC2. Use the awslogs-stream-prefix option to associate a log stream with the specified prefix, the container name, and the ID of the Amazon ECS task that the container belongs to. If you specify a prefix with this option, then the log stream takes the format prefix-name/container-name/ecs-task-id. If you don't specify a prefix with this option, then the log stream is named after the container ID that's assigned by the Docker daemon on the container instance. Because it's difficult to trace logs back to the container that sent them with just the Docker container ID (which is only available on the container instance), we recommend that you specify a prefix with this option. For Amazon ECS services, you can use the service name as the prefix. Doing so, you can trace log streams to the service that the container belongs to, the name of the container that sent them, and the ID of the task that the container belongs to. You must specify a stream-prefix for your logs to have your logs appear in the Log pane when using the Amazon ECS console. + awslogs-datetime-format Required: No This option defines a multiline start pattern in Python strftime format. A log message consists of a line that matches the pattern and any following lines that don’t match the pattern. The matched line is the delimiter between log messages. One example of a use case for using this format is for parsing output such as a stack dump, which might otherwise be logged in multiple entries. The correct pattern allows it to be captured in a single entry. For more information, see awslogs-datetime-format. You cannot configure both the awslogs-datetime-format and awslogs-multiline-pattern options. Multiline logging performs regular expression parsing and matching of all log messages. This might have a negative impact on logging performance. + awslogs-multiline-pattern Required: No This option defines a multiline start pattern that uses a regular expression. A log message consists of a line that matches the pattern and any following lines that don’t match the pattern. The matched line is the delimiter between log messages. For more information, see awslogs-multiline-pattern. This option is ignored if awslogs-datetime-format is also configured. You cannot configure both the awslogs-datetime-format and awslogs-multiline-pattern options. Multiline logging performs regular expression parsing and matching of all log messages. This might have a negative impact on logging performance.
|
|
30955
31020
|
* The following options apply to all supported log drivers.
|
|
30956
|
-
* + mode Required: No Valid values: non-blocking | blocking This option defines the delivery mode of log messages from the container to the log driver specified using logDriver. The delivery mode you choose affects application availability when the flow of logs from container is interrupted. If you use the blocking mode and the flow of logs is interrupted, calls from container code to write to the stdout and stderr streams will block. The logging thread of the application will block as a result. This may cause the application to become unresponsive and lead to container healthcheck failure. If you use the non-blocking mode, the container's logs are instead stored in an in-memory intermediate buffer configured with the max-buffer-size option. This prevents the application from becoming unresponsive when logs cannot be sent. We recommend using this mode if you want to ensure service availability and are okay with some log loss. For more information, see Preventing log loss with non-blocking mode in the awslogs container log driver. You can set a default mode for all containers in a specific Region by using the defaultLogDriverMode account setting. If you don't specify the mode option or configure the account setting, Amazon ECS will default to the non-blocking mode. For more information about the account setting, see Default log driver mode in the Amazon Elastic Container Service Developer Guide. On June 25, 2025, Amazon ECS changed the default log driver mode from blocking to non-blocking to prioritize task availability over logging. To continue using the blocking mode after this change, do one of the following: Set the mode option in your container definition's logConfiguration as blocking. Set the defaultLogDriverMode account setting to blocking. + max-buffer-size Required: No Default value:
|
|
31021
|
+
* + mode Required: No Valid values: non-blocking | blocking This option defines the delivery mode of log messages from the container to the log driver specified using logDriver. The delivery mode you choose affects application availability when the flow of logs from container is interrupted. If you use the blocking mode and the flow of logs is interrupted, calls from container code to write to the stdout and stderr streams will block. The logging thread of the application will block as a result. This may cause the application to become unresponsive and lead to container healthcheck failure. If you use the non-blocking mode, the container's logs are instead stored in an in-memory intermediate buffer configured with the max-buffer-size option. This prevents the application from becoming unresponsive when logs cannot be sent. We recommend using this mode if you want to ensure service availability and are okay with some log loss. For more information, see Preventing log loss with non-blocking mode in the awslogs container log driver. You can set a default mode for all containers in a specific Region by using the defaultLogDriverMode account setting. If you don't specify the mode option or configure the account setting, Amazon ECS will default to the non-blocking mode. For more information about the account setting, see Default log driver mode in the Amazon Elastic Container Service Developer Guide. On June 25, 2025, Amazon ECS changed the default log driver mode from blocking to non-blocking to prioritize task availability over logging. To continue using the blocking mode after this change, do one of the following: Set the mode option in your container definition's logConfiguration as blocking. Set the defaultLogDriverMode account setting to blocking. + max-buffer-size Required: No Default value: 10m When non-blocking mode is used, the max-buffer-size log option controls the size of the buffer that's used for intermediate message storage. Make sure to specify an adequate buffer size based on your application. When the buffer fills up, further logs cannot be stored. Logs that cannot be stored are lost.
|
|
30957
31022
|
* To route logs using the ``splunk`` log router, you need to specify a ``splunk-token`` and a ``splunk-url``.
|
|
30958
31023
|
* When you use the ``awsfirelens`` log router to route logs to an AWS Service or AWS Partner Network destination for log storage and analytics, you can set the ``log-driver-buffer-limit`` option to limit the number of events that are buffered in memory, before being sent to the log router container. It can help to resolve potential log loss issue because high throughput might result in memory running out for the buffer inside of Docker.
|
|
30959
31024
|
* Other options you can specify when using ``awsfirelens`` to route logs depend on the destination. When you export logs to Amazon Data Firehose, you can specify the AWS Region with ``region`` and a name for the log stream with ``delivery_stream``.
|
|
@@ -33775,11 +33840,12 @@ export declare namespace elasticloadbalancingv2 {
|
|
|
33775
33840
|
* + If the value is ``preserve`` the Application Load Balancer preserves the ``X-Forwarded-For`` header in the HTTP request, and sends it to targets without any change.
|
|
33776
33841
|
* + If the value is ``remove``, the Application Load Balancer removes the ``X-Forwarded-For`` header in the HTTP request before it sends it to targets.
|
|
33777
33842
|
*
|
|
33778
|
-
* + ``routing.http2.enabled`` - Indicates whether HTTP/2
|
|
33843
|
+
* + ``routing.http2.enabled`` - Indicates whether clients can connect to the load balancer using HTTP/2. If ``true``, clients can connect using HTTP/2 or HTTP/1.1. However, all client requests are subject to the stricter HTTP/2 header validation rules. For example, message header names must contain only alphanumeric characters and hyphens. If ``false``, clients must connect using HTTP/1.1. The default is ``true``.
|
|
33779
33844
|
* + ``waf.fail_open.enabled`` - Indicates whether to allow a WAF-enabled load balancer to route requests to targets if it is unable to forward the request to AWS WAF. The possible values are ``true`` and ``false``. The default is ``false``.
|
|
33780
33845
|
*
|
|
33781
33846
|
* The following attributes are supported by only Network Load Balancers:
|
|
33782
33847
|
* + ``dns_record.client_routing_policy`` - Indicates how traffic is distributed among the load balancer Availability Zones. The possible values are ``availability_zone_affinity`` with 100 percent zonal affinity, ``partial_availability_zone_affinity`` with 85 percent zonal affinity, and ``any_availability_zone`` with 0 percent zonal affinity.
|
|
33848
|
+
* + ``secondary_ips.auto_assigned.per_subnet`` - The number of secondary IP addresses to configure for your load balancer nodes. Use to address port allocation errors if you can't add targets. The valid range is 0 to 7. The default is 0. After you set this value, you can't decrease it.
|
|
33783
33849
|
*/
|
|
33784
33850
|
key?: string;
|
|
33785
33851
|
/**
|
|
@@ -42322,33 +42388,7 @@ export declare namespace iotanalytics {
|
|
|
42322
42388
|
}
|
|
42323
42389
|
export declare namespace iotcoredeviceadvisor {
|
|
42324
42390
|
/**
|
|
42325
|
-
*
|
|
42326
|
-
*
|
|
42327
|
-
* - ***devicePermissionRoleArn*** - The device permission arn.
|
|
42328
|
-
*
|
|
42329
|
-
* This is a required element.
|
|
42330
|
-
*
|
|
42331
|
-
* *Type:* String
|
|
42332
|
-
* - ***devices*** - The list of configured devices under test. For more information on devices under test, see [DeviceUnderTest](https://docs.aws.amazon.com/iot/latest/apireference/API_iotdeviceadvisor_DeviceUnderTest.html)
|
|
42333
|
-
*
|
|
42334
|
-
* Not a required element.
|
|
42335
|
-
*
|
|
42336
|
-
* *Type:* List of devices under test
|
|
42337
|
-
* - ***intendedForQualification*** - The tests intended for qualification in a suite.
|
|
42338
|
-
*
|
|
42339
|
-
* Not a required element.
|
|
42340
|
-
*
|
|
42341
|
-
* *Type:* Boolean
|
|
42342
|
-
* - ***rootGroup*** - The test suite root group. For more information on creating and using root groups see the [Device Advisor workflow](https://docs.aws.amazon.com/iot/latest/developerguide/device-advisor-workflow.html) .
|
|
42343
|
-
*
|
|
42344
|
-
* This is a required element.
|
|
42345
|
-
*
|
|
42346
|
-
* *Type:* String
|
|
42347
|
-
* - ***suiteDefinitionName*** - The Suite Definition Configuration name.
|
|
42348
|
-
*
|
|
42349
|
-
* This is a required element.
|
|
42350
|
-
*
|
|
42351
|
-
* *Type:* String
|
|
42391
|
+
* Gets the suite definition configuration.
|
|
42352
42392
|
*/
|
|
42353
42393
|
interface SuiteDefinitionConfigurationProperties {
|
|
42354
42394
|
/**
|
|
@@ -44824,7 +44864,7 @@ export declare namespace ivs {
|
|
|
44824
44864
|
/**
|
|
44825
44865
|
* HLS configuration object for individual participant recording.
|
|
44826
44866
|
*/
|
|
44827
|
-
hlsConfiguration?: outputs.ivs.
|
|
44867
|
+
hlsConfiguration?: outputs.ivs.StageHlsConfiguration;
|
|
44828
44868
|
/**
|
|
44829
44869
|
* Types of media to be recorded. Default: AUDIO_VIDEO.
|
|
44830
44870
|
*/
|
|
@@ -44840,21 +44880,21 @@ export declare namespace ivs {
|
|
|
44840
44880
|
/**
|
|
44841
44881
|
* A complex type that allows you to enable/disable the recording of thumbnails for individual participant recording and modify the interval at which thumbnails are generated for the live session.
|
|
44842
44882
|
*/
|
|
44843
|
-
thumbnailConfiguration?: outputs.ivs.
|
|
44883
|
+
thumbnailConfiguration?: outputs.ivs.StageThumbnailConfiguration;
|
|
44844
44884
|
}
|
|
44845
44885
|
/**
|
|
44846
44886
|
* HLS configuration object for individual participant recording.
|
|
44847
44887
|
*/
|
|
44848
|
-
interface
|
|
44888
|
+
interface StageHlsConfiguration {
|
|
44849
44889
|
/**
|
|
44850
|
-
*
|
|
44890
|
+
* Object specifying a configuration of participant HLS recordings for individual participant recording.
|
|
44851
44891
|
*/
|
|
44852
|
-
participantRecordingHlsConfiguration?: outputs.ivs.
|
|
44892
|
+
participantRecordingHlsConfiguration?: outputs.ivs.StageParticipantRecordingHlsConfiguration;
|
|
44853
44893
|
}
|
|
44854
44894
|
/**
|
|
44855
44895
|
* An object representing a configuration of participant HLS recordings for individual participant recording.
|
|
44856
44896
|
*/
|
|
44857
|
-
interface
|
|
44897
|
+
interface StageParticipantRecordingHlsConfiguration {
|
|
44858
44898
|
/**
|
|
44859
44899
|
* Defines the target duration for recorded segments generated when recording a stage participant. Segments may have durations longer than the specified value when needed to ensure each segment begins with a keyframe. Default: 6.
|
|
44860
44900
|
*/
|
|
@@ -44863,24 +44903,24 @@ export declare namespace ivs {
|
|
|
44863
44903
|
/**
|
|
44864
44904
|
* A complex type that allows you to enable/disable the recording of thumbnails for individual participant recording and modify the interval at which thumbnails are generated for the live session.
|
|
44865
44905
|
*/
|
|
44866
|
-
interface
|
|
44906
|
+
interface StageThumbnailConfiguration {
|
|
44867
44907
|
/**
|
|
44868
44908
|
* An object representing a configuration of thumbnails for recorded video from an individual participant.
|
|
44869
44909
|
*/
|
|
44870
|
-
participantThumbnailConfiguration?: outputs.ivs.
|
|
44910
|
+
participantThumbnailConfiguration?: outputs.ivs.StageThumbnailConfigurationParticipantThumbnailConfigurationProperties;
|
|
44871
44911
|
}
|
|
44872
44912
|
/**
|
|
44873
44913
|
* An object representing a configuration of thumbnails for recorded video from an individual participant.
|
|
44874
44914
|
*/
|
|
44875
|
-
interface
|
|
44915
|
+
interface StageThumbnailConfigurationParticipantThumbnailConfigurationProperties {
|
|
44876
44916
|
/**
|
|
44877
44917
|
* Thumbnail recording mode. Default: DISABLED.
|
|
44878
44918
|
*/
|
|
44879
|
-
recordingMode?: enums.ivs.
|
|
44919
|
+
recordingMode?: enums.ivs.StageThumbnailConfigurationParticipantThumbnailConfigurationPropertiesRecordingMode;
|
|
44880
44920
|
/**
|
|
44881
44921
|
* Indicates the format in which thumbnails are recorded. SEQUENTIAL records all generated thumbnails in a serial manner, to the media/thumbnails/high directory. LATEST saves the latest thumbnail in media/latest_thumbnail/high/thumb.jpg and overwrites it at the interval specified by targetIntervalSeconds. You can enable both SEQUENTIAL and LATEST. Default: SEQUENTIAL.
|
|
44882
44922
|
*/
|
|
44883
|
-
storage?: enums.ivs.
|
|
44923
|
+
storage?: enums.ivs.StageThumbnailConfigurationParticipantThumbnailConfigurationPropertiesStorageItem[];
|
|
44884
44924
|
/**
|
|
44885
44925
|
* The targeted thumbnail-generation interval in seconds. This is configurable only if recordingMode is INTERVAL. Default: 60.
|
|
44886
44926
|
*/
|
|
@@ -50119,6 +50159,9 @@ export declare namespace lex {
|
|
|
50119
50159
|
*/
|
|
50120
50160
|
childDirected: boolean;
|
|
50121
50161
|
}
|
|
50162
|
+
interface ErrorLogSettingsProperties {
|
|
50163
|
+
enabled: boolean;
|
|
50164
|
+
}
|
|
50122
50165
|
/**
|
|
50123
50166
|
* A resource policy to add to the resource. The policy is a JSON structure following the IAM syntax that contains one or more statements that define the policy.
|
|
50124
50167
|
*/
|
|
@@ -56272,6 +56315,34 @@ export declare namespace omics {
|
|
|
56272
56315
|
*/
|
|
56273
56316
|
value?: string;
|
|
56274
56317
|
}
|
|
56318
|
+
interface WorkflowVersionDefinitionRepository {
|
|
56319
|
+
/**
|
|
56320
|
+
* The Amazon Resource Name (ARN) of the connection to the source code repository.
|
|
56321
|
+
*/
|
|
56322
|
+
connectionArn?: string;
|
|
56323
|
+
/**
|
|
56324
|
+
* A list of file patterns to exclude when retrieving the workflow definition from the repository.
|
|
56325
|
+
*/
|
|
56326
|
+
excludeFilePatterns?: string[];
|
|
56327
|
+
/**
|
|
56328
|
+
* The full repository identifier, including the repository owner and name. For example, 'repository-owner/repository-name'.
|
|
56329
|
+
*/
|
|
56330
|
+
fullRepositoryId?: string;
|
|
56331
|
+
/**
|
|
56332
|
+
* The source reference for the repository, such as a branch name, tag, or commit ID.
|
|
56333
|
+
*/
|
|
56334
|
+
sourceReference?: outputs.omics.WorkflowVersionSourceReference;
|
|
56335
|
+
}
|
|
56336
|
+
interface WorkflowVersionSourceReference {
|
|
56337
|
+
/**
|
|
56338
|
+
* The type of source reference, such as branch, tag, or commit.
|
|
56339
|
+
*/
|
|
56340
|
+
type?: enums.omics.WorkflowVersionSourceReferencetype;
|
|
56341
|
+
/**
|
|
56342
|
+
* The value of the source reference, such as the branch name, tag name, or commit ID.
|
|
56343
|
+
*/
|
|
56344
|
+
value?: string;
|
|
56345
|
+
}
|
|
56275
56346
|
interface WorkflowVersionWorkflowParameter {
|
|
56276
56347
|
/**
|
|
56277
56348
|
* The parameter's description.
|
|
@@ -68322,6 +68393,8 @@ export declare namespace quicksight {
|
|
|
68322
68393
|
arcThickness?: enums.quicksight.DashboardArcThickness;
|
|
68323
68394
|
}
|
|
68324
68395
|
interface DashboardAssetOptions {
|
|
68396
|
+
excludedDataSetArns?: string[];
|
|
68397
|
+
qBusinessInsightsStatus?: enums.quicksight.DashboardQBusinessInsightsStatus;
|
|
68325
68398
|
/**
|
|
68326
68399
|
* Determines the timezone for the analysis.
|
|
68327
68400
|
*/
|
|
@@ -69811,6 +69884,9 @@ export declare namespace quicksight {
|
|
|
69811
69884
|
*/
|
|
69812
69885
|
availabilityStatus?: enums.quicksight.DashboardBehavior;
|
|
69813
69886
|
}
|
|
69887
|
+
interface DashboardDataQaEnabledOption {
|
|
69888
|
+
availabilityStatus?: enums.quicksight.DashboardBehavior;
|
|
69889
|
+
}
|
|
69814
69890
|
interface DashboardDataSetIdentifierDeclaration {
|
|
69815
69891
|
/**
|
|
69816
69892
|
* The Amazon Resource Name (ARN) of the data set.
|
|
@@ -74380,6 +74456,7 @@ export declare namespace quicksight {
|
|
|
74380
74456
|
* The data point tool tip options of a dashboard.
|
|
74381
74457
|
*/
|
|
74382
74458
|
dataPointTooltipOption?: outputs.quicksight.DashboardDataPointTooltipOption;
|
|
74459
|
+
dataQaEnabledOption?: outputs.quicksight.DashboardDataQaEnabledOption;
|
|
74383
74460
|
/**
|
|
74384
74461
|
* Export to .csv option.
|
|
74385
74462
|
*/
|
|
@@ -90092,7 +90169,7 @@ export declare namespace s3 {
|
|
|
90092
90169
|
tierings: outputs.s3.BucketTiering[];
|
|
90093
90170
|
}
|
|
90094
90171
|
/**
|
|
90095
|
-
* Specifies the
|
|
90172
|
+
* Specifies the inventory configuration for an Amazon S3 bucket. For more information, see [GET Bucket inventory](https://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketGETInventoryConfig.html) in the *Amazon S3 API Reference*.
|
|
90096
90173
|
*/
|
|
90097
90174
|
interface BucketInventoryConfiguration {
|
|
90098
90175
|
/**
|
|
@@ -90124,12 +90201,9 @@ export declare namespace s3 {
|
|
|
90124
90201
|
*/
|
|
90125
90202
|
scheduleFrequency: enums.s3.BucketInventoryConfigurationScheduleFrequency;
|
|
90126
90203
|
}
|
|
90127
|
-
/**
|
|
90128
|
-
* The inventory table configuration for an S3 Metadata configuration.
|
|
90129
|
-
*/
|
|
90130
90204
|
interface BucketInventoryTableConfiguration {
|
|
90131
90205
|
/**
|
|
90132
|
-
*
|
|
90206
|
+
* Specifies whether inventory table configuration is enabled or disabled.
|
|
90133
90207
|
*/
|
|
90134
90208
|
configurationState: enums.s3.BucketInventoryTableConfigurationConfigurationState;
|
|
90135
90209
|
/**
|
|
@@ -90137,7 +90211,7 @@ export declare namespace s3 {
|
|
|
90137
90211
|
*/
|
|
90138
90212
|
encryptionConfiguration?: outputs.s3.BucketMetadataTableEncryptionConfiguration;
|
|
90139
90213
|
/**
|
|
90140
|
-
* The
|
|
90214
|
+
* The ARN of the inventory table.
|
|
90141
90215
|
*/
|
|
90142
90216
|
tableArn?: string;
|
|
90143
90217
|
/**
|
|
@@ -90145,9 +90219,6 @@ export declare namespace s3 {
|
|
|
90145
90219
|
*/
|
|
90146
90220
|
tableName?: string;
|
|
90147
90221
|
}
|
|
90148
|
-
/**
|
|
90149
|
-
* The journal table configuration for an S3 Metadata configuration.
|
|
90150
|
-
*/
|
|
90151
90222
|
interface BucketJournalTableConfiguration {
|
|
90152
90223
|
/**
|
|
90153
90224
|
* The encryption configuration for the journal table.
|
|
@@ -90158,7 +90229,7 @@ export declare namespace s3 {
|
|
|
90158
90229
|
*/
|
|
90159
90230
|
recordExpiration: outputs.s3.BucketRecordExpiration;
|
|
90160
90231
|
/**
|
|
90161
|
-
* The
|
|
90232
|
+
* The ARN of the journal table.
|
|
90162
90233
|
*/
|
|
90163
90234
|
tableArn?: string;
|
|
90164
90235
|
/**
|
|
@@ -90219,44 +90290,36 @@ export declare namespace s3 {
|
|
|
90219
90290
|
*/
|
|
90220
90291
|
targetObjectKeyFormat?: outputs.s3.BucketTargetObjectKeyFormat;
|
|
90221
90292
|
}
|
|
90222
|
-
/**
|
|
90223
|
-
* Creates a V2 S3 Metadata configuration of a general purpose bucket. For more information, see [Accelerating data discovery with S3 Metadata](https://docs.aws.amazon.com/AmazonS3/latest/userguide/metadata-tables-overview.html) in the *Amazon S3 User Guide*.
|
|
90224
|
-
*/
|
|
90225
90293
|
interface BucketMetadataConfiguration {
|
|
90226
90294
|
/**
|
|
90227
|
-
* The destination information for the
|
|
90295
|
+
* The destination information for the metadata configuration.
|
|
90228
90296
|
*/
|
|
90229
90297
|
destination?: outputs.s3.BucketMetadataDestination;
|
|
90230
90298
|
/**
|
|
90231
|
-
* The
|
|
90299
|
+
* The configuration for the inventory table.
|
|
90232
90300
|
*/
|
|
90233
90301
|
inventoryTableConfiguration?: outputs.s3.BucketInventoryTableConfiguration;
|
|
90234
90302
|
/**
|
|
90235
|
-
* The
|
|
90303
|
+
* The configuration for the journal table.
|
|
90236
90304
|
*/
|
|
90237
90305
|
journalTableConfiguration: outputs.s3.BucketJournalTableConfiguration;
|
|
90238
90306
|
}
|
|
90239
|
-
/**
|
|
90240
|
-
* The destination information for the S3 Metadata configuration.
|
|
90241
|
-
*/
|
|
90242
90307
|
interface BucketMetadataDestination {
|
|
90243
90308
|
/**
|
|
90244
|
-
* The
|
|
90309
|
+
* The ARN of the table bucket.
|
|
90245
90310
|
*/
|
|
90246
90311
|
tableBucketArn?: string;
|
|
90247
90312
|
/**
|
|
90248
|
-
* The type of the table bucket
|
|
90313
|
+
* The type of the table bucket.
|
|
90249
90314
|
*/
|
|
90250
90315
|
tableBucketType: enums.s3.BucketMetadataDestinationTableBucketType;
|
|
90251
90316
|
/**
|
|
90252
|
-
* The namespace
|
|
90317
|
+
* The namespace of the table.
|
|
90253
90318
|
*/
|
|
90254
90319
|
tableNamespace?: string;
|
|
90255
90320
|
}
|
|
90256
90321
|
/**
|
|
90257
|
-
*
|
|
90258
|
-
* If you created your S3 Metadata configuration before July 15, 2025, we recommend that you delete and re-create your configuration by using the [MetadataConfiguration](https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-properties-s3-bucket-metadataconfiguration.html) resource type so that you can expire journal table records and create a live inventory table.
|
|
90259
|
-
* Creates a V1 S3 Metadata configuration for a general purpose bucket. For more information, see [Accelerating data discovery with S3 Metadata](https://docs.aws.amazon.com/AmazonS3/latest/userguide/metadata-tables-overview.html) in the *Amazon S3 User Guide*.
|
|
90322
|
+
* The metadata table configuration of an S3 general purpose bucket. For more information, see [Accelerating data discovery with S3 Metadata](https://docs.aws.amazon.com/AmazonS3/latest/userguide/metadata-tables-overview.html) and [Setting up permissions for configuring metadata tables](https://docs.aws.amazon.com/AmazonS3/latest/userguide/metadata-tables-permissions.html).
|
|
90260
90323
|
*/
|
|
90261
90324
|
interface BucketMetadataTableConfiguration {
|
|
90262
90325
|
/**
|
|
@@ -90264,16 +90327,13 @@ export declare namespace s3 {
|
|
|
90264
90327
|
*/
|
|
90265
90328
|
s3TablesDestination: outputs.s3.BucketS3TablesDestination;
|
|
90266
90329
|
}
|
|
90267
|
-
/**
|
|
90268
|
-
* The encryption settings for an S3 Metadata journal table or inventory table configuration.
|
|
90269
|
-
*/
|
|
90270
90330
|
interface BucketMetadataTableEncryptionConfiguration {
|
|
90271
90331
|
/**
|
|
90272
|
-
*
|
|
90332
|
+
* The ARN of the KMS key. Required if SseAlgorithm is aws:kms.
|
|
90273
90333
|
*/
|
|
90274
90334
|
kmsKeyArn?: string;
|
|
90275
90335
|
/**
|
|
90276
|
-
*
|
|
90336
|
+
* Specifies the server-side encryption algorithm to use for encrypting tables.
|
|
90277
90337
|
*/
|
|
90278
90338
|
sseAlgorithm: enums.s3.BucketMetadataTableEncryptionConfigurationSseAlgorithm;
|
|
90279
90339
|
}
|
|
@@ -90463,16 +90523,13 @@ export declare namespace s3 {
|
|
|
90463
90523
|
*/
|
|
90464
90524
|
queue: string;
|
|
90465
90525
|
}
|
|
90466
|
-
/**
|
|
90467
|
-
* The journal table record expiration settings for a journal table in an S3 Metadata configuration.
|
|
90468
|
-
*/
|
|
90469
90526
|
interface BucketRecordExpiration {
|
|
90470
90527
|
/**
|
|
90471
|
-
*
|
|
90528
|
+
* The number of days after which records expire. Required if Expiration is ENABLED.
|
|
90472
90529
|
*/
|
|
90473
90530
|
days?: number;
|
|
90474
90531
|
/**
|
|
90475
|
-
* Specifies whether
|
|
90532
|
+
* Specifies whether record expiration is enabled or disabled.
|
|
90476
90533
|
*/
|
|
90477
90534
|
expiration: enums.s3.BucketRecordExpirationExpiration;
|
|
90478
90535
|
}
|
|
@@ -90571,7 +90628,6 @@ export declare namespace s3 {
|
|
|
90571
90628
|
/**
|
|
90572
90629
|
* The storage class to use when replicating objects, such as S3 Standard or reduced redundancy. By default, Amazon S3 uses the storage class of the source object to create the object replica.
|
|
90573
90630
|
* For valid values, see the ``StorageClass`` element of the [PUT Bucket replication](https://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketPUTreplication.html) action in the *Amazon S3 API Reference*.
|
|
90574
|
-
* ``FSX_OPENZFS`` is not an accepted value when replicating objects.
|
|
90575
90631
|
*/
|
|
90576
90632
|
storageClass?: enums.s3.BucketReplicationDestinationStorageClass;
|
|
90577
90633
|
}
|
|
@@ -90787,7 +90843,7 @@ export declare namespace s3 {
|
|
|
90787
90843
|
rules: outputs.s3.BucketFilterRule[];
|
|
90788
90844
|
}
|
|
90789
90845
|
/**
|
|
90790
|
-
* The destination information for
|
|
90846
|
+
* The destination information for the metadata table configuration. The destination table bucket must be in the same Region and AWS-account as the general purpose bucket. The specified metadata table name must be unique within the ``aws_s3_metadata`` namespace in the destination table bucket.
|
|
90791
90847
|
*/
|
|
90792
90848
|
interface BucketS3TablesDestination {
|
|
90793
90849
|
/**
|
|
@@ -91944,6 +92000,19 @@ export declare namespace sagemaker {
|
|
|
91944
92000
|
*/
|
|
91945
92001
|
alarmName: string;
|
|
91946
92002
|
}
|
|
92003
|
+
/**
|
|
92004
|
+
* Configuration for cluster auto-scaling
|
|
92005
|
+
*/
|
|
92006
|
+
interface ClusterAutoScalingConfig {
|
|
92007
|
+
/**
|
|
92008
|
+
* The type of auto-scaler to use
|
|
92009
|
+
*/
|
|
92010
|
+
autoScalerType?: enums.sagemaker.ClusterAutoScalingConfigAutoScalerType;
|
|
92011
|
+
/**
|
|
92012
|
+
* The auto-scaling mode for the cluster
|
|
92013
|
+
*/
|
|
92014
|
+
mode: enums.sagemaker.ClusterAutoScalingConfigMode;
|
|
92015
|
+
}
|
|
91947
92016
|
/**
|
|
91948
92017
|
* The configuration of the size measurements of the AMI update. Using this configuration, you can specify whether SageMaker should update your instance group by an amount or percentage of instances.
|
|
91949
92018
|
*/
|
|
@@ -99354,6 +99423,124 @@ export declare namespace simspaceweaver {
|
|
|
99354
99423
|
objectKey: string;
|
|
99355
99424
|
}
|
|
99356
99425
|
}
|
|
99426
|
+
export declare namespace smsvoice {
|
|
99427
|
+
interface ConfigurationSetCloudWatchLogsDestination {
|
|
99428
|
+
/**
|
|
99429
|
+
* The Amazon Resource Name (ARN) of an AWS Identity and Access Management role that is able to write event data to an Amazon CloudWatch destination.
|
|
99430
|
+
*/
|
|
99431
|
+
iamRoleArn: string;
|
|
99432
|
+
/**
|
|
99433
|
+
* The name of the Amazon CloudWatch log group that you want to record events in.
|
|
99434
|
+
*/
|
|
99435
|
+
logGroupArn: string;
|
|
99436
|
+
}
|
|
99437
|
+
/**
|
|
99438
|
+
* An event destination is a location where you send message events. The event options are Amazon CloudWatch, Amazon Data Firehose, or Amazon SNS. For example, when a message is delivered successfully, you can send information about that event to an event destination, or send notifications to endpoints that are subscribed to an Amazon SNS topic.
|
|
99439
|
+
*/
|
|
99440
|
+
interface ConfigurationSetEventDestination {
|
|
99441
|
+
/**
|
|
99442
|
+
* An object that contains IamRoleArn and LogGroupArn associated with an Amazon CloudWatch event destination.
|
|
99443
|
+
*/
|
|
99444
|
+
cloudWatchLogsDestination?: outputs.smsvoice.ConfigurationSetCloudWatchLogsDestination;
|
|
99445
|
+
/**
|
|
99446
|
+
* When set to true events will be logged. By default this is set to true
|
|
99447
|
+
*/
|
|
99448
|
+
enabled: boolean;
|
|
99449
|
+
/**
|
|
99450
|
+
* The name that identifies the event destination.
|
|
99451
|
+
*/
|
|
99452
|
+
eventDestinationName: string;
|
|
99453
|
+
/**
|
|
99454
|
+
* An object that contains IamRoleArn and DeliveryStreamArn associated with an Amazon Kinesis Firehose event destination.
|
|
99455
|
+
*/
|
|
99456
|
+
kinesisFirehoseDestination?: outputs.smsvoice.ConfigurationSetKinesisFirehoseDestination;
|
|
99457
|
+
/**
|
|
99458
|
+
* An array of event types that determine which events to log. If 'ALL' is used, then AWS End User Messaging SMS and Voice logs every event type.
|
|
99459
|
+
*/
|
|
99460
|
+
matchingEventTypes: string[];
|
|
99461
|
+
/**
|
|
99462
|
+
* An object that contains SNS TopicArn event destination.
|
|
99463
|
+
*/
|
|
99464
|
+
snsDestination?: outputs.smsvoice.ConfigurationSetSnsDestination;
|
|
99465
|
+
}
|
|
99466
|
+
interface ConfigurationSetKinesisFirehoseDestination {
|
|
99467
|
+
/**
|
|
99468
|
+
* The Amazon Resource Name (ARN) of the delivery stream.
|
|
99469
|
+
*/
|
|
99470
|
+
deliveryStreamArn: string;
|
|
99471
|
+
/**
|
|
99472
|
+
* The Amazon Resource Name (ARN) of an AWS Identity and Access Management role that is able to write event data to an Amazon CloudWatch destination.
|
|
99473
|
+
*/
|
|
99474
|
+
iamRoleArn: string;
|
|
99475
|
+
}
|
|
99476
|
+
interface ConfigurationSetSnsDestination {
|
|
99477
|
+
/**
|
|
99478
|
+
* The Amazon Resource Name (ARN) of the Amazon SNS topic that you want to publish events to.
|
|
99479
|
+
*/
|
|
99480
|
+
topicArn: string;
|
|
99481
|
+
}
|
|
99482
|
+
/**
|
|
99483
|
+
* A keyword is a word that you can search for on a particular phone number or pool. It is also a specific word or phrase that an end user can send to your number to elicit a response, such as an informational message or a special offer. When your number receives a message that begins with a keyword, AWS End User Messaging SMS and Voice responds with a customizable message. Keywords "HELP" and "STOP" are mandatory keywords
|
|
99484
|
+
*/
|
|
99485
|
+
interface MandatoryKeywordsProperties {
|
|
99486
|
+
help: outputs.smsvoice.PoolMandatoryKeyword;
|
|
99487
|
+
stop: outputs.smsvoice.PoolMandatoryKeyword;
|
|
99488
|
+
}
|
|
99489
|
+
/**
|
|
99490
|
+
* A keyword is a word that you can search for on a particular phone number or pool. It is also a specific word or phrase that an end user can send to your number to elicit a response, such as an informational message or a special offer. When your number receives a message that begins with a keyword, AWS End User Messaging SMS and Voice responds with a customizable message.
|
|
99491
|
+
*/
|
|
99492
|
+
interface PhoneNumberOptionalKeyword {
|
|
99493
|
+
action: enums.smsvoice.PhoneNumberOptionalKeywordAction;
|
|
99494
|
+
keyword: string;
|
|
99495
|
+
message: string;
|
|
99496
|
+
}
|
|
99497
|
+
/**
|
|
99498
|
+
* A keyword is a word that you can search for on a particular phone number or pool. It is also a specific word or phrase that an end user can send to your number to elicit a response, such as an informational message or a special offer. When your number receives a message that begins with a keyword, AWS End User Messaging SMS and Voice responds with a customizable message. Keywords "HELP" and "STOP" are mandatory keywords
|
|
99499
|
+
*/
|
|
99500
|
+
interface PoolMandatoryKeyword {
|
|
99501
|
+
message: string;
|
|
99502
|
+
}
|
|
99503
|
+
/**
|
|
99504
|
+
* A keyword is a word that you can search for on a particular phone number or pool. It is also a specific word or phrase that an end user can send to your number to elicit a response, such as an informational message or a special offer. When your number receives a message that begins with a keyword, AWS End User Messaging SMS and Voice responds with a customizable message.
|
|
99505
|
+
*/
|
|
99506
|
+
interface PoolOptionalKeyword {
|
|
99507
|
+
action: enums.smsvoice.PoolOptionalKeywordAction;
|
|
99508
|
+
keyword: string;
|
|
99509
|
+
message: string;
|
|
99510
|
+
}
|
|
99511
|
+
interface ProtectConfigurationCountryRule {
|
|
99512
|
+
/**
|
|
99513
|
+
* The two-letter ISO country code
|
|
99514
|
+
*/
|
|
99515
|
+
countryCode: string;
|
|
99516
|
+
/**
|
|
99517
|
+
* The types of protection that can be used.
|
|
99518
|
+
*/
|
|
99519
|
+
protectStatus: enums.smsvoice.ProtectConfigurationCountryRuleProtectStatus;
|
|
99520
|
+
}
|
|
99521
|
+
interface ProtectConfigurationCountryRuleSet {
|
|
99522
|
+
mms?: outputs.smsvoice.ProtectConfigurationCountryRule[];
|
|
99523
|
+
sms?: outputs.smsvoice.ProtectConfigurationCountryRule[];
|
|
99524
|
+
voice?: outputs.smsvoice.ProtectConfigurationCountryRule[];
|
|
99525
|
+
}
|
|
99526
|
+
/**
|
|
99527
|
+
* When you set up two-way SMS, you can receive incoming messages from your customers. When one of your customers sends a message to your phone number, the message body is sent to an Amazon SNS topic or Amazon Connect for processing.
|
|
99528
|
+
*/
|
|
99529
|
+
interface TwoWayProperties {
|
|
99530
|
+
/**
|
|
99531
|
+
* The Amazon Resource Name (ARN) of the two way channel.
|
|
99532
|
+
*/
|
|
99533
|
+
channelArn?: string;
|
|
99534
|
+
/**
|
|
99535
|
+
* An optional IAM Role Arn for a service to assume, to be able to post inbound SMS messages.
|
|
99536
|
+
*/
|
|
99537
|
+
channelRole?: string;
|
|
99538
|
+
/**
|
|
99539
|
+
* By default this is set to false. When set to true you can receive incoming text messages from your end recipients.
|
|
99540
|
+
*/
|
|
99541
|
+
enabled: boolean;
|
|
99542
|
+
}
|
|
99543
|
+
}
|
|
99357
99544
|
export declare namespace sns {
|
|
99358
99545
|
/**
|
|
99359
99546
|
* The ``LoggingConfig`` property type specifies the ``Delivery`` status logging configuration for an [AWS::SNS::Topic](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-topic.html).
|
|
@@ -100572,6 +100759,9 @@ export declare namespace synthetics {
|
|
|
100572
100759
|
screenshotName: string;
|
|
100573
100760
|
}
|
|
100574
100761
|
interface CanaryBrowserConfig {
|
|
100762
|
+
/**
|
|
100763
|
+
* The browser type associated with this browser configuration.
|
|
100764
|
+
*/
|
|
100575
100765
|
browserType: enums.synthetics.CanaryBrowserType;
|
|
100576
100766
|
}
|
|
100577
100767
|
interface CanaryCode {
|