aws-sdk-applicationdiscoveryservice 1.60.0 → 1.62.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.
data/sig/resource.rbs ADDED
@@ -0,0 +1,80 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws
9
+ module ApplicationDiscoveryService
10
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ApplicationDiscoveryService/Resource.html
11
+ class Resource
12
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ApplicationDiscoveryService/Resource.html#initialize-instance_method
13
+ def initialize: (
14
+ ?client: Client,
15
+ ?credentials: untyped,
16
+ ?region: String,
17
+ ?access_key_id: String,
18
+ ?active_endpoint_cache: bool,
19
+ ?adaptive_retry_wait_to_fill: bool,
20
+ ?client_side_monitoring: bool,
21
+ ?client_side_monitoring_client_id: String,
22
+ ?client_side_monitoring_host: String,
23
+ ?client_side_monitoring_port: Integer,
24
+ ?client_side_monitoring_publisher: untyped,
25
+ ?convert_params: bool,
26
+ ?correct_clock_skew: bool,
27
+ ?defaults_mode: String,
28
+ ?disable_host_prefix_injection: bool,
29
+ ?disable_request_compression: bool,
30
+ ?endpoint: String,
31
+ ?endpoint_cache_max_entries: Integer,
32
+ ?endpoint_cache_max_threads: Integer,
33
+ ?endpoint_cache_poll_interval: Integer,
34
+ ?endpoint_discovery: bool,
35
+ ?ignore_configured_endpoint_urls: bool,
36
+ ?log_formatter: untyped,
37
+ ?log_level: Symbol,
38
+ ?logger: untyped,
39
+ ?max_attempts: Integer,
40
+ ?profile: String,
41
+ ?request_min_compression_size_bytes: Integer,
42
+ ?retry_backoff: Proc,
43
+ ?retry_base_delay: Float,
44
+ ?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
45
+ ?retry_limit: Integer,
46
+ ?retry_max_delay: Integer,
47
+ ?retry_mode: ("legacy" | "standard" | "adaptive"),
48
+ ?sdk_ua_app_id: String,
49
+ ?secret_access_key: String,
50
+ ?session_token: String,
51
+ ?simple_json: bool,
52
+ ?stub_responses: untyped,
53
+ ?token_provider: untyped,
54
+ ?use_dualstack_endpoint: bool,
55
+ ?use_fips_endpoint: bool,
56
+ ?validate_params: bool,
57
+ ?endpoint_provider: untyped,
58
+ ?http_proxy: String,
59
+ ?http_open_timeout: (Float | Integer),
60
+ ?http_read_timeout: (Float | Integer),
61
+ ?http_idle_timeout: (Float | Integer),
62
+ ?http_continue_timeout: (Float | Integer),
63
+ ?ssl_timeout: (Float | Integer | nil),
64
+ ?http_wire_trace: bool,
65
+ ?ssl_verify_peer: bool,
66
+ ?ssl_ca_bundle: String,
67
+ ?ssl_ca_directory: String,
68
+ ?ssl_ca_store: String,
69
+ ?on_chunk_received: Proc,
70
+ ?on_chunk_sent: Proc,
71
+ ?raise_response_errors: bool
72
+ ) -> void
73
+ | (?Hash[Symbol, untyped]) -> void
74
+
75
+ def client: () -> Client
76
+
77
+
78
+ end
79
+ end
80
+ end
data/sig/types.rbs ADDED
@@ -0,0 +1,628 @@
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::ApplicationDiscoveryService
9
+ module Types
10
+
11
+ class AgentConfigurationStatus
12
+ attr_accessor agent_id: ::String
13
+ attr_accessor operation_succeeded: bool
14
+ attr_accessor description: ::String
15
+ SENSITIVE: []
16
+ end
17
+
18
+ class AgentInfo
19
+ attr_accessor agent_id: ::String
20
+ attr_accessor host_name: ::String
21
+ attr_accessor agent_network_info_list: ::Array[Types::AgentNetworkInfo]
22
+ attr_accessor connector_id: ::String
23
+ attr_accessor version: ::String
24
+ attr_accessor health: ("HEALTHY" | "UNHEALTHY" | "RUNNING" | "UNKNOWN" | "BLACKLISTED" | "SHUTDOWN")
25
+ attr_accessor last_health_ping_time: ::String
26
+ attr_accessor collection_status: ::String
27
+ attr_accessor agent_type: ::String
28
+ attr_accessor registered_time: ::String
29
+ SENSITIVE: []
30
+ end
31
+
32
+ class AgentNetworkInfo
33
+ attr_accessor ip_address: ::String
34
+ attr_accessor mac_address: ::String
35
+ SENSITIVE: []
36
+ end
37
+
38
+ class AssociateConfigurationItemsToApplicationRequest
39
+ attr_accessor application_configuration_id: ::String
40
+ attr_accessor configuration_ids: ::Array[::String]
41
+ SENSITIVE: []
42
+ end
43
+
44
+ class AssociateConfigurationItemsToApplicationResponse < Aws::EmptyStructure
45
+ end
46
+
47
+ class AuthorizationErrorException
48
+ attr_accessor message: ::String
49
+ SENSITIVE: []
50
+ end
51
+
52
+ class BatchDeleteAgentError
53
+ attr_accessor agent_id: ::String
54
+ attr_accessor error_message: ::String
55
+ attr_accessor error_code: ("NOT_FOUND" | "INTERNAL_SERVER_ERROR" | "AGENT_IN_USE")
56
+ SENSITIVE: []
57
+ end
58
+
59
+ class BatchDeleteAgentsRequest
60
+ attr_accessor delete_agents: ::Array[Types::DeleteAgent]
61
+ SENSITIVE: []
62
+ end
63
+
64
+ class BatchDeleteAgentsResponse
65
+ attr_accessor errors: ::Array[Types::BatchDeleteAgentError]
66
+ SENSITIVE: []
67
+ end
68
+
69
+ class BatchDeleteConfigurationTask
70
+ attr_accessor task_id: ::String
71
+ attr_accessor status: ("INITIALIZING" | "VALIDATING" | "DELETING" | "COMPLETED" | "FAILED")
72
+ attr_accessor start_time: ::Time
73
+ attr_accessor end_time: ::Time
74
+ attr_accessor configuration_type: ("SERVER")
75
+ attr_accessor requested_configurations: ::Array[::String]
76
+ attr_accessor deleted_configurations: ::Array[::String]
77
+ attr_accessor failed_configurations: ::Array[Types::FailedConfiguration]
78
+ attr_accessor deletion_warnings: ::Array[Types::DeletionWarning]
79
+ SENSITIVE: []
80
+ end
81
+
82
+ class BatchDeleteImportDataError
83
+ attr_accessor import_task_id: ::String
84
+ attr_accessor error_code: ("NOT_FOUND" | "INTERNAL_SERVER_ERROR" | "OVER_LIMIT")
85
+ attr_accessor error_description: ::String
86
+ SENSITIVE: []
87
+ end
88
+
89
+ class BatchDeleteImportDataRequest
90
+ attr_accessor import_task_ids: ::Array[::String]
91
+ attr_accessor delete_history: bool
92
+ SENSITIVE: []
93
+ end
94
+
95
+ class BatchDeleteImportDataResponse
96
+ attr_accessor errors: ::Array[Types::BatchDeleteImportDataError]
97
+ SENSITIVE: []
98
+ end
99
+
100
+ class ConfigurationTag
101
+ attr_accessor configuration_type: ("SERVER" | "PROCESS" | "CONNECTION" | "APPLICATION")
102
+ attr_accessor configuration_id: ::String
103
+ attr_accessor key: ::String
104
+ attr_accessor value: ::String
105
+ attr_accessor time_of_creation: ::Time
106
+ SENSITIVE: []
107
+ end
108
+
109
+ class ConflictErrorException
110
+ attr_accessor message: ::String
111
+ SENSITIVE: []
112
+ end
113
+
114
+ class ContinuousExportDescription
115
+ attr_accessor export_id: ::String
116
+ attr_accessor status: ("START_IN_PROGRESS" | "START_FAILED" | "ACTIVE" | "ERROR" | "STOP_IN_PROGRESS" | "STOP_FAILED" | "INACTIVE")
117
+ attr_accessor status_detail: ::String
118
+ attr_accessor s3_bucket: ::String
119
+ attr_accessor start_time: ::Time
120
+ attr_accessor stop_time: ::Time
121
+ attr_accessor data_source: ("AGENT")
122
+ attr_accessor schema_storage_config: ::Hash[::String, ::String]
123
+ SENSITIVE: []
124
+ end
125
+
126
+ class CreateApplicationRequest
127
+ attr_accessor name: ::String
128
+ attr_accessor description: ::String
129
+ SENSITIVE: []
130
+ end
131
+
132
+ class CreateApplicationResponse
133
+ attr_accessor configuration_id: ::String
134
+ SENSITIVE: []
135
+ end
136
+
137
+ class CreateTagsRequest
138
+ attr_accessor configuration_ids: ::Array[::String]
139
+ attr_accessor tags: ::Array[Types::Tag]
140
+ SENSITIVE: []
141
+ end
142
+
143
+ class CreateTagsResponse < Aws::EmptyStructure
144
+ end
145
+
146
+ class CustomerAgentInfo
147
+ attr_accessor active_agents: ::Integer
148
+ attr_accessor healthy_agents: ::Integer
149
+ attr_accessor black_listed_agents: ::Integer
150
+ attr_accessor shutdown_agents: ::Integer
151
+ attr_accessor unhealthy_agents: ::Integer
152
+ attr_accessor total_agents: ::Integer
153
+ attr_accessor unknown_agents: ::Integer
154
+ SENSITIVE: []
155
+ end
156
+
157
+ class CustomerAgentlessCollectorInfo
158
+ attr_accessor active_agentless_collectors: ::Integer
159
+ attr_accessor healthy_agentless_collectors: ::Integer
160
+ attr_accessor deny_listed_agentless_collectors: ::Integer
161
+ attr_accessor shutdown_agentless_collectors: ::Integer
162
+ attr_accessor unhealthy_agentless_collectors: ::Integer
163
+ attr_accessor total_agentless_collectors: ::Integer
164
+ attr_accessor unknown_agentless_collectors: ::Integer
165
+ SENSITIVE: []
166
+ end
167
+
168
+ class CustomerConnectorInfo
169
+ attr_accessor active_connectors: ::Integer
170
+ attr_accessor healthy_connectors: ::Integer
171
+ attr_accessor black_listed_connectors: ::Integer
172
+ attr_accessor shutdown_connectors: ::Integer
173
+ attr_accessor unhealthy_connectors: ::Integer
174
+ attr_accessor total_connectors: ::Integer
175
+ attr_accessor unknown_connectors: ::Integer
176
+ SENSITIVE: []
177
+ end
178
+
179
+ class CustomerMeCollectorInfo
180
+ attr_accessor active_me_collectors: ::Integer
181
+ attr_accessor healthy_me_collectors: ::Integer
182
+ attr_accessor deny_listed_me_collectors: ::Integer
183
+ attr_accessor shutdown_me_collectors: ::Integer
184
+ attr_accessor unhealthy_me_collectors: ::Integer
185
+ attr_accessor total_me_collectors: ::Integer
186
+ attr_accessor unknown_me_collectors: ::Integer
187
+ SENSITIVE: []
188
+ end
189
+
190
+ class DeleteAgent
191
+ attr_accessor agent_id: ::String
192
+ attr_accessor force: bool
193
+ SENSITIVE: []
194
+ end
195
+
196
+ class DeleteApplicationsRequest
197
+ attr_accessor configuration_ids: ::Array[::String]
198
+ SENSITIVE: []
199
+ end
200
+
201
+ class DeleteApplicationsResponse < Aws::EmptyStructure
202
+ end
203
+
204
+ class DeleteTagsRequest
205
+ attr_accessor configuration_ids: ::Array[::String]
206
+ attr_accessor tags: ::Array[Types::Tag]
207
+ SENSITIVE: []
208
+ end
209
+
210
+ class DeleteTagsResponse < Aws::EmptyStructure
211
+ end
212
+
213
+ class DeletionWarning
214
+ attr_accessor configuration_id: ::String
215
+ attr_accessor warning_code: ::Integer
216
+ attr_accessor warning_text: ::String
217
+ SENSITIVE: []
218
+ end
219
+
220
+ class DescribeAgentsRequest
221
+ attr_accessor agent_ids: ::Array[::String]
222
+ attr_accessor filters: ::Array[Types::Filter]
223
+ attr_accessor max_results: ::Integer
224
+ attr_accessor next_token: ::String
225
+ SENSITIVE: []
226
+ end
227
+
228
+ class DescribeAgentsResponse
229
+ attr_accessor agents_info: ::Array[Types::AgentInfo]
230
+ attr_accessor next_token: ::String
231
+ SENSITIVE: []
232
+ end
233
+
234
+ class DescribeBatchDeleteConfigurationTaskRequest
235
+ attr_accessor task_id: ::String
236
+ SENSITIVE: []
237
+ end
238
+
239
+ class DescribeBatchDeleteConfigurationTaskResponse
240
+ attr_accessor task: Types::BatchDeleteConfigurationTask
241
+ SENSITIVE: []
242
+ end
243
+
244
+ class DescribeConfigurationsRequest
245
+ attr_accessor configuration_ids: ::Array[::String]
246
+ SENSITIVE: []
247
+ end
248
+
249
+ class DescribeConfigurationsResponse
250
+ attr_accessor configurations: ::Array[::Hash[::String, ::String]]
251
+ SENSITIVE: []
252
+ end
253
+
254
+ class DescribeContinuousExportsRequest
255
+ attr_accessor export_ids: ::Array[::String]
256
+ attr_accessor max_results: ::Integer
257
+ attr_accessor next_token: ::String
258
+ SENSITIVE: []
259
+ end
260
+
261
+ class DescribeContinuousExportsResponse
262
+ attr_accessor descriptions: ::Array[Types::ContinuousExportDescription]
263
+ attr_accessor next_token: ::String
264
+ SENSITIVE: []
265
+ end
266
+
267
+ class DescribeExportConfigurationsRequest
268
+ attr_accessor export_ids: ::Array[::String]
269
+ attr_accessor max_results: ::Integer
270
+ attr_accessor next_token: ::String
271
+ SENSITIVE: []
272
+ end
273
+
274
+ class DescribeExportConfigurationsResponse
275
+ attr_accessor exports_info: ::Array[Types::ExportInfo]
276
+ attr_accessor next_token: ::String
277
+ SENSITIVE: []
278
+ end
279
+
280
+ class DescribeExportTasksRequest
281
+ attr_accessor export_ids: ::Array[::String]
282
+ attr_accessor filters: ::Array[Types::ExportFilter]
283
+ attr_accessor max_results: ::Integer
284
+ attr_accessor next_token: ::String
285
+ SENSITIVE: []
286
+ end
287
+
288
+ class DescribeExportTasksResponse
289
+ attr_accessor exports_info: ::Array[Types::ExportInfo]
290
+ attr_accessor next_token: ::String
291
+ SENSITIVE: []
292
+ end
293
+
294
+ class DescribeImportTasksRequest
295
+ attr_accessor filters: ::Array[Types::ImportTaskFilter]
296
+ attr_accessor max_results: ::Integer
297
+ attr_accessor next_token: ::String
298
+ SENSITIVE: []
299
+ end
300
+
301
+ class DescribeImportTasksResponse
302
+ attr_accessor next_token: ::String
303
+ attr_accessor tasks: ::Array[Types::ImportTask]
304
+ SENSITIVE: []
305
+ end
306
+
307
+ class DescribeTagsRequest
308
+ attr_accessor filters: ::Array[Types::TagFilter]
309
+ attr_accessor max_results: ::Integer
310
+ attr_accessor next_token: ::String
311
+ SENSITIVE: []
312
+ end
313
+
314
+ class DescribeTagsResponse
315
+ attr_accessor tags: ::Array[Types::ConfigurationTag]
316
+ attr_accessor next_token: ::String
317
+ SENSITIVE: []
318
+ end
319
+
320
+ class DisassociateConfigurationItemsFromApplicationRequest
321
+ attr_accessor application_configuration_id: ::String
322
+ attr_accessor configuration_ids: ::Array[::String]
323
+ SENSITIVE: []
324
+ end
325
+
326
+ class DisassociateConfigurationItemsFromApplicationResponse < Aws::EmptyStructure
327
+ end
328
+
329
+ class Ec2RecommendationsExportPreferences
330
+ attr_accessor enabled: bool
331
+ attr_accessor cpu_performance_metric_basis: Types::UsageMetricBasis
332
+ attr_accessor ram_performance_metric_basis: Types::UsageMetricBasis
333
+ attr_accessor tenancy: ("DEDICATED" | "SHARED")
334
+ attr_accessor excluded_instance_types: ::Array[::String]
335
+ attr_accessor preferred_region: ::String
336
+ attr_accessor reserved_instance_options: Types::ReservedInstanceOptions
337
+ SENSITIVE: []
338
+ end
339
+
340
+ class ExportConfigurationsResponse
341
+ attr_accessor export_id: ::String
342
+ SENSITIVE: []
343
+ end
344
+
345
+ class ExportFilter
346
+ attr_accessor name: ::String
347
+ attr_accessor values: ::Array[::String]
348
+ attr_accessor condition: ::String
349
+ SENSITIVE: []
350
+ end
351
+
352
+ class ExportInfo
353
+ attr_accessor export_id: ::String
354
+ attr_accessor export_status: ("FAILED" | "SUCCEEDED" | "IN_PROGRESS")
355
+ attr_accessor status_message: ::String
356
+ attr_accessor configurations_download_url: ::String
357
+ attr_accessor export_request_time: ::Time
358
+ attr_accessor is_truncated: bool
359
+ attr_accessor requested_start_time: ::Time
360
+ attr_accessor requested_end_time: ::Time
361
+ SENSITIVE: []
362
+ end
363
+
364
+ class ExportPreferences
365
+ attr_accessor ec2_recommendations_preferences: Types::Ec2RecommendationsExportPreferences
366
+ attr_accessor unknown: untyped
367
+ SENSITIVE: []
368
+
369
+ class Ec2RecommendationsPreferences < ExportPreferences
370
+ end
371
+ class Unknown < ExportPreferences
372
+ end
373
+ end
374
+
375
+ class FailedConfiguration
376
+ attr_accessor configuration_id: ::String
377
+ attr_accessor error_status_code: ::Integer
378
+ attr_accessor error_message: ::String
379
+ SENSITIVE: []
380
+ end
381
+
382
+ class Filter
383
+ attr_accessor name: ::String
384
+ attr_accessor values: ::Array[::String]
385
+ attr_accessor condition: ::String
386
+ SENSITIVE: []
387
+ end
388
+
389
+ class GetDiscoverySummaryRequest < Aws::EmptyStructure
390
+ end
391
+
392
+ class GetDiscoverySummaryResponse
393
+ attr_accessor servers: ::Integer
394
+ attr_accessor applications: ::Integer
395
+ attr_accessor servers_mapped_to_applications: ::Integer
396
+ attr_accessor servers_mappedto_tags: ::Integer
397
+ attr_accessor agent_summary: Types::CustomerAgentInfo
398
+ attr_accessor connector_summary: Types::CustomerConnectorInfo
399
+ attr_accessor me_collector_summary: Types::CustomerMeCollectorInfo
400
+ attr_accessor agentless_collector_summary: Types::CustomerAgentlessCollectorInfo
401
+ SENSITIVE: []
402
+ end
403
+
404
+ class HomeRegionNotSetException
405
+ attr_accessor message: ::String
406
+ SENSITIVE: []
407
+ end
408
+
409
+ class ImportTask
410
+ attr_accessor import_task_id: ::String
411
+ attr_accessor client_request_token: ::String
412
+ attr_accessor name: ::String
413
+ attr_accessor import_url: ::String
414
+ attr_accessor status: ("IMPORT_IN_PROGRESS" | "IMPORT_COMPLETE" | "IMPORT_COMPLETE_WITH_ERRORS" | "IMPORT_FAILED" | "IMPORT_FAILED_SERVER_LIMIT_EXCEEDED" | "IMPORT_FAILED_RECORD_LIMIT_EXCEEDED" | "DELETE_IN_PROGRESS" | "DELETE_COMPLETE" | "DELETE_FAILED" | "DELETE_FAILED_LIMIT_EXCEEDED" | "INTERNAL_ERROR")
415
+ attr_accessor import_request_time: ::Time
416
+ attr_accessor import_completion_time: ::Time
417
+ attr_accessor import_deleted_time: ::Time
418
+ attr_accessor server_import_success: ::Integer
419
+ attr_accessor server_import_failure: ::Integer
420
+ attr_accessor application_import_success: ::Integer
421
+ attr_accessor application_import_failure: ::Integer
422
+ attr_accessor errors_and_failed_entries_zip: ::String
423
+ SENSITIVE: []
424
+ end
425
+
426
+ class ImportTaskFilter
427
+ attr_accessor name: ("IMPORT_TASK_ID" | "STATUS" | "NAME")
428
+ attr_accessor values: ::Array[::String]
429
+ SENSITIVE: []
430
+ end
431
+
432
+ class InvalidParameterException
433
+ attr_accessor message: ::String
434
+ SENSITIVE: []
435
+ end
436
+
437
+ class InvalidParameterValueException
438
+ attr_accessor message: ::String
439
+ SENSITIVE: []
440
+ end
441
+
442
+ class LimitExceededException
443
+ attr_accessor message: ::String
444
+ SENSITIVE: []
445
+ end
446
+
447
+ class ListConfigurationsRequest
448
+ attr_accessor configuration_type: ("SERVER" | "PROCESS" | "CONNECTION" | "APPLICATION")
449
+ attr_accessor filters: ::Array[Types::Filter]
450
+ attr_accessor max_results: ::Integer
451
+ attr_accessor next_token: ::String
452
+ attr_accessor order_by: ::Array[Types::OrderByElement]
453
+ SENSITIVE: []
454
+ end
455
+
456
+ class ListConfigurationsResponse
457
+ attr_accessor configurations: ::Array[::Hash[::String, ::String]]
458
+ attr_accessor next_token: ::String
459
+ SENSITIVE: []
460
+ end
461
+
462
+ class ListServerNeighborsRequest
463
+ attr_accessor configuration_id: ::String
464
+ attr_accessor port_information_needed: bool
465
+ attr_accessor neighbor_configuration_ids: ::Array[::String]
466
+ attr_accessor max_results: ::Integer
467
+ attr_accessor next_token: ::String
468
+ SENSITIVE: []
469
+ end
470
+
471
+ class ListServerNeighborsResponse
472
+ attr_accessor neighbors: ::Array[Types::NeighborConnectionDetail]
473
+ attr_accessor next_token: ::String
474
+ attr_accessor known_dependency_count: ::Integer
475
+ SENSITIVE: []
476
+ end
477
+
478
+ class NeighborConnectionDetail
479
+ attr_accessor source_server_id: ::String
480
+ attr_accessor destination_server_id: ::String
481
+ attr_accessor destination_port: ::Integer
482
+ attr_accessor transport_protocol: ::String
483
+ attr_accessor connections_count: ::Integer
484
+ SENSITIVE: []
485
+ end
486
+
487
+ class OperationNotPermittedException
488
+ attr_accessor message: ::String
489
+ SENSITIVE: []
490
+ end
491
+
492
+ class OrderByElement
493
+ attr_accessor field_name: ::String
494
+ attr_accessor sort_order: ("ASC" | "DESC")
495
+ SENSITIVE: []
496
+ end
497
+
498
+ class ReservedInstanceOptions
499
+ attr_accessor purchasing_option: ("ALL_UPFRONT" | "PARTIAL_UPFRONT" | "NO_UPFRONT")
500
+ attr_accessor offering_class: ("STANDARD" | "CONVERTIBLE")
501
+ attr_accessor term_length: ("ONE_YEAR" | "THREE_YEAR")
502
+ SENSITIVE: []
503
+ end
504
+
505
+ class ResourceInUseException
506
+ attr_accessor message: ::String
507
+ SENSITIVE: []
508
+ end
509
+
510
+ class ResourceNotFoundException
511
+ attr_accessor message: ::String
512
+ SENSITIVE: []
513
+ end
514
+
515
+ class ServerInternalErrorException
516
+ attr_accessor message: ::String
517
+ SENSITIVE: []
518
+ end
519
+
520
+ class StartBatchDeleteConfigurationTaskRequest
521
+ attr_accessor configuration_type: ("SERVER")
522
+ attr_accessor configuration_ids: ::Array[::String]
523
+ SENSITIVE: []
524
+ end
525
+
526
+ class StartBatchDeleteConfigurationTaskResponse
527
+ attr_accessor task_id: ::String
528
+ SENSITIVE: []
529
+ end
530
+
531
+ class StartContinuousExportRequest < Aws::EmptyStructure
532
+ end
533
+
534
+ class StartContinuousExportResponse
535
+ attr_accessor export_id: ::String
536
+ attr_accessor s3_bucket: ::String
537
+ attr_accessor start_time: ::Time
538
+ attr_accessor data_source: ("AGENT")
539
+ attr_accessor schema_storage_config: ::Hash[::String, ::String]
540
+ SENSITIVE: []
541
+ end
542
+
543
+ class StartDataCollectionByAgentIdsRequest
544
+ attr_accessor agent_ids: ::Array[::String]
545
+ SENSITIVE: []
546
+ end
547
+
548
+ class StartDataCollectionByAgentIdsResponse
549
+ attr_accessor agents_configuration_status: ::Array[Types::AgentConfigurationStatus]
550
+ SENSITIVE: []
551
+ end
552
+
553
+ class StartExportTaskRequest
554
+ attr_accessor export_data_format: ::Array[("CSV")]
555
+ attr_accessor filters: ::Array[Types::ExportFilter]
556
+ attr_accessor start_time: ::Time
557
+ attr_accessor end_time: ::Time
558
+ attr_accessor preferences: Types::ExportPreferences
559
+ SENSITIVE: []
560
+ end
561
+
562
+ class StartExportTaskResponse
563
+ attr_accessor export_id: ::String
564
+ SENSITIVE: []
565
+ end
566
+
567
+ class StartImportTaskRequest
568
+ attr_accessor client_request_token: ::String
569
+ attr_accessor name: ::String
570
+ attr_accessor import_url: ::String
571
+ SENSITIVE: []
572
+ end
573
+
574
+ class StartImportTaskResponse
575
+ attr_accessor task: Types::ImportTask
576
+ SENSITIVE: []
577
+ end
578
+
579
+ class StopContinuousExportRequest
580
+ attr_accessor export_id: ::String
581
+ SENSITIVE: []
582
+ end
583
+
584
+ class StopContinuousExportResponse
585
+ attr_accessor start_time: ::Time
586
+ attr_accessor stop_time: ::Time
587
+ SENSITIVE: []
588
+ end
589
+
590
+ class StopDataCollectionByAgentIdsRequest
591
+ attr_accessor agent_ids: ::Array[::String]
592
+ SENSITIVE: []
593
+ end
594
+
595
+ class StopDataCollectionByAgentIdsResponse
596
+ attr_accessor agents_configuration_status: ::Array[Types::AgentConfigurationStatus]
597
+ SENSITIVE: []
598
+ end
599
+
600
+ class Tag
601
+ attr_accessor key: ::String
602
+ attr_accessor value: ::String
603
+ SENSITIVE: []
604
+ end
605
+
606
+ class TagFilter
607
+ attr_accessor name: ::String
608
+ attr_accessor values: ::Array[::String]
609
+ SENSITIVE: []
610
+ end
611
+
612
+ class UpdateApplicationRequest
613
+ attr_accessor configuration_id: ::String
614
+ attr_accessor name: ::String
615
+ attr_accessor description: ::String
616
+ SENSITIVE: []
617
+ end
618
+
619
+ class UpdateApplicationResponse < Aws::EmptyStructure
620
+ end
621
+
622
+ class UsageMetricBasis
623
+ attr_accessor name: ::String
624
+ attr_accessor percentage_adjust: ::Float
625
+ SENSITIVE: []
626
+ end
627
+ end
628
+ end