@aws-sdk/client-imagebuilder 3.296.0 → 3.297.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 (67) hide show
  1. package/dist-types/Imagebuilder.d.ts +51 -0
  2. package/dist-types/ImagebuilderClient.d.ts +24 -4
  3. package/dist-types/commands/CancelImageCreationCommand.d.ts +16 -0
  4. package/dist-types/commands/CreateComponentCommand.d.ts +16 -0
  5. package/dist-types/commands/CreateContainerRecipeCommand.d.ts +16 -0
  6. package/dist-types/commands/CreateDistributionConfigurationCommand.d.ts +16 -0
  7. package/dist-types/commands/CreateImageCommand.d.ts +16 -0
  8. package/dist-types/commands/CreateImagePipelineCommand.d.ts +16 -0
  9. package/dist-types/commands/CreateImageRecipeCommand.d.ts +16 -0
  10. package/dist-types/commands/CreateInfrastructureConfigurationCommand.d.ts +16 -0
  11. package/dist-types/commands/DeleteComponentCommand.d.ts +16 -0
  12. package/dist-types/commands/DeleteContainerRecipeCommand.d.ts +16 -0
  13. package/dist-types/commands/DeleteDistributionConfigurationCommand.d.ts +16 -0
  14. package/dist-types/commands/DeleteImageCommand.d.ts +16 -0
  15. package/dist-types/commands/DeleteImagePipelineCommand.d.ts +16 -0
  16. package/dist-types/commands/DeleteImageRecipeCommand.d.ts +16 -0
  17. package/dist-types/commands/DeleteInfrastructureConfigurationCommand.d.ts +16 -0
  18. package/dist-types/commands/GetComponentCommand.d.ts +16 -0
  19. package/dist-types/commands/GetComponentPolicyCommand.d.ts +16 -0
  20. package/dist-types/commands/GetContainerRecipeCommand.d.ts +16 -0
  21. package/dist-types/commands/GetContainerRecipePolicyCommand.d.ts +16 -0
  22. package/dist-types/commands/GetDistributionConfigurationCommand.d.ts +16 -0
  23. package/dist-types/commands/GetImageCommand.d.ts +16 -0
  24. package/dist-types/commands/GetImagePipelineCommand.d.ts +16 -0
  25. package/dist-types/commands/GetImagePolicyCommand.d.ts +16 -0
  26. package/dist-types/commands/GetImageRecipeCommand.d.ts +16 -0
  27. package/dist-types/commands/GetImageRecipePolicyCommand.d.ts +16 -0
  28. package/dist-types/commands/GetInfrastructureConfigurationCommand.d.ts +16 -0
  29. package/dist-types/commands/ImportComponentCommand.d.ts +16 -0
  30. package/dist-types/commands/ImportVmImageCommand.d.ts +16 -0
  31. package/dist-types/commands/ListComponentBuildVersionsCommand.d.ts +16 -0
  32. package/dist-types/commands/ListComponentsCommand.d.ts +16 -0
  33. package/dist-types/commands/ListContainerRecipesCommand.d.ts +16 -0
  34. package/dist-types/commands/ListDistributionConfigurationsCommand.d.ts +16 -0
  35. package/dist-types/commands/ListImageBuildVersionsCommand.d.ts +16 -0
  36. package/dist-types/commands/ListImagePackagesCommand.d.ts +16 -0
  37. package/dist-types/commands/ListImagePipelineImagesCommand.d.ts +16 -0
  38. package/dist-types/commands/ListImagePipelinesCommand.d.ts +16 -0
  39. package/dist-types/commands/ListImageRecipesCommand.d.ts +16 -0
  40. package/dist-types/commands/ListImagesCommand.d.ts +16 -0
  41. package/dist-types/commands/ListInfrastructureConfigurationsCommand.d.ts +16 -0
  42. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  43. package/dist-types/commands/PutComponentPolicyCommand.d.ts +16 -0
  44. package/dist-types/commands/PutContainerRecipePolicyCommand.d.ts +16 -0
  45. package/dist-types/commands/PutImagePolicyCommand.d.ts +16 -0
  46. package/dist-types/commands/PutImageRecipePolicyCommand.d.ts +16 -0
  47. package/dist-types/commands/StartImagePipelineExecutionCommand.d.ts +16 -0
  48. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  49. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  50. package/dist-types/commands/UpdateDistributionConfigurationCommand.d.ts +16 -0
  51. package/dist-types/commands/UpdateImagePipelineCommand.d.ts +16 -0
  52. package/dist-types/commands/UpdateInfrastructureConfigurationCommand.d.ts +16 -0
  53. package/dist-types/models/ImagebuilderServiceException.d.ts +2 -0
  54. package/dist-types/models/models_0.d.ts +403 -0
  55. package/dist-types/pagination/Interfaces.d.ts +3 -0
  56. package/dist-types/pagination/ListComponentBuildVersionsPaginator.d.ts +3 -0
  57. package/dist-types/pagination/ListComponentsPaginator.d.ts +3 -0
  58. package/dist-types/pagination/ListContainerRecipesPaginator.d.ts +3 -0
  59. package/dist-types/pagination/ListDistributionConfigurationsPaginator.d.ts +3 -0
  60. package/dist-types/pagination/ListImageBuildVersionsPaginator.d.ts +3 -0
  61. package/dist-types/pagination/ListImagePackagesPaginator.d.ts +3 -0
  62. package/dist-types/pagination/ListImagePipelineImagesPaginator.d.ts +3 -0
  63. package/dist-types/pagination/ListImagePipelinesPaginator.d.ts +3 -0
  64. package/dist-types/pagination/ListImageRecipesPaginator.d.ts +3 -0
  65. package/dist-types/pagination/ListImagesPaginator.d.ts +3 -0
  66. package/dist-types/pagination/ListInfrastructureConfigurationsPaginator.d.ts +3 -0
  67. package/package.json +3 -3
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient";
5
5
  import { ListComponentsRequest, ListComponentsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListComponentsCommand}.
