@aws-sdk/client-servicediscovery 3.529.1 → 3.535.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 (67) hide show
  1. package/dist-types/ServiceDiscovery.d.ts +4 -1
  2. package/dist-types/ServiceDiscoveryClient.d.ts +1 -1
  3. package/dist-types/commands/CreateHttpNamespaceCommand.d.ts +2 -1
  4. package/dist-types/commands/CreatePrivateDnsNamespaceCommand.d.ts +2 -1
  5. package/dist-types/commands/CreatePublicDnsNamespaceCommand.d.ts +2 -1
  6. package/dist-types/commands/CreateServiceCommand.d.ts +2 -1
  7. package/dist-types/commands/DeleteNamespaceCommand.d.ts +2 -1
  8. package/dist-types/commands/DeleteServiceCommand.d.ts +2 -1
  9. package/dist-types/commands/DeregisterInstanceCommand.d.ts +2 -1
  10. package/dist-types/commands/DiscoverInstancesCommand.d.ts +2 -1
  11. package/dist-types/commands/DiscoverInstancesRevisionCommand.d.ts +2 -1
  12. package/dist-types/commands/GetInstanceCommand.d.ts +2 -1
  13. package/dist-types/commands/GetInstancesHealthStatusCommand.d.ts +2 -1
  14. package/dist-types/commands/GetNamespaceCommand.d.ts +2 -1
  15. package/dist-types/commands/GetOperationCommand.d.ts +2 -1
  16. package/dist-types/commands/GetServiceCommand.d.ts +2 -1
  17. package/dist-types/commands/ListInstancesCommand.d.ts +2 -1
  18. package/dist-types/commands/ListNamespacesCommand.d.ts +2 -1
  19. package/dist-types/commands/ListOperationsCommand.d.ts +2 -1
  20. package/dist-types/commands/ListServicesCommand.d.ts +2 -1
  21. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  22. package/dist-types/commands/RegisterInstanceCommand.d.ts +2 -1
  23. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  24. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  25. package/dist-types/commands/UpdateHttpNamespaceCommand.d.ts +2 -1
  26. package/dist-types/commands/UpdateInstanceCustomHealthStatusCommand.d.ts +2 -1
  27. package/dist-types/commands/UpdatePrivateDnsNamespaceCommand.d.ts +2 -1
  28. package/dist-types/commands/UpdatePublicDnsNamespaceCommand.d.ts +2 -1
  29. package/dist-types/commands/UpdateServiceCommand.d.ts +2 -1
  30. package/dist-types/models/models_0.d.ts +267 -267
  31. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  32. package/dist-types/runtimeConfig.d.ts +2 -2
  33. package/dist-types/runtimeConfig.native.d.ts +2 -2
  34. package/dist-types/runtimeConfig.shared.d.ts +2 -2
  35. package/dist-types/ts3.4/ServiceDiscovery.d.ts +3 -0
  36. package/dist-types/ts3.4/commands/CreateHttpNamespaceCommand.d.ts +9 -0
  37. package/dist-types/ts3.4/commands/CreatePrivateDnsNamespaceCommand.d.ts +9 -0
  38. package/dist-types/ts3.4/commands/CreatePublicDnsNamespaceCommand.d.ts +9 -0
  39. package/dist-types/ts3.4/commands/CreateServiceCommand.d.ts +9 -0
  40. package/dist-types/ts3.4/commands/DeleteNamespaceCommand.d.ts +9 -0
  41. package/dist-types/ts3.4/commands/DeleteServiceCommand.d.ts +9 -0
  42. package/dist-types/ts3.4/commands/DeregisterInstanceCommand.d.ts +9 -0
  43. package/dist-types/ts3.4/commands/DiscoverInstancesCommand.d.ts +9 -0
  44. package/dist-types/ts3.4/commands/DiscoverInstancesRevisionCommand.d.ts +9 -0
  45. package/dist-types/ts3.4/commands/GetInstanceCommand.d.ts +9 -0
  46. package/dist-types/ts3.4/commands/GetInstancesHealthStatusCommand.d.ts +9 -0
  47. package/dist-types/ts3.4/commands/GetNamespaceCommand.d.ts +9 -0
  48. package/dist-types/ts3.4/commands/GetOperationCommand.d.ts +9 -0
  49. package/dist-types/ts3.4/commands/GetServiceCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/commands/ListInstancesCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/ListNamespacesCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/ListOperationsCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/RegisterInstanceCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/UpdateHttpNamespaceCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/UpdateInstanceCustomHealthStatusCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/UpdatePrivateDnsNamespaceCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/UpdatePublicDnsNamespaceCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/UpdateServiceCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  64. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  65. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  66. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
  67. package/package.json +40 -40
