@aws-sdk/client-servicediscovery 3.296.0 → 3.298.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 (94) hide show
  1. package/dist-cjs/commands/CreateHttpNamespaceCommand.js +2 -3
  2. package/dist-cjs/commands/CreatePrivateDnsNamespaceCommand.js +2 -3
  3. package/dist-cjs/commands/CreatePublicDnsNamespaceCommand.js +2 -3
  4. package/dist-cjs/commands/CreateServiceCommand.js +2 -3
  5. package/dist-cjs/commands/DeleteNamespaceCommand.js +2 -3
  6. package/dist-cjs/commands/DeleteServiceCommand.js +2 -3
  7. package/dist-cjs/commands/DeregisterInstanceCommand.js +2 -3
  8. package/dist-cjs/commands/DiscoverInstancesCommand.js +2 -3
  9. package/dist-cjs/commands/GetInstanceCommand.js +2 -3
  10. package/dist-cjs/commands/GetInstancesHealthStatusCommand.js +2 -3
  11. package/dist-cjs/commands/GetNamespaceCommand.js +2 -3
  12. package/dist-cjs/commands/GetOperationCommand.js +2 -3
  13. package/dist-cjs/commands/GetServiceCommand.js +2 -3
  14. package/dist-cjs/commands/ListInstancesCommand.js +2 -3
  15. package/dist-cjs/commands/ListNamespacesCommand.js +2 -3
  16. package/dist-cjs/commands/ListOperationsCommand.js +2 -3
  17. package/dist-cjs/commands/ListServicesCommand.js +2 -3
  18. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
  19. package/dist-cjs/commands/RegisterInstanceCommand.js +2 -3
  20. package/dist-cjs/commands/TagResourceCommand.js +2 -3
  21. package/dist-cjs/commands/UntagResourceCommand.js +2 -3
  22. package/dist-cjs/commands/UpdateHttpNamespaceCommand.js +2 -3
  23. package/dist-cjs/commands/UpdateInstanceCustomHealthStatusCommand.js +2 -3
  24. package/dist-cjs/commands/UpdatePrivateDnsNamespaceCommand.js +2 -3
  25. package/dist-cjs/commands/UpdatePublicDnsNamespaceCommand.js +2 -3
  26. package/dist-cjs/commands/UpdateServiceCommand.js +2 -3
  27. package/dist-cjs/models/models_0.js +15 -361
  28. package/dist-cjs/protocols/Aws_json1_1.js +0 -72
  29. package/dist-es/commands/CreateHttpNamespaceCommand.js +2 -3
  30. package/dist-es/commands/CreatePrivateDnsNamespaceCommand.js +2 -3
  31. package/dist-es/commands/CreatePublicDnsNamespaceCommand.js +2 -3
  32. package/dist-es/commands/CreateServiceCommand.js +2 -3
  33. package/dist-es/commands/DeleteNamespaceCommand.js +2 -3
  34. package/dist-es/commands/DeleteServiceCommand.js +2 -3
  35. package/dist-es/commands/DeregisterInstanceCommand.js +2 -3
  36. package/dist-es/commands/DiscoverInstancesCommand.js +2 -3
  37. package/dist-es/commands/GetInstanceCommand.js +2 -3
  38. package/dist-es/commands/GetInstancesHealthStatusCommand.js +2 -3
  39. package/dist-es/commands/GetNamespaceCommand.js +2 -3
  40. package/dist-es/commands/GetOperationCommand.js +2 -3
  41. package/dist-es/commands/GetServiceCommand.js +2 -3
  42. package/dist-es/commands/ListInstancesCommand.js +2 -3
  43. package/dist-es/commands/ListNamespacesCommand.js +2 -3
  44. package/dist-es/commands/ListOperationsCommand.js +2 -3
  45. package/dist-es/commands/ListServicesCommand.js +2 -3
  46. package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
  47. package/dist-es/commands/RegisterInstanceCommand.js +2 -3
  48. package/dist-es/commands/TagResourceCommand.js +2 -3
  49. package/dist-es/commands/UntagResourceCommand.js +2 -3
  50. package/dist-es/commands/UpdateHttpNamespaceCommand.js +2 -3
  51. package/dist-es/commands/UpdateInstanceCustomHealthStatusCommand.js +2 -3
  52. package/dist-es/commands/UpdatePrivateDnsNamespaceCommand.js +2 -3
  53. package/dist-es/commands/UpdatePublicDnsNamespaceCommand.js +2 -3
  54. package/dist-es/commands/UpdateServiceCommand.js +2 -3
  55. package/dist-es/models/models_0.js +13 -271
  56. package/dist-es/protocols/Aws_json1_1.js +0 -72
  57. package/dist-types/ServiceDiscovery.d.ts +27 -0
  58. package/dist-types/ServiceDiscoveryClient.d.ts +24 -4
  59. package/dist-types/commands/CreateHttpNamespaceCommand.d.ts +16 -5
  60. package/dist-types/commands/CreatePrivateDnsNamespaceCommand.d.ts +16 -5
  61. package/dist-types/commands/CreatePublicDnsNamespaceCommand.d.ts +16 -5
  62. package/dist-types/commands/CreateServiceCommand.d.ts +16 -5
  63. package/dist-types/commands/DeleteNamespaceCommand.d.ts +16 -5
  64. package/dist-types/commands/DeleteServiceCommand.d.ts +16 -5
  65. package/dist-types/commands/DeregisterInstanceCommand.d.ts +16 -5
  66. package/dist-types/commands/DiscoverInstancesCommand.d.ts +16 -0
  67. package/dist-types/commands/GetInstanceCommand.d.ts +16 -5
  68. package/dist-types/commands/GetInstancesHealthStatusCommand.d.ts +16 -5
  69. package/dist-types/commands/GetNamespaceCommand.d.ts +16 -0
  70. package/dist-types/commands/GetOperationCommand.d.ts +16 -5
  71. package/dist-types/commands/GetServiceCommand.d.ts +16 -5
  72. package/dist-types/commands/ListInstancesCommand.d.ts +16 -5
  73. package/dist-types/commands/ListNamespacesCommand.d.ts +16 -5
  74. package/dist-types/commands/ListOperationsCommand.d.ts +16 -5
  75. package/dist-types/commands/ListServicesCommand.d.ts +16 -5
  76. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -5
  77. package/dist-types/commands/RegisterInstanceCommand.d.ts +16 -5
  78. package/dist-types/commands/TagResourceCommand.d.ts +16 -5
  79. package/dist-types/commands/UntagResourceCommand.d.ts +16 -5
  80. package/dist-types/commands/UpdateHttpNamespaceCommand.d.ts +16 -5
  81. package/dist-types/commands/UpdateInstanceCustomHealthStatusCommand.d.ts +16 -5
  82. package/dist-types/commands/UpdatePrivateDnsNamespaceCommand.d.ts +16 -5
  83. package/dist-types/commands/UpdatePublicDnsNamespaceCommand.d.ts +16 -5
  84. package/dist-types/commands/UpdateServiceCommand.d.ts +16 -5
  85. package/dist-types/models/ServiceDiscoveryServiceException.d.ts +2 -0
  86. package/dist-types/models/models_0.d.ts +265 -359
  87. package/dist-types/pagination/GetInstancesHealthStatusPaginator.d.ts +3 -0
  88. package/dist-types/pagination/Interfaces.d.ts +3 -0
  89. package/dist-types/pagination/ListInstancesPaginator.d.ts +3 -0
  90. package/dist-types/pagination/ListNamespacesPaginator.d.ts +3 -0
  91. package/dist-types/pagination/ListOperationsPaginator.d.ts +3 -0
  92. package/dist-types/pagination/ListServicesPaginator.d.ts +3 -0
  93. package/dist-types/ts3.4/models/models_0.d.ts +8 -248
  94. package/package.json +4 -3
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
5
5
  import { ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceDiscoveryClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListTagsForResourceCommand}.
