@aws-sdk/client-route53profiles 3.927.0 → 3.929.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.
Files changed (37) hide show
  1. package/dist-cjs/index.js +671 -805
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/Route53ProfilesClient.js +2 -0
  4. package/dist-es/commands/AssociateProfileCommand.js +3 -9
  5. package/dist-es/commands/AssociateResourceToProfileCommand.js +3 -9
  6. package/dist-es/commands/CreateProfileCommand.js +3 -9
  7. package/dist-es/commands/DeleteProfileCommand.js +3 -9
  8. package/dist-es/commands/DisassociateProfileCommand.js +3 -9
  9. package/dist-es/commands/DisassociateResourceFromProfileCommand.js +3 -9
  10. package/dist-es/commands/GetProfileAssociationCommand.js +3 -9
  11. package/dist-es/commands/GetProfileCommand.js +3 -9
  12. package/dist-es/commands/GetProfileResourceAssociationCommand.js +3 -9
  13. package/dist-es/commands/ListProfileAssociationsCommand.js +3 -9
  14. package/dist-es/commands/ListProfileResourceAssociationsCommand.js +3 -9
  15. package/dist-es/commands/ListProfilesCommand.js +3 -9
  16. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  17. package/dist-es/commands/TagResourceCommand.js +3 -9
  18. package/dist-es/commands/UntagResourceCommand.js +3 -9
  19. package/dist-es/commands/UpdateProfileResourceAssociationCommand.js +3 -9
  20. package/dist-es/runtimeConfig.shared.js +2 -0
  21. package/dist-es/schemas/schemas_0.js +622 -0
  22. package/dist-types/Route53ProfilesClient.d.ts +10 -1
  23. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  24. package/dist-types/runtimeConfig.d.ts +1 -0
  25. package/dist-types/runtimeConfig.native.d.ts +1 -0
  26. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  27. package/dist-types/schemas/schemas_0.d.ts +72 -0
  28. package/dist-types/ts3.4/Route53ProfilesClient.d.ts +4 -0
  29. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  30. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  31. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  32. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  33. package/dist-types/ts3.4/schemas/schemas_0.d.ts +77 -0
  34. package/package.json +5 -6
  35. package/dist-es/protocols/Aws_restJson1.js +0 -676
  36. package/dist-types/protocols/Aws_restJson1.d.ts +0 -146
  37. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -197
