aws-sdk-resourceexplorer2 1.41.0 → 1.42.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-resourceexplorer2/client.rb +537 -192
- data/lib/aws-sdk-resourceexplorer2/client_api.rb +320 -50
- data/lib/aws-sdk-resourceexplorer2/endpoint_parameters.rb +4 -4
- data/lib/aws-sdk-resourceexplorer2/errors.rb +4 -4
- data/lib/aws-sdk-resourceexplorer2/types.rb +821 -335
- data/lib/aws-sdk-resourceexplorer2/waiters.rb +15 -0
- data/lib/aws-sdk-resourceexplorer2.rb +2 -1
- data/sig/client.rbs +131 -39
- data/sig/errors.rbs +1 -1
- data/sig/types.rbs +178 -47
- metadata +2 -1
data/sig/types.rbs
CHANGED
@@ -24,8 +24,8 @@ module Aws::ResourceExplorer2
|
|
24
24
|
end
|
25
25
|
|
26
26
|
class BatchGetViewError
|
27
|
-
attr_accessor error_message: ::String
|
28
27
|
attr_accessor view_arn: ::String
|
28
|
+
attr_accessor error_message: ::String
|
29
29
|
SENSITIVE: []
|
30
30
|
end
|
31
31
|
|
@@ -35,8 +35,8 @@ module Aws::ResourceExplorer2
|
|
35
35
|
end
|
36
36
|
|
37
37
|
class BatchGetViewOutput
|
38
|
-
attr_accessor errors: ::Array[Types::BatchGetViewError]
|
39
38
|
attr_accessor views: ::Array[Types::View]
|
39
|
+
attr_accessor errors: ::Array[Types::BatchGetViewError]
|
40
40
|
SENSITIVE: []
|
41
41
|
end
|
42
42
|
|
@@ -53,18 +53,30 @@ module Aws::ResourceExplorer2
|
|
53
53
|
|
54
54
|
class CreateIndexOutput
|
55
55
|
attr_accessor arn: ::String
|
56
|
-
attr_accessor created_at: ::Time
|
57
56
|
attr_accessor state: ("CREATING" | "ACTIVE" | "DELETING" | "DELETED" | "UPDATING")
|
57
|
+
attr_accessor created_at: ::Time
|
58
|
+
SENSITIVE: []
|
59
|
+
end
|
60
|
+
|
61
|
+
class CreateResourceExplorerSetupInput
|
62
|
+
attr_accessor region_list: ::Array[::String]
|
63
|
+
attr_accessor aggregator_regions: ::Array[::String]
|
64
|
+
attr_accessor view_name: ::String
|
65
|
+
SENSITIVE: []
|
66
|
+
end
|
67
|
+
|
68
|
+
class CreateResourceExplorerSetupOutput
|
69
|
+
attr_accessor task_id: ::String
|
58
70
|
SENSITIVE: []
|
59
71
|
end
|
60
72
|
|
61
73
|
class CreateViewInput
|
62
74
|
attr_accessor client_token: ::String
|
63
|
-
attr_accessor
|
75
|
+
attr_accessor view_name: ::String
|
64
76
|
attr_accessor included_properties: ::Array[Types::IncludedProperty]
|
65
77
|
attr_accessor scope: ::String
|
78
|
+
attr_accessor filters: Types::SearchFilter
|
66
79
|
attr_accessor tags: ::Hash[::String, ::String]
|
67
|
-
attr_accessor view_name: ::String
|
68
80
|
SENSITIVE: [:filters, :tags]
|
69
81
|
end
|
70
82
|
|
@@ -80,8 +92,19 @@ module Aws::ResourceExplorer2
|
|
80
92
|
|
81
93
|
class DeleteIndexOutput
|
82
94
|
attr_accessor arn: ::String
|
83
|
-
attr_accessor last_updated_at: ::Time
|
84
95
|
attr_accessor state: ("CREATING" | "ACTIVE" | "DELETING" | "DELETED" | "UPDATING")
|
96
|
+
attr_accessor last_updated_at: ::Time
|
97
|
+
SENSITIVE: []
|
98
|
+
end
|
99
|
+
|
100
|
+
class DeleteResourceExplorerSetupInput
|
101
|
+
attr_accessor region_list: ::Array[::String]
|
102
|
+
attr_accessor delete_in_all_regions: bool
|
103
|
+
SENSITIVE: []
|
104
|
+
end
|
105
|
+
|
106
|
+
class DeleteResourceExplorerSetupOutput
|
107
|
+
attr_accessor task_id: ::String
|
85
108
|
SENSITIVE: []
|
86
109
|
end
|
87
110
|
|
@@ -95,6 +118,12 @@ module Aws::ResourceExplorer2
|
|
95
118
|
SENSITIVE: []
|
96
119
|
end
|
97
120
|
|
121
|
+
class ErrorDetails
|
122
|
+
attr_accessor code: ::String
|
123
|
+
attr_accessor message: ::String
|
124
|
+
SENSITIVE: []
|
125
|
+
end
|
126
|
+
|
98
127
|
class GetAccountLevelServiceConfigurationOutput
|
99
128
|
attr_accessor org_configuration: Types::OrgConfiguration
|
100
129
|
SENSITIVE: []
|
@@ -107,13 +136,13 @@ module Aws::ResourceExplorer2
|
|
107
136
|
|
108
137
|
class GetIndexOutput
|
109
138
|
attr_accessor arn: ::String
|
110
|
-
attr_accessor
|
111
|
-
attr_accessor
|
139
|
+
attr_accessor type: ("LOCAL" | "AGGREGATOR")
|
140
|
+
attr_accessor state: ("CREATING" | "ACTIVE" | "DELETING" | "DELETED" | "UPDATING")
|
112
141
|
attr_accessor replicating_from: ::Array[::String]
|
113
142
|
attr_accessor replicating_to: ::Array[::String]
|
114
|
-
attr_accessor
|
143
|
+
attr_accessor created_at: ::Time
|
144
|
+
attr_accessor last_updated_at: ::Time
|
115
145
|
attr_accessor tags: ::Hash[::String, ::String]
|
116
|
-
attr_accessor type: ("LOCAL" | "AGGREGATOR")
|
117
146
|
SENSITIVE: [:tags]
|
118
147
|
end
|
119
148
|
|
@@ -127,14 +156,43 @@ module Aws::ResourceExplorer2
|
|
127
156
|
SENSITIVE: []
|
128
157
|
end
|
129
158
|
|
159
|
+
class GetResourceExplorerSetupInput
|
160
|
+
attr_accessor task_id: ::String
|
161
|
+
attr_accessor max_results: ::Integer
|
162
|
+
attr_accessor next_token: ::String
|
163
|
+
SENSITIVE: []
|
164
|
+
end
|
165
|
+
|
166
|
+
class GetResourceExplorerSetupOutput
|
167
|
+
attr_accessor regions: ::Array[Types::RegionStatus]
|
168
|
+
attr_accessor next_token: ::String
|
169
|
+
SENSITIVE: []
|
170
|
+
end
|
171
|
+
|
172
|
+
class GetServiceIndexOutput
|
173
|
+
attr_accessor arn: ::String
|
174
|
+
attr_accessor type: ("LOCAL" | "AGGREGATOR")
|
175
|
+
SENSITIVE: []
|
176
|
+
end
|
177
|
+
|
178
|
+
class GetServiceViewInput
|
179
|
+
attr_accessor service_view_arn: ::String
|
180
|
+
SENSITIVE: []
|
181
|
+
end
|
182
|
+
|
183
|
+
class GetServiceViewOutput
|
184
|
+
attr_accessor view: Types::ServiceView
|
185
|
+
SENSITIVE: []
|
186
|
+
end
|
187
|
+
|
130
188
|
class GetViewInput
|
131
189
|
attr_accessor view_arn: ::String
|
132
190
|
SENSITIVE: []
|
133
191
|
end
|
134
192
|
|
135
193
|
class GetViewOutput
|
136
|
-
attr_accessor tags: ::Hash[::String, ::String]
|
137
194
|
attr_accessor view: Types::View
|
195
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
138
196
|
SENSITIVE: [:tags]
|
139
197
|
end
|
140
198
|
|
@@ -144,12 +202,19 @@ module Aws::ResourceExplorer2
|
|
144
202
|
end
|
145
203
|
|
146
204
|
class Index
|
147
|
-
attr_accessor arn: ::String
|
148
205
|
attr_accessor region: ::String
|
206
|
+
attr_accessor arn: ::String
|
149
207
|
attr_accessor type: ("LOCAL" | "AGGREGATOR")
|
150
208
|
SENSITIVE: []
|
151
209
|
end
|
152
210
|
|
211
|
+
class IndexStatus
|
212
|
+
attr_accessor status: ("SUCCEEDED" | "FAILED" | "IN_PROGRESS" | "SKIPPED")
|
213
|
+
attr_accessor index: Types::Index
|
214
|
+
attr_accessor error_details: Types::ErrorDetails
|
215
|
+
SENSITIVE: []
|
216
|
+
end
|
217
|
+
|
153
218
|
class InternalServerException
|
154
219
|
attr_accessor message: ::String
|
155
220
|
SENSITIVE: []
|
@@ -169,10 +234,10 @@ module Aws::ResourceExplorer2
|
|
169
234
|
end
|
170
235
|
|
171
236
|
class ListIndexesInput
|
237
|
+
attr_accessor type: ("LOCAL" | "AGGREGATOR")
|
238
|
+
attr_accessor regions: ::Array[::String]
|
172
239
|
attr_accessor max_results: ::Integer
|
173
240
|
attr_accessor next_token: ::String
|
174
|
-
attr_accessor regions: ::Array[::String]
|
175
|
-
attr_accessor type: ("LOCAL" | "AGGREGATOR")
|
176
241
|
SENSITIVE: []
|
177
242
|
end
|
178
243
|
|
@@ -190,35 +255,72 @@ module Aws::ResourceExplorer2
|
|
190
255
|
end
|
191
256
|
|
192
257
|
class ListManagedViewsOutput
|
193
|
-
attr_accessor managed_views: ::Array[::String]
|
194
258
|
attr_accessor next_token: ::String
|
259
|
+
attr_accessor managed_views: ::Array[::String]
|
195
260
|
SENSITIVE: []
|
196
261
|
end
|
197
262
|
|
198
263
|
class ListResourcesInput
|
199
264
|
attr_accessor filters: Types::SearchFilter
|
200
265
|
attr_accessor max_results: ::Integer
|
201
|
-
attr_accessor next_token: ::String
|
202
266
|
attr_accessor view_arn: ::String
|
267
|
+
attr_accessor next_token: ::String
|
203
268
|
SENSITIVE: [:filters]
|
204
269
|
end
|
205
270
|
|
206
271
|
class ListResourcesOutput
|
207
|
-
attr_accessor next_token: ::String
|
208
272
|
attr_accessor resources: ::Array[Types::Resource]
|
273
|
+
attr_accessor next_token: ::String
|
209
274
|
attr_accessor view_arn: ::String
|
210
275
|
SENSITIVE: []
|
211
276
|
end
|
212
277
|
|
213
|
-
class
|
278
|
+
class ListServiceIndexesInput
|
279
|
+
attr_accessor regions: ::Array[::String]
|
214
280
|
attr_accessor max_results: ::Integer
|
215
281
|
attr_accessor next_token: ::String
|
216
282
|
SENSITIVE: []
|
217
283
|
end
|
218
284
|
|
219
|
-
class
|
285
|
+
class ListServiceIndexesOutput
|
286
|
+
attr_accessor indexes: ::Array[Types::Index]
|
287
|
+
attr_accessor next_token: ::String
|
288
|
+
SENSITIVE: []
|
289
|
+
end
|
290
|
+
|
291
|
+
class ListServiceViewsInput
|
292
|
+
attr_accessor max_results: ::Integer
|
220
293
|
attr_accessor next_token: ::String
|
294
|
+
SENSITIVE: []
|
295
|
+
end
|
296
|
+
|
297
|
+
class ListServiceViewsOutput
|
298
|
+
attr_accessor next_token: ::String
|
299
|
+
attr_accessor service_views: ::Array[::String]
|
300
|
+
SENSITIVE: []
|
301
|
+
end
|
302
|
+
|
303
|
+
class ListStreamingAccessForServicesInput
|
304
|
+
attr_accessor max_results: ::Integer
|
305
|
+
attr_accessor next_token: ::String
|
306
|
+
SENSITIVE: []
|
307
|
+
end
|
308
|
+
|
309
|
+
class ListStreamingAccessForServicesOutput
|
310
|
+
attr_accessor streaming_access_for_services: ::Array[Types::StreamingAccessDetails]
|
311
|
+
attr_accessor next_token: ::String
|
312
|
+
SENSITIVE: []
|
313
|
+
end
|
314
|
+
|
315
|
+
class ListSupportedResourceTypesInput
|
316
|
+
attr_accessor next_token: ::String
|
317
|
+
attr_accessor max_results: ::Integer
|
318
|
+
SENSITIVE: []
|
319
|
+
end
|
320
|
+
|
321
|
+
class ListSupportedResourceTypesOutput
|
221
322
|
attr_accessor resource_types: ::Array[Types::SupportedResourceType]
|
323
|
+
attr_accessor next_token: ::String
|
222
324
|
SENSITIVE: []
|
223
325
|
end
|
224
326
|
|
@@ -233,35 +335,35 @@ module Aws::ResourceExplorer2
|
|
233
335
|
end
|
234
336
|
|
235
337
|
class ListViewsInput
|
236
|
-
attr_accessor max_results: ::Integer
|
237
338
|
attr_accessor next_token: ::String
|
339
|
+
attr_accessor max_results: ::Integer
|
238
340
|
SENSITIVE: []
|
239
341
|
end
|
240
342
|
|
241
343
|
class ListViewsOutput
|
242
|
-
attr_accessor next_token: ::String
|
243
344
|
attr_accessor views: ::Array[::String]
|
345
|
+
attr_accessor next_token: ::String
|
244
346
|
SENSITIVE: []
|
245
347
|
end
|
246
348
|
|
247
349
|
class ManagedView
|
248
|
-
attr_accessor filters: Types::SearchFilter
|
249
|
-
attr_accessor included_properties: ::Array[Types::IncludedProperty]
|
250
|
-
attr_accessor last_updated_at: ::Time
|
251
350
|
attr_accessor managed_view_arn: ::String
|
252
351
|
attr_accessor managed_view_name: ::String
|
352
|
+
attr_accessor trusted_service: ::String
|
353
|
+
attr_accessor last_updated_at: ::Time
|
253
354
|
attr_accessor owner: ::String
|
254
|
-
attr_accessor resource_policy: ::String
|
255
355
|
attr_accessor scope: ::String
|
256
|
-
attr_accessor
|
356
|
+
attr_accessor included_properties: ::Array[Types::IncludedProperty]
|
357
|
+
attr_accessor filters: Types::SearchFilter
|
358
|
+
attr_accessor resource_policy: ::String
|
257
359
|
attr_accessor version: ::String
|
258
360
|
SENSITIVE: [:filters]
|
259
361
|
end
|
260
362
|
|
261
363
|
class MemberIndex
|
262
364
|
attr_accessor account_id: ::String
|
263
|
-
attr_accessor arn: ::String
|
264
365
|
attr_accessor region: ::String
|
366
|
+
attr_accessor arn: ::String
|
265
367
|
attr_accessor type: ("LOCAL" | "AGGREGATOR")
|
266
368
|
SENSITIVE: []
|
267
369
|
end
|
@@ -272,20 +374,27 @@ module Aws::ResourceExplorer2
|
|
272
374
|
SENSITIVE: []
|
273
375
|
end
|
274
376
|
|
377
|
+
class RegionStatus
|
378
|
+
attr_accessor region: ::String
|
379
|
+
attr_accessor index: Types::IndexStatus
|
380
|
+
attr_accessor view: Types::ViewStatus
|
381
|
+
SENSITIVE: []
|
382
|
+
end
|
383
|
+
|
275
384
|
class Resource
|
276
385
|
attr_accessor arn: ::String
|
277
|
-
attr_accessor last_reported_at: ::Time
|
278
386
|
attr_accessor owning_account_id: ::String
|
279
|
-
attr_accessor properties: ::Array[Types::ResourceProperty]
|
280
387
|
attr_accessor region: ::String
|
281
388
|
attr_accessor resource_type: ::String
|
282
389
|
attr_accessor service: ::String
|
390
|
+
attr_accessor last_reported_at: ::Time
|
391
|
+
attr_accessor properties: ::Array[Types::ResourceProperty]
|
283
392
|
SENSITIVE: []
|
284
393
|
end
|
285
394
|
|
286
395
|
class ResourceCount
|
287
|
-
attr_accessor complete: bool
|
288
396
|
attr_accessor total_resources: ::Integer
|
397
|
+
attr_accessor complete: bool
|
289
398
|
SENSITIVE: []
|
290
399
|
end
|
291
400
|
|
@@ -295,9 +404,9 @@ module Aws::ResourceExplorer2
|
|
295
404
|
end
|
296
405
|
|
297
406
|
class ResourceProperty
|
298
|
-
attr_accessor data: untyped
|
299
|
-
attr_accessor last_reported_at: ::Time
|
300
407
|
attr_accessor name: ::String
|
408
|
+
attr_accessor last_reported_at: ::Time
|
409
|
+
attr_accessor data: untyped
|
301
410
|
SENSITIVE: []
|
302
411
|
end
|
303
412
|
|
@@ -307,18 +416,18 @@ module Aws::ResourceExplorer2
|
|
307
416
|
end
|
308
417
|
|
309
418
|
class SearchInput
|
310
|
-
attr_accessor max_results: ::Integer
|
311
|
-
attr_accessor next_token: ::String
|
312
419
|
attr_accessor query_string: ::String
|
420
|
+
attr_accessor max_results: ::Integer
|
313
421
|
attr_accessor view_arn: ::String
|
422
|
+
attr_accessor next_token: ::String
|
314
423
|
SENSITIVE: [:query_string]
|
315
424
|
end
|
316
425
|
|
317
426
|
class SearchOutput
|
318
|
-
attr_accessor count: Types::ResourceCount
|
319
|
-
attr_accessor next_token: ::String
|
320
427
|
attr_accessor resources: ::Array[Types::Resource]
|
428
|
+
attr_accessor next_token: ::String
|
321
429
|
attr_accessor view_arn: ::String
|
430
|
+
attr_accessor count: Types::ResourceCount
|
322
431
|
SENSITIVE: []
|
323
432
|
end
|
324
433
|
|
@@ -329,15 +438,30 @@ module Aws::ResourceExplorer2
|
|
329
438
|
SENSITIVE: []
|
330
439
|
end
|
331
440
|
|
441
|
+
class ServiceView
|
442
|
+
attr_accessor service_view_arn: ::String
|
443
|
+
attr_accessor filters: Types::SearchFilter
|
444
|
+
attr_accessor included_properties: ::Array[Types::IncludedProperty]
|
445
|
+
attr_accessor streaming_access_for_service: ::String
|
446
|
+
attr_accessor scope_type: ::String
|
447
|
+
SENSITIVE: [:filters]
|
448
|
+
end
|
449
|
+
|
450
|
+
class StreamingAccessDetails
|
451
|
+
attr_accessor service_principal: ::String
|
452
|
+
attr_accessor created_at: ::Time
|
453
|
+
SENSITIVE: []
|
454
|
+
end
|
455
|
+
|
332
456
|
class SupportedResourceType
|
333
|
-
attr_accessor resource_type: ::String
|
334
457
|
attr_accessor service: ::String
|
458
|
+
attr_accessor resource_type: ::String
|
335
459
|
SENSITIVE: []
|
336
460
|
end
|
337
461
|
|
338
462
|
class TagResourceInput
|
339
|
-
attr_accessor tags: ::Hash[::String, ::String]
|
340
463
|
attr_accessor resource_arn: ::String
|
464
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
341
465
|
SENSITIVE: [:tags]
|
342
466
|
end
|
343
467
|
|
@@ -371,16 +495,16 @@ module Aws::ResourceExplorer2
|
|
371
495
|
|
372
496
|
class UpdateIndexTypeOutput
|
373
497
|
attr_accessor arn: ::String
|
374
|
-
attr_accessor last_updated_at: ::Time
|
375
|
-
attr_accessor state: ("CREATING" | "ACTIVE" | "DELETING" | "DELETED" | "UPDATING")
|
376
498
|
attr_accessor type: ("LOCAL" | "AGGREGATOR")
|
499
|
+
attr_accessor state: ("CREATING" | "ACTIVE" | "DELETING" | "DELETED" | "UPDATING")
|
500
|
+
attr_accessor last_updated_at: ::Time
|
377
501
|
SENSITIVE: []
|
378
502
|
end
|
379
503
|
|
380
504
|
class UpdateViewInput
|
381
|
-
attr_accessor filters: Types::SearchFilter
|
382
|
-
attr_accessor included_properties: ::Array[Types::IncludedProperty]
|
383
505
|
attr_accessor view_arn: ::String
|
506
|
+
attr_accessor included_properties: ::Array[Types::IncludedProperty]
|
507
|
+
attr_accessor filters: Types::SearchFilter
|
384
508
|
SENSITIVE: [:filters]
|
385
509
|
end
|
386
510
|
|
@@ -390,8 +514,8 @@ module Aws::ResourceExplorer2
|
|
390
514
|
end
|
391
515
|
|
392
516
|
class ValidationException
|
393
|
-
attr_accessor field_list: ::Array[Types::ValidationExceptionField]
|
394
517
|
attr_accessor message: ::String
|
518
|
+
attr_accessor field_list: ::Array[Types::ValidationExceptionField]
|
395
519
|
SENSITIVE: []
|
396
520
|
end
|
397
521
|
|
@@ -402,13 +526,20 @@ module Aws::ResourceExplorer2
|
|
402
526
|
end
|
403
527
|
|
404
528
|
class View
|
405
|
-
attr_accessor
|
406
|
-
attr_accessor included_properties: ::Array[Types::IncludedProperty]
|
407
|
-
attr_accessor last_updated_at: ::Time
|
529
|
+
attr_accessor view_arn: ::String
|
408
530
|
attr_accessor owner: ::String
|
531
|
+
attr_accessor last_updated_at: ::Time
|
409
532
|
attr_accessor scope: ::String
|
410
|
-
attr_accessor
|
533
|
+
attr_accessor included_properties: ::Array[Types::IncludedProperty]
|
534
|
+
attr_accessor filters: Types::SearchFilter
|
411
535
|
SENSITIVE: [:filters]
|
412
536
|
end
|
537
|
+
|
538
|
+
class ViewStatus
|
539
|
+
attr_accessor status: ("SUCCEEDED" | "FAILED" | "IN_PROGRESS" | "SKIPPED")
|
540
|
+
attr_accessor view: Types::View
|
541
|
+
attr_accessor error_details: Types::ErrorDetails
|
542
|
+
SENSITIVE: []
|
543
|
+
end
|
413
544
|
end
|
414
545
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-resourceexplorer2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.42.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
@@ -65,6 +65,7 @@ files:
|
|
65
65
|
- lib/aws-sdk-resourceexplorer2/plugins/endpoints.rb
|
66
66
|
- lib/aws-sdk-resourceexplorer2/resource.rb
|
67
67
|
- lib/aws-sdk-resourceexplorer2/types.rb
|
68
|
+
- lib/aws-sdk-resourceexplorer2/waiters.rb
|
68
69
|
- sig/client.rbs
|
69
70
|
- sig/errors.rbs
|
70
71
|
- sig/resource.rbs
|