@aws-sdk/client-imagebuilder 3.288.0 → 3.290.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 (51) hide show
  1. package/dist-types/commands/CancelImageCreationCommand.d.ts +29 -0
  2. package/dist-types/commands/CreateComponentCommand.d.ts +39 -0
  3. package/dist-types/commands/CreateContainerRecipeCommand.d.ts +38 -0
  4. package/dist-types/commands/CreateDistributionConfigurationCommand.d.ts +39 -0
  5. package/dist-types/commands/CreateImageCommand.d.ts +32 -0
  6. package/dist-types/commands/CreateImagePipelineCommand.d.ts +35 -0
  7. package/dist-types/commands/CreateImageRecipeCommand.d.ts +38 -0
  8. package/dist-types/commands/CreateInfrastructureConfigurationCommand.d.ts +35 -0
  9. package/dist-types/commands/DeleteComponentCommand.d.ts +25 -0
  10. package/dist-types/commands/DeleteContainerRecipeCommand.d.ts +25 -0
  11. package/dist-types/commands/DeleteDistributionConfigurationCommand.d.ts +25 -0
  12. package/dist-types/commands/DeleteImageCommand.d.ts +25 -0
  13. package/dist-types/commands/DeleteImagePipelineCommand.d.ts +25 -0
  14. package/dist-types/commands/DeleteImageRecipeCommand.d.ts +25 -0
  15. package/dist-types/commands/DeleteInfrastructureConfigurationCommand.d.ts +25 -0
  16. package/dist-types/commands/GetComponentCommand.d.ts +21 -0
  17. package/dist-types/commands/GetComponentPolicyCommand.d.ts +19 -0
  18. package/dist-types/commands/GetContainerRecipeCommand.d.ts +21 -0
  19. package/dist-types/commands/GetContainerRecipePolicyCommand.d.ts +19 -0
  20. package/dist-types/commands/GetDistributionConfigurationCommand.d.ts +21 -0
  21. package/dist-types/commands/GetImageCommand.d.ts +21 -0
  22. package/dist-types/commands/GetImagePipelineCommand.d.ts +21 -0
  23. package/dist-types/commands/GetImagePolicyCommand.d.ts +19 -0
  24. package/dist-types/commands/GetImageRecipeCommand.d.ts +21 -0
  25. package/dist-types/commands/GetImageRecipePolicyCommand.d.ts +19 -0
  26. package/dist-types/commands/GetInfrastructureConfigurationCommand.d.ts +21 -0
  27. package/dist-types/commands/ImportComponentCommand.d.ts +36 -0
  28. package/dist-types/commands/ImportVmImageCommand.d.ts +12 -0
  29. package/dist-types/commands/ListComponentBuildVersionsCommand.d.ts +24 -0
  30. package/dist-types/commands/ListComponentsCommand.d.ts +24 -0
  31. package/dist-types/commands/ListContainerRecipesCommand.d.ts +24 -0
  32. package/dist-types/commands/ListDistributionConfigurationsCommand.d.ts +24 -0
  33. package/dist-types/commands/ListImageBuildVersionsCommand.d.ts +24 -0
  34. package/dist-types/commands/ListImagePackagesCommand.d.ts +27 -0
  35. package/dist-types/commands/ListImagePipelineImagesCommand.d.ts +27 -0
  36. package/dist-types/commands/ListImagePipelinesCommand.d.ts +24 -0
  37. package/dist-types/commands/ListImageRecipesCommand.d.ts +24 -0
  38. package/dist-types/commands/ListImagesCommand.d.ts +24 -0
  39. package/dist-types/commands/ListInfrastructureConfigurationsCommand.d.ts +24 -0
  40. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  41. package/dist-types/commands/PutComponentPolicyCommand.d.ts +27 -0
  42. package/dist-types/commands/PutContainerRecipePolicyCommand.d.ts +27 -0
  43. package/dist-types/commands/PutImagePolicyCommand.d.ts +27 -0
  44. package/dist-types/commands/PutImageRecipePolicyCommand.d.ts +27 -0
  45. package/dist-types/commands/StartImagePipelineExecutionCommand.d.ts +32 -0
  46. package/dist-types/commands/TagResourceCommand.d.ts +11 -0
  47. package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
  48. package/dist-types/commands/UpdateDistributionConfigurationCommand.d.ts +33 -0
  49. package/dist-types/commands/UpdateImagePipelineCommand.d.ts +29 -0
  50. package/dist-types/commands/UpdateInfrastructureConfigurationCommand.d.ts +29 -0
  51. package/package.json +29 -29
