aws-sdk-cloud9 1.65.0 → 1.67.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-cloud9/client.rb +3 -13
- data/lib/aws-sdk-cloud9/plugins/endpoints.rb +1 -0
- data/lib/aws-sdk-cloud9/types.rb +2 -12
- data/lib/aws-sdk-cloud9.rb +1 -1
- data/sig/client.rbs +241 -0
- data/sig/errors.rbs +32 -0
- data/sig/resource.rbs +80 -0
- data/sig/types.rbs +218 -0
- data/sig/waiters.rbs +13 -0
- metadata +13 -8
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6fc6bdfadf94b957fc2051e44bcb79ccc83fc84039e4d9077b762120ea475f2a
|
|
4
|
+
data.tar.gz: f05d2630375e5097c95259d3dcd9447f221be8dbc3d4782c4ba8a3f673d33a25
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a02e1e7c11759c6195763b34a970b1c8786051ceefcbca9760fa7840c73f470656e04560aafbb1a431b3c66876483989dc692e7627b4083de00ef96da77633fe
|
|
7
|
+
data.tar.gz: d66abd48f87d964a513faa2caeaf8c5ce243606a169f10c79e76d8693d7cd194f4d311a38313c46fa07efedc055d4c9a8c6b9344df8e5a9a1e83d7653f2e27de
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.67.0 (2024-01-26)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
8
|
+
|
|
9
|
+
1.66.0 (2024-01-22)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Doc-only update around removing AL1 from list of available AMIs for Cloud9
|
|
13
|
+
|
|
4
14
|
1.65.0 (2023-12-15)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.67.0
|
|
@@ -443,21 +443,14 @@ module Aws::Cloud9
|
|
|
443
443
|
# Web Services CloudFormation. This change will only affect direct API
|
|
444
444
|
# consumers, and not Cloud9 console users.
|
|
445
445
|
#
|
|
446
|
-
#
|
|
447
|
-
#
|
|
448
|
-
# reach the end of maintenance support in December 2023, and as a result
|
|
449
|
-
# will no longer receive security updates. We recommend using Amazon
|
|
450
|
-
# Linux 2023 as the AMI to create your environment as it is fully
|
|
451
|
-
# supported. This change will only affect direct API consumers, and not
|
|
452
|
-
# Cloud9 console users.
|
|
446
|
+
# We recommend using Amazon Linux 2023 as the AMI to create your
|
|
447
|
+
# environment as it is fully supported.
|
|
453
448
|
#
|
|
454
449
|
# Since Ubuntu 18.04 has ended standard support as of May 31, 2023, we
|
|
455
450
|
# recommend you choose Ubuntu 22.04.
|
|
456
451
|
#
|
|
457
452
|
# <b>AMI aliases </b>
|
|
458
453
|
#
|
|
459
|
-
# * Amazon Linux: `amazonlinux-1-x86_64`
|
|
460
|
-
#
|
|
461
454
|
# * Amazon Linux 2: `amazonlinux-2-x86_64`
|
|
462
455
|
#
|
|
463
456
|
# * Amazon Linux 2023 (recommended): `amazonlinux-2023-x86_64`
|
|
@@ -468,9 +461,6 @@ module Aws::Cloud9
|
|
|
468
461
|
#
|
|
469
462
|
# **SSM paths**
|
|
470
463
|
#
|
|
471
|
-
# * Amazon Linux:
|
|
472
|
-
# `resolve:ssm:/aws/service/cloud9/amis/amazonlinux-1-x86_64`
|
|
473
|
-
#
|
|
474
464
|
# * Amazon Linux 2:
|
|
475
465
|
# `resolve:ssm:/aws/service/cloud9/amis/amazonlinux-2-x86_64`
|
|
476
466
|
#
|
|
@@ -1271,7 +1261,7 @@ module Aws::Cloud9
|
|
|
1271
1261
|
params: params,
|
|
1272
1262
|
config: config)
|
|
1273
1263
|
context[:gem_name] = 'aws-sdk-cloud9'
|
|
1274
|
-
context[:gem_version] = '1.
|
|
1264
|
+
context[:gem_version] = '1.67.0'
|
|
1275
1265
|
Seahorse::Client::Request.new(handlers, context)
|
|
1276
1266
|
end
|
|
1277
1267
|
|
|
@@ -14,6 +14,7 @@ module Aws::Cloud9
|
|
|
14
14
|
option(
|
|
15
15
|
:endpoint_provider,
|
|
16
16
|
doc_type: 'Aws::Cloud9::EndpointProvider',
|
|
17
|
+
rbs_type: 'untyped',
|
|
17
18
|
docstring: 'The endpoint provider used to resolve endpoints. Any '\
|
|
18
19
|
'object that responds to `#resolve_endpoint(parameters)` '\
|
|
19
20
|
'where `parameters` is a Struct similar to '\
|
data/lib/aws-sdk-cloud9/types.rb
CHANGED
|
@@ -74,21 +74,14 @@ module Aws::Cloud9
|
|
|
74
74
|
# CLI and Amazon Web Services CloudFormation. This change will only
|
|
75
75
|
# affect direct API consumers, and not Cloud9 console users.
|
|
76
76
|
#
|
|
77
|
-
#
|
|
78
|
-
#
|
|
79
|
-
# will reach the end of maintenance support in December 2023, and as a
|
|
80
|
-
# result will no longer receive security updates. We recommend using
|
|
81
|
-
# Amazon Linux 2023 as the AMI to create your environment as it is
|
|
82
|
-
# fully supported. This change will only affect direct API consumers,
|
|
83
|
-
# and not Cloud9 console users.
|
|
77
|
+
# We recommend using Amazon Linux 2023 as the AMI to create your
|
|
78
|
+
# environment as it is fully supported.
|
|
84
79
|
#
|
|
85
80
|
# Since Ubuntu 18.04 has ended standard support as of May 31, 2023, we
|
|
86
81
|
# recommend you choose Ubuntu 22.04.
|
|
87
82
|
#
|
|
88
83
|
# <b>AMI aliases </b>
|
|
89
84
|
#
|
|
90
|
-
# * Amazon Linux: `amazonlinux-1-x86_64`
|
|
91
|
-
#
|
|
92
85
|
# * Amazon Linux 2: `amazonlinux-2-x86_64`
|
|
93
86
|
#
|
|
94
87
|
# * Amazon Linux 2023 (recommended): `amazonlinux-2023-x86_64`
|
|
@@ -99,9 +92,6 @@ module Aws::Cloud9
|
|
|
99
92
|
#
|
|
100
93
|
# **SSM paths**
|
|
101
94
|
#
|
|
102
|
-
# * Amazon Linux:
|
|
103
|
-
# `resolve:ssm:/aws/service/cloud9/amis/amazonlinux-1-x86_64`
|
|
104
|
-
#
|
|
105
95
|
# * Amazon Linux 2:
|
|
106
96
|
# `resolve:ssm:/aws/service/cloud9/amis/amazonlinux-2-x86_64`
|
|
107
97
|
#
|
data/lib/aws-sdk-cloud9.rb
CHANGED
data/sig/client.rbs
ADDED
|
@@ -0,0 +1,241 @@
|
|
|
1
|
+
# WARNING ABOUT GENERATED CODE
|
|
2
|
+
#
|
|
3
|
+
# This file is generated. See the contributing guide for more information:
|
|
4
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
|
5
|
+
#
|
|
6
|
+
# WARNING ABOUT GENERATED CODE
|
|
7
|
+
|
|
8
|
+
module Aws
|
|
9
|
+
module Cloud9
|
|
10
|
+
class Client < ::Seahorse::Client::Base
|
|
11
|
+
include ::Aws::ClientStubs
|
|
12
|
+
|
|
13
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Cloud9/Client.html#initialize-instance_method
|
|
14
|
+
def self.new: (
|
|
15
|
+
?credentials: untyped,
|
|
16
|
+
?region: String,
|
|
17
|
+
?access_key_id: String,
|
|
18
|
+
?active_endpoint_cache: bool,
|
|
19
|
+
?adaptive_retry_wait_to_fill: bool,
|
|
20
|
+
?client_side_monitoring: bool,
|
|
21
|
+
?client_side_monitoring_client_id: String,
|
|
22
|
+
?client_side_monitoring_host: String,
|
|
23
|
+
?client_side_monitoring_port: Integer,
|
|
24
|
+
?client_side_monitoring_publisher: untyped,
|
|
25
|
+
?convert_params: bool,
|
|
26
|
+
?correct_clock_skew: bool,
|
|
27
|
+
?defaults_mode: String,
|
|
28
|
+
?disable_host_prefix_injection: bool,
|
|
29
|
+
?disable_request_compression: bool,
|
|
30
|
+
?endpoint: String,
|
|
31
|
+
?endpoint_cache_max_entries: Integer,
|
|
32
|
+
?endpoint_cache_max_threads: Integer,
|
|
33
|
+
?endpoint_cache_poll_interval: Integer,
|
|
34
|
+
?endpoint_discovery: bool,
|
|
35
|
+
?ignore_configured_endpoint_urls: bool,
|
|
36
|
+
?log_formatter: untyped,
|
|
37
|
+
?log_level: Symbol,
|
|
38
|
+
?logger: untyped,
|
|
39
|
+
?max_attempts: Integer,
|
|
40
|
+
?profile: String,
|
|
41
|
+
?request_min_compression_size_bytes: Integer,
|
|
42
|
+
?retry_backoff: Proc,
|
|
43
|
+
?retry_base_delay: Float,
|
|
44
|
+
?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
|
|
45
|
+
?retry_limit: Integer,
|
|
46
|
+
?retry_max_delay: Integer,
|
|
47
|
+
?retry_mode: ("legacy" | "standard" | "adaptive"),
|
|
48
|
+
?sdk_ua_app_id: String,
|
|
49
|
+
?secret_access_key: String,
|
|
50
|
+
?session_token: String,
|
|
51
|
+
?simple_json: bool,
|
|
52
|
+
?stub_responses: untyped,
|
|
53
|
+
?token_provider: untyped,
|
|
54
|
+
?use_dualstack_endpoint: bool,
|
|
55
|
+
?use_fips_endpoint: bool,
|
|
56
|
+
?validate_params: bool,
|
|
57
|
+
?endpoint_provider: untyped,
|
|
58
|
+
?http_proxy: String,
|
|
59
|
+
?http_open_timeout: (Float | Integer),
|
|
60
|
+
?http_read_timeout: (Float | Integer),
|
|
61
|
+
?http_idle_timeout: (Float | Integer),
|
|
62
|
+
?http_continue_timeout: (Float | Integer),
|
|
63
|
+
?ssl_timeout: (Float | Integer | nil),
|
|
64
|
+
?http_wire_trace: bool,
|
|
65
|
+
?ssl_verify_peer: bool,
|
|
66
|
+
?ssl_ca_bundle: String,
|
|
67
|
+
?ssl_ca_directory: String,
|
|
68
|
+
?ssl_ca_store: String,
|
|
69
|
+
?on_chunk_received: Proc,
|
|
70
|
+
?on_chunk_sent: Proc,
|
|
71
|
+
?raise_response_errors: bool
|
|
72
|
+
) -> instance
|
|
73
|
+
| (?Hash[Symbol, untyped]) -> instance
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
interface _CreateEnvironmentEC2ResponseSuccess
|
|
77
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::CreateEnvironmentEC2Result]
|
|
78
|
+
def environment_id: () -> ::String
|
|
79
|
+
end
|
|
80
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Cloud9/Client.html#create_environment_ec2-instance_method
|
|
81
|
+
def create_environment_ec2: (
|
|
82
|
+
name: ::String,
|
|
83
|
+
?description: ::String,
|
|
84
|
+
?client_request_token: ::String,
|
|
85
|
+
instance_type: ::String,
|
|
86
|
+
?subnet_id: ::String,
|
|
87
|
+
image_id: ::String,
|
|
88
|
+
?automatic_stop_time_minutes: ::Integer,
|
|
89
|
+
?owner_arn: ::String,
|
|
90
|
+
?tags: Array[
|
|
91
|
+
{
|
|
92
|
+
key: ::String,
|
|
93
|
+
value: ::String
|
|
94
|
+
},
|
|
95
|
+
],
|
|
96
|
+
?connection_type: ("CONNECT_SSH" | "CONNECT_SSM"),
|
|
97
|
+
?dry_run: bool
|
|
98
|
+
) -> _CreateEnvironmentEC2ResponseSuccess
|
|
99
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateEnvironmentEC2ResponseSuccess
|
|
100
|
+
|
|
101
|
+
interface _CreateEnvironmentMembershipResponseSuccess
|
|
102
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::CreateEnvironmentMembershipResult]
|
|
103
|
+
def membership: () -> Types::EnvironmentMember
|
|
104
|
+
end
|
|
105
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Cloud9/Client.html#create_environment_membership-instance_method
|
|
106
|
+
def create_environment_membership: (
|
|
107
|
+
environment_id: ::String,
|
|
108
|
+
user_arn: ::String,
|
|
109
|
+
permissions: ("read-write" | "read-only")
|
|
110
|
+
) -> _CreateEnvironmentMembershipResponseSuccess
|
|
111
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateEnvironmentMembershipResponseSuccess
|
|
112
|
+
|
|
113
|
+
interface _DeleteEnvironmentResponseSuccess
|
|
114
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DeleteEnvironmentResult]
|
|
115
|
+
end
|
|
116
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Cloud9/Client.html#delete_environment-instance_method
|
|
117
|
+
def delete_environment: (
|
|
118
|
+
environment_id: ::String
|
|
119
|
+
) -> _DeleteEnvironmentResponseSuccess
|
|
120
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteEnvironmentResponseSuccess
|
|
121
|
+
|
|
122
|
+
interface _DeleteEnvironmentMembershipResponseSuccess
|
|
123
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DeleteEnvironmentMembershipResult]
|
|
124
|
+
end
|
|
125
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Cloud9/Client.html#delete_environment_membership-instance_method
|
|
126
|
+
def delete_environment_membership: (
|
|
127
|
+
environment_id: ::String,
|
|
128
|
+
user_arn: ::String
|
|
129
|
+
) -> _DeleteEnvironmentMembershipResponseSuccess
|
|
130
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteEnvironmentMembershipResponseSuccess
|
|
131
|
+
|
|
132
|
+
interface _DescribeEnvironmentMembershipsResponseSuccess
|
|
133
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DescribeEnvironmentMembershipsResult]
|
|
134
|
+
def memberships: () -> ::Array[Types::EnvironmentMember]
|
|
135
|
+
def next_token: () -> ::String
|
|
136
|
+
end
|
|
137
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Cloud9/Client.html#describe_environment_memberships-instance_method
|
|
138
|
+
def describe_environment_memberships: (
|
|
139
|
+
?user_arn: ::String,
|
|
140
|
+
?environment_id: ::String,
|
|
141
|
+
?permissions: Array[("owner" | "read-write" | "read-only")],
|
|
142
|
+
?next_token: ::String,
|
|
143
|
+
?max_results: ::Integer
|
|
144
|
+
) -> _DescribeEnvironmentMembershipsResponseSuccess
|
|
145
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeEnvironmentMembershipsResponseSuccess
|
|
146
|
+
|
|
147
|
+
interface _DescribeEnvironmentStatusResponseSuccess
|
|
148
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DescribeEnvironmentStatusResult]
|
|
149
|
+
def status: () -> ("error" | "creating" | "connecting" | "ready" | "stopping" | "stopped" | "deleting")
|
|
150
|
+
def message: () -> ::String
|
|
151
|
+
end
|
|
152
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Cloud9/Client.html#describe_environment_status-instance_method
|
|
153
|
+
def describe_environment_status: (
|
|
154
|
+
environment_id: ::String
|
|
155
|
+
) -> _DescribeEnvironmentStatusResponseSuccess
|
|
156
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeEnvironmentStatusResponseSuccess
|
|
157
|
+
|
|
158
|
+
interface _DescribeEnvironmentsResponseSuccess
|
|
159
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DescribeEnvironmentsResult]
|
|
160
|
+
def environments: () -> ::Array[Types::Environment]
|
|
161
|
+
end
|
|
162
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Cloud9/Client.html#describe_environments-instance_method
|
|
163
|
+
def describe_environments: (
|
|
164
|
+
environment_ids: Array[::String]
|
|
165
|
+
) -> _DescribeEnvironmentsResponseSuccess
|
|
166
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeEnvironmentsResponseSuccess
|
|
167
|
+
|
|
168
|
+
interface _ListEnvironmentsResponseSuccess
|
|
169
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListEnvironmentsResult]
|
|
170
|
+
def next_token: () -> ::String
|
|
171
|
+
def environment_ids: () -> ::Array[::String]
|
|
172
|
+
end
|
|
173
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Cloud9/Client.html#list_environments-instance_method
|
|
174
|
+
def list_environments: (
|
|
175
|
+
?next_token: ::String,
|
|
176
|
+
?max_results: ::Integer
|
|
177
|
+
) -> _ListEnvironmentsResponseSuccess
|
|
178
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListEnvironmentsResponseSuccess
|
|
179
|
+
|
|
180
|
+
interface _ListTagsForResourceResponseSuccess
|
|
181
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListTagsForResourceResponse]
|
|
182
|
+
def tags: () -> ::Array[Types::Tag]
|
|
183
|
+
end
|
|
184
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Cloud9/Client.html#list_tags_for_resource-instance_method
|
|
185
|
+
def list_tags_for_resource: (
|
|
186
|
+
resource_arn: ::String
|
|
187
|
+
) -> _ListTagsForResourceResponseSuccess
|
|
188
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListTagsForResourceResponseSuccess
|
|
189
|
+
|
|
190
|
+
interface _TagResourceResponseSuccess
|
|
191
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::TagResourceResponse]
|
|
192
|
+
end
|
|
193
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Cloud9/Client.html#tag_resource-instance_method
|
|
194
|
+
def tag_resource: (
|
|
195
|
+
resource_arn: ::String,
|
|
196
|
+
tags: Array[
|
|
197
|
+
{
|
|
198
|
+
key: ::String,
|
|
199
|
+
value: ::String
|
|
200
|
+
},
|
|
201
|
+
]
|
|
202
|
+
) -> _TagResourceResponseSuccess
|
|
203
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
|
|
204
|
+
|
|
205
|
+
interface _UntagResourceResponseSuccess
|
|
206
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::UntagResourceResponse]
|
|
207
|
+
end
|
|
208
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Cloud9/Client.html#untag_resource-instance_method
|
|
209
|
+
def untag_resource: (
|
|
210
|
+
resource_arn: ::String,
|
|
211
|
+
tag_keys: Array[::String]
|
|
212
|
+
) -> _UntagResourceResponseSuccess
|
|
213
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UntagResourceResponseSuccess
|
|
214
|
+
|
|
215
|
+
interface _UpdateEnvironmentResponseSuccess
|
|
216
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::UpdateEnvironmentResult]
|
|
217
|
+
end
|
|
218
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Cloud9/Client.html#update_environment-instance_method
|
|
219
|
+
def update_environment: (
|
|
220
|
+
environment_id: ::String,
|
|
221
|
+
?name: ::String,
|
|
222
|
+
?description: ::String,
|
|
223
|
+
?managed_credentials_action: ("ENABLE" | "DISABLE")
|
|
224
|
+
) -> _UpdateEnvironmentResponseSuccess
|
|
225
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateEnvironmentResponseSuccess
|
|
226
|
+
|
|
227
|
+
interface _UpdateEnvironmentMembershipResponseSuccess
|
|
228
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::UpdateEnvironmentMembershipResult]
|
|
229
|
+
def membership: () -> Types::EnvironmentMember
|
|
230
|
+
end
|
|
231
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Cloud9/Client.html#update_environment_membership-instance_method
|
|
232
|
+
def update_environment_membership: (
|
|
233
|
+
environment_id: ::String,
|
|
234
|
+
user_arn: ::String,
|
|
235
|
+
permissions: ("read-write" | "read-only")
|
|
236
|
+
) -> _UpdateEnvironmentMembershipResponseSuccess
|
|
237
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateEnvironmentMembershipResponseSuccess
|
|
238
|
+
end
|
|
239
|
+
end
|
|
240
|
+
end
|
|
241
|
+
|
data/sig/errors.rbs
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
# WARNING ABOUT GENERATED CODE
|
|
2
|
+
#
|
|
3
|
+
# This file is generated. See the contributing guide for more information:
|
|
4
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
|
5
|
+
#
|
|
6
|
+
# WARNING ABOUT GENERATED CODE
|
|
7
|
+
|
|
8
|
+
module Aws
|
|
9
|
+
module Cloud9
|
|
10
|
+
module Errors
|
|
11
|
+
class ServiceError < ::Aws::Errors::ServiceError
|
|
12
|
+
end
|
|
13
|
+
|
|
14
|
+
class BadRequestException < ::Aws::Errors::ServiceError
|
|
15
|
+
end
|
|
16
|
+
class ConcurrentAccessException < ::Aws::Errors::ServiceError
|
|
17
|
+
end
|
|
18
|
+
class ConflictException < ::Aws::Errors::ServiceError
|
|
19
|
+
end
|
|
20
|
+
class ForbiddenException < ::Aws::Errors::ServiceError
|
|
21
|
+
end
|
|
22
|
+
class InternalServerErrorException < ::Aws::Errors::ServiceError
|
|
23
|
+
end
|
|
24
|
+
class LimitExceededException < ::Aws::Errors::ServiceError
|
|
25
|
+
end
|
|
26
|
+
class NotFoundException < ::Aws::Errors::ServiceError
|
|
27
|
+
end
|
|
28
|
+
class TooManyRequestsException < ::Aws::Errors::ServiceError
|
|
29
|
+
end
|
|
30
|
+
end
|
|
31
|
+
end
|
|
32
|
+
end
|
data/sig/resource.rbs
ADDED
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
# WARNING ABOUT GENERATED CODE
|
|
2
|
+
#
|
|
3
|
+
# This file is generated. See the contributing guide for more information:
|
|
4
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
|
5
|
+
#
|
|
6
|
+
# WARNING ABOUT GENERATED CODE
|
|
7
|
+
|
|
8
|
+
module Aws
|
|
9
|
+
module Cloud9
|
|
10
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Cloud9/Resource.html
|
|
11
|
+
class Resource
|
|
12
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Cloud9/Resource.html#initialize-instance_method
|
|
13
|
+
def initialize: (
|
|
14
|
+
?client: Client,
|
|
15
|
+
?credentials: untyped,
|
|
16
|
+
?region: String,
|
|
17
|
+
?access_key_id: String,
|
|
18
|
+
?active_endpoint_cache: bool,
|
|
19
|
+
?adaptive_retry_wait_to_fill: bool,
|
|
20
|
+
?client_side_monitoring: bool,
|
|
21
|
+
?client_side_monitoring_client_id: String,
|
|
22
|
+
?client_side_monitoring_host: String,
|
|
23
|
+
?client_side_monitoring_port: Integer,
|
|
24
|
+
?client_side_monitoring_publisher: untyped,
|
|
25
|
+
?convert_params: bool,
|
|
26
|
+
?correct_clock_skew: bool,
|
|
27
|
+
?defaults_mode: String,
|
|
28
|
+
?disable_host_prefix_injection: bool,
|
|
29
|
+
?disable_request_compression: bool,
|
|
30
|
+
?endpoint: String,
|
|
31
|
+
?endpoint_cache_max_entries: Integer,
|
|
32
|
+
?endpoint_cache_max_threads: Integer,
|
|
33
|
+
?endpoint_cache_poll_interval: Integer,
|
|
34
|
+
?endpoint_discovery: bool,
|
|
35
|
+
?ignore_configured_endpoint_urls: bool,
|
|
36
|
+
?log_formatter: untyped,
|
|
37
|
+
?log_level: Symbol,
|
|
38
|
+
?logger: untyped,
|
|
39
|
+
?max_attempts: Integer,
|
|
40
|
+
?profile: String,
|
|
41
|
+
?request_min_compression_size_bytes: Integer,
|
|
42
|
+
?retry_backoff: Proc,
|
|
43
|
+
?retry_base_delay: Float,
|
|
44
|
+
?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
|
|
45
|
+
?retry_limit: Integer,
|
|
46
|
+
?retry_max_delay: Integer,
|
|
47
|
+
?retry_mode: ("legacy" | "standard" | "adaptive"),
|
|
48
|
+
?sdk_ua_app_id: String,
|
|
49
|
+
?secret_access_key: String,
|
|
50
|
+
?session_token: String,
|
|
51
|
+
?simple_json: bool,
|
|
52
|
+
?stub_responses: untyped,
|
|
53
|
+
?token_provider: untyped,
|
|
54
|
+
?use_dualstack_endpoint: bool,
|
|
55
|
+
?use_fips_endpoint: bool,
|
|
56
|
+
?validate_params: bool,
|
|
57
|
+
?endpoint_provider: untyped,
|
|
58
|
+
?http_proxy: String,
|
|
59
|
+
?http_open_timeout: (Float | Integer),
|
|
60
|
+
?http_read_timeout: (Float | Integer),
|
|
61
|
+
?http_idle_timeout: (Float | Integer),
|
|
62
|
+
?http_continue_timeout: (Float | Integer),
|
|
63
|
+
?ssl_timeout: (Float | Integer | nil),
|
|
64
|
+
?http_wire_trace: bool,
|
|
65
|
+
?ssl_verify_peer: bool,
|
|
66
|
+
?ssl_ca_bundle: String,
|
|
67
|
+
?ssl_ca_directory: String,
|
|
68
|
+
?ssl_ca_store: String,
|
|
69
|
+
?on_chunk_received: Proc,
|
|
70
|
+
?on_chunk_sent: Proc,
|
|
71
|
+
?raise_response_errors: bool
|
|
72
|
+
) -> void
|
|
73
|
+
| (?Hash[Symbol, untyped]) -> void
|
|
74
|
+
|
|
75
|
+
def client: () -> Client
|
|
76
|
+
|
|
77
|
+
|
|
78
|
+
end
|
|
79
|
+
end
|
|
80
|
+
end
|
data/sig/types.rbs
ADDED
|
@@ -0,0 +1,218 @@
|
|
|
1
|
+
# WARNING ABOUT GENERATED CODE
|
|
2
|
+
#
|
|
3
|
+
# This file is generated. See the contributing guide for more information:
|
|
4
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
|
5
|
+
#
|
|
6
|
+
# WARNING ABOUT GENERATED CODE
|
|
7
|
+
|
|
8
|
+
module Aws::Cloud9
|
|
9
|
+
module Types
|
|
10
|
+
|
|
11
|
+
class BadRequestException < Aws::EmptyStructure
|
|
12
|
+
end
|
|
13
|
+
|
|
14
|
+
class ConcurrentAccessException < Aws::EmptyStructure
|
|
15
|
+
end
|
|
16
|
+
|
|
17
|
+
class ConflictException < Aws::EmptyStructure
|
|
18
|
+
end
|
|
19
|
+
|
|
20
|
+
class CreateEnvironmentEC2Request
|
|
21
|
+
attr_accessor name: ::String
|
|
22
|
+
attr_accessor description: ::String
|
|
23
|
+
attr_accessor client_request_token: ::String
|
|
24
|
+
attr_accessor instance_type: ::String
|
|
25
|
+
attr_accessor subnet_id: ::String
|
|
26
|
+
attr_accessor image_id: ::String
|
|
27
|
+
attr_accessor automatic_stop_time_minutes: ::Integer
|
|
28
|
+
attr_accessor owner_arn: ::String
|
|
29
|
+
attr_accessor tags: ::Array[Types::Tag]
|
|
30
|
+
attr_accessor connection_type: ("CONNECT_SSH" | "CONNECT_SSM")
|
|
31
|
+
attr_accessor dry_run: bool
|
|
32
|
+
SENSITIVE: [:description, :tags]
|
|
33
|
+
end
|
|
34
|
+
|
|
35
|
+
class CreateEnvironmentEC2Result
|
|
36
|
+
attr_accessor environment_id: ::String
|
|
37
|
+
SENSITIVE: []
|
|
38
|
+
end
|
|
39
|
+
|
|
40
|
+
class CreateEnvironmentMembershipRequest
|
|
41
|
+
attr_accessor environment_id: ::String
|
|
42
|
+
attr_accessor user_arn: ::String
|
|
43
|
+
attr_accessor permissions: ("read-write" | "read-only")
|
|
44
|
+
SENSITIVE: []
|
|
45
|
+
end
|
|
46
|
+
|
|
47
|
+
class CreateEnvironmentMembershipResult
|
|
48
|
+
attr_accessor membership: Types::EnvironmentMember
|
|
49
|
+
SENSITIVE: []
|
|
50
|
+
end
|
|
51
|
+
|
|
52
|
+
class DeleteEnvironmentMembershipRequest
|
|
53
|
+
attr_accessor environment_id: ::String
|
|
54
|
+
attr_accessor user_arn: ::String
|
|
55
|
+
SENSITIVE: []
|
|
56
|
+
end
|
|
57
|
+
|
|
58
|
+
class DeleteEnvironmentMembershipResult < Aws::EmptyStructure
|
|
59
|
+
end
|
|
60
|
+
|
|
61
|
+
class DeleteEnvironmentRequest
|
|
62
|
+
attr_accessor environment_id: ::String
|
|
63
|
+
SENSITIVE: []
|
|
64
|
+
end
|
|
65
|
+
|
|
66
|
+
class DeleteEnvironmentResult < Aws::EmptyStructure
|
|
67
|
+
end
|
|
68
|
+
|
|
69
|
+
class DescribeEnvironmentMembershipsRequest
|
|
70
|
+
attr_accessor user_arn: ::String
|
|
71
|
+
attr_accessor environment_id: ::String
|
|
72
|
+
attr_accessor permissions: ::Array[("owner" | "read-write" | "read-only")]
|
|
73
|
+
attr_accessor next_token: ::String
|
|
74
|
+
attr_accessor max_results: ::Integer
|
|
75
|
+
SENSITIVE: []
|
|
76
|
+
end
|
|
77
|
+
|
|
78
|
+
class DescribeEnvironmentMembershipsResult
|
|
79
|
+
attr_accessor memberships: ::Array[Types::EnvironmentMember]
|
|
80
|
+
attr_accessor next_token: ::String
|
|
81
|
+
SENSITIVE: []
|
|
82
|
+
end
|
|
83
|
+
|
|
84
|
+
class DescribeEnvironmentStatusRequest
|
|
85
|
+
attr_accessor environment_id: ::String
|
|
86
|
+
SENSITIVE: []
|
|
87
|
+
end
|
|
88
|
+
|
|
89
|
+
class DescribeEnvironmentStatusResult
|
|
90
|
+
attr_accessor status: ("error" | "creating" | "connecting" | "ready" | "stopping" | "stopped" | "deleting")
|
|
91
|
+
attr_accessor message: ::String
|
|
92
|
+
SENSITIVE: []
|
|
93
|
+
end
|
|
94
|
+
|
|
95
|
+
class DescribeEnvironmentsRequest
|
|
96
|
+
attr_accessor environment_ids: ::Array[::String]
|
|
97
|
+
SENSITIVE: []
|
|
98
|
+
end
|
|
99
|
+
|
|
100
|
+
class DescribeEnvironmentsResult
|
|
101
|
+
attr_accessor environments: ::Array[Types::Environment]
|
|
102
|
+
SENSITIVE: []
|
|
103
|
+
end
|
|
104
|
+
|
|
105
|
+
class Environment
|
|
106
|
+
attr_accessor id: ::String
|
|
107
|
+
attr_accessor name: ::String
|
|
108
|
+
attr_accessor description: ::String
|
|
109
|
+
attr_accessor type: ("ssh" | "ec2")
|
|
110
|
+
attr_accessor connection_type: ("CONNECT_SSH" | "CONNECT_SSM")
|
|
111
|
+
attr_accessor arn: ::String
|
|
112
|
+
attr_accessor owner_arn: ::String
|
|
113
|
+
attr_accessor lifecycle: Types::EnvironmentLifecycle
|
|
114
|
+
attr_accessor managed_credentials_status: ("ENABLED_ON_CREATE" | "ENABLED_BY_OWNER" | "DISABLED_BY_DEFAULT" | "DISABLED_BY_OWNER" | "DISABLED_BY_COLLABORATOR" | "PENDING_REMOVAL_BY_COLLABORATOR" | "PENDING_START_REMOVAL_BY_COLLABORATOR" | "PENDING_REMOVAL_BY_OWNER" | "PENDING_START_REMOVAL_BY_OWNER" | "FAILED_REMOVAL_BY_COLLABORATOR" | "FAILED_REMOVAL_BY_OWNER")
|
|
115
|
+
SENSITIVE: [:description]
|
|
116
|
+
end
|
|
117
|
+
|
|
118
|
+
class EnvironmentLifecycle
|
|
119
|
+
attr_accessor status: ("CREATING" | "CREATED" | "CREATE_FAILED" | "DELETING" | "DELETE_FAILED")
|
|
120
|
+
attr_accessor reason: ::String
|
|
121
|
+
attr_accessor failure_resource: ::String
|
|
122
|
+
SENSITIVE: []
|
|
123
|
+
end
|
|
124
|
+
|
|
125
|
+
class EnvironmentMember
|
|
126
|
+
attr_accessor permissions: ("owner" | "read-write" | "read-only")
|
|
127
|
+
attr_accessor user_id: ::String
|
|
128
|
+
attr_accessor user_arn: ::String
|
|
129
|
+
attr_accessor environment_id: ::String
|
|
130
|
+
attr_accessor last_access: ::Time
|
|
131
|
+
SENSITIVE: []
|
|
132
|
+
end
|
|
133
|
+
|
|
134
|
+
class ForbiddenException < Aws::EmptyStructure
|
|
135
|
+
end
|
|
136
|
+
|
|
137
|
+
class InternalServerErrorException < Aws::EmptyStructure
|
|
138
|
+
end
|
|
139
|
+
|
|
140
|
+
class LimitExceededException < Aws::EmptyStructure
|
|
141
|
+
end
|
|
142
|
+
|
|
143
|
+
class ListEnvironmentsRequest
|
|
144
|
+
attr_accessor next_token: ::String
|
|
145
|
+
attr_accessor max_results: ::Integer
|
|
146
|
+
SENSITIVE: []
|
|
147
|
+
end
|
|
148
|
+
|
|
149
|
+
class ListEnvironmentsResult
|
|
150
|
+
attr_accessor next_token: ::String
|
|
151
|
+
attr_accessor environment_ids: ::Array[::String]
|
|
152
|
+
SENSITIVE: []
|
|
153
|
+
end
|
|
154
|
+
|
|
155
|
+
class ListTagsForResourceRequest
|
|
156
|
+
attr_accessor resource_arn: ::String
|
|
157
|
+
SENSITIVE: []
|
|
158
|
+
end
|
|
159
|
+
|
|
160
|
+
class ListTagsForResourceResponse
|
|
161
|
+
attr_accessor tags: ::Array[Types::Tag]
|
|
162
|
+
SENSITIVE: [:tags]
|
|
163
|
+
end
|
|
164
|
+
|
|
165
|
+
class NotFoundException < Aws::EmptyStructure
|
|
166
|
+
end
|
|
167
|
+
|
|
168
|
+
class Tag
|
|
169
|
+
attr_accessor key: ::String
|
|
170
|
+
attr_accessor value: ::String
|
|
171
|
+
SENSITIVE: [:key, :value]
|
|
172
|
+
end
|
|
173
|
+
|
|
174
|
+
class TagResourceRequest
|
|
175
|
+
attr_accessor resource_arn: ::String
|
|
176
|
+
attr_accessor tags: ::Array[Types::Tag]
|
|
177
|
+
SENSITIVE: [:tags]
|
|
178
|
+
end
|
|
179
|
+
|
|
180
|
+
class TagResourceResponse < Aws::EmptyStructure
|
|
181
|
+
end
|
|
182
|
+
|
|
183
|
+
class TooManyRequestsException < Aws::EmptyStructure
|
|
184
|
+
end
|
|
185
|
+
|
|
186
|
+
class UntagResourceRequest
|
|
187
|
+
attr_accessor resource_arn: ::String
|
|
188
|
+
attr_accessor tag_keys: ::Array[::String]
|
|
189
|
+
SENSITIVE: [:tag_keys]
|
|
190
|
+
end
|
|
191
|
+
|
|
192
|
+
class UntagResourceResponse < Aws::EmptyStructure
|
|
193
|
+
end
|
|
194
|
+
|
|
195
|
+
class UpdateEnvironmentMembershipRequest
|
|
196
|
+
attr_accessor environment_id: ::String
|
|
197
|
+
attr_accessor user_arn: ::String
|
|
198
|
+
attr_accessor permissions: ("read-write" | "read-only")
|
|
199
|
+
SENSITIVE: []
|
|
200
|
+
end
|
|
201
|
+
|
|
202
|
+
class UpdateEnvironmentMembershipResult
|
|
203
|
+
attr_accessor membership: Types::EnvironmentMember
|
|
204
|
+
SENSITIVE: []
|
|
205
|
+
end
|
|
206
|
+
|
|
207
|
+
class UpdateEnvironmentRequest
|
|
208
|
+
attr_accessor environment_id: ::String
|
|
209
|
+
attr_accessor name: ::String
|
|
210
|
+
attr_accessor description: ::String
|
|
211
|
+
attr_accessor managed_credentials_action: ("ENABLE" | "DISABLE")
|
|
212
|
+
SENSITIVE: [:description]
|
|
213
|
+
end
|
|
214
|
+
|
|
215
|
+
class UpdateEnvironmentResult < Aws::EmptyStructure
|
|
216
|
+
end
|
|
217
|
+
end
|
|
218
|
+
end
|
data/sig/waiters.rbs
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
# WARNING ABOUT GENERATED CODE
|
|
2
|
+
#
|
|
3
|
+
# This file is generated. See the contributing guide for more information:
|
|
4
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
|
5
|
+
#
|
|
6
|
+
# WARNING ABOUT GENERATED CODE
|
|
7
|
+
|
|
8
|
+
module Aws
|
|
9
|
+
module Cloud9
|
|
10
|
+
module Waiters
|
|
11
|
+
end
|
|
12
|
+
end
|
|
13
|
+
end
|
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.67.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2024-01-26 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.191.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.191.0
|
|
33
33
|
- !ruby/object:Gem::Dependency
|
|
34
34
|
name: aws-sigv4
|
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -66,13 +66,18 @@ files:
|
|
|
66
66
|
- lib/aws-sdk-cloud9/plugins/endpoints.rb
|
|
67
67
|
- lib/aws-sdk-cloud9/resource.rb
|
|
68
68
|
- lib/aws-sdk-cloud9/types.rb
|
|
69
|
+
- sig/client.rbs
|
|
70
|
+
- sig/errors.rbs
|
|
71
|
+
- sig/resource.rbs
|
|
72
|
+
- sig/types.rbs
|
|
73
|
+
- sig/waiters.rbs
|
|
69
74
|
homepage: https://github.com/aws/aws-sdk-ruby
|
|
70
75
|
licenses:
|
|
71
76
|
- Apache-2.0
|
|
72
77
|
metadata:
|
|
73
78
|
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-cloud9
|
|
74
79
|
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-cloud9/CHANGELOG.md
|
|
75
|
-
post_install_message:
|
|
80
|
+
post_install_message:
|
|
76
81
|
rdoc_options: []
|
|
77
82
|
require_paths:
|
|
78
83
|
- lib
|
|
@@ -87,8 +92,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
87
92
|
- !ruby/object:Gem::Version
|
|
88
93
|
version: '0'
|
|
89
94
|
requirements: []
|
|
90
|
-
rubygems_version: 3.
|
|
91
|
-
signing_key:
|
|
95
|
+
rubygems_version: 3.4.10
|
|
96
|
+
signing_key:
|
|
92
97
|
specification_version: 4
|
|
93
98
|
summary: AWS SDK for Ruby - AWS Cloud9
|
|
94
99
|
test_files: []
|