aws-sdk-cloud9 1.63.0 → 1.65.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ec1e4a95582e66b51f4da29e87503523da822b487538514ae30a3fc1154eb8f0
4
- data.tar.gz: 45c3dffff356ea4fe3f533d429aecf908d65f0041749869245662f669e4b3a5c
3
+ metadata.gz: f6e84293fa568ea2de629abcc9ce321feee31624a6ffe328f256f131a47e7a51
4
+ data.tar.gz: 3672516e7e24ba648712edb0ef900760690cbeb19e25d82e7726066e10acc42a
5
5
  SHA512:
6
- metadata.gz: ecc3468213a1d0e8da9dc4f2c3395899117e067337b5a89ed7bac421477f9c273572ac7cc9a8dec81b41b9d8b28eb1da2b6f408af004eec7e5d7b0092a5252ea
7
- data.tar.gz: 54c55eea8dcce20a6fd24413c98c80b27f17a403b6ce95985238aee3acc8b5229f7fa2e517442450ee3ed00ba912f4e0e11990990f83655765f9984e9c6e34ff
6
+ metadata.gz: 7e839e17c0e917647a33a1d5893e85cd2555f76e2d7ae3a833a59f944d9450d8ba666d9bd851ba23e4a0d54e89306a93655378e5f2b3fdac5d33e220ba77562d
7
+ data.tar.gz: '08bcba464f8e7d0318a013387c5f0a46b995132b7cee59b93e069102ee9f124a4a01667e74bab4a99db6787c1a6bb93ce3311eea0520606f5c8b476b7286626a'
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.65.0 (2023-12-15)
5
+ ------------------
6
+
7
+ * Feature - Updated Cloud9 API documentation for AL2023 release
8
+
9
+ 1.64.0 (2023-12-04)
10
+ ------------------
11
+
12
+ * Feature - This release adds the requirement to include the imageId parameter in the CreateEnvironmentEC2 API call.
13
+
4
14
  1.63.0 (2023-11-28)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.63.0
1
+ 1.65.0
@@ -430,7 +430,7 @@ module Aws::Cloud9
430
430
  # The ID of the subnet in Amazon VPC that Cloud9 will use to communicate
431
431
  # with the Amazon EC2 instance.
432
432
  #
433
- # @option params [String] :image_id
433
+ # @option params [required, String] :image_id
434
434
  # The identifier for the Amazon Machine Image (AMI) that's used to
435
435
  # create the EC2 instance. To choose an AMI for the instance, you must
436
436
  # specify a valid AMI alias or a valid Amazon EC2 Systems Manager (SSM)
@@ -447,7 +447,7 @@ module Aws::Cloud9
447
447
  # list of available image IDs for Cloud9. This is necessary as AL1 will
448
448
  # reach the end of maintenance support in December 2023, and as a result
449
449
  # will no longer receive security updates. We recommend using Amazon
450
- # Linux 2 as the AMI to create your environment as it is fully
450
+ # Linux 2023 as the AMI to create your environment as it is fully
451
451
  # supported. This change will only affect direct API consumers, and not
452
452
  # Cloud9 console users.
453
453
  #
@@ -456,22 +456,27 @@ module Aws::Cloud9
456
456
  #
457
457
  # <b>AMI aliases </b>
458
458
  #
459
- # * Amazon Linux (default): `amazonlinux-1-x86_64`
459
+ # * Amazon Linux: `amazonlinux-1-x86_64`
460
460
  #
461
461
  # * Amazon Linux 2: `amazonlinux-2-x86_64`
462
462
  #
463
+ # * Amazon Linux 2023 (recommended): `amazonlinux-2023-x86_64`
464
+ #
463
465
  # * Ubuntu 18.04: `ubuntu-18.04-x86_64`
464
466
  #
465
467
  # * Ubuntu 22.04: `ubuntu-22.04-x86_64`
466
468
  #
467
469
  # **SSM paths**
468
470
  #
469
- # * Amazon Linux (default):
471
+ # * Amazon Linux:
470
472
  # `resolve:ssm:/aws/service/cloud9/amis/amazonlinux-1-x86_64`
471
473
  #
472
474
  # * Amazon Linux 2:
473
475
  # `resolve:ssm:/aws/service/cloud9/amis/amazonlinux-2-x86_64`
474
476
  #
477
+ # * Amazon Linux 2023 (recommended):
478
+ # `resolve:ssm:/aws/service/cloud9/amis/amazonlinux-2023-x86_64`
479
+ #
475
480
  # * Ubuntu 18.04:
476
481
  # `resolve:ssm:/aws/service/cloud9/amis/ubuntu-18.04-x86_64`
477
482
  #
@@ -520,7 +525,7 @@ module Aws::Cloud9
520
525
  # name: "my-demo-environment",
521
526
  # automatic_stop_time_minutes: 60,
522
527
  # description: "This is my demonstration environment.",
523
- # image_id: "amazonlinux-2-x86_64",
528
+ # image_id: "amazonlinux-2023-x86_64",
524
529
  # instance_type: "t2.micro",