8
10
  */
9
11
  export interface ListComponentsCommandInput extends ListComponentsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListComponentsCommand}.
13
17
  */
14
18
  export interface ListComponentsCommandOutput extends ListComponentsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns the list of components that can be filtered by name, or by using
18
23
  * the listed <code>filters</code> to streamline results. Newly created components
19
24
  * can take up to two minutes to appear in the ListComponents API Results.</p>
@@ -36,6 +41,8 @@ export interface ListComponentsCommandOutput extends ListComponentsResponse, __M
36
41
  * const response = await client.send(command);
37
42
  * ```
38
43
  *
44
+ * @param ListComponentsCommandInput - {@link ListComponentsCommandInput}
45
+ * @returns {@link ListComponentsCommandOutput}
39
46
  * @see {@link ListComponentsCommandInput} for command's `input` shape.
40
47
  * @see {@link ListComponentsCommandOutput} for command's `response` shape.
41
48
  * @see {@link ImagebuilderClientResolvedConfig | config} for ImagebuilderClient's `config` shape.
@@ -68,11 +75,20 @@ export interface ListComponentsCommandOutput extends ListComponentsResponse, __M
68
75
  export declare class ListComponentsCommand extends $Command<ListComponentsCommandInput, ListComponentsCommandOutput, ImagebuilderClientResolvedConfig> {
69
76
  readonly input: ListComponentsCommandInput;
70
77
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
78
+ /**
79
+ * @public
80
+ */
71
81
  constructor(input: ListComponentsCommandInput);
72
82
  /**
73
83
  * @internal
74
84
  */
75
85
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListComponentsCommandInput, ListComponentsCommandOutput>;
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 { ListContainerRecipesRequest, ListContainerRecipesResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListContainerRecipesCommand}.
8
10
  */
9
11
  export interface ListContainerRecipesCommandInput extends ListContainerRecipesRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListContainerRecipesCommand}.
13
17
  */
14
18
  export interface ListContainerRecipesCommandOutput extends ListContainerRecipesResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns a list of container recipes.</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 ListContainerRecipesCommandOutput extends ListContainerRecipesR
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListContainerRecipesCommandInput - {@link ListContainerRecipesCommandInput}
34
+ * @returns {@link ListContainerRecipesCommandOutput}
28
35
  * @see {@link ListContainerRecipesCommandInput} for command's `input` shape.
29
36
  * @see {@link ListContainerRecipesCommandOutput} for command's `response` shape.
30
37
  * @see {@link ImagebuilderClientResolvedConfig | config} for ImagebuilderClient's `config` shape.
@@ -57,11 +64,20 @@ export interface ListContainerRecipesCommandOutput extends ListContainerRecipesR
57
64
  export declare class ListContainerRecipesCommand extends $Command<ListContainerRecipesCommandInput, ListContainerRecipesCommandOutput, ImagebuilderClientResolvedConfig> {
58
65
  readonly input: ListContainerRecipesCommandInput;
59
66
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
67
+ /**
68
+ * @public
69
+ */
60
70
  constructor(input: ListContainerRecipesCommandInput);
61
71
  /**
62
72
  * @internal
63
73
  */
64
74
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListContainerRecipesCommandInput, ListContainerRecipesCommandOutput>;
75
+ /**
76
+ * @internal
77
+ */
65
78
  private serialize;
79
+ /**
80
+ * @internal
81
+ */
66
82
  private deserialize;
67
83
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient";
5
5
  import { ListDistributionConfigurationsRequest, ListDistributionConfigurationsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListDistributionConfigurationsCommand}.
8
10
  */
9
11
  export interface ListDistributionConfigurationsCommandInput extends ListDistributionConfigurationsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListDistributionConfigurationsCommand}.
13
17
  */
14
18
  export interface ListDistributionConfigurationsCommandOutput extends ListDistributionConfigurationsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns a list of distribution configurations.</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 ListDistributionConfigurationsCommandOutput extends ListDistrib
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListDistributionConfigurationsCommandInput - {@link ListDistributionConfigurationsCommandInput}
34
+ * @returns {@link ListDistributionConfigurationsCommandOutput}
28
35
  * @see {@link ListDistributionConfigurationsCommandInput} for command's `input` shape.
29
36
  * @see {@link ListDistributionConfigurationsCommandOutput} for command's `response` shape.
30
37
  * @see {@link ImagebuilderClientResolvedConfig | config} for ImagebuilderClient's `config` shape.
@@ -57,11 +64,20 @@ export interface ListDistributionConfigurationsCommandOutput extends ListDistrib
57
64
  export declare class ListDistributionConfigurationsCommand extends $Command<ListDistributionConfigurationsCommandInput, ListDistributionConfigurationsCommandOutput, ImagebuilderClientResolvedConfig> {
58
65
  readonly input: ListDistributionConfigurationsCommandInput;
59
66
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
67
+ /**
68
+ * @public
69
+ */
60
70
  constructor(input: ListDistributionConfigurationsCommandInput);
61
71
  /**
62
72
  * @internal
63
73
  */
64
74
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDistributionConfigurationsCommandInput, ListDistributionConfigurationsCommandOutput>;
75
+ /**
76
+ * @internal
77
+ */
65
78
  private serialize;
79
+ /**
80
+ * @internal
81
+ */
66
82
  private deserialize;
67
83
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient";
5
5
  import { ListImageBuildVersionsRequest, ListImageBuildVersionsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListImageBuildVersionsCommand}.
8
10
  */
9
11
  export interface ListImageBuildVersionsCommandInput extends ListImageBuildVersionsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListImageBuildVersionsCommand}.
13
17
  */
14
18
  export interface ListImageBuildVersionsCommandOutput extends ListImageBuildVersionsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p> Returns a list of image build versions.</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 ListImageBuildVersionsCommandOutput extends ListImageBuildVersi
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListImageBuildVersionsCommandInput - {@link ListImageBuildVersionsCommandInput}
34
+ * @returns {@link ListImageBuildVersionsCommandOutput}
28
35
  * @see {@link ListImageBuildVersionsCommandInput} for command's `input` shape.
29
36
  * @see {@link ListImageBuildVersionsCommandOutput} for command's `response` shape.
30
37
  * @see {@link ImagebuilderClientResolvedConfig | config} for ImagebuilderClient's `config` shape.
@@ -57,11 +64,20 @@ export interface ListImageBuildVersionsCommandOutput extends ListImageBuildVersi
57
64
  export declare class ListImageBuildVersionsCommand extends $Command<ListImageBuildVersionsCommandInput, ListImageBuildVersionsCommandOutput, ImagebuilderClientResolvedConfig> {
58
65
  readonly input: ListImageBuildVersionsCommandInput;
59
66
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
67
+ /**
68
+ * @public
69
+ */
60
70
  constructor(input: ListImageBuildVersionsCommandInput);
61
71
  /**
62
72
  * @internal
63
73
  */
64
74
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListImageBuildVersionsCommandInput, ListImageBuildVersionsCommandOutput>;
75
+ /**
76
+ * @internal
77
+ */
65
78
  private serialize;
79
+ /**
80
+ * @internal
81
+ */
66
82
  private deserialize;
67
83
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient";
5
5
  import { ListImagePackagesRequest, ListImagePackagesResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListImagePackagesCommand}.
8
10
  */
9
11
  export interface ListImagePackagesCommandInput extends ListImagePackagesRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListImagePackagesCommand}.
13
17
  */
14
18
  export interface ListImagePackagesCommandOutput extends ListImagePackagesResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>List the Packages that are associated with an Image Build Version, as determined by Amazon Web Services Systems Manager Inventory at build time.</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 ListImagePackagesCommandOutput extends ListImagePackagesRespons
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListImagePackagesCommandInput - {@link ListImagePackagesCommandInput}
34
+ * @returns {@link ListImagePackagesCommandOutput}
28
35
  * @see {@link ListImagePackagesCommandInput} for command's `input` shape.
29
36
  * @see {@link ListImagePackagesCommandOutput} for command's `response` shape.
30
37
  * @see {@link ImagebuilderClientResolvedConfig | config} for ImagebuilderClient's `config` shape.
@@ -60,11 +67,20 @@ export interface ListImagePackagesCommandOutput extends ListImagePackagesRespons
60
67
  export declare class ListImagePackagesCommand extends $Command<ListImagePackagesCommandInput, ListImagePackagesCommandOutput, ImagebuilderClientResolvedConfig> {
61
68
  readonly input: ListImagePackagesCommandInput;
62
69
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
70
+ /**
71
+ * @public
72
+ */
63
73
  constructor(input: ListImagePackagesCommandInput);
64
74
  /**
65
75
  * @internal
66
76
  */
67
77
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListImagePackagesCommandInput, ListImagePackagesCommandOutput>;
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 { ListImagePipelineImagesRequest, ListImagePipelineImagesResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListImagePipelineImagesCommand}.
8
10
  */
9
11
  export interface ListImagePipelineImagesCommandInput extends ListImagePipelineImagesRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListImagePipelineImagesCommand}.
13
17
  */
14
18
  export interface ListImagePipelineImagesCommandOutput extends ListImagePipelineImagesResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns a list of images created by the specified pipeline.</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 ListImagePipelineImagesCommandOutput extends ListImagePipelineI
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListImagePipelineImagesCommandInput - {@link ListImagePipelineImagesCommandInput}
34
+ * @returns {@link ListImagePipelineImagesCommandOutput}
28
35
  * @see {@link ListImagePipelineImagesCommandInput} for command's `input` shape.
29
36
  * @see {@link ListImagePipelineImagesCommandOutput} for command's `response` shape.
30
37
  * @see {@link ImagebuilderClientResolvedConfig | config} for ImagebuilderClient's `config` shape.
@@ -60,11 +67,20 @@ export interface ListImagePipelineImagesCommandOutput extends ListImagePipelineI
60
67
  export declare class ListImagePipelineImagesCommand extends $Command<ListImagePipelineImagesCommandInput, ListImagePipelineImagesCommandOutput, ImagebuilderClientResolvedConfig> {
61
68
  readonly input: ListImagePipelineImagesCommandInput;
62
69
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
70
+ /**
71
+ * @public
72
+ */
63
73
  constructor(input: ListImagePipelineImagesCommandInput);
64
74
  /**
65
75
  * @internal
66
76
  */
67
77
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListImagePipelineImagesCommandInput, ListImagePipelineImagesCommandOutput>;
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 { ListImagePipelinesRequest, ListImagePipelinesResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListImagePipelinesCommand}.
8
10
  */
9
11
  export interface ListImagePipelinesCommandInput extends ListImagePipelinesRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListImagePipelinesCommand}.
13
17
  */
14
18
  export interface ListImagePipelinesCommandOutput extends ListImagePipelinesResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns a list of image pipelines.</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 ListImagePipelinesCommandOutput extends ListImagePipelinesRespo
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListImagePipelinesCommandInput - {@link ListImagePipelinesCommandInput}
34
+ * @returns {@link ListImagePipelinesCommandOutput}
28
35
  * @see {@link ListImagePipelinesCommandInput} for command's `input` shape.
29
36
  * @see {@link ListImagePipelinesCommandOutput} for command's `response` shape.
30
37
  * @see {@link ImagebuilderClientResolvedConfig | config} for ImagebuilderClient's `config` shape.
@@ -57,11 +64,20 @@ export interface ListImagePipelinesCommandOutput extends ListImagePipelinesRespo
57
64
  export declare class ListImagePipelinesCommand extends $Command<ListImagePipelinesCommandInput, ListImagePipelinesCommandOutput, ImagebuilderClientResolvedConfig> {
58
65
  readonly input: ListImagePipelinesCommandInput;
59
66
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
67
+ /**
68
+ * @public
69
+ */
60
70
  constructor(input: ListImagePipelinesCommandInput);
61
71
  /**
62
72
  * @internal
63
73
  */
64
74
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListImagePipelinesCommandInput, ListImagePipelinesCommandOutput>;
75
+ /**
76
+ * @internal
77
+ */
65
78
  private serialize;
79
+ /**
80
+ * @internal
81
+ */
66
82
  private deserialize;
67
83
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient";
5
5
  import { ListImageRecipesRequest, ListImageRecipesResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListImageRecipesCommand}.
8
10
  */
9
11
  export interface ListImageRecipesCommandInput extends ListImageRecipesRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListImageRecipesCommand}.
13
17
  */
14
18
  export interface ListImageRecipesCommandOutput extends ListImageRecipesResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p> Returns a list of image recipes.</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 ListImageRecipesCommandOutput extends ListImageRecipesResponse,
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListImageRecipesCommandInput - {@link ListImageRecipesCommandInput}
34
+ * @returns {@link ListImageRecipesCommandOutput}
28
35
  * @see {@link ListImageRecipesCommandInput} for command's `input` shape.
29
36
  * @see {@link ListImageRecipesCommandOutput} for command's `response` shape.
30
37
  * @see {@link ImagebuilderClientResolvedConfig | config} for ImagebuilderClient's `config` shape.
@@ -57,11 +64,20 @@ export interface ListImageRecipesCommandOutput extends ListImageRecipesResponse,
57
64
  export declare class ListImageRecipesCommand extends $Command<ListImageRecipesCommandInput, ListImageRecipesCommandOutput, ImagebuilderClientResolvedConfig> {
58
65
  readonly input: ListImageRecipesCommandInput;
59
66
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
67
+ /**
68
+ * @public
69
+ */
60
70
  constructor(input: ListImageRecipesCommandInput);
61
71
  /**
62
72
  * @internal
63
73
  */
64
74
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListImageRecipesCommandInput, ListImageRecipesCommandOutput>;
75
+ /**
76
+ * @internal
77
+ */
65
78
  private serialize;
79
+ /**
80
+ * @internal
81
+ */
66
82
  private deserialize;
67
83
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient";
5
5
  import { ListImagesRequest, ListImagesResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListImagesCommand}.
8
10
  */
9
11
  export interface ListImagesCommandInput extends ListImagesRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListImagesCommand}.
13
17
  */
14
18
  export interface ListImagesCommandOutput extends ListImagesResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns the list of images that you have access to. Newly created images
18
23
  * can take up to two minutes to appear in the ListImages API Results.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface ListImagesCommandOutput extends ListImagesResponse, __MetadataB
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param ListImagesCommandInput - {@link ListImagesCommandInput}
35
+ * @returns {@link ListImagesCommandOutput}
29
36
  * @see {@link ListImagesCommandInput} for command's `input` shape.
30
37
  * @see {@link ListImagesCommandOutput} for command's `response` shape.
31
38
  * @see {@link ImagebuilderClientResolvedConfig | config} for ImagebuilderClient's `config` shape.
@@ -58,11 +65,20 @@ export interface ListImagesCommandOutput extends ListImagesResponse, __MetadataB
58
65
  export declare class ListImagesCommand extends $Command<ListImagesCommandInput, ListImagesCommandOutput, ImagebuilderClientResolvedConfig> {
59
66
  readonly input: ListImagesCommandInput;
60
67
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
68
+ /**
69
+ * @public
70
+ */
61
71
  constructor(input: ListImagesCommandInput);
62
72
  /**
63
73
  * @internal
64
74
  */
65
75
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListImagesCommandInput, ListImagesCommandOutput>;
76
+ /**
77
+ * @internal
78
+ */
66
79
  private serialize;
80
+ /**
81
+ * @internal
82
+ */
67
83
  private deserialize;
68
84
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient";
5
5
  import { ListInfrastructureConfigurationsRequest, ListInfrastructureConfigurationsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListInfrastructureConfigurationsCommand}.
8
10
  */
9
11
  export interface ListInfrastructureConfigurationsCommandInput extends ListInfrastructureConfigurationsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListInfrastructureConfigurationsCommand}.
13
17
  */
14
18
  export interface ListInfrastructureConfigurationsCommandOutput extends ListInfrastructureConfigurationsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p> Returns a list of infrastructure configurations.</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 ListInfrastructureConfigurationsCommandOutput extends ListInfra
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListInfrastructureConfigurationsCommandInput - {@link ListInfrastructureConfigurationsCommandInput}
34
+ * @returns {@link ListInfrastructureConfigurationsCommandOutput}
28
35
  * @see {@link ListInfrastructureConfigurationsCommandInput} for command's `input` shape.
29
36
  * @see {@link ListInfrastructureConfigurationsCommandOutput} for command's `response` shape.
30
37
  * @see {@link ImagebuilderClientResolvedConfig | config} for ImagebuilderClient's `config` shape.
@@ -57,11 +64,20 @@ export interface ListInfrastructureConfigurationsCommandOutput extends ListInfra
57
64
  export declare class ListInfrastructureConfigurationsCommand extends $Command<ListInfrastructureConfigurationsCommandInput, ListInfrastructureConfigurationsCommandOutput, ImagebuilderClientResolvedConfig> {
58
65
  readonly input: ListInfrastructureConfigurationsCommandInput;
59
66
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
67
+ /**
68
+ * @public
69
+ */
60
70
  constructor(input: ListInfrastructureConfigurationsCommandInput);
61
71
  /**
62
72
  * @internal
63
73
  */
64
74
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListInfrastructureConfigurationsCommandInput, ListInfrastructureConfigurationsCommandOutput>;
75
+ /**
76
+ * @internal
77
+ */
65
78
  private serialize;
79
+ /**
80
+ * @internal
81
+ */
66
82
  private deserialize;
67
83
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient";
5
5
  import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListTagsForResourceCommand}.
8
10
  */
9
11
  export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListTagsForResourceCommand}.
13
17
  */
14
18
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p> Returns the list of tags for the specified 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 ListTagsForResourceCommandOutput extends ListTagsForResourceRes
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListTagsForResourceCommandInput - {@link ListTagsForResourceCommandInput}
34
+ * @returns {@link ListTagsForResourceCommandOutput}
28
35
  * @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
29
36
  * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
30
37
  * @see {@link ImagebuilderClientResolvedConfig | config} for ImagebuilderClient's `config` shape.
@@ -44,11 +51,20 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
44
51
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ImagebuilderClientResolvedConfig> {
45
52
  readonly input: ListTagsForResourceCommandInput;
46
53
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
54
+ /**
55
+ * @public
56
+ */
47
57
  constructor(input: ListTagsForResourceCommandInput);
48
58
  /**
49
59
  * @internal
50
60
  */
51
61
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
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 { PutComponentPolicyRequest, PutComponentPolicyResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link PutComponentPolicyCommand}.
8
10
  */
9
11
  export interface PutComponentPolicyCommandInput extends PutComponentPolicyRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link PutComponentPolicyCommand}.
13
17
  */
14
18
  export interface PutComponentPolicyCommandOutput extends PutComponentPolicyResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p> Applies a policy to a component. 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>PutComponentPolicy</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 PutComponentPolicyCommandOutput extends PutComponentPolicyRespo
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param PutComponentPolicyCommandInput - {@link PutComponentPolicyCommandInput}
36
+ * @returns {@link PutComponentPolicyCommandOutput}
30
37
  * @see {@link PutComponentPolicyCommandInput} for command's `input` shape.
31
38
  * @see {@link PutComponentPolicyCommandOutput} for command's `response` shape.
32
39
  * @see {@link ImagebuilderClientResolvedConfig | config} for ImagebuilderClient's `config` shape.
@@ -62,11 +69,20 @@ export interface PutComponentPolicyCommandOutput extends PutComponentPolicyRespo
62
69
  export declare class PutComponentPolicyCommand extends $Command<PutComponentPolicyCommandInput, PutComponentPolicyCommandOutput, ImagebuilderClientResolvedConfig> {
63
70
  readonly input: PutComponentPolicyCommandInput;
64
71
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
72
+ /**
73
+ * @public
74
+ */
65
75
  constructor(input: PutComponentPolicyCommandInput);
66
76
  /**
67
77
  * @internal
68
78
  */
69
79
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutComponentPolicyCommandInput, PutComponentPolicyCommandOutput>;
80
+ /**
81
+ * @internal
82
+ */
70
83
  private serialize;
84
+ /**
85
+ * @internal
86
+ */
71
87
  private deserialize;
72
88
  }