@aws-sdk/client-route-53-domains 3.758.0 → 3.772.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 +27 -27
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -19,8 +19,8 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
19
19
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
20
|
|
|
21
21
|
// src/index.ts
|
|
22
|
-
var
|
|
23
|
-
__export(
|
|
22
|
+
var index_exports = {};
|
|
23
|
+
__export(index_exports, {
|
|
24
24
|
AcceptDomainTransferFromAnotherAwsAccountCommand: () => AcceptDomainTransferFromAnotherAwsAccountCommand,
|
|
25
25
|
AcceptDomainTransferFromAnotherAwsAccountRequestFilterSensitiveLog: () => AcceptDomainTransferFromAnotherAwsAccountRequestFilterSensitiveLog,
|
|
26
26
|
AssociateDelegationSignerToDomainCommand: () => AssociateDelegationSignerToDomainCommand,
|
|
@@ -96,7 +96,7 @@ __export(src_exports, {
|
|
|
96
96
|
paginateListPrices: () => paginateListPrices,
|
|
97
97
|
paginateViewBilling: () => paginateViewBilling
|
|
98
98
|
});
|
|
99
|
-
module.exports = __toCommonJS(
|
|
99
|
+
module.exports = __toCommonJS(index_exports);
|
|
100
100
|
|
|
101
101
|
// src/Route53DomainsClient.ts
|
|
102
102
|
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
@@ -223,9 +223,9 @@ var Route53DomainsClient = class extends import_smithy_client.Client {
|
|
|
223
223
|
this.middlewareStack.use(
|
|
224
224
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
225
225
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultRoute53DomainsHttpAuthSchemeParametersProvider,
|
|
226
|
-
identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
226
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
227
227
|
"aws.auth#sigv4": config.credentials
|
|
228
|
-
})
|
|
228
|
+
}), "identityProviderConfigProvider")
|
|
229
229
|
})
|
|
230
230
|
);
|
|
231
231
|
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
|
@@ -1603,7 +1603,7 @@ var se_ListOperationsRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
1603
1603
|
SortBy: [],
|
|
1604
1604
|
SortOrder: [],
|
|
1605
1605
|
Status: import_smithy_client._json,
|
|
1606
|
-
SubmittedSince: (_) => _.getTime() / 1e3,
|
|
1606
|
+
SubmittedSince: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "SubmittedSince"),
|
|
1607
1607
|
Type: import_smithy_client._json
|
|
1608
1608
|
});
|
|
1609
1609
|
}, "se_ListOperationsRequest");
|
|
@@ -1611,7 +1611,7 @@ var se_UpdateDomainContactRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
1611
1611
|
return (0, import_smithy_client.take)(input, {
|
|
1612
1612
|
AdminContact: import_smithy_client._json,
|
|
1613
1613
|
BillingContact: import_smithy_client._json,
|
|
1614
|
-
Consent: (_) => se_Consent(_, context),
|
|
1614
|
+
Consent: /* @__PURE__ */ __name((_) => se_Consent(_, context), "Consent"),
|
|
1615
1615
|
DomainName: [],
|
|
1616
1616
|
RegistrantContact: import_smithy_client._json,
|
|
1617
1617
|
TechContact: import_smithy_client._json
|
|
@@ -1619,15 +1619,15 @@ var se_UpdateDomainContactRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
1619
1619
|
}, "se_UpdateDomainContactRequest");
|
|
1620
1620
|
var se_ViewBillingRequest = /* @__PURE__ */ __name((input, context) => {
|
|
1621
1621
|
return (0, import_smithy_client.take)(input, {
|
|
1622
|
-
End: (_) => _.getTime() / 1e3,
|
|
1622
|
+
End: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "End"),
|
|
1623
1623
|
Marker: [],
|
|
1624
1624
|
MaxItems: [],
|
|
1625
|
-
Start: (_) => _.getTime() / 1e3
|
|
1625
|
+
Start: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "Start")
|
|
1626
1626
|
});
|
|
1627
1627
|
}, "se_ViewBillingRequest");
|
|
1628
1628
|
var de_BillingRecord = /* @__PURE__ */ __name((output, context) => {
|
|
1629
1629
|
return (0, import_smithy_client.take)(output, {
|
|
1630
|
-
BillDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1630
|
+
BillDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "BillDate"),
|
|
1631
1631
|
DomainName: import_smithy_client.expectString,
|
|
1632
1632
|
InvoiceId: import_smithy_client.expectString,
|
|
1633
1633
|
Operation: import_smithy_client.expectString,
|
|
@@ -1642,12 +1642,12 @@ var de_BillingRecords = /* @__PURE__ */ __name((output, context) => {
|
|
|
1642
1642
|
}, "de_BillingRecords");
|
|
1643
1643
|
var de_DomainPrice = /* @__PURE__ */ __name((output, context) => {
|
|
1644
1644
|
return (0, import_smithy_client.take)(output, {
|
|
1645
|
-
ChangeOwnershipPrice: (_) => de_PriceWithCurrency(_, context),
|
|
1645
|
+
ChangeOwnershipPrice: /* @__PURE__ */ __name((_) => de_PriceWithCurrency(_, context), "ChangeOwnershipPrice"),
|
|
1646
1646
|
Name: import_smithy_client.expectString,
|
|
1647
|
-
RegistrationPrice: (_) => de_PriceWithCurrency(_, context),
|
|
1648
|
-
RenewalPrice: (_) => de_PriceWithCurrency(_, context),
|
|
1649
|
-
RestorationPrice: (_) => de_PriceWithCurrency(_, context),
|
|
1650
|
-
TransferPrice: (_) => de_PriceWithCurrency(_, context)
|
|
1647
|
+
RegistrationPrice: /* @__PURE__ */ __name((_) => de_PriceWithCurrency(_, context), "RegistrationPrice"),
|
|
1648
|
+
RenewalPrice: /* @__PURE__ */ __name((_) => de_PriceWithCurrency(_, context), "RenewalPrice"),
|
|
1649
|
+
RestorationPrice: /* @__PURE__ */ __name((_) => de_PriceWithCurrency(_, context), "RestorationPrice"),
|
|
1650
|
+
TransferPrice: /* @__PURE__ */ __name((_) => de_PriceWithCurrency(_, context), "TransferPrice")
|
|
1651
1651
|
});
|
|
1652
1652
|
}, "de_DomainPrice");
|
|
1653
1653
|
var de_DomainPriceList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -1660,7 +1660,7 @@ var de_DomainSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
1660
1660
|
return (0, import_smithy_client.take)(output, {
|
|
1661
1661
|
AutoRenew: import_smithy_client.expectBoolean,
|
|
1662
1662
|
DomainName: import_smithy_client.expectString,
|
|
1663
|
-
Expiry: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1663
|
+
Expiry: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "Expiry"),
|
|
1664
1664
|
TransferLock: import_smithy_client.expectBoolean
|
|
1665
1665
|
});
|
|
1666
1666
|
}, "de_DomainSummary");
|
|
@@ -1679,11 +1679,11 @@ var de_GetDomainDetailResponse = /* @__PURE__ */ __name((output, context) => {
|
|
|
1679
1679
|
AutoRenew: import_smithy_client.expectBoolean,
|
|
1680
1680
|
BillingContact: import_smithy_client._json,
|
|
1681
1681
|
BillingPrivacy: import_smithy_client.expectBoolean,
|
|
1682
|
-
CreationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1682
|
+
CreationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationDate"),
|
|
1683
1683
|
DnsSec: import_smithy_client.expectString,
|
|
1684
1684
|
DnssecKeys: import_smithy_client._json,
|
|
1685
1685
|
DomainName: import_smithy_client.expectString,
|
|
1686
|
-
ExpirationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1686
|
+
ExpirationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ExpirationDate"),
|
|
1687
1687
|
Nameservers: import_smithy_client._json,
|
|
1688
1688
|
RegistrantContact: import_smithy_client._json,
|
|
1689
1689
|
RegistrantPrivacy: import_smithy_client.expectBoolean,
|
|
@@ -1694,49 +1694,49 @@ var de_GetDomainDetailResponse = /* @__PURE__ */ __name((output, context) => {
|
|
|
1694
1694
|
StatusList: import_smithy_client._json,
|
|
1695
1695
|
TechContact: import_smithy_client._json,
|
|
1696
1696
|
TechPrivacy: import_smithy_client.expectBoolean,
|
|
1697
|
-
UpdatedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1697
|
+
UpdatedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "UpdatedDate"),
|
|
1698
1698
|
WhoIsServer: import_smithy_client.expectString
|
|
1699
1699
|
});
|
|
1700
1700
|
}, "de_GetDomainDetailResponse");
|
|
1701
1701
|
var de_GetOperationDetailResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1702
1702
|
return (0, import_smithy_client.take)(output, {
|
|
1703
1703
|
DomainName: import_smithy_client.expectString,
|
|
1704
|
-
LastUpdatedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1704
|
+
LastUpdatedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdatedDate"),
|
|
1705
1705
|
Message: import_smithy_client.expectString,
|
|
1706
1706
|
OperationId: import_smithy_client.expectString,
|
|
1707
1707
|
Status: import_smithy_client.expectString,
|
|
1708
1708
|
StatusFlag: import_smithy_client.expectString,
|
|
1709
|
-
SubmittedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1709
|
+
SubmittedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "SubmittedDate"),
|
|
1710
1710
|
Type: import_smithy_client.expectString
|
|
1711
1711
|
});
|
|
1712
1712
|
}, "de_GetOperationDetailResponse");
|
|
1713
1713
|
var de_ListDomainsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1714
1714
|
return (0, import_smithy_client.take)(output, {
|
|
1715
|
-
Domains: (_) => de_DomainSummaryList(_, context),
|
|
1715
|
+
Domains: /* @__PURE__ */ __name((_) => de_DomainSummaryList(_, context), "Domains"),
|
|
1716
1716
|
NextPageMarker: import_smithy_client.expectString
|
|
1717
1717
|
});
|
|
1718
1718
|
}, "de_ListDomainsResponse");
|
|
1719
1719
|
var de_ListOperationsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1720
1720
|
return (0, import_smithy_client.take)(output, {
|
|
1721
1721
|
NextPageMarker: import_smithy_client.expectString,
|
|
1722
|
-
Operations: (_) => de_OperationSummaryList(_, context)
|
|
1722
|
+
Operations: /* @__PURE__ */ __name((_) => de_OperationSummaryList(_, context), "Operations")
|
|
1723
1723
|
});
|
|
1724
1724
|
}, "de_ListOperationsResponse");
|
|
1725
1725
|
var de_ListPricesResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1726
1726
|
return (0, import_smithy_client.take)(output, {
|
|
1727
1727
|
NextPageMarker: import_smithy_client.expectString,
|
|
1728
|
-
Prices: (_) => de_DomainPriceList(_, context)
|
|
1728
|
+
Prices: /* @__PURE__ */ __name((_) => de_DomainPriceList(_, context), "Prices")
|
|
1729
1729
|
});
|
|
1730
1730
|
}, "de_ListPricesResponse");
|
|
1731
1731
|
var de_OperationSummary = /* @__PURE__ */ __name((output, context) => {
|
|
1732
1732
|
return (0, import_smithy_client.take)(output, {
|
|
1733
1733
|
DomainName: import_smithy_client.expectString,
|
|
1734
|
-
LastUpdatedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1734
|
+
LastUpdatedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdatedDate"),
|
|
1735
1735
|
Message: import_smithy_client.expectString,
|
|
1736
1736
|
OperationId: import_smithy_client.expectString,
|
|
1737
1737
|
Status: import_smithy_client.expectString,
|
|
1738
1738
|
StatusFlag: import_smithy_client.expectString,
|
|
1739
|
-
SubmittedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1739
|
+
SubmittedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "SubmittedDate"),
|
|
1740
1740
|
Type: import_smithy_client.expectString
|
|
1741
1741
|
});
|
|
1742
1742
|
}, "de_OperationSummary");
|
|
@@ -1754,7 +1754,7 @@ var de_PriceWithCurrency = /* @__PURE__ */ __name((output, context) => {
|
|
|
1754
1754
|
}, "de_PriceWithCurrency");
|
|
1755
1755
|
var de_ViewBillingResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1756
1756
|
return (0, import_smithy_client.take)(output, {
|
|
1757
|
-
BillingRecords: (_) => de_BillingRecords(_, context),
|
|
1757
|
+
BillingRecords: /* @__PURE__ */ __name((_) => de_BillingRecords(_, context), "BillingRecords"),
|
|
1758
1758
|
NextPageMarker: import_smithy_client.expectString
|
|
1759
1759
|
});
|
|
1760
1760
|
}, "de_ViewBillingResponse");
|
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.772.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-domains",
|
|
@@ -21,10 +21,10 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.758.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.772.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.734.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.734.0",
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.772.0",
|
|
28
28
|
"@aws-sdk/middleware-user-agent": "3.758.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.734.0",
|
|
30
30
|
"@aws-sdk/types": "3.734.0",
|