@@ -121,18 +121,21 @@ export interface ServiceDiscovery {
121
121
  /**
122
122
  * @see {@link ListNamespacesCommand}
123
123
  */
124
+ listNamespaces(): Promise<ListNamespacesCommandOutput>;
124
125
  listNamespaces(args: ListNamespacesCommandInput, options?: __HttpHandlerOptions): Promise<ListNamespacesCommandOutput>;
125
126
  listNamespaces(args: ListNamespacesCommandInput, cb: (err: any, data?: ListNamespacesCommandOutput) => void): void;
126
127
  listNamespaces(args: ListNamespacesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListNamespacesCommandOutput) => void): void;
127
128
  /**
128
129
  * @see {@link ListOperationsCommand}
129
130
  */
131
+ listOperations(): Promise<ListOperationsCommandOutput>;
130
132
  listOperations(args: ListOperationsCommandInput, options?: __HttpHandlerOptions): Promise<ListOperationsCommandOutput>;
131
133
  listOperations(args: ListOperationsCommandInput, cb: (err: any, data?: ListOperationsCommandOutput) => void): void;
132
134
  listOperations(args: ListOperationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListOperationsCommandOutput) => void): void;
133
135
  /**
134
136
  * @see {@link ListServicesCommand}
135
137
  */
138
+ listServices(): Promise<ListServicesCommandOutput>;
136
139
  listServices(args: ListServicesCommandInput, options?: __HttpHandlerOptions): Promise<ListServicesCommandOutput>;
137
140
  listServices(args: ListServicesCommandInput, cb: (err: any, data?: ListServicesCommandOutput) => void): void;
138
141
  listServices(args: ListServicesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListServicesCommandOutput) => void): void;
@@ -192,7 +195,6 @@ export interface ServiceDiscovery {
192
195
  updateService(args: UpdateServiceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateServiceCommandOutput) => void): void;
193
196
  }
194
197
  /**
195
- * @public
196
198
  * <fullname>Cloud Map</fullname>
197
199
  * <p>With Cloud Map, you can configure public DNS, private DNS, or HTTP namespaces that your
198
200
  * microservice applications run in. When an instance becomes available, you can call the Cloud Map
@@ -200,6 +202,7 @@ export interface ServiceDiscovery {
200
202
  * automatically creates DNS records and an optional health check. Clients that submit public or
201
203
  * private DNS queries, or HTTP requests, for the service receive an answer that contains up to
202
204
  * eight healthy records. </p>
205
+ * @public
203
206
  */
204
207
  export declare class ServiceDiscovery extends ServiceDiscoveryClient implements ServiceDiscovery {
205
208
  }
@@ -178,7 +178,6 @@ export type ServiceDiscoveryClientResolvedConfigType = __SmithyResolvedConfigura
178
178
  export interface ServiceDiscoveryClientResolvedConfig extends ServiceDiscoveryClientResolvedConfigType {
179
179
  }
180
180
  /**
181
- * @public
182
181
  * <fullname>Cloud Map</fullname>
183
182
  * <p>With Cloud Map, you can configure public DNS, private DNS, or HTTP namespaces that your
184
183
  * microservice applications run in. When an instance becomes available, you can call the Cloud Map
@@ -186,6 +185,7 @@ export interface ServiceDiscoveryClientResolvedConfig extends ServiceDiscoveryCl
186
185
  * automatically creates DNS records and an optional health check. Clients that submit public or
187
186
  * private DNS queries, or HTTP requests, for the service receive an answer that contains up to
188
187
  * eight healthy records. </p>
188
+ * @public
189
189
  */