8
10
  */
9
11
  export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListTagsForResourceCommand}.
13
17
  */
14
18
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists tags for the specified resource.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListTagsForResourceCommandInput - {@link ListTagsForResourceCommandInput}
34
+ * @returns {@link ListTagsForResourceCommandOutput}
28
35
  * @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
29
36
  * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
30
37
  * @see {@link ServiceDiscoveryClientResolvedConfig | config} for ServiceDiscoveryClient's `config` shape.
@@ -34,11 +41,6 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
34
41
  * numeric value might be outside the allowed range, or a string value might exceed length
35
42
  * constraints.</p>
36
43
  *
37
- * @throws {@link RequestLimitExceeded} (client fault)
38
- * <p>The operation can't be completed because you've reached the quota for the number of
39
- * requests. For more information, see <a href="https://docs.aws.amazon.com/cloud-map/latest/dg/throttling.html">Cloud Map API request throttling quota</a> in the
40
- * <i>Cloud Map Developer Guide</i>.</p>
41
- *
42
44
  * @throws {@link ResourceNotFoundException} (client fault)
43
45
  * <p>The operation can't be completed because the resource was not found.</p>
44
46
  *
@@ -72,11 +74,20 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
72
74
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ServiceDiscoveryClientResolvedConfig> {
73
75
  readonly input: ListTagsForResourceCommandInput;
74
76
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
77
+ /**
78
+ * @public
79
+ */
75
80
  constructor(input: ListTagsForResourceCommandInput);
76
81
  /**
77
82
  * @internal
78
83
  */
79
84
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceDiscoveryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
85
+ /**
86
+ * @internal
87
+ */
80
88
  private serialize;
89
+ /**
90
+ * @internal
91
+ */
81
92
  private deserialize;
82
93
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { RegisterInstanceRequest, RegisterInstanceResponse } from "../models/models_0";
5
5
  import { ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceDiscoveryClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link RegisterInstanceCommand}.
8
10
  */
9
11
  export interface RegisterInstanceCommandInput extends RegisterInstanceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link RegisterInstanceCommand}.
