aws-sdk-codestarconnections 1.39.0 → 1.40.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a841a95ff4ac71fcdd81257d7b36c8b916d34aa520a385c0e1270509c853d53a
4
- data.tar.gz: 8e87653f062e4fc6e440dfec8394ca84fc2255c8b177efab46a03d2f1fae8227
3
+ metadata.gz: 4dd327009b8543e72816586c1a25580328394664c26104cad01ff588aa1bf169
4
+ data.tar.gz: 5f8987e409595d21fa77b496c9b2a38a0fa0eeca66b5ccd280239063cd91538b
5
5
  SHA512:
6
- metadata.gz: 7b009135ab01b69f157eb53ec5bfe6708ab4eceae367ba8e155a645db16af4060ef3f860d6d89c41f9b00e24361cec4b10c248a57df0a428f3294933534ee3eb
7
- data.tar.gz: 16092a4f1f5716147b12e929fb0f30553aaa5831d88c07f8ab63a714d91079b3ed658c44dfc6357783f28a05284dab2bdaf1bf6e54cd3203d06406312d926a2b
6
+ metadata.gz: 5f6357a140e5b4551658b8745ab79bd961bde8e2a70f34174e5bbcf10ab8c8012c5e45deec7ebe9c64720b7e84648a6be6f7a72d4084429783091dd4d0d5726b
7
+ data.tar.gz: 81782393d7e2d53506df5c62aa66d856ae1dffd02985555d5164c5e862545cde86d75c9c1d32a329900c1cb88604bda2c8741d85c29e745f4bd12449e6bc3761
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.40.0 (2024-01-26)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.39.0 (2023-12-28)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.39.0
1
+ 1.40.0
@@ -1636,7 +1636,7 @@ module Aws::CodeStarconnections
1636
1636
  params: params,
1637
1637
  config: config)
1638
1638
  context[:gem_name] = 'aws-sdk-codestarconnections'
1639
- context[:gem_version] = '1.39.0'
1639
+ context[:gem_version] = '1.40.0'
1640
1640
  Seahorse::Client::Request.new(handlers, context)
1641
1641
  end
1642
1642
 
