@aws-sdk/client-route-53-domains 3.354.0 → 3.357.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/endpoint/ruleset.js +3 -3
- package/dist-cjs/protocols/Aws_json1_1.js +3 -9
- package/dist-es/endpoint/ruleset.js +3 -3
- package/dist-es/protocols/Aws_json1_1.js +1 -7
- package/dist-types/Route53DomainsClient.d.ts +1 -1
- package/dist-types/commands/RegisterDomainCommand.d.ts +9 -11
- package/dist-types/commands/TransferDomainCommand.d.ts +1 -3
- package/dist-types/commands/UpdateDomainContactPrivacyCommand.d.ts +5 -5
- package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +6 -41
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/package.json +28 -28
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ruleSet = void 0;
|
|
4
|
-
const q = "
|
|
5
|
-
const a =
|
|
6
|
-
const _data = { version: "1.0", parameters: { Region:
|
|
4
|
+
const q = "required", r = "fn", s = "argv", t = "ref";
|
|
5
|
+
const a = "isSet", b = "tree", c = "error", d = "endpoint", e = "PartitionResult", f = { [q]: false, "type": "String" }, g = { [q]: true, "default": false, "type": "Boolean" }, h = { [t]: "Endpoint" }, i = { [r]: "booleanEquals", [s]: [{ [t]: "UseFIPS" }, true] }, j = { [r]: "booleanEquals", [s]: [{ [t]: "UseDualStack" }, true] }, k = {}, l = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: e }, "supportsFIPS"] }] }, m = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: e }, "supportsDualStack"] }] }, n = [i], o = [j], p = [{ [t]: "Region" }];
|
|
6
|
+
const _data = { version: "1.0", parameters: { Region: f, UseDualStack: g, UseFIPS: g, Endpoint: f }, rules: [{ conditions: [{ [r]: a, [s]: [h] }], type: b, rules: [{ conditions: n, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, { type: b, rules: [{ conditions: o, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: h, properties: k, headers: k }, type: d }] }] }, { type: b, rules: [{ conditions: [{ [r]: a, [s]: p }], type: b, rules: [{ conditions: [{ [r]: "aws.partition", [s]: p, assign: e }], type: b, rules: [{ conditions: [i, j], type: b, rules: [{ conditions: [l, m], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://route53domains-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: c }] }, { conditions: n, type: b, rules: [{ conditions: [l], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://route53domains-fips.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: c }] }, { conditions: o, type: b, rules: [{ conditions: [m], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://route53domains.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: c }] }, { type: b, rules: [{ endpoint: { url: "https://route53domains.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }] }] }, { error: "Invalid Configuration: Missing Region", type: c }] }] };
|
|
7
7
|
exports.ruleSet = _data;
|
|
@@ -1025,7 +1025,7 @@ const de_PushDomainCommand = async (output, context) => {
|
|
|
1025
1025
|
if (output.statusCode >= 300) {
|
|
1026
1026
|
return de_PushDomainCommandError(output, context);
|
|
1027
1027
|
}
|
|
1028
|
-
await collectBody(output.body, context);
|
|
1028
|
+
await (0, smithy_client_1.collectBody)(output.body, context);
|
|
1029
1029
|
const response = {
|
|
1030
1030
|
$metadata: deserializeMetadata(output),
|
|
1031
1031
|
};
|
|
@@ -1232,7 +1232,7 @@ const de_ResendOperationAuthorizationCommand = async (output, context) => {
|
|
|
1232
1232
|
if (output.statusCode >= 300) {
|
|
1233
1233
|
return de_ResendOperationAuthorizationCommandError(output, context);
|
|
1234
1234
|
}
|
|
1235
|
-
await collectBody(output.body, context);
|
|
1235
|
+
await (0, smithy_client_1.collectBody)(output.body, context);
|
|
1236
1236
|
const response = {
|
|
1237
1237
|
$metadata: deserializeMetadata(output),
|
|
1238
1238
|
};
|
|
@@ -1833,13 +1833,7 @@ const deserializeMetadata = (output) => ({
|
|
|
1833
1833
|
extendedRequestId: output.headers["x-amz-id-2"],
|
|
1834
1834
|
cfId: output.headers["x-amz-cf-id"],
|
|
1835
1835
|
});
|
|
1836
|
-
const
|
|
1837
|
-
if (streamBody instanceof Uint8Array) {
|
|
1838
|
-
return Promise.resolve(streamBody);
|
|
1839
|
-
}
|
|
1840
|
-
return context.streamCollector(streamBody) || Promise.resolve(new Uint8Array());
|
|
1841
|
-
};
|
|
1842
|
-
const collectBodyString = (streamBody, context) => collectBody(streamBody, context).then((body) => context.utf8Encoder(body));
|
|
1836
|
+
const collectBodyString = (streamBody, context) => (0, smithy_client_1.collectBody)(streamBody, context).then((body) => context.utf8Encoder(body));
|
|
1843
1837
|
const throwDefaultError = (0, smithy_client_1.withBaseException)(Route53DomainsServiceException_1.Route53DomainsServiceException);
|
|
1844
1838
|
const buildHttpRpcRequest = async (context, headers, path, resolvedHostname, body) => {
|
|
1845
1839
|
const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const q = "
|
|
2
|
-
const a =
|
|
3
|
-
const _data = { version: "1.0", parameters: { Region:
|
|
1
|
+
const q = "required", r = "fn", s = "argv", t = "ref";
|
|
2
|
+
const a = "isSet", b = "tree", c = "error", d = "endpoint", e = "PartitionResult", f = { [q]: false, "type": "String" }, g = { [q]: true, "default": false, "type": "Boolean" }, h = { [t]: "Endpoint" }, i = { [r]: "booleanEquals", [s]: [{ [t]: "UseFIPS" }, true] }, j = { [r]: "booleanEquals", [s]: [{ [t]: "UseDualStack" }, true] }, k = {}, l = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: e }, "supportsFIPS"] }] }, m = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: e }, "supportsDualStack"] }] }, n = [i], o = [j], p = [{ [t]: "Region" }];
|
|
3
|
+
const _data = { version: "1.0", parameters: { Region: f, UseDualStack: g, UseFIPS: g, Endpoint: f }, rules: [{ conditions: [{ [r]: a, [s]: [h] }], type: b, rules: [{ conditions: n, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, { type: b, rules: [{ conditions: o, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: h, properties: k, headers: k }, type: d }] }] }, { type: b, rules: [{ conditions: [{ [r]: a, [s]: p }], type: b, rules: [{ conditions: [{ [r]: "aws.partition", [s]: p, assign: e }], type: b, rules: [{ conditions: [i, j], type: b, rules: [{ conditions: [l, m], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://route53domains-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: c }] }, { conditions: n, type: b, rules: [{ conditions: [l], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://route53domains-fips.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: c }] }, { conditions: o, type: b, rules: [{ conditions: [m], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://route53domains.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: c }] }, { type: b, rules: [{ endpoint: { url: "https://route53domains.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }] }] }, { error: "Invalid Configuration: Missing Region", type: c }] }] };
|
|
4
4
|
export const ruleSet = _data;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _json, decorateServiceException as __decorateServiceException, expectBoolean as __expectBoolean, expectNonNull as __expectNonNull, expectNumber as __expectNumber, expectString as __expectString, limitedParseDouble as __limitedParseDouble, parseEpochTimestamp as __parseEpochTimestamp, serializeFloat as __serializeFloat, take, withBaseException, } from "@aws-sdk/smithy-client";
|
|
1
|
+
import { _json, collectBody, decorateServiceException as __decorateServiceException, expectBoolean as __expectBoolean, expectNonNull as __expectNonNull, expectNumber as __expectNumber, expectString as __expectString, limitedParseDouble as __limitedParseDouble, parseEpochTimestamp as __parseEpochTimestamp, serializeFloat as __serializeFloat, take, withBaseException, } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { HttpRequest as __HttpRequest } from "@smithy/protocol-http";
|
|
3
3
|
import { DnssecLimitExceeded, DomainLimitExceeded, DuplicateRequest, InvalidInput, OperationLimitExceeded, TLDRulesViolation, UnsupportedTLD, } from "../models/models_0";
|
|
4
4
|
import { Route53DomainsServiceException as __BaseException } from "../models/Route53DomainsServiceException";
|
|
@@ -1761,12 +1761,6 @@ const deserializeMetadata = (output) => ({
|
|
|
1761
1761
|
extendedRequestId: output.headers["x-amz-id-2"],
|
|
1762
1762
|
cfId: output.headers["x-amz-cf-id"],
|
|
1763
1763
|
});
|
|
1764
|
-
const collectBody = (streamBody = new Uint8Array(), context) => {
|
|
1765
|
-
if (streamBody instanceof Uint8Array) {
|
|
1766
|
-
return Promise.resolve(streamBody);
|
|
1767
|
-
}
|
|
1768
|
-
return context.streamCollector(streamBody) || Promise.resolve(new Uint8Array());
|
|
1769
|
-
};
|
|
1770
1764
|
const collectBodyString = (streamBody, context) => collectBody(streamBody, context).then((body) => context.utf8Encoder(body));
|
|
1771
1765
|
const throwDefaultError = withBaseException(__BaseException);
|
|
1772
1766
|
const buildHttpRpcRequest = async (context, headers, path, resolvedHostname, body) => {
|
|
@@ -107,7 +107,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
107
107
|
*/
|
|
108
108
|
runtime?: string;
|
|
109
109
|
/**
|
|
110
|
-
* Disable
|
|
110
|
+
* Disable dynamically changing the endpoint of the client based on the hostPrefix
|
|
111
111
|
* trait of an operation.
|
|
112
112
|
*/
|
|
113
113
|
disableHostPrefix?: boolean;
|
|
@@ -23,10 +23,8 @@ export interface RegisterDomainCommandOutput extends RegisterDomainResponse, __M
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
|
-
* <p>This operation registers a domain.
|
|
27
|
-
*
|
|
28
|
-
* domains). For some top-level domains (TLDs), this operation requires extra
|
|
29
|
-
* parameters.</p>
|
|
26
|
+
* <p>This operation registers a domain. For some top-level domains (TLDs), this operation
|
|
27
|
+
* requires extra parameters.</p>
|
|
30
28
|
* <p>When you register a domain, Amazon Route 53 does the following:</p>
|
|
31
29
|
* <ul>
|
|
32
30
|
* <li>
|
|
@@ -40,14 +38,14 @@ export interface RegisterDomainCommandOutput extends RegisterDomainResponse, __M
|
|
|
40
38
|
* to renew the registration.</p>
|
|
41
39
|
* </li>
|
|
42
40
|
* <li>
|
|
43
|
-
* <p>Optionally enables privacy protection, so WHOIS queries return contact
|
|
44
|
-
*
|
|
45
|
-
*
|
|
46
|
-
*
|
|
47
|
-
*
|
|
41
|
+
* <p>Optionally enables privacy protection, so WHOIS queries return contact for the registrar
|
|
42
|
+
* or the phrase "REDACTED FOR PRIVACY", or "On behalf of <domain name> owner."
|
|
43
|
+
* If you don't enable privacy protection, WHOIS queries return the information
|
|
44
|
+
* that you entered for the administrative, registrant, and technical
|
|
45
|
+
* contacts.</p>
|
|
48
46
|
* <note>
|
|
49
|
-
* <p>
|
|
50
|
-
*
|
|
47
|
+
* <p>While some domains may allow different privacy settings per contact, we recommend
|
|
48
|
+
* specifying the same privacy setting for all contacts.</p>
|
|
51
49
|
* </note>
|
|
52
50
|
* </li>
|
|
53
51
|
* <li>
|
|
@@ -23,9 +23,7 @@ export interface TransferDomainCommandOutput extends TransferDomainResponse, __M
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
|
-
* <p>Transfers a domain from another registrar to Amazon Route 53.
|
|
27
|
-
* complete, the domain is registered either with Amazon Registrar (for .com, .net, and
|
|
28
|
-
* .org domains) or with our registrar associate, Gandi (for all other TLDs).</p>
|
|
26
|
+
* <p>Transfers a domain from another registrar to Amazon Route 53. </p>
|
|
29
27
|
* <p>For more information about transferring domains, see the following topics:</p>
|
|
30
28
|
* <ul>
|
|
31
29
|
* <li>
|
|
@@ -24,12 +24,12 @@ export interface UpdateDomainContactPrivacyCommandOutput extends UpdateDomainCon
|
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
26
|
* <p>This operation updates the specified domain contact's privacy setting. When privacy
|
|
27
|
-
* protection is enabled, contact information
|
|
28
|
-
*
|
|
29
|
-
*
|
|
27
|
+
* protection is enabled, your contact information is replaced with contact information for
|
|
28
|
+
* the registrar or with the phrase "REDACTED FOR PRIVACY", or "On behalf of <domain
|
|
29
|
+
* name> owner."</p>
|
|
30
30
|
* <note>
|
|
31
|
-
* <p>
|
|
32
|
-
*
|
|
31
|
+
* <p>While some domains may allow different privacy settings per contact, we recommend
|
|
32
|
+
* specifying the same privacy setting for all contacts.</p>
|
|
33
33
|
* </note>
|
|
34
34
|
* <p>This operation affects only the contact information for the specified contact type
|
|
35
35
|
* (administrative, registrant, or technical). If the request succeeds, Amazon Route 53
|
|
@@ -13,7 +13,7 @@ export declare const resolveClientEndpointParameters: <T>(options: T & ClientInp
|
|
|
13
13
|
defaultSigningName: string;
|
|
14
14
|
};
|
|
15
15
|
export interface EndpointParameters extends __EndpointParameters {
|
|
16
|
-
Region
|
|
16
|
+
Region?: string;
|
|
17
17
|
UseDualStack?: boolean;
|
|
18
18
|
UseFIPS?: boolean;
|
|
19
19
|
Endpoint?: string;
|
|
@@ -1443,40 +1443,6 @@ export interface ExtraParam {
|
|
|
1443
1443
|
* </li>
|
|
1444
1444
|
* </ul>
|
|
1445
1445
|
* </dd>
|
|
1446
|
-
* <dt>.fr</dt>
|
|
1447
|
-
* <dd>
|
|
1448
|
-
* <ul>
|
|
1449
|
-
* <li>
|
|
1450
|
-
* <p>
|
|
1451
|
-
* <code>BIRTH_CITY</code>
|
|
1452
|
-
* </p>
|
|
1453
|
-
* </li>
|
|
1454
|
-
* <li>
|
|
1455
|
-
* <p>
|
|
1456
|
-
* <code>BIRTH_COUNTRY</code>
|
|
1457
|
-
* </p>
|
|
1458
|
-
* </li>
|
|
1459
|
-
* <li>
|
|
1460
|
-
* <p>
|
|
1461
|
-
* <code>BIRTH_DATE_IN_YYYY_MM_DD</code>
|
|
1462
|
-
* </p>
|
|
1463
|
-
* </li>
|
|
1464
|
-
* <li>
|
|
1465
|
-
* <p>
|
|
1466
|
-
* <code>BIRTH_DEPARTMENT</code>: Specify the INSEE code that
|
|
1467
|
-
* corresponds with the department where the contact was born. If the
|
|
1468
|
-
* contact was born somewhere other than France or its overseas
|
|
1469
|
-
* departments, specify <code>99</code>. For more information,
|
|
1470
|
-
* including a list of departments and the corresponding INSEE numbers,
|
|
1471
|
-
* see the Wikipedia entry <a href="https://en.wikipedia.org/wiki/Departments_of_France">Departments of France</a>.</p>
|
|
1472
|
-
* </li>
|
|
1473
|
-
* <li>
|
|
1474
|
-
* <p>
|
|
1475
|
-
* <code>BRAND_NUMBER</code>
|
|
1476
|
-
* </p>
|
|
1477
|
-
* </li>
|
|
1478
|
-
* </ul>
|
|
1479
|
-
* </dd>
|
|
1480
1446
|
* <dt>.it</dt>
|
|
1481
1447
|
* <dd>
|
|
1482
1448
|
* <ul>
|
|
@@ -3121,13 +3087,12 @@ export interface TransferDomainRequest {
|
|
|
3121
3087
|
TechContact: ContactDetail | undefined;
|
|
3122
3088
|
/**
|
|
3123
3089
|
* <p>Whether you want to conceal contact information from WHOIS queries. If you specify
|
|
3124
|
-
* <code>true</code>, WHOIS ("who is") queries return contact information
|
|
3125
|
-
*
|
|
3126
|
-
*
|
|
3127
|
-
* information that you entered for the admin contact.</p>
|
|
3090
|
+
* <code>true</code>, WHOIS ("who is") queries return contact information for the
|
|
3091
|
+
* registrar, the phrase "REDACTED FOR PRIVACY", or "On behalf of <domain name>
|
|
3092
|
+
* owner.".</p>
|
|
3128
3093
|
* <note>
|
|
3129
|
-
* <p>
|
|
3130
|
-
*
|
|
3094
|
+
* <p>While some domains may allow different privacy settings per contact, we recommend
|
|
3095
|
+
* specifying the same privacy setting for all contacts.</p>
|
|
3131
3096
|
* </note>
|
|
3132
3097
|
* <p>Default: <code>true</code>
|
|
3133
3098
|
* </p>
|
|
@@ -3229,7 +3194,7 @@ export interface UpdateDomainContactRequest {
|
|
|
3229
3194
|
*/
|
|
3230
3195
|
TechContact?: ContactDetail;
|
|
3231
3196
|
/**
|
|
3232
|
-
* <p> Customer's consent for the owner change request.
|
|
3197
|
+
* <p> Customer's consent for the owner change request. Required if the domain is not free (consent price is more than $0.00).</p>
|
|
3233
3198
|
*/
|
|
3234
3199
|
Consent?: Consent;
|
|
3235
3200
|
}
|
|
@@ -25,7 +25,7 @@ export declare const resolveClientEndpointParameters: <T>(
|
|
|
25
25
|
defaultSigningName: string;
|
|
26
26
|
};
|
|
27
27
|
export interface EndpointParameters extends __EndpointParameters {
|
|
28
|
-
Region
|
|
28
|
+
Region?: string;
|
|
29
29
|
UseDualStack?: boolean;
|
|
30
30
|
UseFIPS?: boolean;
|
|
31
31
|
Endpoint?: string;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-route-53-domains",
|
|
3
3
|
"description": "AWS SDK for JavaScript Route 53 Domains Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.357.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,36 +21,36 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
32
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
33
|
-
"@aws-sdk/middleware-logger": "3.
|
|
34
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
36
|
-
"@aws-sdk/middleware-serde": "3.
|
|
37
|
-
"@aws-sdk/middleware-signing": "3.
|
|
38
|
-
"@aws-sdk/middleware-stack": "3.
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
40
|
-
"@aws-sdk/node-config-provider": "3.
|
|
41
|
-
"@aws-sdk/node-http-handler": "3.
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
-
"@aws-sdk/types": "3.
|
|
44
|
-
"@aws-sdk/url-parser": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.357.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.357.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.357.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.357.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.357.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.357.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.357.0",
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.357.0",
|
|
32
|
+
"@aws-sdk/middleware-host-header": "3.357.0",
|
|
33
|
+
"@aws-sdk/middleware-logger": "3.357.0",
|
|
34
|
+
"@aws-sdk/middleware-recursion-detection": "3.357.0",
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.357.0",
|
|
36
|
+
"@aws-sdk/middleware-serde": "3.357.0",
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.357.0",
|
|
38
|
+
"@aws-sdk/middleware-stack": "3.357.0",
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.357.0",
|
|
40
|
+
"@aws-sdk/node-config-provider": "3.357.0",
|
|
41
|
+
"@aws-sdk/node-http-handler": "3.357.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.357.0",
|
|
43
|
+
"@aws-sdk/types": "3.357.0",
|
|
44
|
+
"@aws-sdk/url-parser": "3.357.0",
|
|
45
45
|
"@aws-sdk/util-base64": "3.310.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.310.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.310.0",
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
-
"@aws-sdk/util-endpoints": "3.
|
|
51
|
-
"@aws-sdk/util-retry": "3.
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.357.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.357.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.357.0",
|
|
51
|
+
"@aws-sdk/util-retry": "3.357.0",
|
|
52
|
+
"@aws-sdk/util-user-agent-browser": "3.357.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-node": "3.357.0",
|
|
54
54
|
"@aws-sdk/util-utf8": "3.310.0",
|
|
55
55
|
"@smithy/protocol-http": "^1.0.1",
|
|
56
56
|
"@smithy/types": "^1.0.0",
|