13
17
  */
14
18
  export interface RegisterInstanceCommandOutput extends RegisterInstanceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates or updates one or more records and, optionally, creates a health check based on the
18
23
  * settings in a specified service. When you submit a <code>RegisterInstance</code> request, the
19
24
  * following occurs:</p>
@@ -68,6 +73,8 @@ export interface RegisterInstanceCommandOutput extends RegisterInstanceResponse,
68
73
  * const response = await client.send(command);
69
74
  * ```
70
75
  *
76
+ * @param RegisterInstanceCommandInput - {@link RegisterInstanceCommandInput}
77
+ * @returns {@link RegisterInstanceCommandOutput}
71
78
  * @see {@link RegisterInstanceCommandInput} for command's `input` shape.
72
79
  * @see {@link RegisterInstanceCommandOutput} for command's `response` shape.
73
80
  * @see {@link ServiceDiscoveryClientResolvedConfig | config} for ServiceDiscoveryClient's `config` shape.
@@ -80,11 +87,6 @@ export interface RegisterInstanceCommandOutput extends RegisterInstanceResponse,
80
87
  * numeric value might be outside the allowed range, or a string value might exceed length
81
88
  * constraints.</p>
82
89
  *
83
- * @throws {@link RequestLimitExceeded} (client fault)
84
- * <p>The operation can't be completed because you've reached the quota for the number of
85
- * requests. For more information, see <a href="https://docs.aws.amazon.com/cloud-map/latest/dg/throttling.html">Cloud Map API request throttling quota</a> in the
86
- * <i>Cloud Map Developer Guide</i>.</p>
87
- *
88
90
  * @throws {@link ResourceInUse} (client fault)
89
91
  * <p>The specified resource can't be deleted because it contains other resources. For example,
90
92
  * you can't delete a service that contains any instances.</p>
@@ -123,11 +125,20 @@ export interface RegisterInstanceCommandOutput extends RegisterInstanceResponse,
123
125
  export declare class RegisterInstanceCommand extends $Command<RegisterInstanceCommandInput, RegisterInstanceCommandOutput, ServiceDiscoveryClientResolvedConfig> {
124
126
  readonly input: RegisterInstanceCommandInput;
125
127
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
128
+ /**
129
+ * @public
130
+ */
126
131
  constructor(input: RegisterInstanceCommandInput);
127
132
  /**
128
133
  * @internal
129
134
  */
130
135
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceDiscoveryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RegisterInstanceCommandInput, RegisterInstanceCommandOutput>;
136
+ /**
137
+ * @internal
138
+ */
131
139
  private serialize;
140
+ /**
141
+ * @internal
142
+ */
132
143
  private deserialize;
133
144
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
5
  import { ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceDiscoveryClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link TagResourceCommand}.
8
10
  */
9
11
  export interface TagResourceCommandInput extends TagResourceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link TagResourceCommand}.
13
17
  */
14
18
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Adds one or more tags to the specified resource.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param TagResourceCommandInput - {@link TagResourceCommandInput}
34
+ * @returns {@link TagResourceCommandOutput}
28
35
  * @see {@link TagResourceCommandInput} for command's `input` shape.
29
36
  * @see {@link TagResourceCommandOutput} for command's `response` shape.
30
37
  * @see {@link ServiceDiscoveryClientResolvedConfig | config} for ServiceDiscoveryClient's `config` shape.
@@ -34,11 +41,6 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
34
41
  * numeric value might be outside the allowed range, or a string value might exceed length
35
42
  * constraints.</p>
36
43
  *
37
- * @throws {@link RequestLimitExceeded} (client fault)
38
- * <p>The operation can't be completed because you've reached the quota for the number of
39
- * requests. For more information, see <a href="https://docs.aws.amazon.com/cloud-map/latest/dg/throttling.html">Cloud Map API request throttling quota</a> in the
40
- * <i>Cloud Map Developer Guide</i>.</p>
41
- *
42
44
  * @throws {@link ResourceNotFoundException} (client fault)
43
45
  * <p>The operation can't be completed because the resource was not found.</p>
44
46
  *
@@ -72,11 +74,20 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
72
74
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, ServiceDiscoveryClientResolvedConfig> {
73
75
  readonly input: TagResourceCommandInput;
74
76
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
77
+ /**
78
+ * @public
79
+ */
75
80
  constructor(input: TagResourceCommandInput);
76
81
  /**
77
82
  * @internal
78
83
  */
79
84
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceDiscoveryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
85
+ /**
86
+ * @internal
87
+ */
80
88
  private serialize;
89
+ /**
90
+ * @internal
91
+ */
81
92
  private deserialize;
82
93
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
5
5
  import { ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceDiscoveryClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UntagResourceCommand}.
8
10
  */
9
11
  export interface UntagResourceCommandInput extends UntagResourceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UntagResourceCommand}.
13
17
  */
14
18
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Removes one or more tags from the specified resource.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UntagResourceCommandInput - {@link UntagResourceCommandInput}
34
+ * @returns {@link UntagResourceCommandOutput}
28
35
  * @see {@link UntagResourceCommandInput} for command's `input` shape.
29
36
  * @see {@link UntagResourceCommandOutput} for command's `response` shape.
30
37
  * @see {@link ServiceDiscoveryClientResolvedConfig | config} for ServiceDiscoveryClient's `config` shape.
@@ -34,11 +41,6 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
34
41
  * numeric value might be outside the allowed range, or a string value might exceed length
35
42
  * constraints.</p>
36
43
  *
37
- * @throws {@link RequestLimitExceeded} (client fault)
38
- * <p>The operation can't be completed because you've reached the quota for the number of
39
- * requests. For more information, see <a href="https://docs.aws.amazon.com/cloud-map/latest/dg/throttling.html">Cloud Map API request throttling quota</a> in the
40
- * <i>Cloud Map Developer Guide</i>.</p>
41
- *
42
44
  * @throws {@link ResourceNotFoundException} (client fault)
43
45
  * <p>The operation can't be completed because the resource was not found.</p>
44
46
  *
@@ -62,11 +64,20 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
62
64
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, ServiceDiscoveryClientResolvedConfig> {
63
65
  readonly input: UntagResourceCommandInput;
64
66
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
67
+ /**
68
+ * @public
69
+ */
65
70
  constructor(input: UntagResourceCommandInput);
66
71
  /**
67
72
  * @internal
68
73
  */
69
74
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceDiscoveryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
75
+ /**
76
+ * @internal
77
+ */
70
78
  private serialize;
79
+ /**
80
+ * @internal
81
+ */
71
82
  private deserialize;
72
83
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { UpdateHttpNamespaceRequest, UpdateHttpNamespaceResponse } from "../models/models_0";
5
5
  import { ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceDiscoveryClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateHttpNamespaceCommand}.
8
10
  */
9
11
  export interface UpdateHttpNamespaceCommandInput extends UpdateHttpNamespaceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateHttpNamespaceCommand}.
13
17
  */
14
18
  export interface UpdateHttpNamespaceCommandOutput extends UpdateHttpNamespaceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates an HTTP
18
23
  * namespace.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface UpdateHttpNamespaceCommandOutput extends UpdateHttpNamespaceRes
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param UpdateHttpNamespaceCommandInput - {@link UpdateHttpNamespaceCommandInput}
35
+ * @returns {@link UpdateHttpNamespaceCommandOutput}
29
36
  * @see {@link UpdateHttpNamespaceCommandInput} for command's `input` shape.
30
37
  * @see {@link UpdateHttpNamespaceCommandOutput} for command's `response` shape.
31
38
  * @see {@link ServiceDiscoveryClientResolvedConfig | config} for ServiceDiscoveryClient's `config` shape.
@@ -41,11 +48,6 @@ export interface UpdateHttpNamespaceCommandOutput extends UpdateHttpNamespaceRes
41
48
  * @throws {@link NamespaceNotFound} (client fault)
42
49
  * <p>No namespace exists with the specified ID.</p>
43
50
  *
44
- * @throws {@link RequestLimitExceeded} (client fault)
45
- * <p>The operation can't be completed because you've reached the quota for the number of
46
- * requests. For more information, see <a href="https://docs.aws.amazon.com/cloud-map/latest/dg/throttling.html">Cloud Map API request throttling quota</a> in the
47
- * <i>Cloud Map Developer Guide</i>.</p>
48
- *
49
51
  * @throws {@link ResourceInUse} (client fault)
50
52
  * <p>The specified resource can't be deleted because it contains other resources. For example,
51
53
  * you can't delete a service that contains any instances.</p>
@@ -55,11 +57,20 @@ export interface UpdateHttpNamespaceCommandOutput extends UpdateHttpNamespaceRes
55
57
  export declare class UpdateHttpNamespaceCommand extends $Command<UpdateHttpNamespaceCommandInput, UpdateHttpNamespaceCommandOutput, ServiceDiscoveryClientResolvedConfig> {
56
58
  readonly input: UpdateHttpNamespaceCommandInput;
57
59
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
60
+ /**
61
+ * @public
62
+ */
58
63
  constructor(input: UpdateHttpNamespaceCommandInput);
59
64
  /**
60
65
  * @internal
61
66
  */
62
67
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceDiscoveryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateHttpNamespaceCommandInput, UpdateHttpNamespaceCommandOutput>;
68
+ /**
69
+ * @internal
70
+ */
63
71
  private serialize;
72
+ /**
73
+ * @internal
74
+ */
64
75
  private deserialize;
65
76
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { UpdateInstanceCustomHealthStatusRequest } from "../models/models_0";
5
5
  import { ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceDiscoveryClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateInstanceCustomHealthStatusCommand}.
8
10
  */
9
11
  export interface UpdateInstanceCustomHealthStatusCommandInput extends UpdateInstanceCustomHealthStatusRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateInstanceCustomHealthStatusCommand}.
13
17
  */
14
18
  export interface UpdateInstanceCustomHealthStatusCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Submits a request to change the health status of a custom health check to healthy or
18
23
  * unhealthy.</p>
19
24
  * <p>You can use <code>UpdateInstanceCustomHealthStatus</code> to change the status only for
@@ -31,6 +36,8 @@ export interface UpdateInstanceCustomHealthStatusCommandOutput extends __Metadat
31
36
  * const response = await client.send(command);
32
37
  * ```
