@aws-sdk/client-cloudcontrol 3.131.0 → 3.142.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 +33 -0
- package/README.md +1 -1
- package/dist-cjs/commands/CancelResourceRequestCommand.js +2 -2
- package/dist-cjs/commands/CreateResourceCommand.js +2 -2
- package/dist-cjs/commands/DeleteResourceCommand.js +2 -2
- package/dist-cjs/commands/GetResourceCommand.js +2 -2
- package/dist-cjs/commands/GetResourceRequestStatusCommand.js +2 -2
- package/dist-cjs/commands/ListResourceRequestsCommand.js +2 -2
- package/dist-cjs/commands/ListResourcesCommand.js +2 -2
- package/dist-cjs/commands/UpdateResourceCommand.js +2 -2
- package/dist-cjs/models/models_0.js +96 -134
- package/dist-cjs/protocols/Aws_json1_0.js +42 -75
- package/dist-es/commands/CancelResourceRequestCommand.js +3 -3
- package/dist-es/commands/CreateResourceCommand.js +3 -3
- package/dist-es/commands/DeleteResourceCommand.js +3 -3
- package/dist-es/commands/GetResourceCommand.js +3 -3
- package/dist-es/commands/GetResourceRequestStatusCommand.js +3 -3
- package/dist-es/commands/ListResourceRequestsCommand.js +3 -3
- package/dist-es/commands/ListResourcesCommand.js +3 -3
- package/dist-es/commands/UpdateResourceCommand.js +3 -3
- package/dist-es/models/models_0.js +27 -84
- package/dist-es/protocols/Aws_json1_0.js +65 -76
- package/dist-types/models/models_0.d.ts +76 -114
- package/dist-types/ts3.4/models/models_0.d.ts +38 -76
- package/package.json +6 -6
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { __assign, __awaiter, __generator } from "tslib";
|
|
2
2
|
import { HttpRequest as __HttpRequest } from "@aws-sdk/protocol-http";
|
|
3
|
-
import { decorateServiceException as __decorateServiceException, expectNonNull as __expectNonNull, expectNumber as __expectNumber, expectString as __expectString, parseEpochTimestamp as __parseEpochTimestamp, } from "@aws-sdk/smithy-client";
|
|
3
|
+
import { decorateServiceException as __decorateServiceException, expectNonNull as __expectNonNull, expectNumber as __expectNumber, expectString as __expectString, parseEpochTimestamp as __parseEpochTimestamp, throwDefaultError, } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { v4 as generateIdempotencyToken } from "uuid";
|
|
5
5
|
import { CloudControlServiceException as __BaseException } from "../models/CloudControlServiceException";
|
|
6
6
|
import { AlreadyExistsException, ClientTokenConflictException, ConcurrentModificationException, ConcurrentOperationException, GeneralServiceException, HandlerFailureException, HandlerInternalFailureException, InvalidCredentialsException, InvalidRequestException, NetworkFailureException, NotStabilizedException, NotUpdatableException, PrivateTypeException, RequestTokenNotFoundException, ResourceConflictException, ResourceNotFoundException, ServiceInternalErrorException, ServiceLimitExceededException, ThrottlingException, TypeNotFoundException, UnsupportedActionException, } from "../models/models_0";
|
|
@@ -111,7 +111,7 @@ export var deserializeAws_json1_0CancelResourceRequestCommand = function (output
|
|
|
111
111
|
});
|
|
112
112
|
}); };
|
|
113
113
|
var deserializeAws_json1_0CancelResourceRequestCommandError = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
114
|
-
var parsedOutput, _a,
|
|
114
|
+
var parsedOutput, _a, errorCode, _b, parsedBody;
|
|
115
115
|
var _c;
|
|
116
116
|
return __generator(this, function (_d) {
|
|
117
117
|
switch (_d.label) {
|
|
@@ -136,14 +136,14 @@ var deserializeAws_json1_0CancelResourceRequestCommandError = function (output,
|
|
|
136
136
|
case 5: throw _d.sent();
|
|
137
137
|
case 6:
|
|
138
138
|
parsedBody = parsedOutput.body;
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
$metadata: $metadata,
|
|
139
|
+
throwDefaultError({
|
|
140
|
+
output: output,
|
|
141
|
+
parsedBody: parsedBody,
|
|
142
|
+
exceptionCtor: __BaseException,
|
|
143
|
+
errorCode: errorCode,
|
|
145
144
|
});
|
|
146
|
-
|
|
145
|
+
_d.label = 7;
|
|
146
|
+
case 7: return [2];
|
|
147
147
|
}
|
|
148
148
|
});
|
|
149
149
|
}); };
|
|
@@ -166,7 +166,7 @@ export var deserializeAws_json1_0CreateResourceCommand = function (output, conte
|
|
|
166
166
|
});
|
|
167
167
|
}); };
|
|
168
168
|
var deserializeAws_json1_0CreateResourceCommandError = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
169
|
-
var parsedOutput, _a,
|
|
169
|
+
var parsedOutput, _a, errorCode, _b, parsedBody;
|
|
170
170
|
var _c;
|
|
171
171
|
return __generator(this, function (_d) {
|
|
172
172
|
switch (_d.label) {
|
|
@@ -259,14 +259,14 @@ var deserializeAws_json1_0CreateResourceCommandError = function (output, context
|
|
|
259
259
|
case 39: throw _d.sent();
|
|
260
260
|
case 40:
|
|
261
261
|
parsedBody = parsedOutput.body;
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
$metadata: $metadata,
|
|
262
|
+
throwDefaultError({
|
|
263
|
+
output: output,
|
|
264
|
+
parsedBody: parsedBody,
|
|
265
|
+
exceptionCtor: __BaseException,
|
|
266
|
+
errorCode: errorCode,
|
|
268
267
|
});
|
|
269
|
-
|
|
268
|
+
_d.label = 41;
|
|
269
|
+
case 41: return [2];
|
|
270
270
|
}
|
|
271
271
|
});
|
|
272
272
|
}); };
|
|
@@ -289,7 +289,7 @@ export var deserializeAws_json1_0DeleteResourceCommand = function (output, conte
|
|
|
289
289
|
});
|
|
290
290
|
}); };
|
|
291
291
|
var deserializeAws_json1_0DeleteResourceCommandError = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
292
|
-
var parsedOutput, _a,
|
|
292
|
+
var parsedOutput, _a, errorCode, _b, parsedBody;
|
|
293
293
|
var _c;
|
|
294
294
|
return __generator(this, function (_d) {
|
|
295
295
|
switch (_d.label) {
|
|
@@ -382,14 +382,14 @@ var deserializeAws_json1_0DeleteResourceCommandError = function (output, context
|
|
|
382
382
|
case 39: throw _d.sent();
|
|
383
383
|
case 40:
|
|
384
384
|
parsedBody = parsedOutput.body;
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
$metadata: $metadata,
|
|
385
|
+
throwDefaultError({
|
|
386
|
+
output: output,
|
|
387
|
+
parsedBody: parsedBody,
|
|
388
|
+
exceptionCtor: __BaseException,
|
|
389
|
+
errorCode: errorCode,
|
|
391
390
|
});
|
|
392
|
-
|
|
391
|
+
_d.label = 41;
|
|
392
|
+
case 41: return [2];
|
|
393
393
|
}
|
|
394
394
|
});
|
|
395
395
|
}); };
|
|
@@ -412,7 +412,7 @@ export var deserializeAws_json1_0GetResourceCommand = function (output, context)
|
|
|
412
412
|
});
|
|
413
413
|
}); };
|
|
414
414
|
var deserializeAws_json1_0GetResourceCommandError = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
415
|
-
var parsedOutput, _a,
|
|
415
|
+
var parsedOutput, _a, errorCode, _b, parsedBody;
|
|
416
416
|
var _c;
|
|
417
417
|
return __generator(this, function (_d) {
|
|
418
418
|
switch (_d.label) {
|
|
@@ -497,14 +497,14 @@ var deserializeAws_json1_0GetResourceCommandError = function (output, context) {
|
|
|
497
497
|
case 35: throw _d.sent();
|
|
498
498
|
case 36:
|
|
499
499
|
parsedBody = parsedOutput.body;
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
$metadata: $metadata,
|
|
500
|
+
throwDefaultError({
|
|
501
|
+
output: output,
|
|
502
|
+
parsedBody: parsedBody,
|
|
503
|
+
exceptionCtor: __BaseException,
|
|
504
|
+
errorCode: errorCode,
|
|
506
505
|
});
|
|
507
|
-
|
|
506
|
+
_d.label = 37;
|
|
507
|
+
case 37: return [2];
|
|
508
508
|
}
|
|
509
509
|
});
|
|
510
510
|
}); };
|
|
@@ -527,7 +527,7 @@ export var deserializeAws_json1_0GetResourceRequestStatusCommand = function (out
|
|
|
527
527
|
});
|
|
528
528
|
}); };
|
|
529
529
|
var deserializeAws_json1_0GetResourceRequestStatusCommandError = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
530
|
-
var parsedOutput, _a,
|
|
530
|
+
var parsedOutput, _a, errorCode, _b, parsedBody;
|
|
531
531
|
var _c;
|
|
532
532
|
return __generator(this, function (_d) {
|
|
533
533
|
switch (_d.label) {
|
|
@@ -548,14 +548,14 @@ var deserializeAws_json1_0GetResourceRequestStatusCommandError = function (outpu
|
|
|
548
548
|
case 3: throw _d.sent();
|
|
549
549
|
case 4:
|
|
550
550
|
parsedBody = parsedOutput.body;
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
$metadata: $metadata,
|
|
551
|
+
throwDefaultError({
|
|
552
|
+
output: output,
|
|
553
|
+
parsedBody: parsedBody,
|
|
554
|
+
exceptionCtor: __BaseException,
|
|
555
|
+
errorCode: errorCode,
|
|
557
556
|
});
|
|
558
|
-
|
|
557
|
+
_d.label = 5;
|
|
558
|
+
case 5: return [2];
|
|
559
559
|
}
|
|
560
560
|
});
|
|
561
561
|
}); };
|
|
@@ -578,7 +578,7 @@ export var deserializeAws_json1_0ListResourceRequestsCommand = function (output,
|
|
|
578
578
|
});
|
|
579
579
|
}); };
|
|
580
580
|
var deserializeAws_json1_0ListResourceRequestsCommandError = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
581
|
-
var parsedOutput, _a,
|
|
581
|
+
var parsedOutput, _a, errorCode, parsedBody;
|
|
582
582
|
var _b;
|
|
583
583
|
return __generator(this, function (_c) {
|
|
584
584
|
switch (_c.label) {
|
|
@@ -589,18 +589,13 @@ var deserializeAws_json1_0ListResourceRequestsCommandError = function (output, c
|
|
|
589
589
|
case 1:
|
|
590
590
|
parsedOutput = __assign.apply(void 0, _a.concat([(_b.body = _c.sent(), _b)]));
|
|
591
591
|
errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
$fault: "client",
|
|
600
|
-
$metadata: $metadata,
|
|
601
|
-
});
|
|
602
|
-
throw __decorateServiceException(response, parsedBody);
|
|
603
|
-
}
|
|
592
|
+
parsedBody = parsedOutput.body;
|
|
593
|
+
throwDefaultError({
|
|
594
|
+
output: output,
|
|
595
|
+
parsedBody: parsedBody,
|
|
596
|
+
exceptionCtor: __BaseException,
|
|
597
|
+
errorCode: errorCode,
|
|
598
|
+
});
|
|
604
599
|
return [2];
|
|
605
600
|
}
|
|
606
601
|
});
|
|
@@ -624,7 +619,7 @@ export var deserializeAws_json1_0ListResourcesCommand = function (output, contex
|
|
|
624
619
|
});
|
|
625
620
|
}); };
|
|
626
621
|
var deserializeAws_json1_0ListResourcesCommandError = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
627
|
-
var parsedOutput, _a,
|
|
622
|
+
var parsedOutput, _a, errorCode, _b, parsedBody;
|
|
628
623
|
var _c;
|
|
629
624
|
return __generator(this, function (_d) {
|
|
630
625
|
switch (_d.label) {
|
|
@@ -709,14 +704,14 @@ var deserializeAws_json1_0ListResourcesCommandError = function (output, context)
|
|
|
709
704
|
case 35: throw _d.sent();
|
|
710
705
|
case 36:
|
|
711
706
|
parsedBody = parsedOutput.body;
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
$metadata: $metadata,
|
|
707
|
+
throwDefaultError({
|
|
708
|
+
output: output,
|
|
709
|
+
parsedBody: parsedBody,
|
|
710
|
+
exceptionCtor: __BaseException,
|
|
711
|
+
errorCode: errorCode,
|
|
718
712
|
});
|
|
719
|
-
|
|
713
|
+
_d.label = 37;
|
|
714
|
+
case 37: return [2];
|
|
720
715
|
}
|
|
721
716
|
});
|
|
722
717
|
}); };
|
|
@@ -739,7 +734,7 @@ export var deserializeAws_json1_0UpdateResourceCommand = function (output, conte
|
|
|
739
734
|
});
|
|
740
735
|
}); };
|
|
741
736
|
var deserializeAws_json1_0UpdateResourceCommandError = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
742
|
-
var parsedOutput, _a,
|
|
737
|
+
var parsedOutput, _a, errorCode, _b, parsedBody;
|
|
743
738
|
var _c;
|
|
744
739
|
return __generator(this, function (_d) {
|
|
745
740
|
switch (_d.label) {
|
|
@@ -832,14 +827,14 @@ var deserializeAws_json1_0UpdateResourceCommandError = function (output, context
|
|
|
832
827
|
case 39: throw _d.sent();
|
|
833
828
|
case 40:
|
|
834
829
|
parsedBody = parsedOutput.body;
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
$metadata: $metadata,
|
|
830
|
+
throwDefaultError({
|
|
831
|
+
output: output,
|
|
832
|
+
parsedBody: parsedBody,
|
|
833
|
+
exceptionCtor: __BaseException,
|
|
834
|
+
errorCode: errorCode,
|
|
841
835
|
});
|
|
842
|
-
|
|
836
|
+
_d.label = 41;
|
|
837
|
+
case 41: return [2];
|
|
843
838
|
}
|
|
844
839
|
});
|
|
845
840
|
}); };
|
|
@@ -1061,9 +1056,6 @@ var serializeAws_json1_0Operations = function (input, context) {
|
|
|
1061
1056
|
return input
|
|
1062
1057
|
.filter(function (e) { return e != null; })
|
|
1063
1058
|
.map(function (entry) {
|
|
1064
|
-
if (entry === null) {
|
|
1065
|
-
return null;
|
|
1066
|
-
}
|
|
1067
1059
|
return entry;
|
|
1068
1060
|
});
|
|
1069
1061
|
};
|
|
@@ -1071,9 +1063,6 @@ var serializeAws_json1_0OperationStatuses = function (input, context) {
|
|
|
1071
1063
|
return input
|
|
1072
1064
|
.filter(function (e) { return e != null; })
|
|
1073
1065
|
.map(function (entry) {
|
|
1074
|
-
if (entry === null) {
|
|
1075
|
-
return null;
|
|
1076
|
-
}
|
|
1077
1066
|
return entry;
|
|
1078
1067
|
});
|
|
1079
1068
|
};
|
|
@@ -19,12 +19,6 @@ export interface CancelResourceRequestInput {
|
|
|
19
19
|
*/
|
|
20
20
|
RequestToken: string | undefined;
|
|
21
21
|
}
|
|
22
|
-
export declare namespace CancelResourceRequestInput {
|
|
23
|
-
/**
|
|
24
|
-
* @internal
|
|
25
|
-
*/
|
|
26
|
-
const filterSensitiveLog: (obj: CancelResourceRequestInput) => any;
|
|
27
|
-
}
|
|
28
22
|
export declare enum HandlerErrorCode {
|
|
29
23
|
ACCESS_DENIED = "AccessDenied",
|
|
30
24
|
ALREADY_EXISTS = "AlreadyExists",
|
|
@@ -139,12 +133,6 @@ export interface ProgressEvent {
|
|
|
139
133
|
*/
|
|
140
134
|
RetryAfter?: Date;
|
|
141
135
|
}
|
|
142
|
-
export declare namespace ProgressEvent {
|
|
143
|
-
/**
|
|
144
|
-
* @internal
|
|
145
|
-
*/
|
|
146
|
-
const filterSensitiveLog: (obj: ProgressEvent) => any;
|
|
147
|
-
}
|
|
148
136
|
export interface CancelResourceRequestOutput {
|
|
149
137
|
/**
|
|
150
138
|
* <p>Represents the current status of a resource operation request. For more information, see
|
|
@@ -153,12 +141,6 @@ export interface CancelResourceRequestOutput {
|
|
|
153
141
|
*/
|
|
154
142
|
ProgressEvent?: ProgressEvent;
|
|
155
143
|
}
|
|
156
|
-
export declare namespace CancelResourceRequestOutput {
|
|
157
|
-
/**
|
|
158
|
-
* @internal
|
|
159
|
-
*/
|
|
160
|
-
const filterSensitiveLog: (obj: CancelResourceRequestOutput) => any;
|
|
161
|
-
}
|
|
162
144
|
/**
|
|
163
145
|
* <p>The resource is currently being modified by another operation.</p>
|
|
164
146
|
*/
|
|
@@ -256,12 +238,6 @@ export interface CreateResourceInput {
|
|
|
256
238
|
*/
|
|
257
239
|
DesiredState: string | undefined;
|
|
258
240
|
}
|
|
259
|
-
export declare namespace CreateResourceInput {
|
|
260
|
-
/**
|
|
261
|
-
* @internal
|
|
262
|
-
*/
|
|
263
|
-
const filterSensitiveLog: (obj: CreateResourceInput) => any;
|
|
264
|
-
}
|
|
265
241
|
export interface CreateResourceOutput {
|
|
266
242
|
/**
|
|
267
243
|
* <p>Represents the current status of the resource creation request.</p>
|
|
@@ -271,12 +247,6 @@ export interface CreateResourceOutput {
|
|
|
271
247
|
*/
|
|
272
248
|
ProgressEvent?: ProgressEvent;
|
|
273
249
|
}
|
|
274
|
-
export declare namespace CreateResourceOutput {
|
|
275
|
-
/**
|
|
276
|
-
* @internal
|
|
277
|
-
*/
|
|
278
|
-
const filterSensitiveLog: (obj: CreateResourceOutput) => any;
|
|
279
|
-
}
|
|
280
250
|
/**
|
|
281
251
|
* <p>The resource handler has returned that the downstream service generated an error that
|
|
282
252
|
* doesn't map to any other handler error code.</p>
|
|
@@ -515,12 +485,6 @@ export interface DeleteResourceInput {
|
|
|
515
485
|
*/
|
|
516
486
|
Identifier: string | undefined;
|
|
517
487
|
}
|
|
518
|
-
export declare namespace DeleteResourceInput {
|
|
519
|
-
/**
|
|
520
|
-
* @internal
|
|
521
|
-
*/
|
|
522
|
-
const filterSensitiveLog: (obj: DeleteResourceInput) => any;
|
|
523
|
-
}
|
|
524
488
|
export interface DeleteResourceOutput {
|
|
525
489
|
/**
|
|
526
490
|
* <p>Represents the current status of the resource deletion request.</p>
|
|
@@ -530,12 +494,6 @@ export interface DeleteResourceOutput {
|
|
|
530
494
|
*/
|
|
531
495
|
ProgressEvent?: ProgressEvent;
|
|
532
496
|
}
|
|
533
|
-
export declare namespace DeleteResourceOutput {
|
|
534
|
-
/**
|
|
535
|
-
* @internal
|
|
536
|
-
*/
|
|
537
|
-
const filterSensitiveLog: (obj: DeleteResourceOutput) => any;
|
|
538
|
-
}
|
|
539
497
|
export interface GetResourceInput {
|
|
540
498
|
/**
|
|
541
499
|
* <p>The name of the resource type.</p>
|
|
@@ -561,12 +519,6 @@ export interface GetResourceInput {
|
|
|
561
519
|
*/
|
|
562
520
|
Identifier: string | undefined;
|
|
563
521
|
}
|
|
564
|
-
export declare namespace GetResourceInput {
|
|
565
|
-
/**
|
|
566
|
-
* @internal
|
|
567
|
-
*/
|
|
568
|
-
const filterSensitiveLog: (obj: GetResourceInput) => any;
|
|
569
|
-
}
|
|
570
522
|
/**
|
|
571
523
|
* <p>Represents information about a provisioned resource.</p>
|
|
572
524
|
*/
|
|
@@ -582,12 +534,6 @@ export interface ResourceDescription {
|
|
|
582
534
|
*/
|
|
583
535
|
Properties?: string;
|
|
584
536
|
}
|
|
585
|
-
export declare namespace ResourceDescription {
|
|
586
|
-
/**
|
|
587
|
-
* @internal
|
|
588
|
-
*/
|
|
589
|
-
const filterSensitiveLog: (obj: ResourceDescription) => any;
|
|
590
|
-
}
|
|
591
537
|
export interface GetResourceOutput {
|
|
592
538
|
/**
|
|
593
539
|
* <p>The name of the resource type.</p>
|
|
@@ -598,12 +544,6 @@ export interface GetResourceOutput {
|
|
|
598
544
|
*/
|
|
599
545
|
ResourceDescription?: ResourceDescription;
|
|
600
546
|
}
|
|
601
|
-
export declare namespace GetResourceOutput {
|
|
602
|
-
/**
|
|
603
|
-
* @internal
|
|
604
|
-
*/
|
|
605
|
-
const filterSensitiveLog: (obj: GetResourceOutput) => any;
|
|
606
|
-
}
|
|
607
547
|
export interface GetResourceRequestStatusInput {
|
|
608
548
|
/**
|
|
609
549
|
* <p>A unique token used to track the progress of the resource operation request.</p>
|
|
@@ -612,24 +552,12 @@ export interface GetResourceRequestStatusInput {
|
|
|
612
552
|
*/
|
|
613
553
|
RequestToken: string | undefined;
|
|
614
554
|
}
|
|
615
|
-
export declare namespace GetResourceRequestStatusInput {
|
|
616
|
-
/**
|
|
617
|
-
* @internal
|
|
618
|
-
*/
|
|
619
|
-
const filterSensitiveLog: (obj: GetResourceRequestStatusInput) => any;
|
|
620
|
-
}
|
|
621
555
|
export interface GetResourceRequestStatusOutput {
|
|
622
556
|
/**
|
|
623
557
|
* <p>Represents the current status of the resource operation request.</p>
|
|
624
558
|
*/
|
|
625
559
|
ProgressEvent?: ProgressEvent;
|
|
626
560
|
}
|
|
627
|
-
export declare namespace GetResourceRequestStatusOutput {
|
|
628
|
-
/**
|
|
629
|
-
* @internal
|
|
630
|
-
*/
|
|
631
|
-
const filterSensitiveLog: (obj: GetResourceRequestStatusOutput) => any;
|
|
632
|
-
}
|
|
633
561
|
/**
|
|
634
562
|
* <p>The filter criteria to use in determining the requests returned.</p>
|
|
635
563
|
*/
|
|
@@ -670,12 +598,6 @@ export interface ResourceRequestStatusFilter {
|
|
|
670
598
|
*/
|
|
671
599
|
OperationStatuses?: (OperationStatus | string)[];
|
|
672
600
|
}
|
|
673
|
-
export declare namespace ResourceRequestStatusFilter {
|
|
674
|
-
/**
|
|
675
|
-
* @internal
|
|
676
|
-
*/
|
|
677
|
-
const filterSensitiveLog: (obj: ResourceRequestStatusFilter) => any;
|
|
678
|
-
}
|
|
679
601
|
export interface ListResourceRequestsInput {
|
|
680
602
|
/**
|
|
681
603
|
* <p>The maximum number of results to be returned with a single call. If the number of
|
|
@@ -694,12 +616,6 @@ export interface ListResourceRequestsInput {
|
|
|
694
616
|
*/
|
|
695
617
|
ResourceRequestStatusFilter?: ResourceRequestStatusFilter;
|
|
696
618
|
}
|
|
697
|
-
export declare namespace ListResourceRequestsInput {
|
|
698
|
-
/**
|
|
699
|
-
* @internal
|
|
700
|
-
*/
|
|
701
|
-
const filterSensitiveLog: (obj: ListResourceRequestsInput) => any;
|
|
702
|
-
}
|
|
703
619
|
export interface ListResourceRequestsOutput {
|
|
704
620
|
/**
|
|
705
621
|
* <p>The requests that match the specified filter criteria.</p>
|
|
@@ -710,12 +626,6 @@ export interface ListResourceRequestsOutput {
|
|
|
710
626
|
*/
|
|
711
627
|
NextToken?: string;
|
|
712
628
|
}
|
|
713
|
-
export declare namespace ListResourceRequestsOutput {
|
|
714
|
-
/**
|
|
715
|
-
* @internal
|
|
716
|
-
*/
|
|
717
|
-
const filterSensitiveLog: (obj: ListResourceRequestsOutput) => any;
|
|
718
|
-
}
|
|
719
629
|
export interface ListResourcesInput {
|
|
720
630
|
/**
|
|
721
631
|
* <p>The name of the resource type.</p>
|
|
@@ -746,12 +656,6 @@ export interface ListResourcesInput {
|
|
|
746
656
|
*/
|
|
747
657
|
ResourceModel?: string;
|
|
748
658
|
}
|
|
749
|
-
export declare namespace ListResourcesInput {
|
|
750
|
-
/**
|
|
751
|
-
* @internal
|
|
752
|
-
*/
|
|
753
|
-
const filterSensitiveLog: (obj: ListResourcesInput) => any;
|
|
754
|
-
}
|
|
755
659
|
export interface ListResourcesOutput {
|
|
756
660
|
/**
|
|
757
661
|
* <p>The name of the resource type.</p>
|
|
@@ -767,12 +671,6 @@ export interface ListResourcesOutput {
|
|
|
767
671
|
*/
|
|
768
672
|
NextToken?: string;
|
|
769
673
|
}
|
|
770
|
-
export declare namespace ListResourcesOutput {
|
|
771
|
-
/**
|
|
772
|
-
* @internal
|
|
773
|
-
*/
|
|
774
|
-
const filterSensitiveLog: (obj: ListResourcesOutput) => any;
|
|
775
|
-
}
|
|
776
674
|
export interface UpdateResourceInput {
|
|
777
675
|
/**
|
|
778
676
|
* <p>The name of the resource type.</p>
|
|
@@ -811,12 +709,6 @@ export interface UpdateResourceInput {
|
|
|
811
709
|
*/
|
|
812
710
|
PatchDocument: string | undefined;
|
|
813
711
|
}
|
|
814
|
-
export declare namespace UpdateResourceInput {
|
|
815
|
-
/**
|
|
816
|
-
* @internal
|
|
817
|
-
*/
|
|
818
|
-
const filterSensitiveLog: (obj: UpdateResourceInput) => any;
|
|
819
|
-
}
|
|
820
712
|
export interface UpdateResourceOutput {
|
|
821
713
|
/**
|
|
822
714
|
* <p>Represents the current status of the resource update request.</p>
|
|
@@ -825,9 +717,79 @@ export interface UpdateResourceOutput {
|
|
|
825
717
|
*/
|
|
826
718
|
ProgressEvent?: ProgressEvent;
|
|
827
719
|
}
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
720
|
+
/**
|
|
721
|
+
* @internal
|
|
722
|
+
*/
|
|
723
|
+
export declare const CancelResourceRequestInputFilterSensitiveLog: (obj: CancelResourceRequestInput) => any;
|
|
724
|
+
/**
|
|
725
|
+
* @internal
|
|
726
|
+
*/
|
|
727
|
+
export declare const ProgressEventFilterSensitiveLog: (obj: ProgressEvent) => any;
|
|
728
|
+
/**
|
|
729
|
+
* @internal
|
|
730
|
+
*/
|
|
731
|
+
export declare const CancelResourceRequestOutputFilterSensitiveLog: (obj: CancelResourceRequestOutput) => any;
|
|
732
|
+
/**
|
|
733
|
+
* @internal
|
|
734
|
+
*/
|
|
735
|
+
export declare const CreateResourceInputFilterSensitiveLog: (obj: CreateResourceInput) => any;
|
|
736
|
+
/**
|
|
737
|
+
* @internal
|
|
738
|
+
*/
|
|
739
|
+
export declare const CreateResourceOutputFilterSensitiveLog: (obj: CreateResourceOutput) => any;
|
|
740
|
+
/**
|
|
741
|
+
* @internal
|
|
742
|
+
*/
|
|
743
|
+
export declare const DeleteResourceInputFilterSensitiveLog: (obj: DeleteResourceInput) => any;
|
|
744
|
+
/**
|
|
745
|
+
* @internal
|
|
746
|
+
*/
|
|
747
|
+
export declare const DeleteResourceOutputFilterSensitiveLog: (obj: DeleteResourceOutput) => any;
|
|
748
|
+
/**
|
|
749
|
+
* @internal
|
|
750
|
+
*/
|
|
751
|
+
export declare const GetResourceInputFilterSensitiveLog: (obj: GetResourceInput) => any;
|
|
752
|
+
/**
|
|
753
|
+
* @internal
|
|
754
|
+
*/
|
|
755
|
+
export declare const ResourceDescriptionFilterSensitiveLog: (obj: ResourceDescription) => any;
|
|
756
|
+
/**
|
|
757
|
+
* @internal
|
|
758
|
+
*/
|
|
759
|
+
export declare const GetResourceOutputFilterSensitiveLog: (obj: GetResourceOutput) => any;
|
|
760
|
+
/**
|
|
761
|
+
* @internal
|
|
762
|
+
*/
|
|
763
|
+
export declare const GetResourceRequestStatusInputFilterSensitiveLog: (obj: GetResourceRequestStatusInput) => any;
|
|
764
|
+
/**
|
|
765
|
+
* @internal
|
|
766
|
+
*/
|
|
767
|
+
export declare const GetResourceRequestStatusOutputFilterSensitiveLog: (obj: GetResourceRequestStatusOutput) => any;
|
|
768
|
+
/**
|
|
769
|
+
* @internal
|
|
770
|
+
*/
|
|
771
|
+
export declare const ResourceRequestStatusFilterFilterSensitiveLog: (obj: ResourceRequestStatusFilter) => any;
|
|
772
|
+
/**
|
|
773
|
+
* @internal
|
|
774
|
+
*/
|
|
775
|
+
export declare const ListResourceRequestsInputFilterSensitiveLog: (obj: ListResourceRequestsInput) => any;
|
|
776
|
+
/**
|
|
777
|
+
* @internal
|
|
778
|
+
*/
|
|
779
|
+
export declare const ListResourceRequestsOutputFilterSensitiveLog: (obj: ListResourceRequestsOutput) => any;
|
|
780
|
+
/**
|
|
781
|
+
* @internal
|
|
782
|
+
*/
|
|
783
|
+
export declare const ListResourcesInputFilterSensitiveLog: (obj: ListResourcesInput) => any;
|
|
784
|
+
/**
|
|
785
|
+
* @internal
|
|
786
|
+
*/
|
|
787
|
+
export declare const ListResourcesOutputFilterSensitiveLog: (obj: ListResourcesOutput) => any;
|
|
788
|
+
/**
|
|
789
|
+
* @internal
|
|
790
|
+
*/
|
|
791
|
+
export declare const UpdateResourceInputFilterSensitiveLog: (obj: UpdateResourceInput) => any;
|
|
792
|
+
/**
|
|
793
|
+
* @internal
|
|
794
|
+
*/
|
|
795
|
+
export declare const UpdateResourceOutputFilterSensitiveLog: (obj: UpdateResourceOutput) => any;
|