@aws-sdk/client-route53profiles 3.940.0 → 3.946.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.
- package/dist-cjs/index.js +36 -208
- package/dist-cjs/runtimeConfig.browser.js +2 -2
- package/dist-cjs/runtimeConfig.js +3 -4
- package/dist-es/Route53ProfilesClient.js +2 -2
- package/dist-es/runtimeConfig.browser.js +2 -2
- package/dist-es/runtimeConfig.js +2 -3
- package/dist-es/schemas/schemas_0.js +36 -208
- package/dist-types/Route53Profiles.d.ts +1 -1
- package/dist-types/Route53ProfilesClient.d.ts +10 -10
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
- package/dist-types/commands/AssociateProfileCommand.d.ts +3 -3
- package/dist-types/commands/AssociateResourceToProfileCommand.d.ts +3 -3
- package/dist-types/commands/CreateProfileCommand.d.ts +3 -3
- package/dist-types/commands/DeleteProfileCommand.d.ts +3 -3
- package/dist-types/commands/DisassociateProfileCommand.d.ts +3 -3
- package/dist-types/commands/DisassociateResourceFromProfileCommand.d.ts +3 -3
- package/dist-types/commands/GetProfileAssociationCommand.d.ts +3 -3
- package/dist-types/commands/GetProfileCommand.d.ts +3 -3
- package/dist-types/commands/GetProfileResourceAssociationCommand.d.ts +3 -3
- package/dist-types/commands/ListProfileAssociationsCommand.d.ts +3 -3
- package/dist-types/commands/ListProfileResourceAssociationsCommand.d.ts +3 -3
- package/dist-types/commands/ListProfilesCommand.d.ts +3 -3
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
- package/dist-types/commands/TagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UpdateProfileResourceAssociationCommand.d.ts +3 -3
- package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
- package/dist-types/endpoint/endpointResolver.d.ts +5 -2
- package/dist-types/extensionConfiguration.d.ts +4 -4
- package/dist-types/models/Route53ProfilesServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/pagination/Interfaces.d.ts +1 -1
- package/dist-types/pagination/ListProfileAssociationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListProfileResourceAssociationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListProfilesPaginator.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/runtimeExtensions.d.ts +1 -1
- package/dist-types/schemas/schemas_0.d.ts +1 -1
- package/dist-types/ts3.4/Route53ProfilesClient.d.ts +3 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/Route53ProfilesServiceException.d.ts +1 -1
- package/package.json +13 -12
|
@@ -106,16 +106,7 @@ const n0 = "com.amazonaws.route53profiles";
|
|
|
106
106
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
107
107
|
import { AccessDeniedException as __AccessDeniedException, ConflictException as __ConflictException, InternalServiceErrorException as __InternalServiceErrorException, InvalidNextTokenException as __InvalidNextTokenException, InvalidParameterException as __InvalidParameterException, LimitExceededException as __LimitExceededException, ResourceExistsException as __ResourceExistsException, ResourceNotFoundException as __ResourceNotFoundException, ThrottlingException as __ThrottlingException, ValidationException as __ValidationException, } from "../models/errors";
|
|
108
108
|
import { Route53ProfilesServiceException as __Route53ProfilesServiceException } from "../models/Route53ProfilesServiceException";
|
|
109
|
-
export var AccessDeniedException = [
|
|
110
|
-
-3,
|
|
111
|
-
n0,
|
|
112
|
-
_ADE,
|
|
113
|
-
{
|
|
114
|
-
[_e]: _c,
|
|
115
|
-
},
|
|
116
|
-
[_M],
|
|
117
|
-
[0],
|
|
118
|
-
];
|
|
109
|
+
export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c }, [_M], [0]];
|
|
119
110
|
TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
|
|
120
111
|
export var AssociateProfileRequest = [
|
|
121
112
|
3,
|
|
@@ -142,16 +133,7 @@ export var AssociateResourceToProfileResponse = [
|
|
|
142
133
|
[_PRA],
|
|
143
134
|
[() => ProfileResourceAssociation],
|
|
144
135
|
];
|
|
145
|
-
export var ConflictException = [
|
|
146
|
-
-3,
|
|
147
|
-
n0,
|
|
148
|
-
_CE,
|
|
149
|
-
{
|
|
150
|
-
[_e]: _c,
|
|
151
|
-
},
|
|
152
|
-
[_M],
|
|
153
|
-
[0],
|
|
154
|
-
];
|
|
136
|
+
export var ConflictException = [-3, n0, _CE, { [_e]: _c }, [_M], [0]];
|
|
155
137
|
TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
|
|
156
138
|
export var CreateProfileRequest = [3, n0, _CPR, 0, [_N, _CT, _T], [0, [0, 4], () => TagList]];
|
|
157
139
|
export var CreateProfileResponse = [3, n0, _CPRr, 0, [_P], [() => Profile]];
|
|
@@ -201,49 +183,13 @@ export var GetProfileResourceAssociationResponse = [
|
|
|
201
183
|
[() => ProfileResourceAssociation],
|
|
202
184
|
];
|
|
203
185
|
export var GetProfileResponse = [3, n0, _GPRe, 0, [_P], [() => Profile]];
|
|
204
|
-
export var InternalServiceErrorException = [
|
|
205
|
-
-3,
|
|
206
|
-
n0,
|
|
207
|
-
_ISEE,
|
|
208
|
-
{
|
|
209
|
-
[_e]: _c,
|
|
210
|
-
},
|
|
211
|
-
[_M],
|
|
212
|
-
[0],
|
|
213
|
-
];
|
|
186
|
+
export var InternalServiceErrorException = [-3, n0, _ISEE, { [_e]: _c }, [_M], [0]];
|
|
214
187
|
TypeRegistry.for(n0).registerError(InternalServiceErrorException, __InternalServiceErrorException);
|
|
215
|
-
export var InvalidNextTokenException = [
|
|
216
|
-
-3,
|
|
217
|
-
n0,
|
|
218
|
-
_INTE,
|
|
219
|
-
{
|
|
220
|
-
[_e]: _c,
|
|
221
|
-
},
|
|
222
|
-
[_M],
|
|
223
|
-
[0],
|
|
224
|
-
];
|
|
188
|
+
export var InvalidNextTokenException = [-3, n0, _INTE, { [_e]: _c }, [_M], [0]];
|
|
225
189
|
TypeRegistry.for(n0).registerError(InvalidNextTokenException, __InvalidNextTokenException);
|
|
226
|
-
export var InvalidParameterException = [
|
|
227
|
-
-3,
|
|
228
|
-
n0,
|
|
229
|
-
_IPE,
|
|
230
|
-
{
|
|
231
|
-
[_e]: _c,
|
|
232
|
-
},
|
|
233
|
-
[_M, _FN],
|
|
234
|
-
[0, 0],
|
|
235
|
-
];
|
|
190
|
+
export var InvalidParameterException = [-3, n0, _IPE, { [_e]: _c }, [_M, _FN], [0, 0]];
|
|
236
191
|
TypeRegistry.for(n0).registerError(InvalidParameterException, __InvalidParameterException);
|
|
237
|
-
export var LimitExceededException = [
|
|
238
|
-
-3,
|
|
239
|
-
n0,
|
|
240
|
-
_LEE,
|
|
241
|
-
{
|
|
242
|
-
[_e]: _c,
|
|
243
|
-
},
|
|
244
|
-
[_M, _RT],
|
|
245
|
-
[0, 0],
|
|
246
|
-
];
|
|
192
|
+
export var LimitExceededException = [-3, n0, _LEE, { [_e]: _c }, [_M, _RT], [0, 0]];
|
|
247
193
|
TypeRegistry.for(n0).registerError(LimitExceededException, __LimitExceededException);
|
|
248
194
|
export var ListProfileAssociationsRequest = [
|
|
249
195
|
3,
|
|
@@ -252,30 +198,10 @@ export var ListProfileAssociationsRequest = [
|
|
|
252
198
|
0,
|
|
253
199
|
[_RI, _PI, _MR, _NT],
|
|
254
200
|
[
|
|
255
|
-
[
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
},
|
|
260
|
-
],
|
|
261
|
-
[
|
|
262
|
-
0,
|
|
263
|
-
{
|
|
264
|
-
[_hQ]: _pI,
|
|
265
|
-
},
|
|
266
|
-
],
|
|
267
|
-
[
|
|
268
|
-
1,
|
|
269
|
-
{
|
|
270
|
-
[_hQ]: _mR,
|
|
271
|
-
},
|
|
272
|
-
],
|
|
273
|
-
[
|
|
274
|
-
0,
|
|
275
|
-
{
|
|
276
|
-
[_hQ]: _nT,
|
|
277
|
-
},
|
|
278
|
-
],
|
|
201
|
+
[0, { [_hQ]: _rI }],
|
|
202
|
+
[0, { [_hQ]: _pI }],
|
|
203
|
+
[1, { [_hQ]: _mR }],
|
|
204
|
+
[0, { [_hQ]: _nT }],
|
|
279
205
|
],
|
|
280
206
|
];
|
|
281
207
|
export var ListProfileAssociationsResponse = [
|
|
@@ -294,24 +220,9 @@ export var ListProfileResourceAssociationsRequest = [
|
|
|
294
220
|
[_PI, _RT, _MR, _NT],
|
|
295
221
|
[
|
|
296
222
|
[0, 1],
|
|
297
|
-
[
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
[_hQ]: _rT,
|
|
301
|
-
},
|
|
302
|
-
],
|
|
303
|
-
[
|
|
304
|
-
1,
|
|
305
|
-
{
|
|
306
|
-
[_hQ]: _mR,
|
|
307
|
-
},
|
|
308
|
-
],
|
|
309
|
-
[
|
|
310
|
-
0,
|
|
311
|
-
{
|
|
312
|
-
[_hQ]: _nT,
|
|
313
|
-
},
|
|
314
|
-
],
|
|
223
|
+
[0, { [_hQ]: _rT }],
|
|
224
|
+
[1, { [_hQ]: _mR }],
|
|
225
|
+
[0, { [_hQ]: _nT }],
|
|
315
226
|
],
|
|
316
227
|
];
|
|
317
228
|
export var ListProfileResourceAssociationsResponse = [
|
|
@@ -329,18 +240,8 @@ export var ListProfilesRequest = [
|
|
|
329
240
|
0,
|
|
330
241
|
[_MR, _NT],
|
|
331
242
|
[
|
|
332
|
-
[
|
|
333
|
-
|
|
334
|
-
{
|
|
335
|
-
[_hQ]: _mR,
|
|
336
|
-
},
|
|
337
|
-
],
|
|
338
|
-
[
|
|
339
|
-
0,
|
|
340
|
-
{
|
|
341
|
-
[_hQ]: _nT,
|
|
342
|
-
},
|
|
343
|
-
],
|
|
243
|
+
[1, { [_hQ]: _mR }],
|
|
244
|
+
[0, { [_hQ]: _nT }],
|
|
344
245
|
],
|
|
345
246
|
];
|
|
346
247
|
export var ListProfilesResponse = [3, n0, _LPRi, 0, [_PS, _NT], [() => ProfileSummaryList, 0]];
|
|
@@ -371,41 +272,14 @@ export var ProfileResourceAssociation = [
|
|
|
371
272
|
[0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 4],
|
|
372
273
|
];
|
|
373
274
|
export var ProfileSummary = [3, n0, _PSr, 0, [_I, _A, _N, _SS], [0, 0, 0, 0]];
|
|
374
|
-
export var ResourceExistsException = [
|
|
375
|
-
-3,
|
|
376
|
-
n0,
|
|
377
|
-
_REE,
|
|
378
|
-
{
|
|
379
|
-
[_e]: _c,
|
|
380
|
-
},
|
|
381
|
-
[_M, _RT],
|
|
382
|
-
[0, 0],
|
|
383
|
-
];
|
|
275
|
+
export var ResourceExistsException = [-3, n0, _REE, { [_e]: _c }, [_M, _RT], [0, 0]];
|
|
384
276
|
TypeRegistry.for(n0).registerError(ResourceExistsException, __ResourceExistsException);
|
|
385
|
-
export var ResourceNotFoundException = [
|
|
386
|
-
-3,
|
|
387
|
-
n0,
|
|
388
|
-
_RNFE,
|
|
389
|
-
{
|
|
390
|
-
[_e]: _c,
|
|
391
|
-
},
|
|
392
|
-
[_M, _RT],
|
|
393
|
-
[0, 0],
|
|
394
|
-
];
|
|
277
|
+
export var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c }, [_M, _RT], [0, 0]];
|
|
395
278
|
TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
|
|
396
279
|
export var Tag = [3, n0, _Ta, 0, [_K, _V], [0, 0]];
|
|
397
280
|
export var TagResourceRequest = [3, n0, _TRR, 0, [_RA, _T], [[0, 1], 128 | 0]];
|
|
398
281
|
export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
|
|
399
|
-
export var ThrottlingException = [
|
|
400
|
-
-3,
|
|
401
|
-
n0,
|
|
402
|
-
_TE,
|
|
403
|
-
{
|
|
404
|
-
[_e]: _c,
|
|
405
|
-
},
|
|
406
|
-
[_M],
|
|
407
|
-
[0],
|
|
408
|
-
];
|
|
282
|
+
export var ThrottlingException = [-3, n0, _TE, { [_e]: _c }, [_M], [0]];
|
|
409
283
|
TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
|
|
410
284
|
export var UntagResourceRequest = [
|
|
411
285
|
3,
|
|
@@ -415,12 +289,7 @@ export var UntagResourceRequest = [
|
|
|
415
289
|
[_RA, _TK],
|
|
416
290
|
[
|
|
417
291
|
[0, 1],
|
|
418
|
-
[
|
|
419
|
-
64 | 0,
|
|
420
|
-
{
|
|
421
|
-
[_hQ]: _tK,
|
|
422
|
-
},
|
|
423
|
-
],
|
|
292
|
+
[64 | 0, { [_hQ]: _tK }],
|
|
424
293
|
],
|
|
425
294
|
];
|
|
426
295
|
export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
@@ -440,16 +309,7 @@ export var UpdateProfileResourceAssociationResponse = [
|
|
|
440
309
|
[_PRA],
|
|
441
310
|
[() => ProfileResourceAssociation],
|
|
442
311
|
];
|
|
443
|
-
export var ValidationException = [
|
|
444
|
-
-3,
|
|
445
|
-
n0,
|
|
446
|
-
_VE,
|
|
447
|
-
{
|
|
448
|
-
[_e]: _c,
|
|
449
|
-
},
|
|
450
|
-
[_M],
|
|
451
|
-
[0],
|
|
452
|
-
];
|
|
312
|
+
export var ValidationException = [-3, n0, _VE, { [_e]: _c }, [_M], [0]];
|
|
453
313
|
TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
|
|
454
314
|
export var __Unit = "unit";
|
|
455
315
|
export var Route53ProfilesServiceException = [-3, _s, "Route53ProfilesServiceException", 0, [], []];
|
|
@@ -464,9 +324,7 @@ export var AssociateProfile = [
|
|
|
464
324
|
9,
|
|
465
325
|
n0,
|
|
466
326
|
_AP,
|
|
467
|
-
{
|
|
468
|
-
[_h]: ["POST", "/profileassociation", 200],
|
|
469
|
-
},
|
|
327
|
+
{ [_h]: ["POST", "/profileassociation", 200] },
|
|
470
328
|
() => AssociateProfileRequest,
|
|
471
329
|
() => AssociateProfileResponse,
|
|
472
330
|
];
|
|
@@ -474,9 +332,7 @@ export var AssociateResourceToProfile = [
|
|
|
474
332
|
9,
|
|
475
333
|
n0,
|
|
476
334
|
_ARTP,
|
|
477
|
-
{
|
|
478
|
-
[_h]: ["POST", "/profileresourceassociation", 200],
|
|
479
|
-
},
|
|
335
|
+
{ [_h]: ["POST", "/profileresourceassociation", 200] },
|
|
480
336
|
() => AssociateResourceToProfileRequest,
|
|
481
337
|
() => AssociateResourceToProfileResponse,
|
|
482
338
|
];
|
|
@@ -484,9 +340,7 @@ export var CreateProfile = [
|
|
|
484
340
|
9,
|
|
485
341
|
n0,
|
|
486
342
|
_CP,
|
|
487
|
-
{
|
|
488
|
-
[_h]: ["POST", "/profile", 200],
|
|
489
|
-
},
|
|
343
|
+
{ [_h]: ["POST", "/profile", 200] },
|
|
490
344
|
() => CreateProfileRequest,
|
|
491
345
|
() => CreateProfileResponse,
|
|
492
346
|
];
|
|
@@ -494,9 +348,7 @@ export var DeleteProfile = [
|
|
|
494
348
|
9,
|
|
495
349
|
n0,
|
|
496
350
|
_DP,
|
|
497
|
-
{
|
|
498
|
-
[_h]: ["DELETE", "/profile/{ProfileId}", 200],
|
|
499
|
-
},
|
|
351
|
+
{ [_h]: ["DELETE", "/profile/{ProfileId}", 200] },
|
|
500
352
|
() => DeleteProfileRequest,
|
|
501
353
|
() => DeleteProfileResponse,
|
|
502
354
|
];
|
|
@@ -504,9 +356,7 @@ export var DisassociateProfile = [
|
|
|
504
356
|
9,
|
|
505
357
|
n0,
|
|
506
358
|
_DPi,
|
|
507
|
-
{
|
|
508
|
-
[_h]: ["DELETE", "/profileassociation/Profileid/{ProfileId}/resourceid/{ResourceId}", 200],
|
|
509
|
-
},
|
|
359
|
+
{ [_h]: ["DELETE", "/profileassociation/Profileid/{ProfileId}/resourceid/{ResourceId}", 200] },
|
|
510
360
|
() => DisassociateProfileRequest,
|
|
511
361
|
() => DisassociateProfileResponse,
|
|
512
362
|
];
|
|
@@ -514,9 +364,7 @@ export var DisassociateResourceFromProfile = [
|
|
|
514
364
|
9,
|
|
515
365
|
n0,
|
|
516
366
|
_DRFP,
|
|
517
|
-
{
|
|
518
|
-
[_h]: ["DELETE", "/profileresourceassociation/profileid/{ProfileId}/resourcearn/{ResourceArn}", 200],
|
|
519
|
-
},
|
|
367
|
+
{ [_h]: ["DELETE", "/profileresourceassociation/profileid/{ProfileId}/resourcearn/{ResourceArn}", 200] },
|
|
520
368
|
() => DisassociateResourceFromProfileRequest,
|
|
521
369
|
() => DisassociateResourceFromProfileResponse,
|
|
522
370
|
];
|
|
@@ -524,9 +372,7 @@ export var GetProfile = [
|
|
|
524
372
|
9,
|
|
525
373
|
n0,
|
|
526
374
|
_GP,
|
|
527
|
-
{
|
|
528
|
-
[_h]: ["GET", "/profile/{ProfileId}", 200],
|
|
529
|
-
},
|
|
375
|
+
{ [_h]: ["GET", "/profile/{ProfileId}", 200] },
|
|
530
376
|
() => GetProfileRequest,
|
|
531
377
|
() => GetProfileResponse,
|
|
532
378
|
];
|
|
@@ -534,9 +380,7 @@ export var GetProfileAssociation = [
|
|
|
534
380
|
9,
|
|
535
381
|
n0,
|
|
536
382
|
_GPA,
|
|
537
|
-
{
|
|
538
|
-
[_h]: ["GET", "/profileassociation/{ProfileAssociationId}", 200],
|
|
539
|
-
},
|
|
383
|
+
{ [_h]: ["GET", "/profileassociation/{ProfileAssociationId}", 200] },
|
|
540
384
|
() => GetProfileAssociationRequest,
|
|
541
385
|
() => GetProfileAssociationResponse,
|
|
542
386
|
];
|
|
@@ -544,9 +388,7 @@ export var GetProfileResourceAssociation = [
|
|
|
544
388
|
9,
|
|
545
389
|
n0,
|
|
546
390
|
_GPRA,
|
|
547
|
-
{
|
|
548
|
-
[_h]: ["GET", "/profileresourceassociation/{ProfileResourceAssociationId}", 200],
|
|
549
|
-
},
|
|
391
|
+
{ [_h]: ["GET", "/profileresourceassociation/{ProfileResourceAssociationId}", 200] },
|
|
550
392
|
() => GetProfileResourceAssociationRequest,
|
|
551
393
|
() => GetProfileResourceAssociationResponse,
|
|
552
394
|
];
|
|
@@ -554,9 +396,7 @@ export var ListProfileAssociations = [
|
|
|
554
396
|
9,
|
|
555
397
|
n0,
|
|
556
398
|
_LPA,
|
|
557
|
-
{
|
|
558
|
-
[_h]: ["GET", "/profileassociations", 200],
|
|
559
|
-
},
|
|
399
|
+
{ [_h]: ["GET", "/profileassociations", 200] },
|
|
560
400
|
() => ListProfileAssociationsRequest,
|
|
561
401
|
() => ListProfileAssociationsResponse,
|
|
562
402
|
];
|
|
@@ -564,9 +404,7 @@ export var ListProfileResourceAssociations = [
|
|
|
564
404
|
9,
|
|
565
405
|
n0,
|
|
566
406
|
_LPRA,
|
|
567
|
-
{
|
|
568
|
-
[_h]: ["GET", "/profileresourceassociations/profileid/{ProfileId}", 200],
|
|
569
|
-
},
|
|
407
|
+
{ [_h]: ["GET", "/profileresourceassociations/profileid/{ProfileId}", 200] },
|
|
570
408
|
() => ListProfileResourceAssociationsRequest,
|
|
571
409
|
() => ListProfileResourceAssociationsResponse,
|
|
572
410
|
];
|
|
@@ -574,9 +412,7 @@ export var ListProfiles = [
|
|
|
574
412
|
9,
|
|
575
413
|
n0,
|
|
576
414
|
_LP,
|
|
577
|
-
{
|
|
578
|
-
[_h]: ["GET", "/profiles", 200],
|
|
579
|
-
},
|
|
415
|
+
{ [_h]: ["GET", "/profiles", 200] },
|
|
580
416
|
() => ListProfilesRequest,
|
|
581
417
|
() => ListProfilesResponse,
|
|
582
418
|
];
|
|
@@ -584,9 +420,7 @@ export var ListTagsForResource = [
|
|
|
584
420
|
9,
|
|
585
421
|
n0,
|
|
586
422
|
_LTFR,
|
|
587
|
-
{
|
|
588
|
-
[_h]: ["GET", "/tags/{ResourceArn}", 200],
|
|
589
|
-
},
|
|
423
|
+
{ [_h]: ["GET", "/tags/{ResourceArn}", 200] },
|
|
590
424
|
() => ListTagsForResourceRequest,
|
|
591
425
|
() => ListTagsForResourceResponse,
|
|
592
426
|
];
|
|
@@ -594,9 +428,7 @@ export var TagResource = [
|
|
|
594
428
|
9,
|
|
595
429
|
n0,
|
|
596
430
|
_TR,
|
|
597
|
-
{
|
|
598
|
-
[_h]: ["POST", "/tags/{ResourceArn}", 204],
|
|
599
|
-
},
|
|
431
|
+
{ [_h]: ["POST", "/tags/{ResourceArn}", 204] },
|
|
600
432
|
() => TagResourceRequest,
|
|
601
433
|
() => TagResourceResponse,
|
|
602
434
|
];
|
|
@@ -604,9 +436,7 @@ export var UntagResource = [
|
|
|
604
436
|
9,
|
|
605
437
|
n0,
|
|
606
438
|
_UR,
|
|
607
|
-
{
|
|
608
|
-
[_h]: ["DELETE", "/tags/{ResourceArn}", 204],
|
|
609
|
-
},
|
|
439
|
+
{ [_h]: ["DELETE", "/tags/{ResourceArn}", 204] },
|
|
610
440
|
() => UntagResourceRequest,
|
|
611
441
|
() => UntagResourceResponse,
|
|
612
442
|
];
|
|
@@ -614,9 +444,7 @@ export var UpdateProfileResourceAssociation = [
|
|
|
614
444
|
9,
|
|
615
445
|
n0,
|
|
616
446
|
_UPRA,
|
|
617
|
-
{
|
|
618
|
-
[_h]: ["PATCH", "/profileresourceassociation/{ProfileResourceAssociationId}", 200],
|
|
619
|
-
},
|
|
447
|
+
{ [_h]: ["PATCH", "/profileresourceassociation/{ProfileResourceAssociationId}", 200] },
|
|
620
448
|
() => UpdateProfileResourceAssociationRequest,
|
|
621
449
|
() => UpdateProfileResourceAssociationResponse,
|
|
622
450
|
];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
1
|
+
import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
2
2
|
import { AssociateProfileCommandInput, AssociateProfileCommandOutput } from "./commands/AssociateProfileCommand";
|
|
3
3
|
import { AssociateResourceToProfileCommandInput, AssociateResourceToProfileCommandOutput } from "./commands/AssociateResourceToProfileCommand";
|
|
4
4
|
import { CreateProfileCommandInput, CreateProfileCommandOutput } from "./commands/CreateProfileCommand";
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
2
|
-
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
3
|
-
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/config-resolver";
|
|
4
|
-
import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-endpoint";
|
|
5
|
-
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
|
-
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
1
|
+
import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
2
|
+
import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
3
|
+
import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/config-resolver";
|
|
4
|
+
import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/middleware-endpoint";
|
|
5
|
+
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
|
+
import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
|
+
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
|
|
8
|
+
import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type ClientProtocol, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type HttpRequest, type HttpResponse, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
|
+
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import { AssociateProfileCommandInput, AssociateProfileCommandOutput } from "./commands/AssociateProfileCommand";
|
|
11
11
|
import { AssociateResourceToProfileCommandInput, AssociateResourceToProfileCommandOutput } from "./commands/AssociateResourceToProfileCommand";
|
|
12
12
|
import { CreateProfileCommandInput, CreateProfileCommandOutput } from "./commands/CreateProfileCommand";
|
|
@@ -24,7 +24,7 @@ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/Ta
|
|
|
24
24
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
25
25
|
import { UpdateProfileResourceAssociationCommandInput, UpdateProfileResourceAssociationCommandOutput } from "./commands/UpdateProfileResourceAssociationCommand";
|
|
26
26
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
27
|
-
import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
27
|
+
import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
28
28
|
export { __Client };
|
|
29
29
|
/**
|
|
30
30
|
* @public
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { AwsCredentialIdentity, AwsCredentialIdentityProvider
|
|
2
|
-
import { Route53ProfilesHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
1
|
+
import { type HttpAuthScheme, AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";
|
|
2
|
+
import type { Route53ProfilesHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
3
3
|
/**
|
|
4
4
|
* @internal
|
|
5
5
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AwsSdkSigV4AuthInputConfig, AwsSdkSigV4AuthResolvedConfig, AwsSdkSigV4PreviouslyResolved } from "@aws-sdk/core";
|
|
2
|
-
import { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
|
|
3
|
-
import { Route53ProfilesClientResolvedConfig } from "../Route53ProfilesClient";
|
|
2
|
+
import type { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
|
|
3
|
+
import { type Route53ProfilesClientResolvedConfig } from "../Route53ProfilesClient";
|
|
4
4
|
/**
|
|
5
5
|
* @internal
|
|
6
6
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { AssociateProfileRequest, AssociateProfileResponse } from "../models/models_0";
|
|
4
|
-
import { Route53ProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ProfilesClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { AssociateProfileRequest, AssociateProfileResponse } from "../models/models_0";
|
|
4
|
+
import type { Route53ProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ProfilesClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { AssociateResourceToProfileRequest, AssociateResourceToProfileResponse } from "../models/models_0";
|
|
4
|
-
import { Route53ProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ProfilesClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { AssociateResourceToProfileRequest, AssociateResourceToProfileResponse } from "../models/models_0";
|
|
4
|
+
import type { Route53ProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ProfilesClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { CreateProfileRequest, CreateProfileResponse } from "../models/models_0";
|
|
4
|
-
import { Route53ProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ProfilesClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { CreateProfileRequest, CreateProfileResponse } from "../models/models_0";
|
|
4
|
+
import type { Route53ProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ProfilesClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { DeleteProfileRequest, DeleteProfileResponse } from "../models/models_0";
|
|
4
|
-
import { Route53ProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ProfilesClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { DeleteProfileRequest, DeleteProfileResponse } from "../models/models_0";
|
|
4
|
+
import type { Route53ProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ProfilesClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { DisassociateProfileRequest, DisassociateProfileResponse } from "../models/models_0";
|
|
4
|
-
import { Route53ProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ProfilesClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { DisassociateProfileRequest, DisassociateProfileResponse } from "../models/models_0";
|
|
4
|
+
import type { Route53ProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ProfilesClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { DisassociateResourceFromProfileRequest, DisassociateResourceFromProfileResponse } from "../models/models_0";
|
|
4
|
-
import { Route53ProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ProfilesClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { DisassociateResourceFromProfileRequest, DisassociateResourceFromProfileResponse } from "../models/models_0";
|
|
4
|
+
import type { Route53ProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ProfilesClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { GetProfileAssociationRequest, GetProfileAssociationResponse } from "../models/models_0";
|
|
4
|
-
import { Route53ProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ProfilesClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { GetProfileAssociationRequest, GetProfileAssociationResponse } from "../models/models_0";
|
|
4
|
+
import type { Route53ProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ProfilesClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { GetProfileRequest, GetProfileResponse } from "../models/models_0";
|
|
4
|
-
import { Route53ProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ProfilesClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { GetProfileRequest, GetProfileResponse } from "../models/models_0";
|
|
4
|
+
import type { Route53ProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ProfilesClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { GetProfileResourceAssociationRequest, GetProfileResourceAssociationResponse } from "../models/models_0";
|
|
4
|
-
import { Route53ProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ProfilesClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { GetProfileResourceAssociationRequest, GetProfileResourceAssociationResponse } from "../models/models_0";
|
|
4
|
+
import type { Route53ProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ProfilesClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { ListProfileAssociationsRequest, ListProfileAssociationsResponse } from "../models/models_0";
|
|
4
|
-
import { Route53ProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ProfilesClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { ListProfileAssociationsRequest, ListProfileAssociationsResponse } from "../models/models_0";
|
|
4
|
+
import type { Route53ProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ProfilesClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { ListProfileResourceAssociationsRequest, ListProfileResourceAssociationsResponse } from "../models/models_0";
|
|
4
|
-
import { Route53ProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ProfilesClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { ListProfileResourceAssociationsRequest, ListProfileResourceAssociationsResponse } from "../models/models_0";
|
|
4
|
+
import type { Route53ProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ProfilesClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { ListProfilesRequest, ListProfilesResponse } from "../models/models_0";
|
|
4
|
-
import { Route53ProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ProfilesClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { ListProfilesRequest, ListProfilesResponse } from "../models/models_0";
|
|
4
|
+
import type { Route53ProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ProfilesClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
4
|
-
import { Route53ProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ProfilesClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
4
|
+
import type { Route53ProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ProfilesClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
4
|
-
import { Route53ProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ProfilesClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
4
|
+
import type { Route53ProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ProfilesClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|