@aws-sdk/client-migration-hub-refactor-spaces 3.927.0 → 3.929.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +1148 -1376
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/MigrationHubRefactorSpacesClient.js +2 -0
- package/dist-es/commands/CreateApplicationCommand.js +3 -10
- package/dist-es/commands/CreateEnvironmentCommand.js +3 -10
- package/dist-es/commands/CreateRouteCommand.js +3 -10
- package/dist-es/commands/CreateServiceCommand.js +3 -10
- package/dist-es/commands/DeleteApplicationCommand.js +3 -9
- package/dist-es/commands/DeleteEnvironmentCommand.js +3 -9
- package/dist-es/commands/DeleteResourcePolicyCommand.js +3 -9
- package/dist-es/commands/DeleteRouteCommand.js +3 -9
- package/dist-es/commands/DeleteServiceCommand.js +3 -9
- package/dist-es/commands/GetApplicationCommand.js +3 -10
- package/dist-es/commands/GetEnvironmentCommand.js +3 -10
- package/dist-es/commands/GetResourcePolicyCommand.js +3 -9
- package/dist-es/commands/GetRouteCommand.js +3 -10
- package/dist-es/commands/GetServiceCommand.js +3 -10
- package/dist-es/commands/ListApplicationsCommand.js +3 -10
- package/dist-es/commands/ListEnvironmentVpcsCommand.js +3 -9
- package/dist-es/commands/ListEnvironmentsCommand.js +3 -10
- package/dist-es/commands/ListRoutesCommand.js +3 -10
- package/dist-es/commands/ListServicesCommand.js +3 -10
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -10
- package/dist-es/commands/PutResourcePolicyCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -10
- package/dist-es/commands/UntagResourceCommand.js +3 -10
- package/dist-es/commands/UpdateRouteCommand.js +3 -9
- package/dist-es/models/models_0.js +0 -101
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +1085 -0
- package/dist-types/MigrationHubRefactorSpacesClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +0 -92
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +110 -0
- package/dist-types/ts3.4/MigrationHubRefactorSpacesClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -67
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +116 -0
- package/package.json +5 -6
- package/dist-es/protocols/Aws_restJson1.js +0 -1069
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -218
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -293
|
@@ -1,218 +0,0 @@
|
|
|
1
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
|
|
2
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
3
|
-
import { CreateApplicationCommandInput, CreateApplicationCommandOutput } from "../commands/CreateApplicationCommand";
|
|
4
|
-
import { CreateEnvironmentCommandInput, CreateEnvironmentCommandOutput } from "../commands/CreateEnvironmentCommand";
|
|
5
|
-
import { CreateRouteCommandInput, CreateRouteCommandOutput } from "../commands/CreateRouteCommand";
|
|
6
|
-
import { CreateServiceCommandInput, CreateServiceCommandOutput } from "../commands/CreateServiceCommand";
|
|
7
|
-
import { DeleteApplicationCommandInput, DeleteApplicationCommandOutput } from "../commands/DeleteApplicationCommand";
|
|
8
|
-
import { DeleteEnvironmentCommandInput, DeleteEnvironmentCommandOutput } from "../commands/DeleteEnvironmentCommand";
|
|
9
|
-
import { DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput } from "../commands/DeleteResourcePolicyCommand";
|
|
10
|
-
import { DeleteRouteCommandInput, DeleteRouteCommandOutput } from "../commands/DeleteRouteCommand";
|
|
11
|
-
import { DeleteServiceCommandInput, DeleteServiceCommandOutput } from "../commands/DeleteServiceCommand";
|
|
12
|
-
import { GetApplicationCommandInput, GetApplicationCommandOutput } from "../commands/GetApplicationCommand";
|
|
13
|
-
import { GetEnvironmentCommandInput, GetEnvironmentCommandOutput } from "../commands/GetEnvironmentCommand";
|
|
14
|
-
import { GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput } from "../commands/GetResourcePolicyCommand";
|
|
15
|
-
import { GetRouteCommandInput, GetRouteCommandOutput } from "../commands/GetRouteCommand";
|
|
16
|
-
import { GetServiceCommandInput, GetServiceCommandOutput } from "../commands/GetServiceCommand";
|
|
17
|
-
import { ListApplicationsCommandInput, ListApplicationsCommandOutput } from "../commands/ListApplicationsCommand";
|
|
18
|
-
import { ListEnvironmentsCommandInput, ListEnvironmentsCommandOutput } from "../commands/ListEnvironmentsCommand";
|
|
19
|
-
import { ListEnvironmentVpcsCommandInput, ListEnvironmentVpcsCommandOutput } from "../commands/ListEnvironmentVpcsCommand";
|
|
20
|
-
import { ListRoutesCommandInput, ListRoutesCommandOutput } from "../commands/ListRoutesCommand";
|
|
21
|
-
import { ListServicesCommandInput, ListServicesCommandOutput } from "../commands/ListServicesCommand";
|
|
22
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
23
|
-
import { PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput } from "../commands/PutResourcePolicyCommand";
|
|
24
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
25
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
26
|
-
import { UpdateRouteCommandInput, UpdateRouteCommandOutput } from "../commands/UpdateRouteCommand";
|
|
27
|
-
/**
|
|
28
|
-
* serializeAws_restJson1CreateApplicationCommand
|
|
29
|
-
*/
|
|
30
|
-
export declare const se_CreateApplicationCommand: (input: CreateApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
31
|
-
/**
|
|
32
|
-
* serializeAws_restJson1CreateEnvironmentCommand
|
|
33
|
-
*/
|
|
34
|
-
export declare const se_CreateEnvironmentCommand: (input: CreateEnvironmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
35
|
-
/**
|
|
36
|
-
* serializeAws_restJson1CreateRouteCommand
|
|
37
|
-
*/
|
|
38
|
-
export declare const se_CreateRouteCommand: (input: CreateRouteCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
39
|
-
/**
|
|
40
|
-
* serializeAws_restJson1CreateServiceCommand
|
|
41
|
-
*/
|
|
42
|
-
export declare const se_CreateServiceCommand: (input: CreateServiceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
43
|
-
/**
|
|
44
|
-
* serializeAws_restJson1DeleteApplicationCommand
|
|
45
|
-
*/
|
|
46
|
-
export declare const se_DeleteApplicationCommand: (input: DeleteApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
47
|
-
/**
|
|
48
|
-
* serializeAws_restJson1DeleteEnvironmentCommand
|
|
49
|
-
*/
|
|
50
|
-
export declare const se_DeleteEnvironmentCommand: (input: DeleteEnvironmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
51
|
-
/**
|
|
52
|
-
* serializeAws_restJson1DeleteResourcePolicyCommand
|
|
53
|
-
*/
|
|
54
|
-
export declare const se_DeleteResourcePolicyCommand: (input: DeleteResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
55
|
-
/**
|
|
56
|
-
* serializeAws_restJson1DeleteRouteCommand
|
|
57
|
-
*/
|
|
58
|
-
export declare const se_DeleteRouteCommand: (input: DeleteRouteCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
59
|
-
/**
|
|
60
|
-
* serializeAws_restJson1DeleteServiceCommand
|
|
61
|
-
*/
|
|
62
|
-
export declare const se_DeleteServiceCommand: (input: DeleteServiceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
63
|
-
/**
|
|
64
|
-
* serializeAws_restJson1GetApplicationCommand
|
|
65
|
-
*/
|
|
66
|
-
export declare const se_GetApplicationCommand: (input: GetApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
67
|
-
/**
|
|
68
|
-
* serializeAws_restJson1GetEnvironmentCommand
|
|
69
|
-
*/
|
|
70
|
-
export declare const se_GetEnvironmentCommand: (input: GetEnvironmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
71
|
-
/**
|
|
72
|
-
* serializeAws_restJson1GetResourcePolicyCommand
|
|
73
|
-
*/
|
|
74
|
-
export declare const se_GetResourcePolicyCommand: (input: GetResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
75
|
-
/**
|
|
76
|
-
* serializeAws_restJson1GetRouteCommand
|
|
77
|
-
*/
|
|
78
|
-
export declare const se_GetRouteCommand: (input: GetRouteCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
79
|
-
/**
|
|
80
|
-
* serializeAws_restJson1GetServiceCommand
|
|
81
|
-
*/
|
|
82
|
-
export declare const se_GetServiceCommand: (input: GetServiceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
83
|
-
/**
|
|
84
|
-
* serializeAws_restJson1ListApplicationsCommand
|
|
85
|
-
*/
|
|
86
|
-
export declare const se_ListApplicationsCommand: (input: ListApplicationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
87
|
-
/**
|
|
88
|
-
* serializeAws_restJson1ListEnvironmentsCommand
|
|
89
|
-
*/
|
|
90
|
-
export declare const se_ListEnvironmentsCommand: (input: ListEnvironmentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
91
|
-
/**
|
|
92
|
-
* serializeAws_restJson1ListEnvironmentVpcsCommand
|
|
93
|
-
*/
|
|
94
|
-
export declare const se_ListEnvironmentVpcsCommand: (input: ListEnvironmentVpcsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
95
|
-
/**
|
|
96
|
-
* serializeAws_restJson1ListRoutesCommand
|
|
97
|
-
*/
|
|
98
|
-
export declare const se_ListRoutesCommand: (input: ListRoutesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
99
|
-
/**
|
|
100
|
-
* serializeAws_restJson1ListServicesCommand
|
|
101
|
-
*/
|
|
102
|
-
export declare const se_ListServicesCommand: (input: ListServicesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
103
|
-
/**
|
|
104
|
-
* serializeAws_restJson1ListTagsForResourceCommand
|
|
105
|
-
*/
|
|
106
|
-
export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
107
|
-
/**
|
|
108
|
-
* serializeAws_restJson1PutResourcePolicyCommand
|
|
109
|
-
*/
|
|
110
|
-
export declare const se_PutResourcePolicyCommand: (input: PutResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
111
|
-
/**
|
|
112
|
-
* serializeAws_restJson1TagResourceCommand
|
|
113
|
-
*/
|
|
114
|
-
export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
115
|
-
/**
|
|
116
|
-
* serializeAws_restJson1UntagResourceCommand
|
|
117
|
-
*/
|
|
118
|
-
export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
119
|
-
/**
|
|
120
|
-
* serializeAws_restJson1UpdateRouteCommand
|
|
121
|
-
*/
|
|
122
|
-
export declare const se_UpdateRouteCommand: (input: UpdateRouteCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
123
|
-
/**
|
|
124
|
-
* deserializeAws_restJson1CreateApplicationCommand
|
|
125
|
-
*/
|
|
126
|
-
export declare const de_CreateApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateApplicationCommandOutput>;
|
|
127
|
-
/**
|
|
128
|
-
* deserializeAws_restJson1CreateEnvironmentCommand
|
|
129
|
-
*/
|
|
130
|
-
export declare const de_CreateEnvironmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateEnvironmentCommandOutput>;
|
|
131
|
-
/**
|
|
132
|
-
* deserializeAws_restJson1CreateRouteCommand
|
|
133
|
-
*/
|
|
134
|
-
export declare const de_CreateRouteCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateRouteCommandOutput>;
|
|
135
|
-
/**
|
|
136
|
-
* deserializeAws_restJson1CreateServiceCommand
|
|
137
|
-
*/
|
|
138
|
-
export declare const de_CreateServiceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateServiceCommandOutput>;
|
|
139
|
-
/**
|
|
140
|
-
* deserializeAws_restJson1DeleteApplicationCommand
|
|
141
|
-
*/
|
|
142
|
-
export declare const de_DeleteApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteApplicationCommandOutput>;
|
|
143
|
-
/**
|
|
144
|
-
* deserializeAws_restJson1DeleteEnvironmentCommand
|
|
145
|
-
*/
|
|
146
|
-
export declare const de_DeleteEnvironmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteEnvironmentCommandOutput>;
|
|
147
|
-
/**
|
|
148
|
-
* deserializeAws_restJson1DeleteResourcePolicyCommand
|
|
149
|
-
*/
|
|
150
|
-
export declare const de_DeleteResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteResourcePolicyCommandOutput>;
|
|
151
|
-
/**
|
|
152
|
-
* deserializeAws_restJson1DeleteRouteCommand
|
|
153
|
-
*/
|
|
154
|
-
export declare const de_DeleteRouteCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRouteCommandOutput>;
|
|
155
|
-
/**
|
|
156
|
-
* deserializeAws_restJson1DeleteServiceCommand
|
|
157
|
-
*/
|
|
158
|
-
export declare const de_DeleteServiceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteServiceCommandOutput>;
|
|
159
|
-
/**
|
|
160
|
-
* deserializeAws_restJson1GetApplicationCommand
|
|
161
|
-
*/
|
|
162
|
-
export declare const de_GetApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetApplicationCommandOutput>;
|
|
163
|
-
/**
|
|
164
|
-
* deserializeAws_restJson1GetEnvironmentCommand
|
|
165
|
-
*/
|
|
166
|
-
export declare const de_GetEnvironmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetEnvironmentCommandOutput>;
|
|
167
|
-
/**
|
|
168
|
-
* deserializeAws_restJson1GetResourcePolicyCommand
|
|
169
|
-
*/
|
|
170
|
-
export declare const de_GetResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResourcePolicyCommandOutput>;
|
|
171
|
-
/**
|
|
172
|
-
* deserializeAws_restJson1GetRouteCommand
|
|
173
|
-
*/
|
|
174
|
-
export declare const de_GetRouteCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRouteCommandOutput>;
|
|
175
|
-
/**
|
|
176
|
-
* deserializeAws_restJson1GetServiceCommand
|
|
177
|
-
*/
|
|
178
|
-
export declare const de_GetServiceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetServiceCommandOutput>;
|
|
179
|
-
/**
|
|
180
|
-
* deserializeAws_restJson1ListApplicationsCommand
|
|
181
|
-
*/
|
|
182
|
-
export declare const de_ListApplicationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListApplicationsCommandOutput>;
|
|
183
|
-
/**
|
|
184
|
-
* deserializeAws_restJson1ListEnvironmentsCommand
|
|
185
|
-
*/
|
|
186
|
-
export declare const de_ListEnvironmentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEnvironmentsCommandOutput>;
|
|
187
|
-
/**
|
|
188
|
-
* deserializeAws_restJson1ListEnvironmentVpcsCommand
|
|
189
|
-
*/
|
|
190
|
-
export declare const de_ListEnvironmentVpcsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEnvironmentVpcsCommandOutput>;
|
|
191
|
-
/**
|
|
192
|
-
* deserializeAws_restJson1ListRoutesCommand
|
|
193
|
-
*/
|
|
194
|
-
export declare const de_ListRoutesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRoutesCommandOutput>;
|
|
195
|
-
/**
|
|
196
|
-
* deserializeAws_restJson1ListServicesCommand
|
|
197
|
-
*/
|
|
198
|
-
export declare const de_ListServicesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListServicesCommandOutput>;
|
|
199
|
-
/**
|
|
200
|
-
* deserializeAws_restJson1ListTagsForResourceCommand
|
|
201
|
-
*/
|
|
202
|
-
export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
203
|
-
/**
|
|
204
|
-
* deserializeAws_restJson1PutResourcePolicyCommand
|
|
205
|
-
*/
|
|
206
|
-
export declare const de_PutResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutResourcePolicyCommandOutput>;
|
|
207
|
-
/**
|
|
208
|
-
* deserializeAws_restJson1TagResourceCommand
|
|
209
|
-
*/
|
|
210
|
-
export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
211
|
-
/**
|
|
212
|
-
* deserializeAws_restJson1UntagResourceCommand
|
|
213
|
-
*/
|
|
214
|
-
export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
215
|
-
/**
|
|
216
|
-
* deserializeAws_restJson1UpdateRouteCommand
|
|
217
|
-
*/
|
|
218
|
-
export declare const de_UpdateRouteCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRouteCommandOutput>;
|
|
@@ -1,293 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
HttpRequest as __HttpRequest,
|
|
3
|
-
HttpResponse as __HttpResponse,
|
|
4
|
-
} from "@smithy/protocol-http";
|
|
5
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
6
|
-
import {
|
|
7
|
-
CreateApplicationCommandInput,
|
|
8
|
-
CreateApplicationCommandOutput,
|
|
9
|
-
} from "../commands/CreateApplicationCommand";
|
|
10
|
-
import {
|
|
11
|
-
CreateEnvironmentCommandInput,
|
|
12
|
-
CreateEnvironmentCommandOutput,
|
|
13
|
-
} from "../commands/CreateEnvironmentCommand";
|
|
14
|
-
import {
|
|
15
|
-
CreateRouteCommandInput,
|
|
16
|
-
CreateRouteCommandOutput,
|
|
17
|
-
} from "../commands/CreateRouteCommand";
|
|
18
|
-
import {
|
|
19
|
-
CreateServiceCommandInput,
|
|
20
|
-
CreateServiceCommandOutput,
|
|
21
|
-
} from "../commands/CreateServiceCommand";
|
|
22
|
-
import {
|
|
23
|
-
DeleteApplicationCommandInput,
|
|
24
|
-
DeleteApplicationCommandOutput,
|
|
25
|
-
} from "../commands/DeleteApplicationCommand";
|
|
26
|
-
import {
|
|
27
|
-
DeleteEnvironmentCommandInput,
|
|
28
|
-
DeleteEnvironmentCommandOutput,
|
|
29
|
-
} from "../commands/DeleteEnvironmentCommand";
|
|
30
|
-
import {
|
|
31
|
-
DeleteResourcePolicyCommandInput,
|
|
32
|
-
DeleteResourcePolicyCommandOutput,
|
|
33
|
-
} from "../commands/DeleteResourcePolicyCommand";
|
|
34
|
-
import {
|
|
35
|
-
DeleteRouteCommandInput,
|
|
36
|
-
DeleteRouteCommandOutput,
|
|
37
|
-
} from "../commands/DeleteRouteCommand";
|
|
38
|
-
import {
|
|
39
|
-
DeleteServiceCommandInput,
|
|
40
|
-
DeleteServiceCommandOutput,
|
|
41
|
-
} from "../commands/DeleteServiceCommand";
|
|
42
|
-
import {
|
|
43
|
-
GetApplicationCommandInput,
|
|
44
|
-
GetApplicationCommandOutput,
|
|
45
|
-
} from "../commands/GetApplicationCommand";
|
|
46
|
-
import {
|
|
47
|
-
GetEnvironmentCommandInput,
|
|
48
|
-
GetEnvironmentCommandOutput,
|
|
49
|
-
} from "../commands/GetEnvironmentCommand";
|
|
50
|
-
import {
|
|
51
|
-
GetResourcePolicyCommandInput,
|
|
52
|
-
GetResourcePolicyCommandOutput,
|
|
53
|
-
} from "../commands/GetResourcePolicyCommand";
|
|
54
|
-
import {
|
|
55
|
-
GetRouteCommandInput,
|
|
56
|
-
GetRouteCommandOutput,
|
|
57
|
-
} from "../commands/GetRouteCommand";
|
|
58
|
-
import {
|
|
59
|
-
GetServiceCommandInput,
|
|
60
|
-
GetServiceCommandOutput,
|
|
61
|
-
} from "../commands/GetServiceCommand";
|
|
62
|
-
import {
|
|
63
|
-
ListApplicationsCommandInput,
|
|
64
|
-
ListApplicationsCommandOutput,
|
|
65
|
-
} from "../commands/ListApplicationsCommand";
|
|
66
|
-
import {
|
|
67
|
-
ListEnvironmentsCommandInput,
|
|
68
|
-
ListEnvironmentsCommandOutput,
|
|
69
|
-
} from "../commands/ListEnvironmentsCommand";
|
|
70
|
-
import {
|
|
71
|
-
ListEnvironmentVpcsCommandInput,
|
|
72
|
-
ListEnvironmentVpcsCommandOutput,
|
|
73
|
-
} from "../commands/ListEnvironmentVpcsCommand";
|
|
74
|
-
import {
|
|
75
|
-
ListRoutesCommandInput,
|
|
76
|
-
ListRoutesCommandOutput,
|
|
77
|
-
} from "../commands/ListRoutesCommand";
|
|
78
|
-
import {
|
|
79
|
-
ListServicesCommandInput,
|
|
80
|
-
ListServicesCommandOutput,
|
|
81
|
-
} from "../commands/ListServicesCommand";
|
|
82
|
-
import {
|
|
83
|
-
ListTagsForResourceCommandInput,
|
|
84
|
-
ListTagsForResourceCommandOutput,
|
|
85
|
-
} from "../commands/ListTagsForResourceCommand";
|
|
86
|
-
import {
|
|
87
|
-
PutResourcePolicyCommandInput,
|
|
88
|
-
PutResourcePolicyCommandOutput,
|
|
89
|
-
} from "../commands/PutResourcePolicyCommand";
|
|
90
|
-
import {
|
|
91
|
-
TagResourceCommandInput,
|
|
92
|
-
TagResourceCommandOutput,
|
|
93
|
-
} from "../commands/TagResourceCommand";
|
|
94
|
-
import {
|
|
95
|
-
UntagResourceCommandInput,
|
|
96
|
-
UntagResourceCommandOutput,
|
|
97
|
-
} from "../commands/UntagResourceCommand";
|
|
98
|
-
import {
|
|
99
|
-
UpdateRouteCommandInput,
|
|
100
|
-
UpdateRouteCommandOutput,
|
|
101
|
-
} from "../commands/UpdateRouteCommand";
|
|
102
|
-
export declare const se_CreateApplicationCommand: (
|
|
103
|
-
input: CreateApplicationCommandInput,
|
|
104
|
-
context: __SerdeContext
|
|
105
|
-
) => Promise<__HttpRequest>;
|
|
106
|
-
export declare const se_CreateEnvironmentCommand: (
|
|
107
|
-
input: CreateEnvironmentCommandInput,
|
|
108
|
-
context: __SerdeContext
|
|
109
|
-
) => Promise<__HttpRequest>;
|
|
110
|
-
export declare const se_CreateRouteCommand: (
|
|
111
|
-
input: CreateRouteCommandInput,
|
|
112
|
-
context: __SerdeContext
|
|
113
|
-
) => Promise<__HttpRequest>;
|
|
114
|
-
export declare const se_CreateServiceCommand: (
|
|
115
|
-
input: CreateServiceCommandInput,
|
|
116
|
-
context: __SerdeContext
|
|
117
|
-
) => Promise<__HttpRequest>;
|
|
118
|
-
export declare const se_DeleteApplicationCommand: (
|
|
119
|
-
input: DeleteApplicationCommandInput,
|
|
120
|
-
context: __SerdeContext
|
|
121
|
-
) => Promise<__HttpRequest>;
|
|
122
|
-
export declare const se_DeleteEnvironmentCommand: (
|
|
123
|
-
input: DeleteEnvironmentCommandInput,
|
|
124
|
-
context: __SerdeContext
|
|
125
|
-
) => Promise<__HttpRequest>;
|
|
126
|
-
export declare const se_DeleteResourcePolicyCommand: (
|
|
127
|
-
input: DeleteResourcePolicyCommandInput,
|
|
128
|
-
context: __SerdeContext
|
|
129
|
-
) => Promise<__HttpRequest>;
|
|
130
|
-
export declare const se_DeleteRouteCommand: (
|
|
131
|
-
input: DeleteRouteCommandInput,
|
|
132
|
-
context: __SerdeContext
|
|
133
|
-
) => Promise<__HttpRequest>;
|
|
134
|
-
export declare const se_DeleteServiceCommand: (
|
|
135
|
-
input: DeleteServiceCommandInput,
|
|
136
|
-
context: __SerdeContext
|
|
137
|
-
) => Promise<__HttpRequest>;
|
|
138
|
-
export declare const se_GetApplicationCommand: (
|
|
139
|
-
input: GetApplicationCommandInput,
|
|
140
|
-
context: __SerdeContext
|
|
141
|
-
) => Promise<__HttpRequest>;
|
|
142
|
-
export declare const se_GetEnvironmentCommand: (
|
|
143
|
-
input: GetEnvironmentCommandInput,
|
|
144
|
-
context: __SerdeContext
|
|
145
|
-
) => Promise<__HttpRequest>;
|
|
146
|
-
export declare const se_GetResourcePolicyCommand: (
|
|
147
|
-
input: GetResourcePolicyCommandInput,
|
|
148
|
-
context: __SerdeContext
|
|
149
|
-
) => Promise<__HttpRequest>;
|
|
150
|
-
export declare const se_GetRouteCommand: (
|
|
151
|
-
input: GetRouteCommandInput,
|
|
152
|
-
context: __SerdeContext
|
|
153
|
-
) => Promise<__HttpRequest>;
|
|
154
|
-
export declare const se_GetServiceCommand: (
|
|
155
|
-
input: GetServiceCommandInput,
|
|
156
|
-
context: __SerdeContext
|
|
157
|
-
) => Promise<__HttpRequest>;
|
|
158
|
-
export declare const se_ListApplicationsCommand: (
|
|
159
|
-
input: ListApplicationsCommandInput,
|
|
160
|
-
context: __SerdeContext
|
|
161
|
-
) => Promise<__HttpRequest>;
|
|
162
|
-
export declare const se_ListEnvironmentsCommand: (
|
|
163
|
-
input: ListEnvironmentsCommandInput,
|
|
164
|
-
context: __SerdeContext
|
|
165
|
-
) => Promise<__HttpRequest>;
|
|
166
|
-
export declare const se_ListEnvironmentVpcsCommand: (
|
|
167
|
-
input: ListEnvironmentVpcsCommandInput,
|
|
168
|
-
context: __SerdeContext
|
|
169
|
-
) => Promise<__HttpRequest>;
|
|
170
|
-
export declare const se_ListRoutesCommand: (
|
|
171
|
-
input: ListRoutesCommandInput,
|
|
172
|
-
context: __SerdeContext
|
|
173
|
-
) => Promise<__HttpRequest>;
|
|
174
|
-
export declare const se_ListServicesCommand: (
|
|
175
|
-
input: ListServicesCommandInput,
|
|
176
|
-
context: __SerdeContext
|
|
177
|
-
) => Promise<__HttpRequest>;
|
|
178
|
-
export declare const se_ListTagsForResourceCommand: (
|
|
179
|
-
input: ListTagsForResourceCommandInput,
|
|
180
|
-
context: __SerdeContext
|
|
181
|
-
) => Promise<__HttpRequest>;
|
|
182
|
-
export declare const se_PutResourcePolicyCommand: (
|
|
183
|
-
input: PutResourcePolicyCommandInput,
|
|
184
|
-
context: __SerdeContext
|
|
185
|
-
) => Promise<__HttpRequest>;
|
|
186
|
-
export declare const se_TagResourceCommand: (
|
|
187
|
-
input: TagResourceCommandInput,
|
|
188
|
-
context: __SerdeContext
|
|
189
|
-
) => Promise<__HttpRequest>;
|
|
190
|
-
export declare const se_UntagResourceCommand: (
|
|
191
|
-
input: UntagResourceCommandInput,
|
|
192
|
-
context: __SerdeContext
|
|
193
|
-
) => Promise<__HttpRequest>;
|
|
194
|
-
export declare const se_UpdateRouteCommand: (
|
|
195
|
-
input: UpdateRouteCommandInput,
|
|
196
|
-
context: __SerdeContext
|
|
197
|
-
) => Promise<__HttpRequest>;
|
|
198
|
-
export declare const de_CreateApplicationCommand: (
|
|
199
|
-
output: __HttpResponse,
|
|
200
|
-
context: __SerdeContext
|
|
201
|
-
) => Promise<CreateApplicationCommandOutput>;
|
|
202
|
-
export declare const de_CreateEnvironmentCommand: (
|
|
203
|
-
output: __HttpResponse,
|
|
204
|
-
context: __SerdeContext
|
|
205
|
-
) => Promise<CreateEnvironmentCommandOutput>;
|
|
206
|
-
export declare const de_CreateRouteCommand: (
|
|
207
|
-
output: __HttpResponse,
|
|
208
|
-
context: __SerdeContext
|
|
209
|
-
) => Promise<CreateRouteCommandOutput>;
|
|
210
|
-
export declare const de_CreateServiceCommand: (
|
|
211
|
-
output: __HttpResponse,
|
|
212
|
-
context: __SerdeContext
|
|
213
|
-
) => Promise<CreateServiceCommandOutput>;
|
|
214
|
-
export declare const de_DeleteApplicationCommand: (
|
|
215
|
-
output: __HttpResponse,
|
|
216
|
-
context: __SerdeContext
|
|
217
|
-
) => Promise<DeleteApplicationCommandOutput>;
|
|
218
|
-
export declare const de_DeleteEnvironmentCommand: (
|
|
219
|
-
output: __HttpResponse,
|
|
220
|
-
context: __SerdeContext
|
|
221
|
-
) => Promise<DeleteEnvironmentCommandOutput>;
|
|
222
|
-
export declare const de_DeleteResourcePolicyCommand: (
|
|
223
|
-
output: __HttpResponse,
|
|
224
|
-
context: __SerdeContext
|
|
225
|
-
) => Promise<DeleteResourcePolicyCommandOutput>;
|
|
226
|
-
export declare const de_DeleteRouteCommand: (
|
|
227
|
-
output: __HttpResponse,
|
|
228
|
-
context: __SerdeContext
|
|
229
|
-
) => Promise<DeleteRouteCommandOutput>;
|
|
230
|
-
export declare const de_DeleteServiceCommand: (
|
|
231
|
-
output: __HttpResponse,
|
|
232
|
-
context: __SerdeContext
|
|
233
|
-
) => Promise<DeleteServiceCommandOutput>;
|
|
234
|
-
export declare const de_GetApplicationCommand: (
|
|
235
|
-
output: __HttpResponse,
|
|
236
|
-
context: __SerdeContext
|
|
237
|
-
) => Promise<GetApplicationCommandOutput>;
|
|
238
|
-
export declare const de_GetEnvironmentCommand: (
|
|
239
|
-
output: __HttpResponse,
|
|
240
|
-
context: __SerdeContext
|
|
241
|
-
) => Promise<GetEnvironmentCommandOutput>;
|
|
242
|
-
export declare const de_GetResourcePolicyCommand: (
|
|
243
|
-
output: __HttpResponse,
|
|
244
|
-
context: __SerdeContext
|
|
245
|
-
) => Promise<GetResourcePolicyCommandOutput>;
|
|
246
|
-
export declare const de_GetRouteCommand: (
|
|
247
|
-
output: __HttpResponse,
|
|
248
|
-
context: __SerdeContext
|
|
249
|
-
) => Promise<GetRouteCommandOutput>;
|
|
250
|
-
export declare const de_GetServiceCommand: (
|
|
251
|
-
output: __HttpResponse,
|
|
252
|
-
context: __SerdeContext
|
|
253
|
-
) => Promise<GetServiceCommandOutput>;
|
|
254
|
-
export declare const de_ListApplicationsCommand: (
|
|
255
|
-
output: __HttpResponse,
|
|
256
|
-
context: __SerdeContext
|
|
257
|
-
) => Promise<ListApplicationsCommandOutput>;
|
|
258
|
-
export declare const de_ListEnvironmentsCommand: (
|
|
259
|
-
output: __HttpResponse,
|
|
260
|
-
context: __SerdeContext
|
|
261
|
-
) => Promise<ListEnvironmentsCommandOutput>;
|
|
262
|
-
export declare const de_ListEnvironmentVpcsCommand: (
|
|
263
|
-
output: __HttpResponse,
|
|
264
|
-
context: __SerdeContext
|
|
265
|
-
) => Promise<ListEnvironmentVpcsCommandOutput>;
|
|
266
|
-
export declare const de_ListRoutesCommand: (
|
|
267
|
-
output: __HttpResponse,
|
|
268
|
-
context: __SerdeContext
|
|
269
|
-
) => Promise<ListRoutesCommandOutput>;
|
|
270
|
-
export declare const de_ListServicesCommand: (
|
|
271
|
-
output: __HttpResponse,
|
|
272
|
-
context: __SerdeContext
|
|
273
|
-
) => Promise<ListServicesCommandOutput>;
|
|
274
|
-
export declare const de_ListTagsForResourceCommand: (
|
|
275
|
-
output: __HttpResponse,
|
|
276
|
-
context: __SerdeContext
|
|
277
|
-
) => Promise<ListTagsForResourceCommandOutput>;
|
|
278
|
-
export declare const de_PutResourcePolicyCommand: (
|
|
279
|
-
output: __HttpResponse,
|
|
280
|
-
context: __SerdeContext
|
|
281
|
-
) => Promise<PutResourcePolicyCommandOutput>;
|
|
282
|
-
export declare const de_TagResourceCommand: (
|
|
283
|
-
output: __HttpResponse,
|
|
284
|
-
context: __SerdeContext
|
|
285
|
-
) => Promise<TagResourceCommandOutput>;
|
|
286
|
-
export declare const de_UntagResourceCommand: (
|
|
287
|
-
output: __HttpResponse,
|
|
288
|
-
context: __SerdeContext
|
|
289
|
-
) => Promise<UntagResourceCommandOutput>;
|
|
290
|
-
export declare const de_UpdateRouteCommand: (
|
|
291
|
-
output: __HttpResponse,
|
|
292
|
-
context: __SerdeContext
|
|
293
|
-
) => Promise<UpdateRouteCommandOutput>;
|