aws-sdk-cloud9 1.46.0 → 1.47.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: 5bc76624a56e7b46abc2261e6d25d58aad3df93f58f87a5a3f088a849296cd0a
4
- data.tar.gz: 87d8b98c92087be1ea13dbc5527f07ab56b5898d4ab68d43e676a832237df0b8
3
+ metadata.gz: f9e12695549da34bd350bfdf17b3dca9fd6e766ce0edf4552445a9992e3481c6
4
+ data.tar.gz: 4312b3d22bc531eff829bd335b1ae34f0dd0799de8b1f2263d93997af6816113
5
5
  SHA512:
6
- metadata.gz: 404cbf07dbd86530bbe8a95d1f358e07ae6fd1b9f8d95f9f0cc3de20482798895008cc1d534704f77a76f4c327e8c2c2d4df3d4f7665b79eca357cabd1fc73e1
7
- data.tar.gz: 0701bdeba034f7a9ad604a8cbd7826e57e833f7137ee51ebd48cf7cb57ecaddf549ee14b89ecb57fa54ec776b624ad6202702adb394f48b0a72d29528b9eecfc
6
+ metadata.gz: 6e441143a264f857503f7c45ac819b03944764953dfb75f6d0a18a8ae4850a86039bcabb9196d9498f7bc86ee886ee27d767181a0a14e3384f5343ce9948e0c5
7
+ data.tar.gz: 99ee63c56826468beff1d41a6ee40e0e882d504ad906e2b2c10eef49cd5e081996c3ccc99e2b0f5d2e83fd80b93dcfdff9d6a0e38fbc43569f08c6f3ee998c5d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.47.0 (2022-10-28)
5
+ ------------------
6
+
7
+ * Feature - Update to the documentation section of the Cloud9 API Reference guide.
8
+
4
9
  1.46.0 (2022-10-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.46.0
1
+ 1.47.0
@@ -416,10 +416,13 @@ module Aws::Cloud9
416
416
  # specify a valid AMI alias or a valid Amazon EC2 Systems Manager (SSM)
417
417
  # path.
418
418
  #
419
- # The default AMI is used if the parameter isn't explicitly assigned a
420
- # value in the request. Because Amazon Linux AMI has ended standard
421
- # support as of December 31, 2020, we recommend you choose Amazon Linux
422
- # 2, which includes long term support through 2023.
419
+ # The default Amazon Linux AMI is currently used if the parameter isn't
420
+ # explicitly assigned a value in the request.
421
+ #
422
+ # In the future the parameter for Amazon Linux will no longer be
423
+ # available when you specify an AMI for your instance. Amazon Linux 2
424
+ # will then become the default AMI, which is used to launch your
425
+ # instance if no parameter is explicitly defined.
423
426
  #
424
427
  # <b>AMI aliases </b>
425
428
  #
@@ -627,7 +630,7 @@ module Aws::Cloud9
627
630
  req.send_request(options)
628
631
  end
629
632
 
630
- # Deletes an environment member from an Cloud9 development environment.
633
+ # Deletes an environment member from a development environment.
631
634
  #
632
635
  # @option params [required, String] :environment_id
633
636
  # The ID of the environment to delete the environment member from.
@@ -1228,7 +1231,7 @@ module Aws::Cloud9
1228
1231
  params: params,
1229
1232
  config: config)
1230
1233
  context[:gem_name] = 'aws-sdk-cloud9'
1231
- context[:gem_version] = '1.46.0'
1234
+ context[:gem_version] = '1.47.0'
1232
1235
  Seahorse::Client::Request.new(handlers, context)
1233
1236
  end
1234
1237
 
@@ -89,10 +89,13 @@ module Aws::Cloud9
89
89
  # specify a valid AMI alias or a valid Amazon EC2 Systems Manager
90
90
  # (SSM) path.
91
91
  #
92
- # The default AMI is used if the parameter isn't explicitly assigned
93
- # a value in the request. Because Amazon Linux AMI has ended standard
94
- # support as of December 31, 2020, we recommend you choose Amazon
95
- # Linux 2, which includes long term support through 2023.
92
+ # The default Amazon Linux AMI is currently used if the parameter
93
+ # isn't explicitly assigned a value in the request.
94
+ #
95
+ # In the future the parameter for Amazon Linux will no longer be
96
+ # available when you specify an AMI for your instance. Amazon Linux 2
97
+ # will then become the default AMI, which is used to launch your
98
+ # instance if no parameter is explicitly defined.
96
99
  #
97
100
  # <b>AMI aliases </b>
98
101
  #
@@ -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.46.0'
55
+ GEM_VERSION = '1.47.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.46.0
4
+ version: 1.47.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: 2022-10-25 00:00:00.000000000 Z
11
+ date: 2022-10-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core