@@ -0,0 +1,622 @@
1
+ const _A = "Arn";
2
+ const _ADE = "AccessDeniedException";
3
+ const _AP = "AssociateProfile";
4
+ const _APR = "AssociateProfileRequest";
5
+ const _APRs = "AssociateProfileResponse";
6
+ const _ARTP = "AssociateResourceToProfile";
7
+ const _ARTPR = "AssociateResourceToProfileRequest";
8
+ const _ARTPRs = "AssociateResourceToProfileResponse";
9
+ const _CE = "ConflictException";
10
+ const _CP = "CreateProfile";
11
+ const _CPR = "CreateProfileRequest";
12
+ const _CPRr = "CreateProfileResponse";
13
+ const _CT = "ClientToken";
14
+ const _CTr = "CreationTime";
15
+ const _DP = "DeleteProfile";
16
+ const _DPR = "DeleteProfileRequest";
17
+ const _DPRe = "DeleteProfileResponse";
18
+ const _DPRi = "DisassociateProfileRequest";
19
+ const _DPRis = "DisassociateProfileResponse";
20
+ const _DPi = "DisassociateProfile";
21
+ const _DRFP = "DisassociateResourceFromProfile";
22
+ const _DRFPR = "DisassociateResourceFromProfileRequest";
23
+ const _DRFPRi = "DisassociateResourceFromProfileResponse";
24
+ const _FN = "FieldName";
25
+ const _GP = "GetProfile";
26
+ const _GPA = "GetProfileAssociation";
27
+ const _GPAR = "GetProfileAssociationRequest";
28
+ const _GPARe = "GetProfileAssociationResponse";
29
+ const _GPR = "GetProfileRequest";
30
+ const _GPRA = "GetProfileResourceAssociation";
31
+ const _GPRAR = "GetProfileResourceAssociationRequest";
32
+ const _GPRARe = "GetProfileResourceAssociationResponse";
33
+ const _GPRe = "GetProfileResponse";
34
+ const _I = "Id";
35
+ const _INTE = "InvalidNextTokenException";
36
+ const _IPE = "InvalidParameterException";
37
+ const _ISEE = "InternalServiceErrorException";
38
+ const _K = "Key";
39
+ const _LEE = "LimitExceededException";
40
+ const _LP = "ListProfiles";
41
+ const _LPA = "ListProfileAssociations";
42
+ const _LPAR = "ListProfileAssociationsRequest";
43
+ const _LPARi = "ListProfileAssociationsResponse";
44
+ const _LPR = "ListProfilesRequest";
45
+ const _LPRA = "ListProfileResourceAssociations";
46
+ const _LPRAR = "ListProfileResourceAssociationsRequest";
47
+ const _LPRARi = "ListProfileResourceAssociationsResponse";
48
+ const _LPRi = "ListProfilesResponse";
49
+ const _LTFR = "ListTagsForResource";
50
+ const _LTFRR = "ListTagsForResourceRequest";
51
+ const _LTFRRi = "ListTagsForResourceResponse";
52
+ const _M = "Message";
53
+ const _MR = "MaxResults";
54
+ const _MT = "ModificationTime";
55
+ const _N = "Name";
56
+ const _NT = "NextToken";
57
+ const _OI = "OwnerId";
58
+ const _P = "Profile";
59
+ const _PA = "ProfileAssociation";
60
+ const _PAI = "ProfileAssociationId";
61
+ const _PAr = "ProfileAssociations";
62
+ const _PI = "ProfileId";
63
+ const _PRA = "ProfileResourceAssociation";
64
+ const _PRAI = "ProfileResourceAssociationId";
65
+ const _PRAr = "ProfileResourceAssociations";
66
+ const _PS = "ProfileSummaries";
67
+ const _PSL = "ProfileSummaryList";
68
+ const _PSr = "ProfileSummary";
69
+ const _RA = "ResourceArn";
70
+ const _REE = "ResourceExistsException";
71
+ const _RI = "ResourceId";
72
+ const _RNFE = "ResourceNotFoundException";
73
+ const _RP = "ResourceProperties";
74
+ const _RT = "ResourceType";
75
+ const _S = "Status";
76
+ const _SM = "StatusMessage";
77
+ const _SS = "ShareStatus";
78
+ const _T = "Tags";
79
+ const _TE = "ThrottlingException";
80
+ const _TK = "TagKeys";
81
+ const _TL = "TagList";
82
+ const _TR = "TagResource";
83
+ const _TRR = "TagResourceRequest";
84
+ const _TRRa = "TagResourceResponse";
85
+ const _Ta = "Tag";
86
+ const _UPRA = "UpdateProfileResourceAssociation";
87
+ const _UPRAR = "UpdateProfileResourceAssociationRequest";
88
+ const _UPRARp = "UpdateProfileResourceAssociationResponse";
89
+ const _UR = "UntagResource";
90
+ const _URR = "UntagResourceRequest";
91
+ const _URRn = "UntagResourceResponse";
92
+ const _V = "Value";
93
+ const _VE = "ValidationException";
94
+ const _c = "client";
95
+ const _e = "error";
96
+ const _h = "http";
97
+ const _hQ = "httpQuery";
98
+ const _mR = "maxResults";
99
+ const _nT = "nextToken";
100
+ const _pI = "profileId";
101
+ const _rI = "resourceId";
102
+ const _rT = "resourceType";
103
+ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.route53profiles";
104
+ const _tK = "tagKeys";
105
+ const n0 = "com.amazonaws.route53profiles";
106
+ import { TypeRegistry } from "@smithy/core/schema";
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/index";
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
+ ];
119
+ TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
120
+ export var AssociateProfileRequest = [
121
+ 3,
122
+ n0,
123
+ _APR,
124
+ 0,
125
+ [_PI, _RI, _N, _T],
126
+ [0, 0, 0, () => TagList],
127
+ ];
128
+ export var AssociateProfileResponse = [3, n0, _APRs, 0, [_PA], [() => ProfileAssociation]];
129
+ export var AssociateResourceToProfileRequest = [
130
+ 3,
131
+ n0,
132
+ _ARTPR,
133
+ 0,
134
+ [_PI, _RA, _N, _RP],
135
+ [0, 0, 0, 0],
136
+ ];
137
+ export var AssociateResourceToProfileResponse = [
138
+ 3,
139
+ n0,
140
+ _ARTPRs,
141
+ 0,
142
+ [_PRA],
143
+ [() => ProfileResourceAssociation],
144
+ ];
145
+ export var ConflictException = [
146
+ -3,
147
+ n0,
148
+ _CE,
149
+ {
150
+ [_e]: _c,
151
+ },
152
+ [_M],
153
+ [0],
154
+ ];
155
+ TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
156
+ export var CreateProfileRequest = [3, n0, _CPR, 0, [_N, _CT, _T], [0, [0, 4], () => TagList]];
157
+ export var CreateProfileResponse = [3, n0, _CPRr, 0, [_P], [() => Profile]];
158
+ export var DeleteProfileRequest = [3, n0, _DPR, 0, [_PI], [[0, 1]]];
159
+ export var DeleteProfileResponse = [3, n0, _DPRe, 0, [_P], [() => Profile]];
160
+ export var DisassociateProfileRequest = [
161
+ 3,
162
+ n0,
163
+ _DPRi,
164
+ 0,
165
+ [_PI, _RI],
166
+ [
167
+ [0, 1],
168
+ [0, 1],
169
+ ],
170
+ ];
171
+ export var DisassociateProfileResponse = [3, n0, _DPRis, 0, [_PA], [() => ProfileAssociation]];
172
+ export var DisassociateResourceFromProfileRequest = [
173
+ 3,
174
+ n0,
175
+ _DRFPR,
176
+ 0,
177
+ [_PI, _RA],
178
+ [
179
+ [0, 1],
180
+ [0, 1],
181
+ ],
182
+ ];
183
+ export var DisassociateResourceFromProfileResponse = [
184
+ 3,
185
+ n0,
186
+ _DRFPRi,
187
+ 0,
188
+ [_PRA],
189
+ [() => ProfileResourceAssociation],
190
+ ];
191
+ export var GetProfileAssociationRequest = [3, n0, _GPAR, 0, [_PAI], [[0, 1]]];
192
+ export var GetProfileAssociationResponse = [3, n0, _GPARe, 0, [_PA], [() => ProfileAssociation]];
193
+ export var GetProfileRequest = [3, n0, _GPR, 0, [_PI], [[0, 1]]];
194
+ export var GetProfileResourceAssociationRequest = [3, n0, _GPRAR, 0, [_PRAI], [[0, 1]]];
195
+ export var GetProfileResourceAssociationResponse = [
196
+ 3,
197
+ n0,
198
+ _GPRARe,
199
+ 0,
200
+ [_PRA],
201
+ [() => ProfileResourceAssociation],
202
+ ];
203
+ 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
+ ];
214
+ 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
+ ];
225
+ 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
+ ];
236
+ 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
+ ];
247
+ TypeRegistry.for(n0).registerError(LimitExceededException, __LimitExceededException);
248
+ export var ListProfileAssociationsRequest = [
249
+ 3,
250
+ n0,
251
+ _LPAR,
252
+ 0,
253
+ [_RI, _PI, _MR, _NT],
254
+ [
255
+ [
256
+ 0,
257
+ {
258
+ [_hQ]: _rI,
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
+ ],
279
+ ],
280
+ ];
281
+ export var ListProfileAssociationsResponse = [
282
+ 3,
283
+ n0,
284
+ _LPARi,
285
+ 0,
286
+ [_PAr, _NT],
287
+ [() => ProfileAssociations, 0],
288
+ ];
289
+ export var ListProfileResourceAssociationsRequest = [
290
+ 3,
291
+ n0,
292
+ _LPRAR,
293
+ 0,
294
+ [_PI, _RT, _MR, _NT],
295
+ [
296
+ [0, 1],
297
+ [
298
+ 0,
299
+ {
300
+ [_hQ]: _rT,
301
+ },
302
+ ],
303
+ [
304
+ 1,
305
+ {
306
+ [_hQ]: _mR,
307
+ },
308
+ ],
309
+ [
310
+ 0,
311
+ {
312
+ [_hQ]: _nT,
313
+ },
314
+ ],
315
+ ],
316
+ ];
317
+ export var ListProfileResourceAssociationsResponse = [
318
+ 3,
319
+ n0,
320
+ _LPRARi,
321
+ 0,
322
+ [_PRAr, _NT],
323
+ [() => ProfileResourceAssociations, 0],
324
+ ];
325
+ export var ListProfilesRequest = [
326
+ 3,
327
+ n0,
328
+ _LPR,
329
+ 0,
330
+ [_MR, _NT],
331
+ [
332
+ [
333
+ 1,
334
+ {
335
+ [_hQ]: _mR,
336
+ },
337
+ ],
338
+ [
339
+ 0,
340
+ {
341
+ [_hQ]: _nT,
342
+ },
343
+ ],
344
+ ],
345
+ ];
346
+ export var ListProfilesResponse = [3, n0, _LPRi, 0, [_PS, _NT], [() => ProfileSummaryList, 0]];
347
+ export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_RA], [[0, 1]]];
348
+ export var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_T], [128 | 0]];
349
+ export var Profile = [
350
+ 3,
351
+ n0,
352
+ _P,
353
+ 0,
354
+ [_I, _A, _N, _OI, _S, _SM, _SS, _CTr, _MT, _CT],
355
+ [0, 0, 0, 0, 0, 0, 0, 4, 4, 0],
356
+ ];
357
+ export var ProfileAssociation = [
358
+ 3,
359
+ n0,
360
+ _PA,
361
+ 0,
362
+ [_I, _N, _OI, _PI, _RI, _S, _SM, _CTr, _MT],
363
+ [0, 0, 0, 0, 0, 0, 0, 4, 4],
364
+ ];
365
+ export var ProfileResourceAssociation = [
366
+ 3,
367
+ n0,
368
+ _PRA,
369
+ 0,
370
+ [_I, _N, _OI, _PI, _RA, _RT, _RP, _S, _SM, _CTr, _MT],
371
+ [0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 4],
372
+ ];
373
+ 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
+ ];
384
+ 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
+ ];
395
+ TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
396
+ export var Tag = [3, n0, _Ta, 0, [_K, _V], [0, 0]];
397
+ export var TagResourceRequest = [3, n0, _TRR, 0, [_RA, _T], [[0, 1], 128 | 0]];
398
+ 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
+ ];
409
+ TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
410
+ export var UntagResourceRequest = [
411
+ 3,
412
+ n0,
413
+ _URR,
414
+ 0,
415
+ [_RA, _TK],
416
+ [
417
+ [0, 1],
418
+ [
419
+ 64 | 0,
420
+ {
421
+ [_hQ]: _tK,
422
+ },
423
+ ],
424
+ ],
425
+ ];
426
+ export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
427
+ export var UpdateProfileResourceAssociationRequest = [
428
+ 3,
429
+ n0,
430
+ _UPRAR,
431
+ 0,
432
+ [_PRAI, _N, _RP],
433
+ [[0, 1], 0, 0],
434
+ ];
435
+ export var UpdateProfileResourceAssociationResponse = [
436
+ 3,
437
+ n0,
438
+ _UPRARp,
439
+ 0,
440
+ [_PRA],
441
+ [() => ProfileResourceAssociation],
442
+ ];
443
+ export var ValidationException = [
444
+ -3,
445
+ n0,
446
+ _VE,
447
+ {
448
+ [_e]: _c,
449
+ },
450
+ [_M],
451
+ [0],
452
+ ];
453
+ TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
454
+ export var __Unit = "unit";
455
+ export var Route53ProfilesServiceException = [-3, _s, "Route53ProfilesServiceException", 0, [], []];
456
+ TypeRegistry.for(_s).registerError(Route53ProfilesServiceException, __Route53ProfilesServiceException);
457
+ export var ProfileAssociations = [1, n0, _PAr, 0, () => ProfileAssociation];
458
+ export var ProfileResourceAssociations = [1, n0, _PRAr, 0, () => ProfileResourceAssociation];
459
+ export var ProfileSummaryList = [1, n0, _PSL, 0, () => ProfileSummary];
460
+ export var TagKeyList = 64 | 0;
461
+ export var TagList = [1, n0, _TL, 0, () => Tag];
462
+ export var TagMap = 128 | 0;
463
+ export var AssociateProfile = [
464
+ 9,
465
+ n0,
466
+ _AP,
467
+ {
468
+ [_h]: ["POST", "/profileassociation", 200],
469
+ },
470
+ () => AssociateProfileRequest,
471
+ () => AssociateProfileResponse,
472
+ ];
473
+ export var AssociateResourceToProfile = [
474
+ 9,
475
+ n0,
476
+ _ARTP,
477
+ {
478
+ [_h]: ["POST", "/profileresourceassociation", 200],
479
+ },
480
+ () => AssociateResourceToProfileRequest,
481
+ () => AssociateResourceToProfileResponse,
482
+ ];
483
+ export var CreateProfile = [
484
+ 9,
485
+ n0,
486
+ _CP,
487
+ {
488
+ [_h]: ["POST", "/profile", 200],
489
+ },
490
+ () => CreateProfileRequest,
491
+ () => CreateProfileResponse,
492
+ ];
493
+ export var DeleteProfile = [
494
+ 9,
495
+ n0,
496
+ _DP,
497
+ {
498
+ [_h]: ["DELETE", "/profile/{ProfileId}", 200],
499
+ },
500
+ () => DeleteProfileRequest,
501
+ () => DeleteProfileResponse,
502
+ ];
503
+ export var DisassociateProfile = [
504
+ 9,
505
+ n0,
506
+ _DPi,
507
+ {
508
+ [_h]: ["DELETE", "/profileassociation/Profileid/{ProfileId}/resourceid/{ResourceId}", 200],
509
+ },
510
+ () => DisassociateProfileRequest,
511
+ () => DisassociateProfileResponse,
512
+ ];
513
+ export var DisassociateResourceFromProfile = [
514
+ 9,
515
+ n0,
516
+ _DRFP,
517
+ {
518
+ [_h]: ["DELETE", "/profileresourceassociation/profileid/{ProfileId}/resourcearn/{ResourceArn}", 200],
519
+ },
520
+ () => DisassociateResourceFromProfileRequest,
521
+ () => DisassociateResourceFromProfileResponse,
522
+ ];
523
+ export var GetProfile = [
524
+ 9,
525
+ n0,
526
+ _GP,
527
+ {
528
+ [_h]: ["GET", "/profile/{ProfileId}", 200],
529
+ },
530
+ () => GetProfileRequest,
531
+ () => GetProfileResponse,
532
+ ];
533
+ export var GetProfileAssociation = [
534
+ 9,
535
+ n0,
536
+ _GPA,
537
+ {
538
+ [_h]: ["GET", "/profileassociation/{ProfileAssociationId}", 200],
539
+ },
540
+ () => GetProfileAssociationRequest,
541
+ () => GetProfileAssociationResponse,
542
+ ];
543
+ export var GetProfileResourceAssociation = [
544
+ 9,
545
+ n0,
546
+ _GPRA,
547
+ {
548
+ [_h]: ["GET", "/profileresourceassociation/{ProfileResourceAssociationId}", 200],
549
+ },
550
+ () => GetProfileResourceAssociationRequest,
551
+ () => GetProfileResourceAssociationResponse,
552
+ ];
553
+ export var ListProfileAssociations = [
554
+ 9,
555
+ n0,
556
+ _LPA,
557
+ {
558
+ [_h]: ["GET", "/profileassociations", 200],
559
+ },
560
+ () => ListProfileAssociationsRequest,
561
+ () => ListProfileAssociationsResponse,
562
+ ];
563
+ export var ListProfileResourceAssociations = [
564
+ 9,
565
+ n0,
566
+ _LPRA,
567
+ {
568
+ [_h]: ["GET", "/profileresourceassociations/profileid/{ProfileId}", 200],
569
+ },
570
+ () => ListProfileResourceAssociationsRequest,
571
+ () => ListProfileResourceAssociationsResponse,
572
+ ];
573
+ export var ListProfiles = [
574
+ 9,
575
+ n0,
576
+ _LP,
577
+ {
578
+ [_h]: ["GET", "/profiles", 200],
579
+ },
580
+ () => ListProfilesRequest,
581
+ () => ListProfilesResponse,
582
+ ];
583
+ export var ListTagsForResource = [
584
+ 9,
585
+ n0,
586
+ _LTFR,
587
+ {
588
+ [_h]: ["GET", "/tags/{ResourceArn}", 200],
589
+ },
590
+ () => ListTagsForResourceRequest,
591
+ () => ListTagsForResourceResponse,
592
+ ];
593
+ export var TagResource = [
594
+ 9,
595
+ n0,
596
+ _TR,
597
+ {
598
+ [_h]: ["POST", "/tags/{ResourceArn}", 204],
599
+ },
600
+ () => TagResourceRequest,
601
+ () => TagResourceResponse,
602
+ ];
603
+ export var UntagResource = [
604
+ 9,
605
+ n0,
606
+ _UR,
607
+ {
608
+ [_h]: ["DELETE", "/tags/{ResourceArn}", 204],
609
+ },
610
+ () => UntagResourceRequest,
611
+ () => UntagResourceResponse,
612
+ ];
613
+ export var UpdateProfileResourceAssociation = [
614
+ 9,
615
+ n0,
616
+ _UPRA,
617
+ {
618
+ [_h]: ["PATCH", "/profileresourceassociation/{ProfileResourceAssociationId}", 200],
619
+ },
620
+ () => UpdateProfileResourceAssociationRequest,
621
+ () => UpdateProfileResourceAssociationResponse,
622
+ ];
@@ -5,7 +5,7 @@ import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-
5
5
  import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
