aws-sdk-cloud9 1.48.0 → 1.50.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +13 -1
- data/VERSION +1 -1
- data/lib/aws-sdk-cloud9/client.rb +13 -8
- data/lib/aws-sdk-cloud9/endpoint_provider.rb +35 -94
- data/lib/aws-sdk-cloud9/types.rb +24 -24
- data/lib/aws-sdk-cloud9.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b37ea5a6cc0ee7d0b6220d8dfc81b4bcdd94f5e3cac7b6a29db97853af4cafc9
|
4
|
+
data.tar.gz: 28f28934b3a3be395e5944cec31a2556dbc17a4a0a5f913d37293afba636d69c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 73d670a538bad3fc3af37343994f822f99c9b09b378840981362b4e6dc0801a1acf0a4965e116bcd574173cd8cdb68ec5b5105d96fa756de61c13d10121aadf9
|
7
|
+
data.tar.gz: d9c13f35b1061fe7544c940caac3c5b93e44d0d5ef1b1ee5234c1ef029ab8b45b1f0b4a1bbf71657c9b72905564837bb708d663501e0b2d8791d55e32bd82af1
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,18 @@
|
|
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
|
+
|
9
|
+
1.49.0 (2023-01-18)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
14
|
+
* Issue - Replace runtime endpoint resolution approach with generated ruby code.
|
15
|
+
|
4
16
|
1.48.0 (2023-01-17)
|
5
17
|
------------------
|
6
18
|
|
@@ -250,4 +262,4 @@ Unreleased Changes
|
|
250
262
|
1.0.0 (2017-11-30)
|
251
263
|
------------------
|
252
264
|
|
253
|
-
* Feature - Initial release of `aws-sdk-cloud9`.
|
265
|
+
* Feature - Initial release of `aws-sdk-cloud9`.
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
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
|
552
|
+
# * `read-only`: Has read-only access to the environment.
|
548
553
|
#
|
549
|
-
# * `read-write
|
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
|
692
|
+
# * `owner`: Owns the environment.
|
688
693
|
#
|
689
|
-
# * `read-only
|
694
|
+
# * `read-only`: Has read-only access to the environment.
|
690
695
|
#
|
691
|
-
# * `read-write
|
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
|
1174
|
+
# * `read-only`: Has read-only access to the environment.
|
1170
1175
|
#
|
1171
|
-
# * `read-write
|
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.
|
1239
|
+
context[:gem_version] = '1.50.0'
|
1235
1240
|
Seahorse::Client::Request.new(handlers, context)
|
1236
1241
|
end
|
1237
1242
|
|
@@ -9,102 +9,43 @@
|
|
9
9
|
|
10
10
|
module Aws::Cloud9
|
11
11
|
class EndpointProvider
|
12
|
-
def
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
12
|
+
def resolve_endpoint(parameters)
|
13
|
+
region = parameters.region
|
14
|
+
use_dual_stack = parameters.use_dual_stack
|
15
|
+
use_fips = parameters.use_fips
|
16
|
+
endpoint = parameters.endpoint
|
17
|
+
if (partition_result = Aws::Endpoints::Matchers.aws_partition(region))
|
18
|
+
if Aws::Endpoints::Matchers.set?(endpoint)
|
19
|
+
if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
|
20
|
+
raise ArgumentError, "Invalid Configuration: FIPS and custom endpoint are not supported"
|
21
|
+
end
|
22
|
+
if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
|
23
|
+
raise ArgumentError, "Invalid Configuration: Dualstack and custom endpoint are not supported"
|
24
|
+
end
|
25
|
+
return Aws::Endpoints::Endpoint.new(url: endpoint, headers: {}, properties: {})
|
26
|
+
end
|
27
|
+
if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true) && Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
|
28
|
+
if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS")) && Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
|
29
|
+
return Aws::Endpoints::Endpoint.new(url: "https://cloud9-fips.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
|
30
|
+
end
|
31
|
+
raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
|
32
|
+
end
|
33
|
+
if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
|
34
|
+
if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
|
35
|
+
return Aws::Endpoints::Endpoint.new(url: "https://cloud9-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
|
36
|
+
end
|
37
|
+
raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
|
38
|
+
end
|
39
|
+
if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
|
40
|
+
if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
|
41
|
+
return Aws::Endpoints::Endpoint.new(url: "https://cloud9.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
|
42
|
+
end
|
43
|
+
raise ArgumentError, "DualStack is enabled but this partition does not support DualStack"
|
44
|
+
end
|
45
|
+
return Aws::Endpoints::Endpoint.new(url: "https://cloud9.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
|
21
46
|
end
|
22
|
-
|
23
|
-
end
|
47
|
+
raise ArgumentError, 'No endpoint could be resolved'
|
24
48
|
|
25
|
-
def resolve_endpoint(parameters)
|
26
|
-
@provider.resolve_endpoint(parameters)
|
27
49
|
end
|
28
|
-
|
29
|
-
# @api private
|
30
|
-
RULES = <<-JSON
|
31
|
-
eyJ2ZXJzaW9uIjoiMS4wIiwicGFyYW1ldGVycyI6eyJSZWdpb24iOnsiYnVp
|
32
|
-
bHRJbiI6IkFXUzo6UmVnaW9uIiwicmVxdWlyZWQiOnRydWUsImRvY3VtZW50
|
33
|
-
YXRpb24iOiJUaGUgQVdTIHJlZ2lvbiB1c2VkIHRvIGRpc3BhdGNoIHRoZSBy
|
34
|
-
ZXF1ZXN0LiIsInR5cGUiOiJTdHJpbmcifSwiVXNlRHVhbFN0YWNrIjp7ImJ1
|
35
|
-
aWx0SW4iOiJBV1M6OlVzZUR1YWxTdGFjayIsInJlcXVpcmVkIjp0cnVlLCJk
|
36
|
-
ZWZhdWx0IjpmYWxzZSwiZG9jdW1lbnRhdGlvbiI6IldoZW4gdHJ1ZSwgdXNl
|
37
|
-
IHRoZSBkdWFsLXN0YWNrIGVuZHBvaW50LiBJZiB0aGUgY29uZmlndXJlZCBl
|
38
|
-
bmRwb2ludCBkb2VzIG5vdCBzdXBwb3J0IGR1YWwtc3RhY2ssIGRpc3BhdGNo
|
39
|
-
aW5nIHRoZSByZXF1ZXN0IE1BWSByZXR1cm4gYW4gZXJyb3IuIiwidHlwZSI6
|
40
|
-
IkJvb2xlYW4ifSwiVXNlRklQUyI6eyJidWlsdEluIjoiQVdTOjpVc2VGSVBT
|
41
|
-
IiwicmVxdWlyZWQiOnRydWUsImRlZmF1bHQiOmZhbHNlLCJkb2N1bWVudGF0
|
42
|
-
aW9uIjoiV2hlbiB0cnVlLCBzZW5kIHRoaXMgcmVxdWVzdCB0byB0aGUgRklQ
|
43
|
-
Uy1jb21wbGlhbnQgcmVnaW9uYWwgZW5kcG9pbnQuIElmIHRoZSBjb25maWd1
|
44
|
-
cmVkIGVuZHBvaW50IGRvZXMgbm90IGhhdmUgYSBGSVBTIGNvbXBsaWFudCBl
|
45
|
-
bmRwb2ludCwgZGlzcGF0Y2hpbmcgdGhlIHJlcXVlc3Qgd2lsbCByZXR1cm4g
|
46
|
-
YW4gZXJyb3IuIiwidHlwZSI6IkJvb2xlYW4ifSwiRW5kcG9pbnQiOnsiYnVp
|
47
|
-
bHRJbiI6IlNESzo6RW5kcG9pbnQiLCJyZXF1aXJlZCI6ZmFsc2UsImRvY3Vt
|
48
|
-
ZW50YXRpb24iOiJPdmVycmlkZSB0aGUgZW5kcG9pbnQgdXNlZCB0byBzZW5k
|
49
|
-
IHRoaXMgcmVxdWVzdCIsInR5cGUiOiJTdHJpbmcifX0sInJ1bGVzIjpbeyJj
|
50
|
-
b25kaXRpb25zIjpbeyJmbiI6ImF3cy5wYXJ0aXRpb24iLCJhcmd2IjpbeyJy
|
51
|
-
ZWYiOiJSZWdpb24ifV0sImFzc2lnbiI6IlBhcnRpdGlvblJlc3VsdCJ9XSwi
|
52
|
-
dHlwZSI6InRyZWUiLCJydWxlcyI6W3siY29uZGl0aW9ucyI6W3siZm4iOiJp
|
53
|
-
c1NldCIsImFyZ3YiOlt7InJlZiI6IkVuZHBvaW50In1dfV0sInR5cGUiOiJ0
|
54
|
-
cmVlIiwicnVsZXMiOlt7ImNvbmRpdGlvbnMiOlt7ImZuIjoiYm9vbGVhbkVx
|
55
|
-
dWFscyIsImFyZ3YiOlt7InJlZiI6IlVzZUZJUFMifSx0cnVlXX1dLCJlcnJv
|
56
|
-
ciI6IkludmFsaWQgQ29uZmlndXJhdGlvbjogRklQUyBhbmQgY3VzdG9tIGVu
|
57
|
-
ZHBvaW50IGFyZSBub3Qgc3VwcG9ydGVkIiwidHlwZSI6ImVycm9yIn0seyJj
|
58
|
-
b25kaXRpb25zIjpbXSwidHlwZSI6InRyZWUiLCJydWxlcyI6W3siY29uZGl0
|
59
|
-
aW9ucyI6W3siZm4iOiJib29sZWFuRXF1YWxzIiwiYXJndiI6W3sicmVmIjoi
|
60
|
-
VXNlRHVhbFN0YWNrIn0sdHJ1ZV19XSwiZXJyb3IiOiJJbnZhbGlkIENvbmZp
|
61
|
-
Z3VyYXRpb246IER1YWxzdGFjayBhbmQgY3VzdG9tIGVuZHBvaW50IGFyZSBu
|
62
|
-
b3Qgc3VwcG9ydGVkIiwidHlwZSI6ImVycm9yIn0seyJjb25kaXRpb25zIjpb
|
63
|
-
XSwiZW5kcG9pbnQiOnsidXJsIjp7InJlZiI6IkVuZHBvaW50In0sInByb3Bl
|
64
|
-
cnRpZXMiOnt9LCJoZWFkZXJzIjp7fX0sInR5cGUiOiJlbmRwb2ludCJ9XX1d
|
65
|
-
fSx7ImNvbmRpdGlvbnMiOlt7ImZuIjoiYm9vbGVhbkVxdWFscyIsImFyZ3Yi
|
66
|
-
Olt7InJlZiI6IlVzZUZJUFMifSx0cnVlXX0seyJmbiI6ImJvb2xlYW5FcXVh
|
67
|
-
bHMiLCJhcmd2IjpbeyJyZWYiOiJVc2VEdWFsU3RhY2sifSx0cnVlXX1dLCJ0
|
68
|
-
eXBlIjoidHJlZSIsInJ1bGVzIjpbeyJjb25kaXRpb25zIjpbeyJmbiI6ImJv
|
69
|
-
b2xlYW5FcXVhbHMiLCJhcmd2IjpbdHJ1ZSx7ImZuIjoiZ2V0QXR0ciIsImFy
|
70
|
-
Z3YiOlt7InJlZiI6IlBhcnRpdGlvblJlc3VsdCJ9LCJzdXBwb3J0c0ZJUFMi
|
71
|
-
XX1dfSx7ImZuIjoiYm9vbGVhbkVxdWFscyIsImFyZ3YiOlt0cnVlLHsiZm4i
|
72
|
-
OiJnZXRBdHRyIiwiYXJndiI6W3sicmVmIjoiUGFydGl0aW9uUmVzdWx0In0s
|
73
|
-
InN1cHBvcnRzRHVhbFN0YWNrIl19XX1dLCJ0eXBlIjoidHJlZSIsInJ1bGVz
|
74
|
-
IjpbeyJjb25kaXRpb25zIjpbXSwiZW5kcG9pbnQiOnsidXJsIjoiaHR0cHM6
|
75
|
-
Ly9jbG91ZDktZmlwcy57UmVnaW9ufS57UGFydGl0aW9uUmVzdWx0I2R1YWxT
|
76
|
-
dGFja0Ruc1N1ZmZpeH0iLCJwcm9wZXJ0aWVzIjp7fSwiaGVhZGVycyI6e319
|
77
|
-
LCJ0eXBlIjoiZW5kcG9pbnQifV19LHsiY29uZGl0aW9ucyI6W10sImVycm9y
|
78
|
-
IjoiRklQUyBhbmQgRHVhbFN0YWNrIGFyZSBlbmFibGVkLCBidXQgdGhpcyBw
|
79
|
-
YXJ0aXRpb24gZG9lcyBub3Qgc3VwcG9ydCBvbmUgb3IgYm90aCIsInR5cGUi
|
80
|
-
OiJlcnJvciJ9XX0seyJjb25kaXRpb25zIjpbeyJmbiI6ImJvb2xlYW5FcXVh
|
81
|
-
bHMiLCJhcmd2IjpbeyJyZWYiOiJVc2VGSVBTIn0sdHJ1ZV19XSwidHlwZSI6
|
82
|
-
InRyZWUiLCJydWxlcyI6W3siY29uZGl0aW9ucyI6W3siZm4iOiJib29sZWFu
|
83
|
-
RXF1YWxzIiwiYXJndiI6W3RydWUseyJmbiI6ImdldEF0dHIiLCJhcmd2Ijpb
|
84
|
-
eyJyZWYiOiJQYXJ0aXRpb25SZXN1bHQifSwic3VwcG9ydHNGSVBTIl19XX1d
|
85
|
-
LCJ0eXBlIjoidHJlZSIsInJ1bGVzIjpbeyJjb25kaXRpb25zIjpbXSwidHlw
|
86
|
-
ZSI6InRyZWUiLCJydWxlcyI6W3siY29uZGl0aW9ucyI6W10sImVuZHBvaW50
|
87
|
-
Ijp7InVybCI6Imh0dHBzOi8vY2xvdWQ5LWZpcHMue1JlZ2lvbn0ue1BhcnRp
|
88
|
-
dGlvblJlc3VsdCNkbnNTdWZmaXh9IiwicHJvcGVydGllcyI6e30sImhlYWRl
|
89
|
-
cnMiOnt9fSwidHlwZSI6ImVuZHBvaW50In1dfV19LHsiY29uZGl0aW9ucyI6
|
90
|
-
W10sImVycm9yIjoiRklQUyBpcyBlbmFibGVkIGJ1dCB0aGlzIHBhcnRpdGlv
|
91
|
-
biBkb2VzIG5vdCBzdXBwb3J0IEZJUFMiLCJ0eXBlIjoiZXJyb3IifV19LHsi
|
92
|
-
Y29uZGl0aW9ucyI6W3siZm4iOiJib29sZWFuRXF1YWxzIiwiYXJndiI6W3si
|
93
|
-
cmVmIjoiVXNlRHVhbFN0YWNrIn0sdHJ1ZV19XSwidHlwZSI6InRyZWUiLCJy
|
94
|
-
dWxlcyI6W3siY29uZGl0aW9ucyI6W3siZm4iOiJib29sZWFuRXF1YWxzIiwi
|
95
|
-
YXJndiI6W3RydWUseyJmbiI6ImdldEF0dHIiLCJhcmd2IjpbeyJyZWYiOiJQ
|
96
|
-
YXJ0aXRpb25SZXN1bHQifSwic3VwcG9ydHNEdWFsU3RhY2siXX1dfV0sInR5
|
97
|
-
cGUiOiJ0cmVlIiwicnVsZXMiOlt7ImNvbmRpdGlvbnMiOltdLCJlbmRwb2lu
|
98
|
-
dCI6eyJ1cmwiOiJodHRwczovL2Nsb3VkOS57UmVnaW9ufS57UGFydGl0aW9u
|
99
|
-
UmVzdWx0I2R1YWxTdGFja0Ruc1N1ZmZpeH0iLCJwcm9wZXJ0aWVzIjp7fSwi
|
100
|
-
aGVhZGVycyI6e319LCJ0eXBlIjoiZW5kcG9pbnQifV19LHsiY29uZGl0aW9u
|
101
|
-
cyI6W10sImVycm9yIjoiRHVhbFN0YWNrIGlzIGVuYWJsZWQgYnV0IHRoaXMg
|
102
|
-
cGFydGl0aW9uIGRvZXMgbm90IHN1cHBvcnQgRHVhbFN0YWNrIiwidHlwZSI6
|
103
|
-
ImVycm9yIn1dfSx7ImNvbmRpdGlvbnMiOltdLCJlbmRwb2ludCI6eyJ1cmwi
|
104
|
-
OiJodHRwczovL2Nsb3VkOS57UmVnaW9ufS57UGFydGl0aW9uUmVzdWx0I2Ru
|
105
|
-
c1N1ZmZpeH0iLCJwcm9wZXJ0aWVzIjp7fSwiaGVhZGVycyI6e319LCJ0eXBl
|
106
|
-
IjoiZW5kcG9pbnQifV19XX0=
|
107
|
-
|
108
|
-
JSON
|
109
50
|
end
|
110
51
|
end
|
data/lib/aws-sdk-cloud9/types.rb
CHANGED
@@ -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
|
179
|
+
# * `read-only`: Has read-only access to the environment.
|
180
180
|
#
|
181
|
-
# * `read-write
|
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
|
259
|
+
# * `owner`: Owns the environment.
|
260
260
|
#
|
261
|
-
# * `read-only
|
261
|
+
# * `read-only`: Has read-only access to the environment.
|
262
262
|
#
|
263
|
-
# * `read-write
|
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
|
330
|
+
# * `connecting`: The environment is connecting.
|
331
331
|
#
|
332
|
-
# * `creating
|
332
|
+
# * `creating`: The environment is being created.
|
333
333
|
#
|
334
|
-
# * `deleting
|
334
|
+
# * `deleting`: The environment is being deleted.
|
335
335
|
#
|
336
|
-
# * `error
|
336
|
+
# * `error`: The environment is in an error state.
|
337
337
|
#
|
338
|
-
# * `ready
|
338
|
+
# * `ready`: The environment is ready.
|
339
339
|
#
|
340
|
-
# * `stopped
|
340
|
+
# * `stopped`: The environment is stopped.
|
341
341
|
#
|
342
|
-
# * `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
|
399
|
+
# * `ec2`: An Amazon Elastic Compute Cloud (Amazon EC2) instance
|
400
400
|
# connects to the environment.
|
401
401
|
#
|
402
|
-
# * `ssh
|
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
|
469
|
+
# * `CREATING`: The environment is in the process of being created.
|
470
470
|
#
|
471
|
-
# * `CREATED
|
471
|
+
# * `CREATED`: The environment was successfully created.
|
472
472
|
#
|
473
|
-
# * `CREATE_FAILED
|
473
|
+
# * `CREATE_FAILED`: The environment failed to be created.
|
474
474
|
#
|
475
|
-
# * `DELETING
|
475
|
+
# * `DELETING`: The environment is in the process of being deleted.
|
476
476
|
#
|
477
|
-
# * `DELETE_FAILED
|
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
|
507
|
+
# * `owner`: Owns the environment.
|
508
508
|
#
|
509
|
-
# * `read-only
|
509
|
+
# * `read-only`: Has read-only access to the environment.
|
510
510
|
#
|
511
|
-
# * `read-write
|
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
|
725
|
+
# * `read-only`: Has read-only access to the environment.
|
726
726
|
#
|
727
|
-
# * `read-write
|
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
|
data/lib/aws-sdk-cloud9.rb
CHANGED
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.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-
|
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.
|
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.
|
32
|
+
version: 3.174.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|