190
190
  export declare class ServiceDiscoveryClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, ServiceDiscoveryClientResolvedConfig> {
191
191
  /**
@@ -22,10 +22,10 @@ export interface CreateHttpNamespaceCommandOutput extends CreateHttpNamespaceRes
22
22
  }
23
23
  declare const CreateHttpNamespaceCommand_base: {
24
24
  new (input: CreateHttpNamespaceCommandInput): import("@smithy/smithy-client").CommandImpl<CreateHttpNamespaceCommandInput, CreateHttpNamespaceCommandOutput, ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateHttpNamespaceCommandInput): import("@smithy/smithy-client").CommandImpl<CreateHttpNamespaceCommandInput, CreateHttpNamespaceCommandOutput, ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates an HTTP namespace. Service instances registered using an HTTP namespace can be
30
30
  * discovered using a <code>DiscoverInstances</code> request but can't be discovered using
31
31
  * DNS.</p>
@@ -84,6 +84,7 @@ declare const CreateHttpNamespaceCommand_base: {
84
84
  * @throws {@link ServiceDiscoveryServiceException}
85
85
  * <p>Base exception class for all service exceptions from ServiceDiscovery service.</p>
86
86
  *
87
+ * @public
87
88
  * @example CreateHttpNamespace example
88
89
  * ```javascript
89
90
  * // This example creates an HTTP namespace.
@@ -22,10 +22,10 @@ export interface CreatePrivateDnsNamespaceCommandOutput extends CreatePrivateDns
22
22
  }
23
23
  declare const CreatePrivateDnsNamespaceCommand_base: {
24
24
  new (input: CreatePrivateDnsNamespaceCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePrivateDnsNamespaceCommandInput, CreatePrivateDnsNamespaceCommandOutput, ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreatePrivateDnsNamespaceCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePrivateDnsNamespaceCommandInput, CreatePrivateDnsNamespaceCommandOutput, ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a private namespace based on DNS, which is visible only inside a specified Amazon
30
30
  * VPC. The namespace defines your service naming scheme. For example, if you name your namespace
31
31
  * <code>example.com</code> and name your service <code>backend</code>, the resulting DNS name for
@@ -95,6 +95,7 @@ declare const CreatePrivateDnsNamespaceCommand_base: {
95
95
  * @throws {@link ServiceDiscoveryServiceException}
96
96
  * <p>Base exception class for all service exceptions from ServiceDiscovery service.</p>
97
97
  *
98
+ * @public
98
99
  * @example Example: Create private DNS namespace
99
100
  * ```javascript
100
101
  * // Example: Create private DNS namespace
@@ -22,10 +22,10 @@ export interface CreatePublicDnsNamespaceCommandOutput extends CreatePublicDnsNa
22
22
  }
23
23
  declare const CreatePublicDnsNamespaceCommand_base: {
24
24
  new (input: CreatePublicDnsNamespaceCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePublicDnsNamespaceCommandInput, CreatePublicDnsNamespaceCommandOutput, ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreatePublicDnsNamespaceCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePublicDnsNamespaceCommandInput, CreatePublicDnsNamespaceCommandOutput, ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a public namespace based on DNS, which is visible on the internet. The namespace
30
30
  * defines your service naming scheme. For example, if you name your namespace
31
31
  * <code>example.com</code> and name your service <code>backend</code>, the resulting DNS name for
@@ -96,6 +96,7 @@ declare const CreatePublicDnsNamespaceCommand_base: {
96
96
  * @throws {@link ServiceDiscoveryServiceException}
97
97
  * <p>Base exception class for all service exceptions from ServiceDiscovery service.</p>
98
98
  *
99
+ * @public
99
100
  * @example CreatePublicDnsNamespace example
100
101
  * ```javascript
101
102
  * // This example creates a public namespace based on DNS.
@@ -22,10 +22,10 @@ export interface CreateServiceCommandOutput extends CreateServiceResponse, __Met
22
22
  }
23
23
  declare const CreateServiceCommand_base: {
24
24
  new (input: CreateServiceCommandInput): import("@smithy/smithy-client").CommandImpl<CreateServiceCommandInput, CreateServiceCommandOutput, ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateServiceCommandInput): import("@smithy/smithy-client").CommandImpl<CreateServiceCommandInput, CreateServiceCommandOutput, ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a service. This action defines the configuration for the following entities:</p>
30
30
  * <ul>
31
31
  * <li>
@@ -169,6 +169,7 @@ declare const CreateServiceCommand_base: {
169
169
  * @throws {@link ServiceDiscoveryServiceException}
170
170
  * <p>Base exception class for all service exceptions from ServiceDiscovery service.</p>
171
171
  *
172
+ * @public
172
173
  * @example Example: Create service
173
174
  * ```javascript
174
175
  * // Example: Create service
@@ -22,10 +22,10 @@ export interface DeleteNamespaceCommandOutput extends DeleteNamespaceResponse, _
22
22
  }
23
23
  declare const DeleteNamespaceCommand_base: {
24
24
  new (input: DeleteNamespaceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteNamespaceCommandInput, DeleteNamespaceCommandOutput, ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteNamespaceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteNamespaceCommandInput, DeleteNamespaceCommandOutput, ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a namespace from the current account. If the namespace still contains one or more
30
30
  * services, the request fails.</p>
31
31
  * @example
@@ -69,6 +69,7 @@ declare const DeleteNamespaceCommand_base: {
69
69
  * @throws {@link ServiceDiscoveryServiceException}
70
70
  * <p>Base exception class for all service exceptions from ServiceDiscovery service.</p>
71
71
  *
72
+ * @public
72
73
  * @example Example: Delete namespace
73
74
  * ```javascript
74
75
  * // Example: Delete namespace
@@ -22,10 +22,10 @@ export interface DeleteServiceCommandOutput extends DeleteServiceResponse, __Met
22
22
  }
23
23
  declare const DeleteServiceCommand_base: {
24
24
  new (input: DeleteServiceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteServiceCommandInput, DeleteServiceCommandOutput, ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteServiceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteServiceCommandInput, DeleteServiceCommandOutput, ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a specified service. If the service still contains one or more registered instances,
30
30
  * the request fails.</p>
31
31
  * @example
@@ -64,6 +64,7 @@ declare const DeleteServiceCommand_base: {
64
64
  * @throws {@link ServiceDiscoveryServiceException}
65
65
  * <p>Base exception class for all service exceptions from ServiceDiscovery service.</p>
66
66
  *
67
+ * @public
67
68
  * @example Example: Delete service
68
69
  * ```javascript
69
70
  * // Example: Delete service
@@ -22,10 +22,10 @@ export interface DeregisterInstanceCommandOutput extends DeregisterInstanceRespo
22
22
  }
23
23
  declare const DeregisterInstanceCommand_base: {
24
24
  new (input: DeregisterInstanceCommandInput): import("@smithy/smithy-client").CommandImpl<DeregisterInstanceCommandInput, DeregisterInstanceCommandOutput, ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeregisterInstanceCommandInput): import("@smithy/smithy-client").CommandImpl<DeregisterInstanceCommandInput, DeregisterInstanceCommandOutput, ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes the Amazon Route 53 DNS records and health check, if any, that Cloud Map created for the
30
30
  * specified instance.</p>
31
31
  * @example
@@ -74,6 +74,7 @@ declare const DeregisterInstanceCommand_base: {
74
74
  * @throws {@link ServiceDiscoveryServiceException}
75
75
  * <p>Base exception class for all service exceptions from ServiceDiscovery service.</p>
76
76
  *
77
+ * @public
77
78
  * @example Example: Deregister a service instance
78
79
  * ```javascript
79
80
  * // Example: Deregister a service instance
@@ -22,10 +22,10 @@ export interface DiscoverInstancesCommandOutput extends DiscoverInstancesRespons
22
22
  }
23
23
  declare const DiscoverInstancesCommand_base: {
24
24
  new (input: DiscoverInstancesCommandInput): import("@smithy/smithy-client").CommandImpl<DiscoverInstancesCommandInput, DiscoverInstancesCommandOutput, ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DiscoverInstancesCommandInput): import("@smithy/smithy-client").CommandImpl<DiscoverInstancesCommandInput, DiscoverInstancesCommandOutput, ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Discovers registered instances for a specified namespace and service. You can use
30
30
  * <code>DiscoverInstances</code> to discover instances for any type of namespace.
31
31
  * <code>DiscoverInstances</code> returns a randomized list of instances allowing customers to
@@ -93,6 +93,7 @@ declare const DiscoverInstancesCommand_base: {
93
93
  * @throws {@link ServiceDiscoveryServiceException}
94
94
  * <p>Base exception class for all service exceptions from ServiceDiscovery service.</p>
95
95
  *
96
+ * @public
96
97
  * @example Example: Discover registered instances
97
98
  * ```javascript
98
99
  * // Example: Discover registered instances
@@ -22,10 +22,10 @@ export interface DiscoverInstancesRevisionCommandOutput extends DiscoverInstance
22
22
  }
23
23
  declare const DiscoverInstancesRevisionCommand_base: {
24
24
  new (input: DiscoverInstancesRevisionCommandInput): import("@smithy/smithy-client").CommandImpl<DiscoverInstancesRevisionCommandInput, DiscoverInstancesRevisionCommandOutput, ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DiscoverInstancesRevisionCommandInput): import("@smithy/smithy-client").CommandImpl<DiscoverInstancesRevisionCommandInput, DiscoverInstancesRevisionCommandOutput, ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Discovers the increasing revision associated with an instance.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -70,6 +70,7 @@ declare const DiscoverInstancesRevisionCommand_base: {
70
70
  * @throws {@link ServiceDiscoveryServiceException}
71
71
  * <p>Base exception class for all service exceptions from ServiceDiscovery service.</p>
72
72
  *
73
+ * @public
73
74
  */
74
75
  export declare class DiscoverInstancesRevisionCommand extends DiscoverInstancesRevisionCommand_base {
75
76
  }
@@ -22,10 +22,10 @@ export interface GetInstanceCommandOutput extends GetInstanceResponse, __Metadat
22
22
  }
