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