aws-sdk-datazone 1.26.0 → 1.27.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-datazone/client.rb +6 -6
- data/lib/aws-sdk-datazone/endpoint_parameters.rb +8 -3
- data/lib/aws-sdk-datazone/endpoints.rb +2 -1388
- data/lib/aws-sdk-datazone/plugins/endpoints.rb +1 -284
- data/lib/aws-sdk-datazone.rb +1 -1
- data/sig/client.rbs +3 -3
- data/sig/types.rbs +3 -3
- metadata +4 -4
@@ -12,1395 +12,9 @@ module Aws::DataZone
|
|
12
12
|
# @api private
|
13
13
|
module Endpoints
|
14
14
|
|
15
|
-
class AcceptPredictions
|
16
|
-
def self.build(context)
|
17
|
-
Aws::DataZone::EndpointParameters.new(
|
18
|
-
region: context.config.region,
|
19
|
-
use_fips: context.config.use_fips_endpoint,
|
20
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
21
|
-
)
|
22
|
-
end
|
23
|
-
end
|
24
|
-
|
25
|
-
class AcceptSubscriptionRequest
|
26
|
-
def self.build(context)
|
27
|
-
Aws::DataZone::EndpointParameters.new(
|
28
|
-
region: context.config.region,
|
29
|
-
use_fips: context.config.use_fips_endpoint,
|
30
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
31
|
-
)
|
32
|
-
end
|
33
|
-
end
|
34
|
-
|
35
|
-
class AddEntityOwner
|
36
|
-
def self.build(context)
|
37
|
-
Aws::DataZone::EndpointParameters.new(
|
38
|
-
region: context.config.region,
|
39
|
-
use_fips: context.config.use_fips_endpoint,
|
40
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
41
|
-
)
|
42
|
-
end
|
43
|
-
end
|
44
|
-
|
45
|
-
class AddPolicyGrant
|
46
|
-
def self.build(context)
|
47
|
-
Aws::DataZone::EndpointParameters.new(
|
48
|
-
region: context.config.region,
|
49
|
-
use_fips: context.config.use_fips_endpoint,
|
50
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
51
|
-
)
|
52
|
-
end
|
53
|
-
end
|
54
|
-
|
55
|
-
class AssociateEnvironmentRole
|
56
|
-
def self.build(context)
|
57
|
-
Aws::DataZone::EndpointParameters.new(
|
58
|
-
region: context.config.region,
|
59
|
-
use_fips: context.config.use_fips_endpoint,
|
60
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
61
|
-
)
|
62
|
-
end
|
63
|
-
end
|
64
|
-
|
65
|
-
class CancelMetadataGenerationRun
|
66
|
-
def self.build(context)
|
67
|
-
Aws::DataZone::EndpointParameters.new(
|
68
|
-
region: context.config.region,
|
69
|
-
use_fips: context.config.use_fips_endpoint,
|
70
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
71
|
-
)
|
72
|
-
end
|
73
|
-
end
|
74
|
-
|
75
|
-
class CancelSubscription
|
76
|
-
def self.build(context)
|
77
|
-
Aws::DataZone::EndpointParameters.new(
|
78
|
-
region: context.config.region,
|
79
|
-
use_fips: context.config.use_fips_endpoint,
|
80
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
81
|
-
)
|
82
|
-
end
|
83
|
-
end
|
84
|
-
|
85
|
-
class CreateAsset
|
86
|
-
def self.build(context)
|
87
|
-
Aws::DataZone::EndpointParameters.new(
|
88
|
-
region: context.config.region,
|
89
|
-
use_fips: context.config.use_fips_endpoint,
|
90
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
91
|
-
)
|
92
|
-
end
|
93
|
-
end
|
94
|
-
|
95
|
-
class CreateAssetFilter
|
96
|
-
def self.build(context)
|
97
|
-
Aws::DataZone::EndpointParameters.new(
|
98
|
-
region: context.config.region,
|
99
|
-
use_fips: context.config.use_fips_endpoint,
|
100
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
101
|
-
)
|
102
|
-
end
|
103
|
-
end
|
104
|
-
|
105
|
-
class CreateAssetRevision
|
106
|
-
def self.build(context)
|
107
|
-
Aws::DataZone::EndpointParameters.new(
|
108
|
-
region: context.config.region,
|
109
|
-
use_fips: context.config.use_fips_endpoint,
|
110
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
111
|
-
)
|
112
|
-
end
|
113
|
-
end
|
114
|
-
|
115
|
-
class CreateAssetType
|
116
|
-
def self.build(context)
|
117
|
-
Aws::DataZone::EndpointParameters.new(
|
118
|
-
region: context.config.region,
|
119
|
-
use_fips: context.config.use_fips_endpoint,
|
120
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
121
|
-
)
|
122
|
-
end
|
123
|
-
end
|
124
|
-
|
125
|
-
class CreateDataProduct
|
126
|
-
def self.build(context)
|
127
|
-
Aws::DataZone::EndpointParameters.new(
|
128
|
-
region: context.config.region,
|
129
|
-
use_fips: context.config.use_fips_endpoint,
|
130
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
131
|
-
)
|
132
|
-
end
|
133
|
-
end
|
134
|
-
|
135
|
-
class CreateDataProductRevision
|
136
|
-
def self.build(context)
|
137
|
-
Aws::DataZone::EndpointParameters.new(
|
138
|
-
region: context.config.region,
|
139
|
-
use_fips: context.config.use_fips_endpoint,
|
140
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
141
|
-
)
|
142
|
-
end
|
143
|
-
end
|
144
|
-
|
145
|
-
class CreateDataSource
|
146
|
-
def self.build(context)
|
147
|
-
Aws::DataZone::EndpointParameters.new(
|
148
|
-
region: context.config.region,
|
149
|
-
use_fips: context.config.use_fips_endpoint,
|
150
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
151
|
-
)
|
152
|
-
end
|
153
|
-
end
|
154
|
-
|
155
|
-
class CreateDomain
|
156
|
-
def self.build(context)
|
157
|
-
Aws::DataZone::EndpointParameters.new(
|
158
|
-
region: context.config.region,
|
159
|
-
use_fips: context.config.use_fips_endpoint,
|
160
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
161
|
-
)
|
162
|
-
end
|
163
|
-
end
|
164
|
-
|
165
|
-
class CreateDomainUnit
|
166
|
-
def self.build(context)
|
167
|
-
Aws::DataZone::EndpointParameters.new(
|
168
|
-
region: context.config.region,
|
169
|
-
use_fips: context.config.use_fips_endpoint,
|
170
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
171
|
-
)
|
172
|
-
end
|
173
|
-
end
|
174
|
-
|
175
|
-
class CreateEnvironment
|
176
|
-
def self.build(context)
|
177
|
-
Aws::DataZone::EndpointParameters.new(
|
178
|
-
region: context.config.region,
|
179
|
-
use_fips: context.config.use_fips_endpoint,
|
180
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
181
|
-
)
|
182
|
-
end
|
183
|
-
end
|
184
|
-
|
185
|
-
class CreateEnvironmentAction
|
186
|
-
def self.build(context)
|
187
|
-
Aws::DataZone::EndpointParameters.new(
|
188
|
-
region: context.config.region,
|
189
|
-
use_fips: context.config.use_fips_endpoint,
|
190
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
191
|
-
)
|
192
|
-
end
|
193
|
-
end
|
194
|
-
|
195
|
-
class CreateEnvironmentProfile
|
196
|
-
def self.build(context)
|
197
|
-
Aws::DataZone::EndpointParameters.new(
|
198
|
-
region: context.config.region,
|
199
|
-
use_fips: context.config.use_fips_endpoint,
|
200
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
201
|
-
)
|
202
|
-
end
|
203
|
-
end
|
204
|
-
|
205
|
-
class CreateFormType
|
206
|
-
def self.build(context)
|
207
|
-
Aws::DataZone::EndpointParameters.new(
|
208
|
-
region: context.config.region,
|
209
|
-
use_fips: context.config.use_fips_endpoint,
|
210
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
211
|
-
)
|
212
|
-
end
|
213
|
-
end
|
214
|
-
|
215
|
-
class CreateGlossary
|
216
|
-
def self.build(context)
|
217
|
-
Aws::DataZone::EndpointParameters.new(
|
218
|
-
region: context.config.region,
|
219
|
-
use_fips: context.config.use_fips_endpoint,
|
220
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
221
|
-
)
|
222
|
-
end
|
223
|
-
end
|
224
|
-
|
225
|
-
class CreateGlossaryTerm
|
226
|
-
def self.build(context)
|
227
|
-
Aws::DataZone::EndpointParameters.new(
|
228
|
-
region: context.config.region,
|
229
|
-
use_fips: context.config.use_fips_endpoint,
|
230
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
231
|
-
)
|
232
|
-
end
|
233
|
-
end
|
234
|
-
|
235
|
-
class CreateGroupProfile
|
236
|
-
def self.build(context)
|
237
|
-
Aws::DataZone::EndpointParameters.new(
|
238
|
-
region: context.config.region,
|
239
|
-
use_fips: context.config.use_fips_endpoint,
|
240
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
241
|
-
)
|
242
|
-
end
|
243
|
-
end
|
244
|
-
|
245
|
-
class CreateListingChangeSet
|
246
|
-
def self.build(context)
|
247
|
-
Aws::DataZone::EndpointParameters.new(
|
248
|
-
region: context.config.region,
|
249
|
-
use_fips: context.config.use_fips_endpoint,
|
250
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
251
|
-
)
|
252
|
-
end
|
253
|
-
end
|
254
|
-
|
255
|
-
class CreateProject
|
256
|
-
def self.build(context)
|
257
|
-
Aws::DataZone::EndpointParameters.new(
|
258
|
-
region: context.config.region,
|
259
|
-
use_fips: context.config.use_fips_endpoint,
|
260
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
261
|
-
)
|
262
|
-
end
|
263
|
-
end
|
264
|
-
|
265
|
-
class CreateProjectMembership
|
266
|
-
def self.build(context)
|
267
|
-
Aws::DataZone::EndpointParameters.new(
|
268
|
-
region: context.config.region,
|
269
|
-
use_fips: context.config.use_fips_endpoint,
|
270
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
271
|
-
)
|
272
|
-
end
|
273
|
-
end
|
274
|
-
|
275
|
-
class CreateSubscriptionGrant
|
276
|
-
def self.build(context)
|
277
|
-
Aws::DataZone::EndpointParameters.new(
|
278
|
-
region: context.config.region,
|
279
|
-
use_fips: context.config.use_fips_endpoint,
|
280
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
281
|
-
)
|
282
|
-
end
|
283
|
-
end
|
284
|
-
|
285
|
-
class CreateSubscriptionRequest
|
286
|
-
def self.build(context)
|
287
|
-
Aws::DataZone::EndpointParameters.new(
|
288
|
-
region: context.config.region,
|
289
|
-
use_fips: context.config.use_fips_endpoint,
|
290
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
291
|
-
)
|
292
|
-
end
|
293
|
-
end
|
294
|
-
|
295
|
-
class CreateSubscriptionTarget
|
296
|
-
def self.build(context)
|
297
|
-
Aws::DataZone::EndpointParameters.new(
|
298
|
-
region: context.config.region,
|
299
|
-
use_fips: context.config.use_fips_endpoint,
|
300
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
301
|
-
)
|
302
|
-
end
|
303
|
-
end
|
304
|
-
|
305
|
-
class CreateUserProfile
|
306
|
-
def self.build(context)
|
307
|
-
Aws::DataZone::EndpointParameters.new(
|
308
|
-
region: context.config.region,
|
309
|
-
use_fips: context.config.use_fips_endpoint,
|
310
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
311
|
-
)
|
312
|
-
end
|
313
|
-
end
|
314
|
-
|
315
|
-
class DeleteAsset
|
316
|
-
def self.build(context)
|
317
|
-
Aws::DataZone::EndpointParameters.new(
|
318
|
-
region: context.config.region,
|
319
|
-
use_fips: context.config.use_fips_endpoint,
|
320
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
321
|
-
)
|
322
|
-
end
|
323
|
-
end
|
324
|
-
|
325
|
-
class DeleteAssetFilter
|
326
|
-
def self.build(context)
|
327
|
-
Aws::DataZone::EndpointParameters.new(
|
328
|
-
region: context.config.region,
|
329
|
-
use_fips: context.config.use_fips_endpoint,
|
330
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
331
|
-
)
|
332
|
-
end
|
333
|
-
end
|
334
|
-
|
335
|
-
class DeleteAssetType
|
336
|
-
def self.build(context)
|
337
|
-
Aws::DataZone::EndpointParameters.new(
|
338
|
-
region: context.config.region,
|
339
|
-
use_fips: context.config.use_fips_endpoint,
|
340
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
341
|
-
)
|
342
|
-
end
|
343
|
-
end
|
344
|
-
|
345
|
-
class DeleteDataProduct
|
346
|
-
def self.build(context)
|
347
|
-
Aws::DataZone::EndpointParameters.new(
|
348
|
-
region: context.config.region,
|
349
|
-
use_fips: context.config.use_fips_endpoint,
|
350
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
351
|
-
)
|
352
|
-
end
|
353
|
-
end
|
354
|
-
|
355
|
-
class DeleteDataSource
|
356
|
-
def self.build(context)
|
357
|
-
Aws::DataZone::EndpointParameters.new(
|
358
|
-
region: context.config.region,
|
359
|
-
use_fips: context.config.use_fips_endpoint,
|
360
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
361
|
-
)
|
362
|
-
end
|
363
|
-
end
|
364
|
-
|
365
|
-
class DeleteDomain
|
366
|
-
def self.build(context)
|
367
|
-
Aws::DataZone::EndpointParameters.new(
|
368
|
-
region: context.config.region,
|
369
|
-
use_fips: context.config.use_fips_endpoint,
|
370
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
371
|
-
)
|
372
|
-
end
|
373
|
-
end
|
374
|
-
|
375
|
-
class DeleteDomainUnit
|
376
|
-
def self.build(context)
|
377
|
-
Aws::DataZone::EndpointParameters.new(
|
378
|
-
region: context.config.region,
|
379
|
-
use_fips: context.config.use_fips_endpoint,
|
380
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
381
|
-
)
|
382
|
-
end
|
383
|
-
end
|
384
|
-
|
385
|
-
class DeleteEnvironment
|
386
|
-
def self.build(context)
|
387
|
-
Aws::DataZone::EndpointParameters.new(
|
388
|
-
region: context.config.region,
|
389
|
-
use_fips: context.config.use_fips_endpoint,
|
390
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
391
|
-
)
|
392
|
-
end
|
393
|
-
end
|
394
|
-
|
395
|
-
class DeleteEnvironmentAction
|
396
|
-
def self.build(context)
|
397
|
-
Aws::DataZone::EndpointParameters.new(
|
398
|
-
region: context.config.region,
|
399
|
-
use_fips: context.config.use_fips_endpoint,
|
400
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
401
|
-
)
|
402
|
-
end
|
403
|
-
end
|
404
|
-
|
405
|
-
class DeleteEnvironmentBlueprintConfiguration
|
406
|
-
def self.build(context)
|
407
|
-
Aws::DataZone::EndpointParameters.new(
|
408
|
-
region: context.config.region,
|
409
|
-
use_fips: context.config.use_fips_endpoint,
|
410
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
411
|
-
)
|
412
|
-
end
|
413
|
-
end
|
414
|
-
|
415
|
-
class DeleteEnvironmentProfile
|
416
|
-
def self.build(context)
|
417
|
-
Aws::DataZone::EndpointParameters.new(
|
418
|
-
region: context.config.region,
|
419
|
-
use_fips: context.config.use_fips_endpoint,
|
420
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
421
|
-
)
|
422
|
-
end
|
423
|
-
end
|
424
|
-
|
425
|
-
class DeleteFormType
|
426
|
-
def self.build(context)
|
427
|
-
Aws::DataZone::EndpointParameters.new(
|
428
|
-
region: context.config.region,
|
429
|
-
use_fips: context.config.use_fips_endpoint,
|
430
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
431
|
-
)
|
432
|
-
end
|
433
|
-
end
|
434
|
-
|
435
|
-
class DeleteGlossary
|
436
|
-
def self.build(context)
|
437
|
-
Aws::DataZone::EndpointParameters.new(
|
438
|
-
region: context.config.region,
|
439
|
-
use_fips: context.config.use_fips_endpoint,
|
440
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
441
|
-
)
|
442
|
-
end
|
443
|
-
end
|
444
|
-
|
445
|
-
class DeleteGlossaryTerm
|
446
|
-
def self.build(context)
|
447
|
-
Aws::DataZone::EndpointParameters.new(
|
448
|
-
region: context.config.region,
|
449
|
-
use_fips: context.config.use_fips_endpoint,
|
450
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
451
|
-
)
|
452
|
-
end
|
453
|
-
end
|
454
|
-
|
455
|
-
class DeleteListing
|
456
|
-
def self.build(context)
|
457
|
-
Aws::DataZone::EndpointParameters.new(
|
458
|
-
region: context.config.region,
|
459
|
-
use_fips: context.config.use_fips_endpoint,
|
460
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
461
|
-
)
|
462
|
-
end
|
463
|
-
end
|
464
|
-
|
465
|
-
class DeleteProject
|
466
|
-
def self.build(context)
|
467
|
-
Aws::DataZone::EndpointParameters.new(
|
468
|
-
region: context.config.region,
|
469
|
-
use_fips: context.config.use_fips_endpoint,
|
470
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
471
|
-
)
|
472
|
-
end
|
473
|
-
end
|
474
|
-
|
475
|
-
class DeleteProjectMembership
|
476
|
-
def self.build(context)
|
477
|
-
Aws::DataZone::EndpointParameters.new(
|
478
|
-
region: context.config.region,
|
479
|
-
use_fips: context.config.use_fips_endpoint,
|
480
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
481
|
-
)
|
482
|
-
end
|
483
|
-
end
|
484
|
-
|
485
|
-
class DeleteSubscriptionGrant
|
486
|
-
def self.build(context)
|
487
|
-
Aws::DataZone::EndpointParameters.new(
|
488
|
-
region: context.config.region,
|
489
|
-
use_fips: context.config.use_fips_endpoint,
|
490
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
491
|
-
)
|
492
|
-
end
|
493
|
-
end
|
494
|
-
|
495
|
-
class DeleteSubscriptionRequest
|
496
|
-
def self.build(context)
|
497
|
-
Aws::DataZone::EndpointParameters.new(
|
498
|
-
region: context.config.region,
|
499
|
-
use_fips: context.config.use_fips_endpoint,
|
500
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
501
|
-
)
|
502
|
-
end
|
503
|
-
end
|
504
|
-
|
505
|
-
class DeleteSubscriptionTarget
|
506
|
-
def self.build(context)
|
507
|
-
Aws::DataZone::EndpointParameters.new(
|
508
|
-
region: context.config.region,
|
509
|
-
use_fips: context.config.use_fips_endpoint,
|
510
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
511
|
-
)
|
512
|
-
end
|
513
|
-
end
|
514
|
-
|
515
|
-
class DeleteTimeSeriesDataPoints
|
516
|
-
def self.build(context)
|
517
|
-
Aws::DataZone::EndpointParameters.new(
|
518
|
-
region: context.config.region,
|
519
|
-
use_fips: context.config.use_fips_endpoint,
|
520
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
521
|
-
)
|
522
|
-
end
|
523
|
-
end
|
524
|
-
|
525
|
-
class DisassociateEnvironmentRole
|
526
|
-
def self.build(context)
|
527
|
-
Aws::DataZone::EndpointParameters.new(
|
528
|
-
region: context.config.region,
|
529
|
-
use_fips: context.config.use_fips_endpoint,
|
530
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
531
|
-
)
|
532
|
-
end
|
533
|
-
end
|
534
|
-
|
535
|
-
class GetAsset
|
536
|
-
def self.build(context)
|
537
|
-
Aws::DataZone::EndpointParameters.new(
|
538
|
-
region: context.config.region,
|
539
|
-
use_fips: context.config.use_fips_endpoint,
|
540
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
541
|
-
)
|
542
|
-
end
|
543
|
-
end
|
544
|
-
|
545
|
-
class GetAssetFilter
|
546
|
-
def self.build(context)
|
547
|
-
Aws::DataZone::EndpointParameters.new(
|
548
|
-
region: context.config.region,
|
549
|
-
use_fips: context.config.use_fips_endpoint,
|
550
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
551
|
-
)
|
552
|
-
end
|
553
|
-
end
|
554
|
-
|
555
|
-
class GetAssetType
|
556
|
-
def self.build(context)
|
557
|
-
Aws::DataZone::EndpointParameters.new(
|
558
|
-
region: context.config.region,
|
559
|
-
use_fips: context.config.use_fips_endpoint,
|
560
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
561
|
-
)
|
562
|
-
end
|
563
|
-
end
|
564
|
-
|
565
|
-
class GetDataProduct
|
566
|
-
def self.build(context)
|
567
|
-
Aws::DataZone::EndpointParameters.new(
|
568
|
-
region: context.config.region,
|
569
|
-
use_fips: context.config.use_fips_endpoint,
|
570
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
571
|
-
)
|
572
|
-
end
|
573
|
-
end
|
574
|
-
|
575
|
-
class GetDataSource
|
576
|
-
def self.build(context)
|
577
|
-
Aws::DataZone::EndpointParameters.new(
|
578
|
-
region: context.config.region,
|
579
|
-
use_fips: context.config.use_fips_endpoint,
|
580
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
581
|
-
)
|
582
|
-
end
|
583
|
-
end
|
584
|
-
|
585
|
-
class GetDataSourceRun
|
586
|
-
def self.build(context)
|
587
|
-
Aws::DataZone::EndpointParameters.new(
|
588
|
-
region: context.config.region,
|
589
|
-
use_fips: context.config.use_fips_endpoint,
|
590
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
591
|
-
)
|
592
|
-
end
|
593
|
-
end
|
594
|
-
|
595
|
-
class GetDomain
|
596
|
-
def self.build(context)
|
597
|
-
Aws::DataZone::EndpointParameters.new(
|
598
|
-
region: context.config.region,
|
599
|
-
use_fips: context.config.use_fips_endpoint,
|
600
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
601
|
-
)
|
602
|
-
end
|
603
|
-
end
|
604
|
-
|
605
|
-
class GetDomainUnit
|
606
|
-
def self.build(context)
|
607
|
-
Aws::DataZone::EndpointParameters.new(
|
608
|
-
region: context.config.region,
|
609
|
-
use_fips: context.config.use_fips_endpoint,
|
610
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
611
|
-
)
|
612
|
-
end
|
613
|
-
end
|
614
|
-
|
615
|
-
class GetEnvironment
|
616
|
-
def self.build(context)
|
617
|
-
Aws::DataZone::EndpointParameters.new(
|
618
|
-
region: context.config.region,
|
619
|
-
use_fips: context.config.use_fips_endpoint,
|
620
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
621
|
-
)
|
622
|
-
end
|
623
|
-
end
|
624
|
-
|
625
|
-
class GetEnvironmentAction
|
626
|
-
def self.build(context)
|
627
|
-
Aws::DataZone::EndpointParameters.new(
|
628
|
-
region: context.config.region,
|
629
|
-
use_fips: context.config.use_fips_endpoint,
|
630
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
631
|
-
)
|
632
|
-
end
|
633
|
-
end
|
634
|
-
|
635
|
-
class GetEnvironmentBlueprint
|
636
|
-
def self.build(context)
|
637
|
-
Aws::DataZone::EndpointParameters.new(
|
638
|
-
region: context.config.region,
|
639
|
-
use_fips: context.config.use_fips_endpoint,
|
640
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
641
|
-
)
|
642
|
-
end
|
643
|
-
end
|
644
|
-
|
645
|
-
class GetEnvironmentBlueprintConfiguration
|
646
|
-
def self.build(context)
|
647
|
-
Aws::DataZone::EndpointParameters.new(
|
648
|
-
region: context.config.region,
|
649
|
-
use_fips: context.config.use_fips_endpoint,
|
650
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
651
|
-
)
|
652
|
-
end
|
653
|
-
end
|
654
|
-
|
655
|
-
class GetEnvironmentCredentials
|
656
|
-
def self.build(context)
|
657
|
-
Aws::DataZone::EndpointParameters.new(
|
658
|
-
region: context.config.region,
|
659
|
-
use_fips: context.config.use_fips_endpoint,
|
660
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
661
|
-
)
|
662
|
-
end
|
663
|
-
end
|
664
|
-
|
665
|
-
class GetEnvironmentProfile
|
666
|
-
def self.build(context)
|
667
|
-
Aws::DataZone::EndpointParameters.new(
|
668
|
-
region: context.config.region,
|
669
|
-
use_fips: context.config.use_fips_endpoint,
|
670
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
671
|
-
)
|
672
|
-
end
|
673
|
-
end
|
674
|
-
|
675
|
-
class GetFormType
|
676
|
-
def self.build(context)
|
677
|
-
Aws::DataZone::EndpointParameters.new(
|
678
|
-
region: context.config.region,
|
679
|
-
use_fips: context.config.use_fips_endpoint,
|
680
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
681
|
-
)
|
682
|
-
end
|
683
|
-
end
|
684
|
-
|
685
|
-
class GetGlossary
|
686
|
-
def self.build(context)
|
687
|
-
Aws::DataZone::EndpointParameters.new(
|
688
|
-
region: context.config.region,
|
689
|
-
use_fips: context.config.use_fips_endpoint,
|
690
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
691
|
-
)
|
692
|
-
end
|
693
|
-
end
|
694
|
-
|
695
|
-
class GetGlossaryTerm
|
696
|
-
def self.build(context)
|
697
|
-
Aws::DataZone::EndpointParameters.new(
|
698
|
-
region: context.config.region,
|
699
|
-
use_fips: context.config.use_fips_endpoint,
|
700
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
701
|
-
)
|
702
|
-
end
|
703
|
-
end
|
704
|
-
|
705
|
-
class GetGroupProfile
|
706
|
-
def self.build(context)
|
707
|
-
Aws::DataZone::EndpointParameters.new(
|
708
|
-
region: context.config.region,
|
709
|
-
use_fips: context.config.use_fips_endpoint,
|
710
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
711
|
-
)
|
712
|
-
end
|
713
|
-
end
|
714
|
-
|
715
|
-
class GetIamPortalLoginUrl
|
716
|
-
def self.build(context)
|
717
|
-
Aws::DataZone::EndpointParameters.new(
|
718
|
-
region: context.config.region,
|
719
|
-
use_fips: context.config.use_fips_endpoint,
|
720
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
721
|
-
)
|
722
|
-
end
|
723
|
-
end
|
724
|
-
|
725
|
-
class GetLineageNode
|
726
|
-
def self.build(context)
|
727
|
-
Aws::DataZone::EndpointParameters.new(
|
728
|
-
region: context.config.region,
|
729
|
-
use_fips: context.config.use_fips_endpoint,
|
730
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
731
|
-
)
|
732
|
-
end
|
733
|
-
end
|
734
|
-
|
735
|
-
class GetListing
|
736
|
-
def self.build(context)
|
737
|
-
Aws::DataZone::EndpointParameters.new(
|
738
|
-
region: context.config.region,
|
739
|
-
use_fips: context.config.use_fips_endpoint,
|
740
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
741
|
-
)
|
742
|
-
end
|
743
|
-
end
|
744
|
-
|
745
|
-
class GetMetadataGenerationRun
|
746
|
-
def self.build(context)
|
747
|
-
Aws::DataZone::EndpointParameters.new(
|
748
|
-
region: context.config.region,
|
749
|
-
use_fips: context.config.use_fips_endpoint,
|
750
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
751
|
-
)
|
752
|
-
end
|
753
|
-
end
|
754
|
-
|
755
|
-
class GetProject
|
756
|
-
def self.build(context)
|
757
|
-
Aws::DataZone::EndpointParameters.new(
|
758
|
-
region: context.config.region,
|
759
|
-
use_fips: context.config.use_fips_endpoint,
|
760
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
761
|
-
)
|
762
|
-
end
|
763
|
-
end
|
764
|
-
|
765
|
-
class GetSubscription
|
766
|
-
def self.build(context)
|
767
|
-
Aws::DataZone::EndpointParameters.new(
|
768
|
-
region: context.config.region,
|
769
|
-
use_fips: context.config.use_fips_endpoint,
|
770
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
771
|
-
)
|
772
|
-
end
|
773
|
-
end
|
774
|
-
|
775
|
-
class GetSubscriptionGrant
|
776
|
-
def self.build(context)
|
777
|
-
Aws::DataZone::EndpointParameters.new(
|
778
|
-
region: context.config.region,
|
779
|
-
use_fips: context.config.use_fips_endpoint,
|
780
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
781
|
-
)
|
782
|
-
end
|
783
|
-
end
|
784
|
-
|
785
|
-
class GetSubscriptionRequestDetails
|
786
|
-
def self.build(context)
|
787
|
-
Aws::DataZone::EndpointParameters.new(
|
788
|
-
region: context.config.region,
|
789
|
-
use_fips: context.config.use_fips_endpoint,
|
790
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
791
|
-
)
|
792
|
-
end
|
793
|
-
end
|
794
|
-
|
795
|
-
class GetSubscriptionTarget
|
796
|
-
def self.build(context)
|
797
|
-
Aws::DataZone::EndpointParameters.new(
|
798
|
-
region: context.config.region,
|
799
|
-
use_fips: context.config.use_fips_endpoint,
|
800
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
801
|
-
)
|
802
|
-
end
|
803
|
-
end
|
804
|
-
|
805
|
-
class GetTimeSeriesDataPoint
|
806
|
-
def self.build(context)
|
807
|
-
Aws::DataZone::EndpointParameters.new(
|
808
|
-
region: context.config.region,
|
809
|
-
use_fips: context.config.use_fips_endpoint,
|
810
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
811
|
-
)
|
812
|
-
end
|
813
|
-
end
|
814
|
-
|
815
|
-
class GetUserProfile
|
816
|
-
def self.build(context)
|
817
|
-
Aws::DataZone::EndpointParameters.new(
|
818
|
-
region: context.config.region,
|
819
|
-
use_fips: context.config.use_fips_endpoint,
|
820
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
821
|
-
)
|
822
|
-
end
|
823
|
-
end
|
824
|
-
|
825
|
-
class ListAssetFilters
|
826
|
-
def self.build(context)
|
827
|
-
Aws::DataZone::EndpointParameters.new(
|
828
|
-
region: context.config.region,
|
829
|
-
use_fips: context.config.use_fips_endpoint,
|
830
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
831
|
-
)
|
832
|
-
end
|
833
|
-
end
|
834
|
-
|
835
|
-
class ListAssetRevisions
|
836
|
-
def self.build(context)
|
837
|
-
Aws::DataZone::EndpointParameters.new(
|
838
|
-
region: context.config.region,
|
839
|
-
use_fips: context.config.use_fips_endpoint,
|
840
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
841
|
-
)
|
842
|
-
end
|
843
|
-
end
|
844
|
-
|
845
|
-
class ListDataProductRevisions
|
846
|
-
def self.build(context)
|
847
|
-
Aws::DataZone::EndpointParameters.new(
|
848
|
-
region: context.config.region,
|
849
|
-
use_fips: context.config.use_fips_endpoint,
|
850
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
851
|
-
)
|
852
|
-
end
|
853
|
-
end
|
854
|
-
|
855
|
-
class ListDataSourceRunActivities
|
856
|
-
def self.build(context)
|
857
|
-
Aws::DataZone::EndpointParameters.new(
|
858
|
-
region: context.config.region,
|
859
|
-
use_fips: context.config.use_fips_endpoint,
|
860
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
861
|
-
)
|
862
|
-
end
|
863
|
-
end
|
864
|
-
|
865
|
-
class ListDataSourceRuns
|
866
|
-
def self.build(context)
|
867
|
-
Aws::DataZone::EndpointParameters.new(
|
868
|
-
region: context.config.region,
|
869
|
-
use_fips: context.config.use_fips_endpoint,
|
870
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
871
|
-
)
|
872
|
-
end
|
873
|
-
end
|
874
|
-
|
875
|
-
class ListDataSources
|
876
|
-
def self.build(context)
|
877
|
-
Aws::DataZone::EndpointParameters.new(
|
878
|
-
region: context.config.region,
|
879
|
-
use_fips: context.config.use_fips_endpoint,
|
880
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
881
|
-
)
|
882
|
-
end
|
883
|
-
end
|
884
|
-
|
885
|
-
class ListDomainUnitsForParent
|
886
|
-
def self.build(context)
|
887
|
-
Aws::DataZone::EndpointParameters.new(
|
888
|
-
region: context.config.region,
|
889
|
-
use_fips: context.config.use_fips_endpoint,
|
890
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
891
|
-
)
|
892
|
-
end
|
893
|
-
end
|
894
|
-
|
895
|
-
class ListDomains
|
896
|
-
def self.build(context)
|
897
|
-
Aws::DataZone::EndpointParameters.new(
|
898
|
-
region: context.config.region,
|
899
|
-
use_fips: context.config.use_fips_endpoint,
|
900
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
901
|
-
)
|
902
|
-
end
|
903
|
-
end
|
904
|
-
|
905
|
-
class ListEntityOwners
|
906
|
-
def self.build(context)
|
907
|
-
Aws::DataZone::EndpointParameters.new(
|
908
|
-
region: context.config.region,
|
909
|
-
use_fips: context.config.use_fips_endpoint,
|
910
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
911
|
-
)
|
912
|
-
end
|
913
|
-
end
|
914
|
-
|
915
|
-
class ListEnvironmentActions
|
916
|
-
def self.build(context)
|
917
|
-
Aws::DataZone::EndpointParameters.new(
|
918
|
-
region: context.config.region,
|
919
|
-
use_fips: context.config.use_fips_endpoint,
|
920
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
921
|
-
)
|
922
|
-
end
|
923
|
-
end
|
924
|
-
|
925
|
-
class ListEnvironmentBlueprintConfigurations
|
926
|
-
def self.build(context)
|
927
|
-
Aws::DataZone::EndpointParameters.new(
|
928
|
-
region: context.config.region,
|
929
|
-
use_fips: context.config.use_fips_endpoint,
|
930
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
931
|
-
)
|
932
|
-
end
|
933
|
-
end
|
934
|
-
|
935
|
-
class ListEnvironmentBlueprints
|
936
|
-
def self.build(context)
|
937
|
-
Aws::DataZone::EndpointParameters.new(
|
938
|
-
region: context.config.region,
|
939
|
-
use_fips: context.config.use_fips_endpoint,
|
940
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
941
|
-
)
|
942
|
-
end
|
943
|
-
end
|
944
|
-
|
945
|
-
class ListEnvironmentProfiles
|
946
|
-
def self.build(context)
|
947
|
-
Aws::DataZone::EndpointParameters.new(
|
948
|
-
region: context.config.region,
|
949
|
-
use_fips: context.config.use_fips_endpoint,
|
950
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
951
|
-
)
|
952
|
-
end
|
953
|
-
end
|
954
|
-
|
955
|
-
class ListEnvironments
|
956
|
-
def self.build(context)
|
957
|
-
Aws::DataZone::EndpointParameters.new(
|
958
|
-
region: context.config.region,
|
959
|
-
use_fips: context.config.use_fips_endpoint,
|
960
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
961
|
-
)
|
962
|
-
end
|
963
|
-
end
|
964
|
-
|
965
|
-
class ListLineageNodeHistory
|
966
|
-
def self.build(context)
|
967
|
-
Aws::DataZone::EndpointParameters.new(
|
968
|
-
region: context.config.region,
|
969
|
-
use_fips: context.config.use_fips_endpoint,
|
970
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
971
|
-
)
|
972
|
-
end
|
973
|
-
end
|
974
|
-
|
975
|
-
class ListMetadataGenerationRuns
|
976
|
-
def self.build(context)
|
977
|
-
Aws::DataZone::EndpointParameters.new(
|
978
|
-
region: context.config.region,
|
979
|
-
use_fips: context.config.use_fips_endpoint,
|
980
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
981
|
-
)
|
982
|
-
end
|
983
|
-
end
|
984
|
-
|
985
|
-
class ListNotifications
|
986
|
-
def self.build(context)
|
987
|
-
Aws::DataZone::EndpointParameters.new(
|
988
|
-
region: context.config.region,
|
989
|
-
use_fips: context.config.use_fips_endpoint,
|
990
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
991
|
-
)
|
992
|
-
end
|
993
|
-
end
|
994
|
-
|
995
|
-
class ListPolicyGrants
|
996
|
-
def self.build(context)
|
997
|
-
Aws::DataZone::EndpointParameters.new(
|
998
|
-
region: context.config.region,
|
999
|
-
use_fips: context.config.use_fips_endpoint,
|
1000
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
1001
|
-
)
|
1002
|
-
end
|
1003
|
-
end
|
1004
|
-
|
1005
|
-
class ListProjectMemberships
|
1006
|
-
def self.build(context)
|
1007
|
-
Aws::DataZone::EndpointParameters.new(
|
1008
|
-
region: context.config.region,
|
1009
|
-
use_fips: context.config.use_fips_endpoint,
|
1010
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
1011
|
-
)
|
1012
|
-
end
|
1013
|
-
end
|
1014
|
-
|
1015
|
-
class ListProjects
|
1016
|
-
def self.build(context)
|
1017
|
-
Aws::DataZone::EndpointParameters.new(
|
1018
|
-
region: context.config.region,
|
1019
|
-
use_fips: context.config.use_fips_endpoint,
|
1020
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
1021
|
-
)
|
1022
|
-
end
|
1023
|
-
end
|
1024
|
-
|
1025
|
-
class ListSubscriptionGrants
|
1026
|
-
def self.build(context)
|
1027
|
-
Aws::DataZone::EndpointParameters.new(
|
1028
|
-
region: context.config.region,
|
1029
|
-
use_fips: context.config.use_fips_endpoint,
|
1030
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
1031
|
-
)
|
1032
|
-
end
|
1033
|
-
end
|
1034
|
-
|
1035
|
-
class ListSubscriptionRequests
|
1036
|
-
def self.build(context)
|
1037
|
-
Aws::DataZone::EndpointParameters.new(
|
1038
|
-
region: context.config.region,
|
1039
|
-
use_fips: context.config.use_fips_endpoint,
|
1040
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
1041
|
-
)
|
1042
|
-
end
|
1043
|
-
end
|
1044
|
-
|
1045
|
-
class ListSubscriptionTargets
|
1046
|
-
def self.build(context)
|
1047
|
-
Aws::DataZone::EndpointParameters.new(
|
1048
|
-
region: context.config.region,
|
1049
|
-
use_fips: context.config.use_fips_endpoint,
|
1050
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
1051
|
-
)
|
1052
|
-
end
|
1053
|
-
end
|
1054
15
|
|
1055
|
-
|
1056
|
-
|
1057
|
-
Aws::DataZone::EndpointParameters.new(
|
1058
|
-
region: context.config.region,
|
1059
|
-
use_fips: context.config.use_fips_endpoint,
|
1060
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
1061
|
-
)
|
1062
|
-
end
|
16
|
+
def self.parameters_for_operation(context)
|
17
|
+
Aws::DataZone::EndpointParameters.create(context.config)
|
1063
18
|
end
|
1064
|
-
|
1065
|
-
class ListTagsForResource
|
1066
|
-
def self.build(context)
|
1067
|
-
Aws::DataZone::EndpointParameters.new(
|
1068
|
-
region: context.config.region,
|
1069
|
-
use_fips: context.config.use_fips_endpoint,
|
1070
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
1071
|
-
)
|
1072
|
-
end
|
1073
|
-
end
|
1074
|
-
|
1075
|
-
class ListTimeSeriesDataPoints
|
1076
|
-
def self.build(context)
|
1077
|
-
Aws::DataZone::EndpointParameters.new(
|
1078
|
-
region: context.config.region,
|
1079
|
-
use_fips: context.config.use_fips_endpoint,
|
1080
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
1081
|
-
)
|
1082
|
-
end
|
1083
|
-
end
|
1084
|
-
|
1085
|
-
class PostLineageEvent
|
1086
|
-
def self.build(context)
|
1087
|
-
Aws::DataZone::EndpointParameters.new(
|
1088
|
-
region: context.config.region,
|
1089
|
-
use_fips: context.config.use_fips_endpoint,
|
1090
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
1091
|
-
)
|
1092
|
-
end
|
1093
|
-
end
|
1094
|
-
|
1095
|
-
class PostTimeSeriesDataPoints
|
1096
|
-
def self.build(context)
|
1097
|
-
Aws::DataZone::EndpointParameters.new(
|
1098
|
-
region: context.config.region,
|
1099
|
-
use_fips: context.config.use_fips_endpoint,
|
1100
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
1101
|
-
)
|
1102
|
-
end
|
1103
|
-
end
|
1104
|
-
|
1105
|
-
class PutEnvironmentBlueprintConfiguration
|
1106
|
-
def self.build(context)
|
1107
|
-
Aws::DataZone::EndpointParameters.new(
|
1108
|
-
region: context.config.region,
|
1109
|
-
use_fips: context.config.use_fips_endpoint,
|
1110
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
1111
|
-
)
|
1112
|
-
end
|
1113
|
-
end
|
1114
|
-
|
1115
|
-
class RejectPredictions
|
1116
|
-
def self.build(context)
|
1117
|
-
Aws::DataZone::EndpointParameters.new(
|
1118
|
-
region: context.config.region,
|
1119
|
-
use_fips: context.config.use_fips_endpoint,
|
1120
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
1121
|
-
)
|
1122
|
-
end
|
1123
|
-
end
|
1124
|
-
|
1125
|
-
class RejectSubscriptionRequest
|
1126
|
-
def self.build(context)
|
1127
|
-
Aws::DataZone::EndpointParameters.new(
|
1128
|
-
region: context.config.region,
|
1129
|
-
use_fips: context.config.use_fips_endpoint,
|
1130
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
1131
|
-
)
|
1132
|
-
end
|
1133
|
-
end
|
1134
|
-
|
1135
|
-
class RemoveEntityOwner
|
1136
|
-
def self.build(context)
|
1137
|
-
Aws::DataZone::EndpointParameters.new(
|
1138
|
-
region: context.config.region,
|
1139
|
-
use_fips: context.config.use_fips_endpoint,
|
1140
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
1141
|
-
)
|
1142
|
-
end
|
1143
|
-
end
|
1144
|
-
|
1145
|
-
class RemovePolicyGrant
|
1146
|
-
def self.build(context)
|
1147
|
-
Aws::DataZone::EndpointParameters.new(
|
1148
|
-
region: context.config.region,
|
1149
|
-
use_fips: context.config.use_fips_endpoint,
|
1150
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
1151
|
-
)
|
1152
|
-
end
|
1153
|
-
end
|
1154
|
-
|
1155
|
-
class RevokeSubscription
|
1156
|
-
def self.build(context)
|
1157
|
-
Aws::DataZone::EndpointParameters.new(
|
1158
|
-
region: context.config.region,
|
1159
|
-
use_fips: context.config.use_fips_endpoint,
|
1160
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
1161
|
-
)
|
1162
|
-
end
|
1163
|
-
end
|
1164
|
-
|
1165
|
-
class Search
|
1166
|
-
def self.build(context)
|
1167
|
-
Aws::DataZone::EndpointParameters.new(
|
1168
|
-
region: context.config.region,
|
1169
|
-
use_fips: context.config.use_fips_endpoint,
|
1170
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
1171
|
-
)
|
1172
|
-
end
|
1173
|
-
end
|
1174
|
-
|
1175
|
-
class SearchGroupProfiles
|
1176
|
-
def self.build(context)
|
1177
|
-
Aws::DataZone::EndpointParameters.new(
|
1178
|
-
region: context.config.region,
|
1179
|
-
use_fips: context.config.use_fips_endpoint,
|
1180
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
1181
|
-
)
|
1182
|
-
end
|
1183
|
-
end
|
1184
|
-
|
1185
|
-
class SearchListings
|
1186
|
-
def self.build(context)
|
1187
|
-
Aws::DataZone::EndpointParameters.new(
|
1188
|
-
region: context.config.region,
|
1189
|
-
use_fips: context.config.use_fips_endpoint,
|
1190
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
1191
|
-
)
|
1192
|
-
end
|
1193
|
-
end
|
1194
|
-
|
1195
|
-
class SearchTypes
|
1196
|
-
def self.build(context)
|
1197
|
-
Aws::DataZone::EndpointParameters.new(
|
1198
|
-
region: context.config.region,
|
1199
|
-
use_fips: context.config.use_fips_endpoint,
|
1200
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
1201
|
-
)
|
1202
|
-
end
|
1203
|
-
end
|
1204
|
-
|
1205
|
-
class SearchUserProfiles
|
1206
|
-
def self.build(context)
|
1207
|
-
Aws::DataZone::EndpointParameters.new(
|
1208
|
-
region: context.config.region,
|
1209
|
-
use_fips: context.config.use_fips_endpoint,
|
1210
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
1211
|
-
)
|
1212
|
-
end
|
1213
|
-
end
|
1214
|
-
|
1215
|
-
class StartDataSourceRun
|
1216
|
-
def self.build(context)
|
1217
|
-
Aws::DataZone::EndpointParameters.new(
|
1218
|
-
region: context.config.region,
|
1219
|
-
use_fips: context.config.use_fips_endpoint,
|
1220
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
1221
|
-
)
|
1222
|
-
end
|
1223
|
-
end
|
1224
|
-
|
1225
|
-
class StartMetadataGenerationRun
|
1226
|
-
def self.build(context)
|
1227
|
-
Aws::DataZone::EndpointParameters.new(
|
1228
|
-
region: context.config.region,
|
1229
|
-
use_fips: context.config.use_fips_endpoint,
|
1230
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
1231
|
-
)
|
1232
|
-
end
|
1233
|
-
end
|
1234
|
-
|
1235
|
-
class TagResource
|
1236
|
-
def self.build(context)
|
1237
|
-
Aws::DataZone::EndpointParameters.new(
|
1238
|
-
region: context.config.region,
|
1239
|
-
use_fips: context.config.use_fips_endpoint,
|
1240
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
1241
|
-
)
|
1242
|
-
end
|
1243
|
-
end
|
1244
|
-
|
1245
|
-
class UntagResource
|
1246
|
-
def self.build(context)
|
1247
|
-
Aws::DataZone::EndpointParameters.new(
|
1248
|
-
region: context.config.region,
|
1249
|
-
use_fips: context.config.use_fips_endpoint,
|
1250
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
1251
|
-
)
|
1252
|
-
end
|
1253
|
-
end
|
1254
|
-
|
1255
|
-
class UpdateAssetFilter
|
1256
|
-
def self.build(context)
|
1257
|
-
Aws::DataZone::EndpointParameters.new(
|
1258
|
-
region: context.config.region,
|
1259
|
-
use_fips: context.config.use_fips_endpoint,
|
1260
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
1261
|
-
)
|
1262
|
-
end
|
1263
|
-
end
|
1264
|
-
|
1265
|
-
class UpdateDataSource
|
1266
|
-
def self.build(context)
|
1267
|
-
Aws::DataZone::EndpointParameters.new(
|
1268
|
-
region: context.config.region,
|
1269
|
-
use_fips: context.config.use_fips_endpoint,
|
1270
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
1271
|
-
)
|
1272
|
-
end
|
1273
|
-
end
|
1274
|
-
|
1275
|
-
class UpdateDomain
|
1276
|
-
def self.build(context)
|
1277
|
-
Aws::DataZone::EndpointParameters.new(
|
1278
|
-
region: context.config.region,
|
1279
|
-
use_fips: context.config.use_fips_endpoint,
|
1280
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
1281
|
-
)
|
1282
|
-
end
|
1283
|
-
end
|
1284
|
-
|
1285
|
-
class UpdateDomainUnit
|
1286
|
-
def self.build(context)
|
1287
|
-
Aws::DataZone::EndpointParameters.new(
|
1288
|
-
region: context.config.region,
|
1289
|
-
use_fips: context.config.use_fips_endpoint,
|
1290
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
1291
|
-
)
|
1292
|
-
end
|
1293
|
-
end
|
1294
|
-
|
1295
|
-
class UpdateEnvironment
|
1296
|
-
def self.build(context)
|
1297
|
-
Aws::DataZone::EndpointParameters.new(
|
1298
|
-
region: context.config.region,
|
1299
|
-
use_fips: context.config.use_fips_endpoint,
|
1300
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
1301
|
-
)
|
1302
|
-
end
|
1303
|
-
end
|
1304
|
-
|
1305
|
-
class UpdateEnvironmentAction
|
1306
|
-
def self.build(context)
|
1307
|
-
Aws::DataZone::EndpointParameters.new(
|
1308
|
-
region: context.config.region,
|
1309
|
-
use_fips: context.config.use_fips_endpoint,
|
1310
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
1311
|
-
)
|
1312
|
-
end
|
1313
|
-
end
|
1314
|
-
|
1315
|
-
class UpdateEnvironmentProfile
|
1316
|
-
def self.build(context)
|
1317
|
-
Aws::DataZone::EndpointParameters.new(
|
1318
|
-
region: context.config.region,
|
1319
|
-
use_fips: context.config.use_fips_endpoint,
|
1320
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
1321
|
-
)
|
1322
|
-
end
|
1323
|
-
end
|
1324
|
-
|
1325
|
-
class UpdateGlossary
|
1326
|
-
def self.build(context)
|
1327
|
-
Aws::DataZone::EndpointParameters.new(
|
1328
|
-
region: context.config.region,
|
1329
|
-
use_fips: context.config.use_fips_endpoint,
|
1330
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
1331
|
-
)
|
1332
|
-
end
|
1333
|
-
end
|
1334
|
-
|
1335
|
-
class UpdateGlossaryTerm
|
1336
|
-
def self.build(context)
|
1337
|
-
Aws::DataZone::EndpointParameters.new(
|
1338
|
-
region: context.config.region,
|
1339
|
-
use_fips: context.config.use_fips_endpoint,
|
1340
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
1341
|
-
)
|
1342
|
-
end
|
1343
|
-
end
|
1344
|
-
|
1345
|
-
class UpdateGroupProfile
|
1346
|
-
def self.build(context)
|
1347
|
-
Aws::DataZone::EndpointParameters.new(
|
1348
|
-
region: context.config.region,
|
1349
|
-
use_fips: context.config.use_fips_endpoint,
|
1350
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
1351
|
-
)
|
1352
|
-
end
|
1353
|
-
end
|
1354
|
-
|
1355
|
-
class UpdateProject
|
1356
|
-
def self.build(context)
|
1357
|
-
Aws::DataZone::EndpointParameters.new(
|
1358
|
-
region: context.config.region,
|
1359
|
-
use_fips: context.config.use_fips_endpoint,
|
1360
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
1361
|
-
)
|
1362
|
-
end
|
1363
|
-
end
|
1364
|
-
|
1365
|
-
class UpdateSubscriptionGrantStatus
|
1366
|
-
def self.build(context)
|
1367
|
-
Aws::DataZone::EndpointParameters.new(
|
1368
|
-
region: context.config.region,
|
1369
|
-
use_fips: context.config.use_fips_endpoint,
|
1370
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
1371
|
-
)
|
1372
|
-
end
|
1373
|
-
end
|
1374
|
-
|
1375
|
-
class UpdateSubscriptionRequest
|
1376
|
-
def self.build(context)
|
1377
|
-
Aws::DataZone::EndpointParameters.new(
|
1378
|
-
region: context.config.region,
|
1379
|
-
use_fips: context.config.use_fips_endpoint,
|
1380
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
1381
|
-
)
|
1382
|
-
end
|
1383
|
-
end
|
1384
|
-
|
1385
|
-
class UpdateSubscriptionTarget
|
1386
|
-
def self.build(context)
|
1387
|
-
Aws::DataZone::EndpointParameters.new(
|
1388
|
-
region: context.config.region,
|
1389
|
-
use_fips: context.config.use_fips_endpoint,
|
1390
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
1391
|
-
)
|
1392
|
-
end
|
1393
|
-
end
|
1394
|
-
|
1395
|
-
class UpdateUserProfile
|
1396
|
-
def self.build(context)
|
1397
|
-
Aws::DataZone::EndpointParameters.new(
|
1398
|
-
region: context.config.region,
|
1399
|
-
use_fips: context.config.use_fips_endpoint,
|
1400
|
-
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
1401
|
-
)
|
1402
|
-
end
|
1403
|
-
end
|
1404
|
-
|
1405
19
|
end
|
1406
20
|
end
|