@aws-sdk/client-service-catalog 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 (88) hide show
  1. package/dist-types/commands/AcceptPortfolioShareCommand.d.ts +11 -0
  2. package/dist-types/commands/AssociateBudgetWithResourceCommand.d.ts +14 -0
  3. package/dist-types/commands/AssociatePrincipalWithPortfolioCommand.d.ts +11 -0
  4. package/dist-types/commands/AssociateProductWithPortfolioCommand.d.ts +11 -0
  5. package/dist-types/commands/AssociateServiceActionWithProvisioningArtifactCommand.d.ts +11 -0
  6. package/dist-types/commands/AssociateTagOptionWithResourceCommand.d.ts +23 -0
  7. package/dist-types/commands/BatchAssociateServiceActionWithProvisioningArtifactCommand.d.ts +4 -0
  8. package/dist-types/commands/BatchDisassociateServiceActionFromProvisioningArtifactCommand.d.ts +4 -0
  9. package/dist-types/commands/CopyProductCommand.d.ts +7 -0
  10. package/dist-types/commands/CreateConstraintCommand.d.ts +14 -0
  11. package/dist-types/commands/CreatePortfolioCommand.d.ts +13 -0
  12. package/dist-types/commands/CreatePortfolioShareCommand.d.ts +18 -0
  13. package/dist-types/commands/CreateProductCommand.d.ts +13 -0
  14. package/dist-types/commands/CreateProvisionedProductPlanCommand.d.ts +11 -0
  15. package/dist-types/commands/CreateProvisioningArtifactCommand.d.ts +11 -0
  16. package/dist-types/commands/CreateServiceActionCommand.d.ts +8 -0
  17. package/dist-types/commands/CreateTagOptionCommand.d.ts +13 -0
  18. package/dist-types/commands/DeleteConstraintCommand.d.ts +7 -0
  19. package/dist-types/commands/DeletePortfolioCommand.d.ts +15 -0
  20. package/dist-types/commands/DeletePortfolioShareCommand.d.ts +14 -0
  21. package/dist-types/commands/DeleteProductCommand.d.ts +15 -0
  22. package/dist-types/commands/DeleteProvisionedProductPlanCommand.d.ts +7 -0
  23. package/dist-types/commands/DeleteProvisioningArtifactCommand.d.ts +10 -0
  24. package/dist-types/commands/DeleteServiceActionCommand.d.ts +7 -0
  25. package/dist-types/commands/DeleteTagOptionCommand.d.ts +12 -0
  26. package/dist-types/commands/DescribeConstraintCommand.d.ts +4 -0
  27. package/dist-types/commands/DescribeCopyProductStatusCommand.d.ts +4 -0
  28. package/dist-types/commands/DescribePortfolioCommand.d.ts +4 -0
  29. package/dist-types/commands/DescribePortfolioShareStatusCommand.d.ts +10 -0
  30. package/dist-types/commands/DescribePortfolioSharesCommand.d.ts +7 -0
  31. package/dist-types/commands/DescribeProductAsAdminCommand.d.ts +7 -0
  32. package/dist-types/commands/DescribeProductCommand.d.ts +7 -0
  33. package/dist-types/commands/DescribeProductViewCommand.d.ts +7 -0
  34. package/dist-types/commands/DescribeProvisionedProductCommand.d.ts +7 -0
  35. package/dist-types/commands/DescribeProvisionedProductPlanCommand.d.ts +7 -0
  36. package/dist-types/commands/DescribeProvisioningArtifactCommand.d.ts +7 -0
  37. package/dist-types/commands/DescribeProvisioningParametersCommand.d.ts +7 -0
  38. package/dist-types/commands/DescribeRecordCommand.d.ts +4 -0
  39. package/dist-types/commands/DescribeServiceActionCommand.d.ts +4 -0
  40. package/dist-types/commands/DescribeServiceActionExecutionParametersCommand.d.ts +7 -0
  41. package/dist-types/commands/DescribeTagOptionCommand.d.ts +9 -0
  42. package/dist-types/commands/DisableAWSOrganizationsAccessCommand.d.ts +11 -0
  43. package/dist-types/commands/DisassociateBudgetFromResourceCommand.d.ts +4 -0
  44. package/dist-types/commands/DisassociatePrincipalFromPortfolioCommand.d.ts +7 -0
  45. package/dist-types/commands/DisassociateProductFromPortfolioCommand.d.ts +10 -0
  46. package/dist-types/commands/DisassociateServiceActionFromProvisioningArtifactCommand.d.ts +4 -0
  47. package/dist-types/commands/DisassociateTagOptionFromResourceCommand.d.ts +9 -0
  48. package/dist-types/commands/EnableAWSOrganizationsAccessCommand.d.ts +11 -0
  49. package/dist-types/commands/ExecuteProvisionedProductPlanCommand.d.ts +11 -0
  50. package/dist-types/commands/ExecuteProvisionedProductServiceActionCommand.d.ts +11 -0
  51. package/dist-types/commands/GetAWSOrganizationsAccessStatusCommand.d.ts +7 -0
  52. package/dist-types/commands/GetProvisionedProductOutputsCommand.d.ts +7 -0
  53. package/dist-types/commands/ImportAsProvisionedProductCommand.d.ts +14 -0
  54. package/dist-types/commands/ListAcceptedPortfolioSharesCommand.d.ts +7 -0
  55. package/dist-types/commands/ListBudgetsForResourceCommand.d.ts +7 -0
  56. package/dist-types/commands/ListConstraintsForPortfolioCommand.d.ts +7 -0
  57. package/dist-types/commands/ListLaunchPathsCommand.d.ts +7 -0
  58. package/dist-types/commands/ListOrganizationPortfolioAccessCommand.d.ts +10 -0
  59. package/dist-types/commands/ListPortfolioAccessCommand.d.ts +7 -0
  60. package/dist-types/commands/ListPortfoliosCommand.d.ts +4 -0
  61. package/dist-types/commands/ListPortfoliosForProductCommand.d.ts +7 -0
  62. package/dist-types/commands/ListPrincipalsForPortfolioCommand.d.ts +7 -0
  63. package/dist-types/commands/ListProvisionedProductPlansCommand.d.ts +7 -0
  64. package/dist-types/commands/ListProvisioningArtifactsCommand.d.ts +7 -0
  65. package/dist-types/commands/ListProvisioningArtifactsForServiceActionCommand.d.ts +7 -0
  66. package/dist-types/commands/ListRecordHistoryCommand.d.ts +4 -0
  67. package/dist-types/commands/ListResourcesForTagOptionCommand.d.ts +12 -0
  68. package/dist-types/commands/ListServiceActionsCommand.d.ts +4 -0
  69. package/dist-types/commands/ListServiceActionsForProvisioningArtifactCommand.d.ts +7 -0
  70. package/dist-types/commands/ListStackInstancesForProvisionedProductCommand.d.ts +7 -0
  71. package/dist-types/commands/ListTagOptionsCommand.d.ts +9 -0
  72. package/dist-types/commands/ProvisionProductCommand.d.ts +10 -0
  73. package/dist-types/commands/RejectPortfolioShareCommand.d.ts +4 -0
  74. package/dist-types/commands/ScanProvisionedProductsCommand.d.ts +4 -0
  75. package/dist-types/commands/SearchProductsAsAdminCommand.d.ts +7 -0
  76. package/dist-types/commands/SearchProductsCommand.d.ts +4 -0
  77. package/dist-types/commands/SearchProvisionedProductsCommand.d.ts +4 -0
  78. package/dist-types/commands/TerminateProvisionedProductCommand.d.ts +4 -0
  79. package/dist-types/commands/UpdateConstraintCommand.d.ts +7 -0
  80. package/dist-types/commands/UpdatePortfolioCommand.d.ts +16 -0
  81. package/dist-types/commands/UpdatePortfolioShareCommand.d.ts +14 -0
  82. package/dist-types/commands/UpdateProductCommand.d.ts +12 -0
  83. package/dist-types/commands/UpdateProvisionedProductCommand.d.ts +7 -0
  84. package/dist-types/commands/UpdateProvisionedProductPropertiesCommand.d.ts +11 -0
  85. package/dist-types/commands/UpdateProvisioningArtifactCommand.d.ts +7 -0
  86. package/dist-types/commands/UpdateServiceActionCommand.d.ts +7 -0
  87. package/dist-types/commands/UpdateTagOptionCommand.d.ts +15 -0
  88. package/package.json +29 -29