@@ -14,6 +14,7 @@ module Aws::CodeStarconnections
14
14
  option(
15
15
  :endpoint_provider,
16
16
  doc_type: 'Aws::CodeStarconnections::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 '\
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-codestarconnections/customizations'
52
52
  # @!group service
53
53
  module Aws::CodeStarconnections
54
54
 
55
- GEM_VERSION = '1.39.0'
55
+ GEM_VERSION = '1.40.0'
56
56
 
57
57
  end
data/sig/client.rbs ADDED
@@ -0,0 +1,431 @@
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 CodeStarconnections
10
+ class Client < ::Seahorse::Client::Base
11
+ include ::Aws::ClientStubs
12
+
13
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CodeStarconnections/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 _CreateConnectionResponseSuccess
77
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateConnectionOutput]
78
+ def connection_arn: () -> ::String
79
+ def tags: () -> ::Array[Types::Tag]
80
+ end
81
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CodeStarconnections/Client.html#create_connection-instance_method
82
+ def create_connection: (
83
+ ?provider_type: ("Bitbucket" | "GitHub" | "GitHubEnterpriseServer" | "GitLab" | "GitLabSelfManaged"),
84
+ connection_name: ::String,
85
+ ?tags: Array[
86
+ {
87
+ key: ::String,
88
+ value: ::String
89
+ },
90
+ ],
91
+ ?host_arn: ::String
92
+ ) -> _CreateConnectionResponseSuccess
93
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateConnectionResponseSuccess
94
+
95
+ interface _CreateHostResponseSuccess
96
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateHostOutput]
97
+ def host_arn: () -> ::String
98
+ def tags: () -> ::Array[Types::Tag]
99
+ end
100
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CodeStarconnections/Client.html#create_host-instance_method
101
+ def create_host: (
102
+ name: ::String,
103
+ provider_type: ("Bitbucket" | "GitHub" | "GitHubEnterpriseServer" | "GitLab" | "GitLabSelfManaged"),
104
+ provider_endpoint: ::String,
105
+ ?vpc_configuration: {
106
+ vpc_id: ::String,
107
+ subnet_ids: Array[::String],
108
+ security_group_ids: Array[::String],
109
+ tls_certificate: ::String?
110
+ },
111
+ ?tags: Array[
112
+ {
113
+ key: ::String,
114
+ value: ::String
115
+ },
116
+ ]
117
+ ) -> _CreateHostResponseSuccess
118
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateHostResponseSuccess
119
+
120
+ interface _CreateRepositoryLinkResponseSuccess
121
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateRepositoryLinkOutput]
122
+ def repository_link_info: () -> Types::RepositoryLinkInfo
123
+ end
124
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CodeStarconnections/Client.html#create_repository_link-instance_method
125
+ def create_repository_link: (
126
+ connection_arn: ::String,
127
+ owner_id: ::String,
128
+ repository_name: ::String,
129
+ ?encryption_key_arn: ::String,
130
+ ?tags: Array[
131
+ {
132
+ key: ::String,
133
+ value: ::String
134
+ },
135
+ ]
136
+ ) -> _CreateRepositoryLinkResponseSuccess
137
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateRepositoryLinkResponseSuccess
138
+
139
+ interface _CreateSyncConfigurationResponseSuccess
140
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateSyncConfigurationOutput]
141
+ def sync_configuration: () -> Types::SyncConfiguration
142
+ end
143
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CodeStarconnections/Client.html#create_sync_configuration-instance_method
144
+ def create_sync_configuration: (
145
+ branch: ::String,
146
+ config_file: ::String,
147
+ repository_link_id: ::String,
148
+ resource_name: ::String,
149
+ role_arn: ::String,
150
+ sync_type: ("CFN_STACK_SYNC")
151
+ ) -> _CreateSyncConfigurationResponseSuccess
152
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateSyncConfigurationResponseSuccess
153
+
154
+ interface _DeleteConnectionResponseSuccess
155
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteConnectionOutput]
156
+ end
157
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CodeStarconnections/Client.html#delete_connection-instance_method
158
+ def delete_connection: (
159
+ connection_arn: ::String
160
+ ) -> _DeleteConnectionResponseSuccess
161
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteConnectionResponseSuccess
162
+
163
+ interface _DeleteHostResponseSuccess
164
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteHostOutput]
165
+ end
166
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CodeStarconnections/Client.html#delete_host-instance_method
167
+ def delete_host: (
168
+ host_arn: ::String
169
+ ) -> _DeleteHostResponseSuccess
170
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteHostResponseSuccess
171
+
172
+ interface _DeleteRepositoryLinkResponseSuccess
173
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteRepositoryLinkOutput]
174
+ end
175
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CodeStarconnections/Client.html#delete_repository_link-instance_method
176
+ def delete_repository_link: (
177
+ repository_link_id: ::String
178
+ ) -> _DeleteRepositoryLinkResponseSuccess
179
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteRepositoryLinkResponseSuccess
180
+
181
+ interface _DeleteSyncConfigurationResponseSuccess
182
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteSyncConfigurationOutput]
183
+ end
184
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CodeStarconnections/Client.html#delete_sync_configuration-instance_method
185
+ def delete_sync_configuration: (
186
+ sync_type: ("CFN_STACK_SYNC"),
187
+ resource_name: ::String
188
+ ) -> _DeleteSyncConfigurationResponseSuccess
189
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteSyncConfigurationResponseSuccess
190
+
191
+ interface _GetConnectionResponseSuccess
192
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetConnectionOutput]
193
+ def connection: () -> Types::Connection
194
+ end
195
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CodeStarconnections/Client.html#get_connection-instance_method
196
+ def get_connection: (
197
+ connection_arn: ::String
198
+ ) -> _GetConnectionResponseSuccess
199
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetConnectionResponseSuccess
200
+
201
+ interface _GetHostResponseSuccess
202
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetHostOutput]
203
+ def name: () -> ::String
204
+ def status: () -> ::String
205
+ def provider_type: () -> ("Bitbucket" | "GitHub" | "GitHubEnterpriseServer" | "GitLab" | "GitLabSelfManaged")
206
+ def provider_endpoint: () -> ::String
207
+ def vpc_configuration: () -> Types::VpcConfiguration
208
+ end
209
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CodeStarconnections/Client.html#get_host-instance_method
210
+ def get_host: (
211
+ host_arn: ::String
212
+ ) -> _GetHostResponseSuccess
213
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetHostResponseSuccess
214
+
215
+ interface _GetRepositoryLinkResponseSuccess
216
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetRepositoryLinkOutput]
217
+ def repository_link_info: () -> Types::RepositoryLinkInfo
218
+ end
219
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CodeStarconnections/Client.html#get_repository_link-instance_method
220
+ def get_repository_link: (
221
+ repository_link_id: ::String
222
+ ) -> _GetRepositoryLinkResponseSuccess
223
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetRepositoryLinkResponseSuccess
224
+
225
+ interface _GetRepositorySyncStatusResponseSuccess
226
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetRepositorySyncStatusOutput]
227
+ def latest_sync: () -> Types::RepositorySyncAttempt
228
+ end
229
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CodeStarconnections/Client.html#get_repository_sync_status-instance_method
230
+ def get_repository_sync_status: (
231
+ branch: ::String,
232
+ repository_link_id: ::String,
233
+ sync_type: ("CFN_STACK_SYNC")
234
+ ) -> _GetRepositorySyncStatusResponseSuccess
235
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetRepositorySyncStatusResponseSuccess
236
+
237
+ interface _GetResourceSyncStatusResponseSuccess
238
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetResourceSyncStatusOutput]
239
+ def desired_state: () -> Types::Revision
240
+ def latest_successful_sync: () -> Types::ResourceSyncAttempt
241
+ def latest_sync: () -> Types::ResourceSyncAttempt
242
+ end
243
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CodeStarconnections/Client.html#get_resource_sync_status-instance_method
244
+ def get_resource_sync_status: (
245
+ resource_name: ::String,
246
+ sync_type: ("CFN_STACK_SYNC")
247
+ ) -> _GetResourceSyncStatusResponseSuccess
248
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetResourceSyncStatusResponseSuccess
249
+
250
+ interface _GetSyncBlockerSummaryResponseSuccess
251
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetSyncBlockerSummaryOutput]
252
+ def sync_blocker_summary: () -> Types::SyncBlockerSummary
253
+ end
254
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CodeStarconnections/Client.html#get_sync_blocker_summary-instance_method
255
+ def get_sync_blocker_summary: (
256
+ sync_type: ("CFN_STACK_SYNC"),
257
+ resource_name: ::String
258
+ ) -> _GetSyncBlockerSummaryResponseSuccess
259
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetSyncBlockerSummaryResponseSuccess
260
+
261
+ interface _GetSyncConfigurationResponseSuccess
262
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetSyncConfigurationOutput]
263
+ def sync_configuration: () -> Types::SyncConfiguration
264
+ end
265
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CodeStarconnections/Client.html#get_sync_configuration-instance_method
266
+ def get_sync_configuration: (
267
+ sync_type: ("CFN_STACK_SYNC"),
268
+ resource_name: ::String
269
+ ) -> _GetSyncConfigurationResponseSuccess
270
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetSyncConfigurationResponseSuccess
271
+
272
+ interface _ListConnectionsResponseSuccess
273
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListConnectionsOutput]
274
+ def connections: () -> ::Array[Types::Connection]
275
+ def next_token: () -> ::String
276
+ end
277
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CodeStarconnections/Client.html#list_connections-instance_method
278
+ def list_connections: (
279
+ ?provider_type_filter: ("Bitbucket" | "GitHub" | "GitHubEnterpriseServer" | "GitLab" | "GitLabSelfManaged"),
280
+ ?host_arn_filter: ::String,
281
+ ?max_results: ::Integer,
282
+ ?next_token: ::String
283
+ ) -> _ListConnectionsResponseSuccess
284
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListConnectionsResponseSuccess
285
+
286
+ interface _ListHostsResponseSuccess
287
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListHostsOutput]
288
+ def hosts: () -> ::Array[Types::Host]
289
+ def next_token: () -> ::String
290
+ end
291
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CodeStarconnections/Client.html#list_hosts-instance_method
292
+ def list_hosts: (
293
+ ?max_results: ::Integer,
294
+ ?next_token: ::String
295
+ ) -> _ListHostsResponseSuccess
296
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListHostsResponseSuccess
297
+
298
+ interface _ListRepositoryLinksResponseSuccess
299
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListRepositoryLinksOutput]
300
+ def repository_links: () -> ::Array[Types::RepositoryLinkInfo]
301
+ def next_token: () -> ::String
302
+ end
303
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CodeStarconnections/Client.html#list_repository_links-instance_method
304
+ def list_repository_links: (
305
+ ?max_results: ::Integer,
306
+ ?next_token: ::String
307
+ ) -> _ListRepositoryLinksResponseSuccess
308
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListRepositoryLinksResponseSuccess
309
+
310
+ interface _ListRepositorySyncDefinitionsResponseSuccess
311
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListRepositorySyncDefinitionsOutput]
312
+ def repository_sync_definitions: () -> ::Array[Types::RepositorySyncDefinition]
313
+ def next_token: () -> ::String
314
+ end
315
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CodeStarconnections/Client.html#list_repository_sync_definitions-instance_method
316
+ def list_repository_sync_definitions: (
317
+ repository_link_id: ::String,
318
+ sync_type: ("CFN_STACK_SYNC")
319
+ ) -> _ListRepositorySyncDefinitionsResponseSuccess
320
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListRepositorySyncDefinitionsResponseSuccess
321
+
322
+ interface _ListSyncConfigurationsResponseSuccess
323
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListSyncConfigurationsOutput]
324
+ def sync_configurations: () -> ::Array[Types::SyncConfiguration]
325
+ def next_token: () -> ::String
326
+ end
327
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CodeStarconnections/Client.html#list_sync_configurations-instance_method
328
+ def list_sync_configurations: (
329
+ ?max_results: ::Integer,
330
+ ?next_token: ::String,
331
+ repository_link_id: ::String,
332
+ sync_type: ("CFN_STACK_SYNC")
333
+ ) -> _ListSyncConfigurationsResponseSuccess
334
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListSyncConfigurationsResponseSuccess
335
+
336
+ interface _ListTagsForResourceResponseSuccess
337
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListTagsForResourceOutput]
338
+ def tags: () -> ::Array[Types::Tag]
339
+ end
340
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CodeStarconnections/Client.html#list_tags_for_resource-instance_method
341
+ def list_tags_for_resource: (
342
+ resource_arn: ::String
343
+ ) -> _ListTagsForResourceResponseSuccess
344
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListTagsForResourceResponseSuccess
345
+
346
+ interface _TagResourceResponseSuccess
347
+ include ::Seahorse::Client::_ResponseSuccess[Types::TagResourceOutput]
348
+ end
349
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CodeStarconnections/Client.html#tag_resource-instance_method
350
+ def tag_resource: (
351
+ resource_arn: ::String,
352
+ tags: Array[
353
+ {
354
+ key: ::String,
355
+ value: ::String
356
+ },
357
+ ]
358
+ ) -> _TagResourceResponseSuccess
359
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
360
+
361
+ interface _UntagResourceResponseSuccess
362
+ include ::Seahorse::Client::_ResponseSuccess[Types::UntagResourceOutput]
363
+ end
364
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CodeStarconnections/Client.html#untag_resource-instance_method
365
+ def untag_resource: (
366
+ resource_arn: ::String,
367
+ tag_keys: Array[::String]
368
+ ) -> _UntagResourceResponseSuccess
369
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UntagResourceResponseSuccess
370
+
371
+ interface _UpdateHostResponseSuccess
372
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateHostOutput]
373
+ end
374
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CodeStarconnections/Client.html#update_host-instance_method
375
+ def update_host: (
376
+ host_arn: ::String,
377
+ ?provider_endpoint: ::String,
378
+ ?vpc_configuration: {
379
+ vpc_id: ::String,
380
+ subnet_ids: Array[::String],
381
+ security_group_ids: Array[::String],
382
+ tls_certificate: ::String?
383
+ }
384
+ ) -> _UpdateHostResponseSuccess
385
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateHostResponseSuccess
386
+
387
+ interface _UpdateRepositoryLinkResponseSuccess
388
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateRepositoryLinkOutput]
389
+ def repository_link_info: () -> Types::RepositoryLinkInfo
390
+ end
391
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CodeStarconnections/Client.html#update_repository_link-instance_method
392
+ def update_repository_link: (
393
+ ?connection_arn: ::String,
394
+ ?encryption_key_arn: ::String,
395
+ repository_link_id: ::String
396
+ ) -> _UpdateRepositoryLinkResponseSuccess
397
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateRepositoryLinkResponseSuccess
398
+
399
+ interface _UpdateSyncBlockerResponseSuccess
400
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateSyncBlockerOutput]
401
+ def resource_name: () -> ::String
402
+ def parent_resource_name: () -> ::String
403
+ def sync_blocker: () -> Types::SyncBlocker
404
+ end
405
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CodeStarconnections/Client.html#update_sync_blocker-instance_method
406
+ def update_sync_blocker: (
407
+ id: ::String,
408
+ sync_type: ("CFN_STACK_SYNC"),
409
+ resource_name: ::String,
410
+ resolved_reason: ::String
411
+ ) -> _UpdateSyncBlockerResponseSuccess
412
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateSyncBlockerResponseSuccess
413
+
414
+ interface _UpdateSyncConfigurationResponseSuccess
415
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateSyncConfigurationOutput]
416
+ def sync_configuration: () -> Types::SyncConfiguration
417
+ end
418
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CodeStarconnections/Client.html#update_sync_configuration-instance_method
419
+ def update_sync_configuration: (
420
+ ?branch: ::String,
421
+ ?config_file: ::String,
422
+ ?repository_link_id: ::String,
423
+ resource_name: ::String,
424
+ ?role_arn: ::String,
425
+ sync_type: ("CFN_STACK_SYNC")
426
+ ) -> _UpdateSyncConfigurationResponseSuccess
427
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateSyncConfigurationResponseSuccess
428
+ end
429
+ end
430
+ end
431
+
data/sig/errors.rbs ADDED
@@ -0,0 +1,67 @@
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 CodeStarconnections
10
+ module Errors
11
+ class ServiceError < ::Aws::Errors::ServiceError
12
+ end
13
+
14
+ class AccessDeniedException < ::Aws::Errors::ServiceError
15
+ def message: () -> ::String
16
+ end
17
+ class ConcurrentModificationException < ::Aws::Errors::ServiceError
18
+ def message: () -> ::String
19
+ end
20
+ class ConditionalCheckFailedException < ::Aws::Errors::ServiceError
21
+ def message: () -> ::String
22
+ end
23
+ class ConflictException < ::Aws::Errors::ServiceError
24
+ def message: () -> ::String
25
+ end
26
+ class InternalServerException < ::Aws::Errors::ServiceError
27
+ def message: () -> ::String
28
+ end
29
+ class InvalidInputException < ::Aws::Errors::ServiceError
30
+ def message: () -> ::String
31
+ end
32
+ class LimitExceededException < ::Aws::Errors::ServiceError
33
+ def message: () -> ::String
34
+ end
35
+ class ResourceAlreadyExistsException < ::Aws::Errors::ServiceError
36
+ def message: () -> ::String
37
+ end
38
+ class ResourceNotFoundException < ::Aws::Errors::ServiceError
39
+ def message: () -> ::String
40
+ end
41
+ class ResourceUnavailableException < ::Aws::Errors::ServiceError
42
+ def message: () -> ::String
43
+ end
44
+ class RetryLatestCommitFailedException < ::Aws::Errors::ServiceError
45
+ def message: () -> ::String
46
+ end
47
+ class SyncBlockerDoesNotExistException < ::Aws::Errors::ServiceError
48
+ def message: () -> ::String
49
+ end
50
+ class SyncConfigurationStillExistsException < ::Aws::Errors::ServiceError
51
+ def message: () -> ::String
52
+ end
53
+ class ThrottlingException < ::Aws::Errors::ServiceError
54
+ def message: () -> ::String
55
+ end
56
+ class UnsupportedOperationException < ::Aws::Errors::ServiceError
57
+ def message: () -> ::String
58
+ end
59
+ class UnsupportedProviderTypeException < ::Aws::Errors::ServiceError
60
+ def message: () -> ::String
61
+ end
62
+ class UpdateOutOfSyncException < ::Aws::Errors::ServiceError
63
+ def message: () -> ::String
64
+ end
65
+ end
66
+ end
67
+ 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 CodeStarconnections
10
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CodeStarconnections/Resource.html
11
+ class Resource
12
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CodeStarconnections/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,547 @@
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::CodeStarconnections
9
+ module Types
10
+
11
+ class AccessDeniedException
12
+ attr_accessor message: ::String
13
+ SENSITIVE: []
14
+ end
15
+
16
+ class ConcurrentModificationException
17
+ attr_accessor message: ::String
18
+ SENSITIVE: []
19
+ end
20
+
21
+ class ConditionalCheckFailedException
22
+ attr_accessor message: ::String
23
+ SENSITIVE: []
24
+ end
25
+
26
+ class ConflictException
27
+ attr_accessor message: ::String
28
+ SENSITIVE: []
29
+ end
30
+
31
+ class Connection
32
+ attr_accessor connection_name: ::String
33
+ attr_accessor connection_arn: ::String
34
+ attr_accessor provider_type: ("Bitbucket" | "GitHub" | "GitHubEnterpriseServer" | "GitLab" | "GitLabSelfManaged")
35
+ attr_accessor owner_account_id: ::String
36
+ attr_accessor connection_status: ("PENDING" | "AVAILABLE" | "ERROR")
37
+ attr_accessor host_arn: ::String
38
+ SENSITIVE: []
39
+ end
40
+
41
+ class CreateConnectionInput
42
+ attr_accessor provider_type: ("Bitbucket" | "GitHub" | "GitHubEnterpriseServer" | "GitLab" | "GitLabSelfManaged")
43
+ attr_accessor connection_name: ::String
44
+ attr_accessor tags: ::Array[Types::Tag]
45
+ attr_accessor host_arn: ::String
46
+ SENSITIVE: []
47
+ end
48
+
49
+ class CreateConnectionOutput
50
+ attr_accessor connection_arn: ::String
51
+ attr_accessor tags: ::Array[Types::Tag]
52
+ SENSITIVE: []
53
+ end
54
+
55
+ class CreateHostInput
56
+ attr_accessor name: ::String
57
+ attr_accessor provider_type: ("Bitbucket" | "GitHub" | "GitHubEnterpriseServer" | "GitLab" | "GitLabSelfManaged")
58
+ attr_accessor provider_endpoint: ::String
59
+ attr_accessor vpc_configuration: Types::VpcConfiguration
60
+ attr_accessor tags: ::Array[Types::Tag]
61
+ SENSITIVE: []
62
+ end
63
+
64
+ class CreateHostOutput
65
+ attr_accessor host_arn: ::String
66
+ attr_accessor tags: ::Array[Types::Tag]
67
+ SENSITIVE: []
68
+ end
69
+
70
+ class CreateRepositoryLinkInput
71
+ attr_accessor connection_arn: ::String
72
+ attr_accessor owner_id: ::String
73
+ attr_accessor repository_name: ::String
74
+ attr_accessor encryption_key_arn: ::String
75
+ attr_accessor tags: ::Array[Types::Tag]
76
+ SENSITIVE: []
77
+ end
78
+
79
+ class CreateRepositoryLinkOutput
80
+ attr_accessor repository_link_info: Types::RepositoryLinkInfo
81
+ SENSITIVE: []
82
+ end
83
+
84
+ class CreateSyncConfigurationInput
85
+ attr_accessor branch: ::String
86
+ attr_accessor config_file: ::String
87
+ attr_accessor repository_link_id: ::String
88
+ attr_accessor resource_name: ::String
89
+ attr_accessor role_arn: ::String
90
+ attr_accessor sync_type: ("CFN_STACK_SYNC")
91
+ SENSITIVE: []
92
+ end
93
+
94
+ class CreateSyncConfigurationOutput
95
+ attr_accessor sync_configuration: Types::SyncConfiguration
96
+ SENSITIVE: []
97
+ end
98
+
99
+ class DeleteConnectionInput
100
+ attr_accessor connection_arn: ::String
101
+ SENSITIVE: []
102
+ end
103
+
104
+ class DeleteConnectionOutput < Aws::EmptyStructure
105
+ end
106
+
107
+ class DeleteHostInput
108
+ attr_accessor host_arn: ::String
109
+ SENSITIVE: []
110
+ end
111
+
112
+ class DeleteHostOutput < Aws::EmptyStructure
113
+ end
114
+
115
+ class DeleteRepositoryLinkInput
116
+ attr_accessor repository_link_id: ::String
117
+ SENSITIVE: []
118
+ end
119
+
120
+ class DeleteRepositoryLinkOutput < Aws::EmptyStructure
121
+ end
122
+
123
+ class DeleteSyncConfigurationInput
124
+ attr_accessor sync_type: ("CFN_STACK_SYNC")
125
+ attr_accessor resource_name: ::String
126
+ SENSITIVE: []
127
+ end
128
+
129
+ class DeleteSyncConfigurationOutput < Aws::EmptyStructure
130
+ end
131
+
132
+ class GetConnectionInput
133
+ attr_accessor connection_arn: ::String
134
+ SENSITIVE: []
135
+ end
136
+
137
+ class GetConnectionOutput
138
+ attr_accessor connection: Types::Connection
139
+ SENSITIVE: []
140
+ end
141
+
142
+ class GetHostInput
143
+ attr_accessor host_arn: ::String
144
+ SENSITIVE: []
145
+ end
146
+
147
+ class GetHostOutput
148
+ attr_accessor name: ::String
149
+ attr_accessor status: ::String
150
+ attr_accessor provider_type: ("Bitbucket" | "GitHub" | "GitHubEnterpriseServer" | "GitLab" | "GitLabSelfManaged")
151
+ attr_accessor provider_endpoint: ::String
152
+ attr_accessor vpc_configuration: Types::VpcConfiguration
153
+ SENSITIVE: []
154
+ end
155
+
156
+ class GetRepositoryLinkInput
157
+ attr_accessor repository_link_id: ::String
158
+ SENSITIVE: []
159
+ end
160
+
161
+ class GetRepositoryLinkOutput
162
+ attr_accessor repository_link_info: Types::RepositoryLinkInfo
163
+ SENSITIVE: []
164
+ end
165
+
166
+ class GetRepositorySyncStatusInput
167
+ attr_accessor branch: ::String
168
+ attr_accessor repository_link_id: ::String
169
+ attr_accessor sync_type: ("CFN_STACK_SYNC")
170
+ SENSITIVE: []
171
+ end
172
+
173
+ class GetRepositorySyncStatusOutput
174
+ attr_accessor latest_sync: Types::RepositorySyncAttempt
175
+ SENSITIVE: []
176
+ end
177
+
178
+ class GetResourceSyncStatusInput
179
+ attr_accessor resource_name: ::String
180
+ attr_accessor sync_type: ("CFN_STACK_SYNC")
181
+ SENSITIVE: []
182
+ end
183
+
184
+ class GetResourceSyncStatusOutput
185
+ attr_accessor desired_state: Types::Revision
186
+ attr_accessor latest_successful_sync: Types::ResourceSyncAttempt
187
+ attr_accessor latest_sync: Types::ResourceSyncAttempt
188
+ SENSITIVE: []
189
+ end
190
+
191
+ class GetSyncBlockerSummaryInput
192
+ attr_accessor sync_type: ("CFN_STACK_SYNC")
193
+ attr_accessor resource_name: ::String
194
+ SENSITIVE: []
195
+ end
196
+
197
+ class GetSyncBlockerSummaryOutput
198
+ attr_accessor sync_blocker_summary: Types::SyncBlockerSummary
199
+ SENSITIVE: []
200
+ end
201
+
202
+ class GetSyncConfigurationInput
203
+ attr_accessor sync_type: ("CFN_STACK_SYNC")
204
+ attr_accessor resource_name: ::String
205
+ SENSITIVE: []
206
+ end
207
+
208
+ class GetSyncConfigurationOutput
209
+ attr_accessor sync_configuration: Types::SyncConfiguration
210
+ SENSITIVE: []
211
+ end
212
+
213
+ class Host
214
+ attr_accessor name: ::String
215
+ attr_accessor host_arn: ::String
216
+ attr_accessor provider_type: ("Bitbucket" | "GitHub" | "GitHubEnterpriseServer" | "GitLab" | "GitLabSelfManaged")
217
+ attr_accessor provider_endpoint: ::String
218
+ attr_accessor vpc_configuration: Types::VpcConfiguration
219
+ attr_accessor status: ::String
220
+ attr_accessor status_message: ::String
221
+ SENSITIVE: []
222
+ end
223
+
224
+ class InternalServerException
225
+ attr_accessor message: ::String
226
+ SENSITIVE: []
227
+ end
228
+
229
+ class InvalidInputException
230
+ attr_accessor message: ::String
231
+ SENSITIVE: []
232
+ end
233
+
234
+ class LimitExceededException
235
+ attr_accessor message: ::String
236
+ SENSITIVE: []
237
+ end
238
+
239
+ class ListConnectionsInput
240
+ attr_accessor provider_type_filter: ("Bitbucket" | "GitHub" | "GitHubEnterpriseServer" | "GitLab" | "GitLabSelfManaged")
241
+ attr_accessor host_arn_filter: ::String
242
+ attr_accessor max_results: ::Integer
243
+ attr_accessor next_token: ::String
244
+ SENSITIVE: []
245
+ end
246
+
247
+ class ListConnectionsOutput
248
+ attr_accessor connections: ::Array[Types::Connection]
249
+ attr_accessor next_token: ::String
250
+ SENSITIVE: []
251
+ end
252
+
253
+ class ListHostsInput
254
+ attr_accessor max_results: ::Integer
255
+ attr_accessor next_token: ::String
256
+ SENSITIVE: []
257
+ end
258
+
259
+ class ListHostsOutput
260
+ attr_accessor hosts: ::Array[Types::Host]
261
+ attr_accessor next_token: ::String
262
+ SENSITIVE: []
263
+ end
264
+
265
+ class ListRepositoryLinksInput
266
+ attr_accessor max_results: ::Integer
267
+ attr_accessor next_token: ::String
268
+ SENSITIVE: []
269
+ end
270
+
271
+ class ListRepositoryLinksOutput
272
+ attr_accessor repository_links: ::Array[Types::RepositoryLinkInfo]
273
+ attr_accessor next_token: ::String
274
+ SENSITIVE: []
275
+ end
276
+
277
+ class ListRepositorySyncDefinitionsInput
278
+ attr_accessor repository_link_id: ::String
279
+ attr_accessor sync_type: ("CFN_STACK_SYNC")
280
+ SENSITIVE: []
281
+ end
282
+
283
+ class ListRepositorySyncDefinitionsOutput
284
+ attr_accessor repository_sync_definitions: ::Array[Types::RepositorySyncDefinition]
285
+ attr_accessor next_token: ::String
286
+ SENSITIVE: []
287
+ end
288
+
289
+ class ListSyncConfigurationsInput
290
+ attr_accessor max_results: ::Integer
291
+ attr_accessor next_token: ::String
292
+ attr_accessor repository_link_id: ::String
293
+ attr_accessor sync_type: ("CFN_STACK_SYNC")
294
+ SENSITIVE: []
295
+ end
296
+
297
+ class ListSyncConfigurationsOutput
298
+ attr_accessor sync_configurations: ::Array[Types::SyncConfiguration]
299
+ attr_accessor next_token: ::String
300
+ SENSITIVE: []
301
+ end
302
+
303
+ class ListTagsForResourceInput
304
+ attr_accessor resource_arn: ::String
305
+ SENSITIVE: []
306
+ end
307
+
308
+ class ListTagsForResourceOutput
309
+ attr_accessor tags: ::Array[Types::Tag]
310
+ SENSITIVE: []
311
+ end
312
+
313
+ class RepositoryLinkInfo
314
+ attr_accessor connection_arn: ::String
315
+ attr_accessor encryption_key_arn: ::String
316
+ attr_accessor owner_id: ::String
317
+ attr_accessor provider_type: ("Bitbucket" | "GitHub" | "GitHubEnterpriseServer" | "GitLab" | "GitLabSelfManaged")
318
+ attr_accessor repository_link_arn: ::String
319
+ attr_accessor repository_link_id: ::String
320
+ attr_accessor repository_name: ::String
321
+ SENSITIVE: []
322
+ end
323
+
324
+ class RepositorySyncAttempt
325
+ attr_accessor started_at: ::Time
326
+ attr_accessor status: ("FAILED" | "INITIATED" | "IN_PROGRESS" | "SUCCEEDED" | "QUEUED")
327
+ attr_accessor events: ::Array[Types::RepositorySyncEvent]
328
+ SENSITIVE: []
329
+ end
330
+
331
+ class RepositorySyncDefinition
332
+ attr_accessor branch: ::String
333
+ attr_accessor directory: ::String
334
+ attr_accessor parent: ::String
335
+ attr_accessor target: ::String
336
+ SENSITIVE: []
337
+ end
338
+
339
+ class RepositorySyncEvent
340
+ attr_accessor event: ::String
341
+ attr_accessor external_id: ::String
342
+ attr_accessor time: ::Time
343
+ attr_accessor type: ::String
344
+ SENSITIVE: []
345
+ end
346
+
347
+ class ResourceAlreadyExistsException
348
+ attr_accessor message: ::String
349
+ SENSITIVE: []
350
+ end
351
+
352
+ class ResourceNotFoundException
353
+ attr_accessor message: ::String
354
+ SENSITIVE: []
355
+ end
356
+
357
+ class ResourceSyncAttempt
358
+ attr_accessor events: ::Array[Types::ResourceSyncEvent]
359
+ attr_accessor initial_revision: Types::Revision
360
+ attr_accessor started_at: ::Time
361
+ attr_accessor status: ("FAILED" | "INITIATED" | "IN_PROGRESS" | "SUCCEEDED")
362
+ attr_accessor target_revision: Types::Revision
363
+ attr_accessor target: ::String
364
+ SENSITIVE: []
365
+ end
366
+
367
+ class ResourceSyncEvent
368
+ attr_accessor event: ::String
369
+ attr_accessor external_id: ::String
370
+ attr_accessor time: ::Time
371
+ attr_accessor type: ::String
372
+ SENSITIVE: []
373
+ end
374
+
375
+ class ResourceUnavailableException
376
+ attr_accessor message: ::String
377
+ SENSITIVE: []
378
+ end
379
+
380
+ class RetryLatestCommitFailedException
381
+ attr_accessor message: ::String
382
+ SENSITIVE: []
383
+ end
384
+
385
+ class Revision
386
+ attr_accessor branch: ::String
387
+ attr_accessor directory: ::String
388
+ attr_accessor owner_id: ::String
389
+ attr_accessor repository_name: ::String
390
+ attr_accessor provider_type: ("Bitbucket" | "GitHub" | "GitHubEnterpriseServer" | "GitLab" | "GitLabSelfManaged")
391
+ attr_accessor sha: ::String
392
+ SENSITIVE: []
393
+ end
394
+
395
+ class SyncBlocker
396
+ attr_accessor id: ::String
397
+ attr_accessor type: ("AUTOMATED")
398
+ attr_accessor status: ("ACTIVE" | "RESOLVED")
399
+ attr_accessor created_reason: ::String
400
+ attr_accessor created_at: ::Time
401
+ attr_accessor contexts: ::Array[Types::SyncBlockerContext]
402
+ attr_accessor resolved_reason: ::String
403
+ attr_accessor resolved_at: ::Time
404
+ SENSITIVE: []
405
+ end
406
+
407
+ class SyncBlockerContext
408
+ attr_accessor key: ::String
409
+ attr_accessor value: ::String
410
+ SENSITIVE: []
411
+ end
412
+
413
+ class SyncBlockerDoesNotExistException
414
+ attr_accessor message: ::String
415
+ SENSITIVE: []
416
+ end
417
+
418
+ class SyncBlockerSummary
419
+ attr_accessor resource_name: ::String
420
+ attr_accessor parent_resource_name: ::String
421
+ attr_accessor latest_blockers: ::Array[Types::SyncBlocker]
422
+ SENSITIVE: []
423
+ end
424
+
425
+ class SyncConfiguration
426
+ attr_accessor branch: ::String
427
+ attr_accessor config_file: ::String
428
+ attr_accessor owner_id: ::String
429
+ attr_accessor provider_type: ("Bitbucket" | "GitHub" | "GitHubEnterpriseServer" | "GitLab" | "GitLabSelfManaged")
430
+ attr_accessor repository_link_id: ::String
431
+ attr_accessor repository_name: ::String
432
+ attr_accessor resource_name: ::String
433
+ attr_accessor role_arn: ::String
434
+ attr_accessor sync_type: ("CFN_STACK_SYNC")
435
+ SENSITIVE: []
436
+ end
437
+
438
+ class SyncConfigurationStillExistsException
439
+ attr_accessor message: ::String
440
+ SENSITIVE: []
441
+ end
442
+
443
+ class Tag
444
+ attr_accessor key: ::String
445
+ attr_accessor value: ::String
446
+ SENSITIVE: []
447
+ end
448
+
449
+ class TagResourceInput
450
+ attr_accessor resource_arn: ::String
451
+ attr_accessor tags: ::Array[Types::Tag]
452
+ SENSITIVE: []
453
+ end
454
+
455
+ class TagResourceOutput < Aws::EmptyStructure
456
+ end
457
+
458
+ class ThrottlingException
459
+ attr_accessor message: ::String
460
+ SENSITIVE: []
461
+ end
462
+
463
+ class UnsupportedOperationException
464
+ attr_accessor message: ::String
465
+ SENSITIVE: []
466
+ end
467
+
468
+ class UnsupportedProviderTypeException
469
+ attr_accessor message: ::String
470
+ SENSITIVE: []
471
+ end
472
+
473
+ class UntagResourceInput
474
+ attr_accessor resource_arn: ::String
475
+ attr_accessor tag_keys: ::Array[::String]
476
+ SENSITIVE: []
477
+ end
478
+
479
+ class UntagResourceOutput < Aws::EmptyStructure
480
+ end
481
+
482
+ class UpdateHostInput
483
+ attr_accessor host_arn: ::String
484
+ attr_accessor provider_endpoint: ::String
485
+ attr_accessor vpc_configuration: Types::VpcConfiguration
486
+ SENSITIVE: []
487
+ end
488
+
489
+ class UpdateHostOutput < Aws::EmptyStructure
490
+ end
491
+
492
+ class UpdateOutOfSyncException
493
+ attr_accessor message: ::String
494
+ SENSITIVE: []
495
+ end
496
+
497
+ class UpdateRepositoryLinkInput
498
+ attr_accessor connection_arn: ::String
499
+ attr_accessor encryption_key_arn: ::String
500
+ attr_accessor repository_link_id: ::String
501
+ SENSITIVE: []
502
+ end
503
+
504
+ class UpdateRepositoryLinkOutput
505
+ attr_accessor repository_link_info: Types::RepositoryLinkInfo
506
+ SENSITIVE: []
507
+ end
508
+
509
+ class UpdateSyncBlockerInput
510
+ attr_accessor id: ::String
511
+ attr_accessor sync_type: ("CFN_STACK_SYNC")
512
+ attr_accessor resource_name: ::String
513
+ attr_accessor resolved_reason: ::String
514
+ SENSITIVE: []
515
+ end
516
+
517
+ class UpdateSyncBlockerOutput
518
+ attr_accessor resource_name: ::String
519
+ attr_accessor parent_resource_name: ::String
520
+ attr_accessor sync_blocker: Types::SyncBlocker
521
+ SENSITIVE: []
522
+ end
523
+
524
+ class UpdateSyncConfigurationInput
525
+ attr_accessor branch: ::String
526
+ attr_accessor config_file: ::String
527
+ attr_accessor repository_link_id: ::String
528
+ attr_accessor resource_name: ::String
529
+ attr_accessor role_arn: ::String
530
+ attr_accessor sync_type: ("CFN_STACK_SYNC")
531
+ SENSITIVE: []
532
+ end
533
+
534
+ class UpdateSyncConfigurationOutput
535
+ attr_accessor sync_configuration: Types::SyncConfiguration
536
+ SENSITIVE: []
537
+ end
538
+
539
+ class VpcConfiguration
540
+ attr_accessor vpc_id: ::String
541
+ attr_accessor subnet_ids: ::Array[::String]
542
+ attr_accessor security_group_ids: ::Array[::String]
543
+ attr_accessor tls_certificate: ::String
544
+ SENSITIVE: []
545
+ end
546
+ end
547
+ 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 CodeStarconnections
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-codestarconnections
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.39.0
4
+ version: 1.40.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: 2023-12-28 00:00:00.000000000 Z
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.188.0
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.188.0
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-codestarconnections/plugins/endpoints.rb
67
67
  - lib/aws-sdk-codestarconnections/resource.rb
68
68
  - lib/aws-sdk-codestarconnections/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-codestarconnections
74
79
  changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-codestarconnections/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.1.6
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 CodeStar connections
94
99
  test_files: []