@aws-sdk/client-route-53 3.606.0 → 3.609.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 +4 -16
- package/dist-es/protocols/Aws_restXml.js +4 -16
- package/package.json +38 -38
package/dist-cjs/index.js
CHANGED
|
@@ -2226,12 +2226,9 @@ var se_GetChangeCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2226
2226
|
}, "se_GetChangeCommand");
|
|
2227
2227
|
var se_GetCheckerIpRangesCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2228
2228
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
2229
|
-
const headers = {
|
|
2230
|
-
"content-type": "application/xml"
|
|
2231
|
-
};
|
|
2229
|
+
const headers = {};
|
|
2232
2230
|
b.bp("/2013-04-01/checkeripranges");
|
|
2233
2231
|
let body;
|
|
2234
|
-
body = "";
|
|
2235
2232
|
b.m("GET").h(headers).b(body);
|
|
2236
2233
|
return b.build();
|
|
2237
2234
|
}, "se_GetCheckerIpRangesCommand");
|
|
@@ -2268,12 +2265,9 @@ var se_GetHealthCheckCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
2268
2265
|
}, "se_GetHealthCheckCommand");
|
|
2269
2266
|
var se_GetHealthCheckCountCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2270
2267
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
2271
|
-
const headers = {
|
|
2272
|
-
"content-type": "application/xml"
|
|
2273
|
-
};
|
|
2268
|
+
const headers = {};
|
|
2274
2269
|
b.bp("/2013-04-01/healthcheckcount");
|
|
2275
2270
|
let body;
|
|
2276
|
-
body = "";
|
|
2277
2271
|
b.m("GET").h(headers).b(body);
|
|
2278
2272
|
return b.build();
|
|
2279
2273
|
}, "se_GetHealthCheckCountCommand");
|
|
@@ -2306,12 +2300,9 @@ var se_GetHostedZoneCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2306
2300
|
}, "se_GetHostedZoneCommand");
|
|
2307
2301
|
var se_GetHostedZoneCountCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2308
2302
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
2309
|
-
const headers = {
|
|
2310
|
-
"content-type": "application/xml"
|
|
2311
|
-
};
|
|
2303
|
+
const headers = {};
|
|
2312
2304
|
b.bp("/2013-04-01/hostedzonecount");
|
|
2313
2305
|
let body;
|
|
2314
|
-
body = "";
|
|
2315
2306
|
b.m("GET").h(headers).b(body);
|
|
2316
2307
|
return b.build();
|
|
2317
2308
|
}, "se_GetHostedZoneCountCommand");
|
|
@@ -2374,12 +2365,9 @@ var se_GetTrafficPolicyInstanceCommand = /* @__PURE__ */ __name(async (input, co
|
|
|
2374
2365
|
}, "se_GetTrafficPolicyInstanceCommand");
|
|
2375
2366
|
var se_GetTrafficPolicyInstanceCountCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2376
2367
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
2377
|
-
const headers = {
|
|
2378
|
-
"content-type": "application/xml"
|
|
2379
|
-
};
|
|
2368
|
+
const headers = {};
|
|
2380
2369
|
b.bp("/2013-04-01/trafficpolicyinstancecount");
|
|
2381
2370
|
let body;
|
|
2382
|
-
body = "";
|
|
2383
2371
|
b.m("GET").h(headers).b(body);
|
|
2384
2372
|
return b.build();
|
|
2385
2373
|
}, "se_GetTrafficPolicyInstanceCountCommand");
|
|
@@ -476,12 +476,9 @@ export const se_GetChangeCommand = async (input, context) => {
|
|
|
476
476
|
};
|
|
477
477
|
export const se_GetCheckerIpRangesCommand = async (input, context) => {
|
|
478
478
|
const b = rb(input, context);
|
|
479
|
-
const headers = {
|
|
480
|
-
"content-type": "application/xml",
|
|
481
|
-
};
|
|
479
|
+
const headers = {};
|
|
482
480
|
b.bp("/2013-04-01/checkeripranges");
|
|
483
481
|
let body;
|
|
484
|
-
body = "";
|
|
485
482
|
b.m("GET").h(headers).b(body);
|
|
486
483
|
return b.build();
|
|
487
484
|
};
|
|
@@ -518,12 +515,9 @@ export const se_GetHealthCheckCommand = async (input, context) => {
|
|
|
518
515
|
};
|
|
519
516
|
export const se_GetHealthCheckCountCommand = async (input, context) => {
|
|
520
517
|
const b = rb(input, context);
|
|
521
|
-
const headers = {
|
|
522
|
-
"content-type": "application/xml",
|
|
523
|
-
};
|
|
518
|
+
const headers = {};
|
|
524
519
|
b.bp("/2013-04-01/healthcheckcount");
|
|
525
520
|
let body;
|
|
526
|
-
body = "";
|
|
527
521
|
b.m("GET").h(headers).b(body);
|
|
528
522
|
return b.build();
|
|
529
523
|
};
|
|
@@ -556,12 +550,9 @@ export const se_GetHostedZoneCommand = async (input, context) => {
|
|
|
556
550
|
};
|
|
557
551
|
export const se_GetHostedZoneCountCommand = async (input, context) => {
|
|
558
552
|
const b = rb(input, context);
|
|
559
|
-
const headers = {
|
|
560
|
-
"content-type": "application/xml",
|
|
561
|
-
};
|
|
553
|
+
const headers = {};
|
|
562
554
|
b.bp("/2013-04-01/hostedzonecount");
|
|
563
555
|
let body;
|
|
564
|
-
body = "";
|
|
565
556
|
b.m("GET").h(headers).b(body);
|
|
566
557
|
return b.build();
|
|
567
558
|
};
|
|
@@ -624,12 +615,9 @@ export const se_GetTrafficPolicyInstanceCommand = async (input, context) => {
|
|
|
624
615
|
};
|
|
625
616
|
export const se_GetTrafficPolicyInstanceCountCommand = async (input, context) => {
|
|
626
617
|
const b = rb(input, context);
|
|
627
|
-
const headers = {
|
|
628
|
-
"content-type": "application/xml",
|
|
629
|
-
};
|
|
618
|
+
const headers = {};
|
|
630
619
|
b.bp("/2013-04-01/trafficpolicyinstancecount");
|
|
631
620
|
let body;
|
|
632
|
-
body = "";
|
|
633
621
|
b.m("GET").h(headers).b(body);
|
|
634
622
|
return b.build();
|
|
635
623
|
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-route-53",
|
|
3
3
|
"description": "AWS SDK for JavaScript Route 53 Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.609.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-route-53",
|
|
@@ -20,47 +20,47 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
28
|
-
"@aws-sdk/middleware-logger": "3.
|
|
29
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
30
|
-
"@aws-sdk/middleware-sdk-route53": "3.
|
|
31
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
32
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
33
|
-
"@aws-sdk/types": "3.
|
|
34
|
-
"@aws-sdk/util-endpoints": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
36
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
37
|
-
"@aws-sdk/xml-builder": "3.
|
|
38
|
-
"@smithy/config-resolver": "^3.0.
|
|
39
|
-
"@smithy/core": "^2.2.
|
|
40
|
-
"@smithy/fetch-http-handler": "^3.0
|
|
41
|
-
"@smithy/hash-node": "^3.0.
|
|
42
|
-
"@smithy/invalid-dependency": "^3.0.
|
|
43
|
-
"@smithy/middleware-content-length": "^3.0.
|
|
44
|
-
"@smithy/middleware-endpoint": "^3.0.
|
|
45
|
-
"@smithy/middleware-retry": "^3.0.
|
|
46
|
-
"@smithy/middleware-serde": "^3.0.
|
|
47
|
-
"@smithy/middleware-stack": "^3.0.
|
|
48
|
-
"@smithy/node-config-provider": "^3.1.
|
|
49
|
-
"@smithy/node-http-handler": "^3.
|
|
50
|
-
"@smithy/protocol-http": "^4.0.
|
|
51
|
-
"@smithy/smithy-client": "^3.1.
|
|
52
|
-
"@smithy/types": "^3.
|
|
53
|
-
"@smithy/url-parser": "^3.0.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.609.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.609.0",
|
|
25
|
+
"@aws-sdk/core": "3.609.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.609.0",
|
|
27
|
+
"@aws-sdk/middleware-host-header": "3.609.0",
|
|
28
|
+
"@aws-sdk/middleware-logger": "3.609.0",
|
|
29
|
+
"@aws-sdk/middleware-recursion-detection": "3.609.0",
|
|
30
|
+
"@aws-sdk/middleware-sdk-route53": "3.609.0",
|
|
31
|
+
"@aws-sdk/middleware-user-agent": "3.609.0",
|
|
32
|
+
"@aws-sdk/region-config-resolver": "3.609.0",
|
|
33
|
+
"@aws-sdk/types": "3.609.0",
|
|
34
|
+
"@aws-sdk/util-endpoints": "3.609.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-browser": "3.609.0",
|
|
36
|
+
"@aws-sdk/util-user-agent-node": "3.609.0",
|
|
37
|
+
"@aws-sdk/xml-builder": "3.609.0",
|
|
38
|
+
"@smithy/config-resolver": "^3.0.4",
|
|
39
|
+
"@smithy/core": "^2.2.4",
|
|
40
|
+
"@smithy/fetch-http-handler": "^3.2.0",
|
|
41
|
+
"@smithy/hash-node": "^3.0.3",
|
|
42
|
+
"@smithy/invalid-dependency": "^3.0.3",
|
|
43
|
+
"@smithy/middleware-content-length": "^3.0.3",
|
|
44
|
+
"@smithy/middleware-endpoint": "^3.0.4",
|
|
45
|
+
"@smithy/middleware-retry": "^3.0.7",
|
|
46
|
+
"@smithy/middleware-serde": "^3.0.3",
|
|
47
|
+
"@smithy/middleware-stack": "^3.0.3",
|
|
48
|
+
"@smithy/node-config-provider": "^3.1.3",
|
|
49
|
+
"@smithy/node-http-handler": "^3.1.1",
|
|
50
|
+
"@smithy/protocol-http": "^4.0.3",
|
|
51
|
+
"@smithy/smithy-client": "^3.1.5",
|
|
52
|
+
"@smithy/types": "^3.3.0",
|
|
53
|
+
"@smithy/url-parser": "^3.0.3",
|
|
54
54
|
"@smithy/util-base64": "^3.0.0",
|
|
55
55
|
"@smithy/util-body-length-browser": "^3.0.0",
|
|
56
56
|
"@smithy/util-body-length-node": "^3.0.0",
|
|
57
|
-
"@smithy/util-defaults-mode-browser": "^3.0.
|
|
58
|
-
"@smithy/util-defaults-mode-node": "^3.0.
|
|
59
|
-
"@smithy/util-endpoints": "^2.0.
|
|
60
|
-
"@smithy/util-middleware": "^3.0.
|
|
61
|
-
"@smithy/util-retry": "^3.0.
|
|
57
|
+
"@smithy/util-defaults-mode-browser": "^3.0.7",
|
|
58
|
+
"@smithy/util-defaults-mode-node": "^3.0.7",
|
|
59
|
+
"@smithy/util-endpoints": "^2.0.4",
|
|
60
|
+
"@smithy/util-middleware": "^3.0.3",
|
|
61
|
+
"@smithy/util-retry": "^3.0.3",
|
|
62
62
|
"@smithy/util-utf8": "^3.0.0",
|
|
63
|
-
"@smithy/util-waiter": "^3.
|
|
63
|
+
"@smithy/util-waiter": "^3.1.2",
|
|
64
64
|
"tslib": "^2.6.2"
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|