@@ -29,6 +29,30 @@ export interface ListInfrastructureConfigurationsCommandOutput extends ListInfra
29
29
  * @see {@link ListInfrastructureConfigurationsCommandOutput} for command's `response` shape.
30
30
  * @see {@link ImagebuilderClientResolvedConfig | config} for ImagebuilderClient's `config` shape.
31
31
  *
32
+ * @throws {@link CallRateLimitExceededException} (client fault)
33
+ * <p>You have exceeded the permitted request rate for the specific operation.</p>
34
+ *
35
+ * @throws {@link ClientException} (client fault)
36
+ * <p>These errors are usually caused by a client action, such as using an action or resource on
37
+ * behalf of a user that doesn't have permissions to use the action or resource, or specifying an
38
+ * invalid resource identifier.</p>
39
+ *
40
+ * @throws {@link ForbiddenException} (client fault)
41
+ * <p>You are not authorized to perform the requested operation.</p>
42
+ *
43
+ * @throws {@link InvalidPaginationTokenException} (client fault)
44
+ * <p>You have provided an invalid pagination token in your request.</p>
45
+ *
46
+ * @throws {@link InvalidRequestException} (client fault)
47
+ * <p>You have made a request for an action that is not supported by the service.</p>
48
+ *
49
+ * @throws {@link ServiceException} (server fault)
50
+ * <p>This exception is thrown when the service encounters an unrecoverable exception.</p>
51
+ *
52
+ * @throws {@link ServiceUnavailableException} (server fault)
53
+ * <p>The service is unable to process your request at this time.</p>
54
+ *
55
+ *
32
56
  */
