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