lib/aws-sdk-cloud9/client.rb in aws-sdk-cloud9-1.60.0 vs lib/aws-sdk-cloud9/client.rb in aws-sdk-cloud9-1.61.0
- old
+ new
@@ -434,11 +434,11 @@
# The identifier for the Amazon Machine Image (AMI) that's used to
# create the EC2 instance. To choose an AMI for the instance, you must
# specify a valid AMI alias or a valid Amazon EC2 Systems Manager (SSM)
# path.
#
- # From November 20, 2023, you will be required to include the `imageId`
+ # From December 04, 2023, you will be required to include the `imageId`
# parameter for the `CreateEnvironmentEC2` action. This change will be
# reflected across all direct methods of communicating with the API,
# such as Amazon Web Services SDK, Amazon Web Services CLI and Amazon
# Web Services CloudFormation. This change will only affect direct API
# consumers, and not Cloud9 console users.
@@ -454,23 +454,22 @@
# Since Ubuntu 18.04 has ended standard support as of May 31, 2023, we
# recommend you choose Ubuntu 22.04.
#
# <b>AMI aliases </b>
#
- # * <b>Amazon Linux (default): <code>amazonlinux-1-x86_64</code> </b>
+ # * Amazon Linux (default): `amazonlinux-1-x86_64`
#
# * Amazon Linux 2: `amazonlinux-2-x86_64`
#
# * Ubuntu 18.04: `ubuntu-18.04-x86_64`
#
# * Ubuntu 22.04: `ubuntu-22.04-x86_64`
#
# **SSM paths**
#
- # * <b>Amazon Linux (default):
- # <code>resolve:ssm:/aws/service/cloud9/amis/amazonlinux-1-x86_64</code>
- # </b>
+ # * Amazon Linux (default):
+ # `resolve:ssm:/aws/service/cloud9/amis/amazonlinux-1-x86_64`
#
# * Amazon Linux 2:
# `resolve:ssm:/aws/service/cloud9/amis/amazonlinux-2-x86_64`
#
# * Ubuntu 18.04:
@@ -519,10 +518,11 @@
#
# resp = client.create_environment_ec2({
# name: "my-demo-environment",
# automatic_stop_time_minutes: 60,
# description: "This is my demonstration environment.",
+ # image_id: "amazonlinux-2-x86_64",
# instance_type: "t2.micro",
# owner_arn: "arn:aws:iam::123456789012:user/MyDemoUser",
# subnet_id: "subnet-6300cd1b",
# })
#
@@ -1264,10 +1264,10 @@
operation: config.api.operation(operation_name),
client: self,
params: params,
config: config)
context[:gem_name] = 'aws-sdk-cloud9'
- context[:gem_version] = '1.60.0'
+ context[:gem_version] = '1.61.0'
Seahorse::Client::Request.new(handlers, context)
end
# @api private
# @deprecated