@@ -29,6 +29,10 @@ export interface SearchProductsCommandOutput extends SearchProductsOutput, __Met
29
29
  * @see {@link SearchProductsCommandOutput} for command's `response` shape.
30
30
  * @see {@link ServiceCatalogClientResolvedConfig | config} for ServiceCatalogClient's `config` shape.
31
31
  *
32
+ * @throws {@link InvalidParametersException} (client fault)
33
+ * <p>One or more parameters provided to the operation are not valid.</p>
34
+ *
35
+ *
32
36
  */
33
37
  export declare class SearchProductsCommand extends $Command<SearchProductsCommandInput, SearchProductsCommandOutput, ServiceCatalogClientResolvedConfig> {
34
38
  readonly input: SearchProductsCommandInput;
@@ -29,6 +29,10 @@ export interface SearchProvisionedProductsCommandOutput extends SearchProvisione
29
29
  * @see {@link SearchProvisionedProductsCommandOutput} for command's `response` shape.
30
30
  * @see {@link ServiceCatalogClientResolvedConfig | config} for ServiceCatalogClient's `config` shape.
31
31
  *
32
+ * @throws {@link InvalidParametersException} (client fault)
33
+ * <p>One or more parameters provided to the operation are not valid.</p>
34
+ *
35
+ *
32
36
  */
33
37
  export declare class SearchProvisionedProductsCommand extends $Command<SearchProvisionedProductsCommandInput, SearchProvisionedProductsCommandOutput, ServiceCatalogClientResolvedConfig> {
34
38
  readonly input: SearchProvisionedProductsCommandInput;
@@ -31,6 +31,10 @@ export interface TerminateProvisionedProductCommandOutput extends TerminateProvi
31
31
  * @see {@link TerminateProvisionedProductCommandOutput} for command's `response` shape.
32
32
  * @see {@link ServiceCatalogClientResolvedConfig | config} for ServiceCatalogClient's `config` shape.
33
33
  *
34
+ * @throws {@link ResourceNotFoundException} (client fault)
35
+ * <p>The specified resource was not found.</p>
36
+ *
37
+ *
34
38
  */
35
39
  export declare class TerminateProvisionedProductCommand extends $Command<TerminateProvisionedProductCommandInput, TerminateProvisionedProductCommandOutput, ServiceCatalogClientResolvedConfig> {
36
40
  readonly input: TerminateProvisionedProductCommandInput;
@@ -29,6 +29,13 @@ export interface UpdateConstraintCommandOutput extends UpdateConstraintOutput, _
29
29
  * @see {@link UpdateConstraintCommandOutput} for command's `response` shape.
30
30
  * @see {@link ServiceCatalogClientResolvedConfig | config} for ServiceCatalogClient's `config` shape.
31
31
  *
32
+ * @throws {@link InvalidParametersException} (client fault)
33
+ * <p>One or more parameters provided to the operation are not valid.</p>
34
+ *
35
+ * @throws {@link ResourceNotFoundException} (client fault)
36
+ * <p>The specified resource was not found.</p>
37
+ *
38
+ *
32
39
  */
33
40
  export declare class UpdateConstraintCommand extends $Command<UpdateConstraintCommandInput, UpdateConstraintCommandOutput, ServiceCatalogClientResolvedConfig> {
34
41
  readonly input: UpdateConstraintCommandInput;
@@ -30,6 +30,22 @@ export interface UpdatePortfolioCommandOutput extends UpdatePortfolioOutput, __M
30
30
  * @see {@link UpdatePortfolioCommandOutput} for command's `response` shape.
31
31
  * @see {@link ServiceCatalogClientResolvedConfig | config} for ServiceCatalogClient's `config` shape.
32
32
  *
33
+ * @throws {@link InvalidParametersException} (client fault)
34
+ * <p>One or more parameters provided to the operation are not valid.</p>
35
+ *
36
+ * @throws {@link LimitExceededException} (client fault)
37
+ * <p>The current limits of the service would have been exceeded by this operation. Decrease your
38
+ * resource use or increase your service limits and retry the operation.</p>
39
+ *
40
+ * @throws {@link ResourceNotFoundException} (client fault)
41
+ * <p>The specified resource was not found.</p>
42
+ *
43
+ * @throws {@link TagOptionNotMigratedException} (client fault)
44
+ * <p>An operation requiring TagOptions failed because the TagOptions migration process has
45
+ * not been performed for this account. Use the Amazon Web Services Management Console to perform the migration
46
+ * process before retrying the operation.</p>
47
+ *
48
+ *
33
49
  */
34
50
  export declare class UpdatePortfolioCommand extends $Command<UpdatePortfolioCommandInput, UpdatePortfolioCommandOutput, ServiceCatalogClientResolvedConfig> {
35
51
  readonly input: UpdatePortfolioCommandInput;
@@ -43,6 +43,20 @@ export interface UpdatePortfolioShareCommandOutput extends UpdatePortfolioShareO
43
43
  * @see {@link UpdatePortfolioShareCommandOutput} for command's `response` shape.
44
44
  * @see {@link ServiceCatalogClientResolvedConfig | config} for ServiceCatalogClient's `config` shape.
45
45
  *
46
+ * @throws {@link InvalidParametersException} (client fault)
47
+ * <p>One or more parameters provided to the operation are not valid.</p>
48
+ *
49
+ * @throws {@link InvalidStateException} (client fault)
50
+ * <p>An attempt was made to modify a resource that is in a state that is not valid.
51
+ * Check your resources to ensure that they are in valid states before retrying the operation.</p>
52
+ *
53
+ * @throws {@link OperationNotSupportedException} (client fault)
54
+ * <p>The operation is not supported.</p>
55
+ *
56
+ * @throws {@link ResourceNotFoundException} (client fault)
57
+ * <p>The specified resource was not found.</p>
58
+ *
59
+ *
46
60
  */
47
61
  export declare class UpdatePortfolioShareCommand extends $Command<UpdatePortfolioShareCommandInput, UpdatePortfolioShareCommandOutput, ServiceCatalogClientResolvedConfig> {
48
62
  readonly input: UpdatePortfolioShareCommandInput;
@@ -29,6 +29,18 @@ export interface UpdateProductCommandOutput extends UpdateProductOutput, __Metad
29
29
  * @see {@link UpdateProductCommandOutput} for command's `response` shape.
30
30
  * @see {@link ServiceCatalogClientResolvedConfig | config} for ServiceCatalogClient's `config` shape.
31
31
  *
32
+ * @throws {@link InvalidParametersException} (client fault)
33
+ * <p>One or more parameters provided to the operation are not valid.</p>
34
+ *
35
+ * @throws {@link ResourceNotFoundException} (client fault)
36
+ * <p>The specified resource was not found.</p>
37
+ *
38
+ * @throws {@link TagOptionNotMigratedException} (client fault)
39
+ * <p>An operation requiring TagOptions failed because the TagOptions migration process has
40
+ * not been performed for this account. Use the Amazon Web Services Management Console to perform the migration
41
+ * process before retrying the operation.</p>
42
+ *
43
+ *
32
44
  */
33
45
  export declare class UpdateProductCommand extends $Command<UpdateProductCommandInput, UpdateProductCommandOutput, ServiceCatalogClientResolvedConfig> {
34
46
  readonly input: UpdateProductCommandInput;
@@ -33,6 +33,13 @@ export interface UpdateProvisionedProductCommandOutput extends UpdateProvisioned
33
33
  * @see {@link UpdateProvisionedProductCommandOutput} for command's `response` shape.
34
34
  * @see {@link ServiceCatalogClientResolvedConfig | config} for ServiceCatalogClient's `config` shape.
35
35
  *
36
+ * @throws {@link InvalidParametersException} (client fault)
37
+ * <p>One or more parameters provided to the operation are not valid.</p>
38
+ *
39
+ * @throws {@link ResourceNotFoundException} (client fault)
40
+ * <p>The specified resource was not found.</p>
41
+ *
42
+ *
36
43
  */
37
44
  export declare class UpdateProvisionedProductCommand extends $Command<UpdateProvisionedProductCommandInput, UpdateProvisionedProductCommandOutput, ServiceCatalogClientResolvedConfig> {
38
45
  readonly input: UpdateProvisionedProductCommandInput;
@@ -29,6 +29,17 @@ export interface UpdateProvisionedProductPropertiesCommandOutput extends UpdateP
29
29
  * @see {@link UpdateProvisionedProductPropertiesCommandOutput} for command's `response` shape.
30
30
  * @see {@link ServiceCatalogClientResolvedConfig | config} for ServiceCatalogClient's `config` shape.
31
31
  *
32
+ * @throws {@link InvalidParametersException} (client fault)
33
+ * <p>One or more parameters provided to the operation are not valid.</p>
34
+ *
35
+ * @throws {@link InvalidStateException} (client fault)
36
+ * <p>An attempt was made to modify a resource that is in a state that is not valid.
37
+ * Check your resources to ensure that they are in valid states before retrying the operation.</p>
38
+ *
39
+ * @throws {@link ResourceNotFoundException} (client fault)
40
+ * <p>The specified resource was not found.</p>
41
+ *
42
+ *
32
43
  */
33
44
  export declare class UpdateProvisionedProductPropertiesCommand extends $Command<UpdateProvisionedProductPropertiesCommandInput, UpdateProvisionedProductPropertiesCommandOutput, ServiceCatalogClientResolvedConfig> {
34
45
  readonly input: UpdateProvisionedProductPropertiesCommandInput;
@@ -30,6 +30,13 @@ export interface UpdateProvisioningArtifactCommandOutput extends UpdateProvision
30
30
  * @see {@link UpdateProvisioningArtifactCommandOutput} for command's `response` shape.
31
31
  * @see {@link ServiceCatalogClientResolvedConfig | config} for ServiceCatalogClient's `config` shape.
32
32
  *
33
+ * @throws {@link InvalidParametersException} (client fault)
34
+ * <p>One or more parameters provided to the operation are not valid.</p>
35
+ *
36
+ * @throws {@link ResourceNotFoundException} (client fault)
37
+ * <p>The specified resource was not found.</p>
38
+ *
39
+ *
33
40
  */
34
41
  export declare class UpdateProvisioningArtifactCommand extends $Command<UpdateProvisioningArtifactCommandInput, UpdateProvisioningArtifactCommandOutput, ServiceCatalogClientResolvedConfig> {
35
42
  readonly input: UpdateProvisioningArtifactCommandInput;
@@ -29,6 +29,13 @@ export interface UpdateServiceActionCommandOutput extends UpdateServiceActionOut
29
29
  * @see {@link UpdateServiceActionCommandOutput} for command's `response` shape.
30
30
  * @see {@link ServiceCatalogClientResolvedConfig | config} for ServiceCatalogClient's `config` shape.
31
31
  *
32
+ * @throws {@link InvalidParametersException} (client fault)
33
+ * <p>One or more parameters provided to the operation are not valid.</p>
34
+ *
35
+ * @throws {@link ResourceNotFoundException} (client fault)
36
+ * <p>The specified resource was not found.</p>
37
+ *
38
+ *
32
39
  */
33
40
  export declare class UpdateServiceActionCommand extends $Command<UpdateServiceActionCommandInput, UpdateServiceActionCommandOutput, ServiceCatalogClientResolvedConfig> {
34
41
  readonly input: UpdateServiceActionCommandInput;
@@ -29,6 +29,21 @@ export interface UpdateTagOptionCommandOutput extends UpdateTagOptionOutput, __M
29
29
  * @see {@link UpdateTagOptionCommandOutput} for command's `response` shape.
30
30
  * @see {@link ServiceCatalogClientResolvedConfig | config} for ServiceCatalogClient's `config` shape.
31
31
  *
32
+ * @throws {@link DuplicateResourceException} (client fault)
33
+ * <p>The specified resource is a duplicate.</p>
34
+ *
35
+ * @throws {@link InvalidParametersException} (client fault)
36
+ * <p>One or more parameters provided to the operation are not valid.</p>
37
+ *
38
+ * @throws {@link ResourceNotFoundException} (client fault)
39
+ * <p>The specified resource was not found.</p>
40
+ *
41
+ * @throws {@link TagOptionNotMigratedException} (client fault)
42
+ * <p>An operation requiring TagOptions failed because the TagOptions migration process has
43
+ * not been performed for this account. Use the Amazon Web Services Management Console to perform the migration
44
+ * process before retrying the operation.</p>
45
+ *
46
+ *
32
47
  */
33
48
  export declare class UpdateTagOptionCommand extends $Command<UpdateTagOptionCommandInput, UpdateTagOptionCommandOutput, ServiceCatalogClientResolvedConfig> {
34
49
  readonly input: UpdateTagOptionCommandInput;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-service-catalog",
3
3
  "description": "AWS SDK for JavaScript Service Catalog 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"