525
530
  # owner_arn: "arn:aws:iam::123456789012:user/MyDemoUser",
526
531
  # subnet_id: "subnet-6300cd1b",
@@ -539,7 +544,7 @@ module Aws::Cloud9
539
544
  # client_request_token: "ClientRequestToken",
540
545
  # instance_type: "InstanceType", # required
541
546
  # subnet_id: "SubnetId",
542
- # image_id: "ImageId",
547
+ # image_id: "ImageId", # required
543
548
  # automatic_stop_time_minutes: 1,
544
549
  # owner_arn: "UserArn",
545
550
  # tags: [
@@ -1266,7 +1271,7 @@ module Aws::Cloud9
1266
1271
  params: params,
1267
1272
  config: config)
1268
1273
  context[:gem_name] = 'aws-sdk-cloud9'
1269
- context[:gem_version] = '1.63.0'
1274
+ context[:gem_version] = '1.65.0'
1270
1275
  Seahorse::Client::Request.new(handlers, context)
1271
1276
  end
1272
1277
 
@@ -96,7 +96,7 @@ module Aws::Cloud9
96
96
  CreateEnvironmentEC2Request.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "clientRequestToken"))
97
97
  CreateEnvironmentEC2Request.add_member(:instance_type, Shapes::ShapeRef.new(shape: InstanceType, required: true, location_name: "instanceType"))
98
98
  CreateEnvironmentEC2Request.add_member(:subnet_id, Shapes::ShapeRef.new(shape: SubnetId, location_name: "subnetId"))
99
- CreateEnvironmentEC2Request.add_member(:image_id, Shapes::ShapeRef.new(shape: ImageId, location_name: "imageId"))
99
+ CreateEnvironmentEC2Request.add_member(:image_id, Shapes::ShapeRef.new(shape: ImageId, required: true, location_name: "imageId"))
100
100
  CreateEnvironmentEC2Request.add_member(:automatic_stop_time_minutes, Shapes::ShapeRef.new(shape: AutomaticStopTimeMinutes, location_name: "automaticStopTimeMinutes"))
101
101
  CreateEnvironmentEC2Request.add_member(:owner_arn, Shapes::ShapeRef.new(shape: UserArn, location_name: "ownerArn"))
102
102
  CreateEnvironmentEC2Request.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
@@ -78,31 +78,36 @@ module Aws::Cloud9
78
78
  # list of available image IDs for Cloud9. This is necessary as AL1
79
79
  # will reach the end of maintenance support in December 2023, and as a
80
80
  # result will no longer receive security updates. We recommend using
81
- # Amazon Linux 2 as the AMI to create your environment as it is fully
82
- # supported. This change will only affect direct API consumers, and
83
- # not Cloud9 console users.
81
+ # Amazon Linux 2023 as the AMI to create your environment as it is
82
+ # fully supported. This change will only affect direct API consumers,
83
+ # and not Cloud9 console users.
84
84
  #
85
85
  # Since Ubuntu 18.04 has ended standard support as of May 31, 2023, we
86
86
  # recommend you choose Ubuntu 22.04.
87
87
  #
88
88
  # <b>AMI aliases </b>
89
89
  #
90
- # * Amazon Linux (default): `amazonlinux-1-x86_64`
90
+ # * Amazon Linux: `amazonlinux-1-x86_64`
91
91
  #
92
92
  # * Amazon Linux 2: `amazonlinux-2-x86_64`
93
93
  #
94
+ # * Amazon Linux 2023 (recommended): `amazonlinux-2023-x86_64`
95
+ #
94
96
  # * Ubuntu 18.04: `ubuntu-18.04-x86_64`
95
97
  #
96
98
  # * Ubuntu 22.04: `ubuntu-22.04-x86_64`
97
99
  #
98
100
  # **SSM paths**
99
101
  #
100
- # * Amazon Linux (default):
102
+ # * Amazon Linux:
101
103
  # `resolve:ssm:/aws/service/cloud9/amis/amazonlinux-1-x86_64`
102
104
  #
103
105
  # * Amazon Linux 2:
104
106
  # `resolve:ssm:/aws/service/cloud9/amis/amazonlinux-2-x86_64`
105
107
  #
108
+ # * Amazon Linux 2023 (recommended):
109
+ # `resolve:ssm:/aws/service/cloud9/amis/amazonlinux-2023-x86_64`
110
+ #
106
111
  # * Ubuntu 18.04:
107
112
  # `resolve:ssm:/aws/service/cloud9/amis/ubuntu-18.04-x86_64`
108
113
  #
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-cloud9/customizations'
52
52
  # @!group service
53
53
  module Aws::Cloud9
54
54
 
55
- GEM_VERSION = '1.63.0'
55
+ GEM_VERSION = '1.65.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-cloud9
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.63.0
4
+ version: 1.65.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-11-28 00:00:00.000000000 Z
11
+ date: 2023-12-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core