@aws-sdk/client-servicediscovery 3.36.0 → 3.36.1
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/CHANGELOG.md +11 -0
- package/dist-cjs/ServiceDiscovery.js +0 -8
- package/dist-cjs/ServiceDiscoveryClient.js +0 -13
- package/dist-cjs/commands/CreateHttpNamespaceCommand.js +0 -28
- package/dist-cjs/commands/CreatePrivateDnsNamespaceCommand.js +0 -30
- package/dist-cjs/commands/CreatePublicDnsNamespaceCommand.js +0 -29
- package/dist-cjs/commands/CreateServiceCommand.js +0 -64
- package/dist-cjs/commands/DeleteNamespaceCommand.js +0 -25
- package/dist-cjs/commands/DeleteServiceCommand.js +0 -25
- package/dist-cjs/commands/DeregisterInstanceCommand.js +0 -25
- package/dist-cjs/commands/DiscoverInstancesCommand.js +0 -26
- package/dist-cjs/commands/GetInstanceCommand.js +0 -24
- package/dist-cjs/commands/GetInstancesHealthStatusCommand.js +0 -29
- package/dist-cjs/commands/GetNamespaceCommand.js +0 -24
- package/dist-cjs/commands/GetOperationCommand.js +0 -28
- package/dist-cjs/commands/GetServiceCommand.js +0 -24
- package/dist-cjs/commands/ListInstancesCommand.js +0 -24
- package/dist-cjs/commands/ListNamespacesCommand.js +0 -24
- package/dist-cjs/commands/ListOperationsCommand.js +0 -24
- package/dist-cjs/commands/ListServicesCommand.js +0 -24
- package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -24
- package/dist-cjs/commands/RegisterInstanceCommand.js +0 -63
- package/dist-cjs/commands/TagResourceCommand.js +0 -24
- package/dist-cjs/commands/UntagResourceCommand.js +0 -24
- package/dist-cjs/commands/UpdateHttpNamespaceCommand.js +0 -25
- package/dist-cjs/commands/UpdateInstanceCustomHealthStatusCommand.js +0 -28
- package/dist-cjs/commands/UpdatePrivateDnsNamespaceCommand.js +0 -25
- package/dist-cjs/commands/UpdatePublicDnsNamespaceCommand.js +0 -25
- package/dist-cjs/commands/UpdateServiceCommand.js +0 -48
- package/dist-cjs/models/models_0.js +0 -300
- package/dist-cjs/pagination/GetInstancesHealthStatusPaginator.js +0 -10
- package/dist-cjs/pagination/ListInstancesPaginator.js +0 -10
- package/dist-cjs/pagination/ListNamespacesPaginator.js +0 -10
- package/dist-cjs/pagination/ListOperationsPaginator.js +0 -10
- package/dist-cjs/pagination/ListServicesPaginator.js +0 -10
- package/dist-cjs/protocols/Aws_json1_1.js +0 -5
- package/dist-cjs/runtimeConfig.browser.js +1 -5
- package/dist-cjs/runtimeConfig.js +1 -5
- package/dist-cjs/runtimeConfig.native.js +0 -3
- package/dist-cjs/runtimeConfig.shared.js +0 -3
- package/dist-types/ts3.4/ServiceDiscovery.d.ts +27 -225
- package/dist-types/ts3.4/ServiceDiscoveryClient.d.ts +24 -94
- package/dist-types/ts3.4/commands/CreateHttpNamespaceCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/CreatePrivateDnsNamespaceCommand.d.ts +2 -26
- package/dist-types/ts3.4/commands/CreatePublicDnsNamespaceCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/CreateServiceCommand.d.ts +2 -60
- package/dist-types/ts3.4/commands/DeleteNamespaceCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DeleteServiceCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DeregisterInstanceCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DiscoverInstancesCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/GetInstanceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetInstancesHealthStatusCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/GetNamespaceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetOperationCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/GetServiceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListInstancesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListNamespacesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListOperationsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/RegisterInstanceCommand.d.ts +2 -59
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateHttpNamespaceCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/UpdateInstanceCustomHealthStatusCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/UpdatePrivateDnsNamespaceCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/UpdatePublicDnsNamespaceCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/UpdateServiceCommand.d.ts +2 -44
- package/dist-types/ts3.4/models/models_0.d.ts +363 -2229
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/package.json +3 -3
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import { FetchHttpHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
2
|
import { ServiceDiscoveryClientConfig } from "./ServiceDiscoveryClient";
|
|
3
|
-
|
|
4
|
-
* @internal
|
|
5
|
-
*/
|
|
3
|
+
|
|
6
4
|
export declare const getRuntimeConfig: (config: ServiceDiscoveryClientConfig) => {
|
|
7
5
|
runtime: string;
|
|
8
6
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import { NodeHttpHandler } from "@aws-sdk/node-http-handler";
|
|
2
2
|
import { ServiceDiscoveryClientConfig } from "./ServiceDiscoveryClient";
|
|
3
|
-
|
|
4
|
-
* @internal
|
|
5
|
-
*/
|
|
3
|
+
|
|
6
4
|
export declare const getRuntimeConfig: (config: ServiceDiscoveryClientConfig) => {
|
|
7
5
|
runtime: string;
|
|
8
6
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import { Logger as __Logger } from "@aws-sdk/types";
|
|
2
2
|
import { ServiceDiscoveryClientConfig } from "./ServiceDiscoveryClient";
|
|
3
|
-
|
|
4
|
-
* @internal
|
|
5
|
-
*/
|
|
3
|
+
|
|
6
4
|
export declare const getRuntimeConfig: (config: ServiceDiscoveryClientConfig) => {
|
|
7
5
|
apiVersion: string;
|
|
8
6
|
disableHostPrefix: boolean;
|
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.36.
|
|
4
|
+
"version": "3.36.1",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "yarn build:cjs && yarn build:es && yarn build:types",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.json",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "^1.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "^1.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.36.
|
|
24
|
+
"@aws-sdk/client-sts": "3.36.1",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.36.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.36.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.36.1",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.36.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.36.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.36.0",
|