@aws-sdk/client-imagebuilder 3.495.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 +57 -54
  2. package/package.json +39 -39
package/dist-cjs/index.js CHANGED
@@ -7732,17 +7732,15 @@ var paginateListWorkflows = (0, import_core.createPaginator)(ImagebuilderClient,
7732
7732
  // src/index.ts
7733
7733
  var import_util_endpoints = require("@aws-sdk/util-endpoints");
7734
7734
  // Annotate the CommonJS export names for ESM import in node:
7735
+
7735
7736
  0 && (module.exports = {
7736
- BuildType,
7737
- CallRateLimitExceededException,
7737
+ ImagebuilderServiceException,
7738
+ __Client,
7739
+ ImagebuilderClient,
7740
+ Imagebuilder,
7741
+ $Command,
7738
7742
  CancelImageCreationCommand,
7739
7743
  CancelLifecycleExecutionCommand,
7740
- ClientException,
7741
- ComponentFormat,
7742
- ComponentStatus,
7743
- ComponentType,
7744
- ContainerRepositoryService,
7745
- ContainerType,
7746
7744
  CreateComponentCommand,
7747
7745
  CreateContainerRecipeCommand,
7748
7746
  CreateDistributionConfigurationCommand,
@@ -7761,9 +7759,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
7761
7759
  DeleteInfrastructureConfigurationCommand,
7762
7760
  DeleteLifecyclePolicyCommand,
7763
7761
  DeleteWorkflowCommand,
7764
- DiskImageFormat,
7765
- EbsVolumeType,
7766
- ForbiddenException,
7767
7762
  GetComponentCommand,
7768
7763
  GetComponentPolicyCommand,
7769
7764
  GetContainerRecipeCommand,
@@ -7780,30 +7775,8 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
7780
7775
  GetWorkflowCommand,
7781
7776
  GetWorkflowExecutionCommand,
7782
7777
  GetWorkflowStepExecutionCommand,
7783
- IdempotentParameterMismatchException,
7784
- ImageScanStatus,
7785
- ImageSource,
7786
- ImageStatus,
7787
- ImageType,
7788
- Imagebuilder,
7789
- ImagebuilderClient,
7790
- ImagebuilderServiceException,
7791
7778
  ImportComponentCommand,
7792
7779
  ImportVmImageCommand,
7793
- InvalidPaginationTokenException,
7794
- InvalidParameterCombinationException,
7795
- InvalidParameterException,
7796
- InvalidParameterValueException,
7797
- InvalidRequestException,
7798
- InvalidVersionNumberException,
7799
- LifecycleExecutionResourceActionName,
7800
- LifecycleExecutionResourceStatus,
7801
- LifecycleExecutionStatus,
7802
- LifecyclePolicyDetailActionType,
7803
- LifecyclePolicyDetailFilterType,
7804
- LifecyclePolicyResourceType,
7805
- LifecyclePolicyStatus,
7806
- LifecyclePolicyTimeUnit,
7807
7780
  ListComponentBuildVersionsCommand,
7808
7781
  ListComponentsCommand,
7809
7782
  ListContainerRecipesCommand,
@@ -7826,24 +7799,11 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
7826
7799
  ListWorkflowExecutionsCommand,
7827
7800
  ListWorkflowStepExecutionsCommand,
7828
7801
  ListWorkflowsCommand,
7829
- OnWorkflowFailure,
7830
- Ownership,
7831
- PipelineExecutionStartCondition,
7832
- PipelineStatus,
7833
- Platform,
7834
7802
  PutComponentPolicyCommand,
7835
7803
  PutContainerRecipePolicyCommand,
7836
7804
  PutImagePolicyCommand,
7837
7805
  PutImageRecipePolicyCommand,
7838
- ResourceAlreadyExistsException,
7839
- ResourceDependencyException,
7840
- ResourceInUseException,
7841
- ResourceNotFoundException,
7842
- ResourceStatus,
7843
7806
  SendWorkflowStepActionCommand,
7844
- ServiceException,
7845
- ServiceQuotaExceededException,
7846
- ServiceUnavailableException,
7847
7807
  StartImagePipelineExecutionCommand,
7848
7808
  StartResourceStateUpdateCommand,
7849
7809
  TagResourceCommand,
@@ -7852,13 +7812,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
7852
7812
  UpdateImagePipelineCommand,
7853
7813
  UpdateInfrastructureConfigurationCommand,
7854
7814
  UpdateLifecyclePolicyCommand,
7855
- WorkflowExecutionStatus,
7856
- WorkflowStatus,
7857
- WorkflowStepActionType,
7858
- WorkflowStepExecutionRollbackStatus,
7859
- WorkflowStepExecutionStatus,
7860
- WorkflowType,
7861
- __Client,
7862
7815
  paginateListComponentBuildVersions,
7863
7816
  paginateListComponents,
7864
7817
  paginateListContainerRecipes,
@@ -7879,5 +7832,55 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
7879
7832
  paginateListWorkflowBuildVersions,
7880
7833
  paginateListWorkflowExecutions,
7881
7834
  paginateListWorkflowStepExecutions,
7882
- 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
7883
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.495.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,48 +20,48 @@
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.495.0",
24
- "@aws-sdk/core": "3.495.0",
25
- "@aws-sdk/credential-provider-node": "3.495.0",
26
- "@aws-sdk/middleware-host-header": "3.495.0",
27
- "@aws-sdk/middleware-logger": "3.495.0",
28
- "@aws-sdk/middleware-recursion-detection": "3.495.0",
29
- "@aws-sdk/middleware-signing": "3.495.0",
30
- "@aws-sdk/middleware-user-agent": "3.495.0",
31
- "@aws-sdk/region-config-resolver": "3.495.0",
32
- "@aws-sdk/types": "3.495.0",
33
- "@aws-sdk/util-endpoints": "3.495.0",
34
- "@aws-sdk/util-user-agent-browser": "3.495.0",
35
- "@aws-sdk/util-user-agent-node": "3.495.0",
36
- "@smithy/config-resolver": "^2.1.0",
37
- "@smithy/core": "^1.3.0",
38
- "@smithy/fetch-http-handler": "^2.4.0",
39
- "@smithy/hash-node": "^2.1.0",
40
- "@smithy/invalid-dependency": "^2.1.0",
41
- "@smithy/middleware-content-length": "^2.1.0",
42
- "@smithy/middleware-endpoint": "^2.4.0",
43
- "@smithy/middleware-retry": "^2.1.0",
44
- "@smithy/middleware-serde": "^2.1.0",
45
- "@smithy/middleware-stack": "^2.1.0",
46
- "@smithy/node-config-provider": "^2.2.0",
47
- "@smithy/node-http-handler": "^2.3.0",
48
- "@smithy/protocol-http": "^3.1.0",
49
- "@smithy/smithy-client": "^2.3.0",
50
- "@smithy/types": "^2.9.0",
51
- "@smithy/url-parser": "^2.1.0",
52
- "@smithy/util-base64": "^2.1.0",
53
- "@smithy/util-body-length-browser": "^2.1.0",
54
- "@smithy/util-body-length-node": "^2.2.0",
55
- "@smithy/util-defaults-mode-browser": "^2.1.0",
56
- "@smithy/util-defaults-mode-node": "^2.1.0",
57
- "@smithy/util-endpoints": "^1.1.0",
58
- "@smithy/util-retry": "^2.1.0",
59
- "@smithy/util-utf8": "^2.1.0",
23
+ "@aws-sdk/client-sts": "3.499.0",
24
+ "@aws-sdk/core": "3.496.0",
25
+ "@aws-sdk/credential-provider-node": "3.499.0",
26
+ "@aws-sdk/middleware-host-header": "3.496.0",
27
+ "@aws-sdk/middleware-logger": "3.496.0",
28
+ "@aws-sdk/middleware-recursion-detection": "3.496.0",
29
+ "@aws-sdk/middleware-signing": "3.496.0",
30
+ "@aws-sdk/middleware-user-agent": "3.496.0",
31
+ "@aws-sdk/region-config-resolver": "3.496.0",
32
+ "@aws-sdk/types": "3.496.0",
33
+ "@aws-sdk/util-endpoints": "3.496.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.496.0",
35
+ "@aws-sdk/util-user-agent-node": "3.496.0",
36
+ "@smithy/config-resolver": "^2.1.1",
37
+ "@smithy/core": "^1.3.1",
38
+ "@smithy/fetch-http-handler": "^2.4.1",
39
+ "@smithy/hash-node": "^2.1.1",
40
+ "@smithy/invalid-dependency": "^2.1.1",
41
+ "@smithy/middleware-content-length": "^2.1.1",
42
+ "@smithy/middleware-endpoint": "^2.4.1",
43
+ "@smithy/middleware-retry": "^2.1.1",
44
+ "@smithy/middleware-serde": "^2.1.1",
45
+ "@smithy/middleware-stack": "^2.1.1",
46
+ "@smithy/node-config-provider": "^2.2.1",
47
+ "@smithy/node-http-handler": "^2.3.1",
48
+ "@smithy/protocol-http": "^3.1.1",
49
+ "@smithy/smithy-client": "^2.3.1",
50
+ "@smithy/types": "^2.9.1",
51
+ "@smithy/url-parser": "^2.1.1",
52
+ "@smithy/util-base64": "^2.1.1",
53
+ "@smithy/util-body-length-browser": "^2.1.1",
54
+ "@smithy/util-body-length-node": "^2.2.1",
55
+ "@smithy/util-defaults-mode-browser": "^2.1.1",
56
+ "@smithy/util-defaults-mode-node": "^2.1.1",
57
+ "@smithy/util-endpoints": "^1.1.1",
58
+ "@smithy/util-retry": "^2.1.1",
59
+ "@smithy/util-utf8": "^2.1.1",
60
60
  "tslib": "^2.5.0",
61
61
  "uuid": "^8.3.2"
62
62
  },
63
63
  "devDependencies": {
64
- "@smithy/service-client-documentation-generator": "^2.1.0",
64
+ "@smithy/service-client-documentation-generator": "^2.1.1",
65
65
  "@tsconfig/node14": "1.0.3",
66
66
  "@types/node": "^14.14.31",
67
67
  "@types/uuid": "^8.3.0",