@@ -65,11 +65,11 @@ export interface CreateServiceCommandOutput extends CreateServiceResponse, __Met
65
65
* <p>Optionally, a health check</p>
66
66
* </li>
67
67
* </ul>
68
-
* <p>After you create the service, you can submit a <a href="https://docs.aws.amazon.com/cloud-map/latest/api/API_RegisterInstance.html">RegisterInstance</a> request, and Cloud Map uses the
69
-
* values in the configuration to create the specified entities.</p>
70
-
* <p>For the current quota on the number of instances that you can register using the same namespace and using
71
-
* the same service, see <a href="https://docs.aws.amazon.com/cloud-map/latest/dg/cloud-map-limits.html">Cloud Map
72
-
* quotas</a> in the <i>Cloud Map Developer Guide</i>.</p>
68
+
* <p>After you create the service, you can submit a <a href="https://docs.aws.amazon.com/cloud-map/latest/api/API_RegisterInstance.html">RegisterInstance</a> request, and
69
+
* Cloud Map uses the values in the configuration to create the specified entities.</p>
70
+
* <p>For the current quota on the number of instances that you can register using the same
71
+
* namespace and using the same service, see <a href="https://docs.aws.amazon.com/cloud-map/latest/dg/cloud-map-limits.html">Cloud Map quotas</a> in the
72
+
* <i>Cloud Map Developer Guide</i>.</p>
73
73
* @example
74
74
* Use a bare-bones client and the command you need to make an API call.
75
75
* ```javascript
@@ -113,6 +113,7 @@ export interface CreateServiceCommandOutput extends CreateServiceResponse, __Met
113
113
* // Service: { // Service
114
114
* // Id: "STRING_VALUE",
115
115
* // Arn: "STRING_VALUE",
116
+
* // ResourceOwner: "STRING_VALUE",
116
117
* // Name: "STRING_VALUE",
117
118
* // NamespaceId: "STRING_VALUE",
118
119
* // Description: "STRING_VALUE",
@@ -138,6 +139,7 @@ export interface CreateServiceCommandOutput extends CreateServiceResponse, __Met
138
139
* // },
139
140
* // CreateDate: new Date("TIMESTAMP"),
140
141
* // CreatorRequestId: "STRING_VALUE",
142
+
* // CreatedByAccount: "STRING_VALUE",
141
143
* // },
142
144
* // };
143
145
*
@@ -150,21 +152,23 @@ export interface CreateServiceCommandOutput extends CreateServiceResponse, __Met
150
152
* @see {@link ServiceDiscoveryClientResolvedConfig | config} for ServiceDiscoveryClient's `config` shape.
151
153
*
152
154
* @throws {@link InvalidInput} (client fault)
153
-
* <p>One or more specified values aren't valid. For example, a required value might be missing, a numeric value
154
-
* might be outside the allowed range, or a string value might exceed length constraints.</p>
155
+
* <p>One or more specified values aren't valid. For example, a required value might be missing, a
156
+
* numeric value might be outside the allowed range, or a string value might exceed length
157
+
* constraints.</p>
155
158
*
156
159
* @throws {@link NamespaceNotFound} (client fault)
157
160
* <p>No namespace exists with the specified ID.</p>
158
161
*
159
162
* @throws {@link ResourceLimitExceeded} (client fault)
160
-
* <p>The resource can't be created because you've reached the quota on the number of resources.</p>
163
+
* <p>The resource can't be created because you've reached the quota on the number of
164
+
* resources.</p>
161
165
*
162
166
* @throws {@link ServiceAlreadyExists} (client fault)
163
167
* <p>The service can't be created because a service with the same name already exists.</p>
164
168
*
165
169
* @throws {@link TooManyTagsException} (client fault)
166
-
* <p>The list of tags on the resource is over the quota. The maximum number of tags that can be applied to a
167
-
* resource is 50.</p>
170
+
* <p>The list of tags on the resource is over the quota. The maximum number of tags that can be
171
+
* applied to a resource is 50.</p>
168
172
*
169
173
* @throws {@link ServiceDiscoveryServiceException}
170
174
* <p>Base exception class for all service exceptions from ServiceDiscovery service.</p>
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4