@aws-sdk/client-imagebuilder 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.
Files changed (78) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/Imagebuilder.d.ts +922 -255
  3. package/dist-types/ts3.4/ImagebuilderClient.d.ts +430 -123
  4. package/dist-types/ts3.4/commands/CancelImageCreationCommand.d.ts +38 -17
  5. package/dist-types/ts3.4/commands/CreateComponentCommand.d.ts +37 -17
  6. package/dist-types/ts3.4/commands/CreateContainerRecipeCommand.d.ts +41 -17
  7. package/dist-types/ts3.4/commands/CreateDistributionConfigurationCommand.d.ts +41 -17
  8. package/dist-types/ts3.4/commands/CreateImageCommand.d.ts +34 -17
  9. package/dist-types/ts3.4/commands/CreateImagePipelineCommand.d.ts +38 -17
  10. package/dist-types/ts3.4/commands/CreateImageRecipeCommand.d.ts +38 -17
  11. package/dist-types/ts3.4/commands/CreateInfrastructureConfigurationCommand.d.ts +41 -17
  12. package/dist-types/ts3.4/commands/DeleteComponentCommand.d.ts +37 -17
  13. package/dist-types/ts3.4/commands/DeleteContainerRecipeCommand.d.ts +41 -17
  14. package/dist-types/ts3.4/commands/DeleteDistributionConfigurationCommand.d.ts +41 -17
  15. package/dist-types/ts3.4/commands/DeleteImageCommand.d.ts +34 -17
  16. package/dist-types/ts3.4/commands/DeleteImagePipelineCommand.d.ts +38 -17
  17. package/dist-types/ts3.4/commands/DeleteImageRecipeCommand.d.ts +38 -17
  18. package/dist-types/ts3.4/commands/DeleteInfrastructureConfigurationCommand.d.ts +41 -17
  19. package/dist-types/ts3.4/commands/GetComponentCommand.d.ts +34 -17
  20. package/dist-types/ts3.4/commands/GetComponentPolicyCommand.d.ts +38 -17
  21. package/dist-types/ts3.4/commands/GetContainerRecipeCommand.d.ts +38 -17
  22. package/dist-types/ts3.4/commands/GetContainerRecipePolicyCommand.d.ts +41 -17
  23. package/dist-types/ts3.4/commands/GetDistributionConfigurationCommand.d.ts +41 -17
  24. package/dist-types/ts3.4/commands/GetImageCommand.d.ts +34 -17
  25. package/dist-types/ts3.4/commands/GetImagePipelineCommand.d.ts +37 -17
  26. package/dist-types/ts3.4/commands/GetImagePolicyCommand.d.ts +37 -17
  27. package/dist-types/ts3.4/commands/GetImageRecipeCommand.d.ts +37 -17
  28. package/dist-types/ts3.4/commands/GetImageRecipePolicyCommand.d.ts +41 -17
  29. package/dist-types/ts3.4/commands/GetInfrastructureConfigurationCommand.d.ts +41 -17
  30. package/dist-types/ts3.4/commands/ImportComponentCommand.d.ts +37 -17
  31. package/dist-types/ts3.4/commands/ImportVmImageCommand.d.ts +37 -17
  32. package/dist-types/ts3.4/commands/ListComponentBuildVersionsCommand.d.ts +41 -17
  33. package/dist-types/ts3.4/commands/ListComponentsCommand.d.ts +37 -17
  34. package/dist-types/ts3.4/commands/ListContainerRecipesCommand.d.ts +41 -17
  35. package/dist-types/ts3.4/commands/ListDistributionConfigurationsCommand.d.ts +41 -17
  36. package/dist-types/ts3.4/commands/ListImageBuildVersionsCommand.d.ts +41 -17
  37. package/dist-types/ts3.4/commands/ListImagePackagesCommand.d.ts +38 -17
  38. package/dist-types/ts3.4/commands/ListImagePipelineImagesCommand.d.ts +41 -17
  39. package/dist-types/ts3.4/commands/ListImagePipelinesCommand.d.ts +38 -17
  40. package/dist-types/ts3.4/commands/ListImageRecipesCommand.d.ts +37 -17
  41. package/dist-types/ts3.4/commands/ListImagesCommand.d.ts +34 -17
  42. package/dist-types/ts3.4/commands/ListInfrastructureConfigurationsCommand.d.ts +41 -17
  43. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  44. package/dist-types/ts3.4/commands/PutComponentPolicyCommand.d.ts +38 -17
  45. package/dist-types/ts3.4/commands/PutContainerRecipePolicyCommand.d.ts +41 -17
  46. package/dist-types/ts3.4/commands/PutImagePolicyCommand.d.ts +37 -17
  47. package/dist-types/ts3.4/commands/PutImageRecipePolicyCommand.d.ts +41 -17
  48. package/dist-types/ts3.4/commands/StartImagePipelineExecutionCommand.d.ts +41 -17
  49. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  50. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
  51. package/dist-types/ts3.4/commands/UpdateDistributionConfigurationCommand.d.ts +41 -17
  52. package/dist-types/ts3.4/commands/UpdateImagePipelineCommand.d.ts +38 -17
  53. package/dist-types/ts3.4/commands/UpdateInfrastructureConfigurationCommand.d.ts +41 -17
  54. package/dist-types/ts3.4/commands/index.d.ts +50 -50
  55. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  56. package/dist-types/ts3.4/index.d.ts +6 -6
  57. package/dist-types/ts3.4/models/ImagebuilderServiceException.d.ts +8 -6
  58. package/dist-types/ts3.4/models/index.d.ts +1 -1
  59. package/dist-types/ts3.4/models/models_0.d.ts +2155 -2001
  60. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  61. package/dist-types/ts3.4/pagination/ListComponentBuildVersionsPaginator.d.ts +11 -4
  62. package/dist-types/ts3.4/pagination/ListComponentsPaginator.d.ts +11 -4
  63. package/dist-types/ts3.4/pagination/ListContainerRecipesPaginator.d.ts +11 -4
  64. package/dist-types/ts3.4/pagination/ListDistributionConfigurationsPaginator.d.ts +11 -4
  65. package/dist-types/ts3.4/pagination/ListImageBuildVersionsPaginator.d.ts +11 -4
  66. package/dist-types/ts3.4/pagination/ListImagePackagesPaginator.d.ts +11 -4
  67. package/dist-types/ts3.4/pagination/ListImagePipelineImagesPaginator.d.ts +11 -4
  68. package/dist-types/ts3.4/pagination/ListImagePipelinesPaginator.d.ts +11 -4
  69. package/dist-types/ts3.4/pagination/ListImageRecipesPaginator.d.ts +11 -4
  70. package/dist-types/ts3.4/pagination/ListImagesPaginator.d.ts +11 -4
  71. package/dist-types/ts3.4/pagination/ListInfrastructureConfigurationsPaginator.d.ts +11 -4
  72. package/dist-types/ts3.4/pagination/index.d.ts +12 -12
  73. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +605 -152
  74. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  75. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  76. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  77. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  78. package/package.json +34 -34