23
23
  declare const GetInstanceCommand_base: {
24
24
  new (input: GetInstanceCommandInput): import("@smithy/smithy-client").CommandImpl<GetInstanceCommandInput, GetInstanceCommandOutput, ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetInstanceCommandInput): import("@smithy/smithy-client").CommandImpl<GetInstanceCommandInput, GetInstanceCommandOutput, ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets information about a specified instance.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -72,6 +72,7 @@ declare const GetInstanceCommand_base: {
72
72
  * @throws {@link ServiceDiscoveryServiceException}
73
73
  * <p>Base exception class for all service exceptions from ServiceDiscovery service.</p>
74
74
  *
75
+ * @public
75
76
  * @example GetInstance example
76
77
  * ```javascript
77
78
  * // This example gets information about a specified instance.
@@ -22,10 +22,10 @@ export interface GetInstancesHealthStatusCommandOutput extends GetInstancesHealt
22
22
  }
23
23
  declare const GetInstancesHealthStatusCommand_base: {
24
24
  new (input: GetInstancesHealthStatusCommandInput): import("@smithy/smithy-client").CommandImpl<GetInstancesHealthStatusCommandInput, GetInstancesHealthStatusCommandOutput, ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetInstancesHealthStatusCommandInput): import("@smithy/smithy-client").CommandImpl<GetInstancesHealthStatusCommandInput, GetInstancesHealthStatusCommandOutput, ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets the current health status (<code>Healthy</code>, <code>Unhealthy</code>, or
30
30
  * <code>Unknown</code>) of one or more instances that are associated with a specified
31
31
  * service.</p>
@@ -79,6 +79,7 @@ declare const GetInstancesHealthStatusCommand_base: {
79
79
  * @throws {@link ServiceDiscoveryServiceException}
80
80
  * <p>Base exception class for all service exceptions from ServiceDiscovery service.</p>
81
81
  *
82
+ * @public
82
83
  * @example GetInstancesHealthStatus example
83
84
  * ```javascript
84
85
  * // This example gets the current health status of one or more instances that are associate with a specified service.
@@ -22,10 +22,10 @@ export interface GetNamespaceCommandOutput extends GetNamespaceResponse, __Metad
22
22
  }
