@aws-sdk/client-cloudcontrol 3.533.0 → 3.535.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.
@@ -42,6 +42,7 @@ export interface CloudControl {
42
42
  /**
43
43
  * @see {@link ListResourceRequestsCommand}
44
44
  */
45
+ listResourceRequests(): Promise<ListResourceRequestsCommandOutput>;
45
46
  listResourceRequests(args: ListResourceRequestsCommandInput, options?: __HttpHandlerOptions): Promise<ListResourceRequestsCommandOutput>;
46
47
  listResourceRequests(args: ListResourceRequestsCommandInput, cb: (err: any, data?: ListResourceRequestsCommandOutput) => void): void;
47
48
  listResourceRequests(args: ListResourceRequestsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListResourceRequestsCommandOutput) => void): void;
@@ -59,9 +60,9 @@ export interface CloudControl {
59
60
  updateResource(args: UpdateResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateResourceCommandOutput) => void): void;
60
61
  }
61
62
  /**
62
- * @public
63
63
  * <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
64
64
  * Guide</a>.</p>
65
+ * @public
65
66
  */
66
67
  export declare class CloudControl extends CloudControlClient implements CloudControl {
67
68
  }
@@ -159,9 +159,9 @@ export type CloudControlClientResolvedConfigType = __SmithyResolvedConfiguration
159
159
  export interface CloudControlClientResolvedConfig extends CloudControlClientResolvedConfigType {
160
160
  }
161
161
  /**
162
- * @public
163
162
  * <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
164
163
  * Guide</a>.</p>
164
+ * @public
165
165
  */
166
166
  export declare class CloudControlClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, CloudControlClientResolvedConfig> {
167
167
  /**
@@ -22,10 +22,10 @@ export interface CancelResourceRequestCommandOutput extends CancelResourceReques
22
22
  }
23
23
  declare const CancelResourceRequestCommand_base: {
24
24
  new (input: CancelResourceRequestCommandInput): import("@smithy/smithy-client").CommandImpl<CancelResourceRequestCommandInput, CancelResourceRequestCommandOutput, CloudControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CancelResourceRequestCommandInput): import("@smithy/smithy-client").CommandImpl<CancelResourceRequestCommandInput, CancelResourceRequestCommandOutput, CloudControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <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
30
30
  * <i>Amazon Web Services Cloud Control API User Guide</i>.</p>
31
31
  * <p>Only resource operations requests with a status of <code>PENDING</code> or
@@ -73,6 +73,7 @@ declare const CancelResourceRequestCommand_base: {
73
73
  * @throws {@link CloudControlServiceException}
74
74
  * <p>Base exception class for all service exceptions from CloudControl service.</p>
75
75
  *
76
+ * @public
76
77
  */
77
78
  export declare class CancelResourceRequestCommand extends CancelResourceRequestCommand_base {
78
79
  }
@@ -22,10 +22,10 @@ export interface CreateResourceCommandOutput extends CreateResourceOutput, __Met
22
22
  }
23
23
  declare const CreateResourceCommand_base: {
24
24
  new (input: CreateResourceCommandInput): import("@smithy/smithy-client").CommandImpl<CreateResourceCommandInput, CreateResourceCommandOutput, CloudControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateResourceCommandInput): import("@smithy/smithy-client").CommandImpl<CreateResourceCommandInput, CreateResourceCommandOutput, CloudControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates the specified resource. For more information, see <a href="https://docs.aws.amazon.com/cloudcontrolapi/latest/userguide/resource-operations-create.html">Creating a
30
30
  * resource</a> in the <i>Amazon Web Services Cloud Control API User Guide</i>.</p>
31
31
  * <p>After you have initiated a resource creation request, you can monitor the progress of your
@@ -145,6 +145,7 @@ declare const CreateResourceCommand_base: {
145
145
  * @throws {@link CloudControlServiceException}
146
146
  * <p>Base exception class for all service exceptions from CloudControl service.</p>
147
147
  *
148
+ * @public
148
149
  */
149
150
  export declare class CreateResourceCommand extends CreateResourceCommand_base {
150
151
  }
@@ -22,10 +22,10 @@ export interface DeleteResourceCommandOutput extends DeleteResourceOutput, __Met
22
22
  }