33
57
  export declare class ListInfrastructureConfigurationsCommand extends $Command<ListInfrastructureConfigurationsCommandInput, ListInfrastructureConfigurationsCommandOutput, ImagebuilderClientResolvedConfig> {
34
58
  readonly input: ListInfrastructureConfigurationsCommandInput;
@@ -29,6 +29,17 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
29
29
  * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
30
30
  * @see {@link ImagebuilderClientResolvedConfig | config} for ImagebuilderClient's `config` shape.
31
31
  *
32
+ * @throws {@link InvalidParameterException} (client fault)
33
+ * <p>The specified parameter is invalid. Review the available parameters for the API
34
+ * request.</p>
35
+ *
36
+ * @throws {@link ResourceNotFoundException} (client fault)
37
+ * <p>At least one of the resources referenced by your request does not exist.</p>
38
+ *
39
+ * @throws {@link ServiceException} (server fault)
40
+ * <p>This exception is thrown when the service encounters an unrecoverable exception.</p>
41
+ *
42
+ *
32
43
  */
33
44
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ImagebuilderClientResolvedConfig> {
34
45
  readonly input: ListTagsForResourceCommandInput;
@@ -31,6 +31,33 @@ export interface PutComponentPolicyCommandOutput extends PutComponentPolicyRespo
31
31
  * @see {@link PutComponentPolicyCommandOutput} for command's `response` shape.
32
32
  * @see {@link ImagebuilderClientResolvedConfig | config} for ImagebuilderClient's `config` shape.
33
33
  *
34
+ * @throws {@link CallRateLimitExceededException} (client fault)
35
+ * <p>You have exceeded the permitted request rate for the specific operation.</p>
36
+ *
37
+ * @throws {@link ClientException} (client fault)
38
+ * <p>These errors are usually caused by a client action, such as using an action or resource on
39
+ * behalf of a user that doesn't have permissions to use the action or resource, or specifying an
40
+ * invalid resource identifier.</p>
41
+ *
42
+ * @throws {@link ForbiddenException} (client fault)
43
+ * <p>You are not authorized to perform the requested operation.</p>
44
+ *
45
+ * @throws {@link InvalidParameterValueException} (client fault)
46
+ * <p>The value that you provided for the specified parameter is invalid.</p>
47
+ *
48
+ * @throws {@link InvalidRequestException} (client fault)
49
+ * <p>You have made a request for an action that is not supported by the service.</p>
50
+ *
51
+ * @throws {@link ResourceNotFoundException} (client fault)
52
+ * <p>At least one of the resources referenced by your request does not exist.</p>
53
+ *
54
+ * @throws {@link ServiceException} (server fault)
55
+ * <p>This exception is thrown when the service encounters an unrecoverable exception.</p>
56
+ *
57
+ * @throws {@link ServiceUnavailableException} (server fault)
58
+ * <p>The service is unable to process your request at this time.</p>
59
+ *
60
+ *
34
61
  */
35
62
  export declare class PutComponentPolicyCommand extends $Command<PutComponentPolicyCommandInput, PutComponentPolicyCommandOutput, ImagebuilderClientResolvedConfig> {
36
63
  readonly input: PutComponentPolicyCommandInput;
@@ -29,6 +29,33 @@ export interface PutContainerRecipePolicyCommandOutput extends PutContainerRecip
29
29
  * @see {@link PutContainerRecipePolicyCommandOutput} for command's `response` shape.
30
30
  * @see {@link ImagebuilderClientResolvedConfig | config} for ImagebuilderClient's `config` shape.
31
31
  *
32
+ * @throws {@link CallRateLimitExceededException} (client fault)
33
+ * <p>You have exceeded the permitted request rate for the specific operation.</p>
34
+ *
35
+ * @throws {@link ClientException} (client fault)
36
+ * <p>These errors are usually caused by a client action, such as using an action or resource on
37
+ * behalf of a user that doesn't have permissions to use the action or resource, or specifying an
38
+ * invalid resource identifier.</p>
39
+ *
40
+ * @throws {@link ForbiddenException} (client fault)
41
+ * <p>You are not authorized to perform the requested operation.</p>
42
+ *
43
+ * @throws {@link InvalidParameterValueException} (client fault)
44
+ * <p>The value that you provided for the specified parameter is invalid.</p>
45
+ *
46
+ * @throws {@link InvalidRequestException} (client fault)
47
+ * <p>You have made a request for an action that is not supported by the service.</p>
48
+ *
49
+ * @throws {@link ResourceNotFoundException} (client fault)
50
+ * <p>At least one of the resources referenced by your request does not exist.</p>
51
+ *
52
+ * @throws {@link ServiceException} (server fault)
53
+ * <p>This exception is thrown when the service encounters an unrecoverable exception.</p>
54
+ *
55
+ * @throws {@link ServiceUnavailableException} (server fault)
56
+ * <p>The service is unable to process your request at this time.</p>
57
+ *
58
+ *
32
59
  */
33
60
  export declare class PutContainerRecipePolicyCommand extends $Command<PutContainerRecipePolicyCommandInput, PutContainerRecipePolicyCommandOutput, ImagebuilderClientResolvedConfig> {
34
61
  readonly input: PutContainerRecipePolicyCommandInput;
@@ -31,6 +31,33 @@ export interface PutImagePolicyCommandOutput extends PutImagePolicyResponse, __M
31
31
  * @see {@link PutImagePolicyCommandOutput} for command's `response` shape.
32
32
  * @see {@link ImagebuilderClientResolvedConfig | config} for ImagebuilderClient's `config` shape.
33
33
  *
34
+ * @throws {@link CallRateLimitExceededException} (client fault)
35
+ * <p>You have exceeded the permitted request rate for the specific operation.</p>
36
+ *
37
+ * @throws {@link ClientException} (client fault)
38
+ * <p>These errors are usually caused by a client action, such as using an action or resource on
39
+ * behalf of a user that doesn't have permissions to use the action or resource, or specifying an
40
+ * invalid resource identifier.</p>
41
+ *
42
+ * @throws {@link ForbiddenException} (client fault)
43
+ * <p>You are not authorized to perform the requested operation.</p>
44
+ *
45
+ * @throws {@link InvalidParameterValueException} (client fault)
46
+ * <p>The value that you provided for the specified parameter is invalid.</p>
47
+ *
48
+ * @throws {@link InvalidRequestException} (client fault)
49
+ * <p>You have made a request for an action that is not supported by the service.</p>
50
+ *
51
+ * @throws {@link ResourceNotFoundException} (client fault)
52
+ * <p>At least one of the resources referenced by your request does not exist.</p>
53
+ *
54
+ * @throws {@link ServiceException} (server fault)
55
+ * <p>This exception is thrown when the service encounters an unrecoverable exception.</p>
56
+ *
57
+ * @throws {@link ServiceUnavailableException} (server fault)
58
+ * <p>The service is unable to process your request at this time.</p>
59
+ *
60
+ *
34
61
  */
35
62
  export declare class PutImagePolicyCommand extends $Command<PutImagePolicyCommandInput, PutImagePolicyCommandOutput, ImagebuilderClientResolvedConfig> {
36
63
  readonly input: PutImagePolicyCommandInput;
@@ -31,6 +31,33 @@ export interface PutImageRecipePolicyCommandOutput extends PutImageRecipePolicyR
31
31
  * @see {@link PutImageRecipePolicyCommandOutput} for command's `response` shape.
32
32
  * @see {@link ImagebuilderClientResolvedConfig | config} for ImagebuilderClient's `config` shape.
33
33
  *
34
+ * @throws {@link CallRateLimitExceededException} (client fault)
35
+ * <p>You have exceeded the permitted request rate for the specific operation.</p>
36
+ *
37
+ * @throws {@link ClientException} (client fault)
38
+ * <p>These errors are usually caused by a client action, such as using an action or resource on
39
+ * behalf of a user that doesn't have permissions to use the action or resource, or specifying an
40
+ * invalid resource identifier.</p>
41
+ *
42
+ * @throws {@link ForbiddenException} (client fault)
43
+ * <p>You are not authorized to perform the requested operation.</p>
44
+ *
45
+ * @throws {@link InvalidParameterValueException} (client fault)
46
+ * <p>The value that you provided for the specified parameter is invalid.</p>
47
+ *
48
+ * @throws {@link InvalidRequestException} (client fault)
49
+ * <p>You have made a request for an action that is not supported by the service.</p>
50
+ *
51
+ * @throws {@link ResourceNotFoundException} (client fault)
52
+ * <p>At least one of the resources referenced by your request does not exist.</p>
53
+ *
54
+ * @throws {@link ServiceException} (server fault)
55
+ * <p>This exception is thrown when the service encounters an unrecoverable exception.</p>
56
+ *
57
+ * @throws {@link ServiceUnavailableException} (server fault)
58
+ * <p>The service is unable to process your request at this time.</p>
59
+ *
60
+ *
34
61
  */
35
62
  export declare class PutImageRecipePolicyCommand extends $Command<PutImageRecipePolicyCommandInput, PutImageRecipePolicyCommandOutput, ImagebuilderClientResolvedConfig> {
36
63
  readonly input: PutImageRecipePolicyCommandInput;
@@ -29,6 +29,38 @@ export interface StartImagePipelineExecutionCommandOutput extends StartImagePipe
29
29
  * @see {@link StartImagePipelineExecutionCommandOutput} for command's `response` shape.
30
30
  * @see {@link ImagebuilderClientResolvedConfig | config} for ImagebuilderClient's `config` shape.
31
31
  *
32
+ * @throws {@link CallRateLimitExceededException} (client fault)
33
+ * <p>You have exceeded the permitted request rate for the specific operation.</p>
34
+ *
35
+ * @throws {@link ClientException} (client fault)
36
+ * <p>These errors are usually caused by a client action, such as using an action or resource on
37
+ * behalf of a user that doesn't have permissions to use the action or resource, or specifying an
38
+ * invalid resource identifier.</p>
39
+ *
40
+ * @throws {@link ForbiddenException} (client fault)
41
+ * <p>You are not authorized to perform the requested operation.</p>
42
+ *
43
+ * @throws {@link IdempotentParameterMismatchException} (client fault)
44
+ * <p>You have specified a client token for an operation using parameter values that differ from
45
+ * a previous request that used the same client token.</p>
46
+ *
47
+ * @throws {@link InvalidRequestException} (client fault)
48
+ * <p>You have made a request for an action that is not supported by the service.</p>
49
+ *
50
+ * @throws {@link ResourceInUseException} (client fault)
51
+ * <p>The resource that you are trying to operate on is currently in use. Review the message
52
+ * details and retry later.</p>
53
+ *
54
+ * @throws {@link ResourceNotFoundException} (client fault)
55
+ * <p>At least one of the resources referenced by your request does not exist.</p>
56
+ *
57
+ * @throws {@link ServiceException} (server fault)
58
+ * <p>This exception is thrown when the service encounters an unrecoverable exception.</p>
59
+ *
60
+ * @throws {@link ServiceUnavailableException} (server fault)
61
+ * <p>The service is unable to process your request at this time.</p>
62
+ *
63
+ *
32
64
  */
33
65
  export declare class StartImagePipelineExecutionCommand extends $Command<StartImagePipelineExecutionCommandInput, StartImagePipelineExecutionCommandOutput, ImagebuilderClientResolvedConfig> {
34
66
  readonly input: StartImagePipelineExecutionCommandInput;
@@ -29,6 +29,17 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
29
29
  * @see {@link TagResourceCommandOutput} for command's `response` shape.
30
30
  * @see {@link ImagebuilderClientResolvedConfig | config} for ImagebuilderClient's `config` shape.
31
31
  *
32
+ * @throws {@link InvalidParameterException} (client fault)
33
+ * <p>The specified parameter is invalid. Review the available parameters for the API
34
+ * request.</p>
35
+ *
36
+ * @throws {@link ResourceNotFoundException} (client fault)
37
+ * <p>At least one of the resources referenced by your request does not exist.</p>
38
+ *
39
+ * @throws {@link ServiceException} (server fault)
40
+ * <p>This exception is thrown when the service encounters an unrecoverable exception.</p>
41
+ *
42
+ *
32
43
  */
33
44
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, ImagebuilderClientResolvedConfig> {
34
45
  readonly input: TagResourceCommandInput;
@@ -29,6 +29,17 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
29
29
  * @see {@link UntagResourceCommandOutput} for command's `response` shape.
30
30
  * @see {@link ImagebuilderClientResolvedConfig | config} for ImagebuilderClient's `config` shape.
31
31
  *
32
+ * @throws {@link InvalidParameterException} (client fault)
33
+ * <p>The specified parameter is invalid. Review the available parameters for the API
34
+ * request.</p>
35
+ *
36
+ * @throws {@link ResourceNotFoundException} (client fault)
37
+ * <p>At least one of the resources referenced by your request does not exist.</p>
38
+ *
39
+ * @throws {@link ServiceException} (server fault)
40
+ * <p>This exception is thrown when the service encounters an unrecoverable exception.</p>
41
+ *
42
+ *
32
43
  */
33
44
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, ImagebuilderClientResolvedConfig> {
34
45
  readonly input: UntagResourceCommandInput;
@@ -30,6 +30,39 @@ export interface UpdateDistributionConfigurationCommandOutput extends UpdateDist
30
30
  * @see {@link UpdateDistributionConfigurationCommandOutput} for command's `response` shape.
31
31
  * @see {@link ImagebuilderClientResolvedConfig | config} for ImagebuilderClient's `config` shape.
32
32
  *
33
+ * @throws {@link CallRateLimitExceededException} (client fault)
34
+ * <p>You have exceeded the permitted request rate for the specific operation.</p>
35
+ *
36
+ * @throws {@link ClientException} (client fault)
37
+ * <p>These errors are usually caused by a client action, such as using an action or resource on
38
+ * behalf of a user that doesn't have permissions to use the action or resource, or specifying an
39
+ * invalid resource identifier.</p>
40
+ *
41
+ * @throws {@link ForbiddenException} (client fault)
42
+ * <p>You are not authorized to perform the requested operation.</p>
43
+ *
44
+ * @throws {@link IdempotentParameterMismatchException} (client fault)
45
+ * <p>You have specified a client token for an operation using parameter values that differ from
46
+ * a previous request that used the same client token.</p>
47
+ *
48
+ * @throws {@link InvalidParameterCombinationException} (client fault)
49
+ * <p>You have specified two or more mutually exclusive parameters. Review the error message for
50
+ * details.</p>
51
+ *
52
+ * @throws {@link InvalidRequestException} (client fault)
53
+ * <p>You have made a request for an action that is not supported by the service.</p>
54
+ *
55
+ * @throws {@link ResourceInUseException} (client fault)
56
+ * <p>The resource that you are trying to operate on is currently in use. Review the message
57
+ * details and retry later.</p>
58
+ *
59
+ * @throws {@link ServiceException} (server fault)
60
+ * <p>This exception is thrown when the service encounters an unrecoverable exception.</p>
61
+ *
62
+ * @throws {@link ServiceUnavailableException} (server fault)
63
+ * <p>The service is unable to process your request at this time.</p>
64
+ *
65
+ *
33
66
  */
34
67
  export declare class UpdateDistributionConfigurationCommand extends $Command<UpdateDistributionConfigurationCommandInput, UpdateDistributionConfigurationCommandOutput, ImagebuilderClientResolvedConfig> {
35
68
  readonly input: UpdateDistributionConfigurationCommandInput;
@@ -35,6 +35,35 @@ export interface UpdateImagePipelineCommandOutput extends UpdateImagePipelineRes
35
35
  * @see {@link UpdateImagePipelineCommandOutput} for command's `response` shape.
36
36
  * @see {@link ImagebuilderClientResolvedConfig | config} for ImagebuilderClient's `config` shape.
37
37
  *
38
+ * @throws {@link CallRateLimitExceededException} (client fault)
39
+ * <p>You have exceeded the permitted request rate for the specific operation.</p>
40
+ *
41
+ * @throws {@link ClientException} (client fault)
42
+ * <p>These errors are usually caused by a client action, such as using an action or resource on
43
+ * behalf of a user that doesn't have permissions to use the action or resource, or specifying an
44
+ * invalid resource identifier.</p>
45
+ *
46
+ * @throws {@link ForbiddenException} (client fault)
47
+ * <p>You are not authorized to perform the requested operation.</p>
48
+ *
49
+ * @throws {@link IdempotentParameterMismatchException} (client fault)
50
+ * <p>You have specified a client token for an operation using parameter values that differ from
51
+ * a previous request that used the same client token.</p>
52
+ *
53
+ * @throws {@link InvalidRequestException} (client fault)
54
+ * <p>You have made a request for an action that is not supported by the service.</p>
55
+ *
56
+ * @throws {@link ResourceInUseException} (client fault)
57
+ * <p>The resource that you are trying to operate on is currently in use. Review the message
58
+ * details and retry later.</p>
59
+ *
60
+ * @throws {@link ServiceException} (server fault)
61
+ * <p>This exception is thrown when the service encounters an unrecoverable exception.</p>
62
+ *
63
+ * @throws {@link ServiceUnavailableException} (server fault)
64
+ * <p>The service is unable to process your request at this time.</p>
65
+ *
66
+ *
38
67
  */
39
68
  export declare class UpdateImagePipelineCommand extends $Command<UpdateImagePipelineCommandInput, UpdateImagePipelineCommandOutput, ImagebuilderClientResolvedConfig> {
40
69
  readonly input: UpdateImagePipelineCommandInput;
@@ -30,6 +30,35 @@ export interface UpdateInfrastructureConfigurationCommandOutput extends UpdateIn
30
30
  * @see {@link UpdateInfrastructureConfigurationCommandOutput} for command's `response` shape.
31
31
  * @see {@link ImagebuilderClientResolvedConfig | config} for ImagebuilderClient's `config` shape.
32
32
  *
33
+ * @throws {@link CallRateLimitExceededException} (client fault)
34
+ * <p>You have exceeded the permitted request rate for the specific operation.</p>
35
+ *
36
+ * @throws {@link ClientException} (client fault)
37
+ * <p>These errors are usually caused by a client action, such as using an action or resource on
38
+ * behalf of a user that doesn't have permissions to use the action or resource, or specifying an
39
+ * invalid resource identifier.</p>
40
+ *
41
+ * @throws {@link ForbiddenException} (client fault)
42
+ * <p>You are not authorized to perform the requested operation.</p>
43
+ *
44
+ * @throws {@link IdempotentParameterMismatchException} (client fault)
45
+ * <p>You have specified a client token for an operation using parameter values that differ from
46
+ * a previous request that used the same client token.</p>
47
+ *
48
+ * @throws {@link InvalidRequestException} (client fault)
49
+ * <p>You have made a request for an action that is not supported by the service.</p>
50
+ *
51
+ * @throws {@link ResourceInUseException} (client fault)
52
+ * <p>The resource that you are trying to operate on is currently in use. Review the message
53
+ * details and retry later.</p>
54
+ *
55
+ * @throws {@link ServiceException} (server fault)
56
+ * <p>This exception is thrown when the service encounters an unrecoverable exception.</p>
57
+ *
58
+ * @throws {@link ServiceUnavailableException} (server fault)
59
+ * <p>The service is unable to process your request at this time.</p>
60
+ *
61
+ *
33
62
  */
34
63
  export declare class UpdateInfrastructureConfigurationCommand extends $Command<UpdateInfrastructureConfigurationCommandInput, UpdateInfrastructureConfigurationCommandOutput, ImagebuilderClientResolvedConfig> {
35
64
  readonly input: UpdateInfrastructureConfigurationCommandInput;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-imagebuilder",
3
3
  "description": "AWS SDK for JavaScript Imagebuilder Client for Node.js, Browser and React Native",
4
- "version": "3.288.0",
4
+ "version": "3.290.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -20,37 +20,37 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.288.0",
24
- "@aws-sdk/config-resolver": "3.287.0",
25
- "@aws-sdk/credential-provider-node": "3.288.0",
26
- "@aws-sdk/fetch-http-handler": "3.282.0",
27
- "@aws-sdk/hash-node": "3.272.0",
28
- "@aws-sdk/invalid-dependency": "3.272.0",
29
- "@aws-sdk/middleware-content-length": "3.282.0",
30
- "@aws-sdk/middleware-endpoint": "3.282.0",
31
- "@aws-sdk/middleware-host-header": "3.282.0",
32
- "@aws-sdk/middleware-logger": "3.288.0",
33
- "@aws-sdk/middleware-recursion-detection": "3.282.0",
34
- "@aws-sdk/middleware-retry": "3.287.0",
35
- "@aws-sdk/middleware-serde": "3.272.0",
36
- "@aws-sdk/middleware-signing": "3.282.0",
37
- "@aws-sdk/middleware-stack": "3.272.0",
38
- "@aws-sdk/middleware-user-agent": "3.282.0",
39
- "@aws-sdk/node-config-provider": "3.287.0",
40
- "@aws-sdk/node-http-handler": "3.282.0",
41
- "@aws-sdk/protocol-http": "3.282.0",
42
- "@aws-sdk/smithy-client": "3.279.0",
43
- "@aws-sdk/types": "3.272.0",
44
- "@aws-sdk/url-parser": "3.272.0",
23
+ "@aws-sdk/client-sts": "3.290.0",
24
+ "@aws-sdk/config-resolver": "3.290.0",
25
+ "@aws-sdk/credential-provider-node": "3.290.0",
26
+ "@aws-sdk/fetch-http-handler": "3.290.0",
27
+ "@aws-sdk/hash-node": "3.290.0",
28
+ "@aws-sdk/invalid-dependency": "3.290.0",
29
+ "@aws-sdk/middleware-content-length": "3.290.0",
30
+ "@aws-sdk/middleware-endpoint": "3.290.0",
31
+ "@aws-sdk/middleware-host-header": "3.290.0",
32
+ "@aws-sdk/middleware-logger": "3.290.0",
33
+ "@aws-sdk/middleware-recursion-detection": "3.290.0",
34
+ "@aws-sdk/middleware-retry": "3.290.0",
35
+ "@aws-sdk/middleware-serde": "3.290.0",
36
+ "@aws-sdk/middleware-signing": "3.290.0",
37
+ "@aws-sdk/middleware-stack": "3.290.0",
38
+ "@aws-sdk/middleware-user-agent": "3.290.0",
39
+ "@aws-sdk/node-config-provider": "3.290.0",
40
+ "@aws-sdk/node-http-handler": "3.290.0",
41
+ "@aws-sdk/protocol-http": "3.290.0",
42
+ "@aws-sdk/smithy-client": "3.290.0",
43
+ "@aws-sdk/types": "3.290.0",
44
+ "@aws-sdk/url-parser": "3.290.0",
45
45
  "@aws-sdk/util-base64": "3.208.0",
46
46
  "@aws-sdk/util-body-length-browser": "3.188.0",
47
47
  "@aws-sdk/util-body-length-node": "3.208.0",
48
- "@aws-sdk/util-defaults-mode-browser": "3.279.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.287.0",
50
- "@aws-sdk/util-endpoints": "3.272.0",
51
- "@aws-sdk/util-retry": "3.272.0",
52
- "@aws-sdk/util-user-agent-browser": "3.282.0",
53
- "@aws-sdk/util-user-agent-node": "3.287.0",
48
+ "@aws-sdk/util-defaults-mode-browser": "3.290.0",
49
+ "@aws-sdk/util-defaults-mode-node": "3.290.0",
50
+ "@aws-sdk/util-endpoints": "3.290.0",
51
+ "@aws-sdk/util-retry": "3.290.0",
52
+ "@aws-sdk/util-user-agent-browser": "3.290.0",
53
+ "@aws-sdk/util-user-agent-node": "3.290.0",
54
54
  "@aws-sdk/util-utf8": "3.254.0",
55
55
  "tslib": "^2.3.1",
56
56
  "uuid": "^8.3.2"