@aws-sdk/client-imagebuilder 3.496.0 → 3.499.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 (2) hide show
  1. package/dist-cjs/index.js +55 -54
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -7734,16 +7734,13 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
7734
7734
  // Annotate the CommonJS export names for ESM import in node:
7735
7735
 
7736
7736
  0 && (module.exports = {
7737
- BuildType,
7738
- CallRateLimitExceededException,
7737
+ ImagebuilderServiceException,
7738
+ __Client,
7739
+ ImagebuilderClient,
7740
+ Imagebuilder,
7741
+ $Command,
7739
7742
  CancelImageCreationCommand,
7740
7743
  CancelLifecycleExecutionCommand,
7741
- ClientException,
7742
- ComponentFormat,
7743
- ComponentStatus,
7744
- ComponentType,
7745
- ContainerRepositoryService,
7746
- ContainerType,
7747
7744
  CreateComponentCommand,
7748
7745
  CreateContainerRecipeCommand,
7749
7746
  CreateDistributionConfigurationCommand,
@@ -7762,9 +7759,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
7762
7759
  DeleteInfrastructureConfigurationCommand,
7763
7760
  DeleteLifecyclePolicyCommand,
7764
7761
  DeleteWorkflowCommand,
7765
- DiskImageFormat,
7766
- EbsVolumeType,
7767
- ForbiddenException,
7768
7762
  GetComponentCommand,
7769
7763
  GetComponentPolicyCommand,
7770
7764
  GetContainerRecipeCommand,
@@ -7781,30 +7775,8 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
7781
7775
  GetWorkflowCommand,
7782
7776
  GetWorkflowExecutionCommand,
7783
7777
  GetWorkflowStepExecutionCommand,
7784
- IdempotentParameterMismatchException,
7785
- ImageScanStatus,
7786
- ImageSource,
7787
- ImageStatus,
7788
- ImageType,
7789
- Imagebuilder,
7790
- ImagebuilderClient,
7791
- ImagebuilderServiceException,
7792
7778
  ImportComponentCommand,
7793
7779
  ImportVmImageCommand,
7794
- InvalidPaginationTokenException,
7795
- InvalidParameterCombinationException,
7796
- InvalidParameterException,
7797
- InvalidParameterValueException,
7798
- InvalidRequestException,
7799
- InvalidVersionNumberException,
7800
- LifecycleExecutionResourceActionName,
7801
- LifecycleExecutionResourceStatus,
7802
- LifecycleExecutionStatus,
7803
- LifecyclePolicyDetailActionType,
7804
- LifecyclePolicyDetailFilterType,
7805
- LifecyclePolicyResourceType,
7806
- LifecyclePolicyStatus,
7807
- LifecyclePolicyTimeUnit,
7808
7780
  ListComponentBuildVersionsCommand,
7809
7781
  ListComponentsCommand,
7810
7782
  ListContainerRecipesCommand,
@@ -7827,24 +7799,11 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
7827
7799
  ListWorkflowExecutionsCommand,
7828
7800
  ListWorkflowStepExecutionsCommand,
7829
7801
  ListWorkflowsCommand,
7830
- OnWorkflowFailure,
7831
- Ownership,
7832
- PipelineExecutionStartCondition,
7833
- PipelineStatus,
7834
- Platform,
7835
7802
  PutComponentPolicyCommand,
7836
7803
  PutContainerRecipePolicyCommand,
7837
7804
  PutImagePolicyCommand,
7838
7805
  PutImageRecipePolicyCommand,
7839
- ResourceAlreadyExistsException,
7840
- ResourceDependencyException,
7841
- ResourceInUseException,
7842
- ResourceNotFoundException,
7843
- ResourceStatus,
7844
7806
  SendWorkflowStepActionCommand,
7845
- ServiceException,
7846
- ServiceQuotaExceededException,
7847
- ServiceUnavailableException,
7848
7807
  StartImagePipelineExecutionCommand,
7849
7808
  StartResourceStateUpdateCommand,
7850
7809
  TagResourceCommand,
@@ -7853,13 +7812,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
7853
7812
  UpdateImagePipelineCommand,
7854
7813
  UpdateInfrastructureConfigurationCommand,
7855
7814
  UpdateLifecyclePolicyCommand,
7856
- WorkflowExecutionStatus,
7857
- WorkflowStatus,
7858
- WorkflowStepActionType,
7859
- WorkflowStepExecutionRollbackStatus,
7860
- WorkflowStepExecutionStatus,
7861
- WorkflowType,
7862
- __Client,
7863
7815
  paginateListComponentBuildVersions,
7864
7816
  paginateListComponents,
7865
7817
  paginateListContainerRecipes,
@@ -7880,6 +7832,55 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
7880
7832
  paginateListWorkflowBuildVersions,
7881
7833
  paginateListWorkflowExecutions,
7882
7834
  paginateListWorkflowStepExecutions,
7883
- paginateListWorkflows
7835
+ paginateListWorkflows,
7836
+ ImageStatus,
7837
+ BuildType,
7838
+ CallRateLimitExceededException,
7839
+ ClientException,
7840
+ ForbiddenException,
7841
+ IdempotentParameterMismatchException,
7842
+ InvalidRequestException,
7843
+ ResourceInUseException,
7844
+ ServiceException,
7845
+ ServiceUnavailableException,
7846
+ Platform,
7847
+ ComponentStatus,
7848
+ ComponentType,
7849
+ ComponentFormat,
7850
+ ContainerRepositoryService,
7851
+ ContainerType,
7852
+ EbsVolumeType,
7853
+ InvalidParameterCombinationException,
7854
+ InvalidVersionNumberException,
7855
+ ServiceQuotaExceededException,
7856
+ ResourceAlreadyExistsException,
7857
+ DiskImageFormat,
7858
+ OnWorkflowFailure,
7859
+ PipelineExecutionStartCondition,
7860
+ PipelineStatus,
7861
+ LifecyclePolicyDetailActionType,
7862
+ LifecyclePolicyTimeUnit,
7863
+ LifecyclePolicyDetailFilterType,
7864
+ LifecyclePolicyResourceType,
7865
+ LifecyclePolicyStatus,
7866
+ WorkflowType,
7867
+ ResourceDependencyException,
7868
+ ResourceNotFoundException,
7869
+ ImageType,
7870
+ ImageSource,
7871
+ ImageScanStatus,
7872
+ LifecycleExecutionStatus,
7873
+ WorkflowStatus,
7874
+ WorkflowExecutionStatus,
7875
+ WorkflowStepExecutionRollbackStatus,
7876
+ WorkflowStepExecutionStatus,
7877
+ InvalidPaginationTokenException,
7878
+ Ownership,
7879
+ LifecycleExecutionResourceActionName,
7880
+ LifecycleExecutionResourceStatus,
7881
+ InvalidParameterException,
7882
+ InvalidParameterValueException,
7883
+ WorkflowStepActionType,
7884
+ ResourceStatus
7884
7885
  });
7885
7886
 
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.496.0",
4
+ "version": "3.499.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-imagebuilder",
@@ -20,9 +20,9 @@
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.496.0",
23
+ "@aws-sdk/client-sts": "3.499.0",
24
24
  "@aws-sdk/core": "3.496.0",
25
- "@aws-sdk/credential-provider-node": "3.496.0",
25
+ "@aws-sdk/credential-provider-node": "3.499.0",
26
26
  "@aws-sdk/middleware-host-header": "3.496.0",
27
27
  "@aws-sdk/middleware-logger": "3.496.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.496.0",