aws-sdk 1.8.5 → 1.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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
@@ -25,47 +25,47 @@ module AWS
|
|
25
25
|
# @!method check_dns_availability(options = {})
|
26
26
|
# Calls the CheckDNSAvailability API operation.
|
27
27
|
# @param [Hash] options
|
28
|
-
# *
|
28
|
+
# * `:cname_prefix` - *required* - (String) The prefix used when this
|
29
29
|
# CNAME is reserved.
|
30
30
|
# @return [Core::Response]
|
31
31
|
# The #data method of the response object returns
|
32
32
|
# a hash with the following structure:
|
33
|
-
# *
|
34
|
-
# *
|
33
|
+
# * `:available` - (Boolean)
|
34
|
+
# * `:fully_qualified_cname` - (String)
|
35
35
|
|
36
36
|
# @!method create_application(options = {})
|
37
37
|
# Calls the CreateApplication API operation.
|
38
38
|
# @param [Hash] options
|
39
|
-
# *
|
39
|
+
# * `:application_name` - *required* - (String) The name of the
|
40
40
|
# application. Constraint: This name must be unique within your
|
41
41
|
# account. If the specified name already exists, the action returns
|
42
42
|
# an InvalidParameterValue error.
|
43
|
-
# *
|
43
|
+
# * `:description` - (String) Describes the application.
|
44
44
|
# @return [Core::Response]
|
45
45
|
# The #data method of the response object returns
|
46
46
|
# a hash with the following structure:
|
47
|
-
# *
|
48
|
-
# *
|
49
|
-
# *
|
50
|
-
# *
|
51
|
-
# *
|
52
|
-
# *
|
53
|
-
# *
|
47
|
+
# * `:application` - (Hash)
|
48
|
+
# * `:application_name` - (String)
|
49
|
+
# * `:description` - (String)
|
50
|
+
# * `:date_created` - (Time)
|
51
|
+
# * `:date_updated` - (Time)
|
52
|
+
# * `:versions` - (Array<String>)
|
53
|
+
# * `:configuration_templates` - (Array<String>)
|
54
54
|
|
55
55
|
# @!method create_application_version(options = {})
|
56
56
|
# Calls the CreateApplicationVersion API operation.
|
57
57
|
# @param [Hash] options
|
58
|
-
# *
|
58
|
+
# * `:application_name` - *required* - (String) The name of the
|
59
59
|
# application. If no application is found with this name, and
|
60
|
-
# AutoCreateApplication is
|
60
|
+
# AutoCreateApplication is `false` , returns an InvalidParameterValue
|
61
61
|
# error.
|
62
|
-
# *
|
62
|
+
# * `:version_label` - *required* - (String) A label identifying this
|
63
63
|
# version. Constraint: Must be unique per application. If an
|
64
64
|
# application version already exists with this label for the
|
65
65
|
# specified application, AWS Elastic Beanstalk returns an
|
66
66
|
# InvalidParameterValue error.
|
67
|
-
# *
|
68
|
-
# *
|
67
|
+
# * `:description` - (String) Describes this version.
|
68
|
+
# * `:source_bundle` - (Hash) The Amazon S3 bucket and key that
|
69
69
|
# identify the location of the source bundle for this version. If
|
70
70
|
# data found at the Amazon S3 location exceeds the maximum allowed
|
71
71
|
# source bundle size, AWS Elastic Beanstalk returns an
|
@@ -74,45 +74,45 @@ module AWS
|
|
74
74
|
# (for example, a bucket is provided but not the key) or if no data
|
75
75
|
# is found at the Amazon S3 location, AWS Elastic Beanstalk returns
|
76
76
|
# an InvalidParameterCombination error.
|
77
|
-
# *
|
77
|
+
# * `:s3_bucket` - (String) The Amazon S3 bucket where the data is
|
78
78
|
# located.
|
79
|
-
# *
|
80
|
-
# *
|
79
|
+
# * `:s3_key` - (String) The Amazon S3 key where the data is located.
|
80
|
+
# * `:auto_create_application` - (Boolean) Determines how the system
|
81
81
|
# behaves if the specified application for this version does not
|
82
|
-
# already exist:
|
83
|
-
# application for this version if it does not already exist.
|
82
|
+
# already exist: `true` : Automatically creates the specified
|
83
|
+
# application for this version if it does not already exist. `false`
|
84
84
|
# : Returns an InvalidParameterValue if the specified application for
|
85
|
-
# this version does not already exist.
|
85
|
+
# this version does not already exist. `true` : Automatically creates
|
86
86
|
# the specified application for this release if it does not already
|
87
|
-
# exist.
|
87
|
+
# exist. `false` : Throws an InvalidParameterValue if the specified
|
88
88
|
# application for this release does not already exist. Default:
|
89
|
-
#
|
89
|
+
# `false` Valid Values: `true` | `false`
|
90
90
|
# @return [Core::Response]
|
91
91
|
# The #data method of the response object returns
|
92
92
|
# a hash with the following structure:
|
93
|
-
# *
|
94
|
-
# *
|
95
|
-
# *
|
96
|
-
# *
|
97
|
-
# *
|
98
|
-
# *
|
99
|
-
# *
|
100
|
-
# *
|
101
|
-
# *
|
93
|
+
# * `:application_version` - (Hash)
|
94
|
+
# * `:application_name` - (String)
|
95
|
+
# * `:description` - (String)
|
96
|
+
# * `:version_label` - (String)
|
97
|
+
# * `:source_bundle` - (Hash)
|
98
|
+
# * `:s3_bucket` - (String)
|
99
|
+
# * `:s3_key` - (String)
|
100
|
+
# * `:date_created` - (Time)
|
101
|
+
# * `:date_updated` - (Time)
|
102
102
|
|
103
103
|
# @!method create_configuration_template(options = {})
|
104
104
|
# Calls the CreateConfigurationTemplate API operation.
|
105
105
|
# @param [Hash] options
|
106
|
-
# *
|
106
|
+
# * `:application_name` - *required* - (String) The name of the
|
107
107
|
# application to associate with this configuration template. If no
|
108
108
|
# application is found with this name, AWS Elastic Beanstalk returns
|
109
109
|
# an InvalidParameterValue error.
|
110
|
-
# *
|
110
|
+
# * `:template_name` - *required* - (String) The name of the
|
111
111
|
# configuration template. Constraint: This name must be unique per
|
112
112
|
# application. Default: If a configuration template already exists
|
113
113
|
# with this name, AWS Elastic Beanstalk returns an
|
114
114
|
# InvalidParameterValue error.
|
115
|
-
# *
|
115
|
+
# * `:solution_stack_name` - (String) The name of the solution stack
|
116
116
|
# used by this configuration. The solution stack specifies the
|
117
117
|
# operating system, architecture, and application server for a
|
118
118
|
# configuration template. It determines the set of configuration
|
@@ -123,7 +123,7 @@ module AWS
|
|
123
123
|
# the default solution stack. If not specified and the source
|
124
124
|
# configuration parameter is specified, AWS Elastic Beanstalk uses
|
125
125
|
# the same solution stack as the source configuration template.
|
126
|
-
# *
|
126
|
+
# * `:source_configuration` - (Hash) If specified, AWS Elastic
|
127
127
|
# Beanstalk uses the configuration values from the specified
|
128
128
|
# configuration template to create a new configuration. Values
|
129
129
|
# specified in the OptionSettings parameter of this call overrides
|
@@ -134,52 +134,52 @@ module AWS
|
|
134
134
|
# stack of the source configuration template must match the specified
|
135
135
|
# solution stack name or else AWS Elastic Beanstalk returns an
|
136
136
|
# InvalidParameterCombination error.
|
137
|
-
# *
|
137
|
+
# * `:application_name` - (String) The name of the application
|
138
138
|
# associated with the configuration.
|
139
|
-
# *
|
139
|
+
# * `:template_name` - (String) The name of the configuration
|
140
140
|
# template.
|
141
|
-
# *
|
141
|
+
# * `:environment_id` - (String) The ID of the environment used with
|
142
142
|
# this configuration template.
|
143
|
-
# *
|
144
|
-
# *
|
143
|
+
# * `:description` - (String) Describes this configuration.
|
144
|
+
# * `:option_settings` - (Array<Hash>) If specified, AWS Elastic
|
145
145
|
# Beanstalk sets the specified configuration option to the requested
|
146
146
|
# value. The new value overrides the value obtained from the solution
|
147
147
|
# stack or the source configuration template.
|
148
|
-
# *
|
148
|
+
# * `:namespace` - (String) A unique namespace identifying the
|
149
149
|
# option's associated AWS resource.
|
150
|
-
# *
|
151
|
-
# *
|
150
|
+
# * `:option_name` - (String) The name of the configuration option.
|
151
|
+
# * `:value` - (String) The current value for the configuration
|
152
152
|
# option.
|
153
153
|
# @return [Core::Response]
|
154
154
|
# The #data method of the response object returns
|
155
155
|
# a hash with the following structure:
|
156
|
-
# *
|
157
|
-
# *
|
158
|
-
# *
|
159
|
-
# *
|
160
|
-
# *
|
161
|
-
# *
|
162
|
-
# *
|
163
|
-
# *
|
164
|
-
# *
|
165
|
-
# *
|
166
|
-
# *
|
167
|
-
# *
|
156
|
+
# * `:solution_stack_name` - (String)
|
157
|
+
# * `:application_name` - (String)
|
158
|
+
# * `:template_name` - (String)
|
159
|
+
# * `:description` - (String)
|
160
|
+
# * `:environment_name` - (String)
|
161
|
+
# * `:deployment_status` - (String)
|
162
|
+
# * `:date_created` - (Time)
|
163
|
+
# * `:date_updated` - (Time)
|
164
|
+
# * `:option_settings` - (Array<Hash>)
|
165
|
+
# * `:namespace` - (String)
|
166
|
+
# * `:option_name` - (String)
|
167
|
+
# * `:value` - (String)
|
168
168
|
|
169
169
|
# @!method create_environment(options = {})
|
170
170
|
# Calls the CreateEnvironment API operation.
|
171
171
|
# @param [Hash] options
|
172
|
-
# *
|
172
|
+
# * `:application_name` - *required* - (String) The name of the
|
173
173
|
# application that contains the version to be deployed. If no
|
174
174
|
# application is found with this name, CreateEnvironment returns an
|
175
175
|
# InvalidParameterValue error.
|
176
|
-
# *
|
176
|
+
# * `:version_label` - (String) The name of the application version to
|
177
177
|
# deploy. If the specified application has no associated application
|
178
178
|
# versions, AWS Elastic Beanstalk UpdateEnvironment returns an
|
179
179
|
# InvalidParameterValue error. Default: If not specified, AWS Elastic
|
180
180
|
# Beanstalk attempts to launch the most recently created application
|
181
181
|
# version.
|
182
|
-
# *
|
182
|
+
# * `:environment_name` - *required* - (String) A unique name for the
|
183
183
|
# deployment environment. Used in the application URL. Constraint:
|
184
184
|
# Must be from 4 to 23 characters in length. The name can contain
|
185
185
|
# only letters, numbers, and hyphens. It cannot start or end with a
|
@@ -188,7 +188,7 @@ module AWS
|
|
188
188
|
# InvalidParameterValue error. Default: If the CNAME parameter is not
|
189
189
|
# specified, the environment name becomes part of the CNAME, and
|
190
190
|
# therefore part of the visible URL for your application.
|
191
|
-
# *
|
191
|
+
# * `:template_name` - (String) The name of the configuration template
|
192
192
|
# to use in deployment. If no configuration template is found with
|
193
193
|
# this name, AWS Elastic Beanstalk returns an InvalidParameterValue
|
194
194
|
# error. Condition: You must specify either this parameter or a
|
@@ -196,7 +196,7 @@ module AWS
|
|
196
196
|
# Beanstalk returns an InvalidParameterCombination error. If you do
|
197
197
|
# not specify either, AWS Elastic Beanstalk returns a
|
198
198
|
# MissingRequiredParameter error.
|
199
|
-
# *
|
199
|
+
# * `:solution_stack_name` - (String) This is an alternative to
|
200
200
|
# specifying a configuration name. If specified, AWS Elastic
|
201
201
|
# Beanstalk sets the configuration values to the default values
|
202
202
|
# associated with the specified solution stack. Condition: You must
|
@@ -204,49 +204,49 @@ module AWS
|
|
204
204
|
# both, AWS Elastic Beanstalk returns an InvalidParameterCombination
|
205
205
|
# error. If you do not specify either, AWS Elastic Beanstalk returns
|
206
206
|
# a MissingRequiredParameter error.
|
207
|
-
# *
|
207
|
+
# * `:cname_prefix` - (String) If specified, the environment attempts
|
208
208
|
# to use this value as the prefix for the CNAME. If not specified,
|
209
209
|
# the environment uses the environment name.
|
210
|
-
# *
|
211
|
-
# *
|
210
|
+
# * `:description` - (String) Describes this environment.
|
211
|
+
# * `:option_settings` - (Array<Hash>) If specified, AWS Elastic
|
212
212
|
# Beanstalk sets the specified configuration options to the requested
|
213
213
|
# value in the configuration set for the new environment. These
|
214
214
|
# override the values obtained from the solution stack or the
|
215
215
|
# configuration template.
|
216
|
-
# *
|
216
|
+
# * `:namespace` - (String) A unique namespace identifying the
|
217
217
|
# option's associated AWS resource.
|
218
|
-
# *
|
219
|
-
# *
|
218
|
+
# * `:option_name` - (String) The name of the configuration option.
|
219
|
+
# * `:value` - (String) The current value for the configuration
|
220
220
|
# option.
|
221
|
-
# *
|
221
|
+
# * `:options_to_remove` - (Array<Hash>) A list of custom user-defined
|
222
222
|
# configuration options to remove from the configuration set for this
|
223
223
|
# new environment.
|
224
|
-
# *
|
224
|
+
# * `:namespace` - (String) A unique namespace identifying the
|
225
225
|
# option's associated AWS resource.
|
226
|
-
# *
|
226
|
+
# * `:option_name` - (String) The name of the configuration option.
|
227
227
|
# @return [Core::Response]
|
228
228
|
# The #data method of the response object returns
|
229
229
|
# a hash with the following structure:
|
230
|
-
# *
|
231
|
-
# *
|
232
|
-
# *
|
233
|
-
# *
|
234
|
-
# *
|
235
|
-
# *
|
236
|
-
# *
|
237
|
-
# *
|
238
|
-
# *
|
239
|
-
# *
|
240
|
-
# *
|
241
|
-
# *
|
242
|
-
# *
|
243
|
-
# *
|
244
|
-
# *
|
245
|
-
# *
|
246
|
-
# *
|
247
|
-
# *
|
248
|
-
# *
|
249
|
-
# *
|
230
|
+
# * `:environment_name` - (String)
|
231
|
+
# * `:environment_id` - (String)
|
232
|
+
# * `:application_name` - (String)
|
233
|
+
# * `:version_label` - (String)
|
234
|
+
# * `:solution_stack_name` - (String)
|
235
|
+
# * `:template_name` - (String)
|
236
|
+
# * `:description` - (String)
|
237
|
+
# * `:endpoint_url` - (String)
|
238
|
+
# * `:cname` - (String)
|
239
|
+
# * `:date_created` - (Time)
|
240
|
+
# * `:date_updated` - (Time)
|
241
|
+
# * `:status` - (String)
|
242
|
+
# * `:health` - (String)
|
243
|
+
# * `:resources` - (Hash)
|
244
|
+
# * `:load_balancer` - (Hash)
|
245
|
+
# * `:load_balancer_name` - (String)
|
246
|
+
# * `:domain` - (String)
|
247
|
+
# * `:listeners` - (Array<Hash>)
|
248
|
+
# * `:protocol` - (String)
|
249
|
+
# * `:port` - (Integer)
|
250
250
|
|
251
251
|
# @!method create_storage_location(options = {})
|
252
252
|
# Calls the CreateStorageLocation API operation.
|
@@ -254,136 +254,136 @@ module AWS
|
|
254
254
|
# @return [Core::Response]
|
255
255
|
# The #data method of the response object returns
|
256
256
|
# a hash with the following structure:
|
257
|
-
# *
|
257
|
+
# * `:s3_bucket` - (String)
|
258
258
|
|
259
259
|
# @!method delete_application(options = {})
|
260
260
|
# Calls the DeleteApplication API operation.
|
261
261
|
# @param [Hash] options
|
262
|
-
# *
|
262
|
+
# * `:application_name` - *required* - (String) The name of the
|
263
263
|
# application to delete.
|
264
264
|
# @return [Core::Response]
|
265
265
|
|
266
266
|
# @!method delete_application_version(options = {})
|
267
267
|
# Calls the DeleteApplicationVersion API operation.
|
268
268
|
# @param [Hash] options
|
269
|
-
# *
|
269
|
+
# * `:application_name` - *required* - (String) The name of the
|
270
270
|
# application to delete releases from.
|
271
|
-
# *
|
271
|
+
# * `:version_label` - *required* - (String) The label of the version
|
272
272
|
# to delete.
|
273
|
-
# *
|
274
|
-
# associated source bundle from Amazon S3:
|
273
|
+
# * `:delete_source_bundle` - (Boolean) Indicates whether to delete the
|
274
|
+
# associated source bundle from Amazon S3: `true` : An attempt is
|
275
275
|
# made to delete the associated Amazon S3 source bundle specified at
|
276
|
-
# time of creation.
|
277
|
-
# source bundle specified at time of creation. Valid Values:
|
278
|
-
#
|
276
|
+
# time of creation. `false` : No action is taken on the Amazon S3
|
277
|
+
# source bundle specified at time of creation. Valid Values: `true` |
|
278
|
+
# `false`
|
279
279
|
# @return [Core::Response]
|
280
280
|
|
281
281
|
# @!method delete_configuration_template(options = {})
|
282
282
|
# Calls the DeleteConfigurationTemplate API operation.
|
283
283
|
# @param [Hash] options
|
284
|
-
# *
|
284
|
+
# * `:application_name` - *required* - (String) The name of the
|
285
285
|
# application to delete the configuration template from.
|
286
|
-
# *
|
286
|
+
# * `:template_name` - *required* - (String) The name of the
|
287
287
|
# configuration template to delete.
|
288
288
|
# @return [Core::Response]
|
289
289
|
|
290
290
|
# @!method delete_environment_configuration(options = {})
|
291
291
|
# Calls the DeleteEnvironmentConfiguration API operation.
|
292
292
|
# @param [Hash] options
|
293
|
-
# *
|
293
|
+
# * `:application_name` - *required* - (String) The name of the
|
294
294
|
# application the environment is associated with.
|
295
|
-
# *
|
295
|
+
# * `:environment_name` - *required* - (String) The name of the
|
296
296
|
# environment to delete the draft configuration from.
|
297
297
|
# @return [Core::Response]
|
298
298
|
|
299
299
|
# @!method describe_application_versions(options = {})
|
300
300
|
# Calls the DescribeApplicationVersions API operation.
|
301
301
|
# @param [Hash] options
|
302
|
-
# *
|
302
|
+
# * `:application_name` - (String) If specified, AWS Elastic Beanstalk
|
303
303
|
# restricts the returned descriptions to only include ones that are
|
304
304
|
# associated with the specified application.
|
305
|
-
# *
|
305
|
+
# * `:version_labels` - (Array<String>) If specified, restricts the
|
306
306
|
# returned descriptions to only include ones that have the specified
|
307
307
|
# version labels.
|
308
308
|
# @return [Core::Response]
|
309
309
|
# The #data method of the response object returns
|
310
310
|
# a hash with the following structure:
|
311
|
-
# *
|
312
|
-
# *
|
313
|
-
# *
|
314
|
-
# *
|
315
|
-
# *
|
316
|
-
# *
|
317
|
-
# *
|
318
|
-
# *
|
319
|
-
# *
|
311
|
+
# * `:application_versions` - (Array<Hash>)
|
312
|
+
# * `:application_name` - (String)
|
313
|
+
# * `:description` - (String)
|
314
|
+
# * `:version_label` - (String)
|
315
|
+
# * `:source_bundle` - (Hash)
|
316
|
+
# * `:s3_bucket` - (String)
|
317
|
+
# * `:s3_key` - (String)
|
318
|
+
# * `:date_created` - (Time)
|
319
|
+
# * `:date_updated` - (Time)
|
320
320
|
|
321
321
|
# @!method describe_applications(options = {})
|
322
322
|
# Calls the DescribeApplications API operation.
|
323
323
|
# @param [Hash] options
|
324
|
-
# *
|
324
|
+
# * `:application_names` - (Array<String>) If specified, AWS Elastic
|
325
325
|
# Beanstalk restricts the returned descriptions to only include those
|
326
326
|
# with the specified names.
|
327
327
|
# @return [Core::Response]
|
328
328
|
# The #data method of the response object returns
|
329
329
|
# a hash with the following structure:
|
330
|
-
# *
|
331
|
-
# *
|
332
|
-
# *
|
333
|
-
# *
|
334
|
-
# *
|
335
|
-
# *
|
336
|
-
# *
|
330
|
+
# * `:applications` - (Array<Hash>)
|
331
|
+
# * `:application_name` - (String)
|
332
|
+
# * `:description` - (String)
|
333
|
+
# * `:date_created` - (Time)
|
334
|
+
# * `:date_updated` - (Time)
|
335
|
+
# * `:versions` - (Array<String>)
|
336
|
+
# * `:configuration_templates` - (Array<String>)
|
337
337
|
|
338
338
|
# @!method describe_configuration_options(options = {})
|
339
339
|
# Calls the DescribeConfigurationOptions API operation.
|
340
340
|
# @param [Hash] options
|
341
|
-
# *
|
341
|
+
# * `:application_name` - (String) The name of the application
|
342
342
|
# associated with the configuration template or environment. Only
|
343
343
|
# needed if you want to describe the configuration options associated
|
344
344
|
# with either the configuration template or environment.
|
345
|
-
# *
|
345
|
+
# * `:template_name` - (String) The name of the configuration template
|
346
346
|
# whose configuration options you want to describe.
|
347
|
-
# *
|
347
|
+
# * `:environment_name` - (String) The name of the environment whose
|
348
348
|
# configuration options you want to describe.
|
349
|
-
# *
|
349
|
+
# * `:solution_stack_name` - (String) The name of the solution stack
|
350
350
|
# whose configuration options you want to describe.
|
351
|
-
# *
|
351
|
+
# * `:options` - (Array<Hash>) If specified, restricts the descriptions
|
352
352
|
# to only the specified options.
|
353
|
-
# *
|
353
|
+
# * `:namespace` - (String) A unique namespace identifying the
|
354
354
|
# option's associated AWS resource.
|
355
|
-
# *
|
355
|
+
# * `:option_name` - (String) The name of the configuration option.
|
356
356
|
# @return [Core::Response]
|
357
357
|
# The #data method of the response object returns
|
358
358
|
# a hash with the following structure:
|
359
|
-
# *
|
360
|
-
# *
|
361
|
-
# *
|
362
|
-
# *
|
363
|
-
# *
|
364
|
-
# *
|
365
|
-
# *
|
366
|
-
# *
|
367
|
-
# *
|
368
|
-
# *
|
369
|
-
# *
|
370
|
-
# *
|
371
|
-
# *
|
372
|
-
# *
|
373
|
-
# *
|
359
|
+
# * `:solution_stack_name` - (String)
|
360
|
+
# * `:options` - (Array<Hash>)
|
361
|
+
# * `:namespace` - (String)
|
362
|
+
# * `:name` - (String)
|
363
|
+
# * `:default_value` - (String)
|
364
|
+
# * `:change_severity` - (String)
|
365
|
+
# * `:user_defined` - (Boolean)
|
366
|
+
# * `:value_type` - (String)
|
367
|
+
# * `:value_options` - (Array<String>)
|
368
|
+
# * `:min_value` - (Integer)
|
369
|
+
# * `:max_value` - (Integer)
|
370
|
+
# * `:max_length` - (Integer)
|
371
|
+
# * `:regex` - (Hash)
|
372
|
+
# * `:pattern` - (String)
|
373
|
+
# * `:label` - (String)
|
374
374
|
|
375
375
|
# @!method describe_configuration_settings(options = {})
|
376
376
|
# Calls the DescribeConfigurationSettings API operation.
|
377
377
|
# @param [Hash] options
|
378
|
-
# *
|
378
|
+
# * `:application_name` - *required* - (String) The application for the
|
379
379
|
# environment or configuration template.
|
380
|
-
# *
|
380
|
+
# * `:template_name` - (String) The name of the configuration template
|
381
381
|
# to describe. Conditional: You must specify either this parameter or
|
382
382
|
# an EnvironmentName, but not both. If you specify both, AWS Elastic
|
383
383
|
# Beanstalk returns an InvalidParameterCombination error. If you do
|
384
384
|
# not specify either, AWS Elastic Beanstalk returns a
|
385
385
|
# MissingRequiredParameter error.
|
386
|
-
# *
|
386
|
+
# * `:environment_name` - (String) The name of the environment to
|
387
387
|
# describe. Condition: You must specify either this or a
|
388
388
|
# TemplateName, but not both. If you specify both, AWS Elastic
|
389
389
|
# Beanstalk returns an InvalidParameterCombination error. If you do
|
@@ -392,28 +392,28 @@ module AWS
|
|
392
392
|
# @return [Core::Response]
|
393
393
|
# The #data method of the response object returns
|
394
394
|
# a hash with the following structure:
|
395
|
-
# *
|
396
|
-
# *
|
397
|
-
# *
|
398
|
-
# *
|
399
|
-
# *
|
400
|
-
# *
|
401
|
-
# *
|
402
|
-
# *
|
403
|
-
# *
|
404
|
-
# *
|
405
|
-
# *
|
406
|
-
# *
|
407
|
-
# *
|
395
|
+
# * `:configuration_settings` - (Array<Hash>)
|
396
|
+
# * `:solution_stack_name` - (String)
|
397
|
+
# * `:application_name` - (String)
|
398
|
+
# * `:template_name` - (String)
|
399
|
+
# * `:description` - (String)
|
400
|
+
# * `:environment_name` - (String)
|
401
|
+
# * `:deployment_status` - (String)
|
402
|
+
# * `:date_created` - (Time)
|
403
|
+
# * `:date_updated` - (Time)
|
404
|
+
# * `:option_settings` - (Array<Hash>)
|
405
|
+
# * `:namespace` - (String)
|
406
|
+
# * `:option_name` - (String)
|
407
|
+
# * `:value` - (String)
|
408
408
|
|
409
409
|
# @!method describe_environment_resources(options = {})
|
410
410
|
# Calls the DescribeEnvironmentResources API operation.
|
411
411
|
# @param [Hash] options
|
412
|
-
# *
|
412
|
+
# * `:environment_id` - (String) The ID of the environment to retrieve
|
413
413
|
# AWS resource usage data. Condition: You must specify either this or
|
414
414
|
# an EnvironmentName, or both. If you do not specify either, AWS
|
415
415
|
# Elastic Beanstalk returns MissingRequiredParameter error.
|
416
|
-
# *
|
416
|
+
# * `:environment_name` - (String) The name of the environment to
|
417
417
|
# retrieve AWS resource usage data. Condition: You must specify
|
418
418
|
# either this or an EnvironmentId, or both. If you do not specify
|
419
419
|
# either, AWS Elastic Beanstalk returns MissingRequiredParameter
|
@@ -421,113 +421,119 @@ module AWS
|
|
421
421
|
# @return [Core::Response]
|
422
422
|
# The #data method of the response object returns
|
423
423
|
# a hash with the following structure:
|
424
|
-
# *
|
425
|
-
# *
|
426
|
-
# *
|
427
|
-
# *
|
428
|
-
# *
|
429
|
-
# *
|
430
|
-
# *
|
431
|
-
# *
|
432
|
-
# *
|
433
|
-
# *
|
434
|
-
# *
|
435
|
-
# *
|
424
|
+
# * `:environment_resources` - (Hash)
|
425
|
+
# * `:environment_name` - (String)
|
426
|
+
# * `:auto_scaling_groups` - (Array<Hash>)
|
427
|
+
# * `:name` - (String)
|
428
|
+
# * `:instances` - (Array<Hash>)
|
429
|
+
# * `:id` - (String)
|
430
|
+
# * `:launch_configurations` - (Array<Hash>)
|
431
|
+
# * `:name` - (String)
|
432
|
+
# * `:load_balancers` - (Array<Hash>)
|
433
|
+
# * `:name` - (String)
|
434
|
+
# * `:triggers` - (Array<Hash>)
|
435
|
+
# * `:name` - (String)
|
436
436
|
|
437
437
|
# @!method describe_environments(options = {})
|
438
438
|
# Calls the DescribeEnvironments API operation.
|
439
439
|
# @param [Hash] options
|
440
|
-
# *
|
440
|
+
# * `:application_name` - (String) If specified, AWS Elastic Beanstalk
|
441
441
|
# restricts the returned descriptions to include only those that are
|
442
442
|
# associated with this application.
|
443
|
-
# *
|
443
|
+
# * `:version_label` - (String) If specified, AWS Elastic Beanstalk
|
444
444
|
# restricts the returned descriptions to include only those that are
|
445
445
|
# associated with this application version.
|
446
|
-
# *
|
446
|
+
# * `:environment_ids` - (Array<String>) If specified, AWS Elastic
|
447
447
|
# Beanstalk restricts the returned descriptions to include only those
|
448
448
|
# that have the specified IDs.
|
449
|
-
# *
|
449
|
+
# * `:environment_names` - (Array<String>) If specified, AWS Elastic
|
450
450
|
# Beanstalk restricts the returned descriptions to include only those
|
451
451
|
# that have the specified names.
|
452
|
-
# *
|
453
|
-
# environments:
|
454
|
-
# IncludedDeletedBackTo are displayed.
|
452
|
+
# * `:include_deleted` - (Boolean) Indicates whether to include deleted
|
453
|
+
# environments: `true` : Environments that have been deleted after
|
454
|
+
# IncludedDeletedBackTo are displayed. `false` : Do not include
|
455
455
|
# deleted environments.
|
456
|
-
# *
|
457
|
-
# specified when IncludeDeleted is set to
|
456
|
+
# * `:included_deleted_back_to` - (String<ISO8601 datetime>) If
|
457
|
+
# specified when IncludeDeleted is set to `true` , then environments
|
458
458
|
# deleted after this date are displayed.
|
459
459
|
# @return [Core::Response]
|
460
460
|
# The #data method of the response object returns
|
461
461
|
# a hash with the following structure:
|
462
|
-
# *
|
463
|
-
# *
|
464
|
-
# *
|
465
|
-
# *
|
466
|
-
# *
|
467
|
-
# *
|
468
|
-
# *
|
469
|
-
# *
|
470
|
-
# *
|
471
|
-
# *
|
472
|
-
# *
|
473
|
-
# *
|
474
|
-
# *
|
475
|
-
# *
|
476
|
-
# *
|
477
|
-
# *
|
478
|
-
# *
|
479
|
-
# *
|
480
|
-
# *
|
481
|
-
# *
|
482
|
-
# *
|
462
|
+
# * `:environments` - (Array<Hash>)
|
463
|
+
# * `:environment_name` - (String)
|
464
|
+
# * `:environment_id` - (String)
|
465
|
+
# * `:application_name` - (String)
|
466
|
+
# * `:version_label` - (String)
|
467
|
+
# * `:solution_stack_name` - (String)
|
468
|
+
# * `:template_name` - (String)
|
469
|
+
# * `:description` - (String)
|
470
|
+
# * `:endpoint_url` - (String)
|
471
|
+
# * `:cname` - (String)
|
472
|
+
# * `:date_created` - (Time)
|
473
|
+
# * `:date_updated` - (Time)
|
474
|
+
# * `:status` - (String)
|
475
|
+
# * `:health` - (String)
|
476
|
+
# * `:resources` - (Hash)
|
477
|
+
# * `:load_balancer` - (Hash)
|
478
|
+
# * `:load_balancer_name` - (String)
|
479
|
+
# * `:domain` - (String)
|
480
|
+
# * `:listeners` - (Array<Hash>)
|
481
|
+
# * `:protocol` - (String)
|
482
|
+
# * `:port` - (Integer)
|
483
483
|
|
484
484
|
# @!method describe_events(options = {})
|
485
485
|
# Calls the DescribeEvents API operation.
|
486
486
|
# @param [Hash] options
|
487
|
-
# *
|
487
|
+
# * `:application_name` - (String) If specified, AWS Elastic Beanstalk
|
488
488
|
# restricts the returned descriptions to include only those
|
489
489
|
# associated with this application.
|
490
|
-
# *
|
490
|
+
# * `:version_label` - (String) If specified, AWS Elastic Beanstalk
|
491
491
|
# restricts the returned descriptions to those associated with this
|
492
492
|
# application version.
|
493
|
-
# *
|
493
|
+
# * `:template_name` - (String) If specified, AWS Elastic Beanstalk
|
494
494
|
# restricts the returned descriptions to those that are associated
|
495
495
|
# with this environment configuration.
|
496
|
-
# *
|
496
|
+
# * `:environment_id` - (String) If specified, AWS Elastic Beanstalk
|
497
497
|
# restricts the returned descriptions to those associated with this
|
498
498
|
# environment.
|
499
|
-
# *
|
499
|
+
# * `:environment_name` - (String) If specified, AWS Elastic Beanstalk
|
500
500
|
# restricts the returned descriptions to those associated with this
|
501
501
|
# environment.
|
502
|
-
# *
|
502
|
+
# * `:request_id` - (String) If specified, AWS Elastic Beanstalk
|
503
503
|
# restricts the described events to include only those associated
|
504
504
|
# with this request ID.
|
505
|
-
# *
|
505
|
+
# * `:severity` - (String) If specified, limits the events returned
|
506
506
|
# from this call to include only those with the specified severity or
|
507
|
-
# higher.
|
508
|
-
#
|
507
|
+
# higher. Valid values include:
|
508
|
+
# * `TRACE`
|
509
|
+
# * `DEBUG`
|
510
|
+
# * `INFO`
|
511
|
+
# * `WARN`
|
512
|
+
# * `ERROR`
|
513
|
+
# * `FATAL`
|
514
|
+
# * `:start_time` - (String<ISO8601 datetime>) If specified, AWS
|
509
515
|
# Elastic Beanstalk restricts the returned descriptions to those that
|
510
516
|
# occur on or after this time.
|
511
|
-
# *
|
517
|
+
# * `:end_time` - (String<ISO8601 datetime>) If specified, AWS Elastic
|
512
518
|
# Beanstalk restricts the returned descriptions to those that occur
|
513
519
|
# up to, but not including, the EndTime.
|
514
|
-
# *
|
520
|
+
# * `:max_records` - (Integer) Specifies the maximum number of events
|
515
521
|
# that can be returned, beginning with the most recent event.
|
516
|
-
# *
|
522
|
+
# * `:next_token` - (String) Pagination token. If specified, the events
|
517
523
|
# return the next batch of results.
|
518
524
|
# @return [Core::Response]
|
519
525
|
# The #data method of the response object returns
|
520
526
|
# a hash with the following structure:
|
521
|
-
# *
|
522
|
-
# *
|
523
|
-
# *
|
524
|
-
# *
|
525
|
-
# *
|
526
|
-
# *
|
527
|
-
# *
|
528
|
-
# *
|
529
|
-
# *
|
530
|
-
# *
|
527
|
+
# * `:events` - (Array<Hash>)
|
528
|
+
# * `:event_date` - (Time)
|
529
|
+
# * `:message` - (String)
|
530
|
+
# * `:application_name` - (String)
|
531
|
+
# * `:version_label` - (String)
|
532
|
+
# * `:template_name` - (String)
|
533
|
+
# * `:environment_name` - (String)
|
534
|
+
# * `:request_id` - (String)
|
535
|
+
# * `:severity` - (String)
|
536
|
+
# * `:next_token` - (String)
|
531
537
|
|
532
538
|
# @!method list_available_solution_stacks(options = {})
|
533
539
|
# Calls the ListAvailableSolutionStacks API operation.
|
@@ -535,19 +541,19 @@ module AWS
|
|
535
541
|
# @return [Core::Response]
|
536
542
|
# The #data method of the response object returns
|
537
543
|
# a hash with the following structure:
|
538
|
-
# *
|
539
|
-
# *
|
540
|
-
# *
|
541
|
-
# *
|
544
|
+
# * `:solution_stacks` - (Array<String>)
|
545
|
+
# * `:solution_stack_details` - (Array<Hash>)
|
546
|
+
# * `:solution_stack_name` - (String)
|
547
|
+
# * `:permitted_file_types` - (Array<String>)
|
542
548
|
|
543
549
|
# @!method rebuild_environment(options = {})
|
544
550
|
# Calls the RebuildEnvironment API operation.
|
545
551
|
# @param [Hash] options
|
546
|
-
# *
|
552
|
+
# * `:environment_id` - (String) The ID of the environment to rebuild.
|
547
553
|
# Condition: You must specify either this or an EnvironmentName, or
|
548
554
|
# both. If you do not specify either, AWS Elastic Beanstalk returns
|
549
555
|
# MissingRequiredParameter error.
|
550
|
-
# *
|
556
|
+
# * `:environment_name` - (String) The name of the environment to
|
551
557
|
# rebuild. Condition: You must specify either this or an
|
552
558
|
# EnvironmentId, or both. If you do not specify either, AWS Elastic
|
553
559
|
# Beanstalk returns MissingRequiredParameter error.
|
@@ -556,30 +562,31 @@ module AWS
|
|
556
562
|
# @!method request_environment_info(options = {})
|
557
563
|
# Calls the RequestEnvironmentInfo API operation.
|
558
564
|
# @param [Hash] options
|
559
|
-
# *
|
565
|
+
# * `:environment_id` - (String) The ID of the environment of the
|
560
566
|
# requested data. If no such environment is found,
|
561
567
|
# RequestEnvironmentInfo returns an InvalidParameterValue error.
|
562
568
|
# Condition: You must specify either this or an EnvironmentName, or
|
563
569
|
# both. If you do not specify either, AWS Elastic Beanstalk returns
|
564
570
|
# MissingRequiredParameter error.
|
565
|
-
# *
|
571
|
+
# * `:environment_name` - (String) The name of the environment of the
|
566
572
|
# requested data. If no such environment is found,
|
567
573
|
# RequestEnvironmentInfo returns an InvalidParameterValue error.
|
568
574
|
# Condition: You must specify either this or an EnvironmentId, or
|
569
575
|
# both. If you do not specify either, AWS Elastic Beanstalk returns
|
570
576
|
# MissingRequiredParameter error.
|
571
|
-
# *
|
572
|
-
# request.
|
577
|
+
# * `:info_type` - *required* - (String) The type of information to
|
578
|
+
# request. Valid values include:
|
579
|
+
# * `tail`
|
573
580
|
# @return [Core::Response]
|
574
581
|
|
575
582
|
# @!method restart_app_server(options = {})
|
576
583
|
# Calls the RestartAppServer API operation.
|
577
584
|
# @param [Hash] options
|
578
|
-
# *
|
585
|
+
# * `:environment_id` - (String) The ID of the environment to restart
|
579
586
|
# the server for. Condition: You must specify either this or an
|
580
587
|
# EnvironmentName, or both. If you do not specify either, AWS Elastic
|
581
588
|
# Beanstalk returns MissingRequiredParameter error.
|
582
|
-
# *
|
589
|
+
# * `:environment_name` - (String) The name of the environment to
|
583
590
|
# restart the server for. Condition: You must specify either this or
|
584
591
|
# an EnvironmentId, or both. If you do not specify either, AWS
|
585
592
|
# Elastic Beanstalk returns MissingRequiredParameter error.
|
@@ -588,46 +595,47 @@ module AWS
|
|
588
595
|
# @!method retrieve_environment_info(options = {})
|
589
596
|
# Calls the RetrieveEnvironmentInfo API operation.
|
590
597
|
# @param [Hash] options
|
591
|
-
# *
|
598
|
+
# * `:environment_id` - (String) The ID of the data's environment. If
|
592
599
|
# no such environment is found, returns an InvalidParameterValue
|
593
600
|
# error. Condition: You must specify either this or an
|
594
601
|
# EnvironmentName, or both. If you do not specify either, AWS Elastic
|
595
602
|
# Beanstalk returns MissingRequiredParameter error.
|
596
|
-
# *
|
603
|
+
# * `:environment_name` - (String) The name of the data's environment.
|
597
604
|
# If no such environment is found, returns an InvalidParameterValue
|
598
605
|
# error. Condition: You must specify either this or an EnvironmentId,
|
599
606
|
# or both. If you do not specify either, AWS Elastic Beanstalk
|
600
607
|
# returns MissingRequiredParameter error.
|
601
|
-
# *
|
602
|
-
# retrieve.
|
608
|
+
# * `:info_type` - *required* - (String) The type of information to
|
609
|
+
# retrieve. Valid values include:
|
610
|
+
# * `tail`
|
603
611
|
# @return [Core::Response]
|
604
612
|
# The #data method of the response object returns
|
605
613
|
# a hash with the following structure:
|
606
|
-
# *
|
607
|
-
# *
|
608
|
-
# *
|
609
|
-
# *
|
610
|
-
# *
|
614
|
+
# * `:environment_info` - (Array<Hash>)
|
615
|
+
# * `:info_type` - (String)
|
616
|
+
# * `:ec2_instance_id` - (String)
|
617
|
+
# * `:sample_timestamp` - (Time)
|
618
|
+
# * `:message` - (String)
|
611
619
|
|
612
620
|
# @!method swap_environment_cnam_es(options = {})
|
613
621
|
# Calls the SwapEnvironmentCNAMEs API operation.
|
614
622
|
# @param [Hash] options
|
615
|
-
# *
|
623
|
+
# * `:source_environment_id` - (String) The ID of the source
|
616
624
|
# environment. Condition: You must specify at least the
|
617
625
|
# SourceEnvironmentID or the SourceEnvironmentName. You may also
|
618
626
|
# specify both. If you specify the SourceEnvironmentId, you must
|
619
627
|
# specify the DestinationEnvironmentId.
|
620
|
-
# *
|
628
|
+
# * `:source_environment_name` - (String) The name of the source
|
621
629
|
# environment. Condition: You must specify at least the
|
622
630
|
# SourceEnvironmentID or the SourceEnvironmentName. You may also
|
623
631
|
# specify both. If you specify the SourceEnvironmentName, you must
|
624
632
|
# specify the DestinationEnvironmentName.
|
625
|
-
# *
|
633
|
+
# * `:destination_environment_id` - (String) The ID of the destination
|
626
634
|
# environment. Condition: You must specify at least the
|
627
635
|
# DestinationEnvironmentID or the DestinationEnvironmentName. You may
|
628
636
|
# also specify both. You must specify the SourceEnvironmentId with
|
629
637
|
# the DestinationEnvironmentId.
|
630
|
-
# *
|
638
|
+
# * `:destination_environment_name` - (String) The name of the
|
631
639
|
# destination environment. Condition: You must specify at least the
|
632
640
|
# DestinationEnvironmentID or the DestinationEnvironmentName. You may
|
633
641
|
# also specify both. You must specify the SourceEnvironmentName with
|
@@ -637,226 +645,226 @@ module AWS
|
|
637
645
|
# @!method terminate_environment(options = {})
|
638
646
|
# Calls the TerminateEnvironment API operation.
|
639
647
|
# @param [Hash] options
|
640
|
-
# *
|
648
|
+
# * `:environment_id` - (String) The ID of the environment to
|
641
649
|
# terminate. Condition: You must specify either this or an
|
642
650
|
# EnvironmentName, or both. If you do not specify either, AWS Elastic
|
643
651
|
# Beanstalk returns MissingRequiredParameter error.
|
644
|
-
# *
|
652
|
+
# * `:environment_name` - (String) The name of the environment to
|
645
653
|
# terminate. Condition: You must specify either this or an
|
646
654
|
# EnvironmentId, or both. If you do not specify either, AWS Elastic
|
647
655
|
# Beanstalk returns MissingRequiredParameter error.
|
648
|
-
# *
|
656
|
+
# * `:terminate_resources` - (Boolean) Indicates whether the associated
|
649
657
|
# AWS resources should shut down when the environment is terminated:
|
650
|
-
#
|
658
|
+
# `true` : (default) The user AWS resources (for example, the Auto
|
651
659
|
# Scaling group, LoadBalancer, etc.) are terminated along with the
|
652
|
-
# environment.
|
653
|
-
# Elastic Beanstalk but the AWS resources continue to operate.
|
660
|
+
# environment. `false` : The environment is removed from the AWS
|
661
|
+
# Elastic Beanstalk but the AWS resources continue to operate. `true`
|
654
662
|
# : The specified environment as well as the associated AWS
|
655
663
|
# resources, such as Auto Scaling group and LoadBalancer, are
|
656
|
-
# terminated.
|
664
|
+
# terminated. `false` : AWS Elastic Beanstalk resource management is
|
657
665
|
# removed from the environment, but the AWS resources continue to
|
658
666
|
# operate. For more information, see the AWS Elastic Beanstalk User
|
659
|
-
# Guide. Default:
|
667
|
+
# Guide. Default: `true` Valid Values: `true` | `false`
|
660
668
|
# @return [Core::Response]
|
661
669
|
# The #data method of the response object returns
|
662
670
|
# a hash with the following structure:
|
663
|
-
# *
|
664
|
-
# *
|
665
|
-
# *
|
666
|
-
# *
|
667
|
-
# *
|
668
|
-
# *
|
669
|
-
# *
|
670
|
-
# *
|
671
|
-
# *
|
672
|
-
# *
|
673
|
-
# *
|
674
|
-
# *
|
675
|
-
# *
|
676
|
-
# *
|
677
|
-
# *
|
678
|
-
# *
|
679
|
-
# *
|
680
|
-
# *
|
681
|
-
# *
|
682
|
-
# *
|
671
|
+
# * `:environment_name` - (String)
|
672
|
+
# * `:environment_id` - (String)
|
673
|
+
# * `:application_name` - (String)
|
674
|
+
# * `:version_label` - (String)
|
675
|
+
# * `:solution_stack_name` - (String)
|
676
|
+
# * `:template_name` - (String)
|
677
|
+
# * `:description` - (String)
|
678
|
+
# * `:endpoint_url` - (String)
|
679
|
+
# * `:cname` - (String)
|
680
|
+
# * `:date_created` - (Time)
|
681
|
+
# * `:date_updated` - (Time)
|
682
|
+
# * `:status` - (String)
|
683
|
+
# * `:health` - (String)
|
684
|
+
# * `:resources` - (Hash)
|
685
|
+
# * `:load_balancer` - (Hash)
|
686
|
+
# * `:load_balancer_name` - (String)
|
687
|
+
# * `:domain` - (String)
|
688
|
+
# * `:listeners` - (Array<Hash>)
|
689
|
+
# * `:protocol` - (String)
|
690
|
+
# * `:port` - (Integer)
|
683
691
|
|
684
692
|
# @!method update_application(options = {})
|
685
693
|
# Calls the UpdateApplication API operation.
|
686
694
|
# @param [Hash] options
|
687
|
-
# *
|
695
|
+
# * `:application_name` - *required* - (String) The name of the
|
688
696
|
# application to update. If no such application is found,
|
689
697
|
# UpdateApplication returns an InvalidParameterValue error.
|
690
|
-
# *
|
698
|
+
# * `:description` - (String) A new description for the application.
|
691
699
|
# Default: If not specified, AWS Elastic Beanstalk does not update
|
692
700
|
# the description.
|
693
701
|
# @return [Core::Response]
|
694
702
|
# The #data method of the response object returns
|
695
703
|
# a hash with the following structure:
|
696
|
-
# *
|
697
|
-
# *
|
698
|
-
# *
|
699
|
-
# *
|
700
|
-
# *
|
701
|
-
# *
|
702
|
-
# *
|
704
|
+
# * `:application` - (Hash)
|
705
|
+
# * `:application_name` - (String)
|
706
|
+
# * `:description` - (String)
|
707
|
+
# * `:date_created` - (Time)
|
708
|
+
# * `:date_updated` - (Time)
|
709
|
+
# * `:versions` - (Array<String>)
|
710
|
+
# * `:configuration_templates` - (Array<String>)
|
703
711
|
|
704
712
|
# @!method update_application_version(options = {})
|
705
713
|
# Calls the UpdateApplicationVersion API operation.
|
706
714
|
# @param [Hash] options
|
707
|
-
# *
|
715
|
+
# * `:application_name` - *required* - (String) The name of the
|
708
716
|
# application associated with this version. If no application is
|
709
717
|
# found with this name, UpdateApplication returns an
|
710
718
|
# InvalidParameterValue error.
|
711
|
-
# *
|
719
|
+
# * `:version_label` - *required* - (String) The name of the version to
|
712
720
|
# update. If no application version is found with this label,
|
713
721
|
# UpdateApplication returns an InvalidParameterValue error.
|
714
|
-
# *
|
722
|
+
# * `:description` - (String) A new description for this release.
|
715
723
|
# @return [Core::Response]
|
716
724
|
# The #data method of the response object returns
|
717
725
|
# a hash with the following structure:
|
718
|
-
# *
|
719
|
-
# *
|
720
|
-
# *
|
721
|
-
# *
|
722
|
-
# *
|
723
|
-
# *
|
724
|
-
# *
|
725
|
-
# *
|
726
|
-
# *
|
726
|
+
# * `:application_version` - (Hash)
|
727
|
+
# * `:application_name` - (String)
|
728
|
+
# * `:description` - (String)
|
729
|
+
# * `:version_label` - (String)
|
730
|
+
# * `:source_bundle` - (Hash)
|
731
|
+
# * `:s3_bucket` - (String)
|
732
|
+
# * `:s3_key` - (String)
|
733
|
+
# * `:date_created` - (Time)
|
734
|
+
# * `:date_updated` - (Time)
|
727
735
|
|
728
736
|
# @!method update_configuration_template(options = {})
|
729
737
|
# Calls the UpdateConfigurationTemplate API operation.
|
730
738
|
# @param [Hash] options
|
731
|
-
# *
|
739
|
+
# * `:application_name` - *required* - (String) The name of the
|
732
740
|
# application associated with the configuration template to update.
|
733
741
|
# If no application is found with this name,
|
734
742
|
# UpdateConfigurationTemplate returns an InvalidParameterValue error.
|
735
|
-
# *
|
743
|
+
# * `:template_name` - *required* - (String) The name of the
|
736
744
|
# configuration template to update. If no configuration template is
|
737
745
|
# found with this name, UpdateConfigurationTemplate returns an
|
738
746
|
# InvalidParameterValue error.
|
739
|
-
# *
|
740
|
-
# *
|
747
|
+
# * `:description` - (String) A new description for the configuration.
|
748
|
+
# * `:option_settings` - (Array<Hash>) A list of configuration option
|
741
749
|
# settings to update with the new specified option value.
|
742
|
-
# *
|
750
|
+
# * `:namespace` - (String) A unique namespace identifying the
|
743
751
|
# option's associated AWS resource.
|
744
|
-
# *
|
745
|
-
# *
|
752
|
+
# * `:option_name` - (String) The name of the configuration option.
|
753
|
+
# * `:value` - (String) The current value for the configuration
|
746
754
|
# option.
|
747
|
-
# *
|
755
|
+
# * `:options_to_remove` - (Array<Hash>) A list of configuration
|
748
756
|
# options to remove from the configuration set. Constraint: You can
|
749
757
|
# remove only UserDefined configuration options.
|
750
|
-
# *
|
758
|
+
# * `:namespace` - (String) A unique namespace identifying the
|
751
759
|
# option's associated AWS resource.
|
752
|
-
# *
|
760
|
+
# * `:option_name` - (String) The name of the configuration option.
|
753
761
|
# @return [Core::Response]
|
754
762
|
# The #data method of the response object returns
|
755
763
|
# a hash with the following structure:
|
756
|
-
# *
|
757
|
-
# *
|
758
|
-
# *
|
759
|
-
# *
|
760
|
-
# *
|
761
|
-
# *
|
762
|
-
# *
|
763
|
-
# *
|
764
|
-
# *
|
765
|
-
# *
|
766
|
-
# *
|
767
|
-
# *
|
764
|
+
# * `:solution_stack_name` - (String)
|
765
|
+
# * `:application_name` - (String)
|
766
|
+
# * `:template_name` - (String)
|
767
|
+
# * `:description` - (String)
|
768
|
+
# * `:environment_name` - (String)
|
769
|
+
# * `:deployment_status` - (String)
|
770
|
+
# * `:date_created` - (Time)
|
771
|
+
# * `:date_updated` - (Time)
|
772
|
+
# * `:option_settings` - (Array<Hash>)
|
773
|
+
# * `:namespace` - (String)
|
774
|
+
# * `:option_name` - (String)
|
775
|
+
# * `:value` - (String)
|
768
776
|
|
769
777
|
# @!method update_environment(options = {})
|
770
778
|
# Calls the UpdateEnvironment API operation.
|
771
779
|
# @param [Hash] options
|
772
|
-
# *
|
780
|
+
# * `:environment_id` - (String) The ID of the environment to update.
|
773
781
|
# If no environment with this ID exists, AWS Elastic Beanstalk
|
774
782
|
# returns an InvalidParameterValue error. Condition: You must specify
|
775
783
|
# either this or an EnvironmentName, or both. If you do not specify
|
776
784
|
# either, AWS Elastic Beanstalk returns MissingRequiredParameter
|
777
785
|
# error.
|
778
|
-
# *
|
786
|
+
# * `:environment_name` - (String) The name of the environment to
|
779
787
|
# update. If no environment with this name exists, AWS Elastic
|
780
788
|
# Beanstalk returns an InvalidParameterValue error. Condition: You
|
781
789
|
# must specify either this or an EnvironmentId, or both. If you do
|
782
790
|
# not specify either, AWS Elastic Beanstalk returns
|
783
791
|
# MissingRequiredParameter error.
|
784
|
-
# *
|
792
|
+
# * `:version_label` - (String) If this parameter is specified, AWS
|
785
793
|
# Elastic Beanstalk deploys the named application version to the
|
786
794
|
# environment. If no such application version is found, returns an
|
787
795
|
# InvalidParameterValue error.
|
788
|
-
# *
|
796
|
+
# * `:template_name` - (String) If this parameter is specified, AWS
|
789
797
|
# Elastic Beanstalk deploys this configuration template to the
|
790
798
|
# environment. If no such configuration template is found, AWS
|
791
799
|
# Elastic Beanstalk returns an InvalidParameterValue error.
|
792
|
-
# *
|
800
|
+
# * `:description` - (String) If this parameter is specified, AWS
|
793
801
|
# Elastic Beanstalk updates the description of this environment.
|
794
|
-
# *
|
802
|
+
# * `:option_settings` - (Array<Hash>) If specified, AWS Elastic
|
795
803
|
# Beanstalk updates the configuration set associated with the running
|
796
804
|
# environment and sets the specified configuration options to the
|
797
805
|
# requested value.
|
798
|
-
# *
|
806
|
+
# * `:namespace` - (String) A unique namespace identifying the
|
799
807
|
# option's associated AWS resource.
|
800
|
-
# *
|
801
|
-
# *
|
808
|
+
# * `:option_name` - (String) The name of the configuration option.
|
809
|
+
# * `:value` - (String) The current value for the configuration
|
802
810
|
# option.
|
803
|
-
# *
|
811
|
+
# * `:options_to_remove` - (Array<Hash>) A list of custom user-defined
|
804
812
|
# configuration options to remove from the configuration set for this
|
805
813
|
# environment.
|
806
|
-
# *
|
814
|
+
# * `:namespace` - (String) A unique namespace identifying the
|
807
815
|
# option's associated AWS resource.
|
808
|
-
# *
|
816
|
+
# * `:option_name` - (String) The name of the configuration option.
|
809
817
|
# @return [Core::Response]
|
810
818
|
# The #data method of the response object returns
|
811
819
|
# a hash with the following structure:
|
812
|
-
# *
|
813
|
-
# *
|
814
|
-
# *
|
815
|
-
# *
|
816
|
-
# *
|
817
|
-
# *
|
818
|
-
# *
|
819
|
-
# *
|
820
|
-
# *
|
821
|
-
# *
|
822
|
-
# *
|
823
|
-
# *
|
824
|
-
# *
|
825
|
-
# *
|
826
|
-
# *
|
827
|
-
# *
|
828
|
-
# *
|
829
|
-
# *
|
830
|
-
# *
|
831
|
-
# *
|
820
|
+
# * `:environment_name` - (String)
|
821
|
+
# * `:environment_id` - (String)
|
822
|
+
# * `:application_name` - (String)
|
823
|
+
# * `:version_label` - (String)
|
824
|
+
# * `:solution_stack_name` - (String)
|
825
|
+
# * `:template_name` - (String)
|
826
|
+
# * `:description` - (String)
|
827
|
+
# * `:endpoint_url` - (String)
|
828
|
+
# * `:cname` - (String)
|
829
|
+
# * `:date_created` - (Time)
|
830
|
+
# * `:date_updated` - (Time)
|
831
|
+
# * `:status` - (String)
|
832
|
+
# * `:health` - (String)
|
833
|
+
# * `:resources` - (Hash)
|
834
|
+
# * `:load_balancer` - (Hash)
|
835
|
+
# * `:load_balancer_name` - (String)
|
836
|
+
# * `:domain` - (String)
|
837
|
+
# * `:listeners` - (Array<Hash>)
|
838
|
+
# * `:protocol` - (String)
|
839
|
+
# * `:port` - (Integer)
|
832
840
|
|
833
841
|
# @!method validate_configuration_settings(options = {})
|
834
842
|
# Calls the ValidateConfigurationSettings API operation.
|
835
843
|
# @param [Hash] options
|
836
|
-
# *
|
844
|
+
# * `:application_name` - *required* - (String) The name of the
|
837
845
|
# application that the configuration template or environment belongs
|
838
846
|
# to.
|
839
|
-
# *
|
847
|
+
# * `:template_name` - (String) The name of the configuration template
|
840
848
|
# to validate the settings against. Condition: You cannot specify
|
841
849
|
# both this and an environment name.
|
842
|
-
# *
|
850
|
+
# * `:environment_name` - (String) The name of the environment to
|
843
851
|
# validate the settings against. Condition: You cannot specify both
|
844
852
|
# this and a configuration template name.
|
845
|
-
# *
|
853
|
+
# * `:option_settings` - *required* - (Array<Hash>) A list of the
|
846
854
|
# options and desired values to evaluate.
|
847
|
-
# *
|
855
|
+
# * `:namespace` - (String) A unique namespace identifying the
|
848
856
|
# option's associated AWS resource.
|
849
|
-
# *
|
850
|
-
# *
|
857
|
+
# * `:option_name` - (String) The name of the configuration option.
|
858
|
+
# * `:value` - (String) The current value for the configuration
|
851
859
|
# option.
|
852
860
|
# @return [Core::Response]
|
853
861
|
# The #data method of the response object returns
|
854
862
|
# a hash with the following structure:
|
855
|
-
# *
|
856
|
-
# *
|
857
|
-
# *
|
858
|
-
# *
|
859
|
-
# *
|
863
|
+
# * `:messages` - (Array<Hash>)
|
864
|
+
# * `:message` - (String)
|
865
|
+
# * `:severity` - (String)
|
866
|
+
# * `:namespace` - (String)
|
867
|
+
# * `:option_name` - (String)
|
860
868
|
|
861
869
|
# end client methods #
|
862
870
|
|