aws-sdk-cloud9 1.34.0 → 1.35.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.rb +1 -1
- data/lib/aws-sdk-cloud9/client.rb +4 -5
- data/lib/aws-sdk-cloud9/types.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: e0ce10c036bbb40648dd3ad91a5ecb1c38daa33857f7a4c1521a5c5987d60145
|
|
4
|
+
data.tar.gz: a067c23efc1650038c0eb0ccb3fb947ffd99c438a4498864578296fe8a2a1560
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1c1d93ddf253edf3d5198acfb87417c4bd54a745088222d3395a53d6ed0a0106d006dea5d227a350c2a547d8d245244c165f1862b163cce30668d25b5f5ffc44
|
|
7
|
+
data.tar.gz: dab04e4a19b136cf221ba9ebbc8be3b8d5c69eafa5bcd7b14d6053d1667efa4455ebff7f40163da3ff639d4bea0fecf7869b4d6ab16beb4ce44673b7e2ee3313
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.35.0
|
data/lib/aws-sdk-cloud9.rb
CHANGED
|
@@ -664,8 +664,7 @@ module Aws::Cloud9
|
|
|
664
664
|
#
|
|
665
665
|
# @example Example: DescribeEnvironmentMemberships1
|
|
666
666
|
#
|
|
667
|
-
# # The following example gets information about all of the environment members for the specified
|
|
668
|
-
# # environment.
|
|
667
|
+
# # The following example gets information about all of the environment members for the specified development environment.
|
|
669
668
|
#
|
|
670
669
|
# resp = client.describe_environment_memberships({
|
|
671
670
|
# environment_id: "8d9967e2f0624182b74e7690ad69ebEX",
|
|
@@ -691,7 +690,7 @@ module Aws::Cloud9
|
|
|
691
690
|
#
|
|
692
691
|
# @example Example: DescribeEnvironmentMemberships2
|
|
693
692
|
#
|
|
694
|
-
# # The following example gets information about the owner of the specified
|
|
693
|
+
# # The following example gets information about the owner of the specified development environment.
|
|
695
694
|
#
|
|
696
695
|
# resp = client.describe_environment_memberships({
|
|
697
696
|
# environment_id: "8d9967e2f0624182b74e7690ad69ebEX",
|
|
@@ -714,7 +713,7 @@ module Aws::Cloud9
|
|
|
714
713
|
#
|
|
715
714
|
# @example Example: DescribeEnvironmentMemberships3
|
|
716
715
|
#
|
|
717
|
-
# # The following example gets
|
|
716
|
+
# # The following example gets development environment membership information for the specified user.
|
|
718
717
|
#
|
|
719
718
|
# resp = client.describe_environment_memberships({
|
|
720
719
|
# user_arn: "arn:aws:iam::123456789012:user/MyDemoUser",
|
|
@@ -1164,7 +1163,7 @@ module Aws::Cloud9
|
|
|
1164
1163
|
params: params,
|
|
1165
1164
|
config: config)
|
|
1166
1165
|
context[:gem_name] = 'aws-sdk-cloud9'
|
|
1167
|
-
context[:gem_version] = '1.
|
|
1166
|
+
context[:gem_version] = '1.35.0'
|
|
1168
1167
|
Seahorse::Client::Request.new(handlers, context)
|
|
1169
1168
|
end
|
|
1170
1169
|
|
data/lib/aws-sdk-cloud9/types.rb
CHANGED
|
@@ -712,7 +712,7 @@ module Aws::Cloud9
|
|
|
712
712
|
# development environment. There are two types of tags: *user tags* and
|
|
713
713
|
# *system tags*. A user tag is created by the user. A system tag is
|
|
714
714
|
# automatically created by Amazon Web Services services. A system tag is
|
|
715
|
-
# prefixed with "aws:" and cannot be modified by the user.
|
|
715
|
+
# prefixed with `"aws:"` and cannot be modified by the user.
|
|
716
716
|
#
|
|
717
717
|
# @note When making an API call, you may pass Tag
|
|
718
718
|
# data as a hash:
|
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.35.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: 2021-06-
|
|
11
|
+
date: 2021-06-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|