@aws-sdk/client-apprunner 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/AssociateCustomDomainCommand.js +2 -2
- package/dist-cjs/commands/CreateAutoScalingConfigurationCommand.js +2 -2
- package/dist-cjs/commands/CreateConnectionCommand.js +2 -2
- package/dist-cjs/commands/CreateObservabilityConfigurationCommand.js +2 -2
- package/dist-cjs/commands/CreateServiceCommand.js +2 -2
- package/dist-cjs/commands/CreateVpcConnectorCommand.js +2 -2
- package/dist-cjs/commands/DeleteAutoScalingConfigurationCommand.js +2 -2
- package/dist-cjs/commands/DeleteConnectionCommand.js +2 -2
- package/dist-cjs/commands/DeleteObservabilityConfigurationCommand.js +2 -2
- package/dist-cjs/commands/DeleteServiceCommand.js +2 -2
- package/dist-cjs/commands/DeleteVpcConnectorCommand.js +2 -2
- package/dist-cjs/commands/DescribeAutoScalingConfigurationCommand.js +2 -2
- package/dist-cjs/commands/DescribeCustomDomainsCommand.js +2 -2
- package/dist-cjs/commands/DescribeObservabilityConfigurationCommand.js +2 -2
- package/dist-cjs/commands/DescribeServiceCommand.js +2 -2
- package/dist-cjs/commands/DescribeVpcConnectorCommand.js +2 -2
- package/dist-cjs/commands/DisassociateCustomDomainCommand.js +2 -2
- package/dist-cjs/commands/ListAutoScalingConfigurationsCommand.js +2 -2
- package/dist-cjs/commands/ListConnectionsCommand.js +2 -2
- package/dist-cjs/commands/ListObservabilityConfigurationsCommand.js +2 -2
- package/dist-cjs/commands/ListOperationsCommand.js +2 -2
- package/dist-cjs/commands/ListServicesCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/ListVpcConnectorsCommand.js +2 -2
- package/dist-cjs/commands/PauseServiceCommand.js +2 -2
- package/dist-cjs/commands/ResumeServiceCommand.js +2 -2
- package/dist-cjs/commands/StartDeploymentCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateServiceCommand.js +2 -2
- package/dist-cjs/models/models_0.js +382 -560
- package/dist-cjs/protocols/Aws_json1_0.js +150 -249
- package/dist-es/commands/AssociateCustomDomainCommand.js +3 -3
- package/dist-es/commands/CreateAutoScalingConfigurationCommand.js +3 -3
- package/dist-es/commands/CreateConnectionCommand.js +3 -3
- package/dist-es/commands/CreateObservabilityConfigurationCommand.js +3 -3
- package/dist-es/commands/CreateServiceCommand.js +3 -3
- package/dist-es/commands/CreateVpcConnectorCommand.js +3 -3
- package/dist-es/commands/DeleteAutoScalingConfigurationCommand.js +3 -3
- package/dist-es/commands/DeleteConnectionCommand.js +3 -3
- package/dist-es/commands/DeleteObservabilityConfigurationCommand.js +3 -3
- package/dist-es/commands/DeleteServiceCommand.js +3 -3
- package/dist-es/commands/DeleteVpcConnectorCommand.js +3 -3
- package/dist-es/commands/DescribeAutoScalingConfigurationCommand.js +3 -3
- package/dist-es/commands/DescribeCustomDomainsCommand.js +3 -3
- package/dist-es/commands/DescribeObservabilityConfigurationCommand.js +3 -3
- package/dist-es/commands/DescribeServiceCommand.js +3 -3
- package/dist-es/commands/DescribeVpcConnectorCommand.js +3 -3
- package/dist-es/commands/DisassociateCustomDomainCommand.js +3 -3
- package/dist-es/commands/ListAutoScalingConfigurationsCommand.js +3 -3
- package/dist-es/commands/ListConnectionsCommand.js +3 -3
- package/dist-es/commands/ListObservabilityConfigurationsCommand.js +3 -3
- package/dist-es/commands/ListOperationsCommand.js +3 -3
- package/dist-es/commands/ListServicesCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/ListVpcConnectorsCommand.js +3 -3
- package/dist-es/commands/PauseServiceCommand.js +3 -3
- package/dist-es/commands/ResumeServiceCommand.js +3 -3
- package/dist-es/commands/StartDeploymentCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateServiceCommand.js +3 -3
- package/dist-es/models/models_0.js +96 -362
- package/dist-es/protocols/Aws_json1_0.js +241 -250
- package/dist-types/models/models_0.d.ts +352 -528
- package/dist-types/ts3.4/models/models_0.d.ts +176 -352
- package/package.json +6 -6
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { UpdateServiceRequestFilterSensitiveLog, UpdateServiceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_0UpdateServiceCommand, serializeAws_json1_0UpdateServiceCommand, } from "../protocols/Aws_json1_0";
|
|
6
6
|
var UpdateServiceCommand = (function (_super) {
|
|
7
7
|
__extends(UpdateServiceCommand, _super);
|
|
@@ -20,8 +20,8 @@ var UpdateServiceCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: UpdateServiceRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: UpdateServiceResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,20 +1,12 @@
|
|
|
1
1
|
import { __assign, __extends } from "tslib";
|
|
2
2
|
import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { AppRunnerServiceException as __BaseException } from "./AppRunnerServiceException";
|
|
4
|
-
export var AssociateCustomDomainRequest;
|
|
5
|
-
(function (AssociateCustomDomainRequest) {
|
|
6
|
-
AssociateCustomDomainRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
7
|
-
})(AssociateCustomDomainRequest || (AssociateCustomDomainRequest = {}));
|
|
8
4
|
export var CertificateValidationRecordStatus;
|
|
9
5
|
(function (CertificateValidationRecordStatus) {
|
|
10
6
|
CertificateValidationRecordStatus["FAILED"] = "FAILED";
|
|
11
7
|
CertificateValidationRecordStatus["PENDING_VALIDATION"] = "PENDING_VALIDATION";
|
|
12
8
|
CertificateValidationRecordStatus["SUCCESS"] = "SUCCESS";
|
|
13
9
|
})(CertificateValidationRecordStatus || (CertificateValidationRecordStatus = {}));
|
|
14
|
-
export var CertificateValidationRecord;
|
|
15
|
-
(function (CertificateValidationRecord) {
|
|
16
|
-
CertificateValidationRecord.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
17
|
-
})(CertificateValidationRecord || (CertificateValidationRecord = {}));
|
|
18
10
|
export var CustomDomainAssociationStatus;
|
|
19
11
|
(function (CustomDomainAssociationStatus) {
|
|
20
12
|
CustomDomainAssociationStatus["ACTIVE"] = "ACTIVE";
|
|
@@ -25,14 +17,6 @@ export var CustomDomainAssociationStatus;
|
|
|
25
17
|
CustomDomainAssociationStatus["DELETING"] = "DELETING";
|
|
26
18
|
CustomDomainAssociationStatus["PENDING_CERTIFICATE_DNS_VALIDATION"] = "PENDING_CERTIFICATE_DNS_VALIDATION";
|
|
27
19
|
})(CustomDomainAssociationStatus || (CustomDomainAssociationStatus = {}));
|
|
28
|
-
export var CustomDomain;
|
|
29
|
-
(function (CustomDomain) {
|
|
30
|
-
CustomDomain.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
31
|
-
})(CustomDomain || (CustomDomain = {}));
|
|
32
|
-
export var AssociateCustomDomainResponse;
|
|
33
|
-
(function (AssociateCustomDomainResponse) {
|
|
34
|
-
AssociateCustomDomainResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
35
|
-
})(AssociateCustomDomainResponse || (AssociateCustomDomainResponse = {}));
|
|
36
20
|
var InternalServiceErrorException = (function (_super) {
|
|
37
21
|
__extends(InternalServiceErrorException, _super);
|
|
38
22
|
function InternalServiceErrorException(opts) {
|
|
@@ -72,27 +56,11 @@ var InvalidStateException = (function (_super) {
|
|
|
72
56
|
return InvalidStateException;
|
|
73
57
|
}(__BaseException));
|
|
74
58
|
export { InvalidStateException };
|
|
75
|
-
export var Tag;
|
|
76
|
-
(function (Tag) {
|
|
77
|
-
Tag.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
78
|
-
})(Tag || (Tag = {}));
|
|
79
|
-
export var CreateAutoScalingConfigurationRequest;
|
|
80
|
-
(function (CreateAutoScalingConfigurationRequest) {
|
|
81
|
-
CreateAutoScalingConfigurationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
82
|
-
})(CreateAutoScalingConfigurationRequest || (CreateAutoScalingConfigurationRequest = {}));
|
|
83
59
|
export var AutoScalingConfigurationStatus;
|
|
84
60
|
(function (AutoScalingConfigurationStatus) {
|
|
85
61
|
AutoScalingConfigurationStatus["ACTIVE"] = "ACTIVE";
|
|
86
62
|
AutoScalingConfigurationStatus["INACTIVE"] = "INACTIVE";
|
|
87
63
|
})(AutoScalingConfigurationStatus || (AutoScalingConfigurationStatus = {}));
|
|
88
|
-
export var AutoScalingConfiguration;
|
|
89
|
-
(function (AutoScalingConfiguration) {
|
|
90
|
-
AutoScalingConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
91
|
-
})(AutoScalingConfiguration || (AutoScalingConfiguration = {}));
|
|
92
|
-
export var CreateAutoScalingConfigurationResponse;
|
|
93
|
-
(function (CreateAutoScalingConfigurationResponse) {
|
|
94
|
-
CreateAutoScalingConfigurationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
95
|
-
})(CreateAutoScalingConfigurationResponse || (CreateAutoScalingConfigurationResponse = {}));
|
|
96
64
|
var ServiceQuotaExceededException = (function (_super) {
|
|
97
65
|
__extends(ServiceQuotaExceededException, _super);
|
|
98
66
|
function ServiceQuotaExceededException(opts) {
|
|
@@ -110,10 +78,6 @@ export var ProviderType;
|
|
|
110
78
|
(function (ProviderType) {
|
|
111
79
|
ProviderType["GITHUB"] = "GITHUB";
|
|
112
80
|
})(ProviderType || (ProviderType = {}));
|
|
113
|
-
export var CreateConnectionRequest;
|
|
114
|
-
(function (CreateConnectionRequest) {
|
|
115
|
-
CreateConnectionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
116
|
-
})(CreateConnectionRequest || (CreateConnectionRequest = {}));
|
|
117
81
|
export var ConnectionStatus;
|
|
118
82
|
(function (ConnectionStatus) {
|
|
119
83
|
ConnectionStatus["AVAILABLE"] = "AVAILABLE";
|
|
@@ -121,77 +85,25 @@ export var ConnectionStatus;
|
|
|
121
85
|
ConnectionStatus["ERROR"] = "ERROR";
|
|
122
86
|
ConnectionStatus["PENDING_HANDSHAKE"] = "PENDING_HANDSHAKE";
|
|
123
87
|
})(ConnectionStatus || (ConnectionStatus = {}));
|
|
124
|
-
export var Connection;
|
|
125
|
-
(function (Connection) {
|
|
126
|
-
Connection.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
127
|
-
})(Connection || (Connection = {}));
|
|
128
|
-
export var CreateConnectionResponse;
|
|
129
|
-
(function (CreateConnectionResponse) {
|
|
130
|
-
CreateConnectionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
131
|
-
})(CreateConnectionResponse || (CreateConnectionResponse = {}));
|
|
132
88
|
export var TracingVendor;
|
|
133
89
|
(function (TracingVendor) {
|
|
134
90
|
TracingVendor["AWSXRAY"] = "AWSXRAY";
|
|
135
91
|
})(TracingVendor || (TracingVendor = {}));
|
|
136
|
-
export var TraceConfiguration;
|
|
137
|
-
(function (TraceConfiguration) {
|
|
138
|
-
TraceConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
139
|
-
})(TraceConfiguration || (TraceConfiguration = {}));
|
|
140
|
-
export var CreateObservabilityConfigurationRequest;
|
|
141
|
-
(function (CreateObservabilityConfigurationRequest) {
|
|
142
|
-
CreateObservabilityConfigurationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
143
|
-
})(CreateObservabilityConfigurationRequest || (CreateObservabilityConfigurationRequest = {}));
|
|
144
92
|
export var ObservabilityConfigurationStatus;
|
|
145
93
|
(function (ObservabilityConfigurationStatus) {
|
|
146
94
|
ObservabilityConfigurationStatus["ACTIVE"] = "ACTIVE";
|
|
147
95
|
ObservabilityConfigurationStatus["INACTIVE"] = "INACTIVE";
|
|
148
96
|
})(ObservabilityConfigurationStatus || (ObservabilityConfigurationStatus = {}));
|
|
149
|
-
export var ObservabilityConfiguration;
|
|
150
|
-
(function (ObservabilityConfiguration) {
|
|
151
|
-
ObservabilityConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
152
|
-
})(ObservabilityConfiguration || (ObservabilityConfiguration = {}));
|
|
153
|
-
export var CreateObservabilityConfigurationResponse;
|
|
154
|
-
(function (CreateObservabilityConfigurationResponse) {
|
|
155
|
-
CreateObservabilityConfigurationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
156
|
-
})(CreateObservabilityConfigurationResponse || (CreateObservabilityConfigurationResponse = {}));
|
|
157
|
-
export var EncryptionConfiguration;
|
|
158
|
-
(function (EncryptionConfiguration) {
|
|
159
|
-
EncryptionConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
160
|
-
})(EncryptionConfiguration || (EncryptionConfiguration = {}));
|
|
161
97
|
export var HealthCheckProtocol;
|
|
162
98
|
(function (HealthCheckProtocol) {
|
|
163
99
|
HealthCheckProtocol["HTTP"] = "HTTP";
|
|
164
100
|
HealthCheckProtocol["TCP"] = "TCP";
|
|
165
101
|
})(HealthCheckProtocol || (HealthCheckProtocol = {}));
|
|
166
|
-
export var HealthCheckConfiguration;
|
|
167
|
-
(function (HealthCheckConfiguration) {
|
|
168
|
-
HealthCheckConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
169
|
-
})(HealthCheckConfiguration || (HealthCheckConfiguration = {}));
|
|
170
|
-
export var InstanceConfiguration;
|
|
171
|
-
(function (InstanceConfiguration) {
|
|
172
|
-
InstanceConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
173
|
-
})(InstanceConfiguration || (InstanceConfiguration = {}));
|
|
174
102
|
export var EgressType;
|
|
175
103
|
(function (EgressType) {
|
|
176
104
|
EgressType["DEFAULT"] = "DEFAULT";
|
|
177
105
|
EgressType["VPC"] = "VPC";
|
|
178
106
|
})(EgressType || (EgressType = {}));
|
|
179
|
-
export var EgressConfiguration;
|
|
180
|
-
(function (EgressConfiguration) {
|
|
181
|
-
EgressConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
182
|
-
})(EgressConfiguration || (EgressConfiguration = {}));
|
|
183
|
-
export var NetworkConfiguration;
|
|
184
|
-
(function (NetworkConfiguration) {
|
|
185
|
-
NetworkConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
186
|
-
})(NetworkConfiguration || (NetworkConfiguration = {}));
|
|
187
|
-
export var ServiceObservabilityConfiguration;
|
|
188
|
-
(function (ServiceObservabilityConfiguration) {
|
|
189
|
-
ServiceObservabilityConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
190
|
-
})(ServiceObservabilityConfiguration || (ServiceObservabilityConfiguration = {}));
|
|
191
|
-
export var AuthenticationConfiguration;
|
|
192
|
-
(function (AuthenticationConfiguration) {
|
|
193
|
-
AuthenticationConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
194
|
-
})(AuthenticationConfiguration || (AuthenticationConfiguration = {}));
|
|
195
107
|
export var Runtime;
|
|
196
108
|
(function (Runtime) {
|
|
197
109
|
Runtime["CORRETTO_11"] = "CORRETTO_11";
|
|
@@ -200,62 +112,20 @@ export var Runtime;
|
|
|
200
112
|
Runtime["NODEJS_14"] = "NODEJS_14";
|
|
201
113
|
Runtime["PYTHON_3"] = "PYTHON_3";
|
|
202
114
|
})(Runtime || (Runtime = {}));
|
|
203
|
-
export var CodeConfigurationValues;
|
|
204
|
-
(function (CodeConfigurationValues) {
|
|
205
|
-
CodeConfigurationValues.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign(__assign({}, obj), (obj.BuildCommand && { BuildCommand: SENSITIVE_STRING })), (obj.StartCommand && { StartCommand: SENSITIVE_STRING })), (obj.RuntimeEnvironmentVariables && { RuntimeEnvironmentVariables: SENSITIVE_STRING }))); };
|
|
206
|
-
})(CodeConfigurationValues || (CodeConfigurationValues = {}));
|
|
207
115
|
export var ConfigurationSource;
|
|
208
116
|
(function (ConfigurationSource) {
|
|
209
117
|
ConfigurationSource["API"] = "API";
|
|
210
118
|
ConfigurationSource["REPOSITORY"] = "REPOSITORY";
|
|
211
119
|
})(ConfigurationSource || (ConfigurationSource = {}));
|
|
212
|
-
export var CodeConfiguration;
|
|
213
|
-
(function (CodeConfiguration) {
|
|
214
|
-
CodeConfiguration.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.CodeConfigurationValues && {
|
|
215
|
-
CodeConfigurationValues: CodeConfigurationValues.filterSensitiveLog(obj.CodeConfigurationValues),
|
|
216
|
-
}))); };
|
|
217
|
-
})(CodeConfiguration || (CodeConfiguration = {}));
|
|
218
120
|
export var SourceCodeVersionType;
|
|
219
121
|
(function (SourceCodeVersionType) {
|
|
220
122
|
SourceCodeVersionType["BRANCH"] = "BRANCH";
|
|
221
123
|
})(SourceCodeVersionType || (SourceCodeVersionType = {}));
|
|
222
|
-
export var SourceCodeVersion;
|
|
223
|
-
(function (SourceCodeVersion) {
|
|
224
|
-
SourceCodeVersion.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
225
|
-
})(SourceCodeVersion || (SourceCodeVersion = {}));
|
|
226
|
-
export var CodeRepository;
|
|
227
|
-
(function (CodeRepository) {
|
|
228
|
-
CodeRepository.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.CodeConfiguration && { CodeConfiguration: CodeConfiguration.filterSensitiveLog(obj.CodeConfiguration) }))); };
|
|
229
|
-
})(CodeRepository || (CodeRepository = {}));
|
|
230
|
-
export var ImageConfiguration;
|
|
231
|
-
(function (ImageConfiguration) {
|
|
232
|
-
ImageConfiguration.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.RuntimeEnvironmentVariables && { RuntimeEnvironmentVariables: SENSITIVE_STRING })), (obj.StartCommand && { StartCommand: SENSITIVE_STRING }))); };
|
|
233
|
-
})(ImageConfiguration || (ImageConfiguration = {}));
|
|
234
124
|
export var ImageRepositoryType;
|
|
235
125
|
(function (ImageRepositoryType) {
|
|
236
126
|
ImageRepositoryType["ECR"] = "ECR";
|
|
237
127
|
ImageRepositoryType["ECR_PUBLIC"] = "ECR_PUBLIC";
|
|
238
128
|
})(ImageRepositoryType || (ImageRepositoryType = {}));
|
|
239
|
-
export var ImageRepository;
|
|
240
|
-
(function (ImageRepository) {
|
|
241
|
-
ImageRepository.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.ImageConfiguration && {
|
|
242
|
-
ImageConfiguration: ImageConfiguration.filterSensitiveLog(obj.ImageConfiguration),
|
|
243
|
-
}))); };
|
|
244
|
-
})(ImageRepository || (ImageRepository = {}));
|
|
245
|
-
export var SourceConfiguration;
|
|
246
|
-
(function (SourceConfiguration) {
|
|
247
|
-
SourceConfiguration.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.CodeRepository && { CodeRepository: CodeRepository.filterSensitiveLog(obj.CodeRepository) })), (obj.ImageRepository && { ImageRepository: ImageRepository.filterSensitiveLog(obj.ImageRepository) }))); };
|
|
248
|
-
})(SourceConfiguration || (SourceConfiguration = {}));
|
|
249
|
-
export var CreateServiceRequest;
|
|
250
|
-
(function (CreateServiceRequest) {
|
|
251
|
-
CreateServiceRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.SourceConfiguration && {
|
|
252
|
-
SourceConfiguration: SourceConfiguration.filterSensitiveLog(obj.SourceConfiguration),
|
|
253
|
-
}))); };
|
|
254
|
-
})(CreateServiceRequest || (CreateServiceRequest = {}));
|
|
255
|
-
export var AutoScalingConfigurationSummary;
|
|
256
|
-
(function (AutoScalingConfigurationSummary) {
|
|
257
|
-
AutoScalingConfigurationSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
258
|
-
})(AutoScalingConfigurationSummary || (AutoScalingConfigurationSummary = {}));
|
|
259
129
|
export var ServiceStatus;
|
|
260
130
|
(function (ServiceStatus) {
|
|
261
131
|
ServiceStatus["CREATE_FAILED"] = "CREATE_FAILED";
|
|
@@ -265,41 +135,11 @@ export var ServiceStatus;
|
|
|
265
135
|
ServiceStatus["PAUSED"] = "PAUSED";
|
|
266
136
|
ServiceStatus["RUNNING"] = "RUNNING";
|
|
267
137
|
})(ServiceStatus || (ServiceStatus = {}));
|
|
268
|
-
export var Service;
|
|
269
|
-
(function (Service) {
|
|
270
|
-
Service.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.SourceConfiguration && {
|
|
271
|
-
SourceConfiguration: SourceConfiguration.filterSensitiveLog(obj.SourceConfiguration),
|
|
272
|
-
}))); };
|
|
273
|
-
})(Service || (Service = {}));
|
|
274
|
-
export var CreateServiceResponse;
|
|
275
|
-
(function (CreateServiceResponse) {
|
|
276
|
-
CreateServiceResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Service && { Service: Service.filterSensitiveLog(obj.Service) }))); };
|
|
277
|
-
})(CreateServiceResponse || (CreateServiceResponse = {}));
|
|
278
|
-
export var CreateVpcConnectorRequest;
|
|
279
|
-
(function (CreateVpcConnectorRequest) {
|
|
280
|
-
CreateVpcConnectorRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
281
|
-
})(CreateVpcConnectorRequest || (CreateVpcConnectorRequest = {}));
|
|
282
138
|
export var VpcConnectorStatus;
|
|
283
139
|
(function (VpcConnectorStatus) {
|
|
284
140
|
VpcConnectorStatus["ACTIVE"] = "ACTIVE";
|
|
285
141
|
VpcConnectorStatus["INACTIVE"] = "INACTIVE";
|
|
286
142
|
})(VpcConnectorStatus || (VpcConnectorStatus = {}));
|
|
287
|
-
export var VpcConnector;
|
|
288
|
-
(function (VpcConnector) {
|
|
289
|
-
VpcConnector.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
290
|
-
})(VpcConnector || (VpcConnector = {}));
|
|
291
|
-
export var CreateVpcConnectorResponse;
|
|
292
|
-
(function (CreateVpcConnectorResponse) {
|
|
293
|
-
CreateVpcConnectorResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
294
|
-
})(CreateVpcConnectorResponse || (CreateVpcConnectorResponse = {}));
|
|
295
|
-
export var DeleteAutoScalingConfigurationRequest;
|
|
296
|
-
(function (DeleteAutoScalingConfigurationRequest) {
|
|
297
|
-
DeleteAutoScalingConfigurationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
298
|
-
})(DeleteAutoScalingConfigurationRequest || (DeleteAutoScalingConfigurationRequest = {}));
|
|
299
|
-
export var DeleteAutoScalingConfigurationResponse;
|
|
300
|
-
(function (DeleteAutoScalingConfigurationResponse) {
|
|
301
|
-
DeleteAutoScalingConfigurationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
302
|
-
})(DeleteAutoScalingConfigurationResponse || (DeleteAutoScalingConfigurationResponse = {}));
|
|
303
143
|
var ResourceNotFoundException = (function (_super) {
|
|
304
144
|
__extends(ResourceNotFoundException, _super);
|
|
305
145
|
function ResourceNotFoundException(opts) {
|
|
@@ -313,122 +153,6 @@ var ResourceNotFoundException = (function (_super) {
|
|
|
313
153
|
return ResourceNotFoundException;
|
|
314
154
|
}(__BaseException));
|
|
315
155
|
export { ResourceNotFoundException };
|
|
316
|
-
export var DeleteConnectionRequest;
|
|
317
|
-
(function (DeleteConnectionRequest) {
|
|
318
|
-
DeleteConnectionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
319
|
-
})(DeleteConnectionRequest || (DeleteConnectionRequest = {}));
|
|
320
|
-
export var DeleteConnectionResponse;
|
|
321
|
-
(function (DeleteConnectionResponse) {
|
|
322
|
-
DeleteConnectionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
323
|
-
})(DeleteConnectionResponse || (DeleteConnectionResponse = {}));
|
|
324
|
-
export var DeleteObservabilityConfigurationRequest;
|
|
325
|
-
(function (DeleteObservabilityConfigurationRequest) {
|
|
326
|
-
DeleteObservabilityConfigurationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
327
|
-
})(DeleteObservabilityConfigurationRequest || (DeleteObservabilityConfigurationRequest = {}));
|
|
328
|
-
export var DeleteObservabilityConfigurationResponse;
|
|
329
|
-
(function (DeleteObservabilityConfigurationResponse) {
|
|
330
|
-
DeleteObservabilityConfigurationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
331
|
-
})(DeleteObservabilityConfigurationResponse || (DeleteObservabilityConfigurationResponse = {}));
|
|
332
|
-
export var DeleteServiceRequest;
|
|
333
|
-
(function (DeleteServiceRequest) {
|
|
334
|
-
DeleteServiceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
335
|
-
})(DeleteServiceRequest || (DeleteServiceRequest = {}));
|
|
336
|
-
export var DeleteServiceResponse;
|
|
337
|
-
(function (DeleteServiceResponse) {
|
|
338
|
-
DeleteServiceResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Service && { Service: Service.filterSensitiveLog(obj.Service) }))); };
|
|
339
|
-
})(DeleteServiceResponse || (DeleteServiceResponse = {}));
|
|
340
|
-
export var DeleteVpcConnectorRequest;
|
|
341
|
-
(function (DeleteVpcConnectorRequest) {
|
|
342
|
-
DeleteVpcConnectorRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
343
|
-
})(DeleteVpcConnectorRequest || (DeleteVpcConnectorRequest = {}));
|
|
344
|
-
export var DeleteVpcConnectorResponse;
|
|
345
|
-
(function (DeleteVpcConnectorResponse) {
|
|
346
|
-
DeleteVpcConnectorResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
347
|
-
})(DeleteVpcConnectorResponse || (DeleteVpcConnectorResponse = {}));
|
|
348
|
-
export var DescribeAutoScalingConfigurationRequest;
|
|
349
|
-
(function (DescribeAutoScalingConfigurationRequest) {
|
|
350
|
-
DescribeAutoScalingConfigurationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
351
|
-
})(DescribeAutoScalingConfigurationRequest || (DescribeAutoScalingConfigurationRequest = {}));
|
|
352
|
-
export var DescribeAutoScalingConfigurationResponse;
|
|
353
|
-
(function (DescribeAutoScalingConfigurationResponse) {
|
|
354
|
-
DescribeAutoScalingConfigurationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
355
|
-
})(DescribeAutoScalingConfigurationResponse || (DescribeAutoScalingConfigurationResponse = {}));
|
|
356
|
-
export var DescribeCustomDomainsRequest;
|
|
357
|
-
(function (DescribeCustomDomainsRequest) {
|
|
358
|
-
DescribeCustomDomainsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
359
|
-
})(DescribeCustomDomainsRequest || (DescribeCustomDomainsRequest = {}));
|
|
360
|
-
export var DescribeCustomDomainsResponse;
|
|
361
|
-
(function (DescribeCustomDomainsResponse) {
|
|
362
|
-
DescribeCustomDomainsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
363
|
-
})(DescribeCustomDomainsResponse || (DescribeCustomDomainsResponse = {}));
|
|
364
|
-
export var DescribeObservabilityConfigurationRequest;
|
|
365
|
-
(function (DescribeObservabilityConfigurationRequest) {
|
|
366
|
-
DescribeObservabilityConfigurationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
367
|
-
})(DescribeObservabilityConfigurationRequest || (DescribeObservabilityConfigurationRequest = {}));
|
|
368
|
-
export var DescribeObservabilityConfigurationResponse;
|
|
369
|
-
(function (DescribeObservabilityConfigurationResponse) {
|
|
370
|
-
DescribeObservabilityConfigurationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
371
|
-
})(DescribeObservabilityConfigurationResponse || (DescribeObservabilityConfigurationResponse = {}));
|
|
372
|
-
export var DescribeServiceRequest;
|
|
373
|
-
(function (DescribeServiceRequest) {
|
|
374
|
-
DescribeServiceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
375
|
-
})(DescribeServiceRequest || (DescribeServiceRequest = {}));
|
|
376
|
-
export var DescribeServiceResponse;
|
|
377
|
-
(function (DescribeServiceResponse) {
|
|
378
|
-
DescribeServiceResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Service && { Service: Service.filterSensitiveLog(obj.Service) }))); };
|
|
379
|
-
})(DescribeServiceResponse || (DescribeServiceResponse = {}));
|
|
380
|
-
export var DescribeVpcConnectorRequest;
|
|
381
|
-
(function (DescribeVpcConnectorRequest) {
|
|
382
|
-
DescribeVpcConnectorRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
383
|
-
})(DescribeVpcConnectorRequest || (DescribeVpcConnectorRequest = {}));
|
|
384
|
-
export var DescribeVpcConnectorResponse;
|
|
385
|
-
(function (DescribeVpcConnectorResponse) {
|
|
386
|
-
DescribeVpcConnectorResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
387
|
-
})(DescribeVpcConnectorResponse || (DescribeVpcConnectorResponse = {}));
|
|
388
|
-
export var DisassociateCustomDomainRequest;
|
|
389
|
-
(function (DisassociateCustomDomainRequest) {
|
|
390
|
-
DisassociateCustomDomainRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
391
|
-
})(DisassociateCustomDomainRequest || (DisassociateCustomDomainRequest = {}));
|
|
392
|
-
export var DisassociateCustomDomainResponse;
|
|
393
|
-
(function (DisassociateCustomDomainResponse) {
|
|
394
|
-
DisassociateCustomDomainResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
395
|
-
})(DisassociateCustomDomainResponse || (DisassociateCustomDomainResponse = {}));
|
|
396
|
-
export var ListAutoScalingConfigurationsRequest;
|
|
397
|
-
(function (ListAutoScalingConfigurationsRequest) {
|
|
398
|
-
ListAutoScalingConfigurationsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
399
|
-
})(ListAutoScalingConfigurationsRequest || (ListAutoScalingConfigurationsRequest = {}));
|
|
400
|
-
export var ListAutoScalingConfigurationsResponse;
|
|
401
|
-
(function (ListAutoScalingConfigurationsResponse) {
|
|
402
|
-
ListAutoScalingConfigurationsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
403
|
-
})(ListAutoScalingConfigurationsResponse || (ListAutoScalingConfigurationsResponse = {}));
|
|
404
|
-
export var ListConnectionsRequest;
|
|
405
|
-
(function (ListConnectionsRequest) {
|
|
406
|
-
ListConnectionsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
407
|
-
})(ListConnectionsRequest || (ListConnectionsRequest = {}));
|
|
408
|
-
export var ConnectionSummary;
|
|
409
|
-
(function (ConnectionSummary) {
|
|
410
|
-
ConnectionSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
411
|
-
})(ConnectionSummary || (ConnectionSummary = {}));
|
|
412
|
-
export var ListConnectionsResponse;
|
|
413
|
-
(function (ListConnectionsResponse) {
|
|
414
|
-
ListConnectionsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
415
|
-
})(ListConnectionsResponse || (ListConnectionsResponse = {}));
|
|
416
|
-
export var ListObservabilityConfigurationsRequest;
|
|
417
|
-
(function (ListObservabilityConfigurationsRequest) {
|
|
418
|
-
ListObservabilityConfigurationsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
419
|
-
})(ListObservabilityConfigurationsRequest || (ListObservabilityConfigurationsRequest = {}));
|
|
420
|
-
export var ObservabilityConfigurationSummary;
|
|
421
|
-
(function (ObservabilityConfigurationSummary) {
|
|
422
|
-
ObservabilityConfigurationSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
423
|
-
})(ObservabilityConfigurationSummary || (ObservabilityConfigurationSummary = {}));
|
|
424
|
-
export var ListObservabilityConfigurationsResponse;
|
|
425
|
-
(function (ListObservabilityConfigurationsResponse) {
|
|
426
|
-
ListObservabilityConfigurationsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
427
|
-
})(ListObservabilityConfigurationsResponse || (ListObservabilityConfigurationsResponse = {}));
|
|
428
|
-
export var ListOperationsRequest;
|
|
429
|
-
(function (ListOperationsRequest) {
|
|
430
|
-
ListOperationsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
431
|
-
})(ListOperationsRequest || (ListOperationsRequest = {}));
|
|
432
156
|
export var OperationStatus;
|
|
433
157
|
(function (OperationStatus) {
|
|
434
158
|
OperationStatus["FAILED"] = "FAILED";
|
|
@@ -447,89 +171,99 @@ export var OperationType;
|
|
|
447
171
|
OperationType["RESUME_SERVICE"] = "RESUME_SERVICE";
|
|
448
172
|
OperationType["START_DEPLOYMENT"] = "START_DEPLOYMENT";
|
|
449
173
|
})(OperationType || (OperationType = {}));
|
|
450
|
-
export var
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
export var
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
export var
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
export var
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
export var
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
export var
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
export var
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
export var
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
export var
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
export var
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
export var
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
export var
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
export var
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
export var
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
export var
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
export var
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
export var
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
export var
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
174
|
+
export var AssociateCustomDomainRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
175
|
+
export var CertificateValidationRecordFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
176
|
+
export var CustomDomainFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
177
|
+
export var AssociateCustomDomainResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
178
|
+
export var TagFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
179
|
+
export var CreateAutoScalingConfigurationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
180
|
+
export var AutoScalingConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
181
|
+
export var CreateAutoScalingConfigurationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
182
|
+
export var CreateConnectionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
183
|
+
export var ConnectionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
184
|
+
export var CreateConnectionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
185
|
+
export var TraceConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
186
|
+
export var CreateObservabilityConfigurationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
187
|
+
export var ObservabilityConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
188
|
+
export var CreateObservabilityConfigurationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
189
|
+
export var EncryptionConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
190
|
+
export var HealthCheckConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
191
|
+
export var InstanceConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
192
|
+
export var EgressConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
193
|
+
export var NetworkConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
194
|
+
export var ServiceObservabilityConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
195
|
+
export var AuthenticationConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
196
|
+
export var CodeConfigurationValuesFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign(__assign({}, obj), (obj.BuildCommand && { BuildCommand: SENSITIVE_STRING })), (obj.StartCommand && { StartCommand: SENSITIVE_STRING })), (obj.RuntimeEnvironmentVariables && { RuntimeEnvironmentVariables: SENSITIVE_STRING }))); };
|
|
197
|
+
export var CodeConfigurationFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.CodeConfigurationValues && {
|
|
198
|
+
CodeConfigurationValues: CodeConfigurationValuesFilterSensitiveLog(obj.CodeConfigurationValues),
|
|
199
|
+
}))); };
|
|
200
|
+
export var SourceCodeVersionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
201
|
+
export var CodeRepositoryFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.CodeConfiguration && { CodeConfiguration: CodeConfigurationFilterSensitiveLog(obj.CodeConfiguration) }))); };
|
|
202
|
+
export var ImageConfigurationFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.RuntimeEnvironmentVariables && { RuntimeEnvironmentVariables: SENSITIVE_STRING })), (obj.StartCommand && { StartCommand: SENSITIVE_STRING }))); };
|
|
203
|
+
export var ImageRepositoryFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.ImageConfiguration && { ImageConfiguration: ImageConfigurationFilterSensitiveLog(obj.ImageConfiguration) }))); };
|
|
204
|
+
export var SourceConfigurationFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.CodeRepository && { CodeRepository: CodeRepositoryFilterSensitiveLog(obj.CodeRepository) })), (obj.ImageRepository && { ImageRepository: ImageRepositoryFilterSensitiveLog(obj.ImageRepository) }))); };
|
|
205
|
+
export var CreateServiceRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.SourceConfiguration && {
|
|
206
|
+
SourceConfiguration: SourceConfigurationFilterSensitiveLog(obj.SourceConfiguration),
|
|
207
|
+
}))); };
|
|
208
|
+
export var AutoScalingConfigurationSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
209
|
+
export var ServiceFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.SourceConfiguration && {
|
|
210
|
+
SourceConfiguration: SourceConfigurationFilterSensitiveLog(obj.SourceConfiguration),
|
|
211
|
+
}))); };
|
|
212
|
+
export var CreateServiceResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Service && { Service: ServiceFilterSensitiveLog(obj.Service) }))); };
|
|
213
|
+
export var CreateVpcConnectorRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
214
|
+
export var VpcConnectorFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
215
|
+
export var CreateVpcConnectorResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
216
|
+
export var DeleteAutoScalingConfigurationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
217
|
+
export var DeleteAutoScalingConfigurationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
218
|
+
export var DeleteConnectionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
219
|
+
export var DeleteConnectionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
220
|
+
export var DeleteObservabilityConfigurationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
221
|
+
export var DeleteObservabilityConfigurationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
222
|
+
export var DeleteServiceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
223
|
+
export var DeleteServiceResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Service && { Service: ServiceFilterSensitiveLog(obj.Service) }))); };
|
|
224
|
+
export var DeleteVpcConnectorRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
225
|
+
export var DeleteVpcConnectorResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
226
|
+
export var DescribeAutoScalingConfigurationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
227
|
+
export var DescribeAutoScalingConfigurationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
228
|
+
export var DescribeCustomDomainsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
229
|
+
export var DescribeCustomDomainsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
230
|
+
export var DescribeObservabilityConfigurationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
231
|
+
export var DescribeObservabilityConfigurationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
232
|
+
export var DescribeServiceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
233
|
+
export var DescribeServiceResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Service && { Service: ServiceFilterSensitiveLog(obj.Service) }))); };
|
|
234
|
+
export var DescribeVpcConnectorRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
235
|
+
export var DescribeVpcConnectorResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
236
|
+
export var DisassociateCustomDomainRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
237
|
+
export var DisassociateCustomDomainResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
238
|
+
export var ListAutoScalingConfigurationsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
239
|
+
export var ListAutoScalingConfigurationsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
240
|
+
export var ListConnectionsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
241
|
+
export var ConnectionSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
242
|
+
export var ListConnectionsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
243
|
+
export var ListObservabilityConfigurationsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
244
|
+
export var ObservabilityConfigurationSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
245
|
+
export var ListObservabilityConfigurationsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
246
|
+
export var ListOperationsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
247
|
+
export var OperationSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
248
|
+
export var ListOperationsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
249
|
+
export var ListServicesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
250
|
+
export var ServiceSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
251
|
+
export var ListServicesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
252
|
+
export var ListTagsForResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
253
|
+
export var ListTagsForResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
254
|
+
export var ListVpcConnectorsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
255
|
+
export var ListVpcConnectorsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
256
|
+
export var PauseServiceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
257
|
+
export var PauseServiceResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Service && { Service: ServiceFilterSensitiveLog(obj.Service) }))); };
|
|
258
|
+
export var ResumeServiceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
259
|
+
export var ResumeServiceResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Service && { Service: ServiceFilterSensitiveLog(obj.Service) }))); };
|
|
260
|
+
export var StartDeploymentRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
261
|
+
export var StartDeploymentResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
262
|
+
export var TagResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
263
|
+
export var TagResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
264
|
+
export var UntagResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
265
|
+
export var UntagResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
266
|
+
export var UpdateServiceRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.SourceConfiguration && {
|
|
267
|
+
SourceConfiguration: SourceConfigurationFilterSensitiveLog(obj.SourceConfiguration),
|
|
268
|
+
}))); };
|
|
269
|
+
export var UpdateServiceResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Service && { Service: ServiceFilterSensitiveLog(obj.Service) }))); };
|