@aws-sdk/client-imagebuilder 3.169.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 +8 -0
- package/dist-types/ts3.4/Imagebuilder.d.ts +922 -255
- package/dist-types/ts3.4/ImagebuilderClient.d.ts +430 -123
- package/dist-types/ts3.4/commands/CancelImageCreationCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateComponentCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateContainerRecipeCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateDistributionConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateImageCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateImagePipelineCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateImageRecipeCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateInfrastructureConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteComponentCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteContainerRecipeCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteDistributionConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteImageCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteImagePipelineCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteImageRecipeCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteInfrastructureConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetComponentCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetComponentPolicyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetContainerRecipeCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetContainerRecipePolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetDistributionConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetImageCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetImagePipelineCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetImagePolicyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetImageRecipeCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetImageRecipePolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetInfrastructureConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ImportComponentCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ImportVmImageCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListComponentBuildVersionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListComponentsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListContainerRecipesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDistributionConfigurationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListImageBuildVersionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListImagePackagesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListImagePipelineImagesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListImagePipelinesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListImageRecipesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListImagesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListInfrastructureConfigurationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/PutComponentPolicyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/PutContainerRecipePolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutImagePolicyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/PutImageRecipePolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StartImagePipelineExecutionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateDistributionConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateImagePipelineCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateInfrastructureConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/index.d.ts +50 -50
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/ImagebuilderServiceException.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 +2155 -2001
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListComponentBuildVersionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListComponentsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListContainerRecipesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDistributionConfigurationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListImageBuildVersionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListImagePackagesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListImagePipelineImagesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListImagePipelinesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListImageRecipesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListImagesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListInfrastructureConfigurationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +12 -12
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +605 -152
- 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/package.json +34 -34
|
@@ -1,152 +1,605 @@
|
|
|
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
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
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
|
-
|
|
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
|
+
CancelImageCreationCommandInput,
|
|
8
|
+
CancelImageCreationCommandOutput,
|
|
9
|
+
} from "../commands/CancelImageCreationCommand";
|
|
10
|
+
import {
|
|
11
|
+
CreateComponentCommandInput,
|
|
12
|
+
CreateComponentCommandOutput,
|
|
13
|
+
} from "../commands/CreateComponentCommand";
|
|
14
|
+
import {
|
|
15
|
+
CreateContainerRecipeCommandInput,
|
|
16
|
+
CreateContainerRecipeCommandOutput,
|
|
17
|
+
} from "../commands/CreateContainerRecipeCommand";
|
|
18
|
+
import {
|
|
19
|
+
CreateDistributionConfigurationCommandInput,
|
|
20
|
+
CreateDistributionConfigurationCommandOutput,
|
|
21
|
+
} from "../commands/CreateDistributionConfigurationCommand";
|
|
22
|
+
import {
|
|
23
|
+
CreateImageCommandInput,
|
|
24
|
+
CreateImageCommandOutput,
|
|
25
|
+
} from "../commands/CreateImageCommand";
|
|
26
|
+
import {
|
|
27
|
+
CreateImagePipelineCommandInput,
|
|
28
|
+
CreateImagePipelineCommandOutput,
|
|
29
|
+
} from "../commands/CreateImagePipelineCommand";
|
|
30
|
+
import {
|
|
31
|
+
CreateImageRecipeCommandInput,
|
|
32
|
+
CreateImageRecipeCommandOutput,
|
|
33
|
+
} from "../commands/CreateImageRecipeCommand";
|
|
34
|
+
import {
|
|
35
|
+
CreateInfrastructureConfigurationCommandInput,
|
|
36
|
+
CreateInfrastructureConfigurationCommandOutput,
|
|
37
|
+
} from "../commands/CreateInfrastructureConfigurationCommand";
|
|
38
|
+
import {
|
|
39
|
+
DeleteComponentCommandInput,
|
|
40
|
+
DeleteComponentCommandOutput,
|
|
41
|
+
} from "../commands/DeleteComponentCommand";
|
|
42
|
+
import {
|
|
43
|
+
DeleteContainerRecipeCommandInput,
|
|
44
|
+
DeleteContainerRecipeCommandOutput,
|
|
45
|
+
} from "../commands/DeleteContainerRecipeCommand";
|
|
46
|
+
import {
|
|
47
|
+
DeleteDistributionConfigurationCommandInput,
|
|
48
|
+
DeleteDistributionConfigurationCommandOutput,
|
|
49
|
+
} from "../commands/DeleteDistributionConfigurationCommand";
|
|
50
|
+
import {
|
|
51
|
+
DeleteImageCommandInput,
|
|
52
|
+
DeleteImageCommandOutput,
|
|
53
|
+
} from "../commands/DeleteImageCommand";
|
|
54
|
+
import {
|
|
55
|
+
DeleteImagePipelineCommandInput,
|
|
56
|
+
DeleteImagePipelineCommandOutput,
|
|
57
|
+
} from "../commands/DeleteImagePipelineCommand";
|
|
58
|
+
import {
|
|
59
|
+
DeleteImageRecipeCommandInput,
|
|
60
|
+
DeleteImageRecipeCommandOutput,
|
|
61
|
+
} from "../commands/DeleteImageRecipeCommand";
|
|
62
|
+
import {
|
|
63
|
+
DeleteInfrastructureConfigurationCommandInput,
|
|
64
|
+
DeleteInfrastructureConfigurationCommandOutput,
|
|
65
|
+
} from "../commands/DeleteInfrastructureConfigurationCommand";
|
|
66
|
+
import {
|
|
67
|
+
GetComponentCommandInput,
|
|
68
|
+
GetComponentCommandOutput,
|
|
69
|
+
} from "../commands/GetComponentCommand";
|
|
70
|
+
import {
|
|
71
|
+
GetComponentPolicyCommandInput,
|
|
72
|
+
GetComponentPolicyCommandOutput,
|
|
73
|
+
} from "../commands/GetComponentPolicyCommand";
|
|
74
|
+
import {
|
|
75
|
+
GetContainerRecipeCommandInput,
|
|
76
|
+
GetContainerRecipeCommandOutput,
|
|
77
|
+
} from "../commands/GetContainerRecipeCommand";
|
|
78
|
+
import {
|
|
79
|
+
GetContainerRecipePolicyCommandInput,
|
|
80
|
+
GetContainerRecipePolicyCommandOutput,
|
|
81
|
+
} from "../commands/GetContainerRecipePolicyCommand";
|
|
82
|
+
import {
|
|
83
|
+
GetDistributionConfigurationCommandInput,
|
|
84
|
+
GetDistributionConfigurationCommandOutput,
|
|
85
|
+
} from "../commands/GetDistributionConfigurationCommand";
|
|
86
|
+
import {
|
|
87
|
+
GetImageCommandInput,
|
|
88
|
+
GetImageCommandOutput,
|
|
89
|
+
} from "../commands/GetImageCommand";
|
|
90
|
+
import {
|
|
91
|
+
GetImagePipelineCommandInput,
|
|
92
|
+
GetImagePipelineCommandOutput,
|
|
93
|
+
} from "../commands/GetImagePipelineCommand";
|
|
94
|
+
import {
|
|
95
|
+
GetImagePolicyCommandInput,
|
|
96
|
+
GetImagePolicyCommandOutput,
|
|
97
|
+
} from "../commands/GetImagePolicyCommand";
|
|
98
|
+
import {
|
|
99
|
+
GetImageRecipeCommandInput,
|
|
100
|
+
GetImageRecipeCommandOutput,
|
|
101
|
+
} from "../commands/GetImageRecipeCommand";
|
|
102
|
+
import {
|
|
103
|
+
GetImageRecipePolicyCommandInput,
|
|
104
|
+
GetImageRecipePolicyCommandOutput,
|
|
105
|
+
} from "../commands/GetImageRecipePolicyCommand";
|
|
106
|
+
import {
|
|
107
|
+
GetInfrastructureConfigurationCommandInput,
|
|
108
|
+
GetInfrastructureConfigurationCommandOutput,
|
|
109
|
+
} from "../commands/GetInfrastructureConfigurationCommand";
|
|
110
|
+
import {
|
|
111
|
+
ImportComponentCommandInput,
|
|
112
|
+
ImportComponentCommandOutput,
|
|
113
|
+
} from "../commands/ImportComponentCommand";
|
|
114
|
+
import {
|
|
115
|
+
ImportVmImageCommandInput,
|
|
116
|
+
ImportVmImageCommandOutput,
|
|
117
|
+
} from "../commands/ImportVmImageCommand";
|
|
118
|
+
import {
|
|
119
|
+
ListComponentBuildVersionsCommandInput,
|
|
120
|
+
ListComponentBuildVersionsCommandOutput,
|
|
121
|
+
} from "../commands/ListComponentBuildVersionsCommand";
|
|
122
|
+
import {
|
|
123
|
+
ListComponentsCommandInput,
|
|
124
|
+
ListComponentsCommandOutput,
|
|
125
|
+
} from "../commands/ListComponentsCommand";
|
|
126
|
+
import {
|
|
127
|
+
ListContainerRecipesCommandInput,
|
|
128
|
+
ListContainerRecipesCommandOutput,
|
|
129
|
+
} from "../commands/ListContainerRecipesCommand";
|
|
130
|
+
import {
|
|
131
|
+
ListDistributionConfigurationsCommandInput,
|
|
132
|
+
ListDistributionConfigurationsCommandOutput,
|
|
133
|
+
} from "../commands/ListDistributionConfigurationsCommand";
|
|
134
|
+
import {
|
|
135
|
+
ListImageBuildVersionsCommandInput,
|
|
136
|
+
ListImageBuildVersionsCommandOutput,
|
|
137
|
+
} from "../commands/ListImageBuildVersionsCommand";
|
|
138
|
+
import {
|
|
139
|
+
ListImagePackagesCommandInput,
|
|
140
|
+
ListImagePackagesCommandOutput,
|
|
141
|
+
} from "../commands/ListImagePackagesCommand";
|
|
142
|
+
import {
|
|
143
|
+
ListImagePipelineImagesCommandInput,
|
|
144
|
+
ListImagePipelineImagesCommandOutput,
|
|
145
|
+
} from "../commands/ListImagePipelineImagesCommand";
|
|
146
|
+
import {
|
|
147
|
+
ListImagePipelinesCommandInput,
|
|
148
|
+
ListImagePipelinesCommandOutput,
|
|
149
|
+
} from "../commands/ListImagePipelinesCommand";
|
|
150
|
+
import {
|
|
151
|
+
ListImageRecipesCommandInput,
|
|
152
|
+
ListImageRecipesCommandOutput,
|
|
153
|
+
} from "../commands/ListImageRecipesCommand";
|
|
154
|
+
import {
|
|
155
|
+
ListImagesCommandInput,
|
|
156
|
+
ListImagesCommandOutput,
|
|
157
|
+
} from "../commands/ListImagesCommand";
|
|
158
|
+
import {
|
|
159
|
+
ListInfrastructureConfigurationsCommandInput,
|
|
160
|
+
ListInfrastructureConfigurationsCommandOutput,
|
|
161
|
+
} from "../commands/ListInfrastructureConfigurationsCommand";
|
|
162
|
+
import {
|
|
163
|
+
ListTagsForResourceCommandInput,
|
|
164
|
+
ListTagsForResourceCommandOutput,
|
|
165
|
+
} from "../commands/ListTagsForResourceCommand";
|
|
166
|
+
import {
|
|
167
|
+
PutComponentPolicyCommandInput,
|
|
168
|
+
PutComponentPolicyCommandOutput,
|
|
169
|
+
} from "../commands/PutComponentPolicyCommand";
|
|
170
|
+
import {
|
|
171
|
+
PutContainerRecipePolicyCommandInput,
|
|
172
|
+
PutContainerRecipePolicyCommandOutput,
|
|
173
|
+
} from "../commands/PutContainerRecipePolicyCommand";
|
|
174
|
+
import {
|
|
175
|
+
PutImagePolicyCommandInput,
|
|
176
|
+
PutImagePolicyCommandOutput,
|
|
177
|
+
} from "../commands/PutImagePolicyCommand";
|
|
178
|
+
import {
|
|
179
|
+
PutImageRecipePolicyCommandInput,
|
|
180
|
+
PutImageRecipePolicyCommandOutput,
|
|
181
|
+
} from "../commands/PutImageRecipePolicyCommand";
|
|
182
|
+
import {
|
|
183
|
+
StartImagePipelineExecutionCommandInput,
|
|
184
|
+
StartImagePipelineExecutionCommandOutput,
|
|
185
|
+
} from "../commands/StartImagePipelineExecutionCommand";
|
|
186
|
+
import {
|
|
187
|
+
TagResourceCommandInput,
|
|
188
|
+
TagResourceCommandOutput,
|
|
189
|
+
} from "../commands/TagResourceCommand";
|
|
190
|
+
import {
|
|
191
|
+
UntagResourceCommandInput,
|
|
192
|
+
UntagResourceCommandOutput,
|
|
193
|
+
} from "../commands/UntagResourceCommand";
|
|
194
|
+
import {
|
|
195
|
+
UpdateDistributionConfigurationCommandInput,
|
|
196
|
+
UpdateDistributionConfigurationCommandOutput,
|
|
197
|
+
} from "../commands/UpdateDistributionConfigurationCommand";
|
|
198
|
+
import {
|
|
199
|
+
UpdateImagePipelineCommandInput,
|
|
200
|
+
UpdateImagePipelineCommandOutput,
|
|
201
|
+
} from "../commands/UpdateImagePipelineCommand";
|
|
202
|
+
import {
|
|
203
|
+
UpdateInfrastructureConfigurationCommandInput,
|
|
204
|
+
UpdateInfrastructureConfigurationCommandOutput,
|
|
205
|
+
} from "../commands/UpdateInfrastructureConfigurationCommand";
|
|
206
|
+
export declare const serializeAws_restJson1CancelImageCreationCommand: (
|
|
207
|
+
input: CancelImageCreationCommandInput,
|
|
208
|
+
context: __SerdeContext
|
|
209
|
+
) => Promise<__HttpRequest>;
|
|
210
|
+
export declare const serializeAws_restJson1CreateComponentCommand: (
|
|
211
|
+
input: CreateComponentCommandInput,
|
|
212
|
+
context: __SerdeContext
|
|
213
|
+
) => Promise<__HttpRequest>;
|
|
214
|
+
export declare const serializeAws_restJson1CreateContainerRecipeCommand: (
|
|
215
|
+
input: CreateContainerRecipeCommandInput,
|
|
216
|
+
context: __SerdeContext
|
|
217
|
+
) => Promise<__HttpRequest>;
|
|
218
|
+
export declare const serializeAws_restJson1CreateDistributionConfigurationCommand: (
|
|
219
|
+
input: CreateDistributionConfigurationCommandInput,
|
|
220
|
+
context: __SerdeContext
|
|
221
|
+
) => Promise<__HttpRequest>;
|
|
222
|
+
export declare const serializeAws_restJson1CreateImageCommand: (
|
|
223
|
+
input: CreateImageCommandInput,
|
|
224
|
+
context: __SerdeContext
|
|
225
|
+
) => Promise<__HttpRequest>;
|
|
226
|
+
export declare const serializeAws_restJson1CreateImagePipelineCommand: (
|
|
227
|
+
input: CreateImagePipelineCommandInput,
|
|
228
|
+
context: __SerdeContext
|
|
229
|
+
) => Promise<__HttpRequest>;
|
|
230
|
+
export declare const serializeAws_restJson1CreateImageRecipeCommand: (
|
|
231
|
+
input: CreateImageRecipeCommandInput,
|
|
232
|
+
context: __SerdeContext
|
|
233
|
+
) => Promise<__HttpRequest>;
|
|
234
|
+
export declare const serializeAws_restJson1CreateInfrastructureConfigurationCommand: (
|
|
235
|
+
input: CreateInfrastructureConfigurationCommandInput,
|
|
236
|
+
context: __SerdeContext
|
|
237
|
+
) => Promise<__HttpRequest>;
|
|
238
|
+
export declare const serializeAws_restJson1DeleteComponentCommand: (
|
|
239
|
+
input: DeleteComponentCommandInput,
|
|
240
|
+
context: __SerdeContext
|
|
241
|
+
) => Promise<__HttpRequest>;
|
|
242
|
+
export declare const serializeAws_restJson1DeleteContainerRecipeCommand: (
|
|
243
|
+
input: DeleteContainerRecipeCommandInput,
|
|
244
|
+
context: __SerdeContext
|
|
245
|
+
) => Promise<__HttpRequest>;
|
|
246
|
+
export declare const serializeAws_restJson1DeleteDistributionConfigurationCommand: (
|
|
247
|
+
input: DeleteDistributionConfigurationCommandInput,
|
|
248
|
+
context: __SerdeContext
|
|
249
|
+
) => Promise<__HttpRequest>;
|
|
250
|
+
export declare const serializeAws_restJson1DeleteImageCommand: (
|
|
251
|
+
input: DeleteImageCommandInput,
|
|
252
|
+
context: __SerdeContext
|
|
253
|
+
) => Promise<__HttpRequest>;
|
|
254
|
+
export declare const serializeAws_restJson1DeleteImagePipelineCommand: (
|
|
255
|
+
input: DeleteImagePipelineCommandInput,
|
|
256
|
+
context: __SerdeContext
|
|
257
|
+
) => Promise<__HttpRequest>;
|
|
258
|
+
export declare const serializeAws_restJson1DeleteImageRecipeCommand: (
|
|
259
|
+
input: DeleteImageRecipeCommandInput,
|
|
260
|
+
context: __SerdeContext
|
|
261
|
+
) => Promise<__HttpRequest>;
|
|
262
|
+
export declare const serializeAws_restJson1DeleteInfrastructureConfigurationCommand: (
|
|
263
|
+
input: DeleteInfrastructureConfigurationCommandInput,
|
|
264
|
+
context: __SerdeContext
|
|
265
|
+
) => Promise<__HttpRequest>;
|
|
266
|
+
export declare const serializeAws_restJson1GetComponentCommand: (
|
|
267
|
+
input: GetComponentCommandInput,
|
|
268
|
+
context: __SerdeContext
|
|
269
|
+
) => Promise<__HttpRequest>;
|
|
270
|
+
export declare const serializeAws_restJson1GetComponentPolicyCommand: (
|
|
271
|
+
input: GetComponentPolicyCommandInput,
|
|
272
|
+
context: __SerdeContext
|
|
273
|
+
) => Promise<__HttpRequest>;
|
|
274
|
+
export declare const serializeAws_restJson1GetContainerRecipeCommand: (
|
|
275
|
+
input: GetContainerRecipeCommandInput,
|
|
276
|
+
context: __SerdeContext
|
|
277
|
+
) => Promise<__HttpRequest>;
|
|
278
|
+
export declare const serializeAws_restJson1GetContainerRecipePolicyCommand: (
|
|
279
|
+
input: GetContainerRecipePolicyCommandInput,
|
|
280
|
+
context: __SerdeContext
|
|
281
|
+
) => Promise<__HttpRequest>;
|
|
282
|
+
export declare const serializeAws_restJson1GetDistributionConfigurationCommand: (
|
|
283
|
+
input: GetDistributionConfigurationCommandInput,
|
|
284
|
+
context: __SerdeContext
|
|
285
|
+
) => Promise<__HttpRequest>;
|
|
286
|
+
export declare const serializeAws_restJson1GetImageCommand: (
|
|
287
|
+
input: GetImageCommandInput,
|
|
288
|
+
context: __SerdeContext
|
|
289
|
+
) => Promise<__HttpRequest>;
|
|
290
|
+
export declare const serializeAws_restJson1GetImagePipelineCommand: (
|
|
291
|
+
input: GetImagePipelineCommandInput,
|
|
292
|
+
context: __SerdeContext
|
|
293
|
+
) => Promise<__HttpRequest>;
|
|
294
|
+
export declare const serializeAws_restJson1GetImagePolicyCommand: (
|
|
295
|
+
input: GetImagePolicyCommandInput,
|
|
296
|
+
context: __SerdeContext
|
|
297
|
+
) => Promise<__HttpRequest>;
|
|
298
|
+
export declare const serializeAws_restJson1GetImageRecipeCommand: (
|
|
299
|
+
input: GetImageRecipeCommandInput,
|
|
300
|
+
context: __SerdeContext
|
|
301
|
+
) => Promise<__HttpRequest>;
|
|
302
|
+
export declare const serializeAws_restJson1GetImageRecipePolicyCommand: (
|
|
303
|
+
input: GetImageRecipePolicyCommandInput,
|
|
304
|
+
context: __SerdeContext
|
|
305
|
+
) => Promise<__HttpRequest>;
|
|
306
|
+
export declare const serializeAws_restJson1GetInfrastructureConfigurationCommand: (
|
|
307
|
+
input: GetInfrastructureConfigurationCommandInput,
|
|
308
|
+
context: __SerdeContext
|
|
309
|
+
) => Promise<__HttpRequest>;
|
|
310
|
+
export declare const serializeAws_restJson1ImportComponentCommand: (
|
|
311
|
+
input: ImportComponentCommandInput,
|
|
312
|
+
context: __SerdeContext
|
|
313
|
+
) => Promise<__HttpRequest>;
|
|
314
|
+
export declare const serializeAws_restJson1ImportVmImageCommand: (
|
|
315
|
+
input: ImportVmImageCommandInput,
|
|
316
|
+
context: __SerdeContext
|
|
317
|
+
) => Promise<__HttpRequest>;
|
|
318
|
+
export declare const serializeAws_restJson1ListComponentBuildVersionsCommand: (
|
|
319
|
+
input: ListComponentBuildVersionsCommandInput,
|
|
320
|
+
context: __SerdeContext
|
|
321
|
+
) => Promise<__HttpRequest>;
|
|
322
|
+
export declare const serializeAws_restJson1ListComponentsCommand: (
|
|
323
|
+
input: ListComponentsCommandInput,
|
|
324
|
+
context: __SerdeContext
|
|
325
|
+
) => Promise<__HttpRequest>;
|
|
326
|
+
export declare const serializeAws_restJson1ListContainerRecipesCommand: (
|
|
327
|
+
input: ListContainerRecipesCommandInput,
|
|
328
|
+
context: __SerdeContext
|
|
329
|
+
) => Promise<__HttpRequest>;
|
|
330
|
+
export declare const serializeAws_restJson1ListDistributionConfigurationsCommand: (
|
|
331
|
+
input: ListDistributionConfigurationsCommandInput,
|
|
332
|
+
context: __SerdeContext
|
|
333
|
+
) => Promise<__HttpRequest>;
|
|
334
|
+
export declare const serializeAws_restJson1ListImageBuildVersionsCommand: (
|
|
335
|
+
input: ListImageBuildVersionsCommandInput,
|
|
336
|
+
context: __SerdeContext
|
|
337
|
+
) => Promise<__HttpRequest>;
|
|
338
|
+
export declare const serializeAws_restJson1ListImagePackagesCommand: (
|
|
339
|
+
input: ListImagePackagesCommandInput,
|
|
340
|
+
context: __SerdeContext
|
|
341
|
+
) => Promise<__HttpRequest>;
|
|
342
|
+
export declare const serializeAws_restJson1ListImagePipelineImagesCommand: (
|
|
343
|
+
input: ListImagePipelineImagesCommandInput,
|
|
344
|
+
context: __SerdeContext
|
|
345
|
+
) => Promise<__HttpRequest>;
|
|
346
|
+
export declare const serializeAws_restJson1ListImagePipelinesCommand: (
|
|
347
|
+
input: ListImagePipelinesCommandInput,
|
|
348
|
+
context: __SerdeContext
|
|
349
|
+
) => Promise<__HttpRequest>;
|
|
350
|
+
export declare const serializeAws_restJson1ListImageRecipesCommand: (
|
|
351
|
+
input: ListImageRecipesCommandInput,
|
|
352
|
+
context: __SerdeContext
|
|
353
|
+
) => Promise<__HttpRequest>;
|
|
354
|
+
export declare const serializeAws_restJson1ListImagesCommand: (
|
|
355
|
+
input: ListImagesCommandInput,
|
|
356
|
+
context: __SerdeContext
|
|
357
|
+
) => Promise<__HttpRequest>;
|
|
358
|
+
export declare const serializeAws_restJson1ListInfrastructureConfigurationsCommand: (
|
|
359
|
+
input: ListInfrastructureConfigurationsCommandInput,
|
|
360
|
+
context: __SerdeContext
|
|
361
|
+
) => Promise<__HttpRequest>;
|
|
362
|
+
export declare const serializeAws_restJson1ListTagsForResourceCommand: (
|
|
363
|
+
input: ListTagsForResourceCommandInput,
|
|
364
|
+
context: __SerdeContext
|
|
365
|
+
) => Promise<__HttpRequest>;
|
|
366
|
+
export declare const serializeAws_restJson1PutComponentPolicyCommand: (
|
|
367
|
+
input: PutComponentPolicyCommandInput,
|
|
368
|
+
context: __SerdeContext
|
|
369
|
+
) => Promise<__HttpRequest>;
|
|
370
|
+
export declare const serializeAws_restJson1PutContainerRecipePolicyCommand: (
|
|
371
|
+
input: PutContainerRecipePolicyCommandInput,
|
|
372
|
+
context: __SerdeContext
|
|
373
|
+
) => Promise<__HttpRequest>;
|
|
374
|
+
export declare const serializeAws_restJson1PutImagePolicyCommand: (
|
|
375
|
+
input: PutImagePolicyCommandInput,
|
|
376
|
+
context: __SerdeContext
|
|
377
|
+
) => Promise<__HttpRequest>;
|
|
378
|
+
export declare const serializeAws_restJson1PutImageRecipePolicyCommand: (
|
|
379
|
+
input: PutImageRecipePolicyCommandInput,
|
|
380
|
+
context: __SerdeContext
|
|
381
|
+
) => Promise<__HttpRequest>;
|
|
382
|
+
export declare const serializeAws_restJson1StartImagePipelineExecutionCommand: (
|
|
383
|
+
input: StartImagePipelineExecutionCommandInput,
|
|
384
|
+
context: __SerdeContext
|
|
385
|
+
) => Promise<__HttpRequest>;
|
|
386
|
+
export declare const serializeAws_restJson1TagResourceCommand: (
|
|
387
|
+
input: TagResourceCommandInput,
|
|
388
|
+
context: __SerdeContext
|
|
389
|
+
) => Promise<__HttpRequest>;
|
|
390
|
+
export declare const serializeAws_restJson1UntagResourceCommand: (
|
|
391
|
+
input: UntagResourceCommandInput,
|
|
392
|
+
context: __SerdeContext
|
|
393
|
+
) => Promise<__HttpRequest>;
|
|
394
|
+
export declare const serializeAws_restJson1UpdateDistributionConfigurationCommand: (
|
|
395
|
+
input: UpdateDistributionConfigurationCommandInput,
|
|
396
|
+
context: __SerdeContext
|
|
397
|
+
) => Promise<__HttpRequest>;
|
|
398
|
+
export declare const serializeAws_restJson1UpdateImagePipelineCommand: (
|
|
399
|
+
input: UpdateImagePipelineCommandInput,
|
|
400
|
+
context: __SerdeContext
|
|
401
|
+
) => Promise<__HttpRequest>;
|
|
402
|
+
export declare const serializeAws_restJson1UpdateInfrastructureConfigurationCommand: (
|
|
403
|
+
input: UpdateInfrastructureConfigurationCommandInput,
|
|
404
|
+
context: __SerdeContext
|
|
405
|
+
) => Promise<__HttpRequest>;
|
|
406
|
+
export declare const deserializeAws_restJson1CancelImageCreationCommand: (
|
|
407
|
+
output: __HttpResponse,
|
|
408
|
+
context: __SerdeContext
|
|
409
|
+
) => Promise<CancelImageCreationCommandOutput>;
|
|
410
|
+
export declare const deserializeAws_restJson1CreateComponentCommand: (
|
|
411
|
+
output: __HttpResponse,
|
|
412
|
+
context: __SerdeContext
|
|
413
|
+
) => Promise<CreateComponentCommandOutput>;
|
|
414
|
+
export declare const deserializeAws_restJson1CreateContainerRecipeCommand: (
|
|
415
|
+
output: __HttpResponse,
|
|
416
|
+
context: __SerdeContext
|
|
417
|
+
) => Promise<CreateContainerRecipeCommandOutput>;
|
|
418
|
+
export declare const deserializeAws_restJson1CreateDistributionConfigurationCommand: (
|
|
419
|
+
output: __HttpResponse,
|
|
420
|
+
context: __SerdeContext
|
|
421
|
+
) => Promise<CreateDistributionConfigurationCommandOutput>;
|
|
422
|
+
export declare const deserializeAws_restJson1CreateImageCommand: (
|
|
423
|
+
output: __HttpResponse,
|
|
424
|
+
context: __SerdeContext
|
|
425
|
+
) => Promise<CreateImageCommandOutput>;
|
|
426
|
+
export declare const deserializeAws_restJson1CreateImagePipelineCommand: (
|
|
427
|
+
output: __HttpResponse,
|
|
428
|
+
context: __SerdeContext
|
|
429
|
+
) => Promise<CreateImagePipelineCommandOutput>;
|
|
430
|
+
export declare const deserializeAws_restJson1CreateImageRecipeCommand: (
|
|
431
|
+
output: __HttpResponse,
|
|
432
|
+
context: __SerdeContext
|
|
433
|
+
) => Promise<CreateImageRecipeCommandOutput>;
|
|
434
|
+
export declare const deserializeAws_restJson1CreateInfrastructureConfigurationCommand: (
|
|
435
|
+
output: __HttpResponse,
|
|
436
|
+
context: __SerdeContext
|
|
437
|
+
) => Promise<CreateInfrastructureConfigurationCommandOutput>;
|
|
438
|
+
export declare const deserializeAws_restJson1DeleteComponentCommand: (
|
|
439
|
+
output: __HttpResponse,
|
|
440
|
+
context: __SerdeContext
|
|
441
|
+
) => Promise<DeleteComponentCommandOutput>;
|
|
442
|
+
export declare const deserializeAws_restJson1DeleteContainerRecipeCommand: (
|
|
443
|
+
output: __HttpResponse,
|
|
444
|
+
context: __SerdeContext
|
|
445
|
+
) => Promise<DeleteContainerRecipeCommandOutput>;
|
|
446
|
+
export declare const deserializeAws_restJson1DeleteDistributionConfigurationCommand: (
|
|
447
|
+
output: __HttpResponse,
|
|
448
|
+
context: __SerdeContext
|
|
449
|
+
) => Promise<DeleteDistributionConfigurationCommandOutput>;
|
|
450
|
+
export declare const deserializeAws_restJson1DeleteImageCommand: (
|
|
451
|
+
output: __HttpResponse,
|
|
452
|
+
context: __SerdeContext
|
|
453
|
+
) => Promise<DeleteImageCommandOutput>;
|
|
454
|
+
export declare const deserializeAws_restJson1DeleteImagePipelineCommand: (
|
|
455
|
+
output: __HttpResponse,
|
|
456
|
+
context: __SerdeContext
|
|
457
|
+
) => Promise<DeleteImagePipelineCommandOutput>;
|
|
458
|
+
export declare const deserializeAws_restJson1DeleteImageRecipeCommand: (
|
|
459
|
+
output: __HttpResponse,
|
|
460
|
+
context: __SerdeContext
|
|
461
|
+
) => Promise<DeleteImageRecipeCommandOutput>;
|
|
462
|
+
export declare const deserializeAws_restJson1DeleteInfrastructureConfigurationCommand: (
|
|
463
|
+
output: __HttpResponse,
|
|
464
|
+
context: __SerdeContext
|
|
465
|
+
) => Promise<DeleteInfrastructureConfigurationCommandOutput>;
|
|
466
|
+
export declare const deserializeAws_restJson1GetComponentCommand: (
|
|
467
|
+
output: __HttpResponse,
|
|
468
|
+
context: __SerdeContext
|
|
469
|
+
) => Promise<GetComponentCommandOutput>;
|
|
470
|
+
export declare const deserializeAws_restJson1GetComponentPolicyCommand: (
|
|
471
|
+
output: __HttpResponse,
|
|
472
|
+
context: __SerdeContext
|
|
473
|
+
) => Promise<GetComponentPolicyCommandOutput>;
|
|
474
|
+
export declare const deserializeAws_restJson1GetContainerRecipeCommand: (
|
|
475
|
+
output: __HttpResponse,
|
|
476
|
+
context: __SerdeContext
|
|
477
|
+
) => Promise<GetContainerRecipeCommandOutput>;
|
|
478
|
+
export declare const deserializeAws_restJson1GetContainerRecipePolicyCommand: (
|
|
479
|
+
output: __HttpResponse,
|
|
480
|
+
context: __SerdeContext
|
|
481
|
+
) => Promise<GetContainerRecipePolicyCommandOutput>;
|
|
482
|
+
export declare const deserializeAws_restJson1GetDistributionConfigurationCommand: (
|
|
483
|
+
output: __HttpResponse,
|
|
484
|
+
context: __SerdeContext
|
|
485
|
+
) => Promise<GetDistributionConfigurationCommandOutput>;
|
|
486
|
+
export declare const deserializeAws_restJson1GetImageCommand: (
|
|
487
|
+
output: __HttpResponse,
|
|
488
|
+
context: __SerdeContext
|
|
489
|
+
) => Promise<GetImageCommandOutput>;
|
|
490
|
+
export declare const deserializeAws_restJson1GetImagePipelineCommand: (
|
|
491
|
+
output: __HttpResponse,
|
|
492
|
+
context: __SerdeContext
|
|
493
|
+
) => Promise<GetImagePipelineCommandOutput>;
|
|
494
|
+
export declare const deserializeAws_restJson1GetImagePolicyCommand: (
|
|
495
|
+
output: __HttpResponse,
|
|
496
|
+
context: __SerdeContext
|
|
497
|
+
) => Promise<GetImagePolicyCommandOutput>;
|
|
498
|
+
export declare const deserializeAws_restJson1GetImageRecipeCommand: (
|
|
499
|
+
output: __HttpResponse,
|
|
500
|
+
context: __SerdeContext
|
|
501
|
+
) => Promise<GetImageRecipeCommandOutput>;
|
|
502
|
+
export declare const deserializeAws_restJson1GetImageRecipePolicyCommand: (
|
|
503
|
+
output: __HttpResponse,
|
|
504
|
+
context: __SerdeContext
|
|
505
|
+
) => Promise<GetImageRecipePolicyCommandOutput>;
|
|
506
|
+
export declare const deserializeAws_restJson1GetInfrastructureConfigurationCommand: (
|
|
507
|
+
output: __HttpResponse,
|
|
508
|
+
context: __SerdeContext
|
|
509
|
+
) => Promise<GetInfrastructureConfigurationCommandOutput>;
|
|
510
|
+
export declare const deserializeAws_restJson1ImportComponentCommand: (
|
|
511
|
+
output: __HttpResponse,
|
|
512
|
+
context: __SerdeContext
|
|
513
|
+
) => Promise<ImportComponentCommandOutput>;
|
|
514
|
+
export declare const deserializeAws_restJson1ImportVmImageCommand: (
|
|
515
|
+
output: __HttpResponse,
|
|
516
|
+
context: __SerdeContext
|
|
517
|
+
) => Promise<ImportVmImageCommandOutput>;
|
|
518
|
+
export declare const deserializeAws_restJson1ListComponentBuildVersionsCommand: (
|
|
519
|
+
output: __HttpResponse,
|
|
520
|
+
context: __SerdeContext
|
|
521
|
+
) => Promise<ListComponentBuildVersionsCommandOutput>;
|
|
522
|
+
export declare const deserializeAws_restJson1ListComponentsCommand: (
|
|
523
|
+
output: __HttpResponse,
|
|
524
|
+
context: __SerdeContext
|
|
525
|
+
) => Promise<ListComponentsCommandOutput>;
|
|
526
|
+
export declare const deserializeAws_restJson1ListContainerRecipesCommand: (
|
|
527
|
+
output: __HttpResponse,
|
|
528
|
+
context: __SerdeContext
|
|
529
|
+
) => Promise<ListContainerRecipesCommandOutput>;
|
|
530
|
+
export declare const deserializeAws_restJson1ListDistributionConfigurationsCommand: (
|
|
531
|
+
output: __HttpResponse,
|
|
532
|
+
context: __SerdeContext
|
|
533
|
+
) => Promise<ListDistributionConfigurationsCommandOutput>;
|
|
534
|
+
export declare const deserializeAws_restJson1ListImageBuildVersionsCommand: (
|
|
535
|
+
output: __HttpResponse,
|
|
536
|
+
context: __SerdeContext
|
|
537
|
+
) => Promise<ListImageBuildVersionsCommandOutput>;
|
|
538
|
+
export declare const deserializeAws_restJson1ListImagePackagesCommand: (
|
|
539
|
+
output: __HttpResponse,
|
|
540
|
+
context: __SerdeContext
|
|
541
|
+
) => Promise<ListImagePackagesCommandOutput>;
|
|
542
|
+
export declare const deserializeAws_restJson1ListImagePipelineImagesCommand: (
|
|
543
|
+
output: __HttpResponse,
|
|
544
|
+
context: __SerdeContext
|
|
545
|
+
) => Promise<ListImagePipelineImagesCommandOutput>;
|
|
546
|
+
export declare const deserializeAws_restJson1ListImagePipelinesCommand: (
|
|
547
|
+
output: __HttpResponse,
|
|
548
|
+
context: __SerdeContext
|
|
549
|
+
) => Promise<ListImagePipelinesCommandOutput>;
|
|
550
|
+
export declare const deserializeAws_restJson1ListImageRecipesCommand: (
|
|
551
|
+
output: __HttpResponse,
|
|
552
|
+
context: __SerdeContext
|
|
553
|
+
) => Promise<ListImageRecipesCommandOutput>;
|
|
554
|
+
export declare const deserializeAws_restJson1ListImagesCommand: (
|
|
555
|
+
output: __HttpResponse,
|
|
556
|
+
context: __SerdeContext
|
|
557
|
+
) => Promise<ListImagesCommandOutput>;
|
|
558
|
+
export declare const deserializeAws_restJson1ListInfrastructureConfigurationsCommand: (
|
|
559
|
+
output: __HttpResponse,
|
|
560
|
+
context: __SerdeContext
|
|
561
|
+
) => Promise<ListInfrastructureConfigurationsCommandOutput>;
|
|
562
|
+
export declare const deserializeAws_restJson1ListTagsForResourceCommand: (
|
|
563
|
+
output: __HttpResponse,
|
|
564
|
+
context: __SerdeContext
|
|
565
|
+
) => Promise<ListTagsForResourceCommandOutput>;
|
|
566
|
+
export declare const deserializeAws_restJson1PutComponentPolicyCommand: (
|
|
567
|
+
output: __HttpResponse,
|
|
568
|
+
context: __SerdeContext
|
|
569
|
+
) => Promise<PutComponentPolicyCommandOutput>;
|
|
570
|
+
export declare const deserializeAws_restJson1PutContainerRecipePolicyCommand: (
|
|
571
|
+
output: __HttpResponse,
|
|
572
|
+
context: __SerdeContext
|
|
573
|
+
) => Promise<PutContainerRecipePolicyCommandOutput>;
|
|
574
|
+
export declare const deserializeAws_restJson1PutImagePolicyCommand: (
|
|
575
|
+
output: __HttpResponse,
|
|
576
|
+
context: __SerdeContext
|
|
577
|
+
) => Promise<PutImagePolicyCommandOutput>;
|
|
578
|
+
export declare const deserializeAws_restJson1PutImageRecipePolicyCommand: (
|
|
579
|
+
output: __HttpResponse,
|
|
580
|
+
context: __SerdeContext
|
|
581
|
+
) => Promise<PutImageRecipePolicyCommandOutput>;
|
|
582
|
+
export declare const deserializeAws_restJson1StartImagePipelineExecutionCommand: (
|
|
583
|
+
output: __HttpResponse,
|
|
584
|
+
context: __SerdeContext
|
|
585
|
+
) => Promise<StartImagePipelineExecutionCommandOutput>;
|
|
586
|
+
export declare const deserializeAws_restJson1TagResourceCommand: (
|
|
587
|
+
output: __HttpResponse,
|
|
588
|
+
context: __SerdeContext
|
|
589
|
+
) => Promise<TagResourceCommandOutput>;
|
|
590
|
+
export declare const deserializeAws_restJson1UntagResourceCommand: (
|
|
591
|
+
output: __HttpResponse,
|
|
592
|
+
context: __SerdeContext
|
|
593
|
+
) => Promise<UntagResourceCommandOutput>;
|
|
594
|
+
export declare const deserializeAws_restJson1UpdateDistributionConfigurationCommand: (
|
|
595
|
+
output: __HttpResponse,
|
|
596
|
+
context: __SerdeContext
|
|
597
|
+
) => Promise<UpdateDistributionConfigurationCommandOutput>;
|
|
598
|
+
export declare const deserializeAws_restJson1UpdateImagePipelineCommand: (
|
|
599
|
+
output: __HttpResponse,
|
|
600
|
+
context: __SerdeContext
|
|
601
|
+
) => Promise<UpdateImagePipelineCommandOutput>;
|
|
602
|
+
export declare const deserializeAws_restJson1UpdateInfrastructureConfigurationCommand: (
|
|
603
|
+
output: __HttpResponse,
|
|
604
|
+
context: __SerdeContext
|
|
605
|
+
) => Promise<UpdateInfrastructureConfigurationCommandOutput>;
|