23
23
  declare const GetNamespaceCommand_base: {
24
24
  new (input: GetNamespaceCommandInput): import("@smithy/smithy-client").CommandImpl<GetNamespaceCommandInput, GetNamespaceCommandOutput, ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetNamespaceCommandInput): import("@smithy/smithy-client").CommandImpl<GetNamespaceCommandInput, GetNamespaceCommandOutput, ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets information about a namespace.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -81,6 +81,7 @@ declare const GetNamespaceCommand_base: {
81
81
  * @throws {@link ServiceDiscoveryServiceException}
82
82
  * <p>Base exception class for all service exceptions from ServiceDiscovery service.</p>
83
83
  *
84
+ * @public
84
85
  * @example GetNamespace example
85
86
  * ```javascript
86
87
  * // This example gets information about a specified namespace.
@@ -22,10 +22,10 @@ export interface GetOperationCommandOutput extends GetOperationResponse, __Metad
22
22
  }
23
23
  declare const GetOperationCommand_base: {
24
24
  new (input: GetOperationCommandInput): import("@smithy/smithy-client").CommandImpl<GetOperationCommandInput, GetOperationCommandOutput, ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetOperationCommandInput): import("@smithy/smithy-client").CommandImpl<GetOperationCommandInput, GetOperationCommandOutput, ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets information about any operation that returns an operation ID in the response, such as a
30
30
  * <code>CreateHttpNamespace</code> request.</p>
31
31
  * <note>
@@ -76,6 +76,7 @@ declare const GetOperationCommand_base: {
76
76
  * @throws {@link ServiceDiscoveryServiceException}
77
77
  * <p>Base exception class for all service exceptions from ServiceDiscovery service.</p>
78
78
  *
79
+ * @public
79
80
  * @example Example: Get operation result
80
81
  * ```javascript
81
82
  * // Example: Get operation result
@@ -22,10 +22,10 @@ export interface GetServiceCommandOutput extends GetServiceResponse, __MetadataB
22
22
  }
