aws-sdk-cloud9 1.49.0 → 1.50.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: 2f9a604f5d70d799999450004a729dc896e2b556097a4cf5e61d7ab1991dc693
4
- data.tar.gz: dad82fa8399129c55a4d6b812f347649503aedcfb4803513b46fde27ce1d9429
3
+ metadata.gz: b37ea5a6cc0ee7d0b6220d8dfc81b4bcdd94f5e3cac7b6a29db97853af4cafc9
4
+ data.tar.gz: 28f28934b3a3be395e5944cec31a2556dbc17a4a0a5f913d37293afba636d69c
5
5
  SHA512:
6
- metadata.gz: 7076de66da2d92bcd0136d646cc55ae5f36efe9f16d78a24b509938c8c6f84b874a9def93873cb69a8c51835915c3910a736cc949d22ca2272b8ef43fbdbdbc8
7
- data.tar.gz: e4e9e64e1ce19473dc6e9d0e5a1d01a3e10d411c58cd44a5886fcc8e9bbba7b9d11a2ee6aa7dcfe89b0cbb1a610e3fc1b6cfdd1cbd42bd15892f611c49f937ca
6
+ metadata.gz: 73d670a538bad3fc3af37343994f822f99c9b09b378840981362b4e6dc0801a1acf0a4965e116bcd574173cd8cdb68ec5b5105d96fa756de61c13d10121aadf9
7
+ data.tar.gz: d9c13f35b1061fe7544c940caac3c5b93e44d0d5ef1b1ee5234c1ef029ab8b45b1f0b4a1bbf71657c9b72905564837bb708d663501e0b2d8791d55e32bd82af1
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.50.0 (2023-05-31)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.49.0 (2023-01-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.49.0
1
+ 1.50.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`\: Has read-only access to the environment.
552
+ # * `read-only`: Has read-only access to the environment.
548
553
  #
549
- # * `read-write`\: Has read-write access to the environment.
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`\: Owns the environment.
692
+ # * `owner`: Owns the environment.
688
693
  #
689
- # * `read-only`\: Has read-only access to the environment.
694
+ # * `read-only`: Has read-only access to the environment.
690
695
  #
691
- # * `read-write`\: Has read-write access to the environment.
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`\: Has read-only access to the environment.
1174
+ # * `read-only`: Has read-only access to the environment.
1170
1175
  #
1171
- # * `read-write`\: Has read-write access to the environment.
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.49.0'
1239
+ context[:gem_version] = '1.50.0'
1235
1240
  Seahorse::Client::Request.new(handlers, context)
1236
1241
  end
1237
1242
 
@@ -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`\: Has read-only access to the environment.
179
+ # * `read-only`: Has read-only access to the environment.
180
180
  #
181
- # * `read-write`\: Has read-write access to the environment.
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`\: Owns the environment.
259
+ # * `owner`: Owns the environment.
260
260
  #
261
- # * `read-only`\: Has read-only access to the environment.
261
+ # * `read-only`: Has read-only access to the environment.
262
262
  #
263
- # * `read-write`\: Has read-write access to the environment.
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`\: The environment is connecting.
330
+ # * `connecting`: The environment is connecting.
331
331
  #
332
- # * `creating`\: The environment is being created.
332
+ # * `creating`: The environment is being created.
333
333
  #
334
- # * `deleting`\: The environment is being deleted.
334
+ # * `deleting`: The environment is being deleted.
335
335
  #
336
- # * `error`\: The environment is in an error state.
336
+ # * `error`: The environment is in an error state.
337
337
  #
338
- # * `ready`\: The environment is ready.
338
+ # * `ready`: The environment is ready.
339
339
  #
340
- # * `stopped`\: The environment is stopped.
340
+ # * `stopped`: The environment is stopped.
341
341
  #
342
- # * `stopping`\: The environment is 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`\: An Amazon Elastic Compute Cloud (Amazon EC2) instance
399
+ # * `ec2`: An Amazon Elastic Compute Cloud (Amazon EC2) instance
400
400
  # connects to the environment.
401
401
  #
402
- # * `ssh`\: Your own server connects to the environment.
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`\: The environment is in the process of being created.
469
+ # * `CREATING`: The environment is in the process of being created.
470
470
  #
471
- # * `CREATED`\: The environment was successfully created.
471
+ # * `CREATED`: The environment was successfully created.
472
472
  #
473
- # * `CREATE_FAILED`\: The environment failed to be created.
473
+ # * `CREATE_FAILED`: The environment failed to be created.
474
474
  #
475
- # * `DELETING`\: The environment is in the process of being deleted.
475
+ # * `DELETING`: The environment is in the process of being deleted.
476
476
  #
477
- # * `DELETE_FAILED`\: The environment failed to delete.
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`\: Owns the environment.
507
+ # * `owner`: Owns the environment.
508
508
  #
509
- # * `read-only`\: Has read-only access to the environment.
509
+ # * `read-only`: Has read-only access to the environment.
510
510
  #
511
- # * `read-write`\: Has read-write access to the environment.
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`\: Has read-only access to the environment.
725
+ # * `read-only`: Has read-only access to the environment.
726
726
  #
727
- # * `read-write`\: Has read-write access to the environment.
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
@@ -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.49.0'
55
+ GEM_VERSION = '1.50.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.49.0
4
+ version: 1.50.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-01-18 00:00:00.000000000 Z
11
+ date: 2023-05-31 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.165.0
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.165.0
32
+ version: 3.174.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement