@aws-sdk/client-route53profiles 3.957.0 → 3.962.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
package/README.md
CHANGED
|
@@ -11,10 +11,8 @@ With Amazon Route 53 Profiles you can share Route 53 configurations with VPCs an
|
|
|
11
11
|
</p>
|
|
12
12
|
|
|
13
13
|
## Installing
|
|
14
|
-
|
|
15
14
|
To install this package, simply type add or install @aws-sdk/client-route53profiles
|
|
16
15
|
using your favorite package manager:
|
|
17
|
-
|
|
18
16
|
- `npm install @aws-sdk/client-route53profiles`
|
|
19
17
|
- `yarn add @aws-sdk/client-route53profiles`
|
|
20
18
|
- `pnpm add @aws-sdk/client-route53profiles`
|
|
@@ -50,9 +48,7 @@ To send a request, you:
|
|
|
50
48
|
// a client can be shared by different commands.
|
|
51
49
|
const client = new Route53ProfilesClient({ region: "REGION" });
|
|
52
50
|
|
|
53
|
-
const params = {
|
|
54
|
-
/** input parameters */
|
|
55
|
-
};
|
|
51
|
+
const params = { /** input parameters */ };
|
|
56
52
|
const command = new ListProfilesCommand(params);
|
|
57
53
|
```
|
|
58
54
|
|
|
@@ -211,7 +207,6 @@ AssociateProfile
|
|
|
211
207
|
</summary>
|
|
212
208
|
|
|
213
209
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/route53profiles/command/AssociateProfileCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-route53profiles/Interface/AssociateProfileCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-route53profiles/Interface/AssociateProfileCommandOutput/)
|
|
214
|
-
|
|
215
210
|
</details>
|
|
216
211
|
<details>
|
|
217
212
|
<summary>
|
|
@@ -219,7 +214,6 @@ AssociateResourceToProfile
|
|
|
219
214
|
</summary>
|
|
220
215
|
|
|
221
216
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/route53profiles/command/AssociateResourceToProfileCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-route53profiles/Interface/AssociateResourceToProfileCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-route53profiles/Interface/AssociateResourceToProfileCommandOutput/)
|
|
222
|
-
|
|
223
217
|
</details>
|
|
224
218
|
<details>
|
|
225
219
|
<summary>
|
|
@@ -227,7 +221,6 @@ CreateProfile
|
|
|
227
221
|
</summary>
|
|
228
222
|
|
|
229
223
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/route53profiles/command/CreateProfileCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-route53profiles/Interface/CreateProfileCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-route53profiles/Interface/CreateProfileCommandOutput/)
|
|
230
|
-
|
|
231
224
|
</details>
|
|
232
225
|
<details>
|
|
233
226
|
<summary>
|
|
@@ -235,7 +228,6 @@ DeleteProfile
|
|
|
235
228
|
</summary>
|
|
236
229
|
|
|
237
230
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/route53profiles/command/DeleteProfileCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-route53profiles/Interface/DeleteProfileCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-route53profiles/Interface/DeleteProfileCommandOutput/)
|
|
238
|
-
|
|
239
231
|
</details>
|
|
240
232
|
<details>
|
|
241
233
|
<summary>
|
|
@@ -243,7 +235,6 @@ DisassociateProfile
|
|
|
243
235
|
</summary>
|
|
244
236
|
|
|
245
237
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/route53profiles/command/DisassociateProfileCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-route53profiles/Interface/DisassociateProfileCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-route53profiles/Interface/DisassociateProfileCommandOutput/)
|
|
246
|
-
|
|
247
238
|
</details>
|
|
248
239
|
<details>
|
|
249
240
|
<summary>
|
|
@@ -251,7 +242,6 @@ DisassociateResourceFromProfile
|
|
|
251
242
|
</summary>
|
|
252
243
|
|
|
253
244
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/route53profiles/command/DisassociateResourceFromProfileCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-route53profiles/Interface/DisassociateResourceFromProfileCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-route53profiles/Interface/DisassociateResourceFromProfileCommandOutput/)
|
|
254
|
-
|
|
255
245
|
</details>
|
|
256
246
|
<details>
|
|
257
247
|
<summary>
|
|
@@ -259,7 +249,6 @@ GetProfile
|
|
|
259
249
|
</summary>
|
|
260
250
|
|
|
261
251
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/route53profiles/command/GetProfileCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-route53profiles/Interface/GetProfileCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-route53profiles/Interface/GetProfileCommandOutput/)
|
|
262
|
-
|
|
263
252
|
</details>
|
|
264
253
|
<details>
|
|
265
254
|
<summary>
|
|
@@ -267,7 +256,6 @@ GetProfileAssociation
|
|
|
267
256
|
</summary>
|
|
268
257
|
|
|
269
258
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/route53profiles/command/GetProfileAssociationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-route53profiles/Interface/GetProfileAssociationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-route53profiles/Interface/GetProfileAssociationCommandOutput/)
|
|
270
|
-
|
|
271
259
|
</details>
|
|
272
260
|
<details>
|
|
273
261
|
<summary>
|
|
@@ -275,7 +263,6 @@ GetProfileResourceAssociation
|
|
|
275
263
|
</summary>
|
|
276
264
|
|
|
277
265
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/route53profiles/command/GetProfileResourceAssociationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-route53profiles/Interface/GetProfileResourceAssociationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-route53profiles/Interface/GetProfileResourceAssociationCommandOutput/)
|
|
278
|
-
|
|
279
266
|
</details>
|
|
280
267
|
<details>
|
|
281
268
|
<summary>
|
|
@@ -283,7 +270,6 @@ ListProfileAssociations
|
|
|
283
270
|
</summary>
|
|
284
271
|
|
|
285
272
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/route53profiles/command/ListProfileAssociationsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-route53profiles/Interface/ListProfileAssociationsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-route53profiles/Interface/ListProfileAssociationsCommandOutput/)
|
|
286
|
-
|
|
287
273
|
</details>
|
|
288
274
|
<details>
|
|
289
275
|
<summary>
|
|
@@ -291,7 +277,6 @@ ListProfileResourceAssociations
|
|
|
291
277
|
</summary>
|
|
292
278
|
|
|
293
279
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/route53profiles/command/ListProfileResourceAssociationsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-route53profiles/Interface/ListProfileResourceAssociationsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-route53profiles/Interface/ListProfileResourceAssociationsCommandOutput/)
|
|
294
|
-
|
|
295
280
|
</details>
|
|
296
281
|
<details>
|
|
297
282
|
<summary>
|
|
@@ -299,7 +284,6 @@ ListProfiles
|
|
|
299
284
|
</summary>
|
|
300
285
|
|
|
301
286
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/route53profiles/command/ListProfilesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-route53profiles/Interface/ListProfilesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-route53profiles/Interface/ListProfilesCommandOutput/)
|
|
302
|
-
|
|
303
287
|
</details>
|
|
304
288
|
<details>
|
|
305
289
|
<summary>
|
|
@@ -307,7 +291,6 @@ ListTagsForResource
|
|
|
307
291
|
</summary>
|
|
308
292
|
|
|
309
293
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/route53profiles/command/ListTagsForResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-route53profiles/Interface/ListTagsForResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-route53profiles/Interface/ListTagsForResourceCommandOutput/)
|
|
310
|
-
|
|
311
294
|
</details>
|
|
312
295
|
<details>
|
|
313
296
|
<summary>
|
|
@@ -315,7 +298,6 @@ TagResource
|
|
|
315
298
|
</summary>
|
|
316
299
|
|
|
317
300
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/route53profiles/command/TagResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-route53profiles/Interface/TagResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-route53profiles/Interface/TagResourceCommandOutput/)
|
|
318
|
-
|
|
319
301
|
</details>
|
|
320
302
|
<details>
|
|
321
303
|
<summary>
|
|
@@ -323,7 +305,6 @@ UntagResource
|
|
|
323
305
|
</summary>
|
|
324
306
|
|
|
325
307
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/route53profiles/command/UntagResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-route53profiles/Interface/UntagResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-route53profiles/Interface/UntagResourceCommandOutput/)
|
|
326
|
-
|
|
327
308
|
</details>
|
|
328
309
|
<details>
|
|
329
310
|
<summary>
|
|
@@ -331,5 +312,4 @@ UpdateProfileResourceAssociation
|
|
|
331
312
|
</summary>
|
|
332
313
|
|
|
333
314
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/route53profiles/command/UpdateProfileResourceAssociationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-route53profiles/Interface/UpdateProfileResourceAssociationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-route53profiles/Interface/UpdateProfileResourceAssociationCommandOutput/)
|
|
334
|
-
|
|
335
315
|
</details>
|
|
@@ -6,10 +6,9 @@ const util_middleware_1 = require("@smithy/util-middleware");
|
|
|
6
6
|
const defaultRoute53ProfilesHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
7
7
|
return {
|
|
8
8
|
operation: (0, util_middleware_1.getSmithyContext)(context).operation,
|
|
9
|
-
region:
|
|
10
|
-
(
|
|
11
|
-
|
|
12
|
-
})(),
|
|
9
|
+
region: await (0, util_middleware_1.normalizeProvider)(config.region)() || (() => {
|
|
10
|
+
throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
|
|
11
|
+
})(),
|
|
13
12
|
};
|
|
14
13
|
};
|
|
15
14
|
exports.defaultRoute53ProfilesHttpAuthSchemeParametersProvider = defaultRoute53ProfilesHttpAuthSchemeParametersProvider;
|