aws-sdk-cloud9 1.24.1 → 1.29.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: f74c6a4e734432faa27b4f48f469f86333de29a9ec33d9018b9a2eb5241fed11
4
- data.tar.gz: 33c4fa311059aa55e2428701c463e0bb485f9296a1067de5973990474313b2d8
3
+ metadata.gz: 45177e7fc63082f5e02e2857f8adf202dba515394eea22dcb48759580d15abcb
4
+ data.tar.gz: 741c8a856e0f64e352acea03b1d7a5837fe5cb1a00ed42c1a9b5b1cc56ca8f0c
5
5
  SHA512:
6
- metadata.gz: 74586037c28ab3dea2cd685b4e2ebabd91b0250693659a9abaa5da4da455589cf50c08e0a8eed40f797ff50c097c7272f6424ff93cfdf1592a653ae70c71b6a2
7
- data.tar.gz: 6761ef0e1ffc271b70a78b59d81ff3a107b9387a4d8f3d31e5e5b08e77de7fcf71dfc99c649114f45fbf81693a48ba725d052aa412679cabcc8e6cf0adb29358
6
+ metadata.gz: 92e31f29772c61440027423df540210b9ba6ede104923f96343c675a455cca7b209a1845b0f91e1934e0d87b7307c0dd390d0bc628be0615a344d972e83436eb
7
+ data.tar.gz: daf2865307d2cbbd82e1ee01bdf2245d2b0507b42c46634807d5da65d6c9ca3e0a689bbf91c1b2750597135391c8dbc2d9d07b2b497c263fa410b00b2d520c95
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -5,6 +7,7 @@
5
7
  #
6
8
  # WARNING ABOUT GENERATED CODE
7
9
 
10
+
8
11
  require 'aws-sdk-core'
9
12
  require 'aws-sigv4'
10
13
 
@@ -42,9 +45,9 @@ require_relative 'aws-sdk-cloud9/customizations'
42
45
  #
43
46
  # See {Errors} for more information.
44
47
  #
45
- # @service
48
+ # @!group service
46
49
  module Aws::Cloud9
47
50
 
48
- GEM_VERSION = '1.24.1'
51
+ GEM_VERSION = '1.29.0'
49
52
 
50
53
  end
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -83,13 +85,28 @@ module Aws::Cloud9
83
85
  # * `Aws::Credentials` - Used for configuring static, non-refreshing
84
86
  # credentials.
85
87
  #
88
+ # * `Aws::SharedCredentials` - Used for loading static credentials from a
89
+ # shared file, such as `~/.aws/config`.
90
+ #
91
+ # * `Aws::AssumeRoleCredentials` - Used when you need to assume a role.
92
+ #
93
+ # * `Aws::AssumeRoleWebIdentityCredentials` - Used when you need to
94
+ # assume a role after providing credentials via the web.
95
+ #
96
+ # * `Aws::SSOCredentials` - Used for loading credentials from AWS SSO using an
97
+ # access token generated from `aws login`.
98
+ #
99
+ # * `Aws::ProcessCredentials` - Used for loading credentials from a
100
+ # process that outputs to stdout.
101
+ #
86
102
  # * `Aws::InstanceProfileCredentials` - Used for loading credentials
87
103
  # from an EC2 IMDS on an EC2 instance.
88
104
  #
89
- # * `Aws::SharedCredentials` - Used for loading credentials from a
90
- # shared file, such as `~/.aws/config`.
105
+ # * `Aws::ECSCredentials` - Used for loading credentials from
106
+ # instances running in ECS.
91
107
  #
92
- # * `Aws::AssumeRoleCredentials` - Used when you need to assume a role.
108
+ # * `Aws::CognitoIdentityCredentials` - Used for loading credentials
109
+ # from the Cognito Identity service.
93
110
  #
94
111
  # When `:credentials` are not configured directly, the following
95
112
  # locations will be searched for credentials:
@@ -99,10 +116,10 @@ module Aws::Cloud9
99
116
  # * ENV['AWS_ACCESS_KEY_ID'], ENV['AWS_SECRET_ACCESS_KEY']
100
117
  # * `~/.aws/credentials`
101
118
  # * `~/.aws/config`
