You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(client-cloudcontrol): SDK release for Cloud Control API in Amazon Web Services China (Beijing) Region, operated by Sinnet, and Amazon Web Services China (Ningxia) Region, operated by NWCD
Copy file name to clipboardExpand all lines: clients/client-cloudcontrol/README.md
-5Lines changed: 0 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,11 +7,6 @@
7
7
8
8
AWS SDK for JavaScript CloudControl Client for Node.js, Browser and React Native.
9
9
10
-
<p>Use Amazon Web Services Cloud Control API to create, read, update, delete, and list (CRUD-L) your cloud resources that
11
-
belong to a wide range of services--both Amazon Web Services and third-party. With the Cloud Control API
12
-
standardized set of application programming interfaces (APIs), you can perform CRUD-L operations
13
-
on any supported resources in your Amazon Web Services account. Using Cloud Control API, you won't have to generate code
14
-
or scripts specific to each individual service responsible for those resources.</p>
15
10
<p>For more information about Amazon Web Services Cloud Control API, see the <ahref="https://docs.aws.amazon.com/cloudcontrolapi/latest/userguide/what-is-cloudcontrolapi.html">Amazon Web Services Cloud Control API User
Copy file name to clipboardExpand all lines: clients/client-cloudcontrol/src/CloudControl.ts
+7-14Lines changed: 7 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -39,20 +39,15 @@ import {
39
39
}from"./commands/UpdateResourceCommand";
40
40
41
41
/**
42
-
* <p>Use Amazon Web Services Cloud Control API to create, read, update, delete, and list (CRUD-L) your cloud resources that
43
-
* belong to a wide range of services--both Amazon Web Services and third-party. With the Cloud Control API
44
-
* standardized set of application programming interfaces (APIs), you can perform CRUD-L operations
45
-
* on any supported resources in your Amazon Web Services account. Using Cloud Control API, you won't have to generate code
46
-
* or scripts specific to each individual service responsible for those resources.</p>
47
-
* <p>For more information about Amazon Web Services Cloud Control API, see the <a href="https://docs.aws.amazon.com/cloudcontrolapi/latest/userguide/what-is-cloudcontrolapi.html">Amazon Web Services Cloud Control API User
42
+
* <p>For more information about Amazon Web Services Cloud Control API, see the <a href="https://docs.aws.amazon.com/cloudcontrolapi/latest/userguide/what-is-cloudcontrolapi.html">Amazon Web Services Cloud Control API User
48
43
* Guide</a>.</p>
49
44
*/
50
45
exportclassCloudControlextendsCloudControlClient{
51
46
/**
52
47
* <p>Cancels the specified resource operation request. For more information, see <a href="https://docs.aws.amazon.com/cloudcontrolapi/latest/userguide/resource-operations-manage-requests.html#resource-operations-manage-requests-cancel">Canceling resource operation requests</a> in the
53
48
* <i>Amazon Web Services Cloud Control API User Guide</i>.</p>
54
49
* <p>Only resource operations requests with a status of <code>PENDING</code> or
55
-
* <code>IN_PROGRESS</code> can be cancelled.</p>
50
+
* <code>IN_PROGRESS</code> can be canceled.</p>
56
51
*/
57
52
publiccancelResourceRequest(
58
53
args: CancelResourceRequestCommandInput,
@@ -159,7 +154,7 @@ export class CloudControl extends CloudControlClient {
159
154
* <p>Returns information about the current state of the specified resource. For details, see
160
155
* <a href="https://docs.aws.amazon.com/cloudcontrolapi/latest/userguide/resource-operations-read.html">Reading a resource's current state</a>.</p>
161
156
* <p>You can use this action to return information about an existing resource in your account
162
-
* and Amazon Web Services Region, whether or not those resources were provisioned using Cloud Control API.</p>
157
+
* and Amazon Web Services Region, whether those resources were provisioned using Cloud Control API.</p>
@@ -223,7 +218,7 @@ export class CloudControl extends CloudControlClient {
223
218
* For more information, see <a href="https://docs.aws.amazon.com/cloudcontrolapi/latest/userguide/resource-operations-manage-requests.html#resource-operations-manage-requests-list">Listing active resource operation requests</a> in the
224
219
* <i>Amazon Web Services Cloud Control API User Guide</i>.</p>
225
220
* <note>
226
-
* <p>Resource operation requests expire after seven days.</p>
221
+
* <p>Resource operation requests expire after 7 days.</p>
227
222
* </note>
228
223
*/
229
224
publiclistResourceRequests(
@@ -256,10 +251,9 @@ export class CloudControl extends CloudControlClient {
256
251
}
257
252
258
253
/**
259
-
* <p>Returns information about the specified resources. For more information, see <a href="cloudcontrolapi/latest/userguide/resource-operations-list.html">Discovering
260
-
* resources</a> in the <i>Amazon Web Services Cloud Control API User Guide</i>.</p>
254
+
* <p>Returns information about the specified resources. For more information, see <a href="https://docs.aws.amazon.com/cloudcontrolapi/latest/userguide/resource-operations-list.html">Discovering resources</a> in the <i>Amazon Web Services Cloud Control API User Guide</i>.</p>
261
255
* <p>You can use this action to return information about existing resources in your account and
262
-
* Amazon Web Services Region, whether or not those resources were provisioned using Cloud Control API.</p>
256
+
* Amazon Web Services Region, whether those resources were provisioned using Cloud Control API.</p>
263
257
*/
264
258
publiclistResources(
265
259
args: ListResourcesCommandInput,
@@ -302,8 +296,7 @@ export class CloudControl extends CloudControlClient {
302
296
* request by calling <a href="https://docs.aws.amazon.com/cloudcontrolapi/latest/APIReference/API_GetResourceRequestStatus.html">GetResourceRequestStatus</a> using the <code>RequestToken</code> of the
303
297
* <code>ProgressEvent</code> returned by <code>UpdateResource</code>.</p>
304
298
* <p>For more information about the properties of a specific resource, refer to the related
305
-
* topic for the resource in the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-template-resource-type-ref.html">Resource and property types reference</a> in the <i>Amazon Web Services
306
-
* CloudFormation Users Guide</i>.</p>
299
+
* topic for the resource in the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-template-resource-type-ref.html">Resource and property types reference</a> in the <i>CloudFormation Users Guide</i>.</p>
* <p>Use Amazon Web Services Cloud Control API to create, read, update, delete, and list (CRUD-L) your cloud resources that
248
-
* belong to a wide range of services--both Amazon Web Services and third-party. With the Cloud Control API
249
-
* standardized set of application programming interfaces (APIs), you can perform CRUD-L operations
250
-
* on any supported resources in your Amazon Web Services account. Using Cloud Control API, you won't have to generate code
251
-
* or scripts specific to each individual service responsible for those resources.</p>
252
-
* <p>For more information about Amazon Web Services Cloud Control API, see the <a href="https://docs.aws.amazon.com/cloudcontrolapi/latest/userguide/what-is-cloudcontrolapi.html">Amazon Web Services Cloud Control API User
247
+
* <p>For more information about Amazon Web Services Cloud Control API, see the <a href="https://docs.aws.amazon.com/cloudcontrolapi/latest/userguide/what-is-cloudcontrolapi.html">Amazon Web Services Cloud Control API User
* <p>Cancels the specified resource operation request. For more information, see <a href="https://docs.aws.amazon.com/cloudcontrolapi/latest/userguide/resource-operations-manage-requests.html#resource-operations-manage-requests-cancel">Canceling resource operation requests</a> in the
26
26
* <i>Amazon Web Services Cloud Control API User Guide</i>.</p>
27
27
* <p>Only resource operations requests with a status of <code>PENDING</code> or
28
-
* <code>IN_PROGRESS</code> can be cancelled.</p>
28
+
* <code>IN_PROGRESS</code> can be canceled.</p>
29
29
* @example
30
30
* Use a bare-bones client and the command you need to make an API call.
* For more information, see <a href="https://docs.aws.amazon.com/cloudcontrolapi/latest/userguide/resource-operations-manage-requests.html#resource-operations-manage-requests-list">Listing active resource operation requests</a> in the
27
27
* <i>Amazon Web Services Cloud Control API User Guide</i>.</p>
28
28
* <note>
29
-
* <p>Resource operation requests expire after seven days.</p>
29
+
* <p>Resource operation requests expire after 7 days.</p>
30
30
* </note>
31
31
* @example
32
32
* Use a bare-bones client and the command you need to make an API call.
* <p>Returns information about the specified resources. For more information, see <a href="cloudcontrolapi/latest/userguide/resource-operations-list.html">Discovering
26
-
* resources</a> in the <i>Amazon Web Services Cloud Control API User Guide</i>.</p>
25
+
* <p>Returns information about the specified resources. For more information, see <a href="https://docs.aws.amazon.com/cloudcontrolapi/latest/userguide/resource-operations-list.html">Discovering resources</a> in the <i>Amazon Web Services Cloud Control API User Guide</i>.</p>
27
26
* <p>You can use this action to return information about existing resources in your account and
28
-
* Amazon Web Services Region, whether or not those resources were provisioned using Cloud Control API.</p>
27
+
* Amazon Web Services Region, whether those resources were provisioned using Cloud Control API.</p>
29
28
* @example
30
29
* Use a bare-bones client and the command you need to make an API call.
* request by calling <a href="https://docs.aws.amazon.com/cloudcontrolapi/latest/APIReference/API_GetResourceRequestStatus.html">GetResourceRequestStatus</a> using the <code>RequestToken</code> of the
34
34
* <code>ProgressEvent</code> returned by <code>UpdateResource</code>.</p>
35
35
* <p>For more information about the properties of a specific resource, refer to the related
36
-
* topic for the resource in the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-template-resource-type-ref.html">Resource and property types reference</a> in the <i>Amazon Web Services
37
-
* CloudFormation Users Guide</i>.</p>
36
+
* topic for the resource in the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-template-resource-type-ref.html">Resource and property types reference</a> in the <i>CloudFormation Users Guide</i>.</p>
38
37
* @example
39
38
* Use a bare-bones client and the command you need to make an API call.
0 commit comments