6
6
  import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
7
  import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@smithy/smithy-client";
8
- import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
8
+ import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, ClientProtocol, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, HttpRequest, HttpResponse, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
9
9
  import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
10
  import { AssociateProfileCommandInput, AssociateProfileCommandOutput } from "./commands/AssociateProfileCommand";
11
11
  import { AssociateResourceToProfileCommandInput, AssociateResourceToProfileCommandOutput } from "./commands/AssociateResourceToProfileCommand";
@@ -157,6 +157,15 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
157
157
  * Optional extensions
158
158
  */
159
159
  extensions?: RuntimeExtension[];
160
+ /**
161
+ * The protocol controlling the message type (e.g. HTTP) and format (e.g. JSON)
162
+ * may be overridden. A default will always be set by the client.
163
+ * Available options depend on the service's supported protocols and will not be validated by
164
+ * the client.
165
+ * @alpha
166
+ *
167
+ */
168
+ protocol?: ClientProtocol<HttpRequest, HttpResponse>;
160
169
  /**
161
170
  * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
162
171
  */
@@ -29,6 +29,7 @@ export declare const getRuntimeConfig: (config: Route53ProfilesClientConfig) =>
29
29
  profile?: string;
30
30
  logger: import("@smithy/types").Logger;
31
31
  extensions: import("./runtimeExtensions").RuntimeExtension[];
