aws-sdk-proton 1.32.0 → 1.34.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-proton/client.rb +1 -1
- data/lib/aws-sdk-proton/plugins/endpoints.rb +4 -2
- data/lib/aws-sdk-proton.rb +1 -1
- data/sig/client.rbs +1334 -0
- data/sig/errors.rbs +37 -0
- data/sig/resource.rbs +80 -0
- data/sig/types.rbs +1763 -0
- data/sig/waiters.rbs +118 -0
- metadata +13 -8
data/sig/client.rbs
ADDED
@@ -0,0 +1,1334 @@
|
|
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 Proton
|
10
|
+
class Client < ::Seahorse::Client::Base
|
11
|
+
include ::Aws::ClientStubs
|
12
|
+
|
13
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Proton/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 _AcceptEnvironmentAccountConnectionResponseSuccess
|
77
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::AcceptEnvironmentAccountConnectionOutput]
|
78
|
+
def environment_account_connection: () -> Types::EnvironmentAccountConnection
|
79
|
+
end
|
80
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Proton/Client.html#accept_environment_account_connection-instance_method
|
81
|
+
def accept_environment_account_connection: (
|
82
|
+
id: ::String
|
83
|
+
) -> _AcceptEnvironmentAccountConnectionResponseSuccess
|
84
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AcceptEnvironmentAccountConnectionResponseSuccess
|
85
|
+
|
86
|
+
interface _CancelComponentDeploymentResponseSuccess
|
87
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::CancelComponentDeploymentOutput]
|
88
|
+
def component: () -> Types::Component
|
89
|
+
end
|
90
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Proton/Client.html#cancel_component_deployment-instance_method
|
91
|
+
def cancel_component_deployment: (
|
92
|
+
component_name: ::String
|
93
|
+
) -> _CancelComponentDeploymentResponseSuccess
|
94
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CancelComponentDeploymentResponseSuccess
|
95
|
+
|
96
|
+
interface _CancelEnvironmentDeploymentResponseSuccess
|
97
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::CancelEnvironmentDeploymentOutput]
|
98
|
+
def environment: () -> Types::Environment
|
99
|
+
end
|
100
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Proton/Client.html#cancel_environment_deployment-instance_method
|
101
|
+
def cancel_environment_deployment: (
|
102
|
+
environment_name: ::String
|
103
|
+
) -> _CancelEnvironmentDeploymentResponseSuccess
|
104
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CancelEnvironmentDeploymentResponseSuccess
|
105
|
+
|
106
|
+
interface _CancelServiceInstanceDeploymentResponseSuccess
|
107
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::CancelServiceInstanceDeploymentOutput]
|
108
|
+
def service_instance: () -> Types::ServiceInstance
|
109
|
+
end
|
110
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Proton/Client.html#cancel_service_instance_deployment-instance_method
|
111
|
+
def cancel_service_instance_deployment: (
|
112
|
+
service_instance_name: ::String,
|
113
|
+
service_name: ::String
|
114
|
+
) -> _CancelServiceInstanceDeploymentResponseSuccess
|
115
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CancelServiceInstanceDeploymentResponseSuccess
|
116
|
+
|
117
|
+
interface _CancelServicePipelineDeploymentResponseSuccess
|
118
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::CancelServicePipelineDeploymentOutput]
|
119
|
+
def pipeline: () -> Types::ServicePipeline
|
120
|
+
end
|
121
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Proton/Client.html#cancel_service_pipeline_deployment-instance_method
|
122
|
+
def cancel_service_pipeline_deployment: (
|
123
|
+
service_name: ::String
|
124
|
+
) -> _CancelServicePipelineDeploymentResponseSuccess
|
125
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CancelServicePipelineDeploymentResponseSuccess
|
126
|
+
|
127
|
+
interface _CreateComponentResponseSuccess
|
128
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::CreateComponentOutput]
|
129
|
+
def component: () -> Types::Component
|
130
|
+
end
|
131
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Proton/Client.html#create_component-instance_method
|
132
|
+
def create_component: (
|
133
|
+
?client_token: ::String,
|
134
|
+
?description: ::String,
|
135
|
+
?environment_name: ::String,
|
136
|
+
manifest: ::String,
|
137
|
+
name: ::String,
|
138
|
+
?service_instance_name: ::String,
|
139
|
+
?service_name: ::String,
|
140
|
+
?service_spec: ::String,
|
141
|
+
?tags: Array[
|
142
|
+
{
|
143
|
+
key: ::String,
|
144
|
+
value: ::String
|
145
|
+
},
|
146
|
+
],
|
147
|
+
template_file: ::String
|
148
|
+
) -> _CreateComponentResponseSuccess
|
149
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateComponentResponseSuccess
|
150
|
+
|
151
|
+
interface _CreateEnvironmentResponseSuccess
|
152
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::CreateEnvironmentOutput]
|
153
|
+
def environment: () -> Types::Environment
|
154
|
+
end
|
155
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Proton/Client.html#create_environment-instance_method
|
156
|
+
def create_environment: (
|
157
|
+
?codebuild_role_arn: ::String,
|
158
|
+
?component_role_arn: ::String,
|
159
|
+
?description: ::String,
|
160
|
+
?environment_account_connection_id: ::String,
|
161
|
+
name: ::String,
|
162
|
+
?proton_service_role_arn: ::String,
|
163
|
+
?provisioning_repository: {
|
164
|
+
branch: ::String,
|
165
|
+
name: ::String,
|
166
|
+
provider: ("GITHUB" | "GITHUB_ENTERPRISE" | "BITBUCKET")
|
167
|
+
},
|
168
|
+
spec: ::String,
|
169
|
+
?tags: Array[
|
170
|
+
{
|
171
|
+
key: ::String,
|
172
|
+
value: ::String
|
173
|
+
},
|
174
|
+
],
|
175
|
+
template_major_version: ::String,
|
176
|
+
?template_minor_version: ::String,
|
177
|
+
template_name: ::String
|
178
|
+
) -> _CreateEnvironmentResponseSuccess
|
179
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateEnvironmentResponseSuccess
|
180
|
+
|
181
|
+
interface _CreateEnvironmentAccountConnectionResponseSuccess
|
182
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::CreateEnvironmentAccountConnectionOutput]
|
183
|
+
def environment_account_connection: () -> Types::EnvironmentAccountConnection
|
184
|
+
end
|
185
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Proton/Client.html#create_environment_account_connection-instance_method
|
186
|
+
def create_environment_account_connection: (
|
187
|
+
?client_token: ::String,
|
188
|
+
?codebuild_role_arn: ::String,
|
189
|
+
?component_role_arn: ::String,
|
190
|
+
environment_name: ::String,
|
191
|
+
management_account_id: ::String,
|
192
|
+
?role_arn: ::String,
|
193
|
+
?tags: Array[
|
194
|
+
{
|
195
|
+
key: ::String,
|
196
|
+
value: ::String
|
197
|
+
},
|
198
|
+
]
|
199
|
+
) -> _CreateEnvironmentAccountConnectionResponseSuccess
|
200
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateEnvironmentAccountConnectionResponseSuccess
|
201
|
+
|
202
|
+
interface _CreateEnvironmentTemplateResponseSuccess
|
203
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::CreateEnvironmentTemplateOutput]
|
204
|
+
def environment_template: () -> Types::EnvironmentTemplate
|
205
|
+
end
|
206
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Proton/Client.html#create_environment_template-instance_method
|
207
|
+
def create_environment_template: (
|
208
|
+
?description: ::String,
|
209
|
+
?display_name: ::String,
|
210
|
+
?encryption_key: ::String,
|
211
|
+
name: ::String,
|
212
|
+
?provisioning: ("CUSTOMER_MANAGED"),
|
213
|
+
?tags: Array[
|
214
|
+
{
|
215
|
+
key: ::String,
|
216
|
+
value: ::String
|
217
|
+
},
|
218
|
+
]
|
219
|
+
) -> _CreateEnvironmentTemplateResponseSuccess
|
220
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateEnvironmentTemplateResponseSuccess
|
221
|
+
|
222
|
+
interface _CreateEnvironmentTemplateVersionResponseSuccess
|
223
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::CreateEnvironmentTemplateVersionOutput]
|
224
|
+
def environment_template_version: () -> Types::EnvironmentTemplateVersion
|
225
|
+
end
|
226
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Proton/Client.html#create_environment_template_version-instance_method
|
227
|
+
def create_environment_template_version: (
|
228
|
+
?client_token: ::String,
|
229
|
+
?description: ::String,
|
230
|
+
?major_version: ::String,
|
231
|
+
source: {
|
232
|
+
s3: {
|
233
|
+
bucket: ::String,
|
234
|
+
key: ::String
|
235
|
+
}?
|
236
|
+
},
|
237
|
+
?tags: Array[
|
238
|
+
{
|
239
|
+
key: ::String,
|
240
|
+
value: ::String
|
241
|
+
},
|
242
|
+
],
|
243
|
+
template_name: ::String
|
244
|
+
) -> _CreateEnvironmentTemplateVersionResponseSuccess
|
245
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateEnvironmentTemplateVersionResponseSuccess
|
246
|
+
|
247
|
+
interface _CreateRepositoryResponseSuccess
|
248
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::CreateRepositoryOutput]
|
249
|
+
def repository: () -> Types::Repository
|
250
|
+
end
|
251
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Proton/Client.html#create_repository-instance_method
|
252
|
+
def create_repository: (
|
253
|
+
connection_arn: ::String,
|
254
|
+
?encryption_key: ::String,
|
255
|
+
name: ::String,
|
256
|
+
provider: ("GITHUB" | "GITHUB_ENTERPRISE" | "BITBUCKET"),
|
257
|
+
?tags: Array[
|
258
|
+
{
|
259
|
+
key: ::String,
|
260
|
+
value: ::String
|
261
|
+
},
|
262
|
+
]
|
263
|
+
) -> _CreateRepositoryResponseSuccess
|
264
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateRepositoryResponseSuccess
|
265
|
+
|
266
|
+
interface _CreateServiceResponseSuccess
|
267
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::CreateServiceOutput]
|
268
|
+
def service: () -> Types::Service
|
269
|
+
end
|
270
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Proton/Client.html#create_service-instance_method
|
271
|
+
def create_service: (
|
272
|
+
?branch_name: ::String,
|
273
|
+
?description: ::String,
|
274
|
+
name: ::String,
|
275
|
+
?repository_connection_arn: ::String,
|
276
|
+
?repository_id: ::String,
|
277
|
+
spec: ::String,
|
278
|
+
?tags: Array[
|
279
|
+
{
|
280
|
+
key: ::String,
|
281
|
+
value: ::String
|
282
|
+
},
|
283
|
+
],
|
284
|
+
template_major_version: ::String,
|
285
|
+
?template_minor_version: ::String,
|
286
|
+
template_name: ::String
|
287
|
+
) -> _CreateServiceResponseSuccess
|
288
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateServiceResponseSuccess
|
289
|
+
|
290
|
+
interface _CreateServiceInstanceResponseSuccess
|
291
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::CreateServiceInstanceOutput]
|
292
|
+
def service_instance: () -> Types::ServiceInstance
|
293
|
+
end
|
294
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Proton/Client.html#create_service_instance-instance_method
|
295
|
+
def create_service_instance: (
|
296
|
+
?client_token: ::String,
|
297
|
+
name: ::String,
|
298
|
+
service_name: ::String,
|
299
|
+
spec: ::String,
|
300
|
+
?tags: Array[
|
301
|
+
{
|
302
|
+
key: ::String,
|
303
|
+
value: ::String
|
304
|
+
},
|
305
|
+
],
|
306
|
+
?template_major_version: ::String,
|
307
|
+
?template_minor_version: ::String
|
308
|
+
) -> _CreateServiceInstanceResponseSuccess
|
309
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateServiceInstanceResponseSuccess
|
310
|
+
|
311
|
+
interface _CreateServiceSyncConfigResponseSuccess
|
312
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::CreateServiceSyncConfigOutput]
|
313
|
+
def service_sync_config: () -> Types::ServiceSyncConfig
|
314
|
+
end
|
315
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Proton/Client.html#create_service_sync_config-instance_method
|
316
|
+
def create_service_sync_config: (
|
317
|
+
branch: ::String,
|
318
|
+
file_path: ::String,
|
319
|
+
repository_name: ::String,
|
320
|
+
repository_provider: ("GITHUB" | "GITHUB_ENTERPRISE" | "BITBUCKET"),
|
321
|
+
service_name: ::String
|
322
|
+
) -> _CreateServiceSyncConfigResponseSuccess
|
323
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateServiceSyncConfigResponseSuccess
|
324
|
+
|
325
|
+
interface _CreateServiceTemplateResponseSuccess
|
326
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::CreateServiceTemplateOutput]
|
327
|
+
def service_template: () -> Types::ServiceTemplate
|
328
|
+
end
|
329
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Proton/Client.html#create_service_template-instance_method
|
330
|
+
def create_service_template: (
|
331
|
+
?description: ::String,
|
332
|
+
?display_name: ::String,
|
333
|
+
?encryption_key: ::String,
|
334
|
+
name: ::String,
|
335
|
+
?pipeline_provisioning: ("CUSTOMER_MANAGED"),
|
336
|
+
?tags: Array[
|
337
|
+
{
|
338
|
+
key: ::String,
|
339
|
+
value: ::String
|
340
|
+
},
|
341
|
+
]
|
342
|
+
) -> _CreateServiceTemplateResponseSuccess
|
343
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateServiceTemplateResponseSuccess
|
344
|
+
|
345
|
+
interface _CreateServiceTemplateVersionResponseSuccess
|
346
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::CreateServiceTemplateVersionOutput]
|
347
|
+
def service_template_version: () -> Types::ServiceTemplateVersion
|
348
|
+
end
|
349
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Proton/Client.html#create_service_template_version-instance_method
|
350
|
+
def create_service_template_version: (
|
351
|
+
?client_token: ::String,
|
352
|
+
compatible_environment_templates: Array[
|
353
|
+
{
|
354
|
+
major_version: ::String,
|
355
|
+
template_name: ::String
|
356
|
+
},
|
357
|
+
],
|
358
|
+
?description: ::String,
|
359
|
+
?major_version: ::String,
|
360
|
+
source: {
|
361
|
+
s3: {
|
362
|
+
bucket: ::String,
|
363
|
+
key: ::String
|
364
|
+
}?
|
365
|
+
},
|
366
|
+
?supported_component_sources: Array[("DIRECTLY_DEFINED")],
|
367
|
+
?tags: Array[
|
368
|
+
{
|
369
|
+
key: ::String,
|
370
|
+
value: ::String
|
371
|
+
},
|
372
|
+
],
|
373
|
+
template_name: ::String
|
374
|
+
) -> _CreateServiceTemplateVersionResponseSuccess
|
375
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateServiceTemplateVersionResponseSuccess
|
376
|
+
|
377
|
+
interface _CreateTemplateSyncConfigResponseSuccess
|
378
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::CreateTemplateSyncConfigOutput]
|
379
|
+
def template_sync_config: () -> Types::TemplateSyncConfig
|
380
|
+
end
|
381
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Proton/Client.html#create_template_sync_config-instance_method
|
382
|
+
def create_template_sync_config: (
|
383
|
+
branch: ::String,
|
384
|
+
repository_name: ::String,
|
385
|
+
repository_provider: ("GITHUB" | "GITHUB_ENTERPRISE" | "BITBUCKET"),
|
386
|
+
?subdirectory: ::String,
|
387
|
+
template_name: ::String,
|
388
|
+
template_type: ("ENVIRONMENT" | "SERVICE")
|
389
|
+
) -> _CreateTemplateSyncConfigResponseSuccess
|
390
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateTemplateSyncConfigResponseSuccess
|
391
|
+
|
392
|
+
interface _DeleteComponentResponseSuccess
|
393
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DeleteComponentOutput]
|
394
|
+
def component: () -> Types::Component
|
395
|
+
end
|
396
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Proton/Client.html#delete_component-instance_method
|
397
|
+
def delete_component: (
|
398
|
+
name: ::String
|
399
|
+
) -> _DeleteComponentResponseSuccess
|
400
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteComponentResponseSuccess
|
401
|
+
|
402
|
+
interface _DeleteDeploymentResponseSuccess
|
403
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DeleteDeploymentOutput]
|
404
|
+
def deployment: () -> Types::Deployment
|
405
|
+
end
|
406
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Proton/Client.html#delete_deployment-instance_method
|
407
|
+
def delete_deployment: (
|
408
|
+
id: ::String
|
409
|
+
) -> _DeleteDeploymentResponseSuccess
|
410
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteDeploymentResponseSuccess
|
411
|
+
|
412
|
+
interface _DeleteEnvironmentResponseSuccess
|
413
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DeleteEnvironmentOutput]
|
414
|
+
def environment: () -> Types::Environment
|
415
|
+
end
|
416
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Proton/Client.html#delete_environment-instance_method
|
417
|
+
def delete_environment: (
|
418
|
+
name: ::String
|
419
|
+
) -> _DeleteEnvironmentResponseSuccess
|
420
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteEnvironmentResponseSuccess
|
421
|
+
|
422
|
+
interface _DeleteEnvironmentAccountConnectionResponseSuccess
|
423
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DeleteEnvironmentAccountConnectionOutput]
|
424
|
+
def environment_account_connection: () -> Types::EnvironmentAccountConnection
|
425
|
+
end
|
426
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Proton/Client.html#delete_environment_account_connection-instance_method
|
427
|
+
def delete_environment_account_connection: (
|
428
|
+
id: ::String
|
429
|
+
) -> _DeleteEnvironmentAccountConnectionResponseSuccess
|
430
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteEnvironmentAccountConnectionResponseSuccess
|
431
|
+
|
432
|
+
interface _DeleteEnvironmentTemplateResponseSuccess
|
433
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DeleteEnvironmentTemplateOutput]
|
434
|
+
def environment_template: () -> Types::EnvironmentTemplate
|
435
|
+
end
|
436
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Proton/Client.html#delete_environment_template-instance_method
|
437
|
+
def delete_environment_template: (
|
438
|
+
name: ::String
|
439
|
+
) -> _DeleteEnvironmentTemplateResponseSuccess
|
440
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteEnvironmentTemplateResponseSuccess
|
441
|
+
|
442
|
+
interface _DeleteEnvironmentTemplateVersionResponseSuccess
|
443
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DeleteEnvironmentTemplateVersionOutput]
|
444
|
+
def environment_template_version: () -> Types::EnvironmentTemplateVersion
|
445
|
+
end
|
446
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Proton/Client.html#delete_environment_template_version-instance_method
|
447
|
+
def delete_environment_template_version: (
|
448
|
+
major_version: ::String,
|
449
|
+
minor_version: ::String,
|
450
|
+
template_name: ::String
|
451
|
+
) -> _DeleteEnvironmentTemplateVersionResponseSuccess
|
452
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteEnvironmentTemplateVersionResponseSuccess
|
453
|
+
|
454
|
+
interface _DeleteRepositoryResponseSuccess
|
455
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DeleteRepositoryOutput]
|
456
|
+
def repository: () -> Types::Repository
|
457
|
+
end
|
458
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Proton/Client.html#delete_repository-instance_method
|
459
|
+
def delete_repository: (
|
460
|
+
name: ::String,
|
461
|
+
provider: ("GITHUB" | "GITHUB_ENTERPRISE" | "BITBUCKET")
|
462
|
+
) -> _DeleteRepositoryResponseSuccess
|
463
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteRepositoryResponseSuccess
|
464
|
+
|
465
|
+
interface _DeleteServiceResponseSuccess
|
466
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DeleteServiceOutput]
|
467
|
+
def service: () -> Types::Service
|
468
|
+
end
|
469
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Proton/Client.html#delete_service-instance_method
|
470
|
+
def delete_service: (
|
471
|
+
name: ::String
|
472
|
+
) -> _DeleteServiceResponseSuccess
|
473
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteServiceResponseSuccess
|
474
|
+
|
475
|
+
interface _DeleteServiceSyncConfigResponseSuccess
|
476
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DeleteServiceSyncConfigOutput]
|
477
|
+
def service_sync_config: () -> Types::ServiceSyncConfig
|
478
|
+
end
|
479
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Proton/Client.html#delete_service_sync_config-instance_method
|
480
|
+
def delete_service_sync_config: (
|
481
|
+
service_name: ::String
|
482
|
+
) -> _DeleteServiceSyncConfigResponseSuccess
|
483
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteServiceSyncConfigResponseSuccess
|
484
|
+
|
485
|
+
interface _DeleteServiceTemplateResponseSuccess
|
486
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DeleteServiceTemplateOutput]
|
487
|
+
def service_template: () -> Types::ServiceTemplate
|
488
|
+
end
|
489
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Proton/Client.html#delete_service_template-instance_method
|
490
|
+
def delete_service_template: (
|
491
|
+
name: ::String
|
492
|
+
) -> _DeleteServiceTemplateResponseSuccess
|
493
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteServiceTemplateResponseSuccess
|
494
|
+
|
495
|
+
interface _DeleteServiceTemplateVersionResponseSuccess
|
496
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DeleteServiceTemplateVersionOutput]
|
497
|
+
def service_template_version: () -> Types::ServiceTemplateVersion
|
498
|
+
end
|
499
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Proton/Client.html#delete_service_template_version-instance_method
|
500
|
+
def delete_service_template_version: (
|
501
|
+
major_version: ::String,
|
502
|
+
minor_version: ::String,
|
503
|
+
template_name: ::String
|
504
|
+
) -> _DeleteServiceTemplateVersionResponseSuccess
|
505
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteServiceTemplateVersionResponseSuccess
|
506
|
+
|
507
|
+
interface _DeleteTemplateSyncConfigResponseSuccess
|
508
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DeleteTemplateSyncConfigOutput]
|
509
|
+
def template_sync_config: () -> Types::TemplateSyncConfig
|
510
|
+
end
|
511
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Proton/Client.html#delete_template_sync_config-instance_method
|
512
|
+
def delete_template_sync_config: (
|
513
|
+
template_name: ::String,
|
514
|
+
template_type: ("ENVIRONMENT" | "SERVICE")
|
515
|
+
) -> _DeleteTemplateSyncConfigResponseSuccess
|
516
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteTemplateSyncConfigResponseSuccess
|
517
|
+
|
518
|
+
interface _GetAccountSettingsResponseSuccess
|
519
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetAccountSettingsOutput]
|
520
|
+
def account_settings: () -> Types::AccountSettings
|
521
|
+
end
|
522
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Proton/Client.html#get_account_settings-instance_method
|
523
|
+
def get_account_settings: (
|
524
|
+
) -> _GetAccountSettingsResponseSuccess
|
525
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetAccountSettingsResponseSuccess
|
526
|
+
|
527
|
+
interface _GetComponentResponseSuccess
|
528
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetComponentOutput]
|
529
|
+
def component: () -> Types::Component
|
530
|
+
end
|
531
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Proton/Client.html#get_component-instance_method
|
532
|
+
def get_component: (
|
533
|
+
name: ::String
|
534
|
+
) -> _GetComponentResponseSuccess
|
535
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetComponentResponseSuccess
|
536
|
+
|
537
|
+
interface _GetDeploymentResponseSuccess
|
538
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetDeploymentOutput]
|
539
|
+
def deployment: () -> Types::Deployment
|
540
|
+
end
|
541
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Proton/Client.html#get_deployment-instance_method
|
542
|
+
def get_deployment: (
|
543
|
+
?component_name: ::String,
|
544
|
+
?environment_name: ::String,
|
545
|
+
id: ::String,
|
546
|
+
?service_instance_name: ::String,
|
547
|
+
?service_name: ::String
|
548
|
+
) -> _GetDeploymentResponseSuccess
|
549
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetDeploymentResponseSuccess
|
550
|
+
|
551
|
+
interface _GetEnvironmentResponseSuccess
|
552
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetEnvironmentOutput]
|
553
|
+
def environment: () -> Types::Environment
|
554
|
+
end
|
555
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Proton/Client.html#get_environment-instance_method
|
556
|
+
def get_environment: (
|
557
|
+
name: ::String
|
558
|
+
) -> _GetEnvironmentResponseSuccess
|
559
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetEnvironmentResponseSuccess
|
560
|
+
|
561
|
+
interface _GetEnvironmentAccountConnectionResponseSuccess
|
562
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetEnvironmentAccountConnectionOutput]
|
563
|
+
def environment_account_connection: () -> Types::EnvironmentAccountConnection
|
564
|
+
end
|
565
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Proton/Client.html#get_environment_account_connection-instance_method
|
566
|
+
def get_environment_account_connection: (
|
567
|
+
id: ::String
|
568
|
+
) -> _GetEnvironmentAccountConnectionResponseSuccess
|
569
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetEnvironmentAccountConnectionResponseSuccess
|
570
|
+
|
571
|
+
interface _GetEnvironmentTemplateResponseSuccess
|
572
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetEnvironmentTemplateOutput]
|
573
|
+
def environment_template: () -> Types::EnvironmentTemplate
|
574
|
+
end
|
575
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Proton/Client.html#get_environment_template-instance_method
|
576
|
+
def get_environment_template: (
|
577
|
+
name: ::String
|
578
|
+
) -> _GetEnvironmentTemplateResponseSuccess
|
579
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetEnvironmentTemplateResponseSuccess
|
580
|
+
|
581
|
+
interface _GetEnvironmentTemplateVersionResponseSuccess
|
582
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetEnvironmentTemplateVersionOutput]
|
583
|
+
def environment_template_version: () -> Types::EnvironmentTemplateVersion
|
584
|
+
end
|
585
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Proton/Client.html#get_environment_template_version-instance_method
|
586
|
+
def get_environment_template_version: (
|
587
|
+
major_version: ::String,
|
588
|
+
minor_version: ::String,
|
589
|
+
template_name: ::String
|
590
|
+
) -> _GetEnvironmentTemplateVersionResponseSuccess
|
591
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetEnvironmentTemplateVersionResponseSuccess
|
592
|
+
|
593
|
+
interface _GetRepositoryResponseSuccess
|
594
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetRepositoryOutput]
|
595
|
+
def repository: () -> Types::Repository
|
596
|
+
end
|
597
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Proton/Client.html#get_repository-instance_method
|
598
|
+
def get_repository: (
|
599
|
+
name: ::String,
|
600
|
+
provider: ("GITHUB" | "GITHUB_ENTERPRISE" | "BITBUCKET")
|
601
|
+
) -> _GetRepositoryResponseSuccess
|
602
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetRepositoryResponseSuccess
|
603
|
+
|
604
|
+
interface _GetRepositorySyncStatusResponseSuccess
|
605
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetRepositorySyncStatusOutput]
|
606
|
+
def latest_sync: () -> Types::RepositorySyncAttempt
|
607
|
+
end
|
608
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Proton/Client.html#get_repository_sync_status-instance_method
|
609
|
+
def get_repository_sync_status: (
|
610
|
+
branch: ::String,
|
611
|
+
repository_name: ::String,
|
612
|
+
repository_provider: ("GITHUB" | "GITHUB_ENTERPRISE" | "BITBUCKET"),
|
613
|
+
sync_type: ("TEMPLATE_SYNC" | "SERVICE_SYNC")
|
614
|
+
) -> _GetRepositorySyncStatusResponseSuccess
|
615
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetRepositorySyncStatusResponseSuccess
|
616
|
+
|
617
|
+
interface _GetResourcesSummaryResponseSuccess
|
618
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetResourcesSummaryOutput]
|
619
|
+
def counts: () -> Types::CountsSummary
|
620
|
+
end
|
621
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Proton/Client.html#get_resources_summary-instance_method
|
622
|
+
def get_resources_summary: (
|
623
|
+
) -> _GetResourcesSummaryResponseSuccess
|
624
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetResourcesSummaryResponseSuccess
|
625
|
+
|
626
|
+
interface _GetServiceResponseSuccess
|
627
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetServiceOutput]
|
628
|
+
def service: () -> Types::Service
|
629
|
+
end
|
630
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Proton/Client.html#get_service-instance_method
|
631
|
+
def get_service: (
|
632
|
+
name: ::String
|
633
|
+
) -> _GetServiceResponseSuccess
|
634
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetServiceResponseSuccess
|
635
|
+
|
636
|
+
interface _GetServiceInstanceResponseSuccess
|
637
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetServiceInstanceOutput]
|
638
|
+
def service_instance: () -> Types::ServiceInstance
|
639
|
+
end
|
640
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Proton/Client.html#get_service_instance-instance_method
|
641
|
+
def get_service_instance: (
|
642
|
+
name: ::String,
|
643
|
+
service_name: ::String
|
644
|
+
) -> _GetServiceInstanceResponseSuccess
|
645
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetServiceInstanceResponseSuccess
|
646
|
+
|
647
|
+
interface _GetServiceInstanceSyncStatusResponseSuccess
|
648
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetServiceInstanceSyncStatusOutput]
|
649
|
+
def desired_state: () -> Types::Revision
|
650
|
+
def latest_successful_sync: () -> Types::ResourceSyncAttempt
|
651
|
+
def latest_sync: () -> Types::ResourceSyncAttempt
|
652
|
+
end
|
653
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Proton/Client.html#get_service_instance_sync_status-instance_method
|
654
|
+
def get_service_instance_sync_status: (
|
655
|
+
service_instance_name: ::String,
|
656
|
+
service_name: ::String
|
657
|
+
) -> _GetServiceInstanceSyncStatusResponseSuccess
|
658
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetServiceInstanceSyncStatusResponseSuccess
|
659
|
+
|
660
|
+
interface _GetServiceSyncBlockerSummaryResponseSuccess
|
661
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetServiceSyncBlockerSummaryOutput]
|
662
|
+
def service_sync_blocker_summary: () -> Types::ServiceSyncBlockerSummary
|
663
|
+
end
|
664
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Proton/Client.html#get_service_sync_blocker_summary-instance_method
|
665
|
+
def get_service_sync_blocker_summary: (
|
666
|
+
?service_instance_name: ::String,
|
667
|
+
service_name: ::String
|
668
|
+
) -> _GetServiceSyncBlockerSummaryResponseSuccess
|
669
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetServiceSyncBlockerSummaryResponseSuccess
|
670
|
+
|
671
|
+
interface _GetServiceSyncConfigResponseSuccess
|
672
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetServiceSyncConfigOutput]
|
673
|
+
def service_sync_config: () -> Types::ServiceSyncConfig
|
674
|
+
end
|
675
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Proton/Client.html#get_service_sync_config-instance_method
|
676
|
+
def get_service_sync_config: (
|
677
|
+
service_name: ::String
|
678
|
+
) -> _GetServiceSyncConfigResponseSuccess
|
679
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetServiceSyncConfigResponseSuccess
|
680
|
+
|
681
|
+
interface _GetServiceTemplateResponseSuccess
|
682
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetServiceTemplateOutput]
|
683
|
+
def service_template: () -> Types::ServiceTemplate
|
684
|
+
end
|
685
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Proton/Client.html#get_service_template-instance_method
|
686
|
+
def get_service_template: (
|
687
|
+
name: ::String
|
688
|
+
) -> _GetServiceTemplateResponseSuccess
|
689
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetServiceTemplateResponseSuccess
|
690
|
+
|
691
|
+
interface _GetServiceTemplateVersionResponseSuccess
|
692
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetServiceTemplateVersionOutput]
|
693
|
+
def service_template_version: () -> Types::ServiceTemplateVersion
|
694
|
+
end
|
695
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Proton/Client.html#get_service_template_version-instance_method
|
696
|
+
def get_service_template_version: (
|
697
|
+
major_version: ::String,
|
698
|
+
minor_version: ::String,
|
699
|
+
template_name: ::String
|
700
|
+
) -> _GetServiceTemplateVersionResponseSuccess
|
701
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetServiceTemplateVersionResponseSuccess
|
702
|
+
|
703
|
+
interface _GetTemplateSyncConfigResponseSuccess
|
704
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetTemplateSyncConfigOutput]
|
705
|
+
def template_sync_config: () -> Types::TemplateSyncConfig
|
706
|
+
end
|
707
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Proton/Client.html#get_template_sync_config-instance_method
|
708
|
+
def get_template_sync_config: (
|
709
|
+
template_name: ::String,
|
710
|
+
template_type: ("ENVIRONMENT" | "SERVICE")
|
711
|
+
) -> _GetTemplateSyncConfigResponseSuccess
|
712
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetTemplateSyncConfigResponseSuccess
|
713
|
+
|
714
|
+
interface _GetTemplateSyncStatusResponseSuccess
|
715
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetTemplateSyncStatusOutput]
|
716
|
+
def desired_state: () -> Types::Revision
|
717
|
+
def latest_successful_sync: () -> Types::ResourceSyncAttempt
|
718
|
+
def latest_sync: () -> Types::ResourceSyncAttempt
|
719
|
+
end
|
720
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Proton/Client.html#get_template_sync_status-instance_method
|
721
|
+
def get_template_sync_status: (
|
722
|
+
template_name: ::String,
|
723
|
+
template_type: ("ENVIRONMENT" | "SERVICE"),
|
724
|
+
template_version: ::String
|
725
|
+
) -> _GetTemplateSyncStatusResponseSuccess
|
726
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetTemplateSyncStatusResponseSuccess
|
727
|
+
|
728
|
+
interface _ListComponentOutputsResponseSuccess
|
729
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListComponentOutputsOutput]
|
730
|
+
def next_token: () -> ::String
|
731
|
+
def outputs: () -> ::Array[Types::Output]
|
732
|
+
end
|
733
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Proton/Client.html#list_component_outputs-instance_method
|
734
|
+
def list_component_outputs: (
|
735
|
+
component_name: ::String,
|
736
|
+
?deployment_id: ::String,
|
737
|
+
?next_token: ::String
|
738
|
+
) -> _ListComponentOutputsResponseSuccess
|
739
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListComponentOutputsResponseSuccess
|
740
|
+
|
741
|
+
interface _ListComponentProvisionedResourcesResponseSuccess
|
742
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListComponentProvisionedResourcesOutput]
|
743
|
+
def next_token: () -> ::String
|
744
|
+
def provisioned_resources: () -> ::Array[Types::ProvisionedResource]
|
745
|
+
end
|
746
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Proton/Client.html#list_component_provisioned_resources-instance_method
|
747
|
+
def list_component_provisioned_resources: (
|
748
|
+
component_name: ::String,
|
749
|
+
?next_token: ::String
|
750
|
+
) -> _ListComponentProvisionedResourcesResponseSuccess
|
751
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListComponentProvisionedResourcesResponseSuccess
|
752
|
+
|
753
|
+
interface _ListComponentsResponseSuccess
|
754
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListComponentsOutput]
|
755
|
+
def components: () -> ::Array[Types::ComponentSummary]
|
756
|
+
def next_token: () -> ::String
|
757
|
+
end
|
758
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Proton/Client.html#list_components-instance_method
|
759
|
+
def list_components: (
|
760
|
+
?environment_name: ::String,
|
761
|
+
?max_results: ::Integer,
|
762
|
+
?next_token: ::String,
|
763
|
+
?service_instance_name: ::String,
|
764
|
+
?service_name: ::String
|
765
|
+
) -> _ListComponentsResponseSuccess
|
766
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListComponentsResponseSuccess
|
767
|
+
|
768
|
+
interface _ListDeploymentsResponseSuccess
|
769
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListDeploymentsOutput]
|
770
|
+
def deployments: () -> ::Array[Types::DeploymentSummary]
|
771
|
+
def next_token: () -> ::String
|
772
|
+
end
|
773
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Proton/Client.html#list_deployments-instance_method
|
774
|
+
def list_deployments: (
|
775
|
+
?component_name: ::String,
|
776
|
+
?environment_name: ::String,
|
777
|
+
?max_results: ::Integer,
|
778
|
+
?next_token: ::String,
|
779
|
+
?service_instance_name: ::String,
|
780
|
+
?service_name: ::String
|
781
|
+
) -> _ListDeploymentsResponseSuccess
|
782
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListDeploymentsResponseSuccess
|
783
|
+
|
784
|
+
interface _ListEnvironmentAccountConnectionsResponseSuccess
|
785
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListEnvironmentAccountConnectionsOutput]
|
786
|
+
def environment_account_connections: () -> ::Array[Types::EnvironmentAccountConnectionSummary]
|
787
|
+
def next_token: () -> ::String
|
788
|
+
end
|
789
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Proton/Client.html#list_environment_account_connections-instance_method
|
790
|
+
def list_environment_account_connections: (
|
791
|
+
?environment_name: ::String,
|
792
|
+
?max_results: ::Integer,
|
793
|
+
?next_token: ::String,
|
794
|
+
requested_by: ("MANAGEMENT_ACCOUNT" | "ENVIRONMENT_ACCOUNT"),
|
795
|
+
?statuses: Array[("PENDING" | "CONNECTED" | "REJECTED")]
|
796
|
+
) -> _ListEnvironmentAccountConnectionsResponseSuccess
|
797
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListEnvironmentAccountConnectionsResponseSuccess
|
798
|
+
|
799
|
+
interface _ListEnvironmentOutputsResponseSuccess
|
800
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListEnvironmentOutputsOutput]
|
801
|
+
def next_token: () -> ::String
|
802
|
+
def outputs: () -> ::Array[Types::Output]
|
803
|
+
end
|
804
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Proton/Client.html#list_environment_outputs-instance_method
|
805
|
+
def list_environment_outputs: (
|
806
|
+
?deployment_id: ::String,
|
807
|
+
environment_name: ::String,
|
808
|
+
?next_token: ::String
|
809
|
+
) -> _ListEnvironmentOutputsResponseSuccess
|
810
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListEnvironmentOutputsResponseSuccess
|
811
|
+
|
812
|
+
interface _ListEnvironmentProvisionedResourcesResponseSuccess
|
813
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListEnvironmentProvisionedResourcesOutput]
|
814
|
+
def next_token: () -> ::String
|
815
|
+
def provisioned_resources: () -> ::Array[Types::ProvisionedResource]
|
816
|
+
end
|
817
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Proton/Client.html#list_environment_provisioned_resources-instance_method
|
818
|
+
def list_environment_provisioned_resources: (
|
819
|
+
environment_name: ::String,
|
820
|
+
?next_token: ::String
|
821
|
+
) -> _ListEnvironmentProvisionedResourcesResponseSuccess
|
822
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListEnvironmentProvisionedResourcesResponseSuccess
|
823
|
+
|
824
|
+
interface _ListEnvironmentTemplateVersionsResponseSuccess
|
825
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListEnvironmentTemplateVersionsOutput]
|
826
|
+
def next_token: () -> ::String
|
827
|
+
def template_versions: () -> ::Array[Types::EnvironmentTemplateVersionSummary]
|
828
|
+
end
|
829
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Proton/Client.html#list_environment_template_versions-instance_method
|
830
|
+
def list_environment_template_versions: (
|
831
|
+
?major_version: ::String,
|
832
|
+
?max_results: ::Integer,
|
833
|
+
?next_token: ::String,
|
834
|
+
template_name: ::String
|
835
|
+
) -> _ListEnvironmentTemplateVersionsResponseSuccess
|
836
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListEnvironmentTemplateVersionsResponseSuccess
|
837
|
+
|
838
|
+
interface _ListEnvironmentTemplatesResponseSuccess
|
839
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListEnvironmentTemplatesOutput]
|
840
|
+
def next_token: () -> ::String
|
841
|
+
def templates: () -> ::Array[Types::EnvironmentTemplateSummary]
|
842
|
+
end
|
843
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Proton/Client.html#list_environment_templates-instance_method
|
844
|
+
def list_environment_templates: (
|
845
|
+
?max_results: ::Integer,
|
846
|
+
?next_token: ::String
|
847
|
+
) -> _ListEnvironmentTemplatesResponseSuccess
|
848
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListEnvironmentTemplatesResponseSuccess
|
849
|
+
|
850
|
+
interface _ListEnvironmentsResponseSuccess
|
851
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListEnvironmentsOutput]
|
852
|
+
def environments: () -> ::Array[Types::EnvironmentSummary]
|
853
|
+
def next_token: () -> ::String
|
854
|
+
end
|
855
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Proton/Client.html#list_environments-instance_method
|
856
|
+
def list_environments: (
|
857
|
+
?environment_templates: Array[
|
858
|
+
{
|
859
|
+
major_version: ::String,
|
860
|
+
template_name: ::String
|
861
|
+
},
|
862
|
+
],
|
863
|
+
?max_results: ::Integer,
|
864
|
+
?next_token: ::String
|
865
|
+
) -> _ListEnvironmentsResponseSuccess
|
866
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListEnvironmentsResponseSuccess
|
867
|
+
|
868
|
+
interface _ListRepositoriesResponseSuccess
|
869
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListRepositoriesOutput]
|
870
|
+
def next_token: () -> ::String
|
871
|
+
def repositories: () -> ::Array[Types::RepositorySummary]
|
872
|
+
end
|
873
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Proton/Client.html#list_repositories-instance_method
|
874
|
+
def list_repositories: (
|
875
|
+
?max_results: ::Integer,
|
876
|
+
?next_token: ::String
|
877
|
+
) -> _ListRepositoriesResponseSuccess
|
878
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListRepositoriesResponseSuccess
|
879
|
+
|
880
|
+
interface _ListRepositorySyncDefinitionsResponseSuccess
|
881
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListRepositorySyncDefinitionsOutput]
|
882
|
+
def next_token: () -> ::String
|
883
|
+
def sync_definitions: () -> ::Array[Types::RepositorySyncDefinition]
|
884
|
+
end
|
885
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Proton/Client.html#list_repository_sync_definitions-instance_method
|
886
|
+
def list_repository_sync_definitions: (
|
887
|
+
?next_token: ::String,
|
888
|
+
repository_name: ::String,
|
889
|
+
repository_provider: ("GITHUB" | "GITHUB_ENTERPRISE" | "BITBUCKET"),
|
890
|
+
sync_type: ("TEMPLATE_SYNC" | "SERVICE_SYNC")
|
891
|
+
) -> _ListRepositorySyncDefinitionsResponseSuccess
|
892
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListRepositorySyncDefinitionsResponseSuccess
|
893
|
+
|
894
|
+
interface _ListServiceInstanceOutputsResponseSuccess
|
895
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListServiceInstanceOutputsOutput]
|
896
|
+
def next_token: () -> ::String
|
897
|
+
def outputs: () -> ::Array[Types::Output]
|
898
|
+
end
|
899
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Proton/Client.html#list_service_instance_outputs-instance_method
|
900
|
+
def list_service_instance_outputs: (
|
901
|
+
?deployment_id: ::String,
|
902
|
+
?next_token: ::String,
|
903
|
+
service_instance_name: ::String,
|
904
|
+
service_name: ::String
|
905
|
+
) -> _ListServiceInstanceOutputsResponseSuccess
|
906
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListServiceInstanceOutputsResponseSuccess
|
907
|
+
|
908
|
+
interface _ListServiceInstanceProvisionedResourcesResponseSuccess
|
909
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListServiceInstanceProvisionedResourcesOutput]
|
910
|
+
def next_token: () -> ::String
|
911
|
+
def provisioned_resources: () -> ::Array[Types::ProvisionedResource]
|
912
|
+
end
|
913
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Proton/Client.html#list_service_instance_provisioned_resources-instance_method
|
914
|
+
def list_service_instance_provisioned_resources: (
|
915
|
+
?next_token: ::String,
|
916
|
+
service_instance_name: ::String,
|
917
|
+
service_name: ::String
|
918
|
+
) -> _ListServiceInstanceProvisionedResourcesResponseSuccess
|
919
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListServiceInstanceProvisionedResourcesResponseSuccess
|
920
|
+
|
921
|
+
interface _ListServiceInstancesResponseSuccess
|
922
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListServiceInstancesOutput]
|
923
|
+
def next_token: () -> ::String
|
924
|
+
def service_instances: () -> ::Array[Types::ServiceInstanceSummary]
|
925
|
+
end
|
926
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Proton/Client.html#list_service_instances-instance_method
|
927
|
+
def list_service_instances: (
|
928
|
+
?filters: Array[
|
929
|
+
{
|
930
|
+
key: ("name" | "deploymentStatus" | "templateName" | "serviceName" | "deployedTemplateVersionStatus" | "environmentName" | "lastDeploymentAttemptedAtBefore" | "lastDeploymentAttemptedAtAfter" | "createdAtBefore" | "createdAtAfter")?,
|
931
|
+
value: ::String?
|
932
|
+
},
|
933
|
+
],
|
934
|
+
?max_results: ::Integer,
|
935
|
+
?next_token: ::String,
|
936
|
+
?service_name: ::String,
|
937
|
+
?sort_by: ("name" | "deploymentStatus" | "templateName" | "serviceName" | "environmentName" | "lastDeploymentAttemptedAt" | "createdAt"),
|
938
|
+
?sort_order: ("ASCENDING" | "DESCENDING")
|
939
|
+
) -> _ListServiceInstancesResponseSuccess
|
940
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListServiceInstancesResponseSuccess
|
941
|
+
|
942
|
+
interface _ListServicePipelineOutputsResponseSuccess
|
943
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListServicePipelineOutputsOutput]
|
944
|
+
def next_token: () -> ::String
|
945
|
+
def outputs: () -> ::Array[Types::Output]
|
946
|
+
end
|
947
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Proton/Client.html#list_service_pipeline_outputs-instance_method
|
948
|
+
def list_service_pipeline_outputs: (
|
949
|
+
?deployment_id: ::String,
|
950
|
+
?next_token: ::String,
|
951
|
+
service_name: ::String
|
952
|
+
) -> _ListServicePipelineOutputsResponseSuccess
|
953
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListServicePipelineOutputsResponseSuccess
|
954
|
+
|
955
|
+
interface _ListServicePipelineProvisionedResourcesResponseSuccess
|
956
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListServicePipelineProvisionedResourcesOutput]
|
957
|
+
def next_token: () -> ::String
|
958
|
+
def provisioned_resources: () -> ::Array[Types::ProvisionedResource]
|
959
|
+
end
|
960
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Proton/Client.html#list_service_pipeline_provisioned_resources-instance_method
|
961
|
+
def list_service_pipeline_provisioned_resources: (
|
962
|
+
?next_token: ::String,
|
963
|
+
service_name: ::String
|
964
|
+
) -> _ListServicePipelineProvisionedResourcesResponseSuccess
|
965
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListServicePipelineProvisionedResourcesResponseSuccess
|
966
|
+
|
967
|
+
interface _ListServiceTemplateVersionsResponseSuccess
|
968
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListServiceTemplateVersionsOutput]
|
969
|
+
def next_token: () -> ::String
|
970
|
+
def template_versions: () -> ::Array[Types::ServiceTemplateVersionSummary]
|
971
|
+
end
|
972
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Proton/Client.html#list_service_template_versions-instance_method
|
973
|
+
def list_service_template_versions: (
|
974
|
+
?major_version: ::String,
|
975
|
+
?max_results: ::Integer,
|
976
|
+
?next_token: ::String,
|
977
|
+
template_name: ::String
|
978
|
+
) -> _ListServiceTemplateVersionsResponseSuccess
|
979
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListServiceTemplateVersionsResponseSuccess
|
980
|
+
|
981
|
+
interface _ListServiceTemplatesResponseSuccess
|
982
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListServiceTemplatesOutput]
|
983
|
+
def next_token: () -> ::String
|
984
|
+
def templates: () -> ::Array[Types::ServiceTemplateSummary]
|
985
|
+
end
|
986
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Proton/Client.html#list_service_templates-instance_method
|
987
|
+
def list_service_templates: (
|
988
|
+
?max_results: ::Integer,
|
989
|
+
?next_token: ::String
|
990
|
+
) -> _ListServiceTemplatesResponseSuccess
|
991
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListServiceTemplatesResponseSuccess
|
992
|
+
|
993
|
+
interface _ListServicesResponseSuccess
|
994
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListServicesOutput]
|
995
|
+
def next_token: () -> ::String
|
996
|
+
def services: () -> ::Array[Types::ServiceSummary]
|
997
|
+
end
|
998
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Proton/Client.html#list_services-instance_method
|
999
|
+
def list_services: (
|
1000
|
+
?max_results: ::Integer,
|
1001
|
+
?next_token: ::String
|
1002
|
+
) -> _ListServicesResponseSuccess
|
1003
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListServicesResponseSuccess
|
1004
|
+
|
1005
|
+
interface _ListTagsForResourceResponseSuccess
|
1006
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListTagsForResourceOutput]
|
1007
|
+
def next_token: () -> ::String
|
1008
|
+
def tags: () -> ::Array[Types::Tag]
|
1009
|
+
end
|
1010
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Proton/Client.html#list_tags_for_resource-instance_method
|
1011
|
+
def list_tags_for_resource: (
|
1012
|
+
?max_results: ::Integer,
|
1013
|
+
?next_token: ::String,
|
1014
|
+
resource_arn: ::String
|
1015
|
+
) -> _ListTagsForResourceResponseSuccess
|
1016
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListTagsForResourceResponseSuccess
|
1017
|
+
|
1018
|
+
interface _NotifyResourceDeploymentStatusChangeResponseSuccess
|
1019
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::NotifyResourceDeploymentStatusChangeOutput]
|
1020
|
+
end
|
1021
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Proton/Client.html#notify_resource_deployment_status_change-instance_method
|
1022
|
+
def notify_resource_deployment_status_change: (
|
1023
|
+
?deployment_id: ::String,
|
1024
|
+
?outputs: Array[
|
1025
|
+
{
|
1026
|
+
key: ::String?,
|
1027
|
+
value_string: ::String?
|
1028
|
+
},
|
1029
|
+
],
|
1030
|
+
resource_arn: ::String,
|
1031
|
+
?status: ("IN_PROGRESS" | "FAILED" | "SUCCEEDED"),
|
1032
|
+
?status_message: ::String
|
1033
|
+
) -> _NotifyResourceDeploymentStatusChangeResponseSuccess
|
1034
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _NotifyResourceDeploymentStatusChangeResponseSuccess
|
1035
|
+
|
1036
|
+
interface _RejectEnvironmentAccountConnectionResponseSuccess
|
1037
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::RejectEnvironmentAccountConnectionOutput]
|
1038
|
+
def environment_account_connection: () -> Types::EnvironmentAccountConnection
|
1039
|
+
end
|
1040
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Proton/Client.html#reject_environment_account_connection-instance_method
|
1041
|
+
def reject_environment_account_connection: (
|
1042
|
+
id: ::String
|
1043
|
+
) -> _RejectEnvironmentAccountConnectionResponseSuccess
|
1044
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RejectEnvironmentAccountConnectionResponseSuccess
|
1045
|
+
|
1046
|
+
interface _TagResourceResponseSuccess
|
1047
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::TagResourceOutput]
|
1048
|
+
end
|
1049
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Proton/Client.html#tag_resource-instance_method
|
1050
|
+
def tag_resource: (
|
1051
|
+
resource_arn: ::String,
|
1052
|
+
tags: Array[
|
1053
|
+
{
|
1054
|
+
key: ::String,
|
1055
|
+
value: ::String
|
1056
|
+
},
|
1057
|
+
]
|
1058
|
+
) -> _TagResourceResponseSuccess
|
1059
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
|
1060
|
+
|
1061
|
+
interface _UntagResourceResponseSuccess
|
1062
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::UntagResourceOutput]
|
1063
|
+
end
|
1064
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Proton/Client.html#untag_resource-instance_method
|
1065
|
+
def untag_resource: (
|
1066
|
+
resource_arn: ::String,
|
1067
|
+
tag_keys: Array[::String]
|
1068
|
+
) -> _UntagResourceResponseSuccess
|
1069
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UntagResourceResponseSuccess
|
1070
|
+
|
1071
|
+
interface _UpdateAccountSettingsResponseSuccess
|
1072
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::UpdateAccountSettingsOutput]
|
1073
|
+
def account_settings: () -> Types::AccountSettings
|
1074
|
+
end
|
1075
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Proton/Client.html#update_account_settings-instance_method
|
1076
|
+
def update_account_settings: (
|
1077
|
+
?delete_pipeline_provisioning_repository: bool,
|
1078
|
+
?pipeline_codebuild_role_arn: ::String,
|
1079
|
+
?pipeline_provisioning_repository: {
|
1080
|
+
branch: ::String,
|
1081
|
+
name: ::String,
|
1082
|
+
provider: ("GITHUB" | "GITHUB_ENTERPRISE" | "BITBUCKET")
|
1083
|
+
},
|
1084
|
+
?pipeline_service_role_arn: ::String
|
1085
|
+
) -> _UpdateAccountSettingsResponseSuccess
|
1086
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateAccountSettingsResponseSuccess
|
1087
|
+
|
1088
|
+
interface _UpdateComponentResponseSuccess
|
1089
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::UpdateComponentOutput]
|
1090
|
+
def component: () -> Types::Component
|
1091
|
+
end
|
1092
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Proton/Client.html#update_component-instance_method
|
1093
|
+
def update_component: (
|
1094
|
+
?client_token: ::String,
|
1095
|
+
deployment_type: ("NONE" | "CURRENT_VERSION"),
|
1096
|
+
?description: ::String,
|
1097
|
+
name: ::String,
|
1098
|
+
?service_instance_name: ::String,
|
1099
|
+
?service_name: ::String,
|
1100
|
+
?service_spec: ::String,
|
1101
|
+
?template_file: ::String
|
1102
|
+
) -> _UpdateComponentResponseSuccess
|
1103
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateComponentResponseSuccess
|
1104
|
+
|
1105
|
+
interface _UpdateEnvironmentResponseSuccess
|
1106
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::UpdateEnvironmentOutput]
|
1107
|
+
def environment: () -> Types::Environment
|
1108
|
+
end
|
1109
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Proton/Client.html#update_environment-instance_method
|
1110
|
+
def update_environment: (
|
1111
|
+
?codebuild_role_arn: ::String,
|
1112
|
+
?component_role_arn: ::String,
|
1113
|
+
deployment_type: ("NONE" | "CURRENT_VERSION" | "MINOR_VERSION" | "MAJOR_VERSION"),
|
1114
|
+
?description: ::String,
|
1115
|
+
?environment_account_connection_id: ::String,
|
1116
|
+
name: ::String,
|
1117
|
+
?proton_service_role_arn: ::String,
|
1118
|
+
?provisioning_repository: {
|
1119
|
+
branch: ::String,
|
1120
|
+
name: ::String,
|
1121
|
+
provider: ("GITHUB" | "GITHUB_ENTERPRISE" | "BITBUCKET")
|
1122
|
+
},
|
1123
|
+
?spec: ::String,
|
1124
|
+
?template_major_version: ::String,
|
1125
|
+
?template_minor_version: ::String
|
1126
|
+
) -> _UpdateEnvironmentResponseSuccess
|
1127
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateEnvironmentResponseSuccess
|
1128
|
+
|
1129
|
+
interface _UpdateEnvironmentAccountConnectionResponseSuccess
|
1130
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::UpdateEnvironmentAccountConnectionOutput]
|
1131
|
+
def environment_account_connection: () -> Types::EnvironmentAccountConnection
|
1132
|
+
end
|
1133
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Proton/Client.html#update_environment_account_connection-instance_method
|
1134
|
+
def update_environment_account_connection: (
|
1135
|
+
?codebuild_role_arn: ::String,
|
1136
|
+
?component_role_arn: ::String,
|
1137
|
+
id: ::String,
|
1138
|
+
?role_arn: ::String
|
1139
|
+
) -> _UpdateEnvironmentAccountConnectionResponseSuccess
|
1140
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateEnvironmentAccountConnectionResponseSuccess
|
1141
|
+
|
1142
|
+
interface _UpdateEnvironmentTemplateResponseSuccess
|
1143
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::UpdateEnvironmentTemplateOutput]
|
1144
|
+
def environment_template: () -> Types::EnvironmentTemplate
|
1145
|
+
end
|
1146
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Proton/Client.html#update_environment_template-instance_method
|
1147
|
+
def update_environment_template: (
|
1148
|
+
?description: ::String,
|
1149
|
+
?display_name: ::String,
|
1150
|
+
name: ::String
|
1151
|
+
) -> _UpdateEnvironmentTemplateResponseSuccess
|
1152
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateEnvironmentTemplateResponseSuccess
|
1153
|
+
|
1154
|
+
interface _UpdateEnvironmentTemplateVersionResponseSuccess
|
1155
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::UpdateEnvironmentTemplateVersionOutput]
|
1156
|
+
def environment_template_version: () -> Types::EnvironmentTemplateVersion
|
1157
|
+
end
|
1158
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Proton/Client.html#update_environment_template_version-instance_method
|
1159
|
+
def update_environment_template_version: (
|
1160
|
+
?description: ::String,
|
1161
|
+
major_version: ::String,
|
1162
|
+
minor_version: ::String,
|
1163
|
+
?status: ("REGISTRATION_IN_PROGRESS" | "REGISTRATION_FAILED" | "DRAFT" | "PUBLISHED"),
|
1164
|
+
template_name: ::String
|
1165
|
+
) -> _UpdateEnvironmentTemplateVersionResponseSuccess
|
1166
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateEnvironmentTemplateVersionResponseSuccess
|
1167
|
+
|
1168
|
+
interface _UpdateServiceResponseSuccess
|
1169
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::UpdateServiceOutput]
|
1170
|
+
def service: () -> Types::Service
|
1171
|
+
end
|
1172
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Proton/Client.html#update_service-instance_method
|
1173
|
+
def update_service: (
|
1174
|
+
?description: ::String,
|
1175
|
+
name: ::String,
|
1176
|
+
?spec: ::String
|
1177
|
+
) -> _UpdateServiceResponseSuccess
|
1178
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateServiceResponseSuccess
|
1179
|
+
|
1180
|
+
interface _UpdateServiceInstanceResponseSuccess
|
1181
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::UpdateServiceInstanceOutput]
|
1182
|
+
def service_instance: () -> Types::ServiceInstance
|
1183
|
+
end
|
1184
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Proton/Client.html#update_service_instance-instance_method
|
1185
|
+
def update_service_instance: (
|
1186
|
+
?client_token: ::String,
|
1187
|
+
deployment_type: ("NONE" | "CURRENT_VERSION" | "MINOR_VERSION" | "MAJOR_VERSION"),
|
1188
|
+
name: ::String,
|
1189
|
+
service_name: ::String,
|
1190
|
+
?spec: ::String,
|
1191
|
+
?template_major_version: ::String,
|
1192
|
+
?template_minor_version: ::String
|
1193
|
+
) -> _UpdateServiceInstanceResponseSuccess
|
1194
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateServiceInstanceResponseSuccess
|
1195
|
+
|
1196
|
+
interface _UpdateServicePipelineResponseSuccess
|
1197
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::UpdateServicePipelineOutput]
|
1198
|
+
def pipeline: () -> Types::ServicePipeline
|
1199
|
+
end
|
1200
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Proton/Client.html#update_service_pipeline-instance_method
|
1201
|
+
def update_service_pipeline: (
|
1202
|
+
deployment_type: ("NONE" | "CURRENT_VERSION" | "MINOR_VERSION" | "MAJOR_VERSION"),
|
1203
|
+
service_name: ::String,
|
1204
|
+
spec: ::String,
|
1205
|
+
?template_major_version: ::String,
|
1206
|
+
?template_minor_version: ::String
|
1207
|
+
) -> _UpdateServicePipelineResponseSuccess
|
1208
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateServicePipelineResponseSuccess
|
1209
|
+
|
1210
|
+
interface _UpdateServiceSyncBlockerResponseSuccess
|
1211
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::UpdateServiceSyncBlockerOutput]
|
1212
|
+
def service_instance_name: () -> ::String
|
1213
|
+
def service_name: () -> ::String
|
1214
|
+
def service_sync_blocker: () -> Types::SyncBlocker
|
1215
|
+
end
|
1216
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Proton/Client.html#update_service_sync_blocker-instance_method
|
1217
|
+
def update_service_sync_blocker: (
|
1218
|
+
id: ::String,
|
1219
|
+
resolved_reason: ::String
|
1220
|
+
) -> _UpdateServiceSyncBlockerResponseSuccess
|
1221
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateServiceSyncBlockerResponseSuccess
|
1222
|
+
|
1223
|
+
interface _UpdateServiceSyncConfigResponseSuccess
|
1224
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::UpdateServiceSyncConfigOutput]
|
1225
|
+
def service_sync_config: () -> Types::ServiceSyncConfig
|
1226
|
+
end
|
1227
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Proton/Client.html#update_service_sync_config-instance_method
|
1228
|
+
def update_service_sync_config: (
|
1229
|
+
branch: ::String,
|
1230
|
+
file_path: ::String,
|
1231
|
+
repository_name: ::String,
|
1232
|
+
repository_provider: ("GITHUB" | "GITHUB_ENTERPRISE" | "BITBUCKET"),
|
1233
|
+
service_name: ::String
|
1234
|
+
) -> _UpdateServiceSyncConfigResponseSuccess
|
1235
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateServiceSyncConfigResponseSuccess
|
1236
|
+
|
1237
|
+
interface _UpdateServiceTemplateResponseSuccess
|
1238
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::UpdateServiceTemplateOutput]
|
1239
|
+
def service_template: () -> Types::ServiceTemplate
|
1240
|
+
end
|
1241
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Proton/Client.html#update_service_template-instance_method
|
1242
|
+
def update_service_template: (
|
1243
|
+
?description: ::String,
|
1244
|
+
?display_name: ::String,
|
1245
|
+
name: ::String
|
1246
|
+
) -> _UpdateServiceTemplateResponseSuccess
|
1247
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateServiceTemplateResponseSuccess
|
1248
|
+
|
1249
|
+
interface _UpdateServiceTemplateVersionResponseSuccess
|
1250
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::UpdateServiceTemplateVersionOutput]
|
1251
|
+
def service_template_version: () -> Types::ServiceTemplateVersion
|
1252
|
+
end
|
1253
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Proton/Client.html#update_service_template_version-instance_method
|
1254
|
+
def update_service_template_version: (
|
1255
|
+
?compatible_environment_templates: Array[
|
1256
|
+
{
|
1257
|
+
major_version: ::String,
|
1258
|
+
template_name: ::String
|
1259
|
+
},
|
1260
|
+
],
|
1261
|
+
?description: ::String,
|
1262
|
+
major_version: ::String,
|
1263
|
+
minor_version: ::String,
|
1264
|
+
?status: ("REGISTRATION_IN_PROGRESS" | "REGISTRATION_FAILED" | "DRAFT" | "PUBLISHED"),
|
1265
|
+
?supported_component_sources: Array[("DIRECTLY_DEFINED")],
|
1266
|
+
template_name: ::String
|
1267
|
+
) -> _UpdateServiceTemplateVersionResponseSuccess
|
1268
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateServiceTemplateVersionResponseSuccess
|
1269
|
+
|
1270
|
+
interface _UpdateTemplateSyncConfigResponseSuccess
|
1271
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::UpdateTemplateSyncConfigOutput]
|
1272
|
+
def template_sync_config: () -> Types::TemplateSyncConfig
|
1273
|
+
end
|
1274
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Proton/Client.html#update_template_sync_config-instance_method
|
1275
|
+
def update_template_sync_config: (
|
1276
|
+
branch: ::String,
|
1277
|
+
repository_name: ::String,
|
1278
|
+
repository_provider: ("GITHUB" | "GITHUB_ENTERPRISE" | "BITBUCKET"),
|
1279
|
+
?subdirectory: ::String,
|
1280
|
+
template_name: ::String,
|
1281
|
+
template_type: ("ENVIRONMENT" | "SERVICE")
|
1282
|
+
) -> _UpdateTemplateSyncConfigResponseSuccess
|
1283
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateTemplateSyncConfigResponseSuccess
|
1284
|
+
|
1285
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Proton/Client.html#wait_until-instance_method
|
1286
|
+
def wait_until: (:component_deleted waiter_name,
|
1287
|
+
name: ::String
|
1288
|
+
) -> Client::_GetComponentResponseSuccess
|
1289
|
+
| (:component_deleted waiter_name, Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> Client::_GetComponentResponseSuccess
|
1290
|
+
| (:component_deployed waiter_name,
|
1291
|
+
name: ::String
|
1292
|
+
) -> Client::_GetComponentResponseSuccess
|
1293
|
+
| (:component_deployed waiter_name, Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> Client::_GetComponentResponseSuccess
|
1294
|
+
| (:environment_deployed waiter_name,
|
1295
|
+
name: ::String
|
1296
|
+
) -> Client::_GetEnvironmentResponseSuccess
|
1297
|
+
| (:environment_deployed waiter_name, Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> Client::_GetEnvironmentResponseSuccess
|
1298
|
+
| (:environment_template_version_registered waiter_name,
|
1299
|
+
major_version: ::String,
|
1300
|
+
minor_version: ::String,
|
1301
|
+
template_name: ::String
|
1302
|
+
) -> Client::_GetEnvironmentTemplateVersionResponseSuccess
|
1303
|
+
| (:environment_template_version_registered waiter_name, Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> Client::_GetEnvironmentTemplateVersionResponseSuccess
|
1304
|
+
| (:service_created waiter_name,
|
1305
|
+
name: ::String
|
1306
|
+
) -> Client::_GetServiceResponseSuccess
|
1307
|
+
| (:service_created waiter_name, Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> Client::_GetServiceResponseSuccess
|
1308
|
+
| (:service_deleted waiter_name,
|
1309
|
+
name: ::String
|
1310
|
+
) -> Client::_GetServiceResponseSuccess
|
1311
|
+
| (:service_deleted waiter_name, Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> Client::_GetServiceResponseSuccess
|
1312
|
+
| (:service_instance_deployed waiter_name,
|
1313
|
+
name: ::String,
|
1314
|
+
service_name: ::String
|
1315
|
+
) -> Client::_GetServiceInstanceResponseSuccess
|
1316
|
+
| (:service_instance_deployed waiter_name, Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> Client::_GetServiceInstanceResponseSuccess
|
1317
|
+
| (:service_pipeline_deployed waiter_name,
|
1318
|
+
name: ::String
|
1319
|
+
) -> Client::_GetServiceResponseSuccess
|
1320
|
+
| (:service_pipeline_deployed waiter_name, Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> Client::_GetServiceResponseSuccess
|
1321
|
+
| (:service_template_version_registered waiter_name,
|
1322
|
+
major_version: ::String,
|
1323
|
+
minor_version: ::String,
|
1324
|
+
template_name: ::String
|
1325
|
+
) -> Client::_GetServiceTemplateVersionResponseSuccess
|
1326
|
+
| (:service_template_version_registered waiter_name, Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> Client::_GetServiceTemplateVersionResponseSuccess
|
1327
|
+
| (:service_updated waiter_name,
|
1328
|
+
name: ::String
|
1329
|
+
) -> Client::_GetServiceResponseSuccess
|
1330
|
+
| (:service_updated waiter_name, Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> Client::_GetServiceResponseSuccess
|
1331
|
+
end
|
1332
|
+
end
|
1333
|
+
end
|
1334
|
+
|