@aws-sdk/client-imagebuilder 3.296.0 → 3.298.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 (170) hide show
  1. package/dist-cjs/commands/CancelImageCreationCommand.js +2 -3
  2. package/dist-cjs/commands/CreateComponentCommand.js +2 -3
  3. package/dist-cjs/commands/CreateContainerRecipeCommand.js +2 -3
  4. package/dist-cjs/commands/CreateDistributionConfigurationCommand.js +2 -3
  5. package/dist-cjs/commands/CreateImageCommand.js +2 -3
  6. package/dist-cjs/commands/CreateImagePipelineCommand.js +2 -3
  7. package/dist-cjs/commands/CreateImageRecipeCommand.js +2 -3
  8. package/dist-cjs/commands/CreateInfrastructureConfigurationCommand.js +2 -3
  9. package/dist-cjs/commands/DeleteComponentCommand.js +2 -3
  10. package/dist-cjs/commands/DeleteContainerRecipeCommand.js +2 -3
  11. package/dist-cjs/commands/DeleteDistributionConfigurationCommand.js +2 -3
  12. package/dist-cjs/commands/DeleteImageCommand.js +2 -3
  13. package/dist-cjs/commands/DeleteImagePipelineCommand.js +2 -3
  14. package/dist-cjs/commands/DeleteImageRecipeCommand.js +2 -3
  15. package/dist-cjs/commands/DeleteInfrastructureConfigurationCommand.js +2 -3
  16. package/dist-cjs/commands/GetComponentCommand.js +2 -3
  17. package/dist-cjs/commands/GetComponentPolicyCommand.js +2 -3
  18. package/dist-cjs/commands/GetContainerRecipeCommand.js +2 -3
  19. package/dist-cjs/commands/GetContainerRecipePolicyCommand.js +2 -3
  20. package/dist-cjs/commands/GetDistributionConfigurationCommand.js +2 -3
  21. package/dist-cjs/commands/GetImageCommand.js +2 -3
  22. package/dist-cjs/commands/GetImagePipelineCommand.js +2 -3
  23. package/dist-cjs/commands/GetImagePolicyCommand.js +2 -3
  24. package/dist-cjs/commands/GetImageRecipeCommand.js +2 -3
  25. package/dist-cjs/commands/GetImageRecipePolicyCommand.js +2 -3
  26. package/dist-cjs/commands/GetInfrastructureConfigurationCommand.js +2 -3
  27. package/dist-cjs/commands/ImportComponentCommand.js +2 -3
  28. package/dist-cjs/commands/ImportVmImageCommand.js +2 -3
  29. package/dist-cjs/commands/ListComponentBuildVersionsCommand.js +2 -3
  30. package/dist-cjs/commands/ListComponentsCommand.js +2 -3
  31. package/dist-cjs/commands/ListContainerRecipesCommand.js +2 -3
  32. package/dist-cjs/commands/ListDistributionConfigurationsCommand.js +2 -3
  33. package/dist-cjs/commands/ListImageBuildVersionsCommand.js +2 -3
  34. package/dist-cjs/commands/ListImagePackagesCommand.js +2 -3
  35. package/dist-cjs/commands/ListImagePipelineImagesCommand.js +2 -3
  36. package/dist-cjs/commands/ListImagePipelinesCommand.js +2 -3
  37. package/dist-cjs/commands/ListImageRecipesCommand.js +2 -3
  38. package/dist-cjs/commands/ListImagesCommand.js +2 -3
  39. package/dist-cjs/commands/ListInfrastructureConfigurationsCommand.js +2 -3
  40. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
  41. package/dist-cjs/commands/PutComponentPolicyCommand.js +2 -3
  42. package/dist-cjs/commands/PutContainerRecipePolicyCommand.js +2 -3
  43. package/dist-cjs/commands/PutImagePolicyCommand.js +2 -3
  44. package/dist-cjs/commands/PutImageRecipePolicyCommand.js +2 -3
  45. package/dist-cjs/commands/StartImagePipelineExecutionCommand.js +2 -3
  46. package/dist-cjs/commands/TagResourceCommand.js +2 -3
  47. package/dist-cjs/commands/UntagResourceCommand.js +2 -3
  48. package/dist-cjs/commands/UpdateDistributionConfigurationCommand.js +2 -3
  49. package/dist-cjs/commands/UpdateImagePipelineCommand.js +2 -3
  50. package/dist-cjs/commands/UpdateInfrastructureConfigurationCommand.js +2 -3
  51. package/dist-cjs/models/models_0.js +1 -584
  52. package/dist-es/commands/CancelImageCreationCommand.js +2 -3
  53. package/dist-es/commands/CreateComponentCommand.js +2 -3
  54. package/dist-es/commands/CreateContainerRecipeCommand.js +2 -3
  55. package/dist-es/commands/CreateDistributionConfigurationCommand.js +2 -3
  56. package/dist-es/commands/CreateImageCommand.js +2 -3
  57. package/dist-es/commands/CreateImagePipelineCommand.js +2 -3
  58. package/dist-es/commands/CreateImageRecipeCommand.js +2 -3
  59. package/dist-es/commands/CreateInfrastructureConfigurationCommand.js +2 -3
  60. package/dist-es/commands/DeleteComponentCommand.js +2 -3
  61. package/dist-es/commands/DeleteContainerRecipeCommand.js +2 -3
  62. package/dist-es/commands/DeleteDistributionConfigurationCommand.js +2 -3
  63. package/dist-es/commands/DeleteImageCommand.js +2 -3
  64. package/dist-es/commands/DeleteImagePipelineCommand.js +2 -3
  65. package/dist-es/commands/DeleteImageRecipeCommand.js +2 -3
  66. package/dist-es/commands/DeleteInfrastructureConfigurationCommand.js +2 -3
  67. package/dist-es/commands/GetComponentCommand.js +2 -3
  68. package/dist-es/commands/GetComponentPolicyCommand.js +2 -3
  69. package/dist-es/commands/GetContainerRecipeCommand.js +2 -3
  70. package/dist-es/commands/GetContainerRecipePolicyCommand.js +2 -3
  71. package/dist-es/commands/GetDistributionConfigurationCommand.js +2 -3
  72. package/dist-es/commands/GetImageCommand.js +2 -3
  73. package/dist-es/commands/GetImagePipelineCommand.js +2 -3
  74. package/dist-es/commands/GetImagePolicyCommand.js +2 -3
  75. package/dist-es/commands/GetImageRecipeCommand.js +2 -3
  76. package/dist-es/commands/GetImageRecipePolicyCommand.js +2 -3
  77. package/dist-es/commands/GetInfrastructureConfigurationCommand.js +2 -3
  78. package/dist-es/commands/ImportComponentCommand.js +2 -3
  79. package/dist-es/commands/ImportVmImageCommand.js +2 -3
  80. package/dist-es/commands/ListComponentBuildVersionsCommand.js +2 -3
  81. package/dist-es/commands/ListComponentsCommand.js +2 -3
  82. package/dist-es/commands/ListContainerRecipesCommand.js +2 -3
  83. package/dist-es/commands/ListDistributionConfigurationsCommand.js +2 -3
  84. package/dist-es/commands/ListImageBuildVersionsCommand.js +2 -3
  85. package/dist-es/commands/ListImagePackagesCommand.js +2 -3
  86. package/dist-es/commands/ListImagePipelineImagesCommand.js +2 -3
  87. package/dist-es/commands/ListImagePipelinesCommand.js +2 -3
  88. package/dist-es/commands/ListImageRecipesCommand.js +2 -3
  89. package/dist-es/commands/ListImagesCommand.js +2 -3
  90. package/dist-es/commands/ListInfrastructureConfigurationsCommand.js +2 -3
  91. package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
  92. package/dist-es/commands/PutComponentPolicyCommand.js +2 -3
  93. package/dist-es/commands/PutContainerRecipePolicyCommand.js +2 -3
  94. package/dist-es/commands/PutImagePolicyCommand.js +2 -3
  95. package/dist-es/commands/PutImageRecipePolicyCommand.js +2 -3
  96. package/dist-es/commands/StartImagePipelineExecutionCommand.js +2 -3
  97. package/dist-es/commands/TagResourceCommand.js +2 -3
  98. package/dist-es/commands/UntagResourceCommand.js +2 -3
  99. package/dist-es/commands/UpdateDistributionConfigurationCommand.js +2 -3
  100. package/dist-es/commands/UpdateImagePipelineCommand.js +2 -3
  101. package/dist-es/commands/UpdateInfrastructureConfigurationCommand.js +2 -3
  102. package/dist-es/models/models_0.js +0 -435
  103. package/dist-types/Imagebuilder.d.ts +51 -0
  104. package/dist-types/ImagebuilderClient.d.ts +24 -4
  105. package/dist-types/commands/CancelImageCreationCommand.d.ts +16 -0
  106. package/dist-types/commands/CreateComponentCommand.d.ts +16 -0
  107. package/dist-types/commands/CreateContainerRecipeCommand.d.ts +16 -0
  108. package/dist-types/commands/CreateDistributionConfigurationCommand.d.ts +16 -0
  109. package/dist-types/commands/CreateImageCommand.d.ts +16 -0
  110. package/dist-types/commands/CreateImagePipelineCommand.d.ts +16 -0
  111. package/dist-types/commands/CreateImageRecipeCommand.d.ts +16 -0
  112. package/dist-types/commands/CreateInfrastructureConfigurationCommand.d.ts +16 -0
  113. package/dist-types/commands/DeleteComponentCommand.d.ts +16 -0
  114. package/dist-types/commands/DeleteContainerRecipeCommand.d.ts +16 -0
  115. package/dist-types/commands/DeleteDistributionConfigurationCommand.d.ts +16 -0
  116. package/dist-types/commands/DeleteImageCommand.d.ts +16 -0
  117. package/dist-types/commands/DeleteImagePipelineCommand.d.ts +16 -0
  118. package/dist-types/commands/DeleteImageRecipeCommand.d.ts +16 -0
  119. package/dist-types/commands/DeleteInfrastructureConfigurationCommand.d.ts +16 -0
  120. package/dist-types/commands/GetComponentCommand.d.ts +16 -0
  121. package/dist-types/commands/GetComponentPolicyCommand.d.ts +16 -0
  122. package/dist-types/commands/GetContainerRecipeCommand.d.ts +16 -0
  123. package/dist-types/commands/GetContainerRecipePolicyCommand.d.ts +16 -0
  124. package/dist-types/commands/GetDistributionConfigurationCommand.d.ts +16 -0
  125. package/dist-types/commands/GetImageCommand.d.ts +16 -0
  126. package/dist-types/commands/GetImagePipelineCommand.d.ts +16 -0
  127. package/dist-types/commands/GetImagePolicyCommand.d.ts +16 -0
  128. package/dist-types/commands/GetImageRecipeCommand.d.ts +16 -0
  129. package/dist-types/commands/GetImageRecipePolicyCommand.d.ts +16 -0
  130. package/dist-types/commands/GetInfrastructureConfigurationCommand.d.ts +16 -0
  131. package/dist-types/commands/ImportComponentCommand.d.ts +16 -0
  132. package/dist-types/commands/ImportVmImageCommand.d.ts +16 -0
  133. package/dist-types/commands/ListComponentBuildVersionsCommand.d.ts +16 -0
  134. package/dist-types/commands/ListComponentsCommand.d.ts +16 -0
  135. package/dist-types/commands/ListContainerRecipesCommand.d.ts +16 -0
  136. package/dist-types/commands/ListDistributionConfigurationsCommand.d.ts +16 -0
  137. package/dist-types/commands/ListImageBuildVersionsCommand.d.ts +16 -0
  138. package/dist-types/commands/ListImagePackagesCommand.d.ts +16 -0
  139. package/dist-types/commands/ListImagePipelineImagesCommand.d.ts +16 -0
  140. package/dist-types/commands/ListImagePipelinesCommand.d.ts +16 -0
  141. package/dist-types/commands/ListImageRecipesCommand.d.ts +16 -0
  142. package/dist-types/commands/ListImagesCommand.d.ts +16 -0
  143. package/dist-types/commands/ListInfrastructureConfigurationsCommand.d.ts +16 -0
  144. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  145. package/dist-types/commands/PutComponentPolicyCommand.d.ts +16 -0
  146. package/dist-types/commands/PutContainerRecipePolicyCommand.d.ts +16 -0
  147. package/dist-types/commands/PutImagePolicyCommand.d.ts +16 -0
  148. package/dist-types/commands/PutImageRecipePolicyCommand.d.ts +16 -0
  149. package/dist-types/commands/StartImagePipelineExecutionCommand.d.ts +16 -0
  150. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  151. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  152. package/dist-types/commands/UpdateDistributionConfigurationCommand.d.ts +16 -0
  153. package/dist-types/commands/UpdateImagePipelineCommand.d.ts +16 -0
  154. package/dist-types/commands/UpdateInfrastructureConfigurationCommand.d.ts +16 -0
  155. package/dist-types/models/ImagebuilderServiceException.d.ts +2 -0
  156. package/dist-types/models/models_0.d.ts +403 -580
  157. package/dist-types/pagination/Interfaces.d.ts +3 -0
  158. package/dist-types/pagination/ListComponentBuildVersionsPaginator.d.ts +3 -0
  159. package/dist-types/pagination/ListComponentsPaginator.d.ts +3 -0
  160. package/dist-types/pagination/ListContainerRecipesPaginator.d.ts +3 -0
  161. package/dist-types/pagination/ListDistributionConfigurationsPaginator.d.ts +3 -0
  162. package/dist-types/pagination/ListImageBuildVersionsPaginator.d.ts +3 -0
  163. package/dist-types/pagination/ListImagePackagesPaginator.d.ts +3 -0
  164. package/dist-types/pagination/ListImagePipelineImagesPaginator.d.ts +3 -0
  165. package/dist-types/pagination/ListImagePipelinesPaginator.d.ts +3 -0
  166. package/dist-types/pagination/ListImageRecipesPaginator.d.ts +3 -0
  167. package/dist-types/pagination/ListImagesPaginator.d.ts +3 -0
  168. package/dist-types/pagination/ListInfrastructureConfigurationsPaginator.d.ts +3 -0
  169. package/dist-types/ts3.4/models/models_0.d.ts +0 -407
  170. package/package.json +4 -3
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient";
5
5
  import { PutContainerRecipePolicyRequest, PutContainerRecipePolicyResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link PutContainerRecipePolicyCommand}.
