aws-sdk-appintegrationsservice 1.27.0 → 1.29.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-appintegrationsservice/client.rb +117 -1
- data/lib/aws-sdk-appintegrationsservice/client_api.rb +82 -10
- data/lib/aws-sdk-appintegrationsservice/endpoints.rb +28 -0
- data/lib/aws-sdk-appintegrationsservice/errors.rb +16 -0
- data/lib/aws-sdk-appintegrationsservice/plugins/endpoints.rb +5 -0
- data/lib/aws-sdk-appintegrationsservice/types.rb +117 -3
- data/lib/aws-sdk-appintegrationsservice.rb +1 -1
- data/sig/client.rbs +403 -0
- data/sig/errors.rbs +40 -0
- data/sig/resource.rbs +79 -0
- data/sig/types.rbs +421 -0
- data/sig/waiters.rbs +13 -0
- metadata +13 -8
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 AppIntegrationsService
|
10
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AppIntegrationsService/Resource.html
|
11
|
+
class Resource
|
12
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AppIntegrationsService/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,421 @@
|
|
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::AppIntegrationsService
|
9
|
+
module Types
|
10
|
+
|
11
|
+
class AccessDeniedException
|
12
|
+
attr_accessor message: ::String
|
13
|
+
SENSITIVE: []
|
14
|
+
end
|
15
|
+
|
16
|
+
class ApplicationAssociationSummary
|
17
|
+
attr_accessor application_association_arn: ::String
|
18
|
+
attr_accessor application_arn: ::String
|
19
|
+
attr_accessor client_id: ::String
|
20
|
+
SENSITIVE: []
|
21
|
+
end
|
22
|
+
|
23
|
+
class ApplicationSourceConfig
|
24
|
+
attr_accessor external_url_config: Types::ExternalUrlConfig
|
25
|
+
SENSITIVE: []
|
26
|
+
end
|
27
|
+
|
28
|
+
class ApplicationSummary
|
29
|
+
attr_accessor arn: ::String
|
30
|
+
attr_accessor id: ::String
|
31
|
+
attr_accessor name: ::String
|
32
|
+
attr_accessor namespace: ::String
|
33
|
+
attr_accessor created_time: ::Time
|
34
|
+
attr_accessor last_modified_time: ::Time
|
35
|
+
SENSITIVE: []
|
36
|
+
end
|
37
|
+
|
38
|
+
class CreateApplicationRequest
|
39
|
+
attr_accessor name: ::String
|
40
|
+
attr_accessor namespace: ::String
|
41
|
+
attr_accessor description: ::String
|
42
|
+
attr_accessor application_source_config: Types::ApplicationSourceConfig
|
43
|
+
attr_accessor subscriptions: ::Array[Types::Subscription]
|
44
|
+
attr_accessor publications: ::Array[Types::Publication]
|
45
|
+
attr_accessor client_token: ::String
|
46
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
47
|
+
attr_accessor permissions: ::Array[::String]
|
48
|
+
SENSITIVE: []
|
49
|
+
end
|
50
|
+
|
51
|
+
class CreateApplicationResponse
|
52
|
+
attr_accessor arn: ::String
|
53
|
+
attr_accessor id: ::String
|
54
|
+
SENSITIVE: []
|
55
|
+
end
|
56
|
+
|
57
|
+
class CreateDataIntegrationRequest
|
58
|
+
attr_accessor name: ::String
|
59
|
+
attr_accessor description: ::String
|
60
|
+
attr_accessor kms_key: ::String
|
61
|
+
attr_accessor source_uri: ::String
|
62
|
+
attr_accessor schedule_config: Types::ScheduleConfiguration
|
63
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
64
|
+
attr_accessor client_token: ::String
|
65
|
+
attr_accessor file_configuration: Types::FileConfiguration
|
66
|
+
attr_accessor object_configuration: ::Hash[::String, ::Hash[::String, ::Array[::String]]]
|
67
|
+
SENSITIVE: []
|
68
|
+
end
|
69
|
+
|
70
|
+
class CreateDataIntegrationResponse
|
71
|
+
attr_accessor arn: ::String
|
72
|
+
attr_accessor id: ::String
|
73
|
+
attr_accessor name: ::String
|
74
|
+
attr_accessor description: ::String
|
75
|
+
attr_accessor kms_key: ::String
|
76
|
+
attr_accessor source_uri: ::String
|
77
|
+
attr_accessor schedule_configuration: Types::ScheduleConfiguration
|
78
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
79
|
+
attr_accessor client_token: ::String
|
80
|
+
attr_accessor file_configuration: Types::FileConfiguration
|
81
|
+
attr_accessor object_configuration: ::Hash[::String, ::Hash[::String, ::Array[::String]]]
|
82
|
+
SENSITIVE: []
|
83
|
+
end
|
84
|
+
|
85
|
+
class CreateEventIntegrationRequest
|
86
|
+
attr_accessor name: ::String
|
87
|
+
attr_accessor description: ::String
|
88
|
+
attr_accessor event_filter: Types::EventFilter
|
89
|
+
attr_accessor event_bridge_bus: ::String
|
90
|
+
attr_accessor client_token: ::String
|
91
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
92
|
+
SENSITIVE: []
|
93
|
+
end
|
94
|
+
|
95
|
+
class CreateEventIntegrationResponse
|
96
|
+
attr_accessor event_integration_arn: ::String
|
97
|
+
SENSITIVE: []
|
98
|
+
end
|
99
|
+
|
100
|
+
class DataIntegrationAssociationSummary
|
101
|
+
attr_accessor data_integration_association_arn: ::String
|
102
|
+
attr_accessor data_integration_arn: ::String
|
103
|
+
attr_accessor client_id: ::String
|
104
|
+
SENSITIVE: []
|
105
|
+
end
|
106
|
+
|
107
|
+
class DataIntegrationSummary
|
108
|
+
attr_accessor arn: ::String
|
109
|
+
attr_accessor name: ::String
|
110
|
+
attr_accessor source_uri: ::String
|
111
|
+
SENSITIVE: []
|
112
|
+
end
|
113
|
+
|
114
|
+
class DeleteApplicationRequest
|
115
|
+
attr_accessor arn: ::String
|
116
|
+
SENSITIVE: []
|
117
|
+
end
|
118
|
+
|
119
|
+
class DeleteApplicationResponse < Aws::EmptyStructure
|
120
|
+
end
|
121
|
+
|
122
|
+
class DeleteDataIntegrationRequest
|
123
|
+
attr_accessor data_integration_identifier: ::String
|
124
|
+
SENSITIVE: []
|
125
|
+
end
|
126
|
+
|
127
|
+
class DeleteDataIntegrationResponse < Aws::EmptyStructure
|
128
|
+
end
|
129
|
+
|
130
|
+
class DeleteEventIntegrationRequest
|
131
|
+
attr_accessor name: ::String
|
132
|
+
SENSITIVE: []
|
133
|
+
end
|
134
|
+
|
135
|
+
class DeleteEventIntegrationResponse < Aws::EmptyStructure
|
136
|
+
end
|
137
|
+
|
138
|
+
class DuplicateResourceException
|
139
|
+
attr_accessor message: ::String
|
140
|
+
SENSITIVE: []
|
141
|
+
end
|
142
|
+
|
143
|
+
class EventFilter
|
144
|
+
attr_accessor source: ::String
|
145
|
+
SENSITIVE: []
|
146
|
+
end
|
147
|
+
|
148
|
+
class EventIntegration
|
149
|
+
attr_accessor event_integration_arn: ::String
|
150
|
+
attr_accessor name: ::String
|
151
|
+
attr_accessor description: ::String
|
152
|
+
attr_accessor event_filter: Types::EventFilter
|
153
|
+
attr_accessor event_bridge_bus: ::String
|
154
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
155
|
+
SENSITIVE: []
|
156
|
+
end
|
157
|
+
|
158
|
+
class EventIntegrationAssociation
|
159
|
+
attr_accessor event_integration_association_arn: ::String
|
160
|
+
attr_accessor event_integration_association_id: ::String
|
161
|
+
attr_accessor event_integration_name: ::String
|
162
|
+
attr_accessor client_id: ::String
|
163
|
+
attr_accessor event_bridge_rule_name: ::String
|
164
|
+
attr_accessor client_association_metadata: ::Hash[::String, ::String]
|
165
|
+
SENSITIVE: []
|
166
|
+
end
|
167
|
+
|
168
|
+
class ExternalUrlConfig
|
169
|
+
attr_accessor access_url: ::String
|
170
|
+
attr_accessor approved_origins: ::Array[::String]
|
171
|
+
SENSITIVE: []
|
172
|
+
end
|
173
|
+
|
174
|
+
class FileConfiguration
|
175
|
+
attr_accessor folders: ::Array[::String]
|
176
|
+
attr_accessor filters: ::Hash[::String, ::Array[::String]]
|
177
|
+
SENSITIVE: []
|
178
|
+
end
|
179
|
+
|
180
|
+
class GetApplicationRequest
|
181
|
+
attr_accessor arn: ::String
|
182
|
+
SENSITIVE: []
|
183
|
+
end
|
184
|
+
|
185
|
+
class GetApplicationResponse
|
186
|
+
attr_accessor arn: ::String
|
187
|
+
attr_accessor id: ::String
|
188
|
+
attr_accessor name: ::String
|
189
|
+
attr_accessor namespace: ::String
|
190
|
+
attr_accessor description: ::String
|
191
|
+
attr_accessor application_source_config: Types::ApplicationSourceConfig
|
192
|
+
attr_accessor subscriptions: ::Array[Types::Subscription]
|
193
|
+
attr_accessor publications: ::Array[Types::Publication]
|
194
|
+
attr_accessor created_time: ::Time
|
195
|
+
attr_accessor last_modified_time: ::Time
|
196
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
197
|
+
attr_accessor permissions: ::Array[::String]
|
198
|
+
SENSITIVE: []
|
199
|
+
end
|
200
|
+
|
201
|
+
class GetDataIntegrationRequest
|
202
|
+
attr_accessor identifier: ::String
|
203
|
+
SENSITIVE: []
|
204
|
+
end
|
205
|
+
|
206
|
+
class GetDataIntegrationResponse
|
207
|
+
attr_accessor arn: ::String
|
208
|
+
attr_accessor id: ::String
|
209
|
+
attr_accessor name: ::String
|
210
|
+
attr_accessor description: ::String
|
211
|
+
attr_accessor kms_key: ::String
|
212
|
+
attr_accessor source_uri: ::String
|
213
|
+
attr_accessor schedule_configuration: Types::ScheduleConfiguration
|
214
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
215
|
+
attr_accessor file_configuration: Types::FileConfiguration
|
216
|
+
attr_accessor object_configuration: ::Hash[::String, ::Hash[::String, ::Array[::String]]]
|
217
|
+
SENSITIVE: []
|
218
|
+
end
|
219
|
+
|
220
|
+
class GetEventIntegrationRequest
|
221
|
+
attr_accessor name: ::String
|
222
|
+
SENSITIVE: []
|
223
|
+
end
|
224
|
+
|
225
|
+
class GetEventIntegrationResponse
|
226
|
+
attr_accessor name: ::String
|
227
|
+
attr_accessor description: ::String
|
228
|
+
attr_accessor event_integration_arn: ::String
|
229
|
+
attr_accessor event_bridge_bus: ::String
|
230
|
+
attr_accessor event_filter: Types::EventFilter
|
231
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
232
|
+
SENSITIVE: []
|
233
|
+
end
|
234
|
+
|
235
|
+
class InternalServiceError
|
236
|
+
attr_accessor message: ::String
|
237
|
+
SENSITIVE: []
|
238
|
+
end
|
239
|
+
|
240
|
+
class InvalidRequestException
|
241
|
+
attr_accessor message: ::String
|
242
|
+
SENSITIVE: []
|
243
|
+
end
|
244
|
+
|
245
|
+
class ListApplicationAssociationsRequest
|
246
|
+
attr_accessor application_id: ::String
|
247
|
+
attr_accessor next_token: ::String
|
248
|
+
attr_accessor max_results: ::Integer
|
249
|
+
SENSITIVE: []
|
250
|
+
end
|
251
|
+
|
252
|
+
class ListApplicationAssociationsResponse
|
253
|
+
attr_accessor application_associations: ::Array[Types::ApplicationAssociationSummary]
|
254
|
+
attr_accessor next_token: ::String
|
255
|
+
SENSITIVE: []
|
256
|
+
end
|
257
|
+
|
258
|
+
class ListApplicationsRequest
|
259
|
+
attr_accessor next_token: ::String
|
260
|
+
attr_accessor max_results: ::Integer
|
261
|
+
SENSITIVE: []
|
262
|
+
end
|
263
|
+
|
264
|
+
class ListApplicationsResponse
|
265
|
+
attr_accessor applications: ::Array[Types::ApplicationSummary]
|
266
|
+
attr_accessor next_token: ::String
|
267
|
+
SENSITIVE: []
|
268
|
+
end
|
269
|
+
|
270
|
+
class ListDataIntegrationAssociationsRequest
|
271
|
+
attr_accessor data_integration_identifier: ::String
|
272
|
+
attr_accessor next_token: ::String
|
273
|
+
attr_accessor max_results: ::Integer
|
274
|
+
SENSITIVE: []
|
275
|
+
end
|
276
|
+
|
277
|
+
class ListDataIntegrationAssociationsResponse
|
278
|
+
attr_accessor data_integration_associations: ::Array[Types::DataIntegrationAssociationSummary]
|
279
|
+
attr_accessor next_token: ::String
|
280
|
+
SENSITIVE: []
|
281
|
+
end
|
282
|
+
|
283
|
+
class ListDataIntegrationsRequest
|
284
|
+
attr_accessor next_token: ::String
|
285
|
+
attr_accessor max_results: ::Integer
|
286
|
+
SENSITIVE: []
|
287
|
+
end
|
288
|
+
|
289
|
+
class ListDataIntegrationsResponse
|
290
|
+
attr_accessor data_integrations: ::Array[Types::DataIntegrationSummary]
|
291
|
+
attr_accessor next_token: ::String
|
292
|
+
SENSITIVE: []
|
293
|
+
end
|
294
|
+
|
295
|
+
class ListEventIntegrationAssociationsRequest
|
296
|
+
attr_accessor event_integration_name: ::String
|
297
|
+
attr_accessor next_token: ::String
|
298
|
+
attr_accessor max_results: ::Integer
|
299
|
+
SENSITIVE: []
|
300
|
+
end
|
301
|
+
|
302
|
+
class ListEventIntegrationAssociationsResponse
|
303
|
+
attr_accessor event_integration_associations: ::Array[Types::EventIntegrationAssociation]
|
304
|
+
attr_accessor next_token: ::String
|
305
|
+
SENSITIVE: []
|
306
|
+
end
|
307
|
+
|
308
|
+
class ListEventIntegrationsRequest
|
309
|
+
attr_accessor next_token: ::String
|
310
|
+
attr_accessor max_results: ::Integer
|
311
|
+
SENSITIVE: []
|
312
|
+
end
|
313
|
+
|
314
|
+
class ListEventIntegrationsResponse
|
315
|
+
attr_accessor event_integrations: ::Array[Types::EventIntegration]
|
316
|
+
attr_accessor next_token: ::String
|
317
|
+
SENSITIVE: []
|
318
|
+
end
|
319
|
+
|
320
|
+
class ListTagsForResourceRequest
|
321
|
+
attr_accessor resource_arn: ::String
|
322
|
+
SENSITIVE: []
|
323
|
+
end
|
324
|
+
|
325
|
+
class ListTagsForResourceResponse
|
326
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
327
|
+
SENSITIVE: []
|
328
|
+
end
|
329
|
+
|
330
|
+
class Publication
|
331
|
+
attr_accessor event: ::String
|
332
|
+
attr_accessor schema: ::String
|
333
|
+
attr_accessor description: ::String
|
334
|
+
SENSITIVE: []
|
335
|
+
end
|
336
|
+
|
337
|
+
class ResourceNotFoundException
|
338
|
+
attr_accessor message: ::String
|
339
|
+
SENSITIVE: []
|
340
|
+
end
|
341
|
+
|
342
|
+
class ResourceQuotaExceededException
|
343
|
+
attr_accessor message: ::String
|
344
|
+
SENSITIVE: []
|
345
|
+
end
|
346
|
+
|
347
|
+
class ScheduleConfiguration
|
348
|
+
attr_accessor first_execution_from: ::String
|
349
|
+
attr_accessor object: ::String
|
350
|
+
attr_accessor schedule_expression: ::String
|
351
|
+
SENSITIVE: []
|
352
|
+
end
|
353
|
+
|
354
|
+
class Subscription
|
355
|
+
attr_accessor event: ::String
|
356
|
+
attr_accessor description: ::String
|
357
|
+
SENSITIVE: []
|
358
|
+
end
|
359
|
+
|
360
|
+
class TagResourceRequest
|
361
|
+
attr_accessor resource_arn: ::String
|
362
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
363
|
+
SENSITIVE: []
|
364
|
+
end
|
365
|
+
|
366
|
+
class TagResourceResponse < Aws::EmptyStructure
|
367
|
+
end
|
368
|
+
|
369
|
+
class ThrottlingException
|
370
|
+
attr_accessor message: ::String
|
371
|
+
SENSITIVE: []
|
372
|
+
end
|
373
|
+
|
374
|
+
class UnsupportedOperationException
|
375
|
+
attr_accessor message: ::String
|
376
|
+
SENSITIVE: []
|
377
|
+
end
|
378
|
+
|
379
|
+
class UntagResourceRequest
|
380
|
+
attr_accessor resource_arn: ::String
|
381
|
+
attr_accessor tag_keys: ::Array[::String]
|
382
|
+
SENSITIVE: []
|
383
|
+
end
|
384
|
+
|
385
|
+
class UntagResourceResponse < Aws::EmptyStructure
|
386
|
+
end
|
387
|
+
|
388
|
+
class UpdateApplicationRequest
|
389
|
+
attr_accessor arn: ::String
|
390
|
+
attr_accessor name: ::String
|
391
|
+
attr_accessor description: ::String
|
392
|
+
attr_accessor application_source_config: Types::ApplicationSourceConfig
|
393
|
+
attr_accessor subscriptions: ::Array[Types::Subscription]
|
394
|
+
attr_accessor publications: ::Array[Types::Publication]
|
395
|
+
attr_accessor permissions: ::Array[::String]
|
396
|
+
SENSITIVE: []
|
397
|
+
end
|
398
|
+
|
399
|
+
class UpdateApplicationResponse < Aws::EmptyStructure
|
400
|
+
end
|
401
|
+
|
402
|
+
class UpdateDataIntegrationRequest
|
403
|
+
attr_accessor identifier: ::String
|
404
|
+
attr_accessor name: ::String
|
405
|
+
attr_accessor description: ::String
|
406
|
+
SENSITIVE: []
|
407
|
+
end
|
408
|
+
|
409
|
+
class UpdateDataIntegrationResponse < Aws::EmptyStructure
|
410
|
+
end
|
411
|
+
|
412
|
+
class UpdateEventIntegrationRequest
|
413
|
+
attr_accessor name: ::String
|
414
|
+
attr_accessor description: ::String
|
415
|
+
SENSITIVE: []
|
416
|
+
end
|
417
|
+
|
418
|
+
class UpdateEventIntegrationResponse < Aws::EmptyStructure
|
419
|
+
end
|
420
|
+
end
|
421
|
+
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 AppIntegrationsService
|
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-appintegrationsservice
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.29.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2024-01-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.191.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.191.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
@@ -66,13 +66,18 @@ files:
|
|
66
66
|
- lib/aws-sdk-appintegrationsservice/plugins/endpoints.rb
|
67
67
|
- lib/aws-sdk-appintegrationsservice/resource.rb
|
68
68
|
- lib/aws-sdk-appintegrationsservice/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-appintegrationsservice
|
74
79
|
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-appintegrationsservice/CHANGELOG.md
|
75
|
-
post_install_message:
|
80
|
+
post_install_message:
|
76
81
|
rdoc_options: []
|
77
82
|
require_paths:
|
78
83
|
- lib
|
@@ -87,8 +92,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
87
92
|
- !ruby/object:Gem::Version
|
88
93
|
version: '0'
|
89
94
|
requirements: []
|
90
|
-
rubygems_version: 3.
|
91
|
-
signing_key:
|
95
|
+
rubygems_version: 3.4.10
|
96
|
+
signing_key:
|
92
97
|
specification_version: 4
|
93
98
|
summary: AWS SDK for Ruby - Amazon AppIntegrations Service
|
94
99
|
test_files: []
|