aws-sdk-cloud9 1.60.0 → 1.61.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 144e8dca4f5d21770ba879b448f50f2befaeb1098fae57f404b5c8008ec9a20f
4
- data.tar.gz: 4ab148a15fb9f085437eefb057cded065d49a3a18fea5469974461d260a02a3a
3
+ metadata.gz: c23e557ed813f4b6c1999691d81667ff139b6d57401573a62250a6f922c16ec1
4
+ data.tar.gz: 690d42c1022242e8cd1fac50acd0320ad48b85b1c25fb10fadd289eb5ade4711
5
5
  SHA512:
6
- metadata.gz: 995b4408fb28f3fc6927afdd345cbecc2fa84c29903fa1b1c50c049aade9123d4eb534c59c19bcb5a2d057e37bb0eb8f411ecfe6ff58760a842ad9eb6023da9f
7
- data.tar.gz: e9b5bdd41116214f255f8211ea2be2105af1251915022d8799151e6e4dbb7ab6b5cf6bbdbc40847977dd5ca7e72dc2347a4e870137dbea76d7d3e2b1fb6a74e5
6
+ metadata.gz: 67fb039096dd4e982889612608eeb697cbc9051824ed3137b30e5a3ec008ec305965649d9972fe319286eda445f499fc37fe6a42bb0bfa7fb2203a2adea3269e
7
+ data.tar.gz: eb938f4e966edb62dc595026fc5de8726d8e28594b41622be162d577da441b480604ad44f552a278a35f4c9aefd5519a0088195bf331872c40eb7c87b65fbba1
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.61.0 (2023-11-17)
5
+ ------------------
6
+
7
+ * Feature - A minor doc only update related to changing the date of an API change.
8
+
4
9
  1.60.0 (2023-10-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.60.0
1
+ 1.61.0
@@ -436,7 +436,7 @@ module Aws::Cloud9
436
436
  # specify a valid AMI alias or a valid Amazon EC2 Systems Manager (SSM)
437
437
  # path.
438
438
  #
439
- # From November 20, 2023, you will be required to include the `imageId`
439
+ # From December 04, 2023, you will be required to include the `imageId`
440
440
  # parameter for the `CreateEnvironmentEC2` action. This change will be
441
441
  # reflected across all direct methods of communicating with the API,
442
442
  # such as Amazon Web Services SDK, Amazon Web Services CLI and Amazon
@@ -456,7 +456,7 @@ module Aws::Cloud9
456
456
  #
457
457
  # <b>AMI aliases </b>
458
458
  #
459
- # * <b>Amazon Linux (default): <code>amazonlinux-1-x86_64</code> </b>
459
+ # * Amazon Linux (default): `amazonlinux-1-x86_64`
460
460
  #
461
461
  # * Amazon Linux 2: `amazonlinux-2-x86_64`
462
462
  #
@@ -466,9 +466,8 @@ module Aws::Cloud9
466
466
  #
467
467
  # **SSM paths**
468
468
  #
469
- # * <b>Amazon Linux (default):
470
- # <code>resolve:ssm:/aws/service/cloud9/amis/amazonlinux-1-x86_64</code>
471
- # </b>
469
+ # * Amazon Linux (default):
470
+ # `resolve:ssm:/aws/service/cloud9/amis/amazonlinux-1-x86_64`
472
471
  #
473
472
  # * Amazon Linux 2:
474
473
  # `resolve:ssm:/aws/service/cloud9/amis/amazonlinux-2-x86_64`
@@ -521,6 +520,7 @@ module Aws::Cloud9
521
520
  # name: "my-demo-environment",
522
521
  # automatic_stop_time_minutes: 60,
523
522
  # description: "This is my demonstration environment.",
523
+ # image_id: "amazonlinux-2-x86_64",
524
524
  # instance_type: "t2.micro",
525
525
  # owner_arn: "arn:aws:iam::123456789012:user/MyDemoUser",
526
526
  # subnet_id: "subnet-6300cd1b",
@@ -1266,7 +1266,7 @@ module Aws::Cloud9
1266
1266
  params: params,
1267
1267
  config: config)
1268
1268
  context[:gem_name] = 'aws-sdk-cloud9'
1269
- context[:gem_version] = '1.60.0'
1269
+ context[:gem_version] = '1.61.0'
1270
1270
  Seahorse::Client::Request.new(handlers, context)
1271
1271
  end
1272
1272
 
@@ -67,7 +67,7 @@ module Aws::Cloud9
67
67
  # specify a valid AMI alias or a valid Amazon EC2 Systems Manager
68
68
  # (SSM) path.
69
69
  #
70
- # From November 20, 2023, you will be required to include the
70
+ # From December 04, 2023, you will be required to include the
71
71
  # `imageId` parameter for the `CreateEnvironmentEC2` action. This
72
72
  # change will be reflected across all direct methods of communicating
73
73
  # with the API, such as Amazon Web Services SDK, Amazon Web Services
@@ -87,7 +87,7 @@ module Aws::Cloud9
87
87
  #
88
88
  # <b>AMI aliases </b>
89
89
  #
90
- # * <b>Amazon Linux (default): <code>amazonlinux-1-x86_64</code> </b>
90
+ # * Amazon Linux (default): `amazonlinux-1-x86_64`
91
91
  #
92
92
  # * Amazon Linux 2: `amazonlinux-2-x86_64`
93
93
  #
@@ -97,9 +97,8 @@ module Aws::Cloud9
97
97
  #
98
98
  # **SSM paths**
99
99
  #
100
- # * <b>Amazon Linux (default):
101
- # <code>resolve:ssm:/aws/service/cloud9/amis/amazonlinux-1-x86_64</code>
102
- # </b>
100
+ # * Amazon Linux (default):
101
+ # `resolve:ssm:/aws/service/cloud9/amis/amazonlinux-1-x86_64`
103
102
  #
104
103
  # * Amazon Linux 2:
105
104
  # `resolve:ssm:/aws/service/cloud9/amis/amazonlinux-2-x86_64`
@@ -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.60.0'
55
+ GEM_VERSION = '1.61.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.60.0
4
+ version: 1.61.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-10-18 00:00:00.000000000 Z
11
+ date: 2023-11-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core