@@ -1,152 +1,605 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
3
- import { CancelImageCreationCommandInput, CancelImageCreationCommandOutput } from "../commands/CancelImageCreationCommand";
4
- import { CreateComponentCommandInput, CreateComponentCommandOutput } from "../commands/CreateComponentCommand";
5
- import { CreateContainerRecipeCommandInput, CreateContainerRecipeCommandOutput } from "../commands/CreateContainerRecipeCommand";
6
- import { CreateDistributionConfigurationCommandInput, CreateDistributionConfigurationCommandOutput } from "../commands/CreateDistributionConfigurationCommand";
7
- import { CreateImageCommandInput, CreateImageCommandOutput } from "../commands/CreateImageCommand";
8
- import { CreateImagePipelineCommandInput, CreateImagePipelineCommandOutput } from "../commands/CreateImagePipelineCommand";
9
- import { CreateImageRecipeCommandInput, CreateImageRecipeCommandOutput } from "../commands/CreateImageRecipeCommand";
10
- import { CreateInfrastructureConfigurationCommandInput, CreateInfrastructureConfigurationCommandOutput } from "../commands/CreateInfrastructureConfigurationCommand";
11
- import { DeleteComponentCommandInput, DeleteComponentCommandOutput } from "../commands/DeleteComponentCommand";
12
- import { DeleteContainerRecipeCommandInput, DeleteContainerRecipeCommandOutput } from "../commands/DeleteContainerRecipeCommand";
13
- import { DeleteDistributionConfigurationCommandInput, DeleteDistributionConfigurationCommandOutput } from "../commands/DeleteDistributionConfigurationCommand";
14
- import { DeleteImageCommandInput, DeleteImageCommandOutput } from "../commands/DeleteImageCommand";
15
- import { DeleteImagePipelineCommandInput, DeleteImagePipelineCommandOutput } from "../commands/DeleteImagePipelineCommand";
16
- import { DeleteImageRecipeCommandInput, DeleteImageRecipeCommandOutput } from "../commands/DeleteImageRecipeCommand";
17
- import { DeleteInfrastructureConfigurationCommandInput, DeleteInfrastructureConfigurationCommandOutput } from "../commands/DeleteInfrastructureConfigurationCommand";
18
- import { GetComponentCommandInput, GetComponentCommandOutput } from "../commands/GetComponentCommand";
19
- import { GetComponentPolicyCommandInput, GetComponentPolicyCommandOutput } from "../commands/GetComponentPolicyCommand";
20
- import { GetContainerRecipeCommandInput, GetContainerRecipeCommandOutput } from "../commands/GetContainerRecipeCommand";
21
- import { GetContainerRecipePolicyCommandInput, GetContainerRecipePolicyCommandOutput } from "../commands/GetContainerRecipePolicyCommand";
22
- import { GetDistributionConfigurationCommandInput, GetDistributionConfigurationCommandOutput } from "../commands/GetDistributionConfigurationCommand";
23
- import { GetImageCommandInput, GetImageCommandOutput } from "../commands/GetImageCommand";
24
- import { GetImagePipelineCommandInput, GetImagePipelineCommandOutput } from "../commands/GetImagePipelineCommand";
25
- import { GetImagePolicyCommandInput, GetImagePolicyCommandOutput } from "../commands/GetImagePolicyCommand";
26
- import { GetImageRecipeCommandInput, GetImageRecipeCommandOutput } from "../commands/GetImageRecipeCommand";
27
- import { GetImageRecipePolicyCommandInput, GetImageRecipePolicyCommandOutput } from "../commands/GetImageRecipePolicyCommand";
28
- import { GetInfrastructureConfigurationCommandInput, GetInfrastructureConfigurationCommandOutput } from "../commands/GetInfrastructureConfigurationCommand";
29
- import { ImportComponentCommandInput, ImportComponentCommandOutput } from "../commands/ImportComponentCommand";
30
- import { ImportVmImageCommandInput, ImportVmImageCommandOutput } from "../commands/ImportVmImageCommand";
31
- import { ListComponentBuildVersionsCommandInput, ListComponentBuildVersionsCommandOutput } from "../commands/ListComponentBuildVersionsCommand";
32
- import { ListComponentsCommandInput, ListComponentsCommandOutput } from "../commands/ListComponentsCommand";
33
- import { ListContainerRecipesCommandInput, ListContainerRecipesCommandOutput } from "../commands/ListContainerRecipesCommand";
34
- import { ListDistributionConfigurationsCommandInput, ListDistributionConfigurationsCommandOutput } from "../commands/ListDistributionConfigurationsCommand";
35
- import { ListImageBuildVersionsCommandInput, ListImageBuildVersionsCommandOutput } from "../commands/ListImageBuildVersionsCommand";
36
- import { ListImagePackagesCommandInput, ListImagePackagesCommandOutput } from "../commands/ListImagePackagesCommand";
37
- import { ListImagePipelineImagesCommandInput, ListImagePipelineImagesCommandOutput } from "../commands/ListImagePipelineImagesCommand";
38
- import { ListImagePipelinesCommandInput, ListImagePipelinesCommandOutput } from "../commands/ListImagePipelinesCommand";
39
- import { ListImageRecipesCommandInput, ListImageRecipesCommandOutput } from "../commands/ListImageRecipesCommand";
40
- import { ListImagesCommandInput, ListImagesCommandOutput } from "../commands/ListImagesCommand";
41
- import { ListInfrastructureConfigurationsCommandInput, ListInfrastructureConfigurationsCommandOutput } from "../commands/ListInfrastructureConfigurationsCommand";
42
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
43
- import { PutComponentPolicyCommandInput, PutComponentPolicyCommandOutput } from "../commands/PutComponentPolicyCommand";
44
- import { PutContainerRecipePolicyCommandInput, PutContainerRecipePolicyCommandOutput } from "../commands/PutContainerRecipePolicyCommand";
45
- import { PutImagePolicyCommandInput, PutImagePolicyCommandOutput } from "../commands/PutImagePolicyCommand";
46
- import { PutImageRecipePolicyCommandInput, PutImageRecipePolicyCommandOutput } from "../commands/PutImageRecipePolicyCommand";
47
- import { StartImagePipelineExecutionCommandInput, StartImagePipelineExecutionCommandOutput } from "../commands/StartImagePipelineExecutionCommand";
48
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
49
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
50
- import { UpdateDistributionConfigurationCommandInput, UpdateDistributionConfigurationCommandOutput } from "../commands/UpdateDistributionConfigurationCommand";
51
- import { UpdateImagePipelineCommandInput, UpdateImagePipelineCommandOutput } from "../commands/UpdateImagePipelineCommand";
52
- import { UpdateInfrastructureConfigurationCommandInput, UpdateInfrastructureConfigurationCommandOutput } from "../commands/UpdateInfrastructureConfigurationCommand";
53
- export declare const serializeAws_restJson1CancelImageCreationCommand: (input: CancelImageCreationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
- export declare const serializeAws_restJson1CreateComponentCommand: (input: CreateComponentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
55
- export declare const serializeAws_restJson1CreateContainerRecipeCommand: (input: CreateContainerRecipeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
56
- export declare const serializeAws_restJson1CreateDistributionConfigurationCommand: (input: CreateDistributionConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
- export declare const serializeAws_restJson1CreateImageCommand: (input: CreateImageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
- export declare const serializeAws_restJson1CreateImagePipelineCommand: (input: CreateImagePipelineCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
- export declare const serializeAws_restJson1CreateImageRecipeCommand: (input: CreateImageRecipeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
60
- export declare const serializeAws_restJson1CreateInfrastructureConfigurationCommand: (input: CreateInfrastructureConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
61
- export declare const serializeAws_restJson1DeleteComponentCommand: (input: DeleteComponentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
- export declare const serializeAws_restJson1DeleteContainerRecipeCommand: (input: DeleteContainerRecipeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
- export declare const serializeAws_restJson1DeleteDistributionConfigurationCommand: (input: DeleteDistributionConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
- export declare const serializeAws_restJson1DeleteImageCommand: (input: DeleteImageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
- export declare const serializeAws_restJson1DeleteImagePipelineCommand: (input: DeleteImagePipelineCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
- export declare const serializeAws_restJson1DeleteImageRecipeCommand: (input: DeleteImageRecipeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
- export declare const serializeAws_restJson1DeleteInfrastructureConfigurationCommand: (input: DeleteInfrastructureConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
68
- export declare const serializeAws_restJson1GetComponentCommand: (input: GetComponentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
69
- export declare const serializeAws_restJson1GetComponentPolicyCommand: (input: GetComponentPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
- export declare const serializeAws_restJson1GetContainerRecipeCommand: (input: GetContainerRecipeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
- export declare const serializeAws_restJson1GetContainerRecipePolicyCommand: (input: GetContainerRecipePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
- export declare const serializeAws_restJson1GetDistributionConfigurationCommand: (input: GetDistributionConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
- export declare const serializeAws_restJson1GetImageCommand: (input: GetImageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
- export declare const serializeAws_restJson1GetImagePipelineCommand: (input: GetImagePipelineCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
- export declare const serializeAws_restJson1GetImagePolicyCommand: (input: GetImagePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
76
- export declare const serializeAws_restJson1GetImageRecipeCommand: (input: GetImageRecipeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
77
- export declare const serializeAws_restJson1GetImageRecipePolicyCommand: (input: GetImageRecipePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
- export declare const serializeAws_restJson1GetInfrastructureConfigurationCommand: (input: GetInfrastructureConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
79
- export declare const serializeAws_restJson1ImportComponentCommand: (input: ImportComponentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
80
- export declare const serializeAws_restJson1ImportVmImageCommand: (input: ImportVmImageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
81
- export declare const serializeAws_restJson1ListComponentBuildVersionsCommand: (input: ListComponentBuildVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
- export declare const serializeAws_restJson1ListComponentsCommand: (input: ListComponentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
83
- export declare const serializeAws_restJson1ListContainerRecipesCommand: (input: ListContainerRecipesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
84
- export declare const serializeAws_restJson1ListDistributionConfigurationsCommand: (input: ListDistributionConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
85
- export declare const serializeAws_restJson1ListImageBuildVersionsCommand: (input: ListImageBuildVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
- export declare const serializeAws_restJson1ListImagePackagesCommand: (input: ListImagePackagesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
87
- export declare const serializeAws_restJson1ListImagePipelineImagesCommand: (input: ListImagePipelineImagesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
88
- export declare const serializeAws_restJson1ListImagePipelinesCommand: (input: ListImagePipelinesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
89
- export declare const serializeAws_restJson1ListImageRecipesCommand: (input: ListImageRecipesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
- export declare const serializeAws_restJson1ListImagesCommand: (input: ListImagesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
91
- export declare const serializeAws_restJson1ListInfrastructureConfigurationsCommand: (input: ListInfrastructureConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
92
- export declare const serializeAws_restJson1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
93
- export declare const serializeAws_restJson1PutComponentPolicyCommand: (input: PutComponentPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
94
- export declare const serializeAws_restJson1PutContainerRecipePolicyCommand: (input: PutContainerRecipePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
95
- export declare const serializeAws_restJson1PutImagePolicyCommand: (input: PutImagePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
96
- export declare const serializeAws_restJson1PutImageRecipePolicyCommand: (input: PutImageRecipePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
97
- export declare const serializeAws_restJson1StartImagePipelineExecutionCommand: (input: StartImagePipelineExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
98
- export declare const serializeAws_restJson1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
99
- export declare const serializeAws_restJson1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
100
- export declare const serializeAws_restJson1UpdateDistributionConfigurationCommand: (input: UpdateDistributionConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
101
- export declare const serializeAws_restJson1UpdateImagePipelineCommand: (input: UpdateImagePipelineCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
102
- export declare const serializeAws_restJson1UpdateInfrastructureConfigurationCommand: (input: UpdateInfrastructureConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
103
- export declare const deserializeAws_restJson1CancelImageCreationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelImageCreationCommandOutput>;
104
- export declare const deserializeAws_restJson1CreateComponentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateComponentCommandOutput>;
105
- export declare const deserializeAws_restJson1CreateContainerRecipeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateContainerRecipeCommandOutput>;
106
- export declare const deserializeAws_restJson1CreateDistributionConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDistributionConfigurationCommandOutput>;
107
- export declare const deserializeAws_restJson1CreateImageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateImageCommandOutput>;
108
- export declare const deserializeAws_restJson1CreateImagePipelineCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateImagePipelineCommandOutput>;
109
- export declare const deserializeAws_restJson1CreateImageRecipeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateImageRecipeCommandOutput>;
110
- export declare const deserializeAws_restJson1CreateInfrastructureConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateInfrastructureConfigurationCommandOutput>;
111
- export declare const deserializeAws_restJson1DeleteComponentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteComponentCommandOutput>;
112
- export declare const deserializeAws_restJson1DeleteContainerRecipeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteContainerRecipeCommandOutput>;
113
- export declare const deserializeAws_restJson1DeleteDistributionConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDistributionConfigurationCommandOutput>;
114
- export declare const deserializeAws_restJson1DeleteImageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteImageCommandOutput>;
115
- export declare const deserializeAws_restJson1DeleteImagePipelineCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteImagePipelineCommandOutput>;
116
- export declare const deserializeAws_restJson1DeleteImageRecipeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteImageRecipeCommandOutput>;
117
- export declare const deserializeAws_restJson1DeleteInfrastructureConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteInfrastructureConfigurationCommandOutput>;
118
- export declare const deserializeAws_restJson1GetComponentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetComponentCommandOutput>;
119
- export declare const deserializeAws_restJson1GetComponentPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetComponentPolicyCommandOutput>;
120
- export declare const deserializeAws_restJson1GetContainerRecipeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetContainerRecipeCommandOutput>;
121
- export declare const deserializeAws_restJson1GetContainerRecipePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetContainerRecipePolicyCommandOutput>;
122
- export declare const deserializeAws_restJson1GetDistributionConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDistributionConfigurationCommandOutput>;
123
- export declare const deserializeAws_restJson1GetImageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetImageCommandOutput>;
124
- export declare const deserializeAws_restJson1GetImagePipelineCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetImagePipelineCommandOutput>;
125
- export declare const deserializeAws_restJson1GetImagePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetImagePolicyCommandOutput>;
126
- export declare const deserializeAws_restJson1GetImageRecipeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetImageRecipeCommandOutput>;
127
- export declare const deserializeAws_restJson1GetImageRecipePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetImageRecipePolicyCommandOutput>;
128
- export declare const deserializeAws_restJson1GetInfrastructureConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetInfrastructureConfigurationCommandOutput>;
129
- export declare const deserializeAws_restJson1ImportComponentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ImportComponentCommandOutput>;
130
- export declare const deserializeAws_restJson1ImportVmImageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ImportVmImageCommandOutput>;
131
- export declare const deserializeAws_restJson1ListComponentBuildVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListComponentBuildVersionsCommandOutput>;
132
- export declare const deserializeAws_restJson1ListComponentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListComponentsCommandOutput>;
133
- export declare const deserializeAws_restJson1ListContainerRecipesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListContainerRecipesCommandOutput>;
134
- export declare const deserializeAws_restJson1ListDistributionConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDistributionConfigurationsCommandOutput>;
135
- export declare const deserializeAws_restJson1ListImageBuildVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListImageBuildVersionsCommandOutput>;
136
- export declare const deserializeAws_restJson1ListImagePackagesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListImagePackagesCommandOutput>;
137
- export declare const deserializeAws_restJson1ListImagePipelineImagesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListImagePipelineImagesCommandOutput>;
138
- export declare const deserializeAws_restJson1ListImagePipelinesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListImagePipelinesCommandOutput>;
139
- export declare const deserializeAws_restJson1ListImageRecipesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListImageRecipesCommandOutput>;
140
- export declare const deserializeAws_restJson1ListImagesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListImagesCommandOutput>;
141
- export declare const deserializeAws_restJson1ListInfrastructureConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListInfrastructureConfigurationsCommandOutput>;
142
- export declare const deserializeAws_restJson1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
143
- export declare const deserializeAws_restJson1PutComponentPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutComponentPolicyCommandOutput>;
144
- export declare const deserializeAws_restJson1PutContainerRecipePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutContainerRecipePolicyCommandOutput>;
145
- export declare const deserializeAws_restJson1PutImagePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutImagePolicyCommandOutput>;
146
- export declare const deserializeAws_restJson1PutImageRecipePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutImageRecipePolicyCommandOutput>;
147
- export declare const deserializeAws_restJson1StartImagePipelineExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartImagePipelineExecutionCommandOutput>;
148
- export declare const deserializeAws_restJson1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
149
- export declare const deserializeAws_restJson1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
150
- export declare const deserializeAws_restJson1UpdateDistributionConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDistributionConfigurationCommandOutput>;
151
- export declare const deserializeAws_restJson1UpdateImagePipelineCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateImagePipelineCommandOutput>;
152
- export declare const deserializeAws_restJson1UpdateInfrastructureConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateInfrastructureConfigurationCommandOutput>;
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>;