String taskId
The ID of the task that you are attempting to cancel. You can retrieve a task ID by using the
ListTasks operation.
String taskId
The ID of the task that you are attempting to cancel.
Long available
The amount of capacity available for use on the device.
String name
The name of the type of capacity, such as memory.
Long total
The total capacity on the device.
String unit
The unit of measure for the type of capacity.
Long used
The amount of capacity used on the device.
String clientToken
A token ensuring that the action is called only once with the specified details.
Command command
The task to be performed. Only one task is executed on a device at a time.
String description
A description of the task and its targets.
Map<K,V> tags
Optional metadata that you assign to a resource. You can use tags to categorize a resource in different ways, such as by purpose, owner, or environment.
List<E> targets
A list of managed device IDs.
String managedDeviceId
The ID of the device that you are checking the information of.
String associatedWithJob
The ID of the job used when ordering the device.
List<E> deviceCapacities
The hardware specifications of the device.
String deviceState
The current state of the device.
String deviceType
The type of Amazon Web Services Snow Family device.
Date lastReachedOutAt
When the device last contacted the Amazon Web Services Cloud. Indicates that the device is online.
Date lastUpdatedAt
When the device last pushed an update to the Amazon Web Services Cloud. Indicates when the device cache was refreshed.
String managedDeviceArn
The Amazon Resource Name (ARN) of the device.
String managedDeviceId
The ID of the device that you checked the information for.
List<E> physicalNetworkInterfaces
The network interfaces available on the device.
SoftwareInformation software
The software installed on the device.
Map<K,V> tags
Optional metadata that you assign to a resource. You can use tags to categorize a resource in different ways, such as by purpose, owner, or environment.
String executionId
The ID of the execution.
Date lastUpdatedAt
When the status of the execution was last updated.
String managedDeviceId
The ID of the managed device that the task is being executed on.
Date startedAt
When the execution began.
String state
The current state of the execution.
String taskId
The ID of the task being executed on the device.
String taskId
The ID of the task to be described.
Date completedAt
When the task was completed.
Date createdAt
When the CreateTask operation was called.
String description
The description provided of the task and managed devices.
Date lastUpdatedAt
When the state of the task was last updated.
String state
The current state of the task.
Map<K,V> tags
Optional metadata that you assign to a resource. You can use tags to categorize a resource in different ways, such as by purpose, owner, or environment.
List<E> targets
The managed devices that the task was sent to.
String taskArn
The Amazon Resource Name (ARN) of the task.
String taskId
The ID of the task.
String associatedWithJob
The ID of the job used to order the device.
String managedDeviceArn
The Amazon Resource Name (ARN) of the device.
String managedDeviceId
The ID of the device.
Map<K,V> tags
Optional metadata that you assign to a resource. You can use tags to categorize a resource in different ways, such as by purpose, owner, or environment.
Integer amiLaunchIndex
The Amazon Machine Image (AMI) launch index, which you can use to find this instance in the launch group.
List<E> blockDeviceMappings
Any block device mapping entries for the instance.
CpuOptions cpuOptions
The CPU options for the instance.
Date createdAt
When the instance was created.
String imageId
The ID of the AMI used to launch the instance.
String instanceId
The ID of the instance.
String instanceType
The instance type.
String privateIpAddress
The private IPv4 address assigned to the instance.
String publicIpAddress
The public IPv4 address assigned to the instance.
String rootDeviceName
The device name of the root device volume (for example, /dev/sda1).
List<E> securityGroups
The security groups for the instance.
InstanceState state
Date updatedAt
When the instance was last updated.
String deviceName
The block device name.
EbsInstanceBlockDevice ebs
The parameters used to automatically set up Amazon Elastic Block Store (Amazon EBS) volumes when the instance is launched.
Integer code
The state of the instance as a 16-bit unsigned integer.
The high byte is all of the bits between 2^8 and (2^16)-1, which equals decimal values between 256 and 65,535. These numerical values are used for internal purposes and should be ignored.
The low byte is all of the bits between 2^0 and (2^8)-1, which equals decimal values between 0 and 255.
The valid values for the instance state code are all in the range of the low byte. These values are:
0 : pending
16 : running
32 : shutting-down
48 : terminated
64 : stopping
80 : stopped
You can ignore the high byte value by zeroing out all of the bits above 2^8 or 256 in decimal.
String name
The current state of the instance.
String managedDeviceId
The ID of the managed device that you are listing the resources of.
Integer maxResults
The maximum number of resources per page.
String nextToken
A pagination token to continue to the next page of results.
String type
A structure used to filter the results by type of resource.
String resourceArn
The Amazon Resource Name (ARN) of the device or task.
String defaultGateway
The default gateway of the device.
String ipAddress
The IP address of the device.
String ipAddressAssignment
A value that describes whether the IP address is dynamic or persistent.
String macAddress
The MAC address of the device.
String netmask
The netmask used to divide the IP address into subnets.
String physicalConnectorType
The physical connector type.
String physicalNetworkInterfaceId
The physical network interface ID.
String installState
The state of the software that is installed or that is being installed on the device.
String installedVersion
The version of the software currently installed on the device.
String installingVersion
The version of the software being installed on the device.
String state
The state of the task assigned to one or many devices.
Map<K,V> tags
Optional metadata that you assign to a resource. You can use tags to categorize a resource in different ways, such as by purpose, owner, or environment.
String taskArn
The Amazon Resource Name (ARN) of the task.
String taskId
The task ID.
Copyright © 2023. All rights reserved.