aws-sdk-cloud9 1.34.0 → 1.35.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d8c0d6c8d22698a1897f9ef9df600e1eaab3ab140422e7fa7431ff107dffc33e
4
- data.tar.gz: 88c099aa746a15d2aceb87eee0ee6aa94122ef0913e90ca982d809fb3ebcb6a6
3
+ metadata.gz: e0ce10c036bbb40648dd3ad91a5ecb1c38daa33857f7a4c1521a5c5987d60145
4
+ data.tar.gz: a067c23efc1650038c0eb0ccb3fb947ffd99c438a4498864578296fe8a2a1560
5
5
  SHA512:
6
- metadata.gz: 9bed4e8b9b27f2cb720089af11c44a58bf813a213f94ce911127be05a68c87a8935d76f1248389a1780e258d03a43589451b73d8e4dcea52ccc00f6b4d6c15f3
7
- data.tar.gz: 725e5f69246d6387d92c31acaac257cd8f732f1daa2029c46811632dc92a555f04a7e31aebe57170330e01e3c8beb7dba1b6148ddc8972d07c2d53efc289d48f
6
+ metadata.gz: 1c1d93ddf253edf3d5198acfb87417c4bd54a745088222d3395a53d6ed0a0106d006dea5d227a350c2a547d8d245244c165f1862b163cce30668d25b5f5ffc44
7
+ data.tar.gz: dab04e4a19b136cf221ba9ebbc8be3b8d5c69eafa5bcd7b14d6053d1667efa4455ebff7f40163da3ff639d4bea0fecf7869b4d6ab16beb4ce44673b7e2ee3313
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.35.0 (2021-06-24)
5
+ ------------------
6
+
7
+ * Feature - Minor update to AWS Cloud9 documentation to allow correct parsing of outputted text
8
+
4
9
  1.34.0 (2021-06-23)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.34.0
1
+ 1.35.0
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-cloud9/customizations'
48
48
  # @!group service
49
49
  module Aws::Cloud9
50
50
 
51
- GEM_VERSION = '1.34.0'
51
+ GEM_VERSION = '1.35.0'
52
52
 
53
53
  end
@@ -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 &AWS; Cloud9 development
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 &AWS; Cloud9 development environment.
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 &AWS; Cloud9 development environment membership information for the specified user.
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.34.0'
1166
+ context[:gem_version] = '1.35.0'
1168
1167
  Seahorse::Client::Request.new(handlers, context)
1169
1168
  end
1170
1169
 
@@ -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.34.0
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-23 00:00:00.000000000 Z
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