23
23
  declare const DeleteResourceCommand_base: {
24
24
  new (input: DeleteResourceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteResourceCommandInput, DeleteResourceCommandOutput, CloudControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteResourceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteResourceCommandInput, DeleteResourceCommandOutput, CloudControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes the specified resource. For details, see <a href="https://docs.aws.amazon.com/cloudcontrolapi/latest/userguide/resource-operations-delete.html">Deleting a
30
30
  * resource</a> in the <i>Amazon Web Services Cloud Control API User Guide</i>.</p>
31
31
  * <p>After you have initiated a resource deletion request, you can monitor the progress of your
@@ -145,6 +145,7 @@ declare const DeleteResourceCommand_base: {
145
145
  * @throws {@link CloudControlServiceException}
146
146
  * <p>Base exception class for all service exceptions from CloudControl service.</p>
147
147
  *
148
+ * @public
148
149
  */
149
150
  export declare class DeleteResourceCommand extends DeleteResourceCommand_base {
150
151
  }
@@ -22,10 +22,10 @@ export interface GetResourceCommandOutput extends GetResourceOutput, __MetadataB
22
22
  }
23
23
  declare const GetResourceCommand_base: {
24
24
  new (input: GetResourceCommandInput): import("@smithy/smithy-client").CommandImpl<GetResourceCommandInput, GetResourceCommandOutput, CloudControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetResourceCommandInput): import("@smithy/smithy-client").CommandImpl<GetResourceCommandInput, GetResourceCommandOutput, CloudControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns information about the current state of the specified resource. For details, see
30
30
  * <a href="https://docs.aws.amazon.com/cloudcontrolapi/latest/userguide/resource-operations-read.html">Reading a resource's current state</a>.</p>
31
31
  * <p>You can use this action to return information about an existing resource in your account
@@ -128,6 +128,7 @@ declare const GetResourceCommand_base: {
128
128
  * @throws {@link CloudControlServiceException}
129
129
  * <p>Base exception class for all service exceptions from CloudControl service.</p>
130
130
  *
131
+ * @public
131
132
  */
132
133
  export declare class GetResourceCommand extends GetResourceCommand_base {
133
134
  }
@@ -22,10 +22,10 @@ export interface GetResourceRequestStatusCommandOutput extends GetResourceReques
22
22
  }
23
23
  declare const GetResourceRequestStatusCommand_base: {
24
24
  new (input: GetResourceRequestStatusCommandInput): import("@smithy/smithy-client").CommandImpl<GetResourceRequestStatusCommandInput, GetResourceRequestStatusCommandOutput, CloudControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetResourceRequestStatusCommandInput): import("@smithy/smithy-client").CommandImpl<GetResourceRequestStatusCommandInput, GetResourceRequestStatusCommandOutput, CloudControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns the current status of a resource operation request. For more information, see
30
30
  * <a href="https://docs.aws.amazon.com/cloudcontrolapi/latest/userguide/resource-operations-manage-requests.html#resource-operations-manage-requests-track">Tracking the progress of resource operation requests</a> in the
31
31
  * <i>Amazon Web Services Cloud Control API User Guide</i>.</p>
@@ -69,6 +69,7 @@ declare const GetResourceRequestStatusCommand_base: {
69
69
  * @throws {@link CloudControlServiceException}
70
70
  * <p>Base exception class for all service exceptions from CloudControl service.</p>
71
71
  *
72
+ * @public
72
73
  */
73
74
  export declare class GetResourceRequestStatusCommand extends GetResourceRequestStatusCommand_base {
74
75
  }
@@ -22,10 +22,10 @@ export interface ListResourceRequestsCommandOutput extends ListResourceRequestsO
22
22
  }
23
23
  declare const ListResourceRequestsCommand_base: {
24
24
  new (input: ListResourceRequestsCommandInput): import("@smithy/smithy-client").CommandImpl<ListResourceRequestsCommandInput, ListResourceRequestsCommandOutput, CloudControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListResourceRequestsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListResourceRequestsCommandInput, ListResourceRequestsCommandOutput, CloudControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns existing resource operation requests. This includes requests of all status types.
30
30
  * 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
31
31
  * <i>Amazon Web Services Cloud Control API User Guide</i>.</p>
@@ -81,6 +81,7 @@ declare const ListResourceRequestsCommand_base: {
81
81
  * @throws {@link CloudControlServiceException}
82
82
  * <p>Base exception class for all service exceptions from CloudControl service.</p>
83
83
  *
84
+ * @public
84
85
  */
85
86
  export declare class ListResourceRequestsCommand extends ListResourceRequestsCommand_base {
86
87
  }
@@ -22,10 +22,10 @@ export interface ListResourcesCommandOutput extends ListResourcesOutput, __Metad
22
22
  }
23
23
  declare const ListResourcesCommand_base: {
24
24
  new (input: ListResourcesCommandInput): import("@smithy/smithy-client").CommandImpl<ListResourcesCommandInput, ListResourcesCommandOutput, CloudControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListResourcesCommandInput): import("@smithy/smithy-client").CommandImpl<ListResourcesCommandInput, ListResourcesCommandOutput, CloudControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <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>
30
30
  * <p>You can use this action to return information about existing resources in your account and
31
31
  * Amazon Web Services Region, whether those resources were provisioned using Cloud Control API.</p>
@@ -132,6 +132,7 @@ declare const ListResourcesCommand_base: {
132
132
  * @throws {@link CloudControlServiceException}
133
133
  * <p>Base exception class for all service exceptions from CloudControl service.</p>
134
134
  *
135
+ * @public
135
136
  */
136
137
  export declare class ListResourcesCommand extends ListResourcesCommand_base {
137
138
  }
@@ -22,10 +22,10 @@ export interface UpdateResourceCommandOutput extends UpdateResourceOutput, __Met
22
22
  }
23
23
  declare const UpdateResourceCommand_base: {
24
24
  new (input: UpdateResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateResourceCommandInput, UpdateResourceCommandOutput, CloudControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateResourceCommandInput, UpdateResourceCommandOutput, CloudControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates the specified property values in the resource.</p>
30
30
  * <p>You specify your resource property updates as a list of patch operations contained in a
31
31
  * JSON patch document that adheres to the <a href="https://datatracker.ietf.org/doc/html/rfc6902">
@@ -153,6 +153,7 @@ declare const UpdateResourceCommand_base: {
153
153
  * @throws {@link CloudControlServiceException}
154
154
  * <p>Base exception class for all service exceptions from CloudControl service.</p>
155
155
  *
156
+ * @public
156
157
  */
157
158
  export declare class UpdateResourceCommand extends UpdateResourceCommand_base {
158
159
  }
@@ -1,8 +1,8 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
2
  import { CloudControlServiceException as __BaseException } from "./CloudControlServiceException";
3
3
  /**
4
- * @public
5
4
  * <p>The resource with the name requested already exists.</p>
5
+ * @public
6
6
  */
7
7
  export declare class AlreadyExistsException extends __BaseException {
8
8
  readonly name: "AlreadyExistsException";
@@ -18,9 +18,9 @@ export declare class AlreadyExistsException extends __BaseException {
18
18
  */
19
19
  export interface CancelResourceRequestInput {
20
20
  /**
21
- * @public
22
21
  * <p>The <code>RequestToken</code> of the <code>ProgressEvent</code> object returned by the
23
22
  * resource operation request.</p>
23
+ * @public
24
24
  */
25
25
  RequestToken: string | undefined;
26
26
  }
@@ -79,40 +79,39 @@ export declare const OperationStatus: {
79
79
  */
80
80
  export type OperationStatus = (typeof OperationStatus)[keyof typeof OperationStatus];
81
81
  /**
82
- * @public
83
82
  * <p>Represents the current status of a resource operation request. For more information, see
84
83
  * <a href="https://docs.aws.amazon.com/cloudcontrolapi/latest/userguide/resource-operations-manage-requests.html">Managing resource operation requests</a> in the
85
84
  * <i>Amazon Web Services Cloud Control API User Guide</i>.</p>
85
+ * @public
86
86
  */
87
87
  export interface ProgressEvent {
88
88
  /**
89
- * @public
90
89
  * <p>The name of the resource type used in the operation.</p>
90
+ * @public
91
91
  */
92
92
  TypeName?: string;
93
93
  /**
94
- * @public
95
94
  * <p>The primary identifier for the resource.</p>
96
95
  * <note>
97
96
  * <p>In some cases, the resource identifier may be available before the resource operation
98
97
  * has reached a status of <code>SUCCESS</code>.</p>
99
98
  * </note>
99
+ * @public
100
100
  */
101
101
  Identifier?: string;
102
102
  /**
103
- * @public
104
103
  * <p>The unique token representing this resource operation request.</p>
105
104
  * <p>Use the <code>RequestToken</code> with <a href="https://docs.aws.amazon.com/cloudcontrolapi/latest/APIReference/API_GetResourceRequestStatus.html">GetResourceRequestStatus</a> to return the current status of a resource operation
106
105
  * request.</p>
106
+ * @public
107
107
  */
108
108
  RequestToken?: string;
109
109
  /**
110
- * @public
111
110
  * <p>The resource operation type.</p>
111
+ * @public
112
112
  */
113
113
  Operation?: Operation;
114
114
  /**
115
- * @public
116
115
  * <p>The current status of the resource operation request.</p>
117
116
  * <ul>
118
117
  * <li>
@@ -142,34 +141,35 @@ export interface ProgressEvent {
142
141
  * <code>CANCEL_COMPLETE</code>: The resource operation has been canceled.</p>
143
142
  * </li>
144
143
  * </ul>
144
+ * @public
145
145
  */
146
146
  OperationStatus?: OperationStatus;
147
147
  /**
148
- * @public
149
148
  * <p>When the resource operation request was initiated.</p>
149
+ * @public
150
150
  */
151
151
  EventTime?: Date;
152
152
  /**
153
- * @public
154
153
  * <p>A JSON string containing the resource model, consisting of each resource property and its
155
154
  * current value.</p>
155
+ * @public
156
156
  */
157
157
  ResourceModel?: string;
158
158
  /**
159
- * @public
160
159
  * <p>Any message explaining the current status.</p>
160
+ * @public
161
161
  */
162
162
  StatusMessage?: string;
163
163
  /**
164
- * @public
165
164
  * <p>For requests with a status of <code>FAILED</code>, the associated error code.</p>
166
165
  * <p>For error code definitions, see <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/resource-type-test-contract-errors.html">Handler error codes</a> in the <i>CloudFormation Command
167
166
  * Line Interface User Guide for Extension Development</i>.</p>
167
+ * @public
168
168
  */
169
169
  ErrorCode?: HandlerErrorCode;
170
170
  /**
171
- * @public
172
171
  * <p>When to next request the status of this resource operation request.</p>
172
+ * @public
173
173
  */
174
174
  RetryAfter?: Date;
175
175
  }
@@ -178,16 +178,16 @@ export interface ProgressEvent {
178
178
  */
179
179
  export interface CancelResourceRequestOutput {
180
180
  /**
181
- * @public
182
181
  * <p>Represents the current status of a resource operation request. For more information, see
183
182
  * <a href="https://docs.aws.amazon.com/cloudcontrolapi/latest/userguide/resource-operations-manage-requests.html">Managing resource operation requests</a> in the
184
183
  * <i>Amazon Web Services Cloud Control API User Guide</i>.</p>
184
+ * @public
185
185
  */
186
186
  ProgressEvent?: ProgressEvent;
187
187
  }
188
188
  /**
189
- * @public
190
189
  * <p>The resource is currently being modified by another operation.</p>
190
+ * @public
191
191
  */
192
192
  export declare class ConcurrentModificationException extends __BaseException {
193
193
  readonly name: "ConcurrentModificationException";
@@ -199,8 +199,8 @@ export declare class ConcurrentModificationException extends __BaseException {
199
199
  constructor(opts: __ExceptionOptionType<ConcurrentModificationException, __BaseException>);
200
200
  }
201
201
  /**
202
- * @public
203
202
  * <p>A resource operation with the specified request token can't be found.</p>
203
+ * @public
204
204
  */
205
205
  export declare class RequestTokenNotFoundException extends __BaseException {
206
206
  readonly name: "RequestTokenNotFoundException";
@@ -212,10 +212,10 @@ export declare class RequestTokenNotFoundException extends __BaseException {
212
212
  constructor(opts: __ExceptionOptionType<RequestTokenNotFoundException, __BaseException>);
213
213
  }
214
214
  /**
215
- * @public
216
215
  * <p>The specified client token has already been used in another resource request.</p>
217
216
  * <p>It's best practice for client tokens to be unique for each resource operation request.
218
217
  * However, client token expire after 36 hours.</p>
218
+ * @public
219
219
  */
220
220
  export declare class ClientTokenConflictException extends __BaseException {
221
221
  readonly name: "ClientTokenConflictException";
@@ -227,8 +227,8 @@ export declare class ClientTokenConflictException extends __BaseException {
227
227
  constructor(opts: __ExceptionOptionType<ClientTokenConflictException, __BaseException>);
228
228
  }
229
229
  /**
230
- * @public
231
230
  * <p>Another resource operation is currently being performed on this resource.</p>
231
+ * @public
232
232
  */
233
233
  export declare class ConcurrentOperationException extends __BaseException {
234
234
  readonly name: "ConcurrentOperationException";
@@ -244,19 +244,18 @@ export declare class ConcurrentOperationException extends __BaseException {
244
244
  */
245
245
  export interface CreateResourceInput {
246
246
  /**
247
- * @public
248
247
  * <p>The name of the resource type.</p>
248
+ * @public
249
249
  */
250
250
  TypeName: string | undefined;
251
251
  /**
252
- * @public
253
252
  * <p>For private resource types, the type version to use in this resource
254
253
  * operation. If you do not specify a resource version, CloudFormation
255
254
  * uses the default version.</p>
255
+ * @public
256
256
  */
257
257
  TypeVersionId?: string;
258
258
  /**
259
- * @public
260
259
  * <p>The Amazon Resource Name (ARN) of the Identity and Access Management
261
260
  * (IAM) role for Cloud Control API to use when performing this resource
262
261
  * operation. The role specified must have the permissions required for this
@@ -270,10 +269,10 @@ export interface CreateResourceInput {
270
269
  * your Amazon Web Services user credentials.</p>
271
270
  * <p>For more information, see <a href="https://docs.aws.amazon.com/cloudcontrolapi/latest/userguide/resource-operations.html#resource-operations-permissions">Specifying
272
271
  * credentials</a> in the <i>Amazon Web Services Cloud Control API User Guide</i>.</p>
272
+ * @public
273
273
  */
274
274
  RoleArn?: string;
275
275
  /**
276
- * @public
277
276
  * <p>A unique identifier to ensure the idempotency of the resource request. As a
278
277
  * best practice, specify this token to ensure idempotency, so that Amazon Web Services Cloud Control API can
279
278
  * accurately distinguish between request retries and new resource requests. You
@@ -285,10 +284,10 @@ export interface CreateResourceInput {
285
284
  * <p>For more information, see <a href="https://docs.aws.amazon.com/cloudcontrolapi/latest/userguide/resource-operations.html#resource-operations-idempotency">Ensuring
286
285
  * resource operation requests are unique</a> in the <i>Amazon Web Services Cloud Control API User
287
286
  * Guide</i>.</p>
287
+ * @public
288
288
  */
289
289
  ClientToken?: string;
290
290
  /**
291
- * @public
292
291
  * <p>Structured data format representing the desired state of the resource, consisting of that
293
292
  * resource's properties and their desired values.</p>
294
293
  * <note>
@@ -307,6 +306,7 @@ export interface CreateResourceInput {
307
306
  * Guide</i>.</p>
308
307
  * <p>For more information about the properties of a specific resource, refer to the related
309
308
  * 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>
309
+ * @public
310
310
  */
311
311
  DesiredState: string | undefined;
312
312
  }
@@ -315,18 +315,18 @@ export interface CreateResourceInput {
315
315
  */
316
316
  export interface CreateResourceOutput {
317
317
  /**
318
- * @public
319
318
  * <p>Represents the current status of the resource creation request.</p>
320
319
  * <p>After you have initiated a resource creation request, you can monitor the progress of your
321
320
  * 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
322
321
  * <code>ProgressEvent</code> returned by <code>CreateResource</code>.</p>
322
+ * @public
323
323
  */
324
324
  ProgressEvent?: ProgressEvent;
325
325
  }
326
326
  /**
327
- * @public
328
327
  * <p>The resource handler has returned that the downstream service generated an error that
329
328
  * doesn't map to any other handler error code.</p>
329
+ * @public
330
330
  */
331
331
  export declare class GeneralServiceException extends __BaseException {
332
332
  readonly name: "GeneralServiceException";
@@ -338,9 +338,9 @@ export declare class GeneralServiceException extends __BaseException {
338
338
  constructor(opts: __ExceptionOptionType<GeneralServiceException, __BaseException>);
339
339
  }
340
340
  /**
341
- * @public
342
341
  * <p>The resource handler has failed without a returning a more specific error code. This can
343
342
  * include timeouts.</p>
343
+ * @public
344
344
  */
345
345
  export declare class HandlerFailureException extends __BaseException {
346
346
  readonly name: "HandlerFailureException";
@@ -352,9 +352,9 @@ export declare class HandlerFailureException extends __BaseException {
352
352
  constructor(opts: __ExceptionOptionType<HandlerFailureException, __BaseException>);
353
353
  }
354
354
  /**
355
- * @public
356
355
  * <p>The resource handler has returned that an unexpected error occurred within the resource
357
356
  * handler.</p>
357
+ * @public
358
358
  */
359
359
  export declare class HandlerInternalFailureException extends __BaseException {
360
360
  readonly name: "HandlerInternalFailureException";
@@ -366,9 +366,9 @@ export declare class HandlerInternalFailureException extends __BaseException {
366
366
  constructor(opts: __ExceptionOptionType<HandlerInternalFailureException, __BaseException>);
367
367
  }
368
368
  /**
369
- * @public
370
369
  * <p>The resource handler has returned that the credentials provided by the user are
371
370
  * invalid.</p>
371
+ * @public
372
372
  */
373
373
  export declare class InvalidCredentialsException extends __BaseException {
374
374
  readonly name: "InvalidCredentialsException";
@@ -380,9 +380,9 @@ export declare class InvalidCredentialsException extends __BaseException {
380
380
  constructor(opts: __ExceptionOptionType<InvalidCredentialsException, __BaseException>);
381
381
  }
382
382
  /**
383
- * @public
384
383
  * <p>The resource handler has returned that invalid input from the user has generated a generic
385
384
  * exception.</p>
385
+ * @public
386
386
  */
387
387
  export declare class InvalidRequestException extends __BaseException {
388
388
  readonly name: "InvalidRequestException";
@@ -394,9 +394,9 @@ export declare class InvalidRequestException extends __BaseException {
394
394
  constructor(opts: __ExceptionOptionType<InvalidRequestException, __BaseException>);
395
395
  }
396
396
  /**
397
- * @public
398
397
  * <p>The resource handler has returned that the request couldn't be completed due to networking
399
398
  * issues, such as a failure to receive a response from the server.</p>
399
+ * @public
400
400
  */
401
401
  export declare class NetworkFailureException extends __BaseException {
402
402
  readonly name: "NetworkFailureException";
@@ -408,9 +408,9 @@ export declare class NetworkFailureException extends __BaseException {
408
408
  constructor(opts: __ExceptionOptionType<NetworkFailureException, __BaseException>);
409
409
  }
410
410
  /**
411
- * @public
412
411
  * <p>The resource handler has returned that the downstream resource failed to complete all of
413
412
  * its ready-state checks.</p>
413
+ * @public
414
414
  */
415
415
  export declare class NotStabilizedException extends __BaseException {
416
416
  readonly name: "NotStabilizedException";
@@ -422,9 +422,9 @@ export declare class NotStabilizedException extends __BaseException {
422
422
  constructor(opts: __ExceptionOptionType<NotStabilizedException, __BaseException>);
423
423
  }
424
424
  /**
425
- * @public
426
425
  * <p>One or more properties included in this resource operation are defined as create-only, and
427
426
  * therefore can't be updated.</p>
427
+ * @public
428
428
  */
429
429
  export declare class NotUpdatableException extends __BaseException {
430
430
  readonly name: "NotUpdatableException";
@@ -436,10 +436,10 @@ export declare class NotUpdatableException extends __BaseException {
436
436
  constructor(opts: __ExceptionOptionType<NotUpdatableException, __BaseException>);
437
437
  }
438
438
  /**
439
- * @public
440
439
  * <p>Cloud Control API hasn't received a valid response from the resource handler, due to a configuration
441
440
  * error. This includes issues such as the resource handler returning an invalid response, or
442
441
  * timing out.</p>
442
+ * @public
443
443
  */
444
444
  export declare class PrivateTypeException extends __BaseException {
445
445
  readonly name: "PrivateTypeException";
@@ -451,10 +451,10 @@ export declare class PrivateTypeException extends __BaseException {
451
451
  constructor(opts: __ExceptionOptionType<PrivateTypeException, __BaseException>);
452
452
  }
453
453
  /**
454
- * @public
455
454
  * <p>The resource is temporarily unavailable to be acted upon. For example, if the resource is
456
455
  * currently undergoing an operation and can't be acted upon until that operation is
457
456
  * finished.</p>
457
+ * @public
458
458
  */
459
459
  export declare class ResourceConflictException extends __BaseException {
460
460
  readonly name: "ResourceConflictException";
@@ -466,8 +466,8 @@ export declare class ResourceConflictException extends __BaseException {
466
466
  constructor(opts: __ExceptionOptionType<ResourceConflictException, __BaseException>);
467
467
  }
468
468
  /**
469
- * @public
470
469
  * <p>A resource with the specified identifier can't be found.</p>
470
+ * @public
471
471
  */
472
472
  export declare class ResourceNotFoundException extends __BaseException {
473
473
  readonly name: "ResourceNotFoundException";
@@ -479,9 +479,9 @@ export declare class ResourceNotFoundException extends __BaseException {
479
479
  constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
480
480
  }
481
481
  /**
482
- * @public
483
482
  * <p>The resource handler has returned that the downstream service returned an internal error,
484
483
  * typically with a <code>5XX HTTP</code> status code.</p>
484
+ * @public
485
485
  */
486
486
  export declare class ServiceInternalErrorException extends __BaseException {
487
487
  readonly name: "ServiceInternalErrorException";
@@ -493,9 +493,9 @@ export declare class ServiceInternalErrorException extends __BaseException {
493
493
  constructor(opts: __ExceptionOptionType<ServiceInternalErrorException, __BaseException>);
494
494
  }
495
495
  /**
496
- * @public
497
496
  * <p>The resource handler has returned that a non-transient resource limit was reached on the
498
497
  * service side.</p>
498
+ * @public
499
499
  */
500
500
  export declare class ServiceLimitExceededException extends __BaseException {
501
501
  readonly name: "ServiceLimitExceededException";
@@ -507,8 +507,8 @@ export declare class ServiceLimitExceededException extends __BaseException {
507
507
  constructor(opts: __ExceptionOptionType<ServiceLimitExceededException, __BaseException>);
508
508
  }
509
509
  /**
510
- * @public
511
510
  * <p>The request was denied due to request throttling.</p>
511
+ * @public
512
512
  */
513
513
  export declare class ThrottlingException extends __BaseException {
514
514
  readonly name: "ThrottlingException";
@@ -520,8 +520,8 @@ export declare class ThrottlingException extends __BaseException {
520
520
  constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
521
521
  }
522
522
  /**
523
- * @public
524
523
  * <p>The specified extension doesn't exist in the CloudFormation registry.</p>
524
+ * @public
525
525
  */
526
526
  export declare class TypeNotFoundException extends __BaseException {
527
527
  readonly name: "TypeNotFoundException";
@@ -533,8 +533,8 @@ export declare class TypeNotFoundException extends __BaseException {
533
533
  constructor(opts: __ExceptionOptionType<TypeNotFoundException, __BaseException>);
534
534
  }
535
535
  /**
536
- * @public
537
536
  * <p>The specified resource doesn't support this resource operation.</p>
537
+ * @public
538
538
  */
539
539
  export declare class UnsupportedActionException extends __BaseException {
540
540
  readonly name: "UnsupportedActionException";
@@ -550,19 +550,18 @@ export declare class UnsupportedActionException extends __BaseException {
550
550
  */
551
551
  export interface DeleteResourceInput {
552
552
  /**
553
- * @public
554
553
  * <p>The name of the resource type.</p>
554
+ * @public
555
555
  */
556
556
  TypeName: string | undefined;
557
557
  /**
558
- * @public
559
558
  * <p>For private resource types, the type version to use in this resource
560
559
  * operation. If you do not specify a resource version, CloudFormation
561
560
  * uses the default version.</p>
561
+ * @public
562
562
  */
563
563
  TypeVersionId?: string;
564
564
  /**
565
- * @public
566
565
  * <p>The Amazon Resource Name (ARN) of the Identity and Access Management
567
566
  * (IAM) role for Cloud Control API to use when performing this resource
568
567
  * operation. The role specified must have the permissions required for this
@@ -576,10 +575,10 @@ export interface DeleteResourceInput {
576
575
  * your Amazon Web Services user credentials.</p>
577
576
  * <p>For more information, see <a href="https://docs.aws.amazon.com/cloudcontrolapi/latest/userguide/resource-operations.html#resource-operations-permissions">Specifying
578
577
  * credentials</a> in the <i>Amazon Web Services Cloud Control API User Guide</i>.</p>
578
+ * @public
579
579
  */
580
580
  RoleArn?: string;
581
581
  /**
582
- * @public
583
582
  * <p>A unique identifier to ensure the idempotency of the resource request. As a
584
583
  * best practice, specify this token to ensure idempotency, so that Amazon Web Services Cloud Control API can
585
584
  * accurately distinguish between request retries and new resource requests. You
@@ -591,10 +590,10 @@ export interface DeleteResourceInput {
591
590
  * <p>For more information, see <a href="https://docs.aws.amazon.com/cloudcontrolapi/latest/userguide/resource-operations.html#resource-operations-idempotency">Ensuring
592
591
  * resource operation requests are unique</a> in the <i>Amazon Web Services Cloud Control API User
593
592
  * Guide</i>.</p>
593
+ * @public
594
594
  */
595
595
  ClientToken?: string;
596
596
  /**
597
- * @public
598
597
  * <p>The identifier for the resource.</p>
599
598
  * <p>You can specify the primary identifier, or any secondary identifier
600
599
  * defined for the resource type in its resource schema. You can only specify
@@ -607,6 +606,7 @@ export interface DeleteResourceInput {
607
606
  * separated by <code>|</code>.</p>
608
607
  * <p>For more information, see <a href="https://docs.aws.amazon.com/cloudcontrolapi/latest/userguide/resource-identifier.html">Identifying
609
608
  * resources</a> in the <i>Amazon Web Services Cloud Control API User Guide</i>.</p>
609
+ * @public
610
610
  */
611
611
  Identifier: string | undefined;
612
612
  }
@@ -615,11 +615,11 @@ export interface DeleteResourceInput {
615
615
  */
616
616
  export interface DeleteResourceOutput {
617
617
  /**
618
- * @public
619
618
  * <p>Represents the current status of the resource deletion request.</p>
620
619
  * <p>After you have initiated a resource deletion request, you can monitor the progress of your
621
620
  * 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
622
621
  * <code>ProgressEvent</code> returned by <code>DeleteResource</code>.</p>
622
+ * @public
623
623
  */
624
624
  ProgressEvent?: ProgressEvent;
625
625
  }
@@ -628,19 +628,18 @@ export interface DeleteResourceOutput {
628
628
  */
629
629
  export interface GetResourceInput {
630
630
  /**
631
- * @public
632
631
  * <p>The name of the resource type.</p>
632
+ * @public
633
633
  */
634
634
  TypeName: string | undefined;
635
635
  /**
636
- * @public
637
636
  * <p>For private resource types, the type version to use in this resource
638
637
  * operation. If you do not specify a resource version, CloudFormation
639
638
  * uses the default version.</p>
639
+ * @public
640
640
  */
641
641
  TypeVersionId?: string;
642
642
  /**
643
- * @public
644
643
  * <p>The Amazon Resource Name (ARN) of the Identity and Access Management
645
644
  * (IAM) role for Cloud Control API to use when performing this resource
646
645
  * operation. The role specified must have the permissions required for this
@@ -654,10 +653,10 @@ export interface GetResourceInput {
654
653
  * your Amazon Web Services user credentials.</p>
655
654
  * <p>For more information, see <a href="https://docs.aws.amazon.com/cloudcontrolapi/latest/userguide/resource-operations.html#resource-operations-permissions">Specifying
656
655
  * credentials</a> in the <i>Amazon Web Services Cloud Control API User Guide</i>.</p>
656
+ * @public
657
657
  */
658
658
  RoleArn?: string;
659
659
  /**
660
- * @public
661
660
  * <p>The identifier for the resource.</p>
662
661
  * <p>You can specify the primary identifier, or any secondary identifier
663
662
  * defined for the resource type in its resource schema. You can only specify
@@ -670,24 +669,25 @@ export interface GetResourceInput {
670
669
  * separated by <code>|</code>.</p>
671
670
  * <p>For more information, see <a href="https://docs.aws.amazon.com/cloudcontrolapi/latest/userguide/resource-identifier.html">Identifying
672
671
  * resources</a> in the <i>Amazon Web Services Cloud Control API User Guide</i>.</p>
672
+ * @public
673
673
  */
674
674
  Identifier: string | undefined;
675
675
  }
676
676
  /**
677
- * @public
678
677
  * <p>Represents information about a provisioned resource.</p>
678
+ * @public
679
679
  */
680
680
  export interface ResourceDescription {
681
681
  /**
682
- * @public
683
682
  * <p>The primary identifier for the resource.</p>
684
683
  * <p>For more information, see <a href="https://docs.aws.amazon.com/cloudcontrolapi/latest/userguide/resource-identifier.html">Identifying
685
684
  * resources</a> in the <i>Amazon Web Services Cloud Control API User Guide</i>.</p>
685
+ * @public
686
686
  */
687
687
  Identifier?: string;
688
688
  /**
689
- * @public
690
689
  * <p>A list of the resource properties and their current values.</p>
690
+ * @public
691
691
  */
692
692
  Properties?: string;
693
693
  }
@@ -696,13 +696,13 @@ export interface ResourceDescription {
696
696
  */
697
697
  export interface GetResourceOutput {
698
698
  /**
699
- * @public
700
699
  * <p>The name of the resource type.</p>
700
+ * @public
701
701
  */
702
702
  TypeName?: string;
703
703
  /**
704
- * @public
705
704
  * <p>Represents information about a provisioned resource.</p>
705
+ * @public
706
706
  */
707
707
  ResourceDescription?: ResourceDescription;
708
708
  }
@@ -711,10 +711,10 @@ export interface GetResourceOutput {
711
711
  */
712
712
  export interface GetResourceRequestStatusInput {
713
713
  /**
714
- * @public
715
714
  * <p>A unique token used to track the progress of the resource operation request.</p>
716
715
  * <p>Request tokens are included in the <code>ProgressEvent</code> type returned by a resource
717
716
  * operation request.</p>
717
+ * @public
718
718
  */
719
719
  RequestToken: string | undefined;
720
720
  }
@@ -723,23 +723,22 @@ export interface GetResourceRequestStatusInput {
723
723
  */
724
724
  export interface GetResourceRequestStatusOutput {
725
725
  /**
726
- * @public
727
726
  * <p>Represents the current status of the resource operation request.</p>
727
+ * @public
728
728
  */
729
729
  ProgressEvent?: ProgressEvent;
730
730
  }
731
731
  /**
732
- * @public
733
732
  * <p>The filter criteria to use in determining the requests returned.</p>
733
+ * @public
734
734
  */
735
735
  export interface ResourceRequestStatusFilter {
736
736
  /**
737
- * @public
738
737
  * <p>The operation types to include in the filter.</p>
738
+ * @public
739
739
  */
740
740
  Operations?: Operation[];
741
741
  /**
742
- * @public
743
742
  * <p>The operation statuses to include in the filter.</p>
744
743
  * <ul>
745
744
  * <li>
@@ -768,6 +767,7 @@ export interface ResourceRequestStatusFilter {
768
767
  * <code>CANCEL_COMPLETE</code>: The operation has been canceled.</p>
769
768
  * </li>
770
769
  * </ul>
770
+ * @public
771
771
  */
772
772
  OperationStatuses?: OperationStatus[];
773
773
  }
@@ -776,27 +776,27 @@ export interface ResourceRequestStatusFilter {
776
776
  */
777
777
  export interface ListResourceRequestsInput {
778
778
  /**
779
- * @public
780
779
  * <p>The maximum number of results to be returned with a single call. If the number of
781
780
  * available results exceeds this maximum, the response includes a <code>NextToken</code> value
782
781
  * that you can assign to the <code>NextToken</code> request parameter to get the next set of
783
782
  * results.</p>
784
783
  * <p>The default is <code>20</code>.</p>
784
+ * @public
785
785
  */
786
786
  MaxResults?: number;
787
787
  /**
788
- * @public
789
788
  * <p>If the previous paginated request didn't return all of the remaining results,
790
789
  * the response object's <code>NextToken</code> parameter value is set to a token.
791
790
  * To retrieve the next set of results, call this action again and assign that token to
792
791
  * the request object's <code>NextToken</code> parameter. If there are no remaining
793
792
  * results, the previous response object's <code>NextToken</code> parameter is set to
794
793
  * <code>null</code>.</p>
794
+ * @public
795
795
  */
796
796
  NextToken?: string;
797
797
  /**
798
- * @public
799
798
  * <p>The filter criteria to apply to the requests returned.</p>
799
+ * @public
800
800
  */
801
801
  ResourceRequestStatusFilter?: ResourceRequestStatusFilter;
802
802
  }
@@ -805,17 +805,17 @@ export interface ListResourceRequestsInput {
805
805
  */
806
806
  export interface ListResourceRequestsOutput {
807
807
  /**
808
- * @public
809
808
  * <p>The requests that match the specified filter criteria.</p>
809
+ * @public
810
810
  */
811
811
  ResourceRequestStatusSummaries?: ProgressEvent[];
812
812
  /**
813
- * @public
814
813
  * <p>If the request doesn't return all of the remaining results,
815
814
  * <code>NextToken</code> is set to a token. To retrieve the next set of results, call
816
815
  * <code>ListResources</code> again and assign that token to the request object's
817
816
  * <code>NextToken</code> parameter. If the request returns all results,
818
817
  * <code>NextToken</code> is set to null.</p>
818
+ * @public
819
819
  */
820
820
  NextToken?: string;
821
821
  }
@@ -824,19 +824,18 @@ export interface ListResourceRequestsOutput {
824
824
  */
825
825
  export interface ListResourcesInput {
826
826
  /**
827
- * @public
828
827
  * <p>The name of the resource type.</p>
828
+ * @public
829
829
  */
830
830
  TypeName: string | undefined;
831
831
  /**
832
- * @public
833
832
  * <p>For private resource types, the type version to use in this resource
834
833
  * operation. If you do not specify a resource version, CloudFormation
835
834
  * uses the default version.</p>
835
+ * @public
836
836
  */
837
837
  TypeVersionId?: string;
838
838
  /**
839
- * @public
840
839
  * <p>The Amazon Resource Name (ARN) of the Identity and Access Management
841
840
  * (IAM) role for Cloud Control API to use when performing this resource
842
841
  * operation. The role specified must have the permissions required for this
@@ -850,26 +849,27 @@ export interface ListResourcesInput {
850
849
  * your Amazon Web Services user credentials.</p>
851
850
  * <p>For more information, see <a href="https://docs.aws.amazon.com/cloudcontrolapi/latest/userguide/resource-operations.html#resource-operations-permissions">Specifying
852
851
  * credentials</a> in the <i>Amazon Web Services Cloud Control API User Guide</i>.</p>
852
+ * @public
853
853
  */
854
854
  RoleArn?: string;
855
855
  /**
856
- * @public
857
856
  * <p>If the previous paginated request didn't return all of the remaining results,
858
857
  * the response object's <code>NextToken</code> parameter value is set to a token.
859
858
  * To retrieve the next set of results, call this action again and assign that token to
860
859
  * the request object's <code>NextToken</code> parameter. If there are no remaining
861
860
  * results, the previous response object's <code>NextToken</code> parameter is set to
862
861
  * <code>null</code>.</p>
862
+ * @public
863
863
  */
864
864
  NextToken?: string;
865
865
  /**
866
- * @public
867
866
  * <p>Reserved.</p>
867
+ * @public
868
868
  */
869
869
  MaxResults?: number;
870
870
  /**
871
- * @public
872
871
  * <p>The resource model to use to select the resources to return.</p>
872
+ * @public
873
873
  */
874
874
  ResourceModel?: string;
875
875
  }
@@ -878,23 +878,23 @@ export interface ListResourcesInput {
878
878
  */
879
879
  export interface ListResourcesOutput {
880
880
  /**
881
- * @public
882
881
  * <p>The name of the resource type.</p>
882
+ * @public
883
883
  */
884
884
  TypeName?: string;
885
885
  /**
886
- * @public
887
886
  * <p>Information about the specified resources, including primary identifier and resource
888
887
  * model.</p>
888
+ * @public
889
889
  */
890
890
  ResourceDescriptions?: ResourceDescription[];
891
891
  /**
892
- * @public
893
892
  * <p>If the request doesn't return all of the remaining results,
894
893
  * <code>NextToken</code> is set to a token. To retrieve the next set of results, call
895
894
  * <code>ListResources</code> again and assign that token to the request object's
896
895
  * <code>NextToken</code> parameter. If the request returns all results,
897
896
  * <code>NextToken</code> is set to null.</p>
897
+ * @public
898
898
  */
899
899
  NextToken?: string;
900
900
  }
@@ -903,19 +903,18 @@ export interface ListResourcesOutput {
903
903
  */
904
904
  export interface UpdateResourceInput {
905
905
  /**
906
- * @public
907
906
  * <p>The name of the resource type.</p>
907
+ * @public
908
908
  */
909
909
  TypeName: string | undefined;
910
910
  /**
911
- * @public
912
911
  * <p>For private resource types, the type version to use in this resource
913
912
  * operation. If you do not specify a resource version, CloudFormation
914
913
  * uses the default version.</p>
914
+ * @public
915
915
  */
916
916
  TypeVersionId?: string;
917
917
  /**
918
- * @public
919
918
  * <p>The Amazon Resource Name (ARN) of the Identity and Access Management
920
919
  * (IAM) role for Cloud Control API to use when performing this resource
921
920
  * operation. The role specified must have the permissions required for this
@@ -929,10 +928,10 @@ export interface UpdateResourceInput {
929
928
  * your Amazon Web Services user credentials.</p>
930
929
  * <p>For more information, see <a href="https://docs.aws.amazon.com/cloudcontrolapi/latest/userguide/resource-operations.html#resource-operations-permissions">Specifying
931
930
  * credentials</a> in the <i>Amazon Web Services Cloud Control API User Guide</i>.</p>
931
+ * @public
932
932
  */
933
933
  RoleArn?: string;
934
934
  /**
935
- * @public
936
935
  * <p>A unique identifier to ensure the idempotency of the resource request. As a
937
936
  * best practice, specify this token to ensure idempotency, so that Amazon Web Services Cloud Control API can
938
937
  * accurately distinguish between request retries and new resource requests. You
@@ -944,10 +943,10 @@ export interface UpdateResourceInput {
944
943
  * <p>For more information, see <a href="https://docs.aws.amazon.com/cloudcontrolapi/latest/userguide/resource-operations.html#resource-operations-idempotency">Ensuring
945
944
  * resource operation requests are unique</a> in the <i>Amazon Web Services Cloud Control API User
946
945
  * Guide</i>.</p>
946
+ * @public
947
947
  */
948
948
  ClientToken?: string;
949
949
  /**
950
- * @public
951
950
  * <p>The identifier for the resource.</p>
952
951
  * <p>You can specify the primary identifier, or any secondary identifier
953
952
  * defined for the resource type in its resource schema. You can only specify
@@ -960,13 +959,14 @@ export interface UpdateResourceInput {
960
959
  * separated by <code>|</code>.</p>
961
960
  * <p>For more information, see <a href="https://docs.aws.amazon.com/cloudcontrolapi/latest/userguide/resource-identifier.html">Identifying
962
961
  * resources</a> in the <i>Amazon Web Services Cloud Control API User Guide</i>.</p>
962
+ * @public
963
963
  */
964
964
  Identifier: string | undefined;
965
965
  /**
966
- * @public
967
966
  * <p>A JavaScript Object Notation (JSON) document listing the patch operations that represent
968
967
  * the updates to apply to the current resource properties. For details, see <a href="https://docs.aws.amazon.com/cloudcontrolapi/latest/userguide/resource-operations-update.html#resource-operations-update-patch">Composing the patch document</a> in the <i>Amazon Web Services Cloud Control API User
969
968
  * Guide</i>.</p>
969
+ * @public
970
970
  */
971
971
  PatchDocument: string | undefined;
972
972
  }
@@ -975,10 +975,10 @@ export interface UpdateResourceInput {
975
975
  */
976
976
  export interface UpdateResourceOutput {
977
977
  /**
978
- * @public
979
978
  * <p>Represents the current status of the resource update request.</p>
980
979
  * <p>Use the <code>RequestToken</code> of the <code>ProgressEvent</code> with <a href="https://docs.aws.amazon.com/cloudcontrolapi/latest/APIReference/API_GetResourceRequestStatus.html">GetResourceRequestStatus</a> to return the current status of a resource operation
981
980
  * request.</p>
981
+ * @public
982
982
  */
983
983
  ProgressEvent?: ProgressEvent;
984
984
  }
@@ -98,6 +98,7 @@ export interface CloudControl {
98
98
  options: __HttpHandlerOptions,
99
99
  cb: (err: any, data?: GetResourceRequestStatusCommandOutput) => void
100
100
  ): void;
101
+ listResourceRequests(): Promise<ListResourceRequestsCommandOutput>;
101
102
  listResourceRequests(
102
103
  args: ListResourceRequestsCommandInput,
103
104
  options?: __HttpHandlerOptions
@@ -25,6 +25,15 @@ declare const CancelResourceRequestCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CancelResourceRequestCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CancelResourceRequestCommandInput,
32
+ CancelResourceRequestCommandOutput,
33
+ CloudControlClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CancelResourceRequestCommand extends CancelResourceRequestCommand_base {}
@@ -21,6 +21,15 @@ declare const CreateResourceCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: CreateResourceCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ CreateResourceCommandInput,
28
+ CreateResourceCommandOutput,
29
+ CloudControlClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class CreateResourceCommand extends CreateResourceCommand_base {}
@@ -21,6 +21,15 @@ declare const DeleteResourceCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: DeleteResourceCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ DeleteResourceCommandInput,
28
+ DeleteResourceCommandOutput,
29
+ CloudControlClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class DeleteResourceCommand extends DeleteResourceCommand_base {}
@@ -21,6 +21,15 @@ declare const GetResourceCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: GetResourceCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ GetResourceCommandInput,
28
+ GetResourceCommandOutput,
29
+ CloudControlClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class GetResourceCommand extends GetResourceCommand_base {}
@@ -25,6 +25,15 @@ declare const GetResourceRequestStatusCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetResourceRequestStatusCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetResourceRequestStatusCommandInput,
32
+ GetResourceRequestStatusCommandOutput,
33
+ CloudControlClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetResourceRequestStatusCommand extends GetResourceRequestStatusCommand_base {}
@@ -25,6 +25,15 @@ declare const ListResourceRequestsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [ListResourceRequestsCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListResourceRequestsCommandInput,
32
+ ListResourceRequestsCommandOutput,
33
+ CloudControlClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListResourceRequestsCommand extends ListResourceRequestsCommand_base {}
@@ -21,6 +21,15 @@ declare const ListResourcesCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: ListResourcesCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ ListResourcesCommandInput,
28
+ ListResourcesCommandOutput,
29
+ CloudControlClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class ListResourcesCommand extends ListResourcesCommand_base {}
@@ -21,6 +21,15 @@ declare const UpdateResourceCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: UpdateResourceCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ UpdateResourceCommandInput,
28
+ UpdateResourceCommandOutput,
29
+ CloudControlClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class UpdateResourceCommand extends UpdateResourceCommand_base {}
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.533.0",
4
+ "version": "3.535.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-cloudcontrol",
@@ -20,49 +20,49 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.533.0",
24
- "@aws-sdk/core": "3.533.0",
25
- "@aws-sdk/credential-provider-node": "3.533.0",
26
- "@aws-sdk/middleware-host-header": "3.533.0",
27
- "@aws-sdk/middleware-logger": "3.533.0",
28
- "@aws-sdk/middleware-recursion-detection": "3.533.0",
29
- "@aws-sdk/middleware-user-agent": "3.533.0",
30
- "@aws-sdk/region-config-resolver": "3.533.0",
31
- "@aws-sdk/types": "3.533.0",
32
- "@aws-sdk/util-endpoints": "3.533.0",
33
- "@aws-sdk/util-user-agent-browser": "3.533.0",
34
- "@aws-sdk/util-user-agent-node": "3.533.0",
35
- "@smithy/config-resolver": "^2.1.5",
36
- "@smithy/core": "^1.3.8",
37
- "@smithy/fetch-http-handler": "^2.4.5",
38
- "@smithy/hash-node": "^2.1.4",
39
- "@smithy/invalid-dependency": "^2.1.4",
40
- "@smithy/middleware-content-length": "^2.1.4",
41
- "@smithy/middleware-endpoint": "^2.4.6",
42
- "@smithy/middleware-retry": "^2.1.7",
43
- "@smithy/middleware-serde": "^2.2.1",
44
- "@smithy/middleware-stack": "^2.1.4",
45
- "@smithy/node-config-provider": "^2.2.5",
46
- "@smithy/node-http-handler": "^2.4.3",
47
- "@smithy/protocol-http": "^3.2.2",
48
- "@smithy/smithy-client": "^2.4.5",
49
- "@smithy/types": "^2.11.0",
50
- "@smithy/url-parser": "^2.1.4",
51
- "@smithy/util-base64": "^2.2.1",
52
- "@smithy/util-body-length-browser": "^2.1.1",
53
- "@smithy/util-body-length-node": "^2.2.2",
54
- "@smithy/util-defaults-mode-browser": "^2.1.7",
55
- "@smithy/util-defaults-mode-node": "^2.2.7",
56
- "@smithy/util-endpoints": "^1.1.5",
57
- "@smithy/util-middleware": "^2.1.4",
58
- "@smithy/util-retry": "^2.1.4",
59
- "@smithy/util-utf8": "^2.2.0",
60
- "@smithy/util-waiter": "^2.1.4",
61
- "tslib": "^2.5.0",
23
+ "@aws-sdk/client-sts": "3.535.0",
24
+ "@aws-sdk/core": "3.535.0",
25
+ "@aws-sdk/credential-provider-node": "3.535.0",
26
+ "@aws-sdk/middleware-host-header": "3.535.0",
27
+ "@aws-sdk/middleware-logger": "3.535.0",
28
+ "@aws-sdk/middleware-recursion-detection": "3.535.0",
29
+ "@aws-sdk/middleware-user-agent": "3.535.0",
30
+ "@aws-sdk/region-config-resolver": "3.535.0",
31
+ "@aws-sdk/types": "3.535.0",
32
+ "@aws-sdk/util-endpoints": "3.535.0",
33
+ "@aws-sdk/util-user-agent-browser": "3.535.0",
34
+ "@aws-sdk/util-user-agent-node": "3.535.0",
35
+ "@smithy/config-resolver": "^2.2.0",
36
+ "@smithy/core": "^1.4.0",
37
+ "@smithy/fetch-http-handler": "^2.5.0",
38
+ "@smithy/hash-node": "^2.2.0",
39
+ "@smithy/invalid-dependency": "^2.2.0",
40
+ "@smithy/middleware-content-length": "^2.2.0",
41
+ "@smithy/middleware-endpoint": "^2.5.0",
42
+ "@smithy/middleware-retry": "^2.2.0",
43
+ "@smithy/middleware-serde": "^2.3.0",
44
+ "@smithy/middleware-stack": "^2.2.0",
45
+ "@smithy/node-config-provider": "^2.3.0",
46
+ "@smithy/node-http-handler": "^2.5.0",
47
+ "@smithy/protocol-http": "^3.3.0",
48
+ "@smithy/smithy-client": "^2.5.0",
49
+ "@smithy/types": "^2.12.0",
50
+ "@smithy/url-parser": "^2.2.0",
51
+ "@smithy/util-base64": "^2.3.0",
52
+ "@smithy/util-body-length-browser": "^2.2.0",
53
+ "@smithy/util-body-length-node": "^2.3.0",
54
+ "@smithy/util-defaults-mode-browser": "^2.2.0",
55
+ "@smithy/util-defaults-mode-node": "^2.3.0",
56
+ "@smithy/util-endpoints": "^1.2.0",
57
+ "@smithy/util-middleware": "^2.2.0",
58
+ "@smithy/util-retry": "^2.2.0",
59
+ "@smithy/util-utf8": "^2.3.0",
60
+ "@smithy/util-waiter": "^2.2.0",
61
+ "tslib": "^2.6.2",
62
62
  "uuid": "^9.0.1"
63
63
  },
64
64
  "devDependencies": {
65
- "@smithy/service-client-documentation-generator": "^2.1.1",
65
+ "@smithy/service-client-documentation-generator": "^2.2.0",
66
66
  "@tsconfig/node14": "1.0.3",
67
67
  "@types/node": "^14.14.31",
68
68
  "@types/uuid": "^9.0.4",