8
10
  */
9
11
  export interface PutContainerRecipePolicyCommandInput extends PutContainerRecipePolicyRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link PutContainerRecipePolicyCommand}.
13
17
  */
14
18
  export interface PutContainerRecipePolicyCommandOutput extends PutContainerRecipePolicyResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Applies a policy to a container image. We recommend that you call the RAM API CreateResourceShare (https://docs.aws.amazon.com//ram/latest/APIReference/API_CreateResourceShare.html) to share resources. If you call the Image Builder API <code>PutContainerImagePolicy</code>, you must also call the RAM API PromoteResourceShareCreatedFromPolicy (https://docs.aws.amazon.com//ram/latest/APIReference/API_PromoteResourceShareCreatedFromPolicy.html) in order for the resource to be visible to all principals with whom the resource is shared.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface PutContainerRecipePolicyCommandOutput extends PutContainerRecip
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param PutContainerRecipePolicyCommandInput - {@link PutContainerRecipePolicyCommandInput}
34
+ * @returns {@link PutContainerRecipePolicyCommandOutput}
28
35
  * @see {@link PutContainerRecipePolicyCommandInput} for command's `input` shape.
29
36
  * @see {@link PutContainerRecipePolicyCommandOutput} for command's `response` shape.
30
37
  * @see {@link ImagebuilderClientResolvedConfig | config} for ImagebuilderClient's `config` shape.
@@ -60,11 +67,20 @@ export interface PutContainerRecipePolicyCommandOutput extends PutContainerRecip
60
67
  export declare class PutContainerRecipePolicyCommand extends $Command<PutContainerRecipePolicyCommandInput, PutContainerRecipePolicyCommandOutput, ImagebuilderClientResolvedConfig> {
61
68
  readonly input: PutContainerRecipePolicyCommandInput;
62
69
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
70
+ /**
71
+ * @public
72
+ */
63
73
  constructor(input: PutContainerRecipePolicyCommandInput);
64
74
  /**
65
75
  * @internal
66
76
  */
67
77
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutContainerRecipePolicyCommandInput, PutContainerRecipePolicyCommandOutput>;
78
+ /**
79
+ * @internal
80
+ */
68
81
  private serialize;
82
+ /**
83
+ * @internal
84
+ */
69
85
  private deserialize;
70
86
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient";
5
5
  import { PutImagePolicyRequest, PutImagePolicyResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link PutImagePolicyCommand}.
8
10
  */
9
11
  export interface PutImagePolicyCommandInput extends PutImagePolicyRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link PutImagePolicyCommand}.
13
17
  */
14
18
  export interface PutImagePolicyCommandOutput extends PutImagePolicyResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Applies a policy to an image. We recommend that you call the RAM API <a href="https://docs.aws.amazon.com/ram/latest/APIReference/API_CreateResourceShare.html">CreateResourceShare</a> to share resources. If you call the Image Builder API
18
23
  * <code>PutImagePolicy</code>, you must also call the RAM API <a href="https://docs.aws.amazon.com/ram/latest/APIReference/API_PromoteResourceShareCreatedFromPolicy.html">PromoteResourceShareCreatedFromPolicy</a> in order for the resource to be visible to
19
24
  * all principals with whom the resource is shared.</p>
@@ -27,6 +32,8 @@ export interface PutImagePolicyCommandOutput extends PutImagePolicyResponse, __M
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param PutImagePolicyCommandInput - {@link PutImagePolicyCommandInput}
36
+ * @returns {@link PutImagePolicyCommandOutput}
30
37
  * @see {@link PutImagePolicyCommandInput} for command's `input` shape.
31
38
  * @see {@link PutImagePolicyCommandOutput} for command's `response` shape.
32
39
  * @see {@link ImagebuilderClientResolvedConfig | config} for ImagebuilderClient's `config` shape.
@@ -62,11 +69,20 @@ export interface PutImagePolicyCommandOutput extends PutImagePolicyResponse, __M
62
69
  export declare class PutImagePolicyCommand extends $Command<PutImagePolicyCommandInput, PutImagePolicyCommandOutput, ImagebuilderClientResolvedConfig> {
63
70
  readonly input: PutImagePolicyCommandInput;
64
71
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
72
+ /**
73
+ * @public
74
+ */
65
75
  constructor(input: PutImagePolicyCommandInput);
66
76
  /**
67
77
  * @internal
68
78
  */
69
79
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutImagePolicyCommandInput, PutImagePolicyCommandOutput>;
80
+ /**
81
+ * @internal
82
+ */
70
83
  private serialize;
84
+ /**
85
+ * @internal
86
+ */
71
87
  private deserialize;
72
88
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient";
5
5
  import { PutImageRecipePolicyRequest, PutImageRecipePolicyResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link PutImageRecipePolicyCommand}.
8
10
  */
9
11
  export interface PutImageRecipePolicyCommandInput extends PutImageRecipePolicyRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link PutImageRecipePolicyCommand}.
13
17
  */
14
18
  export interface PutImageRecipePolicyCommandOutput extends PutImageRecipePolicyResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p> Applies a policy to an image recipe. We recommend that you call the RAM API <a href="https://docs.aws.amazon.com/ram/latest/APIReference/API_CreateResourceShare.html">CreateResourceShare</a> to share resources. If you call the Image Builder API
18
23
  * <code>PutImageRecipePolicy</code>, you must also call the RAM API <a href="https://docs.aws.amazon.com/ram/latest/APIReference/API_PromoteResourceShareCreatedFromPolicy.html">PromoteResourceShareCreatedFromPolicy</a> in order for the resource to be visible to
19
24
  * all principals with whom the resource is shared.</p>
@@ -27,6 +32,8 @@ export interface PutImageRecipePolicyCommandOutput extends PutImageRecipePolicyR
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param PutImageRecipePolicyCommandInput - {@link PutImageRecipePolicyCommandInput}
36
+ * @returns {@link PutImageRecipePolicyCommandOutput}
30
37
  * @see {@link PutImageRecipePolicyCommandInput} for command's `input` shape.
31
38
  * @see {@link PutImageRecipePolicyCommandOutput} for command's `response` shape.
32
39
  * @see {@link ImagebuilderClientResolvedConfig | config} for ImagebuilderClient's `config` shape.
@@ -62,11 +69,20 @@ export interface PutImageRecipePolicyCommandOutput extends PutImageRecipePolicyR
62
69
  export declare class PutImageRecipePolicyCommand extends $Command<PutImageRecipePolicyCommandInput, PutImageRecipePolicyCommandOutput, ImagebuilderClientResolvedConfig> {
63
70
  readonly input: PutImageRecipePolicyCommandInput;
64
71
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
72
+ /**
73
+ * @public
74
+ */
65
75
  constructor(input: PutImageRecipePolicyCommandInput);
66
76
  /**
67
77
  * @internal
68
78
  */
69
79
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutImageRecipePolicyCommandInput, PutImageRecipePolicyCommandOutput>;
80
+ /**
81
+ * @internal
82
+ */
70
83
  private serialize;
84
+ /**
85
+ * @internal
86
+ */
71
87
  private deserialize;
72
88
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient";
5
5
  import { StartImagePipelineExecutionRequest, StartImagePipelineExecutionResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link StartImagePipelineExecutionCommand}.
8
10
  */
9
11
  export interface StartImagePipelineExecutionCommandInput extends StartImagePipelineExecutionRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link StartImagePipelineExecutionCommand}.
13
17
  */
14
18
  export interface StartImagePipelineExecutionCommandOutput extends StartImagePipelineExecutionResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p> Manually triggers a pipeline to create an image.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface StartImagePipelineExecutionCommandOutput extends StartImagePipe
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param StartImagePipelineExecutionCommandInput - {@link StartImagePipelineExecutionCommandInput}
34
+ * @returns {@link StartImagePipelineExecutionCommandOutput}
28
35
  * @see {@link StartImagePipelineExecutionCommandInput} for command's `input` shape.
29
36
  * @see {@link StartImagePipelineExecutionCommandOutput} for command's `response` shape.
30
37
  * @see {@link ImagebuilderClientResolvedConfig | config} for ImagebuilderClient's `config` shape.
@@ -65,11 +72,20 @@ export interface StartImagePipelineExecutionCommandOutput extends StartImagePipe
65
72
  export declare class StartImagePipelineExecutionCommand extends $Command<StartImagePipelineExecutionCommandInput, StartImagePipelineExecutionCommandOutput, ImagebuilderClientResolvedConfig> {
66
73
  readonly input: StartImagePipelineExecutionCommandInput;
67
74
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
75
+ /**
76
+ * @public
77
+ */
68
78
  constructor(input: StartImagePipelineExecutionCommandInput);
69
79
  /**
70
80
  * @internal
71
81
  */
72
82
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartImagePipelineExecutionCommandInput, StartImagePipelineExecutionCommandOutput>;
83
+ /**
84
+ * @internal
85
+ */
73
86
  private serialize;
87
+ /**
88
+ * @internal
89
+ */
74
90
  private deserialize;
75
91
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient";
5
5
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link TagResourceCommand}.
8
10
  */
9
11
  export interface TagResourceCommandInput extends TagResourceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link TagResourceCommand}.
