@aws-sdk/client-route53profiles 3.1067.0 → 3.1069.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.
@@ -1,7 +1,3 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AssociateProfile$ = exports.UpdateProfileResourceAssociationResponse$ = exports.UpdateProfileResourceAssociationRequest$ = exports.UntagResourceResponse$ = exports.UntagResourceRequest$ = exports.TagResourceResponse$ = exports.TagResourceRequest$ = exports.Tag$ = exports.ProfileSummary$ = exports.ProfileResourceAssociation$ = exports.ProfileAssociation$ = exports.Profile$ = exports.ListTagsForResourceResponse$ = exports.ListTagsForResourceRequest$ = exports.ListProfilesResponse$ = exports.ListProfilesRequest$ = exports.ListProfileResourceAssociationsResponse$ = exports.ListProfileResourceAssociationsRequest$ = exports.ListProfileAssociationsResponse$ = exports.ListProfileAssociationsRequest$ = exports.GetProfileResponse$ = exports.GetProfileResourceAssociationResponse$ = exports.GetProfileResourceAssociationRequest$ = exports.GetProfileRequest$ = exports.GetProfileAssociationResponse$ = exports.GetProfileAssociationRequest$ = exports.DisassociateResourceFromProfileResponse$ = exports.DisassociateResourceFromProfileRequest$ = exports.DisassociateProfileResponse$ = exports.DisassociateProfileRequest$ = exports.DeleteProfileResponse$ = exports.DeleteProfileRequest$ = exports.CreateProfileResponse$ = exports.CreateProfileRequest$ = exports.AssociateResourceToProfileResponse$ = exports.AssociateResourceToProfileRequest$ = exports.AssociateProfileResponse$ = exports.AssociateProfileRequest$ = exports.errorTypeRegistries = exports.ValidationException$ = exports.ThrottlingException$ = exports.ResourceNotFoundException$ = exports.ResourceExistsException$ = exports.LimitExceededException$ = exports.InvalidParameterException$ = exports.InvalidNextTokenException$ = exports.InternalServiceErrorException$ = exports.ConflictException$ = exports.AccessDeniedException$ = exports.Route53ProfilesServiceException$ = void 0;
4
- exports.UpdateProfileResourceAssociation$ = exports.UntagResource$ = exports.TagResource$ = exports.ListTagsForResource$ = exports.ListProfiles$ = exports.ListProfileResourceAssociations$ = exports.ListProfileAssociations$ = exports.GetProfileResourceAssociation$ = exports.GetProfileAssociation$ = exports.GetProfile$ = exports.DisassociateResourceFromProfile$ = exports.DisassociateProfile$ = exports.DeleteProfile$ = exports.CreateProfile$ = exports.AssociateResourceToProfile$ = void 0;
5
1
  const _A = "Arn";
6
2
  const _ADE = "AccessDeniedException";
7
3
  const _AP = "AssociateProfile";
@@ -107,321 +103,369 @@ const _rT = "resourceType";
107
103
  const _s = "smithy.ts.sdk.synthetic.com.amazonaws.route53profiles";
108
104
  const _tK = "tagKeys";
109
105
  const n0 = "com.amazonaws.route53profiles";