33
38
  *
39
+ * @param UpdateInstanceCustomHealthStatusCommandInput - {@link UpdateInstanceCustomHealthStatusCommandInput}
40
+ * @returns {@link UpdateInstanceCustomHealthStatusCommandOutput}
34
41
  * @see {@link UpdateInstanceCustomHealthStatusCommandInput} for command's `input` shape.
35
42
  * @see {@link UpdateInstanceCustomHealthStatusCommandOutput} for command's `response` shape.
36
43
  * @see {@link ServiceDiscoveryClientResolvedConfig | config} for ServiceDiscoveryClient's `config` shape.
@@ -48,11 +55,6 @@ export interface UpdateInstanceCustomHealthStatusCommandOutput extends __Metadat
48
55
  * numeric value might be outside the allowed range, or a string value might exceed length
49
56
  * constraints.</p>
50
57
  *
51
- * @throws {@link RequestLimitExceeded} (client fault)
52
- * <p>The operation can't be completed because you've reached the quota for the number of
53
- * requests. For more information, see <a href="https://docs.aws.amazon.com/cloud-map/latest/dg/throttling.html">Cloud Map API request throttling quota</a> in the
54
- * <i>Cloud Map Developer Guide</i>.</p>
55
- *
56
58
  * @throws {@link ServiceNotFound} (client fault)
