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
@@ -29,22 +29,44 @@ module Aws::ResourceExplorer2
|
|
29
29
|
ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
|
30
30
|
CreateIndexInput = Shapes::StructureShape.new(name: 'CreateIndexInput')
|
31
31
|
CreateIndexOutput = Shapes::StructureShape.new(name: 'CreateIndexOutput')
|
32
|
+
CreateResourceExplorerSetupInput = Shapes::StructureShape.new(name: 'CreateResourceExplorerSetupInput')
|
33
|
+
CreateResourceExplorerSetupInputAggregatorRegionsList = Shapes::ListShape.new(name: 'CreateResourceExplorerSetupInputAggregatorRegionsList')
|
34
|
+
CreateResourceExplorerSetupInputAggregatorRegionsListMemberString = Shapes::StringShape.new(name: 'CreateResourceExplorerSetupInputAggregatorRegionsListMemberString')
|
35
|
+
CreateResourceExplorerSetupInputRegionListList = Shapes::ListShape.new(name: 'CreateResourceExplorerSetupInputRegionListList')
|
36
|
+
CreateResourceExplorerSetupInputRegionListListMemberString = Shapes::StringShape.new(name: 'CreateResourceExplorerSetupInputRegionListListMemberString')
|
37
|
+
CreateResourceExplorerSetupInputViewNameString = Shapes::StringShape.new(name: 'CreateResourceExplorerSetupInputViewNameString')
|
38
|
+
CreateResourceExplorerSetupOutput = Shapes::StructureShape.new(name: 'CreateResourceExplorerSetupOutput')
|
39
|
+
CreateResourceExplorerSetupOutputTaskIdString = Shapes::StringShape.new(name: 'CreateResourceExplorerSetupOutputTaskIdString')
|
32
40
|
CreateViewInput = Shapes::StructureShape.new(name: 'CreateViewInput')
|
33
41
|
CreateViewInputClientTokenString = Shapes::StringShape.new(name: 'CreateViewInputClientTokenString')
|
34
42
|
CreateViewInputScopeString = Shapes::StringShape.new(name: 'CreateViewInputScopeString')
|
35
43
|
CreateViewOutput = Shapes::StructureShape.new(name: 'CreateViewOutput')
|
36
44
|
DeleteIndexInput = Shapes::StructureShape.new(name: 'DeleteIndexInput')
|
37
45
|
DeleteIndexOutput = Shapes::StructureShape.new(name: 'DeleteIndexOutput')
|
46
|
+
DeleteResourceExplorerSetupInput = Shapes::StructureShape.new(name: 'DeleteResourceExplorerSetupInput')
|
47
|
+
DeleteResourceExplorerSetupOutput = Shapes::StructureShape.new(name: 'DeleteResourceExplorerSetupOutput')
|
48
|
+
DeleteResourceExplorerSetupOutputTaskIdString = Shapes::StringShape.new(name: 'DeleteResourceExplorerSetupOutputTaskIdString')
|
38
49
|
DeleteViewInput = Shapes::StructureShape.new(name: 'DeleteViewInput')
|
39
50
|
DeleteViewInputViewArnString = Shapes::StringShape.new(name: 'DeleteViewInputViewArnString')
|
40
51
|
DeleteViewOutput = Shapes::StructureShape.new(name: 'DeleteViewOutput')
|
41
52
|
Document = Shapes::DocumentShape.new(name: 'Document', document: true)
|
53
|
+
ErrorDetails = Shapes::StructureShape.new(name: 'ErrorDetails')
|
42
54
|
GetAccountLevelServiceConfigurationOutput = Shapes::StructureShape.new(name: 'GetAccountLevelServiceConfigurationOutput')
|
43
55
|
GetDefaultViewOutput = Shapes::StructureShape.new(name: 'GetDefaultViewOutput')
|
44
56
|
GetIndexOutput = Shapes::StructureShape.new(name: 'GetIndexOutput')
|
45
57
|
GetManagedViewInput = Shapes::StructureShape.new(name: 'GetManagedViewInput')
|
46
58
|
GetManagedViewInputManagedViewArnString = Shapes::StringShape.new(name: 'GetManagedViewInputManagedViewArnString')
|
47
59
|
GetManagedViewOutput = Shapes::StructureShape.new(name: 'GetManagedViewOutput')
|
60
|
+
GetResourceExplorerSetupInput = Shapes::StructureShape.new(name: 'GetResourceExplorerSetupInput')
|
61
|
+
GetResourceExplorerSetupInputMaxResultsInteger = Shapes::IntegerShape.new(name: 'GetResourceExplorerSetupInputMaxResultsInteger')
|
62
|
+
GetResourceExplorerSetupInputNextTokenString = Shapes::StringShape.new(name: 'GetResourceExplorerSetupInputNextTokenString')
|
63
|
+
GetResourceExplorerSetupInputTaskIdString = Shapes::StringShape.new(name: 'GetResourceExplorerSetupInputTaskIdString')
|
64
|
+
GetResourceExplorerSetupOutput = Shapes::StructureShape.new(name: 'GetResourceExplorerSetupOutput')
|
65
|
+
GetResourceExplorerSetupOutputNextTokenString = Shapes::StringShape.new(name: 'GetResourceExplorerSetupOutputNextTokenString')
|
66
|
+
GetServiceIndexOutput = Shapes::StructureShape.new(name: 'GetServiceIndexOutput')
|
67
|
+
GetServiceViewInput = Shapes::StructureShape.new(name: 'GetServiceViewInput')
|
68
|
+
GetServiceViewInputServiceViewArnString = Shapes::StringShape.new(name: 'GetServiceViewInputServiceViewArnString')
|
69
|
+
GetServiceViewOutput = Shapes::StructureShape.new(name: 'GetServiceViewOutput')
|
48
70
|
GetViewInput = Shapes::StructureShape.new(name: 'GetViewInput')
|
49
71
|
GetViewInputViewArnString = Shapes::StringShape.new(name: 'GetViewInputViewArnString')
|
50
72
|
GetViewOutput = Shapes::StructureShape.new(name: 'GetViewOutput')
|
@@ -54,6 +76,7 @@ module Aws::ResourceExplorer2
|
|
54
76
|
Index = Shapes::StructureShape.new(name: 'Index')
|
55
77
|
IndexList = Shapes::ListShape.new(name: 'IndexList')
|
56
78
|
IndexState = Shapes::StringShape.new(name: 'IndexState')
|
79
|
+
IndexStatus = Shapes::StructureShape.new(name: 'IndexStatus')
|
57
80
|
IndexType = Shapes::StringShape.new(name: 'IndexType')
|
58
81
|
InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
|
59
82
|
ListIndexesForMembersInput = Shapes::StructureShape.new(name: 'ListIndexesForMembersInput')
|
@@ -65,6 +88,7 @@ module Aws::ResourceExplorer2
|
|
65
88
|
ListIndexesInputMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListIndexesInputMaxResultsInteger')
|
66
89
|
ListIndexesInputNextTokenString = Shapes::StringShape.new(name: 'ListIndexesInputNextTokenString')
|
67
90
|
ListIndexesInputRegionsList = Shapes::ListShape.new(name: 'ListIndexesInputRegionsList')
|
91
|
+
ListIndexesInputRegionsListMemberString = Shapes::StringShape.new(name: 'ListIndexesInputRegionsListMemberString')
|
68
92
|
ListIndexesOutput = Shapes::StructureShape.new(name: 'ListIndexesOutput')
|
69
93
|
ListManagedViewsInput = Shapes::StructureShape.new(name: 'ListManagedViewsInput')
|
70
94
|
ListManagedViewsInputMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListManagedViewsInputMaxResultsInteger')
|
@@ -78,6 +102,18 @@ module Aws::ResourceExplorer2
|
|
78
102
|
ListResourcesOutput = Shapes::StructureShape.new(name: 'ListResourcesOutput')
|
79
103
|
ListResourcesOutputNextTokenString = Shapes::StringShape.new(name: 'ListResourcesOutputNextTokenString')
|
80
104
|
ListResourcesOutputViewArnString = Shapes::StringShape.new(name: 'ListResourcesOutputViewArnString')
|
105
|
+
ListServiceIndexesInput = Shapes::StructureShape.new(name: 'ListServiceIndexesInput')
|
106
|
+
ListServiceIndexesInputMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListServiceIndexesInputMaxResultsInteger')
|
107
|
+
ListServiceIndexesInputNextTokenString = Shapes::StringShape.new(name: 'ListServiceIndexesInputNextTokenString')
|
108
|
+
ListServiceIndexesInputRegionsList = Shapes::ListShape.new(name: 'ListServiceIndexesInputRegionsList')
|
109
|
+
ListServiceIndexesInputRegionsListMemberString = Shapes::StringShape.new(name: 'ListServiceIndexesInputRegionsListMemberString')
|
110
|
+
ListServiceIndexesOutput = Shapes::StructureShape.new(name: 'ListServiceIndexesOutput')
|
111
|
+
ListServiceViewsInput = Shapes::StructureShape.new(name: 'ListServiceViewsInput')
|
112
|
+
ListServiceViewsInputMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListServiceViewsInputMaxResultsInteger')
|
113
|
+
ListServiceViewsOutput = Shapes::StructureShape.new(name: 'ListServiceViewsOutput')
|
114
|
+
ListStreamingAccessForServicesInput = Shapes::StructureShape.new(name: 'ListStreamingAccessForServicesInput')
|
115
|
+
ListStreamingAccessForServicesInputMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListStreamingAccessForServicesInputMaxResultsInteger')
|
116
|
+
ListStreamingAccessForServicesOutput = Shapes::StructureShape.new(name: 'ListStreamingAccessForServicesOutput')
|
81
117
|
ListSupportedResourceTypesInput = Shapes::StructureShape.new(name: 'ListSupportedResourceTypesInput')
|
82
118
|
ListSupportedResourceTypesInputMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListSupportedResourceTypesInputMaxResultsInteger')
|
83
119
|
ListSupportedResourceTypesOutput = Shapes::StructureShape.new(name: 'ListSupportedResourceTypesOutput')
|
@@ -91,9 +127,14 @@ module Aws::ResourceExplorer2
|
|
91
127
|
ManagedViewArnList = Shapes::ListShape.new(name: 'ManagedViewArnList')
|
92
128
|
MemberIndex = Shapes::StructureShape.new(name: 'MemberIndex')
|
93
129
|
MemberIndexList = Shapes::ListShape.new(name: 'MemberIndexList')
|
130
|
+
OperationStatus = Shapes::StringShape.new(name: 'OperationStatus')
|
94
131
|
OrgConfiguration = Shapes::StructureShape.new(name: 'OrgConfiguration')
|
95
132
|
QueryString = Shapes::StringShape.new(name: 'QueryString')
|
96
133
|
RegionList = Shapes::ListShape.new(name: 'RegionList')
|
134
|
+
RegionListMemberString = Shapes::StringShape.new(name: 'RegionListMemberString')
|
135
|
+
RegionStatus = Shapes::StructureShape.new(name: 'RegionStatus')
|
136
|
+
RegionStatusList = Shapes::ListShape.new(name: 'RegionStatusList')
|
137
|
+
RegionStatusRegionString = Shapes::StringShape.new(name: 'RegionStatusRegionString')
|
97
138
|
Resource = Shapes::StructureShape.new(name: 'Resource')
|
98
139
|
ResourceCount = Shapes::StructureShape.new(name: 'ResourceCount')
|
99
140
|
ResourceList = Shapes::ListShape.new(name: 'ResourceList')
|
@@ -111,6 +152,10 @@ module Aws::ResourceExplorer2
|
|
111
152
|
SearchOutputNextTokenString = Shapes::StringShape.new(name: 'SearchOutputNextTokenString')
|
112
153
|
SearchOutputViewArnString = Shapes::StringShape.new(name: 'SearchOutputViewArnString')
|
113
154
|
ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
|
155
|
+
ServiceView = Shapes::StructureShape.new(name: 'ServiceView')
|
156
|
+
ServiceViewArnList = Shapes::ListShape.new(name: 'ServiceViewArnList')
|
157
|
+
StreamingAccessDetails = Shapes::StructureShape.new(name: 'StreamingAccessDetails')
|
158
|
+
StreamingAccessDetailsList = Shapes::ListShape.new(name: 'StreamingAccessDetailsList')
|
114
159
|
String = Shapes::StringShape.new(name: 'String')
|
115
160
|
StringList = Shapes::ListShape.new(name: 'StringList')
|
116
161
|
SupportedResourceType = Shapes::StructureShape.new(name: 'SupportedResourceType')
|
@@ -134,6 +179,7 @@ module Aws::ResourceExplorer2
|
|
134
179
|
ViewArnList = Shapes::ListShape.new(name: 'ViewArnList')
|
135
180
|
ViewList = Shapes::ListShape.new(name: 'ViewList')
|
136
181
|
ViewName = Shapes::StringShape.new(name: 'ViewName')
|
182
|
+
ViewStatus = Shapes::StructureShape.new(name: 'ViewStatus')
|
137
183
|
|
138
184
|
AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
139
185
|
AccessDeniedException.struct_class = Types::AccessDeniedException
|
@@ -144,8 +190,8 @@ module Aws::ResourceExplorer2
|
|
144
190
|
AssociateDefaultViewOutput.add_member(:view_arn, Shapes::ShapeRef.new(shape: String, location_name: "ViewArn"))
|
145
191
|
AssociateDefaultViewOutput.struct_class = Types::AssociateDefaultViewOutput
|
146
192
|
|
147
|
-
BatchGetViewError.add_member(:error_message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ErrorMessage"))
|
148
193
|
BatchGetViewError.add_member(:view_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ViewArn"))
|
194
|
+
BatchGetViewError.add_member(:error_message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ErrorMessage"))
|
149
195
|
BatchGetViewError.struct_class = Types::BatchGetViewError
|
150
196
|
|
151
197
|
BatchGetViewErrors.member = Shapes::ShapeRef.new(shape: BatchGetViewError)
|
@@ -155,8 +201,8 @@ module Aws::ResourceExplorer2
|
|
155
201
|
|
156
202
|
BatchGetViewInputViewArnsList.member = Shapes::ShapeRef.new(shape: String)
|
157
203
|
|
158
|
-
BatchGetViewOutput.add_member(:errors, Shapes::ShapeRef.new(shape: BatchGetViewErrors, location_name: "Errors"))
|
159
204
|
BatchGetViewOutput.add_member(:views, Shapes::ShapeRef.new(shape: ViewList, location_name: "Views"))
|
205
|
+
BatchGetViewOutput.add_member(:errors, Shapes::ShapeRef.new(shape: BatchGetViewErrors, location_name: "Errors"))
|
160
206
|
BatchGetViewOutput.struct_class = Types::BatchGetViewOutput
|
161
207
|
|
162
208
|
ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Message"))
|
@@ -167,16 +213,28 @@ module Aws::ResourceExplorer2
|
|
167
213
|
CreateIndexInput.struct_class = Types::CreateIndexInput
|
168
214
|
|
169
215
|
CreateIndexOutput.add_member(:arn, Shapes::ShapeRef.new(shape: String, location_name: "Arn"))
|
170
|
-
CreateIndexOutput.add_member(:created_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "CreatedAt"))
|
171
216
|
CreateIndexOutput.add_member(:state, Shapes::ShapeRef.new(shape: IndexState, location_name: "State"))
|
217
|
+
CreateIndexOutput.add_member(:created_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "CreatedAt"))
|
172
218
|
CreateIndexOutput.struct_class = Types::CreateIndexOutput
|
173
219
|
|
220
|
+
CreateResourceExplorerSetupInput.add_member(:region_list, Shapes::ShapeRef.new(shape: CreateResourceExplorerSetupInputRegionListList, required: true, location_name: "RegionList"))
|
221
|
+
CreateResourceExplorerSetupInput.add_member(:aggregator_regions, Shapes::ShapeRef.new(shape: CreateResourceExplorerSetupInputAggregatorRegionsList, location_name: "AggregatorRegions"))
|
222
|
+
CreateResourceExplorerSetupInput.add_member(:view_name, Shapes::ShapeRef.new(shape: CreateResourceExplorerSetupInputViewNameString, required: true, location_name: "ViewName"))
|
223
|
+
CreateResourceExplorerSetupInput.struct_class = Types::CreateResourceExplorerSetupInput
|
224
|
+
|
225
|
+
CreateResourceExplorerSetupInputAggregatorRegionsList.member = Shapes::ShapeRef.new(shape: CreateResourceExplorerSetupInputAggregatorRegionsListMemberString)
|
226
|
+
|
227
|
+
CreateResourceExplorerSetupInputRegionListList.member = Shapes::ShapeRef.new(shape: CreateResourceExplorerSetupInputRegionListListMemberString)
|
228
|
+
|
229
|
+
CreateResourceExplorerSetupOutput.add_member(:task_id, Shapes::ShapeRef.new(shape: CreateResourceExplorerSetupOutputTaskIdString, required: true, location_name: "TaskId"))
|
230
|
+
CreateResourceExplorerSetupOutput.struct_class = Types::CreateResourceExplorerSetupOutput
|
231
|
+
|
174
232
|
CreateViewInput.add_member(:client_token, Shapes::ShapeRef.new(shape: CreateViewInputClientTokenString, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
175
|
-
CreateViewInput.add_member(:
|
233
|
+
CreateViewInput.add_member(:view_name, Shapes::ShapeRef.new(shape: ViewName, required: true, location_name: "ViewName"))
|
176
234
|
CreateViewInput.add_member(:included_properties, Shapes::ShapeRef.new(shape: IncludedPropertyList, location_name: "IncludedProperties"))
|
177
235
|
CreateViewInput.add_member(:scope, Shapes::ShapeRef.new(shape: CreateViewInputScopeString, location_name: "Scope"))
|
236
|
+
CreateViewInput.add_member(:filters, Shapes::ShapeRef.new(shape: SearchFilter, location_name: "Filters"))
|
178
237
|
CreateViewInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
179
|
-
CreateViewInput.add_member(:view_name, Shapes::ShapeRef.new(shape: ViewName, required: true, location_name: "ViewName"))
|
180
238
|
CreateViewInput.struct_class = Types::CreateViewInput
|
181
239
|
|
182
240
|
CreateViewOutput.add_member(:view, Shapes::ShapeRef.new(shape: View, location_name: "View"))
|
@@ -186,16 +244,27 @@ module Aws::ResourceExplorer2
|
|
186
244
|
DeleteIndexInput.struct_class = Types::DeleteIndexInput
|
187
245
|
|
188
246
|
DeleteIndexOutput.add_member(:arn, Shapes::ShapeRef.new(shape: String, location_name: "Arn"))
|
189
|
-
DeleteIndexOutput.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "LastUpdatedAt"))
|
190
247
|
DeleteIndexOutput.add_member(:state, Shapes::ShapeRef.new(shape: IndexState, location_name: "State"))
|
248
|
+
DeleteIndexOutput.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "LastUpdatedAt"))
|
191
249
|
DeleteIndexOutput.struct_class = Types::DeleteIndexOutput
|
192
250
|
|
251
|
+
DeleteResourceExplorerSetupInput.add_member(:region_list, Shapes::ShapeRef.new(shape: RegionList, location_name: "RegionList"))
|
252
|
+
DeleteResourceExplorerSetupInput.add_member(:delete_in_all_regions, Shapes::ShapeRef.new(shape: Boolean, location_name: "DeleteInAllRegions"))
|
253
|
+
DeleteResourceExplorerSetupInput.struct_class = Types::DeleteResourceExplorerSetupInput
|
254
|
+
|
255
|
+
DeleteResourceExplorerSetupOutput.add_member(:task_id, Shapes::ShapeRef.new(shape: DeleteResourceExplorerSetupOutputTaskIdString, required: true, location_name: "TaskId"))
|
256
|
+
DeleteResourceExplorerSetupOutput.struct_class = Types::DeleteResourceExplorerSetupOutput
|
257
|
+
|
193
258
|
DeleteViewInput.add_member(:view_arn, Shapes::ShapeRef.new(shape: DeleteViewInputViewArnString, required: true, location_name: "ViewArn"))
|
194
259
|
DeleteViewInput.struct_class = Types::DeleteViewInput
|
195
260
|
|
196
261
|
DeleteViewOutput.add_member(:view_arn, Shapes::ShapeRef.new(shape: String, location_name: "ViewArn"))
|
197
262
|
DeleteViewOutput.struct_class = Types::DeleteViewOutput
|
198
263
|
|
264
|
+
ErrorDetails.add_member(:code, Shapes::ShapeRef.new(shape: String, location_name: "Code"))
|
265
|
+
ErrorDetails.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
266
|
+
ErrorDetails.struct_class = Types::ErrorDetails
|
267
|
+
|
199
268
|
GetAccountLevelServiceConfigurationOutput.add_member(:org_configuration, Shapes::ShapeRef.new(shape: OrgConfiguration, location_name: "OrgConfiguration"))
|
200
269
|
GetAccountLevelServiceConfigurationOutput.struct_class = Types::GetAccountLevelServiceConfigurationOutput
|
201
270
|
|
@@ -203,13 +272,13 @@ module Aws::ResourceExplorer2
|
|
203
272
|
GetDefaultViewOutput.struct_class = Types::GetDefaultViewOutput
|
204
273
|
|
205
274
|
GetIndexOutput.add_member(:arn, Shapes::ShapeRef.new(shape: String, location_name: "Arn"))
|
206
|
-
GetIndexOutput.add_member(:
|
207
|
-
GetIndexOutput.add_member(:
|
275
|
+
GetIndexOutput.add_member(:type, Shapes::ShapeRef.new(shape: IndexType, location_name: "Type"))
|
276
|
+
GetIndexOutput.add_member(:state, Shapes::ShapeRef.new(shape: IndexState, location_name: "State"))
|
208
277
|
GetIndexOutput.add_member(:replicating_from, Shapes::ShapeRef.new(shape: RegionList, location_name: "ReplicatingFrom"))
|
209
278
|
GetIndexOutput.add_member(:replicating_to, Shapes::ShapeRef.new(shape: RegionList, location_name: "ReplicatingTo"))
|
210
|
-
GetIndexOutput.add_member(:
|
279
|
+
GetIndexOutput.add_member(:created_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "CreatedAt"))
|
280
|
+
GetIndexOutput.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "LastUpdatedAt"))
|
211
281
|
GetIndexOutput.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
212
|
-
GetIndexOutput.add_member(:type, Shapes::ShapeRef.new(shape: IndexType, location_name: "Type"))
|
213
282
|
GetIndexOutput.struct_class = Types::GetIndexOutput
|
214
283
|
|
215
284
|
GetManagedViewInput.add_member(:managed_view_arn, Shapes::ShapeRef.new(shape: GetManagedViewInputManagedViewArnString, required: true, location_name: "ManagedViewArn"))
|
@@ -218,11 +287,30 @@ module Aws::ResourceExplorer2
|
|
218
287
|
GetManagedViewOutput.add_member(:managed_view, Shapes::ShapeRef.new(shape: ManagedView, location_name: "ManagedView"))
|
219
288
|
GetManagedViewOutput.struct_class = Types::GetManagedViewOutput
|
220
289
|
|
290
|
+
GetResourceExplorerSetupInput.add_member(:task_id, Shapes::ShapeRef.new(shape: GetResourceExplorerSetupInputTaskIdString, required: true, location_name: "TaskId"))
|
291
|
+
GetResourceExplorerSetupInput.add_member(:max_results, Shapes::ShapeRef.new(shape: GetResourceExplorerSetupInputMaxResultsInteger, location_name: "MaxResults"))
|
292
|
+
GetResourceExplorerSetupInput.add_member(:next_token, Shapes::ShapeRef.new(shape: GetResourceExplorerSetupInputNextTokenString, location_name: "NextToken"))
|
293
|
+
GetResourceExplorerSetupInput.struct_class = Types::GetResourceExplorerSetupInput
|
294
|
+
|
295
|
+
GetResourceExplorerSetupOutput.add_member(:regions, Shapes::ShapeRef.new(shape: RegionStatusList, location_name: "Regions"))
|
296
|
+
GetResourceExplorerSetupOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: GetResourceExplorerSetupOutputNextTokenString, location_name: "NextToken"))
|
297
|
+
GetResourceExplorerSetupOutput.struct_class = Types::GetResourceExplorerSetupOutput
|
298
|
+
|
299
|
+
GetServiceIndexOutput.add_member(:arn, Shapes::ShapeRef.new(shape: String, location_name: "Arn"))
|
300
|
+
GetServiceIndexOutput.add_member(:type, Shapes::ShapeRef.new(shape: IndexType, location_name: "Type"))
|
301
|
+
GetServiceIndexOutput.struct_class = Types::GetServiceIndexOutput
|
302
|
+
|
303
|
+
GetServiceViewInput.add_member(:service_view_arn, Shapes::ShapeRef.new(shape: GetServiceViewInputServiceViewArnString, required: true, location_name: "ServiceViewArn"))
|
304
|
+
GetServiceViewInput.struct_class = Types::GetServiceViewInput
|
305
|
+
|
306
|
+
GetServiceViewOutput.add_member(:view, Shapes::ShapeRef.new(shape: ServiceView, required: true, location_name: "View"))
|
307
|
+
GetServiceViewOutput.struct_class = Types::GetServiceViewOutput
|
308
|
+
|
221
309
|
GetViewInput.add_member(:view_arn, Shapes::ShapeRef.new(shape: GetViewInputViewArnString, required: true, location_name: "ViewArn"))
|
222
310
|
GetViewInput.struct_class = Types::GetViewInput
|
223
311
|
|
224
|
-
GetViewOutput.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
225
312
|
GetViewOutput.add_member(:view, Shapes::ShapeRef.new(shape: View, location_name: "View"))
|
313
|
+
GetViewOutput.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
226
314
|
GetViewOutput.struct_class = Types::GetViewOutput
|
227
315
|
|
228
316
|
IncludedProperty.add_member(:name, Shapes::ShapeRef.new(shape: IncludedPropertyNameString, required: true, location_name: "Name"))
|
@@ -230,13 +318,18 @@ module Aws::ResourceExplorer2
|
|
230
318
|
|
231
319
|
IncludedPropertyList.member = Shapes::ShapeRef.new(shape: IncludedProperty)
|
232
320
|
|
233
|
-
Index.add_member(:arn, Shapes::ShapeRef.new(shape: String, location_name: "Arn"))
|
234
321
|
Index.add_member(:region, Shapes::ShapeRef.new(shape: String, location_name: "Region"))
|
322
|
+
Index.add_member(:arn, Shapes::ShapeRef.new(shape: String, location_name: "Arn"))
|
235
323
|
Index.add_member(:type, Shapes::ShapeRef.new(shape: IndexType, location_name: "Type"))
|
236
324
|
Index.struct_class = Types::Index
|
237
325
|
|
238
326
|
IndexList.member = Shapes::ShapeRef.new(shape: Index)
|
239
327
|
|
328
|
+
IndexStatus.add_member(:status, Shapes::ShapeRef.new(shape: OperationStatus, location_name: "Status"))
|
329
|
+
IndexStatus.add_member(:index, Shapes::ShapeRef.new(shape: Index, location_name: "Index"))
|
330
|
+
IndexStatus.add_member(:error_details, Shapes::ShapeRef.new(shape: ErrorDetails, location_name: "ErrorDetails"))
|
331
|
+
IndexStatus.struct_class = Types::IndexStatus
|
332
|
+
|
240
333
|
InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
241
334
|
InternalServerException.struct_class = Types::InternalServerException
|
242
335
|
|
@@ -251,13 +344,13 @@ module Aws::ResourceExplorer2
|
|
251
344
|
ListIndexesForMembersOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
252
345
|
ListIndexesForMembersOutput.struct_class = Types::ListIndexesForMembersOutput
|
253
346
|
|
347
|
+
ListIndexesInput.add_member(:type, Shapes::ShapeRef.new(shape: IndexType, location_name: "Type"))
|
348
|
+
ListIndexesInput.add_member(:regions, Shapes::ShapeRef.new(shape: ListIndexesInputRegionsList, location_name: "Regions"))
|
254
349
|
ListIndexesInput.add_member(:max_results, Shapes::ShapeRef.new(shape: ListIndexesInputMaxResultsInteger, location_name: "MaxResults"))
|
255
350
|
ListIndexesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: ListIndexesInputNextTokenString, location_name: "NextToken"))
|
256
|
-
ListIndexesInput.add_member(:regions, Shapes::ShapeRef.new(shape: ListIndexesInputRegionsList, location_name: "Regions"))
|
257
|
-
ListIndexesInput.add_member(:type, Shapes::ShapeRef.new(shape: IndexType, location_name: "Type"))
|
258
351
|
ListIndexesInput.struct_class = Types::ListIndexesInput
|
259
352
|
|
260
|
-
ListIndexesInputRegionsList.member = Shapes::ShapeRef.new(shape:
|
353
|
+
ListIndexesInputRegionsList.member = Shapes::ShapeRef.new(shape: ListIndexesInputRegionsListMemberString)
|
261
354
|
|
262
355
|
ListIndexesOutput.add_member(:indexes, Shapes::ShapeRef.new(shape: IndexList, location_name: "Indexes"))
|
263
356
|
ListIndexesOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
@@ -268,27 +361,54 @@ module Aws::ResourceExplorer2
|
|
268
361
|
ListManagedViewsInput.add_member(:service_principal, Shapes::ShapeRef.new(shape: ListManagedViewsInputServicePrincipalString, location_name: "ServicePrincipal"))
|
269
362
|
ListManagedViewsInput.struct_class = Types::ListManagedViewsInput
|
270
363
|
|
271
|
-
ListManagedViewsOutput.add_member(:managed_views, Shapes::ShapeRef.new(shape: ManagedViewArnList, location_name: "ManagedViews"))
|
272
364
|
ListManagedViewsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
365
|
+
ListManagedViewsOutput.add_member(:managed_views, Shapes::ShapeRef.new(shape: ManagedViewArnList, location_name: "ManagedViews"))
|
273
366
|
ListManagedViewsOutput.struct_class = Types::ListManagedViewsOutput
|
274
367
|
|
275
368
|
ListResourcesInput.add_member(:filters, Shapes::ShapeRef.new(shape: SearchFilter, location_name: "Filters"))
|
276
369
|
ListResourcesInput.add_member(:max_results, Shapes::ShapeRef.new(shape: ListResourcesInputMaxResultsInteger, location_name: "MaxResults"))
|
277
|
-
ListResourcesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: ListResourcesInputNextTokenString, location_name: "NextToken"))
|
278
370
|
ListResourcesInput.add_member(:view_arn, Shapes::ShapeRef.new(shape: ListResourcesInputViewArnString, location_name: "ViewArn"))
|
371
|
+
ListResourcesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: ListResourcesInputNextTokenString, location_name: "NextToken"))
|
279
372
|
ListResourcesInput.struct_class = Types::ListResourcesInput
|
280
373
|
|
281
|
-
ListResourcesOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: ListResourcesOutputNextTokenString, location_name: "NextToken"))
|
282
374
|
ListResourcesOutput.add_member(:resources, Shapes::ShapeRef.new(shape: ResourceList, location_name: "Resources"))
|
375
|
+
ListResourcesOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: ListResourcesOutputNextTokenString, location_name: "NextToken"))
|
283
376
|
ListResourcesOutput.add_member(:view_arn, Shapes::ShapeRef.new(shape: ListResourcesOutputViewArnString, location_name: "ViewArn"))
|
284
377
|
ListResourcesOutput.struct_class = Types::ListResourcesOutput
|
285
378
|
|
286
|
-
|
379
|
+
ListServiceIndexesInput.add_member(:regions, Shapes::ShapeRef.new(shape: ListServiceIndexesInputRegionsList, location_name: "Regions"))
|
380
|
+
ListServiceIndexesInput.add_member(:max_results, Shapes::ShapeRef.new(shape: ListServiceIndexesInputMaxResultsInteger, location_name: "MaxResults"))
|
381
|
+
ListServiceIndexesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: ListServiceIndexesInputNextTokenString, location_name: "NextToken"))
|
382
|
+
ListServiceIndexesInput.struct_class = Types::ListServiceIndexesInput
|
383
|
+
|
384
|
+
ListServiceIndexesInputRegionsList.member = Shapes::ShapeRef.new(shape: ListServiceIndexesInputRegionsListMemberString)
|
385
|
+
|
386
|
+
ListServiceIndexesOutput.add_member(:indexes, Shapes::ShapeRef.new(shape: IndexList, location_name: "Indexes"))
|
387
|
+
ListServiceIndexesOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
388
|
+
ListServiceIndexesOutput.struct_class = Types::ListServiceIndexesOutput
|
389
|
+
|
390
|
+
ListServiceViewsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: ListServiceViewsInputMaxResultsInteger, location_name: "MaxResults"))
|
391
|
+
ListServiceViewsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
392
|
+
ListServiceViewsInput.struct_class = Types::ListServiceViewsInput
|
393
|
+
|
394
|
+
ListServiceViewsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
395
|
+
ListServiceViewsOutput.add_member(:service_views, Shapes::ShapeRef.new(shape: ServiceViewArnList, location_name: "ServiceViews"))
|
396
|
+
ListServiceViewsOutput.struct_class = Types::ListServiceViewsOutput
|
397
|
+
|
398
|
+
ListStreamingAccessForServicesInput.add_member(:max_results, Shapes::ShapeRef.new(shape: ListStreamingAccessForServicesInputMaxResultsInteger, location_name: "MaxResults"))
|
399
|
+
ListStreamingAccessForServicesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
400
|
+
ListStreamingAccessForServicesInput.struct_class = Types::ListStreamingAccessForServicesInput
|
401
|
+
|
402
|
+
ListStreamingAccessForServicesOutput.add_member(:streaming_access_for_services, Shapes::ShapeRef.new(shape: StreamingAccessDetailsList, required: true, location_name: "StreamingAccessForServices"))
|
403
|
+
ListStreamingAccessForServicesOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
404
|
+
ListStreamingAccessForServicesOutput.struct_class = Types::ListStreamingAccessForServicesOutput
|
405
|
+
|
287
406
|
ListSupportedResourceTypesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
407
|
+
ListSupportedResourceTypesInput.add_member(:max_results, Shapes::ShapeRef.new(shape: ListSupportedResourceTypesInputMaxResultsInteger, location_name: "MaxResults"))
|
288
408
|
ListSupportedResourceTypesInput.struct_class = Types::ListSupportedResourceTypesInput
|
289
409
|
|
290
|
-
ListSupportedResourceTypesOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
291
410
|
ListSupportedResourceTypesOutput.add_member(:resource_types, Shapes::ShapeRef.new(shape: ResourceTypeList, location_name: "ResourceTypes"))
|
411
|
+
ListSupportedResourceTypesOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
292
412
|
ListSupportedResourceTypesOutput.struct_class = Types::ListSupportedResourceTypesOutput
|
293
413
|
|
294
414
|
ListTagsForResourceInput.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "resourceArn"))
|
@@ -297,31 +417,31 @@ module Aws::ResourceExplorer2
|
|
297
417
|
ListTagsForResourceOutput.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
298
418
|
ListTagsForResourceOutput.struct_class = Types::ListTagsForResourceOutput
|
299
419
|
|
300
|
-
ListViewsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: ListViewsInputMaxResultsInteger, location_name: "MaxResults"))
|
301
420
|
ListViewsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
421
|
+
ListViewsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: ListViewsInputMaxResultsInteger, location_name: "MaxResults"))
|
302
422
|
ListViewsInput.struct_class = Types::ListViewsInput
|
303
423
|
|
304
|
-
ListViewsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
305
424
|
ListViewsOutput.add_member(:views, Shapes::ShapeRef.new(shape: ViewArnList, location_name: "Views"))
|
425
|
+
ListViewsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
306
426
|
ListViewsOutput.struct_class = Types::ListViewsOutput
|
307
427
|
|
308
|
-
ManagedView.add_member(:filters, Shapes::ShapeRef.new(shape: SearchFilter, location_name: "Filters"))
|
309
|
-
ManagedView.add_member(:included_properties, Shapes::ShapeRef.new(shape: IncludedPropertyList, location_name: "IncludedProperties"))
|
310
|
-
ManagedView.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "LastUpdatedAt"))
|
311
428
|
ManagedView.add_member(:managed_view_arn, Shapes::ShapeRef.new(shape: String, location_name: "ManagedViewArn"))
|
312
429
|
ManagedView.add_member(:managed_view_name, Shapes::ShapeRef.new(shape: String, location_name: "ManagedViewName"))
|
430
|
+
ManagedView.add_member(:trusted_service, Shapes::ShapeRef.new(shape: String, location_name: "TrustedService"))
|
431
|
+
ManagedView.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "LastUpdatedAt"))
|
313
432
|
ManagedView.add_member(:owner, Shapes::ShapeRef.new(shape: String, location_name: "Owner"))
|
314
|
-
ManagedView.add_member(:resource_policy, Shapes::ShapeRef.new(shape: String, location_name: "ResourcePolicy"))
|
315
433
|
ManagedView.add_member(:scope, Shapes::ShapeRef.new(shape: String, location_name: "Scope"))
|
316
|
-
ManagedView.add_member(:
|
434
|
+
ManagedView.add_member(:included_properties, Shapes::ShapeRef.new(shape: IncludedPropertyList, location_name: "IncludedProperties"))
|
435
|
+
ManagedView.add_member(:filters, Shapes::ShapeRef.new(shape: SearchFilter, location_name: "Filters"))
|
436
|
+
ManagedView.add_member(:resource_policy, Shapes::ShapeRef.new(shape: String, location_name: "ResourcePolicy"))
|
317
437
|
ManagedView.add_member(:version, Shapes::ShapeRef.new(shape: String, location_name: "Version"))
|
318
438
|
ManagedView.struct_class = Types::ManagedView
|
319
439
|
|
320
440
|
ManagedViewArnList.member = Shapes::ShapeRef.new(shape: String)
|
321
441
|
|
322
442
|
MemberIndex.add_member(:account_id, Shapes::ShapeRef.new(shape: String, location_name: "AccountId"))
|
323
|
-
MemberIndex.add_member(:arn, Shapes::ShapeRef.new(shape: String, location_name: "Arn"))
|
324
443
|
MemberIndex.add_member(:region, Shapes::ShapeRef.new(shape: String, location_name: "Region"))
|
444
|
+
MemberIndex.add_member(:arn, Shapes::ShapeRef.new(shape: String, location_name: "Arn"))
|
325
445
|
MemberIndex.add_member(:type, Shapes::ShapeRef.new(shape: IndexType, location_name: "Type"))
|
326
446
|
MemberIndex.struct_class = Types::MemberIndex
|
327
447
|
|
@@ -331,19 +451,26 @@ module Aws::ResourceExplorer2
|
|
331
451
|
OrgConfiguration.add_member(:service_linked_role, Shapes::ShapeRef.new(shape: String, location_name: "ServiceLinkedRole"))
|
332
452
|
OrgConfiguration.struct_class = Types::OrgConfiguration
|
333
453
|
|
334
|
-
RegionList.member = Shapes::ShapeRef.new(shape:
|
454
|
+
RegionList.member = Shapes::ShapeRef.new(shape: RegionListMemberString)
|
455
|
+
|
456
|
+
RegionStatus.add_member(:region, Shapes::ShapeRef.new(shape: RegionStatusRegionString, location_name: "Region"))
|
457
|
+
RegionStatus.add_member(:index, Shapes::ShapeRef.new(shape: IndexStatus, location_name: "Index"))
|
458
|
+
RegionStatus.add_member(:view, Shapes::ShapeRef.new(shape: ViewStatus, location_name: "View"))
|
459
|
+
RegionStatus.struct_class = Types::RegionStatus
|
460
|
+
|
461
|
+
RegionStatusList.member = Shapes::ShapeRef.new(shape: RegionStatus)
|
335
462
|
|
336
463
|
Resource.add_member(:arn, Shapes::ShapeRef.new(shape: String, location_name: "Arn"))
|
337
|
-
Resource.add_member(:last_reported_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "LastReportedAt"))
|
338
464
|
Resource.add_member(:owning_account_id, Shapes::ShapeRef.new(shape: String, location_name: "OwningAccountId"))
|
339
|
-
Resource.add_member(:properties, Shapes::ShapeRef.new(shape: ResourcePropertyList, location_name: "Properties"))
|
340
465
|
Resource.add_member(:region, Shapes::ShapeRef.new(shape: String, location_name: "Region"))
|
341
466
|
Resource.add_member(:resource_type, Shapes::ShapeRef.new(shape: String, location_name: "ResourceType"))
|
342
467
|
Resource.add_member(:service, Shapes::ShapeRef.new(shape: String, location_name: "Service"))
|
468
|
+
Resource.add_member(:last_reported_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "LastReportedAt"))
|
469
|
+
Resource.add_member(:properties, Shapes::ShapeRef.new(shape: ResourcePropertyList, location_name: "Properties"))
|
343
470
|
Resource.struct_class = Types::Resource
|
344
471
|
|
345
|
-
ResourceCount.add_member(:complete, Shapes::ShapeRef.new(shape: Boolean, location_name: "Complete"))
|
346
472
|
ResourceCount.add_member(:total_resources, Shapes::ShapeRef.new(shape: Long, location_name: "TotalResources"))
|
473
|
+
ResourceCount.add_member(:complete, Shapes::ShapeRef.new(shape: Boolean, location_name: "Complete"))
|
347
474
|
ResourceCount.struct_class = Types::ResourceCount
|
348
475
|
|
349
476
|
ResourceList.member = Shapes::ShapeRef.new(shape: Resource)
|
@@ -351,9 +478,9 @@ module Aws::ResourceExplorer2
|
|
351
478
|
ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
352
479
|
ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
|
353
480
|
|
354
|
-
ResourceProperty.add_member(:data, Shapes::ShapeRef.new(shape: Document, location_name: "Data"))
|
355
|
-
ResourceProperty.add_member(:last_reported_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "LastReportedAt"))
|
356
481
|
ResourceProperty.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "Name"))
|
482
|
+
ResourceProperty.add_member(:last_reported_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "LastReportedAt"))
|
483
|
+
ResourceProperty.add_member(:data, Shapes::ShapeRef.new(shape: Document, location_name: "Data"))
|
357
484
|
ResourceProperty.struct_class = Types::ResourceProperty
|
358
485
|
|
359
486
|
ResourcePropertyList.member = Shapes::ShapeRef.new(shape: ResourceProperty)
|
@@ -363,16 +490,16 @@ module Aws::ResourceExplorer2
|
|
363
490
|
SearchFilter.add_member(:filter_string, Shapes::ShapeRef.new(shape: SearchFilterFilterStringString, required: true, location_name: "FilterString"))
|
364
491
|
SearchFilter.struct_class = Types::SearchFilter
|
365
492
|
|
366
|
-
SearchInput.add_member(:max_results, Shapes::ShapeRef.new(shape: SearchInputMaxResultsInteger, location_name: "MaxResults"))
|
367
|
-
SearchInput.add_member(:next_token, Shapes::ShapeRef.new(shape: SearchInputNextTokenString, location_name: "NextToken"))
|
368
493
|
SearchInput.add_member(:query_string, Shapes::ShapeRef.new(shape: QueryString, required: true, location_name: "QueryString"))
|
494
|
+
SearchInput.add_member(:max_results, Shapes::ShapeRef.new(shape: SearchInputMaxResultsInteger, location_name: "MaxResults"))
|
369
495
|
SearchInput.add_member(:view_arn, Shapes::ShapeRef.new(shape: SearchInputViewArnString, location_name: "ViewArn"))
|
496
|
+
SearchInput.add_member(:next_token, Shapes::ShapeRef.new(shape: SearchInputNextTokenString, location_name: "NextToken"))
|
370
497
|
SearchInput.struct_class = Types::SearchInput
|
371
498
|
|
372
|
-
SearchOutput.add_member(:count, Shapes::ShapeRef.new(shape: ResourceCount, location_name: "Count"))
|
373
|
-
SearchOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: SearchOutputNextTokenString, location_name: "NextToken"))
|
374
499
|
SearchOutput.add_member(:resources, Shapes::ShapeRef.new(shape: ResourceList, location_name: "Resources"))
|
500
|
+
SearchOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: SearchOutputNextTokenString, location_name: "NextToken"))
|
375
501
|
SearchOutput.add_member(:view_arn, Shapes::ShapeRef.new(shape: SearchOutputViewArnString, location_name: "ViewArn"))
|
502
|
+
SearchOutput.add_member(:count, Shapes::ShapeRef.new(shape: ResourceCount, location_name: "Count"))
|
376
503
|
SearchOutput.struct_class = Types::SearchOutput
|
377
504
|
|
378
505
|
ServiceQuotaExceededException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Message"))
|
@@ -380,17 +507,32 @@ module Aws::ResourceExplorer2
|
|
380
507
|
ServiceQuotaExceededException.add_member(:value, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Value"))
|
381
508
|
ServiceQuotaExceededException.struct_class = Types::ServiceQuotaExceededException
|
382
509
|
|
510
|
+
ServiceView.add_member(:service_view_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ServiceViewArn"))
|
511
|
+
ServiceView.add_member(:filters, Shapes::ShapeRef.new(shape: SearchFilter, location_name: "Filters"))
|
512
|
+
ServiceView.add_member(:included_properties, Shapes::ShapeRef.new(shape: IncludedPropertyList, location_name: "IncludedProperties"))
|
513
|
+
ServiceView.add_member(:streaming_access_for_service, Shapes::ShapeRef.new(shape: String, location_name: "StreamingAccessForService"))
|
514
|
+
ServiceView.add_member(:scope_type, Shapes::ShapeRef.new(shape: String, location_name: "ScopeType"))
|
515
|
+
ServiceView.struct_class = Types::ServiceView
|
516
|
+
|
517
|
+
ServiceViewArnList.member = Shapes::ShapeRef.new(shape: String)
|
518
|
+
|
519
|
+
StreamingAccessDetails.add_member(:service_principal, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ServicePrincipal"))
|
520
|
+
StreamingAccessDetails.add_member(:created_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "CreatedAt"))
|
521
|
+
StreamingAccessDetails.struct_class = Types::StreamingAccessDetails
|
522
|
+
|
523
|
+
StreamingAccessDetailsList.member = Shapes::ShapeRef.new(shape: StreamingAccessDetails)
|
524
|
+
|
383
525
|
StringList.member = Shapes::ShapeRef.new(shape: String)
|
384
526
|
|
385
|
-
SupportedResourceType.add_member(:resource_type, Shapes::ShapeRef.new(shape: String, location_name: "ResourceType"))
|
386
527
|
SupportedResourceType.add_member(:service, Shapes::ShapeRef.new(shape: String, location_name: "Service"))
|
528
|
+
SupportedResourceType.add_member(:resource_type, Shapes::ShapeRef.new(shape: String, location_name: "ResourceType"))
|
387
529
|
SupportedResourceType.struct_class = Types::SupportedResourceType
|
388
530
|
|
389
531
|
TagMap.key = Shapes::ShapeRef.new(shape: String)
|
390
532
|
TagMap.value = Shapes::ShapeRef.new(shape: String)
|
391
533
|
|
392
|
-
TagResourceInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
393
534
|
TagResourceInput.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "resourceArn"))
|
535
|
+
TagResourceInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
394
536
|
TagResourceInput.struct_class = Types::TagResourceInput
|
395
537
|
|
396
538
|
TagResourceOutput.struct_class = Types::TagResourceOutput
|
@@ -412,21 +554,21 @@ module Aws::ResourceExplorer2
|
|
412
554
|
UpdateIndexTypeInput.struct_class = Types::UpdateIndexTypeInput
|
413
555
|
|
414
556
|
UpdateIndexTypeOutput.add_member(:arn, Shapes::ShapeRef.new(shape: String, location_name: "Arn"))
|
415
|
-
UpdateIndexTypeOutput.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "LastUpdatedAt"))
|
416
|
-
UpdateIndexTypeOutput.add_member(:state, Shapes::ShapeRef.new(shape: IndexState, location_name: "State"))
|
417
557
|
UpdateIndexTypeOutput.add_member(:type, Shapes::ShapeRef.new(shape: IndexType, location_name: "Type"))
|
558
|
+
UpdateIndexTypeOutput.add_member(:state, Shapes::ShapeRef.new(shape: IndexState, location_name: "State"))
|
559
|
+
UpdateIndexTypeOutput.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "LastUpdatedAt"))
|
418
560
|
UpdateIndexTypeOutput.struct_class = Types::UpdateIndexTypeOutput
|
419
561
|
|
420
|
-
UpdateViewInput.add_member(:filters, Shapes::ShapeRef.new(shape: SearchFilter, location_name: "Filters"))
|
421
|
-
UpdateViewInput.add_member(:included_properties, Shapes::ShapeRef.new(shape: IncludedPropertyList, location_name: "IncludedProperties"))
|
422
562
|
UpdateViewInput.add_member(:view_arn, Shapes::ShapeRef.new(shape: UpdateViewInputViewArnString, required: true, location_name: "ViewArn"))
|
563
|
+
UpdateViewInput.add_member(:included_properties, Shapes::ShapeRef.new(shape: IncludedPropertyList, location_name: "IncludedProperties"))
|
564
|
+
UpdateViewInput.add_member(:filters, Shapes::ShapeRef.new(shape: SearchFilter, location_name: "Filters"))
|
423
565
|
UpdateViewInput.struct_class = Types::UpdateViewInput
|
424
566
|
|
425
567
|
UpdateViewOutput.add_member(:view, Shapes::ShapeRef.new(shape: View, location_name: "View"))
|
426
568
|
UpdateViewOutput.struct_class = Types::UpdateViewOutput
|
427
569
|
|
428
|
-
ValidationException.add_member(:field_list, Shapes::ShapeRef.new(shape: ValidationExceptionFieldList, location_name: "FieldList"))
|
429
570
|
ValidationException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Message"))
|
571
|
+
ValidationException.add_member(:field_list, Shapes::ShapeRef.new(shape: ValidationExceptionFieldList, location_name: "FieldList"))
|
430
572
|
ValidationException.struct_class = Types::ValidationException
|
431
573
|
|
432
574
|
ValidationExceptionField.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Name"))
|
@@ -435,18 +577,23 @@ module Aws::ResourceExplorer2
|
|
435
577
|
|
436
578
|
ValidationExceptionFieldList.member = Shapes::ShapeRef.new(shape: ValidationExceptionField)
|
437
579
|
|
438
|
-
View.add_member(:
|
439
|
-
View.add_member(:included_properties, Shapes::ShapeRef.new(shape: IncludedPropertyList, location_name: "IncludedProperties"))
|
440
|
-
View.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "LastUpdatedAt"))
|
580
|
+
View.add_member(:view_arn, Shapes::ShapeRef.new(shape: String, location_name: "ViewArn"))
|
441
581
|
View.add_member(:owner, Shapes::ShapeRef.new(shape: String, location_name: "Owner"))
|
582
|
+
View.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "LastUpdatedAt"))
|
442
583
|
View.add_member(:scope, Shapes::ShapeRef.new(shape: String, location_name: "Scope"))
|
443
|
-
View.add_member(:
|
584
|
+
View.add_member(:included_properties, Shapes::ShapeRef.new(shape: IncludedPropertyList, location_name: "IncludedProperties"))
|
585
|
+
View.add_member(:filters, Shapes::ShapeRef.new(shape: SearchFilter, location_name: "Filters"))
|
444
586
|
View.struct_class = Types::View
|
445
587
|
|
446
588
|
ViewArnList.member = Shapes::ShapeRef.new(shape: String)
|
447
589
|
|
448
590
|
ViewList.member = Shapes::ShapeRef.new(shape: View)
|
449
591
|
|
592
|
+
ViewStatus.add_member(:status, Shapes::ShapeRef.new(shape: OperationStatus, location_name: "Status"))
|
593
|
+
ViewStatus.add_member(:view, Shapes::ShapeRef.new(shape: View, location_name: "View"))
|
594
|
+
ViewStatus.add_member(:error_details, Shapes::ShapeRef.new(shape: ErrorDetails, location_name: "ErrorDetails"))
|
595
|
+
ViewStatus.struct_class = Types::ViewStatus
|
596
|
+
|
450
597
|
|
451
598
|
# @api private
|
452
599
|
API = Seahorse::Model::Api.new.tap do |api|
|
@@ -457,7 +604,6 @@ module Aws::ResourceExplorer2
|
|
457
604
|
"apiVersion" => "2022-07-28",
|
458
605
|
"auth" => ["aws.auth#sigv4"],
|
459
606
|
"endpointPrefix" => "resource-explorer-2",
|
460
|
-
"jsonVersion" => "1.1",
|
461
607
|
"protocol" => "rest-json",
|
462
608
|
"protocols" => ["rest-json"],
|
463
609
|
"serviceFullName" => "AWS Resource Explorer",
|
@@ -506,6 +652,19 @@ module Aws::ResourceExplorer2
|
|
506
652
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
507
653
|
end)
|
508
654
|
|
655
|
+
api.add_operation(:create_resource_explorer_setup, Seahorse::Model::Operation.new.tap do |o|
|
656
|
+
o.name = "CreateResourceExplorerSetup"
|
657
|
+
o.http_method = "POST"
|
658
|
+
o.http_request_uri = "/CreateResourceExplorerSetup"
|
659
|
+
o.input = Shapes::ShapeRef.new(shape: CreateResourceExplorerSetupInput)
|
660
|
+
o.output = Shapes::ShapeRef.new(shape: CreateResourceExplorerSetupOutput)
|
661
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
662
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
663
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
664
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
665
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
666
|
+
end)
|
667
|
+
|
509
668
|
api.add_operation(:create_view, Seahorse::Model::Operation.new.tap do |o|
|
510
669
|
o.name = "CreateView"
|
511
670
|
o.http_method = "POST"
|
@@ -534,6 +693,19 @@ module Aws::ResourceExplorer2
|
|
534
693
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
535
694
|
end)
|
536
695
|
|
696
|
+
api.add_operation(:delete_resource_explorer_setup, Seahorse::Model::Operation.new.tap do |o|
|
697
|
+
o.name = "DeleteResourceExplorerSetup"
|
698
|
+
o.http_method = "POST"
|
699
|
+
o.http_request_uri = "/DeleteResourceExplorerSetup"
|
700
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteResourceExplorerSetupInput)
|
701
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteResourceExplorerSetupOutput)
|
702
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
703
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
704
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
705
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
706
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
707
|
+
end)
|
708
|
+
|
537
709
|
api.add_operation(:delete_view, Seahorse::Model::Operation.new.tap do |o|
|
538
710
|
o.name = "DeleteView"
|
539
711
|
o.http_method = "POST"
|
@@ -613,6 +785,51 @@ module Aws::ResourceExplorer2
|
|
613
785
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
614
786
|
end)
|
615
787
|
|
788
|
+
api.add_operation(:get_resource_explorer_setup, Seahorse::Model::Operation.new.tap do |o|
|
789
|
+
o.name = "GetResourceExplorerSetup"
|
790
|
+
o.http_method = "POST"
|
791
|
+
o.http_request_uri = "/GetResourceExplorerSetup"
|
792
|
+
o.input = Shapes::ShapeRef.new(shape: GetResourceExplorerSetupInput)
|
793
|
+
o.output = Shapes::ShapeRef.new(shape: GetResourceExplorerSetupOutput)
|
794
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
795
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
796
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
797
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
798
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
799
|
+
o[:pager] = Aws::Pager.new(
|
800
|
+
limit_key: "max_results",
|
801
|
+
tokens: {
|
802
|
+
"next_token" => "next_token"
|
803
|
+
}
|
804
|
+
)
|
805
|
+
end)
|
806
|
+
|
807
|
+
api.add_operation(:get_service_index, Seahorse::Model::Operation.new.tap do |o|
|
808
|
+
o.name = "GetServiceIndex"
|
809
|
+
o.http_method = "POST"
|
810
|
+
o.http_request_uri = "/GetServiceIndex"
|
811
|
+
o.input = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
812
|
+
o.output = Shapes::ShapeRef.new(shape: GetServiceIndexOutput)
|
813
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
814
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
815
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
816
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
817
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
818
|
+
end)
|
819
|
+
|
820
|
+
api.add_operation(:get_service_view, Seahorse::Model::Operation.new.tap do |o|
|
821
|
+
o.name = "GetServiceView"
|
822
|
+
o.http_method = "POST"
|
823
|
+
o.http_request_uri = "/GetServiceView"
|
824
|
+
o.input = Shapes::ShapeRef.new(shape: GetServiceViewInput)
|
825
|
+
o.output = Shapes::ShapeRef.new(shape: GetServiceViewOutput)
|
826
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
827
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
828
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
829
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
830
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
831
|
+
end)
|
832
|
+
|
616
833
|
api.add_operation(:get_view, Seahorse::Model::Operation.new.tap do |o|
|
617
834
|
o.name = "GetView"
|
618
835
|
o.http_method = "POST"
|
@@ -702,6 +919,59 @@ module Aws::ResourceExplorer2
|
|
702
919
|
)
|
703
920
|
end)
|
704
921
|
|
922
|
+
api.add_operation(:list_service_indexes, Seahorse::Model::Operation.new.tap do |o|
|
923
|
+
o.name = "ListServiceIndexes"
|
924
|
+
o.http_method = "POST"
|
925
|
+
o.http_request_uri = "/ListServiceIndexes"
|
926
|
+
o.input = Shapes::ShapeRef.new(shape: ListServiceIndexesInput)
|
927
|
+
o.output = Shapes::ShapeRef.new(shape: ListServiceIndexesOutput)
|
928
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
929
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
930
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
931
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
932
|
+
o[:pager] = Aws::Pager.new(
|
933
|
+
limit_key: "max_results",
|
934
|
+
tokens: {
|
935
|
+
"next_token" => "next_token"
|
936
|
+
}
|
937
|
+
)
|
938
|
+
end)
|
939
|
+
|
940
|
+
api.add_operation(:list_service_views, Seahorse::Model::Operation.new.tap do |o|
|
941
|
+
o.name = "ListServiceViews"
|
942
|
+
o.http_method = "POST"
|
943
|
+
o.http_request_uri = "/ListServiceViews"
|
944
|
+
o.input = Shapes::ShapeRef.new(shape: ListServiceViewsInput)
|
945
|
+
o.output = Shapes::ShapeRef.new(shape: ListServiceViewsOutput)
|
946
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
947
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
948
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
949
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
950
|
+
o[:pager] = Aws::Pager.new(
|
951
|
+
limit_key: "max_results",
|
952
|
+
tokens: {
|
953
|
+
"next_token" => "next_token"
|
954
|
+
}
|
955
|
+
)
|
956
|
+
end)
|
957
|
+
|
958
|
+
api.add_operation(:list_streaming_access_for_services, Seahorse::Model::Operation.new.tap do |o|
|
959
|
+
o.name = "ListStreamingAccessForServices"
|
960
|
+
o.http_method = "POST"
|
961
|
+
o.http_request_uri = "/ListStreamingAccessForServices"
|
962
|
+
o.input = Shapes::ShapeRef.new(shape: ListStreamingAccessForServicesInput)
|
963
|
+
o.output = Shapes::ShapeRef.new(shape: ListStreamingAccessForServicesOutput)
|
964
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
965
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
966
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
967
|
+
o[:pager] = Aws::Pager.new(
|
968
|
+
limit_key: "max_results",
|
969
|
+
tokens: {
|
970
|
+
"next_token" => "next_token"
|
971
|
+
}
|
972
|
+
)
|
973
|
+
end)
|
974
|
+
|
705
975
|
api.add_operation(:list_supported_resource_types, Seahorse::Model::Operation.new.tap do |o|
|
706
976
|
o.name = "ListSupportedResourceTypes"
|
707
977
|
o.http_method = "POST"
|