@aws-sdk/client-outposts 3.39.0 → 3.43.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 +41 -0
- package/README.md +10 -10
- package/dist-cjs/Outposts.js +165 -0
- package/dist-cjs/commands/CancelOrderCommand.js +36 -0
- package/dist-cjs/commands/CreateSiteCommand.js +36 -0
- package/dist-cjs/commands/GetCatalogItemCommand.js +36 -0
- package/dist-cjs/commands/GetOrderCommand.js +36 -0
- package/dist-cjs/commands/GetSiteAddressCommand.js +36 -0
- package/dist-cjs/commands/GetSiteCommand.js +36 -0
- package/dist-cjs/commands/ListCatalogItemsCommand.js +36 -0
- package/dist-cjs/commands/ListOrdersCommand.js +36 -0
- package/dist-cjs/commands/UpdateSiteAddressCommand.js +36 -0
- package/dist-cjs/commands/UpdateSiteCommand.js +36 -0
- package/dist-cjs/commands/UpdateSiteRackPhysicalPropertiesCommand.js +36 -0
- package/dist-cjs/commands/index.js +11 -0
- package/dist-cjs/endpoints.js +143 -24
- package/dist-cjs/models/models_0.js +301 -25
- package/dist-cjs/pagination/ListCatalogItemsPaginator.js +35 -0
- package/dist-cjs/pagination/ListOrdersPaginator.js +35 -0
- package/dist-cjs/pagination/index.js +2 -0
- package/dist-cjs/protocols/Aws_restJson1.js +1429 -103
- package/dist-cjs/runtimeConfig.browser.js +6 -3
- package/dist-cjs/runtimeConfig.js +5 -3
- package/dist-es/Outposts.js +165 -0
- package/dist-es/commands/CancelOrderCommand.js +39 -0
- package/dist-es/commands/CreateSiteCommand.js +39 -0
- package/dist-es/commands/GetCatalogItemCommand.js +39 -0
- package/dist-es/commands/GetOrderCommand.js +39 -0
- package/dist-es/commands/GetSiteAddressCommand.js +39 -0
- package/dist-es/commands/GetSiteCommand.js +39 -0
- package/dist-es/commands/ListCatalogItemsCommand.js +39 -0
- package/dist-es/commands/ListOrdersCommand.js +39 -0
- package/dist-es/commands/UpdateSiteAddressCommand.js +39 -0
- package/dist-es/commands/UpdateSiteCommand.js +39 -0
- package/dist-es/commands/UpdateSiteRackPhysicalPropertiesCommand.js +39 -0
- package/dist-es/commands/index.js +11 -0
- package/dist-es/endpoints.js +143 -24
- package/dist-es/models/models_0.js +237 -16
- package/dist-es/pagination/ListCatalogItemsPaginator.js +74 -0
- package/dist-es/pagination/ListOrdersPaginator.js +74 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/protocols/Aws_restJson1.js +1638 -165
- package/dist-es/runtimeConfig.browser.js +3 -2
- package/dist-es/runtimeConfig.js +3 -3
- package/dist-types/Outposts.d.ts +114 -6
- package/dist-types/OutpostsClient.d.ts +24 -5
- package/dist-types/commands/CancelOrderCommand.d.ts +37 -0
- package/dist-types/commands/CreateOrderCommand.d.ts +1 -1
- package/dist-types/commands/CreateOutpostCommand.d.ts +1 -1
- package/dist-types/commands/CreateSiteCommand.d.ts +37 -0
- package/dist-types/commands/DeleteOutpostCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSiteCommand.d.ts +1 -1
- package/dist-types/commands/GetCatalogItemCommand.d.ts +35 -0
- package/dist-types/commands/GetOrderCommand.d.ts +35 -0
- package/dist-types/commands/GetOutpostCommand.d.ts +1 -1
- package/dist-types/commands/GetOutpostInstanceTypesCommand.d.ts +1 -1
- package/dist-types/commands/GetSiteAddressCommand.d.ts +37 -0
- package/dist-types/commands/GetSiteCommand.d.ts +37 -0
- package/dist-types/commands/ListCatalogItemsCommand.d.ts +39 -0
- package/dist-types/commands/ListOrdersCommand.d.ts +36 -0
- package/dist-types/commands/ListOutpostsCommand.d.ts +3 -3
- package/dist-types/commands/ListSitesCommand.d.ts +2 -2
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSiteAddressCommand.d.ts +46 -0
- package/dist-types/commands/UpdateSiteCommand.d.ts +37 -0
- package/dist-types/commands/UpdateSiteRackPhysicalPropertiesCommand.d.ts +40 -0
- package/dist-types/commands/index.d.ts +11 -0
- package/dist-types/models/models_0.d.ts +1133 -151
- package/dist-types/pagination/ListCatalogItemsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListOrdersPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +33 -0
- package/dist-types/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/runtimeConfig.d.ts +2 -0
- package/dist-types/runtimeConfig.native.d.ts +2 -0
- package/dist-types/ts3.4/Outposts.d.ts +55 -0
- package/dist-types/ts3.4/OutpostsClient.d.ts +17 -2
- package/dist-types/ts3.4/commands/CancelOrderCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateSiteCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetCatalogItemCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetOrderCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetSiteAddressCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetSiteCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListCatalogItemsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListOrdersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateSiteAddressCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateSiteCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateSiteRackPhysicalPropertiesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +11 -0
- package/dist-types/ts3.4/models/models_0.d.ts +511 -52
- package/dist-types/ts3.4/pagination/ListCatalogItemsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListOrdersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +33 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
- package/package.json +23 -23
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { UpdateSiteInput, UpdateSiteOutput } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1UpdateSiteCommand, serializeAws_restJson1UpdateSiteCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var UpdateSiteCommand = (function (_super) {
|
|
7
|
+
__extends(UpdateSiteCommand, _super);
|
|
8
|
+
function UpdateSiteCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
UpdateSiteCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "OutpostsClient";
|
|
18
|
+
var commandName = "UpdateSiteCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: UpdateSiteInput.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: UpdateSiteOutput.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
UpdateSiteCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_restJson1UpdateSiteCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
UpdateSiteCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_restJson1UpdateSiteCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return UpdateSiteCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { UpdateSiteCommand };
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { UpdateSiteRackPhysicalPropertiesInput, UpdateSiteRackPhysicalPropertiesOutput } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1UpdateSiteRackPhysicalPropertiesCommand, serializeAws_restJson1UpdateSiteRackPhysicalPropertiesCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var UpdateSiteRackPhysicalPropertiesCommand = (function (_super) {
|
|
7
|
+
__extends(UpdateSiteRackPhysicalPropertiesCommand, _super);
|
|
8
|
+
function UpdateSiteRackPhysicalPropertiesCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
UpdateSiteRackPhysicalPropertiesCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "OutpostsClient";
|
|
18
|
+
var commandName = "UpdateSiteRackPhysicalPropertiesCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: UpdateSiteRackPhysicalPropertiesInput.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: UpdateSiteRackPhysicalPropertiesOutput.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
UpdateSiteRackPhysicalPropertiesCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_restJson1UpdateSiteRackPhysicalPropertiesCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
UpdateSiteRackPhysicalPropertiesCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_restJson1UpdateSiteRackPhysicalPropertiesCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return UpdateSiteRackPhysicalPropertiesCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { UpdateSiteRackPhysicalPropertiesCommand };
|
|
@@ -1,11 +1,22 @@
|
|
|
1
|
+
export * from "./CancelOrderCommand";
|
|
1
2
|
export * from "./CreateOrderCommand";
|
|
2
3
|
export * from "./CreateOutpostCommand";
|
|
4
|
+
export * from "./CreateSiteCommand";
|
|
3
5
|
export * from "./DeleteOutpostCommand";
|
|
4
6
|
export * from "./DeleteSiteCommand";
|
|
7
|
+
export * from "./GetCatalogItemCommand";
|
|
8
|
+
export * from "./GetOrderCommand";
|
|
5
9
|
export * from "./GetOutpostCommand";
|
|
6
10
|
export * from "./GetOutpostInstanceTypesCommand";
|
|
11
|
+
export * from "./GetSiteAddressCommand";
|
|
12
|
+
export * from "./GetSiteCommand";
|
|
13
|
+
export * from "./ListCatalogItemsCommand";
|
|
14
|
+
export * from "./ListOrdersCommand";
|
|
7
15
|
export * from "./ListOutpostsCommand";
|
|
8
16
|
export * from "./ListSitesCommand";
|
|
9
17
|
export * from "./ListTagsForResourceCommand";
|
|
10
18
|
export * from "./TagResourceCommand";
|
|
11
19
|
export * from "./UntagResourceCommand";
|
|
20
|
+
export * from "./UpdateSiteAddressCommand";
|
|
21
|
+
export * from "./UpdateSiteCommand";
|
|
22
|
+
export * from "./UpdateSiteRackPhysicalPropertiesCommand";
|
package/dist-es/endpoints.js
CHANGED
|
@@ -1,34 +1,84 @@
|
|
|
1
1
|
import { __assign, __awaiter, __generator } from "tslib";
|
|
2
2
|
import { getRegionInfo } from "@aws-sdk/config-resolver";
|
|
3
3
|
var regionHash = {
|
|
4
|
-
"
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
4
|
+
"ca-central-1": {
|
|
5
|
+
variants: [
|
|
6
|
+
{
|
|
7
|
+
hostname: "outposts.ca-central-1.amazonaws.com",
|
|
8
|
+
tags: [],
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
hostname: "outposts-fips.ca-central-1.amazonaws.com",
|
|
12
|
+
tags: ["fips"],
|
|
13
|
+
},
|
|
14
|
+
],
|
|
15
15
|
},
|
|
16
|
-
"
|
|
17
|
-
|
|
18
|
-
|
|
16
|
+
"us-east-1": {
|
|
17
|
+
variants: [
|
|
18
|
+
{
|
|
19
|
+
hostname: "outposts.us-east-1.amazonaws.com",
|
|
20
|
+
tags: [],
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
hostname: "outposts-fips.us-east-1.amazonaws.com",
|
|
24
|
+
tags: ["fips"],
|
|
25
|
+
},
|
|
26
|
+
],
|
|
19
27
|
},
|
|
20
|
-
"
|
|
21
|
-
|
|
22
|
-
|
|
28
|
+
"us-east-2": {
|
|
29
|
+
variants: [
|
|
30
|
+
{
|
|
31
|
+
hostname: "outposts.us-east-2.amazonaws.com",
|
|
32
|
+
tags: [],
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
hostname: "outposts-fips.us-east-2.amazonaws.com",
|
|
36
|
+
tags: ["fips"],
|
|
37
|
+
},
|
|
38
|
+
],
|
|
23
39
|
},
|
|
24
40
|
"us-gov-east-1": {
|
|
25
|
-
|
|
41
|
+
variants: [
|
|
42
|
+
{
|
|
43
|
+
hostname: "outposts.us-gov-east-1.amazonaws.com",
|
|
44
|
+
tags: [],
|
|
45
|
+
},
|
|
46
|
+
],
|
|
26
47
|
signingRegion: "us-gov-east-1",
|
|
27
48
|
},
|
|
28
49
|
"us-gov-west-1": {
|
|
29
|
-
|
|
50
|
+
variants: [
|
|
51
|
+
{
|
|
52
|
+
hostname: "outposts.us-gov-west-1.amazonaws.com",
|
|
53
|
+
tags: [],
|
|
54
|
+
},
|
|
55
|
+
],
|
|
30
56
|
signingRegion: "us-gov-west-1",
|
|
31
57
|
},
|
|
58
|
+
"us-west-1": {
|
|
59
|
+
variants: [
|
|
60
|
+
{
|
|
61
|
+
hostname: "outposts.us-west-1.amazonaws.com",
|
|
62
|
+
tags: [],
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
hostname: "outposts-fips.us-west-1.amazonaws.com",
|
|
66
|
+
tags: ["fips"],
|
|
67
|
+
},
|
|
68
|
+
],
|
|
69
|
+
},
|
|
70
|
+
"us-west-2": {
|
|
71
|
+
variants: [
|
|
72
|
+
{
|
|
73
|
+
hostname: "outposts.us-west-2.amazonaws.com",
|
|
74
|
+
tags: [],
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
hostname: "outposts-fips.us-west-2.amazonaws.com",
|
|
78
|
+
tags: ["fips"],
|
|
79
|
+
},
|
|
80
|
+
],
|
|
81
|
+
},
|
|
32
82
|
};
|
|
33
83
|
var partitionHash = {
|
|
34
84
|
aws: {
|
|
@@ -61,27 +111,96 @@ var partitionHash = {
|
|
|
61
111
|
"us-west-2",
|
|
62
112
|
],
|
|
63
113
|
regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$",
|
|
64
|
-
|
|
114
|
+
variants: [
|
|
115
|
+
{
|
|
116
|
+
hostname: "outposts.{region}.amazonaws.com",
|
|
117
|
+
tags: [],
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
hostname: "outposts-fips.{region}.amazonaws.com",
|
|
121
|
+
tags: ["fips"],
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
hostname: "outposts-fips.{region}.api.aws",
|
|
125
|
+
tags: ["dualstack", "fips"],
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
hostname: "outposts.{region}.api.aws",
|
|
129
|
+
tags: ["dualstack"],
|
|
130
|
+
},
|
|
131
|
+
],
|
|
65
132
|
},
|
|
66
133
|
"aws-cn": {
|
|
67
134
|
regions: ["cn-north-1", "cn-northwest-1"],
|
|
68
135
|
regionRegex: "^cn\\-\\w+\\-\\d+$",
|
|
69
|
-
|
|
136
|
+
variants: [
|
|
137
|
+
{
|
|
138
|
+
hostname: "outposts.{region}.amazonaws.com.cn",
|
|
139
|
+
tags: [],
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
hostname: "outposts-fips.{region}.amazonaws.com.cn",
|
|
143
|
+
tags: ["fips"],
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
hostname: "outposts-fips.{region}.api.amazonwebservices.com.cn",
|
|
147
|
+
tags: ["dualstack", "fips"],
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
hostname: "outposts.{region}.api.amazonwebservices.com.cn",
|
|
151
|
+
tags: ["dualstack"],
|
|
152
|
+
},
|
|
153
|
+
],
|
|
70
154
|
},
|
|
71
155
|
"aws-iso": {
|
|
72
156
|
regions: ["us-iso-east-1", "us-iso-west-1"],
|
|
73
157
|
regionRegex: "^us\\-iso\\-\\w+\\-\\d+$",
|
|
74
|
-
|
|
158
|
+
variants: [
|
|
159
|
+
{
|
|
160
|
+
hostname: "outposts.{region}.c2s.ic.gov",
|
|
161
|
+
tags: [],
|
|
162
|
+
},
|
|
163
|
+
{
|
|
164
|
+
hostname: "outposts-fips.{region}.c2s.ic.gov",
|
|
165
|
+
tags: ["fips"],
|
|
166
|
+
},
|
|
167
|
+
],
|
|
75
168
|
},
|
|
76
169
|
"aws-iso-b": {
|
|
77
170
|
regions: ["us-isob-east-1"],
|
|
78
171
|
regionRegex: "^us\\-isob\\-\\w+\\-\\d+$",
|
|
79
|
-
|
|
172
|
+
variants: [
|
|
173
|
+
{
|
|
174
|
+
hostname: "outposts.{region}.sc2s.sgov.gov",
|
|
175
|
+
tags: [],
|
|
176
|
+
},
|
|
177
|
+
{
|
|
178
|
+
hostname: "outposts-fips.{region}.sc2s.sgov.gov",
|
|
179
|
+
tags: ["fips"],
|
|
180
|
+
},
|
|
181
|
+
],
|
|
80
182
|
},
|
|
81
183
|
"aws-us-gov": {
|
|
82
184
|
regions: ["us-gov-east-1", "us-gov-west-1"],
|
|
83
185
|
regionRegex: "^us\\-gov\\-\\w+\\-\\d+$",
|
|
84
|
-
|
|
186
|
+
variants: [
|
|
187
|
+
{
|
|
188
|
+
hostname: "outposts.{region}.amazonaws.com",
|
|
189
|
+
tags: [],
|
|
190
|
+
},
|
|
191
|
+
{
|
|
192
|
+
hostname: "outposts-fips.{region}.amazonaws.com",
|
|
193
|
+
tags: ["fips"],
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
hostname: "outposts-fips.{region}.api.aws",
|
|
197
|
+
tags: ["dualstack", "fips"],
|
|
198
|
+
},
|
|
199
|
+
{
|
|
200
|
+
hostname: "outposts.{region}.api.aws",
|
|
201
|
+
tags: ["dualstack"],
|
|
202
|
+
},
|
|
203
|
+
],
|
|
85
204
|
},
|
|
86
205
|
};
|
|
87
206
|
export var defaultRegionInfoProvider = function (region, options) { return __awaiter(void 0, void 0, void 0, function () {
|
|
@@ -3,14 +3,67 @@ export var AccessDeniedException;
|
|
|
3
3
|
(function (AccessDeniedException) {
|
|
4
4
|
AccessDeniedException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
5
5
|
})(AccessDeniedException || (AccessDeniedException = {}));
|
|
6
|
+
export var Address;
|
|
7
|
+
(function (Address) {
|
|
8
|
+
Address.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
9
|
+
})(Address || (Address = {}));
|
|
10
|
+
export var AddressType;
|
|
11
|
+
(function (AddressType) {
|
|
12
|
+
AddressType["OPERATING_ADDRESS"] = "OPERATING_ADDRESS";
|
|
13
|
+
AddressType["SHIPPING_ADDRESS"] = "SHIPPING_ADDRESS";
|
|
14
|
+
})(AddressType || (AddressType = {}));
|
|
15
|
+
export var CancelOrderInput;
|
|
16
|
+
(function (CancelOrderInput) {
|
|
17
|
+
CancelOrderInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
18
|
+
})(CancelOrderInput || (CancelOrderInput = {}));
|
|
19
|
+
export var CancelOrderOutput;
|
|
20
|
+
(function (CancelOrderOutput) {
|
|
21
|
+
CancelOrderOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
22
|
+
})(CancelOrderOutput || (CancelOrderOutput = {}));
|
|
6
23
|
export var ResourceType;
|
|
7
24
|
(function (ResourceType) {
|
|
25
|
+
ResourceType["ORDER"] = "ORDER";
|
|
8
26
|
ResourceType["OUTPOST"] = "OUTPOST";
|
|
9
27
|
})(ResourceType || (ResourceType = {}));
|
|
10
28
|
export var ConflictException;
|
|
11
29
|
(function (ConflictException) {
|
|
12
30
|
ConflictException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
13
31
|
})(ConflictException || (ConflictException = {}));
|
|
32
|
+
export var InternalServerException;
|
|
33
|
+
(function (InternalServerException) {
|
|
34
|
+
InternalServerException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
35
|
+
})(InternalServerException || (InternalServerException = {}));
|
|
36
|
+
export var NotFoundException;
|
|
37
|
+
(function (NotFoundException) {
|
|
38
|
+
NotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
39
|
+
})(NotFoundException || (NotFoundException = {}));
|
|
40
|
+
export var ValidationException;
|
|
41
|
+
(function (ValidationException) {
|
|
42
|
+
ValidationException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
43
|
+
})(ValidationException || (ValidationException = {}));
|
|
44
|
+
export var EC2Capacity;
|
|
45
|
+
(function (EC2Capacity) {
|
|
46
|
+
EC2Capacity.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
47
|
+
})(EC2Capacity || (EC2Capacity = {}));
|
|
48
|
+
export var CatalogItemStatus;
|
|
49
|
+
(function (CatalogItemStatus) {
|
|
50
|
+
CatalogItemStatus["AVAILABLE"] = "AVAILABLE";
|
|
51
|
+
CatalogItemStatus["DISCONTINUED"] = "DISCONTINUED";
|
|
52
|
+
})(CatalogItemStatus || (CatalogItemStatus = {}));
|
|
53
|
+
export var SupportedStorageEnum;
|
|
54
|
+
(function (SupportedStorageEnum) {
|
|
55
|
+
SupportedStorageEnum["EBS"] = "EBS";
|
|
56
|
+
SupportedStorageEnum["S3"] = "S3";
|
|
57
|
+
})(SupportedStorageEnum || (SupportedStorageEnum = {}));
|
|
58
|
+
export var CatalogItem;
|
|
59
|
+
(function (CatalogItem) {
|
|
60
|
+
CatalogItem.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
61
|
+
})(CatalogItem || (CatalogItem = {}));
|
|
62
|
+
export var CatalogItemClass;
|
|
63
|
+
(function (CatalogItemClass) {
|
|
64
|
+
CatalogItemClass["RACK"] = "RACK";
|
|
65
|
+
CatalogItemClass["SERVER"] = "SERVER";
|
|
66
|
+
})(CatalogItemClass || (CatalogItemClass = {}));
|
|
14
67
|
export var LineItemRequest;
|
|
15
68
|
(function (LineItemRequest) {
|
|
16
69
|
LineItemRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -29,6 +82,17 @@ export var CreateOrderInput;
|
|
|
29
82
|
(function (CreateOrderInput) {
|
|
30
83
|
CreateOrderInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
31
84
|
})(CreateOrderInput || (CreateOrderInput = {}));
|
|
85
|
+
export var LineItemStatus;
|
|
86
|
+
(function (LineItemStatus) {
|
|
87
|
+
LineItemStatus["BUILDING"] = "BUILDING";
|
|
88
|
+
LineItemStatus["CANCELLED"] = "CANCELLED";
|
|
89
|
+
LineItemStatus["DELIVERED"] = "DELIVERED";
|
|
90
|
+
LineItemStatus["ERROR"] = "ERROR";
|
|
91
|
+
LineItemStatus["INSTALLED"] = "INSTALLED";
|
|
92
|
+
LineItemStatus["INSTALLING"] = "INSTALLING";
|
|
93
|
+
LineItemStatus["PREPARING"] = "PREPARING";
|
|
94
|
+
LineItemStatus["SHIPPED"] = "SHIPPED";
|
|
95
|
+
})(LineItemStatus || (LineItemStatus = {}));
|
|
32
96
|
export var LineItem;
|
|
33
97
|
(function (LineItem) {
|
|
34
98
|
LineItem.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -36,9 +100,13 @@ export var LineItem;
|
|
|
36
100
|
export var OrderStatus;
|
|
37
101
|
(function (OrderStatus) {
|
|
38
102
|
OrderStatus["CANCELLED"] = "CANCELLED";
|
|
103
|
+
OrderStatus["COMPLETED"] = "COMPLETED";
|
|
104
|
+
OrderStatus["ERROR"] = "ERROR";
|
|
39
105
|
OrderStatus["FULFILLED"] = "FULFILLED";
|
|
40
106
|
OrderStatus["INSTALLING"] = "INSTALLING";
|
|
107
|
+
OrderStatus["IN_PROGRESS"] = "IN_PROGRESS";
|
|
41
108
|
OrderStatus["PENDING"] = "PENDING";
|
|
109
|
+
OrderStatus["PREPARING"] = "PREPARING";
|
|
42
110
|
OrderStatus["PROCESSING"] = "PROCESSING";
|
|
43
111
|
OrderStatus["RECEIVED"] = "RECEIVED";
|
|
44
112
|
})(OrderStatus || (OrderStatus = {}));
|
|
@@ -50,22 +118,10 @@ export var CreateOrderOutput;
|
|
|
50
118
|
(function (CreateOrderOutput) {
|
|
51
119
|
CreateOrderOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
52
120
|
})(CreateOrderOutput || (CreateOrderOutput = {}));
|
|
53
|
-
export var InternalServerException;
|
|
54
|
-
(function (InternalServerException) {
|
|
55
|
-
InternalServerException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
56
|
-
})(InternalServerException || (InternalServerException = {}));
|
|
57
|
-
export var NotFoundException;
|
|
58
|
-
(function (NotFoundException) {
|
|
59
|
-
NotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
60
|
-
})(NotFoundException || (NotFoundException = {}));
|
|
61
121
|
export var ServiceQuotaExceededException;
|
|
62
122
|
(function (ServiceQuotaExceededException) {
|
|
63
123
|
ServiceQuotaExceededException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
64
124
|
})(ServiceQuotaExceededException || (ServiceQuotaExceededException = {}));
|
|
65
|
-
export var ValidationException;
|
|
66
|
-
(function (ValidationException) {
|
|
67
|
-
ValidationException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
68
|
-
})(ValidationException || (ValidationException = {}));
|
|
69
125
|
export var CreateOutpostInput;
|
|
70
126
|
(function (CreateOutpostInput) {
|
|
71
127
|
CreateOutpostInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -78,6 +134,94 @@ export var CreateOutpostOutput;
|
|
|
78
134
|
(function (CreateOutpostOutput) {
|
|
79
135
|
CreateOutpostOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
80
136
|
})(CreateOutpostOutput || (CreateOutpostOutput = {}));
|
|
137
|
+
export var FiberOpticCableType;
|
|
138
|
+
(function (FiberOpticCableType) {
|
|
139
|
+
FiberOpticCableType["MULTI_MODE"] = "MULTI_MODE";
|
|
140
|
+
FiberOpticCableType["SINGLE_MODE"] = "SINGLE_MODE";
|
|
141
|
+
})(FiberOpticCableType || (FiberOpticCableType = {}));
|
|
142
|
+
export var MaximumSupportedWeightLbs;
|
|
143
|
+
(function (MaximumSupportedWeightLbs) {
|
|
144
|
+
MaximumSupportedWeightLbs["MAX_1400_LBS"] = "MAX_1400_LBS";
|
|
145
|
+
MaximumSupportedWeightLbs["MAX_1600_LBS"] = "MAX_1600_LBS";
|
|
146
|
+
MaximumSupportedWeightLbs["MAX_1800_LBS"] = "MAX_1800_LBS";
|
|
147
|
+
MaximumSupportedWeightLbs["MAX_2000_LBS"] = "MAX_2000_LBS";
|
|
148
|
+
MaximumSupportedWeightLbs["NO_LIMIT"] = "NO_LIMIT";
|
|
149
|
+
})(MaximumSupportedWeightLbs || (MaximumSupportedWeightLbs = {}));
|
|
150
|
+
export var OpticalStandard;
|
|
151
|
+
(function (OpticalStandard) {
|
|
152
|
+
OpticalStandard["OPTIC_1000BASE_LX"] = "OPTIC_1000BASE_LX";
|
|
153
|
+
OpticalStandard["OPTIC_1000BASE_SX"] = "OPTIC_1000BASE_SX";
|
|
154
|
+
OpticalStandard["OPTIC_100GBASE_CWDM4"] = "OPTIC_100GBASE_CWDM4";
|
|
155
|
+
OpticalStandard["OPTIC_100GBASE_LR4"] = "OPTIC_100GBASE_LR4";
|
|
156
|
+
OpticalStandard["OPTIC_100GBASE_SR4"] = "OPTIC_100GBASE_SR4";
|
|
157
|
+
OpticalStandard["OPTIC_100G_PSM4_MSA"] = "OPTIC_100G_PSM4_MSA";
|
|
158
|
+
OpticalStandard["OPTIC_10GBASE_IR"] = "OPTIC_10GBASE_IR";
|
|
159
|
+
OpticalStandard["OPTIC_10GBASE_LR"] = "OPTIC_10GBASE_LR";
|
|
160
|
+
OpticalStandard["OPTIC_10GBASE_SR"] = "OPTIC_10GBASE_SR";
|
|
161
|
+
OpticalStandard["OPTIC_40GBASE_ESR"] = "OPTIC_40GBASE_ESR";
|
|
162
|
+
OpticalStandard["OPTIC_40GBASE_IR4_LR4L"] = "OPTIC_40GBASE_IR4_LR4L";
|
|
163
|
+
OpticalStandard["OPTIC_40GBASE_LR4"] = "OPTIC_40GBASE_LR4";
|
|
164
|
+
OpticalStandard["OPTIC_40GBASE_SR"] = "OPTIC_40GBASE_SR";
|
|
165
|
+
})(OpticalStandard || (OpticalStandard = {}));
|
|
166
|
+
export var PowerConnector;
|
|
167
|
+
(function (PowerConnector) {
|
|
168
|
+
PowerConnector["AH530P7W"] = "AH530P7W";
|
|
169
|
+
PowerConnector["AH532P6W"] = "AH532P6W";
|
|
170
|
+
PowerConnector["IEC309"] = "IEC309";
|
|
171
|
+
PowerConnector["L6_30P"] = "L6_30P";
|
|
172
|
+
})(PowerConnector || (PowerConnector = {}));
|
|
173
|
+
export var PowerDrawKva;
|
|
174
|
+
(function (PowerDrawKva) {
|
|
175
|
+
PowerDrawKva["POWER_10_KVA"] = "POWER_10_KVA";
|
|
176
|
+
PowerDrawKva["POWER_15_KVA"] = "POWER_15_KVA";
|
|
177
|
+
PowerDrawKva["POWER_5_KVA"] = "POWER_5_KVA";
|
|
178
|
+
})(PowerDrawKva || (PowerDrawKva = {}));
|
|
179
|
+
export var PowerFeedDrop;
|
|
180
|
+
(function (PowerFeedDrop) {
|
|
181
|
+
PowerFeedDrop["ABOVE_RACK"] = "ABOVE_RACK";
|
|
182
|
+
PowerFeedDrop["BELOW_RACK"] = "BELOW_RACK";
|
|
183
|
+
})(PowerFeedDrop || (PowerFeedDrop = {}));
|
|
184
|
+
export var PowerPhase;
|
|
185
|
+
(function (PowerPhase) {
|
|
186
|
+
PowerPhase["SINGLE_PHASE"] = "SINGLE_PHASE";
|
|
187
|
+
PowerPhase["THREE_PHASE"] = "THREE_PHASE";
|
|
188
|
+
})(PowerPhase || (PowerPhase = {}));
|
|
189
|
+
export var UplinkCount;
|
|
190
|
+
(function (UplinkCount) {
|
|
191
|
+
UplinkCount["UPLINK_COUNT_1"] = "UPLINK_COUNT_1";
|
|
192
|
+
UplinkCount["UPLINK_COUNT_12"] = "UPLINK_COUNT_12";
|
|
193
|
+
UplinkCount["UPLINK_COUNT_16"] = "UPLINK_COUNT_16";
|
|
194
|
+
UplinkCount["UPLINK_COUNT_2"] = "UPLINK_COUNT_2";
|
|
195
|
+
UplinkCount["UPLINK_COUNT_3"] = "UPLINK_COUNT_3";
|
|
196
|
+
UplinkCount["UPLINK_COUNT_4"] = "UPLINK_COUNT_4";
|
|
197
|
+
UplinkCount["UPLINK_COUNT_5"] = "UPLINK_COUNT_5";
|
|
198
|
+
UplinkCount["UPLINK_COUNT_6"] = "UPLINK_COUNT_6";
|
|
199
|
+
UplinkCount["UPLINK_COUNT_7"] = "UPLINK_COUNT_7";
|
|
200
|
+
UplinkCount["UPLINK_COUNT_8"] = "UPLINK_COUNT_8";
|
|
201
|
+
})(UplinkCount || (UplinkCount = {}));
|
|
202
|
+
export var UplinkGbps;
|
|
203
|
+
(function (UplinkGbps) {
|
|
204
|
+
UplinkGbps["UPLINK_100G"] = "UPLINK_100G";
|
|
205
|
+
UplinkGbps["UPLINK_10G"] = "UPLINK_10G";
|
|
206
|
+
UplinkGbps["UPLINK_1G"] = "UPLINK_1G";
|
|
207
|
+
UplinkGbps["UPLINK_40G"] = "UPLINK_40G";
|
|
208
|
+
})(UplinkGbps || (UplinkGbps = {}));
|
|
209
|
+
export var RackPhysicalProperties;
|
|
210
|
+
(function (RackPhysicalProperties) {
|
|
211
|
+
RackPhysicalProperties.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
212
|
+
})(RackPhysicalProperties || (RackPhysicalProperties = {}));
|
|
213
|
+
export var CreateSiteInput;
|
|
214
|
+
(function (CreateSiteInput) {
|
|
215
|
+
CreateSiteInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
216
|
+
})(CreateSiteInput || (CreateSiteInput = {}));
|
|
217
|
+
export var Site;
|
|
218
|
+
(function (Site) {
|
|
219
|
+
Site.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
220
|
+
})(Site || (Site = {}));
|
|
221
|
+
export var CreateSiteOutput;
|
|
222
|
+
(function (CreateSiteOutput) {
|
|
223
|
+
CreateSiteOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
224
|
+
})(CreateSiteOutput || (CreateSiteOutput = {}));
|
|
81
225
|
export var DeleteOutpostInput;
|
|
82
226
|
(function (DeleteOutpostInput) {
|
|
83
227
|
DeleteOutpostInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -94,6 +238,22 @@ export var DeleteSiteOutput;
|
|
|
94
238
|
(function (DeleteSiteOutput) {
|
|
95
239
|
DeleteSiteOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
96
240
|
})(DeleteSiteOutput || (DeleteSiteOutput = {}));
|
|
241
|
+
export var GetCatalogItemInput;
|
|
242
|
+
(function (GetCatalogItemInput) {
|
|
243
|
+
GetCatalogItemInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
244
|
+
})(GetCatalogItemInput || (GetCatalogItemInput = {}));
|
|
245
|
+
export var GetCatalogItemOutput;
|
|
246
|
+
(function (GetCatalogItemOutput) {
|
|
247
|
+
GetCatalogItemOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
248
|
+
})(GetCatalogItemOutput || (GetCatalogItemOutput = {}));
|
|
249
|
+
export var GetOrderInput;
|
|
250
|
+
(function (GetOrderInput) {
|
|
251
|
+
GetOrderInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
252
|
+
})(GetOrderInput || (GetOrderInput = {}));
|
|
253
|
+
export var GetOrderOutput;
|
|
254
|
+
(function (GetOrderOutput) {
|
|
255
|
+
GetOrderOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
256
|
+
})(GetOrderOutput || (GetOrderOutput = {}));
|
|
97
257
|
export var GetOutpostInput;
|
|
98
258
|
(function (GetOutpostInput) {
|
|
99
259
|
GetOutpostInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -114,6 +274,47 @@ export var GetOutpostInstanceTypesOutput;
|
|
|
114
274
|
(function (GetOutpostInstanceTypesOutput) {
|
|
115
275
|
GetOutpostInstanceTypesOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
116
276
|
})(GetOutpostInstanceTypesOutput || (GetOutpostInstanceTypesOutput = {}));
|
|
277
|
+
export var GetSiteInput;
|
|
278
|
+
(function (GetSiteInput) {
|
|
279
|
+
GetSiteInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
280
|
+
})(GetSiteInput || (GetSiteInput = {}));
|
|
281
|
+
export var GetSiteOutput;
|
|
282
|
+
(function (GetSiteOutput) {
|
|
283
|
+
GetSiteOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
284
|
+
})(GetSiteOutput || (GetSiteOutput = {}));
|
|
285
|
+
export var GetSiteAddressInput;
|
|
286
|
+
(function (GetSiteAddressInput) {
|
|
287
|
+
GetSiteAddressInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
288
|
+
})(GetSiteAddressInput || (GetSiteAddressInput = {}));
|
|
289
|
+
export var GetSiteAddressOutput;
|
|
290
|
+
(function (GetSiteAddressOutput) {
|
|
291
|
+
GetSiteAddressOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
292
|
+
})(GetSiteAddressOutput || (GetSiteAddressOutput = {}));
|
|
293
|
+
export var ListCatalogItemsInput;
|
|
294
|
+
(function (ListCatalogItemsInput) {
|
|
295
|
+
ListCatalogItemsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
296
|
+
})(ListCatalogItemsInput || (ListCatalogItemsInput = {}));
|
|
297
|
+
export var ListCatalogItemsOutput;
|
|
298
|
+
(function (ListCatalogItemsOutput) {
|
|
299
|
+
ListCatalogItemsOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
300
|
+
})(ListCatalogItemsOutput || (ListCatalogItemsOutput = {}));
|
|
301
|
+
export var ListOrdersInput;
|
|
302
|
+
(function (ListOrdersInput) {
|
|
303
|
+
ListOrdersInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
304
|
+
})(ListOrdersInput || (ListOrdersInput = {}));
|
|
305
|
+
export var OrderType;
|
|
306
|
+
(function (OrderType) {
|
|
307
|
+
OrderType["OUTPOST"] = "OUTPOST";
|
|
308
|
+
OrderType["REPLACEMENT"] = "REPLACEMENT";
|
|
309
|
+
})(OrderType || (OrderType = {}));
|
|
310
|
+
export var OrderSummary;
|
|
311
|
+
(function (OrderSummary) {
|
|
312
|
+
OrderSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
313
|
+
})(OrderSummary || (OrderSummary = {}));
|
|
314
|
+
export var ListOrdersOutput;
|
|
315
|
+
(function (ListOrdersOutput) {
|
|
316
|
+
ListOrdersOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
317
|
+
})(ListOrdersOutput || (ListOrdersOutput = {}));
|
|
117
318
|
export var ListOutpostsInput;
|
|
118
319
|
(function (ListOutpostsInput) {
|
|
119
320
|
ListOutpostsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -126,10 +327,6 @@ export var ListSitesInput;
|
|
|
126
327
|
(function (ListSitesInput) {
|
|
127
328
|
ListSitesInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
128
329
|
})(ListSitesInput || (ListSitesInput = {}));
|
|
129
|
-
export var Site;
|
|
130
|
-
(function (Site) {
|
|
131
|
-
Site.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
132
|
-
})(Site || (Site = {}));
|
|
133
330
|
export var ListSitesOutput;
|
|
134
331
|
(function (ListSitesOutput) {
|
|
135
332
|
ListSitesOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -158,3 +355,27 @@ export var UntagResourceResponse;
|
|
|
158
355
|
(function (UntagResourceResponse) {
|
|
159
356
|
UntagResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
160
357
|
})(UntagResourceResponse || (UntagResourceResponse = {}));
|
|
358
|
+
export var UpdateSiteInput;
|
|
359
|
+
(function (UpdateSiteInput) {
|
|
360
|
+
UpdateSiteInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
361
|
+
})(UpdateSiteInput || (UpdateSiteInput = {}));
|
|
362
|
+
export var UpdateSiteOutput;
|
|
363
|
+
(function (UpdateSiteOutput) {
|
|
364
|
+
UpdateSiteOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
365
|
+
})(UpdateSiteOutput || (UpdateSiteOutput = {}));
|
|
366
|
+
export var UpdateSiteAddressInput;
|
|
367
|
+
(function (UpdateSiteAddressInput) {
|
|
368
|
+
UpdateSiteAddressInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
369
|
+
})(UpdateSiteAddressInput || (UpdateSiteAddressInput = {}));
|
|
370
|
+
export var UpdateSiteAddressOutput;
|
|
371
|
+
(function (UpdateSiteAddressOutput) {
|
|
372
|
+
UpdateSiteAddressOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
373
|
+
})(UpdateSiteAddressOutput || (UpdateSiteAddressOutput = {}));
|
|
374
|
+
export var UpdateSiteRackPhysicalPropertiesInput;
|
|
375
|
+
(function (UpdateSiteRackPhysicalPropertiesInput) {
|
|
376
|
+
UpdateSiteRackPhysicalPropertiesInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
377
|
+
})(UpdateSiteRackPhysicalPropertiesInput || (UpdateSiteRackPhysicalPropertiesInput = {}));
|
|
378
|
+
export var UpdateSiteRackPhysicalPropertiesOutput;
|
|
379
|
+
(function (UpdateSiteRackPhysicalPropertiesOutput) {
|
|
380
|
+
UpdateSiteRackPhysicalPropertiesOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
381
|
+
})(UpdateSiteRackPhysicalPropertiesOutput || (UpdateSiteRackPhysicalPropertiesOutput = {}));
|