aws-sdk-appfabric 1.7.0 → 1.9.0

Sign up to get free protection for your applications and to get access to all the features.
data/sig/client.rbs ADDED
@@ -0,0 +1,460 @@
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 AppFabric
10
+ class Client < ::Seahorse::Client::Base
11
+ include ::Aws::ClientStubs
12
+
13
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AppFabric/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
+ ?stub_responses: untyped,
52
+ ?token_provider: untyped,
53
+ ?use_dualstack_endpoint: bool,
54
+ ?use_fips_endpoint: bool,
55
+ ?validate_params: bool,
56
+ ?endpoint_provider: untyped,
57
+ ?http_proxy: String,
58
+ ?http_open_timeout: (Float | Integer),
59
+ ?http_read_timeout: (Float | Integer),
60
+ ?http_idle_timeout: (Float | Integer),
61
+ ?http_continue_timeout: (Float | Integer),
62
+ ?ssl_timeout: (Float | Integer | nil),
63
+ ?http_wire_trace: bool,
64
+ ?ssl_verify_peer: bool,
65
+ ?ssl_ca_bundle: String,
66
+ ?ssl_ca_directory: String,
67
+ ?ssl_ca_store: String,
68
+ ?on_chunk_received: Proc,
69
+ ?on_chunk_sent: Proc,
70
+ ?raise_response_errors: bool
71
+ ) -> instance
72
+ | (?Hash[Symbol, untyped]) -> instance
73
+
74
+
75
+ interface _BatchGetUserAccessTasksResponseSuccess
76
+ include ::Seahorse::Client::_ResponseSuccess[Types::BatchGetUserAccessTasksResponse]
77
+ def user_access_results_list: () -> ::Array[Types::UserAccessResultItem]
78
+ end
79
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AppFabric/Client.html#batch_get_user_access_tasks-instance_method
80
+ def batch_get_user_access_tasks: (
81
+ app_bundle_identifier: ::String,
82
+ task_id_list: Array[::String]
83
+ ) -> _BatchGetUserAccessTasksResponseSuccess
84
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _BatchGetUserAccessTasksResponseSuccess
85
+
86
+ interface _ConnectAppAuthorizationResponseSuccess
87
+ include ::Seahorse::Client::_ResponseSuccess[Types::ConnectAppAuthorizationResponse]
88
+ def app_authorization_summary: () -> Types::AppAuthorizationSummary
89
+ end
90
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AppFabric/Client.html#connect_app_authorization-instance_method
91
+ def connect_app_authorization: (
92
+ app_bundle_identifier: ::String,
93
+ app_authorization_identifier: ::String,
94
+ ?auth_request: {
95
+ redirect_uri: ::String,
96
+ code: ::String
97
+ }
98
+ ) -> _ConnectAppAuthorizationResponseSuccess
99
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ConnectAppAuthorizationResponseSuccess
100
+
101
+ interface _CreateAppAuthorizationResponseSuccess
102
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateAppAuthorizationResponse]
103
+ def app_authorization: () -> Types::AppAuthorization
104
+ end
105
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AppFabric/Client.html#create_app_authorization-instance_method
106
+ def create_app_authorization: (
107
+ app_bundle_identifier: ::String,
108
+ app: ::String,
109
+ credential: {
110
+ oauth2_credential: {
111
+ client_id: ::String,
112
+ client_secret: ::String
113
+ }?,
114
+ api_key_credential: {
115
+ api_key: ::String
116
+ }?
117
+ },
118
+ tenant: {
119
+ tenant_identifier: ::String,
120
+ tenant_display_name: ::String
121
+ },
122
+ auth_type: ("oauth2" | "apiKey"),
123
+ ?client_token: ::String,
124
+ ?tags: Array[
125
+ {
126
+ key: ::String,
127
+ value: ::String
128
+ },
129
+ ]
130
+ ) -> _CreateAppAuthorizationResponseSuccess
131
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateAppAuthorizationResponseSuccess
132
+
133
+ interface _CreateAppBundleResponseSuccess
134
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateAppBundleResponse]
135
+ def app_bundle: () -> Types::AppBundle
136
+ end
137
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AppFabric/Client.html#create_app_bundle-instance_method
138
+ def create_app_bundle: (
139
+ ?client_token: ::String,
140
+ ?customer_managed_key_identifier: ::String,
141
+ ?tags: Array[
142
+ {
143
+ key: ::String,
144
+ value: ::String
145
+ },
146
+ ]
147
+ ) -> _CreateAppBundleResponseSuccess
148
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateAppBundleResponseSuccess
149
+
150
+ interface _CreateIngestionResponseSuccess
151
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateIngestionResponse]
152
+ def ingestion: () -> Types::Ingestion
153
+ end
154
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AppFabric/Client.html#create_ingestion-instance_method
155
+ def create_ingestion: (
156
+ app_bundle_identifier: ::String,
157
+ app: ::String,
158
+ tenant_id: ::String,
159
+ ingestion_type: ("auditLog"),
160
+ ?client_token: ::String,
161
+ ?tags: Array[
162
+ {
163
+ key: ::String,
164
+ value: ::String
165
+ },
166
+ ]
167
+ ) -> _CreateIngestionResponseSuccess
168
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateIngestionResponseSuccess
169
+
170
+ interface _CreateIngestionDestinationResponseSuccess
171
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateIngestionDestinationResponse]
172
+ def ingestion_destination: () -> Types::IngestionDestination
173
+ end
174
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AppFabric/Client.html#create_ingestion_destination-instance_method
175
+ def create_ingestion_destination: (
176
+ app_bundle_identifier: ::String,
177
+ ingestion_identifier: ::String,
178
+ processing_configuration: {
179
+ audit_log: {
180
+ schema: ("ocsf" | "raw"),
181
+ format: ("json" | "parquet")
182
+ }?
183
+ },
184
+ destination_configuration: {
185
+ audit_log: {
186
+ destination: {
187
+ s3_bucket: {
188
+ bucket_name: ::String,
189
+ prefix: ::String?
190
+ }?,
191
+ firehose_stream: {
192
+ stream_name: ::String
193
+ }?
194
+ }
195
+ }?
196
+ },
197
+ ?client_token: ::String,
198
+ ?tags: Array[
199
+ {
200
+ key: ::String,
201
+ value: ::String
202
+ },
203
+ ]
204
+ ) -> _CreateIngestionDestinationResponseSuccess
205
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateIngestionDestinationResponseSuccess
206
+
207
+ interface _DeleteAppAuthorizationResponseSuccess
208
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteAppAuthorizationResponse]
209
+ end
210
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AppFabric/Client.html#delete_app_authorization-instance_method
211
+ def delete_app_authorization: (
212
+ app_bundle_identifier: ::String,
213
+ app_authorization_identifier: ::String
214
+ ) -> _DeleteAppAuthorizationResponseSuccess
215
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteAppAuthorizationResponseSuccess
216
+
217
+ interface _DeleteAppBundleResponseSuccess
218
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteAppBundleResponse]
219
+ end
220
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AppFabric/Client.html#delete_app_bundle-instance_method
221
+ def delete_app_bundle: (
222
+ app_bundle_identifier: ::String
223
+ ) -> _DeleteAppBundleResponseSuccess
224
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteAppBundleResponseSuccess
225
+
226
+ interface _DeleteIngestionResponseSuccess
227
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteIngestionResponse]
228
+ end
229
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AppFabric/Client.html#delete_ingestion-instance_method
230
+ def delete_ingestion: (
231
+ app_bundle_identifier: ::String,
232
+ ingestion_identifier: ::String
233
+ ) -> _DeleteIngestionResponseSuccess
234
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteIngestionResponseSuccess
235
+
236
+ interface _DeleteIngestionDestinationResponseSuccess
237
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteIngestionDestinationResponse]
238
+ end
239
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AppFabric/Client.html#delete_ingestion_destination-instance_method
240
+ def delete_ingestion_destination: (
241
+ app_bundle_identifier: ::String,
242
+ ingestion_identifier: ::String,
243
+ ingestion_destination_identifier: ::String
244
+ ) -> _DeleteIngestionDestinationResponseSuccess
245
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteIngestionDestinationResponseSuccess
246
+
247
+ interface _GetAppAuthorizationResponseSuccess
248
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetAppAuthorizationResponse]
249
+ def app_authorization: () -> Types::AppAuthorization
250
+ end
251
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AppFabric/Client.html#get_app_authorization-instance_method
252
+ def get_app_authorization: (
253
+ app_bundle_identifier: ::String,
254
+ app_authorization_identifier: ::String
255
+ ) -> _GetAppAuthorizationResponseSuccess
256
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetAppAuthorizationResponseSuccess
257
+
258
+ interface _GetAppBundleResponseSuccess
259
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetAppBundleResponse]
260
+ def app_bundle: () -> Types::AppBundle
261
+ end
262
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AppFabric/Client.html#get_app_bundle-instance_method
263
+ def get_app_bundle: (
264
+ app_bundle_identifier: ::String
265
+ ) -> _GetAppBundleResponseSuccess
266
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetAppBundleResponseSuccess
267
+
268
+ interface _GetIngestionResponseSuccess
269
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetIngestionResponse]
270
+ def ingestion: () -> Types::Ingestion
271
+ end
272
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AppFabric/Client.html#get_ingestion-instance_method
273
+ def get_ingestion: (
274
+ app_bundle_identifier: ::String,
275
+ ingestion_identifier: ::String
276
+ ) -> _GetIngestionResponseSuccess
277
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetIngestionResponseSuccess
278
+
279
+ interface _GetIngestionDestinationResponseSuccess
280
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetIngestionDestinationResponse]
281
+ def ingestion_destination: () -> Types::IngestionDestination
282
+ end
283
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AppFabric/Client.html#get_ingestion_destination-instance_method
284
+ def get_ingestion_destination: (
285
+ app_bundle_identifier: ::String,
286
+ ingestion_identifier: ::String,
287
+ ingestion_destination_identifier: ::String
288
+ ) -> _GetIngestionDestinationResponseSuccess
289
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetIngestionDestinationResponseSuccess
290
+
291
+ interface _ListAppAuthorizationsResponseSuccess
292
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListAppAuthorizationsResponse]
293
+ def app_authorization_summary_list: () -> ::Array[Types::AppAuthorizationSummary]
294
+ def next_token: () -> ::String
295
+ end
296
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AppFabric/Client.html#list_app_authorizations-instance_method
297
+ def list_app_authorizations: (
298
+ app_bundle_identifier: ::String,
299
+ ?max_results: ::Integer,
300
+ ?next_token: ::String
301
+ ) -> _ListAppAuthorizationsResponseSuccess
302
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListAppAuthorizationsResponseSuccess
303
+
304
+ interface _ListAppBundlesResponseSuccess
305
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListAppBundlesResponse]
306
+ def app_bundle_summary_list: () -> ::Array[Types::AppBundleSummary]
307
+ def next_token: () -> ::String
308
+ end
309
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AppFabric/Client.html#list_app_bundles-instance_method
310
+ def list_app_bundles: (
311
+ ?max_results: ::Integer,
312
+ ?next_token: ::String
313
+ ) -> _ListAppBundlesResponseSuccess
314
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListAppBundlesResponseSuccess
315
+
316
+ interface _ListIngestionDestinationsResponseSuccess
317
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListIngestionDestinationsResponse]
318
+ def ingestion_destinations: () -> ::Array[Types::IngestionDestinationSummary]
319
+ def next_token: () -> ::String
320
+ end
321
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AppFabric/Client.html#list_ingestion_destinations-instance_method
322
+ def list_ingestion_destinations: (
323
+ app_bundle_identifier: ::String,
324
+ ingestion_identifier: ::String,
325
+ ?max_results: ::Integer,
326
+ ?next_token: ::String
327
+ ) -> _ListIngestionDestinationsResponseSuccess
328
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListIngestionDestinationsResponseSuccess
329
+
330
+ interface _ListIngestionsResponseSuccess
331
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListIngestionsResponse]
332
+ def ingestions: () -> ::Array[Types::IngestionSummary]
333
+ def next_token: () -> ::String
334
+ end
335
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AppFabric/Client.html#list_ingestions-instance_method
336
+ def list_ingestions: (
337
+ app_bundle_identifier: ::String,
338
+ ?max_results: ::Integer,
339
+ ?next_token: ::String
340
+ ) -> _ListIngestionsResponseSuccess
341
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListIngestionsResponseSuccess
342
+
343
+ interface _ListTagsForResourceResponseSuccess
344
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListTagsForResourceResponse]
345
+ def tags: () -> ::Array[Types::Tag]
346
+ end
347
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AppFabric/Client.html#list_tags_for_resource-instance_method
348
+ def list_tags_for_resource: (
349
+ resource_arn: ::String
350
+ ) -> _ListTagsForResourceResponseSuccess
351
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListTagsForResourceResponseSuccess
352
+
353
+ interface _StartIngestionResponseSuccess
354
+ include ::Seahorse::Client::_ResponseSuccess[Types::StartIngestionResponse]
355
+ end
356
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AppFabric/Client.html#start_ingestion-instance_method
357
+ def start_ingestion: (
358
+ ingestion_identifier: ::String,
359
+ app_bundle_identifier: ::String
360
+ ) -> _StartIngestionResponseSuccess
361
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartIngestionResponseSuccess
362
+
363
+ interface _StartUserAccessTasksResponseSuccess
364
+ include ::Seahorse::Client::_ResponseSuccess[Types::StartUserAccessTasksResponse]
365
+ def user_access_tasks_list: () -> ::Array[Types::UserAccessTaskItem]
366
+ end
367
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AppFabric/Client.html#start_user_access_tasks-instance_method
368
+ def start_user_access_tasks: (
369
+ app_bundle_identifier: ::String,
370
+ email: ::String
371
+ ) -> _StartUserAccessTasksResponseSuccess
372
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartUserAccessTasksResponseSuccess
373
+
374
+ interface _StopIngestionResponseSuccess
375
+ include ::Seahorse::Client::_ResponseSuccess[Types::StopIngestionResponse]
376
+ end
377
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AppFabric/Client.html#stop_ingestion-instance_method
378
+ def stop_ingestion: (
379
+ ingestion_identifier: ::String,
380
+ app_bundle_identifier: ::String
381
+ ) -> _StopIngestionResponseSuccess
382
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StopIngestionResponseSuccess
383
+
384
+ interface _TagResourceResponseSuccess
385
+ include ::Seahorse::Client::_ResponseSuccess[Types::TagResourceResponse]
386
+ end
387
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AppFabric/Client.html#tag_resource-instance_method
388
+ def tag_resource: (
389
+ resource_arn: ::String,
390
+ tags: Array[
391
+ {
392
+ key: ::String,
393
+ value: ::String
394
+ },
395
+ ]
396
+ ) -> _TagResourceResponseSuccess
397
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
398
+
399
+ interface _UntagResourceResponseSuccess
400
+ include ::Seahorse::Client::_ResponseSuccess[Types::UntagResourceResponse]
401
+ end
402
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AppFabric/Client.html#untag_resource-instance_method
403
+ def untag_resource: (
404
+ resource_arn: ::String,
405
+ tag_keys: Array[::String]
406
+ ) -> _UntagResourceResponseSuccess
407
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UntagResourceResponseSuccess
408
+
409
+ interface _UpdateAppAuthorizationResponseSuccess
410
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateAppAuthorizationResponse]
411
+ def app_authorization: () -> Types::AppAuthorization
412
+ end
413
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AppFabric/Client.html#update_app_authorization-instance_method
414
+ def update_app_authorization: (
415
+ app_bundle_identifier: ::String,
416
+ app_authorization_identifier: ::String,
417
+ ?credential: {
418
+ oauth2_credential: {
419
+ client_id: ::String,
420
+ client_secret: ::String
421
+ }?,
422
+ api_key_credential: {
423
+ api_key: ::String
424
+ }?
425
+ },
426
+ ?tenant: {
427
+ tenant_identifier: ::String,
428
+ tenant_display_name: ::String
429
+ }
430
+ ) -> _UpdateAppAuthorizationResponseSuccess
431
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateAppAuthorizationResponseSuccess
432
+
433
+ interface _UpdateIngestionDestinationResponseSuccess
434
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateIngestionDestinationResponse]
435
+ def ingestion_destination: () -> Types::IngestionDestination
436
+ end
437
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AppFabric/Client.html#update_ingestion_destination-instance_method
438
+ def update_ingestion_destination: (
439
+ app_bundle_identifier: ::String,
440
+ ingestion_identifier: ::String,
441
+ ingestion_destination_identifier: ::String,
442
+ destination_configuration: {
443
+ audit_log: {
444
+ destination: {
445
+ s3_bucket: {
446
+ bucket_name: ::String,
447
+ prefix: ::String?
448
+ }?,
449
+ firehose_stream: {
450
+ stream_name: ::String
451
+ }?
452
+ }
453
+ }?
454
+ }
455
+ ) -> _UpdateIngestionDestinationResponseSuccess
456
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateIngestionDestinationResponseSuccess
457
+ end
458
+ end
459
+ end
460
+
data/sig/errors.rbs ADDED
@@ -0,0 +1,51 @@
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 AppFabric
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 ConflictException < ::Aws::Errors::ServiceError
18
+ def message: () -> ::String
19
+ def resource_id: () -> ::String
20
+ def resource_type: () -> ::String
21
+ end
22
+ class InternalServerException < ::Aws::Errors::ServiceError
23
+ def message: () -> ::String
24
+ def retry_after_seconds: () -> ::String
25
+ end
26
+ class ResourceNotFoundException < ::Aws::Errors::ServiceError
27
+ def message: () -> ::String
28
+ def resource_id: () -> ::String
29
+ def resource_type: () -> ::String
30
+ end
31
+ class ServiceQuotaExceededException < ::Aws::Errors::ServiceError
32
+ def message: () -> ::String
33
+ def resource_id: () -> ::String
34
+ def resource_type: () -> ::String
35
+ def service_code: () -> ::String
36
+ def quota_code: () -> ::String
37
+ end
38
+ class ThrottlingException < ::Aws::Errors::ServiceError
39
+ def message: () -> ::String
40
+ def service_code: () -> ::String
41
+ def quota_code: () -> ::String
42
+ def retry_after_seconds: () -> ::String
43
+ end
44
+ class ValidationException < ::Aws::Errors::ServiceError
45
+ def message: () -> ::String
46
+ def reason: () -> ::String
47
+ def field_list: () -> ::String
48
+ end
49
+ end
50
+ end
51
+ end
data/sig/resource.rbs ADDED
@@ -0,0 +1,79 @@
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 AppFabric
10
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AppFabric/Resource.html
11
+ class Resource
12
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AppFabric/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
+ ?stub_responses: untyped,
52
+ ?token_provider: untyped,
53
+ ?use_dualstack_endpoint: bool,
54
+ ?use_fips_endpoint: bool,
55
+ ?validate_params: bool,
56
+ ?endpoint_provider: untyped,
57
+ ?http_proxy: String,
58
+ ?http_open_timeout: (Float | Integer),
59
+ ?http_read_timeout: (Float | Integer),
60
+ ?http_idle_timeout: (Float | Integer),
61
+ ?http_continue_timeout: (Float | Integer),
62
+ ?ssl_timeout: (Float | Integer | nil),
63
+ ?http_wire_trace: bool,
64
+ ?ssl_verify_peer: bool,
65
+ ?ssl_ca_bundle: String,
66
+ ?ssl_ca_directory: String,
67
+ ?ssl_ca_store: String,
68
+ ?on_chunk_received: Proc,
69
+ ?on_chunk_sent: Proc,
70
+ ?raise_response_errors: bool
71
+ ) -> void
72
+ | (?Hash[Symbol, untyped]) -> void
73
+
74
+ def client: () -> Client
75
+
76
+
77
+ end
78
+ end
79
+ end