@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.
Files changed (65) hide show
  1. package/dist-cjs/endpoint/endpointResolver.js +4 -2
  2. package/dist-cjs/index.js +0 -3
  3. package/dist-es/endpoint/endpointResolver.js +3 -1
  4. package/dist-es/index.js +0 -1
  5. package/dist-types/ServiceDiscovery.d.ts +4 -1
  6. package/dist-types/ServiceDiscoveryClient.d.ts +1 -1
  7. package/dist-types/commands/CreateHttpNamespaceCommand.d.ts +2 -1
  8. package/dist-types/commands/CreatePrivateDnsNamespaceCommand.d.ts +2 -1
  9. package/dist-types/commands/CreatePublicDnsNamespaceCommand.d.ts +2 -1
  10. package/dist-types/commands/CreateServiceCommand.d.ts +2 -1
  11. package/dist-types/commands/DeleteNamespaceCommand.d.ts +2 -1
  12. package/dist-types/commands/DeleteServiceCommand.d.ts +2 -1
  13. package/dist-types/commands/DeregisterInstanceCommand.d.ts +2 -1
  14. package/dist-types/commands/DiscoverInstancesCommand.d.ts +2 -1
  15. package/dist-types/commands/DiscoverInstancesRevisionCommand.d.ts +2 -1
  16. package/dist-types/commands/GetInstanceCommand.d.ts +2 -1
  17. package/dist-types/commands/GetInstancesHealthStatusCommand.d.ts +2 -1
  18. package/dist-types/commands/GetNamespaceCommand.d.ts +2 -1
  19. package/dist-types/commands/GetOperationCommand.d.ts +2 -1
  20. package/dist-types/commands/GetServiceCommand.d.ts +2 -1
  21. package/dist-types/commands/ListInstancesCommand.d.ts +2 -1
  22. package/dist-types/commands/ListNamespacesCommand.d.ts +2 -1
  23. package/dist-types/commands/ListOperationsCommand.d.ts +2 -1
  24. package/dist-types/commands/ListServicesCommand.d.ts +2 -1
  25. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  26. package/dist-types/commands/RegisterInstanceCommand.d.ts +2 -1
  27. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  28. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  29. package/dist-types/commands/UpdateHttpNamespaceCommand.d.ts +2 -1
  30. package/dist-types/commands/UpdateInstanceCustomHealthStatusCommand.d.ts +2 -1
  31. package/dist-types/commands/UpdatePrivateDnsNamespaceCommand.d.ts +2 -1
  32. package/dist-types/commands/UpdatePublicDnsNamespaceCommand.d.ts +2 -1
  33. package/dist-types/commands/UpdateServiceCommand.d.ts +2 -1
  34. package/dist-types/index.d.ts +0 -1
  35. package/dist-types/models/models_0.d.ts +267 -267
  36. package/dist-types/ts3.4/ServiceDiscovery.d.ts +3 -0
  37. package/dist-types/ts3.4/commands/CreateHttpNamespaceCommand.d.ts +9 -0
  38. package/dist-types/ts3.4/commands/CreatePrivateDnsNamespaceCommand.d.ts +9 -0
  39. package/dist-types/ts3.4/commands/CreatePublicDnsNamespaceCommand.d.ts +9 -0
  40. package/dist-types/ts3.4/commands/CreateServiceCommand.d.ts +9 -0
  41. package/dist-types/ts3.4/commands/DeleteNamespaceCommand.d.ts +9 -0
  42. package/dist-types/ts3.4/commands/DeleteServiceCommand.d.ts +9 -0
  43. package/dist-types/ts3.4/commands/DeregisterInstanceCommand.d.ts +9 -0
  44. package/dist-types/ts3.4/commands/DiscoverInstancesCommand.d.ts +9 -0
  45. package/dist-types/ts3.4/commands/DiscoverInstancesRevisionCommand.d.ts +9 -0
  46. package/dist-types/ts3.4/commands/GetInstanceCommand.d.ts +9 -0
  47. package/dist-types/ts3.4/commands/GetInstancesHealthStatusCommand.d.ts +9 -0
  48. package/dist-types/ts3.4/commands/GetNamespaceCommand.d.ts +9 -0
  49. package/dist-types/ts3.4/commands/GetOperationCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/commands/GetServiceCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/ListInstancesCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/ListNamespacesCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/ListOperationsCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/RegisterInstanceCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/UpdateHttpNamespaceCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/UpdateInstanceCustomHealthStatusCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/UpdatePrivateDnsNamespaceCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/UpdatePublicDnsNamespaceCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/UpdateServiceCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/index.d.ts +0 -1
  65. 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.
@@ -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";