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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-cloud9/client.rb +9 -6
- data/lib/aws-sdk-cloud9/types.rb +7 -4
- data/lib/aws-sdk-cloud9.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f9e12695549da34bd350bfdf17b3dca9fd6e766ce0edf4552445a9992e3481c6
|
|
4
|
+
data.tar.gz: 4312b3d22bc531eff829bd335b1ae34f0dd0799de8b1f2263d93997af6816113
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6e441143a264f857503f7c45ac819b03944764953dfb75f6d0a18a8ae4850a86039bcabb9196d9498f7bc86ee886ee27d767181a0a14e3384f5343ce9948e0c5
|
|
7
|
+
data.tar.gz: 99ee63c56826468beff1d41a6ee40e0e882d504ad906e2b2c10eef49cd5e081996c3ccc99e2b0f5d2e83fd80b93dcfdff9d6a0e38fbc43569f08c6f3ee998c5d
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
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
|
|
420
|
-
# value in the request.
|
|
421
|
-
#
|
|
422
|
-
#
|
|
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
|
|
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.
|
|
1234
|
+
context[:gem_version] = '1.47.0'
|
|
1232
1235
|
Seahorse::Client::Request.new(handlers, context)
|
|
1233
1236
|
end
|
|
1234
1237
|
|
data/lib/aws-sdk-cloud9/types.rb
CHANGED
|
@@ -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
|
|
93
|
-
# a value in the request.
|
|
94
|
-
#
|
|
95
|
-
#
|
|
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
|
#
|
data/lib/aws-sdk-cloud9.rb
CHANGED
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.
|
|
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-
|
|
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
|