102
- # * EC2 IMDS instance profile - When used by default, the timeouts are
103
- # very aggressive. Construct and pass an instance of
104
- # `Aws::InstanceProfileCredentails` to enable retries and extended
105
- # timeouts.
119
+ # * EC2/ECS IMDS instance profile - When used by default, the timeouts
120
+ # are very aggressive. Construct and pass an instance of
121
+ # `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
122
+ # enable retries and extended timeouts.
106
123
  #
107
124
  # @option options [required, String] :region
108
125
  # The AWS region to connect to. The configured `:region` is
@@ -364,6 +381,9 @@ module Aws::Cloud9
364
381
  # An array of key-value pairs that will be associated with the new AWS
365
382
  # Cloud9 development environment.
366
383
  #
384
+ # @option params [String] :connection_type
385
+ # The connection type used for connecting to an Amazon EC2 environment.
386
+ #
367
387
  # @return [Types::CreateEnvironmentEC2Result] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
368
388
  #
369
389
  # * {Types::CreateEnvironmentEC2Result#environment_id #environment_id} => String
@@ -401,6 +421,7 @@ module Aws::Cloud9
401
421
  # value: "TagValue", # required
402
422
  # },
403
423
  # ],
424
+ # connection_type: "CONNECT_SSH", # accepts CONNECT_SSH, CONNECT_SSM
404
425
  # })
405
426
  #
406
427
  # @example Response structure
@@ -811,6 +832,7 @@ module Aws::Cloud9
811
832
  # resp.environments[0].name #=> String
812
833
  # resp.environments[0].description #=> String
813
834
  # resp.environments[0].type #=> String, one of "ssh", "ec2"
835
+ # resp.environments[0].connection_type #=> String, one of "CONNECT_SSH", "CONNECT_SSM"
814
836
  # resp.environments[0].arn #=> String
815
837
  # resp.environments[0].owner_arn #=> String
816
838
  # resp.environments[0].lifecycle.status #=> String, one of "CREATING", "CREATED", "CREATE_FAILED", "DELETING", "DELETE_FAILED"
@@ -1103,7 +1125,7 @@ module Aws::Cloud9
1103
1125
  params: params,
1104
1126
  config: config)
1105
1127
  context[:gem_name] = 'aws-sdk-cloud9'
1106
- context[:gem_version] = '1.24.1'
1128
+ context[:gem_version] = '1.29.0'
1107
1129
  Seahorse::Client::Request.new(handlers, context)
1108
1130
  end
1109
1131
 
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -15,7 +17,9 @@ module Aws::Cloud9
15
17
  BadRequestException = Shapes::StructureShape.new(name: 'BadRequestException')
16
18
  BoundedEnvironmentIdList = Shapes::ListShape.new(name: 'BoundedEnvironmentIdList')
17
19
  ClientRequestToken = Shapes::StringShape.new(name: 'ClientRequestToken')
20
+ ConcurrentAccessException = Shapes::StructureShape.new(name: 'ConcurrentAccessException')
18
21
  ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
22
+ ConnectionType = Shapes::StringShape.new(name: 'ConnectionType')
19
23
  CreateEnvironmentEC2Request = Shapes::StructureShape.new(name: 'CreateEnvironmentEC2Request')
20
24
  CreateEnvironmentEC2Result = Shapes::StructureShape.new(name: 'CreateEnvironmentEC2Result')
21
25
  CreateEnvironmentMembershipRequest = Shapes::StructureShape.new(name: 'CreateEnvironmentMembershipRequest')
@@ -79,6 +83,8 @@ module Aws::Cloud9
79
83
 
80
84
  BoundedEnvironmentIdList.member = Shapes::ShapeRef.new(shape: EnvironmentId)
81
85
 
86
+ ConcurrentAccessException.struct_class = Types::ConcurrentAccessException
87
+
82
88
  ConflictException.struct_class = Types::ConflictException
83
89
 
84
90
  CreateEnvironmentEC2Request.add_member(:name, Shapes::ShapeRef.new(shape: EnvironmentName, required: true, location_name: "name"))
@@ -89,6 +95,7 @@ module Aws::Cloud9
89
95
  CreateEnvironmentEC2Request.add_member(:automatic_stop_time_minutes, Shapes::ShapeRef.new(shape: AutomaticStopTimeMinutes, location_name: "automaticStopTimeMinutes"))