32
+ protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
32
33
  customUserAgent?: string | import("@smithy/types").UserAgent;
33
34
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
34
35
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
@@ -31,6 +31,7 @@ export declare const getRuntimeConfig: (config: Route53ProfilesClientConfig) =>
31
31
  profile?: string;
32
32
  logger: import("@smithy/types").Logger;
33
33
  extensions: import("./runtimeExtensions").RuntimeExtension[];
34
+ protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
34
35
  customUserAgent?: string | import("@smithy/types").UserAgent;
35
36
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
36
37
  endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
@@ -27,6 +27,7 @@ export declare const getRuntimeConfig: (config: Route53ProfilesClientConfig) =>
27
27
  retryMode: string | import("@smithy/types").Provider<string>;
28
28
  logger: import("@smithy/types").Logger;
29
29
  extensions: import("./runtimeExtensions").RuntimeExtension[];
30
+ protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
30
31
  defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
31
32
  customUserAgent?: string | import("@smithy/types").UserAgent;
32
33
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
@@ -14,6 +14,7 @@ export declare const getRuntimeConfig: (config: Route53ProfilesClientConfig) =>
14
14
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").Route53ProfilesHttpAuthSchemeProvider;
15
15
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
16
16
  logger: import("@smithy/types").Logger;
17
+ protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
17
18
  serviceId: string;
18
19
  urlParser: import("@smithy/types").UrlParser;
19
20
  utf8Decoder: import("@smithy/types").Decoder;