aws-sdk-cloud9 1.32.0 → 1.33.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: 81cb16b809da41b1719a0d15043635a69707754231a59a76c9670bdb5ef714a9
4
- data.tar.gz: 05e0442497345ce91fa9f37701b9e1b3c2d83740277a17025f7927818ae23ee0
3
+ metadata.gz: 9276c7c4abb3189d9bdd882c7079ef0550fa4efcb02199b0740bfea1af0b9c94
4
+ data.tar.gz: 9cde9bf44709649ca52e7fedd5910b4105e118d2a02b01cb65044a410212d132
5
5
  SHA512:
6
- metadata.gz: 1278ab5977b096a92ed257d6795d783a8a88ae2f34e9968cd8a7aacca0a8ab5f35d098295405d09049dad152cdab8bc71976df740daaa2b225ac3c1fc30f5830
7
- data.tar.gz: 7f99c8ea2fa25ab1a0412c005bce9ac663f13a0b76f295f851f0d20a8a4a9abee0ad8ccc10968bfdce49d0cbfad00e2225950e988a0419d7dad05e32f39f506f
6
+ metadata.gz: 7eb72db48189cae066f1b8c19de01aff0fdde21039f93500d8d4f321e51132659a02e974554a9d6b1237973ce2e0d557ade0eac052d83e40dfaff215e1445fc8
7
+ data.tar.gz: 2fed904a72f5181b4b07e44a478a5105e4253e2efefaeef0dba6334be70203096fc34c44fd86cdb4e30c62046e30ab51a3f2de95ba86216a4c2cf2eabcf82a46
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.33.0 (2021-04-06)
5
+ ------------------
6
+
7
+ * Feature - Documentation updates for Cloud9
8
+
4
9
  1.32.0 (2021-03-31)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.32.0
1
+ 1.33.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.32.0'
51
+ GEM_VERSION = '1.33.0'
52
52
 
53
53
  end
@@ -370,30 +370,32 @@ module Aws::Cloud9
370
370
  #
371
371
  # @option params [String] :image_id
372
372
  # The identifier for the Amazon Machine Image (AMI) that's used to
373
- # create the EC2 instance. You can specify the AMI for the instance
374
- # using an AMI alias or an AWS Systems Manager (SSM) path. The default
375
- # AMI is used if the parameter isn't explicitly assigned a value in the
376
- # request.
373
+ # create the EC2 instance. To choose an AMI for the instance, you must
374
+ # specify a valid AMI alias or a valid AWS Systems Manager (SSM) path.
375
+ #
376
+ # The default AMI is used if the parameter isn't explicitly assigned a
377
+ # value in the request.
377
378
  #
378
379
  # <b>AMI aliases </b>
379
380
  #
381
+ # * <b>Amazon Linux (default): <code>amazonlinux-1-x86_64</code> </b>
382
+ #
380
383
  # * Amazon Linux 2: `amazonlinux-2-x86_64`
381
384
  #
382
385
  # * Ubuntu 18.04: `ubuntu-18.04-x86_64`
383
386
  #
384
- # * Amazon Linux (default): `amazonlinux-1-x86_64`
385
- #
386
387
  # **SSM paths**
387
388
  #
389
+ # * <b>Amazon Linux (default):
390
+ # <code>resolve:ssm:/aws/service/cloud9/amis/amazonlinux-1-x86_64</code>
391
+ # </b>
392
+ #
388
393
  # * Amazon Linux 2:
389
394
  # `resolve:ssm:/aws/service/cloud9/amis/amazonlinux-2-x86_64`
390
395
  #
391
396
  # * Ubuntu 18.04:
392
397
  # `resolve:ssm:/aws/service/cloud9/amis/ubuntu-18.04-x86_64`
393
398
  #
394
- # * Amazon Linux (default):
395
- # `resolve:ssm:/aws/service/cloud9/amis/amazonlinux-1-x86_64`
396
- #
397
399
  # @option params [Integer] :automatic_stop_time_minutes
398
400
  # The number of minutes until the running instance is shut down after
399
401
  # the environment has last been used.
@@ -1162,7 +1164,7 @@ module Aws::Cloud9
1162
1164
  params: params,
1163
1165
  config: config)
1164
1166
  context[:gem_name] = 'aws-sdk-cloud9'
1165
- context[:gem_version] = '1.32.0'
1167
+ context[:gem_version] = '1.33.0'
1166
1168
  Seahorse::Client::Request.new(handlers, context)
1167
1169
  end
1168
1170
 
@@ -83,29 +83,31 @@ module Aws::Cloud9
83
83
  #
84
84
  # @!attribute [rw] image_id
85
85
  # The identifier for the Amazon Machine Image (AMI) that's used to
86
- # create the EC2 instance. You can specify the AMI for the instance
87
- # using an AMI alias or an AWS Systems Manager (SSM) path. The default
88
- # AMI is used if the parameter isn't explicitly assigned a value in
89
- # the request.
86
+ # create the EC2 instance. To choose an AMI for the instance, you must
87
+ # specify a valid AMI alias or a valid AWS Systems Manager (SSM) path.
88
+ #
89
+ # The default AMI is used if the parameter isn't explicitly assigned
90
+ # a value in the request.
90
91
  #
91
92
  # <b>AMI aliases </b>
92
93
  #
94
+ # * <b>Amazon Linux (default): <code>amazonlinux-1-x86_64</code> </b>
95
+ #
93
96
  # * Amazon Linux 2: `amazonlinux-2-x86_64`
94
97
  #
95
98
  # * Ubuntu 18.04: `ubuntu-18.04-x86_64`
96
99
  #
97
- # * Amazon Linux (default): `amazonlinux-1-x86_64`
98
- #
99
100
  # **SSM paths**
100
101
  #
102
+ # * <b>Amazon Linux (default):
103
+ # <code>resolve:ssm:/aws/service/cloud9/amis/amazonlinux-1-x86_64</code>
104
+ # </b>
105
+ #
101
106
  # * Amazon Linux 2:
102
107
  # `resolve:ssm:/aws/service/cloud9/amis/amazonlinux-2-x86_64`
103
108
  #
104
109
  # * Ubuntu 18.04:
105
110
  # `resolve:ssm:/aws/service/cloud9/amis/ubuntu-18.04-x86_64`
106
- #
107
- # * Amazon Linux (default):
108
- # `resolve:ssm:/aws/service/cloud9/amis/amazonlinux-1-x86_64`
109
111
  # @return [String]
110
112
  #
111
113
  # @!attribute [rw] automatic_stop_time_minutes
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.32.0
4
+ version: 1.33.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-03-31 00:00:00.000000000 Z
11
+ date: 2021-04-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core