This is the ec2 Reference Manual, version 1, generated automatically by Declt version 4.0 beta 2 "William Riker" on Tue Jul 15 05:02:15 2025 GMT+0.
ec2/ec2.asdec2/package.lispec2/compat.lispec2/aws.lispec2/conditions.lispec2/protocol-support.lispec2/signing.lispec2/signature-version-two.lispec2/parser.lispec2/ami.lispec2/volume.lispec2/create-volume.lispec2/attach-volume.lispec2/block-device-map.lispec2/ami-instance.lispec2/availability-zone.lispec2/console-output.lispec2/security-group.lispec2/cloudwatch.lispec2/snapshot.lispec2/initiated-instance.lispec2/key.lispec2/ec2.lispec2/api.lispec2/load-balancing.lispThe main system appears first, followed by any subsystem dependency.
ec2Common Lisp EC2 Package
David E. Young <dyoung@saffrontech.com>
David E. Young <dyoung@saffrontech.com>
MIT
The beginnings of an EC2 interface for Common Lisp
1
s-xml (system).
s-base64 (system).
ironclad (system).
drakma (system).
package.lisp (file).
compat.lisp (file).
aws.lisp (file).
conditions.lisp (file).
protocol-support.lisp (file).
signing.lisp (file).
signature-version-two.lisp (file).
parser.lisp (file).
ami.lisp (file).
volume.lisp (file).
create-volume.lisp (file).
attach-volume.lisp (file).
block-device-map.lisp (file).
ami-instance.lisp (file).
availability-zone.lisp (file).
console-output.lisp (file).
security-group.lisp (file).
cloudwatch.lisp (file).
snapshot.lisp (file).
initiated-instance.lisp (file).
key.lisp (file).
ec2.lisp (file).
api.lisp (file).
load-balancing.lisp (file).
Files are sorted by type and then listed depth-first from the systems components trees.
ec2/ec2.asdec2/package.lispec2/compat.lispec2/aws.lispec2/conditions.lispec2/protocol-support.lispec2/signing.lispec2/signature-version-two.lispec2/parser.lispec2/ami.lispec2/volume.lispec2/create-volume.lispec2/attach-volume.lispec2/block-device-map.lispec2/ami-instance.lispec2/availability-zone.lispec2/console-output.lispec2/security-group.lispec2/cloudwatch.lispec2/snapshot.lispec2/initiated-instance.lispec2/key.lispec2/ec2.lispec2/api.lispec2/load-balancing.lispec2/compat.lisppackage.lisp (file).
ec2 (system).
get-proc (reader method).
getenv (function).
not-implemented (condition).
getenv-aux (function).
ec2/aws.lispcompat.lisp (file).
ec2 (system).
*access-key* (special variable).
*default-zone* (special variable).
*secret-key* (special variable).
access-key (function).
default-zone (function).
secret-key (function).
ec2/conditions.lisppackage.lisp (file).
ec2 (system).
ec2-error (condition).
ec2-error-headers (reader method).
ec2-error-reason (reader method).
ec2-error-status (reader method).
ec2-error-uri (reader method).
insufficient-capacity-error (condition).
make-ec2-error (macro).
ec2-error-body (reader method).
element-usage-error (condition).
element-usage-error-element (reader method).
volume-requested-size (reader method).
volume-size-error (condition).
ec2/protocol-support.lisppackage.lisp (file).
ec2 (system).
ec2-error-p (function).
iso-8601-timestamp (generic function).
make-timestamp (function).
parse-http-body (generic function).
ec2/signing.lispaws.lisp (file).
protocol-support.lisp (file).
ec2 (system).
canonicalize-params (generic function).
encode-user-data (generic function).
make-parameters (generic function).
make-signature (generic function).
sort-params (generic function).
*digest* (special variable).
digest-method (function).
make-digest (generic function).
signing-key (function).
ec2/signature-version-two.lispsigning.lisp (file).
conditions.lisp (file).
aws.lisp (file).
ec2 (system).
canonicalize-params (method).
make-parameters (method).
make-signature (method).
sort-params (method).
make-signing-string (function).
signature-method (function).
url-encode (function).
ec2/parser.lispconditions.lisp (file).
ec2 (system).
collecting-element-children (macro).
find-element (function).
getattr (function).
getattrs (function).
with-element-children (macro).
getattr-aux (function).
ec2/ami.lispparser.lisp (file).
ec2 (system).
ami (class).
get-architecture (reader method).
get-image-id (reader method).
get-image-type (reader method).
get-manifest (reader method).
get-owner-id (reader method).
get-state (reader method).
get-visibility (reader method).
print-object (method).
make-ami (function).
make-ami-set (function).
ec2/volume.lispparser.lisp (file).
ec2 (system).
get-attachments (reader method).
get-creation-time (reader method).
get-size (reader method).
get-snapshot-id (reader method).
get-status (reader method).
get-volume-id (reader method).
get-zone (reader method).
print-object (method).
volume (class).
volume-attached-p (function).
volume-available-p (function).
make-attachment-set (function).
make-volume (function).
make-volume-set (function).
volume-status (function).
ec2/create-volume.lispparser.lisp (file).
ec2 (system).
created-volume (structure).
created-volume-create-time (reader).
(setf created-volume-create-time) (writer).
created-volume-id (reader).
(setf created-volume-id) (writer).
created-volume-size (reader).
(setf created-volume-size) (writer).
created-volume-status (reader).
(setf created-volume-status) (writer).
created-volume-zone (reader).
(setf created-volume-zone) (writer).
copy-created-volume (function).
create-volume-response (function).
created-volume-p (function).
make-created-volume (function).
ec2/attach-volume.lispparser.lisp (file).
ec2 (system).
attached-volume-response (structure).
attached-volume-response-attach-time (reader).
(setf attached-volume-response-attach-time) (writer).
attached-volume-response-device (reader).
(setf attached-volume-response-device) (writer).
attached-volume-response-instance-id (reader).
(setf attached-volume-response-instance-id) (writer).
attached-volume-response-status (reader).
(setf attached-volume-response-status) (writer).
attached-volume-response-volume-id (reader).
(setf attached-volume-response-volume-id) (writer).
attached-volume-response-p (function).
copy-attached-volume-response (function).
make-attached-volume (function).
make-attached-volume-response (function).
ec2/block-device-map.lispparser.lisp (file).
ec2 (system).
block-device (structure).
block-device-attach-time (reader).
(setf block-device-attach-time) (writer).
block-device-map (class).
block-device-status (reader).
(setf block-device-status) (writer).
block-device-termination-behavior (reader).
(setf block-device-termination-behavior) (writer).
block-device-volume-id (reader).
(setf block-device-volume-id) (writer).
get-device (reader method).
get-device-name (reader method).
print-object (method).
block-device-p (function).
copy-block-device (function).
make-block-device (function).
make-block-device-descriptor (function).
make-block-device-mapping (function).
ec2/ami-instance.lispblock-device-map.lisp (file).
ec2 (system).
ami-instance (class).
get-architecture (reader method).
get-block-device-map (reader method).
get-groups (reader method).
get-image-id (reader method).
get-instance-id (reader method).
get-instance-type (reader method).
get-key-name (reader method).
get-launch-index (reader method).
get-launch-time (reader method).
get-monitoring-state (reader method).
get-private-dns (reader method).
get-private-ip-address (reader method).
get-public-dns (reader method).
get-public-ip-address (reader method).
get-reservation-id (reader method).
get-root-device-type (reader method).
get-state (reader method).
get-zone (reader method).
pendingp (function).
print-object (method).
runningp (function).
stoppedp (function).
stoppingp (function).
terminatedp (function).
find-availability-zone (function).
find-block-device-maps (function).
find-groups (function).
find-instance-state (function).
make-ami-instance (function).
make-ami-instance-set (function).
make-instance-state-change-set (function).
ec2/availability-zone.lispparser.lisp (file).
ec2 (system).
availability-zone (class).
get-region (reader method).
get-state (reader method).
get-zone-name (reader method).
print-object (method).
make-availability-zone (function).
make-availability-zone-set (function).
ec2/console-output.lispparser.lisp (file).
ec2 (system).
convert-console-output (function).
make-console-output (function).
ec2/security-group.lispparser.lisp (file).
ec2 (system).
get-description (reader method).
get-ip-permissions (reader method).
get-name (reader method).
get-owner-id (reader method).
ip-protocol (structure).
ip-protocol-from-port (reader).
(setf ip-protocol-from-port) (writer).
ip-protocol-protocol (reader).
(setf ip-protocol-protocol) (writer).
ip-protocol-ranges (reader).
(setf ip-protocol-ranges) (writer).
ip-protocol-to-port (reader).
(setf ip-protocol-to-port) (writer).
print-object (method).
security-group (class).
collect-security-groups (function).
copy-ip-protocol (function).
gather-ip-ranges (function).
ip-protocol-p (function).
make-ip-permissions (function).
make-ip-protocol (function).
ec2/cloudwatch.lispaws.lisp (file).
signing.lisp (file).
parser.lisp (file).
ec2 (system).
collect-monitored-instances (function).
datapoint (class).
get-average (reader method).
get-datapoints (reader method).
get-dimensions (reader method).
get-label (reader method).
get-maximum (reader method).
get-measure (reader method).
get-metric-statistics (function).
get-minimum (reader method).
get-namespace (reader method).
get-samples (reader method).
get-sum (reader method).
get-timestamp (reader method).
get-unit (reader method).
list-metrics (function).
make-monitored-instance (function).
metric (class).
monitored-instance (structure).
monitored-instance-id (reader).
(setf monitored-instance-id) (writer).
monitored-instance-state (reader).
(setf monitored-instance-state) (writer).
print-object (method).
print-object (method).
stored-metric (class).
*api-version* (special variable).
*default-cloudwatch-namespace* (special variable).
*host-header* (special variable).
*namespace* (special variable).
*url* (special variable).
*xmlns* (special variable).
collect-datapoints (function).
collect-stored-dimensions (function).
collect-stored-metrics (function).
copy-monitored-instance (function).
get-monitoring-state (function).
issue-request (function).
make-dimensions-list (function).
make-metric (function).
monitored-instance-p (function).
tofloat (generic function).
tostr (function).
ec2/snapshot.lispparser.lisp (file).
ec2 (system).
get-progress (reader method).
get-snapshot-id (reader method).
get-status (reader method).
get-volume-id (reader method).
print-object (method).
snapshot (class).
collect-snapshots (function).
get-start-time (reader method).
make-snapshot (function).
ec2/initiated-instance.lispparser.lisp (file).
ec2 (system).
get-instance-id (reader method).
get-launch-time (reader method).
get-request-id (reader method).
get-reservation-id (reader method).
get-virtual-name (reader method).
initiated-instance (class).
print-object (method).
make-initiated-instances (function).
ec2/key.lisppackage.lisp (file).
ec2 (system).
get-fingerprint (reader method).
get-material (reader method).
get-name (reader method).
print-object (method).
key (class).
private-key (class).
ec2/ec2.lispaws.lisp (file).
signing.lisp (file).
ami.lisp (file).
volume.lisp (file).
ami-instance.lisp (file).
availability-zone.lisp (file).
console-output.lisp (file).
security-group.lisp (file).
create-volume.lisp (file).
attach-volume.lisp (file).
initiated-instance.lisp (file).
cloudwatch.lisp (file).
snapshot.lisp (file).
conditions.lisp (file).
package.lisp (file).
key.lisp (file).
ec2 (system).
cl-ec2-version (function).
encode-user-data (method).
issue-request (function).
make-entity-list (function).
*api-version* (special variable).
*cl-ec2-version* (special variable).
*ec2-namespace* (special variable).
*host-header* (special variable).
*url* (special variable).
*xmlns* (special variable).
encode-group-description (function).
make-integer (function).
make-volume-size (generic function).
ec2/api.lispec2.lisp (file).
ec2 (system).
attach-volume (function).
create-image (function).
create-keypair (function).
create-security-group (function).
create-snapshot (generic function).
create-volume (function).
delete-keypair (function).
delete-snapshot (function).
delete-volume (function).
deregister-image (function).
describe-image (function).
describe-images (function).
describe-instance (function).
describe-instances (function).
describe-keypairs (function).
describe-security-groups (function).
describe-snapshots (function).
describe-volumes (function).
describe-zones (function).
detach-volume (function).
get-console-output (function).
monitor-instances (function).
run-instances (function).
start-instance (function).
start-instances (function).
stop-instance (function).
stop-instances (function).
terminate-instances (function).
unmonitor-instances (function).
with-header-stream (macro).
delete-security-group (function).
ec2/load-balancing.lispapi.lisp (file).
ec2 (system).
configure-health-check (function).
create-app-cookie-stickiness-policy (function).
create-lb-cookie-stickiness-policy (function).
create-load-balancer (function).
create-load-balancer-listeners (function).
delete-load-balancer (function).
delete-load-balancer-listeners (function).
delete-load-balancer-policy (function).
deregister-instances-from-load-balancer (function).
describe-instance-health (function).
describe-load-balancers (function).
disable-availability-zones-for-load-balancer (function).
enable-availability-zones-for-load-balancer (function).
register-instances-with-load-balancer (function).
set-load-balancer-listener-ssl-certificate (function).
set-load-balancer-policies-of-listener (function).
*elb-api-version* (special variable).
*elb-host-header* (special variable).
*elb-namespace* (special variable).
*elb-url* (special variable).
*elb-xmlns* (special variable).
*instance-health-states* (special variable).
defaction (macro).
elb-request (function).
ensure-list (function).
expand-parser (function).
make-keyword (function).
make-listener-list (function).
make-member-list (function).
make-parameter (macro).
missing-parameter (function).
string-camelcase (function).
stringify (function).
Packages are listed by definition order.
ec2-parsercommon-lisp.
collecting-element-children (macro).
find-element (function).
getattr (function).
getattrs (function).
with-element-children (macro).
getattr-aux (function).
ec2common-lisp.
ec2-parser.
ec2-protocol.
ami (class).
ami-instance (class).
attach-volume (function).
attached-volume-response (structure).
attached-volume-response-attach-time (reader).
(setf attached-volume-response-attach-time) (writer).
attached-volume-response-device (reader).
(setf attached-volume-response-device) (writer).
attached-volume-response-instance-id (reader).
(setf attached-volume-response-instance-id) (writer).
attached-volume-response-status (reader).
(setf attached-volume-response-status) (writer).
attached-volume-response-volume-id (reader).
(setf attached-volume-response-volume-id) (writer).
availability-zone (class).
block-device (structure).
block-device-attach-time (reader).
(setf block-device-attach-time) (writer).
block-device-map (class).
block-device-status (reader).
(setf block-device-status) (writer).
block-device-termination-behavior (reader).
(setf block-device-termination-behavior) (writer).
block-device-volume-id (reader).
(setf block-device-volume-id) (writer).
cl-ec2-version (function).
create-image (function).
create-keypair (function).
create-security-group (function).
create-snapshot (generic function).
create-volume (function).
created-volume (structure).
created-volume-create-time (reader).
(setf created-volume-create-time) (writer).
created-volume-id (reader).
(setf created-volume-id) (writer).
created-volume-size (reader).
(setf created-volume-size) (writer).
created-volume-status (reader).
(setf created-volume-status) (writer).
created-volume-zone (reader).
(setf created-volume-zone) (writer).
delete-keypair (function).
delete-snapshot (function).
delete-volume (function).
deregister-image (function).
describe-image (function).
describe-images (function).
describe-instance (function).
describe-instances (function).
describe-keypairs (function).
describe-security-groups (function).
describe-snapshots (function).
describe-volumes (function).
describe-zones (function).
detach-volume (function).
ec2-error (condition).
ec2-error-headers (generic reader).
ec2-error-reason (generic reader).
ec2-error-status (generic reader).
ec2-error-uri (generic reader).
get-architecture (generic reader).
get-attachments (generic reader).
get-block-device-map (generic reader).
get-console-output (function).
get-creation-time (generic reader).
get-description (generic reader).
get-device (generic reader).
get-device-name (generic reader).
get-fingerprint (generic reader).
get-groups (generic reader).
get-image-id (generic reader).
get-image-type (generic reader).
get-instance-id (generic reader).
get-instance-type (generic reader).
get-ip-permissions (generic reader).
get-key-name (generic reader).
get-launch-index (generic reader).
get-launch-time (generic reader).
get-manifest (generic reader).
get-material (generic reader).
get-monitoring-state (generic reader).
get-name (generic reader).
get-owner-id (generic reader).
get-private-dns (generic reader).
get-private-ip-address (generic reader).
get-progress (generic reader).
get-public-dns (generic reader).
get-public-ip-address (generic reader).
get-region (generic reader).
get-request-id (generic reader).
get-reservation-id (generic reader).
get-root-device-type (generic reader).
get-size (generic reader).
get-snapshot-id (generic reader).
get-state (generic reader).
get-status (generic reader).
get-virtual-name (generic reader).
get-visibility (generic reader).
get-volume-id (generic reader).
get-zone (generic reader).
get-zone-name (generic reader).
initiated-instance (class).
insufficient-capacity-error (condition).
ip-protocol (structure).
ip-protocol-from-port (reader).
(setf ip-protocol-from-port) (writer).
ip-protocol-protocol (reader).
(setf ip-protocol-protocol) (writer).
ip-protocol-ranges (reader).
(setf ip-protocol-ranges) (writer).
ip-protocol-to-port (reader).
(setf ip-protocol-to-port) (writer).
issue-request (function).
make-ec2-error (macro).
monitor-instances (function).
pendingp (function).
run-instances (function).
runningp (function).
security-group (class).
snapshot (class).
start-instance (function).
start-instances (function).
stop-instance (function).
stop-instances (function).
stoppedp (function).
stoppingp (function).
terminate-instances (function).
terminatedp (function).
unmonitor-instances (function).
volume (class).
volume-attached-p (function).
volume-available-p (function).
with-header-stream (macro).
*api-version* (special variable).
*cl-ec2-version* (special variable).
*ec2-namespace* (special variable).
*host-header* (special variable).
*url* (special variable).
*xmlns* (special variable).
attached-volume-response-p (function).
block-device-p (function).
collect-security-groups (function).
collect-snapshots (function).
convert-console-output (function).
copy-attached-volume-response (function).
copy-block-device (function).
copy-created-volume (function).
copy-ip-protocol (function).
create-volume-response (function).
created-volume-p (function).
delete-security-group (function).
ec2-error-body (generic reader).
element-usage-error (condition).
element-usage-error-element (generic reader).
encode-group-description (function).
find-availability-zone (function).
find-block-device-maps (function).
find-groups (function).
find-instance-state (function).
gather-ip-ranges (function).
get-start-time (generic reader).
ip-protocol-p (function).
key (class).
make-ami (function).
make-ami-instance (function).
make-ami-instance-set (function).
make-ami-set (function).
make-attached-volume (function).
make-attached-volume-response (function).
make-attachment-set (function).
make-availability-zone (function).
make-availability-zone-set (function).
make-block-device (function).
make-block-device-descriptor (function).
make-block-device-mapping (function).
make-console-output (function).
make-created-volume (function).
make-initiated-instances (function).
make-instance-state-change-set (function).
make-integer (function).
make-ip-permissions (function).
make-ip-protocol (function).
make-snapshot (function).
make-volume (function).
make-volume-set (function).
make-volume-size (generic function).
private-key (class).
volume-requested-size (generic reader).
volume-size-error (condition).
volume-status (function).
elastic-load-balancingcommon-lisp.
ec2.
ec2-parser.
ec2-protocol.
configure-health-check (function).
create-app-cookie-stickiness-policy (function).
create-lb-cookie-stickiness-policy (function).
create-load-balancer (function).
create-load-balancer-listeners (function).
delete-load-balancer (function).
delete-load-balancer-listeners (function).
delete-load-balancer-policy (function).
deregister-instances-from-load-balancer (function).
describe-instance-health (function).
describe-load-balancers (function).
disable-availability-zones-for-load-balancer (function).
enable-availability-zones-for-load-balancer (function).
register-instances-with-load-balancer (function).
set-load-balancer-listener-ssl-certificate (function).
set-load-balancer-policies-of-listener (function).
*elb-api-version* (special variable).
*elb-host-header* (special variable).
*elb-namespace* (special variable).
*elb-url* (special variable).
*elb-xmlns* (special variable).
*instance-health-states* (special variable).
defaction (macro).
elb-request (function).
ensure-list (function).
expand-parser (function).
make-keyword (function).
make-listener-list (function).
make-member-list (function).
make-parameter (macro).
missing-parameter (function).
string-camelcase (function).
stringify (function).
ec2-protocolcommon-lisp.
canonicalize-params (generic function).
ec2-error-p (function).
encode-user-data (generic function).
iso-8601-timestamp (generic function).
make-entity-list (function).
make-parameters (generic function).
make-signature (generic function).
make-timestamp (function).
parse-http-body (generic function).
sort-params (generic function).
*digest* (special variable).
digest-method (function).
make-digest (generic function).
make-signing-string (function).
signature-method (function).
signing-key (function).
url-encode (function).
cloudwatchcw
common-lisp.
ec2-parser.
ec2-protocol.
collect-monitored-instances (function).
datapoint (class).
get-average (generic reader).
get-datapoints (generic reader).
get-dimensions (generic reader).
get-label (generic reader).
get-maximum (generic reader).
get-measure (generic reader).
get-metric-statistics (function).
get-minimum (generic reader).
get-namespace (generic reader).
get-samples (generic reader).
get-sum (generic reader).
get-timestamp (generic reader).
get-unit (generic reader).
list-metrics (function).
make-monitored-instance (function).
metric (class).
monitored-instance (structure).
monitored-instance-id (reader).
(setf monitored-instance-id) (writer).
monitored-instance-state (reader).
(setf monitored-instance-state) (writer).
stored-metric (class).
*api-version* (special variable).
*default-cloudwatch-namespace* (special variable).
*host-header* (special variable).
*namespace* (special variable).
*url* (special variable).
*xmlns* (special variable).
collect-datapoints (function).
collect-stored-dimensions (function).
collect-stored-metrics (function).
copy-monitored-instance (function).
get-monitoring-state (function).
issue-request (function).
make-dimensions-list (function).
make-metric (function).
monitored-instance-p (function).
tofloat (generic function).
tostr (function).
compatcommon-lisp.
get-proc (generic reader).
getenv (function).
not-implemented (condition).
getenv-aux (function).
ec2-userA convenience package for users of EC2
cloudwatch.
common-lisp.
ec2.
elastic-load-balancing.
awscommon-lisp.
*access-key* (special variable).
*default-zone* (special variable).
*secret-key* (special variable).
access-key (function).
default-zone (function).
secret-key (function).
Definitions are sorted by export status, category, package, and then by lexicographic order.
ec2.
ec2.
ec2.
ec2.
ec2.
ec2.
ec2.
ec2.
ec2.
ec2.
ec2.
Return the value of the environment variable.
ec2.
ec2.
ec2.
ec2.
id.
ec2.
ami-instance)) ¶automatically generated reader method
ec2.
ami-instance)) ¶automatically generated reader method
ec2.
security-group)) ¶automatically generated reader method
ec2.
block-device-map)) ¶automatically generated reader method
ec2.
block-device-map)) ¶automatically generated reader method
stored-metric)) ¶automatically generated reader method
ec2.
ami-instance)) ¶automatically generated reader method
ec2.
ami-instance)) ¶automatically generated reader method
ec2.
initiated-instance)) ¶automatically generated reader method
ami-instance)) ¶automatically generated reader method
ec2.
ami-instance)) ¶automatically generated reader method
ec2.
security-group)) ¶automatically generated reader method
ec2.
ami-instance)) ¶automatically generated reader method
ec2.
ami-instance)) ¶automatically generated reader method
ec2.
initiated-instance)) ¶automatically generated reader method
ami-instance)) ¶automatically generated reader method
ec2.
private-key)) ¶automatically generated reader method
stored-metric)) ¶automatically generated reader method
ec2.
ami-instance)) ¶automatically generated reader method
stored-metric)) ¶automatically generated reader method
ec2.
security-group)) ¶automatically generated reader method
ec2.
ami-instance)) ¶automatically generated reader method
ec2.
ami-instance)) ¶automatically generated reader method
not-implemented)) ¶proc.
ec2.
ami-instance)) ¶automatically generated reader method
ec2.
ami-instance)) ¶automatically generated reader method
ec2.
availability-zone)) ¶automatically generated reader method
ec2.
initiated-instance)) ¶automatically generated reader method
ec2.
initiated-instance)) ¶automatically generated reader method
ami-instance)) ¶automatically generated reader method
ec2.
ami-instance)) ¶automatically generated reader method
ec2.
availability-zone)) ¶automatically generated reader method
ami-instance)) ¶automatically generated reader method
ec2.
initiated-instance)) ¶automatically generated reader method
ec2.
availability-zone)) ¶automatically generated reader method
ami-instance) strm) ¶initiated-instance) strm) ¶block-device-map) strm) ¶availability-zone) strm) ¶security-group) stream) ¶stored-metric) strm) ¶ec2.
error.
:status
This slot is read-only.
:headers
This slot is read-only.
:uri
This slot is read-only.
:body
This slot is read-only.
:reason
This slot is read-only.
error.
ec2.
:image-id
This slot is read-only.
:manifest
This slot is read-only.
:owner-id
This slot is read-only.
:visibility
This slot is read-only.
:architecture
This slot is read-only.
:image-type
This slot is read-only.
ec2.
get-architecture.
get-block-device-map.
get-groups.
get-image-id.
get-instance-id.
get-instance-type.
get-key-name.
get-launch-index.
get-launch-time.
get-monitoring-state.
get-private-dns.
get-private-ip-address.
get-public-dns.
get-public-ip-address.
get-reservation-id.
get-root-device-type.
get-state.
get-zone.
print-object.
:instance-id
This slot is read-only.
:reservation-id
This slot is read-only.
:image-id
This slot is read-only.
:groups
This slot is read-only.
:architecture
This slot is read-only.
:private-dns
This slot is read-only.
:private-ip-address
This slot is read-only.
:public-dns
This slot is read-only.
:public-ip-address
This slot is read-only.
:instance-type
This slot is read-only.
:launch-time
This slot is read-only.
:launch-index
This slot is read-only.
:key-name
This slot is read-only.
"disabled"
:monitoring-state
This slot is read-only.
:root-device-type
This slot is read-only.
:block-device-map
This slot is read-only.
:samples
This slot is read-only.
:average
This slot is read-only.
:maximum
This slot is read-only.
:minimum
This slot is read-only.
:timestamp
This slot is read-only.
ec2.
:request-id
This slot is read-only.
:reservation-id
This slot is read-only.
:virtual-name
This slot is read-only.
:instance-id
This slot is read-only.
:launch-time
This slot is read-only.
(quote nil)
:datapoints
This slot is read-only.
ec2.
:description
This slot is read-only.
:owner-id
This slot is read-only.
(list)
:ip-permissions
This slot is read-only.
ec2.
:snapshot-id
This slot is read-only.
:volume-id
This slot is read-only.
:status
This slot is read-only.
:progress
This slot is read-only.
:start-time
This slot is read-only.
ec2.
:volume-id
This slot is read-only.
:snapshot-id
This slot is read-only.
:creation-time
This slot is read-only.
:attachments
This slot is read-only.
:status
This slot is read-only.
ec2.
ec2.
ec2.
element-usage-error)) ¶ec2.
volume-size-error)) ¶| Jump to: | (
A B C D E F G I L M P R S T U V W |
|---|
| Jump to: | (
A B C D E F G I L M P R S T U V W |
|---|
| Jump to: | *
A B C D E F G H I K L M N O P R S T U V Z |
|---|
| Jump to: | *
A B C D E F G H I K L M N O P R S T U V Z |
|---|
| Jump to: | A B C D E F I K L M N P S V |
|---|
| Jump to: | A B C D E F I K L M N P S V |
|---|