@aws-sdk/client-servicediscovery 3.888.0 → 3.891.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-types/commands/CreateHttpNamespaceCommand.d.ts +2 -0
- package/dist-types/commands/CreatePrivateDnsNamespaceCommand.d.ts +2 -0
- package/dist-types/commands/CreatePublicDnsNamespaceCommand.d.ts +2 -0
- package/dist-types/commands/CreateServiceCommand.d.ts +2 -0
- package/dist-types/commands/DeleteNamespaceCommand.d.ts +2 -0
- package/dist-types/commands/DeleteServiceAttributesCommand.d.ts +2 -0
- package/dist-types/commands/DeleteServiceCommand.d.ts +2 -0
- package/dist-types/commands/DeregisterInstanceCommand.d.ts +2 -0
- package/dist-types/commands/DiscoverInstancesCommand.d.ts +2 -0
- package/dist-types/commands/DiscoverInstancesRevisionCommand.d.ts +2 -0
- package/dist-types/commands/GetInstanceCommand.d.ts +2 -0
- package/dist-types/commands/GetInstancesHealthStatusCommand.d.ts +2 -0
- package/dist-types/commands/GetNamespaceCommand.d.ts +2 -0
- package/dist-types/commands/GetOperationCommand.d.ts +2 -0
- package/dist-types/commands/GetServiceAttributesCommand.d.ts +2 -0
- package/dist-types/commands/GetServiceCommand.d.ts +2 -0
- package/dist-types/commands/ListInstancesCommand.d.ts +2 -0
- package/dist-types/commands/ListNamespacesCommand.d.ts +2 -0
- package/dist-types/commands/ListOperationsCommand.d.ts +2 -0
- package/dist-types/commands/ListServicesCommand.d.ts +2 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/commands/RegisterInstanceCommand.d.ts +2 -0
- package/dist-types/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UpdateHttpNamespaceCommand.d.ts +2 -0
- package/dist-types/commands/UpdateInstanceCustomHealthStatusCommand.d.ts +2 -0
- package/dist-types/commands/UpdatePrivateDnsNamespaceCommand.d.ts +2 -0
- package/dist-types/commands/UpdatePublicDnsNamespaceCommand.d.ts +2 -0
- package/dist-types/commands/UpdateServiceAttributesCommand.d.ts +2 -0
- package/dist-types/commands/UpdateServiceCommand.d.ts +2 -0
- package/package.json +19 -19
|
@@ -37,6 +37,8 @@ declare const CreateHttpNamespaceCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { ServiceDiscoveryClient, CreateHttpNamespaceCommand } from "@aws-sdk/client-servicediscovery"; // ES Modules import
|
|
39
39
|
* // const { ServiceDiscoveryClient, CreateHttpNamespaceCommand } = require("@aws-sdk/client-servicediscovery"); // CommonJS import
|
|
40
|
+
* // import type { ServiceDiscoveryClientConfig } from "@aws-sdk/client-servicediscovery";
|
|
41
|
+
* const config = {}; // type is ServiceDiscoveryClientConfig
|
|
40
42
|
* const client = new ServiceDiscoveryClient(config);
|
|
41
43
|
* const input = { // CreateHttpNamespaceRequest
|
|
42
44
|
* Name: "STRING_VALUE", // required
|
|
@@ -40,6 +40,8 @@ declare const CreatePrivateDnsNamespaceCommand_base: {
|
|
|
40
40
|
* ```javascript
|
|
41
41
|
* import { ServiceDiscoveryClient, CreatePrivateDnsNamespaceCommand } from "@aws-sdk/client-servicediscovery"; // ES Modules import
|
|
42
42
|
* // const { ServiceDiscoveryClient, CreatePrivateDnsNamespaceCommand } = require("@aws-sdk/client-servicediscovery"); // CommonJS import
|
|
43
|
+
* // import type { ServiceDiscoveryClientConfig } from "@aws-sdk/client-servicediscovery";
|
|
44
|
+
* const config = {}; // type is ServiceDiscoveryClientConfig
|
|
43
45
|
* const client = new ServiceDiscoveryClient(config);
|
|
44
46
|
* const input = { // CreatePrivateDnsNamespaceRequest
|
|
45
47
|
* Name: "STRING_VALUE", // required
|
|
@@ -42,6 +42,8 @@ declare const CreatePublicDnsNamespaceCommand_base: {
|
|
|
42
42
|
* ```javascript
|
|
43
43
|
* import { ServiceDiscoveryClient, CreatePublicDnsNamespaceCommand } from "@aws-sdk/client-servicediscovery"; // ES Modules import
|
|
44
44
|
* // const { ServiceDiscoveryClient, CreatePublicDnsNamespaceCommand } = require("@aws-sdk/client-servicediscovery"); // CommonJS import
|
|
45
|
+
* // import type { ServiceDiscoveryClientConfig } from "@aws-sdk/client-servicediscovery";
|
|
46
|
+
* const config = {}; // type is ServiceDiscoveryClientConfig
|
|
45
47
|
* const client = new ServiceDiscoveryClient(config);
|
|
46
48
|
* const input = { // CreatePublicDnsNamespaceRequest
|
|
47
49
|
* Name: "STRING_VALUE", // required
|
|
@@ -74,6 +74,8 @@ declare const CreateServiceCommand_base: {
|
|
|
74
74
|
* ```javascript
|
|
75
75
|
* import { ServiceDiscoveryClient, CreateServiceCommand } from "@aws-sdk/client-servicediscovery"; // ES Modules import
|
|
76
76
|
* // const { ServiceDiscoveryClient, CreateServiceCommand } = require("@aws-sdk/client-servicediscovery"); // CommonJS import
|
|
77
|
+
* // import type { ServiceDiscoveryClientConfig } from "@aws-sdk/client-servicediscovery";
|
|
78
|
+
* const config = {}; // type is ServiceDiscoveryClientConfig
|
|
77
79
|
* const client = new ServiceDiscoveryClient(config);
|
|
78
80
|
* const input = { // CreateServiceRequest
|
|
79
81
|
* Name: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const DeleteNamespaceCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { ServiceDiscoveryClient, DeleteNamespaceCommand } from "@aws-sdk/client-servicediscovery"; // ES Modules import
|
|
36
36
|
* // const { ServiceDiscoveryClient, DeleteNamespaceCommand } = require("@aws-sdk/client-servicediscovery"); // CommonJS import
|
|
37
|
+
* // import type { ServiceDiscoveryClientConfig } from "@aws-sdk/client-servicediscovery";
|
|
38
|
+
* const config = {}; // type is ServiceDiscoveryClientConfig
|
|
37
39
|
* const client = new ServiceDiscoveryClient(config);
|
|
38
40
|
* const input = { // DeleteNamespaceRequest
|
|
39
41
|
* Id: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteServiceAttributesCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ServiceDiscoveryClient, DeleteServiceAttributesCommand } from "@aws-sdk/client-servicediscovery"; // ES Modules import
|
|
35
35
|
* // const { ServiceDiscoveryClient, DeleteServiceAttributesCommand } = require("@aws-sdk/client-servicediscovery"); // CommonJS import
|
|
36
|
+
* // import type { ServiceDiscoveryClientConfig } from "@aws-sdk/client-servicediscovery";
|
|
37
|
+
* const config = {}; // type is ServiceDiscoveryClientConfig
|
|
36
38
|
* const client = new ServiceDiscoveryClient(config);
|
|
37
39
|
* const input = { // DeleteServiceAttributesRequest
|
|
38
40
|
* ServiceId: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const DeleteServiceCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { ServiceDiscoveryClient, DeleteServiceCommand } from "@aws-sdk/client-servicediscovery"; // ES Modules import
|
|
36
36
|
* // const { ServiceDiscoveryClient, DeleteServiceCommand } = require("@aws-sdk/client-servicediscovery"); // CommonJS import
|
|
37
|
+
* // import type { ServiceDiscoveryClientConfig } from "@aws-sdk/client-servicediscovery";
|
|
38
|
+
* const config = {}; // type is ServiceDiscoveryClientConfig
|
|
37
39
|
* const client = new ServiceDiscoveryClient(config);
|
|
38
40
|
* const input = { // DeleteServiceRequest
|
|
39
41
|
* Id: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const DeregisterInstanceCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { ServiceDiscoveryClient, DeregisterInstanceCommand } from "@aws-sdk/client-servicediscovery"; // ES Modules import
|
|
36
36
|
* // const { ServiceDiscoveryClient, DeregisterInstanceCommand } = require("@aws-sdk/client-servicediscovery"); // CommonJS import
|
|
37
|
+
* // import type { ServiceDiscoveryClientConfig } from "@aws-sdk/client-servicediscovery";
|
|
38
|
+
* const config = {}; // type is ServiceDiscoveryClientConfig
|
|
37
39
|
* const client = new ServiceDiscoveryClient(config);
|
|
38
40
|
* const input = { // DeregisterInstanceRequest
|
|
39
41
|
* ServiceId: "STRING_VALUE", // required
|
|
@@ -37,6 +37,8 @@ declare const DiscoverInstancesCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { ServiceDiscoveryClient, DiscoverInstancesCommand } from "@aws-sdk/client-servicediscovery"; // ES Modules import
|
|
39
39
|
* // const { ServiceDiscoveryClient, DiscoverInstancesCommand } = require("@aws-sdk/client-servicediscovery"); // CommonJS import
|
|
40
|
+
* // import type { ServiceDiscoveryClientConfig } from "@aws-sdk/client-servicediscovery";
|
|
41
|
+
* const config = {}; // type is ServiceDiscoveryClientConfig
|
|
40
42
|
* const client = new ServiceDiscoveryClient(config);
|
|
41
43
|
* const input = { // DiscoverInstancesRequest
|
|
42
44
|
* NamespaceName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DiscoverInstancesRevisionCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ServiceDiscoveryClient, DiscoverInstancesRevisionCommand } from "@aws-sdk/client-servicediscovery"; // ES Modules import
|
|
35
35
|
* // const { ServiceDiscoveryClient, DiscoverInstancesRevisionCommand } = require("@aws-sdk/client-servicediscovery"); // CommonJS import
|
|
36
|
+
* // import type { ServiceDiscoveryClientConfig } from "@aws-sdk/client-servicediscovery";
|
|
37
|
+
* const config = {}; // type is ServiceDiscoveryClientConfig
|
|
36
38
|
* const client = new ServiceDiscoveryClient(config);
|
|
37
39
|
* const input = { // DiscoverInstancesRevisionRequest
|
|
38
40
|
* NamespaceName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetInstanceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ServiceDiscoveryClient, GetInstanceCommand } from "@aws-sdk/client-servicediscovery"; // ES Modules import
|
|
35
35
|
* // const { ServiceDiscoveryClient, GetInstanceCommand } = require("@aws-sdk/client-servicediscovery"); // CommonJS import
|
|
36
|
+
* // import type { ServiceDiscoveryClientConfig } from "@aws-sdk/client-servicediscovery";
|
|
37
|
+
* const config = {}; // type is ServiceDiscoveryClientConfig
|
|
36
38
|
* const client = new ServiceDiscoveryClient(config);
|
|
37
39
|
* const input = { // GetInstanceRequest
|
|
38
40
|
* ServiceId: "STRING_VALUE", // required
|
|
@@ -39,6 +39,8 @@ declare const GetInstancesHealthStatusCommand_base: {
|
|
|
39
39
|
* ```javascript
|
|
40
40
|
* import { ServiceDiscoveryClient, GetInstancesHealthStatusCommand } from "@aws-sdk/client-servicediscovery"; // ES Modules import
|
|
41
41
|
* // const { ServiceDiscoveryClient, GetInstancesHealthStatusCommand } = require("@aws-sdk/client-servicediscovery"); // CommonJS import
|
|
42
|
+
* // import type { ServiceDiscoveryClientConfig } from "@aws-sdk/client-servicediscovery";
|
|
43
|
+
* const config = {}; // type is ServiceDiscoveryClientConfig
|
|
42
44
|
* const client = new ServiceDiscoveryClient(config);
|
|
43
45
|
* const input = { // GetInstancesHealthStatusRequest
|
|
44
46
|
* ServiceId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetNamespaceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ServiceDiscoveryClient, GetNamespaceCommand } from "@aws-sdk/client-servicediscovery"; // ES Modules import
|
|
35
35
|
* // const { ServiceDiscoveryClient, GetNamespaceCommand } = require("@aws-sdk/client-servicediscovery"); // CommonJS import
|
|
36
|
+
* // import type { ServiceDiscoveryClientConfig } from "@aws-sdk/client-servicediscovery";
|
|
37
|
+
* const config = {}; // type is ServiceDiscoveryClientConfig
|
|
36
38
|
* const client = new ServiceDiscoveryClient(config);
|
|
37
39
|
* const input = { // GetNamespaceRequest
|
|
38
40
|
* Id: "STRING_VALUE", // required
|
|
@@ -37,6 +37,8 @@ declare const GetOperationCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { ServiceDiscoveryClient, GetOperationCommand } from "@aws-sdk/client-servicediscovery"; // ES Modules import
|
|
39
39
|
* // const { ServiceDiscoveryClient, GetOperationCommand } = require("@aws-sdk/client-servicediscovery"); // CommonJS import
|
|
40
|
+
* // import type { ServiceDiscoveryClientConfig } from "@aws-sdk/client-servicediscovery";
|
|
41
|
+
* const config = {}; // type is ServiceDiscoveryClientConfig
|
|
40
42
|
* const client = new ServiceDiscoveryClient(config);
|
|
41
43
|
* const input = { // GetOperationRequest
|
|
42
44
|
* OperationId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetServiceAttributesCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ServiceDiscoveryClient, GetServiceAttributesCommand } from "@aws-sdk/client-servicediscovery"; // ES Modules import
|
|
35
35
|
* // const { ServiceDiscoveryClient, GetServiceAttributesCommand } = require("@aws-sdk/client-servicediscovery"); // CommonJS import
|
|
36
|
+
* // import type { ServiceDiscoveryClientConfig } from "@aws-sdk/client-servicediscovery";
|
|
37
|
+
* const config = {}; // type is ServiceDiscoveryClientConfig
|
|
36
38
|
* const client = new ServiceDiscoveryClient(config);
|
|
37
39
|
* const input = { // GetServiceAttributesRequest
|
|
38
40
|
* ServiceId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetServiceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ServiceDiscoveryClient, GetServiceCommand } from "@aws-sdk/client-servicediscovery"; // ES Modules import
|
|
35
35
|
* // const { ServiceDiscoveryClient, GetServiceCommand } = require("@aws-sdk/client-servicediscovery"); // CommonJS import
|
|
36
|
+
* // import type { ServiceDiscoveryClientConfig } from "@aws-sdk/client-servicediscovery";
|
|
37
|
+
* const config = {}; // type is ServiceDiscoveryClientConfig
|
|
36
38
|
* const client = new ServiceDiscoveryClient(config);
|
|
37
39
|
* const input = { // GetServiceRequest
|
|
38
40
|
* Id: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const ListInstancesCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { ServiceDiscoveryClient, ListInstancesCommand } from "@aws-sdk/client-servicediscovery"; // ES Modules import
|
|
36
36
|
* // const { ServiceDiscoveryClient, ListInstancesCommand } = require("@aws-sdk/client-servicediscovery"); // CommonJS import
|
|
37
|
+
* // import type { ServiceDiscoveryClientConfig } from "@aws-sdk/client-servicediscovery";
|
|
38
|
+
* const config = {}; // type is ServiceDiscoveryClientConfig
|
|
37
39
|
* const client = new ServiceDiscoveryClient(config);
|
|
38
40
|
* const input = { // ListInstancesRequest
|
|
39
41
|
* ServiceId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListNamespacesCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ServiceDiscoveryClient, ListNamespacesCommand } from "@aws-sdk/client-servicediscovery"; // ES Modules import
|
|
35
35
|
* // const { ServiceDiscoveryClient, ListNamespacesCommand } = require("@aws-sdk/client-servicediscovery"); // CommonJS import
|
|
36
|
+
* // import type { ServiceDiscoveryClientConfig } from "@aws-sdk/client-servicediscovery";
|
|
37
|
+
* const config = {}; // type is ServiceDiscoveryClientConfig
|
|
36
38
|
* const client = new ServiceDiscoveryClient(config);
|
|
37
39
|
* const input = { // ListNamespacesRequest
|
|
38
40
|
* NextToken: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const ListOperationsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ServiceDiscoveryClient, ListOperationsCommand } from "@aws-sdk/client-servicediscovery"; // ES Modules import
|
|
35
35
|
* // const { ServiceDiscoveryClient, ListOperationsCommand } = require("@aws-sdk/client-servicediscovery"); // CommonJS import
|
|
36
|
+
* // import type { ServiceDiscoveryClientConfig } from "@aws-sdk/client-servicediscovery";
|
|
37
|
+
* const config = {}; // type is ServiceDiscoveryClientConfig
|
|
36
38
|
* const client = new ServiceDiscoveryClient(config);
|
|
37
39
|
* const input = { // ListOperationsRequest
|
|
38
40
|
* NextToken: "STRING_VALUE",
|
|
@@ -34,6 +34,8 @@ declare const ListServicesCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { ServiceDiscoveryClient, ListServicesCommand } from "@aws-sdk/client-servicediscovery"; // ES Modules import
|
|
36
36
|
* // const { ServiceDiscoveryClient, ListServicesCommand } = require("@aws-sdk/client-servicediscovery"); // CommonJS import
|
|
37
|
+
* // import type { ServiceDiscoveryClientConfig } from "@aws-sdk/client-servicediscovery";
|
|
38
|
+
* const config = {}; // type is ServiceDiscoveryClientConfig
|
|
37
39
|
* const client = new ServiceDiscoveryClient(config);
|
|
38
40
|
* const input = { // ListServicesRequest
|
|
39
41
|
* NextToken: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ServiceDiscoveryClient, ListTagsForResourceCommand } from "@aws-sdk/client-servicediscovery"; // ES Modules import
|
|
35
35
|
* // const { ServiceDiscoveryClient, ListTagsForResourceCommand } = require("@aws-sdk/client-servicediscovery"); // CommonJS import
|
|
36
|
+
* // import type { ServiceDiscoveryClientConfig } from "@aws-sdk/client-servicediscovery";
|
|
37
|
+
* const config = {}; // type is ServiceDiscoveryClientConfig
|
|
36
38
|
* const client = new ServiceDiscoveryClient(config);
|
|
37
39
|
* const input = { // ListTagsForResourceRequest
|
|
38
40
|
* ResourceARN: "STRING_VALUE", // required
|
|
@@ -76,6 +76,8 @@ declare const RegisterInstanceCommand_base: {
|
|
|
76
76
|
* ```javascript
|
|
77
77
|
* import { ServiceDiscoveryClient, RegisterInstanceCommand } from "@aws-sdk/client-servicediscovery"; // ES Modules import
|
|
78
78
|
* // const { ServiceDiscoveryClient, RegisterInstanceCommand } = require("@aws-sdk/client-servicediscovery"); // CommonJS import
|
|
79
|
+
* // import type { ServiceDiscoveryClientConfig } from "@aws-sdk/client-servicediscovery";
|
|
80
|
+
* const config = {}; // type is ServiceDiscoveryClientConfig
|
|
79
81
|
* const client = new ServiceDiscoveryClient(config);
|
|
80
82
|
* const input = { // RegisterInstanceRequest
|
|
81
83
|
* ServiceId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const TagResourceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ServiceDiscoveryClient, TagResourceCommand } from "@aws-sdk/client-servicediscovery"; // ES Modules import
|
|
35
35
|
* // const { ServiceDiscoveryClient, TagResourceCommand } = require("@aws-sdk/client-servicediscovery"); // CommonJS import
|
|
36
|
+
* // import type { ServiceDiscoveryClientConfig } from "@aws-sdk/client-servicediscovery";
|
|
37
|
+
* const config = {}; // type is ServiceDiscoveryClientConfig
|
|
36
38
|
* const client = new ServiceDiscoveryClient(config);
|
|
37
39
|
* const input = { // TagResourceRequest
|
|
38
40
|
* ResourceARN: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UntagResourceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ServiceDiscoveryClient, UntagResourceCommand } from "@aws-sdk/client-servicediscovery"; // ES Modules import
|
|
35
35
|
* // const { ServiceDiscoveryClient, UntagResourceCommand } = require("@aws-sdk/client-servicediscovery"); // CommonJS import
|
|
36
|
+
* // import type { ServiceDiscoveryClientConfig } from "@aws-sdk/client-servicediscovery";
|
|
37
|
+
* const config = {}; // type is ServiceDiscoveryClientConfig
|
|
36
38
|
* const client = new ServiceDiscoveryClient(config);
|
|
37
39
|
* const input = { // UntagResourceRequest
|
|
38
40
|
* ResourceARN: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const UpdateHttpNamespaceCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { ServiceDiscoveryClient, UpdateHttpNamespaceCommand } from "@aws-sdk/client-servicediscovery"; // ES Modules import
|
|
36
36
|
* // const { ServiceDiscoveryClient, UpdateHttpNamespaceCommand } = require("@aws-sdk/client-servicediscovery"); // CommonJS import
|
|
37
|
+
* // import type { ServiceDiscoveryClientConfig } from "@aws-sdk/client-servicediscovery";
|
|
38
|
+
* const config = {}; // type is ServiceDiscoveryClientConfig
|
|
37
39
|
* const client = new ServiceDiscoveryClient(config);
|
|
38
40
|
* const input = { // UpdateHttpNamespaceRequest
|
|
39
41
|
* Id: "STRING_VALUE", // required
|
|
@@ -39,6 +39,8 @@ declare const UpdateInstanceCustomHealthStatusCommand_base: {
|
|
|
39
39
|
* ```javascript
|
|
40
40
|
* import { ServiceDiscoveryClient, UpdateInstanceCustomHealthStatusCommand } from "@aws-sdk/client-servicediscovery"; // ES Modules import
|
|
41
41
|
* // const { ServiceDiscoveryClient, UpdateInstanceCustomHealthStatusCommand } = require("@aws-sdk/client-servicediscovery"); // CommonJS import
|
|
42
|
+
* // import type { ServiceDiscoveryClientConfig } from "@aws-sdk/client-servicediscovery";
|
|
43
|
+
* const config = {}; // type is ServiceDiscoveryClientConfig
|
|
42
44
|
* const client = new ServiceDiscoveryClient(config);
|
|
43
45
|
* const input = { // UpdateInstanceCustomHealthStatusRequest
|
|
44
46
|
* ServiceId: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const UpdatePrivateDnsNamespaceCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { ServiceDiscoveryClient, UpdatePrivateDnsNamespaceCommand } from "@aws-sdk/client-servicediscovery"; // ES Modules import
|
|
36
36
|
* // const { ServiceDiscoveryClient, UpdatePrivateDnsNamespaceCommand } = require("@aws-sdk/client-servicediscovery"); // CommonJS import
|
|
37
|
+
* // import type { ServiceDiscoveryClientConfig } from "@aws-sdk/client-servicediscovery";
|
|
38
|
+
* const config = {}; // type is ServiceDiscoveryClientConfig
|
|
37
39
|
* const client = new ServiceDiscoveryClient(config);
|
|
38
40
|
* const input = { // UpdatePrivateDnsNamespaceRequest
|
|
39
41
|
* Id: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdatePublicDnsNamespaceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ServiceDiscoveryClient, UpdatePublicDnsNamespaceCommand } from "@aws-sdk/client-servicediscovery"; // ES Modules import
|
|
35
35
|
* // const { ServiceDiscoveryClient, UpdatePublicDnsNamespaceCommand } = require("@aws-sdk/client-servicediscovery"); // CommonJS import
|
|
36
|
+
* // import type { ServiceDiscoveryClientConfig } from "@aws-sdk/client-servicediscovery";
|
|
37
|
+
* const config = {}; // type is ServiceDiscoveryClientConfig
|
|
36
38
|
* const client = new ServiceDiscoveryClient(config);
|
|
37
39
|
* const input = { // UpdatePublicDnsNamespaceRequest
|
|
38
40
|
* Id: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateServiceAttributesCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ServiceDiscoveryClient, UpdateServiceAttributesCommand } from "@aws-sdk/client-servicediscovery"; // ES Modules import
|
|
35
35
|
* // const { ServiceDiscoveryClient, UpdateServiceAttributesCommand } = require("@aws-sdk/client-servicediscovery"); // CommonJS import
|
|
36
|
+
* // import type { ServiceDiscoveryClientConfig } from "@aws-sdk/client-servicediscovery";
|
|
37
|
+
* const config = {}; // type is ServiceDiscoveryClientConfig
|
|
36
38
|
* const client = new ServiceDiscoveryClient(config);
|
|
37
39
|
* const input = { // UpdateServiceAttributesRequest
|
|
38
40
|
* ServiceId: "STRING_VALUE", // required
|
|
@@ -73,6 +73,8 @@ declare const UpdateServiceCommand_base: {
|
|
|
73
73
|
* ```javascript
|
|
74
74
|
* import { ServiceDiscoveryClient, UpdateServiceCommand } from "@aws-sdk/client-servicediscovery"; // ES Modules import
|
|
75
75
|
* // const { ServiceDiscoveryClient, UpdateServiceCommand } = require("@aws-sdk/client-servicediscovery"); // CommonJS import
|
|
76
|
+
* // import type { ServiceDiscoveryClientConfig } from "@aws-sdk/client-servicediscovery";
|
|
77
|
+
* const config = {}; // type is ServiceDiscoveryClientConfig
|
|
76
78
|
* const client = new ServiceDiscoveryClient(config);
|
|
77
79
|
* const input = { // UpdateServiceRequest
|
|
78
80
|
* Id: "STRING_VALUE", // required
|
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.891.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,41 +20,41 @@
|
|
|
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.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
23
|
+
"@aws-sdk/core": "3.890.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.891.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.891.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.891.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.891.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.891.0",
|
|
29
|
+
"@aws-sdk/region-config-resolver": "3.890.0",
|
|
30
30
|
"@aws-sdk/types": "3.887.0",
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.891.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.887.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
34
|
-
"@smithy/config-resolver": "^4.2.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.891.0",
|
|
34
|
+
"@smithy/config-resolver": "^4.2.2",
|
|
35
35
|
"@smithy/core": "^3.11.0",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.2.1",
|
|
37
37
|
"@smithy/hash-node": "^4.1.1",
|
|
38
38
|
"@smithy/invalid-dependency": "^4.1.1",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.1.1",
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.2.
|
|
41
|
-
"@smithy/middleware-retry": "^4.2.
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.2.2",
|
|
41
|
+
"@smithy/middleware-retry": "^4.2.3",
|
|
42
42
|
"@smithy/middleware-serde": "^4.1.1",
|
|
43
43
|
"@smithy/middleware-stack": "^4.1.1",
|
|
44
|
-
"@smithy/node-config-provider": "^4.2.
|
|
44
|
+
"@smithy/node-config-provider": "^4.2.2",
|
|
45
45
|
"@smithy/node-http-handler": "^4.2.1",
|
|
46
46
|
"@smithy/protocol-http": "^5.2.1",
|
|
47
|
-
"@smithy/smithy-client": "^4.6.
|
|
47
|
+
"@smithy/smithy-client": "^4.6.2",
|
|
48
48
|
"@smithy/types": "^4.5.0",
|
|
49
49
|
"@smithy/url-parser": "^4.1.1",
|
|
50
50
|
"@smithy/util-base64": "^4.1.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.1.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.1.0",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.1.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.1.
|
|
55
|
-
"@smithy/util-endpoints": "^3.1.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.1.2",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.1.2",
|
|
55
|
+
"@smithy/util-endpoints": "^3.1.2",
|
|
56
56
|
"@smithy/util-middleware": "^4.1.1",
|
|
57
|
-
"@smithy/util-retry": "^4.1.
|
|
57
|
+
"@smithy/util-retry": "^4.1.2",
|
|
58
58
|
"@smithy/util-utf8": "^4.1.0",
|
|
59
59
|
"@types/uuid": "^9.0.1",
|
|
60
60
|
"tslib": "^2.6.2",
|