90
96
  CreateEnvironmentEC2Request.add_member(:owner_arn, Shapes::ShapeRef.new(shape: UserArn, location_name: "ownerArn"))
91
97
  CreateEnvironmentEC2Request.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
98
+ CreateEnvironmentEC2Request.add_member(:connection_type, Shapes::ShapeRef.new(shape: ConnectionType, location_name: "connectionType"))
92
99
  CreateEnvironmentEC2Request.struct_class = Types::CreateEnvironmentEC2Request
93
100
 
94
101
  CreateEnvironmentEC2Result.add_member(:environment_id, Shapes::ShapeRef.new(shape: EnvironmentId, location_name: "environmentId"))
@@ -141,6 +148,7 @@ module Aws::Cloud9
141
148
  Environment.add_member(:name, Shapes::ShapeRef.new(shape: EnvironmentName, location_name: "name"))
142
149
  Environment.add_member(:description, Shapes::ShapeRef.new(shape: EnvironmentDescription, location_name: "description"))
143
150
  Environment.add_member(:type, Shapes::ShapeRef.new(shape: EnvironmentType, location_name: "type"))
151
+ Environment.add_member(:connection_type, Shapes::ShapeRef.new(shape: ConnectionType, location_name: "connectionType"))
144
152
  Environment.add_member(:arn, Shapes::ShapeRef.new(shape: String, location_name: "arn"))
145
153
  Environment.add_member(:owner_arn, Shapes::ShapeRef.new(shape: String, location_name: "ownerArn"))
146
154
  Environment.add_member(:lifecycle, Shapes::ShapeRef.new(shape: EnvironmentLifecycle, location_name: "lifecycle"))
@@ -395,6 +403,7 @@ module Aws::Cloud9
395
403
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
396
404
  o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
397
405
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
406
+ o.errors << Shapes::ShapeRef.new(shape: ConcurrentAccessException)
398
407
  end)
399
408
 
400
409
  api.add_operation(:untag_resource, Seahorse::Model::Operation.new.tap do |o|
@@ -406,6 +415,7 @@ module Aws::Cloud9
406
415
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
407
416
  o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
408
417
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
418
+ o.errors << Shapes::ShapeRef.new(shape: ConcurrentAccessException)
409
419
  end)
410
420
 
411
421
  api.add_operation(:update_environment, Seahorse::Model::Operation.new.tap do |o|
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -26,6 +28,7 @@ module Aws::Cloud9
26
28
  #
27
29
  # ## Error Classes
28
30
  # * {BadRequestException}
31
+ # * {ConcurrentAccessException}
29
32
  # * {ConflictException}
30
33
  # * {ForbiddenException}
31
34
  # * {InternalServerErrorException}
@@ -49,6 +52,16 @@ module Aws::Cloud9
49
52
  end
50
53
  end
51
54
 
55
+ class ConcurrentAccessException < ServiceError
56
+
57
+ # @param [Seahorse::Client::RequestContext] context
58
+ # @param [String] message
59
+ # @param [Aws::Cloud9::Types::ConcurrentAccessException] data
60
+ def initialize(context, message, data = Aws::EmptyStructure.new)
61
+ super(context, message, data)
62
+ end
63
+ end
64
+
52
65
  class ConflictException < ServiceError
53
66
 
54
67
  # @param [Seahorse::Client::RequestContext] context
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -14,6 +16,12 @@ module Aws::Cloud9
14
16
  #
15
17
  class BadRequestException < Aws::EmptyStructure; end
16
18
 
19
+ # A concurrent access issue occurred.
20
+ #
21
+ # @see http://docs.aws.amazon.com/goto/WebAPI/cloud9-2017-09-23/ConcurrentAccessException AWS API Documentation
22
+ #
23
+ class ConcurrentAccessException < Aws::EmptyStructure; end
24
+
17
25
  # A conflict occurred.
18
26
  #
19
27
  # @see http://docs.aws.amazon.com/goto/WebAPI/cloud9-2017-09-23/ConflictException AWS API Documentation
@@ -37,6 +45,7 @@ module Aws::Cloud9
37
45
  # value: "TagValue", # required
38
46
  # },
39
47
  # ],
48
+ # connection_type: "CONNECT_SSH", # accepts CONNECT_SSH, CONNECT_SSM
40
49
  # }
41
50
  #
42
51
  # @!attribute [rw] name
@@ -87,6 +96,11 @@ module Aws::Cloud9
87
96
  # Cloud9 development environment.
88
97
  # @return [Array<Types::Tag>]
89
98
  #
99
+ # @!attribute [rw] connection_type
100
+ # The connection type used for connecting to an Amazon EC2
101
+ # environment.
102
+ # @return [String]
103
+ #
90
104
  # @see http://docs.aws.amazon.com/goto/WebAPI/cloud9-2017-09-23/CreateEnvironmentEC2Request AWS API Documentation
91
105
  #
92
106
  class CreateEnvironmentEC2Request < Struct.new(
@@ -97,7 +111,9 @@ module Aws::Cloud9
97
111
  :subnet_id,
98
112
  :automatic_stop_time_minutes,
99
113
  :owner_arn,
100
- :tags)
114
+ :tags,
115
+ :connection_type)
116
+ SENSITIVE = [:description]
101
117
  include Aws::Structure
