@aws-sdk/client-cloudcontrol 3.55.0 → 3.61.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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,33 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.61.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.60.0...v3.61.0) (2022-03-31)
7
+
8
+
9
+ ### Features
10
+
11
+ * **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 ([a83077b](https://github.com/aws/aws-sdk-js-v3/commit/a83077b0fcd59d0c9207d822526db5fa3763aa51))
12
+
13
+
14
+
15
+
16
+
17
+ # [3.58.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.57.0...v3.58.0) (2022-03-28)
18
+
19
+ **Note:** Version bump only for package @aws-sdk/client-cloudcontrol
20
+
21
+
22
+
23
+
24
+
25
+ # [3.56.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.55.0...v3.56.0) (2022-03-24)
26
+
27
+ **Note:** Version bump only for package @aws-sdk/client-cloudcontrol
28
+
29
+
30
+
31
+
32
+
6
33
  # [3.55.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.54.1...v3.55.0) (2022-03-21)
7
34
 
8
35
  **Note:** Version bump only for package @aws-sdk/client-cloudcontrol
package/README.md CHANGED
@@ -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 <a href="https://docs.aws.amazon.com/cloudcontrolapi/latest/userguide/what-is-cloudcontrolapi.html">Amazon Web Services Cloud Control API User
16
11
  Guide</a>.</p>
17
12
 
@@ -9,12 +9,7 @@ import { ListResourceRequestsCommandInput, ListResourceRequestsCommandOutput } f
9
9
  import { ListResourcesCommandInput, ListResourcesCommandOutput } from "./commands/ListResourcesCommand";
10
10
  import { UpdateResourceCommandInput, UpdateResourceCommandOutput } from "./commands/UpdateResourceCommand";
11
11
  /**
12
- * <p>Use Amazon Web Services Cloud Control API to create, read, update, delete, and list (CRUD-L) your cloud resources that
13
- * belong to a wide range of services--both Amazon Web Services and third-party. With the Cloud Control API
14
- * standardized set of application programming interfaces (APIs), you can perform CRUD-L operations
15
- * on any supported resources in your Amazon Web Services account. Using Cloud Control API, you won't have to generate code
16
- * or scripts specific to each individual service responsible for those resources.</p>
17
- * <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
12
+ * <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
18
13
  * Guide</a>.</p>
19
14
  */
20
15
  export declare class CloudControl extends CloudControlClient {
@@ -22,7 +17,7 @@ export declare class CloudControl extends CloudControlClient {
22
17
  * <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
23
18
  * <i>Amazon Web Services Cloud Control API User Guide</i>.</p>
24
19
  * <p>Only resource operations requests with a status of <code>PENDING</code> or
25
- * <code>IN_PROGRESS</code> can be cancelled.</p>
20
+ * <code>IN_PROGRESS</code> can be canceled.</p>
26
21
  */
27
22
  cancelResourceRequest(args: CancelResourceRequestCommandInput, options?: __HttpHandlerOptions): Promise<CancelResourceRequestCommandOutput>;
28
23
  cancelResourceRequest(args: CancelResourceRequestCommandInput, cb: (err: any, data?: CancelResourceRequestCommandOutput) => void): void;
@@ -51,7 +46,7 @@ export declare class CloudControl extends CloudControlClient {
51
46
  * <p>Returns information about the current state of the specified resource. For details, see
52
47
  * <a href="https://docs.aws.amazon.com/cloudcontrolapi/latest/userguide/resource-operations-read.html">Reading a resource's current state</a>.</p>
53
48
  * <p>You can use this action to return information about an existing resource in your account
54
- * and Amazon Web Services Region, whether or not those resources were provisioned using Cloud Control API.</p>
49
+ * and Amazon Web Services Region, whether those resources were provisioned using Cloud Control API.</p>
55
50
  */
56
51
  getResource(args: GetResourceCommandInput, options?: __HttpHandlerOptions): Promise<GetResourceCommandOutput>;
57
52
  getResource(args: GetResourceCommandInput, cb: (err: any, data?: GetResourceCommandOutput) => void): void;
@@ -69,17 +64,16 @@ export declare class CloudControl extends CloudControlClient {
69
64
  * 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
70
65
  * <i>Amazon Web Services Cloud Control API User Guide</i>.</p>
71
66
  * <note>
72
- * <p>Resource operation requests expire after seven days.</p>
67
+ * <p>Resource operation requests expire after 7 days.</p>
73
68
  * </note>
74
69
  */
75
70
  listResourceRequests(args: ListResourceRequestsCommandInput, options?: __HttpHandlerOptions): Promise<ListResourceRequestsCommandOutput>;
76
71
  listResourceRequests(args: ListResourceRequestsCommandInput, cb: (err: any, data?: ListResourceRequestsCommandOutput) => void): void;
77
72
  listResourceRequests(args: ListResourceRequestsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListResourceRequestsCommandOutput) => void): void;
78
73
  /**
79
- * <p>Returns information about the specified resources. For more information, see <a href="cloudcontrolapi/latest/userguide/resource-operations-list.html">Discovering
80
- * resources</a> in the <i>Amazon Web Services Cloud Control API User Guide</i>.</p>
74
+ * <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>
81
75
  * <p>You can use this action to return information about existing resources in your account and
82
- * Amazon Web Services Region, whether or not those resources were provisioned using Cloud Control API.</p>
76
+ * Amazon Web Services Region, whether those resources were provisioned using Cloud Control API.</p>
83
77
  */
84
78
  listResources(args: ListResourcesCommandInput, options?: __HttpHandlerOptions): Promise<ListResourcesCommandOutput>;
85
79
  listResources(args: ListResourcesCommandInput, cb: (err: any, data?: ListResourcesCommandOutput) => void): void;
@@ -96,8 +90,7 @@ export declare class CloudControl extends CloudControlClient {
96
90
  * 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
97
91
  * <code>ProgressEvent</code> returned by <code>UpdateResource</code>.</p>
98
92
  * <p>For more information about the properties of a specific resource, refer to the related
99
- * 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
100
- * CloudFormation Users Guide</i>.</p>
93
+ * 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>
101
94
  */
102
95
  updateResource(args: UpdateResourceCommandInput, options?: __HttpHandlerOptions): Promise<UpdateResourceCommandOutput>;
103
96
  updateResource(args: UpdateResourceCommandInput, cb: (err: any, data?: UpdateResourceCommandOutput) => void): void;
@@ -134,12 +134,7 @@ declare type CloudControlClientResolvedConfigType = __SmithyResolvedConfiguratio
134
134
  export interface CloudControlClientResolvedConfig extends CloudControlClientResolvedConfigType {
135
135
  }
136
136
  /**
137
- * <p>Use Amazon Web Services Cloud Control API to create, read, update, delete, and list (CRUD-L) your cloud resources that
138
- * belong to a wide range of services--both Amazon Web Services and third-party. With the Cloud Control API
139
- * standardized set of application programming interfaces (APIs), you can perform CRUD-L operations
140
- * on any supported resources in your Amazon Web Services account. Using Cloud Control API, you won't have to generate code
141
- * or scripts specific to each individual service responsible for those resources.</p>
142
- * <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
137
+ * <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
143
138
  * Guide</a>.</p>
144
139
  */
145
140
  export declare class CloudControlClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, CloudControlClientResolvedConfig> {
@@ -10,7 +10,7 @@ export interface CancelResourceRequestCommandOutput extends CancelResourceReques
10
10
  * <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
11
11
  * <i>Amazon Web Services Cloud Control API User Guide</i>.</p>
12
12
  * <p>Only resource operations requests with a status of <code>PENDING</code> or
13
- * <code>IN_PROGRESS</code> can be cancelled.</p>
13
+ * <code>IN_PROGRESS</code> can be canceled.</p>
14
14
  * @example
15
15
  * Use a bare-bones client and the command you need to make an API call.
16
16
  * ```javascript
@@ -10,7 +10,7 @@ export interface GetResourceCommandOutput extends GetResourceOutput, __MetadataB
10
10
  * <p>Returns information about the current state of the specified resource. For details, see
11
11
  * <a href="https://docs.aws.amazon.com/cloudcontrolapi/latest/userguide/resource-operations-read.html">Reading a resource's current state</a>.</p>
12
12
  * <p>You can use this action to return information about an existing resource in your account
13
- * and Amazon Web Services Region, whether or not those resources were provisioned using Cloud Control API.</p>
13
+ * and Amazon Web Services Region, whether those resources were provisioned using Cloud Control API.</p>
14
14
  * @example
15
15
  * Use a bare-bones client and the command you need to make an API call.
16
16
  * ```javascript
@@ -11,7 +11,7 @@ export interface ListResourceRequestsCommandOutput extends ListResourceRequestsO
11
11
  * 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
12
12
  * <i>Amazon Web Services Cloud Control API User Guide</i>.</p>
13
13
  * <note>
14
- * <p>Resource operation requests expire after seven days.</p>
14
+ * <p>Resource operation requests expire after 7 days.</p>
15
15
  * </note>
16
16
  * @example
17
17
  * Use a bare-bones client and the command you need to make an API call.
@@ -7,10 +7,9 @@ export interface ListResourcesCommandInput extends ListResourcesInput {
7
7
  export interface ListResourcesCommandOutput extends ListResourcesOutput, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Returns information about the specified resources. For more information, see <a href="cloudcontrolapi/latest/userguide/resource-operations-list.html">Discovering
11
- * resources</a> in the <i>Amazon Web Services Cloud Control API User Guide</i>.</p>
10
+ * <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>
12
11
  * <p>You can use this action to return information about existing resources in your account and
13
- * Amazon Web Services Region, whether or not those resources were provisioned using Cloud Control API.</p>
12
+ * Amazon Web Services Region, whether those resources were provisioned using Cloud Control API.</p>
14
13
  * @example
15
14
  * Use a bare-bones client and the command you need to make an API call.
16
15
  * ```javascript
@@ -18,8 +18,7 @@ export interface UpdateResourceCommandOutput extends UpdateResourceOutput, __Met
18
18
  * 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
19
19
  * <code>ProgressEvent</code> returned by <code>UpdateResource</code>.</p>
20
20
  * <p>For more information about the properties of a specific resource, refer to the related
21
- * 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
22
- * CloudFormation Users Guide</i>.</p>
21
+ * 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>
23
22
  * @example
24
23
  * Use a bare-bones client and the command you need to make an API call.
25
24
  * ```javascript
@@ -88,7 +88,7 @@ export interface ProgressEvent {
88
88
  * <ul>
89
89
  * <li>
90
90
  * <p>
91
- * <code>PENDING</code>: The resource operation has not yet started.</p>
91
+ * <code>PENDING</code>: The resource operation hasn't yet started.</p>
92
92
  * </li>
93
93
  * <li>
94
94
  * <p>
@@ -172,7 +172,7 @@ export declare class ConcurrentModificationException extends __BaseException {
172
172
  constructor(opts: __ExceptionOptionType<ConcurrentModificationException, __BaseException>);
173
173
  }
174
174
  /**
175
- * <p>A resource operation with the specified request token cannot be found.</p>
175
+ * <p>A resource operation with the specified request token can't be found.</p>
176
176
  */
177
177
  export declare class RequestTokenNotFoundException extends __BaseException {
178
178
  readonly name: "RequestTokenNotFoundException";
@@ -185,7 +185,7 @@ export declare class RequestTokenNotFoundException extends __BaseException {
185
185
  }
186
186
  /**
187
187
  * <p>The specified client token has already been used in another resource request.</p>
188
- * <p>It is best practice for client tokens to be unique for each resource operation request.
188
+ * <p>It's best practice for client tokens to be unique for each resource operation request.
189
189
  * However, client token expire after 36 hours.</p>
190
190
  */
191
191
  export declare class ClientTokenConflictException extends __BaseException {
@@ -219,7 +219,7 @@ export interface CreateResourceInput {
219
219
  */
220
220
  TypeVersionId?: string;
221
221
  /**
222
- * <p>The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) for Cloud Control API to use when performing this resource operation. The role specified must have the permissions required for this operation. The necessary permissions for each event handler are defined in the <code>
222
+ * <p>The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role for Cloud Control API to use when performing this resource operation. The role specified must have the permissions required for this operation. The necessary permissions for each event handler are defined in the <code>
223
223
  * <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/resource-type-schema.html#schema-properties-handlers">handlers</a>
224
224
  * </code> section of the <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/resource-type-schema.html">resource type definition schema</a>.</p>
225
225
  * <p>If you do not specify a role, Cloud Control API uses a temporary session created using your Amazon Web Services user credentials.</p>
@@ -235,7 +235,7 @@ export interface CreateResourceInput {
235
235
  ClientToken?: string;
236
236
  /**
237
237
  * <p>Structured data format representing the desired state of the resource, consisting of that
238
- * resource's properties and their desired values. </p>
238
+ * resource's properties and their desired values.</p>
239
239
  * <note>
240
240
  * <p>Cloud Control API currently supports JSON as a structured data format.</p>
241
241
  * </note>
@@ -252,8 +252,7 @@ export interface CreateResourceInput {
252
252
  * <p>For more information, see <a href="https://docs.aws.amazon.com/cloudcontrolapi/latest/userguide/resource-operations-create.html#resource-operations-create-desiredstate">Composing the desired state of the resource</a> in the <i>Amazon Web Services Cloud Control API User
253
253
  * Guide</i>.</p>
254
254
  * <p>For more information about the properties of a specific resource, refer to the related
255
- * 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
256
- * CloudFormation Users Guide</i>.</p>
255
+ * 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>
257
256
  */
258
257
  DesiredState: string | undefined;
259
258
  }
@@ -279,8 +278,8 @@ export declare namespace CreateResourceOutput {
279
278
  const filterSensitiveLog: (obj: CreateResourceOutput) => any;
280
279
  }
281
280
  /**
282
- * <p>The resource handler has returned that the downstream service generated an error that does
283
- * not map to any other handler error code.</p>
281
+ * <p>The resource handler has returned that the downstream service generated an error that
282
+ * doesn't map to any other handler error code.</p>
284
283
  */
285
284
  export declare class GeneralServiceException extends __BaseException {
286
285
  readonly name: "GeneralServiceException";
@@ -344,8 +343,8 @@ export declare class InvalidRequestException extends __BaseException {
344
343
  constructor(opts: __ExceptionOptionType<InvalidRequestException, __BaseException>);
345
344
  }
346
345
  /**
347
- * <p>The resource handler has returned that the request could not be completed due to
348
- * networking issues, such as a failure to receive a response from the server.</p>
346
+ * <p>The resource handler has returned that the request couldn't be completed due to networking
347
+ * issues, such as a failure to receive a response from the server.</p>
349
348
  */
350
349
  export declare class NetworkFailureException extends __BaseException {
351
350
  readonly name: "NetworkFailureException";
@@ -371,7 +370,7 @@ export declare class NotStabilizedException extends __BaseException {
371
370
  }
372
371
  /**
373
372
  * <p>One or more properties included in this resource operation are defined as create-only, and
374
- * therefore cannot be updated.</p>
373
+ * therefore can't be updated.</p>
375
374
  */
376
375
  export declare class NotUpdatableException extends __BaseException {
377
376
  readonly name: "NotUpdatableException";
@@ -383,9 +382,9 @@ export declare class NotUpdatableException extends __BaseException {
383
382
  constructor(opts: __ExceptionOptionType<NotUpdatableException, __BaseException>);
384
383
  }
385
384
  /**
386
- * <p>Cloud Control API has not received a valid response from the resource handler, due to a
387
- * configuration error. This includes issues such as the resource handler returning an invalid
388
- * response, or timing out.</p>
385
+ * <p>Cloud Control API hasn't received a valid response from the resource handler, due to a configuration
386
+ * error. This includes issues such as the resource handler returning an invalid response, or
387
+ * timing out.</p>
389
388
  */
390
389
  export declare class PrivateTypeException extends __BaseException {
391
390
  readonly name: "PrivateTypeException";
@@ -398,7 +397,7 @@ export declare class PrivateTypeException extends __BaseException {
398
397
  }
399
398
  /**
400
399
  * <p>The resource is temporarily unavailable to be acted upon. For example, if the resource is
401
- * currently undergoing an operation and cannot be acted upon until that operation is
400
+ * currently undergoing an operation and can't be acted upon until that operation is
402
401
  * finished.</p>
403
402
  */
404
403
  export declare class ResourceConflictException extends __BaseException {
@@ -411,7 +410,7 @@ export declare class ResourceConflictException extends __BaseException {
411
410
  constructor(opts: __ExceptionOptionType<ResourceConflictException, __BaseException>);
412
411
  }
413
412
  /**
414
- * <p>A resource with the specified identifier cannot be found.</p>
413
+ * <p>A resource with the specified identifier can't be found.</p>
415
414
  */
416
415
  export declare class ResourceNotFoundException extends __BaseException {
417
416
  readonly name: "ResourceNotFoundException";
@@ -461,7 +460,7 @@ export declare class ThrottlingException extends __BaseException {
461
460
  constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
462
461
  }
463
462
  /**
464
- * <p>The specified extension does not exist in the CloudFormation registry.</p>
463
+ * <p>The specified extension doesn't exist in the CloudFormation registry.</p>
465
464
  */
466
465
  export declare class TypeNotFoundException extends __BaseException {
467
466
  readonly name: "TypeNotFoundException";
@@ -473,7 +472,7 @@ export declare class TypeNotFoundException extends __BaseException {
473
472
  constructor(opts: __ExceptionOptionType<TypeNotFoundException, __BaseException>);
474
473
  }
475
474
  /**
476
- * <p>The specified resource does not support this resource operation.</p>
475
+ * <p>The specified resource doesn't support this resource operation.</p>
477
476
  */
478
477
  export declare class UnsupportedActionException extends __BaseException {
479
478
  readonly name: "UnsupportedActionException";
@@ -494,7 +493,7 @@ export interface DeleteResourceInput {
494
493
  */
495
494
  TypeVersionId?: string;
496
495
  /**
497
- * <p>The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) for Cloud Control API to use when performing this resource operation. The role specified must have the permissions required for this operation. The necessary permissions for each event handler are defined in the <code>
496
+ * <p>The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role for Cloud Control API to use when performing this resource operation. The role specified must have the permissions required for this operation. The necessary permissions for each event handler are defined in the <code>
498
497
  * <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/resource-type-schema.html#schema-properties-handlers">handlers</a>
499
498
  * </code> section of the <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/resource-type-schema.html">resource type definition schema</a>.</p>
500
499
  * <p>If you do not specify a role, Cloud Control API uses a temporary session created using your Amazon Web Services user credentials.</p>
@@ -511,7 +510,7 @@ export interface DeleteResourceInput {
511
510
  /**
512
511
  * <p>The identifier for the resource.</p>
513
512
  * <p>You can specify the primary identifier, or any secondary identifier defined for the resource type in its resource schema. You can only specify one identifier. Primary identifiers can be specified as a string or JSON; secondary identifiers must be specified as JSON.</p>
514
- * <p>For compound primary identifiers (that is, one that consists of multiple resource properties strung together), to specify the primary identifier as a string, list the property values <i>in the order they are specified</i> in the primary identifier definition, separated by <code>|</code>. </p>
513
+ * <p>For compound primary identifiers (that is, one that consists of multiple resource properties strung together), to specify the primary identifier as a string, list the property values <i>in the order they are specified</i> in the primary identifier definition, separated by <code>|</code>.</p>
515
514
  * <p>For more information, see <a href="https://docs.aws.amazon.com/cloudcontrolapi/latest/userguide/resource-identifier.html">Identifying resources</a> in the <i>Amazon Web Services Cloud Control API User Guide</i>.</p>
516
515
  */
517
516
  Identifier: string | undefined;
@@ -547,7 +546,7 @@ export interface GetResourceInput {
547
546
  */
548
547
  TypeVersionId?: string;
549
548
  /**
550
- * <p>The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) for Cloud Control API to use when performing this resource operation. The role specified must have the permissions required for this operation. The necessary permissions for each event handler are defined in the <code>
549
+ * <p>The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role for Cloud Control API to use when performing this resource operation. The role specified must have the permissions required for this operation. The necessary permissions for each event handler are defined in the <code>
551
550
  * <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/resource-type-schema.html#schema-properties-handlers">handlers</a>
552
551
  * </code> section of the <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/resource-type-schema.html">resource type definition schema</a>.</p>
553
552
  * <p>If you do not specify a role, Cloud Control API uses a temporary session created using your Amazon Web Services user credentials.</p>
@@ -557,7 +556,7 @@ export interface GetResourceInput {
557
556
  /**
558
557
  * <p>The identifier for the resource.</p>
559
558
  * <p>You can specify the primary identifier, or any secondary identifier defined for the resource type in its resource schema. You can only specify one identifier. Primary identifiers can be specified as a string or JSON; secondary identifiers must be specified as JSON.</p>
560
- * <p>For compound primary identifiers (that is, one that consists of multiple resource properties strung together), to specify the primary identifier as a string, list the property values <i>in the order they are specified</i> in the primary identifier definition, separated by <code>|</code>. </p>
559
+ * <p>For compound primary identifiers (that is, one that consists of multiple resource properties strung together), to specify the primary identifier as a string, list the property values <i>in the order they are specified</i> in the primary identifier definition, separated by <code>|</code>.</p>
561
560
  * <p>For more information, see <a href="https://docs.aws.amazon.com/cloudcontrolapi/latest/userguide/resource-identifier.html">Identifying resources</a> in the <i>Amazon Web Services Cloud Control API User Guide</i>.</p>
562
561
  */
563
562
  Identifier: string | undefined;
@@ -648,19 +647,19 @@ export interface ResourceRequestStatusFilter {
648
647
  * </li>
649
648
  * <li>
650
649
  * <p>
651
- * <code>IN_PROGRESS</code>: The operation is currently in progress.</p>
650
+ * <code>IN_PROGRESS</code>: The operation is in progress.</p>
652
651
  * </li>
653
652
  * <li>
654
653
  * <p>
655
- * <code>SUCCESS</code>: The operation has successfully completed.</p>
654
+ * <code>SUCCESS</code>: The operation completed.</p>
656
655
  * </li>
657
656
  * <li>
658
657
  * <p>
659
- * <code>FAILED</code>: The operation has failed.</p>
658
+ * <code>FAILED</code>: The operation failed.</p>
660
659
  * </li>
661
660
  * <li>
662
661
  * <p>
663
- * <code>CANCEL_IN_PROGRESS</code>: The operation is currently in the process of being
662
+ * <code>CANCEL_IN_PROGRESS</code>: The operation is in the process of being
664
663
  * canceled.</p>
665
664
  * </li>
666
665
  * <li>
@@ -727,7 +726,7 @@ export interface ListResourcesInput {
727
726
  */
728
727
  TypeVersionId?: string;
729
728
  /**
730
- * <p>The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) for Cloud Control API to use when performing this resource operation. The role specified must have the permissions required for this operation. The necessary permissions for each event handler are defined in the <code>
729
+ * <p>The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role for Cloud Control API to use when performing this resource operation. The role specified must have the permissions required for this operation. The necessary permissions for each event handler are defined in the <code>
731
730
  * <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/resource-type-schema.html#schema-properties-handlers">handlers</a>
732
731
  * </code> section of the <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/resource-type-schema.html">resource type definition schema</a>.</p>
733
732
  * <p>If you do not specify a role, Cloud Control API uses a temporary session created using your Amazon Web Services user credentials.</p>
@@ -739,11 +738,7 @@ export interface ListResourcesInput {
739
738
  */
740
739
  NextToken?: string;
741
740
  /**
742
- * <p>The maximum number of results to be returned with a single call. If the number of
743
- * available results exceeds this maximum, the response includes a <code>NextToken</code> value
744
- * that you can assign to the <code>NextToken</code> request parameter to get the next set of
745
- * results.</p>
746
- * <p>The default is <code>20</code>.</p>
741
+ * <p>Reserved.</p>
747
742
  */
748
743
  MaxResults?: number;
749
744
  /**
@@ -788,7 +783,7 @@ export interface UpdateResourceInput {
788
783
  */
789
784
  TypeVersionId?: string;
790
785
  /**
791
- * <p>The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) for Cloud Control API to use when performing this resource operation. The role specified must have the permissions required for this operation. The necessary permissions for each event handler are defined in the <code>
786
+ * <p>The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role for Cloud Control API to use when performing this resource operation. The role specified must have the permissions required for this operation. The necessary permissions for each event handler are defined in the <code>
792
787
  * <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/resource-type-schema.html#schema-properties-handlers">handlers</a>
793
788
  * </code> section of the <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/resource-type-schema.html">resource type definition schema</a>.</p>
794
789
  * <p>If you do not specify a role, Cloud Control API uses a temporary session created using your Amazon Web Services user credentials.</p>
@@ -805,7 +800,7 @@ export interface UpdateResourceInput {
805
800
  /**
806
801
  * <p>The identifier for the resource.</p>
807
802
  * <p>You can specify the primary identifier, or any secondary identifier defined for the resource type in its resource schema. You can only specify one identifier. Primary identifiers can be specified as a string or JSON; secondary identifiers must be specified as JSON.</p>
808
- * <p>For compound primary identifiers (that is, one that consists of multiple resource properties strung together), to specify the primary identifier as a string, list the property values <i>in the order they are specified</i> in the primary identifier definition, separated by <code>|</code>. </p>
803
+ * <p>For compound primary identifiers (that is, one that consists of multiple resource properties strung together), to specify the primary identifier as a string, list the property values <i>in the order they are specified</i> in the primary identifier definition, separated by <code>|</code>.</p>
809
804
  * <p>For more information, see <a href="https://docs.aws.amazon.com/cloudcontrolapi/latest/userguide/resource-identifier.html">Identifying resources</a> in the <i>Amazon Web Services Cloud Control API User Guide</i>.</p>
810
805
  */
811
806
  Identifier: string | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-cloudcontrol",
3
3
  "description": "AWS SDK for JavaScript Cloudcontrol Client for Node.js, Browser and React Native",
4
- "version": "3.55.0",
4
+ "version": "3.61.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -18,34 +18,34 @@
18
18
  "dependencies": {
19
19
  "@aws-crypto/sha256-browser": "2.0.0",
20
20
  "@aws-crypto/sha256-js": "2.0.0",
21
- "@aws-sdk/client-sts": "3.55.0",
22
- "@aws-sdk/config-resolver": "3.55.0",
23
- "@aws-sdk/credential-provider-node": "3.55.0",
24
- "@aws-sdk/fetch-http-handler": "3.55.0",
21
+ "@aws-sdk/client-sts": "3.58.0",
22
+ "@aws-sdk/config-resolver": "3.58.0",
23
+ "@aws-sdk/credential-provider-node": "3.58.0",
24
+ "@aws-sdk/fetch-http-handler": "3.58.0",
25
25
  "@aws-sdk/hash-node": "3.55.0",
26
26
  "@aws-sdk/invalid-dependency": "3.55.0",
27
- "@aws-sdk/middleware-content-length": "3.55.0",
28
- "@aws-sdk/middleware-host-header": "3.55.0",
27
+ "@aws-sdk/middleware-content-length": "3.58.0",
28
+ "@aws-sdk/middleware-host-header": "3.58.0",
29
29
  "@aws-sdk/middleware-logger": "3.55.0",
30
- "@aws-sdk/middleware-retry": "3.55.0",
30
+ "@aws-sdk/middleware-retry": "3.58.0",
31
31
  "@aws-sdk/middleware-serde": "3.55.0",
32
- "@aws-sdk/middleware-signing": "3.55.0",
32
+ "@aws-sdk/middleware-signing": "3.58.0",
33
33
  "@aws-sdk/middleware-stack": "3.55.0",
34
- "@aws-sdk/middleware-user-agent": "3.55.0",
35
- "@aws-sdk/node-config-provider": "3.55.0",
36
- "@aws-sdk/node-http-handler": "3.55.0",
37
- "@aws-sdk/protocol-http": "3.55.0",
34
+ "@aws-sdk/middleware-user-agent": "3.58.0",
35
+ "@aws-sdk/node-config-provider": "3.58.0",
36
+ "@aws-sdk/node-http-handler": "3.58.0",
37
+ "@aws-sdk/protocol-http": "3.58.0",
38
38
  "@aws-sdk/smithy-client": "3.55.0",
39
39
  "@aws-sdk/types": "3.55.0",
40
40
  "@aws-sdk/url-parser": "3.55.0",
41
- "@aws-sdk/util-base64-browser": "3.55.0",
41
+ "@aws-sdk/util-base64-browser": "3.58.0",
42
42
  "@aws-sdk/util-base64-node": "3.55.0",
43
43
  "@aws-sdk/util-body-length-browser": "3.55.0",
44
44
  "@aws-sdk/util-body-length-node": "3.55.0",
45
45
  "@aws-sdk/util-defaults-mode-browser": "3.55.0",
46
- "@aws-sdk/util-defaults-mode-node": "3.55.0",
47
- "@aws-sdk/util-user-agent-browser": "3.55.0",
48
- "@aws-sdk/util-user-agent-node": "3.55.0",
46
+ "@aws-sdk/util-defaults-mode-node": "3.58.0",
47
+ "@aws-sdk/util-user-agent-browser": "3.58.0",
48
+ "@aws-sdk/util-user-agent-node": "3.58.0",
49
49
  "@aws-sdk/util-utf8-browser": "3.55.0",
50
50
  "@aws-sdk/util-utf8-node": "3.55.0",
51
51
  "@aws-sdk/util-waiter": "3.55.0",
@@ -53,7 +53,7 @@
53
53
  "uuid": "^8.3.2"
54
54
  },
55
55
  "devDependencies": {
56
- "@aws-sdk/service-client-documentation-generator": "3.55.0",
56
+ "@aws-sdk/service-client-documentation-generator": "3.58.0",
57
57
  "@tsconfig/recommended": "1.0.1",
58
58
  "@types/node": "^12.7.5",
59
59
  "@types/uuid": "^8.3.0",