23
23
  declare const GetServiceCommand_base: {
24
24
  new (input: GetServiceCommandInput): import("@smithy/smithy-client").CommandImpl<GetServiceCommandInput, GetServiceCommandOutput, ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetServiceCommandInput): import("@smithy/smithy-client").CommandImpl<GetServiceCommandInput, GetServiceCommandOutput, ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets the settings for a specified service.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -89,6 +89,7 @@ declare const GetServiceCommand_base: {
89
89
  * @throws {@link ServiceDiscoveryServiceException}
90
90
  * <p>Base exception class for all service exceptions from ServiceDiscovery service.</p>
91
91
  *
92
+ * @public
92
93
  * @example GetService Example
93
94
  * ```javascript
94
95
  * // This example gets the settings for a specified service.
@@ -22,10 +22,10 @@ export interface ListInstancesCommandOutput extends ListInstancesResponse, __Met
22
22
  }
23
23
  declare const ListInstancesCommand_base: {
24
24
  new (input: ListInstancesCommandInput): import("@smithy/smithy-client").CommandImpl<ListInstancesCommandInput, ListInstancesCommandOutput, ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListInstancesCommandInput): import("@smithy/smithy-client").CommandImpl<ListInstancesCommandInput, ListInstancesCommandOutput, ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists summary information about the instances that you registered by using a specified
30
30
  * service.</p>
31
31
  * @example
@@ -72,6 +72,7 @@ declare const ListInstancesCommand_base: {
72
72
  * @throws {@link ServiceDiscoveryServiceException}
73
73
  * <p>Base exception class for all service exceptions from ServiceDiscovery service.</p>
74
74
  *
75
+ * @public
75
76
  * @example Example: List service instances
76
77
  * ```javascript
77
78
  * // Example: List service instances
@@ -22,10 +22,10 @@ export interface ListNamespacesCommandOutput extends ListNamespacesResponse, __M
22
22
  }
