aws-sdk 1.8.5 → 1.9.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.yardopts +1 -0
- data/README.rdoc +8 -0
- data/lib/aws-sdk.rb +39 -35
- data/lib/aws/api_config/CloudFront-2012-07-01.yml +2398 -0
- data/lib/aws/api_config/DirectConnect-2012-10-25.yml +475 -0
- data/lib/aws/api_config/DynamoDB-2011-12-05.yml +8 -0
- data/lib/aws/api_config/DynamoDB-2012-08-10.yml +1516 -0
- data/lib/aws/api_config/OpsWorks-2013-02-18.yml +2 -2
- data/lib/aws/auto_scaling.rb +44 -44
- data/lib/aws/auto_scaling/activity.rb +1 -1
- data/lib/aws/auto_scaling/activity_collection.rb +14 -15
- data/lib/aws/auto_scaling/client.rb +277 -277
- data/lib/aws/auto_scaling/config.rb +1 -1
- data/lib/aws/auto_scaling/group.rb +35 -36
- data/lib/aws/auto_scaling/group_collection.rb +10 -10
- data/lib/aws/auto_scaling/group_options.rb +19 -19
- data/lib/aws/auto_scaling/instance.rb +27 -27
- data/lib/aws/auto_scaling/instance_collection.rb +10 -10
- data/lib/aws/auto_scaling/launch_configuration.rb +3 -3
- data/lib/aws/auto_scaling/launch_configuration_collection.rb +1 -1
- data/lib/aws/auto_scaling/notification_configuration.rb +2 -2
- data/lib/aws/auto_scaling/notification_configuration_collection.rb +37 -38
- data/lib/aws/auto_scaling/scaling_policy.rb +3 -3
- data/lib/aws/auto_scaling/scaling_policy_collection.rb +6 -6
- data/lib/aws/auto_scaling/scaling_policy_options.rb +8 -7
- data/lib/aws/auto_scaling/scheduled_action.rb +3 -3
- data/lib/aws/auto_scaling/scheduled_action_collection.rb +28 -28
- data/lib/aws/auto_scaling/tag_collection.rb +30 -28
- data/lib/aws/cloud_formation.rb +95 -94
- data/lib/aws/cloud_formation/client.rb +136 -133
- data/lib/aws/cloud_formation/config.rb +1 -1
- data/lib/aws/cloud_formation/stack.rb +37 -37
- data/lib/aws/cloud_formation/stack_collection.rb +28 -27
- data/lib/aws/cloud_formation/stack_event.rb +9 -11
- data/lib/aws/cloud_formation/stack_output.rb +1 -1
- data/lib/aws/cloud_formation/stack_resource.rb +6 -6
- data/lib/aws/cloud_formation/stack_resource_collection.rb +11 -12
- data/lib/aws/cloud_formation/stack_resource_summary_collection.rb +11 -11
- data/lib/aws/cloud_formation/stack_summary_collection.rb +39 -39
- data/lib/aws/cloud_front.rb +21 -21
- data/lib/aws/cloud_front/client.rb +853 -652
- data/lib/aws/cloud_front/request.rb +3 -0
- data/lib/aws/cloud_search.rb +22 -22
- data/lib/aws/cloud_search/client.rb +322 -315
- data/lib/aws/cloud_search/config.rb +1 -1
- data/lib/aws/cloud_watch.rb +39 -39
- data/lib/aws/cloud_watch/alarm.rb +55 -37
- data/lib/aws/cloud_watch/alarm_collection.rb +18 -18
- data/lib/aws/cloud_watch/alarm_history_item_collection.rb +2 -2
- data/lib/aws/cloud_watch/client.rb +360 -146
- data/lib/aws/cloud_watch/config.rb +1 -1
- data/lib/aws/cloud_watch/metric.rb +15 -15
- data/lib/aws/cloud_watch/metric_alarm_collection.rb +17 -17
- data/lib/aws/cloud_watch/metric_collection.rb +16 -16
- data/lib/aws/cloud_watch/metric_statistics.rb +11 -11
- data/lib/aws/core.rb +243 -225
- data/lib/aws/core/async_handle.rb +13 -13
- data/lib/aws/core/cacheable.rb +14 -15
- data/lib/aws/core/client.rb +40 -15
- data/lib/aws/core/collection.rb +42 -46
- data/lib/aws/core/collection/with_limit_and_next_token.rb +1 -1
- data/lib/aws/core/collection/with_next_token.rb +1 -1
- data/lib/aws/core/configuration.rb +97 -133
- data/lib/aws/core/credential_providers.rb +16 -16
- data/lib/aws/core/data.rb +23 -23
- data/lib/aws/core/http/connection_pool.rb +348 -0
- data/lib/aws/core/http/net_http_handler.rb +17 -26
- data/lib/aws/core/http/patch.rb +102 -0
- data/lib/aws/core/http/request.rb +13 -19
- data/lib/aws/core/http/response.rb +2 -2
- data/lib/aws/core/lazy_error_classes.rb +17 -17
- data/lib/aws/core/log_formatter.rb +70 -104
- data/lib/aws/core/options/json_serializer.rb +1 -1
- data/lib/aws/core/options/validator.rb +4 -4
- data/lib/aws/core/page_result.rb +8 -8
- data/lib/aws/core/policy.rb +49 -49
- data/lib/aws/core/region.rb +72 -0
- data/lib/aws/core/region_collection.rb +106 -0
- data/lib/aws/core/resource.rb +5 -5
- data/lib/aws/core/response.rb +20 -17
- data/lib/aws/core/rest_request_builder.rb +4 -4
- data/lib/aws/core/service_interface.rb +24 -2
- data/lib/aws/core/signature/version_3.rb +2 -2
- data/lib/aws/core/uri_escape.rb +1 -1
- data/lib/aws/core/xml/frame_stack.rb +1 -1
- data/lib/aws/core/xml/grammar.rb +3 -4
- data/lib/aws/core/xml/sax_handlers/libxml.rb +2 -2
- data/lib/aws/core/xml/sax_handlers/nokogiri.rb +3 -3
- data/lib/aws/core/xml/sax_handlers/rexml.rb +5 -5
- data/lib/aws/core/xml/stub.rb +9 -9
- data/lib/aws/data_pipeline.rb +21 -21
- data/lib/aws/data_pipeline/client.rb +189 -133
- data/lib/aws/data_pipeline/config.rb +1 -1
- data/lib/aws/direct_connect.rb +74 -0
- data/lib/aws/direct_connect/client.rb +253 -0
- data/lib/aws/direct_connect/config.rb +18 -0
- data/lib/aws/direct_connect/errors.rb +22 -0
- data/lib/aws/direct_connect/request.rb +27 -0
- data/lib/aws/dynamo_db.rb +71 -69
- data/lib/aws/dynamo_db/attribute_collection.rb +53 -58
- data/lib/aws/dynamo_db/batch_get.rb +23 -23
- data/lib/aws/dynamo_db/batch_write.rb +43 -43
- data/lib/aws/dynamo_db/binary.rb +9 -9
- data/lib/aws/dynamo_db/client.rb +494 -509
- data/lib/aws/dynamo_db/client_base.rb +91 -0
- data/lib/aws/dynamo_db/client_v2.rb +825 -0
- data/lib/aws/dynamo_db/config.rb +1 -1
- data/lib/aws/dynamo_db/item.rb +10 -10
- data/lib/aws/dynamo_db/item_collection.rb +75 -75
- data/lib/aws/dynamo_db/table.rb +85 -85
- data/lib/aws/dynamo_db/table_collection.rb +13 -13
- data/lib/aws/ec2.rb +132 -142
- data/lib/aws/ec2/attachment.rb +31 -36
- data/lib/aws/ec2/attachment_collection.rb +1 -1
- data/lib/aws/ec2/availability_zone.rb +4 -4
- data/lib/aws/ec2/client.rb +2272 -2125
- data/lib/aws/ec2/config.rb +1 -1
- data/lib/aws/ec2/customer_gateway.rb +6 -6
- data/lib/aws/ec2/customer_gateway_collection.rb +6 -6
- data/lib/aws/ec2/dhcp_options.rb +3 -3
- data/lib/aws/ec2/dhcp_options_collection.rb +10 -10
- data/lib/aws/ec2/elastic_ip.rb +15 -15
- data/lib/aws/ec2/elastic_ip_collection.rb +11 -15
- data/lib/aws/ec2/export_task.rb +4 -4
- data/lib/aws/ec2/export_task_collection.rb +11 -11
- data/lib/aws/ec2/filtered_collection.rb +6 -8
- data/lib/aws/ec2/image.rb +46 -40
- data/lib/aws/ec2/image_collection.rb +44 -52
- data/lib/aws/ec2/instance.rb +64 -62
- data/lib/aws/ec2/instance_collection.rb +47 -50
- data/lib/aws/ec2/internet_gateway.rb +6 -6
- data/lib/aws/ec2/internet_gateway/attachment.rb +13 -13
- data/lib/aws/ec2/internet_gateway_collection.rb +3 -3
- data/lib/aws/ec2/key_pair.rb +3 -3
- data/lib/aws/ec2/key_pair_collection.rb +12 -12
- data/lib/aws/ec2/network_acl.rb +39 -39
- data/lib/aws/ec2/network_acl/association.rb +2 -2
- data/lib/aws/ec2/network_acl/entry.rb +22 -22
- data/lib/aws/ec2/network_acl_collection.rb +2 -2
- data/lib/aws/ec2/network_interface.rb +13 -4
- data/lib/aws/ec2/network_interface/attachment.rb +3 -3
- data/lib/aws/ec2/network_interface_collection.rb +5 -5
- data/lib/aws/ec2/permission_collection.rb +1 -1
- data/lib/aws/ec2/region.rb +6 -6
- data/lib/aws/ec2/region_collection.rb +1 -1
- data/lib/aws/ec2/reserved_instances_collection.rb +2 -2
- data/lib/aws/ec2/reserved_instances_offering_collection.rb +2 -2
- data/lib/aws/ec2/resource_tag_collection.rb +5 -5
- data/lib/aws/ec2/route_table.rb +14 -14
- data/lib/aws/ec2/route_table/association.rb +22 -22
- data/lib/aws/ec2/route_table/route.rb +8 -8
- data/lib/aws/ec2/route_table_collection.rb +3 -3
- data/lib/aws/ec2/security_group.rb +39 -41
- data/lib/aws/ec2/security_group_collection.rb +19 -21
- data/lib/aws/ec2/snapshot.rb +3 -3
- data/lib/aws/ec2/snapshot_collection.rb +11 -12
- data/lib/aws/ec2/subnet.rb +2 -2
- data/lib/aws/ec2/subnet_collection.rb +17 -17
- data/lib/aws/ec2/tag_collection.rb +1 -1
- data/lib/aws/ec2/tagged_collection.rb +7 -7
- data/lib/aws/ec2/tagged_item.rb +10 -10
- data/lib/aws/ec2/volume.rb +16 -16
- data/lib/aws/ec2/volume_collection.rb +9 -12
- data/lib/aws/ec2/vpc.rb +6 -6
- data/lib/aws/ec2/vpc_collection.rb +10 -10
- data/lib/aws/ec2/vpn_connection.rb +4 -4
- data/lib/aws/ec2/vpn_connection/telemetry.rb +1 -1
- data/lib/aws/ec2/vpn_connection_collection.rb +6 -6
- data/lib/aws/ec2/vpn_gateway.rb +2 -2
- data/lib/aws/ec2/vpn_gateway_collection.rb +5 -5
- data/lib/aws/elastic_beanstalk.rb +12 -12
- data/lib/aws/elastic_beanstalk/client.rb +376 -368
- data/lib/aws/elastic_beanstalk/config.rb +1 -1
- data/lib/aws/elastic_transcoder.rb +5 -5
- data/lib/aws/elastic_transcoder/client.rb +283 -283
- data/lib/aws/elastic_transcoder/config.rb +1 -1
- data/lib/aws/elasticache.rb +12 -12
- data/lib/aws/elasticache/client.rb +484 -479
- data/lib/aws/elasticache/config.rb +1 -1
- data/lib/aws/elb.rb +23 -23
- data/lib/aws/elb/availability_zone_collection.rb +34 -34
- data/lib/aws/elb/backend_server_policy_collection.rb +24 -24
- data/lib/aws/elb/client.rb +153 -153
- data/lib/aws/elb/config.rb +1 -1
- data/lib/aws/elb/errors.rb +1 -1
- data/lib/aws/elb/instance_collection.rb +20 -25
- data/lib/aws/elb/listener.rb +3 -3
- data/lib/aws/elb/listener_collection.rb +8 -8
- data/lib/aws/elb/load_balancer.rb +15 -16
- data/lib/aws/elb/load_balancer_collection.rb +36 -24
- data/lib/aws/elb/load_balancer_policy.rb +1 -1
- data/lib/aws/elb/load_balancer_policy_collection.rb +5 -5
- data/lib/aws/emr.rb +28 -26
- data/lib/aws/emr/client.rb +165 -149
- data/lib/aws/emr/config.rb +1 -1
- data/lib/aws/emr/instance_group.rb +1 -1
- data/lib/aws/emr/instance_group_collection.rb +1 -1
- data/lib/aws/emr/job_flow.rb +27 -26
- data/lib/aws/emr/job_flow_collection.rb +34 -34
- data/lib/aws/errors.rb +7 -7
- data/lib/aws/glacier.rb +21 -21
- data/lib/aws/glacier/archive_collection.rb +2 -2
- data/lib/aws/glacier/client.rb +139 -140
- data/lib/aws/glacier/config.rb +1 -1
- data/lib/aws/glacier/vault.rb +2 -2
- data/lib/aws/glacier/vault_collection.rb +1 -1
- data/lib/aws/iam.rb +133 -144
- data/lib/aws/iam/access_key.rb +17 -17
- data/lib/aws/iam/access_key_collection.rb +22 -22
- data/lib/aws/iam/account_alias_collection.rb +2 -2
- data/lib/aws/iam/client.rb +429 -420
- data/lib/aws/iam/collection.rb +1 -1
- data/lib/aws/iam/config.rb +2 -2
- data/lib/aws/iam/group.rb +8 -8
- data/lib/aws/iam/group_collection.rb +16 -16
- data/lib/aws/iam/group_policy_collection.rb +6 -6
- data/lib/aws/iam/group_user_collection.rb +3 -3
- data/lib/aws/iam/mfa_device.rb +1 -1
- data/lib/aws/iam/mfa_device_collection.rb +9 -9
- data/lib/aws/iam/policy_collection.rb +4 -4
- data/lib/aws/iam/resource.rb +2 -2
- data/lib/aws/iam/server_certificate.rb +1 -1
- data/lib/aws/iam/server_certificate_collection.rb +15 -15
- data/lib/aws/iam/signing_certificate.rb +29 -29
- data/lib/aws/iam/signing_certificate_collection.rb +23 -23
- data/lib/aws/iam/user.rb +33 -38
- data/lib/aws/iam/user_collection.rb +27 -27
- data/lib/aws/iam/user_group_collection.rb +3 -3
- data/lib/aws/iam/user_policy_collection.rb +6 -6
- data/lib/aws/iam/virtual_mfa_device.rb +12 -12
- data/lib/aws/iam/virtual_mfa_device_collection.rb +4 -4
- data/lib/aws/import_export.rb +22 -21
- data/lib/aws/import_export/client.rb +47 -43
- data/lib/aws/ops_works.rb +5 -5
- data/lib/aws/ops_works/client.rb +484 -438
- data/lib/aws/ops_works/config.rb +1 -1
- data/lib/aws/rails.rb +34 -34
- data/lib/aws/rds.rb +18 -18
- data/lib/aws/rds/client.rb +1286 -1277
- data/lib/aws/rds/config.rb +1 -1
- data/lib/aws/rds/db_instance.rb +15 -4
- data/lib/aws/rds/db_snapshot.rb +1 -1
- data/lib/aws/record.rb +50 -24
- data/lib/aws/record/abstract_base.rb +52 -60
- data/lib/aws/record/attributes.rb +79 -79
- data/lib/aws/record/conversion.rb +1 -1
- data/lib/aws/record/dirty_tracking.rb +69 -67
- data/lib/aws/record/errors.rb +21 -21
- data/lib/aws/record/exceptions.rb +2 -2
- data/lib/aws/record/hash_model.rb +20 -21
- data/lib/aws/record/hash_model/attributes.rb +13 -15
- data/lib/aws/record/hash_model/finder_methods.rb +46 -46
- data/lib/aws/record/hash_model/scope.rb +31 -31
- data/lib/aws/record/model.rb +136 -136
- data/lib/aws/record/model/attributes.rb +57 -59
- data/lib/aws/record/model/finder_methods.rb +67 -67
- data/lib/aws/record/model/scope.rb +48 -49
- data/lib/aws/record/naming.rb +1 -1
- data/lib/aws/record/scope.rb +23 -19
- data/lib/aws/record/validations.rb +253 -271
- data/lib/aws/record/validator.rb +3 -3
- data/lib/aws/record/validators/acceptance.rb +1 -3
- data/lib/aws/record/validators/block.rb +1 -3
- data/lib/aws/record/validators/confirmation.rb +1 -3
- data/lib/aws/record/validators/count.rb +2 -4
- data/lib/aws/record/validators/exclusion.rb +2 -4
- data/lib/aws/record/validators/format.rb +2 -4
- data/lib/aws/record/validators/inclusion.rb +1 -3
- data/lib/aws/record/validators/length.rb +5 -7
- data/lib/aws/record/validators/method.rb +1 -3
- data/lib/aws/record/validators/numericality.rb +6 -8
- data/lib/aws/record/validators/presence.rb +1 -3
- data/lib/aws/redshift.rb +14 -14
- data/lib/aws/redshift/client.rb +596 -592
- data/lib/aws/redshift/config.rb +1 -1
- data/lib/aws/route_53.rb +30 -30
- data/lib/aws/route_53/change_batch.rb +7 -7
- data/lib/aws/route_53/client.rb +188 -152
- data/lib/aws/route_53/hosted_zone.rb +4 -4
- data/lib/aws/route_53/hosted_zone_collection.rb +7 -7
- data/lib/aws/route_53/resource_record_set.rb +10 -10
- data/lib/aws/route_53/resource_record_set_collection.rb +6 -6
- data/lib/aws/s3.rb +79 -79
- data/lib/aws/s3/access_control_list.rb +44 -36
- data/lib/aws/s3/acl_options.rb +51 -51
- data/lib/aws/s3/bucket.rb +146 -146
- data/lib/aws/s3/bucket_collection.rb +21 -21
- data/lib/aws/s3/bucket_lifecycle_configuration.rb +81 -82
- data/lib/aws/s3/bucket_tag_collection.rb +4 -2
- data/lib/aws/s3/cipher_io.rb +5 -4
- data/lib/aws/s3/client.rb +89 -84
- data/lib/aws/s3/client/xml.rb +1 -1
- data/lib/aws/s3/config.rb +7 -1
- data/lib/aws/s3/cors_rule.rb +2 -0
- data/lib/aws/s3/cors_rule_collection.rb +42 -40
- data/lib/aws/s3/data_options.rb +16 -11
- data/lib/aws/s3/encryption_utils.rb +2 -2
- data/lib/aws/s3/errors.rb +7 -7
- data/lib/aws/s3/multipart_upload.rb +30 -33
- data/lib/aws/s3/multipart_upload_collection.rb +8 -6
- data/lib/aws/s3/object_collection.rb +35 -35
- data/lib/aws/s3/object_metadata.rb +6 -6
- data/lib/aws/s3/object_version.rb +4 -4
- data/lib/aws/s3/object_version_collection.rb +15 -15
- data/lib/aws/s3/policy.rb +2 -2
- data/lib/aws/s3/prefixed_collection.rb +9 -5
- data/lib/aws/s3/presigned_post.rb +39 -37
- data/lib/aws/s3/request.rb +11 -11
- data/lib/aws/s3/s3_object.rb +210 -200
- data/lib/aws/s3/tree.rb +25 -27
- data/lib/aws/s3/tree/child_collection.rb +3 -3
- data/lib/aws/s3/tree/leaf_node.rb +2 -2
- data/lib/aws/s3/tree/parent.rb +1 -1
- data/lib/aws/s3/website_configuration.rb +13 -13
- data/lib/aws/simple_db.rb +83 -83
- data/lib/aws/simple_db/attribute.rb +9 -7
- data/lib/aws/simple_db/attribute_collection.rb +22 -13
- data/lib/aws/simple_db/client.rb +107 -107
- data/lib/aws/simple_db/config.rb +7 -1
- data/lib/aws/simple_db/consistent_read_option.rb +5 -5
- data/lib/aws/simple_db/domain.rb +4 -2
- data/lib/aws/simple_db/domain_collection.rb +4 -4
- data/lib/aws/simple_db/domain_metadata.rb +5 -5
- data/lib/aws/simple_db/errors.rb +9 -9
- data/lib/aws/simple_db/item.rb +5 -5
- data/lib/aws/simple_db/item_collection.rb +83 -81
- data/lib/aws/simple_db/item_data.rb +4 -4
- data/lib/aws/simple_db/put_attributes.rb +3 -3
- data/lib/aws/simple_email_service.rb +140 -140
- data/lib/aws/simple_email_service/client.rb +82 -76
- data/lib/aws/simple_email_service/config.rb +1 -2
- data/lib/aws/simple_email_service/email_address_collection.rb +3 -3
- data/lib/aws/simple_email_service/identity.rb +8 -8
- data/lib/aws/simple_email_service/quotas.rb +8 -6
- data/lib/aws/simple_workflow.rb +106 -106
- data/lib/aws/simple_workflow/activity_task.rb +15 -22
- data/lib/aws/simple_workflow/activity_task_collection.rb +15 -15
- data/lib/aws/simple_workflow/activity_type.rb +23 -23
- data/lib/aws/simple_workflow/activity_type_collection.rb +23 -23
- data/lib/aws/simple_workflow/client.rb +1004 -956
- data/lib/aws/simple_workflow/config.rb +1 -1
- data/lib/aws/simple_workflow/count.rb +5 -5
- data/lib/aws/simple_workflow/decision_task.rb +129 -129
- data/lib/aws/simple_workflow/decision_task_collection.rb +59 -59
- data/lib/aws/simple_workflow/domain.rb +11 -11
- data/lib/aws/simple_workflow/domain_collection.rb +26 -26
- data/lib/aws/simple_workflow/history_event.rb +32 -32
- data/lib/aws/simple_workflow/history_event_collection.rb +3 -3
- data/lib/aws/simple_workflow/option_formatters.rb +5 -5
- data/lib/aws/simple_workflow/request.rb +1 -1
- data/lib/aws/simple_workflow/resource.rb +1 -1
- data/lib/aws/simple_workflow/type.rb +8 -8
- data/lib/aws/simple_workflow/type_collection.rb +15 -15
- data/lib/aws/simple_workflow/workflow_execution.rb +70 -72
- data/lib/aws/simple_workflow/workflow_execution_collection.rb +130 -130
- data/lib/aws/simple_workflow/workflow_type.rb +27 -25
- data/lib/aws/simple_workflow/workflow_type_collection.rb +20 -20
- data/lib/aws/sns.rb +25 -25
- data/lib/aws/sns/client.rb +55 -55
- data/lib/aws/sns/config.rb +1 -1
- data/lib/aws/sns/policy.rb +1 -1
- data/lib/aws/sns/subscription.rb +7 -7
- data/lib/aws/sns/subscription_collection.rb +5 -5
- data/lib/aws/sns/topic.rb +49 -49
- data/lib/aws/sns/topic_collection.rb +2 -2
- data/lib/aws/sns/topic_subscription_collection.rb +5 -5
- data/lib/aws/sqs.rb +20 -20
- data/lib/aws/sqs/client.rb +78 -78
- data/lib/aws/sqs/config.rb +1 -1
- data/lib/aws/sqs/errors.rb +12 -12
- data/lib/aws/sqs/queue.rb +66 -67
- data/lib/aws/sqs/queue_collection.rb +16 -8
- data/lib/aws/sqs/received_message.rb +7 -6
- data/lib/aws/storage_gateway.rb +21 -21
- data/lib/aws/storage_gateway/client.rb +269 -202
- data/lib/aws/storage_gateway/config.rb +1 -1
- data/lib/aws/sts.rb +10 -8
- data/lib/aws/sts/client.rb +35 -35
- data/lib/aws/sts/session.rb +3 -3
- data/lib/aws/version.rb +1 -2
- metadata +23 -21
- data/lib/aws/core/autoloader.rb +0 -64
- data/lib/net/http/connection_pool.rb +0 -226
- data/lib/net/http/connection_pool/connection.rb +0 -189
- data/lib/net/http/connection_pool/session.rb +0 -126
@@ -583,7 +583,7 @@
|
|
583
583
|
:sym: :instance_id
|
584
584
|
:type: :string
|
585
585
|
Ec2InstanceId:
|
586
|
-
:sym: :
|
586
|
+
:sym: :ec2_instance_id
|
587
587
|
:type: :string
|
588
588
|
Hostname:
|
589
589
|
:sym: :hostname
|
@@ -1098,7 +1098,7 @@
|
|
1098
1098
|
:sym: :volume_id
|
1099
1099
|
:type: :string
|
1100
1100
|
Ec2VolumeId:
|
1101
|
-
:sym: :
|
1101
|
+
:sym: :ec2_volume_id
|
1102
1102
|
:type: :string
|
1103
1103
|
Name:
|
1104
1104
|
:sym: :name
|
data/lib/aws/auto_scaling.rb
CHANGED
@@ -19,82 +19,82 @@ module AWS
|
|
19
19
|
# This class is the starting point for working with Auto Scaling.
|
20
20
|
#
|
21
21
|
# To use Auto Scaling you must first
|
22
|
-
#
|
22
|
+
# [sign up here](http://aws.amazon.com/autoscaling/).
|
23
23
|
#
|
24
24
|
# For more information about Auto Scaling:
|
25
25
|
#
|
26
|
-
# *
|
27
|
-
# *
|
26
|
+
# * [Auto Scaling](http://aws.amazon.com/autoscaling/)
|
27
|
+
# * [Auto Scaling Documentation](http://aws.amazon.com/documentation/autoscaling/)
|
28
28
|
#
|
29
|
-
#
|
29
|
+
# # Credentials
|
30
30
|
#
|
31
31
|
# You can setup default credentials for all AWS services via
|
32
32
|
# AWS.config:
|
33
33
|
#
|
34
|
-
#
|
35
|
-
#
|
36
|
-
#
|
34
|
+
# AWS.config(
|
35
|
+
# :access_key_id => 'YOUR_ACCESS_KEY_ID',
|
36
|
+
# :secret_access_key => 'YOUR_SECRET_ACCESS_KEY')
|
37
37
|
#
|
38
38
|
# Or you can set them directly on the AWS::AutoScaling interface:
|
39
39
|
#
|
40
|
-
#
|
41
|
-
#
|
42
|
-
#
|
40
|
+
# auto_scaling = AWS::AutoScaling.new(
|
41
|
+
# :access_key_id => 'YOUR_ACCESS_KEY_ID',
|
42
|
+
# :secret_access_key => 'YOUR_SECRET_ACCESS_KEY')
|
43
43
|
#
|
44
|
-
#
|
44
|
+
# # Launch Configurations
|
45
45
|
#
|
46
46
|
# You need to create a launch configuration before you can create
|
47
47
|
# an Auto Scaling Group.
|
48
48
|
#
|
49
|
-
#
|
50
|
-
#
|
51
|
-
#
|
49
|
+
# # needs a name, image id, and instance type
|
50
|
+
# launch_config = auto_scaling.launch_configurations.create(
|
51
|
+
# 'launch-config-name', 'ami-12345', 'm1.small')
|
52
52
|
#
|
53
53
|
# If you have previously created a launch configuration you can
|
54
54
|
# reference using the {LaunchConfigurationCollection}.
|
55
55
|
#
|
56
|
-
#
|
56
|
+
# launch_config = auto_scaling.launch_configurations['launch-config-name']
|
57
57
|
#
|
58
|
-
#
|
58
|
+
# # Auto Scaling Groups
|
59
59
|
#
|
60
60
|
# Given a launch configuration, you can now create an Auto Scaling {Group}.
|
61
61
|
#
|
62
|
-
#
|
63
|
-
#
|
64
|
-
#
|
65
|
-
#
|
66
|
-
#
|
62
|
+
# group = auto_scaling.groups.create('group-name',
|
63
|
+
# :launch_configuration => launch_config,
|
64
|
+
# :availability_zones => %w(us-west-2a us-west-2b),
|
65
|
+
# :min_size => 1,
|
66
|
+
# :max_size => 4)
|
67
67
|
#
|
68
68
|
# @!attribute [r] client
|
69
69
|
# @return [Client] the low-level AutoScaling client object
|
70
70
|
class AutoScaling
|
71
71
|
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
autoload :TagCollection, 'tag_collection'
|
94
|
-
end
|
72
|
+
autoload :Activity, 'aws/auto_scaling/activity'
|
73
|
+
autoload :ActivityCollection, 'aws/auto_scaling/activity_collection'
|
74
|
+
autoload :Client, 'aws/auto_scaling/client'
|
75
|
+
autoload :Errors, 'aws/auto_scaling/errors'
|
76
|
+
autoload :Group, 'aws/auto_scaling/group'
|
77
|
+
autoload :GroupCollection, 'aws/auto_scaling/group_collection'
|
78
|
+
autoload :GroupOptions, 'aws/auto_scaling/group_options'
|
79
|
+
autoload :Instance, 'aws/auto_scaling/instance'
|
80
|
+
autoload :InstanceCollection, 'aws/auto_scaling/instance_collection'
|
81
|
+
autoload :LaunchConfiguration, 'aws/auto_scaling/launch_configuration'
|
82
|
+
autoload :LaunchConfigurationCollection, 'aws/auto_scaling/launch_configuration_collection'
|
83
|
+
autoload :NotificationConfiguration, 'aws/auto_scaling/notification_configuration'
|
84
|
+
autoload :NotificationConfigurationCollection, 'aws/auto_scaling/notification_configuration_collection'
|
85
|
+
autoload :Request, 'aws/auto_scaling/request'
|
86
|
+
autoload :ScalingPolicy, 'aws/auto_scaling/scaling_policy'
|
87
|
+
autoload :ScalingPolicyCollection, 'aws/auto_scaling/scaling_policy_collection'
|
88
|
+
autoload :ScalingPolicyOptions, 'aws/auto_scaling/scaling_policy_options'
|
89
|
+
autoload :ScheduledAction, 'aws/auto_scaling/scheduled_action'
|
90
|
+
autoload :ScheduledActionCollection, 'aws/auto_scaling/scheduled_action_collection'
|
91
|
+
autoload :Tag, 'aws/auto_scaling/tag'
|
92
|
+
autoload :TagCollection, 'aws/auto_scaling/tag_collection'
|
95
93
|
|
96
94
|
include Core::ServiceInterface
|
97
95
|
|
96
|
+
endpoint_prefix 'autoscaling'
|
97
|
+
|
98
98
|
# @return [LaunchConfigurationCollection]
|
99
99
|
def launch_configurations
|
100
100
|
LaunchConfigurationCollection.new(:config => config)
|
@@ -18,26 +18,25 @@ module AWS
|
|
18
18
|
#
|
19
19
|
# Enumerating ALL activities:
|
20
20
|
#
|
21
|
-
#
|
22
|
-
#
|
23
|
-
#
|
24
|
-
#
|
21
|
+
# auto_scaling = AWS::AutoScaling.new
|
22
|
+
# auto_scaling.activities.each do |activity|
|
23
|
+
# # ...
|
24
|
+
# end
|
25
25
|
#
|
26
26
|
# Enumerating activities for a single Auto Scaling group:
|
27
27
|
#
|
28
|
-
#
|
29
|
-
#
|
30
|
-
#
|
31
|
-
#
|
28
|
+
# group = auto_scaling.groups['group-name']
|
29
|
+
# group.activities.each do |activity|
|
30
|
+
# # ...
|
31
|
+
# end
|
32
32
|
#
|
33
33
|
# If you know the id of an activity you can get a reference to it:
|
34
34
|
#
|
35
|
-
#
|
36
|
-
#
|
35
|
+
# activity = auto_scaling.activities['activity-id']
|
37
36
|
class ActivityCollection
|
38
37
|
|
39
38
|
include Core::Collection::WithLimitAndNextToken
|
40
|
-
|
39
|
+
|
41
40
|
# @private
|
42
41
|
def initialize options = {}
|
43
42
|
@group = options[:group]
|
@@ -53,7 +52,7 @@ module AWS
|
|
53
52
|
def [] activity_id
|
54
53
|
Activity.new(activity_id, :config => config)
|
55
54
|
end
|
56
|
-
|
55
|
+
|
57
56
|
protected
|
58
57
|
|
59
58
|
def _each_item next_token, limit, options = {}, &block
|
@@ -64,13 +63,13 @@ module AWS
|
|
64
63
|
|
65
64
|
resp = client.describe_scaling_activities(options)
|
66
65
|
resp.activities.each do |details|
|
67
|
-
|
66
|
+
|
68
67
|
activity = Activity.new_from(
|
69
|
-
:describe_scaling_activities, details,
|
68
|
+
:describe_scaling_activities, details,
|
70
69
|
details.activity_id, :config => config)
|
71
70
|
|
72
71
|
yield(activity)
|
73
|
-
|
72
|
+
|
74
73
|
end
|
75
74
|
|
76
75
|
resp.data[:next_token]
|
@@ -38,105 +38,105 @@ module AWS
|
|
38
38
|
# @!method create_auto_scaling_group(options = {})
|
39
39
|
# Calls the CreateAutoScalingGroup API operation.
|
40
40
|
# @param [Hash] options
|
41
|
-
# *
|
42
|
-
# *
|
43
|
-
# *
|
44
|
-
# *
|
45
|
-
# *
|
46
|
-
# *
|
47
|
-
# *
|
48
|
-
# *
|
49
|
-
# *
|
50
|
-
# *
|
51
|
-
# *
|
52
|
-
# *
|
53
|
-
# *
|
54
|
-
# *
|
55
|
-
# *
|
56
|
-
# *
|
57
|
-
# *
|
58
|
-
# *
|
59
|
-
# *
|
41
|
+
# * `:auto_scaling_group_name` - *required* - (String)
|
42
|
+
# * `:launch_configuration_name` - *required* - (String)
|
43
|
+
# * `:min_size` - *required* - (Integer)
|
44
|
+
# * `:max_size` - *required* - (Integer)
|
45
|
+
# * `:desired_capacity` - (Integer)
|
46
|
+
# * `:default_cooldown` - (Integer)
|
47
|
+
# * `:availability_zones` - (Array<String>)
|
48
|
+
# * `:load_balancer_names` - (Array<String>)
|
49
|
+
# * `:health_check_type` - (String)
|
50
|
+
# * `:health_check_grace_period` - (Integer)
|
51
|
+
# * `:placement_group` - (String)
|
52
|
+
# * `:vpc_zone_identifier` - (String)
|
53
|
+
# * `:termination_policies` - (Array<String>)
|
54
|
+
# * `:tags` - (Array<Hash>)
|
55
|
+
# * `:resource_id` - (String)
|
56
|
+
# * `:resource_type` - (String)
|
57
|
+
# * `:key` - *required* - (String)
|
58
|
+
# * `:value` - (String)
|
59
|
+
# * `:propagate_at_launch` - (Boolean)
|
60
60
|
# @return [Core::Response]
|
61
61
|
|
62
62
|
# @!method create_launch_configuration(options = {})
|
63
63
|
# Calls the CreateLaunchConfiguration API operation.
|
64
64
|
# @param [Hash] options
|
65
|
-
# *
|
66
|
-
# *
|
67
|
-
# *
|
68
|
-
# *
|
69
|
-
# *
|
70
|
-
# *
|
71
|
-
# *
|
72
|
-
# *
|
73
|
-
# *
|
74
|
-
# *
|
75
|
-
# *
|
76
|
-
# *
|
77
|
-
# *
|
78
|
-
# *
|
79
|
-
# *
|
80
|
-
# *
|
81
|
-
# *
|
82
|
-
# *
|
83
|
-
# *
|
65
|
+
# * `:launch_configuration_name` - *required* - (String)
|
66
|
+
# * `:image_id` - *required* - (String)
|
67
|
+
# * `:key_name` - (String)
|
68
|
+
# * `:security_groups` - (Array<String>)
|
69
|
+
# * `:user_data` - (String)
|
70
|
+
# * `:instance_type` - *required* - (String)
|
71
|
+
# * `:kernel_id` - (String)
|
72
|
+
# * `:ramdisk_id` - (String)
|
73
|
+
# * `:block_device_mappings` - (Array<Hash>)
|
74
|
+
# * `:virtual_name` - (String)
|
75
|
+
# * `:device_name` - *required* - (String)
|
76
|
+
# * `:ebs` - (Hash)
|
77
|
+
# * `:snapshot_id` - (String)
|
78
|
+
# * `:volume_size` - (Integer)
|
79
|
+
# * `:instance_monitoring` - (Hash)
|
80
|
+
# * `:enabled` - (Boolean)
|
81
|
+
# * `:spot_price` - (String)
|
82
|
+
# * `:iam_instance_profile` - (String)
|
83
|
+
# * `:ebs_optimized` - (Boolean)
|
84
84
|
# @return [Core::Response]
|
85
85
|
|
86
86
|
# @!method create_or_update_tags(options = {})
|
87
87
|
# Calls the CreateOrUpdateTags API operation.
|
88
88
|
# @param [Hash] options
|
89
|
-
# *
|
90
|
-
# *
|
91
|
-
# *
|
92
|
-
# *
|
93
|
-
# *
|
94
|
-
# *
|
89
|
+
# * `:tags` - *required* - (Array<Hash>)
|
90
|
+
# * `:resource_id` - (String)
|
91
|
+
# * `:resource_type` - (String)
|
92
|
+
# * `:key` - *required* - (String)
|
93
|
+
# * `:value` - (String)
|
94
|
+
# * `:propagate_at_launch` - (Boolean)
|
95
95
|
# @return [Core::Response]
|
96
96
|
|
97
97
|
# @!method delete_auto_scaling_group(options = {})
|
98
98
|
# Calls the DeleteAutoScalingGroup API operation.
|
99
99
|
# @param [Hash] options
|
100
|
-
# *
|
101
|
-
# *
|
100
|
+
# * `:auto_scaling_group_name` - *required* - (String)
|
101
|
+
# * `:force_delete` - (Boolean)
|
102
102
|
# @return [Core::Response]
|
103
103
|
|
104
104
|
# @!method delete_launch_configuration(options = {})
|
105
105
|
# Calls the DeleteLaunchConfiguration API operation.
|
106
106
|
# @param [Hash] options
|
107
|
-
# *
|
107
|
+
# * `:launch_configuration_name` - *required* - (String)
|
108
108
|
# @return [Core::Response]
|
109
109
|
|
110
110
|
# @!method delete_notification_configuration(options = {})
|
111
111
|
# Calls the DeleteNotificationConfiguration API operation.
|
112
112
|
# @param [Hash] options
|
113
|
-
# *
|
114
|
-
# *
|
113
|
+
# * `:auto_scaling_group_name` - *required* - (String)
|
114
|
+
# * `:topic_arn` - *required* - (String)
|
115
115
|
# @return [Core::Response]
|
116
116
|
|
117
117
|
# @!method delete_policy(options = {})
|
118
118
|
# Calls the DeletePolicy API operation.
|
119
119
|
# @param [Hash] options
|
120
|
-
# *
|
121
|
-
# *
|
120
|
+
# * `:auto_scaling_group_name` - (String)
|
121
|
+
# * `:policy_name` - *required* - (String)
|
122
122
|
# @return [Core::Response]
|
123
123
|
|
124
124
|
# @!method delete_scheduled_action(options = {})
|
125
125
|
# Calls the DeleteScheduledAction API operation.
|
126
126
|
# @param [Hash] options
|
127
|
-
# *
|
128
|
-
# *
|
127
|
+
# * `:auto_scaling_group_name` - (String)
|
128
|
+
# * `:scheduled_action_name` - *required* - (String)
|
129
129
|
# @return [Core::Response]
|
130
130
|
|
131
131
|
# @!method delete_tags(options = {})
|
132
132
|
# Calls the DeleteTags API operation.
|
133
133
|
# @param [Hash] options
|
134
|
-
# *
|
135
|
-
# *
|
136
|
-
# *
|
137
|
-
# *
|
138
|
-
# *
|
139
|
-
# *
|
134
|
+
# * `:tags` - *required* - (Array<Hash>)
|
135
|
+
# * `:resource_id` - (String)
|
136
|
+
# * `:resource_type` - (String)
|
137
|
+
# * `:key` - *required* - (String)
|
138
|
+
# * `:value` - (String)
|
139
|
+
# * `:propagate_at_launch` - (Boolean)
|
140
140
|
# @return [Core::Response]
|
141
141
|
|
142
142
|
# @!method describe_adjustment_types(options = {})
|
@@ -145,72 +145,72 @@ module AWS
|
|
145
145
|
# @return [Core::Response]
|
146
146
|
# The #data method of the response object returns
|
147
147
|
# a hash with the following structure:
|
148
|
-
# *
|
149
|
-
# *
|
148
|
+
# * `:adjustment_types` - (Array<Hash>)
|
149
|
+
# * `:adjustment_type` - (String)
|
150
150
|
|
151
151
|
# @!method describe_auto_scaling_groups(options = {})
|
152
152
|
# Calls the DescribeAutoScalingGroups API operation.
|
153
153
|
# @param [Hash] options
|
154
|
-
# *
|
155
|
-
# *
|
156
|
-
# *
|
154
|
+
# * `:auto_scaling_group_names` - (Array<String>)
|
155
|
+
# * `:next_token` - (String)
|
156
|
+
# * `:max_records` - (Integer)
|
157
157
|
# @return [Core::Response]
|
158
158
|
# The #data method of the response object returns
|
159
159
|
# a hash with the following structure:
|
160
|
-
# *
|
161
|
-
# *
|
162
|
-
# *
|
163
|
-
# *
|
164
|
-
# *
|
165
|
-
# *
|
166
|
-
# *
|
167
|
-
# *
|
168
|
-
# *
|
169
|
-
# *
|
170
|
-
# *
|
171
|
-
# *
|
172
|
-
# *
|
173
|
-
# *
|
174
|
-
# *
|
175
|
-
# *
|
176
|
-
# *
|
177
|
-
# *
|
178
|
-
# *
|
179
|
-
# *
|
180
|
-
# *
|
181
|
-
# *
|
182
|
-
# *
|
183
|
-
# *
|
184
|
-
# *
|
185
|
-
# *
|
186
|
-
# *
|
187
|
-
# *
|
188
|
-
# *
|
189
|
-
# *
|
190
|
-
# *
|
191
|
-
# *
|
192
|
-
# *
|
193
|
-
# *
|
194
|
-
# *
|
195
|
-
# *
|
160
|
+
# * `:auto_scaling_groups` - (Array<Hash>)
|
161
|
+
# * `:auto_scaling_group_name` - (String)
|
162
|
+
# * `:auto_scaling_group_arn` - (String)
|
163
|
+
# * `:launch_configuration_name` - (String)
|
164
|
+
# * `:min_size` - (Integer)
|
165
|
+
# * `:max_size` - (Integer)
|
166
|
+
# * `:desired_capacity` - (Integer)
|
167
|
+
# * `:default_cooldown` - (Integer)
|
168
|
+
# * `:availability_zones` - (Array<String>)
|
169
|
+
# * `:load_balancer_names` - (Array<String>)
|
170
|
+
# * `:health_check_type` - (String)
|
171
|
+
# * `:health_check_grace_period` - (Integer)
|
172
|
+
# * `:instances` - (Array<Hash>)
|
173
|
+
# * `:instance_id` - (String)
|
174
|
+
# * `:availability_zone` - (String)
|
175
|
+
# * `:lifecycle_state` - (String)
|
176
|
+
# * `:health_status` - (String)
|
177
|
+
# * `:launch_configuration_name` - (String)
|
178
|
+
# * `:created_time` - (Time)
|
179
|
+
# * `:suspended_processes` - (Array<Hash>)
|
180
|
+
# * `:process_name` - (String)
|
181
|
+
# * `:suspension_reason` - (String)
|
182
|
+
# * `:placement_group` - (String)
|
183
|
+
# * `:vpc_zone_identifier` - (String)
|
184
|
+
# * `:enabled_metrics` - (Array<Hash>)
|
185
|
+
# * `:metric` - (String)
|
186
|
+
# * `:granularity` - (String)
|
187
|
+
# * `:status` - (String)
|
188
|
+
# * `:tags` - (Array<Hash>)
|
189
|
+
# * `:resource_id` - (String)
|
190
|
+
# * `:resource_type` - (String)
|
191
|
+
# * `:key` - (String)
|
192
|
+
# * `:value` - (String)
|
193
|
+
# * `:propagate_at_launch` - (Boolean)
|
194
|
+
# * `:termination_policies` - (Array<String>)
|
195
|
+
# * `:next_token` - (String)
|
196
196
|
|
197
197
|
# @!method describe_auto_scaling_instances(options = {})
|
198
198
|
# Calls the DescribeAutoScalingInstances API operation.
|
199
199
|
# @param [Hash] options
|
200
|
-
# *
|
201
|
-
# *
|
202
|
-
# *
|
200
|
+
# * `:instance_ids` - (Array<String>)
|
201
|
+
# * `:max_records` - (Integer)
|
202
|
+
# * `:next_token` - (String)
|
203
203
|
# @return [Core::Response]
|
204
204
|
# The #data method of the response object returns
|
205
205
|
# a hash with the following structure:
|
206
|
-
# *
|
207
|
-
# *
|
208
|
-
# *
|
209
|
-
# *
|
210
|
-
# *
|
211
|
-
# *
|
212
|
-
# *
|
213
|
-
# *
|
206
|
+
# * `:auto_scaling_instances` - (Array<Hash>)
|
207
|
+
# * `:instance_id` - (String)
|
208
|
+
# * `:auto_scaling_group_name` - (String)
|
209
|
+
# * `:availability_zone` - (String)
|
210
|
+
# * `:lifecycle_state` - (String)
|
211
|
+
# * `:health_status` - (String)
|
212
|
+
# * `:launch_configuration_name` - (String)
|
213
|
+
# * `:next_token` - (String)
|
214
214
|
|
215
215
|
# @!method describe_auto_scaling_notification_types(options = {})
|
216
216
|
# Calls the DescribeAutoScalingNotificationTypes API operation.
|
@@ -218,40 +218,40 @@ module AWS
|
|
218
218
|
# @return [Core::Response]
|
219
219
|
# The #data method of the response object returns
|
220
220
|
# a hash with the following structure:
|
221
|
-
# *
|
221
|
+
# * `:auto_scaling_notification_types` - (Array<String>)
|
222
222
|
|
223
223
|
# @!method describe_launch_configurations(options = {})
|
224
224
|
# Calls the DescribeLaunchConfigurations API operation.
|
225
225
|
# @param [Hash] options
|
226
|
-
# *
|
227
|
-
# *
|
228
|
-
# *
|
226
|
+
# * `:launch_configuration_names` - (Array<String>)
|
227
|
+
# * `:next_token` - (String)
|
228
|
+
# * `:max_records` - (Integer)
|
229
229
|
# @return [Core::Response]
|
230
230
|
# The #data method of the response object returns
|
231
231
|
# a hash with the following structure:
|
232
|
-
# *
|
233
|
-
# *
|
234
|
-
# *
|
235
|
-
# *
|
236
|
-
# *
|
237
|
-
# *
|
238
|
-
# *
|
239
|
-
# *
|
240
|
-
# *
|
241
|
-
# *
|
242
|
-
# *
|
243
|
-
# *
|
244
|
-
# *
|
245
|
-
# *
|
246
|
-
# *
|
247
|
-
# *
|
248
|
-
# *
|
249
|
-
# *
|
250
|
-
# *
|
251
|
-
# *
|
252
|
-
# *
|
253
|
-
# *
|
254
|
-
# *
|
232
|
+
# * `:launch_configurations` - (Array<Hash>)
|
233
|
+
# * `:launch_configuration_name` - (String)
|
234
|
+
# * `:launch_configuration_arn` - (String)
|
235
|
+
# * `:image_id` - (String)
|
236
|
+
# * `:key_name` - (String)
|
237
|
+
# * `:security_groups` - (Array<String>)
|
238
|
+
# * `:user_data` - (String)
|
239
|
+
# * `:instance_type` - (String)
|
240
|
+
# * `:kernel_id` - (String)
|
241
|
+
# * `:ramdisk_id` - (String)
|
242
|
+
# * `:block_device_mappings` - (Array<Hash>)
|
243
|
+
# * `:virtual_name` - (String)
|
244
|
+
# * `:device_name` - (String)
|
245
|
+
# * `:ebs` - (Hash)
|
246
|
+
# * `:snapshot_id` - (String)
|
247
|
+
# * `:volume_size` - (Integer)
|
248
|
+
# * `:instance_monitoring` - (Hash)
|
249
|
+
# * `:enabled` - (Boolean)
|
250
|
+
# * `:spot_price` - (String)
|
251
|
+
# * `:iam_instance_profile` - (String)
|
252
|
+
# * `:created_time` - (Time)
|
253
|
+
# * `:ebs_optimized` - (Boolean)
|
254
|
+
# * `:next_token` - (String)
|
255
255
|
|
256
256
|
# @!method describe_metric_collection_types(options = {})
|
257
257
|
# Calls the DescribeMetricCollectionTypes API operation.
|
@@ -259,71 +259,71 @@ module AWS
|
|
259
259
|
# @return [Core::Response]
|
260
260
|
# The #data method of the response object returns
|
261
261
|
# a hash with the following structure:
|
262
|
-
# *
|
263
|
-
# *
|
264
|
-
# *
|
265
|
-
# *
|
262
|
+
# * `:metrics` - (Array<Hash>)
|
263
|
+
# * `:metric` - (String)
|
264
|
+
# * `:granularities` - (Array<Hash>)
|
265
|
+
# * `:granularity` - (String)
|
266
266
|
|
267
267
|
# @!method describe_notification_configurations(options = {})
|
268
268
|
# Calls the DescribeNotificationConfigurations API operation.
|
269
269
|
# @param [Hash] options
|
270
|
-
# *
|
271
|
-
# *
|
272
|
-
# *
|
270
|
+
# * `:auto_scaling_group_names` - (Array<String>)
|
271
|
+
# * `:next_token` - (String)
|
272
|
+
# * `:max_records` - (Integer)
|
273
273
|
# @return [Core::Response]
|
274
274
|
# The #data method of the response object returns
|
275
275
|
# a hash with the following structure:
|
276
|
-
# *
|
277
|
-
# *
|
278
|
-
# *
|
279
|
-
# *
|
280
|
-
# *
|
276
|
+
# * `:notification_configurations` - (Array<Hash>)
|
277
|
+
# * `:auto_scaling_group_name` - (String)
|
278
|
+
# * `:topic_arn` - (String)
|
279
|
+
# * `:notification_type` - (String)
|
280
|
+
# * `:next_token` - (String)
|
281
281
|
|
282
282
|
# @!method describe_policies(options = {})
|
283
283
|
# Calls the DescribePolicies API operation.
|
284
284
|
# @param [Hash] options
|
285
|
-
# *
|
286
|
-
# *
|
287
|
-
# *
|
288
|
-
# *
|
285
|
+
# * `:auto_scaling_group_name` - (String)
|
286
|
+
# * `:policy_names` - (Array<String>)
|
287
|
+
# * `:next_token` - (String)
|
288
|
+
# * `:max_records` - (Integer)
|
289
289
|
# @return [Core::Response]
|
290
290
|
# The #data method of the response object returns
|
291
291
|
# a hash with the following structure:
|
292
|
-
# *
|
293
|
-
# *
|
294
|
-
# *
|
295
|
-
# *
|
296
|
-
# *
|
297
|
-
# *
|
298
|
-
# *
|
299
|
-
# *
|
300
|
-
# *
|
301
|
-
# *
|
302
|
-
# *
|
303
|
-
# *
|
292
|
+
# * `:scaling_policies` - (Array<Hash>)
|
293
|
+
# * `:auto_scaling_group_name` - (String)
|
294
|
+
# * `:policy_name` - (String)
|
295
|
+
# * `:scaling_adjustment` - (Integer)
|
296
|
+
# * `:adjustment_type` - (String)
|
297
|
+
# * `:cooldown` - (Integer)
|
298
|
+
# * `:policy_arn` - (String)
|
299
|
+
# * `:alarms` - (Array<Hash>)
|
300
|
+
# * `:alarm_name` - (String)
|
301
|
+
# * `:alarm_arn` - (String)
|
302
|
+
# * `:min_adjustment_step` - (Integer)
|
303
|
+
# * `:next_token` - (String)
|
304
304
|
|
305
305
|
# @!method describe_scaling_activities(options = {})
|
306
306
|
# Calls the DescribeScalingActivities API operation.
|
307
307
|
# @param [Hash] options
|
308
|
-
# *
|
309
|
-
# *
|
310
|
-
# *
|
311
|
-
# *
|
308
|
+
# * `:activity_ids` - (Array<String>)
|
309
|
+
# * `:auto_scaling_group_name` - (String)
|
310
|
+
# * `:max_records` - (Integer)
|
311
|
+
# * `:next_token` - (String)
|
312
312
|
# @return [Core::Response]
|
313
313
|
# The #data method of the response object returns
|
314
314
|
# a hash with the following structure:
|
315
|
-
# *
|
316
|
-
# *
|
317
|
-
# *
|
318
|
-
# *
|
319
|
-
# *
|
320
|
-
# *
|
321
|
-
# *
|
322
|
-
# *
|
323
|
-
# *
|
324
|
-
# *
|
325
|
-
# *
|
326
|
-
# *
|
315
|
+
# * `:activities` - (Array<Hash>)
|
316
|
+
# * `:activity_id` - (String)
|
317
|
+
# * `:auto_scaling_group_name` - (String)
|
318
|
+
# * `:description` - (String)
|
319
|
+
# * `:cause` - (String)
|
320
|
+
# * `:start_time` - (Time)
|
321
|
+
# * `:end_time` - (Time)
|
322
|
+
# * `:status_code` - (String)
|
323
|
+
# * `:status_message` - (String)
|
324
|
+
# * `:progress` - (Integer)
|
325
|
+
# * `:details` - (String)
|
326
|
+
# * `:next_token` - (String)
|
327
327
|
|
328
328
|
# @!method describe_scaling_process_types(options = {})
|
329
329
|
# Calls the DescribeScalingProcessTypes API operation.
|
@@ -331,52 +331,52 @@ module AWS
|
|
331
331
|
# @return [Core::Response]
|
332
332
|
# The #data method of the response object returns
|
333
333
|
# a hash with the following structure:
|
334
|
-
# *
|
335
|
-
# *
|
334
|
+
# * `:processes` - (Array<Hash>)
|
335
|
+
# * `:process_name` - (String)
|
336
336
|
|
337
337
|
# @!method describe_scheduled_actions(options = {})
|
338
338
|
# Calls the DescribeScheduledActions API operation.
|
339
339
|
# @param [Hash] options
|
340
|
-
# *
|
341
|
-
# *
|
342
|
-
# *
|
343
|
-
# *
|
344
|
-
# *
|
345
|
-
# *
|
340
|
+
# * `:auto_scaling_group_name` - (String)
|
341
|
+
# * `:scheduled_action_names` - (Array<String>)
|
342
|
+
# * `:start_time` - (String<ISO8601 datetime>)
|
343
|
+
# * `:end_time` - (String<ISO8601 datetime>)
|
344
|
+
# * `:next_token` - (String)
|
345
|
+
# * `:max_records` - (Integer)
|
346
346
|
# @return [Core::Response]
|
347
347
|
# The #data method of the response object returns
|
348
348
|
# a hash with the following structure:
|
349
|
-
# *
|
350
|
-
# *
|
351
|
-
# *
|
352
|
-
# *
|
353
|
-
# *
|
354
|
-
# *
|
355
|
-
# *
|
356
|
-
# *
|
357
|
-
# *
|
358
|
-
# *
|
359
|
-
# *
|
360
|
-
# *
|
349
|
+
# * `:scheduled_update_group_actions` - (Array<Hash>)
|
350
|
+
# * `:auto_scaling_group_name` - (String)
|
351
|
+
# * `:scheduled_action_name` - (String)
|
352
|
+
# * `:scheduled_action_arn` - (String)
|
353
|
+
# * `:time` - (Time)
|
354
|
+
# * `:start_time` - (Time)
|
355
|
+
# * `:end_time` - (Time)
|
356
|
+
# * `:recurrence` - (String)
|
357
|
+
# * `:min_size` - (Integer)
|
358
|
+
# * `:max_size` - (Integer)
|
359
|
+
# * `:desired_capacity` - (Integer)
|
360
|
+
# * `:next_token` - (String)
|
361
361
|
|
362
362
|
# @!method describe_tags(options = {})
|
363
363
|
# Calls the DescribeTags API operation.
|
364
364
|
# @param [Hash] options
|
365
|
-
# *
|
366
|
-
# *
|
367
|
-
# *
|
368
|
-
# *
|
369
|
-
# *
|
365
|
+
# * `:filters` - (Array<Hash>)
|
366
|
+
# * `:name` - (String)
|
367
|
+
# * `:values` - (Array<String>)
|
368
|
+
# * `:next_token` - (String)
|
369
|
+
# * `:max_records` - (Integer)
|
370
370
|
# @return [Core::Response]
|
371
371
|
# The #data method of the response object returns
|
372
372
|
# a hash with the following structure:
|
373
|
-
# *
|
374
|
-
# *
|
375
|
-
# *
|
376
|
-
# *
|
377
|
-
# *
|
378
|
-
# *
|
379
|
-
# *
|
373
|
+
# * `:tags` - (Array<Hash>)
|
374
|
+
# * `:resource_id` - (String)
|
375
|
+
# * `:resource_type` - (String)
|
376
|
+
# * `:key` - (String)
|
377
|
+
# * `:value` - (String)
|
378
|
+
# * `:propagate_at_launch` - (Boolean)
|
379
|
+
# * `:next_token` - (String)
|
380
380
|
|
381
381
|
# @!method describe_termination_policy_types(options = {})
|
382
382
|
# Calls the DescribeTerminationPolicyTypes API operation.
|
@@ -384,132 +384,132 @@ module AWS
|
|
384
384
|
# @return [Core::Response]
|
385
385
|
# The #data method of the response object returns
|
386
386
|
# a hash with the following structure:
|
387
|
-
# *
|
387
|
+
# * `:termination_policy_types` - (Array<String>)
|
388
388
|
|
389
389
|
# @!method disable_metrics_collection(options = {})
|
390
390
|
# Calls the DisableMetricsCollection API operation.
|
391
391
|
# @param [Hash] options
|
392
|
-
# *
|
393
|
-
# *
|
392
|
+
# * `:auto_scaling_group_name` - *required* - (String)
|
393
|
+
# * `:metrics` - (Array<String>)
|
394
394
|
# @return [Core::Response]
|
395
395
|
|
396
396
|
# @!method enable_metrics_collection(options = {})
|
397
397
|
# Calls the EnableMetricsCollection API operation.
|
398
398
|
# @param [Hash] options
|
399
|
-
# *
|
400
|
-
# *
|
401
|
-
# *
|
399
|
+
# * `:auto_scaling_group_name` - *required* - (String)
|
400
|
+
# * `:metrics` - (Array<String>)
|
401
|
+
# * `:granularity` - *required* - (String)
|
402
402
|
# @return [Core::Response]
|
403
403
|
|
404
404
|
# @!method execute_policy(options = {})
|
405
405
|
# Calls the ExecutePolicy API operation.
|
406
406
|
# @param [Hash] options
|
407
|
-
# *
|
408
|
-
# *
|
409
|
-
# *
|
407
|
+
# * `:auto_scaling_group_name` - (String)
|
408
|
+
# * `:policy_name` - *required* - (String)
|
409
|
+
# * `:honor_cooldown` - (Boolean)
|
410
410
|
# @return [Core::Response]
|
411
411
|
|
412
412
|
# @!method put_notification_configuration(options = {})
|
413
413
|
# Calls the PutNotificationConfiguration API operation.
|
414
414
|
# @param [Hash] options
|
415
|
-
# *
|
416
|
-
# *
|
417
|
-
# *
|
415
|
+
# * `:auto_scaling_group_name` - *required* - (String)
|
416
|
+
# * `:topic_arn` - *required* - (String)
|
417
|
+
# * `:notification_types` - *required* - (Array<String>)
|
418
418
|
# @return [Core::Response]
|
419
419
|
|
420
420
|
# @!method put_scaling_policy(options = {})
|
421
421
|
# Calls the PutScalingPolicy API operation.
|
422
422
|
# @param [Hash] options
|
423
|
-
# *
|
424
|
-
# *
|
425
|
-
# *
|
426
|
-
# *
|
427
|
-
# *
|
428
|
-
# *
|
423
|
+
# * `:auto_scaling_group_name` - *required* - (String)
|
424
|
+
# * `:policy_name` - *required* - (String)
|
425
|
+
# * `:scaling_adjustment` - *required* - (Integer)
|
426
|
+
# * `:adjustment_type` - *required* - (String)
|
427
|
+
# * `:cooldown` - (Integer)
|
428
|
+
# * `:min_adjustment_step` - (Integer)
|
429
429
|
# @return [Core::Response]
|
430
430
|
# The #data method of the response object returns
|
431
431
|
# a hash with the following structure:
|
432
|
-
# *
|
432
|
+
# * `:policy_arn` - (String)
|
433
433
|
|
434
434
|
# @!method put_scheduled_update_group_action(options = {})
|
435
435
|
# Calls the PutScheduledUpdateGroupAction API operation.
|
436
436
|
# @param [Hash] options
|
437
|
-
# *
|
438
|
-
# *
|
439
|
-
# *
|
440
|
-
# *
|
441
|
-
# *
|
442
|
-
# *
|
443
|
-
# *
|
444
|
-
# *
|
445
|
-
# *
|
437
|
+
# * `:auto_scaling_group_name` - *required* - (String)
|
438
|
+
# * `:scheduled_action_name` - *required* - (String)
|
439
|
+
# * `:time` - (String<ISO8601 datetime>)
|
440
|
+
# * `:start_time` - (String<ISO8601 datetime>)
|
441
|
+
# * `:end_time` - (String<ISO8601 datetime>)
|
442
|
+
# * `:recurrence` - (String)
|
443
|
+
# * `:min_size` - (Integer)
|
444
|
+
# * `:max_size` - (Integer)
|
445
|
+
# * `:desired_capacity` - (Integer)
|
446
446
|
# @return [Core::Response]
|
447
447
|
|
448
448
|
# @!method resume_processes(options = {})
|
449
449
|
# Calls the ResumeProcesses API operation.
|
450
450
|
# @param [Hash] options
|
451
|
-
# *
|
452
|
-
# *
|
451
|
+
# * `:auto_scaling_group_name` - *required* - (String)
|
452
|
+
# * `:scaling_processes` - (Array<String>)
|
453
453
|
# @return [Core::Response]
|
454
454
|
|
455
455
|
# @!method set_desired_capacity(options = {})
|
456
456
|
# Calls the SetDesiredCapacity API operation.
|
457
457
|
# @param [Hash] options
|
458
|
-
# *
|
459
|
-
# *
|
460
|
-
# *
|
458
|
+
# * `:auto_scaling_group_name` - *required* - (String)
|
459
|
+
# * `:desired_capacity` - *required* - (Integer)
|
460
|
+
# * `:honor_cooldown` - (Boolean)
|
461
461
|
# @return [Core::Response]
|
462
462
|
|
463
463
|
# @!method set_instance_health(options = {})
|
464
464
|
# Calls the SetInstanceHealth API operation.
|
465
465
|
# @param [Hash] options
|
466
|
-
# *
|
467
|
-
# *
|
468
|
-
# *
|
466
|
+
# * `:instance_id` - *required* - (String)
|
467
|
+
# * `:health_status` - *required* - (String)
|
468
|
+
# * `:should_respect_grace_period` - (Boolean)
|
469
469
|
# @return [Core::Response]
|
470
470
|
|
471
471
|
# @!method suspend_processes(options = {})
|
472
472
|
# Calls the SuspendProcesses API operation.
|
473
473
|
# @param [Hash] options
|
474
|
-
# *
|
475
|
-
# *
|
474
|
+
# * `:auto_scaling_group_name` - *required* - (String)
|
475
|
+
# * `:scaling_processes` - (Array<String>)
|
476
476
|
# @return [Core::Response]
|
477
477
|
|
478
478
|
# @!method terminate_instance_in_auto_scaling_group(options = {})
|
479
479
|
# Calls the TerminateInstanceInAutoScalingGroup API operation.
|
480
480
|
# @param [Hash] options
|
481
|
-
# *
|
482
|
-
# *
|
481
|
+
# * `:instance_id` - *required* - (String)
|
482
|
+
# * `:should_decrement_desired_capacity` - *required* - (Boolean)
|
483
483
|
# @return [Core::Response]
|
484
484
|
# The #data method of the response object returns
|
485
485
|
# a hash with the following structure:
|
486
|
-
# *
|
487
|
-
# *
|
488
|
-
# *
|
489
|
-
# *
|
490
|
-
# *
|
491
|
-
# *
|
492
|
-
# *
|
493
|
-
# *
|
494
|
-
# *
|
495
|
-
# *
|
496
|
-
# *
|
486
|
+
# * `:activity` - (Hash)
|
487
|
+
# * `:activity_id` - (String)
|
488
|
+
# * `:auto_scaling_group_name` - (String)
|
489
|
+
# * `:description` - (String)
|
490
|
+
# * `:cause` - (String)
|
491
|
+
# * `:start_time` - (Time)
|
492
|
+
# * `:end_time` - (Time)
|
493
|
+
# * `:status_code` - (String)
|
494
|
+
# * `:status_message` - (String)
|
495
|
+
# * `:progress` - (Integer)
|
496
|
+
# * `:details` - (String)
|
497
497
|
|
498
498
|
# @!method update_auto_scaling_group(options = {})
|
499
499
|
# Calls the UpdateAutoScalingGroup API operation.
|
500
500
|
# @param [Hash] options
|
501
|
-
# *
|
502
|
-
# *
|
503
|
-
# *
|
504
|
-
# *
|
505
|
-
# *
|
506
|
-
# *
|
507
|
-
# *
|
508
|
-
# *
|
509
|
-
# *
|
510
|
-
# *
|
511
|
-
# *
|
512
|
-
# *
|
501
|
+
# * `:auto_scaling_group_name` - *required* - (String)
|
502
|
+
# * `:launch_configuration_name` - (String)
|
503
|
+
# * `:min_size` - (Integer)
|
504
|
+
# * `:max_size` - (Integer)
|
505
|
+
# * `:desired_capacity` - (Integer)
|
506
|
+
# * `:default_cooldown` - (Integer)
|
507
|
+
# * `:availability_zones` - (Array<String>)
|
508
|
+
# * `:health_check_type` - (String)
|
509
|
+
# * `:health_check_grace_period` - (Integer)
|
510
|
+
# * `:placement_group` - (String)
|
511
|
+
# * `:vpc_zone_identifier` - (String)
|
512
|
+
# * `:termination_policies` - (Array<String>)
|
513
513
|
# @return [Core::Response]
|
514
514
|
|
515
515
|
# end client methods #
|