lib/aws-sdk-cloud9/client.rb in aws-sdk-cloud9-1.34.0 vs lib/aws-sdk-cloud9/client.rb in aws-sdk-cloud9-1.35.0

- old
+ new

@@ -662,12 +662,11 @@ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}. # # # @example Example: DescribeEnvironmentMemberships1 # - # # The following example gets information about all of the environment members for the specified &AWS; Cloud9 development - # # environment. + # # The following example gets information about all of the environment members for the specified development environment. # # resp = client.describe_environment_memberships({ # environment_id: "8d9967e2f0624182b74e7690ad69ebEX", # }) # @@ -689,11 +688,11 @@ # ], # } # # @example Example: DescribeEnvironmentMemberships2 # - # # The following example gets information about the owner of the specified &AWS; Cloud9 development environment. + # # The following example gets information about the owner of the specified development environment. # # resp = client.describe_environment_memberships({ # environment_id: "8d9967e2f0624182b74e7690ad69ebEX", # permissions: [ # "owner", @@ -712,11 +711,11 @@ # ], # } # # @example Example: DescribeEnvironmentMemberships3 # - # # The following example gets &AWS; Cloud9 development environment membership information for the specified user. + # # The following example gets development environment membership information for the specified user. # # resp = client.describe_environment_memberships({ # user_arn: "arn:aws:iam::123456789012:user/MyDemoUser", # }) # @@ -1162,10 +1161,10 @@ operation: config.api.operation(operation_name), client: self, params: params, config: config) context[:gem_name] = 'aws-sdk-cloud9' - context[:gem_version] = '1.34.0' + context[:gem_version] = '1.35.0' Seahorse::Client::Request.new(handlers, context) end # @api private # @deprecated