@aws-sdk/client-servicediscovery 3.496.0 → 3.501.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 +36 -35
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -2663,71 +2663,72 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
2663
2663
|
// Annotate the CommonJS export names for ESM import in node:
|
|
2664
2664
|
|
|
2665
2665
|
0 && (module.exports = {
|
|
2666
|
+
ServiceDiscoveryServiceException,
|
|
2667
|
+
__Client,
|
|
2668
|
+
ServiceDiscoveryClient,
|
|
2669
|
+
ServiceDiscovery,
|
|
2670
|
+
$Command,
|
|
2666
2671
|
CreateHttpNamespaceCommand,
|
|
2667
2672
|
CreatePrivateDnsNamespaceCommand,
|
|
2668
2673
|
CreatePublicDnsNamespaceCommand,
|
|
2669
2674
|
CreateServiceCommand,
|
|
2670
|
-
CustomHealthNotFound,
|
|
2671
|
-
CustomHealthStatus,
|
|
2672
2675
|
DeleteNamespaceCommand,
|
|
2673
2676
|
DeleteServiceCommand,
|
|
2674
2677
|
DeregisterInstanceCommand,
|
|
2675
2678
|
DiscoverInstancesCommand,
|
|
2676
2679
|
DiscoverInstancesRevisionCommand,
|
|
2677
|
-
DuplicateRequest,
|
|
2678
|
-
FilterCondition,
|
|
2679
2680
|
GetInstanceCommand,
|
|
2680
2681
|
GetInstancesHealthStatusCommand,
|
|
2681
2682
|
GetNamespaceCommand,
|
|
2682
2683
|
GetOperationCommand,
|
|
2683
2684
|
GetServiceCommand,
|
|
2684
|
-
HealthCheckType,
|
|
2685
|
-
HealthStatus,
|
|
2686
|
-
HealthStatusFilter,
|
|
2687
|
-
InstanceNotFound,
|
|
2688
|
-
InvalidInput,
|
|
2689
2685
|
ListInstancesCommand,
|
|
2690
2686
|
ListNamespacesCommand,
|
|
2691
2687
|
ListOperationsCommand,
|
|
2692
2688
|
ListServicesCommand,
|
|
2693
2689
|
ListTagsForResourceCommand,
|
|
2694
|
-
NamespaceAlreadyExists,
|
|
2695
|
-
NamespaceFilterName,
|
|
2696
|
-
NamespaceNotFound,
|
|
2697
|
-
NamespaceType,
|
|
2698
|
-
OperationFilterName,
|
|
2699
|
-
OperationNotFound,
|
|
2700
|
-
OperationStatus,
|
|
2701
|
-
OperationTargetType,
|
|
2702
|
-
OperationType,
|
|
2703
|
-
RecordType,
|
|
2704
2690
|
RegisterInstanceCommand,
|
|
2705
|
-
RequestLimitExceeded,
|
|
2706
|
-
ResourceInUse,
|
|
2707
|
-
ResourceLimitExceeded,
|
|
2708
|
-
ResourceNotFoundException,
|
|
2709
|
-
RoutingPolicy,
|
|
2710
|
-
ServiceAlreadyExists,
|
|
2711
|
-
ServiceDiscovery,
|
|
2712
|
-
ServiceDiscoveryClient,
|
|
2713
|
-
ServiceDiscoveryServiceException,
|
|
2714
|
-
ServiceFilterName,
|
|
2715
|
-
ServiceNotFound,
|
|
2716
|
-
ServiceType,
|
|
2717
|
-
ServiceTypeOption,
|
|
2718
2691
|
TagResourceCommand,
|
|
2719
|
-
TooManyTagsException,
|
|
2720
2692
|
UntagResourceCommand,
|
|
2721
2693
|
UpdateHttpNamespaceCommand,
|
|
2722
2694
|
UpdateInstanceCustomHealthStatusCommand,
|
|
2723
2695
|
UpdatePrivateDnsNamespaceCommand,
|
|
2724
2696
|
UpdatePublicDnsNamespaceCommand,
|
|
2725
2697
|
UpdateServiceCommand,
|
|
2726
|
-
__Client,
|
|
2727
2698
|
paginateGetInstancesHealthStatus,
|
|
2728
2699
|
paginateListInstances,
|
|
2729
2700
|
paginateListNamespaces,
|
|
2730
2701
|
paginateListOperations,
|
|
2731
|
-
paginateListServices
|
|
2702
|
+
paginateListServices,
|
|
2703
|
+
DuplicateRequest,
|
|
2704
|
+
InvalidInput,
|
|
2705
|
+
NamespaceAlreadyExists,
|
|
2706
|
+
ResourceLimitExceeded,
|
|
2707
|
+
TooManyTagsException,
|
|
2708
|
+
RecordType,
|
|
2709
|
+
RoutingPolicy,
|
|
2710
|
+
HealthCheckType,
|
|
2711
|
+
ServiceTypeOption,
|
|
2712
|
+
ServiceType,
|
|
2713
|
+
NamespaceNotFound,
|
|
2714
|
+
ServiceAlreadyExists,
|
|
2715
|
+
CustomHealthNotFound,
|
|
2716
|
+
CustomHealthStatus,
|
|
2717
|
+
ResourceInUse,
|
|
2718
|
+
ServiceNotFound,
|
|
2719
|
+
InstanceNotFound,
|
|
2720
|
+
HealthStatusFilter,
|
|
2721
|
+
HealthStatus,
|
|
2722
|
+
RequestLimitExceeded,
|
|
2723
|
+
FilterCondition,
|
|
2724
|
+
NamespaceType,
|
|
2725
|
+
OperationStatus,
|
|
2726
|
+
OperationTargetType,
|
|
2727
|
+
OperationType,
|
|
2728
|
+
OperationNotFound,
|
|
2729
|
+
NamespaceFilterName,
|
|
2730
|
+
OperationFilterName,
|
|
2731
|
+
ServiceFilterName,
|
|
2732
|
+
ResourceNotFoundException
|
|
2732
2733
|
});
|
|
2733
2734
|
|
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.501.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,9 +20,9 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.501.0",
|
|
24
24
|
"@aws-sdk/core": "3.496.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.501.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.496.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.496.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.496.0",
|