@aws-sdk/client-servicediscovery 3.533.0 → 3.540.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/endpoint/endpointResolver.js +4 -2
- package/dist-cjs/index.js +0 -3
- package/dist-es/endpoint/endpointResolver.js +3 -1
- package/dist-es/index.js +0 -1
- package/dist-types/ServiceDiscovery.d.ts +4 -1
- package/dist-types/ServiceDiscoveryClient.d.ts +1 -1
- package/dist-types/commands/CreateHttpNamespaceCommand.d.ts +2 -1
- package/dist-types/commands/CreatePrivateDnsNamespaceCommand.d.ts +2 -1
- package/dist-types/commands/CreatePublicDnsNamespaceCommand.d.ts +2 -1
- package/dist-types/commands/CreateServiceCommand.d.ts +2 -1
- package/dist-types/commands/DeleteNamespaceCommand.d.ts +2 -1
- package/dist-types/commands/DeleteServiceCommand.d.ts +2 -1
- package/dist-types/commands/DeregisterInstanceCommand.d.ts +2 -1
- package/dist-types/commands/DiscoverInstancesCommand.d.ts +2 -1
- package/dist-types/commands/DiscoverInstancesRevisionCommand.d.ts +2 -1
- package/dist-types/commands/GetInstanceCommand.d.ts +2 -1
- package/dist-types/commands/GetInstancesHealthStatusCommand.d.ts +2 -1
- package/dist-types/commands/GetNamespaceCommand.d.ts +2 -1
- package/dist-types/commands/GetOperationCommand.d.ts +2 -1
- package/dist-types/commands/GetServiceCommand.d.ts +2 -1
- package/dist-types/commands/ListInstancesCommand.d.ts +2 -1
- package/dist-types/commands/ListNamespacesCommand.d.ts +2 -1
- package/dist-types/commands/ListOperationsCommand.d.ts +2 -1
- package/dist-types/commands/ListServicesCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/RegisterInstanceCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateHttpNamespaceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateInstanceCustomHealthStatusCommand.d.ts +2 -1
- package/dist-types/commands/UpdatePrivateDnsNamespaceCommand.d.ts +2 -1
- package/dist-types/commands/UpdatePublicDnsNamespaceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateServiceCommand.d.ts +2 -1
- package/dist-types/index.d.ts +0 -1
- package/dist-types/models/models_0.d.ts +267 -267
- package/dist-types/ts3.4/ServiceDiscovery.d.ts +3 -0
- package/dist-types/ts3.4/commands/CreateHttpNamespaceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreatePrivateDnsNamespaceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreatePublicDnsNamespaceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateServiceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteNamespaceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteServiceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeregisterInstanceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DiscoverInstancesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DiscoverInstancesRevisionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetInstanceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetInstancesHealthStatusCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetNamespaceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetOperationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetServiceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListInstancesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListNamespacesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListOperationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RegisterInstanceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateHttpNamespaceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateInstanceCustomHealthStatusCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdatePrivateDnsNamespaceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdatePublicDnsNamespaceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateServiceCommand.d.ts +9 -0
- package/dist-types/ts3.4/index.d.ts +0 -1
- package/package.json +40 -40
|
@@ -22,10 +22,10 @@ export interface UpdatePublicDnsNamespaceCommandOutput extends UpdatePublicDnsNa
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdatePublicDnsNamespaceCommand_base: {
|
|
24
24
|
new (input: UpdatePublicDnsNamespaceCommandInput): import("@smithy/smithy-client").CommandImpl<UpdatePublicDnsNamespaceCommandInput, UpdatePublicDnsNamespaceCommandOutput, ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdatePublicDnsNamespaceCommandInput): import("@smithy/smithy-client").CommandImpl<UpdatePublicDnsNamespaceCommandInput, UpdatePublicDnsNamespaceCommandOutput, ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates a public DNS
|
|
30
30
|
* namespace.</p>
|
|
31
31
|
* @example
|
|
@@ -80,6 +80,7 @@ declare const UpdatePublicDnsNamespaceCommand_base: {
|
|
|
80
80
|
* @throws {@link ServiceDiscoveryServiceException}
|
|
81
81
|
* <p>Base exception class for all service exceptions from ServiceDiscovery service.</p>
|
|
82
82
|
*
|
|
83
|
+
* @public
|
|
83
84
|
*/
|
|
84
85
|
export declare class UpdatePublicDnsNamespaceCommand extends UpdatePublicDnsNamespaceCommand_base {
|
|
85
86
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateServiceCommandOutput extends UpdateServiceResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateServiceCommand_base: {
|
|
24
24
|
new (input: UpdateServiceCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateServiceCommandInput, UpdateServiceCommandOutput, ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateServiceCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateServiceCommandInput, UpdateServiceCommandOutput, ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Submits a request to perform the following operations:</p>
|
|
30
30
|
* <ul>
|
|
31
31
|
* <li>
|
|
@@ -106,6 +106,7 @@ declare const UpdateServiceCommand_base: {
|
|
|
106
106
|
* @throws {@link ServiceDiscoveryServiceException}
|
|
107
107
|
* <p>Base exception class for all service exceptions from ServiceDiscovery service.</p>
|
|
108
108
|
*
|
|
109
|
+
* @public
|
|
109
110
|
* @example UpdateService Example
|
|
110
111
|
* ```javascript
|
|
111
112
|
* // This example submits a request to replace the DnsConfig and HealthCheckConfig settings of a specified service.
|
package/dist-types/index.d.ts
CHANGED
|
@@ -17,5 +17,4 @@ export { ServiceDiscoveryExtensionConfiguration } from "./extensionConfiguration
|
|
|
17
17
|
export * from "./commands";
|
|
18
18
|
export * from "./pagination";
|
|
19
19
|
export * from "./models";
|
|
20
|
-
import "@aws-sdk/util-endpoints";
|
|
21
20
|
export { ServiceDiscoveryServiceException } from "./models/ServiceDiscoveryServiceException";
|