@aws-sdk/client-controltower 3.489.0 → 3.495.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/dist-cjs/ControlTower.js +1 -43
- package/dist-cjs/ControlTowerClient.js +1 -43
- package/dist-cjs/commands/CreateLandingZoneCommand.js +1 -28
- package/dist-cjs/commands/DeleteLandingZoneCommand.js +1 -28
- package/dist-cjs/commands/DisableControlCommand.js +1 -28
- package/dist-cjs/commands/EnableControlCommand.js +1 -28
- package/dist-cjs/commands/GetControlOperationCommand.js +1 -28
- package/dist-cjs/commands/GetEnabledControlCommand.js +1 -28
- package/dist-cjs/commands/GetLandingZoneCommand.js +1 -28
- package/dist-cjs/commands/GetLandingZoneOperationCommand.js +1 -28
- package/dist-cjs/commands/ListEnabledControlsCommand.js +1 -28
- package/dist-cjs/commands/ListLandingZonesCommand.js +1 -28
- package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
- package/dist-cjs/commands/ResetLandingZoneCommand.js +1 -28
- package/dist-cjs/commands/TagResourceCommand.js +1 -28
- package/dist-cjs/commands/UntagResourceCommand.js +1 -28
- package/dist-cjs/commands/UpdateEnabledControlCommand.js +1 -28
- package/dist-cjs/commands/UpdateLandingZoneCommand.js +1 -28
- package/dist-cjs/commands/index.js +1 -19
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +1877 -11
- package/dist-cjs/models/ControlTowerServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -4
- package/dist-cjs/models/models_0.js +1 -143
- package/dist-cjs/pagination/Interfaces.js +1 -2
- package/dist-cjs/pagination/ListEnabledControlsPaginator.js +1 -7
- package/dist-cjs/pagination/ListLandingZonesPaginator.js +1 -7
- package/dist-cjs/pagination/index.js +1 -6
- package/dist-cjs/protocols/Aws_restJson1.js +1 -1209
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/package.json +40 -40
|
@@ -1,12 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ControlTowerServiceException = exports.__ServiceException = void 0;
|
|
4
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
|
-
Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
|
|
6
|
-
class ControlTowerServiceException extends smithy_client_1.ServiceException {
|
|
7
|
-
constructor(options) {
|
|
8
|
-
super(options);
|
|
9
|
-
Object.setPrototypeOf(this, ControlTowerServiceException.prototype);
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
exports.ControlTowerServiceException = ControlTowerServiceException;
|
|
1
|
+
module.exports = require("../index.js");
|
package/dist-cjs/models/index.js
CHANGED
|
@@ -1,143 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.LandingZoneOperationStatus = exports.LandingZoneOperationType = exports.LandingZoneStatus = exports.LandingZoneDriftStatus = exports.EnablementStatus = exports.DriftStatus = exports.ControlOperationStatus = exports.ControlOperationType = exports.ValidationException = exports.ThrottlingException = exports.ServiceQuotaExceededException = exports.ResourceNotFoundException = exports.InternalServerException = exports.ConflictException = exports.AccessDeniedException = void 0;
|
|
4
|
-
const ControlTowerServiceException_1 = require("./ControlTowerServiceException");
|
|
5
|
-
class AccessDeniedException extends ControlTowerServiceException_1.ControlTowerServiceException {
|
|
6
|
-
constructor(opts) {
|
|
7
|
-
super({
|
|
8
|
-
name: "AccessDeniedException",
|
|
9
|
-
$fault: "client",
|
|
10
|
-
...opts,
|
|
11
|
-
});
|
|
12
|
-
this.name = "AccessDeniedException";
|
|
13
|
-
this.$fault = "client";
|
|
14
|
-
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
15
|
-
}
|
|
16
|
-
}
|
|
17
|
-
exports.AccessDeniedException = AccessDeniedException;
|
|
18
|
-
class ConflictException extends ControlTowerServiceException_1.ControlTowerServiceException {
|
|
19
|
-
constructor(opts) {
|
|
20
|
-
super({
|
|
21
|
-
name: "ConflictException",
|
|
22
|
-
$fault: "client",
|
|
23
|
-
...opts,
|
|
24
|
-
});
|
|
25
|
-
this.name = "ConflictException";
|
|
26
|
-
this.$fault = "client";
|
|
27
|
-
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
exports.ConflictException = ConflictException;
|
|
31
|
-
class InternalServerException extends ControlTowerServiceException_1.ControlTowerServiceException {
|
|
32
|
-
constructor(opts) {
|
|
33
|
-
super({
|
|
34
|
-
name: "InternalServerException",
|
|
35
|
-
$fault: "server",
|
|
36
|
-
...opts,
|
|
37
|
-
});
|
|
38
|
-
this.name = "InternalServerException";
|
|
39
|
-
this.$fault = "server";
|
|
40
|
-
this.$retryable = {};
|
|
41
|
-
Object.setPrototypeOf(this, InternalServerException.prototype);
|
|
42
|
-
}
|
|
43
|
-
}
|
|
44
|
-
exports.InternalServerException = InternalServerException;
|
|
45
|
-
class ResourceNotFoundException extends ControlTowerServiceException_1.ControlTowerServiceException {
|
|
46
|
-
constructor(opts) {
|
|
47
|
-
super({
|
|
48
|
-
name: "ResourceNotFoundException",
|
|
49
|
-
$fault: "client",
|
|
50
|
-
...opts,
|
|
51
|
-
});
|
|
52
|
-
this.name = "ResourceNotFoundException";
|
|
53
|
-
this.$fault = "client";
|
|
54
|
-
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
55
|
-
}
|
|
56
|
-
}
|
|
57
|
-
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
58
|
-
class ServiceQuotaExceededException extends ControlTowerServiceException_1.ControlTowerServiceException {
|
|
59
|
-
constructor(opts) {
|
|
60
|
-
super({
|
|
61
|
-
name: "ServiceQuotaExceededException",
|
|
62
|
-
$fault: "client",
|
|
63
|
-
...opts,
|
|
64
|
-
});
|
|
65
|
-
this.name = "ServiceQuotaExceededException";
|
|
66
|
-
this.$fault = "client";
|
|
67
|
-
Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
|
|
68
|
-
}
|
|
69
|
-
}
|
|
70
|
-
exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
|
|
71
|
-
class ThrottlingException extends ControlTowerServiceException_1.ControlTowerServiceException {
|
|
72
|
-
constructor(opts) {
|
|
73
|
-
super({
|
|
74
|
-
name: "ThrottlingException",
|
|
75
|
-
$fault: "client",
|
|
76
|
-
...opts,
|
|
77
|
-
});
|
|
78
|
-
this.name = "ThrottlingException";
|
|
79
|
-
this.$fault = "client";
|
|
80
|
-
this.$retryable = {
|
|
81
|
-
throttling: true,
|
|
82
|
-
};
|
|
83
|
-
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
84
|
-
this.serviceCode = opts.serviceCode;
|
|
85
|
-
this.quotaCode = opts.quotaCode;
|
|
86
|
-
this.retryAfterSeconds = opts.retryAfterSeconds;
|
|
87
|
-
}
|
|
88
|
-
}
|
|
89
|
-
exports.ThrottlingException = ThrottlingException;
|
|
90
|
-
class ValidationException extends ControlTowerServiceException_1.ControlTowerServiceException {
|
|
91
|
-
constructor(opts) {
|
|
92
|
-
super({
|
|
93
|
-
name: "ValidationException",
|
|
94
|
-
$fault: "client",
|
|
95
|
-
...opts,
|
|
96
|
-
});
|
|
97
|
-
this.name = "ValidationException";
|
|
98
|
-
this.$fault = "client";
|
|
99
|
-
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
100
|
-
}
|
|
101
|
-
}
|
|
102
|
-
exports.ValidationException = ValidationException;
|
|
103
|
-
exports.ControlOperationType = {
|
|
104
|
-
DISABLE_CONTROL: "DISABLE_CONTROL",
|
|
105
|
-
ENABLE_CONTROL: "ENABLE_CONTROL",
|
|
106
|
-
UPDATE_ENABLED_CONTROL: "UPDATE_ENABLED_CONTROL",
|
|
107
|
-
};
|
|
108
|
-
exports.ControlOperationStatus = {
|
|
109
|
-
FAILED: "FAILED",
|
|
110
|
-
IN_PROGRESS: "IN_PROGRESS",
|
|
111
|
-
SUCCEEDED: "SUCCEEDED",
|
|
112
|
-
};
|
|
113
|
-
exports.DriftStatus = {
|
|
114
|
-
DRIFTED: "DRIFTED",
|
|
115
|
-
IN_SYNC: "IN_SYNC",
|
|
116
|
-
NOT_CHECKING: "NOT_CHECKING",
|
|
117
|
-
UNKNOWN: "UNKNOWN",
|
|
118
|
-
};
|
|
119
|
-
exports.EnablementStatus = {
|
|
120
|
-
FAILED: "FAILED",
|
|
121
|
-
SUCCEEDED: "SUCCEEDED",
|
|
122
|
-
UNDER_CHANGE: "UNDER_CHANGE",
|
|
123
|
-
};
|
|
124
|
-
exports.LandingZoneDriftStatus = {
|
|
125
|
-
DRIFTED: "DRIFTED",
|
|
126
|
-
IN_SYNC: "IN_SYNC",
|
|
127
|
-
};
|
|
128
|
-
exports.LandingZoneStatus = {
|
|
129
|
-
ACTIVE: "ACTIVE",
|
|
130
|
-
FAILED: "FAILED",
|
|
131
|
-
PROCESSING: "PROCESSING",
|
|
132
|
-
};
|
|
133
|
-
exports.LandingZoneOperationType = {
|
|
134
|
-
CREATE: "CREATE",
|
|
135
|
-
DELETE: "DELETE",
|
|
136
|
-
RESET: "RESET",
|
|
137
|
-
UPDATE: "UPDATE",
|
|
138
|
-
};
|
|
139
|
-
exports.LandingZoneOperationStatus = {
|
|
140
|
-
FAILED: "FAILED",
|
|
141
|
-
IN_PROGRESS: "IN_PROGRESS",
|
|
142
|
-
SUCCEEDED: "SUCCEEDED",
|
|
143
|
-
};
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListEnabledControls = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListEnabledControlsCommand_1 = require("../commands/ListEnabledControlsCommand");
|
|
6
|
-
const ControlTowerClient_1 = require("../ControlTowerClient");
|
|
7
|
-
exports.paginateListEnabledControls = (0, core_1.createPaginator)(ControlTowerClient_1.ControlTowerClient, ListEnabledControlsCommand_1.ListEnabledControlsCommand, "nextToken", "nextToken", "maxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListLandingZones = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListLandingZonesCommand_1 = require("../commands/ListLandingZonesCommand");
|
|
6
|
-
const ControlTowerClient_1 = require("../ControlTowerClient");
|
|
7
|
-
exports.paginateListLandingZones = (0, core_1.createPaginator)(ControlTowerClient_1.ControlTowerClient, ListLandingZonesCommand_1.ListLandingZonesCommand, "nextToken", "nextToken", "maxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,6 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./Interfaces"), exports);
|
|
5
|
-
tslib_1.__exportStar(require("./ListEnabledControlsPaginator"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./ListLandingZonesPaginator"), exports);
|
|
1
|
+
module.exports = require("../index.js");
|