cdk-lambda-subminute 2.0.367 → 2.0.368
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/.jsii +3 -3
- package/lib/cdk-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.examples.json +519 -0
- package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.min.json +508 -81
- package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.paginators.json +24 -0
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +85 -85
- package/node_modules/aws-sdk/apis/ssm-2014-11-06.min.json +319 -301
- package/node_modules/aws-sdk/clients/cloudformation.d.ts +600 -1
- package/node_modules/aws-sdk/clients/elbv2.d.ts +5 -5
- package/node_modules/aws-sdk/clients/glue.d.ts +8 -6
- package/node_modules/aws-sdk/clients/ssm.d.ts +38 -13
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +5 -5
- package/node_modules/aws-sdk/dist/aws-sdk.js +854 -385
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +101 -101
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
@@ -705,11 +705,11 @@ declare namespace ELBv2 {
|
|
705
705
|
*/
|
706
706
|
Name: LoadBalancerName;
|
707
707
|
/**
|
708
|
-
* The IDs of the
|
708
|
+
* The IDs of the subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings, but not both. To specify an Elastic IP address, specify subnet mappings instead of subnets. [Application Load Balancers] You must specify subnets from at least two Availability Zones. [Application Load Balancers on Outposts] You must specify one Outpost subnet. [Application Load Balancers on Local Zones] You can specify subnets from one or more Local Zones. [Network Load Balancers] You can specify subnets from one or more Availability Zones. [Gateway Load Balancers] You can specify subnets from one or more Availability Zones.
|
709
709
|
*/
|
710
710
|
Subnets?: Subnets;
|
711
711
|
/**
|
712
|
-
* The IDs of the
|
712
|
+
* The IDs of the subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings, but not both. [Application Load Balancers] You must specify subnets from at least two Availability Zones. You cannot specify Elastic IP addresses for your subnets. [Application Load Balancers on Outposts] You must specify one Outpost subnet. [Application Load Balancers on Local Zones] You can specify subnets from one or more Local Zones. [Network Load Balancers] You can specify subnets from one or more Availability Zones. You can specify one Elastic IP address per subnet if you need static IP addresses for your internet-facing load balancer. For internal load balancers, you can specify one private IP address per subnet from the IPv4 range of the subnet. For internet-facing load balancer, you can specify one IPv6 address per subnet. [Gateway Load Balancers] You can specify subnets from one or more Availability Zones. You cannot specify Elastic IP addresses for your subnets.
|
713
713
|
*/
|
714
714
|
SubnetMappings?: SubnetMappings;
|
715
715
|
/**
|
@@ -2019,7 +2019,7 @@ declare namespace ELBv2 {
|
|
2019
2019
|
}
|
2020
2020
|
export interface SourceIpConditionConfig {
|
2021
2021
|
/**
|
2022
|
-
* The source IP addresses, in CIDR format. You can use both IPv4 and IPv6 addresses. Wildcards are not supported. If you specify multiple addresses, the condition is satisfied if the source IP address of the request matches one of the CIDR blocks. This condition is not satisfied by the addresses in the X-Forwarded-For header. To search for addresses in the X-Forwarded-For header, use HttpHeaderConditionConfig.
|
2022
|
+
* The source IP addresses, in CIDR format. You can use both IPv4 and IPv6 addresses. Wildcards are not supported. If you specify multiple addresses, the condition is satisfied if the source IP address of the request matches one of the CIDR blocks. This condition is not satisfied by the addresses in the X-Forwarded-For header. To search for addresses in the X-Forwarded-For header, use HttpHeaderConditionConfig. The total number of values must be less than, or equal to five.
|
2023
2023
|
*/
|
2024
2024
|
Values?: ListOfString;
|
2025
2025
|
}
|
@@ -2188,7 +2188,7 @@ declare namespace ELBv2 {
|
|
2188
2188
|
export type TargetGroupArns = TargetGroupArn[];
|
2189
2189
|
export interface TargetGroupAttribute {
|
2190
2190
|
/**
|
2191
|
-
* The name of the attribute. The following attributes are supported by all load balancers: deregistration_delay.timeout_seconds - The amount of time, in seconds, for Elastic Load Balancing to wait before changing the state of a deregistering target from draining to unused. The range is 0-3600 seconds. The default value is 300 seconds. If the target is a Lambda function, this attribute is not supported. stickiness.enabled - Indicates whether target stickiness is enabled. The value is true or false. The default is false. stickiness.type - Indicates the type of stickiness. The possible values are: lb_cookie and app_cookie for Application Load Balancers. source_ip for Network Load Balancers. source_ip_dest_ip and source_ip_dest_ip_proto for Gateway Load Balancers. The following attributes are supported by Application Load Balancers and Network Load Balancers: load_balancing.cross_zone.enabled - Indicates whether cross zone load balancing is enabled. The value is true, false or use_load_balancer_configuration. The default is use_load_balancer_configuration. target_group_health.dns_failover.minimum_healthy_targets.count - The minimum number of targets that must be healthy. If the number of healthy targets is below this value, mark the zone as unhealthy in DNS, so that traffic is routed only to healthy zones. The possible values are off or an integer from 1 to the maximum number of targets. The default is off. target_group_health.dns_failover.minimum_healthy_targets.percentage - The minimum percentage of targets that must be healthy. If the percentage of healthy targets is below this value, mark the zone as unhealthy in DNS, so that traffic is routed only to healthy zones. The possible values are off or an integer from 1 to 100. The default is off. target_group_health.unhealthy_state_routing.minimum_healthy_targets.count - The minimum number of targets that must be healthy. If the number of healthy targets is below this value, send traffic to all targets, including unhealthy targets. The possible values are 1 to the maximum number of targets. The default is 1. target_group_health.unhealthy_state_routing.minimum_healthy_targets.percentage - The minimum percentage of targets that must be healthy. If the percentage of healthy targets is below this value, send traffic to all targets, including unhealthy targets. The possible values are off or an integer from 1 to 100. The default is off. The following attributes are supported only if the load balancer is an Application Load Balancer and the target is an instance or an IP address: load_balancing.algorithm.type - The load balancing algorithm determines how the load balancer selects targets when routing requests. The value is round_robin, least_outstanding_requests, or weighted_random. The default is round_robin. load_balancing.algorithm.anomaly_mitigation - Only available when load_balancing.algorithm.type is weighted_random. Indicates whether anomaly mitigation is enabled. The value is on or off. The default is off. slow_start.duration_seconds - The time period, in seconds, during which a newly registered target receives an increasing share of the traffic to the target group. After this time period ends, the target receives its full share of traffic. The range is 30-900 seconds (15 minutes). The default is 0 seconds (disabled). stickiness.app_cookie.cookie_name - Indicates the name of the application-based cookie. Names that start with the following prefixes are not allowed: AWSALB, AWSALBAPP, and AWSALBTG; they're reserved for use by the load balancer. stickiness.app_cookie.duration_seconds - The time period, in seconds, during which requests from a client should be routed to the same target. After this time period expires, the application-based cookie is considered stale. The range is 1 second to 1 week (604800 seconds). The default value is 1 day (86400 seconds). stickiness.lb_cookie.duration_seconds - The time period, in seconds, during which requests from a client should be routed to the same target. After this time period expires, the load balancer-generated cookie is considered stale. The range is 1 second to 1 week (604800 seconds). The default value is 1 day (86400 seconds). The following attribute is supported only if the load balancer is an Application Load Balancer and the target is a Lambda function: lambda.multi_value_headers.enabled - Indicates whether the request and response headers that are exchanged between the load balancer and the Lambda function include arrays of values or strings. The value is true or false. The default is false. If the value is false and the request contains a duplicate header field name or query parameter key, the load balancer uses the last value sent by the client. The following attributes are supported only by Network Load Balancers: deregistration_delay.connection_termination.enabled - Indicates whether the load balancer terminates connections at the end of the deregistration timeout. The value is true or false. For new UDP/TCP_UDP target groups the default is true. Otherwise, the default is false. preserve_client_ip.enabled - Indicates whether client IP preservation is enabled. The value is true or false. The default is disabled if the target group type is IP address and the target group protocol is TCP or TLS. Otherwise, the default is enabled. Client IP preservation cannot be disabled for UDP and TCP_UDP target groups. proxy_protocol_v2.enabled - Indicates whether Proxy Protocol version 2 is enabled. The value is true or false. The default is false. target_health_state.unhealthy.connection_termination.enabled - Indicates whether the load balancer terminates connections to unhealthy targets. The value is true or false. The default is true. The following attributes are supported only by Gateway Load Balancers: target_failover.on_deregistration - Indicates how the Gateway Load Balancer handles existing flows when a target is deregistered. The possible values are rebalance and no_rebalance. The default is no_rebalance. The two attributes (target_failover.on_deregistration and target_failover.on_unhealthy) can't be set independently. The value you set for both attributes must be the same. target_failover.on_unhealthy - Indicates how the Gateway Load Balancer handles existing flows when a target is unhealthy. The possible values are rebalance and no_rebalance. The default is no_rebalance. The two attributes (target_failover.on_deregistration and target_failover.on_unhealthy) cannot be set independently. The value you set for both attributes must be the same.
|
2191
|
+
* The name of the attribute. The following attributes are supported by all load balancers: deregistration_delay.timeout_seconds - The amount of time, in seconds, for Elastic Load Balancing to wait before changing the state of a deregistering target from draining to unused. The range is 0-3600 seconds. The default value is 300 seconds. If the target is a Lambda function, this attribute is not supported. stickiness.enabled - Indicates whether target stickiness is enabled. The value is true or false. The default is false. stickiness.type - Indicates the type of stickiness. The possible values are: lb_cookie and app_cookie for Application Load Balancers. source_ip for Network Load Balancers. source_ip_dest_ip and source_ip_dest_ip_proto for Gateway Load Balancers. The following attributes are supported by Application Load Balancers and Network Load Balancers: load_balancing.cross_zone.enabled - Indicates whether cross zone load balancing is enabled. The value is true, false or use_load_balancer_configuration. The default is use_load_balancer_configuration. target_group_health.dns_failover.minimum_healthy_targets.count - The minimum number of targets that must be healthy. If the number of healthy targets is below this value, mark the zone as unhealthy in DNS, so that traffic is routed only to healthy zones. The possible values are off or an integer from 1 to the maximum number of targets. The default is off. target_group_health.dns_failover.minimum_healthy_targets.percentage - The minimum percentage of targets that must be healthy. If the percentage of healthy targets is below this value, mark the zone as unhealthy in DNS, so that traffic is routed only to healthy zones. The possible values are off or an integer from 1 to 100. The default is off. target_group_health.unhealthy_state_routing.minimum_healthy_targets.count - The minimum number of targets that must be healthy. If the number of healthy targets is below this value, send traffic to all targets, including unhealthy targets. The possible values are 1 to the maximum number of targets. The default is 1. target_group_health.unhealthy_state_routing.minimum_healthy_targets.percentage - The minimum percentage of targets that must be healthy. If the percentage of healthy targets is below this value, send traffic to all targets, including unhealthy targets. The possible values are off or an integer from 1 to 100. The default is off. The following attributes are supported only if the load balancer is an Application Load Balancer and the target is an instance or an IP address: load_balancing.algorithm.type - The load balancing algorithm determines how the load balancer selects targets when routing requests. The value is round_robin, least_outstanding_requests, or weighted_random. The default is round_robin. load_balancing.algorithm.anomaly_mitigation - Only available when load_balancing.algorithm.type is weighted_random. Indicates whether anomaly mitigation is enabled. The value is on or off. The default is off. slow_start.duration_seconds - The time period, in seconds, during which a newly registered target receives an increasing share of the traffic to the target group. After this time period ends, the target receives its full share of traffic. The range is 30-900 seconds (15 minutes). The default is 0 seconds (disabled). stickiness.app_cookie.cookie_name - Indicates the name of the application-based cookie. Names that start with the following prefixes are not allowed: AWSALB, AWSALBAPP, and AWSALBTG; they're reserved for use by the load balancer. stickiness.app_cookie.duration_seconds - The time period, in seconds, during which requests from a client should be routed to the same target. After this time period expires, the application-based cookie is considered stale. The range is 1 second to 1 week (604800 seconds). The default value is 1 day (86400 seconds). stickiness.lb_cookie.duration_seconds - The time period, in seconds, during which requests from a client should be routed to the same target. After this time period expires, the load balancer-generated cookie is considered stale. The range is 1 second to 1 week (604800 seconds). The default value is 1 day (86400 seconds). The following attribute is supported only if the load balancer is an Application Load Balancer and the target is a Lambda function: lambda.multi_value_headers.enabled - Indicates whether the request and response headers that are exchanged between the load balancer and the Lambda function include arrays of values or strings. The value is true or false. The default is false. If the value is false and the request contains a duplicate header field name or query parameter key, the load balancer uses the last value sent by the client. The following attributes are supported only by Network Load Balancers: deregistration_delay.connection_termination.enabled - Indicates whether the load balancer terminates connections at the end of the deregistration timeout. The value is true or false. For new UDP/TCP_UDP target groups the default is true. Otherwise, the default is false. preserve_client_ip.enabled - Indicates whether client IP preservation is enabled. The value is true or false. The default is disabled if the target group type is IP address and the target group protocol is TCP or TLS. Otherwise, the default is enabled. Client IP preservation cannot be disabled for UDP and TCP_UDP target groups. proxy_protocol_v2.enabled - Indicates whether Proxy Protocol version 2 is enabled. The value is true or false. The default is false. target_health_state.unhealthy.connection_termination.enabled - Indicates whether the load balancer terminates connections to unhealthy targets. The value is true or false. The default is true. target_health_state.unhealthy.draining_interval_seconds - The amount of time for Elastic Load Balancing to wait before changing the state of an unhealthy target from unhealthy.draining to unhealthy. The range is 0-360000 seconds. The default value is 0 seconds. Note: This attribute can only be configured when target_health_state.unhealthy.connection_termination.enabled is false. The following attributes are supported only by Gateway Load Balancers: target_failover.on_deregistration - Indicates how the Gateway Load Balancer handles existing flows when a target is deregistered. The possible values are rebalance and no_rebalance. The default is no_rebalance. The two attributes (target_failover.on_deregistration and target_failover.on_unhealthy) can't be set independently. The value you set for both attributes must be the same. target_failover.on_unhealthy - Indicates how the Gateway Load Balancer handles existing flows when a target is unhealthy. The possible values are rebalance and no_rebalance. The default is no_rebalance. The two attributes (target_failover.on_deregistration and target_failover.on_unhealthy) cannot be set independently. The value you set for both attributes must be the same.
|
2192
2192
|
*/
|
2193
2193
|
Key?: TargetGroupAttributeKey;
|
2194
2194
|
/**
|
@@ -2261,7 +2261,7 @@ declare namespace ELBv2 {
|
|
2261
2261
|
}
|
2262
2262
|
export type TargetHealthDescriptions = TargetHealthDescription[];
|
2263
2263
|
export type TargetHealthReasonEnum = "Elb.RegistrationInProgress"|"Elb.InitialHealthChecking"|"Target.ResponseCodeMismatch"|"Target.Timeout"|"Target.FailedHealthChecks"|"Target.NotRegistered"|"Target.NotInUse"|"Target.DeregistrationInProgress"|"Target.InvalidState"|"Target.IpUnusable"|"Target.HealthCheckDisabled"|"Elb.InternalError"|string;
|
2264
|
-
export type TargetHealthStateEnum = "initial"|"healthy"|"unhealthy"|"unused"|"draining"|"unavailable"|string;
|
2264
|
+
export type TargetHealthStateEnum = "initial"|"healthy"|"unhealthy"|"unhealthy.draining"|"unused"|"draining"|"unavailable"|string;
|
2265
2265
|
export type TargetId = string;
|
2266
2266
|
export type TargetTypeEnum = "instance"|"ip"|"lambda"|"alb"|string;
|
2267
2267
|
export type TotalRevokedEntries = number;
|
@@ -7260,7 +7260,7 @@ declare namespace Glue {
|
|
7260
7260
|
/**
|
7261
7261
|
* The maximum size of the response.
|
7262
7262
|
*/
|
7263
|
-
MaxResults?:
|
7263
|
+
MaxResults?: OrchestrationPageSize200;
|
7264
7264
|
}
|
7265
7265
|
export interface GetJobRunsResponse {
|
7266
7266
|
/**
|
@@ -8150,7 +8150,7 @@ declare namespace Glue {
|
|
8150
8150
|
/**
|
8151
8151
|
* The maximum size of the response.
|
8152
8152
|
*/
|
8153
|
-
MaxResults?:
|
8153
|
+
MaxResults?: OrchestrationPageSize200;
|
8154
8154
|
}
|
8155
8155
|
export interface GetTriggersResponse {
|
8156
8156
|
/**
|
@@ -8959,7 +8959,7 @@ declare namespace Glue {
|
|
8959
8959
|
*/
|
8960
8960
|
PythonVersion?: PythonVersionString;
|
8961
8961
|
/**
|
8962
|
-
* In Ray jobs, Runtime is used to specify the versions of Ray, Python and additional libraries available in your environment. This field is not used in other job types. For supported runtime environment values, see
|
8962
|
+
* In Ray jobs, Runtime is used to specify the versions of Ray, Python and additional libraries available in your environment. This field is not used in other job types. For supported runtime environment values, see Supported Ray runtime environments in the Glue Developer Guide.
|
8963
8963
|
*/
|
8964
8964
|
Runtime?: RuntimeNameString;
|
8965
8965
|
}
|
@@ -9470,7 +9470,7 @@ declare namespace Glue {
|
|
9470
9470
|
/**
|
9471
9471
|
* The maximum size of a list to return.
|
9472
9472
|
*/
|
9473
|
-
MaxResults?:
|
9473
|
+
MaxResults?: OrchestrationPageSize25;
|
9474
9474
|
/**
|
9475
9475
|
* Filters the list by an Amazon Web Services resource tag.
|
9476
9476
|
*/
|
@@ -9947,7 +9947,7 @@ declare namespace Glue {
|
|
9947
9947
|
/**
|
9948
9948
|
* The maximum size of a list to return.
|
9949
9949
|
*/
|
9950
|
-
MaxResults?:
|
9950
|
+
MaxResults?: OrchestrationPageSize200;
|
9951
9951
|
/**
|
9952
9952
|
* Specifies to return only these tagged resources.
|
9953
9953
|
*/
|
@@ -9971,7 +9971,7 @@ declare namespace Glue {
|
|
9971
9971
|
/**
|
9972
9972
|
* The maximum size of a list to return.
|
9973
9973
|
*/
|
9974
|
-
MaxResults?:
|
9974
|
+
MaxResults?: OrchestrationPageSize25;
|
9975
9975
|
}
|
9976
9976
|
export interface ListWorkflowsResponse {
|
9977
9977
|
/**
|
@@ -10450,6 +10450,8 @@ declare namespace Glue {
|
|
10450
10450
|
export type OrchestrationArgumentsValue = string;
|
10451
10451
|
export type OrchestrationIAMRoleArn = string;
|
10452
10452
|
export type OrchestrationNameString = string;
|
10453
|
+
export type OrchestrationPageSize200 = number;
|
10454
|
+
export type OrchestrationPageSize25 = number;
|
10453
10455
|
export type OrchestrationRoleArn = string;
|
10454
10456
|
export type OrchestrationS3Location = string;
|
10455
10457
|
export type OrchestrationStatementCodeString = string;
|
@@ -293,11 +293,11 @@ declare class SSM extends Service {
|
|
293
293
|
*/
|
294
294
|
describeAutomationStepExecutions(callback?: (err: AWSError, data: SSM.Types.DescribeAutomationStepExecutionsResult) => void): Request<SSM.Types.DescribeAutomationStepExecutionsResult, AWSError>;
|
295
295
|
/**
|
296
|
-
* Lists all patches eligible to be included in a patch baseline.
|
296
|
+
* Lists all patches eligible to be included in a patch baseline. Currently, DescribeAvailablePatches supports only the Amazon Linux 1, Amazon Linux 2, and Windows Server operating systems.
|
297
297
|
*/
|
298
298
|
describeAvailablePatches(params: SSM.Types.DescribeAvailablePatchesRequest, callback?: (err: AWSError, data: SSM.Types.DescribeAvailablePatchesResult) => void): Request<SSM.Types.DescribeAvailablePatchesResult, AWSError>;
|
299
299
|
/**
|
300
|
-
* Lists all patches eligible to be included in a patch baseline.
|
300
|
+
* Lists all patches eligible to be included in a patch baseline. Currently, DescribeAvailablePatches supports only the Amazon Linux 1, Amazon Linux 2, and Windows Server operating systems.
|
301
301
|
*/
|
302
302
|
describeAvailablePatches(callback?: (err: AWSError, data: SSM.Types.DescribeAvailablePatchesResult) => void): Request<SSM.Types.DescribeAvailablePatchesResult, AWSError>;
|
303
303
|
/**
|
@@ -1314,6 +1314,10 @@ declare namespace SSM {
|
|
1314
1314
|
* Number of days to wait after the scheduled day to run an association.
|
1315
1315
|
*/
|
1316
1316
|
ScheduleOffset?: ScheduleOffset;
|
1317
|
+
/**
|
1318
|
+
* The number of hours that an association can run on specified targets. After the resulting cutoff time passes, associations that are currently running are cancelled, and no pending executions are started on remaining targets.
|
1319
|
+
*/
|
1320
|
+
Duration?: Duration;
|
1317
1321
|
/**
|
1318
1322
|
* A key-value mapping of document parameters to target resources. Both Targets and TargetMaps can't be specified together.
|
1319
1323
|
*/
|
@@ -1421,6 +1425,10 @@ declare namespace SSM {
|
|
1421
1425
|
* Number of days to wait after the scheduled day to run an association.
|
1422
1426
|
*/
|
1423
1427
|
ScheduleOffset?: ScheduleOffset;
|
1428
|
+
/**
|
1429
|
+
* The number of hours that an association can run on specified targets. After the resulting cutoff time passes, associations that are currently running are cancelled, and no pending executions are started on remaining targets.
|
1430
|
+
*/
|
1431
|
+
Duration?: Duration;
|
1424
1432
|
/**
|
1425
1433
|
* A key-value mapping of document parameters to target resources. Both Targets and TargetMaps can't be specified together.
|
1426
1434
|
*/
|
@@ -1671,6 +1679,10 @@ declare namespace SSM {
|
|
1671
1679
|
* Number of days to wait after the scheduled day to run an association.
|
1672
1680
|
*/
|
1673
1681
|
ScheduleOffset?: ScheduleOffset;
|
1682
|
+
/**
|
1683
|
+
* The number of hours that an association can run on specified targets. After the resulting cutoff time passes, associations that are currently running are cancelled, and no pending executions are started on remaining targets.
|
1684
|
+
*/
|
1685
|
+
Duration?: Duration;
|
1674
1686
|
/**
|
1675
1687
|
* A key-value mapping of document parameters to target resources. Both Targets and TargetMaps can't be specified together.
|
1676
1688
|
*/
|
@@ -2600,6 +2612,10 @@ declare namespace SSM {
|
|
2600
2612
|
* Number of days to wait after the scheduled day to run an association.
|
2601
2613
|
*/
|
2602
2614
|
ScheduleOffset?: ScheduleOffset;
|
2615
|
+
/**
|
2616
|
+
* The number of hours the association can run before it is canceled. Duration applies to associations that are currently running, and any pending and in progress commands on all targets. If a target was taken offline for the association to run, it is made available again immediately, without a reboot. The Duration parameter applies only when both these conditions are true: The association for which you specify a duration is cancelable according to the parameters of the SSM command document or Automation runbook associated with this execution. The command specifies the ApplyOnlyAtCronInterval parameter, which means that the association doesn't run immediately after it is created, but only according to the specified schedule.
|
2617
|
+
*/
|
2618
|
+
Duration?: Duration;
|
2603
2619
|
/**
|
2604
2620
|
* A key-value mapping of document parameters to target resources. Both Targets and TargetMaps can't be specified together.
|
2605
2621
|
*/
|
@@ -2685,6 +2701,10 @@ declare namespace SSM {
|
|
2685
2701
|
* Number of days to wait after the scheduled day to run an association. For example, if you specified a cron schedule of cron(0 0 ? * THU#2 *), you could specify an offset of 3 to run the association each Sunday after the second Thursday of the month. For more information about cron schedules for associations, see Reference: Cron and rate expressions for Systems Manager in the Amazon Web Services Systems Manager User Guide. To use offsets, you must specify the ApplyOnlyAtCronInterval parameter. This option tells the system not to run an association immediately after you create it.
|
2686
2702
|
*/
|
2687
2703
|
ScheduleOffset?: ScheduleOffset;
|
2704
|
+
/**
|
2705
|
+
* The number of hours the association can run before it is canceled. Duration applies to associations that are currently running, and any pending and in progress commands on all targets. If a target was taken offline for the association to run, it is made available again immediately, without a reboot. The Duration parameter applies only when both these conditions are true: The association for which you specify a duration is cancelable according to the parameters of the SSM command document or Automation runbook associated with this execution. The command specifies the ApplyOnlyAtCronInterval parameter, which means that the association doesn't run immediately after it is created, but only according to the specified schedule.
|
2706
|
+
*/
|
2707
|
+
Duration?: Duration;
|
2688
2708
|
/**
|
2689
2709
|
* A key-value mapping of document parameters to target resources. Both Targets and TargetMaps can't be specified together.
|
2690
2710
|
*/
|
@@ -3468,7 +3488,7 @@ declare namespace SSM {
|
|
3468
3488
|
*/
|
3469
3489
|
DocumentVersion?: DocumentVersion;
|
3470
3490
|
/**
|
3471
|
-
* An optional field specifying the version of the artifact associated with the document. For example,
|
3491
|
+
* An optional field specifying the version of the artifact associated with the document. For example, 12.6. This value is unique across all versions of a document, and can't be changed.
|
3472
3492
|
*/
|
3473
3493
|
VersionName?: DocumentVersionName;
|
3474
3494
|
}
|
@@ -4317,7 +4337,7 @@ declare namespace SSM {
|
|
4317
4337
|
*/
|
4318
4338
|
Owner?: DocumentOwner;
|
4319
4339
|
/**
|
4320
|
-
* An optional field specifying the version of the artifact associated with the document. For example,
|
4340
|
+
* An optional field specifying the version of the artifact associated with the document. For example, 12.6. This value is unique across all versions of a document, and can't be changed.
|
4321
4341
|
*/
|
4322
4342
|
VersionName?: DocumentVersionName;
|
4323
4343
|
/**
|
@@ -4424,7 +4444,7 @@ declare namespace SSM {
|
|
4424
4444
|
*/
|
4425
4445
|
RequireType?: RequireType;
|
4426
4446
|
/**
|
4427
|
-
* An optional field specifying the version of the artifact associated with the document. For example,
|
4447
|
+
* An optional field specifying the version of the artifact associated with the document. For example, 12.6. This value is unique across all versions of a document, and can't be changed.
|
4428
4448
|
*/
|
4429
4449
|
VersionName?: DocumentVersionName;
|
4430
4450
|
}
|
@@ -4496,7 +4516,7 @@ declare namespace SSM {
|
|
4496
4516
|
*/
|
4497
4517
|
DocumentVersion?: DocumentVersion;
|
4498
4518
|
/**
|
4499
|
-
* The version of the artifact associated with the document. For example,
|
4519
|
+
* The version of the artifact associated with the document. For example, 12.6. This value is unique across all versions of a document, and can't be changed.
|
4500
4520
|
*/
|
4501
4521
|
VersionName?: DocumentVersionName;
|
4502
4522
|
/**
|
@@ -4528,6 +4548,7 @@ declare namespace SSM {
|
|
4528
4548
|
export type DocumentVersionName = string;
|
4529
4549
|
export type DocumentVersionNumber = string;
|
4530
4550
|
export type DryRun = boolean;
|
4551
|
+
export type Duration = number;
|
4531
4552
|
export type EffectiveInstanceAssociationMaxResults = number;
|
4532
4553
|
export interface EffectivePatch {
|
4533
4554
|
/**
|
@@ -4707,7 +4728,7 @@ declare namespace SSM {
|
|
4707
4728
|
*/
|
4708
4729
|
Target?: SessionTarget;
|
4709
4730
|
/**
|
4710
|
-
* The status of the connection to the managed node.
|
4731
|
+
* The status of the connection to the managed node.
|
4711
4732
|
*/
|
4712
4733
|
Status?: ConnectionStatus;
|
4713
4734
|
}
|
@@ -4765,7 +4786,7 @@ declare namespace SSM {
|
|
4765
4786
|
*/
|
4766
4787
|
Name: DocumentARN;
|
4767
4788
|
/**
|
4768
|
-
* An optional field specifying the version of the artifact associated with the document. For example,
|
4789
|
+
* An optional field specifying the version of the artifact associated with the document. For example, 12.6. This value is unique across all versions of a document and can't be changed.
|
4769
4790
|
*/
|
4770
4791
|
VersionName?: DocumentVersionName;
|
4771
4792
|
/**
|
@@ -4791,7 +4812,7 @@ declare namespace SSM {
|
|
4791
4812
|
*/
|
4792
4813
|
DisplayName?: DocumentDisplayName;
|
4793
4814
|
/**
|
4794
|
-
* The version of the artifact associated with the document. For example,
|
4815
|
+
* The version of the artifact associated with the document. For example, 12.6. This value is unique across all versions of a document, and can't be changed.
|
4795
4816
|
*/
|
4796
4817
|
VersionName?: DocumentVersionName;
|
4797
4818
|
/**
|
@@ -7603,7 +7624,7 @@ declare namespace SSM {
|
|
7603
7624
|
*/
|
7604
7625
|
Type?: ParameterType;
|
7605
7626
|
/**
|
7606
|
-
* The
|
7627
|
+
* The alias of the Key Management Service (KMS) key used to encrypt the parameter. Applies to SecureString parameters only
|
7607
7628
|
*/
|
7608
7629
|
KeyId?: ParameterKeyId;
|
7609
7630
|
/**
|
@@ -7676,7 +7697,7 @@ declare namespace SSM {
|
|
7676
7697
|
*/
|
7677
7698
|
Type?: ParameterType;
|
7678
7699
|
/**
|
7679
|
-
* The
|
7700
|
+
* The alias of the Key Management Service (KMS) key used to encrypt the parameter. Applies to SecureString parameters only.
|
7680
7701
|
*/
|
7681
7702
|
KeyId?: ParameterKeyId;
|
7682
7703
|
/**
|
@@ -7931,7 +7952,7 @@ declare namespace SSM {
|
|
7931
7952
|
*/
|
7932
7953
|
InstalledTime: DateTime;
|
7933
7954
|
/**
|
7934
|
-
* The IDs of one or more Common Vulnerabilities and Exposure (CVE) issues that are resolved by the patch.
|
7955
|
+
* The IDs of one or more Common Vulnerabilities and Exposure (CVE) issues that are resolved by the patch. Currently, CVE ID values are reported only for patches with a status of Missing or Failed.
|
7935
7956
|
*/
|
7936
7957
|
CVEIds?: PatchCVEIds;
|
7937
7958
|
}
|
@@ -9477,6 +9498,10 @@ declare namespace SSM {
|
|
9477
9498
|
* Number of days to wait after the scheduled day to run an association. For example, if you specified a cron schedule of cron(0 0 ? * THU#2 *), you could specify an offset of 3 to run the association each Sunday after the second Thursday of the month. For more information about cron schedules for associations, see Reference: Cron and rate expressions for Systems Manager in the Amazon Web Services Systems Manager User Guide. To use offsets, you must specify the ApplyOnlyAtCronInterval parameter. This option tells the system not to run an association immediately after you create it.
|
9478
9499
|
*/
|
9479
9500
|
ScheduleOffset?: ScheduleOffset;
|
9501
|
+
/**
|
9502
|
+
* The number of hours the association can run before it is canceled. Duration applies to associations that are currently running, and any pending and in progress commands on all targets. If a target was taken offline for the association to run, it is made available again immediately, without a reboot. The Duration parameter applies only when both these conditions are true: The association for which you specify a duration is cancelable according to the parameters of the SSM command document or Automation runbook associated with this execution. The command specifies the ApplyOnlyAtCronInterval parameter, which means that the association doesn't run immediately after it is updated, but only according to the specified schedule.
|
9503
|
+
*/
|
9504
|
+
Duration?: Duration;
|
9480
9505
|
/**
|
9481
9506
|
* A key-value mapping of document parameters to target resources. Both Targets and TargetMaps can't be specified together.
|
9482
9507
|
*/
|
@@ -9559,7 +9584,7 @@ declare namespace SSM {
|
|
9559
9584
|
*/
|
9560
9585
|
DisplayName?: DocumentDisplayName;
|
9561
9586
|
/**
|
9562
|
-
* An optional field specifying the version of the artifact you are updating with the document. For example,
|
9587
|
+
* An optional field specifying the version of the artifact you are updating with the document. For example, 12.6. This value is unique across all versions of a document, and can't be changed.
|
9563
9588
|
*/
|
9564
9589
|
VersionName?: DocumentVersionName;
|
9565
9590
|
/**
|