@aws-sdk/client-servicediscovery 3.750.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 +17 -17
- package/package.json +13 -13
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
|
CreateHttpNamespaceCommand: () => CreateHttpNamespaceCommand,
|
|
25
25
|
CreatePrivateDnsNamespaceCommand: () => CreatePrivateDnsNamespaceCommand,
|
|
26
26
|
CreatePublicDnsNamespaceCommand: () => CreatePublicDnsNamespaceCommand,
|
|
@@ -92,7 +92,7 @@ __export(src_exports, {
|
|
|
92
92
|
paginateListOperations: () => paginateListOperations,
|
|
93
93
|
paginateListServices: () => paginateListServices
|
|
94
94
|
});
|
|
95
|
-
module.exports = __toCommonJS(
|
|
95
|
+
module.exports = __toCommonJS(index_exports);
|
|
96
96
|
|
|
97
97
|
// src/ServiceDiscoveryClient.ts
|
|
98
98
|
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
@@ -219,9 +219,9 @@ var ServiceDiscoveryClient = class extends import_smithy_client.Client {
|
|
|
219
219
|
this.middlewareStack.use(
|
|
220
220
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
221
221
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultServiceDiscoveryHttpAuthSchemeParametersProvider,
|
|
222
|
-
identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
222
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
223
223
|
"aws.auth#sigv4": config.credentials
|
|
224
|
-
})
|
|
224
|
+
}), "identityProviderConfigProvider")
|
|
225
225
|
})
|
|
226
226
|
);
|
|
227
227
|
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
|
@@ -1535,40 +1535,40 @@ var se_UpdatePublicDnsNamespaceRequest = /* @__PURE__ */ __name((input, context)
|
|
|
1535
1535
|
}, "se_UpdatePublicDnsNamespaceRequest");
|
|
1536
1536
|
var de_CreateServiceResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1537
1537
|
return (0, import_smithy_client.take)(output, {
|
|
1538
|
-
Service: (_) => de_Service(_, context)
|
|
1538
|
+
Service: /* @__PURE__ */ __name((_) => de_Service(_, context), "Service")
|
|
1539
1539
|
});
|
|
1540
1540
|
}, "de_CreateServiceResponse");
|
|
1541
1541
|
var de_GetNamespaceResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1542
1542
|
return (0, import_smithy_client.take)(output, {
|
|
1543
|
-
Namespace: (_) => de_Namespace(_, context)
|
|
1543
|
+
Namespace: /* @__PURE__ */ __name((_) => de_Namespace(_, context), "Namespace")
|
|
1544
1544
|
});
|
|
1545
1545
|
}, "de_GetNamespaceResponse");
|
|
1546
1546
|
var de_GetOperationResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1547
1547
|
return (0, import_smithy_client.take)(output, {
|
|
1548
|
-
Operation: (_) => de_Operation(_, context)
|
|
1548
|
+
Operation: /* @__PURE__ */ __name((_) => de_Operation(_, context), "Operation")
|
|
1549
1549
|
});
|
|
1550
1550
|
}, "de_GetOperationResponse");
|
|
1551
1551
|
var de_GetServiceResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1552
1552
|
return (0, import_smithy_client.take)(output, {
|
|
1553
|
-
Service: (_) => de_Service(_, context)
|
|
1553
|
+
Service: /* @__PURE__ */ __name((_) => de_Service(_, context), "Service")
|
|
1554
1554
|
});
|
|
1555
1555
|
}, "de_GetServiceResponse");
|
|
1556
1556
|
var de_ListNamespacesResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1557
1557
|
return (0, import_smithy_client.take)(output, {
|
|
1558
|
-
Namespaces: (_) => de_NamespaceSummariesList(_, context),
|
|
1558
|
+
Namespaces: /* @__PURE__ */ __name((_) => de_NamespaceSummariesList(_, context), "Namespaces"),
|
|
1559
1559
|
NextToken: import_smithy_client.expectString
|
|
1560
1560
|
});
|
|
1561
1561
|
}, "de_ListNamespacesResponse");
|
|
1562
1562
|
var de_ListServicesResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1563
1563
|
return (0, import_smithy_client.take)(output, {
|
|
1564
1564
|
NextToken: import_smithy_client.expectString,
|
|
1565
|
-
Services: (_) => de_ServiceSummariesList(_, context)
|
|
1565
|
+
Services: /* @__PURE__ */ __name((_) => de_ServiceSummariesList(_, context), "Services")
|
|
1566
1566
|
});
|
|
1567
1567
|
}, "de_ListServicesResponse");
|
|
1568
1568
|
var de_Namespace = /* @__PURE__ */ __name((output, context) => {
|
|
1569
1569
|
return (0, import_smithy_client.take)(output, {
|
|
1570
1570
|
Arn: import_smithy_client.expectString,
|
|
1571
|
-
CreateDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1571
|
+
CreateDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreateDate"),
|
|
1572
1572
|
CreatorRequestId: import_smithy_client.expectString,
|
|
1573
1573
|
Description: import_smithy_client.expectString,
|
|
1574
1574
|
Id: import_smithy_client.expectString,
|
|
@@ -1587,7 +1587,7 @@ var de_NamespaceSummariesList = /* @__PURE__ */ __name((output, context) => {
|
|
|
1587
1587
|
var de_NamespaceSummary = /* @__PURE__ */ __name((output, context) => {
|
|
1588
1588
|
return (0, import_smithy_client.take)(output, {
|
|
1589
1589
|
Arn: import_smithy_client.expectString,
|
|
1590
|
-
CreateDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1590
|
+
CreateDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreateDate"),
|
|
1591
1591
|
Description: import_smithy_client.expectString,
|
|
1592
1592
|
Id: import_smithy_client.expectString,
|
|
1593
1593
|
Name: import_smithy_client.expectString,
|
|
@@ -1598,20 +1598,20 @@ var de_NamespaceSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
1598
1598
|
}, "de_NamespaceSummary");
|
|
1599
1599
|
var de_Operation = /* @__PURE__ */ __name((output, context) => {
|
|
1600
1600
|
return (0, import_smithy_client.take)(output, {
|
|
1601
|
-
CreateDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1601
|
+
CreateDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreateDate"),
|
|
1602
1602
|
ErrorCode: import_smithy_client.expectString,
|
|
1603
1603
|
ErrorMessage: import_smithy_client.expectString,
|
|
1604
1604
|
Id: import_smithy_client.expectString,
|
|
1605
1605
|
Status: import_smithy_client.expectString,
|
|
1606
1606
|
Targets: import_smithy_client._json,
|
|
1607
1607
|
Type: import_smithy_client.expectString,
|
|
1608
|
-
UpdateDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
1608
|
+
UpdateDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "UpdateDate")
|
|
1609
1609
|
});
|
|
1610
1610
|
}, "de_Operation");
|
|
1611
1611
|
var de_Service = /* @__PURE__ */ __name((output, context) => {
|
|
1612
1612
|
return (0, import_smithy_client.take)(output, {
|
|
1613
1613
|
Arn: import_smithy_client.expectString,
|
|
1614
|
-
CreateDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1614
|
+
CreateDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreateDate"),
|
|
1615
1615
|
CreatorRequestId: import_smithy_client.expectString,
|
|
1616
1616
|
Description: import_smithy_client.expectString,
|
|
1617
1617
|
DnsConfig: import_smithy_client._json,
|
|
@@ -1633,7 +1633,7 @@ var de_ServiceSummariesList = /* @__PURE__ */ __name((output, context) => {
|
|
|
1633
1633
|
var de_ServiceSummary = /* @__PURE__ */ __name((output, context) => {
|
|
1634
1634
|
return (0, import_smithy_client.take)(output, {
|
|
1635
1635
|
Arn: import_smithy_client.expectString,
|
|
1636
|
-
CreateDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1636
|
+
CreateDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreateDate"),
|
|
1637
1637
|
Description: import_smithy_client.expectString,
|
|
1638
1638
|
DnsConfig: import_smithy_client._json,
|
|
1639
1639
|
HealthCheckConfig: import_smithy_client._json,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-servicediscovery",
|
|
3
3
|
"description": "AWS SDK for JavaScript Servicediscovery 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-servicediscovery",
|
|
@@ -20,38 +20,38 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.758.0",
|
|
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.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.772.0",
|
|
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",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.743.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.734.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.758.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.0.1",
|
|
35
|
-
"@smithy/core": "^3.1.
|
|
35
|
+
"@smithy/core": "^3.1.5",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.1",
|
|
37
37
|
"@smithy/hash-node": "^4.0.1",
|
|
38
38
|
"@smithy/invalid-dependency": "^4.0.1",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.0.1",
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.0.
|
|
41
|
-
"@smithy/middleware-retry": "^4.0.
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.0.6",
|
|
41
|
+
"@smithy/middleware-retry": "^4.0.7",
|
|
42
42
|
"@smithy/middleware-serde": "^4.0.2",
|
|
43
43
|
"@smithy/middleware-stack": "^4.0.1",
|
|
44
44
|
"@smithy/node-config-provider": "^4.0.1",
|
|
45
|
-
"@smithy/node-http-handler": "^4.0.
|
|
45
|
+
"@smithy/node-http-handler": "^4.0.3",
|
|
46
46
|
"@smithy/protocol-http": "^5.0.1",
|
|
47
|
-
"@smithy/smithy-client": "^4.1.
|
|
47
|
+
"@smithy/smithy-client": "^4.1.6",
|
|
48
48
|
"@smithy/types": "^4.1.0",
|
|
49
49
|
"@smithy/url-parser": "^4.0.1",
|
|
50
50
|
"@smithy/util-base64": "^4.0.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.0.0",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.0.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.0.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.0.7",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.0.7",
|
|
55
55
|
"@smithy/util-endpoints": "^3.0.1",
|
|
56
56
|
"@smithy/util-middleware": "^4.0.1",
|
|
57
57
|
"@smithy/util-retry": "^4.0.1",
|