@aws-sdk/client-proton 3.168.0 → 3.170.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 +16 -0
- package/dist-types/ts3.4/Proton.d.ts +1420 -380
- package/dist-types/ts3.4/ProtonClient.d.ts +579 -148
- package/dist-types/ts3.4/commands/AcceptEnvironmentAccountConnectionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CancelComponentDeploymentCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CancelEnvironmentDeploymentCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CancelServiceInstanceDeploymentCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CancelServicePipelineDeploymentCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateComponentCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateEnvironmentAccountConnectionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateEnvironmentTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateEnvironmentTemplateVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateRepositoryCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateServiceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateServiceTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateServiceTemplateVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateTemplateSyncConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteComponentCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteEnvironmentAccountConnectionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteEnvironmentTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteEnvironmentTemplateVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteRepositoryCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteServiceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteServiceTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteServiceTemplateVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteTemplateSyncConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetComponentCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetEnvironmentAccountConnectionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetEnvironmentCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetEnvironmentTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetEnvironmentTemplateVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetRepositoryCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetRepositorySyncStatusCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetServiceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetServiceInstanceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetServiceTemplateCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetServiceTemplateVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetTemplateSyncConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetTemplateSyncStatusCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListComponentOutputsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListComponentProvisionedResourcesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListComponentsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListEnvironmentAccountConnectionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListEnvironmentOutputsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListEnvironmentProvisionedResourcesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListEnvironmentTemplateVersionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListEnvironmentTemplatesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListEnvironmentsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListRepositoriesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListRepositorySyncDefinitionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListServiceInstanceOutputsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListServiceInstanceProvisionedResourcesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListServiceInstancesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListServicePipelineOutputsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListServicePipelineProvisionedResourcesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListServiceTemplateVersionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListServiceTemplatesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/NotifyResourceDeploymentStatusChangeCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/RejectEnvironmentAccountConnectionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateAccountSettingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateComponentCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateEnvironmentAccountConnectionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateEnvironmentTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateEnvironmentTemplateVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateServiceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateServiceInstanceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateServicePipelineCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateServiceTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateServiceTemplateVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateTemplateSyncConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/index.d.ts +75 -75
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +7 -7
- package/dist-types/ts3.4/models/ProtonServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2402 -2202
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
- package/dist-types/ts3.4/pagination/ListComponentOutputsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListComponentProvisionedResourcesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListComponentsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListEnvironmentAccountConnectionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListEnvironmentOutputsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListEnvironmentProvisionedResourcesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListEnvironmentTemplateVersionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListEnvironmentTemplatesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListEnvironmentsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRepositoriesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRepositorySyncDefinitionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListServiceInstanceOutputsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListServiceInstanceProvisionedResourcesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListServiceInstancesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListServicePipelineOutputsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListServicePipelineProvisionedResourcesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListServiceTemplateVersionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListServiceTemplatesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListServicesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +21 -21
- package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +905 -227
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/dist-types/ts3.4/waiters/index.d.ts +10 -10
- package/dist-types/ts3.4/waiters/waitForComponentDeleted.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForComponentDeployed.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForEnvironmentDeployed.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForEnvironmentTemplateVersionRegistered.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForServiceCreated.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForServiceDeleted.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForServiceInstanceDeployed.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForServicePipelineDeployed.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForServiceTemplateVersionRegistered.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForServiceUpdated.d.ts +13 -7
- package/package.json +35 -35
|
@@ -1,227 +1,905 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
import {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
import {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
import {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
import {
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
import {
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
import {
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
import {
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
import {
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
import {
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
import {
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
import {
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
import {
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
import {
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
import {
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
import {
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
import {
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
1
|
+
import {
|
|
2
|
+
HttpRequest as __HttpRequest,
|
|
3
|
+
HttpResponse as __HttpResponse,
|
|
4
|
+
} from "@aws-sdk/protocol-http";
|
|
5
|
+
import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
6
|
+
import {
|
|
7
|
+
AcceptEnvironmentAccountConnectionCommandInput,
|
|
8
|
+
AcceptEnvironmentAccountConnectionCommandOutput,
|
|
9
|
+
} from "../commands/AcceptEnvironmentAccountConnectionCommand";
|
|
10
|
+
import {
|
|
11
|
+
CancelComponentDeploymentCommandInput,
|
|
12
|
+
CancelComponentDeploymentCommandOutput,
|
|
13
|
+
} from "../commands/CancelComponentDeploymentCommand";
|
|
14
|
+
import {
|
|
15
|
+
CancelEnvironmentDeploymentCommandInput,
|
|
16
|
+
CancelEnvironmentDeploymentCommandOutput,
|
|
17
|
+
} from "../commands/CancelEnvironmentDeploymentCommand";
|
|
18
|
+
import {
|
|
19
|
+
CancelServiceInstanceDeploymentCommandInput,
|
|
20
|
+
CancelServiceInstanceDeploymentCommandOutput,
|
|
21
|
+
} from "../commands/CancelServiceInstanceDeploymentCommand";
|
|
22
|
+
import {
|
|
23
|
+
CancelServicePipelineDeploymentCommandInput,
|
|
24
|
+
CancelServicePipelineDeploymentCommandOutput,
|
|
25
|
+
} from "../commands/CancelServicePipelineDeploymentCommand";
|
|
26
|
+
import {
|
|
27
|
+
CreateComponentCommandInput,
|
|
28
|
+
CreateComponentCommandOutput,
|
|
29
|
+
} from "../commands/CreateComponentCommand";
|
|
30
|
+
import {
|
|
31
|
+
CreateEnvironmentAccountConnectionCommandInput,
|
|
32
|
+
CreateEnvironmentAccountConnectionCommandOutput,
|
|
33
|
+
} from "../commands/CreateEnvironmentAccountConnectionCommand";
|
|
34
|
+
import {
|
|
35
|
+
CreateEnvironmentCommandInput,
|
|
36
|
+
CreateEnvironmentCommandOutput,
|
|
37
|
+
} from "../commands/CreateEnvironmentCommand";
|
|
38
|
+
import {
|
|
39
|
+
CreateEnvironmentTemplateCommandInput,
|
|
40
|
+
CreateEnvironmentTemplateCommandOutput,
|
|
41
|
+
} from "../commands/CreateEnvironmentTemplateCommand";
|
|
42
|
+
import {
|
|
43
|
+
CreateEnvironmentTemplateVersionCommandInput,
|
|
44
|
+
CreateEnvironmentTemplateVersionCommandOutput,
|
|
45
|
+
} from "../commands/CreateEnvironmentTemplateVersionCommand";
|
|
46
|
+
import {
|
|
47
|
+
CreateRepositoryCommandInput,
|
|
48
|
+
CreateRepositoryCommandOutput,
|
|
49
|
+
} from "../commands/CreateRepositoryCommand";
|
|
50
|
+
import {
|
|
51
|
+
CreateServiceCommandInput,
|
|
52
|
+
CreateServiceCommandOutput,
|
|
53
|
+
} from "../commands/CreateServiceCommand";
|
|
54
|
+
import {
|
|
55
|
+
CreateServiceTemplateCommandInput,
|
|
56
|
+
CreateServiceTemplateCommandOutput,
|
|
57
|
+
} from "../commands/CreateServiceTemplateCommand";
|
|
58
|
+
import {
|
|
59
|
+
CreateServiceTemplateVersionCommandInput,
|
|
60
|
+
CreateServiceTemplateVersionCommandOutput,
|
|
61
|
+
} from "../commands/CreateServiceTemplateVersionCommand";
|
|
62
|
+
import {
|
|
63
|
+
CreateTemplateSyncConfigCommandInput,
|
|
64
|
+
CreateTemplateSyncConfigCommandOutput,
|
|
65
|
+
} from "../commands/CreateTemplateSyncConfigCommand";
|
|
66
|
+
import {
|
|
67
|
+
DeleteComponentCommandInput,
|
|
68
|
+
DeleteComponentCommandOutput,
|
|
69
|
+
} from "../commands/DeleteComponentCommand";
|
|
70
|
+
import {
|
|
71
|
+
DeleteEnvironmentAccountConnectionCommandInput,
|
|
72
|
+
DeleteEnvironmentAccountConnectionCommandOutput,
|
|
73
|
+
} from "../commands/DeleteEnvironmentAccountConnectionCommand";
|
|
74
|
+
import {
|
|
75
|
+
DeleteEnvironmentCommandInput,
|
|
76
|
+
DeleteEnvironmentCommandOutput,
|
|
77
|
+
} from "../commands/DeleteEnvironmentCommand";
|
|
78
|
+
import {
|
|
79
|
+
DeleteEnvironmentTemplateCommandInput,
|
|
80
|
+
DeleteEnvironmentTemplateCommandOutput,
|
|
81
|
+
} from "../commands/DeleteEnvironmentTemplateCommand";
|
|
82
|
+
import {
|
|
83
|
+
DeleteEnvironmentTemplateVersionCommandInput,
|
|
84
|
+
DeleteEnvironmentTemplateVersionCommandOutput,
|
|
85
|
+
} from "../commands/DeleteEnvironmentTemplateVersionCommand";
|
|
86
|
+
import {
|
|
87
|
+
DeleteRepositoryCommandInput,
|
|
88
|
+
DeleteRepositoryCommandOutput,
|
|
89
|
+
} from "../commands/DeleteRepositoryCommand";
|
|
90
|
+
import {
|
|
91
|
+
DeleteServiceCommandInput,
|
|
92
|
+
DeleteServiceCommandOutput,
|
|
93
|
+
} from "../commands/DeleteServiceCommand";
|
|
94
|
+
import {
|
|
95
|
+
DeleteServiceTemplateCommandInput,
|
|
96
|
+
DeleteServiceTemplateCommandOutput,
|
|
97
|
+
} from "../commands/DeleteServiceTemplateCommand";
|
|
98
|
+
import {
|
|
99
|
+
DeleteServiceTemplateVersionCommandInput,
|
|
100
|
+
DeleteServiceTemplateVersionCommandOutput,
|
|
101
|
+
} from "../commands/DeleteServiceTemplateVersionCommand";
|
|
102
|
+
import {
|
|
103
|
+
DeleteTemplateSyncConfigCommandInput,
|
|
104
|
+
DeleteTemplateSyncConfigCommandOutput,
|
|
105
|
+
} from "../commands/DeleteTemplateSyncConfigCommand";
|
|
106
|
+
import {
|
|
107
|
+
GetAccountSettingsCommandInput,
|
|
108
|
+
GetAccountSettingsCommandOutput,
|
|
109
|
+
} from "../commands/GetAccountSettingsCommand";
|
|
110
|
+
import {
|
|
111
|
+
GetComponentCommandInput,
|
|
112
|
+
GetComponentCommandOutput,
|
|
113
|
+
} from "../commands/GetComponentCommand";
|
|
114
|
+
import {
|
|
115
|
+
GetEnvironmentAccountConnectionCommandInput,
|
|
116
|
+
GetEnvironmentAccountConnectionCommandOutput,
|
|
117
|
+
} from "../commands/GetEnvironmentAccountConnectionCommand";
|
|
118
|
+
import {
|
|
119
|
+
GetEnvironmentCommandInput,
|
|
120
|
+
GetEnvironmentCommandOutput,
|
|
121
|
+
} from "../commands/GetEnvironmentCommand";
|
|
122
|
+
import {
|
|
123
|
+
GetEnvironmentTemplateCommandInput,
|
|
124
|
+
GetEnvironmentTemplateCommandOutput,
|
|
125
|
+
} from "../commands/GetEnvironmentTemplateCommand";
|
|
126
|
+
import {
|
|
127
|
+
GetEnvironmentTemplateVersionCommandInput,
|
|
128
|
+
GetEnvironmentTemplateVersionCommandOutput,
|
|
129
|
+
} from "../commands/GetEnvironmentTemplateVersionCommand";
|
|
130
|
+
import {
|
|
131
|
+
GetRepositoryCommandInput,
|
|
132
|
+
GetRepositoryCommandOutput,
|
|
133
|
+
} from "../commands/GetRepositoryCommand";
|
|
134
|
+
import {
|
|
135
|
+
GetRepositorySyncStatusCommandInput,
|
|
136
|
+
GetRepositorySyncStatusCommandOutput,
|
|
137
|
+
} from "../commands/GetRepositorySyncStatusCommand";
|
|
138
|
+
import {
|
|
139
|
+
GetServiceCommandInput,
|
|
140
|
+
GetServiceCommandOutput,
|
|
141
|
+
} from "../commands/GetServiceCommand";
|
|
142
|
+
import {
|
|
143
|
+
GetServiceInstanceCommandInput,
|
|
144
|
+
GetServiceInstanceCommandOutput,
|
|
145
|
+
} from "../commands/GetServiceInstanceCommand";
|
|
146
|
+
import {
|
|
147
|
+
GetServiceTemplateCommandInput,
|
|
148
|
+
GetServiceTemplateCommandOutput,
|
|
149
|
+
} from "../commands/GetServiceTemplateCommand";
|
|
150
|
+
import {
|
|
151
|
+
GetServiceTemplateVersionCommandInput,
|
|
152
|
+
GetServiceTemplateVersionCommandOutput,
|
|
153
|
+
} from "../commands/GetServiceTemplateVersionCommand";
|
|
154
|
+
import {
|
|
155
|
+
GetTemplateSyncConfigCommandInput,
|
|
156
|
+
GetTemplateSyncConfigCommandOutput,
|
|
157
|
+
} from "../commands/GetTemplateSyncConfigCommand";
|
|
158
|
+
import {
|
|
159
|
+
GetTemplateSyncStatusCommandInput,
|
|
160
|
+
GetTemplateSyncStatusCommandOutput,
|
|
161
|
+
} from "../commands/GetTemplateSyncStatusCommand";
|
|
162
|
+
import {
|
|
163
|
+
ListComponentOutputsCommandInput,
|
|
164
|
+
ListComponentOutputsCommandOutput,
|
|
165
|
+
} from "../commands/ListComponentOutputsCommand";
|
|
166
|
+
import {
|
|
167
|
+
ListComponentProvisionedResourcesCommandInput,
|
|
168
|
+
ListComponentProvisionedResourcesCommandOutput,
|
|
169
|
+
} from "../commands/ListComponentProvisionedResourcesCommand";
|
|
170
|
+
import {
|
|
171
|
+
ListComponentsCommandInput,
|
|
172
|
+
ListComponentsCommandOutput,
|
|
173
|
+
} from "../commands/ListComponentsCommand";
|
|
174
|
+
import {
|
|
175
|
+
ListEnvironmentAccountConnectionsCommandInput,
|
|
176
|
+
ListEnvironmentAccountConnectionsCommandOutput,
|
|
177
|
+
} from "../commands/ListEnvironmentAccountConnectionsCommand";
|
|
178
|
+
import {
|
|
179
|
+
ListEnvironmentOutputsCommandInput,
|
|
180
|
+
ListEnvironmentOutputsCommandOutput,
|
|
181
|
+
} from "../commands/ListEnvironmentOutputsCommand";
|
|
182
|
+
import {
|
|
183
|
+
ListEnvironmentProvisionedResourcesCommandInput,
|
|
184
|
+
ListEnvironmentProvisionedResourcesCommandOutput,
|
|
185
|
+
} from "../commands/ListEnvironmentProvisionedResourcesCommand";
|
|
186
|
+
import {
|
|
187
|
+
ListEnvironmentsCommandInput,
|
|
188
|
+
ListEnvironmentsCommandOutput,
|
|
189
|
+
} from "../commands/ListEnvironmentsCommand";
|
|
190
|
+
import {
|
|
191
|
+
ListEnvironmentTemplatesCommandInput,
|
|
192
|
+
ListEnvironmentTemplatesCommandOutput,
|
|
193
|
+
} from "../commands/ListEnvironmentTemplatesCommand";
|
|
194
|
+
import {
|
|
195
|
+
ListEnvironmentTemplateVersionsCommandInput,
|
|
196
|
+
ListEnvironmentTemplateVersionsCommandOutput,
|
|
197
|
+
} from "../commands/ListEnvironmentTemplateVersionsCommand";
|
|
198
|
+
import {
|
|
199
|
+
ListRepositoriesCommandInput,
|
|
200
|
+
ListRepositoriesCommandOutput,
|
|
201
|
+
} from "../commands/ListRepositoriesCommand";
|
|
202
|
+
import {
|
|
203
|
+
ListRepositorySyncDefinitionsCommandInput,
|
|
204
|
+
ListRepositorySyncDefinitionsCommandOutput,
|
|
205
|
+
} from "../commands/ListRepositorySyncDefinitionsCommand";
|
|
206
|
+
import {
|
|
207
|
+
ListServiceInstanceOutputsCommandInput,
|
|
208
|
+
ListServiceInstanceOutputsCommandOutput,
|
|
209
|
+
} from "../commands/ListServiceInstanceOutputsCommand";
|
|
210
|
+
import {
|
|
211
|
+
ListServiceInstanceProvisionedResourcesCommandInput,
|
|
212
|
+
ListServiceInstanceProvisionedResourcesCommandOutput,
|
|
213
|
+
} from "../commands/ListServiceInstanceProvisionedResourcesCommand";
|
|
214
|
+
import {
|
|
215
|
+
ListServiceInstancesCommandInput,
|
|
216
|
+
ListServiceInstancesCommandOutput,
|
|
217
|
+
} from "../commands/ListServiceInstancesCommand";
|
|
218
|
+
import {
|
|
219
|
+
ListServicePipelineOutputsCommandInput,
|
|
220
|
+
ListServicePipelineOutputsCommandOutput,
|
|
221
|
+
} from "../commands/ListServicePipelineOutputsCommand";
|
|
222
|
+
import {
|
|
223
|
+
ListServicePipelineProvisionedResourcesCommandInput,
|
|
224
|
+
ListServicePipelineProvisionedResourcesCommandOutput,
|
|
225
|
+
} from "../commands/ListServicePipelineProvisionedResourcesCommand";
|
|
226
|
+
import {
|
|
227
|
+
ListServicesCommandInput,
|
|
228
|
+
ListServicesCommandOutput,
|
|
229
|
+
} from "../commands/ListServicesCommand";
|
|
230
|
+
import {
|
|
231
|
+
ListServiceTemplatesCommandInput,
|
|
232
|
+
ListServiceTemplatesCommandOutput,
|
|
233
|
+
} from "../commands/ListServiceTemplatesCommand";
|
|
234
|
+
import {
|
|
235
|
+
ListServiceTemplateVersionsCommandInput,
|
|
236
|
+
ListServiceTemplateVersionsCommandOutput,
|
|
237
|
+
} from "../commands/ListServiceTemplateVersionsCommand";
|
|
238
|
+
import {
|
|
239
|
+
ListTagsForResourceCommandInput,
|
|
240
|
+
ListTagsForResourceCommandOutput,
|
|
241
|
+
} from "../commands/ListTagsForResourceCommand";
|
|
242
|
+
import {
|
|
243
|
+
NotifyResourceDeploymentStatusChangeCommandInput,
|
|
244
|
+
NotifyResourceDeploymentStatusChangeCommandOutput,
|
|
245
|
+
} from "../commands/NotifyResourceDeploymentStatusChangeCommand";
|
|
246
|
+
import {
|
|
247
|
+
RejectEnvironmentAccountConnectionCommandInput,
|
|
248
|
+
RejectEnvironmentAccountConnectionCommandOutput,
|
|
249
|
+
} from "../commands/RejectEnvironmentAccountConnectionCommand";
|
|
250
|
+
import {
|
|
251
|
+
TagResourceCommandInput,
|
|
252
|
+
TagResourceCommandOutput,
|
|
253
|
+
} from "../commands/TagResourceCommand";
|
|
254
|
+
import {
|
|
255
|
+
UntagResourceCommandInput,
|
|
256
|
+
UntagResourceCommandOutput,
|
|
257
|
+
} from "../commands/UntagResourceCommand";
|
|
258
|
+
import {
|
|
259
|
+
UpdateAccountSettingsCommandInput,
|
|
260
|
+
UpdateAccountSettingsCommandOutput,
|
|
261
|
+
} from "../commands/UpdateAccountSettingsCommand";
|
|
262
|
+
import {
|
|
263
|
+
UpdateComponentCommandInput,
|
|
264
|
+
UpdateComponentCommandOutput,
|
|
265
|
+
} from "../commands/UpdateComponentCommand";
|
|
266
|
+
import {
|
|
267
|
+
UpdateEnvironmentAccountConnectionCommandInput,
|
|
268
|
+
UpdateEnvironmentAccountConnectionCommandOutput,
|
|
269
|
+
} from "../commands/UpdateEnvironmentAccountConnectionCommand";
|
|
270
|
+
import {
|
|
271
|
+
UpdateEnvironmentCommandInput,
|
|
272
|
+
UpdateEnvironmentCommandOutput,
|
|
273
|
+
} from "../commands/UpdateEnvironmentCommand";
|
|
274
|
+
import {
|
|
275
|
+
UpdateEnvironmentTemplateCommandInput,
|
|
276
|
+
UpdateEnvironmentTemplateCommandOutput,
|
|
277
|
+
} from "../commands/UpdateEnvironmentTemplateCommand";
|
|
278
|
+
import {
|
|
279
|
+
UpdateEnvironmentTemplateVersionCommandInput,
|
|
280
|
+
UpdateEnvironmentTemplateVersionCommandOutput,
|
|
281
|
+
} from "../commands/UpdateEnvironmentTemplateVersionCommand";
|
|
282
|
+
import {
|
|
283
|
+
UpdateServiceCommandInput,
|
|
284
|
+
UpdateServiceCommandOutput,
|
|
285
|
+
} from "../commands/UpdateServiceCommand";
|
|
286
|
+
import {
|
|
287
|
+
UpdateServiceInstanceCommandInput,
|
|
288
|
+
UpdateServiceInstanceCommandOutput,
|
|
289
|
+
} from "../commands/UpdateServiceInstanceCommand";
|
|
290
|
+
import {
|
|
291
|
+
UpdateServicePipelineCommandInput,
|
|
292
|
+
UpdateServicePipelineCommandOutput,
|
|
293
|
+
} from "../commands/UpdateServicePipelineCommand";
|
|
294
|
+
import {
|
|
295
|
+
UpdateServiceTemplateCommandInput,
|
|
296
|
+
UpdateServiceTemplateCommandOutput,
|
|
297
|
+
} from "../commands/UpdateServiceTemplateCommand";
|
|
298
|
+
import {
|
|
299
|
+
UpdateServiceTemplateVersionCommandInput,
|
|
300
|
+
UpdateServiceTemplateVersionCommandOutput,
|
|
301
|
+
} from "../commands/UpdateServiceTemplateVersionCommand";
|
|
302
|
+
import {
|
|
303
|
+
UpdateTemplateSyncConfigCommandInput,
|
|
304
|
+
UpdateTemplateSyncConfigCommandOutput,
|
|
305
|
+
} from "../commands/UpdateTemplateSyncConfigCommand";
|
|
306
|
+
export declare const serializeAws_json1_0AcceptEnvironmentAccountConnectionCommand: (
|
|
307
|
+
input: AcceptEnvironmentAccountConnectionCommandInput,
|
|
308
|
+
context: __SerdeContext
|
|
309
|
+
) => Promise<__HttpRequest>;
|
|
310
|
+
export declare const serializeAws_json1_0CancelComponentDeploymentCommand: (
|
|
311
|
+
input: CancelComponentDeploymentCommandInput,
|
|
312
|
+
context: __SerdeContext
|
|
313
|
+
) => Promise<__HttpRequest>;
|
|
314
|
+
export declare const serializeAws_json1_0CancelEnvironmentDeploymentCommand: (
|
|
315
|
+
input: CancelEnvironmentDeploymentCommandInput,
|
|
316
|
+
context: __SerdeContext
|
|
317
|
+
) => Promise<__HttpRequest>;
|
|
318
|
+
export declare const serializeAws_json1_0CancelServiceInstanceDeploymentCommand: (
|
|
319
|
+
input: CancelServiceInstanceDeploymentCommandInput,
|
|
320
|
+
context: __SerdeContext
|
|
321
|
+
) => Promise<__HttpRequest>;
|
|
322
|
+
export declare const serializeAws_json1_0CancelServicePipelineDeploymentCommand: (
|
|
323
|
+
input: CancelServicePipelineDeploymentCommandInput,
|
|
324
|
+
context: __SerdeContext
|
|
325
|
+
) => Promise<__HttpRequest>;
|
|
326
|
+
export declare const serializeAws_json1_0CreateComponentCommand: (
|
|
327
|
+
input: CreateComponentCommandInput,
|
|
328
|
+
context: __SerdeContext
|
|
329
|
+
) => Promise<__HttpRequest>;
|
|
330
|
+
export declare const serializeAws_json1_0CreateEnvironmentCommand: (
|
|
331
|
+
input: CreateEnvironmentCommandInput,
|
|
332
|
+
context: __SerdeContext
|
|
333
|
+
) => Promise<__HttpRequest>;
|
|
334
|
+
export declare const serializeAws_json1_0CreateEnvironmentAccountConnectionCommand: (
|
|
335
|
+
input: CreateEnvironmentAccountConnectionCommandInput,
|
|
336
|
+
context: __SerdeContext
|
|
337
|
+
) => Promise<__HttpRequest>;
|
|
338
|
+
export declare const serializeAws_json1_0CreateEnvironmentTemplateCommand: (
|
|
339
|
+
input: CreateEnvironmentTemplateCommandInput,
|
|
340
|
+
context: __SerdeContext
|
|
341
|
+
) => Promise<__HttpRequest>;
|
|
342
|
+
export declare const serializeAws_json1_0CreateEnvironmentTemplateVersionCommand: (
|
|
343
|
+
input: CreateEnvironmentTemplateVersionCommandInput,
|
|
344
|
+
context: __SerdeContext
|
|
345
|
+
) => Promise<__HttpRequest>;
|
|
346
|
+
export declare const serializeAws_json1_0CreateRepositoryCommand: (
|
|
347
|
+
input: CreateRepositoryCommandInput,
|
|
348
|
+
context: __SerdeContext
|
|
349
|
+
) => Promise<__HttpRequest>;
|
|
350
|
+
export declare const serializeAws_json1_0CreateServiceCommand: (
|
|
351
|
+
input: CreateServiceCommandInput,
|
|
352
|
+
context: __SerdeContext
|
|
353
|
+
) => Promise<__HttpRequest>;
|
|
354
|
+
export declare const serializeAws_json1_0CreateServiceTemplateCommand: (
|
|
355
|
+
input: CreateServiceTemplateCommandInput,
|
|
356
|
+
context: __SerdeContext
|
|
357
|
+
) => Promise<__HttpRequest>;
|
|
358
|
+
export declare const serializeAws_json1_0CreateServiceTemplateVersionCommand: (
|
|
359
|
+
input: CreateServiceTemplateVersionCommandInput,
|
|
360
|
+
context: __SerdeContext
|
|
361
|
+
) => Promise<__HttpRequest>;
|
|
362
|
+
export declare const serializeAws_json1_0CreateTemplateSyncConfigCommand: (
|
|
363
|
+
input: CreateTemplateSyncConfigCommandInput,
|
|
364
|
+
context: __SerdeContext
|
|
365
|
+
) => Promise<__HttpRequest>;
|
|
366
|
+
export declare const serializeAws_json1_0DeleteComponentCommand: (
|
|
367
|
+
input: DeleteComponentCommandInput,
|
|
368
|
+
context: __SerdeContext
|
|
369
|
+
) => Promise<__HttpRequest>;
|
|
370
|
+
export declare const serializeAws_json1_0DeleteEnvironmentCommand: (
|
|
371
|
+
input: DeleteEnvironmentCommandInput,
|
|
372
|
+
context: __SerdeContext
|
|
373
|
+
) => Promise<__HttpRequest>;
|
|
374
|
+
export declare const serializeAws_json1_0DeleteEnvironmentAccountConnectionCommand: (
|
|
375
|
+
input: DeleteEnvironmentAccountConnectionCommandInput,
|
|
376
|
+
context: __SerdeContext
|
|
377
|
+
) => Promise<__HttpRequest>;
|
|
378
|
+
export declare const serializeAws_json1_0DeleteEnvironmentTemplateCommand: (
|
|
379
|
+
input: DeleteEnvironmentTemplateCommandInput,
|
|
380
|
+
context: __SerdeContext
|
|
381
|
+
) => Promise<__HttpRequest>;
|
|
382
|
+
export declare const serializeAws_json1_0DeleteEnvironmentTemplateVersionCommand: (
|
|
383
|
+
input: DeleteEnvironmentTemplateVersionCommandInput,
|
|
384
|
+
context: __SerdeContext
|
|
385
|
+
) => Promise<__HttpRequest>;
|
|
386
|
+
export declare const serializeAws_json1_0DeleteRepositoryCommand: (
|
|
387
|
+
input: DeleteRepositoryCommandInput,
|
|
388
|
+
context: __SerdeContext
|
|
389
|
+
) => Promise<__HttpRequest>;
|
|
390
|
+
export declare const serializeAws_json1_0DeleteServiceCommand: (
|
|
391
|
+
input: DeleteServiceCommandInput,
|
|
392
|
+
context: __SerdeContext
|
|
393
|
+
) => Promise<__HttpRequest>;
|
|
394
|
+
export declare const serializeAws_json1_0DeleteServiceTemplateCommand: (
|
|
395
|
+
input: DeleteServiceTemplateCommandInput,
|
|
396
|
+
context: __SerdeContext
|
|
397
|
+
) => Promise<__HttpRequest>;
|
|
398
|
+
export declare const serializeAws_json1_0DeleteServiceTemplateVersionCommand: (
|
|
399
|
+
input: DeleteServiceTemplateVersionCommandInput,
|
|
400
|
+
context: __SerdeContext
|
|
401
|
+
) => Promise<__HttpRequest>;
|
|
402
|
+
export declare const serializeAws_json1_0DeleteTemplateSyncConfigCommand: (
|
|
403
|
+
input: DeleteTemplateSyncConfigCommandInput,
|
|
404
|
+
context: __SerdeContext
|
|
405
|
+
) => Promise<__HttpRequest>;
|
|
406
|
+
export declare const serializeAws_json1_0GetAccountSettingsCommand: (
|
|
407
|
+
input: GetAccountSettingsCommandInput,
|
|
408
|
+
context: __SerdeContext
|
|
409
|
+
) => Promise<__HttpRequest>;
|
|
410
|
+
export declare const serializeAws_json1_0GetComponentCommand: (
|
|
411
|
+
input: GetComponentCommandInput,
|
|
412
|
+
context: __SerdeContext
|
|
413
|
+
) => Promise<__HttpRequest>;
|
|
414
|
+
export declare const serializeAws_json1_0GetEnvironmentCommand: (
|
|
415
|
+
input: GetEnvironmentCommandInput,
|
|
416
|
+
context: __SerdeContext
|
|
417
|
+
) => Promise<__HttpRequest>;
|
|
418
|
+
export declare const serializeAws_json1_0GetEnvironmentAccountConnectionCommand: (
|
|
419
|
+
input: GetEnvironmentAccountConnectionCommandInput,
|
|
420
|
+
context: __SerdeContext
|
|
421
|
+
) => Promise<__HttpRequest>;
|
|
422
|
+
export declare const serializeAws_json1_0GetEnvironmentTemplateCommand: (
|
|
423
|
+
input: GetEnvironmentTemplateCommandInput,
|
|
424
|
+
context: __SerdeContext
|
|
425
|
+
) => Promise<__HttpRequest>;
|
|
426
|
+
export declare const serializeAws_json1_0GetEnvironmentTemplateVersionCommand: (
|
|
427
|
+
input: GetEnvironmentTemplateVersionCommandInput,
|
|
428
|
+
context: __SerdeContext
|
|
429
|
+
) => Promise<__HttpRequest>;
|
|
430
|
+
export declare const serializeAws_json1_0GetRepositoryCommand: (
|
|
431
|
+
input: GetRepositoryCommandInput,
|
|
432
|
+
context: __SerdeContext
|
|
433
|
+
) => Promise<__HttpRequest>;
|
|
434
|
+
export declare const serializeAws_json1_0GetRepositorySyncStatusCommand: (
|
|
435
|
+
input: GetRepositorySyncStatusCommandInput,
|
|
436
|
+
context: __SerdeContext
|
|
437
|
+
) => Promise<__HttpRequest>;
|
|
438
|
+
export declare const serializeAws_json1_0GetServiceCommand: (
|
|
439
|
+
input: GetServiceCommandInput,
|
|
440
|
+
context: __SerdeContext
|
|
441
|
+
) => Promise<__HttpRequest>;
|
|
442
|
+
export declare const serializeAws_json1_0GetServiceInstanceCommand: (
|
|
443
|
+
input: GetServiceInstanceCommandInput,
|
|
444
|
+
context: __SerdeContext
|
|
445
|
+
) => Promise<__HttpRequest>;
|
|
446
|
+
export declare const serializeAws_json1_0GetServiceTemplateCommand: (
|
|
447
|
+
input: GetServiceTemplateCommandInput,
|
|
448
|
+
context: __SerdeContext
|
|
449
|
+
) => Promise<__HttpRequest>;
|
|
450
|
+
export declare const serializeAws_json1_0GetServiceTemplateVersionCommand: (
|
|
451
|
+
input: GetServiceTemplateVersionCommandInput,
|
|
452
|
+
context: __SerdeContext
|
|
453
|
+
) => Promise<__HttpRequest>;
|
|
454
|
+
export declare const serializeAws_json1_0GetTemplateSyncConfigCommand: (
|
|
455
|
+
input: GetTemplateSyncConfigCommandInput,
|
|
456
|
+
context: __SerdeContext
|
|
457
|
+
) => Promise<__HttpRequest>;
|
|
458
|
+
export declare const serializeAws_json1_0GetTemplateSyncStatusCommand: (
|
|
459
|
+
input: GetTemplateSyncStatusCommandInput,
|
|
460
|
+
context: __SerdeContext
|
|
461
|
+
) => Promise<__HttpRequest>;
|
|
462
|
+
export declare const serializeAws_json1_0ListComponentOutputsCommand: (
|
|
463
|
+
input: ListComponentOutputsCommandInput,
|
|
464
|
+
context: __SerdeContext
|
|
465
|
+
) => Promise<__HttpRequest>;
|
|
466
|
+
export declare const serializeAws_json1_0ListComponentProvisionedResourcesCommand: (
|
|
467
|
+
input: ListComponentProvisionedResourcesCommandInput,
|
|
468
|
+
context: __SerdeContext
|
|
469
|
+
) => Promise<__HttpRequest>;
|
|
470
|
+
export declare const serializeAws_json1_0ListComponentsCommand: (
|
|
471
|
+
input: ListComponentsCommandInput,
|
|
472
|
+
context: __SerdeContext
|
|
473
|
+
) => Promise<__HttpRequest>;
|
|
474
|
+
export declare const serializeAws_json1_0ListEnvironmentAccountConnectionsCommand: (
|
|
475
|
+
input: ListEnvironmentAccountConnectionsCommandInput,
|
|
476
|
+
context: __SerdeContext
|
|
477
|
+
) => Promise<__HttpRequest>;
|
|
478
|
+
export declare const serializeAws_json1_0ListEnvironmentOutputsCommand: (
|
|
479
|
+
input: ListEnvironmentOutputsCommandInput,
|
|
480
|
+
context: __SerdeContext
|
|
481
|
+
) => Promise<__HttpRequest>;
|
|
482
|
+
export declare const serializeAws_json1_0ListEnvironmentProvisionedResourcesCommand: (
|
|
483
|
+
input: ListEnvironmentProvisionedResourcesCommandInput,
|
|
484
|
+
context: __SerdeContext
|
|
485
|
+
) => Promise<__HttpRequest>;
|
|
486
|
+
export declare const serializeAws_json1_0ListEnvironmentsCommand: (
|
|
487
|
+
input: ListEnvironmentsCommandInput,
|
|
488
|
+
context: __SerdeContext
|
|
489
|
+
) => Promise<__HttpRequest>;
|
|
490
|
+
export declare const serializeAws_json1_0ListEnvironmentTemplatesCommand: (
|
|
491
|
+
input: ListEnvironmentTemplatesCommandInput,
|
|
492
|
+
context: __SerdeContext
|
|
493
|
+
) => Promise<__HttpRequest>;
|
|
494
|
+
export declare const serializeAws_json1_0ListEnvironmentTemplateVersionsCommand: (
|
|
495
|
+
input: ListEnvironmentTemplateVersionsCommandInput,
|
|
496
|
+
context: __SerdeContext
|
|
497
|
+
) => Promise<__HttpRequest>;
|
|
498
|
+
export declare const serializeAws_json1_0ListRepositoriesCommand: (
|
|
499
|
+
input: ListRepositoriesCommandInput,
|
|
500
|
+
context: __SerdeContext
|
|
501
|
+
) => Promise<__HttpRequest>;
|
|
502
|
+
export declare const serializeAws_json1_0ListRepositorySyncDefinitionsCommand: (
|
|
503
|
+
input: ListRepositorySyncDefinitionsCommandInput,
|
|
504
|
+
context: __SerdeContext
|
|
505
|
+
) => Promise<__HttpRequest>;
|
|
506
|
+
export declare const serializeAws_json1_0ListServiceInstanceOutputsCommand: (
|
|
507
|
+
input: ListServiceInstanceOutputsCommandInput,
|
|
508
|
+
context: __SerdeContext
|
|
509
|
+
) => Promise<__HttpRequest>;
|
|
510
|
+
export declare const serializeAws_json1_0ListServiceInstanceProvisionedResourcesCommand: (
|
|
511
|
+
input: ListServiceInstanceProvisionedResourcesCommandInput,
|
|
512
|
+
context: __SerdeContext
|
|
513
|
+
) => Promise<__HttpRequest>;
|
|
514
|
+
export declare const serializeAws_json1_0ListServiceInstancesCommand: (
|
|
515
|
+
input: ListServiceInstancesCommandInput,
|
|
516
|
+
context: __SerdeContext
|
|
517
|
+
) => Promise<__HttpRequest>;
|
|
518
|
+
export declare const serializeAws_json1_0ListServicePipelineOutputsCommand: (
|
|
519
|
+
input: ListServicePipelineOutputsCommandInput,
|
|
520
|
+
context: __SerdeContext
|
|
521
|
+
) => Promise<__HttpRequest>;
|
|
522
|
+
export declare const serializeAws_json1_0ListServicePipelineProvisionedResourcesCommand: (
|
|
523
|
+
input: ListServicePipelineProvisionedResourcesCommandInput,
|
|
524
|
+
context: __SerdeContext
|
|
525
|
+
) => Promise<__HttpRequest>;
|
|
526
|
+
export declare const serializeAws_json1_0ListServicesCommand: (
|
|
527
|
+
input: ListServicesCommandInput,
|
|
528
|
+
context: __SerdeContext
|
|
529
|
+
) => Promise<__HttpRequest>;
|
|
530
|
+
export declare const serializeAws_json1_0ListServiceTemplatesCommand: (
|
|
531
|
+
input: ListServiceTemplatesCommandInput,
|
|
532
|
+
context: __SerdeContext
|
|
533
|
+
) => Promise<__HttpRequest>;
|
|
534
|
+
export declare const serializeAws_json1_0ListServiceTemplateVersionsCommand: (
|
|
535
|
+
input: ListServiceTemplateVersionsCommandInput,
|
|
536
|
+
context: __SerdeContext
|
|
537
|
+
) => Promise<__HttpRequest>;
|
|
538
|
+
export declare const serializeAws_json1_0ListTagsForResourceCommand: (
|
|
539
|
+
input: ListTagsForResourceCommandInput,
|
|
540
|
+
context: __SerdeContext
|
|
541
|
+
) => Promise<__HttpRequest>;
|
|
542
|
+
export declare const serializeAws_json1_0NotifyResourceDeploymentStatusChangeCommand: (
|
|
543
|
+
input: NotifyResourceDeploymentStatusChangeCommandInput,
|
|
544
|
+
context: __SerdeContext
|
|
545
|
+
) => Promise<__HttpRequest>;
|
|
546
|
+
export declare const serializeAws_json1_0RejectEnvironmentAccountConnectionCommand: (
|
|
547
|
+
input: RejectEnvironmentAccountConnectionCommandInput,
|
|
548
|
+
context: __SerdeContext
|
|
549
|
+
) => Promise<__HttpRequest>;
|
|
550
|
+
export declare const serializeAws_json1_0TagResourceCommand: (
|
|
551
|
+
input: TagResourceCommandInput,
|
|
552
|
+
context: __SerdeContext
|
|
553
|
+
) => Promise<__HttpRequest>;
|
|
554
|
+
export declare const serializeAws_json1_0UntagResourceCommand: (
|
|
555
|
+
input: UntagResourceCommandInput,
|
|
556
|
+
context: __SerdeContext
|
|
557
|
+
) => Promise<__HttpRequest>;
|
|
558
|
+
export declare const serializeAws_json1_0UpdateAccountSettingsCommand: (
|
|
559
|
+
input: UpdateAccountSettingsCommandInput,
|
|
560
|
+
context: __SerdeContext
|
|
561
|
+
) => Promise<__HttpRequest>;
|
|
562
|
+
export declare const serializeAws_json1_0UpdateComponentCommand: (
|
|
563
|
+
input: UpdateComponentCommandInput,
|
|
564
|
+
context: __SerdeContext
|
|
565
|
+
) => Promise<__HttpRequest>;
|
|
566
|
+
export declare const serializeAws_json1_0UpdateEnvironmentCommand: (
|
|
567
|
+
input: UpdateEnvironmentCommandInput,
|
|
568
|
+
context: __SerdeContext
|
|
569
|
+
) => Promise<__HttpRequest>;
|
|
570
|
+
export declare const serializeAws_json1_0UpdateEnvironmentAccountConnectionCommand: (
|
|
571
|
+
input: UpdateEnvironmentAccountConnectionCommandInput,
|
|
572
|
+
context: __SerdeContext
|
|
573
|
+
) => Promise<__HttpRequest>;
|
|
574
|
+
export declare const serializeAws_json1_0UpdateEnvironmentTemplateCommand: (
|
|
575
|
+
input: UpdateEnvironmentTemplateCommandInput,
|
|
576
|
+
context: __SerdeContext
|
|
577
|
+
) => Promise<__HttpRequest>;
|
|
578
|
+
export declare const serializeAws_json1_0UpdateEnvironmentTemplateVersionCommand: (
|
|
579
|
+
input: UpdateEnvironmentTemplateVersionCommandInput,
|
|
580
|
+
context: __SerdeContext
|
|
581
|
+
) => Promise<__HttpRequest>;
|
|
582
|
+
export declare const serializeAws_json1_0UpdateServiceCommand: (
|
|
583
|
+
input: UpdateServiceCommandInput,
|
|
584
|
+
context: __SerdeContext
|
|
585
|
+
) => Promise<__HttpRequest>;
|
|
586
|
+
export declare const serializeAws_json1_0UpdateServiceInstanceCommand: (
|
|
587
|
+
input: UpdateServiceInstanceCommandInput,
|
|
588
|
+
context: __SerdeContext
|
|
589
|
+
) => Promise<__HttpRequest>;
|
|
590
|
+
export declare const serializeAws_json1_0UpdateServicePipelineCommand: (
|
|
591
|
+
input: UpdateServicePipelineCommandInput,
|
|
592
|
+
context: __SerdeContext
|
|
593
|
+
) => Promise<__HttpRequest>;
|
|
594
|
+
export declare const serializeAws_json1_0UpdateServiceTemplateCommand: (
|
|
595
|
+
input: UpdateServiceTemplateCommandInput,
|
|
596
|
+
context: __SerdeContext
|
|
597
|
+
) => Promise<__HttpRequest>;
|
|
598
|
+
export declare const serializeAws_json1_0UpdateServiceTemplateVersionCommand: (
|
|
599
|
+
input: UpdateServiceTemplateVersionCommandInput,
|
|
600
|
+
context: __SerdeContext
|
|
601
|
+
) => Promise<__HttpRequest>;
|
|
602
|
+
export declare const serializeAws_json1_0UpdateTemplateSyncConfigCommand: (
|
|
603
|
+
input: UpdateTemplateSyncConfigCommandInput,
|
|
604
|
+
context: __SerdeContext
|
|
605
|
+
) => Promise<__HttpRequest>;
|
|
606
|
+
export declare const deserializeAws_json1_0AcceptEnvironmentAccountConnectionCommand: (
|
|
607
|
+
output: __HttpResponse,
|
|
608
|
+
context: __SerdeContext
|
|
609
|
+
) => Promise<AcceptEnvironmentAccountConnectionCommandOutput>;
|
|
610
|
+
export declare const deserializeAws_json1_0CancelComponentDeploymentCommand: (
|
|
611
|
+
output: __HttpResponse,
|
|
612
|
+
context: __SerdeContext
|
|
613
|
+
) => Promise<CancelComponentDeploymentCommandOutput>;
|
|
614
|
+
export declare const deserializeAws_json1_0CancelEnvironmentDeploymentCommand: (
|
|
615
|
+
output: __HttpResponse,
|
|
616
|
+
context: __SerdeContext
|
|
617
|
+
) => Promise<CancelEnvironmentDeploymentCommandOutput>;
|
|
618
|
+
export declare const deserializeAws_json1_0CancelServiceInstanceDeploymentCommand: (
|
|
619
|
+
output: __HttpResponse,
|
|
620
|
+
context: __SerdeContext
|
|
621
|
+
) => Promise<CancelServiceInstanceDeploymentCommandOutput>;
|
|
622
|
+
export declare const deserializeAws_json1_0CancelServicePipelineDeploymentCommand: (
|
|
623
|
+
output: __HttpResponse,
|
|
624
|
+
context: __SerdeContext
|
|
625
|
+
) => Promise<CancelServicePipelineDeploymentCommandOutput>;
|
|
626
|
+
export declare const deserializeAws_json1_0CreateComponentCommand: (
|
|
627
|
+
output: __HttpResponse,
|
|
628
|
+
context: __SerdeContext
|
|
629
|
+
) => Promise<CreateComponentCommandOutput>;
|
|
630
|
+
export declare const deserializeAws_json1_0CreateEnvironmentCommand: (
|
|
631
|
+
output: __HttpResponse,
|
|
632
|
+
context: __SerdeContext
|
|
633
|
+
) => Promise<CreateEnvironmentCommandOutput>;
|
|
634
|
+
export declare const deserializeAws_json1_0CreateEnvironmentAccountConnectionCommand: (
|
|
635
|
+
output: __HttpResponse,
|
|
636
|
+
context: __SerdeContext
|
|
637
|
+
) => Promise<CreateEnvironmentAccountConnectionCommandOutput>;
|
|
638
|
+
export declare const deserializeAws_json1_0CreateEnvironmentTemplateCommand: (
|
|
639
|
+
output: __HttpResponse,
|
|
640
|
+
context: __SerdeContext
|
|
641
|
+
) => Promise<CreateEnvironmentTemplateCommandOutput>;
|
|
642
|
+
export declare const deserializeAws_json1_0CreateEnvironmentTemplateVersionCommand: (
|
|
643
|
+
output: __HttpResponse,
|
|
644
|
+
context: __SerdeContext
|
|
645
|
+
) => Promise<CreateEnvironmentTemplateVersionCommandOutput>;
|
|
646
|
+
export declare const deserializeAws_json1_0CreateRepositoryCommand: (
|
|
647
|
+
output: __HttpResponse,
|
|
648
|
+
context: __SerdeContext
|
|
649
|
+
) => Promise<CreateRepositoryCommandOutput>;
|
|
650
|
+
export declare const deserializeAws_json1_0CreateServiceCommand: (
|
|
651
|
+
output: __HttpResponse,
|
|
652
|
+
context: __SerdeContext
|
|
653
|
+
) => Promise<CreateServiceCommandOutput>;
|
|
654
|
+
export declare const deserializeAws_json1_0CreateServiceTemplateCommand: (
|
|
655
|
+
output: __HttpResponse,
|
|
656
|
+
context: __SerdeContext
|
|
657
|
+
) => Promise<CreateServiceTemplateCommandOutput>;
|
|
658
|
+
export declare const deserializeAws_json1_0CreateServiceTemplateVersionCommand: (
|
|
659
|
+
output: __HttpResponse,
|
|
660
|
+
context: __SerdeContext
|
|
661
|
+
) => Promise<CreateServiceTemplateVersionCommandOutput>;
|
|
662
|
+
export declare const deserializeAws_json1_0CreateTemplateSyncConfigCommand: (
|
|
663
|
+
output: __HttpResponse,
|
|
664
|
+
context: __SerdeContext
|
|
665
|
+
) => Promise<CreateTemplateSyncConfigCommandOutput>;
|
|
666
|
+
export declare const deserializeAws_json1_0DeleteComponentCommand: (
|
|
667
|
+
output: __HttpResponse,
|
|
668
|
+
context: __SerdeContext
|
|
669
|
+
) => Promise<DeleteComponentCommandOutput>;
|
|
670
|
+
export declare const deserializeAws_json1_0DeleteEnvironmentCommand: (
|
|
671
|
+
output: __HttpResponse,
|
|
672
|
+
context: __SerdeContext
|
|
673
|
+
) => Promise<DeleteEnvironmentCommandOutput>;
|
|
674
|
+
export declare const deserializeAws_json1_0DeleteEnvironmentAccountConnectionCommand: (
|
|
675
|
+
output: __HttpResponse,
|
|
676
|
+
context: __SerdeContext
|
|
677
|
+
) => Promise<DeleteEnvironmentAccountConnectionCommandOutput>;
|
|
678
|
+
export declare const deserializeAws_json1_0DeleteEnvironmentTemplateCommand: (
|
|
679
|
+
output: __HttpResponse,
|
|
680
|
+
context: __SerdeContext
|
|
681
|
+
) => Promise<DeleteEnvironmentTemplateCommandOutput>;
|
|
682
|
+
export declare const deserializeAws_json1_0DeleteEnvironmentTemplateVersionCommand: (
|
|
683
|
+
output: __HttpResponse,
|
|
684
|
+
context: __SerdeContext
|
|
685
|
+
) => Promise<DeleteEnvironmentTemplateVersionCommandOutput>;
|
|
686
|
+
export declare const deserializeAws_json1_0DeleteRepositoryCommand: (
|
|
687
|
+
output: __HttpResponse,
|
|
688
|
+
context: __SerdeContext
|
|
689
|
+
) => Promise<DeleteRepositoryCommandOutput>;
|
|
690
|
+
export declare const deserializeAws_json1_0DeleteServiceCommand: (
|
|
691
|
+
output: __HttpResponse,
|
|
692
|
+
context: __SerdeContext
|
|
693
|
+
) => Promise<DeleteServiceCommandOutput>;
|
|
694
|
+
export declare const deserializeAws_json1_0DeleteServiceTemplateCommand: (
|
|
695
|
+
output: __HttpResponse,
|
|
696
|
+
context: __SerdeContext
|
|
697
|
+
) => Promise<DeleteServiceTemplateCommandOutput>;
|
|
698
|
+
export declare const deserializeAws_json1_0DeleteServiceTemplateVersionCommand: (
|
|
699
|
+
output: __HttpResponse,
|
|
700
|
+
context: __SerdeContext
|
|
701
|
+
) => Promise<DeleteServiceTemplateVersionCommandOutput>;
|
|
702
|
+
export declare const deserializeAws_json1_0DeleteTemplateSyncConfigCommand: (
|
|
703
|
+
output: __HttpResponse,
|
|
704
|
+
context: __SerdeContext
|
|
705
|
+
) => Promise<DeleteTemplateSyncConfigCommandOutput>;
|
|
706
|
+
export declare const deserializeAws_json1_0GetAccountSettingsCommand: (
|
|
707
|
+
output: __HttpResponse,
|
|
708
|
+
context: __SerdeContext
|
|
709
|
+
) => Promise<GetAccountSettingsCommandOutput>;
|
|
710
|
+
export declare const deserializeAws_json1_0GetComponentCommand: (
|
|
711
|
+
output: __HttpResponse,
|
|
712
|
+
context: __SerdeContext
|
|
713
|
+
) => Promise<GetComponentCommandOutput>;
|
|
714
|
+
export declare const deserializeAws_json1_0GetEnvironmentCommand: (
|
|
715
|
+
output: __HttpResponse,
|
|
716
|
+
context: __SerdeContext
|
|
717
|
+
) => Promise<GetEnvironmentCommandOutput>;
|
|
718
|
+
export declare const deserializeAws_json1_0GetEnvironmentAccountConnectionCommand: (
|
|
719
|
+
output: __HttpResponse,
|
|
720
|
+
context: __SerdeContext
|
|
721
|
+
) => Promise<GetEnvironmentAccountConnectionCommandOutput>;
|
|
722
|
+
export declare const deserializeAws_json1_0GetEnvironmentTemplateCommand: (
|
|
723
|
+
output: __HttpResponse,
|
|
724
|
+
context: __SerdeContext
|
|
725
|
+
) => Promise<GetEnvironmentTemplateCommandOutput>;
|
|
726
|
+
export declare const deserializeAws_json1_0GetEnvironmentTemplateVersionCommand: (
|
|
727
|
+
output: __HttpResponse,
|
|
728
|
+
context: __SerdeContext
|
|
729
|
+
) => Promise<GetEnvironmentTemplateVersionCommandOutput>;
|
|
730
|
+
export declare const deserializeAws_json1_0GetRepositoryCommand: (
|
|
731
|
+
output: __HttpResponse,
|
|
732
|
+
context: __SerdeContext
|
|
733
|
+
) => Promise<GetRepositoryCommandOutput>;
|
|
734
|
+
export declare const deserializeAws_json1_0GetRepositorySyncStatusCommand: (
|
|
735
|
+
output: __HttpResponse,
|
|
736
|
+
context: __SerdeContext
|
|
737
|
+
) => Promise<GetRepositorySyncStatusCommandOutput>;
|
|
738
|
+
export declare const deserializeAws_json1_0GetServiceCommand: (
|
|
739
|
+
output: __HttpResponse,
|
|
740
|
+
context: __SerdeContext
|
|
741
|
+
) => Promise<GetServiceCommandOutput>;
|
|
742
|
+
export declare const deserializeAws_json1_0GetServiceInstanceCommand: (
|
|
743
|
+
output: __HttpResponse,
|
|
744
|
+
context: __SerdeContext
|
|
745
|
+
) => Promise<GetServiceInstanceCommandOutput>;
|
|
746
|
+
export declare const deserializeAws_json1_0GetServiceTemplateCommand: (
|
|
747
|
+
output: __HttpResponse,
|
|
748
|
+
context: __SerdeContext
|
|
749
|
+
) => Promise<GetServiceTemplateCommandOutput>;
|
|
750
|
+
export declare const deserializeAws_json1_0GetServiceTemplateVersionCommand: (
|
|
751
|
+
output: __HttpResponse,
|
|
752
|
+
context: __SerdeContext
|
|
753
|
+
) => Promise<GetServiceTemplateVersionCommandOutput>;
|
|
754
|
+
export declare const deserializeAws_json1_0GetTemplateSyncConfigCommand: (
|
|
755
|
+
output: __HttpResponse,
|
|
756
|
+
context: __SerdeContext
|
|
757
|
+
) => Promise<GetTemplateSyncConfigCommandOutput>;
|
|
758
|
+
export declare const deserializeAws_json1_0GetTemplateSyncStatusCommand: (
|
|
759
|
+
output: __HttpResponse,
|
|
760
|
+
context: __SerdeContext
|
|
761
|
+
) => Promise<GetTemplateSyncStatusCommandOutput>;
|
|
762
|
+
export declare const deserializeAws_json1_0ListComponentOutputsCommand: (
|
|
763
|
+
output: __HttpResponse,
|
|
764
|
+
context: __SerdeContext
|
|
765
|
+
) => Promise<ListComponentOutputsCommandOutput>;
|
|
766
|
+
export declare const deserializeAws_json1_0ListComponentProvisionedResourcesCommand: (
|
|
767
|
+
output: __HttpResponse,
|
|
768
|
+
context: __SerdeContext
|
|
769
|
+
) => Promise<ListComponentProvisionedResourcesCommandOutput>;
|
|
770
|
+
export declare const deserializeAws_json1_0ListComponentsCommand: (
|
|
771
|
+
output: __HttpResponse,
|
|
772
|
+
context: __SerdeContext
|
|
773
|
+
) => Promise<ListComponentsCommandOutput>;
|
|
774
|
+
export declare const deserializeAws_json1_0ListEnvironmentAccountConnectionsCommand: (
|
|
775
|
+
output: __HttpResponse,
|
|
776
|
+
context: __SerdeContext
|
|
777
|
+
) => Promise<ListEnvironmentAccountConnectionsCommandOutput>;
|
|
778
|
+
export declare const deserializeAws_json1_0ListEnvironmentOutputsCommand: (
|
|
779
|
+
output: __HttpResponse,
|
|
780
|
+
context: __SerdeContext
|
|
781
|
+
) => Promise<ListEnvironmentOutputsCommandOutput>;
|
|
782
|
+
export declare const deserializeAws_json1_0ListEnvironmentProvisionedResourcesCommand: (
|
|
783
|
+
output: __HttpResponse,
|
|
784
|
+
context: __SerdeContext
|
|
785
|
+
) => Promise<ListEnvironmentProvisionedResourcesCommandOutput>;
|
|
786
|
+
export declare const deserializeAws_json1_0ListEnvironmentsCommand: (
|
|
787
|
+
output: __HttpResponse,
|
|
788
|
+
context: __SerdeContext
|
|
789
|
+
) => Promise<ListEnvironmentsCommandOutput>;
|
|
790
|
+
export declare const deserializeAws_json1_0ListEnvironmentTemplatesCommand: (
|
|
791
|
+
output: __HttpResponse,
|
|
792
|
+
context: __SerdeContext
|
|
793
|
+
) => Promise<ListEnvironmentTemplatesCommandOutput>;
|
|
794
|
+
export declare const deserializeAws_json1_0ListEnvironmentTemplateVersionsCommand: (
|
|
795
|
+
output: __HttpResponse,
|
|
796
|
+
context: __SerdeContext
|
|
797
|
+
) => Promise<ListEnvironmentTemplateVersionsCommandOutput>;
|
|
798
|
+
export declare const deserializeAws_json1_0ListRepositoriesCommand: (
|
|
799
|
+
output: __HttpResponse,
|
|
800
|
+
context: __SerdeContext
|
|
801
|
+
) => Promise<ListRepositoriesCommandOutput>;
|
|
802
|
+
export declare const deserializeAws_json1_0ListRepositorySyncDefinitionsCommand: (
|
|
803
|
+
output: __HttpResponse,
|
|
804
|
+
context: __SerdeContext
|
|
805
|
+
) => Promise<ListRepositorySyncDefinitionsCommandOutput>;
|
|
806
|
+
export declare const deserializeAws_json1_0ListServiceInstanceOutputsCommand: (
|
|
807
|
+
output: __HttpResponse,
|
|
808
|
+
context: __SerdeContext
|
|
809
|
+
) => Promise<ListServiceInstanceOutputsCommandOutput>;
|
|
810
|
+
export declare const deserializeAws_json1_0ListServiceInstanceProvisionedResourcesCommand: (
|
|
811
|
+
output: __HttpResponse,
|
|
812
|
+
context: __SerdeContext
|
|
813
|
+
) => Promise<ListServiceInstanceProvisionedResourcesCommandOutput>;
|
|
814
|
+
export declare const deserializeAws_json1_0ListServiceInstancesCommand: (
|
|
815
|
+
output: __HttpResponse,
|
|
816
|
+
context: __SerdeContext
|
|
817
|
+
) => Promise<ListServiceInstancesCommandOutput>;
|
|
818
|
+
export declare const deserializeAws_json1_0ListServicePipelineOutputsCommand: (
|
|
819
|
+
output: __HttpResponse,
|
|
820
|
+
context: __SerdeContext
|
|
821
|
+
) => Promise<ListServicePipelineOutputsCommandOutput>;
|
|
822
|
+
export declare const deserializeAws_json1_0ListServicePipelineProvisionedResourcesCommand: (
|
|
823
|
+
output: __HttpResponse,
|
|
824
|
+
context: __SerdeContext
|
|
825
|
+
) => Promise<ListServicePipelineProvisionedResourcesCommandOutput>;
|
|
826
|
+
export declare const deserializeAws_json1_0ListServicesCommand: (
|
|
827
|
+
output: __HttpResponse,
|
|
828
|
+
context: __SerdeContext
|
|
829
|
+
) => Promise<ListServicesCommandOutput>;
|
|
830
|
+
export declare const deserializeAws_json1_0ListServiceTemplatesCommand: (
|
|
831
|
+
output: __HttpResponse,
|
|
832
|
+
context: __SerdeContext
|
|
833
|
+
) => Promise<ListServiceTemplatesCommandOutput>;
|
|
834
|
+
export declare const deserializeAws_json1_0ListServiceTemplateVersionsCommand: (
|
|
835
|
+
output: __HttpResponse,
|
|
836
|
+
context: __SerdeContext
|
|
837
|
+
) => Promise<ListServiceTemplateVersionsCommandOutput>;
|
|
838
|
+
export declare const deserializeAws_json1_0ListTagsForResourceCommand: (
|
|
839
|
+
output: __HttpResponse,
|
|
840
|
+
context: __SerdeContext
|
|
841
|
+
) => Promise<ListTagsForResourceCommandOutput>;
|
|
842
|
+
export declare const deserializeAws_json1_0NotifyResourceDeploymentStatusChangeCommand: (
|
|
843
|
+
output: __HttpResponse,
|
|
844
|
+
context: __SerdeContext
|
|
845
|
+
) => Promise<NotifyResourceDeploymentStatusChangeCommandOutput>;
|
|
846
|
+
export declare const deserializeAws_json1_0RejectEnvironmentAccountConnectionCommand: (
|
|
847
|
+
output: __HttpResponse,
|
|
848
|
+
context: __SerdeContext
|
|
849
|
+
) => Promise<RejectEnvironmentAccountConnectionCommandOutput>;
|
|
850
|
+
export declare const deserializeAws_json1_0TagResourceCommand: (
|
|
851
|
+
output: __HttpResponse,
|
|
852
|
+
context: __SerdeContext
|
|
853
|
+
) => Promise<TagResourceCommandOutput>;
|
|
854
|
+
export declare const deserializeAws_json1_0UntagResourceCommand: (
|
|
855
|
+
output: __HttpResponse,
|
|
856
|
+
context: __SerdeContext
|
|
857
|
+
) => Promise<UntagResourceCommandOutput>;
|
|
858
|
+
export declare const deserializeAws_json1_0UpdateAccountSettingsCommand: (
|
|
859
|
+
output: __HttpResponse,
|
|
860
|
+
context: __SerdeContext
|
|
861
|
+
) => Promise<UpdateAccountSettingsCommandOutput>;
|
|
862
|
+
export declare const deserializeAws_json1_0UpdateComponentCommand: (
|
|
863
|
+
output: __HttpResponse,
|
|
864
|
+
context: __SerdeContext
|
|
865
|
+
) => Promise<UpdateComponentCommandOutput>;
|
|
866
|
+
export declare const deserializeAws_json1_0UpdateEnvironmentCommand: (
|
|
867
|
+
output: __HttpResponse,
|
|
868
|
+
context: __SerdeContext
|
|
869
|
+
) => Promise<UpdateEnvironmentCommandOutput>;
|
|
870
|
+
export declare const deserializeAws_json1_0UpdateEnvironmentAccountConnectionCommand: (
|
|
871
|
+
output: __HttpResponse,
|
|
872
|
+
context: __SerdeContext
|
|
873
|
+
) => Promise<UpdateEnvironmentAccountConnectionCommandOutput>;
|
|
874
|
+
export declare const deserializeAws_json1_0UpdateEnvironmentTemplateCommand: (
|
|
875
|
+
output: __HttpResponse,
|
|
876
|
+
context: __SerdeContext
|
|
877
|
+
) => Promise<UpdateEnvironmentTemplateCommandOutput>;
|
|
878
|
+
export declare const deserializeAws_json1_0UpdateEnvironmentTemplateVersionCommand: (
|
|
879
|
+
output: __HttpResponse,
|
|
880
|
+
context: __SerdeContext
|
|
881
|
+
) => Promise<UpdateEnvironmentTemplateVersionCommandOutput>;
|
|
882
|
+
export declare const deserializeAws_json1_0UpdateServiceCommand: (
|
|
883
|
+
output: __HttpResponse,
|
|
884
|
+
context: __SerdeContext
|
|
885
|
+
) => Promise<UpdateServiceCommandOutput>;
|
|
886
|
+
export declare const deserializeAws_json1_0UpdateServiceInstanceCommand: (
|
|
887
|
+
output: __HttpResponse,
|
|
888
|
+
context: __SerdeContext
|
|
889
|
+
) => Promise<UpdateServiceInstanceCommandOutput>;
|
|
890
|
+
export declare const deserializeAws_json1_0UpdateServicePipelineCommand: (
|
|
891
|
+
output: __HttpResponse,
|
|
892
|
+
context: __SerdeContext
|
|
893
|
+
) => Promise<UpdateServicePipelineCommandOutput>;
|
|
894
|
+
export declare const deserializeAws_json1_0UpdateServiceTemplateCommand: (
|
|
895
|
+
output: __HttpResponse,
|
|
896
|
+
context: __SerdeContext
|
|
897
|
+
) => Promise<UpdateServiceTemplateCommandOutput>;
|
|
898
|
+
export declare const deserializeAws_json1_0UpdateServiceTemplateVersionCommand: (
|
|
899
|
+
output: __HttpResponse,
|
|
900
|
+
context: __SerdeContext
|
|
901
|
+
) => Promise<UpdateServiceTemplateVersionCommandOutput>;
|
|
902
|
+
export declare const deserializeAws_json1_0UpdateTemplateSyncConfigCommand: (
|
|
903
|
+
output: __HttpResponse,
|
|
904
|
+
context: __SerdeContext
|
|
905
|
+
) => Promise<UpdateTemplateSyncConfigCommandOutput>;
|