aws-sdk-cloud9 1.49.0 → 1.51.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-cloud9/client.rb +13 -8
- data/lib/aws-sdk-cloud9/endpoints.rb +1 -0
- data/lib/aws-sdk-cloud9/types.rb +24 -24
- data/lib/aws-sdk-cloud9.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: da72adc1d904796e1deb3de9143d90cd57036a318952bef0a449be497fdcd30b
|
4
|
+
data.tar.gz: af825e1901130ceae64664912dfd26a3da82f329b40dfa44e5099cfd8f99f9d0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c6b320ffae1bd8e01270dabe4993ed97ed66ef450d76998fd0555f27119d9e8f4ce3783f35145140b315fe16f840df93ea977ca0a3b2c45645e709e9c995a055
|
7
|
+
data.tar.gz: 123fb6c0ea3e57dec83a1688aefb7f3cb1a2986ea23dc2212afbba585d0ffde45265bc565f6cf7df576d47d16771a813330b288131e0898f9f2236bc8da5c449
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.51.0 (2023-06-15)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.50.0 (2023-05-31)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.49.0 (2023-01-18)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.51.0
|
@@ -275,6 +275,11 @@ module Aws::Cloud9
|
|
275
275
|
# in the future.
|
276
276
|
#
|
277
277
|
#
|
278
|
+
# @option options [String] :sdk_ua_app_id
|
279
|
+
# A unique and opaque application ID that is appended to the
|
280
|
+
# User-Agent header as app/<sdk_ua_app_id>. It should have a
|
281
|
+
# maximum length of 50.
|
282
|
+
#
|
278
283
|
# @option options [String] :secret_access_key
|
279
284
|
#
|
280
285
|
# @option options [String] :session_token
|
@@ -544,9 +549,9 @@ module Aws::Cloud9
|
|
544
549
|
# The type of environment member permissions you want to associate with
|
545
550
|
# this environment member. Available values include:
|
546
551
|
#
|
547
|
-
# * `read-only
|
552
|
+
# * `read-only`: Has read-only access to the environment.
|
548
553
|
#
|
549
|
-
# * `read-write
|
554
|
+
# * `read-write`: Has read-write access to the environment.
|
550
555
|
#
|
551
556
|
# @return [Types::CreateEnvironmentMembershipResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
552
557
|
#
|
@@ -684,11 +689,11 @@ module Aws::Cloud9
|
|
684
689
|
# The type of environment member permissions to get information about.
|
685
690
|
# Available values include:
|
686
691
|
#
|
687
|
-
# * `owner
|
692
|
+
# * `owner`: Owns the environment.
|
688
693
|
#
|
689
|
-
# * `read-only
|
694
|
+
# * `read-only`: Has read-only access to the environment.
|
690
695
|
#
|
691
|
-
# * `read-write
|
696
|
+
# * `read-write`: Has read-write access to the environment.
|
692
697
|
#
|
693
698
|
# If no value is specified, information about all environment members
|
694
699
|
# are returned.
|
@@ -1166,9 +1171,9 @@ module Aws::Cloud9
|
|
1166
1171
|
# The replacement type of environment member permissions you want to
|
1167
1172
|
# associate with this environment member. Available values include:
|
1168
1173
|
#
|
1169
|
-
# * `read-only
|
1174
|
+
# * `read-only`: Has read-only access to the environment.
|
1170
1175
|
#
|
1171
|
-
# * `read-write
|
1176
|
+
# * `read-write`: Has read-write access to the environment.
|
1172
1177
|
#
|
1173
1178
|
# @return [Types::UpdateEnvironmentMembershipResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1174
1179
|
#
|
@@ -1231,7 +1236,7 @@ module Aws::Cloud9
|
|
1231
1236
|
params: params,
|
1232
1237
|
config: config)
|
1233
1238
|
context[:gem_name] = 'aws-sdk-cloud9'
|
1234
|
-
context[:gem_version] = '1.
|
1239
|
+
context[:gem_version] = '1.51.0'
|
1235
1240
|
Seahorse::Client::Request.new(handlers, context)
|
1236
1241
|
end
|
1237
1242
|
|
data/lib/aws-sdk-cloud9/types.rb
CHANGED
@@ -176,9 +176,9 @@ module Aws::Cloud9
|
|
176
176
|
# The type of environment member permissions you want to associate
|
177
177
|
# with this environment member. Available values include:
|
178
178
|
#
|
179
|
-
# * `read-only
|
179
|
+
# * `read-only`: Has read-only access to the environment.
|
180
180
|
#
|
181
|
-
# * `read-write
|
181
|
+
# * `read-write`: Has read-write access to the environment.
|
182
182
|
# @return [String]
|
183
183
|
#
|
184
184
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloud9-2017-09-23/CreateEnvironmentMembershipRequest AWS API Documentation
|
@@ -256,11 +256,11 @@ module Aws::Cloud9
|
|
256
256
|
# The type of environment member permissions to get information about.
|
257
257
|
# Available values include:
|
258
258
|
#
|
259
|
-
# * `owner
|
259
|
+
# * `owner`: Owns the environment.
|
260
260
|
#
|
261
|
-
# * `read-only
|
261
|
+
# * `read-only`: Has read-only access to the environment.
|
262
262
|
#
|
263
|
-
# * `read-write
|
263
|
+
# * `read-write`: Has read-write access to the environment.
|
264
264
|
#
|
265
265
|
# If no value is specified, information about all environment members
|
266
266
|
# are returned.
|
@@ -327,19 +327,19 @@ module Aws::Cloud9
|
|
327
327
|
# @!attribute [rw] status
|
328
328
|
# The status of the environment. Available values include:
|
329
329
|
#
|
330
|
-
# * `connecting
|
330
|
+
# * `connecting`: The environment is connecting.
|
331
331
|
#
|
332
|
-
# * `creating
|
332
|
+
# * `creating`: The environment is being created.
|
333
333
|
#
|
334
|
-
# * `deleting
|
334
|
+
# * `deleting`: The environment is being deleted.
|
335
335
|
#
|
336
|
-
# * `error
|
336
|
+
# * `error`: The environment is in an error state.
|
337
337
|
#
|
338
|
-
# * `ready
|
338
|
+
# * `ready`: The environment is ready.
|
339
339
|
#
|
340
|
-
# * `stopped
|
340
|
+
# * `stopped`: The environment is stopped.
|
341
341
|
#
|
342
|
-
# * `stopping
|
342
|
+
# * `stopping`: The environment is stopping.
|
343
343
|
# @return [String]
|
344
344
|
#
|
345
345
|
# @!attribute [rw] message
|
@@ -396,10 +396,10 @@ module Aws::Cloud9
|
|
396
396
|
# @!attribute [rw] type
|
397
397
|
# The type of environment. Valid values include the following:
|
398
398
|
#
|
399
|
-
# * `ec2
|
399
|
+
# * `ec2`: An Amazon Elastic Compute Cloud (Amazon EC2) instance
|
400
400
|
# connects to the environment.
|
401
401
|
#
|
402
|
-
# * `ssh
|
402
|
+
# * `ssh`: Your own server connects to the environment.
|
403
403
|
# @return [String]
|
404
404
|
#
|
405
405
|
# @!attribute [rw] connection_type
|
@@ -466,15 +466,15 @@ module Aws::Cloud9
|
|
466
466
|
# @!attribute [rw] status
|
467
467
|
# The current creation or deletion lifecycle state of the environment.
|
468
468
|
#
|
469
|
-
# * `CREATING
|
469
|
+
# * `CREATING`: The environment is in the process of being created.
|
470
470
|
#
|
471
|
-
# * `CREATED
|
471
|
+
# * `CREATED`: The environment was successfully created.
|
472
472
|
#
|
473
|
-
# * `CREATE_FAILED
|
473
|
+
# * `CREATE_FAILED`: The environment failed to be created.
|
474
474
|
#
|
475
|
-
# * `DELETING
|
475
|
+
# * `DELETING`: The environment is in the process of being deleted.
|
476
476
|
#
|
477
|
-
# * `DELETE_FAILED
|
477
|
+
# * `DELETE_FAILED`: The environment failed to delete.
|
478
478
|
# @return [String]
|
479
479
|
#
|
480
480
|
# @!attribute [rw] reason
|
@@ -504,11 +504,11 @@ module Aws::Cloud9
|
|
504
504
|
# The type of environment member permissions associated with this
|
505
505
|
# environment member. Available values include:
|
506
506
|
#
|
507
|
-
# * `owner
|
507
|
+
# * `owner`: Owns the environment.
|
508
508
|
#
|
509
|
-
# * `read-only
|
509
|
+
# * `read-only`: Has read-only access to the environment.
|
510
510
|
#
|
511
|
-
# * `read-write
|
511
|
+
# * `read-write`: Has read-write access to the environment.
|
512
512
|
# @return [String]
|
513
513
|
#
|
514
514
|
# @!attribute [rw] user_id
|
@@ -722,9 +722,9 @@ module Aws::Cloud9
|
|
722
722
|
# The replacement type of environment member permissions you want to
|
723
723
|
# associate with this environment member. Available values include:
|
724
724
|
#
|
725
|
-
# * `read-only
|
725
|
+
# * `read-only`: Has read-only access to the environment.
|
726
726
|
#
|
727
|
-
# * `read-write
|
727
|
+
# * `read-write`: Has read-write access to the environment.
|
728
728
|
# @return [String]
|
729
729
|
#
|
730
730
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloud9-2017-09-23/UpdateEnvironmentMembershipRequest AWS API Documentation
|
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.51.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
|
+
date: 2023-06-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.174.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.174.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|