13
17
  */
14
18
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p> Adds a tag to a resource.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param TagResourceCommandInput - {@link TagResourceCommandInput}
34
+ * @returns {@link TagResourceCommandOutput}
28
35
  * @see {@link TagResourceCommandInput} for command's `input` shape.
29
36
  * @see {@link TagResourceCommandOutput} for command's `response` shape.
30
37
  * @see {@link ImagebuilderClientResolvedConfig | config} for ImagebuilderClient's `config` shape.
@@ -44,11 +51,20 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
44
51
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, ImagebuilderClientResolvedConfig> {
45
52
  readonly input: TagResourceCommandInput;
46
53
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
54
+ /**
55
+ * @public
56
+ */
47
57
  constructor(input: TagResourceCommandInput);
48
58
  /**
49
59
  * @internal
50
60
  */
51
61
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
62
+ /**
63
+ * @internal
64
+ */
52
65
  private serialize;
66
+ /**
67
+ * @internal
68
+ */
53
69
  private deserialize;
54
70
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient";
5
5
  import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UntagResourceCommand}.
8
10
  */
9
11
  export interface UntagResourceCommandInput extends UntagResourceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UntagResourceCommand}.
13
17
  */
14
18
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p> Removes a tag from a resource.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UntagResourceCommandInput - {@link UntagResourceCommandInput}
34
+ * @returns {@link UntagResourceCommandOutput}
28
35
  * @see {@link UntagResourceCommandInput} for command's `input` shape.
