@aws-sdk/client-migration-hub-refactor-spaces 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 +11 -0
- package/LICENSE +201 -0
- package/README.md +215 -0
- package/dist-cjs/MigrationHubRefactorSpaces.js +352 -0
- package/dist-cjs/MigrationHubRefactorSpacesClient.js +35 -0
- package/dist-cjs/commands/CreateApplicationCommand.js +36 -0
- package/dist-cjs/commands/CreateEnvironmentCommand.js +36 -0
- package/dist-cjs/commands/CreateRouteCommand.js +36 -0
- package/dist-cjs/commands/CreateServiceCommand.js +36 -0
- package/dist-cjs/commands/DeleteApplicationCommand.js +36 -0
- package/dist-cjs/commands/DeleteEnvironmentCommand.js +36 -0
- package/dist-cjs/commands/DeleteResourcePolicyCommand.js +36 -0
- package/dist-cjs/commands/DeleteRouteCommand.js +36 -0
- package/dist-cjs/commands/DeleteServiceCommand.js +36 -0
- package/dist-cjs/commands/GetApplicationCommand.js +36 -0
- package/dist-cjs/commands/GetEnvironmentCommand.js +36 -0
- package/dist-cjs/commands/GetResourcePolicyCommand.js +36 -0
- package/dist-cjs/commands/GetRouteCommand.js +36 -0
- package/dist-cjs/commands/GetServiceCommand.js +36 -0
- package/dist-cjs/commands/ListApplicationsCommand.js +36 -0
- package/dist-cjs/commands/ListEnvironmentVpcsCommand.js +36 -0
- package/dist-cjs/commands/ListEnvironmentsCommand.js +36 -0
- package/dist-cjs/commands/ListRoutesCommand.js +36 -0
- package/dist-cjs/commands/ListServicesCommand.js +36 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +36 -0
- package/dist-cjs/commands/PutResourcePolicyCommand.js +36 -0
- package/dist-cjs/commands/TagResourceCommand.js +36 -0
- package/dist-cjs/commands/UntagResourceCommand.js +36 -0
- package/dist-cjs/commands/index.js +26 -0
- package/dist-cjs/endpoints.js +130 -0
- package/dist-cjs/index.js +8 -0
- package/dist-cjs/models/index.js +4 -0
- package/dist-cjs/models/models_0.js +561 -0
- package/dist-cjs/pagination/Interfaces.js +2 -0
- package/dist-cjs/pagination/ListApplicationsPaginator.js +35 -0
- package/dist-cjs/pagination/ListEnvironmentVpcsPaginator.js +35 -0
- package/dist-cjs/pagination/ListEnvironmentsPaginator.js +35 -0
- package/dist-cjs/pagination/ListRoutesPaginator.js +35 -0
- package/dist-cjs/pagination/ListServicesPaginator.js +35 -0
- package/dist-cjs/pagination/index.js +9 -0
- package/dist-cjs/protocols/Aws_restJson1.js +3834 -0
- package/dist-cjs/runtimeConfig.browser.js +40 -0
- package/dist-cjs/runtimeConfig.js +44 -0
- package/dist-cjs/runtimeConfig.native.js +16 -0
- package/dist-cjs/runtimeConfig.shared.js +17 -0
- package/dist-es/MigrationHubRefactorSpaces.js +355 -0
- package/dist-es/MigrationHubRefactorSpacesClient.js +37 -0
- package/dist-es/commands/CreateApplicationCommand.js +39 -0
- package/dist-es/commands/CreateEnvironmentCommand.js +39 -0
- package/dist-es/commands/CreateRouteCommand.js +39 -0
- package/dist-es/commands/CreateServiceCommand.js +39 -0
- package/dist-es/commands/DeleteApplicationCommand.js +39 -0
- package/dist-es/commands/DeleteEnvironmentCommand.js +39 -0
- package/dist-es/commands/DeleteResourcePolicyCommand.js +39 -0
- package/dist-es/commands/DeleteRouteCommand.js +39 -0
- package/dist-es/commands/DeleteServiceCommand.js +39 -0
- package/dist-es/commands/GetApplicationCommand.js +39 -0
- package/dist-es/commands/GetEnvironmentCommand.js +39 -0
- package/dist-es/commands/GetResourcePolicyCommand.js +39 -0
- package/dist-es/commands/GetRouteCommand.js +39 -0
- package/dist-es/commands/GetServiceCommand.js +39 -0
- package/dist-es/commands/ListApplicationsCommand.js +39 -0
- package/dist-es/commands/ListEnvironmentVpcsCommand.js +39 -0
- package/dist-es/commands/ListEnvironmentsCommand.js +39 -0
- package/dist-es/commands/ListRoutesCommand.js +39 -0
- package/dist-es/commands/ListServicesCommand.js +39 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +39 -0
- package/dist-es/commands/PutResourcePolicyCommand.js +39 -0
- package/dist-es/commands/TagResourceCommand.js +39 -0
- package/dist-es/commands/UntagResourceCommand.js +39 -0
- package/dist-es/commands/index.js +23 -0
- package/dist-es/endpoints.js +126 -0
- package/dist-es/index.js +5 -0
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +395 -0
- package/dist-es/pagination/Interfaces.js +1 -0
- package/dist-es/pagination/ListApplicationsPaginator.js +74 -0
- package/dist-es/pagination/ListEnvironmentVpcsPaginator.js +74 -0
- package/dist-es/pagination/ListEnvironmentsPaginator.js +74 -0
- package/dist-es/pagination/ListRoutesPaginator.js +74 -0
- package/dist-es/pagination/ListServicesPaginator.js +74 -0
- package/dist-es/pagination/index.js +6 -0
- package/dist-es/protocols/Aws_restJson1.js +4225 -0
- package/dist-es/runtimeConfig.browser.js +17 -0
- package/dist-es/runtimeConfig.js +21 -0
- package/dist-es/runtimeConfig.native.js +8 -0
- package/dist-es/runtimeConfig.shared.js +13 -0
- package/dist-types/MigrationHubRefactorSpaces.d.ts +240 -0
- package/dist-types/MigrationHubRefactorSpacesClient.d.ts +169 -0
- package/dist-types/commands/CreateApplicationCommand.d.ts +38 -0
- package/dist-types/commands/CreateEnvironmentCommand.d.ts +39 -0
- package/dist-types/commands/CreateRouteCommand.d.ts +70 -0
- package/dist-types/commands/CreateServiceCommand.d.ts +44 -0
- package/dist-types/commands/DeleteApplicationCommand.d.ts +36 -0
- package/dist-types/commands/DeleteEnvironmentCommand.d.ts +36 -0
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +35 -0
- package/dist-types/commands/DeleteRouteCommand.d.ts +35 -0
- package/dist-types/commands/DeleteServiceCommand.d.ts +35 -0
- package/dist-types/commands/GetApplicationCommand.d.ts +35 -0
- package/dist-types/commands/GetEnvironmentCommand.d.ts +35 -0
- package/dist-types/commands/GetResourcePolicyCommand.d.ts +35 -0
- package/dist-types/commands/GetRouteCommand.d.ts +35 -0
- package/dist-types/commands/GetServiceCommand.d.ts +35 -0
- package/dist-types/commands/ListApplicationsCommand.d.ts +35 -0
- package/dist-types/commands/ListEnvironmentVpcsCommand.d.ts +35 -0
- package/dist-types/commands/ListEnvironmentsCommand.d.ts +36 -0
- package/dist-types/commands/ListRoutesCommand.d.ts +35 -0
- package/dist-types/commands/ListServicesCommand.d.ts +35 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +36 -0
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +38 -0
- package/dist-types/commands/TagResourceCommand.d.ts +41 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +37 -0
- package/dist-types/commands/index.d.ts +23 -0
- package/dist-types/endpoints.d.ts +2 -0
- package/dist-types/index.d.ts +5 -0
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +2193 -0
- package/dist-types/pagination/Interfaces.d.ts +6 -0
- package/dist-types/pagination/ListApplicationsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListEnvironmentVpcsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListEnvironmentsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListRoutesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListServicesPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +6 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +71 -0
- package/dist-types/runtimeConfig.browser.d.ts +39 -0
- package/dist-types/runtimeConfig.d.ts +39 -0
- package/dist-types/runtimeConfig.native.d.ts +38 -0
- package/dist-types/runtimeConfig.shared.d.ts +13 -0
- package/dist-types/ts3.4/MigrationHubRefactorSpaces.d.ts +120 -0
- package/dist-types/ts3.4/MigrationHubRefactorSpacesClient.d.ts +94 -0
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateServiceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteRouteCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteServiceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetEnvironmentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetRouteCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetServiceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListEnvironmentVpcsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListEnvironmentsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListRoutesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +23 -0
- package/dist-types/ts3.4/endpoints.d.ts +2 -0
- package/dist-types/ts3.4/index.d.ts +5 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1267 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListApplicationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListEnvironmentVpcsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListEnvironmentsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListRoutesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListServicesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +6 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +71 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +36 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
- package/package.json +96 -0
|
@@ -0,0 +1,561 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.GetApplicationResponse = exports.GetApplicationRequest = exports.EnvironmentVpc = exports.EnvironmentSummary = exports.DeleteServiceResponse = exports.DeleteServiceRequest = exports.DeleteRouteResponse = exports.DeleteRouteRequest = exports.DeleteResourcePolicyResponse = exports.DeleteResourcePolicyRequest = exports.DeleteEnvironmentResponse = exports.DeleteEnvironmentRequest = exports.DeleteApplicationResponse = exports.DeleteApplicationRequest = exports.CreateServiceResponse = exports.ServiceState = exports.CreateServiceRequest = exports.UrlEndpointInput = exports.LambdaEndpointInput = exports.ServiceEndpointType = exports.CreateRouteResponse = exports.RouteState = exports.CreateRouteRequest = exports.UriPathRouteInput = exports.HttpMethod = exports.RouteActivationState = exports.RouteType = exports.CreateEnvironmentResponse = exports.EnvironmentState = exports.CreateEnvironmentRequest = exports.NetworkFabricType = exports.ValidationException = exports.ThrottlingException = exports.ServiceQuotaExceededException = exports.ResourceNotFoundException = exports.InternalServerException = exports.CreateApplicationResponse = exports.CreateApplicationRequest = exports.ConflictException = exports.ApplicationSummary = exports.ProxyType = exports.ErrorResponse = exports.ErrorResourceType = exports.ErrorCode = exports.ApplicationState = exports.ApiGatewayProxySummary = exports.ApiGatewayProxyInput = exports.ApiGatewayProxyConfig = exports.ApiGatewayEndpointType = exports.AccessDeniedException = void 0;
|
|
4
|
+
exports.UntagResourceResponse = exports.UntagResourceRequest = exports.TagResourceResponse = exports.TagResourceRequest = exports.PutResourcePolicyResponse = exports.PutResourcePolicyRequest = exports.ListTagsForResourceResponse = exports.ListTagsForResourceRequest = exports.ListServicesResponse = exports.ServiceSummary = exports.UrlEndpointSummary = exports.ListServicesRequest = exports.ListRoutesResponse = exports.RouteSummary = exports.ListRoutesRequest = exports.ListEnvironmentVpcsResponse = exports.ListEnvironmentVpcsRequest = exports.ListEnvironmentsResponse = exports.ListEnvironmentsRequest = exports.ListApplicationsResponse = exports.ListApplicationsRequest = exports.LambdaEndpointSummary = exports.InvalidResourcePolicyException = exports.GetServiceResponse = exports.UrlEndpointConfig = exports.LambdaEndpointConfig = exports.GetServiceRequest = exports.GetRouteResponse = exports.GetRouteRequest = exports.GetResourcePolicyResponse = exports.GetResourcePolicyRequest = exports.GetEnvironmentResponse = exports.GetEnvironmentRequest = void 0;
|
|
5
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
var AccessDeniedException;
|
|
7
|
+
(function (AccessDeniedException) {
|
|
8
|
+
AccessDeniedException.filterSensitiveLog = (obj) => ({
|
|
9
|
+
...obj,
|
|
10
|
+
});
|
|
11
|
+
})(AccessDeniedException = exports.AccessDeniedException || (exports.AccessDeniedException = {}));
|
|
12
|
+
var ApiGatewayEndpointType;
|
|
13
|
+
(function (ApiGatewayEndpointType) {
|
|
14
|
+
ApiGatewayEndpointType["PRIVATE"] = "PRIVATE";
|
|
15
|
+
ApiGatewayEndpointType["REGIONAL"] = "REGIONAL";
|
|
16
|
+
})(ApiGatewayEndpointType = exports.ApiGatewayEndpointType || (exports.ApiGatewayEndpointType = {}));
|
|
17
|
+
var ApiGatewayProxyConfig;
|
|
18
|
+
(function (ApiGatewayProxyConfig) {
|
|
19
|
+
ApiGatewayProxyConfig.filterSensitiveLog = (obj) => ({
|
|
20
|
+
...obj,
|
|
21
|
+
});
|
|
22
|
+
})(ApiGatewayProxyConfig = exports.ApiGatewayProxyConfig || (exports.ApiGatewayProxyConfig = {}));
|
|
23
|
+
var ApiGatewayProxyInput;
|
|
24
|
+
(function (ApiGatewayProxyInput) {
|
|
25
|
+
ApiGatewayProxyInput.filterSensitiveLog = (obj) => ({
|
|
26
|
+
...obj,
|
|
27
|
+
});
|
|
28
|
+
})(ApiGatewayProxyInput = exports.ApiGatewayProxyInput || (exports.ApiGatewayProxyInput = {}));
|
|
29
|
+
var ApiGatewayProxySummary;
|
|
30
|
+
(function (ApiGatewayProxySummary) {
|
|
31
|
+
ApiGatewayProxySummary.filterSensitiveLog = (obj) => ({
|
|
32
|
+
...obj,
|
|
33
|
+
});
|
|
34
|
+
})(ApiGatewayProxySummary = exports.ApiGatewayProxySummary || (exports.ApiGatewayProxySummary = {}));
|
|
35
|
+
var ApplicationState;
|
|
36
|
+
(function (ApplicationState) {
|
|
37
|
+
ApplicationState["ACTIVE"] = "ACTIVE";
|
|
38
|
+
ApplicationState["CREATING"] = "CREATING";
|
|
39
|
+
ApplicationState["DELETING"] = "DELETING";
|
|
40
|
+
ApplicationState["FAILED"] = "FAILED";
|
|
41
|
+
ApplicationState["UPDATING"] = "UPDATING";
|
|
42
|
+
})(ApplicationState = exports.ApplicationState || (exports.ApplicationState = {}));
|
|
43
|
+
var ErrorCode;
|
|
44
|
+
(function (ErrorCode) {
|
|
45
|
+
ErrorCode["INVALID_RESOURCE_STATE"] = "INVALID_RESOURCE_STATE";
|
|
46
|
+
ErrorCode["NOT_AUTHORIZED"] = "NOT_AUTHORIZED";
|
|
47
|
+
ErrorCode["REQUEST_LIMIT_EXCEEDED"] = "REQUEST_LIMIT_EXCEEDED";
|
|
48
|
+
ErrorCode["RESOURCE_CREATION_FAILURE"] = "RESOURCE_CREATION_FAILURE";
|
|
49
|
+
ErrorCode["RESOURCE_DELETION_FAILURE"] = "RESOURCE_DELETION_FAILURE";
|
|
50
|
+
ErrorCode["RESOURCE_IN_USE"] = "RESOURCE_IN_USE";
|
|
51
|
+
ErrorCode["RESOURCE_LIMIT_EXCEEDED"] = "RESOURCE_LIMIT_EXCEEDED";
|
|
52
|
+
ErrorCode["RESOURCE_NOT_FOUND"] = "RESOURCE_NOT_FOUND";
|
|
53
|
+
ErrorCode["RESOURCE_RETRIEVAL_FAILURE"] = "RESOURCE_RETRIEVAL_FAILURE";
|
|
54
|
+
ErrorCode["RESOURCE_UPDATE_FAILURE"] = "RESOURCE_UPDATE_FAILURE";
|
|
55
|
+
ErrorCode["SERVICE_ENDPOINT_HEALTH_CHECK_FAILURE"] = "SERVICE_ENDPOINT_HEALTH_CHECK_FAILURE";
|
|
56
|
+
ErrorCode["STATE_TRANSITION_FAILURE"] = "STATE_TRANSITION_FAILURE";
|
|
57
|
+
})(ErrorCode = exports.ErrorCode || (exports.ErrorCode = {}));
|
|
58
|
+
var ErrorResourceType;
|
|
59
|
+
(function (ErrorResourceType) {
|
|
60
|
+
ErrorResourceType["API_GATEWAY"] = "API_GATEWAY";
|
|
61
|
+
ErrorResourceType["APPLICATION"] = "APPLICATION";
|
|
62
|
+
ErrorResourceType["ENVIRONMENT"] = "ENVIRONMENT";
|
|
63
|
+
ErrorResourceType["IAM_ROLE"] = "IAM_ROLE";
|
|
64
|
+
ErrorResourceType["LAMBDA"] = "LAMBDA";
|
|
65
|
+
ErrorResourceType["LOAD_BALANCER_LISTENER"] = "LOAD_BALANCER_LISTENER";
|
|
66
|
+
ErrorResourceType["NLB"] = "NLB";
|
|
67
|
+
ErrorResourceType["RESOURCE_SHARE"] = "RESOURCE_SHARE";
|
|
68
|
+
ErrorResourceType["ROUTE"] = "ROUTE";
|
|
69
|
+
ErrorResourceType["ROUTE_TABLE"] = "ROUTE_TABLE";
|
|
70
|
+
ErrorResourceType["SECURITY_GROUP"] = "SECURITY_GROUP";
|
|
71
|
+
ErrorResourceType["SERVICE"] = "SERVICE";
|
|
72
|
+
ErrorResourceType["SUBNET"] = "SUBNET";
|
|
73
|
+
ErrorResourceType["TARGET_GROUP"] = "TARGET_GROUP";
|
|
74
|
+
ErrorResourceType["TRANSIT_GATEWAY"] = "TRANSIT_GATEWAY";
|
|
75
|
+
ErrorResourceType["TRANSIT_GATEWAY_ATTACHMENT"] = "TRANSIT_GATEWAY_ATTACHMENT";
|
|
76
|
+
ErrorResourceType["VPC"] = "VPC";
|
|
77
|
+
ErrorResourceType["VPC_ENDPOINT_SERVICE_CONFIGURATION"] = "VPC_ENDPOINT_SERVICE_CONFIGURATION";
|
|
78
|
+
ErrorResourceType["VPC_LINK"] = "VPC_LINK";
|
|
79
|
+
})(ErrorResourceType = exports.ErrorResourceType || (exports.ErrorResourceType = {}));
|
|
80
|
+
var ErrorResponse;
|
|
81
|
+
(function (ErrorResponse) {
|
|
82
|
+
ErrorResponse.filterSensitiveLog = (obj) => ({
|
|
83
|
+
...obj,
|
|
84
|
+
});
|
|
85
|
+
})(ErrorResponse = exports.ErrorResponse || (exports.ErrorResponse = {}));
|
|
86
|
+
var ProxyType;
|
|
87
|
+
(function (ProxyType) {
|
|
88
|
+
ProxyType["API_GATEWAY"] = "API_GATEWAY";
|
|
89
|
+
})(ProxyType = exports.ProxyType || (exports.ProxyType = {}));
|
|
90
|
+
var ApplicationSummary;
|
|
91
|
+
(function (ApplicationSummary) {
|
|
92
|
+
ApplicationSummary.filterSensitiveLog = (obj) => ({
|
|
93
|
+
...obj,
|
|
94
|
+
...(obj.Tags && { Tags: smithy_client_1.SENSITIVE_STRING }),
|
|
95
|
+
});
|
|
96
|
+
})(ApplicationSummary = exports.ApplicationSummary || (exports.ApplicationSummary = {}));
|
|
97
|
+
var ConflictException;
|
|
98
|
+
(function (ConflictException) {
|
|
99
|
+
ConflictException.filterSensitiveLog = (obj) => ({
|
|
100
|
+
...obj,
|
|
101
|
+
});
|
|
102
|
+
})(ConflictException = exports.ConflictException || (exports.ConflictException = {}));
|
|
103
|
+
var CreateApplicationRequest;
|
|
104
|
+
(function (CreateApplicationRequest) {
|
|
105
|
+
CreateApplicationRequest.filterSensitiveLog = (obj) => ({
|
|
106
|
+
...obj,
|
|
107
|
+
...(obj.Tags && { Tags: smithy_client_1.SENSITIVE_STRING }),
|
|
108
|
+
});
|
|
109
|
+
})(CreateApplicationRequest = exports.CreateApplicationRequest || (exports.CreateApplicationRequest = {}));
|
|
110
|
+
var CreateApplicationResponse;
|
|
111
|
+
(function (CreateApplicationResponse) {
|
|
112
|
+
CreateApplicationResponse.filterSensitiveLog = (obj) => ({
|
|
113
|
+
...obj,
|
|
114
|
+
...(obj.Tags && { Tags: smithy_client_1.SENSITIVE_STRING }),
|
|
115
|
+
});
|
|
116
|
+
})(CreateApplicationResponse = exports.CreateApplicationResponse || (exports.CreateApplicationResponse = {}));
|
|
117
|
+
var InternalServerException;
|
|
118
|
+
(function (InternalServerException) {
|
|
119
|
+
InternalServerException.filterSensitiveLog = (obj) => ({
|
|
120
|
+
...obj,
|
|
121
|
+
});
|
|
122
|
+
})(InternalServerException = exports.InternalServerException || (exports.InternalServerException = {}));
|
|
123
|
+
var ResourceNotFoundException;
|
|
124
|
+
(function (ResourceNotFoundException) {
|
|
125
|
+
ResourceNotFoundException.filterSensitiveLog = (obj) => ({
|
|
126
|
+
...obj,
|
|
127
|
+
});
|
|
128
|
+
})(ResourceNotFoundException = exports.ResourceNotFoundException || (exports.ResourceNotFoundException = {}));
|
|
129
|
+
var ServiceQuotaExceededException;
|
|
130
|
+
(function (ServiceQuotaExceededException) {
|
|
131
|
+
ServiceQuotaExceededException.filterSensitiveLog = (obj) => ({
|
|
132
|
+
...obj,
|
|
133
|
+
});
|
|
134
|
+
})(ServiceQuotaExceededException = exports.ServiceQuotaExceededException || (exports.ServiceQuotaExceededException = {}));
|
|
135
|
+
var ThrottlingException;
|
|
136
|
+
(function (ThrottlingException) {
|
|
137
|
+
ThrottlingException.filterSensitiveLog = (obj) => ({
|
|
138
|
+
...obj,
|
|
139
|
+
});
|
|
140
|
+
})(ThrottlingException = exports.ThrottlingException || (exports.ThrottlingException = {}));
|
|
141
|
+
var ValidationException;
|
|
142
|
+
(function (ValidationException) {
|
|
143
|
+
ValidationException.filterSensitiveLog = (obj) => ({
|
|
144
|
+
...obj,
|
|
145
|
+
});
|
|
146
|
+
})(ValidationException = exports.ValidationException || (exports.ValidationException = {}));
|
|
147
|
+
var NetworkFabricType;
|
|
148
|
+
(function (NetworkFabricType) {
|
|
149
|
+
NetworkFabricType["TRANSIT_GATEWAY"] = "TRANSIT_GATEWAY";
|
|
150
|
+
})(NetworkFabricType = exports.NetworkFabricType || (exports.NetworkFabricType = {}));
|
|
151
|
+
var CreateEnvironmentRequest;
|
|
152
|
+
(function (CreateEnvironmentRequest) {
|
|
153
|
+
CreateEnvironmentRequest.filterSensitiveLog = (obj) => ({
|
|
154
|
+
...obj,
|
|
155
|
+
...(obj.Tags && { Tags: smithy_client_1.SENSITIVE_STRING }),
|
|
156
|
+
});
|
|
157
|
+
})(CreateEnvironmentRequest = exports.CreateEnvironmentRequest || (exports.CreateEnvironmentRequest = {}));
|
|
158
|
+
var EnvironmentState;
|
|
159
|
+
(function (EnvironmentState) {
|
|
160
|
+
EnvironmentState["ACTIVE"] = "ACTIVE";
|
|
161
|
+
EnvironmentState["CREATING"] = "CREATING";
|
|
162
|
+
EnvironmentState["DELETING"] = "DELETING";
|
|
163
|
+
EnvironmentState["FAILED"] = "FAILED";
|
|
164
|
+
})(EnvironmentState = exports.EnvironmentState || (exports.EnvironmentState = {}));
|
|
165
|
+
var CreateEnvironmentResponse;
|
|
166
|
+
(function (CreateEnvironmentResponse) {
|
|
167
|
+
CreateEnvironmentResponse.filterSensitiveLog = (obj) => ({
|
|
168
|
+
...obj,
|
|
169
|
+
...(obj.Tags && { Tags: smithy_client_1.SENSITIVE_STRING }),
|
|
170
|
+
});
|
|
171
|
+
})(CreateEnvironmentResponse = exports.CreateEnvironmentResponse || (exports.CreateEnvironmentResponse = {}));
|
|
172
|
+
var RouteType;
|
|
173
|
+
(function (RouteType) {
|
|
174
|
+
RouteType["DEFAULT"] = "DEFAULT";
|
|
175
|
+
RouteType["URI_PATH"] = "URI_PATH";
|
|
176
|
+
})(RouteType = exports.RouteType || (exports.RouteType = {}));
|
|
177
|
+
var RouteActivationState;
|
|
178
|
+
(function (RouteActivationState) {
|
|
179
|
+
RouteActivationState["ACTIVE"] = "ACTIVE";
|
|
180
|
+
})(RouteActivationState = exports.RouteActivationState || (exports.RouteActivationState = {}));
|
|
181
|
+
var HttpMethod;
|
|
182
|
+
(function (HttpMethod) {
|
|
183
|
+
HttpMethod["DELETE"] = "DELETE";
|
|
184
|
+
HttpMethod["GET"] = "GET";
|
|
185
|
+
HttpMethod["HEAD"] = "HEAD";
|
|
186
|
+
HttpMethod["OPTIONS"] = "OPTIONS";
|
|
187
|
+
HttpMethod["PATCH"] = "PATCH";
|
|
188
|
+
HttpMethod["POST"] = "POST";
|
|
189
|
+
HttpMethod["PUT"] = "PUT";
|
|
190
|
+
})(HttpMethod = exports.HttpMethod || (exports.HttpMethod = {}));
|
|
191
|
+
var UriPathRouteInput;
|
|
192
|
+
(function (UriPathRouteInput) {
|
|
193
|
+
UriPathRouteInput.filterSensitiveLog = (obj) => ({
|
|
194
|
+
...obj,
|
|
195
|
+
});
|
|
196
|
+
})(UriPathRouteInput = exports.UriPathRouteInput || (exports.UriPathRouteInput = {}));
|
|
197
|
+
var CreateRouteRequest;
|
|
198
|
+
(function (CreateRouteRequest) {
|
|
199
|
+
CreateRouteRequest.filterSensitiveLog = (obj) => ({
|
|
200
|
+
...obj,
|
|
201
|
+
...(obj.Tags && { Tags: smithy_client_1.SENSITIVE_STRING }),
|
|
202
|
+
});
|
|
203
|
+
})(CreateRouteRequest = exports.CreateRouteRequest || (exports.CreateRouteRequest = {}));
|
|
204
|
+
var RouteState;
|
|
205
|
+
(function (RouteState) {
|
|
206
|
+
RouteState["ACTIVE"] = "ACTIVE";
|
|
207
|
+
RouteState["CREATING"] = "CREATING";
|
|
208
|
+
RouteState["DELETING"] = "DELETING";
|
|
209
|
+
RouteState["FAILED"] = "FAILED";
|
|
210
|
+
RouteState["INACTIVE"] = "INACTIVE";
|
|
211
|
+
RouteState["UPDATING"] = "UPDATING";
|
|
212
|
+
})(RouteState = exports.RouteState || (exports.RouteState = {}));
|
|
213
|
+
var CreateRouteResponse;
|
|
214
|
+
(function (CreateRouteResponse) {
|
|
215
|
+
CreateRouteResponse.filterSensitiveLog = (obj) => ({
|
|
216
|
+
...obj,
|
|
217
|
+
...(obj.Tags && { Tags: smithy_client_1.SENSITIVE_STRING }),
|
|
218
|
+
});
|
|
219
|
+
})(CreateRouteResponse = exports.CreateRouteResponse || (exports.CreateRouteResponse = {}));
|
|
220
|
+
var ServiceEndpointType;
|
|
221
|
+
(function (ServiceEndpointType) {
|
|
222
|
+
ServiceEndpointType["LAMBDA"] = "LAMBDA";
|
|
223
|
+
ServiceEndpointType["URL"] = "URL";
|
|
224
|
+
})(ServiceEndpointType = exports.ServiceEndpointType || (exports.ServiceEndpointType = {}));
|
|
225
|
+
var LambdaEndpointInput;
|
|
226
|
+
(function (LambdaEndpointInput) {
|
|
227
|
+
LambdaEndpointInput.filterSensitiveLog = (obj) => ({
|
|
228
|
+
...obj,
|
|
229
|
+
});
|
|
230
|
+
})(LambdaEndpointInput = exports.LambdaEndpointInput || (exports.LambdaEndpointInput = {}));
|
|
231
|
+
var UrlEndpointInput;
|
|
232
|
+
(function (UrlEndpointInput) {
|
|
233
|
+
UrlEndpointInput.filterSensitiveLog = (obj) => ({
|
|
234
|
+
...obj,
|
|
235
|
+
});
|
|
236
|
+
})(UrlEndpointInput = exports.UrlEndpointInput || (exports.UrlEndpointInput = {}));
|
|
237
|
+
var CreateServiceRequest;
|
|
238
|
+
(function (CreateServiceRequest) {
|
|
239
|
+
CreateServiceRequest.filterSensitiveLog = (obj) => ({
|
|
240
|
+
...obj,
|
|
241
|
+
...(obj.Tags && { Tags: smithy_client_1.SENSITIVE_STRING }),
|
|
242
|
+
});
|
|
243
|
+
})(CreateServiceRequest = exports.CreateServiceRequest || (exports.CreateServiceRequest = {}));
|
|
244
|
+
var ServiceState;
|
|
245
|
+
(function (ServiceState) {
|
|
246
|
+
ServiceState["ACTIVE"] = "ACTIVE";
|
|
247
|
+
ServiceState["CREATING"] = "CREATING";
|
|
248
|
+
ServiceState["DELETING"] = "DELETING";
|
|
249
|
+
ServiceState["FAILED"] = "FAILED";
|
|
250
|
+
})(ServiceState = exports.ServiceState || (exports.ServiceState = {}));
|
|
251
|
+
var CreateServiceResponse;
|
|
252
|
+
(function (CreateServiceResponse) {
|
|
253
|
+
CreateServiceResponse.filterSensitiveLog = (obj) => ({
|
|
254
|
+
...obj,
|
|
255
|
+
...(obj.Tags && { Tags: smithy_client_1.SENSITIVE_STRING }),
|
|
256
|
+
});
|
|
257
|
+
})(CreateServiceResponse = exports.CreateServiceResponse || (exports.CreateServiceResponse = {}));
|
|
258
|
+
var DeleteApplicationRequest;
|
|
259
|
+
(function (DeleteApplicationRequest) {
|
|
260
|
+
DeleteApplicationRequest.filterSensitiveLog = (obj) => ({
|
|
261
|
+
...obj,
|
|
262
|
+
});
|
|
263
|
+
})(DeleteApplicationRequest = exports.DeleteApplicationRequest || (exports.DeleteApplicationRequest = {}));
|
|
264
|
+
var DeleteApplicationResponse;
|
|
265
|
+
(function (DeleteApplicationResponse) {
|
|
266
|
+
DeleteApplicationResponse.filterSensitiveLog = (obj) => ({
|
|
267
|
+
...obj,
|
|
268
|
+
});
|
|
269
|
+
})(DeleteApplicationResponse = exports.DeleteApplicationResponse || (exports.DeleteApplicationResponse = {}));
|
|
270
|
+
var DeleteEnvironmentRequest;
|
|
271
|
+
(function (DeleteEnvironmentRequest) {
|
|
272
|
+
DeleteEnvironmentRequest.filterSensitiveLog = (obj) => ({
|
|
273
|
+
...obj,
|
|
274
|
+
});
|
|
275
|
+
})(DeleteEnvironmentRequest = exports.DeleteEnvironmentRequest || (exports.DeleteEnvironmentRequest = {}));
|
|
276
|
+
var DeleteEnvironmentResponse;
|
|
277
|
+
(function (DeleteEnvironmentResponse) {
|
|
278
|
+
DeleteEnvironmentResponse.filterSensitiveLog = (obj) => ({
|
|
279
|
+
...obj,
|
|
280
|
+
});
|
|
281
|
+
})(DeleteEnvironmentResponse = exports.DeleteEnvironmentResponse || (exports.DeleteEnvironmentResponse = {}));
|
|
282
|
+
var DeleteResourcePolicyRequest;
|
|
283
|
+
(function (DeleteResourcePolicyRequest) {
|
|
284
|
+
DeleteResourcePolicyRequest.filterSensitiveLog = (obj) => ({
|
|
285
|
+
...obj,
|
|
286
|
+
});
|
|
287
|
+
})(DeleteResourcePolicyRequest = exports.DeleteResourcePolicyRequest || (exports.DeleteResourcePolicyRequest = {}));
|
|
288
|
+
var DeleteResourcePolicyResponse;
|
|
289
|
+
(function (DeleteResourcePolicyResponse) {
|
|
290
|
+
DeleteResourcePolicyResponse.filterSensitiveLog = (obj) => ({
|
|
291
|
+
...obj,
|
|
292
|
+
});
|
|
293
|
+
})(DeleteResourcePolicyResponse = exports.DeleteResourcePolicyResponse || (exports.DeleteResourcePolicyResponse = {}));
|
|
294
|
+
var DeleteRouteRequest;
|
|
295
|
+
(function (DeleteRouteRequest) {
|
|
296
|
+
DeleteRouteRequest.filterSensitiveLog = (obj) => ({
|
|
297
|
+
...obj,
|
|
298
|
+
});
|
|
299
|
+
})(DeleteRouteRequest = exports.DeleteRouteRequest || (exports.DeleteRouteRequest = {}));
|
|
300
|
+
var DeleteRouteResponse;
|
|
301
|
+
(function (DeleteRouteResponse) {
|
|
302
|
+
DeleteRouteResponse.filterSensitiveLog = (obj) => ({
|
|
303
|
+
...obj,
|
|
304
|
+
});
|
|
305
|
+
})(DeleteRouteResponse = exports.DeleteRouteResponse || (exports.DeleteRouteResponse = {}));
|
|
306
|
+
var DeleteServiceRequest;
|
|
307
|
+
(function (DeleteServiceRequest) {
|
|
308
|
+
DeleteServiceRequest.filterSensitiveLog = (obj) => ({
|
|
309
|
+
...obj,
|
|
310
|
+
});
|
|
311
|
+
})(DeleteServiceRequest = exports.DeleteServiceRequest || (exports.DeleteServiceRequest = {}));
|
|
312
|
+
var DeleteServiceResponse;
|
|
313
|
+
(function (DeleteServiceResponse) {
|
|
314
|
+
DeleteServiceResponse.filterSensitiveLog = (obj) => ({
|
|
315
|
+
...obj,
|
|
316
|
+
});
|
|
317
|
+
})(DeleteServiceResponse = exports.DeleteServiceResponse || (exports.DeleteServiceResponse = {}));
|
|
318
|
+
var EnvironmentSummary;
|
|
319
|
+
(function (EnvironmentSummary) {
|
|
320
|
+
EnvironmentSummary.filterSensitiveLog = (obj) => ({
|
|
321
|
+
...obj,
|
|
322
|
+
...(obj.Tags && { Tags: smithy_client_1.SENSITIVE_STRING }),
|
|
323
|
+
});
|
|
324
|
+
})(EnvironmentSummary = exports.EnvironmentSummary || (exports.EnvironmentSummary = {}));
|
|
325
|
+
var EnvironmentVpc;
|
|
326
|
+
(function (EnvironmentVpc) {
|
|
327
|
+
EnvironmentVpc.filterSensitiveLog = (obj) => ({
|
|
328
|
+
...obj,
|
|
329
|
+
});
|
|
330
|
+
})(EnvironmentVpc = exports.EnvironmentVpc || (exports.EnvironmentVpc = {}));
|
|
331
|
+
var GetApplicationRequest;
|
|
332
|
+
(function (GetApplicationRequest) {
|
|
333
|
+
GetApplicationRequest.filterSensitiveLog = (obj) => ({
|
|
334
|
+
...obj,
|
|
335
|
+
});
|
|
336
|
+
})(GetApplicationRequest = exports.GetApplicationRequest || (exports.GetApplicationRequest = {}));
|
|
337
|
+
var GetApplicationResponse;
|
|
338
|
+
(function (GetApplicationResponse) {
|
|
339
|
+
GetApplicationResponse.filterSensitiveLog = (obj) => ({
|
|
340
|
+
...obj,
|
|
341
|
+
...(obj.Tags && { Tags: smithy_client_1.SENSITIVE_STRING }),
|
|
342
|
+
});
|
|
343
|
+
})(GetApplicationResponse = exports.GetApplicationResponse || (exports.GetApplicationResponse = {}));
|
|
344
|
+
var GetEnvironmentRequest;
|
|
345
|
+
(function (GetEnvironmentRequest) {
|
|
346
|
+
GetEnvironmentRequest.filterSensitiveLog = (obj) => ({
|
|
347
|
+
...obj,
|
|
348
|
+
});
|
|
349
|
+
})(GetEnvironmentRequest = exports.GetEnvironmentRequest || (exports.GetEnvironmentRequest = {}));
|
|
350
|
+
var GetEnvironmentResponse;
|
|
351
|
+
(function (GetEnvironmentResponse) {
|
|
352
|
+
GetEnvironmentResponse.filterSensitiveLog = (obj) => ({
|
|
353
|
+
...obj,
|
|
354
|
+
...(obj.Tags && { Tags: smithy_client_1.SENSITIVE_STRING }),
|
|
355
|
+
});
|
|
356
|
+
})(GetEnvironmentResponse = exports.GetEnvironmentResponse || (exports.GetEnvironmentResponse = {}));
|
|
357
|
+
var GetResourcePolicyRequest;
|
|
358
|
+
(function (GetResourcePolicyRequest) {
|
|
359
|
+
GetResourcePolicyRequest.filterSensitiveLog = (obj) => ({
|
|
360
|
+
...obj,
|
|
361
|
+
});
|
|
362
|
+
})(GetResourcePolicyRequest = exports.GetResourcePolicyRequest || (exports.GetResourcePolicyRequest = {}));
|
|
363
|
+
var GetResourcePolicyResponse;
|
|
364
|
+
(function (GetResourcePolicyResponse) {
|
|
365
|
+
GetResourcePolicyResponse.filterSensitiveLog = (obj) => ({
|
|
366
|
+
...obj,
|
|
367
|
+
});
|
|
368
|
+
})(GetResourcePolicyResponse = exports.GetResourcePolicyResponse || (exports.GetResourcePolicyResponse = {}));
|
|
369
|
+
var GetRouteRequest;
|
|
370
|
+
(function (GetRouteRequest) {
|
|
371
|
+
GetRouteRequest.filterSensitiveLog = (obj) => ({
|
|
372
|
+
...obj,
|
|
373
|
+
});
|
|
374
|
+
})(GetRouteRequest = exports.GetRouteRequest || (exports.GetRouteRequest = {}));
|
|
375
|
+
var GetRouteResponse;
|
|
376
|
+
(function (GetRouteResponse) {
|
|
377
|
+
GetRouteResponse.filterSensitiveLog = (obj) => ({
|
|
378
|
+
...obj,
|
|
379
|
+
...(obj.Tags && { Tags: smithy_client_1.SENSITIVE_STRING }),
|
|
380
|
+
});
|
|
381
|
+
})(GetRouteResponse = exports.GetRouteResponse || (exports.GetRouteResponse = {}));
|
|
382
|
+
var GetServiceRequest;
|
|
383
|
+
(function (GetServiceRequest) {
|
|
384
|
+
GetServiceRequest.filterSensitiveLog = (obj) => ({
|
|
385
|
+
...obj,
|
|
386
|
+
});
|
|
387
|
+
})(GetServiceRequest = exports.GetServiceRequest || (exports.GetServiceRequest = {}));
|
|
388
|
+
var LambdaEndpointConfig;
|
|
389
|
+
(function (LambdaEndpointConfig) {
|
|
390
|
+
LambdaEndpointConfig.filterSensitiveLog = (obj) => ({
|
|
391
|
+
...obj,
|
|
392
|
+
});
|
|
393
|
+
})(LambdaEndpointConfig = exports.LambdaEndpointConfig || (exports.LambdaEndpointConfig = {}));
|
|
394
|
+
var UrlEndpointConfig;
|
|
395
|
+
(function (UrlEndpointConfig) {
|
|
396
|
+
UrlEndpointConfig.filterSensitiveLog = (obj) => ({
|
|
397
|
+
...obj,
|
|
398
|
+
});
|
|
399
|
+
})(UrlEndpointConfig = exports.UrlEndpointConfig || (exports.UrlEndpointConfig = {}));
|
|
400
|
+
var GetServiceResponse;
|
|
401
|
+
(function (GetServiceResponse) {
|
|
402
|
+
GetServiceResponse.filterSensitiveLog = (obj) => ({
|
|
403
|
+
...obj,
|
|
404
|
+
...(obj.Tags && { Tags: smithy_client_1.SENSITIVE_STRING }),
|
|
405
|
+
});
|
|
406
|
+
})(GetServiceResponse = exports.GetServiceResponse || (exports.GetServiceResponse = {}));
|
|
407
|
+
var InvalidResourcePolicyException;
|
|
408
|
+
(function (InvalidResourcePolicyException) {
|
|
409
|
+
InvalidResourcePolicyException.filterSensitiveLog = (obj) => ({
|
|
410
|
+
...obj,
|
|
411
|
+
});
|
|
412
|
+
})(InvalidResourcePolicyException = exports.InvalidResourcePolicyException || (exports.InvalidResourcePolicyException = {}));
|
|
413
|
+
var LambdaEndpointSummary;
|
|
414
|
+
(function (LambdaEndpointSummary) {
|
|
415
|
+
LambdaEndpointSummary.filterSensitiveLog = (obj) => ({
|
|
416
|
+
...obj,
|
|
417
|
+
});
|
|
418
|
+
})(LambdaEndpointSummary = exports.LambdaEndpointSummary || (exports.LambdaEndpointSummary = {}));
|
|
419
|
+
var ListApplicationsRequest;
|
|
420
|
+
(function (ListApplicationsRequest) {
|
|
421
|
+
ListApplicationsRequest.filterSensitiveLog = (obj) => ({
|
|
422
|
+
...obj,
|
|
423
|
+
});
|
|
424
|
+
})(ListApplicationsRequest = exports.ListApplicationsRequest || (exports.ListApplicationsRequest = {}));
|
|
425
|
+
var ListApplicationsResponse;
|
|
426
|
+
(function (ListApplicationsResponse) {
|
|
427
|
+
ListApplicationsResponse.filterSensitiveLog = (obj) => ({
|
|
428
|
+
...obj,
|
|
429
|
+
...(obj.ApplicationSummaryList && {
|
|
430
|
+
ApplicationSummaryList: obj.ApplicationSummaryList.map((item) => ApplicationSummary.filterSensitiveLog(item)),
|
|
431
|
+
}),
|
|
432
|
+
});
|
|
433
|
+
})(ListApplicationsResponse = exports.ListApplicationsResponse || (exports.ListApplicationsResponse = {}));
|
|
434
|
+
var ListEnvironmentsRequest;
|
|
435
|
+
(function (ListEnvironmentsRequest) {
|
|
436
|
+
ListEnvironmentsRequest.filterSensitiveLog = (obj) => ({
|
|
437
|
+
...obj,
|
|
438
|
+
});
|
|
439
|
+
})(ListEnvironmentsRequest = exports.ListEnvironmentsRequest || (exports.ListEnvironmentsRequest = {}));
|
|
440
|
+
var ListEnvironmentsResponse;
|
|
441
|
+
(function (ListEnvironmentsResponse) {
|
|
442
|
+
ListEnvironmentsResponse.filterSensitiveLog = (obj) => ({
|
|
443
|
+
...obj,
|
|
444
|
+
...(obj.EnvironmentSummaryList && {
|
|
445
|
+
EnvironmentSummaryList: obj.EnvironmentSummaryList.map((item) => EnvironmentSummary.filterSensitiveLog(item)),
|
|
446
|
+
}),
|
|
447
|
+
});
|
|
448
|
+
})(ListEnvironmentsResponse = exports.ListEnvironmentsResponse || (exports.ListEnvironmentsResponse = {}));
|
|
449
|
+
var ListEnvironmentVpcsRequest;
|
|
450
|
+
(function (ListEnvironmentVpcsRequest) {
|
|
451
|
+
ListEnvironmentVpcsRequest.filterSensitiveLog = (obj) => ({
|
|
452
|
+
...obj,
|
|
453
|
+
});
|
|
454
|
+
})(ListEnvironmentVpcsRequest = exports.ListEnvironmentVpcsRequest || (exports.ListEnvironmentVpcsRequest = {}));
|
|
455
|
+
var ListEnvironmentVpcsResponse;
|
|
456
|
+
(function (ListEnvironmentVpcsResponse) {
|
|
457
|
+
ListEnvironmentVpcsResponse.filterSensitiveLog = (obj) => ({
|
|
458
|
+
...obj,
|
|
459
|
+
});
|
|
460
|
+
})(ListEnvironmentVpcsResponse = exports.ListEnvironmentVpcsResponse || (exports.ListEnvironmentVpcsResponse = {}));
|
|
461
|
+
var ListRoutesRequest;
|
|
462
|
+
(function (ListRoutesRequest) {
|
|
463
|
+
ListRoutesRequest.filterSensitiveLog = (obj) => ({
|
|
464
|
+
...obj,
|
|
465
|
+
});
|
|
466
|
+
})(ListRoutesRequest = exports.ListRoutesRequest || (exports.ListRoutesRequest = {}));
|
|
467
|
+
var RouteSummary;
|
|
468
|
+
(function (RouteSummary) {
|
|
469
|
+
RouteSummary.filterSensitiveLog = (obj) => ({
|
|
470
|
+
...obj,
|
|
471
|
+
...(obj.Tags && { Tags: smithy_client_1.SENSITIVE_STRING }),
|
|
472
|
+
});
|
|
473
|
+
})(RouteSummary = exports.RouteSummary || (exports.RouteSummary = {}));
|
|
474
|
+
var ListRoutesResponse;
|
|
475
|
+
(function (ListRoutesResponse) {
|
|
476
|
+
ListRoutesResponse.filterSensitiveLog = (obj) => ({
|
|
477
|
+
...obj,
|
|
478
|
+
...(obj.RouteSummaryList && {
|
|
479
|
+
RouteSummaryList: obj.RouteSummaryList.map((item) => RouteSummary.filterSensitiveLog(item)),
|
|
480
|
+
}),
|
|
481
|
+
});
|
|
482
|
+
})(ListRoutesResponse = exports.ListRoutesResponse || (exports.ListRoutesResponse = {}));
|
|
483
|
+
var ListServicesRequest;
|
|
484
|
+
(function (ListServicesRequest) {
|
|
485
|
+
ListServicesRequest.filterSensitiveLog = (obj) => ({
|
|
486
|
+
...obj,
|
|
487
|
+
});
|
|
488
|
+
})(ListServicesRequest = exports.ListServicesRequest || (exports.ListServicesRequest = {}));
|
|
489
|
+
var UrlEndpointSummary;
|
|
490
|
+
(function (UrlEndpointSummary) {
|
|
491
|
+
UrlEndpointSummary.filterSensitiveLog = (obj) => ({
|
|
492
|
+
...obj,
|
|
493
|
+
});
|
|
494
|
+
})(UrlEndpointSummary = exports.UrlEndpointSummary || (exports.UrlEndpointSummary = {}));
|
|
495
|
+
var ServiceSummary;
|
|
496
|
+
(function (ServiceSummary) {
|
|
497
|
+
ServiceSummary.filterSensitiveLog = (obj) => ({
|
|
498
|
+
...obj,
|
|
499
|
+
...(obj.Tags && { Tags: smithy_client_1.SENSITIVE_STRING }),
|
|
500
|
+
});
|
|
501
|
+
})(ServiceSummary = exports.ServiceSummary || (exports.ServiceSummary = {}));
|
|
502
|
+
var ListServicesResponse;
|
|
503
|
+
(function (ListServicesResponse) {
|
|
504
|
+
ListServicesResponse.filterSensitiveLog = (obj) => ({
|
|
505
|
+
...obj,
|
|
506
|
+
...(obj.ServiceSummaryList && {
|
|
507
|
+
ServiceSummaryList: obj.ServiceSummaryList.map((item) => ServiceSummary.filterSensitiveLog(item)),
|
|
508
|
+
}),
|
|
509
|
+
});
|
|
510
|
+
})(ListServicesResponse = exports.ListServicesResponse || (exports.ListServicesResponse = {}));
|
|
511
|
+
var ListTagsForResourceRequest;
|
|
512
|
+
(function (ListTagsForResourceRequest) {
|
|
513
|
+
ListTagsForResourceRequest.filterSensitiveLog = (obj) => ({
|
|
514
|
+
...obj,
|
|
515
|
+
});
|
|
516
|
+
})(ListTagsForResourceRequest = exports.ListTagsForResourceRequest || (exports.ListTagsForResourceRequest = {}));
|
|
517
|
+
var ListTagsForResourceResponse;
|
|
518
|
+
(function (ListTagsForResourceResponse) {
|
|
519
|
+
ListTagsForResourceResponse.filterSensitiveLog = (obj) => ({
|
|
520
|
+
...obj,
|
|
521
|
+
...(obj.Tags && { Tags: smithy_client_1.SENSITIVE_STRING }),
|
|
522
|
+
});
|
|
523
|
+
})(ListTagsForResourceResponse = exports.ListTagsForResourceResponse || (exports.ListTagsForResourceResponse = {}));
|
|
524
|
+
var PutResourcePolicyRequest;
|
|
525
|
+
(function (PutResourcePolicyRequest) {
|
|
526
|
+
PutResourcePolicyRequest.filterSensitiveLog = (obj) => ({
|
|
527
|
+
...obj,
|
|
528
|
+
});
|
|
529
|
+
})(PutResourcePolicyRequest = exports.PutResourcePolicyRequest || (exports.PutResourcePolicyRequest = {}));
|
|
530
|
+
var PutResourcePolicyResponse;
|
|
531
|
+
(function (PutResourcePolicyResponse) {
|
|
532
|
+
PutResourcePolicyResponse.filterSensitiveLog = (obj) => ({
|
|
533
|
+
...obj,
|
|
534
|
+
});
|
|
535
|
+
})(PutResourcePolicyResponse = exports.PutResourcePolicyResponse || (exports.PutResourcePolicyResponse = {}));
|
|
536
|
+
var TagResourceRequest;
|
|
537
|
+
(function (TagResourceRequest) {
|
|
538
|
+
TagResourceRequest.filterSensitiveLog = (obj) => ({
|
|
539
|
+
...obj,
|
|
540
|
+
...(obj.Tags && { Tags: smithy_client_1.SENSITIVE_STRING }),
|
|
541
|
+
});
|
|
542
|
+
})(TagResourceRequest = exports.TagResourceRequest || (exports.TagResourceRequest = {}));
|
|
543
|
+
var TagResourceResponse;
|
|
544
|
+
(function (TagResourceResponse) {
|
|
545
|
+
TagResourceResponse.filterSensitiveLog = (obj) => ({
|
|
546
|
+
...obj,
|
|
547
|
+
});
|
|
548
|
+
})(TagResourceResponse = exports.TagResourceResponse || (exports.TagResourceResponse = {}));
|
|
549
|
+
var UntagResourceRequest;
|
|
550
|
+
(function (UntagResourceRequest) {
|
|
551
|
+
UntagResourceRequest.filterSensitiveLog = (obj) => ({
|
|
552
|
+
...obj,
|
|
553
|
+
...(obj.TagKeys && { TagKeys: smithy_client_1.SENSITIVE_STRING }),
|
|
554
|
+
});
|
|
555
|
+
})(UntagResourceRequest = exports.UntagResourceRequest || (exports.UntagResourceRequest = {}));
|
|
556
|
+
var UntagResourceResponse;
|
|
557
|
+
(function (UntagResourceResponse) {
|
|
558
|
+
UntagResourceResponse.filterSensitiveLog = (obj) => ({
|
|
559
|
+
...obj,
|
|
560
|
+
});
|
|
561
|
+
})(UntagResourceResponse = exports.UntagResourceResponse || (exports.UntagResourceResponse = {}));
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.paginateListApplications = void 0;
|
|
4
|
+
const ListApplicationsCommand_1 = require("../commands/ListApplicationsCommand");
|
|
5
|
+
const MigrationHubRefactorSpaces_1 = require("../MigrationHubRefactorSpaces");
|
|
6
|
+
const MigrationHubRefactorSpacesClient_1 = require("../MigrationHubRefactorSpacesClient");
|
|
7
|
+
const makePagedClientRequest = async (client, input, ...args) => {
|
|
8
|
+
return await client.send(new ListApplicationsCommand_1.ListApplicationsCommand(input), ...args);
|
|
9
|
+
};
|
|
10
|
+
const makePagedRequest = async (client, input, ...args) => {
|
|
11
|
+
return await client.listApplications(input, ...args);
|
|
12
|
+
};
|
|
13
|
+
async function* paginateListApplications(config, input, ...additionalArguments) {
|
|
14
|
+
let token = config.startingToken || undefined;
|
|
15
|
+
let hasNext = true;
|
|
16
|
+
let page;
|
|
17
|
+
while (hasNext) {
|
|
18
|
+
input.NextToken = token;
|
|
19
|
+
input["MaxResults"] = config.pageSize;
|
|
20
|
+
if (config.client instanceof MigrationHubRefactorSpaces_1.MigrationHubRefactorSpaces) {
|
|
21
|
+
page = await makePagedRequest(config.client, input, ...additionalArguments);
|
|
22
|
+
}
|
|
23
|
+
else if (config.client instanceof MigrationHubRefactorSpacesClient_1.MigrationHubRefactorSpacesClient) {
|
|
24
|
+
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
25
|
+
}
|
|
26
|
+
else {
|
|
27
|
+
throw new Error("Invalid client, expected MigrationHubRefactorSpaces | MigrationHubRefactorSpacesClient");
|
|
28
|
+
}
|
|
29
|
+
yield page;
|
|
30
|
+
token = page.NextToken;
|
|
31
|
+
hasNext = !!token;
|
|
32
|
+
}
|
|
33
|
+
return undefined;
|
|
34
|
+
}
|
|
35
|
+
exports.paginateListApplications = paginateListApplications;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.paginateListEnvironmentVpcs = void 0;
|
|
4
|
+
const ListEnvironmentVpcsCommand_1 = require("../commands/ListEnvironmentVpcsCommand");
|
|
5
|
+
const MigrationHubRefactorSpaces_1 = require("../MigrationHubRefactorSpaces");
|
|
6
|
+
const MigrationHubRefactorSpacesClient_1 = require("../MigrationHubRefactorSpacesClient");
|
|
7
|
+
const makePagedClientRequest = async (client, input, ...args) => {
|
|
8
|
+
return await client.send(new ListEnvironmentVpcsCommand_1.ListEnvironmentVpcsCommand(input), ...args);
|
|
9
|
+
};
|
|
10
|
+
const makePagedRequest = async (client, input, ...args) => {
|
|
11
|
+
return await client.listEnvironmentVpcs(input, ...args);
|
|
12
|
+
};
|
|
13
|
+
async function* paginateListEnvironmentVpcs(config, input, ...additionalArguments) {
|
|
14
|
+
let token = config.startingToken || undefined;
|
|
15
|
+
let hasNext = true;
|
|
16
|
+
let page;
|
|
17
|
+
while (hasNext) {
|
|
18
|
+
input.NextToken = token;
|
|
19
|
+
input["MaxResults"] = config.pageSize;
|
|
20
|
+
if (config.client instanceof MigrationHubRefactorSpaces_1.MigrationHubRefactorSpaces) {
|
|
21
|
+
page = await makePagedRequest(config.client, input, ...additionalArguments);
|
|
22
|
+
}
|
|
23
|
+
else if (config.client instanceof MigrationHubRefactorSpacesClient_1.MigrationHubRefactorSpacesClient) {
|
|
24
|
+
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
25
|
+
}
|
|
26
|
+
else {
|
|
27
|
+
throw new Error("Invalid client, expected MigrationHubRefactorSpaces | MigrationHubRefactorSpacesClient");
|
|
28
|
+
}
|
|
29
|
+
yield page;
|
|
30
|
+
token = page.NextToken;
|
|
31
|
+
hasNext = !!token;
|
|
32
|
+
}
|
|
33
|
+
return undefined;
|
|
34
|
+
}
|
|
35
|
+
exports.paginateListEnvironmentVpcs = paginateListEnvironmentVpcs;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.paginateListEnvironments = void 0;
|
|
4
|
+
const ListEnvironmentsCommand_1 = require("../commands/ListEnvironmentsCommand");
|
|
5
|
+
const MigrationHubRefactorSpaces_1 = require("../MigrationHubRefactorSpaces");
|
|
6
|
+
const MigrationHubRefactorSpacesClient_1 = require("../MigrationHubRefactorSpacesClient");
|
|
7
|
+
const makePagedClientRequest = async (client, input, ...args) => {
|
|
8
|
+
return await client.send(new ListEnvironmentsCommand_1.ListEnvironmentsCommand(input), ...args);
|
|
9
|
+
};
|
|
10
|
+
const makePagedRequest = async (client, input, ...args) => {
|
|
11
|
+
return await client.listEnvironments(input, ...args);
|
|
12
|
+
};
|
|
13
|
+
async function* paginateListEnvironments(config, input, ...additionalArguments) {
|
|
14
|
+
let token = config.startingToken || undefined;
|
|
15
|
+
let hasNext = true;
|
|
16
|
+
let page;
|
|
17
|
+
while (hasNext) {
|
|
18
|
+
input.NextToken = token;
|
|
19
|
+
input["MaxResults"] = config.pageSize;
|
|
20
|
+
if (config.client instanceof MigrationHubRefactorSpaces_1.MigrationHubRefactorSpaces) {
|
|
21
|
+
page = await makePagedRequest(config.client, input, ...additionalArguments);
|
|
22
|
+
}
|
|
23
|
+
else if (config.client instanceof MigrationHubRefactorSpacesClient_1.MigrationHubRefactorSpacesClient) {
|
|
24
|
+
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
25
|
+
}
|
|
26
|
+
else {
|
|
27
|
+
throw new Error("Invalid client, expected MigrationHubRefactorSpaces | MigrationHubRefactorSpacesClient");
|
|
28
|
+
}
|
|
29
|
+
yield page;
|
|
30
|
+
token = page.NextToken;
|
|
31
|
+
hasNext = !!token;
|
|
32
|
+
}
|
|
33
|
+
return undefined;
|
|
34
|
+
}
|
|
35
|
+
exports.paginateListEnvironments = paginateListEnvironments;
|