aws-sdk-appfabric 1.7.0 → 1.8.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-appfabric/client.rb +1 -1
- data/lib/aws-sdk-appfabric/plugins/endpoints.rb +1 -0
- data/lib/aws-sdk-appfabric.rb +1 -1
- data/sig/client.rbs +460 -0
- data/sig/errors.rbs +51 -0
- data/sig/resource.rbs +79 -0
- data/sig/types.rbs +565 -0
- data/sig/waiters.rbs +13 -0
- metadata +13 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8a668d6747627bbd8aab9e234c9eec3dfac1be2b1b9ac3e1e644ece8f8c25d6d
|
4
|
+
data.tar.gz: 78af7f43d022690a60f9197b44782398706f7263c1d192f0b5ce04a88065ad03
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d5731ecd3f8893ee7d5b23d7190cff77e5f3463ac62f2ccfd4fb9310c81d6e01bed4081482823271b1b253a860cc606571533ae62ed8dff9ccfd08d18a036776
|
7
|
+
data.tar.gz: 271f50ae5557e2d955fb8cb38cabfd1b43cd46f015e4c53fef34ba5f961a000730cba885b68b326d1173a2609b4ac66e4f238519d2248f1adbbb95800ca06876
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.8.0
|
@@ -1743,7 +1743,7 @@ module Aws::AppFabric
|
|
1743
1743
|
params: params,
|
1744
1744
|
config: config)
|
1745
1745
|
context[:gem_name] = 'aws-sdk-appfabric'
|
1746
|
-
context[:gem_version] = '1.
|
1746
|
+
context[:gem_version] = '1.8.0'
|
1747
1747
|
Seahorse::Client::Request.new(handlers, context)
|
1748
1748
|
end
|
1749
1749
|
|
@@ -14,6 +14,7 @@ module Aws::AppFabric
|
|
14
14
|
option(
|
15
15
|
:endpoint_provider,
|
16
16
|
doc_type: 'Aws::AppFabric::EndpointProvider',
|
17
|
+
rbs_type: 'untyped',
|
17
18
|
docstring: 'The endpoint provider used to resolve endpoints. Any '\
|
18
19
|
'object that responds to `#resolve_endpoint(parameters)` '\
|
19
20
|
'where `parameters` is a Struct similar to '\
|
data/lib/aws-sdk-appfabric.rb
CHANGED
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
|
data/sig/types.rbs
ADDED
@@ -0,0 +1,565 @@
|
|
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::AppFabric
|
9
|
+
module Types
|
10
|
+
|
11
|
+
class AccessDeniedException
|
12
|
+
attr_accessor message: ::String
|
13
|
+
SENSITIVE: []
|
14
|
+
end
|
15
|
+
|
16
|
+
class ApiKeyCredential
|
17
|
+
attr_accessor api_key: ::String
|
18
|
+
SENSITIVE: [:api_key]
|
19
|
+
end
|
20
|
+
|
21
|
+
class AppAuthorization
|
22
|
+
attr_accessor app_authorization_arn: ::String
|
23
|
+
attr_accessor app_bundle_arn: ::String
|
24
|
+
attr_accessor app: ::String
|
25
|
+
attr_accessor tenant: Types::Tenant
|
26
|
+
attr_accessor auth_type: ("oauth2" | "apiKey")
|
27
|
+
attr_accessor status: ("PendingConnect" | "Connected" | "ConnectionValidationFailed" | "TokenAutoRotationFailed")
|
28
|
+
attr_accessor created_at: ::Time
|
29
|
+
attr_accessor updated_at: ::Time
|
30
|
+
attr_accessor persona: ("admin" | "endUser")
|
31
|
+
attr_accessor auth_url: ::String
|
32
|
+
SENSITIVE: []
|
33
|
+
end
|
34
|
+
|
35
|
+
class AppAuthorizationSummary
|
36
|
+
attr_accessor app_authorization_arn: ::String
|
37
|
+
attr_accessor app_bundle_arn: ::String
|
38
|
+
attr_accessor app: ::String
|
39
|
+
attr_accessor tenant: Types::Tenant
|
40
|
+
attr_accessor status: ("PendingConnect" | "Connected" | "ConnectionValidationFailed" | "TokenAutoRotationFailed")
|
41
|
+
attr_accessor updated_at: ::Time
|
42
|
+
SENSITIVE: []
|
43
|
+
end
|
44
|
+
|
45
|
+
class AppBundle
|
46
|
+
attr_accessor arn: ::String
|
47
|
+
attr_accessor customer_managed_key_arn: ::String
|
48
|
+
SENSITIVE: []
|
49
|
+
end
|
50
|
+
|
51
|
+
class AppBundleSummary
|
52
|
+
attr_accessor arn: ::String
|
53
|
+
SENSITIVE: []
|
54
|
+
end
|
55
|
+
|
56
|
+
class AuditLogDestinationConfiguration
|
57
|
+
attr_accessor destination: Types::Destination
|
58
|
+
SENSITIVE: []
|
59
|
+
end
|
60
|
+
|
61
|
+
class AuditLogProcessingConfiguration
|
62
|
+
attr_accessor schema: ("ocsf" | "raw")
|
63
|
+
attr_accessor format: ("json" | "parquet")
|
64
|
+
SENSITIVE: []
|
65
|
+
end
|
66
|
+
|
67
|
+
class AuthRequest
|
68
|
+
attr_accessor redirect_uri: ::String
|
69
|
+
attr_accessor code: ::String
|
70
|
+
SENSITIVE: [:code]
|
71
|
+
end
|
72
|
+
|
73
|
+
class BatchGetUserAccessTasksRequest
|
74
|
+
attr_accessor app_bundle_identifier: ::String
|
75
|
+
attr_accessor task_id_list: ::Array[::String]
|
76
|
+
SENSITIVE: []
|
77
|
+
end
|
78
|
+
|
79
|
+
class BatchGetUserAccessTasksResponse
|
80
|
+
attr_accessor user_access_results_list: ::Array[Types::UserAccessResultItem]
|
81
|
+
SENSITIVE: []
|
82
|
+
end
|
83
|
+
|
84
|
+
class ConflictException
|
85
|
+
attr_accessor message: ::String
|
86
|
+
attr_accessor resource_id: ::String
|
87
|
+
attr_accessor resource_type: ::String
|
88
|
+
SENSITIVE: []
|
89
|
+
end
|
90
|
+
|
91
|
+
class ConnectAppAuthorizationRequest
|
92
|
+
attr_accessor app_bundle_identifier: ::String
|
93
|
+
attr_accessor app_authorization_identifier: ::String
|
94
|
+
attr_accessor auth_request: Types::AuthRequest
|
95
|
+
SENSITIVE: []
|
96
|
+
end
|
97
|
+
|
98
|
+
class ConnectAppAuthorizationResponse
|
99
|
+
attr_accessor app_authorization_summary: Types::AppAuthorizationSummary
|
100
|
+
SENSITIVE: []
|
101
|
+
end
|
102
|
+
|
103
|
+
class CreateAppAuthorizationRequest
|
104
|
+
attr_accessor app_bundle_identifier: ::String
|
105
|
+
attr_accessor app: ::String
|
106
|
+
attr_accessor credential: Types::Credential
|
107
|
+
attr_accessor tenant: Types::Tenant
|
108
|
+
attr_accessor auth_type: ("oauth2" | "apiKey")
|
109
|
+
attr_accessor client_token: ::String
|
110
|
+
attr_accessor tags: ::Array[Types::Tag]
|
111
|
+
SENSITIVE: []
|
112
|
+
end
|
113
|
+
|
114
|
+
class CreateAppAuthorizationResponse
|
115
|
+
attr_accessor app_authorization: Types::AppAuthorization
|
116
|
+
SENSITIVE: []
|
117
|
+
end
|
118
|
+
|
119
|
+
class CreateAppBundleRequest
|
120
|
+
attr_accessor client_token: ::String
|
121
|
+
attr_accessor customer_managed_key_identifier: ::String
|
122
|
+
attr_accessor tags: ::Array[Types::Tag]
|
123
|
+
SENSITIVE: []
|
124
|
+
end
|
125
|
+
|
126
|
+
class CreateAppBundleResponse
|
127
|
+
attr_accessor app_bundle: Types::AppBundle
|
128
|
+
SENSITIVE: []
|
129
|
+
end
|
130
|
+
|
131
|
+
class CreateIngestionDestinationRequest
|
132
|
+
attr_accessor app_bundle_identifier: ::String
|
133
|
+
attr_accessor ingestion_identifier: ::String
|
134
|
+
attr_accessor processing_configuration: Types::ProcessingConfiguration
|
135
|
+
attr_accessor destination_configuration: Types::DestinationConfiguration
|
136
|
+
attr_accessor client_token: ::String
|
137
|
+
attr_accessor tags: ::Array[Types::Tag]
|
138
|
+
SENSITIVE: []
|
139
|
+
end
|
140
|
+
|
141
|
+
class CreateIngestionDestinationResponse
|
142
|
+
attr_accessor ingestion_destination: Types::IngestionDestination
|
143
|
+
SENSITIVE: []
|
144
|
+
end
|
145
|
+
|
146
|
+
class CreateIngestionRequest
|
147
|
+
attr_accessor app_bundle_identifier: ::String
|
148
|
+
attr_accessor app: ::String
|
149
|
+
attr_accessor tenant_id: ::String
|
150
|
+
attr_accessor ingestion_type: ("auditLog")
|
151
|
+
attr_accessor client_token: ::String
|
152
|
+
attr_accessor tags: ::Array[Types::Tag]
|
153
|
+
SENSITIVE: []
|
154
|
+
end
|
155
|
+
|
156
|
+
class CreateIngestionResponse
|
157
|
+
attr_accessor ingestion: Types::Ingestion
|
158
|
+
SENSITIVE: []
|
159
|
+
end
|
160
|
+
|
161
|
+
class Credential
|
162
|
+
attr_accessor oauth2_credential: Types::Oauth2Credential
|
163
|
+
attr_accessor api_key_credential: Types::ApiKeyCredential
|
164
|
+
attr_accessor unknown: untyped
|
165
|
+
SENSITIVE: []
|
166
|
+
|
167
|
+
class Oauth2Credential < Credential
|
168
|
+
end
|
169
|
+
class ApiKeyCredential < Credential
|
170
|
+
end
|
171
|
+
class Unknown < Credential
|
172
|
+
end
|
173
|
+
end
|
174
|
+
|
175
|
+
class DeleteAppAuthorizationRequest
|
176
|
+
attr_accessor app_bundle_identifier: ::String
|
177
|
+
attr_accessor app_authorization_identifier: ::String
|
178
|
+
SENSITIVE: []
|
179
|
+
end
|
180
|
+
|
181
|
+
class DeleteAppAuthorizationResponse < Aws::EmptyStructure
|
182
|
+
end
|
183
|
+
|
184
|
+
class DeleteAppBundleRequest
|
185
|
+
attr_accessor app_bundle_identifier: ::String
|
186
|
+
SENSITIVE: []
|
187
|
+
end
|
188
|
+
|
189
|
+
class DeleteAppBundleResponse < Aws::EmptyStructure
|
190
|
+
end
|
191
|
+
|
192
|
+
class DeleteIngestionDestinationRequest
|
193
|
+
attr_accessor app_bundle_identifier: ::String
|
194
|
+
attr_accessor ingestion_identifier: ::String
|
195
|
+
attr_accessor ingestion_destination_identifier: ::String
|
196
|
+
SENSITIVE: []
|
197
|
+
end
|
198
|
+
|
199
|
+
class DeleteIngestionDestinationResponse < Aws::EmptyStructure
|
200
|
+
end
|
201
|
+
|
202
|
+
class DeleteIngestionRequest
|
203
|
+
attr_accessor app_bundle_identifier: ::String
|
204
|
+
attr_accessor ingestion_identifier: ::String
|
205
|
+
SENSITIVE: []
|
206
|
+
end
|
207
|
+
|
208
|
+
class DeleteIngestionResponse < Aws::EmptyStructure
|
209
|
+
end
|
210
|
+
|
211
|
+
class Destination
|
212
|
+
attr_accessor s3_bucket: Types::S3Bucket
|
213
|
+
attr_accessor firehose_stream: Types::FirehoseStream
|
214
|
+
attr_accessor unknown: untyped
|
215
|
+
SENSITIVE: []
|
216
|
+
|
217
|
+
class S3Bucket < Destination
|
218
|
+
end
|
219
|
+
class FirehoseStream < Destination
|
220
|
+
end
|
221
|
+
class Unknown < Destination
|
222
|
+
end
|
223
|
+
end
|
224
|
+
|
225
|
+
class DestinationConfiguration
|
226
|
+
attr_accessor audit_log: Types::AuditLogDestinationConfiguration
|
227
|
+
attr_accessor unknown: untyped
|
228
|
+
SENSITIVE: []
|
229
|
+
|
230
|
+
class AuditLog < DestinationConfiguration
|
231
|
+
end
|
232
|
+
class Unknown < DestinationConfiguration
|
233
|
+
end
|
234
|
+
end
|
235
|
+
|
236
|
+
class FirehoseStream
|
237
|
+
attr_accessor stream_name: ::String
|
238
|
+
SENSITIVE: []
|
239
|
+
end
|
240
|
+
|
241
|
+
class GetAppAuthorizationRequest
|
242
|
+
attr_accessor app_bundle_identifier: ::String
|
243
|
+
attr_accessor app_authorization_identifier: ::String
|
244
|
+
SENSITIVE: []
|
245
|
+
end
|
246
|
+
|
247
|
+
class GetAppAuthorizationResponse
|
248
|
+
attr_accessor app_authorization: Types::AppAuthorization
|
249
|
+
SENSITIVE: []
|
250
|
+
end
|
251
|
+
|
252
|
+
class GetAppBundleRequest
|
253
|
+
attr_accessor app_bundle_identifier: ::String
|
254
|
+
SENSITIVE: []
|
255
|
+
end
|
256
|
+
|
257
|
+
class GetAppBundleResponse
|
258
|
+
attr_accessor app_bundle: Types::AppBundle
|
259
|
+
SENSITIVE: []
|
260
|
+
end
|
261
|
+
|
262
|
+
class GetIngestionDestinationRequest
|
263
|
+
attr_accessor app_bundle_identifier: ::String
|
264
|
+
attr_accessor ingestion_identifier: ::String
|
265
|
+
attr_accessor ingestion_destination_identifier: ::String
|
266
|
+
SENSITIVE: []
|
267
|
+
end
|
268
|
+
|
269
|
+
class GetIngestionDestinationResponse
|
270
|
+
attr_accessor ingestion_destination: Types::IngestionDestination
|
271
|
+
SENSITIVE: []
|
272
|
+
end
|
273
|
+
|
274
|
+
class GetIngestionRequest
|
275
|
+
attr_accessor app_bundle_identifier: ::String
|
276
|
+
attr_accessor ingestion_identifier: ::String
|
277
|
+
SENSITIVE: []
|
278
|
+
end
|
279
|
+
|
280
|
+
class GetIngestionResponse
|
281
|
+
attr_accessor ingestion: Types::Ingestion
|
282
|
+
SENSITIVE: []
|
283
|
+
end
|
284
|
+
|
285
|
+
class Ingestion
|
286
|
+
attr_accessor arn: ::String
|
287
|
+
attr_accessor app_bundle_arn: ::String
|
288
|
+
attr_accessor app: ::String
|
289
|
+
attr_accessor tenant_id: ::String
|
290
|
+
attr_accessor created_at: ::Time
|
291
|
+
attr_accessor updated_at: ::Time
|
292
|
+
attr_accessor state: ("enabled" | "disabled")
|
293
|
+
attr_accessor ingestion_type: ("auditLog")
|
294
|
+
SENSITIVE: []
|
295
|
+
end
|
296
|
+
|
297
|
+
class IngestionDestination
|
298
|
+
attr_accessor arn: ::String
|
299
|
+
attr_accessor ingestion_arn: ::String
|
300
|
+
attr_accessor processing_configuration: Types::ProcessingConfiguration
|
301
|
+
attr_accessor destination_configuration: Types::DestinationConfiguration
|
302
|
+
attr_accessor status: ("Active" | "Failed")
|
303
|
+
attr_accessor status_reason: ::String
|
304
|
+
attr_accessor created_at: ::Time
|
305
|
+
attr_accessor updated_at: ::Time
|
306
|
+
SENSITIVE: []
|
307
|
+
end
|
308
|
+
|
309
|
+
class IngestionDestinationSummary
|
310
|
+
attr_accessor arn: ::String
|
311
|
+
SENSITIVE: []
|
312
|
+
end
|
313
|
+
|
314
|
+
class IngestionSummary
|
315
|
+
attr_accessor arn: ::String
|
316
|
+
attr_accessor app: ::String
|
317
|
+
attr_accessor tenant_id: ::String
|
318
|
+
attr_accessor state: ("enabled" | "disabled")
|
319
|
+
SENSITIVE: []
|
320
|
+
end
|
321
|
+
|
322
|
+
class InternalServerException
|
323
|
+
attr_accessor message: ::String
|
324
|
+
attr_accessor retry_after_seconds: ::Integer
|
325
|
+
SENSITIVE: []
|
326
|
+
end
|
327
|
+
|
328
|
+
class ListAppAuthorizationsRequest
|
329
|
+
attr_accessor app_bundle_identifier: ::String
|
330
|
+
attr_accessor max_results: ::Integer
|
331
|
+
attr_accessor next_token: ::String
|
332
|
+
SENSITIVE: []
|
333
|
+
end
|
334
|
+
|
335
|
+
class ListAppAuthorizationsResponse
|
336
|
+
attr_accessor app_authorization_summary_list: ::Array[Types::AppAuthorizationSummary]
|
337
|
+
attr_accessor next_token: ::String
|
338
|
+
SENSITIVE: []
|
339
|
+
end
|
340
|
+
|
341
|
+
class ListAppBundlesRequest
|
342
|
+
attr_accessor max_results: ::Integer
|
343
|
+
attr_accessor next_token: ::String
|
344
|
+
SENSITIVE: []
|
345
|
+
end
|
346
|
+
|
347
|
+
class ListAppBundlesResponse
|
348
|
+
attr_accessor app_bundle_summary_list: ::Array[Types::AppBundleSummary]
|
349
|
+
attr_accessor next_token: ::String
|
350
|
+
SENSITIVE: []
|
351
|
+
end
|
352
|
+
|
353
|
+
class ListIngestionDestinationsRequest
|
354
|
+
attr_accessor app_bundle_identifier: ::String
|
355
|
+
attr_accessor ingestion_identifier: ::String
|
356
|
+
attr_accessor max_results: ::Integer
|
357
|
+
attr_accessor next_token: ::String
|
358
|
+
SENSITIVE: []
|
359
|
+
end
|
360
|
+
|
361
|
+
class ListIngestionDestinationsResponse
|
362
|
+
attr_accessor ingestion_destinations: ::Array[Types::IngestionDestinationSummary]
|
363
|
+
attr_accessor next_token: ::String
|
364
|
+
SENSITIVE: []
|
365
|
+
end
|
366
|
+
|
367
|
+
class ListIngestionsRequest
|
368
|
+
attr_accessor app_bundle_identifier: ::String
|
369
|
+
attr_accessor max_results: ::Integer
|
370
|
+
attr_accessor next_token: ::String
|
371
|
+
SENSITIVE: []
|
372
|
+
end
|
373
|
+
|
374
|
+
class ListIngestionsResponse
|
375
|
+
attr_accessor ingestions: ::Array[Types::IngestionSummary]
|
376
|
+
attr_accessor next_token: ::String
|
377
|
+
SENSITIVE: []
|
378
|
+
end
|
379
|
+
|
380
|
+
class ListTagsForResourceRequest
|
381
|
+
attr_accessor resource_arn: ::String
|
382
|
+
SENSITIVE: []
|
383
|
+
end
|
384
|
+
|
385
|
+
class ListTagsForResourceResponse
|
386
|
+
attr_accessor tags: ::Array[Types::Tag]
|
387
|
+
SENSITIVE: []
|
388
|
+
end
|
389
|
+
|
390
|
+
class Oauth2Credential
|
391
|
+
attr_accessor client_id: ::String
|
392
|
+
attr_accessor client_secret: ::String
|
393
|
+
SENSITIVE: [:client_secret]
|
394
|
+
end
|
395
|
+
|
396
|
+
class ProcessingConfiguration
|
397
|
+
attr_accessor audit_log: Types::AuditLogProcessingConfiguration
|
398
|
+
attr_accessor unknown: untyped
|
399
|
+
SENSITIVE: []
|
400
|
+
|
401
|
+
class AuditLog < ProcessingConfiguration
|
402
|
+
end
|
403
|
+
class Unknown < ProcessingConfiguration
|
404
|
+
end
|
405
|
+
end
|
406
|
+
|
407
|
+
class ResourceNotFoundException
|
408
|
+
attr_accessor message: ::String
|
409
|
+
attr_accessor resource_id: ::String
|
410
|
+
attr_accessor resource_type: ::String
|
411
|
+
SENSITIVE: []
|
412
|
+
end
|
413
|
+
|
414
|
+
class S3Bucket
|
415
|
+
attr_accessor bucket_name: ::String
|
416
|
+
attr_accessor prefix: ::String
|
417
|
+
SENSITIVE: []
|
418
|
+
end
|
419
|
+
|
420
|
+
class ServiceQuotaExceededException
|
421
|
+
attr_accessor message: ::String
|
422
|
+
attr_accessor resource_id: ::String
|
423
|
+
attr_accessor resource_type: ::String
|
424
|
+
attr_accessor service_code: ::String
|
425
|
+
attr_accessor quota_code: ::String
|
426
|
+
SENSITIVE: []
|
427
|
+
end
|
428
|
+
|
429
|
+
class StartIngestionRequest
|
430
|
+
attr_accessor ingestion_identifier: ::String
|
431
|
+
attr_accessor app_bundle_identifier: ::String
|
432
|
+
SENSITIVE: []
|
433
|
+
end
|
434
|
+
|
435
|
+
class StartIngestionResponse < Aws::EmptyStructure
|
436
|
+
end
|
437
|
+
|
438
|
+
class StartUserAccessTasksRequest
|
439
|
+
attr_accessor app_bundle_identifier: ::String
|
440
|
+
attr_accessor email: ::String
|
441
|
+
SENSITIVE: [:email]
|
442
|
+
end
|
443
|
+
|
444
|
+
class StartUserAccessTasksResponse
|
445
|
+
attr_accessor user_access_tasks_list: ::Array[Types::UserAccessTaskItem]
|
446
|
+
SENSITIVE: []
|
447
|
+
end
|
448
|
+
|
449
|
+
class StopIngestionRequest
|
450
|
+
attr_accessor ingestion_identifier: ::String
|
451
|
+
attr_accessor app_bundle_identifier: ::String
|
452
|
+
SENSITIVE: []
|
453
|
+
end
|
454
|
+
|
455
|
+
class StopIngestionResponse < Aws::EmptyStructure
|
456
|
+
end
|
457
|
+
|
458
|
+
class Tag
|
459
|
+
attr_accessor key: ::String
|
460
|
+
attr_accessor value: ::String
|
461
|
+
SENSITIVE: []
|
462
|
+
end
|
463
|
+
|
464
|
+
class TagResourceRequest
|
465
|
+
attr_accessor resource_arn: ::String
|
466
|
+
attr_accessor tags: ::Array[Types::Tag]
|
467
|
+
SENSITIVE: []
|
468
|
+
end
|
469
|
+
|
470
|
+
class TagResourceResponse < Aws::EmptyStructure
|
471
|
+
end
|
472
|
+
|
473
|
+
class TaskError
|
474
|
+
attr_accessor error_code: ::String
|
475
|
+
attr_accessor error_message: ::String
|
476
|
+
SENSITIVE: []
|
477
|
+
end
|
478
|
+
|
479
|
+
class Tenant
|
480
|
+
attr_accessor tenant_identifier: ::String
|
481
|
+
attr_accessor tenant_display_name: ::String
|
482
|
+
SENSITIVE: []
|
483
|
+
end
|
484
|
+
|
485
|
+
class ThrottlingException
|
486
|
+
attr_accessor message: ::String
|
487
|
+
attr_accessor service_code: ::String
|
488
|
+
attr_accessor quota_code: ::String
|
489
|
+
attr_accessor retry_after_seconds: ::Integer
|
490
|
+
SENSITIVE: []
|
491
|
+
end
|
492
|
+
|
493
|
+
class UntagResourceRequest
|
494
|
+
attr_accessor resource_arn: ::String
|
495
|
+
attr_accessor tag_keys: ::Array[::String]
|
496
|
+
SENSITIVE: []
|
497
|
+
end
|
498
|
+
|
499
|
+
class UntagResourceResponse < Aws::EmptyStructure
|
500
|
+
end
|
501
|
+
|
502
|
+
class UpdateAppAuthorizationRequest
|
503
|
+
attr_accessor app_bundle_identifier: ::String
|
504
|
+
attr_accessor app_authorization_identifier: ::String
|
505
|
+
attr_accessor credential: Types::Credential
|
506
|
+
attr_accessor tenant: Types::Tenant
|
507
|
+
SENSITIVE: []
|
508
|
+
end
|
509
|
+
|
510
|
+
class UpdateAppAuthorizationResponse
|
511
|
+
attr_accessor app_authorization: Types::AppAuthorization
|
512
|
+
SENSITIVE: []
|
513
|
+
end
|
514
|
+
|
515
|
+
class UpdateIngestionDestinationRequest
|
516
|
+
attr_accessor app_bundle_identifier: ::String
|
517
|
+
attr_accessor ingestion_identifier: ::String
|
518
|
+
attr_accessor ingestion_destination_identifier: ::String
|
519
|
+
attr_accessor destination_configuration: Types::DestinationConfiguration
|
520
|
+
SENSITIVE: []
|
521
|
+
end
|
522
|
+
|
523
|
+
class UpdateIngestionDestinationResponse
|
524
|
+
attr_accessor ingestion_destination: Types::IngestionDestination
|
525
|
+
SENSITIVE: []
|
526
|
+
end
|
527
|
+
|
528
|
+
class UserAccessResultItem
|
529
|
+
attr_accessor app: ::String
|
530
|
+
attr_accessor tenant_id: ::String
|
531
|
+
attr_accessor tenant_display_name: ::String
|
532
|
+
attr_accessor task_id: ::String
|
533
|
+
attr_accessor result_status: ("IN_PROGRESS" | "COMPLETED" | "FAILED" | "EXPIRED")
|
534
|
+
attr_accessor email: ::String
|
535
|
+
attr_accessor user_id: ::String
|
536
|
+
attr_accessor user_full_name: ::String
|
537
|
+
attr_accessor user_first_name: ::String
|
538
|
+
attr_accessor user_last_name: ::String
|
539
|
+
attr_accessor user_status: ::String
|
540
|
+
attr_accessor task_error: Types::TaskError
|
541
|
+
SENSITIVE: [:email, :user_id, :user_full_name, :user_first_name, :user_last_name]
|
542
|
+
end
|
543
|
+
|
544
|
+
class UserAccessTaskItem
|
545
|
+
attr_accessor app: ::String
|
546
|
+
attr_accessor tenant_id: ::String
|
547
|
+
attr_accessor task_id: ::String
|
548
|
+
attr_accessor error: Types::TaskError
|
549
|
+
SENSITIVE: []
|
550
|
+
end
|
551
|
+
|
552
|
+
class ValidationException
|
553
|
+
attr_accessor message: ::String
|
554
|
+
attr_accessor reason: ("unknownOperation" | "cannotParse" | "fieldValidationFailed" | "other")
|
555
|
+
attr_accessor field_list: ::Array[Types::ValidationExceptionField]
|
556
|
+
SENSITIVE: []
|
557
|
+
end
|
558
|
+
|
559
|
+
class ValidationExceptionField
|
560
|
+
attr_accessor name: ::String
|
561
|
+
attr_accessor message: ::String
|
562
|
+
SENSITIVE: []
|
563
|
+
end
|
564
|
+
end
|
565
|
+
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 AppFabric
|
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-appfabric
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.8.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2024-01-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.191.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.191.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
@@ -67,13 +67,18 @@ files:
|
|
67
67
|
- lib/aws-sdk-appfabric/resource.rb
|
68
68
|
- lib/aws-sdk-appfabric/types.rb
|
69
69
|
- lib/aws-sdk-appfabric/waiters.rb
|
70
|
+
- sig/client.rbs
|
71
|
+
- sig/errors.rbs
|
72
|
+
- sig/resource.rbs
|
73
|
+
- sig/types.rbs
|
74
|
+
- sig/waiters.rbs
|
70
75
|
homepage: https://github.com/aws/aws-sdk-ruby
|
71
76
|
licenses:
|
72
77
|
- Apache-2.0
|
73
78
|
metadata:
|
74
79
|
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-appfabric
|
75
80
|
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-appfabric/CHANGELOG.md
|
76
|
-
post_install_message:
|
81
|
+
post_install_message:
|
77
82
|
rdoc_options: []
|
78
83
|
require_paths:
|
79
84
|
- lib
|
@@ -88,8 +93,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
88
93
|
- !ruby/object:Gem::Version
|
89
94
|
version: '0'
|
90
95
|
requirements: []
|
91
|
-
rubygems_version: 3.
|
92
|
-
signing_key:
|
96
|
+
rubygems_version: 3.4.10
|
97
|
+
signing_key:
|
93
98
|
specification_version: 4
|
94
99
|
summary: AWS SDK for Ruby - AppFabric
|
95
100
|
test_files: []
|