29
36
  * @see {@link UntagResourceCommandOutput} for command's `response` shape.
30
37
  * @see {@link ImagebuilderClientResolvedConfig | config} for ImagebuilderClient's `config` shape.
@@ -44,11 +51,20 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
44
51
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, ImagebuilderClientResolvedConfig> {
45
52
  readonly input: UntagResourceCommandInput;
46
53
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
54
+ /**
55
+ * @public
56
+ */
47
57
  constructor(input: UntagResourceCommandInput);
48
58
  /**
49
59
  * @internal
50
60
  */
51
61
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
62
+ /**
63
+ * @internal
64
+ */
52
65
  private serialize;
66
+ /**
67
+ * @internal
68
+ */
53
69
  private deserialize;
54
70
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient";
5
5
  import { UpdateDistributionConfigurationRequest, UpdateDistributionConfigurationResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateDistributionConfigurationCommand}.
8
10
  */
9
11
  export interface UpdateDistributionConfigurationCommandInput extends UpdateDistributionConfigurationRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateDistributionConfigurationCommand}.
13
17
  */
14
18
  export interface UpdateDistributionConfigurationCommandOutput extends UpdateDistributionConfigurationResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p> Updates a new distribution configuration. Distribution configurations define and
18
23
  * configure the outputs of your pipeline.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface UpdateDistributionConfigurationCommandOutput extends UpdateDist
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param UpdateDistributionConfigurationCommandInput - {@link UpdateDistributionConfigurationCommandInput}
35
+ * @returns {@link UpdateDistributionConfigurationCommandOutput}
29
36
  * @see {@link UpdateDistributionConfigurationCommandInput} for command's `input` shape.