57
59
  * <p>No service exists with the specified ID.</p>
58
60
  *
@@ -74,11 +76,20 @@ export interface UpdateInstanceCustomHealthStatusCommandOutput extends __Metadat
74
76
  export declare class UpdateInstanceCustomHealthStatusCommand extends $Command<UpdateInstanceCustomHealthStatusCommandInput, UpdateInstanceCustomHealthStatusCommandOutput, ServiceDiscoveryClientResolvedConfig> {
75
77
  readonly input: UpdateInstanceCustomHealthStatusCommandInput;
76
78
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
79
+ /**
80
+ * @public
81
+ */
77
82
  constructor(input: UpdateInstanceCustomHealthStatusCommandInput);
78
83
  /**
79
84
  * @internal
80
85
  */
81
86
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceDiscoveryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateInstanceCustomHealthStatusCommandInput, UpdateInstanceCustomHealthStatusCommandOutput>;
87
+ /**
88
+ * @internal
89
+ */
82
90
  private serialize;
91
+ /**
92
+ * @internal
93
+ */
83
94
  private deserialize;
84
95
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { UpdatePrivateDnsNamespaceRequest, UpdatePrivateDnsNamespaceResponse } from "../models/models_0";
5
5
  import { ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceDiscoveryClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdatePrivateDnsNamespaceCommand}.
8
10
  */
9
11
  export interface UpdatePrivateDnsNamespaceCommandInput extends UpdatePrivateDnsNamespaceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdatePrivateDnsNamespaceCommand}.
