diff --git a/apis/batch/2016-08-10/docs-2.json b/apis/batch/2016-08-10/docs-2.json
index c7df8f81b65..14417072de0 100644
--- a/apis/batch/2016-08-10/docs-2.json
+++ b/apis/batch/2016-08-10/docs-2.json
@@ -19,7 +19,7 @@
"ListSchedulingPolicies": "
Returns a list of Batch scheduling policies.
",
"ListTagsForResource": "Lists the tags for an Batch resource. Batch resources that support tags are compute environments, jobs, job definitions, job queues, and scheduling policies. ARNs for child jobs of array and multi-node parallel (MNP) jobs are not supported.
",
"RegisterJobDefinition": "Registers an Batch job definition.
",
- "SubmitJob": "Submits an Batch job from a job definition. Parameters that are specified during SubmitJob override parameters defined in the job definition. vCPU and memory requirements that are specified in the resourceRequirements
objects in the job definition are the exception. They can't be overridden this way using the memory
and vcpus
parameters. Rather, you must specify updates to job definition parameters in a ResourceRequirements
object that's included in the containerOverrides
parameter.
Job queues with a scheduling policy are limited to 500 active fair share identifiers at a time.
Jobs that run on Fargate resources can't be guaranteed to run for more than 14 days. This is because, after 14 days, Fargate resources might become unavailable and job might be terminated.
",
+ "SubmitJob": "Submits an Batch job from a job definition. Parameters that are specified during SubmitJob override parameters defined in the job definition. vCPU and memory requirements that are specified in the resourceRequirements
objects in the job definition are the exception. They can't be overridden this way using the memory
and vcpus
parameters. Rather, you must specify updates to job definition parameters in a resourceRequirements
object that's included in the containerOverrides
parameter.
Job queues with a scheduling policy are limited to 500 active fair share identifiers at a time.
Jobs that run on Fargate resources can't be guaranteed to run for more than 14 days. This is because, after 14 days, Fargate resources might become unavailable and job might be terminated.
",
"TagResource": "Associates the specified tags to a resource with the specified resourceArn
. If existing tags on a resource aren't specified in the request parameters, they aren't changed. When a resource is deleted, the tags that are associated with that resource are deleted as well. Batch resources that support tags are compute environments, jobs, job definitions, job queues, and scheduling policies. ARNs for child jobs of array and multi-node parallel (MNP) jobs are not supported.
",
"TerminateJob": "Terminates a job in a job queue. Jobs that are in the STARTING
or RUNNING
state are terminated, which causes them to transition to FAILED
. Jobs that have not progressed to the STARTING
state are cancelled.
",
"UntagResource": "Deletes specified tags from an Batch resource.
",
@@ -472,14 +472,14 @@
"ComputeResourceUpdate$maxvCpus": "The maximum number of Amazon EC2 vCPUs that an environment can reach.
With both BEST_FIT_PROGRESSIVE
and SPOT_CAPACITY_OPTIMIZED
allocation strategies, Batch might need to exceed maxvCpus
to meet your capacity requirements. In this event, Batch never exceeds maxvCpus
by more than a single instance. That is, no more than a single instance from among those specified in your compute environment.
",
"ComputeResourceUpdate$desiredvCpus": "The desired number of Amazon EC2 vCPUS in the compute environment.
This parameter isn't applicable to jobs that are running on Fargate resources, and shouldn't be specified.
",
"ContainerDetail$vcpus": "The number of vCPUs reserved for the container. For jobs that run on EC2 resources, you can specify the vCPU requirement for the job using resourceRequirements
, but you can't specify the vCPU requirements in both the vcpus
and resourceRequirements
object. This parameter maps to CpuShares
in the Create a container section of the Docker Remote API and the --cpu-shares
option to docker run. Each vCPU is equivalent to 1,024 CPU shares. You must specify at least one vCPU. This is required but can be specified in several places. It must be specified for each node at least once.
This parameter isn't applicable to jobs that run on Fargate resources. For jobs that run on Fargate resources, you must specify the vCPU requirement for the job using resourceRequirements
.
",
- "ContainerDetail$memory": "For jobs run on EC2 resources that didn't specify memory requirements using resourceRequirements
, the number of MiB of memory reserved for the job. For other jobs, including all run on Fargate resources, see resourceRequirements
.
",
+ "ContainerDetail$memory": "For jobs running on EC2 resources that didn't specify memory requirements using resourceRequirements
, the number of MiB of memory reserved for the job. For other jobs, including all run on Fargate resources, see resourceRequirements
.
",
"ContainerDetail$exitCode": "The exit code to return upon completion.
",
- "ContainerOverrides$vcpus": "This parameter is deprecated, use resourceRequirements
to override the vcpus
parameter that's set in the job definition. It's not supported for jobs that run on Fargate resources. For jobs run on EC2 resources, it overrides the vcpus
parameter set in the job definition, but doesn't override any vCPU requirement specified in the resourceRequirements
structure in the job definition. To override vCPU requirements that are specified in the resourceRequirements
structure in the job definition, resourceRequirements
must be specified in the SubmitJob
request, with type
set to VCPU
and value
set to the new value. For more information, see Can't override job definition resource requirements in the Batch User Guide.
",
- "ContainerOverrides$memory": "This parameter is deprecated, use resourceRequirements
to override the memory requirements specified in the job definition. It's not supported for jobs that run on Fargate resources. For jobs run on EC2 resources, it overrides the memory
parameter set in the job definition, but doesn't override any memory requirement specified in the resourceRequirements
structure in the job definition. To override memory requirements that are specified in the resourceRequirements
structure in the job definition, resourceRequirements
must be specified in the SubmitJob
request, with type
set to MEMORY
and value
set to the new value. For more information, see Can't override job definition resource requirements in the Batch User Guide.
",
- "ContainerProperties$vcpus": "This parameter is deprecated, use resourceRequirements
to specify the vCPU requirements for the job definition. It's not supported for jobs that run on Fargate resources. For jobs run on EC2 resources, it specifies the number of vCPUs reserved for the job.
Each vCPU is equivalent to 1,024 CPU shares. This parameter maps to CpuShares
in the Create a container section of the Docker Remote API and the --cpu-shares
option to docker run. The number of vCPUs must be specified but can be specified in several places. You must specify it at least once for each node.
",
- "ContainerProperties$memory": "This parameter is deprecated, use resourceRequirements
to specify the memory requirements for the job definition. It's not supported for jobs that run on Fargate resources. For jobs run on EC2 resources, it specifies the memory hard limit (in MiB) for a container. If your container attempts to exceed the specified number, it's terminated. You must specify at least 4 MiB of memory for a job using this parameter. The memory hard limit can be specified in several places. It must be specified for each node at least once.
",
+ "ContainerOverrides$vcpus": "This parameter is deprecated, use resourceRequirements
to override the vcpus
parameter that's set in the job definition. It's not supported for jobs running on Fargate resources. For jobs running on EC2 resources, it overrides the vcpus
parameter set in the job definition, but doesn't override any vCPU requirement specified in the resourceRequirements
structure in the job definition. To override vCPU requirements that are specified in the resourceRequirements
structure in the job definition, resourceRequirements
must be specified in the SubmitJob
request, with type
set to VCPU
and value
set to the new value. For more information, see Can't override job definition resource requirements in the Batch User Guide.
",
+ "ContainerOverrides$memory": "This parameter is deprecated, use resourceRequirements
to override the memory requirements specified in the job definition. It's not supported for jobs running on Fargate resources. For jobs running on EC2 resources, it overrides the memory
parameter set in the job definition, but doesn't override any memory requirement specified in the resourceRequirements
structure in the job definition. To override memory requirements that are specified in the resourceRequirements
structure in the job definition, resourceRequirements
must be specified in the SubmitJob
request, with type
set to MEMORY
and value
set to the new value. For more information, see Can't override job definition resource requirements in the Batch User Guide.
",
+ "ContainerProperties$vcpus": "This parameter is deprecated, use resourceRequirements
to specify the vCPU requirements for the job definition. It's not supported for jobs running on Fargate resources. For jobs running on EC2 resources, it specifies the number of vCPUs reserved for the job.
Each vCPU is equivalent to 1,024 CPU shares. This parameter maps to CpuShares
in the Create a container section of the Docker Remote API and the --cpu-shares
option to docker run. The number of vCPUs must be specified but can be specified in several places. You must specify it at least once for each node.
",
+ "ContainerProperties$memory": "This parameter is deprecated, use resourceRequirements
to specify the memory requirements for the job definition. It's not supported for jobs running on Fargate resources. For jobs running on EC2 resources, it specifies the memory hard limit (in MiB) for a container. If your container attempts to exceed the specified number, it's terminated. You must specify at least 4 MiB of memory for a job using this parameter. The memory hard limit can be specified in several places. It must be specified for each node at least once.
",
"ContainerSummary$exitCode": "The exit code to return upon completion.
",
- "CreateComputeEnvironmentRequest$unmanagedvCpus": "The maximum number of vCPUs for an unmanaged compute environment. This parameter is only used for fair share scheduling to reserve vCPU capacity for new share identifiers. If this parameter isn't provided for a fair share job queue, no vCPU capacity is reserved.
This parameter is only supported when the type
parameter is set to UNMANAGED
/
",
+ "CreateComputeEnvironmentRequest$unmanagedvCpus": "The maximum number of vCPUs for an unmanaged compute environment. This parameter is only used for fair share scheduling to reserve vCPU capacity for new share identifiers. If this parameter isn't provided for a fair share job queue, no vCPU capacity is reserved.
This parameter is only supported when the type
parameter is set to UNMANAGED
.
",
"CreateJobQueueRequest$priority": "The priority of the job queue. Job queues with a higher priority (or a higher integer value for the priority
parameter) are evaluated first when associated with the same compute environment. Priority is determined in descending order. For example, a job queue with a priority value of 10
is given scheduling preference over a job queue with a priority value of 1
. All of the compute environments must be either EC2 (EC2
or SPOT
) or Fargate (FARGATE
or FARGATE_SPOT
); EC2 and Fargate compute environments can't be mixed.
",
"DescribeComputeEnvironmentsRequest$maxResults": "The maximum number of cluster results returned by DescribeComputeEnvironments
in paginated output. When this parameter is used, DescribeComputeEnvironments
only returns maxResults
results in a single page along with a nextToken
response element. The remaining results of the initial request can be seen by sending another DescribeComputeEnvironments
request with the returned nextToken
value. This value can be between 1 and 100. If this parameter isn't used, then DescribeComputeEnvironments
returns up to 100 results and a nextToken
value if applicable.
",
"DescribeJobDefinitionsRequest$maxResults": "The maximum number of results returned by DescribeJobDefinitions
in paginated output. When this parameter is used, DescribeJobDefinitions
only returns maxResults
results in a single page and a nextToken
response element. The remaining results of the initial request can be seen by sending another DescribeJobDefinitions
request with the returned nextToken
value. This value can be between 1 and 100. If this parameter isn't used, then DescribeJobDefinitions
returns up to 100 results and a nextToken
value if applicable.
",
@@ -944,7 +944,7 @@
"ContainerDetail$logStreamName": "The name of the CloudWatch Logs log stream associated with the container. The log group for Batch jobs is /aws/batch/job
. Each container attempt receives a log stream name when they reach the RUNNING
status.
",
"ContainerDetail$instanceType": "The instance type of the underlying host infrastructure of a multi-node parallel job.
This parameter isn't applicable to jobs that are running on Fargate resources.
",
"ContainerOverrides$instanceType": "The instance type to use for a multi-node parallel job.
This parameter isn't applicable to single-node container jobs or jobs that run on Fargate resources, and shouldn't be provided.
",
- "ContainerProperties$image": "The image used to start a container. This string is passed directly to the Docker daemon. Images in the Docker Hub registry are available by default. Other repositories are specified with repository-url/image:tag
. Up to 255 letters (uppercase and lowercase), numbers, hyphens, underscores, colons, periods, forward slashes, and number signs are allowed. This parameter maps to Image
in the Create a container section of the Docker Remote API and the IMAGE
parameter of docker run.
Docker image architecture must match the processor architecture of the compute resources that they're scheduled on. For example, ARM-based Docker images can only run on ARM-based compute resources.
-
Images in Amazon ECR repositories use the full registry and repository URI (for example, 012345678910.dkr.ecr.<region-name>.amazonaws.com/<repository-name>
).
-
Images in official repositories on Docker Hub use a single name (for example, ubuntu
or mongo
).
-
Images in other repositories on Docker Hub are qualified with an organization name (for example, amazon/amazon-ecs-agent
).
-
Images in other online repositories are qualified further by a domain name (for example, quay.io/assemblyline/ubuntu
).
",
+ "ContainerProperties$image": "The image used to start a container. This string is passed directly to the Docker daemon. Images in the Docker Hub registry are available by default. Other repositories are specified with repository-url/image:tag
. Up to 255 letters (uppercase and lowercase), numbers, hyphens, underscores, colons, periods, forward slashes, and number signs are allowed. This parameter maps to Image
in the Create a container section of the Docker Remote API and the IMAGE
parameter of docker run.
Docker image architecture must match the processor architecture of the compute resources that they're scheduled on. For example, ARM-based Docker images can only run on ARM-based compute resources.
-
Images in Amazon ECR Public repositories use the full registry/repository[:tag]
or registry/repository[@digest]
naming conventions. For example, public.ecr.aws/registry_alias/my-web-app:latest
.
-
Images in Amazon ECR repositories use the full registry and repository URI (for example, 012345678910.dkr.ecr.<region-name>.amazonaws.com/<repository-name>
).
-
Images in official repositories on Docker Hub use a single name (for example, ubuntu
or mongo
).
-
Images in other repositories on Docker Hub are qualified with an organization name (for example, amazon/amazon-ecs-agent
).
-
Images in other online repositories are qualified further by a domain name (for example, quay.io/assemblyline/ubuntu
).
",
"ContainerProperties$jobRoleArn": "The Amazon Resource Name (ARN) of the IAM role that the container can assume for Amazon Web Services permissions. For more information, see IAM Roles for Tasks in the Amazon Elastic Container Service Developer Guide.
",
"ContainerProperties$executionRoleArn": "The Amazon Resource Name (ARN) of the execution role that Batch can assume. For jobs that run on Fargate resources, you must provide an execution role. For more information, see Batch execution IAM role in the Batch User Guide.
",
"ContainerProperties$user": "The user name to use inside the container. This parameter maps to User
in the Create a container section of the Docker Remote API and the --user
option to docker run.
",
diff --git a/apis/ec2/2016-11-15/api-2.json b/apis/ec2/2016-11-15/api-2.json
index 3f80df7e7d9..066614d7a8d 100644
--- a/apis/ec2/2016-11-15/api-2.json
+++ b/apis/ec2/2016-11-15/api-2.json
@@ -5042,6 +5042,26 @@
"Description":{"shape":"String"}
}
},
+ "AdditionalDetail":{
+ "type":"structure",
+ "members":{
+ "AdditionalDetailType":{
+ "shape":"String",
+ "locationName":"additionalDetailType"
+ },
+ "Component":{
+ "shape":"AnalysisComponent",
+ "locationName":"component"
+ }
+ }
+ },
+ "AdditionalDetailList":{
+ "type":"list",
+ "member":{
+ "shape":"AdditionalDetail",
+ "locationName":"item"
+ }
+ },
"Address":{
"type":"structure",
"members":{
@@ -8200,7 +8220,7 @@
"type":"structure",
"members":{
"PoolId":{
- "shape":"CoipPoolId",
+ "shape":"Ipv4PoolCoipId",
"locationName":"poolId"
},
"PoolCidrs":{
@@ -8225,7 +8245,7 @@
"CoipPoolIdSet":{
"type":"list",
"member":{
- "shape":"CoipPoolId",
+ "shape":"Ipv4PoolCoipId",
"locationName":"item"
}
},
@@ -18541,6 +18561,22 @@
"VpnGateway":{
"shape":"AnalysisComponent",
"locationName":"vpnGateway"
+ },
+ "TransitGateway":{
+ "shape":"AnalysisComponent",
+ "locationName":"transitGateway"
+ },
+ "TransitGatewayRouteTable":{
+ "shape":"AnalysisComponent",
+ "locationName":"transitGatewayRouteTable"
+ },
+ "TransitGatewayRouteTableRoute":{
+ "shape":"TransitGatewayRouteTableRoute",
+ "locationName":"transitGatewayRouteTableRoute"
+ },
+ "TransitGatewayAttachment":{
+ "shape":"AnalysisComponent",
+ "locationName":"transitGatewayAttachment"
}
}
},
@@ -19805,7 +19841,7 @@
"type":"structure",
"required":["PoolId"],
"members":{
- "PoolId":{"shape":"CoipPoolId"},
+ "PoolId":{"shape":"Ipv4PoolCoipId"},
"Filters":{
"shape":"FilterList",
"locationName":"Filter"
@@ -25029,6 +25065,7 @@
"delete-failed"
]
},
+ "Ipv4PoolCoipId":{"type":"string"},
"Ipv4PoolEc2Id":{"type":"string"},
"Ipv4PrefixList":{
"type":"list",
@@ -29686,6 +29723,18 @@
"Vpc":{
"shape":"AnalysisComponent",
"locationName":"vpc"
+ },
+ "AdditionalDetails":{
+ "shape":"AdditionalDetailList",
+ "locationName":"additionalDetailSet"
+ },
+ "TransitGateway":{
+ "shape":"AnalysisComponent",
+ "locationName":"transitGateway"
+ },
+ "TransitGatewayRouteTableRoute":{
+ "shape":"TransitGatewayRouteTableRoute",
+ "locationName":"transitGatewayRouteTableRoute"
}
}
},
@@ -37608,6 +37657,39 @@
"locationName":"item"
}
},
+ "TransitGatewayRouteTableRoute":{
+ "type":"structure",
+ "members":{
+ "DestinationCidr":{
+ "shape":"String",
+ "locationName":"destinationCidr"
+ },
+ "State":{
+ "shape":"String",
+ "locationName":"state"
+ },
+ "RouteOrigin":{
+ "shape":"String",
+ "locationName":"routeOrigin"
+ },
+ "PrefixListId":{
+ "shape":"String",
+ "locationName":"prefixListId"
+ },
+ "AttachmentId":{
+ "shape":"String",
+ "locationName":"attachmentId"
+ },
+ "ResourceId":{
+ "shape":"String",
+ "locationName":"resourceId"
+ },
+ "ResourceType":{
+ "shape":"String",
+ "locationName":"resourceType"
+ }
+ }
+ },
"TransitGatewayRouteTableState":{
"type":"string",
"enum":[
diff --git a/apis/ec2/2016-11-15/docs-2.json b/apis/ec2/2016-11-15/docs-2.json
index 974aa525ca0..15c7715cd9c 100644
--- a/apis/ec2/2016-11-15/docs-2.json
+++ b/apis/ec2/2016-11-15/docs-2.json
@@ -767,6 +767,18 @@
"AddPrefixListEntries$member": null
}
},
+ "AdditionalDetail": {
+ "base": "Describes an additional detail for a path analysis.
",
+ "refs": {
+ "AdditionalDetailList$member": null
+ }
+ },
+ "AdditionalDetailList": {
+ "base": null,
+ "refs": {
+ "PathComponent$AdditionalDetails": "The additional details.
"
+ }
+ },
"Address": {
"base": "Describes an Elastic IP address, or a carrier IP address.
",
"refs": {
@@ -936,6 +948,7 @@
"AnalysisComponent": {
"base": "Describes a path component.
",
"refs": {
+ "AdditionalDetail$Component": "The path component.
",
"AnalysisComponentList$member": null,
"AnalysisLoadBalancerTarget$Instance": "Information about the instance.
",
"Explanation$Acl": "The network ACL.
",
@@ -961,12 +974,16 @@
"Explanation$VpcEndpoint": "The VPC endpoint.
",
"Explanation$VpnConnection": "The VPN connection.
",
"Explanation$VpnGateway": "The VPN gateway.
",
+ "Explanation$TransitGateway": "The transit gateway.
",
+ "Explanation$TransitGatewayRouteTable": "The transit gateway route table.
",
+ "Explanation$TransitGatewayAttachment": "The transit gateway attachment.
",
"PathComponent$AttachedTo": "The resource to which the path component is attached.
",
"PathComponent$Component": "The component.
",
"PathComponent$DestinationVpc": "The destination VPC.
",
"PathComponent$SourceVpc": "The source VPC.
",
"PathComponent$Subnet": "The subnet.
",
- "PathComponent$Vpc": "The component VPC.
"
+ "PathComponent$Vpc": "The component VPC.
",
+ "PathComponent$TransitGateway": null
}
},
"AnalysisComponentList": {
@@ -3181,9 +3198,6 @@
"CoipPoolId": {
"base": null,
"refs": {
- "CoipPool$PoolId": "The ID of the address pool.
",
- "CoipPoolIdSet$member": null,
- "GetCoipPoolUsageRequest$PoolId": "The ID of the address pool.
",
"ModifySubnetAttributeRequest$CustomerOwnedIpv4Pool": "The customer-owned IPv4 address pool associated with the subnet.
You must set this value when you specify true
for MapCustomerOwnedIpOnLaunch
.
",
"Subnet$CustomerOwnedIpv4Pool": "The customer-owned IPv4 address pool associated with the subnet.
"
}
@@ -7947,8 +7961,8 @@
"DescribeNetworkAclsRequest$Filters": "One or more filters.
-
association.association-id
- The ID of an association ID for the ACL.
-
association.network-acl-id
- The ID of the network ACL involved in the association.
-
association.subnet-id
- The ID of the subnet involved in the association.
-
default
- Indicates whether the ACL is the default network ACL for the VPC.
-
entry.cidr
- The IPv4 CIDR range specified in the entry.
-
entry.icmp.code
- The ICMP code specified in the entry, if any.
-
entry.icmp.type
- The ICMP type specified in the entry, if any.
-
entry.ipv6-cidr
- The IPv6 CIDR range specified in the entry.
-
entry.port-range.from
- The start of the port range specified in the entry.
-
entry.port-range.to
- The end of the port range specified in the entry.
-
entry.protocol
- The protocol specified in the entry (tcp
| udp
| icmp
or a protocol number).
-
entry.rule-action
- Allows or denies the matching traffic (allow
| deny
).
-
entry.rule-number
- The number of an entry (in other words, rule) in the set of ACL entries.
-
network-acl-id
- The ID of the network ACL.
-
owner-id
- The ID of the Amazon Web Services account that owns the network ACL.
-
tag
:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key Owner
and the value TeamA
, specify tag:Owner
for the filter name and TeamA
for the filter value.
-
tag-key
- The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.
-
vpc-id
- The ID of the VPC for the network ACL.
",
"DescribeNetworkInsightsAccessScopeAnalysesRequest$Filters": "There are no supported filters.
",
"DescribeNetworkInsightsAccessScopesRequest$Filters": "There are no supported filters.
",
- "DescribeNetworkInsightsAnalysesRequest$Filters": "The filters. The following are possible values:
",
- "DescribeNetworkInsightsPathsRequest$Filters": "The filters. The following are possible values:
-
Destination - The ID of the resource.
-
DestinationPort - The destination port.
-
Name - The path name.
-
Protocol - The protocol.
-
Source - The ID of the resource.
",
+ "DescribeNetworkInsightsAnalysesRequest$Filters": "The filters. The following are the possible values:
",
+ "DescribeNetworkInsightsPathsRequest$Filters": "The filters. The following are the possible values:
-
Destination - The ID of the resource.
-
DestinationPort - The destination port.
-
Name - The path name.
-
Protocol - The protocol.
-
Source - The ID of the resource.
",
"DescribeNetworkInterfacePermissionsRequest$Filters": "One or more filters.
-
network-interface-permission.network-interface-permission-id
- The ID of the permission.
-
network-interface-permission.network-interface-id
- The ID of the network interface.
-
network-interface-permission.aws-account-id
- The Amazon Web Services account ID.
-
network-interface-permission.aws-service
- The Amazon Web Service.
-
network-interface-permission.permission
- The type of permission (INSTANCE-ATTACH
| EIP-ASSOCIATE
).
",
"DescribeNetworkInterfacesRequest$Filters": "One or more filters.
-
addresses.private-ip-address
- The private IPv4 addresses associated with the network interface.
-
addresses.primary
- Whether the private IPv4 address is the primary IP address associated with the network interface.
-
addresses.association.public-ip
- The association ID returned when the network interface was associated with the Elastic IP address (IPv4).
-
addresses.association.owner-id
- The owner ID of the addresses associated with the network interface.
-
association.association-id
- The association ID returned when the network interface was associated with an IPv4 address.
-
association.allocation-id
- The allocation ID returned when you allocated the Elastic IP address (IPv4) for your network interface.
-
association.ip-owner-id
- The owner of the Elastic IP address (IPv4) associated with the network interface.
-
association.public-ip
- The address of the Elastic IP address (IPv4) bound to the network interface.
-
association.public-dns-name
- The public DNS name for the network interface (IPv4).
-
attachment.attachment-id
- The ID of the interface attachment.
-
attachment.attach-time
- The time that the network interface was attached to an instance.
-
attachment.delete-on-termination
- Indicates whether the attachment is deleted when an instance is terminated.
-
attachment.device-index
- The device index to which the network interface is attached.
-
attachment.instance-id
- The ID of the instance to which the network interface is attached.
-
attachment.instance-owner-id
- The owner ID of the instance to which the network interface is attached.
-
attachment.status
- The status of the attachment (attaching
| attached
| detaching
| detached
).
-
availability-zone
- The Availability Zone of the network interface.
-
description
- The description of the network interface.
-
group-id
- The ID of a security group associated with the network interface.
-
group-name
- The name of a security group associated with the network interface.
-
ipv6-addresses.ipv6-address
- An IPv6 address associated with the network interface.
-
interface-type
- The type of network interface (api_gateway_managed
| aws_codestar_connections_managed
| branch
| efa
| gateway_load_balancer
| gateway_load_balancer_endpoint
| global_accelerator_managed
| interface
| iot_rules_managed
| lambda
| load_balancer
| nat_gateway
| network_load_balancer
| quicksight
| transit_gateway
| trunk
| vpc_endpoint
).
-
mac-address
- The MAC address of the network interface.
-
network-interface-id
- The ID of the network interface.
-
owner-id
- The Amazon Web Services account ID of the network interface owner.
-
private-ip-address
- The private IPv4 address or addresses of the network interface.
-
private-dns-name
- The private DNS name of the network interface (IPv4).
-
requester-id
- The alias or Amazon Web Services account ID of the principal or service that created the network interface.
-
requester-managed
- Indicates whether the network interface is being managed by an Amazon Web Service (for example, Amazon Web Services Management Console, Auto Scaling, and so on).
-
source-dest-check
- Indicates whether the network interface performs source/destination checking. A value of true
means checking is enabled, and false
means checking is disabled. The value must be false
for the network interface to perform network address translation (NAT) in your VPC.
-
status
- The status of the network interface. If the network interface is not attached to an instance, the status is available
; if a network interface is attached to an instance the status is in-use
.
-
subnet-id
- The ID of the subnet for the network interface.
-
tag
:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key Owner
and the value TeamA
, specify tag:Owner
for the filter name and TeamA
for the filter value.
-
tag-key
- The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.
-
vpc-id
- The ID of the VPC for the network interface.
",
"DescribePlacementGroupsRequest$Filters": "The filters.
-
group-name
- The name of the placement group.
-
group-arn
- The Amazon Resource Name (ARN) of the placement group.
-
state
- The state of the placement group (pending
| available
| deleting
| deleted
).
-
strategy
- The strategy of the placement group (cluster
| spread
| partition
).
-
tag:<key>
- The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key Owner
and the value TeamA
, specify tag:Owner
for the filter name and TeamA
for the filter value.
-
tag-key
- The key of a tag assigned to the resource. Use this filter to find all resources that have a tag with a specific key, regardless of the tag value.
",
@@ -10967,6 +10981,14 @@
"Ipam$State": "The state of the IPAM.
"
}
},
+ "Ipv4PoolCoipId": {
+ "base": null,
+ "refs": {
+ "CoipPool$PoolId": "The ID of the address pool.
",
+ "CoipPoolIdSet$member": null,
+ "GetCoipPoolUsageRequest$PoolId": "The ID of the address pool.
"
+ }
+ },
"Ipv4PoolEc2Id": {
"base": null,
"refs": {
@@ -16258,6 +16280,7 @@
"AddIpamOperatingRegion$RegionName": "The name of the operating Region.
",
"AddPrefixListEntry$Cidr": "The CIDR block.
",
"AddPrefixListEntry$Description": "A description for the entry.
Constraints: Up to 255 characters in length.
",
+ "AdditionalDetail$AdditionalDetailType": "The information type.
",
"Address$InstanceId": "The ID of the instance that the address is associated with (if any).
",
"Address$PublicIp": "The Elastic IP address.
",
"Address$AllocationId": "The ID representing the allocation of the address for use with EC2-VPC.
",
@@ -16306,11 +16329,11 @@
"AnalysisRouteTableRoute$InstanceId": "The ID of the instance, such as a NAT instance.
",
"AnalysisRouteTableRoute$NatGatewayId": "The ID of a NAT gateway.
",
"AnalysisRouteTableRoute$NetworkInterfaceId": "The ID of a network interface.
",
- "AnalysisRouteTableRoute$Origin": "Describes how the route was created. The following are possible values:
-
CreateRouteTable
- The route was automatically created when the route table was created.
-
CreateRoute
- The route was manually added to the route table.
-
EnableVgwRoutePropagation
- The route was propagated by route propagation.
",
+ "AnalysisRouteTableRoute$Origin": "Describes how the route was created. The following are the possible values:
-
CreateRouteTable - The route was automatically created when the route table was created.
-
CreateRoute - The route was manually added to the route table.
-
EnableVgwRoutePropagation - The route was propagated by route propagation.
",
"AnalysisRouteTableRoute$TransitGatewayId": "The ID of a transit gateway.
",
"AnalysisRouteTableRoute$VpcPeeringConnectionId": "The ID of a VPC peering connection.
",
"AnalysisSecurityGroupRule$Cidr": "The IPv4 address range, in CIDR notation.
",
- "AnalysisSecurityGroupRule$Direction": "The direction. The following are possible values:
",
+ "AnalysisSecurityGroupRule$Direction": "The direction. The following are the possible values:
",
"AnalysisSecurityGroupRule$SecurityGroupId": "The security group ID.
",
"AnalysisSecurityGroupRule$PrefixListId": "The prefix list ID.
",
"AnalysisSecurityGroupRule$Protocol": "The protocol name.
",
@@ -16907,7 +16930,7 @@
"EventInformation$EventSubType": "The event.
error
events:
-
iamFleetRoleInvalid
- The EC2 Fleet or Spot Fleet does not have the required permissions either to launch or terminate an instance.
-
allLaunchSpecsTemporarilyBlacklisted
- None of the configurations are valid, and several attempts to launch instances have failed. For more information, see the description of the event.
-
spotInstanceCountLimitExceeded
- You've reached the limit on the number of Spot Instances that you can launch.
-
spotFleetRequestConfigurationInvalid
- The configuration is not valid. For more information, see the description of the event.
fleetRequestChange
events:
-
active
- The EC2 Fleet or Spot Fleet request has been validated and Amazon EC2 is attempting to maintain the target number of running instances.
-
cancelled
- The EC2 Fleet or Spot Fleet request is canceled and has no running instances. The EC2 Fleet or Spot Fleet will be deleted two days after its instances are terminated.
-
cancelled_running
- The EC2 Fleet or Spot Fleet request is canceled and does not launch additional instances. Its existing instances continue to run until they are interrupted or terminated. The request remains in this state until all instances are interrupted or terminated.
-
cancelled_terminating
- The EC2 Fleet or Spot Fleet request is canceled and its instances are terminating. The request remains in this state until all instances are terminated.
-
expired
- The EC2 Fleet or Spot Fleet request has expired. If the request was created with TerminateInstancesWithExpiration
set, a subsequent terminated
event indicates that the instances are terminated.
-
modify_in_progress
- The EC2 Fleet or Spot Fleet request is being modified. The request remains in this state until the modification is fully processed.
-
modify_succeeded
- The EC2 Fleet or Spot Fleet request was modified.
-
submitted
- The EC2 Fleet or Spot Fleet request is being evaluated and Amazon EC2 is preparing to launch the target number of instances.
-
progress
- The EC2 Fleet or Spot Fleet request is in the process of being fulfilled.
instanceChange
events:
-
launched
- A new instance was launched.
-
terminated
- An instance was terminated by the user.
-
termination_notified
- An instance termination notification was sent when a Spot Instance was terminated by Amazon EC2 during scale-down, when the target capacity of the fleet was modified down, for example, from a target capacity of 4 to a target capacity of 3.
Information
events:
-
fleetProgressHalted
- The price in every launch specification is not valid because it is below the Spot price (all the launch specifications have produced launchSpecUnusable
events). A launch specification might become valid if the Spot price changes.
-
launchSpecTemporarilyBlacklisted
- The configuration is not valid and several attempts to launch instances have failed. For more information, see the description of the event.
-
launchSpecUnusable
- The price in a launch specification is not valid because it is below the Spot price.
-
registerWithLoadBalancersFailed
- An attempt to register instances with load balancers failed. For more information, see the description of the event.
",
"EventInformation$InstanceId": "The ID of the instance. This information is available only for instanceChange
events.
",
"ExecutableByStringList$member": null,
- "Explanation$Direction": "The direction. The following are possible values:
",
+ "Explanation$Direction": "The direction. The following are the possible values:
",
"Explanation$ExplanationCode": "The explanation code.
",
"Explanation$MissingComponent": "The missing component.
",
"Explanation$PacketField": "The packet field.
",
@@ -17944,6 +17967,13 @@
"TransitGatewayRouteTableAssociation$ResourceId": "The ID of the resource.
",
"TransitGatewayRouteTablePropagation$TransitGatewayAttachmentId": "The ID of the attachment.
",
"TransitGatewayRouteTablePropagation$ResourceId": "The ID of the resource.
",
+ "TransitGatewayRouteTableRoute$DestinationCidr": "The CIDR block used for destination matches.
",
+ "TransitGatewayRouteTableRoute$State": "The state of the route.
",
+ "TransitGatewayRouteTableRoute$RouteOrigin": "The route origin. The following are the possible values:
",
+ "TransitGatewayRouteTableRoute$PrefixListId": "The ID of the prefix list.
",
+ "TransitGatewayRouteTableRoute$AttachmentId": "The ID of the route attachment.
",
+ "TransitGatewayRouteTableRoute$ResourceId": "The ID of the resource for the route attachment.
",
+ "TransitGatewayRouteTableRoute$ResourceType": "The resource type for the route attachment.
",
"TransitGatewayVpcAttachment$TransitGatewayAttachmentId": "The ID of the attachment.
",
"TransitGatewayVpcAttachment$TransitGatewayId": "The ID of the transit gateway.
",
"TransitGatewayVpcAttachment$VpcId": "The ID of the VPC.
",
@@ -19394,6 +19424,13 @@
"GetTransitGatewayRouteTablePropagationsResult$TransitGatewayRouteTablePropagations": "Information about the route table propagations.
"
}
},
+ "TransitGatewayRouteTableRoute": {
+ "base": "Describes a route in a transit gateway route table.
",
+ "refs": {
+ "Explanation$TransitGatewayRouteTableRoute": "The transit gateway route table route.
",
+ "PathComponent$TransitGatewayRouteTableRoute": "The route in a transit gateway route table.
"
+ }
+ },
"TransitGatewayRouteTableState": {
"base": null,
"refs": {
diff --git a/apis/ssm/2014-11-06/api-2.json b/apis/ssm/2014-11-06/api-2.json
index 109750e0e63..3037d975daf 100644
--- a/apis/ssm/2014-11-06/api-2.json
+++ b/apis/ssm/2014-11-06/api-2.json
@@ -7291,7 +7291,8 @@
"ORACLE_LINUX",
"DEBIAN",
"MACOS",
- "RASPBIAN"
+ "RASPBIAN",
+ "ROCKY_LINUX"
]
},
"OpsAggregator":{
diff --git a/apis/ssm/2014-11-06/docs-2.json b/apis/ssm/2014-11-06/docs-2.json
index 55f63446239..84ab2b19f22 100644
--- a/apis/ssm/2014-11-06/docs-2.json
+++ b/apis/ssm/2014-11-06/docs-2.json
@@ -2,7 +2,7 @@
"version": "2.0",
"service": "Amazon Web Services Systems Manager is a collection of capabilities that helps you automate management tasks such as collecting system inventory, applying operating system (OS) patches, automating the creation of Amazon Machine Images (AMIs), and configuring operating systems (OSs) and applications at scale. Systems Manager lets you remotely and securely manage the configuration of your managed nodes. A managed node is any Amazon Elastic Compute Cloud (Amazon EC2) instance, edge device, or on-premises server or virtual machine (VM) that has been configured for Systems Manager.
With support for IoT Greengrass core devices, the phrase managed instance has been changed to managed node in most of the Systems Manager documentation. The Systems Manager console, API calls, error messages, and SSM documents still use the term instance.
This reference is intended to be used with the Amazon Web Services Systems Manager User Guide.
To get started, verify prerequisites and configure managed nodes. For more information, see Setting up Amazon Web Services Systems Manager in the Amazon Web Services Systems Manager User Guide.
Related resources
",
"operations": {
- "AddTagsToResource": "Adds or overwrites one or more tags for the specified resource. Tags are metadata that you can assign to your automations, documents, managed nodes, maintenance windows, Parameter Store parameters, and patch baselines. Tags enable you to categorize your resources in different ways, for example, by purpose, owner, or environment. Each tag consists of a key and an optional value, both of which you define. For example, you could define a set of tags for your account's managed nodes that helps you track each node's owner and stack level. For example:
-
Key=Owner,Value=DbAdmin
-
Key=Owner,Value=SysAdmin
-
Key=Owner,Value=Dev
-
Key=Stack,Value=Production
-
Key=Stack,Value=Pre-Production
-
Key=Stack,Value=Test
Most resources can have a maximum of 50 tags. Automations can have a maximum of 5 tags.
We recommend that you devise a set of tag keys that meets your needs for each resource type. Using a consistent set of tag keys makes it easier for you to manage your resources. You can search and filter the resources based on the tags you add. Tags don't have any semantic meaning to and are interpreted strictly as a string of characters.
For more information about using tags with Amazon Elastic Compute Cloud (Amazon EC2) instances, see Tagging your Amazon EC2 resources in the Amazon EC2 User Guide.
",
+ "AddTagsToResource": "Adds or overwrites one or more tags for the specified resource. Tags are metadata that you can assign to your documents, managed nodes, maintenance windows, Parameter Store parameters, and patch baselines. Tags enable you to categorize your resources in different ways, for example, by purpose, owner, or environment. Each tag consists of a key and an optional value, both of which you define. For example, you could define a set of tags for your account's managed nodes that helps you track each node's owner and stack level. For example:
-
Key=Owner,Value=DbAdmin
-
Key=Owner,Value=SysAdmin
-
Key=Owner,Value=Dev
-
Key=Stack,Value=Production
-
Key=Stack,Value=Pre-Production
-
Key=Stack,Value=Test
Each resource can have a maximum of 50 tags.
We recommend that you devise a set of tag keys that meets your needs for each resource type. Using a consistent set of tag keys makes it easier for you to manage your resources. You can search and filter the resources based on the tags you add. Tags don't have any semantic meaning to and are interpreted strictly as a string of characters.
For more information about using tags with Amazon Elastic Compute Cloud (Amazon EC2) instances, see Tagging your Amazon EC2 resources in the Amazon EC2 User Guide.
",
"AssociateOpsItemRelatedItem": "Associates a related item to a Systems Manager OpsCenter OpsItem. For example, you can associate an Incident Manager incident or analysis with an OpsItem. Incident Manager and OpsCenter are capabilities of Amazon Web Services Systems Manager.
",
"CancelCommand": "Attempts to cancel the command specified by the Command ID. There is no guarantee that the command will be terminated and the underlying process stopped.
",
"CancelMaintenanceWindowExecution": "Stops a maintenance window execution that is already in progress and cancels any tasks in the window that haven't already starting running. Tasks already in progress will continue to completion.
",
@@ -75,7 +75,7 @@
"GetMaintenanceWindowExecution": "Retrieves details about a specific a maintenance window execution.
",
"GetMaintenanceWindowExecutionTask": "Retrieves the details about a specific task run as part of a maintenance window execution.
",
"GetMaintenanceWindowExecutionTaskInvocation": "Retrieves information about a specific task running on a specific target.
",
- "GetMaintenanceWindowTask": "Lists the tasks in a maintenance window.
For maintenance window tasks without a specified target, you can't supply values for --max-errors
and --max-concurrency
. Instead, the system inserts a placeholder value of 1
, which may be reported in the response to this command. These values don't affect the running of your task and can be ignored.
",
+ "GetMaintenanceWindowTask": "Retrieves the details of a maintenance window task.
For maintenance window tasks without a specified target, you can't supply values for --max-errors
and --max-concurrency
. Instead, the system inserts a placeholder value of 1
, which may be reported in the response to this command. These values don't affect the running of your task and can be ignored.
To retrieve a list of tasks in a maintenance window, instead use the DescribeMaintenanceWindowTasks command.
",
"GetOpsItem": "Get information about an OpsItem by using the ID. You must have permission in Identity and Access Management (IAM) to view information about an OpsItem. For more information, see Getting started with OpsCenter in the Amazon Web Services Systems Manager User Guide.
Operations engineers and IT professionals use Amazon Web Services Systems Manager OpsCenter to view, investigate, and remediate operational issues impacting the performance and health of their Amazon Web Services resources. For more information, see OpsCenter in the Amazon Web Services Systems Manager User Guide.
",
"GetOpsMetadata": "View operational metadata related to an application in Application Manager.
",
"GetOpsSummary": "View a summary of operations metadata (OpsData) based on specified filters and aggregators. OpsData can include information about Amazon Web Services Systems Manager OpsCenter operational workitems (OpsItems) as well as information about any Amazon Web Services resource or service configured to report OpsData to Amazon Web Services Systems Manager Explorer.
",
@@ -126,7 +126,7 @@
"UpdateAssociation": "Updates an association. You can update the association name and version, the document version, schedule, parameters, and Amazon Simple Storage Service (Amazon S3) output. When you call UpdateAssociation
, the system removes all optional parameters from the request and overwrites the association with null values for those parameters. This is by design. You must specify all optional parameters in the call, even if you are not changing the parameters. This includes the Name
parameter. Before calling this API action, we recommend that you call the DescribeAssociation API operation and make a note of all optional parameters required for your UpdateAssociation
call.
In order to call this API operation, your Identity and Access Management (IAM) user account, group, or role must be configured with permission to call the DescribeAssociation API operation. If you don't have permission to call DescribeAssociation
, then you receive the following error: An error occurred (AccessDeniedException) when calling the UpdateAssociation operation: User: <user_arn> isn't authorized to perform: ssm:DescribeAssociation on resource: <resource_arn>
When you update an association, the association immediately runs against the specified targets. You can add the ApplyOnlyAtCronInterval
parameter to run the association during the next schedule run.
",
"UpdateAssociationStatus": "Updates the status of the Amazon Web Services Systems Manager document (SSM document) associated with the specified managed node.
UpdateAssociationStatus
is primarily used by the Amazon Web Services Systems Manager Agent (SSM Agent) to report status updates about your associations and is only used for associations created with the InstanceId
legacy parameter.
",
"UpdateDocument": "Updates one or more values for an SSM document.
",
- "UpdateDocumentDefaultVersion": "Set the default version of a document.
",
+ "UpdateDocumentDefaultVersion": "Set the default version of a document.
If you change a document version for a State Manager association, Systems Manager immediately runs the association unless you previously specifed the apply-only-at-cron-interval
parameter.
",
"UpdateDocumentMetadata": "Updates information related to approval reviews for a specific version of a change template in Change Manager.
",
"UpdateMaintenanceWindow": "Updates an existing maintenance window. Only specified parameters are modified.
The value you specify for Duration
determines the specific end time for the maintenance window based on the time it begins. No maintenance window tasks are permitted to start after the resulting endtime minus the number of hours you specify for Cutoff
. For example, if the maintenance window starts at 3 PM, the duration is three hours, and the value you specify for Cutoff
is one hour, no maintenance window tasks can start after 5 PM.
",
"UpdateMaintenanceWindowTarget": "Modifies the target of an existing maintenance window. You can change the following:
-
Name
-
Description
-
Owner
-
IDs for an ID target
-
Tags for a Tag target
-
From any supported tag type to another. The three supported tag types are ID target, Tag target, and resource group. For more information, see Target.
If a parameter is null, then the corresponding field isn't modified.
",
@@ -254,7 +254,7 @@
"AssociationVersionInfo$ApplyOnlyAtCronInterval": "By default, when you create a new associations, the system runs it immediately after it is created and then according to the schedule you specified. Specify this option if you don't want an association to run immediately after you create it. This parameter isn't supported for rate expressions.
",
"CreateAssociationBatchRequestEntry$ApplyOnlyAtCronInterval": "By default, when you create a new associations, the system runs it immediately after it is created and then according to the schedule you specified. Specify this option if you don't want an association to run immediately after you create it. This parameter isn't supported for rate expressions.
",
"CreateAssociationRequest$ApplyOnlyAtCronInterval": "By default, when you create a new association, the system runs it immediately after it is created and then according to the schedule you specified. Specify this option if you don't want an association to run immediately after you create it. This parameter isn't supported for rate expressions.
",
- "UpdateAssociationRequest$ApplyOnlyAtCronInterval": "By default, when you update an association, the system runs it immediately after it is updated and then according to the schedule you specified. Specify this option if you don't want an association to run immediately after you update it. This parameter isn't supported for rate expressions.
Also, if you specified this option when you created the association, you can reset it. To do so, specify the no-apply-only-at-cron-interval
parameter when you update the association from the command line. This parameter forces the association to run immediately after updating it and according to the interval specified.
"
+ "UpdateAssociationRequest$ApplyOnlyAtCronInterval": "By default, when you update an association, the system runs it immediately after it is updated and then according to the schedule you specified. Specify this option if you don't want an association to run immediately after you update it. This parameter isn't supported for rate expressions.
If you chose this option when you created an association and later you edit that association or you make changes to the SSM document on which that association is based (by using the Documents page in the console), State Manager applies the association at the next specified cron interval. For example, if you chose the Latest
version of an SSM document when you created an association and you edit the association by choosing a different document version on the Documents page, State Manager applies the association at the next specified cron interval if you previously selected this option. If this option wasn't selected, State Manager immediately runs the association.
You can reset this option. To do so, specify the no-apply-only-at-cron-interval
parameter when you update the association from the command line. This parameter forces the association to run immediately after updating it and according to the interval specified.
"
}
},
"ApproveAfterDays": {
@@ -2483,7 +2483,7 @@
"DocumentVersion": {
"base": null,
"refs": {
- "Association$DocumentVersion": "The version of the document used in the association.
State Manager doesn't support running associations that use a new version of a document if that document is shared from another account. State Manager always runs the default
version of a document if shared from another account, even though the Systems Manager console shows that a new version was processed. If you want to run an association using a new version of a document shared form another account, you must set the document version to default
.
",
+ "Association$DocumentVersion": "The version of the document used in the association. If you change a document version for a State Manager association, Systems Manager immediately runs the association unless you previously specifed the apply-only-at-cron-interval
parameter.
State Manager doesn't support running associations that use a new version of a document if that document is shared from another account. State Manager always runs the default
version of a document if shared from another account, even though the Systems Manager console shows that a new version was processed. If you want to run an association using a new version of a document shared form another account, you must set the document version to default
.
",
"AssociationDescription$DocumentVersion": "The document version.
",
"AssociationVersionInfo$DocumentVersion": "The version of an Amazon Web Services Systems Manager document (SSM document) used when the association version was created.
",
"AutomationExecution$DocumentVersion": "The version of the document to use during execution.
",
@@ -2517,7 +2517,7 @@
"StartChangeRequestExecutionRequest$DocumentVersion": "The version of the change template document to run during the runbook workflow.
",
"UpdateAssociationRequest$DocumentVersion": "The document version you want update for the association.
State Manager doesn't support running associations that use a new version of a document if that document is shared from another account. State Manager always runs the default
version of a document if shared from another account, even though the Systems Manager console shows that a new version was processed. If you want to run an association using a new version of a document shared form another account, you must set the document version to default
.
",
"UpdateDocumentMetadataRequest$DocumentVersion": "The version of a change template in which to update approval metadata.
",
- "UpdateDocumentRequest$DocumentVersion": "The version of the document that you want to update. Currently, Systems Manager supports updating only the latest version of the document. You can specify the version number of the latest version or use the $LATEST
variable.
"
+ "UpdateDocumentRequest$DocumentVersion": "The version of the document that you want to update. Currently, Systems Manager supports updating only the latest version of the document. You can specify the version number of the latest version or use the $LATEST
variable.
If you change a document version for a State Manager association, Systems Manager immediately runs the association unless you previously specifed the apply-only-at-cron-interval
parameter.
"
}
},
"DocumentVersionInfo": {
@@ -6825,9 +6825,9 @@
"ResourceId": {
"base": null,
"refs": {
- "AddTagsToResourceRequest$ResourceId": "The resource ID you want to tag.
Use the ID of the resource. Here are some examples:
MaintenanceWindow
: mw-012345abcde
PatchBaseline
: pb-012345abcde
Automation
: example-c160-4567-8519-012345abcde
OpsMetadata
object: ResourceID
for tagging is created from the Amazon Resource Name (ARN) for the object. Specifically, ResourceID
is created from the strings that come after the word opsmetadata
in the ARN. For example, an OpsMetadata object with an ARN of arn:aws:ssm:us-east-2:1234567890:opsmetadata/aws/ssm/MyGroup/appmanager
has a ResourceID
of either aws/ssm/MyGroup/appmanager
or /aws/ssm/MyGroup/appmanager
.
For the Document
and Parameter
values, use the name of the resource.
ManagedInstance
: mi-012345abcde
The ManagedInstance
type for this API operation is only for on-premises managed nodes. You must specify the name of the managed node in the following format: mi-ID_number
. For example, mi-1a2b3c4d5e6f
.
",
+ "AddTagsToResourceRequest$ResourceId": "The resource ID you want to tag.
Use the ID of the resource. Here are some examples:
MaintenanceWindow
: mw-012345abcde
PatchBaseline
: pb-012345abcde
OpsMetadata
object: ResourceID
for tagging is created from the Amazon Resource Name (ARN) for the object. Specifically, ResourceID
is created from the strings that come after the word opsmetadata
in the ARN. For example, an OpsMetadata object with an ARN of arn:aws:ssm:us-east-2:1234567890:opsmetadata/aws/ssm/MyGroup/appmanager
has a ResourceID
of either aws/ssm/MyGroup/appmanager
or /aws/ssm/MyGroup/appmanager
.
For the Document
and Parameter
values, use the name of the resource.
ManagedInstance
: mi-012345abcde
The ManagedInstance
type for this API operation is only for on-premises managed nodes. You must specify the name of the managed node in the following format: mi-ID_number
. For example, mi-1a2b3c4d5e6f
.
",
"ListTagsForResourceRequest$ResourceId": "The resource ID for which you want to see a list of tags.
",
- "RemoveTagsFromResourceRequest$ResourceId": "The ID of the resource from which you want to remove tags. For example:
ManagedInstance: mi-012345abcde
MaintenanceWindow: mw-012345abcde
Automation
: example-c160-4567-8519-012345abcde
PatchBaseline: pb-012345abcde
OpsMetadata object: ResourceID
for tagging is created from the Amazon Resource Name (ARN) for the object. Specifically, ResourceID
is created from the strings that come after the word opsmetadata
in the ARN. For example, an OpsMetadata object with an ARN of arn:aws:ssm:us-east-2:1234567890:opsmetadata/aws/ssm/MyGroup/appmanager
has a ResourceID
of either aws/ssm/MyGroup/appmanager
or /aws/ssm/MyGroup/appmanager
.
For the Document and Parameter values, use the name of the resource.
The ManagedInstance
type for this API operation is only for on-premises managed nodes. Specify the name of the managed node in the following format: mi-ID_number. For example, mi-1a2b3c4d5e6f.
"
+ "RemoveTagsFromResourceRequest$ResourceId": "The ID of the resource from which you want to remove tags. For example:
ManagedInstance: mi-012345abcde
MaintenanceWindow: mw-012345abcde
PatchBaseline: pb-012345abcde
OpsMetadata object: ResourceID
for tagging is created from the Amazon Resource Name (ARN) for the object. Specifically, ResourceID
is created from the strings that come after the word opsmetadata
in the ARN. For example, an OpsMetadata object with an ARN of arn:aws:ssm:us-east-2:1234567890:opsmetadata/aws/ssm/MyGroup/appmanager
has a ResourceID
of either aws/ssm/MyGroup/appmanager
or /aws/ssm/MyGroup/appmanager
.
For the Document and Parameter values, use the name of the resource.
The ManagedInstance
type for this API operation is only for on-premises managed nodes. Specify the name of the managed node in the following format: mi-ID_number. For example, mi-1a2b3c4d5e6f.
"
}
},
"ResourceInUseException": {
@@ -7623,7 +7623,7 @@
"DocumentIdentifier$Tags": "The tags, or metadata, that have been applied to the document.
",
"ListTagsForResourceResult$TagList": "A list of tags.
",
"PutParameterRequest$Tags": "Optional metadata that you assign to a resource. Tags enable you to categorize a resource in different ways, such as by purpose, owner, or environment. For example, you might want to tag a Systems Manager parameter to identify the type of resource to which it applies, the environment, or the type of configuration data referenced by the parameter. In this case, you could specify the following key-value pairs:
-
Key=Resource,Value=S3bucket
-
Key=OS,Value=Windows
-
Key=ParameterType,Value=LicenseKey
To add tags to an existing Systems Manager parameter, use the AddTagsToResource operation.
",
- "StartAutomationExecutionRequest$Tags": "Optional metadata that you assign to a resource. You can specify a maximum of five tags for an automation. Tags enable you to categorize a resource in different ways, such as by purpose, owner, or environment. For example, you might want to tag an automation to identify an environment or operating system. In this case, you could specify the following key-value pairs:
To add tags to an existing automation, use the AddTagsToResource operation.
",
+ "StartAutomationExecutionRequest$Tags": "Optional metadata that you assign to a resource. You can specify a maximum of five tags for an automation. Tags enable you to categorize a resource in different ways, such as by purpose, owner, or environment. For example, you might want to tag an automation to identify an environment or operating system. In this case, you could specify the following key-value pairs:
To add tags to an existing patch baseline, use the AddTagsToResource operation.
",
"StartChangeRequestExecutionRequest$Tags": "Optional metadata that you assign to a resource. You can specify a maximum of five tags for a change request. Tags enable you to categorize a resource in different ways, such as by purpose, owner, or environment. For example, you might want to tag a change request to identify an environment or target Amazon Web Services Region. In this case, you could specify the following key-value pairs:
-
Key=Environment,Value=Production
-
Key=Region,Value=us-east-2
"
}
},
diff --git a/gems/aws-sdk-batch/CHANGELOG.md b/gems/aws-sdk-batch/CHANGELOG.md
index 584a6b00dbe..ae8529c320c 100644
--- a/gems/aws-sdk-batch/CHANGELOG.md
+++ b/gems/aws-sdk-batch/CHANGELOG.md
@@ -1,6 +1,11 @@
Unreleased Changes
------------------
+1.60.0 (2022-03-25)
+------------------
+
+* Feature - Bug Fix: Fixed a bug where shapes were marked as unboxed and were not serialized and sent over the wire, causing an API error from the service.
+
1.59.0 (2022-02-24)
------------------
diff --git a/gems/aws-sdk-batch/VERSION b/gems/aws-sdk-batch/VERSION
index bb120e876c6..4d5fde5bd16 100644
--- a/gems/aws-sdk-batch/VERSION
+++ b/gems/aws-sdk-batch/VERSION
@@ -1 +1 @@
-1.59.0
+1.60.0
diff --git a/gems/aws-sdk-batch/lib/aws-sdk-batch.rb b/gems/aws-sdk-batch/lib/aws-sdk-batch.rb
index e55b6b51245..9711de9e64f 100644
--- a/gems/aws-sdk-batch/lib/aws-sdk-batch.rb
+++ b/gems/aws-sdk-batch/lib/aws-sdk-batch.rb
@@ -48,6 +48,6 @@
# @!group service
module Aws::Batch
- GEM_VERSION = '1.59.0'
+ GEM_VERSION = '1.60.0'
end
diff --git a/gems/aws-sdk-batch/lib/aws-sdk-batch/client.rb b/gems/aws-sdk-batch/lib/aws-sdk-batch/client.rb
index b09101fccfa..6d2920e56f4 100644
--- a/gems/aws-sdk-batch/lib/aws-sdk-batch/client.rb
+++ b/gems/aws-sdk-batch/lib/aws-sdk-batch/client.rb
@@ -491,7 +491,7 @@ def cancel_job(params = {}, options = {})
# for a fair share job queue, no vCPU capacity is reserved.
#
# This parameter is only supported when the `type` parameter is set to
- # `UNMANAGED`/
+ # `UNMANAGED`.
#
#
#
@@ -2623,7 +2623,7 @@ def register_job_definition(params = {}, options = {})
# `resourceRequirements` objects in the job definition are the
# exception. They can't be overridden this way using the `memory` and
# `vcpus` parameters. Rather, you must specify updates to job definition
- # parameters in a `ResourceRequirements` object that's included in the
+ # parameters in a `resourceRequirements` object that's included in the
# `containerOverrides` parameter.
#
# Job queues with a scheduling policy are limited to 500 active fair
@@ -3282,7 +3282,7 @@ def build_request(operation_name, params = {})
params: params,
config: config)
context[:gem_name] = 'aws-sdk-batch'
- context[:gem_version] = '1.59.0'
+ context[:gem_version] = '1.60.0'
Seahorse::Client::Request.new(handlers, context)
end
diff --git a/gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb b/gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb
index 55a0530ecd9..1038911fe1d 100644
--- a/gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb
+++ b/gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb
@@ -860,7 +860,7 @@ class ComputeResourceUpdate < Struct.new(
# @return [Integer]
#
# @!attribute [rw] memory
- # For jobs run on EC2 resources that didn't specify memory
+ # For jobs running on EC2 resources that didn't specify memory
# requirements using `resourceRequirements`, the number of MiB of
# memory reserved for the job. For other jobs, including all run on
# Fargate resources, see `resourceRequirements`.
@@ -1136,7 +1136,7 @@ class ContainerDetail < Struct.new(
# @!attribute [rw] vcpus
# This parameter is deprecated, use `resourceRequirements` to override
# the `vcpus` parameter that's set in the job definition. It's not
- # supported for jobs that run on Fargate resources. For jobs run on
+ # supported for jobs running on Fargate resources. For jobs running on
# EC2 resources, it overrides the `vcpus` parameter set in the job
# definition, but doesn't override any vCPU requirement specified in
# the `resourceRequirements` structure in the job definition. To
@@ -1155,7 +1155,7 @@ class ContainerDetail < Struct.new(
# @!attribute [rw] memory
# This parameter is deprecated, use `resourceRequirements` to override
# the memory requirements specified in the job definition. It's not
- # supported for jobs that run on Fargate resources. For jobs run on
+ # supported for jobs running on Fargate resources. For jobs running on
# EC2 resources, it overrides the `memory` parameter set in the job
# definition, but doesn't override any memory requirement specified
# in the `resourceRequirements` structure in the job definition. To
@@ -1340,6 +1340,11 @@ class ContainerOverrides < Struct.new(
#
#
#
+ # * Images in Amazon ECR Public repositories use the full
+ # `registry/repository[:tag]` or `registry/repository[@digest]`
+ # naming conventions. For example,
+ # `public.ecr.aws/registry_alias/my-web-app:latest `.
+ #
# * Images in Amazon ECR repositories use the full registry and
# repository URI (for example,
# `012345678910.dkr.ecr..amazonaws.com/`).
@@ -1363,7 +1368,7 @@ class ContainerOverrides < Struct.new(
# @!attribute [rw] vcpus
# This parameter is deprecated, use `resourceRequirements` to specify
# the vCPU requirements for the job definition. It's not supported
- # for jobs that run on Fargate resources. For jobs run on EC2
+ # for jobs running on Fargate resources. For jobs running on EC2
# resources, it specifies the number of vCPUs reserved for the job.
#
# Each vCPU is equivalent to 1,024 CPU shares. This parameter maps to
@@ -1382,7 +1387,7 @@ class ContainerOverrides < Struct.new(
# @!attribute [rw] memory
# This parameter is deprecated, use `resourceRequirements` to specify
# the memory requirements for the job definition. It's not supported
- # for jobs that run on Fargate resources. For jobs run on EC2
+ # for jobs running on Fargate resources. For jobs running on EC2
# resources, it specifies the memory hard limit (in MiB) for a
# container. If your container attempts to exceed the specified
# number, it's terminated. You must specify at least 4 MiB of memory
@@ -1746,7 +1751,7 @@ class ContainerSummary < Struct.new(
# provided for a fair share job queue, no vCPU capacity is reserved.
#
# This parameter is only supported when the `type` parameter is set to
- # `UNMANAGED`/
+ # `UNMANAGED`.
#
#
# @return [Integer]
diff --git a/gems/aws-sdk-ec2/CHANGELOG.md b/gems/aws-sdk-ec2/CHANGELOG.md
index f8711020203..bd5cc0bdbff 100644
--- a/gems/aws-sdk-ec2/CHANGELOG.md
+++ b/gems/aws-sdk-ec2/CHANGELOG.md
@@ -1,6 +1,11 @@
Unreleased Changes
------------------
+1.304.0 (2022-03-25)
+------------------
+
+* Feature - This is release adds support for Amazon VPC Reachability Analyzer to analyze path through a Transit Gateway.
+
1.303.0 (2022-03-15)
------------------
diff --git a/gems/aws-sdk-ec2/VERSION b/gems/aws-sdk-ec2/VERSION
index 04780bff1d2..a223a68a10d 100644
--- a/gems/aws-sdk-ec2/VERSION
+++ b/gems/aws-sdk-ec2/VERSION
@@ -1 +1 @@
-1.303.0
+1.304.0
diff --git a/gems/aws-sdk-ec2/lib/aws-sdk-ec2.rb b/gems/aws-sdk-ec2/lib/aws-sdk-ec2.rb
index 8635a6c33ba..b48a74cffd8 100644
--- a/gems/aws-sdk-ec2/lib/aws-sdk-ec2.rb
+++ b/gems/aws-sdk-ec2/lib/aws-sdk-ec2.rb
@@ -72,6 +72,6 @@
# @!group service
module Aws::EC2
- GEM_VERSION = '1.303.0'
+ GEM_VERSION = '1.304.0'
end
diff --git a/gems/aws-sdk-ec2/lib/aws-sdk-ec2/client.rb b/gems/aws-sdk-ec2/lib/aws-sdk-ec2/client.rb
index dbeab42f083..f8986a3826e 100644
--- a/gems/aws-sdk-ec2/lib/aws-sdk-ec2/client.rb
+++ b/gems/aws-sdk-ec2/lib/aws-sdk-ec2/client.rb
@@ -18079,7 +18079,7 @@ def describe_client_vpn_target_networks(params = {}, options = {})
# @example Request syntax with placeholder values
#
# resp = client.describe_coip_pools({
- # pool_ids: ["CoipPoolId"],
+ # pool_ids: ["Ipv4PoolCoipId"],
# filters: [
# {
# name: "String",
@@ -24365,7 +24365,7 @@ def describe_network_insights_access_scopes(params = {}, options = {})
# The time when the network insights analyses ended.
#
# @option params [Array] :filters
- # The filters. The following are possible values:
+ # The filters. The following are the possible values:
#
# * PathFound - A Boolean value that indicates whether a feasible path
# is found.
@@ -24491,6 +24491,21 @@ def describe_network_insights_access_scopes(params = {}, options = {})
# resp.network_insights_analyses[0].forward_path_components[0].vpc.id #=> String
# resp.network_insights_analyses[0].forward_path_components[0].vpc.arn #=> String
# resp.network_insights_analyses[0].forward_path_components[0].vpc.name #=> String
+ # resp.network_insights_analyses[0].forward_path_components[0].additional_details #=> Array
+ # resp.network_insights_analyses[0].forward_path_components[0].additional_details[0].additional_detail_type #=> String
+ # resp.network_insights_analyses[0].forward_path_components[0].additional_details[0].component.id #=> String
+ # resp.network_insights_analyses[0].forward_path_components[0].additional_details[0].component.arn #=> String
+ # resp.network_insights_analyses[0].forward_path_components[0].additional_details[0].component.name #=> String
+ # resp.network_insights_analyses[0].forward_path_components[0].transit_gateway.id #=> String
+ # resp.network_insights_analyses[0].forward_path_components[0].transit_gateway.arn #=> String
+ # resp.network_insights_analyses[0].forward_path_components[0].transit_gateway.name #=> String
+ # resp.network_insights_analyses[0].forward_path_components[0].transit_gateway_route_table_route.destination_cidr #=> String
+ # resp.network_insights_analyses[0].forward_path_components[0].transit_gateway_route_table_route.state #=> String
+ # resp.network_insights_analyses[0].forward_path_components[0].transit_gateway_route_table_route.route_origin #=> String
+ # resp.network_insights_analyses[0].forward_path_components[0].transit_gateway_route_table_route.prefix_list_id #=> String
+ # resp.network_insights_analyses[0].forward_path_components[0].transit_gateway_route_table_route.attachment_id #=> String
+ # resp.network_insights_analyses[0].forward_path_components[0].transit_gateway_route_table_route.resource_id #=> String
+ # resp.network_insights_analyses[0].forward_path_components[0].transit_gateway_route_table_route.resource_type #=> String
# resp.network_insights_analyses[0].return_path_components #=> Array
# resp.network_insights_analyses[0].return_path_components[0].sequence_number #=> Integer
# resp.network_insights_analyses[0].return_path_components[0].acl_rule.cidr #=> String
@@ -24557,6 +24572,21 @@ def describe_network_insights_access_scopes(params = {}, options = {})
# resp.network_insights_analyses[0].return_path_components[0].vpc.id #=> String
# resp.network_insights_analyses[0].return_path_components[0].vpc.arn #=> String
# resp.network_insights_analyses[0].return_path_components[0].vpc.name #=> String
+ # resp.network_insights_analyses[0].return_path_components[0].additional_details #=> Array
+ # resp.network_insights_analyses[0].return_path_components[0].additional_details[0].additional_detail_type #=> String
+ # resp.network_insights_analyses[0].return_path_components[0].additional_details[0].component.id #=> String
+ # resp.network_insights_analyses[0].return_path_components[0].additional_details[0].component.arn #=> String
+ # resp.network_insights_analyses[0].return_path_components[0].additional_details[0].component.name #=> String
+ # resp.network_insights_analyses[0].return_path_components[0].transit_gateway.id #=> String
+ # resp.network_insights_analyses[0].return_path_components[0].transit_gateway.arn #=> String
+ # resp.network_insights_analyses[0].return_path_components[0].transit_gateway.name #=> String
+ # resp.network_insights_analyses[0].return_path_components[0].transit_gateway_route_table_route.destination_cidr #=> String
+ # resp.network_insights_analyses[0].return_path_components[0].transit_gateway_route_table_route.state #=> String
+ # resp.network_insights_analyses[0].return_path_components[0].transit_gateway_route_table_route.route_origin #=> String
+ # resp.network_insights_analyses[0].return_path_components[0].transit_gateway_route_table_route.prefix_list_id #=> String
+ # resp.network_insights_analyses[0].return_path_components[0].transit_gateway_route_table_route.attachment_id #=> String
+ # resp.network_insights_analyses[0].return_path_components[0].transit_gateway_route_table_route.resource_id #=> String
+ # resp.network_insights_analyses[0].return_path_components[0].transit_gateway_route_table_route.resource_type #=> String
# resp.network_insights_analyses[0].explanations #=> Array
# resp.network_insights_analyses[0].explanations[0].acl.id #=> String
# resp.network_insights_analyses[0].explanations[0].acl.arn #=> String
@@ -24688,6 +24718,22 @@ def describe_network_insights_access_scopes(params = {}, options = {})
# resp.network_insights_analyses[0].explanations[0].vpn_gateway.id #=> String
# resp.network_insights_analyses[0].explanations[0].vpn_gateway.arn #=> String
# resp.network_insights_analyses[0].explanations[0].vpn_gateway.name #=> String
+ # resp.network_insights_analyses[0].explanations[0].transit_gateway.id #=> String
+ # resp.network_insights_analyses[0].explanations[0].transit_gateway.arn #=> String
+ # resp.network_insights_analyses[0].explanations[0].transit_gateway.name #=> String
+ # resp.network_insights_analyses[0].explanations[0].transit_gateway_route_table.id #=> String
+ # resp.network_insights_analyses[0].explanations[0].transit_gateway_route_table.arn #=> String
+ # resp.network_insights_analyses[0].explanations[0].transit_gateway_route_table.name #=> String
+ # resp.network_insights_analyses[0].explanations[0].transit_gateway_route_table_route.destination_cidr #=> String
+ # resp.network_insights_analyses[0].explanations[0].transit_gateway_route_table_route.state #=> String
+ # resp.network_insights_analyses[0].explanations[0].transit_gateway_route_table_route.route_origin #=> String
+ # resp.network_insights_analyses[0].explanations[0].transit_gateway_route_table_route.prefix_list_id #=> String
+ # resp.network_insights_analyses[0].explanations[0].transit_gateway_route_table_route.attachment_id #=> String
+ # resp.network_insights_analyses[0].explanations[0].transit_gateway_route_table_route.resource_id #=> String
+ # resp.network_insights_analyses[0].explanations[0].transit_gateway_route_table_route.resource_type #=> String
+ # resp.network_insights_analyses[0].explanations[0].transit_gateway_attachment.id #=> String
+ # resp.network_insights_analyses[0].explanations[0].transit_gateway_attachment.arn #=> String
+ # resp.network_insights_analyses[0].explanations[0].transit_gateway_attachment.name #=> String
# resp.network_insights_analyses[0].alternate_path_hints #=> Array
# resp.network_insights_analyses[0].alternate_path_hints[0].component_id #=> String
# resp.network_insights_analyses[0].alternate_path_hints[0].component_arn #=> String
@@ -24711,7 +24757,7 @@ def describe_network_insights_analyses(params = {}, options = {})
# The IDs of the paths.
#
# @option params [Array] :filters
- # The filters. The following are possible values:
+ # The filters. The following are the possible values:
#
# * Destination - The ID of the resource.
#
@@ -34627,7 +34673,7 @@ def get_capacity_reservation_usage(params = {}, options = {})
# @example Request syntax with placeholder values
#
# resp = client.get_coip_pool_usage({
- # pool_id: "CoipPoolId", # required
+ # pool_id: "Ipv4PoolCoipId", # required
# filters: [
# {
# name: "String",
@@ -35988,6 +36034,21 @@ def get_managed_prefix_list_entries(params = {}, options = {})
# resp.analysis_findings[0].finding_components[0].vpc.id #=> String
# resp.analysis_findings[0].finding_components[0].vpc.arn #=> String
# resp.analysis_findings[0].finding_components[0].vpc.name #=> String
+ # resp.analysis_findings[0].finding_components[0].additional_details #=> Array
+ # resp.analysis_findings[0].finding_components[0].additional_details[0].additional_detail_type #=> String
+ # resp.analysis_findings[0].finding_components[0].additional_details[0].component.id #=> String
+ # resp.analysis_findings[0].finding_components[0].additional_details[0].component.arn #=> String
+ # resp.analysis_findings[0].finding_components[0].additional_details[0].component.name #=> String
+ # resp.analysis_findings[0].finding_components[0].transit_gateway.id #=> String
+ # resp.analysis_findings[0].finding_components[0].transit_gateway.arn #=> String
+ # resp.analysis_findings[0].finding_components[0].transit_gateway.name #=> String
+ # resp.analysis_findings[0].finding_components[0].transit_gateway_route_table_route.destination_cidr #=> String
+ # resp.analysis_findings[0].finding_components[0].transit_gateway_route_table_route.state #=> String
+ # resp.analysis_findings[0].finding_components[0].transit_gateway_route_table_route.route_origin #=> String
+ # resp.analysis_findings[0].finding_components[0].transit_gateway_route_table_route.prefix_list_id #=> String
+ # resp.analysis_findings[0].finding_components[0].transit_gateway_route_table_route.attachment_id #=> String
+ # resp.analysis_findings[0].finding_components[0].transit_gateway_route_table_route.resource_id #=> String
+ # resp.analysis_findings[0].finding_components[0].transit_gateway_route_table_route.resource_type #=> String
# resp.next_token #=> String
#
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/GetNetworkInsightsAccessScopeAnalysisFindings AWS API Documentation
@@ -48319,6 +48380,21 @@ def start_network_insights_access_scope_analysis(params = {}, options = {})
# resp.network_insights_analysis.forward_path_components[0].vpc.id #=> String
# resp.network_insights_analysis.forward_path_components[0].vpc.arn #=> String
# resp.network_insights_analysis.forward_path_components[0].vpc.name #=> String
+ # resp.network_insights_analysis.forward_path_components[0].additional_details #=> Array
+ # resp.network_insights_analysis.forward_path_components[0].additional_details[0].additional_detail_type #=> String
+ # resp.network_insights_analysis.forward_path_components[0].additional_details[0].component.id #=> String
+ # resp.network_insights_analysis.forward_path_components[0].additional_details[0].component.arn #=> String
+ # resp.network_insights_analysis.forward_path_components[0].additional_details[0].component.name #=> String
+ # resp.network_insights_analysis.forward_path_components[0].transit_gateway.id #=> String
+ # resp.network_insights_analysis.forward_path_components[0].transit_gateway.arn #=> String
+ # resp.network_insights_analysis.forward_path_components[0].transit_gateway.name #=> String
+ # resp.network_insights_analysis.forward_path_components[0].transit_gateway_route_table_route.destination_cidr #=> String
+ # resp.network_insights_analysis.forward_path_components[0].transit_gateway_route_table_route.state #=> String
+ # resp.network_insights_analysis.forward_path_components[0].transit_gateway_route_table_route.route_origin #=> String
+ # resp.network_insights_analysis.forward_path_components[0].transit_gateway_route_table_route.prefix_list_id #=> String
+ # resp.network_insights_analysis.forward_path_components[0].transit_gateway_route_table_route.attachment_id #=> String
+ # resp.network_insights_analysis.forward_path_components[0].transit_gateway_route_table_route.resource_id #=> String
+ # resp.network_insights_analysis.forward_path_components[0].transit_gateway_route_table_route.resource_type #=> String
# resp.network_insights_analysis.return_path_components #=> Array
# resp.network_insights_analysis.return_path_components[0].sequence_number #=> Integer
# resp.network_insights_analysis.return_path_components[0].acl_rule.cidr #=> String
@@ -48385,6 +48461,21 @@ def start_network_insights_access_scope_analysis(params = {}, options = {})
# resp.network_insights_analysis.return_path_components[0].vpc.id #=> String
# resp.network_insights_analysis.return_path_components[0].vpc.arn #=> String
# resp.network_insights_analysis.return_path_components[0].vpc.name #=> String
+ # resp.network_insights_analysis.return_path_components[0].additional_details #=> Array
+ # resp.network_insights_analysis.return_path_components[0].additional_details[0].additional_detail_type #=> String
+ # resp.network_insights_analysis.return_path_components[0].additional_details[0].component.id #=> String
+ # resp.network_insights_analysis.return_path_components[0].additional_details[0].component.arn #=> String
+ # resp.network_insights_analysis.return_path_components[0].additional_details[0].component.name #=> String
+ # resp.network_insights_analysis.return_path_components[0].transit_gateway.id #=> String
+ # resp.network_insights_analysis.return_path_components[0].transit_gateway.arn #=> String
+ # resp.network_insights_analysis.return_path_components[0].transit_gateway.name #=> String
+ # resp.network_insights_analysis.return_path_components[0].transit_gateway_route_table_route.destination_cidr #=> String
+ # resp.network_insights_analysis.return_path_components[0].transit_gateway_route_table_route.state #=> String
+ # resp.network_insights_analysis.return_path_components[0].transit_gateway_route_table_route.route_origin #=> String
+ # resp.network_insights_analysis.return_path_components[0].transit_gateway_route_table_route.prefix_list_id #=> String
+ # resp.network_insights_analysis.return_path_components[0].transit_gateway_route_table_route.attachment_id #=> String
+ # resp.network_insights_analysis.return_path_components[0].transit_gateway_route_table_route.resource_id #=> String
+ # resp.network_insights_analysis.return_path_components[0].transit_gateway_route_table_route.resource_type #=> String
# resp.network_insights_analysis.explanations #=> Array
# resp.network_insights_analysis.explanations[0].acl.id #=> String
# resp.network_insights_analysis.explanations[0].acl.arn #=> String
@@ -48516,6 +48607,22 @@ def start_network_insights_access_scope_analysis(params = {}, options = {})
# resp.network_insights_analysis.explanations[0].vpn_gateway.id #=> String
# resp.network_insights_analysis.explanations[0].vpn_gateway.arn #=> String
# resp.network_insights_analysis.explanations[0].vpn_gateway.name #=> String
+ # resp.network_insights_analysis.explanations[0].transit_gateway.id #=> String
+ # resp.network_insights_analysis.explanations[0].transit_gateway.arn #=> String
+ # resp.network_insights_analysis.explanations[0].transit_gateway.name #=> String
+ # resp.network_insights_analysis.explanations[0].transit_gateway_route_table.id #=> String
+ # resp.network_insights_analysis.explanations[0].transit_gateway_route_table.arn #=> String
+ # resp.network_insights_analysis.explanations[0].transit_gateway_route_table.name #=> String
+ # resp.network_insights_analysis.explanations[0].transit_gateway_route_table_route.destination_cidr #=> String
+ # resp.network_insights_analysis.explanations[0].transit_gateway_route_table_route.state #=> String
+ # resp.network_insights_analysis.explanations[0].transit_gateway_route_table_route.route_origin #=> String
+ # resp.network_insights_analysis.explanations[0].transit_gateway_route_table_route.prefix_list_id #=> String
+ # resp.network_insights_analysis.explanations[0].transit_gateway_route_table_route.attachment_id #=> String
+ # resp.network_insights_analysis.explanations[0].transit_gateway_route_table_route.resource_id #=> String
+ # resp.network_insights_analysis.explanations[0].transit_gateway_route_table_route.resource_type #=> String
+ # resp.network_insights_analysis.explanations[0].transit_gateway_attachment.id #=> String
+ # resp.network_insights_analysis.explanations[0].transit_gateway_attachment.arn #=> String
+ # resp.network_insights_analysis.explanations[0].transit_gateway_attachment.name #=> String
# resp.network_insights_analysis.alternate_path_hints #=> Array
# resp.network_insights_analysis.alternate_path_hints[0].component_id #=> String
# resp.network_insights_analysis.alternate_path_hints[0].component_arn #=> String
@@ -49343,7 +49450,7 @@ def build_request(operation_name, params = {})
params: params,
config: config)
context[:gem_name] = 'aws-sdk-ec2'
- context[:gem_version] = '1.303.0'
+ context[:gem_version] = '1.304.0'
Seahorse::Client::Request.new(handlers, context)
end
diff --git a/gems/aws-sdk-ec2/lib/aws-sdk-ec2/client_api.rb b/gems/aws-sdk-ec2/lib/aws-sdk-ec2/client_api.rb
index 266ca507e3a..b5d468f1a7b 100644
--- a/gems/aws-sdk-ec2/lib/aws-sdk-ec2/client_api.rb
+++ b/gems/aws-sdk-ec2/lib/aws-sdk-ec2/client_api.rb
@@ -54,6 +54,8 @@ module ClientApi
AddIpamOperatingRegionSet = Shapes::ListShape.new(name: 'AddIpamOperatingRegionSet')
AddPrefixListEntries = Shapes::ListShape.new(name: 'AddPrefixListEntries')
AddPrefixListEntry = Shapes::StructureShape.new(name: 'AddPrefixListEntry')
+ AdditionalDetail = Shapes::StructureShape.new(name: 'AdditionalDetail')
+ AdditionalDetailList = Shapes::ListShape.new(name: 'AdditionalDetailList')
Address = Shapes::StructureShape.new(name: 'Address')
AddressAttribute = Shapes::StructureShape.new(name: 'AddressAttribute')
AddressAttributeName = Shapes::StringShape.new(name: 'AddressAttributeName')
@@ -1546,6 +1548,7 @@ module ClientApi
IpamScopeType = Shapes::StringShape.new(name: 'IpamScopeType')
IpamSet = Shapes::ListShape.new(name: 'IpamSet')
IpamState = Shapes::StringShape.new(name: 'IpamState')
+ Ipv4PoolCoipId = Shapes::StringShape.new(name: 'Ipv4PoolCoipId')
Ipv4PoolEc2Id = Shapes::StringShape.new(name: 'Ipv4PoolEc2Id')
Ipv4PrefixList = Shapes::ListShape.new(name: 'Ipv4PrefixList')
Ipv4PrefixListResponse = Shapes::ListShape.new(name: 'Ipv4PrefixListResponse')
@@ -2514,6 +2517,7 @@ module ClientApi
TransitGatewayRouteTableList = Shapes::ListShape.new(name: 'TransitGatewayRouteTableList')
TransitGatewayRouteTablePropagation = Shapes::StructureShape.new(name: 'TransitGatewayRouteTablePropagation')
TransitGatewayRouteTablePropagationList = Shapes::ListShape.new(name: 'TransitGatewayRouteTablePropagationList')
+ TransitGatewayRouteTableRoute = Shapes::StructureShape.new(name: 'TransitGatewayRouteTableRoute')
TransitGatewayRouteTableState = Shapes::StringShape.new(name: 'TransitGatewayRouteTableState')
TransitGatewayRouteType = Shapes::StringShape.new(name: 'TransitGatewayRouteType')
TransitGatewayState = Shapes::StringShape.new(name: 'TransitGatewayState')
@@ -2792,6 +2796,12 @@ module ClientApi
AddPrefixListEntry.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
AddPrefixListEntry.struct_class = Types::AddPrefixListEntry
+ AdditionalDetail.add_member(:additional_detail_type, Shapes::ShapeRef.new(shape: String, location_name: "additionalDetailType"))
+ AdditionalDetail.add_member(:component, Shapes::ShapeRef.new(shape: AnalysisComponent, location_name: "component"))
+ AdditionalDetail.struct_class = Types::AdditionalDetail
+
+ AdditionalDetailList.member = Shapes::ShapeRef.new(shape: AdditionalDetail, location_name: "item")
+
Address.add_member(:instance_id, Shapes::ShapeRef.new(shape: String, location_name: "instanceId"))
Address.add_member(:public_ip, Shapes::ShapeRef.new(shape: String, location_name: "publicIp"))
Address.add_member(:allocation_id, Shapes::ShapeRef.new(shape: String, location_name: "allocationId"))
@@ -3661,14 +3671,14 @@ module ClientApi
CoipAddressUsageSet.member = Shapes::ShapeRef.new(shape: CoipAddressUsage, location_name: "item")
- CoipPool.add_member(:pool_id, Shapes::ShapeRef.new(shape: CoipPoolId, location_name: "poolId"))
+ CoipPool.add_member(:pool_id, Shapes::ShapeRef.new(shape: Ipv4PoolCoipId, location_name: "poolId"))
CoipPool.add_member(:pool_cidrs, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "poolCidrSet"))
CoipPool.add_member(:local_gateway_route_table_id, Shapes::ShapeRef.new(shape: LocalGatewayRoutetableId, location_name: "localGatewayRouteTableId"))
CoipPool.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
CoipPool.add_member(:pool_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "poolArn"))
CoipPool.struct_class = Types::CoipPool
- CoipPoolIdSet.member = Shapes::ShapeRef.new(shape: CoipPoolId, location_name: "item")
+ CoipPoolIdSet.member = Shapes::ShapeRef.new(shape: Ipv4PoolCoipId, location_name: "item")
CoipPoolSet.member = Shapes::ShapeRef.new(shape: CoipPool, location_name: "item")
@@ -7171,6 +7181,10 @@ module ClientApi
Explanation.add_member(:vpc_endpoint, Shapes::ShapeRef.new(shape: AnalysisComponent, location_name: "vpcEndpoint"))
Explanation.add_member(:vpn_connection, Shapes::ShapeRef.new(shape: AnalysisComponent, location_name: "vpnConnection"))
Explanation.add_member(:vpn_gateway, Shapes::ShapeRef.new(shape: AnalysisComponent, location_name: "vpnGateway"))
+ Explanation.add_member(:transit_gateway, Shapes::ShapeRef.new(shape: AnalysisComponent, location_name: "transitGateway"))
+ Explanation.add_member(:transit_gateway_route_table, Shapes::ShapeRef.new(shape: AnalysisComponent, location_name: "transitGatewayRouteTable"))
+ Explanation.add_member(:transit_gateway_route_table_route, Shapes::ShapeRef.new(shape: TransitGatewayRouteTableRoute, location_name: "transitGatewayRouteTableRoute"))
+ Explanation.add_member(:transit_gateway_attachment, Shapes::ShapeRef.new(shape: AnalysisComponent, location_name: "transitGatewayAttachment"))
Explanation.struct_class = Types::Explanation
ExplanationList.member = Shapes::ShapeRef.new(shape: Explanation, location_name: "item")
@@ -7516,7 +7530,7 @@ module ClientApi
GetCapacityReservationUsageResult.add_member(:instance_usages, Shapes::ShapeRef.new(shape: InstanceUsageSet, location_name: "instanceUsageSet"))
GetCapacityReservationUsageResult.struct_class = Types::GetCapacityReservationUsageResult
- GetCoipPoolUsageRequest.add_member(:pool_id, Shapes::ShapeRef.new(shape: CoipPoolId, required: true, location_name: "PoolId"))
+ GetCoipPoolUsageRequest.add_member(:pool_id, Shapes::ShapeRef.new(shape: Ipv4PoolCoipId, required: true, location_name: "PoolId"))
GetCoipPoolUsageRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
GetCoipPoolUsageRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: CoipPoolMaxResults, location_name: "MaxResults"))
GetCoipPoolUsageRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
@@ -10360,6 +10374,9 @@ module ClientApi
PathComponent.add_member(:source_vpc, Shapes::ShapeRef.new(shape: AnalysisComponent, location_name: "sourceVpc"))
PathComponent.add_member(:subnet, Shapes::ShapeRef.new(shape: AnalysisComponent, location_name: "subnet"))
PathComponent.add_member(:vpc, Shapes::ShapeRef.new(shape: AnalysisComponent, location_name: "vpc"))
+ PathComponent.add_member(:additional_details, Shapes::ShapeRef.new(shape: AdditionalDetailList, location_name: "additionalDetailSet"))
+ PathComponent.add_member(:transit_gateway, Shapes::ShapeRef.new(shape: AnalysisComponent, location_name: "transitGateway"))
+ PathComponent.add_member(:transit_gateway_route_table_route, Shapes::ShapeRef.new(shape: TransitGatewayRouteTableRoute, location_name: "transitGatewayRouteTableRoute"))
PathComponent.struct_class = Types::PathComponent
PathComponentList.member = Shapes::ShapeRef.new(shape: PathComponent, location_name: "item")
@@ -12630,6 +12647,15 @@ module ClientApi
TransitGatewayRouteTablePropagationList.member = Shapes::ShapeRef.new(shape: TransitGatewayRouteTablePropagation, location_name: "item")
+ TransitGatewayRouteTableRoute.add_member(:destination_cidr, Shapes::ShapeRef.new(shape: String, location_name: "destinationCidr"))
+ TransitGatewayRouteTableRoute.add_member(:state, Shapes::ShapeRef.new(shape: String, location_name: "state"))
+ TransitGatewayRouteTableRoute.add_member(:route_origin, Shapes::ShapeRef.new(shape: String, location_name: "routeOrigin"))
+ TransitGatewayRouteTableRoute.add_member(:prefix_list_id, Shapes::ShapeRef.new(shape: String, location_name: "prefixListId"))
+ TransitGatewayRouteTableRoute.add_member(:attachment_id, Shapes::ShapeRef.new(shape: String, location_name: "attachmentId"))
+ TransitGatewayRouteTableRoute.add_member(:resource_id, Shapes::ShapeRef.new(shape: String, location_name: "resourceId"))
+ TransitGatewayRouteTableRoute.add_member(:resource_type, Shapes::ShapeRef.new(shape: String, location_name: "resourceType"))
+ TransitGatewayRouteTableRoute.struct_class = Types::TransitGatewayRouteTableRoute
+
TransitGatewaySubnetIdList.member = Shapes::ShapeRef.new(shape: SubnetId, location_name: "item")
TransitGatewayVpcAttachment.add_member(:transit_gateway_attachment_id, Shapes::ShapeRef.new(shape: String, location_name: "transitGatewayAttachmentId"))
diff --git a/gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb b/gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
index fd45cca92fd..82830236637 100644
--- a/gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
+++ b/gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
@@ -651,6 +651,25 @@ class AddPrefixListEntry < Struct.new(
include Aws::Structure
end
+ # Describes an additional detail for a path analysis.
+ #
+ # @!attribute [rw] additional_detail_type
+ # The information type.
+ # @return [String]
+ #
+ # @!attribute [rw] component
+ # The path component.
+ # @return [Types::AnalysisComponent]
+ #
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/AdditionalDetail AWS API Documentation
+ #
+ class AdditionalDetail < Struct.new(
+ :additional_detail_type,
+ :component)
+ SENSITIVE = []
+ include Aws::Structure
+ end
+
# Describes an Elastic IP address, or a carrier IP address.
#
# @!attribute [rw] instance_id
@@ -1403,15 +1422,15 @@ class AnalysisPacketHeader < Struct.new(
# @return [String]
#
# @!attribute [rw] origin
- # Describes how the route was created. The following are possible
+ # Describes how the route was created. The following are the possible
# values:
#
- # * `CreateRouteTable` - The route was automatically created when the
+ # * CreateRouteTable - The route was automatically created when the
# route table was created.
#
- # * `CreateRoute` - The route was manually added to the route table.
+ # * CreateRoute - The route was manually added to the route table.
#
- # * `EnableVgwRoutePropagation` - The route was propagated by route
+ # * EnableVgwRoutePropagation - The route was propagated by route
# propagation.
# @return [String]
#
@@ -1447,7 +1466,7 @@ class AnalysisRouteTableRoute < Struct.new(
# @return [String]
#
# @!attribute [rw] direction
- # The direction. The following are possible values:
+ # The direction. The following are the possible values:
#
# * egress
#
@@ -18362,7 +18381,7 @@ class DescribeClientVpnTargetNetworksResult < Struct.new(
# data as a hash:
#
# {
- # pool_ids: ["CoipPoolId"],
+ # pool_ids: ["Ipv4PoolCoipId"],
# filters: [
# {
# name: "String",
@@ -23492,7 +23511,7 @@ class DescribeNetworkInsightsAccessScopesResult < Struct.new(
# @return [Time]
#
# @!attribute [rw] filters
- # The filters. The following are possible values:
+ # The filters. The following are the possible values:
#
# * PathFound - A Boolean value that indicates whether a feasible path
# is found.
@@ -23572,7 +23591,7 @@ class DescribeNetworkInsightsAnalysesResult < Struct.new(
# @return [Array]
#
# @!attribute [rw] filters
- # The filters. The following are possible values:
+ # The filters. The following are the possible values:
#
# * Destination - The ID of the resource.
#
@@ -32432,7 +32451,7 @@ class EventInformation < Struct.new(
# @return [Types::AnalysisComponent]
#
# @!attribute [rw] direction
- # The direction. The following are possible values:
+ # The direction. The following are the possible values:
#
# * egress
#
@@ -32571,6 +32590,22 @@ class EventInformation < Struct.new(
# The VPN gateway.
# @return [Types::AnalysisComponent]
#
+ # @!attribute [rw] transit_gateway
+ # The transit gateway.
+ # @return [Types::AnalysisComponent]
+ #
+ # @!attribute [rw] transit_gateway_route_table
+ # The transit gateway route table.
+ # @return [Types::AnalysisComponent]
+ #
+ # @!attribute [rw] transit_gateway_route_table_route
+ # The transit gateway route table route.
+ # @return [Types::TransitGatewayRouteTableRoute]
+ #
+ # @!attribute [rw] transit_gateway_attachment
+ # The transit gateway attachment.
+ # @return [Types::AnalysisComponent]
+ #
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/Explanation AWS API Documentation
#
class Explanation < Struct.new(
@@ -32618,7 +32653,11 @@ class Explanation < Struct.new(
:vpc,
:vpc_endpoint,
:vpn_connection,
- :vpn_gateway)
+ :vpn_gateway,
+ :transit_gateway,
+ :transit_gateway_route_table,
+ :transit_gateway_route_table_route,
+ :transit_gateway_attachment)
SENSITIVE = []
include Aws::Structure
end
@@ -34757,7 +34796,7 @@ class GetCapacityReservationUsageResult < Struct.new(
# data as a hash:
#
# {
- # pool_id: "CoipPoolId", # required
+ # pool_id: "Ipv4PoolCoipId", # required
# filters: [
# {
# name: "String",
@@ -52339,6 +52378,18 @@ class PacketHeaderStatementRequest < Struct.new(
# The component VPC.
# @return [Types::AnalysisComponent]
#
+ # @!attribute [rw] additional_details
+ # The additional details.
+ # @return [Array]
+ #
+ # @!attribute [rw] transit_gateway
+ # Describes a path component.
+ # @return [Types::AnalysisComponent]
+ #
+ # @!attribute [rw] transit_gateway_route_table_route
+ # The route in a transit gateway route table.
+ # @return [Types::TransitGatewayRouteTableRoute]
+ #
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/PathComponent AWS API Documentation
#
class PathComponent < Struct.new(
@@ -52353,7 +52404,10 @@ class PathComponent < Struct.new(
:security_group_rule,
:source_vpc,
:subnet,
- :vpc)
+ :vpc,
+ :additional_details,
+ :transit_gateway,
+ :transit_gateway_route_table_route)
SENSITIVE = []
include Aws::Structure
end
@@ -66387,6 +66441,54 @@ class TransitGatewayRouteTablePropagation < Struct.new(
include Aws::Structure
end
+ # Describes a route in a transit gateway route table.
+ #
+ # @!attribute [rw] destination_cidr
+ # The CIDR block used for destination matches.
+ # @return [String]
+ #
+ # @!attribute [rw] state
+ # The state of the route.
+ # @return [String]
+ #
+ # @!attribute [rw] route_origin
+ # The route origin. The following are the possible values:
+ #
+ # * static
+ #
+ # * propagated
+ # @return [String]
+ #
+ # @!attribute [rw] prefix_list_id
+ # The ID of the prefix list.
+ # @return [String]
+ #
+ # @!attribute [rw] attachment_id
+ # The ID of the route attachment.
+ # @return [String]
+ #
+ # @!attribute [rw] resource_id
+ # The ID of the resource for the route attachment.
+ # @return [String]
+ #
+ # @!attribute [rw] resource_type
+ # The resource type for the route attachment.
+ # @return [String]
+ #
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/TransitGatewayRouteTableRoute AWS API Documentation
+ #
+ class TransitGatewayRouteTableRoute < Struct.new(
+ :destination_cidr,
+ :state,
+ :route_origin,
+ :prefix_list_id,
+ :attachment_id,
+ :resource_id,
+ :resource_type)
+ SENSITIVE = []
+ include Aws::Structure
+ end
+
# Describes a VPC attachment.
#
# @!attribute [rw] transit_gateway_attachment_id
diff --git a/gems/aws-sdk-ssm/CHANGELOG.md b/gems/aws-sdk-ssm/CHANGELOG.md
index e3c116b86a8..86fa9191d33 100644
--- a/gems/aws-sdk-ssm/CHANGELOG.md
+++ b/gems/aws-sdk-ssm/CHANGELOG.md
@@ -1,6 +1,11 @@
Unreleased Changes
------------------
+1.134.0 (2022-03-25)
+------------------
+
+* Feature - This Patch Manager release supports creating, updating, and deleting Patch Baselines for Rocky Linux OS.
+
1.133.0 (2022-03-23)
------------------
diff --git a/gems/aws-sdk-ssm/VERSION b/gems/aws-sdk-ssm/VERSION
index 445cade7793..c12e5e4ac1d 100644
--- a/gems/aws-sdk-ssm/VERSION
+++ b/gems/aws-sdk-ssm/VERSION
@@ -1 +1 @@
-1.133.0
+1.134.0
diff --git a/gems/aws-sdk-ssm/lib/aws-sdk-ssm.rb b/gems/aws-sdk-ssm/lib/aws-sdk-ssm.rb
index cfaeab2e3d8..8970a3375bd 100644
--- a/gems/aws-sdk-ssm/lib/aws-sdk-ssm.rb
+++ b/gems/aws-sdk-ssm/lib/aws-sdk-ssm.rb
@@ -49,6 +49,6 @@
# @!group service
module Aws::SSM
- GEM_VERSION = '1.133.0'
+ GEM_VERSION = '1.134.0'
end
diff --git a/gems/aws-sdk-ssm/lib/aws-sdk-ssm/client.rb b/gems/aws-sdk-ssm/lib/aws-sdk-ssm/client.rb
index 15ab941f795..48b5fb0ae7a 100644
--- a/gems/aws-sdk-ssm/lib/aws-sdk-ssm/client.rb
+++ b/gems/aws-sdk-ssm/lib/aws-sdk-ssm/client.rb
@@ -362,14 +362,13 @@ def initialize(*args)
# @!group API Operations
# Adds or overwrites one or more tags for the specified resource. Tags
- # are metadata that you can assign to your automations, documents,
- # managed nodes, maintenance windows, Parameter Store parameters, and
- # patch baselines. Tags enable you to categorize your resources in
- # different ways, for example, by purpose, owner, or environment. Each
- # tag consists of a key and an optional value, both of which you define.
- # For example, you could define a set of tags for your account's
- # managed nodes that helps you track each node's owner and stack level.
- # For example:
+ # are metadata that you can assign to your documents, managed nodes,
+ # maintenance windows, Parameter Store parameters, and patch baselines.
+ # Tags enable you to categorize your resources in different ways, for
+ # example, by purpose, owner, or environment. Each tag consists of a key
+ # and an optional value, both of which you define. For example, you
+ # could define a set of tags for your account's managed nodes that
+ # helps you track each node's owner and stack level. For example:
#
# * `Key=Owner,Value=DbAdmin`
#
@@ -383,8 +382,7 @@ def initialize(*args)
#
# * `Key=Stack,Value=Test`
#
- # Most resources can have a maximum of 50 tags. Automations can have a
- # maximum of 5 tags.
+ # Each resource can have a maximum of 50 tags.
#
# We recommend that you devise a set of tag keys that meets your needs
# for each resource type. Using a consistent set of tag keys makes it
@@ -418,8 +416,6 @@ def initialize(*args)
#
# `PatchBaseline`\: `pb-012345abcde`
#
- # `Automation`\: `example-c160-4567-8519-012345abcde`
- #
# `OpsMetadata` object: `ResourceID` for tagging is created from the
# Amazon Resource Name (ARN) for the object. Specifically, `ResourceID`
# is created from the strings that come after the word `opsmetadata` in
@@ -1821,7 +1817,7 @@ def create_ops_metadata(params = {}, options = {})
# @example Request syntax with placeholder values
#
# resp = client.create_patch_baseline({
- # operating_system: "WINDOWS", # accepts WINDOWS, AMAZON_LINUX, AMAZON_LINUX_2, UBUNTU, REDHAT_ENTERPRISE_LINUX, SUSE, CENTOS, ORACLE_LINUX, DEBIAN, MACOS, RASPBIAN
+ # operating_system: "WINDOWS", # accepts WINDOWS, AMAZON_LINUX, AMAZON_LINUX_2, UBUNTU, REDHAT_ENTERPRISE_LINUX, SUSE, CENTOS, ORACLE_LINUX, DEBIAN, MACOS, RASPBIAN, ROCKY_LINUX
# name: "BaselineName", # required
# global_filters: {
# patch_filters: [ # required
@@ -4661,7 +4657,7 @@ def describe_parameters(params = {}, options = {})
# resp.baseline_identities #=> Array
# resp.baseline_identities[0].baseline_id #=> String
# resp.baseline_identities[0].baseline_name #=> String
- # resp.baseline_identities[0].operating_system #=> String, one of "WINDOWS", "AMAZON_LINUX", "AMAZON_LINUX_2", "UBUNTU", "REDHAT_ENTERPRISE_LINUX", "SUSE", "CENTOS", "ORACLE_LINUX", "DEBIAN", "MACOS", "RASPBIAN"
+ # resp.baseline_identities[0].operating_system #=> String, one of "WINDOWS", "AMAZON_LINUX", "AMAZON_LINUX_2", "UBUNTU", "REDHAT_ENTERPRISE_LINUX", "SUSE", "CENTOS", "ORACLE_LINUX", "DEBIAN", "MACOS", "RASPBIAN", "ROCKY_LINUX"
# resp.baseline_identities[0].baseline_description #=> String
# resp.baseline_identities[0].default_baseline #=> Boolean
# resp.next_token #=> String
@@ -4774,7 +4770,7 @@ def describe_patch_group_state(params = {}, options = {})
# resp.mappings[0].patch_group #=> String
# resp.mappings[0].baseline_identity.baseline_id #=> String
# resp.mappings[0].baseline_identity.baseline_name #=> String
- # resp.mappings[0].baseline_identity.operating_system #=> String, one of "WINDOWS", "AMAZON_LINUX", "AMAZON_LINUX_2", "UBUNTU", "REDHAT_ENTERPRISE_LINUX", "SUSE", "CENTOS", "ORACLE_LINUX", "DEBIAN", "MACOS", "RASPBIAN"
+ # resp.mappings[0].baseline_identity.operating_system #=> String, one of "WINDOWS", "AMAZON_LINUX", "AMAZON_LINUX_2", "UBUNTU", "REDHAT_ENTERPRISE_LINUX", "SUSE", "CENTOS", "ORACLE_LINUX", "DEBIAN", "MACOS", "RASPBIAN", "ROCKY_LINUX"
# resp.mappings[0].baseline_identity.baseline_description #=> String
# resp.mappings[0].baseline_identity.default_baseline #=> Boolean
# resp.next_token #=> String
@@ -4869,7 +4865,7 @@ def describe_patch_groups(params = {}, options = {})
# @example Request syntax with placeholder values
#
# resp = client.describe_patch_properties({
- # operating_system: "WINDOWS", # required, accepts WINDOWS, AMAZON_LINUX, AMAZON_LINUX_2, UBUNTU, REDHAT_ENTERPRISE_LINUX, SUSE, CENTOS, ORACLE_LINUX, DEBIAN, MACOS, RASPBIAN
+ # operating_system: "WINDOWS", # required, accepts WINDOWS, AMAZON_LINUX, AMAZON_LINUX_2, UBUNTU, REDHAT_ENTERPRISE_LINUX, SUSE, CENTOS, ORACLE_LINUX, DEBIAN, MACOS, RASPBIAN, ROCKY_LINUX
# property: "PRODUCT", # required, accepts PRODUCT, PRODUCT_FAMILY, CLASSIFICATION, MSRC_SEVERITY, PRIORITY, SEVERITY
# patch_set: "OS", # accepts OS, APPLICATION
# max_results: 1,
@@ -5346,13 +5342,13 @@ def get_connection_status(params = {}, options = {})
# @example Request syntax with placeholder values
#
# resp = client.get_default_patch_baseline({
- # operating_system: "WINDOWS", # accepts WINDOWS, AMAZON_LINUX, AMAZON_LINUX_2, UBUNTU, REDHAT_ENTERPRISE_LINUX, SUSE, CENTOS, ORACLE_LINUX, DEBIAN, MACOS, RASPBIAN
+ # operating_system: "WINDOWS", # accepts WINDOWS, AMAZON_LINUX, AMAZON_LINUX_2, UBUNTU, REDHAT_ENTERPRISE_LINUX, SUSE, CENTOS, ORACLE_LINUX, DEBIAN, MACOS, RASPBIAN, ROCKY_LINUX
# })
#
# @example Response structure
#
# resp.baseline_id #=> String
- # resp.operating_system #=> String, one of "WINDOWS", "AMAZON_LINUX", "AMAZON_LINUX_2", "UBUNTU", "REDHAT_ENTERPRISE_LINUX", "SUSE", "CENTOS", "ORACLE_LINUX", "DEBIAN", "MACOS", "RASPBIAN"
+ # resp.operating_system #=> String, one of "WINDOWS", "AMAZON_LINUX", "AMAZON_LINUX_2", "UBUNTU", "REDHAT_ENTERPRISE_LINUX", "SUSE", "CENTOS", "ORACLE_LINUX", "DEBIAN", "MACOS", "RASPBIAN", "ROCKY_LINUX"
#
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetDefaultPatchBaseline AWS API Documentation
#
@@ -5403,7 +5399,7 @@ def get_default_patch_baseline(params = {}, options = {})
# instance_id: "InstanceId", # required
# snapshot_id: "SnapshotId", # required
# baseline_override: {
- # operating_system: "WINDOWS", # accepts WINDOWS, AMAZON_LINUX, AMAZON_LINUX_2, UBUNTU, REDHAT_ENTERPRISE_LINUX, SUSE, CENTOS, ORACLE_LINUX, DEBIAN, MACOS, RASPBIAN
+ # operating_system: "WINDOWS", # accepts WINDOWS, AMAZON_LINUX, AMAZON_LINUX_2, UBUNTU, REDHAT_ENTERPRISE_LINUX, SUSE, CENTOS, ORACLE_LINUX, DEBIAN, MACOS, RASPBIAN, ROCKY_LINUX
# global_filters: {
# patch_filters: [ # required
# {
@@ -5910,7 +5906,7 @@ def get_maintenance_window_execution_task_invocation(params = {}, options = {})
req.send_request(options)
end
- # Lists the tasks in a maintenance window.
+ # Retrieves the details of a maintenance window task.
#
# For maintenance window tasks without a specified target, you can't
# supply values for `--max-errors` and `--max-concurrency`. Instead, the
@@ -5920,6 +5916,9 @@ def get_maintenance_window_execution_task_invocation(params = {}, options = {})
#
#
#
+ # To retrieve a list of tasks in a maintenance window, instead use the
+ # DescribeMaintenanceWindowTasks command.
+ #
# @option params [required, String] :window_id
# The maintenance window ID that includes the task to retrieve.
#
@@ -6535,7 +6534,7 @@ def get_parameters_by_path(params = {}, options = {})
#
# resp.baseline_id #=> String
# resp.name #=> String
- # resp.operating_system #=> String, one of "WINDOWS", "AMAZON_LINUX", "AMAZON_LINUX_2", "UBUNTU", "REDHAT_ENTERPRISE_LINUX", "SUSE", "CENTOS", "ORACLE_LINUX", "DEBIAN", "MACOS", "RASPBIAN"
+ # resp.operating_system #=> String, one of "WINDOWS", "AMAZON_LINUX", "AMAZON_LINUX_2", "UBUNTU", "REDHAT_ENTERPRISE_LINUX", "SUSE", "CENTOS", "ORACLE_LINUX", "DEBIAN", "MACOS", "RASPBIAN", "ROCKY_LINUX"
# resp.global_filters.patch_filters #=> Array
# resp.global_filters.patch_filters[0].key #=> String, one of "ARCH", "ADVISORY_ID", "BUGZILLA_ID", "PATCH_SET", "PRODUCT", "PRODUCT_FAMILY", "CLASSIFICATION", "CVE_ID", "EPOCH", "MSRC_SEVERITY", "NAME", "PATCH_ID", "SECTION", "PRIORITY", "REPOSITORY", "RELEASE", "SEVERITY", "SECURITY", "VERSION"
# resp.global_filters.patch_filters[0].values #=> Array
@@ -6596,14 +6595,14 @@ def get_patch_baseline(params = {}, options = {})
#
# resp = client.get_patch_baseline_for_patch_group({
# patch_group: "PatchGroup", # required
- # operating_system: "WINDOWS", # accepts WINDOWS, AMAZON_LINUX, AMAZON_LINUX_2, UBUNTU, REDHAT_ENTERPRISE_LINUX, SUSE, CENTOS, ORACLE_LINUX, DEBIAN, MACOS, RASPBIAN
+ # operating_system: "WINDOWS", # accepts WINDOWS, AMAZON_LINUX, AMAZON_LINUX_2, UBUNTU, REDHAT_ENTERPRISE_LINUX, SUSE, CENTOS, ORACLE_LINUX, DEBIAN, MACOS, RASPBIAN, ROCKY_LINUX
# })
#
# @example Response structure
#
# resp.baseline_id #=> String
# resp.patch_group #=> String
- # resp.operating_system #=> String, one of "WINDOWS", "AMAZON_LINUX", "AMAZON_LINUX_2", "UBUNTU", "REDHAT_ENTERPRISE_LINUX", "SUSE", "CENTOS", "ORACLE_LINUX", "DEBIAN", "MACOS", "RASPBIAN"
+ # resp.operating_system #=> String, one of "WINDOWS", "AMAZON_LINUX", "AMAZON_LINUX_2", "UBUNTU", "REDHAT_ENTERPRISE_LINUX", "SUSE", "CENTOS", "ORACLE_LINUX", "DEBIAN", "MACOS", "RASPBIAN", "ROCKY_LINUX"
#
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetPatchBaselineForPatchGroup AWS API Documentation
#
@@ -8857,8 +8856,6 @@ def register_task_with_maintenance_window(params = {}, options = {})
#
# MaintenanceWindow: mw-012345abcde
#
- # `Automation`\: `example-c160-4567-8519-012345abcde`
- #
# PatchBaseline: pb-012345abcde
#
# OpsMetadata object: `ResourceID` for tagging is created from the
@@ -9399,7 +9396,7 @@ def start_associations_once(params = {}, options = {})
#
# * `Key=OS,Value=Windows`
#
- # To add tags to an existing automation, use the AddTagsToResource
+ # To add tags to an existing patch baseline, use the AddTagsToResource
# operation.
#
#
@@ -9927,8 +9924,18 @@ def unlabel_parameter_version(params = {}, options = {})
# run immediately after you update it. This parameter isn't supported
# for rate expressions.
#
- # Also, if you specified this option when you created the association,
- # you can reset it. To do so, specify the
+ # If you chose this option when you created an association and later you
+ # edit that association or you make changes to the SSM document on which
+ # that association is based (by using the Documents page in the
+ # console), State Manager applies the association at the next specified
+ # cron interval. For example, if you chose the `Latest` version of an
+ # SSM document when you created an association and you edit the
+ # association by choosing a different document version on the Documents
+ # page, State Manager applies the association at the next specified cron
+ # interval if you previously selected this option. If this option
+ # wasn't selected, State Manager immediately runs the association.
+ #
+ # You can reset this option. To do so, specify the
# `no-apply-only-at-cron-interval` parameter when you update the
# association from the command line. This parameter forces the
# association to run immediately after updating it and according to the
@@ -10175,6 +10182,12 @@ def update_association_status(params = {}, options = {})
# document. You can specify the version number of the latest version or
# use the `$LATEST` variable.
#
+ # If you change a document version for a State Manager association,
+ # Systems Manager immediately runs the association unless you previously
+ # specifed the `apply-only-at-cron-interval` parameter.
+ #
+ #
+ #
# @option params [String] :document_format
# Specify the document format for the new document version. Systems
# Manager supports JSON and YAML documents. JSON is the default format.
@@ -10264,6 +10277,12 @@ def update_document(params = {}, options = {})
# Set the default version of a document.
#
+ # If you change a document version for a State Manager association,
+ # Systems Manager immediately runs the association unless you previously
+ # specifed the `apply-only-at-cron-interval` parameter.
+ #
+ #
+ #
# @option params [required, String] :name
# The name of a custom document that you want to set as the default
# version.
@@ -11304,7 +11323,7 @@ def update_ops_metadata(params = {}, options = {})
#
# resp.baseline_id #=> String
# resp.name #=> String
- # resp.operating_system #=> String, one of "WINDOWS", "AMAZON_LINUX", "AMAZON_LINUX_2", "UBUNTU", "REDHAT_ENTERPRISE_LINUX", "SUSE", "CENTOS", "ORACLE_LINUX", "DEBIAN", "MACOS", "RASPBIAN"
+ # resp.operating_system #=> String, one of "WINDOWS", "AMAZON_LINUX", "AMAZON_LINUX_2", "UBUNTU", "REDHAT_ENTERPRISE_LINUX", "SUSE", "CENTOS", "ORACLE_LINUX", "DEBIAN", "MACOS", "RASPBIAN", "ROCKY_LINUX"
# resp.global_filters.patch_filters #=> Array
# resp.global_filters.patch_filters[0].key #=> String, one of "ARCH", "ADVISORY_ID", "BUGZILLA_ID", "PATCH_SET", "PRODUCT", "PRODUCT_FAMILY", "CLASSIFICATION", "CVE_ID", "EPOCH", "MSRC_SEVERITY", "NAME", "PATCH_ID", "SECTION", "PRIORITY", "REPOSITORY", "RELEASE", "SEVERITY", "SECURITY", "VERSION"
# resp.global_filters.patch_filters[0].values #=> Array
@@ -11487,7 +11506,7 @@ def build_request(operation_name, params = {})
params: params,
config: config)
context[:gem_name] = 'aws-sdk-ssm'
- context[:gem_version] = '1.133.0'
+ context[:gem_version] = '1.134.0'
Seahorse::Client::Request.new(handlers, context)
end
diff --git a/gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb b/gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb
index 5418c34d499..0e340e0dfe6 100644
--- a/gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb
+++ b/gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb
@@ -130,8 +130,6 @@ class Activation < Struct.new(
#
# `PatchBaseline`\: `pb-012345abcde`
#
- # `Automation`\: `example-c160-4567-8519-012345abcde`
- #
# `OpsMetadata` object: `ResourceID` for tagging is created from the
# Amazon Resource Name (ARN) for the object. Specifically,
# `ResourceID` is created from the strings that come after the word
@@ -276,7 +274,10 @@ class AssociatedInstances < Aws::EmptyStructure; end
# @return [String]
#
# @!attribute [rw] document_version
- # The version of the document used in the association.
+ # The version of the document used in the association. If you change a
+ # document version for a State Manager association, Systems Manager
+ # immediately runs the association unless you previously specifed the
+ # `apply-only-at-cron-interval` parameter.
#
# State Manager doesn't support running associations that use a new
# version of a document if that document is shared from another
@@ -1564,7 +1565,7 @@ class AutomationStepNotFoundException < Struct.new(
# data as a hash:
#
# {
- # operating_system: "WINDOWS", # accepts WINDOWS, AMAZON_LINUX, AMAZON_LINUX_2, UBUNTU, REDHAT_ENTERPRISE_LINUX, SUSE, CENTOS, ORACLE_LINUX, DEBIAN, MACOS, RASPBIAN
+ # operating_system: "WINDOWS", # accepts WINDOWS, AMAZON_LINUX, AMAZON_LINUX_2, UBUNTU, REDHAT_ENTERPRISE_LINUX, SUSE, CENTOS, ORACLE_LINUX, DEBIAN, MACOS, RASPBIAN, ROCKY_LINUX
# global_filters: {
# patch_filters: [ # required
# {
@@ -3938,7 +3939,7 @@ class CreateOpsMetadataResult < Struct.new(
# data as a hash:
#
# {
- # operating_system: "WINDOWS", # accepts WINDOWS, AMAZON_LINUX, AMAZON_LINUX_2, UBUNTU, REDHAT_ENTERPRISE_LINUX, SUSE, CENTOS, ORACLE_LINUX, DEBIAN, MACOS, RASPBIAN
+ # operating_system: "WINDOWS", # accepts WINDOWS, AMAZON_LINUX, AMAZON_LINUX_2, UBUNTU, REDHAT_ENTERPRISE_LINUX, SUSE, CENTOS, ORACLE_LINUX, DEBIAN, MACOS, RASPBIAN, ROCKY_LINUX
# name: "BaselineName", # required
# global_filters: {
# patch_filters: [ # required
@@ -6927,7 +6928,7 @@ class DescribePatchGroupsResult < Struct.new(
# data as a hash:
#
# {
- # operating_system: "WINDOWS", # required, accepts WINDOWS, AMAZON_LINUX, AMAZON_LINUX_2, UBUNTU, REDHAT_ENTERPRISE_LINUX, SUSE, CENTOS, ORACLE_LINUX, DEBIAN, MACOS, RASPBIAN
+ # operating_system: "WINDOWS", # required, accepts WINDOWS, AMAZON_LINUX, AMAZON_LINUX_2, UBUNTU, REDHAT_ENTERPRISE_LINUX, SUSE, CENTOS, ORACLE_LINUX, DEBIAN, MACOS, RASPBIAN, ROCKY_LINUX
# property: "PRODUCT", # required, accepts PRODUCT, PRODUCT_FAMILY, CLASSIFICATION, MSRC_SEVERITY, PRIORITY, SEVERITY
# patch_set: "OS", # accepts OS, APPLICATION
# max_results: 1,
@@ -8357,7 +8358,7 @@ class GetConnectionStatusResponse < Struct.new(
# data as a hash:
#
# {
- # operating_system: "WINDOWS", # accepts WINDOWS, AMAZON_LINUX, AMAZON_LINUX_2, UBUNTU, REDHAT_ENTERPRISE_LINUX, SUSE, CENTOS, ORACLE_LINUX, DEBIAN, MACOS, RASPBIAN
+ # operating_system: "WINDOWS", # accepts WINDOWS, AMAZON_LINUX, AMAZON_LINUX_2, UBUNTU, REDHAT_ENTERPRISE_LINUX, SUSE, CENTOS, ORACLE_LINUX, DEBIAN, MACOS, RASPBIAN, ROCKY_LINUX
# }
#
# @!attribute [rw] operating_system
@@ -8397,7 +8398,7 @@ class GetDefaultPatchBaselineResult < Struct.new(
# instance_id: "InstanceId", # required
# snapshot_id: "SnapshotId", # required
# baseline_override: {
- # operating_system: "WINDOWS", # accepts WINDOWS, AMAZON_LINUX, AMAZON_LINUX_2, UBUNTU, REDHAT_ENTERPRISE_LINUX, SUSE, CENTOS, ORACLE_LINUX, DEBIAN, MACOS, RASPBIAN
+ # operating_system: "WINDOWS", # accepts WINDOWS, AMAZON_LINUX, AMAZON_LINUX_2, UBUNTU, REDHAT_ENTERPRISE_LINUX, SUSE, CENTOS, ORACLE_LINUX, DEBIAN, MACOS, RASPBIAN, ROCKY_LINUX
# global_filters: {
# patch_filters: [ # required
# {
@@ -9785,7 +9786,7 @@ class GetParametersResult < Struct.new(
#
# {
# patch_group: "PatchGroup", # required
- # operating_system: "WINDOWS", # accepts WINDOWS, AMAZON_LINUX, AMAZON_LINUX_2, UBUNTU, REDHAT_ENTERPRISE_LINUX, SUSE, CENTOS, ORACLE_LINUX, DEBIAN, MACOS, RASPBIAN
+ # operating_system: "WINDOWS", # accepts WINDOWS, AMAZON_LINUX, AMAZON_LINUX_2, UBUNTU, REDHAT_ENTERPRISE_LINUX, SUSE, CENTOS, ORACLE_LINUX, DEBIAN, MACOS, RASPBIAN, ROCKY_LINUX
# }
#
# @!attribute [rw] patch_group
@@ -17189,8 +17190,6 @@ class RelatedOpsItem < Struct.new(
#
# MaintenanceWindow: mw-012345abcde
#
- # `Automation`\: `example-c160-4567-8519-012345abcde`
- #
# PatchBaseline: pb-012345abcde
#
# OpsMetadata object: `ResourceID` for tagging is created from the
@@ -18828,7 +18827,7 @@ class StartAssociationsOnceResult < Aws::EmptyStructure; end
#
# * `Key=OS,Value=Windows`
#
- # To add tags to an existing automation, use the AddTagsToResource
+ # To add tags to an existing patch baseline, use the AddTagsToResource
# operation.
#
#
@@ -19962,8 +19961,19 @@ class UnsupportedPlatformType < Struct.new(
# to run immediately after you update it. This parameter isn't
# supported for rate expressions.
#
- # Also, if you specified this option when you created the association,
- # you can reset it. To do so, specify the
+ # If you chose this option when you created an association and later
+ # you edit that association or you make changes to the SSM document on
+ # which that association is based (by using the Documents page in the
+ # console), State Manager applies the association at the next
+ # specified cron interval. For example, if you chose the `Latest`
+ # version of an SSM document when you created an association and you
+ # edit the association by choosing a different document version on the
+ # Documents page, State Manager applies the association at the next
+ # specified cron interval if you previously selected this option. If
+ # this option wasn't selected, State Manager immediately runs the
+ # association.
+ #
+ # You can reset this option. To do so, specify the
# `no-apply-only-at-cron-interval` parameter when you update the
# association from the command line. This parameter forces the
# association to run immediately after updating it and according to
@@ -20210,6 +20220,12 @@ class UpdateDocumentMetadataResponse < Aws::EmptyStructure; end
# Systems Manager supports updating only the latest version of the
# document. You can specify the version number of the latest version
# or use the `$LATEST` variable.
+ #
+ # If you change a document version for a State Manager association,
+ # Systems Manager immediately runs the association unless you
+ # previously specifed the `apply-only-at-cron-interval` parameter.
+ #
+ #
# @return [String]
#
# @!attribute [rw] document_format