102
118
  end
103
119
 
@@ -109,6 +125,7 @@ module Aws::Cloud9
109
125
  #
110
126
  class CreateEnvironmentEC2Result < Struct.new(
111
127
  :environment_id)
128
+ SENSITIVE = []
112
129
  include Aws::Structure
113
130
  end
114
131
 
@@ -146,6 +163,7 @@ module Aws::Cloud9
146
163
  :environment_id,
147
164
  :user_arn,
148
165
  :permissions)
166
+ SENSITIVE = []
149
167
  include Aws::Structure
150
168
  end
151
169
 
@@ -157,6 +175,7 @@ module Aws::Cloud9
157
175
  #
158
176
  class CreateEnvironmentMembershipResult < Struct.new(
159
177
  :membership)
178
+ SENSITIVE = []
160
179
  include Aws::Structure
161
180
  end
162
181
 
@@ -182,6 +201,7 @@ module Aws::Cloud9
182
201
  class DeleteEnvironmentMembershipRequest < Struct.new(
183
202
  :environment_id,
184
203
  :user_arn)
204
+ SENSITIVE = []
185
205
  include Aws::Structure
186
206
  end
187
207
 
@@ -204,6 +224,7 @@ module Aws::Cloud9
204
224
  #
205
225
  class DeleteEnvironmentRequest < Struct.new(
206
226
  :environment_id)
227
+ SENSITIVE = []
207
228
  include Aws::Structure
208
229
  end
209
230
 
@@ -269,6 +290,7 @@ module Aws::Cloud9
269
290
  :permissions,
270
291
  :next_token,
271
292
  :max_results)
293
+ SENSITIVE = []
272
294
  include Aws::Structure
273
295
  end
274
296
 
@@ -288,6 +310,7 @@ module Aws::Cloud9
288
310
  class DescribeEnvironmentMembershipsResult < Struct.new(
289
311
  :memberships,
290
312
  :next_token)
313
+ SENSITIVE = []
291
314
  include Aws::Structure
292
315
  end
293
316
 
@@ -306,6 +329,7 @@ module Aws::Cloud9
306
329
  #
307
330
  class DescribeEnvironmentStatusRequest < Struct.new(
308
331
  :environment_id)
332
+ SENSITIVE = []
309
333
  include Aws::Structure
310
334
  end
311
335
 
@@ -336,6 +360,7 @@ module Aws::Cloud9
336
360
  class DescribeEnvironmentStatusResult < Struct.new(
337
361
  :status,
338
362
  :message)
363
+ SENSITIVE = []
339
364
  include Aws::Structure
340
365
  end
341
366
 
@@ -354,6 +379,7 @@ module Aws::Cloud9
354
379
  #
355
380
  class DescribeEnvironmentsRequest < Struct.new(
356
381
  :environment_ids)
382
+ SENSITIVE = []
357
383
  include Aws::Structure
358
384
  end
359
385
 
@@ -365,6 +391,7 @@ module Aws::Cloud9
365
391
  #
366
392
  class DescribeEnvironmentsResult < Struct.new(
367
393
  :environments)
394
+ SENSITIVE = []
368
395
  include Aws::Structure
369
396
  end
370
397
 
@@ -391,6 +418,11 @@ module Aws::Cloud9
391
418
  # * `ssh`\: Your own server connects to the environment.