13
17
  */
14
18
  export interface UpdatePrivateDnsNamespaceCommandOutput extends UpdatePrivateDnsNamespaceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates a private DNS
18
23
  * namespace.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface UpdatePrivateDnsNamespaceCommandOutput extends UpdatePrivateDns
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param UpdatePrivateDnsNamespaceCommandInput - {@link UpdatePrivateDnsNamespaceCommandInput}
35
+ * @returns {@link UpdatePrivateDnsNamespaceCommandOutput}
29
36
  * @see {@link UpdatePrivateDnsNamespaceCommandInput} for command's `input` shape.
30
37
  * @see {@link UpdatePrivateDnsNamespaceCommandOutput} for command's `response` shape.
31
38
  * @see {@link ServiceDiscoveryClientResolvedConfig | config} for ServiceDiscoveryClient's `config` shape.
@@ -41,11 +48,6 @@ export interface UpdatePrivateDnsNamespaceCommandOutput extends UpdatePrivateDns
41
48
  * @throws {@link NamespaceNotFound} (client fault)
42
49
  * <p>No namespace exists with the specified ID.</p>
43
50
  *
44
- * @throws {@link RequestLimitExceeded} (client fault)
45
- * <p>The operation can't be completed because you've reached the quota for the number of
46
- * requests. For more information, see <a href="https://docs.aws.amazon.com/cloud-map/latest/dg/throttling.html">Cloud Map API request throttling quota</a> in the
47
- * <i>Cloud Map Developer Guide</i>.</p>
48
- *
49
51
  * @throws {@link ResourceInUse} (client fault)
50
52
  * <p>The specified resource can't be deleted because it contains other resources. For example,
51
53
  * you can't delete a service that contains any instances.</p>
@@ -55,11 +57,20 @@ export interface UpdatePrivateDnsNamespaceCommandOutput extends UpdatePrivateDns
55
57
  export declare class UpdatePrivateDnsNamespaceCommand extends $Command<UpdatePrivateDnsNamespaceCommandInput, UpdatePrivateDnsNamespaceCommandOutput, ServiceDiscoveryClientResolvedConfig> {
56
58
  readonly input: UpdatePrivateDnsNamespaceCommandInput;
57
59
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
60
+ /**
61
+ * @public
62
+ */
58
63
  constructor(input: UpdatePrivateDnsNamespaceCommandInput);
59
64
  /**
60
65
  * @internal
61
66
  */
62
67
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceDiscoveryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdatePrivateDnsNamespaceCommandInput, UpdatePrivateDnsNamespaceCommandOutput>;
68
+ /**
69
+ * @internal
70
+ */
63
71
  private serialize;
72
+ /**
73
+ * @internal
74
+ */
64
75
  private deserialize;
65
76
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { UpdatePublicDnsNamespaceRequest, UpdatePublicDnsNamespaceResponse } from "../models/models_0";
5
5
  import { ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceDiscoveryClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdatePublicDnsNamespaceCommand}.
8
10
  */
9
11
  export interface UpdatePublicDnsNamespaceCommandInput extends UpdatePublicDnsNamespaceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdatePublicDnsNamespaceCommand}.
13
17
  */
14
18
  export interface UpdatePublicDnsNamespaceCommandOutput extends UpdatePublicDnsNamespaceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates a public DNS
18
23
  * namespace.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface UpdatePublicDnsNamespaceCommandOutput extends UpdatePublicDnsNa
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param UpdatePublicDnsNamespaceCommandInput - {@link UpdatePublicDnsNamespaceCommandInput}
35
+ * @returns {@link UpdatePublicDnsNamespaceCommandOutput}
29
36
  * @see {@link UpdatePublicDnsNamespaceCommandInput} for command's `input` shape.
30
37
  * @see {@link UpdatePublicDnsNamespaceCommandOutput} for command's `response` shape.
31
38
  * @see {@link ServiceDiscoveryClientResolvedConfig | config} for ServiceDiscoveryClient's `config` shape.
@@ -41,11 +48,6 @@ export interface UpdatePublicDnsNamespaceCommandOutput extends UpdatePublicDnsNa
41
48
  * @throws {@link NamespaceNotFound} (client fault)
42
49
  * <p>No namespace exists with the specified ID.</p>
43
50
  *
44
- * @throws {@link RequestLimitExceeded} (client fault)
45
- * <p>The operation can't be completed because you've reached the quota for the number of
46
- * requests. For more information, see <a href="https://docs.aws.amazon.com/cloud-map/latest/dg/throttling.html">Cloud Map API request throttling quota</a> in the
47
- * <i>Cloud Map Developer Guide</i>.</p>
48
- *
49
51
  * @throws {@link ResourceInUse} (client fault)
50
52
  * <p>The specified resource can't be deleted because it contains other resources. For example,
51
53
  * you can't delete a service that contains any instances.</p>
@@ -55,11 +57,20 @@ export interface UpdatePublicDnsNamespaceCommandOutput extends UpdatePublicDnsNa
55
57
  export declare class UpdatePublicDnsNamespaceCommand extends $Command<UpdatePublicDnsNamespaceCommandInput, UpdatePublicDnsNamespaceCommandOutput, ServiceDiscoveryClientResolvedConfig> {
56
58
  readonly input: UpdatePublicDnsNamespaceCommandInput;
57
59
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
60
+ /**
61
+ * @public
62
+ */
58
63
  constructor(input: UpdatePublicDnsNamespaceCommandInput);
59
64
  /**
60
65
  * @internal
61
66
  */
62
67
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceDiscoveryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdatePublicDnsNamespaceCommandInput, UpdatePublicDnsNamespaceCommandOutput>;
68
+ /**
69
+ * @internal
70
+ */
63
71
  private serialize;
72
+ /**
73
+ * @internal
74
+ */
64
75
  private deserialize;
65
76
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { UpdateServiceRequest, UpdateServiceResponse } from "../models/models_0";
5
5
  import { ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceDiscoveryClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateServiceCommand}.
8
10
  */
9
11
  export interface UpdateServiceCommandInput extends UpdateServiceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateServiceCommand}.
13
17
  */
14
18
  export interface UpdateServiceCommandOutput extends UpdateServiceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Submits a request to perform the following operations:</p>
18
23
  * <ul>
19
24
  * <li>
@@ -51,6 +56,8 @@ export interface UpdateServiceCommandOutput extends UpdateServiceResponse, __Met
51
56
  * const response = await client.send(command);
52
57
  * ```
53
58
  *
59
+ * @param UpdateServiceCommandInput - {@link UpdateServiceCommandInput}
60
+ * @returns {@link UpdateServiceCommandOutput}
54
61
  * @see {@link UpdateServiceCommandInput} for command's `input` shape.
55
62
  * @see {@link UpdateServiceCommandOutput} for command's `response` shape.
56
63
  * @see {@link ServiceDiscoveryClientResolvedConfig | config} for ServiceDiscoveryClient's `config` shape.
@@ -63,11 +70,6 @@ export interface UpdateServiceCommandOutput extends UpdateServiceResponse, __Met
63
70
  * numeric value might be outside the allowed range, or a string value might exceed length
64
71
  * constraints.</p>
65
72
  *
66
- * @throws {@link RequestLimitExceeded} (client fault)
67
- * <p>The operation can't be completed because you've reached the quota for the number of
68
- * requests. For more information, see <a href="https://docs.aws.amazon.com/cloud-map/latest/dg/throttling.html">Cloud Map API request throttling quota</a> in the
69
- * <i>Cloud Map Developer Guide</i>.</p>
70
- *
71
73
  * @throws {@link ServiceNotFound} (client fault)
72
74
  * <p>No service exists with the specified ID.</p>
73
75
  *
@@ -107,11 +109,20 @@ export interface UpdateServiceCommandOutput extends UpdateServiceResponse, __Met
107
109
  export declare class UpdateServiceCommand extends $Command<UpdateServiceCommandInput, UpdateServiceCommandOutput, ServiceDiscoveryClientResolvedConfig> {
108
110
  readonly input: UpdateServiceCommandInput;
109
111
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
112
+ /**
113
+ * @public
114
+ */
110
115
  constructor(input: UpdateServiceCommandInput);
111
116
  /**
112
117
  * @internal
113
118
  */
114
119
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceDiscoveryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateServiceCommandInput, UpdateServiceCommandOutput>;
120
+ /**
121
+ * @internal
122
+ */
115
123
  private serialize;
124
+ /**
125
+ * @internal
126
+ */
116
127
  private deserialize;
117
128
  }
@@ -1,5 +1,7 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
2
  /**
3
+ * @public
4
+ *
3
5
  * Base exception class for all service exceptions from ServiceDiscovery service.
4
6
  */
5
7
  export declare class ServiceDiscoveryServiceException extends __ServiceException {