23
23
  declare const ListNamespacesCommand_base: {
24
24
  new (input: ListNamespacesCommandInput): import("@smithy/smithy-client").CommandImpl<ListNamespacesCommandInput, ListNamespacesCommandOutput, ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListNamespacesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListNamespacesCommandInput, ListNamespacesCommandOutput, ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists summary information about the namespaces that were created by the current Amazon Web Services account.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -90,6 +90,7 @@ declare const ListNamespacesCommand_base: {
90
90
  * @throws {@link ServiceDiscoveryServiceException}
91
91
  * <p>Base exception class for all service exceptions from ServiceDiscovery service.</p>
92
92
  *
93
+ * @public
93
94
  * @example Example: List namespaces
94
95
  * ```javascript
95
96
  * // Example: List namespaces
@@ -22,10 +22,10 @@ export interface ListOperationsCommandOutput extends ListOperationsResponse, __M
22
22
  }
23
23
  declare const ListOperationsCommand_base: {
24
24
  new (input: ListOperationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListOperationsCommandInput, ListOperationsCommandOutput, ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListOperationsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListOperationsCommandInput, ListOperationsCommandOutput, ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists operations that match the criteria that you specify.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -74,6 +74,7 @@ declare const ListOperationsCommand_base: {
74
74
  * @throws {@link ServiceDiscoveryServiceException}
75
75
  * <p>Base exception class for all service exceptions from ServiceDiscovery service.</p>
76
76
  *
77
+ * @public
77
78
  * @example ListOperations Example
78
79
  * ```javascript
79
80
  * // This example gets the operations that have a STATUS of either PENDING or SUCCESS.
@@ -22,10 +22,10 @@ export interface ListServicesCommandOutput extends ListServicesResponse, __Metad
22
22
  }
23
23
  declare const ListServicesCommand_base: {
24
24
  new (input: ListServicesCommandInput): import("@smithy/smithy-client").CommandImpl<ListServicesCommandInput, ListServicesCommandOutput, ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListServicesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListServicesCommandInput, ListServicesCommandOutput, ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists summary information for all the services that are associated with one or more
30
30
  * specified namespaces.</p>
31
31
  * @example
@@ -98,6 +98,7 @@ declare const ListServicesCommand_base: {
98
98
  * @throws {@link ServiceDiscoveryServiceException}
99
99
  * <p>Base exception class for all service exceptions from ServiceDiscovery service.</p>
100
100
  *
101
+ * @public
101
102
  * @example Example: List services
102
103
  * ```javascript
103
104
  * // Example: List services
@@ -22,10 +22,10 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
22
22
  }
23
23
  declare const ListTagsForResourceCommand_base: {
24
24
  new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists tags for the specified resource.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -66,6 +66,7 @@ declare const ListTagsForResourceCommand_base: {
66
66
  * @throws {@link ServiceDiscoveryServiceException}
67
67
  * <p>Base exception class for all service exceptions from ServiceDiscovery service.</p>
68
68
  *
69
+ * @public
69
70
  * @example ListTagsForResource example
70
71
  * ```javascript
71
72
  * // This example lists the tags of a resource.
@@ -22,10 +22,10 @@ export interface RegisterInstanceCommandOutput extends RegisterInstanceResponse,
22
22
  }
23
23
  declare const RegisterInstanceCommand_base: {
24
24
  new (input: RegisterInstanceCommandInput): import("@smithy/smithy-client").CommandImpl<RegisterInstanceCommandInput, RegisterInstanceCommandOutput, ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: RegisterInstanceCommandInput): import("@smithy/smithy-client").CommandImpl<RegisterInstanceCommandInput, RegisterInstanceCommandOutput, ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates or updates one or more records and, optionally, creates a health check based on the
30
30
  * settings in a specified service. When you submit a <code>RegisterInstance</code> request, the
31
31
  * following occurs:</p>
@@ -120,6 +120,7 @@ declare const RegisterInstanceCommand_base: {
120
120
  * @throws {@link ServiceDiscoveryServiceException}
121
121
  * <p>Base exception class for all service exceptions from ServiceDiscovery service.</p>
122
122
  *
123
+ * @public
123
124
  * @example Example: Register Instance
124
125
  * ```javascript
125
126
  * // Example: Register Instance
@@ -22,10 +22,10 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
22
22
  }
23
23
  declare const TagResourceCommand_base: {
24
24
  new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Adds one or more tags to the specified resource.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -69,6 +69,7 @@ declare const TagResourceCommand_base: {
69
69
  * @throws {@link ServiceDiscoveryServiceException}
70
70
  * <p>Base exception class for all service exceptions from ServiceDiscovery service.</p>
71
71
  *
72
+ * @public
72
73
  * @example TagResource example
73
74
  * ```javascript
74
75
  * // This example adds "Department" and "Project" tags to a resource.
@@ -22,10 +22,10 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
22
22
  }
23
23
  declare const UntagResourceCommand_base: {
24
24
  new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Removes one or more tags from the specified resource.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -62,6 +62,7 @@ declare const UntagResourceCommand_base: {
62
62
  * @throws {@link ServiceDiscoveryServiceException}
63
63
  * <p>Base exception class for all service exceptions from ServiceDiscovery service.</p>
64
64
  *
65
+ * @public
65
66
  * @example UntagResource example
66
67
  * ```javascript
67
68
  * // This example removes the "Department" and "Project" tags from a resource.
@@ -22,10 +22,10 @@ export interface UpdateHttpNamespaceCommandOutput extends UpdateHttpNamespaceRes
22
22
  }
23
23
  declare const UpdateHttpNamespaceCommand_base: {
24
24
  new (input: UpdateHttpNamespaceCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateHttpNamespaceCommandInput, UpdateHttpNamespaceCommandOutput, ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateHttpNamespaceCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateHttpNamespaceCommandInput, UpdateHttpNamespaceCommandOutput, ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates an HTTP
30
30
  * namespace.</p>
31
31
  * @example
@@ -73,6 +73,7 @@ declare const UpdateHttpNamespaceCommand_base: {
73
73
  * @throws {@link ServiceDiscoveryServiceException}
74
74
  * <p>Base exception class for all service exceptions from ServiceDiscovery service.</p>
75
75
  *
76
+ * @public
76
77
  */
77
78
  export declare class UpdateHttpNamespaceCommand extends UpdateHttpNamespaceCommand_base {
78
79
  }
@@ -22,10 +22,10 @@ export interface UpdateInstanceCustomHealthStatusCommandOutput extends __Metadat
22
22
  }
23
23
  declare const UpdateInstanceCustomHealthStatusCommand_base: {
24
24
  new (input: UpdateInstanceCustomHealthStatusCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateInstanceCustomHealthStatusCommandInput, UpdateInstanceCustomHealthStatusCommandOutput, ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateInstanceCustomHealthStatusCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateInstanceCustomHealthStatusCommandInput, UpdateInstanceCustomHealthStatusCommandOutput, ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Submits a request to change the health status of a custom health check to healthy or
30
30
  * unhealthy.</p>
31
31
  * <p>You can use <code>UpdateInstanceCustomHealthStatus</code> to change the status only for
@@ -75,6 +75,7 @@ declare const UpdateInstanceCustomHealthStatusCommand_base: {
75
75
  * @throws {@link ServiceDiscoveryServiceException}
76
76
  * <p>Base exception class for all service exceptions from ServiceDiscovery service.</p>
77
77
  *
78
+ * @public
78
79
  * @example UpdateInstanceCustomHealthStatus Example
79
80
  * ```javascript
80
81
  * // This example submits a request to change the health status of an instance associated with a service with a custom health check to HEALTHY.
@@ -22,10 +22,10 @@ export interface UpdatePrivateDnsNamespaceCommandOutput extends UpdatePrivateDns
22
22
  }
23
23
  declare const UpdatePrivateDnsNamespaceCommand_base: {
24
24
  new (input: UpdatePrivateDnsNamespaceCommandInput): import("@smithy/smithy-client").CommandImpl<UpdatePrivateDnsNamespaceCommandInput, UpdatePrivateDnsNamespaceCommandOutput, ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdatePrivateDnsNamespaceCommandInput): import("@smithy/smithy-client").CommandImpl<UpdatePrivateDnsNamespaceCommandInput, UpdatePrivateDnsNamespaceCommandOutput, ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates a private DNS
30
30
  * namespace.</p>
31
31
  * @example
@@ -80,6 +80,7 @@ declare const UpdatePrivateDnsNamespaceCommand_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 UpdatePrivateDnsNamespaceCommand extends UpdatePrivateDnsNamespaceCommand_base {
85
86
  }
@@ -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.