lib/aws-sdk-cloud9/client.rb in aws-sdk-cloud9-1.18.0 vs lib/aws-sdk-cloud9/client.rb in aws-sdk-cloud9-1.19.0
- old
+ new
@@ -709,17 +709,24 @@
# name: "my-demo-environment",
# type: "ec2",
# arn: "arn:aws:cloud9:us-east-2:123456789012:environment:8d9967e2f0624182b74e7690ad69ebEX",
# description: "This is my demonstration environment.",
# id: "8d9967e2f0624182b74e7690ad69ebEX",
+ # lifecycle: {
+ # status: "CREATED",
+ # },
# owner_arn: "arn:aws:iam::123456789012:user/MyDemoUser",
# },
# {
# name: "another-demo-environment",
# type: "ssh",
# arn: "arn:aws:cloud9:us-east-2:123456789012:environment:349c86d4579e4e7298d500ff57a6b2EX",
+ # description: "",
# id: "349c86d4579e4e7298d500ff57a6b2EX",
+ # lifecycle: {
+ # status: "CREATED",
+ # },
# owner_arn: "arn:aws:sts::123456789012:assumed-role/AnotherDemoUser/AnotherDemoUser",
# },
# ],
# }
#
@@ -736,11 +743,11 @@
# resp.environments[0].name #=> String
# resp.environments[0].description #=> String
# resp.environments[0].type #=> String, one of "ssh", "ec2"
# resp.environments[0].arn #=> String
# resp.environments[0].owner_arn #=> String
- # resp.environments[0].lifecycle.status #=> String, one of "CREATED", "DELETING", "DELETE_FAILED"
+ # resp.environments[0].lifecycle.status #=> String, one of "CREATING", "CREATED", "CREATE_FAILED", "DELETING", "DELETE_FAILED"
# resp.environments[0].lifecycle.reason #=> String
# resp.environments[0].lifecycle.failure_resource #=> String
#
# @see http://docs.aws.amazon.com/goto/WebAPI/cloud9-2017-09-23/DescribeEnvironments AWS API Documentation
#
@@ -928,10 +935,10 @@
operation: config.api.operation(operation_name),
client: self,
params: params,
config: config)
context[:gem_name] = 'aws-sdk-cloud9'
- context[:gem_version] = '1.18.0'
+ context[:gem_version] = '1.19.0'
Seahorse::Client::Request.new(handlers, context)
end
# @api private
# @deprecated