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