392
419
  # @return [String]
393
420
  #
421
+ # @!attribute [rw] connection_type
422
+ # The connection type used for connecting to an Amazon EC2
423
+ # environment.
424
+ # @return [String]
425
+ #
394
426
  # @!attribute [rw] arn
395
427
  # The Amazon Resource Name (ARN) of the environment.
396
428
  # @return [String]
@@ -410,9 +442,11 @@ module Aws::Cloud9
410
442
  :name,
411
443
  :description,
412
444
  :type,
445
+ :connection_type,
413
446
  :arn,
414
447
  :owner_arn,
415
448
  :lifecycle)
449
+ SENSITIVE = [:description]
416
450
  include Aws::Structure
417
451
  end
418
452
 
@@ -449,6 +483,7 @@ module Aws::Cloud9
449
483
  :status,
450
484
  :reason,
451
485
  :failure_resource)
486
+ SENSITIVE = []
452
487
  include Aws::Structure
453
488
  end
454
489
 
@@ -492,6 +527,7 @@ module Aws::Cloud9
492
527
  :user_arn,
493
528
  :environment_id,
494
529
  :last_access)
530
+ SENSITIVE = []
495
531
  include Aws::Structure
496
532
  end
497
533
 
@@ -540,6 +576,7 @@ module Aws::Cloud9
540
576
  class ListEnvironmentsRequest < Struct.new(
541
577
  :next_token,
542
578
  :max_results)
579
+ SENSITIVE = []
543
580
  include Aws::Structure
544
581
  end
545
582
 
@@ -559,6 +596,7 @@ module Aws::Cloud9
559
596
  class ListEnvironmentsResult < Struct.new(
560
597
  :next_token,
561
598
  :environment_ids)
599
+ SENSITIVE = []
562
600
  include Aws::Structure
563
601
  end
564
602
 
@@ -578,6 +616,7 @@ module Aws::Cloud9
578
616
  #
579
617
  class ListTagsForResourceRequest < Struct.new(
580
618
  :resource_arn)
619
+ SENSITIVE = []
581
620
  include Aws::Structure
582
621
  end
583
622
 
@@ -590,6 +629,7 @@ module Aws::Cloud9
590
629
  #
591
630
  class ListTagsForResourceResponse < Struct.new(
592
631
  :tags)
632
+ SENSITIVE = []
593
633
  include Aws::Structure
594
634
  end
595
635
 
@@ -627,6 +667,7 @@ module Aws::Cloud9
627
667
  class Tag < Struct.new(
628
668
  :key,
629
669
  :value)
670
+ SENSITIVE = []
630
671
  include Aws::Structure
631
672
  end
632
673
 
@@ -658,6 +699,7 @@ module Aws::Cloud9
658
699
  class TagResourceRequest < Struct.new(
659
700
  :resource_arn,
660
701
  :tags)
702
+ SENSITIVE = []
661
703
  include Aws::Structure
662
704
  end
663
705
 
@@ -694,6 +736,7 @@ module Aws::Cloud9
694
736
  class UntagResourceRequest < Struct.new(
695
737
  :resource_arn,
696
738
  :tag_keys)
739
+ SENSITIVE = []
697
740
  include Aws::Structure
698
741
  end
699
742
 
@@ -735,6 +778,7 @@ module Aws::Cloud9
735
778
  :environment_id,
736
779
  :user_arn,
737
780
  :permissions)
781
+ SENSITIVE = []
738
782
  include Aws::Structure
739
783
  end
740
784
 
@@ -747,6 +791,7 @@ module Aws::Cloud9
747
791
  #
748
792
  class UpdateEnvironmentMembershipResult < Struct.new(
749
793
  :membership)
794
+ SENSITIVE = []
750
795
  include Aws::Structure
751
796
  end
752
797
 
@@ -777,6 +822,7 @@ module Aws::Cloud9
777
822
  :environment_id,
778
823
  :name,
779
824
  :description)
825
+ SENSITIVE = [:description]
780
826
  include Aws::Structure
781
827
  end
782
828
 
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.24.1
4
+ version: 1.29.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: 2020-06-11 00:00:00.000000000 Z
11
+ date: 2020-09-30 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.99.0
22
+ version: 3.109.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.99.0
32
+ version: 3.109.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement