@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 { DeregisterInstanceRequest, DeregisterInstanceResponse } from "../models/models_0";
5
5
  import { ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceDiscoveryClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeregisterInstanceCommand}.
8
10
  */
9
11
  export interface DeregisterInstanceCommandInput extends DeregisterInstanceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeregisterInstanceCommand}.
13
17
  */
14
18
  export interface DeregisterInstanceCommandOutput extends DeregisterInstanceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes the Amazon Route 53 DNS records and health check, if any, that Cloud Map created for the
18
23
  * specified instance.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface DeregisterInstanceCommandOutput extends DeregisterInstanceRespo
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param DeregisterInstanceCommandInput - {@link DeregisterInstanceCommandInput}
35
+ * @returns {@link DeregisterInstanceCommandOutput}
29
36
  * @see {@link DeregisterInstanceCommandInput} for command's `input` shape.
30
37
  * @see {@link DeregisterInstanceCommandOutput} for command's `response` shape.
31
38
  * @see {@link ServiceDiscoveryClientResolvedConfig | config} for ServiceDiscoveryClient's `config` shape.
@@ -42,11 +49,6 @@ export interface DeregisterInstanceCommandOutput extends DeregisterInstanceRespo
42
49
  * numeric value might be outside the allowed range, or a string value might exceed length
43
50
  * constraints.</p>
44
51
  *
45
- * @throws {@link RequestLimitExceeded} (client fault)
46
- * <p>The operation can't be completed because you've reached the quota for the number of
47
- * 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
48
- * <i>Cloud Map Developer Guide</i>.</p>
49
- *
50
52
  * @throws {@link ResourceInUse} (client fault)
51
53
  * <p>The specified resource can't be deleted because it contains other resources. For example,
52
54
  * you can't delete a service that contains any instances.</p>
@@ -76,11 +78,20 @@ export interface DeregisterInstanceCommandOutput extends DeregisterInstanceRespo
76
78
  export declare class DeregisterInstanceCommand extends $Command<DeregisterInstanceCommandInput, DeregisterInstanceCommandOutput, ServiceDiscoveryClientResolvedConfig> {
77
79
  readonly input: DeregisterInstanceCommandInput;
78
80
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
81
+ /**
82
+ * @public
83
+ */
79
84
  constructor(input: DeregisterInstanceCommandInput);
80
85
  /**
81
86
  * @internal
82
87
  */
83
88
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceDiscoveryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeregisterInstanceCommandInput, DeregisterInstanceCommandOutput>;
89
+ /**
90
+ * @internal
91
+ */
84
92
  private serialize;
93
+ /**
94
+ * @internal
95
+ */
85
96
  private deserialize;
86
97
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DiscoverInstancesRequest, DiscoverInstancesResponse } from "../models/models_0";
5
5
  import { ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceDiscoveryClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DiscoverInstancesCommand}.
8
10
  */
9
11
  export interface DiscoverInstancesCommandInput extends DiscoverInstancesRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DiscoverInstancesCommand}.
13
17
  */
14
18
  export interface DiscoverInstancesCommandOutput extends DiscoverInstancesResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Discovers registered instances for a specified namespace and service. You can use
18
23
  * <code>DiscoverInstances</code> to discover instances for any type of namespace. For public and
19
24
  * private DNS namespaces, you can also use DNS queries to discover instances.</p>
@@ -27,6 +32,8 @@ export interface DiscoverInstancesCommandOutput extends DiscoverInstancesRespons
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param DiscoverInstancesCommandInput - {@link DiscoverInstancesCommandInput}
36
+ * @returns {@link DiscoverInstancesCommandOutput}
30
37
  * @see {@link DiscoverInstancesCommandInput} for command's `input` shape.
31
38
  * @see {@link DiscoverInstancesCommandOutput} for command's `response` shape.
32
39
  * @see {@link ServiceDiscoveryClientResolvedConfig | config} for ServiceDiscoveryClient's `config` shape.
@@ -82,11 +89,20 @@ export interface DiscoverInstancesCommandOutput extends DiscoverInstancesRespons
82
89
  export declare class DiscoverInstancesCommand extends $Command<DiscoverInstancesCommandInput, DiscoverInstancesCommandOutput, ServiceDiscoveryClientResolvedConfig> {
83
90
  readonly input: DiscoverInstancesCommandInput;
84
91
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
92
+ /**
93
+ * @public
94
+ */
85
95
  constructor(input: DiscoverInstancesCommandInput);
86
96
  /**
87
97
  * @internal
88
98
  */
89
99
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceDiscoveryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DiscoverInstancesCommandInput, DiscoverInstancesCommandOutput>;
100
+ /**
101
+ * @internal
102
+ */
90
103
  private serialize;
104
+ /**
105
+ * @internal
106
+ */
91
107
  private deserialize;
92
108
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GetInstanceRequest, GetInstanceResponse } from "../models/models_0";
5
5
  import { ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceDiscoveryClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetInstanceCommand}.
8
10
  */
9
11
  export interface GetInstanceCommandInput extends GetInstanceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetInstanceCommand}.
13
17
  */
14
18
  export interface GetInstanceCommandOutput extends GetInstanceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets information about a specified instance.</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 GetInstanceCommandOutput extends GetInstanceResponse, __Metadat
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetInstanceCommandInput - {@link GetInstanceCommandInput}
34
+ * @returns {@link GetInstanceCommandOutput}
28
35
  * @see {@link GetInstanceCommandInput} for command's `input` shape.
29
36
  * @see {@link GetInstanceCommandOutput} for command's `response` shape.
30
37
  * @see {@link ServiceDiscoveryClientResolvedConfig | config} for ServiceDiscoveryClient's `config` shape.
@@ -38,11 +45,6 @@ export interface GetInstanceCommandOutput extends GetInstanceResponse, __Metadat
38
45
  * numeric value might be outside the allowed range, or a string value might exceed length
39
46
  * constraints.</p>
40
47
  *
41
- * @throws {@link RequestLimitExceeded} (client fault)
42
- * <p>The operation can't be completed because you've reached the quota for the number of
43
- * 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
44
- * <i>Cloud Map Developer Guide</i>.</p>
45
- *
46
48
  * @throws {@link ServiceNotFound} (client fault)
47
49
  * <p>No service exists with the specified ID.</p>
48
50
  *
@@ -77,11 +79,20 @@ export interface GetInstanceCommandOutput extends GetInstanceResponse, __Metadat
77
79
  export declare class GetInstanceCommand extends $Command<GetInstanceCommandInput, GetInstanceCommandOutput, ServiceDiscoveryClientResolvedConfig> {
78
80
  readonly input: GetInstanceCommandInput;
79
81
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
82
+ /**
83
+ * @public
84
+ */
80
85
  constructor(input: GetInstanceCommandInput);
81
86
  /**
82
87
  * @internal
83
88
  */
84
89
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceDiscoveryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetInstanceCommandInput, GetInstanceCommandOutput>;
90
+ /**
91
+ * @internal
92
+ */
85
93
  private serialize;
94
+ /**
95
+ * @internal
96
+ */
86
97
  private deserialize;
87
98
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GetInstancesHealthStatusRequest, GetInstancesHealthStatusResponse } from "../models/models_0";
5
5
  import { ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceDiscoveryClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetInstancesHealthStatusCommand}.
8
10
  */
9
11
  export interface GetInstancesHealthStatusCommandInput extends GetInstancesHealthStatusRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetInstancesHealthStatusCommand}.
13
17
  */
14
18
  export interface GetInstancesHealthStatusCommandOutput extends GetInstancesHealthStatusResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets the current health status (<code>Healthy</code>, <code>Unhealthy</code>, or
18
23
  * <code>Unknown</code>) of one or more instances that are associated with a specified
19
24
  * service.</p>
@@ -31,6 +36,8 @@ export interface GetInstancesHealthStatusCommandOutput extends GetInstancesHealt
31
36
  * const response = await client.send(command);
32
37
  * ```
33
38
  *
39
+ * @param GetInstancesHealthStatusCommandInput - {@link GetInstancesHealthStatusCommandInput}
40
+ * @returns {@link GetInstancesHealthStatusCommandOutput}
34
41
  * @see {@link GetInstancesHealthStatusCommandInput} for command's `input` shape.
35
42
  * @see {@link GetInstancesHealthStatusCommandOutput} for command's `response` shape.
36
43
  * @see {@link ServiceDiscoveryClientResolvedConfig | config} for ServiceDiscoveryClient's `config` shape.
@@ -44,11 +51,6 @@ export interface GetInstancesHealthStatusCommandOutput extends GetInstancesHealt
44
51
  * numeric value might be outside the allowed range, or a string value might exceed length
45
52
  * constraints.</p>
46
53
  *
47
- * @throws {@link RequestLimitExceeded} (client fault)
48
- * <p>The operation can't be completed because you've reached the quota for the number of
49
- * 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
50
- * <i>Cloud Map Developer Guide</i>.</p>
51
- *
52
54
  * @throws {@link ServiceNotFound} (client fault)
53
55
  * <p>No service exists with the specified ID.</p>
54
56
  *
@@ -76,11 +78,20 @@ export interface GetInstancesHealthStatusCommandOutput extends GetInstancesHealt
76
78
  export declare class GetInstancesHealthStatusCommand extends $Command<GetInstancesHealthStatusCommandInput, GetInstancesHealthStatusCommandOutput, ServiceDiscoveryClientResolvedConfig> {
77
79
  readonly input: GetInstancesHealthStatusCommandInput;
78
80
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
81
+ /**
82
+ * @public
83
+ */
79
84
  constructor(input: GetInstancesHealthStatusCommandInput);
80
85
  /**
81
86
  * @internal
82
87
  */
83
88
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceDiscoveryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetInstancesHealthStatusCommandInput, GetInstancesHealthStatusCommandOutput>;
89
+ /**
90
+ * @internal
91
+ */
84
92
  private serialize;
93
+ /**
94
+ * @internal
95
+ */
85
96
  private deserialize;
86
97
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GetNamespaceRequest, GetNamespaceResponse } from "../models/models_0";
5
5
  import { ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceDiscoveryClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetNamespaceCommand}.
8
10
  */
9
11
  export interface GetNamespaceCommandInput extends GetNamespaceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetNamespaceCommand}.
13
17
  */
14
18
  export interface GetNamespaceCommandOutput extends GetNamespaceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets information about a namespace.</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 GetNamespaceCommandOutput extends GetNamespaceResponse, __Metad
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetNamespaceCommandInput - {@link GetNamespaceCommandInput}
34
+ * @returns {@link GetNamespaceCommandOutput}
28
35
  * @see {@link GetNamespaceCommandInput} for command's `input` shape.
29
36
  * @see {@link GetNamespaceCommandOutput} for command's `response` shape.
30
37
  * @see {@link ServiceDiscoveryClientResolvedConfig | config} for ServiceDiscoveryClient's `config` shape.
@@ -72,11 +79,20 @@ export interface GetNamespaceCommandOutput extends GetNamespaceResponse, __Metad
72
79
  export declare class GetNamespaceCommand extends $Command<GetNamespaceCommandInput, GetNamespaceCommandOutput, ServiceDiscoveryClientResolvedConfig> {
73
80
  readonly input: GetNamespaceCommandInput;
74
81
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
82
+ /**
83
+ * @public
84
+ */
75
85
  constructor(input: GetNamespaceCommandInput);
76
86
  /**
77
87
  * @internal
78
88
  */
79
89
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceDiscoveryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetNamespaceCommandInput, GetNamespaceCommandOutput>;
90
+ /**
91
+ * @internal
92
+ */
80
93
  private serialize;
94
+ /**
95
+ * @internal
96
+ */
81
97
  private deserialize;
82
98
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GetOperationRequest, GetOperationResponse } from "../models/models_0";
5
5
  import { ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceDiscoveryClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetOperationCommand}.
8
10
  */
9
11
  export interface GetOperationCommandInput extends GetOperationRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetOperationCommand}.
13
17
  */
14
18
  export interface GetOperationCommandOutput extends GetOperationResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets information about any operation that returns an operation ID in the response, such as a
18
23
  * <code>CreateService</code> request.</p>
19
24
  * <note>
@@ -29,6 +34,8 @@ export interface GetOperationCommandOutput extends GetOperationResponse, __Metad
29
34
  * const response = await client.send(command);
30
35
  * ```
31
36
  *
37
+ * @param GetOperationCommandInput - {@link GetOperationCommandInput}
38
+ * @returns {@link GetOperationCommandOutput}
32
39
  * @see {@link GetOperationCommandInput} for command's `input` shape.
33
40
  * @see {@link GetOperationCommandOutput} for command's `response` shape.
34
41
  * @see {@link ServiceDiscoveryClientResolvedConfig | config} for ServiceDiscoveryClient's `config` shape.
@@ -41,11 +48,6 @@ export interface GetOperationCommandOutput extends GetOperationResponse, __Metad
41
48
  * @throws {@link OperationNotFound} (client fault)
42
49
  * <p>No operation 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
  *
50
52
  * @example Example: Get operation result
51
53
  * ```javascript
@@ -76,11 +78,20 @@ export interface GetOperationCommandOutput extends GetOperationResponse, __Metad
76
78
  export declare class GetOperationCommand extends $Command<GetOperationCommandInput, GetOperationCommandOutput, ServiceDiscoveryClientResolvedConfig> {
77
79
  readonly input: GetOperationCommandInput;
78
80
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
81
+ /**
82
+ * @public
83
+ */
79
84
  constructor(input: GetOperationCommandInput);
80
85
  /**
81
86
  * @internal
82
87
  */
83
88
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceDiscoveryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetOperationCommandInput, GetOperationCommandOutput>;
89
+ /**
90
+ * @internal
91
+ */
84
92
  private serialize;
93
+ /**
94
+ * @internal
95
+ */
85
96
  private deserialize;
86
97
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GetServiceRequest, GetServiceResponse } from "../models/models_0";
5
5
  import { ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceDiscoveryClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetServiceCommand}.
8
10
  */
9
11
  export interface GetServiceCommandInput extends GetServiceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetServiceCommand}.
13
17
  */
14
18
  export interface GetServiceCommandOutput extends GetServiceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets the settings for a specified service.</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 GetServiceCommandOutput extends GetServiceResponse, __MetadataB
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetServiceCommandInput - {@link GetServiceCommandInput}
34
+ * @returns {@link GetServiceCommandOutput}
28
35
  * @see {@link GetServiceCommandInput} for command's `input` shape.
29
36
  * @see {@link GetServiceCommandOutput} for command's `response` shape.
30
37
  * @see {@link ServiceDiscoveryClientResolvedConfig | config} for ServiceDiscoveryClient's `config` shape.
@@ -34,11 +41,6 @@ export interface GetServiceCommandOutput extends GetServiceResponse, __MetadataB
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 ServiceNotFound} (client fault)
43
45
  * <p>No service exists with the specified ID.</p>
44
46
  *
@@ -76,11 +78,20 @@ export interface GetServiceCommandOutput extends GetServiceResponse, __MetadataB
76
78
  export declare class GetServiceCommand extends $Command<GetServiceCommandInput, GetServiceCommandOutput, ServiceDiscoveryClientResolvedConfig> {
77
79
  readonly input: GetServiceCommandInput;
78
80
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
81
+ /**
82
+ * @public
83
+ */
79
84
  constructor(input: GetServiceCommandInput);
80
85
  /**
81
86
  * @internal
82
87
  */
83
88
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceDiscoveryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetServiceCommandInput, GetServiceCommandOutput>;
89
+ /**
90
+ * @internal
91
+ */
84
92
  private serialize;
93
+ /**
94
+ * @internal
95
+ */
85
96
  private deserialize;
86
97
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ListInstancesRequest, ListInstancesResponse } from "../models/models_0";
5
5
  import { ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceDiscoveryClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListInstancesCommand}.
8
10
  */
9
11
  export interface ListInstancesCommandInput extends ListInstancesRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListInstancesCommand}.
13
17
  */
14
18
  export interface ListInstancesCommandOutput extends ListInstancesResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists summary information about the instances that you registered by using a specified
18
23
  * service.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface ListInstancesCommandOutput extends ListInstancesResponse, __Met
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param ListInstancesCommandInput - {@link ListInstancesCommandInput}
35
+ * @returns {@link ListInstancesCommandOutput}
29
36
  * @see {@link ListInstancesCommandInput} for command's `input` shape.
30
37
  * @see {@link ListInstancesCommandOutput} for command's `response` shape.
31
38
  * @see {@link ServiceDiscoveryClientResolvedConfig | config} for ServiceDiscoveryClient's `config` shape.
@@ -35,11 +42,6 @@ export interface ListInstancesCommandOutput extends ListInstancesResponse, __Met
35
42
  * numeric value might be outside the allowed range, or a string value might exceed length
36
43
  * constraints.</p>
37
44
  *
38
- * @throws {@link RequestLimitExceeded} (client fault)
39
- * <p>The operation can't be completed because you've reached the quota for the number of
40
- * 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
41
- * <i>Cloud Map Developer Guide</i>.</p>
42
- *
43
45
  * @throws {@link ServiceNotFound} (client fault)
44
46
  * <p>No service exists with the specified ID.</p>
45
47
  *
@@ -72,11 +74,20 @@ export interface ListInstancesCommandOutput extends ListInstancesResponse, __Met
72
74
  export declare class ListInstancesCommand extends $Command<ListInstancesCommandInput, ListInstancesCommandOutput, ServiceDiscoveryClientResolvedConfig> {
73
75
  readonly input: ListInstancesCommandInput;
74
76
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
77
+ /**
78
+ * @public
79
+ */
75
80
  constructor(input: ListInstancesCommandInput);
76
81
  /**
77
82
  * @internal
78
83
  */
79
84
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceDiscoveryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListInstancesCommandInput, ListInstancesCommandOutput>;
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 { ListNamespacesRequest, ListNamespacesResponse } from "../models/models_0";
5
5
  import { ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceDiscoveryClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListNamespacesCommand}.
8
10
  */
9
11
  export interface ListNamespacesCommandInput extends ListNamespacesRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListNamespacesCommand}.
13
17
  */
14
18
  export interface ListNamespacesCommandOutput extends ListNamespacesResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists summary information about the namespaces that were created by the current Amazon Web Services account.</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 ListNamespacesCommandOutput extends ListNamespacesResponse, __M
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListNamespacesCommandInput - {@link ListNamespacesCommandInput}
34
+ * @returns {@link ListNamespacesCommandOutput}
28
35
  * @see {@link ListNamespacesCommandInput} for command's `input` shape.
29
36
  * @see {@link ListNamespacesCommandOutput} for command's `response` shape.
30
37
  * @see {@link ServiceDiscoveryClientResolvedConfig | config} for ServiceDiscoveryClient's `config` shape.
@@ -34,11 +41,6 @@ export interface ListNamespacesCommandOutput extends ListNamespacesResponse, __M
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
  *
43
45
  * @example Example: List namespaces
44
46
  * ```javascript
@@ -103,11 +105,20 @@ export interface ListNamespacesCommandOutput extends ListNamespacesResponse, __M
103
105
  export declare class ListNamespacesCommand extends $Command<ListNamespacesCommandInput, ListNamespacesCommandOutput, ServiceDiscoveryClientResolvedConfig> {
104
106
  readonly input: ListNamespacesCommandInput;
105
107
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
108
+ /**
109
+ * @public
110
+ */
106
111
  constructor(input: ListNamespacesCommandInput);
107
112
  /**
108
113
  * @internal
109
114
  */
110
115
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceDiscoveryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListNamespacesCommandInput, ListNamespacesCommandOutput>;
116
+ /**
117
+ * @internal
118
+ */
111
119
  private serialize;
120
+ /**
121
+ * @internal
122
+ */
112
123
  private deserialize;
113
124
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ListOperationsRequest, ListOperationsResponse } from "../models/models_0";
5
5
  import { ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceDiscoveryClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListOperationsCommand}.
8
10
  */
9
11
  export interface ListOperationsCommandInput extends ListOperationsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListOperationsCommand}.
13
17
  */
14
18
  export interface ListOperationsCommandOutput extends ListOperationsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists operations that match the criteria that you specify.</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 ListOperationsCommandOutput extends ListOperationsResponse, __M
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListOperationsCommandInput - {@link ListOperationsCommandInput}
34
+ * @returns {@link ListOperationsCommandOutput}
28
35
  * @see {@link ListOperationsCommandInput} for command's `input` shape.
29
36
  * @see {@link ListOperationsCommandOutput} for command's `response` shape.
30
37
  * @see {@link ServiceDiscoveryClientResolvedConfig | config} for ServiceDiscoveryClient's `config` shape.
@@ -34,11 +41,6 @@ export interface ListOperationsCommandOutput extends ListOperationsResponse, __M
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
  *
43
45
  * @example ListOperations Example
44
46
  * ```javascript
@@ -82,11 +84,20 @@ export interface ListOperationsCommandOutput extends ListOperationsResponse, __M
82
84
  export declare class ListOperationsCommand extends $Command<ListOperationsCommandInput, ListOperationsCommandOutput, ServiceDiscoveryClientResolvedConfig> {
83
85
  readonly input: ListOperationsCommandInput;
84
86
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
87
+ /**
88
+ * @public
89
+ */
85
90
  constructor(input: ListOperationsCommandInput);
86
91
  /**
87
92
  * @internal
88
93
  */
89
94
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceDiscoveryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListOperationsCommandInput, ListOperationsCommandOutput>;
95
+ /**
96
+ * @internal
97
+ */
90
98
  private serialize;
99
+ /**
100
+ * @internal
101
+ */
91
102
  private deserialize;
92
103
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ListServicesRequest, ListServicesResponse } from "../models/models_0";
5
5
  import { ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceDiscoveryClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListServicesCommand}.
8
10
  */
9
11
  export interface ListServicesCommandInput extends ListServicesRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListServicesCommand}.
13
17
  */
14
18
  export interface ListServicesCommandOutput extends ListServicesResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists summary information for all the services that are associated with one or more
18
23
  * specified namespaces.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface ListServicesCommandOutput extends ListServicesResponse, __Metad
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param ListServicesCommandInput - {@link ListServicesCommandInput}
35
+ * @returns {@link ListServicesCommandOutput}
29
36
  * @see {@link ListServicesCommandInput} for command's `input` shape.
30
37
  * @see {@link ListServicesCommandOutput} for command's `response` shape.
31
38
  * @see {@link ServiceDiscoveryClientResolvedConfig | config} for ServiceDiscoveryClient's `config` shape.
@@ -35,11 +42,6 @@ export interface ListServicesCommandOutput extends ListServicesResponse, __Metad
35
42
  * numeric value might be outside the allowed range, or a string value might exceed length
36
43
  * constraints.</p>
37
44
  *
38
- * @throws {@link RequestLimitExceeded} (client fault)
39
- * <p>The operation can't be completed because you've reached the quota for the number of
40
- * 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
41
- * <i>Cloud Map Developer Guide</i>.</p>
42
- *
43
45
  *
44
46
  * @example Example: List services
45
47
  * ```javascript
@@ -75,11 +77,20 @@ export interface ListServicesCommandOutput extends ListServicesResponse, __Metad
75
77
  export declare class ListServicesCommand extends $Command<ListServicesCommandInput, ListServicesCommandOutput, ServiceDiscoveryClientResolvedConfig> {
76
78
  readonly input: ListServicesCommandInput;
77
79
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
80
+ /**
81
+ * @public
82
+ */
78
83
  constructor(input: ListServicesCommandInput);
79
84
  /**
80
85
  * @internal
81
86
  */
82
87
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceDiscoveryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListServicesCommandInput, ListServicesCommandOutput>;
88
+ /**
89
+ * @internal
90
+ */
83
91
  private serialize;
92
+ /**
93
+ * @internal
94
+ */
84
95
  private deserialize;
85
96
  }