aws-sdk-resourcegroups 1.25.1 → 1.26.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/lib/aws-sdk-resourcegroups.rb +3 -1
- data/lib/aws-sdk-resourcegroups/client.rb +3 -1
- data/lib/aws-sdk-resourcegroups/client_api.rb +2 -0
- data/lib/aws-sdk-resourcegroups/errors.rb +2 -0
- data/lib/aws-sdk-resourcegroups/resource.rb +2 -0
- data/lib/aws-sdk-resourcegroups/types.rb +41 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d0e691d2c0a24b1fbf5dbfdd60ebbeb2ea92d8eea8f6c25b8af0ad9f1e3e8695
|
|
4
|
+
data.tar.gz: c050b10a3ebf3acd446fb9e86c810d7cde98cb77e3e600fdec03208cc5557c3f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e47b6689e9e328569a02e7bcf64dcca407a0dbeaff23e658fc0536527fc264019d84786bd02c24fd39508a5f561fb60cc15d47ae62be6a44be6efbaaa943bd5e
|
|
7
|
+
data.tar.gz: a8b7b1518803c1546a11884cf6b39ba16556a2fcdcc0df67394e40e9e1ef8f88477b4cea0dae8cdf989a39430257233918efd50945be542d6154fbd1860a8476
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
|
2
4
|
#
|
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
|
@@ -45,6 +47,6 @@ require_relative 'aws-sdk-resourcegroups/customizations'
|
|
|
45
47
|
# @service
|
|
46
48
|
module Aws::ResourceGroups
|
|
47
49
|
|
|
48
|
-
GEM_VERSION = '1.
|
|
50
|
+
GEM_VERSION = '1.26.0'
|
|
49
51
|
|
|
50
52
|
end
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
|
2
4
|
#
|
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
|
@@ -851,7 +853,7 @@ module Aws::ResourceGroups
|
|
|
851
853
|
params: params,
|
|
852
854
|
config: config)
|
|
853
855
|
context[:gem_name] = 'aws-sdk-resourcegroups'
|
|
854
|
-
context[:gem_version] = '1.
|
|
856
|
+
context[:gem_version] = '1.26.0'
|
|
855
857
|
Seahorse::Client::Request.new(handlers, context)
|
|
856
858
|
end
|
|
857
859
|
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
|
2
4
|
#
|
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
|
@@ -18,6 +20,7 @@ module Aws::ResourceGroups
|
|
|
18
20
|
#
|
|
19
21
|
class BadRequestException < Struct.new(
|
|
20
22
|
:message)
|
|
23
|
+
SENSITIVE = []
|
|
21
24
|
include Aws::Structure
|
|
22
25
|
end
|
|
23
26
|
|
|
@@ -70,6 +73,7 @@ module Aws::ResourceGroups
|
|
|
70
73
|
:description,
|
|
71
74
|
:resource_query,
|
|
72
75
|
:tags)
|
|
76
|
+
SENSITIVE = []
|
|
73
77
|
include Aws::Structure
|
|
74
78
|
end
|
|
75
79
|
|
|
@@ -91,6 +95,7 @@ module Aws::ResourceGroups
|
|
|
91
95
|
:group,
|
|
92
96
|
:resource_query,
|
|
93
97
|
:tags)
|
|
98
|
+
SENSITIVE = []
|
|
94
99
|
include Aws::Structure
|
|
95
100
|
end
|
|
96
101
|
|
|
@@ -109,6 +114,7 @@ module Aws::ResourceGroups
|
|
|
109
114
|
#
|
|
110
115
|
class DeleteGroupInput < Struct.new(
|
|
111
116
|
:group_name)
|
|
117
|
+
SENSITIVE = []
|
|
112
118
|
include Aws::Structure
|
|
113
119
|
end
|
|
114
120
|
|
|
@@ -120,6 +126,7 @@ module Aws::ResourceGroups
|
|
|
120
126
|
#
|
|
121
127
|
class DeleteGroupOutput < Struct.new(
|
|
122
128
|
:group)
|
|
129
|
+
SENSITIVE = []
|
|
123
130
|
include Aws::Structure
|
|
124
131
|
end
|
|
125
132
|
|
|
@@ -132,6 +139,7 @@ module Aws::ResourceGroups
|
|
|
132
139
|
#
|
|
133
140
|
class ForbiddenException < Struct.new(
|
|
134
141
|
:message)
|
|
142
|
+
SENSITIVE = []
|
|
135
143
|
include Aws::Structure
|
|
136
144
|
end
|
|
137
145
|
|
|
@@ -150,6 +158,7 @@ module Aws::ResourceGroups
|
|
|
150
158
|
#
|
|
151
159
|
class GetGroupInput < Struct.new(
|
|
152
160
|
:group_name)
|
|
161
|
+
SENSITIVE = []
|
|
153
162
|
include Aws::Structure
|
|
154
163
|
end
|
|
155
164
|
|
|
@@ -161,6 +170,7 @@ module Aws::ResourceGroups
|
|
|
161
170
|
#
|
|
162
171
|
class GetGroupOutput < Struct.new(
|
|
163
172
|
:group)
|
|
173
|
+
SENSITIVE = []
|
|
164
174
|
include Aws::Structure
|
|
165
175
|
end
|
|
166
176
|
|
|
@@ -179,6 +189,7 @@ module Aws::ResourceGroups
|
|
|
179
189
|
#
|
|
180
190
|
class GetGroupQueryInput < Struct.new(
|
|
181
191
|
:group_name)
|
|
192
|
+
SENSITIVE = []
|
|
182
193
|
include Aws::Structure
|
|
183
194
|
end
|
|
184
195
|
|
|
@@ -190,6 +201,7 @@ module Aws::ResourceGroups
|
|
|
190
201
|
#
|
|
191
202
|
class GetGroupQueryOutput < Struct.new(
|
|
192
203
|
:group_query)
|
|
204
|
+
SENSITIVE = []
|
|
193
205
|
include Aws::Structure
|
|
194
206
|
end
|
|
195
207
|
|
|
@@ -209,6 +221,7 @@ module Aws::ResourceGroups
|
|
|
209
221
|
#
|
|
210
222
|
class GetTagsInput < Struct.new(
|
|
211
223
|
:arn)
|
|
224
|
+
SENSITIVE = []
|
|
212
225
|
include Aws::Structure
|
|
213
226
|
end
|
|
214
227
|
|
|
@@ -225,6 +238,7 @@ module Aws::ResourceGroups
|
|
|
225
238
|
class GetTagsOutput < Struct.new(
|
|
226
239
|
:arn,
|
|
227
240
|
:tags)
|
|
241
|
+
SENSITIVE = []
|
|
228
242
|
include Aws::Structure
|
|
229
243
|
end
|
|
230
244
|
|
|
@@ -248,6 +262,7 @@ module Aws::ResourceGroups
|
|
|
248
262
|
:group_arn,
|
|
249
263
|
:name,
|
|
250
264
|
:description)
|
|
265
|
+
SENSITIVE = []
|
|
251
266
|
include Aws::Structure
|
|
252
267
|
end
|
|
253
268
|
|
|
@@ -276,6 +291,7 @@ module Aws::ResourceGroups
|
|
|
276
291
|
class GroupFilter < Struct.new(
|
|
277
292
|
:name,
|
|
278
293
|
:values)
|
|
294
|
+
SENSITIVE = []
|
|
279
295
|
include Aws::Structure
|
|
280
296
|
end
|
|
281
297
|
|
|
@@ -294,6 +310,7 @@ module Aws::ResourceGroups
|
|
|
294
310
|
class GroupIdentifier < Struct.new(
|
|
295
311
|
:group_name,
|
|
296
312
|
:group_arn)
|
|
313
|
+
SENSITIVE = []
|
|
297
314
|
include Aws::Structure
|
|
298
315
|
end
|
|
299
316
|
|
|
@@ -315,6 +332,7 @@ module Aws::ResourceGroups
|
|
|
315
332
|
class GroupQuery < Struct.new(
|
|
316
333
|
:group_name,
|
|
317
334
|
:resource_query)
|
|
335
|
+
SENSITIVE = []
|
|
318
336
|
include Aws::Structure
|
|
319
337
|
end
|
|
320
338
|
|
|
@@ -327,6 +345,7 @@ module Aws::ResourceGroups
|
|
|
327
345
|
#
|
|
328
346
|
class InternalServerErrorException < Struct.new(
|
|
329
347
|
:message)
|
|
348
|
+
SENSITIVE = []
|
|
330
349
|
include Aws::Structure
|
|
331
350
|
end
|
|
332
351
|
|
|
@@ -380,6 +399,7 @@ module Aws::ResourceGroups
|
|
|
380
399
|
:filters,
|
|
381
400
|
:max_results,
|
|
382
401
|
:next_token)
|
|
402
|
+
SENSITIVE = []
|
|
383
403
|
include Aws::Structure
|
|
384
404
|
end
|
|
385
405
|
|
|
@@ -406,6 +426,7 @@ module Aws::ResourceGroups
|
|
|
406
426
|
:resource_identifiers,
|
|
407
427
|
:next_token,
|
|
408
428
|
:query_errors)
|
|
429
|
+
SENSITIVE = []
|
|
409
430
|
include Aws::Structure
|
|
410
431
|
end
|
|
411
432
|
|
|
@@ -451,6 +472,7 @@ module Aws::ResourceGroups
|
|
|
451
472
|
:filters,
|
|
452
473
|
:max_results,
|
|
453
474
|
:next_token)
|
|
475
|
+
SENSITIVE = []
|
|
454
476
|
include Aws::Structure
|
|
455
477
|
end
|
|
456
478
|
|
|
@@ -474,6 +496,7 @@ module Aws::ResourceGroups
|
|
|
474
496
|
:group_identifiers,
|
|
475
497
|
:groups,
|
|
476
498
|
:next_token)
|
|
499
|
+
SENSITIVE = []
|
|
477
500
|
include Aws::Structure
|
|
478
501
|
end
|
|
479
502
|
|
|
@@ -487,6 +510,7 @@ module Aws::ResourceGroups
|
|
|
487
510
|
#
|
|
488
511
|
class MethodNotAllowedException < Struct.new(
|
|
489
512
|
:message)
|
|
513
|
+
SENSITIVE = []
|
|
490
514
|
include Aws::Structure
|
|
491
515
|
end
|
|
492
516
|
|
|
@@ -499,6 +523,7 @@ module Aws::ResourceGroups
|
|
|
499
523
|
#
|
|
500
524
|
class NotFoundException < Struct.new(
|
|
501
525
|
:message)
|
|
526
|
+
SENSITIVE = []
|
|
502
527
|
include Aws::Structure
|
|
503
528
|
end
|
|
504
529
|
|
|
@@ -528,6 +553,7 @@ module Aws::ResourceGroups
|
|
|
528
553
|
class QueryError < Struct.new(
|
|
529
554
|
:error_code,
|
|
530
555
|
:message)
|
|
556
|
+
SENSITIVE = []
|
|
531
557
|
include Aws::Structure
|
|
532
558
|
end
|
|
533
559
|
|
|
@@ -556,6 +582,7 @@ module Aws::ResourceGroups
|
|
|
556
582
|
class ResourceFilter < Struct.new(
|
|
557
583
|
:name,
|
|
558
584
|
:values)
|
|
585
|
+
SENSITIVE = []
|
|
559
586
|
include Aws::Structure
|
|
560
587
|
end
|
|
561
588
|
|
|
@@ -574,6 +601,7 @@ module Aws::ResourceGroups
|
|
|
574
601
|
class ResourceIdentifier < Struct.new(
|
|
575
602
|
:resource_arn,
|
|
576
603
|
:resource_type)
|
|
604
|
+
SENSITIVE = []
|
|
577
605
|
include Aws::Structure
|
|
578
606
|
end
|
|
579
607
|
|
|
@@ -644,6 +672,7 @@ module Aws::ResourceGroups
|
|
|
644
672
|
class ResourceQuery < Struct.new(
|
|
645
673
|
:type,
|
|
646
674
|
:query)
|
|
675
|
+
SENSITIVE = []
|
|
647
676
|
include Aws::Structure
|
|
648
677
|
end
|
|
649
678
|
|
|
@@ -683,6 +712,7 @@ module Aws::ResourceGroups
|
|
|
683
712
|
:resource_query,
|
|
684
713
|
:max_results,
|
|
685
714
|
:next_token)
|
|
715
|
+
SENSITIVE = []
|
|
686
716
|
include Aws::Structure
|
|
687
717
|
end
|
|
688
718
|
|
|
@@ -709,6 +739,7 @@ module Aws::ResourceGroups
|
|
|
709
739
|
:resource_identifiers,
|
|
710
740
|
:next_token,
|
|
711
741
|
:query_errors)
|
|
742
|
+
SENSITIVE = []
|
|
712
743
|
include Aws::Structure
|
|
713
744
|
end
|
|
714
745
|
|
|
@@ -738,6 +769,7 @@ module Aws::ResourceGroups
|
|
|
738
769
|
class TagInput < Struct.new(
|
|
739
770
|
:arn,
|
|
740
771
|
:tags)
|
|
772
|
+
SENSITIVE = []
|
|
741
773
|
include Aws::Structure
|
|
742
774
|
end
|
|
743
775
|
|
|
@@ -754,6 +786,7 @@ module Aws::ResourceGroups
|
|
|
754
786
|
class TagOutput < Struct.new(
|
|
755
787
|
:arn,
|
|
756
788
|
:tags)
|
|
789
|
+
SENSITIVE = []
|
|
757
790
|
include Aws::Structure
|
|
758
791
|
end
|
|
759
792
|
|
|
@@ -766,6 +799,7 @@ module Aws::ResourceGroups
|
|
|
766
799
|
#
|
|
767
800
|
class TooManyRequestsException < Struct.new(
|
|
768
801
|
:message)
|
|
802
|
+
SENSITIVE = []
|
|
769
803
|
include Aws::Structure
|
|
770
804
|
end
|
|
771
805
|
|
|
@@ -779,6 +813,7 @@ module Aws::ResourceGroups
|
|
|
779
813
|
#
|
|
780
814
|
class UnauthorizedException < Struct.new(
|
|
781
815
|
:message)
|
|
816
|
+
SENSITIVE = []
|
|
782
817
|
include Aws::Structure
|
|
783
818
|
end
|
|
784
819
|
|
|
@@ -803,6 +838,7 @@ module Aws::ResourceGroups
|
|
|
803
838
|
class UntagInput < Struct.new(
|
|
804
839
|
:arn,
|
|
805
840
|
:keys)
|
|
841
|
+
SENSITIVE = []
|
|
806
842
|
include Aws::Structure
|
|
807
843
|
end
|
|
808
844
|
|
|
@@ -819,6 +855,7 @@ module Aws::ResourceGroups
|
|
|
819
855
|
class UntagOutput < Struct.new(
|
|
820
856
|
:arn,
|
|
821
857
|
:keys)
|
|
858
|
+
SENSITIVE = []
|
|
822
859
|
include Aws::Structure
|
|
823
860
|
end
|
|
824
861
|
|
|
@@ -846,6 +883,7 @@ module Aws::ResourceGroups
|
|
|
846
883
|
class UpdateGroupInput < Struct.new(
|
|
847
884
|
:group_name,
|
|
848
885
|
:description)
|
|
886
|
+
SENSITIVE = []
|
|
849
887
|
include Aws::Structure
|
|
850
888
|
end
|
|
851
889
|
|
|
@@ -858,6 +896,7 @@ module Aws::ResourceGroups
|
|
|
858
896
|
#
|
|
859
897
|
class UpdateGroupOutput < Struct.new(
|
|
860
898
|
:group)
|
|
899
|
+
SENSITIVE = []
|
|
861
900
|
include Aws::Structure
|
|
862
901
|
end
|
|
863
902
|
|
|
@@ -886,6 +925,7 @@ module Aws::ResourceGroups
|
|
|
886
925
|
class UpdateGroupQueryInput < Struct.new(
|
|
887
926
|
:group_name,
|
|
888
927
|
:resource_query)
|
|
928
|
+
SENSITIVE = []
|
|
889
929
|
include Aws::Structure
|
|
890
930
|
end
|
|
891
931
|
|
|
@@ -898,6 +938,7 @@ module Aws::ResourceGroups
|
|
|
898
938
|
#
|
|
899
939
|
class UpdateGroupQueryOutput < Struct.new(
|
|
900
940
|
:group_query)
|
|
941
|
+
SENSITIVE = []
|
|
901
942
|
include Aws::Structure
|
|
902
943
|
end
|
|
903
944
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-resourcegroups
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.26.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-06-
|
|
11
|
+
date: 2020-06-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|