30
37
  * @see {@link UpdateDistributionConfigurationCommandOutput} for command's `response` shape.
31
38
  * @see {@link ImagebuilderClientResolvedConfig | config} for ImagebuilderClient's `config` shape.
@@ -67,11 +74,20 @@ export interface UpdateDistributionConfigurationCommandOutput extends UpdateDist
67
74
  export declare class UpdateDistributionConfigurationCommand extends $Command<UpdateDistributionConfigurationCommandInput, UpdateDistributionConfigurationCommandOutput, ImagebuilderClientResolvedConfig> {
68
75
  readonly input: UpdateDistributionConfigurationCommandInput;
69
76
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
77
+ /**
78
+ * @public
79
+ */
70
80
  constructor(input: UpdateDistributionConfigurationCommandInput);
71
81
  /**
72
82
  * @internal
73
83
  */
74
84
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateDistributionConfigurationCommandInput, UpdateDistributionConfigurationCommandOutput>;
85
+ /**
86
+ * @internal
87
+ */
75
88
  private serialize;
89
+ /**
90
+ * @internal
91
+ */
76
92
  private deserialize;
77
93
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient";
5
5
  import { UpdateImagePipelineRequest, UpdateImagePipelineResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateImagePipelineCommand}.
8
10
  */
9
11
  export interface UpdateImagePipelineCommandInput extends UpdateImagePipelineRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateImagePipelineCommand}.