110
- const schema_1 = require("@smithy/core/schema");
111
- const errors_1 = require("../models/errors");
112
- const Route53ProfilesServiceException_1 = require("../models/Route53ProfilesServiceException");
113
- const _s_registry = schema_1.TypeRegistry.for(_s);
114
- exports.Route53ProfilesServiceException$ = [-3, _s, "Route53ProfilesServiceException", 0, [], []];
115
- _s_registry.registerError(exports.Route53ProfilesServiceException$, Route53ProfilesServiceException_1.Route53ProfilesServiceException);
116
- const n0_registry = schema_1.TypeRegistry.for(n0);
117
- exports.AccessDeniedException$ = [-3, n0, _ADE,
106
+ const { TypeRegistry } = require("@smithy/core/schema");
107
+ const { AccessDeniedException, ConflictException, InternalServiceErrorException, InvalidNextTokenException, InvalidParameterException, LimitExceededException, ResourceExistsException, ResourceNotFoundException, ThrottlingException, ValidationException } = require("../models/errors");
108
+ const { Route53ProfilesServiceException } = require("../models/Route53ProfilesServiceException");
109
+ const _s_registry = TypeRegistry.for(_s);
110
+ const Route53ProfilesServiceException$ = [-3, _s, "Route53ProfilesServiceException", 0, [], []];
111
+ exports.Route53ProfilesServiceException$ = Route53ProfilesServiceException$;
112
+ _s_registry.registerError(Route53ProfilesServiceException$, Route53ProfilesServiceException);
113
+ const n0_registry = TypeRegistry.for(n0);
114
+ const AccessDeniedException$ = [-3, n0, _ADE,
118
115
  { [_e]: _c },
119
116
  [_M],
120
117
  [0]
121
118
  ];
122
- n0_registry.registerError(exports.AccessDeniedException$, errors_1.AccessDeniedException);
123
- exports.ConflictException$ = [-3, n0, _CE,
119
+ exports.AccessDeniedException$ = AccessDeniedException$;
120
+ n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
121
+ const ConflictException$ = [-3, n0, _CE,
124
122
  { [_e]: _c },
125
123
  [_M],
126
124
  [0]
127
125
  ];
128
- n0_registry.registerError(exports.ConflictException$, errors_1.ConflictException);
129
- exports.InternalServiceErrorException$ = [-3, n0, _ISEE,
126
+ exports.ConflictException$ = ConflictException$;
127
+ n0_registry.registerError(ConflictException$, ConflictException);
128
+ const InternalServiceErrorException$ = [-3, n0, _ISEE,
130
129
  { [_e]: _c },
131
130
  [_M],
132
131
  [0]
133
132
  ];
134
- n0_registry.registerError(exports.InternalServiceErrorException$, errors_1.InternalServiceErrorException);
135
- exports.InvalidNextTokenException$ = [-3, n0, _INTE,
133
+ exports.InternalServiceErrorException$ = InternalServiceErrorException$;
134
+ n0_registry.registerError(InternalServiceErrorException$, InternalServiceErrorException);
135
+ const InvalidNextTokenException$ = [-3, n0, _INTE,
136
136
  { [_e]: _c },
137
137
  [_M],
138
138
  [0]
139
139
  ];
140
- n0_registry.registerError(exports.InvalidNextTokenException$, errors_1.InvalidNextTokenException);
141
- exports.InvalidParameterException$ = [-3, n0, _IPE,
140
+ exports.InvalidNextTokenException$ = InvalidNextTokenException$;
141
+ n0_registry.registerError(InvalidNextTokenException$, InvalidNextTokenException);
142
+ const InvalidParameterException$ = [-3, n0, _IPE,
142
143
  { [_e]: _c },
143
144
  [_M, _FN],
144
145
  [0, 0], 1
145
146
  ];
146
- n0_registry.registerError(exports.InvalidParameterException$, errors_1.InvalidParameterException);
147
- exports.LimitExceededException$ = [-3, n0, _LEE,
147
+ exports.InvalidParameterException$ = InvalidParameterException$;
148
+ n0_registry.registerError(InvalidParameterException$, InvalidParameterException);
149
+ const LimitExceededException$ = [-3, n0, _LEE,
148
150
  { [_e]: _c },
149
151
  [_M, _RT],
150
152
  [0, 0]
151
153
  ];
152
- n0_registry.registerError(exports.LimitExceededException$, errors_1.LimitExceededException);
153
- exports.ResourceExistsException$ = [-3, n0, _REE,
154
+ exports.LimitExceededException$ = LimitExceededException$;
155
+ n0_registry.registerError(LimitExceededException$, LimitExceededException);
156
+ const ResourceExistsException$ = [-3, n0, _REE,
154
157
  { [_e]: _c },
155
158
  [_M, _RT],
156
159
  [0, 0]
157
160
  ];
158
- n0_registry.registerError(exports.ResourceExistsException$, errors_1.ResourceExistsException);
159
- exports.ResourceNotFoundException$ = [-3, n0, _RNFE,
161
+ exports.ResourceExistsException$ = ResourceExistsException$;
162
+ n0_registry.registerError(ResourceExistsException$, ResourceExistsException);
163
+ const ResourceNotFoundException$ = [-3, n0, _RNFE,
160
164
  { [_e]: _c },
161
165
  [_M, _RT],
162
166
  [0, 0]
163
167
  ];
164
- n0_registry.registerError(exports.ResourceNotFoundException$, errors_1.ResourceNotFoundException);
165
- exports.ThrottlingException$ = [-3, n0, _TE,
168
+ exports.ResourceNotFoundException$ = ResourceNotFoundException$;
169
+ n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
170
+ const ThrottlingException$ = [-3, n0, _TE,
166
171
  { [_e]: _c },
167
172
  [_M],
168
173
  [0]
169
174
  ];
170
- n0_registry.registerError(exports.ThrottlingException$, errors_1.ThrottlingException);
171
- exports.ValidationException$ = [-3, n0, _VE,
175
+ exports.ThrottlingException$ = ThrottlingException$;
176
+ n0_registry.registerError(ThrottlingException$, ThrottlingException);
177
+ const ValidationException$ = [-3, n0, _VE,
172
178
  { [_e]: _c },
173
179
  [_M],
174
180
  [0]
175
181
  ];
176
- n0_registry.registerError(exports.ValidationException$, errors_1.ValidationException);
182
+ exports.ValidationException$ = ValidationException$;
183
+ n0_registry.registerError(ValidationException$, ValidationException);
177
184
  exports.errorTypeRegistries = [
178
185
  _s_registry,
179
186
  n0_registry,
180
187
  ];
181
- exports.AssociateProfileRequest$ = [3, n0, _APR,
188
+ const AssociateProfileRequest$ = [3, n0, _APR,
182
189
  0,
183
190
  [_PI, _RI, _N, _T],
184
191
  [0, 0, 0, () => TagList], 3
185
192
  ];
186
- exports.AssociateProfileResponse$ = [3, n0, _APRs,
193
+ exports.AssociateProfileRequest$ = AssociateProfileRequest$;
194
+ const AssociateProfileResponse$ = [3, n0, _APRs,
187
195
  0,
188
196
  [_PA],
189
- [() => exports.ProfileAssociation$]
197
+ [() => ProfileAssociation$]
190
198
  ];
191
- exports.AssociateResourceToProfileRequest$ = [3, n0, _ARTPR,
199
+ exports.AssociateProfileResponse$ = AssociateProfileResponse$;
200
+ const AssociateResourceToProfileRequest$ = [3, n0, _ARTPR,
192
201
  0,
193
202
  [_PI, _RA, _N, _RP],
194
203
  [0, 0, 0, 0], 3
195
204
  ];
196
- exports.AssociateResourceToProfileResponse$ = [3, n0, _ARTPRs,
205
+ exports.AssociateResourceToProfileRequest$ = AssociateResourceToProfileRequest$;
206
+ const AssociateResourceToProfileResponse$ = [3, n0, _ARTPRs,
197
207
  0,
198
208
  [_PRA],
199
- [() => exports.ProfileResourceAssociation$]
209
+ [() => ProfileResourceAssociation$]
200
210
  ];
201
- exports.CreateProfileRequest$ = [3, n0, _CPR,
211
+ exports.AssociateResourceToProfileResponse$ = AssociateResourceToProfileResponse$;
212
+ const CreateProfileRequest$ = [3, n0, _CPR,
202
213
  0,
203
214
  [_N, _CT, _T],
204
215
  [0, [0, 4], () => TagList], 1
205
216
  ];
206
- exports.CreateProfileResponse$ = [3, n0, _CPRr,
217
+ exports.CreateProfileRequest$ = CreateProfileRequest$;
218
+ const CreateProfileResponse$ = [3, n0, _CPRr,
207
219
  0,
208
220
  [_P],
209
- [() => exports.Profile$]
221
+ [() => Profile$]
210
222
  ];
211
- exports.DeleteProfileRequest$ = [3, n0, _DPR,
223
+ exports.CreateProfileResponse$ = CreateProfileResponse$;
224
+ const DeleteProfileRequest$ = [3, n0, _DPR,
212
225
  0,
213
226
  [_PI],
214
227
  [[0, 1]], 1
215
228
  ];
216
- exports.DeleteProfileResponse$ = [3, n0, _DPRe,
229
+ exports.DeleteProfileRequest$ = DeleteProfileRequest$;
230
+ const DeleteProfileResponse$ = [3, n0, _DPRe,
217
231
  0,
218
232
  [_P],
219
- [() => exports.Profile$]
233
+ [() => Profile$]
220
234
  ];
221
- exports.DisassociateProfileRequest$ = [3, n0, _DPRi,
235
+ exports.DeleteProfileResponse$ = DeleteProfileResponse$;
236
+ const DisassociateProfileRequest$ = [3, n0, _DPRi,
222
237
  0,
223
238
  [_PI, _RI],
224
239
  [[0, 1], [0, 1]], 2
225
240
  ];
226
- exports.DisassociateProfileResponse$ = [3, n0, _DPRis,
241
+ exports.DisassociateProfileRequest$ = DisassociateProfileRequest$;
242
+ const DisassociateProfileResponse$ = [3, n0, _DPRis,
227
243
  0,
228
244
  [_PA],
229
- [() => exports.ProfileAssociation$]
245
+ [() => ProfileAssociation$]
230
246
  ];
231
- exports.DisassociateResourceFromProfileRequest$ = [3, n0, _DRFPR,
247
+ exports.DisassociateProfileResponse$ = DisassociateProfileResponse$;
248
+ const DisassociateResourceFromProfileRequest$ = [3, n0, _DRFPR,
232
249
  0,
233
250
  [_PI, _RA],
234
251
  [[0, 1], [0, 1]], 2
235
252
  ];
236
- exports.DisassociateResourceFromProfileResponse$ = [3, n0, _DRFPRi,
253
+ exports.DisassociateResourceFromProfileRequest$ = DisassociateResourceFromProfileRequest$;
254
+ const DisassociateResourceFromProfileResponse$ = [3, n0, _DRFPRi,
237
255
  0,
238
256
  [_PRA],
239
- [() => exports.ProfileResourceAssociation$]
257
+ [() => ProfileResourceAssociation$]
240
258
  ];
241
- exports.GetProfileAssociationRequest$ = [3, n0, _GPAR,
259
+ exports.DisassociateResourceFromProfileResponse$ = DisassociateResourceFromProfileResponse$;
260
+ const GetProfileAssociationRequest$ = [3, n0, _GPAR,
242
261
  0,
243
262
  [_PAI],
244
263
  [[0, 1]], 1
245
264
  ];
246
- exports.GetProfileAssociationResponse$ = [3, n0, _GPARe,
265
+ exports.GetProfileAssociationRequest$ = GetProfileAssociationRequest$;
266
+ const GetProfileAssociationResponse$ = [3, n0, _GPARe,
247
267
  0,
248
268
  [_PA],
249
- [() => exports.ProfileAssociation$]
269
+ [() => ProfileAssociation$]
250
270
  ];
251
- exports.GetProfileRequest$ = [3, n0, _GPR,
271
+ exports.GetProfileAssociationResponse$ = GetProfileAssociationResponse$;
272
+ const GetProfileRequest$ = [3, n0, _GPR,
252
273
  0,
253
274
  [_PI],
254
275
  [[0, 1]], 1
255
276
  ];
256
- exports.GetProfileResourceAssociationRequest$ = [3, n0, _GPRAR,
277
+ exports.GetProfileRequest$ = GetProfileRequest$;
278
+ const GetProfileResourceAssociationRequest$ = [3, n0, _GPRAR,
257
279
  0,
258
280
  [_PRAI],
259
281
  [[0, 1]], 1
260
282
  ];
261
- exports.GetProfileResourceAssociationResponse$ = [3, n0, _GPRARe,
283
+ exports.GetProfileResourceAssociationRequest$ = GetProfileResourceAssociationRequest$;
284
+ const GetProfileResourceAssociationResponse$ = [3, n0, _GPRARe,
262
285
  0,
263
286
  [_PRA],
264
- [() => exports.ProfileResourceAssociation$]
287
+ [() => ProfileResourceAssociation$]
265
288
  ];
266
- exports.GetProfileResponse$ = [3, n0, _GPRe,
289
+ exports.GetProfileResourceAssociationResponse$ = GetProfileResourceAssociationResponse$;
290
+ const GetProfileResponse$ = [3, n0, _GPRe,
267
291
  0,
268
292
  [_P],
269
- [() => exports.Profile$]
293
+ [() => Profile$]
270
294
  ];
271
- exports.ListProfileAssociationsRequest$ = [3, n0, _LPAR,
295
+ exports.GetProfileResponse$ = GetProfileResponse$;
296
+ const ListProfileAssociationsRequest$ = [3, n0, _LPAR,
272
297
  0,
273
298
  [_RI, _PI, _MR, _NT],
274
299
  [[0, { [_hQ]: _rI }], [0, { [_hQ]: _pI }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]]
275
300
  ];
276
- exports.ListProfileAssociationsResponse$ = [3, n0, _LPARi,
301
+ exports.ListProfileAssociationsRequest$ = ListProfileAssociationsRequest$;
302
+ const ListProfileAssociationsResponse$ = [3, n0, _LPARi,
277
303
  0,
278
304
  [_PAr, _NT],
279
305
  [() => ProfileAssociations, 0]
280
306
  ];
281
- exports.ListProfileResourceAssociationsRequest$ = [3, n0, _LPRAR,
307
+ exports.ListProfileAssociationsResponse$ = ListProfileAssociationsResponse$;
308
+ const ListProfileResourceAssociationsRequest$ = [3, n0, _LPRAR,
282
309
  0,
283
310
  [_PI, _RT, _MR, _NT],
284
311
  [[0, 1], [0, { [_hQ]: _rT }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
285
312
  ];
286
- exports.ListProfileResourceAssociationsResponse$ = [3, n0, _LPRARi,
313
+ exports.ListProfileResourceAssociationsRequest$ = ListProfileResourceAssociationsRequest$;
314
+ const ListProfileResourceAssociationsResponse$ = [3, n0, _LPRARi,
287
315
  0,
288
316
  [_PRAr, _NT],
289
317
  [() => ProfileResourceAssociations, 0]
290
318
  ];
291
- exports.ListProfilesRequest$ = [3, n0, _LPR,
319
+ exports.ListProfileResourceAssociationsResponse$ = ListProfileResourceAssociationsResponse$;
320
+ const ListProfilesRequest$ = [3, n0, _LPR,
292
321
  0,
293
322
  [_MR, _NT],
294
323
  [[1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]]
295
324
  ];
296
- exports.ListProfilesResponse$ = [3, n0, _LPRi,
325
+ exports.ListProfilesRequest$ = ListProfilesRequest$;
326
+ const ListProfilesResponse$ = [3, n0, _LPRi,
297
327
  0,
298
328
  [_PS, _NT],
299
329
  [() => ProfileSummaryList, 0]
300
330
  ];
301
- exports.ListTagsForResourceRequest$ = [3, n0, _LTFRR,
331
+ exports.ListProfilesResponse$ = ListProfilesResponse$;
332
+ const ListTagsForResourceRequest$ = [3, n0, _LTFRR,
302
333
  0,
303
334
  [_RA],
304
335
  [[0, 1]], 1
305
336
  ];
306
- exports.ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
337
+ exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
338
+ const ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
307
339
  0,
308
340
  [_T],
309
341
  [128 | 0], 1
310
342
  ];
311
- exports.Profile$ = [3, n0, _P,
343
+ exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
344
+ const Profile$ = [3, n0, _P,
312
345
  0,
313
346
  [_I, _A, _N, _OI, _S, _SM, _SS, _CTr, _MT, _CT],
314
347
  [0, 0, 0, 0, 0, 0, 0, 4, 4, 0]
315
348
  ];
316
- exports.ProfileAssociation$ = [3, n0, _PA,
349
+ exports.Profile$ = Profile$;
350
+ const ProfileAssociation$ = [3, n0, _PA,
317
351
  0,
318
352
  [_I, _N, _OI, _PI, _RI, _S, _SM, _CTr, _MT],
319
353
  [0, 0, 0, 0, 0, 0, 0, 4, 4]
320
354
  ];
321
- exports.ProfileResourceAssociation$ = [3, n0, _PRA,
355
+ exports.ProfileAssociation$ = ProfileAssociation$;
356
+ const ProfileResourceAssociation$ = [3, n0, _PRA,
322
357
  0,
323
358
  [_I, _N, _OI, _PI, _RA, _RT, _RP, _S, _SM, _CTr, _MT],
324
359
  [0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 4]
325
360
  ];
326
- exports.ProfileSummary$ = [3, n0, _PSr,
361
+ exports.ProfileResourceAssociation$ = ProfileResourceAssociation$;
362
+ const ProfileSummary$ = [3, n0, _PSr,
327
363
  0,
328
364
  [_I, _A, _N, _SS],
329
365
  [0, 0, 0, 0]
330
366
  ];
331
- exports.Tag$ = [3, n0, _Ta,
367
+ exports.ProfileSummary$ = ProfileSummary$;
368
+ const Tag$ = [3, n0, _Ta,
332
369
  0,
333
370
  [_K, _V],
334
371
  [0, 0], 2
335
372
  ];
336
- exports.TagResourceRequest$ = [3, n0, _TRR,
373
+ exports.Tag$ = Tag$;
374
+ const TagResourceRequest$ = [3, n0, _TRR,
337
375
  0,
338
376
  [_RA, _T],
339
377
  [[0, 1], 128 | 0], 2
340
378
  ];
341
- exports.TagResourceResponse$ = [3, n0, _TRRa,
379
+ exports.TagResourceRequest$ = TagResourceRequest$;
380
+ const TagResourceResponse$ = [3, n0, _TRRa,
342
381
  0,
343
382
  [],
344
383
  []
345
384
  ];
346
- exports.UntagResourceRequest$ = [3, n0, _URR,
385
+ exports.TagResourceResponse$ = TagResourceResponse$;
386
+ const UntagResourceRequest$ = [3, n0, _URR,
347
387
  0,
348
388
  [_RA, _TK],
349
389
  [[0, 1], [64 | 0, { [_hQ]: _tK }]], 2
350
390
  ];
351
- exports.UntagResourceResponse$ = [3, n0, _URRn,
391
+ exports.UntagResourceRequest$ = UntagResourceRequest$;
392
+ const UntagResourceResponse$ = [3, n0, _URRn,
352
393
  0,
353
394
  [],
354
395
  []
355
396
  ];
356
- exports.UpdateProfileResourceAssociationRequest$ = [3, n0, _UPRAR,
397
+ exports.UntagResourceResponse$ = UntagResourceResponse$;
398
+ const UpdateProfileResourceAssociationRequest$ = [3, n0, _UPRAR,
357
399
  0,
358
400
  [_PRAI, _N, _RP],
359
401
  [[0, 1], 0, 0], 1
360
402
  ];
361
- exports.UpdateProfileResourceAssociationResponse$ = [3, n0, _UPRARp,
403
+ exports.UpdateProfileResourceAssociationRequest$ = UpdateProfileResourceAssociationRequest$;
404
+ const UpdateProfileResourceAssociationResponse$ = [3, n0, _UPRARp,
362
405
  0,
363
406
  [_PRA],
364
- [() => exports.ProfileResourceAssociation$]
407
+ [() => ProfileResourceAssociation$]
365
408
  ];
409
+ exports.UpdateProfileResourceAssociationResponse$ = UpdateProfileResourceAssociationResponse$;
366
410
  var ProfileAssociations = [1, n0, _PAr,
367
- 0, () => exports.ProfileAssociation$
411
+ 0, () => ProfileAssociation$
368
412
  ];
369
413
  var ProfileResourceAssociations = [1, n0, _PRAr,
370
- 0, () => exports.ProfileResourceAssociation$
414
+ 0, () => ProfileResourceAssociation$
371
415
  ];
372
416
  var ProfileSummaryList = [1, n0, _PSL,
373
- 0, () => exports.ProfileSummary$
417
+ 0, () => ProfileSummary$
374
418
  ];
375
419
  var TagKeyList = 64 | 0;
376
420
  var TagList = [1, n0, _TL,
377
- 0, () => exports.Tag$
421
+ 0, () => Tag$
378
422
  ];
379
423
  var TagMap = 128 | 0;
380
424
  exports.AssociateProfile$ = [9, n0, _AP,
381
- { [_h]: ["POST", "/profileassociation", 200] }, () => exports.AssociateProfileRequest$, () => exports.AssociateProfileResponse$
425
+ { [_h]: ["POST", "/profileassociation", 200] }, () => AssociateProfileRequest$, () => AssociateProfileResponse$
382
426
  ];
383
427
  exports.AssociateResourceToProfile$ = [9, n0, _ARTP,
384
- { [_h]: ["POST", "/profileresourceassociation", 200] }, () => exports.AssociateResourceToProfileRequest$, () => exports.AssociateResourceToProfileResponse$
428
+ { [_h]: ["POST", "/profileresourceassociation", 200] }, () => AssociateResourceToProfileRequest$, () => AssociateResourceToProfileResponse$
385
429
  ];
386
430
  exports.CreateProfile$ = [9, n0, _CP,
387
- { [_h]: ["POST", "/profile", 200] }, () => exports.CreateProfileRequest$, () => exports.CreateProfileResponse$
431
+ { [_h]: ["POST", "/profile", 200] }, () => CreateProfileRequest$, () => CreateProfileResponse$
388
432
  ];
389
433
  exports.DeleteProfile$ = [9, n0, _DP,
390
- { [_h]: ["DELETE", "/profile/{ProfileId}", 200] }, () => exports.DeleteProfileRequest$, () => exports.DeleteProfileResponse$
434
+ { [_h]: ["DELETE", "/profile/{ProfileId}", 200] }, () => DeleteProfileRequest$, () => DeleteProfileResponse$
391
435
  ];
392
436
  exports.DisassociateProfile$ = [9, n0, _DPi,
393
- { [_h]: ["DELETE", "/profileassociation/Profileid/{ProfileId}/resourceid/{ResourceId}", 200] }, () => exports.DisassociateProfileRequest$, () => exports.DisassociateProfileResponse$
437
+ { [_h]: ["DELETE", "/profileassociation/Profileid/{ProfileId}/resourceid/{ResourceId}", 200] }, () => DisassociateProfileRequest$, () => DisassociateProfileResponse$
394
438
  ];
395
439
  exports.DisassociateResourceFromProfile$ = [9, n0, _DRFP,
396
- { [_h]: ["DELETE", "/profileresourceassociation/profileid/{ProfileId}/resourcearn/{ResourceArn}", 200] }, () => exports.DisassociateResourceFromProfileRequest$, () => exports.DisassociateResourceFromProfileResponse$
440
+ { [_h]: ["DELETE", "/profileresourceassociation/profileid/{ProfileId}/resourcearn/{ResourceArn}", 200] }, () => DisassociateResourceFromProfileRequest$, () => DisassociateResourceFromProfileResponse$
397
441
  ];
398
442
  exports.GetProfile$ = [9, n0, _GP,
399
- { [_h]: ["GET", "/profile/{ProfileId}", 200] }, () => exports.GetProfileRequest$, () => exports.GetProfileResponse$
443
+ { [_h]: ["GET", "/profile/{ProfileId}", 200] }, () => GetProfileRequest$, () => GetProfileResponse$
400
444
  ];
401
445
  exports.GetProfileAssociation$ = [9, n0, _GPA,
402
- { [_h]: ["GET", "/profileassociation/{ProfileAssociationId}", 200] }, () => exports.GetProfileAssociationRequest$, () => exports.GetProfileAssociationResponse$
446
+ { [_h]: ["GET", "/profileassociation/{ProfileAssociationId}", 200] }, () => GetProfileAssociationRequest$, () => GetProfileAssociationResponse$
403
447
  ];
404
448
  exports.GetProfileResourceAssociation$ = [9, n0, _GPRA,
405
- { [_h]: ["GET", "/profileresourceassociation/{ProfileResourceAssociationId}", 200] }, () => exports.GetProfileResourceAssociationRequest$, () => exports.GetProfileResourceAssociationResponse$
449
+ { [_h]: ["GET", "/profileresourceassociation/{ProfileResourceAssociationId}", 200] }, () => GetProfileResourceAssociationRequest$, () => GetProfileResourceAssociationResponse$
406
450
  ];
407
451
  exports.ListProfileAssociations$ = [9, n0, _LPA,
408
- { [_h]: ["GET", "/profileassociations", 200] }, () => exports.ListProfileAssociationsRequest$, () => exports.ListProfileAssociationsResponse$
452
+ { [_h]: ["GET", "/profileassociations", 200] }, () => ListProfileAssociationsRequest$, () => ListProfileAssociationsResponse$
409
453
  ];
410
454
  exports.ListProfileResourceAssociations$ = [9, n0, _LPRA,
411
- { [_h]: ["GET", "/profileresourceassociations/profileid/{ProfileId}", 200] }, () => exports.ListProfileResourceAssociationsRequest$, () => exports.ListProfileResourceAssociationsResponse$
455
+ { [_h]: ["GET", "/profileresourceassociations/profileid/{ProfileId}", 200] }, () => ListProfileResourceAssociationsRequest$, () => ListProfileResourceAssociationsResponse$
412
456
  ];
413
457
  exports.ListProfiles$ = [9, n0, _LP,
414
- { [_h]: ["GET", "/profiles", 200] }, () => exports.ListProfilesRequest$, () => exports.ListProfilesResponse$
458
+ { [_h]: ["GET", "/profiles", 200] }, () => ListProfilesRequest$, () => ListProfilesResponse$
415
459
  ];
416
460
  exports.ListTagsForResource$ = [9, n0, _LTFR,
417
- { [_h]: ["GET", "/tags/{ResourceArn}", 200] }, () => exports.ListTagsForResourceRequest$, () => exports.ListTagsForResourceResponse$
461
+ { [_h]: ["GET", "/tags/{ResourceArn}", 200] }, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
418
462
  ];
419
463
  exports.TagResource$ = [9, n0, _TR,
420
- { [_h]: ["POST", "/tags/{ResourceArn}", 204] }, () => exports.TagResourceRequest$, () => exports.TagResourceResponse$
464
+ { [_h]: ["POST", "/tags/{ResourceArn}", 204] }, () => TagResourceRequest$, () => TagResourceResponse$
421
465
  ];
422
466
  exports.UntagResource$ = [9, n0, _UR,
423
- { [_h]: ["DELETE", "/tags/{ResourceArn}", 204] }, () => exports.UntagResourceRequest$, () => exports.UntagResourceResponse$
467
+ { [_h]: ["DELETE", "/tags/{ResourceArn}", 204] }, () => UntagResourceRequest$, () => UntagResourceResponse$
424
468
  ];
425
469
  exports.UpdateProfileResourceAssociation$ = [9, n0, _UPRA,
426
- { [_h]: ["PATCH", "/profileresourceassociation/{ProfileResourceAssociationId}", 200] }, () => exports.UpdateProfileResourceAssociationRequest$, () => exports.UpdateProfileResourceAssociationResponse$
470
+ { [_h]: ["PATCH", "/profileresourceassociation/{ProfileResourceAssociationId}", 200] }, () => UpdateProfileResourceAssociationRequest$, () => UpdateProfileResourceAssociationResponse$
427
471
  ];
package/package.json CHANGED
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-route53profiles",
3
3
  "description": "AWS SDK for JavaScript Route53profiles Client for Node.js, Browser and React Native",
4
- "version": "3.1067.0",
4
+ "version": "3.1069.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline",
8
- "build:es": "tsc -p tsconfig.es.json",
8
+ "build:es": "premove dist-es && tsc -p tsconfig.es.json",
9
9
  "build:include:deps": "yarn g:turbo run build -F=\"$npm_package_name\"",
10
- "build:types": "tsc -p tsconfig.types.json",
10
+ "build:types": "premove dist-types && tsc -p tsconfig.types.json",
11
11
  "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
12
- "clean": "premove dist-cjs dist-es dist-types tsconfig.cjs.tsbuildinfo tsconfig.es.tsbuildinfo tsconfig.types.tsbuildinfo",
12
+ "clean": "premove dist-cjs dist-es dist-types",
13
13
  "extract:docs": "api-extractor run --local",
14
- "generate:client": "node ../../scripts/generate-clients/single-service --solo route53profiles",
14
+ "generate:client": "node ../../scripts/generate-clients/single-service",
15
15
  "test:index": "tsc --noEmit ./test/index-types.ts && node ./test/index-objects.spec.mjs"
16
16
  },
17
17
  "main": "./dist-cjs/index.js",
@@ -21,9 +21,9 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "5.2.0",
23
23
  "@aws-crypto/sha256-js": "5.2.0",
24
- "@aws-sdk/core": "^3.974.20",
25
- "@aws-sdk/credential-provider-node": "^3.972.55",
26
- "@aws-sdk/types": "^3.973.12",
24
+ "@aws-sdk/core": "^3.974.21",
25
+ "@aws-sdk/credential-provider-node": "^3.972.56",
26
+ "@aws-sdk/types": "^3.973.13",
27
27
  "@smithy/core": "^3.24.6",
28
28
  "@smithy/fetch-http-handler": "^5.4.6",
29
29
  "@smithy/node-http-handler": "^4.7.6",