13
17
  */
14
18
  export interface UpdateImagePipelineCommandOutput extends UpdateImagePipelineResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p> Updates an image pipeline. Image pipelines enable you to automate the creation and
18
23
  * distribution of images.</p>
19
24
  * <note>
@@ -31,6 +36,8 @@ export interface UpdateImagePipelineCommandOutput extends UpdateImagePipelineRes
31
36
  * const response = await client.send(command);
32
37
  * ```
33
38
  *
39
+ * @param UpdateImagePipelineCommandInput - {@link UpdateImagePipelineCommandInput}
40
+ * @returns {@link UpdateImagePipelineCommandOutput}
34
41
  * @see {@link UpdateImagePipelineCommandInput} for command's `input` shape.
35
42
  * @see {@link UpdateImagePipelineCommandOutput} for command's `response` shape.
36
43
  * @see {@link ImagebuilderClientResolvedConfig | config} for ImagebuilderClient's `config` shape.
@@ -68,11 +75,20 @@ export interface UpdateImagePipelineCommandOutput extends UpdateImagePipelineRes
68
75
  export declare class UpdateImagePipelineCommand extends $Command<UpdateImagePipelineCommandInput, UpdateImagePipelineCommandOutput, ImagebuilderClientResolvedConfig> {
69
76
  readonly input: UpdateImagePipelineCommandInput;
70
77
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
78
+ /**
79
+ * @public
80
+ */
71
81
  constructor(input: UpdateImagePipelineCommandInput);
72
82
  /**
73
83
  * @internal
74
84
  */
75
85
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateImagePipelineCommandInput, UpdateImagePipelineCommandOutput>;
86
+ /**
87
+ * @internal
88
+ */
76
89
  private serialize;
90
+ /**
91
+ * @internal
92
+ */
77
93
  private deserialize;
78
94
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient";
5
5
  import { UpdateInfrastructureConfigurationRequest, UpdateInfrastructureConfigurationResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateInfrastructureConfigurationCommand}.
8
10
  */
9
11
  export interface UpdateInfrastructureConfigurationCommandInput extends UpdateInfrastructureConfigurationRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateInfrastructureConfigurationCommand}.
13
17
  */
14
18
  export interface UpdateInfrastructureConfigurationCommandOutput extends UpdateInfrastructureConfigurationResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p> Updates a new infrastructure configuration. An infrastructure configuration defines the
18
23
  * environment in which your image will be built and tested.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface UpdateInfrastructureConfigurationCommandOutput extends UpdateIn
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param UpdateInfrastructureConfigurationCommandInput - {@link UpdateInfrastructureConfigurationCommandInput}
35
+ * @returns {@link UpdateInfrastructureConfigurationCommandOutput}
29
36
  * @see {@link UpdateInfrastructureConfigurationCommandInput} for command's `input` shape.
30
37
  * @see {@link UpdateInfrastructureConfigurationCommandOutput} for command's `response` shape.
31
38
  * @see {@link ImagebuilderClientResolvedConfig | config} for ImagebuilderClient's `config` shape.
@@ -63,11 +70,20 @@ export interface UpdateInfrastructureConfigurationCommandOutput extends UpdateIn
63
70
  export declare class UpdateInfrastructureConfigurationCommand extends $Command<UpdateInfrastructureConfigurationCommandInput, UpdateInfrastructureConfigurationCommandOutput, ImagebuilderClientResolvedConfig> {
64
71
  readonly input: UpdateInfrastructureConfigurationCommandInput;
65
72
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
73
+ /**
74
+ * @public
75
+ */
66
76
  constructor(input: UpdateInfrastructureConfigurationCommandInput);
67
77
  /**
68
78
  * @internal
69
79
  */
70
80
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateInfrastructureConfigurationCommandInput, UpdateInfrastructureConfigurationCommandOutput>;
81
+ /**
82
+ * @internal
83
+ */
71
84
  private serialize;
85
+ /**
86
+ * @internal
87
+ */
72
88
  private deserialize;
73
89
  }
@@ -1,5 +1,7 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
2
  /**
3
+ * @public
4
+ *
3
5
  * Base exception class for all service exceptions from Imagebuilder service.
4
6
  */
5
7
  export declare class ImagebuilderServiceException extends __ServiceException {